@charset "UTF-8";
/*! 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: 50%;
  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: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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"],
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"] {
  -webkit-box-sizing: border-box;
          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 */ }

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

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

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

.clearfix:before, .group:before, .row:before, .list-stacked:before, .main-nav .nav:before, .card.card-callout-location .card-content-action-group:before, .card-content-figure:before, .resp-tabs-container:before, .tabs-vertical:before,
.tabs-vertical-flyup:before, .tabs-vertical .resp-tabs-list:before,
.tabs-vertical-flyup .resp-tabs-list:before, .tabs-horizontal .resp-tab-content .location-phone-directory .phone-directory:before,
.clearfix:after,
.group:after,
.row:after,
.list-stacked:after,
.main-nav .nav:after,
.card.card-callout-location .card-content-action-group:after,
.card-content-figure:after,
.resp-tabs-container:after,
.tabs-vertical:after,
.tabs-vertical-flyup:after,
.tabs-vertical .resp-tabs-list:after,
.tabs-vertical-flyup .resp-tabs-list:after,
.tabs-horizontal .resp-tab-content .location-phone-directory .phone-directory:after {
  content: ' ';
  display: table; }


.clearfix:after,
.group:after,
.row:after,
.list-stacked:after,
.main-nav .nav:after,
.card.card-callout-location .card-content-action-group:after,
.card-content-figure:after,
.resp-tabs-container:after,
.tabs-vertical:after,
.tabs-vertical-flyup:after,
.tabs-vertical .resp-tabs-list:after,
.tabs-vertical-flyup .resp-tabs-list:after,
.tabs-horizontal .resp-tab-content .location-phone-directory .phone-directory:after {
  clear: both; }

.row, .list-stacked {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }
  .row .row, .list-stacked .row, .row .list-stacked, .list-stacked .list-stacked {
    margin-right: -12px;
    margin-left: -12px; }
    @media only screen and (max-width: 767px) {
      .row .row, .list-stacked .row, .row .list-stacked, .list-stacked .list-stacked {
        margin-right: -8px;
        margin-left: -8px; } }
  .row.row-narrow, .row-narrow.list-stacked, .section-off-canvas .canvas-content .breadcrumb-container > .row, .section-off-canvas .canvas-content .breadcrumb-container > .list-stacked {
    max-width: 1232px; }
  .row.row-narrow-alt, .row-narrow-alt.list-stacked {
    max-width: 1026px; }
  @media only screen and (min-width: 768px) {
    .row.max-80, .max-80.list-stacked {
      max-width: 80%;
      margin: 0 auto; } }

.col, .list-stacked dt, .list-stacked dd {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 12px; }
  @media only screen and (max-width: 767px) {
    .col, .list-stacked dt, .list-stacked dd {
      padding: 0 8px; } }
  .col.last, .list-stacked dt.last, .list-stacked dd.last {
    float: right; }
  .col.col-padding, .list-stacked dt.col-padding, .list-stacked dd.col-padding {
    padding: 0 24px; }
    @media only screen and (max-width: 767px) {
      .col.col-padding, .list-stacked dt.col-padding, .list-stacked dd.col-padding {
        padding: 0 8px; } }
    @media print {
      .col.col-padding, .list-stacked dt.col-padding, .list-stacked dd.col-padding {
        padding: 0 10px; } }
  .col.col-padding-lg, .list-stacked dt.col-padding-lg, .list-stacked dd.col-padding-lg {
    padding: 0 84px; }
    @media only screen and (max-width: 1200px) {
      .col.col-padding-lg, .list-stacked dt.col-padding-lg, .list-stacked dd.col-padding-lg {
        padding: 0 36px 0 84px; } }
    @media only screen and (max-width: 1025px) {
      .col.col-padding-lg, .list-stacked dt.col-padding-lg, .list-stacked dd.col-padding-lg {
        padding: 0 36px; } }
    @media only screen and (max-width: 767px) {
      .col.col-padding-lg, .list-stacked dt.col-padding-lg, .list-stacked dd.col-padding-lg {
        padding: 0 8px; } }
    @media print {
      .col.col-padding-lg, .list-stacked dt.col-padding-lg, .list-stacked dd.col-padding-lg {
        padding: 0 10px; } }

@media only screen {
  .sm-12 {
    width: 100%; }
  .sm-11 {
    width: 91.666667%; }
  .sm-10 {
    width: 83.333333%; }
  .sm-9 {
    width: 75%; }
  .sm-8 {
    width: 66.666667%; }
  .sm-7 {
    width: 58.333333%; }
  .sm-6 {
    width: 50%; }
  .sm-5 {
    width: 41.666667%; }
  .sm-4 {
    width: 33.333333%; }
  .sm-3 {
    width: 25%; }
  .sm-2 {
    width: 16.666667%; }
  .sm-1 {
    width: 8.333333%; }
  .sm-no-padding {
    padding: 0; }
  .show-for-xs {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .md-12 {
    width: 100%; }
  .md-11 {
    width: 91.666667%; }
  .md-10 {
    width: 83.333333%; }
  .md-9 {
    width: 75%; }
  .md-8, .list-stacked dd {
    width: 66.666667%; }
  .md-7 {
    width: 58.333333%; }
  .md-6 {
    width: 50%; }
  .md-5 {
    width: 41.666667%; }
  .md-4, .list-stacked dt {
    width: 33.333333%; }
  .md-3 {
    width: 25%; }
  .md-2 {
    width: 16.666667%; }
  .md-1 {
    width: 8.333333%; }
  .md-no-padding {
    padding: 0; } }

@media only screen and (min-width: 1024px) {
  .lg-12 {
    width: 100%; }
  .lg-11 {
    width: 91.666667%; }
  .lg-10 {
    width: 83.333333%; }
  .lg-9 {
    width: 75%; }
  .lg-8 {
    width: 66.666667%; }
  .lg-7 {
    width: 58.333333%; }
  .lg-6 {
    width: 50%; }
  .lg-5 {
    width: 41.666667%; }
  .lg-4 {
    width: 33.333333%; }
  .lg-3 {
    width: 25%; }
  .lg-2 {
    width: 16.666667%; }
  .lg-1 {
    width: 8.333333%; }
  .lg-no-padding {
    padding: 0; }
  .show-for-md,
  .show-for-sm {
    display: none !important; }
  .show-for-lg {
    display: inherit !important; } }

@media only screen and (min-width: 1620px) {
  .xl-12 {
    width: 100%; }
  .xl-11 {
    width: 91.666667%; }
  .xl-10 {
    width: 83.333333%; }
  .xl-9 {
    width: 75%; }
  .xl-8 {
    width: 66.666667%; }
  .xl-7 {
    width: 58.333333%; }
  .xl-6 {
    width: 50%; }
  .xl-5 {
    width: 41.666667%; }
  .xl-4 {
    width: 33.333333%; }
  .xl-3 {
    width: 25%; }
  .xl-2 {
    width: 16.666667%; }
  .xl-1 {
    width: 8.333333%; }
  .xl-no-padding {
    padding: 0; }
  .show-for-md,
  .show-for-sm,
  .show-for-lg {
    display: none !important; }
  .show-for-xl {
    display: inherit !important; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .show-for-lg,
  .hide-for-md,
  .show-for-sm {
    display: none !important; }
  .show-for-md {
    display: inherit !important; } }

@media only screen and (max-width: 767px) {
  .show-for-lg,
  .show-for-md,
  .hide-for-sm {
    display: none !important; }
  .show-for-sm {
    display: inherit !important; } }

@media only screen and (max-width: 479px) {
  .show-for-xs {
    display: inherit !important; }
  .hide-for-xs {
    display: none !important; }
  .xs-12 {
    width: 100%; }
  .xs-11 {
    width: 91.666667%; }
  .xs-10 {
    width: 83.333333%; }
  .xs-9 {
    width: 75%; }
  .xs-8 {
    width: 66.666667%; }
  .xs-7 {
    width: 58.333333%; }
  .xs-6 {
    width: 50%; }
  .xs-5 {
    width: 41.666667%; }
  .xs-4 {
    width: 33.333333%; }
  .xs-3 {
    width: 25%; }
  .xs-2 {
    width: 16.666667%; }
  .xs-1 {
    width: 8.333333%; }
  .xs-no-padding {
    padding: 0; } }

@media print {
  .show-for-sm,
  .show-for-md {
    display: none !important; }
  .sm-12 {
    width: 100%; }
  .sm-11 {
    width: 91.666667%; }
  .sm-10 {
    width: 83.333333%; }
  .sm-9 {
    width: 75%; }
  .sm-8 {
    width: 66.666667%; }
  .sm-7 {
    width: 58.333333%; }
  .sm-6 {
    width: 50%; }
  .sm-5 {
    width: 41.666667%; }
  .sm-4 {
    width: 33.333333%; }
  .sm-3 {
    width: 25%; }
  .sm-2 {
    width: 16.666667%; }
  .sm-1 {
    width: 8.333333%; }
  .md-12 {
    width: 100%; }
  .md-11 {
    width: 91.666667%; }
  .md-10 {
    width: 83.333333%; }
  .md-9 {
    width: 75%; }
  .md-8, .list-stacked dd {
    width: 66.666667%; }
  .md-7 {
    width: 58.333333%; }
  .md-6 {
    width: 50%; }
  .md-5 {
    width: 41.666667%; }
  .md-4, .list-stacked dt {
    width: 33.333333%; }
  .md-3 {
    width: 25%; }
  .md-2 {
    width: 16.666667%; }
  .md-1 {
    width: 8.333333%; }
  .lg-12 {
    width: 100%; }
  .lg-11 {
    width: 91.666667%; }
  .lg-10 {
    width: 83.333333%; }
  .lg-9 {
    width: 75%; }
  .lg-8 {
    width: 66.666667%; }
  .lg-7 {
    width: 58.333333%; }
  .lg-6 {
    width: 50%; }
  .lg-5 {
    width: 41.666667%; }
  .lg-4 {
    width: 33.333333%; }
  .lg-3 {
    width: 25%; }
  .lg-2 {
    width: 16.666667%; }
  .lg-1 {
    width: 8.333333%; } }

@page {
  margin: 1cm; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important; } }

img,
embed,
object,
video {
  max-width: 100%;
  height: auto; }

@media print {
  nav,
  embed,
  object,
  video {
    display: none !important; } }

@media print {
  pre,
  blockquote,
  img {
    page-break-inside: avoid; } }

hr {
  margin-top: 24px;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #d4d5d6; }

iframe {
  border: none; }

:focus {
  outline: none; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

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

.right {
  float: right; }

.left {
  float: left; }

.clear {
  clear: both; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.assistive-text, table caption, .card-wide .card.card-video .card-action,
.card-wide .card.card-video .card-content {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  color: #000; }

@media print {
  .no-print {
    display: none !important; } }

@media screen {
  .print {
    display: none !important; } }

@media print {
  .print-full-width {
    width: 100% !important; } }

.print-logo {
  width: 300px !important;
  height: 21px !important;
  display: inline-block;
  margin: 20px auto 20px auto; }

.no-mobile [href^="tel:"] {
  text-decoration: none;
  color: inherit;
  cursor: inherit; }
  .no-mobile [href^="tel:"]:hover {
    color: inherit; }
  .no-mobile [href^="tel:"] .call-icon {
    display: none; }

.overflow-hidden {
  overflow: hidden; }

.no-mobile .hide-for-desktop {
  display: none !important; }

.mobile .hide-for-mobile {
  display: none !important; }

html {
  cursor: default;
  font-size: 100%; }
  @media only screen and (max-width: 767px) {
    html {
      overflow-x: hidden; } }

body {
  font-size: 14px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.75;
  font-weight: 400;
  color: #333;
  background: #f5f5f5; }
  @media only screen and (max-width: 767px) {
    body {
      overflow-x: hidden; } }
  @media print {
    body {
      font-size: 9.5pt;
      line-height: 1.4; } }

.container {
  position: relative;
  margin: 0 auto;
  background-color: #f5f5f5;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

/*
.mobile-nav-visible .container {
	-webkit-transform: translate3d(275px,0,0);
    transform: translate3d(275px,0,0);

	@media only screen and (min-width: 768px) {
		-webkit-transform: none;
		transform: none;
	}
}*/
.m-0 {
  margin: 0 !important; }

.mt-0, .my-0 {
  margin-top: 0 !important; }

.mr-0, .mx-0 {
  margin-right: 0 !important; }

.mb-0, .my-0 {
  margin-bottom: 0 !important; }

.ml-0, .mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: .25rem !important; }

.mt-1, .my-1 {
  margin-top: .25rem !important; }

.mr-1, .mx-1 {
  margin-right: .25rem !important; }

.mb-1, .my-1 {
  margin-bottom: .25rem !important; }

.ml-1, .mx-1 {
  margin-left: .25rem !important; }

.m-2 {
  margin: .5rem !important; }

.mt-2, .better3 .team-member-story + .team-member-story, .my-2 {
  margin-top: .5rem !important; }

.mr-2, .mx-2 {
  margin-right: .5rem !important; }

.mb-2, .my-2 {
  margin-bottom: .5rem !important; }

.ml-2, .mx-2 {
  margin-left: .5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3, .my-3 {
  margin-top: 1rem !important; }

.mr-3, .mx-3 {
  margin-right: 1rem !important; }

.mb-3, .my-3 {
  margin-bottom: 1rem !important; }

.ml-3, .mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4, .my-4 {
  margin-top: 1.5rem !important; }

.mr-4, .mx-4 {
  margin-right: 1.5rem !important; }

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4, .mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5, .my-5 {
  margin-top: 3rem !important; }

.mr-5, .mx-5 {
  margin-right: 3rem !important; }

.mb-5, .my-5 {
  margin-bottom: 3rem !important; }

.ml-5, .mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0, .py-0 {
  padding-top: 0 !important; }

.pr-0, .px-0 {
  padding-right: 0 !important; }

.pb-0, .py-0 {
  padding-bottom: 0 !important; }

.pl-0, .px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: .25rem !important; }

.pt-1, .py-1 {
  padding-top: .25rem !important; }

.pr-1, .px-1 {
  padding-right: .25rem !important; }

.pb-1, .py-1 {
  padding-bottom: .25rem !important; }

.pl-1, .px-1 {
  padding-left: .25rem !important; }

.p-2 {
  padding: .5rem !important; }

.pt-2, .py-2 {
  padding-top: .5rem !important; }

.pr-2, .px-2 {
  padding-right: .5rem !important; }

.pb-2, .py-2 {
  padding-bottom: .5rem !important; }

.pl-2, .px-2 {
  padding-left: .5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3, .py-3 {
  padding-top: 1rem !important; }

.pr-3, .px-3 {
  padding-right: 1rem !important; }

.pb-3, .py-3 {
  padding-bottom: 1rem !important; }

.pl-3, .px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4, .py-4 {
  padding-top: 1.5rem !important; }

.pr-4, .px-4 {
  padding-right: 1.5rem !important; }

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4, .px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5, .py-5 {
  padding-top: 3rem !important; }

.pr-5, .px-5 {
  padding-right: 3rem !important; }

.pb-5, .py-5 {
  padding-bottom: 3rem !important; }

.pl-5, .px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -.25rem !important; }

.mt-n1, .my-n1 {
  margin-top: -.25rem !important; }

.mr-n1, .mx-n1 {
  margin-right: -.25rem !important; }

.mb-n1, .my-n1 {
  margin-bottom: -.25rem !important; }

.ml-n1, .mx-n1 {
  margin-left: -.25rem !important; }

.m-n2 {
  margin: -.5rem !important; }

.mt-n2, .my-n2 {
  margin-top: -.5rem !important; }

.mr-n2, .mx-n2 {
  margin-right: -.5rem !important; }

.mb-n2, .my-n2 {
  margin-bottom: -.5rem !important; }

.ml-n2, .mx-n2 {
  margin-left: -.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3, .my-n3 {
  margin-top: -1rem !important; }

.mr-n3, .mx-n3 {
  margin-right: -1rem !important; }

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3, .mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5, .my-n5 {
  margin-top: -3rem !important; }

.mr-n5, .mx-n5 {
  margin-right: -3rem !important; }

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5, .mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto, .my-auto {
  margin-top: auto !important; }

.mr-auto, .mx-auto {
  margin-right: auto !important; }

.mb-auto, .my-auto {
  margin-bottom: auto !important; }

.ml-auto, .mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: .25rem !important; }
  .mt-sm-1, .my-sm-1 {
    margin-top: .25rem !important; }
  .mr-sm-1, .mx-sm-1 {
    margin-right: .25rem !important; }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem !important; }
  .ml-sm-1, .mx-sm-1 {
    margin-left: .25rem !important; }
  .m-sm-2 {
    margin: .5rem !important; }
  .mt-sm-2, .my-sm-2 {
    margin-top: .5rem !important; }
  .mr-sm-2, .mx-sm-2 {
    margin-right: .5rem !important; }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem !important; }
  .ml-sm-2, .mx-sm-2 {
    margin-left: .5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: .25rem !important; }
  .pt-sm-1, .py-sm-1 {
    padding-top: .25rem !important; }
  .pr-sm-1, .px-sm-1 {
    padding-right: .25rem !important; }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem !important; }
  .pl-sm-1, .px-sm-1 {
    padding-left: .25rem !important; }
  .p-sm-2 {
    padding: .5rem !important; }
  .pt-sm-2, .py-sm-2 {
    padding-top: .5rem !important; }
  .pr-sm-2, .px-sm-2 {
    padding-right: .5rem !important; }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem !important; }
  .pl-sm-2, .px-sm-2 {
    padding-left: .5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -.25rem !important; }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -.25rem !important; }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -.25rem !important; }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -.25rem !important; }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -.25rem !important; }
  .m-sm-n2 {
    margin: -.5rem !important; }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -.5rem !important; }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -.5rem !important; }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -.5rem !important; }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: .25rem !important; }
  .mt-md-1, .my-md-1 {
    margin-top: .25rem !important; }
  .mr-md-1, .mx-md-1 {
    margin-right: .25rem !important; }
  .mb-md-1, .my-md-1 {
    margin-bottom: .25rem !important; }
  .ml-md-1, .mx-md-1 {
    margin-left: .25rem !important; }
  .m-md-2 {
    margin: .5rem !important; }
  .mt-md-2, .my-md-2 {
    margin-top: .5rem !important; }
  .mr-md-2, .mx-md-2 {
    margin-right: .5rem !important; }
  .mb-md-2, .my-md-2 {
    margin-bottom: .5rem !important; }
  .ml-md-2, .mx-md-2 {
    margin-left: .5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: .25rem !important; }
  .pt-md-1, .py-md-1 {
    padding-top: .25rem !important; }
  .pr-md-1, .px-md-1 {
    padding-right: .25rem !important; }
  .pb-md-1, .py-md-1 {
    padding-bottom: .25rem !important; }
  .pl-md-1, .px-md-1 {
    padding-left: .25rem !important; }
  .p-md-2 {
    padding: .5rem !important; }
  .pt-md-2, .py-md-2 {
    padding-top: .5rem !important; }
  .pr-md-2, .px-md-2 {
    padding-right: .5rem !important; }
  .pb-md-2, .py-md-2 {
    padding-bottom: .5rem !important; }
  .pl-md-2, .px-md-2 {
    padding-left: .5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -.25rem !important; }
  .mt-md-n1, .my-md-n1 {
    margin-top: -.25rem !important; }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -.25rem !important; }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -.25rem !important; }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -.25rem !important; }
  .m-md-n2 {
    margin: -.5rem !important; }
  .mt-md-n2, .my-md-n2 {
    margin-top: -.5rem !important; }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -.5rem !important; }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -.5rem !important; }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1025px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: .25rem !important; }
  .mt-lg-1, .my-lg-1 {
    margin-top: .25rem !important; }
  .mr-lg-1, .mx-lg-1 {
    margin-right: .25rem !important; }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem !important; }
  .ml-lg-1, .mx-lg-1 {
    margin-left: .25rem !important; }
  .m-lg-2 {
    margin: .5rem !important; }
  .mt-lg-2, .my-lg-2 {
    margin-top: .5rem !important; }
  .mr-lg-2, .mx-lg-2 {
    margin-right: .5rem !important; }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem !important; }
  .ml-lg-2, .mx-lg-2 {
    margin-left: .5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: .25rem !important; }
  .pt-lg-1, .py-lg-1 {
    padding-top: .25rem !important; }
  .pr-lg-1, .px-lg-1 {
    padding-right: .25rem !important; }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem !important; }
  .pl-lg-1, .px-lg-1 {
    padding-left: .25rem !important; }
  .p-lg-2 {
    padding: .5rem !important; }
  .pt-lg-2, .py-lg-2 {
    padding-top: .5rem !important; }
  .pr-lg-2, .px-lg-2 {
    padding-right: .5rem !important; }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem !important; }
  .pl-lg-2, .px-lg-2 {
    padding-left: .5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -.25rem !important; }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -.25rem !important; }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -.25rem !important; }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -.25rem !important; }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -.25rem !important; }
  .m-lg-n2 {
    margin: -.5rem !important; }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -.5rem !important; }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -.5rem !important; }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -.5rem !important; }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: .25rem !important; }
  .mt-xl-1, .my-xl-1 {
    margin-top: .25rem !important; }
  .mr-xl-1, .mx-xl-1 {
    margin-right: .25rem !important; }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem !important; }
  .ml-xl-1, .mx-xl-1 {
    margin-left: .25rem !important; }
  .m-xl-2 {
    margin: .5rem !important; }
  .mt-xl-2, .my-xl-2 {
    margin-top: .5rem !important; }
  .mr-xl-2, .mx-xl-2 {
    margin-right: .5rem !important; }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: .5rem !important; }
  .ml-xl-2, .mx-xl-2 {
    margin-left: .5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: .25rem !important; }
  .pt-xl-1, .py-xl-1 {
    padding-top: .25rem !important; }
  .pr-xl-1, .px-xl-1 {
    padding-right: .25rem !important; }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem !important; }
  .pl-xl-1, .px-xl-1 {
    padding-left: .25rem !important; }
  .p-xl-2 {
    padding: .5rem !important; }
  .pt-xl-2, .py-xl-2 {
    padding-top: .5rem !important; }
  .pr-xl-2, .px-xl-2 {
    padding-right: .5rem !important; }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem !important; }
  .pl-xl-2, .px-xl-2 {
    padding-left: .5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -.25rem !important; }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -.25rem !important; }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -.25rem !important; }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -.25rem !important; }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -.25rem !important; }
  .m-xl-n2 {
    margin: -.5rem !important; }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -.5rem !important; }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -.5rem !important; }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -.5rem !important; }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important; } }

h1, .h1,
h2, .h2,
h3, .h3, .wfm_section legend,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: inherit;
  line-height: 1.25;
  font-weight: 600;
  color: #232526;
  margin: 0 0 16px 0; }

h1,
.h1 {
  font-size: 1.875rem; }
  @media only screen and (max-width: 767px) {
    h1,
    .h1 {
      font-size: 1.5rem; } }

h2,
.h2 {
  font-size: 1.5rem; }
  @media only screen and (max-width: 767px) {
    h2,
    .h2 {
      font-size: 1.125rem; } }

h3, .h3, .wfm_section legend {
  font-size: 1.25rem; }
  @media only screen and (max-width: 767px) {
    h3, .h3, .wfm_section legend {
      font-size: 1rem; } }

h4,
.h4 {
  font-size: 1.125rem; }

h5,
.h5 {
  font-size: 1rem; }

h6,
.h6 {
  font-size: 0.875rem; }

p {
  margin: 0 0 1em; }

.line,
.block {
  display: block; }

.word-group {
  display: inline-block; }

.nowrap {
  white-space: nowrap; }

.pipe {
  display: inline-block; }
  .pipe:before {
    content: '\007c\00a0';
    color: #b3b3b3;
    width: 7px;
    display: block;
    line-height: 0; }

.pipe-alt {
  display: inline-block; }
  .pipe-alt:after {
    content: '\007c\00a0';
    color: #b3b3b3; }

a {
  color: #00778a;
  text-decoration: underline;
  overflow-wrap: break-word;
  word-wrap: break-word; }
  a:hover {
    color: #009eb3; }

.link-style {
  color: #00778a;
  text-decoration: underline;
  cursor: pointer; }
  .link-style:hover {
    color: #009eb3; }

.action-link, .panel-footer .panel-footer-more, .panel-toggle .panel-toggle-trigger {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase; }
  .action-link:hover, .panel-footer .panel-footer-more:hover, .panel-toggle .panel-toggle-trigger:hover {
    color: #009eb3; }

.emphasized {
  font-style: italic; }

blockquote {
  quotes: "“" "”";
  font-size: 16px;
  margin-bottom: 0; }
  blockquote:before, blockquote:after {
    font-size: 24px;
    line-height: 0; }
  blockquote:before {
    content: open-quote;
    margin-right: .1em; }
  blockquote:after {
    content: close-quote;
    margin-left: .05em; }
  blockquote p {
    display: inline; }

cite {
  font-style: italic; }

body {
  font-size: 14px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.75;
  font-weight: 400;
  color: #333; }

.h2-bold,
.h3-bold,
.h4-bold,
.h5-bold,
.h6-bold {
  font-weight: 600; }

small,
.small {
  font-size: 0.75rem; }

.x-small {
  font-size: 0.625rem; }

.large {
  font-size: 1.125rem; }

.bold,
.strong {
  font-weight: 600; }

.light {
  font-weight: 300; }

.uppercase {
  text-transform: uppercase; }

.brand-purple {
  color: #514689; }

.link-color {
  color: #00778a; }

.table-striped {
  width: 100%; }

.indent {
  margin-left: 24px; }
  @media only screen and (max-width: 767px) {
    .indent {
      margin-left: 16px; } }

.image-right-align {
  float: right;
  margin: 8px 0 8px 8px; }

.image-left-align {
  float: left;
  margin: 8px 8px 0 8px; }

.section-awards {
  margin: 24px 0;
  background: #fff; }
  @media only screen and (max-width: 767px) {
    .section-awards .group-awards.flex-container, .section-awards .section-locations .group-awards.locations-container, .section-locations .section-awards .group-awards.locations-container {
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }
  .section-awards .group-awards {
    max-width: 1200px;
    margin: 0 auto; }
  .section-awards .card-award {
    position: relative;
    width: 25%;
    background: transparent;
    padding: 24px;
    text-align: center; }
    .section-awards .card-award > a.flex-item, .section-awards .section-locations .locations-container .card-award > a.locations-item, .section-locations .locations-container .section-awards .card-award > a.locations-item {
      width: 100%;
      max-width: 300px;
      margin: 0 auto; }
    @media only screen and (max-width: 1023px) {
      .section-awards .card-award {
        max-width: 50%; } }
    @media only screen and (max-width: 767px) {
      .section-awards .card-award {
        width: 100%; } }
    .section-awards .card-award a {
      text-decoration: none; }
    .section-awards .card-award .flex-test {
      -webkit-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .section-awards .card-award .card-content {
      max-width: 100%; }
    .section-awards .card-award .award-image {
      -webkit-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none;
      height: auto;
      width: 285px;
      max-height: 100%;
      max-width: 100%;
      margin: 0 auto 12px auto; }
    .section-awards .card-award .stat-data-info {
      -webkit-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      font-style: italic;
      font-size: 0.75rem;
      color: #333; }
    @media only screen and (min-width: 1024px) {
      .section-awards .card-award:hover .btn {
        background: #00778a;
        color: #fff; }
        .section-awards .card-award:hover .btn:hover {
          -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
                  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
          background: #009eb3; } }
    @media only screen and (min-width: 768px) {
      .section-awards .card-award:after {
        content: "";
        position: absolute;
        right: 0;
        top: 25%;
        width: 1px;
        height: 40%;
        background: #d4d5d6; }
      .section-awards .card-award:last-child:after {
        content: "";
        width: 0;
        height: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .section-awards .card-award:nth-child(2):after {
        content: "";
        width: 0;
        height: 0; } }

.expand-collapse {
  background: #fff; }
  .expand-collapse .expand-collapse-toggle {
    display: block;
    position: relative;
    padding: 16px 40px 16px 16px;
    margin: 0;
    border-top: 1px solid #f5f5f5;
    font-size: 14px;
    color: #00778a;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer; }
    .expand-collapse .expand-collapse-toggle:after {
      content: '+';
      position: absolute;
      top: 10px;
      right: 16px;
      font-size: 1.5rem;
      color: #00778a; }
    .expand-collapse .expand-collapse-toggle.expanded {
      color: #333;
      font-weight: 600; }
      .expand-collapse .expand-collapse-toggle.expanded:after {
        content: '\2212';
        color: #333; }
    .expand-collapse .expand-collapse-toggle:first-of-type {
      border-top: 0; }
    .expand-collapse .expand-collapse-toggle:hover {
      color: #333; }
      .expand-collapse .expand-collapse-toggle:hover:after {
        color: #333; }
    .expand-collapse .expand-collapse-toggle.emergency-tab-item {
      color: #db0909; }
  .expand-collapse .expand-collapse-content {
    display: none;
    border: 0;
    padding: 16px 24px; }
    @media only screen and (max-width: 767px) {
      .expand-collapse .expand-collapse-content {
        padding: 16px; } }
    @media print {
      .expand-collapse .expand-collapse-content {
        display: block !important; } }
    .expand-collapse .expand-collapse-content.overview {
      background: transparent;
      padding: 0; }
    @media only screen and (max-width: 767px) {
      .expand-collapse .expand-collapse-content {
        display: none;
        float: none !important;
        width: 100% !important;
        border-radius: none;
        background: transparent; }
        .expand-collapse .expand-collapse-content .resp-tab-item {
          margin-bottom: 0; } }

.section-stats {
  text-align: center; }
  .section-stats .stat-cards {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    padding: 0;
    position: relative;
    max-width: 100%; }
    @media print {
      .section-stats .stat-cards {
        display: block; } }
    .section-stats .stat-cards .card-callout {
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -moz-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      position: relative;
      padding: 0 12px;
      max-width: 100%;
      background: transparent;
      margin: 0; }
      @media only screen and (min-width: 480px) {
        .section-stats .stat-cards .card-callout {
          margin-bottom: 24px; } }
      .section-stats .stat-cards .card-callout .card-flex-alt {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        text-decoration: none; }
        @media only screen and (min-width: 1024px) {
          .section-stats .stat-cards .card-callout .card-flex-alt:hover .btn {
            background: #00778a;
            color: #fff; }
            .section-stats .stat-cards .card-callout .card-flex-alt:hover .btn:hover {
              -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
                      box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
              background: #009eb3; } }
      .section-stats .stat-cards .card-callout .card-content {
        display: inline-block;
        width: 100%;
        padding: 0; }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          .section-stats .stat-cards .card-callout .card-content {
            max-width: 75%; } }
      @media print {
        .section-stats .stat-cards .card-callout {
          min-height: 25px; } }
  .main-content.full .section-stats .stat-cards.four-column .card-callout {
    width: 50%; }
    .main-content.full .section-stats .stat-cards.four-column .card-callout:nth-child(odd):after {
      content: "";
      position: absolute;
      right: 0;
      top: 25%;
      width: 1px;
      height: 40%;
      background: #d4d5d6; }
    @media only screen and (min-width: 1024px) {
      .main-content.full .section-stats .stat-cards.four-column .card-callout {
        width: 25%; }
        .main-content.full .section-stats .stat-cards.four-column .card-callout:nth-child(-n+3):after {
          content: "";
          position: absolute;
          right: 0;
          top: 25%;
          width: 1px;
          height: 40%;
          background: #d4d5d6; } }
    @media print {
      .main-content.full .section-stats .stat-cards.four-column .card-callout {
        width: 49%; } }
  .main-content.full .section-stats .stat-cards.three-column .card-callout {
    width: 50%; }
    .main-content.full .section-stats .stat-cards.three-column .card-callout:last-of-type {
      width: 100%; }
    .main-content.full .section-stats .stat-cards.three-column .card-callout:first-child:after {
      content: "";
      position: absolute;
      right: 0;
      top: 25%;
      width: 1px;
      height: 40%;
      background: #d4d5d6; }
    @media only screen and (min-width: 1024px) {
      .main-content.full .section-stats .stat-cards.three-column .card-callout {
        width: 33.33%; }
        .main-content.full .section-stats .stat-cards.three-column .card-callout:nth-child(-n+2):after {
          content: "";
          position: absolute;
          right: 0;
          top: 25%;
          width: 1px;
          height: 40%;
          background: #d4d5d6; } }
    @media print {
      .main-content.full .section-stats .stat-cards.three-column .card-callout {
        width: 49%; } }
  .main-content.full .section-stats .stat-cards.two-column .card-callout {
    width: 50%; }
    .main-content.full .section-stats .stat-cards.two-column .card-callout:first-child:after {
      content: "";
      position: absolute;
      right: 0;
      top: 25%;
      width: 1px;
      height: 40%;
      background: #d4d5d6; }
    @media print {
      .main-content.full .section-stats .stat-cards.two-column .card-callout {
        width: 49%; } }
  .main-content.full .section-stats .stat-cards.single-column .card-callout {
    width: 50%;
    margin: 0 auto; }
    .main-content.full .section-stats .stat-cards.single-column .card-callout .card-content {
      max-width: 100%; }
  .section-stats .stat-number {
    width: 100%;
    font-size: 80px;
    color: #63599e;
    font-family: Droid Serif, "Times New Roman", Times, serif;
    font-weight: 700;
    min-height: 115px; }
    @media print {
      .section-stats .stat-number {
        font-size: 40px;
        min-height: 0; } }
    .section-stats .stat-number sup, .section-stats .stat-number sub {
      font-size: 30px;
      font-style: italic; }
      .section-stats .stat-number sup.sub-animate, .section-stats .stat-number sub.sub-animate {
        opacity: 0;
        -webkit-transition: opacity 1s ease .75s;
        -webkit-transition: opacity 1s .75s;
        transition: opacity 1s .75s; }
        .section-stats .stat-number sup.sub-animate.fade-in, .section-stats .stat-number sub.sub-animate.fade-in {
          opacity: 1; }
      @media print {
        .section-stats .stat-number sup, .section-stats .stat-number sub {
          font-size: 18px; } }
    .section-stats .stat-number sup {
      top: -1.2em; }
      @media print {
        .section-stats .stat-number sup {
          top: -.9em; } }
    .section-stats .stat-number sub {
      bottom: 0;
      font-size: 40%; }
    @media only screen and (max-width: 1400px) {
      .section-stats .stat-number {
        font-size: 48px;
        min-height: 80px; }
        .section-stats .stat-number sup {
          font-size: 40%;
          top: -0.9em; } }
    @media only screen and (max-width: 1023px) {
      .section-stats .stat-number {
        font-size: 48px;
        min-height: 60px; } }
    @media only screen and (max-width: 767px) {
      .section-stats .stat-number {
        font-size: 45px;
        min-height: 50px; } }
    @media only screen and (max-width: 479px) {
      .section-stats .stat-number {
        font-size: 30px;
        min-height: 50px; } }
  .section-stats .stat-data {
    -webkit-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .section-stats .stat-data {
        font-size: 0.75rem; } }
    @media print {
      .section-stats .stat-data {
        font-size: 0.75rem; } }
    .section-stats .stat-data .line {
      display: block; }
  .section-stats .stat-data-info {
    display: block;
    font-style: italic;
    font-size: 0.75rem;
    margin: 0; }
  .section-stats .btn-link {
    margin-top: 1em;
    line-height: 1.3; }
    @media only screen and (max-width: 767px) {
      .section-stats .btn-link {
        font-size: 11px; } }

.btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  line-height: inherit;
  letter-spacing: 0.0375em;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #00778a;
  padding: 0.75em 1.5em;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-transition: all .25s;
  transition: all .25s;
  -webkit-tap-highlight-color: transparent;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media print {
    .btn {
      display: none; } }
  .btn:hover {
    background: #0098b0;
    color: #fff; }
    .btn:hover.btn-no-shadow {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .btn:focus, .btn:active {
    background: #006f80; }
  .btn::-moz-focus-inner {
    border: none; }
  .btn.disabled, .btn[disabled] {
    color: #d4d5d6 !important;
    background: transparent !important;
    border: 1px solid transparent;
    text-shadow: none;
    cursor: not-allowed !important; }
    .btn.disabled:hover, .btn[disabled]:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }

.btn-group .btn {
  margin: 8px 8px 8px 0; }
  .btn-group .btn.block {
    margin: 0 0 16px 0; }
  @media only screen and (max-width: 767px) {
    .btn-group .btn {
      display: block;
      margin: 16px 0 0 0; }
      .btn-group .btn:first-of-type {
        margin-top: 0; } }

.btn-primary, .search-bar.active-search .btn-site-search {
  background: #00778a;
  color: #fff; }
  .btn-primary:hover, .search-bar.active-search .btn-site-search:hover {
    background: #0098b0;
    color: #fff; }
  .btn-primary:focus, .search-bar.active-search .btn-site-search:focus, .btn-primary:active, .search-bar.active-search .btn-site-search:active {
    background: #009eb3;
    color: #fff; }

.btn-secondary {
  color: #00778a;
  background: transparent;
  background: #fff;
  border: 1px solid #d4d5d6; }
  .btn-secondary:hover {
    background: #0098b0;
    border-color: transparent;
    color: #fff; }
  .btn-secondary:focus, .btn-secondary:active {
    background: #009eb3;
    border-color: transparent;
    color: #fff; }

.btn-transparent {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff; }
  .btn-transparent:hover {
    background-color: #0098b0; }

.btn-link, .btn-search-alt {
  color: #00778a;
  background: transparent;
  border-color: transparent;
  cursor: pointer; }
  .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-search-alt:hover, .btn-search-alt:focus, .btn-search-alt:active {
    background: transparent;
    border-color: transparent;
    color: #009eb3; }

.btn-link-small {
  padding: 0;
  font-weight: normal;
  border: 0; }
  .btn-link-small .material-icons, .btn-link-small .icon-request-appointment:before, .btn-link-small .icon-watch-video:before, .btn-link-small .icon-play:before, .btn-link-small .icon-person-location:before, .btn-link-small .icon-details-top:before, .btn-link-small .icon-details-left:before, .btn-link-small .icon-directions:before, .btn-link-small .icon-directions-alt:before, .btn-link-small .icon-send-message:before, .btn-link-small .icon-phone-top:before, .btn-link-small .icon-phone-left:before, .btn-link-small .icon-comment:before, .btn-link-small .icon-cancel-search:before, .btn-link-small .panel-footer .panel-footer-more:before, .panel-footer .btn-link-small .panel-footer-more:before, .btn-link-small .panel-toggle .panel-toggle-trigger:after, .panel-toggle .btn-link-small .panel-toggle-trigger:after, .btn-link-small .video-item figure:before, .video-item .btn-link-small figure:before, .btn-link-small .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .btn-link-small div[id*="thumbnail"]:before, .btn-link-small .card-trigger a:after, .card-trigger .btn-link-small a:after, .btn-link-small .card-video .card-image:before, .card-video .btn-link-small .card-image:before, .btn-link-small .card-content-figure figure.video a:before, .card-content-figure figure.video .btn-link-small a:before, .btn-link-small .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .btn-link-small [data-role="remove"]:after, .btn-link-small .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .btn-link-small .brightcove-video:after, .btn-link-small .section-location-details .btn-req-appt:after, .section-location-details .btn-link-small .btn-req-appt:after,
  .btn-link-small .section-location-details .btn-dr-location:after, .section-location-details .btn-link-small .btn-dr-location:after, .btn-link-small .locations2 .hospital-video a:before, .locations2 .hospital-video .btn-link-small a:before, .btn-link-small .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .btn-link-small .icon-arrow:after, .btn-link-small .back-to-top:before, .btn-link-small .video-library .video-library-image:before, .video-library .btn-link-small .video-library-image:before,
  .btn-link-small .fa, .btn-link-small .fas, .btn-link-small .far, .btn-link-small .fab {
    width: 1rem;
    height: 1rem;
    font-size: 1rem; }

.btn-link-icon-left {
  padding-left: 0;
  padding-right: 0; }

.btn-info {
  color: #fff;
  background: #1c7abe;
  border-radius: 20px;
  padding: 10px 12px;
  border: transparent; }
  .btn-info:hover {
    background: #155d92;
    color: #fff; }
  .btn-info:focus {
    background: #124f7b; }
  .btn-info:active {
    background: #0f4165; }

.btn-warning {
  color: #fff;
  background: #fec359;
  border: transparent; }
  .btn-warning:hover {
    background: #feb126;
    color: #fff; }
  .btn-warning:focus {
    background: #fea80d; }
  .btn-warning:active {
    background: #f09a01; }

.btn-danger {
  color: #fff;
  background: #db0909;
  border: transparent; }
  .btn-danger:hover {
    background: #aa0707;
    color: #fff; }
  .btn-danger:focus {
    background: #920606; }
  .btn-danger:active {
    background: #790505; }

.btn-lg {
  font-size: 1.125rem; }

.btn-sm {
  font-size: 0.75rem; }

.btn-block {
  display: block;
  width: 100%; }

@media only screen and (max-width: 480px) {
  .btn-submit {
    display: block;
    width: 100%;
    font-size: 1.125rem; } }

.btn-item, .group-cards .card .card-link {
  display: block;
  text-decoration: none; }
  .btn-item:hover, .group-cards .card .card-link:hover {
    background: #f1f1f1; }

.close, .fancybox-close,
.btn-close {
  cursor: pointer;
  background: #00778a;
  border-radius: 50% 50%; }
  @media print {
    .close, .fancybox-close,
    .btn-close {
      display: none; } }
  .close:hover, .fancybox-close:hover,
  .btn-close:hover {
    background: #0098b0;
    color: #fff; }
  .close:focus, .fancybox-close:focus,
  .btn-close:focus {
    background: #009eb3; }
  .close:active, .fancybox-close:active,
  .btn-close:active {
    background: #006f80; }
  .close:before, .fancybox-close:before, .close:after, .fancybox-close:after,
  .btn-close:before,
  .btn-close:after {
    content: '';
    position: absolute;
    width: 50%;
    top: 50%;
    height: 2px;
    background: #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 25%;
    right: 25%; }
  .close:after, .fancybox-close:after,
  .btn-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.btn-clear {
  cursor: pointer;
  display: block;
  position: relative;
  border: none;
  height: 16px;
  width: 16px;
  background: transparent; }
  .btn-clear:before, .btn-clear:after {
    top: 46%; }
  .btn-clear > span {
    display: block;
    height: 16px;
    width: 16px;
    border-radius: 50% 50%;
    background-color: #7f8283;
    position: relative; }
    .btn-clear > span:before, .btn-clear > span:after {
      content: '';
      position: absolute;
      width: 50%;
      top: 45%;
      height: 2px;
      background: #FFFFFF;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      left: 25%;
      right: 25%; }
    .btn-clear > span:after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .btn-clear:hover > span {
    background: #0098b0;
    color: #fff; }

.more-link {
  text-decoration: none;
  padding: 5px 0 5px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .more-link .more-link-text {
    padding-left: 15px;
    line-height: 1.5; }
  .more-link:hover .more-link-text {
    text-decoration: underline; }

.feedback-link {
  text-decoration: none;
  margin: 0 0 24px 24px;
  font-size: 1.5rem; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .feedback-link {
      margin-left: 12px; } }
  @media only screen and (max-width: 767px) {
    .feedback-link {
      margin-left: 16px; } }
  .feedback-link .care-landing,
  .panel .feedback-link {
    margin: 0; }
  .feedback-link .feedback-link-text {
    text-decoration: underline;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle; }

.action-icon, .icon-request-appointment, .icon-watch-video, .icon-play, .icon-person-location, .icon-details-top, .icon-details-left, .icon-directions, .icon-directions-alt, .icon-send-message, .icon-phone-top, .icon-phone-left, .icon-comment, .icon-cancel-search, .panel-footer .panel-footer-more {
  display: inline-block; }

.icon-request-appointment {
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }
  @media print {
    .icon-request-appointment {
      display: none; } }
  .icon-request-appointment:before {
    content: "assignment_ind";
    margin-right: 10px;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .icon-request-appointment.btn {
    padding-left: 1em; }
  .icon-request-appointment.btn-link:before {
    margin-right: 7px; }

.icon-watch-video {
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }
  @media print {
    .icon-watch-video {
      display: none; } }
  .icon-watch-video:before {
    content: "play_circle_filled";
    margin-right: 10px;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .icon-watch-video.btn {
    padding-left: 1em; }
  .icon-watch-video.btn-link:before {
    margin-right: 7px; }

.icon-play {
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }
  @media print {
    .icon-play {
      display: none; } }
  .icon-play:before {
    content: "play_circle_filled";
    margin-right: 10px;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .icon-play.btn {
    padding-left: 1em; }
  .icon-play.btn-link:before {
    margin-right: 7px; }

.icon-person-location {
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }
  @media print {
    .icon-person-location {
      display: none; } }
  .icon-person-location:before {
    content: "person_pin";
    margin-right: 10px;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .icon-person-location.btn {
    padding-left: 1em; }
  .icon-person-location.btn-link:before {
    margin-right: 7px; }

.icon-details-top {
  position: relative;
  overflow: visible;
  padding-top: 20px; }
  .icon-details-top:before {
    content: "info";
    display: block;
    margin: auto;
    position: absolute;
    top: -20px;
    left: 0;
    bottom: 0;
    right: 0; }
  .icon-details-top.btn {
    padding-top: 30px; }

.icon-details-left {
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }
  @media print {
    .icon-details-left {
      display: none; } }
  .icon-details-left:before {
    content: "info";
    margin-right: 10px;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .icon-details-left.btn {
    padding-left: 1em; }
  .icon-details-left.btn-link:before {
    margin-right: 7px; }

.icon-directions {
  position: relative;
  overflow: visible;
  padding-top: 20px; }
  .icon-directions:before {
    content: "directions";
    display: block;
    margin: auto;
    position: absolute;
    top: -20px;
    left: 0;
    bottom: 0;
    right: 0; }
  .icon-directions.btn {
    padding-top: 30px; }

.icon-directions-alt {
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }
  @media print {
    .icon-directions-alt {
      display: none; } }
  .icon-directions-alt:before {
    content: "directions";
    margin-right: 10px;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .icon-directions-alt.btn {
    padding-left: 1em; }
  .icon-directions-alt.btn-link:before {
    margin-right: 7px; }
  .icon-directions-alt:before {
    margin-bottom: -1px; }

.icon-send-message {
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }
  @media print {
    .icon-send-message {
      display: none; } }
  .icon-send-message:before {
    content: "message";
    margin-right: 10px;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .icon-send-message.btn {
    padding-left: 1em; }
  .icon-send-message.btn-link:before {
    margin-right: 7px; }
  .icon-send-message:before {
    margin-bottom: -1px; }

.icon-phone-top {
  font-size: 0.75rem;
  font-weight: normal;
  position: relative;
  overflow: visible;
  padding-top: 20px; }
  .icon-phone-top:before {
    content: "phone";
    display: block;
    margin: auto;
    position: absolute;
    top: -20px;
    left: 0;
    bottom: 0;
    right: 0; }
  .icon-phone-top.btn {
    padding-top: 30px; }
  .icon-phone-top:before {
    font-size: 1.375rem !important; }

.icon-phone-left {
  font-size: 12px;
  font-weight: normal;
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }
  @media print {
    .icon-phone-left {
      display: none; } }
  .icon-phone-left:before {
    content: "phone";
    margin-right: 10px;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .icon-phone-left.btn {
    padding-left: 1em; }
  .icon-phone-left.btn-link:before {
    margin-right: 7px; }
  .icon-phone-left:before {
    font-size: 1.375rem !important; }

.icon-comment {
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  overflow: hidden; }
  @media print {
    .icon-comment {
      display: none; } }
  .icon-comment:before {
    content: "comment";
    margin-right: 10px;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .icon-comment.btn {
    padding-left: 1em; }
  .icon-comment.btn-link:before {
    margin-right: 7px; }
  .icon-comment:before {
    font-size: 1.5rem !important;
    margin-right: 7px;
    margin-top: 4px; }

.icon-cancel-search {
  position: relative;
  overflow: visible;
  padding-top: 20px; }
  .icon-cancel-search:before {
    content: "arrow_backward";
    display: block;
    margin: auto;
    position: absolute;
    top: -20px;
    left: 0;
    bottom: 0;
    right: 0; }
  .icon-cancel-search.btn {
    padding-top: 30px; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../../../../Content/Northwestern/fonts/MaterialIcons-Regular.eot");
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../../../../Content/Northwestern/fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../../../../Content/Northwestern/fonts/MaterialIcons-Regular.woff") format("woff"), url("../../../../Content/Northwestern/fonts/MaterialIcons-Regular.ttf") format("truetype"); }

.material-icons, .icon-request-appointment:before, .icon-watch-video:before, .icon-play:before, .icon-person-location:before, .icon-details-top:before, .icon-details-left:before, .icon-directions:before, .icon-directions-alt:before, .icon-send-message:before, .icon-phone-top:before, .icon-phone-left:before, .icon-comment:before, .icon-cancel-search:before, .panel-footer .panel-footer-more:before, .panel-toggle .panel-toggle-trigger:after, .video-item figure:before, .wistia_embed div[id*="thumbnail"]:before, .card-trigger a:after, .card-video .card-image:before, .card-content-figure figure.video a:before, .bootstrap-tagsinput .tag [data-role="remove"]:after, .section-doctor-details .doctor-actions .brightcove-video:after, .section-location-details .btn-req-appt:after,
.section-location-details .btn-dr-location:after, .locations2 .hospital-video a:before, .locations-landing .filters-toggle .filter-item .icon-arrow:after, .back-to-top:before, .video-library .video-library-image:before {
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: text-bottom;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga'; }

.distance .material-icons, .distance .icon-request-appointment:before, .distance .icon-watch-video:before, .distance .icon-play:before, .distance .icon-person-location:before, .distance .icon-details-top:before, .distance .icon-details-left:before, .distance .icon-directions:before, .distance .icon-directions-alt:before, .distance .icon-send-message:before, .distance .icon-phone-top:before, .distance .icon-phone-left:before, .distance .icon-comment:before, .distance .icon-cancel-search:before, .distance .panel-footer .panel-footer-more:before, .panel-footer .distance .panel-footer-more:before, .distance .panel-toggle .panel-toggle-trigger:after, .panel-toggle .distance .panel-toggle-trigger:after, .distance .video-item figure:before, .video-item .distance figure:before, .distance .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .distance div[id*="thumbnail"]:before, .distance .card-trigger a:after, .card-trigger .distance a:after, .distance .card-video .card-image:before, .card-video .distance .card-image:before, .distance .card-content-figure figure.video a:before, .card-content-figure figure.video .distance a:before, .distance .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .distance [data-role="remove"]:after, .distance .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .distance .brightcove-video:after, .distance .section-location-details .btn-req-appt:after, .section-location-details .distance .btn-req-appt:after,
.distance .section-location-details .btn-dr-location:after, .section-location-details .distance .btn-dr-location:after, .distance .locations2 .hospital-video a:before, .locations2 .hospital-video .distance a:before, .distance .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .distance .icon-arrow:after, .distance .back-to-top:before, .distance .video-library .video-library-image:before, .video-library .distance .video-library-image:before {
  font-size: 1rem;
  vertical-align: text-top; }

.section-loader {
  position: relative;
  min-height: 200px; }

.loader-icon {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 4; }

.fa, .fas, .far, .fab {
  -webkit-transition: all .25s;
  transition: all .25s;
  -webkit-tap-highlight-color: transparent;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

a:hover .fa-facebook-f {
  color: #3b5999; }

a:hover .fa-twitter {
  color: #55acef; }

a:hover .fa-youtube {
  color: #bb0000; }

a:hover .fa-instagram {
  color: #125688; }

a:hover .fa-linkedin-in {
  color: #007bb5; }

a:hover .fa-pinterest {
  color: #cb2027; }

a:hover .fa-envelope,
a:hover .fa-print {
  color: #2f3133; }

.la-ball-clip-rotate,
.la-ball-clip-rotate > div {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-clip-rotate {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 0;
  color: #fff;
  margin: auto; }

.la-ball-clip-rotate.la-dark {
  color: #bdb6e1; }

.la-ball-clip-rotate > div {
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-clip-rotate {
  width: 32px;
  height: 32px; }

.la-ball-clip-rotate > div {
  width: 32px;
  height: 32px;
  background: transparent;
  border-width: 2px;
  border-bottom-color: transparent;
  border-radius: 100%;
  -webkit-animation: ball-clip-rotate .75s linear infinite;
  animation: ball-clip-rotate .75s linear infinite; }

.la-ball-clip-rotate.la-sm {
  width: 16px;
  height: 16px; }

.la-ball-clip-rotate.la-sm > div {
  width: 16px;
  height: 16px;
  border-width: 1px; }

.la-ball-clip-rotate.la-md {
  width: 24px;
  height: 24px; }

.la-ball-clip-rotate.la-md > div {
  width: 24px;
  height: 24px;
  border-width: 1px; }

.la-ball-clip-rotate.la-2x {
  width: 72px;
  height: 72px; }

.la-ball-clip-rotate.la-2x > div {
  width: 72px;
  height: 72px;
  border-width: 4px; }

.la-ball-clip-rotate.la-3x {
  width: 96px;
  height: 96px; }

.la-ball-clip-rotate.la-3x > div {
  width: 96px;
  height: 96px;
  border-width: 8px; }

/*
 * Animation
 */
@-webkit-keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes spin-loading {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin-loading {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.loading-icon-sm {
  display: none;
  width: 100%;
  height: 30px;
  background: url("/Content/northwestern/img/loading-icon-1.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
  margin: 0 auto;
  text-align: center; }

.loader-icon-btn {
  display: none; }
  .btn .loader-icon-btn {
    margin: -.75em 0 0 -.5em; }

.is-loading {
  position: relative;
  overflow: hidden;
  opacity: .5; }
  .is-loading .loader-icon-btn {
    display: block;
    left: 0;
    top: 0; }

.material-icons.arrow-drop-down:before, .arrow-drop-down.icon-request-appointment:before, .arrow-drop-down.icon-watch-video:before, .arrow-drop-down.icon-play:before, .arrow-drop-down.icon-person-location:before, .arrow-drop-down.icon-details-top:before, .arrow-drop-down.icon-details-left:before, .arrow-drop-down.icon-directions:before, .arrow-drop-down.icon-directions-alt:before, .arrow-drop-down.icon-send-message:before, .arrow-drop-down.icon-phone-top:before, .arrow-drop-down.icon-phone-left:before, .arrow-drop-down.icon-comment:before, .arrow-drop-down.icon-cancel-search:before, .panel-footer .arrow-drop-down.panel-footer-more:before, .video-item figure.arrow-drop-down:before, .wistia_embed div.arrow-drop-down[id*="thumbnail"]:before, .card-video .arrow-drop-down.card-image:before, .card-content-figure figure.video a.arrow-drop-down:before, .locations2 .hospital-video a.arrow-drop-down:before, .arrow-drop-down.back-to-top:before, .video-library .arrow-drop-down.video-library-image:before {
  content: '\e5c5'; }

.material-icons.search:before, .search.icon-request-appointment:before, .search.icon-watch-video:before, .search.icon-play:before, .search.icon-person-location:before, .search.icon-details-top:before, .search.icon-details-left:before, .search.icon-directions:before, .search.icon-directions-alt:before, .search.icon-send-message:before, .search.icon-phone-top:before, .search.icon-phone-left:before, .search.icon-comment:before, .search.icon-cancel-search:before, .panel-footer .search.panel-footer-more:before, .video-item figure.search:before, .wistia_embed div.search[id*="thumbnail"]:before, .card-video .search.card-image:before, .card-content-figure figure.video a.search:before, .locations2 .hospital-video a.search:before, .search.back-to-top:before, .video-library .search.video-library-image:before {
  content: '\e8b6'; }

.material-icons.warning:before, .warning.icon-request-appointment:before, .warning.icon-watch-video:before, .warning.icon-play:before, .warning.icon-person-location:before, .warning.icon-details-top:before, .warning.icon-details-left:before, .warning.icon-directions:before, .warning.icon-directions-alt:before, .warning.icon-send-message:before, .warning.icon-phone-top:before, .warning.icon-phone-left:before, .warning.icon-comment:before, .warning.icon-cancel-search:before, .panel-footer .warning.panel-footer-more:before, .video-item figure.warning:before, .wistia_embed div.warning[id*="thumbnail"]:before, .card-video .warning.card-image:before, .card-content-figure figure.video a.warning:before, .locations2 .hospital-video a.warning:before, .warning.back-to-top:before, .video-library .warning.video-library-image:before {
  content: '\e002'; }

.material-icons.error:before, .error.icon-request-appointment:before, .error.icon-watch-video:before, .error.icon-play:before, .error.icon-person-location:before, .error.icon-details-top:before, .error.icon-details-left:before, .error.icon-directions:before, .error.icon-directions-alt:before, .error.icon-send-message:before, .error.icon-phone-top:before, .error.icon-phone-left:before, .error.icon-comment:before, .error.icon-cancel-search:before, .panel-footer .error.panel-footer-more:before, .video-item figure.error:before, .wistia_embed div.error[id*="thumbnail"]:before, .card-video .error.card-image:before, .card-content-figure figure.video a.error:before, .locations2 .hospital-video a.error:before, .error.back-to-top:before, .video-library .error.video-library-image:before {
  content: '\e000'; }

.material-icons.info:before, .info.icon-request-appointment:before, .info.icon-watch-video:before, .info.icon-play:before, .info.icon-person-location:before, .info.icon-details-top:before, .info.icon-details-left:before, .info.icon-directions:before, .info.icon-directions-alt:before, .info.icon-send-message:before, .info.icon-phone-top:before, .info.icon-phone-left:before, .info.icon-comment:before, .info.icon-cancel-search:before, .panel-footer .info.panel-footer-more:before, .video-item figure.info:before, .wistia_embed div.info[id*="thumbnail"]:before, .card-video .info.card-image:before, .card-content-figure figure.video a.info:before, .locations2 .hospital-video a.info:before, .info.back-to-top:before, .video-library .info.video-library-image:before {
  content: '\e88e'; }

.material-icons.close-x:before, .close-x.icon-request-appointment:before, .close-x.icon-watch-video:before, .close-x.icon-play:before, .close-x.icon-person-location:before, .close-x.icon-details-top:before, .close-x.icon-details-left:before, .close-x.icon-directions:before, .close-x.icon-directions-alt:before, .close-x.icon-send-message:before, .close-x.icon-phone-top:before, .close-x.icon-phone-left:before, .close-x.icon-comment:before, .close-x.icon-cancel-search:before, .panel-footer .close-x.panel-footer-more:before, .video-item figure.close-x:before, .wistia_embed div.close-x[id*="thumbnail"]:before, .card-video .close-x.card-image:before, .card-content-figure figure.video a.close-x:before, .locations2 .hospital-video a.close-x:before, .close-x.back-to-top:before, .video-library .close-x.video-library-image:before {
  content: '\e5cd'; }

ol,
ul,
dl {
  margin: 0 0 1em; }

li {
  margin: 0 0 0.5em;
  padding: 0 0 0 1em; }

.reduced, .list-unstyled, .list-inline, .list-status, .dropdown-menu, .main-nav .nav li, .breadcrumb ol, .card-content-list, .tabs-horizontal .resp-tabs-list, .tabs-vertical .resp-tabs-list,
.tabs-vertical-flyup .resp-tabs-list {
  padding-left: 0;
  list-style: none; }
  .reduced li, .list-unstyled li, .list-inline li, .list-status li, .dropdown-menu li, .main-nav .nav li li, .breadcrumb ol li, .card-content-list li, .tabs-horizontal .resp-tabs-list li, .tabs-vertical .resp-tabs-list li, .tabs-vertical-flyup .resp-tabs-list li {
    padding-left: 0; }

.list-links a {
  text-decoration: none; }

.list-links li {
  margin-bottom: 1em; }

.list-links .icon {
  font-size: 14px; }

.list-inline li {
  display: inline-block;
  margin-bottom: 0; }
  .list-inline li + li {
    margin-left: 7px; }

.list-inline.piped li + li:before {
  content: '\007c\00a0';
  margin-right: 7px;
  opacity: .6; }

.list-stacked {
  margin-bottom: 0; }
  .list-stacked dt {
    font-weight: 600;
    margin: 0 0 1em 0; }
  .list-stacked dd {
    margin: 0 0 1em 0; }

.list-status .item-status {
  display: inline-block;
  margin: 0 1em 0 0; }
  .list-status .item-status .icon {
    width: 20px;
    font-size: 0.75rem;
    line-height: 1.85; }
  .list-status .item-status .item-status-body {
    display: inline-block; }
  .list-status .item-status.status-success .icon {
    color: #24bf7a; }
  .list-status .item-status.status-fail .icon {
    color: #db0909; }
  .list-status .item-status.status-ok .icon {
    color: #fec359; }
  @media only screen and (max-width: 767px) {
    .list-status .item-status {
      position: relative;
      display: inline-block;
      margin-right: 0;
      padding-left: 18px; }
      .list-status .item-status .icon {
        position: absolute;
        left: 0;
        top: 0;
        line-height: 1.75; } }

@media only screen and (max-width: 479px) {
  .list-status {
    font-size: 0.8125rem; } }

@media only screen and (min-width: 768px) {
  .list-split-2 {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 20px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 20px;
    /* Firefox */
    column-gap: 20px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    /* Firefox is dumb */
    -moz-column-break-inside: avoid;
         break-inside: avoid; }
    .list-split-2.list-unstyled li {
      width: 100%;
      display: block; } }

@media only screen and (max-width: 767px) {
  .list-split-2 {
    width: 100%;
    padding: 0; } }

@media only screen and (min-width: 768px) {
  .webkit_browser .list-split-2.list-unstyled li {
    -webkit-margin-after: 0; }
  .webkit_browser .list-split-2.list-unstyled li > a {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top; }
  .webkit_browser .list-split-2.list-unstyled li > span {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top; } }

@media only screen and (min-width: 768px) {
  .list-split-3 {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    -webkit-column-gap: 20px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 20px;
    /* Firefox */
    column-gap: 20px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    /* Firefox is dumb */
    -moz-column-break-inside: avoid;
         break-inside: avoid; } }

@media only screen and (min-width: 481px) {
  .list-split-3.list-unstyled li {
    width: 100%;
    display: block; } }

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .list-split-3 {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2; } }

@media only screen and (max-width: 480px) {
  .list-split-3 {
    width: 100%;
    padding: 0; } }

@media only screen and (min-width: 1025px) {
  .list-split-4 {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4;
    -webkit-column-gap: 20px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 20px;
    /* Firefox */
    column-gap: 20px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    /* Firefox is dumb */
    -moz-column-break-inside: avoid;
         break-inside: avoid; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .list-split-4 {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    -webkit-column-gap: 20px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 20px;
    /* Firefox */
    column-gap: 20px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    /* Firefox is dumb */
    -moz-column-break-inside: avoid;
         break-inside: avoid; } }

@media only screen and (min-width: 481px) {
  .list-split-4.list-unstyled li {
    width: 100%;
    display: block; } }

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .list-split-4 {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2; } }

@media only screen and (max-width: 480px) {
  .list-split-4 {
    width: 100%;
    padding: 0; } }

@media only screen and (min-width: 481px) {
  .webkit_browser .list-split-3.list-unstyled li {
    -webkit-margin-after: 0; }
  .webkit_browser .list-split-3.list-unstyled li > a {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top; }
  .webkit_browser .list-split-3.list-unstyled li > span {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top; } }

@media print {
  .list-split-2,
  .list-split-3 {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid; }
  .list-split-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  .list-split-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }

@media print {
  form,
  label,
  input,
  textarea,
  select,
  button {
    display: none !important; } }

@media print {
  form#form {
    display: block !important; } }

label,
input[type="submit"],
input[type="range"],
input[type="checkbox"],
input[type="radio"],
button {
  cursor: pointer; }

.error,
.form-validation-error,
.validation-summary-errors,
.success {
  font-weight: 700; }

.error,
.form-validation-error,
.validation-summary-errors,
.required-field-marker {
  color: #c10000 !important; }
  @media print {
    .error,
    .form-validation-error,
    .validation-summary-errors,
    .required-field-marker {
      color: #000 !important; } }

.required-field-marker {
  padding-bottom: 15px; }

.success {
  color: #24bf7a !important; }

fieldset {
  padding: 0;
  margin: 0;
  border: none; }

legend {
  display: inline-block;
  font-weight: 700;
  padding: .5em 0; }

.form-disclaimer {
  color: #63599e;
  font-style: italic; }

.form-group {
  position: relative;
  margin-bottom: 1em; }
  .form-group legend {
    font-weight: inherit;
    padding: 0; }
  .form-group label {
    display: inline-block;
    margin-bottom: 0.375em; }
    .form-group label.label-alt {
      color: #63599e; }
    .form-group label.has-tooltip {
      display: inline-block; }

.form-group-alt {
  position: relative;
  margin-bottom: 2em;
  /* Animation adapted from https://codepen.io/joshadamous/pen/yyyqJZ */
  /*
	Code example (markup to be in exact order): 
	<div class="form-group form-group-alt col xs-12 sm-6">
        <input type="text" id="GiftAmount" name="GiftAmount" title="Please enter a Gift Amount." required data-val="true" autofocus data-val-required="Please enter a Gift Amount." />
        <label for="GiftAmount">Gift Amount</label>
        <span class="zingy-bar"></span>
        <span class="field-validation-valid" data-valmsg-for="GiftAmount" data-valmsg-replace="true"></span>
    </div>
	*/ }
  .form-group-alt label {
    color: #AAA;
    margin: 0;
    position: absolute;
    top: 11px;
    z-index: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .form-group-alt input:focus ~ label,
  .form-group-alt input.used ~ label {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    left: 6px;
    top: -15px;
    color: inherit; }
  .form-group-alt .zingy-bar {
    position: relative;
    display: block;
    width: 100%; }
  .form-group-alt .zingy-bar:before,
  .form-group-alt .zingy-bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #514689;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .form-group-alt .zingy-bar:before {
    left: 50%; }
  .form-group-alt .zingy-bar:after {
    right: 50%; }
  .form-group-alt input:focus ~ .zingy-bar:before,
  .form-group-alt input:focus ~ .zingy-bar:after {
    width: 50%; }

@media only screen and (min-width: 768px) {
  .form-group-inline label, .form-group-inline .radio, .form-group-inline .checkbox {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 0; } }

@media only screen and (min-width: 480px) {
  .form-group-date {
    max-width: 180px; } }

.form-group-cc .cc-icon {
  position: absolute;
  right: 15px;
  top: 23px;
  z-index: 10; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  width: 100%;
  font-size: inherit;
  background: #fff;
  padding: .5em;
  height: 3.425em;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  -webkit-transition: background .15s, border .15s, box-shadow .15s;
  -webkit-transition: background .15s, border .15s, -webkit-box-shadow .15s;
  transition: background .15s, border .15s, -webkit-box-shadow .15s;
  transition: background .15s, border .15s, box-shadow .15s;
  transition: background .15s, border .15s, box-shadow .15s, -webkit-box-shadow .15s; }
  @media only screen and (max-width: 767px) {
    input[type="text"],
    input[type="password"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="week"],
    input[type="email"],
    input[type="number"],
    input[type="search"],
    input[type="tel"],
    input[type="time"],
    input[type="url"],
    textarea,
    select {
      font-size: 16px; } }
  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,
  select:focus {
    background: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 130, 150, 0.3);
            box-shadow: 0 0 6px rgba(0, 130, 150, 0.3);
    border-color: #008296; }
  .form-group-alt input[type="text"], .form-group-alt
  input[type="password"], .form-group-alt
  input[type="date"], .form-group-alt
  input[type="datetime"], .form-group-alt
  input[type="datetime-local"], .form-group-alt
  input[type="month"], .form-group-alt
  input[type="week"], .form-group-alt
  input[type="email"], .form-group-alt
  input[type="number"], .form-group-alt
  input[type="search"], .form-group-alt
  input[type="tel"], .form-group-alt
  input[type="time"], .form-group-alt
  input[type="url"], .form-group-alt
  textarea, .form-group-alt
  select {
    border-width: 0 0 1px 0;
    border-color: #cacaca;
    border-radius: none;
    background: transparent;
    padding-left: 0;
    position: relative;
    z-index: 1; }
    .form-group-alt input[type="text"]:focus, .form-group-alt
    input[type="password"]:focus, .form-group-alt
    input[type="date"]:focus, .form-group-alt
    input[type="datetime"]:focus, .form-group-alt
    input[type="datetime-local"]:focus, .form-group-alt
    input[type="month"]:focus, .form-group-alt
    input[type="week"]:focus, .form-group-alt
    input[type="email"]:focus, .form-group-alt
    input[type="number"]:focus, .form-group-alt
    input[type="search"]:focus, .form-group-alt
    input[type="tel"]:focus, .form-group-alt
    input[type="time"]:focus, .form-group-alt
    input[type="url"]:focus, .form-group-alt
    textarea:focus, .form-group-alt
    select:focus {
      background: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-color: inherit; }
    .form-group-alt input[type="text"].input-validation-error, .form-group-alt
    input[type="password"].input-validation-error, .form-group-alt
    input[type="date"].input-validation-error, .form-group-alt
    input[type="datetime"].input-validation-error, .form-group-alt
    input[type="datetime-local"].input-validation-error, .form-group-alt
    input[type="month"].input-validation-error, .form-group-alt
    input[type="week"].input-validation-error, .form-group-alt
    input[type="email"].input-validation-error, .form-group-alt
    input[type="number"].input-validation-error, .form-group-alt
    input[type="search"].input-validation-error, .form-group-alt
    input[type="tel"].input-validation-error, .form-group-alt
    input[type="time"].input-validation-error, .form-group-alt
    input[type="url"].input-validation-error, .form-group-alt
    textarea.input-validation-error, .form-group-alt
    select.input-validation-error {
      border-bottom-width: 3px; }

input[type="search"] {
  -webkit-appearance: none; }

select[multiple] {
  height: auto; }

textarea {
  min-height: 10em; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background: #e9e9e9;
  color: #999;
  border-color: #bbb;
  cursor: not-allowed !important; }

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox; }

.checkbox,
.radio {
  position: relative;
  min-height: 15px;
  padding: 5px 0 5px 5px; }
  .checkbox input,
  .radio input {
    position: absolute;
    top: .5em;
    left: 0;
    display: none; }
  .checkbox label,
  .radio label {
    padding-left: 0; }

.checkbox input[type="checkbox"] + label {
  position: relative;
  line-height: 0;
  padding-left: 28px; }
  .checkbox input[type="checkbox"] + label:before {
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 8px;
    background-color: none;
    border: solid 1px #7f8283;
    line-height: 0; }

.checkbox input[type="checkbox"]:checked + label {
  position: relative; }
  .checkbox input[type="checkbox"]:checked + label:before {
    background-color: #0098b0;
    border-color: #0098b0; }
  .checkbox input[type="checkbox"]:checked + label:after {
    content: "\2713";
    font-size: 1rem;
    line-height: 0;
    display: block;
    top: 12px;
    left: 4px;
    position: absolute;
    color: #FFFFFF;
    line-height: 0; }

.checkbox input[type="checkbox"][disabled] + label {
  cursor: no-drop;
  cursor: not-allowed;
  color: #7f8283; }
  .checkbox input[type="checkbox"][disabled] + label:before {
    background-color: transparent;
    border-color: #7f8283;
    cursor: no-drop;
    cursor: not-allowed; }
  .checkbox input[type="checkbox"][disabled] + label:after {
    color: #7f8283; }

.radio input[type="radio"] + label {
  position: relative;
  padding-left: 28px; }
  .radio input[type="radio"] + label:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 8px;
    background-color: none;
    border-radius: 50% 50%;
    border: solid 2px #7f8283;
    line-height: 0; }

.radio input[type="radio"]:checked + label:before {
  border-color: #0098b0; }

.radio input[type="radio"]:checked + label:after {
  content: "";
  display: block;
  border-radius: 50% 50%;
  height: 10px;
  left: 4px;
  top: 8px;
  width: 10px;
  background-color: #0098b0;
  position: absolute;
  line-height: 0; }

::-webkit-input-placeholder {
  color: #aaa;
  font-style: normal; }

::-moz-placeholder {
  color: #aaa;
  font-style: normal; }

:-ms-input-placeholder {
  color: #aaa;
  font-style: normal; }

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
  border-color: #c10000 !important;
  background-color: #fee; }

input.input-validation-error:focus,
textarea.input-validation-error:focus,
select.input-validation-error:focus {
  -webkit-box-shadow: 0 0 3px #750000;
          box-shadow: 0 0 3px #750000; }

input[type="text"].datepicker {
  width: 80%;
  width: calc(100% - 25px);
  vertical-align: middle; }

.datepicker-toggle {
  font-size: 150%;
  vertical-align: middle;
  cursor: pointer; }
  .datepicker-toggle:hover {
    color: #514689; }

.char-limiter label {
  float: left; }

.char-counter {
  float: right;
  font-size: 0.75rem;
  color: #666;
  margin-top: 3px; }

.char-limiter textarea {
  clear: both; }

.comments-disclaimer {
  line-height: 1.4; }

.form-group-newsletter-opt label,
.form-group-newsletter-opt input[type=checkbox] {
  display: inline; }

.form-group-newsletter-opt input[type=checkbox] {
  position: relative;
  top: 1px; }

.validation-summary-valid {
  display: none; }

.validation-summary-errors {
  margin-top: 1em; }

.field-validation-error {
  position: absolute;
  left: 60%;
  bottom: 66%;
  bottom: calc(100% - 3.5em);
  z-index: 99;
  display: block;
  min-width: 120px;
  padding: 0.5em 0.75em;
  background-color: #fff;
  border: solid 1px #bbb;
  line-height: 1.2;
  font-size: 0.75rem;
  font-weight: 700;
  color: #c10000; }
  .field-validation-error:after, .field-validation-error:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom-width: 0; }
  .field-validation-error:after {
    bottom: -7px;
    left: 10px;
    border-top-color: #bbb; }
  .field-validation-error:before {
    bottom: -6px;
    left: 10px;
    z-index: 2;
    border-top-color: #fff; }
  @media only screen and (max-width: 767px) {
    .field-validation-error {
      position: relative;
      top: auto;
      left: auto;
      max-width: none;
      min-width: 20px;
      width: 100%;
      padding: 0.5em 0 0 0;
      border: none;
      border-radius: 0;
      background: transparent;
      white-space: normal;
      padding: 10px 0 0 10px; }
      .field-validation-error:after, .field-validation-error:before {
        display: none !important; } }
  @media only screen and (min-width: 768px) {
    .callout-sidebar .field-validation-error {
      left: auto;
      right: 3%;
      min-width: 150px;
      width: 150px; }
      .callout-sidebar .field-validation-error:before, .callout-sidebar .field-validation-error:after {
        left: auto;
        right: 10px; } }
  .field-validation-error.no-label {
    bottom: calc(100% - 1.2em); }
    @media only screen and (min-width: 768px) {
      .field-validation-error.no-label {
        left: auto;
        right: 3%;
        min-width: 150px;
        width: 150px; }
        .field-validation-error.no-label:before, .field-validation-error.no-label:after {
          left: auto;
          right: 10px; } }

.form-validation-error {
  position: relative;
  border: solid 1px #c10000;
  padding: .75em;
  margin: 1em 0;
  line-height: 1.1; }
  .form-validation-error p {
    display: inline-block;
    margin: 0;
    padding-left: 40px;
    vertical-align: middle; }
  .form-validation-error .fa-exclamation-circle {
    position: absolute;
    top: 50%;
    left: .5em;
    margin-top: -12px;
    text-align: center;
    vertical-align: middle; }

.progress {
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 20px;
  overflow: hidden;
  margin: 26px 0 0 0; }
  @media only screen and (max-width: 480px) {
    .progress {
      margin: 0 0 15px 0; } }
  .progress .progress-bar {
    background-color: #428bca;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
            box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    font-size: 0.75rem;
    height: 100%;
    text-align: center;
    -webkit-transition: width 0.6s ease 0s;
    transition: width 0.6s ease 0s;
    width: 0; }
  .progress .progress-bar-success {
    background-color: #24bf7a; }
  .progress .progress-bar-info {
    background-color: #000; }
  .progress .progress-bar-warning {
    background-color: #fec359; }
  .progress .progress-bar-danger {
    background-color: #c10000; }

.wfm_basic-form {
  padding: 10px 10px 20px 10px; }
  .wfm_basic-form .form-submit-border {
    width: 100%;
    padding: 20px;
    text-align: center; }
    @media only screen and (max-width: 480px) {
      .wfm_basic-form .form-submit-border .btn {
        clear: both;
        width: 100%;
        padding: 12px; } }
    .wfm_basic-form .form-submit-border.text-left {
      text-align: left; }
    .wfm_basic-form .form-submit-border.text-right {
      text-align: right; }
    .wfm_basic-form .form-submit-border.text-center {
      text-align: center; }
  .wfm_basic-form .checkbox input,
  .wfm_basic-form .radio input {
    position: relative;
    top: 0;
    left: 0;
    display: inline; }

.wfm_section {
  padding: 0 10px; }
  .wfm_section legend {
    margin-left: -12px;
    background-color: #f5f5f5;
    padding: 0 10px 0 0;
    position: relative;
    top: 3px; }
  .wfm_section .form-group {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 12px 0; }
    @media only screen and (max-width: 480px) {
      .wfm_section .form-group {
        margin: 5px 0; } }

.wfm_border-top {
  border-top: solid 1px #d4d5d6;
  padding-top: 20px;
  margin-top: 20px; }

.wfm_2-col-layout .form-group {
  width: 48%; }
  @media only screen and (max-width: 480px) {
    .wfm_2-col-layout .form-group {
      width: 100%; } }
  @media only screen and (min-width: 481px) {
    .wfm_2-col-layout .form-group:nth-child(odd) {
      margin-right: 1.5%; }
    .wfm_2-col-layout .form-group:nth-child(even) {
      margin-left: 1.5%; } }

.wfm_3-col-layout .form-group {
  width: 31%; }
  @media only screen and (max-width: 480px) {
    .wfm_3-col-layout .form-group {
      width: 100%; } }
  @media only screen and (min-width: 481px) {
    .wfm_3-col-layout .form-group:nth-child(3n+2) {
      margin-left: 3%;
      margin-right: 3%; } }

.wfm_4-col-layout .form-group {
  width: 22.5%; }
  @media only screen and (max-width: 480px) {
    .wfm_4-col-layout .form-group {
      width: 100%; } }
  @media only screen and (min-width: 481px) and (max-width: 767px) {
    .wfm_4-col-layout .form-group {
      width: 48%; }
      .wfm_4-col-layout .form-group:nth-child(odd) {
        margin-right: 1.5%; }
      .wfm_4-col-layout .form-group:nth-child(even) {
        margin-left: 1.5%; } }
  @media only screen and (min-width: 768px) {
    .wfm_4-col-layout .form-group:nth-child(4n+2) {
      margin-left: 3%;
      margin-right: 3%; }
    .wfm_4-col-layout .form-group:nth-child(4n+3) {
      margin-right: 3%; } }

.panel.return-error {
  background-color: #fee;
  border: 1px solid #c10000; }

.g-recaptcha {
  position: relative;
  margin-bottom: 1em;
  z-index: 0;
  top: -70px;
  padding-top: 70px;
  margin-bottom: -70px; }
  .g-recaptcha > div {
    position: relative;
    width: auto !important;
    height: auto !important;
    overflow: hidden; }

.btn-clear-search {
  display: none; }
  .btn-clear-visible .btn-clear-search {
    display: block; }

.input-clearable::-ms-clear {
  display: none; }

.table-group {
  margin-bottom: -24px; }

table {
  width: 100%;
  background: #ffffff;
  margin-bottom: 24px; }
  table:last-child {
    margin-bottom: 0; }
  table th,
  table td {
    padding: 12px;
    text-align: left;
    vertical-align: top; }
    @media (max-width: 767px) {
      table th,
      table td {
        padding: 8px;
        min-width: 100px; } }
  table.table-borderless th, table.table-borderless td {
    border: none; }
  table thead th {
    font-weight: 600;
    background: #eeeeee;
    color: #232526; }
  table tbody th {
    color: #232526; }

.table-striped tr:nth-child(even) {
  background: #f9f9f9; }

.overflow-indicator .table-striped tr:nth-child(even) {
  background-color: rgba(195, 195, 197, 0.1); }

.overflow-indicator .table-striped td[colspan]:not([colspan="1"]),
.overflow-indicator .table-striped th[colspan]:not([colspan="1"]) {
  background: rgba(99, 89, 158, 0.1); }

.table-striped td[colspan]:not([colspan="1"]),
.table-striped th[colspan]:not([colspan="1"]) {
  background: #f3f2fc; }

.table-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  margin-bottom: 24px; }
  .table-wrapper table {
    margin-bottom: 0; }
    @media screen {
      .table-wrapper table {
        min-width: 600px; } }
    @media print {
      .table-wrapper table {
        min-width: auto !important; } }
  @media screen {
    .table-wrapper .md-6.main-content table {
      min-width: 544px; } }
  @media print {
    .table-wrapper .md-6.main-content table {
      min-width: auto !important; } }

.overflow-indicator {
  overflow-y: auto;
  overflow-x: auto;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(#c3c3c5), to(rgba(195, 195, 197, 0))), -webkit-gradient(linear, right top, left top, from(#c3c3c5), to(rgba(195, 195, 197, 0)));
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(to right, #c3c3c5, rgba(195, 195, 197, 0)), linear-gradient(to left, #c3c3c5, rgba(195, 195, 197, 0));
  background-position: 0 0, 100% 0, 0 0, 100% 0;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 4em 100%, 4em 100%, 1em 100%, 1em 100%;
  background-attachment: local, local, scroll, scroll;
  border-radius: 1px; }
  .overflow-indicator table {
    background: transparent; }
    .overflow-indicator table thead th {
      background-color: rgba(195, 195, 197, 0.3); }

.fixed-table-wrapper {
  -webkit-overflow-scrolling: touch; }
  .fixed-table-wrapper table:after {
    content: "";
    display: block;
    position: relative;
    left: 0;
    bottom: 30px;
    margin-bottom: -30px;
    opacity: 1;
    width: 100%;
    height: 30px;
    -webkit-box-shadow: inset 0 -30px 20px -23px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 -30px 20px -23px rgba(0, 0, 0, 0.3); }

.fixed-headers {
  width: 100%;
  min-width: 800px;
  table-layout: fixed;
  border-collapse: collapse; }
  .fixed-headers.height-small tbody {
    height: 300px; }
  .fixed-headers.height-medium tbody {
    height: 400px; }
  .fixed-headers.height-large tbody {
    height: 500px; }
  .fixed-headers thead tr {
    width: 100%;
    display: block;
    position: relative; }
    @media only screen and (max-width: 1224px) {
      .no-mobile .fixed-headers thead tr {
        width: calc(100% - 17px); }
        .no-mobile .fixed-headers thead tr:after {
          content: '';
          width: 17px;
          height: 100%;
          background-color: rgba(195, 195, 197, 0.3);
          position: absolute;
          right: -17px;
          top: 0; } }
  .fixed-headers tbody {
    display: block;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden; }
    .fixed-headers tbody tr td {
      text-align: center; }
  .fixed-headers tbody tr th,
  .fixed-headers tbody tr td, .fixed-headers thead tr th,
  .fixed-headers thead tr td {
    min-width: 0; }
  .fixed-headers tbody tr th:first-of-type, .fixed-headers thead tr th:first-of-type {
    text-align: left; }

.old_ie_wrapper {
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto; }
  .old_ie_wrapper tbody {
    height: auto; }

.table-striped tr:nth-child(even) {
  background: #f9f9f9; }

.panel-group {
  margin-bottom: -20px; }

.panel {
  padding: 24px;
  margin-bottom: 24px;
  color: #333;
  background-color: #fff;
  border: 0px solid #eeeeee;
  width: 100%;
  border-radius: 2px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .panel {
      padding: 24px 12px; } }
  @media only screen and (max-width: 767px) {
    .panel {
      padding: 16px;
      margin-bottom: 12px; }
      .panel hr {
        margin-top: 16px; } }
  .panel.panel-alt {
    background: none;
    margin-bottom: 0; }
  .panel.panel-alt-header {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  .panel.first {
    padding-top: 0; }
  .panel.panel-social-feeds iframe,
  .panel.panel-social-feeds .pinterest-feed > span {
    min-width: 100% !important;
    max-width: 100% !important; }
  @media print {
    .panel {
      padding: 10px;
      margin: 0; } }

.panel-header {
  margin: 0 0 12px 0; }
  .panel-header .panel-title {
    margin-bottom: 0; }

.panel-title {
  font-weight: 600; }

.panel-content {
  margin: 0;
  padding: 0;
  width: 100%; }
  .panel-content.panel-content-small {
    font-size: 0.75rem; }
  .panel-content.related-resources a {
    text-decoration: none; }
    .panel-content.related-resources a:hover {
      text-decoration: underline; }
  .panel-content p:last-of-type, .panel-content li:last-of-type {
    margin-bottom: 0; }
  .panel-content p + ul, .panel-content li + ul {
    margin-top: 1em; }
  .panel-content a .material-icons, .panel-content a .icon-request-appointment:before, .panel-content a .icon-watch-video:before, .panel-content a .icon-play:before, .panel-content a .icon-person-location:before, .panel-content a .icon-details-top:before, .panel-content a .icon-details-left:before, .panel-content a .icon-directions:before, .panel-content a .icon-directions-alt:before, .panel-content a .icon-send-message:before, .panel-content a .icon-phone-top:before, .panel-content a .icon-phone-left:before, .panel-content a .icon-comment:before, .panel-content a .icon-cancel-search:before, .panel-content a .panel-footer .panel-footer-more:before, .panel-footer .panel-content a .panel-footer-more:before, .panel-content a .panel-toggle .panel-toggle-trigger:after, .panel-toggle .panel-content a .panel-toggle-trigger:after, .panel-content a .video-item figure:before, .video-item .panel-content a figure:before, .panel-content a .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .panel-content a div[id*="thumbnail"]:before, .panel-content a .card-trigger a:after, .card-trigger .panel-content a a:after, .panel-content a .card-video .card-image:before, .card-video .panel-content a .card-image:before, .panel-content a .card-content-figure figure.video a:before, .card-content-figure figure.video .panel-content a a:before, .panel-content a .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .panel-content a [data-role="remove"]:after, .panel-content a .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .panel-content a .brightcove-video:after, .panel-content a .section-location-details .btn-req-appt:after, .section-location-details .panel-content a .btn-req-appt:after,
  .panel-content a .section-location-details .btn-dr-location:after, .section-location-details .panel-content a .btn-dr-location:after, .panel-content a .locations2 .hospital-video a:before, .locations2 .hospital-video .panel-content a a:before, .panel-content a .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .panel-content a .icon-arrow:after, .panel-content a .back-to-top:before, .panel-content a .video-library .video-library-image:before, .video-library .panel-content a .video-library-image:before, .panel-content a .fa, .panel-content a .fas, .panel-content a .far, .panel-content a .fab {
    margin-right: 5px; }
  @media only screen and (max-width: 959px) {
    .panel-content .img-wrapper {
      width: 100%; }
      .panel-content .img-wrapper img {
        display: block;
        margin: 10px 0 !important;
        float: none !important; } }

.panel-footer {
  border-top: 1px solid #eeeeee;
  margin: 16px -24px -24px -24px;
  padding: 12px 48px 16px 48px; }
  @media only screen and (max-width: 767px) {
    .panel-footer {
      padding: 6px 16px 8px 12px;
      margin: 8px -12px -12px -12px; } }
  .panel-footer .panel-footer-more {
    display: -webkit-inline-box;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
    @media print {
      .panel-footer .panel-footer-more {
        display: none; } }
    .panel-footer .panel-footer-more:before {
      content: "arrow_forward";
      margin-right: 10px;
      -webkit-box-flex: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .panel-footer .panel-footer-more.btn {
      padding-left: 1em; }
    .panel-footer .panel-footer-more.btn-link:before {
      margin-right: 7px; }
  @media print {
    .panel-footer {
      display: none !important; } }

.panel-toggle {
  margin-bottom: 40px;
  padding: 0;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in; }
  .tabs-horizontal .panel-toggle.resp-tab-content {
    padding: 0; }
  @media print {
    .panel-toggle {
      margin: 0; } }
  .panel-toggle .panel-title {
    padding: 24px 24px 0 24px;
    margin: 0; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .panel-toggle .panel-title {
        padding: 12px 12px 0 12px; } }
    @media only screen and (max-width: 767px) {
      .panel-toggle .panel-title {
        padding: 16px 12px 0 12px; } }
  .panel-toggle .panel-content {
    overflow: hidden;
    margin: 0;
    padding: 24px;
    position: relative;
    max-height: 120px;
    -webkit-transition: all .5s;
    transition: all .5s; }
    @media only screen and (max-width: 1024px) {
      .panel-toggle .panel-content {
        padding: 16px 12px; } }
    .panel-toggle .panel-content:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -15px;
      opacity: 1;
      height: 40px;
      width: 100%;
      -webkit-box-shadow: inset 0px -40px 40px 0px #fff;
              box-shadow: inset 0px -40px 40px 0px #fff; }
      @media print {
        .panel-toggle .panel-content:after {
          display: none; } }
    @media print {
      .panel-toggle .panel-content {
        height: auto !important;
        max-height: none !important; } }
  .panel-toggle .panel-footer {
    text-align: center;
    padding: 18px 24px;
    margin: 0; }
    @media only screen and (max-width: 1023px) {
      .panel-toggle .panel-footer {
        padding: 16px 12px; } }
  .panel-toggle.show-0 .panel-content {
    max-height: 0; }
  .panel-toggle.show-1 .panel-content {
    max-height: 100px; }
  .panel-toggle.show-2 .panel-content {
    max-height: 200px; }
  .panel-toggle.show-3 .panel-content {
    max-height: 260px; }
  .panel-toggle.panel-additional-locations {
    padding: 0;
    margin-bottom: 28px; }
    .panel-toggle.panel-additional-locations .panel-content {
      max-height: none;
      padding: 0; }
      .panel-toggle.panel-additional-locations .panel-content:after {
        -webkit-box-shadow: none;
                box-shadow: none; }
    .panel-toggle.panel-additional-locations .card.card-callout {
      margin: 0; }
      .panel-toggle.panel-additional-locations .card.card-callout .card-content {
        padding: 0;
        overflow: hidden;
        -webkit-transition: all 1s;
        transition: all 1s; }
        .panel-toggle.panel-additional-locations .card.card-callout .card-content:nth-child(n+3) {
          max-height: 0; }
        .panel-toggle.panel-additional-locations .card.card-callout .card-content .has-border {
          padding: 12px 24px 18px 24px;
          margin: 0; }
          @media only screen and (max-width: 1023px) {
            .panel-toggle.panel-additional-locations .card.card-callout .card-content .has-border {
              padding: 12px 12px 9px 12px; } }
    .panel-toggle.panel-additional-locations .panel-footer {
      margin-top: 0;
      border: 0; }
  .panel-toggle .panel-toggle-trigger {
    cursor: pointer;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 0; }
    .panel-toggle .panel-toggle-trigger span:after {
      content: "all"; }
    .panel-toggle .panel-toggle-trigger:after {
      background-color: #f6f6f7;
      border: 1px solid #d4d5d6;
      border-radius: 50%;
      display: inline-block;
      content: "keyboard_arrow_down";
      height: 36px;
      left: 50%;
      line-height: 36px;
      margin-left: -18px;
      position: absolute;
      text-align: center;
      top: 20px;
      width: 36px;
      -webkit-transition: all 250ms ease-in;
      transition: all 250ms ease-in; }
    .panel-toggle .panel-toggle-trigger:hover:after {
      background-color: #FFFFFF;
      line-height: 46px;
      -webkit-transition: all 250ms ease-in;
      transition: all 250ms ease-in; }
  .panel-toggle.expanded .panel-content {
    max-height: none;
    -webkit-transition: all 1s;
    transition: all 1s; }
    .panel-toggle.expanded .panel-content:after {
      height: 0;
      opacity: 0; }
  .panel-toggle.expanded .panel-footer {
    border-top-width: 1px; }
  .panel-toggle.expanded .panel-toggle-trigger span:after {
    content: "less"; }
  .panel-toggle.expanded .panel-toggle-trigger:after {
    content: "keyboard_arrow_up";
    line-height: 34px; }
  .panel-toggle.expanded .panel-toggle-trigger:hover:after {
    line-height: 26px;
    -webkit-transition: all 250ms ease-in;
    transition: all 250ms ease-in; }
  .panel-toggle.expanded.panel-additional-locations .card.card-callout .card-content:nth-child(n+3) {
    max-height: 380px;
    -webkit-transition: all 1s;
    transition: all 1s; }

.panels-flex-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 100%; }
  .panels-flex-group .panel-flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left; }

.video-thumb {
  display: block;
  border: 1px solid #ccc; }
  .video-thumb:hover {
    border-color: #00778a; }
  .video-thumb img {
    display: block;
    width: 100%; }

.video-list li {
  margin-bottom: 1em; }

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

.video-container {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden; }
  @media print {
    .video-container {
      display: none; } }

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

.video-item figure {
  position: relative; }
  .video-item figure img {
    display: block;
    width: 100%; }
  .video-item figure:before {
    color: #fff;
    content: "play_circle_filled";
    font-size: 60px;
    left: 50%;
    opacity: 0.5;
    margin: -30px 0 0 -30px;
    position: absolute;
    top: 50%; }

.video-item a {
  text-decoration: none; }
  .video-item a:hover figure:before {
    opacity: 1; }

.video-item.video-small figure:before {
  font-size: 30px;
  margin: -15px 0 0 -15px; }

.video-item .video-duration {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #63599e;
  color: #fff; }

.video-item .video-date {
  color: #333; }

.video-item .video-item-category {
  display: block;
  font-size: 0.75rem;
  margin: 0 0 4px 0;
  text-transform: uppercase; }

.video-item .video-item-title {
  font-weight: 600;
  margin-bottom: 0; }

.bc-object-video {
  border: solid 1px red;
  width: 600px;
  height: 338px; }

.tooltip-trigger {
  color: #00778a;
  cursor: pointer; }
  .tooltip-trigger:hover {
    color: #333; }

.tooltip {
  display: none; }

/*
 * Majority of CSS used from 
 * Tipped - A Complete Javascript Tooltip Solution - v4.5.4
 * (c) 2012-2016 Nick Stakenburg
 * http://www.tippedjs.com
 * License: http://www.tippedjs.com/license
 */
.tpd-tooltip {
  position: absolute; }

.tpd-tooltip,
.tpd-tooltip [class^="tpd-"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* Content */
.tpd-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.tpd-content-spacer,
.tpd-content-relative,
.tpd-content-relative-padder {
  float: left;
  position: relative; }

.tpd-content-relative {
  width: 100%; }

.tpd-content {
  float: left;
  clear: both;
  position: relative;
  padding: 10px;
  font-size: 11px;
  line-height: 16px;
  color: #fff;
  max-width: 385px; }

.tpd-has-inner-close .tpd-content-relative .tpd-content {
  padding-right: 0 !important; }

.tpd-tooltip .tpd-content-no-padding {
  padding: 0 !important; }

.tpd-title-wrapper {
  float: left;
  position: relative;
  overflow: hidden; }

.tpd-title-spacer {
  float: left; }

.tpd-title-relative,
.tpd-title-relative-padder {
  float: left;
  position: relative; }

.tpd-title-relative {
  width: 100%; }

.tpd-title {
  float: left;
  position: relative;
  font-size: 11px;
  line-height: 16px;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff; }

.tpd-has-title-close .tpd-title {
  padding-right: 0 !important; }

.tpd-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
  overflow: hidden;
  color: #fff; }

.tpd-close-icon {
  float: left;
  font-family: Arial, Baskerville, monospace;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
  text-align: center; }

/* Skin */
.tpd-skin {
  position: absolute;
  top: 0;
  left: 0; }

.tpd-frames {
  position: absolute;
  top: 0;
  left: 0; }

.tpd-frames .tpd-frame {
  float: left;
  width: 100%;
  height: 100%;
  clear: both;
  display: none; }

.tpd-visible-frame-top .tpd-frame-top {
  display: block; }

.tpd-visible-frame-bottom .tpd-frame-bottom {
  display: block; }

.tpd-visible-frame-left .tpd-frame-left {
  display: block; }

.tpd-visible-frame-right .tpd-frame-right {
  display: block; }

.tpd-backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%; }

.tpd-background-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  pointer-events: none; }

.tpd-no-shadow .tpd-skin .tpd-background-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.tpd-background-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden; }

.tpd-no-stem .tpd-background-box,
.tpd-no-stem .tpd-shift-stem {
  display: none; }

.tpd-no-stem .tpd-background-box-top {
  display: block; }

.tpd-background-box-shift,
.tpd-background-box-shift-further {
  position: relative;
  float: left;
  width: 100%;
  height: 100%; }

.tpd-background {
  border-radius: 3px;
  float: left;
  clear: both;
  background: none;
  -webkit-background-clip: padding-box;
  /* Safari */
  background-clip: padding-box;
  border-style: solid;
  border-width: 1px;
  border-color: #282828;
  border-color: rgba(255, 255, 255, 0.1);
  /* opacity here bugs out in firefox, .tpd-background-content should have no opacity if this opacity is less than 1 */ }

.tpd-background-loading {
  display: none; }

/* no radius */
.tpd-no-radius .tpd-skin .tpd-frames .tpd-frame .tpd-backgrounds .tpd-background {
  border-radius: 0; }

.tpd-background-title {
  float: left;
  clear: both;
  width: 100%;
  background-color: #282828; }

.tpd-background-content {
  float: left;
  clear: both;
  width: 100%;
  background-color: #282828; }

.tpd-background-border-hack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: solid; }

.tpd-background-box-top {
  top: 0; }

.tpd-background-box-bottom {
  bottom: 0; }

.tpd-background-box-left {
  left: 0; }

.tpd-background-box-right {
  right: 0; }

/* Skin / Stems */
.tpd-shift-stem {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

.tpd-shift-stem-side {
  position: absolute; }

.tpd-frame-top .tpd-shift-stem-side,
.tpd-frame-bottom .tpd-shift-stem-side {
  width: 100%; }

.tpd-frame-left .tpd-shift-stem-side,
.tpd-frame-right .tpd-shift-stem-side {
  height: 100%; }

.tpd-stem {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  /* shows possible invalid subpx rendering */
  width: 10px;
  /* best cross browser stem: width = 2 x height (90deg angle) */
  height: 6px;
  margin-left: 3px;
  /* space from the side */
  margin-top: 2px;
  /* space between target and stem */
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%; }

/* remove margins once we're done measuring */
.tpd-tooltip .tpd-skin .tpd-frames .tpd-frame .tpd-shift-stem .tpd-stem-reset {
  margin: 0 !important; }

.tpd-stem-spacer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.tpd-stem-reset .tpd-stem-spacer {
  margin-top: 0; }

.tpd-stem-point {
  width: 100px;
  position: absolute;
  top: 0;
  left: 50%; }

.tpd-stem-downscale,
.tpd-stem-transform {
  float: left;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  position: relative; }

.tpd-stem-side {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden; }

.tpd-stem-side-inversed {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.tpd-stem-triangle {
  width: 0;
  height: 0;
  border-bottom-style: solid;
  border-left-color: transparent;
  border-left-style: solid;
  position: absolute;
  top: 0;
  left: 0; }

.tpd-stem-border {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #fff;
  /* will become transparent */
  border-right-color: #fff;
  border-right-style: solid;
  border-right-width: 0; }

.tpd-stem-border-corner {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  border-right-style: solid;
  border-right-width: 0; }

/* fixes rendering issue in IE */
.tpd-stem * {
  z-index: 0;
  zoom: 1; }

/* used by IE < 9 */
.tpd-stem-border-center-offset,
.tpd-stem-border-center-offset-inverse {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.tpd-stem-notransform {
  float: left;
  width: 100%;
  height: 100%;
  position: relative; }

.tpd-stem-notransform .tpd-stem-border {
  height: 100%;
  position: relative;
  float: left;
  top: 0;
  left: 0;
  margin: 0; }

.tpd-stem-notransform .tpd-stem-border-center {
  position: absolute; }

.tpd-stem-notransform .tpd-stem-border-corner {
  background: #fff;
  border: 0;
  top: auto;
  left: auto; }

.tpd-stem-notransform .tpd-stem-border-center,
.tpd-stem-notransform .tpd-stem-triangle {
  height: 0;
  border: 0;
  left: 50%; }

/* transformations for left/right/bottom */
.tpd-stem-transform-left {
  -webkit-transform: rotate(-90deg) scale(-1, 1);
  transform: rotate(-90deg) scale(-1, 1); }

.tpd-stem-transform-right {
  -webkit-transform: rotate(90deg) translate(0, -100%);
  transform: rotate(90deg) translate(0, -100%); }

.tpd-stem-transform-bottom {
  -webkit-transform: scale(1, -1) translate(0, -100%);
  transform: scale(1, -1) translate(0, -100%); }

/* Spinner */
.tpd-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 36px; }

.tpd-spinner-spin {
  position: relative;
  float: left;
  margin: 8px 0 0 13px;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  -webkit-animation: tpd-spinner-animation 1.1s infinite linear;
  animation: tpd-spinner-animation 1.1s infinite linear;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important; }

.tpd-spinner-spin,
.tpd-spinner-spin:after {
  border-radius: 50%;
  width: 20px;
  height: 20px; }

@-webkit-keyframes tpd-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes tpd-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* show the loader while loading and hide all the content */
.tpd-is-loading .tpd-content-wrapper,
.tpd-is-loading .tpd-title-wrapper {
  display: none; }

.tpd-is-loading .tpd-background {
  display: none; }

.tpd-is-loading .tpd-background-loading {
  display: block; }

/* Resets while measuring content */
.tpd-tooltip-measuring {
  top: 0;
  left: 0;
  position: absolute;
  max-width: 100%;
  width: 100%; }

.tpd-tooltip-measuring .tpd-skin,
.tpd-tooltip-measuring .tpd-spinner {
  display: none; }

.tpd-tooltip-measuring .tpd-content-wrapper,
.tpd-tooltip-measuring .tpd-title-wrapper {
  display: block; }

/* Links */
.tpd-tooltip a,
.tpd-tooltip a:hover {
  color: #00778a;
  text-decoration: underline; }

.tpd-tooltip a:hover {
  color: #009eb3; }

/* Skins */
/* default (dark) */
.tpd-skin-dark .tpd-content,
.tpd-skin-dark .tpd-title,
.tpd-skin-dark .tpd-close {
  color: #fff; }

.tpd-skin-dark .tpd-background-content,
.tpd-skin-dark .tpd-background-title {
  background-color: #474b4c; }

.tpd-skin-dark .tpd-background {
  border-width: 1px;
  border-color: #282828;
  border-color: rgba(255, 255, 255, 0.1); }

/* line below the title */
.tpd-skin-dark .tpd-title-wrapper {
  border-bottom: 1px solid #404040; }

/* spinner */
.tpd-skin-dark .tpd-spinner-spin {
  border-color: rgba(255, 255, 255, 0.2);
  border-left-color: #fff; }

/* links */
.tpd-skin-dark a {
  color: #ccc; }

.tpd-skin-dark a:hover {
  color: #c0c0c0; }

/* Skins */
/* light */
.tpd-skin-light .tpd-content,
.tpd-skin-light .tpd-close {
  color: #333; }

.tpd-skin-light .tpd-content {
  padding: 24px;
  font-size: 14px;
  line-height: 1.4; }

.tpd-skin-light .tooltip-title {
  color: #63599e;
  font-size: 16px;
  margin-bottom: 10px; }

.tpd-skin-light .tpd-background-content {
  background-color: #fff; }

.tpd-skin-light .tpd-background {
  border-width: 1px;
  border-color: #63599e; }

.tpd-skin-light .tpd-background-title {
  color: #63599e; }

.tpd-skin-light .tpd-close-icon {
  color: #00778a; }

.tpd-skin-light .tpd-close {
  right: 6px;
  top: 6px; }

.tpd-skin-light .tpd-background-shadow {
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2); }

.modal {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  will-change: visibility, opacity;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
  .modal--active {
    visibility: visible;
    opacity: 1; }
  .modal.modal--align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .modal.modal__bg,
  .modal .modal__bg {
    background-color: rgba(0, 0, 0, 0.5); }
  .modal .modal__dialog {
    max-width: 600px;
    padding: 1.2em; }
    @media only screen and (min-width: 1024px) {
      .modal .modal__dialog {
        margin-right: -15px; } }
  .modal .modal__content {
    will-change: transform, opacity;
    position: relative;
    padding: 2.4em;
    background: #f0f0f0;
    background-clip: padding-box;
    -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    top: -100px;
    -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1); }
    .modal .modal__content--active {
      opacity: 1; }
  .modal .modal__close {
    z-index: 1100;
    cursor: pointer; }
  .modal--video .modal__content {
    padding: 2.4em 0; }
  .modal--video iframe {
    display: block; }

.modal__trigger {
  /*
    position: relative;
    display: inline-block;
    padding: 20px;
    color: #ddd;
    line-height: 1;
    cursor: pointer;
    background: #f0f0f0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);

    &--active {
        z-index: 10;
    }

    &:hover {
        background: #ccc;
    }
    */ }

#modal__temp {
  will-change: transform, opacity;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f0f0f0;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  z-index: 9999;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1); }

.pagination {
  position: relative;
  display: block;
  margin: 1em auto;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .pagination {
      height: 35px;
      margin: 0; } }
  @media print {
    .pagination {
      display: none; } }
  .pagination:after {
    content: '';
    clear: both; }

.pagination-button {
  display: inline-block;
  padding: 5px 10px;
  color: #00778a;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background 0.1s, color 0.1s;
  transition: background 0.1s, color 0.1s;
  text-decoration: none; }
  .pagination-button .material-icons, .pagination-button .icon-request-appointment:before, .pagination-button .icon-watch-video:before, .pagination-button .icon-play:before, .pagination-button .icon-person-location:before, .pagination-button .icon-details-top:before, .pagination-button .icon-details-left:before, .pagination-button .icon-directions:before, .pagination-button .icon-directions-alt:before, .pagination-button .icon-send-message:before, .pagination-button .icon-phone-top:before, .pagination-button .icon-phone-left:before, .pagination-button .icon-comment:before, .pagination-button .icon-cancel-search:before, .pagination-button .panel-footer .panel-footer-more:before, .panel-footer .pagination-button .panel-footer-more:before, .pagination-button .panel-toggle .panel-toggle-trigger:after, .panel-toggle .pagination-button .panel-toggle-trigger:after, .pagination-button .video-item figure:before, .video-item .pagination-button figure:before, .pagination-button .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .pagination-button div[id*="thumbnail"]:before, .pagination-button .card-trigger a:after, .card-trigger .pagination-button a:after, .pagination-button .card-video .card-image:before, .card-video .pagination-button .card-image:before, .pagination-button .card-content-figure figure.video a:before, .card-content-figure figure.video .pagination-button a:before, .pagination-button .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .pagination-button [data-role="remove"]:after, .pagination-button .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .pagination-button .brightcove-video:after, .pagination-button .section-location-details .btn-req-appt:after, .section-location-details .pagination-button .btn-req-appt:after,
  .pagination-button .section-location-details .btn-dr-location:after, .section-location-details .pagination-button .btn-dr-location:after, .pagination-button .locations2 .hospital-video a:before, .locations2 .hospital-video .pagination-button a:before, .pagination-button .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .pagination-button .icon-arrow:after, .pagination-button .back-to-top:before, .pagination-button .video-library .video-library-image:before, .video-library .pagination-button .video-library-image:before {
    line-height: 1.1; }
    @media only screen and (max-width: 767px) {
      .pagination-button .material-icons, .pagination-button .icon-request-appointment:before, .pagination-button .icon-watch-video:before, .pagination-button .icon-play:before, .pagination-button .icon-person-location:before, .pagination-button .icon-details-top:before, .pagination-button .icon-details-left:before, .pagination-button .icon-directions:before, .pagination-button .icon-directions-alt:before, .pagination-button .icon-send-message:before, .pagination-button .icon-phone-top:before, .pagination-button .icon-phone-left:before, .pagination-button .icon-comment:before, .pagination-button .icon-cancel-search:before, .pagination-button .panel-footer .panel-footer-more:before, .panel-footer .pagination-button .panel-footer-more:before, .pagination-button .panel-toggle .panel-toggle-trigger:after, .panel-toggle .pagination-button .panel-toggle-trigger:after, .pagination-button .video-item figure:before, .video-item .pagination-button figure:before, .pagination-button .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .pagination-button div[id*="thumbnail"]:before, .pagination-button .card-trigger a:after, .card-trigger .pagination-button a:after, .pagination-button .card-video .card-image:before, .card-video .pagination-button .card-image:before, .pagination-button .card-content-figure figure.video a:before, .card-content-figure figure.video .pagination-button a:before, .pagination-button .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .pagination-button [data-role="remove"]:after, .pagination-button .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .pagination-button .brightcove-video:after, .pagination-button .section-location-details .btn-req-appt:after, .section-location-details .pagination-button .btn-req-appt:after,
      .pagination-button .section-location-details .btn-dr-location:after, .section-location-details .pagination-button .btn-dr-location:after, .pagination-button .locations2 .hospital-video a:before, .locations2 .hospital-video .pagination-button a:before, .pagination-button .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .pagination-button .icon-arrow:after, .pagination-button .back-to-top:before, .pagination-button .video-library .video-library-image:before, .video-library .pagination-button .video-library-image:before {
        font-size: 1.125rem;
        line-height: 1.4; } }
  .pagination-button.button-next, .pagination-button.button-prev {
    font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .pagination-button.button-next {
      position: absolute;
      right: 0;
      top: -5px; }
    .pagination-button.button-prev {
      position: absolute;
      left: 0;
      right: auto;
      top: -5px; } }
  .pagination-button:hover {
    color: #009eb3;
    text-decoration: underline; }
    .pagination-button:hover.disabled, .pagination-button:hover.active, .pagination-button:hover.ellipsis {
      text-decoration: none; }
  .pagination-button.active, .pagination-button.ellipsis {
    color: #3b3e40; }
  .pagination-button.disabled {
    color: #d4d5d6; }
  .pagination-button.ellipsis, .pagination-button.disabled, .pagination-button.active {
    cursor: default; }
  @media only screen and (max-width: 767px) {
    .pagination-button.show-for-sm {
      display: inline-block !important;
      color: #7f8283;
      cursor: default;
      padding: 5px 0;
      font-weight: 600; }
      .pagination-button.show-for-sm:hover {
        color: #7f8283; } }

.pagination-list .col, .pagination-list .list-stacked dt, .list-stacked .pagination-list dt, .pagination-list .list-stacked dd, .list-stacked .pagination-list dd {
  padding: 0; }

.pagination-list .pagination-title {
  display: block;
  float: left;
  height: auto;
  line-height: 2em;
  padding-top: 10px;
  text-align: center;
  width: calc(100% - 80px); }

.pagination-list .btn {
  display: block;
  float: right;
  padding: 10px 2px;
  background: transparent;
  color: #3b3e40;
  width: 40px; }
  .pagination-list .btn.disabled, .pagination-list .btn[disabled] {
    background: transparent !important;
    border: none; }
  .pagination-list .btn.btn-previous {
    float: left; }

.disruptor .flex-item, .disruptor .la-ball-clip-rotate > div, .disruptor .section-locations .locations-container .locations-item, .section-locations .locations-container .disruptor .locations-item {
  -webkit-box-flex: 1;
  -moz-flex: 1 0 33%;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%; }

.disruptor .disruptor-item {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 80px;
  width: 100%;
  padding: 1em; }
  .disruptor .disruptor-item:hover {
    background: #eeeeee; }
  @media only screen and (max-width: 1024px) {
    .disruptor .disruptor-item {
      display: block;
      height: auto; } }
  @media only screen and (max-width: 1025px) {
    .disruptor .disruptor-item .hide-for-md {
      display: none; }
    .disruptor .disruptor-item .show-for-md {
      display: inline-block !important; } }

.disruptor .disruptor-content {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin-left: 80px;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .disruptor .disruptor-content {
      margin-left: 0;
      text-align: center; } }

.disruptor .icon {
  font-size: 24px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: 32px;
  top: 14px;
  color: #fff;
  text-align: center;
  font-style: normal;
  background: #00778a;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  @media only screen and (max-width: 767px) {
    .disruptor .icon {
      position: relative;
      left: auto;
      top: auto;
      display: block;
      margin: 0 auto;
      width: auto;
      height: auto;
      background: none;
      color: #00778a;
      border-radius: 0;
      line-height: 1.2; } }

.disruptor .icon-arrow {
  position: absolute;
  right: 24px;
  top: 30px;
  color: #00778a; }
  @media only screen and (max-width: 1024px) {
    .disruptor .icon-arrow {
      display: none; } }

.disruptor a {
  display: block;
  text-decoration: none; }
  .disruptor a:hover .icon {
    background: #009eb3; }
    @media only screen and (max-width: 767px) {
      .disruptor a:hover .icon {
        background: none;
        color: #009eb3; } }
  .disruptor a:hover .icon-arrow, .disruptor a:hover .icon-title {
    color: #009eb3; }

.disruptor .icon-description {
  width: 100%;
  margin: 0; }
  @media only screen and (min-width: 1024px) {
    .disruptor .icon-description {
      padding-right: 24px; } }
  .disruptor .icon-description .icon-title {
    margin: 0; }
  .disruptor .icon-description .tel {
    display: block;
    color: #333;
    font-size: 14px; }

.disruptor .icon-title {
  color: #00778a;
  font-weight: 600;
  font-size: 16px; }
  @media only screen and (max-width: 1200px) {
    .disruptor .icon-title {
      font-size: 15px; } }
  @media only screen and (max-width: 1024px) {
    .disruptor .icon-title {
      font-size: 13px;
      text-transform: uppercase; } }
  @media only screen and (max-width: 479px) {
    .disruptor .icon-title {
      font-size: 10px; } }

@media print {
  .disruptor {
    display: none; } }

.aside-disruptor {
  margin-bottom: 24px; }
  @media only screen and (min-width: 1025px) {
    .aside-disruptor .icon-description {
      width: calc(100% - 40px);
      padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    .aside-disruptor {
      border: 1px solid #d4d5d6;
      border-width: 1px 0; }
      .aside-disruptor .row, .aside-disruptor .list-stacked {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        width: 100%;
        padding: 0;
        margin: 0; } }
  @media only screen and (min-width: 1025px) {
    .aside-disruptor .icon {
      left: 16px;
      top: 17px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .aside-disruptor .icon {
      width: 28px;
      height: 28px;
      line-height: 28px;
      top: 8px;
      font-size: 17px; } }
  @media only screen and (min-width: 1025px) {
    .aside-disruptor .disruptor-content {
      margin-left: 64px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .aside-disruptor .disruptor-content {
      margin-left: 56px; } }
  .aside-disruptor .line {
    display: block; }
  .aside-disruptor.disruptor-alt .disruptor-request {
    display: none; }

.home-disruptor .row, .home-disruptor .list-stacked {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap; }

.home-disruptor,
.section-disruptor {
  background: #f9f9f9;
  border: 1px solid #d4d5d6;
  border-width: 1px 0; }
  .home-disruptor .disruptor-wrapper,
  .section-disruptor .disruptor-wrapper {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    margin: 0 auto;
    border: 0; }
  .home-disruptor.last,
  .section-disruptor.last {
    border: 0;
    background: transparent; }
    .home-disruptor.last .disruptor-wrapper,
    .section-disruptor.last .disruptor-wrapper {
      max-width: 1232px;
      background: #f9f9f9;
      border: 1px solid #d4d5d6;
      margin: 1.5em 0; }
  .home-disruptor .flex-item, .home-disruptor .la-ball-clip-rotate > div, .home-disruptor .section-locations .locations-container .locations-item, .section-locations .locations-container .home-disruptor .locations-item,
  .section-disruptor .flex-item,
  .section-disruptor .la-ball-clip-rotate > div,
  .section-disruptor .section-locations .locations-container .locations-item,
  .section-locations .locations-container .section-disruptor .locations-item {
    border: 1px solid #d4d5d6;
    border-width: 0 1px 0 0; }
    @media only screen and (max-width: 767px) {
      .home-disruptor .flex-item, .home-disruptor .la-ball-clip-rotate > div, .home-disruptor .section-locations .locations-container .locations-item, .section-locations .locations-container .home-disruptor .locations-item,
      .section-disruptor .flex-item,
      .section-disruptor .la-ball-clip-rotate > div,
      .section-disruptor .section-locations .locations-container .locations-item,
      .section-locations .locations-container .section-disruptor .locations-item {
        border: 0; } }
    .home-disruptor .flex-item:last-child, .home-disruptor .la-ball-clip-rotate > div:last-child, .home-disruptor .section-locations .locations-container .locations-item:last-child, .section-locations .locations-container .home-disruptor .locations-item:last-child,
    .section-disruptor .flex-item:last-child,
    .section-disruptor .la-ball-clip-rotate > div:last-child,
    .section-disruptor .section-locations .locations-container .locations-item:last-child,
    .section-locations .locations-container .section-disruptor .locations-item:last-child {
      border-right: 0; }
      @media only screen and (max-width: 767px) {
        .home-disruptor .flex-item:last-child, .home-disruptor .la-ball-clip-rotate > div:last-child, .home-disruptor .section-locations .locations-container .locations-item:last-child, .section-locations .locations-container .home-disruptor .locations-item:last-child,
        .section-disruptor .flex-item:last-child,
        .section-disruptor .la-ball-clip-rotate > div:last-child,
        .section-disruptor .section-locations .locations-container .locations-item:last-child,
        .section-locations .locations-container .section-disruptor .locations-item:last-child {
          border-width: 1px 0; } }
  @media only screen and (max-width: 1024px) {
    .home-disruptor .disruptor-content,
    .section-disruptor .disruptor-content {
      margin-left: 0;
      text-align: center; } }
  .home-disruptor .line,
  .section-disruptor .line {
    display: inline; }
  @media only screen and (max-width: 1024px) {
    .home-disruptor .icon,
    .section-disruptor .icon {
      position: relative;
      left: auto;
      top: auto;
      display: block;
      margin: 0 auto;
      width: auto;
      height: auto;
      background: none;
      color: #00778a;
      border-radius: 0;
      line-height: 1.2; } }
  @media only screen and (max-width: 1024px) {
    .home-disruptor a:hover .icon,
    .section-disruptor a:hover .icon {
      background: none;
      color: #009eb3; } }
  .home-disruptor .icon-arrow,
  .section-disruptor .icon-arrow {
    right: 20px; }
  .home-disruptor.disruptor-alt,
  .section-disruptor.disruptor-alt {
    margin-bottom: 24px;
    border: 1px solid #d4d5d6; }
    .home-disruptor.disruptor-alt .row, .home-disruptor.disruptor-alt .list-stacked,
    .section-disruptor.disruptor-alt .row,
    .section-disruptor.disruptor-alt .list-stacked {
      margin: 0; }
    .home-disruptor.disruptor-alt .flex-item.disruptor-doctors, .home-disruptor.disruptor-alt .la-ball-clip-rotate > div.disruptor-doctors, .home-disruptor.disruptor-alt .section-locations .locations-container .disruptor-doctors.locations-item, .section-locations .locations-container .home-disruptor.disruptor-alt .disruptor-doctors.locations-item,
    .section-disruptor.disruptor-alt .flex-item.disruptor-doctors,
    .section-disruptor.disruptor-alt .la-ball-clip-rotate > div.disruptor-doctors,
    .section-disruptor.disruptor-alt .section-locations .locations-container .disruptor-doctors.locations-item,
    .section-locations .locations-container .section-disruptor.disruptor-alt .disruptor-doctors.locations-item {
      border-width: 0 1px 0 0; }
    .home-disruptor.disruptor-alt .flex-item.disruptor-contact, .home-disruptor.disruptor-alt .la-ball-clip-rotate > div.disruptor-contact, .home-disruptor.disruptor-alt .section-locations .locations-container .disruptor-contact.locations-item, .section-locations .locations-container .home-disruptor.disruptor-alt .disruptor-contact.locations-item,
    .section-disruptor.disruptor-alt .flex-item.disruptor-contact,
    .section-disruptor.disruptor-alt .la-ball-clip-rotate > div.disruptor-contact,
    .section-disruptor.disruptor-alt .section-locations .locations-container .disruptor-contact.locations-item,
    .section-locations .locations-container .section-disruptor.disruptor-alt .disruptor-contact.locations-item {
      border-width: 0; }
    .home-disruptor.disruptor-alt .disruptor-request,
    .section-disruptor.disruptor-alt .disruptor-request {
      display: none; }

.alphabetical-filter-container {
  background: #f6f6f7;
  margin-bottom: 24px;
  padding: 24px; }
  @media print {
    .alphabetical-filter-container {
      display: none !important; } }

.alphabetical-filter {
  margin: 0;
  color: #a9abac; }
  .alphabetical-filter li {
    padding: 5px;
    margin: 4px; }
    .alphabetical-filter li a {
      text-decoration: none; }
      .alphabetical-filter li a:hover {
        text-decoration: underline; }

.alphabetical-item .alphabetical-list-title {
  float: left;
  margin: 0; }
  .alphabetical-item .alphabetical-list-title a {
    display: block;
    color: #333;
    text-decoration: none;
    margin-top: 5px; }
    .alphabetical-item .alphabetical-list-title a:hover {
      text-decoration: none;
      color: #333; }

.alphabetical-item .alphabetical-list {
  margin: 0;
  padding: 0 0 2em 3em; }
  @media only screen and (max-width: 767px) {
    .alphabetical-item .alphabetical-list {
      padding-bottom: 10px; } }

.shadow-1, .btn-primary:hover, .search-bar.active-search .btn-site-search:hover, .btn-secondary:hover {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2); }

.shadow-2 {
  -webkit-box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.2); }

.shadow-3, .close, .fancybox-close,
.btn-close, .panel-toggle.expanded, #site-header, .dropdown-menu, .story-blocks .story-card .card-flex:hover, .no-mobile .doctors .card.card-doctor .card-flex:hover {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2); }

.shadow-4 {
  -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.2); }

.shadow-5 {
  -webkit-box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.2); }

.shadows {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%; }
  .shadows .card {
    background: white;
    position: relative;
    border-radius: 2px;
    background-clip: padding-box;
    font-size: 1.3125em;
    margin: 20px; }
  @media print {
    .shadows {
      -webkit-box-shadow: none;
              box-shadow: none; } }

.shadows.sample span {
  padding: 45px; }

.flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }

.drawer {
  background: #fff;
  border-radius: 2px;
  padding: 16px; }
  .drawer .drawer-title {
    color: #00778a;
    cursor: pointer;
    position: relative; }
    .drawer .drawer-title:after {
      color: inherit;
      content: "\002B";
      display: inline-block;
      font-size: 1.5rem;
      line-height: 1;
      position: absolute;
      right: 0;
      top: -1px; }
  .drawer .drawer-content {
    overflow: hidden;
    margin: 0;
    padding: 0;
    max-height: 0;
    -webkit-transition: max-height 300ms ease-out 20ms, padding 300ms ease-out 20ms;
    transition: max-height 300ms ease-out 20ms, padding 300ms ease-out 20ms; }
  .drawer.expanded .drawer-title {
    color: #3b3e40;
    font-weight: 600; }
    .drawer.expanded .drawer-title:after {
      content: "\2013";
      top: -2px; }
  .drawer.expanded .drawer-content {
    max-height: 300px;
    padding: 8px 0 0 0; }
  @media print {
    .drawer {
      display: none; } }

.drawer-light .drawer-light-content {
  overflow: hidden;
  margin: 0;
  padding: 0;
  max-height: 0;
  -webkit-transition: max-height 300ms ease-out 20ms, padding 300ms ease-out 20ms;
  transition: max-height 300ms ease-out 20ms, padding 300ms ease-out 20ms; }

.drawer-light .drawer-light-title {
  cursor: pointer;
  position: relative; }
  .drawer-light .drawer-light-title:after {
    color: inherit;
    content: "\002B";
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1;
    position: absolute;
    right: 0;
    top: -1px; }

.drawer-light.expanded .drawer-light-title {
  color: #3b3e40; }
  .drawer-light.expanded .drawer-light-title:after {
    content: "\2013";
    top: -2px; }

.drawer-light.expanded .drawer-light-content {
  max-height: 800px;
  padding: 8px 0 0 0; }

.section-newsletter {
  border: 1px solid #d4d5d6;
  border-width: 1px 0 1px 0; }
  .section-newsletter .fieldset-label {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    height: 47px; }
    .section-newsletter .fieldset-label label {
      font-weight: 600;
      font-size: 1rem;
      line-height: 1.3;
      letter-spacing: .05rem; }
      @media only screen and (min-width: 768px) and (max-width: 860px) {
        .section-newsletter .fieldset-label label {
          font-size: 14px; } }
      .section-newsletter .fieldset-label label .required-field-marker {
        display: none; }
    @media only screen and (max-width: 767px) {
      .section-newsletter .fieldset-label {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start; } }
    @media only screen and (max-width: 479px) {
      .section-newsletter .fieldset-label {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center; } }
  .section-newsletter .success-message-newsletter {
    margin: 0; }
  .section-newsletter > .row-narrow, .section-off-canvas .canvas-content .breadcrumb-container.section-newsletter > .row, .section-off-canvas .canvas-content .breadcrumb-container.section-newsletter > .list-stacked {
    max-width: 1000px; }
  .section-newsletter .btn-sign-up {
    width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 860px) {
      .section-newsletter .btn-sign-up {
        font-size: 0.75rem;
        padding: 1em; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .section-newsletter .btn-sign-up {
        font-size: 16px; } }
    @media only screen and (max-width: 479px) {
      .section-newsletter .btn-sign-up {
        margin-bottom: 1em; } }
  @media only screen and (max-width: 767px) {
    .section-newsletter .email-opt-pop-col-input {
      margin-bottom: 1em; } }
  .section-newsletter .field-validation-error {
    bottom: 90%;
    left: 45%; }
    @media only screen and (max-width: 767px) {
      .section-newsletter .field-validation-error {
        bottom: 45%;
        left: 3%; } }

/* ========== Newsletter Opt-in pop-up modal ========*/
.email-opt-pop .fancybox-skin {
  border-radius: 0;
  background-color: #FFFFFF; }

#subscribe-popup {
  width: 690px;
  height: 410px;
  background: #FFFFFF url("/content/northwestern/img/modal-woman.jpg") no-repeat left center; }
  @media print {
    #subscribe-popup {
      display: none !important; } }

@media only screen and (max-width: 767px) {
  #subscribe-popup {
    width: auto;
    background: #FFFFFF; } }

.email-opt-pop-content {
  width: 65%;
  overflow: hidden;
  float: right;
  text-align: center;
  padding: 3% 3% 0 3%;
  font-family: "Open Sans", Helvetica, Arial, sans-serif, Arial, helvetica; }

@media only screen and (max-width: 767px) {
  .email-opt-pop-content {
    width: 100%;
    padding: 8% 0 5% 0; } }

@media only screen and (max-width: 380px) {
  .email-opt-pop-content {
    padding-top: 10%; } }

.email-opt-pop-content h2,
.email-opt-pop-content h3 {
  text-transform: uppercase; }

.email-opt-pop-content h2 span {
  display: block;
  width: 100%;
  clear: both; }

.email-opt-pop-content h2 .newsletter-header-1 {
  font-weight: 400;
  font-size: 0.8125rem;
  letter-spacing: 0.15em; }

.email-opt-pop-content h2 .newsletter-header-2 {
  font-weight: 700;
  font-size: 54px;
  color: #5c4385;
  letter-spacing: 0.05em;
  margin: -2px 0; }

@media only screen and (max-width: 480px) {
  .email-opt-pop-content h2 .newsletter-header-2 {
    font-size: 38px;
    letter-spacing: normal; } }

@media only screen and (max-width: 380px) {
  .email-opt-pop-content h2 .newsletter-header-2 {
    font-size: 32px; } }

.email-opt-pop-content h2 .newsletter-header-3 {
  font-weight: 400;
  font-size: 2rem;
  color: #5c4385;
  letter-spacing: 0.25em; }

@media only screen and (max-width: 480px) {
  .email-opt-pop-content h2 .newsletter-header-3 {
    font-size: 1.375rem; } }

.email-opt-pop-content h2 .newsletter-header-4 {
  font-weight: 400;
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  margin: 8px 0 3px 0; }

.email-opt-pop-content h3 {
  font-weight: 800;
  font-size: 1.125rem;
  letter-spacing: 0.15em;
  margin: 0; }

.email-opt-pop-content .hr-apple {
  display: inline-block;
  max-width: 313px;
  width: 100%; }

@media only screen and (max-width: 767px) {
  .email-opt-pop-content .hr-apple {
    width: 80%; } }

.email-opt-pop-content .summary {
  font-size: 0.75rem;
  max-width: 80%;
  display: inline-block;
  line-height: 1.3;
  margin-top: 3px; }

@media only screen and (max-width: 767px) {
  .email-opt-pop-content .summary {
    max-width: 90%; } }

.email-opt-pop-content .opt-in-left {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  min-height: 56px; }

.email-opt-pop-content .fieldset-newsletter {
  min-height: 56px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .email-opt-pop-content .fieldset-newsletter {
      padding: 0 20px; } }
  .email-opt-pop-content .fieldset-newsletter .loader-icon {
    height: auto;
    width: auto;
    left: calc(50% - 21px);
    top: 70%; }
    .email-opt-pop-content .fieldset-newsletter .loader-icon .la-ball-clip-rotate.la-2x > div {
      width: 40px;
      height: 40px; }
  .email-opt-pop-content .fieldset-newsletter .form-group {
    margin: 0; }
  .email-opt-pop-content .fieldset-newsletter .email-opt-pop-col-label {
    display: none; }
  .email-opt-pop-content .fieldset-newsletter .email-opt-pop-col-input {
    width: 70%;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .email-opt-pop-content .fieldset-newsletter .email-opt-pop-col-input {
        width: 100%; } }
    @media only screen and (max-width: 480px) {
      .email-opt-pop-content .fieldset-newsletter .email-opt-pop-col-input {
        min-height: 70px; }
        .email-opt-pop-content .fieldset-newsletter .email-opt-pop-col-input .field-validation-error {
          line-height: 0; } }
  .email-opt-pop-content .fieldset-newsletter .email-opt-pop-col-btn {
    width: 30%;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .email-opt-pop-content .fieldset-newsletter .email-opt-pop-col-btn {
        width: 100%; } }
    .email-opt-pop-content .fieldset-newsletter .email-opt-pop-col-btn .btn-sign-up {
      display: inline-block;
      vertical-align: top;
      padding: 8px 20px 10px 20px;
      font-size: 0.8125rem;
      margin-top: 3px; }
      @media only screen and (min-width: 768px) and (max-width: 1149px) {
        .email-opt-pop-content .fieldset-newsletter .email-opt-pop-col-btn .btn-sign-up {
          padding: 8px 12px 10px 12px; } }
      @media only screen and (min-width: 481px) and (max-width: 767px) {
        .email-opt-pop-content .fieldset-newsletter .email-opt-pop-col-btn .btn-sign-up {
          margin-top: 8px; } }
      @media only screen and (max-width: 767px) {
        .email-opt-pop-content .fieldset-newsletter .email-opt-pop-col-btn .btn-sign-up {
          width: 100%; } }

@media only screen and (max-width: 480px) {
  .link-privacy-policy {
    font-size: 0.625rem; } }

.email-opt-pop-content .link-privacy-policy {
  font-size: .6875rem;
  text-transform: uppercase; }

.email-opt-pop-content .success-message-newsletter {
  width: 90%;
  max-width: 300px;
  display: inline-block;
  text-align: center;
  border: none;
  padding-top: 12px;
  position: relative;
  border: 1px solid #a091b8;
  color: #5c4385;
  font-size: 0.75rem;
  line-height: 1.3;
  padding: 5px; }

@media only screen and (max-width: 767px) {
  .tabs-horizontal .resp-tabs-container {
    background: transparent;
    margin-bottom: 0; }
    .tabs-horizontal .resp-tabs-container h2.resp-accordion {
      background: #fff; } }

.tabs-horizontal .resp-tab-content {
  padding: 16px 24px; }
  @media only screen and (max-width: 767px) {
    .tabs-horizontal .resp-tab-content {
      padding: 16px 12px; } }
  @media print {
    .tabs-horizontal .resp-tab-content {
      padding: 0; } }
  .tabs-horizontal .resp-tab-content .location-row .card-locations-alt .card-flex,
  .tabs-horizontal .resp-tab-content .group-cards .card-locations-alt .card-flex {
    background: #fff; }

.tabs-horizontal.tabs-doctor-search-results .resp-tab-content {
  padding: 16px 12px; }
  @media only screen and (max-width: 767px) {
    .tabs-horizontal.tabs-doctor-search-results .resp-tab-content {
      padding: 16px 0; } }

@media print {
  .tabs-horizontal .group-cards .card {
    min-height: 200px; } }

.tabs-horizontal .card-locations-alt .location-title, .tabs-horizontal .card-locations-alt .distance {
  margin-bottom: 5px; }

@media only screen and (max-width: 767px) {
  .tabs-horizontal .card-locations-alt {
    margin: 0 0 1em 0;
    padding: 0 16px; } }

.tabs-horizontal .card .location-actions a {
  font-size: 0.8125rem; }

.tabs-horizontal .no-mobile .location-actions .tel {
  display: none; }

.tabs-horizontal .no-mobile a.tel {
  cursor: default !important; }

.tabs-horizontal .location-row {
  width: 100%;
  border-bottom: 1px solid #d4d5d6;
  margin-bottom: 24px; }
  .tabs-horizontal .location-row:last-of-type {
    border-bottom: 0;
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .tabs-horizontal .location-row {
      margin: 0; } }
  .tabs-horizontal .location-row > .row, .tabs-horizontal .location-row > .list-stacked {
    margin-bottom: 2em; }
  .tabs-horizontal .location-row .card-locations-alt {
    padding: 0;
    background: #fff; }
  .tabs-horizontal .location-row .card-flex {
    padding: 24px; }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .tabs-horizontal .location-row .card-flex {
        padding: 12px; } }
  .tabs-horizontal .location-row .col-copy {
    padding-top: 24px; }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .tabs-horizontal .location-row .col-copy {
        padding-top: 12px; } }

.panel-alt-header.panel-mtt-header {
  padding-top: 24px; }

.panel-title-link {
  margin-left: 10px;
  font-size: 13px; }

@media only screen and (max-width: 767px) {
  .card-wide .col, .card-wide .list-stacked dt, .list-stacked .card-wide dt, .card-wide .list-stacked dd, .list-stacked .card-wide dd {
    margin: 8px 0; } }

.card-wide .panel {
  padding-top: 0;
  padding-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .card-wide .panel {
      padding: 16px 0; } }

@media only screen and (max-width: 767px) {
  .card-wide .panel-content .btn-group .btn:first-of-type {
    margin-top: 16px; } }

.card-wide .photo-circle,
.card-wide .doctor-detail-content,
.card-wide .doctor-actions {
  margin: 0 auto; }
  @media only screen and (min-width: 1024px) {
    .card-wide .photo-circle,
    .card-wide .doctor-detail-content,
    .card-wide .doctor-actions {
      float: left;
      margin: 0; } }

.card-wide .photo-circle {
  width: 150px;
  height: 150px; }
  @media only screen and (max-width: 1023px) {
    .card-wide .photo-circle {
      width: 100px;
      height: 100px; } }

.card-wide .doctor-detail-content {
  width: 100%;
  padding: 12px 12px 0 12px;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .card-wide .doctor-detail-content {
      width: calc(100% - 390px);
      text-align: left;
      padding: 24px; } }
  .card-wide .doctor-detail-content .doctor-name {
    margin: 0 0 5px 0; }
    @media only screen and (max-width: 767px) {
      .card-wide .doctor-detail-content .doctor-name {
        font-size: 15px; } }
  .card-wide .doctor-detail-content .doctor-bio {
    margin: 10px 0 0 0; }

.card-wide .specialty {
  margin-bottom: 16px; }

.card-wide .doctor-actions {
  width: 240px;
  padding: 12px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .card-wide .doctor-actions {
      padding: 40px 10px 0 10px; } }

.card-wide .card.card-video {
  background: transparent; }

@media only screen and (max-width: 767px) {
  .max-80 .md-4, .max-80 .list-stacked dt, .list-stacked .max-80 dt {
    margin-bottom: 16px; } }

.callout-sidebar .card-mtt.card-small {
  background: #fff;
  padding-top: 24px; }
  .callout-sidebar .card-mtt.card-small .card-content {
    padding: 0 24px 10px 24px; }
    @media only screen and (max-width: 767px) {
      .callout-sidebar .card-mtt.card-small .card-content {
        padding: 0 24px 0 95px;
        border: 0; } }
  .callout-sidebar .card-mtt.card-small .doctor-quote {
    padding: 0 24px 24px 24px; }
  .callout-sidebar .card-mtt.card-small .card-action {
    position: relative; }
    .callout-sidebar .card-mtt.card-small .card-action .watch-video {
      text-align: left;
      padding: 0;
      margin: 0; }
  .callout-sidebar .card-mtt.card-small .doctor-name,
  .callout-sidebar .card-mtt.card-small .doctor-title {
    margin-bottom: 8px; }
  .callout-sidebar .card-mtt.card-small .doctor-title,
  .callout-sidebar .card-mtt.card-small .specialty .name,
  .callout-sidebar .card-mtt.card-small blockquote {
    font-size: 14px; }
  .callout-sidebar .card-mtt.card-small blockquote:before {
    display: inline-block;
    vertical-align: inherit;
    font-size: 24px;
    line-height: 0;
    height: auto; }

.card-mtt.card-small .photo-circle {
  width: 125px;
  height: 125px;
  margin-bottom: 16px; }
  @media only screen and (max-width: 767px) {
    .card-mtt.card-small .photo-circle {
      position: absolute;
      left: 10px;
      top: 12px;
      width: 75px;
      height: 75px;
      margin: 0; } }

.card-mtt.card-small .card-content {
  padding-left: 90px;
  border-bottom: 1px solid #eeeeee; }
  @media only screen and (min-width: 768px) {
    .card-mtt.card-small .card-content {
      text-align: center;
      padding-left: 0;
      border: 0; } }

.card-mtt.card-small .show-doctor-detail-flyup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.card-mtt.card-small .card-doctor-header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-mtt.card-small .card-doctor-header-top .doctor-name {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

.card-mtt.card-small .doctor-rating-wrapper {
  margin: 0 auto 10px auto; }
  @media only screen and (max-width: 767px) {
    .card-mtt.card-small .doctor-rating-wrapper {
      margin: 0 0 10px 0; } }
  .card-mtt.card-small .doctor-rating-wrapper .rating-count {
    color: #333; }

.card-mtt.card-small .doctor-rating {
  margin-top: 0; }
  .card-mtt.card-small .doctor-rating .doctor-rating-number {
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 2px 0 0;
    color: #333; }
  .card-mtt.card-small .doctor-rating .doctor-rating-stars {
    display: inline-block; }
    .card-mtt.card-small .doctor-rating .doctor-rating-stars .material-icons, .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-request-appointment:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-watch-video:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-play:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-person-location:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-details-top:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-details-left:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-directions:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-directions-alt:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-send-message:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-phone-top:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-phone-left:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-comment:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-cancel-search:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .panel-footer .panel-footer-more:before, .panel-footer .card-mtt.card-small .doctor-rating .doctor-rating-stars .panel-footer-more:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .panel-toggle .panel-toggle-trigger:after, .panel-toggle .card-mtt.card-small .doctor-rating .doctor-rating-stars .panel-toggle-trigger:after, .card-mtt.card-small .doctor-rating .doctor-rating-stars .video-item figure:before, .video-item .card-mtt.card-small .doctor-rating .doctor-rating-stars figure:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .card-mtt.card-small .doctor-rating .doctor-rating-stars div[id*="thumbnail"]:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .card-trigger a:after, .card-trigger .card-mtt.card-small .doctor-rating .doctor-rating-stars a:after, .card-mtt.card-small .doctor-rating .doctor-rating-stars .card-video .card-image:before, .card-video .card-mtt.card-small .doctor-rating .doctor-rating-stars .card-image:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .card-content-figure figure.video a:before, .card-content-figure figure.video .card-mtt.card-small .doctor-rating .doctor-rating-stars a:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .card-mtt.card-small .doctor-rating .doctor-rating-stars [data-role="remove"]:after, .card-mtt.card-small .doctor-rating .doctor-rating-stars .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .card-mtt.card-small .doctor-rating .doctor-rating-stars .brightcove-video:after, .card-mtt.card-small .doctor-rating .doctor-rating-stars .section-location-details .btn-req-appt:after, .section-location-details .card-mtt.card-small .doctor-rating .doctor-rating-stars .btn-req-appt:after,
    .card-mtt.card-small .doctor-rating .doctor-rating-stars .section-location-details .btn-dr-location:after, .section-location-details .card-mtt.card-small .doctor-rating .doctor-rating-stars .btn-dr-location:after, .card-mtt.card-small .doctor-rating .doctor-rating-stars .locations2 .hospital-video a:before, .locations2 .hospital-video .card-mtt.card-small .doctor-rating .doctor-rating-stars a:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-arrow:after, .card-mtt.card-small .doctor-rating .doctor-rating-stars .back-to-top:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .video-library .video-library-image:before, .video-library .card-mtt.card-small .doctor-rating .doctor-rating-stars .video-library-image:before {
      margin: 0; }

.group-cards .card-mtt.card-small {
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .group-cards .card-mtt.card-small .card-content {
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -moz-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; } }
  .group-cards .card-mtt.card-small .card-flex {
    padding-bottom: 10px; }
    .group-cards .card-mtt.card-small .card-flex:hover .view-profile {
      color: #009eb3; }
    @media only screen and (max-width: 767px) {
      .group-cards .card-mtt.card-small .card-flex {
        padding: 16px 0; } }
  .group-cards .card-mtt.card-small .mtt-doctor-card-action {
    border: 0;
    height: 55px; }
    @media only screen and (max-width: 767px) {
      .group-cards .card-mtt.card-small .mtt-doctor-card-action {
        height: auto;
        text-align: left;
        padding: 0 0 24px 0; }
        .group-cards .card-mtt.card-small .mtt-doctor-card-action .watch-video {
          text-align: left; } }
  .group-cards .card-mtt.card-small .view-profile {
    display: block;
    color: #00778a; }
    @media only screen and (max-width: 767px) {
      .group-cards .card-mtt.card-small .view-profile {
        text-align: left; } }
  .group-cards .card-mtt.card-small .doctor-name {
    margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .group-cards .card-mtt.card-small .card-content-body {
      text-align: left;
      padding-left: 90px; } }

.card-mtt.card-wide {
  margin-bottom: 10px;
  background-color: #fff;
  padding: 12px; }
  @media only screen and (min-width: 768px) {
    .card-mtt.card-wide {
      padding: 24px;
      margin-bottom: 18px; } }

.card-mtt .photo-circle .img-wrapper img {
  margin: 0 !important; }

.card-mtt .photo-circle figure {
  border: 1px solid #d4d5d6; }

.card-mtt .photo-circle a {
  color: #d4d5d6; }

.card-mtt .specialty {
  font-size: 15px; }
  .card-mtt .specialty .name {
    font-size: 15px;
    font-weight: normal; }

.card-mtt .doctor-card-quote {
  background: #f6f6f7;
  border-left: 3px solid #514689;
  padding: .5em 1em;
  margin: 0; }
  .card-mtt .doctor-card-quote span {
    font-style: italic; }

.card-mtt .view-profile {
  text-decoration: underline; }

.card-mtt .watch-video {
  display: block;
  margin-top: 10px; }
  .card-mtt .watch-video .material-icons.video-play, .card-mtt .watch-video .video-play.icon-request-appointment:before, .card-mtt .watch-video .video-play.icon-watch-video:before, .card-mtt .watch-video .video-play.icon-play:before, .card-mtt .watch-video .video-play.icon-person-location:before, .card-mtt .watch-video .video-play.icon-details-top:before, .card-mtt .watch-video .video-play.icon-details-left:before, .card-mtt .watch-video .video-play.icon-directions:before, .card-mtt .watch-video .video-play.icon-directions-alt:before, .card-mtt .watch-video .video-play.icon-send-message:before, .card-mtt .watch-video .video-play.icon-phone-top:before, .card-mtt .watch-video .video-play.icon-phone-left:before, .card-mtt .watch-video .video-play.icon-comment:before, .card-mtt .watch-video .video-play.icon-cancel-search:before, .card-mtt .watch-video .panel-footer .video-play.panel-footer-more:before, .panel-footer .card-mtt .watch-video .video-play.panel-footer-more:before, .card-mtt .watch-video .panel-toggle .video-play.panel-toggle-trigger:after, .panel-toggle .card-mtt .watch-video .video-play.panel-toggle-trigger:after, .card-mtt .watch-video .video-item figure.video-play:before, .video-item .card-mtt .watch-video figure.video-play:before, .card-mtt .watch-video .wistia_embed div.video-play[id*="thumbnail"]:before, .wistia_embed .card-mtt .watch-video div.video-play[id*="thumbnail"]:before, .card-mtt .watch-video .card-trigger a.video-play:after, .card-trigger .card-mtt .watch-video a.video-play:after, .card-mtt .watch-video .card-video .video-play.card-image:before, .card-video .card-mtt .watch-video .video-play.card-image:before, .card-mtt .watch-video .card-content-figure figure.video a.video-play:before, .card-content-figure figure.video .card-mtt .watch-video a.video-play:before, .card-mtt .watch-video .bootstrap-tagsinput .tag .video-play[data-role="remove"]:after, .bootstrap-tagsinput .tag .card-mtt .watch-video .video-play[data-role="remove"]:after, .card-mtt .watch-video .section-doctor-details .doctor-actions .video-play.brightcove-video:after, .section-doctor-details .doctor-actions .card-mtt .watch-video .video-play.brightcove-video:after, .card-mtt .watch-video .section-location-details .video-play.btn-req-appt:after, .section-location-details .card-mtt .watch-video .video-play.btn-req-appt:after,
  .card-mtt .watch-video .section-location-details .video-play.btn-dr-location:after, .section-location-details .card-mtt .watch-video .video-play.btn-dr-location:after, .card-mtt .watch-video .locations2 .hospital-video a.video-play:before, .locations2 .hospital-video .card-mtt .watch-video a.video-play:before, .card-mtt .watch-video .locations-landing .filters-toggle .filter-item .video-play.icon-arrow:after, .locations-landing .filters-toggle .filter-item .card-mtt .watch-video .video-play.icon-arrow:after, .card-mtt .watch-video .video-play.back-to-top:before, .card-mtt .watch-video .video-library .video-play.video-library-image:before, .video-library .card-mtt .watch-video .video-play.video-library-image:before {
    margin-right: 3px; }
    @media only screen and (max-width: 767px) {
      .card-mtt .watch-video .material-icons.video-play, .card-mtt .watch-video .video-play.icon-request-appointment:before, .card-mtt .watch-video .video-play.icon-watch-video:before, .card-mtt .watch-video .video-play.icon-play:before, .card-mtt .watch-video .video-play.icon-person-location:before, .card-mtt .watch-video .video-play.icon-details-top:before, .card-mtt .watch-video .video-play.icon-details-left:before, .card-mtt .watch-video .video-play.icon-directions:before, .card-mtt .watch-video .video-play.icon-directions-alt:before, .card-mtt .watch-video .video-play.icon-send-message:before, .card-mtt .watch-video .video-play.icon-phone-top:before, .card-mtt .watch-video .video-play.icon-phone-left:before, .card-mtt .watch-video .video-play.icon-comment:before, .card-mtt .watch-video .video-play.icon-cancel-search:before, .card-mtt .watch-video .panel-footer .video-play.panel-footer-more:before, .panel-footer .card-mtt .watch-video .video-play.panel-footer-more:before, .card-mtt .watch-video .panel-toggle .video-play.panel-toggle-trigger:after, .panel-toggle .card-mtt .watch-video .video-play.panel-toggle-trigger:after, .card-mtt .watch-video .video-item figure.video-play:before, .video-item .card-mtt .watch-video figure.video-play:before, .card-mtt .watch-video .wistia_embed div.video-play[id*="thumbnail"]:before, .wistia_embed .card-mtt .watch-video div.video-play[id*="thumbnail"]:before, .card-mtt .watch-video .card-trigger a.video-play:after, .card-trigger .card-mtt .watch-video a.video-play:after, .card-mtt .watch-video .card-video .video-play.card-image:before, .card-video .card-mtt .watch-video .video-play.card-image:before, .card-mtt .watch-video .card-content-figure figure.video a.video-play:before, .card-content-figure figure.video .card-mtt .watch-video a.video-play:before, .card-mtt .watch-video .bootstrap-tagsinput .tag .video-play[data-role="remove"]:after, .bootstrap-tagsinput .tag .card-mtt .watch-video .video-play[data-role="remove"]:after, .card-mtt .watch-video .section-doctor-details .doctor-actions .video-play.brightcove-video:after, .section-doctor-details .doctor-actions .card-mtt .watch-video .video-play.brightcove-video:after, .card-mtt .watch-video .section-location-details .video-play.btn-req-appt:after, .section-location-details .card-mtt .watch-video .video-play.btn-req-appt:after,
      .card-mtt .watch-video .section-location-details .video-play.btn-dr-location:after, .section-location-details .card-mtt .watch-video .video-play.btn-dr-location:after, .card-mtt .watch-video .locations2 .hospital-video a.video-play:before, .locations2 .hospital-video .card-mtt .watch-video a.video-play:before, .card-mtt .watch-video .locations-landing .filters-toggle .filter-item .video-play.icon-arrow:after, .locations-landing .filters-toggle .filter-item .card-mtt .watch-video .video-play.icon-arrow:after, .card-mtt .watch-video .video-play.back-to-top:before, .card-mtt .watch-video .video-library .video-play.video-library-image:before, .video-library .card-mtt .watch-video .video-play.video-library-image:before {
        margin-left: 0; } }
  .card-mtt .watch-video .material-icons, .card-mtt .watch-video .icon-request-appointment:before, .card-mtt .watch-video .icon-watch-video:before, .card-mtt .watch-video .icon-play:before, .card-mtt .watch-video .icon-person-location:before, .card-mtt .watch-video .icon-details-top:before, .card-mtt .watch-video .icon-details-left:before, .card-mtt .watch-video .icon-directions:before, .card-mtt .watch-video .icon-directions-alt:before, .card-mtt .watch-video .icon-send-message:before, .card-mtt .watch-video .icon-phone-top:before, .card-mtt .watch-video .icon-phone-left:before, .card-mtt .watch-video .icon-comment:before, .card-mtt .watch-video .icon-cancel-search:before, .card-mtt .watch-video .panel-footer .panel-footer-more:before, .panel-footer .card-mtt .watch-video .panel-footer-more:before, .card-mtt .watch-video .panel-toggle .panel-toggle-trigger:after, .panel-toggle .card-mtt .watch-video .panel-toggle-trigger:after, .card-mtt .watch-video .video-item figure:before, .video-item .card-mtt .watch-video figure:before, .card-mtt .watch-video .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .card-mtt .watch-video div[id*="thumbnail"]:before, .card-mtt .watch-video .card-trigger a:after, .card-trigger .card-mtt .watch-video a:after, .card-mtt .watch-video .card-video .card-image:before, .card-video .card-mtt .watch-video .card-image:before, .card-mtt .watch-video .card-content-figure figure.video a:before, .card-content-figure figure.video .card-mtt .watch-video a:before, .card-mtt .watch-video .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .card-mtt .watch-video [data-role="remove"]:after, .card-mtt .watch-video .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .card-mtt .watch-video .brightcove-video:after, .card-mtt .watch-video .section-location-details .btn-req-appt:after, .section-location-details .card-mtt .watch-video .btn-req-appt:after,
  .card-mtt .watch-video .section-location-details .btn-dr-location:after, .section-location-details .card-mtt .watch-video .btn-dr-location:after, .card-mtt .watch-video .locations2 .hospital-video a:before, .locations2 .hospital-video .card-mtt .watch-video a:before, .card-mtt .watch-video .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .card-mtt .watch-video .icon-arrow:after, .card-mtt .watch-video .back-to-top:before, .card-mtt .watch-video .video-library .video-library-image:before, .video-library .card-mtt .watch-video .video-library-image:before {
    margin: 0 0 0 7px; }

@media only screen and (max-width: 767px) {
  .mobile .chatbot.fixed-header #guide {
    width: 100vh;
    height: 100vh; } }

.mobile .chatbot #feedbackify {
  display: none; }

#guide button[class^="Button__ButtonWrapper"] {
  background: #63599e;
  background: linear-gradient(25deg, #63589e 0%, #3e70a5 35%, #0098b0 100%); }

#guide div[class^="ChatLauncherCTA__CTA"],
#guide div[class^="ChatContainer__ChatWrapper"] > header[class^="Header__HeaderWrapper"] {
  background: #63599e;
  background: -webkit-gradient(linear, left top, right top, from(#63589e), color-stop(35%, #3e70a5), to(#0098b0));
  background: linear-gradient(90deg, #63589e 0%, #3e70a5 35%, #0098b0 100%); }
  #guide div[class^="ChatLauncherCTA__CTA"] div[class^="Header__HeaderContent"],
  #guide div[class^="ChatContainer__ChatWrapper"] > header[class^="Header__HeaderWrapper"] div[class^="Header__HeaderContent"] {
    color: #fff; }
  #guide div[class^="ChatLauncherCTA__CTA"] button[class^="Header__HeaderButton"],
  #guide div[class^="ChatContainer__ChatWrapper"] > header[class^="Header__HeaderWrapper"] button[class^="Header__HeaderButton"] {
    padding-left: 10px; }
    #guide div[class^="ChatLauncherCTA__CTA"] button[class^="Header__HeaderButton"]:before,
    #guide div[class^="ChatContainer__ChatWrapper"] > header[class^="Header__HeaderWrapper"] button[class^="Header__HeaderButton"]:before {
      position: relative;
      top: -7px;
      right: 4px;
      content: 'hide';
      width: auto;
      text-transform: uppercase;
      color: #fff;
      line-height: 1;
      letter-spacing: .05em; }
    #guide div[class^="ChatLauncherCTA__CTA"] button[class^="Header__HeaderButton"] svg,
    #guide div[class^="ChatContainer__ChatWrapper"] > header[class^="Header__HeaderWrapper"] button[class^="Header__HeaderButton"] svg {
      fill: #fff; }

#guide div[class^="HeaderDetails__HeaderDetailsWrapper"] {
  line-height: 1.4; }

#guide ul[class^="ActivityList__ActivityListWrapper"] {
  background-image: none !important; }
  #guide ul[class^="ActivityList__ActivityListWrapper"] p[class^="IntroFooter__IntroWarning"] {
    min-height: 40px;
    width: calc(100% - 120px); }
    #guide ul[class^="ActivityList__ActivityListWrapper"] p[class^="IntroFooter__IntroWarning"]:after {
      display: block;
      position: absolute;
      right: -60px;
      top: 0;
      content: '';
      width: 49px;
      height: 35px;
      background: transparent url("/content/northwestern/img/northwestern-medicine-logo-nm.jpg?v=20190701") no-repeat 0 0;
      background-size: 100%; }
  #guide ul[class^="ActivityList__ActivityListWrapper"] img[class^="IntroFooter__FriendlyImage"] {
    display: none; }

#guide ul[class^="ActivityIntro__ActivityIntroList"] h3[class^="IntroTemplate__IntroTemplateHeader"] {
  color: #333 !important;
  text-transform: none !important;
  font-size: 14px !important;
  font-weight: 400 !important; }

#guide ul[class^="ActivityIntro__ActivityIntroList"] svg {
  display: block;
  text-indent: -9999px;
  fill: #00778a; }
  #guide ul[class^="ActivityIntro__ActivityIntroList"] svg path {
    display: none; }

#guide ul[class^="ActivityIntro__ActivityIntroList"] li[class^="IntroTemplate__IntroTemplateOption"] {
  color: #00778a;
  padding-left: 0;
  font-size: 14px; }
  #guide ul[class^="ActivityIntro__ActivityIntroList"] li[class^="IntroTemplate__IntroTemplateOption"]:nth-of-type(1) svg {
    width: 23px;
    height: 20px;
    background: url("/content/northwestern/img/svg/credit-card.svg") center;
    background-size: 15px 20px;
    background-repeat: no-repeat; }
  #guide ul[class^="ActivityIntro__ActivityIntroList"] li[class^="IntroTemplate__IntroTemplateOption"]:nth-of-type(2) svg {
    width: 23px;
    height: 20px;
    background: url("/content/northwestern/img/svg/map.svg") center;
    background-size: 23px 17px;
    background-repeat: no-repeat; }
  #guide ul[class^="ActivityIntro__ActivityIntroList"] li[class^="IntroTemplate__IntroTemplateOption"]:nth-of-type(3) svg {
    width: 23px;
    height: 24px;
    background: url("/content/northwestern/img/svg/hospital.svg") center;
    background-size: 20px 24px;
    background-repeat: no-repeat; }
  #guide ul[class^="ActivityIntro__ActivityIntroList"] li[class^="IntroTemplate__IntroTemplateOption"]:nth-of-type(4) svg {
    width: 23px;
    height: 24px;
    background: url("/content/northwestern/img/svg/alert.svg") center;
    background-size: 20px 24px;
    background-repeat: no-repeat; }

#guide span[class^="ActivityContent__ActivityText"] {
  border-radius: 2px; }
  #guide span[class^="ActivityContent__ActivityText"].isClient {
    background: #63599e; }
  #guide span[class^="ActivityContent__ActivityText"] a {
    color: #00778a;
    font-weight: 400; }

#guide div[class^="DynamicInput__DynamicInputWrapper"] input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none; }

#guide button[class^="DynamicInput__SendButton"] {
  color: #00778a; }

#guide button[class^="HelperButton__Button"] svg path {
  display: none; }

#guide button[class^="HelperButton__Button"] svg {
  stroke: none;
  width: 17px;
  height: 71px;
  background: url("/content/northwestern/img/svg/info-circle-solid.svg") center;
  background-size: 100%;
  background-repeat: no-repeat; }

#guide article[class^="Card__CardWrapper"] {
  background-color: #f8f8f8;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0; }
  #guide article[class^="Card__CardWrapper"] div[class^="LocationImage__LocationImageWrapper"] {
    display: none; }
  #guide article[class^="Card__CardWrapper"] div[class^="LocationCard__LocationContentSection"] {
    height: 200px; }
  #guide article[class^="Card__CardWrapper"] div[class^="LocationCard__LocationTitle"] {
    font-size: 16px; }
  #guide article[class^="Card__CardWrapper"] a[class^="LocationAddress__LocationAddressWrapper"],
  #guide article[class^="Card__CardWrapper"] a[class^="Link__LinkAnchor"] {
    color: #00778a; }

#guide div[class^="Button__ButtonDiv"] {
  border-radius: 2px; }

#guide a[class^="LocationCard__LocationActionLink"] div[class^="Button__ButtonDiv"] {
  background: #00778a; }

/**
 * @requires JourneyIndicator.js
*/
/* TODO: reference global palette */
.journey-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 10; }

@media only screen and (min-width: 812px) {
  .journey-indicator {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 16em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    right: .75em; } }

@media only screen and (max-width: 812px) {
  .journey-indicator {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    right: 0; } }

.journey-indicator_items {
  background-color: #635a9e;
  -webkit-box-shadow: 5px 5px 15px 0px rgba(99, 90, 158, 0.5);
          box-shadow: 5px 5px 15px 0px rgba(99, 90, 158, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12pt;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }

@media only screen and (min-width: 812px) {
  .journey-indicator_items {
    border-radius: 0.5em;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media only screen and (max-width: 812px) {
  .journey-indicator_items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0.5em 0.5em 0 0;
    height: 44px; } }

.journey-indicator_item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-color: #9a92d5;
  color: #9a92d5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 2.5em; }

.journey-indicator_item:hover {
  color: white; }

.journey-indicator_item:hover > .journey-indicator_item-link {
  color: inherit; }

@media only screen and (min-width: 812px) {
  .journey-indicator_item {
    height: 3em; } }

@media only screen and (max-width: 812px) {
  .journey-indicator_item {
    height: inherit; } }

.journey-indicator_item[data-active] {
  color: white;
  background-color: #9a92d5; }

.journey-indicator_item-link {
  color: inherit;
  display: block;
  font-size: 3em;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  width: inherit; }

@media only screen and (min-width: 812px) {
  .journey-indicator_item > .journey-indicator_item-link {
    border-bottom: 1px solid;
    height: 100%;
    line-height: 1; }
  .journey-indicator_item:last-child > .journey-indicator_item-link {
    border-bottom: none; } }

@media only screen and (max-width: 812px) {
  .journey-indicator_item > .journey-indicator_item-link {
    border-left: 1px solid;
    font-size: 2em;
    line-height: 1; } }

.journey-indicator_item[data-active] > .journey-indicator_item-link {
  border: none;
  font-size: 5em;
  line-height: 0.6; }

@media only screen and (min-width: 812px) {
  .journey-indicator_item[data-active] > .journey-indicator_item-link {
    font-size: 5em; } }

@media only screen and (max-width: 812px) {
  .journey-indicator_item[data-active] > .journey-indicator_item-link {
    font-size: 4em; }
  .journey-indicator_item[data-active] + .journey-indicator_item > .journey-indicator_item-link {
    border: none; } }

.journey-indicator_more-stories {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid currentcolor;
  background-color: white;
  border-radius: 50%;
  color: #14718a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 9pt;
  font-weight: bold;
  height: 6em;
  line-height: 1.4;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 6em; }

.journey-indicator_more-stories::after {
  bottom: -0.9em;
  content: '\2193';
  font-size: 3em;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0; }

.journey-indicator_more-stories[data-active] {
  background-color: #9a92d5;
  color: white; }

.journey-indicator_more-stories[data-active]::after {
  opacity: 0; }

@media only screen and (max-width: 812px) {
  .journey-indicator_more-stories {
    bottom: 3.5em;
    position: absolute;
    left: 50%;
    margin-left: -14em; } }

@media only screen and (min-width: 812px) {
  .journey-indicator_more-stories {
    margin: 1em 0 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

.section-multi-powerstats {
  text-align: center; }
  .section-multi-powerstats header {
    text-align: center;
    margin: 3rem 0 5rem 0; }
    @media only screen and (max-width: 1024px) {
      .section-multi-powerstats header {
        margin: 1.5rem 0 2.5rem 0; } }
    @media print {
      .section-multi-powerstats header {
        margin: 1rem 0 1.5rem 0; } }
    .section-multi-powerstats header h1 {
      display: block;
      font-size: 0.8rem;
      color: #63599e !important;
      text-transform: uppercase;
      margin: 1rem 0 .5rem 0;
      letter-spacing: 0.05rem; }
      @media only screen and (max-width: 767px) {
        .section-multi-powerstats header h1 {
          font-size: 1rem;
          letter-spacing: 0; } }
      @media print {
        .section-multi-powerstats header h1 {
          color: #000 !important; } }
    .section-multi-powerstats header h2 {
      display: block;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.05rem; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section-multi-powerstats header h2 {
          font-size: 1.5rem; } }
      @media only screen and (max-width: 767px) {
        .section-multi-powerstats header h2 {
          font-size: 1.15rem;
          margin-bottom: 1rem;
          letter-spacing: 0.025rem; } }
  .section-multi-powerstats .stat-cards {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    padding: 0;
    margin-bottom: 4.5rem;
    position: relative;
    max-width: 100%; }
    @media print {
      .section-multi-powerstats .stat-cards {
        display: block; } }
    .section-multi-powerstats .stat-cards .card-callout {
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -moz-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      padding: 0 12px;
      max-width: 100%;
      background: transparent;
      margin: 0; }
      @media only screen and (min-width: 480px) {
        .section-multi-powerstats .stat-cards .card-callout {
          margin-bottom: 24px; } }
      .section-multi-powerstats .stat-cards .card-callout .card-flex-alt {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        text-decoration: none; }
        @media only screen and (min-width: 1024px) {
          .section-multi-powerstats .stat-cards .card-callout .card-flex-alt:hover .btn {
            background: #00778a;
            color: #fff; }
            .section-multi-powerstats .stat-cards .card-callout .card-flex-alt:hover .btn:hover {
              -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
                      box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
              background: #009eb3; } }
      .section-multi-powerstats .stat-cards .card-callout .card-content {
        display: inline-block;
        width: 100%;
        padding: 0; }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          .section-multi-powerstats .stat-cards .card-callout .card-content {
            max-width: 75%; } }
      @media print {
        .section-multi-powerstats .stat-cards .card-callout {
          min-height: 25px; } }
  .main-content.md-12 .section-multi-powerstats .stat-cards.four-column .card-callout {
    width: 50%; }
    .main-content.md-12 .section-multi-powerstats .stat-cards.four-column .card-callout:nth-child(odd):after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background: #63599e; }
      @media only screen and (max-width: 767px) {
        .main-content.md-12 .section-multi-powerstats .stat-cards.four-column .card-callout:nth-child(odd):after {
          height: 85%; } }
      @media print {
        .main-content.md-12 .section-multi-powerstats .stat-cards.four-column .card-callout:nth-child(odd):after {
          display: none; } }
    @media only screen and (min-width: 1024px) {
      .main-content.md-12 .section-multi-powerstats .stat-cards.four-column .card-callout {
        width: 25%; }
        .main-content.md-12 .section-multi-powerstats .stat-cards.four-column .card-callout:nth-child(-n+3):after {
          content: "";
          position: absolute;
          right: 0;
          top: 0;
          width: 1px;
          height: 100%;
          background: #63599e; } }
    @media only screen and (min-width: 1024px) and (max-width: 767px) {
      .main-content.md-12 .section-multi-powerstats .stat-cards.four-column .card-callout:nth-child(-n+3):after {
        height: 85%; } }
    @media print {
      .main-content.md-12 .section-multi-powerstats .stat-cards.four-column .card-callout {
        width: 49%;
        float: left; } }
  .main-content.md-12 .section-multi-powerstats .stat-cards.three-column .card-callout {
    width: 50%; }
    .main-content.md-12 .section-multi-powerstats .stat-cards.three-column .card-callout:last-of-type {
      width: 100%; }
    .main-content.md-12 .section-multi-powerstats .stat-cards.three-column .card-callout:first-child:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background: #63599e; }
      @media only screen and (max-width: 767px) {
        .main-content.md-12 .section-multi-powerstats .stat-cards.three-column .card-callout:first-child:after {
          height: 85%; } }
      @media print {
        .main-content.md-12 .section-multi-powerstats .stat-cards.three-column .card-callout:first-child:after {
          display: none; } }
    @media only screen and (min-width: 1024px) {
      .main-content.md-12 .section-multi-powerstats .stat-cards.three-column .card-callout {
        width: 33.33%; }
        .main-content.md-12 .section-multi-powerstats .stat-cards.three-column .card-callout:nth-child(-n+2):after {
          content: "";
          position: absolute;
          right: 0;
          top: 0;
          width: 1px;
          height: 100%;
          background: #63599e; } }
    @media only screen and (min-width: 1024px) and (max-width: 767px) {
      .main-content.md-12 .section-multi-powerstats .stat-cards.three-column .card-callout:nth-child(-n+2):after {
        height: 85%; } }
    @media print {
      .main-content.md-12 .section-multi-powerstats .stat-cards.three-column .card-callout {
        width: 49%;
        float: left; } }
  .main-content.md-12 .section-multi-powerstats .stat-cards.two-column .card-callout {
    width: 50%; }
    .main-content.md-12 .section-multi-powerstats .stat-cards.two-column .card-callout:first-child:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background: #63599e; }
      @media only screen and (max-width: 767px) {
        .main-content.md-12 .section-multi-powerstats .stat-cards.two-column .card-callout:first-child:after {
          height: 85%; } }
      @media print {
        .main-content.md-12 .section-multi-powerstats .stat-cards.two-column .card-callout:first-child:after {
          display: none; } }
    @media print {
      .main-content.md-12 .section-multi-powerstats .stat-cards.two-column .card-callout {
        width: 49%;
        float: left; } }
  .main-content.md-12 .section-multi-powerstats .stat-cards.single-column .card-callout {
    width: 50%;
    margin: 0 auto; }
    .main-content.md-12 .section-multi-powerstats .stat-cards.single-column .card-callout .card-content {
      max-width: 100%; }
    @media print {
      .main-content.md-12 .section-multi-powerstats .stat-cards.single-column .card-callout {
        width: 49%;
        float: left; } }
  .section-multi-powerstats .card-content {
    position: relative; }
    @media print {
      .section-multi-powerstats .card-content {
        margin-bottom: 24px; } }
    .section-multi-powerstats .card-content .stat-header {
      width: 100%;
      font-size: 17px;
      color: #63599e;
      font-weight: 700;
      line-height: 1.1;
      margin-bottom: 30px;
      text-transform: none; }
      @media print {
        .section-multi-powerstats .card-content .stat-header {
          font-size: 22px;
          min-height: 0;
          margin: 16px 0; } }
      @media only screen and (max-width: 767px) {
        .section-multi-powerstats .card-content .stat-header {
          margin-bottom: 24px; } }
      .section-multi-powerstats .card-content .stat-header span {
        display: block; }
    .section-multi-powerstats .card-content .stat-data {
      -webkit-box-flex: 1;
      -moz-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      text-transform: uppercase;
      line-height: 1.2;
      font-size: 46px;
      color: #63599e;
      font-weight: 700;
      margin: 0 0 5px 0; }
      @media print {
        .section-multi-powerstats .card-content .stat-data {
          font-size: 20px; } }
      .section-multi-powerstats .card-content .stat-data sup {
        font-size: 28px;
        line-height: inherit;
        position: relative;
        top: -0.9rem; }
        @media print {
          .section-multi-powerstats .card-content .stat-data sup {
            font-size: 20px;
            top: -0.05rem; } }
      .section-multi-powerstats .card-content .stat-data .line {
        display: block; }
      @media only screen and (max-width: 460px) {
        .section-multi-powerstats .card-content .stat-data {
          font-size: 25px; }
          .section-multi-powerstats .card-content .stat-data sup {
            top: -0.2rem;
            font-size: 20px; } }
      @media only screen and (min-width: 461px) and (max-width: 1023px) {
        .section-multi-powerstats .card-content .stat-data {
          font-size: 30px; }
          .section-multi-powerstats .card-content .stat-data sup {
            top: -0.4rem;
            font-size: 25px; } }
      @media only screen and (min-width: 1024px) and (max-width: 1366px) {
        .section-multi-powerstats .card-content .stat-data {
          font-size: 32px; }
          .section-multi-powerstats .card-content .stat-data sup {
            top: -0.4rem;
            font-size: 24px; } }
    .section-multi-powerstats .card-content .stat-data-info {
      display: block;
      font-size: 18px;
      color: #474b4c;
      font-weight: 700;
      margin: 0;
      padding: 0 20px; }
      @media only screen and (max-width: 767px) {
        .section-multi-powerstats .card-content .stat-data-info {
          font-size: 14px;
          padding: 0; } }
    .section-multi-powerstats .card-content .multi-stat-collection {
      margin-bottom: 2rem; }
      @media only screen and (min-width: 1025px) {
        .section-multi-powerstats .card-content .multi-stat-collection {
          margin-bottom: 0; } }
      @media print {
        .section-multi-powerstats .card-content .multi-stat-collection {
          height: auto !important; } }
    .section-multi-powerstats .card-content .multi-stat:not(:first-of-type) {
      display: none; }
      @media print {
        .section-multi-powerstats .card-content .multi-stat:not(:first-of-type) {
          display: block !important; } }
    @media print {
      .section-multi-powerstats .card-content .multi-stat {
        padding: 10px;
        visibility: visible;
        display: block !important;
        opacity: 1 !important; } }
  .section-multi-powerstats.scEnabledChrome .card-content .multi-stat-collection {
    height: auto !important; }
  .section-multi-powerstats .scEnabledChrome.multi-stat {
    display: block !important;
    visibility: visible !important;
    min-height: 150px;
    border: 3px solid #00778a; }
    .section-multi-powerstats .scEnabledChrome.multi-stat .stat-data {
      font-size: 38px;
      margin: 5px 0; }

.section.partner-testimonials {
  margin: 0 0 .6rem;
  padding: 2rem .6rem .6rem;
  background-color: rgba(99, 89, 158, 0.1); }
  .section.partner-testimonials header {
    text-align: center;
    margin: 3rem 0 5rem 0; }
    @media only screen and (max-width: 1024px) {
      .section.partner-testimonials header {
        margin: 1.5rem 0 2rem 0; } }
    .section.partner-testimonials header h2 {
      display: block;
      font-size: 0.8rem;
      color: #63599e;
      text-transform: uppercase;
      margin: 1rem 0 .5rem 0;
      letter-spacing: 0.05rem; }
      @media only screen and (max-width: 767px) {
        .section.partner-testimonials header h2 {
          font-size: 1rem;
          letter-spacing: 0; } }
    .section.partner-testimonials header h3 {
      display: block;
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: 0.05rem; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .section.partner-testimonials header h3 {
          font-size: 1.5rem; } }
      @media only screen and (max-width: 767px) {
        .section.partner-testimonials header h3 {
          font-size: 1.15rem;
          margin-bottom: 1rem;
          letter-spacing: 0.025rem; } }
  @media only screen and (min-width: 768px) {
    .section.partner-testimonials {
      padding: 4rem 0 4rem;
      margin: 0 0 5rem; } }

.media-gallery.group-cards {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .media-gallery.group-cards .card {
    width: 100%;
    margin-bottom: 2rem; }
    .media-gallery.group-cards .card .card-img-overlay {
      top: 64%;
      right: inherit;
      bottom: inherit;
      left: 50%;
      width: 94%;
      text-align: center;
      padding: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .media-gallery.group-cards .card .card-title {
      color: #fff;
      font-size: 1.14286rem;
      font-weight: 600;
      text-transform: uppercase;
      text-shadow: 0 0 10px black;
      letter-spacing: .05rem;
      margin: 0; }
    .media-gallery.group-cards .card.card-video .card-image {
      background-color: rgba(99, 89, 158, 0.1); }
      .media-gallery.group-cards .card.card-video .card-image:before {
        width: auto;
        height: auto;
        font-size: 50px; }
    @media only screen and (min-width: 768px) {
      .media-gallery.group-cards .card {
        position: relative;
        width: 31.33%;
        padding: 0;
        margin: 1%;
        overflow: hidden; }
        .media-gallery.group-cards .card:after {
          content: '';
          display: block;
          padding-bottom: 100%; }
        .media-gallery.group-cards .card .card-image {
          position: absolute;
          width: 100%;
          height: 100%; }
          .media-gallery.group-cards .card .card-image img {
            -o-object-fit: cover;
               object-fit: cover;
            width: 100%;
            height: 100%; } }
      @media only screen and (min-width: 768px) and (-ms-high-contrast: active), only screen and (min-width: 768px) and (-ms-high-contrast: none) {
        .media-gallery.group-cards .card .card-image img {
          width: 190%;
          margin-left: -50%;
          max-width: none; } }
    @media only screen and (min-width: 768px) {
        .media-gallery.group-cards .card .card-img-overlay {
          width: 99%; }
        .media-gallery.group-cards .card:first-of-type {
          width: 100%;
          margin-bottom: 2.5rem; }
          .media-gallery.group-cards .card:first-of-type:after {
            display: none;
            padding-bottom: 0; }
          .media-gallery.group-cards .card:first-of-type .card-image {
            position: static;
            width: auto;
            height: auto; }
            .media-gallery.group-cards .card:first-of-type .card-image img {
              -o-object-fit: contain;
                 object-fit: contain;
              width: 100%;
              height: auto; } }
        @media only screen and (min-width: 768px) and (-ms-high-contrast: active), only screen and (min-width: 768px) and (-ms-high-contrast: none) {
          .media-gallery.group-cards .card:first-of-type .card-image img {
            width: 100%;
            margin-left: 0;
            max-width: 100%; } }
    @media only screen and (min-width: 768px) {
          .media-gallery.group-cards .card:first-of-type .card-title {
            font-size: 1.71429rem; }
          .media-gallery.group-cards .card:first-of-type.card-video .card-image:before {
            font-size: 70px; } }
    @media only screen and (min-width: 1024px) {
      .media-gallery.group-cards .card .card-img-overlay {
        width: 94%; } }

@media only screen and (min-width: 1025px) {
  .header-show-for-md,
  .header-show-for-sm {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-hide-for-md,
  .header-show-for-sm {
    display: none !important; }
  .header-show-for-md {
    display: inherit !important; } }

@media only screen and (max-width: 767px) {
  .header-hide-for-md {
    display: none !important; } }

.site-notification {
  position: relative;
  z-index: 999999;
  display: none;
  width: 100%;
  min-height: 40px;
  height: auto;
  padding: 10px 0;
  font-size: 0.75rem;
  overflow: hidden; }
  @media only screen and (max-width: 1024px) {
    .site-notification {
      z-index: 101; } }
  .site-notification.info-message {
    background-color: #1c7abe; }
    .site-notification.info-message p, .site-notification.info-message .material-icons, .site-notification.info-message .icon-request-appointment:before, .site-notification.info-message .icon-watch-video:before, .site-notification.info-message .icon-play:before, .site-notification.info-message .icon-person-location:before, .site-notification.info-message .icon-details-top:before, .site-notification.info-message .icon-details-left:before, .site-notification.info-message .icon-directions:before, .site-notification.info-message .icon-directions-alt:before, .site-notification.info-message .icon-send-message:before, .site-notification.info-message .icon-phone-top:before, .site-notification.info-message .icon-phone-left:before, .site-notification.info-message .icon-comment:before, .site-notification.info-message .icon-cancel-search:before, .site-notification.info-message .panel-footer .panel-footer-more:before, .panel-footer .site-notification.info-message .panel-footer-more:before, .site-notification.info-message .panel-toggle .panel-toggle-trigger:after, .panel-toggle .site-notification.info-message .panel-toggle-trigger:after, .site-notification.info-message .video-item figure:before, .video-item .site-notification.info-message figure:before, .site-notification.info-message .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .site-notification.info-message div[id*="thumbnail"]:before, .site-notification.info-message .card-trigger a:after, .card-trigger .site-notification.info-message a:after, .site-notification.info-message .card-video .card-image:before, .card-video .site-notification.info-message .card-image:before, .site-notification.info-message .card-content-figure figure.video a:before, .card-content-figure figure.video .site-notification.info-message a:before, .site-notification.info-message .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .site-notification.info-message [data-role="remove"]:after, .site-notification.info-message .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .site-notification.info-message .brightcove-video:after, .site-notification.info-message .section-location-details .btn-req-appt:after, .section-location-details .site-notification.info-message .btn-req-appt:after,
    .site-notification.info-message .section-location-details .btn-dr-location:after, .section-location-details .site-notification.info-message .btn-dr-location:after, .site-notification.info-message .locations2 .hospital-video a:before, .locations2 .hospital-video .site-notification.info-message a:before, .site-notification.info-message .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .site-notification.info-message .icon-arrow:after, .site-notification.info-message .back-to-top:before, .site-notification.info-message .video-library .video-library-image:before, .video-library .site-notification.info-message .video-library-image:before {
      color: #fff !important; }
  .site-notification.warning-message {
    background-color: #fec359; }
    .site-notification.warning-message p, .site-notification.warning-message .material-icons, .site-notification.warning-message .icon-request-appointment:before, .site-notification.warning-message .icon-watch-video:before, .site-notification.warning-message .icon-play:before, .site-notification.warning-message .icon-person-location:before, .site-notification.warning-message .icon-details-top:before, .site-notification.warning-message .icon-details-left:before, .site-notification.warning-message .icon-directions:before, .site-notification.warning-message .icon-directions-alt:before, .site-notification.warning-message .icon-send-message:before, .site-notification.warning-message .icon-phone-top:before, .site-notification.warning-message .icon-phone-left:before, .site-notification.warning-message .icon-comment:before, .site-notification.warning-message .icon-cancel-search:before, .site-notification.warning-message .panel-footer .panel-footer-more:before, .panel-footer .site-notification.warning-message .panel-footer-more:before, .site-notification.warning-message .panel-toggle .panel-toggle-trigger:after, .panel-toggle .site-notification.warning-message .panel-toggle-trigger:after, .site-notification.warning-message .video-item figure:before, .video-item .site-notification.warning-message figure:before, .site-notification.warning-message .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .site-notification.warning-message div[id*="thumbnail"]:before, .site-notification.warning-message .card-trigger a:after, .card-trigger .site-notification.warning-message a:after, .site-notification.warning-message .card-video .card-image:before, .card-video .site-notification.warning-message .card-image:before, .site-notification.warning-message .card-content-figure figure.video a:before, .card-content-figure figure.video .site-notification.warning-message a:before, .site-notification.warning-message .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .site-notification.warning-message [data-role="remove"]:after, .site-notification.warning-message .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .site-notification.warning-message .brightcove-video:after, .site-notification.warning-message .section-location-details .btn-req-appt:after, .section-location-details .site-notification.warning-message .btn-req-appt:after,
    .site-notification.warning-message .section-location-details .btn-dr-location:after, .section-location-details .site-notification.warning-message .btn-dr-location:after, .site-notification.warning-message .locations2 .hospital-video a:before, .locations2 .hospital-video .site-notification.warning-message a:before, .site-notification.warning-message .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .site-notification.warning-message .icon-arrow:after, .site-notification.warning-message .back-to-top:before, .site-notification.warning-message .video-library .video-library-image:before, .video-library .site-notification.warning-message .video-library-image:before {
      color: #000 !important; }
  .site-notification.error-message {
    background-color: #db0909; }
    .site-notification.error-message p, .site-notification.error-message .material-icons, .site-notification.error-message .icon-request-appointment:before, .site-notification.error-message .icon-watch-video:before, .site-notification.error-message .icon-play:before, .site-notification.error-message .icon-person-location:before, .site-notification.error-message .icon-details-top:before, .site-notification.error-message .icon-details-left:before, .site-notification.error-message .icon-directions:before, .site-notification.error-message .icon-directions-alt:before, .site-notification.error-message .icon-send-message:before, .site-notification.error-message .icon-phone-top:before, .site-notification.error-message .icon-phone-left:before, .site-notification.error-message .icon-comment:before, .site-notification.error-message .icon-cancel-search:before, .site-notification.error-message .panel-footer .panel-footer-more:before, .panel-footer .site-notification.error-message .panel-footer-more:before, .site-notification.error-message .panel-toggle .panel-toggle-trigger:after, .panel-toggle .site-notification.error-message .panel-toggle-trigger:after, .site-notification.error-message .video-item figure:before, .video-item .site-notification.error-message figure:before, .site-notification.error-message .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .site-notification.error-message div[id*="thumbnail"]:before, .site-notification.error-message .card-trigger a:after, .card-trigger .site-notification.error-message a:after, .site-notification.error-message .card-video .card-image:before, .card-video .site-notification.error-message .card-image:before, .site-notification.error-message .card-content-figure figure.video a:before, .card-content-figure figure.video .site-notification.error-message a:before, .site-notification.error-message .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .site-notification.error-message [data-role="remove"]:after, .site-notification.error-message .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .site-notification.error-message .brightcove-video:after, .site-notification.error-message .section-location-details .btn-req-appt:after, .section-location-details .site-notification.error-message .btn-req-appt:after,
    .site-notification.error-message .section-location-details .btn-dr-location:after, .section-location-details .site-notification.error-message .btn-dr-location:after, .site-notification.error-message .locations2 .hospital-video a:before, .locations2 .hospital-video .site-notification.error-message a:before, .site-notification.error-message .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .site-notification.error-message .icon-arrow:after, .site-notification.error-message .back-to-top:before, .site-notification.error-message .video-library .video-library-image:before, .video-library .site-notification.error-message .video-library-image:before {
      color: #fff !important; }
  .site-notification p {
    position: relative;
    padding: 0 30px;
    margin: 0;
    font-weight: 600; }
    .site-notification p .material-icons, .site-notification p .icon-request-appointment:before, .site-notification p .icon-watch-video:before, .site-notification p .icon-play:before, .site-notification p .icon-person-location:before, .site-notification p .icon-details-top:before, .site-notification p .icon-details-left:before, .site-notification p .icon-directions:before, .site-notification p .icon-directions-alt:before, .site-notification p .icon-send-message:before, .site-notification p .icon-phone-top:before, .site-notification p .icon-phone-left:before, .site-notification p .icon-comment:before, .site-notification p .icon-cancel-search:before, .site-notification p .panel-footer .panel-footer-more:before, .panel-footer .site-notification p .panel-footer-more:before, .site-notification p .panel-toggle .panel-toggle-trigger:after, .panel-toggle .site-notification p .panel-toggle-trigger:after, .site-notification p .video-item figure:before, .video-item .site-notification p figure:before, .site-notification p .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .site-notification p div[id*="thumbnail"]:before, .site-notification p .card-trigger a:after, .card-trigger .site-notification p a:after, .site-notification p .card-video .card-image:before, .card-video .site-notification p .card-image:before, .site-notification p .card-content-figure figure.video a:before, .card-content-figure figure.video .site-notification p a:before, .site-notification p .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .site-notification p [data-role="remove"]:after, .site-notification p .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .site-notification p .brightcove-video:after, .site-notification p .section-location-details .btn-req-appt:after, .section-location-details .site-notification p .btn-req-appt:after,
    .site-notification p .section-location-details .btn-dr-location:after, .section-location-details .site-notification p .btn-dr-location:after, .site-notification p .locations2 .hospital-video a:before, .locations2 .hospital-video .site-notification p a:before, .site-notification p .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .site-notification p .icon-arrow:after, .site-notification p .back-to-top:before, .site-notification p .video-library .video-library-image:before, .video-library .site-notification p .video-library-image:before {
      position: absolute;
      top: -2px;
      left: 0;
      width: 1.5rem;
      height: 1.5rem;
      font-size: 1.5rem;
      color: #fff; }
  .site-notification a {
    color: inherit; }
    .site-notification a:hover {
      opacity: 0.8; }

#feedbackify .fby-tab-r {
  top: 70% !important; }

.flyup-visible .site-notification-base {
  display: none !important; }

.flyup-visible #feedbackify .fby-tab-r {
  right: 16px !important;
  top: 70% !important; }

@media only screen and (min-width: 1920px) {
  .flyup-visible.canvas-filter #feedbackify .fby-tab-r {
    right: 0 !important; } }

.site-notification-close {
  position: absolute;
  top: 0;
  right: 10px;
  display: block; }
  @media only screen and (max-width: 1024px) {
    .site-notification-close {
      top: -4px;
      right: 5px; }
      .site-notification-close .material-icons, .site-notification-close .icon-request-appointment:before, .site-notification-close .icon-watch-video:before, .site-notification-close .icon-play:before, .site-notification-close .icon-person-location:before, .site-notification-close .icon-details-top:before, .site-notification-close .icon-details-left:before, .site-notification-close .icon-directions:before, .site-notification-close .icon-directions-alt:before, .site-notification-close .icon-send-message:before, .site-notification-close .icon-phone-top:before, .site-notification-close .icon-phone-left:before, .site-notification-close .icon-comment:before, .site-notification-close .icon-cancel-search:before, .site-notification-close .panel-footer .panel-footer-more:before, .panel-footer .site-notification-close .panel-footer-more:before, .site-notification-close .panel-toggle .panel-toggle-trigger:after, .panel-toggle .site-notification-close .panel-toggle-trigger:after, .site-notification-close .video-item figure:before, .video-item .site-notification-close figure:before, .site-notification-close .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .site-notification-close div[id*="thumbnail"]:before, .site-notification-close .card-trigger a:after, .card-trigger .site-notification-close a:after, .site-notification-close .card-video .card-image:before, .card-video .site-notification-close .card-image:before, .site-notification-close .card-content-figure figure.video a:before, .card-content-figure figure.video .site-notification-close a:before, .site-notification-close .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .site-notification-close [data-role="remove"]:after, .site-notification-close .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .site-notification-close .brightcove-video:after, .site-notification-close .section-location-details .btn-req-appt:after, .section-location-details .site-notification-close .btn-req-appt:after,
      .site-notification-close .section-location-details .btn-dr-location:after, .section-location-details .site-notification-close .btn-dr-location:after, .site-notification-close .locations2 .hospital-video a:before, .locations2 .hospital-video .site-notification-close a:before, .site-notification-close .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .site-notification-close .icon-arrow:after, .site-notification-close .back-to-top:before, .site-notification-close .video-library .video-library-image:before, .video-library .site-notification-close .video-library-image:before {
        font-weight: 700;
        font-size: 30px;
        width: 30px;
        height: 30px; } }

@media only screen and (min-width: 1025px) {
  .fixed-header-scrolling-up .site-notification {
    -webkit-transition: all 1000ms ease-out;
    transition: all 1000ms ease-out;
    opacity: 1; }
  .fixed-header-scrolling-down.fixed-header .site-notification {
    -webkit-transition: all 1000ms ease-out;
    transition: all 1000ms ease-out;
    opacity: 0; } }

@media only screen and (max-width: 1024px) {
  body {
    margin-top: 55px; } }

@media only screen and (min-width: 1025px) {
  body.fixed-header {
    padding-top: 175px; }
  body.fixed-header-scrolling-up:before {
    background-color: #63599e;
    content: "";
    display: block;
    height: 175px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0; } }

@-webkit-keyframes headerDrop {
  0% {
    top: -75px; }
  100% {
    top: 0; } }

@keyframes headerDrop {
  0% {
    top: -75px; }
  100% {
    top: 0; } }

#site-header {
  background-color: #63599e;
  z-index: 103;
  height: 175px;
  width: 100%;
  overflow: visible;
  color: #fff;
  position: relative;
  top: 0;
  opacity: 1; }
  .scrollable-no #site-header {
    position: fixed; }
  @media only screen and (max-width: 1024px) {
    #site-header {
      height: 55px;
      -webkit-transform: translate3d(0 0, 0);
      transform: translate3d(0, 0, 0);
      position: fixed; }
      body.mobile-filter-full #site-header {
        z-index: 2; } }
  @media only screen and (min-width: 1025px) {
    .fixed-header #site-header,
    .scrollable-no #site-header {
      position: fixed;
      height: 115px; }
    .fixed-header-scrolling-down.fixed-header #site-header {
      -webkit-animation: headerDrop 300ms ease-out 1;
      animation: headerDrop 300ms ease-out 1;
      opacity: 1; }
    .fixed-header-scrolling-up.fixed-header #site-header {
      -webkit-transition: all 200ms ease-out;
      transition: all 200ms ease-out;
      top: -115px;
      opacity: 0; } }
  @media print {
    #site-header {
      position: relative !important;
      left: auto;
      height: auto;
      padding: 0 10px !important; } }
  #site-header .site-header-wrapper {
    width: 100%;
    height: calc(100% - 40px);
    position: relative;
    padding: 0 24px; }
    @media only screen and (max-width: 1024px) {
      #site-header .site-header-wrapper {
        height: 55px; } }
    @media only screen and (max-width: 1232px) {
      #site-header .site-header-wrapper {
        padding: 0 20px; } }
    .fixed-header #site-header .site-header-wrapper,
    .scrollable-no #site-header .site-header-wrapper {
      height: 75px; }
      @media only screen and (max-width: 1024px) {
        .fixed-header #site-header .site-header-wrapper,
        .scrollable-no #site-header .site-header-wrapper {
          height: 100%; } }
    @media print {
      #site-header .site-header-wrapper {
        padding: 0;
        -webkit-box-shadow: none;
                box-shadow: none; } }
    @media only screen and (min-width: 1025px) {
      #site-header .site-header-wrapper .search-bar {
        padding: 5px 25px 0 20px; } }
  @media print {
    #site-header {
      -webkit-box-shadow: none !important;
              box-shadow: none !important; } }

.utility-bar {
  width: 100%;
  background-color: #5b5291;
  text-align: right;
  font-size: 0.75rem;
  height: 40px;
  padding-right: 24px;
  line-height: 3;
  overflow: hidden; }
  @media only screen and (max-width: 1232px) {
    .utility-bar {
      padding-right: 10px; } }
  .utility-bar ul {
    margin-bottom: 0;
    padding: 0; }
  .utility-bar a {
    color: #fff;
    text-decoration: none; }
    .utility-bar a:hover {
      text-decoration: underline; }

.app-bar {
  background-color: #63599e;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 55px;
  z-index: 5;
  padding: 14px 0; }
  .app-bar .btn {
    position: absolute;
    top: 0;
    z-index: 4;
    padding: 8px 10px; }
    @media only screen and (max-width: 1024px) {
      .app-bar .btn {
        color: #fff;
        background: transparent; } }
  @media print {
    .app-bar {
      padding: 20px 0 0 0; } }

.branding-search {
  position: relative;
  clear: both; }

#site-title {
  position: relative;
  width: 141px;
  height: 26px;
  z-index: 8; }
  #site-title .logo-full,
  #site-title .logo-shortened {
    position: absolute; }
  #site-title .logo-full {
    display: block;
    width: 141px;
    height: 27px;
    background: transparent url("/content/northwestern/img/northwestern-medicine-logo-white.png?v=20160601") no-repeat 0 0;
    background-size: 100%;
    opacity: 1; }
    @media only screen and (min-width: 1025px) {
      .fixed-header #site-title .logo-full,
      .scrollable-no #site-title .logo-full {
        opacity: 0;
        -webkit-transition: none;
        transition: none;
        width: 40px; } }
  #site-title .logo-shortened {
    display: block;
    width: 37px;
    height: 27px;
    background: transparent url("/content/northwestern/img/northwestern-medicine-logo-white.png?v=20160601") no-repeat 0 0;
    background-size: 141px 27px;
    opacity: 1; }
    @media only screen and (min-width: 1025px) {
      #site-title .logo-shortened {
        opacity: 0; } }
    .fixed-header #site-title .logo-shortened,
    .scrollable-no #site-title .logo-shortened {
      opacity: 1; }
    @media only screen and (max-width: 1024px) {
      #site-title .logo-shortened {
        display: none; } }
  #site-title .link-home {
    display: block;
    width: 100%;
    height: 100%; }
  @media only screen and (min-width: 1025px) {
    #site-title {
      position: absolute;
      left: auto;
      bottom: 70px; }
      .fixed-header #site-title,
      .scrollable-no #site-title {
        width: 37px;
        height: 27px;
        background-size: auto 100%;
        position: absolute;
        bottom: 8px; } }
  @media only screen and (max-width: 1024px) {
    #site-title {
      width: 142px;
      height: 27px;
      background-size: auto 100%;
      bottom: -14px; } }
  #site-title a {
    color: inherit;
    text-decoration: none; }
  @media only screen and (max-width: 1024px) {
    #site-title {
      float: none;
      margin: 0 auto;
      text-align: center; } }

.dropdown-toggle {
  cursor: pointer; }

.dropdown-item {
  position: relative; }
  .dropdown-item.active .dropdown-menu {
    top: 45px;
    display: block !important;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

.dropdown-menu {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 99;
  background-color: #fff;
  min-width: 235px;
  padding: 12px;
  border: 1px solid #e5e5e5;
  opacity: 0;
  color: #333;
  visibility: hidden;
  -webkit-transition: top 150ms, opacity 150ms, visibility 150ms;
  transition: top 150ms, opacity 150ms, visibility 150ms; }
  .dropdown-menu li a {
    display: block;
    text-decoration: none;
    color: #00778a;
    text-align: left;
    padding: 4px 8px; }
    .dropdown-menu li a:hover {
      color: #009eb3; }
    .dropdown-menu li a.selected {
      color: #17191a;
      font-weight: 600; }
  .dropdown-menu .location-name {
    display: block;
    font-size: 0.8125rem;
    line-height: 1; }
    .dropdown-menu .location-name:hover {
      text-decoration: underline; }
  .dropdown-menu .tel {
    display: inline-block;
    color: #333; }
    .dropdown-menu .tel:hover {
      color: #333; }
  .dropdown-menu .selected a {
    color: #17191a; }
  .dropdown-menu a.line {
    padding-left: 0; }

.main-nav {
  background-color: #63599e;
  position: absolute;
  bottom: 10px;
  left: auto; }
  .main-nav .dropdown-item .dropdown-menu-main {
    width: 100%;
    padding: 24px 24px 0 24px;
    min-width: 780px;
    min-height: 100px; }
  .main-nav .dropdown-item.active .dropdown-menu-main {
    max-height: 800px; }
    @media only screen and (max-width: 1232px) {
      .main-nav .dropdown-item.active .dropdown-menu-main {
        padding: 24px 16px 0 16px; } }
    .main-nav .dropdown-item.active .dropdown-menu-main .suggestion-view-all-dropdown {
      margin: 12px; }
    .main-nav .dropdown-item.active .dropdown-menu-main .tel {
      padding: 0;
      display: block; }
      .main-nav .dropdown-item.active .dropdown-menu-main .tel:first-child {
        margin-bottom: 12px; }
    .main-nav .dropdown-item.active .dropdown-menu-main .section-bottom-padding {
      margin: 0; }
    .main-nav .dropdown-item.active .dropdown-menu-main .card-view-doctors {
      border: 1px solid #eee; }
      @media only screen and (max-width: 1024px) {
        .main-nav .dropdown-item.active .dropdown-menu-main .card-view-doctors {
          display: none; } }
  .main-nav .dropdown-item.active .dropdown-item.active .dropdown-menu {
    min-width: 100%;
    overflow-y: auto;
    max-height: 400px; }
  .main-nav .nav-contact .dropdown-menu {
    padding: 20px; }
    @media only screen and (min-width: 1025px) and (max-width: 1070px) {
      .main-nav .nav-contact .dropdown-menu {
        left: -34px; } }
    .main-nav .nav-contact .dropdown-menu li {
      padding: 0 8px;
      line-height: 1.4;
      margin-bottom: 1.5em; }
      .main-nav .nav-contact .dropdown-menu li.suggested-section-item {
        padding: 0; }
  .fixed-header .main-nav,
  .scrollable-no .main-nav {
    z-index: 4;
    margin-left: 65px; }
  .main-nav .nav {
    list-style: none;
    margin-bottom: 0;
    width: 100%;
    background-color: #63599e; }
    @media only screen and (min-width: 1025px) {
      .main-nav .nav {
        display: block !important; } }
    @media only screen and (max-width: 1024px) {
      .main-nav .nav {
        padding-left: 0; }
        .main-nav .nav.collapsed {
          display: none; }
        .main-nav .nav .nav-item {
          float: none; }
          .main-nav .nav .nav-item > a {
            text-align: left; } }
    .main-nav .nav li {
      position: relative;
      margin: 0; }
    .main-nav .nav .nav-item {
      float: left;
      margin-bottom: 10px; }
      .main-nav .nav .nav-item > a {
        text-align: center; }
      .main-nav .nav .nav-item.border-bottom:after {
        content: "";
        position: relative;
        height: 1px;
        clear: both;
        display: block;
        border-bottom: solid 1px #7a70b3;
        margin: 10px 18px; }
      .mobile .main-nav .nav .nav-item .material-icons, .mobile .main-nav .nav .nav-item .icon-request-appointment:before, .mobile .main-nav .nav .nav-item .icon-watch-video:before, .mobile .main-nav .nav .nav-item .icon-play:before, .mobile .main-nav .nav .nav-item .icon-person-location:before, .mobile .main-nav .nav .nav-item .icon-details-top:before, .mobile .main-nav .nav .nav-item .icon-details-left:before, .mobile .main-nav .nav .nav-item .icon-directions:before, .mobile .main-nav .nav .nav-item .icon-directions-alt:before, .mobile .main-nav .nav .nav-item .icon-send-message:before, .mobile .main-nav .nav .nav-item .icon-phone-top:before, .mobile .main-nav .nav .nav-item .icon-phone-left:before, .mobile .main-nav .nav .nav-item .icon-comment:before, .mobile .main-nav .nav .nav-item .icon-cancel-search:before, .mobile .main-nav .nav .nav-item .panel-footer .panel-footer-more:before, .panel-footer .mobile .main-nav .nav .nav-item .panel-footer-more:before, .mobile .main-nav .nav .nav-item .panel-toggle .panel-toggle-trigger:after, .panel-toggle .mobile .main-nav .nav .nav-item .panel-toggle-trigger:after, .mobile .main-nav .nav .nav-item .video-item figure:before, .video-item .mobile .main-nav .nav .nav-item figure:before, .mobile .main-nav .nav .nav-item .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .mobile .main-nav .nav .nav-item div[id*="thumbnail"]:before, .mobile .main-nav .nav .nav-item .card-trigger a:after, .card-trigger .mobile .main-nav .nav .nav-item a:after, .mobile .main-nav .nav .nav-item .card-video .card-image:before, .card-video .mobile .main-nav .nav .nav-item .card-image:before, .mobile .main-nav .nav .nav-item .card-content-figure figure.video a:before, .card-content-figure figure.video .mobile .main-nav .nav .nav-item a:before, .mobile .main-nav .nav .nav-item .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .mobile .main-nav .nav .nav-item [data-role="remove"]:after, .mobile .main-nav .nav .nav-item .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .mobile .main-nav .nav .nav-item .brightcove-video:after, .mobile .main-nav .nav .nav-item .section-location-details .btn-req-appt:after, .section-location-details .mobile .main-nav .nav .nav-item .btn-req-appt:after,
      .mobile .main-nav .nav .nav-item .section-location-details .btn-dr-location:after, .section-location-details .mobile .main-nav .nav .nav-item .btn-dr-location:after, .mobile .main-nav .nav .nav-item .locations2 .hospital-video a:before, .locations2 .hospital-video .mobile .main-nav .nav .nav-item a:before, .mobile .main-nav .nav .nav-item .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .mobile .main-nav .nav .nav-item .icon-arrow:after, .mobile .main-nav .nav .nav-item .back-to-top:before, .mobile .main-nav .nav .nav-item .video-library .video-library-image:before, .video-library .mobile .main-nav .nav .nav-item .video-library-image:before {
        display: none; }
      @media only screen and (max-width: 1024px) {
        .main-nav .nav .nav-item .material-icons, .main-nav .nav .nav-item .icon-request-appointment:before, .main-nav .nav .nav-item .icon-watch-video:before, .main-nav .nav .nav-item .icon-play:before, .main-nav .nav .nav-item .icon-person-location:before, .main-nav .nav .nav-item .icon-details-top:before, .main-nav .nav .nav-item .icon-details-left:before, .main-nav .nav .nav-item .icon-directions:before, .main-nav .nav .nav-item .icon-directions-alt:before, .main-nav .nav .nav-item .icon-send-message:before, .main-nav .nav .nav-item .icon-phone-top:before, .main-nav .nav .nav-item .icon-phone-left:before, .main-nav .nav .nav-item .icon-comment:before, .main-nav .nav .nav-item .icon-cancel-search:before, .main-nav .nav .nav-item .panel-footer .panel-footer-more:before, .panel-footer .main-nav .nav .nav-item .panel-footer-more:before, .main-nav .nav .nav-item .panel-toggle .panel-toggle-trigger:after, .panel-toggle .main-nav .nav .nav-item .panel-toggle-trigger:after, .main-nav .nav .nav-item .video-item figure:before, .video-item .main-nav .nav .nav-item figure:before, .main-nav .nav .nav-item .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .main-nav .nav .nav-item div[id*="thumbnail"]:before, .main-nav .nav .nav-item .card-trigger a:after, .card-trigger .main-nav .nav .nav-item a:after, .main-nav .nav .nav-item .card-video .card-image:before, .card-video .main-nav .nav .nav-item .card-image:before, .main-nav .nav .nav-item .card-content-figure figure.video a:before, .card-content-figure figure.video .main-nav .nav .nav-item a:before, .main-nav .nav .nav-item .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .main-nav .nav .nav-item [data-role="remove"]:after, .main-nav .nav .nav-item .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .main-nav .nav .nav-item .brightcove-video:after, .main-nav .nav .nav-item .section-location-details .btn-req-appt:after, .section-location-details .main-nav .nav .nav-item .btn-req-appt:after,
        .main-nav .nav .nav-item .section-location-details .btn-dr-location:after, .section-location-details .main-nav .nav .nav-item .btn-dr-location:after, .main-nav .nav .nav-item .locations2 .hospital-video a:before, .locations2 .hospital-video .main-nav .nav .nav-item a:before, .main-nav .nav .nav-item .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .main-nav .nav .nav-item .icon-arrow:after, .main-nav .nav .nav-item .back-to-top:before, .main-nav .nav .nav-item .video-library .video-library-image:before, .video-library .main-nav .nav .nav-item .video-library-image:before {
          display: none; } }
      .main-nav .nav .nav-item .nav-link {
        color: #fff; }
        @media only screen and (min-width: 1100px) {
          .main-nav .nav .nav-item .nav-link {
            letter-spacing: 1px; } }
        @media only screen and (min-width: 1025px) and (max-width: 1100px) {
          .main-nav .nav .nav-item .nav-link {
            letter-spacing: 0.5px; } }
        @media only screen and (min-width: 1025px) {
          .main-nav .nav .nav-item .nav-link:before {
            content: "";
            position: absolute;
            width: calc(100% - 37px);
            height: 3px;
            bottom: 0;
            left: 1px;
            visibility: hidden;
            background-color: #FFFFFF;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-backface-visibility: hidden;
                    backface-visibility: hidden; } }
        @media only screen and (min-width: 1025px) and (max-width: 1232px) {
          .main-nav .nav .nav-item .nav-link:before {
            width: calc(100% - 20px); } }
      .main-nav .nav .nav-item > .dropdown-item .nav-link:hover,
      .main-nav .nav .nav-item > .nav-link:hover {
        overflow: hidden; }
        .main-nav .nav .nav-item > .dropdown-item .nav-link:hover:before,
        .main-nav .nav .nav-item > .nav-link:hover:before {
          visibility: visible;
          -webkit-transform: scaleX(1);
          transform: scaleX(1);
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
      .main-nav .nav .nav-item .dropdown-item a.dropdown-toggle {
        padding-right: 38px; }
      .main-nav .nav .nav-item .dropdown-item .nav-link:before {
        width: calc(100% - 21px); }
      .main-nav .nav .nav-item .dropdown-item .material-icons, .main-nav .nav .nav-item .dropdown-item .icon-request-appointment:before, .main-nav .nav .nav-item .dropdown-item .icon-watch-video:before, .main-nav .nav .nav-item .dropdown-item .icon-play:before, .main-nav .nav .nav-item .dropdown-item .icon-person-location:before, .main-nav .nav .nav-item .dropdown-item .icon-details-top:before, .main-nav .nav .nav-item .dropdown-item .icon-details-left:before, .main-nav .nav .nav-item .dropdown-item .icon-directions:before, .main-nav .nav .nav-item .dropdown-item .icon-directions-alt:before, .main-nav .nav .nav-item .dropdown-item .icon-send-message:before, .main-nav .nav .nav-item .dropdown-item .icon-phone-top:before, .main-nav .nav .nav-item .dropdown-item .icon-phone-left:before, .main-nav .nav .nav-item .dropdown-item .icon-comment:before, .main-nav .nav .nav-item .dropdown-item .icon-cancel-search:before, .main-nav .nav .nav-item .dropdown-item .panel-footer .panel-footer-more:before, .panel-footer .main-nav .nav .nav-item .dropdown-item .panel-footer-more:before, .main-nav .nav .nav-item .dropdown-item .panel-toggle .panel-toggle-trigger:after, .panel-toggle .main-nav .nav .nav-item .dropdown-item .panel-toggle-trigger:after, .main-nav .nav .nav-item .dropdown-item .video-item figure:before, .video-item .main-nav .nav .nav-item .dropdown-item figure:before, .main-nav .nav .nav-item .dropdown-item .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .main-nav .nav .nav-item .dropdown-item div[id*="thumbnail"]:before, .main-nav .nav .nav-item .dropdown-item .card-trigger a:after, .card-trigger .main-nav .nav .nav-item .dropdown-item a:after, .main-nav .nav .nav-item .dropdown-item .card-video .card-image:before, .card-video .main-nav .nav .nav-item .dropdown-item .card-image:before, .main-nav .nav .nav-item .dropdown-item .card-content-figure figure.video a:before, .card-content-figure figure.video .main-nav .nav .nav-item .dropdown-item a:before, .main-nav .nav .nav-item .dropdown-item .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .main-nav .nav .nav-item .dropdown-item [data-role="remove"]:after, .main-nav .nav .nav-item .dropdown-item .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .main-nav .nav .nav-item .dropdown-item .brightcove-video:after, .main-nav .nav .nav-item .dropdown-item .section-location-details .btn-req-appt:after, .section-location-details .main-nav .nav .nav-item .dropdown-item .btn-req-appt:after,
      .main-nav .nav .nav-item .dropdown-item .section-location-details .btn-dr-location:after, .section-location-details .main-nav .nav .nav-item .dropdown-item .btn-dr-location:after, .main-nav .nav .nav-item .dropdown-item .locations2 .hospital-video a:before, .locations2 .hospital-video .main-nav .nav .nav-item .dropdown-item a:before, .main-nav .nav .nav-item .dropdown-item .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .main-nav .nav .nav-item .dropdown-item .icon-arrow:after, .main-nav .nav .nav-item .dropdown-item .back-to-top:before, .main-nav .nav .nav-item .dropdown-item .video-library .video-library-image:before, .video-library .main-nav .nav .nav-item .dropdown-item .video-library-image:before {
        position: absolute;
        right: 18px;
        bottom: 9px; }
      .main-nav .nav .nav-item .dropdown-menu .suggested-section-item {
        position: relative; }
      .main-nav .nav .nav-item .dropdown-menu .material-icons, .main-nav .nav .nav-item .dropdown-menu .icon-request-appointment:before, .main-nav .nav .nav-item .dropdown-menu .icon-watch-video:before, .main-nav .nav .nav-item .dropdown-menu .icon-play:before, .main-nav .nav .nav-item .dropdown-menu .icon-person-location:before, .main-nav .nav .nav-item .dropdown-menu .icon-details-top:before, .main-nav .nav .nav-item .dropdown-menu .icon-details-left:before, .main-nav .nav .nav-item .dropdown-menu .icon-directions:before, .main-nav .nav .nav-item .dropdown-menu .icon-directions-alt:before, .main-nav .nav .nav-item .dropdown-menu .icon-send-message:before, .main-nav .nav .nav-item .dropdown-menu .icon-phone-top:before, .main-nav .nav .nav-item .dropdown-menu .icon-phone-left:before, .main-nav .nav .nav-item .dropdown-menu .icon-comment:before, .main-nav .nav .nav-item .dropdown-menu .icon-cancel-search:before, .main-nav .nav .nav-item .dropdown-menu .panel-footer .panel-footer-more:before, .panel-footer .main-nav .nav .nav-item .dropdown-menu .panel-footer-more:before, .main-nav .nav .nav-item .dropdown-menu .panel-toggle .panel-toggle-trigger:after, .panel-toggle .main-nav .nav .nav-item .dropdown-menu .panel-toggle-trigger:after, .main-nav .nav .nav-item .dropdown-menu .video-item figure:before, .video-item .main-nav .nav .nav-item .dropdown-menu figure:before, .main-nav .nav .nav-item .dropdown-menu .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .main-nav .nav .nav-item .dropdown-menu div[id*="thumbnail"]:before, .main-nav .nav .nav-item .dropdown-menu .card-trigger a:after, .card-trigger .main-nav .nav .nav-item .dropdown-menu a:after, .main-nav .nav .nav-item .dropdown-menu .card-video .card-image:before, .card-video .main-nav .nav .nav-item .dropdown-menu .card-image:before, .main-nav .nav .nav-item .dropdown-menu .card-content-figure figure.video a:before, .card-content-figure figure.video .main-nav .nav .nav-item .dropdown-menu a:before, .main-nav .nav .nav-item .dropdown-menu .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .main-nav .nav .nav-item .dropdown-menu [data-role="remove"]:after, .main-nav .nav .nav-item .dropdown-menu .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .main-nav .nav .nav-item .dropdown-menu .brightcove-video:after, .main-nav .nav .nav-item .dropdown-menu .section-location-details .btn-req-appt:after, .section-location-details .main-nav .nav .nav-item .dropdown-menu .btn-req-appt:after,
      .main-nav .nav .nav-item .dropdown-menu .section-location-details .btn-dr-location:after, .section-location-details .main-nav .nav .nav-item .dropdown-menu .btn-dr-location:after, .main-nav .nav .nav-item .dropdown-menu .locations2 .hospital-video a:before, .locations2 .hospital-video .main-nav .nav .nav-item .dropdown-menu a:before, .main-nav .nav .nav-item .dropdown-menu .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .main-nav .nav .nav-item .dropdown-menu .icon-arrow:after, .main-nav .nav .nav-item .dropdown-menu .back-to-top:before, .main-nav .nav .nav-item .dropdown-menu .video-library .video-library-image:before, .video-library .main-nav .nav .nav-item .dropdown-menu .video-library-image:before {
        position: absolute;
        left: 0;
        top: 14px;
        color: #00778a; }
      .main-nav .nav .nav-item:last-child .nav-link {
        padding-right: 0; }
        .main-nav .nav .nav-item:last-child .nav-link:before {
          width: 100%; }
      .main-nav .nav .nav-item:last-child .dropdown-item a.dropdown-toggle {
        padding-right: 20px; }
      .main-nav .nav .nav-item:last-child .dropdown-item .material-icons, .main-nav .nav .nav-item:last-child .dropdown-item .icon-request-appointment:before, .main-nav .nav .nav-item:last-child .dropdown-item .icon-watch-video:before, .main-nav .nav .nav-item:last-child .dropdown-item .icon-play:before, .main-nav .nav .nav-item:last-child .dropdown-item .icon-person-location:before, .main-nav .nav .nav-item:last-child .dropdown-item .icon-details-top:before, .main-nav .nav .nav-item:last-child .dropdown-item .icon-details-left:before, .main-nav .nav .nav-item:last-child .dropdown-item .icon-directions:before, .main-nav .nav .nav-item:last-child .dropdown-item .icon-directions-alt:before, .main-nav .nav .nav-item:last-child .dropdown-item .icon-send-message:before, .main-nav .nav .nav-item:last-child .dropdown-item .icon-phone-top:before, .main-nav .nav .nav-item:last-child .dropdown-item .icon-phone-left:before, .main-nav .nav .nav-item:last-child .dropdown-item .icon-comment:before, .main-nav .nav .nav-item:last-child .dropdown-item .icon-cancel-search:before, .main-nav .nav .nav-item:last-child .dropdown-item .panel-footer .panel-footer-more:before, .panel-footer .main-nav .nav .nav-item:last-child .dropdown-item .panel-footer-more:before, .main-nav .nav .nav-item:last-child .dropdown-item .panel-toggle .panel-toggle-trigger:after, .panel-toggle .main-nav .nav .nav-item:last-child .dropdown-item .panel-toggle-trigger:after, .main-nav .nav .nav-item:last-child .dropdown-item .video-item figure:before, .video-item .main-nav .nav .nav-item:last-child .dropdown-item figure:before, .main-nav .nav .nav-item:last-child .dropdown-item .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .main-nav .nav .nav-item:last-child .dropdown-item div[id*="thumbnail"]:before, .main-nav .nav .nav-item:last-child .dropdown-item .card-trigger a:after, .card-trigger .main-nav .nav .nav-item:last-child .dropdown-item a:after, .main-nav .nav .nav-item:last-child .dropdown-item .card-video .card-image:before, .card-video .main-nav .nav .nav-item:last-child .dropdown-item .card-image:before, .main-nav .nav .nav-item:last-child .dropdown-item .card-content-figure figure.video a:before, .card-content-figure figure.video .main-nav .nav .nav-item:last-child .dropdown-item a:before, .main-nav .nav .nav-item:last-child .dropdown-item .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .main-nav .nav .nav-item:last-child .dropdown-item [data-role="remove"]:after, .main-nav .nav .nav-item:last-child .dropdown-item .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .main-nav .nav .nav-item:last-child .dropdown-item .brightcove-video:after, .main-nav .nav .nav-item:last-child .dropdown-item .section-location-details .btn-req-appt:after, .section-location-details .main-nav .nav .nav-item:last-child .dropdown-item .btn-req-appt:after,
      .main-nav .nav .nav-item:last-child .dropdown-item .section-location-details .btn-dr-location:after, .section-location-details .main-nav .nav .nav-item:last-child .dropdown-item .btn-dr-location:after, .main-nav .nav .nav-item:last-child .dropdown-item .locations2 .hospital-video a:before, .locations2 .hospital-video .main-nav .nav .nav-item:last-child .dropdown-item a:before, .main-nav .nav .nav-item:last-child .dropdown-item .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .main-nav .nav .nav-item:last-child .dropdown-item .icon-arrow:after, .main-nav .nav .nav-item:last-child .dropdown-item .back-to-top:before, .main-nav .nav .nav-item:last-child .dropdown-item .video-library .video-library-image:before, .video-library .main-nav .nav .nav-item:last-child .dropdown-item .video-library-image:before {
        position: absolute;
        right: 0; }
    .main-nav .nav .nav-link {
      display: block;
      text-decoration: none;
      line-height: 2;
      padding: 16px 36px 4px 0;
      text-transform: uppercase; }
      @media only screen and (min-width: 1025px) and (max-width: 1232px) {
        .main-nav .nav .nav-link {
          padding: 16px 18px 4px 0; } }
      @media only screen and (max-width: 1024px) {
        .main-nav .nav .nav-link {
          padding: 9px 18px; }
          .main-nav .nav .nav-link.nav-link-sm {
            font-size: 0.8125rem;
            text-transform: inherit;
            padding-top: 6px;
            padding-bottom: 6px; } }
    .main-nav .nav .nav-item.active .nav-link {
      color: #fff;
      opacity: 1; }
      .main-nav .nav .nav-item.active .nav-link:before {
        background-color: #FFFFFF;
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .main-nav .nav .nav-item.active .nav-link:after {
        height: 3px;
        background: red;
        width: 100%; }
    @media only screen and (max-width: 1024px) {
      .main-nav .nav .dropdown-menu {
        position: relative;
        top: 0;
        opacity: 1;
        height: auto;
        max-height: none;
        z-index: 1;
        padding: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        border: none;
        background-color: transparent; }
        .main-nav .nav .dropdown-menu a {
          padding-left: 25px;
          color: #fff; }
          .main-nav .nav .dropdown-menu a:hover {
            color: #fff; } }
    .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .material-icons, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .icon-request-appointment:before, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .icon-watch-video:before, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .icon-play:before, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .icon-person-location:before, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .icon-details-top:before, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .icon-details-left:before, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .icon-directions:before, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .icon-directions-alt:before, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .icon-send-message:before, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .icon-phone-top:before, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .icon-phone-left:before, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .icon-comment:before, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .icon-cancel-search:before, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .panel-footer .panel-footer-more:before, .panel-footer .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .panel-footer-more:before, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .panel-toggle .panel-toggle-trigger:after, .panel-toggle .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .panel-toggle-trigger:after, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .video-item figure:before, .video-item .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full figure:before, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full div[id*="thumbnail"]:before, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .card-trigger a:after, .card-trigger .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full a:after, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .card-video .card-image:before, .card-video .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .card-image:before, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .card-content-figure figure.video a:before, .card-content-figure figure.video .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full a:before, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full [data-role="remove"]:after, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .brightcove-video:after, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .section-location-details .btn-req-appt:after, .section-location-details .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .btn-req-appt:after,
    .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .section-location-details .btn-dr-location:after, .section-location-details .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .btn-dr-location:after, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .locations2 .hospital-video a:before, .locations2 .hospital-video .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full a:before, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .icon-arrow:after, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .back-to-top:before, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .video-library .video-library-image:before, .video-library .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .video-library-image:before {
      position: relative;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      color: #fff; }

.clinical-trials-and-research .main-nav .nav .nav-conditions-and-services.active .nav-link:before {
  visibility: hidden; }

.clinical-trials-and-research .main-nav .nav .nav-conditions-and-services.active .nav-link:hover:before {
  visibility: visible; }

#nav-toggle {
  font-size: 8px;
  left: 5px;
  bottom: 10px;
  top: 5px;
  padding: 5px;
  position: absolute;
  line-height: 0;
  text-align: center; }
  #nav-toggle .material-icons, #nav-toggle .icon-request-appointment:before, #nav-toggle .icon-watch-video:before, #nav-toggle .icon-play:before, #nav-toggle .icon-person-location:before, #nav-toggle .icon-details-top:before, #nav-toggle .icon-details-left:before, #nav-toggle .icon-directions:before, #nav-toggle .icon-directions-alt:before, #nav-toggle .icon-send-message:before, #nav-toggle .icon-phone-top:before, #nav-toggle .icon-phone-left:before, #nav-toggle .icon-comment:before, #nav-toggle .icon-cancel-search:before, #nav-toggle .panel-footer .panel-footer-more:before, .panel-footer #nav-toggle .panel-footer-more:before, #nav-toggle .panel-toggle .panel-toggle-trigger:after, .panel-toggle #nav-toggle .panel-toggle-trigger:after, #nav-toggle .video-item figure:before, .video-item #nav-toggle figure:before, #nav-toggle .wistia_embed div[id*="thumbnail"]:before, .wistia_embed #nav-toggle div[id*="thumbnail"]:before, #nav-toggle .card-trigger a:after, .card-trigger #nav-toggle a:after, #nav-toggle .card-video .card-image:before, .card-video #nav-toggle .card-image:before, #nav-toggle .card-content-figure figure.video a:before, .card-content-figure figure.video #nav-toggle a:before, #nav-toggle .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag #nav-toggle [data-role="remove"]:after, #nav-toggle .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions #nav-toggle .brightcove-video:after, #nav-toggle .section-location-details .btn-req-appt:after, .section-location-details #nav-toggle .btn-req-appt:after,
  #nav-toggle .section-location-details .btn-dr-location:after, .section-location-details #nav-toggle .btn-dr-location:after, #nav-toggle .locations2 .hospital-video a:before, .locations2 .hospital-video #nav-toggle a:before, #nav-toggle .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item #nav-toggle .icon-arrow:after, #nav-toggle .back-to-top:before, #nav-toggle .video-library .video-library-image:before, .video-library #nav-toggle .video-library-image:before {
    font-size: 33px;
    display: inline-block;
    width: 80%; }

#mobile-search-open {
  right: 0; }
  #mobile-search-open.btn-site-search {
    position: absolute;
    top: 12px;
    right: 15px;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    color: #63599e; }
    #mobile-search-open.btn-site-search .icon {
      font-size: 22px;
      margin-top: 3px; }

#mobile-nav {
  position: fixed;
  top: 0;
  right: auto;
  bottom: 0;
  left: -275px;
  width: 275px;
  height: 100%;
  margin: 0;
  z-index: 999;
  background-color: #63599e;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }
  #mobile-nav .nav {
    margin-bottom: 5em; }
  #mobile-nav .nav-item {
    float: none;
    margin: 0; }
    #mobile-nav .nav-item > a {
      text-align: left; }
    #mobile-nav .nav-item.last-main-item:after {
      content: "";
      position: relative;
      height: 1px;
      clear: both;
      display: block;
      border-bottom: solid 1px #7a70b3;
      margin: 10px 18px; }
  #mobile-nav .nav-item.utility-nav-item {
    font-weight: 100; }
  #mobile-nav .drawer-light:after {
    content: "";
    position: relative;
    height: 1px;
    clear: both;
    display: block;
    border-bottom: solid 1px #7a70b3;
    margin: 10px 18px; }
  #mobile-nav .drawer-light .drawer-light-title:after {
    line-height: 1.6;
    right: 15px;
    top: 2px; }
  #mobile-nav .drawer-light .drawer-light-content {
    color: #FFFFFF;
    padding: 0 18px;
    font-size: 13px; }
    #mobile-nav .drawer-light .drawer-light-content li {
      padding: 10px 0;
      margin-bottom: 10px; }
      #mobile-nav .drawer-light .drawer-light-content li a {
        display: block;
        color: #FFFFFF;
        text-decoration: none; }
      #mobile-nav .drawer-light .drawer-light-content li .location-name {
        font-weight: 100;
        padding-bottom: 5px; }
      #mobile-nav .drawer-light .drawer-light-content li .material-icons, #mobile-nav .drawer-light .drawer-light-content li .icon-request-appointment:before, #mobile-nav .drawer-light .drawer-light-content li .icon-watch-video:before, #mobile-nav .drawer-light .drawer-light-content li .icon-play:before, #mobile-nav .drawer-light .drawer-light-content li .icon-person-location:before, #mobile-nav .drawer-light .drawer-light-content li .icon-details-top:before, #mobile-nav .drawer-light .drawer-light-content li .icon-details-left:before, #mobile-nav .drawer-light .drawer-light-content li .icon-directions:before, #mobile-nav .drawer-light .drawer-light-content li .icon-directions-alt:before, #mobile-nav .drawer-light .drawer-light-content li .icon-send-message:before, #mobile-nav .drawer-light .drawer-light-content li .icon-phone-top:before, #mobile-nav .drawer-light .drawer-light-content li .icon-phone-left:before, #mobile-nav .drawer-light .drawer-light-content li .icon-comment:before, #mobile-nav .drawer-light .drawer-light-content li .icon-cancel-search:before, #mobile-nav .drawer-light .drawer-light-content li .panel-footer .panel-footer-more:before, .panel-footer #mobile-nav .drawer-light .drawer-light-content li .panel-footer-more:before, #mobile-nav .drawer-light .drawer-light-content li .panel-toggle .panel-toggle-trigger:after, .panel-toggle #mobile-nav .drawer-light .drawer-light-content li .panel-toggle-trigger:after, #mobile-nav .drawer-light .drawer-light-content li .video-item figure:before, .video-item #mobile-nav .drawer-light .drawer-light-content li figure:before, #mobile-nav .drawer-light .drawer-light-content li .wistia_embed div[id*="thumbnail"]:before, .wistia_embed #mobile-nav .drawer-light .drawer-light-content li div[id*="thumbnail"]:before, #mobile-nav .drawer-light .drawer-light-content li .card-trigger a:after, .card-trigger #mobile-nav .drawer-light .drawer-light-content li a:after, #mobile-nav .drawer-light .drawer-light-content li .card-video .card-image:before, .card-video #mobile-nav .drawer-light .drawer-light-content li .card-image:before, #mobile-nav .drawer-light .drawer-light-content li .card-content-figure figure.video a:before, .card-content-figure figure.video #mobile-nav .drawer-light .drawer-light-content li a:before, #mobile-nav .drawer-light .drawer-light-content li .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag #mobile-nav .drawer-light .drawer-light-content li [data-role="remove"]:after, #mobile-nav .drawer-light .drawer-light-content li .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions #mobile-nav .drawer-light .drawer-light-content li .brightcove-video:after, #mobile-nav .drawer-light .drawer-light-content li .section-location-details .btn-req-appt:after, .section-location-details #mobile-nav .drawer-light .drawer-light-content li .btn-req-appt:after,
      #mobile-nav .drawer-light .drawer-light-content li .section-location-details .btn-dr-location:after, .section-location-details #mobile-nav .drawer-light .drawer-light-content li .btn-dr-location:after, #mobile-nav .drawer-light .drawer-light-content li .locations2 .hospital-video a:before, .locations2 .hospital-video #mobile-nav .drawer-light .drawer-light-content li a:before, #mobile-nav .drawer-light .drawer-light-content li .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item #mobile-nav .drawer-light .drawer-light-content li .icon-arrow:after, #mobile-nav .drawer-light .drawer-light-content li .back-to-top:before, #mobile-nav .drawer-light .drawer-light-content li .video-library .video-library-image:before, .video-library #mobile-nav .drawer-light .drawer-light-content li .video-library-image:before {
        display: block;
        width: 50px;
        float: left;
        padding: 0 10px;
        font-size: 24px;
        top: 5px;
        position: relative; }
      #mobile-nav .drawer-light .drawer-light-content li .location-info,
      #mobile-nav .drawer-light .drawer-light-content li .more-link-text {
        width: calc(100% - 60px);
        float: left; }
        #mobile-nav .drawer-light .drawer-light-content li .location-info .line,
        #mobile-nav .drawer-light .drawer-light-content li .more-link-text .line {
          display: block; }
  #mobile-nav .drawer-light.expanded {
    background-color: #514689; }
    #mobile-nav .drawer-light.expanded:after {
      border-bottom-color: transparent; }

#mobile-nav-close-btn {
  position: relative;
  color: #FFF;
  margin: 5px 0 0 -5px; }

#mobile-nav-close {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
  transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease; }

.mobile-nav-visible {
  overflow: hidden; }
  .mobile-nav-visible body {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden !important;
    height: 100% !important;
    width: 100%; }
  .mobile-nav-visible #content {
    position: fixed;
    top: 55px;
    left: 0; }
  .mobile-nav-visible #site-footer {
    display: none; }
  .mobile-nav-visible #mobile-nav {
    overflow: auto !important;
    -webkit-transform: translateX(275px);
    transform: translateX(275px); }
    @media only screen and (min-width: 1025px) {
      .mobile-nav-visible #mobile-nav {
        -webkit-transform: none;
        transform: none; } }
  .mobile-nav-visible #site-notification {
    position: fixed;
    top: 55px; }
  .mobile-nav-visible #mobile-nav-close {
    opacity: .6;
    z-index: 103; }

.search-bar {
  position: absolute;
  z-index: 4;
  bottom: 65px;
  right: 10px;
  width: auto;
  padding: 5px 15px 0 15px;
  border-radius: 2px; }
  @media only screen and (max-width: 1232px) {
    .search-bar {
      right: 10px; } }
  @media only screen and (max-width: 1024px) {
    .search-bar {
      z-index: 102; } }
  .fixed-header .search-bar,
  .scrollable-no .search-bar {
    bottom: 11px; }
    .fixed-header .search-bar.show-site-search,
    .scrollable-no .search-bar.show-site-search {
      background-color: #63599e; }
  .search-bar.active-search {
    background-color: #f1f1f1 !important;
    transition: background-color 1s ease;
    -webkit-transition: background-color 1s ease;
    z-index: 104; }
  .search-bar form {
    position: relative;
    text-align: right; }
  .search-bar label {
    margin-right: .25em; }
  .search-bar #site-search {
    max-width: 350px;
    width: 100%;
    height: 50px;
    padding-right: 40px;
    padding-left: 0;
    background: transparent;
    border-width: 0 0 1px 0;
    border-color: #9086be;
    font-weight: 300; }
    @media only screen and (min-width: 1025px) {
      .search-bar #site-search {
        width: 98%; } }
    .search-bar #site-search:focus {
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-color: transparent; }
  .search-bar.active-search #site-search {
    color: #000000;
    border-color: transparent; }
  .search-bar .btn-clear {
    position: absolute;
    right: 40px;
    top: 16px;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: none; }
    @media only screen and (max-width: 1024px) {
      .search-bar .btn-clear {
        right: 95px; } }
  @media only screen and (max-width: 1024px) {
    .search-bar {
      width: 100%;
      height: 55px;
      right: 0;
      top: 0;
      z-index: 0;
      background-color: #514689;
      transition: opacity 300ms ease 0.1s;
      -moz-transition: opacity 300ms ease 0.1s;
      -webkit-transition: opacity 300ms ease 0.1s;
      background-color: #f1f1f1;
      padding: 5px 0;
      border-radius: 0; }
      .search-bar .row, .search-bar .list-stacked {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px; }
      .search-bar #site-search {
        max-width: none;
        border: none;
        color: #000000;
        margin-left: 0;
        padding-right: 120px; }
      .search-bar.active {
        z-index: 102;
        opacity: 1;
        transition: opacity 300ms ease 0.1s;
        -moz-transition: opacity 300ms ease 0.1s;
        -webkit-transition: opacity 300ms ease 0.1s; } }
  @media only screen and (min-width: 1025px) and (max-width: 1374px) {
    .fixed-header .search-bar #site-search,
    .fixed-header .search-bar .btn-clear,
    .scrollable-no .search-bar #site-search,
    .scrollable-no .search-bar .btn-clear {
      visibility: hidden; }
    .fixed-header .search-bar.show-site-search.active-search #site-search,
    .fixed-header .search-bar.show-site-search.active-search .btn-clear,
    .scrollable-no .search-bar.show-site-search.active-search #site-search,
    .scrollable-no .search-bar.show-site-search.active-search .btn-clear {
      visibility: visible; } }
  .search-bar ::-webkit-input-placeholder {
    color: #fff; }
  .search-bar ::-moz-placeholder {
    color: #fff; }
  .search-bar :-ms-input-placeholder {
    color: #fff; }
  .search-bar.active-search ::-webkit-input-placeholder {
    color: #7f8283; }
  .search-bar.active-search ::-moz-placeholder {
    color: #7f8283; }
  .search-bar.active-search :-ms-input-placeholder {
    color: #7f8283; }
  @media only screen and (max-width: 1024px) {
    .search-bar ::-webkit-input-placeholder {
      color: #7f8283; }
    .search-bar ::-moz-placeholder {
      color: #7f8283; }
    .search-bar :-ms-input-placeholder {
      color: #7f8283; } }
  .search-bar .btn-search-cancel {
    position: absolute;
    top: 12px;
    right: -4px;
    padding: 10px 0;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 0;
    color: #7f8283; }
    .search-bar .btn-search-cancel:hover {
      color: #009eb3; }
  .search-bar .btn-site-search {
    position: absolute;
    top: 8px;
    right: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0; }
    @media only screen and (min-width: 1025px) {
      .search-bar .btn-site-search {
        background: #fff;
        color: #63599e; } }
    @media only screen and (max-width: 1024px) {
      .search-bar .btn-site-search {
        right: 50px; } }
  @media only screen and (min-width: 1025px) {
    .search-bar {
      display: block !important; } }

.site-search-suggested {
  position: absolute;
  left: -8px;
  height: auto;
  width: calc(100% + 21px);
  margin-top: -1px;
  background: #ffffff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3b3e40;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0 0 2px 2px;
  overflow: hidden;
  display: none; }
  .expanded .site-search-suggested {
    display: block; }
  @media only screen and (max-width: 1024px) {
    .site-search-suggested {
      width: 100%;
      top: 49px;
      left: 0; } }
  .site-search-suggested .suggested-results img {
    display: block;
    cursor: pointer; }
    .site-search-suggested .suggested-results img:hover {
      opacity: .8; }
  .site-search-suggested .fa-user-md {
    margin: 0 4px; }
  .site-search-suggested .autocomplete-results .autocomplete-suggestions {
    margin: 0;
    max-width: 300px;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative !important; }
    @media only screen and (max-width: 1024px) {
      .site-search-suggested .autocomplete-results .autocomplete-suggestions {
        max-width: none; } }
  .site-search-suggested .autocomplete-results .autocomplete-suggestion {
    padding: 7px 15px 7px 15px;
    overflow: hidden;
    cursor: pointer; }
  .site-search-suggested .autocomplete-results .autocomplete-no-suggestion {
    padding: 7px 15px 7px 15px; }
  .site-search-suggested .autocomplete-results .autocomplete-selected {
    background: #F0F0F0; }
  .site-search-suggested .suggested-sections {
    clear: both;
    position: relative;
    margin: 14px 18px 0 18px;
    padding: 12px 0;
    border-top: solid 1px #d4d5d6; }

.suggested-section-item {
  padding: 5px 0 0 0; }
  .suggested-section-item .more-link-text {
    font-size: 0.75rem;
    padding-left: 0; }
  .suggested-section-item .more-link-text {
    display: inline-block;
    padding: 0;
    font-size: 0.8125rem; }
  .dropdown-menu .suggested-section-item {
    margin: 14px 0 8px 0 !important;
    padding: 12px 0;
    border-top: solid 1px #d4d5d6; }
    .dropdown-menu .suggested-section-item .more-link {
      display: inline-block;
      position: relative;
      padding: 0 0 0 25px;
      margin-top: 14px; }
      .dropdown-menu .suggested-section-item .more-link .material-icons, .dropdown-menu .suggested-section-item .more-link .icon-request-appointment:before, .dropdown-menu .suggested-section-item .more-link .icon-watch-video:before, .dropdown-menu .suggested-section-item .more-link .icon-play:before, .dropdown-menu .suggested-section-item .more-link .icon-person-location:before, .dropdown-menu .suggested-section-item .more-link .icon-details-top:before, .dropdown-menu .suggested-section-item .more-link .icon-details-left:before, .dropdown-menu .suggested-section-item .more-link .icon-directions:before, .dropdown-menu .suggested-section-item .more-link .icon-directions-alt:before, .dropdown-menu .suggested-section-item .more-link .icon-send-message:before, .dropdown-menu .suggested-section-item .more-link .icon-phone-top:before, .dropdown-menu .suggested-section-item .more-link .icon-phone-left:before, .dropdown-menu .suggested-section-item .more-link .icon-comment:before, .dropdown-menu .suggested-section-item .more-link .icon-cancel-search:before, .dropdown-menu .suggested-section-item .more-link .panel-footer .panel-footer-more:before, .panel-footer .dropdown-menu .suggested-section-item .more-link .panel-footer-more:before, .dropdown-menu .suggested-section-item .more-link .panel-toggle .panel-toggle-trigger:after, .panel-toggle .dropdown-menu .suggested-section-item .more-link .panel-toggle-trigger:after, .dropdown-menu .suggested-section-item .more-link .video-item figure:before, .video-item .dropdown-menu .suggested-section-item .more-link figure:before, .dropdown-menu .suggested-section-item .more-link .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .dropdown-menu .suggested-section-item .more-link div[id*="thumbnail"]:before, .dropdown-menu .suggested-section-item .more-link .card-trigger a:after, .card-trigger .dropdown-menu .suggested-section-item .more-link a:after, .dropdown-menu .suggested-section-item .more-link .card-video .card-image:before, .card-video .dropdown-menu .suggested-section-item .more-link .card-image:before, .dropdown-menu .suggested-section-item .more-link .card-content-figure figure.video a:before, .card-content-figure figure.video .dropdown-menu .suggested-section-item .more-link a:before, .dropdown-menu .suggested-section-item .more-link .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .dropdown-menu .suggested-section-item .more-link [data-role="remove"]:after, .dropdown-menu .suggested-section-item .more-link .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .dropdown-menu .suggested-section-item .more-link .brightcove-video:after, .dropdown-menu .suggested-section-item .more-link .section-location-details .btn-req-appt:after, .section-location-details .dropdown-menu .suggested-section-item .more-link .btn-req-appt:after,
      .dropdown-menu .suggested-section-item .more-link .section-location-details .btn-dr-location:after, .section-location-details .dropdown-menu .suggested-section-item .more-link .btn-dr-location:after, .dropdown-menu .suggested-section-item .more-link .locations2 .hospital-video a:before, .locations2 .hospital-video .dropdown-menu .suggested-section-item .more-link a:before, .dropdown-menu .suggested-section-item .more-link .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .dropdown-menu .suggested-section-item .more-link .icon-arrow:after, .dropdown-menu .suggested-section-item .more-link .back-to-top:before, .dropdown-menu .suggested-section-item .more-link .video-library .video-library-image:before, .video-library .dropdown-menu .suggested-section-item .more-link .video-library-image:before,
      .dropdown-menu .suggested-section-item .more-link .icon {
        position: absolute;
        left: 0;
        top: -1px;
        width: 20px;
        text-align: center; }

.section-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: whitesmoke; }
  .section-hero .section-hero-image img {
    display: block;
    width: 100%;
    max-width: none;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .section-hero .section-hero-image img {
        height: auto;
        margin-left: -45%;
        width: 145%; } }
    @media print {
      .section-hero .section-hero-image img {
        display: none; } }
  @media only screen and (min-width: 768px) {
    .section-hero .section-hero-image:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      display: block;
      height: 100%;
      width: 80%;
      content: "";
      background: -webkit-gradient(linear, left top, right top, color-stop(45%, whitesmoke), to(rgba(245, 245, 245, 0)));
      background: linear-gradient(90deg, whitesmoke 45%, rgba(245, 245, 245, 0) 100%); } }

@media only screen and (max-width: 767px) {
  .section-hero-content > .col, .list-stacked .section-hero-content > dt, .list-stacked .section-hero-content > dd {
    padding: 24px 24px 0 24px; } }

@media only screen and (min-width: 768px) {
  .section-hero-content {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    top: 3%;
    left: 0;
    height: 97%;
    width: 50%;
    max-width: 725px;
    padding: 0; } }

.section-hero-content .hero-title {
  font-size: 30px;
  font-weight: 600; }
  @media only screen and (max-width: 1150px) {
    .section-hero-content .hero-title {
      font-size: 24px; } }
  @media only screen and (min-width: 768px) and (max-width: 900px) {
    .section-hero-content .hero-title {
      font-size: 20px; } }

.section-hero-content .hero-description {
  font-size: 24px;
  font-weight: 400; }
  @media only screen and (max-width: 1150px) {
    .section-hero-content .hero-description {
      font-size: 18px; } }
  @media only screen and (min-width: 768px) and (max-width: 900px) {
    .section-hero-content .hero-description {
      font-size: 16px; } }

.site-footer {
  -webkit-box-ordinal-group: 100;
  -moz-order: 99;
  -ms-flex-order: 99;
  order: 99;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: #f6f6f7;
  z-index: 2; }
  .site-footer > .section {
    -webkit-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 100%; }
    @media print {
      .site-footer > .section {
        -webkit-box-flex: none;
        -moz-flex: none;
        -ms-flex: none;
        flex: none; } }
  @media only screen and (max-width: 767px) {
    .site-footer > .section {
      -webkit-box-ordinal-group: 2;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .site-footer .section-newsletter {
      -webkit-box-ordinal-group: 0;
      -moz-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .site-footer .section-phone-numbers {
      -webkit-box-ordinal-group: 1;
      -moz-order: 0;
      -ms-flex-order: 0;
      order: 0;
      border-bottom: 1px solid #e1e1e1; } }
  @media print {
    .site-footer {
      border-top: 1px solid #e1e1e1; } }
  .site-footer .utility * {
    font-size: 0.75rem; }
  @media print {
    .site-footer .utility {
      width: 100%;
      text-align: center; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .site-footer .panel {
      padding: 10px; } }
  @media only screen and (min-width: 1024px) {
    .site-footer .footer-link-list .group-cards .card {
      width: 18.75%; } }
  .site-footer .footer-link-list .group-cards .quick-links {
    width: 25%; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .site-footer .footer-link-list .group-cards .quick-links {
        width: 33%; } }
    .site-footer .footer-link-list .group-cards .quick-links * {
      font-size: 14px; }
  .site-footer .footer-link-list .group-cards .first-links {
    border-left: 1px solid #e1e1e1; }
    @media only screen and (max-width: 1023px) {
      .site-footer .footer-link-list .group-cards .first-links {
        border: none; } }
  @media only screen and (max-width: 767px) {
    .site-footer .footer-link-list .group-cards .card,
    .site-footer .footer-link-list .group-cards .quick-links {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .site-footer .group-cards,
    .site-footer .group-cards .card {
      display: block; } }
  .site-footer .footer-link-list .group-cards .card {
    -ms-flex-flow: column wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap; }
  @media only screen and (min-width: 768px) {
    .site-footer .footer-link-list .list-links {
      padding: 0 24px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .site-footer .footer-link-list .list-links {
      padding: 8px; } }
  .site-footer .footer-link-list .list-links * {
    font-size: 0.75rem; }
  .site-footer .footer-link-list .list-links a {
    -webkit-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .site-footer .footer-link-list .list-links .list-title {
    text-transform: uppercase;
    margin-bottom: 1em;
    font-weight: 700; }
    .site-footer .footer-link-list .list-links .list-title a {
      text-decoration: underline;
      color: #3b3e40;
      font-weight: 700; }
      .site-footer .footer-link-list .list-links .list-title a:hover {
        color: #3b3e40; }
      .site-footer .footer-link-list .list-links .list-title a:active, .site-footer .footer-link-list .list-links .list-title a:focus, .site-footer .footer-link-list .list-links .list-title a:visited {
        text-decoration: none; }
      @media only screen and (max-width: 767px) {
        .site-footer .footer-link-list .list-links .list-title a {
          text-decoration: none;
          font-size: 14px; } }
  .site-footer .footer-link-list .list-links .btn-link:hover, .site-footer .footer-link-list .list-links a:hover {
    text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    .site-footer .footer-link-list .list-links .list-title {
      position: relative;
      clear: both;
      cursor: pointer;
      font-size: 14px;
      padding: 10px;
      margin: 0; }
      .site-footer .footer-link-list .list-links .list-title:after {
        content: "\002B";
        position: absolute;
        right: 10px;
        top: 5px;
        color: #00778a;
        font-size: 1.5rem; }
    .site-footer .footer-link-list .list-links .list-links-content {
      overflow: hidden;
      margin: 0;
      padding: 0 0 0 10px;
      max-height: 0;
      -webkit-transition: max-height 300ms ease-out 20ms, padding 300ms ease-out 20ms;
      transition: max-height 300ms ease-out 20ms, padding 300ms ease-out 20ms; }
      .site-footer .footer-link-list .list-links .list-links-content li {
        margin: 0; }
        .site-footer .footer-link-list .list-links .list-links-content li a {
          padding: 6px 0;
          display: block;
          font-size: 0.8125rem; } }
  .site-footer .footer-link-list .card.active .list-title:after {
    content: "\2013";
    right: 12px;
    top: 4px; }
  .site-footer .footer-link-list .card.active .list-links-content {
    max-height: 450px;
    padding: 7px 0 7px 10px;
    -webkit-transition: max-height 300ms ease-out 20ms, padding 300ms ease-out 20ms;
    transition: max-height 300ms ease-out 20ms, padding 300ms ease-out 20ms; }
  @media print {
    .site-footer .footer-link-list {
      display: none; } }

.section-footer-callouts .card-header {
  font-size: 14px;
  font-weight: 600; }

.section-footer-callouts p, .section-footer-callouts .btn-link {
  font-size: 0.75rem; }

.section-footer-callouts p {
  -webkit-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.section-footer-callouts .card-footer {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap; }
  .section-footer-callouts .card-footer a {
    max-width: 100%; }
  @media only screen and (max-width: 1120px) {
    .section-footer-callouts .card-footer {
      -ms-flex-flow: column wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-flow: column wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -moz-align-items: flex-start;
      align-items: flex-start; } }

.section-footer-callouts .btn-link {
  -webkit-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: inline-block;
  margin-left: 15px; }
  .section-footer-callouts .btn-link:hover {
    text-decoration: underline; }
  @media only screen and (max-width: 1120px) {
    .section-footer-callouts .btn-link {
      margin: .75em 0 0 0; } }

.section-footer-callouts .download-btn {
  width: 145px;
  display: inline-block; }
  .section-footer-callouts .download-btn img {
    display: inline-block;
    margin-top: 4px; }

.no-mobile .section-footer-phone-numbers [href^="tel:"] {
  color: #00778a;
  cursor: pointer;
  font-weight: 700;
  white-space: nowrap; }
  .no-mobile .section-footer-phone-numbers [href^="tel:"].btn {
    color: #fff;
    text-decoration: none; }
  .no-mobile .section-footer-phone-numbers [href^="tel:"].btn-call:hover {
    color: #fff; }
  .no-mobile .section-footer-phone-numbers [href^="tel:"].btn-secondary {
    color: #00778a;
    text-decoration: none; }
  .no-mobile .section-footer-phone-numbers [href^="tel:"]:hover {
    color: #009eb3; }

.section-footer-phone-numbers .northwestern-logo {
  width: 190px;
  padding: 18px 36px 12px 0; }

.section-footer-phone-numbers .panel {
  margin: 0; }

.section-footer-phone-numbers .phone-numbers {
  position: relative;
  width: calc(100% - 195px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (min-width: 901px) and (max-width: 1300px) {
    .section-footer-phone-numbers .phone-numbers {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media only screen and (max-width: 767px) {
    .section-footer-phone-numbers .phone-numbers {
      width: 100%; } }
  .section-footer-phone-numbers .phone-numbers .inline-block {
    display: block;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 12px;
    text-decoration: none; }
    @media print {
      .section-footer-phone-numbers .phone-numbers .inline-block {
        width: 33%;
        height: 55px; } }
    @media only screen and (min-width: 901px) and (max-width: 1300px) {
      .section-footer-phone-numbers .phone-numbers .inline-block {
        padding: 12px 18px; } }
    @media only screen and (max-width: 900px) {
      .section-footer-phone-numbers .phone-numbers .inline-block {
        width: 50%; } }
    @media only screen and (max-width: 479px) {
      .section-footer-phone-numbers .phone-numbers .inline-block {
        width: 100%; } }
  .section-footer-phone-numbers .phone-numbers .material-icons, .section-footer-phone-numbers .phone-numbers .icon-request-appointment:before, .section-footer-phone-numbers .phone-numbers .icon-watch-video:before, .section-footer-phone-numbers .phone-numbers .icon-play:before, .section-footer-phone-numbers .phone-numbers .icon-person-location:before, .section-footer-phone-numbers .phone-numbers .icon-details-top:before, .section-footer-phone-numbers .phone-numbers .icon-details-left:before, .section-footer-phone-numbers .phone-numbers .icon-directions:before, .section-footer-phone-numbers .phone-numbers .icon-directions-alt:before, .section-footer-phone-numbers .phone-numbers .icon-send-message:before, .section-footer-phone-numbers .phone-numbers .icon-phone-top:before, .section-footer-phone-numbers .phone-numbers .icon-phone-left:before, .section-footer-phone-numbers .phone-numbers .icon-comment:before, .section-footer-phone-numbers .phone-numbers .icon-cancel-search:before, .section-footer-phone-numbers .phone-numbers .panel-footer .panel-footer-more:before, .panel-footer .section-footer-phone-numbers .phone-numbers .panel-footer-more:before, .section-footer-phone-numbers .phone-numbers .panel-toggle .panel-toggle-trigger:after, .panel-toggle .section-footer-phone-numbers .phone-numbers .panel-toggle-trigger:after, .section-footer-phone-numbers .phone-numbers .video-item figure:before, .video-item .section-footer-phone-numbers .phone-numbers figure:before, .section-footer-phone-numbers .phone-numbers .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .section-footer-phone-numbers .phone-numbers div[id*="thumbnail"]:before, .section-footer-phone-numbers .phone-numbers .card-trigger a:after, .card-trigger .section-footer-phone-numbers .phone-numbers a:after, .section-footer-phone-numbers .phone-numbers .card-video .card-image:before, .card-video .section-footer-phone-numbers .phone-numbers .card-image:before, .section-footer-phone-numbers .phone-numbers .card-content-figure figure.video a:before, .card-content-figure figure.video .section-footer-phone-numbers .phone-numbers a:before, .section-footer-phone-numbers .phone-numbers .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .section-footer-phone-numbers .phone-numbers [data-role="remove"]:after, .section-footer-phone-numbers .phone-numbers .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .section-footer-phone-numbers .phone-numbers .brightcove-video:after, .section-footer-phone-numbers .phone-numbers .section-location-details .btn-req-appt:after, .section-location-details .section-footer-phone-numbers .phone-numbers .btn-req-appt:after,
  .section-footer-phone-numbers .phone-numbers .section-location-details .btn-dr-location:after, .section-location-details .section-footer-phone-numbers .phone-numbers .btn-dr-location:after, .section-footer-phone-numbers .phone-numbers .locations2 .hospital-video a:before, .locations2 .hospital-video .section-footer-phone-numbers .phone-numbers a:before, .section-footer-phone-numbers .phone-numbers .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .section-footer-phone-numbers .phone-numbers .icon-arrow:after, .section-footer-phone-numbers .phone-numbers .back-to-top:before, .section-footer-phone-numbers .phone-numbers .video-library .video-library-image:before, .video-library .section-footer-phone-numbers .phone-numbers .video-library-image:before {
    display: none;
    position: absolute;
    left: 8px;
    top: 28%;
    color: #00778a;
    font-size: 1.625rem; }
  @media only screen and (min-width: 768px) {
    .mobile .section-footer-phone-numbers .phone-numbers .lg-2 {
      width: 33%;
      height: 70px;
      padding-bottom: 0; } }
  .mobile .section-footer-phone-numbers .phone-numbers .phone-wrapper {
    padding-left: 40px; }
  .mobile .section-footer-phone-numbers .phone-numbers .material-icons, .mobile .section-footer-phone-numbers .phone-numbers .icon-request-appointment:before, .mobile .section-footer-phone-numbers .phone-numbers .icon-watch-video:before, .mobile .section-footer-phone-numbers .phone-numbers .icon-play:before, .mobile .section-footer-phone-numbers .phone-numbers .icon-person-location:before, .mobile .section-footer-phone-numbers .phone-numbers .icon-details-top:before, .mobile .section-footer-phone-numbers .phone-numbers .icon-details-left:before, .mobile .section-footer-phone-numbers .phone-numbers .icon-directions:before, .mobile .section-footer-phone-numbers .phone-numbers .icon-directions-alt:before, .mobile .section-footer-phone-numbers .phone-numbers .icon-send-message:before, .mobile .section-footer-phone-numbers .phone-numbers .icon-phone-top:before, .mobile .section-footer-phone-numbers .phone-numbers .icon-phone-left:before, .mobile .section-footer-phone-numbers .phone-numbers .icon-comment:before, .mobile .section-footer-phone-numbers .phone-numbers .icon-cancel-search:before, .mobile .section-footer-phone-numbers .phone-numbers .panel-footer .panel-footer-more:before, .panel-footer .mobile .section-footer-phone-numbers .phone-numbers .panel-footer-more:before, .mobile .section-footer-phone-numbers .phone-numbers .panel-toggle .panel-toggle-trigger:after, .panel-toggle .mobile .section-footer-phone-numbers .phone-numbers .panel-toggle-trigger:after, .mobile .section-footer-phone-numbers .phone-numbers .video-item figure:before, .video-item .mobile .section-footer-phone-numbers .phone-numbers figure:before, .mobile .section-footer-phone-numbers .phone-numbers .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .mobile .section-footer-phone-numbers .phone-numbers div[id*="thumbnail"]:before, .mobile .section-footer-phone-numbers .phone-numbers .card-trigger a:after, .card-trigger .mobile .section-footer-phone-numbers .phone-numbers a:after, .mobile .section-footer-phone-numbers .phone-numbers .card-video .card-image:before, .card-video .mobile .section-footer-phone-numbers .phone-numbers .card-image:before, .mobile .section-footer-phone-numbers .phone-numbers .card-content-figure figure.video a:before, .card-content-figure figure.video .mobile .section-footer-phone-numbers .phone-numbers a:before, .mobile .section-footer-phone-numbers .phone-numbers .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .mobile .section-footer-phone-numbers .phone-numbers [data-role="remove"]:after, .mobile .section-footer-phone-numbers .phone-numbers .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .mobile .section-footer-phone-numbers .phone-numbers .brightcove-video:after, .mobile .section-footer-phone-numbers .phone-numbers .section-location-details .btn-req-appt:after, .section-location-details .mobile .section-footer-phone-numbers .phone-numbers .btn-req-appt:after,
  .mobile .section-footer-phone-numbers .phone-numbers .section-location-details .btn-dr-location:after, .section-location-details .mobile .section-footer-phone-numbers .phone-numbers .btn-dr-location:after, .mobile .section-footer-phone-numbers .phone-numbers .locations2 .hospital-video a:before, .locations2 .hospital-video .mobile .section-footer-phone-numbers .phone-numbers a:before, .mobile .section-footer-phone-numbers .phone-numbers .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .mobile .section-footer-phone-numbers .phone-numbers .icon-arrow:after, .mobile .section-footer-phone-numbers .phone-numbers .back-to-top:before, .mobile .section-footer-phone-numbers .phone-numbers .video-library .video-library-image:before, .video-library .mobile .section-footer-phone-numbers .phone-numbers .video-library-image:before {
    display: block; }
  .mobile .section-footer-phone-numbers .phone-numbers .icon-link {
    text-decoration: none; }
  .section-footer-phone-numbers .phone-numbers .phone-header {
    margin: 0;
    font-size: 0.75rem;
    text-decoration: none; }
  .section-footer-phone-numbers .phone-numbers a.phone-header:hover {
    text-decoration: underline; }
  .section-footer-phone-numbers .phone-numbers .tel {
    font-size: 0.8125rem;
    font-weight: 700; }

@media only screen and (min-width: 375px) and (max-width: 767px) {
  .section-footer-phone-numbers .full-directory {
    padding: 0.75em 1em; } }

@media only screen and (max-width: 1023px) {
  .section-footer-bottom {
    padding-top: 0; } }

.section-footer-bottom .northwestern-logo {
  margin-bottom: 1em; }
  .section-footer-bottom .northwestern-logo img {
    max-width: 145px; }

.section-footer-bottom .utility {
  padding: 1em 0; }
  @media only screen and (max-width: 767px) {
    .section-footer-bottom .utility {
      margin-top: 0; }
      .section-footer-bottom .utility li {
        display: block;
        margin: 0 0 .5em 0; } }
  .section-footer-bottom .utility a {
    color: #333;
    text-decoration: none;
    padding: 15px 10px 15px 0; }
    .section-footer-bottom .utility a:hover {
      text-decoration: underline; }

.section-footer-bottom .icon-links {
  margin: 0;
  text-align: right; }
  @media only screen and (max-width: 1023px) {
    .section-footer-bottom .icon-links {
      text-align: left; } }
  .section-footer-bottom .icon-links a, .section-footer-bottom .icon-links .materials-icon {
    display: block;
    color: #555;
    text-decoration: none;
    -webkit-transition: all .25s;
    transition: all .25s;
    -webkit-tap-highlight-color: transparent;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .section-footer-bottom .icon-links li:hover a, .section-footer-bottom .icon-links li:hover .materials-icon {
    color: #2f3133; }

.section-footer-bottom .additional-links .breakthroughs-icon {
  width: 22px;
  opacity: .85; }

.section-footer-bottom .additional-links li {
  position: relative; }
  .section-footer-bottom .additional-links li .icon {
    position: absolute;
    left: 0;
    top: 15px;
    color: #555; }
  .section-footer-bottom .additional-links li a {
    padding: 15px 18px 15px 30px; }
  .section-footer-bottom .additional-links li:hover {
    cursor: pointer; }
    .section-footer-bottom .additional-links li:hover a, .section-footer-bottom .additional-links li:hover .icon {
      color: #2f3133; }
    .section-footer-bottom .additional-links li:hover .breakthroughs-icon {
      opacity: 1; }

@media only screen and (max-width: 767px) {
  .section-footer-bottom .additional-links {
    margin: 1em 0; }
    .section-footer-bottom .additional-links li {
      display: block;
      margin: 0 0 0 16px; } }

.section-footer-bottom .copyright {
  line-height: 1.4; }
  @media only screen and (max-width: 767px) {
    .section-footer-bottom .copyright {
      padding-left: 24px; } }
  @media print {
    .section-footer-bottom .copyright {
      width: 100%; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .social.icon-links {
    margin-left: -16px; } }

.social.icon-links a {
  padding: 15px 24px; }
  @media only screen and (max-width: 1023px) {
    .social.icon-links a {
      padding: 15px; } }
  @media only screen and (max-width: 479px) {
    .social.icon-links a {
      padding: 10px 0 10px 15px; } }

.social.icon-links .fa, .social.icon-links .fas, .social.icon-links .far, .social.icon-links .fab, .social.icon-links .icon {
  font-size: 1.375rem; }

@media only screen and (max-width: 767px) {
  .social li {
    margin-left: 0; } }

.main-content .panel-content .social.icon-links {
  margin-top: 24px; }

html.scrollable-no,
html.scrollable-no-dropdown {
  overflow: hidden; }
  @media print {
    html.scrollable-no,
    html.scrollable-no-dropdown {
      overflow: visible; } }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.hide {
  display: none; }

.section-content .tel {
  font-weight: 700; }

.breadcrumb-container {
  background-color: #FFFFFF;
  width: 100%;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .breadcrumb-container {
      display: none; } }
  .breadcrumb-container.breadcrumb-flyup {
    position: absolute;
    top: 0;
    left: 0; }

.home .breadcrumb-global,
.locations-index .breadcrumb-global,
.care-landing .breadcrumb-global,
.patients-and-visitors.page-base:not(.classes-and-events) .breadcrumb-global,
.contact-us .breadcrumb-global,
.better .breadcrumb-global {
  display: none; }

.breadcrumb {
  color: #3b3e40;
  padding: 0 24px; }
  @media only screen and (max-width: 1232px) {
    .breadcrumb {
      padding: 0 10px; } }
  .breadcrumb ol {
    margin: 10px 0; }
    @media print {
      .breadcrumb ol {
        padding-left: 10px; } }
  .breadcrumb li {
    display: inline;
    font-size: 0.6875rem;
    text-transform: capitalize; }
    .breadcrumb li + li:before {
      content: "/ ";
      padding: 0 .25em; }
    .breadcrumb li a {
      color: #3b3e40;
      text-decoration: none; }
      .breadcrumb li a:hover {
        border-bottom: 1px solid #3b3e40; }
    .breadcrumb li:last-of-type a {
      font-weight: 600; }
  @media print {
    .breadcrumb {
      padding: 0; } }

.page-title {
  margin-bottom: 0; }

.page-description {
  font-size: 1.125rem; }

.section-wrapper {
  padding: 0 24px 24px 24px; }
  @media only screen and (max-width: 767px) {
    .section-wrapper {
      padding-left: 12px;
      padding-right: 12px; } }

.section {
  padding: 24px 0 0 0; }
  @media only screen and (max-width: 767px) {
    .section {
      padding: 16px 0 0 0; } }
  .section.section-bottom-padding {
    padding-bottom: 24px; }
    @media only screen and (max-width: 767px) {
      .section.section-bottom-padding {
        padding-bottom: 16px; } }
  .section.section-border {
    border: 1px solid #eee;
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
      .section.section-border {
        margin-bottom: 16px; } }
  .section.section-border-top {
    border-top: 1px solid #d4d5d6;
    margin-top: 24px;
    padding-top: 24px; }
    @media only screen and (max-width: 767px) {
      .section.section-border-top {
        margin-top: 16px;
        padding-top: 16px; } }
  .section.section-border-top-alt {
    border-top: 2px solid #d4d5d6;
    margin-top: 0;
    padding-top: 36px; }
  .section.section-border-bottom {
    border-bottom: 1px solid #d4d5d6;
    margin-bottom: 24px;
    padding-bottom: 24px; }
    @media only screen and (max-width: 767px) {
      .section.section-border-bottom {
        margin-bottom: 16px;
        padding-bottom: 16px; } }
  .section.section-border-bottom-alt {
    border-bottom: 2px solid #d4d5d6; }
  .section.first {
    padding-top: 0; }

.section-header {
  margin-left: 24px; }
  @media only screen and (max-width: 767px) {
    .section-header {
      margin-left: 16px; } }
  .section-header.col, .list-stacked dt.section-header, .list-stacked dd.section-header {
    margin-left: 0; }

.section-reduced {
  padding: 20px 0; }

.section-flat {
  padding: 0; }

.section-title {
  font-size: 1.5rem; }
  .section-title sup {
    font-size: 60%;
    font-weight: 100; }

.section-subtitle {
  font-size: 1.25rem; }

.section-description {
  font-size: 1.125rem; }

.form-container {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto; }

.flex-container, .section-locations .locations-container {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }

.flex-item, .la-ball-clip-rotate > div, .section-locations .locations-container .locations-item {
  -webkit-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.margin-auto {
  margin: auto; }

.background-image {
  position: relative;
  text-align: center; }
  .background-image .image-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left; }

.toggle {
  cursor: pointer; }

.photo-circle {
  margin: 0 auto;
  position: relative; }
  .photo-circle figure {
    border-radius: 50%;
    overflow: hidden;
    text-align: center; }
  .photo-circle img {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 auto; }

.rating {
  unicode-bidi: bidi-override;
  direction: ltr;
  text-align: left; }
  .rating > span {
    display: inline-block;
    position: relative;
    width: 1.1em; }
    .rating > span:nth-child(-n+3):before {
      content: "\2605";
      position: absolute; }

.search-bar-full {
  position: relative; }
  .search-bar-full form {
    text-align: right; }
  .search-bar-full label {
    margin-right: .25em; }
  .search-bar-full input {
    width: 100%;
    height: auto;
    padding: 14px 70px 14px 14px; }
  .search-bar-full .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    min-height: 48px;
    min-width: 0; }
    @media only screen and (max-width: 767px) {
      .search-bar-full .btn {
        min-height: 51px; } }
  .search-bar-full .field-validation-error {
    bottom: 66%; }
    @media only screen and (max-width: 767px) {
      .search-bar-full .field-validation-error {
        position: absolute;
        bottom: -2.5em; } }

.phone-links .tel {
  display: block;
  position: relative;
  text-decoration: none; }

.phone-links .phone-title {
  font-weight: 400; }

.phone-links .phone-number {
  font-weight: 600; }

.phone-links .call-icon {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 13px;
  color: #00778a; }

.phone-links .call-hours {
  margin-top: 16px; }

#phone-links {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background-color: #e4004c;
  z-index: 999;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  width: 125px;
  height: 40px;
  border-radius: 25px;
  -webkit-transition: height 0.5s, width 0.5s, border-radius 0.5s, background 0.5s;
  -webkit-transition: height .5s, width .5s, border-radius .5s, background .5s;
  transition: height .5s, width .5s, border-radius .5s, background .5s;
  overflow: hidden; }
  .mobile #phone-links {
    bottom: 55px;
    left: 10px;
    right: auto; }
  @media print {
    #phone-links {
      display: none !important; } }
  #phone-links .close, #phone-links .fancybox-close {
    display: none;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px; }
  #phone-links .phone-links-heading {
    font-size: 18px;
    margin-bottom: 18px;
    padding-right: 35px; }
  @media only screen and (max-width: 1023px) {
    #phone-links.hover {
      height: 230px;
      width: 350px;
      border-radius: 3px;
      background: #fff; }
      #phone-links.hover .list-phone {
        visibility: visible;
        opacity: 1;
        transition: opacity .3s .2s;
        -webkit-transition: opacity .3s .2s; }
      #phone-links.hover .close, #phone-links.hover .fancybox-close {
        display: block; } }
  @media only screen and (max-width: 374px) {
    #phone-links.hover {
      width: 280px;
      height: 235px; } }
  @media only screen and (min-width: 1024px) {
    #phone-links:hover {
      height: 230px;
      width: 350px;
      border-radius: 3px;
      background: #fff; }
      #phone-links:hover .list-phone {
        visibility: visible;
        opacity: 1;
        transition: opacity .3s .2s;
        -webkit-transition: opacity .3s .2s; } }
  #phone-links .list-phone {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    overflow: hidden; }
    #phone-links .list-phone li {
      position: relative;
      display: block;
      width: 100%;
      padding: 18px;
      margin: 0; }
      #phone-links .list-phone li .phone-number {
        font-size: 16px; }
      #phone-links .list-phone li.emergency-phone {
        background: #fafafa;
        border-top: 1px solid #eeeeee; }
        #phone-links .list-phone li.emergency-phone .phone-number {
          font-size: 14px; }
        #phone-links .list-phone li.emergency-phone * {
          color: #db0909; }
  #phone-links .btn-info {
    position: absolute;
    right: 0;
    bottom: 0;
    background: transparent;
    width: 120px;
    height: 40px;
    font-size: 14px;
    text-transform: inherit;
    padding: 8px 0; }
    #phone-links .btn-info .question-mark {
      display: inline-block;
      background: #fff;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      line-height: 24px;
      color: #e4004c; }

.autocomplete-suggestions {
  background-color: #FFFFFF;
  width: 100%;
  padding: 5px 0;
  -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden; }
  .autocomplete-suggestions .autocomplete-suggestion {
    cursor: pointer;
    padding: 0 10px;
    color: #333; }
    .autocomplete-suggestions .autocomplete-suggestion > span {
      font-weight: 700; }
    .autocomplete-suggestions .autocomplete-suggestion:hover {
      background-color: #EEE; }

.search-term {
  font-weight: 700; }

@media only screen and (min-width: 768px) {
  .left-sidebar {
    padding-top: 24px; } }

@media print {
  .left-sidebar {
    display: none; } }

.article-content .panel-title {
  font-weight: 400; }

.article-content .page-title {
  margin: 0 0 16px 0; }

.disclaimer-item {
  clear: both;
  overflow: hidden;
  margin-bottom: 1em; }
  .disclaimer-item .disclaimer-item-ref {
    width: 20px;
    float: left; }
  .disclaimer-item .disclaimer-item-body {
    width: calc(100% - 20px);
    float: right; }

.site-map ul {
  list-style: none; }
  @media only screen and (max-width: 1023px) {
    .site-map ul {
      padding-left: .5em; } }
  @media only screen and (max-width: 767px) {
    .site-map ul {
      padding: 0; } }

a.gallery-thumb {
  text-decoration: none; }
  a.gallery-thumb img {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 5px; }

.feedbackify-rail {
  display: none; }
  @media only screen and (max-width: 767px) {
    .feedbackify-rail {
      display: block; }
      .feedbackify-rail .feedback-link {
        margin-bottom: 0; } }

.scEnabledChrome .feedbackify-callout, .scEnabledChrome
.feedbackify-rail {
  display: block !important;
  visibility: hidden !important; }

body.ots2 .nav-doctors .nav-link {
  cursor: pointer; }

body.ots2 #feedbackify {
  display: none; }

.flyup-visible .ots2 #site-header {
  -webkit-box-shadow: none;
  box-shadow: none; }

.page-overlay {
  position: fixed;
  top: 115px;
  z-index: 99;
  width: 100%;
  height: 0;
  visibility: hidden;
  opacity: 0; }
  .page-overlay .section-overlay {
    position: relative;
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    margin: 0; }
    .page-overlay .section-overlay .close-alt {
      position: absolute;
      bottom: -18px;
      top: auto;
      left: 50%;
      margin-left: -20px;
      width: 40px;
      height: 40px;
      z-index: 3;
      background: #fff;
      border: 1px solid #00778a;
      border-radius: 50%;
      cursor: pointer; }
      .page-overlay .section-overlay .close-alt .material-icons, .page-overlay .section-overlay .close-alt .icon-request-appointment:before, .page-overlay .section-overlay .close-alt .icon-watch-video:before, .page-overlay .section-overlay .close-alt .icon-play:before, .page-overlay .section-overlay .close-alt .icon-person-location:before, .page-overlay .section-overlay .close-alt .icon-details-top:before, .page-overlay .section-overlay .close-alt .icon-details-left:before, .page-overlay .section-overlay .close-alt .icon-directions:before, .page-overlay .section-overlay .close-alt .icon-directions-alt:before, .page-overlay .section-overlay .close-alt .icon-send-message:before, .page-overlay .section-overlay .close-alt .icon-phone-top:before, .page-overlay .section-overlay .close-alt .icon-phone-left:before, .page-overlay .section-overlay .close-alt .icon-comment:before, .page-overlay .section-overlay .close-alt .icon-cancel-search:before, .page-overlay .section-overlay .close-alt .panel-footer .panel-footer-more:before, .panel-footer .page-overlay .section-overlay .close-alt .panel-footer-more:before, .page-overlay .section-overlay .close-alt .panel-toggle .panel-toggle-trigger:after, .panel-toggle .page-overlay .section-overlay .close-alt .panel-toggle-trigger:after, .page-overlay .section-overlay .close-alt .video-item figure:before, .video-item .page-overlay .section-overlay .close-alt figure:before, .page-overlay .section-overlay .close-alt .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .page-overlay .section-overlay .close-alt div[id*="thumbnail"]:before, .page-overlay .section-overlay .close-alt .card-trigger a:after, .card-trigger .page-overlay .section-overlay .close-alt a:after, .page-overlay .section-overlay .close-alt .card-video .card-image:before, .card-video .page-overlay .section-overlay .close-alt .card-image:before, .page-overlay .section-overlay .close-alt .card-content-figure figure.video a:before, .card-content-figure figure.video .page-overlay .section-overlay .close-alt a:before, .page-overlay .section-overlay .close-alt .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .page-overlay .section-overlay .close-alt [data-role="remove"]:after, .page-overlay .section-overlay .close-alt .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .page-overlay .section-overlay .close-alt .brightcove-video:after, .page-overlay .section-overlay .close-alt .section-location-details .btn-req-appt:after, .section-location-details .page-overlay .section-overlay .close-alt .btn-req-appt:after,
      .page-overlay .section-overlay .close-alt .section-location-details .btn-dr-location:after, .section-location-details .page-overlay .section-overlay .close-alt .btn-dr-location:after, .page-overlay .section-overlay .close-alt .locations2 .hospital-video a:before, .locations2 .hospital-video .page-overlay .section-overlay .close-alt a:before, .page-overlay .section-overlay .close-alt .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .page-overlay .section-overlay .close-alt .icon-arrow:after, .page-overlay .section-overlay .close-alt .back-to-top:before, .page-overlay .section-overlay .close-alt .video-library .video-library-image:before, .video-library .page-overlay .section-overlay .close-alt .video-library-image:before {
        font-weight: 700;
        font-size: 30px;
        width: 39px;
        height: 42px;
        line-height: 39px;
        text-align: center;
        color: #00778a; }
      .page-overlay .section-overlay .close-alt:after, .page-overlay .section-overlay .close-alt:before {
        display: none; }
      .page-overlay .section-overlay .close-alt:active, .page-overlay .section-overlay .close-alt:hover {
        border-color: #009eb3;
        background: #f6f6f7; }
        .page-overlay .section-overlay .close-alt:active .material-icons, .page-overlay .section-overlay .close-alt:active .icon-request-appointment:before, .page-overlay .section-overlay .close-alt:active .icon-watch-video:before, .page-overlay .section-overlay .close-alt:active .icon-play:before, .page-overlay .section-overlay .close-alt:active .icon-person-location:before, .page-overlay .section-overlay .close-alt:active .icon-details-top:before, .page-overlay .section-overlay .close-alt:active .icon-details-left:before, .page-overlay .section-overlay .close-alt:active .icon-directions:before, .page-overlay .section-overlay .close-alt:active .icon-directions-alt:before, .page-overlay .section-overlay .close-alt:active .icon-send-message:before, .page-overlay .section-overlay .close-alt:active .icon-phone-top:before, .page-overlay .section-overlay .close-alt:active .icon-phone-left:before, .page-overlay .section-overlay .close-alt:active .icon-comment:before, .page-overlay .section-overlay .close-alt:active .icon-cancel-search:before, .page-overlay .section-overlay .close-alt:active .panel-footer .panel-footer-more:before, .panel-footer .page-overlay .section-overlay .close-alt:active .panel-footer-more:before, .page-overlay .section-overlay .close-alt:active .panel-toggle .panel-toggle-trigger:after, .panel-toggle .page-overlay .section-overlay .close-alt:active .panel-toggle-trigger:after, .page-overlay .section-overlay .close-alt:active .video-item figure:before, .video-item .page-overlay .section-overlay .close-alt:active figure:before, .page-overlay .section-overlay .close-alt:active .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .page-overlay .section-overlay .close-alt:active div[id*="thumbnail"]:before, .page-overlay .section-overlay .close-alt:active .card-trigger a:after, .card-trigger .page-overlay .section-overlay .close-alt:active a:after, .page-overlay .section-overlay .close-alt:active .card-video .card-image:before, .card-video .page-overlay .section-overlay .close-alt:active .card-image:before, .page-overlay .section-overlay .close-alt:active .card-content-figure figure.video a:before, .card-content-figure figure.video .page-overlay .section-overlay .close-alt:active a:before, .page-overlay .section-overlay .close-alt:active .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .page-overlay .section-overlay .close-alt:active [data-role="remove"]:after, .page-overlay .section-overlay .close-alt:active .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .page-overlay .section-overlay .close-alt:active .brightcove-video:after, .page-overlay .section-overlay .close-alt:active .section-location-details .btn-req-appt:after, .section-location-details .page-overlay .section-overlay .close-alt:active .btn-req-appt:after,
        .page-overlay .section-overlay .close-alt:active .section-location-details .btn-dr-location:after, .section-location-details .page-overlay .section-overlay .close-alt:active .btn-dr-location:after, .page-overlay .section-overlay .close-alt:active .locations2 .hospital-video a:before, .locations2 .hospital-video .page-overlay .section-overlay .close-alt:active a:before, .page-overlay .section-overlay .close-alt:active .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .page-overlay .section-overlay .close-alt:active .icon-arrow:after, .page-overlay .section-overlay .close-alt:active .back-to-top:before, .page-overlay .section-overlay .close-alt:active .video-library .video-library-image:before, .video-library .page-overlay .section-overlay .close-alt:active .video-library-image:before, .page-overlay .section-overlay .close-alt:hover .material-icons, .page-overlay .section-overlay .close-alt:hover .icon-request-appointment:before, .page-overlay .section-overlay .close-alt:hover .icon-watch-video:before, .page-overlay .section-overlay .close-alt:hover .icon-play:before, .page-overlay .section-overlay .close-alt:hover .icon-person-location:before, .page-overlay .section-overlay .close-alt:hover .icon-details-top:before, .page-overlay .section-overlay .close-alt:hover .icon-details-left:before, .page-overlay .section-overlay .close-alt:hover .icon-directions:before, .page-overlay .section-overlay .close-alt:hover .icon-directions-alt:before, .page-overlay .section-overlay .close-alt:hover .icon-send-message:before, .page-overlay .section-overlay .close-alt:hover .icon-phone-top:before, .page-overlay .section-overlay .close-alt:hover .icon-phone-left:before, .page-overlay .section-overlay .close-alt:hover .icon-comment:before, .page-overlay .section-overlay .close-alt:hover .icon-cancel-search:before, .page-overlay .section-overlay .close-alt:hover .panel-footer .panel-footer-more:before, .panel-footer .page-overlay .section-overlay .close-alt:hover .panel-footer-more:before, .page-overlay .section-overlay .close-alt:hover .panel-toggle .panel-toggle-trigger:after, .panel-toggle .page-overlay .section-overlay .close-alt:hover .panel-toggle-trigger:after, .page-overlay .section-overlay .close-alt:hover .video-item figure:before, .video-item .page-overlay .section-overlay .close-alt:hover figure:before, .page-overlay .section-overlay .close-alt:hover .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .page-overlay .section-overlay .close-alt:hover div[id*="thumbnail"]:before, .page-overlay .section-overlay .close-alt:hover .card-trigger a:after, .card-trigger .page-overlay .section-overlay .close-alt:hover a:after, .page-overlay .section-overlay .close-alt:hover .card-video .card-image:before, .card-video .page-overlay .section-overlay .close-alt:hover .card-image:before, .page-overlay .section-overlay .close-alt:hover .card-content-figure figure.video a:before, .card-content-figure figure.video .page-overlay .section-overlay .close-alt:hover a:before, .page-overlay .section-overlay .close-alt:hover .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .page-overlay .section-overlay .close-alt:hover [data-role="remove"]:after, .page-overlay .section-overlay .close-alt:hover .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .page-overlay .section-overlay .close-alt:hover .brightcove-video:after, .page-overlay .section-overlay .close-alt:hover .section-location-details .btn-req-appt:after, .section-location-details .page-overlay .section-overlay .close-alt:hover .btn-req-appt:after,
        .page-overlay .section-overlay .close-alt:hover .section-location-details .btn-dr-location:after, .section-location-details .page-overlay .section-overlay .close-alt:hover .btn-dr-location:after, .page-overlay .section-overlay .close-alt:hover .locations2 .hospital-video a:before, .locations2 .hospital-video .page-overlay .section-overlay .close-alt:hover a:before, .page-overlay .section-overlay .close-alt:hover .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .page-overlay .section-overlay .close-alt:hover .icon-arrow:after, .page-overlay .section-overlay .close-alt:hover .back-to-top:before, .page-overlay .section-overlay .close-alt:hover .video-library .video-library-image:before, .video-library .page-overlay .section-overlay .close-alt:hover .video-library-image:before {
          color: #009eb3; }
  .page-overlay .overlay-bg {
    background: #fff;
    opacity: 1;
    height: auto; }
  .page-overlay .callout-container,
  .page-overlay .fad-container {
    padding-top: 36px;
    padding-bottom: 36px; }
  .page-overlay .fad-container {
    max-width: none;
    background: #eee; }
    .page-overlay .fad-container .label {
      font-weight: 700; }
  .page-overlay .card {
    border: 1px solid #d9d9d6; }
    .page-overlay .card .card-action {
      border: 0;
      padding-left: 0; }
      .page-overlay .card .card-action .material-icons, .page-overlay .card .card-action .icon-request-appointment:before, .page-overlay .card .card-action .icon-watch-video:before, .page-overlay .card .card-action .icon-play:before, .page-overlay .card .card-action .icon-person-location:before, .page-overlay .card .card-action .icon-details-top:before, .page-overlay .card .card-action .icon-details-left:before, .page-overlay .card .card-action .icon-directions:before, .page-overlay .card .card-action .icon-directions-alt:before, .page-overlay .card .card-action .icon-send-message:before, .page-overlay .card .card-action .icon-phone-top:before, .page-overlay .card .card-action .icon-phone-left:before, .page-overlay .card .card-action .icon-comment:before, .page-overlay .card .card-action .icon-cancel-search:before, .page-overlay .card .card-action .panel-footer .panel-footer-more:before, .panel-footer .page-overlay .card .card-action .panel-footer-more:before, .page-overlay .card .card-action .panel-toggle .panel-toggle-trigger:after, .panel-toggle .page-overlay .card .card-action .panel-toggle-trigger:after, .page-overlay .card .card-action .video-item figure:before, .video-item .page-overlay .card .card-action figure:before, .page-overlay .card .card-action .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .page-overlay .card .card-action div[id*="thumbnail"]:before, .page-overlay .card .card-action .card-trigger a:after, .card-trigger .page-overlay .card .card-action a:after, .page-overlay .card .card-action .card-video .card-image:before, .card-video .page-overlay .card .card-action .card-image:before, .page-overlay .card .card-action .card-content-figure figure.video a:before, .card-content-figure figure.video .page-overlay .card .card-action a:before, .page-overlay .card .card-action .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .page-overlay .card .card-action [data-role="remove"]:after, .page-overlay .card .card-action .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .page-overlay .card .card-action .brightcove-video:after, .page-overlay .card .card-action .section-location-details .btn-req-appt:after, .section-location-details .page-overlay .card .card-action .btn-req-appt:after,
      .page-overlay .card .card-action .section-location-details .btn-dr-location:after, .section-location-details .page-overlay .card .card-action .btn-dr-location:after, .page-overlay .card .card-action .locations2 .hospital-video a:before, .locations2 .hospital-video .page-overlay .card .card-action a:before, .page-overlay .card .card-action .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .page-overlay .card .card-action .icon-arrow:after, .page-overlay .card .card-action .back-to-top:before, .page-overlay .card .card-action .video-library .video-library-image:before, .video-library .page-overlay .card .card-action .video-library-image:before {
        right: 0;
        left: auto; }
  .page-overlay .overlay-actions {
    margin: 12px 0 20px;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 20px; }
    .page-overlay .overlay-actions .align-right p {
      margin-right: 12px; }
  .page-overlay .list-unstyled {
    line-height: 1.5; }
  .page-overlay .search-bar-full label {
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
      .page-overlay .search-bar-full label {
        font-size: 1rem;
        margin-bottom: 12px; } }
  .page-overlay .btn-search {
    padding: 0.925em 1em; }
  .page-overlay .dropdown-item.active .dropdown-menu {
    min-width: 100%;
    overflow-y: auto;
    max-height: 450px; }
  .page-overlay.overlay-active {
    min-height: 800px;
    height: 100%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity linear 0.2s;
    transition: opacity linear 0.2s; }
    .page-overlay.overlay-active#ots-overlay {
      z-index: 102; }

.template {
  display: none; }

.wistia_embed div[id*="thumbnail"]:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  content: "play_circle_filled";
  color: #fff;
  font-size: 80px;
  opacity: 0.7;
  z-index: 2; }

.wistia_embed div[id*="thumbnail"]:hover:before {
  opacity: .9; }

.wistia-video-rail .wistia_embed div[id*="thumb_container"] {
  width: 100% !important; }
  .wistia-video-rail .wistia_embed div[id*="thumb_container"] .btn-link:hover {
    text-decoration: underline; }

.wistia-video-rail .wistia_embed div[id*="thumbnail"] {
  width: 60px !important;
  height: 60px !important;
  float: left; }
  .wistia-video-rail .wistia_embed div[id*="thumbnail"]:before {
    font-size: 1.625rem;
    top: 46px !important;
    left: 46px !important; }
  .wistia-video-rail .wistia_embed div[id*="thumbnail"] img {
    width: auto !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 auto !important;
    position: relative !important;
    top: 0 !important;
    left: -20% !important; }

.bill-pay-filter .dropdown-toggle {
  width: 100%;
  border: 1px solid #d4d5d6;
  padding: 0.75em 1.5em;
  background: #fff;
  cursor: pointer;
  color: #00778a;
  line-height: 1.4; }
  .bill-pay-filter .dropdown-toggle .material-icons, .bill-pay-filter .dropdown-toggle .icon-request-appointment:before, .bill-pay-filter .dropdown-toggle .icon-watch-video:before, .bill-pay-filter .dropdown-toggle .icon-play:before, .bill-pay-filter .dropdown-toggle .icon-person-location:before, .bill-pay-filter .dropdown-toggle .icon-details-top:before, .bill-pay-filter .dropdown-toggle .icon-details-left:before, .bill-pay-filter .dropdown-toggle .icon-directions:before, .bill-pay-filter .dropdown-toggle .icon-directions-alt:before, .bill-pay-filter .dropdown-toggle .icon-send-message:before, .bill-pay-filter .dropdown-toggle .icon-phone-top:before, .bill-pay-filter .dropdown-toggle .icon-phone-left:before, .bill-pay-filter .dropdown-toggle .icon-comment:before, .bill-pay-filter .dropdown-toggle .icon-cancel-search:before, .bill-pay-filter .dropdown-toggle .panel-footer .panel-footer-more:before, .panel-footer .bill-pay-filter .dropdown-toggle .panel-footer-more:before, .bill-pay-filter .dropdown-toggle .panel-toggle .panel-toggle-trigger:after, .panel-toggle .bill-pay-filter .dropdown-toggle .panel-toggle-trigger:after, .bill-pay-filter .dropdown-toggle .video-item figure:before, .video-item .bill-pay-filter .dropdown-toggle figure:before, .bill-pay-filter .dropdown-toggle .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .bill-pay-filter .dropdown-toggle div[id*="thumbnail"]:before, .bill-pay-filter .dropdown-toggle .card-trigger a:after, .card-trigger .bill-pay-filter .dropdown-toggle a:after, .bill-pay-filter .dropdown-toggle .card-video .card-image:before, .card-video .bill-pay-filter .dropdown-toggle .card-image:before, .bill-pay-filter .dropdown-toggle .card-content-figure figure.video a:before, .card-content-figure figure.video .bill-pay-filter .dropdown-toggle a:before, .bill-pay-filter .dropdown-toggle .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .bill-pay-filter .dropdown-toggle [data-role="remove"]:after, .bill-pay-filter .dropdown-toggle .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .bill-pay-filter .dropdown-toggle .brightcove-video:after, .bill-pay-filter .dropdown-toggle .section-location-details .btn-req-appt:after, .section-location-details .bill-pay-filter .dropdown-toggle .btn-req-appt:after,
  .bill-pay-filter .dropdown-toggle .section-location-details .btn-dr-location:after, .section-location-details .bill-pay-filter .dropdown-toggle .btn-dr-location:after, .bill-pay-filter .dropdown-toggle .locations2 .hospital-video a:before, .locations2 .hospital-video .bill-pay-filter .dropdown-toggle a:before, .bill-pay-filter .dropdown-toggle .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .bill-pay-filter .dropdown-toggle .icon-arrow:after, .bill-pay-filter .dropdown-toggle .back-to-top:before, .bill-pay-filter .dropdown-toggle .video-library .video-library-image:before, .video-library .bill-pay-filter .dropdown-toggle .video-library-image:before {
    position: absolute;
    right: 1em;
    top: .75em; }

.bill-pay-filter .bill-pay-link {
  line-height: 1.4; }

.bill-pay-filter .dropdown-item .dropdown-menu {
  width: 100%; }

.bill-pay-location {
  display: none; }
  .bill-pay-location .panel {
    background-color: #eee;
    padding-top: 0; }
    @media only screen and (max-width: 479px) {
      .bill-pay-location .panel {
        padding: 0 8px 8px 8px; } }
  @media only screen and (min-width: 480px) {
    .bill-pay-location .pay-online,
    .bill-pay-location .pay-mychart {
      margin: 0 5px; } }
  @media only screen and (min-width: 768px) and (max-width: 900px) {
    .bill-pay-location .pay-online .btn,
    .bill-pay-location .pay-mychart .btn {
      font-size: 13px; } }
  @media only screen and (min-width: 480px) {
    .bill-pay-location .flex-container, .bill-pay-location .section-locations .locations-container, .section-locations .bill-pay-location .locations-container {
      max-width: 350px; } }
  @media only screen and (max-width: 479px) {
    .bill-pay-location .flex-container, .bill-pay-location .section-locations .locations-container, .section-locations .bill-pay-location .locations-container {
      display: block; }
      .bill-pay-location .flex-container .align-center .btn, .bill-pay-location .section-locations .locations-container .align-center .btn, .section-locations .bill-pay-location .locations-container .align-center .btn, .bill-pay-location .flex-container .align-center .inline-block, .bill-pay-location .section-locations .locations-container .align-center .inline-block, .section-locations .bill-pay-location .locations-container .align-center .inline-block {
        display: block; }
      .bill-pay-location .flex-container .align-left .btn, .bill-pay-location .section-locations .locations-container .align-left .btn, .section-locations .bill-pay-location .locations-container .align-left .btn {
        margin: 1em 0; } }

@media only screen and (max-width: 767px) {
  #livechat-compact-container {
    max-width: 65% !important; }
  #livechat-full {
    z-index: 2147483647 !important; } }

.epiccare-iframe {
  overflow: hidden;
  position: relative;
  height: 1465px;
  margin-top: 1em; }
  @media only screen and (min-width: 640px) {
    .epiccare-iframe {
      height: 1385px; } }
  @media only screen and (min-width: 1137px) {
    .epiccare-iframe {
      height: 930px; } }
  .epiccare-iframe iframe {
    width: 100%;
    height: 100%; }

.card {
  position: relative;
  max-width: 100%;
  -webkit-tap-highlight-color: transparent;
  -moz-user-select: none;
  -webkit-user-select: none; }
  .card figure {
    position: relative; }
    .card figure img {
      display: block; }
  .card a {
    text-decoration: none; }
  .card .card-heading {
    color: #7f8283;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px; }
  .card .icon-background {
    font-size: 1.625rem;
    background: #7f8283;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center; }
  .card .card-content {
    width: 100%;
    line-height: 1.4286; }
  .card .card-content .card-title {
    font-weight: 600; }
  .card .card-content .card-title,
  .card .card-content p, .card .card-content ul, .card .card-content ol, .card .card-content li {
    color: #333; }
  .callout-sidebar .card {
    max-width: 415px; }
  .group-cards .card .card-image-wide {
    overflow: hidden;
    width: 100%; }
    .group-cards .card .card-image-wide img {
      display: block;
      width: 100%;
      min-width: 100%; }
  .card .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem; }

.group-cards {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  padding: 0;
  position: relative;
  max-width: 100%;
  /* removed 100% from here, caused footer to break */ }
  @media print {
    .group-cards {
      display: block; } }
  .group-cards .card {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    position: relative;
    padding: 0 12px;
    margin-bottom: 24px;
    max-width: 100%;
    color: inherit; }
    @media only screen and (max-width: 767px) {
      .group-cards .card {
        padding: 0 8px;
        margin-bottom: 16px; } }
    @media print {
      .group-cards .card {
        display: inline-block;
        width: 48%;
        vertical-align: top; } }
    .group-cards .card.card-callout {
      background: transparent; }
      .group-cards .card.card-callout:hover {
        background: transparent; }
      .group-cards .card.card-callout .card-content {
        padding: 0; }
    .group-cards .card.card-general .card-flex {
      padding: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center; }
    .group-cards .card.card-general .card-content {
      width: 100%;
      max-width: 100%;
      padding: 24px; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .group-cards .card.card-general .card-content {
          padding: 12px; } }
    .group-cards .card.card-general .card-action {
      width: 100%;
      margin: 0;
      padding: 8px 24px; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .group-cards .card.card-general .card-action {
          padding: 8px 12px; } }
      .group-cards .card.card-general .card-action a {
        padding-right: 0; }
      .group-cards .card.card-general .card-action .material-icons, .group-cards .card.card-general .card-action .icon-request-appointment:before, .group-cards .card.card-general .card-action .icon-watch-video:before, .group-cards .card.card-general .card-action .icon-play:before, .group-cards .card.card-general .card-action .icon-person-location:before, .group-cards .card.card-general .card-action .icon-details-top:before, .group-cards .card.card-general .card-action .icon-details-left:before, .group-cards .card.card-general .card-action .icon-directions:before, .group-cards .card.card-general .card-action .icon-directions-alt:before, .group-cards .card.card-general .card-action .icon-send-message:before, .group-cards .card.card-general .card-action .icon-phone-top:before, .group-cards .card.card-general .card-action .icon-phone-left:before, .group-cards .card.card-general .card-action .icon-comment:before, .group-cards .card.card-general .card-action .icon-cancel-search:before, .group-cards .card.card-general .card-action .panel-footer .panel-footer-more:before, .panel-footer .group-cards .card.card-general .card-action .panel-footer-more:before, .group-cards .card.card-general .card-action .panel-toggle .panel-toggle-trigger:after, .panel-toggle .group-cards .card.card-general .card-action .panel-toggle-trigger:after, .group-cards .card.card-general .card-action .video-item figure:before, .video-item .group-cards .card.card-general .card-action figure:before, .group-cards .card.card-general .card-action .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .group-cards .card.card-general .card-action div[id*="thumbnail"]:before, .group-cards .card.card-general .card-action .card-trigger a:after, .card-trigger .group-cards .card.card-general .card-action a:after, .group-cards .card.card-general .card-action .card-video .card-image:before, .card-video .group-cards .card.card-general .card-action .card-image:before, .group-cards .card.card-general .card-action .card-content-figure figure.video a:before, .card-content-figure figure.video .group-cards .card.card-general .card-action a:before, .group-cards .card.card-general .card-action .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .group-cards .card.card-general .card-action [data-role="remove"]:after, .group-cards .card.card-general .card-action .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .group-cards .card.card-general .card-action .brightcove-video:after, .group-cards .card.card-general .card-action .section-location-details .btn-req-appt:after, .section-location-details .group-cards .card.card-general .card-action .btn-req-appt:after,
      .group-cards .card.card-general .card-action .section-location-details .btn-dr-location:after, .section-location-details .group-cards .card.card-general .card-action .btn-dr-location:after, .group-cards .card.card-general .card-action .locations2 .hospital-video a:before, .locations2 .hospital-video .group-cards .card.card-general .card-action a:before, .group-cards .card.card-general .card-action .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .group-cards .card.card-general .card-action .icon-arrow:after, .group-cards .card.card-general .card-action .back-to-top:before, .group-cards .card.card-general .card-action .video-library .video-library-image:before, .video-library .group-cards .card.card-general .card-action .video-library-image:before {
        top: 0;
        left: 0; }
    .group-cards .card .card-flex {
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      background: #fff;
      width: 100%;
      max-width: 100%;
      padding: 24px;
      border-radius: 2px;
      -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1); }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .group-cards .card .card-flex {
          padding: 12px; } }
      .group-cards .card .card-flex li a:hover {
        text-decoration: underline; }
      @media only screen and (max-width: 767px) {
        .group-cards .card .card-flex {
          padding: 16px; } }
      .group-cards .card .card-flex.card-border {
        border: 1px solid #e9e9e9; }
      .group-cards .card .card-flex .card-hidden-link {
        display: block;
        text-decoration: none; }
    .group-cards .card .card-flex-alt {
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      max-width: 100%;
      padding: 24px; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .group-cards .card .card-flex-alt {
          padding: 12px; } }
      @media only screen and (max-width: 767px) {
        .group-cards .card .card-flex-alt {
          padding: 16px; } }
    .group-cards .card .grow, .group-cards .card.card-general .card-content {
      -webkit-box-flex: 1;
      -moz-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
    .group-cards .card .card-action {
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-flow: column wrap;
      border-top: 1px solid #eeeeee;
      margin: 0 -24px -24px -24px;
      padding: 0; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .group-cards .card .card-action {
          margin: 0 -14px -12px -14px; } }
      @media only screen and (max-width: 767px) {
        .group-cards .card .card-action {
          margin: 0 -16px -16px -16px; } }
      @media print {
        .group-cards .card .card-action {
          display: none; } }
      .group-cards .card .card-action a, .group-cards .card .card-action .btn-card-link {
        -webkit-box-flex: 1;
        -moz-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        position: relative;
        display: block;
        padding: 16px 24px 16px 50px;
        text-transform: uppercase;
        font-size: 0.75rem;
        word-wrap: break-word;
        overflow: hidden;
        width: 100%; }
        @media only screen and (max-width: 1023px) {
          .group-cards .card .card-action a, .group-cards .card .card-action .btn-card-link {
            padding: 14px 12px 14px 43px; } }
        @media print {
          .group-cards .card .card-action a, .group-cards .card .card-action .btn-card-link {
            display: none; } }
        .group-cards .card .card-action a .material-icons, .group-cards .card .card-action a .icon-request-appointment:before, .group-cards .card .card-action a .icon-watch-video:before, .group-cards .card .card-action a .icon-play:before, .group-cards .card .card-action a .icon-person-location:before, .group-cards .card .card-action a .icon-details-top:before, .group-cards .card .card-action a .icon-details-left:before, .group-cards .card .card-action a .icon-directions:before, .group-cards .card .card-action a .icon-directions-alt:before, .group-cards .card .card-action a .icon-send-message:before, .group-cards .card .card-action a .icon-phone-top:before, .group-cards .card .card-action a .icon-phone-left:before, .group-cards .card .card-action a .icon-comment:before, .group-cards .card .card-action a .icon-cancel-search:before, .group-cards .card .card-action a .panel-footer .panel-footer-more:before, .panel-footer .group-cards .card .card-action a .panel-footer-more:before, .group-cards .card .card-action a .panel-toggle .panel-toggle-trigger:after, .panel-toggle .group-cards .card .card-action a .panel-toggle-trigger:after, .group-cards .card .card-action a .video-item figure:before, .video-item .group-cards .card .card-action a figure:before, .group-cards .card .card-action a .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .group-cards .card .card-action a div[id*="thumbnail"]:before, .group-cards .card .card-action a .card-trigger a:after, .card-trigger .group-cards .card .card-action a a:after, .group-cards .card .card-action a .card-video .card-image:before, .card-video .group-cards .card .card-action a .card-image:before, .group-cards .card .card-action a .card-content-figure figure.video a:before, .card-content-figure figure.video .group-cards .card .card-action a a:before, .group-cards .card .card-action a .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .group-cards .card .card-action a [data-role="remove"]:after, .group-cards .card .card-action a .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .group-cards .card .card-action a .brightcove-video:after, .group-cards .card .card-action a .section-location-details .btn-req-appt:after, .section-location-details .group-cards .card .card-action a .btn-req-appt:after,
        .group-cards .card .card-action a .section-location-details .btn-dr-location:after, .section-location-details .group-cards .card .card-action a .btn-dr-location:after, .group-cards .card .card-action a .locations2 .hospital-video a:before, .locations2 .hospital-video .group-cards .card .card-action a a:before, .group-cards .card .card-action a .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .group-cards .card .card-action a .icon-arrow:after, .group-cards .card .card-action a .back-to-top:before, .group-cards .card .card-action a .video-library .video-library-image:before, .video-library .group-cards .card .card-action a .video-library-image:before, .group-cards .card .card-action .btn-card-link .material-icons, .group-cards .card .card-action .btn-card-link .icon-request-appointment:before, .group-cards .card .card-action .btn-card-link .icon-watch-video:before, .group-cards .card .card-action .btn-card-link .icon-play:before, .group-cards .card .card-action .btn-card-link .icon-person-location:before, .group-cards .card .card-action .btn-card-link .icon-details-top:before, .group-cards .card .card-action .btn-card-link .icon-details-left:before, .group-cards .card .card-action .btn-card-link .icon-directions:before, .group-cards .card .card-action .btn-card-link .icon-directions-alt:before, .group-cards .card .card-action .btn-card-link .icon-send-message:before, .group-cards .card .card-action .btn-card-link .icon-phone-top:before, .group-cards .card .card-action .btn-card-link .icon-phone-left:before, .group-cards .card .card-action .btn-card-link .icon-comment:before, .group-cards .card .card-action .btn-card-link .icon-cancel-search:before, .group-cards .card .card-action .btn-card-link .panel-footer .panel-footer-more:before, .panel-footer .group-cards .card .card-action .btn-card-link .panel-footer-more:before, .group-cards .card .card-action .btn-card-link .panel-toggle .panel-toggle-trigger:after, .panel-toggle .group-cards .card .card-action .btn-card-link .panel-toggle-trigger:after, .group-cards .card .card-action .btn-card-link .video-item figure:before, .video-item .group-cards .card .card-action .btn-card-link figure:before, .group-cards .card .card-action .btn-card-link .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .group-cards .card .card-action .btn-card-link div[id*="thumbnail"]:before, .group-cards .card .card-action .btn-card-link .card-trigger a:after, .card-trigger .group-cards .card .card-action .btn-card-link a:after, .group-cards .card .card-action .btn-card-link .card-video .card-image:before, .card-video .group-cards .card .card-action .btn-card-link .card-image:before, .group-cards .card .card-action .btn-card-link .card-content-figure figure.video a:before, .card-content-figure figure.video .group-cards .card .card-action .btn-card-link a:before, .group-cards .card .card-action .btn-card-link .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .group-cards .card .card-action .btn-card-link [data-role="remove"]:after, .group-cards .card .card-action .btn-card-link .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .group-cards .card .card-action .btn-card-link .brightcove-video:after, .group-cards .card .card-action .btn-card-link .section-location-details .btn-req-appt:after, .section-location-details .group-cards .card .card-action .btn-card-link .btn-req-appt:after,
        .group-cards .card .card-action .btn-card-link .section-location-details .btn-dr-location:after, .section-location-details .group-cards .card .card-action .btn-card-link .btn-dr-location:after, .group-cards .card .card-action .btn-card-link .locations2 .hospital-video a:before, .locations2 .hospital-video .group-cards .card .card-action .btn-card-link a:before, .group-cards .card .card-action .btn-card-link .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .group-cards .card .card-action .btn-card-link .icon-arrow:after, .group-cards .card .card-action .btn-card-link .back-to-top:before, .group-cards .card .card-action .btn-card-link .video-library .video-library-image:before, .video-library .group-cards .card .card-action .btn-card-link .video-library-image:before {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 24px;
          margin: auto;
          height: 20px;
          width: 20px; }
          @media only screen and (max-width: 1023px) {
            .group-cards .card .card-action a .material-icons, .group-cards .card .card-action a .icon-request-appointment:before, .group-cards .card .card-action a .icon-watch-video:before, .group-cards .card .card-action a .icon-play:before, .group-cards .card .card-action a .icon-person-location:before, .group-cards .card .card-action a .icon-details-top:before, .group-cards .card .card-action a .icon-details-left:before, .group-cards .card .card-action a .icon-directions:before, .group-cards .card .card-action a .icon-directions-alt:before, .group-cards .card .card-action a .icon-send-message:before, .group-cards .card .card-action a .icon-phone-top:before, .group-cards .card .card-action a .icon-phone-left:before, .group-cards .card .card-action a .icon-comment:before, .group-cards .card .card-action a .icon-cancel-search:before, .group-cards .card .card-action a .panel-footer .panel-footer-more:before, .panel-footer .group-cards .card .card-action a .panel-footer-more:before, .group-cards .card .card-action a .panel-toggle .panel-toggle-trigger:after, .panel-toggle .group-cards .card .card-action a .panel-toggle-trigger:after, .group-cards .card .card-action a .video-item figure:before, .video-item .group-cards .card .card-action a figure:before, .group-cards .card .card-action a .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .group-cards .card .card-action a div[id*="thumbnail"]:before, .group-cards .card .card-action a .card-trigger a:after, .card-trigger .group-cards .card .card-action a a:after, .group-cards .card .card-action a .card-video .card-image:before, .card-video .group-cards .card .card-action a .card-image:before, .group-cards .card .card-action a .card-content-figure figure.video a:before, .card-content-figure figure.video .group-cards .card .card-action a a:before, .group-cards .card .card-action a .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .group-cards .card .card-action a [data-role="remove"]:after, .group-cards .card .card-action a .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .group-cards .card .card-action a .brightcove-video:after, .group-cards .card .card-action a .section-location-details .btn-req-appt:after, .section-location-details .group-cards .card .card-action a .btn-req-appt:after,
            .group-cards .card .card-action a .section-location-details .btn-dr-location:after, .section-location-details .group-cards .card .card-action a .btn-dr-location:after, .group-cards .card .card-action a .locations2 .hospital-video a:before, .locations2 .hospital-video .group-cards .card .card-action a a:before, .group-cards .card .card-action a .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .group-cards .card .card-action a .icon-arrow:after, .group-cards .card .card-action a .back-to-top:before, .group-cards .card .card-action a .video-library .video-library-image:before, .video-library .group-cards .card .card-action a .video-library-image:before, .group-cards .card .card-action .btn-card-link .material-icons, .group-cards .card .card-action .btn-card-link .icon-request-appointment:before, .group-cards .card .card-action .btn-card-link .icon-watch-video:before, .group-cards .card .card-action .btn-card-link .icon-play:before, .group-cards .card .card-action .btn-card-link .icon-person-location:before, .group-cards .card .card-action .btn-card-link .icon-details-top:before, .group-cards .card .card-action .btn-card-link .icon-details-left:before, .group-cards .card .card-action .btn-card-link .icon-directions:before, .group-cards .card .card-action .btn-card-link .icon-directions-alt:before, .group-cards .card .card-action .btn-card-link .icon-send-message:before, .group-cards .card .card-action .btn-card-link .icon-phone-top:before, .group-cards .card .card-action .btn-card-link .icon-phone-left:before, .group-cards .card .card-action .btn-card-link .icon-comment:before, .group-cards .card .card-action .btn-card-link .icon-cancel-search:before, .group-cards .card .card-action .btn-card-link .panel-footer .panel-footer-more:before, .panel-footer .group-cards .card .card-action .btn-card-link .panel-footer-more:before, .group-cards .card .card-action .btn-card-link .panel-toggle .panel-toggle-trigger:after, .panel-toggle .group-cards .card .card-action .btn-card-link .panel-toggle-trigger:after, .group-cards .card .card-action .btn-card-link .video-item figure:before, .video-item .group-cards .card .card-action .btn-card-link figure:before, .group-cards .card .card-action .btn-card-link .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .group-cards .card .card-action .btn-card-link div[id*="thumbnail"]:before, .group-cards .card .card-action .btn-card-link .card-trigger a:after, .card-trigger .group-cards .card .card-action .btn-card-link a:after, .group-cards .card .card-action .btn-card-link .card-video .card-image:before, .card-video .group-cards .card .card-action .btn-card-link .card-image:before, .group-cards .card .card-action .btn-card-link .card-content-figure figure.video a:before, .card-content-figure figure.video .group-cards .card .card-action .btn-card-link a:before, .group-cards .card .card-action .btn-card-link .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .group-cards .card .card-action .btn-card-link [data-role="remove"]:after, .group-cards .card .card-action .btn-card-link .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .group-cards .card .card-action .btn-card-link .brightcove-video:after, .group-cards .card .card-action .btn-card-link .section-location-details .btn-req-appt:after, .section-location-details .group-cards .card .card-action .btn-card-link .btn-req-appt:after,
            .group-cards .card .card-action .btn-card-link .section-location-details .btn-dr-location:after, .section-location-details .group-cards .card .card-action .btn-card-link .btn-dr-location:after, .group-cards .card .card-action .btn-card-link .locations2 .hospital-video a:before, .locations2 .hospital-video .group-cards .card .card-action .btn-card-link a:before, .group-cards .card .card-action .btn-card-link .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .group-cards .card .card-action .btn-card-link .icon-arrow:after, .group-cards .card .card-action .btn-card-link .back-to-top:before, .group-cards .card .card-action .btn-card-link .video-library .video-library-image:before, .video-library .group-cards .card .card-action .btn-card-link .video-library-image:before {
              left: 16px; } }
      .group-cards .card .card-action.is-hidden {
        border: 0;
        visibility: hidden; }
    .group-cards .card .card-action-add {
      margin-top: 24px; }

.card.card-general {
  background: #fff; }
  .card.card-general .card-content-figure {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding: 0; }
    .card.card-general .card-content-figure figure {
      width: 50px; }
    .card.card-general .card-content-figure .material-icons, .card.card-general .card-content-figure .icon-request-appointment:before, .card.card-general .card-content-figure .icon-watch-video:before, .card.card-general .card-content-figure .icon-play:before, .card.card-general .card-content-figure .icon-person-location:before, .card.card-general .card-content-figure .icon-details-top:before, .card.card-general .card-content-figure .icon-details-left:before, .card.card-general .card-content-figure .icon-directions:before, .card.card-general .card-content-figure .icon-directions-alt:before, .card.card-general .card-content-figure .icon-send-message:before, .card.card-general .card-content-figure .icon-phone-top:before, .card.card-general .card-content-figure .icon-phone-left:before, .card.card-general .card-content-figure .icon-comment:before, .card.card-general .card-content-figure .icon-cancel-search:before, .card.card-general .card-content-figure .panel-footer .panel-footer-more:before, .panel-footer .card.card-general .card-content-figure .panel-footer-more:before, .card.card-general .card-content-figure .panel-toggle .panel-toggle-trigger:after, .panel-toggle .card.card-general .card-content-figure .panel-toggle-trigger:after, .card.card-general .card-content-figure .video-item figure:before, .video-item .card.card-general .card-content-figure figure:before, .card.card-general .card-content-figure .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .card.card-general .card-content-figure div[id*="thumbnail"]:before, .card.card-general .card-content-figure .card-trigger a:after, .card-trigger .card.card-general .card-content-figure a:after, .card.card-general .card-content-figure .card-video .card-image:before, .card-video .card.card-general .card-content-figure .card-image:before, .card.card-general .card-content-figure figure.video a:before, .card.card-general .card-content-figure .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .card.card-general .card-content-figure [data-role="remove"]:after, .card.card-general .card-content-figure .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .card.card-general .card-content-figure .brightcove-video:after, .card.card-general .card-content-figure .section-location-details .btn-req-appt:after, .section-location-details .card.card-general .card-content-figure .btn-req-appt:after,
    .card.card-general .card-content-figure .section-location-details .btn-dr-location:after, .section-location-details .card.card-general .card-content-figure .btn-dr-location:after, .card.card-general .card-content-figure .locations2 .hospital-video a:before, .locations2 .hospital-video .card.card-general .card-content-figure a:before, .card.card-general .card-content-figure .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .card.card-general .card-content-figure .icon-arrow:after, .card.card-general .card-content-figure .back-to-top:before, .card.card-general .card-content-figure .video-library .video-library-image:before, .video-library .card.card-general .card-content-figure .video-library-image:before {
      font-size: 40px;
      height: 40px;
      width: 40px;
      color: #7f8283; }
    .card.card-general .card-content-figure .figure-title {
      width: calc(100% - 50px);
      text-align: left;
      border: 0;
      padding: 0; }
      .card.card-general .card-content-figure .figure-title .card-title {
        margin: 0; }
  .card.card-general .card-content-body {
    margin-top: 1em; }
    .card.card-general .card-content-body.no-title {
      margin-top: 0; }
    .card.card-general .card-content-body li {
      margin-bottom: 0; }
    .card.card-general .card-content-body p:last-of-type {
      margin-bottom: 0; }
    .card.card-general .card-content-body p + ul {
      margin-top: 1em; }
  .card.card-general .card-content {
    padding: 24px 24px 16px 24px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .card.card-general .card-content {
        padding: 12px; } }

.card.card-callout {
  background: #fff;
  margin-bottom: 24px;
  border-radius: 2px; }
  @media only screen and (max-width: 767px) {
    .card.card-callout {
      margin-bottom: 12px; } }
  @media print {
    .callout-sidebar .card.card-callout {
      border: 1px solid #eeeeee; } }
  .card.card-callout .card-header {
    border-bottom: 1px solid #eeeeee;
    padding: 18px 24px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .card.card-callout .card-header {
        padding: 16px; } }
    .card.card-callout .card-header .card-title {
      margin-bottom: 0; }
  .card.card-callout .card-content {
    padding: 24px 24px 16px 24px;
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .card.card-callout .card-content {
        padding: 12px 12px 8px 12px; } }
    @media only screen and (max-width: 767px) {
      .card.card-callout .card-content {
        padding: 16px; } }
    .card.card-callout .card-content .has-border {
      border-bottom: 1px solid #ddd;
      margin-bottom: 12px;
      padding-bottom: 18px; }
    .card.card-callout .card-content.card-figure .card-content-figure figure {
      width: 45px;
      margin-right: 10px;
      overflow: hidden; }
    .card.card-callout .card-content.card-figure .card-content-figure a.tel {
      display: block; }
      .card.card-callout .card-content.card-figure .card-content-figure a.tel .phone-header {
        margin: 0;
        font-weight: 600; }
      .card.card-callout .card-content.card-figure .card-content-figure a.tel .tel {
        font-weight: 400; }
    .card.card-callout .card-content.card-figure .card-content-figure .figure-title {
      width: calc(100% - 55px); }
      @media print {
        .card.card-callout .card-content.card-figure .card-content-figure .figure-title {
          width: 100%; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .card.card-callout .card-content.card-figure .card-content-figure.figure-video {
        float: none;
        width: auto; } }
    .card.card-callout .card-content.card-figure .card-content-figure.figure-video a:hover {
      text-decoration: underline; }
    .card.card-callout .card-content.card-figure .card-content-figure.figure-video .material-icons, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-request-appointment:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-watch-video:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-play:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-person-location:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-details-top:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-details-left:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-directions:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-directions-alt:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-send-message:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-phone-top:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-phone-left:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-comment:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-cancel-search:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .panel-footer .panel-footer-more:before, .panel-footer .card.card-callout .card-content.card-figure .card-content-figure.figure-video .panel-footer-more:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .panel-toggle .panel-toggle-trigger:after, .panel-toggle .card.card-callout .card-content.card-figure .card-content-figure.figure-video .panel-toggle-trigger:after, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .video-item figure:before, .video-item .card.card-callout .card-content.card-figure .card-content-figure.figure-video figure:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .card.card-callout .card-content.card-figure .card-content-figure.figure-video div[id*="thumbnail"]:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .card-trigger a:after, .card-trigger .card.card-callout .card-content.card-figure .card-content-figure.figure-video a:after, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .card-video .card-image:before, .card-video .card.card-callout .card-content.card-figure .card-content-figure.figure-video .card-image:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video figure.video a:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .card.card-callout .card-content.card-figure .card-content-figure.figure-video [data-role="remove"]:after, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .card.card-callout .card-content.card-figure .card-content-figure.figure-video .brightcove-video:after, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .section-location-details .btn-req-appt:after, .section-location-details .card.card-callout .card-content.card-figure .card-content-figure.figure-video .btn-req-appt:after,
    .card.card-callout .card-content.card-figure .card-content-figure.figure-video .section-location-details .btn-dr-location:after, .section-location-details .card.card-callout .card-content.card-figure .card-content-figure.figure-video .btn-dr-location:after, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .locations2 .hospital-video a:before, .locations2 .hospital-video .card.card-callout .card-content.card-figure .card-content-figure.figure-video a:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-arrow:after, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .back-to-top:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .video-library .video-library-image:before, .video-library .card.card-callout .card-content.card-figure .card-content-figure.figure-video .video-library-image:before {
      background: none;
      font-size: 1.625rem;
      top: 17px;
      left: 17px; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .card.card-callout .card-content.card-figure .card-content-figure.figure-video .material-icons, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-request-appointment:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-watch-video:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-play:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-person-location:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-details-top:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-details-left:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-directions:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-directions-alt:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-send-message:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-phone-top:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-phone-left:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-comment:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-cancel-search:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .panel-footer .panel-footer-more:before, .panel-footer .card.card-callout .card-content.card-figure .card-content-figure.figure-video .panel-footer-more:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .panel-toggle .panel-toggle-trigger:after, .panel-toggle .card.card-callout .card-content.card-figure .card-content-figure.figure-video .panel-toggle-trigger:after, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .video-item figure:before, .video-item .card.card-callout .card-content.card-figure .card-content-figure.figure-video figure:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .card.card-callout .card-content.card-figure .card-content-figure.figure-video div[id*="thumbnail"]:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .card-trigger a:after, .card-trigger .card.card-callout .card-content.card-figure .card-content-figure.figure-video a:after, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .card-video .card-image:before, .card-video .card.card-callout .card-content.card-figure .card-content-figure.figure-video .card-image:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video figure.video a:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .card.card-callout .card-content.card-figure .card-content-figure.figure-video [data-role="remove"]:after, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .card.card-callout .card-content.card-figure .card-content-figure.figure-video .brightcove-video:after, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .section-location-details .btn-req-appt:after, .section-location-details .card.card-callout .card-content.card-figure .card-content-figure.figure-video .btn-req-appt:after,
        .card.card-callout .card-content.card-figure .card-content-figure.figure-video .section-location-details .btn-dr-location:after, .section-location-details .card.card-callout .card-content.card-figure .card-content-figure.figure-video .btn-dr-location:after, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .locations2 .hospital-video a:before, .locations2 .hospital-video .card.card-callout .card-content.card-figure .card-content-figure.figure-video a:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .card.card-callout .card-content.card-figure .card-content-figure.figure-video .icon-arrow:after, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .back-to-top:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .video-library .video-library-image:before, .video-library .card.card-callout .card-content.card-figure .card-content-figure.figure-video .video-library-image:before {
          top: 40%;
          left: 40%; } }
    .card.card-callout .card-content.card-figure .card-content-figure.figure-video .video {
      width: 60px;
      height: 60px; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .card.card-callout .card-content.card-figure .card-content-figure.figure-video .video {
          width: auto;
          height: auto;
          margin: 0 0 3px 0; } }
      @media print {
        .card.card-callout .card-content.card-figure .card-content-figure.figure-video .video {
          display: none; } }
    .card.card-callout .card-content.card-figure .card-content-figure.figure-video .video-thumb {
      width: 60px;
      height: 60px; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .card.card-callout .card-content.card-figure .card-content-figure.figure-video .video-thumb {
          width: auto;
          height: auto; } }
      .card.card-callout .card-content.card-figure .card-content-figure.figure-video .video-thumb img {
        width: auto;
        max-width: none;
        height: 100%;
        margin: 0 auto; }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          .card.card-callout .card-content.card-figure .card-content-figure.figure-video .video-thumb img {
            max-width: 100%;
            height: auto; } }
    .card.card-callout .card-content.card-figure .card-content-figure.figure-video .video-title {
      width: calc(100% - 70px); }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .card.card-callout .card-content.card-figure .card-content-figure.figure-video .video-title {
          width: 100%; } }
      @media print {
        .card.card-callout .card-content.card-figure .card-content-figure.figure-video .video-title {
          width: 100%; } }
    .card.card-callout .card-content.card-figure .card-content-figure:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0; }
    .card.card-callout .card-content.card-figure ul {
      margin-bottom: 0; }
  .card.card-callout .card-action {
    border-top: 1px solid #eeeeee;
    padding: 16px 24px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .card.card-callout .card-action {
        padding: 8px 12px; } }
    @media only screen and (max-width: 767px) {
      .card.card-callout .card-action {
        padding: 16px; } }
    @media print {
      .card.card-callout .card-action {
        display: none; } }
    .card.card-callout .card-action a, .card.card-callout .card-action .btn-card-link {
      display: inline-block;
      font-size: 0.75rem;
      font-weight: 600;
      line-height: 1.5;
      text-decoration: none;
      text-transform: uppercase;
      display: block;
      position: relative;
      padding-left: 25px; }
    .card.card-callout .card-action i {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
    @media print {
      .card.card-callout .card-action {
        display: none; } }

.group-cards .card.card-callout-location {
  background: transparent; }
  .group-cards .card.card-callout-location .card-image {
    width: 100%;
    overflow: hidden; }
  .group-cards .card.card-callout-location .card-flex {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  .group-cards .card.card-callout-location .card-content {
    padding: 24px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .group-cards .card.card-callout-location .card-content {
        padding: 12px; } }

.card.card-callout-location .card-content-action-group {
  padding: 0 24px 24px 24px;
  width: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .card.card-callout-location .card-content-action-group {
      padding: 0 12px 12px 12px; } }
  .card.card-callout-location .card-content-action-group a {
    float: left;
    width: 50%;
    margin: 0;
    text-align: center;
    text-transform: uppercase; }
    .card.card-callout-location .card-content-action-group a .material-icons, .card.card-callout-location .card-content-action-group a .icon-request-appointment:before, .card.card-callout-location .card-content-action-group a .icon-watch-video:before, .card.card-callout-location .card-content-action-group a .icon-play:before, .card.card-callout-location .card-content-action-group a .icon-person-location:before, .card.card-callout-location .card-content-action-group a .icon-details-top:before, .card.card-callout-location .card-content-action-group a .icon-details-left:before, .card.card-callout-location .card-content-action-group a .icon-directions:before, .card.card-callout-location .card-content-action-group a .icon-directions-alt:before, .card.card-callout-location .card-content-action-group a .icon-send-message:before, .card.card-callout-location .card-content-action-group a .icon-phone-top:before, .card.card-callout-location .card-content-action-group a .icon-phone-left:before, .card.card-callout-location .card-content-action-group a .icon-comment:before, .card.card-callout-location .card-content-action-group a .icon-cancel-search:before, .card.card-callout-location .card-content-action-group a .panel-footer .panel-footer-more:before, .panel-footer .card.card-callout-location .card-content-action-group a .panel-footer-more:before, .card.card-callout-location .card-content-action-group a .panel-toggle .panel-toggle-trigger:after, .panel-toggle .card.card-callout-location .card-content-action-group a .panel-toggle-trigger:after, .card.card-callout-location .card-content-action-group a .video-item figure:before, .video-item .card.card-callout-location .card-content-action-group a figure:before, .card.card-callout-location .card-content-action-group a .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .card.card-callout-location .card-content-action-group a div[id*="thumbnail"]:before, .card.card-callout-location .card-content-action-group a .card-trigger a:after, .card-trigger .card.card-callout-location .card-content-action-group a a:after, .card.card-callout-location .card-content-action-group a .card-video .card-image:before, .card-video .card.card-callout-location .card-content-action-group a .card-image:before, .card.card-callout-location .card-content-action-group a .card-content-figure figure.video a:before, .card-content-figure figure.video .card.card-callout-location .card-content-action-group a a:before, .card.card-callout-location .card-content-action-group a .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .card.card-callout-location .card-content-action-group a [data-role="remove"]:after, .card.card-callout-location .card-content-action-group a .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .card.card-callout-location .card-content-action-group a .brightcove-video:after, .card.card-callout-location .card-content-action-group a .section-location-details .btn-req-appt:after, .section-location-details .card.card-callout-location .card-content-action-group a .btn-req-appt:after,
    .card.card-callout-location .card-content-action-group a .section-location-details .btn-dr-location:after, .section-location-details .card.card-callout-location .card-content-action-group a .btn-dr-location:after, .card.card-callout-location .card-content-action-group a .locations2 .hospital-video a:before, .locations2 .hospital-video .card.card-callout-location .card-content-action-group a a:before, .card.card-callout-location .card-content-action-group a .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .card.card-callout-location .card-content-action-group a .icon-arrow:after, .card.card-callout-location .card-content-action-group a .back-to-top:before, .card.card-callout-location .card-content-action-group a .video-library .video-library-image:before, .video-library .card.card-callout-location .card-content-action-group a .video-library-image:before {
      display: block;
      margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .card.card-callout-location .card-content-action-group {
      display: block;
      float: none;
      margin: 0; } }

.card.card-callout-location .card-title, .card.card-callout-location .card-content {
  color: #3b3e40; }

.card.card-callout-location .card-map {
  max-width: 100%;
  -webkit-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.card.card-callout-location .card-title {
  font-weight: 600; }

.card.card-callout-location a:hover .card-title {
  text-decoration: underline; }

.card.card-callout-location .card-content {
  width: 100%;
  font-size: 0.8125rem;
  background: #fff; }
  .card.card-callout-location .card-content .visiting-hours > div {
    margin-bottom: 3px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .card.card-callout-location .card-content .visiting-hours .left, .card.card-callout-location .card-content .visiting-hours .right {
      display: block;
      float: none; }
    .card.card-callout-location .card-content .visiting-hours .right {
      margin-bottom: 8px; } }

.card.card-callout-location .card-content-group {
  margin-bottom: 18px; }

.no-mobile .card.card-callout-location .card-content-group-phone {
  width: calc(100% - 90px); }
  @media only screen and (min-width: 768px) and (max-width: 1025px) {
    .no-mobile .card.card-callout-location .card-content-group-phone {
      width: 100%; } }

.card.card-callout-location .card-content-action {
  width: 90px;
  float: right;
  margin-top: -63px; }
  @media only screen and (min-width: 768px) and (max-width: 1025px) {
    .no-mobile .card.card-callout-location .card-content-action {
      width: 100%;
      float: none;
      margin-top: 0; } }
  .mobile .card.card-callout-location .card-content-action {
    width: 100%;
    float: none;
    margin: 0;
    text-align: center; }
    .mobile .card.card-callout-location .card-content-action a {
      margin: 0 20px; }
  .card.card-callout-location .card-content-action .tel {
    display: none; }
    .mobile .card.card-callout-location .card-content-action .tel {
      display: inline-block; }
  @media print {
    .card.card-callout-location .card-content-action {
      display: none; } }

.card.card-callout-additional-locations .card-title {
  font-weight: 600; }

.card.card-callout-additional-locations .card-content {
  font-size: 14px; }

.card.card-quote {
  background: #fff;
  display: block;
  border-radius: 2px; }
  .card.card-quote .card-image {
    max-height: 165px;
    margin-bottom: 5px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .card.card-quote .card-image {
        max-height: 225px; } }
    .card.card-quote .card-image img {
      width: 100%;
      display: block;
      margin: auto; }
  .card.card-quote .card-content {
    padding: 0; }
  .card.card-quote blockquote {
    font-family: Droid Serif, "Times New Roman", Times, serif;
    font-size: 1.25rem;
    font-style: italic;
    padding: 24px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .card.card-quote blockquote {
        padding: 12px; } }
    @media only screen and (max-width: 767px) {
      .card.card-quote blockquote {
        padding: 1rem; } }
    @media print {
      .card.card-quote blockquote {
        font-size: 12pt; } }
    .card.card-quote blockquote:before {
      display: inline-block;
      content: open-quote;
      font-size: 70px;
      margin-right: 15px;
      line-height: 1px;
      height: auto;
      vertical-align: bottom; }
    .card.card-quote blockquote:after {
      content: close-quote;
      margin-left: .05em; }
    .card.card-quote blockquote p {
      display: inline; }
  .card.card-quote .card-action {
    margin: 0; }

.card.card-promo {
  background: #e1e1e1; }

.card.card-locations {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  background: #fff;
  border-radius: 2px; }
  .card.card-locations .card-content {
    padding: 24px;
    text-align: center;
    z-index: 2; }
  .card.card-locations figure {
    height: 100%;
    opacity: 0.5;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1; }
    .card.card-locations figure img {
      border-radius: 2px;
      display: block;
      height: 100%;
      margin: 0;
      width: 100%; }

@media print {
  .card.card-locations-alt .card-flex {
    min-height: 200px; } }

.card.card-locations-alt .card-content {
  position: relative; }

.card.card-locations-alt .map {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  overflow: hidden; }
  @media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .card.card-locations-alt .map {
      width: 45px; } }
  .card.card-locations-alt .map img {
    display: block; }

.card.card-locations-alt .location-content {
  padding-left: 75px; }
  @media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .card.card-locations-alt .location-content {
      padding-left: 55px; } }

.card.card-locations-alt .location-name .location-title {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4; }

.card.card-locations-alt .location-name a:hover .location-title {
  text-decoration: underline; }

.card.card-locations-alt .distance {
  font-size: 0.8125rem;
  margin-bottom: .66em; }

.card.card-locations-alt .location-phone {
  font-weight: 700; }

.card.card-locations-alt .location-actions {
  margin-top: 1.25em; }
  .card.card-locations-alt .location-actions .flex-item, .card.card-locations-alt .location-actions .la-ball-clip-rotate > div, .card.card-locations-alt .location-actions .section-locations .locations-container .locations-item, .section-locations .locations-container .card.card-locations-alt .location-actions .locations-item {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; }
  .card.card-locations-alt .location-actions .tel {
    font-weight: 400; }
    @media only screen and (min-width: 768px) {
      .card.card-locations-alt .location-actions .tel {
        display: none; } }
    .card.card-locations-alt .location-actions .tel .call-icon .material-icons, .card.card-locations-alt .location-actions .tel .call-icon .icon-request-appointment:before, .card.card-locations-alt .location-actions .tel .call-icon .icon-watch-video:before, .card.card-locations-alt .location-actions .tel .call-icon .icon-play:before, .card.card-locations-alt .location-actions .tel .call-icon .icon-person-location:before, .card.card-locations-alt .location-actions .tel .call-icon .icon-details-top:before, .card.card-locations-alt .location-actions .tel .call-icon .icon-details-left:before, .card.card-locations-alt .location-actions .tel .call-icon .icon-directions:before, .card.card-locations-alt .location-actions .tel .call-icon .icon-directions-alt:before, .card.card-locations-alt .location-actions .tel .call-icon .icon-send-message:before, .card.card-locations-alt .location-actions .tel .call-icon .icon-phone-top:before, .card.card-locations-alt .location-actions .tel .call-icon .icon-phone-left:before, .card.card-locations-alt .location-actions .tel .call-icon .icon-comment:before, .card.card-locations-alt .location-actions .tel .call-icon .icon-cancel-search:before, .card.card-locations-alt .location-actions .tel .call-icon .panel-footer .panel-footer-more:before, .panel-footer .card.card-locations-alt .location-actions .tel .call-icon .panel-footer-more:before, .card.card-locations-alt .location-actions .tel .call-icon .panel-toggle .panel-toggle-trigger:after, .panel-toggle .card.card-locations-alt .location-actions .tel .call-icon .panel-toggle-trigger:after, .card.card-locations-alt .location-actions .tel .call-icon .video-item figure:before, .video-item .card.card-locations-alt .location-actions .tel .call-icon figure:before, .card.card-locations-alt .location-actions .tel .call-icon .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .card.card-locations-alt .location-actions .tel .call-icon div[id*="thumbnail"]:before, .card.card-locations-alt .location-actions .tel .call-icon .card-trigger a:after, .card-trigger .card.card-locations-alt .location-actions .tel .call-icon a:after, .card.card-locations-alt .location-actions .tel .call-icon .card-video .card-image:before, .card-video .card.card-locations-alt .location-actions .tel .call-icon .card-image:before, .card.card-locations-alt .location-actions .tel .call-icon .card-content-figure figure.video a:before, .card-content-figure figure.video .card.card-locations-alt .location-actions .tel .call-icon a:before, .card.card-locations-alt .location-actions .tel .call-icon .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .card.card-locations-alt .location-actions .tel .call-icon [data-role="remove"]:after, .card.card-locations-alt .location-actions .tel .call-icon .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .card.card-locations-alt .location-actions .tel .call-icon .brightcove-video:after, .card.card-locations-alt .location-actions .tel .call-icon .section-location-details .btn-req-appt:after, .section-location-details .card.card-locations-alt .location-actions .tel .call-icon .btn-req-appt:after,
    .card.card-locations-alt .location-actions .tel .call-icon .section-location-details .btn-dr-location:after, .section-location-details .card.card-locations-alt .location-actions .tel .call-icon .btn-dr-location:after, .card.card-locations-alt .location-actions .tel .call-icon .locations2 .hospital-video a:before, .locations2 .hospital-video .card.card-locations-alt .location-actions .tel .call-icon a:before, .card.card-locations-alt .location-actions .tel .call-icon .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .card.card-locations-alt .location-actions .tel .call-icon .icon-arrow:after, .card.card-locations-alt .location-actions .tel .call-icon .back-to-top:before, .card.card-locations-alt .location-actions .tel .call-icon .video-library .video-library-image:before, .video-library .card.card-locations-alt .location-actions .tel .call-icon .video-library-image:before {
      display: block;
      margin: 0 auto; }

.card.card-locations-alt .locations-checkin {
  background: #fff;
  border-top: 1px solid #eeeeee;
  padding: 24px;
  margin: 24px -24px -24px -24px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .card.card-locations-alt .locations-checkin {
      padding: 12px;
      margin: 24px -12px -24px -12px; } }
  @media only screen and (max-width: 767px) {
    .card.card-locations-alt .locations-checkin {
      padding: 12px;
      margin: 24px -16px -24px -16px; } }
  .card.card-locations-alt .locations-checkin .available-time {
    margin-bottom: 14px; }
  .card.card-locations-alt .locations-checkin .card-heading {
    margin: 0; }
  .card.card-locations-alt .locations-checkin .highlight-green {
    color: #24bf7a;
    font-size: 1.25rem;
    margin-bottom: 14px; }
  .card.card-locations-alt .locations-checkin .check-in-now .material-icons, .card.card-locations-alt .locations-checkin .check-in-now .icon-request-appointment:before, .card.card-locations-alt .locations-checkin .check-in-now .icon-watch-video:before, .card.card-locations-alt .locations-checkin .check-in-now .icon-play:before, .card.card-locations-alt .locations-checkin .check-in-now .icon-person-location:before, .card.card-locations-alt .locations-checkin .check-in-now .icon-details-top:before, .card.card-locations-alt .locations-checkin .check-in-now .icon-details-left:before, .card.card-locations-alt .locations-checkin .check-in-now .icon-directions:before, .card.card-locations-alt .locations-checkin .check-in-now .icon-directions-alt:before, .card.card-locations-alt .locations-checkin .check-in-now .icon-send-message:before, .card.card-locations-alt .locations-checkin .check-in-now .icon-phone-top:before, .card.card-locations-alt .locations-checkin .check-in-now .icon-phone-left:before, .card.card-locations-alt .locations-checkin .check-in-now .icon-comment:before, .card.card-locations-alt .locations-checkin .check-in-now .icon-cancel-search:before, .card.card-locations-alt .locations-checkin .check-in-now .panel-footer .panel-footer-more:before, .panel-footer .card.card-locations-alt .locations-checkin .check-in-now .panel-footer-more:before, .card.card-locations-alt .locations-checkin .check-in-now .panel-toggle .panel-toggle-trigger:after, .panel-toggle .card.card-locations-alt .locations-checkin .check-in-now .panel-toggle-trigger:after, .card.card-locations-alt .locations-checkin .check-in-now .video-item figure:before, .video-item .card.card-locations-alt .locations-checkin .check-in-now figure:before, .card.card-locations-alt .locations-checkin .check-in-now .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .card.card-locations-alt .locations-checkin .check-in-now div[id*="thumbnail"]:before, .card.card-locations-alt .locations-checkin .check-in-now .card-trigger a:after, .card-trigger .card.card-locations-alt .locations-checkin .check-in-now a:after, .card.card-locations-alt .locations-checkin .check-in-now .card-video .card-image:before, .card-video .card.card-locations-alt .locations-checkin .check-in-now .card-image:before, .card.card-locations-alt .locations-checkin .check-in-now .card-content-figure figure.video a:before, .card-content-figure figure.video .card.card-locations-alt .locations-checkin .check-in-now a:before, .card.card-locations-alt .locations-checkin .check-in-now .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .card.card-locations-alt .locations-checkin .check-in-now [data-role="remove"]:after, .card.card-locations-alt .locations-checkin .check-in-now .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .card.card-locations-alt .locations-checkin .check-in-now .brightcove-video:after, .card.card-locations-alt .locations-checkin .check-in-now .section-location-details .btn-req-appt:after, .section-location-details .card.card-locations-alt .locations-checkin .check-in-now .btn-req-appt:after,
  .card.card-locations-alt .locations-checkin .check-in-now .section-location-details .btn-dr-location:after, .section-location-details .card.card-locations-alt .locations-checkin .check-in-now .btn-dr-location:after, .card.card-locations-alt .locations-checkin .check-in-now .locations2 .hospital-video a:before, .locations2 .hospital-video .card.card-locations-alt .locations-checkin .check-in-now a:before, .card.card-locations-alt .locations-checkin .check-in-now .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .card.card-locations-alt .locations-checkin .check-in-now .icon-arrow:after, .card.card-locations-alt .locations-checkin .check-in-now .back-to-top:before, .card.card-locations-alt .locations-checkin .check-in-now .video-library .video-library-image:before, .video-library .card.card-locations-alt .locations-checkin .check-in-now .video-library-image:before {
    margin-right: 2px; }

.card.card-locations-img-lg .map {
  width: 100px; }

.card.card-locations-img-lg .card-content {
  min-height: 100px; }

.card.card-locations-img-lg .location-content {
  padding-left: 115px; }

.card.card-image-zoom .zoom-wrapper {
  position: relative;
  min-height: 130px; }

.card.card-image-zoom .zoom-image {
  position: absolute;
  width: 85px;
  height: 110px;
  left: 12px;
  top: 0; }
  .card.card-image-zoom .zoom-image .fancybox-enlarge {
    display: block; }
  .card.card-image-zoom .zoom-image img {
    display: block;
    border: 1px solid #ddd;
    padding: 4px; }

.card.card-image-zoom .zoom-body {
  width: calc(100% - 105px);
  margin-left: 105px; }

.card.card-enewsletter .card-content.card-figure .card-content-figure figure {
  margin-right: 2px; }

.card.card-enewsletter .card-content.card-figure .card-content-figure .figure-title .card-title {
  font-size: 14px; }

.card.card-enewsletter #loader-signup-card {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.card.card-enewsletter .field-validation-error {
  bottom: 50%; }
  @media only screen and (max-width: 767px) {
    .card.card-enewsletter .field-validation-error {
      bottom: auto; } }

.card.card-enewsletter .btn {
  width: 100%;
  display: block;
  margin: 16px 0 0 0; }

.card-full .card-header {
  padding: 0 24px; }
  @media only screen and (max-width: 767px) {
    .card-full .card-header {
      padding: 0 16px; } }

.card-full .card-title {
  font-size: 14px;
  font-weight: 600; }

.card-full .card-content ul {
  margin: 0; }
  .card-full .card-content ul li a {
    text-decoration: underline; }

.card-toggle {
  margin-bottom: 40px; }
  .card-toggle > .card-content {
    height: 100px; }

.card-trigger {
  border-top: 1px solid #eeeeee;
  padding: 15px 20px; }
  .card-trigger a {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: -6px; }
    .card-trigger a:after {
      background-color: #f6f6f7;
      border: 1px solid #d4d5d6;
      border-radius: 50%;
      display: inline-block;
      content: "keyboard_arrow_down";
      height: 36px;
      left: 50%;
      line-height: 36px;
      margin-left: -18px;
      position: absolute;
      text-align: center;
      top: 20px;
      width: 36px; }

.card-content-button {
  padding-bottom: 0; }

.card-video .card-image {
  background: #000;
  position: relative;
  display: block; }
  .card-video .card-image:before {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    content: "play_circle_filled";
    font-size: 56px;
    width: 60px;
    height: 60px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0.8; }
  .card-video .card-image:hover:before {
    opacity: 1; }
  .card-video .card-image img {
    margin: 0 auto; }

.card-content-figure {
  padding: 0 0 12px 0;
  position: relative; }
  .card-content-figure figure {
    float: left;
    position: relative;
    width: 80px; }
    @media print {
      .card-content-figure figure {
        display: none; } }
    .card-content-figure figure img {
      display: block; }
    .card-content-figure figure.map img {
      max-width: 65px;
      max-height: 65px; }
    .card-content-figure figure.person img {
      border-radius: 50%; }
    .card-content-figure figure.video a:before {
      color: #fff;
      content: "play_circle_filled";
      font-size: 36px;
      left: 12px;
      opacity: 0.8;
      position: absolute;
      top: 12px; }
    .card-content-figure figure.video a:hover:before {
      opacity: .9; }
  .card-content-figure .figure-title {
    float: right;
    width: calc(100% - 80px); }
    @media print {
      .card-content-figure .figure-title {
        width: 100%; } }

.card-content-list {
  margin: 0 0 1em 0; }
  .card-content-list li {
    margin: 0 0 1em 0; }
    .card-content-list li .phone-num {
      font-size: 1rem;
      font-weight: 600; }

.card-content-distance,
.card-content-action {
  float: left;
  width: 50%; }

.card-content-distance {
  margin-top: 19px;
  font-size: 14px; }

.card-content-action {
  text-align: right; }
  .card-content-action a {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 2;
    text-align: center; }
    .card-content-action a.tel {
      font-weight: 600; }
    .card-content-action a .material-icons, .card-content-action a .icon-request-appointment:before, .card-content-action a .icon-watch-video:before, .card-content-action a .icon-play:before, .card-content-action a .icon-person-location:before, .card-content-action a .icon-details-top:before, .card-content-action a .icon-details-left:before, .card-content-action a .icon-directions:before, .card-content-action a .icon-directions-alt:before, .card-content-action a .icon-send-message:before, .card-content-action a .icon-phone-top:before, .card-content-action a .icon-phone-left:before, .card-content-action a .icon-comment:before, .card-content-action a .icon-cancel-search:before, .card-content-action a .panel-footer .panel-footer-more:before, .panel-footer .card-content-action a .panel-footer-more:before, .card-content-action a .panel-toggle .panel-toggle-trigger:after, .panel-toggle .card-content-action a .panel-toggle-trigger:after, .card-content-action a .video-item figure:before, .video-item .card-content-action a figure:before, .card-content-action a .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .card-content-action a div[id*="thumbnail"]:before, .card-content-action a .card-trigger a:after, .card-trigger .card-content-action a a:after, .card-content-action a .card-video .card-image:before, .card-video .card-content-action a .card-image:before, .card-content-action a .card-content-figure figure.video a:before, .card-content-figure figure.video .card-content-action a a:before, .card-content-action a .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .card-content-action a [data-role="remove"]:after, .card-content-action a .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .card-content-action a .brightcove-video:after, .card-content-action a .section-location-details .btn-req-appt:after, .section-location-details .card-content-action a .btn-req-appt:after,
    .card-content-action a .section-location-details .btn-dr-location:after, .section-location-details .card-content-action a .btn-dr-location:after, .card-content-action a .locations2 .hospital-video a:before, .locations2 .hospital-video .card-content-action a a:before, .card-content-action a .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .card-content-action a .icon-arrow:after, .card-content-action a .back-to-top:before, .card-content-action a .video-library .video-library-image:before, .video-library .card-content-action a .video-library-image:before {
      font-size: 1.4375rem;
      display: block;
      margin: 0 auto; }
  @media print {
    .card-content-action {
      display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-three-col-component .card .card-content .card-title {
    font-size: 14px; } }

@media only screen and (max-width: 767px) {
  .section-three-col-component .mobile-collapse-cards .card {
    max-height: 0;
    margin: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.8s;
    transition: max-height 0.8s; }
  .section-three-col-component .mobile-collapse-cards.expanded .card {
    max-height: 300px;
    margin-bottom: 12px; }
  .section-three-col-component .mobile-collapse-cards.expanded .panel-alt-header {
    background: transparent; }
    .section-three-col-component .mobile-collapse-cards.expanded .panel-alt-header:after {
      content: '\2212'; }
    .section-three-col-component .mobile-collapse-cards.expanded .panel-alt-header .panel-title {
      color: #333;
      font-weight: 600; }
  .section-three-col-component .mobile-collapse-cards .panel-alt-header {
    position: relative;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #00778a;
    -webkit-transition: background-color 0.8s;
    transition: background-color 0.8s; }
    .section-three-col-component .mobile-collapse-cards .panel-alt-header .panel-header {
      margin-bottom: 1px;
      padding: 20px 16px; }
    .section-three-col-component .mobile-collapse-cards .panel-alt-header .panel-title {
      color: #00778a;
      font-weight: 400; }
    .section-three-col-component .mobile-collapse-cards .panel-alt-header:after {
      content: '+';
      position: absolute;
      top: 10px;
      right: 16px;
      font-size: 1.5rem; }
    .section-three-col-component .mobile-collapse-cards .panel-alt-header p {
      display: none; } }

.callout-sidebar .card-general .card-content a {
  text-decoration: underline; }

.callout-sidebar .card-general .card-content .link-wrapper {
  text-decoration: none; }

.no-mobile .callout-sidebar .card-general .card-content a {
  text-decoration: none; }

.callout-sidebar .doctors .card.card-doctor .card-flex {
  background: #fff;
  width: 100%;
  max-width: 100%;
  padding: 24px;
  border-radius: 2px; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .callout-sidebar .doctors .card.card-doctor .card-flex {
      padding: 12px 12px 8px; } }
  .callout-sidebar .doctors .card.card-doctor .card-flex .doctor-photo figure {
    width: 90px;
    height: 90px; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .callout-sidebar .doctors .card.card-doctor .card-flex .doctor-photo figure {
        width: 70px;
        height: 70px; } }
  .callout-sidebar .doctors .card.card-doctor .card-flex .doctor-name {
    font-size: .95rem;
    margin: 0 0 15px; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .callout-sidebar .doctors .card.card-doctor .card-flex .doctor-name {
        margin: 0 0 5px;
        font-size: .85rem; } }
  @media only screen and (min-width: 1200px) {
    .callout-sidebar .doctors .card.card-doctor .card-flex .doctor-name-location {
      padding-left: 12px; } }
  .callout-sidebar .doctors .card.card-doctor .card-flex .doctor-groups {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
    .callout-sidebar .doctors .card.card-doctor .card-flex .doctor-groups .group-name.group-logo .group-logo-text {
      width: auto;
      left: 0; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .callout-sidebar .doctors .card.card-doctor .card-flex .btn {
      padding: .75em .5em; } }

.main-content.md-6 .location-row .lg-4, .main-content.md-6 .location-row .lg-8,
.main-content.md-8 .location-row .lg-4,
.list-stacked dd.main-content .location-row .lg-4,
.main-content.md-8 .location-row .lg-8,
.list-stacked dd.main-content .location-row .lg-8,
.main-content.md-9 .location-row .lg-4,
.main-content.md-9 .location-row .lg-8,
.main-content.full .location-row .lg-4,
.main-content.full .location-row .lg-8 {
  width: 50%; }
  @media only screen and (max-width: 1023px) {
    .main-content.md-6 .location-row .lg-4, .main-content.md-6 .location-row .lg-8,
    .main-content.md-8 .location-row .lg-4,
    .list-stacked dd.main-content .location-row .lg-4,
    .main-content.md-8 .location-row .lg-8,
    .list-stacked dd.main-content .location-row .lg-8,
    .main-content.md-9 .location-row .lg-4,
    .main-content.md-9 .location-row .lg-8,
    .main-content.full .location-row .lg-4,
    .main-content.full .location-row .lg-8 {
      width: 100%; } }
  @media print {
    .main-content.md-6 .location-row .lg-4, .main-content.md-6 .location-row .lg-8,
    .main-content.md-8 .location-row .lg-4,
    .list-stacked dd.main-content .location-row .lg-4,
    .main-content.md-8 .location-row .lg-8,
    .list-stacked dd.main-content .location-row .lg-8,
    .main-content.md-9 .location-row .lg-4,
    .main-content.md-9 .location-row .lg-8,
    .main-content.full .location-row .lg-4,
    .main-content.full .location-row .lg-8 {
      width: 100%; } }

.main-content.md-6 .group-cards.one-column .card,
.main-content.md-8 .group-cards.one-column .card,
.list-stacked dd.main-content .group-cards.one-column .card,
.main-content.md-9 .group-cards.one-column .card,
.main-content.full .group-cards.one-column .card {
  width: 100%; }

.main-content.md-6 .group-cards.two-column .card,
.main-content.md-8 .group-cards.two-column .card,
.list-stacked dd.main-content .group-cards.two-column .card,
.main-content.md-9 .group-cards.two-column .card,
.main-content.full .group-cards.two-column .card {
  width: 50%; }
  @media only screen and (max-width: 900px) {
    .main-content.md-6 .group-cards.two-column .card,
    .main-content.md-8 .group-cards.two-column .card,
    .list-stacked dd.main-content .group-cards.two-column .card,
    .main-content.md-9 .group-cards.two-column .card,
    .main-content.full .group-cards.two-column .card {
      width: 100%; } }
  @media print {
    .main-content.md-6 .group-cards.two-column .card,
    .main-content.md-8 .group-cards.two-column .card,
    .list-stacked dd.main-content .group-cards.two-column .card,
    .main-content.md-9 .group-cards.two-column .card,
    .main-content.full .group-cards.two-column .card {
      width: 49%; } }

.main-content.md-6 .group-cards.three-column .card,
.main-content.md-8 .group-cards.three-column .card,
.list-stacked dd.main-content .group-cards.three-column .card,
.main-content.md-9 .group-cards.three-column .card,
.main-content.full .group-cards.three-column .card {
  width: 33.33%; }
  @media only screen and (max-width: 1023px) {
    .main-content.md-6 .group-cards.three-column .card,
    .main-content.md-8 .group-cards.three-column .card,
    .list-stacked dd.main-content .group-cards.three-column .card,
    .main-content.md-9 .group-cards.three-column .card,
    .main-content.full .group-cards.three-column .card {
      width: 50%; } }
  @media only screen and (max-width: 900px) {
    .main-content.md-6 .group-cards.three-column .card,
    .main-content.md-8 .group-cards.three-column .card,
    .list-stacked dd.main-content .group-cards.three-column .card,
    .main-content.md-9 .group-cards.three-column .card,
    .main-content.full .group-cards.three-column .card {
      width: 100%; } }
  @media print {
    .main-content.md-6 .group-cards.three-column .card,
    .main-content.md-8 .group-cards.three-column .card,
    .list-stacked dd.main-content .group-cards.three-column .card,
    .main-content.md-9 .group-cards.three-column .card,
    .main-content.full .group-cards.three-column .card {
      width: 49%; } }

@media only screen and (max-width: 1199px) {
  .main-content.md-6 .group-cards.three-column .card-locations-img-lg,
  .main-content.md-8 .group-cards.three-column .card-locations-img-lg,
  .list-stacked dd.main-content .group-cards.three-column .card-locations-img-lg,
  .main-content.md-9 .group-cards.three-column .card-locations-img-lg,
  .main-content.full .group-cards.three-column .card-locations-img-lg {
    width: 50%; } }

@media only screen and (max-width: 900px) {
  .main-content.md-6 .group-cards.three-column .card-locations-img-lg,
  .main-content.md-8 .group-cards.three-column .card-locations-img-lg,
  .list-stacked dd.main-content .group-cards.three-column .card-locations-img-lg,
  .main-content.md-9 .group-cards.three-column .card-locations-img-lg,
  .main-content.full .group-cards.three-column .card-locations-img-lg {
    width: 100%; } }

@media print {
  .main-content.md-6 .group-cards.three-column .card-locations-img-lg,
  .main-content.md-8 .group-cards.three-column .card-locations-img-lg,
  .list-stacked dd.main-content .group-cards.three-column .card-locations-img-lg,
  .main-content.md-9 .group-cards.three-column .card-locations-img-lg,
  .main-content.full .group-cards.three-column .card-locations-img-lg {
    width: 49%; } }

.main-content.md-6 .group-cards.four-column .card,
.main-content.md-8 .group-cards.four-column .card,
.list-stacked dd.main-content .group-cards.four-column .card,
.main-content.md-9 .group-cards.four-column .card,
.main-content.full .group-cards.four-column .card {
  width: 25%; }
  @media only screen and (max-width: 1200px) {
    .main-content.md-6 .group-cards.four-column .card,
    .main-content.md-8 .group-cards.four-column .card,
    .list-stacked dd.main-content .group-cards.four-column .card,
    .main-content.md-9 .group-cards.four-column .card,
    .main-content.full .group-cards.four-column .card {
      width: 33.3%; } }
  @media only screen and (max-width: 1023px) {
    .main-content.md-6 .group-cards.four-column .card,
    .main-content.md-8 .group-cards.four-column .card,
    .list-stacked dd.main-content .group-cards.four-column .card,
    .main-content.md-9 .group-cards.four-column .card,
    .main-content.full .group-cards.four-column .card {
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .main-content.md-6 .group-cards.four-column .card,
    .main-content.md-8 .group-cards.four-column .card,
    .list-stacked dd.main-content .group-cards.four-column .card,
    .main-content.md-9 .group-cards.four-column .card,
    .main-content.full .group-cards.four-column .card {
      width: 100%; } }
  @media print {
    .main-content.md-6 .group-cards.four-column .card,
    .main-content.md-8 .group-cards.four-column .card,
    .list-stacked dd.main-content .group-cards.four-column .card,
    .main-content.md-9 .group-cards.four-column .card,
    .main-content.full .group-cards.four-column .card {
      width: 49%; } }

.main-content.md-6 .tabs-doctor-search-results .group-cards.four-column .card,
.main-content.md-8 .tabs-doctor-search-results .group-cards.four-column .card,
.list-stacked dd.main-content .tabs-doctor-search-results .group-cards.four-column .card,
.main-content.md-9 .tabs-doctor-search-results .group-cards.four-column .card,
.main-content.full .tabs-doctor-search-results .group-cards.four-column .card {
  width: 25%; }
  @media only screen and (max-width: 1279px) {
    .main-content.md-6 .tabs-doctor-search-results .group-cards.four-column .card,
    .main-content.md-8 .tabs-doctor-search-results .group-cards.four-column .card,
    .list-stacked dd.main-content .tabs-doctor-search-results .group-cards.four-column .card,
    .main-content.md-9 .tabs-doctor-search-results .group-cards.four-column .card,
    .main-content.full .tabs-doctor-search-results .group-cards.four-column .card {
      width: 33.33%; } }
  @media only screen and (max-width: 767px) {
    .main-content.md-6 .tabs-doctor-search-results .group-cards.four-column .card,
    .main-content.md-8 .tabs-doctor-search-results .group-cards.four-column .card,
    .list-stacked dd.main-content .tabs-doctor-search-results .group-cards.four-column .card,
    .main-content.md-9 .tabs-doctor-search-results .group-cards.four-column .card,
    .main-content.full .tabs-doctor-search-results .group-cards.four-column .card {
      width: 50%; } }
  @media only screen and (max-width: 480px) {
    .main-content.md-6 .tabs-doctor-search-results .group-cards.four-column .card,
    .main-content.md-8 .tabs-doctor-search-results .group-cards.four-column .card,
    .list-stacked dd.main-content .tabs-doctor-search-results .group-cards.four-column .card,
    .main-content.md-9 .tabs-doctor-search-results .group-cards.four-column .card,
    .main-content.full .tabs-doctor-search-results .group-cards.four-column .card {
      width: 100%; } }
  @media print {
    .main-content.md-6 .tabs-doctor-search-results .group-cards.four-column .card,
    .main-content.md-8 .tabs-doctor-search-results .group-cards.four-column .card,
    .list-stacked dd.main-content .tabs-doctor-search-results .group-cards.four-column .card,
    .main-content.md-9 .tabs-doctor-search-results .group-cards.four-column .card,
    .main-content.full .tabs-doctor-search-results .group-cards.four-column .card {
      width: 49%; } }

@media print {
  .has-left-nav .main-content.md-9 {
    width: 100%; } }

@media print {
  .has-left-nav .main-content.md-6 {
    width: 75%; } }

.main-content.md-6 .group-cards.one-column .card {
  width: 100%; }

.main-content.md-6 .group-cards.two-column .card,
.main-content.md-6 .group-cards.three-column .card,
.main-content.md-6 .group-cards.four-column .card {
  width: 50%; }
  .main-content.md-6 .group-cards.two-column .card.card-locations-img-lg,
  .main-content.md-6 .group-cards.three-column .card.card-locations-img-lg,
  .main-content.md-6 .group-cards.four-column .card.card-locations-img-lg {
    width: 100%; }
  @media only screen and (max-width: 1023px) {
    .main-content.md-6 .group-cards.two-column .card,
    .main-content.md-6 .group-cards.three-column .card,
    .main-content.md-6 .group-cards.four-column .card {
      width: 100%; } }
  @media print {
    .main-content.md-6 .group-cards.two-column .card,
    .main-content.md-6 .group-cards.three-column .card,
    .main-content.md-6 .group-cards.four-column .card {
      width: 100%; } }

.main-content.md-12 .group-cards.one-column .card {
  width: 100%; }

.main-content.md-12 .group-cards.two-column .card {
  width: 50%; }
  @media only screen and (max-width: 767px) {
    .main-content.md-12 .group-cards.two-column .card {
      width: 100%; } }
  @media print {
    .main-content.md-12 .group-cards.two-column .card {
      width: 49%; } }

.main-content.md-12 .group-cards.three-column .card {
  width: 33.33%; }
  @media only screen and (max-width: 1023px) {
    .main-content.md-12 .group-cards.three-column .card {
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .main-content.md-12 .group-cards.three-column .card {
      width: 100%; } }
  @media print {
    .main-content.md-12 .group-cards.three-column .card {
      width: 49%; } }

.main-content.md-12 .group-cards.four-column .card {
  width: 25%; }
  @media only screen and (max-width: 1279px) {
    .main-content.md-12 .group-cards.four-column .card {
      width: 33.33%; } }
  @media only screen and (max-width: 1023px) {
    .main-content.md-12 .group-cards.four-column .card {
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .main-content.md-12 .group-cards.four-column .card {
      width: 100%; } }
  @media print {
    .main-content.md-12 .group-cards.four-column .card {
      width: 49%; } }

.panel-alt-header.panel-mtt-header {
  padding-top: 24px; }

.panel-title-link {
  margin-left: 10px;
  font-size: 13px; }

@media only screen and (max-width: 767px) {
  .card-wide .col, .card-wide .list-stacked dt, .list-stacked .card-wide dt, .card-wide .list-stacked dd, .list-stacked .card-wide dd {
    margin: 8px 0; } }

.card-wide .panel {
  padding-top: 0;
  padding-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .card-wide .panel {
      padding: 16px 0; } }

@media only screen and (max-width: 767px) {
  .card-wide .panel-content .btn-group .btn:first-of-type {
    margin-top: 16px; } }

.card-wide .photo-circle,
.card-wide .doctor-detail-content,
.card-wide .doctor-actions {
  margin: 0 auto; }
  @media only screen and (min-width: 1024px) {
    .card-wide .photo-circle,
    .card-wide .doctor-detail-content,
    .card-wide .doctor-actions {
      float: left;
      margin: 0; } }

.card-wide .photo-circle {
  width: 150px;
  height: 150px; }
  @media only screen and (max-width: 1023px) {
    .card-wide .photo-circle {
      width: 100px;
      height: 100px; } }

.card-wide .doctor-detail-content {
  width: 100%;
  padding: 12px 12px 0 12px;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .card-wide .doctor-detail-content {
      width: calc(100% - 390px);
      text-align: left;
      padding: 24px; } }
  .card-wide .doctor-detail-content .doctor-name {
    margin: 0 0 5px 0; }
    @media only screen and (max-width: 767px) {
      .card-wide .doctor-detail-content .doctor-name {
        font-size: 15px; } }
  .card-wide .doctor-detail-content .doctor-bio {
    margin: 10px 0 0 0; }

.card-wide .specialty {
  margin-bottom: 16px; }

.card-wide .doctor-actions {
  width: 240px;
  padding: 12px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .card-wide .doctor-actions {
      padding: 40px 10px 0 10px; } }

.card-wide .card.card-video {
  background: transparent; }

@media only screen and (max-width: 767px) {
  .max-80 .md-4, .max-80 .list-stacked dt, .list-stacked .max-80 dt {
    margin-bottom: 16px; } }

.callout-sidebar .card-mtt.card-small {
  background: #fff;
  padding-top: 24px; }
  .callout-sidebar .card-mtt.card-small .card-content {
    padding: 0 24px 10px 24px; }
    @media only screen and (max-width: 767px) {
      .callout-sidebar .card-mtt.card-small .card-content {
        padding: 0 24px 0 95px;
        border: 0; } }
  .callout-sidebar .card-mtt.card-small .doctor-quote {
    padding: 0 24px 24px 24px; }
  .callout-sidebar .card-mtt.card-small .card-action {
    position: relative; }
    .callout-sidebar .card-mtt.card-small .card-action .watch-video {
      text-align: left;
      padding: 0;
      margin: 0; }
  .callout-sidebar .card-mtt.card-small .doctor-name,
  .callout-sidebar .card-mtt.card-small .doctor-title {
    margin-bottom: 8px; }
  .callout-sidebar .card-mtt.card-small .doctor-title,
  .callout-sidebar .card-mtt.card-small .specialty .name,
  .callout-sidebar .card-mtt.card-small blockquote {
    font-size: 14px; }
  .callout-sidebar .card-mtt.card-small blockquote:before {
    display: inline-block;
    vertical-align: inherit;
    font-size: 24px;
    line-height: 0;
    height: auto; }

.card-mtt.card-small .photo-circle {
  width: 125px;
  height: 125px;
  margin-bottom: 16px; }
  @media only screen and (max-width: 767px) {
    .card-mtt.card-small .photo-circle {
      position: absolute;
      left: 10px;
      top: 12px;
      width: 75px;
      height: 75px;
      margin: 0; } }

.card-mtt.card-small .card-content {
  padding-left: 90px;
  border-bottom: 1px solid #eeeeee; }
  @media only screen and (min-width: 768px) {
    .card-mtt.card-small .card-content {
      text-align: center;
      padding-left: 0;
      border: 0; } }

.card-mtt.card-small .show-doctor-detail-flyup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.card-mtt.card-small .card-doctor-header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-mtt.card-small .card-doctor-header-top .doctor-name {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

.card-mtt.card-small .doctor-rating-wrapper {
  margin: 0 auto 10px auto; }
  @media only screen and (max-width: 767px) {
    .card-mtt.card-small .doctor-rating-wrapper {
      margin: 0 0 10px 0; } }
  .card-mtt.card-small .doctor-rating-wrapper .rating-count {
    color: #333; }

.card-mtt.card-small .doctor-rating {
  margin-top: 0; }
  .card-mtt.card-small .doctor-rating .doctor-rating-number {
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 2px 0 0;
    color: #333; }
  .card-mtt.card-small .doctor-rating .doctor-rating-stars {
    display: inline-block; }
    .card-mtt.card-small .doctor-rating .doctor-rating-stars .material-icons, .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-request-appointment:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-watch-video:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-play:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-person-location:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-details-top:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-details-left:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-directions:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-directions-alt:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-send-message:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-phone-top:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-phone-left:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-comment:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-cancel-search:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .panel-footer .panel-footer-more:before, .panel-footer .card-mtt.card-small .doctor-rating .doctor-rating-stars .panel-footer-more:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .panel-toggle .panel-toggle-trigger:after, .panel-toggle .card-mtt.card-small .doctor-rating .doctor-rating-stars .panel-toggle-trigger:after, .card-mtt.card-small .doctor-rating .doctor-rating-stars .video-item figure:before, .video-item .card-mtt.card-small .doctor-rating .doctor-rating-stars figure:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .card-mtt.card-small .doctor-rating .doctor-rating-stars div[id*="thumbnail"]:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .card-trigger a:after, .card-trigger .card-mtt.card-small .doctor-rating .doctor-rating-stars a:after, .card-mtt.card-small .doctor-rating .doctor-rating-stars .card-video .card-image:before, .card-video .card-mtt.card-small .doctor-rating .doctor-rating-stars .card-image:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .card-content-figure figure.video a:before, .card-content-figure figure.video .card-mtt.card-small .doctor-rating .doctor-rating-stars a:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .card-mtt.card-small .doctor-rating .doctor-rating-stars [data-role="remove"]:after, .card-mtt.card-small .doctor-rating .doctor-rating-stars .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .card-mtt.card-small .doctor-rating .doctor-rating-stars .brightcove-video:after, .card-mtt.card-small .doctor-rating .doctor-rating-stars .section-location-details .btn-req-appt:after, .section-location-details .card-mtt.card-small .doctor-rating .doctor-rating-stars .btn-req-appt:after,
    .card-mtt.card-small .doctor-rating .doctor-rating-stars .section-location-details .btn-dr-location:after, .section-location-details .card-mtt.card-small .doctor-rating .doctor-rating-stars .btn-dr-location:after, .card-mtt.card-small .doctor-rating .doctor-rating-stars .locations2 .hospital-video a:before, .locations2 .hospital-video .card-mtt.card-small .doctor-rating .doctor-rating-stars a:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-arrow:after, .card-mtt.card-small .doctor-rating .doctor-rating-stars .back-to-top:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .video-library .video-library-image:before, .video-library .card-mtt.card-small .doctor-rating .doctor-rating-stars .video-library-image:before {
      margin: 0; }

.group-cards .card-mtt.card-small {
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .group-cards .card-mtt.card-small .card-content {
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -moz-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; } }
  .group-cards .card-mtt.card-small .card-flex {
    padding-bottom: 10px; }
    .group-cards .card-mtt.card-small .card-flex:hover .view-profile {
      color: #009eb3; }
    @media only screen and (max-width: 767px) {
      .group-cards .card-mtt.card-small .card-flex {
        padding: 16px 0; } }
  .group-cards .card-mtt.card-small .mtt-doctor-card-action {
    border: 0;
    height: 55px; }
    @media only screen and (max-width: 767px) {
      .group-cards .card-mtt.card-small .mtt-doctor-card-action {
        height: auto;
        text-align: left;
        padding: 0 0 24px 0; }
        .group-cards .card-mtt.card-small .mtt-doctor-card-action .watch-video {
          text-align: left; } }
  .group-cards .card-mtt.card-small .view-profile {
    display: block;
    color: #00778a; }
    @media only screen and (max-width: 767px) {
      .group-cards .card-mtt.card-small .view-profile {
        text-align: left; } }
  .group-cards .card-mtt.card-small .doctor-name {
    margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .group-cards .card-mtt.card-small .card-content-body {
      text-align: left;
      padding-left: 90px; } }

.card-mtt.card-wide {
  margin-bottom: 10px;
  background-color: #fff;
  padding: 12px; }
  @media only screen and (min-width: 768px) {
    .card-mtt.card-wide {
      padding: 24px;
      margin-bottom: 18px; } }

.card-mtt .photo-circle .img-wrapper img {
  margin: 0 !important; }

.card-mtt .photo-circle figure {
  border: 1px solid #d4d5d6; }

.card-mtt .photo-circle a {
  color: #d4d5d6; }

.card-mtt .specialty {
  font-size: 15px; }
  .card-mtt .specialty .name {
    font-size: 15px;
    font-weight: normal; }

.card-mtt .doctor-card-quote {
  background: #f6f6f7;
  border-left: 3px solid #514689;
  padding: .5em 1em;
  margin: 0; }
  .card-mtt .doctor-card-quote span {
    font-style: italic; }

.card-mtt .view-profile {
  text-decoration: underline; }

.card-mtt .watch-video {
  display: block;
  margin-top: 10px; }
  .card-mtt .watch-video .material-icons.video-play, .card-mtt .watch-video .video-play.icon-request-appointment:before, .card-mtt .watch-video .video-play.icon-watch-video:before, .card-mtt .watch-video .video-play.icon-play:before, .card-mtt .watch-video .video-play.icon-person-location:before, .card-mtt .watch-video .video-play.icon-details-top:before, .card-mtt .watch-video .video-play.icon-details-left:before, .card-mtt .watch-video .video-play.icon-directions:before, .card-mtt .watch-video .video-play.icon-directions-alt:before, .card-mtt .watch-video .video-play.icon-send-message:before, .card-mtt .watch-video .video-play.icon-phone-top:before, .card-mtt .watch-video .video-play.icon-phone-left:before, .card-mtt .watch-video .video-play.icon-comment:before, .card-mtt .watch-video .video-play.icon-cancel-search:before, .card-mtt .watch-video .panel-footer .video-play.panel-footer-more:before, .panel-footer .card-mtt .watch-video .video-play.panel-footer-more:before, .card-mtt .watch-video .panel-toggle .video-play.panel-toggle-trigger:after, .panel-toggle .card-mtt .watch-video .video-play.panel-toggle-trigger:after, .card-mtt .watch-video .video-item figure.video-play:before, .video-item .card-mtt .watch-video figure.video-play:before, .card-mtt .watch-video .wistia_embed div.video-play[id*="thumbnail"]:before, .wistia_embed .card-mtt .watch-video div.video-play[id*="thumbnail"]:before, .card-mtt .watch-video .card-trigger a.video-play:after, .card-trigger .card-mtt .watch-video a.video-play:after, .card-mtt .watch-video .card-video .video-play.card-image:before, .card-video .card-mtt .watch-video .video-play.card-image:before, .card-mtt .watch-video .card-content-figure figure.video a.video-play:before, .card-content-figure figure.video .card-mtt .watch-video a.video-play:before, .card-mtt .watch-video .bootstrap-tagsinput .tag .video-play[data-role="remove"]:after, .bootstrap-tagsinput .tag .card-mtt .watch-video .video-play[data-role="remove"]:after, .card-mtt .watch-video .section-doctor-details .doctor-actions .video-play.brightcove-video:after, .section-doctor-details .doctor-actions .card-mtt .watch-video .video-play.brightcove-video:after, .card-mtt .watch-video .section-location-details .video-play.btn-req-appt:after, .section-location-details .card-mtt .watch-video .video-play.btn-req-appt:after,
  .card-mtt .watch-video .section-location-details .video-play.btn-dr-location:after, .section-location-details .card-mtt .watch-video .video-play.btn-dr-location:after, .card-mtt .watch-video .locations2 .hospital-video a.video-play:before, .locations2 .hospital-video .card-mtt .watch-video a.video-play:before, .card-mtt .watch-video .locations-landing .filters-toggle .filter-item .video-play.icon-arrow:after, .locations-landing .filters-toggle .filter-item .card-mtt .watch-video .video-play.icon-arrow:after, .card-mtt .watch-video .video-play.back-to-top:before, .card-mtt .watch-video .video-library .video-play.video-library-image:before, .video-library .card-mtt .watch-video .video-play.video-library-image:before {
    margin-right: 3px; }
    @media only screen and (max-width: 767px) {
      .card-mtt .watch-video .material-icons.video-play, .card-mtt .watch-video .video-play.icon-request-appointment:before, .card-mtt .watch-video .video-play.icon-watch-video:before, .card-mtt .watch-video .video-play.icon-play:before, .card-mtt .watch-video .video-play.icon-person-location:before, .card-mtt .watch-video .video-play.icon-details-top:before, .card-mtt .watch-video .video-play.icon-details-left:before, .card-mtt .watch-video .video-play.icon-directions:before, .card-mtt .watch-video .video-play.icon-directions-alt:before, .card-mtt .watch-video .video-play.icon-send-message:before, .card-mtt .watch-video .video-play.icon-phone-top:before, .card-mtt .watch-video .video-play.icon-phone-left:before, .card-mtt .watch-video .video-play.icon-comment:before, .card-mtt .watch-video .video-play.icon-cancel-search:before, .card-mtt .watch-video .panel-footer .video-play.panel-footer-more:before, .panel-footer .card-mtt .watch-video .video-play.panel-footer-more:before, .card-mtt .watch-video .panel-toggle .video-play.panel-toggle-trigger:after, .panel-toggle .card-mtt .watch-video .video-play.panel-toggle-trigger:after, .card-mtt .watch-video .video-item figure.video-play:before, .video-item .card-mtt .watch-video figure.video-play:before, .card-mtt .watch-video .wistia_embed div.video-play[id*="thumbnail"]:before, .wistia_embed .card-mtt .watch-video div.video-play[id*="thumbnail"]:before, .card-mtt .watch-video .card-trigger a.video-play:after, .card-trigger .card-mtt .watch-video a.video-play:after, .card-mtt .watch-video .card-video .video-play.card-image:before, .card-video .card-mtt .watch-video .video-play.card-image:before, .card-mtt .watch-video .card-content-figure figure.video a.video-play:before, .card-content-figure figure.video .card-mtt .watch-video a.video-play:before, .card-mtt .watch-video .bootstrap-tagsinput .tag .video-play[data-role="remove"]:after, .bootstrap-tagsinput .tag .card-mtt .watch-video .video-play[data-role="remove"]:after, .card-mtt .watch-video .section-doctor-details .doctor-actions .video-play.brightcove-video:after, .section-doctor-details .doctor-actions .card-mtt .watch-video .video-play.brightcove-video:after, .card-mtt .watch-video .section-location-details .video-play.btn-req-appt:after, .section-location-details .card-mtt .watch-video .video-play.btn-req-appt:after,
      .card-mtt .watch-video .section-location-details .video-play.btn-dr-location:after, .section-location-details .card-mtt .watch-video .video-play.btn-dr-location:after, .card-mtt .watch-video .locations2 .hospital-video a.video-play:before, .locations2 .hospital-video .card-mtt .watch-video a.video-play:before, .card-mtt .watch-video .locations-landing .filters-toggle .filter-item .video-play.icon-arrow:after, .locations-landing .filters-toggle .filter-item .card-mtt .watch-video .video-play.icon-arrow:after, .card-mtt .watch-video .video-play.back-to-top:before, .card-mtt .watch-video .video-library .video-play.video-library-image:before, .video-library .card-mtt .watch-video .video-play.video-library-image:before {
        margin-left: 0; } }
  .card-mtt .watch-video .material-icons, .card-mtt .watch-video .icon-request-appointment:before, .card-mtt .watch-video .icon-watch-video:before, .card-mtt .watch-video .icon-play:before, .card-mtt .watch-video .icon-person-location:before, .card-mtt .watch-video .icon-details-top:before, .card-mtt .watch-video .icon-details-left:before, .card-mtt .watch-video .icon-directions:before, .card-mtt .watch-video .icon-directions-alt:before, .card-mtt .watch-video .icon-send-message:before, .card-mtt .watch-video .icon-phone-top:before, .card-mtt .watch-video .icon-phone-left:before, .card-mtt .watch-video .icon-comment:before, .card-mtt .watch-video .icon-cancel-search:before, .card-mtt .watch-video .panel-footer .panel-footer-more:before, .panel-footer .card-mtt .watch-video .panel-footer-more:before, .card-mtt .watch-video .panel-toggle .panel-toggle-trigger:after, .panel-toggle .card-mtt .watch-video .panel-toggle-trigger:after, .card-mtt .watch-video .video-item figure:before, .video-item .card-mtt .watch-video figure:before, .card-mtt .watch-video .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .card-mtt .watch-video div[id*="thumbnail"]:before, .card-mtt .watch-video .card-trigger a:after, .card-trigger .card-mtt .watch-video a:after, .card-mtt .watch-video .card-video .card-image:before, .card-video .card-mtt .watch-video .card-image:before, .card-mtt .watch-video .card-content-figure figure.video a:before, .card-content-figure figure.video .card-mtt .watch-video a:before, .card-mtt .watch-video .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .card-mtt .watch-video [data-role="remove"]:after, .card-mtt .watch-video .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .card-mtt .watch-video .brightcove-video:after, .card-mtt .watch-video .section-location-details .btn-req-appt:after, .section-location-details .card-mtt .watch-video .btn-req-appt:after,
  .card-mtt .watch-video .section-location-details .btn-dr-location:after, .section-location-details .card-mtt .watch-video .btn-dr-location:after, .card-mtt .watch-video .locations2 .hospital-video a:before, .locations2 .hospital-video .card-mtt .watch-video a:before, .card-mtt .watch-video .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .card-mtt .watch-video .icon-arrow:after, .card-mtt .watch-video .back-to-top:before, .card-mtt .watch-video .video-library .video-library-image:before, .video-library .card-mtt .watch-video .video-library-image:before {
    margin: 0 0 0 7px; }

.section-page-header {
  padding: 24px 0; }
  @media print {
    .section-page-header {
      padding: 0; } }
  .section-page-header figure img {
    display: block;
    margin: 0 auto; }
    @media only screen and (max-width: 479px) {
      .section-page-header figure img {
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    .section-page-header {
      padding-bottom: 0; }
      .section-page-header .section-page-header-content {
        padding: 24px 16px 0 16px; } }
  @media only screen and (max-width: 479px) {
    .section-page-header {
      padding: 0; } }
  .section-page-header .section-title sup {
    font-size: 15px;
    top: -30px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .section-page-header .section-title sup {
        font-size: 13px;
        top: -19px; } }
    @media screen and (max-width: 767px) {
      .section-page-header .section-title sup {
        font-size: 9px;
        top: -10px; } }
    @media screen and (max-width: 479px) {
      .section-page-header .section-title sup {
        top: -7px; } }

.section-content-header {
  padding: 0 0 24px 0; }
  .section-content-header figure img {
    display: block;
    margin: 0 auto;
    width: 100%; }

/* add bottom border */
.section-page-header.border {
  border-bottom: 1px solid #d4d5d6; }

/* deprecated, now using section-hero for full width banner headers */
.section-page-header.banner {
  padding: 0; }
  .section-page-header.banner .background-image {
    height: 370px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .section-page-header.banner .background-image {
        height: auto; }
        .section-page-header.banner .background-image .image-content {
          position: relative; } }
    .section-page-header.banner .background-image .image-content {
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      max-width: 600px;
      padding-left: 40px; }
      @media only screen and (max-width: 767px) {
        .section-page-header.banner .background-image .image-content {
          position: relative; } }
    .section-page-header.banner .background-image img {
      max-width: none;
      width: 100%;
      min-width: 1280px; }
      @media only screen and (max-width: 767px) {
        .section-page-header.banner .background-image img {
          min-width: auto;
          width: 200%;
          margin-left: -50%;
          margin-bottom: 24px; } }

.story-blocks .story-card .card-flex {
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media print {
    .story-blocks .story-card .card-flex {
      display: block;
      padding: 0; } }

.story-blocks .story-card .card-header {
  position: relative; }
  .story-blocks .story-card .card-header .card-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    height: 60px;
    margin-right: 10px;
    overflow: hidden; }
    @media only screen and (max-width: 1100px) {
      .story-blocks .story-card .card-header .card-image {
        width: 60px; } }
    @media print {
      .story-blocks .story-card .card-header .card-image {
        position: relative;
        left: auto;
        top: auto;
        margin: 0; } }
    .story-blocks .story-card .card-header .card-image img {
      display: block;
      max-width: 110px; }
      @media only screen and (max-width: 1100px) {
        .story-blocks .story-card .card-header .card-image img {
          margin-left: -25px; } }
  .story-blocks .story-card .card-header .card-header-content {
    width: calc(100% - 120px);
    margin-left: 120px;
    min-height: 60px; }
    @media only screen and (max-width: 1100px) {
      .story-blocks .story-card .card-header .card-header-content {
        width: calc(100% - 70px);
        margin-left: 70px; } }
    @media print {
      .story-blocks .story-card .card-header .card-header-content {
        width: 100%;
        margin: 10px 0 0 0;
        min-height: 0; } }
  .story-blocks .story-card .card-header .card-category {
    display: block;
    font-size: 0.6875rem;
    font-weight: 600;
    color: #474b4c;
    margin-bottom: 6px; }
  .story-blocks .story-card .card-header .card-title {
    color: #00778a;
    font-size: 14px;
    margin: 0; }
    .story-blocks .story-card .card-header .card-title:hover {
      color: #009eb3;
      text-decoration: underline; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .story-blocks .story-card .card-header .card-title {
        font-size: 0.75rem; } }

.story-blocks .story-card .card-content p {
  margin: 1em 0 0;
  color: #333; }

@media only screen and (max-width: 767px) {
  .section-story-blocks {
    margin-bottom: 16px; } }

.section-story-blocks .story-card {
  width: 33%; }
  @media only screen and (max-width: 767px) {
    .section-story-blocks .story-card {
      width: 100%;
      margin-bottom: 0; } }
  @media print {
    .section-story-blocks .story-card {
      width: 100%;
      display: block;
      padding: 0; }
      .section-story-blocks .story-card .card-image {
        display: none; } }

.aside-story-blocks .story-card {
  width: 100%; }

.aside-story-blocks .view-all {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1em; }

.content-col-set {
  clear: both;
  overflow: hidden; }
  .content-col-set .content-col-1 {
    float: left; }
  .content-col-set .content-col-2 {
    float: right; }
  .content-col-set .content-col-1,
  .content-col-set .content-col-2 {
    width: 49%;
    padding-right: 1%; }
    @media only screen and (max-width: 479px) {
      .content-col-set .content-col-1,
      .content-col-set .content-col-2 {
        width: 100%;
        padding: 0;
        float: none; } }

.page-detail .section-locations {
  visibility: hidden; }

.page-detail .section-off-canvas.off-canvas-bottom {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
  transform: none; }
  .page-detail .section-off-canvas.off-canvas-bottom.hidden {
    visibility: visible !important;
    -webkit-transition: none;
    transition: none; }
  .page-detail .section-off-canvas.off-canvas-bottom .close-canvas,
  .page-detail .section-off-canvas.off-canvas-bottom .close-filter-canvas {
    display: none; }
    .page-detail .section-off-canvas.off-canvas-bottom .close-canvas .assistive-text, .page-detail .section-off-canvas.off-canvas-bottom .close-canvas table caption, table .page-detail .section-off-canvas.off-canvas-bottom .close-canvas caption, .page-detail .section-off-canvas.off-canvas-bottom .close-canvas .card-wide .card.card-video .card-action, .card-wide .card.card-video .page-detail .section-off-canvas.off-canvas-bottom .close-canvas .card-action,
    .page-detail .section-off-canvas.off-canvas-bottom .close-canvas .card-wide .card.card-video .card-content, .card-wide .card.card-video .page-detail .section-off-canvas.off-canvas-bottom .close-canvas .card-content,
    .page-detail .section-off-canvas.off-canvas-bottom .close-filter-canvas .assistive-text,
    .page-detail .section-off-canvas.off-canvas-bottom .close-filter-canvas table caption,
    table .page-detail .section-off-canvas.off-canvas-bottom .close-filter-canvas caption,
    .page-detail .section-off-canvas.off-canvas-bottom .close-filter-canvas .card-wide .card.card-video .card-action,
    .card-wide .card.card-video .page-detail .section-off-canvas.off-canvas-bottom .close-filter-canvas .card-action,
    .page-detail .section-off-canvas.off-canvas-bottom .close-filter-canvas .card-wide .card.card-video .card-content,
    .card-wide .card.card-video .page-detail .section-off-canvas.off-canvas-bottom .close-filter-canvas .card-content {
      display: none; }

.section-off-canvas {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  background: #f5f5f5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .section-off-canvas.hidden {
    visibility: hidden !important; }
  .section-off-canvas.off-canvas-bottom {
    position: fixed;
    margin-top: 115px;
    bottom: 0;
    visibility: visible;
    z-index: 100;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #f5f5f5;
    -webkit-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out; }
    .section-off-canvas.off-canvas-bottom.hidden {
      -webkit-transition: top 0.4s ease-in-out, visibility 0s 0.4s;
      transition: top 0.4s ease-in-out, visibility 0s 0.4s;
      top: 100%; }
    @media only screen and (max-width: 1024px) {
      .section-off-canvas.off-canvas-bottom {
        margin-top: 55px; } }
    @media print {
      .section-off-canvas.off-canvas-bottom {
        overflow-y: auto;
        margin-top: 0; } }
  @media only screen and (min-width: 768px) {
    .fixed-header .section-off-canvas.off-canvas-bottom {
      margin-top: 115px; } }
  .section-off-canvas .canvas-content {
    position: relative;
    height: auto;
    padding: 60px 0 0 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    @media only screen and (min-width: 768px) {
      .section-off-canvas .canvas-content {
        min-height: 600px; } }
    @media print {
      .section-off-canvas .canvas-content {
        padding: 0; } }
    .section-off-canvas .canvas-content .breadcrumb-container {
      position: absolute;
      top: 0; }
  .section-off-canvas.off-canvas-left {
    position: fixed;
    top: 0;
    z-index: 4;
    padding: 30px;
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    overflow: hidden;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
    .section-off-canvas.off-canvas-left.hidden {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: all ease .15s, visibility 0s 0.4s;
      transition: all ease .15s, visibility 0s 0.4s; }
    .section-off-canvas.off-canvas-left .section-content {
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      position: absolute;
      top: 147px;
      left: 40px;
      right: 0;
      height: calc(100% - 228px);
      padding-bottom: 200px; }
      @media only screen and (min-width: 768px) and (max-width: 995px) {
        .section-off-canvas.off-canvas-left .section-content.scrollable-alpha-content {
          top: 189px; } }
      @media only screen and (max-width: 767px) {
        .section-off-canvas.off-canvas-left .section-content {
          top: 125px;
          height: calc(100% - 125px); }
          .section-off-canvas.off-canvas-left .section-content.scrollable-alpha-content {
            top: 168px; } }
      @media only screen and (max-width: 534px) {
        .section-off-canvas.off-canvas-left .section-content.scrollable-alpha-content {
          top: 203px; } }
      @media only screen and (max-width: 385px) {
        .section-off-canvas.off-canvas-left .section-content {
          top: 145px;
          height: calc(100% - 145px); }
          .section-off-canvas.off-canvas-left .section-content.scrollable-alpha-content {
            top: 233px; } }
    .section-off-canvas.off-canvas-left .alphabetical-item {
      padding-right: 30px; }
      @media only screen and (max-width: 1023px) {
        .section-off-canvas.off-canvas-left .alphabetical-item {
          max-width: 760px; } }
    .section-off-canvas.off-canvas-left .filter-nav-actions {
      position: relative; }
    .section-off-canvas.off-canvas-left .close, .section-off-canvas.off-canvas-left .fancybox-close {
      top: 5px;
      right: 5px; }
    @media only screen and (max-width: 767px) {
      .section-off-canvas.off-canvas-left {
        position: fixed;
        padding: 20px;
        z-index: 1000; } }

.section .close, .section .fancybox-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  z-index: 3;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .section .close, .section .fancybox-close {
      width: 45px;
      height: 45px; } }

.filter-nav-title {
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px 0 0; }
  .filter-nav-title .material-icons, .filter-nav-title .icon-request-appointment:before, .filter-nav-title .icon-watch-video:before, .filter-nav-title .icon-play:before, .filter-nav-title .icon-person-location:before, .filter-nav-title .icon-details-top:before, .filter-nav-title .icon-details-left:before, .filter-nav-title .icon-directions:before, .filter-nav-title .icon-directions-alt:before, .filter-nav-title .icon-send-message:before, .filter-nav-title .icon-phone-top:before, .filter-nav-title .icon-phone-left:before, .filter-nav-title .icon-comment:before, .filter-nav-title .icon-cancel-search:before, .filter-nav-title .panel-footer .panel-footer-more:before, .panel-footer .filter-nav-title .panel-footer-more:before, .filter-nav-title .panel-toggle .panel-toggle-trigger:after, .panel-toggle .filter-nav-title .panel-toggle-trigger:after, .filter-nav-title .video-item figure:before, .video-item .filter-nav-title figure:before, .filter-nav-title .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .filter-nav-title div[id*="thumbnail"]:before, .filter-nav-title .card-trigger a:after, .card-trigger .filter-nav-title a:after, .filter-nav-title .card-video .card-image:before, .card-video .filter-nav-title .card-image:before, .filter-nav-title .card-content-figure figure.video a:before, .card-content-figure figure.video .filter-nav-title a:before, .filter-nav-title .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .filter-nav-title [data-role="remove"]:after, .filter-nav-title .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .filter-nav-title .brightcove-video:after, .filter-nav-title .section-location-details .btn-req-appt:after, .section-location-details .filter-nav-title .btn-req-appt:after,
  .filter-nav-title .section-location-details .btn-dr-location:after, .section-location-details .filter-nav-title .btn-dr-location:after, .filter-nav-title .locations2 .hospital-video a:before, .locations2 .hospital-video .filter-nav-title a:before, .filter-nav-title .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .filter-nav-title .icon-arrow:after, .filter-nav-title .back-to-top:before, .filter-nav-title .video-library .video-library-image:before, .video-library .filter-nav-title .video-library-image:before {
    display: none; }

.filter-item-search {
  clear: both; }

.filter-item-title {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 1em;
  padding: 0 10px 0 24px; }

.dropdown-container {
  width: 100%; }

.filter-item {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 0.8125rem; }
  @media only screen and (min-width: 800px) {
    .filter-item.filter-search {
      -webkit-box-flex: 0;
      -moz-flex: 0 1 575px;
      -ms-flex: 0 1 575px;
      flex: 0 1 575px; } }
  @media only screen and (max-width: 767px) {
    .filter-item.filter-search .search-bar-full {
      margin-bottom: .5em; } }
  .filter-item.filter-search .tooltip-trigger-icon {
    display: inline-block; }
    @media only screen and (min-width: 768px) {
      .filter-item.filter-search .tooltip-trigger-icon {
        display: none; } }
    @media print {
      .filter-item.filter-search .tooltip-trigger-icon {
        display: none; } }
  .filter-item .filter-label {
    padding-right: 15px; }
  .filter-item .dropdown-toggle {
    width: 100%;
    line-height: 1.1;
    cursor: pointer; }
    .filter-item .dropdown-toggle .dropdown-wrapper {
      padding: 10px 16px;
      border: 1px solid #00778a; }
    .filter-item .dropdown-toggle .dropdown-label {
      color: #00778a; }
    .filter-item .dropdown-toggle .material-icons, .filter-item .dropdown-toggle .icon-request-appointment:before, .filter-item .dropdown-toggle .icon-watch-video:before, .filter-item .dropdown-toggle .icon-play:before, .filter-item .dropdown-toggle .icon-person-location:before, .filter-item .dropdown-toggle .icon-details-top:before, .filter-item .dropdown-toggle .icon-details-left:before, .filter-item .dropdown-toggle .icon-directions:before, .filter-item .dropdown-toggle .icon-directions-alt:before, .filter-item .dropdown-toggle .icon-send-message:before, .filter-item .dropdown-toggle .icon-phone-top:before, .filter-item .dropdown-toggle .icon-phone-left:before, .filter-item .dropdown-toggle .icon-comment:before, .filter-item .dropdown-toggle .icon-cancel-search:before, .filter-item .dropdown-toggle .panel-footer .panel-footer-more:before, .panel-footer .filter-item .dropdown-toggle .panel-footer-more:before, .filter-item .dropdown-toggle .panel-toggle .panel-toggle-trigger:after, .panel-toggle .filter-item .dropdown-toggle .panel-toggle-trigger:after, .filter-item .dropdown-toggle .video-item figure:before, .video-item .filter-item .dropdown-toggle figure:before, .filter-item .dropdown-toggle .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .filter-item .dropdown-toggle div[id*="thumbnail"]:before, .filter-item .dropdown-toggle .card-trigger a:after, .card-trigger .filter-item .dropdown-toggle a:after, .filter-item .dropdown-toggle .card-video .card-image:before, .card-video .filter-item .dropdown-toggle .card-image:before, .filter-item .dropdown-toggle .card-content-figure figure.video a:before, .card-content-figure figure.video .filter-item .dropdown-toggle a:before, .filter-item .dropdown-toggle .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .filter-item .dropdown-toggle [data-role="remove"]:after, .filter-item .dropdown-toggle .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .filter-item .dropdown-toggle .brightcove-video:after, .filter-item .dropdown-toggle .section-location-details .btn-req-appt:after, .section-location-details .filter-item .dropdown-toggle .btn-req-appt:after,
    .filter-item .dropdown-toggle .section-location-details .btn-dr-location:after, .section-location-details .filter-item .dropdown-toggle .btn-dr-location:after, .filter-item .dropdown-toggle .locations2 .hospital-video a:before, .locations2 .hospital-video .filter-item .dropdown-toggle a:before, .locations-landing .filters-toggle .filter-item .dropdown-toggle .icon-arrow:after, .filter-item .dropdown-toggle .back-to-top:before, .filter-item .dropdown-toggle .video-library .video-library-image:before, .video-library .filter-item .dropdown-toggle .video-library-image:before {
      line-height: 1.25; }
  @media only screen and (max-width: 900px) {
    .filter-item .filter-label, .filter-item .dropdown-toggle {
      display: inline-block; } }
  .filter-item .btn-search {
    color: #FFFFFF;
    padding: 0.75em 1em;
    border-radius: 0; }
  .filter-item .btn-search-alt {
    padding: 0.75em 1em;
    border-radius: 0; }
  .filter-item .btn-search .material-icons, .filter-item .btn-search .icon-request-appointment:before, .filter-item .btn-search .icon-watch-video:before, .filter-item .btn-search .icon-play:before, .filter-item .btn-search .icon-person-location:before, .filter-item .btn-search .icon-details-top:before, .filter-item .btn-search .icon-details-left:before, .filter-item .btn-search .icon-directions:before, .filter-item .btn-search .icon-directions-alt:before, .filter-item .btn-search .icon-send-message:before, .filter-item .btn-search .icon-phone-top:before, .filter-item .btn-search .icon-phone-left:before, .filter-item .btn-search .icon-comment:before, .filter-item .btn-search .icon-cancel-search:before, .filter-item .btn-search .panel-footer .panel-footer-more:before, .panel-footer .filter-item .btn-search .panel-footer-more:before, .filter-item .btn-search .panel-toggle .panel-toggle-trigger:after, .panel-toggle .filter-item .btn-search .panel-toggle-trigger:after, .filter-item .btn-search .video-item figure:before, .video-item .filter-item .btn-search figure:before, .filter-item .btn-search .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .filter-item .btn-search div[id*="thumbnail"]:before, .filter-item .btn-search .card-trigger a:after, .card-trigger .filter-item .btn-search a:after, .filter-item .btn-search .card-video .card-image:before, .card-video .filter-item .btn-search .card-image:before, .filter-item .btn-search .card-content-figure figure.video a:before, .card-content-figure figure.video .filter-item .btn-search a:before, .filter-item .btn-search .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .filter-item .btn-search [data-role="remove"]:after, .filter-item .btn-search .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .filter-item .btn-search .brightcove-video:after, .filter-item .btn-search .section-location-details .btn-req-appt:after, .section-location-details .filter-item .btn-search .btn-req-appt:after,
  .filter-item .btn-search .section-location-details .btn-dr-location:after, .section-location-details .filter-item .btn-search .btn-dr-location:after, .filter-item .btn-search .locations2 .hospital-video a:before, .locations2 .hospital-video .filter-item .btn-search a:before, .locations-landing .filters-toggle .filter-item .btn-search .icon-arrow:after, .filter-item .btn-search .back-to-top:before, .filter-item .btn-search .video-library .video-library-image:before, .video-library .filter-item .btn-search .video-library-image:before,
  .filter-item .btn-search-alt .material-icons,
  .filter-item .btn-search-alt .icon-request-appointment:before,
  .filter-item .btn-search-alt .icon-watch-video:before,
  .filter-item .btn-search-alt .icon-play:before,
  .filter-item .btn-search-alt .icon-person-location:before,
  .filter-item .btn-search-alt .icon-details-top:before,
  .filter-item .btn-search-alt .icon-details-left:before,
  .filter-item .btn-search-alt .icon-directions:before,
  .filter-item .btn-search-alt .icon-directions-alt:before,
  .filter-item .btn-search-alt .icon-send-message:before,
  .filter-item .btn-search-alt .icon-phone-top:before,
  .filter-item .btn-search-alt .icon-phone-left:before,
  .filter-item .btn-search-alt .icon-comment:before,
  .filter-item .btn-search-alt .icon-cancel-search:before,
  .filter-item .btn-search-alt .panel-footer .panel-footer-more:before,
  .panel-footer .filter-item .btn-search-alt .panel-footer-more:before,
  .filter-item .btn-search-alt .panel-toggle .panel-toggle-trigger:after,
  .panel-toggle .filter-item .btn-search-alt .panel-toggle-trigger:after,
  .filter-item .btn-search-alt .video-item figure:before,
  .video-item .filter-item .btn-search-alt figure:before,
  .filter-item .btn-search-alt .wistia_embed div[id*="thumbnail"]:before,
  .wistia_embed .filter-item .btn-search-alt div[id*="thumbnail"]:before,
  .filter-item .btn-search-alt .card-trigger a:after,
  .card-trigger .filter-item .btn-search-alt a:after,
  .filter-item .btn-search-alt .card-video .card-image:before,
  .card-video .filter-item .btn-search-alt .card-image:before,
  .filter-item .btn-search-alt .card-content-figure figure.video a:before,
  .card-content-figure figure.video .filter-item .btn-search-alt a:before,
  .filter-item .btn-search-alt .bootstrap-tagsinput .tag [data-role="remove"]:after,
  .bootstrap-tagsinput .tag .filter-item .btn-search-alt [data-role="remove"]:after,
  .filter-item .btn-search-alt .section-doctor-details .doctor-actions .brightcove-video:after,
  .section-doctor-details .doctor-actions .filter-item .btn-search-alt .brightcove-video:after,
  .filter-item .btn-search-alt .section-location-details .btn-req-appt:after,
  .section-location-details .filter-item .btn-search-alt .btn-req-appt:after,
  .filter-item .btn-search-alt .section-location-details .btn-dr-location:after,
  .section-location-details .filter-item .btn-search-alt .btn-dr-location:after,
  .filter-item .btn-search-alt .locations2 .hospital-video a:before,
  .locations2 .hospital-video .filter-item .btn-search-alt a:before,
  .locations-landing .filters-toggle .filter-item .btn-search-alt .icon-arrow:after,
  .filter-item .btn-search-alt .back-to-top:before,
  .filter-item .btn-search-alt .video-library .video-library-image:before,
  .video-library .filter-item .btn-search-alt .video-library-image:before {
    font-size: 1.4375rem; }
  .filter-item .field-validation-error {
    padding-bottom: .5em; }

.filter-item-status.scrollable {
  max-height: 380px;
  overflow-y: scroll; }

.filter-item-status .list-status {
  margin-bottom: 0;
  padding: 0;
  border: 0; }
  .filter-item-status .list-status .checkbox {
    padding-left: 24px; }
  .filter-item-status .list-status .checkbox label {
    line-height: 1.75;
    padding-left: 28px;
    margin: 0; }

.filter-item-status .item-status {
  position: relative;
  display: block;
  margin: .2em 0 0 0;
  padding-left: 18px; }
  .filter-item-status .item-status .icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.75; }

.filter-nav-top {
  background: #eeeeee; }
  @media only screen and (max-width: 767px) {
    .filter-nav-top .flex-container, .filter-nav-top .section-locations .locations-container, .section-locations .filter-nav-top .locations-container {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media only screen and (min-width: 768px) {
    .filter-nav-top .location-search {
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center; } }
  .filter-nav-top .filter-nav {
    padding: 36px; }
    @media only screen and (max-width: 767px) {
      .filter-nav-top .filter-nav {
        padding: 20px 8px 15px 8px; } }
  .filter-nav-top .filter-search-tip {
    display: block;
    height: 0;
    overflow: visible;
    padding-left: 10px;
    line-height: 2; }
    @media only screen and (max-width: 767px) {
      .filter-nav-top .filter-search-tip {
        display: inline-block;
        height: auto; } }
  .filter-nav-top .filter-item.filter-results {
    font-size: 1.5rem;
    padding-left: 0; }
    @media only screen and (min-width: 768px) and (max-width: 1100px) {
      .filter-nav-top .filter-item.filter-results {
        font-size: 1.25rem; } }
    @media only screen and (max-width: 767px) {
      .filter-nav-top .filter-item.filter-results {
        padding-left: 8px; } }
    @media print {
      .filter-nav-top .filter-item.filter-results {
        font-size: 14px; } }
  .filter-nav-top .field-validation-error {
    bottom: 90%; }
  .filter-nav-top .center-me {
    padding-left: 0;
    min-width: 132px; }
  .filter-nav-top .filter-item {
    position: relative;
    margin: 0;
    padding: 0 0 0 16px;
    line-height: 1.2; }
    @media print {
      .filter-nav-top .filter-item {
        line-height: 1.4; } }
    @media only screen and (max-width: 767px) {
      .filter-nav-top .filter-item {
        margin: 0 0 .5em 0;
        padding: 0; } }
    .filter-nav-top .filter-item.locate-me {
      margin-left: 20px;
      padding-left: 15px; }
      .filter-nav-top .filter-item.locate-me:before {
        position: absolute;
        left: 0;
        top: 2px;
        content: "";
        height: 40px;
        width: 1px;
        background: #d4d5d6; }
      @media print {
        .filter-nav-top .filter-item.locate-me {
          display: none; } }
    .filter-nav-top .filter-item .sort-me .dropdown-container {
      width: 100%; }
    .filter-nav-top .filter-item .sort-me .dropdown-menu {
      right: -5px;
      left: auto; }
    .filter-nav-top .filter-item .sort-me.active .dropdown-menu {
      display: block !important;
      top: 5px; }
      .filter-nav-top .filter-item .sort-me.active .dropdown-menu li {
        position: relative;
        border: 0;
        background-color: #fff;
        margin: 0; }
        .filter-nav-top .filter-item .sort-me.active .dropdown-menu li a {
          text-decoration: none; }
  @media print {
    .filter-nav-top form, .filter-nav-top input {
      display: block !important; }
    .filter-nav-top input {
      border: none;
      padding: 0;
      height: auto;
      font-size: 14px; }
    .filter-nav-top .filter-search-tip {
      display: none; } }

@media only screen and (max-width: 767px) {
  .filter-nav-actions {
    background: #63599e;
    color: #fff;
    margin: -20px -20px 0 -20px;
    padding: 16px 0 17px 0; }
    .filter-nav-actions .filter-nav-title {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5;
      color: #fff;
      margin: 0;
      padding: 0;
      border-bottom: none; }
      .filter-nav-actions .filter-nav-title .material-icons, .filter-nav-actions .filter-nav-title .icon-request-appointment:before, .filter-nav-actions .filter-nav-title .icon-watch-video:before, .filter-nav-actions .filter-nav-title .icon-play:before, .filter-nav-actions .filter-nav-title .icon-person-location:before, .filter-nav-actions .filter-nav-title .icon-details-top:before, .filter-nav-actions .filter-nav-title .icon-details-left:before, .filter-nav-actions .filter-nav-title .icon-directions:before, .filter-nav-actions .filter-nav-title .icon-directions-alt:before, .filter-nav-actions .filter-nav-title .icon-send-message:before, .filter-nav-actions .filter-nav-title .icon-phone-top:before, .filter-nav-actions .filter-nav-title .icon-phone-left:before, .filter-nav-actions .filter-nav-title .icon-comment:before, .filter-nav-actions .filter-nav-title .icon-cancel-search:before, .filter-nav-actions .filter-nav-title .panel-footer .panel-footer-more:before, .panel-footer .filter-nav-actions .filter-nav-title .panel-footer-more:before, .filter-nav-actions .filter-nav-title .panel-toggle .panel-toggle-trigger:after, .panel-toggle .filter-nav-actions .filter-nav-title .panel-toggle-trigger:after, .filter-nav-actions .filter-nav-title .video-item figure:before, .video-item .filter-nav-actions .filter-nav-title figure:before, .filter-nav-actions .filter-nav-title .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .filter-nav-actions .filter-nav-title div[id*="thumbnail"]:before, .filter-nav-actions .filter-nav-title .card-trigger a:after, .card-trigger .filter-nav-actions .filter-nav-title a:after, .filter-nav-actions .filter-nav-title .card-video .card-image:before, .card-video .filter-nav-actions .filter-nav-title .card-image:before, .filter-nav-actions .filter-nav-title .card-content-figure figure.video a:before, .card-content-figure figure.video .filter-nav-actions .filter-nav-title a:before, .filter-nav-actions .filter-nav-title .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .filter-nav-actions .filter-nav-title [data-role="remove"]:after, .filter-nav-actions .filter-nav-title .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .filter-nav-actions .filter-nav-title .brightcove-video:after, .filter-nav-actions .filter-nav-title .section-location-details .btn-req-appt:after, .section-location-details .filter-nav-actions .filter-nav-title .btn-req-appt:after,
      .filter-nav-actions .filter-nav-title .section-location-details .btn-dr-location:after, .section-location-details .filter-nav-actions .filter-nav-title .btn-dr-location:after, .filter-nav-actions .filter-nav-title .locations2 .hospital-video a:before, .locations2 .hospital-video .filter-nav-actions .filter-nav-title a:before, .filter-nav-actions .filter-nav-title .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .filter-nav-actions .filter-nav-title .icon-arrow:after, .filter-nav-actions .filter-nav-title .back-to-top:before, .filter-nav-actions .filter-nav-title .video-library .video-library-image:before, .video-library .filter-nav-actions .filter-nav-title .video-library-image:before {
        display: inline-block; }
    .filter-nav-actions .close, .filter-nav-actions .fancybox-close {
      background: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      top: 6px;
      right: 10px; }
      .filter-nav-actions .close:focus, .filter-nav-actions .fancybox-close:focus, .filter-nav-actions .close:active, .filter-nav-actions .fancybox-close:active {
        background: none; }
  .mobile-scroll-container {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    margin: -15px -20px;
    padding: 0 16px; } }

.filter-nav-side {
  position: relative;
  width: 100%;
  z-index: 3;
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .filter-nav-side {
      position: fixed;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      padding: 20px;
      margin-bottom: 50px;
      overflow: hidden;
      margin: 0;
      background: #f5f5f5;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease;
      z-index: 999; }
      .filter-nav-side.delay {
        visibility: hidden;
        -webkit-transition: none;
        transition: none; }
      .filter-nav-side.open {
        visibility: visible;
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease; } }
  .filter-nav-side .filter-item {
    border-bottom: 1px solid #d4d5d6;
    margin-bottom: 2em;
    padding: 0 10px 2em 0; }
    .mobile .filter-nav-side .filter-item .btn-link-view-all:active {
      text-decoration: underline; }
  .filter-nav-side .filter-search-tip {
    display: block; }
  .filter-nav-side .search-bar-full form {
    text-align: left; }
    .filter-nav-side .search-bar-full form input {
      padding-left: 24px;
      padding-right: 50px; }
    .filter-nav-side .search-bar-full form .btn-close-icon {
      right: 50px; }
      .filter-nav-side .search-bar-full form .btn-close-icon i {
        top: -.75em; }
    .filter-nav-side .search-bar-full form .field-validation-error {
      bottom: calc(100% - 1.5em); }
  .filter-nav-side .btn-link:hover {
    text-decoration: underline; }

.section-off-canvas .filter-nav-actions {
  overflow: visible; }

.filter-nav-actions {
  clear: both;
  overflow: hidden;
  margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .filter-nav-actions {
      text-align: center; } }
  .filter-nav-actions .col, .filter-nav-actions .list-stacked dt, .list-stacked .filter-nav-actions dt, .filter-nav-actions .list-stacked dd, .list-stacked .filter-nav-actions dd {
    padding: 0; }
  @media only screen and (min-width: 768px) {
    .filter-nav-actions .filter-nav-border {
      border-bottom: 1px solid #d4d5d6;
      margin-bottom: 1em;
      padding: 0 10px 10px 24px; } }
  .filter-nav-actions .filter-nav-title {
    float: left;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .filter-nav-actions .filter-nav-title {
        float: none; } }
  .filter-nav-actions .btn-link-clear-filters {
    padding: 0;
    cursor: pointer;
    float: right;
    font-size: 0.75rem; }
    @media only screen and (min-width: 768px) and (max-width: 1320px) {
      .filter-nav-actions .btn-link-clear-filters {
        float: left;
        clear: left;
        display: block; } }
  .filter-nav-actions .cancel {
    position: absolute;
    left: 16px;
    top: 18px;
    color: #fff;
    cursor: pointer; }
  .filter-nav-actions .apply {
    position: absolute;
    right: 16px;
    top: 18px; }

.btn-link-clear-filters-mobile {
  padding: 10px; }

.mobile-filter-nav {
  padding: 20px 0 12px 0; }
  @media only screen and (max-width: 768px) {
    .mobile-filter-nav .row, .mobile-filter-nav .list-stacked {
      padding: 0;
      margin: 0; }
    .mobile-filter-nav .col, .mobile-filter-nav .list-stacked dt, .list-stacked .mobile-filter-nav dt, .mobile-filter-nav .list-stacked dd, .list-stacked .mobile-filter-nav dd {
      padding: 0 4px; } }
  .mobile-filter-nav .btn {
    width: 100%; }
  .mobile-filter-nav .dropdown-item.active .btn {
    background: #009eb3;
    color: #fff; }
  .mobile-filter-nav .dropdown-menu {
    width: 100%;
    top: calc(100% + 4px); }

.filter-list .list-item {
  position: relative;
  margin: 0;
  padding: 0 0 0 24px;
  color: #00778a;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .filter-list .list-item .list-item-apply {
    width: 100%;
    display: block;
    padding: 5px 30px 5px 0;
    cursor: pointer;
    line-height: 1.5; }
    .filter-list .list-item .list-item-apply:hover {
      text-decoration: underline; }
  .filter-list .list-item .icon {
    visibility: hidden;
    display: inline-block;
    color: #00778a;
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 0;
    width: 30px;
    height: 100%;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  @media only screen and (min-width: 768px) {
    .filter-list .list-item:hover {
      cursor: default; } }
  .filter-list .list-item.list-item-selected .icon {
    visibility: visible; }

.collapsed-side-nav {
  margin: 0;
  padding-top: 104px; }

.nav-sidebar {
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }
  .nav-sidebar .trigger {
    display: none; }
  .nav-sidebar a {
    display: block;
    text-decoration: none; }
  .nav-sidebar .nav-sidebar-back {
    display: block;
    margin-bottom: 1em;
    text-decoration: none; }
    .nav-sidebar .nav-sidebar-back:hover {
      text-decoration: underline; }
  .nav-sidebar .nav-sidebar-parent {
    position: relative;
    font-size: 0.75rem;
    margin-bottom: 1.8em;
    line-height: 1.25em;
    padding-left: 17px; }
    .nav-sidebar .nav-sidebar-parent .material-icons, .nav-sidebar .nav-sidebar-parent .icon-request-appointment:before, .nav-sidebar .nav-sidebar-parent .icon-watch-video:before, .nav-sidebar .nav-sidebar-parent .icon-play:before, .nav-sidebar .nav-sidebar-parent .icon-person-location:before, .nav-sidebar .nav-sidebar-parent .icon-details-top:before, .nav-sidebar .nav-sidebar-parent .icon-details-left:before, .nav-sidebar .nav-sidebar-parent .icon-directions:before, .nav-sidebar .nav-sidebar-parent .icon-directions-alt:before, .nav-sidebar .nav-sidebar-parent .icon-send-message:before, .nav-sidebar .nav-sidebar-parent .icon-phone-top:before, .nav-sidebar .nav-sidebar-parent .icon-phone-left:before, .nav-sidebar .nav-sidebar-parent .icon-comment:before, .nav-sidebar .nav-sidebar-parent .icon-cancel-search:before, .nav-sidebar .nav-sidebar-parent .panel-footer .panel-footer-more:before, .panel-footer .nav-sidebar .nav-sidebar-parent .panel-footer-more:before, .nav-sidebar .nav-sidebar-parent .panel-toggle .panel-toggle-trigger:after, .panel-toggle .nav-sidebar .nav-sidebar-parent .panel-toggle-trigger:after, .nav-sidebar .nav-sidebar-parent .video-item figure:before, .video-item .nav-sidebar .nav-sidebar-parent figure:before, .nav-sidebar .nav-sidebar-parent .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .nav-sidebar .nav-sidebar-parent div[id*="thumbnail"]:before, .nav-sidebar .nav-sidebar-parent .card-trigger a:after, .card-trigger .nav-sidebar .nav-sidebar-parent a:after, .nav-sidebar .nav-sidebar-parent .card-video .card-image:before, .card-video .nav-sidebar .nav-sidebar-parent .card-image:before, .nav-sidebar .nav-sidebar-parent .card-content-figure figure.video a:before, .card-content-figure figure.video .nav-sidebar .nav-sidebar-parent a:before, .nav-sidebar .nav-sidebar-parent .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .nav-sidebar .nav-sidebar-parent [data-role="remove"]:after, .nav-sidebar .nav-sidebar-parent .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .nav-sidebar .nav-sidebar-parent .brightcove-video:after, .nav-sidebar .nav-sidebar-parent .section-location-details .btn-req-appt:after, .section-location-details .nav-sidebar .nav-sidebar-parent .btn-req-appt:after,
    .nav-sidebar .nav-sidebar-parent .section-location-details .btn-dr-location:after, .section-location-details .nav-sidebar .nav-sidebar-parent .btn-dr-location:after, .nav-sidebar .nav-sidebar-parent .locations2 .hospital-video a:before, .locations2 .hospital-video .nav-sidebar .nav-sidebar-parent a:before, .nav-sidebar .nav-sidebar-parent .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .nav-sidebar .nav-sidebar-parent .icon-arrow:after, .nav-sidebar .nav-sidebar-parent .back-to-top:before, .nav-sidebar .nav-sidebar-parent .video-library .video-library-image:before, .video-library .nav-sidebar .nav-sidebar-parent .video-library-image:before {
      position: absolute;
      top: -2px;
      left: -5px; }
  .nav-sidebar .list-nav-sidebar .item-nav-sidebar {
    margin-bottom: 1em; }
    .nav-sidebar .list-nav-sidebar .item-nav-sidebar.active {
      color: #333;
      font-weight: 600; }
  .nav-sidebar .list-nav-sidebar .nav-item-link {
    margin: 0; }
    .nav-sidebar .list-nav-sidebar .nav-item-link:hover {
      color: #009eb3; }
    .nav-sidebar .list-nav-sidebar .nav-item-link.active {
      color: #3b3e40;
      font-weight: 600; }
  .nav-sidebar .list-nav-sidebar.list-external-links {
    border-top: 1px solid #d4d5d6;
    padding-top: 1em; }
  @media only screen and (max-width: 767px) {
    .nav-sidebar {
      position: fixed;
      top: 55px;
      left: 0;
      z-index: 102;
      width: 100%;
      height: 50px;
      padding: 0 0 0 16px;
      overflow: hidden;
      border: 1px solid #d4d5d6;
      border-width: 1px 0;
      background-color: #fff;
      opacity: 1;
      /*&.fade-in {
	    	opacity: 1;
	    	z-index: 99;
	    	z-index: 99;
	    }*/ }
      .nav-sidebar.nav-sidebar-extended {
        overflow: auto; }
      .nav-sidebar .nav-sidebar-parent {
        display: none; }
      .nav-sidebar .trigger {
        display: block;
        position: absolute;
        width: 45px;
        height: 45px;
        background: transparent;
        top: 2px;
        text-align: center;
        right: 2px;
        font-size: 1.5rem;
        color: #00778a; }
        .nav-sidebar .trigger:after {
          content: '+';
          width: 45px;
          height: 45px; }
      .nav-sidebar .list-nav-sidebar {
        width: calc(100% - 45px);
        margin: 12px 0; }
        .nav-sidebar .list-nav-sidebar .item-nav-sidebar {
          overflow: hidden;
          padding: 0 8px;
          margin: 12px 0; }
          .nav-sidebar .list-nav-sidebar .item-nav-sidebar.not-active {
            display: none; }
          .nav-sidebar .list-nav-sidebar .item-nav-sidebar.active {
            display: block;
            max-height: 24px; }
      .nav-sidebar.expanded {
        height: auto;
        overflow: auto;
        max-height: calc(100vh - 115px);
        -webkit-overflow-scrolling: touch; }
        .nav-sidebar.expanded .nav-sidebar-parent {
          display: block;
          margin: 20px 45px 0 0;
          padding-bottom: 20px; }
        .nav-sidebar.expanded .trigger {
          z-index: 99; }
          .nav-sidebar.expanded .trigger:after {
            content: '\2013'; }
        .nav-sidebar.expanded .item-nav-sidebar.active {
          display: block;
          max-height: none; }
        .nav-sidebar.expanded .item-nav-sidebar.not-active {
          display: block; } }

.page-nav-visible #page-nav-close {
  opacity: .5;
  position: fixed;
  top: 55px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%; }

.page-nav-visible.mobile .page-nav.healthbeat {
  bottom: 0; }

@media only screen and (max-width: 767px) {
  .page-nav-visible.mobile .page-nav.healthbeat {
    height: 100%; }
    .page-nav-visible.mobile .page-nav.healthbeat .navbar-collapse {
      overflow-y: scroll;
      height: calc(100% - 110px); } }

.page-nav-visible .page-nav {
  z-index: 103; }
  .page-nav-visible .page-nav .nav {
    border: 0; }
  .page-nav-visible .page-nav .navbar-collapse {
    z-index: 104; }

#page-nav-close {
  opacity: 0;
  background: #000;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }

.page-nav {
  width: 100%;
  background-color: #fff;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  margin-bottom: 30px; }
  @media only screen and (min-width: 1025px) {
    .page-nav.page-nav-base .nav-link:hover:before, .page-nav.page-nav-base .nav-link.current:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 3px;
      bottom: 0;
      left: 0;
      background-color: #63599e; } }
  @media only screen and (max-width: 1024px) {
    .page-nav.page-nav-base .nav-link:hover, .page-nav.page-nav-base .nav-link.current {
      color: #333; } }
  .page-nav.healthbeat {
    margin: 0;
    overflow: visible; }
    .page-nav.healthbeat .nav {
      height: 50px; }
      .page-nav.healthbeat .nav .nav-link .nav-text {
        font-size: .95rem;
        font-weight: 700; }
  .page-nav.active-mobile .nav {
    overflow: visible;
    background: #fff;
    height: auto; }
  .page-nav.active-mobile .dropdown-menu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0; }
    .page-nav.active-mobile .dropdown-menu li a {
      border: 0;
      padding: 4px 11px; }
      @media only screen and (min-width: 1025px) {
        .page-nav.active-mobile .dropdown-menu li a {
          -webkit-text-decoration: uppercase;
                  text-decoration: uppercase; } }
  .page-nav.active-mobile .active-category .nav-text {
    color: #333; }
  .page-nav.active-mobile .active-category .arrow-down {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }
  @media only screen and (min-width: 1025px) {
    .page-nav .page-nav-title {
      display: none; } }
  .page-nav .page-nav-title a {
    color: #333;
    text-decoration: none; }
    .page-nav .page-nav-title a:active, .page-nav .page-nav-title a:hover {
      text-decoration: none; }
  .page-nav .nav {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    height: 70px;
    border: 1px solid #d4d5d6;
    border-width: 1px; }
    @media only screen and (max-width: 1024px) {
      .page-nav .nav {
        display: block;
        height: auto;
        overflow: hidden;
        -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2); } }
  .page-nav .nav-item {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 0;
    border: 1px solid #d4d5d6;
    border-width: 0 0 0 1px; }
    @media only screen and (min-width: 1025px) and (max-width: 1024px) {
      .page-nav .nav-item {
        height: 48px; } }
    @media only screen and (max-width: 1024px) {
      .page-nav .nav-item {
        display: block;
        width: calc(100% - 32px);
        border-width: 0 0 1px 0;
        margin: 0 16px;
        padding: 10px 0; }
        .page-nav .nav-item:last-of-type {
          border: 0; } }
    @media only screen and (min-width: 1025px) {
      .page-nav .nav-item:first-of-type {
        border: 0; } }
    @media only screen and (max-width: 1024px) {
      .page-nav .nav-item .material-icons.arrow-down, .page-nav .nav-item .arrow-down.icon-request-appointment:before, .page-nav .nav-item .arrow-down.icon-watch-video:before, .page-nav .nav-item .arrow-down.icon-play:before, .page-nav .nav-item .arrow-down.icon-person-location:before, .page-nav .nav-item .arrow-down.icon-details-top:before, .page-nav .nav-item .arrow-down.icon-details-left:before, .page-nav .nav-item .arrow-down.icon-directions:before, .page-nav .nav-item .arrow-down.icon-directions-alt:before, .page-nav .nav-item .arrow-down.icon-send-message:before, .page-nav .nav-item .arrow-down.icon-phone-top:before, .page-nav .nav-item .arrow-down.icon-phone-left:before, .page-nav .nav-item .arrow-down.icon-comment:before, .page-nav .nav-item .arrow-down.icon-cancel-search:before, .page-nav .nav-item .panel-footer .arrow-down.panel-footer-more:before, .panel-footer .page-nav .nav-item .arrow-down.panel-footer-more:before, .page-nav .nav-item .panel-toggle .arrow-down.panel-toggle-trigger:after, .panel-toggle .page-nav .nav-item .arrow-down.panel-toggle-trigger:after, .page-nav .nav-item .video-item figure.arrow-down:before, .video-item .page-nav .nav-item figure.arrow-down:before, .page-nav .nav-item .wistia_embed div.arrow-down[id*="thumbnail"]:before, .wistia_embed .page-nav .nav-item div.arrow-down[id*="thumbnail"]:before, .page-nav .nav-item .card-trigger a.arrow-down:after, .card-trigger .page-nav .nav-item a.arrow-down:after, .page-nav .nav-item .card-video .arrow-down.card-image:before, .card-video .page-nav .nav-item .arrow-down.card-image:before, .page-nav .nav-item .card-content-figure figure.video a.arrow-down:before, .card-content-figure figure.video .page-nav .nav-item a.arrow-down:before, .page-nav .nav-item .bootstrap-tagsinput .tag .arrow-down[data-role="remove"]:after, .bootstrap-tagsinput .tag .page-nav .nav-item .arrow-down[data-role="remove"]:after, .page-nav .nav-item .section-doctor-details .doctor-actions .arrow-down.brightcove-video:after, .section-doctor-details .doctor-actions .page-nav .nav-item .arrow-down.brightcove-video:after, .page-nav .nav-item .section-location-details .arrow-down.btn-req-appt:after, .section-location-details .page-nav .nav-item .arrow-down.btn-req-appt:after,
      .page-nav .nav-item .section-location-details .arrow-down.btn-dr-location:after, .section-location-details .page-nav .nav-item .arrow-down.btn-dr-location:after, .page-nav .nav-item .locations2 .hospital-video a.arrow-down:before, .locations2 .hospital-video .page-nav .nav-item a.arrow-down:before, .page-nav .nav-item .locations-landing .filters-toggle .filter-item .arrow-down.icon-arrow:after, .locations-landing .filters-toggle .filter-item .page-nav .nav-item .arrow-down.icon-arrow:after, .page-nav .nav-item .arrow-down.back-to-top:before, .page-nav .nav-item .video-library .arrow-down.video-library-image:before, .video-library .page-nav .nav-item .arrow-down.video-library-image:before {
        display: none; } }
    .page-nav .nav-item.active-category {
      display: none;
      height: 50px;
      line-height: 50px;
      padding: 0; }
      .page-nav .nav-item.active-category .nav-text .material-icons.arrow-forward, .page-nav .nav-item.active-category .nav-text .arrow-forward.icon-request-appointment:before, .page-nav .nav-item.active-category .nav-text .arrow-forward.icon-watch-video:before, .page-nav .nav-item.active-category .nav-text .arrow-forward.icon-play:before, .page-nav .nav-item.active-category .nav-text .arrow-forward.icon-person-location:before, .page-nav .nav-item.active-category .nav-text .arrow-forward.icon-details-top:before, .page-nav .nav-item.active-category .nav-text .arrow-forward.icon-details-left:before, .page-nav .nav-item.active-category .nav-text .arrow-forward.icon-directions:before, .page-nav .nav-item.active-category .nav-text .arrow-forward.icon-directions-alt:before, .page-nav .nav-item.active-category .nav-text .arrow-forward.icon-send-message:before, .page-nav .nav-item.active-category .nav-text .arrow-forward.icon-phone-top:before, .page-nav .nav-item.active-category .nav-text .arrow-forward.icon-phone-left:before, .page-nav .nav-item.active-category .nav-text .arrow-forward.icon-comment:before, .page-nav .nav-item.active-category .nav-text .arrow-forward.icon-cancel-search:before, .page-nav .nav-item.active-category .nav-text .panel-footer .arrow-forward.panel-footer-more:before, .panel-footer .page-nav .nav-item.active-category .nav-text .arrow-forward.panel-footer-more:before, .page-nav .nav-item.active-category .nav-text .panel-toggle .arrow-forward.panel-toggle-trigger:after, .panel-toggle .page-nav .nav-item.active-category .nav-text .arrow-forward.panel-toggle-trigger:after, .page-nav .nav-item.active-category .nav-text .video-item figure.arrow-forward:before, .video-item .page-nav .nav-item.active-category .nav-text figure.arrow-forward:before, .page-nav .nav-item.active-category .nav-text .wistia_embed div.arrow-forward[id*="thumbnail"]:before, .wistia_embed .page-nav .nav-item.active-category .nav-text div.arrow-forward[id*="thumbnail"]:before, .page-nav .nav-item.active-category .nav-text .card-trigger a.arrow-forward:after, .card-trigger .page-nav .nav-item.active-category .nav-text a.arrow-forward:after, .page-nav .nav-item.active-category .nav-text .card-video .arrow-forward.card-image:before, .card-video .page-nav .nav-item.active-category .nav-text .arrow-forward.card-image:before, .page-nav .nav-item.active-category .nav-text .card-content-figure figure.video a.arrow-forward:before, .card-content-figure figure.video .page-nav .nav-item.active-category .nav-text a.arrow-forward:before, .page-nav .nav-item.active-category .nav-text .bootstrap-tagsinput .tag .arrow-forward[data-role="remove"]:after, .bootstrap-tagsinput .tag .page-nav .nav-item.active-category .nav-text .arrow-forward[data-role="remove"]:after, .page-nav .nav-item.active-category .nav-text .section-doctor-details .doctor-actions .arrow-forward.brightcove-video:after, .section-doctor-details .doctor-actions .page-nav .nav-item.active-category .nav-text .arrow-forward.brightcove-video:after, .page-nav .nav-item.active-category .nav-text .section-location-details .arrow-forward.btn-req-appt:after, .section-location-details .page-nav .nav-item.active-category .nav-text .arrow-forward.btn-req-appt:after,
      .page-nav .nav-item.active-category .nav-text .section-location-details .arrow-forward.btn-dr-location:after, .section-location-details .page-nav .nav-item.active-category .nav-text .arrow-forward.btn-dr-location:after, .page-nav .nav-item.active-category .nav-text .locations2 .hospital-video a.arrow-forward:before, .locations2 .hospital-video .page-nav .nav-item.active-category .nav-text a.arrow-forward:before, .page-nav .nav-item.active-category .nav-text .locations-landing .filters-toggle .filter-item .arrow-forward.icon-arrow:after, .locations-landing .filters-toggle .filter-item .page-nav .nav-item.active-category .nav-text .arrow-forward.icon-arrow:after, .page-nav .nav-item.active-category .nav-text .arrow-forward.back-to-top:before, .page-nav .nav-item.active-category .nav-text .video-library .arrow-forward.video-library-image:before, .video-library .page-nav .nav-item.active-category .nav-text .arrow-forward.video-library-image:before {
        display: none; }
      @media only screen and (max-width: 1024px) {
        .page-nav .nav-item.active-category {
          display: block;
          width: 100%;
          margin: 0; }
          .page-nav .nav-item.active-category .nav-item {
            padding: 0; }
          .page-nav .nav-item.active-category .nav-text {
            padding: 0 16px 0;
            color: #00778a; }
            .page-nav .nav-item.active-category .nav-text:after {
              position: absolute;
              top: 0;
              right: 0;
              content: "";
              width: 55px;
              height: 50px;
              background-color: #00778a; }
          .page-nav .nav-item.active-category .material-icons.arrow-down, .page-nav .nav-item.active-category .arrow-down.icon-request-appointment:before, .page-nav .nav-item.active-category .arrow-down.icon-watch-video:before, .page-nav .nav-item.active-category .arrow-down.icon-play:before, .page-nav .nav-item.active-category .arrow-down.icon-person-location:before, .page-nav .nav-item.active-category .arrow-down.icon-details-top:before, .page-nav .nav-item.active-category .arrow-down.icon-details-left:before, .page-nav .nav-item.active-category .arrow-down.icon-directions:before, .page-nav .nav-item.active-category .arrow-down.icon-directions-alt:before, .page-nav .nav-item.active-category .arrow-down.icon-send-message:before, .page-nav .nav-item.active-category .arrow-down.icon-phone-top:before, .page-nav .nav-item.active-category .arrow-down.icon-phone-left:before, .page-nav .nav-item.active-category .arrow-down.icon-comment:before, .page-nav .nav-item.active-category .arrow-down.icon-cancel-search:before, .page-nav .nav-item.active-category .panel-footer .arrow-down.panel-footer-more:before, .panel-footer .page-nav .nav-item.active-category .arrow-down.panel-footer-more:before, .page-nav .nav-item.active-category .panel-toggle .arrow-down.panel-toggle-trigger:after, .panel-toggle .page-nav .nav-item.active-category .arrow-down.panel-toggle-trigger:after, .page-nav .nav-item.active-category .video-item figure.arrow-down:before, .video-item .page-nav .nav-item.active-category figure.arrow-down:before, .page-nav .nav-item.active-category .wistia_embed div.arrow-down[id*="thumbnail"]:before, .wistia_embed .page-nav .nav-item.active-category div.arrow-down[id*="thumbnail"]:before, .page-nav .nav-item.active-category .card-trigger a.arrow-down:after, .card-trigger .page-nav .nav-item.active-category a.arrow-down:after, .page-nav .nav-item.active-category .card-video .arrow-down.card-image:before, .card-video .page-nav .nav-item.active-category .arrow-down.card-image:before, .page-nav .nav-item.active-category .card-content-figure figure.video a.arrow-down:before, .card-content-figure figure.video .page-nav .nav-item.active-category a.arrow-down:before, .page-nav .nav-item.active-category .bootstrap-tagsinput .tag .arrow-down[data-role="remove"]:after, .bootstrap-tagsinput .tag .page-nav .nav-item.active-category .arrow-down[data-role="remove"]:after, .page-nav .nav-item.active-category .section-doctor-details .doctor-actions .arrow-down.brightcove-video:after, .section-doctor-details .doctor-actions .page-nav .nav-item.active-category .arrow-down.brightcove-video:after, .page-nav .nav-item.active-category .section-location-details .arrow-down.btn-req-appt:after, .section-location-details .page-nav .nav-item.active-category .arrow-down.btn-req-appt:after,
          .page-nav .nav-item.active-category .section-location-details .arrow-down.btn-dr-location:after, .section-location-details .page-nav .nav-item.active-category .arrow-down.btn-dr-location:after, .page-nav .nav-item.active-category .locations2 .hospital-video a.arrow-down:before, .locations2 .hospital-video .page-nav .nav-item.active-category a.arrow-down:before, .page-nav .nav-item.active-category .locations-landing .filters-toggle .filter-item .arrow-down.icon-arrow:after, .locations-landing .filters-toggle .filter-item .page-nav .nav-item.active-category .arrow-down.icon-arrow:after, .page-nav .nav-item.active-category .arrow-down.back-to-top:before, .page-nav .nav-item.active-category .video-library .arrow-down.video-library-image:before, .video-library .page-nav .nav-item.active-category .arrow-down.video-library-image:before {
            display: block;
            position: absolute;
            top: 16px;
            right: 17px;
            color: #fff;
            z-index: 1; } }
  .page-nav .dropdown-item {
    position: relative;
    height: 100%; }
    .page-nav .dropdown-item.active .dropdown-menu {
      top: 48px; }
    @media only screen and (min-width: 1025px) {
      .page-nav .dropdown-item.active .nav-link:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        bottom: 0;
        left: 0;
        background-color: #63599e; } }
  .page-nav .dropdown-menu {
    width: 100%;
    top: 48px;
    padding: 0 24px; }
    @media only screen and (min-width: 1025px) and (max-width: 1024px) {
      .page-nav .dropdown-menu {
        padding: 0 8px; } }
    .page-nav .dropdown-menu ul, .page-nav .dropdown-menu li {
      margin: 0; }
    .page-nav .dropdown-menu li a {
      position: relative;
      padding: 12px 32px;
      border-top: 1px solid #eee;
      font-size: 13px;
      font-weight: 600; }
      .page-nav .dropdown-menu li a .material-icons, .page-nav .dropdown-menu li a .icon-request-appointment:before, .page-nav .dropdown-menu li a .icon-watch-video:before, .page-nav .dropdown-menu li a .icon-play:before, .page-nav .dropdown-menu li a .icon-person-location:before, .page-nav .dropdown-menu li a .icon-details-top:before, .page-nav .dropdown-menu li a .icon-details-left:before, .page-nav .dropdown-menu li a .icon-directions:before, .page-nav .dropdown-menu li a .icon-directions-alt:before, .page-nav .dropdown-menu li a .icon-send-message:before, .page-nav .dropdown-menu li a .icon-phone-top:before, .page-nav .dropdown-menu li a .icon-phone-left:before, .page-nav .dropdown-menu li a .icon-comment:before, .page-nav .dropdown-menu li a .icon-cancel-search:before, .page-nav .dropdown-menu li a .panel-footer .panel-footer-more:before, .panel-footer .page-nav .dropdown-menu li a .panel-footer-more:before, .page-nav .dropdown-menu li a .panel-toggle .panel-toggle-trigger:after, .panel-toggle .page-nav .dropdown-menu li a .panel-toggle-trigger:after, .page-nav .dropdown-menu li a .video-item figure:before, .video-item .page-nav .dropdown-menu li a figure:before, .page-nav .dropdown-menu li a .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .page-nav .dropdown-menu li a div[id*="thumbnail"]:before, .page-nav .dropdown-menu li a .card-trigger a:after, .card-trigger .page-nav .dropdown-menu li a a:after, .page-nav .dropdown-menu li a .card-video .card-image:before, .card-video .page-nav .dropdown-menu li a .card-image:before, .page-nav .dropdown-menu li a .card-content-figure figure.video a:before, .card-content-figure figure.video .page-nav .dropdown-menu li a a:before, .page-nav .dropdown-menu li a .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .page-nav .dropdown-menu li a [data-role="remove"]:after, .page-nav .dropdown-menu li a .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .page-nav .dropdown-menu li a .brightcove-video:after, .page-nav .dropdown-menu li a .section-location-details .btn-req-appt:after, .section-location-details .page-nav .dropdown-menu li a .btn-req-appt:after,
      .page-nav .dropdown-menu li a .section-location-details .btn-dr-location:after, .section-location-details .page-nav .dropdown-menu li a .btn-dr-location:after, .page-nav .dropdown-menu li a .locations2 .hospital-video a:before, .locations2 .hospital-video .page-nav .dropdown-menu li a a:before, .page-nav .dropdown-menu li a .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .page-nav .dropdown-menu li a .icon-arrow:after, .page-nav .dropdown-menu li a .back-to-top:before, .page-nav .dropdown-menu li a .video-library .video-library-image:before, .video-library .page-nav .dropdown-menu li a .video-library-image:before {
        position: absolute;
        left: 0;
        top: 12px; }
      .page-nav .dropdown-menu li a:hover, .page-nav .dropdown-menu li a.current {
        color: #333; }
      @media only screen and (max-width: 1024px) {
        .page-nav .dropdown-menu li a {
          padding: 12px 28px; } }
    .page-nav .dropdown-menu li:first-of-type a {
      border: 0; }
    @media only screen and (max-width: 1024px) {
      .page-nav .dropdown-menu .material-icons.arrow-forward, .page-nav .dropdown-menu .arrow-forward.icon-request-appointment:before, .page-nav .dropdown-menu .arrow-forward.icon-watch-video:before, .page-nav .dropdown-menu .arrow-forward.icon-play:before, .page-nav .dropdown-menu .arrow-forward.icon-person-location:before, .page-nav .dropdown-menu .arrow-forward.icon-details-top:before, .page-nav .dropdown-menu .arrow-forward.icon-details-left:before, .page-nav .dropdown-menu .arrow-forward.icon-directions:before, .page-nav .dropdown-menu .arrow-forward.icon-directions-alt:before, .page-nav .dropdown-menu .arrow-forward.icon-send-message:before, .page-nav .dropdown-menu .arrow-forward.icon-phone-top:before, .page-nav .dropdown-menu .arrow-forward.icon-phone-left:before, .page-nav .dropdown-menu .arrow-forward.icon-comment:before, .page-nav .dropdown-menu .arrow-forward.icon-cancel-search:before, .page-nav .dropdown-menu .panel-footer .arrow-forward.panel-footer-more:before, .panel-footer .page-nav .dropdown-menu .arrow-forward.panel-footer-more:before, .page-nav .dropdown-menu .panel-toggle .arrow-forward.panel-toggle-trigger:after, .panel-toggle .page-nav .dropdown-menu .arrow-forward.panel-toggle-trigger:after, .page-nav .dropdown-menu .video-item figure.arrow-forward:before, .video-item .page-nav .dropdown-menu figure.arrow-forward:before, .page-nav .dropdown-menu .wistia_embed div.arrow-forward[id*="thumbnail"]:before, .wistia_embed .page-nav .dropdown-menu div.arrow-forward[id*="thumbnail"]:before, .page-nav .dropdown-menu .card-trigger a.arrow-forward:after, .card-trigger .page-nav .dropdown-menu a.arrow-forward:after, .page-nav .dropdown-menu .card-video .arrow-forward.card-image:before, .card-video .page-nav .dropdown-menu .arrow-forward.card-image:before, .page-nav .dropdown-menu .card-content-figure figure.video a.arrow-forward:before, .card-content-figure figure.video .page-nav .dropdown-menu a.arrow-forward:before, .page-nav .dropdown-menu .bootstrap-tagsinput .tag .arrow-forward[data-role="remove"]:after, .bootstrap-tagsinput .tag .page-nav .dropdown-menu .arrow-forward[data-role="remove"]:after, .page-nav .dropdown-menu .section-doctor-details .doctor-actions .arrow-forward.brightcove-video:after, .section-doctor-details .doctor-actions .page-nav .dropdown-menu .arrow-forward.brightcove-video:after, .page-nav .dropdown-menu .section-location-details .arrow-forward.btn-req-appt:after, .section-location-details .page-nav .dropdown-menu .arrow-forward.btn-req-appt:after,
      .page-nav .dropdown-menu .section-location-details .arrow-forward.btn-dr-location:after, .section-location-details .page-nav .dropdown-menu .arrow-forward.btn-dr-location:after, .page-nav .dropdown-menu .locations2 .hospital-video a.arrow-forward:before, .locations2 .hospital-video .page-nav .dropdown-menu a.arrow-forward:before, .page-nav .dropdown-menu .locations-landing .filters-toggle .filter-item .arrow-forward.icon-arrow:after, .locations-landing .filters-toggle .filter-item .page-nav .dropdown-menu .arrow-forward.icon-arrow:after, .page-nav .dropdown-menu .arrow-forward.back-to-top:before, .page-nav .dropdown-menu .video-library .arrow-forward.video-library-image:before, .video-library .page-nav .dropdown-menu .arrow-forward.video-library-image:before {
        display: none; } }
  .page-nav .nav-link {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none; }
    @media only screen and (min-width: 1025px) {
      .page-nav .nav-link {
        text-align: center; }
        .page-nav .nav-link:hover, .page-nav .nav-link.active {
          background: #eee; }
          .page-nav .nav-link:hover .arrow-down, .page-nav .nav-link.active .arrow-down {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
            -webkit-transition: all 200ms ease;
            transition: all 200ms ease;
            -webkit-transition-delay: 150ms;
                    transition-delay: 150ms; } }
    .page-nav .nav-link .nav-text {
      width: 100%;
      padding: 10px;
      font-size: 1.125rem;
      font-weight: 600; }
      @media only screen and (min-width: 1025px) {
        .page-nav .nav-link .nav-text {
          height: 50px;
          line-height: 50px;
          padding: 0; } }
      @media only screen and (max-width: 1024px) {
        .page-nav .nav-link .nav-text {
          padding: 6px 0;
          font-size: 0.875rem; }
          .page-nav .nav-link .nav-text .material-icons.arrow-forward, .page-nav .nav-link .nav-text .arrow-forward.icon-request-appointment:before, .page-nav .nav-link .nav-text .arrow-forward.icon-watch-video:before, .page-nav .nav-link .nav-text .arrow-forward.icon-play:before, .page-nav .nav-link .nav-text .arrow-forward.icon-person-location:before, .page-nav .nav-link .nav-text .arrow-forward.icon-details-top:before, .page-nav .nav-link .nav-text .arrow-forward.icon-details-left:before, .page-nav .nav-link .nav-text .arrow-forward.icon-directions:before, .page-nav .nav-link .nav-text .arrow-forward.icon-directions-alt:before, .page-nav .nav-link .nav-text .arrow-forward.icon-send-message:before, .page-nav .nav-link .nav-text .arrow-forward.icon-phone-top:before, .page-nav .nav-link .nav-text .arrow-forward.icon-phone-left:before, .page-nav .nav-link .nav-text .arrow-forward.icon-comment:before, .page-nav .nav-link .nav-text .arrow-forward.icon-cancel-search:before, .page-nav .nav-link .nav-text .panel-footer .arrow-forward.panel-footer-more:before, .panel-footer .page-nav .nav-link .nav-text .arrow-forward.panel-footer-more:before, .page-nav .nav-link .nav-text .panel-toggle .arrow-forward.panel-toggle-trigger:after, .panel-toggle .page-nav .nav-link .nav-text .arrow-forward.panel-toggle-trigger:after, .page-nav .nav-link .nav-text .video-item figure.arrow-forward:before, .video-item .page-nav .nav-link .nav-text figure.arrow-forward:before, .page-nav .nav-link .nav-text .wistia_embed div.arrow-forward[id*="thumbnail"]:before, .wistia_embed .page-nav .nav-link .nav-text div.arrow-forward[id*="thumbnail"]:before, .page-nav .nav-link .nav-text .card-trigger a.arrow-forward:after, .card-trigger .page-nav .nav-link .nav-text a.arrow-forward:after, .page-nav .nav-link .nav-text .card-video .arrow-forward.card-image:before, .card-video .page-nav .nav-link .nav-text .arrow-forward.card-image:before, .page-nav .nav-link .nav-text .card-content-figure figure.video a.arrow-forward:before, .card-content-figure figure.video .page-nav .nav-link .nav-text a.arrow-forward:before, .page-nav .nav-link .nav-text .bootstrap-tagsinput .tag .arrow-forward[data-role="remove"]:after, .bootstrap-tagsinput .tag .page-nav .nav-link .nav-text .arrow-forward[data-role="remove"]:after, .page-nav .nav-link .nav-text .section-doctor-details .doctor-actions .arrow-forward.brightcove-video:after, .section-doctor-details .doctor-actions .page-nav .nav-link .nav-text .arrow-forward.brightcove-video:after, .page-nav .nav-link .nav-text .section-location-details .arrow-forward.btn-req-appt:after, .section-location-details .page-nav .nav-link .nav-text .arrow-forward.btn-req-appt:after,
          .page-nav .nav-link .nav-text .section-location-details .arrow-forward.btn-dr-location:after, .section-location-details .page-nav .nav-link .nav-text .arrow-forward.btn-dr-location:after, .page-nav .nav-link .nav-text .locations2 .hospital-video a.arrow-forward:before, .locations2 .hospital-video .page-nav .nav-link .nav-text a.arrow-forward:before, .page-nav .nav-link .nav-text .locations-landing .filters-toggle .filter-item .arrow-forward.icon-arrow:after, .locations-landing .filters-toggle .filter-item .page-nav .nav-link .nav-text .arrow-forward.icon-arrow:after, .page-nav .nav-link .nav-text .arrow-forward.back-to-top:before, .page-nav .nav-link .nav-text .video-library .arrow-forward.video-library-image:before, .video-library .page-nav .nav-link .nav-text .arrow-forward.video-library-image:before {
            display: inline-block; } }
      .page-nav .nav-link .nav-text .material-icons, .page-nav .nav-link .nav-text .icon-request-appointment:before, .page-nav .nav-link .nav-text .icon-watch-video:before, .page-nav .nav-link .nav-text .icon-play:before, .page-nav .nav-link .nav-text .icon-person-location:before, .page-nav .nav-link .nav-text .icon-details-top:before, .page-nav .nav-link .nav-text .icon-details-left:before, .page-nav .nav-link .nav-text .icon-directions:before, .page-nav .nav-link .nav-text .icon-directions-alt:before, .page-nav .nav-link .nav-text .icon-send-message:before, .page-nav .nav-link .nav-text .icon-phone-top:before, .page-nav .nav-link .nav-text .icon-phone-left:before, .page-nav .nav-link .nav-text .icon-comment:before, .page-nav .nav-link .nav-text .icon-cancel-search:before, .page-nav .nav-link .nav-text .panel-footer .panel-footer-more:before, .panel-footer .page-nav .nav-link .nav-text .panel-footer-more:before, .page-nav .nav-link .nav-text .panel-toggle .panel-toggle-trigger:after, .panel-toggle .page-nav .nav-link .nav-text .panel-toggle-trigger:after, .page-nav .nav-link .nav-text .video-item figure:before, .video-item .page-nav .nav-link .nav-text figure:before, .page-nav .nav-link .nav-text .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .page-nav .nav-link .nav-text div[id*="thumbnail"]:before, .page-nav .nav-link .nav-text .card-trigger a:after, .card-trigger .page-nav .nav-link .nav-text a:after, .page-nav .nav-link .nav-text .card-video .card-image:before, .card-video .page-nav .nav-link .nav-text .card-image:before, .page-nav .nav-link .nav-text .card-content-figure figure.video a:before, .card-content-figure figure.video .page-nav .nav-link .nav-text a:before, .page-nav .nav-link .nav-text .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .page-nav .nav-link .nav-text [data-role="remove"]:after, .page-nav .nav-link .nav-text .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .page-nav .nav-link .nav-text .brightcove-video:after, .page-nav .nav-link .nav-text .section-location-details .btn-req-appt:after, .section-location-details .page-nav .nav-link .nav-text .btn-req-appt:after,
      .page-nav .nav-link .nav-text .section-location-details .btn-dr-location:after, .section-location-details .page-nav .nav-link .nav-text .btn-dr-location:after, .page-nav .nav-link .nav-text .locations2 .hospital-video a:before, .locations2 .hospital-video .page-nav .nav-link .nav-text a:before, .page-nav .nav-link .nav-text .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .page-nav .nav-link .nav-text .icon-arrow:after, .page-nav .nav-link .nav-text .back-to-top:before, .page-nav .nav-link .nav-text .video-library .video-library-image:before, .video-library .page-nav .nav-link .nav-text .video-library-image:before {
        position: relative; }
        .page-nav .nav-link .nav-text .material-icons.arrow-forward, .page-nav .nav-link .nav-text .arrow-forward.icon-request-appointment:before, .page-nav .nav-link .nav-text .arrow-forward.icon-watch-video:before, .page-nav .nav-link .nav-text .arrow-forward.icon-play:before, .page-nav .nav-link .nav-text .arrow-forward.icon-person-location:before, .page-nav .nav-link .nav-text .arrow-forward.icon-details-top:before, .page-nav .nav-link .nav-text .arrow-forward.icon-details-left:before, .page-nav .nav-link .nav-text .arrow-forward.icon-directions:before, .page-nav .nav-link .nav-text .arrow-forward.icon-directions-alt:before, .page-nav .nav-link .nav-text .arrow-forward.icon-send-message:before, .page-nav .nav-link .nav-text .arrow-forward.icon-phone-top:before, .page-nav .nav-link .nav-text .arrow-forward.icon-phone-left:before, .page-nav .nav-link .nav-text .arrow-forward.icon-comment:before, .page-nav .nav-link .nav-text .arrow-forward.icon-cancel-search:before, .page-nav .nav-link .nav-text .panel-footer .arrow-forward.panel-footer-more:before, .panel-footer .page-nav .nav-link .nav-text .arrow-forward.panel-footer-more:before, .page-nav .nav-link .nav-text .panel-toggle .arrow-forward.panel-toggle-trigger:after, .panel-toggle .page-nav .nav-link .nav-text .arrow-forward.panel-toggle-trigger:after, .page-nav .nav-link .nav-text .video-item figure.arrow-forward:before, .video-item .page-nav .nav-link .nav-text figure.arrow-forward:before, .page-nav .nav-link .nav-text .wistia_embed div.arrow-forward[id*="thumbnail"]:before, .wistia_embed .page-nav .nav-link .nav-text div.arrow-forward[id*="thumbnail"]:before, .page-nav .nav-link .nav-text .card-trigger a.arrow-forward:after, .card-trigger .page-nav .nav-link .nav-text a.arrow-forward:after, .page-nav .nav-link .nav-text .card-video .arrow-forward.card-image:before, .card-video .page-nav .nav-link .nav-text .arrow-forward.card-image:before, .page-nav .nav-link .nav-text .card-content-figure figure.video a.arrow-forward:before, .card-content-figure figure.video .page-nav .nav-link .nav-text a.arrow-forward:before, .page-nav .nav-link .nav-text .bootstrap-tagsinput .tag .arrow-forward[data-role="remove"]:after, .bootstrap-tagsinput .tag .page-nav .nav-link .nav-text .arrow-forward[data-role="remove"]:after, .page-nav .nav-link .nav-text .section-doctor-details .doctor-actions .arrow-forward.brightcove-video:after, .section-doctor-details .doctor-actions .page-nav .nav-link .nav-text .arrow-forward.brightcove-video:after, .page-nav .nav-link .nav-text .section-location-details .arrow-forward.btn-req-appt:after, .section-location-details .page-nav .nav-link .nav-text .arrow-forward.btn-req-appt:after,
        .page-nav .nav-link .nav-text .section-location-details .arrow-forward.btn-dr-location:after, .section-location-details .page-nav .nav-link .nav-text .arrow-forward.btn-dr-location:after, .page-nav .nav-link .nav-text .locations2 .hospital-video a.arrow-forward:before, .locations2 .hospital-video .page-nav .nav-link .nav-text a.arrow-forward:before, .page-nav .nav-link .nav-text .locations-landing .filters-toggle .filter-item .arrow-forward.icon-arrow:after, .locations-landing .filters-toggle .filter-item .page-nav .nav-link .nav-text .arrow-forward.icon-arrow:after, .page-nav .nav-link .nav-text .arrow-forward.back-to-top:before, .page-nav .nav-link .nav-text .video-library .arrow-forward.video-library-image:before, .video-library .page-nav .nav-link .nav-text .arrow-forward.video-library-image:before {
          display: none; }
          @media only screen and (max-width: 1024px) {
            .page-nav .nav-link .nav-text .material-icons.arrow-forward, .page-nav .nav-link .nav-text .arrow-forward.icon-request-appointment:before, .page-nav .nav-link .nav-text .arrow-forward.icon-watch-video:before, .page-nav .nav-link .nav-text .arrow-forward.icon-play:before, .page-nav .nav-link .nav-text .arrow-forward.icon-person-location:before, .page-nav .nav-link .nav-text .arrow-forward.icon-details-top:before, .page-nav .nav-link .nav-text .arrow-forward.icon-details-left:before, .page-nav .nav-link .nav-text .arrow-forward.icon-directions:before, .page-nav .nav-link .nav-text .arrow-forward.icon-directions-alt:before, .page-nav .nav-link .nav-text .arrow-forward.icon-send-message:before, .page-nav .nav-link .nav-text .arrow-forward.icon-phone-top:before, .page-nav .nav-link .nav-text .arrow-forward.icon-phone-left:before, .page-nav .nav-link .nav-text .arrow-forward.icon-comment:before, .page-nav .nav-link .nav-text .arrow-forward.icon-cancel-search:before, .page-nav .nav-link .nav-text .panel-footer .arrow-forward.panel-footer-more:before, .panel-footer .page-nav .nav-link .nav-text .arrow-forward.panel-footer-more:before, .page-nav .nav-link .nav-text .panel-toggle .arrow-forward.panel-toggle-trigger:after, .panel-toggle .page-nav .nav-link .nav-text .arrow-forward.panel-toggle-trigger:after, .page-nav .nav-link .nav-text .video-item figure.arrow-forward:before, .video-item .page-nav .nav-link .nav-text figure.arrow-forward:before, .page-nav .nav-link .nav-text .wistia_embed div.arrow-forward[id*="thumbnail"]:before, .wistia_embed .page-nav .nav-link .nav-text div.arrow-forward[id*="thumbnail"]:before, .page-nav .nav-link .nav-text .card-trigger a.arrow-forward:after, .card-trigger .page-nav .nav-link .nav-text a.arrow-forward:after, .page-nav .nav-link .nav-text .card-video .arrow-forward.card-image:before, .card-video .page-nav .nav-link .nav-text .arrow-forward.card-image:before, .page-nav .nav-link .nav-text .card-content-figure figure.video a.arrow-forward:before, .card-content-figure figure.video .page-nav .nav-link .nav-text a.arrow-forward:before, .page-nav .nav-link .nav-text .bootstrap-tagsinput .tag .arrow-forward[data-role="remove"]:after, .bootstrap-tagsinput .tag .page-nav .nav-link .nav-text .arrow-forward[data-role="remove"]:after, .page-nav .nav-link .nav-text .section-doctor-details .doctor-actions .arrow-forward.brightcove-video:after, .section-doctor-details .doctor-actions .page-nav .nav-link .nav-text .arrow-forward.brightcove-video:after, .page-nav .nav-link .nav-text .section-location-details .arrow-forward.btn-req-appt:after, .section-location-details .page-nav .nav-link .nav-text .arrow-forward.btn-req-appt:after,
            .page-nav .nav-link .nav-text .section-location-details .arrow-forward.btn-dr-location:after, .section-location-details .page-nav .nav-link .nav-text .arrow-forward.btn-dr-location:after, .page-nav .nav-link .nav-text .locations2 .hospital-video a.arrow-forward:before, .locations2 .hospital-video .page-nav .nav-link .nav-text a.arrow-forward:before, .page-nav .nav-link .nav-text .locations-landing .filters-toggle .filter-item .arrow-forward.icon-arrow:after, .locations-landing .filters-toggle .filter-item .page-nav .nav-link .nav-text .arrow-forward.icon-arrow:after, .page-nav .nav-link .nav-text .arrow-forward.back-to-top:before, .page-nav .nav-link .nav-text .video-library .arrow-forward.video-library-image:before, .video-library .page-nav .nav-link .nav-text .arrow-forward.video-library-image:before {
              margin-right: 14px;
              display: inline-block; } }
    .page-nav .nav-link .line {
      display: inline; }
      @media only screen and (min-width: 1025px) and (max-width: 1024px) {
        .page-nav .nav-link .line {
          display: block; } }

@media only screen and (min-width: 1025px) {
  body.sticky-page-nav .page-nav {
    -webkit-animation: headerDrop 300ms ease-out 1;
    animation: headerDrop 300ms ease-out 1;
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 115px;
    z-index: 101;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2); } }

@media only screen and (min-width: 1025px) {
  body.sticky-page-nav .page-nav .nav-text {
    font-size: 0.875rem; } }

@media only screen and (min-width: 1025px) and (max-width: 1024px) {
  body.sticky-page-nav .page-nav {
    font-size: 0.875rem; } }

body:not(.better).fixed-header-scrolling-up.fixed-header .page-nav {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  top: -50px;
  opacity: 0; }

@media only screen and (min-width: 1025px) {
  body:not(.better) .fixed-header .page-nav,
  body:not(.better) .scrollable-no .page-nav {
    position: fixed; } }

.w-100 {
  width: 100% !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.resp-content-active,
.resp-accordion-active,
.resp-tab-content-active {
  display: block; }

h2.resp-accordion {
  display: none; }
  @media print {
    h2.resp-accordion {
      display: block;
      font-weight: 700; } }

.resp-tabs-list .resp-tab-item {
  color: #00778a;
  cursor: pointer; }
  .resp-tabs-list .resp-tab-item:hover {
    color: #009eb3;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-decoration: underline; }
  .resp-tabs-list .resp-tab-item.resp-tab-active {
    color: #333;
    font-weight: 600; }
  .resp-tabs-list .resp-tab-item::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -1px; }

@media only screen and (max-width: 767px) {
  .resp-tabs-list {
    display: none; } }

.resp-tabs-container {
  margin-bottom: 24px; }
  @media only screen and (max-width: 767px) {
    .resp-tabs-container {
      background: #fff;
      border-radius: 2px;
      border: none;
      float: none !important;
      width: 100% !important;
      min-height: initial;
      overflow: hidden; } }

.resp-tab-content {
  display: none;
  border: 0;
  padding: 16px 24px; }
  @media only screen and (max-width: 767px) {
    .resp-tab-content {
      padding: 16px; } }
  @media print {
    .resp-tab-content {
      display: block !important; } }
  .resp-tab-content.overview {
    background: transparent;
    padding: 0; }
  @media only screen and (max-width: 767px) {
    .resp-tab-content {
      display: none;
      float: none !important;
      width: 100% !important;
      border-radius: none;
      background: transparent; }
      .resp-tab-content .resp-tab-item {
        margin-bottom: 0; } }

.tabs-accordion {
  background: #fff; }
  @media only screen and (max-width: 767px) {
    .tabs-accordion {
      background: transparent; } }
  .tabs-accordion h2.resp-accordion {
    display: block;
    position: relative;
    padding: 16px 40px 16px 16px;
    margin: 0;
    border-top: 1px solid #f5f5f5;
    font-size: 14px;
    color: #00778a;
    cursor: pointer; }
    .tabs-accordion h2.resp-accordion:after {
      content: '+';
      position: absolute;
      top: 10px;
      right: 16px;
      font-size: 1.5rem; }
    .tabs-accordion h2.resp-accordion:first-of-type {
      border-top: 0; }
    .tabs-accordion h2.resp-accordion:hover {
      color: #333; }
    .tabs-accordion h2.resp-accordion.resp-tab-active {
      color: #333;
      font-weight: 600; }
      .tabs-accordion h2.resp-accordion.resp-tab-active:after {
        content: '\2212'; }
  .tabs-accordion .resp-tab-content {
    padding-top: 0; }
  .tabs-accordion.accordion-faq .resp-tab-active,
  .tabs-accordion.accordion-faq .resp-tab-content-active {
    background: #f5f5f5;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease; }

.tabs-horizontal .resp-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #d4d5d6;
  margin-bottom: 0; }
  .tabs-horizontal .resp-tabs-list .resp-tab-item {
    border-bottom: 2px solid transparent;
    text-align: center;
    padding: 12px 24px;
    margin: 0;
    line-height: 1.3; }
    .md-6.main-content .tabs-horizontal .resp-tabs-list .resp-tab-item {
      padding: 12px; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .md-6.main-content .tabs-horizontal .resp-tabs-list .resp-tab-item {
          padding: 12px 6px;
          font-size: 90%; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .tabs-horizontal .resp-tabs-list .resp-tab-item {
        padding: 12px 6px;
        font-size: 90%; } }
    @media only screen and (max-width: 1023px) {
      .tabs-horizontal .resp-tabs-list .resp-tab-item {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; } }
    .tabs-horizontal .resp-tabs-list .resp-tab-item:hover {
      border-bottom-color: #d4d5d6; }
    .tabs-horizontal .resp-tabs-list .resp-tab-item.resp-tab-active {
      border-bottom-color: #00778a;
      cursor: default;
      text-decoration: none; }
    .tabs-horizontal .resp-tabs-list .resp-tab-item.resp-tab-active:hover {
      border-bottom-color: #00778a; }
  @media print {
    .tabs-horizontal .resp-tabs-list {
      display: none; } }

.tabs-horizontal .resp-tabs-container {
  padding: 0;
  clear: left; }

.tabs-vertical .resp-tabs-list,
.tabs-vertical-flyup .resp-tabs-list {
  width: 30%;
  float: left; }
  .tabs-vertical .resp-tabs-list .resp-tab-item,
  .tabs-vertical-flyup .resp-tabs-list .resp-tab-item {
    margin-bottom: 12px; }
  @media print {
    .tabs-vertical .resp-tabs-list,
    .tabs-vertical-flyup .resp-tabs-list {
      display: none; } }

.tabs-vertical .resp-tab-content,
.tabs-vertical-flyup .resp-tab-content {
  float: left;
  width: 70%;
  background: #fff;
  border-radius: 2px; }

@media only screen and (max-width: 767px) {
  .tabs-horizontal .resp-tabs-list,
  .tabs-vertical .resp-tabs-list,
  .tabs-vertical-flyup .resp-tabs-list {
    display: none; }
  .tabs-horizontal h2.resp-accordion,
  .tabs-vertical h2.resp-accordion,
  .tabs-vertical-flyup h2.resp-accordion {
    display: block;
    position: relative;
    padding: 16px;
    margin: 0;
    border-top: 1px solid #f5f5f5;
    font-size: 14px;
    color: #00778a;
    cursor: pointer; }
    .tabs-horizontal h2.resp-accordion:after,
    .tabs-vertical h2.resp-accordion:after,
    .tabs-vertical-flyup h2.resp-accordion:after {
      content: '+';
      position: absolute;
      top: 10px;
      right: 16px;
      font-size: 1.5rem; }
    .tabs-horizontal h2.resp-accordion:first-of-type,
    .tabs-vertical h2.resp-accordion:first-of-type,
    .tabs-vertical-flyup h2.resp-accordion:first-of-type {
      border-top: 0; }
    .tabs-horizontal h2.resp-accordion.resp-tab-active,
    .tabs-vertical h2.resp-accordion.resp-tab-active,
    .tabs-vertical-flyup h2.resp-accordion.resp-tab-active {
      color: #333;
      font-weight: 600; }
      .tabs-horizontal h2.resp-accordion.resp-tab-active:after,
      .tabs-vertical h2.resp-accordion.resp-tab-active:after,
      .tabs-vertical-flyup h2.resp-accordion.resp-tab-active:after {
        content: '\2212'; }
  .tabs-horizontal .resp-tab-content .panel-header,
  .tabs-vertical .resp-tab-content .panel-header,
  .tabs-vertical-flyup .resp-tab-content .panel-header {
    display: none; }
  .tabs-horizontal .resp-tab-content .panel,
  .tabs-vertical .resp-tab-content .panel,
  .tabs-vertical-flyup .resp-tab-content .panel {
    padding: 0;
    margin: 0; }
  .tabs-horizontal .resp-tab-content.overview,
  .tabs-vertical .resp-tab-content.overview,
  .tabs-vertical-flyup .resp-tab-content.overview {
    padding: 0 16px; }
    .tabs-horizontal .resp-tab-content.overview .panel,
    .tabs-vertical .resp-tab-content.overview .panel,
    .tabs-vertical-flyup .resp-tab-content.overview .panel {
      margin-bottom: 1em; }
    .tabs-horizontal .resp-tab-content.overview .panel-header,
    .tabs-vertical .resp-tab-content.overview .panel-header,
    .tabs-vertical-flyup .resp-tab-content.overview .panel-header {
      display: block; }
  .resp-easy-accordion:not(.tabs-accordion-dept-services) .resp-accordion-closed {
    display: none !important; } }

.tabs-accordion h2.resp-accordion.emergency-tab-title {
  color: #db0909; }
  .tabs-accordion h2.resp-accordion.emergency-tab-title:after {
    color: #00778a; }
  .tabs-accordion h2.resp-accordion.emergency-tab-title:hover:after {
    color: #333333; }

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  height: 170px;
  width: 43px;
  border: none;
  background: #000000;
  opacity: 0.25;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .flickity-prev-next-button:hover, .flickity-prev-next-button:focus {
    opacity: 0.75; }
  @media only screen and (max-width: 767px) {
    .flickity-prev-next-button {
      display: none !important; } }

.flickity-prev-next-button.previous {
  left: 0; }

.flickity-prev-next-button.next {
  right: 0; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #FFFFFF; }

/* IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 30px; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.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 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

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

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

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.5); }

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

.fancybox-inner {
  overflow: hidden !important; }

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

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",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-prev span, .fancybox-next span {
  background-image: url("/content/northwestern/img/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: calc(50% - 48px);
  left: calc(50% - 48px);
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#fancybox-loading div {
  width: 97px;
  height: 97px;
  background: url("/content/northwestern/img/fancybox/loading-icon.png") center center no-repeat;
  background-size: 100%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite; }

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

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/content/northwestern/img/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }
  @media only screen and (max-width: 767px) {
    .fancybox-prev {
      left: -30px; } }

.fancybox-next {
  right: 0; }
  @media only screen and (max-width: 767px) {
    .fancybox-next {
      right: -30px; } }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }
  @media only screen and (max-width: 767px) {
    .fancybox-nav span {
      visibility: visible; } }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }
  @media only screen and (max-width: 767px) {
    .fancybox-prev span {
      left: 0; } }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }
  @media only screen and (max-width: 767px) {
    .fancybox-next span {
      right: 0; } }

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

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  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;
  display: none;
  z-index: 8010;
  background: url("/content/northwestern/img/fancybox/fancybox_overlay.png"); }

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

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

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",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;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  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, 0.8); }

/*Retina graphics!*/
@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-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/content/northwestern/img/fancybox/fancybox_sprite_2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  /*#fancybox-loading div {
		background-image: url('/content/northwestern/img/fancybox/fancybox_loading_2x.gif');
		background-size: 24px 24px; 
	}
	*/ }

.fancybox-close {
  background-image: none; }

.fancybox-bc .fancybox-skin {
  border-radius: 0;
  background-color: #000000; }

.bootstrap-tagsinput {
  background-color: #fff;
  color: #555;
  padding: 6px;
  vertical-align: middle;
  max-width: 100%;
  line-height: 22px;
  cursor: text; }
  .bootstrap-tagsinput .tag {
    position: relative;
    margin-right: 2px;
    color: #00778a;
    overflow: hidden;
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    padding: .5em 35px .5em .75em;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1.5em;
    background-color: #fff;
    border: 1px solid #00778a; }
    .bootstrap-tagsinput .tag:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -5px;
      opacity: 1;
      height: 40px;
      width: 100%;
      -webkit-box-shadow: inset -43px 0 15px 0px #fff;
              box-shadow: inset -43px 0 15px 0px #fff;
      overflow: hidden; }
  .bootstrap-tagsinput input {
    display: inline-block;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 3px;
    margin: 0;
    vertical-align: top;
    font-size: 16px; }
    .bootstrap-tagsinput input:focus {
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .bootstrap-tagsinput .tag [data-role="remove"] {
    position: absolute;
    top: 3px;
    right: 6px;
    margin-left: 8px;
    cursor: pointer;
    z-index: 1;
    font-weight: 700;
    font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .bootstrap-tagsinput .tag [data-role="remove"] {
        top: 2px; } }
    .bootstrap-tagsinput .tag [data-role="remove"]:after {
      content: "clear";
      padding: 0px 2px; }
      @media only screen and (max-width: 767px) {
        .bootstrap-tagsinput .tag [data-role="remove"]:after {
          width: 14px;
          height: 14px;
          line-height: 14px;
          font-size: 14px; } }
    .bootstrap-tagsinput .tag [data-role="remove"]:hover, .bootstrap-tagsinput .tag [data-role="remove"]:active {
      color: #009eb3; }
  .search-bar-full .bootstrap-tagsinput {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .search-bar-full .bootstrap-tagsinput .tag, .search-bar-full .bootstrap-tagsinput input {
      -webkit-box-flex: 1;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
    .search-bar-full .bootstrap-tagsinput.has-tag-1 .tag {
      max-width: 58%; }
    .search-bar-full .bootstrap-tagsinput.has-tag-1 input {
      max-width: calc(42% - 46px); }
    .search-bar-full .bootstrap-tagsinput.has-tag-2 .tag {
      max-width: 30%; }
    .search-bar-full .bootstrap-tagsinput.has-tag-2 input {
      max-width: calc(40% - 49px); }
    .search-bar-full .bootstrap-tagsinput.has-tag-3 .tag {
      max-width: 20%; }
    .search-bar-full .bootstrap-tagsinput.has-tag-3 input {
      max-width: calc(40% - 52px); }

.home .section-page-header {
  position: relative;
  width: 100%;
  padding: 0; }
  .home .section-page-header .img-wrapper {
    position: relative;
    width: 100%; }
    .home .section-page-header .img-wrapper img {
      width: 100%;
      display: block; }
    .home .section-page-header .img-wrapper .section-content {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0; }
      @media print {
        .home .section-page-header .img-wrapper .section-content {
          position: relative; } }
  .home .section-page-header .flex-container, .home .section-page-header .section-locations .locations-container, .section-locations .home .section-page-header .locations-container {
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  .home .section-page-header .section-content, .home .section-page-header .flex-container, .home .section-page-header .section-locations .locations-container, .section-locations .home .section-page-header .locations-container {
    height: 100%; }
    @media print {
      .home .section-page-header .section-content, .home .section-page-header .flex-container, .home .section-page-header .section-locations .locations-container, .section-locations .home .section-page-header .locations-container {
        display: block;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -moz-align-items: flex-start;
        align-items: flex-start; } }
  .home .section-page-header .hero-content .material-icons, .home .section-page-header .hero-content .icon-request-appointment:before, .home .section-page-header .hero-content .icon-watch-video:before, .home .section-page-header .hero-content .icon-play:before, .home .section-page-header .hero-content .icon-person-location:before, .home .section-page-header .hero-content .icon-details-top:before, .home .section-page-header .hero-content .icon-details-left:before, .home .section-page-header .hero-content .icon-directions:before, .home .section-page-header .hero-content .icon-directions-alt:before, .home .section-page-header .hero-content .icon-send-message:before, .home .section-page-header .hero-content .icon-phone-top:before, .home .section-page-header .hero-content .icon-phone-left:before, .home .section-page-header .hero-content .icon-comment:before, .home .section-page-header .hero-content .icon-cancel-search:before, .home .section-page-header .hero-content .panel-footer .panel-footer-more:before, .panel-footer .home .section-page-header .hero-content .panel-footer-more:before, .home .section-page-header .hero-content .panel-toggle .panel-toggle-trigger:after, .panel-toggle .home .section-page-header .hero-content .panel-toggle-trigger:after, .home .section-page-header .hero-content .video-item figure:before, .video-item .home .section-page-header .hero-content figure:before, .home .section-page-header .hero-content .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .home .section-page-header .hero-content div[id*="thumbnail"]:before, .home .section-page-header .hero-content .card-trigger a:after, .card-trigger .home .section-page-header .hero-content a:after, .home .section-page-header .hero-content .card-video .card-image:before, .card-video .home .section-page-header .hero-content .card-image:before, .home .section-page-header .hero-content .card-content-figure figure.video a:before, .card-content-figure figure.video .home .section-page-header .hero-content a:before, .home .section-page-header .hero-content .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .home .section-page-header .hero-content [data-role="remove"]:after, .home .section-page-header .hero-content .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .home .section-page-header .hero-content .brightcove-video:after, .home .section-page-header .hero-content .section-location-details .btn-req-appt:after, .section-location-details .home .section-page-header .hero-content .btn-req-appt:after,
  .home .section-page-header .hero-content .section-location-details .btn-dr-location:after, .section-location-details .home .section-page-header .hero-content .btn-dr-location:after, .home .section-page-header .hero-content .locations2 .hospital-video a:before, .locations2 .hospital-video .home .section-page-header .hero-content a:before, .home .section-page-header .hero-content .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .home .section-page-header .hero-content .icon-arrow:after, .home .section-page-header .hero-content .back-to-top:before, .home .section-page-header .hero-content .video-library .video-library-image:before, .video-library .home .section-page-header .hero-content .video-library-image:before {
    font-size: 40px;
    width: 40px;
    height: 40px;
    color: #fff; }
    @media only screen and (max-width: 1024px) {
      .home .section-page-header .hero-content .material-icons, .home .section-page-header .hero-content .icon-request-appointment:before, .home .section-page-header .hero-content .icon-watch-video:before, .home .section-page-header .hero-content .icon-play:before, .home .section-page-header .hero-content .icon-person-location:before, .home .section-page-header .hero-content .icon-details-top:before, .home .section-page-header .hero-content .icon-details-left:before, .home .section-page-header .hero-content .icon-directions:before, .home .section-page-header .hero-content .icon-directions-alt:before, .home .section-page-header .hero-content .icon-send-message:before, .home .section-page-header .hero-content .icon-phone-top:before, .home .section-page-header .hero-content .icon-phone-left:before, .home .section-page-header .hero-content .icon-comment:before, .home .section-page-header .hero-content .icon-cancel-search:before, .home .section-page-header .hero-content .panel-footer .panel-footer-more:before, .panel-footer .home .section-page-header .hero-content .panel-footer-more:before, .home .section-page-header .hero-content .panel-toggle .panel-toggle-trigger:after, .panel-toggle .home .section-page-header .hero-content .panel-toggle-trigger:after, .home .section-page-header .hero-content .video-item figure:before, .video-item .home .section-page-header .hero-content figure:before, .home .section-page-header .hero-content .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .home .section-page-header .hero-content div[id*="thumbnail"]:before, .home .section-page-header .hero-content .card-trigger a:after, .card-trigger .home .section-page-header .hero-content a:after, .home .section-page-header .hero-content .card-video .card-image:before, .card-video .home .section-page-header .hero-content .card-image:before, .home .section-page-header .hero-content .card-content-figure figure.video a:before, .card-content-figure figure.video .home .section-page-header .hero-content a:before, .home .section-page-header .hero-content .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .home .section-page-header .hero-content [data-role="remove"]:after, .home .section-page-header .hero-content .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .home .section-page-header .hero-content .brightcove-video:after, .home .section-page-header .hero-content .section-location-details .btn-req-appt:after, .section-location-details .home .section-page-header .hero-content .btn-req-appt:after,
      .home .section-page-header .hero-content .section-location-details .btn-dr-location:after, .section-location-details .home .section-page-header .hero-content .btn-dr-location:after, .home .section-page-header .hero-content .locations2 .hospital-video a:before, .locations2 .hospital-video .home .section-page-header .hero-content a:before, .home .section-page-header .hero-content .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .home .section-page-header .hero-content .icon-arrow:after, .home .section-page-header .hero-content .back-to-top:before, .home .section-page-header .hero-content .video-library .video-library-image:before, .video-library .home .section-page-header .hero-content .video-library-image:before {
        font-size: 30px;
        width: 30px;
        height: 30px; } }
    @media only screen and (max-width: 767px) {
      .home .section-page-header .hero-content .material-icons, .home .section-page-header .hero-content .icon-request-appointment:before, .home .section-page-header .hero-content .icon-watch-video:before, .home .section-page-header .hero-content .icon-play:before, .home .section-page-header .hero-content .icon-person-location:before, .home .section-page-header .hero-content .icon-details-top:before, .home .section-page-header .hero-content .icon-details-left:before, .home .section-page-header .hero-content .icon-directions:before, .home .section-page-header .hero-content .icon-directions-alt:before, .home .section-page-header .hero-content .icon-send-message:before, .home .section-page-header .hero-content .icon-phone-top:before, .home .section-page-header .hero-content .icon-phone-left:before, .home .section-page-header .hero-content .icon-comment:before, .home .section-page-header .hero-content .icon-cancel-search:before, .home .section-page-header .hero-content .panel-footer .panel-footer-more:before, .panel-footer .home .section-page-header .hero-content .panel-footer-more:before, .home .section-page-header .hero-content .panel-toggle .panel-toggle-trigger:after, .panel-toggle .home .section-page-header .hero-content .panel-toggle-trigger:after, .home .section-page-header .hero-content .video-item figure:before, .video-item .home .section-page-header .hero-content figure:before, .home .section-page-header .hero-content .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .home .section-page-header .hero-content div[id*="thumbnail"]:before, .home .section-page-header .hero-content .card-trigger a:after, .card-trigger .home .section-page-header .hero-content a:after, .home .section-page-header .hero-content .card-video .card-image:before, .card-video .home .section-page-header .hero-content .card-image:before, .home .section-page-header .hero-content .card-content-figure figure.video a:before, .card-content-figure figure.video .home .section-page-header .hero-content a:before, .home .section-page-header .hero-content .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .home .section-page-header .hero-content [data-role="remove"]:after, .home .section-page-header .hero-content .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .home .section-page-header .hero-content .brightcove-video:after, .home .section-page-header .hero-content .section-location-details .btn-req-appt:after, .section-location-details .home .section-page-header .hero-content .btn-req-appt:after,
      .home .section-page-header .hero-content .section-location-details .btn-dr-location:after, .section-location-details .home .section-page-header .hero-content .btn-dr-location:after, .home .section-page-header .hero-content .locations2 .hospital-video a:before, .locations2 .hospital-video .home .section-page-header .hero-content a:before, .home .section-page-header .hero-content .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .home .section-page-header .hero-content .icon-arrow:after, .home .section-page-header .hero-content .back-to-top:before, .home .section-page-header .hero-content .video-library .video-library-image:before, .video-library .home .section-page-header .hero-content .video-library-image:before {
        font-size: 22px;
        width: 22px;
        height: 22px; } }
  .home .section-page-header .section-title {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 16px 0 16px;
    text-shadow: 6px 6px 12px rgba(0, 0, 0, 0.45);
    letter-spacing: .09em;
    font-weight: 800;
    margin: 0 0 24px 0; }
    @media only screen and (max-width: 1024px) {
      .home .section-page-header .section-title {
        font-size: 40px; } }
    @media only screen and (max-width: 767px) {
      .home .section-page-header .section-title {
        font-size: 24px;
        margin-bottom: 12px; } }
    @media only screen and (max-width: 479px) {
      .home .section-page-header .section-title {
        font-size: 18px;
        margin-bottom: 6px; } }
    @media print {
      .home .section-page-header .section-title {
        font-size: 32px;
        text-align: left; } }
    .home .section-page-header .section-title:after {
      position: relative;
      top: -30px;
      left: -11px;
      content: "\00ae";
      font-size: 15px;
      font-weight: 100; }
      @media screen and (max-width: 1024px) {
        .home .section-page-header .section-title:after {
          font-size: 13px;
          top: -19px; } }
      @media screen and (max-width: 767px) {
        .home .section-page-header .section-title:after {
          font-size: 9px;
          left: -4px;
          top: -10px; } }
      @media screen and (max-width: 479px) {
        .home .section-page-header .section-title:after {
          top: -7px; } }
    .home .section-page-header .section-title .line {
      display: block; }
      @media print {
        .home .section-page-header .section-title .line {
          display: inline; } }
    .home .section-page-header .section-title.dark {
      color: #17191a;
      text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.55); }
    .home .section-page-header .section-title.light {
      color: #fff; }
    @media only screen and (min-width: 1600px) {
      .home .section-page-header .section-title {
        max-width: 70%; } }
    @media only screen and (min-width: 1400px) and (max-width: 1599px) {
      .home .section-page-header .section-title {
        max-width: 65%; }
        .home .section-page-header .section-title.large {
          font-size: 55px; }
        .home .section-page-header .section-title.small {
          font-size: 45px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .home .section-page-header .section-title {
        max-width: 60%; }
        .home .section-page-header .section-title.large {
          font-size: 50px; }
        .home .section-page-header .section-title.small {
          font-size: 40px; } }
    @media only screen and (min-width: 1025px) and (max-width: 1199px) {
      .home .section-page-header .section-title {
        max-width: 50%; }
        .home .section-page-header .section-title.large {
          font-size: 50px; }
        .home .section-page-header .section-title.small {
          font-size: 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .home .section-page-header .section-title.large {
        font-size: 45px; }
      .home .section-page-header .section-title.small {
        font-size: 35px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .home .section-page-header .section-title.large {
        font-size: 35px; }
      .home .section-page-header .section-title.small {
        font-size: 25px; } }
    @media only screen and (max-width: 479px) {
      .home .section-page-header .section-title.large {
        font-size: 25px; }
      .home .section-page-header .section-title.small {
        font-size: 18px; } }
    @media only screen and (max-width: 1024px) {
      .home .section-page-header .section-title {
        max-width: 90%;
        margin: 0 auto; } }
    @media only screen and (min-width: 1025px) {
      .home .section-page-header .section-title {
        text-align: left;
        padding-right: 0;
        margin-bottom: 0; } }
    .home .section-page-header .section-title p {
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .home .section-page-header .section-title p {
          font-size: 11px;
          margin-bottom: .25em; } }
  @media print {
    .home .section-page-header .block {
      display: inline; } }
  @media only screen and (min-width: 1025px) {
    .home .section-page-header .flex-container.text-container, .home .section-page-header .section-locations .text-container.locations-container, .section-locations .home .section-page-header .text-container.locations-container {
      -webkit-box-align: start;
      -ms-flex-align: start;
      -moz-align-items: flex-start;
      align-items: flex-start;
      max-width: 1920px;
      margin: 0 auto; } }
  .home .section-page-header .hero-content {
    width: 100%;
    -webkit-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    @media only screen and (min-width: 1025px) {
      .home .section-page-header .hero-content {
        text-align: left; } }
    @media print {
      .home .section-page-header .hero-content {
        -webkit-box-flex: none;
        -moz-flex: none;
        -ms-flex: none;
        flex: none; } }
  .home .section-page-header .logo {
    max-width: 50%; }
    @media print {
      .home .section-page-header .logo {
        display: none; } }
  .home .section-page-header .card-callout {
    margin: 0; }
    @media only screen and (min-width: 1025px) {
      .home .section-page-header .card-callout .card-content {
        padding: 12px; }
      .home .section-page-header .card-callout .card-action {
        padding: 12px; } }
    @media only screen and (min-width: 1025px) and (max-width: 1200px) {
      .home .section-page-header .card-callout .card-content-body {
        display: none; }
      .home .section-page-header .card-callout h3 {
        margin: 0; } }
    @media only screen and (max-width: 1024px) {
      .home .section-page-header .card-callout {
        -webkit-box-flex: 2;
        -moz-flex: 2 0 auto;
        -ms-flex: 2 0 auto;
        flex: 2 0 auto; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .home .section-page-header .card-callout {
        margin: 12px;
        width: calc(100% - 24px); } }
    @media only screen and (max-width: 767px) {
      .home .section-page-header .card-callout {
        width: calc(100% - 16px);
        margin: 8px 8px 0 8px; } }
    @media print {
      .home .section-page-header .card-callout {
        width: auto;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto; } }
  .home .section-page-header .section-content, .home .section-page-header .card {
    z-index: 1; }
    @media print {
      .home .section-page-header .section-content .card-content, .home .section-page-header .card .card-content {
        padding: 24px 12px; } }
  .home .section-page-header .banner-overlay {
    position: absolute;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%; }
  @media only screen and (min-width: 1025px) {
    .home .section-page-header .disruptor {
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 99;
      background-color: rgba(0, 0, 0, 0);
      border: none;
      height: 38.65vw; }
      .home .section-page-header .disruptor .row, .home .section-page-header .disruptor .list-stacked {
        display: block;
        padding-right: 56px; }
      .home .section-page-header .disruptor .md-4, .home .section-page-header .disruptor .list-stacked dt, .list-stacked .home .section-page-header .disruptor dt, .home .section-page-header .disruptor .card-callout {
        display: block;
        border: none; }
        .home .section-page-header .disruptor .md-4 .disruptor-item, .home .section-page-header .disruptor .list-stacked dt .disruptor-item, .list-stacked .home .section-page-header .disruptor dt .disruptor-item, .home .section-page-header .disruptor .md-4 .card-flex, .home .section-page-header .disruptor .list-stacked dt .card-flex, .list-stacked .home .section-page-header .disruptor dt .card-flex, .home .section-page-header .disruptor .card-callout .disruptor-item, .home .section-page-header .disruptor .card-callout .card-flex {
          width: 400px;
          background-color: rgba(255, 255, 255, 0.7);
          -webkit-transition: background-color 500ms ease;
          transition: background-color 500ms ease; }
        .home .section-page-header .disruptor .md-4 + .md-4, .home .section-page-header .disruptor .list-stacked dt + .md-4, .list-stacked .home .section-page-header .disruptor dt + .md-4, .home .section-page-header .disruptor .list-stacked .md-4 + dt, .list-stacked .home .section-page-header .disruptor .md-4 + dt, .home .section-page-header .disruptor .list-stacked dt + dt, .list-stacked .home .section-page-header .disruptor dt + dt, .home .section-page-header .disruptor .md-4 .card-flex, .home .section-page-header .disruptor .list-stacked dt .card-flex, .list-stacked .home .section-page-header .disruptor dt .card-flex, .home .section-page-header .disruptor .card-callout + .md-4, .home .section-page-header .disruptor .list-stacked .card-callout + dt, .list-stacked .home .section-page-header .disruptor .card-callout + dt,
        .home .section-page-header .disruptor .card-callout .card-flex {
          margin-top: 10px; } }
  @media only screen and (max-width: 1024px) {
    .home .section-page-header .disruptor {
      border-bottom: 0; }
      .home .section-page-header .disruptor .flex-item, .home .section-page-header .disruptor .la-ball-clip-rotate > div, .home .section-page-header .disruptor .section-locations .locations-container .locations-item, .section-locations .locations-container .home .section-page-header .disruptor .locations-item {
        border-bottom: 1px solid #d4d5d6; } }
  .home .section-page-header .disruptor .row, .home .section-page-header .disruptor .list-stacked {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.home .section-story {
  padding-top: 0; }
  @media only screen and (min-width: 768px) {
    .home .section-story .section-header .section-title, .home .section-story .section-header p {
      color: #fff; }
    .home .section-story .section-header .dark .section-title, .home .section-story .section-header .dark p {
      color: #17191a;
      text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.55); } }
  @media only screen and (max-width: 767px) {
    .home .section-story {
      width: calc(100% - 16px);
      margin: 8px;
      background: #fff; } }
  .home .section-story .section-hero-image:after {
    display: none; }
  @media only screen and (min-width: 768px) and (max-width: 900px) {
    .home .section-story .section-hero-image img {
      height: 320px;
      width: auto; } }
  .home .section-story .section-header {
    margin: 0; }
    @media only screen and (min-width: 768px) and (max-width: 1200px) {
      .home .section-story .section-header {
        width: 65%; } }
    .home .section-story .section-header .section-title {
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2;
      text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.75); }
      @media only screen and (max-width: 1024px) {
        .home .section-story .section-header .section-title {
          font-size: 30px;
          line-height: 1.1; } }
      @media only screen and (max-width: 767px) {
        .home .section-story .section-header .section-title {
          font-size: 18px;
          font-weight: 600;
          text-shadow: none; } }
      @media print {
        .home .section-story .section-header .section-title {
          font-size: 22px; } }
    .home .section-story .section-header p {
      font-size: 1rem;
      text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.75); }
      @media only screen and (max-width: 767px) {
        .home .section-story .section-header p {
          text-shadow: none; } }
      @media print {
        .home .section-story .section-header p {
          font-size: 14px; } }
    .home .section-story .section-header .btn {
      margin-bottom: 24px; }

.better #content .fancybox-close {
  top: 45px;
  right: 15px; }

.better #content .section {
  padding: 0;
  margin: 10px auto 0 auto; }

.better #content .section-story-blocks {
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .better #content .section-story-blocks .row, .better #content .section-story-blocks .list-stacked {
      margin-left: -5px;
      margin-right: -5px; } }
  @media only screen and (min-width: 768px) {
    .better #content .section-story-blocks .card a:hover {
      text-decoration: none;
      -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
      -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1); }
      .better #content .section-story-blocks .card a:hover .card-title {
        color: #009eb3; } }
  .better #content .section-story-blocks .card .card-category {
    display: block;
    font-size: 0.6875rem;
    font-weight: 600;
    color: #474b4c;
    margin-bottom: 6px; }
  .better #content .section-story-blocks .card .card-title {
    color: #00778a;
    font-size: 14px;
    margin: 0 0 16px 0; }
  .better #content .section-story-blocks .card .card-content p {
    color: #333; }
  .better #content .section-story-blocks .card a.block {
    position: relative;
    width: 100%;
    height: 100%; }
  .better #content .section-story-blocks .card .square {
    width: 50%; }
    .better #content .section-story-blocks .card .square:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
  @media only screen and (max-width: 767px) {
    .better #content .section-story-blocks .card .card-flex {
      -webkit-box-align: start;
      -ms-flex-align: start;
      -moz-align-items: flex-start;
      align-items: flex-start; }
    .better #content .section-story-blocks .card .card-content {
      width: 100%;
      padding: 18px 12px 5px 100px;
      min-height: 90px; }
    .better #content .section-story-blocks .card .card-content-body {
      margin: 0; }
    .better #content .section-story-blocks .card .card-title {
      font-size: 16px;
      margin: 0; }
    .better #content .section-story-blocks .card .card-image-wide {
      width: 90px;
      height: 90px;
      position: absolute;
      left: 0;
      top: 0; } }
  @media only screen and (max-width: 479px) {
    .better #content .section-story-blocks .card .card-title {
      font-size: 13px; } }
  @media print {
    .better #content .section-story-blocks .card .card-image-wide {
      display: none; } }
  .better #content .section-story-blocks .group-cards.three-column-better .card {
    width: 33.33%;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .better #content .section-story-blocks .group-cards.three-column-better .card {
        padding: 0 5px; } }
    @media only screen and (max-width: 767px) {
      .better #content .section-story-blocks .group-cards.three-column-better .card {
        width: 100%;
        margin-bottom: 10px;
        padding: 0 24px; } }
    @media print {
      .better #content .section-story-blocks .group-cards.three-column-better .card {
        width: 49%; } }

.better #content .section-header {
  position: relative;
  padding: 0;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .better #content .section-header {
      padding: 0; } }
  .better #content .section-header .flex-container, .better #content .section-header .section-locations .locations-container, .section-locations .better #content .section-header .locations-container {
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  .better #content .section-header .section-title {
    color: #fff;
    font-size: 30px;
    padding: 0;
    letter-spacing: 0;
    margin: 16px 0; }
    @media only screen and (max-width: 1023px) {
      .better #content .section-header .section-title {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .better #content .section-header .section-title {
        font-size: 18px;
        margin: 0;
        color: #333; }
        .better #content .section-header .section-title .line {
          display: inline; } }
    @media print {
      .better #content .section-header .section-title {
        font-size: 32px; } }
  .better #content .section-header .text-container {
    width: 100%;
    height: 100%;
    padding: 24px; }
    @media only screen and (min-width: 1023px) {
      .better #content .section-header .text-container {
        width: 75%;
        padding: 24px; } }
  .better #content .section-header .img-wrapper img {
    max-width: none;
    width: 100%; }
  .better #content .section-header .img-wrapper .image-wrapper-mobile {
    position: relative; }
    @media only screen and (max-width: 479px) {
      .better #content .section-header .img-wrapper .image-wrapper-mobile {
        height: 160px;
        overflow: hidden; }
        .better #content .section-header .img-wrapper .image-wrapper-mobile img {
          position: absolute;
          left: -38%;
          bottom: 0;
          top: 0;
          right: 0;
          margin: auto;
          width: 160%;
          max-width: none; } }
    @media only screen and (max-width: 479px) and (max-width: 374px) {
      .better #content .section-header .img-wrapper .image-wrapper-mobile img {
        width: 190%;
        left: -58%; } }
    .better #content .section-header .img-wrapper .image-wrapper-mobile .section-title-mobile {
      position: absolute;
      bottom: 0;
      left: 24px;
      color: #fff;
      font-size: 20px;
      width: calc(100% - 48px); }
      @media only screen and (max-width: 479px) {
        .better #content .section-header .img-wrapper .image-wrapper-mobile .section-title-mobile {
          font-size: 20px; } }
      @media only screen and (max-width: 374px) {
        .better #content .section-header .img-wrapper .image-wrapper-mobile .section-title-mobile {
          font-size: 18px; } }
  @media only screen and (min-width: 768px) {
    .better #content .section-header .section-content {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; } }
  @media print {
    .better #content .section-header .section-content {
      position: relative; } }
  .better #content .section-header .section-content .material-icons, .better #content .section-header .section-content .icon-request-appointment:before, .better #content .section-header .section-content .icon-watch-video:before, .better #content .section-header .section-content .icon-play:before, .better #content .section-header .section-content .icon-person-location:before, .better #content .section-header .section-content .icon-details-top:before, .better #content .section-header .section-content .icon-details-left:before, .better #content .section-header .section-content .icon-directions:before, .better #content .section-header .section-content .icon-directions-alt:before, .better #content .section-header .section-content .icon-send-message:before, .better #content .section-header .section-content .icon-phone-top:before, .better #content .section-header .section-content .icon-phone-left:before, .better #content .section-header .section-content .icon-comment:before, .better #content .section-header .section-content .icon-cancel-search:before, .better #content .section-header .section-content .panel-footer .panel-footer-more:before, .panel-footer .better #content .section-header .section-content .panel-footer-more:before, .better #content .section-header .section-content .panel-toggle .panel-toggle-trigger:after, .panel-toggle .better #content .section-header .section-content .panel-toggle-trigger:after, .better #content .section-header .section-content .video-item figure:before, .video-item .better #content .section-header .section-content figure:before, .better #content .section-header .section-content .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .better #content .section-header .section-content div[id*="thumbnail"]:before, .better #content .section-header .section-content .card-trigger a:after, .card-trigger .better #content .section-header .section-content a:after, .better #content .section-header .section-content .card-video .card-image:before, .card-video .better #content .section-header .section-content .card-image:before, .better #content .section-header .section-content .card-content-figure figure.video a:before, .card-content-figure figure.video .better #content .section-header .section-content a:before, .better #content .section-header .section-content .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .better #content .section-header .section-content [data-role="remove"]:after, .better #content .section-header .section-content .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .better #content .section-header .section-content .brightcove-video:after, .better #content .section-header .section-content .section-location-details .btn-req-appt:after, .section-location-details .better #content .section-header .section-content .btn-req-appt:after,
  .better #content .section-header .section-content .section-location-details .btn-dr-location:after, .section-location-details .better #content .section-header .section-content .btn-dr-location:after, .better #content .section-header .section-content .locations2 .hospital-video a:before, .locations2 .hospital-video .better #content .section-header .section-content a:before, .better #content .section-header .section-content .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .better #content .section-header .section-content .icon-arrow:after, .better #content .section-header .section-content .back-to-top:before, .better #content .section-header .section-content .video-library .video-library-image:before, .video-library .better #content .section-header .section-content .video-library-image:before {
    line-height: 1.25rem; }
  @media only screen and (max-width: 767px) {
    .better #content .section-header .section-content .btn-transparent {
      border-color: #333;
      color: #333; }
      .better #content .section-header .section-content .btn-transparent:hover {
        background: transparent; } }
  @media only screen and (max-width: 767px) {
    .better #content .section-header .section-content .btn-group {
      width: 220px;
      margin: 0 auto; }
      .better #content .section-header .section-content .btn-group .btn {
        font-size: 12px; } }

.better #content .section-header.section-page-header {
  padding-top: 0; }
  .better #content .section-header.section-page-header .section-title {
    color: #fff;
    font-size: 46px;
    text-align: left;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: .09em;
    font-weight: 700;
    margin: 0 0 16px 0; }
    @media only screen and (max-width: 1023px) {
      .better #content .section-header.section-page-header .section-title {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .better #content .section-header.section-page-header .section-title {
        font-size: 24px;
        margin-bottom: 12px; } }
    @media only screen and (max-width: 575px) {
      .better #content .section-header.section-page-header .section-title {
        font-size: 20px; } }
    @media print {
      .better #content .section-header.section-page-header .section-title {
        font-size: 32px; } }
    .better #content .section-header.section-page-header .section-title sup {
      position: relative;
      left: -11px;
      font-size: 13px;
      top: -23px; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .better #content .section-header.section-page-header .section-title sup {
          font-size: 11px;
          top: -18px; } }
      @media screen and (max-width: 767px) {
        .better #content .section-header.section-page-header .section-title sup {
          left: -8px;
          font-size: 10px;
          top: -10px; } }
  @media only screen and (max-width: 600px) {
    .better #content .section-header.section-page-header .img-wrapper img {
      width: auto;
      max-width: 100%;
      position: relative; } }
  @media only screen and (max-width: 575px) {
    .better #content .section-header.section-page-header .img-wrapper img {
      width: 150%;
      max-width: none;
      position: relative;
      margin-left: -16%; } }
  .better #content .section-header.section-page-header .flex-container, .better #content .section-header.section-page-header .section-locations .locations-container, .section-locations .better #content .section-header.section-page-header .locations-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center; }
    @media only screen and (max-width: 600px) {
      .better #content .section-header.section-page-header .flex-container, .better #content .section-header.section-page-header .section-locations .locations-container, .section-locations .better #content .section-header.section-page-header .locations-container {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end; } }
  .better #content .section-header.section-page-header .section-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    @media print {
      .better #content .section-header.section-page-header .section-content {
        position: relative; } }
    @media only screen and (min-width: 900px) {
      .better #content .section-header.section-page-header .section-content .text-container {
        width: 875px;
        height: 100%; } }
    .better #content .section-header.section-page-header .section-content .text-container a {
      color: #fff !important; }
      @media print {
        .better #content .section-header.section-page-header .section-content .text-container a {
          color: #000 !important;
          text-decoration: none; } }
      .better #content .section-header.section-page-header .section-content .text-container a:hover {
        color: #ddd !important; }
    .better #content .section-header.section-page-header .section-content .text-container p {
      color: #fff;
      margin: 0;
      text-shadow: none; }
      @media only screen and (max-width: 767px) {
        .better #content .section-header.section-page-header .section-content .text-container p {
          font-size: 12px; } }

.better #content .section-content .text-container p {
  color: #fff;
  text-shadow: 2px 2px 6px #000;
  font-size: 16px;
  line-height: 1.4; }
  @media only screen and (max-width: 1023px) {
    .better #content .section-content .text-container p {
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .better #content .section-content .text-container p {
      color: #333;
      text-shadow: none;
      margin-bottom: 16px; } }

.better #content .section-content .text-container a:not(.btn) {
  color: #fff;
  text-decoration: underline; }
  .better #content .section-content .text-container a:not(.btn):hover {
    color: #ddd; }
  @media only screen and (max-width: 767px) {
    .better #content .section-content .text-container a:not(.btn) {
      color: #333; }
      .better #content .section-content .text-container a:not(.btn):active, .better #content .section-content .text-container a:not(.btn):hover {
        color: #00778a; } }

@media print {
  .better #content .section-content .text-container {
    width: 100%; } }

.better #content .bg-video {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  .better #content .bg-video video {
    position: relative;
    display: block;
    width: 100%;
    max-width: none; }

@media only screen and (max-width: 767px) {
  .better #content .section-image {
    margin-bottom: 1em; }
    .better #content .section-image img {
      max-width: none;
      width: 100%; } }

@media print {
  .better #content .section-image {
    display: none; } }

.better #content .disruptor {
  border: 0;
  background: none; }
  .better #content .disruptor .flex-item, .better #content .disruptor .la-ball-clip-rotate > div, .better #content .disruptor .section-locations .locations-container .locations-item, .section-locations .locations-container .better #content .disruptor .locations-item {
    -webkit-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none; }
    .better #content .disruptor .flex-item:first-of-type .disruptor-item, .better #content .disruptor .la-ball-clip-rotate > div:first-of-type .disruptor-item, .better #content .disruptor .section-locations .locations-container .locations-item:first-of-type .disruptor-item, .section-locations .locations-container .better #content .disruptor .locations-item:first-of-type .disruptor-item {
      margin-left: 0;
      border: 0; }
  .better #content .disruptor .disruptor-item {
    position: relative;
    width: 100%;
    height: auto;
    padding: 24px;
    text-decoration: none;
    border-left: 1px solid #d4d5d6; }
    .better #content .disruptor .disruptor-item:hover {
      background: transparent; }
    @media only screen and (min-width: 768px) {
      .better #content .disruptor .disruptor-item:hover .icon {
        border-color: #00778a;
        color: #00778a; } }
  .better #content .disruptor .icon {
    font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #a9abac;
    text-align: center;
    font-style: normal;
    background: none;
    border-radius: 50%;
    border: 1px solid #a9abac;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    @media only screen and (min-width: 768px) and (max-width: 1259px) {
      .better #content .disruptor .icon {
        width: 60px;
        height: 60px;
        line-height: 60px; } }
  .better #content .disruptor .icon-arrow {
    color: #00778a;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    margin: auto;
    width: 24px;
    height: 24px;
    font-size: 24px;
    display: block !important; }
    @media only screen and (max-width: 1259px) {
      .better #content .disruptor .icon-arrow {
        right: 24px; } }
    @media only screen and (max-width: 767px) {
      .better #content .disruptor .icon-arrow {
        display: none !important; } }

.better #content .section-disruptor-better {
  padding: 20px 0; }
  @media only screen and (max-width: 767px) {
    .better #content .section-disruptor-better {
      padding: 0; } }
  .better #content .section-disruptor-better .flex-container, .better #content .section-disruptor-better .section-locations .locations-container, .section-locations .better #content .section-disruptor-better .locations-container {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media only screen and (max-width: 767px) {
      .better #content .section-disruptor-better .flex-container, .better #content .section-disruptor-better .section-locations .locations-container, .section-locations .better #content .section-disruptor-better .locations-container {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .better #content .section-disruptor-better .disruptor-item {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
    @media print {
      .better #content .section-disruptor-better .disruptor-item:after {
        padding: 12px; } }
    @media only screen and (max-width: 767px) {
      .better #content .section-disruptor-better .disruptor-item {
        float: left;
        padding: 6px 24px;
        border: 0;
        margin-left: 0; } }
    @media only screen and (min-width: 1260px) {
      .better #content .section-disruptor-better .disruptor-item {
        max-width: 80%;
        margin: auto; } }
    @media only screen and (min-width: 768px) {
      .better #content .section-disruptor-better .disruptor-item {
        margin: 4px 0;
        padding: 0 24px; } }
    .better #content .section-disruptor-better .disruptor-item p {
      color: #333;
      line-height: 1.4; }
  .better #content .section-disruptor-better .icon {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    margin: auto; }
    @media only screen and (max-width: 1023px) {
      .better #content .section-disruptor-better .icon {
        float: left;
        margin-bottom: 0; } }
    @media only screen and (max-width: 1023px) {
      .better #content .section-disruptor-better .icon {
        width: 54px;
        height: 54px;
        line-height: 54px;
        font-size: 24px; } }
  .better #content .section-disruptor-better .disruptor-content {
    margin-left: 16px;
    float: left; }
    .better #content .section-disruptor-better .disruptor-content .icon-title {
      font-weight: 600;
      margin-bottom: 5px;
      text-transform: none;
      padding: 0;
      text-align: left; }
      @media only screen and (max-width: 1200px) {
        .better #content .section-disruptor-better .disruptor-content .icon-title {
          font-size: 16px; } }
      @media only screen and (max-width: 1023px) {
        .better #content .section-disruptor-better .disruptor-content .icon-title {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .better #content .section-disruptor-better .disruptor-content .icon-title {
          font-size: 16px;
          text-transform: none; } }
    .better #content .section-disruptor-better .disruptor-content .add-word {
      display: none; }
    .better #content .section-disruptor-better .disruptor-content .remove-word {
      display: inline-block; }
    @media only screen and (min-width: 768px) {
      .better #content .section-disruptor-better .disruptor-content {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -moz-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
        float: none; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .better #content .section-disruptor-better .disruptor-content .add-word {
        display: inline-block; }
      .better #content .section-disruptor-better .disruptor-content .remove-word {
        display: none; } }

.better #content .section-footer-disruptor {
  padding: 12px 0 24px 0; }
  .better #content .section-footer-disruptor .flex-item, .better #content .section-footer-disruptor .la-ball-clip-rotate > div, .better #content .section-footer-disruptor .section-locations .locations-container .locations-item, .section-locations .locations-container .better #content .section-footer-disruptor .locations-item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .better #content .section-footer-disruptor .disruptor-item {
    display: block;
    float: left;
    padding: 24px 0;
    border: 0; }
    @media only screen and (max-width: 767px) {
      .better #content .section-footer-disruptor .disruptor-item {
        padding: 6px 24px; } }
  .better #content .section-footer-disruptor .icon {
    left: 0;
    top: 15px; }
    @media only screen and (max-width: 767px) {
      .better #content .section-footer-disruptor .icon {
        position: absolute;
        left: 24px;
        top: 10px; } }
  .better #content .section-footer-disruptor .disruptor-content {
    display: block;
    float: left;
    text-align: left;
    margin-left: 80px; }
    @media only screen and (max-width: 1023px) {
      .better #content .section-footer-disruptor .disruptor-content {
        margin-left: 70px; } }
    @media only screen and (max-width: 767px) {
      .better #content .section-footer-disruptor .disruptor-content {
        font-size: 16px;
        margin: 10px 0 0 80px;
        min-height: 70px; } }
    .better #content .section-footer-disruptor .disruptor-content .icon-description {
      font-size: 15px;
      padding-right: 0;
      margin-bottom: 4px; }
      @media only screen and (max-width: 1023px) {
        .better #content .section-footer-disruptor .disruptor-content .icon-description {
          font-size: 12px;
          margin-top: 0; } }
    .better #content .section-footer-disruptor .disruptor-content p {
      margin: 0;
      color: #333;
      font-size: 12px;
      line-height: 1.4; }

.better #page-nav {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .better #page-nav {
      position: relative; }
      .better #page-nav .col, .better #page-nav .list-stacked dt, .list-stacked .better #page-nav dt, .better #page-nav .list-stacked dd, .list-stacked .better #page-nav dd {
        padding: 0; } }
  .better #page-nav .nav {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
    height: auto; }
    @media only screen and (max-width: 767px) {
      .better #page-nav .nav {
        display: block; } }
  .better #page-nav .nav-item {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.33%;
    margin: 0;
    padding: 0;
    border: 1px solid #d4d5d6;
    border-width: 0 0 0 1px; }
    @media only screen and (max-width: 767px) {
      .better #page-nav .nav-item {
        display: block;
        width: 100%;
        border: 0; } }
    .better #page-nav .nav-item:first-of-type {
      border: 0; }
  .better #page-nav .nav-link {
    display: block;
    position: relative;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    line-height: 1.3;
    padding: 24px 0;
    height: 70px;
    border-bottom: 1px solid #d4d5d6; }
    @media only screen and (max-width: 1023px) {
      .better #page-nav .nav-link {
        height: 50px;
        font-size: 0.875rem;
        padding: 16px 0; } }
    @media only screen and (max-width: 767px) {
      .better #page-nav .nav-link {
        padding: 1em .5em; } }
    @media only screen and (min-width: 768px) {
      .better #page-nav .nav-link:hover, .better #page-nav .nav-link.active {
        background: #eee; }
        .better #page-nav .nav-link:hover .arrow-down-front, .better #page-nav .nav-link.active .arrow-down-front {
          border-top-color: #eee; } }
    .better #page-nav .nav-link .arrow-down-back {
      position: absolute;
      bottom: -10px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #a9abac; }
      @media only screen and (max-width: 767px) {
        .better #page-nav .nav-link .arrow-down-back {
          display: none; } }
    .better #page-nav .nav-link .arrow-down-front {
      position: absolute;
      bottom: -9px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 0;
      height: 0;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      border-top: 9px solid #fff; }
      @media only screen and (max-width: 767px) {
        .better #page-nav .nav-link .arrow-down-front {
          display: none; } }
    @media only screen and (min-width: 1025px) {
      .better #page-nav .nav-link.active:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        bottom: 0;
        left: 0;
        background-color: #63599e; } }
    .better #page-nav .nav-link .line {
      display: inline; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .better #page-nav .nav-link .line {
          display: block; } }
    .better #page-nav .nav-link .material-icons, .better #page-nav .nav-link .icon-request-appointment:before, .better #page-nav .nav-link .icon-watch-video:before, .better #page-nav .nav-link .icon-play:before, .better #page-nav .nav-link .icon-person-location:before, .better #page-nav .nav-link .icon-details-top:before, .better #page-nav .nav-link .icon-details-left:before, .better #page-nav .nav-link .icon-directions:before, .better #page-nav .nav-link .icon-directions-alt:before, .better #page-nav .nav-link .icon-send-message:before, .better #page-nav .nav-link .icon-phone-top:before, .better #page-nav .nav-link .icon-phone-left:before, .better #page-nav .nav-link .icon-comment:before, .better #page-nav .nav-link .icon-cancel-search:before, .better #page-nav .nav-link .panel-footer .panel-footer-more:before, .panel-footer .better #page-nav .nav-link .panel-footer-more:before, .better #page-nav .nav-link .panel-toggle .panel-toggle-trigger:after, .panel-toggle .better #page-nav .nav-link .panel-toggle-trigger:after, .better #page-nav .nav-link .video-item figure:before, .video-item .better #page-nav .nav-link figure:before, .better #page-nav .nav-link .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .better #page-nav .nav-link div[id*="thumbnail"]:before, .better #page-nav .nav-link .card-trigger a:after, .card-trigger .better #page-nav .nav-link a:after, .better #page-nav .nav-link .card-video .card-image:before, .card-video .better #page-nav .nav-link .card-image:before, .better #page-nav .nav-link .card-content-figure figure.video a:before, .card-content-figure figure.video .better #page-nav .nav-link a:before, .better #page-nav .nav-link .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .better #page-nav .nav-link [data-role="remove"]:after, .better #page-nav .nav-link .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .better #page-nav .nav-link .brightcove-video:after, .better #page-nav .nav-link .section-location-details .btn-req-appt:after, .section-location-details .better #page-nav .nav-link .btn-req-appt:after,
    .better #page-nav .nav-link .section-location-details .btn-dr-location:after, .section-location-details .better #page-nav .nav-link .btn-dr-location:after, .better #page-nav .nav-link .locations2 .hospital-video a:before, .locations2 .hospital-video .better #page-nav .nav-link a:before, .better #page-nav .nav-link .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .better #page-nav .nav-link .icon-arrow:after, .better #page-nav .nav-link .back-to-top:before, .better #page-nav .nav-link .video-library .video-library-image:before, .video-library .better #page-nav .nav-link .video-library-image:before {
      display: block;
      margin: 0 auto; }
  .better #page-nav .nav-item-wrapper {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .better #page-nav .nav-sub {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    padding: 24px;
    text-decoration: none; }
    .better #page-nav .nav-sub .nav-sub-image {
      position: absolute;
      left: 24px;
      top: 24px;
      width: 75px; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .better #page-nav .nav-sub .nav-sub-image {
          width: 55px; } }
    .better #page-nav .nav-sub .nav-sub-body {
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -moz-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      padding-left: 90px; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .better #page-nav .nav-sub .nav-sub-body {
          padding-left: 70px; } }
      .better #page-nav .nav-sub .nav-sub-body .nav-sub-body-copy {
        -webkit-box-flex: 1;
        -moz-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        color: #474b4c;
        font-size: 14px; }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          .better #page-nav .nav-sub .nav-sub-body .nav-sub-body-copy {
            font-size: 12px; } }
      .better #page-nav .nav-sub .nav-sub-body .nav-sub-body-link {
        display: block;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 600; }
        .better #page-nav .nav-sub .nav-sub-body .nav-sub-body-link .fas {
          margin-left: 4px;
          font-size: 15px; }

@media only screen and (min-width: 768px) {
  .better.sticky-page-nav #page-nav {
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 115px;
    z-index: 101;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2); } }

@media only screen and (min-width: 768px) {
  .better.sticky-page-nav #page-nav .nav-link {
    height: 50px;
    font-size: 0.875rem;
    padding: 16px 0; } }

@media only screen and (max-width: 1023px) {
  .better.sticky-page-nav #page-nav .nav-link {
    font-size: 0.875rem; } }

.better.sticky-page-nav #page-nav .nav-sub {
  display: none; }

.better.sticky-page-nav #page-nav .arrow-down-back,
.better.sticky-page-nav #page-nav .arrow-down-front {
  display: none; }

.better.sticky-page-nav #heart {
  margin-top: 250px; }

.csstransforms {
  scroll-behavior: smooth; }

.better3 .site-notification {
  position: fixed;
  z-index: 99;
  top: 115px !important; }
  @media only screen and (max-width: 1024px) {
    .better3 .site-notification {
      top: 55px !important;
      /*border: 1px solid #000;
            border-radius: 50%;
            width: 25px;
            height: 25px;
            text-align: center;
            line-height: 25px;*/ } }

.better3 .skip-link:focus,
.better3 .skip-link:hover {
  color: #fff;
  font-weight: 700;
  z-index: 99; }

.better3 .assistive-text:active, .better3 table caption:active, table .better3 caption:active, .better3 .card-wide .card.card-video .card-action:active, .card-wide .card.card-video .better3 .card-action:active,
.better3 .card-wide .card.card-video .card-content:active, .card-wide .card.card-video .better3 .card-content:active,
.better3 .assistive-text:focus,
.better3 table caption:focus,
table .better3 caption:focus,
.better3 .card-wide .card.card-video .card-action:focus,
.card-wide .card.card-video .better3 .card-action:focus,
.better3 .card-wide .card.card-video .card-content:focus,
.card-wide .card.card-video .better3 .card-content:focus {
  position: fixed;
  overflow: visible;
  clip: auto; }

.better3 a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

@media only screen and (min-width: 1025px) {
  .better3 {
    padding-top: 115px !important; } }

@media only screen and (min-width: 1025px) {
  .better3 #site-header {
    height: 115px; }
    .better3 #site-header #site-title {
      width: 37px;
      height: 27px;
      background-size: auto 100%;
      position: absolute;
      bottom: 8px; }
      .better3 #site-header #site-title .logo-full {
        display: none; }
      .better3 #site-header #site-title .logo-shortened {
        opacity: 1; }
    .better3 #site-header .main-nav {
      z-index: 4;
      margin-left: 65px; }
    .better3 #site-header .search-bar {
      bottom: 11px; } }

@media only screen and (max-width: 1024px) {
  .better3 #site-header {
    height: 55px; } }

.better3 #feedbackify, .better3 .breadcrumb {
  display: none; }

.better3 .main-content {
  overflow: hidden; }

.better3 .row-max-1400 {
  max-width: 1400px !important;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto; }

.better3 .brand-color-a {
  color: #5b5191; }

.better3 .brand-color-b {
  color: #63599e; }

.better3 .brand-color-c, .better3.patient-story blockquote, .better3.patient-story blockquote footer, .better3.patient-story .team-content .line-behind, .better3.patient-story .team-content .team-member-story header h3, .better3.patient-story .team-member-story header .team-content h3, .better3 .team-member-story header h3, .better3 .team-member-story__meta span {
  color: #60458b; }

.better3 .color-white {
  color: #fff; }

.better3 .bg-brand-a {
  background: rgba(91, 82, 145, 0.9); }

.better3 .heavy {
  font-weight: 700; }

@media only screen and (max-width: 767px) {
  .better3 .fw-n-sm {
    font-weight: 400; } }

.better3 .extrabold {
  font-weight: 800; }

.better3 .link-unstyled {
  text-decoration: none; }

@media only screen and (max-width: 1023px) {
  .better3 h1, .better3 .h1,
  .better3 h2, .better3 .h2,
  .better3 h3, .better3 .h3, .better3 .wfm_section legend, .wfm_section .better3 legend,
  .better3 h4, .better3 .h4,
  .better3 h5, .better3 .h5,
  .better3 h6, .better3 .h6 {
    line-height: 1.15; } }

.better3 .h1.large {
  font-size: 8vw; }
  @media only screen and (min-width: 768px) {
    .better3 .h1.large {
      font-size: 4.5vw;
      letter-spacing: .1rem; }
      .better3 .h1.large > span.overflow-hidden {
        padding: 0.7rem 0; } }
  @media only screen and (min-width: 1024px) {
    .better3 .h1.large {
      font-size: 3.5vw; } }
  @media only screen and (min-width: 1280px) {
    .better3 .h1.large {
      font-size: 50px; } }

.better3 .h2.large {
  font-size: 1.8rem;
  line-height: 1.10;
  z-index: 30; }
  .better3 .h2.large > span.overflow-hidden {
    padding: 0.7rem 0; }
  @media only screen and (min-width: 768px) {
    .better3 .h2.large {
      font-size: 2.5rem; } }
  @media only screen and (min-width: 1024px) {
    .better3 .h2.large {
      font-size: 3rem; } }
  @media only screen and (min-width: 1280px) {
    .better3 .h2.large {
      font-size: 48px; } }

.better3 .large, .better3 p.large {
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .better3 .large, .better3 p.large {
      font-size: 1.3em; } }

.better3 p.large {
  line-height: 1.35; }

.better3 .line {
  display: inline; }
  @media only screen and (min-width: 768px) {
    .better3 .line {
      display: block; } }

.better3 .lines-around {
  position: relative;
  display: inline-block; }
  .better3 .lines-around:before, .better3 .lines-around:after {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    width: 40%;
    background: #63599e;
    margin: 5px auto; }
  .better3 .lines-around:before {
    top: 0; }
  .better3 .lines-around:after {
    bottom: 0; }

.better3 .line-behind, .better3 .team-member-story header h3 {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 5px; }
  @media only screen and (max-width: 1023px) {
    .better3 .line-behind, .better3 .team-member-story header h3 {
      margin-bottom: 10px; } }
  .better3 .line-behind:after, .better3 .team-member-story header h3:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    height: 1px;
    width: 100%;
    background: #63599e;
    margin-left: 10px; }
    @media only screen and (max-width: 1023px) {
      .better3 .line-behind:after, .better3 .team-member-story header h3:after {
        margin: 0;
        left: 0;
        top: auto; } }

.better3 .line-behind-centered {
  position: relative;
  overflow: hidden; }
  .better3 .line-behind-centered b {
    display: inline-block;
    position: relative;
    padding: 0;
    max-width: 60vw; }
    @media only screen and (min-width: 1200px) {
      .better3 .line-behind-centered b {
        max-width: 50vw; } }
    .better3 .line-behind-centered b:before, .better3 .line-behind-centered b:after {
      content: '';
      display: block;
      width: 50vw;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      border-top: 1px solid #63599e; }
    .better3 .line-behind-centered b:before {
      right: 99%; }
    .better3 .line-behind-centered b:after {
      left: 99%; }

.better3 .bg-page {
  position: fixed;
  top: 0;
  bottom: 0;
  max-width: none;
  width: auto; }

.better3 .bg-scene {
  width: 100%;
  max-width: none;
  height: 100%; }
  .better3 .bg-scene img {
    display: block;
    height: 100%; }

.better3 .loader-icon {
  z-index: 1; }

.better3 .scene-content {
  height: 100%; }

.better3 .image-group {
  display: none; }
  @media only screen and (min-width: 1025px) {
    .better3 .image-group {
      -webkit-perspective: 1300px;
              perspective: 1300px;
      display: block; } }
  @media only screen and (min-width: 1025px) {
    .better3 .image-group.outcome-links {
      -webkit-perspective: 700px;
              perspective: 700px; } }

.better3.landing .scene {
  min-height: 550px;
  height: calc(100vh - 115px); }
  @media only screen and (orientation: landscape) and (max-width: 900px) {
    .better3.landing .scene {
      min-height: 750px; } }
  @media only screen and (max-width: 1025px) {
    .better3.landing .scene {
      height: calc(100vh - 55px); } }

.better3.landing .bg-scene-content {
  position: absolute;
  height: 100%; }
  @media only screen and (max-width: 767px) {
    .better3.landing .bg-scene-content {
      background-size: cover;
      background-repeat: no-repeat; } }
  @media only screen and (min-width: 1025px) {
    .better3.landing .bg-scene-content {
      background-image: url("/content/northwestern/img/better3/tri-bg-1.jpg");
      background-size: 125%;
      background-repeat: repeat-y;
      background-position: top; } }

@media only screen and (max-width: 767px) {
  .better3.landing .bg-brand-a {
    position: relative; }
    .better3.landing .bg-brand-a:after {
      content: "";
      position: absolute;
      z-index: 1;
      bottom: -50px;
      left: 0;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(91, 82, 145, 0)), color-stop(90%, rgba(91, 82, 145, 0.85)));
      background-image: linear-gradient(to top, rgba(91, 82, 145, 0), rgba(91, 82, 145, 0.85) 90%);
      width: 100%;
      height: 50px; } }

.better3.landing .landing-doctors {
  max-width: 1400px;
  width: 100%;
  position: relative; }
  .better3.landing .landing-doctors .group-item {
    position: relative;
    width: 100%; }
  .better3.landing .landing-doctors .doctor {
    position: absolute;
    max-width: 100%;
    -webkit-transform: translateY(120px);
            transform: translateY(120px); }

.better3.landing .heading-wrapper {
  position: relative;
  z-index: 1;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .better3.landing .heading-wrapper {
      width: 91.666667%; } }
  @media only screen and (min-width: 1025px) {
    .better3.landing .heading-wrapper {
      width: 70%; } }

.better3 .table-of-contents {
  position: relative;
  height: 100%;
  z-index: 3;
  background-color: #54448c; }
  .better3 .table-of-contents:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -80px;
    left: 0;
    background-image: url("/content/Northwestern/img/better3/toc-gradient.png");
    background-repeat: repeat-x;
    background-size: contain;
    background-position: bottom;
    width: 100%;
    height: 80px; }
    @media only screen and (max-width: 767px) {
      .better3 .table-of-contents:after {
        top: -50px;
        height: 50px; } }
  .better3 .table-of-contents .content {
    position: relative; }

.better3 .auto-alpha-0 {
  opacity: 0;
  visibility: hidden; }

.better3 .main-container {
  position: relative; }

.better3 .fade-out {
  opacity: 0; }

.better3 .fade-in {
  opacity: 1; }

.better3 .slide-up {
  -webkit-transform: translateY(60px);
          transform: translateY(60px); }
  @media only screen and (max-width: 767px) {
    .better3 .slide-up {
      opacity: 0;
      -webkit-transform: translateY(100px);
              transform: translateY(100px); } }

@media only screen and (max-width: 767px) {
  .better3 .slide-up-sm {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.better3 .slide-down {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.better3 .split-line {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }
  @media only screen and (orientation: landscape) and (max-width: 900px) {
    .mobile .better3 .split-line {
      text-align: left !important;
      line-height: 1.2; } }

.better3 .vh-height {
  height: calc(100vh - 115px); }
  @media only screen and (max-width: 1024px) {
    .better3 .vh-height {
      height: calc(100vh - 55px); } }

.better3 .scene {
  position: relative; }
  @media only screen and (max-width: 899px) and (orientation: landscape) {
    .better3 .scene {
      min-height: calc(200vh); } }

.better3 .ie-fix {
  height: 700px;
  -ms-flex-align: center; }

.better3 .blur {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 120%;
  width: 120%;
  opacity: 0;
  z-index: 1; }
  @media only screen and (max-width: 768px) {
    .better3 .blur {
      /*top: -5%;
            left: -5%;
            height: 110%;
            width: 110%;*/ } }
  .better3 .blur.purple {
    background: #f3f2fc; }
  .better3 .blur.white {
    background: #f5f5f5; }

.better3 .scroll-down {
  position: relative;
  margin: 0 auto;
  z-index: 2;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  letter-spacing: .09em;
  padding-bottom: 7rem; }
  @media only screen and (min-width: 768px) {
    .better3 .scroll-down {
      position: absolute;
      bottom: 75px;
      left: 0;
      right: 0;
      padding: 0; } }
  @media only screen and (min-width: 1024px) {
    .better3 .scroll-down {
      bottom: 50px; } }
  .better3 .scroll-down:hover {
    text-decoration: none; }

.better3 #discover {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.better3 .word {
  display: inline-block;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.better3 .indicator.indicator-circle {
  position: relative;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 72px;
  height: 72px;
  background-color: #9d94cd;
  cursor: pointer;
  -webkit-transition: all ease .5s;
  transition: all ease .5s; }
  .better3 .indicator.indicator-circle:hover, .better3 .indicator.indicator-circle:active {
    -webkit-box-shadow: 6px 4px 20px 0px rgba(99, 90, 158, 0.5);
            box-shadow: 6px 4px 20px 0px rgba(99, 90, 158, 0.5); }
  .better3 .indicator.indicator-circle .indicator-body {
    padding: 17px 0 0 2px;
    line-height: 1.4;
    font-weight: 600;
    font-size: 12px; }

.better3 .indicator-down,
.better3 .indicator-right {
  position: absolute;
  margin: auto; }
  .better3 .indicator-down:before, .better3 .indicator-down:after,
  .better3 .indicator-right:before,
  .better3 .indicator-right:after {
    content: "";
    position: absolute; }

.better3 .indicator-down {
  bottom: -20px;
  left: 0;
  right: 0;
  border-left: 2px solid #fff;
  height: 30px;
  width: 2px; }
  .better3 .indicator-down:before, .better3 .indicator-down:after {
    bottom: -1px;
    border-left: 2px solid #fff;
    height: 11px; }
  .better3 .indicator-down:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 2px;
    bottom: -2px; }
  .better3 .indicator-down:after {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
    left: -6px;
    bottom: -2px; }

.better3 .indicator-right {
  left: auto;
  top: 50%;
  right: -35px;
  height: 2px;
  width: 65px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff; }
  .better3 .indicator-right:before, .better3 .indicator-right:after {
    bottom: -1px;
    border-left: 2px solid #fff;
    height: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 60px; }
  .better3 .indicator-right:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: -2px; }
  .better3 .indicator-right:after {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
    bottom: -12px; }

.better3 .indicator-sm.indicator-circle {
  width: 50px;
  height: 50px; }

.better3 .indicator-sm .indicator-right {
  left: auto;
  top: 50%;
  right: -25px;
  height: 2px;
  width: 50px; }
  .better3 .indicator-sm .indicator-right:before, .better3 .indicator-sm .indicator-right:after {
    left: 45px;
    height: 13px; }
  .better3 .indicator-sm .indicator-right:after {
    bottom: -10px; }

.better3 .indicator-white.indicator-circle {
  border-color: #fff; }
  .better3 .indicator-white.indicator-circle:hover, .better3 .indicator-white.indicator-circle:active {
    background-color: #9d94cd; }

.better3 .indicator-white .indicator-right,
.better3 .indicator-white .indicator-down {
  border-color: #fff;
  background-color: #fff; }
  .better3 .indicator-white .indicator-right:after, .better3 .indicator-white .indicator-right:before,
  .better3 .indicator-white .indicator-down:after,
  .better3 .indicator-white .indicator-down:before {
    border-color: #fff;
    background-color: #fff; }

.better3 .indicator-teal.indicator-circle {
  border-color: #00778a;
  background: transparent; }
  .better3 .indicator-teal.indicator-circle:hover {
    background-color: #fff; }

.better3 .indicator-teal .indicator-right,
.better3 .indicator-teal .indicator-down {
  border-color: #00778a;
  background-color: #00778a; }
  .better3 .indicator-teal .indicator-right:after, .better3 .indicator-teal .indicator-right:before,
  .better3 .indicator-teal .indicator-down:after,
  .better3 .indicator-teal .indicator-down:before {
    border-color: #00778a;
    background-color: #00778a; }

.better3 .story-list {
  margin: 0;
  height: 100%; }
  @media only screen and (min-width: 1025px) {
    .better3 .story-list {
      padding-top: 5rem; } }
  @media only screen and (max-width: 767px) {
    .better3 .story-list li.item {
      padding: 16rem 1rem 1rem 1rem; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .better3 .story-list li.item {
      padding: 6rem 2rem 0rem 2rem; } }
  @media only screen and (min-width: 1025px) {
    .better3 .story-list li.item {
      max-width: 43%; } }
  @media only screen and (max-width: 1024px) {
    .better3 .story-list li.item {
      position: relative; } }
  .better3 .story-list li.item .wrapper {
    position: relative;
    padding-bottom: 2.5rem; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .better3 .story-list li.item .wrapper {
        max-width: 43%; } }
    @media only screen and (min-width: 768px) {
      .better3 .story-list li.item .wrapper {
        margin-bottom: 2.5rem; } }
  .better3 .story-list li.item .bg-item {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    right: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
    @media only screen and (min-width: 1024px) and (max-width: 1199px) {
      .better3 .story-list li.item .bg-item {
        top: auto;
        bottom: 0; } }
    @media only screen and (max-width: 1024px) {
      .better3 .story-list li.item .bg-item {
        opacity: 1;
        visibility: visible;
        width: 50%;
        top: -55px; } }
    @media only screen and (max-width: 1023px) {
      .better3 .story-list li.item .bg-item {
        opacity: 1;
        visibility: visible;
        width: 70%; } }
    @media only screen and (max-width: 767px) {
      .better3 .story-list li.item .bg-item {
        width: 140%; } }
    .better3 .story-list li.item .bg-item.img-small {
      display: none; }
      @media only screen and (max-width: 1024px) {
        .better3 .story-list li.item .bg-item.img-small {
          display: block; } }
      @media only screen and (max-width: 767px) {
        .better3 .story-list li.item .bg-item.img-small {
          max-width: 400px; } }
    .better3 .story-list li.item .bg-item.img-large {
      display: none;
      margin-right: -75px; }
      @media only screen and (min-width: 1200px) {
        .better3 .story-list li.item .bg-item.img-large {
          max-width: 1050px; } }
      @media only screen and (min-width: 1025px) {
        .better3 .story-list li.item .bg-item.img-large {
          display: block; } }
  @media only screen and (min-width: 1025px) {
    .better3 .story-list li.item:hover .bg-item, .better3 .story-list li.item.hover .bg-item {
      opacity: 1;
      visibility: visible;
      -webkit-transition: all ease .85s;
      transition: all ease .85s;
      z-index: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .better3 .story-list li.item:hover .link-title, .better3 .story-list li.item.hover .link-title {
      text-decoration: underline;
      font-weight: bold; }
    .better3 .story-list li.item:hover .number, .better3 .story-list li.item:hover p, .better3 .story-list li.item:hover .story-title, .better3 .story-list li.item:hover .link-title, .better3 .story-list li.item:hover .separator, .better3 .story-list li.item.hover .number, .better3 .story-list li.item.hover p, .better3 .story-list li.item.hover .story-title, .better3 .story-list li.item.hover .link-title, .better3 .story-list li.item.hover .separator {
      opacity: 1.0;
      -webkit-transition: opacity .5s;
      transition: opacity .5s; } }
  .better3 .story-list li.item a {
    display: block;
    position: relative;
    z-index: 2;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent; }
  .better3 .story-list li.item .number, .better3 .story-list li.item p, .better3 .story-list li.item .story-title, .better3 .story-list li.item .link-title, .better3 .story-list li.item .separator {
    color: #fff;
    text-decoration: none; }
    @media only screen and (min-width: 1025px) {
      .better3 .story-list li.item .number, .better3 .story-list li.item p, .better3 .story-list li.item .story-title, .better3 .story-list li.item .link-title, .better3 .story-list li.item .separator {
        opacity: .4;
        -webkit-transition: opacity .5s;
        transition: opacity .5s; } }
  .better3 .story-list li.item .number {
    float: left;
    font-size: 1.15rem; }
    @media only screen and (min-width: 768px) {
      .better3 .story-list li.item .number {
        font-size: 2rem;
        padding-bottom: 2.5rem;
        margin-bottom: 2.5rem; } }
  .better3 .story-list li.item .story-title {
    letter-spacing: .075em; }
    @media only screen and (max-width: 767px) {
      .better3 .story-list li.item .story-title {
        font-size: 1.75rem; } }
  .better3 .story-list li.item .story-body {
    letter-spacing: .05em; }
  .better3 .story-list li.item .link-title:hover {
    text-decoration: underline; }
  @media only screen and (max-width: 1024px) {
    .better3 .story-list li.item .link-title {
      text-decoration: underline;
      font-weight: 600;
      padding-bottom: 10px; } }
  .better3 .story-list li.item .separator {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff; }
    @media only screen and (min-width: 1025px) {
      .better3 .story-list li.item .separator {
        width: 40%; } }

.better3 .scene-content {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in; }

.better3 .bg-scene-content {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  overflow: hidden; }
  .better3 .bg-scene-content .floor {
    background-image: url("/content/Northwestern/img/better3/landing-floor-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center left;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 110%;
    width: 120%;
    -webkit-transform: scale(0);
            transform: scale(0); }
    @media only screen and (min-width: 1200px) {
      .better3 .bg-scene-content .floor {
        background-size: 90%; } }
    @media only screen and (min-width: 1700px) {
      .better3 .bg-scene-content .floor {
        background-size: 70%; } }
    @media only screen and (max-width: 767px) {
      .better3 .bg-scene-content .floor {
        background: none;
        -webkit-transform: scale(1);
                transform: scale(1);
        height: 105%;
        width: 125%; } }
  .better3 .bg-scene-content img {
    width: auto;
    max-width: none;
    float: right; }
    .better3 .bg-scene-content img.fill {
      height: 100vh; }
    .better3 .bg-scene-content img.fill-retina {
      position: relative;
      height: auto;
      width: 200vw;
      left: 40%; }

.better3 .header-image-mobile {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out; }
  @media only screen and (min-width: 1025px) {
    .better3 .header-image-mobile {
      display: none; } }
  .better3 .header-image-mobile:nth-of-type(1) {
    opacity: 1;
    background-image: url(/content/northwestern/img/better3/mike-landing-mobile.jpg); }
  .better3 .header-image-mobile:nth-of-type(2) {
    opacity: 0;
    background-image: url(/content/northwestern/img/better3/robin-landing-mobile.jpg); }

.better3 .scrollmagic-pin-spacer {
  max-width: 100%;
  -webkit-transition: top .5s ease;
  transition: top .5s ease; }

.better3.patient-story #section1Img {
  background: #54448c; }
  .better3.patient-story #section1Img .fill {
    margin-right: -75px; }
  @media only screen and (min-width: 768px) {
    .better3.patient-story #section1Img {
      top: 50px; } }
  .better3.patient-story #section1Img img:nth-of-type(1) {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .better3.patient-story #section1Img img:nth-of-type(1) {
        display: block; } }
    @media only screen and (orientation: landscape) and (max-width: 900px) {
      .mobile .better3.patient-story #section1Img img:nth-of-type(1) {
        display: block; } }
  .better3.patient-story #section1Img > img:nth-of-type(2) {
    display: block; }
    @media only screen and (min-width: 1024px) {
      .better3.patient-story #section1Img > img:nth-of-type(2) {
        display: none; } }
    @media only screen and (orientation: landscape) and (max-width: 900px) {
      .mobile .better3.patient-story #section1Img > img:nth-of-type(2) {
        display: none; } }

.better3.patient-story #section2Img {
  margin-top: -35px; }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .better3.patient-story #section2Img {
      margin-right: 80px; } }

.better3.patient-story #section2bHeading {
  position: relative;
  z-index: 1; }

.better3.patient-story #section05 {
  position: relative;
  margin-top: 5rem; }
  @media only screen and (min-width: 768px) {
    .better3.patient-story #section05 {
      margin-top: 10rem; } }

.better3.patient-story .nav-scene {
  position: fixed;
  top: 50%;
  right: 5%;
  z-index: 2; }
  .better3.patient-story .nav-scene .scene-item {
    position: relative;
    top: 0;
    padding: 10px 20px;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    border-radius: 4px;
    background-color: #514689;
    color: #9d94cd; }

.better3.patient-story sup {
  top: -0.9rem;
  font-size: 40%; }

.better3.patient-story blockquote {
  position: relative;
  font-family: 'Noto Serif', serif;
  font-style: italic;
  font-size: 1.55rem;
  line-height: 1.3;
  padding-bottom: 1rem;
  margin: 1rem !important;
  /* remove quotes automatically placed on the blockquote */ }
  @media only screen and (max-width: 767px) {
    .better3.patient-story blockquote {
      margin: 0 .5rem .5rem .5rem; } }
  .better3.patient-story blockquote p {
    margin: 0 1.5rem 1.5rem 1.5rem; }
    @media only screen and (max-width: 767px) {
      .better3.patient-story blockquote p {
        margin: 0 .5rem .5rem .5rem; } }
  .better3.patient-story blockquote:before, .better3.patient-story blockquote:after {
    display: none; }
  .better3.patient-story blockquote span {
    position: relative; }
    .better3.patient-story blockquote span:before {
      content: "\201c";
      position: absolute;
      left: -13px; }
    .better3.patient-story blockquote span:after {
      content: "\201d"; }
  .better3.patient-story blockquote footer {
    display: inline-block; }

@media only screen and (min-width: 769px) {
  .better3.patient-story .team-floor {
    background-image: url("/content/Northwestern/img/better3/landing-floor-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    position: absolute;
    top: 0;
    left: -5%;
    height: calc(100vh - 115px);
    width: 110%; } }

.better3.patient-story .team-member {
  display: none;
  width: 100%;
  z-index: 1; }
  @media only screen and (min-width: 769px) {
    .better3.patient-story .team-member {
      display: inline-block; } }
  .ie .better3.patient-story .team-member {
    padding: 1rem; }

.better3.patient-story .team-member-mobile {
  display: block; }
  @media only screen and (min-width: 769px) {
    .better3.patient-story .team-member-mobile {
      display: none; } }

.better3.patient-story .team-2 {
  max-width: 50%; }

.better3.patient-story .team-3 {
  max-width: 33.33%; }

.better3.patient-story .team-4 {
  max-width: 25%; }

.better3.patient-story .opening {
  text-align: center;
  margin-top: 24vh; }
  @media only screen and (min-width: 415px) {
    .better3.patient-story .opening {
      margin-top: 40vh; } }
  @media only screen and (min-width: 1024px) {
    .better3.patient-story .opening {
      margin-top: 0;
      text-align: left; } }
  @media only screen and (min-width: 1200px) {
    .better3.patient-story .opening {
      text-align: left; } }
  @media only screen and (orientation: portrait) and (min-height: 1024px) {
    .mobile .better3.patient-story .opening {
      margin-top: 53vh; }
      .mobile .better3.patient-story .opening .h1.large {
        width: 60vw;
        margin: 0 auto;
        text-align: center;
        font-size: 5vw; }
        .mobile .better3.patient-story .opening .h1.large .split-line {
          text-align: center !important; } }
  @media only screen and (orientation: landscape) and (max-width: 900px) {
    .mobile .better3.patient-story .opening {
      margin-top: 0;
      text-align: left;
      -ms-flex-item-align: start;
          align-self: flex-start; }
      .mobile .better3.patient-story .opening .h1.large {
        width: 48vw;
        font-size: 5vw; }
        .mobile .better3.patient-story .opening .h1.large .split-line {
          text-align: left !important; } }

.better3.patient-story .patient-name {
  background-color: #fff;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 1.4px;
  font-weight: 800; }
  @media only screen and (orientation: portrait) and (min-height: 1024px) {
    .better3.patient-story .patient-name {
      font-size: 2rem; } }

@media only screen and (min-width: 812px) {
  .better3.patient-story .patient-headline {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

@media only screen and (orientation: landscape) and (max-width: 900px) {
  .mobile .better3.patient-story .patient-headline {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

.better3.patient-story .meet-patient-video {
  position: relative;
  opacity: 0; }
  .better3.patient-story .meet-patient-video video {
    position: relative;
    padding-top: 4rem;
    display: block; }
    .webm .better3.patient-story .meet-patient-video video {
      display: block; }
    .edge .better3.patient-story .meet-patient-video video, .ie .better3.patient-story .meet-patient-video video {
      display: none; }
  .better3.patient-story .meet-patient-video .meet-patient-video-fallback {
    display: block;
    position: relative;
    z-index: 5;
    padding-top: 4rem; }
    .webm .better3.patient-story .meet-patient-video .meet-patient-video-fallback {
      display: none; }
    .edge .better3.patient-story .meet-patient-video .meet-patient-video-fallback, .ie .better3.patient-story .meet-patient-video .meet-patient-video-fallback {
      display: block; }

.better3.patient-story .meet-patient-bg-image {
  position: absolute;
  bottom: 10rem;
  left: 8rem;
  z-index: 0; }
  @media only screen and (max-width: 1024px) {
    .better3.patient-story .meet-patient-bg-image {
      bottom: 5rem;
      left: 2rem;
      max-width: 78%; } }
  @media only screen and (max-width: 767px) {
    .better3.patient-story .meet-patient-bg-image {
      bottom: 8rem;
      left: 6rem;
      max-width: 70%; } }

.better3.patient-story .team-member-name {
  position: relative;
  opacity: .65; }
  .better3.patient-story .team-member-name::before {
    display: none;
    position: absolute;
    background: #fff;
    content: ''; }
  .better3.patient-story .team-member-name::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60px;
    height: 1px; }
  @media only screen and (min-width: 1024px) {
    .better3.patient-story .team-member-name {
      padding-left: .5rem;
      padding-bottom: 0 !important; }
      .better3.patient-story .team-member-name::before {
        display: block;
        left: 0;
        top: 3px;
        width: 1px;
        height: 85%; }
      .better3.patient-story .team-member-name::after {
        display: none; } }
  @media only screen and (orientation: landscape) and (max-width: 900px) {
    .mobile .better3.patient-story .team-member-name {
      padding-left: .5rem;
      padding-bottom: 0 !important; }
      .mobile .better3.patient-story .team-member-name::before {
        display: block;
        left: 0;
        top: 3px;
        width: 1px;
        height: 85%; }
      .mobile .better3.patient-story .team-member-name::after {
        display: none; } }

.better3.patient-story .blur-bg {
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0px 0px 40px 45px rgba(255, 255, 255, 0.85);
          box-shadow: 0px 0px 40px 45px rgba(255, 255, 255, 0.85);
  position: relative;
  z-index: 2;
  padding: 0 !important; }

.better3.patient-story .team-content * {
  position: relative;
  z-index: 2; }

.better3.patient-story .team-content .line-behind, .better3.patient-story .team-content .team-member-story header h3, .better3.patient-story .team-member-story header .team-content h3 {
  letter-spacing: .12rem;
  font-size: 1.3rem;
  text-transform: uppercase; }

.better3.patient-story .team-content p {
  font-size: 1rem;
  margin-bottom: 1.3rem;
  line-height: 1.55; }
  @media only screen and (max-width: 767px) {
    .better3.patient-story .team-content p {
      margin-bottom: .5rem; } }

.better3 .team-member-story {
  margin-top: 0 !important;
  /*&__content {
            @media only screen and (min-width: 1024px) {
                min-height: calc(100vh - 100px);
            }
        }*/ }
  @media only screen and (min-width: 768px) {
    .better3 .team-member-story + .team-member-story {
      margin-top: 3rem !important; } }
  .better3 .team-member-story header h3 {
    line-height: 1;
    letter-spacing: .09rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 0; }
    .better3 .team-member-story header h3.sr-only {
      line-height: 1.25; }
      .better3 .team-member-story header h3.sr-only:after {
        display: none; }
  .better3 .team-member-story .team-content:before {
    background: transparent; }
  .better3 .team-member-story__meta {
    margin: 3px 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px; }
    .better3 .team-member-story__meta a {
      display: inline-block;
      margin-right: 5px; }
    .better3 .team-member-story__meta span {
      display: inline-block;
      font-weight: normal; }
  .better3 .team-member-story figure {
    position: relative; }
  .better3 .team-member-story__figure {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    .better3 .team-member-story__figure video {
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      display: none; }
      .webm .better3 .team-member-story__figure video {
        display: block; }
      .edge .better3 .team-member-story__figure video, .ie .better3 .team-member-story__figure video {
        display: none; }
    .better3 .team-member-story__figure .video-fallback {
      position: relative; }
      .webm .better3 .team-member-story__figure .video-fallback {
        display: none; }
      .edge .better3 .team-member-story__figure .video-fallback {
        display: block; }
    .better3 .team-member-story__figure .video-fallback-item {
      position: absolute;
      left: 0;
      top: 0; }
    .better3 .team-member-story__figure .video-fallback-primary {
      position: relative;
      z-index: 2; }
    .better3 .team-member-story__figure .video-fallback-front {
      z-index: 3; }
    .better3 .team-member-story__figure .video-fallback-back {
      z-index: 1; }
  .better3 .team-member-story .scrollmagic-pin-spacer {
    width: 100% !important; }

.better3 .outcome {
  position: relative;
  z-index: 1; }
  .better3 .outcome .outcome-links > div {
    position: relative; }
  .better3 .outcome #outcomeHeadline,
  .better3 .outcome #outcomeHeadlineImg {
    opacity: 0;
    margin-top: 0;
    margin-top: 30px; }
    @media only screen and (min-width: 768px) {
      .better3 .outcome #outcomeHeadline,
      .better3 .outcome #outcomeHeadlineImg {
        margin-top: 60px; } }
  .better3 .outcome #outcomeHeadlineImg {
    position: relative;
    z-index: 3; }
    .better3 .outcome #outcomeHeadlineImg img {
      max-width: 80%; }
      @media only screen and (min-width: 768px) {
        .better3 .outcome #outcomeHeadlineImg img {
          max-width: 100%; } }
  .better3 .outcome .outcome-link {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    opacity: 0; }
  .better3 .outcome .outcome-link-left {
    margin-top: 60px;
    margin-left: -10px;
    margin-right: 10px; }
    @media only screen and (min-width: 1025px) {
      .better3 .outcome .outcome-link-left {
        margin-top: 120px; } }
  .better3 .outcome .outcome-link-right {
    margin-top: 30px;
    margin-left: 10px;
    margin-right: -10px; }
    @media only screen and (min-width: 1025px) {
      .better3 .outcome .outcome-link-right {
        margin-top: 60px; } }
  .better3 .outcome .outcome-cta {
    position: relative;
    top: -24px;
    left: 2%; }
    @media only screen and (min-width: 1025px) {
      .better3 .outcome .outcome-cta {
        left: 8%; } }
    @media only screen and (min-width: 1439px) {
      .better3 .outcome .outcome-cta {
        left: 30%; } }
    .better3 .outcome .outcome-cta .indicator {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .better3 .outcome .outcome-link-text {
    margin-left: 2.5rem;
    line-height: 1.2;
    font-size: .9rem;
    padding: 4px 6px; }
  .better3 .outcome a:hover .outcome-link-text {
    color: #fff;
    background-color: #00778a;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-box-shadow: 6px 4px 20px 0px rgba(99, 90, 158, 0.5);
            box-shadow: 6px 4px 20px 0px rgba(99, 90, 158, 0.5); }
  .better3 .outcome a:hover .indicator.indicator-circle {
    background-color: #fff;
    -webkit-box-shadow: 6px 4px 20px 0px rgba(99, 90, 158, 0.5);
            box-shadow: 6px 4px 20px 0px rgba(99, 90, 158, 0.5); }
  .better3 .outcome .team-content {
    margin-top: 0; }
    @media only screen and (min-width: 768px) {
      .better3 .outcome .team-content {
        margin-top: 35vh; } }

.better3 .outcome-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  z-index: 0; }
  @media only screen and (min-width: 767px) {
    .better3 .outcome-bg {
      max-width: 90vw; } }

.better3 .explore-more-stories {
  overflow: hidden; }

.better3 .explore-more-item {
  max-width: 290px; }

.better3 .tns-item {
  margin-right: 50px;
  text-decoration: none; }
  .better3 .tns-item * {
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
  .better3 .tns-item:hover * {
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
  .better3 .tns-item:hover img {
    -webkit-box-shadow: 0 7px 43px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 7px 43px 0 rgba(0, 0, 0, 0.2); }
  .better3 .tns-item:hover .story-link {
    background: #00778a;
    color: #fff; }

.better3 .scrollmagic-pin-spacer {
  max-width: 100% !important; }

.ie {
  overflow: hidden;
  height: 100%; }
  .ie .better3 {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%; }
    .ie .better3 #section2Img .team-member {
      max-height: calc(100vh - 220px);
      height: 100%;
      width: auto; }
    .ie .better3 #site-header, .ie .better3 .bg-scene-content, .ie .better3 .site-notification {
      max-width: calc(100% - 17px); }
    .ie .better3 .scrollmagic-pin-spacer {
      overflow: hidden; }
    .ie .better3 .blur {
      width: 100%;
      -webkit-transform: none;
              transform: none; }
    .ie .better3 .team-floor {
      width: 100%;
      left: 0; }
    .ie .better3 .journey-indicator {
      margin-right: 25px; }
    .ie .better3 .blur-bg::before, .ie .better3 .blur-bg::after {
      position: absolute;
      content: " ";
      height: 1px;
      bottom: -1px;
      left: -1px;
      width: 100%;
      background: #fff;
      opacity: .25;
      z-index: 1; }
    .ie .better3 .blur-bg::after {
      width: 1px;
      height: 100%; }

.community-partnership-program .brand-color-alt {
  color: #63599e; }

.community-partnership-program .extra-bold {
  font-weight: 800; }

.community-partnership-program .section-story {
  padding-top: 0; }
  .community-partnership-program .section-story .section-header {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .community-partnership-program .section-story .section-header .section-title, .community-partnership-program .section-story .section-header p {
      color: #fff; }
    .community-partnership-program .section-story .section-header .dark .section-title, .community-partnership-program .section-story .section-header .dark p {
      color: #17191a;
      text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.55); } }
  @media only screen and (max-width: 767px) {
    .community-partnership-program .section-story {
      background: #fff; } }
  .community-partnership-program .section-story .section-hero-image:after {
    display: none; }
  @media only screen and (min-width: 768px) and (max-width: 900px) {
    .community-partnership-program .section-story .section-hero-image img {
      height: 320px;
      width: auto; } }
  .community-partnership-program .section-story .section-header {
    margin: 0;
    text-transform: none; }
    @media only screen and (min-width: 768px) {
      .community-partnership-program .section-story .section-header {
        width: 95%; } }
    @media only screen and (min-width: 1025px) {
      .community-partnership-program .section-story .section-header {
        width: 65%; } }
    .community-partnership-program .section-story .section-header .section-title {
      font-size: 2.25rem;
      font-weight: 800;
      line-height: 1.2;
      text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.75);
      text-transform: uppercase;
      letter-spacing: .09em; }
      @media only screen and (max-width: 1024px) {
        .community-partnership-program .section-story .section-header .section-title {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .community-partnership-program .section-story .section-header .section-title {
          font-size: 18px;
          color: #fff;
          text-shadow: none;
          position: absolute;
          top: -140px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 100%;
          max-width: 90%;
          line-height: 1.3; } }
      @media print {
        .community-partnership-program .section-story .section-header .section-title {
          font-size: 22px; } }
    .community-partnership-program .section-story .section-header p {
      font-size: 1rem;
      text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.75); }
      @media only screen and (max-width: 767px) {
        .community-partnership-program .section-story .section-header p {
          text-shadow: none;
          display: block !important; } }
      @media print {
        .community-partnership-program .section-story .section-header p {
          font-size: 14px; } }
    .community-partnership-program .section-story .section-header .btn {
      margin: 0 0 1.5rem 0; }
      @media only screen and (min-width: 768px) {
        .community-partnership-program .section-story .section-header .btn {
          margin: 1.75rem 0; } }

@media only screen and (max-width: 767px) {
  .community-partnership-program .main-content {
    padding: 0; }
    .community-partnership-program .main-content > section.section-multi-powerstats {
      padding: 0 8px; }
    .community-partnership-program .main-content > section.card-list-panel {
      padding: 0 8px; } }

@media only screen and (min-width: 768px) {
  .community-partnership-program .main-content {
    padding: 0; }
    .community-partnership-program .main-content > section.section-multi-powerstats {
      padding: 0 12px; }
    .community-partnership-program .main-content > section.card-list-panel {
      padding: 0 12px; } }

.community-partnership-program .main-content h1, .community-partnership-program .main-content .h1, .community-partnership-program .main-content h2, .community-partnership-program .main-content .h2, .community-partnership-program .main-content h3, .community-partnership-program .main-content .h3, .community-partnership-program .main-content .wfm_section legend, .wfm_section .community-partnership-program .main-content legend, .community-partnership-program .main-content h4, .community-partnership-program .main-content .h4, .community-partnership-program .main-content h5, .community-partnership-program .main-content .h5, .community-partnership-program .main-content h6, .community-partnership-program .main-content .h6 {
  color: #474b4c; }

.community-partnership-program .main-content .story-banner img {
  height: auto; }
  @media only screen and (max-width: 900px) {
    .community-partnership-program .main-content .story-banner img {
      margin-left: -42%;
      width: 150%; } }
  @media only screen and (max-width: 767px) {
    .community-partnership-program .main-content .story-banner img {
      margin-left: -100%;
      width: 200%; } }

.community-partnership-program .main-content .story-banner .section-header {
  margin: 0; }
  @media only screen and (min-width: 768px) and (max-width: 900px) {
    .community-partnership-program .main-content .story-banner .section-header {
      width: 50%;
      left: 25%;
      text-align: center; } }
  @media only screen and (min-width: 901px) and (max-width: 1024px) {
    .community-partnership-program .main-content .story-banner .section-header {
      width: 50%;
      left: 29%; } }
  @media only screen and (min-width: 1025px) {
    .community-partnership-program .main-content .story-banner .section-header {
      width: 65%;
      left: 30%; } }
  .community-partnership-program .main-content .story-banner .section-header .section-title {
    text-shadow: none;
    text-transform: none; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .community-partnership-program .main-content .story-banner .section-header .section-title {
        font-size: 1.5rem; } }
    @media only screen and (min-width: 1025px) {
      .community-partnership-program .main-content .story-banner .section-header .section-title {
        font-size: 2rem; } }
    @media only screen and (max-width: 767px) {
      .community-partnership-program .main-content .story-banner .section-header .section-title {
        font-size: 18px;
        color: #333;
        text-shadow: none;
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
                transform: none;
        width: 100%;
        max-width: none;
        line-height: 1.3;
        letter-spacing: normal; } }

.community-partnership-program .main-content .story-banner.story-better {
  padding-bottom: 0; }

.mobile .interactive-map #feedbackify {
  display: none; }

@media only screen and (max-width: 767px) {
  .interactive-map .site-notification {
    position: fixed;
    top: 55px;
    left: 0; } }

@media print {
  .interactive-map .scroll-content {
    -webkit-transform: none;
            transform: none; } }

.interactive-map #community-map {
  height: 100%; }
  .interactive-map #community-map .drawer-active .community-drawer-desktop {
    margin-left: 0; }

.interactive-map .community-drawer-desktop {
  width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin-left: -30%;
  position: static;
  -webkit-transition: margin 300ms ease-in-out;
  transition: margin 300ms ease-in-out;
  background-color: #63599e;
  padding: 0; }
  .interactive-map .community-drawer-desktop * {
    color: #fff; }
    @media print {
      .interactive-map .community-drawer-desktop * {
        color: #000; } }
  .interactive-map .community-drawer-desktop .close, .interactive-map .community-drawer-desktop .fancybox-close {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    right: 5px;
    top: 33px;
    width: 60px;
    height: 60px; }
    @media only screen and (max-width: 1440px) {
      .interactive-map .community-drawer-desktop .close, .interactive-map .community-drawer-desktop .fancybox-close {
        right: 0;
        top: 28px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .interactive-map .community-drawer-desktop {
      width: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      margin-left: -50%; } }
  @media only screen and (min-width: 1024px) and (max-width: 1440px) {
    .interactive-map .community-drawer-desktop {
      width: 40%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 40%;
              flex: 0 0 40%;
      margin-left: -40%; } }
  @media print {
    .interactive-map .community-drawer-desktop {
      position: relative;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%;
      height: 100%;
      margin: 0; } }

.interactive-map .map-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media print {
    .interactive-map .map-data {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      margin: 0; } }
  .interactive-map .map-data header {
    background-color: #9d94cd;
    padding: 0.7rem 3.6rem 0.8rem 1.8rem;
    margin-top: 18px; }
    @media only screen and (max-width: 767px) {
      .interactive-map .map-data header {
        margin-top: 1rem; } }
  .interactive-map .map-data h1 {
    color: #fff;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: .19rem; }
    @media only screen and (max-width: 1440px) {
      .interactive-map .map-data h1 {
        font-size: 1.5rem; } }
  .interactive-map .map-data .section-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    margin: 1.8rem 0 0;
    padding: 0 2.5rem 0 1.8rem;
    position: static;
    padding-bottom: 0;
    overflow-y: auto;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .interactive-map .map-data .section-content {
        margin-top: 1rem;
        margin: 0.9rem 0 0; } }
    @media print {
      .interactive-map .map-data .section-content {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none; } }
  .interactive-map .map-data .disclaimer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0;
    padding: 0.5em 1.8rem; }
    @media only screen and (max-width: 767px) {
      .interactive-map .map-data .disclaimer {
        padding: 0 1.8rem 2.6rem;
        font-size: .8rem;
        line-height: 1.1; } }
  .interactive-map .map-data .stats .stat {
    margin: .8rem 0;
    padding: .2rem 0 1rem;
    border-bottom: 1px solid #9d94cd; }
    @media only screen and (min-width: 768px) {
      .interactive-map .map-data .stats .stat {
        margin: 0.9rem 0 .8rem;
        padding: 0 0 1rem; } }
  .interactive-map .map-data .stats .stat-key {
    margin: 0 0 0.5rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4;
    font-size: 1rem;
    color: #fff; }
    .interactive-map .map-data .stats .stat-key:after {
      content: ':'; }
  .interactive-map .map-data .stats .stat-value {
    overflow: hidden; }
    .interactive-map .map-data .stats .stat-value ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      list-style: none;
      padding: 0;
      margin: 0; }
      .interactive-map .map-data .stats .stat-value ul li {
        padding: 0;
        margin: 0;
        position: relative; }
      .interactive-map .map-data .stats .stat-value ul li {
        padding-right: .7rem;
        margin-right: .7rem;
        border-width: 0 1px 0 0; }
        .interactive-map .map-data .stats .stat-value ul li:before {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 2px;
          height: .9rem;
          background-color: #fff; }
        .interactive-map .map-data .stats .stat-value ul li:last-of-type:before {
          display: none; }
      .interactive-map .map-data .stats .stat-value ul li, .interactive-map .map-data .stats .stat-value ul a {
        font-weight: 700; }
      .interactive-map .map-data .stats .stat-value ul a:hover {
        text-decoration: none; }
      @media print {
        .interactive-map .map-data .stats .stat-value ul a {
          text-decoration: none; } }
  @media only screen and (min-width: 300px) {
    .interactive-map .map-data .stats .stat-key,
    .interactive-map .map-data .stats .stat-value {
      font-size: .9rem; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .interactive-map .map-data .stats .stat-key,
    .interactive-map .map-data .stats .stat-value {
      font-size: .9rem; } }
  .interactive-map .map-data .stats-inline .stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .interactive-map .map-data .stats-inline .stat-key {
    margin: 0;
    width: 50%;
    max-width: 50%;
    overflow: hidden; }
  .interactive-map .map-data .stats-inline .stat-value {
    width: 50%;
    max-width: 50%;
    overflow: hidden; }
  .interactive-map .map-data .stats-region .stat-value {
    text-align: right; }
  .interactive-map .map-data .stats-region .stat-key + .stat-value {
    font-family: "Noto Serif", Droid Serif, "Times New Roman", Times, serif;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.1;
    padding-left: .8rem;
    font-style: normal; }
  .interactive-map .map-data .stats-region .stat-delimited {
    display: none; }
  @media only screen and (min-width: 300px) and (max-width: 1440px) {
    .interactive-map .map-data .stats-region .stat-key + .stat-value {
      font-size: 1.3rem; } }

.interactive-map .community-map-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0; }

.interactive-map .map-canvas {
  height: calc(100vh - 230px); }
  @media only screen and (max-width: 767px) {
    .interactive-map .map-canvas {
      height: calc(100vh - 55px); } }

.interactive-map #map {
  width: 100%;
  height: 100%; }

.interactive-map #mapData, .interactive-map #mapSplash {
  position: relative; }

.interactive-map .community-drawer-mobile {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: none; }
  .interactive-map .community-drawer-mobile.closed {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  .interactive-map .community-drawer-mobile.open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .interactive-map .community-drawer-mobile .tab-wrapper {
    display: none; }
  @media only screen and (max-width: 767px) {
    .interactive-map .community-drawer-mobile {
      display: block;
      position: fixed;
      bottom: 0;
      z-index: 3;
      height: calc(100vh - 32%);
      width: 100vw;
      background: #63599e; }
      .interactive-map .community-drawer-mobile * {
        color: #fff !important; }
      .interactive-map .community-drawer-mobile .map-splash {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
      .interactive-map .community-drawer-mobile .map-data {
        display: none !important; }
      .interactive-map .community-drawer-mobile.show-map-data .map-data {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
      .interactive-map .community-drawer-mobile.show-map-data .map-splash {
        display: none !important; }
      .interactive-map .community-drawer-mobile .tab-wrapper {
        display: block;
        position: absolute;
        top: -32px;
        height: 32px;
        width: 100%;
        z-index: 4; }
      .interactive-map .community-drawer-mobile .tab {
        background: #63599e;
        padding: 4px 60px;
        height: 34px;
        border-radius: 6px 6px 0 0;
        text-align: center; }
        .interactive-map .community-drawer-mobile .tab .arrow-up {
          visibility: visible;
          opacity: 1;
          height: 8px; }
        .interactive-map .community-drawer-mobile .tab .arrow-down {
          visibility: hidden;
          opacity: 0;
          height: 0; }
        .interactive-map .community-drawer-mobile .tab .action :before {
          top: 3px;
          -webkit-transform: rotate(0deg);
                  transform: rotate(0deg); }
        .interactive-map .community-drawer-mobile .tab .action:after {
          bottom: 6px;
          -webkit-transform: rotate(0deg);
                  transform: rotate(0deg); }
        .interactive-map .community-drawer-mobile .tab.active .arrow-up {
          visibility: hidden;
          opacity: 0;
          height: 0; }
        .interactive-map .community-drawer-mobile .tab.active .arrow-down {
          visibility: visible;
          opacity: 1;
          height: 8px; }
        .interactive-map .community-drawer-mobile .tab.active .action:before {
          top: 6px;
          -webkit-transform: rotate(340deg);
                  transform: rotate(340deg); }
        .interactive-map .community-drawer-mobile .tab.active .action:after {
          top: 6px;
          -webkit-transform: rotate(20deg);
                  transform: rotate(20deg); }
      .interactive-map .community-drawer-mobile .arrow {
        display: block;
        position: relative;
        width: 26px;
        height: 8px;
        -webkit-transition: all 1s ease;
        transition: all 1s ease; }
        .interactive-map .community-drawer-mobile .arrow:before, .interactive-map .community-drawer-mobile .arrow:after {
          position: absolute;
          top: 4px;
          content: '';
          height: 2px;
          width: 14px;
          background: #BAB6D3; }
        .interactive-map .community-drawer-mobile .arrow:before {
          left: 0; }
        .interactive-map .community-drawer-mobile .arrow:after {
          right: 0; }
        .interactive-map .community-drawer-mobile .arrow.arrow-down {
          margin: 4px auto 0 auto; }
          .interactive-map .community-drawer-mobile .arrow.arrow-down:before {
            -webkit-transform: rotate(20deg);
                    transform: rotate(20deg); }
          .interactive-map .community-drawer-mobile .arrow.arrow-down:after {
            -webkit-transform: rotate(340deg);
                    transform: rotate(340deg); }
        .interactive-map .community-drawer-mobile .arrow.arrow-up {
          margin: 0 auto 4px auto; }
          .interactive-map .community-drawer-mobile .arrow.arrow-up:before {
            -webkit-transform: rotate(340deg);
                    transform: rotate(340deg); }
          .interactive-map .community-drawer-mobile .arrow.arrow-up:after {
            -webkit-transform: rotate(20deg);
                    transform: rotate(20deg); }
      .interactive-map .community-drawer-mobile .action {
        display: block;
        position: relative;
        width: 38px;
        height: 14px;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        margin: 0 auto; }
        .interactive-map .community-drawer-mobile .action:before, .interactive-map .community-drawer-mobile .action:after {
          position: absolute;
          left: 1px;
          content: '';
          height: 2px;
          width: 36px;
          background: #BAB6D3;
          -webkit-transform-origin: center;
                  transform-origin: center; }
      .interactive-map .community-drawer-mobile .filter-nav-actions {
        display: none; } }

.interactive-map #map-modal {
  display: none; }

.interactive-map .community-splash-modal .fancybox-skin {
  border-radius: 12px; }

.interactive-map .community-splash-modal .fancybox-inner p {
  font-size: 1rem; }

@media only screen and (max-width: 767px) {
  .interactive-map .filter-nav-actions {
    margin: inherit; } }

.interactive-map .scrollbar-track-y {
  right: 12px; }

.interactive-map .scrollbar-track-x {
  display: none !important; }

.interactive-map .scrollbar-track {
  background: rgba(222, 222, 222, 0.08);
  border-radius: 4px; }

.interactive-map .scrollbar-thumb {
  background: #9d94cd; }

@media only screen and (max-width: 767px) {
  .program-initiatives .card-content h3 {
    font-size: 1.3rem; } }

.program-initiatives .section-hero .section-hero-image:after {
  display: none; }

.program-initiatives .section-hero .section-hero-image img {
  margin-left: 0;
  width: 100%; }

.program-initiatives .section-hero-content.row, .program-initiatives .section-hero-content.list-stacked {
  width: 100%;
  max-width: 2100px; }

.program-initiatives .section-hero-content .hero-title {
  text-align: center;
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 700;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .program-initiatives .section-hero-content .hero-title {
      display: block;
      font-size: 1rem;
      font-weight: 600;
      color: #63599e;
      text-transform: uppercase;
      margin: 0 0 .5rem 0;
      letter-spacing: 0; } }

.program-initiatives .main-content h1, .program-initiatives .main-content .h1, .program-initiatives .main-content h2, .program-initiatives .main-content .h2, .program-initiatives .main-content h3, .program-initiatives .main-content .h3, .program-initiatives .main-content .wfm_section legend, .wfm_section .program-initiatives .main-content legend, .program-initiatives .main-content h4, .program-initiatives .main-content .h4, .program-initiatives .main-content h5, .program-initiatives .main-content .h5, .program-initiatives .main-content h6, .program-initiatives .main-content .h6 {
  color: #474b4c; }

.program-initiatives .main-content .cpi-html-header {
  text-align: center; }

.program-initiatives .main-content .cpi-heading-wrapper {
  text-align: center;
  margin: 3rem 0 5rem 0; }
  @media only screen and (max-width: 1024px) {
    .program-initiatives .main-content .cpi-heading-wrapper {
      margin: -16px 0 2rem 0; } }

.program-initiatives .main-content .cpi-pre-heading {
  display: block;
  font-size: 0.8rem;
  color: #63599e;
  text-transform: uppercase;
  margin: 1rem 0 .5rem 0;
  letter-spacing: 0.05rem; }

.program-initiatives .main-content .cpi-panel-heading {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.05rem; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .program-initiatives .main-content .cpi-panel-heading {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 767px) {
    .program-initiatives .main-content .cpi-panel-heading {
      font-size: 1.15rem;
      margin-bottom: 1rem;
      letter-spacing: 0.025rem; } }

.program-initiatives .main-content .card-content h3 {
  font-size: 1.85rem;
  margin: 1rem 0 0 0;
  font-weight: 600; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .program-initiatives .main-content .card-content h3 {
      font-size: 1.35rem; } }
  @media only screen and (max-width: 767px) {
    .program-initiatives .main-content .card-content h3 {
      margin: 0px;
      font-size: 1.15rem;
      font-weight: 700; } }

.program-initiatives .main-content .card-content h4,
.program-initiatives .main-content .card-content .cpi-card-subheaing {
  margin: 1rem 0 0 0;
  font-weight: 600; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .program-initiatives .main-content .card-content h4,
    .program-initiatives .main-content .card-content .cpi-card-subheaing {
      font-size: 1.15rem; } }
  @media only screen and (max-width: 767px) {
    .program-initiatives .main-content .card-content h4,
    .program-initiatives .main-content .card-content .cpi-card-subheaing {
      margin: 0px;
      font-size: 1rem; } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.4583333333333333) and (max-height: 900px) and (orientation: landscape), only screen and (min-resolution: 140dpi) and (max-height: 900px) and (orientation: landscape) {
  .program-initiatives .main-content .card-content {
    padding: 12px 24px !important; }
    .program-initiatives .main-content .card-content .card-content-body {
      margin-top: .5rem !important; }
      .program-initiatives .main-content .card-content .card-content-body h4 {
        margin-top: 0 !important; }
    .program-initiatives .main-content .card-content h3 {
      font-size: 22px;
      margin-top: 0; }
    .program-initiatives .main-content .card-content h4 {
      font-size: 13px; }
    .program-initiatives .main-content .card-content p {
      font-size: 11px; } }

.program-initiatives .main-content .group-cards .card-image-wide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 38vh;
  min-height: 235px; }
  .program-initiatives .main-content .group-cards .card-image-wide:after {
    content: '';
    padding-bottom: 54.85714%;
    display: block; }
  @media only screen and (max-height: 450px) and (orientation: landscape) {
    .program-initiatives .main-content .group-cards .card-image-wide {
      max-height: 40vh;
      min-height: 200px; } }
  @media only screen and (max-width: 374px) {
    .program-initiatives .main-content .group-cards .card-image-wide {
      max-height: 40vh;
      min-height: 200px; } }
  @media only screen and (min-height: 850px) and (orientation: landscape) {
    .program-initiatives .main-content .group-cards .card-image-wide {
      max-height: none; } }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .program-initiatives .main-content .group-cards .card-image-wide {
      min-height: 200px; } }
  @media print {
    .program-initiatives .main-content .group-cards .card-image-wide {
      display: none; } }
  .program-initiatives .main-content .group-cards .card-image-wide img {
    position: absolute;
    width: 100%;
    height: auto;
    top: -10px; }

.program-initiatives .main-content section.card-list-panel {
  margin-bottom: 2rem; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .program-initiatives .main-content section.card-list-panel {
      margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .program-initiatives .main-content section.card-list-panel {
      margin-bottom: 1.5rem; } }

.program-initiatives .main-content .cpi-html-block h1 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.85rem; }
  @media only screen and (max-width: 767px) {
    .program-initiatives .main-content .cpi-html-block h1 {
      font-size: 1.3rem; } }

.program-initiatives .main-content .cpi-html-block .divider {
  font-size: 1rem;
  color: #979797;
  text-align: center;
  margin-bottom: 2.25rem; }
  .program-initiatives .main-content .cpi-html-block .divider.last-of-type {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .program-initiatives .main-content .cpi-html-block .divider {
      font-size: 9px; } }

.program-initiatives .main-content .cpi-html-block h6 {
  color: #63599e;
  text-transform: uppercase;
  text-align: center; }

.program-initiatives .main-content .cpi-html-block p {
  font-size: 1.1rem;
  text-align: center;
  line-height: 2rem; }
  @media only screen and (max-width: 767px) {
    .program-initiatives .main-content .cpi-html-block p {
      font-size: 0.9rem; } }

.program-initiatives .main-content .cpi-html-block img {
  width: auto;
  max-width: 700px;
  height: auto;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  max-height: calc(100vh - 220px); }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .program-initiatives .main-content .cpi-html-block img {
      margin-top: 3rem !important; } }

.program-initiatives .main-content .cpi-html-block-graph-text {
  margin-top: 50px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .program-initiatives .main-content .cpi-html-block-graph-text {
      display: none; } }
  .program-initiatives .main-content .cpi-html-block-graph-text h2 {
    text-align: left;
    color: #63599e;
    font-weight: bold; }
  .program-initiatives .main-content .cpi-html-block-graph-text p {
    margin-bottom: 1rem;
    margin-left: 1.3rem;
    font-size: 0.9rem;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px; }

@media print {
  .program-initiatives .main-content img.imagegraph {
    display: none; } }

@media only screen and (max-width: 767px) {
  .program-initiatives .main-content img.imagegraph {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .classes-and-events .filter-nav-top .filter-nav {
    padding-bottom: 10px; } }

.classes-and-events .table-wrapper .paging,
.classes-and-events .table-wrapper .more-link {
  margin: 10px 0 0 0; }

.classes-and-events .btn.icon-directions-alt {
  margin-left: -1em;
  font-size: 0.75rem; }

.classes-and-events .more-link.more-link-classes {
  float: right;
  margin: 15px 0 0 0; }

.classes-and-events .more-link.more-link-pdf {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding: 0;
  line-height: 1.2;
  margin: 12px 0; }
  .classes-and-events .more-link.more-link-pdf .material-icons, .classes-and-events .more-link.more-link-pdf .icon-request-appointment:before, .classes-and-events .more-link.more-link-pdf .icon-watch-video:before, .classes-and-events .more-link.more-link-pdf .icon-play:before, .classes-and-events .more-link.more-link-pdf .icon-person-location:before, .classes-and-events .more-link.more-link-pdf .icon-details-top:before, .classes-and-events .more-link.more-link-pdf .icon-details-left:before, .classes-and-events .more-link.more-link-pdf .icon-directions:before, .classes-and-events .more-link.more-link-pdf .icon-directions-alt:before, .classes-and-events .more-link.more-link-pdf .icon-send-message:before, .classes-and-events .more-link.more-link-pdf .icon-phone-top:before, .classes-and-events .more-link.more-link-pdf .icon-phone-left:before, .classes-and-events .more-link.more-link-pdf .icon-comment:before, .classes-and-events .more-link.more-link-pdf .icon-cancel-search:before, .classes-and-events .more-link.more-link-pdf .panel-footer .panel-footer-more:before, .panel-footer .classes-and-events .more-link.more-link-pdf .panel-footer-more:before, .classes-and-events .more-link.more-link-pdf .panel-toggle .panel-toggle-trigger:after, .panel-toggle .classes-and-events .more-link.more-link-pdf .panel-toggle-trigger:after, .classes-and-events .more-link.more-link-pdf .video-item figure:before, .video-item .classes-and-events .more-link.more-link-pdf figure:before, .classes-and-events .more-link.more-link-pdf .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .classes-and-events .more-link.more-link-pdf div[id*="thumbnail"]:before, .classes-and-events .more-link.more-link-pdf .card-trigger a:after, .card-trigger .classes-and-events .more-link.more-link-pdf a:after, .classes-and-events .more-link.more-link-pdf .card-video .card-image:before, .card-video .classes-and-events .more-link.more-link-pdf .card-image:before, .classes-and-events .more-link.more-link-pdf .card-content-figure figure.video a:before, .card-content-figure figure.video .classes-and-events .more-link.more-link-pdf a:before, .classes-and-events .more-link.more-link-pdf .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .classes-and-events .more-link.more-link-pdf [data-role="remove"]:after, .classes-and-events .more-link.more-link-pdf .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .classes-and-events .more-link.more-link-pdf .brightcove-video:after, .classes-and-events .more-link.more-link-pdf .section-location-details .btn-req-appt:after, .section-location-details .classes-and-events .more-link.more-link-pdf .btn-req-appt:after,
  .classes-and-events .more-link.more-link-pdf .section-location-details .btn-dr-location:after, .section-location-details .classes-and-events .more-link.more-link-pdf .btn-dr-location:after, .classes-and-events .more-link.more-link-pdf .locations2 .hospital-video a:before, .locations2 .hospital-video .classes-and-events .more-link.more-link-pdf a:before, .classes-and-events .more-link.more-link-pdf .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .classes-and-events .more-link.more-link-pdf .icon-arrow:after, .classes-and-events .more-link.more-link-pdf .back-to-top:before, .classes-and-events .more-link.more-link-pdf .video-library .video-library-image:before, .video-library .classes-and-events .more-link.more-link-pdf .video-library-image:before {
    margin-right: 5px; }
  @media only screen and (min-width: 768px) {
    .classes-and-events .more-link.more-link-pdf {
      float: right; } }

.classes-and-events .header-search-results {
  padding: 15px 24px 24px 0; }
  @media only screen and (max-width: 767px) {
    .classes-and-events .header-search-results {
      padding-bottom: 0; } }

.classes-and-events .class-events-filter {
  background-color: #EEEEEE;
  padding: 20px 20px 10px; }
  @media only screen and (max-width: 767px) {
    .classes-and-events .class-events-filter {
      padding-bottom: 20px; } }
  .classes-and-events .class-events-filter .form-class-search label {
    margin-bottom: 5px; }
  @media only screen and (max-width: 767px) {
    .classes-and-events .class-events-filter .form-class-search fieldset.row, .classes-and-events .class-events-filter .form-class-search fieldset.list-stacked {
      margin: 0; }
      .classes-and-events .class-events-filter .form-class-search fieldset.row .col, .classes-and-events .class-events-filter .form-class-search fieldset.list-stacked .col, .classes-and-events .class-events-filter .form-class-search fieldset.row .list-stacked dt, .list-stacked .classes-and-events .class-events-filter .form-class-search fieldset.row dt, .classes-and-events .class-events-filter .form-class-search fieldset.list-stacked dt, .classes-and-events .class-events-filter .form-class-search fieldset.row .list-stacked dd, .list-stacked .classes-and-events .class-events-filter .form-class-search fieldset.row dd, .classes-and-events .class-events-filter .form-class-search fieldset.list-stacked dd {
        padding: 0 4px; } }
  @media only screen and (min-width: 768px) {
    .classes-and-events .class-events-filter .form-class-search .btn-submit {
      margin-top: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .classes-and-events .class-events-filter .form-class-search .btn-submit {
      float: right; } }

.classes-and-events .table-wrapper .table-events-classes {
  margin-top: 10px;
  line-height: 1.4;
  min-width: 300px; }
  .classes-and-events .table-wrapper .table-events-classes .line {
    margin-bottom: 6px; }
  @media only screen and (min-width: 768px) and (max-width: 1022px) {
    .classes-and-events .table-wrapper .table-events-classes {
      font-size: 0.75rem; } }
  .classes-and-events .table-wrapper .table-events-classes td {
    vertical-align: top;
    padding-top: 16px; }
    @media only screen and (min-width: 768px) and (max-width: 1022px) {
      .classes-and-events .table-wrapper .table-events-classes td {
        padding: 12px; } }
    @media only screen and (max-width: 767px) {
      .classes-and-events .table-wrapper .table-events-classes td {
        padding-bottom: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1022px) {
    .classes-and-events .table-wrapper .table-events-classes th {
      padding: 12px; } }
  .classes-and-events .table-wrapper .table-events-classes .classes-col-1 {
    width: auto; }
    @media only screen and (max-width: 767px) {
      .classes-and-events .table-wrapper .table-events-classes .classes-col-1 {
        padding-top: 24px; } }
  .classes-and-events .table-wrapper .table-events-classes .classes-col-2 {
    width: auto; }
  .classes-and-events .table-wrapper .table-events-classes .classes-col-3 {
    width: auto; }
    @media only screen and (min-width: 1023px) {
      .classes-and-events .table-wrapper .table-events-classes .classes-col-3 {
        min-width: 290px; } }
    @media only screen and (min-width: 768px) and (max-width: 1022px) {
      .classes-and-events .table-wrapper .table-events-classes .classes-col-3 {
        min-width: 230px; } }
  .classes-and-events .table-wrapper .table-events-classes .classes-col-4 {
    width: auto; }
    @media only screen and (min-width: 768px) {
      .classes-and-events .table-wrapper .table-events-classes .classes-col-4 {
        max-width: 240px; } }
    .classes-and-events .table-wrapper .table-events-classes .classes-col-4 .btn-link {
      padding-top: 0;
      padding-bottom: 0; }
    .classes-and-events .table-wrapper .table-events-classes .classes-col-4 .class-locations-mobile {
      display: none; }
    @media only screen and (max-width: 767px) {
      .classes-and-events .table-wrapper .table-events-classes .classes-col-4 .line-class-location,
      .classes-and-events .table-wrapper .table-events-classes .classes-col-4 .class-locations-mobile {
        display: inline-block;
        vertical-align: middle; }
      .classes-and-events .table-wrapper .table-events-classes .classes-col-4 .line-class-location {
        width: 66%; }
      .classes-and-events .table-wrapper .table-events-classes .classes-col-4 .class-locations-mobile {
        width: 32%;
        text-align: center;
        font-size: 0.8125rem; }
        .classes-and-events .table-wrapper .table-events-classes .classes-col-4 .class-locations-mobile a {
          text-decoration: none; } }
  .classes-and-events .table-wrapper .table-events-classes .classes-col-5 {
    width: auto; }
    .classes-and-events .table-wrapper .table-events-classes .classes-col-5 .class-register-mobile {
      display: none; }
    @media only screen and (min-width: 1023px) {
      .classes-and-events .table-wrapper .table-events-classes .classes-col-5 {
        min-width: 175px; } }
    @media only screen and (max-width: 767px) {
      .classes-and-events .table-wrapper .table-events-classes .classes-col-5 {
        padding-bottom: 24px; }
        .classes-and-events .table-wrapper .table-events-classes .classes-col-5 .class-register-numbers,
        .classes-and-events .table-wrapper .table-events-classes .classes-col-5 .class-register-mobile {
          display: inline-block;
          vertical-align: middle; }
        .classes-and-events .table-wrapper .table-events-classes .classes-col-5 .class-register-numbers {
          width: 66%; }
        .classes-and-events .table-wrapper .table-events-classes .classes-col-5 .class-register-mobile {
          width: 32%;
          text-align: center; } }
  .classes-and-events .table-wrapper .table-events-classes th {
    background-color: #eeeeee;
    text-align: left;
    font-weight: 700;
    font-size: 14px; }
  .classes-and-events .table-wrapper .table-events-classes .class-name-title {
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .classes-and-events .table-wrapper .table-events-classes .class-name-title {
        font-size: 1rem;
        margin-bottom: 10px; } }
  .classes-and-events .table-wrapper .table-events-classes .class-date ol {
    margin: 0; }
    .classes-and-events .table-wrapper .table-events-classes .class-date ol .list-event-date-item {
      margin-bottom: 3px; }
  .classes-and-events .table-wrapper .table-events-classes .class-date .date-part,
  .classes-and-events .table-wrapper .table-events-classes .class-date .time-part {
    display: inline-block;
    vertical-align: top; }
  .classes-and-events .table-wrapper .table-events-classes .class-date .date-part {
    padding-right: 2%;
    width: 40%; }
    @media only screen and (max-width: 767px) {
      .classes-and-events .table-wrapper .table-events-classes .class-date .date-part {
        width: 38%;
        max-width: 200px; } }
  .classes-and-events .table-wrapper .table-events-classes .class-date .time-part {
    width: 58%; }

@media only screen and (max-width: 767px) {
  .classes-and-events .table-wrapper table.table-events-classes td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    clear: left;
    float: left;
    width: 100% !important;
    padding: 5px 20px; }
  .classes-and-events .table-wrapper table.table-events-classes {
    border-collapse: collapse; }
  .classes-and-events .table-wrapper table.table-events-classes thead td,
  .classes-and-events .table-wrapper table.table-events-classes thead th {
    display: none; } }

.classes-and-events .list-event-details {
  line-height: 1.4; }
  .classes-and-events .list-event-details dt, .classes-and-events .list-event-details dd {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 20px 0;
    margin: 0; }
    @media only screen and (max-width: 480px) {
      .classes-and-events .list-event-details dt, .classes-and-events .list-event-details dd {
        padding-bottom: 10px; } }
  .classes-and-events .list-event-details dt {
    width: 29%;
    font-weight: 700; }
  .classes-and-events .list-event-details dd {
    width: 70%;
    padding-left: 50px; }
  .classes-and-events .list-event-details .list-event-dates {
    line-height: 1.2; }
  @media only screen and (min-width: 768px) and (max-width: 1000px) {
    .classes-and-events .list-event-details dt, .classes-and-events .list-event-details dd {
      width: 100%;
      padding-left: 0; } }
  @media only screen and (max-width: 480px) {
    .classes-and-events .list-event-details dt, .classes-and-events .list-event-details dd {
      width: 100%;
      padding-left: 0; } }

.classes-and-events .panel.panel-event-details .panel-header .panel-title {
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d4d5d6;
  color: #514689; }

.classes-and-events .panel.panel-event-details .panel-header .panel-subtitle {
  color: #474b4c;
  margin-bottom: 3px; }

.classes-and-events .panel.panel-event-details .panel-header .class-title {
  color: #474b4c; }

.classes-and-events .panel.panel-event-details .map {
  margin-bottom: 20px; }

body.doctor-profile {
  background: #fff; }
  body.doctor-profile .container {
    background: #fff; }
  body.doctor-profile > .section.row-narrow, .section-off-canvas .canvas-content body.breadcrumb-container.doctor-profile > .section.row, .section-off-canvas .canvas-content body.breadcrumb-container.doctor-profile > .section.list-stacked {
    padding: 0; }
  body.doctor-profile strong {
    font-weight: 600; }
  body.doctor-profile .btn-back {
    font-size: 24px;
    display: none; }
    @media (min-width: 768px) {
      body.doctor-profile .btn-back {
        position: absolute;
        right: 0;
        top: -67px;
        z-index: 2;
        font-size: inherit; } }

@media (min-width: 768px) {
  .section-doctor-profile .row-main .col-left {
    width: 35%; } }

@media (min-width: 1025px) {
  .section-doctor-profile .row-main .col-left {
    width: 29%; } }

@media print {
  .section-doctor-profile .row-main .col-left {
    width: 30%; } }

@media (min-width: 768px) {
  .section-doctor-profile .row-main .col-right {
    width: 65%; } }

@media (min-width: 1025px) {
  .section-doctor-profile .row-main .col-right {
    width: 71%; } }

@media print {
  .section-doctor-profile .row-main .col-right {
    width: 70%; } }

@media only screen and (max-width: 767px) {
  .section-doctor-profile .row .row, .section-doctor-profile .list-stacked .row, .section-doctor-profile .row .list-stacked, .section-doctor-profile .list-stacked .list-stacked, .section-doctor-profile .list-stacked .row, .section-doctor-profile .list-stacked .list-stacked, .section-doctor-profile .row .list-stacked, .section-doctor-profile .list-stacked .list-stacked, .section-doctor-profile .list-stacked .list-stacked {
    margin-left: -12px;
    margin-right: -12px; }
  .section-doctor-profile .col, .section-doctor-profile .list-stacked dt, .list-stacked .section-doctor-profile dt, .section-doctor-profile .list-stacked dd, .list-stacked .section-doctor-profile dd, .section-doctor-profile .list-stacked dt, .section-doctor-profile .list-stacked dd {
    padding: 0 12px; } }

.no-mobile .section-doctor-profile [href^="tel:"] {
  color: #00778a;
  cursor: pointer;
  font-weight: 600;
  white-space: nowrap; }
  .no-mobile .section-doctor-profile [href^="tel:"]:hover {
    color: #009eb3; }

.section-doctor-profile h1, .section-doctor-profile h2, .section-doctor-profile h3 {
  color: #5b5191; }

@media only screen and (max-width: 1025px) {
  .section-doctor-profile h1 {
    font-size: 1.25rem; } }

@media only screen and (max-width: 767px) {
  .section-doctor-profile h1 {
    font-size: 1.1rem;
    margin-bottom: 10px; } }

@media print {
  .section-doctor-profile h1 {
    font-size: 20px; } }

@media only screen and (max-width: 1025px) {
  .section-doctor-profile h2 {
    font-size: 1.1rem; } }

@media only screen and (max-width: 767px) {
  .section-doctor-profile h2 {
    font-size: .95rem;
    margin-bottom: 10px; } }

@media print {
  .section-doctor-profile h2 {
    font-size: 18px; } }

@media print {
  .section-doctor-profile h3 {
    font-size: 16px; } }

.section-doctor-profile address {
  font-style: normal; }
  .section-doctor-profile address a {
    text-decoration: none; }
  @media only screen and (max-width: 767px) {
    .section-doctor-profile address [href^="tel:"] {
      text-decoration: underline; } }
  @media only screen and (max-width: 767px) {
    .section-doctor-profile address .h3, .section-doctor-profile address .wfm_section legend, .wfm_section .section-doctor-profile address legend {
      font-size: .875rem;
      font-weight: 400; } }
  @media print {
    .section-doctor-profile address .h3, .section-doctor-profile address .wfm_section legend, .wfm_section .section-doctor-profile address legend {
      font-size: 16px; } }

.section-doctor-profile .text-center {
  text-align: center; }

.section-doctor-profile .border-dash {
  border: dashed 0.107em rgba(98, 91, 162, 0.3); }

.section-doctor-profile .border-right {
  border-width: 0 .107em 0 0; }

.section-doctor-profile .border-bottom {
  border-width: 0 0 .107em 0; }

@media only screen and (max-width: 767px) {
  .section-doctor-profile .doctor-info {
    border: none; } }

.section-doctor-profile .icon-star {
  font-size: 1.2rem;
  width: 18px;
  height: 21px;
  color: #f4ba4a; }

.section-doctor-profile .background-purple {
  background-color: rgba(99, 89, 158, 0.05); }

.section-doctor-profile .doctor-photo {
  border-radius: 50%;
  margin: 0 auto 12px auto;
  border: 1px solid #d4d5d6;
  overflow: hidden; }
  .section-doctor-profile .doctor-photo img {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 auto; }

.section-doctor-profile .logo-nm-group {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 31px;
  height: 22px;
  margin-right: 5px; }
  @media only screen and (max-width: 1024px) {
    .section-doctor-profile .logo-nm-group {
      top: 2px;
      width: 18px;
      height: 13px; } }

.section-doctor-profile .medical-group-name {
  color: #63599e;
  font-weight: 600;
  font-size: 1rem; }
  @media only screen and (max-width: 1024px) {
    .section-doctor-profile .medical-group-name {
      font-size: .7rem; } }

.section-doctor-profile .specialty-type {
  font-size: 14px;
  color: #4a4a4a; }
  @media only screen and (max-width: 767px) {
    .section-doctor-profile .specialty-type {
      font-size: .8rem; } }

.section-doctor-profile .specialty-name {
  font-size: 1.25rem;
  color: #4a4a4a; }
  @media only screen and (max-width: 767px) {
    .section-doctor-profile .specialty-name {
      font-size: .8rem; } }
  @media print {
    .section-doctor-profile .specialty-name {
      font-size: 14px; } }

.section-doctor-profile .btn-group-left {
  margin: 0 auto;
  display: block;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .section-doctor-profile .btn-group-left {
      max-width: 250px;
      text-align: left; } }
  @media only screen and (max-width: 767px) {
    .section-doctor-profile .btn-group-left .btn {
      padding: .75em 2em; } }

.section-doctor-profile .social-share .share-button {
  font-size: 14px;
  font-weight: 600;
  width: auto;
  color: #555;
  padding: 0;
  margin: 0;
  border: 0; }
  .section-doctor-profile .social-share .share-button .icon {
    height: auto;
    font-size: 20px;
    line-height: 20px;
    color: #555;
    margin: 0 0 5px 0; }
  .section-doctor-profile .social-share .share-button:hover, .section-doctor-profile .social-share .share-button.active {
    color: #009eb3; }
    .section-doctor-profile .social-share .share-button:hover .icon, .section-doctor-profile .social-share .share-button.active .icon {
      color: #009eb3; }

.section-doctor-profile .icon {
  font-size: 24px;
  line-height: 24px;
  margin-right: 10px;
  color: #5b5191; }
  .section-doctor-profile .icon.small {
    font-size: 16px;
    line-height: 16px;
    margin-right: 6px; }
  .section-doctor-profile .icon.fa-map-marker-alt {
    width: 13px;
    margin-right: 4px; }

.section-doctor-profile .icon-link .icon {
  color: #00778a !important; }

.section-doctor-profile .icon-link:hover .icon {
  color: #009eb3 !important; }

.section-doctor-profile .icon-status {
  position: relative;
  top: 3px;
  font-size: 18px;
  line-height: 18px;
  width: 18px; }

.section-doctor-profile .doctor-status {
  font-weight: 600; }

.section-doctor-profile .new-patients-N {
  color: #db0909; }

.section-doctor-profile .new-patients-Y {
  color: #24bf7a; }

.section-doctor-profile .new-patients-R {
  color: #fec359; }

.section-doctor-profile .action-bar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 50px; }
  .section-doctor-profile .action-bar .action-name {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 1px;
    font-weight: 600; }
  .section-doctor-profile .action-bar .icon-item {
    width: 100%; }
    @media only screen and (min-width: 376px) {
      .section-doctor-profile .action-bar .icon-item {
        width: 50%; } }
    @media only screen and (min-width: 768px) {
      .section-doctor-profile .action-bar .icon-item {
        width: auto; } }

.section-doctor-profile #doctor-locations {
  position: relative;
  min-height: 200px; }

.section-doctor-profile .reviews-wrapper {
  position: relative; }

.section-doctor-profile .toggle-items .toggle-content {
  max-height: none; }

.section-doctor-profile .toggle-items .item-toggle {
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s; }

.section-doctor-profile .toggle-items .toggle-trigger .toggle-icon::after {
  position: relative;
  top: -1px;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-size: 12px;
  margin-left: 5px; }

.section-doctor-profile .toggle-items.toggle-locations .toggle-title:after {
  content: "more locations"; }

.section-doctor-profile .toggle-items.toggle-locations .item-toggle:nth-child(n+3) {
  max-height: 0; }
  @media print {
    .section-doctor-profile .toggle-items.toggle-locations .item-toggle:nth-child(n+3) {
      max-height: none; } }

.section-doctor-profile .toggle-items.toggle-reviews .toggle-trigger .toggle-title::after {
  content: "more reviews"; }

.section-doctor-profile .toggle-items.toggle-reviews .item-toggle:nth-child(n+4) {
  max-height: 0; }
  @media print {
    .section-doctor-profile .toggle-items.toggle-reviews .item-toggle:nth-child(n+4) {
      max-height: none; } }

.section-doctor-profile .toggle-items.toggle-bio .item-toggle .hidden-bio {
  display: none; }

.section-doctor-profile .toggle-items.toggle-bio .toggle-trigger .toggle-title::after {
  content: "more bio"; }

.section-doctor-profile .toggle-items.toggle-bio .elipsis {
  display: inline; }

.section-doctor-profile .toggle-items.expanded .toggle-content {
  max-height: none;
  -webkit-transition: all 1s;
  transition: all 1s; }
  .section-doctor-profile .toggle-items.expanded .toggle-content:after {
    height: 0;
    opacity: 0; }

.section-doctor-profile .toggle-items.expanded .toggle-trigger .toggle-icon::after {
  content: "\f068"; }

.section-doctor-profile .toggle-items.expanded.toggle-locations .item-toggle:nth-child(n+3) {
  max-height: 1000px;
  -webkit-transition: all 1s;
  transition: all 1s; }

.section-doctor-profile .toggle-items.expanded.toggle-locations .toggle-trigger .toggle-title::after {
  content: "less locations"; }

.section-doctor-profile .toggle-items.expanded.toggle-reviews .item-toggle:nth-child(n+4) {
  max-height: 1000px;
  -webkit-transition: all 1s;
  transition: all 1s; }

.section-doctor-profile .toggle-items.expanded.toggle-reviews .toggle-trigger .toggle-title::after {
  content: "less reviews"; }

.section-doctor-profile .toggle-items.expanded.toggle-bio .toggle-trigger .toggle-title::after {
  content: "less bio"; }

.section-doctor-profile .toggle-items.expanded.toggle-bio .elipsis {
  display: none; }

.section-doctor-profile .toggle-items.expanded.toggle-bio .hidden-bio {
  display: inline; }

.section-doctor-profile .dl-doctor-content dt {
  float: left;
  width: 140px;
  margin-right: 10px;
  font-weight: 600; }

.section-doctor-profile .dl-doctor-content dd {
  float: left;
  width: calc(100% - 150px); }

.section-doctor-profile .article-card {
  text-decoration: none; }
  .section-doctor-profile .article-card h3 {
    color: inherit;
    text-decoration: underline; }
    @media print {
      .section-doctor-profile .article-card h3 {
        text-decoration: none; } }
  .section-doctor-profile .article-card p {
    color: #333; }

.section-doctor-profile .link-more {
  text-decoration: none;
  font-weight: 600; }

.section-doctor-profile .container-scroll {
  overflow: hidden;
  overflow-y: scroll; }

.section-doctor-profile .video-featured {
  width: 100%; }
  @media only screen and (min-width: 1025px) {
    .section-doctor-profile .video-featured {
      width: 50%; } }
  .section-doctor-profile .video-featured figure {
    overflow: hidden; }

.section-doctor-profile .video-list {
  width: 100%; }
  @media only screen and (min-width: 1025px) {
    .section-doctor-profile .video-list {
      width: 50%; } }

.section-doctor-profile .video-small {
  margin-top: 18px;
  width: 100%; }
  .section-doctor-profile .video-small .video-image {
    width: 41.666667%; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-doctor-profile .video-small .video-image {
        width: 100%; } }
    @media only screen and (min-width: 1025px) {
      .section-doctor-profile .video-small .video-image {
        width: 33.333%; } }
  .section-doctor-profile .video-small .video-info {
    width: 58.333333%;
    padding-left: 0; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .section-doctor-profile .video-small .video-info {
        width: 100%;
        padding-left: 12px; } }
    @media only screen and (min-width: 1025px) {
      .section-doctor-profile .video-small .video-info {
        width: 66.666%;
        padding-left: 0; } }
  @media only screen and (min-width: 1025px) {
    .section-doctor-profile .video-small:first-of-type {
      margin-top: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-doctor-profile .video-small {
      margin-top: .6rem;
      width: 50%; } }

.section-doctor-profile .section-ratings .rating-large {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1; }

.section-doctor-profile .section-ratings .icon-star {
  font-size: 17px;
  width: 14px;
  height: 17px; }

.section-doctor-profile .section-ratings .rating-category {
  font-weight: 600; }
  .section-doctor-profile .section-ratings .rating-category .icon-star {
    font-size: 14px;
    width: 10px;
    height: 16px; }

.section-doctor-profile .section-ratings .loader-icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 100; }

body.ots .nav-doctors .nav-link {
  cursor: pointer; }

body.ots #feedbackify {
  display: none; }

.doctor-search-suggestions.active .dropdown-menu {
  min-width: 100%;
  overflow-y: auto;
  max-height: 1200px; }

.doctor-search-suggestions .suggestion-view-all-dropdown,
.doctor-search-suggestions .suggestion-view-all {
  margin: 12px; }

.doctor-search-suggestions .btn.suggestion-view-all-dropdown,
.doctor-search-suggestions .btn.suggestion-view-all {
  color: #fff;
  padding: 0.75em 1.5em;
  text-align: center; }

.doctor-search-suggestions .dropdown-menu {
  top: -1px !important;
  right: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  max-height: 0;
  min-width: 100%;
  padding: 0;
  border: 0;
  webkit-transition: max-height .5s;
  -webkit-transition: max-height .5s;
  transition: max-height .5s;
  overflow: hidden; }
  .doctor-search-suggestions .dropdown-menu .autocomplete-results {
    padding: 14px 0;
    border: 1px solid #e1e1e1;
    border-top: 0; }
    .doctor-search-suggestions .dropdown-menu .autocomplete-results .section,
    .doctor-search-suggestions .dropdown-menu .autocomplete-results .section-border-bottom {
      padding-bottom: 5px;
      margin-bottom: 10px; }
    .doctor-search-suggestions .dropdown-menu .autocomplete-results .link-view-all {
      display: block;
      text-decoration: none;
      padding: .5em 0;
      font-size: 13px; }
      .doctor-search-suggestions .dropdown-menu .autocomplete-results .link-view-all:hover {
        text-decoration: underline; }
      .mobile .doctor-search-suggestions .dropdown-menu .autocomplete-results .link-view-all {
        padding: 1em 0; }
    .doctor-search-suggestions .dropdown-menu .autocomplete-results .suggestion-item.selected a {
      background-color: #EEE; }
    .doctor-search-suggestions .dropdown-menu .autocomplete-results .suggestion-item.selected .btn.suggestion-view-all-dropdown,
    .doctor-search-suggestions .dropdown-menu .autocomplete-results .suggestion-item.selected .btn.suggestion-view-all {
      background-color: #009eb3;
      color: #fff; }
    .doctor-search-suggestions .dropdown-menu .autocomplete-results .suggestion-item.selected a.link-view-all {
      background-color: transparent;
      text-decoration: underline; }
    .doctor-search-suggestions .dropdown-menu .autocomplete-results .list-content {
      margin: 0; }
    .doctor-search-suggestions .dropdown-menu .autocomplete-results .list-title {
      margin-bottom: .5em;
      padding-left: 14px;
      color: #a9abac; }
    .doctor-search-suggestions .dropdown-menu .autocomplete-results .list-item {
      margin: 0; }
      .doctor-search-suggestions .dropdown-menu .autocomplete-results .list-item.selected a {
        background-color: #EEE; }
      .doctor-search-suggestions .dropdown-menu .autocomplete-results .list-item a {
        color: #333;
        padding: 4px 14px;
        font-size: 16px;
        line-height: 1.2; }
        .mobile .doctor-search-suggestions .dropdown-menu .autocomplete-results .list-item a {
          padding: 10px; }
        .doctor-search-suggestions .dropdown-menu .autocomplete-results .list-item a:hover {
          color: #333;
          background-color: #EEE; }

@media print {
  .doctors-search-bar .filter-item.filter-results {
    font-size: 24px; } }

.doctors-search-bar .filter-search-bar {
  width: 100%;
  -webkit-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  @media print {
    .doctors-search-bar .filter-search-bar {
      display: none; } }
  .doctors-search-bar .filter-search-bar .search-bar-full input {
    font-size: 16px; }
  .doctors-search-bar .filter-search-bar .search-bar-full .btn-search {
    width: 52px;
    height: 52px;
    padding: 15px; }
  @media only screen and (max-width: 767px) {
    .doctors-search-bar .filter-search-bar .search-bar-full label {
      margin: .5em 0 0 0;
      text-align: left; } }
  .doctors-search-bar .filter-search-bar .search-bar-full label .required-field-marker {
    display: none; }
  .doctors-search-bar .filter-search-bar .doctor-search-suggested {
    position: relative;
    width: 100%;
    line-height: 2em;
    font-size: 1rem; }
  .doctors-search-bar .filter-search-bar .panel {
    margin-top: 24px; }
  .doctors-search-bar .filter-search-bar .align-right p {
    margin: 0 1em 0 0; }

.doctors .tabs-doctor-search-results .panel {
  padding: 12px; }
  .doctors .tabs-doctor-search-results .panel.panel-no-padding {
    padding-left: 0;
    padding-right: 0; }

@media only screen and (max-width: 767px) {
  .doctors .tabs-doctor-search-results .panel-header {
    display: block; } }

.doctors .tabs-doctor-search-results .card-list-actions .loader-icon {
  min-height: 100px; }

.doctors .tabs-doctor-search-results .card-list-actions button {
  width: 100%; }

.doctors #fad-search-form .filter-item-title {
  display: inline-block;
  width: auto;
  margin-right: 0; }

.doctors .filter-list .list-item {
  cursor: pointer; }
  .doctors .filter-list .list-item:hover {
    text-decoration: underline; }
  .doctors .filter-list .list-item.list-item-selected {
    background: #eeeeee;
    border-radius: 2px; }

.doctors .filters-applied {
  display: none;
  margin: 16px 0 0 0; }
  .doctors .filters-applied.show {
    display: block; }
  .doctors .filters-applied .filter-list {
    margin: 0; }
    .doctors .filters-applied .filter-list .list-item {
      color: #333;
      margin-bottom: 8px; }
      .doctors .filters-applied .filter-list .list-item:last-of-type {
        margin-bottom: 0; }

.doctors .section-doctor-results {
  padding: 30px 0 10px 0; }
  @media only screen and (max-width: 767px) {
    .doctors .section-doctor-results {
      padding-top: 8px; } }

.doctors .results {
  min-height: 2000px; }
  @media only screen and (max-width: 767px) {
    .doctors .results {
      min-height: 800px; } }
  @media print {
    .doctors .results {
      width: 100%;
      min-height: 0; } }
  .doctors .results .loader-icon-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
    z-index: 4; }
  .doctors .results .loader-icon {
    height: calc(100vh - 225px);
    background: none; }
    @media only screen and (max-width: 1024px) {
      .doctors .results .loader-icon {
        height: calc(100vh - 175px); } }

.doctors .sort-me {
  width: 250px;
  padding-right: 0; }
  .doctors .sort-me .dropdown-container {
    width: 100%; }
  .doctors .sort-me .dropdown-menu {
    right: -5px;
    left: auto; }
  .doctors .sort-me .active .dropdown-menu {
    display: block !important;
    top: 5px;
    min-width: 200px; }
    .doctors .sort-me .active .dropdown-menu li {
      position: relative;
      border: 0;
      background-color: #fff;
      margin: 0; }
      .doctors .sort-me .active .dropdown-menu li a {
        text-decoration: none; }

.doctors .mobile-filter-nav .dropdown-menu {
  min-width: 200px;
  left: auto;
  right: 0; }

.doctors .list-animate {
  position: relative; }
  @media print {
    .doctors .list-animate > li {
      float: left; } }
  .doctors .list-animate .card {
    opacity: 0;
    -webkit-transition: all 2s ease;
    transition: all 2s ease; }
  .doctors .list-animate.start-animation .card {
    opacity: 1; }

.doctors .doctor-results .card-doctor-header-top {
  min-height: 70px; }
  @media only screen and (min-width: 768px) {
    .doctors .doctor-results .card-doctor-header-top {
      min-height: 90px; } }
  @media only screen and (min-width: 1200px) {
    .doctors .doctor-results .card-doctor-header-top {
      min-height: 120px; } }

.doctors .doctor-results .doctor-photo {
  margin: 0;
  width: 70px;
  height: 70px; }
  @media only screen and (min-width: 768px) {
    .doctors .doctor-results .doctor-photo {
      width: 90px;
      height: 90px; } }
  @media only screen and (min-width: 1200px) {
    .doctors .doctor-results .doctor-photo {
      width: 120px;
      height: 120px; } }
  .doctors .doctor-results .doctor-photo figure {
    width: 100%;
    height: 100%;
    border: 1px solid #d4d5d6; }

.doctors .doctor-results .doctor-name-location {
  width: calc(100% - 70px);
  padding-left: 10px;
  margin: 0;
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .doctors .doctor-results .doctor-name-location {
      width: calc(100% - 90px); } }
  @media only screen and (min-width: 1200px) {
    .doctors .doctor-results .doctor-name-location {
      width: calc(100% - 120px);
      padding-left: 20px; } }

.doctors .tabs-doctor-search-results .card-doctor-header-top {
  min-height: 70px; }
  @media only screen and (min-width: 768px) {
    .doctors .tabs-doctor-search-results .card-doctor-header-top {
      min-height: 90px; } }
  @media only screen and (min-width: 1025px) and (max-width: 1279px) {
    .doctors .tabs-doctor-search-results .card-doctor-header-top {
      min-height: 120px; } }

.doctors .tabs-doctor-search-results .doctor-photo {
  margin: 0;
  width: 70px;
  height: 70px; }
  @media only screen and (min-width: 768px) {
    .doctors .tabs-doctor-search-results .doctor-photo {
      width: 90px;
      height: 90px; } }
  @media only screen and (min-width: 1025px) and (max-width: 1279px) {
    .doctors .tabs-doctor-search-results .doctor-photo {
      width: 120px;
      height: 120px; } }
  .doctors .tabs-doctor-search-results .doctor-photo figure {
    width: 100%;
    height: 100%;
    border: 1px solid #d4d5d6; }

.doctors .tabs-doctor-search-results .doctor-name-location {
  width: calc(100% - 70px);
  padding-left: 10px;
  margin: 0;
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .doctors .tabs-doctor-search-results .doctor-name-location {
      width: calc(100% - 90px); } }
  @media only screen and (min-width: 1025px) and (max-width: 1279px) {
    .doctors .tabs-doctor-search-results .doctor-name-location {
      width: calc(100% - 120px);
      padding-left: 20px; } }

.doctors .group-name-break {
  display: inline; }

.doctors .card.card-doctor {
  width: 100%;
  text-align: center;
  margin-bottom: 18px;
  text-decoration: none;
  font-size: 0.875rem; }
  @media only screen and (max-width: 767px) {
    .doctors .card.card-doctor {
      margin-bottom: 8px; } }
  @media only screen and (min-width: 479px) and (max-width: 767px) {
    .doctors .card.card-doctor:nth-child(2n+1) {
      padding-left: 5px;
      padding-right: 5px; } }
  @media only screen and (max-width: 479px) {
    .doctors .card.card-doctor .card-content {
      width: 100%; } }
  @media print {
    .doctors .card.card-doctor {
      min-height: 400px; } }
  .doctors .card.card-doctor .card-flex {
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1); }
    @media only screen and (min-width: 480px) {
      .doctors .card.card-doctor .card-flex .doctor-groups {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 116px;
                flex: 1 0 116px;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .doctors .card.card-doctor .card-flex .group-name {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -ms-flex-item-align: center;
            align-self: center;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; }
      .doctors .card.card-doctor .card-flex .doctor-status,
      .doctors .card.card-doctor .card-flex .list-status {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41px;
                flex: 0 0 41px; }
      .doctors .card.card-doctor .card-flex .doctor-title {
        -webkit-box-flex: 300;
            -ms-flex: 300 0 auto;
                flex: 300 0 auto; }
      .doctors .card.card-doctor .card-flex .doctor-card-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100px;
                flex: 1 0 100px; } }
    .doctors .card.card-doctor .card-flex .card-doctor-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      clear: both;
      width: 100%;
      color: #333;
      border-bottom: solid 1px #EEE;
      margin-bottom: 12px;
      padding-bottom: 12px; }
      .doctors .card.card-doctor .card-flex .card-doctor-header .card-doctor-header-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto; }
        .doctors .card.card-doctor .card-flex .card-doctor-header .card-doctor-header-top .doctor-photo,
        .doctors .card.card-doctor .card-flex .card-doctor-header .card-doctor-header-top .doctor-name-location {
          float: left;
          display: block; }
        .doctors .card.card-doctor .card-flex .card-doctor-header .card-doctor-header-top .doctor-name {
          padding-top: 10px; }
          @media only screen and (min-width: 480px) and (max-width: 1025px) {
            .doctors .card.card-doctor .card-flex .card-doctor-header .card-doctor-header-top .doctor-name {
              font-size: 16px; } }
      .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper {
        margin-top: 10px;
        margin: auto; }
      .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating {
        margin-top: 10px; }
        .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating .doctor-rating-number {
          display: inline-block;
          font-size: 15px;
          line-height: 1.5;
          margin: 0 2px 0 0; }
        .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating .doctor-rating-stars {
          display: inline-block; }
    .doctors .card.card-doctor .card-flex .doctor-groups {
      clear: both;
      width: 100%;
      border-bottom: solid 1px #EEE;
      margin-bottom: 20px;
      color: #333;
      text-align: center; }
      .doctors .card.card-doctor .card-flex .doctor-groups .group-name {
        margin-bottom: 16px;
        font-size: 0.875rem;
        width: 100%;
        text-align: center; }
        .doctors .card.card-doctor .card-flex .doctor-groups .group-name .group-logo-text {
          font-size: 0.875rem;
          text-align: left;
          line-height: 1.3;
          letter-spacing: -0.02em;
          margin: 0 auto; }
        .doctors .card.card-doctor .card-flex .doctor-groups .group-name.group-logo .group-logo-text {
          color: #514689;
          background-repeat: no-repeat;
          background-size: 20px;
          background-position: 0 16%;
          padding-left: 24px; }
        .doctors .card.card-doctor .card-flex .doctor-groups .group-name.group-custom-text {
          text-align: center;
          font-size: 0.875rem;
          line-height: 1.3;
          letterspacing: -0.02em; }
        .doctors .card.card-doctor .card-flex .doctor-groups .group-name.group-fsm {
          line-height: 1.4; }
      .doctors .card.card-doctor .card-flex .doctor-groups .group-nm-logo,
      .doctors .card.card-doctor .card-flex .doctor-groups .group-logo-text {
        display: inline-block;
        vertical-align: text-top; }
    @media only screen and (max-width: 479px) {
      .doctors .card.card-doctor .card-flex .btn {
        margin-left: auto;
        margin-right: auto; } }
    @media only screen and (max-width: 479px) {
      .doctors .card.card-doctor .card-flex .list-status {
        padding-top: 1em;
        border-top: 1px solid #eeeeee; } }
    .doctors .card.card-doctor .card-flex .item-status {
      color: #777777;
      line-height: 1.4; }
    .no-mobile .doctors .card.card-doctor .card-flex:hover {
      -webkit-transition: all .5s;
      transition: all .5s; }
      .no-mobile .doctors .card.card-doctor .card-flex:hover .btn {
        background: #00778a;
        color: #fff; }
        .no-mobile .doctors .card.card-doctor .card-flex:hover .btn:hover {
          background: #0098b0; }
        .no-mobile .doctors .card.card-doctor .card-flex:hover .btn:active {
          background: #006f80; }
  @media only screen and (min-width: 1620px) {
    .doctors .card.card-doctor:nth-of-type(4n+2) {
      -webkit-transition-delay: .1s;
              transition-delay: .1s; }
    .doctors .card.card-doctor:nth-of-type(4n+3) {
      -webkit-transition-delay: .2s;
              transition-delay: .2s; }
    .doctors .card.card-doctor:nth-of-type(4n) {
      -webkit-transition-delay: .25s;
              transition-delay: .25s; } }
  @media only screen and (min-width: 1024px) and (max-width: 1619px) {
    .doctors .card.card-doctor:nth-of-type(3n+2) {
      -webkit-transition-delay: .1s;
              transition-delay: .1s; }
    .doctors .card.card-doctor:nth-of-type(3n) {
      -webkit-transition-delay: .25s;
              transition-delay: .25s; }
    .doctors .card.card-doctor:nth-of-type(2n) {
      -webkit-transition-delay: .1s;
              transition-delay: .1s; } }
  .doctors .card.card-doctor .doctor-name {
    font-size: 1.125rem;
    font-weight: 600;
    color: #232526;
    line-height: 1.3;
    margin: 0 0 5px 0;
    width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word; }
    @media only screen and (max-width: 400px), only screen and (min-width: 481px) and (max-width: 640px), only screen and (min-width: 776px) and (max-width: 900px), only screen and (min-width: 1024px) and (max-width: 1200px) {
      .doctors .card.card-doctor .doctor-name {
        font-size: 1rem; } }
  .doctors .card.card-doctor .doctor-title {
    color: #333;
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px; }
    .doctors .card.card-doctor .doctor-title li {
      margin-bottom: 4px;
      line-height: 1.3; }
    .doctors .card.card-doctor .doctor-title li:last-of-type {
      margin: 0; }
  .doctors .card.card-doctor .doctor-status {
    padding-bottom: 14px; }
  .doctors .card.card-doctor .item-status {
    color: #777777; }

@media only screen and (max-width: 479px) {
  .doctors .doctor-location-info {
    position: relative;
    width: 100%; } }

.doctors .doctor-location-info .icon {
  vertical-align: bottom;
  width: 1rem;
  color: #666666; }

.doctors .doctor-location-info p {
  margin-bottom: 8px; }
  @media only screen and (max-width: 479px) {
    .doctors .doctor-location-info p {
      margin-bottom: 0; } }

.doctors .doctor-location-info p, .doctors .doctor-location-info .distance {
  color: #3b3e40; }

.doctors .doctor-location-info .distance {
  font-size: 0.875rem; }

.doctors .card.card-doctor.debug.aff-t3 {
  border: 3px solid red; }

.doctors .card.card-doctor.debug.aff-t2 {
  border: 3px solid aqua; }

.doctors .card.card-doctor.debug.aff-t1 {
  border: 3px solid darkgreen; }

.section-filter-details {
  height: 100vh;
  background: #fff;
  top: 115px !important; }
  @media only screen and (max-width: 1024px) {
    .section-filter-details {
      top: 55px !important; } }
  .section-filter-details .filter-list {
    padding-right: 20px; }
    @media only screen and (max-width: 767px) {
      .section-filter-details .filter-list {
        padding-left: 30px; } }
  .section-filter-details .alphabetical-filter {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    background: #f6f6f7;
    padding: 16px;
    margin-bottom: 1em; }
    @media only screen and (max-width: 767px) {
      .section-filter-details .alphabetical-filter li {
        margin: 0; } }
    .section-filter-details .alphabetical-filter li .alphabet-letter {
      font-weight: 600; }
      .section-filter-details .alphabetical-filter li .alphabet-letter:hover {
        text-decoration: underline; }
      .section-filter-details .alphabetical-filter li .alphabet-letter.active {
        background-color: #d4d5d6; }
      @media only screen and (max-width: 767px) {
        .section-filter-details .alphabetical-filter li .alphabet-letter {
          padding: 3px 7px; } }
    @media only screen and (max-width: 767px) {
      .section-filter-details .alphabetical-filter li.alphabet-letter-empty {
        padding: 3px 7px; } }

.section-doctors {
  position: relative; }
  .section-doctors .dropdown-toggle .material-icons, .section-doctors .dropdown-toggle .icon-request-appointment:before, .section-doctors .dropdown-toggle .icon-watch-video:before, .section-doctors .dropdown-toggle .icon-play:before, .section-doctors .dropdown-toggle .icon-person-location:before, .section-doctors .dropdown-toggle .icon-details-top:before, .section-doctors .dropdown-toggle .icon-details-left:before, .section-doctors .dropdown-toggle .icon-directions:before, .section-doctors .dropdown-toggle .icon-directions-alt:before, .section-doctors .dropdown-toggle .icon-send-message:before, .section-doctors .dropdown-toggle .icon-phone-top:before, .section-doctors .dropdown-toggle .icon-phone-left:before, .section-doctors .dropdown-toggle .icon-comment:before, .section-doctors .dropdown-toggle .icon-cancel-search:before, .section-doctors .dropdown-toggle .panel-footer .panel-footer-more:before, .panel-footer .section-doctors .dropdown-toggle .panel-footer-more:before, .section-doctors .dropdown-toggle .panel-toggle .panel-toggle-trigger:after, .panel-toggle .section-doctors .dropdown-toggle .panel-toggle-trigger:after, .section-doctors .dropdown-toggle .video-item figure:before, .video-item .section-doctors .dropdown-toggle figure:before, .section-doctors .dropdown-toggle .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .section-doctors .dropdown-toggle div[id*="thumbnail"]:before, .section-doctors .dropdown-toggle .card-trigger a:after, .card-trigger .section-doctors .dropdown-toggle a:after, .section-doctors .dropdown-toggle .card-video .card-image:before, .card-video .section-doctors .dropdown-toggle .card-image:before, .section-doctors .dropdown-toggle .card-content-figure figure.video a:before, .card-content-figure figure.video .section-doctors .dropdown-toggle a:before, .section-doctors .dropdown-toggle .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .section-doctors .dropdown-toggle [data-role="remove"]:after, .section-doctors .dropdown-toggle .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .section-doctors .dropdown-toggle .brightcove-video:after, .section-doctors .dropdown-toggle .section-location-details .btn-req-appt:after, .section-location-details .section-doctors .dropdown-toggle .btn-req-appt:after,
  .section-doctors .dropdown-toggle .section-location-details .btn-dr-location:after, .section-location-details .section-doctors .dropdown-toggle .btn-dr-location:after, .section-doctors .dropdown-toggle .locations2 .hospital-video a:before, .locations2 .hospital-video .section-doctors .dropdown-toggle a:before, .section-doctors .dropdown-toggle .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .section-doctors .dropdown-toggle .icon-arrow:after, .section-doctors .dropdown-toggle .back-to-top:before, .section-doctors .dropdown-toggle .video-library .video-library-image:before, .video-library .section-doctors .dropdown-toggle .video-library-image:before {
    color: #00778a; }

@media only screen and (min-width: 768px) {
  .fad-search {
    margin-bottom: 24px; } }

.fad-search .fad-search-title {
  margin-bottom: 2rem; }
  @media only screen and (max-width: 767px) {
    .fad-search .fad-search-title {
      padding: 0 16px; } }
  .fad-search .fad-search-title .btn {
    margin-left: 10px; }
    @media only screen and (max-width: 479px) {
      .fad-search .fad-search-title .btn {
        display: block;
        margin: 5px 0 0 0; } }
  .fad-search .fad-search-title .line {
    display: inline-block; }
    @media only screen and (max-width: 1023px) {
      .fad-search .fad-search-title .line {
        display: block;
        margin-top: 10px; } }

.fad-search .search-bar-full {
  color: #333; }
  .fad-search .search-bar-full label {
    float: left;
    color: #333;
    font-weight: 600;
    font-size: 1.125rem; }
  .fad-search .search-bar-full .btn-search-alt {
    padding: 12px;
    border-radius: 0; }

.fad-search .search-doctors {
  padding-right: 24px; }
  @media only screen and (max-width: 767px) {
    .fad-search .search-doctors {
      padding: 0 24px; } }

.fad-search .top-specialties, .fad-search .top-interest {
  padding-left: 26px; }
  .fad-search .top-specialties a, .fad-search .top-interest a {
    text-decoration: none; }
    .fad-search .top-specialties a:hover, .fad-search .top-interest a:hover {
      text-decoration: underline; }
  @media only screen and (min-width: 768px) {
    .fad-search .top-specialties, .fad-search .top-interest {
      border-left: 1px solid #ddd;
      min-height: 310px; } }
  @media only screen and (max-width: 1023px) {
    .fad-search .top-specialties, .fad-search .top-interest {
      margin-top: 24px; } }

.fad-search .card-view-doctors {
  margin-top: 24px; }
  @media only screen and (max-width: 1023px) {
    .fad-search .card-view-doctors {
      display: none; } }

@media only screen and (min-width: 1024px) {
  .fad-phone-links {
    margin-top: 46px; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .fad-phone-links {
    margin-top: 186px; } }

.fad-phone-links .tel {
  max-width: 270px; }

.callout-help .tty {
  margin: 16px 0; }

.sidebar-header {
  margin: 0;
  padding: 16px 24px; }
  .sidebar-header .sidebar-title {
    margin-bottom: 0; }

.doctors .rating-count.small {
  font-size: 11px;
  font-weight: 300; }

.doctor-rating {
  margin-top: 12px; }
  .doctor-rating .doctor-rating-number {
    margin: 0 8px 0 0;
    font-weight: 700; }
  .doctor-rating .doctor-rating-stars .material-icons, .doctor-rating .doctor-rating-stars .icon-request-appointment:before, .doctor-rating .doctor-rating-stars .icon-watch-video:before, .doctor-rating .doctor-rating-stars .icon-play:before, .doctor-rating .doctor-rating-stars .icon-person-location:before, .doctor-rating .doctor-rating-stars .icon-details-top:before, .doctor-rating .doctor-rating-stars .icon-details-left:before, .doctor-rating .doctor-rating-stars .icon-directions:before, .doctor-rating .doctor-rating-stars .icon-directions-alt:before, .doctor-rating .doctor-rating-stars .icon-send-message:before, .doctor-rating .doctor-rating-stars .icon-phone-top:before, .doctor-rating .doctor-rating-stars .icon-phone-left:before, .doctor-rating .doctor-rating-stars .icon-comment:before, .doctor-rating .doctor-rating-stars .icon-cancel-search:before, .doctor-rating .doctor-rating-stars .panel-footer .panel-footer-more:before, .panel-footer .doctor-rating .doctor-rating-stars .panel-footer-more:before, .doctor-rating .doctor-rating-stars .panel-toggle .panel-toggle-trigger:after, .panel-toggle .doctor-rating .doctor-rating-stars .panel-toggle-trigger:after, .doctor-rating .doctor-rating-stars .video-item figure:before, .video-item .doctor-rating .doctor-rating-stars figure:before, .doctor-rating .doctor-rating-stars .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .doctor-rating .doctor-rating-stars div[id*="thumbnail"]:before, .doctor-rating .doctor-rating-stars .card-trigger a:after, .card-trigger .doctor-rating .doctor-rating-stars a:after, .doctor-rating .doctor-rating-stars .card-video .card-image:before, .card-video .doctor-rating .doctor-rating-stars .card-image:before, .doctor-rating .doctor-rating-stars .card-content-figure figure.video a:before, .card-content-figure figure.video .doctor-rating .doctor-rating-stars a:before, .doctor-rating .doctor-rating-stars .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .doctor-rating .doctor-rating-stars [data-role="remove"]:after, .doctor-rating .doctor-rating-stars .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .doctor-rating .doctor-rating-stars .brightcove-video:after, .doctor-rating .doctor-rating-stars .section-location-details .btn-req-appt:after, .section-location-details .doctor-rating .doctor-rating-stars .btn-req-appt:after,
  .doctor-rating .doctor-rating-stars .section-location-details .btn-dr-location:after, .section-location-details .doctor-rating .doctor-rating-stars .btn-dr-location:after, .doctor-rating .doctor-rating-stars .locations2 .hospital-video a:before, .locations2 .hospital-video .doctor-rating .doctor-rating-stars a:before, .doctor-rating .doctor-rating-stars .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .doctor-rating .doctor-rating-stars .icon-arrow:after, .doctor-rating .doctor-rating-stars .back-to-top:before, .doctor-rating .doctor-rating-stars .video-library .video-library-image:before, .video-library .doctor-rating .doctor-rating-stars .video-library-image:before {
    font-size: 1.2rem;
    width: 16px;
    height: 19px;
    color: #f4ba4a; }
  .doctor-rating .overall-rating {
    margin-bottom: 2em; }
    .doctor-rating .overall-rating .doctor-rating-number {
      margin: 0;
      font-weight: normal; }
      .doctor-rating .overall-rating .doctor-rating-number .number {
        font-size: 55px;
        font-weight: 600; }
    .doctor-rating .overall-rating .doctor-rating-stars .material-icons, .doctor-rating .overall-rating .doctor-rating-stars .icon-request-appointment:before, .doctor-rating .overall-rating .doctor-rating-stars .icon-watch-video:before, .doctor-rating .overall-rating .doctor-rating-stars .icon-play:before, .doctor-rating .overall-rating .doctor-rating-stars .icon-person-location:before, .doctor-rating .overall-rating .doctor-rating-stars .icon-details-top:before, .doctor-rating .overall-rating .doctor-rating-stars .icon-details-left:before, .doctor-rating .overall-rating .doctor-rating-stars .icon-directions:before, .doctor-rating .overall-rating .doctor-rating-stars .icon-directions-alt:before, .doctor-rating .overall-rating .doctor-rating-stars .icon-send-message:before, .doctor-rating .overall-rating .doctor-rating-stars .icon-phone-top:before, .doctor-rating .overall-rating .doctor-rating-stars .icon-phone-left:before, .doctor-rating .overall-rating .doctor-rating-stars .icon-comment:before, .doctor-rating .overall-rating .doctor-rating-stars .icon-cancel-search:before, .doctor-rating .overall-rating .doctor-rating-stars .panel-footer .panel-footer-more:before, .panel-footer .doctor-rating .overall-rating .doctor-rating-stars .panel-footer-more:before, .doctor-rating .overall-rating .doctor-rating-stars .panel-toggle .panel-toggle-trigger:after, .panel-toggle .doctor-rating .overall-rating .doctor-rating-stars .panel-toggle-trigger:after, .doctor-rating .overall-rating .doctor-rating-stars .video-item figure:before, .video-item .doctor-rating .overall-rating .doctor-rating-stars figure:before, .doctor-rating .overall-rating .doctor-rating-stars .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .doctor-rating .overall-rating .doctor-rating-stars div[id*="thumbnail"]:before, .doctor-rating .overall-rating .doctor-rating-stars .card-trigger a:after, .card-trigger .doctor-rating .overall-rating .doctor-rating-stars a:after, .doctor-rating .overall-rating .doctor-rating-stars .card-video .card-image:before, .card-video .doctor-rating .overall-rating .doctor-rating-stars .card-image:before, .doctor-rating .overall-rating .doctor-rating-stars .card-content-figure figure.video a:before, .card-content-figure figure.video .doctor-rating .overall-rating .doctor-rating-stars a:before, .doctor-rating .overall-rating .doctor-rating-stars .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .doctor-rating .overall-rating .doctor-rating-stars [data-role="remove"]:after, .doctor-rating .overall-rating .doctor-rating-stars .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .doctor-rating .overall-rating .doctor-rating-stars .brightcove-video:after, .doctor-rating .overall-rating .doctor-rating-stars .section-location-details .btn-req-appt:after, .section-location-details .doctor-rating .overall-rating .doctor-rating-stars .btn-req-appt:after,
    .doctor-rating .overall-rating .doctor-rating-stars .section-location-details .btn-dr-location:after, .section-location-details .doctor-rating .overall-rating .doctor-rating-stars .btn-dr-location:after, .doctor-rating .overall-rating .doctor-rating-stars .locations2 .hospital-video a:before, .locations2 .hospital-video .doctor-rating .overall-rating .doctor-rating-stars a:before, .doctor-rating .overall-rating .doctor-rating-stars .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .doctor-rating .overall-rating .doctor-rating-stars .icon-arrow:after, .doctor-rating .overall-rating .doctor-rating-stars .back-to-top:before, .doctor-rating .overall-rating .doctor-rating-stars .video-library .video-library-image:before, .video-library .doctor-rating .overall-rating .doctor-rating-stars .video-library-image:before {
      font-size: 28px;
      width: 22px;
      height: 28px; }

.icon-watch-video.btn {
  padding: 0.25em 1em;
  margin: 0; }

.section-doctor-details .doctor-detail-header {
  padding: 12px 0; }
  .section-doctor-details .doctor-detail-header .doctor-photo figure {
    width: 120px;
    height: 120px;
    margin: 0 auto 12px auto;
    border: 1px solid #d4d5d6; }

.section-doctor-details .doctor-photo {
  width: 290px;
  text-align: center;
  margin-bottom: 16px; }
  .section-doctor-details .doctor-photo .doctor-rating {
    margin-top: 0; }
  .section-doctor-details .doctor-photo .btn-link:hover span {
    text-decoration: underline; }

.section-doctor-details .doctor-info {
  width: calc(100% - 310px); }
  .section-doctor-details .doctor-info h1 {
    margin: 0;
    font-weight: 600;
    overflow-wrap: break-word;
    word-wrap: break-word; }
  .section-doctor-details .doctor-info p {
    margin: 0; }
  .section-doctor-details .doctor-info .doctor-groups, .section-doctor-details .doctor-info .primary-specialty {
    font-weight: 600; }
  .section-doctor-details .doctor-info .doctor-status .item-status {
    margin: 1em 0; }

.section-doctor-details .doctor-groups {
  padding-left: 0;
  margin: 1rem 0;
  list-style: none;
  list-style-position: inside;
  font-weight: 600; }
  .section-doctor-details .doctor-groups li {
    padding-left: 0;
    margin-bottom: 0; }

.section-doctor-details .doctor-rating-link {
  text-decoration: none;
  margin: 0 0 16px 0;
  color: #00778a;
  cursor: pointer; }
  .section-doctor-details .doctor-rating-link:hover, .section-doctor-details .doctor-rating-link:focus {
    text-decoration: underline; }

.section-doctor-details .doctor-actions {
  margin-bottom: 2em; }
  .section-doctor-details .doctor-actions .btn {
    position: relative; }
    .section-doctor-details .doctor-actions .btn.disabled {
      background: #eeeeee !important; }
      .section-doctor-details .doctor-actions .btn.disabled .tooltip-trigger {
        cursor: not-allowed; }
  .section-doctor-details .doctor-actions .tooltip-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .section-doctor-details .doctor-actions .icon-request-appointment {
    margin-top: 0; }
    .section-doctor-details .doctor-actions .icon-request-appointment .line {
      display: inline-block; }
  .section-doctor-details .doctor-actions .brightcove-video:after {
    content: 'open_in_new';
    font-size: 14px;
    margin: 5px 0 0 6px;
    height: 16px; }
  .section-doctor-details .doctor-actions .icon-export-pdf {
    text-decoration: none;
    font-weight: 600;
    padding: 0 1em; }
    .section-doctor-details .doctor-actions .icon-export-pdf .fa {
      margin: 0 9px 0 5px; }
    .section-doctor-details .doctor-actions .icon-export-pdf:hover {
      text-decoration: none;
      color: #009eb3; }
      .section-doctor-details .doctor-actions .icon-export-pdf:hover .fa {
        text-decoration: none; }

.section-doctor-details .panel-disclaimer {
  margin: -24px 0 0;
  padding: 24px; }

.panel-ratings {
  max-height: 100%;
  overflow: visible;
  margin-bottom: 0; }
  .panel-ratings .care-provider-ratings {
    width: 100%;
    margin: 2em 0 1em 0;
    padding-top: 2em; }
    .panel-ratings .care-provider-ratings .title {
      margin-bottom: 24px; }

.panel-reviews .panel-title,
.panel-reviews .panel-content {
  padding-top: 0; }

.panel-reviews .panel-content.comments {
  padding: 0; }
  .panel-reviews .panel-content.comments:after {
    display: none; }

.panel-reviews .panel-title {
  padding: 0 16px; }

.panel-reviews .panel-content {
  max-height: none; }

.panel-reviews.expanded .panel-toggle-trigger span:after {
  content: "View Less"; }

.panel-reviews.expanded .panel-content {
  max-height: none; }

.panel-reviews .panel-title-name {
  margin: 0; }
  .panel-reviews .panel-title-name h3 {
    margin: 0; }

.panel-reviews .sort-me {
  width: 200px;
  padding-top: 5px;
  padding-right: 12px;
  text-align: right;
  cursor: pointer; }
  .panel-reviews .sort-me .material-icons, .panel-reviews .sort-me .icon-request-appointment:before, .panel-reviews .sort-me .icon-watch-video:before, .panel-reviews .sort-me .icon-play:before, .panel-reviews .sort-me .icon-person-location:before, .panel-reviews .sort-me .icon-details-top:before, .panel-reviews .sort-me .icon-details-left:before, .panel-reviews .sort-me .icon-directions:before, .panel-reviews .sort-me .icon-directions-alt:before, .panel-reviews .sort-me .icon-send-message:before, .panel-reviews .sort-me .icon-phone-top:before, .panel-reviews .sort-me .icon-phone-left:before, .panel-reviews .sort-me .icon-comment:before, .panel-reviews .sort-me .icon-cancel-search:before, .panel-reviews .sort-me .panel-footer .panel-footer-more:before, .panel-footer .panel-reviews .sort-me .panel-footer-more:before, .panel-reviews .sort-me .panel-toggle .panel-toggle-trigger:after, .panel-toggle .panel-reviews .sort-me .panel-toggle-trigger:after, .panel-reviews .sort-me .video-item figure:before, .video-item .panel-reviews .sort-me figure:before, .panel-reviews .sort-me .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .panel-reviews .sort-me div[id*="thumbnail"]:before, .panel-reviews .sort-me .card-trigger a:after, .card-trigger .panel-reviews .sort-me a:after, .panel-reviews .sort-me .card-video .card-image:before, .card-video .panel-reviews .sort-me .card-image:before, .panel-reviews .sort-me .card-content-figure figure.video a:before, .card-content-figure figure.video .panel-reviews .sort-me a:before, .panel-reviews .sort-me .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .panel-reviews .sort-me [data-role="remove"]:after, .panel-reviews .sort-me .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .panel-reviews .sort-me .brightcove-video:after, .panel-reviews .sort-me .section-location-details .btn-req-appt:after, .section-location-details .panel-reviews .sort-me .btn-req-appt:after,
  .panel-reviews .sort-me .section-location-details .btn-dr-location:after, .section-location-details .panel-reviews .sort-me .btn-dr-location:after, .panel-reviews .sort-me .locations2 .hospital-video a:before, .locations2 .hospital-video .panel-reviews .sort-me a:before, .panel-reviews .sort-me .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .panel-reviews .sort-me .icon-arrow:after, .panel-reviews .sort-me .back-to-top:before, .panel-reviews .sort-me .video-library .video-library-image:before, .video-library .panel-reviews .sort-me .video-library-image:before {
    line-height: 24px; }
  .panel-reviews .sort-me .dropdown-wrapper {
    border: 0;
    padding: 0; }
    .panel-reviews .sort-me .dropdown-wrapper .dropdown-label {
      color: inherit; }

.panel-reviews .loader .btn-load-more {
  margin: 24px 0 0 0; }

.row-striped .col, .row-striped .list-stacked dt, .list-stacked .row-striped dt, .row-striped .list-stacked dd, .list-stacked .row-striped dd {
  padding: 12px 16px; }

.row-striped .review-date {
  color: #7f8283;
  letter-spacing: .09em; }

.row-striped .review-body {
  position: relative;
  margin-bottom: .25em; }

.row-striped .show-more {
  cursor: pointer;
  margin-bottom: 16px; }
  .row-striped .show-more:after {
    content: "Read More"; }

.row-striped .review-wrapper.shortened .review-body {
  height: 100px;
  overflow: hidden; }
  .row-striped .review-wrapper.shortened .review-body:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 1;
    height: 100px;
    width: 100%;
    -webkit-box-shadow: inset 0px -50px 50px 0px #fff;
            box-shadow: inset 0px -50px 50px 0px #fff; }

.row-striped .review-wrapper.shortened .show-more {
  display: block; }
  .row-striped .review-wrapper.shortened .show-more:after {
    content: "Read More"; }

.row-striped .review-wrapper .review-body {
  height: auto; }
  .row-striped .review-wrapper .review-body:after {
    height: 0;
    width: 0;
    opacity: 0; }

.row-striped .review-wrapper .show-more:after {
  content: "Read Less"; }

.row-striped .col:nth-child(even), .row-striped .list-stacked dt:nth-child(even), .list-stacked .row-striped dt:nth-child(even), .row-striped .list-stacked dd:nth-child(even), .list-stacked .row-striped dd:nth-child(even) {
  background: #f9f9f9; }
  .row-striped .col:nth-child(even) .review-body:after, .row-striped .list-stacked dt:nth-child(even) .review-body:after, .list-stacked .row-striped dt:nth-child(even) .review-body:after, .row-striped .list-stacked dd:nth-child(even) .review-body:after, .list-stacked .row-striped dd:nth-child(even) .review-body:after {
    -webkit-box-shadow: inset 0px -50px 50px 0px #f9f9f9;
            box-shadow: inset 0px -50px 50px 0px #f9f9f9; }

.row-striped .fa-check {
  font-size: 18px; }

.row-striped .helpful a {
  margin-left: 10px;
  cursor: pointer; }

.panel-additional-locations .card-content-figure {
  position: relative; }
  .panel-additional-locations .card-content-figure .card-content-body {
    padding: 0 0 10px 75px; }
  .panel-additional-locations .card-content-figure .map {
    position: absolute;
    left: 0;
    top: 0; }

.pdf.doctors {
  background: #fff;
  margin: 0;
  font-size: 16px; }
  .pdf.doctors .panel {
    width: 100%;
    float: left; }
    .pdf.doctors .panel .pdf-col {
      width: 50%;
      float: left;
      display: block;
      vertical-align: top; }
      .pdf.doctors .panel .pdf-col .pdf-col-item {
        display: block;
        width: 100%; }
    .pdf.doctors .panel.panel-insurance, .pdf.doctors .panel.panel-ratings {
      width: 100%; }
  .pdf.doctors .panel-insurance a {
    text-decoration: none;
    color: #333; }
  .pdf.doctors .panel-disclaimer {
    padding: 24px;
    width: 100%;
    float: left;
    clear: none; }
  .pdf.doctors #content {
    background: #fff; }
  .pdf.doctors .section-doctor-details {
    background: #fff; }
    .pdf.doctors .section-doctor-details .doctor-detail-header {
      border-bottom: 2px solid #eee;
      margin-bottom: 24px;
      padding-bottom: 24px; }
    .pdf.doctors .section-doctor-details .doctor-photo {
      width: 100%; }
      .pdf.doctors .section-doctor-details .doctor-photo figure {
        width: 180px;
        height: 180px;
        margin-bottom: 16px;
        border-color: #ddd; }
    .pdf.doctors .section-doctor-details .overall-rating {
      margin-bottom: 0; }
    .pdf.doctors .section-doctor-details .doctor-info {
      width: 100%;
      margin: 0 auto;
      float: none;
      text-align: center; }
    .pdf.doctors .section-doctor-details .doctor-rating-stars {
      border: 0; }
    .pdf.doctors .section-doctor-details .doctor-rating-number {
      font-size: 18px;
      font-weight: 600;
      margin-right: 5px; }
    .pdf.doctors .section-doctor-details .doctor-detail-header {
      text-align: left; }
    .pdf.doctors .section-doctor-details .doctor-detail-info .panel {
      border: 2px solid #ddd;
      border-left-color: #fff !important;
      border-right-color: #fff !important;
      border-bottom-color: #fff !important;
      margin-bottom: 0; }
    .pdf.doctors .section-doctor-details .panel-content a {
      text-decoration: none;
      color: #333; }
    .pdf.doctors .section-doctor-details .doctor-detail-content {
      padding: 0 24px 24px 24px; }
    .pdf.doctors .section-doctor-details .icon-pin {
      background: url("/Content/northwestern/img/doctors/ic_place.png") no-repeat 0 0;
      background-size: 100%;
      width: 15px; }
    .pdf.doctors .section-doctor-details .sidebar-title {
      font-size: 20px; }
    .pdf.doctors .section-doctor-details .card-callout-location,
    .pdf.doctors .section-doctor-details .panel-additional-locations {
      width: 100%;
      padding: 12px;
      float: left; }
      .pdf.doctors .section-doctor-details .card-callout-location .card-map,
      .pdf.doctors .section-doctor-details .card-callout-location .card-content,
      .pdf.doctors .section-doctor-details .card-callout-location .card-callout-additional-locations,
      .pdf.doctors .section-doctor-details .panel-additional-locations .card-map,
      .pdf.doctors .section-doctor-details .panel-additional-locations .card-content,
      .pdf.doctors .section-doctor-details .panel-additional-locations .card-callout-additional-locations {
        float: left;
        width: 50%; }
      .pdf.doctors .section-doctor-details .card-callout-location .card-content,
      .pdf.doctors .section-doctor-details .panel-additional-locations .card-content {
        padding: 16px 24px; }
      .pdf.doctors .section-doctor-details .card-callout-location .card-callout-additional-locations,
      .pdf.doctors .section-doctor-details .panel-additional-locations .card-callout-additional-locations {
        padding: 0; }
        .pdf.doctors .section-doctor-details .card-callout-location .card-callout-additional-locations .card-content,
        .pdf.doctors .section-doctor-details .panel-additional-locations .card-callout-additional-locations .card-content {
          width: 100%;
          padding: 8px; }
      .pdf.doctors .section-doctor-details .card-callout-location .card.card-callout .card-content .has-border,
      .pdf.doctors .section-doctor-details .panel-additional-locations .card.card-callout .card-content .has-border {
        border: 0; }
  .pdf.doctors .panel-toggle.panel-additional-locations {
    margin-bottom: 0; }
  .pdf.doctors .panel-insurance {
    width: 100%; }
    .pdf.doctors .panel-insurance li {
      display: block;
      width: 50%;
      float: left; }
  .pdf.doctors .list-stacked dt {
    width: 33.33%; }
  .pdf.doctors .list-stacked dd {
    width: 66.66%; }
  .pdf.doctors .panel-ratings .md-4, .pdf.doctors .panel-ratings .list-stacked dt, .list-stacked .pdf.doctors .panel-ratings dt {
    width: 25%; }
  .pdf.doctors .panel-ratings .md-8, .pdf.doctors .panel-ratings .list-stacked dd, .list-stacked .pdf.doctors .panel-ratings dd {
    width: 75%; }
  .pdf.doctors .panel-ratings .doctor-rating-bars li {
    width: 48%;
    float: left;
    padding: 0 12px; }
  .pdf.doctors .panel-ratings .rating-title,
  .pdf.doctors .panel-ratings .rating-count {
    color: #333; }
  .pdf.doctors .panel-ratings .tipped-review-text {
    color: #333; }
    .pdf.doctors .panel-ratings .tipped-review-text .small {
      margin-left: 4px; }
  .pdf.doctors .panel-reviews .panel-title {
    padding-left: 8px;
    padding-bottom: 16px; }
  .pdf.doctors .panel-reviews .row-striped .col:nth-child(even), .pdf.doctors .panel-reviews .row-striped .list-stacked dt:nth-child(even), .list-stacked .pdf.doctors .panel-reviews .row-striped dt:nth-child(even), .pdf.doctors .panel-reviews .row-striped .list-stacked dd:nth-child(even), .list-stacked .pdf.doctors .panel-reviews .row-striped dd:nth-child(even) {
    background: #fff; }
  .pdf.doctors .panel-reviews .row-striped .review-body {
    height: auto;
    overflow: visible; }
    .pdf.doctors .panel-reviews .row-striped .review-body:after {
      height: 0;
      width: 0;
      visibility: hidden;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .pdf.doctors .panel-reviews .review-date {
    letter-spacing: 0; }

.healthbeat .skip-link:focus,
.healthbeat .skip-link:hover {
  color: #fff;
  font-weight: 700;
  z-index: 99; }

.healthbeat .assistive-text:active, .healthbeat table caption:active, table .healthbeat caption:active, .healthbeat .card-wide .card.card-video .card-action:active, .card-wide .card.card-video .healthbeat .card-action:active,
.healthbeat .card-wide .card.card-video .card-content:active, .card-wide .card.card-video .healthbeat .card-content:active,
.healthbeat .assistive-text:focus,
.healthbeat table caption:focus,
table .healthbeat caption:focus,
.healthbeat .card-wide .card.card-video .card-action:focus,
.card-wide .card.card-video .healthbeat .card-action:focus,
.healthbeat .card-wide .card.card-video .card-content:focus,
.card-wide .card.card-video .healthbeat .card-content:focus {
  position: fixed;
  overflow: visible;
  clip: auto; }

.healthbeat a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.healthbeat .link-unstyled {
  text-decoration: none; }
  .healthbeat .link-unstyled:hover {
    text-decoration: underline; }

@media print {
  .healthbeat .print-100 {
    width: 100%; } }

.healthbeat .breadcrumb-global {
  display: none; }

@media only screen and (max-width: 1024px) {
  .healthbeat .breadcrumb-container {
    display: none; } }

@media only screen and (max-width: 767px) {
  .healthbeat #content {
    margin-top: 114px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .healthbeat #content {
    margin-top: 169px; } }

.healthbeat .more-link:not(.link-search-suggest) {
  margin-top: 24px; }
  @media only screen and (min-width: 768px) {
    .healthbeat .more-link:not(.link-search-suggest) {
      position: absolute;
      bottom: 19px;
      right: 24px; }
      .healthbeat .more-link:not(.link-search-suggest) .material-icons, .healthbeat .more-link:not(.link-search-suggest) .icon-request-appointment:before, .healthbeat .more-link:not(.link-search-suggest) .icon-watch-video:before, .healthbeat .more-link:not(.link-search-suggest) .icon-play:before, .healthbeat .more-link:not(.link-search-suggest) .icon-person-location:before, .healthbeat .more-link:not(.link-search-suggest) .icon-details-top:before, .healthbeat .more-link:not(.link-search-suggest) .icon-details-left:before, .healthbeat .more-link:not(.link-search-suggest) .icon-directions:before, .healthbeat .more-link:not(.link-search-suggest) .icon-directions-alt:before, .healthbeat .more-link:not(.link-search-suggest) .icon-send-message:before, .healthbeat .more-link:not(.link-search-suggest) .icon-phone-top:before, .healthbeat .more-link:not(.link-search-suggest) .icon-phone-left:before, .healthbeat .more-link:not(.link-search-suggest) .icon-comment:before, .healthbeat .more-link:not(.link-search-suggest) .icon-cancel-search:before, .healthbeat .more-link:not(.link-search-suggest) .panel-footer .panel-footer-more:before, .panel-footer .healthbeat .more-link:not(.link-search-suggest) .panel-footer-more:before, .healthbeat .more-link:not(.link-search-suggest) .panel-toggle .panel-toggle-trigger:after, .panel-toggle .healthbeat .more-link:not(.link-search-suggest) .panel-toggle-trigger:after, .healthbeat .more-link:not(.link-search-suggest) .video-item figure:before, .video-item .healthbeat .more-link:not(.link-search-suggest) figure:before, .healthbeat .more-link:not(.link-search-suggest) .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .healthbeat .more-link:not(.link-search-suggest) div[id*="thumbnail"]:before, .healthbeat .more-link:not(.link-search-suggest) .card-trigger a:after, .card-trigger .healthbeat .more-link:not(.link-search-suggest) a:after, .healthbeat .more-link:not(.link-search-suggest) .card-video .card-image:before, .card-video .healthbeat .more-link:not(.link-search-suggest) .card-image:before, .healthbeat .more-link:not(.link-search-suggest) .card-content-figure figure.video a:before, .card-content-figure figure.video .healthbeat .more-link:not(.link-search-suggest) a:before, .healthbeat .more-link:not(.link-search-suggest) .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .healthbeat .more-link:not(.link-search-suggest) [data-role="remove"]:after, .healthbeat .more-link:not(.link-search-suggest) .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .healthbeat .more-link:not(.link-search-suggest) .brightcove-video:after, .healthbeat .more-link:not(.link-search-suggest) .section-location-details .btn-req-appt:after, .section-location-details .healthbeat .more-link:not(.link-search-suggest) .btn-req-appt:after,
      .healthbeat .more-link:not(.link-search-suggest) .section-location-details .btn-dr-location:after, .section-location-details .healthbeat .more-link:not(.link-search-suggest) .btn-dr-location:after, .healthbeat .more-link:not(.link-search-suggest) .locations2 .hospital-video a:before, .locations2 .hospital-video .healthbeat .more-link:not(.link-search-suggest) a:before, .healthbeat .more-link:not(.link-search-suggest) .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .healthbeat .more-link:not(.link-search-suggest) .icon-arrow:after, .healthbeat .more-link:not(.link-search-suggest) .back-to-top:before, .healthbeat .more-link:not(.link-search-suggest) .video-library .video-library-image:before, .video-library .healthbeat .more-link:not(.link-search-suggest) .video-library-image:before {
        font-size: 24px;
        width: 24px;
        height: 24px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .healthbeat .more-link:not(.link-search-suggest) {
      bottom: 8px;
      right: 12px; } }
  @media only screen and (max-width: 767px) {
    .healthbeat .more-link:not(.link-search-suggest) {
      color: #fff;
      background: #00778a;
      padding: .75em 1.5em;
      text-align: center;
      border: 1px solid #0000;
      border-radius: 2px;
      -webkit-transition: all .25s;
      transition: all .25s;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .healthbeat .more-link:not(.link-search-suggest) .more-link-text {
        padding: 0; } }
  @media only screen and (max-width: 479px) {
    .healthbeat .more-link:not(.link-search-suggest) {
      display: block; } }

.healthbeat .group-cards .card.card-general .card-content,
.healthbeat .card-content {
  padding: 0 24px 24px 24px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .healthbeat .group-cards .card.card-general .card-content,
    .healthbeat .card-content {
      padding: 0 12px 12px 12px; } }

.healthbeat .card-action-hub {
  width: 100%;
  border: 0;
  margin: 0;
  font-size: 0.875em;
  padding: 18px 24px 14px 24px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .healthbeat .card-action-hub {
      padding: 10px 12px; } }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .healthbeat .hide-duration-768 {
    display: none; } }

@media only screen and (max-width: 1024px) {
  .healthbeat .hide-duration-1024 {
    display: none; } }

.healthbeat .podcast-duration {
  text-align: right;
  float: right; }
  @media only screen and (max-width: 767px) {
    .healthbeat .podcast-duration .fa-microphone {
      font-size: 16px; } }

.healthbeat.card-general .card-title,
.healthbeat.card-general .hub-featured-description,
.healthbeat .group-cards .card-doctor-hub .card-title,
.healthbeat .group-cards .card-doctor-hub .hub-featured-description,
.healthbeat .card-doctor-hub .card-title,
.healthbeat .card-doctor-hub .hub-featured-description {
  margin-right: 35px; }

.healthbeat.card-general .card-content .hub-featured-description,
.healthbeat .group-cards .card-doctor-hub .card-content .hub-featured-description,
.healthbeat .card-doctor-hub .card-content .hub-featured-description {
  margin-top: 1em;
  margin-bottom: 0; }

.healthbeat.card-general .card-category,
.healthbeat .group-cards .card-doctor-hub .card-category,
.healthbeat .card-doctor-hub .card-category {
  font-size: 12px;
  color: #00778a;
  font-weight: 400; }

@media only screen and (min-width: 768px) {
  .healthbeat-landing .section-hero-content,
  .healthbeat-category .section-hero-content,
  .healthbeat-article .section-hero-content {
    max-width: 625px; } }

.healthbeat-landing .section-hero-content .form-group-wrapper,
.healthbeat-category .section-hero-content .form-group-wrapper,
.healthbeat-article .section-hero-content .form-group-wrapper {
  min-height: 75px; }
  .healthbeat-landing .section-hero-content .form-group-wrapper .success-message-newsletter,
  .healthbeat-category .section-hero-content .form-group-wrapper .success-message-newsletter,
  .healthbeat-article .section-hero-content .form-group-wrapper .success-message-newsletter {
    text-align: left;
    padding-left: 14px; }
    @media only screen and (max-width: 767px) {
      .healthbeat-landing .section-hero-content .form-group-wrapper .success-message-newsletter,
      .healthbeat-category .section-hero-content .form-group-wrapper .success-message-newsletter,
      .healthbeat-article .section-hero-content .form-group-wrapper .success-message-newsletter {
        padding-left: 12px; } }

.healthbeat-landing .section-hero-content .fieldset-label label,
.healthbeat-category .section-hero-content .fieldset-label label,
.healthbeat-article .section-hero-content .fieldset-label label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .healthbeat-landing .section-hero-content .fieldset-label label .required-field-marker,
  .healthbeat-category .section-hero-content .fieldset-label label .required-field-marker,
  .healthbeat-article .section-hero-content .fieldset-label label .required-field-marker {
    display: none; }
  .healthbeat-landing .section-hero-content .fieldset-label label .material-icons, .healthbeat-landing .section-hero-content .fieldset-label label .icon-request-appointment:before, .healthbeat-landing .section-hero-content .fieldset-label label .icon-watch-video:before, .healthbeat-landing .section-hero-content .fieldset-label label .icon-play:before, .healthbeat-landing .section-hero-content .fieldset-label label .icon-person-location:before, .healthbeat-landing .section-hero-content .fieldset-label label .icon-details-top:before, .healthbeat-landing .section-hero-content .fieldset-label label .icon-details-left:before, .healthbeat-landing .section-hero-content .fieldset-label label .icon-directions:before, .healthbeat-landing .section-hero-content .fieldset-label label .icon-directions-alt:before, .healthbeat-landing .section-hero-content .fieldset-label label .icon-send-message:before, .healthbeat-landing .section-hero-content .fieldset-label label .icon-phone-top:before, .healthbeat-landing .section-hero-content .fieldset-label label .icon-phone-left:before, .healthbeat-landing .section-hero-content .fieldset-label label .icon-comment:before, .healthbeat-landing .section-hero-content .fieldset-label label .icon-cancel-search:before, .healthbeat-landing .section-hero-content .fieldset-label label .panel-footer .panel-footer-more:before, .panel-footer .healthbeat-landing .section-hero-content .fieldset-label label .panel-footer-more:before, .healthbeat-landing .section-hero-content .fieldset-label label .panel-toggle .panel-toggle-trigger:after, .panel-toggle .healthbeat-landing .section-hero-content .fieldset-label label .panel-toggle-trigger:after, .healthbeat-landing .section-hero-content .fieldset-label label .video-item figure:before, .video-item .healthbeat-landing .section-hero-content .fieldset-label label figure:before, .healthbeat-landing .section-hero-content .fieldset-label label .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .healthbeat-landing .section-hero-content .fieldset-label label div[id*="thumbnail"]:before, .healthbeat-landing .section-hero-content .fieldset-label label .card-trigger a:after, .card-trigger .healthbeat-landing .section-hero-content .fieldset-label label a:after, .healthbeat-landing .section-hero-content .fieldset-label label .card-video .card-image:before, .card-video .healthbeat-landing .section-hero-content .fieldset-label label .card-image:before, .healthbeat-landing .section-hero-content .fieldset-label label .card-content-figure figure.video a:before, .card-content-figure figure.video .healthbeat-landing .section-hero-content .fieldset-label label a:before, .healthbeat-landing .section-hero-content .fieldset-label label .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .healthbeat-landing .section-hero-content .fieldset-label label [data-role="remove"]:after, .healthbeat-landing .section-hero-content .fieldset-label label .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .healthbeat-landing .section-hero-content .fieldset-label label .brightcove-video:after, .healthbeat-landing .section-hero-content .fieldset-label label .section-location-details .btn-req-appt:after, .section-location-details .healthbeat-landing .section-hero-content .fieldset-label label .btn-req-appt:after,
  .healthbeat-landing .section-hero-content .fieldset-label label .section-location-details .btn-dr-location:after, .section-location-details .healthbeat-landing .section-hero-content .fieldset-label label .btn-dr-location:after, .healthbeat-landing .section-hero-content .fieldset-label label .locations2 .hospital-video a:before, .locations2 .hospital-video .healthbeat-landing .section-hero-content .fieldset-label label a:before, .healthbeat-landing .section-hero-content .fieldset-label label .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .healthbeat-landing .section-hero-content .fieldset-label label .icon-arrow:after, .healthbeat-landing .section-hero-content .fieldset-label label .back-to-top:before, .healthbeat-landing .section-hero-content .fieldset-label label .video-library .video-library-image:before, .video-library .healthbeat-landing .section-hero-content .fieldset-label label .video-library-image:before,
  .healthbeat-category .section-hero-content .fieldset-label label .material-icons,
  .healthbeat-category .section-hero-content .fieldset-label label .icon-request-appointment:before,
  .healthbeat-category .section-hero-content .fieldset-label label .icon-watch-video:before,
  .healthbeat-category .section-hero-content .fieldset-label label .icon-play:before,
  .healthbeat-category .section-hero-content .fieldset-label label .icon-person-location:before,
  .healthbeat-category .section-hero-content .fieldset-label label .icon-details-top:before,
  .healthbeat-category .section-hero-content .fieldset-label label .icon-details-left:before,
  .healthbeat-category .section-hero-content .fieldset-label label .icon-directions:before,
  .healthbeat-category .section-hero-content .fieldset-label label .icon-directions-alt:before,
  .healthbeat-category .section-hero-content .fieldset-label label .icon-send-message:before,
  .healthbeat-category .section-hero-content .fieldset-label label .icon-phone-top:before,
  .healthbeat-category .section-hero-content .fieldset-label label .icon-phone-left:before,
  .healthbeat-category .section-hero-content .fieldset-label label .icon-comment:before,
  .healthbeat-category .section-hero-content .fieldset-label label .icon-cancel-search:before,
  .healthbeat-category .section-hero-content .fieldset-label label .panel-footer .panel-footer-more:before,
  .panel-footer .healthbeat-category .section-hero-content .fieldset-label label .panel-footer-more:before,
  .healthbeat-category .section-hero-content .fieldset-label label .panel-toggle .panel-toggle-trigger:after,
  .panel-toggle .healthbeat-category .section-hero-content .fieldset-label label .panel-toggle-trigger:after,
  .healthbeat-category .section-hero-content .fieldset-label label .video-item figure:before,
  .video-item .healthbeat-category .section-hero-content .fieldset-label label figure:before,
  .healthbeat-category .section-hero-content .fieldset-label label .wistia_embed div[id*="thumbnail"]:before,
  .wistia_embed .healthbeat-category .section-hero-content .fieldset-label label div[id*="thumbnail"]:before,
  .healthbeat-category .section-hero-content .fieldset-label label .card-trigger a:after,
  .card-trigger .healthbeat-category .section-hero-content .fieldset-label label a:after,
  .healthbeat-category .section-hero-content .fieldset-label label .card-video .card-image:before,
  .card-video .healthbeat-category .section-hero-content .fieldset-label label .card-image:before,
  .healthbeat-category .section-hero-content .fieldset-label label .card-content-figure figure.video a:before,
  .card-content-figure figure.video .healthbeat-category .section-hero-content .fieldset-label label a:before,
  .healthbeat-category .section-hero-content .fieldset-label label .bootstrap-tagsinput .tag [data-role="remove"]:after,
  .bootstrap-tagsinput .tag .healthbeat-category .section-hero-content .fieldset-label label [data-role="remove"]:after,
  .healthbeat-category .section-hero-content .fieldset-label label .section-doctor-details .doctor-actions .brightcove-video:after,
  .section-doctor-details .doctor-actions .healthbeat-category .section-hero-content .fieldset-label label .brightcove-video:after,
  .healthbeat-category .section-hero-content .fieldset-label label .section-location-details .btn-req-appt:after,
  .section-location-details .healthbeat-category .section-hero-content .fieldset-label label .btn-req-appt:after,
  .healthbeat-category .section-hero-content .fieldset-label label .section-location-details .btn-dr-location:after,
  .section-location-details .healthbeat-category .section-hero-content .fieldset-label label .btn-dr-location:after,
  .healthbeat-category .section-hero-content .fieldset-label label .locations2 .hospital-video a:before,
  .locations2 .hospital-video .healthbeat-category .section-hero-content .fieldset-label label a:before,
  .healthbeat-category .section-hero-content .fieldset-label label .locations-landing .filters-toggle .filter-item .icon-arrow:after,
  .locations-landing .filters-toggle .filter-item .healthbeat-category .section-hero-content .fieldset-label label .icon-arrow:after,
  .healthbeat-category .section-hero-content .fieldset-label label .back-to-top:before,
  .healthbeat-category .section-hero-content .fieldset-label label .video-library .video-library-image:before,
  .video-library .healthbeat-category .section-hero-content .fieldset-label label .video-library-image:before,
  .healthbeat-article .section-hero-content .fieldset-label label .material-icons,
  .healthbeat-article .section-hero-content .fieldset-label label .icon-request-appointment:before,
  .healthbeat-article .section-hero-content .fieldset-label label .icon-watch-video:before,
  .healthbeat-article .section-hero-content .fieldset-label label .icon-play:before,
  .healthbeat-article .section-hero-content .fieldset-label label .icon-person-location:before,
  .healthbeat-article .section-hero-content .fieldset-label label .icon-details-top:before,
  .healthbeat-article .section-hero-content .fieldset-label label .icon-details-left:before,
  .healthbeat-article .section-hero-content .fieldset-label label .icon-directions:before,
  .healthbeat-article .section-hero-content .fieldset-label label .icon-directions-alt:before,
  .healthbeat-article .section-hero-content .fieldset-label label .icon-send-message:before,
  .healthbeat-article .section-hero-content .fieldset-label label .icon-phone-top:before,
  .healthbeat-article .section-hero-content .fieldset-label label .icon-phone-left:before,
  .healthbeat-article .section-hero-content .fieldset-label label .icon-comment:before,
  .healthbeat-article .section-hero-content .fieldset-label label .icon-cancel-search:before,
  .healthbeat-article .section-hero-content .fieldset-label label .panel-footer .panel-footer-more:before,
  .panel-footer .healthbeat-article .section-hero-content .fieldset-label label .panel-footer-more:before,
  .healthbeat-article .section-hero-content .fieldset-label label .panel-toggle .panel-toggle-trigger:after,
  .panel-toggle .healthbeat-article .section-hero-content .fieldset-label label .panel-toggle-trigger:after,
  .healthbeat-article .section-hero-content .fieldset-label label .video-item figure:before,
  .video-item .healthbeat-article .section-hero-content .fieldset-label label figure:before,
  .healthbeat-article .section-hero-content .fieldset-label label .wistia_embed div[id*="thumbnail"]:before,
  .wistia_embed .healthbeat-article .section-hero-content .fieldset-label label div[id*="thumbnail"]:before,
  .healthbeat-article .section-hero-content .fieldset-label label .card-trigger a:after,
  .card-trigger .healthbeat-article .section-hero-content .fieldset-label label a:after,
  .healthbeat-article .section-hero-content .fieldset-label label .card-video .card-image:before,
  .card-video .healthbeat-article .section-hero-content .fieldset-label label .card-image:before,
  .healthbeat-article .section-hero-content .fieldset-label label .card-content-figure figure.video a:before,
  .card-content-figure figure.video .healthbeat-article .section-hero-content .fieldset-label label a:before,
  .healthbeat-article .section-hero-content .fieldset-label label .bootstrap-tagsinput .tag [data-role="remove"]:after,
  .bootstrap-tagsinput .tag .healthbeat-article .section-hero-content .fieldset-label label [data-role="remove"]:after,
  .healthbeat-article .section-hero-content .fieldset-label label .section-doctor-details .doctor-actions .brightcove-video:after,
  .section-doctor-details .doctor-actions .healthbeat-article .section-hero-content .fieldset-label label .brightcove-video:after,
  .healthbeat-article .section-hero-content .fieldset-label label .section-location-details .btn-req-appt:after,
  .section-location-details .healthbeat-article .section-hero-content .fieldset-label label .btn-req-appt:after,
  .healthbeat-article .section-hero-content .fieldset-label label .section-location-details .btn-dr-location:after,
  .section-location-details .healthbeat-article .section-hero-content .fieldset-label label .btn-dr-location:after,
  .healthbeat-article .section-hero-content .fieldset-label label .locations2 .hospital-video a:before,
  .locations2 .hospital-video .healthbeat-article .section-hero-content .fieldset-label label a:before,
  .healthbeat-article .section-hero-content .fieldset-label label .locations-landing .filters-toggle .filter-item .icon-arrow:after,
  .locations-landing .filters-toggle .filter-item .healthbeat-article .section-hero-content .fieldset-label label .icon-arrow:after,
  .healthbeat-article .section-hero-content .fieldset-label label .back-to-top:before,
  .healthbeat-article .section-hero-content .fieldset-label label .video-library .video-library-image:before,
  .video-library .healthbeat-article .section-hero-content .fieldset-label label .video-library-image:before {
    font-size: 45px;
    width: 50px;
    height: 45px;
    color: #7f8283; }
  .healthbeat-landing .section-hero-content .fieldset-label label .flex-item, .healthbeat-landing .section-hero-content .fieldset-label label .la-ball-clip-rotate > div, .healthbeat-landing .section-hero-content .fieldset-label label .section-locations .locations-container .locations-item, .section-locations .locations-container .healthbeat-landing .section-hero-content .fieldset-label label .locations-item,
  .healthbeat-category .section-hero-content .fieldset-label label .flex-item,
  .healthbeat-category .section-hero-content .fieldset-label label .la-ball-clip-rotate > div,
  .healthbeat-category .section-hero-content .fieldset-label label .section-locations .locations-container .locations-item,
  .section-locations .locations-container .healthbeat-category .section-hero-content .fieldset-label label .locations-item,
  .healthbeat-article .section-hero-content .fieldset-label label .flex-item,
  .healthbeat-article .section-hero-content .fieldset-label label .la-ball-clip-rotate > div,
  .healthbeat-article .section-hero-content .fieldset-label label .section-locations .locations-container .locations-item,
  .section-locations .locations-container .healthbeat-article .section-hero-content .fieldset-label label .locations-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: 4px; }
  @media only screen and (min-width: 768px) and (max-width: 1150px) {
    .healthbeat-landing .section-hero-content .fieldset-label label,
    .healthbeat-category .section-hero-content .fieldset-label label,
    .healthbeat-article .section-hero-content .fieldset-label label {
      font-size: 14px; }
      .healthbeat-landing .section-hero-content .fieldset-label label .material-icons, .healthbeat-landing .section-hero-content .fieldset-label label .icon-request-appointment:before, .healthbeat-landing .section-hero-content .fieldset-label label .icon-watch-video:before, .healthbeat-landing .section-hero-content .fieldset-label label .icon-play:before, .healthbeat-landing .section-hero-content .fieldset-label label .icon-person-location:before, .healthbeat-landing .section-hero-content .fieldset-label label .icon-details-top:before, .healthbeat-landing .section-hero-content .fieldset-label label .icon-details-left:before, .healthbeat-landing .section-hero-content .fieldset-label label .icon-directions:before, .healthbeat-landing .section-hero-content .fieldset-label label .icon-directions-alt:before, .healthbeat-landing .section-hero-content .fieldset-label label .icon-send-message:before, .healthbeat-landing .section-hero-content .fieldset-label label .icon-phone-top:before, .healthbeat-landing .section-hero-content .fieldset-label label .icon-phone-left:before, .healthbeat-landing .section-hero-content .fieldset-label label .icon-comment:before, .healthbeat-landing .section-hero-content .fieldset-label label .icon-cancel-search:before, .healthbeat-landing .section-hero-content .fieldset-label label .panel-footer .panel-footer-more:before, .panel-footer .healthbeat-landing .section-hero-content .fieldset-label label .panel-footer-more:before, .healthbeat-landing .section-hero-content .fieldset-label label .panel-toggle .panel-toggle-trigger:after, .panel-toggle .healthbeat-landing .section-hero-content .fieldset-label label .panel-toggle-trigger:after, .healthbeat-landing .section-hero-content .fieldset-label label .video-item figure:before, .video-item .healthbeat-landing .section-hero-content .fieldset-label label figure:before, .healthbeat-landing .section-hero-content .fieldset-label label .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .healthbeat-landing .section-hero-content .fieldset-label label div[id*="thumbnail"]:before, .healthbeat-landing .section-hero-content .fieldset-label label .card-trigger a:after, .card-trigger .healthbeat-landing .section-hero-content .fieldset-label label a:after, .healthbeat-landing .section-hero-content .fieldset-label label .card-video .card-image:before, .card-video .healthbeat-landing .section-hero-content .fieldset-label label .card-image:before, .healthbeat-landing .section-hero-content .fieldset-label label .card-content-figure figure.video a:before, .card-content-figure figure.video .healthbeat-landing .section-hero-content .fieldset-label label a:before, .healthbeat-landing .section-hero-content .fieldset-label label .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .healthbeat-landing .section-hero-content .fieldset-label label [data-role="remove"]:after, .healthbeat-landing .section-hero-content .fieldset-label label .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .healthbeat-landing .section-hero-content .fieldset-label label .brightcove-video:after, .healthbeat-landing .section-hero-content .fieldset-label label .section-location-details .btn-req-appt:after, .section-location-details .healthbeat-landing .section-hero-content .fieldset-label label .btn-req-appt:after,
      .healthbeat-landing .section-hero-content .fieldset-label label .section-location-details .btn-dr-location:after, .section-location-details .healthbeat-landing .section-hero-content .fieldset-label label .btn-dr-location:after, .healthbeat-landing .section-hero-content .fieldset-label label .locations2 .hospital-video a:before, .locations2 .hospital-video .healthbeat-landing .section-hero-content .fieldset-label label a:before, .healthbeat-landing .section-hero-content .fieldset-label label .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .healthbeat-landing .section-hero-content .fieldset-label label .icon-arrow:after, .healthbeat-landing .section-hero-content .fieldset-label label .back-to-top:before, .healthbeat-landing .section-hero-content .fieldset-label label .video-library .video-library-image:before, .video-library .healthbeat-landing .section-hero-content .fieldset-label label .video-library-image:before,
      .healthbeat-category .section-hero-content .fieldset-label label .material-icons,
      .healthbeat-category .section-hero-content .fieldset-label label .icon-request-appointment:before,
      .healthbeat-category .section-hero-content .fieldset-label label .icon-watch-video:before,
      .healthbeat-category .section-hero-content .fieldset-label label .icon-play:before,
      .healthbeat-category .section-hero-content .fieldset-label label .icon-person-location:before,
      .healthbeat-category .section-hero-content .fieldset-label label .icon-details-top:before,
      .healthbeat-category .section-hero-content .fieldset-label label .icon-details-left:before,
      .healthbeat-category .section-hero-content .fieldset-label label .icon-directions:before,
      .healthbeat-category .section-hero-content .fieldset-label label .icon-directions-alt:before,
      .healthbeat-category .section-hero-content .fieldset-label label .icon-send-message:before,
      .healthbeat-category .section-hero-content .fieldset-label label .icon-phone-top:before,
      .healthbeat-category .section-hero-content .fieldset-label label .icon-phone-left:before,
      .healthbeat-category .section-hero-content .fieldset-label label .icon-comment:before,
      .healthbeat-category .section-hero-content .fieldset-label label .icon-cancel-search:before,
      .healthbeat-category .section-hero-content .fieldset-label label .panel-footer .panel-footer-more:before,
      .panel-footer .healthbeat-category .section-hero-content .fieldset-label label .panel-footer-more:before,
      .healthbeat-category .section-hero-content .fieldset-label label .panel-toggle .panel-toggle-trigger:after,
      .panel-toggle .healthbeat-category .section-hero-content .fieldset-label label .panel-toggle-trigger:after,
      .healthbeat-category .section-hero-content .fieldset-label label .video-item figure:before,
      .video-item .healthbeat-category .section-hero-content .fieldset-label label figure:before,
      .healthbeat-category .section-hero-content .fieldset-label label .wistia_embed div[id*="thumbnail"]:before,
      .wistia_embed .healthbeat-category .section-hero-content .fieldset-label label div[id*="thumbnail"]:before,
      .healthbeat-category .section-hero-content .fieldset-label label .card-trigger a:after,
      .card-trigger .healthbeat-category .section-hero-content .fieldset-label label a:after,
      .healthbeat-category .section-hero-content .fieldset-label label .card-video .card-image:before,
      .card-video .healthbeat-category .section-hero-content .fieldset-label label .card-image:before,
      .healthbeat-category .section-hero-content .fieldset-label label .card-content-figure figure.video a:before,
      .card-content-figure figure.video .healthbeat-category .section-hero-content .fieldset-label label a:before,
      .healthbeat-category .section-hero-content .fieldset-label label .bootstrap-tagsinput .tag [data-role="remove"]:after,
      .bootstrap-tagsinput .tag .healthbeat-category .section-hero-content .fieldset-label label [data-role="remove"]:after,
      .healthbeat-category .section-hero-content .fieldset-label label .section-doctor-details .doctor-actions .brightcove-video:after,
      .section-doctor-details .doctor-actions .healthbeat-category .section-hero-content .fieldset-label label .brightcove-video:after,
      .healthbeat-category .section-hero-content .fieldset-label label .section-location-details .btn-req-appt:after,
      .section-location-details .healthbeat-category .section-hero-content .fieldset-label label .btn-req-appt:after,
      .healthbeat-category .section-hero-content .fieldset-label label .section-location-details .btn-dr-location:after,
      .section-location-details .healthbeat-category .section-hero-content .fieldset-label label .btn-dr-location:after,
      .healthbeat-category .section-hero-content .fieldset-label label .locations2 .hospital-video a:before,
      .locations2 .hospital-video .healthbeat-category .section-hero-content .fieldset-label label a:before,
      .healthbeat-category .section-hero-content .fieldset-label label .locations-landing .filters-toggle .filter-item .icon-arrow:after,
      .locations-landing .filters-toggle .filter-item .healthbeat-category .section-hero-content .fieldset-label label .icon-arrow:after,
      .healthbeat-category .section-hero-content .fieldset-label label .back-to-top:before,
      .healthbeat-category .section-hero-content .fieldset-label label .video-library .video-library-image:before,
      .video-library .healthbeat-category .section-hero-content .fieldset-label label .video-library-image:before,
      .healthbeat-article .section-hero-content .fieldset-label label .material-icons,
      .healthbeat-article .section-hero-content .fieldset-label label .icon-request-appointment:before,
      .healthbeat-article .section-hero-content .fieldset-label label .icon-watch-video:before,
      .healthbeat-article .section-hero-content .fieldset-label label .icon-play:before,
      .healthbeat-article .section-hero-content .fieldset-label label .icon-person-location:before,
      .healthbeat-article .section-hero-content .fieldset-label label .icon-details-top:before,
      .healthbeat-article .section-hero-content .fieldset-label label .icon-details-left:before,
      .healthbeat-article .section-hero-content .fieldset-label label .icon-directions:before,
      .healthbeat-article .section-hero-content .fieldset-label label .icon-directions-alt:before,
      .healthbeat-article .section-hero-content .fieldset-label label .icon-send-message:before,
      .healthbeat-article .section-hero-content .fieldset-label label .icon-phone-top:before,
      .healthbeat-article .section-hero-content .fieldset-label label .icon-phone-left:before,
      .healthbeat-article .section-hero-content .fieldset-label label .icon-comment:before,
      .healthbeat-article .section-hero-content .fieldset-label label .icon-cancel-search:before,
      .healthbeat-article .section-hero-content .fieldset-label label .panel-footer .panel-footer-more:before,
      .panel-footer .healthbeat-article .section-hero-content .fieldset-label label .panel-footer-more:before,
      .healthbeat-article .section-hero-content .fieldset-label label .panel-toggle .panel-toggle-trigger:after,
      .panel-toggle .healthbeat-article .section-hero-content .fieldset-label label .panel-toggle-trigger:after,
      .healthbeat-article .section-hero-content .fieldset-label label .video-item figure:before,
      .video-item .healthbeat-article .section-hero-content .fieldset-label label figure:before,
      .healthbeat-article .section-hero-content .fieldset-label label .wistia_embed div[id*="thumbnail"]:before,
      .wistia_embed .healthbeat-article .section-hero-content .fieldset-label label div[id*="thumbnail"]:before,
      .healthbeat-article .section-hero-content .fieldset-label label .card-trigger a:after,
      .card-trigger .healthbeat-article .section-hero-content .fieldset-label label a:after,
      .healthbeat-article .section-hero-content .fieldset-label label .card-video .card-image:before,
      .card-video .healthbeat-article .section-hero-content .fieldset-label label .card-image:before,
      .healthbeat-article .section-hero-content .fieldset-label label .card-content-figure figure.video a:before,
      .card-content-figure figure.video .healthbeat-article .section-hero-content .fieldset-label label a:before,
      .healthbeat-article .section-hero-content .fieldset-label label .bootstrap-tagsinput .tag [data-role="remove"]:after,
      .bootstrap-tagsinput .tag .healthbeat-article .section-hero-content .fieldset-label label [data-role="remove"]:after,
      .healthbeat-article .section-hero-content .fieldset-label label .section-doctor-details .doctor-actions .brightcove-video:after,
      .section-doctor-details .doctor-actions .healthbeat-article .section-hero-content .fieldset-label label .brightcove-video:after,
      .healthbeat-article .section-hero-content .fieldset-label label .section-location-details .btn-req-appt:after,
      .section-location-details .healthbeat-article .section-hero-content .fieldset-label label .btn-req-appt:after,
      .healthbeat-article .section-hero-content .fieldset-label label .section-location-details .btn-dr-location:after,
      .section-location-details .healthbeat-article .section-hero-content .fieldset-label label .btn-dr-location:after,
      .healthbeat-article .section-hero-content .fieldset-label label .locations2 .hospital-video a:before,
      .locations2 .hospital-video .healthbeat-article .section-hero-content .fieldset-label label a:before,
      .healthbeat-article .section-hero-content .fieldset-label label .locations-landing .filters-toggle .filter-item .icon-arrow:after,
      .locations-landing .filters-toggle .filter-item .healthbeat-article .section-hero-content .fieldset-label label .icon-arrow:after,
      .healthbeat-article .section-hero-content .fieldset-label label .back-to-top:before,
      .healthbeat-article .section-hero-content .fieldset-label label .video-library .video-library-image:before,
      .video-library .healthbeat-article .section-hero-content .fieldset-label label .video-library-image:before {
        font-size: 35px;
        width: 40px;
        height: 35px; } }

.healthbeat-landing .section-hero-content .field-validation-error,
.healthbeat-category .section-hero-content .field-validation-error,
.healthbeat-article .section-hero-content .field-validation-error {
  bottom: 66%; }

@media only screen and (max-width: 767px) {
  .healthbeat-landing .section-overview .large,
  .healthbeat-category .section-overview .large,
  .healthbeat-article .section-overview .large {
    font-size: 14px; }
  .healthbeat-landing .col-padding-lg,
  .healthbeat-category .col-padding-lg,
  .healthbeat-article .col-padding-lg {
    padding-left: 8px;
    padding-right: 8px; } }

.healthbeat-landing .featured-article-section,
.healthbeat-category .featured-article-section,
.healthbeat-article .featured-article-section {
  background: #fff; }

.healthbeat-landing .blog-featured-article img,
.healthbeat-category .blog-featured-article img,
.healthbeat-article .blog-featured-article img {
  display: block;
  width: 100%; }

.healthbeat-landing .blog-featured-article .blog-featured-description,
.healthbeat-category .blog-featured-article .blog-featured-description,
.healthbeat-article .blog-featured-article .blog-featured-description {
  margin-bottom: 24px;
  line-height: 1.4; }
  @media only screen and (max-width: 767px) {
    .healthbeat-landing .blog-featured-article .blog-featured-description,
    .healthbeat-category .blog-featured-article .blog-featured-description,
    .healthbeat-article .blog-featured-article .blog-featured-description {
      font-size: 16px;
      margin: 0; } }

.healthbeat-landing .blog-featured-article .more-link-featured,
.healthbeat-category .blog-featured-article .more-link-featured,
.healthbeat-article .blog-featured-article .more-link-featured {
  display: inline-block;
  margin-bottom: 24px; }
  .healthbeat-landing .blog-featured-article .more-link-featured .more-link-text,
  .healthbeat-category .blog-featured-article .more-link-featured .more-link-text,
  .healthbeat-article .blog-featured-article .more-link-featured .more-link-text {
    padding: 0; }
  @media only screen and (max-width: 767px) {
    .healthbeat-landing .blog-featured-article .more-link-featured,
    .healthbeat-category .blog-featured-article .more-link-featured,
    .healthbeat-article .blog-featured-article .more-link-featured {
      display: block;
      color: #fff;
      background: #00778a;
      padding: .75em 1.5em;
      text-align: center;
      border: 1px solid #0000;
      border-radius: 2px;
      -webkit-transition: all .25s;
      transition: all .25s;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      margin: 24px; } }

.healthbeat-landing .btn-load-more,
.healthbeat-category .btn-load-more,
.healthbeat-article .btn-load-more {
  background: transparent; }
  .healthbeat-landing .btn-load-more:hover,
  .healthbeat-category .btn-load-more:hover,
  .healthbeat-article .btn-load-more:hover {
    background: #0098b0; }

@media only screen and (max-width: 1024px) {
  .healthbeat-landing .page-nav,
  .healthbeat-category .page-nav,
  .healthbeat-article .page-nav {
    position: fixed;
    top: 55px;
    left: 0;
    z-index: 3;
    overflow: hidden;
    padding: 16px 16px 10px 16px; }
    .healthbeat-landing .page-nav .col, .healthbeat-landing .page-nav .list-stacked dt, .list-stacked .healthbeat-landing .page-nav dt, .healthbeat-landing .page-nav .list-stacked dd, .list-stacked .healthbeat-landing .page-nav dd,
    .healthbeat-category .page-nav .col,
    .healthbeat-category .page-nav .list-stacked dt,
    .list-stacked .healthbeat-category .page-nav dt,
    .healthbeat-category .page-nav .list-stacked dd,
    .list-stacked .healthbeat-category .page-nav dd,
    .healthbeat-article .page-nav .col,
    .healthbeat-article .page-nav .list-stacked dt,
    .list-stacked .healthbeat-article .page-nav dt,
    .healthbeat-article .page-nav .list-stacked dd,
    .list-stacked .healthbeat-article .page-nav dd {
      padding: 0; } }

@media only screen and (max-width: 1024px) {
  .healthbeat-landing.site-notification-visible .site-notification-base,
  .healthbeat-category.site-notification-visible .site-notification-base,
  .healthbeat-article.site-notification-visible .site-notification-base {
    z-index: 1; } }

.group-cards.hub-cards .card.card-general {
  width: 100%; }
  @media only screen and (min-width: 480px) {
    .group-cards.hub-cards .card.card-general {
      width: 50%; } }
  @media only screen and (min-width: 768px) {
    .group-cards.hub-cards .card.card-general {
      width: 33.33%; } }
  .group-cards.hub-cards .card.card-general .card-flex {
    padding: 0;
    background-color: #FFFFFF; }
  .group-cards.hub-cards .card.card-general .card-image {
    padding: 0;
    margin: 0;
    line-height: 0; }
    .group-cards.hub-cards .card.card-general .card-image img {
      width: 100%; }
  .group-cards.hub-cards .card.card-general .card-hidden-link:hover .card-title {
    text-decoration: underline; }
  .group-cards.hub-cards .card.card-general .card-title {
    font-size: 1.25rem;
    margin: 0; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .group-cards.hub-cards .card.card-general .card-title {
        font-size: 1rem; } }
  .group-cards.hub-cards .card.card-general .img-wrapper-hub {
    background: #514689; }

.landing-components .card h4,
.landing-components .card h3,
.landing-components .card .card-title,
.landing-components .card .panel-title,
.landing-components .card-wide h4,
.landing-components .card-wide h3,
.landing-components .card-wide .card-title,
.landing-components .card-wide .panel-title {
  font-size: 20px;
  margin-bottom: .8em; }

.landing-components .card .list-unstyled li,
.landing-components .card-wide .list-unstyled li {
  margin: 0 0 5px;
  line-height: 1.6; }
  .landing-components .card .list-unstyled li a,
  .landing-components .card-wide .list-unstyled li a {
    text-decoration: underline;
    margin: 0; }

@media only screen and (max-width: 767px) {
  .landing-components .card .col, .landing-components .card .list-stacked dt, .list-stacked .landing-components .card dt, .landing-components .card .list-stacked dd, .list-stacked .landing-components .card dd,
  .landing-components .card-wide .col,
  .landing-components .card-wide .list-stacked dt,
  .list-stacked .landing-components .card-wide dt,
  .landing-components .card-wide .list-stacked dd,
  .list-stacked .landing-components .card-wide dd {
    margin: 0; } }

.article-multi {
  line-height: 1.3;
  margin: 5px 0; }
  .article-multi .article-title {
    padding-left: 0; }

.article-detail {
  position: relative; }
  .article-detail .link-unstyled {
    text-decoration: none; }
    .article-detail .link-unstyled:hover {
      text-decoration: underline; }
  .article-detail .article-image {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .article-detail .article-image {
        position: absolute;
        top: 0;
        left: 0; }
        .article-detail .article-image:after {
          position: absolute;
          top: 0;
          left: 0;
          content: "";
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.3); } }
    .article-detail .article-image img {
      display: block;
      width: 100%;
      max-width: none; }
  .article-detail .article-header {
    padding: 16px 24px 0 24px; }
    @media only screen and (min-width: 768px) {
      .article-detail .article-header {
        padding: 12% 24px;
        text-align: center; }
        .article-detail .article-header * {
          color: #fff; }
        .article-detail .article-header .link-unstyled {
          text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.75); }
        .article-detail .article-header .page-title {
          text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.75); } }
    .article-detail .article-header .page-title {
      font-size: 1.5rem;
      margin-bottom: 10px; }
      @media only screen and (min-width: 1024px) {
        .article-detail .article-header .page-title {
          font-size: 2.5rem;
          margin: 5px 0 24px 0; } }
    @media only screen and (max-width: 767px) {
      .article-detail .article-header .social-share {
        margin: 0; } }
    .article-detail .article-header .social-share .addthis_toolbox .addthis-buttons {
      width: auto; }
    .article-detail .article-header .social-share .addthis_toolbox .social-share-title {
      text-transform: uppercase; }
      .article-detail .article-header .social-share .addthis_toolbox .social-share-title:after {
        content: ":"; }
      @media only screen and (min-width: 768px) {
        .article-detail .article-header .social-share .addthis_toolbox .social-share-title {
          display: none; } }
    .article-detail .article-header .social-share .addthis_toolbox a {
      display: inline-block; }
      @media only screen and (min-width: 768px) {
        .article-detail .article-header .social-share .addthis_toolbox a {
          width: 45px;
          height: 45px;
          margin: 0 10px;
          border: 2px solid #fff;
          border-radius: 50%;
          padding: 8px; }
          .article-detail .article-header .social-share .addthis_toolbox a.addthis_button_email:hover, .article-detail .article-header .social-share .addthis_toolbox a.addthis_button_print:hover {
            border-color: #7f8283; }
            .article-detail .article-header .social-share .addthis_toolbox a.addthis_button_email:hover .fa, .article-detail .article-header .social-share .addthis_toolbox a.addthis_button_email:hover .fab, .article-detail .article-header .social-share .addthis_toolbox a.addthis_button_email:hover .far, .article-detail .article-header .social-share .addthis_toolbox a.addthis_button_email:hover .fas, .article-detail .article-header .social-share .addthis_toolbox a.addthis_button_print:hover .fa, .article-detail .article-header .social-share .addthis_toolbox a.addthis_button_print:hover .fab, .article-detail .article-header .social-share .addthis_toolbox a.addthis_button_print:hover .far, .article-detail .article-header .social-share .addthis_toolbox a.addthis_button_print:hover .fas {
              color: #7f8283; }
          .article-detail .article-header .social-share .addthis_toolbox a.addthis_button_facebook:hover {
            border-color: #3b5999; }
          .article-detail .article-header .social-share .addthis_toolbox a.addthis_button_twitter:hover {
            border-color: #55acef; } }
    @media only screen and (max-width: 767px) {
      .article-detail .article-header .social-share .addthis_toolbox .social-share-title,
      .article-detail .article-header .social-share .addthis_toolbox .fa, .article-detail .article-header .social-share .addthis_toolbox .fab, .article-detail .article-header .social-share .addthis_toolbox .far, .article-detail .article-header .social-share .addthis_toolbox .fas {
        color: #7f8283; } }
    .article-detail .article-header .social-share .addthis_toolbox .fa, .article-detail .article-header .social-share .addthis_toolbox .fab, .article-detail .article-header .social-share .addthis_toolbox .far, .article-detail .article-header .social-share .addthis_toolbox .fas {
      font-size: 18px;
      line-height: 18px; }
      @media only screen and (min-width: 768px) {
        .article-detail .article-header .social-share .addthis_toolbox .fa, .article-detail .article-header .social-share .addthis_toolbox .fab, .article-detail .article-header .social-share .addthis_toolbox .far, .article-detail .article-header .social-share .addthis_toolbox .fas {
          font-size: 24px;
          line-height: 24px; } }
  .article-detail .article-body .lg-9 .panel,
  .article-detail .article-body .lg-12 .panel {
    background-color: #f5f5f5; }
    @media only screen and (min-width: 768px) {
      .article-detail .article-body .lg-9 .panel,
      .article-detail .article-body .lg-12 .panel {
        min-height: 350px; } }
    @media only screen and (min-width: 1025px) {
      .article-detail .article-body .lg-9 .panel,
      .article-detail .article-body .lg-12 .panel {
        padding: 36px 72px; } }
    @media only screen and (min-width: 1441px) {
      .article-detail .article-body .lg-9 .panel,
      .article-detail .article-body .lg-12 .panel {
        min-height: 550px; } }
  @media only screen and (max-width: 767px) {
    .article-detail .article-body .lg-9 .quote-twitter,
    .article-detail .article-body .lg-12 .quote-twitter {
      margin-bottom: 24px; } }
  .article-detail .article-body .lg-9 .quote-twitter blockquote,
  .article-detail .article-body .lg-12 .quote-twitter blockquote {
    margin: 0;
    font-family: Droid Serif, "Times New Roman", Times, serif;
    font-style: italic; }
    .article-detail .article-body .lg-9 .quote-twitter blockquote:before,
    .article-detail .article-body .lg-12 .quote-twitter blockquote:before {
      position: relative;
      top: 41px;
      font-size: 79px; }
    @media only screen and (min-width: 768px) {
      .article-detail .article-body .lg-9 .quote-twitter blockquote,
      .article-detail .article-body .lg-12 .quote-twitter blockquote {
        display: inline-block;
        margin-right: 20px;
        margin-left: 40px;
        font-size: 17px; }
        .article-detail .article-body .lg-9 .quote-twitter blockquote:before,
        .article-detail .article-body .lg-12 .quote-twitter blockquote:before {
          position: relative;
          left: -46px;
          margin-right: -40px; } }
    @media only screen and (min-width: 1025px) {
      .article-detail .article-body .lg-9 .quote-twitter blockquote,
      .article-detail .article-body .lg-12 .quote-twitter blockquote {
        font-size: 20px;
        margin-left: 50px; }
        .article-detail .article-body .lg-9 .quote-twitter blockquote:before,
        .article-detail .article-body .lg-12 .quote-twitter blockquote:before {
          left: -54px;
          margin-right: -46px;
          font-size: 92px; } }
    .article-detail .article-body .lg-9 .quote-twitter blockquote a,
    .article-detail .article-body .lg-12 .quote-twitter blockquote a {
      text-decoration: none;
      color: #333; }
      .article-detail .article-body .lg-9 .quote-twitter blockquote a:hover,
      .article-detail .article-body .lg-12 .quote-twitter blockquote a:hover {
        text-decoration: none; }
  .article-detail .article-body .lg-9 .quote-twitter cite,
  .article-detail .article-body .lg-12 .quote-twitter cite {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    font-style: normal; }
    @media only screen and (min-width: 768px) {
      .article-detail .article-body .lg-9 .quote-twitter cite,
      .article-detail .article-body .lg-12 .quote-twitter cite {
        margin-left: 40px; } }
    @media only screen and (min-width: 1025px) {
      .article-detail .article-body .lg-9 .quote-twitter cite,
      .article-detail .article-body .lg-12 .quote-twitter cite {
        margin-left: 50px; } }
  .article-detail .article-body .lg-9 .quote-twitter #twitter-widget-0,
  .article-detail .article-body .lg-12 .quote-twitter #twitter-widget-0 {
    margin-top: 12px; }
    @media only screen and (min-width: 768px) {
      .article-detail .article-body .lg-9 .quote-twitter #twitter-widget-0,
      .article-detail .article-body .lg-12 .quote-twitter #twitter-widget-0 {
        margin-left: 40px; } }
    @media only screen and (min-width: 1025px) {
      .article-detail .article-body .lg-9 .quote-twitter #twitter-widget-0,
      .article-detail .article-body .lg-12 .quote-twitter #twitter-widget-0 {
        margin-left: 50px; } }
  .article-detail .article-body .lg-9 .download-pdf,
  .article-detail .article-body .lg-12 .download-pdf {
    display: block;
    position: relative;
    margin: 24px 0;
    text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .article-detail .article-body .lg-9 .download-pdf,
      .article-detail .article-body .lg-12 .download-pdf {
        margin: 16x 0; } }
    .article-detail .article-body .lg-9 .download-pdf:hover,
    .article-detail .article-body .lg-12 .download-pdf:hover {
      text-decoration: none; }
      .article-detail .article-body .lg-9 .download-pdf:hover .material-icons, .article-detail .article-body .lg-9 .download-pdf:hover .icon-request-appointment:before, .article-detail .article-body .lg-9 .download-pdf:hover .icon-watch-video:before, .article-detail .article-body .lg-9 .download-pdf:hover .icon-play:before, .article-detail .article-body .lg-9 .download-pdf:hover .icon-person-location:before, .article-detail .article-body .lg-9 .download-pdf:hover .icon-details-top:before, .article-detail .article-body .lg-9 .download-pdf:hover .icon-details-left:before, .article-detail .article-body .lg-9 .download-pdf:hover .icon-directions:before, .article-detail .article-body .lg-9 .download-pdf:hover .icon-directions-alt:before, .article-detail .article-body .lg-9 .download-pdf:hover .icon-send-message:before, .article-detail .article-body .lg-9 .download-pdf:hover .icon-phone-top:before, .article-detail .article-body .lg-9 .download-pdf:hover .icon-phone-left:before, .article-detail .article-body .lg-9 .download-pdf:hover .icon-comment:before, .article-detail .article-body .lg-9 .download-pdf:hover .icon-cancel-search:before, .article-detail .article-body .lg-9 .download-pdf:hover .panel-footer .panel-footer-more:before, .panel-footer .article-detail .article-body .lg-9 .download-pdf:hover .panel-footer-more:before, .article-detail .article-body .lg-9 .download-pdf:hover .panel-toggle .panel-toggle-trigger:after, .panel-toggle .article-detail .article-body .lg-9 .download-pdf:hover .panel-toggle-trigger:after, .article-detail .article-body .lg-9 .download-pdf:hover .video-item figure:before, .video-item .article-detail .article-body .lg-9 .download-pdf:hover figure:before, .article-detail .article-body .lg-9 .download-pdf:hover .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .article-detail .article-body .lg-9 .download-pdf:hover div[id*="thumbnail"]:before, .article-detail .article-body .lg-9 .download-pdf:hover .card-trigger a:after, .card-trigger .article-detail .article-body .lg-9 .download-pdf:hover a:after, .article-detail .article-body .lg-9 .download-pdf:hover .card-video .card-image:before, .card-video .article-detail .article-body .lg-9 .download-pdf:hover .card-image:before, .article-detail .article-body .lg-9 .download-pdf:hover .card-content-figure figure.video a:before, .card-content-figure figure.video .article-detail .article-body .lg-9 .download-pdf:hover a:before, .article-detail .article-body .lg-9 .download-pdf:hover .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .article-detail .article-body .lg-9 .download-pdf:hover [data-role="remove"]:after, .article-detail .article-body .lg-9 .download-pdf:hover .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .article-detail .article-body .lg-9 .download-pdf:hover .brightcove-video:after, .article-detail .article-body .lg-9 .download-pdf:hover .section-location-details .btn-req-appt:after, .section-location-details .article-detail .article-body .lg-9 .download-pdf:hover .btn-req-appt:after,
      .article-detail .article-body .lg-9 .download-pdf:hover .section-location-details .btn-dr-location:after, .section-location-details .article-detail .article-body .lg-9 .download-pdf:hover .btn-dr-location:after, .article-detail .article-body .lg-9 .download-pdf:hover .locations2 .hospital-video a:before, .locations2 .hospital-video .article-detail .article-body .lg-9 .download-pdf:hover a:before, .article-detail .article-body .lg-9 .download-pdf:hover .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .article-detail .article-body .lg-9 .download-pdf:hover .icon-arrow:after, .article-detail .article-body .lg-9 .download-pdf:hover .back-to-top:before, .article-detail .article-body .lg-9 .download-pdf:hover .video-library .video-library-image:before, .video-library .article-detail .article-body .lg-9 .download-pdf:hover .video-library-image:before,
      .article-detail .article-body .lg-12 .download-pdf:hover .material-icons,
      .article-detail .article-body .lg-12 .download-pdf:hover .icon-request-appointment:before,
      .article-detail .article-body .lg-12 .download-pdf:hover .icon-watch-video:before,
      .article-detail .article-body .lg-12 .download-pdf:hover .icon-play:before,
      .article-detail .article-body .lg-12 .download-pdf:hover .icon-person-location:before,
      .article-detail .article-body .lg-12 .download-pdf:hover .icon-details-top:before,
      .article-detail .article-body .lg-12 .download-pdf:hover .icon-details-left:before,
      .article-detail .article-body .lg-12 .download-pdf:hover .icon-directions:before,
      .article-detail .article-body .lg-12 .download-pdf:hover .icon-directions-alt:before,
      .article-detail .article-body .lg-12 .download-pdf:hover .icon-send-message:before,
      .article-detail .article-body .lg-12 .download-pdf:hover .icon-phone-top:before,
      .article-detail .article-body .lg-12 .download-pdf:hover .icon-phone-left:before,
      .article-detail .article-body .lg-12 .download-pdf:hover .icon-comment:before,
      .article-detail .article-body .lg-12 .download-pdf:hover .icon-cancel-search:before,
      .article-detail .article-body .lg-12 .download-pdf:hover .panel-footer .panel-footer-more:before,
      .panel-footer .article-detail .article-body .lg-12 .download-pdf:hover .panel-footer-more:before,
      .article-detail .article-body .lg-12 .download-pdf:hover .panel-toggle .panel-toggle-trigger:after,
      .panel-toggle .article-detail .article-body .lg-12 .download-pdf:hover .panel-toggle-trigger:after,
      .article-detail .article-body .lg-12 .download-pdf:hover .video-item figure:before,
      .video-item .article-detail .article-body .lg-12 .download-pdf:hover figure:before,
      .article-detail .article-body .lg-12 .download-pdf:hover .wistia_embed div[id*="thumbnail"]:before,
      .wistia_embed .article-detail .article-body .lg-12 .download-pdf:hover div[id*="thumbnail"]:before,
      .article-detail .article-body .lg-12 .download-pdf:hover .card-trigger a:after,
      .card-trigger .article-detail .article-body .lg-12 .download-pdf:hover a:after,
      .article-detail .article-body .lg-12 .download-pdf:hover .card-video .card-image:before,
      .card-video .article-detail .article-body .lg-12 .download-pdf:hover .card-image:before,
      .article-detail .article-body .lg-12 .download-pdf:hover .card-content-figure figure.video a:before,
      .card-content-figure figure.video .article-detail .article-body .lg-12 .download-pdf:hover a:before,
      .article-detail .article-body .lg-12 .download-pdf:hover .bootstrap-tagsinput .tag [data-role="remove"]:after,
      .bootstrap-tagsinput .tag .article-detail .article-body .lg-12 .download-pdf:hover [data-role="remove"]:after,
      .article-detail .article-body .lg-12 .download-pdf:hover .section-doctor-details .doctor-actions .brightcove-video:after,
      .section-doctor-details .doctor-actions .article-detail .article-body .lg-12 .download-pdf:hover .brightcove-video:after,
      .article-detail .article-body .lg-12 .download-pdf:hover .section-location-details .btn-req-appt:after,
      .section-location-details .article-detail .article-body .lg-12 .download-pdf:hover .btn-req-appt:after,
      .article-detail .article-body .lg-12 .download-pdf:hover .section-location-details .btn-dr-location:after,
      .section-location-details .article-detail .article-body .lg-12 .download-pdf:hover .btn-dr-location:after,
      .article-detail .article-body .lg-12 .download-pdf:hover .locations2 .hospital-video a:before,
      .locations2 .hospital-video .article-detail .article-body .lg-12 .download-pdf:hover a:before,
      .article-detail .article-body .lg-12 .download-pdf:hover .locations-landing .filters-toggle .filter-item .icon-arrow:after,
      .locations-landing .filters-toggle .filter-item .article-detail .article-body .lg-12 .download-pdf:hover .icon-arrow:after,
      .article-detail .article-body .lg-12 .download-pdf:hover .back-to-top:before,
      .article-detail .article-body .lg-12 .download-pdf:hover .video-library .video-library-image:before,
      .video-library .article-detail .article-body .lg-12 .download-pdf:hover .video-library-image:before {
        opacity: .85; }
    .article-detail .article-body .lg-9 .download-pdf .link-text,
    .article-detail .article-body .lg-12 .download-pdf .link-text {
      display: inline-block;
      text-decoration: underline;
      padding: 3px 0 10px 45px; }
    .article-detail .article-body .lg-9 .download-pdf .material-icons, .article-detail .article-body .lg-9 .download-pdf .icon-request-appointment:before, .article-detail .article-body .lg-9 .download-pdf .icon-watch-video:before, .article-detail .article-body .lg-9 .download-pdf .icon-play:before, .article-detail .article-body .lg-9 .download-pdf .icon-person-location:before, .article-detail .article-body .lg-9 .download-pdf .icon-details-top:before, .article-detail .article-body .lg-9 .download-pdf .icon-details-left:before, .article-detail .article-body .lg-9 .download-pdf .icon-directions:before, .article-detail .article-body .lg-9 .download-pdf .icon-directions-alt:before, .article-detail .article-body .lg-9 .download-pdf .icon-send-message:before, .article-detail .article-body .lg-9 .download-pdf .icon-phone-top:before, .article-detail .article-body .lg-9 .download-pdf .icon-phone-left:before, .article-detail .article-body .lg-9 .download-pdf .icon-comment:before, .article-detail .article-body .lg-9 .download-pdf .icon-cancel-search:before, .article-detail .article-body .lg-9 .download-pdf .panel-footer .panel-footer-more:before, .panel-footer .article-detail .article-body .lg-9 .download-pdf .panel-footer-more:before, .article-detail .article-body .lg-9 .download-pdf .panel-toggle .panel-toggle-trigger:after, .panel-toggle .article-detail .article-body .lg-9 .download-pdf .panel-toggle-trigger:after, .article-detail .article-body .lg-9 .download-pdf .video-item figure:before, .video-item .article-detail .article-body .lg-9 .download-pdf figure:before, .article-detail .article-body .lg-9 .download-pdf .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .article-detail .article-body .lg-9 .download-pdf div[id*="thumbnail"]:before, .article-detail .article-body .lg-9 .download-pdf .card-trigger a:after, .card-trigger .article-detail .article-body .lg-9 .download-pdf a:after, .article-detail .article-body .lg-9 .download-pdf .card-video .card-image:before, .card-video .article-detail .article-body .lg-9 .download-pdf .card-image:before, .article-detail .article-body .lg-9 .download-pdf .card-content-figure figure.video a:before, .card-content-figure figure.video .article-detail .article-body .lg-9 .download-pdf a:before, .article-detail .article-body .lg-9 .download-pdf .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .article-detail .article-body .lg-9 .download-pdf [data-role="remove"]:after, .article-detail .article-body .lg-9 .download-pdf .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .article-detail .article-body .lg-9 .download-pdf .brightcove-video:after, .article-detail .article-body .lg-9 .download-pdf .section-location-details .btn-req-appt:after, .section-location-details .article-detail .article-body .lg-9 .download-pdf .btn-req-appt:after,
    .article-detail .article-body .lg-9 .download-pdf .section-location-details .btn-dr-location:after, .section-location-details .article-detail .article-body .lg-9 .download-pdf .btn-dr-location:after, .article-detail .article-body .lg-9 .download-pdf .locations2 .hospital-video a:before, .locations2 .hospital-video .article-detail .article-body .lg-9 .download-pdf a:before, .article-detail .article-body .lg-9 .download-pdf .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .article-detail .article-body .lg-9 .download-pdf .icon-arrow:after, .article-detail .article-body .lg-9 .download-pdf .back-to-top:before, .article-detail .article-body .lg-9 .download-pdf .video-library .video-library-image:before, .video-library .article-detail .article-body .lg-9 .download-pdf .video-library-image:before,
    .article-detail .article-body .lg-12 .download-pdf .material-icons,
    .article-detail .article-body .lg-12 .download-pdf .icon-request-appointment:before,
    .article-detail .article-body .lg-12 .download-pdf .icon-watch-video:before,
    .article-detail .article-body .lg-12 .download-pdf .icon-play:before,
    .article-detail .article-body .lg-12 .download-pdf .icon-person-location:before,
    .article-detail .article-body .lg-12 .download-pdf .icon-details-top:before,
    .article-detail .article-body .lg-12 .download-pdf .icon-details-left:before,
    .article-detail .article-body .lg-12 .download-pdf .icon-directions:before,
    .article-detail .article-body .lg-12 .download-pdf .icon-directions-alt:before,
    .article-detail .article-body .lg-12 .download-pdf .icon-send-message:before,
    .article-detail .article-body .lg-12 .download-pdf .icon-phone-top:before,
    .article-detail .article-body .lg-12 .download-pdf .icon-phone-left:before,
    .article-detail .article-body .lg-12 .download-pdf .icon-comment:before,
    .article-detail .article-body .lg-12 .download-pdf .icon-cancel-search:before,
    .article-detail .article-body .lg-12 .download-pdf .panel-footer .panel-footer-more:before,
    .panel-footer .article-detail .article-body .lg-12 .download-pdf .panel-footer-more:before,
    .article-detail .article-body .lg-12 .download-pdf .panel-toggle .panel-toggle-trigger:after,
    .panel-toggle .article-detail .article-body .lg-12 .download-pdf .panel-toggle-trigger:after,
    .article-detail .article-body .lg-12 .download-pdf .video-item figure:before,
    .video-item .article-detail .article-body .lg-12 .download-pdf figure:before,
    .article-detail .article-body .lg-12 .download-pdf .wistia_embed div[id*="thumbnail"]:before,
    .wistia_embed .article-detail .article-body .lg-12 .download-pdf div[id*="thumbnail"]:before,
    .article-detail .article-body .lg-12 .download-pdf .card-trigger a:after,
    .card-trigger .article-detail .article-body .lg-12 .download-pdf a:after,
    .article-detail .article-body .lg-12 .download-pdf .card-video .card-image:before,
    .card-video .article-detail .article-body .lg-12 .download-pdf .card-image:before,
    .article-detail .article-body .lg-12 .download-pdf .card-content-figure figure.video a:before,
    .card-content-figure figure.video .article-detail .article-body .lg-12 .download-pdf a:before,
    .article-detail .article-body .lg-12 .download-pdf .bootstrap-tagsinput .tag [data-role="remove"]:after,
    .bootstrap-tagsinput .tag .article-detail .article-body .lg-12 .download-pdf [data-role="remove"]:after,
    .article-detail .article-body .lg-12 .download-pdf .section-doctor-details .doctor-actions .brightcove-video:after,
    .section-doctor-details .doctor-actions .article-detail .article-body .lg-12 .download-pdf .brightcove-video:after,
    .article-detail .article-body .lg-12 .download-pdf .section-location-details .btn-req-appt:after,
    .section-location-details .article-detail .article-body .lg-12 .download-pdf .btn-req-appt:after,
    .article-detail .article-body .lg-12 .download-pdf .section-location-details .btn-dr-location:after,
    .section-location-details .article-detail .article-body .lg-12 .download-pdf .btn-dr-location:after,
    .article-detail .article-body .lg-12 .download-pdf .locations2 .hospital-video a:before,
    .locations2 .hospital-video .article-detail .article-body .lg-12 .download-pdf a:before,
    .article-detail .article-body .lg-12 .download-pdf .locations-landing .filters-toggle .filter-item .icon-arrow:after,
    .locations-landing .filters-toggle .filter-item .article-detail .article-body .lg-12 .download-pdf .icon-arrow:after,
    .article-detail .article-body .lg-12 .download-pdf .back-to-top:before,
    .article-detail .article-body .lg-12 .download-pdf .video-library .video-library-image:before,
    .video-library .article-detail .article-body .lg-12 .download-pdf .video-library-image:before {
      position: absolute;
      color: #7f8283;
      font-size: 36px;
      line-height: 36px;
      width: 36px;
      height: 36px; }
  .article-detail .callout-sidebar .card {
    margin-bottom: 24px; }
    .article-detail .callout-sidebar .card .list-unstyled a {
      text-decoration: underline; }
      @media print {
        .article-detail .callout-sidebar .card .list-unstyled a {
          text-decoration: none; } }
    .article-detail .callout-sidebar .card .tel {
      font-weight: 700;
      color: #333; }
    .article-detail .callout-sidebar .card h4,
    .article-detail .callout-sidebar .card .card-title {
      font-size: 1.25rem; }
    .article-detail .callout-sidebar .card .card-content h3 {
      font-size: 1rem; }
    .article-detail .callout-sidebar .card .btn-group .btn {
      margin: 20px 8px 8px 0; }
  .article-detail .callout-sidebar .panel.panel-alt {
    background-color: #fff;
    margin-bottom: 24px; }
  .article-detail .callout-sidebar .doctors .card-doctor .card-doctor-header-top .doctor-name-location {
    text-align: left;
    padding-left: 12px; }
  .article-detail .callout-sidebar .doctors .card-doctor .btn-link {
    display: block; }
  .article-detail .callout-sidebar .doctors .card-doctor .photo-circle {
    margin: 0; }
  .article-detail .callout-sidebar .doctors .card-doctor .doctor-photo {
    margin: 0; }
    .article-detail .callout-sidebar .doctors .card-doctor .doctor-photo figure.doctor-photo {
      border: 1px solid #d4d5d6; }
      @media only screen and (max-width: 1199px) {
        .article-detail .callout-sidebar .doctors .card-doctor .doctor-photo figure.doctor-photo {
          margin: 0 12px 0 0; } }
  @media print {
    .article-detail .callout-sidebar .doctors .card-doctor .card-doctor-header {
      display: block; }
    .article-detail .callout-sidebar .doctors .card-doctor .card-flex .doctor-photo figure {
      width: 100%;
      height: auto; }
    .article-detail .callout-sidebar .doctors .card-doctor .doctor-name-location {
      width: 100%;
      padding-left: 0;
      margin-top: 10px; } }

#map {
  width: 100%;
  height: 100%;
  position: relative; }
  @media print {
    #map {
      height: 600px !important; } }

.pinlabel {
  color: #ffffff; }

.infoBox {
  background: #FFF;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2); }

.map-info-window {
  display: block;
  background: #fff;
  width: 300px;
  min-height: 70px;
  padding: 10px;
  text-decoration: none; }
  @media print {
    .map-info-window {
      background: #fff !important; } }
  .map-info-window .map-info-content {
    float: left;
    width: 210px;
    padding-right: 5px; }
  .map-info-window .locations-icon {
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: center; }
  .map-info-window img {
    float: left;
    display: block; }
  .map-info-window h2 {
    font-size: 0.6875rem;
    margin-bottom: 3px;
    color: #7f8283; }
  .map-info-window h3 {
    font-size: 14px;
    margin-bottom: 2px; }
  .map-info-window p {
    font-size: 0.8125rem; }

.section-locations {
  height: calc(100vh - 175px); }
  @media only screen and (max-width: 767px) {
    .section-locations {
      height: 100%; } }
  @media print {
    .section-locations {
      height: 100%; } }
  .section-locations .filter-locations {
    background: #f6f6f7;
    min-height: 65px; }
    @media only screen and (max-width: 767px) {
      .section-locations .filter-locations {
        min-height: 45px; } }
    .section-locations .filter-locations .dropdown-item {
      position: relative;
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -moz-align-items: flex-start;
      align-items: flex-start; }
      .section-locations .filter-locations .dropdown-item .filter-label {
        -webkit-box-flex: 0;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        line-height: 1.1;
        padding-top: 4px;
        min-width: 70px; }
    .section-locations .filter-locations .filter-item {
      padding: 20px; }
      @media only screen and (max-width: 767px) {
        .section-locations .filter-locations .filter-item {
          padding: 16px 8px; } }
      .section-locations .filter-locations .filter-item .dropdown-menu {
        left: 70px;
        right: auto;
        top: 2px;
        width: 80%; }
        .section-locations .filter-locations .filter-item .dropdown-menu li {
          margin-bottom: 0; }
        @media only screen and (max-width: 767px) {
          .section-locations .filter-locations .filter-item .dropdown-menu {
            top: 8px;
            left: 8px;
            right: 8px;
            width: auto; } }
  .section-locations .locations-container {
    position: relative;
    height: 100%;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .section-locations .locations-container {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .section-locations .locations-container .locations-item {
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      position: relative;
      height: 100%;
      -webkit-transition: all ease 1s;
      transition: all ease 1s;
      background: #fff; }
      @media only screen and (max-width: 767px) {
        .section-locations .locations-container .locations-item {
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .section-locations .locations-container .locations-item.locations-item-locations {
        z-index: 2;
        overflow: visible;
        height: calc(100% - 120px); }
        @media only screen and (max-width: 1023px) {
          .section-locations .locations-container .locations-item.locations-item-locations {
            -webkit-box-flex: 2;
            -moz-flex: 2 1 auto;
            -ms-flex: 2 1 auto;
            flex: 2 1 auto; } }
        @media only screen and (max-width: 767px) {
          .section-locations .locations-container .locations-item.locations-item-locations {
            -webkit-box-flex: 1;
            -moz-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            height: auto; } }
      .section-locations .locations-container .locations-item.locations-item-map {
        -webkit-box-flex: 3;
        -moz-flex: 3 1 auto;
        -ms-flex: 3 1 auto;
        flex: 3 1 auto;
        z-index: 0;
        height: calc(100% - 93px);
        overflow: hidden; }
        .section-locations .locations-container .locations-item.locations-item-map .loader-icon {
          height: calc(100vh - 175px); }
        @media only screen and (max-width: 767px) {
          .section-locations .locations-container .locations-item.locations-item-map {
            -webkit-box-ordinal-group: 0;
            -moz-order: -1;
            -ms-flex-order: -1;
            order: -1;
            height: 250px; }
            .section-locations .locations-container .locations-item.locations-item-map .loader-icon {
              height: 100%; } }
        @media print {
          .section-locations .locations-container .locations-item.locations-item-map {
            page-break-inside: avoid; } }
    @media print {
      .section-locations .locations-container {
        display: block !important;
        width: 7.5in !important;
        height: auto;
        clear: both;
        overflow: hidden;
        position: relative !important; } }
    .section-locations .locations-container .pagination-container {
      height: 46px;
      width: 100%;
      margin: 0; }
    .section-locations .locations-container .pagination-list {
      position: absolute;
      left: 0;
      bottom: 0;
      background: #f5f5f5;
      width: 100%; }
      .section-locations .locations-container .pagination-list .btn {
        color: #00778a; }
    .section-locations .locations-container .list-locations {
      margin: 0; }
    .section-locations .locations-container .list-content {
      width: 100%;
      height: 100%;
      background: #fff; }
      @media print {
        .section-locations .locations-container .list-content {
          display: block !important;
          position: relative !important;
          overflow: hidden;
          height: auto; } }
      @media only screen and (min-width: 768px) {
        .section-locations .locations-container .list-content {
          display: -webkit-box;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          position: absolute;
          top: 0;
          left: 0;
          overflow-y: scroll;
          overflow-x: hidden; } }
      .section-locations .locations-container .list-content .filter-list .list-item {
        position: relative;
        border-bottom: 1px solid #d4d5d6;
        color: #333;
        margin: 0;
        padding: 20px; }
        @media only screen and (min-width: 768px) {
          .section-locations .locations-container .list-content .filter-list .list-item:hover {
            background-color: #F9F9F9; } }
        .section-locations .locations-container .list-content .filter-list .list-item.list-item-active {
          background-color: #F9F9F9; }
        @media only screen and (max-width: 767px) {
          .section-locations .locations-container .list-content .filter-list .list-item {
            padding: 16px 8px; } }
        .section-locations .locations-container .list-content .filter-list .list-item.no-locations {
          color: inherit;
          border: 0; }
          @media only screen and (min-width: 768px) {
            .section-locations .locations-container .list-content .filter-list .list-item.no-locations:hover {
              cursor: default;
              background: inherit;
              margin: 0;
              color: inherit; } }
        .section-locations .locations-container .list-content .filter-list .list-item a {
          text-decoration: none; }
        .section-locations .locations-container .list-content .filter-list .list-item .locations-icon {
          font-size: 0.75rem; }
        .section-locations .locations-container .list-content .filter-list .list-item p {
          margin: 0; }
        .section-locations .locations-container .list-content .filter-list .list-item img {
          width: 100px;
          float: left;
          margin-right: 10px; }
        @media print {
          .section-locations .locations-container .list-content .filter-list .list-item {
            padding: 10px 0; } }
    .section-locations .locations-container .location-content {
      padding-left: 40px;
      color: #3b3e40;
      font-size: 0.8125rem; }
      @media print {
        .section-locations .locations-container .location-content {
          padding-left: 30px; } }
    .section-locations .locations-container .location-actions {
      padding-top: 20px;
      max-width: 200px;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .section-locations .locations-container .location-actions {
          max-width: none; } }
      .section-locations .locations-container .location-actions .flex-item, .section-locations .locations-container .location-actions .la-ball-clip-rotate > div, .section-locations .locations-container .location-actions .locations-item {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        -ms-flex-wrap: none;
        flex-wrap: nowrap; }
      .section-locations .locations-container .location-actions a {
        display: inline-block;
        font-weight: 600; }
      .section-locations .locations-container .location-actions .location-detail-link {
        width: 100%; }
      .section-locations .locations-container .location-actions .material-icons, .section-locations .locations-container .location-actions .icon-request-appointment:before, .section-locations .locations-container .location-actions .icon-watch-video:before, .section-locations .locations-container .location-actions .icon-play:before, .section-locations .locations-container .location-actions .icon-person-location:before, .section-locations .locations-container .location-actions .icon-details-top:before, .section-locations .locations-container .location-actions .icon-details-left:before, .section-locations .locations-container .location-actions .icon-directions:before, .section-locations .locations-container .location-actions .icon-directions-alt:before, .section-locations .locations-container .location-actions .icon-send-message:before, .section-locations .locations-container .location-actions .icon-phone-top:before, .section-locations .locations-container .location-actions .icon-phone-left:before, .section-locations .locations-container .location-actions .icon-comment:before, .section-locations .locations-container .location-actions .icon-cancel-search:before, .section-locations .locations-container .location-actions .panel-footer .panel-footer-more:before, .panel-footer .section-locations .locations-container .location-actions .panel-footer-more:before, .section-locations .locations-container .location-actions .panel-toggle .panel-toggle-trigger:after, .panel-toggle .section-locations .locations-container .location-actions .panel-toggle-trigger:after, .section-locations .locations-container .location-actions .video-item figure:before, .video-item .section-locations .locations-container .location-actions figure:before, .section-locations .locations-container .location-actions .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .section-locations .locations-container .location-actions div[id*="thumbnail"]:before, .section-locations .locations-container .location-actions .card-trigger a:after, .card-trigger .section-locations .locations-container .location-actions a:after, .section-locations .locations-container .location-actions .card-video .card-image:before, .card-video .section-locations .locations-container .location-actions .card-image:before, .section-locations .locations-container .location-actions .card-content-figure figure.video a:before, .card-content-figure figure.video .section-locations .locations-container .location-actions a:before, .section-locations .locations-container .location-actions .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .section-locations .locations-container .location-actions [data-role="remove"]:after, .section-locations .locations-container .location-actions .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .section-locations .locations-container .location-actions .brightcove-video:after, .section-locations .locations-container .location-actions .section-location-details .btn-req-appt:after, .section-location-details .section-locations .locations-container .location-actions .btn-req-appt:after,
      .section-locations .locations-container .location-actions .section-location-details .btn-dr-location:after, .section-location-details .section-locations .locations-container .location-actions .btn-dr-location:after, .section-locations .locations-container .location-actions .locations2 .hospital-video a:before, .locations2 .hospital-video .section-locations .locations-container .location-actions a:before, .section-locations .locations-container .location-actions .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .section-locations .locations-container .location-actions .icon-arrow:after, .section-locations .locations-container .location-actions .back-to-top:before, .section-locations .locations-container .location-actions .video-library .video-library-image:before, .video-library .section-locations .locations-container .location-actions .video-library-image:before {
        font-size: 1.4375rem; }
      .no-mobile .section-locations .locations-container .location-actions .tel {
        display: none; }
    .section-locations .locations-container .map-pin {
      position: absolute;
      top: 20px;
      left: 20px;
      background: url("/Content/Northwestern/img/markers/map-pin.png") no-repeat 0 0;
      width: 26px;
      height: 36px;
      line-height: 30px;
      font-size: 0.75rem;
      background-size: 100%;
      color: #fff;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .section-locations .locations-container .map-pin {
          left: 8px; } }
      @media print {
        .section-locations .locations-container .map-pin {
          left: 0;
          top: 1px;
          font-weight: 700; } }
    .section-locations .locations-container .location-heading {
      color: #54585a;
      font-size: 12px;
      line-height: 1;
      margin-bottom: 5px; }
    .section-locations .locations-container .location-title {
      display: block;
      color: #000;
      font-weight: 600;
      font-size: 14px;
      line-height: 1.4; }
      .section-locations .locations-container .location-title:hover {
        text-decoration: underline; }
    .section-locations .locations-container .location-name,
    .section-locations .locations-container .location-address,
    .section-locations .locations-container .location-phone {
      position: relative; }
    .section-locations .locations-container .location-address {
      line-height: 1.4;
      margin: .5em 0; }

.section-location-details .location-info {
  background: #e6e6e6;
  padding: 20px 40px; }

.no-tab {
  margin-top: 2em;
  padding: 10px; }
  .no-tab .locations-item-map #map {
    height: 200px; }
  .no-tab .btn {
    display: block;
    margin-bottom: 1em; }

@media only screen and (max-width: 479px) {
  .locations .canvas-content {
    padding-top: 0; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .locations.page-detail .canvas-content {
    padding-top: 15px; } }

@media only screen and (max-width: 479px) {
  .section-location-details .close, .section-location-details .fancybox-close {
    top: 10px;
    right: 10px; } }

.section-location-details .call-for-appt {
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  margin: 1.125em 0 10px;
  padding: 10px;
  vertical-align: super; }

.section-location-details .location-detail-info {
  padding: 5px 0 20px 0;
  clear: both;
  font-size: 0.8125rem;
  overflow: hidden; }
  .section-location-details .location-detail-info .btn-group {
    text-align: left; }
    @media only screen and (max-width: 479px) {
      .section-location-details .location-detail-info .btn-group {
        text-align: center; }
        .section-location-details .location-detail-info .btn-group .btn-primary.icon-request-appointment, .section-location-details .location-detail-info .btn-group .search-bar.active-search .icon-request-appointment.btn-site-search, .search-bar.active-search .section-location-details .location-detail-info .btn-group .icon-request-appointment.btn-site-search {
          width: 100%;
          display: inline-block;
          text-align: center; } }
    .section-location-details .location-detail-info .btn-group .btn {
      margin: 1.25em auto 1em auto;
      text-align: left; }
      @media only screen and (max-width: 767px) {
        .section-location-details .location-detail-info .btn-group .btn {
          padding-left: .75em;
          padding-right: .75em; } }
  .section-location-details .location-detail-info .location-detail-info-col {
    background-color: #FFFFFF;
    padding: 20px; }
    @media only screen and (max-width: 767px) {
      .section-location-details .location-detail-info .location-detail-info-col {
        width: 100%;
        padding: 16px;
        margin-bottom: 1em;
        max-width: none; } }
    @media print {
      .section-location-details .location-detail-info .location-detail-info-col {
        padding: 0; } }
    .section-location-details .location-detail-info .location-detail-info-col .location-detail-address {
      position: relative; }
      .section-location-details .location-detail-info .location-detail-info-col .location-detail-address a {
        position: absolute;
        top: 0;
        left: 0; }
      .section-location-details .location-detail-info .location-detail-info-col .location-detail-address .img-google-map {
        display: block;
        max-width: 65px;
        max-height: 65px; }
    .section-location-details .location-detail-info .location-detail-info-col .location-detail-address-group {
      padding-left: 80px;
      min-height: 65px;
      line-height: 1.4; }
    .section-location-details .location-detail-info .location-detail-info-col .location-details-distance {
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      -moz-align-items: flex-end;
      align-items: flex-end;
      position: relative;
      height: 50px;
      padding-top: 10px; }
      .section-location-details .location-detail-info .location-detail-info-col .location-details-distance .location-details-directions {
        position: absolute;
        right: 0;
        bottom: 0; }
        .section-location-details .location-detail-info .location-detail-info-col .location-details-distance .location-details-directions a {
          text-decoration: none; }
        @media print {
          .section-location-details .location-detail-info .location-detail-info-col .location-details-distance .location-details-directions {
            display: none; } }
  @media only screen and (max-width: 479px) {
    .section-location-details .location-detail-info .location-detail-phone-list {
      padding-top: 20px; } }
  @media only screen and (max-width: 479px) {
    .section-location-details .location-detail-info .location-detail-phone-list {
      padding: 0 16px;
      margin-top: 1em; }
      .section-location-details .location-detail-info .location-detail-phone-list .row, .section-location-details .location-detail-info .location-detail-phone-list .list-stacked {
        padding: 20px 15px 0 15px;
        background-color: #FFFFFF; } }
  .section-location-details .location-detail-info .phone-title {
    margin-bottom: 0.25em;
    line-height: 1.2; }
  .section-location-details .location-detail-info .location-detail-additional-phone {
    position: relative;
    margin-bottom: 1.5em; }
    .section-location-details .location-detail-info .location-detail-additional-phone:last-of-type .location-detail-phone {
      margin-bottom: 0; }
    .section-location-details .location-detail-info .location-detail-additional-phone a {
      text-decoration: none; }
  .section-location-details .location-detail-info .location-detail-phone {
    display: block;
    margin-bottom: 1.5em; }
    .section-location-details .location-detail-info .location-detail-phone * {
      text-decoration: none; }
    .section-location-details .location-detail-info .location-detail-phone .phone-title {
      color: #333;
      font-weight: 400; }
  .section-location-details .location-detail-info .location-detail-phone-number,
  .section-location-details .location-detail-info .phone-title {
    width: calc(100% - 60px); }
    .no-mobile .section-location-details .location-detail-info .location-detail-phone-number, .no-mobile
    .section-location-details .location-detail-info .phone-title {
      width: 100%; }
  .section-location-details .location-detail-info .location-detail-phone-number {
    font-weight: 600; }
  .section-location-details .location-detail-info .location-detail-phone-action {
    position: absolute;
    right: 0;
    top: -2px;
    text-align: right; }
    .no-mobile .section-location-details .location-detail-info .location-detail-phone-action {
      display: none; }
    .section-location-details .location-detail-info .location-detail-phone-action .btn {
      padding: 25px .75em 0; }
    @media print {
      .section-location-details .location-detail-info .location-detail-phone-action {
        display: none; } }

.section-location-details .section-page-header {
  padding: 1em 0 1em 20px; }
  .section-location-details .section-page-header h1 {
    margin-bottom: 0.25em; }
    @media print {
      .section-location-details .section-page-header h1 {
        font-size: 20pt;
        line-height: 1.2; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-location-details .section-page-header {
      padding-right: 1em; } }
  @media only screen and (max-width: 479px) {
    .section-location-details .section-page-header {
      width: 100%;
      text-align: center;
      padding: 10px 8px; }
      .section-location-details .section-page-header h1 {
        font-size: 1.375rem; }
      .section-location-details .section-page-header h2.h3 {
        font-size: 1rem; } }
  @media print {
    .section-location-details .section-page-header {
      padding: 0; } }

.section-location-details .col-location-detail-1 {
  padding-top: 20px; }
  @media only screen and (max-width: 767px) {
    .section-location-details .col-location-detail-1 .img-location {
      width: 100%; } }
  @media only screen and (max-width: 479px) {
    .section-location-details .col-location-detail-1 {
      margin-top: -20px; } }

.section-location-details .col-location-detail-3 {
  text-align: center; }
  .section-location-details .col-location-detail-3 .btn {
    clear: both;
    margin: 0 auto; }
  .section-location-details .col-location-detail-3 .img-google-map {
    clear: both; }
    @media only screen and (min-width: 1240px) {
      .section-location-details .col-location-detail-3 .img-google-map {
        float: right; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-location-details .col-location-detail-3 {
      clear: left; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .section-location-details .col-location-detail-4,
  .section-location-details .col-location-detail-3 {
    padding-top: 15px; } }

@media only screen and (max-width: 479px) {
  .section-location-details .col-location-detail-4 {
    text-align: center; }
    .section-location-details .col-location-detail-4 .btn {
      display: inherit;
      width: auto;
      font-size: 0.75rem; } }

.section-location-details .btn-req-appt,
.section-location-details .btn-dr-location {
  text-transform: uppercase;
  line-height: 1.7;
  position: relative;
  padding-top: 0.675em;
  padding-bottom: 0.6em;
  padding-left: 50px;
  overflow: hidden; }
  .section-location-details .btn-req-appt:after,
  .section-location-details .btn-dr-location:after {
    direction: rtl;
    position: absolute;
    left: 10px;
    right: auto;
    color: #FFFFFF;
    width: 20px;
    height: 18px; }

.section-location-details .btn-req-appt:after {
  content: "perm_contact_calendar"; }

.section-location-details .btn-dr-location:after {
  content: "ic_person_pin"; }

@media only screen and (max-width: 479px) {
  .section-location-details .location-hospital .section-page-header {
    padding: 10px 60px; }
    .section-location-details .location-hospital .section-page-header h2 {
      margin: 0; } }

.section-location-details .location-hospital .location-detail-info {
  padding: 0; }
  .section-location-details .location-hospital .location-detail-info .location-detail-info-col {
    padding: 0; }
    .section-location-details .location-hospital .location-detail-info .location-detail-info-col .location-detail-address a {
      position: relative;
      top: auto;
      left: auto;
      display: block; }
    .section-location-details .location-hospital .location-detail-info .location-detail-info-col .location-details-distance {
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      padding: 20px;
      height: auto; }
      .section-location-details .location-hospital .location-detail-info .location-detail-info-col .location-details-distance .flex-item, .section-location-details .location-hospital .location-detail-info .location-detail-info-col .location-details-distance .la-ball-clip-rotate > div, .section-location-details .location-hospital .location-detail-info .location-detail-info-col .location-details-distance .section-locations .locations-container .locations-item, .section-locations .locations-container .section-location-details .location-hospital .location-detail-info .location-detail-info-col .location-details-distance .locations-item {
        -ms-flex-negative: 1;
        flex-shrink: 1; }
      @media only screen and (max-width: 767px) {
        .section-location-details .location-hospital .location-detail-info .location-detail-info-col .location-details-distance {
          padding: 12px; } }
    .section-location-details .location-hospital .location-detail-info .location-detail-info-col .location-detail-address-group {
      padding: 0;
      min-height: 0; }
    .section-location-details .location-hospital .location-detail-info .location-detail-info-col .icon-directions {
      text-decoration: none;
      padding: 20px 10px 0 10px; }
  @media only screen and (max-width: 767px) {
    .section-location-details .location-hospital .location-detail-info .phone-wrapper {
      padding: 8px 4px;
      margin: 0;
      background: #fff; } }

.section-location-details .location-hospital .location-detail-phone,
.section-location-details .location-hospital .location-detail-additional-phone {
  margin: 0; }

.section-location-details .location-hospital .top-row {
  margin-bottom: 12px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-location-details .location-hospital .top-row {
      margin-top: 12px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-location-details .location-hospital .top-row {
      margin-left: 20px;
      margin-right: 20px; } }
  @media only screen and (max-width: 1024px) {
    .section-location-details .location-hospital .top-row .main-numbers {
      margin-bottom: 12px; } }
  .mobile .section-location-details .location-hospital .top-row .main-numbers {
    width: 100%; }
  .section-location-details .location-hospital .top-row .fax-number .location-detail-phone {
    padding-top: 8px; }
  @media only screen and (max-width: 767px) {
    .section-location-details .location-hospital .top-row.visiting-hours {
      margin-top: 12px;
      padding: 0 12px; } }
  .section-location-details .location-hospital .top-row.visiting-hours p {
    margin: 1em 0;
    line-height: 1.2; }

@media only screen and (max-width: 1024px) {
  .section-location-details .location-hospital .location-actions {
    margin-left: 20px;
    margin-right: 20px; } }

@media only screen and (max-width: 767px) {
  .section-location-details .location-hospital .location-actions {
    margin-left: 12px;
    margin-right: 12px; } }

.section-location-details .location-hospital .location-actions .call-for-appt {
  margin: 0 0 12px 0;
  padding: 0;
  line-height: 1.2;
  vertical-align: inherit; }

.section-location-details .location-hospital .location-actions .btn {
  margin: 0 0 12px 0; }

.section-location-details .location-hospital .location-actions .action-list a {
  text-decoration: none; }
  .section-location-details .location-hospital .location-actions .action-list a:hover {
    text-decoration: underline; }

#location-flyup .resp-tabs-list {
  width: 25%;
  padding: 0 12px; }
  @media print {
    #location-flyup .resp-tabs-list {
      visibility: hidden;
      display: none; } }

#location-flyup .resp-tab-content {
  width: 75%;
  padding: 0 12px;
  background: transparent;
  border-radius: none; }
  @media only screen and (max-width: 767px) {
    #location-flyup .resp-tab-content {
      padding: 0 16px; } }
  @media print {
    #location-flyup .resp-tab-content {
      padding: 0;
      width: 100%; } }

@media print {
  #location-flyup h2.resp-accordion {
    display: none; } }

@media only screen and (max-width: 767px) {
  #location-flyup .section-tabs {
    padding: 0 8px; } }

.locations2 .skip-link:focus,
.locations2 .skip-link:hover {
  color: #fff;
  font-weight: 700;
  z-index: 99; }

.locations2 .assistive-text:active, .locations2 table caption:active, table .locations2 caption:active, .locations2 .card-wide .card.card-video .card-action:active, .card-wide .card.card-video .locations2 .card-action:active,
.locations2 .card-wide .card.card-video .card-content:active, .card-wide .card.card-video .locations2 .card-content:active,
.locations2 .assistive-text:focus,
.locations2 table caption:focus,
table .locations2 caption:focus,
.locations2 .card-wide .card.card-video .card-action:focus,
.card-wide .card.card-video .locations2 .card-action:focus,
.locations2 .card-wide .card.card-video .card-content:focus,
.card-wide .card.card-video .locations2 .card-content:focus {
  position: fixed;
  overflow: visible;
  clip: auto; }

.locations2 a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.no-mobile .locations2 [href^="tel:"] {
  color: #00778a;
  cursor: pointer;
  font-weight: 700;
  white-space: nowrap; }
  .no-mobile .locations2 [href^="tel:"].btn {
    color: #fff;
    text-decoration: none; }
  .no-mobile .locations2 [href^="tel:"].btn-call:hover {
    color: #fff; }
  .no-mobile .locations2 [href^="tel:"].btn-secondary {
    color: #00778a;
    text-decoration: none; }
  .no-mobile .locations2 [href^="tel:"]:hover {
    color: #009eb3; }

.locations2 .emergency-message {
  background-color: #f5dbdb;
  text-align: center;
  margin: 0 0 16px 0;
  padding: 10px 5px; }
  @media print {
    .locations2 .emergency-message {
      text-align: left; } }
  @media only screen and (max-width: 767px) {
    .locations2 .emergency-message {
      margin: 0; } }
  .locations2 .emergency-message p {
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .locations2 .emergency-message p {
        font-weight: bold; } }
  .locations2 .emergency-message a {
    color: #c10000; }
  @media only screen and (max-width: 374px) {
    .locations2 .emergency-message {
      font-size: 13px; } }

.locations2 .link-unstyled {
  text-decoration: none; }
  .locations2 .link-unstyled:hover {
    text-decoration: underline; }

.locations2 .time-group .time {
  display: block;
  margin-bottom: 5px; }
  .locations2 .time-group .time.clearfix, .locations2 .time-group .time.group, .locations2 .time-group .time.row, .locations2 .time-group .time.list-stacked, .locations2 .time-group .main-nav .time.nav, .main-nav .locations2 .time-group .time.nav, .locations2 .time-group .card.card-callout-location .time.card-content-action-group, .card.card-callout-location .locations2 .time-group .time.card-content-action-group, .locations2 .time-group .time.card-content-figure, .locations2 .time-group .time.resp-tabs-container, .locations2 .time-group .time.tabs-vertical,
  .locations2 .time-group .time.tabs-vertical-flyup, .locations2 .time-group .tabs-vertical .time.resp-tabs-list, .tabs-vertical .locations2 .time-group .time.resp-tabs-list,
  .locations2 .time-group .tabs-vertical-flyup .time.resp-tabs-list, .tabs-vertical-flyup .locations2 .time-group .time.resp-tabs-list, .locations2 .time-group .tabs-horizontal .resp-tab-content .location-phone-directory .time.phone-directory, .tabs-horizontal .resp-tab-content .location-phone-directory .locations2 .time-group .time.phone-directory {
    margin-left: -10px;
    margin-right: -10px; }
    @media only screen and (max-width: 767px) {
      .locations2 .time-group .time.clearfix, .locations2 .time-group .time.group, .locations2 .time-group .time.row, .locations2 .time-group .time.list-stacked, .locations2 .time-group .main-nav .time.nav, .main-nav .locations2 .time-group .time.nav, .locations2 .time-group .card.card-callout-location .time.card-content-action-group, .card.card-callout-location .locations2 .time-group .time.card-content-action-group, .locations2 .time-group .time.card-content-figure, .locations2 .time-group .time.resp-tabs-container, .locations2 .time-group .time.tabs-vertical,
      .locations2 .time-group .time.tabs-vertical-flyup, .locations2 .time-group .tabs-vertical .time.resp-tabs-list, .tabs-vertical .locations2 .time-group .time.resp-tabs-list,
      .locations2 .time-group .tabs-vertical-flyup .time.resp-tabs-list, .tabs-vertical-flyup .locations2 .time-group .time.resp-tabs-list, .locations2 .time-group .tabs-horizontal .resp-tab-content .location-phone-directory .time.phone-directory, .tabs-horizontal .resp-tab-content .location-phone-directory .locations2 .time-group .time.phone-directory {
        margin-left: -8px;
        margin-right: -8px; } }
  .locations2 .time-group .time.time-open {
    max-width: 90px; }

.locations2 .row-border-top {
  border-top: 1px solid #d4d5d6;
  margin-top: 24px;
  padding-top: 24px; }

.locations2 div.large {
  margin-bottom: 1em; }
  .locations2 div.large p:last-of-type {
    margin-bottom: 0; }

.locations2 .margin-bottom {
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .locations2 .margin-bottom {
      margin-bottom: 36px; } }

@media only screen and (min-width: 768px) {
  .locations2 .col-right-gutter-wide {
    padding-right: 50px; } }

.locations2 .section-header {
  position: relative;
  padding: 0;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .locations2 .section-header {
      padding: 0; } }
  @media print {
    .locations2 .section-header .lg-6 {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .locations2 .section-header .main-image {
      padding: 0;
      margin-bottom: 16px; } }
  .locations2 .section-header .main-image img {
    width: 100%;
    max-width: none; }
  @media only screen and (min-width: 600px) {
    .locations2 .section-header .btn-group {
      max-width: 350px; } }
  @media only screen and (max-width: 767px) {
    .locations2 .section-header .btn-group {
      float: none; } }
  .locations2 .section-header .online-checkin {
    background-color: #eeeeee;
    padding: 32px 12px; }
    @media print {
      .locations2 .section-header .online-checkin {
        display: none; } }
    .locations2 .section-header .online-checkin .text-container {
      margin: 0 auto; }
      .locations2 .section-header .online-checkin .text-container .checkin-time {
        line-height: 1.2; }
      .locations2 .section-header .online-checkin .text-container .btn-primary, .locations2 .section-header .online-checkin .text-container .search-bar.active-search .btn-site-search, .search-bar.active-search .locations2 .section-header .online-checkin .text-container .btn-site-search {
        width: 175px;
        margin: 10px 0 0 0; }
    .locations2 .section-header .online-checkin .no-appointment {
      margin-top: 10px; }
    .locations2 .section-header .online-checkin .more-times {
      margin-top: 10px; }
    @media only screen and (max-width: 767px) {
      .locations2 .section-header .online-checkin {
        margin: 12px 0; } }
    .locations2 .section-header .online-checkin .item-title {
      color: #a9abac;
      font-size: 14px; }
    .locations2 .section-header .online-checkin .checkin-time {
      color: #00778a;
      font-size: 24px; }
  .locations2 .section-header .text-container {
    width: 100%; }
    @media print {
      .locations2 .section-header .text-container .btn-group {
        display: none; } }
  .locations2 .section-header .text-container-alt {
    padding: 12px 12px 0; }
    @media only screen and (max-width: 767px) {
      .locations2 .section-header .text-container-alt {
        padding: 0 0 0 8px; } }
    @media print {
      .locations2 .section-header .text-container-alt .btn-group {
        display: none; } }
    .locations2 .section-header .text-container-alt .section-title {
      font-size: 40px; }
      @media only screen and (max-width: 1023px) {
        .locations2 .section-header .text-container-alt .section-title {
          font-size: 32px; } }
      @media only screen and (max-width: 767px) {
        .locations2 .section-header .text-container-alt .section-title {
          font-size: 24px; } }
      @media print {
        .locations2 .section-header .text-container-alt .section-title {
          font-size: 32px; } }
  .locations2 .section-header .img-wrapper {
    position: relative;
    overflow: hidden; }
    .locations2 .section-header .img-wrapper img {
      position: relative;
      width: 100%; }
    .locations2 .section-header .img-wrapper .section-content {
      width: 100%;
      height: auto; }
      @media only screen and (min-width: 768px) {
        .locations2 .section-header .img-wrapper .section-content {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          height: 100%; } }
      @media print {
        .locations2 .section-header .img-wrapper .section-content {
          position: relative; } }
      .locations2 .section-header .img-wrapper .section-content .material-icons, .locations2 .section-header .img-wrapper .section-content .icon-request-appointment:before, .locations2 .section-header .img-wrapper .section-content .icon-watch-video:before, .locations2 .section-header .img-wrapper .section-content .icon-play:before, .locations2 .section-header .img-wrapper .section-content .icon-person-location:before, .locations2 .section-header .img-wrapper .section-content .icon-details-top:before, .locations2 .section-header .img-wrapper .section-content .icon-details-left:before, .locations2 .section-header .img-wrapper .section-content .icon-directions:before, .locations2 .section-header .img-wrapper .section-content .icon-directions-alt:before, .locations2 .section-header .img-wrapper .section-content .icon-send-message:before, .locations2 .section-header .img-wrapper .section-content .icon-phone-top:before, .locations2 .section-header .img-wrapper .section-content .icon-phone-left:before, .locations2 .section-header .img-wrapper .section-content .icon-comment:before, .locations2 .section-header .img-wrapper .section-content .icon-cancel-search:before, .locations2 .section-header .img-wrapper .section-content .panel-footer .panel-footer-more:before, .panel-footer .locations2 .section-header .img-wrapper .section-content .panel-footer-more:before, .locations2 .section-header .img-wrapper .section-content .panel-toggle .panel-toggle-trigger:after, .panel-toggle .locations2 .section-header .img-wrapper .section-content .panel-toggle-trigger:after, .locations2 .section-header .img-wrapper .section-content .video-item figure:before, .video-item .locations2 .section-header .img-wrapper .section-content figure:before, .locations2 .section-header .img-wrapper .section-content .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .locations2 .section-header .img-wrapper .section-content div[id*="thumbnail"]:before, .locations2 .section-header .img-wrapper .section-content .card-trigger a:after, .card-trigger .locations2 .section-header .img-wrapper .section-content a:after, .locations2 .section-header .img-wrapper .section-content .card-video .card-image:before, .card-video .locations2 .section-header .img-wrapper .section-content .card-image:before, .locations2 .section-header .img-wrapper .section-content .card-content-figure figure.video a:before, .card-content-figure figure.video .locations2 .section-header .img-wrapper .section-content a:before, .locations2 .section-header .img-wrapper .section-content .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .locations2 .section-header .img-wrapper .section-content [data-role="remove"]:after, .locations2 .section-header .img-wrapper .section-content .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .locations2 .section-header .img-wrapper .section-content .brightcove-video:after, .locations2 .section-header .img-wrapper .section-content .section-location-details .btn-req-appt:after, .section-location-details .locations2 .section-header .img-wrapper .section-content .btn-req-appt:after,
      .locations2 .section-header .img-wrapper .section-content .section-location-details .btn-dr-location:after, .section-location-details .locations2 .section-header .img-wrapper .section-content .btn-dr-location:after, .locations2 .section-header .img-wrapper .section-content .hospital-video a:before, .locations2 .hospital-video .section-header .img-wrapper .section-content a:before, .locations2 .section-header .img-wrapper .section-content .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .locations2 .section-header .img-wrapper .section-content .icon-arrow:after, .locations2 .section-header .img-wrapper .section-content .back-to-top:before, .locations2 .section-header .img-wrapper .section-content .video-library .video-library-image:before, .video-library .locations2 .section-header .img-wrapper .section-content .video-library-image:before {
        line-height: 1.25rem; }
      @media only screen and (max-width: 767px) {
        .locations2 .section-header .img-wrapper .section-content .btn-transparent {
          border-color: #333;
          color: #333; }
          .locations2 .section-header .img-wrapper .section-content .btn-transparent:hover {
            background: transparent; } }
    .locations2 .section-header .img-wrapper .flex-container, .locations2 .section-header .img-wrapper .section-locations .locations-container, .section-locations .locations2 .section-header .img-wrapper .locations-container {
      height: 100%; }
      @media only screen and (max-width: 767px) {
        .locations2 .section-header .img-wrapper .flex-container, .locations2 .section-header .img-wrapper .section-locations .locations-container, .section-locations .locations2 .section-header .img-wrapper .locations-container {
          display: block; } }
    @media only screen and (min-width: 768px) {
      .locations2 .section-header .img-wrapper .flex-item, .locations2 .section-header .img-wrapper .la-ball-clip-rotate > div, .locations2 .section-header .img-wrapper .section-locations .locations-container .locations-item, .section-locations .locations-container .locations2 .section-header .img-wrapper .locations-item {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center; } }
    .locations2 .section-header .img-wrapper .section-title {
      font-size: 45px;
      text-align: left;
      padding: 0;
      margin: 0;
      letter-spacing: 0;
      max-width: none; }
      @media only screen and (min-width: 768px) {
        .locations2 .section-header .img-wrapper .section-title {
          max-width: 550px;
          color: #fff;
          text-shadow: 2px 2px 6px #000;
          margin-right: 10px;
          max-width: 450px; } }
      @media only screen and (min-width: 1024px) {
        .locations2 .section-header .img-wrapper .section-title {
          max-width: 700px; } }
      @media only screen and (min-width: 1201px) {
        .locations2 .section-header .img-wrapper .section-title {
          max-width: 800px; } }
      @media only screen and (max-width: 1023px) {
        .locations2 .section-header .img-wrapper .section-title {
          font-size: 36px; } }
      @media only screen and (max-width: 900px) {
        .locations2 .section-header .img-wrapper .section-title {
          font-size: 32px; } }
      @media only screen and (max-width: 767px) {
        .locations2 .section-header .img-wrapper .section-title {
          font-size: 24px;
          margin-bottom: 24px; } }
      @media only screen and (max-width: 374px) {
        .locations2 .section-header .img-wrapper .section-title {
          font-size: 20px; } }
      @media print {
        .locations2 .section-header .img-wrapper .section-title {
          font-size: 32px; } }
    .locations2 .section-header .img-wrapper .text-container {
      height: 100%;
      padding: 24px;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .locations2 .section-header .img-wrapper .text-container {
          padding: 16px 8px 0 16px; } }

.locations2 .section-location-top {
  padding-top: 16px; }
  .locations2 .section-location-top .time {
    max-width: none;
    margin-bottom: 10px; }
  .locations2 .section-location-top .flex-container-main {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap; }
    @media only screen and (min-width: 768px) {
      .locations2 .section-location-top .flex-container-main {
        margin: 0 0 36px; } }
  .locations2 .section-location-top .show-quick-links .flex-item-main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .locations2 .section-location-top .show-quick-links .location-map {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .locations2 .section-location-top .show-quick-links .quick-links {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .locations2 .section-location-top .show-quick-links .quick-links {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; } }
    @media print {
      .locations2 .section-location-top .show-quick-links .quick-links {
        display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .locations2 .section-location-top .location-map {
      margin-bottom: 24px; } }
  @media only screen and (min-width: 768px) {
    .locations2 .section-location-top .location-map {
      max-width: 50%; } }
  @media only screen and (max-width: 767px) {
    .locations2 .section-location-top .location-map .map, .locations2 .section-location-top .location-map .location-address {
      margin-bottom: 12px; }
    .locations2 .section-location-top .location-map .map-wrapper {
      max-width: 200px; }
    .locations2 .section-location-top .location-map .map {
      overflow: hidden; }
      .locations2 .section-location-top .location-map .map img {
        max-width: none;
        width: 175%;
        margin-left: -35%; }
    .locations2 .section-location-top .location-map .location-address {
      margin-top: 0; }
    .locations2 .section-location-top .location-map .location-card {
      padding: 12px;
      background: #fff; }
      .locations2 .section-location-top .location-map .location-card .btn {
        background: #f6f6f7;
        border-color: #d4d5d6; }
        .locations2 .section-location-top .location-map .location-card .btn:hover {
          color: #009eb3; } }
  @media print {
    .locations2 .section-location-top .location-map {
      max-width: 25%; } }
  .locations2 .section-location-top .hours-phone {
    padding-bottom: 48px;
    position: relative;
    height: 100%;
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
      .locations2 .section-location-top .hours-phone {
        display: block;
        padding-bottom: 0; } }
    .locations2 .section-location-top .hours-phone ul {
      height: 100%; }
    @media only screen and (min-width: 768px) {
      .locations2 .section-location-top .hours-phone.message .flex-item, .locations2 .section-location-top .hours-phone.message .la-ball-clip-rotate > div, .locations2 .section-location-top .hours-phone.message .section-locations .locations-container .locations-item, .section-locations .locations-container .locations2 .section-location-top .hours-phone.message .locations-item {
        margin-bottom: 12px; } }
    .locations2 .section-location-top .hours-phone.no-message {
      padding-bottom: 0;
      margin-bottom: 0; }
  .locations2 .section-location-top .info-message {
    background: #f5f5f5;
    padding: 0 12px;
    width: 100%;
    margin-bottom: 24px; }
    @media only screen and (min-width: 768px) {
      .locations2 .section-location-top .info-message {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 24px;
        margin: 0; } }
    @media print {
      .locations2 .section-location-top .info-message {
        display: none; } }
  .locations2 .section-location-top .flex-item-main {
    padding: 0; }
    @media only screen and (min-width: 1024px) {
      .locations2 .section-location-top .flex-item-main {
        border-left: 1px solid #ccc; }
        .locations2 .section-location-top .flex-item-main:first-of-type {
          padding-left: 0; } }
    @media print {
      .locations2 .section-location-top .flex-item-main {
        width: 75%; } }
    .locations2 .section-location-top .flex-item-main:first-of-type {
      border: 0; }
  .locations2 .section-location-top .flex-item, .locations2 .section-location-top .la-ball-clip-rotate > div, .locations2 .section-location-top .section-locations .locations-container .locations-item, .section-locations .locations-container .locations2 .section-location-top .locations-item {
    padding: 10px 0; }
    @media only screen and (min-width: 768px) {
      .locations2 .section-location-top .flex-item, .locations2 .section-location-top .la-ball-clip-rotate > div, .locations2 .section-location-top .section-locations .locations-container .locations-item, .section-locations .locations-container .locations2 .section-location-top .locations-item {
        padding: 0 24px; } }
    @media only screen and (min-width: 768px) {
      .locations2 .section-location-top .flex-item.time-group, .locations2 .section-location-top .la-ball-clip-rotate > div.time-group, .locations2 .section-location-top .section-locations .locations-container .time-group.locations-item, .section-locations .locations-container .locations2 .section-location-top .time-group.locations-item {
        border-right: 1px solid #ccc; } }
    @media print {
      .locations2 .section-location-top .flex-item, .locations2 .section-location-top .la-ball-clip-rotate > div, .locations2 .section-location-top .section-locations .locations-container .locations-item, .section-locations .locations-container .locations2 .section-location-top .locations-item {
        padding: 10px; } }
  .locations2 .section-location-top .location-address {
    margin: 10px 0; }
  @media print {
    .locations2 .section-location-top .location-card .btn {
      display: none; } }

.locations2 .hospital-badge {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  text-decoration: none;
  margin: 14px 0; }
  @media only screen and (max-width: 767px) {
    .locations2 .hospital-badge {
      margin-bottom: 0; } }
  .locations2 .hospital-badge:hover .btn-link {
    color: #009eb3; }
  .locations2 .hospital-badge .badge-image, .locations2 .hospital-badge .badge-body {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .locations2 .hospital-badge .badge-image img {
    -webkit-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .locations2 .hospital-badge .badge-body {
    -webkit-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 16px; }
  .locations2 .hospital-badge .btn-link {
    padding: 0;
    font-size: 13px; }

.locations2 .hospital-video {
  position: relative; }
  .locations2 .hospital-video img {
    display: block;
    width: 100%; }
  .locations2 .hospital-video a:before {
    color: #fff;
    content: "play_circle_filled";
    font-size: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    position: absolute;
    top: 50%;
    cursor: pointer; }
  .locations2 .hospital-video a:hover:before {
    opacity: .8; }
  @media print {
    .locations2 .hospital-video {
      display: none; } }

.locations2 .parking-rates .h5 {
  margin-bottom: 5px; }

.locations2 .map-key-icon {
  margin-right: 10px;
  color: #a9abac;
  font-size: 15px;
  height: 15px;
  width: 15px; }

.locations2 .map-key-image {
  width: 17px;
  height: 12px;
  opacity: 0.4;
  position: relative;
  top: 3px; }

.locations2 .map-info-window {
  display: block;
  background: #fff;
  width: 300px;
  min-height: 70px;
  padding: 10px;
  text-decoration: none; }
  @media print {
    .locations2 .map-info-window {
      background: #fff !important; } }
  .locations2 .map-info-window .map-info-content {
    float: left;
    width: 210px;
    padding-right: 5px; }
  .locations2 .map-info-window .locations-icon {
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: center; }
  .locations2 .map-info-window img {
    float: left;
    display: block; }
  .locations2 .map-info-window h2 {
    font-size: 0.6875rem;
    margin-bottom: 3px;
    color: #7f8283; }
  .locations2 .map-info-window h3 {
    font-size: 14px;
    margin-bottom: 2px; }
  .locations2 .map-info-window p {
    font-size: 0.8125rem; }

.locations2 .parking-hospital-map {
  margin: 24px 0; }
  .locations2 .parking-hospital-map .purple {
    color: #63599e; }
  .locations2 .parking-hospital-map .teal {
    color: #00778a; }
  .locations2 .parking-hospital-map .map-pin {
    position: absolute;
    top: 12px;
    left: 0;
    background: url("/Content/Northwestern/img/markers/map-pin.png") no-repeat 0 0;
    width: 20px;
    height: 28px;
    line-height: 26px;
    font-size: 0.75rem;
    background-size: 100%;
    color: #fff;
    text-align: center; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .locations2 .parking-hospital-map .map-pin {
        left: 10px; } }
    @media print {
      .locations2 .parking-hospital-map .map-pin {
        left: 0;
        top: 1px;
        font-weight: 700; } }
    .locations2 .parking-hospital-map .map-pin.pin-alt {
      background: url("/Content/Northwestern/img/markers/map-pin-alt.png") no-repeat 0 0;
      background-size: 100%; }
  @media print {
    .locations2 .parking-hospital-map .md-8.hide-for-sm, .locations2 .parking-hospital-map .list-stacked dd.hide-for-sm, .list-stacked .locations2 .parking-hospital-map dd.hide-for-sm {
      display: none; } }
  @media print {
    .locations2 .parking-hospital-map .md-4, .locations2 .parking-hospital-map .list-stacked dt, .list-stacked .locations2 .parking-hospital-map dt {
      width: 50%; } }
  .locations2 .parking-hospital-map .map-info-window .map-info-content {
    width: 155px; }
  .locations2 .parking-hospital-map .map-key {
    margin: 1em 0; }
    @media only screen and (max-width: 767px) {
      .locations2 .parking-hospital-map .map-key {
        margin: 0 0 2em 0; } }
    @media print {
      .locations2 .parking-hospital-map .map-key {
        display: none; } }
    .locations2 .parking-hospital-map .map-key .left {
      margin-right: 40px; }
    .locations2 .parking-hospital-map .map-key .map-key-item {
      font-size: 12px;
      margin: 0 20px 0 0; }
      @media only screen and (max-width: 767px) {
        .locations2 .parking-hospital-map .map-key .map-key-item {
          display: block;
          margin: 0 0 10px 0; } }
      .locations2 .parking-hospital-map .map-key .map-key-item .material-icons, .locations2 .parking-hospital-map .map-key .map-key-item .icon-request-appointment:before, .locations2 .parking-hospital-map .map-key .map-key-item .icon-watch-video:before, .locations2 .parking-hospital-map .map-key .map-key-item .icon-play:before, .locations2 .parking-hospital-map .map-key .map-key-item .icon-person-location:before, .locations2 .parking-hospital-map .map-key .map-key-item .icon-details-top:before, .locations2 .parking-hospital-map .map-key .map-key-item .icon-details-left:before, .locations2 .parking-hospital-map .map-key .map-key-item .icon-directions:before, .locations2 .parking-hospital-map .map-key .map-key-item .icon-directions-alt:before, .locations2 .parking-hospital-map .map-key .map-key-item .icon-send-message:before, .locations2 .parking-hospital-map .map-key .map-key-item .icon-phone-top:before, .locations2 .parking-hospital-map .map-key .map-key-item .icon-phone-left:before, .locations2 .parking-hospital-map .map-key .map-key-item .icon-comment:before, .locations2 .parking-hospital-map .map-key .map-key-item .icon-cancel-search:before, .locations2 .parking-hospital-map .map-key .map-key-item .panel-footer .panel-footer-more:before, .panel-footer .locations2 .parking-hospital-map .map-key .map-key-item .panel-footer-more:before, .locations2 .parking-hospital-map .map-key .map-key-item .panel-toggle .panel-toggle-trigger:after, .panel-toggle .locations2 .parking-hospital-map .map-key .map-key-item .panel-toggle-trigger:after, .locations2 .parking-hospital-map .map-key .map-key-item .video-item figure:before, .video-item .locations2 .parking-hospital-map .map-key .map-key-item figure:before, .locations2 .parking-hospital-map .map-key .map-key-item .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .locations2 .parking-hospital-map .map-key .map-key-item div[id*="thumbnail"]:before, .locations2 .parking-hospital-map .map-key .map-key-item .card-trigger a:after, .card-trigger .locations2 .parking-hospital-map .map-key .map-key-item a:after, .locations2 .parking-hospital-map .map-key .map-key-item .card-video .card-image:before, .card-video .locations2 .parking-hospital-map .map-key .map-key-item .card-image:before, .locations2 .parking-hospital-map .map-key .map-key-item .card-content-figure figure.video a:before, .card-content-figure figure.video .locations2 .parking-hospital-map .map-key .map-key-item a:before, .locations2 .parking-hospital-map .map-key .map-key-item .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .locations2 .parking-hospital-map .map-key .map-key-item [data-role="remove"]:after, .locations2 .parking-hospital-map .map-key .map-key-item .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .locations2 .parking-hospital-map .map-key .map-key-item .brightcove-video:after, .locations2 .parking-hospital-map .map-key .map-key-item .section-location-details .btn-req-appt:after, .section-location-details .locations2 .parking-hospital-map .map-key .map-key-item .btn-req-appt:after,
      .locations2 .parking-hospital-map .map-key .map-key-item .section-location-details .btn-dr-location:after, .section-location-details .locations2 .parking-hospital-map .map-key .map-key-item .btn-dr-location:after, .locations2 .parking-hospital-map .map-key .map-key-item .hospital-video a:before, .locations2 .hospital-video .parking-hospital-map .map-key .map-key-item a:before, .locations2 .parking-hospital-map .map-key .map-key-item .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .locations2 .parking-hospital-map .map-key .map-key-item .icon-arrow:after, .locations2 .parking-hospital-map .map-key .map-key-item .back-to-top:before, .locations2 .parking-hospital-map .map-key .map-key-item .video-library .video-library-image:before, .video-library .locations2 .parking-hospital-map .map-key .map-key-item .video-library-image:before {
        position: relative;
        top: -1px; }
      .locations2 .parking-hospital-map .map-key .map-key-item .icon-position-top {
        top: -2px; }
    .locations2 .parking-hospital-map .map-key .map-key-icon {
      margin-right: 4px;
      color: #474b4c; }
    .locations2 .parking-hospital-map .map-key .map-key-image {
      opacity: 1;
      top: 0; }
  .locations2 .parking-hospital-map .list-locations {
    height: 100%;
    overflow-y: scroll;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .locations2 .parking-hospital-map .list-locations {
        min-height: 470px; } }
    @media print {
      .locations2 .parking-hospital-map .list-locations {
        overflow: auto; } }
  .locations2 .parking-hospital-map .item-location,
  .locations2 .parking-hospital-map .hotel-location {
    position: relative;
    border-top: 1px solid #ccc;
    margin: 1em 0; }
    @media only screen and (min-width: 768px) {
      .locations2 .parking-hospital-map .item-location,
      .locations2 .parking-hospital-map .hotel-location {
        padding: 0 10px; } }
    .locations2 .parking-hospital-map .item-location:first-of-type,
    .locations2 .parking-hospital-map .hotel-location:first-of-type {
      border-color: #f5f5f5; }
      @media only screen and (max-width: 767px) {
        .locations2 .parking-hospital-map .item-location:first-of-type,
        .locations2 .parking-hospital-map .hotel-location:first-of-type {
          margin-top: 0;
          border-color: #fff; } }
    @media print {
      .locations2 .parking-hospital-map .item-location .link-unstyled,
      .locations2 .parking-hospital-map .hotel-location .link-unstyled {
        display: none; } }
  .locations2 .parking-hospital-map .item-details {
    padding: 0 5px 0 30px; }
    @media only screen and (min-width: 1025px) {
      .locations2 .parking-hospital-map .item-details {
        padding-left: 20px; } }
  @media only screen and (min-width: 768px) {
    .locations2 .parking-hospital-map .locations-list-map {
      border: 2px solid #ccc;
      border-width: 2px 0;
      margin-bottom: 24px; } }
  .locations2 .parking-hospital-map .locations-list-map .md-4, .locations2 .parking-hospital-map .locations-list-map .list-stacked dt, .list-stacked .locations2 .parking-hospital-map .locations-list-map dt, .locations2 .parking-hospital-map .locations-list-map .md-8, .locations2 .parking-hospital-map .locations-list-map .list-stacked dd, .list-stacked .locations2 .parking-hospital-map .locations-list-map dd {
    padding: 0; }
  .locations2 .parking-hospital-map .locations-list-map.key-bottom {
    margin-bottom: 0; }
    .locations2 .parking-hospital-map .locations-list-map.key-bottom .map-key {
      border-bottom: 1px solid #ccc; }
  @media only screen and (min-width: 768px) {
    .locations2 .parking-hospital-map .locations-list-map .panel {
      padding: 0;
      background: #f5f5f5;
      margin: 0; } }
  .locations2 .parking-hospital-map .locations-list-map .panel .panel-content {
    max-height: 500px;
    height: auto; }
    .locations2 .parking-hospital-map .locations-list-map .panel .panel-content:after {
      left: 0;
      height: 70px; }
    @media only screen and (min-width: 768px) {
      .locations2 .parking-hospital-map .locations-list-map .panel .panel-content {
        max-height: 500px;
        height: 500px; }
        .locations2 .parking-hospital-map .locations-list-map .panel .panel-content:after {
          -webkit-box-shadow: inset 0 -40px 40px 0 #f5f5f5;
                  box-shadow: inset 0 -40px 40px 0 #f5f5f5; } }
    @media print {
      .locations2 .parking-hospital-map .locations-list-map .panel .panel-content {
        height: auto;
        max-height: none; } }
  .locations2 .parking-hospital-map .locations-list-map .panel .panel-footer {
    display: none; }
  .locations2 .parking-hospital-map .locations-list-map .panel.expanded .panel-content {
    max-height: 2000px; }
    .locations2 .parking-hospital-map .locations-list-map .panel.expanded .panel-content:after {
      height: 0;
      opacity: 0; }
  .locations2 .parking-hospital-map .item-title {
    margin: 13px 0 0 0; }
  .locations2 .parking-hospital-map .btn-view-more {
    margin-bottom: 16px; }

.locations2 .section-patient .list-title {
  font-size: 14px;
  font-weight: 600; }

@media only screen and (min-width: 768px) {
  .locations2 .section-patient .time-group .time {
    max-width: 350px; } }

.locations2 .section-overview .section-awards .stat-data-info {
  display: none; }

.locations2 .section-why-choose-us .section-awards {
  padding-bottom: 24px;
  border-bottom: 1px solid #d4d5d6; }
  .locations2 .section-why-choose-us .section-awards .award-wrapper {
    margin: 0 auto 24px auto; }
    @media only screen and (min-width: 768px) {
      .locations2 .section-why-choose-us .section-awards .award-wrapper {
        max-width: 80%; } }

.locations2 .section-awards {
  background: transparent; }
  .locations2 .section-awards .award-wrapper {
    text-decoration: none;
    margin-bottom: 24px; }
  .locations2 .section-awards .card-award {
    background: transparent; }
  .locations2 .section-awards .award-image {
    width: 135px;
    margin-right: 10px; }
    @media only screen and (max-width: 767px) {
      .locations2 .section-awards .award-image {
        width: 120px;
        margin-right: 5px; } }
  .locations2 .section-awards .award-copy {
    width: 100%;
    max-width: calc(100% - 145px); }
    @media only screen and (max-width: 767px) {
      .locations2 .section-awards .award-copy {
        max-width: calc(100% - 125px); } }
  .locations2 .section-awards .award-image img {
    width: 100%; }
  .locations2 .section-awards .badge-title {
    font-size: 1rem;
    margin: 0 0 .25rem; }
    .section-why-choose-us .locations2 .section-awards .badge-title {
      text-transform: uppercase;
      color: #333; }
    @media only screen and (max-width: 767px) {
      .locations2 .section-awards .badge-title {
        font-weight: normal;
        font-size: .95rem;
        line-height: 1.4; } }
  .locations2 .section-awards .stat-data-info {
    font-style: italic;
    font-size: 0.85rem;
    color: #333;
    margin: 0 0 .25rem;
    line-height: 1.5; }
    @media only screen and (max-width: 767px) {
      .locations2 .section-awards .stat-data-info {
        display: none; } }
  .locations2 .section-awards .btn-link {
    padding: .75em 0;
    border: 0; }
    .locations2 .section-awards .btn-link:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .locations2 .section-awards .btn-link:focus, .locations2 .section-awards .btn-link:active {
      background: transparent; }

.locations2 .callout-sidebar .card-general {
  background: transparent; }
  .locations2 .callout-sidebar .card-general .card-content a {
    text-decoration: underline; }

.locations2 .section-why-choose-us .panel-alt {
  padding-left: 0;
  padding-right: 0; }

.locations2 .page-nav {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 767px) {
    .locations2 .page-nav {
      position: relative; }
      .locations2 .page-nav .col, .locations2 .page-nav .list-stacked dt, .list-stacked .locations2 .page-nav dt, .locations2 .page-nav .list-stacked dd, .list-stacked .locations2 .page-nav dd {
        padding: 0; } }
  .locations2 .page-nav .nav {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    height: 70px;
    border-bottom: 1px solid #d4d5d6; }
    @media only screen and (max-width: 1023px) {
      .locations2 .page-nav .nav {
        height: 50px; } }
    @media only screen and (max-width: 767px) {
      .locations2 .page-nav .nav {
        display: block;
        height: auto; } }
  .locations2 .page-nav .nav-item {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 0;
    border: 1px solid #d4d5d6;
    border-width: 1px 1px 0 0; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .locations2 .page-nav .nav-item {
        height: 50px; } }
    @media only screen and (max-width: 767px) {
      .locations2 .page-nav .nav-item {
        display: block;
        width: 100%;
        border-width: 1px 0 0 0; } }
    .locations2 .page-nav .nav-item:first-of-type {
      border-left: 0; }
      @media only screen and (max-width: 767px) {
        .locations2 .page-nav .nav-item:first-of-type {
          border-width: 1px 0 0 0; } }
  .locations2 .page-nav .nav-link {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none; }
    .locations2 .page-nav .nav-link .nav-text {
      width: 100%;
      padding: 0 10px;
      line-height: 1.3;
      height: auto;
      text-align: center;
      font-size: 1.125rem;
      font-weight: 600; }
      @media only screen and (max-width: 1023px) {
        .locations2 .page-nav .nav-link .nav-text {
          font-size: 0.875rem; } }
    @media only screen and (max-width: 767px) {
      .locations2 .page-nav .nav-link {
        padding: 1em .5em; } }
    @media only screen and (min-width: 768px) {
      .locations2 .page-nav .nav-link:hover, .locations2 .page-nav .nav-link.active {
        background: #eee; } }
    @media only screen and (min-width: 1025px) {
      .locations2 .page-nav .nav-link.active:before, .locations2 .page-nav .nav-link:hover:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        bottom: 0;
        left: 0;
        background-color: #63599e; } }
    .locations2 .page-nav .nav-link .line {
      display: inline; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .locations2 .page-nav .nav-link .line {
          display: block; } }
    .locations2 .page-nav .nav-link .material-icons, .locations2 .page-nav .nav-link .icon-request-appointment:before, .locations2 .page-nav .nav-link .icon-watch-video:before, .locations2 .page-nav .nav-link .icon-play:before, .locations2 .page-nav .nav-link .icon-person-location:before, .locations2 .page-nav .nav-link .icon-details-top:before, .locations2 .page-nav .nav-link .icon-details-left:before, .locations2 .page-nav .nav-link .icon-directions:before, .locations2 .page-nav .nav-link .icon-directions-alt:before, .locations2 .page-nav .nav-link .icon-send-message:before, .locations2 .page-nav .nav-link .icon-phone-top:before, .locations2 .page-nav .nav-link .icon-phone-left:before, .locations2 .page-nav .nav-link .icon-comment:before, .locations2 .page-nav .nav-link .icon-cancel-search:before, .locations2 .page-nav .nav-link .panel-footer .panel-footer-more:before, .panel-footer .locations2 .page-nav .nav-link .panel-footer-more:before, .locations2 .page-nav .nav-link .panel-toggle .panel-toggle-trigger:after, .panel-toggle .locations2 .page-nav .nav-link .panel-toggle-trigger:after, .locations2 .page-nav .nav-link .video-item figure:before, .video-item .locations2 .page-nav .nav-link figure:before, .locations2 .page-nav .nav-link .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .locations2 .page-nav .nav-link div[id*="thumbnail"]:before, .locations2 .page-nav .nav-link .card-trigger a:after, .card-trigger .locations2 .page-nav .nav-link a:after, .locations2 .page-nav .nav-link .card-video .card-image:before, .card-video .locations2 .page-nav .nav-link .card-image:before, .locations2 .page-nav .nav-link .card-content-figure figure.video a:before, .card-content-figure figure.video .locations2 .page-nav .nav-link a:before, .locations2 .page-nav .nav-link .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .locations2 .page-nav .nav-link [data-role="remove"]:after, .locations2 .page-nav .nav-link .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .locations2 .page-nav .nav-link .brightcove-video:after, .locations2 .page-nav .nav-link .section-location-details .btn-req-appt:after, .section-location-details .locations2 .page-nav .nav-link .btn-req-appt:after,
    .locations2 .page-nav .nav-link .section-location-details .btn-dr-location:after, .section-location-details .locations2 .page-nav .nav-link .btn-dr-location:after, .locations2 .page-nav .nav-link .hospital-video a:before, .locations2 .hospital-video .page-nav .nav-link a:before, .locations2 .page-nav .nav-link .locations-landing .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .locations2 .page-nav .nav-link .icon-arrow:after, .locations2 .page-nav .nav-link .back-to-top:before, .locations2 .page-nav .nav-link .video-library .video-library-image:before, .video-library .locations2 .page-nav .nav-link .video-library-image:before {
      display: block;
      margin: 0 auto; }

.locations2.sticky-page-nav {
  padding-top: 330px; }
  @media only screen and (min-width: 768px) {
    .locations2.sticky-page-nav #page-nav {
      position: fixed;
      top: 0;
      width: 100%;
      padding-top: 115px;
      z-index: 101;
      background-color: #f9f9f9;
      -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2); } }
  @media only screen and (min-width: 768px) {
    .locations2.sticky-page-nav #page-nav .nav {
      height: 50px; }
    .locations2.sticky-page-nav #page-nav .nav-text {
      font-size: 0.875rem; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .locations2.sticky-page-nav #page-nav {
    font-size: 0.875rem; } }

@media only screen and (max-width: 767px) {
  .locations2.tier1 .emergency-message, .locations2.tier2 .emergency-message, .locations2.check-in .emergency-message {
    margin: 0 -12px; } }

@media only screen and (min-width: 768px) {
  .locations2.check-in .section-header {
    padding-top: 12px; } }

.locations2.check-in .section-title {
  margin-bottom: 10px; }

.locations2.check-in .location-type {
  color: #a9abac;
  font-size: 14px;
  font-weight: 400; }

.locations2.check-in .btn-call {
  margin-bottom: 16px; }
  @media only screen and (max-width: 767px) {
    .locations2.check-in .btn-call {
      display: block; } }

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .locations2.check-in .section-location-top .location-map {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .locations2.check-in .section-location-top .md-12 {
    width: 100%; }
  .locations2.check-in .section-location-top .flex-item-main {
    border-left: 0; } }

.locations2.check-in .section-location-top .time-group {
  border-right: 0; }

@media all and (max-width: 480px) {
  .panel-flex.panel-deparment-service {
    margin-bottom: 0; } }

@media all and (min-width: 481px) {
  .panel-flex.panel-deparment-service {
    width: 49%;
    margin-right: 0.5%; } }

@media all and (min-width: 768px) {
  .panel-flex.panel-deparment-service {
    width: 32%;
    margin-right: 1.333333333%; } }

.panel-flex.panel-deparment-service .location-department-service {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.panel-flex.panel-deparment-service.main-hospital {
  background: #f5f5f5; }

@media print {
  .panel-flex.panel-deparment-service .btn {
    display: none; } }

#services .panel-no-padding .panel {
  padding: 0; }

@media only screen and (max-width: 767px) {
  #services .panel-no-padding .panel-content .col, #services .panel-no-padding .panel-content .list-stacked dt, .list-stacked #services .panel-no-padding .panel-content dt, #services .panel-no-padding .panel-content .list-stacked dd, .list-stacked #services .panel-no-padding .panel-content dd {
    margin-bottom: 24px; } }

.profiler-results {
  display: none; }

.locations-landing #site-header {
  position: fixed; }

@media only screen and (min-width: 1025px) {
  .locations-landing #site-header {
    height: 115px; }
    .locations-landing #site-header #site-title {
      width: 37px;
      height: 27px;
      background-size: auto 100%;
      position: absolute;
      bottom: 8px; }
      .locations-landing #site-header #site-title .logo-full {
        display: none; }
      .locations-landing #site-header #site-title .logo-shortened {
        opacity: 1; }
    .locations-landing #site-header .main-nav {
      z-index: 4;
      margin-left: 65px; }
    .locations-landing #site-header .search-bar {
      bottom: 11px; } }

@media only screen and (max-width: 1024px) {
  .locations-landing #site-header {
    height: 55px; } }

.locations-landing .breadcrumb-container,
.locations-landing #site-footer {
  display: none; }

@media print {
  .locations-landing #site-footer {
    display: block; } }

.locations-landing .filter-nav-top .filter-nav {
  padding: 0 12px; }
  @media print {
    .locations-landing .filter-nav-top .filter-nav {
      display: none; } }
  .locations-landing .filter-nav-top .filter-nav .view-toggles {
    padding: 4px 0 0;
    height: auto;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .locations-landing .filter-nav-top .filter-nav .view-toggles {
        width: 250px;
        padding: 0 12px;
        width: auto; } }
    @media only screen and (min-width: 1025px) {
      .locations-landing .filter-nav-top .filter-nav .view-toggles {
        min-width: 350px;
        padding: 0 16px; } }
    .locations-landing .filter-nav-top .filter-nav .view-toggles .page-title {
      padding-top: 5px;
      padding-bottom: 10px; }
    .locations-landing .filter-nav-top .filter-nav .view-toggles .row, .locations-landing .filter-nav-top .filter-nav .view-toggles .list-stacked {
      min-width: 300px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .locations-landing .filter-nav-top .filter-nav .view-toggles .row, .locations-landing .filter-nav-top .filter-nav .view-toggles .list-stacked {
          min-width: 250px; } }
    .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle {
      position: absolute;
      top: 0;
      right: 0;
      color: #00778a;
      font-size: 1rem;
      overflow: hidden;
      display: block;
      width: 50%;
      max-width: 100px;
      text-align: right;
      cursor: pointer; }
      .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        top: 0;
        left: 0;
        visibility: hidden;
        background-color: #00778a;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: scale 3s ease;
        -webkit-transition: scale 3s ease; }
      @media only screen and (min-width: 768px) {
        .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle {
          position: relative;
          cursor: pointer;
          font-size: .85rem;
          border: 1px solid #dad5f1;
          border-width: 0 1px;
          padding: 31px 0;
          max-width: none;
          text-align: center; }
          .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle:last-of-type {
            border-left: 0; }
          .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle:hover, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle.active, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle:focus {
            color: #333;
            border-bottom: 1px solid #f2f2f2;
            background: #f5f5f5; }
            .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle:hover:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle.active:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle:focus:before {
              visibility: visible;
              -webkit-transform: scaleX(1);
              transform: scaleX(1);
              background-color: #009eb3;
              transition: scale 3s ease;
              -webkit-transition: scale 3s ease; } }
      @media only screen and (max-width: 767px) {
        .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle.active {
          color: #333;
          display: none; } }
      .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .material-icons, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-request-appointment:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-watch-video:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-play:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-person-location:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-details-top:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-details-left:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-directions:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-directions-alt:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-send-message:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-phone-top:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-phone-left:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-comment:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-cancel-search:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .panel-footer .panel-footer-more:before, .panel-footer .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .panel-footer-more:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .panel-toggle .panel-toggle-trigger:after, .panel-toggle .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .panel-toggle-trigger:after, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .video-item figure:before, .video-item .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle figure:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle div[id*="thumbnail"]:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .card-trigger a:after, .card-trigger .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle a:after, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .card-video .card-image:before, .card-video .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .card-image:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .card-content-figure figure.video a:before, .card-content-figure figure.video .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle a:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle [data-role="remove"]:after, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .brightcove-video:after, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .section-location-details .btn-req-appt:after, .section-location-details .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .btn-req-appt:after,
      .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .section-location-details .btn-dr-location:after, .section-location-details .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .btn-dr-location:after, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .locations2 .hospital-video a:before, .locations2 .hospital-video .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle a:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-arrow:after, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .back-to-top:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .video-library .video-library-image:before, .video-library .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .video-library-image:before {
        position: relative;
        top: 2px;
        height: 32px;
        width: 40px;
        font-size: 40px;
        line-height: 1;
        overflow: hidden; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .material-icons, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-request-appointment:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-watch-video:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-play:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-person-location:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-details-top:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-details-left:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-directions:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-directions-alt:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-send-message:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-phone-top:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-phone-left:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-comment:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-cancel-search:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .panel-footer .panel-footer-more:before, .panel-footer .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .panel-footer-more:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .panel-toggle .panel-toggle-trigger:after, .panel-toggle .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .panel-toggle-trigger:after, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .video-item figure:before, .video-item .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle figure:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle div[id*="thumbnail"]:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .card-trigger a:after, .card-trigger .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle a:after, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .card-video .card-image:before, .card-video .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .card-image:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .card-content-figure figure.video a:before, .card-content-figure figure.video .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle a:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle [data-role="remove"]:after, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .brightcove-video:after, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .section-location-details .btn-req-appt:after, .section-location-details .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .btn-req-appt:after,
          .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .section-location-details .btn-dr-location:after, .section-location-details .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .btn-dr-location:after, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .locations2 .hospital-video a:before, .locations2 .hospital-video .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle a:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .filter-nav-top .filter-nav .view-toggles .view-toggle .icon-arrow:after, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .back-to-top:before, .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .video-library .video-library-image:before, .video-library .locations-landing .filter-nav-top .filter-nav .view-toggles .view-toggle .video-library-image:before {
            top: 4px;
            height: 28px;
            width: 30px;
            font-size: 30px; } }
    .locations-landing .filter-nav-top .filter-nav .view-toggles .toggle-mobile-filter {
      background: transparent;
      border-color: #00778a; }
    .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .material-icons, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .icon-request-appointment:before, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .icon-watch-video:before, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .icon-play:before, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .icon-person-location:before, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .icon-details-top:before, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .icon-details-left:before, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .icon-directions:before, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .icon-directions-alt:before, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .icon-send-message:before, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .icon-phone-top:before, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .icon-phone-left:before, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .icon-comment:before, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .icon-cancel-search:before, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .panel-footer .panel-footer-more:before, .panel-footer .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .panel-footer-more:before, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .panel-toggle .panel-toggle-trigger:after, .panel-toggle .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .panel-toggle-trigger:after, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .video-item figure:before, .video-item .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view figure:before, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view div[id*="thumbnail"]:before, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .card-trigger a:after, .card-trigger .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view a:after, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .card-video .card-image:before, .card-video .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .card-image:before, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .card-content-figure figure.video a:before, .card-content-figure figure.video .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view a:before, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view [data-role="remove"]:after, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .brightcove-video:after, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .section-location-details .btn-req-appt:after, .section-location-details .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .btn-req-appt:after,
    .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .section-location-details .btn-dr-location:after, .section-location-details .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .btn-dr-location:after, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .locations2 .hospital-video a:before, .locations2 .hospital-video .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view a:before, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .filter-nav-top .filter-nav .view-toggles #map-view .icon-arrow:after, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .back-to-top:before, .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .video-library .video-library-image:before, .video-library .locations-landing .filter-nav-top .filter-nav .view-toggles #map-view .video-library-image:before {
      top: 5px;
      width: 32px;
      font-size: 32px; }
  .locations-landing .filter-nav-top .filter-nav .filter-search-bar {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .locations-landing .filter-nav-top .filter-nav .filter-search-bar {
        width: calc(100% - 280px);
        padding: 0 24px 0 28px;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1025px) {
      .locations-landing .filter-nav-top .filter-nav .filter-search-bar {
        width: calc(100% - 380px); } }
    .locations-landing .filter-nav-top .filter-nav .filter-search-bar .search-bar-full {
      z-index: 1; }
      .locations-landing .filter-nav-top .filter-nav .filter-search-bar .search-bar-full label {
        font-size: 14px;
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          .locations-landing .filter-nav-top .filter-nav .filter-search-bar .search-bar-full label {
            font-size: 13px; } }
        @media only screen and (max-width: 1200px) {
          .locations-landing .filter-nav-top .filter-nav .filter-search-bar .search-bar-full label .label-long {
            display: none; } }
      .locations-landing .filter-nav-top .filter-nav .filter-search-bar .search-bar-full .input-original {
        font-size: 16px;
        padding: 8px 50px 8px 8px; }
        @media only screen and (max-width: 767px) {
          .locations-landing .filter-nav-top .filter-nav .filter-search-bar .search-bar-full .input-original {
            padding: 8px 38px 8px 8px; } }
      .locations-landing .filter-nav-top .filter-nav .filter-search-bar .search-bar-full .btn-search {
        width: 42px;
        height: 42px;
        padding: 10px;
        min-height: 42px; }
      .locations-landing .filter-nav-top .filter-nav .filter-search-bar .search-bar-full .ots-disabled {
        background: #e9e9e9;
        color: #999;
        border-color: #bbb;
        cursor: not-allowed !important;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
      .locations-landing .filter-nav-top .filter-nav .filter-search-bar .search-bar-full #tag-select-list, .locations-landing .filter-nav-top .filter-nav .filter-search-bar .search-bar-full .bootstrap-tagsinput {
        border: 1px solid #ccc;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        display: inline-block;
        width: 100%;
        height: 42px;
        margin-top: 4px; }
        .locations-landing .filter-nav-top .filter-nav .filter-search-bar .search-bar-full #tag-select-list.ots-disabled input, .locations-landing .filter-nav-top .filter-nav .filter-search-bar .search-bar-full .bootstrap-tagsinput.ots-disabled input {
          background: #e9e9e9;
          color: #999;
          border-color: #bbb;
          cursor: not-allowed !important; }
    .locations-landing .filter-nav-top .filter-nav .filter-search-bar .location-search-suggestions.active .bootstrap-tagsinput .tag {
      width: auto; }
      .locations-landing .filter-nav-top .filter-nav .filter-search-bar .location-search-suggestions.active .bootstrap-tagsinput .tag:after {
        display: none; }
    .locations-landing .filter-nav-top .filter-nav .filter-search-bar .location-search-suggestions.active .bootstrap-tagsinput input {
      width: 100%; }
    @media only screen and (max-width: 1024px) {
      .locations-landing .filter-nav-top .filter-nav .filter-search-bar .location-search-suggestions.active .dropdown-menu {
        max-height: calc(100vh - 250px); } }
    .locations-landing .filter-nav-top .filter-nav .filter-search-bar .location-search-suggested {
      position: relative;
      width: 100%;
      line-height: 2em;
      font-size: 1rem; }
    .locations-landing .filter-nav-top .filter-nav .filter-search-bar .panel {
      margin-top: 24px; }
    .locations-landing .filter-nav-top .filter-nav .filter-search-bar .align-right p {
      margin: 0 1em 0 0; }
  @media only screen and (max-width: 767px) {
    .locations-landing .filter-nav-top .filter-nav .filter-sort {
      width: 100%;
      margin-bottom: 8px; }
      .locations-landing .filter-nav-top .filter-nav .filter-sort .btn {
        padding: .75em 0;
        letter-spacing: 0; } }

.locations-landing .sort-me {
  margin-top: 10px; }
  .locations-landing .sort-me .dropdown-menu {
    left: auto;
    right: 0; }

@media only screen and (min-width: 768px) {
  .locations-landing .card-map {
    width: 125px; } }

@media only screen and (min-width: 1025px) {
  .locations-landing .card-map {
    width: 175px; } }

@media only screen and (min-width: 1200px) {
  .locations-landing .card-map {
    width: 235px; } }

.locations-landing .card-map-wrapper {
  position: relative; }
  .locations-landing .card-map-wrapper img {
    display: block; }

.locations-landing .walk-in-text {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-weight: 600; }
  .locations-landing .walk-in-text.is-hidden {
    display: none; }

.locations-landing .card-map-overlay-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  text-decoration: none; }
  .locations-landing .card-map-overlay-wrapper.is-hidden {
    display: none; }
  .locations-landing .card-map-overlay-wrapper.is-loading .card-map-overlay-text {
    visibility: hidden; }
  .locations-landing .card-map-overlay-wrapper:hover .card-map-overlay {
    opacity: .8; }
  @media only screen and (max-width: 1024px) {
    .locations-landing .card-map-overlay-wrapper {
      display: none; } }
  .locations-landing .card-map-overlay-wrapper .card-map-overlay-text {
    position: relative;
    color: #fff;
    font-weight: 600;
    margin: auto;
    z-index: 2;
    line-height: 1.2; }
  .locations-landing .card-map-overlay-wrapper .card-map-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #63599e;
    opacity: .7; }

.locations-landing .card-details {
  width: calc(100% - 75px); }
  @media only screen and (min-width: 768px) {
    .locations-landing .card-details {
      width: calc(100% - 125px); } }
  @media only screen and (min-width: 1025px) {
    .locations-landing .card-details {
      width: calc(100% - 175px); } }
  @media only screen and (min-width: 1200px) {
    .locations-landing .card-details {
      width: calc(100% - 525px); } }
  @media print {
    .locations-landing .card-details {
      width: 74%; } }
  .locations-landing .card-details .card-heading {
    margin-bottom: .15em; }
  .locations-landing .card-details .parent-name {
    cursor: pointer; }
  .locations-landing .card-details .location-heading {
    font-size: 14px;
    color: #a9abac; }
  .locations-landing .card-details .distance {
    margin: 10px 0; }

.locations-landing .card-actions {
  width: 100%; }
  @media only screen and (min-width: 1200px) {
    .locations-landing .card-actions {
      width: 290px; } }
  @media only screen and (max-width: 1023px) {
    .locations-landing .card-actions .btn {
      padding: .5em 1em; } }
  @media print {
    .locations-landing .card-actions {
      display: none; } }
  .locations-landing .card-actions .btn-secondary {
    background: #f6f6f7;
    border-color: #d4d5d6; }
    .locations-landing .card-actions .btn-secondary:hover, .locations-landing .card-actions .btn-secondary:active, .locations-landing .card-actions .btn-secondary:focus {
      color: #009eb3; }
  .locations-landing .card-actions .btn-check-in {
    min-height: 47px;
    padding: .75em .5em; }
    @media only screen and (max-width: 1023px) {
      .locations-landing .card-actions .btn-check-in {
        min-height: 40px; } }
    .locations-landing .card-actions .btn-check-in.is-hidden {
      display: none; }
    .locations-landing .card-actions .btn-check-in.is-loading {
      color: transparent; }
    .locations-landing .card-actions .btn-check-in .loader-icon-btn {
      top: .75em; }

.locations-landing .distance .material-icons, .locations-landing .distance .icon-request-appointment:before, .locations-landing .distance .icon-watch-video:before, .locations-landing .distance .icon-play:before, .locations-landing .distance .icon-person-location:before, .locations-landing .distance .icon-details-top:before, .locations-landing .distance .icon-details-left:before, .locations-landing .distance .icon-directions:before, .locations-landing .distance .icon-directions-alt:before, .locations-landing .distance .icon-send-message:before, .locations-landing .distance .icon-phone-top:before, .locations-landing .distance .icon-phone-left:before, .locations-landing .distance .icon-comment:before, .locations-landing .distance .icon-cancel-search:before, .locations-landing .distance .panel-footer .panel-footer-more:before, .panel-footer .locations-landing .distance .panel-footer-more:before, .locations-landing .distance .panel-toggle .panel-toggle-trigger:after, .panel-toggle .locations-landing .distance .panel-toggle-trigger:after, .locations-landing .distance .video-item figure:before, .video-item .locations-landing .distance figure:before, .locations-landing .distance .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .locations-landing .distance div[id*="thumbnail"]:before, .locations-landing .distance .card-trigger a:after, .card-trigger .locations-landing .distance a:after, .locations-landing .distance .card-video .card-image:before, .card-video .locations-landing .distance .card-image:before, .locations-landing .distance .card-content-figure figure.video a:before, .card-content-figure figure.video .locations-landing .distance a:before, .locations-landing .distance .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .locations-landing .distance [data-role="remove"]:after, .locations-landing .distance .section-doctor-details .doctor-actions .brightcove-video:after, .section-doctor-details .doctor-actions .locations-landing .distance .brightcove-video:after, .locations-landing .distance .section-location-details .btn-req-appt:after, .section-location-details .locations-landing .distance .btn-req-appt:after,
.locations-landing .distance .section-location-details .btn-dr-location:after, .section-location-details .locations-landing .distance .btn-dr-location:after, .locations-landing .distance .locations2 .hospital-video a:before, .locations2 .hospital-video .locations-landing .distance a:before, .locations-landing .distance .filters-toggle .filter-item .icon-arrow:after, .locations-landing .filters-toggle .filter-item .distance .icon-arrow:after, .locations-landing .distance .back-to-top:before, .locations-landing .distance .video-library .video-library-image:before, .video-library .locations-landing .distance .video-library-image:before {
  position: relative;
  width: 15px;
  top: 2px;
  color: #7f8283; }

.locations-landing .distance-mobile {
  position: absolute;
  top: 10px;
  right: 10px; }

.locations-landing .online-checkin-heading {
  margin: 0 0 3px 0; }

.locations-landing .online-checkin-test {
  background-color: #f6f6f7;
  padding: 12px; }
  @media only screen and (max-width: 1023px) {
    .locations-landing .online-checkin-test {
      margin: 12px 0; } }

.locations-landing .section-locations {
  width: 100%;
  position: fixed;
  top: 55px;
  left: 0;
  height: 100vh;
  z-index: 3; }
  @media only screen and (min-width: 1025px) {
    .locations-landing .section-locations {
      top: 115px; } }
  @media print {
    .locations-landing .section-locations {
      position: relative;
      top: auto;
      left: auto;
      height: auto; } }

.locations-landing .locations-toggle {
  width: 100%;
  position: fixed;
  top: 230px;
  height: calc(100vh - 230px);
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  @media only screen and (min-width: 1025px) {
    .locations-landing .locations-toggle {
      top: 212px;
      height: calc(100vh - 212px); } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .locations-landing .locations-toggle {
      top: 148px;
      height: calc(100vh - 148px); } }
  @media print {
    .locations-landing .locations-toggle {
      position: relative;
      top: auto;
      height: auto;
      left: auto;
      -webkit-transform: none;
      transform: none; } }
  .locations-landing .locations-toggle.page-current {
    z-index: 4;
    -webkit-animation: scaleUp .7s ease both;
            animation: scaleUp .7s ease both; }

.locations-landing .locations-list {
  background: #f5f5f5;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 3; }
  @media print {
    .locations-landing .locations-list {
      overflow: auto; }
      .locations-landing .locations-list .site-footer {
        display: none; } }
  @media only screen and (min-width: 768px) {
    .locations-landing .locations-list .panel-title {
      font-size: 2.15rem;
      font-weight: 700; } }

.locations-landing .locations-map .map-container {
  height: 100%; }
  .locations-landing .locations-map .map-container .no-results-map {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2;
    width: 90%; }
    @media only screen and (min-width: 768px) {
      .locations-landing .locations-map .map-container .no-results-map {
        width: 60%; } }
    @media only screen and (min-width: 1025px) {
      .locations-landing .locations-map .map-container .no-results-map {
        width: 70%; } }
  @media print {
    .locations-landing .locations-map .map-container {
      height: 500px; } }

.locations-landing .locations-map .filters-toggle {
  background: #f5f5f5; }

.locations-landing .locations-map canvas {
  min-width: 100% !important; }

@media only screen and (max-width: 767px) {
  .locations-landing .filter-nav-actions {
    background: #ebebeb;
    padding: 20px;
    color: #333; }
    .locations-landing .filter-nav-actions .link-unstyled {
      color: #00778a;
      padding: 10px 16px; }
      .locations-landing .filter-nav-actions .link-unstyled.left {
        padding-left: 0; }
      .locations-landing .filter-nav-actions .link-unstyled.right {
        border: 1px solid #00778a; } }

.locations-landing .filter-list li {
  padding: 0 13px; }

@media only screen and (min-width: 768px) {
  .locations-landing .filter-list .list-item-selected {
    position: relative;
    background: #eee;
    border-radius: 2px; } }

.locations-landing .filter-list .list-item-selected .list-item-apply {
  width: 100%;
  display: block;
  padding: 5px 30px 5px 0;
  cursor: pointer;
  line-height: 1.5; }
  @media only screen and (max-width: 767px) {
    .locations-landing .filter-list .list-item-selected .list-item-apply {
      color: #333; } }

.locations-landing .filter-list .link-unstyled {
  margin-top: 5px; }

.locations-landing .list-item-selected {
  padding: 0 13px; }
  .locations-landing .list-item-selected .remove-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #00778a;
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 0;
    width: 30px;
    height: 100%;
    font-size: 1rem;
    font-weight: 600;
    text-align: center; }

.locations-landing .filters-toggle .change-location {
  margin-bottom: 18px; }
  @media only screen and (max-width: 767px) {
    .locations-landing .filters-toggle .change-location {
      background: transparent;
      text-align: left; } }
  @media only screen and (min-width: 768px) {
    .locations-landing .filters-toggle .change-location {
      padding: 0; } }
  .locations-landing .filters-toggle .change-location .required-field-marker {
    display: none; }
  .locations-landing .filters-toggle .change-location .fal-search-form {
    margin-bottom: 12px; }
  .locations-landing .filters-toggle .change-location .search-bar-label {
    width: 100%; }
  .locations-landing .filters-toggle .change-location .filter-item-title {
    width: auto;
    padding-left: 15px;
    margin-bottom: 1em; }
  .locations-landing .filters-toggle .change-location .filter-search-tip,
  .locations-landing .filters-toggle .change-location .use-current {
    margin: 2px 0 0 15px; }
  .locations-landing .filters-toggle .change-location .form-group {
    margin: 0; }
    .locations-landing .filters-toggle .change-location .form-group input {
      padding-top: 11px;
      padding-bottom: 11px; }
    @media only screen and (max-width: 767px) {
      .locations-landing .filters-toggle .change-location .form-group .field-validation-error {
        left: 5px;
        padding: 6px 10px;
        background: #f5f5f5; } }
  .locations-landing .filters-toggle .change-location .search-bar-full input {
    font-size: .8125rem; }
  .locations-landing .filters-toggle .change-location .search-bar-full .btn-search-alt {
    position: absolute;
    min-height: 0;
    top: 0;
    right: 6px;
    padding: 0;
    z-index: 2; }

.locations-landing .filters-toggle .filter-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  border: 1px solid #d4d5d6;
  background: #fff;
  cursor: pointer;
  margin-bottom: .35em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .locations-landing .filters-toggle .filter-item .filter-list {
    display: none;
    padding: 0 13px; }
  .locations-landing .filters-toggle .filter-item.active .icon-arrow:after {
    content: "keyboard_arrow_up"; }
  .locations-landing .filters-toggle .filter-item.active .filter-selected {
    display: none; }
  .locations-landing .filters-toggle .filter-item .icon-arrow:after {
    display: inline-block;
    content: "keyboard_arrow_down";
    font-size: 25px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 5px;
    width: 36px; }
  .locations-landing .filters-toggle .filter-item .filter-item-title {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 13px; }
  .locations-landing .filters-toggle .filter-item .filter-selected {
    margin-top: -13px; }
    .locations-landing .filters-toggle .filter-item .filter-selected .list-item-selected .remove-filter {
      display: none; }
  .locations-landing .filters-toggle .filter-item .filter-list {
    margin: 0 -13px 18px -13px; }
    .locations-landing .filters-toggle .filter-item .filter-list .list-unstyled {
      margin-bottom: 0; }
    .locations-landing .filters-toggle .filter-item .filter-list .list-item-selected {
      background: #eee;
      border-radius: 2px; }
  @media only screen and (max-width: 767px) {
    .locations-landing .filters-toggle .filter-item .btn-link {
      padding: .25em 1.75em .25em 0; } }

@media print {
  .locations-landing .filters-toggle {
    display: none; } }

.locations-landing .mobile-filters .filter-nav-side {
  overflow-y: scroll; }

.locations-landing .section-filter-locations {
  background: rgba(255, 255, 255, 0.95);
  overflow-y: scroll; }
  .locations-landing .section-filter-locations .filter-list-wrapper {
    margin: 0 auto;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .locations-landing .section-filter-locations .filter-list-wrapper {
        margin: 100px auto 0 auto;
        width: 80%; }
        .locations-landing .section-filter-locations .filter-list-wrapper h3 {
          margin-bottom: 30px; } }
  @media only screen and (min-width: 1025px) {
    .locations-landing .section-filter-locations .filter-list-type {
      width: 50%; } }
  .locations-landing .section-filter-locations .close, .locations-landing .section-filter-locations .fancybox-close {
    top: 15px; }
  @media print {
    .locations-landing .section-filter-locations {
      display: none; } }

.locations-landing.mobiile-filter-full .locations-list {
  margin-top: 55px; }

.locations-landing .default-locations {
  position: relative;
  min-height: 400px; }
  @media only screen and (min-width: 768px) {
    .locations-landing .default-locations {
      min-height: 600px; } }

.locations-landing .loader-icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  background: #fff; }
  @media print {
    .locations-landing .loader-icon-wrapper {
      display: none; } }
  .locations-landing .loader-icon-wrapper .loader-icon {
    height: calc(100vh - 285px);
    background: none; }
    @media only screen and (max-width: 1024px) {
      .locations-landing .loader-icon-wrapper .loader-icon {
        height: calc(100vh - 220px); } }

@media only screen and (min-width: 768px) {
  .locations-landing .locations-item-map .loader-icon-wrapper {
    width: 75%;
    right: 0;
    left: auto; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .locations-landing .locations-item-map .loader-icon-wrapper {
    width: 66.67%; } }

@-webkit-keyframes moveToTop {
  from { }
  to {
    -webkit-transform: translateY(-100%); } }

@keyframes moveToTop {
  from { }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@-webkit-keyframes moveToLeft {
  from { }
  to {
    -webkit-transform: translateX(-100%); } }

@keyframes moveToLeft {
  from { }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes moveToRight {
  from { }
  to {
    -webkit-transform: translateX(100%); } }

@keyframes moveToRight {
  from { }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.move-left {
  -webkit-animation: moveToLeft .5s ease both;
  animation: moveToLeft .5s ease both;
  opacity: 1;
  visibility: visible; }

.move-right {
  -webkit-animation: moveToRight .5s ease both;
  animation: moveToRight .5s ease both;
  opacity: 1;
  visibility: visible; }

.mapboxgl-popup-content {
  min-width: 225px;
  max-width: 340px;
  padding-top: 15px; }
  .mapboxgl-popup-content .phone-number {
    margin: 10px 0 16px 0; }
  .mapboxgl-popup-content .mapboxgl-popup-close-button {
    font-size: 19px; }
  .mapboxgl-popup-content a {
    color: #00778a !important;
    font-weight: 400;
    text-decoration: none; }
    .mapboxgl-popup-content a:hover {
      color: #009eb3 !important;
      text-decoration: underline; }

.card blockquote {
  margin: 0; }
  .card blockquote:before {
    display: block;
    vertical-align: -0.5em;
    color: #54585a;
    font-size: 70px;
    line-height: 70px;
    height: 40px; }

.care-areas {
  background-color: #f5f5f5; }
  .no-mobile .care-areas .panel.panel-alt.panel-care-top {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .mobile .care-areas .panel.panel-alt {
      background: #FFFFFF; }
      .mobile .care-areas .panel.panel-alt.panel-care-top {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0; }
        .mobile .care-areas .panel.panel-alt.panel-care-top .panel-header {
          padding: 10px 15px 0 15px; } }
  .care-areas .tabs-accordion {
    background: transparent; }
    .care-areas .tabs-accordion .resp-tabs-container {
      background-color: transparent; }
  .care-areas .care-item-title {
    margin-top: 10px; }
  @media only screen and (min-width: 768px) {
    .care-areas .tabs-accordion-mobile-care .resp-tabs-list.nav {
      display: none !important; } }
  .care-areas .tabs-accordion-mobile-care.resp-easy-accordion .resp-tabs-container {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .care-areas .tabs-accordion-mobile-care.resp-easy-accordion .care-item-title {
      display: none !important; } }
  .care-areas .tabs-accordion-mobile-care.resp-easy-accordion .col.column-set, .care-areas .tabs-accordion-mobile-care.resp-easy-accordion .list-stacked dt.column-set, .list-stacked .care-areas .tabs-accordion-mobile-care.resp-easy-accordion dt.column-set, .care-areas .tabs-accordion-mobile-care.resp-easy-accordion .list-stacked dd.column-set, .list-stacked .care-areas .tabs-accordion-mobile-care.resp-easy-accordion dd.column-set {
    padding: 0; }
    .care-areas .tabs-accordion-mobile-care.resp-easy-accordion .col.column-set h2.resp-accordion:first-of-type, .care-areas .tabs-accordion-mobile-care.resp-easy-accordion .list-stacked dt.column-set h2.resp-accordion:first-of-type, .list-stacked .care-areas .tabs-accordion-mobile-care.resp-easy-accordion dt.column-set h2.resp-accordion:first-of-type, .care-areas .tabs-accordion-mobile-care.resp-easy-accordion .list-stacked dd.column-set h2.resp-accordion:first-of-type, .list-stacked .care-areas .tabs-accordion-mobile-care.resp-easy-accordion dd.column-set h2.resp-accordion:first-of-type {
      border-top: 1px solid #f5f5f5; }
  @media only screen and (min-width: 481px) {
    .care-areas .list-service-care {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      -moz-column-break-inside: avoid;
           break-inside: avoid; } }
  @media only screen and (min-width: 481px) {
    .care-areas .list-service-care li {
      vertical-align: top;
      display: inline-block;
      width: 100%; } }
  .care-areas .list-research-care {
    margin-bottom: 2em; }
  .care-areas .alphabetical-filter-container {
    background: #fff;
    font-size: 1rem; }
    .care-areas .alphabetical-filter-container .alphabetical-filter {
      margin-left: -11px; }
      .care-areas .alphabetical-filter-container .alphabetical-filter li {
        margin: 0; }
        .care-areas .alphabetical-filter-container .alphabetical-filter li.alphabet-letter-empty,
        .care-areas .alphabetical-filter-container .alphabetical-filter li a {
          display: inline-block;
          padding: 12px 15px; }
    @media only screen and (max-width: 767px) {
      .care-areas .alphabetical-filter-container {
        padding: 20px;
        font-size: 14px;
        margin-bottom: 12px; }
        .care-areas .alphabetical-filter-container .alphabetical-filter {
          margin-left: -6px; }
          .care-areas .alphabetical-filter-container .alphabetical-filter li {
            margin: 0 5px 0 0; }
            .care-areas .alphabetical-filter-container .alphabetical-filter li.alphabet-letter-empty,
            .care-areas .alphabetical-filter-container .alphabetical-filter li a {
              padding: 15px; } }
  .care-areas .alphabetical-item .alphabetical-list-title {
    position: relative;
    top: -30px;
    padding-top: 30px; }
    @media only screen and (max-width: 767px) {
      .care-areas .alphabetical-item .alphabetical-list-title {
        top: -3px;
        padding-top: 3px; } }
  @media only screen and (max-width: 767px) {
    .care-areas .alphabetical-item {
      overflow: hidden;
      position: relative; } }
  @media only screen and (max-width: 767px) {
    .care-areas .alphabetical-item .alphabetical-list {
      line-height: 1.4;
      padding-bottom: 0; } }
  .care-areas .alphabetical-item .alphabetical-list .list-unstyled {
    padding-left: 30px;
    padding-bottom: 27px;
    border-bottom: solid 1px #d4d5d6; }
    .care-areas .alphabetical-item .alphabetical-list .list-unstyled li {
      display: block; }
  @media only screen and (min-width: 768px) {
    .care-areas .alphabetical-item .alphabetical-list {
      padding-left: 4em;
      padding-bottom: 1em; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .nav-article .nav-article-prev,
  .nav-article .nav-article-next {
    width: 50%; } }

@media only screen and (max-width: 479px) {
  .nav-article .nav-article-prev,
  .nav-article .nav-article-next {
    width: 100%; } }

.nav-article .nav-article-prev a.btn,
.nav-article .nav-article-next a.btn {
  height: auto;
  min-height: 60px;
  line-height: 17px;
  padding: 5px 15px; }
  .nav-article .nav-article-prev a.btn div,
  .nav-article .nav-article-next a.btn div {
    display: table;
    height: 60px;
    margin: 0 auto;
    text-align: center; }
    .nav-article .nav-article-prev a.btn div span,
    .nav-article .nav-article-next a.btn div span {
      display: table-cell;
      padding: 0 3px;
      max-width: 180px;
      vertical-align: middle; }
      @media only screen and (max-width: 767px) {
        .nav-article .nav-article-prev a.btn div span,
        .nav-article .nav-article-next a.btn div span {
          max-width: 100%; } }
      .nav-article .nav-article-prev a.btn div span.nav-article-icon,
      .nav-article .nav-article-next a.btn div span.nav-article-icon {
        width: 26px; }

.back-to-top {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 2%;
  opacity: 1;
  z-index: 1;
  color: #00778a;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  text-align: center;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .back-to-top {
      right: 10px;
      bottom: 10px; } }
  .back-to-top:before {
    background-color: #f6f6f7;
    border: 1px solid #d4d5d6;
    border-radius: 50%;
    display: block;
    content: "keyboard_arrow_up";
    height: 36px;
    line-height: 36px;
    position: relative;
    width: 36px;
    -webkit-transition: all 250ms ease-in;
    transition: all 250ms ease-in; }
  .back-to-top:after {
    content: "Top";
    width: 36px;
    text-transform: uppercase;
    font-size: 0.6875rem;
    display: block;
    position: relative; }
  .back-to-top:hover {
    color: #009eb3; }
    .back-to-top:hover:before {
      background-color: #FFFFFF;
      line-height: 34px;
      -webkit-transition: all 250ms ease-in;
      transition: all 250ms ease-in; }
  .back-to-top.visible {
    position: fixed;
    bottom: 20%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 100;
    opacity: 1; }

.contact-list {
  margin: 1em 0; }
  .contact-list:after {
    content: "";
    display: table;
    clear: both; }
  .contact-list dt {
    float: left;
    margin: 0 5% 1em 0;
    width: 45%; }
  .contact-list dd {
    float: right;
    margin: 0 5% 1em 0;
    width: 45%; }

.emergency-message {
  color: #c10000;
  background-color: #F5ECEC;
  padding: 10px; }

@media only screen and (max-width: 767px) {
  .tabs-horizontal .resp-tab-content .location-phone-directory.panel:not(.panel-toggle) {
    padding: 16px !important; } }

@media only screen and (max-width: 767px) {
  .tabs-horizontal .resp-tab-content .location-phone-directory.panel-toggle {
    margin-bottom: 40px !important; } }

.tabs-horizontal .resp-tab-content .location-phone-directory .phone-directory {
  max-width: 90%;
  margin: 0; }
  @media only screen and (max-width: 1023px) {
    .tabs-horizontal .resp-tab-content .location-phone-directory .phone-directory {
      max-width: none;
      margin-bottom: 24px; } }

@media only screen and (min-width: 768px) and (max-width: 1149px) {
  .main-content .tabs-horizontal .resp-tab-content .location-phone-directory .md-4, .main-content .tabs-horizontal .resp-tab-content .location-phone-directory .list-stacked dt, .list-stacked .main-content .tabs-horizontal .resp-tab-content .location-phone-directory dt, .main-content .tabs-horizontal .resp-tab-content .location-phone-directory .md-8, .main-content .tabs-horizontal .resp-tab-content .location-phone-directory .list-stacked dd, .list-stacked .main-content .tabs-horizontal .resp-tab-content .location-phone-directory dd {
    width: 50%; } }

.panel-search-results {
  position: relative;
  min-height: 200px; }
  .panel-search-results .loader-icon {
    width: calc(100% - 48px);
    height: calc(100% - 48px); }
    @media only screen and (max-width: 767px) {
      .panel-search-results .loader-icon {
        width: calc(100% - 32px);
        height: calc(100% - 32px); } }

.hide-working {
  display: none; }

.show-done {
  display: inherit; }

@media only screen and (max-width: 1024px) {
  .filter-site-search .flex-container, .filter-site-search .section-locations .locations-container, .section-locations .filter-site-search .locations-container {
    display: block; } }

@media only screen and (min-width: 768px) {
  .filter-site-search .flex-container.filter-nav > .flex-container, .filter-site-search .section-locations .filter-nav.locations-container > .flex-container, .section-locations .filter-site-search .filter-nav.locations-container > .flex-container, .filter-site-search .section-locations .flex-container.filter-nav > .locations-container, .section-locations .filter-site-search .flex-container.filter-nav > .locations-container, .filter-site-search .section-locations .filter-nav.locations-container > .locations-container, .section-locations .filter-site-search .filter-nav.locations-container > .locations-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media only screen and (max-width: 1024px) {
  .filter-site-search.filter-nav-top .filter-item {
    margin: 0 0 .5em 0;
    padding: 0; } }

.filter-site-search .filter-item.filter-search {
  -webkit-box-flex: 0;
  -moz-flex: 0 1 66%;
  -ms-flex: 0 1 66%;
  flex: 0 1 66%; }

.filter-site-search .search-bar-full .btn-search {
  top: 1px;
  bottom: 1px;
  min-height: 0; }
  .filter-site-search .search-bar-full .btn-search .icon {
    position: relative;
    top: 1px; }

.filter-site-search .search-bar-full input {
  font-size: 16px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 60px; }

.filter-site-search .search-bar-full.btn-clear-visible input {
  padding-right: 95px; }

.filter-site-search .search-bar-full .btn-clear-search {
  bottom: 18px;
  position: absolute;
  right: 69px; }

.list-results .result-item {
  padding: 12px 0 12px 0;
  margin-bottom: 10px;
  border-bottom: solid 1px #d4d5d6; }
  .list-results .result-item:last-child {
    border-bottom: none; }
  .list-results .result-item .result-content a {
    text-decoration: none;
    color: #333; }
    .list-results .result-item .result-content a:hover .result-name {
      text-decoration: underline; }
    .list-results .result-item .result-content a:hover .result-link {
      text-decoration: none; }
    .list-results .result-item .result-content a .result-name {
      margin-bottom: 0;
      color: #00778a; }
      .list-results .result-item .result-content a .result-name:hover {
        color: #009eb3; }
    .list-results .result-item .result-content a .result-link {
      color: #7f8283; }
  .list-results .result-item .result-content .result-description {
    font-size: 13px; }

@media only screen and (max-width: 1023px) {
  .nm-news-blog .btn-link-clear-filters {
    float: right; } }

.blog-post .social-share {
  margin-top: 12px; }

.blog-post .blog-article-body {
  padding-top: 24px; }
  @media only screen and (max-width: 767px) {
    .blog-post .blog-article-body {
      padding-top: 12px; } }

.blog-post .figure-blog-main {
  width: 100%;
  clear: both;
  padding-top: 24px; }
  @media only screen and (max-width: 767px) {
    .blog-post .figure-blog-main {
      padding-top: 12px; } }
  .blog-post .figure-blog-main .blog-main-img {
    width: 100%; }

.blog-post .wsite-youtube {
  margin: 10px 0; }
  @media print {
    .blog-post .wsite-youtube {
      display: none !important; } }

.blog-featured-article {
  word-wrap: break-word; }
  .blog-featured-article .link-wrapper {
    text-decoration: none; }
  .blog-featured-article .social-share {
    margin-top: 20px; }
  .blog-featured-article .more-link-text {
    padding-left: 5px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .blog-featured-article .panel-title {
      font-size: 1.25rem; } }
  .blog-featured-article .blog-featured-description {
    margin: 10px 0 0 0; }
  .blog-featured-article .blog-feature-img {
    width: 100%; }
  @media print {
    .blog-featured-article .lg-5 {
      width: 100%; } }
  .blog-featured-article .reset-ln-height {
    line-height: 0; }

.group-cards.blog-cards .card.card-general {
  width: 50%; }
  @media only screen and (max-width: 479px) {
    .group-cards.blog-cards .card.card-general {
      width: 100%; } }
  .group-cards.blog-cards .card.card-general .card-flex {
    padding: 0;
    background-color: #FFFFFF; }
  .group-cards.blog-cards .card.card-general .card-image {
    padding: 0;
    margin: 0;
    line-height: 0; }
    .group-cards.blog-cards .card.card-general .card-image img {
      width: 100%; }
  .group-cards.blog-cards .card.card-general .card-title {
    font-size: 1rem;
    margin: 0; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .group-cards.blog-cards .card.card-general .card-title {
        font-size: 0.85rem; } }
  @media print {
    .group-cards.blog-cards .card.card-general .card-action {
      display: block; } }
  .group-cards.blog-cards .card.card-general .card-action-blog {
    border: 0;
    margin: 0;
    padding: 0 24px 24px 24px;
    font-size: 0.875em; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .group-cards.blog-cards .card.card-general .card-action-blog {
        padding: 0 12px 12px 12px; }
        .group-cards.blog-cards .card.card-general .card-action-blog a, .group-cards.blog-cards .card.card-general .card-action-blog .blog-card-date {
          font-size: 0.85em; } }
    .group-cards.blog-cards .card.card-general .card-action-blog a {
      padding: 0;
      font-weight: 400; }
    .group-cards.blog-cards .card.card-general .card-action-blog .blog-card-date {
      color: #333; }
  .group-cards.blog-cards .card.card-general .card-content p {
    margin: .75em 0 0 0; }
  @media only screen and (max-width: 767px) {
    .group-cards.blog-cards .card.card-general .card-content {
      padding: 16px; }
    .group-cards.blog-cards .card.card-general .card-action-blog {
      padding: 0 16px 16px 16px; } }
  .group-cards.blog-cards .card.card-general .img-wrapper-blog {
    background: #514689; }

.bloghome .group-cards.blog-cards .card.card-general,
.blogcategory .group-cards.blog-cards .card.card-general {
  width: 33%; }
  @media only screen and (max-width: 767px) {
    .bloghome .group-cards.blog-cards .card.card-general,
    .blogcategory .group-cards.blog-cards .card.card-general {
      width: 50%; } }
  @media only screen and (max-width: 479px) {
    .bloghome .group-cards.blog-cards .card.card-general,
    .blogcategory .group-cards.blog-cards .card.card-general {
      width: 100%; } }

@media only screen and (max-width: 480px) {
  .social-share {
    margin-bottom: 15px; } }

.social-share .social-share-title {
  margin-bottom: 0; }

.social-share .addthis_toolbox div {
  display: inline-block;
  line-height: 1; }

.social-share .addthis_toolbox .addthis-buttons {
  width: 250px; }
  @media only screen and (max-width: 767px) {
    .social-share .addthis_toolbox .addthis-buttons {
      width: auto; } }

.social-share .addthis_toolbox a.at300b, .social-share .addthis_toolbox a.at300m {
  width: auto; }

.social-share .addthis_toolbox a {
  color: #555555;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  @media only screen and (max-width: 767px) {
    .social-share .addthis_toolbox a {
      padding: 5px 12px; } }
  .social-share .addthis_toolbox a:last-child {
    margin-right: -5px; }

.list-social-feed-sidebar {
  padding-top: 10px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }
  .list-social-feed-sidebar.social.icon-links a {
    padding: 10px; }

.press-release .panel-content .press-release-loc-date,
.press-release .panel-content .card-media-contact {
  margin: 12px 0 14px 0; }

.press-release .panel-content .press-release-loc-date {
  text-transform: uppercase;
  color: #888;
  font-size: 0.75rem; }

.nm-in-the-news .list-press-releases,
.nm-in-the-news .list-in-the-news {
  opacity: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease; }
  .nm-in-the-news .list-press-releases.start-animation,
  .nm-in-the-news .list-in-the-news.start-animation {
    opacity: 1; }

.list-press-releases,
.list-in-the-news {
  line-height: 1.5; }
  .list-press-releases dt,
  .list-in-the-news dt {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 20px 0 10px 0; }
  .list-press-releases dd,
  .list-in-the-news dd {
    padding-left: 0;
    margin-left: 0; }
  .list-press-releases li,
  .list-in-the-news li {
    margin-bottom: 0.75em; }

.list-in-the-news .col-in-the-news-1 {
  width: 50px;
  padding: 0;
  margin: 0 0 0 12px; }
  .list-in-the-news .col-in-the-news-1 img {
    margin: auto !important; }
  @media only screen and (max-width: 767px) {
    .list-in-the-news .col-in-the-news-1 {
      width: 40px;
      margin: 3px 0 0 8px; } }

.list-in-the-news .col-in-the-news-2 {
  width: calc(100% - 62px); }
  @media only screen and (max-width: 767px) {
    .list-in-the-news .col-in-the-news-2 {
      width: calc(100% - 48px); } }

.list-in-the-news .news-body {
  color: #333; }

.list-in-the-news .news-header {
  text-decoration: underline; }

.dropdown-press-release,
.dropdown-in-the-news {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  margin-right: 10px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .dropdown-press-release,
    .dropdown-in-the-news {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 480px) {
    .dropdown-press-release,
    .dropdown-in-the-news {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px; } }
  .dropdown-press-release select,
  .dropdown-in-the-news select {
    min-width: 100px;
    padding: 14px 10px 14px 10px;
    height: 3.5em;
    font-size: 14px; }
    @media only screen and (max-width: 767px) {
      .dropdown-press-release select,
      .dropdown-in-the-news select {
        font-size: 16px;
        height: 3.25em;
        padding: 12px 10px; } }
  .mobile .dropdown-press-release select, .mobile
  .dropdown-in-the-news select {
    font-size: 16px;
    height: 3.25em;
    padding: 12px 10px; }

.search-bar-press-release,
.search-bar-in-the-news {
  display: inline-block;
  width: calc(98% - 150px); }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .search-bar-press-release,
    .search-bar-in-the-news {
      width: 100%; } }
  @media only screen and (max-width: 480px) {
    .search-bar-press-release,
    .search-bar-in-the-news {
      width: 100%; } }

.video-library .section-page-header {
  padding-bottom: 0; }
  .video-library .section-page-header h1 {
    margin: 0; }

.video-library .group-cards.video-listing-cards .card.card-general {
  width: 33%; }
  @media only screen and (max-width: 1023px) {
    .video-library .group-cards.video-listing-cards .card.card-general {
      width: 50%; } }
  @media only screen and (max-width: 479px) {
    .video-library .group-cards.video-listing-cards .card.card-general {
      width: 100%; } }

.video-library .group-cards.video-listing-cards .video-category {
  font-weight: 400; }

.video-library .blog-featured-article .video-title {
  margin-bottom: 5px; }

.video-library .blog-featured-article .video-title span {
  color: #00778a; }

.video-library .blog-featured-article .video-category {
  display: block;
  font-weight: 400;
  padding-bottom: 16px; }

.video-library .filter-nav-top {
  background: none; }

.video-library .filter-nav {
  padding: 24px 0; }
  @media only screen and (max-width: 1023px) {
    .video-library .filter-nav {
      width: 100%;
      float: left; } }

.video-library .filter-item {
  padding-left: 0;
  min-height: 50px; }
  .video-library .filter-item .filter-search {
    width: 100%; }
  .video-library .filter-item.active .btn {
    background: #009eb3;
    color: #fff; }
  .video-library .filter-item.dropdown-item {
    margin-top: 10px; }
    @media only screen and (max-width: 1023px) {
      .video-library .filter-item.dropdown-item {
        margin-top: 35px;
        text-align: left; } }
    @media only screen and (max-width: 767px) {
      .video-library .filter-item.dropdown-item {
        margin-top: 16px;
        text-align: left; } }
    .video-library .filter-item.dropdown-item .dropdown-toggle .dropdown-wrapper {
      padding: 16px; }
    @media only screen and (max-width: 767px) {
      .video-library .filter-item.dropdown-item .dropdown-toggle {
        line-height: 2.1em; } }
    .video-library .filter-item.dropdown-item .dropdown-menu {
      width: 236px;
      right: 0;
      left: auto;
      top: 40px; }
      @media only screen and (max-width: 1023px) {
        .video-library .filter-item.dropdown-item .dropdown-menu {
          left: 63px;
          right: auto; } }
      @media only screen and (max-width: 767px) {
        .video-library .filter-item.dropdown-item .dropdown-menu {
          width: 100%;
          left: 0;
          top: 55px; } }

.video-library .fancybox-video {
  width: 100%; }
  .video-library .fancybox-video:hover .video-library-image:before {
    opacity: .9; }

.video-library .video-library-image {
  position: relative;
  height: 140px;
  width: 100%;
  overflow: hidden; }
  .video-library .video-library-image.feature {
    height: 270px;
    max-width: 480px; }
    .video-library .video-library-image.feature:before {
      font-size: 80px; }
  .video-library .video-library-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  .video-library .video-library-image:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    content: "play_circle_filled";
    color: #fff;
    font-size: 50px;
    opacity: 0.7;
    z-index: 2; }
  @media only screen and (max-width: 1200px) {
    .video-library .video-library-image {
      height: 115px; }
      .video-library .video-library-image.feature {
        height: 215px; } }
  @media only screen and (max-width: 1023px) {
    .video-library .video-library-image {
      height: 150px; }
      .video-library .video-library-image.feature {
        height: 215px;
        margin-bottom: 1em; } }
  @media only screen and (max-width: 900px) {
    .video-library .video-library-image {
      height: 130px; } }
  @media only screen and (max-width: 767px) {
    .video-library .video-library-image {
      height: 132px; }
      .video-library .video-library-image.feature {
        height: 270px; } }
  @media only screen and (max-width: 550px) {
    .video-library .video-library-image {
      height: 110px; }
      .video-library .video-library-image.feature {
        height: 235px; } }
  @media only screen and (max-width: 479px) {
    .video-library .video-library-image {
      height: 175px; }
      .video-library .video-library-image.feature {
        height: 175px; } }
  @media only screen and (max-width: 374px) {
    .video-library .video-library-image {
      height: 150px; }
      .video-library .video-library-image.feature {
        height: 150px; } }

@media print {
  #donate-form {
    display: block !important; }
    #donate-form form, #donate-form label, #donate-form input, #donate-form textarea, #donate-form select {
      display: block !important; }
    #donate-form input[type='radio'],
    #donate-form .g-recaptcha,
    #donate-form .tooltip-trigger {
      display: none !important; }
    #donate-form option,
    #donate-form select {
      color: transparent !important; } }

.scEnabledChrome.section-hero .section-hero-image img {
  max-height: 420px; }

.scEnabledChrome.section-hero .section-hero-image:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 0;
  content: "";
  z-index: -1; }

.scEnabledChrome.section-hero .section-hero-content {
  width: auto;
  height: auto; }

.scEnabledChrome .group-cards .card .card-action {
  margin: 0; }

.scEnabledChrome .tabs-horizontal .resp-tabs-list li, .scEnabledChrome .tabs-vertical .resp-tabs-list li, .scEnabledChrome .tabs-accordion .resp-tabs-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 10px;
  background: #fff;
  border: 3px solid #00778a; }

.scEnabledChrome .tabs-horizontal .resp-tabs-container > div, .scEnabledChrome .tabs-vertical .resp-tabs-container > div, .scEnabledChrome .tabs-accordion .resp-tabs-container > div {
  background: #fff;
  margin-bottom: 3em;
  border: 6px solid #514689; }

.disruptor-doctors .scEnabledChrome {
  width: 100%; }

.disruptor-doctors .scEnabledChrome {
  width: 100%; }

.scEnabledChrome .background-image-wrapper {
  position: absolute;
  width: 250px;
  top: 110px;
  margin: 20px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.75);
  border: 3px solid #00778a;
  z-index: 2; }
  .scEnabledChrome .background-image-wrapper .image-title {
    color: #00778a; }

.scEnabledChrome .card-mtt.card-small .card-action-add .scWebEditInput {
  max-width: 100%;
  border: 3px solid #00778a; }

.scEnabledChrome .callout-sidebar h2 {
  background: #fff; }

#breadcrumbMenuSubcontrol_context_menu .sc-breadcrumb .sc-breadcrumb-item-path {
  padding: 0 5px !important;
  height: auto !important; }

@media print {
  .flyup-visible .doctors .section-results,
  .flyup-visible .filter-nav-top,
  .flyup-visible .locations-container,
  .flyup-visible .section-program,
  .flyup-visible .section-tab-panel,
  .flyup-visible #site-footer.container > .site-footer {
    display: none !important; }
  .flyup-visible .section-off-canvas.off-canvas-bottom {
    position: relative !important;
    top: 0;
    padding: 0;
    height: auto; }
  .flyup-visible.scrollable-no {
    overflow: auto !important; }
  .flyup-visible iframe {
    display: none !important; } }

.quality .panel.panel-alt {
  padding-top: 0; }

.quality .image-block {
  margin-bottom: 24px; }

.quality .md-9 .section.row.row-narrow, .quality .md-9 .section.row-narrow.list-stacked, .quality .md-9 .section-off-canvas .canvas-content .breadcrumb-container > .section.row, .section-off-canvas .canvas-content .quality .md-9 .breadcrumb-container > .section.row, .quality .md-9 .section-off-canvas .canvas-content .breadcrumb-container > .section.list-stacked, .section-off-canvas .canvas-content .quality .md-9 .breadcrumb-container > .section.list-stacked {
  padding-top: 0; }

.quality .list-split-3 li {
  margin-left: 16px; }

@media print {
  .quality .highcharts-root {
    width: 700px; } }

.quality .highchart-div {
  position: relative;
  margin: 24px auto;
  background: #fff; }

.quality .highchart-panel {
  overflow: visible;
  background: #fff;
  max-width: 900px;
  min-width: 320px;
  padding: 24px 24px 0 24px; }
  @media only screen and (min-width: 571px) {
    .quality .highchart-panel {
      min-height: 400px; } }
  @media only screen and (max-width: 767px) {
    .quality .highchart-panel {
      padding: 16px 0 0 0; } }

.quality .highcharts-title {
  font-size: 14px !important;
  line-height: 1.4; }

.quality .highchart-year {
  position: relative;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: #707070; }

.quality .highchart-legend {
  position: relative;
  bottom: 0;
  width: 100%;
  background: #fff;
  font-size: 12px;
  line-height: 1.4;
  padding: 0 24px 36px 24px; }
  @media only screen and (max-width: 767px) {
    .quality .highchart-legend {
      padding: 0 16px 24px 16px; } }
  @media only screen and (max-width: 570px) {
    .quality .highchart-legend {
      padding: 0 16px 24px 16px; } }
  @media print {
    .quality .highchart-legend {
      max-width: 670px;
      margin-left: 30px; } }
  .quality .highchart-legend .highchart-direction {
    text-align: center;
    margin: 0 auto;
    position: relative;
    font-weight: 600; }
    .quality .highchart-legend .highchart-direction img {
      position: relative;
      top: 5px;
      display: inline-block;
      margin-right: 7px;
      background-repeat: no-repeat; }
  .quality .highchart-legend .highchart-date-updated {
    float: right;
    text-align: left;
    padding: 10px 0;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      .quality .highchart-legend .highchart-date-updated {
        float: none;
        text-align: center; } }
  .quality .highchart-legend .highchart-source-url {
    width: 100%;
    float: left;
    color: #909090;
    font-size: 10px;
    text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .quality .highchart-legend .highchart-source-url {
        text-align: center; } }

.quality-measures-selector {
  border-bottom: 1px solid #d4d5d6;
  padding: 24px 0 36px 0;
  margin-bottom: 36px; }
  @media only screen and (max-width: 767px) {
    .quality-measures-selector {
      background: #fff;
      padding: 12px;
      border: 0;
      margin-bottom: 24px; } }
  .quality-measures-selector .row, .quality-measures-selector .list-stacked {
    margin-left: -4px;
    margin-right: -4px; }
  .quality-measures-selector .col, .quality-measures-selector .list-stacked dt, .list-stacked .quality-measures-selector dt, .quality-measures-selector .list-stacked dd, .list-stacked .quality-measures-selector dd {
    padding: 0 4px; }
  .quality-measures-selector select {
    height: 47px; }
  @media only screen and (min-width: 768px) {
    .quality-measures-selector .form-group-wrapper {
      width: calc(100% - 75px); } }
  @media only screen and (min-width: 768px) {
    .quality-measures-selector .form-group {
      margin: 0; } }
  .quality-measures-selector select {
    height: 47px; }
    @media only screen and (max-width: 767px) {
      .quality-measures-selector select {
        height: 55px; } }
  .quality-measures-selector .required-field-marker {
    display: none; }
  .quality-measures-selector .form-actions .btn {
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .quality-measures-selector .form-actions .btn {
        height: 55px; } }
  @media only screen and (min-width: 768px) {
    .quality-measures-selector .form-actions {
      margin-top: 29px;
      width: 75px; } }

.new-patient-form {
  position: relative; }
  .new-patient-form .required-field-marker {
    display: none; }
  .new-patient-form .is-hidden {
    visibility: hidden; }
  .new-patient-form legend,
  .new-patient-form .page-title {
    color: #63599e;
    font-size: 1.5rem;
    font-weight: 700;
    padding: .5em 0;
    margin-bottom: 16px; }
  @media only screen and (min-width: 768px) {
    .new-patient-form .form-group-inline .radio {
      margin-right: 0; } }
  .new-patient-form .loader-icon-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
    z-index: 4; }
  .new-patient-form .tabs-horizontal .resp-tabs-list {
    border: none; }
  .new-patient-form .tabs-horizontal .resp-tab-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 2px solid #63599e;
    border-width: 2px 0 2px 2px;
    height: 50px;
    color: #333;
    font-weight: 600;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    pointer-events: none; }
    .new-patient-form .tabs-horizontal .resp-tab-item:before {
      margin-right: 6px;
      color: #333; }
    .new-patient-form .tabs-horizontal .resp-tab-item:last-of-type {
      border-width: 2px; }
    .new-patient-form .tabs-horizontal .resp-tab-item.resp-tab-active {
      background: #63599e;
      color: #fff;
      border-bottom-color: #63599e;
      border-color: #63599e;
      pointer-events: auto; }
      .new-patient-form .tabs-horizontal .resp-tab-item.resp-tab-active:hover {
        border-bottom-color: #63599e; }
      .new-patient-form .tabs-horizontal .resp-tab-item.resp-tab-active:before {
        color: #fff; }
    .new-patient-form .tabs-horizontal .resp-tab-item:hover, .new-patient-form .tabs-horizontal .resp-tab-item:active {
      color: #fff;
      text-decoration: none;
      background: #7a70b3;
      border-bottom-color: #63599e; }
      .new-patient-form .tabs-horizontal .resp-tab-item:hover:before, .new-patient-form .tabs-horizontal .resp-tab-item:hover:after, .new-patient-form .tabs-horizontal .resp-tab-item:active:before, .new-patient-form .tabs-horizontal .resp-tab-item:active:after {
        color: #fff;
        -webkit-transition: all .5s;
        transition: all .5s; }
  .new-patient-form .tabs-horizontal .finish {
    pointer-events: auto; }
    .new-patient-form .tabs-horizontal .finish:after {
      font-family: "Material Icons";
      content: '\E86C';
      margin-left: 8px;
      color: #63599e;
      visibility: visible;
      height: 20px;
      font-size: 20px;
      line-height: 20px;
      font-weight: bold;
      -webkit-transition: all .5s;
      transition: all .5s; }
    @media only screen and (min-width: 768px) {
      .new-patient-form .tabs-horizontal .finish:hover::after {
        color: #fff; } }
  .new-patient-form .tabs-horizontal .finish.resp-tab-active:after {
    color: #fff; }
  .new-patient-form .tabs-horizontal .resp-tab-content {
    position: relative;
    padding: 36px 72px 72px 72px;
    border: 2px solid #63599e;
    border-width: 0 2px 2px 2px; }
    @media only screen and (min-width: 768px) {
      .new-patient-form .tabs-horizontal .resp-tab-content {
        margin-bottom: 100px; } }
    @media only screen and (min-width: 768px) and (max-width: 1025px) {
      .new-patient-form .tabs-horizontal .resp-tab-content {
        padding: 24px; } }
    @media only screen and (max-width: 767px) {
      .new-patient-form .tabs-horizontal .resp-tab-content {
        padding: 16px; } }
  @media only screen and (max-width: 767px) {
    .new-patient-form .tabs-horizontal h2.resp-accordion {
      border: 2px solid #63599e;
      border-width: 0 2px 2px 2px;
      color: #333;
      font-weight: 600;
      pointer-events: none; }
      .new-patient-form .tabs-horizontal h2.resp-accordion:first-of-type {
        border-width: 2px; }
      .new-patient-form .tabs-horizontal h2.resp-accordion:after {
        content: ''; }
      .new-patient-form .tabs-horizontal h2.resp-accordion.resp-tab-active {
        background: #63599e;
        color: #fff;
        border-bottom-color: #63599e;
        border-color: #63599e; }
      .new-patient-form .tabs-horizontal h2.resp-accordion.finish {
        pointer-events: auto; }
        .new-patient-form .tabs-horizontal h2.resp-accordion.finish::after {
          content: '\E86C';
          top: 16px;
          right: 13px; } }
  .new-patient-form .btn-group {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .new-patient-form .btn-group {
        position: absolute;
        left: 0;
        bottom: -100px; } }
    .new-patient-form .btn-group .btn {
      padding: .75em 4em; }
      @media only screen and (max-width: 767px) {
        .new-patient-form .btn-group .btn {
          width: 100%;
          margin-bottom: 20px; } }
  .new-patient-form .confirmation-content {
    padding: 36px 72px 72px 72px;
    border: 2px solid #63599e;
    border-width: 2px; }
    @media only screen and (min-width: 768px) and (max-width: 1025px) {
      .new-patient-form .confirmation-content {
        padding: 24px; } }
    @media only screen and (max-width: 767px) {
      .new-patient-form .confirmation-content {
        padding: 16px; } }
  .new-patient-form .radio-validation-message {
    bottom: calc(100% - 1em); }
  .new-patient-form .btn-submit {
    cursor: pointer; }
