@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"] {
  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: flex !important; }

.d-inline-flex {
  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: flex !important; }
  .d-sm-inline-flex {
    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: flex !important; }
  .d-md-inline-flex {
    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: flex !important; }
  .d-lg-inline-flex {
    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: flex !important; }
  .d-xl-inline-flex {
    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: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

*,
:before,
:after {
  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; }

a:focus, button:focus, canvas:focus, .dropdown-toggle:focus {
  /* Fallback style for browsers that don't support :focus-visible */
  outline: 5px auto -webkit-focus-ring-color;
  outline: auto 1px highlight;
  outline-offset: 2px; }

a:focus:not(:focus-visible), button:focus:not(:focus-visible), canvas:focus:not(:focus-visible), .dropdown-toggle:focus:not(:focus-visible) {
  /* Removing the focus indicator on mouse-focus for browsers that do support :focus-visible */
  outline: none; }

a:focus-visible, button:focus-visible, canvas:focus-visible .dropdown-toggle:focus-visible {
  /* Add keyboard-focus on browsers that do support :focus-visible */
  outline: 5px auto -webkit-focus-ring-color;
  outline: auto 1px highlight;
  outline-offset: 2px; }

.mapboxgl-canvas:focus {
  border: 2px solid highlight;
  border-color: -webkit-focus-ring-color; }

.mapboxgl-canvas:focus:not(:focus-visible) {
  border: 0; }

.mapboxgl-map .marker {
  background: url("/content/northwestern/img/markers/map-pin-legacy.png");
  width: 30px;
  height: 70px;
  text-align: center;
  color: #fff;
  padding-top: 5px; }

.mapboxgl-map .search-marker {
  background: url("/content/northwestern/img/markers/map-pin-search.png");
  width: 30px;
  height: 70px;
  text-align: center;
  color: #fff;
  padding-top: 5px; }

:active {
  outline: none; }

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

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

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

.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; }
  .assistive-text:active, table caption:active, .card-wide .card.card-video .card-action:active,
  .card-wide .card.card-video .card-content:active, .assistive-text:focus, table caption:focus, .card-wide .card.card-video .card-action:focus,
  .card-wide .card.card-video .card-content:focus {
    position: fixed;
    overflow: visible;
    clip: auto; }

.skip-link:focus, .skip-link:hover {
  color: #fff;
  font-weight: 700;
  z-index: 99; }

@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: #00668f;
  cursor: pointer;
  font-weight: 700;
  white-space: nowrap; }
  .no-mobile [href^="tel:"].btn {
    color: #fff;
    text-decoration: none; }
  .no-mobile [href^="tel:"].btn-link {
    color: #00668f;
    text-decoration: none; }
  .no-mobile [href^="tel:"].btn-call:hover {
    color: #fff; }
  .no-mobile [href^="tel:"].btn-secondary {
    color: #00668f;
    text-decoration: none; }
    .no-mobile [href^="tel:"].btn-secondary:hover {
      color: #fff; }
  .no-mobile [href^="tel:"]:hover {
    color: #0b4265; }

.overflow-hidden {
  overflow: hidden; }

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

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

.noscroll {
  overflow: hidden !important; }

.gray-bg {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  transition: opacity .2s ease; }

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: #363637;
  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;
  transition: transform .3s; }

.reverse-order {
  order: 2; }

/*
.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: #b5b5b7;
    width: 7px;
    display: block;
    line-height: 0; }

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

.text-light {
  color: #ffffff; }

a {
  color: #00668f;
  text-decoration: underline;
  overflow-wrap: break-word;
  word-wrap: break-word; }
  a:hover {
    color: #0b4265; }

.link-style {
  color: #00668f;
  text-decoration: underline;
  cursor: pointer; }
  .link-style:hover {
    color: #0b4265; }

.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: #0b4265; }

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

.color-base {
  color: #363637; }

.extra-bold {
  font-weight: 800; }

.brand-color {
  color: #574497; }

.brand-color-alt {
  color: #63599e; }

.brand-color-dark {
  color: #322071; }

.transform-none {
  text-transform: none !important; }

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

.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: #574497; }

.link-color {
  color: #00668f; }

.title-color {
  color: #232526; }

.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;
      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 {
      -moz-flex: 0 0 auto;
      flex: 0 0 auto; }
    .section-awards .card-award .card-content {
      max-width: 100%; }
    .section-awards .card-award .award-image {
      -moz-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 {
      -moz-flex: 0 0 auto;
      flex: 0 0 auto;
      font-style: italic;
      font-size: 0.75rem;
      color: #363637; }
    @media only screen and (min-width: 1024px) {
      .section-awards .card-award:hover .btn {
        background: #00668f;
        color: #fff; }
        .section-awards .card-award:hover .btn:hover {
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
          background: #0b4265; } }
    @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: #00668f;
    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: #00668f; }
    .expand-collapse .expand-collapse-toggle.expanded {
      color: #363637;
      font-weight: 600; }
      .expand-collapse .expand-collapse-toggle.expanded:after {
        content: '\2212';
        color: #363637; }
    .expand-collapse .expand-collapse-toggle:first-of-type {
      border-top: 0; }
    .expand-collapse .expand-collapse-toggle:hover {
      color: #363637; }
      .expand-collapse .expand-collapse-toggle:hover:after {
        color: #363637; }
    .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: -moz-flex;
    display: flex;
    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: -moz-flex;
      display: flex;
      -moz-flex-grow: 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 {
        -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: #00668f;
            color: #fff; }
            .section-stats .stat-cards .card-callout .card-flex-alt:hover .btn:hover {
              box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
              background: #0b4265; } }
      .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;
        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 {
    -moz-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; } }
  .section-stats.stat-component {
    padding: 24px 6px;
    background-color: transparent; }
    @media only screen and (min-width: 768px) {
      .section-stats.stat-component .panel-content .group-cards {
        flex-wrap: nowrap; } }
    .section-stats.stat-component .group-cards {
      justify-content: space-between; }
      .section-stats.stat-component .group-cards .panel-title {
        padding-left: 17px; }
        @media only screen and (min-width: 1023px) {
          .section-stats.stat-component .group-cards .panel-title {
            padding-left: 30px; } }
      .section-stats.stat-component .group-cards .no-wrap-big {
        flex-wrap: nowrap; }
        @media only screen and (max-width: 768px) {
          .section-stats.stat-component .group-cards .no-wrap-big {
            flex-wrap: wrap; } }
      .section-stats.stat-component .group-cards .card-content {
        align-items: flex-start;
        padding: 0 20px; }
        @media only screen and (max-width: 768px) {
          .section-stats.stat-component .group-cards .card-content .img-wrapper img {
            max-height: none;
            padding: 20px 0;
            margin: auto !important; } }
        .section-stats.stat-component .group-cards .card-content .stat-title {
          color: #63599e;
          font-size: 20px;
          font-weight: bold;
          line-height: 1.2; }
        .section-stats.stat-component .group-cards .card-content .stat-subtitle {
          font-size: 16px;
          font-weight: 600;
          color: #707070; }
        .section-stats.stat-component .group-cards .card-content .stat-right {
          height: 100%;
          display: flex;
          flex-flow: column;
          max-width: 75%;
          text-align: left;
          padding: 0 20px;
          word-break: break-word; }
          @media only screen and (max-width: 768px) {
            .section-stats.stat-component .group-cards .card-content .stat-right {
              text-align: center; } }
          .section-stats.stat-component .group-cards .card-content .stat-right .btn {
            text-align: left;
            padding-left: 0;
            font-weight: bold; }
            @media only screen and (max-width: 768px) {
              .section-stats.stat-component .group-cards .card-content .stat-right .btn {
                text-align: center; } }
            @media only screen and (min-width: 768px) {
              .section-stats.stat-component .group-cards .card-content .stat-right .btn {
                text-align: center;
                margin-top: auto; } }
        .section-stats.stat-component .group-cards .card-content .stat-info {
          padding: 0 20px; }
          .section-stats.stat-component .group-cards .card-content .stat-info .btn {
            padding: 0.75em 1.5em; }
        .section-stats.stat-component .group-cards .card-content .stat-body {
          font-size: 16px;
          color: #363637; }
        .section-stats.stat-component .group-cards .card-content .stat-number {
          min-height: 85px; }
          .section-stats.stat-component .group-cards .card-content .stat-number span {
            font-size: 60px;
            color: #63599e;
            font-family: 'Palatino Linotype'; }
      .section-stats.stat-component .group-cards .card {
        border-bottom: 1px solid #d4d5d6; }
        @media only screen and (min-width: 768px) {
          .section-stats.stat-component .group-cards .card {
            border-bottom: none;
            border-right: 1px solid #d4d5d6; } }
        .section-stats.stat-component .group-cards .card.image-card {
          min-width: 50%;
          max-width: 66%; }
          @media only screen and (max-width: 768px) {
            .section-stats.stat-component .group-cards .card.image-card {
              max-width: 100%; } }
          .section-stats.stat-component .group-cards .card.image-card img {
            max-width: 160px;
            min-width: 80px;
            max-height: 160px;
            min-height: 80px; }
            @media only screen and (max-width: 768px) {
              .section-stats.stat-component .group-cards .card.image-card img {
                max-width: 100px;
                max-height: 100px; } }
        .section-stats.stat-component .group-cards .card.data-card {
          flex: 1; }
          @media only screen and (max-width: 768px) {
            .section-stats.stat-component .group-cards .card.data-card {
              min-width: 300px; } }
      .section-stats.stat-component .group-cards .card:last-of-type {
        border-right: none;
        border-bottom: none; }

.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: #00668f;
  padding: 0.75em 1.5em;
  border: 1px solid transparent;
  border-radius: 2px;
  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: #0b4265;
    color: #fff; }
    .btn:hover.btn-no-shadow {
      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 {
      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: #00668f;
  color: #fff; }
  .btn-primary:hover, .search-bar.active-search .btn-site-search:hover {
    background: #0b4265;
    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: #0b4265;
    color: #fff; }

.btn-secondary {
  color: #00668f;
  background: transparent;
  background: #fff;
  border: 1px solid #d4d5d6; }
  .btn-secondary:hover {
    background: #0b4265;
    border-color: transparent;
    color: #fff; }
  .btn-secondary:focus, .btn-secondary:active {
    background: #0b4265;
    border-color: transparent;
    color: #fff; }

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

.btn-link, .btn-search-alt {
  color: #00668f;
  background: transparent;
  border-color: transparent;
  cursor: pointer; }
  .btn-link:hover, .btn-search-alt:hover {
    background: transparent;
    border-color: transparent;
    color: #0b4265; }
  .btn-link:focus, .btn-search-alt:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline: auto 1px highlight;
    outline-offset: -2px;
    background: transparent; }
  .btn-link:focus:not(:focus-visible), .btn-search-alt:focus:not(:focus-visible) {
    outline: none; }
  .btn-link:focus-visible, .btn-search-alt:focus-visible {
    outline: 5px auto -webkit-focus-ring-color;
    outline: auto 1px highlight;
    outline-offset: -2px;
    background: transparent; }
  .btn-link:active, .btn-search-alt:active {
    outline: none; }

.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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .btn-link-small .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .btn-link-small .icon-arrow:after, .btn-link-small .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .btn-link-small a:hover:before,
  .btn-link-small .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .btn-link-small a:before,
  .btn-link-small .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .btn-link-small a:before, .btn-link-small .search-app-gs .arrow-right:after, .search-app-gs .btn-link-small .arrow-right:after, .btn-link-small .search-app-gs .arrow-left:before, .search-app-gs .btn-link-small .arrow-left:before, .btn-link-small .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .btn-link-small [data-role="remove"]: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: #00668f;
  border-radius: 50% 50%; }
  @media print {
    .close, .fancybox-close,
    .btn-close {
      display: none; } }
  .close:hover, .fancybox-close:hover,
  .btn-close:hover {
    background: #0b4265;
    color: #fff; }
  .close:focus, .fancybox-close:focus,
  .btn-close:focus {
    background: #0b4265; }
  .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;
    transform: rotate(45deg);
    left: 25%;
    right: 25%; }
  .close:after, .fancybox-close:after,
  .btn-close:after {
    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;
      transform: rotate(45deg);
      left: 25%;
      right: 25%; }
    .btn-clear > span:after {
      transform: rotate(-45deg); }
  .btn-clear:hover > span {
    background: #0b4265;
    color: #fff; }

.more-link {
  text-decoration: none;
  padding: 5px 0 5px 0;
  align-items: center;
  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, .autocomplete .suggestion-item a:hover,
.autocomplete .suggestion-item.selected a,
.autocomplete .suggestion-item:focus a, .search-app-gs .arrow-right, .search-app-gs .arrow-left {
  display: inline-block; }

.icon-request-appointment:before {
  content: "assignment_ind";
  margin-right: 14px; }

.icon-request-appointment.btn {
  padding-left: 1em; }

.icon-request-appointment.btn-link:before {
  margin-right: 7px; }

.icon-watch-video:before {
  content: "play_circle_filled";
  margin-right: 14px; }

.icon-watch-video.btn {
  padding-left: 1em; }

.icon-watch-video.btn-link:before {
  margin-right: 7px; }

.icon-play:before {
  content: "play_circle_filled";
  margin-right: 14px; }

.icon-play.btn {
  padding-left: 1em; }

.icon-play.btn-link:before {
  margin-right: 7px; }

.icon-person-location:before {
  content: "person_pin";
  margin-right: 14px; }

.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:before {
  content: "info";
  margin-right: 14px; }

.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:before {
  content: "directions";
  margin-right: 14px; }

.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:before {
  content: "message";
  margin-right: 14px; }

.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; }
  .icon-phone-left:before {
    content: "phone";
    margin-right: 14px; }
  .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 {
  overflow: hidden; }
  .icon-comment:before {
    content: "comment";
    margin-right: 14px; }
  .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, .flip-panel.panel-toggle .panel-toggle-trigger:after, .video-item figure:before, .component-locations-map .toggle-view .toggle-icon:after, .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-location-details .btn-req-appt:after,
.section-location-details .btn-dr-location:after, .locations2 .hospital-video a:before, .locations-landing .mobile-filters .filter-item .icon-arrow:after, .autocomplete .suggestion-item a:hover:before,
.autocomplete .suggestion-item.selected a:before,
.autocomplete .suggestion-item:focus a:before, .search-app-gs .arrow-right:after, .search-app-gs .arrow-left:before, .search-app-gs .tag-container .tag [data-role="remove"]: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. */
  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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .distance .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .distance .icon-arrow:after, .distance .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .distance a:hover:before,
.distance .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .distance a:before,
.distance .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .distance a:before, .distance .search-app-gs .arrow-right:after, .search-app-gs .distance .arrow-right:after, .distance .search-app-gs .arrow-left:before, .search-app-gs .distance .arrow-left:before, .distance .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .distance [data-role="remove"]: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;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 4; }

.fa, .fas, .far, .fab {
  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-tiktok {
  color: #25f4ee; }

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

.la-ball-clip-rotate,
.la-ball-clip-rotate > div {
  position: relative;
  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% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

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

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

@keyframes spin-loading {
  from {
    transform: rotate(0); }
  to {
    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, .autocomplete .suggestion-item a.arrow-drop-down:hover:before,
.autocomplete .suggestion-item.selected a.arrow-drop-down:before,
.autocomplete .suggestion-item:focus a.arrow-drop-down:before, .search-app-gs .arrow-drop-down.arrow-left: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, .autocomplete .suggestion-item a.search:hover:before,
.autocomplete .suggestion-item.selected a.search:before,
.autocomplete .suggestion-item:focus a.search:before, .search-app-gs .search.arrow-left: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, .autocomplete .suggestion-item a.warning:hover:before,
.autocomplete .suggestion-item.selected a.warning:before,
.autocomplete .suggestion-item:focus a.warning:before, .search-app-gs .warning.arrow-left: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, .autocomplete .suggestion-item a.error:hover:before,
.autocomplete .suggestion-item.selected a.error:before,
.autocomplete .suggestion-item:focus a.error:before, .search-app-gs .error.arrow-left: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, .autocomplete .suggestion-item a.info:hover:before,
.autocomplete .suggestion-item.selected a.info:before,
.autocomplete .suggestion-item:focus a.info:before, .search-app-gs .info.arrow-left: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, .autocomplete .suggestion-item a.close-x:hover:before,
.autocomplete .suggestion-item.selected a.close-x:before,
.autocomplete .suggestion-item:focus a.close-x:before, .search-app-gs .close-x.arrow-left:before, .close-x.back-to-top:before, .video-library .close-x.video-library-image:before {
  content: '\e5cd'; }

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

.icon-browser {
  position: relative;
  padding-left: 40px;
  text-align: left; }
  .icon-browser:hover .icon {
    opacity: .8; }
  .icon-browser .icon {
    position: absolute;
    left: 0;
    top: 7px;
    width: 30px;
    height: 30px;
    display: block;
    -ms-interpolation-mode: bicubic; }

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; }
    @media only screen and (min-width: 1025px) and (max-width: 1050px) {
      .list-inline li + li {
        margin-left: 3px; } }

.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 {
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 20px;
    /* Firefox */
    column-gap: 20px;
    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 {
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 20px;
    /* Firefox */
    column-gap: 20px;
    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 {
    /* 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 {
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 20px;
    /* Firefox */
    column-gap: 20px;
    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 {
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 20px;
    /* Firefox */
    column-gap: 20px;
    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 {
    /* 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 {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid; }
  .list-split-2 {
    -moz-column-count: 2;
    column-count: 2; }
  .list-split-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, .form-group span.fad-checkbox-name {
    display: inline-block;
    margin-bottom: 0.375em; }
    .form-group label.label-alt, .form-group span.fad-checkbox-name.label-alt {
      color: #63599e; }
    .form-group label.has-tooltip, .form-group span.fad-checkbox-name.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;
    transition: all 0.2s ease; }
  .form-group-alt input:focus ~ label,
  .form-group-alt input.used ~ label {
    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: #574497;
    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; }

.employee-limit {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1; }

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;
  transition: background .15s, border .15s, 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;
    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;
      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, .checkbox input[type="checkbox"] + span.fad-checkbox-name {
  position: relative;
  line-height: 0;
  padding-left: 28px; }
  .checkbox input[type="checkbox"] + label:before, .checkbox input[type="checkbox"] + span.fad-checkbox-name:before {
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 8px;
    background-color: #fff;
    border: solid 1px #7f8283;
    line-height: 0; }

.checkbox input[type="checkbox"]:checked + label, .checkbox input[type="checkbox"]:checked + span.fad-checkbox-name {
  position: relative;
  font-weight: 700; }
  .checkbox input[type="checkbox"]:checked + label:before, .checkbox input[type="checkbox"]:checked + span.fad-checkbox-name:before {
    background-color: #fff; }
  .checkbox input[type="checkbox"]:checked + label:after, .checkbox input[type="checkbox"]:checked + span.fad-checkbox-name:after {
    font-family: 'Material Icons';
    content: "\e876";
    font-size: 1rem;
    line-height: 0;
    display: block;
    top: 12px;
    left: 1px;
    position: absolute;
    color: #63599e;
    line-height: 0; }

.checkbox input[type="checkbox"][disabled] + label, .checkbox input[type="checkbox"][disabled] + span.fad-checkbox-name {
  cursor: no-drop;
  cursor: not-allowed;
  color: #7f8283; }
  .checkbox input[type="checkbox"][disabled] + label:before, .checkbox input[type="checkbox"][disabled] + span.fad-checkbox-name:before {
    background-color: transparent;
    border-color: #7f8283;
    cursor: no-drop;
    cursor: not-allowed; }
  .checkbox input[type="checkbox"][disabled] + label:after, .checkbox input[type="checkbox"][disabled] + span.fad-checkbox-name: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: #fff;
    border-radius: 50% 50%;
    border: solid 2px #7f8283;
    line-height: 0; }

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

.radio input[type="radio"]:checked + label:after {
  content: "";
  display: block;
  border-radius: 50% 50%;
  height: 10px;
  left: 4px;
  top: 8px;
  width: 10px;
  background-color: #0b4265;
  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; }

/* These are duplicated so they don't interfere with jquery validate */
.location-search-validation {
  display: none; }

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

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

/* end */
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 {
  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: #574497; }

.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;
  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;
    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;
    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; }
  .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_2-col-layout .form-group .form-group {
    width: 100%; }

.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_3-col-layout .form-group .form-group {
    width: 100%; }

.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: 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;
    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; }

.group-panel-cards {
  padding: 20px; }

.panel {
  padding: 24px;
  margin-bottom: 24px;
  color: #363637;
  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.card-panel-white {
    background-color: #fff; }
  .panel.card-panel-dark-purple {
    background-color: #322071; }
  .panel.card-panel-purple {
    background-color: rgba(99, 89, 158, 0.05); }
  .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.image-text-card-panel {
    margin-bottom: 0 !important; }

.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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .panel-content a .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .panel-content a .icon-arrow:after, .panel-content a .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .panel-content a a:hover:before,
  .panel-content a .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .panel-content a a:before,
  .panel-content a .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .panel-content a a:before, .panel-content a .search-app-gs .arrow-right:after, .search-app-gs .panel-content a .arrow-right:after, .panel-content a .search-app-gs .arrow-left:before, .search-app-gs .panel-content a .arrow-left:before, .panel-content a .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .panel-content a [data-role="remove"]: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; } }
  @media only screen and (max-width: 1024px) {
    .panel-content .group-cards:has(.image-text-card):not(.slider-cards) {
      flex-direction: column; } }

.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:before {
    content: "arrow_forward";
    margin-right: 14px; }
  .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;
  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;
    transition: all .5s; }
    .panel-toggle .panel-content.sorted-drawer {
      max-height: 165px; }
    @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%;
      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 {
        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;
        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;
      transition: all 250ms ease-in; }
    .panel-toggle .panel-toggle-trigger:hover:after {
      background-color: #FFFFFF;
      line-height: 46px;
      transition: all 250ms ease-in; }
  .panel-toggle.expanded .panel-content {
    max-height: none;
    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;
    transition: all 250ms ease-in; }
  .panel-toggle.expanded.panel-additional-locations .card.card-callout .card-content:nth-child(n+3) {
    max-height: 380px;
    transition: all 1s; }

.panels-flex-group {
  display: flex;
  flex-flow: row wrap;
  height: 100%; }
  .panels-flex-group .panel-flex {
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: left; }

.flip-panel.panel-toggle {
  padding: 0; }
  .flip-panel.panel-toggle.expanded {
    box-shadow: none; }
    .flip-panel.panel-toggle.expanded .panel-content {
      max-height: none; }
    .flip-panel.panel-toggle.expanded .flip-panel-view span:after {
      content: "less";
      text-transform: uppercase; }
  .flip-panel.panel-toggle .panel-toggle-trigger:after {
    background-color: inherit;
    border: none;
    border-radius: unset;
    display: inline;
    height: 36px;
    left: unset;
    line-height: 1;
    margin-left: 0;
    text-align: unset;
    top: 1px;
    width: unset; }
  .flip-panel.panel-toggle .panel-toggle-trigger:hover:after {
    line-height: 1; }
  .flip-panel.panel-toggle .panel-content {
    max-height: 1280px;
    padding-bottom: 0 !important; }
    @media only screen and (min-width: 923px) and (max-width: 1023px) {
      .flip-panel.panel-toggle .panel-content {
        max-height: 1250px; } }
    @media only screen and (min-width: 768px) and (max-width: 922px) {
      .flip-panel.panel-toggle .panel-content {
        max-height: 1855px; } }
    @media only screen and (max-width: 767px) {
      .flip-panel.panel-toggle .panel-content {
        max-height: 1455px; } }
    .flip-panel.panel-toggle .panel-content:after {
      box-shadow: none; }
  .flip-panel.panel-toggle .flip-panel-view {
    text-align: center;
    padding: 18px 24px; }
    .flip-panel.panel-toggle .flip-panel-view span:after {
      content: "all";
      text-transform: uppercase; }

.video-thumb {
  display: block;
  border: 1px solid #ccc; }
  .video-thumb:hover {
    border-color: #00668f; }
  .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;
    height: 100%;
    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 .video-image figure {
  height: 75px;
  width: 133px; }

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

.video-item .media-icon {
  font-size: 12px;
  line-height: 20px;
  margin-right: 5px;
  color: #fff; }

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

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

.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: #00668f;
  cursor: pointer; }
  .tooltip-trigger:hover {
    color: #363637; }

.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;
  z-index: 5000 !important; }

.tpd-tooltip,
.tpd-tooltip [class^="tpd-"] {
  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%;
  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 {
  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 */
  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%;
  transform-origin: 0% 0%;
  position: relative; }

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

.tpd-stem-side-inversed {
  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 {
  transform: rotate(-90deg) scale(-1, 1); }

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

.tpd-stem-transform-bottom {
  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;
  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% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes tpd-spinner-animation {
  0% {
    transform: rotate(0deg); }
  100% {
    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: #00668f;
  text-decoration: underline; }

.tpd-tooltip a:hover {
  color: #0b4265; }

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

.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: #00668f; }

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

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

/* light */
.tpd-skin-nav .tpd-content {
  color: #363637; }

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

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

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

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

/* locations tool-tip changes*/
.locations .tpd-skin-light .tooltip-title {
  color: #000;
  font-size: 14px; }

/*Start TippyJS Themes CSS*/
.tippy-box[data-theme~='light'] {
  color: #26323d;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid #63599e !important; }
  .tippy-box[data-theme~='light'] .tooltip-close-btn {
    position: absolute;
    color: #00668f;
    font-weight: 600;
    top: 5px;
    right: 10px;
    font-size: 1rem;
    cursor: pointer;
    pointer-events: auto; }
  .tippy-box[data-theme~='light'] .tippy-arrow::before {
    border-color: transparent;
    border-width: 10px;
    position: absolute; }
  .tippy-box[data-theme~='light'] .tippy-arrow::after {
    content: '';
    position: absolute;
    border-color: #ffffff;
    border-width: 12px;
    border-style: solid; }
  .tippy-box[data-theme~='light'][data-placement^='top'] .tippy-arrow::before {
    border-top-color: #63599e;
    top: 16px;
    left: -2px; }
  .tippy-box[data-theme~='light'][data-placement^='top'] .tippy-arrow::after {
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    top: 13px;
    left: 50%;
    transform: translateX(-50%); }
  .tippy-box[data-theme~='light'][data-placement^='bottom'] .tippy-arrow::before {
    border-bottom-color: #63599e;
    top: -20px;
    left: -2px; }
  .tippy-box[data-theme~='light'][data-placement^='bottom'] .tippy-arrow::after {
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%); }
  .tippy-box[data-theme~='light'][data-placement^='left'] .tippy-arrow::before {
    border-left-color: #63599e;
    top: -2px;
    left: 17px; }
  .tippy-box[data-theme~='light'][data-placement^='left'] .tippy-arrow::after {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    left: 13px;
    top: 50%;
    transform: translateY(-50%); }
  .tippy-box[data-theme~='light'][data-placement^='right'] .tippy-arrow::before {
    border-right-color: #63599e;
    top: -2px;
    left: -20px; }
  .tippy-box[data-theme~='light'][data-placement^='right'] .tippy-arrow::after {
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    right: 13px;
    top: 50%;
    transform: translateY(-50%); }
  .tippy-box[data-theme~='light'] .tippy-content {
    padding: 24px;
    color: #363637; }

.modal {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: 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;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
  .modal--active {
    visibility: visible;
    opacity: 1; }
  .modal.modal--align-top {
    -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;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    top: -100px;
    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;
  transform: none;
  opacity: 1;
  z-index: 9999;
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1); }

.global-modal .fancybox-skin {
  border-radius: 12px; }

.global-modal .fancybox-inner p {
  font-size: 1rem; }

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

.pagination-button {
  display: inline-block;
  padding: 5px 10px;
  color: #00668f;
  font-weight: 600;
  cursor: pointer;
  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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .pagination-button .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .pagination-button .icon-arrow:after, .pagination-button .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .pagination-button a:hover:before,
  .pagination-button .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .pagination-button a:before,
  .pagination-button .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .pagination-button a:before, .pagination-button .search-app-gs .arrow-right:after, .search-app-gs .pagination-button .arrow-right:after, .pagination-button .search-app-gs .arrow-left:before, .search-app-gs .pagination-button .arrow-left:before, .pagination-button .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .pagination-button [data-role="remove"]: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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .pagination-button .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .pagination-button .icon-arrow:after, .pagination-button .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .pagination-button a:hover:before,
      .pagination-button .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .pagination-button a:before,
      .pagination-button .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .pagination-button a:before, .pagination-button .search-app-gs .arrow-right:after, .search-app-gs .pagination-button .arrow-right:after, .pagination-button .search-app-gs .arrow-left:before, .search-app-gs .pagination-button .arrow-left:before, .pagination-button .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .pagination-button [data-role="remove"]: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: #0b4265;
    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 {
  -moz-flex: 1 0 33%;
  flex: 1 0 33%; }

.disruptor .disruptor-item {
  display: -moz-flex;
  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: -moz-flex;
  display: flex;
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
  -moz-flex-direction: row;
  flex-direction: row;
  -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: #00668f;
  border-radius: 50%;
  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: #00668f;
      border-radius: 0;
      line-height: 1.2; } }

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

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

.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: #363637;
    font-size: 14px; }

.disruptor .icon-title {
  color: #00668f;
  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: -moz-flex;
        display: flex;
        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: -moz-flex;
  display: flex;
  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: -moz-flex;
    display: flex;
    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: #00668f;
      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: #0b4265; } }
  .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: #363637;
    text-decoration: none;
    margin-top: 5px; }
    .alphabetical-item .alphabetical-list-title a:hover {
      text-decoration: none;
      color: #363637; }

.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, .better3 .explore-more-slider #sliderControls .prev .arrow:hover, .better3 .explore-more-slider #sliderControls .next .arrow:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2); }

.shadow-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, .no-mobile .doctor-card .card-flex:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2); }

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

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

.shadows {
  display: -moz-flex;
  display: flex;
  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 {
      box-shadow: none; } }

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

.flex {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  flex-wrap: wrap;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center; }

.drawer {
  background: #fff;
  border-radius: 2px;
  padding: 16px; }
  .drawer .drawer-title {
    color: #00668f;
    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;
    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;
  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: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -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 {
        -moz-justify-content: flex-start;
        justify-content: flex-start; } }
    @media only screen and (max-width: 479px) {
      .section-newsletter .fieldset-label {
        -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 .resp-tabs-list .resp-tab-item {
  scroll-margin-top: 115px; }

.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 .heading-title {
  font-size: 1.25rem; }

.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: flex;
  flex-direction: column; }

.card-mtt.card-small .card-doctor-header-top {
  display: flex;
  flex-direction: column; }
  .card-mtt.card-small .card-doctor-header-top .doctor-name {
    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: #363637; }

.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: #363637; }
  .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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .card-mtt.card-small .doctor-rating .doctor-rating-stars .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-arrow:after, .card-mtt.card-small .doctor-rating .doctor-rating-stars .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .card-mtt.card-small .doctor-rating .doctor-rating-stars a:hover:before,
    .card-mtt.card-small .doctor-rating .doctor-rating-stars .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .card-mtt.card-small .doctor-rating .doctor-rating-stars a:before,
    .card-mtt.card-small .doctor-rating .doctor-rating-stars .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .card-mtt.card-small .doctor-rating .doctor-rating-stars a:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .search-app-gs .arrow-right:after, .search-app-gs .card-mtt.card-small .doctor-rating .doctor-rating-stars .arrow-right:after, .card-mtt.card-small .doctor-rating .doctor-rating-stars .search-app-gs .arrow-left:before, .search-app-gs .card-mtt.card-small .doctor-rating .doctor-rating-stars .arrow-left:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .card-mtt.card-small .doctor-rating .doctor-rating-stars [data-role="remove"]: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: -moz-flex;
      display: flex;
      -moz-flex-direction: column;
      flex-direction: column;
      -moz-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: #0b4265; }
    @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: #00668f; }
    @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 #574497;
  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 .component-locations-map .toggle-view .video-play.toggle-icon:after, .component-locations-map .toggle-view .card-mtt .watch-video .video-play.toggle-icon:after, .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-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 .mobile-filters .filter-item .video-play.icon-arrow:after, .locations-landing .mobile-filters .filter-item .card-mtt .watch-video .video-play.icon-arrow:after, .card-mtt .watch-video .autocomplete .suggestion-item a.video-play:hover:before, .autocomplete .suggestion-item .card-mtt .watch-video a.video-play:hover:before,
  .card-mtt .watch-video .autocomplete .suggestion-item.selected a.video-play:before, .autocomplete .suggestion-item.selected .card-mtt .watch-video a.video-play:before,
  .card-mtt .watch-video .autocomplete .suggestion-item:focus a.video-play:before, .autocomplete .suggestion-item:focus .card-mtt .watch-video a.video-play:before, .card-mtt .watch-video .search-app-gs .video-play.arrow-right:after, .search-app-gs .card-mtt .watch-video .video-play.arrow-right:after, .card-mtt .watch-video .search-app-gs .video-play.arrow-left:before, .search-app-gs .card-mtt .watch-video .video-play.arrow-left:before, .card-mtt .watch-video .search-app-gs .tag-container .tag .video-play[data-role="remove"]:after, .search-app-gs .tag-container .tag .card-mtt .watch-video .video-play[data-role="remove"]: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 .component-locations-map .toggle-view .video-play.toggle-icon:after, .component-locations-map .toggle-view .card-mtt .watch-video .video-play.toggle-icon:after, .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-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 .mobile-filters .filter-item .video-play.icon-arrow:after, .locations-landing .mobile-filters .filter-item .card-mtt .watch-video .video-play.icon-arrow:after, .card-mtt .watch-video .autocomplete .suggestion-item a.video-play:hover:before, .autocomplete .suggestion-item .card-mtt .watch-video a.video-play:hover:before,
      .card-mtt .watch-video .autocomplete .suggestion-item.selected a.video-play:before, .autocomplete .suggestion-item.selected .card-mtt .watch-video a.video-play:before,
      .card-mtt .watch-video .autocomplete .suggestion-item:focus a.video-play:before, .autocomplete .suggestion-item:focus .card-mtt .watch-video a.video-play:before, .card-mtt .watch-video .search-app-gs .video-play.arrow-right:after, .search-app-gs .card-mtt .watch-video .video-play.arrow-right:after, .card-mtt .watch-video .search-app-gs .video-play.arrow-left:before, .search-app-gs .card-mtt .watch-video .video-play.arrow-left:before, .card-mtt .watch-video .search-app-gs .tag-container .tag .video-play[data-role="remove"]:after, .search-app-gs .tag-container .tag .card-mtt .watch-video .video-play[data-role="remove"]: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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .card-mtt .watch-video .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .card-mtt .watch-video .icon-arrow:after, .card-mtt .watch-video .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .card-mtt .watch-video a:hover:before,
  .card-mtt .watch-video .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .card-mtt .watch-video a:before,
  .card-mtt .watch-video .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .card-mtt .watch-video a:before, .card-mtt .watch-video .search-app-gs .arrow-right:after, .search-app-gs .card-mtt .watch-video .arrow-right:after, .card-mtt .watch-video .search-app-gs .arrow-left:before, .search-app-gs .card-mtt .watch-video .arrow-left:before, .card-mtt .watch-video .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .card-mtt .watch-video [data-role="remove"]: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; }

.card-icc .location-reservation-none {
  font-size: 18px;
  font-weight: 600;
  color: #6c6c6c;
  margin: 10px; }

.card-icc .virtualvisit-icc-sm {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: -12px; }
  .card-icc .virtualvisit-icc-sm .virtualvisit-text {
    margin: 0 0 0 10px; }

.card-icc .card-actions {
  position: relative; }
  .card-icc .card-actions.divider:before {
    content: '';
    width: 2px;
    top: -24px;
    bottom: 0;
    background-color: #d4d5d6;
    position: absolute;
    left: -12px;
    height: calc(100% + 48px); }
  @media only screen and (max-width: 1200px) {
    .card-icc .card-actions.divider {
      padding-top: 15px; }
      .card-icc .card-actions.divider:before {
        width: calc(100% + 24px);
        height: 2px;
        left: -12px;
        top: 0; } }
  @media only screen and (max-width: 767px) {
    .card-icc .card-actions.divider {
      padding-top: 15px; }
      .card-icc .card-actions.divider:before {
        width: calc(100% + 8px);
        height: 1px;
        left: -4px;
        top: 0; } }
  .card-icc .card-actions .btn-group {
    width: 100%;
    height: 75px;
    overflow: hidden; }

.alert-error-card {
  height: 350px;
  background-color: #52478c;
  padding-top: 120px; }
  .alert-error-card .alert-error-title {
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff; }
  .alert-error-card .alert-error-text {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff; }

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

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

@media (max-width: 768px) {
  .minimizable-web-chat .text-bubble {
    display: none !important; } }

#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: 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: #363637 !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: #00668f; }
  #guide ul[class^="ActivityIntro__ActivityIntroList"] svg path {
    display: none; }

#guide ul[class^="ActivityIntro__ActivityIntroList"] li[class^="IntroTemplate__IntroTemplateOption"] {
  color: #00668f;
  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: #00668f;
    font-weight: 400; }

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

#guide button[class^="DynamicInput__SendButton"] {
  color: #00668f; }

#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;
  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: #00668f; }

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

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

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

@media only screen and (min-width: 813px) {
  .journey-indicator {
    align-items: center;
    top: 16em;
    flex-direction: column;
    right: .75em; } }

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

.journey-indicator_items {
  background-color: #635a9e;
  box-shadow: 5px 5px 15px 0px rgba(99, 90, 158, 0.5);
  display: flex;
  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: 813px) {
  .journey-indicator_items {
    border-radius: 0.5em;
    order: 1; } }

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

.journey-indicator_item {
  align-items: center;
  border-color: #9a92d5;
  color: #9a92d5;
  justify-content: center;
  display: flex;
  margin: 0;
  overflow: hidden;
  padding: 0;
  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: 813px) {
  .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: 813px) {
  .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: 813px) {
  .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 {
  align-items: center;
  border: 2px solid currentcolor;
  background-color: white;
  border-radius: 50%;
  color: #14718a;
  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;
  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: 813px) {
  .journey-indicator_more-stories {
    margin: 1em 0 0 0;
    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: -moz-flex;
    display: flex;
    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: -moz-flex;
      display: flex;
      -moz-flex-grow: 0;
      flex-grow: 0;
      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 {
        -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: #00668f;
            color: #fff; }
            .section-multi-powerstats .stat-cards .card-callout .card-flex-alt:hover .btn:hover {
              box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
              background: #0b4265; } }
      .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 {
      -moz-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 #00668f; }
    .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 {
  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;
      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%; } }

.component-locations-map .toggle-view {
  position: absolute;
  right: 4px;
  top: 25px;
  padding-left: 23px;
  overflow: hidden; }
  .component-locations-map .toggle-view .toggle-title:after {
    content: "List View"; }
  .component-locations-map .toggle-view .toggle-icon:after {
    display: inline-block;
    content: "list";
    font-size: 25px;
    width: 22px;
    height: 220px;
    position: absolute;
    top: 2px;
    left: 0;
    width: 22px;
    font-size: 1.5rem;
    line-height: 22px; }
  @media (min-width: 1024px) {
    .main-content.md-8 .component-locations-map .toggle-view, .list-stacked dd.main-content .component-locations-map .toggle-view, .main-content.md-9 .component-locations-map .toggle-view, .main-content.md-12 .component-locations-map .toggle-view {
      display: none; } }
  .component-locations-map .toggle-view.list .toggle-title:after {
    content: "Map View"; }
  .component-locations-map .toggle-view.list .toggle-icon:after {
    content: "map"; }

.component-locations-map .locations-list {
  width: 100%;
  max-height: 515px;
  overflow-y: scroll;
  position: relative;
  border: 2px solid #cbcbcb;
  border-width: 2px 0; }
  @media only screen and (max-height: 600px) {
    .component-locations-map .locations-list {
      max-height: 400px; } }
  .main-content.md-8 .component-locations-map .locations-list, .list-stacked dd.main-content .component-locations-map .locations-list, .main-content.md-9 .component-locations-map .locations-list, .main-content.md-12 .component-locations-map .locations-list {
    display: none;
    width: 55%; }
    .main-content.md-8 .component-locations-map .locations-list.active, .list-stacked dd.main-content .component-locations-map .locations-list.active, .main-content.md-9 .component-locations-map .locations-list.active, .main-content.md-12 .component-locations-map .locations-list.active {
      display: block; }
    @media (min-width: 1024px) {
      .main-content.md-8 .component-locations-map .locations-list, .list-stacked dd.main-content .component-locations-map .locations-list, .main-content.md-9 .component-locations-map .locations-list, .main-content.md-12 .component-locations-map .locations-list {
        display: block; } }
  .main-content.md-6 .component-locations-map .locations-list {
    display: none; }
    .main-content.md-6 .component-locations-map .locations-list.active {
      width: 100%;
      display: block; }
  .component-locations-map .locations-list .location-title {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4; }
  .component-locations-map .locations-list .list-location {
    border-top: 2px solid #cbcbcb; }
    .component-locations-map .locations-list .list-location:first-of-type {
      border: 0; }
  .component-locations-map .locations-list .map-pin {
    background: url("/Content/Northwestern/img/markers/map-pin.png") no-repeat 0 0;
    width: 22px;
    min-width: 22px;
    height: 30px;
    line-height: 26px;
    font-size: 0.75rem;
    background-size: 100%;
    color: #fff;
    text-align: center; }

.component-locations-map .locations-map {
  display: none;
  width: 100%;
  height: 515px;
  border: 2px solid #cbcbcb;
  border-width: 2px 0; }
  @media only screen and (max-height: 600px) {
    .component-locations-map .locations-map {
      max-height: 400px; } }
  .component-locations-map .locations-map.active {
    display: block; }

.component-locations-map .mapboxgl-popup-content {
  font-size: 14px;
  padding: 16px 20px;
  max-width: 280px; }
  @media only screen and (max-width: 575px) {
    .component-locations-map .mapboxgl-popup-content {
      max-width: 250px; } }
  .component-locations-map .mapboxgl-popup-content .text-link {
    font-weight: 600; }
  .component-locations-map .mapboxgl-popup-content .popup-action {
    font-size: 11px;
    text-decoration: none;
    margin: 20px 0 0 0; }
    .component-locations-map .mapboxgl-popup-content .popup-action:hover {
      text-decoration: none; }
  .component-locations-map .mapboxgl-popup-content .material-icons, .component-locations-map .mapboxgl-popup-content .icon-request-appointment:before, .component-locations-map .mapboxgl-popup-content .icon-watch-video:before, .component-locations-map .mapboxgl-popup-content .icon-play:before, .component-locations-map .mapboxgl-popup-content .icon-person-location:before, .component-locations-map .mapboxgl-popup-content .icon-details-top:before, .component-locations-map .mapboxgl-popup-content .icon-details-left:before, .component-locations-map .mapboxgl-popup-content .icon-directions:before, .component-locations-map .mapboxgl-popup-content .icon-directions-alt:before, .component-locations-map .mapboxgl-popup-content .icon-send-message:before, .component-locations-map .mapboxgl-popup-content .icon-phone-top:before, .component-locations-map .mapboxgl-popup-content .icon-phone-left:before, .component-locations-map .mapboxgl-popup-content .icon-comment:before, .component-locations-map .mapboxgl-popup-content .icon-cancel-search:before, .component-locations-map .mapboxgl-popup-content .panel-footer .panel-footer-more:before, .panel-footer .component-locations-map .mapboxgl-popup-content .panel-footer-more:before, .component-locations-map .mapboxgl-popup-content .panel-toggle .panel-toggle-trigger:after, .panel-toggle .component-locations-map .mapboxgl-popup-content .panel-toggle-trigger:after, .component-locations-map .mapboxgl-popup-content .video-item figure:before, .video-item .component-locations-map .mapboxgl-popup-content figure:before, .component-locations-map .mapboxgl-popup-content .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .mapboxgl-popup-content .toggle-icon:after, .component-locations-map .mapboxgl-popup-content .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .component-locations-map .mapboxgl-popup-content div[id*="thumbnail"]:before, .component-locations-map .mapboxgl-popup-content .card-trigger a:after, .card-trigger .component-locations-map .mapboxgl-popup-content a:after, .component-locations-map .mapboxgl-popup-content .card-video .card-image:before, .card-video .component-locations-map .mapboxgl-popup-content .card-image:before, .component-locations-map .mapboxgl-popup-content .card-content-figure figure.video a:before, .card-content-figure figure.video .component-locations-map .mapboxgl-popup-content a:before, .component-locations-map .mapboxgl-popup-content .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .component-locations-map .mapboxgl-popup-content [data-role="remove"]:after, .component-locations-map .mapboxgl-popup-content .section-location-details .btn-req-appt:after, .section-location-details .component-locations-map .mapboxgl-popup-content .btn-req-appt:after,
  .component-locations-map .mapboxgl-popup-content .section-location-details .btn-dr-location:after, .section-location-details .component-locations-map .mapboxgl-popup-content .btn-dr-location:after, .component-locations-map .mapboxgl-popup-content .locations2 .hospital-video a:before, .locations2 .hospital-video .component-locations-map .mapboxgl-popup-content a:before, .component-locations-map .mapboxgl-popup-content .locations-landing .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .component-locations-map .mapboxgl-popup-content .icon-arrow:after, .component-locations-map .mapboxgl-popup-content .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .component-locations-map .mapboxgl-popup-content a:hover:before,
  .component-locations-map .mapboxgl-popup-content .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .component-locations-map .mapboxgl-popup-content a:before,
  .component-locations-map .mapboxgl-popup-content .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .component-locations-map .mapboxgl-popup-content a:before, .component-locations-map .mapboxgl-popup-content .search-app-gs .arrow-right:after, .search-app-gs .component-locations-map .mapboxgl-popup-content .arrow-right:after, .component-locations-map .mapboxgl-popup-content .search-app-gs .arrow-left:before, .search-app-gs .component-locations-map .mapboxgl-popup-content .arrow-left:before, .component-locations-map .mapboxgl-popup-content .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .component-locations-map .mapboxgl-popup-content [data-role="remove"]:after, .component-locations-map .mapboxgl-popup-content .back-to-top:before, .component-locations-map .mapboxgl-popup-content .video-library .video-library-image:before, .video-library .component-locations-map .mapboxgl-popup-content .video-library-image:before {
    font-size: 20px; }
  .component-locations-map .mapboxgl-popup-content .fas {
    font-size: 15px;
    margin-bottom: 2px; }

.caca-location-search {
  display: flex;
  align-items: center;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .caca-location-search {
      display: inline-block;
      margin-bottom: 1em; } }
  .caca-location-search .search-form {
    width: 100%;
    max-width: 272px;
    margin-right: 16px; }
    .caca-location-search .search-form .form-group {
      margin-bottom: 1em; }
      @media only screen and (max-width: 768px) {
        .caca-location-search .search-form .form-group {
          margin-bottom: 0px; } }
    @media only screen and (min-width: 768px) {
      .caca-location-search .search-form .field-validation-error {
        left: calc(15em + 2vw);
        bottom: calc(100% - 3.7em);
        max-width: 177px; } }
    .caca-location-search .search-form .search-bar-full {
      position: relative;
      height: 40px;
      margin-top: 0.5rem; }
    .caca-location-search .search-form .search-bar-full .btn {
      position: absolute;
      min-height: inherit;
      top: 0;
      padding: 0 .5rem; }
    .caca-location-search .search-form .search-bar-full input {
      width: 100%;
      height: 40px;
      padding: 14px 70px 14px 14px; }
    .caca-location-search .search-form .material-icons, .caca-location-search .search-form .icon-request-appointment:before, .caca-location-search .search-form .icon-watch-video:before, .caca-location-search .search-form .icon-play:before, .caca-location-search .search-form .icon-person-location:before, .caca-location-search .search-form .icon-details-top:before, .caca-location-search .search-form .icon-details-left:before, .caca-location-search .search-form .icon-directions:before, .caca-location-search .search-form .icon-directions-alt:before, .caca-location-search .search-form .icon-send-message:before, .caca-location-search .search-form .icon-phone-top:before, .caca-location-search .search-form .icon-phone-left:before, .caca-location-search .search-form .icon-comment:before, .caca-location-search .search-form .icon-cancel-search:before, .caca-location-search .search-form .panel-footer .panel-footer-more:before, .panel-footer .caca-location-search .search-form .panel-footer-more:before, .caca-location-search .search-form .panel-toggle .panel-toggle-trigger:after, .panel-toggle .caca-location-search .search-form .panel-toggle-trigger:after, .caca-location-search .search-form .video-item figure:before, .video-item .caca-location-search .search-form figure:before, .caca-location-search .search-form .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .caca-location-search .search-form .toggle-icon:after, .caca-location-search .search-form .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .caca-location-search .search-form div[id*="thumbnail"]:before, .caca-location-search .search-form .card-trigger a:after, .card-trigger .caca-location-search .search-form a:after, .caca-location-search .search-form .card-video .card-image:before, .card-video .caca-location-search .search-form .card-image:before, .caca-location-search .search-form .card-content-figure figure.video a:before, .card-content-figure figure.video .caca-location-search .search-form a:before, .caca-location-search .search-form .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .caca-location-search .search-form [data-role="remove"]:after, .caca-location-search .search-form .section-location-details .btn-req-appt:after, .section-location-details .caca-location-search .search-form .btn-req-appt:after,
    .caca-location-search .search-form .section-location-details .btn-dr-location:after, .section-location-details .caca-location-search .search-form .btn-dr-location:after, .caca-location-search .search-form .locations2 .hospital-video a:before, .locations2 .hospital-video .caca-location-search .search-form a:before, .caca-location-search .search-form .locations-landing .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .caca-location-search .search-form .icon-arrow:after, .caca-location-search .search-form .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .caca-location-search .search-form a:hover:before,
    .caca-location-search .search-form .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .caca-location-search .search-form a:before,
    .caca-location-search .search-form .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .caca-location-search .search-form a:before, .caca-location-search .search-form .search-app-gs .arrow-right:after, .search-app-gs .caca-location-search .search-form .arrow-right:after, .caca-location-search .search-form .search-app-gs .arrow-left:before, .search-app-gs .caca-location-search .search-form .arrow-left:before, .caca-location-search .search-form .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .caca-location-search .search-form [data-role="remove"]:after, .caca-location-search .search-form .back-to-top:before, .caca-location-search .search-form .video-library .video-library-image:before, .video-library .caca-location-search .search-form .video-library-image:before {
      font-weight: 600;
      font-size: 1.75rem;
      width: 1.75rem;
      height: 1.35rem;
      position: relative; }
    .caca-location-search .search-form .filter-search-tip {
      font-size: 0.75rem; }
  .caca-location-search .use-current {
    text-transform: none;
    text-decoration: underline; }
    .caca-location-search .use-current.expanded {
      margin-top: 1.5em;
      font-size: 0.85rem;
      font-weight: 600;
      letter-spacing: 0.0375em;
      cursor: pointer; }
      @media only screen and (max-width: 768px) {
        .caca-location-search .use-current.expanded {
          display: inline-block;
          margin-top: 1em; } }
  .caca-location-search span.material-icons.icon-left, .caca-location-search span.icon-left.icon-request-appointment:before, .caca-location-search span.icon-left.icon-watch-video:before, .caca-location-search span.icon-left.icon-play:before, .caca-location-search span.icon-left.icon-person-location:before, .caca-location-search span.icon-left.icon-details-top:before, .caca-location-search span.icon-left.icon-details-left:before, .caca-location-search span.icon-left.icon-directions:before, .caca-location-search span.icon-left.icon-directions-alt:before, .caca-location-search span.icon-left.icon-send-message:before, .caca-location-search span.icon-left.icon-phone-top:before, .caca-location-search span.icon-left.icon-phone-left:before, .caca-location-search span.icon-left.icon-comment:before, .caca-location-search span.icon-left.icon-cancel-search:before, .caca-location-search .panel-footer span.icon-left.panel-footer-more:before, .panel-footer .caca-location-search span.icon-left.panel-footer-more:before, .caca-location-search .panel-toggle span.icon-left.panel-toggle-trigger:after, .panel-toggle .caca-location-search span.icon-left.panel-toggle-trigger:after, .caca-location-search .component-locations-map .toggle-view span.icon-left.toggle-icon:after, .component-locations-map .toggle-view .caca-location-search span.icon-left.toggle-icon:after, .caca-location-search .card-video span.icon-left.card-image:before, .card-video .caca-location-search span.icon-left.card-image:before, .caca-location-search .bootstrap-tagsinput .tag span.icon-left[data-role="remove"]:after, .bootstrap-tagsinput .tag .caca-location-search span.icon-left[data-role="remove"]:after, .caca-location-search .section-location-details span.icon-left.btn-req-appt:after, .section-location-details .caca-location-search span.icon-left.btn-req-appt:after,
  .caca-location-search .section-location-details span.icon-left.btn-dr-location:after, .section-location-details .caca-location-search span.icon-left.btn-dr-location:after, .caca-location-search .locations-landing .mobile-filters .filter-item span.icon-left.icon-arrow:after, .locations-landing .mobile-filters .filter-item .caca-location-search span.icon-left.icon-arrow:after, .caca-location-search .search-app-gs span.icon-left.arrow-right:after, .search-app-gs .caca-location-search span.icon-left.arrow-right:after, .caca-location-search .search-app-gs span.icon-left.arrow-left:before, .search-app-gs .caca-location-search span.icon-left.arrow-left:before, .caca-location-search .search-app-gs .tag-container .tag span.icon-left[data-role="remove"]:after, .search-app-gs .tag-container .tag .caca-location-search span.icon-left[data-role="remove"]:after, .caca-location-search span.icon-left.back-to-top:before, .caca-location-search .video-library span.icon-left.video-library-image:before, .video-library .caca-location-search span.icon-left.video-library-image:before {
    margin-right: .25rem; }
  .caca-location-search .tool-tip-container, .caca-location-search .use-current {
    margin-top: 1.6em; }
    @media only screen and (max-width: 768px) {
      .caca-location-search .tool-tip-container, .caca-location-search .use-current {
        display: inline-block;
        margin-top: 1.1em; } }
  .caca-location-search label {
    margin-bottom: 0px; }

.caca-location-search-header {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 600;
  color: #232526;
  margin: 0 0 16px 0; }

.loader-icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.75); }
  .loader-icon-wrapper .loader-icon {
    height: calc(100vh - 500px);
    background: none; }

.image-text-card-panel {
  /*.group-cards {

        &.no-wrap-big {

            .image-text-card {

                @media only screen and (min-width: 767px) {
                    flex: 1 1 0px;
                    display: flex;
                }
            }
        }
    }*/ }
  .image-text-card-panel h2.panel-title {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 17px 0;
    grid-gap: 20px;
    color: #322071; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .image-text-card-panel h2.panel-title {
        grid-template-rows: 12px 0; } }
    @media only screen and (min-width: 768px) {
      .image-text-card-panel h2.panel-title.no-left-line {
        grid-template-columns: 0fr auto 1fr;
        margin-left: -20px; } }
    @media only screen and (max-width: 480px) {
      .image-text-card-panel h2.panel-title {
        display: block; } }
    .image-text-card-panel h2.panel-title::before, .image-text-card-panel h2.panel-title::after {
      content: " ";
      display: block;
      border-bottom: 1px solid #322071; }
      @media only screen and (max-width: 480px) {
        .image-text-card-panel h2.panel-title::before, .image-text-card-panel h2.panel-title::after {
          width: 60%;
          margin: 7px auto 0; } }
    @media only screen and (max-width: 480px) {
      .image-text-card-panel h2.panel-title::before {
        display: none; } }
  .image-text-card-panel .image-text-card.text-card-row {
    width: 100%; }
  .image-text-card-panel .image-text-card.flex-card {
    flex: 1 1 0px;
    display: flex; }
  @media only screen and (max-width: 400px) {
    .image-text-card-panel .image-text-card.spotlight-card-container {
      margin-left: -15px; } }
  @media only screen and (min-width: 768px) {
    .image-text-card-panel .image-text-card.steps-card {
      padding-right: 45px; } }
  @media only screen and (min-width: 768px) {
    .image-text-card-panel .image-text-card.steps-card .card .count-block {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background: #322071;
      flex-shrink: 0;
      /* ensures the circle does not get squished*/
      margin-right: 30px;
      padding-left: 44px; }
      .image-text-card-panel .image-text-card.steps-card .card .count-block::before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 500 500' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath id='curve' d='M73.2,148.6c4-6.1,65.5-96.8,178.6-95.6c111.3,1.2,170.8,90.3,175.1,97' fill='none' stroke='none'/%3E%3Ctext font-family='Arial' font-size='96' dy='0' fill='white'%3E%3CtextPath xlink:href='%23curve' startOffset='5%25'%3E Step %3C/textPath%3E%3C/text%3E%3C/svg%3E");
        position: absolute;
        top: 8px;
        left: 8px;
        width: 100%;
        height: 100%;
        color: #ffffff; }
      .image-text-card-panel .image-text-card.steps-card .card .count-block .count-text {
        z-index: 1;
        position: relative;
        color: #ffffff;
        font-size: 2.625rem; } }
  @media only screen and (max-width: 767px) {
    .image-text-card-panel .image-text-card.steps-card .card .text-card-flex {
      position: relative; }
    .image-text-card-panel .image-text-card.steps-card .card .count-block {
      position: absolute;
      left: 0;
      top: -1px; }
      .image-text-card-panel .image-text-card.steps-card .card .count-block .h2 {
        font-size: 1rem; }
      .image-text-card-panel .image-text-card.steps-card .card .count-block .count-text::after {
        content: ".";
        /*position: relative;*/ }
    .image-text-card-panel .image-text-card.steps-card .card .content-block-title {
      padding-left: 18px; } }
  .image-text-card-panel .image-text-card.events-card {
    position: relative;
    margin-top: 15px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .image-text-card-panel .image-text-card.events-card {
        margin-top: 0; }
        .image-text-card-panel .image-text-card.events-card .card {
          padding: 0; } }
    .image-text-card-panel .image-text-card.events-card:not(:last-child)::after {
      content: "";
      position: absolute;
      left: 190px;
      right: 25px;
      bottom: 0;
      height: 1px;
      background-color: rgba(99, 89, 158, 0.3); }
      @media only screen and (max-width: 1440px) {
        .image-text-card-panel .image-text-card.events-card:not(:last-child)::after {
          left: 210px;
          right: 0; } }
      @media only screen and (max-width: 1023px) {
        .image-text-card-panel .image-text-card.events-card:not(:last-child)::after {
          left: 190px; } }
      @media only screen and (max-width: 767px) {
        .image-text-card-panel .image-text-card.events-card:not(:last-child)::after {
          left: 0; } }
  .image-text-card-panel .image-text-card .card .flex {
    justify-content: flex-start; }
    @media only screen and (min-width: 768px) {
      .image-text-card-panel .image-text-card .card .flex {
        flex-wrap: nowrap; } }
  .image-text-card-panel .image-text-card .card .text-card-flex {
    flex-direction: column;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .image-text-card-panel .image-text-card .card .text-card-flex {
        flex-direction: row !important; } }
    .image-text-card-panel .image-text-card .card .text-card-flex.event-card {
      align-items: flex-start; }
      .image-text-card-panel .image-text-card .card .text-card-flex.event-card.reverse .date-block {
        order: 1; }
      .image-text-card-panel .image-text-card .card .text-card-flex.event-card.reverse .content-block {
        order: 3; }
      .image-text-card-panel .image-text-card .card .text-card-flex.event-card.reverse .item-image {
        order: 2; }
      @media only screen and (max-width: 1440px) {
        .image-text-card-panel .image-text-card .card .text-card-flex.event-card .item-image {
          display: none; } }
      @media only screen and (max-width: 767px) {
        .image-text-card-panel .image-text-card .card .text-card-flex.event-card .date-block {
          display: none; } }
      .image-text-card-panel .image-text-card .card .text-card-flex.event-card .date-block {
        width: 215px;
        padding: 0 20px;
        text-align: center;
        font-weight: 600;
        font-size: 1.25rem;
        color: #232526; }
        .image-text-card-panel .image-text-card .card .text-card-flex.event-card .date-block time .month,
        .image-text-card-panel .image-text-card .card .text-card-flex.event-card .date-block time .day {
          display: block;
          margin: 0;
          padding: 0; }
      .image-text-card-panel .image-text-card .card .text-card-flex.event-card .content-block {
        padding: 5px 60px 0 25px; }
        @media only screen and (max-width: 767px) {
          .image-text-card-panel .image-text-card .card .text-card-flex.event-card .content-block {
            padding: 5px 0 0 0; } }
        .image-text-card-panel .image-text-card .card .text-card-flex.event-card .content-block .event-title {
          color: #322071; }
        .image-text-card-panel .image-text-card .card .text-card-flex.event-card .content-block .event-subtitle {
          font-size: 1rem;
          color: #363637; }
        .image-text-card-panel .image-text-card .card .text-card-flex.event-card .content-block .event-content {
          margin-bottom: 1em; }
        .image-text-card-panel .image-text-card .card .text-card-flex.event-card .content-block .content-link {
          margin-bottom: 0; }
          .image-text-card-panel .image-text-card .card .text-card-flex.event-card .content-block .content-link .btn {
            font-size: 1rem; }
          .image-text-card-panel .image-text-card .card .text-card-flex.event-card .content-block .content-link a::before {
            content: "\f061";
            font-family: "Font Awesome 5 Free";
            margin-right: 8px;
            font-style: normal;
            text-decoration: inherit; }
      .image-text-card-panel .image-text-card .card .text-card-flex.event-card .item-image {
        width: 350px;
        padding: 0 20px 0 0; }
  .image-text-card-panel .image-text-card .card .image-block {
    padding-left: 0;
    padding-right: 60px;
    flex: 0 0 auto; }
    @media only screen and (max-width: 767px) {
      .image-text-card-panel .image-text-card .card .image-block {
        padding-right: 0; } }
    .image-text-card-panel .image-text-card .card .image-block.left {
      order: 0; }
      @media only screen and (max-width: 767px) {
        .image-text-card-panel .image-text-card .card .image-block.left {
          padding-right: 0; } }
    .image-text-card-panel .image-text-card .card .image-block.right {
      order: 1;
      padding-right: 0;
      padding-left: 40px; }
      @media only screen and (max-width: 767px) {
        .image-text-card-panel .image-text-card .card .image-block.right {
          padding-left: 0; } }
    .image-text-card-panel .image-text-card .card .image-block .left-item-image {
      border-radius: 50%;
      margin: 0 auto 12px auto;
      border: 1px solid #d4d5d6;
      overflow: hidden; }
      .image-text-card-panel .image-text-card .card .image-block .left-item-image img {
        display: block;
        max-width: 180px;
        margin: 0 auto !important; }
      @media only screen and (min-width: 481px) and (max-width: 1023px) {
        .image-text-card-panel .image-text-card .card .image-block .left-item-image.image-spotlight-card {
          display: none; } }
      .image-text-card-panel .image-text-card .card .image-block .left-item-image.image-spotlight-card img {
        max-width: 322px; }
  .image-text-card-panel .image-text-card .card .count-block {
    padding-right: 40px;
    flex: 0 0 auto; }
    @media only screen and (max-width: 767px) {
      .image-text-card-panel .image-text-card .card .count-block {
        width: 100%;
        padding: 15px 0; } }
    .image-text-card-panel .image-text-card .card .count-block .count-text {
      color: #322071; }
  .image-text-card-panel .image-text-card .card .content-block {
    flex: 1 1 auto;
    width: 100%; }
    .image-text-card-panel .image-text-card .card .content-block.border-bottom {
      border-bottom: 1px solid rgba(99, 89, 158, 0.3); }
    .image-text-card-panel .image-text-card .card .content-block .content-block-title {
      color: #322071; }
    .image-text-card-panel .image-text-card .card .content-block .content-block-body {
      margin-bottom: 20px; }
    .image-text-card-panel .image-text-card .card .content-block .content-link {
      margin-bottom: 20px; }
      .image-text-card-panel .image-text-card .card .content-block .content-link .btn {
        padding-left: 0px;
        text-align: left; }
  .image-text-card-panel .image-text-card .card.card-callout {
    margin-top: 24px; }
  .image-text-card-panel.card-panel-dark-purple .title p {
    color: #ffffff; }
  .image-text-card-panel.card-panel-dark-purple .title a[href^="tel"] {
    color: #ffffff;
    text-decoration: none; }

.story-claims {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
  .story-claims .claims-container .claims-slider {
    height: 365px; }
    .story-claims .claims-container .claims-slider.large {
      height: 558px; }
      @media only screen and (max-width: 480px) {
        .story-claims .claims-container .claims-slider.large .claims-section {
          padding: 50px 5px 20px; } }
      .story-claims .claims-container .claims-slider.large .claims-section .claims-content .claims-annotation {
        bottom: 50px; }
        @media only screen and (max-width: 480px) {
          .story-claims .claims-container .claims-slider.large .claims-section .claims-content .claims-annotation {
            bottom: 70px;
            padding: 0 10px; } }
  .story-claims .claims-container .claims-slider .claims-section, .story-claims .claims-container .claims-organizations-container .claims-section,
  .story-claims .claims-container .claims-slider-container .claims-section {
    padding: 100px 5px 20px;
    height: 100%;
    display: flex;
    justify-content: center; }
    .story-claims .claims-container .claims-slider .claims-section.claims-slot-1, .story-claims .claims-container .claims-organizations-container .claims-section.claims-slot-1,
    .story-claims .claims-container .claims-slider-container .claims-section.claims-slot-1 {
      background-image: linear-gradient(90deg, #63589e 0%, #5e5b9f 35%, #595fa0 69%, #5561a1 100%); }
    .story-claims .claims-container .claims-slider .claims-section.claims-slot-2, .story-claims .claims-container .claims-organizations-container .claims-section.claims-slot-2,
    .story-claims .claims-container .claims-slider-container .claims-section.claims-slot-2 {
      background-image: linear-gradient(90deg, #5561a1 0%, #5164a1 35%, #4b67a2 69%, #476aa3 100%); }
    .story-claims .claims-container .claims-slider .claims-section.claims-slot-3, .story-claims .claims-container .claims-organizations-container .claims-section.claims-slot-3,
    .story-claims .claims-container .claims-slider-container .claims-section.claims-slot-3 {
      background-image: linear-gradient(90deg, #476aa3 0%, #426da4 35%, #3d70a5 69%, #3973a6 100%); }
    .story-claims .claims-container .claims-slider .claims-section.claims-slot-4, .story-claims .claims-container .claims-organizations-container .claims-section.claims-slot-4,
    .story-claims .claims-container .claims-slider-container .claims-section.claims-slot-4 {
      background-image: linear-gradient(90deg, #3973a6 0%, #3477a7 35%, #2f7aa8 69%, #2b7ca8 100%); }
    .story-claims .claims-container .claims-slider .claims-section.claims-slot-5, .story-claims .claims-container .claims-organizations-container .claims-section.claims-slot-5,
    .story-claims .claims-container .claims-slider-container .claims-section.claims-slot-5 {
      background-image: linear-gradient(90deg, #1c86ab 0%, #1789ac 35%, #138cad 69%, #0e8fad 100%); }
    .story-claims .claims-container .claims-slider .claims-section.claims-slot-6, .story-claims .claims-container .claims-organizations-container .claims-section.claims-slot-6,
    .story-claims .claims-container .claims-slider-container .claims-section.claims-slot-6 {
      background-image: linear-gradient(90deg, #0e8fad 0%, #0992ae 35%, #0595af 69%, #0098b0 100%); }
    .story-claims .claims-container .claims-slider .claims-section .claims-content, .story-claims .claims-container .claims-organizations-container .claims-section .claims-content,
    .story-claims .claims-container .claims-slider-container .claims-section .claims-content {
      text-align: center;
      color: #ffffff; }
      @media only screen and (min-width: 768px) {
        .story-claims .claims-container .claims-slider .claims-section .claims-content, .story-claims .claims-container .claims-organizations-container .claims-section .claims-content,
        .story-claims .claims-container .claims-slider-container .claims-section .claims-content {
          margin-left: 140px;
          margin-right: 140px; } }
      .story-claims .claims-container .claims-slider .claims-section .claims-content .claims-section-title, .story-claims .claims-container .claims-organizations-container .claims-section .claims-content .claims-section-title,
      .story-claims .claims-container .claims-slider-container .claims-section .claims-content .claims-section-title {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 480px) {
          .story-claims .claims-container .claims-slider .claims-section .claims-content .claims-section-title, .story-claims .claims-container .claims-organizations-container .claims-section .claims-content .claims-section-title,
          .story-claims .claims-container .claims-slider-container .claims-section .claims-content .claims-section-title {
            font-size: 22px;
            line-height: 30px; } }
      .story-claims .claims-container .claims-slider .claims-section .claims-content .claims-hero-description, .story-claims .claims-container .claims-organizations-container .claims-section .claims-content .claims-hero-description,
      .story-claims .claims-container .claims-slider-container .claims-section .claims-content .claims-hero-description {
        font-size: 1.25rem;
        padding: 2px 15px; }
        @media only screen and (min-width: 768px) {
          .story-claims .claims-container .claims-slider .claims-section .claims-content .claims-hero-description, .story-claims .claims-container .claims-organizations-container .claims-section .claims-content .claims-hero-description,
          .story-claims .claims-container .claims-slider-container .claims-section .claims-content .claims-hero-description {
            padding: 2px 0; } }
        @media only screen and (max-width: 480px) {
          .story-claims .claims-container .claims-slider .claims-section .claims-content .claims-hero-description, .story-claims .claims-container .claims-organizations-container .claims-section .claims-content .claims-hero-description,
          .story-claims .claims-container .claims-slider-container .claims-section .claims-content .claims-hero-description {
            font-size: 0.875rem; } }
      .story-claims .claims-container .claims-slider .claims-section .claims-content .claims-annotation, .story-claims .claims-container .claims-organizations-container .claims-section .claims-content .claims-annotation,
      .story-claims .claims-container .claims-slider-container .claims-section .claims-content .claims-annotation {
        font-size: 1.25rem;
        height: 36px;
        position: absolute;
        bottom: 19px;
        left: 0;
        width: 100%; }
        @media only screen and (max-width: 480px) {
          .story-claims .claims-container .claims-slider .claims-section .claims-content .claims-annotation, .story-claims .claims-container .claims-organizations-container .claims-section .claims-content .claims-annotation,
          .story-claims .claims-container .claims-slider-container .claims-section .claims-content .claims-annotation {
            font-size: 0.875rem; } }
      .story-claims .claims-container .claims-slider .claims-section .claims-content .organization-link, .story-claims .claims-container .claims-organizations-container .claims-section .claims-content .organization-link,
      .story-claims .claims-container .claims-slider-container .claims-section .claims-content .organization-link {
        margin-top: 25px; }
        .story-claims .claims-container .claims-slider .claims-section .claims-content .organization-link .btn-claims, .story-claims .claims-container .claims-organizations-container .claims-section .claims-content .organization-link .btn-claims,
        .story-claims .claims-container .claims-slider-container .claims-section .claims-content .organization-link .btn-claims {
          min-width: 220px; }
  .story-claims .claims-container #claims-slider-controls, .story-claims .claims-container #social-slider-controls {
    margin: 0;
    padding: 0 15px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translatey(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 640px) {
      .story-claims .claims-container #claims-slider-controls, .story-claims .claims-container #social-slider-controls {
        display: none; } }
    .story-claims .claims-container #claims-slider-controls .previous, .story-claims .claims-container #social-slider-controls .previous {
      padding-right: 3px; }
    .story-claims .claims-container #claims-slider-controls .next, .story-claims .claims-container #social-slider-controls .next {
      padding-left: 3px; }
    .story-claims .claims-container #claims-slider-controls .previous, .story-claims .claims-container #claims-slider-controls .next, .story-claims .claims-container #social-slider-controls .previous, .story-claims .claims-container #social-slider-controls .next {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      overflow: hidden;
      border: 1px solid #fff;
      font-size: 1.25rem;
      width: 40px;
      height: 40px;
      cursor: pointer; }
      .story-claims .claims-container #claims-slider-controls .previous .fa, .story-claims .claims-container #claims-slider-controls .next .fa, .story-claims .claims-container #social-slider-controls .previous .fa, .story-claims .claims-container #social-slider-controls .next .fa {
        color: #fff; }
  .story-claims .claims-container .tns-nav {
    display: flex;
    bottom: -10px;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    flex-wrap: nowrap;
    width: 90%;
    height: 50px; }
    @media only screen and (min-width: 640px) {
      .story-claims .claims-container .tns-nav {
        display: none; } }
    .story-claims .claims-container .tns-nav > button {
      position: relative;
      margin-right: 5px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      overflow: hidden;
      background-color: rgba(255, 255, 255, 0.6);
      flex-grow: 0 !important;
      box-sizing: border-box;
      padding: 0 !important;
      outline: none;
      border: 0;
      display: flex;
      flex: 1 0 auto;
      margin: 0 16px; }
      .story-claims .claims-container .tns-nav > button::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        background: #fff;
        left: 0%;
        top: 0;
        transform: translateX(-100%);
        border-radius: 50%; }
      .story-claims .claims-container .tns-nav > button.tns-nav-active:after {
        transform: translateX(0%);
        transition: transform .5s ease-out; }
    .story-claims .claims-container .tns-nav .tns-visually-hidden {
      display: none; }
  .story-claims .claims-container .claims-organizations-container .flip-card {
    background-color: transparent;
    width: 100%;
    height: 365px;
    perspective: 1000px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) and (max-width: 922px) {
      .story-claims .claims-container .claims-organizations-container .flip-card {
        height: 575px; } }
    @media only screen and (max-width: 768px) {
      .story-claims .claims-container .claims-organizations-container .flip-card {
        height: 435px; } }
    .story-claims .claims-container .claims-organizations-container .flip-card.hover .flip-card-inner {
      transform: rotateY(180deg); }
    .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      transition: transform 0.6s;
      transform-style: preserve-3d; }
      .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-front,
      .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 5px; }
      .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-front {
        z-index: 2;
        transform: rotateY(0deg); }
        .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-front .claims-organization-card {
          flex: 2; }
      .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-back {
        transform: rotateY(180deg);
        background-color: #fff; }
        .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-back .flip-card-callout {
          display: none; }
          @media only screen and (min-width: 768px) {
            .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-back .flip-card-callout .flex {
              flex-direction: row;
              flex-wrap: nowrap; } }
          .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-back .flip-card-callout .image-block {
            padding-left: 25px;
            padding-right: 20px;
            padding-top: 30px;
            flex: 1 1 auto; }
            .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-back .flip-card-callout .image-block .flip-card-image {
              border-radius: 50%;
              margin: 0 auto 12px auto;
              border: 1px solid #d4d5d6;
              overflow: hidden; }
              @media only screen and (max-width: 768px) {
                .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-back .flip-card-callout .image-block .flip-card-image {
                  display: none; } }
              .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-back .flip-card-callout .image-block .flip-card-image img {
                display: block;
                max-width: 300px;
                margin: 0 auto !important; }
                @media only screen and (max-width: 1024px) {
                  .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-back .flip-card-callout .image-block .flip-card-image img {
                    max-width: 200px; } }
          .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-back .flip-card-callout .flip-card-content {
            flex: 1 1 auto;
            text-align: left;
            padding-right: 24px;
            padding-top: 24px; }
            @media only screen and (max-width: 767px) {
              .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-back .flip-card-callout .flip-card-content {
                padding: 0 24px; } }
            .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-back .flip-card-callout .flip-card-content .card-content-hero {
              border-bottom: 1px solid rgba(99, 89, 158, 0.3);
              padding-bottom: 20px; }
            .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-back .flip-card-callout .flip-card-content .card-content-lower {
              padding-top: 20px; }
              .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-back .flip-card-callout .flip-card-content .card-content-lower .card-story-subtitle {
                color: #322071; }
              .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-back .flip-card-callout .flip-card-content .card-content-lower .flip-card-return {
                text-align: right;
                position: relative;
                bottom: -15px;
                padding-bottom: 20px; }
                @media only screen and (min-width: 875px) and (max-width: 940px) {
                  .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-back .flip-card-callout .flip-card-content .card-content-lower .flip-card-return {
                    bottom: 11px; } }
                @media only screen and (min-width: 768px) and (max-width: 875px) {
                  .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-back .flip-card-callout .flip-card-content .card-content-lower .flip-card-return {
                    bottom: -130px; } }
                @media only screen and (max-width: 768px) {
                  .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-back .flip-card-callout .flip-card-content .card-content-lower .flip-card-return {
                    bottom: -75px; } }
                @media only screen and (max-width: 480px) {
                  .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-back .flip-card-callout .flip-card-content .card-content-lower .flip-card-return {
                    bottom: -50px; } }
                @media only screen and (max-width: 325px) {
                  .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-back .flip-card-callout .flip-card-content .card-content-lower .flip-card-return {
                    bottom: -10px; } }
                .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-back .flip-card-callout .flip-card-content .card-content-lower .flip-card-return .turn-flip-card {
                  padding: 10px 0;
                  width: 50px;
                  right: 0;
                  position: absolute; }
                  .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-back .flip-card-callout .flip-card-content .card-content-lower .flip-card-return .turn-flip-card .flip-back-button {
                    cursor: pointer;
                    color: #00668f; }
                    .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-back .flip-card-callout .flip-card-content .card-content-lower .flip-card-return .turn-flip-card .flip-back-button:hover {
                      color: #0b4265; }
                    .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-back .flip-card-callout .flip-card-content .card-content-lower .flip-card-return .turn-flip-card .flip-back-button:focus {
                      outline: 5px auto -webkit-focus-ring-color;
                      outline: auto 1px highlight;
                      outline-offset: 2px; }
          .story-claims .claims-container .claims-organizations-container .flip-card .flip-card-inner .flip-card-back .flip-card-callout.display {
            display: block; }
  .story-claims .claims-container .claims-slider .claims-section.claims-slot-1 {
    background-image: linear-gradient(90deg, #63589e 0%, #5e5b9f 35%, #595fa0 69%, #5561a1 100%); }
  .story-claims .claims-container .claims-slider .claims-section.claims-slot-2 {
    background-image: linear-gradient(90deg, #5561a1 0%, #5164a1 35%, #4b67a2 69%, #476aa3 100%); }
  .story-claims .claims-container .claims-slider .claims-section.claims-slot-3 {
    background-image: linear-gradient(90deg, #476aa3 0%, #426da4 35%, #3d70a5 69%, #3973a6 100%); }
  .story-claims .claims-container .claims-slider .claims-section.claims-slot-4 {
    background-image: linear-gradient(90deg, #3973a6 0%, #3477a7 35%, #2f7aa8 69%, #2b7ca8 100%); }
  .story-claims .claims-container .claims-slider .claims-section.claims-slot-5 {
    background-image: linear-gradient(90deg, #1c86ab 0%, #1789ac 35%, #138cad 69%, #0e8fad 100%); }
  .story-claims .claims-container .claims-slider .claims-section.claims-slot-6 {
    background-image: linear-gradient(90deg, #0e8fad 0%, #0992ae 35%, #0595af 69%, #0098b0 100%); }
  .story-claims .claims-container .claims-slider .claims-section:nth-child(1) {
    background-image: linear-gradient(90deg, #63589e 0%, #5e5b9f 35%, #595fa0 69%, #5561a1 100%); }
  .story-claims .claims-container .claims-slider .claims-section:nth-child(2) {
    background-image: linear-gradient(90deg, #5561a1 0%, #5164a1 35%, #4b67a2 69%, #476aa3 100%); }
  .story-claims .claims-container .claims-slider .claims-section:nth-child(3) {
    background-image: linear-gradient(90deg, #476aa3 0%, #426da4 35%, #3d70a5 69%, #3973a6 100%); }
  .story-claims .claims-container .claims-slider .claims-section:nth-child(4) {
    background-image: linear-gradient(90deg, #3973a6 0%, #3477a7 35%, #2f7aa8 69%, #2b7ca8 100%); }
  .story-claims .claims-container .claims-slider .claims-section:nth-child(5) {
    background-image: linear-gradient(90deg, #1c86ab 0%, #1789ac 35%, #138cad 69%, #0e8fad 100%); }
  .story-claims .claims-container .claims-slider .claims-section:nth-child(6) {
    background-image: linear-gradient(90deg, #0e8fad 0%, #0992ae 35%, #0595af 69%, #0098b0 100%); }
  .story-claims .claims-container .claims-slider-container .claims-section:nth-child(3) {
    background-image: linear-gradient(90deg, #63589e 0%, #5e5b9f 35%, #595fa0 69%, #5561a1 100%); }
  .story-claims .claims-container .claims-slider-container .claims-section:nth-child(6) {
    background-image: linear-gradient(90deg, #5561a1 0%, #5164a1 35%, #4b67a2 69%, #476aa3 100%); }
  .story-claims .claims-container .claims-slider-container .claims-section:nth-child(9) {
    background-image: linear-gradient(90deg, #476aa3 0%, #426da4 35%, #3d70a5 69%, #3973a6 100%); }
  .story-claims .claims-container .claims-slider-container .claims-section:nth-child(12) {
    background-image: linear-gradient(90deg, #3973a6 0%, #3477a7 35%, #2f7aa8 69%, #2b7ca8 100%); }
  .story-claims .claims-container .claims-slider-container .claims-section:nth-child(15) {
    background-image: linear-gradient(90deg, #1c86ab 0%, #1789ac 35%, #138cad 69%, #0e8fad 100%); }
  .story-claims .claims-container .claims-slider-container .claims-section:nth-child(18) {
    background-image: linear-gradient(90deg, #0e8fad 0%, #0992ae 35%, #0595af 69%, #0098b0 100%); }

.scEnabledChrome .claims-organizations-container .flip-card {
  height: 100% !important;
  min-height: 365px; }
  .scEnabledChrome .claims-organizations-container .flip-card .flip-card-inner .flip-card-front,
  .scEnabledChrome .claims-organizations-container .flip-card .flip-card-inner .flip-card-back {
    position: unset !important;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important; }
  .scEnabledChrome .claims-organizations-container .flip-card .flip-card-inner .flip-card-front {
    padding-bottom: 100px !important; }
    .scEnabledChrome .claims-organizations-container .flip-card .flip-card-inner .flip-card-front a {
      color: #fff !important; }
  .scEnabledChrome .claims-organizations-container .flip-card .flip-card-inner .flip-card-back {
    transform: unset !important; }

.scEnabledChrome .claims-slider-container .claims-content .claims-section-title, .scEnabledChrome .claims-slider-container .claims-content .claims-hero-description,
.scEnabledChrome .claims-slider-container .claims-content .claims-annotation {
  display: block; }

.get-involved-panel {
  background-color: #fff; }
  .get-involved-panel header {
    text-align: center;
    margin: 0 0 2rem 0;
    padding-top: 25px; }
    @media only screen and (max-width: 1024px) {
      .get-involved-panel header {
        margin: 0 0 2.5rem 0; } }
    .get-involved-panel header h2.panel-title {
      text-align: center;
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      grid-template-rows: 17px 0;
      grid-gap: 20px;
      color: #322071; }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .get-involved-panel header h2.panel-title {
          grid-template-rows: 12px 0; } }
      @media only screen and (max-width: 480px) {
        .get-involved-panel header h2.panel-title {
          display: block; } }
      .get-involved-panel header h2.panel-title::before, .get-involved-panel header h2.panel-title::after {
        content: " ";
        display: block;
        border-bottom: 1px solid #322071; }
        @media only screen and (max-width: 480px) {
          .get-involved-panel header h2.panel-title::before, .get-involved-panel header h2.panel-title::after {
            width: 60%;
            margin: 7px auto 0; } }
      @media only screen and (max-width: 480px) {
        .get-involved-panel header h2.panel-title::before {
          display: none; } }
  .get-involved-panel .get-involved-cards {
    display: -moz-flex;
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    position: relative;
    max-width: 100%; }
    @media print {
      .get-involved-panel .get-involved-cards {
        display: block; } }
    .get-involved-panel .get-involved-cards .card-callout {
      display: -moz-flex;
      display: flex;
      -moz-flex-grow: 0;
      flex-grow: 0;
      justify-content: center;
      position: relative;
      padding: 0 12px;
      max-width: 100%;
      background: transparent;
      margin: 0; }
      @media only screen and (min-width: 480px) {
        .get-involved-panel .get-involved-cards .card-callout {
          margin-bottom: 24px; } }
      .get-involved-panel .get-involved-cards .card-callout .card-flex {
        background: none; }
      .get-involved-panel .get-involved-cards .card-callout .card-content {
        display: inline-block;
        width: 100%;
        padding: 0; }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          .get-involved-panel .get-involved-cards .card-callout .card-content {
            max-width: 95%; } }
  .main-content.md-12 .get-involved-panel .get-involved-cards.three-column .card-callout,
  .main-content.md-9 .get-involved-panel .get-involved-cards.three-column .card-callout {
    width: 100%; }
    .main-content.md-12 .get-involved-panel .get-involved-cards.three-column .card-callout:first-child:after,
    .main-content.md-9 .get-involved-panel .get-involved-cards.three-column .card-callout:first-child:after {
      content: "";
      position: absolute;
      right: 0;
      top: 25px;
      width: 1px;
      height: 65%;
      background: rgba(99, 89, 158, 0.3); }
      @media only screen and (max-width: 767px) {
        .main-content.md-12 .get-involved-panel .get-involved-cards.three-column .card-callout:first-child:after,
        .main-content.md-9 .get-involved-panel .get-involved-cards.three-column .card-callout:first-child:after {
          height: 85%; } }
      @media only screen and (max-width: 480px) {
        .main-content.md-12 .get-involved-panel .get-involved-cards.three-column .card-callout:first-child:after,
        .main-content.md-9 .get-involved-panel .get-involved-cards.three-column .card-callout:first-child:after {
          height: 1px;
          width: 85%;
          top: unset;
          left: 28px;
          bottom: 0; } }
    @media only screen and (min-width: 480px) {
      .main-content.md-12 .get-involved-panel .get-involved-cards.three-column .card-callout,
      .main-content.md-9 .get-involved-panel .get-involved-cards.three-column .card-callout {
        width: 33.33%; }
        .main-content.md-12 .get-involved-panel .get-involved-cards.three-column .card-callout:not(:nth-child(3n)):after,
        .main-content.md-9 .get-involved-panel .get-involved-cards.three-column .card-callout:not(:nth-child(3n)):after {
          content: "";
          position: absolute;
          right: 0;
          top: 25px;
          width: 1px;
          height: 65%;
          background: rgba(99, 89, 158, 0.3); } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .main-content.md-12 .get-involved-panel .get-involved-cards.three-column .card-callout:not(:nth-child(3n)):after,
      .main-content.md-9 .get-involved-panel .get-involved-cards.three-column .card-callout:not(:nth-child(3n)):after {
        height: 85%; } }
    @media only screen and (min-width: 480px) and (max-width: 480px) {
      .main-content.md-12 .get-involved-panel .get-involved-cards.three-column .card-callout:not(:nth-child(3n)):after,
      .main-content.md-9 .get-involved-panel .get-involved-cards.three-column .card-callout:not(:nth-child(3n)):after {
        height: 1px;
        width: 85%;
        top: unset;
        left: 28px;
        bottom: 0; } }
    @media only screen and (max-width: 480px) {
      .main-content.md-12 .get-involved-panel .get-involved-cards.three-column .card-callout:not(:last-child):after,
      .main-content.md-9 .get-involved-panel .get-involved-cards.three-column .card-callout:not(:last-child):after {
        content: "";
        position: absolute;
        right: 0;
        top: 25px;
        width: 1px;
        height: 65%;
        background: rgba(99, 89, 158, 0.3); } }
  @media only screen and (max-width: 480px) and (max-width: 767px) {
    .main-content.md-12 .get-involved-panel .get-involved-cards.three-column .card-callout:not(:last-child):after,
    .main-content.md-9 .get-involved-panel .get-involved-cards.three-column .card-callout:not(:last-child):after {
      height: 85%; } }
  @media only screen and (max-width: 480px) and (max-width: 480px) {
    .main-content.md-12 .get-involved-panel .get-involved-cards.three-column .card-callout:not(:last-child):after,
    .main-content.md-9 .get-involved-panel .get-involved-cards.three-column .card-callout:not(:last-child):after {
      height: 1px;
      width: 85%;
      top: unset;
      left: 28px;
      bottom: 0; } }
  .get-involved-panel .card-content {
    position: relative; }
    .get-involved-panel .card-content .get-involved-card-title {
      width: 100%;
      font-size: 20px;
      color: #00668f;
      font-weight: 600;
      margin-bottom: 30px;
      text-transform: none; }
      @media only screen and (max-width: 767px) {
        .get-involved-panel .card-content .get-involved-card-title {
          font-size: 16px;
          margin-bottom: 24px; } }
    .get-involved-panel .card-content .card-content-body {
      -moz-flex: 1 0 auto;
      flex: 1 0 auto;
      font-size: 14px;
      margin: 0 0 5px 0; }

.social-slider .image-text-card, .workforce-slider .image-text-card {
  flex: 1 1 0px;
  display: flex; }
  .social-slider .image-text-card .card, .workforce-slider .image-text-card .card {
    padding: 0 6px; }
  .social-slider .image-text-card .card-callout .card-flex, .workforce-slider .image-text-card .card-callout .card-flex {
    padding: 0 !important;
    background: none; }
    .social-slider .image-text-card .card-callout .card-flex .card-content .text-card-img-container, .workforce-slider .image-text-card .card-callout .card-flex .card-content .text-card-img-container {
      flex: 1; }
      @media only screen and (max-width: 767px) {
        .social-slider .image-text-card .card-callout .card-flex .card-content .text-card-img-container, .workforce-slider .image-text-card .card-callout .card-flex .card-content .text-card-img-container {
          text-align: center; } }
      .social-slider .image-text-card .card-callout .card-flex .card-content .text-card-img-container img, .workforce-slider .image-text-card .card-callout .card-flex .card-content .text-card-img-container img {
        width: 100%; }
      @media only screen and (max-width: 480px) {
        .social-slider .image-text-card .card-callout .card-flex .card-content .text-card-img-container .img-wrapper img, .workforce-slider .image-text-card .card-callout .card-flex .card-content .text-card-img-container .img-wrapper img {
          display: inline-block; } }
      .social-slider .image-text-card .card-callout .card-flex .card-content .text-card-img-container .text-card-social-icon, .workforce-slider .image-text-card .card-callout .card-flex .card-content .text-card-img-container .text-card-social-icon {
        position: relative;
        bottom: 40px; }
        @media only screen and (max-width: 767px) {
          .social-slider .image-text-card .card-callout .card-flex .card-content .text-card-img-container .text-card-social-icon, .workforce-slider .image-text-card .card-callout .card-flex .card-content .text-card-img-container .text-card-social-icon {
            bottom: 45px; } }
        @media only screen and (max-width: 480px) {
          .social-slider .image-text-card .card-callout .card-flex .card-content .text-card-img-container .text-card-social-icon, .workforce-slider .image-text-card .card-callout .card-flex .card-content .text-card-img-container .text-card-social-icon {
            bottom: 55px; } }
        .social-slider .image-text-card .card-callout .card-flex .card-content .text-card-img-container .text-card-social-icon .icon, .workforce-slider .image-text-card .card-callout .card-flex .card-content .text-card-img-container .text-card-social-icon .icon {
          position: absolute;
          right: 10px;
          color: #fff; }
          @media only screen and (min-width: 670px) and (max-width: 767px) {
            .social-slider .image-text-card .card-callout .card-flex .card-content .text-card-img-container .text-card-social-icon .icon, .workforce-slider .image-text-card .card-callout .card-flex .card-content .text-card-img-container .text-card-social-icon .icon {
              right: 55px; } }
          @media only screen and (min-width: 450px) and (max-width: 480px) {
            .social-slider .image-text-card .card-callout .card-flex .card-content .text-card-img-container .text-card-social-icon .icon, .workforce-slider .image-text-card .card-callout .card-flex .card-content .text-card-img-container .text-card-social-icon .icon {
              right: 85px; } }
          @media only screen and (min-width: 400px) and (max-width: 450px) {
            .social-slider .image-text-card .card-callout .card-flex .card-content .text-card-img-container .text-card-social-icon .icon, .workforce-slider .image-text-card .card-callout .card-flex .card-content .text-card-img-container .text-card-social-icon .icon {
              right: 55px; } }
          @media only screen and (max-width: 400px) {
            .social-slider .image-text-card .card-callout .card-flex .card-content .text-card-img-container .text-card-social-icon .icon, .workforce-slider .image-text-card .card-callout .card-flex .card-content .text-card-img-container .text-card-social-icon .icon {
              right: 35px; } }
    .social-slider .image-text-card .card-callout .card-flex .card-content .text-card-content-container, .workforce-slider .image-text-card .card-callout .card-flex .card-content .text-card-content-container {
      flex: 2; }
    .social-slider .image-text-card .card-callout .card-flex .card-content .text-card-title.h2, .workforce-slider .image-text-card .card-callout .card-flex .card-content .text-card-title.h2 {
      font-size: 14px;
      font-weight: 600; }
      @media only screen and (max-width: 480px) {
        .social-slider .image-text-card .card-callout .card-flex .card-content .text-card-title.h2, .workforce-slider .image-text-card .card-callout .card-flex .card-content .text-card-title.h2 {
          font-size: 18px;
          font-weight: 700; } }
    .social-slider .image-text-card .card-callout .card-flex .card-content .text-card-label, .workforce-slider .image-text-card .card-callout .card-flex .card-content .text-card-label {
      font-size: 14px;
      font-weight: 600; }
    .social-slider .image-text-card .card-callout .card-flex .card-content .text-card-subtitle, .workforce-slider .image-text-card .card-callout .card-flex .card-content .text-card-subtitle {
      font-size: 14px;
      font-weight: 400;
      color: #322071; }
    .social-slider .image-text-card .card-callout .card-flex .card-content .text-card-body, .workforce-slider .image-text-card .card-callout .card-flex .card-content .text-card-body {
      font-size: 14px; }
    @media only screen and (max-width: 767px) {
      .social-slider .image-text-card .card-callout .card-flex .card-content p, .workforce-slider .image-text-card .card-callout .card-flex .card-content p {
        margin-right: 24px; } }
  .social-slider .image-text-card.tns-item, .workforce-slider .image-text-card.tns-item {
    display: inline-block !important; }

.image-text-card .text-card-img-container {
  margin-bottom: 10px; }

.social-slider-container {
  overflow: hidden; }
  .social-slider-container #social-slider-controls, .social-slider-container #workforce-slider-controls {
    margin: 0;
    padding: 0 15px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 35%;
    transform: translatey(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (min-width: 1200px) {
      .social-slider-container #social-slider-controls, .social-slider-container #workforce-slider-controls {
        top: 42%; } }
    @media only screen and (max-width: 640px) {
      .social-slider-container #social-slider-controls, .social-slider-container #workforce-slider-controls {
        display: none; } }
    .social-slider-container #social-slider-controls .previous-button, .social-slider-container #workforce-slider-controls .previous-button {
      padding-right: 3px; }
    .social-slider-container #social-slider-controls .next-button, .social-slider-container #workforce-slider-controls .next-button {
      padding-left: 3px; }
    .social-slider-container #social-slider-controls .previous-button, .social-slider-container #social-slider-controls .next-button, .social-slider-container #workforce-slider-controls .previous-button, .social-slider-container #workforce-slider-controls .next-button {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      overflow: hidden;
      border: 1px solid #00668f;
      font-size: 1.25rem;
      width: 40px;
      height: 40px;
      cursor: pointer;
      background-color: #fff; }
      .social-slider-container #social-slider-controls .previous-button .fa, .social-slider-container #social-slider-controls .next-button .fa, .social-slider-container #workforce-slider-controls .previous-button .fa, .social-slider-container #workforce-slider-controls .next-button .fa {
        color: #00668f; }
  .social-slider-container .tns-nav {
    display: flex;
    bottom: -35px;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    flex-wrap: nowrap;
    width: 90%;
    height: 50px; }
    @media only screen and (min-width: 640px) {
      .social-slider-container .tns-nav {
        display: none; } }
    .social-slider-container .tns-nav > button {
      position: relative;
      margin-right: 5px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      overflow: hidden;
      background-color: rgba(91, 81, 145, 0.6);
      flex-grow: 0 !important;
      box-sizing: border-box;
      padding: 0 !important;
      outline: none;
      border: 0;
      display: flex;
      flex: 1 0 auto;
      margin: 0 16px; }
      .social-slider-container .tns-nav > button::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        background: #5b5191;
        left: 0%;
        top: 0;
        transform: translateX(-100%);
        border-radius: 50%; }
      .social-slider-container .tns-nav > button.tns-nav-active:after {
        transform: translateX(0%);
        transition: transform .5s ease-out; }
    .social-slider-container .tns-nav .tns-visually-hidden {
      display: none; }

.scEnabledChrome .slider-cards .social-slider, .scEnabledChrome .slider-cards .workforce-slider {
  display: flex;
  flex-wrap: wrap; }
  .scEnabledChrome .slider-cards .social-slider .image-text-card, .scEnabledChrome .slider-cards .workforce-slider .image-text-card {
    flex: 1 1 184px;
    margin-right: 20px;
    max-width: 220px; }

.scEnabledChrome .slider-cards #social-slider-controls, .scEnabledChrome .slider-cards #workforce-slider-controls {
  display: none; }

.text-image-large-callout {
  display: flex;
  padding: 10px 0; }
  .text-image-large-callout .content-block {
    display: flex;
    flex-wrap: wrap; }
    .text-image-large-callout .content-block .image-block {
      flex: 0 0 auto;
      width: auto;
      height: auto; }
      @media only screen and (max-width: 992px) {
        .text-image-large-callout .content-block .image-block {
          flex: 1 1 100%;
          order: 1; } }
      .text-image-large-callout .content-block .image-block img {
        max-height: 415px; }
    .text-image-large-callout .content-block.reverse {
      flex-direction: row-reverse; }
      .text-image-large-callout .content-block.reverse .image-block {
        text-align: right; }
        @media only screen and (min-width: 1441px) {
          .text-image-large-callout .content-block.reverse .image-block {
            padding-left: 60px; } }
        @media only screen and (min-width: 993px) and (max-width: 1440px) {
          .text-image-large-callout .content-block.reverse .image-block {
            padding-left: 40px; } }
        @media only screen and (max-width: 992px) {
          .text-image-large-callout .content-block.reverse .image-block {
            text-align: center; } }
    @media only screen and (min-width: 1441px) {
      .text-image-large-callout .content-block:not(.reverse) .image-block {
        padding-right: 60px; } }
    @media only screen and (min-width: 993px) and (max-width: 1440px) {
      .text-image-large-callout .content-block:not(.reverse) .image-block {
        padding-right: 40px; } }
    @media only screen and (max-width: 992px) {
      .text-image-large-callout .content-block:not(.reverse) .image-block {
        text-align: center; } }
    @media only screen and (min-width: 992px) {
      .text-image-large-callout .content-block:not(.reverse) .content-block-body {
        padding-left: 20px; } }
    .text-image-large-callout .content-block .content-block-body {
      flex: 1;
      padding: 20px 0; }
      @media only screen and (max-width: 992px) {
        .text-image-large-callout .content-block .content-block-body {
          flex: 1 1 100%;
          order: 2; } }
  @media only screen and (max-width: 992px) {
    .text-image-large-callout .large-callout-center-image:not(.reverse) {
      /*flex-direction: column-reverse;*/ } }
  .text-image-large-callout .large-callout-center-image:not(.reverse) .image-block {
    align-self: center; }
  .text-image-large-callout .large-callout-center-image:not(.reverse) .content-block-body {
    flex: 2; }

.image-text-card-panel.card-panel-dark-purple {
  color: white; }
  .image-text-card-panel.card-panel-dark-purple h1, .image-text-card-panel.card-panel-dark-purple h2, .image-text-card-panel.card-panel-dark-purple h3, .image-text-card-panel.card-panel-dark-purple h4, .image-text-card-panel.card-panel-dark-purple h5, .image-text-card-panel.card-panel-dark-purple h6 {
    color: white; }
    .image-text-card-panel.card-panel-dark-purple h1::before, .image-text-card-panel.card-panel-dark-purple h1::after, .image-text-card-panel.card-panel-dark-purple h2::before, .image-text-card-panel.card-panel-dark-purple h2::after, .image-text-card-panel.card-panel-dark-purple h3::before, .image-text-card-panel.card-panel-dark-purple h3::after, .image-text-card-panel.card-panel-dark-purple h4::before, .image-text-card-panel.card-panel-dark-purple h4::after, .image-text-card-panel.card-panel-dark-purple h5::before, .image-text-card-panel.card-panel-dark-purple h5::after, .image-text-card-panel.card-panel-dark-purple h6::before, .image-text-card-panel.card-panel-dark-purple h6::after {
      border-bottom: 1px solid white; }

.image-text-card-panel .group-panel-cards .copy-block-card {
  flex-direction: column;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .image-text-card-panel .group-panel-cards .copy-block-card {
      border-top: 1px solid #f5f5f5;
      padding-top: 14px;
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    .image-text-card-panel .group-panel-cards .copy-block-card .copy-block-container .block-title {
      position: relative;
      clear: both;
      cursor: pointer;
      padding: 10px 0;
      margin: 0;
      color: #00668f; }
      .image-text-card-panel .group-panel-cards .copy-block-card .copy-block-container .block-title:after {
        content: "\002B";
        position: absolute;
        right: 10px;
        top: 5px;
        color: #00668f;
        font-size: 1.5rem; }
    .image-text-card-panel .group-panel-cards .copy-block-card .copy-block-container .block-content {
      overflow: hidden;
      margin: 0;
      padding: 0 0 0 10px;
      max-height: 0;
      transition: max-height 300ms ease-out 20ms, padding 300ms ease-out 20ms; } }

.image-text-card-panel .group-panel-cards .card.active .block-title:after {
  content: "\2013";
  right: 12px;
  top: 4px; }

.image-text-card-panel .group-panel-cards .card.active .block-content {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 7px 0 7px 10px;
  transition: max-height 300ms ease-out 20ms, padding 300ms ease-out 20ms; }

.image-text-card-panel .group-panel-cards .card-callout {
  flex: 1 1 0px;
  display: flex !important; }

.image-text-card-panel .group-panel-cards .card-general {
  display: block;
  flex-grow: 1;
  background: transparent; }
  .image-text-card-panel .group-panel-cards .card-general .tabs-accordion {
    background: transparent; }

.interior-header {
  display: flex;
  position: relative;
  background-color: #f6f6f7;
  max-height: 600px; }
  @media only screen and (max-width: 1440px) {
    .interior-header {
      display: grid;
      grid-template-rows: 1fr auto;
      grid-template-columns: 1fr;
      padding-bottom: 50px;
      max-height: none; } }
  @media only screen and (max-width: 480px) {
    .interior-header {
      margin-left: -10px;
      margin-right: -10px; } }
  .interior-header .img-wrapper {
    flex: 1;
    position: relative;
    background-color: #f6f6f7;
    height: 600px; }
    @media only screen and (max-width: 1440px) {
      .interior-header .img-wrapper {
        grid-row: 1;
        grid-column: 1; } }
    @media only screen and (max-width: 480px) {
      .interior-header .img-wrapper {
        height: 300px; } }
    .interior-header .img-wrapper .img-container {
      position: relative;
      width: 70%;
      height: 100%; }
      @media only screen and (max-width: 1440px) {
        .interior-header .img-wrapper .img-container {
          width: 100%; } }
      .interior-header .img-wrapper .img-container img {
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: top;
           object-position: top;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block; }
        @media only screen and (max-width: 480px) {
          .interior-header .img-wrapper .img-container img {
            height: auto; } }
  .interior-header .content-block {
    position: absolute;
    background: #ffffff;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    /* To perfectly center vertically */
    padding: 3.5rem;
    width: 45%; }
    @media only screen and (max-width: 1440px) {
      .interior-header .content-block {
        grid-row: 2;
        grid-column: 1;
        margin-top: -15%;
        z-index: 1;
        width: 90%;
        justify-self: center;
        position: static;
        top: auto;
        right: auto;
        transform: none;
        padding: 1.75rem; } }
    @media only screen and (max-width: 767px) {
      .interior-header .content-block {
        margin-top: -20%; } }
    @media only screen and (max-width: 480px) {
      .interior-header .content-block {
        padding: 1rem;
        width: 90%;
        margin-top: -25%; } }
    .interior-header .content-block [href^="tel:"]:hover {
      color: #ffffff; }
  @media only screen and (min-width: 1441px) {
    .interior-header.full-header .img-wrapper .img-container {
      width: 100%; }
      .interior-header.full-header .img-wrapper .img-container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent);
        pointer-events: none;
        width: 60%;
        z-index: 1; }
    .interior-header.full-header .content-block {
      position: absolute;
      top: 50%;
      left: 20%;
      transform: translate(-50%, -50%);
      background: transparent;
      width: 27%;
      padding: 0;
      text-align: left;
      color: #ffffff;
      z-index: 2;
      font-size: 1rem; }
      .interior-header.full-header .content-block .title {
        color: #ffffff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
      .interior-header.full-header .content-block a.btn {
        margin-top: 10px; }
      .interior-header.full-header .content-block .btn-primary, .interior-header.full-header .content-block .search-bar.active-search .btn-site-search, .search-bar.active-search .interior-header.full-header .content-block .btn-site-search {
        color: #00668f;
        background: transparent;
        background: #fff;
        border: 1px solid #d4d5d6; }
        .interior-header.full-header .content-block .btn-primary:hover, .interior-header.full-header .content-block .search-bar.active-search .btn-site-search:hover, .search-bar.active-search .interior-header.full-header .content-block .btn-site-search:hover {
          border-color: transparent;
          color: #fff;
          background: #0b4265; }
        .interior-header.full-header .content-block .btn-primary:focus, .interior-header.full-header .content-block .search-bar.active-search .btn-site-search:focus, .search-bar.active-search .interior-header.full-header .content-block .btn-site-search:focus, .interior-header.full-header .content-block .btn-primary:active, .interior-header.full-header .content-block .search-bar.active-search .btn-site-search:active, .search-bar.active-search .interior-header.full-header .content-block .btn-site-search:active {
          background: #0b4265;
          border-color: transparent;
          color: #fff; } }

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

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .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; } }

.gray-bg-navigation {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  transition: opacity .2s ease; }

.site-alert {
  position: relative;
  z-index: 102;
  display: none;
  width: 100%;
  color: #000 !important;
  justify-content: space-between; }
  @media only screen and (max-width: 1200px) {
    .site-alert {
      z-index: 101; } }
  .site-alert.info-message {
    background-color: #dbf3ff !important; }
    .site-alert.info-message .material-icons, .site-alert.info-message .icon-request-appointment:before, .site-alert.info-message .icon-watch-video:before, .site-alert.info-message .icon-play:before, .site-alert.info-message .icon-person-location:before, .site-alert.info-message .icon-details-top:before, .site-alert.info-message .icon-details-left:before, .site-alert.info-message .icon-directions:before, .site-alert.info-message .icon-directions-alt:before, .site-alert.info-message .icon-send-message:before, .site-alert.info-message .icon-phone-top:before, .site-alert.info-message .icon-phone-left:before, .site-alert.info-message .icon-comment:before, .site-alert.info-message .icon-cancel-search:before, .site-alert.info-message .panel-footer .panel-footer-more:before, .panel-footer .site-alert.info-message .panel-footer-more:before, .site-alert.info-message .panel-toggle .panel-toggle-trigger:after, .panel-toggle .site-alert.info-message .panel-toggle-trigger:after, .site-alert.info-message .video-item figure:before, .video-item .site-alert.info-message figure:before, .site-alert.info-message .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .site-alert.info-message .toggle-icon:after, .site-alert.info-message .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .site-alert.info-message div[id*="thumbnail"]:before, .site-alert.info-message .card-trigger a:after, .card-trigger .site-alert.info-message a:after, .site-alert.info-message .card-video .card-image:before, .card-video .site-alert.info-message .card-image:before, .site-alert.info-message .card-content-figure figure.video a:before, .card-content-figure figure.video .site-alert.info-message a:before, .site-alert.info-message .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .site-alert.info-message [data-role="remove"]:after, .site-alert.info-message .section-location-details .btn-req-appt:after, .section-location-details .site-alert.info-message .btn-req-appt:after,
    .site-alert.info-message .section-location-details .btn-dr-location:after, .section-location-details .site-alert.info-message .btn-dr-location:after, .site-alert.info-message .locations2 .hospital-video a:before, .locations2 .hospital-video .site-alert.info-message a:before, .site-alert.info-message .locations-landing .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .site-alert.info-message .icon-arrow:after, .site-alert.info-message .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .site-alert.info-message a:hover:before,
    .site-alert.info-message .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .site-alert.info-message a:before,
    .site-alert.info-message .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .site-alert.info-message a:before, .site-alert.info-message .search-app-gs .arrow-right:after, .search-app-gs .site-alert.info-message .arrow-right:after, .site-alert.info-message .search-app-gs .arrow-left:before, .search-app-gs .site-alert.info-message .arrow-left:before, .site-alert.info-message .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .site-alert.info-message [data-role="remove"]:after, .site-alert.info-message .back-to-top:before, .site-alert.info-message .video-library .video-library-image:before, .video-library .site-alert.info-message .video-library-image:before {
      color: #1c82b5 !important; }
  .site-alert.warning-message {
    background-color: #fbefbc !important; }
    .site-alert.warning-message .material-icons, .site-alert.warning-message .icon-request-appointment:before, .site-alert.warning-message .icon-watch-video:before, .site-alert.warning-message .icon-play:before, .site-alert.warning-message .icon-person-location:before, .site-alert.warning-message .icon-details-top:before, .site-alert.warning-message .icon-details-left:before, .site-alert.warning-message .icon-directions:before, .site-alert.warning-message .icon-directions-alt:before, .site-alert.warning-message .icon-send-message:before, .site-alert.warning-message .icon-phone-top:before, .site-alert.warning-message .icon-phone-left:before, .site-alert.warning-message .icon-comment:before, .site-alert.warning-message .icon-cancel-search:before, .site-alert.warning-message .panel-footer .panel-footer-more:before, .panel-footer .site-alert.warning-message .panel-footer-more:before, .site-alert.warning-message .panel-toggle .panel-toggle-trigger:after, .panel-toggle .site-alert.warning-message .panel-toggle-trigger:after, .site-alert.warning-message .video-item figure:before, .video-item .site-alert.warning-message figure:before, .site-alert.warning-message .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .site-alert.warning-message .toggle-icon:after, .site-alert.warning-message .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .site-alert.warning-message div[id*="thumbnail"]:before, .site-alert.warning-message .card-trigger a:after, .card-trigger .site-alert.warning-message a:after, .site-alert.warning-message .card-video .card-image:before, .card-video .site-alert.warning-message .card-image:before, .site-alert.warning-message .card-content-figure figure.video a:before, .card-content-figure figure.video .site-alert.warning-message a:before, .site-alert.warning-message .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .site-alert.warning-message [data-role="remove"]:after, .site-alert.warning-message .section-location-details .btn-req-appt:after, .section-location-details .site-alert.warning-message .btn-req-appt:after,
    .site-alert.warning-message .section-location-details .btn-dr-location:after, .section-location-details .site-alert.warning-message .btn-dr-location:after, .site-alert.warning-message .locations2 .hospital-video a:before, .locations2 .hospital-video .site-alert.warning-message a:before, .site-alert.warning-message .locations-landing .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .site-alert.warning-message .icon-arrow:after, .site-alert.warning-message .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .site-alert.warning-message a:hover:before,
    .site-alert.warning-message .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .site-alert.warning-message a:before,
    .site-alert.warning-message .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .site-alert.warning-message a:before, .site-alert.warning-message .search-app-gs .arrow-right:after, .search-app-gs .site-alert.warning-message .arrow-right:after, .site-alert.warning-message .search-app-gs .arrow-left:before, .search-app-gs .site-alert.warning-message .arrow-left:before, .site-alert.warning-message .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .site-alert.warning-message [data-role="remove"]:after, .site-alert.warning-message .back-to-top:before, .site-alert.warning-message .video-library .video-library-image:before, .video-library .site-alert.warning-message .video-library-image:before {
      color: #df9226 !important; }
  .site-alert .site-notification-close .material-icons, .site-alert .site-notification-close .icon-request-appointment:before, .site-alert .site-notification-close .icon-watch-video:before, .site-alert .site-notification-close .icon-play:before, .site-alert .site-notification-close .icon-person-location:before, .site-alert .site-notification-close .icon-details-top:before, .site-alert .site-notification-close .icon-details-left:before, .site-alert .site-notification-close .icon-directions:before, .site-alert .site-notification-close .icon-directions-alt:before, .site-alert .site-notification-close .icon-send-message:before, .site-alert .site-notification-close .icon-phone-top:before, .site-alert .site-notification-close .icon-phone-left:before, .site-alert .site-notification-close .icon-comment:before, .site-alert .site-notification-close .icon-cancel-search:before, .site-alert .site-notification-close .panel-footer .panel-footer-more:before, .panel-footer .site-alert .site-notification-close .panel-footer-more:before, .site-alert .site-notification-close .panel-toggle .panel-toggle-trigger:after, .panel-toggle .site-alert .site-notification-close .panel-toggle-trigger:after, .site-alert .site-notification-close .video-item figure:before, .video-item .site-alert .site-notification-close figure:before, .site-alert .site-notification-close .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .site-alert .site-notification-close .toggle-icon:after, .site-alert .site-notification-close .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .site-alert .site-notification-close div[id*="thumbnail"]:before, .site-alert .site-notification-close .card-trigger a:after, .card-trigger .site-alert .site-notification-close a:after, .site-alert .site-notification-close .card-video .card-image:before, .card-video .site-alert .site-notification-close .card-image:before, .site-alert .site-notification-close .card-content-figure figure.video a:before, .card-content-figure figure.video .site-alert .site-notification-close a:before, .site-alert .site-notification-close .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .site-alert .site-notification-close [data-role="remove"]:after, .site-alert .site-notification-close .section-location-details .btn-req-appt:after, .section-location-details .site-alert .site-notification-close .btn-req-appt:after,
  .site-alert .site-notification-close .section-location-details .btn-dr-location:after, .section-location-details .site-alert .site-notification-close .btn-dr-location:after, .site-alert .site-notification-close .locations2 .hospital-video a:before, .locations2 .hospital-video .site-alert .site-notification-close a:before, .site-alert .site-notification-close .locations-landing .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .site-alert .site-notification-close .icon-arrow:after, .site-alert .site-notification-close .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .site-alert .site-notification-close a:hover:before,
  .site-alert .site-notification-close .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .site-alert .site-notification-close a:before,
  .site-alert .site-notification-close .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .site-alert .site-notification-close a:before, .site-alert .site-notification-close .search-app-gs .arrow-right:after, .search-app-gs .site-alert .site-notification-close .arrow-right:after, .site-alert .site-notification-close .search-app-gs .arrow-left:before, .search-app-gs .site-alert .site-notification-close .arrow-left:before, .site-alert .site-notification-close .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .site-alert .site-notification-close [data-role="remove"]:after, .site-alert .site-notification-close .back-to-top:before, .site-alert .site-notification-close .video-library .video-library-image:before, .video-library .site-alert .site-notification-close .video-library-image:before {
    color: #232526 !important;
    font-weight: 600; }
  .site-alert .heading {
    font-size: 1.125rem; }
    @media only screen and (max-width: 767px) {
      .site-alert .heading {
        font-size: 1rem; } }
  .site-alert a {
    color: #000 !important; }
  @media only screen and (min-width: 768px) {
    .site-alert p {
      padding-left: 2rem; } }
  @media only screen and (max-width: 767px) {
    .site-alert p {
      line-height: 1.3; } }
  .site-alert .material-icons, .site-alert .icon-request-appointment:before, .site-alert .icon-watch-video:before, .site-alert .icon-play:before, .site-alert .icon-person-location:before, .site-alert .icon-details-top:before, .site-alert .icon-details-left:before, .site-alert .icon-directions:before, .site-alert .icon-directions-alt:before, .site-alert .icon-send-message:before, .site-alert .icon-phone-top:before, .site-alert .icon-phone-left:before, .site-alert .icon-comment:before, .site-alert .icon-cancel-search:before, .site-alert .panel-footer .panel-footer-more:before, .panel-footer .site-alert .panel-footer-more:before, .site-alert .panel-toggle .panel-toggle-trigger:after, .panel-toggle .site-alert .panel-toggle-trigger:after, .site-alert .video-item figure:before, .video-item .site-alert figure:before, .site-alert .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .site-alert .toggle-icon:after, .site-alert .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .site-alert div[id*="thumbnail"]:before, .site-alert .card-trigger a:after, .card-trigger .site-alert a:after, .site-alert .card-video .card-image:before, .card-video .site-alert .card-image:before, .site-alert .card-content-figure figure.video a:before, .card-content-figure figure.video .site-alert a:before, .site-alert .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .site-alert [data-role="remove"]:after, .site-alert .section-location-details .btn-req-appt:after, .section-location-details .site-alert .btn-req-appt:after,
  .site-alert .section-location-details .btn-dr-location:after, .section-location-details .site-alert .btn-dr-location:after, .site-alert .locations2 .hospital-video a:before, .locations2 .hospital-video .site-alert a:before, .site-alert .locations-landing .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .site-alert .icon-arrow:after, .site-alert .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .site-alert a:hover:before,
  .site-alert .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .site-alert a:before,
  .site-alert .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .site-alert a:before, .site-alert .search-app-gs .arrow-right:after, .search-app-gs .site-alert .arrow-right:after, .site-alert .search-app-gs .arrow-left:before, .search-app-gs .site-alert .arrow-left:before, .site-alert .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .site-alert [data-role="remove"]:after, .site-alert .back-to-top:before, .site-alert .video-library .video-library-image:before, .video-library .site-alert .video-library-image:before {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .site-alert .material-icons, .site-alert .icon-request-appointment:before, .site-alert .icon-watch-video:before, .site-alert .icon-play:before, .site-alert .icon-person-location:before, .site-alert .icon-details-top:before, .site-alert .icon-details-left:before, .site-alert .icon-directions:before, .site-alert .icon-directions-alt:before, .site-alert .icon-send-message:before, .site-alert .icon-phone-top:before, .site-alert .icon-phone-left:before, .site-alert .icon-comment:before, .site-alert .icon-cancel-search:before, .site-alert .panel-footer .panel-footer-more:before, .panel-footer .site-alert .panel-footer-more:before, .site-alert .panel-toggle .panel-toggle-trigger:after, .panel-toggle .site-alert .panel-toggle-trigger:after, .site-alert .video-item figure:before, .video-item .site-alert figure:before, .site-alert .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .site-alert .toggle-icon:after, .site-alert .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .site-alert div[id*="thumbnail"]:before, .site-alert .card-trigger a:after, .card-trigger .site-alert a:after, .site-alert .card-video .card-image:before, .card-video .site-alert .card-image:before, .site-alert .card-content-figure figure.video a:before, .card-content-figure figure.video .site-alert a:before, .site-alert .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .site-alert [data-role="remove"]:after, .site-alert .section-location-details .btn-req-appt:after, .section-location-details .site-alert .btn-req-appt:after,
      .site-alert .section-location-details .btn-dr-location:after, .section-location-details .site-alert .btn-dr-location:after, .site-alert .locations2 .hospital-video a:before, .locations2 .hospital-video .site-alert a:before, .site-alert .locations-landing .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .site-alert .icon-arrow:after, .site-alert .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .site-alert a:hover:before,
      .site-alert .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .site-alert a:before,
      .site-alert .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .site-alert a:before, .site-alert .search-app-gs .arrow-right:after, .search-app-gs .site-alert .arrow-right:after, .site-alert .search-app-gs .arrow-left:before, .search-app-gs .site-alert .arrow-left:before, .site-alert .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .site-alert [data-role="remove"]:after, .site-alert .back-to-top:before, .site-alert .video-library .video-library-image:before, .video-library .site-alert .video-library-image:before {
        width: 1.25rem;
        height: 1.25rem;
        font-size: 1.25rem; } }

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

#feedbackify a:focus {
  outline: 5px auto -webkit-focus-ring-color !important;
  outline: auto 1px highlight !important;
  outline-offset: -1px !important; }

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

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

@media only screen and (min-width: 1201px) {
  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: #574497;
  z-index: 10001;
  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: 1200px) {
    #site-header {
      height: 55px;
      transform: translate3d(0, 0, 0);
      position: fixed; }
      body.mobile-filter-full #site-header {
        z-index: 2; } }
  @media only screen and (min-width: 1201px) {
    .fixed-header #site-header .search-bar,
    .scrollable-no #site-header .search-bar {
      z-index: 11; } }
  @media only screen and (min-width: 1201px) {
    .fixed-header #site-header,
    .scrollable-no #site-header {
      position: fixed;
      height: 106px; }
      .fixed-header #site-header .mega-menu,
      .scrollable-no #site-header .mega-menu {
        left: -78px;
        top: 64px; }
      .fixed-header #site-header .dropdown-container,
      .scrollable-no #site-header .dropdown-container {
        margin-bottom: -1px; }
    .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 {
      transition: all 200ms ease-out;
      top: -115px;
      opacity: 0; }
    #site-header .mega-menu {
      position: absolute;
      background-color: #fff;
      width: calc(100% + 24px);
      left: -24px;
      top: 64px;
      font-size: 1rem;
      display: none; } }
  @media only screen and (min-width: 1201px) and (min-width: 1023px) {
    #site-header .mega-menu {
      overflow-y: scroll;
      max-height: 60vh; } }
  @media only screen and (min-width: 1201px) {
      #site-header .mega-menu.show {
        display: block; }
      #site-header .mega-menu .mega-menu-wrap {
        padding-top: 20px;
        display: flex; }
        #site-header .mega-menu .mega-menu-wrap .mega-menu-links {
          display: flex;
          flex: 1 1 auto;
          justify-content: center;
          gap: 60px; }
          #site-header .mega-menu .mega-menu-wrap .mega-menu-links .list-title {
            padding-left: 2.5em; }
            #site-header .mega-menu .mega-menu-wrap .mega-menu-links .list-title a {
              font-size: 1.125rem;
              color: #232526;
              font-weight: 600; }
          #site-header .mega-menu .mega-menu-wrap .mega-menu-links .sub-list:first-of-type {
            margin-bottom: 40px; }
          #site-header .mega-menu .mega-menu-wrap .mega-menu-links .sub-list li {
            margin-bottom: .75rem; }
            #site-header .mega-menu .mega-menu-wrap .mega-menu-links .sub-list li .btn-link {
              text-decoration: none;
              color: #00668f; }
              #site-header .mega-menu .mega-menu-wrap .mega-menu-links .sub-list li .btn-link:hover {
                color: #0b4265; }
        #site-header .mega-menu .mega-menu-wrap .view-all-section {
          padding: 0 20px;
          margin: 10px 0;
          text-align: right; }
          #site-header .mega-menu .mega-menu-wrap .view-all-section a {
            text-decoration: none;
            color: #00668f;
            font-weight: 600; }
            #site-header .mega-menu .mega-menu-wrap .view-all-section a:hover {
              color: #0b4265; }
            #site-header .mega-menu .mega-menu-wrap .view-all-section a::after {
              content: '\f105';
              font-family: 'Font Awesome 5 Free';
              font-weight: 600;
              font-size: 1.25rem;
              padding: 0 5px; }
              #site-header .mega-menu .mega-menu-wrap .view-all-section a::after:hover {
                color: #0b4265; } }
  @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% - 30px);
    position: relative;
    padding: 0 24px; }
    @media only screen and (max-width: 1200px) {
      #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: 1200px) {
        .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;
        box-shadow: none; } }
    @media only screen and (min-width: 1201px) {
      #site-header .site-header-wrapper .search-bar {
        padding: 5px 25px 0 20px; } }
  @media print {
    #site-header {
      box-shadow: none !important; } }

.utility-bar {
  width: 100%;
  background-color: #322071;
  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: #574497;
  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: 1200px) {
      .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: 1201px) {
      .fixed-header #site-title .logo-full,
      .scrollable-no #site-title .logo-full {
        opacity: 0;
        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;
    top: -16px; }
    @media only screen and (min-width: 1201px) {
      #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: 1200px) {
      #site-title .logo-shortened {
        display: none; } }
  #site-title .link-home {
    display: block;
    width: 100%;
    height: 100%; }
    #site-title .link-home:focus .assistive-text, #site-title .link-home:focus table caption, table #site-title .link-home:focus caption, #site-title .link-home:focus .card-wide .card.card-video .card-action, .card-wide .card.card-video #site-title .link-home:focus .card-action,
    #site-title .link-home:focus .card-wide .card.card-video .card-content, .card-wide .card.card-video #site-title .link-home:focus .card-content {
      left: -1000px;
      width: 1px;
      height: 1px; }
  @media only screen and (min-width: 1201px) {
    #site-title {
      position: absolute;
      left: auto;
      bottom: 86px; }
      .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: 1200px) {
    #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: 1200px) {
    #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;
    transition-delay: 150ms; }

.dropdown-menu {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 103;
  background-color: #fff;
  min-width: 235px;
  padding: 12px;
  border: 1px solid #e5e5e5;
  opacity: 0;
  color: #363637;
  visibility: hidden;
  transition: top 150ms, opacity 150ms, visibility 150ms; }
  .dropdown-menu li a {
    display: block;
    text-decoration: none;
    color: #00668f;
    text-align: left;
    padding: 4px 8px; }
    .dropdown-menu li a:hover {
      color: #0b4265; }
    .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: #363637; }
    .dropdown-menu .tel:hover {
      color: #363637; }
  .dropdown-menu .selected a {
    color: #17191a; }
  .dropdown-menu a.line {
    padding-left: 0; }

.main-nav {
  background-color: #574497;
  position: absolute;
  bottom: 10px;
  left: auto; }
  @media only screen and (min-width: 1201px) {
    .main-nav {
      width: calc(100% - 36px); } }
  .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: 1200px) {
        .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: 1201px) and (max-width: 1280px) {
      .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; }
    @media only screen and (min-width: 1200px) and (max-width: 1280px) {
      .fixed-header .main-nav .nav .nav-item,
      .scrollable-no .main-nav .nav .nav-item {
        font-size: 0.875rem; } }
    @media only screen and (min-width: 1200px) and (max-width: 1280px) {
      .fixed-header .main-nav .nav .nav-item .menu-trigger::after,
      .scrollable-no .main-nav .nav .nav-item .menu-trigger::after {
        font-size: 1.2rem; } }
    @media only screen and (min-width: 1200px) and (max-width: 1232px) {
      .fixed-header .main-nav .nav .nav-item .menu-trigger::after,
      .scrollable-no .main-nav .nav .nav-item .menu-trigger::after {
        top: 8px; } }
  .main-nav .nav {
    list-style: none;
    margin-bottom: 0;
    width: 100%;
    background-color: #574497; }
    @media only screen and (min-width: 1201px) {
      .main-nav .nav {
        display: block !important;
        left: 0;
        padding: 0; } }
    @media only screen and (min-width: 1233px) {
      .main-nav .nav {
        left: -10px; } }
    @media only screen and (max-width: 1200px) {
      .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;
      font-size: 1rem;
      /*> .nav-link:focus {

                &:before {
                    width: 0 !important; //removes the odd shaped outline when link gets focus in Safari
                }
            }*/ }
      .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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .mobile .main-nav .nav .nav-item .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .mobile .main-nav .nav .nav-item .icon-arrow:after, .mobile .main-nav .nav .nav-item .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .mobile .main-nav .nav .nav-item a:hover:before,
      .mobile .main-nav .nav .nav-item .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .mobile .main-nav .nav .nav-item a:before,
      .mobile .main-nav .nav .nav-item .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .mobile .main-nav .nav .nav-item a:before, .mobile .main-nav .nav .nav-item .search-app-gs .arrow-right:after, .search-app-gs .mobile .main-nav .nav .nav-item .arrow-right:after, .mobile .main-nav .nav .nav-item .search-app-gs .arrow-left:before, .search-app-gs .mobile .main-nav .nav .nav-item .arrow-left:before, .mobile .main-nav .nav .nav-item .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .mobile .main-nav .nav .nav-item [data-role="remove"]: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: 1200px) {
        .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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .main-nav .nav .nav-item .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .main-nav .nav .nav-item .icon-arrow:after, .main-nav .nav .nav-item .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .main-nav .nav .nav-item a:hover:before,
        .main-nav .nav .nav-item .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .main-nav .nav .nav-item a:before,
        .main-nav .nav .nav-item .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .main-nav .nav .nav-item a:before, .main-nav .nav .nav-item .search-app-gs .arrow-right:after, .search-app-gs .main-nav .nav .nav-item .arrow-right:after, .main-nav .nav .nav-item .search-app-gs .arrow-left:before, .search-app-gs .main-nav .nav .nav-item .arrow-left:before, .main-nav .nav .nav-item .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .main-nav .nav .nav-item [data-role="remove"]: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 .menu-trigger {
        position: relative;
        padding-right: 35px; }
        .main-nav .nav .nav-item .menu-trigger::after {
          content: '\f107';
          font-family: 'Font Awesome 5 Free';
          display: inline-block;
          position: absolute;
          font-weight: 600;
          padding-right: 5px;
          transition: transform 0.2s ease-in-out;
          font-size: 1.25rem;
          top: 5px;
          right: 7px; }
          @media only screen and (min-width: 1201px) and (max-width: 1232px) {
            .main-nav .nav .nav-item .menu-trigger::after {
              top: 9px; } }
      .main-nav .nav .nav-item.show .menu-trigger::after {
        transform: rotate(180deg);
        padding-left: 5px; }
      .main-nav .nav .nav-item .nav-link {
        color: #fff;
        /*@media only screen and (min-width: 1025px) and (max-width: 1100px) {
                    letter-spacing: 0.5px;
                }*/ }
        @media only screen and (min-width: 1100px) {
          .main-nav .nav .nav-item .nav-link {
            letter-spacing: 1px;
            padding-bottom: 5px; } }
        @media only screen and (min-width: 1440px) {
          .main-nav .nav .nav-item .nav-link {
            margin-right: 12px; } }
        .main-nav .nav .nav-item .nav-link:before {
          /*@media only screen and (min-width: 1025px) and (max-width: $content-narrow-max-width) {
                        width: calc(100% - 20px);
                    }*/ }
          @media only screen and (min-width: 1201px) {
            .main-nav .nav .nav-item .nav-link:before {
              content: "";
              position: absolute;
              width: 100%;
              height: 56px;
              bottom: 0;
              left: 0;
              visibility: hidden;
              background-color: #FFFFFF;
              transform: scaleX(0);
              -webkit-backface-visibility: hidden;
                      backface-visibility: hidden;
              border-top-left-radius: 4px;
              border-top-right-radius: 4px;
              z-index: -1; } }
        @media only screen and (min-width: 1201px) {
          .main-nav .nav .nav-item .nav-link:hover, .main-nav .nav .nav-item .nav-link:focus {
            color: #00668f; } }
      .main-nav .nav .nav-item > .dropdown-item .nav-link:hover,
      .main-nav .nav .nav-item > .nav-link:hover, .main-nav .nav .nav-item > .nav-link:focus {
        overflow: hidden; }
        .main-nav .nav .nav-item > .dropdown-item .nav-link:hover:before,
        .main-nav .nav .nav-item > .nav-link:hover:before, .main-nav .nav .nav-item > .nav-link:focus:before {
          visibility: visible;
          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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .main-nav .nav .nav-item .dropdown-item .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .main-nav .nav .nav-item .dropdown-item .icon-arrow:after, .main-nav .nav .nav-item .dropdown-item .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .main-nav .nav .nav-item .dropdown-item a:hover:before,
      .main-nav .nav .nav-item .dropdown-item .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .main-nav .nav .nav-item .dropdown-item a:before,
      .main-nav .nav .nav-item .dropdown-item .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .main-nav .nav .nav-item .dropdown-item a:before, .main-nav .nav .nav-item .dropdown-item .search-app-gs .arrow-right:after, .search-app-gs .main-nav .nav .nav-item .dropdown-item .arrow-right:after, .main-nav .nav .nav-item .dropdown-item .search-app-gs .arrow-left:before, .search-app-gs .main-nav .nav .nav-item .dropdown-item .arrow-left:before, .main-nav .nav .nav-item .dropdown-item .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .main-nav .nav .nav-item .dropdown-item [data-role="remove"]: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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .main-nav .nav .nav-item .dropdown-menu .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .main-nav .nav .nav-item .dropdown-menu .icon-arrow:after, .main-nav .nav .nav-item .dropdown-menu .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .main-nav .nav .nav-item .dropdown-menu a:hover:before,
      .main-nav .nav .nav-item .dropdown-menu .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .main-nav .nav .nav-item .dropdown-menu a:before,
      .main-nav .nav .nav-item .dropdown-menu .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .main-nav .nav .nav-item .dropdown-menu a:before, .main-nav .nav .nav-item .dropdown-menu .search-app-gs .arrow-right:after, .search-app-gs .main-nav .nav .nav-item .dropdown-menu .arrow-right:after, .main-nav .nav .nav-item .dropdown-menu .search-app-gs .arrow-left:before, .search-app-gs .main-nav .nav .nav-item .dropdown-menu .arrow-left:before, .main-nav .nav .nav-item .dropdown-menu .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .main-nav .nav .nav-item .dropdown-menu [data-role="remove"]: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: #00668f; }
      .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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .main-nav .nav .nav-item:last-child .dropdown-item .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .main-nav .nav .nav-item:last-child .dropdown-item .icon-arrow:after, .main-nav .nav .nav-item:last-child .dropdown-item .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .main-nav .nav .nav-item:last-child .dropdown-item a:hover:before,
      .main-nav .nav .nav-item:last-child .dropdown-item .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .main-nav .nav .nav-item:last-child .dropdown-item a:before,
      .main-nav .nav .nav-item:last-child .dropdown-item .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .main-nav .nav .nav-item:last-child .dropdown-item a:before, .main-nav .nav .nav-item:last-child .dropdown-item .search-app-gs .arrow-right:after, .search-app-gs .main-nav .nav .nav-item:last-child .dropdown-item .arrow-right:after, .main-nav .nav .nav-item:last-child .dropdown-item .search-app-gs .arrow-left:before, .search-app-gs .main-nav .nav .nav-item:last-child .dropdown-item .arrow-left:before, .main-nav .nav .nav-item:last-child .dropdown-item .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .main-nav .nav .nav-item:last-child .dropdown-item [data-role="remove"]: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: 3;
      padding: 12px 20px 0px 20px;
      margin: 0 6px 0 0;
      text-transform: uppercase;
      position: relative;
      z-index: 1; }
      @media only screen and (min-width: 1201px) and (max-width: 1232px) {
        .main-nav .nav .nav-link {
          padding: 16px 10px 0px 10px; } }
      @media only screen and (max-width: 1200px) {
        .main-nav .nav .nav-link {
          padding: 9px 18px;
          margin: 0; }
          .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,
    .main-nav .nav .nav-item.show .nav-link {
      color: #574497;
      opacity: 1;
      /*&:after {
                height: 3px;
                background: red;
                width: 100%;
            }*/ }
      .main-nav .nav .nav-item.active .nav-link:before,
      .main-nav .nav .nav-item.show .nav-link:before {
        background-color: #FFFFFF;
        visibility: visible;
        transform: scaleX(1);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
    @media only screen and (max-width: 1200px) {
      .main-nav .nav .dropdown-menu {
        position: relative;
        top: 0;
        opacity: 1;
        height: auto;
        max-height: none;
        z-index: 1;
        padding: 0;
        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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .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 .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full a:hover:before,
    .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full a:before,
    .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full a:before, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .search-app-gs .arrow-right:after, .search-app-gs .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .arrow-right:after, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .search-app-gs .arrow-left:before, .search-app-gs .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .arrow-left:before, .main-nav .nav .dropdown-menu.dropdown-menu-main .search-bar-full .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .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 .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 {
  color: #ffffff; }
  @media only screen and (min-width: 1201px) {
    .clinical-trials-and-research .main-nav .nav .nav-conditions-and-services.active .nav-link:hover, .clinical-trials-and-research .main-nav .nav .nav-conditions-and-services.active .nav-link:focus {
      color: #00668f; }
      .clinical-trials-and-research .main-nav .nav .nav-conditions-and-services.active .nav-link:hover:before, .clinical-trials-and-research .main-nav .nav .nav-conditions-and-services.active .nav-link:focus:before {
        visibility: visible; } }
  .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:before:hover {
      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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view #nav-toggle .toggle-icon:after, #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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item #nav-toggle .icon-arrow:after, #nav-toggle .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item #nav-toggle a:hover:before,
  #nav-toggle .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected #nav-toggle a:before,
  #nav-toggle .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus #nav-toggle a:before, #nav-toggle .search-app-gs .arrow-right:after, .search-app-gs #nav-toggle .arrow-right:after, #nav-toggle .search-app-gs .arrow-left:before, .search-app-gs #nav-toggle .arrow-left:before, #nav-toggle .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag #nav-toggle [data-role="remove"]: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: #574497; }
    #mobile-search-open.btn-site-search .icon {
      font-size: 22px;
      margin-top: 3px; }

#mobile-nav {
  position: fixed;
  top: 55px;
  right: auto;
  bottom: 0;
  left: -320px;
  width: 320px;
  height: 100%;
  margin: 0;
  z-index: 999;
  background-color: #574497;
  transition: transform .3s;
  font-size: 1rem; }
  #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.has-submenu {
      max-height: 66px;
      overflow: hidden;
      transition: max-height 0.5s ease-in-out, background-color 0.5s ease-in-out 0.5s; }
      #mobile-nav .nav-item.has-submenu.active {
        background-color: #ffffff;
        color: #00668f;
        max-height: 1500px;
        transition: max-height 0.5s ease-in-out, background-color 0.5s ease-in-out; }
        #mobile-nav .nav-item.has-submenu.active > a::after {
          content: "\2013";
          color: #00668f;
          top: -12px;
          width: auto;
          background: unset;
          height: auto;
          font-weight: 600; }
        #mobile-nav .nav-item.has-submenu.active .nav-link {
          color: #00668f; }
      #mobile-nav .nav-item.has-submenu > a::after {
        content: "\002B";
        position: absolute;
        right: 15px;
        top: -10px;
        color: #ffffff;
        font-size: 1.75rem; }
      #mobile-nav .nav-item.has-submenu .nav-links-mobile .btn-link {
        text-decoration: none;
        color: #00668f; }
        #mobile-nav .nav-item.has-submenu .nav-links-mobile .btn-link:hover, #mobile-nav .nav-item.has-submenu .nav-links-mobile .btn-link:focus {
          color: #0b4265; }
      #mobile-nav .nav-item.has-submenu .nav-links-mobile li:last-child .btn-link::after {
        content: "\f061";
        font-family: "Font Awesome 5 Free";
        margin-left: 8px;
        font-style: normal;
        text-decoration: inherit;
        font-weight: 600; }
    #mobile-nav .nav-item.first-child-item:before {
      content: "";
      position: relative;
      height: 1px;
      clear: both;
      display: block;
      border-bottom: solid 1px #7a70b3;
      margin: 10px 18px; }
    #mobile-nav .nav-item .nav-links-mobile {
      background-color: #ffffff;
      padding: 0px 18px 24px; }
      #mobile-nav .nav-item .nav-links-mobile li {
        padding: 12px 24px; }
  #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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view #mobile-nav .drawer-light .drawer-light-content li .toggle-icon:after, #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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item #mobile-nav .drawer-light .drawer-light-content li .icon-arrow:after, #mobile-nav .drawer-light .drawer-light-content li .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item #mobile-nav .drawer-light .drawer-light-content li a:hover:before,
      #mobile-nav .drawer-light .drawer-light-content li .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected #mobile-nav .drawer-light .drawer-light-content li a:before,
      #mobile-nav .drawer-light .drawer-light-content li .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus #mobile-nav .drawer-light .drawer-light-content li a:before, #mobile-nav .drawer-light .drawer-light-content li .search-app-gs .arrow-right:after, .search-app-gs #mobile-nav .drawer-light .drawer-light-content li .arrow-right:after, #mobile-nav .drawer-light .drawer-light-content li .search-app-gs .arrow-left:before, .search-app-gs #mobile-nav .drawer-light .drawer-light-content li .arrow-left:before, #mobile-nav .drawer-light .drawer-light-content li .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag #mobile-nav .drawer-light .drawer-light-content li [data-role="remove"]: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: #574497; }
    #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: 55px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0; }
  #mobile-nav-close::before {
    content: '';
    position: absolute;
    top: 0;
    /* Starts just below the header */
    left: 0;
    width: 100%;
    height: calc(100% - 55px);
    /* Takes up the remaining height below the header */
    background: #000;
    transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease; }

.mobile-nav-visible {
  overflow: hidden; }
  .mobile-nav-visible #mobile-nav {
    overflow: auto !important;
    transform: translateX(320px); }
    @media only screen and (min-width: 1201px) {
      .mobile-nav-visible #mobile-nav {
        transform: none; } }
  .mobile-nav-visible #mobile-nav-close {
    opacity: .6;
    z-index: 103; }

.search-bar {
  position: absolute;
  z-index: 4;
  bottom: 75px;
  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: 1200px) {
    .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: #574497; }
    @media only screen and (min-width: 1511px) {
      .fixed-header .search-bar,
      .scrollable-no .search-bar {
        bottom: 16px; } }
  .search-bar.active-search {
    background-color: #f1f1f1 !important;
    transition: background-color 1s ease;
    z-index: 104;
    outline: 5px auto -webkit-focus-ring-color;
    outline: auto 1px highlight;
    outline-offset: 2px; }
  .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; }
    .search-bar #site-search:focus {
      background: transparent;
      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;
    box-shadow: none;
    display: none; }
    @media only screen and (max-width: 1200px) {
      .search-bar .btn-clear {
        right: 95px; } }
  @media only screen and (max-width: 1200px) {
    .search-bar {
      width: 100%;
      height: 55px;
      right: 0;
      top: 0;
      z-index: 0;
      background-color: #574497;
      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: 1201px) and (max-width: 1511px) {
    .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: 1200px) {
    .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: #0b4265; }
  .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: 1201px) {
      .search-bar .btn-site-search {
        background: #fff;
        color: #574497; } }
    @media only screen and (max-width: 1200px) {
      .search-bar .btn-site-search {
        right: 50px; } }
  @media only screen and (min-width: 1201px) {
    .search-bar {
      display: block !important; } }

.site-search-suggested {
  position: absolute;
  left: -8px;
  height: auto;
  width: calc(100% + 21px);
  margin-top: -1px;
  background: #ffffff;
  transition: all 200ms ease;
  color: #3b3e40;
  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: 1200px) {
    .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;
    box-shadow: none;
    position: relative !important; }
    @media only screen and (max-width: 1200px) {
      .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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .dropdown-menu .suggested-section-item .more-link .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .dropdown-menu .suggested-section-item .more-link .icon-arrow:after, .dropdown-menu .suggested-section-item .more-link .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .dropdown-menu .suggested-section-item .more-link a:hover:before,
      .dropdown-menu .suggested-section-item .more-link .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .dropdown-menu .suggested-section-item .more-link a:before,
      .dropdown-menu .suggested-section-item .more-link .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .dropdown-menu .suggested-section-item .more-link a:before, .dropdown-menu .suggested-section-item .more-link .search-app-gs .arrow-right:after, .search-app-gs .dropdown-menu .suggested-section-item .more-link .arrow-right:after, .dropdown-menu .suggested-section-item .more-link .search-app-gs .arrow-left:before, .search-app-gs .dropdown-menu .suggested-section-item .more-link .arrow-left:before, .dropdown-menu .suggested-section-item .more-link .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .dropdown-menu .suggested-section-item .more-link [data-role="remove"]: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: 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: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    -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 {
  -moz-order: 99;
  order: 99;
  display: -moz-flex;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: #f6f6f7;
  z-index: 2;
  padding-bottom: 110px; }
  .site-footer > .section {
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 100%; }
    @media print {
      .site-footer > .section {
        -moz-flex: none;
        flex: none; } }
  @media only screen and (max-width: 767px) {
    .site-footer > .section {
      -moz-order: 1;
      order: 1; }
    .site-footer .section-newsletter {
      -moz-order: -1;
      order: -1; }
    .site-footer .section-phone-numbers {
      -moz-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; } }
  .site-footer .panel {
    padding: 0; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .site-footer .panel {
        padding: 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .site-footer .panel.panel-alt {
      padding-left: 10px !important; } }
  .site-footer .footer-link-list .group-cards .card {
    margin-bottom: 20px; }
    @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 {
    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 {
    -moz-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: #00668f;
        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;
      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 .btn-card {
    position: relative;
    bottom: 0;
    min-width: 40%;
    padding: 25px; }
    @media only screen and (max-width: 767px) {
      .site-footer .footer-link-list .btn-card {
        left: 50%;
        margin-right: -50%;
        transform: translate(-45%, -10%);
        width: 100%; } }
    @media only screen and (min-width: 1024px) {
      .site-footer .footer-link-list .btn-card {
        bottom: 180px;
        min-width: 10%;
        max-width: 20%;
        margin-right: 0;
        margin-bottom: -50px;
        left: 8%;
        margin-right: -50%;
        transform: translate(-30%, -5%); }
        .site-footer .footer-link-list .btn-card .btn {
          display: block; } }
    @media only screen and (min-width: 1500px) {
      .site-footer .footer-link-list .btn-card {
        bottom: 160px;
        left: 10%; } }
    .site-footer .footer-link-list .btn-card .btn-donate {
      max-width: 144px; }
      @media only screen and (min-width: 1024px) {
        .site-footer .footer-link-list .btn-card .btn-donate {
          margin-bottom: 10px; } }
    .site-footer .footer-link-list .btn-card .btn-link {
      margin-left: 5px;
      text-decoration: none; }
    @media only screen and (min-width: 1024px) {
      .site-footer .footer-link-list .btn-card {
        display: none; } }
  .site-footer .footer-link-list .btn-card-desktop {
    display: none;
    min-width: auto;
    max-width: none;
    transform: none;
    left: 0;
    bottom: 0;
    margin: 0;
    position: initial; }
    .site-footer .footer-link-list .btn-card-desktop .card-flex {
      background: transparent; }
      .site-footer .footer-link-list .btn-card-desktop .card-flex .btn-donate {
        width: 144px;
        margin: 10px auto; }
      .site-footer .footer-link-list .btn-card-desktop .card-flex .btn-link {
        text-align: center; }
    @media only screen and (min-width: 1024px) {
      .site-footer .footer-link-list .btn-card-desktop {
        display: block; } }
  .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;
    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 {
  -moz-flex: 1 0 auto;
  flex: 1 0 auto; }

.section-footer-callouts .card-footer {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  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 {
      flex-flow: column wrap;
      -moz-align-items: flex-start;
      align-items: flex-start; } }

.section-footer-callouts .btn-link {
  -moz-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; }

.section-footer-phone-numbers {
  padding-top: 0; }
  .section-footer-phone-numbers .group-cards {
    justify-content: flex-start; }
    @media only screen and (min-width: 1024px) {
      .section-footer-phone-numbers .group-cards {
        justify-content: space-between; } }
  .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 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    right: 0; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .section-footer-phone-numbers .phone-numbers {
        justify-content: flex-start; } }
    @media only screen and (max-width: 767px) {
      .section-footer-phone-numbers .phone-numbers {
        width: 100%;
        border: 1px solid #d4d5d6;
        background: #00668f;
        justify-content: center; } }
    @media only screen and (min-width: 1024px) {
      .section-footer-phone-numbers .phone-numbers {
        padding: 0 20px; } }
    .section-footer-phone-numbers .phone-numbers p {
      font-weight: 600;
      align-items: center;
      font-size: 20px;
      margin: 0; }
    .section-footer-phone-numbers .phone-numbers a {
      display: flex;
      align-items: center;
      font-size: 20px;
      text-decoration: none;
      margin: 8px;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .section-footer-phone-numbers .phone-numbers a {
          font-weight: 400;
          color: white;
          font-size: 16px; } }
    .section-footer-phone-numbers .phone-numbers .inline-block {
      display: block;
      position: relative;
      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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .section-footer-phone-numbers .phone-numbers .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .section-footer-phone-numbers .phone-numbers .icon-arrow:after, .section-footer-phone-numbers .phone-numbers .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .section-footer-phone-numbers .phone-numbers a:hover:before,
    .section-footer-phone-numbers .phone-numbers .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .section-footer-phone-numbers .phone-numbers a:before,
    .section-footer-phone-numbers .phone-numbers .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .section-footer-phone-numbers .phone-numbers a:before, .section-footer-phone-numbers .phone-numbers .search-app-gs .arrow-right:after, .search-app-gs .section-footer-phone-numbers .phone-numbers .arrow-right:after, .section-footer-phone-numbers .phone-numbers .search-app-gs .arrow-left:before, .search-app-gs .section-footer-phone-numbers .phone-numbers .arrow-left:before, .section-footer-phone-numbers .phone-numbers .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .section-footer-phone-numbers .phone-numbers [data-role="remove"]: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: #00668f;
      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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .mobile .section-footer-phone-numbers .phone-numbers .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .mobile .section-footer-phone-numbers .phone-numbers .icon-arrow:after, .mobile .section-footer-phone-numbers .phone-numbers .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .mobile .section-footer-phone-numbers .phone-numbers a:hover:before,
    .mobile .section-footer-phone-numbers .phone-numbers .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .mobile .section-footer-phone-numbers .phone-numbers a:before,
    .mobile .section-footer-phone-numbers .phone-numbers .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .mobile .section-footer-phone-numbers .phone-numbers a:before, .mobile .section-footer-phone-numbers .phone-numbers .search-app-gs .arrow-right:after, .search-app-gs .mobile .section-footer-phone-numbers .phone-numbers .arrow-right:after, .mobile .section-footer-phone-numbers .phone-numbers .search-app-gs .arrow-left:before, .search-app-gs .mobile .section-footer-phone-numbers .phone-numbers .arrow-left:before, .mobile .section-footer-phone-numbers .phone-numbers .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .mobile .section-footer-phone-numbers .phone-numbers [data-role="remove"]: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; } }

.site-footer .section-footer-bottom {
  padding-bottom: 244px; }

@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: #363637;
    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;
    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 {
  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; }
  @media only screen and (max-width: 767px) {
    .section.section-border-top-mobile {
      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: -moz-flex;
  display: flex; }

.flex-column {
  -moz-flex-direction: column;
  flex-direction: column; }

.flex-row {
  -moz-flex-direction: row;
  flex-direction: row; }

.flex-justify-center {
  -moz-justify-content: center;
  justify-content: center; }

.flex-align-center {
  -moz-align-items: center;
  align-items: center; }

.flex-item, .la-ball-clip-rotate > div, .section-locations .locations-container .locations-item {
  -moz-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: #00668f; }

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

#phone-links {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background-color: #e4004c;
  z-index: 999;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  width: 125px;
  height: 40px;
  border-radius: 25px;
  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;
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden; }
  .autocomplete-suggestions .autocomplete-suggestion {
    cursor: pointer;
    padding: 0 10px;
    color: #363637; }
    .autocomplete-suggestions .autocomplete-suggestion > span {
      font-weight: 700; }
    .autocomplete-suggestions .autocomplete-suggestion:hover {
      background-color: #EEE; }

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

.left-sidebar {
  position: relative;
  top: 0; }
  @media only screen and (min-width: 768px) {
    .left-sidebar {
      padding-top: 24px;
      position: -webkit-sticky;
      position: sticky;
      top: 80px; } }
  @media only screen and (min-width: 1024px) {
    .left-sidebar {
      position: -webkit-sticky;
      position: sticky;
      top: 120px; } }
  @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; }

.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: #00668f;
  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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .bill-pay-filter .dropdown-toggle .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .bill-pay-filter .dropdown-toggle .icon-arrow:after, .bill-pay-filter .dropdown-toggle .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .bill-pay-filter .dropdown-toggle a:hover:before,
  .bill-pay-filter .dropdown-toggle .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .bill-pay-filter .dropdown-toggle a:before,
  .bill-pay-filter .dropdown-toggle .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .bill-pay-filter .dropdown-toggle a:before, .bill-pay-filter .dropdown-toggle .search-app-gs .arrow-right:after, .search-app-gs .bill-pay-filter .dropdown-toggle .arrow-right:after, .bill-pay-filter .dropdown-toggle .search-app-gs .arrow-left:before, .search-app-gs .bill-pay-filter .dropdown-toggle .arrow-left:before, .bill-pay-filter .dropdown-toggle .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .bill-pay-filter .dropdown-toggle [data-role="remove"]: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%; }
  @media only screen and (max-width: 767px) {
    .card {
      -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 p.card-title {
    font-size: 1.25rem; }
  .card .card-content .card-title,
  .card .card-content p, .card .card-content ul, .card .card-content ol, .card .card-content li {
    color: #363637; }
  .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: -moz-flex;
  display: flex;
  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: -moz-flex;
    display: flex;
    -moz-flex-grow: 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;
      -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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .group-cards .card.card-general .card-action .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .group-cards .card.card-general .card-action .icon-arrow:after, .group-cards .card.card-general .card-action .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .group-cards .card.card-general .card-action a:hover:before,
      .group-cards .card.card-general .card-action .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .group-cards .card.card-general .card-action a:before,
      .group-cards .card.card-general .card-action .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .group-cards .card.card-general .card-action a:before, .group-cards .card.card-general .card-action .search-app-gs .arrow-right:after, .search-app-gs .group-cards .card.card-general .card-action .arrow-right:after, .group-cards .card.card-general .card-action .search-app-gs .arrow-left:before, .search-app-gs .group-cards .card.card-general .card-action .arrow-left:before, .group-cards .card.card-general .card-action .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .group-cards .card.card-general .card-action [data-role="remove"]: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: -moz-flex;
      display: flex;
      -moz-flex-direction: column;
      flex-direction: column;
      background: #fff;
      width: 100%;
      max-width: 100%;
      padding: 24px;
      border-radius: 2px;
      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: -moz-flex;
      display: flex;
      -moz-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 {
      -moz-flex: 1 0 auto;
      flex: 1 0 auto; }
    .group-cards .card .card-action {
      display: -moz-flex;
      display: flex;
      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 {
        -moz-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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .group-cards .card .card-action a .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .group-cards .card .card-action a .icon-arrow:after, .group-cards .card .card-action a .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .group-cards .card .card-action a a:hover:before,
        .group-cards .card .card-action a .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .group-cards .card .card-action a a:before,
        .group-cards .card .card-action a .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .group-cards .card .card-action a a:before, .group-cards .card .card-action a .search-app-gs .arrow-right:after, .search-app-gs .group-cards .card .card-action a .arrow-right:after, .group-cards .card .card-action a .search-app-gs .arrow-left:before, .search-app-gs .group-cards .card .card-action a .arrow-left:before, .group-cards .card .card-action a .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .group-cards .card .card-action a [data-role="remove"]: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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .group-cards .card .card-action .btn-card-link .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .group-cards .card .card-action .btn-card-link .icon-arrow:after, .group-cards .card .card-action .btn-card-link .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .group-cards .card .card-action .btn-card-link a:hover:before,
        .group-cards .card .card-action .btn-card-link .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .group-cards .card .card-action .btn-card-link a:before,
        .group-cards .card .card-action .btn-card-link .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .group-cards .card .card-action .btn-card-link a:before, .group-cards .card .card-action .btn-card-link .search-app-gs .arrow-right:after, .search-app-gs .group-cards .card .card-action .btn-card-link .arrow-right:after, .group-cards .card .card-action .btn-card-link .search-app-gs .arrow-left:before, .search-app-gs .group-cards .card .card-action .btn-card-link .arrow-left:before, .group-cards .card .card-action .btn-card-link .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .group-cards .card .card-action .btn-card-link [data-role="remove"]: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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .group-cards .card .card-action a .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .group-cards .card .card-action a .icon-arrow:after, .group-cards .card .card-action a .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .group-cards .card .card-action a a:hover:before,
            .group-cards .card .card-action a .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .group-cards .card .card-action a a:before,
            .group-cards .card .card-action a .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .group-cards .card .card-action a a:before, .group-cards .card .card-action a .search-app-gs .arrow-right:after, .search-app-gs .group-cards .card .card-action a .arrow-right:after, .group-cards .card .card-action a .search-app-gs .arrow-left:before, .search-app-gs .group-cards .card .card-action a .arrow-left:before, .group-cards .card .card-action a .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .group-cards .card .card-action a [data-role="remove"]: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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .group-cards .card .card-action .btn-card-link .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .group-cards .card .card-action .btn-card-link .icon-arrow:after, .group-cards .card .card-action .btn-card-link .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .group-cards .card .card-action .btn-card-link a:hover:before,
            .group-cards .card .card-action .btn-card-link .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .group-cards .card .card-action .btn-card-link a:before,
            .group-cards .card .card-action .btn-card-link .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .group-cards .card .card-action .btn-card-link a:before, .group-cards .card .card-action .btn-card-link .search-app-gs .arrow-right:after, .search-app-gs .group-cards .card .card-action .btn-card-link .arrow-right:after, .group-cards .card .card-action .btn-card-link .search-app-gs .arrow-left:before, .search-app-gs .group-cards .card .card-action .btn-card-link .arrow-left:before, .group-cards .card .card-action .btn-card-link .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .group-cards .card .card-action .btn-card-link [data-role="remove"]: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: -moz-flex;
    display: flex;
    flex-flow: row nowrap;
    -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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .card.card-general .card-content-figure .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .card.card-general .card-content-figure .icon-arrow:after, .card.card-general .card-content-figure .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .card.card-general .card-content-figure a:hover:before,
    .card.card-general .card-content-figure .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .card.card-general .card-content-figure a:before,
    .card.card-general .card-content-figure .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .card.card-general .card-content-figure a:before, .card.card-general .card-content-figure .search-app-gs .arrow-right:after, .search-app-gs .card.card-general .card-content-figure .arrow-right:after, .card.card-general .card-content-figure .search-app-gs .arrow-left:before, .search-app-gs .card.card-general .card-content-figure .arrow-left:before, .card.card-general .card-content-figure .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .card.card-general .card-content-figure [data-role="remove"]: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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .card.card-callout .card-content.card-figure .card-content-figure.figure-video .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .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 .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .card.card-callout .card-content.card-figure .card-content-figure.figure-video a:hover:before,
    .card.card-callout .card-content.card-figure .card-content-figure.figure-video .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .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 .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .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 .search-app-gs .arrow-right:after, .search-app-gs .card.card-callout .card-content.card-figure .card-content-figure.figure-video .arrow-right:after, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .search-app-gs .arrow-left:before, .search-app-gs .card.card-callout .card-content.card-figure .card-content-figure.figure-video .arrow-left:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .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 .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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .card.card-callout .card-content.card-figure .card-content-figure.figure-video .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .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 .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .card.card-callout .card-content.card-figure .card-content-figure.figure-video a:hover:before,
        .card.card-callout .card-content.card-figure .card-content-figure.figure-video .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .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 .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .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 .search-app-gs .arrow-right:after, .search-app-gs .card.card-callout .card-content.card-figure .card-content-figure.figure-video .arrow-right:after, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .search-app-gs .arrow-left:before, .search-app-gs .card.card-callout .card-content.card-figure .card-content-figure.figure-video .arrow-left:before, .card.card-callout .card-content.card-figure .card-content-figure.figure-video .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .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 .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; }
    .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;
    -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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .card.card-callout-location .card-content-action-group a .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .card.card-callout-location .card-content-action-group a .icon-arrow:after, .card.card-callout-location .card-content-action-group a .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .card.card-callout-location .card-content-action-group a a:hover:before,
    .card.card-callout-location .card-content-action-group a .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .card.card-callout-location .card-content-action-group a a:before,
    .card.card-callout-location .card-content-action-group a .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .card.card-callout-location .card-content-action-group a a:before, .card.card-callout-location .card-content-action-group a .search-app-gs .arrow-right:after, .search-app-gs .card.card-callout-location .card-content-action-group a .arrow-right:after, .card.card-callout-location .card-content-action-group a .search-app-gs .arrow-left:before, .search-app-gs .card.card-callout-location .card-content-action-group a .arrow-left:before, .card.card-callout-location .card-content-action-group a .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .card.card-callout-location .card-content-action-group a [data-role="remove"]: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%;
  -moz-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 {
  -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 {
  margin-bottom: .15em; }
  .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: 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: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center;
    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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .card.card-locations-alt .location-actions .tel .call-icon .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .card.card-locations-alt .location-actions .tel .call-icon .icon-arrow:after, .card.card-locations-alt .location-actions .tel .call-icon .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .card.card-locations-alt .location-actions .tel .call-icon a:hover:before,
    .card.card-locations-alt .location-actions .tel .call-icon .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .card.card-locations-alt .location-actions .tel .call-icon a:before,
    .card.card-locations-alt .location-actions .tel .call-icon .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .card.card-locations-alt .location-actions .tel .call-icon a:before, .card.card-locations-alt .location-actions .tel .call-icon .search-app-gs .arrow-right:after, .search-app-gs .card.card-locations-alt .location-actions .tel .call-icon .arrow-right:after, .card.card-locations-alt .location-actions .tel .call-icon .search-app-gs .arrow-left:before, .search-app-gs .card.card-locations-alt .location-actions .tel .call-icon .arrow-left:before, .card.card-locations-alt .location-actions .tel .call-icon .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .card.card-locations-alt .location-actions .tel .call-icon [data-role="remove"]: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 .location-card-action {
  border-top: 1px solid #ddd;
  margin: 24px -24px 0 -24px;
  padding: 24px 24px 0 24px; }
  @media only screen and (max-width: 1024px) {
    .card.card-locations-alt .location-card-action {
      margin: 12px -12px 0 -12px;
      padding: 12px 12px 0 12px; } }
  @media only screen and (max-width: 767px) {
    .card.card-locations-alt .location-card-action {
      margin: 16px -16px 0 -16px;
      padding: 16px 16px 0 16px; } }
  .card.card-locations-alt .location-card-action .btn {
    color: #fff !important; }

.card.card-locations-alt .locations-checkin {
  background: #fff;
  border-top: 1px solid #d4d5d6;
  padding: 0 24px;
  margin: 24px -24px -24px -24px; }
  @media only screen and (max-width: 1200px) {
    .card.card-locations-alt .locations-checkin {
      border-width: 2px; } }
  @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;
      border-width: 1px;
      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 {
    text-transform: uppercase; }
    .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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .card.card-locations-alt .locations-checkin .check-in-now .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .card.card-locations-alt .locations-checkin .check-in-now .icon-arrow:after, .card.card-locations-alt .locations-checkin .check-in-now .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .card.card-locations-alt .locations-checkin .check-in-now a:hover:before,
    .card.card-locations-alt .locations-checkin .check-in-now .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .card.card-locations-alt .locations-checkin .check-in-now a:before,
    .card.card-locations-alt .locations-checkin .check-in-now .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .card.card-locations-alt .locations-checkin .check-in-now a:before, .card.card-locations-alt .locations-checkin .check-in-now .search-app-gs .arrow-right:after, .search-app-gs .card.card-locations-alt .locations-checkin .check-in-now .arrow-right:after, .card.card-locations-alt .locations-checkin .check-in-now .search-app-gs .arrow-left:before, .search-app-gs .card.card-locations-alt .locations-checkin .check-in-now .arrow-left:before, .card.card-locations-alt .locations-checkin .check-in-now .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .card.card-locations-alt .locations-checkin .check-in-now [data-role="remove"]: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-alt .locations-checkin .card-action a {
    text-transform: none;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline; }
  .card.card-locations-alt .locations-checkin .card-actions-wrapper .location-reservation-wrapper {
    text-align: center; }
    .card.card-locations-alt .locations-checkin .card-actions-wrapper .location-reservation-wrapper .reservation-content {
      font-size: 1.125rem;
      font-weight: 600; }

.card.card-locations-icc .location-reservation-none {
  font-size: 18px;
  font-weight: 600;
  color: #6c6c6c;
  margin: 10px; }

.card.card-locations-icc .virtualvisit-icc {
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: -24px;
  margin-top: 24px; }
  @media only screen and (max-width: 1200px) {
    .card.card-locations-icc .virtualvisit-icc {
      margin-left: -24px;
      margin-right: -24px;
      margin-bottom: -24px;
      margin-top: 24px; } }
  @media only screen and (max-width: 1023px) {
    .card.card-locations-icc .virtualvisit-icc {
      margin-left: -12px;
      margin-right: -12px;
      margin-bottom: -24px;
      margin-top: 24px; } }
  @media only screen and (max-width: 767px) {
    .card.card-locations-icc .virtualvisit-icc {
      margin-left: -16px;
      margin-right: -16px;
      margin-bottom: -24px;
      margin-top: 24px; } }
  .card.card-locations-icc .virtualvisit-icc .virtualvisit-text {
    margin: 0 0 0 10px; }

.card.card-locations-icc .card-content {
  position: relative;
  width: calc(100% - 75px); }
  @media only screen and (max-width: 360px) {
    .card.card-locations-icc .card-content {
      width: calc(100% - 80px); } }

.card.card-locations-icc .location-content {
  padding-left: 0 !important; }

.card.card-locations-icc .location-name {
  margin-bottom: .15em; }
  .card.card-locations-icc .location-name .location-title {
    color: #00668f; }
  .card.card-locations-icc .location-name a .location-title {
    text-decoration: underline;
    margin: 0; }
  .card.card-locations-icc .location-name a:hover .location-title {
    text-decoration: none; }

.card.card-locations-icc .distance {
  position: absolute;
  top: 20px;
  right: 25px; }
  .card.card-locations-icc .distance .material-icons, .card.card-locations-icc .distance .icon-request-appointment:before, .card.card-locations-icc .distance .icon-watch-video:before, .card.card-locations-icc .distance .icon-play:before, .card.card-locations-icc .distance .icon-person-location:before, .card.card-locations-icc .distance .icon-details-top:before, .card.card-locations-icc .distance .icon-details-left:before, .card.card-locations-icc .distance .icon-directions:before, .card.card-locations-icc .distance .icon-directions-alt:before, .card.card-locations-icc .distance .icon-send-message:before, .card.card-locations-icc .distance .icon-phone-top:before, .card.card-locations-icc .distance .icon-phone-left:before, .card.card-locations-icc .distance .icon-comment:before, .card.card-locations-icc .distance .icon-cancel-search:before, .card.card-locations-icc .distance .panel-footer .panel-footer-more:before, .panel-footer .card.card-locations-icc .distance .panel-footer-more:before, .card.card-locations-icc .distance .panel-toggle .panel-toggle-trigger:after, .panel-toggle .card.card-locations-icc .distance .panel-toggle-trigger:after, .card.card-locations-icc .distance .video-item figure:before, .video-item .card.card-locations-icc .distance figure:before, .card.card-locations-icc .distance .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .card.card-locations-icc .distance .toggle-icon:after, .card.card-locations-icc .distance .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .card.card-locations-icc .distance div[id*="thumbnail"]:before, .card.card-locations-icc .distance .card-trigger a:after, .card-trigger .card.card-locations-icc .distance a:after, .card.card-locations-icc .distance .card-video .card-image:before, .card-video .card.card-locations-icc .distance .card-image:before, .card.card-locations-icc .distance .card-content-figure figure.video a:before, .card-content-figure figure.video .card.card-locations-icc .distance a:before, .card.card-locations-icc .distance .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .card.card-locations-icc .distance [data-role="remove"]:after, .card.card-locations-icc .distance .section-location-details .btn-req-appt:after, .section-location-details .card.card-locations-icc .distance .btn-req-appt:after,
  .card.card-locations-icc .distance .section-location-details .btn-dr-location:after, .section-location-details .card.card-locations-icc .distance .btn-dr-location:after, .card.card-locations-icc .distance .locations2 .hospital-video a:before, .locations2 .hospital-video .card.card-locations-icc .distance a:before, .card.card-locations-icc .distance .locations-landing .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .card.card-locations-icc .distance .icon-arrow:after, .card.card-locations-icc .distance .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .card.card-locations-icc .distance a:hover:before,
  .card.card-locations-icc .distance .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .card.card-locations-icc .distance a:before,
  .card.card-locations-icc .distance .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .card.card-locations-icc .distance a:before, .card.card-locations-icc .distance .search-app-gs .arrow-right:after, .search-app-gs .card.card-locations-icc .distance .arrow-right:after, .card.card-locations-icc .distance .search-app-gs .arrow-left:before, .search-app-gs .card.card-locations-icc .distance .arrow-left:before, .card.card-locations-icc .distance .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .card.card-locations-icc .distance [data-role="remove"]:after, .card.card-locations-icc .distance .back-to-top:before, .card.card-locations-icc .distance .video-library .video-library-image:before, .video-library .card.card-locations-icc .distance .video-library-image:before {
    width: 1rem; }

.card.card-locations-icc .directions {
  display: inline-block;
  margin: 5px 0;
  font-weight: 700;
  text-transform: uppercase; }
  .card.card-locations-icc .directions .material-icons, .card.card-locations-icc .directions .icon-request-appointment:before, .card.card-locations-icc .directions .icon-watch-video:before, .card.card-locations-icc .directions .icon-play:before, .card.card-locations-icc .directions .icon-person-location:before, .card.card-locations-icc .directions .icon-details-top:before, .card.card-locations-icc .directions .icon-details-left:before, .card.card-locations-icc .directions .icon-directions:before, .card.card-locations-icc .directions .icon-directions-alt:before, .card.card-locations-icc .directions .icon-send-message:before, .card.card-locations-icc .directions .icon-phone-top:before, .card.card-locations-icc .directions .icon-phone-left:before, .card.card-locations-icc .directions .icon-comment:before, .card.card-locations-icc .directions .icon-cancel-search:before, .card.card-locations-icc .directions .panel-footer .panel-footer-more:before, .panel-footer .card.card-locations-icc .directions .panel-footer-more:before, .card.card-locations-icc .directions .panel-toggle .panel-toggle-trigger:after, .panel-toggle .card.card-locations-icc .directions .panel-toggle-trigger:after, .card.card-locations-icc .directions .video-item figure:before, .video-item .card.card-locations-icc .directions figure:before, .card.card-locations-icc .directions .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .card.card-locations-icc .directions .toggle-icon:after, .card.card-locations-icc .directions .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .card.card-locations-icc .directions div[id*="thumbnail"]:before, .card.card-locations-icc .directions .card-trigger a:after, .card-trigger .card.card-locations-icc .directions a:after, .card.card-locations-icc .directions .card-video .card-image:before, .card-video .card.card-locations-icc .directions .card-image:before, .card.card-locations-icc .directions .card-content-figure figure.video a:before, .card-content-figure figure.video .card.card-locations-icc .directions a:before, .card.card-locations-icc .directions .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .card.card-locations-icc .directions [data-role="remove"]:after, .card.card-locations-icc .directions .section-location-details .btn-req-appt:after, .section-location-details .card.card-locations-icc .directions .btn-req-appt:after,
  .card.card-locations-icc .directions .section-location-details .btn-dr-location:after, .section-location-details .card.card-locations-icc .directions .btn-dr-location:after, .card.card-locations-icc .directions .locations2 .hospital-video a:before, .locations2 .hospital-video .card.card-locations-icc .directions a:before, .card.card-locations-icc .directions .locations-landing .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .card.card-locations-icc .directions .icon-arrow:after, .card.card-locations-icc .directions .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .card.card-locations-icc .directions a:hover:before,
  .card.card-locations-icc .directions .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .card.card-locations-icc .directions a:before,
  .card.card-locations-icc .directions .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .card.card-locations-icc .directions a:before, .card.card-locations-icc .directions .search-app-gs .arrow-right:after, .search-app-gs .card.card-locations-icc .directions .arrow-right:after, .card.card-locations-icc .directions .search-app-gs .arrow-left:before, .search-app-gs .card.card-locations-icc .directions .arrow-left:before, .card.card-locations-icc .directions .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .card.card-locations-icc .directions [data-role="remove"]:after, .card.card-locations-icc .directions .back-to-top:before, .card.card-locations-icc .directions .video-library .video-library-image:before, .video-library .card.card-locations-icc .directions .video-library-image:before {
    margin-right: 0 !important; }

.card.card-locations-icc .location-phone {
  font-weight: 700;
  margin-top: 10px; }
  .card.card-locations-icc .location-phone a {
    color: #00668f !important; }
  .card.card-locations-icc .location-phone a:hover {
    color: #0b4265 !important; }

.card.card-locations-icc .location-actions {
  margin: 5px 0 .5em; }
  .card.card-locations-icc .location-actions .flex-item, .card.card-locations-icc .location-actions .la-ball-clip-rotate > div, .card.card-locations-icc .location-actions .section-locations .locations-container .locations-item, .section-locations .locations-container .card.card-locations-icc .location-actions .locations-item {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: left;
    justify-content: left;
    -moz-align-items: center;
    align-items: center;
    flex-wrap: nowrap; }
  .card.card-locations-icc .location-actions .tel {
    font-weight: 400; }
    @media only screen and (min-width: 768px) {
      .card.card-locations-icc .location-actions .tel {
        display: none; } }
    .card.card-locations-icc .location-actions .tel .call-icon {
      display: none; }
    .card.card-locations-icc .location-actions .tel .call-icon .material-icons, .card.card-locations-icc .location-actions .tel .call-icon .icon-request-appointment:before, .card.card-locations-icc .location-actions .tel .call-icon .icon-watch-video:before, .card.card-locations-icc .location-actions .tel .call-icon .icon-play:before, .card.card-locations-icc .location-actions .tel .call-icon .icon-person-location:before, .card.card-locations-icc .location-actions .tel .call-icon .icon-details-top:before, .card.card-locations-icc .location-actions .tel .call-icon .icon-details-left:before, .card.card-locations-icc .location-actions .tel .call-icon .icon-directions:before, .card.card-locations-icc .location-actions .tel .call-icon .icon-directions-alt:before, .card.card-locations-icc .location-actions .tel .call-icon .icon-send-message:before, .card.card-locations-icc .location-actions .tel .call-icon .icon-phone-top:before, .card.card-locations-icc .location-actions .tel .call-icon .icon-phone-left:before, .card.card-locations-icc .location-actions .tel .call-icon .icon-comment:before, .card.card-locations-icc .location-actions .tel .call-icon .icon-cancel-search:before, .card.card-locations-icc .location-actions .tel .call-icon .panel-footer .panel-footer-more:before, .panel-footer .card.card-locations-icc .location-actions .tel .call-icon .panel-footer-more:before, .card.card-locations-icc .location-actions .tel .call-icon .panel-toggle .panel-toggle-trigger:after, .panel-toggle .card.card-locations-icc .location-actions .tel .call-icon .panel-toggle-trigger:after, .card.card-locations-icc .location-actions .tel .call-icon .video-item figure:before, .video-item .card.card-locations-icc .location-actions .tel .call-icon figure:before, .card.card-locations-icc .location-actions .tel .call-icon .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .card.card-locations-icc .location-actions .tel .call-icon .toggle-icon:after, .card.card-locations-icc .location-actions .tel .call-icon .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .card.card-locations-icc .location-actions .tel .call-icon div[id*="thumbnail"]:before, .card.card-locations-icc .location-actions .tel .call-icon .card-trigger a:after, .card-trigger .card.card-locations-icc .location-actions .tel .call-icon a:after, .card.card-locations-icc .location-actions .tel .call-icon .card-video .card-image:before, .card-video .card.card-locations-icc .location-actions .tel .call-icon .card-image:before, .card.card-locations-icc .location-actions .tel .call-icon .card-content-figure figure.video a:before, .card-content-figure figure.video .card.card-locations-icc .location-actions .tel .call-icon a:before, .card.card-locations-icc .location-actions .tel .call-icon .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .card.card-locations-icc .location-actions .tel .call-icon [data-role="remove"]:after, .card.card-locations-icc .location-actions .tel .call-icon .section-location-details .btn-req-appt:after, .section-location-details .card.card-locations-icc .location-actions .tel .call-icon .btn-req-appt:after,
    .card.card-locations-icc .location-actions .tel .call-icon .section-location-details .btn-dr-location:after, .section-location-details .card.card-locations-icc .location-actions .tel .call-icon .btn-dr-location:after, .card.card-locations-icc .location-actions .tel .call-icon .locations2 .hospital-video a:before, .locations2 .hospital-video .card.card-locations-icc .location-actions .tel .call-icon a:before, .card.card-locations-icc .location-actions .tel .call-icon .locations-landing .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .card.card-locations-icc .location-actions .tel .call-icon .icon-arrow:after, .card.card-locations-icc .location-actions .tel .call-icon .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .card.card-locations-icc .location-actions .tel .call-icon a:hover:before,
    .card.card-locations-icc .location-actions .tel .call-icon .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .card.card-locations-icc .location-actions .tel .call-icon a:before,
    .card.card-locations-icc .location-actions .tel .call-icon .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .card.card-locations-icc .location-actions .tel .call-icon a:before, .card.card-locations-icc .location-actions .tel .call-icon .search-app-gs .arrow-right:after, .search-app-gs .card.card-locations-icc .location-actions .tel .call-icon .arrow-right:after, .card.card-locations-icc .location-actions .tel .call-icon .search-app-gs .arrow-left:before, .search-app-gs .card.card-locations-icc .location-actions .tel .call-icon .arrow-left:before, .card.card-locations-icc .location-actions .tel .call-icon .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .card.card-locations-icc .location-actions .tel .call-icon [data-role="remove"]:after, .card.card-locations-icc .location-actions .tel .call-icon .back-to-top:before, .card.card-locations-icc .location-actions .tel .call-icon .video-library .video-library-image:before, .video-library .card.card-locations-icc .location-actions .tel .call-icon .video-library-image:before {
      display: none;
      margin: 0 auto; }

.card.card-locations-icc .location-detail {
  display: none !important; }

.card.card-locations-icc .locations-icon {
  font-weight: 600; }
  .card.card-locations-icc .locations-icon .material-icons, .card.card-locations-icc .locations-icon .icon-request-appointment:before, .card.card-locations-icc .locations-icon .icon-watch-video:before, .card.card-locations-icc .locations-icon .icon-play:before, .card.card-locations-icc .locations-icon .icon-person-location:before, .card.card-locations-icc .locations-icon .icon-details-top:before, .card.card-locations-icc .locations-icon .icon-details-left:before, .card.card-locations-icc .locations-icon .icon-directions:before, .card.card-locations-icc .locations-icon .icon-directions-alt:before, .card.card-locations-icc .locations-icon .icon-send-message:before, .card.card-locations-icc .locations-icon .icon-phone-top:before, .card.card-locations-icc .locations-icon .icon-phone-left:before, .card.card-locations-icc .locations-icon .icon-comment:before, .card.card-locations-icc .locations-icon .icon-cancel-search:before, .card.card-locations-icc .locations-icon .panel-footer .panel-footer-more:before, .panel-footer .card.card-locations-icc .locations-icon .panel-footer-more:before, .card.card-locations-icc .locations-icon .panel-toggle .panel-toggle-trigger:after, .panel-toggle .card.card-locations-icc .locations-icon .panel-toggle-trigger:after, .card.card-locations-icc .locations-icon .video-item figure:before, .video-item .card.card-locations-icc .locations-icon figure:before, .card.card-locations-icc .locations-icon .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .card.card-locations-icc .locations-icon .toggle-icon:after, .card.card-locations-icc .locations-icon .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .card.card-locations-icc .locations-icon div[id*="thumbnail"]:before, .card.card-locations-icc .locations-icon .card-trigger a:after, .card-trigger .card.card-locations-icc .locations-icon a:after, .card.card-locations-icc .locations-icon .card-video .card-image:before, .card-video .card.card-locations-icc .locations-icon .card-image:before, .card.card-locations-icc .locations-icon .card-content-figure figure.video a:before, .card-content-figure figure.video .card.card-locations-icc .locations-icon a:before, .card.card-locations-icc .locations-icon .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .card.card-locations-icc .locations-icon [data-role="remove"]:after, .card.card-locations-icc .locations-icon .section-location-details .btn-req-appt:after, .section-location-details .card.card-locations-icc .locations-icon .btn-req-appt:after,
  .card.card-locations-icc .locations-icon .section-location-details .btn-dr-location:after, .section-location-details .card.card-locations-icc .locations-icon .btn-dr-location:after, .card.card-locations-icc .locations-icon .locations2 .hospital-video a:before, .locations2 .hospital-video .card.card-locations-icc .locations-icon a:before, .card.card-locations-icc .locations-icon .locations-landing .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .card.card-locations-icc .locations-icon .icon-arrow:after, .card.card-locations-icc .locations-icon .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .card.card-locations-icc .locations-icon a:hover:before,
  .card.card-locations-icc .locations-icon .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .card.card-locations-icc .locations-icon a:before,
  .card.card-locations-icc .locations-icon .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .card.card-locations-icc .locations-icon a:before, .card.card-locations-icc .locations-icon .search-app-gs .arrow-right:after, .search-app-gs .card.card-locations-icc .locations-icon .arrow-right:after, .card.card-locations-icc .locations-icon .search-app-gs .arrow-left:before, .search-app-gs .card.card-locations-icc .locations-icon .arrow-left:before, .card.card-locations-icc .locations-icon .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .card.card-locations-icc .locations-icon [data-role="remove"]:after, .card.card-locations-icc .locations-icon .back-to-top:before, .card.card-locations-icc .locations-icon .video-library .video-library-image:before, .video-library .card.card-locations-icc .locations-icon .video-library-image:before {
    margin-right: 10px; }

.card.card-locations-icc .location-wait-wrapper,
.card.card-locations-icc .location-reservation-wrapper {
  text-align: center; }

@media only screen and (min-width: 1024px) {
  .card.card-locations-icc .location-reservation-wrapper {
    padding-bottom: 20px; } }

.card.card-locations-icc .card-actions-wrapper {
  position: relative; }
  .card.card-locations-icc .card-actions-wrapper .location-wait-wrapper {
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px; }
    .card.card-locations-icc .card-actions-wrapper .location-wait-wrapper h4 {
      font-size: 16px !important; }
  .card.card-locations-icc .card-actions-wrapper .divider-or {
    margin: 20px -24px 25px;
    position: relative;
    border-bottom: 1px solid #d4d5d6; }
    @media only screen and (max-width: 1200px) {
      .card.card-locations-icc .card-actions-wrapper .divider-or {
        margin: 20px -24px 25px;
        border-width: 2px; } }
    @media only screen and (max-width: 1023px) {
      .card.card-locations-icc .card-actions-wrapper .divider-or {
        margin: 20px -12px 25px; } }
    @media only screen and (max-width: 767px) {
      .card.card-locations-icc .card-actions-wrapper .divider-or {
        margin: 20px -16px 25px;
        border-width: 1px; } }
    .card.card-locations-icc .card-actions-wrapper .divider-or span {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 18px;
      background-color: #fff;
      padding: 0 5px; }
  .card.card-locations-icc .card-actions-wrapper a.underline {
    text-decoration: underline; }
  .card.card-locations-icc .card-actions-wrapper a.underline:hover {
    text-decoration: none; }
  .card.card-locations-icc .card-actions-wrapper .btn-icc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 8px 4px 8px;
    padding: .75rem;
    font-size: 13px;
    line-height: 1.4;
    min-width: 1px;
    flex-shrink: 0;
    flex-grow: 2; }
    @media only screen and (min-width: 1280px) {
      .card.card-locations-icc .card-actions-wrapper .btn-icc {
        padding: .5rem; } }
    .card.card-locations-icc .card-actions-wrapper .btn-icc.btn-sec-icc {
      background-color: #f6f6f7;
      max-width: 120px; }
      .card.card-locations-icc .card-actions-wrapper .btn-icc.btn-sec-icc:hover, .card.card-locations-icc .card-actions-wrapper .btn-icc.btn-sec-icc:active, .card.card-locations-icc .card-actions-wrapper .btn-icc.btn-sec-icc:focus {
        color: #0b4265; }
    .card.card-locations-icc .card-actions-wrapper .btn-icc span {
      display: block;
      text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .card.card-locations-icc .card-actions-wrapper .btn-icc {
        margin: 8px 4px 8px; } }

.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.card-clickable {
  background: #fff;
  text-decoration: none;
  padding: 1.25rem;
  cursor: pointer; }
  .card.card-clickable:hover {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5); }

.card.card-alert {
  background: #fff; }
  .card.card-alert .alert-date {
    background: #63599e;
    color: #fff; }
  .card.card-alert .alert-time {
    color: #574497;
    font-weight: 700; }
  .card.card-alert .border-top {
    border-top: solid 1px rgba(99, 89, 158, 0.3); }
  .card.card-alert .card-body {
    line-height: 1.7; }

.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;
    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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .card-content-action a .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .card-content-action a .icon-arrow:after, .card-content-action a .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .card-content-action a a:hover:before,
    .card-content-action a .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .card-content-action a a:before,
    .card-content-action a .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .card-content-action a a:before, .card-content-action a .search-app-gs .arrow-right:after, .search-app-gs .card-content-action a .arrow-right:after, .card-content-action a .search-app-gs .arrow-left:before, .search-app-gs .card-content-action a .arrow-left:before, .card-content-action a .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .card-content-action a [data-role="remove"]: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;
    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: #363637;
      font-weight: 600; }
  .section-three-col-component .mobile-collapse-cards .panel-alt-header {
    position: relative;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #00668f;
    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: #00668f;
      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 {
    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; } }

.panel.panel-alt {
  padding-left: 0 !important; }

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

@media only screen and (max-width: 767px) {
  .visits-panel .group-cards .card {
    padding: 0;
    margin-bottom: 1px; } }

@media only screen and (max-width: 767px) {
  .visits-panel .group-cards .card .card-flex {
    flex-direction: row; } }

.visits-panel .group-cards .card .card-flex .card-content-image {
  background: linear-gradient(180deg, #63589e 25%, #767dbc 72%) !important;
  margin: -24px -24px 24px;
  color: #fff;
  min-height: 135px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .visits-panel .group-cards .card .card-flex .card-content-image {
      margin: -24px -12px 24px;
      min-height: 150px; } }
  @media only screen and (max-width: 767px) {
    .visits-panel .group-cards .card .card-flex .card-content-image {
      min-width: 75px;
      max-width: 100px;
      min-height: 100px;
      margin: -16px 0px -16px -15px; } }
  .visits-panel .group-cards .card .card-flex .card-content-image .card-count {
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    left: 25px;
    top: 5px; }
    @media only screen and (max-width: 767px) {
      .visits-panel .group-cards .card .card-flex .card-content-image .card-count {
        left: 8px;
        top: -5px; } }
  .visits-panel .group-cards .card .card-flex .card-content-image img {
    max-height: 135px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    display: block;
    padding: 15px; }
    @media only screen and (max-width: 767px) {
      .visits-panel .group-cards .card .card-flex .card-content-image img {
        width: 85%; } }

@media only screen and (max-width: 767px) {
  .visits-panel .group-cards .card .card-flex .grow, .visits-panel .group-cards .card.card-general .card-flex .card-content {
    flex-basis: 230px;
    padding: 0 11px 0 5px; } }

@media only screen and (max-width: 767px) {
  .visits-panel .group-cards .card-divider-container {
    width: 100%; } }

.visits-panel .group-cards .card-divider-container .card-divider {
  width: 2px;
  top: 0;
  background-color: lightgrey;
  position: absolute;
  height: calc(100% - 22px);
  max-height: 283px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .visits-panel .group-cards .card-divider-container .card-divider {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .visits-panel .group-cards .card-divider-container .card-divider {
      width: 100%;
      bottom: 0;
      position: relative;
      height: 2px;
      margin: 10px 1px; } }

.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 .heading-title {
  font-size: 1.25rem; }

.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: flex;
  flex-direction: column; }

.card-mtt.card-small .card-doctor-header-top {
  display: flex;
  flex-direction: column; }
  .card-mtt.card-small .card-doctor-header-top .doctor-name {
    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: #363637; }

.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: #363637; }
  .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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .card-mtt.card-small .doctor-rating .doctor-rating-stars .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .card-mtt.card-small .doctor-rating .doctor-rating-stars .icon-arrow:after, .card-mtt.card-small .doctor-rating .doctor-rating-stars .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .card-mtt.card-small .doctor-rating .doctor-rating-stars a:hover:before,
    .card-mtt.card-small .doctor-rating .doctor-rating-stars .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .card-mtt.card-small .doctor-rating .doctor-rating-stars a:before,
    .card-mtt.card-small .doctor-rating .doctor-rating-stars .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .card-mtt.card-small .doctor-rating .doctor-rating-stars a:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .search-app-gs .arrow-right:after, .search-app-gs .card-mtt.card-small .doctor-rating .doctor-rating-stars .arrow-right:after, .card-mtt.card-small .doctor-rating .doctor-rating-stars .search-app-gs .arrow-left:before, .search-app-gs .card-mtt.card-small .doctor-rating .doctor-rating-stars .arrow-left:before, .card-mtt.card-small .doctor-rating .doctor-rating-stars .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .card-mtt.card-small .doctor-rating .doctor-rating-stars [data-role="remove"]: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: -moz-flex;
      display: flex;
      -moz-flex-direction: column;
      flex-direction: column;
      -moz-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: #0b4265; }
    @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: #00668f; }
    @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 #574497;
  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 .component-locations-map .toggle-view .video-play.toggle-icon:after, .component-locations-map .toggle-view .card-mtt .watch-video .video-play.toggle-icon:after, .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-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 .mobile-filters .filter-item .video-play.icon-arrow:after, .locations-landing .mobile-filters .filter-item .card-mtt .watch-video .video-play.icon-arrow:after, .card-mtt .watch-video .autocomplete .suggestion-item a.video-play:hover:before, .autocomplete .suggestion-item .card-mtt .watch-video a.video-play:hover:before,
  .card-mtt .watch-video .autocomplete .suggestion-item.selected a.video-play:before, .autocomplete .suggestion-item.selected .card-mtt .watch-video a.video-play:before,
  .card-mtt .watch-video .autocomplete .suggestion-item:focus a.video-play:before, .autocomplete .suggestion-item:focus .card-mtt .watch-video a.video-play:before, .card-mtt .watch-video .search-app-gs .video-play.arrow-right:after, .search-app-gs .card-mtt .watch-video .video-play.arrow-right:after, .card-mtt .watch-video .search-app-gs .video-play.arrow-left:before, .search-app-gs .card-mtt .watch-video .video-play.arrow-left:before, .card-mtt .watch-video .search-app-gs .tag-container .tag .video-play[data-role="remove"]:after, .search-app-gs .tag-container .tag .card-mtt .watch-video .video-play[data-role="remove"]: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 .component-locations-map .toggle-view .video-play.toggle-icon:after, .component-locations-map .toggle-view .card-mtt .watch-video .video-play.toggle-icon:after, .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-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 .mobile-filters .filter-item .video-play.icon-arrow:after, .locations-landing .mobile-filters .filter-item .card-mtt .watch-video .video-play.icon-arrow:after, .card-mtt .watch-video .autocomplete .suggestion-item a.video-play:hover:before, .autocomplete .suggestion-item .card-mtt .watch-video a.video-play:hover:before,
      .card-mtt .watch-video .autocomplete .suggestion-item.selected a.video-play:before, .autocomplete .suggestion-item.selected .card-mtt .watch-video a.video-play:before,
      .card-mtt .watch-video .autocomplete .suggestion-item:focus a.video-play:before, .autocomplete .suggestion-item:focus .card-mtt .watch-video a.video-play:before, .card-mtt .watch-video .search-app-gs .video-play.arrow-right:after, .search-app-gs .card-mtt .watch-video .video-play.arrow-right:after, .card-mtt .watch-video .search-app-gs .video-play.arrow-left:before, .search-app-gs .card-mtt .watch-video .video-play.arrow-left:before, .card-mtt .watch-video .search-app-gs .tag-container .tag .video-play[data-role="remove"]:after, .search-app-gs .tag-container .tag .card-mtt .watch-video .video-play[data-role="remove"]: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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .card-mtt .watch-video .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .card-mtt .watch-video .icon-arrow:after, .card-mtt .watch-video .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .card-mtt .watch-video a:hover:before,
  .card-mtt .watch-video .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .card-mtt .watch-video a:before,
  .card-mtt .watch-video .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .card-mtt .watch-video a:before, .card-mtt .watch-video .search-app-gs .arrow-right:after, .search-app-gs .card-mtt .watch-video .arrow-right:after, .card-mtt .watch-video .search-app-gs .arrow-left:before, .search-app-gs .card-mtt .watch-video .arrow-left:before, .card-mtt .watch-video .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .card-mtt .watch-video [data-role="remove"]: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; }

.card-icc .location-reservation-none {
  font-size: 18px;
  font-weight: 600;
  color: #6c6c6c;
  margin: 10px; }

.card-icc .virtualvisit-icc-sm {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: -12px; }
  .card-icc .virtualvisit-icc-sm .virtualvisit-text {
    margin: 0 0 0 10px; }

.card-icc .card-actions {
  position: relative; }
  .card-icc .card-actions.divider:before {
    content: '';
    width: 2px;
    top: -24px;
    bottom: 0;
    background-color: #d4d5d6;
    position: absolute;
    left: -12px;
    height: calc(100% + 48px); }
  @media only screen and (max-width: 1200px) {
    .card-icc .card-actions.divider {
      padding-top: 15px; }
      .card-icc .card-actions.divider:before {
        width: calc(100% + 24px);
        height: 2px;
        left: -12px;
        top: 0; } }
  @media only screen and (max-width: 767px) {
    .card-icc .card-actions.divider {
      padding-top: 15px; }
      .card-icc .card-actions.divider:before {
        width: calc(100% + 8px);
        height: 1px;
        left: -4px;
        top: 0; } }
  .card-icc .card-actions .btn-group {
    width: 100%;
    height: 75px;
    overflow: hidden; }

.alert-error-card {
  height: 350px;
  background-color: #52478c;
  padding-top: 120px; }
  .alert-error-card .alert-error-title {
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff; }
  .alert-error-card .alert-error-text {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff; }

.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: -moz-flex;
      display: flex;
      -moz-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 {
  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: #00668f;
    font-size: 14px;
    margin: 0; }
    .story-blocks .story-card .card-header .card-title:hover {
      color: #0b4265;
      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: #363637; }

@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 {
  transition: none;
  transform: none; }
  .page-detail .section-off-canvas.off-canvas-bottom.hidden {
    visibility: visible !important;
    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;
    transition: top 0.5s ease-in-out; }
    .section-off-canvas.off-canvas-bottom.hidden {
      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;
    transform: translateX(0%);
    overflow: hidden;
    transition: all ease .5s; }
    .section-off-canvas.off-canvas-left.hidden {
      transform: translateX(-100%);
      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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .filter-nav-title .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .filter-nav-title .icon-arrow:after, .filter-nav-title .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .filter-nav-title a:hover:before,
  .filter-nav-title .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .filter-nav-title a:before,
  .filter-nav-title .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .filter-nav-title a:before, .filter-nav-title .search-app-gs .arrow-right:after, .search-app-gs .filter-nav-title .arrow-right:after, .filter-nav-title .search-app-gs .arrow-left:before, .search-app-gs .filter-nav-title .arrow-left:before, .filter-nav-title .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .filter-nav-title [data-role="remove"]: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 {
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 0.8125rem; }
  @media only screen and (min-width: 800px) {
    .filter-item.filter-search {
      -moz-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 #00668f; }
    .filter-item .dropdown-toggle .dropdown-label {
      color: #00668f; }
    .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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .filter-item .dropdown-toggle .toggle-icon:after, .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-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 .mobile-filters .filter-item .dropdown-toggle .icon-arrow:after, .filter-item .dropdown-toggle .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .filter-item .dropdown-toggle a:hover:before,
    .filter-item .dropdown-toggle .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .filter-item .dropdown-toggle a:before,
    .filter-item .dropdown-toggle .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .filter-item .dropdown-toggle a:before, .filter-item .dropdown-toggle .search-app-gs .arrow-right:after, .search-app-gs .filter-item .dropdown-toggle .arrow-right:after, .filter-item .dropdown-toggle .search-app-gs .arrow-left:before, .search-app-gs .filter-item .dropdown-toggle .arrow-left:before, .filter-item .dropdown-toggle .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .filter-item .dropdown-toggle [data-role="remove"]: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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .filter-item .btn-search .toggle-icon:after, .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-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 .mobile-filters .filter-item .btn-search .icon-arrow:after, .filter-item .btn-search .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .filter-item .btn-search a:hover:before,
  .filter-item .btn-search .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .filter-item .btn-search a:before,
  .filter-item .btn-search .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .filter-item .btn-search a:before, .filter-item .btn-search .search-app-gs .arrow-right:after, .search-app-gs .filter-item .btn-search .arrow-right:after, .filter-item .btn-search .search-app-gs .arrow-left:before, .search-app-gs .filter-item .btn-search .arrow-left:before, .filter-item .btn-search .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .filter-item .btn-search [data-role="remove"]: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 .component-locations-map .toggle-view .toggle-icon:after,
  .component-locations-map .toggle-view .filter-item .btn-search-alt .toggle-icon:after,
  .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-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 .mobile-filters .filter-item .btn-search-alt .icon-arrow:after,
  .filter-item .btn-search-alt .autocomplete .suggestion-item a:hover:before,
  .autocomplete .suggestion-item .filter-item .btn-search-alt a:hover:before,
  .filter-item .btn-search-alt .autocomplete .suggestion-item.selected a:before,
  .autocomplete .suggestion-item.selected .filter-item .btn-search-alt a:before,
  .filter-item .btn-search-alt .autocomplete .suggestion-item:focus a:before,
  .autocomplete .suggestion-item:focus .filter-item .btn-search-alt a:before,
  .filter-item .btn-search-alt .search-app-gs .arrow-right:after,
  .search-app-gs .filter-item .btn-search-alt .arrow-right:after,
  .filter-item .btn-search-alt .search-app-gs .arrow-left:before,
  .search-app-gs .filter-item .btn-search-alt .arrow-left:before,
  .filter-item .btn-search-alt .search-app-gs .tag-container .tag [data-role="remove"]:after,
  .search-app-gs .tag-container .tag .filter-item .btn-search-alt [data-role="remove"]: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 {
      -moz-flex-direction: column;
      flex-direction: column; } }
  @media only screen and (min-width: 768px) {
    .filter-nav-top .location-search {
      -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-nav.bill-pay-filter {
      color: #00668f; }
  .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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .filter-nav-actions .filter-nav-title .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .filter-nav-actions .filter-nav-title .icon-arrow:after, .filter-nav-actions .filter-nav-title .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .filter-nav-actions .filter-nav-title a:hover:before,
      .filter-nav-actions .filter-nav-title .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .filter-nav-actions .filter-nav-title a:before,
      .filter-nav-actions .filter-nav-title .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .filter-nav-actions .filter-nav-title a:before, .filter-nav-actions .filter-nav-title .search-app-gs .arrow-right:after, .search-app-gs .filter-nav-actions .filter-nav-title .arrow-right:after, .filter-nav-actions .filter-nav-title .search-app-gs .arrow-left:before, .search-app-gs .filter-nav-actions .filter-nav-title .arrow-left:before, .filter-nav-actions .filter-nav-title .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .filter-nav-actions .filter-nav-title [data-role="remove"]: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;
      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;
    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: calc(100% - 55px);
      width: 100%;
      top: 55px;
      left: 0;
      padding: 20px;
      margin-bottom: 50px;
      overflow: hidden;
      margin: 0;
      background: #fff;
      transform: translateX(-100%);
      transition: transform 0.4s ease;
      z-index: 11999; }
      .filter-nav-side.delay {
        visibility: hidden;
        transition: none; }
      .filter-nav-side.open {
        visibility: visible;
        transform: translate(0);
        transition: transform 0.4s ease;
        overflow-y: scroll; } }
  .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; } }
  .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: #0b4265;
    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: #00668f;
  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: #00668f;
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 0;
    width: 30px;
    height: 100%;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: 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 {
  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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .nav-sidebar .nav-sidebar-parent .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .nav-sidebar .nav-sidebar-parent .icon-arrow:after, .nav-sidebar .nav-sidebar-parent .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .nav-sidebar .nav-sidebar-parent a:hover:before,
    .nav-sidebar .nav-sidebar-parent .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .nav-sidebar .nav-sidebar-parent a:before,
    .nav-sidebar .nav-sidebar-parent .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .nav-sidebar .nav-sidebar-parent a:before, .nav-sidebar .nav-sidebar-parent .search-app-gs .arrow-right:after, .search-app-gs .nav-sidebar .nav-sidebar-parent .arrow-right:after, .nav-sidebar .nav-sidebar-parent .search-app-gs .arrow-left:before, .search-app-gs .nav-sidebar .nav-sidebar-parent .arrow-left:before, .nav-sidebar .nav-sidebar-parent .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .nav-sidebar .nav-sidebar-parent [data-role="remove"]: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: #363637;
      font-weight: 600; }
  .nav-sidebar .list-nav-sidebar .nav-item-link {
    margin: 0; }
    .nav-sidebar .list-nav-sidebar .nav-item-link:hover {
      color: #0b4265; }
    .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; }
  .nav-sidebar .community-content .list-nav-sidebar .item-nav-sidebar {
    margin-bottom: 1em; }
    .nav-sidebar .community-content .list-nav-sidebar .item-nav-sidebar.active {
      color: #363637;
      font-weight: 600; }
  .nav-sidebar .community-content .list-nav-sidebar .nav-item-link {
    margin: 0; }
    .nav-sidebar .community-content .list-nav-sidebar .nav-item-link:hover {
      color: #0b4265;
      text-decoration: underline; }
    .nav-sidebar .community-content .list-nav-sidebar .nav-item-link.active {
      color: #3b3e40;
      font-weight: 600; }
  .nav-sidebar .community-content .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: #00668f; }
        .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 .list-nav-sidebar .parent-nav-sidebar .parent-item-subnav {
          display: none; }
        .nav-sidebar .list-nav-sidebar .parent-nav-sidebar .nested-nav {
          margin-left: 0 !important; }
      .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; }
        .nav-sidebar.expanded .parent-nav-sidebar .parent-item-subnav {
          display: inherit; }
        .nav-sidebar.expanded .parent-nav-sidebar .nested-nav {
          margin-left: 20px !important; } }

.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;
  transition: opacity .5s ease; }

.page-nav {
  width: 100%;
  background-color: #fff;
  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: #363637; } }
  .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;
    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: #363637; }
  .page-nav.active-mobile .active-category .arrow-down {
    transform: rotate(180deg);
    transition: all 200ms ease;
    transition-delay: 150ms; }
  @media only screen and (min-width: 1025px) {
    .page-nav .page-nav-title {
      display: none; } }
  .page-nav .page-nav-title a {
    color: #363637;
    text-decoration: none; }
    .page-nav .page-nav-title a:active, .page-nav .page-nav-title a:hover {
      text-decoration: none; }
  .page-nav .nav {
    display: -moz-flex;
    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;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2); } }
  .page-nav .nav-item {
    -moz-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 .component-locations-map .toggle-view .arrow-down.toggle-icon:after, .component-locations-map .toggle-view .page-nav .nav-item .arrow-down.toggle-icon:after, .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-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 .mobile-filters .filter-item .arrow-down.icon-arrow:after, .locations-landing .mobile-filters .filter-item .page-nav .nav-item .arrow-down.icon-arrow:after, .page-nav .nav-item .autocomplete .suggestion-item a.arrow-down:hover:before, .autocomplete .suggestion-item .page-nav .nav-item a.arrow-down:hover:before,
      .page-nav .nav-item .autocomplete .suggestion-item.selected a.arrow-down:before, .autocomplete .suggestion-item.selected .page-nav .nav-item a.arrow-down:before,
      .page-nav .nav-item .autocomplete .suggestion-item:focus a.arrow-down:before, .autocomplete .suggestion-item:focus .page-nav .nav-item a.arrow-down:before, .page-nav .nav-item .search-app-gs .arrow-down.arrow-right:after, .search-app-gs .page-nav .nav-item .arrow-down.arrow-right:after, .page-nav .nav-item .search-app-gs .arrow-down.arrow-left:before, .search-app-gs .page-nav .nav-item .arrow-down.arrow-left:before, .page-nav .nav-item .search-app-gs .tag-container .tag .arrow-down[data-role="remove"]:after, .search-app-gs .tag-container .tag .page-nav .nav-item .arrow-down[data-role="remove"]: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 .component-locations-map .toggle-view .arrow-forward.toggle-icon:after, .component-locations-map .toggle-view .page-nav .nav-item.active-category .nav-text .arrow-forward.toggle-icon:after, .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-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 .mobile-filters .filter-item .arrow-forward.icon-arrow:after, .locations-landing .mobile-filters .filter-item .page-nav .nav-item.active-category .nav-text .arrow-forward.icon-arrow:after, .page-nav .nav-item.active-category .nav-text .autocomplete .suggestion-item a.arrow-forward:hover:before, .autocomplete .suggestion-item .page-nav .nav-item.active-category .nav-text a.arrow-forward:hover:before,
      .page-nav .nav-item.active-category .nav-text .autocomplete .suggestion-item.selected a.arrow-forward:before, .autocomplete .suggestion-item.selected .page-nav .nav-item.active-category .nav-text a.arrow-forward:before,
      .page-nav .nav-item.active-category .nav-text .autocomplete .suggestion-item:focus a.arrow-forward:before, .autocomplete .suggestion-item:focus .page-nav .nav-item.active-category .nav-text a.arrow-forward:before, .page-nav .nav-item.active-category .nav-text .search-app-gs .arrow-forward.arrow-right:after, .search-app-gs .page-nav .nav-item.active-category .nav-text .arrow-forward.arrow-right:after, .page-nav .nav-item.active-category .nav-text .search-app-gs .arrow-forward.arrow-left:before, .search-app-gs .page-nav .nav-item.active-category .nav-text .arrow-forward.arrow-left:before, .page-nav .nav-item.active-category .nav-text .search-app-gs .tag-container .tag .arrow-forward[data-role="remove"]:after, .search-app-gs .tag-container .tag .page-nav .nav-item.active-category .nav-text .arrow-forward[data-role="remove"]: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: #00668f; }
            .page-nav .nav-item.active-category .nav-text:after {
              position: absolute;
              top: 0;
              right: 0;
              content: "";
              width: 55px;
              height: 50px;
              background-color: #00668f; }
          .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 .component-locations-map .toggle-view .arrow-down.toggle-icon:after, .component-locations-map .toggle-view .page-nav .nav-item.active-category .arrow-down.toggle-icon:after, .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-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 .mobile-filters .filter-item .arrow-down.icon-arrow:after, .locations-landing .mobile-filters .filter-item .page-nav .nav-item.active-category .arrow-down.icon-arrow:after, .page-nav .nav-item.active-category .autocomplete .suggestion-item a.arrow-down:hover:before, .autocomplete .suggestion-item .page-nav .nav-item.active-category a.arrow-down:hover:before,
          .page-nav .nav-item.active-category .autocomplete .suggestion-item.selected a.arrow-down:before, .autocomplete .suggestion-item.selected .page-nav .nav-item.active-category a.arrow-down:before,
          .page-nav .nav-item.active-category .autocomplete .suggestion-item:focus a.arrow-down:before, .autocomplete .suggestion-item:focus .page-nav .nav-item.active-category a.arrow-down:before, .page-nav .nav-item.active-category .search-app-gs .arrow-down.arrow-right:after, .search-app-gs .page-nav .nav-item.active-category .arrow-down.arrow-right:after, .page-nav .nav-item.active-category .search-app-gs .arrow-down.arrow-left:before, .search-app-gs .page-nav .nav-item.active-category .arrow-down.arrow-left:before, .page-nav .nav-item.active-category .search-app-gs .tag-container .tag .arrow-down[data-role="remove"]:after, .search-app-gs .tag-container .tag .page-nav .nav-item.active-category .arrow-down[data-role="remove"]: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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .page-nav .dropdown-menu li a .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .page-nav .dropdown-menu li a .icon-arrow:after, .page-nav .dropdown-menu li a .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .page-nav .dropdown-menu li a a:hover:before,
      .page-nav .dropdown-menu li a .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .page-nav .dropdown-menu li a a:before,
      .page-nav .dropdown-menu li a .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .page-nav .dropdown-menu li a a:before, .page-nav .dropdown-menu li a .search-app-gs .arrow-right:after, .search-app-gs .page-nav .dropdown-menu li a .arrow-right:after, .page-nav .dropdown-menu li a .search-app-gs .arrow-left:before, .search-app-gs .page-nav .dropdown-menu li a .arrow-left:before, .page-nav .dropdown-menu li a .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .page-nav .dropdown-menu li a [data-role="remove"]: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: #363637; }
      @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 .component-locations-map .toggle-view .arrow-forward.toggle-icon:after, .component-locations-map .toggle-view .page-nav .dropdown-menu .arrow-forward.toggle-icon:after, .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-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 .mobile-filters .filter-item .arrow-forward.icon-arrow:after, .locations-landing .mobile-filters .filter-item .page-nav .dropdown-menu .arrow-forward.icon-arrow:after, .page-nav .dropdown-menu .autocomplete .suggestion-item a.arrow-forward:hover:before, .autocomplete .suggestion-item .page-nav .dropdown-menu a.arrow-forward:hover:before,
      .page-nav .dropdown-menu .autocomplete .suggestion-item.selected a.arrow-forward:before, .autocomplete .suggestion-item.selected .page-nav .dropdown-menu a.arrow-forward:before,
      .page-nav .dropdown-menu .autocomplete .suggestion-item:focus a.arrow-forward:before, .autocomplete .suggestion-item:focus .page-nav .dropdown-menu a.arrow-forward:before, .page-nav .dropdown-menu .search-app-gs .arrow-forward.arrow-right:after, .search-app-gs .page-nav .dropdown-menu .arrow-forward.arrow-right:after, .page-nav .dropdown-menu .search-app-gs .arrow-forward.arrow-left:before, .search-app-gs .page-nav .dropdown-menu .arrow-forward.arrow-left:before, .page-nav .dropdown-menu .search-app-gs .tag-container .tag .arrow-forward[data-role="remove"]:after, .search-app-gs .tag-container .tag .page-nav .dropdown-menu .arrow-forward[data-role="remove"]: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: -moz-flex;
    display: flex;
    -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 {
            transform: rotate(180deg);
            transition: all 200ms ease;
            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 .component-locations-map .toggle-view .arrow-forward.toggle-icon:after, .component-locations-map .toggle-view .page-nav .nav-link .nav-text .arrow-forward.toggle-icon:after, .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-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 .mobile-filters .filter-item .arrow-forward.icon-arrow:after, .locations-landing .mobile-filters .filter-item .page-nav .nav-link .nav-text .arrow-forward.icon-arrow:after, .page-nav .nav-link .nav-text .autocomplete .suggestion-item a.arrow-forward:hover:before, .autocomplete .suggestion-item .page-nav .nav-link .nav-text a.arrow-forward:hover:before,
          .page-nav .nav-link .nav-text .autocomplete .suggestion-item.selected a.arrow-forward:before, .autocomplete .suggestion-item.selected .page-nav .nav-link .nav-text a.arrow-forward:before,
          .page-nav .nav-link .nav-text .autocomplete .suggestion-item:focus a.arrow-forward:before, .autocomplete .suggestion-item:focus .page-nav .nav-link .nav-text a.arrow-forward:before, .page-nav .nav-link .nav-text .search-app-gs .arrow-forward.arrow-right:after, .search-app-gs .page-nav .nav-link .nav-text .arrow-forward.arrow-right:after, .page-nav .nav-link .nav-text .search-app-gs .arrow-forward.arrow-left:before, .search-app-gs .page-nav .nav-link .nav-text .arrow-forward.arrow-left:before, .page-nav .nav-link .nav-text .search-app-gs .tag-container .tag .arrow-forward[data-role="remove"]:after, .search-app-gs .tag-container .tag .page-nav .nav-link .nav-text .arrow-forward[data-role="remove"]: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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .page-nav .nav-link .nav-text .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .page-nav .nav-link .nav-text .icon-arrow:after, .page-nav .nav-link .nav-text .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .page-nav .nav-link .nav-text a:hover:before,
      .page-nav .nav-link .nav-text .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .page-nav .nav-link .nav-text a:before,
      .page-nav .nav-link .nav-text .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .page-nav .nav-link .nav-text a:before, .page-nav .nav-link .nav-text .search-app-gs .arrow-right:after, .search-app-gs .page-nav .nav-link .nav-text .arrow-right:after, .page-nav .nav-link .nav-text .search-app-gs .arrow-left:before, .search-app-gs .page-nav .nav-link .nav-text .arrow-left:before, .page-nav .nav-link .nav-text .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .page-nav .nav-link .nav-text [data-role="remove"]: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 .component-locations-map .toggle-view .arrow-forward.toggle-icon:after, .component-locations-map .toggle-view .page-nav .nav-link .nav-text .arrow-forward.toggle-icon:after, .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-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 .mobile-filters .filter-item .arrow-forward.icon-arrow:after, .locations-landing .mobile-filters .filter-item .page-nav .nav-link .nav-text .arrow-forward.icon-arrow:after, .page-nav .nav-link .nav-text .autocomplete .suggestion-item a.arrow-forward:hover:before, .autocomplete .suggestion-item .page-nav .nav-link .nav-text a.arrow-forward:hover:before,
        .page-nav .nav-link .nav-text .autocomplete .suggestion-item.selected a.arrow-forward:before, .autocomplete .suggestion-item.selected .page-nav .nav-link .nav-text a.arrow-forward:before,
        .page-nav .nav-link .nav-text .autocomplete .suggestion-item:focus a.arrow-forward:before, .autocomplete .suggestion-item:focus .page-nav .nav-link .nav-text a.arrow-forward:before, .page-nav .nav-link .nav-text .search-app-gs .arrow-forward.arrow-right:after, .search-app-gs .page-nav .nav-link .nav-text .arrow-forward.arrow-right:after, .page-nav .nav-link .nav-text .search-app-gs .arrow-forward.arrow-left:before, .search-app-gs .page-nav .nav-link .nav-text .arrow-forward.arrow-left:before, .page-nav .nav-link .nav-text .search-app-gs .tag-container .tag .arrow-forward[data-role="remove"]:after, .search-app-gs .tag-container .tag .page-nav .nav-link .nav-text .arrow-forward[data-role="remove"]: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 .component-locations-map .toggle-view .arrow-forward.toggle-icon:after, .component-locations-map .toggle-view .page-nav .nav-link .nav-text .arrow-forward.toggle-icon:after, .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-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 .mobile-filters .filter-item .arrow-forward.icon-arrow:after, .locations-landing .mobile-filters .filter-item .page-nav .nav-link .nav-text .arrow-forward.icon-arrow:after, .page-nav .nav-link .nav-text .autocomplete .suggestion-item a.arrow-forward:hover:before, .autocomplete .suggestion-item .page-nav .nav-link .nav-text a.arrow-forward:hover:before,
            .page-nav .nav-link .nav-text .autocomplete .suggestion-item.selected a.arrow-forward:before, .autocomplete .suggestion-item.selected .page-nav .nav-link .nav-text a.arrow-forward:before,
            .page-nav .nav-link .nav-text .autocomplete .suggestion-item:focus a.arrow-forward:before, .autocomplete .suggestion-item:focus .page-nav .nav-link .nav-text a.arrow-forward:before, .page-nav .nav-link .nav-text .search-app-gs .arrow-forward.arrow-right:after, .search-app-gs .page-nav .nav-link .nav-text .arrow-forward.arrow-right:after, .page-nav .nav-link .nav-text .search-app-gs .arrow-forward.arrow-left:before, .search-app-gs .page-nav .nav-link .nav-text .arrow-forward.arrow-left:before, .page-nav .nav-link .nav-text .search-app-gs .tag-container .tag .arrow-forward[data-role="remove"]:after, .search-app-gs .tag-container .tag .page-nav .nav-link .nav-text .arrow-forward[data-role="remove"]: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;
    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 {
  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; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    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; }

a.resp-accordion {
  display: none; }
  @media print {
    a.resp-accordion {
      display: block;
      font-weight: 700; } }

.resp-tabs-list .resp-tab-item {
  color: #00668f;
  cursor: pointer; }
  .resp-tabs-list .resp-tab-item a {
    text-decoration: none; }
    .resp-tabs-list .resp-tab-item a:focus {
      outline: 5px auto -webkit-focus-ring-color;
      outline: 5px auto Highlight;
      outline-offset: -2px; }
  .resp-tabs-list .resp-tab-item:hover {
    color: #0b4265;
    transition: all .5s;
    text-decoration: underline; }
  .resp-tabs-list .resp-tab-item.resp-tab-active,
  .resp-tabs-list .resp-tab-item.resp-tab-active a {
    color: #363637;
    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-tabs-container a {
    font-weight: 600;
    line-height: 1.25; }
    .resp-tabs-container a:focus {
      outline: 5px auto -webkit-focus-ring-color;
      outline: 5px auto Highlight;
      outline-offset: -2px; }

.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 a.resp-accordion {
    display: block;
    position: relative;
    padding: 16px 40px 16px 16px;
    margin: 0;
    border-top: 1px solid #f5f5f5;
    font-size: 14px;
    color: #00668f;
    cursor: pointer; }
    .tabs-accordion a.resp-accordion:after {
      content: '+';
      position: absolute;
      top: 10px;
      right: 16px;
      font-size: 1.5rem; }
    .tabs-accordion a.resp-accordion:first-of-type {
      border-top: 0; }
    .tabs-accordion a.resp-accordion:hover {
      color: #363637; }
    .tabs-accordion a.resp-accordion.resp-tab-active {
      color: #363637;
      font-weight: 600; }
      .tabs-accordion a.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;
    transition: background-color 0.5s ease; }

.tabs-horizontal .resp-tabs-list {
  display: flex;
  justify-content: flex-start;
  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 {
        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: #00668f;
      cursor: default;
      text-decoration: none; }
    .tabs-horizontal .resp-tabs-list .resp-tab-item.resp-tab-active:hover {
      border-bottom-color: #00668f; }
  @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 a.resp-accordion,
  .tabs-vertical a.resp-accordion,
  .tabs-vertical-flyup a.resp-accordion {
    display: block;
    position: relative;
    padding: 16px;
    margin: 0;
    border-top: 1px solid #f5f5f5;
    font-size: 14px;
    color: #00668f;
    cursor: pointer; }
    .tabs-horizontal a.resp-accordion:after,
    .tabs-vertical a.resp-accordion:after,
    .tabs-vertical-flyup a.resp-accordion:after {
      content: '+';
      position: absolute;
      top: 10px;
      right: 16px;
      font-size: 1.5rem; }
    .tabs-horizontal a.resp-accordion:first-of-type,
    .tabs-vertical a.resp-accordion:first-of-type,
    .tabs-vertical-flyup a.resp-accordion:first-of-type {
      border-top: 0; }
    .tabs-horizontal a.resp-accordion.resp-tab-active,
    .tabs-vertical a.resp-accordion.resp-tab-active,
    .tabs-vertical-flyup a.resp-accordion.resp-tab-active {
      color: #363637;
      font-weight: 600; }
      .tabs-horizontal a.resp-accordion.resp-tab-active:after,
      .tabs-vertical a.resp-accordion.resp-tab-active:after,
      .tabs-vertical-flyup a.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 a.resp-accordion.emergency-tab-title {
  color: #db0909; }
  .tabs-accordion a.resp-accordion.emergency-tab-title:after {
    color: #00668f; }
  .tabs-accordion a.resp-accordion.emergency-tab-title:hover:after {
    color: #363637; }

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  height: 170px;
  width: 43px;
  border: none;
  background: #000000;
  opacity: 0.25;
  /* vertically center */
  transform: translateY(-50%);
  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: #363637;
  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 {
  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% {
    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 .tag {
  max-width: 100%;
  position: relative;
  margin-right: 2px;
  color: #363637;
  font-size: 14px;
  padding: .5rem 40px .5rem 1em;
  overflow: hidden;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1.5em;
  background-color: #fff;
  border: 1px solid #00668f; }
  .bootstrap-tagsinput .tag:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 100%;
    box-shadow: inset -38px 0 15px 0px #fff;
    overflow: hidden; }

.bootstrap-tagsinput .tag [data-role="remove"] {
  position: absolute;
  top: 5px;
  right: 8px;
  margin-left: 8px;
  cursor: pointer;
  z-index: 1;
  font-weight: 700;
  font-size: 16px;
  color: #00668f; }
  .bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "clear";
    padding: 2px;
    font-size: 16px; }
  .bootstrap-tagsinput .tag [data-role="remove"]:hover, .bootstrap-tagsinput .tag [data-role="remove"]:active {
    color: #0b4265; }
  .bootstrap-tagsinput .tag [data-role="remove"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline: auto 1px highlight;
    outline-offset: 2px; }
  .bootstrap-tagsinput .tag [data-role="remove"]:focus:not(:focus-visible) {
    outline: none; }
  .bootstrap-tagsinput .tag [data-role="remove"]:focus-visible {
    outline: 5px auto -webkit-focus-ring-color;
    outline: auto 1px highlight;
    outline-offset: 2px; }

.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 {
    flex-flow: column nowrap;
    -moz-justify-content: center;
    justify-content: 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;
        -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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .home .section-page-header .hero-content .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .home .section-page-header .hero-content .icon-arrow:after, .home .section-page-header .hero-content .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .home .section-page-header .hero-content a:hover:before,
  .home .section-page-header .hero-content .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .home .section-page-header .hero-content a:before,
  .home .section-page-header .hero-content .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .home .section-page-header .hero-content a:before, .home .section-page-header .hero-content .search-app-gs .arrow-right:after, .search-app-gs .home .section-page-header .hero-content .arrow-right:after, .home .section-page-header .hero-content .search-app-gs .arrow-left:before, .search-app-gs .home .section-page-header .hero-content .arrow-left:before, .home .section-page-header .hero-content .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .home .section-page-header .hero-content [data-role="remove"]: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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .home .section-page-header .hero-content .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .home .section-page-header .hero-content .icon-arrow:after, .home .section-page-header .hero-content .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .home .section-page-header .hero-content a:hover:before,
      .home .section-page-header .hero-content .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .home .section-page-header .hero-content a:before,
      .home .section-page-header .hero-content .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .home .section-page-header .hero-content a:before, .home .section-page-header .hero-content .search-app-gs .arrow-right:after, .search-app-gs .home .section-page-header .hero-content .arrow-right:after, .home .section-page-header .hero-content .search-app-gs .arrow-left:before, .search-app-gs .home .section-page-header .hero-content .arrow-left:before, .home .section-page-header .hero-content .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .home .section-page-header .hero-content [data-role="remove"]: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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .home .section-page-header .hero-content .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .home .section-page-header .hero-content .icon-arrow:after, .home .section-page-header .hero-content .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .home .section-page-header .hero-content a:hover:before,
      .home .section-page-header .hero-content .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .home .section-page-header .hero-content a:before,
      .home .section-page-header .hero-content .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .home .section-page-header .hero-content a:before, .home .section-page-header .hero-content .search-app-gs .arrow-right:after, .search-app-gs .home .section-page-header .hero-content .arrow-right:after, .home .section-page-header .hero-content .search-app-gs .arrow-left:before, .search-app-gs .home .section-page-header .hero-content .arrow-left:before, .home .section-page-header .hero-content .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .home .section-page-header .hero-content [data-role="remove"]: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 {
      -moz-align-items: flex-start;
      align-items: flex-start;
      max-width: 1920px;
      margin: 0 auto; } }
  .home .section-page-header .hero-content {
    width: 100%;
    -moz-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 {
        -moz-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 {
        -moz-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: -moz-flex;
      display: flex;
      -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);
          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 {
    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; } }
  @media only screen and (max-width: 1024px) {
    .home .section-story .section-hero-image .section-hero-image:not(:first-of-type) {
      margin: 1rem 0; }
    .home .section-story .section-hero-image .section-hero-image:last-of-type {
      margin-bottom: 0; } }
  .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;
      box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
      transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1); }
      .better #content .section-story-blocks .card a:hover .card-title {
        color: #0b4265; } }
  .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: #00668f;
    font-size: 14px;
    margin: 0 0 16px 0; }
  .better #content .section-story-blocks .card .card-content p {
    color: #363637; }
  .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 {
      -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 {
    flex-flow: column nowrap;
    -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: #363637; }
        .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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .better #content .section-header .section-content .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .better #content .section-header .section-content .icon-arrow:after, .better #content .section-header .section-content .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .better #content .section-header .section-content a:hover:before,
  .better #content .section-header .section-content .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .better #content .section-header .section-content a:before,
  .better #content .section-header .section-content .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .better #content .section-header .section-content a:before, .better #content .section-header .section-content .search-app-gs .arrow-right:after, .search-app-gs .better #content .section-header .section-content .arrow-right:after, .better #content .section-header .section-content .search-app-gs .arrow-left:before, .search-app-gs .better #content .section-header .section-content .arrow-left:before, .better #content .section-header .section-content .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .better #content .section-header .section-content [data-role="remove"]: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: #363637;
      color: #363637; }
      .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 {
    -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 {
        -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: #363637;
      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: #363637; }
      .better #content .section-content .text-container a:not(.btn):active, .better #content .section-content .text-container a:not(.btn):hover {
        color: #00668f; } }

@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 {
    -moz-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: #00668f;
        color: #00668f; } }
  .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;
    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: #00668f;
    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 {
    -moz-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 {
        -moz-flex-direction: column;
        flex-direction: column; } }
  .better #content .section-disruptor-better .disruptor-item {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: center;
    justify-content: 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: #363637;
      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: -moz-flex;
        display: flex;
        -moz-flex: 1 0 auto;
        flex: 1 0 auto;
        -moz-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 {
    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: #363637;
      font-size: 12px;
      line-height: 1.4; }

.better #page-nav {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  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: -moz-flex;
    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: -moz-flex;
    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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .better #page-nav .nav-link .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .better #page-nav .nav-link .icon-arrow:after, .better #page-nav .nav-link .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .better #page-nav .nav-link a:hover:before,
    .better #page-nav .nav-link .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .better #page-nav .nav-link a:before,
    .better #page-nav .nav-link .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .better #page-nav .nav-link a:before, .better #page-nav .nav-link .search-app-gs .arrow-right:after, .search-app-gs .better #page-nav .nav-link .arrow-right:after, .better #page-nav .nav-link .search-app-gs .arrow-left:before, .search-app-gs .better #page-nav .nav-link .arrow-left:before, .better #page-nav .nav-link .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .better #page-nav .nav-link [data-role="remove"]: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: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .better #page-nav .nav-sub {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-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: -moz-flex;
      display: flex;
      -moz-flex-direction: column;
      flex-direction: column;
      -moz-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 {
        -moz-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;
    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; }

@media only screen and (min-width: 1025px) {
  .better3 {
    padding-top: 115px !important; } }

.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: auto 2px Highlight;
  outline-offset: -2px; }

@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: #322071; }

.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; } }
  @media print {
    .better3 .h1.large {
      font-size: 36px !important; } }

@media print {
  .better3 #landingHeader {
    position: relative !important;
    width: 80% !important;
    margin: 0 auto;
    height: auto !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important; } }

@media print {
  .better3 #header02 {
    height: auto !important; } }

.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; }
    @media print {
      .better3 .lines-around:before, .better3 .lines-around:after {
        display: none; } }
  .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; } }
    @media print {
      .better3 .line-behind:after, .better3 .team-member-story header h3:after {
        display: none; } }

.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%;
      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 {
      perspective: 1300px;
      display: block; } }
  @media only screen and (min-width: 1025px) {
    .better3 .image-group.outcome-links {
      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); } }
  @media print {
    .better3.landing .scene {
      height: auto !important;
      min-height: 0 !important; } }

.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: 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%;
    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%; } }

.no-smil .better3.landing .site-footer {
  margin-top: -1px; }

.better3 .table-of-contents {
  position: relative;
  height: auto;
  min-height: calc(100vh - 115px);
  z-index: 3;
  background-color: #54448c; }
  @media print {
    .better3 .table-of-contents {
      display: block !important; } }
  .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; } }
    @media print {
      .better3 .table-of-contents:after {
        display: none !important; } }
  .better3 .table-of-contents .content {
    position: relative;
    min-height: calc(100vh - 115px); }
  .better3 .table-of-contents .toc-image-container {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transform: translate3d(0, 0, 0);
    width: 100%;
    height: 100%;
    max-height: 100vh; }
    @media only screen and (min-width: 1025px) {
      .better3 .table-of-contents .toc-image-container {
        display: block; } }

.better3 .auto-alpha-0 {
  opacity: 0;
  visibility: hidden; }
  @media print {
    .better3 .auto-alpha-0 {
      opacity: 1;
      visibility: visible; } }

.better3 .main-container {
  position: relative; }

.better3 .fade-out {
  opacity: 0; }

.better3 .fade-in {
  opacity: 1; }

.better3 .slide-up {
  transform: translateY(60px); }
  @media only screen and (max-width: 767px) {
    .better3 .slide-up {
      opacity: 0;
      transform: translateY(100px); } }
  @media print {
    .better3 .slide-up {
      transform: none; } }

@media only screen and (max-width: 767px) {
  .better3 .slide-up-sm {
    transform: translateY(0); } }

.better3 .slide-down {
  transform: translateY(0); }

.better3 .split-line {
  opacity: 0;
  visibility: hidden;
  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; } }
  @media print {
    .better3 .split-line {
      display: inline !important;
      opacity: 1 !important;
      transform: none !important;
      visibility: visible !important;
      margin: 0 !important; } }

.better3 .vh-height {
  height: calc(100vh - 115px); }
  @media only screen and (max-width: 1024px) {
    .better3 .vh-height {
      height: calc(100vh - 55px); } }
  @media print {
    .better3 .vh-height {
      height: auto !important; } }

.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 {
  width: 100px;
  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 {
  transform: translateY(0); }

.better3 .word {
  display: inline-block;
  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;
  transition: all ease .5s; }
  .better3 .indicator.indicator-circle:hover, .better3 .indicator.indicator-circle:active {
    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 {
    transform: rotate(45deg);
    left: 2px;
    bottom: -2px; }
  .better3 .indicator-down:after {
    transform: rotate(315deg);
    left: -6px;
    bottom: -2px; }

.better3 .indicator-right {
  left: auto;
  top: 50%;
  right: -35px;
  height: 2px;
  width: 65px;
  transform: translateY(-50%);
  background-color: #fff; }
  .better3 .indicator-right:before, .better3 .indicator-right:after {
    bottom: -1px;
    border-left: 2px solid #fff;
    height: 15px;
    transform: translateY(-50%);
    left: 60px; }
  .better3 .indicator-right:before {
    transform: rotate(-45deg);
    bottom: -2px; }
  .better3 .indicator-right:after {
    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: #00668f;
  background: transparent; }
  .better3 .indicator-teal.indicator-circle:hover {
    background-color: #fff; }

.better3 .indicator-teal .indicator-right,
.better3 .indicator-teal .indicator-down {
  border-color: #00668f;
  background-color: #00668f; }
  .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: #00668f;
    background-color: #00668f; }

@media only screen and (min-width: 1025px) {
  .better3 .story-list {
    padding-top: 5rem; } }

@media only screen and (min-width: 1440px) {
  .better3 .story-list {
    padding-top: 4rem; } }

.better3 .story-list li.item .bg-item {
  display: none; }

@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 (max-width: 1024px) {
  .better3 .story-list li.item {
    position: relative; }
    .better3 .story-list li.item .bg-item {
      display: block; } }

.better3 .story-list li.item .wrapper {
  position: relative;
  padding-bottom: 2.5rem; }
  @media only screen and (min-width: 768px) {
    .better3 .story-list li.item .wrapper {
      margin-bottom: 2.5rem;
      max-width: calc(100% - 62px); } }
  @media print {
    .better3 .story-list li.item .wrapper {
      padding: 0; } }

@media only screen and (min-width: 1025px) {
  .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;
    transition: opacity .5s; } }

.better3 .story-list li.item a {
  display: block;
  position: relative;
  z-index: 2;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .better3 .story-list li.item a {
      max-width: 52%; } }
  @media only screen and (min-width: 1025px) {
    .better3 .story-list li.item a {
      max-width: 43%; } }
  @media only screen and (min-width: 1300px) {
    .better3 .story-list li.item a {
      max-width: 49%; } }
  @media only screen and (min-width: 1800px) {
    .better3 .story-list li.item a {
      max-width: 57%; } }
  @media print {
    .better3 .story-list li.item a {
      text-decoration: none;
      margin-bottom: 24px; } }

.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;
      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 .bg-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .better3 .bg-item .image {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    right: 0;
    transform: translateY(40px);
    transition: all .5s ease-in-out; }
    @media only screen and (min-width: 1025px) {
      .better3 .bg-item .image {
        bottom: 0;
        top: auto; } }
    @media only screen and (max-width: 1024px) {
      .better3 .bg-item .image {
        opacity: 1;
        visibility: visible;
        width: 50%;
        top: -55px; } }
    @media only screen and (max-width: 1023px) {
      .better3 .bg-item .image {
        opacity: 1;
        visibility: visible;
        width: 70%; } }
    @media only screen and (max-width: 767px) {
      .better3 .bg-item .image {
        width: 140%; } }
    @media only screen and (max-width: 767px) {
      .better3 .bg-item .image.img-small {
        max-width: 400px; } }
    .better3 .bg-item .image.img-large {
      max-width: 1050px; }
      .better3 .bg-item .image.img-large.pin-image {
        margin-right: -100px;
        max-width: none;
        width: auto; }
        @media only screen and (max-height: 768px) {
          .better3 .bg-item .image.img-large.pin-image {
            max-width: 1050px; } }
      @media only screen and (min-height: 768px) and (max-height: 899px) {
        .better3 .bg-item .image.img-large {
          margin-right: -50px; }
          .better3 .bg-item .image.img-large.pin-image {
            max-height: 760px; } }
      @media only screen and (min-height: 900px) and (max-height: 1079px) {
        .better3 .bg-item .image.img-large {
          margin-right: -50px; }
          .better3 .bg-item .image.img-large.pin-image {
            max-height: 890px; } }
      @media only screen and (min-height: 1080px) {
        .better3 .bg-item .image.img-large {
          margin-right: -100px;
          max-height: 1080px;
          max-width: none;
          width: auto; } }
      @media only screen and (min-width: 2000px) {
        .better3 .bg-item .image.img-large {
          margin-right: 0; } }
  @media only screen and (min-width: 1025px) {
    .better3 .bg-item.hover .image {
      opacity: 1;
      visibility: visible;
      transition: all ease .85s;
      z-index: 1;
      transform: translateY(0);
      transition: all .2s ease-in-out; } }

.better3 .scene-content {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all .25s ease-in; }

.better3 .bg-scene-content {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  overflow: hidden; }
  @media print {
    .better3 .bg-scene-content {
      height: auto; } }
  .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%;
    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;
        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; }
      @media print {
        .better3 .bg-scene-content img.fill {
          height: auto; } }
    .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;
  transition: all 1.5s ease-in-out;
  transition: opacity 1.5s; }
  @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 .header-image-mobile.active {
    opacity: 1; }

.better3 .scrollmagic-pin-spacer {
  max-width: 100%;
  transition: top .5s ease; }
  @media print {
    .better3 .scrollmagic-pin-spacer {
      position: relative !important;
      width: 100% !important;
      min-height: 0 !important;
      height: auto !important;
      top: auto !important;
      left: auto !important;
      bottom: auto !important;
      right: auto !important; } }

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

@media print {
  .better3.patient-story #treatmentHeading02 {
    position: relative;
    width: 100%; } }

.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; } }
  @media print {
    .better3.patient-story #section2Img {
      display: none !important;
      height: 0 !important; } }

.better3.patient-story #section2bHeading {
  position: relative;
  z-index: 1; }
  @media print {
    .better3.patient-story #section2bHeading {
      position: relative !important;
      top: auto !important;
      bottom: auto !important;
      left: auto !important;
      right: auto !important;
      width: 100% !important; } }

.better3.patient-story #section05 {
  position: relative;
  margin-top: 5rem; }
  @media only screen and (min-width: 768px) {
    .better3.patient-story #section05 {
      margin-top: 10rem; } }
  @media print {
    .better3.patient-story #section05 {
      margin-top: 24px; } }

.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: #574497;
    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%; } }

@media print {
  .better3.patient-story .team-floor {
    display: none !important;
    height: 0 !important; } }

.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: 20vh; }
  @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 print {
    .better3.patient-story .opening {
      margin-top: 24px; } }
  @media only screen and (orientation: portrait) and (min-height: 1024px) {
    .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;
      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; }
  @media print {
    .better3.patient-story .team-member-name {
      opacity: 1;
      text-align: left; } }
  .better3.patient-story .team-member-name::before {
    display: none;
    position: absolute;
    background: #fff;
    content: ''; }
    @media print {
      .better3.patient-story .team-member-name::before {
        display: none; } }
  .better3.patient-story .team-member-name::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #fff;
    transform: translateX(-50%);
    width: 60px;
    height: 1px; }
    @media print {
      .better3.patient-story .team-member-name::after {
        display: none; } }
  @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);
  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: flex;
    justify-content: center;
    width: 100%; }
    .better3 .team-member-story__figure video {
      position: relative;
      left: 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; } }
    @media print {
      .better3 .outcome #outcomeHeadline,
      .better3 .outcome #outcomeHeadlineImg {
        opacity: 1;
        transform: none !important; } }
  .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 {
      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: #00668f;
    transition: all .5s ease-out;
    box-shadow: 6px 4px 20px 0px rgba(99, 90, 158, 0.5); }
  .better3 .outcome a:hover .indicator.indicator-circle {
    background-color: #fff;
    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; } }
    @media print {
      .better3 .outcome .team-content {
        margin-top: 24px; } }

.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-slider {
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 812px) and (max-width: 1399px) {
    .better3 .explore-more-slider {
      padding-right: 85px; } }
  .better3 .explore-more-slider .tns-inner {
    margin: 0 100px !important; }
    @media only screen and (max-width: 375px) {
      .better3 .explore-more-slider .tns-inner {
        margin: 0 40px !important; } }
    @media only screen and (min-width: 376px) and (max-width: 1199px) {
      .better3 .explore-more-slider .tns-inner {
        margin: 0 60px !important; } }
  .better3 .explore-more-slider #sliderControls {
    position: absolute;
    right: 100px;
    top: 35%;
    z-index: 2;
    width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .better3 .explore-more-slider #sliderControls {
        top: 33%; } }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .better3 .explore-more-slider #sliderControls {
        top: 30%; } }
    .better3 .explore-more-slider #sliderControls .prev, .better3 .explore-more-slider #sliderControls .next {
      position: absolute;
      left: auto;
      top: 0;
      height: 30px;
      border: 0;
      width: 90px;
      padding-right: 65px;
      background: none;
      -webkit-tap-highlight-color: transparent; }
      .better3 .explore-more-slider #sliderControls .prev .arrow, .better3 .explore-more-slider #sliderControls .next .arrow {
        position: absolute;
        left: auto;
        height: 2px;
        width: 40px;
        border: 0;
        background-color: #00668f;
        box-shadow: 0; }
        .better3 .explore-more-slider #sliderControls .prev .arrow:before, .better3 .explore-more-slider #sliderControls .prev .arrow:after, .better3 .explore-more-slider #sliderControls .next .arrow:before, .better3 .explore-more-slider #sliderControls .next .arrow:after {
          content: "";
          position: absolute;
          bottom: -11px;
          border-left: 2px solid #00668f;
          height: 15px;
          left: auto;
          right: auto; }
        .better3 .explore-more-slider #sliderControls .prev .arrow:before, .better3 .explore-more-slider #sliderControls .next .arrow:before {
          bottom: -2px; }
        .better3 .explore-more-slider #sliderControls .prev .arrow:hover, .better3 .explore-more-slider #sliderControls .next .arrow:hover {
          color: #00668f; }
    .better3 .explore-more-slider #sliderControls .prev {
      left: 150px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .better3 .explore-more-slider #sliderControls .prev {
          left: 100px; } }
      @media only screen and (min-width: 1025px) and (max-width: 1199px) {
        .better3 .explore-more-slider #sliderControls .prev {
          left: 90px; } }
      .better3 .explore-more-slider #sliderControls .prev .arrow:before, .better3 .explore-more-slider #sliderControls .prev .arrow:after {
        left: 3px;
        right: auto;
        transform: rotate(-45deg); }
      .better3 .explore-more-slider #sliderControls .prev .arrow:before {
        transform: rotate(45deg); }
    .better3 .explore-more-slider #sliderControls .next {
      right: -70px; }
      @media only screen and (min-width: 768px) and (max-width: 812px) {
        .better3 .explore-more-slider #sliderControls .next {
          right: -112px; } }
      @media only screen and (min-width: 812px) and (max-width: 1024px) {
        .better3 .explore-more-slider #sliderControls .next {
          right: -33px; } }
      @media only screen and (min-width: 1025px) and (max-width: 1399px) {
        .better3 .explore-more-slider #sliderControls .next {
          right: 15px; } }
      .better3 .explore-more-slider #sliderControls .next .arrow:before, .better3 .explore-more-slider #sliderControls .next .arrow:after {
        left: auto;
        right: 3px;
        transform: rotate(45deg); }
      .better3 .explore-more-slider #sliderControls .next .arrow:before {
        transform: rotate(-45deg); }

.better3 .tns-item {
  text-decoration: none; }
  .better3 .tns-item .story-image {
    opacity: .15;
    transition: opacity 1s ease; }
  .better3 .tns-item .story-title, .better3 .tns-item .story-link {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease; }
  .better3 .tns-item.tns-slide-active .story-image, .better3 .tns-item.tns-slide-active .story-title, .better3 .tns-item.tns-slide-active .story-link {
    visibility: visible;
    opacity: 1; }
  .better3 .tns-item .story-title {
    font-size: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .better3 .tns-item .story-title {
        font-size: 1.3rem; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .better3 .tns-item .story-title {
        font-size: 1rem; } }
  .better3 .tns-item:hover * {
    transition: all .5s ease; }
  .better3 .tns-item:hover img {
    box-shadow: 0 7px 43px 0 rgba(0, 0, 0, 0.2); }
  .better3 .tns-item:hover .story-link {
    background: #00668f;
    color: #fff; }

.better3 .scrollmagic-pin-spacer {
  max-width: 100% !important; }

@media print {
  .better3 .print-w-100 {
    width: 100% !important; }
  .better3 .print-pl-0 {
    padding-left: 0 !important; }
  .better3 .print-float-left, .better3 .right {
    float: left !important; }
  .better3 .print-margin-0 {
    margin: 0 !important; }
  .better3 .print-align-left {
    text-align: left !important; }
  .better3 .print-width-0 {
    width: 0 !important; } }

.ie {
  overflow: hidden;
  height: 100%; }
  .ie .better3 {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    /*.scrollmagic-pin-spacer {
            overflow: hidden;

            > div {
                overflow: visible;
            }
        }*/ }
    .ie .better3 #section2Img .team-member {
      max-height: calc(100vh - 220px);
      height: 100%;
      width: auto; }
    .ie .better3 #site-header, .ie .better3 .bg-scene-content {
      max-width: calc(100% - 17px); }
    .ie .better3 .blur {
      width: 100%;
      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%; }

@media only screen and (max-width: 767px) {
  .community-sidebar .nav-sidebar h3 {
    display: none; } }

@media only screen and (max-width: 767px) {
  .community-sidebar .nav-sidebar .list-nav-sidebar .item-nav-sidebar.active {
    pointer-events: none; } }

@media only screen and (min-width: 767px) {
  .community-sidebar .nav-sidebar .nav-sidebar-parent {
    display: none; } }

.community-sidebar .nav-sidebar .parent-nav-sidebar .nav-arrow.hidden {
  display: none; }

.community-sidebar .nav-sidebar .parent-nav-sidebar .nav-arrow .display {
  display: inline-block; }

.community-sidebar .nav-sidebar .parent-nav-sidebar .nested-nav {
  display: none;
  margin: 10px 0 10px 20px;
  margin-left: 20px; }
  @media only screen and (max-width: 767px) {
    .community-sidebar .nav-sidebar .parent-nav-sidebar .nested-nav {
      display: inherit !important; } }
  @media only screen and (max-width: 767px) {
    .community-sidebar .nav-sidebar .parent-nav-sidebar .nested-nav .item-nav-sidebar.active {
      pointer-events: none; } }
  .community-sidebar .nav-sidebar .parent-nav-sidebar .nested-nav .item-nav-sidebar.active a {
    color: #000; }

.community-sidebar .nav-sidebar .parent-nav-sidebar .active {
  font-weight: 600; }

.community-sidebar .nav-sidebar a {
  cursor: pointer; }
  .community-sidebar .nav-sidebar a:hover {
    text-decoration: underline; }
    .community-sidebar .nav-sidebar a:hover .view-more-caret {
      text-decoration: none !important; }
  @media only screen and (max-width: 767px) {
    .community-sidebar .nav-sidebar a .view-less-caret, .community-sidebar .nav-sidebar a .view-more-caret {
      display: none; } }

.community-sidebar .nav-sidebar .related-content .double-rule hr:last-child {
  margin: 5px 0 24px; }

.community-sidebar .nav-sidebar .related-content h3 {
  font-size: 14px;
  font-weight: 600;
  color: #5b5291; }
  @media only screen and (max-width: 767px) {
    .community-sidebar .nav-sidebar .related-content h3 {
      display: block !important;
      font-size: 14px; } }

.community-sidebar .nav-sidebar .related-content .related-links {
  margin-bottom: 40px; }
  .community-sidebar .nav-sidebar .related-content .related-links a {
    margin: 10px 0; }
    @media only screen and (max-width: 767px) {
      .community-sidebar .nav-sidebar .related-content .related-links a {
        padding: 0 8px; } }

.community-sidebar .section-story {
  padding-top: 0; }
  .community-sidebar .section-story .section-header {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .community-sidebar .section-story .section-header .section-title, .community-sidebar .section-story .section-header p {
      color: #fff; }
    .community-sidebar .section-story .section-header .dark .section-title, .community-sidebar .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-sidebar .section-story {
      background: #fff; } }
  .community-sidebar .section-story .section-hero-image:after {
    display: none; }
  @media only screen and (min-width: 768px) and (max-width: 900px) {
    .community-sidebar .section-story .section-hero-image img {
      height: 320px;
      width: auto; } }
  .community-sidebar .section-story .section-header {
    margin: 0;
    text-transform: none; }
    @media only screen and (min-width: 768px) {
      .community-sidebar .section-story .section-header {
        width: 95%; } }
    @media only screen and (min-width: 1025px) {
      .community-sidebar .section-story .section-header {
        width: 65%; } }
    .community-sidebar .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-sidebar .section-story .section-header .section-title {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .community-sidebar .section-story .section-header .section-title {
          font-size: 18px;
          color: #fff;
          text-shadow: none;
          position: absolute;
          top: -140px;
          left: 50%;
          transform: translateX(-50%);
          width: 100%;
          max-width: 90%;
          line-height: 1.3; } }
      @media print {
        .community-sidebar .section-story .section-header .section-title {
          font-size: 22px; } }
    .community-sidebar .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-sidebar .section-story .section-header p {
          text-shadow: none;
          display: block !important; } }
      @media print {
        .community-sidebar .section-story .section-header p {
          font-size: 14px; } }
    .community-sidebar .section-story .section-header .btn {
      margin: 0 0 1.5rem 0; }
      @media only screen and (min-width: 768px) {
        .community-sidebar .section-story .section-header .btn {
          margin: 1.75rem 0; } }

@media only screen and (max-width: 767px) {
  .community-sidebar .main-content {
    padding: 0; }
    .community-sidebar .main-content > section.section-multi-powerstats {
      padding: 0 8px; }
    .community-sidebar .main-content > section.card-list-panel {
      padding: 0 8px; } }

@media only screen and (min-width: 768px) {
  .community-sidebar .main-content {
    padding: 0; }
    .community-sidebar .main-content > section.section-multi-powerstats {
      padding: 0 12px; }
    .community-sidebar .main-content > section.card-list-panel {
      padding: 0 12px; } }

.community-sidebar .main-content h1, .community-sidebar .main-content .h1, .community-sidebar .main-content h2, .community-sidebar .main-content .h2, .community-sidebar .main-content h3, .community-sidebar .main-content .h3, .community-sidebar .main-content .wfm_section legend, .wfm_section .community-sidebar .main-content legend, .community-sidebar .main-content h4, .community-sidebar .main-content .h4, .community-sidebar .main-content h5, .community-sidebar .main-content .h5, .community-sidebar .main-content h6, .community-sidebar .main-content .h6 {
  color: #474b4c; }

.community-sidebar .main-content .story-banner img {
  height: auto; }
  @media only screen and (max-width: 900px) {
    .community-sidebar .main-content .story-banner img {
      margin-left: -42%;
      width: 150%; } }
  @media only screen and (max-width: 767px) {
    .community-sidebar .main-content .story-banner img {
      margin-left: -100%;
      width: 200%; } }

.community-sidebar .main-content .story-banner .section-header {
  margin: 0; }
  @media only screen and (min-width: 768px) and (max-width: 900px) {
    .community-sidebar .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-sidebar .main-content .story-banner .section-header {
      width: 50%;
      left: 29%; } }
  @media only screen and (min-width: 1025px) {
    .community-sidebar .main-content .story-banner .section-header {
      width: 65%;
      left: 30%; } }
  .community-sidebar .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-sidebar .main-content .story-banner .section-header .section-title {
        font-size: 1.5rem; } }
    @media only screen and (min-width: 1025px) {
      .community-sidebar .main-content .story-banner .section-header .section-title {
        font-size: 2rem; } }
    @media only screen and (max-width: 767px) {
      .community-sidebar .main-content .story-banner .section-header .section-title {
        font-size: 18px;
        color: #363637;
        text-shadow: none;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        max-width: none;
        line-height: 1.3;
        letter-spacing: normal; } }

.community-sidebar .main-content .story-banner.story-better {
  padding-bottom: 0; }

.mobile .interactive-map #feedbackify {
  display: none; }

@media print {
  .interactive-map .scroll-content {
    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: 50%;
  flex: 0 0 50%;
  margin-left: -50%;
  position: static;
  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;
    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: 70%;
      flex: 0 0 70%;
      margin-left: -70%; } }
  @media only screen and (min-width: 1024px) and (max-width: 1440px) {
    .interactive-map .community-drawer-desktop {
      width: 60%;
      flex: 0 0 60%;
      margin-left: -60%; } }
  @media print {
    .interactive-map .community-drawer-desktop {
      position: relative;
      flex: none;
      width: 100%;
      height: 100%;
      margin: 0; } }

.interactive-map .map-data {
  display: flex;
  flex-wrap: nowrap;
  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.5rem;
    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 {
    flex: 1 0 0;
    margin: 1.8rem 0 0;
    padding: 0 1.5rem 0 1.5rem;
    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 {
        flex: none; } }
  .interactive-map .map-data .disclaimer {
    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: capitalize;
    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: flex;
      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: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: normal;
        font-size: 12px;
        letter-spacing: 0.3px;
        width: 100%; }
      .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: flex;
    flex-wrap: wrap;
    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 {
  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-canvas .mapboxgl-map .mapboxgl-ctrl-bottom-right {
    right: 30px; }
  .interactive-map .map-canvas .mapboxgl-map .mapboxgl-ctrl-top-right .mapboxgl-ctrl-geocoder {
    min-width: 200px;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23);
    border-style: none;
    border-width: 1.5px;
    border-image-source: linear-gradient(109deg, rgba(0, 119, 138, 0.77) 8%, rgba(99, 89, 158, 0.81) 92%);
    border-image-slice: 1;
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(109deg, rgba(0, 119, 138, 0.77) 8%, rgba(99, 89, 158, 0.81) 92%);
    background-origin: border-box;
    background-clip: content-box, border-box; }
    .interactive-map .map-canvas .mapboxgl-map .mapboxgl-ctrl-top-right .mapboxgl-ctrl-geocoder .suggestions-wrapper ul.suggestions {
      list-style-type: none;
      padding: 0; }
      .interactive-map .map-canvas .mapboxgl-map .mapboxgl-ctrl-top-right .mapboxgl-ctrl-geocoder .suggestions-wrapper ul.suggestions li {
        cursor: pointer; }
        .interactive-map .map-canvas .mapboxgl-map .mapboxgl-ctrl-top-right .mapboxgl-ctrl-geocoder .suggestions-wrapper ul.suggestions li a {
          text-decoration: none; }
      .interactive-map .map-canvas .mapboxgl-map .mapboxgl-ctrl-top-right .mapboxgl-ctrl-geocoder .suggestions-wrapper ul.suggestions .mapboxgl-ctrl-geocoder--powered-by {
        padding: 5px;
        font-size: 8px; }
    .interactive-map .map-canvas .mapboxgl-map .mapboxgl-ctrl-top-right .mapboxgl-ctrl-geocoder svg {
      display: none; }
    .interactive-map .map-canvas .mapboxgl-map .mapboxgl-ctrl-top-right .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--pin-right {
      display: none; }
    @media only screen and (max-width: 768px) {
      .interactive-map .map-canvas .mapboxgl-map .mapboxgl-ctrl-top-right .mapboxgl-ctrl-geocoder input[type="text"].mapboxgl-ctrl-geocoder--input {
        font-size: 12px; } }

.interactive-map #map {
  width: 100%;
  height: 100%; }

.interactive-map #mapData, .interactive-map #mapSplash {
  position: relative; }

.interactive-map .community-drawer-mobile {
  transform: translateY(100%);
  transition: all 500ms ease;
  display: none; }
  .interactive-map .community-drawer-mobile.closed {
    transform: translateY(100%); }
  .interactive-map .community-drawer-mobile.open {
    transform: translateY(0); }
  .interactive-map .community-drawer-mobile .tab-wrapper {
    display: none; }
  .interactive-map .community-drawer-mobile .close, .interactive-map .community-drawer-mobile .fancybox-close {
    background-color: transparent;
    box-shadow: none;
    right: 5px;
    top: 44px;
    width: 60px;
    height: 60px; }
  @media only screen and (max-width: 767px) {
    .interactive-map .community-drawer-mobile {
      display: block;
      position: fixed;
      left: 0;
      bottom: 0;
      z-index: 1001;
      height: 100%;
      width: 100vw;
      background: #63599e;
      /*.filter-nav-actions {
                display: none;
            }*/ }
      .interactive-map .community-drawer-mobile * {
        color: #fff !important; }
      .interactive-map .community-drawer-mobile .map-splash {
        display: flex !important; }
      .interactive-map .community-drawer-mobile .map-data {
        display: none !important; }
      .interactive-map .community-drawer-mobile.show-map-data .map-data {
        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;
          transform: rotate(0deg); }
        .interactive-map .community-drawer-mobile .tab .action:after {
          bottom: 6px;
          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;
          transform: rotate(340deg); }
        .interactive-map .community-drawer-mobile .tab.active .action:after {
          top: 6px;
          transform: rotate(20deg); }
      .interactive-map .community-drawer-mobile .arrow {
        display: block;
        position: relative;
        width: 26px;
        height: 8px;
        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 {
            transform: rotate(20deg); }
          .interactive-map .community-drawer-mobile .arrow.arrow-down:after {
            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 {
            transform: rotate(340deg); }
          .interactive-map .community-drawer-mobile .arrow.arrow-up:after {
            transform: rotate(20deg); }
      .interactive-map .community-drawer-mobile .action {
        display: block;
        position: relative;
        width: 38px;
        height: 14px;
        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;
          transform-origin: center; } }

.interactive-map #map-modal {
  display: none; }

@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: 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; } }

.community-header {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background-color: mediumpurple;
  text-align: center;
  color: white;
  max-width: 968px;
  height: 458px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(180deg, rgba(91, 82, 145, 0) 31%, rgba(91, 81, 145, 0.83) 50%, #5b5191 73%, #0098b0 235%); }
  .community-header.interior .body-text {
    font-weight: bold;
    font-size: 30px;
    padding: 35px;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 20px 0;
    grid-gap: 20px;
    color: #fff;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .community-header.interior .body-text {
        display: block; } }
    @media only screen and (min-width: 767px) {
      .community-header.interior .body-text::before, .community-header.interior .body-text::after {
        content: " ";
        display: block;
        border-bottom: 1px solid #fff; } }
  .community-header .title {
    font-weight: 600;
    padding: 13px;
    font-size: 16px; }
    @media only screen and (max-width: 768px) {
      .community-header .title {
        padding: 10px;
        font-size: 14px; } }
  .community-header .divider {
    width: 360px;
    height: 1px;
    border: solid 1px white; }
    @media only screen and (max-width: 768px) {
      .community-header .divider {
        width: 65px; } }
  .community-header .body-text {
    font-weight: bold;
    font-size: 30px;
    padding: 18px; }
    @media only screen and (max-width: 768px) {
      .community-header .body-text {
        padding: 12px;
        font-size: 24px; } }

@media only screen and (min-width: 768px) {
  .organizations-container {
    padding-left: 40px;
    padding-right: 40px; } }

.organizations-container h2.organizations-section-title, .organizations-container .organizations-subtitle,
.organizations-container h2.organizations-title {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 17px 0;
  grid-gap: 20px;
  color: #322071; }
  @media only screen and (max-width: 768px) {
    .organizations-container h2.organizations-section-title:after, .organizations-container .organizations-subtitle:after,
    .organizations-container h2.organizations-title:after {
      width: 60%;
      margin: 7px auto 0; } }
  .organizations-container h2.organizations-section-title:before, .organizations-container h2.organizations-section-title:after, .organizations-container .organizations-subtitle:before, .organizations-container .organizations-subtitle:after,
  .organizations-container h2.organizations-title:before,
  .organizations-container h2.organizations-title:after {
    content: " ";
    display: block; }

.organizations-container h2.organizations-section-title:before, .organizations-container h2.organizations-section-title:after {
  border-bottom: 1px solid #322071; }

.organizations-container .organizations-subtitle {
  font-size: 1rem;
  font-weight: 600; }
  @media only screen and (max-width: 768px) {
    .organizations-container .organizations-subtitle {
      display: flex;
      grid-gap: 0; } }

@media only screen and (max-width: 768px) {
  .organizations-container h2.organizations-title {
    display: flex;
    grid-gap: 0; } }

.organizations-container .organizations {
  display: flex;
  flex-wrap: wrap; }

.organizations-container .divider {
  width: 75%;
  margin: 0 auto 20px;
  height: 2px;
  background: #5b5291; }
  @media only screen and (max-width: 768px) {
    .organizations-container .divider {
      width: 60%; } }

.organizations-container .org-list {
  flex: 1;
  max-height: 475px;
  overflow-y: auto;
  margin-right: 20px;
  margin-left: 0; }
  @media only screen and (max-width: 768px) {
    .organizations-container .org-list {
      display: none; } }
  .organizations-container .org-list a.org-nav-link {
    font-weight: 600; }
    .organizations-container .org-list a.org-nav-link.active {
      font-weight: bold; }
    .organizations-container .org-list a.org-nav-link:hover {
      color: #0b4265; }
  .organizations-container .org-list::-webkit-scrollbar {
    width: 18px;
    height: 18px; }
  .organizations-container .org-list::-webkit-scrollbar-corner {
    background: transparent; }
  .organizations-container .org-list::-webkit-scrollbar-thumb {
    border: 6px solid transparent;
    background-color: #363637;
    outline: none;
    border-radius: 10px;
    background-clip: padding-box; }
  @media only screen and (min-width: 768px) {
    .organizations-container .org-list .list-unstyled {
      padding-right: 10px; } }

.organizations-container .org-list-mobile {
  margin: 20px 0;
  width: 100%; }
  @media only screen and (min-width: 767px) {
    .organizations-container .org-list-mobile {
      display: none; } }

.organizations-container .org-list h3, .organizations-container .org-list label, .organizations-container .org-list-mobile h3, .organizations-container .org-list-mobile label {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #5b5291; }

.organizations-container .org-list a.org-nav-link.active, .organizations-container .org-list-mobile a.org-nav-link.active {
  color: black;
  cursor: pointer; }

.organizations-container .org-list a, .organizations-container .org-list option, .organizations-container .org-list-mobile a, .organizations-container .org-list-mobile option {
  color: #00668f;
  text-decoration: none;
  cursor: pointer; }

.organizations-container .organization-card {
  flex: 2;
  display: none; }
  @media only screen and (max-width: 768px) {
    .organizations-container .organization-card > * {
      margin: 7px 0; } }
  .organizations-container .organization-card .organization-link a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #00668f;
    cursor: pointer; }
  .organizations-container .organization-card p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.35px;
    color: #2a2f37; }

.impact {
  width: 100%;
  background: #5b5291;
  flex-wrap: wrap;
  display: flex;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .impact {
      flex-direction: column;
      align-items: center; } }
  .impact.reverse {
    flex-direction: row-reverse; }
  .impact .left-item-image {
    border-radius: 50%;
    height: 400px;
    width: 400px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    border: 1px solid #5b5291;
    margin-top: -25px; }
    @media only screen and (max-width: 400px) {
      .impact .left-item-image {
        margin: -25px 0 0 -20px; } }
    @media only screen and (min-width: 768px) and (max-width: 915px) {
      .impact .left-item-image {
        height: 300px;
        width: 300px; } }
    @media only screen and (min-width: 768px) {
      .impact .left-item-image {
        margin: -25px 0 -25px -30px; } }
  .impact .content-block-body {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 4em; }
    @media only screen and (max-width: 768px) {
      .impact .content-block-body {
        margin: 40px 16px; } }
    .impact .content-block-body .content-block-title {
      font-size: 24px;
      color: #fff; }
    .impact .content-block-body p {
      font-size: 16px;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: #fff; }
    .impact .content-block-body a {
      color: #fff;
      cursor: pointer;
      text-decoration: none; }

.benefits .image-text-card {
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .benefits .image-text-card .image-card .text-card-flex {
      flex-direction: column-reverse; } }
  .benefits .image-text-card .image-card .text-card-flex .image-block {
    flex: 1 1 auto; }
  @media only screen and (max-width: 768px) {
    .benefits .image-text-card .image-card .text-card-flex .image-block.right {
      padding: 30px; } }
  .benefits .image-text-card .image-card .text-card-flex .statistics {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .benefits .image-text-card .image-card .text-card-flex .statistics {
        flex-basis: 500px !important; } }

.benefits .text-card-flex {
  justify-content: space-between;
  width: 100%; }

.benefits .image-block {
  text-align: center; }

.statistics .content-block-body {
  display: flex; }
  @media only screen and (max-width: 480px) {
    .statistics .content-block-body {
      flex-wrap: wrap; } }

.statistics .dot {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  margin-right: 20px;
  display: inline-block;
  flex-shrink: 0; }
  .statistics .dot.dark-purple {
    background-color: #312089; }
  .statistics .dot.purple {
    background-color: #5f499d; }
  .statistics .dot.light-purple {
    background-color: #7b66ad; }
  .statistics .dot.lighter-purple {
    background-color: #bbabd1; }
  .statistics .dot.light-grey {
    background-color: #cecece; }
  .statistics .dot.dark-grey {
    background-color: #616161; }
  .statistics .dot.green {
    background-color: #17912b; }
  .statistics .dot.light-green {
    background-color: #c5e232; }
  .statistics .dot.orange {
    background-color: #ffb446; }
  .statistics .dot.red {
    background-color: #fa3503; }

@media only screen and (max-width: 767px) {
  .image-text-card-panel .tabs-horizontal {
    margin-left: -8px; } }

.image-text-card-panel .tabs-horizontal .resp-tabs-list .resp-tab-item {
  font-size: 16px;
  font-weight: 600;
  color: #00668f; }
  .image-text-card-panel .tabs-horizontal .resp-tabs-list .resp-tab-item:hover {
    text-decoration: none; }
  .image-text-card-panel .tabs-horizontal .resp-tabs-list .resp-tab-item a {
    color: inherit; }

@media only screen and (max-width: 767px) {
  .image-text-card-panel .tabs-horizontal .resp-tabs-container .resp-tab-content {
    display: block !important; } }

.image-text-card-panel .tabs-horizontal .resp-tabs-container .resp-tab-content a {
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none; }

.image-text-card-panel .tabs-horizontal .resp-tabs-container .resp-accordion {
  text-decoration: none; }
  @media only screen and (max-width: 767px) {
    .image-text-card-panel .tabs-horizontal .resp-tabs-container .resp-accordion {
      padding-left: 0 !important;
      border-top: none !important; }
      .image-text-card-panel .tabs-horizontal .resp-tabs-container .resp-accordion:after {
        content: ' ' !important; }
      .image-text-card-panel .tabs-horizontal .resp-tabs-container .resp-accordion .resp-tab-active:hover {
        content: ' ' !important; }
      .image-text-card-panel .tabs-horizontal .resp-tabs-container .resp-accordion a {
        color: #322071; } }
  .image-text-card-panel .tabs-horizontal .resp-tabs-container .resp-accordion a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none; }

@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 {
  -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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .classes-and-events .more-link.more-link-pdf .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .classes-and-events .more-link.more-link-pdf .icon-arrow:after, .classes-and-events .more-link.more-link-pdf .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .classes-and-events .more-link.more-link-pdf a:hover:before,
  .classes-and-events .more-link.more-link-pdf .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .classes-and-events .more-link.more-link-pdf a:before,
  .classes-and-events .more-link.more-link-pdf .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .classes-and-events .more-link.more-link-pdf a:before, .classes-and-events .more-link.more-link-pdf .search-app-gs .arrow-right:after, .search-app-gs .classes-and-events .more-link.more-link-pdf .arrow-right:after, .classes-and-events .more-link.more-link-pdf .search-app-gs .arrow-left:before, .search-app-gs .classes-and-events .more-link.more-link-pdf .arrow-left:before, .classes-and-events .more-link.more-link-pdf .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .classes-and-events .more-link.more-link-pdf [data-role="remove"]: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 {
    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: #574497; }

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

.section-doctor-profile strong {
  font-weight: 600; }

.section-doctor-profile.media-component-container {
  background-color: #fff;
  padding: 21px 13px 24px 37px; }
  @media only screen and (max-width: 1200px) {
    .section-doctor-profile.media-component-container {
      padding: 0px 24px 0px 10px; } }
  .section-doctor-profile.media-component-container h2 {
    margin-left: 5px; }
    @media only screen and (max-width: 767px) {
      .section-doctor-profile.media-component-container h2 {
        margin-left: 4px; } }
    @media only screen and (min-width: 1210px) {
      .section-doctor-profile.media-component-container h2 {
        margin-left: -11px; } }

@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:"] {
  font-weight: 600; }

.section-doctor-profile h1, .section-doctor-profile h2, .section-doctor-profile h3 {
  color: #322071; }

@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 .physician-video-container {
  top: 67%;
  left: 5%;
  position: absolute; }
  @media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .section-doctor-profile .physician-video-container {
      left: 12%; } }
  @media only screen and (max-width: 480px) {
    .section-doctor-profile .physician-video-container {
      top: 50%;
      left: -3%; } }
  .section-doctor-profile .physician-video-container .video-icon-item {
    width: 64px; }
    .section-doctor-profile .physician-video-container .video-icon-item .icon {
      color: #fff !important;
      width: 64px;
      height: 64px;
      border-radius: 50%;
      text-align: center;
      line-height: 17px;
      vertical-align: middle;
      padding: 24px;
      background: #00668f;
      box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
      cursor: pointer; }
      .section-doctor-profile .physician-video-container .video-icon-item .icon:hover {
        color: #fff !important;
        background: #0b4265; }
      @media only screen and (min-width: 1024px) and (max-width: 1200px) {
        .section-doctor-profile .physician-video-container .video-icon-item .icon {
          width: 54px;
          height: 54px;
          line-height: 18px;
          padding: 19px; } }
      @media only screen and (max-width: 600px) {
        .section-doctor-profile .physician-video-container .video-icon-item .icon {
          width: 44px;
          height: 44px;
          line-height: 13px;
          padding: 16px;
          font-size: 16px; } }
  .section-doctor-profile .physician-video-container .icon-link:hover .icon {
    color: #fff !important; }
  .section-doctor-profile .physician-video-container .physician-video-dropdown {
    background: white;
    z-index: 4;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out; }
    @media only screen and (min-width: 768px) {
      .section-doctor-profile .physician-video-container .physician-video-dropdown {
        position: absolute;
        min-width: 196px;
        padding: 0 12px;
        border-radius: 0 0 4px 4px; } }
    @media only screen and (max-width: 767px) {
      .section-doctor-profile .physician-video-container .physician-video-dropdown {
        position: fixed;
        width: 98%;
        bottom: 0;
        left: 1%;
        z-index: 10003;
        border-radius: 20px 20px 0 0;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
        border: solid 1px #d0cde1; } }
    .section-doctor-profile .physician-video-container .physician-video-dropdown.active {
      max-height: 800px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
      border: solid 1px #d0cde1; }
    .section-doctor-profile .physician-video-container .physician-video-dropdown div, .section-doctor-profile .physician-video-container .physician-video-dropdown a {
      text-align: left; }
    .section-doctor-profile .physician-video-container .physician-video-dropdown p {
      font-size: 16px;
      font-weight: 600;
      color: #232526;
      padding: 20px 0;
      border-bottom: 1px solid #d0cde1;
      margin: 0; }
      @media only screen and (max-width: 768px) {
        .section-doctor-profile .physician-video-container .physician-video-dropdown p {
          padding-left: 2em; } }
    .section-doctor-profile .physician-video-container .physician-video-dropdown a {
      padding: 0 10px 15px;
      text-decoration: none;
      display: block;
      border-bottom: 1px solid #d0cde1;
      font-weight: 600;
      text-transform: uppercase; }
      @media only screen and (max-width: 768px) {
        .section-doctor-profile .physician-video-container .physician-video-dropdown a span:first-of-type {
          padding-left: 2em; } }
      .section-doctor-profile .physician-video-container .physician-video-dropdown a:last-child {
        border: none; }
      .section-doctor-profile .physician-video-container .physician-video-dropdown a:hover {
        cursor: pointer; }
    .section-doctor-profile .physician-video-container .physician-video-dropdown .icon-link .icon {
      font-size: 16px; }
    .section-doctor-profile .physician-video-container .physician-video-dropdown .icon-link:hover .icon {
      color: #0b4265 !important; }

.section-doctor-profile .doctor-insurance-container {
  background-color: rgba(99, 89, 158, 0.05);
  padding: 20px 20px 10px;
  margin-bottom: 10px; }
  .section-doctor-profile .doctor-insurance-container .insurance-content {
    padding: 0 10px;
    font-weight: 600; }
    .section-doctor-profile .doctor-insurance-container .insurance-content .icon {
      color: #232526;
      font-size: 0.75rem;
      margin-right: 5px; }
      .section-doctor-profile .doctor-insurance-container .insurance-content .icon.status-success {
        color: #007340; }
      .section-doctor-profile .doctor-insurance-container .insurance-content .icon.status-warning {
        color: #bc5c00; }
      .section-doctor-profile .doctor-insurance-container .insurance-content .icon.status-fail {
        color: #c10000; }
      .section-doctor-profile .doctor-insurance-container .insurance-content .icon.status-ok {
        color: #bc5c00; }
      .section-doctor-profile .doctor-insurance-container .insurance-content .icon.material-icons, .section-doctor-profile .doctor-insurance-container .insurance-content .icon.icon-request-appointment:before, .section-doctor-profile .doctor-insurance-container .insurance-content .icon.icon-watch-video:before, .section-doctor-profile .doctor-insurance-container .insurance-content .icon.icon-play:before, .section-doctor-profile .doctor-insurance-container .insurance-content .icon.icon-person-location:before, .section-doctor-profile .doctor-insurance-container .insurance-content .icon.icon-details-top:before, .section-doctor-profile .doctor-insurance-container .insurance-content .icon.icon-details-left:before, .section-doctor-profile .doctor-insurance-container .insurance-content .icon.icon-directions:before, .section-doctor-profile .doctor-insurance-container .insurance-content .icon.icon-directions-alt:before, .section-doctor-profile .doctor-insurance-container .insurance-content .icon.icon-send-message:before, .section-doctor-profile .doctor-insurance-container .insurance-content .icon.icon-phone-top:before, .section-doctor-profile .doctor-insurance-container .insurance-content .icon.icon-phone-left:before, .section-doctor-profile .doctor-insurance-container .insurance-content .icon.icon-comment:before, .section-doctor-profile .doctor-insurance-container .insurance-content .icon.icon-cancel-search:before, .section-doctor-profile .doctor-insurance-container .insurance-content .panel-footer .icon.panel-footer-more:before, .panel-footer .section-doctor-profile .doctor-insurance-container .insurance-content .icon.panel-footer-more:before, .section-doctor-profile .doctor-insurance-container .insurance-content .panel-toggle .icon.panel-toggle-trigger:after, .panel-toggle .section-doctor-profile .doctor-insurance-container .insurance-content .icon.panel-toggle-trigger:after, .section-doctor-profile .doctor-insurance-container .insurance-content .video-item figure.icon:before, .video-item .section-doctor-profile .doctor-insurance-container .insurance-content figure.icon:before, .section-doctor-profile .doctor-insurance-container .insurance-content .component-locations-map .toggle-view .icon.toggle-icon:after, .component-locations-map .toggle-view .section-doctor-profile .doctor-insurance-container .insurance-content .icon.toggle-icon:after, .section-doctor-profile .doctor-insurance-container .insurance-content .wistia_embed div.icon[id*="thumbnail"]:before, .wistia_embed .section-doctor-profile .doctor-insurance-container .insurance-content div.icon[id*="thumbnail"]:before, .section-doctor-profile .doctor-insurance-container .insurance-content .card-trigger a.icon:after, .card-trigger .section-doctor-profile .doctor-insurance-container .insurance-content a.icon:after, .section-doctor-profile .doctor-insurance-container .insurance-content .card-video .icon.card-image:before, .card-video .section-doctor-profile .doctor-insurance-container .insurance-content .icon.card-image:before, .section-doctor-profile .doctor-insurance-container .insurance-content .card-content-figure figure.video a.icon:before, .card-content-figure figure.video .section-doctor-profile .doctor-insurance-container .insurance-content a.icon:before, .section-doctor-profile .doctor-insurance-container .insurance-content .bootstrap-tagsinput .tag .icon[data-role="remove"]:after, .bootstrap-tagsinput .tag .section-doctor-profile .doctor-insurance-container .insurance-content .icon[data-role="remove"]:after, .section-doctor-profile .doctor-insurance-container .insurance-content .section-location-details .icon.btn-req-appt:after, .section-location-details .section-doctor-profile .doctor-insurance-container .insurance-content .icon.btn-req-appt:after,
      .section-doctor-profile .doctor-insurance-container .insurance-content .section-location-details .icon.btn-dr-location:after, .section-location-details .section-doctor-profile .doctor-insurance-container .insurance-content .icon.btn-dr-location:after, .section-doctor-profile .doctor-insurance-container .insurance-content .locations2 .hospital-video a.icon:before, .locations2 .hospital-video .section-doctor-profile .doctor-insurance-container .insurance-content a.icon:before, .section-doctor-profile .doctor-insurance-container .insurance-content .locations-landing .mobile-filters .filter-item .icon.icon-arrow:after, .locations-landing .mobile-filters .filter-item .section-doctor-profile .doctor-insurance-container .insurance-content .icon.icon-arrow:after, .section-doctor-profile .doctor-insurance-container .insurance-content .autocomplete .suggestion-item a.icon:hover:before, .autocomplete .suggestion-item .section-doctor-profile .doctor-insurance-container .insurance-content a.icon:hover:before,
      .section-doctor-profile .doctor-insurance-container .insurance-content .autocomplete .suggestion-item.selected a.icon:before, .autocomplete .suggestion-item.selected .section-doctor-profile .doctor-insurance-container .insurance-content a.icon:before,
      .section-doctor-profile .doctor-insurance-container .insurance-content .autocomplete .suggestion-item:focus a.icon:before, .autocomplete .suggestion-item:focus .section-doctor-profile .doctor-insurance-container .insurance-content a.icon:before, .section-doctor-profile .doctor-insurance-container .insurance-content .search-app-gs .icon.arrow-right:after, .search-app-gs .section-doctor-profile .doctor-insurance-container .insurance-content .icon.arrow-right:after, .section-doctor-profile .doctor-insurance-container .insurance-content .search-app-gs .icon.arrow-left:before, .search-app-gs .section-doctor-profile .doctor-insurance-container .insurance-content .icon.arrow-left:before, .section-doctor-profile .doctor-insurance-container .insurance-content .search-app-gs .tag-container .tag .icon[data-role="remove"]:after, .search-app-gs .tag-container .tag .section-doctor-profile .doctor-insurance-container .insurance-content .icon[data-role="remove"]:after, .section-doctor-profile .doctor-insurance-container .insurance-content .icon.back-to-top:before, .section-doctor-profile .doctor-insurance-container .insurance-content .video-library .icon.video-library-image:before, .video-library .section-doctor-profile .doctor-insurance-container .insurance-content .icon.video-library-image:before {
        color: #00668f;
        font-size: 1.5rem;
        margin-right: 0;
        line-height: 21px; }
  .section-doctor-profile .doctor-insurance-container .insurance-detail {
    padding-left: 1.25rem;
    font-weight: bold;
    margin-bottom: 30px; }
    .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper {
      white-space: nowrap;
      margin-right: 2rem;
      text-decoration: none;
      text-transform: uppercase; }
      @media only screen and (min-width: 767px) and (max-width: 900px) {
        .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper {
          margin-right: 1rem; } }
      @media only screen and (min-width: 1200px) {
        .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper {
          margin-right: 2.5rem; } }
      .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .icon {
        color: #00668f;
        margin-right: 5px; }
        .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .icon.fas, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .icon.far {
          font-size: 1rem;
          line-height: 12px; }
      .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper:hover .icon {
        color: #0b4265; }
      .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .material-icons, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .icon-request-appointment:before, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .icon-watch-video:before, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .icon-play:before, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .icon-person-location:before, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .icon-details-top:before, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .icon-details-left:before, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .icon-directions:before, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .icon-directions-alt:before, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .icon-send-message:before, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .icon-phone-top:before, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .icon-phone-left:before, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .icon-comment:before, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .icon-cancel-search:before, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .panel-footer .panel-footer-more:before, .panel-footer .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .panel-footer-more:before, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .panel-toggle .panel-toggle-trigger:after, .panel-toggle .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .panel-toggle-trigger:after, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .video-item figure:before, .video-item .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper figure:before, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .toggle-icon:after, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper div[id*="thumbnail"]:before, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .card-trigger a:after, .card-trigger .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper a:after, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .card-video .card-image:before, .card-video .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .card-image:before, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .card-content-figure figure.video a:before, .card-content-figure figure.video .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper a:before, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper [data-role="remove"]:after, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .section-location-details .btn-req-appt:after, .section-location-details .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .btn-req-appt:after,
      .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .section-location-details .btn-dr-location:after, .section-location-details .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .btn-dr-location:after, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .locations2 .hospital-video a:before, .locations2 .hospital-video .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper a:before, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .locations-landing .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .icon-arrow:after, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper a:hover:before,
      .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper a:before,
      .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper a:before, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .search-app-gs .arrow-right:after, .search-app-gs .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .arrow-right:after, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .search-app-gs .arrow-left:before, .search-app-gs .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .arrow-left:before, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper [data-role="remove"]:after, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .back-to-top:before, .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .video-library .video-library-image:before, .video-library .section-doctor-profile .doctor-insurance-container .insurance-detail .edit-link-wrapper .video-library-image:before {
        font-size: 1.25rem; }
  .section-doctor-profile .doctor-insurance-container .dropdown-menu-container {
    display: flex; }
    @media only screen and (max-width: 767px) {
      .section-doctor-profile .doctor-insurance-container .dropdown-menu-container {
        flex-direction: column; } }
    .section-doctor-profile .doctor-insurance-container .dropdown-menu-container .dropdown-item {
      flex: 1 1 0;
      padding: 0 10px 10px; }
      .section-doctor-profile .doctor-insurance-container .dropdown-menu-container .dropdown-item .disabled, .section-doctor-profile .doctor-insurance-container .dropdown-menu-container .dropdown-item .removed {
        color: #7f8283; }
      .section-doctor-profile .doctor-insurance-container .dropdown-menu-container .dropdown-item .custom-input.disabled, .section-doctor-profile .doctor-insurance-container .dropdown-menu-container .dropdown-item .custom-input.removed {
        border-color: #d4d5d6;
        background-color: #f1f1f1;
        cursor: not-allowed; }
      .section-doctor-profile .doctor-insurance-container .dropdown-menu-container .dropdown-item .dropdown-box {
        position: relative; }
        .section-doctor-profile .doctor-insurance-container .dropdown-menu-container .dropdown-item .dropdown-box input {
          padding-right: 30px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          width: 100%;
          position: relative;
          cursor: pointer; }
        .section-doctor-profile .doctor-insurance-container .dropdown-menu-container .dropdown-item .dropdown-box::before {
          content: '\e313';
          font-family: 'Material Icons';
          position: absolute;
          font-weight: 600;
          font-size: 1.25rem;
          right: 10px;
          top: 50%;
          transform: translateY(-50%);
          transition: transform 0.3s;
          z-index: 1;
          pointer-events: none; }
        .section-doctor-profile .doctor-insurance-container .dropdown-menu-container .dropdown-item .dropdown-box.active::before {
          transform: translateY(-50%) rotate(180deg); }
        .section-doctor-profile .doctor-insurance-container .dropdown-menu-container .dropdown-item .dropdown-box.disabled::before {
          color: #a9abac; }
      .section-doctor-profile .doctor-insurance-container .dropdown-menu-container .dropdown-item .dropdown-options {
        display: none;
        position: absolute;
        width: 100%;
        z-index: 999;
        background-color: #ffffff;
        min-width: 220px;
        max-height: 200px;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #888 #ffffff; }
        @media only screen and (min-width: 768px) and (max-width: 1300px) {
          .section-doctor-profile .doctor-insurance-container .dropdown-menu-container .dropdown-item .dropdown-options {
            right: 0; } }
        .section-doctor-profile .doctor-insurance-container .dropdown-menu-container .dropdown-item .dropdown-options::-webkit-scrollbar {
          width: 10px; }
        .section-doctor-profile .doctor-insurance-container .dropdown-menu-container .dropdown-item .dropdown-options::-webkit-scrollbar-track {
          background: #ffffff; }
        .section-doctor-profile .doctor-insurance-container .dropdown-menu-container .dropdown-item .dropdown-options::-webkit-scrollbar-thumb {
          background: #888; }
          .section-doctor-profile .doctor-insurance-container .dropdown-menu-container .dropdown-item .dropdown-options::-webkit-scrollbar-thumb:hover {
            background: #363637; }
        .section-doctor-profile .doctor-insurance-container .dropdown-menu-container .dropdown-item .dropdown-options.show {
          display: block; }
          .section-doctor-profile .doctor-insurance-container .dropdown-menu-container .dropdown-item .dropdown-options.show.has-border {
            border: 1px solid #ccc; }
        .section-doctor-profile .doctor-insurance-container .dropdown-menu-container .dropdown-item .dropdown-options .hidden {
          display: none; }
        .section-doctor-profile .doctor-insurance-container .dropdown-menu-container .dropdown-item .dropdown-options .section-popular {
          padding-bottom: 10px; }
        .section-doctor-profile .doctor-insurance-container .dropdown-menu-container .dropdown-item .dropdown-options .no-results, .section-doctor-profile .doctor-insurance-container .dropdown-menu-container .dropdown-item .dropdown-options .no-results-plan {
          padding: 10px;
          font-style: italic;
          font-size: 0.75rem; }
        .section-doctor-profile .doctor-insurance-container .dropdown-menu-container .dropdown-item .dropdown-options .list-title {
          padding-left: 10px;
          color: #a9abac; }
        .section-doctor-profile .doctor-insurance-container .dropdown-menu-container .dropdown-item .dropdown-options .section {
          padding: 10px 0;
          margin-bottom: 10px; }
      .section-doctor-profile .doctor-insurance-container .dropdown-menu-container .dropdown-item .custom-option {
        padding: 4px 14px;
        cursor: pointer; }
      .section-doctor-profile .doctor-insurance-container .dropdown-menu-container .dropdown-item .custom-option:hover {
        background-color: #f0f0f0; }
  .section-doctor-profile .doctor-insurance-container #dropdownContainer {
    transition: max-height 0.5s ease-in-out;
    max-height: 0;
    overflow: hidden; }
    .section-doctor-profile .doctor-insurance-container #dropdownContainer.show {
      max-height: 120px;
      overflow: unset; }
      @media only screen and (max-width: 767px) {
        .section-doctor-profile .doctor-insurance-container #dropdownContainer.show {
          min-height: 225px; } }

.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: 296px;
      text-align: left; } }
  @media only screen and (max-width: 767px) {
    .section-doctor-profile .btn-group-left .btn {
      padding: .75em 2em; } }

.section-doctor-profile .schedule-message {
  margin-bottom: 2rem; }
  @media only screen and (max-width: 767px) {
    .section-doctor-profile .schedule-message {
      margin-top: 2rem; } }
  .section-doctor-profile .schedule-message .d-flex {
    gap: 5px; }
    .section-doctor-profile .schedule-message .d-flex .message-icon {
      font-size: 17px;
      line-height: 24px; }
    .section-doctor-profile .schedule-message .d-flex .message-title {
      font-weight: 700; }

.section-doctor-profile .icon {
  font-size: 24px;
  line-height: 24px;
  margin-right: 10px;
  color: #322071; }
  .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: #00668f !important; }

.section-doctor-profile .icon-link:hover .icon {
  color: #0b4265 !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 {
  align-items: center;
  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 .reviews-wrapper .col.right.align-right.sort-me.no-print, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print {
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print {
        padding: 10px 0px; } }
    .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item.active .dropdown-menu, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item.active .dropdown-menu, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item.active .dropdown-menu, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item.active .dropdown-menu, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item.active .dropdown-menu {
      left: calc(100% - 235px); }
    .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-menu, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-menu, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-menu, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-menu, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-menu {
      font-size: 0.8125rem;
      display: block !important;
      left: calc(100% - 235px); }
    .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle {
      font-size: 0.8125rem; }
      .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .filter-label, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .filter-label, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .filter-label, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .filter-label, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .filter-label {
        padding-right: 15px; }
      .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper {
        padding: 10px 16px;
        border: 1px solid #00668f; }
        .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .dropdown-label, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .dropdown-label, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .dropdown-label, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .dropdown-label, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .dropdown-label {
          color: #00668f; }
        .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .material-icons, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .material-icons, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .material-icons, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .material-icons, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .material-icons, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-request-appointment:before, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-request-appointment:before, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-request-appointment:before, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-request-appointment:before, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-request-appointment:before, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-watch-video:before, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-watch-video:before, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-watch-video:before, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-watch-video:before, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-watch-video:before, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-play:before, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-play:before, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-play:before, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-play:before, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-play:before, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-person-location:before, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-person-location:before, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-person-location:before, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-person-location:before, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-person-location:before, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-details-top:before, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-details-top:before, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-details-top:before, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-details-top:before, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-details-top:before, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-details-left:before, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-details-left:before, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-details-left:before, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-details-left:before, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-details-left:before, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-directions:before, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-directions:before, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-directions:before, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-directions:before, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-directions:before, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-directions-alt:before, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-directions-alt:before, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-directions-alt:before, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-directions-alt:before, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-directions-alt:before, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-send-message:before, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-send-message:before, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-send-message:before, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-send-message:before, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-send-message:before, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-phone-top:before, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-phone-top:before, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-phone-top:before, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-phone-top:before, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-phone-top:before, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-phone-left:before, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-phone-left:before, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-phone-left:before, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-phone-left:before, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-phone-left:before, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-comment:before, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-comment:before, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-comment:before, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-comment:before, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-comment:before, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-cancel-search:before, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-cancel-search:before, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-cancel-search:before, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-cancel-search:before, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-cancel-search:before, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-footer .panel-footer-more:before, .panel-footer .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-footer-more:before, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-footer .panel-footer-more:before, .panel-footer .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-footer-more:before, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-footer .panel-footer-more:before, .panel-footer .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-footer-more:before, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-footer .panel-footer-more:before, .panel-footer .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-footer-more:before, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-footer .panel-footer-more:before, .panel-footer .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-footer-more:before, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle .panel-toggle-trigger:after, .panel-toggle .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle-trigger:after, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle .panel-toggle-trigger:after, .panel-toggle .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle-trigger:after, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle .panel-toggle-trigger:after, .panel-toggle .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle-trigger:after, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle .panel-toggle-trigger:after, .panel-toggle .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle-trigger:after, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle .panel-toggle-trigger:after, .panel-toggle .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle-trigger:after, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .flip-panel.panel-toggle .panel-toggle-trigger:after, .flip-panel.panel-toggle .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle-trigger:after, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .flip-panel.panel-toggle .panel-toggle-trigger:after, .flip-panel.panel-toggle .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle-trigger:after, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .flip-panel.panel-toggle .panel-toggle-trigger:after, .flip-panel.panel-toggle .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle-trigger:after, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .flip-panel.panel-toggle .panel-toggle-trigger:after, .flip-panel.panel-toggle .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle-trigger:after, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .flip-panel.panel-toggle .panel-toggle-trigger:after, .flip-panel.panel-toggle .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle-trigger:after, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-item figure:before, .video-item .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper figure:before, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-item figure:before, .video-item .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper figure:before, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-item figure:before, .video-item .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper figure:before, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-item figure:before, .video-item .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper figure:before, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-item figure:before, .video-item .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper figure:before, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .toggle-icon:after, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .toggle-icon:after, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .toggle-icon:after, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .toggle-icon:after, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .toggle-icon:after, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper div[id*="thumbnail"]:before, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper div[id*="thumbnail"]:before, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper div[id*="thumbnail"]:before, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper div[id*="thumbnail"]:before, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper div[id*="thumbnail"]:before, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-trigger a:after, .card-trigger .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:after, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-trigger a:after, .card-trigger .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:after, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-trigger a:after, .card-trigger .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:after, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-trigger a:after, .card-trigger .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:after, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-trigger a:after, .card-trigger .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:after, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-video .card-image:before, .card-video .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-image:before, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-video .card-image:before, .card-video .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-image:before, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-video .card-image:before, .card-video .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-image:before, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-video .card-image:before, .card-video .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-image:before, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-video .card-image:before, .card-video .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-image:before, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-content-figure figure.video a:before, .card-content-figure figure.video .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-content-figure figure.video a:before, .card-content-figure figure.video .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-content-figure figure.video a:before, .card-content-figure figure.video .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-content-figure figure.video a:before, .card-content-figure figure.video .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-content-figure figure.video a:before, .card-content-figure figure.video .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper [data-role="remove"]:after, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper [data-role="remove"]:after, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper [data-role="remove"]:after, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper [data-role="remove"]:after, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper [data-role="remove"]:after, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .section-location-details .btn-req-appt:after, .section-location-details .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .btn-req-appt:after, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .section-location-details .btn-req-appt:after, .section-location-details .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .btn-req-appt:after, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .section-location-details .btn-req-appt:after, .section-location-details .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .btn-req-appt:after, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .section-location-details .btn-req-appt:after, .section-location-details .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .btn-req-appt:after, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .section-location-details .btn-req-appt:after, .section-location-details .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .btn-req-appt:after,
        .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .section-location-details .btn-dr-location:after, .section-location-details .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .btn-dr-location:after,
        .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .section-location-details .btn-dr-location:after, .section-location-details .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .btn-dr-location:after, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .section-location-details .btn-dr-location:after, .section-location-details .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .btn-dr-location:after,
        .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .section-location-details .btn-dr-location:after, .section-location-details .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .btn-dr-location:after, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .section-location-details .btn-dr-location:after, .section-location-details .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .btn-dr-location:after, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .locations2 .hospital-video a:before, .locations2 .hospital-video .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .locations2 .hospital-video a:before, .locations2 .hospital-video .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .locations2 .hospital-video a:before, .locations2 .hospital-video .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .locations2 .hospital-video a:before, .locations2 .hospital-video .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .locations2 .hospital-video a:before, .locations2 .hospital-video .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .locations-landing .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-arrow:after, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .locations-landing .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-arrow:after, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .locations-landing .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-arrow:after, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .locations-landing .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-arrow:after, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .locations-landing .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-arrow:after, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:hover:before, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:hover:before, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:hover:before, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:hover:before, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:hover:before,
        .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before,
        .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before,
        .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before,
        .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before,
        .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before,
        .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .arrow-right:after, .search-app-gs .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .arrow-right:after, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .arrow-right:after, .search-app-gs .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .arrow-right:after, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .arrow-right:after, .search-app-gs .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .arrow-right:after, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .arrow-right:after, .search-app-gs .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .arrow-right:after, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .arrow-right:after, .search-app-gs .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .arrow-right:after, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .arrow-left:before, .search-app-gs .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .arrow-left:before, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .arrow-left:before, .search-app-gs .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .arrow-left:before, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .arrow-left:before, .search-app-gs .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .arrow-left:before, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .arrow-left:before, .search-app-gs .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .arrow-left:before, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .arrow-left:before, .search-app-gs .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .arrow-left:before, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper [data-role="remove"]:after, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper [data-role="remove"]:after, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper [data-role="remove"]:after, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper [data-role="remove"]:after, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper [data-role="remove"]:after, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .back-to-top:before, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .back-to-top:before, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .back-to-top:before, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .back-to-top:before, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .back-to-top:before, .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-library .video-library-image:before, .video-library .section-doctor-profile .reviews-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-library-image:before, .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-library .video-library-image:before, .video-library .section-doctor-profile .reviews-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-library-image:before, .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-library .video-library-image:before, .video-library .list-stacked .section-doctor-profile .reviews-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-library-image:before, .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-library .video-library-image:before, .video-library .section-doctor-profile .reviews-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-library-image:before, .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-library .video-library-image:before, .video-library .list-stacked .section-doctor-profile .reviews-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-library-image:before {
          vertical-align: middle; }

.section-doctor-profile .toggle-items {
  /*&.toggle-reviews {
            .toggle-trigger {
                .toggle-title::after {
                    content: "more reviews";
                }
            }

            .item-toggle:nth-child(n+4) {
                max-height: 0;

                @media print {
                    max-height: none;
                }
            }
        }*/ }
  .section-doctor-profile .toggle-items .toggle-content {
    max-height: none; }
  .section-doctor-profile .toggle-items .item-toggle {
    overflow: hidden;
    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-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;
    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;
    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;
    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: 170px;
  margin-right: 10px;
  font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .section-doctor-profile .dl-doctor-content dt {
      width: 100%; } }

.section-doctor-profile .dl-doctor-content dd {
  float: left;
  width: calc(100% - 180px); }
  @media only screen and (max-width: 767px) {
    .section-doctor-profile .dl-doctor-content dd {
      width: 100%;
      padding-left: 10px; } }

.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: #363637; }

.section-doctor-profile .link-more {
  text-decoration: none;
  font-weight: 600; }

.section-doctor-profile .container-scroll {
  overflow: hidden;
  overflow-y: scroll;
  max-height: 248px; }

.section-doctor-profile .container-scroll::-webkit-scrollbar {
  -webkit-appearance: none; }

.section-doctor-profile .container-scroll::-webkit-scrollbar-track {
  background: #f1f1f1; }

.section-doctor-profile .container-scroll::-webkit-scrollbar:vertical {
  width: 11px; }

.section-doctor-profile .container-scroll::-webkit-scrollbar:horizontal {
  height: 11px; }

.section-doctor-profile .container-scroll::-webkit-scrollbar-thumb {
  border: 2px solid #c1c1c1;
  /* should match background, can't be transparent */
  background-color: #c1c1c1; }

.section-doctor-profile .video-featured {
  width: 100%; }
  @media only screen and (min-width: 1210px) {
    .section-doctor-profile .video-featured {
      width: 393px;
      padding: 0; } }
  .section-doctor-profile .video-featured figure {
    overflow: hidden;
    max-height: 247px;
    width: 288px; }
    @media only screen and (min-width: 1025px) {
      .section-doctor-profile .video-featured figure {
        height: 221px;
        width: 393px; } }

.section-doctor-profile .video-list {
  width: 100%;
  height: 230px; }
  @media only screen and (min-width: 1210px) {
    .section-doctor-profile .video-list {
      width: 52%;
      height: 221px; } }

.section-doctor-profile .video-small {
  margin-top: 18px;
  width: 100%; }
  .section-doctor-profile .video-small .video-image {
    width: 41.666667%; }
    @media only screen and (max-width: 380px) {
      .section-doctor-profile .video-small .video-image {
        width: 50%; } }
    @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%; }
    @media only screen and (max-width: 380px) {
      .section-doctor-profile .video-small .video-info {
        width: 50%; } }
    @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%; } }
  @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;
  text-align: center;
  padding: 0px !important;
  color: #4a4a4a; }

.section-doctor-profile .section-ratings .overall-rating {
  text-align: center; }
  .section-doctor-profile .section-ratings .overall-rating h3 {
    margin-bottom: 10px; }
  .section-doctor-profile .section-ratings .overall-rating p {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal; }

.section-doctor-profile .section-ratings .rr-overview-left {
  width: 170px; }
  @media only screen and (max-width: 768px) {
    .section-doctor-profile .section-ratings .rr-overview-left {
      width: 100%;
      margin-bottom: 10px; } }

.section-doctor-profile .section-ratings .rr-overview-right {
  width: calc(100% - 195px);
  float: right;
  padding-right: 1.5rem; }
  .section-doctor-profile .section-ratings .rr-overview-right p {
    margin-bottom: 10px !important; }
  @media only screen and (max-width: 768px) {
    .section-doctor-profile .section-ratings .rr-overview-right {
      width: 100%;
      padding: 0px 14px;
      margin-bottom: 10px; } }

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

.section-doctor-profile .section-ratings h3 {
  color: #232526;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .section-doctor-profile .section-ratings h3 {
      font-size: 16px; } }

.section-doctor-profile .insurance-container .insurance-content {
  max-height: 235px;
  overflow: hidden; }
  .section-doctor-profile .insurance-container .insurance-content .row, .section-doctor-profile .insurance-container .insurance-content .list-stacked {
    margin-right: 0px;
    margin-left: 1px; }
    @media screen and (min-width: 1023px) {
      .section-doctor-profile .insurance-container .insurance-content .row, .section-doctor-profile .insurance-container .insurance-content .list-stacked {
        padding-right: 3rem !important; } }
    .section-doctor-profile .insurance-container .insurance-content .row .flex-item, .section-doctor-profile .insurance-container .insurance-content .list-stacked .flex-item, .section-doctor-profile .insurance-container .insurance-content .row .la-ball-clip-rotate > div, .section-doctor-profile .insurance-container .insurance-content .list-stacked .la-ball-clip-rotate > div, .section-doctor-profile .insurance-container .insurance-content .row .section-locations .locations-container .locations-item, .section-locations .locations-container .section-doctor-profile .insurance-container .insurance-content .row .locations-item, .section-doctor-profile .insurance-container .insurance-content .list-stacked .section-locations .locations-container .locations-item, .section-locations .locations-container .section-doctor-profile .insurance-container .insurance-content .list-stacked .locations-item {
      flex: 1; }
  .section-doctor-profile .insurance-container .insurance-content .title {
    font-weight: 700;
    margin: auto; }
  .section-doctor-profile .insurance-container .insurance-content.showContent {
    max-height: 9000px !important; }

.section-doctor-profile .insurance-container .hiddenContent {
  overflow: hidden;
  max-height: 235px; }

.section-doctor-profile .disclosures .show-more, .section-doctor-profile .insurance-container .show-more {
  padding: 20px 0; }
  .section-doctor-profile .disclosures .show-more a, .section-doctor-profile .insurance-container .show-more a {
    cursor: pointer; }
    .section-doctor-profile .disclosures .show-more a.view-more::after, .section-doctor-profile .disclosures .show-more a.view-less::after, .section-doctor-profile .insurance-container .show-more a.view-more::after, .section-doctor-profile .insurance-container .show-more a.view-less::after {
      position: relative;
      top: -1px;
      font-family: "Font Awesome 5 Free";
      font-size: 12px;
      margin-left: 5px; }
    .section-doctor-profile .disclosures .show-more a.view-more::after, .section-doctor-profile .insurance-container .show-more a.view-more::after {
      content: "\f067"; }
    .section-doctor-profile .disclosures .show-more a.view-less::after, .section-doctor-profile .insurance-container .show-more a.view-less::after {
      font-family: "Font Awesome 5 Free";
      content: "\f068";
      font-size: 12px;
      margin-left: 5px; }

.section-doctor-profile .disclosures .hideContent, .section-doctor-profile .insurance-container .hideContent {
  overflow: hidden;
  height: 200px; }

.section-doctor-profile .disclosures .showContent, .section-doctor-profile .insurance-container .showContent {
  height: auto; }

.section-doctor-profile .disclosure-container ul:before {
  content: attr(aria-label);
  font-size: 20px;
  font-weight: 600; }

@media screen and (min-width: 1025px) {
  #reviews h2 {
    margin-bottom: 20px; } }

.fad-back-link {
  font-weight: 600;
  height: 44px;
  width: 100%; }
  @media screen and (min-width: 1025px) {
    .fad-back-link {
      position: relative;
      top: -68px;
      z-index: 1;
      text-align: right;
      font-size: 14px; }
      .fad-back-link a {
        display: inline;
        text-decoration: none;
        height: 44px;
        margin-bottom: 0px !important; }
      .fad-back-link i, .fad-back-link span {
        display: table-cell;
        vertical-align: middle;
        height: 44px;
        padding-right: 8px; }
      .fad-back-link i {
        padding-right: 9px; } }
  @media screen and (max-width: 1024px) {
    .fad-back-link {
      font-size: 20px; } }

.rr-header {
  position: relative;
  top: 28px;
  width: 100%; }
  @media only screen and (max-width: 1024px) {
    .rr-header {
      top: 0px; } }

.rr-number {
  font-size: 14px; }
  @media (max-width: 1024px) and (min-width: 768px) {
    .rr-number {
      position: relative;
      height: 15px;
      top: -24px; } }
  @media only screen and (max-width: 767px) {
    .rr-number {
      position: relative;
      height: 40px;
      top: -34px; } }

@media only screen and (min-width: 1025px) {
  .toggle-reviews {
    margin-top: -20px; } }

@media only screen and (max-width: 768px) {
  .scheduling-group #schedule-span {
    display: none !important; } }

.scheduling-group .scheduling-button {
  margin-bottom: 0 !important; }
  @media only screen and (max-width: 768px) {
    .scheduling-group .scheduling-button {
      width: 80%;
      margin: 0 auto; } }
  .scheduling-group .scheduling-button .fas {
    color: white;
    padding: 0 10px; }
  .scheduling-group .scheduling-button[href^="tel:"]:hover {
    color: white; }

.scheduling-group .scheduling-dropdown {
  display: none;
  background: white;
  z-index: 4; }
  @media only screen and (min-width: 768px) {
    .scheduling-group .scheduling-dropdown {
      position: absolute;
      width: 296px;
      padding: 0 12px;
      border-radius: 0 0 4px 4px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
      border: solid 1px #d0cde1; } }
  @media only screen and (max-width: 767px) {
    .scheduling-group .scheduling-dropdown {
      position: fixed;
      width: 98%;
      bottom: 0;
      left: 1%;
      z-index: 10003;
      border-radius: 20px 20px 0 0; } }
  .scheduling-group .scheduling-dropdown div, .scheduling-group .scheduling-dropdown a {
    text-align: left; }
  .scheduling-group .scheduling-dropdown p {
    font-size: 16px;
    font-weight: 600;
    color: #232526;
    padding: 20px 0;
    border-bottom: 1px solid #d0cde1; }
    @media only screen and (max-width: 768px) {
      .scheduling-group .scheduling-dropdown p {
        padding-left: 2em; } }
    .scheduling-group .scheduling-dropdown p.appointment-message {
      color: #232526;
      font-size: 14px;
      font-weight: normal;
      line-height: 1.71;
      padding-top: 0;
      padding-bottom: 0;
      margin: 0;
      border: none;
      text-transform: initial;
      margin-left: 25px; }
  .scheduling-group .scheduling-dropdown a {
    padding: 0 10px 15px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #d0cde1;
    font-weight: 600;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .scheduling-group .scheduling-dropdown a span:first-of-type {
        padding-left: 2em; } }
    .scheduling-group .scheduling-dropdown a:last-child {
      border: none; }
    .scheduling-group .scheduling-dropdown a:hover {
      cursor: pointer;
      /*background-color: #ddd;*/ }
  .scheduling-group .scheduling-dropdown .fa, .scheduling-group .scheduling-dropdown .fas, .scheduling-group .scheduling-dropdown .icon {
    color: #00668f; }
  .scheduling-group .scheduling-dropdown .icon {
    font-size: 14px;
    line-height: 23px; }
    .scheduling-group .scheduling-dropdown .icon.small {
      margin-right: 8px; }
  .scheduling-group .scheduling-dropdown .icon-after {
    padding-left: 8px; }

.scheduling-group.show .scheduling-dropdown {
  display: block !important; }

@media only screen and (max-width: 767px) {
  .scheduling-group.show .gray-bg {
    display: block !important; } }

.scheduling-group .call-btn.hover {
  color: #fff; }

.personal-url {
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5; }
  .personal-url .icon {
    font-size: 13px;
    margin: 0 10px; }

.disabled-link {
  pointer-events: none;
  cursor: not-allowed; }

.greyed-out, .disabled-link {
  color: #767676 !important; }

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

body.ots #feedbackify {
  display: none; }

.doctor-rating .doctor-rating-number {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 2px 0 0;
  color: #363637; }

.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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .doctor-rating .doctor-rating-stars .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .doctor-rating .doctor-rating-stars .icon-arrow:after, .doctor-rating .doctor-rating-stars .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .doctor-rating .doctor-rating-stars a:hover:before,
.doctor-rating .doctor-rating-stars .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .doctor-rating .doctor-rating-stars a:before,
.doctor-rating .doctor-rating-stars .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .doctor-rating .doctor-rating-stars a:before, .doctor-rating .doctor-rating-stars .search-app-gs .arrow-right:after, .search-app-gs .doctor-rating .doctor-rating-stars .arrow-right:after, .doctor-rating .doctor-rating-stars .search-app-gs .arrow-left:before, .search-app-gs .doctor-rating .doctor-rating-stars .arrow-left:before, .doctor-rating .doctor-rating-stars .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .doctor-rating .doctor-rating-stars [data-role="remove"]: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; }

.show-block {
  display: block; }

.hide-block {
  display: none; }

.icon-watch-video.btn {
  padding: 0.25em 1em;
  margin: 0; }

.doctor-search-suggestions.active .dropdown-menu {
  min-width: 100%;
  overflow-y: auto;
  max-height: 650px; }
  @media only screen and (max-width: 1025px) {
    .doctor-search-suggestions.active .dropdown-menu {
      max-height: 300px; } }

.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;
  transition: max-height .5s;
  overflow: hidden; }
  .doctor-search-suggestions .dropdown-menu .autocomplete-results {
    padding: 14px 0;
    border: 1px solid #e1e1e1;
    border-top: 0;
    overflow-x: hidden;
    overflow-y: auto; }
    .doctor-search-suggestions .dropdown-menu .autocomplete-results .section,
    .doctor-search-suggestions .dropdown-menu .autocomplete-results .section-border-bottom {
      position: relative;
      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: #0b4265;
      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: 10px;
      color: #a9abac; }
      @media only screen and (max-width: 767px) {
        .doctor-search-suggestions .dropdown-menu .autocomplete-results .list-title {
          font-size: .85rem; } }
    .doctor-search-suggestions .dropdown-menu .autocomplete-results .list-show-more {
      position: absolute;
      top: 0;
      right: 0;
      padding-top: 2px;
      font-size: .75rem;
      font-weight: 400; }
    .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: #363637;
        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: #363637;
          background-color: #EEE; }
    .doctor-search-suggestions .dropdown-menu .autocomplete-results .no-results {
      padding: 10px 14px !important; }
      .doctor-search-suggestions .dropdown-menu .autocomplete-results .no-results .no-results-term {
        font-weight: 700;
        font-style: italic; }

@media print {
  .doctors-search-bar .filter-item.filter-results {
    font-size: 24px; } }

.doctors-search-bar .filter-search-bar {
  width: 100%;
  -moz-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: #363637;
      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;
    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 {
    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: flex;
        flex-direction: column;
        flex: 1 0 116px;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center; }
      .doctors .card.card-doctor .card-flex .group-name {
        flex: 0 1 auto;
        align-self: center;
        order: 0; }
      .doctors .card.card-doctor .card-flex .doctor-status,
      .doctors .card.card-doctor .card-flex .list-status {
        display: flex;
        flex-direction: column;
        flex: 0 0 41px; }
      .doctors .card.card-doctor .card-flex .doctor-title {
        flex: 300 0 auto; }
      .doctors .card.card-doctor .card-flex .doctor-card-footer {
        display: flex;
        flex-direction: column;
        flex: 1 0 100px; } }
    .doctors .card.card-doctor .card-flex .card-doctor-header {
      display: flex;
      flex-direction: column;
      flex: 1 0 auto;
      clear: both;
      width: 100%;
      color: #363637;
      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: flex;
        flex-direction: row;
        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-wrapper.featuredexperts {
        margin-top: 0px;
        margin: auto; }
        .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .ratingstext {
          font-size: 14px; }
        .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating {
          margin-top: 0px; }
          .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .material-icons, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-request-appointment:before, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-watch-video:before, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-play:before, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-person-location:before, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-details-top:before, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-details-left:before, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-directions:before, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-directions-alt:before, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-send-message:before, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-phone-top:before, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-phone-left:before, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-comment:before, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-cancel-search:before, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .panel-footer .panel-footer-more:before, .panel-footer .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .panel-footer-more:before, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .panel-toggle .panel-toggle-trigger:after, .panel-toggle .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .panel-toggle-trigger:after, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .video-item figure:before, .video-item .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars figure:before, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .toggle-icon:after, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars div[id*="thumbnail"]:before, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .card-trigger a:after, .card-trigger .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars a:after, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .card-video .card-image:before, .card-video .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .card-image:before, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .card-content-figure figure.video a:before, .card-content-figure figure.video .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars a:before, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars [data-role="remove"]:after, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .section-location-details .btn-req-appt:after, .section-location-details .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .btn-req-appt:after,
          .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .section-location-details .btn-dr-location:after, .section-location-details .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .btn-dr-location:after, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .locations2 .hospital-video a:before, .locations2 .hospital-video .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars a:before, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .locations-landing .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-arrow:after, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars a:hover:before,
          .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars a:before,
          .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars a:before, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .search-app-gs .arrow-right:after, .search-app-gs .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .arrow-right:after, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .search-app-gs .arrow-left:before, .search-app-gs .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .arrow-left:before, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars [data-role="remove"]:after, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .back-to-top:before, .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .video-library .video-library-image:before, .video-library .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .video-library-image:before {
            width: 14px !important; }
          .doctors .card.card-doctor .card-flex .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .ratingscounttext {
            font-size: 11px;
            padding-left: 3px; }
      .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;
          font-weight: 700;
          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: #363637;
      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: #574497;
          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 {
      transition: all .5s; }
      .no-mobile .doctors .card.card-doctor .card-flex:hover .btn {
        background: #00668f;
        color: #fff; }
        .no-mobile .doctors .card.card-doctor .card-flex:hover .btn:hover {
          background: #0b4265; }
        .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) {
      transition-delay: .1s; }
    .doctors .card.card-doctor:nth-of-type(4n+3) {
      transition-delay: .2s; }
    .doctors .card.card-doctor:nth-of-type(4n) {
      transition-delay: .25s; } }
  @media only screen and (min-width: 1024px) and (max-width: 1619px) {
    .doctors .card.card-doctor:nth-of-type(3n+2) {
      transition-delay: .1s; }
    .doctors .card.card-doctor:nth-of-type(3n) {
      transition-delay: .25s; }
    .doctors .card.card-doctor:nth-of-type(2n) {
      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: #363637;
    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; }
  .doctors .card.card-doctor.featured-experts .doctor-photo {
    align-self: center; }
  .doctors .card.card-doctor.featured-experts .card-flex .doctor-name {
    margin-bottom: 4px; }
  .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .ratingstext, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .ratingscounttext {
    font-size: 10px !important; }
  .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating {
    margin-top: 0px; }
    .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .material-icons, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-request-appointment:before, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-watch-video:before, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-play:before, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-person-location:before, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-details-top:before, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-details-left:before, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-directions:before, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-directions-alt:before, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-send-message:before, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-phone-top:before, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-phone-left:before, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-comment:before, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-cancel-search:before, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .panel-footer .panel-footer-more:before, .panel-footer .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .panel-footer-more:before, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .panel-toggle .panel-toggle-trigger:after, .panel-toggle .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .panel-toggle-trigger:after, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .video-item figure:before, .video-item .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars figure:before, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .toggle-icon:after, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars div[id*="thumbnail"]:before, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .card-trigger a:after, .card-trigger .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars a:after, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .card-video .card-image:before, .card-video .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .card-image:before, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .card-content-figure figure.video a:before, .card-content-figure figure.video .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars a:before, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars [data-role="remove"]:after, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .section-location-details .btn-req-appt:after, .section-location-details .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .btn-req-appt:after,
    .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .section-location-details .btn-dr-location:after, .section-location-details .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .btn-dr-location:after, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .locations2 .hospital-video a:before, .locations2 .hospital-video .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars a:before, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .locations-landing .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .icon-arrow:after, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars a:hover:before,
    .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars a:before,
    .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars a:before, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .search-app-gs .arrow-right:after, .search-app-gs .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .arrow-right:after, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .search-app-gs .arrow-left:before, .search-app-gs .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .arrow-left:before, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars [data-role="remove"]:after, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .back-to-top:before, .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .video-library .video-library-image:before, .video-library .doctors .card.card-doctor.featured-experts .card-doctor-header .doctor-rating-wrapper.featuredexperts .doctor-rating .doctor-rating-stars .video-library-image:before {
      font-size: 1rem;
      height: 16px;
      width: 12px !important; }

@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 .doctor-card.debug.aff-t3 {
  border: 3px solid red; }

.doctors .doctor-card.debug.aff-t2 {
  border: 3px solid aqua; }

.doctors .doctor-card.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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .section-doctors .dropdown-toggle .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .section-doctors .dropdown-toggle .icon-arrow:after, .section-doctors .dropdown-toggle .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .section-doctors .dropdown-toggle a:hover:before,
  .section-doctors .dropdown-toggle .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .section-doctors .dropdown-toggle a:before,
  .section-doctors .dropdown-toggle .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .section-doctors .dropdown-toggle a:before, .section-doctors .dropdown-toggle .search-app-gs .arrow-right:after, .search-app-gs .section-doctors .dropdown-toggle .arrow-right:after, .section-doctors .dropdown-toggle .search-app-gs .arrow-left:before, .search-app-gs .section-doctors .dropdown-toggle .arrow-left:before, .section-doctors .dropdown-toggle .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .section-doctors .dropdown-toggle [data-role="remove"]: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: #00668f; }

@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: #363637; }
  .fad-search .search-bar-full label {
    float: left;
    color: #363637;
    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; }

.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: #363637; }
  .pdf.doctors .panel-disclaimer {
    padding: 24px;
    width: 100%;
    float: left;
    clear: none;
    margin: -24px 0 0; }
  .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: 12px 0 24px 0; }
    .pdf.doctors .section-doctor-details .doctor-photo {
      text-align: center;
      margin-bottom: 0;
      width: 100%; }
      .pdf.doctors .section-doctor-details .doctor-photo figure {
        width: 180px;
        height: 180px;
        margin: 0 auto 4px auto;
        border: 1px solid #ddd; }
    .pdf.doctors .section-doctor-details .overall-rating {
      margin: 0 0 1em 0;
      padding-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-info h1 {
        margin: 0;
        font-weight: 600;
        overflow-wrap: break-word;
        word-wrap: break-word; }
      .pdf.doctors .section-doctor-details .doctor-info p {
        margin: 0; }
    .pdf.doctors .section-doctor-details .doctor-groups, .pdf.doctors .section-doctor-details .primary-specialty {
      font-weight: 600; }
    .pdf.doctors .section-doctor-details .doctor-groups {
      padding-left: 0;
      margin: 1rem 0;
      list-style: none;
      list-style-position: inside;
      font-weight: 600; }
      .pdf.doctors .section-doctor-details .doctor-groups li {
        padding-left: 0;
        margin-bottom: 0; }
    .pdf.doctors .section-doctor-details .doctor-status .item-status {
      margin: 1em 0; }
    .pdf.doctors .section-doctor-details .doctor-rating {
      margin-top: 12px; }
    .pdf.doctors .section-doctor-details .doctor-rating-stars {
      border: 0; }
      .pdf.doctors .section-doctor-details .doctor-rating-stars .material-icons, .pdf.doctors .section-doctor-details .doctor-rating-stars .icon-request-appointment:before, .pdf.doctors .section-doctor-details .doctor-rating-stars .icon-watch-video:before, .pdf.doctors .section-doctor-details .doctor-rating-stars .icon-play:before, .pdf.doctors .section-doctor-details .doctor-rating-stars .icon-person-location:before, .pdf.doctors .section-doctor-details .doctor-rating-stars .icon-details-top:before, .pdf.doctors .section-doctor-details .doctor-rating-stars .icon-details-left:before, .pdf.doctors .section-doctor-details .doctor-rating-stars .icon-directions:before, .pdf.doctors .section-doctor-details .doctor-rating-stars .icon-directions-alt:before, .pdf.doctors .section-doctor-details .doctor-rating-stars .icon-send-message:before, .pdf.doctors .section-doctor-details .doctor-rating-stars .icon-phone-top:before, .pdf.doctors .section-doctor-details .doctor-rating-stars .icon-phone-left:before, .pdf.doctors .section-doctor-details .doctor-rating-stars .icon-comment:before, .pdf.doctors .section-doctor-details .doctor-rating-stars .icon-cancel-search:before, .pdf.doctors .section-doctor-details .doctor-rating-stars .panel-footer .panel-footer-more:before, .panel-footer .pdf.doctors .section-doctor-details .doctor-rating-stars .panel-footer-more:before, .pdf.doctors .section-doctor-details .doctor-rating-stars .panel-toggle .panel-toggle-trigger:after, .panel-toggle .pdf.doctors .section-doctor-details .doctor-rating-stars .panel-toggle-trigger:after, .pdf.doctors .section-doctor-details .doctor-rating-stars .video-item figure:before, .video-item .pdf.doctors .section-doctor-details .doctor-rating-stars figure:before, .pdf.doctors .section-doctor-details .doctor-rating-stars .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .pdf.doctors .section-doctor-details .doctor-rating-stars .toggle-icon:after, .pdf.doctors .section-doctor-details .doctor-rating-stars .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .pdf.doctors .section-doctor-details .doctor-rating-stars div[id*="thumbnail"]:before, .pdf.doctors .section-doctor-details .doctor-rating-stars .card-trigger a:after, .card-trigger .pdf.doctors .section-doctor-details .doctor-rating-stars a:after, .pdf.doctors .section-doctor-details .doctor-rating-stars .card-video .card-image:before, .card-video .pdf.doctors .section-doctor-details .doctor-rating-stars .card-image:before, .pdf.doctors .section-doctor-details .doctor-rating-stars .card-content-figure figure.video a:before, .card-content-figure figure.video .pdf.doctors .section-doctor-details .doctor-rating-stars a:before, .pdf.doctors .section-doctor-details .doctor-rating-stars .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .pdf.doctors .section-doctor-details .doctor-rating-stars [data-role="remove"]:after, .pdf.doctors .section-doctor-details .doctor-rating-stars .section-location-details .btn-req-appt:after, .section-location-details .pdf.doctors .section-doctor-details .doctor-rating-stars .btn-req-appt:after,
      .pdf.doctors .section-doctor-details .doctor-rating-stars .section-location-details .btn-dr-location:after, .section-location-details .pdf.doctors .section-doctor-details .doctor-rating-stars .btn-dr-location:after, .pdf.doctors .section-doctor-details .doctor-rating-stars .locations2 .hospital-video a:before, .locations2 .hospital-video .pdf.doctors .section-doctor-details .doctor-rating-stars a:before, .pdf.doctors .section-doctor-details .doctor-rating-stars .locations-landing .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .pdf.doctors .section-doctor-details .doctor-rating-stars .icon-arrow:after, .pdf.doctors .section-doctor-details .doctor-rating-stars .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .pdf.doctors .section-doctor-details .doctor-rating-stars a:hover:before,
      .pdf.doctors .section-doctor-details .doctor-rating-stars .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .pdf.doctors .section-doctor-details .doctor-rating-stars a:before,
      .pdf.doctors .section-doctor-details .doctor-rating-stars .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .pdf.doctors .section-doctor-details .doctor-rating-stars a:before, .pdf.doctors .section-doctor-details .doctor-rating-stars .search-app-gs .arrow-right:after, .search-app-gs .pdf.doctors .section-doctor-details .doctor-rating-stars .arrow-right:after, .pdf.doctors .section-doctor-details .doctor-rating-stars .search-app-gs .arrow-left:before, .search-app-gs .pdf.doctors .section-doctor-details .doctor-rating-stars .arrow-left:before, .pdf.doctors .section-doctor-details .doctor-rating-stars .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .pdf.doctors .section-doctor-details .doctor-rating-stars [data-role="remove"]:after, .pdf.doctors .section-doctor-details .doctor-rating-stars .back-to-top:before, .pdf.doctors .section-doctor-details .doctor-rating-stars .video-library .video-library-image:before, .video-library .pdf.doctors .section-doctor-details .doctor-rating-stars .video-library-image:before {
        font-size: 28px;
        width: 22px;
        height: 28px; }
    .pdf.doctors .section-doctor-details .doctor-rating-number {
      font-size: 18px;
      font-weight: 600;
      margin: 0 5px 0 0; }
      .pdf.doctors .section-doctor-details .doctor-rating-number .number {
        font-size: 55px;
        font-weight: 600; }
    .pdf.doctors .section-doctor-details .doctor-detail-header {
      text-align: left; }
    .pdf.doctors .section-doctor-details .doctor-detail-info .panel {
      border: 0 !important;
      margin: 0;
      padding-bottom: 0; }
    .pdf.doctors .section-doctor-details .doctor-detail-info .panel-title {
      border-top: 2px solid #eee;
      padding-top: 16px; }
    .pdf.doctors .section-doctor-details .panel-content {
      padding-top: 0;
      max-height: none; }
      .pdf.doctors .section-doctor-details .panel-content .comments {
        padding: 0; }
        .pdf.doctors .section-doctor-details .panel-content .comments:after {
          display: none; }
      .pdf.doctors .section-doctor-details .panel-content .col, .pdf.doctors .section-doctor-details .panel-content .list-stacked dt, .list-stacked .pdf.doctors .section-doctor-details .panel-content dt, .pdf.doctors .section-doctor-details .panel-content .list-stacked dd, .list-stacked .pdf.doctors .section-doctor-details .panel-content dd {
        padding: 12px 16px; }
      .pdf.doctors .section-doctor-details .panel-content .review-date {
        color: #7f8283; }
      .pdf.doctors .section-doctor-details .panel-content .review-body {
        position: relative;
        margin-bottom: .25em; }
      .pdf.doctors .section-doctor-details .panel-content .show-more {
        cursor: pointer;
        margin-bottom: 16px; }
        .pdf.doctors .section-doctor-details .panel-content .show-more:after {
          content: "Read More"; }
    .pdf.doctors .section-doctor-details .panel-content a {
      text-decoration: none;
      color: #363637; }
    .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-header {
      margin: 0;
      padding: 16px 24px; }
      .pdf.doctors .section-doctor-details .sidebar-header .sidebar-title {
        font-size: 20px;
        margin-bottom: 0; }
    .pdf.doctors .section-doctor-details .panel-additional-locations .card-content-figure {
      position: relative; }
      .pdf.doctors .section-doctor-details .panel-additional-locations .card-content-figure .card-content-body {
        padding: 0 0 10px 75px; }
      .pdf.doctors .section-doctor-details .panel-additional-locations .card-content-figure .map {
        position: absolute;
        left: 0;
        top: 0; }
    .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%;
    margin: 0;
    padding: 8px !important; }
  .pdf.doctors .list-stacked dd {
    width: 66.66%;
    margin: 0;
    padding: 8px !important; }
  .pdf.doctors .panel-ratings {
    max-height: 100%;
    overflow: visible;
    margin-bottom: 0; }
    .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-count {
      margin: 0;
      padding: 0; }
    .pdf.doctors .panel-ratings .rating-title,
    .pdf.doctors .panel-ratings .rating-count {
      color: #363637; }
    .pdf.doctors .panel-ratings .tipped-review-text {
      color: #363637; }
      .pdf.doctors .panel-ratings .tipped-review-text .small {
        margin-left: 4px; }
    .pdf.doctors .panel-ratings .care-provider-ratings {
      width: 100%;
      margin: 2em 0 1em 0;
      padding-top: 2em; }
  .pdf.doctors .panel-reviews {
    border: 0 !important; }
    .pdf.doctors .panel-reviews .panel-title {
      padding: 0 0 16px 0;
      border: 0 !important; }
    .pdf.doctors .panel-reviews .panel-title-name {
      margin: 0;
      border: 0 !important; }
      .pdf.doctors .panel-reviews .panel-title-name h3 {
        margin-bottom: 0; }
  .pdf.doctors span.language {
    text-transform: capitalize; }

.doctor-card {
  width: 100%;
  position: relative;
  padding: 0 12px; }
  .doctor-card:focus {
    /* Fallback style for browsers that don't support :focus-visible */
    outline: 5px auto -webkit-focus-ring-color;
    outline: auto 1px highlight;
    outline-offset: 2px; }
  .doctor-card:focus:not(:focus-visible) {
    /* Removing the focus indicator on mouse-focus for browsers that do support :focus-visible */
    outline: none; }
  .doctor-card:focus-visible {
    /* Add keyboard-focus on browsers that do support :focus-visible */
    outline: 5px auto -webkit-focus-ring-color;
    outline: auto 1px highlight;
    outline-offset: 2px; }
  @media only screen and (max-width: 767px) {
    .doctor-card {
      padding: 0 8px; } }
  @media only screen and (min-width: 540px) {
    .doctor-card {
      width: 50%; } }
  @media only screen and (min-width: 1200px) {
    .doctor-card {
      width: 33.33%; } }
  @media only screen and (min-width: 1600px) {
    .doctor-card {
      width: 25%; } }
  @media print {
    .doctor-card {
      min-height: 400px;
      width: 33%; } }
  .doctor-card .card-flex {
    border-radius: 2px;
    background: #fff;
    text-decoration: none;
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1); }
    .no-mobile .doctor-card .card-flex:hover {
      transition: all .5s; }
      .no-mobile .doctor-card .card-flex:hover .btn {
        background: #00668f;
        color: #fff; }
        .no-mobile .doctor-card .card-flex:hover .btn:hover {
          background: #0b4265; }
        .no-mobile .doctor-card .card-flex:hover .btn:active {
          background: #006f80; }
  .doctor-card .card-header {
    color: #363637;
    min-height: 1px; }
    .doctor-card .card-header a.profile-play-button {
      position: absolute;
      left: 15px;
      top: 58px; }
  .doctor-card .doctor-name {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
    width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word; }
  .doctor-card .doctor-photo {
    width: 49%;
    max-width: 135px; }
    @media only screen and (min-width: 768px) and (max-width: 899px) {
      .doctor-card .doctor-photo {
        width: 58%; } }
    @media only screen and (min-width: 1680px) and (max-width: 1919px) {
      .doctor-card .doctor-photo {
        width: 46%; } }
    .doctor-card .doctor-photo figure {
      margin-top: -30%;
      border: 1px solid #d4d5d6;
      background: #fff; }
  .doctor-card .card-location-wrapper {
    width: 51%; }
    @media only screen and (min-width: 768px) and (max-width: 899px) {
      .doctor-card .card-location-wrapper {
        width: 42%; } }
    @media only screen and (min-width: 1680px) and (max-width: 1919px) {
      .doctor-card .card-location-wrapper {
        width: 54%; } }
  .doctor-card .doctor-location-info .icon {
    vertical-align: bottom;
    width: 1rem;
    color: #666666; }
  .doctor-card .doctor-location-info .distance {
    font-size: 0.75rem;
    color: #3b3e40; }
    @media only screen and (min-width: 1025px) {
      .doctor-card .doctor-location-info .distance {
        font-size: 0.875rem; } }
  .doctor-card .fancybox-video {
    text-decoration: none; }
    @media print {
      .doctor-card .fancybox-video {
        display: none !important; } }
    .doctor-card .fancybox-video .icon {
      font-size: 32px;
      width: 26px;
      height: 18px;
      line-height: 18px;
      background-color: white; }
    .doctor-card .fancybox-video .action-name {
      font-weight: 600;
      font-size: 14px;
      line-height: 1.75; }
      @media only screen and (min-width: 540px) and (max-width: 650px), only screen and (min-width: 768px) and (max-width: 999px), only screen and (min-width: 1200px) and (max-width: 1299px), only screen and (min-width: 1600px) and (max-width: 1679px) {
        .doctor-card .fancybox-video .action-name {
          text-align: left;
          padding: .25rem 0; } }
  .doctor-card .doctor-rating .doctor-rating-number {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5; }
  .doctor-card .doctor-rating .doctor-rating-count {
    font-size: 12px; }
  .doctor-card .doctor-groups {
    color: #363637; }
    @media only screen and (min-width: 480px) {
      .doctor-card .doctor-groups {
        justify-content: center;
        align-content: center;
        align-items: center; } }
    .doctor-card .doctor-groups .group-name {
      font-size: 0.875rem;
      font-weight: 600;
      margin-bottom: 1.125rem; }
      @media only screen and (max-width: 479px) {
        .doctor-card .doctor-groups .group-name {
          margin: 12px 0; } }
      .doctor-card .doctor-groups .group-name.group-logo .group-logo-text {
        color: #574497;
        background-repeat: no-repeat;
        font-weight: 400;
        background-size: 20px;
        background-position: center left; }
      .doctor-card .doctor-groups .group-name.group-custom-text {
        font-size: 0.875rem;
        line-height: 1.3;
        letter-spacing: -0.02em; }
      .doctor-card .doctor-groups .group-name.group-fsm {
        line-height: 1.4; }
    .doctor-card .doctor-groups .group-logo-text {
      font-size: 0.875rem;
      line-height: 1.3;
      letter-spacing: -0.02em; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .doctor-card .doctor-groups .group-logo-text {
          font-size: .75rem; } }
  .doctor-card .doctor-title {
    color: #363637;
    font-weight: 600; }
    .doctor-card .doctor-title li {
      line-height: 1.3; }
    .doctor-card .doctor-title li:last-of-type {
      margin: 0; }
  @media only screen and (max-width: 479px) {
    .doctor-card .list-status {
      padding-top: 1em; } }
  .doctor-card .item-status {
    position: relative;
    line-height: 1.4;
    padding-left: 25px;
    align-self: flex-end;
    min-height: 40px; }
    @media only screen and (min-width: 768px) {
      .doctor-card .item-status.status-fail {
        max-width: 200px; } }
    .doctor-card .item-status .icon {
      width: 16px;
      height: 16px;
      font-size: 16px;
      line-height: 1.3;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
  .doctor-card .doctor-appointments .icon {
    margin-right: 5px; }
  .doctor-card .doctor-appointments .appointment-text {
    margin-right: 5px; }
  .doctor-card .doctor-appointments .tool-tip-container {
    display: inline-block; }
  .doctor-card .physician-video-container {
    top: 40%;
    left: 0;
    position: absolute; }
    @media only screen and (max-width: 480px) {
      .doctor-card .physician-video-container {
        top: 50%;
        left: -3%; } }
    .doctor-card .physician-video-container .video-icon-item {
      width: 36px; }
      .doctor-card .physician-video-container .video-icon-item .icon {
        color: #fff !important;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        text-align: center;
        line-height: 17px;
        vertical-align: middle;
        padding: 10px;
        background: #00668f;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
        cursor: pointer; }
        .doctor-card .physician-video-container .video-icon-item .icon:hover {
          color: #fff !important;
          background: #0b4265; }
        @media only screen and (min-width: 1024px) and (max-width: 1200px) {
          .doctor-card .physician-video-container .video-icon-item .icon {
            width: 36px;
            height: 36px;
            line-height: 18px;
            padding: 9px;
            top: 50%; } }
        @media only screen and (max-width: 600px) {
          .doctor-card .physician-video-container .video-icon-item .icon {
            width: 36px;
            height: 36px;
            line-height: 13px;
            padding: 12px;
            font-size: 16px; } }
    .doctor-card .physician-video-container .icon-link:hover .icon {
      color: #fff !important; }
    .doctor-card .physician-video-container .physician-video-dropdown {
      background: white;
      z-index: 10001;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s ease-in-out; }
      @media only screen and (min-width: 768px) {
        .doctor-card .physician-video-container .physician-video-dropdown {
          position: absolute;
          min-width: 196px;
          padding: 0 12px;
          border-radius: 0 0 4px 4px; } }
      @media only screen and (max-width: 767px) {
        .doctor-card .physician-video-container .physician-video-dropdown {
          position: fixed;
          width: 98%;
          bottom: 0;
          left: 1%;
          z-index: 10003;
          border-radius: 20px 20px 0 0;
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
          border: solid 1px #d0cde1; } }
      .doctor-card .physician-video-container .physician-video-dropdown.active {
        max-height: 800px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
        border: solid 1px #d0cde1; }
      .doctor-card .physician-video-container .physician-video-dropdown div, .doctor-card .physician-video-container .physician-video-dropdown a {
        text-align: left; }
      .doctor-card .physician-video-container .physician-video-dropdown p {
        font-size: 16px;
        font-weight: 600;
        color: #232526;
        padding: 20px 0;
        border-bottom: 1px solid #d0cde1;
        margin: 0; }
        @media only screen and (max-width: 768px) {
          .doctor-card .physician-video-container .physician-video-dropdown p {
            padding-left: 2em; } }
      .doctor-card .physician-video-container .physician-video-dropdown a {
        padding: 0 10px 15px;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid #d0cde1;
        font-weight: 600;
        text-transform: uppercase; }
        @media only screen and (max-width: 768px) {
          .doctor-card .physician-video-container .physician-video-dropdown a span:first-of-type {
            padding-left: 2em; } }
        .doctor-card .physician-video-container .physician-video-dropdown a:last-child {
          border: none; }
        .doctor-card .physician-video-container .physician-video-dropdown a:hover {
          cursor: pointer; }
      .doctor-card .physician-video-container .physician-video-dropdown .icon-link .icon {
        font-size: 16px;
        width: inherit;
        margin-right: 10px; }
      .doctor-card .physician-video-container .physician-video-dropdown .icon-link:hover .icon {
        color: #0b4265 !important; }

@media only screen and (max-width: 767px) {
  .doctors.guide #feedbackify {
    display: none; } }

.guided-search {
  background-color: #fff; }
  @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .guided-search {
      cursor: pointer;
      -webkit-tap-highlight-color: transparent; } }
  @media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
    .guided-search {
      cursor: pointer;
      -webkit-tap-highlight-color: transparent; } }
  .guided-search .label-helper {
    display: none !important; }
  .guided-search .step-action .btn {
    display: inline-block;
    margin: 4rem 0 0 0; }
    @media only screen and (min-width: 768px) {
      .guided-search .step-action .btn {
        margin-right: 3rem;
        display: block; } }
    @media only screen and (min-width: 1025px) {
      .guided-search .step-action .btn {
        margin-right: 5rem; } }
  .guided-search .landing-background {
    background-color: #f7f7fa; }
    @media only screen and (min-width: 768px) {
      .guided-search .landing-background {
        background-image: url("/content/northwestern/img/doctors/fadgs-landing-bg_overlay.jpg");
        min-height: 900px;
        background-size: cover; } }
    .guided-search .landing-background .input-wrapper input {
      border-color: #c2c2c2; }
      .guided-search .landing-background .input-wrapper input:focus {
        border-color: #008296; }
  @media only screen and (min-width: 768px) {
    .guided-search .step-background {
      background-image: url("/content/northwestern/img/doctors/fadgs-step-bg_overlay.jpg");
      min-height: 900px;
      background-size: 100%;
      background-repeat: no-repeat;
      background-color: #fff; } }
  .guided-search .step-navigation {
    font-size: 1.25rem;
    margin-left: auto; }
    @media only screen and (min-width: 768px) {
      .guided-search .step-navigation {
        margin: auto; } }
    .guided-search .step-navigation .step-arrow-wrapper {
      height: 35px;
      width: 35px;
      line-height: 35px;
      vertical-align: top; }
    .guided-search .step-navigation .step-arrow {
      text-decoration: none;
      cursor: pointer; }
      .guided-search .step-navigation .step-arrow:before, .guided-search .step-navigation .step-arrow:after {
        height: 24px;
        font-weight: 600; }
    .guided-search .step-navigation .step-item {
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 2px;
      line-height: 18px;
      font-size: 1rem;
      font-weight: 600;
      text-decoration: none;
      text-align: center;
      cursor: pointer; }
      @media only screen and (min-width: 768px) {
        .guided-search .step-navigation .step-item {
          height: 35px;
          width: 35px;
          line-height: 33px;
          margin: 0 3px;
          font-size: 1.35rem; } }
      .guided-search .step-navigation .step-item.active {
        border: 1px solid #979797;
        border-radius: 50%;
        color: #322071;
        background: #fff; }
  .guided-search .results-link {
    font-size: 14px; }
    @media only screen and (max-width: 767px) {
      .guided-search .results-link {
        display: block;
        line-height: 1.2; }
        .guided-search .results-link .show-for-sm {
          display: inline !important; } }
  .guided-search .filter-container .location-search-wrapper input {
    border-color: #fff;
    padding: 0 56px 0 0;
    transition: .5s all ease; }
    .guided-search .filter-container .location-search-wrapper input:focus {
      padding-left: 14px; }
  .guided-search .filter-container .location-search-wrapper .use-current, .guided-search .filter-container .location-search-wrapper label, .guided-search .filter-container .location-search-wrapper .tool-tip-container, .guided-search .filter-container .location-search-wrapper .use-current-location-container {
    display: block; }
  .guided-search .filter-container .location-search-wrapper .label-title, .guided-search .filter-container .location-search-wrapper .btn-search-alt, .guided-search .filter-container .location-search-wrapper .use-current, .guided-search .filter-container .location-search-wrapper .tool-tip-container, .guided-search .filter-container .location-search-wrapper .use-current-location-container {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: .25s all ease; }
  .guided-search .filter-container .location-search-wrapper .btn-edit {
    visibility: visible;
    opacity: 1;
    font-size: .85rem;
    padding: 1px 1rem;
    transition: .5s all ease; }
  .guided-search .filter-container .location-search-wrapper.active .label-title, .guided-search .filter-container .location-search-wrapper.active .btn-search-alt, .guided-search .filter-container .location-search-wrapper.active .use-current, .guided-search .filter-container .location-search-wrapper.active .tool-tip-container, .guided-search .filter-container .location-search-wrapper.active .use-current-location-container {
    visibility: visible;
    opacity: 1;
    height: auto; }
  .guided-search .filter-container .location-search-wrapper.active input {
    border-color: #e1e1e1;
    padding: 14px 40px 14px 14px; }
    .guided-search .filter-container .location-search-wrapper.active input:focus {
      box-shadow: 0 0 6px rgba(0, 130, 150, 0.3); }
  .guided-search .filter-container .location-search-wrapper.active .btn-edit {
    visibility: hidden;
    opacity: 0;
    padding: 0.65rem 1rem; }
  .guided-search .filter-container .location-search-wrapper.active .tool-tip-container, .guided-search .filter-container .location-search-wrapper.active .use-current-location-container {
    display: inline-block; }

.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) .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .healthbeat .more-link:not(.link-search-suggest) .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .healthbeat .more-link:not(.link-search-suggest) .icon-arrow:after, .healthbeat .more-link:not(.link-search-suggest) .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .healthbeat .more-link:not(.link-search-suggest) a:hover:before,
      .healthbeat .more-link:not(.link-search-suggest) .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .healthbeat .more-link:not(.link-search-suggest) a:before,
      .healthbeat .more-link:not(.link-search-suggest) .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .healthbeat .more-link:not(.link-search-suggest) a:before, .healthbeat .more-link:not(.link-search-suggest) .search-app-gs .arrow-right:after, .search-app-gs .healthbeat .more-link:not(.link-search-suggest) .arrow-right:after, .healthbeat .more-link:not(.link-search-suggest) .search-app-gs .arrow-left:before, .search-app-gs .healthbeat .more-link:not(.link-search-suggest) .arrow-left:before, .healthbeat .more-link:not(.link-search-suggest) .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .healthbeat .more-link:not(.link-search-suggest) [data-role="remove"]: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: #00668f;
      padding: .75em 1.5em;
      text-align: center;
      border: 1px solid #0000;
      border-radius: 2px;
      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: #00668f;
  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: flex;
  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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .healthbeat-landing .section-hero-content .fieldset-label label .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .healthbeat-landing .section-hero-content .fieldset-label label .icon-arrow:after, .healthbeat-landing .section-hero-content .fieldset-label label .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .healthbeat-landing .section-hero-content .fieldset-label label a:hover:before,
  .healthbeat-landing .section-hero-content .fieldset-label label .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .healthbeat-landing .section-hero-content .fieldset-label label a:before,
  .healthbeat-landing .section-hero-content .fieldset-label label .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .healthbeat-landing .section-hero-content .fieldset-label label a:before, .healthbeat-landing .section-hero-content .fieldset-label label .search-app-gs .arrow-right:after, .search-app-gs .healthbeat-landing .section-hero-content .fieldset-label label .arrow-right:after, .healthbeat-landing .section-hero-content .fieldset-label label .search-app-gs .arrow-left:before, .search-app-gs .healthbeat-landing .section-hero-content .fieldset-label label .arrow-left:before, .healthbeat-landing .section-hero-content .fieldset-label label .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .healthbeat-landing .section-hero-content .fieldset-label label [data-role="remove"]: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 .component-locations-map .toggle-view .toggle-icon:after,
  .component-locations-map .toggle-view .healthbeat-category .section-hero-content .fieldset-label label .toggle-icon:after,
  .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-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 .mobile-filters .filter-item .icon-arrow:after,
  .locations-landing .mobile-filters .filter-item .healthbeat-category .section-hero-content .fieldset-label label .icon-arrow:after,
  .healthbeat-category .section-hero-content .fieldset-label label .autocomplete .suggestion-item a:hover:before,
  .autocomplete .suggestion-item .healthbeat-category .section-hero-content .fieldset-label label a:hover:before,
  .healthbeat-category .section-hero-content .fieldset-label label .autocomplete .suggestion-item.selected a:before,
  .autocomplete .suggestion-item.selected .healthbeat-category .section-hero-content .fieldset-label label a:before,
  .healthbeat-category .section-hero-content .fieldset-label label .autocomplete .suggestion-item:focus a:before,
  .autocomplete .suggestion-item:focus .healthbeat-category .section-hero-content .fieldset-label label a:before,
  .healthbeat-category .section-hero-content .fieldset-label label .search-app-gs .arrow-right:after,
  .search-app-gs .healthbeat-category .section-hero-content .fieldset-label label .arrow-right:after,
  .healthbeat-category .section-hero-content .fieldset-label label .search-app-gs .arrow-left:before,
  .search-app-gs .healthbeat-category .section-hero-content .fieldset-label label .arrow-left:before,
  .healthbeat-category .section-hero-content .fieldset-label label .search-app-gs .tag-container .tag [data-role="remove"]:after,
  .search-app-gs .tag-container .tag .healthbeat-category .section-hero-content .fieldset-label label [data-role="remove"]: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 .component-locations-map .toggle-view .toggle-icon:after,
  .component-locations-map .toggle-view .healthbeat-article .section-hero-content .fieldset-label label .toggle-icon:after,
  .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-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 .mobile-filters .filter-item .icon-arrow:after,
  .locations-landing .mobile-filters .filter-item .healthbeat-article .section-hero-content .fieldset-label label .icon-arrow:after,
  .healthbeat-article .section-hero-content .fieldset-label label .autocomplete .suggestion-item a:hover:before,
  .autocomplete .suggestion-item .healthbeat-article .section-hero-content .fieldset-label label a:hover:before,
  .healthbeat-article .section-hero-content .fieldset-label label .autocomplete .suggestion-item.selected a:before,
  .autocomplete .suggestion-item.selected .healthbeat-article .section-hero-content .fieldset-label label a:before,
  .healthbeat-article .section-hero-content .fieldset-label label .autocomplete .suggestion-item:focus a:before,
  .autocomplete .suggestion-item:focus .healthbeat-article .section-hero-content .fieldset-label label a:before,
  .healthbeat-article .section-hero-content .fieldset-label label .search-app-gs .arrow-right:after,
  .search-app-gs .healthbeat-article .section-hero-content .fieldset-label label .arrow-right:after,
  .healthbeat-article .section-hero-content .fieldset-label label .search-app-gs .arrow-left:before,
  .search-app-gs .healthbeat-article .section-hero-content .fieldset-label label .arrow-left:before,
  .healthbeat-article .section-hero-content .fieldset-label label .search-app-gs .tag-container .tag [data-role="remove"]:after,
  .search-app-gs .tag-container .tag .healthbeat-article .section-hero-content .fieldset-label label [data-role="remove"]: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 {
    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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .healthbeat-landing .section-hero-content .fieldset-label label .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .healthbeat-landing .section-hero-content .fieldset-label label .icon-arrow:after, .healthbeat-landing .section-hero-content .fieldset-label label .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .healthbeat-landing .section-hero-content .fieldset-label label a:hover:before,
      .healthbeat-landing .section-hero-content .fieldset-label label .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .healthbeat-landing .section-hero-content .fieldset-label label a:before,
      .healthbeat-landing .section-hero-content .fieldset-label label .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .healthbeat-landing .section-hero-content .fieldset-label label a:before, .healthbeat-landing .section-hero-content .fieldset-label label .search-app-gs .arrow-right:after, .search-app-gs .healthbeat-landing .section-hero-content .fieldset-label label .arrow-right:after, .healthbeat-landing .section-hero-content .fieldset-label label .search-app-gs .arrow-left:before, .search-app-gs .healthbeat-landing .section-hero-content .fieldset-label label .arrow-left:before, .healthbeat-landing .section-hero-content .fieldset-label label .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .healthbeat-landing .section-hero-content .fieldset-label label [data-role="remove"]: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 .component-locations-map .toggle-view .toggle-icon:after,
      .component-locations-map .toggle-view .healthbeat-category .section-hero-content .fieldset-label label .toggle-icon:after,
      .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-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 .mobile-filters .filter-item .icon-arrow:after,
      .locations-landing .mobile-filters .filter-item .healthbeat-category .section-hero-content .fieldset-label label .icon-arrow:after,
      .healthbeat-category .section-hero-content .fieldset-label label .autocomplete .suggestion-item a:hover:before,
      .autocomplete .suggestion-item .healthbeat-category .section-hero-content .fieldset-label label a:hover:before,
      .healthbeat-category .section-hero-content .fieldset-label label .autocomplete .suggestion-item.selected a:before,
      .autocomplete .suggestion-item.selected .healthbeat-category .section-hero-content .fieldset-label label a:before,
      .healthbeat-category .section-hero-content .fieldset-label label .autocomplete .suggestion-item:focus a:before,
      .autocomplete .suggestion-item:focus .healthbeat-category .section-hero-content .fieldset-label label a:before,
      .healthbeat-category .section-hero-content .fieldset-label label .search-app-gs .arrow-right:after,
      .search-app-gs .healthbeat-category .section-hero-content .fieldset-label label .arrow-right:after,
      .healthbeat-category .section-hero-content .fieldset-label label .search-app-gs .arrow-left:before,
      .search-app-gs .healthbeat-category .section-hero-content .fieldset-label label .arrow-left:before,
      .healthbeat-category .section-hero-content .fieldset-label label .search-app-gs .tag-container .tag [data-role="remove"]:after,
      .search-app-gs .tag-container .tag .healthbeat-category .section-hero-content .fieldset-label label [data-role="remove"]: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 .component-locations-map .toggle-view .toggle-icon:after,
      .component-locations-map .toggle-view .healthbeat-article .section-hero-content .fieldset-label label .toggle-icon:after,
      .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-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 .mobile-filters .filter-item .icon-arrow:after,
      .locations-landing .mobile-filters .filter-item .healthbeat-article .section-hero-content .fieldset-label label .icon-arrow:after,
      .healthbeat-article .section-hero-content .fieldset-label label .autocomplete .suggestion-item a:hover:before,
      .autocomplete .suggestion-item .healthbeat-article .section-hero-content .fieldset-label label a:hover:before,
      .healthbeat-article .section-hero-content .fieldset-label label .autocomplete .suggestion-item.selected a:before,
      .autocomplete .suggestion-item.selected .healthbeat-article .section-hero-content .fieldset-label label a:before,
      .healthbeat-article .section-hero-content .fieldset-label label .autocomplete .suggestion-item:focus a:before,
      .autocomplete .suggestion-item:focus .healthbeat-article .section-hero-content .fieldset-label label a:before,
      .healthbeat-article .section-hero-content .fieldset-label label .search-app-gs .arrow-right:after,
      .search-app-gs .healthbeat-article .section-hero-content .fieldset-label label .arrow-right:after,
      .healthbeat-article .section-hero-content .fieldset-label label .search-app-gs .arrow-left:before,
      .search-app-gs .healthbeat-article .section-hero-content .fieldset-label label .arrow-left:before,
      .healthbeat-article .section-hero-content .fieldset-label label .search-app-gs .tag-container .tag [data-role="remove"]:after,
      .search-app-gs .tag-container .tag .healthbeat-article .section-hero-content .fieldset-label label [data-role="remove"]: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: #00668f;
      padding: .75em 1.5em;
      text-align: center;
      border: 1px solid #0000;
      border-radius: 2px;
      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: #0b4265; }

@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: 103;
    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; } }

.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-flex:hover {
      transition: all .5s;
      box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2); }
      .group-cards.hub-cards .card.card-general .card-flex:hover .card-title {
        color: #0b4265; }
  .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-title {
    font-size: 1.125rem;
    margin: 0;
    color: #00668f;
    padding-top: 1.5rem; }
    @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: #574497; }

.healthbeat .group-cards.two-column.hub-cards.hub-listing-cards {
  justify-content: center; }

.healthbeat .card.card-callout.card-general.card-doctor-hub {
  cursor: pointer;
  max-width: 411px; }

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

.episodes-wrapper {
  position: relative; }
  .episodes-wrapper .col.right.align-right.sort-me.no-print, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print {
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .episodes-wrapper .col.right.align-right.sort-me.no-print, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print {
        padding: 10px 0px; } }
    .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item.active .dropdown-menu, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item.active .dropdown-menu, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item.active .dropdown-menu, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item.active .dropdown-menu, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item.active .dropdown-menu {
      left: calc(100% - 235px); }
    .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-menu, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-menu, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-menu, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-menu, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-menu {
      font-size: 0.8125rem;
      display: block !important;
      left: calc(100% - 235px); }
    .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle {
      font-size: 0.8125rem; }
      .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .filter-label, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .filter-label, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .filter-label, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .filter-label, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .filter-label {
        padding-right: 15px; }
      .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper {
        padding: 10px 16px;
        border: 1px solid #00668f; }
        .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .dropdown-label, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .dropdown-label, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .dropdown-label, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .dropdown-label, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .dropdown-label {
          color: #00668f; }
        .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .material-icons, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .material-icons, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .material-icons, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .material-icons, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .material-icons, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-request-appointment:before, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-request-appointment:before, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-request-appointment:before, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-request-appointment:before, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-request-appointment:before, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-watch-video:before, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-watch-video:before, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-watch-video:before, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-watch-video:before, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-watch-video:before, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-play:before, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-play:before, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-play:before, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-play:before, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-play:before, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-person-location:before, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-person-location:before, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-person-location:before, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-person-location:before, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-person-location:before, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-details-top:before, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-details-top:before, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-details-top:before, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-details-top:before, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-details-top:before, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-details-left:before, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-details-left:before, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-details-left:before, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-details-left:before, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-details-left:before, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-directions:before, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-directions:before, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-directions:before, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-directions:before, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-directions:before, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-directions-alt:before, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-directions-alt:before, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-directions-alt:before, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-directions-alt:before, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-directions-alt:before, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-send-message:before, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-send-message:before, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-send-message:before, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-send-message:before, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-send-message:before, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-phone-top:before, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-phone-top:before, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-phone-top:before, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-phone-top:before, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-phone-top:before, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-phone-left:before, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-phone-left:before, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-phone-left:before, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-phone-left:before, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-phone-left:before, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-comment:before, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-comment:before, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-comment:before, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-comment:before, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-comment:before, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-cancel-search:before, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-cancel-search:before, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-cancel-search:before, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-cancel-search:before, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-cancel-search:before, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-footer .panel-footer-more:before, .panel-footer .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-footer-more:before, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-footer .panel-footer-more:before, .panel-footer .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-footer-more:before, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-footer .panel-footer-more:before, .panel-footer .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-footer-more:before, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-footer .panel-footer-more:before, .panel-footer .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-footer-more:before, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-footer .panel-footer-more:before, .panel-footer .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-footer-more:before, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle .panel-toggle-trigger:after, .panel-toggle .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle-trigger:after, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle .panel-toggle-trigger:after, .panel-toggle .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle-trigger:after, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle .panel-toggle-trigger:after, .panel-toggle .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle-trigger:after, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle .panel-toggle-trigger:after, .panel-toggle .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle-trigger:after, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle .panel-toggle-trigger:after, .panel-toggle .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle-trigger:after, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .flip-panel.panel-toggle .panel-toggle-trigger:after, .flip-panel.panel-toggle .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle-trigger:after, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .flip-panel.panel-toggle .panel-toggle-trigger:after, .flip-panel.panel-toggle .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle-trigger:after, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .flip-panel.panel-toggle .panel-toggle-trigger:after, .flip-panel.panel-toggle .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle-trigger:after, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .flip-panel.panel-toggle .panel-toggle-trigger:after, .flip-panel.panel-toggle .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle-trigger:after, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .flip-panel.panel-toggle .panel-toggle-trigger:after, .flip-panel.panel-toggle .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .panel-toggle-trigger:after, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-item figure:before, .video-item .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper figure:before, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-item figure:before, .video-item .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper figure:before, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-item figure:before, .video-item .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper figure:before, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-item figure:before, .video-item .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper figure:before, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-item figure:before, .video-item .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper figure:before, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .toggle-icon:after, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .toggle-icon:after, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .toggle-icon:after, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .toggle-icon:after, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .toggle-icon:after, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper div[id*="thumbnail"]:before, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper div[id*="thumbnail"]:before, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper div[id*="thumbnail"]:before, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper div[id*="thumbnail"]:before, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper div[id*="thumbnail"]:before, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-trigger a:after, .card-trigger .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:after, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-trigger a:after, .card-trigger .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:after, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-trigger a:after, .card-trigger .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:after, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-trigger a:after, .card-trigger .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:after, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-trigger a:after, .card-trigger .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:after, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-video .card-image:before, .card-video .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-image:before, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-video .card-image:before, .card-video .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-image:before, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-video .card-image:before, .card-video .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-image:before, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-video .card-image:before, .card-video .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-image:before, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-video .card-image:before, .card-video .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-image:before, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-content-figure figure.video a:before, .card-content-figure figure.video .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-content-figure figure.video a:before, .card-content-figure figure.video .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-content-figure figure.video a:before, .card-content-figure figure.video .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-content-figure figure.video a:before, .card-content-figure figure.video .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .card-content-figure figure.video a:before, .card-content-figure figure.video .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper [data-role="remove"]:after, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper [data-role="remove"]:after, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper [data-role="remove"]:after, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper [data-role="remove"]:after, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper [data-role="remove"]:after, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .section-location-details .btn-req-appt:after, .section-location-details .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .btn-req-appt:after, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .section-location-details .btn-req-appt:after, .section-location-details .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .btn-req-appt:after, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .section-location-details .btn-req-appt:after, .section-location-details .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .btn-req-appt:after, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .section-location-details .btn-req-appt:after, .section-location-details .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .btn-req-appt:after, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .section-location-details .btn-req-appt:after, .section-location-details .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .btn-req-appt:after,
        .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .section-location-details .btn-dr-location:after, .section-location-details .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .btn-dr-location:after,
        .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .section-location-details .btn-dr-location:after, .section-location-details .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .btn-dr-location:after, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .section-location-details .btn-dr-location:after, .section-location-details .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .btn-dr-location:after,
        .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .section-location-details .btn-dr-location:after, .section-location-details .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .btn-dr-location:after, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .section-location-details .btn-dr-location:after, .section-location-details .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .btn-dr-location:after, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .locations2 .hospital-video a:before, .locations2 .hospital-video .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .locations2 .hospital-video a:before, .locations2 .hospital-video .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .locations2 .hospital-video a:before, .locations2 .hospital-video .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .locations2 .hospital-video a:before, .locations2 .hospital-video .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .locations2 .hospital-video a:before, .locations2 .hospital-video .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .locations-landing .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-arrow:after, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .locations-landing .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-arrow:after, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .locations-landing .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-arrow:after, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .locations-landing .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-arrow:after, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .locations-landing .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .icon-arrow:after, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:hover:before, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:hover:before, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:hover:before, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:hover:before, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:hover:before,
        .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before,
        .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before,
        .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before,
        .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before,
        .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before,
        .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper a:before, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .arrow-right:after, .search-app-gs .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .arrow-right:after, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .arrow-right:after, .search-app-gs .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .arrow-right:after, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .arrow-right:after, .search-app-gs .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .arrow-right:after, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .arrow-right:after, .search-app-gs .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .arrow-right:after, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .arrow-right:after, .search-app-gs .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .arrow-right:after, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .arrow-left:before, .search-app-gs .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .arrow-left:before, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .arrow-left:before, .search-app-gs .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .arrow-left:before, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .arrow-left:before, .search-app-gs .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .arrow-left:before, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .arrow-left:before, .search-app-gs .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .arrow-left:before, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .arrow-left:before, .search-app-gs .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .arrow-left:before, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper [data-role="remove"]:after, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper [data-role="remove"]:after, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper [data-role="remove"]:after, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper [data-role="remove"]:after, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper [data-role="remove"]:after, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .back-to-top:before, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .back-to-top:before, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .back-to-top:before, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .back-to-top:before, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .back-to-top:before, .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-library .video-library-image:before, .video-library .episodes-wrapper .col.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-library-image:before, .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-library .video-library-image:before, .video-library .episodes-wrapper .list-stacked dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-library-image:before, .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-library .video-library-image:before, .video-library .list-stacked .episodes-wrapper dt.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-library-image:before, .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-library .video-library-image:before, .video-library .episodes-wrapper .list-stacked dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-library-image:before, .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-library .video-library-image:before, .video-library .list-stacked .episodes-wrapper dd.right.align-right.sort-me.no-print .dropdown-container .dropdown-item .dropdown-toggle .dropdown-wrapper .video-library-image:before {
          vertical-align: middle; }

.article-detail {
  position: relative;
  /* Podcast Tabs */
  /* About Episode Panel */ }
  .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; } }
  .article-detail .article-headline {
    color: #232526;
    margin-bottom: 10px;
    font-weight: 600; }
  .article-detail .article-title {
    margin-bottom: 10px;
    font-size: 30px; }
    @media only screen and (max-width: 767px) {
      .article-detail .article-title {
        font-size: 24px; } }
  .article-detail .article-subtitle {
    font-size: 24px; }
    @media only screen and (max-width: 767px) {
      .article-detail .article-subtitle {
        font-size: 18px; } }
  .article-detail .article-date {
    color: #232526; }
  @media only screen and (min-width: 768px) {
    .article-detail .article-category .article-category-body {
      font-size: 14px;
      font-weight: 600; }
      .article-detail .article-category .article-category-body * {
        color: #fff; } }
  @media only screen and (min-width: 768px) {
    .article-detail .article-category .article-category-body .article-category-title {
      margin: 0 0 10px 0;
      width: 1009%;
      background-color: rgba(63, 51, 118, 0.72);
      padding: 8px 10px 10px 10px;
      border-radius: 2px;
      transform: translateX(-90%);
      height: 35px; } }
  .article-detail .article-category .article-category-body .article-category-title .h6 {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    position: absolute; }
  @media only screen and (min-width: 768px) and (max-width: 1231px) {
    .article-detail .article-category .article-category-body .lg-9 .article-category-title {
      width: 106%;
      transform: translate(-5%); } }
  .article-detail .article-category .article-category-body .lg-9 .article-category-title .h6 {
    left: 8000px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .article-detail .article-category .article-category-body .lg-9 .article-category-title .h6 {
        left: 20px; } }
    @media only screen and (min-width: 1024px) and (max-width: 1141px) {
      .article-detail .article-category .article-category-body .lg-9 .article-category-title .h6 {
        left: 28px; } }
    @media only screen and (min-width: 1142px) and (max-width: 1231px) {
      .article-detail .article-category .article-category-body .lg-9 .article-category-title .h6 {
        left: 32px; } }
  @media only screen and (min-width: 768px) and (max-width: 1231px) {
    .article-detail .article-category .article-category-body .lg-12 .article-category-title {
      width: calc(106% + 5px);
      transform: translate(-5%); } }
  .article-detail .article-category .article-category-body .lg-12 .article-category-title .h6 {
    left: 10740px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .article-detail .article-category .article-category-body .lg-12 .article-category-title .h6 {
        left: 40px; } }
    @media only screen and (min-width: 1024px) and (max-width: 1141px) {
      .article-detail .article-category .article-category-body .lg-12 .article-category-title .h6 {
        left: 47px; } }
    @media only screen and (min-width: 1142px) and (max-width: 1231px) {
      .article-detail .article-category .article-category-body .lg-12 .article-category-title .h6 {
        left: 52px; } }
  .article-detail .article-headings-image {
    padding-left: 0;
    margin-right: 1px; }
    @media only screen and (min-width: 1023px) and (max-width: 1200px) {
      .article-detail .article-headings-image {
        margin-right: 35px; } }
    @media only screen and (min-width: 768px) and (max-width: 900px) {
      .article-detail .article-headings-image {
        margin-right: 30px; } }
    .article-detail .article-headings-image img {
      max-width: 179px; }
  .article-detail .article-headings {
    padding-left: 0; }
  .article-detail .article-text {
    padding-left: 0; }
    .article-detail .article-text .transcript-container {
      padding-top: 8em;
      margin-top: -8em; }
      @media only screen and (min-width: 768px) {
        .article-detail .article-text .transcript-container {
          padding-top: 2em;
          margin-top: -2em; } }
    .article-detail .article-text .panel-alt {
      padding: 0 !important;
      min-height: inherit !important; }
  .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: 455px; } }
    @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: 815px; } }
    @media only screen and (min-width: 2330px) {
      .article-detail .article-body .lg-9 .panel,
      .article-detail .article-body .lg-12 .panel {
        min-height: 1190px; } }
  @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: 15px;
        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: 45px; }
        .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: #363637; }
      .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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .article-detail .article-body .lg-9 .download-pdf:hover .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .article-detail .article-body .lg-9 .download-pdf:hover .icon-arrow:after, .article-detail .article-body .lg-9 .download-pdf:hover .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .article-detail .article-body .lg-9 .download-pdf:hover a:hover:before,
      .article-detail .article-body .lg-9 .download-pdf:hover .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .article-detail .article-body .lg-9 .download-pdf:hover a:before,
      .article-detail .article-body .lg-9 .download-pdf:hover .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .article-detail .article-body .lg-9 .download-pdf:hover a:before, .article-detail .article-body .lg-9 .download-pdf:hover .search-app-gs .arrow-right:after, .search-app-gs .article-detail .article-body .lg-9 .download-pdf:hover .arrow-right:after, .article-detail .article-body .lg-9 .download-pdf:hover .search-app-gs .arrow-left:before, .search-app-gs .article-detail .article-body .lg-9 .download-pdf:hover .arrow-left:before, .article-detail .article-body .lg-9 .download-pdf:hover .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .article-detail .article-body .lg-9 .download-pdf:hover [data-role="remove"]: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 .component-locations-map .toggle-view .toggle-icon:after,
      .component-locations-map .toggle-view .article-detail .article-body .lg-12 .download-pdf:hover .toggle-icon:after,
      .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-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 .mobile-filters .filter-item .icon-arrow:after,
      .locations-landing .mobile-filters .filter-item .article-detail .article-body .lg-12 .download-pdf:hover .icon-arrow:after,
      .article-detail .article-body .lg-12 .download-pdf:hover .autocomplete .suggestion-item a:hover:before,
      .autocomplete .suggestion-item .article-detail .article-body .lg-12 .download-pdf:hover a:hover:before,
      .article-detail .article-body .lg-12 .download-pdf:hover .autocomplete .suggestion-item.selected a:before,
      .autocomplete .suggestion-item.selected .article-detail .article-body .lg-12 .download-pdf:hover a:before,
      .article-detail .article-body .lg-12 .download-pdf:hover .autocomplete .suggestion-item:focus a:before,
      .autocomplete .suggestion-item:focus .article-detail .article-body .lg-12 .download-pdf:hover a:before,
      .article-detail .article-body .lg-12 .download-pdf:hover .search-app-gs .arrow-right:after,
      .search-app-gs .article-detail .article-body .lg-12 .download-pdf:hover .arrow-right:after,
      .article-detail .article-body .lg-12 .download-pdf:hover .search-app-gs .arrow-left:before,
      .search-app-gs .article-detail .article-body .lg-12 .download-pdf:hover .arrow-left:before,
      .article-detail .article-body .lg-12 .download-pdf:hover .search-app-gs .tag-container .tag [data-role="remove"]:after,
      .search-app-gs .tag-container .tag .article-detail .article-body .lg-12 .download-pdf:hover [data-role="remove"]: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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .article-detail .article-body .lg-9 .download-pdf .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .article-detail .article-body .lg-9 .download-pdf .icon-arrow:after, .article-detail .article-body .lg-9 .download-pdf .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .article-detail .article-body .lg-9 .download-pdf a:hover:before,
    .article-detail .article-body .lg-9 .download-pdf .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .article-detail .article-body .lg-9 .download-pdf a:before,
    .article-detail .article-body .lg-9 .download-pdf .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .article-detail .article-body .lg-9 .download-pdf a:before, .article-detail .article-body .lg-9 .download-pdf .search-app-gs .arrow-right:after, .search-app-gs .article-detail .article-body .lg-9 .download-pdf .arrow-right:after, .article-detail .article-body .lg-9 .download-pdf .search-app-gs .arrow-left:before, .search-app-gs .article-detail .article-body .lg-9 .download-pdf .arrow-left:before, .article-detail .article-body .lg-9 .download-pdf .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .article-detail .article-body .lg-9 .download-pdf [data-role="remove"]: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 .component-locations-map .toggle-view .toggle-icon:after,
    .component-locations-map .toggle-view .article-detail .article-body .lg-12 .download-pdf .toggle-icon:after,
    .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-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 .mobile-filters .filter-item .icon-arrow:after,
    .locations-landing .mobile-filters .filter-item .article-detail .article-body .lg-12 .download-pdf .icon-arrow:after,
    .article-detail .article-body .lg-12 .download-pdf .autocomplete .suggestion-item a:hover:before,
    .autocomplete .suggestion-item .article-detail .article-body .lg-12 .download-pdf a:hover:before,
    .article-detail .article-body .lg-12 .download-pdf .autocomplete .suggestion-item.selected a:before,
    .autocomplete .suggestion-item.selected .article-detail .article-body .lg-12 .download-pdf a:before,
    .article-detail .article-body .lg-12 .download-pdf .autocomplete .suggestion-item:focus a:before,
    .autocomplete .suggestion-item:focus .article-detail .article-body .lg-12 .download-pdf a:before,
    .article-detail .article-body .lg-12 .download-pdf .search-app-gs .arrow-right:after,
    .search-app-gs .article-detail .article-body .lg-12 .download-pdf .arrow-right:after,
    .article-detail .article-body .lg-12 .download-pdf .search-app-gs .arrow-left:before,
    .search-app-gs .article-detail .article-body .lg-12 .download-pdf .arrow-left:before,
    .article-detail .article-body .lg-12 .download-pdf .search-app-gs .tag-container .tag [data-role="remove"]:after,
    .search-app-gs .tag-container .tag .article-detail .article-body .lg-12 .download-pdf [data-role="remove"]: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 .article-body .lg-9 iframe,
  .article-detail .article-body .lg-12 iframe {
    /*Embedded youtube Video*/
    width: 100%;
    height: 381px; }
    @media only screen and (max-width: 768px) {
      .article-detail .article-body .lg-9 iframe,
      .article-detail .article-body .lg-12 iframe {
        height: 265px; } }
  .article-detail .podcast-container {
    word-wrap: break-word;
    background-color: rgba(99, 89, 158, 0.3);
    margin: 5px 2px;
    height: 110px;
    padding: 5px;
    line-height: 100px;
    display: flex; }
    @media only screen and (min-width: 768px) {
      .article-detail .podcast-container {
        color: #363637; } }
    @media only screen and (max-width: 992px) {
      .article-detail .podcast-container {
        flex-direction: column;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        padding: 0;
        background: none; } }
    .article-detail .podcast-container .icon {
      font-size: 65px;
      width: 75px;
      height: 75px;
      line-height: 75px;
      color: #fff;
      position: relative;
      left: 0;
      top: 14px;
      text-align: center;
      background: #00668f;
      border-radius: 50%;
      margin: 0 12px 0 0;
      transition: all 0.5s ease 0s; }
      @media only screen and (max-width: 992px) {
        .article-detail .podcast-container .icon {
          top: 20px; } }
      @media only screen and (max-width: 480px) {
        .article-detail .podcast-container .icon {
          font-size: 45px;
          width: 55px;
          height: 55px;
          line-height: 55px;
          top: 19px; } }
    .article-detail .podcast-container .icon-download {
      font-size: 20px;
      position: relative;
      left: 0;
      top: 2px;
      text-align: center;
      margin: 0 5px 0 0;
      transition: all 0.5s ease 0s; }
      @media only screen and (min-width: 993px) {
        .article-detail .podcast-container .icon-download {
          color: #363637; } }
    @media only screen and (max-width: 992px) {
      .article-detail .podcast-container .podcast-play-container {
        width: 100%;
        background-color: rgba(99, 89, 158, 0.3);
        align-items: center; } }
    .article-detail .podcast-container .podcast-play-container .podcast-play-content {
      font-size: 14px;
      font-weight: 600; }
      @media only screen and (max-width: 480px) {
        .article-detail .podcast-container .podcast-play-container .podcast-play-content {
          font-size: 18px; } }
      @media only screen and (max-width: 302px) {
        .article-detail .podcast-container .podcast-play-container .podcast-play-content {
          display: none; } }
      .article-detail .podcast-container .podcast-play-container .podcast-play-content a {
        color: #363637; }
    .article-detail .podcast-container .podcast-links {
      justify-content: flex-end; }
      @media only screen and (max-width: 992px) {
        .article-detail .podcast-container .podcast-links {
          justify-content: flex-start;
          width: 100%;
          padding: 0; } }
      .article-detail .podcast-container .podcast-links .podcast-download-content {
        font-weight: bold;
        position: relative; }
        .article-detail .podcast-container .podcast-links .podcast-download-content a {
          cursor: pointer; }
          @media only screen and (min-width: 993px) {
            .article-detail .podcast-container .podcast-links .podcast-download-content a {
              color: #363637; } }
        .article-detail .podcast-container .podcast-links .podcast-download-content:last-of-type {
          margin-left: 20px; }
          @media only screen and (min-width: 992px) and (max-width: 1023px) {
            .article-detail .podcast-container .podcast-links .podcast-download-content:last-of-type {
              margin-left: 15px; } }
          .article-detail .podcast-container .podcast-links .podcast-download-content:last-of-type::before {
            content: '';
            position: absolute;
            width: 1px;
            top: 35%;
            bottom: 35%;
            left: -10px;
            background: #979797; }
            @media only screen and (min-width: 992px) and (max-width: 1023px) {
              .article-detail .podcast-container .podcast-links .podcast-download-content:last-of-type::before {
                left: -7px; } }
  .article-detail .podcast-list-title {
    font-weight: 600; }
    @media only screen and (max-width: 480px) {
      .article-detail .podcast-list-title {
        display: block; } }
  .article-detail .section-tab-panel {
    padding: 0 !important; }
    @media only screen and (min-width: 768px) {
      .article-detail .section-tab-panel {
        margin-bottom: -24px; } }
    @media only screen and (min-width: 768px) {
      .article-detail .section-tab-panel.scEnabledChrome {
        margin-bottom: 0px; } }
  .article-detail .podcast-tabs.container {
    padding: 10px 8px 0 8px;
    /* Navs */
    /* Pills */
    /* Tabbable tabs */ }
    @media only screen and (min-width: 768px) {
      .article-detail .podcast-tabs.container {
        padding-left: 13px; } }
    .article-detail .podcast-tabs.container:before, .article-detail .podcast-tabs.container:after {
      display: table;
      content: " "; }
    .article-detail .podcast-tabs.container:after {
      clear: both; }
    .article-detail .podcast-tabs.container .nav {
      margin-bottom: 10px;
      padding-left: 0;
      /*Override default ul/ol*/
      list-style: none; }
      .article-detail .podcast-tabs.container .nav:before, .article-detail .podcast-tabs.container .nav:after {
        display: table;
        content: " "; }
      .article-detail .podcast-tabs.container .nav:after {
        clear: both; }
      .article-detail .podcast-tabs.container .nav > li {
        position: relative;
        display: block; }
        .article-detail .podcast-tabs.container .nav > li > a {
          position: relative;
          display: block;
          padding: 0;
          text-decoration: none; }
          .article-detail .podcast-tabs.container .nav > li > a:hover, .article-detail .podcast-tabs.container .nav > li > a:focus {
            text-decoration: underline;
            background-color: transparent; }
    .article-detail .podcast-tabs.container .nav-pills {
      margin-left: -12px; }
      .article-detail .podcast-tabs.container .nav-pills > li {
        float: left;
        border-bottom: 1px solid #d4d5d6;
        text-align: center;
        padding: 12px 24px;
        margin: 0;
        line-height: 1.3;
        /* Links rendered as pills*/
        /* Active state*/ }
        .article-detail .podcast-tabs.container .nav-pills > li.active {
          border-bottom: 2px solid #00668f; }
        .article-detail .podcast-tabs.container .nav-pills > li.active > a, .article-detail .podcast-tabs.container .nav-pills > li.active > a:hover, .article-detail .podcast-tabs.container .nav-pills > li.active > a:focus {
          color: #363637;
          font-weight: 600;
          background-color: transparent;
          text-decoration: none; }
    .article-detail .podcast-tabs.container .tab-content > .tab-pane {
      display: none; }
    .article-detail .podcast-tabs.container .tab-content > .active {
      display: block; }
    .article-detail .podcast-tabs.container .podcast-disclaimer {
      font-style: italic;
      margin-top: 30px;
      font-size: 0.75rem; }
      @media only screen and (min-width: 768px) {
        .article-detail .podcast-tabs.container .podcast-disclaimer {
          margin-top: 35px; } }
  .article-detail .episode-panel {
    min-height: -webkit-max-content !important;
    min-height: -moz-max-content !important;
    min-height: max-content !important;
    padding: 0 !important;
    margin-top: 24px;
    border-top: 1px solid #d4d5d6; }
    .article-detail .episode-panel .episode-title {
      margin-top: 1.5rem; }
    .article-detail .episode-panel .featured-headline {
      margin-top: 40px; }
    .article-detail .episode-panel .article-text {
      padding-bottom: 10px;
      padding-right: 0; }
      .article-detail .episode-panel .article-text .doctors .card-doctor .card-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 40px; }
        .article-detail .episode-panel .article-text .doctors .card-doctor .card-flex:hover {
          box-shadow: none; }
        .article-detail .episode-panel .article-text .doctors .card-doctor .card-flex .card-doctor-header {
          width: 100%; }
          @media only screen and (min-width: 768px) {
            .article-detail .episode-panel .article-text .doctors .card-doctor .card-flex .card-doctor-header {
              width: 300px;
              flex: 0 0 auto; } }
          .article-detail .episode-panel .article-text .doctors .card-doctor .card-flex .card-doctor-header .card-doctor-header-top {
            align-items: center; }
            .article-detail .episode-panel .article-text .doctors .card-doctor .card-flex .card-doctor-header .card-doctor-header-top .doctor-name-location {
              text-align: left; }
          .article-detail .episode-panel .article-text .doctors .card-doctor .card-flex .card-doctor-header .doctor-photo {
            margin: 0 10px; }
            @media only screen and (max-width: 767px) {
              .article-detail .episode-panel .article-text .doctors .card-doctor .card-flex .card-doctor-header .doctor-photo {
                margin-right: 20px; } }
          .article-detail .episode-panel .article-text .doctors .card-doctor .card-flex .card-doctor-header .doctor-name {
            font-size: 14px; }
  .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: #363637; }
    .article-detail .callout-sidebar .card h4,
    .article-detail .callout-sidebar .card .card-title {
      font-size: 1.25rem;
      color: #00668f; }
    .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; } }
  .article-detail .section-podcast-episode {
    border-top: 1px solid #d4d5d6;
    padding-top: 25px;
    margin-top: 30px; }
    .article-detail .section-podcast-episode .episodes-title {
      padding-top: 1.5rem;
      padding-top: 1.5rem;
      font-size: 1.25rem; }
    @media only screen and (min-width: 767px) {
      .article-detail .section-podcast-episode .mobile-actions {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .article-detail .section-podcast-episode .sort-by-container {
        position: fixed;
        height: calc(100% - 55px);
        width: 100%;
        top: 55px;
        left: 0;
        padding: 1rem 1.15rem 4rem 1.15rem;
        overflow: hidden;
        background: #fff;
        transform: translateX(-100%);
        transition: transform 0.4s ease;
        z-index: 11999; }
        .article-detail .section-podcast-episode .sort-by-container.active {
          visibility: visible;
          transform: translate(0);
          transition: transform 0.4s ease;
          overflow-y: scroll; }
        .article-detail .section-podcast-episode .sort-by-container .filter-label {
          margin-top: -10px;
          padding-bottom: .5rem;
          font-weight: 600; }
        .article-detail .section-podcast-episode .sort-by-container .sort-me {
          float: none;
          display: block !important;
          text-align: left !important;
          padding: 0 !important; }
          .article-detail .section-podcast-episode .sort-by-container .sort-me .dropdown-container .dropdown-menu {
            left: 0 !important; }
            .article-detail .section-podcast-episode .sort-by-container .sort-me .dropdown-container .dropdown-menu li a {
              color: #363637; }
              .article-detail .section-podcast-episode .sort-by-container .sort-me .dropdown-container .dropdown-menu li a.radio-button::before {
                border: 1px solid #979797; }
              .article-detail .section-podcast-episode .sort-by-container .sort-me .dropdown-container .dropdown-menu li a.radio-button.selected::before, .article-detail .section-podcast-episode .sort-by-container .sort-me .dropdown-container .dropdown-menu li a.radio-button:active::before {
                box-shadow: 0 0 0 1px #63599e;
                background-color: #63599e; } }
    .article-detail .section-podcast-episode .sort-by-container .sort-me {
      padding-right: 0; }
    @media only screen and (max-width: 767px) {
      .article-detail .section-podcast-episode .sort-by-container .close-filter {
        position: absolute;
        top: 10px;
        right: 0;
        padding: 1rem;
        z-index: 3; } }
    .article-detail .section-podcast-episode .episode-detail-panel {
      margin-top: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #d4d5d6; }
      .article-detail .section-podcast-episode .episode-detail-panel:last-of-type {
        border-bottom: none; }
      .article-detail .section-podcast-episode .episode-detail-panel .episode-date {
        margin-bottom: 10px; }
      .article-detail .section-podcast-episode .episode-detail-panel .episode-link {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px; }
        .article-detail .section-podcast-episode .episode-detail-panel .episode-link a {
          text-decoration: none; }
          .article-detail .section-podcast-episode .episode-detail-panel .episode-link a:hover {
            text-decoration: underline; }
      .article-detail .section-podcast-episode .episode-detail-panel .episode-length {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 20px;
        text-transform: uppercase; }
        .article-detail .section-podcast-episode .episode-detail-panel .episode-length .icon {
          width: 30px;
          height: 23px;
          font-size: 35px;
          line-height: 0.75;
          padding-right: 40px; }
        .article-detail .section-podcast-episode .episode-detail-panel .episode-length .episode-length-time {
          font-weight: 600;
          margin-bottom: 0;
          font-size: .75rem; }

#map {
  width: 100%;
  height: 100%;
  position: relative; }
  @media print {
    #map {
      height: 600px !important; } }

.pinlabel {
  color: #ffffff; }

.infoBox {
  background: #FFF;
  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 .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: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-align-items: flex-start;
    align-items: flex-start; }
    .section-locations .filter-locations .dropdown-item .filter-label {
      -moz-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%;
  flex-flow: row nowrap;
  -moz-align-items: stretch;
  align-items: stretch;
  align-content: stretch;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .section-locations .locations-container {
      -moz-flex-direction: column;
      flex-direction: column; } }
  .section-locations .locations-container .locations-item {
    align-self: stretch;
    position: relative;
    height: 100%;
    transition: all ease 1s;
    background: #fff; }
    @media only screen and (max-width: 767px) {
      .section-locations .locations-container .locations-item {
        -moz-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 {
          -moz-flex: 2 1 auto;
          flex: 2 1 auto; } }
      @media only screen and (max-width: 767px) {
        .section-locations .locations-container .locations-item.locations-item-locations {
          -moz-flex: 1 1 auto;
          flex: 1 1 auto;
          height: auto; } }
    .section-locations .locations-container .locations-item.locations-item-map {
      -moz-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 {
          -moz-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: #00668f; }
  .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: -moz-flex;
        display: flex;
        -moz-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: #363637;
      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: -moz-flex;
      display: flex;
      -moz-flex-direction: column;
      flex-direction: column;
      -moz-justify-content: center;
      justify-content: center;
      -moz-align-items: center;
      align-items: center;
      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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .section-locations .locations-container .location-actions .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .section-locations .locations-container .location-actions .icon-arrow:after, .section-locations .locations-container .location-actions .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .section-locations .locations-container .location-actions a:hover:before,
    .section-locations .locations-container .location-actions .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .section-locations .locations-container .location-actions a:before,
    .section-locations .locations-container .location-actions .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .section-locations .locations-container .location-actions a:before, .section-locations .locations-container .location-actions .search-app-gs .arrow-right:after, .search-app-gs .section-locations .locations-container .location-actions .arrow-right:after, .section-locations .locations-container .location-actions .search-app-gs .arrow-left:before, .search-app-gs .section-locations .locations-container .location-actions .arrow-left:before, .section-locations .locations-container .location-actions .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .section-locations .locations-container .location-actions [data-role="remove"]: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: -moz-flex;
      display: flex;
      -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: #363637;
      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 {
      -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 {
        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 .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 (max-width: 767px) {
    .locations2 .section-header .btn-group {
      float: none; } }
  .locations2 .section-header .location-reservation-none {
    font-size: 18px;
    font-weight: 600;
    color: #6c6c6c;
    margin: 10px; }
  @media only screen and (max-device-width: 768px) {
    .locations2 .section-header .virtualvisit-icc {
      margin-top: -12px; } }
  .locations2 .section-header .virtualvisit-icc .virtualvisit-text {
    margin: 0 0 0 10px; }
  .locations2 .section-header .online-checkin {
    background-color: #ffffff;
    padding: 15px 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: 195px;
        margin: 10px 0 0 0; }
    .locations2 .section-header .online-checkin .no-appointment {
      margin-top: 10px; }
    .locations2 .section-header .online-checkin .more-times {
      margin: 10px auto 0 auto;
      max-width: 220px;
      line-height: 1.4;
      font-weight: 600; }
    @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: #00668f;
      font-size: 24px; }
    .locations2 .section-header .online-checkin .divider-or {
      margin: 20px -14px 25px;
      position: relative;
      border-bottom: 1px solid #d4d5d6; }
      @media only screen and (max-width: 1200px) {
        .locations2 .section-header .online-checkin .divider-or {
          border-width: 2px; } }
      @media only screen and (max-width: 767px) {
        .locations2 .section-header .online-checkin .divider-or {
          border-width: 1px; } }
      .locations2 .section-header .online-checkin .divider-or span {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 18px;
        background-color: #fff;
        padding: 0 5px; }
    .locations2 .section-header .online-checkin .location-wait-wrapper p {
      display: inline; }
      @media only screen and (max-width: 1023px) {
        .locations2 .section-header .online-checkin .location-wait-wrapper p {
          display: block; } }
    .locations2 .section-header .online-checkin .location-wait-wrapper .reservation-content, .locations2 .section-header .online-checkin .location-wait-wrapper .location-wait-time {
      font-size: 1.125rem;
      font-weight: 600; }
    .locations2 .section-header .online-checkin .location-reservation-wrapper .btn-icc {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 8px 4px 8px;
      padding: .75rem;
      font-size: 13px;
      line-height: 1.4;
      min-width: 1px;
      flex-shrink: 0;
      flex-grow: 2; }
      .locations2 .section-header .online-checkin .location-reservation-wrapper .btn-icc.btn-sec-icc {
        background-color: #f6f6f7;
        max-width: 120px; }
        .locations2 .section-header .online-checkin .location-reservation-wrapper .btn-icc.btn-sec-icc:hover, .locations2 .section-header .online-checkin .location-reservation-wrapper .btn-icc.btn-sec-icc:active, .locations2 .section-header .online-checkin .location-reservation-wrapper .btn-icc.btn-sec-icc:focus {
          color: #0b4265; }
      .locations2 .section-header .online-checkin .location-reservation-wrapper .btn-icc span {
        display: block;
        text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .locations2 .section-header .online-checkin .location-reservation-wrapper .btn-icc {
          margin: 8px 4px 8px; } }
    .locations2 .section-header .online-checkin .location-reservation-wrapper .reservation-content {
      font-size: 1.125rem;
      font-weight: 600; }
  .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 .text-container-alt .organization-container {
      margin-bottom: 45px; }
      @media only screen and (max-width: 767px) {
        .locations2 .section-header .text-container-alt .organization-container {
          margin-bottom: 18px; } }
  .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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .locations2 .section-header .img-wrapper .section-content .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .locations2 .section-header .img-wrapper .section-content .icon-arrow:after, .locations2 .section-header .img-wrapper .section-content .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .locations2 .section-header .img-wrapper .section-content a:hover:before,
      .locations2 .section-header .img-wrapper .section-content .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .locations2 .section-header .img-wrapper .section-content a:before,
      .locations2 .section-header .img-wrapper .section-content .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .locations2 .section-header .img-wrapper .section-content a:before, .locations2 .section-header .img-wrapper .section-content .search-app-gs .arrow-right:after, .search-app-gs .locations2 .section-header .img-wrapper .section-content .arrow-right:after, .locations2 .section-header .img-wrapper .section-content .search-app-gs .arrow-left:before, .search-app-gs .locations2 .section-header .img-wrapper .section-content .arrow-left:before, .locations2 .section-header .img-wrapper .section-content .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .locations2 .section-header .img-wrapper .section-content [data-role="remove"]: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: #363637;
          color: #363637; }
          .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 {
        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 {
    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 {
    order: 1; }
  .locations2 .section-location-top .show-quick-links .location-map {
    order: 0; }
  .locations2 .section-location-top .show-quick-links .quick-links {
    order: 3; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .locations2 .section-location-top .show-quick-links .quick-links {
        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: #0b4265; } }
  @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: -moz-flex;
  display: flex;
  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: #0b4265; }
  .locations2 .hospital-badge .badge-image, .locations2 .hospital-badge .badge-body {
    align-self: center; }
  .locations2 .hospital-badge .badge-image img {
    -moz-flex: 0 1 auto;
    flex: 0 1 auto; }
  .locations2 .hospital-badge .badge-body {
    -moz-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: #00668f; }
  .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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .locations2 .parking-hospital-map .map-key .map-key-item .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .locations2 .parking-hospital-map .map-key .map-key-item .icon-arrow:after, .locations2 .parking-hospital-map .map-key .map-key-item .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .locations2 .parking-hospital-map .map-key .map-key-item a:hover:before,
      .locations2 .parking-hospital-map .map-key .map-key-item .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .locations2 .parking-hospital-map .map-key .map-key-item a:before,
      .locations2 .parking-hospital-map .map-key .map-key-item .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .locations2 .parking-hospital-map .map-key .map-key-item a:before, .locations2 .parking-hospital-map .map-key .map-key-item .search-app-gs .arrow-right:after, .search-app-gs .locations2 .parking-hospital-map .map-key .map-key-item .arrow-right:after, .locations2 .parking-hospital-map .map-key .map-key-item .search-app-gs .arrow-left:before, .search-app-gs .locations2 .parking-hospital-map .map-key .map-key-item .arrow-left:before, .locations2 .parking-hospital-map .map-key .map-key-item .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .locations2 .parking-hospital-map .map-key .map-key-item [data-role="remove"]: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 {
          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: #363637; }
    @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: #363637;
    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 {
      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;
  transition: background-color 300ms;
  margin-bottom: 30px;
  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: -moz-flex;
    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 {
    -moz-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: -moz-flex;
    display: flex;
    -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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .locations2 .page-nav .nav-link .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .locations2 .page-nav .nav-link .icon-arrow:after, .locations2 .page-nav .nav-link .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .locations2 .page-nav .nav-link a:hover:before,
    .locations2 .page-nav .nav-link .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .locations2 .page-nav .nav-link a:before,
    .locations2 .page-nav .nav-link .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .locations2 .page-nav .nav-link a:before, .locations2 .page-nav .nav-link .search-app-gs .arrow-right:after, .search-app-gs .locations2 .page-nav .nav-link .arrow-right:after, .locations2 .page-nav .nav-link .search-app-gs .arrow-left:before, .search-app-gs .locations2 .page-nav .nav-link .arrow-left:before, .locations2 .page-nav .nav-link .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .locations2 .page-nav .nav-link [data-role="remove"]: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;
      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 {
    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; }

.locations2.check-in .section-appointments .tabs-horizontal .resp-tabs-list .resp-tab-item {
  font-size: 24px;
  font-weight: 600; }

@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 {
  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; } }

#locations-sticky-header {
  left: 0; }
  @media only screen and (max-width: 767px) {
    #locations-sticky-header {
      position: fixed;
      top: 55px;
      width: 100%;
      padding: 1rem;
      z-index: 101;
      background-color: #f9f9f9;
      box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2); } }
  .scrollable-no #locations-sticky-header {
    position: fixed; }
  @media only screen and (min-width: 768px) {
    .fixed-header #locations-sticky-header,
    .scrollable-no #locations-sticky-header {
      -webkit-animation: headerDrop 300ms ease-out 1;
      animation: headerDrop 300ms ease-out 1;
      position: fixed;
      top: 0;
      width: 100%;
      padding: 115px 0 0 0;
      z-index: 101;
      background-color: #f9f9f9;
      box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2); }
      .fixed-header #locations-sticky-header .header-content,
      .scrollable-no #locations-sticky-header .header-content {
        position: relative;
        min-height: 70px; }
      .fixed-header #locations-sticky-header .panel-title,
      .scrollable-no #locations-sticky-header .panel-title {
        text-align: center;
        padding: 1.25rem;
        font-size: 1.5rem;
        font-weight: 600;
        color: #574497; }
      .fixed-header #locations-sticky-header .panel-prefix,
      .scrollable-no #locations-sticky-header .panel-prefix {
        font-size: 1.25rem; }
      .fixed-header #locations-sticky-header .view-toggles,
      .scrollable-no #locations-sticky-header .view-toggles {
        position: absolute;
        right: 30px;
        top: 10px; }
    .fixed-header-scrolling-down.fixed-header #locations-sticky-header {
      -webkit-animation: headerDrop 300ms ease-out 1;
      animation: headerDrop 300ms ease-out 1;
      opacity: 1; }
    .fixed-header-scrolling-up.fixed-header #locations-sticky-header {
      transition: all 200ms ease-out;
      top: -115px;
      opacity: 0; } }

@media only screen and (max-width: 767px) {
  .locations-landing {
    padding-top: 55px; } }

.locations-landing .view-toggles {
  padding: 4px 0 0;
  height: auto;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .locations-landing .view-toggles {
      padding: 12px 0px 8px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .locations-landing .view-toggles {
      padding-bottom: 20px; } }
  .locations-landing .view-toggles .view-toggle {
    display: none;
    width: 100px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00668f;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer; }
    .locations-landing .view-toggles .view-toggle.active {
      display: block; }
    .locations-landing .view-toggles .view-toggle:focus {
      outline: 5px auto -webkit-focus-ring-color;
      outline: auto 1px highlight;
      outline-offset: 2px; }
    .locations-landing .view-toggles .view-toggle:focus:not(:focus-visible) {
      outline: none; }
    .locations-landing .view-toggles .view-toggle:focus-visible {
      outline: 5px auto -webkit-focus-ring-color;
      outline: auto 1px highlight;
      outline-offset: 2px; }
    @media only screen and (min-width: 768px) {
      .locations-landing .view-toggles .view-toggle {
        width: 128px;
        color: #fff;
        background: #00668f;
        padding: 0.4em 1.25em;
        border: 1px solid transparent;
        transition: all .25s; }
        .locations-landing .view-toggles .view-toggle:hover {
          background: #0b4265;
          color: #fff; }
          .locations-landing .view-toggles .view-toggle:hover.btn-no-shadow {
            box-shadow: none; }
        .locations-landing .view-toggles .view-toggle:focus, .locations-landing .view-toggles .view-toggle:active {
          background: #006f80; } }
  .locations-landing .view-toggles .fas {
    width: 16px; }

.locations-landing .section-page-header .search-bar-label {
  font-size: .9rem;
  font-weight: 600; }
  @media only screen and (min-width: 768px) {
    .locations-landing .section-page-header .search-bar-label {
      font-size: 1.125rem; } }

.locations-landing .search-bar-full {
  z-index: 1; }
  .locations-landing .search-bar-full label {
    font-size: 14px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .locations-landing .search-bar-full label {
        font-size: 13px; } }
    @media only screen and (max-width: 1200px) {
      .locations-landing .search-bar-full label .label-long {
        display: none; } }
  .locations-landing .search-bar-full input {
    padding: 10px 70px 10px 14px;
    color: #363637;
    border-color: #00668f; }
  .locations-landing .search-bar-full .btn-search {
    width: 40px;
    min-height: 0;
    height: 40px;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .locations-landing .search-bar-full .btn-search {
        height: 45px; } }
    .locations-landing .search-bar-full .btn-search .material-icons, .locations-landing .search-bar-full .btn-search .icon-request-appointment:before, .locations-landing .search-bar-full .btn-search .icon-watch-video:before, .locations-landing .search-bar-full .btn-search .icon-play:before, .locations-landing .search-bar-full .btn-search .icon-person-location:before, .locations-landing .search-bar-full .btn-search .icon-details-top:before, .locations-landing .search-bar-full .btn-search .icon-details-left:before, .locations-landing .search-bar-full .btn-search .icon-directions:before, .locations-landing .search-bar-full .btn-search .icon-directions-alt:before, .locations-landing .search-bar-full .btn-search .icon-send-message:before, .locations-landing .search-bar-full .btn-search .icon-phone-top:before, .locations-landing .search-bar-full .btn-search .icon-phone-left:before, .locations-landing .search-bar-full .btn-search .icon-comment:before, .locations-landing .search-bar-full .btn-search .icon-cancel-search:before, .locations-landing .search-bar-full .btn-search .panel-footer .panel-footer-more:before, .panel-footer .locations-landing .search-bar-full .btn-search .panel-footer-more:before, .locations-landing .search-bar-full .btn-search .panel-toggle .panel-toggle-trigger:after, .panel-toggle .locations-landing .search-bar-full .btn-search .panel-toggle-trigger:after, .locations-landing .search-bar-full .btn-search .video-item figure:before, .video-item .locations-landing .search-bar-full .btn-search figure:before, .locations-landing .search-bar-full .btn-search .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .locations-landing .search-bar-full .btn-search .toggle-icon:after, .locations-landing .search-bar-full .btn-search .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .locations-landing .search-bar-full .btn-search div[id*="thumbnail"]:before, .locations-landing .search-bar-full .btn-search .card-trigger a:after, .card-trigger .locations-landing .search-bar-full .btn-search a:after, .locations-landing .search-bar-full .btn-search .card-video .card-image:before, .card-video .locations-landing .search-bar-full .btn-search .card-image:before, .locations-landing .search-bar-full .btn-search .card-content-figure figure.video a:before, .card-content-figure figure.video .locations-landing .search-bar-full .btn-search a:before, .locations-landing .search-bar-full .btn-search .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .locations-landing .search-bar-full .btn-search [data-role="remove"]:after, .locations-landing .search-bar-full .btn-search .section-location-details .btn-req-appt:after, .section-location-details .locations-landing .search-bar-full .btn-search .btn-req-appt:after,
    .locations-landing .search-bar-full .btn-search .section-location-details .btn-dr-location:after, .section-location-details .locations-landing .search-bar-full .btn-search .btn-dr-location:after, .locations-landing .search-bar-full .btn-search .locations2 .hospital-video a:before, .locations2 .hospital-video .locations-landing .search-bar-full .btn-search a:before, .locations-landing .search-bar-full .btn-search .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .search-bar-full .btn-search .icon-arrow:after, .locations-landing .search-bar-full .btn-search .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .locations-landing .search-bar-full .btn-search a:hover:before,
    .locations-landing .search-bar-full .btn-search .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .locations-landing .search-bar-full .btn-search a:before,
    .locations-landing .search-bar-full .btn-search .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .locations-landing .search-bar-full .btn-search a:before, .locations-landing .search-bar-full .btn-search .search-app-gs .arrow-right:after, .search-app-gs .locations-landing .search-bar-full .btn-search .arrow-right:after, .locations-landing .search-bar-full .btn-search .search-app-gs .arrow-left:before, .search-app-gs .locations-landing .search-bar-full .btn-search .arrow-left:before, .locations-landing .search-bar-full .btn-search .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .locations-landing .search-bar-full .btn-search [data-role="remove"]:after, .locations-landing .search-bar-full .btn-search .back-to-top:before, .locations-landing .search-bar-full .btn-search .video-library .video-library-image:before, .video-library .locations-landing .search-bar-full .btn-search .video-library-image:before {
      font-size: 2rem;
      width: 40px;
      height: 27px; }
  .locations-landing .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 .search-bar-full .bootstrap-tagsinput-2 input {
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    width: 100%;
    height: 42px;
    margin-top: 4px; }

.locations-landing .location-search-suggested {
  position: relative;
  width: 100%;
  line-height: 2em;
  font-size: 1rem; }

.locations-landing .panel {
  margin-top: 24px; }

.locations-landing .header-content {
  min-height: 19px; }

.locations-landing .panel-title {
  font-size: 1.25rem; }
  @media only screen and (max-width: 320px) {
    .locations-landing .panel-title {
      font-size: 1rem; } }
  @media only screen and (max-width: 767px) {
    .locations-landing .panel-title {
      text-align: center; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .locations-landing .panel-title {
      font-size: 1rem; } }
  .locations-landing .panel-title .panel-prefix {
    font-size: .9rem;
    color: #232526; }
    @media only screen and (max-width: 767px) {
      .locations-landing .panel-title .panel-prefix {
        font-weight: 400; } }

.locations-landing .align-right p {
  margin: 0 1em 0 0; }

.locations-landing .mobile-actions {
  display: block; }
  @media only screen and (min-width: 768px) {
    .locations-landing .mobile-actions {
      display: none; } }

.locations-landing .sort-me .dropdown-menu {
  left: auto;
  right: 0; }

.locations-landing .sort-me .dropdown-toggle {
  display: inline; }
  .locations-landing .sort-me .dropdown-toggle:focus {
    padding: 8px 0; }
  .locations-landing .sort-me .dropdown-toggle:focus-visible {
    padding: 8px 0; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .locations-landing .sort-me .filter-item .filter-label {
    padding-right: 5px; }
  .locations-landing .sort-me .dropdown-wrapper {
    padding: 8px 10px; } }

@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: 200px; } }

@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;
    font-size: 12px;
    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% - 200px); } }
  @media only screen and (min-width: 1200px) {
    .locations-landing .card-details {
      width: calc(100% - 525px); } }
  @media only screen and (min-width: 1400px) {
    .locations-landing .card-details {
      width: calc(100% - 565px); } }
  @media print {
    .locations-landing .card-details {
      width: 74%; } }
  .locations-landing .card-details .card-heading {
    margin-bottom: .15em;
    font-size: 1.25rem;
    font-weight: 600; }
  .locations-landing .card-details .parent-name {
    cursor: pointer; }
  .locations-landing .card-details .location-heading {
    font-size: 14px;
    color: #a9abac; }
  .locations-landing .card-details .independent-org-container {
    margin-bottom: 8px;
    font-weight: 600;
    position: relative; }
    .locations-landing .card-details .independent-org-container .tooltip-trigger {
      position: absolute;
      top: 1px;
      padding-left: 3px; }
  .locations-landing .card-details .distance {
    margin: 10px 0; }
  .locations-landing .card-details .location-directions {
    display: inline-block;
    margin: 5px 0;
    font-weight: 700;
    text-transform: uppercase; }
  .locations-landing .card-details .location-phone .tel {
    font-weight: 700;
    text-decoration: none; }

.locations-landing .card-actions {
  width: 100%; }
  @media only screen and (min-width: 1200px) {
    .locations-landing .card-actions {
      width: 290px; } }
  @media only screen and (min-width: 1400px) {
    .locations-landing .card-actions {
      width: 320px; } }
  @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: #0b4265; }
  .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 .card-actions .location-wait-wrapper {
    text-align: center; }
    .locations-landing .card-actions .location-wait-wrapper .reservation-content {
      font-size: 1.125rem;
      font-weight: 600; }
    .locations-landing .card-actions .location-wait-wrapper .location-wait-time {
      font-size: 18px;
      font-weight: 600; }
  .locations-landing .card-actions .divider-or {
    margin: 20px -34px 25px -24px;
    position: relative;
    border-bottom: 2px solid #d4d5d6; }
    .locations-landing .card-actions .divider-or span {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 18px;
      background-color: #fff;
      padding: 0 5px; }
    @media only screen and (max-width: 1200px) {
      .locations-landing .card-actions .divider-or {
        margin: 20px -24px 25px;
        border-width: 2px; } }
    @media only screen and (max-width: 767px) {
      .locations-landing .card-actions .divider-or {
        margin: 20px -12px 25px;
        border-width: 1px; } }
  .locations-landing .card-actions .locations-view-all {
    display: block; }
  .locations-landing .card-actions .location-reservation-wrapper {
    text-align: center; }
    .locations-landing .card-actions .location-reservation-wrapper .reservation-content {
      font-size: 1.125rem;
      font-weight: 600; }
  .locations-landing .card-actions .location-reservation-none {
    font-size: 18px;
    font-weight: 600;
    color: #6c6c6c;
    margin: 10px; }
    @media only screen and (min-width: 1200px) {
      .locations-landing .card-actions .location-reservation-none {
        height: 100px; } }
  .locations-landing .card-actions .virtualvisit-icc {
    margin-left: -24px;
    margin-right: -34px;
    margin-bottom: -24px; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      .locations-landing .card-actions .virtualvisit-icc {
        margin-left: -24px;
        margin-right: -24px;
        margin-bottom: -24px; } }
    .locations-landing .card-actions .virtualvisit-icc .virtualvisit-text {
      margin: 0 0 0 10px; }
  .locations-landing .card-actions .virtualvisit-icc-sm {
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: -12px; }
    .locations-landing .card-actions .virtualvisit-icc-sm .virtualvisit-text {
      margin: 0 0 0 10px; }
  .locations-landing .card-actions .btn-icc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1px 20px 18px;
    padding: .75rem;
    font-size: 13px;
    line-height: 1.4;
    min-width: 1px;
    flex-shrink: 0;
    flex-grow: 2; }
    .locations-landing .card-actions .btn-icc span {
      display: block;
      text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .locations-landing .card-actions .btn-icc {
        margin: 1px 20px 18px; } }

.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 .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .locations-landing .distance .toggle-icon:after, .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-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 .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .distance .icon-arrow:after, .locations-landing .distance .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .locations-landing .distance a:hover:before,
.locations-landing .distance .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .locations-landing .distance a:before,
.locations-landing .distance .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .locations-landing .distance a:before, .locations-landing .distance .search-app-gs .arrow-right:after, .search-app-gs .locations-landing .distance .arrow-right:after, .locations-landing .distance .search-app-gs .arrow-left:before, .search-app-gs .locations-landing .distance .arrow-left:before, .locations-landing .distance .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .locations-landing .distance [data-role="remove"]: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 .locations-toggle {
  display: none;
  position: relative;
  height: 100%; }
  .locations-landing .locations-toggle.page-current {
    display: block; }

.locations-landing .section-off-canvas.hidden {
  height: 0; }

.locations-landing .locations-map {
  display: none; }
  .locations-landing .locations-map .map-container {
    height: 100%; }
    .locations-landing .locations-map .map-container #map {
      min-height: 420px; }
      @media only screen and (max-width: 374px) {
        .locations-landing .locations-map .map-container #map {
          min-height: 360px; } }
      @media only screen and (min-width: 768px) {
        .locations-landing .locations-map .map-container #map {
          min-height: 850px; } }
    .locations-landing .locations-map .map-container .no-results-map {
      position: absolute;
      top: 24px;
      right: 24px;
      z-index: 2;
      width: 90%; }
    @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; }

.locations-landing .border-bottom {
  border-bottom: solid 1px #d0cde2; }

.locations-landing .filter-nav-title {
  font-size: 20px; }

.locations-landing .filter-selection-header .btn-filter-clear {
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .locations-landing .filter-selection-header .btn-filter-clear {
      width: auto;
      position: absolute;
      top: 10px;
      right: 10px; } }

@media only screen and (max-width: 767px) {
  .locations-landing .filter-nav-actions {
    background: #fff;
    padding: 5px 20px 10px 20px;
    margin-bottom: 0;
    color: #363637; }
    .locations-landing .filter-nav-actions .link-unstyled {
      color: #00668f;
      padding: 10px 16px; }
      .locations-landing .filter-nav-actions .link-unstyled.left {
        position: absolute;
        top: 0;
        right: 0;
        padding: 1rem;
        z-index: 3; }
      .locations-landing .filter-nav-actions .link-unstyled.right {
        border: 1px solid #00668f; } }

.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: #363637; } }

.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: flex;
    justify-content: center;
    align-items: center;
    color: #00668f;
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 0;
    width: 30px;
    height: 100%;
    font-size: 1rem;
    font-weight: 600;
    text-align: center; }

@media only screen and (max-width: 767px) {
  .locations-landing .mobile-filter-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    border-top: 1px solid #d0cde2;
    margin: 0;
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    height: 100px;
    width: 100%;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: 12000;
    text-align: center; }
    .locations-landing .mobile-filter-actions.open {
      transform: translate(0);
      transition: transform 0.4s ease; } }

.locations-landing .filter-nav-side .change-location {
  margin-bottom: 18px; }
  @media only screen and (max-width: 767px) {
    .locations-landing .filter-nav-side .change-location {
      background: transparent;
      text-align: left; } }
  @media only screen and (min-width: 768px) {
    .locations-landing .filter-nav-side .change-location {
      padding: 0; } }
  .locations-landing .filter-nav-side .change-location .required-field-marker {
    display: none; }
  .locations-landing .filter-nav-side .change-location .fal-search-form {
    margin-bottom: 12px; }
  .locations-landing .filter-nav-side .change-location .search-bar-label {
    width: 100%; }
  .locations-landing .filter-nav-side .change-location .filter-item-title {
    width: auto;
    padding-left: 15px;
    margin-bottom: 1em; }
  .locations-landing .filter-nav-side .change-location .use-current {
    text-transform: none;
    text-decoration: underline; }
  .locations-landing .filter-nav-side .change-location .form-group {
    margin: 0; }
    .locations-landing .filter-nav-side .change-location .form-group input {
      padding-top: 11px;
      padding-bottom: 11px; }
    @media only screen and (max-width: 767px) {
      .locations-landing .filter-nav-side .change-location .form-group .field-validation-error {
        left: 5px;
        padding: 6px 10px;
        background: #f5f5f5; } }

.locations-landing .filter-nav-side .search-bar-full input {
  font-size: .8125rem; }

.locations-landing .filter-nav-side .search-bar-full .btn-search-alt {
  position: absolute;
  min-height: 0;
  top: 0;
  right: 6px;
  padding: 0;
  z-index: 2; }
  .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .material-icons, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .icon-request-appointment:before, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .icon-watch-video:before, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .icon-play:before, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .icon-person-location:before, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .icon-details-top:before, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .icon-details-left:before, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .icon-directions:before, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .icon-directions-alt:before, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .icon-send-message:before, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .icon-phone-top:before, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .icon-phone-left:before, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .icon-comment:before, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .icon-cancel-search:before, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .panel-footer .panel-footer-more:before, .panel-footer .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .panel-footer-more:before, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .panel-toggle .panel-toggle-trigger:after, .panel-toggle .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .panel-toggle-trigger:after, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .video-item figure:before, .video-item .locations-landing .filter-nav-side .search-bar-full .btn-search-alt figure:before, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .toggle-icon:after, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .locations-landing .filter-nav-side .search-bar-full .btn-search-alt div[id*="thumbnail"]:before, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .card-trigger a:after, .card-trigger .locations-landing .filter-nav-side .search-bar-full .btn-search-alt a:after, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .card-video .card-image:before, .card-video .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .card-image:before, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .card-content-figure figure.video a:before, .card-content-figure figure.video .locations-landing .filter-nav-side .search-bar-full .btn-search-alt a:before, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .locations-landing .filter-nav-side .search-bar-full .btn-search-alt [data-role="remove"]:after, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .section-location-details .btn-req-appt:after, .section-location-details .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .btn-req-appt:after,
  .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .section-location-details .btn-dr-location:after, .section-location-details .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .btn-dr-location:after, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .locations2 .hospital-video a:before, .locations2 .hospital-video .locations-landing .filter-nav-side .search-bar-full .btn-search-alt a:before, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .filter-nav-side .search-bar-full .btn-search-alt .icon-arrow:after, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .locations-landing .filter-nav-side .search-bar-full .btn-search-alt a:hover:before,
  .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .locations-landing .filter-nav-side .search-bar-full .btn-search-alt a:before,
  .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .locations-landing .filter-nav-side .search-bar-full .btn-search-alt a:before, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .search-app-gs .arrow-right:after, .search-app-gs .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .arrow-right:after, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .search-app-gs .arrow-left:before, .search-app-gs .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .arrow-left:before, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .search-app-gs .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .locations-landing .filter-nav-side .search-bar-full .btn-search-alt [data-role="remove"]:after, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .back-to-top:before, .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .video-library .video-library-image:before, .video-library .locations-landing .filter-nav-side .search-bar-full .btn-search-alt .video-library-image:before {
    font-size: 1.75rem;
    width: 1.75rem; }

.locations-landing .filter-nav-side .filter-item {
  border-bottom: solid 1px #d0cde2; }

.locations-landing .mobile-filters .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 .mobile-filters .filter-item .filter-list {
    display: none;
    padding: 0 13px; }
  .locations-landing .mobile-filters .filter-item.active .icon-arrow:after {
    content: "keyboard_arrow_up"; }
  .locations-landing .mobile-filters .filter-item.active .filter-selected {
    display: none; }
  .locations-landing .mobile-filters .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 .mobile-filters .filter-item .filter-item-title {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 13px; }
    .locations-landing .mobile-filters .filter-item .filter-item-title:focus {
      outline: 5px auto -webkit-focus-ring-color;
      outline: auto 1px highlight;
      outline-offset: -2px; }
    .locations-landing .mobile-filters .filter-item .filter-item-title:focus:not(:focus-visible) {
      outline: none; }
    .locations-landing .mobile-filters .filter-item .filter-item-title:focus-visible {
      outline: 5px auto -webkit-focus-ring-color;
      outline: auto 1px highlight;
      outline-offset: -2px; }
    .locations-landing .mobile-filters .filter-item .filter-item-title:active {
      outline: none; }
  @media only screen and (max-width: 767px) {
    .locations-landing .mobile-filters .filter-item .filter-selected {
      margin-top: -13px; } }
  .locations-landing .mobile-filters .filter-item .filter-selected .list-item-selected .remove-filter {
    display: none; }
  .locations-landing .mobile-filters .filter-item .filter-list {
    margin: 0 -13px 18px -13px; }
    .locations-landing .mobile-filters .filter-item .filter-list .list-unstyled {
      margin-bottom: 0; }
    .locations-landing .mobile-filters .filter-item .filter-list .list-item-selected {
      background: #eee;
      border-radius: 2px; }
  @media only screen and (max-width: 767px) {
    .locations-landing .mobile-filters .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: rgba(255, 255, 255, 0.75); }
  @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); } }

@-webkit-keyframes moveToTop {
  from { }
  to {
    -webkit-transform: translateY(-100%); } }

@keyframes moveToTop {
  from { }
  to {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@keyframes scaleUp {
  from {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes moveToLeft {
  from { }
  to {
    -webkit-transform: translateX(-100%); } }

@keyframes moveToLeft {
  from { }
  to {
    transform: translateX(-100%); } }

@-webkit-keyframes moveToRight {
  from { }
  to {
    -webkit-transform: translateX(100%); } }

@keyframes moveToRight {
  from { }
  to {
    transform: translateX(100%); } }

.move-left {
  -webkit-animation: moveToLeft .5s ease both;
  animation: moveToLeft .5s ease both;
  opacity: 1;
  visibility: hidden; }

.move-right {
  -webkit-animation: moveToRight .5s ease both;
  animation: moveToRight .5s ease both;
  opacity: 1;
  visibility: hidden; }

.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: #00668f !important;
    font-weight: 400;
    text-decoration: none; }
    .mapboxgl-popup-content a:hover {
      color: #0b4265 !important;
      text-decoration: underline; }

.accordion > div {
  visibility: hidden; }

.accordion .accordion-header {
  position: relative;
  margin-bottom: 0;
  transition: margin 300ms ease-out;
  -webkit-tap-highlight-color: transparent; }
  .accordion .accordion-header .accordion-icon:after {
    content: "\002B";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #00668f;
    font-size: 1.75rem;
    font-weight: 700; }
  .accordion .accordion-header * {
    margin: 0; }
  .accordion .accordion-header:hover {
    cursor: pointer; }
  .accordion .accordion-header:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline: auto 1px highlight;
    outline-offset: 2px;
    overflow: hidden; }

.accordion .accordion-title {
  font-size: 18px;
  line-height: 1.33; }

.accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 300ms ease-out; }
  .accordion .accordion-content .checkbox input[type="checkbox"] + label, .accordion .accordion-content .checkbox input[type="checkbox"] + span.fad-checkbox-name {
    line-height: 1.36;
    padding-right: 8px; }
    .accordion .accordion-content .checkbox input[type="checkbox"] + label:before, .accordion .accordion-content .checkbox input[type="checkbox"] + span.fad-checkbox-name:before {
      top: 1px; }
    .accordion .accordion-content .checkbox input[type="checkbox"] + label:after, .accordion .accordion-content .checkbox input[type="checkbox"] + span.fad-checkbox-name:after {
      top: 10px; }

.accordion .disabled {
  cursor: not-allowed !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .accordion .disabled .accordion-title {
    color: #999; }
  .accordion .disabled:after {
    color: #999; }

.accordion.active .accordion-header .accordion-icon:after {
  content: "\2013";
  right: 1px;
  top: calc(50% - 2px);
  line-height: 0; }

.accordion.active .accordion-content {
  max-height: 200vh;
  margin-top: 1.25rem; }
  .accordion.active .accordion-content.scrollable {
    max-height: 305px;
    overflow-y: auto; }

.accordion.active > div {
  visibility: visible; }

.ots .field-validation-error {
  bottom: 90%; }

@media only screen and (max-width: 767px) {
  .ots label {
    margin-bottom: 1.6rem !important; }
  .ots .field-validation-error {
    bottom: 110%; } }

.pagination {
  width: 100%; }
  .pagination > div {
    display: inline-block; }

.pagination-button {
  margin: 0 3px;
  padding: 2px 6px; }
  .pagination-button.active {
    background-color: #fff;
    border: 1px solid #d4d5d6;
    color: #363637; }
  @media only screen and (max-width: 767px) {
    .pagination-button.button-next, .pagination-button.button-prev {
      top: 50%;
      transform: translateY(-50%); } }

.page-size-container {
  width: 120px;
  margin: 0 auto;
  padding: 2rem 0; }
  @media only screen and (min-width: 1025px) {
    .page-size-container {
      top: 1.25rem;
      padding: 0;
      right: 0;
      position: absolute; } }
  .page-size-container .dropdown-item .page-size-menu {
    min-width: 69px;
    left: auto;
    right: 0; }
  .page-size-container .dropdown-item.active .page-size-menu {
    top: 35px; }

.radio-button-list h3 {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #232526; }

.radio-button-list label {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #232526;
  width: 100%;
  margin-bottom: 0;
  vertical-align: middle; }

.radio-button-list .top-results .top-results-line:not(:first-child) {
  content: "";
  position: relative;
  display: block;
  height: 1px;
  width: calc(100% - 10px);
  margin: 12px 0px 18px 30px;
  background-color: #d0cde2; }

.radio-button-list .radio-container {
  display: block;
  position: relative;
  width: calc(100% - 10px);
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 0;
  margin-bottom: 18px;
  margin-left: 4px; }
  .radio-button-list .radio-container:last-child {
    margin-bottom: 5px; }
  .radio-button-list .radio-container:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline: auto 1px highlight;
    outline-offset: 2px;
    overflow: hidden; }

.radio-button-list .radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.radio-button-list .radio-circle {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 1px solid #979797; }

.radio-button-list .radio-container input:checked ~ .radio-circle {
  background-color: #ffffff; }

.radio-button-list .radio-circle:after {
  content: "";
  position: absolute;
  display: none; }

.radio-button-list .radio-container input:checked ~ .label-container .text-label-container {
  font-weight: 700; }

.radio-button-list .radio-container input:checked ~ .radio-circle:after {
  display: block; }

.radio-button-list .radio-container .radio-circle:after {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #63599e; }

.radio-button-list .form-group {
  margin-bottom: 0px !important;
  margin-top: 5px !important; }

.radio-button-list i.icon-doc-availability.icon.material-icons, .radio-button-list i.icon-doc-availability.icon.icon-request-appointment:before, .radio-button-list i.icon-doc-availability.icon.icon-watch-video:before, .radio-button-list i.icon-doc-availability.icon.icon-play:before, .radio-button-list i.icon-doc-availability.icon.icon-person-location:before, .radio-button-list i.icon-doc-availability.icon.icon-details-top:before, .radio-button-list i.icon-doc-availability.icon.icon-details-left:before, .radio-button-list i.icon-doc-availability.icon.icon-directions:before, .radio-button-list i.icon-doc-availability.icon.icon-directions-alt:before, .radio-button-list i.icon-doc-availability.icon.icon-send-message:before, .radio-button-list i.icon-doc-availability.icon.icon-phone-top:before, .radio-button-list i.icon-doc-availability.icon.icon-phone-left:before, .radio-button-list i.icon-doc-availability.icon.icon-comment:before, .radio-button-list i.icon-doc-availability.icon.icon-cancel-search:before, .radio-button-list .panel-footer i.icon-doc-availability.icon.panel-footer-more:before, .panel-footer .radio-button-list i.icon-doc-availability.icon.panel-footer-more:before, .radio-button-list .panel-toggle i.icon-doc-availability.icon.panel-toggle-trigger:after, .panel-toggle .radio-button-list i.icon-doc-availability.icon.panel-toggle-trigger:after, .radio-button-list .component-locations-map .toggle-view i.icon-doc-availability.icon.toggle-icon:after, .component-locations-map .toggle-view .radio-button-list i.icon-doc-availability.icon.toggle-icon:after, .radio-button-list .card-video i.icon-doc-availability.icon.card-image:before, .card-video .radio-button-list i.icon-doc-availability.icon.card-image:before, .radio-button-list .bootstrap-tagsinput .tag i.icon-doc-availability.icon[data-role="remove"]:after, .bootstrap-tagsinput .tag .radio-button-list i.icon-doc-availability.icon[data-role="remove"]:after, .radio-button-list .section-location-details i.icon-doc-availability.icon.btn-req-appt:after, .section-location-details .radio-button-list i.icon-doc-availability.icon.btn-req-appt:after,
.radio-button-list .section-location-details i.icon-doc-availability.icon.btn-dr-location:after, .section-location-details .radio-button-list i.icon-doc-availability.icon.btn-dr-location:after, .radio-button-list .locations-landing .mobile-filters .filter-item i.icon-doc-availability.icon.icon-arrow:after, .locations-landing .mobile-filters .filter-item .radio-button-list i.icon-doc-availability.icon.icon-arrow:after, .radio-button-list .search-app-gs i.icon-doc-availability.icon.arrow-right:after, .search-app-gs .radio-button-list i.icon-doc-availability.icon.arrow-right:after, .radio-button-list .search-app-gs i.icon-doc-availability.icon.arrow-left:before, .search-app-gs .radio-button-list i.icon-doc-availability.icon.arrow-left:before, .radio-button-list .search-app-gs .tag-container .tag i.icon-doc-availability.icon[data-role="remove"]:after, .search-app-gs .tag-container .tag .radio-button-list i.icon-doc-availability.icon[data-role="remove"]:after, .radio-button-list i.icon-doc-availability.icon.back-to-top:before, .radio-button-list .video-library i.icon-doc-availability.icon.video-library-image:before, .video-library .radio-button-list i.icon-doc-availability.icon.video-library-image:before, .radio-button-list span.icon-doc-availability.icon.material-icons, .radio-button-list span.icon-doc-availability.icon.icon-request-appointment:before, .radio-button-list span.icon-doc-availability.icon.icon-watch-video:before, .radio-button-list span.icon-doc-availability.icon.icon-play:before, .radio-button-list span.icon-doc-availability.icon.icon-person-location:before, .radio-button-list span.icon-doc-availability.icon.icon-details-top:before, .radio-button-list span.icon-doc-availability.icon.icon-details-left:before, .radio-button-list span.icon-doc-availability.icon.icon-directions:before, .radio-button-list span.icon-doc-availability.icon.icon-directions-alt:before, .radio-button-list span.icon-doc-availability.icon.icon-send-message:before, .radio-button-list span.icon-doc-availability.icon.icon-phone-top:before, .radio-button-list span.icon-doc-availability.icon.icon-phone-left:before, .radio-button-list span.icon-doc-availability.icon.icon-comment:before, .radio-button-list span.icon-doc-availability.icon.icon-cancel-search:before, .radio-button-list .panel-footer span.icon-doc-availability.icon.panel-footer-more:before, .panel-footer .radio-button-list span.icon-doc-availability.icon.panel-footer-more:before, .radio-button-list .panel-toggle span.icon-doc-availability.icon.panel-toggle-trigger:after, .panel-toggle .radio-button-list span.icon-doc-availability.icon.panel-toggle-trigger:after, .radio-button-list .component-locations-map .toggle-view span.icon-doc-availability.icon.toggle-icon:after, .component-locations-map .toggle-view .radio-button-list span.icon-doc-availability.icon.toggle-icon:after, .radio-button-list .card-video span.icon-doc-availability.icon.card-image:before, .card-video .radio-button-list span.icon-doc-availability.icon.card-image:before, .radio-button-list .bootstrap-tagsinput .tag span.icon-doc-availability.icon[data-role="remove"]:after, .bootstrap-tagsinput .tag .radio-button-list span.icon-doc-availability.icon[data-role="remove"]:after, .radio-button-list .section-location-details span.icon-doc-availability.icon.btn-req-appt:after, .section-location-details .radio-button-list span.icon-doc-availability.icon.btn-req-appt:after,
.radio-button-list .section-location-details span.icon-doc-availability.icon.btn-dr-location:after, .section-location-details .radio-button-list span.icon-doc-availability.icon.btn-dr-location:after, .radio-button-list .locations-landing .mobile-filters .filter-item span.icon-doc-availability.icon.icon-arrow:after, .locations-landing .mobile-filters .filter-item .radio-button-list span.icon-doc-availability.icon.icon-arrow:after, .radio-button-list .search-app-gs span.icon-doc-availability.icon.arrow-right:after, .search-app-gs .radio-button-list span.icon-doc-availability.icon.arrow-right:after, .radio-button-list .search-app-gs span.icon-doc-availability.icon.arrow-left:before, .search-app-gs .radio-button-list span.icon-doc-availability.icon.arrow-left:before, .radio-button-list .search-app-gs .tag-container .tag span.icon-doc-availability.icon[data-role="remove"]:after, .search-app-gs .tag-container .tag .radio-button-list span.icon-doc-availability.icon[data-role="remove"]:after, .radio-button-list span.icon-doc-availability.icon.back-to-top:before, .radio-button-list .video-library span.icon-doc-availability.icon.video-library-image:before, .video-library .radio-button-list span.icon-doc-availability.icon.video-library-image:before {
  line-height: 1.75;
  width: 20px;
  font-size: 0.75rem;
  line-height: 1.85; }

.radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon.material-icons, .radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon.icon-request-appointment:before, .radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon.icon-watch-video:before, .radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon.icon-play:before, .radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon.icon-person-location:before, .radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon.icon-details-top:before, .radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon.icon-details-left:before, .radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon.icon-directions:before, .radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon.icon-directions-alt:before, .radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon.icon-send-message:before, .radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon.icon-phone-top:before, .radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon.icon-phone-left:before, .radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon.icon-comment:before, .radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon.icon-cancel-search:before, .radio-button-list .radio-container:nth-of-type(2) .panel-footer i.icon-doc-availability.icon.panel-footer-more:before, .panel-footer .radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon.panel-footer-more:before, .radio-button-list .radio-container:nth-of-type(2) .panel-toggle i.icon-doc-availability.icon.panel-toggle-trigger:after, .panel-toggle .radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon.panel-toggle-trigger:after, .radio-button-list .radio-container:nth-of-type(2) .component-locations-map .toggle-view i.icon-doc-availability.icon.toggle-icon:after, .component-locations-map .toggle-view .radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon.toggle-icon:after, .radio-button-list .radio-container:nth-of-type(2) .card-video i.icon-doc-availability.icon.card-image:before, .card-video .radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon.card-image:before, .radio-button-list .radio-container:nth-of-type(2) .bootstrap-tagsinput .tag i.icon-doc-availability.icon[data-role="remove"]:after, .bootstrap-tagsinput .tag .radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon[data-role="remove"]:after, .radio-button-list .radio-container:nth-of-type(2) .section-location-details i.icon-doc-availability.icon.btn-req-appt:after, .section-location-details .radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon.btn-req-appt:after,
.radio-button-list .radio-container:nth-of-type(2) .section-location-details i.icon-doc-availability.icon.btn-dr-location:after, .section-location-details .radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon.btn-dr-location:after, .radio-button-list .radio-container:nth-of-type(2) .locations-landing .mobile-filters .filter-item i.icon-doc-availability.icon.icon-arrow:after, .locations-landing .mobile-filters .filter-item .radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon.icon-arrow:after, .radio-button-list .radio-container:nth-of-type(2) .search-app-gs i.icon-doc-availability.icon.arrow-right:after, .search-app-gs .radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon.arrow-right:after, .radio-button-list .radio-container:nth-of-type(2) .search-app-gs i.icon-doc-availability.icon.arrow-left:before, .search-app-gs .radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon.arrow-left:before, .radio-button-list .radio-container:nth-of-type(2) .search-app-gs .tag-container .tag i.icon-doc-availability.icon[data-role="remove"]:after, .search-app-gs .tag-container .tag .radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon[data-role="remove"]:after, .radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon.back-to-top:before, .radio-button-list .radio-container:nth-of-type(2) .video-library i.icon-doc-availability.icon.video-library-image:before, .video-library .radio-button-list .radio-container:nth-of-type(2) i.icon-doc-availability.icon.video-library-image:before,
.radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon.material-icons,
.radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon.icon-request-appointment:before,
.radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon.icon-watch-video:before,
.radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon.icon-play:before,
.radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon.icon-person-location:before,
.radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon.icon-details-top:before,
.radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon.icon-details-left:before,
.radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon.icon-directions:before,
.radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon.icon-directions-alt:before,
.radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon.icon-send-message:before,
.radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon.icon-phone-top:before,
.radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon.icon-phone-left:before,
.radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon.icon-comment:before,
.radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon.icon-cancel-search:before,
.radio-button-list .radio-container:nth-of-type(2) .panel-footer span.icon-doc-availability.icon.panel-footer-more:before,
.panel-footer .radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon.panel-footer-more:before,
.radio-button-list .radio-container:nth-of-type(2) .panel-toggle span.icon-doc-availability.icon.panel-toggle-trigger:after,
.panel-toggle .radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon.panel-toggle-trigger:after,
.radio-button-list .radio-container:nth-of-type(2) .component-locations-map .toggle-view span.icon-doc-availability.icon.toggle-icon:after,
.component-locations-map .toggle-view .radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon.toggle-icon:after,
.radio-button-list .radio-container:nth-of-type(2) .card-video span.icon-doc-availability.icon.card-image:before,
.card-video .radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon.card-image:before,
.radio-button-list .radio-container:nth-of-type(2) .bootstrap-tagsinput .tag span.icon-doc-availability.icon[data-role="remove"]:after,
.bootstrap-tagsinput .tag .radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon[data-role="remove"]:after,
.radio-button-list .radio-container:nth-of-type(2) .section-location-details span.icon-doc-availability.icon.btn-req-appt:after,
.section-location-details .radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon.btn-req-appt:after,
.radio-button-list .radio-container:nth-of-type(2) .section-location-details span.icon-doc-availability.icon.btn-dr-location:after,
.section-location-details .radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon.btn-dr-location:after,
.radio-button-list .radio-container:nth-of-type(2) .locations-landing .mobile-filters .filter-item span.icon-doc-availability.icon.icon-arrow:after,
.locations-landing .mobile-filters .filter-item .radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon.icon-arrow:after,
.radio-button-list .radio-container:nth-of-type(2) .search-app-gs span.icon-doc-availability.icon.arrow-right:after,
.search-app-gs .radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon.arrow-right:after,
.radio-button-list .radio-container:nth-of-type(2) .search-app-gs span.icon-doc-availability.icon.arrow-left:before,
.search-app-gs .radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon.arrow-left:before,
.radio-button-list .radio-container:nth-of-type(2) .search-app-gs .tag-container .tag span.icon-doc-availability.icon[data-role="remove"]:after,
.search-app-gs .tag-container .tag .radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon[data-role="remove"]:after,
.radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon.back-to-top:before,
.radio-button-list .radio-container:nth-of-type(2) .video-library span.icon-doc-availability.icon.video-library-image:before,
.video-library .radio-button-list .radio-container:nth-of-type(2) span.icon-doc-availability.icon.video-library-image:before {
  color: #24bf7a; }

.radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon.material-icons, .radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon.icon-request-appointment:before, .radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon.icon-watch-video:before, .radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon.icon-play:before, .radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon.icon-person-location:before, .radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon.icon-details-top:before, .radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon.icon-details-left:before, .radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon.icon-directions:before, .radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon.icon-directions-alt:before, .radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon.icon-send-message:before, .radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon.icon-phone-top:before, .radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon.icon-phone-left:before, .radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon.icon-comment:before, .radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon.icon-cancel-search:before, .radio-button-list .radio-container:nth-of-type(3) .panel-footer i.icon-doc-availability.icon.panel-footer-more:before, .panel-footer .radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon.panel-footer-more:before, .radio-button-list .radio-container:nth-of-type(3) .panel-toggle i.icon-doc-availability.icon.panel-toggle-trigger:after, .panel-toggle .radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon.panel-toggle-trigger:after, .radio-button-list .radio-container:nth-of-type(3) .component-locations-map .toggle-view i.icon-doc-availability.icon.toggle-icon:after, .component-locations-map .toggle-view .radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon.toggle-icon:after, .radio-button-list .radio-container:nth-of-type(3) .card-video i.icon-doc-availability.icon.card-image:before, .card-video .radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon.card-image:before, .radio-button-list .radio-container:nth-of-type(3) .bootstrap-tagsinput .tag i.icon-doc-availability.icon[data-role="remove"]:after, .bootstrap-tagsinput .tag .radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon[data-role="remove"]:after, .radio-button-list .radio-container:nth-of-type(3) .section-location-details i.icon-doc-availability.icon.btn-req-appt:after, .section-location-details .radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon.btn-req-appt:after,
.radio-button-list .radio-container:nth-of-type(3) .section-location-details i.icon-doc-availability.icon.btn-dr-location:after, .section-location-details .radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon.btn-dr-location:after, .radio-button-list .radio-container:nth-of-type(3) .locations-landing .mobile-filters .filter-item i.icon-doc-availability.icon.icon-arrow:after, .locations-landing .mobile-filters .filter-item .radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon.icon-arrow:after, .radio-button-list .radio-container:nth-of-type(3) .search-app-gs i.icon-doc-availability.icon.arrow-right:after, .search-app-gs .radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon.arrow-right:after, .radio-button-list .radio-container:nth-of-type(3) .search-app-gs i.icon-doc-availability.icon.arrow-left:before, .search-app-gs .radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon.arrow-left:before, .radio-button-list .radio-container:nth-of-type(3) .search-app-gs .tag-container .tag i.icon-doc-availability.icon[data-role="remove"]:after, .search-app-gs .tag-container .tag .radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon[data-role="remove"]:after, .radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon.back-to-top:before, .radio-button-list .radio-container:nth-of-type(3) .video-library i.icon-doc-availability.icon.video-library-image:before, .video-library .radio-button-list .radio-container:nth-of-type(3) i.icon-doc-availability.icon.video-library-image:before,
.radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon.material-icons,
.radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon.icon-request-appointment:before,
.radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon.icon-watch-video:before,
.radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon.icon-play:before,
.radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon.icon-person-location:before,
.radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon.icon-details-top:before,
.radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon.icon-details-left:before,
.radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon.icon-directions:before,
.radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon.icon-directions-alt:before,
.radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon.icon-send-message:before,
.radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon.icon-phone-top:before,
.radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon.icon-phone-left:before,
.radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon.icon-comment:before,
.radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon.icon-cancel-search:before,
.radio-button-list .radio-container:nth-of-type(3) .panel-footer span.icon-doc-availability.icon.panel-footer-more:before,
.panel-footer .radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon.panel-footer-more:before,
.radio-button-list .radio-container:nth-of-type(3) .panel-toggle span.icon-doc-availability.icon.panel-toggle-trigger:after,
.panel-toggle .radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon.panel-toggle-trigger:after,
.radio-button-list .radio-container:nth-of-type(3) .component-locations-map .toggle-view span.icon-doc-availability.icon.toggle-icon:after,
.component-locations-map .toggle-view .radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon.toggle-icon:after,
.radio-button-list .radio-container:nth-of-type(3) .card-video span.icon-doc-availability.icon.card-image:before,
.card-video .radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon.card-image:before,
.radio-button-list .radio-container:nth-of-type(3) .bootstrap-tagsinput .tag span.icon-doc-availability.icon[data-role="remove"]:after,
.bootstrap-tagsinput .tag .radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon[data-role="remove"]:after,
.radio-button-list .radio-container:nth-of-type(3) .section-location-details span.icon-doc-availability.icon.btn-req-appt:after,
.section-location-details .radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon.btn-req-appt:after,
.radio-button-list .radio-container:nth-of-type(3) .section-location-details span.icon-doc-availability.icon.btn-dr-location:after,
.section-location-details .radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon.btn-dr-location:after,
.radio-button-list .radio-container:nth-of-type(3) .locations-landing .mobile-filters .filter-item span.icon-doc-availability.icon.icon-arrow:after,
.locations-landing .mobile-filters .filter-item .radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon.icon-arrow:after,
.radio-button-list .radio-container:nth-of-type(3) .search-app-gs span.icon-doc-availability.icon.arrow-right:after,
.search-app-gs .radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon.arrow-right:after,
.radio-button-list .radio-container:nth-of-type(3) .search-app-gs span.icon-doc-availability.icon.arrow-left:before,
.search-app-gs .radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon.arrow-left:before,
.radio-button-list .radio-container:nth-of-type(3) .search-app-gs .tag-container .tag span.icon-doc-availability.icon[data-role="remove"]:after,
.search-app-gs .tag-container .tag .radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon[data-role="remove"]:after,
.radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon.back-to-top:before,
.radio-button-list .radio-container:nth-of-type(3) .video-library span.icon-doc-availability.icon.video-library-image:before,
.video-library .radio-button-list .radio-container:nth-of-type(3) span.icon-doc-availability.icon.video-library-image:before {
  color: #db0909; }

.radio-button-list .icon-label-container {
  float: left;
  width: 20px; }

.radio-button-list .text-label-container {
  float: left;
  width: calc(100% - 23px); }

.radio-button-list .label-container:after {
  content: "";
  display: table;
  clear: both; }

.app-search-suggestions.active .dropdown-menu {
  min-width: 100%;
  overflow-y: auto;
  max-height: 650px; }
  @media only screen and (max-width: 1025px) {
    .app-search-suggestions.active .dropdown-menu {
      max-height: 300px; } }

.app-search-suggestions .suggestion-view-all-dropdown,
.app-search-suggestions .suggestion-view-all {
  margin: 12px; }

.app-search-suggestions .btn.suggestion-view-all-dropdown,
.app-search-suggestions .btn.suggestion-view-all {
  color: #fff;
  padding: 0.75em 1.5em;
  text-align: center; }

.app-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;
  transition: max-height .5s;
  overflow: hidden; }
  .app-search-suggestions .dropdown-menu .autocomplete-results {
    padding: 14px 0;
    border: 1px solid #e1e1e1;
    border-top: 0;
    overflow-x: hidden;
    overflow-y: auto; }
    .app-search-suggestions .dropdown-menu .autocomplete-results .section,
    .app-search-suggestions .dropdown-menu .autocomplete-results .section-border-bottom {
      position: relative;
      padding-bottom: 5px;
      margin-bottom: 10px; }
    .app-search-suggestions .dropdown-menu .autocomplete-results .link-view-all {
      display: block;
      text-decoration: none;
      padding: .5em 0;
      font-size: 13px; }
      .app-search-suggestions .dropdown-menu .autocomplete-results .link-view-all:hover {
        text-decoration: underline; }
      .mobile .app-search-suggestions .dropdown-menu .autocomplete-results .link-view-all {
        padding: 1em 0; }
    .app-search-suggestions .dropdown-menu .autocomplete-results .suggestion-item.selected a {
      background-color: #EEE; }
    .app-search-suggestions .dropdown-menu .autocomplete-results .suggestion-item.selected .btn.suggestion-view-all-dropdown,
    .app-search-suggestions .dropdown-menu .autocomplete-results .suggestion-item.selected .btn.suggestion-view-all {
      background-color: #0b4265;
      color: #fff; }
    .app-search-suggestions .dropdown-menu .autocomplete-results .suggestion-item.selected a.link-view-all {
      background-color: transparent;
      text-decoration: underline; }
    .app-search-suggestions .dropdown-menu .autocomplete-results .list-content {
      margin: 0; }
    .app-search-suggestions .dropdown-menu .autocomplete-results .list-title {
      margin-bottom: .5em;
      padding-left: 10px;
      color: #a9abac; }
      @media only screen and (max-width: 767px) {
        .app-search-suggestions .dropdown-menu .autocomplete-results .list-title {
          font-size: .85rem; } }
    .app-search-suggestions .dropdown-menu .autocomplete-results .list-show-more {
      position: absolute;
      top: 0;
      right: 0;
      padding-top: 2px;
      font-size: .75rem;
      font-weight: 400; }
    .app-search-suggestions .dropdown-menu .autocomplete-results .list-item {
      margin: 0; }
      .app-search-suggestions .dropdown-menu .autocomplete-results .list-item.selected a {
        background-color: #EEE; }
      .app-search-suggestions .dropdown-menu .autocomplete-results .list-item a {
        color: #363637;
        padding: 4px 14px;
        font-size: 16px;
        line-height: 1.2; }
        .mobile .app-search-suggestions .dropdown-menu .autocomplete-results .list-item a {
          padding: 10px; }
        .app-search-suggestions .dropdown-menu .autocomplete-results .list-item a:hover {
          color: #363637;
          background-color: #EEE; }
    .app-search-suggestions .dropdown-menu .autocomplete-results .no-results {
      padding: 10px 14px !important; }
      .app-search-suggestions .dropdown-menu .autocomplete-results .no-results .no-results-term {
        font-weight: 700;
        font-style: italic; }

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .search-results-content {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; } }

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .search-results-content {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; } }

.search-results-content .result-bar {
  height: 70px; }
  @media print {
    .search-results-content .result-bar {
      display: none !important; } }
  .search-results-content .result-bar .page-title {
    font-size: .85rem; }
  .search-results-content .result-bar .results-total {
    font-size: 1.25rem; }
  .search-results-content .result-bar:not(.fixed) {
    display: flex; }
    @media only screen and (max-width: 1024px) {
      .search-results-content .result-bar:not(.fixed) {
        display: none; } }
  .search-results-content .result-bar.fixed {
    display: flex;
    transform: translateY(-70px);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 101;
    background-color: #fff;
    box-shadow: 0 5px 4px 0 rgba(166, 166, 166, 0.5); }
    .search-results-content .result-bar.fixed .page-title {
      font-size: 1.25rem;
      margin: auto;
      color: #232526;
      font-weight: 600; }
    .search-results-content .result-bar.fixed .results-total {
      color: #322071;
      font-size: 1.5rem; }
    @media only screen and (max-width: 1024px) {
      .search-results-content .result-bar.fixed {
        height: 55px;
        transform: translateY(55px); }
        .search-results-content .result-bar.fixed .page-title {
          font-size: .875rem;
          font-weight: 700;
          margin: auto; }
        .search-results-content .result-bar.fixed .results-total {
          color: #322071;
          font-size: 1.25rem;
          font-weight: 600; } }

.app-search.fixed-header-scrolling-down.fixed-header .search-results-content .result-bar.fixed {
  transform: translateY(115px);
  transition: all .3s ease-out; }

.app-search.fixed-header-scrolling-up.fixed-header .search-results-content .result-bar.fixed {
  transition: all 0s ease-out;
  transform: translateY(-70px); }

@media only screen and (max-width: 767px) {
  .search-results-content .ots-wrapper label {
    font-weight: 600; } }

@media only screen and (max-width: 767px) {
  .search-results-content .filter-title {
    display: block;
    font-size: 1.75rem; } }

@media only screen and (min-width: 768px) {
  .search-results-content .tag-container {
    width: calc(100% - 220px); } }

.search-results-content .filter-buttons {
  display: none; }
  @media only screen and (max-width: 767px) {
    .search-results-content .filter-buttons {
      display: flex; }
      .search-results-content .filter-buttons .btn {
        font-size: .75rem;
        cursor: pointer; } }

.search-results-content .label-helper {
  display: inline !important; }

.search-results-content .app-search-suggestions.dropdown-item {
  overflow: hidden; }

.search-results-content .app-search-suggestions.not-active.dropdown-item {
  -webkit-animation: .3s delay-overflow;
          animation: .3s delay-overflow; }

.search-results-content .app-search-suggestions.active.dropdown-item {
  overflow: visible; }

@media print {
  .search-results-content .filter-container {
    display: none; } }

.search-results-content .filter-container .filter-selections .insurance-container {
  /*.insurance-plan-dropdown {
                    position: relative;

                    &::before {
                        right: 10%;
                        top: 21%;
                    }
                }*/ }
  .search-results-content .filter-container .filter-selections .insurance-container .insurance-dropdown,
  .search-results-content .filter-container .filter-selections .insurance-container .insurance-plan-dropdown {
    position: relative; }
    .search-results-content .filter-container .filter-selections .insurance-container .insurance-dropdown::before,
    .search-results-content .filter-container .filter-selections .insurance-container .insurance-plan-dropdown::before {
      content: '\e313';
      font-family: 'Material Icons';
      position: absolute;
      font-weight: 600;
      font-size: 1.25rem;
      right: 3%;
      top: 45%;
      z-index: 1;
      pointer-events: none; }
    .search-results-content .filter-container .filter-selections .insurance-container .insurance-dropdown input,
    .search-results-content .filter-container .filter-selections .insurance-container .insurance-plan-dropdown input {
      padding-right: 30px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%;
      position: relative;
      cursor: pointer; }
    .search-results-content .filter-container .filter-selections .insurance-container .insurance-dropdown ul.dropdown-list, .search-results-content .filter-container .filter-selections .insurance-container .insurance-dropdown .no-results-plan,
    .search-results-content .filter-container .filter-selections .insurance-container .insurance-plan-dropdown ul.dropdown-list,
    .search-results-content .filter-container .filter-selections .insurance-container .insurance-plan-dropdown .no-results-plan {
      position: absolute;
      z-index: 2;
      width: 100%;
      background-color: #fff;
      overflow-y: auto;
      max-height: 200px;
      scrollbar-width: thin;
      scrollbar-color: #888 #ffffff;
      padding: 4px;
      border: 1px solid #e1e1e1;
      filter: drop-shadow(2px 4px 4px #cdcdcd); }
      .search-results-content .filter-container .filter-selections .insurance-container .insurance-dropdown ul.dropdown-list li, .search-results-content .filter-container .filter-selections .insurance-container .insurance-dropdown .no-results-plan li,
      .search-results-content .filter-container .filter-selections .insurance-container .insurance-plan-dropdown ul.dropdown-list li,
      .search-results-content .filter-container .filter-selections .insurance-container .insurance-plan-dropdown .no-results-plan li {
        list-style: none;
        padding: 0 10px;
        cursor: pointer; }
    .search-results-content .filter-container .filter-selections .insurance-container .insurance-dropdown .no-results-plan,
    .search-results-content .filter-container .filter-selections .insurance-container .insurance-plan-dropdown .no-results-plan {
      font-style: italic;
      padding-left: 0.5rem;
      padding-right: 0.5rem; }

@media print {
  .search-results-content .tag-container {
    display: none !important; } }

@-webkit-keyframes delay-overflow {
  from {
    overflow: visible; } }

@keyframes delay-overflow {
  from {
    overflow: visible; } }

.search-results-content #app-footer {
  position: relative;
  display: none;
  justify-content: center; }
  @media only screen and (min-width: 1025px) {
    .search-results-content #app-footer {
      align-items: center; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .search-results-content #app-footer {
      flex-direction: column; } }
  @media print {
    .search-results-content #app-footer {
      display: none !important; } }

.search-results-content .loader-icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.75); }
  .search-results-content .loader-icon-wrapper .loader-icon {
    height: calc(100vh - 500px);
    background: none; }

.search-results-content .loader-icon-wrapper-appt {
  position: absolute;
  bottom: 25px;
  margin-left: -10px;
  left: 50%;
  transform: translateX(-50%); }
  .search-results-content .loader-icon-wrapper-appt .loader-icon {
    background: none; }
    .search-results-content .loader-icon-wrapper-appt .loader-icon .la-ball-clip-rotate.la-md > div {
      border-width: 7px; }

.search-results-content .app-cards {
  min-height: calc(100vh - 50%); }
  @media only screen and (max-width: 767px) {
    .search-results-content .app-cards {
      min-height: calc(100vh - 500px); } }

.search-results-content .app-card {
  transition: opacity 800ms ease-in-out; }
  .search-results-content .app-card.aff-t3.debug {
    border: 3px solid red; }
  .search-results-content .app-card.aff-t2.debug {
    border: 3px solid aqua; }
  .search-results-content .app-card.aff-t1.debug {
    border: 3px solid darkgreen; }
  .search-results-content .app-card .card-flex {
    transition: none !important; }

.search-results-content .list-animate {
  position: relative; }
  @media print {
    .search-results-content .list-animate > li {
      float: left; } }
  .search-results-content .list-animate .app-card {
    opacity: 0;
    transition: all 2s ease; }
  .search-results-content .list-animate.start-animation .app-card {
    opacity: 1; }

.search-results-content .modal-bg {
  display: none; }
  .search-results-content .modal-bg.active {
    z-index: 1000;
    transition: opacity .2s ease;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 200vh;
    width: 200vw; }
    @media only screen and (min-width: 768px) {
      .search-results-content .modal-bg.active {
        background: transparent; } }
    @media only screen and (max-width: 767px) {
      .search-results-content .modal-bg.active {
        background-color: rgba(0, 0, 0, 0.5); } }

.sort-by-container {
  min-width: 220px; }
  @media print {
    .sort-by-container {
      display: none !important; } }
  @media only screen and (min-width: 768px) {
    .sort-by-container .dropdown-container {
      text-align: right; } }
  .sort-by-container .sort-by-menu {
    right: 0;
    left: auto;
    top: 1px; }
  @media only screen and (max-width: 767px) {
    .sort-by-container .dropdown-wrapper {
      display: none; }
    .sort-by-container .filter-label {
      display: block;
      font-size: 1.75rem;
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      border-bottom: solid 1px #d0cde2; }
    .sort-by-container .dropdown-menu {
      visibility: visible;
      opacity: 1;
      box-shadow: none;
      border: 0;
      width: 100%;
      right: auto;
      left: auto;
      top: auto;
      padding: 0; }
      .sort-by-container .dropdown-menu li a {
        padding: 0 0 1rem 0;
        font-size: 1rem; }
      .sort-by-container .dropdown-menu .radio-button::before {
        content: '';
        display: inline-block;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        border: 1px solid #00668f;
        margin-bottom: -3px;
        margin-right: 10px;
        margin-left: 1px; }
      .sort-by-container .dropdown-menu .radio-button:active::before,
      .sort-by-container .dropdown-menu .radio-button.active::before {
        content: '';
        width: 15px;
        height: 15px;
        border: 2px solid #fff;
        box-shadow: 0 0 0 1px #00668f;
        background-color: #00668f; } }

.checkbox-list label {
  font-weight: 400;
  width: calc(100% - 10px); }
  .checkbox-list label:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline: auto 1px highlight !important;
    outline-offset: 2px !important; }

.checkbox-list input[type="checkbox"] + label {
  line-height: 1.75; }

.checkbox-list .checkbox {
  padding-left: 0;
  padding-right: 0;
  margin-left: 4px;
  width: calc(100% - 10px); }
  .checkbox-list .checkbox:first-child {
    margin-top: 5px; }
  .checkbox-list .checkbox:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline: auto 1px highlight !important;
    outline-offset: 2px !important; }

.step-container .autocomplete {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .step-container .autocomplete {
      width: 70%; } }

.autocomplete .icon {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #00668f; }
  .autocomplete .icon:before {
    font-weight: 600; }

.autocomplete .dropdown-menu {
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1) !important;
  max-height: 0; }
  .autocomplete .dropdown-menu .section {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
  .active .autocomplete .dropdown-menu {
    transition: max-height 0s; }

.autocomplete .autocomplete-content {
  min-height: 200px; }

.autocomplete .suggestion-item a {
  padding: 10px 35px 10px 14px !important;
  font-size: 14px !important;
  display: flex !important; }
  .autocomplete .suggestion-item a span {
    align-self: center; }
  .autocomplete .suggestion-item a:before {
    text-decoration: underline; }

.autocomplete .suggestion-item a:hover,
.autocomplete .suggestion-item.selected a,
.autocomplete .suggestion-item:focus a {
  color: #00668f !important;
  text-decoration: underline;
  background-color: #f6f6f7 !important;
  width: 100%;
  position: relative; }
  .autocomplete .suggestion-item a:hover:before,
  .autocomplete .suggestion-item.selected a:before,
  .autocomplete .suggestion-item:focus a:before {
    content: "keyboard_return"; }
  .autocomplete .suggestion-item a:hover.btn,
  .autocomplete .suggestion-item.selected a.btn,
  .autocomplete .suggestion-item:focus a.btn {
    padding-left: 1em;
    padding-right: 1em; }
  .autocomplete .suggestion-item a:hover:before,
  .autocomplete .suggestion-item.selected a:before,
  .autocomplete .suggestion-item:focus a:before {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none !important; }

.autocomplete .suggestion-item.no-preference {
  border-bottom: 1px solid #d4d5d6; }

.autocomplete .autocomplete-results {
  padding: 0 !important; }

.location-search .use-current-location-container {
  display: inline-block;
  margin-right: 2px; }

.location-search .tool-tip-container {
  display: inline-block; }
  .location-search .tool-tip-container .tooltip-trigger {
    padding-left: 2px; }
    .location-search .tool-tip-container .tooltip-trigger:hover {
      color: #0b4265; }

.doctor-enter {
  opacity: 0.01; }

.doctor-enter.doctor-enter-active {
  opacity: 1;
  transition: opacity 800ms ease-in-out; }

.doctor-leave {
  opacity: 1; }

.doctor-leave.doctor-leave-active {
  opacity: 0.01;
  transition: opacity 800ms ease-in-out; }

.doctor-appear {
  opacity: 0.01; }

.doctor-appear.doctor-appear-active {
  opacity: 1;
  transition: opacity 800ms ease-in-out; }

.loader-enter {
  opacity: 0.01; }

.loader-enter.loader-enter-active {
  opacity: 1;
  transition: opacity 800ms ease-in-out; }

.loader-leave {
  opacity: 1; }

.loader-leave.loader-leave-active {
  opacity: 0.01;
  transition: opacity 800ms ease-in-out; }

.loader-appear {
  opacity: 0.01; }

.loader-appear.loader-appear-active {
  opacity: 1;
  transition: opacity 800ms ease-in-out; }

.app-search input[type=search]::-ms-clear {
  display: none;
  /* hide closing X in IE */ }

.search-app-gs h1, .search-app-gs .h1, .search-app-gs h2, .search-app-gs .h2, .search-app-gs h3, .search-app-gs .h3, .search-app-gs .wfm_section legend, .wfm_section .search-app-gs legend, .search-app-gs h4, .search-app-gs .h4, .search-app-gs h5, .search-app-gs .h5, .search-app-gs h6, .search-app-gs .h6 {
  line-height: 1.6; }

@media only screen and (max-width: 767px) {
  .search-app-gs .h1 {
    font-size: 1.75rem; } }

@media only screen and (max-width: 767px) {
  .search-app-gs .step-layout .h1 {
    font-size: 1.5rem; } }

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

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

@media only screen and (max-width: 767px) {
  .search-app-gs .h4 {
    font-size: 1rem;
    font-weight: 400; } }

@media only screen and (max-width: 767px) {
  .search-app-gs .h5 {
    font-size: .9rem;
    font-weight: 400; } }

@media print {
  .search-app-gs .print-100 {
    width: 100% !important; } }

.search-app-gs .heading-color {
  color: #322071; }

.search-app-gs .border-top {
  border-top: solid 1px #d0cde2; }

.search-app-gs .border-bottom {
  border-bottom: solid 1px #d0cde2; }

.search-app-gs strong, .search-app-gs .strong {
  font-weight: 600; }

.search-app-gs .btn {
  font-size: 1rem;
  border-radius: 0;
  padding: 0.65em 1.75em; }
  @media only screen and (max-width: 320px) {
    .search-app-gs .btn {
      padding: 0.65em 1.5em; } }
  .search-app-gs .btn.btn-link {
    font-size: .85rem; }

@media only screen and (max-width: 767px) {
  .search-app-gs .btn-group .btn.arrow-right {
    margin-left: auto; } }

.search-app-gs .btn-link {
  border: 0; }

.search-app-gs .btn-search {
  padding: 0 8px; }
  .search-app-gs .btn-search .material-icons, .search-app-gs .btn-search .icon-request-appointment:before, .search-app-gs .btn-search .icon-watch-video:before, .search-app-gs .btn-search .icon-play:before, .search-app-gs .btn-search .icon-person-location:before, .search-app-gs .btn-search .icon-details-top:before, .search-app-gs .btn-search .icon-details-left:before, .search-app-gs .btn-search .icon-directions:before, .search-app-gs .btn-search .icon-directions-alt:before, .search-app-gs .btn-search .icon-send-message:before, .search-app-gs .btn-search .icon-phone-top:before, .search-app-gs .btn-search .icon-phone-left:before, .search-app-gs .btn-search .icon-comment:before, .search-app-gs .btn-search .icon-cancel-search:before, .search-app-gs .btn-search .panel-footer .panel-footer-more:before, .panel-footer .search-app-gs .btn-search .panel-footer-more:before, .search-app-gs .btn-search .panel-toggle .panel-toggle-trigger:after, .panel-toggle .search-app-gs .btn-search .panel-toggle-trigger:after, .search-app-gs .btn-search .video-item figure:before, .video-item .search-app-gs .btn-search figure:before, .search-app-gs .btn-search .component-locations-map .toggle-view .toggle-icon:after, .component-locations-map .toggle-view .search-app-gs .btn-search .toggle-icon:after, .search-app-gs .btn-search .wistia_embed div[id*="thumbnail"]:before, .wistia_embed .search-app-gs .btn-search div[id*="thumbnail"]:before, .search-app-gs .btn-search .card-trigger a:after, .card-trigger .search-app-gs .btn-search a:after, .search-app-gs .btn-search .card-video .card-image:before, .card-video .search-app-gs .btn-search .card-image:before, .search-app-gs .btn-search .card-content-figure figure.video a:before, .card-content-figure figure.video .search-app-gs .btn-search a:before, .search-app-gs .btn-search .bootstrap-tagsinput .tag [data-role="remove"]:after, .bootstrap-tagsinput .tag .search-app-gs .btn-search [data-role="remove"]:after, .search-app-gs .btn-search .section-location-details .btn-req-appt:after, .section-location-details .search-app-gs .btn-search .btn-req-appt:after,
  .search-app-gs .btn-search .section-location-details .btn-dr-location:after, .section-location-details .search-app-gs .btn-search .btn-dr-location:after, .search-app-gs .btn-search .locations2 .hospital-video a:before, .locations2 .hospital-video .search-app-gs .btn-search a:before, .search-app-gs .btn-search .locations-landing .mobile-filters .filter-item .icon-arrow:after, .locations-landing .mobile-filters .filter-item .search-app-gs .btn-search .icon-arrow:after, .search-app-gs .btn-search .autocomplete .suggestion-item a:hover:before, .autocomplete .suggestion-item .search-app-gs .btn-search a:hover:before,
  .search-app-gs .btn-search .autocomplete .suggestion-item.selected a:before, .autocomplete .suggestion-item.selected .search-app-gs .btn-search a:before,
  .search-app-gs .btn-search .autocomplete .suggestion-item:focus a:before, .autocomplete .suggestion-item:focus .search-app-gs .btn-search a:before, .search-app-gs .btn-search .arrow-right:after, .search-app-gs .btn-search .arrow-left:before, .search-app-gs .btn-search .tag-container .tag [data-role="remove"]:after, .search-app-gs .tag-container .tag .btn-search [data-role="remove"]:after, .search-app-gs .btn-search .back-to-top:before, .search-app-gs .btn-search .video-library .video-library-image:before, .video-library .search-app-gs .btn-search .video-library-image:before {
    font-size: 36px;
    line-height: 40px;
    width: 36px;
    height: 36px; }

.search-app-gs .bg-white {
  background: white; }

.search-app-gs .bg-opacity-a {
  background: rgba(255, 255, 255, 0.65); }
  .search-app-gs .bg-opacity-a .btn.arrow-right {
    width: 100%; }

.search-app-gs .bg-brand-a {
  background: rgba(99, 89, 158, 0.05); }

.search-app-gs .arrow-right:after {
  content: "arrow_forward";
  margin-left: 14px; }

.search-app-gs .arrow-right.btn {
  padding-right: 1em; }

.search-app-gs .arrow-right.btn-link:after {
  margin-left: 7px; }

.search-app-gs .arrow-left:before {
  content: "arrow_back";
  margin-right: 14px; }

.search-app-gs .arrow-left.btn {
  padding-left: 1em; }

.search-app-gs .arrow-left.btn-link:before {
  margin-right: 7px; }

.search-app-gs .ots-wrapper input {
  border-color: #00668f; }

.search-app-gs .input-wrapper {
  position: relative; }
  .search-app-gs .input-wrapper input {
    padding: .65rem 50px .65rem .65rem;
    -webkit-tap-highlight-color: transparent; }
  .search-app-gs .input-wrapper .btn-search, .search-app-gs .input-wrapper .btn-search-alt {
    min-height: inherit;
    top: 0;
    padding: 0 .5rem; }

.search-app-gs .location-search-wrapper form {
  text-align: left; }

.search-app-gs .location-search-wrapper label {
  display: block;
  margin-right: 0; }

.search-app-gs .location-search-wrapper .btn-search-alt .icon {
  font-weight: 600;
  font-size: 1.75rem;
  width: 1.75rem;
  height: 1.35rem; }

.search-app-gs .location-search-wrapper .btn-edit {
  visibility: hidden;
  opacity: 0;
  min-height: inherit; }

.search-app-gs .location-search-wrapper .use-current {
  text-transform: none;
  text-decoration: underline; }

@media only screen and (max-width: 767px) {
  .search-app-gs .location-search-wrapper .search-bar-full .field-validation-error {
    position: relative;
    bottom: 66%; } }

.search-app-gs .filter-container .mobile-actions {
  display: none; }

@media only screen and (max-width: 767px) {
  .search-app-gs .filter-container .mobile-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    border-top: 1px solid #d0cde2;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100px;
    width: 100%;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: 12000; }
    .search-app-gs .filter-container .mobile-actions.active {
      transform: translate(0);
      transition: transform 0.4s ease; }
  .search-app-gs .filter-selections, .search-app-gs .sort-by-container {
    position: fixed;
    height: calc(100% - 55px);
    width: 100%;
    top: 55px;
    left: 0;
    padding: 1rem 1rem 4rem 1rem;
    overflow: hidden;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: 11999; }
    .search-app-gs .filter-selections.active, .search-app-gs .sort-by-container.active {
      visibility: visible;
      transform: translate(0);
      transition: transform 0.4s ease;
      overflow-y: scroll; }
    .search-app-gs .filter-selections .close-filter, .search-app-gs .sort-by-container .close-filter {
      position: absolute;
      top: 10px;
      right: 0;
      padding: 1rem;
      z-index: 3; }
      .search-app-gs .filter-selections .close-filter .close-x, .search-app-gs .sort-by-container .close-filter .close-x {
        font-weight: 600; } }

.search-app-gs .tag-container {
  padding: 0;
  line-height: inherit;
  cursor: default; }
  .search-app-gs .tag-container .tag {
    max-width: 100%;
    position: relative;
    margin-right: 2px;
    color: #363637;
    font-size: 14px;
    padding: .5rem 40px .5rem 1em;
    overflow: hidden;
    font-weight: normal;
    display: inline-block;
    line-height: 1.25;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1.5em;
    background-color: #fff;
    border: 1px solid #00668f; }
    .search-app-gs .tag-container .tag:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 40px;
      height: 100%;
      box-shadow: inset -38px 0 15px 0px #fff;
      overflow: hidden; }
  .search-app-gs .tag-container .tag [data-role="remove"] {
    top: .4rem;
    color: #00668f;
    position: absolute;
    right: 8px;
    cursor: pointer;
    z-index: 1;
    font-weight: 700;
    font-size: 16px; }
    .search-app-gs .tag-container .tag [data-role="remove"]:after {
      content: "clear";
      padding: 0px 2px; }
      @media only screen and (max-width: 767px) {
        .search-app-gs .tag-container .tag [data-role="remove"]:after {
          width: 1.25rem;
          height: 1.25rem;
          line-height: 1;
          font-size: 1.25rem; } }
    .search-app-gs .tag-container .tag [data-role="remove"]:hover, .search-app-gs .tag-container .tag [data-role="remove"]:active {
      color: #0b4265; }

.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; }
      @media only screen and (max-width: 767px) {
        .care-areas .tabs-accordion .resp-tabs-container a.resp-accordion {
          text-decoration: none; } }
      .care-areas .tabs-accordion .resp-tabs-container .list-unstyled a {
        font-weight: normal; }
      .care-areas .tabs-accordion .resp-tabs-container .list-unstyled a:focus {
        /* Fallback style for browsers that don't support :focus-visible */
        outline-offset: 5px !important; }
      .care-areas .tabs-accordion .resp-tabs-container .list-unstyled a:focus:not(:focus-visible) {
        /* Removing the focus indicator on mouse-focus for browsers that do support :focus-visible */
        outline: none; }
      .care-areas .tabs-accordion .resp-tabs-container .list-unstyled a:focus-visible {
        /* Add keyboard-focus on browsers that do support :focus-visible */
        outline-offset: 5px !important; }
  .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 {
      -moz-column-count: 2;
      column-count: 2;
      -moz-column-gap: 20px;
      column-gap: 20px;
      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: #00668f;
  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;
    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: #0b4265; }
    .back-to-top:hover:before {
      background-color: #FFFFFF;
      line-height: 34px;
      transition: all 250ms ease-in; }
  .back-to-top.visible {
    position: fixed;
    bottom: 20%;
    z-index: -1;
    opacity: 0;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 100;
    opacity: 1; }

.section-tab-panel .resp-tabs-list .resp-tab-item a:focus {
  outline-offset: 5px !important; }

.section-tab-panel .resp-tabs-container a:focus {
  /* Fallback style for browsers that don't support :focus-visible */
  outline-offset: 5px !important; }

.section-tab-panel .resp-tabs-container a:focus:not(:focus-visible) {
  /* Removing the focus indicator on mouse-focus for browsers that do support :focus-visible */
  outline: none; }

.section-tab-panel .resp-tabs-container a:focus-visible {
  /* Add keyboard-focus on browsers that do support :focus-visible */
  outline-offset: 5px !important; }

.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%; } }

.contact-us-security-message {
  color: #c10000;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2; }

.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 {
    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 {
  -moz-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: #363637; }
    .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: #00668f;
      font-size: 1rem;
      font-weight: 600; }
      .list-results .result-item .result-content a .result-name:hover {
        color: #0b4265; }
    .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 .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 .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: #363637; }
  .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: #574497; }

.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%; } }

.list-social-feed-sidebar {
  padding-top: 10px;
  display: -moz-flex;
  display: flex;
  -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;
  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: #363637; }

.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: #00668f; }

.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: #0b4265;
    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, .scEnabledChrome .tabs-horizontal .resp-tabs-list-ee, .scEnabledChrome .tabs-vertical .resp-tabs-list, .scEnabledChrome .tabs-vertical .resp-tabs-list-ee, .scEnabledChrome .tabs-accordion .resp-tabs-list, .scEnabledChrome .tabs-accordion .resp-tabs-list-ee {
  display: block;
  padding-left: 0;
  list-style: none; }
  .scEnabledChrome .tabs-horizontal .resp-tabs-list li, .scEnabledChrome .tabs-horizontal .resp-tabs-list-ee li, .scEnabledChrome .tabs-vertical .resp-tabs-list li, .scEnabledChrome .tabs-vertical .resp-tabs-list-ee li, .scEnabledChrome .tabs-accordion .resp-tabs-list li, .scEnabledChrome .tabs-accordion .resp-tabs-list-ee li {
    flex: 1 1 auto;
    padding: 10px;
    background: #fff;
    border: 3px solid #00668f; }

.scEnabledChrome .tabs-horizontal .resp-tabs-container > div, .scEnabledChrome .tabs-horizontal .resp-tabs-container-ee > div, .scEnabledChrome .tabs-vertical .resp-tabs-container > div, .scEnabledChrome .tabs-vertical .resp-tabs-container-ee > div, .scEnabledChrome .tabs-accordion .resp-tabs-container > div, .scEnabledChrome .tabs-accordion .resp-tabs-container-ee > div {
  background: #fff;
  margin-bottom: 3em;
  border: 6px solid #574497; }

.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 #00668f;
  z-index: 2; }
  .scEnabledChrome .background-image-wrapper .image-title {
    color: #00668f; }

.scEnabledChrome .card-mtt.card-small .card-action-add .scWebEditInput {
  max-width: 100%;
  border: 3px solid #00668f; }

.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 .row, .new-patient-form .list-stacked {
    margin-bottom: 16px; }
  .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: 0;
    margin-bottom: 16px;
    line-height: normal; }
  @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: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 2px solid #63599e;
    border-width: 2px 0 2px 2px;
    height: 50px;
    color: #363637;
    font-weight: 600;
    flex: 1 1 auto;
    pointer-events: none; }
    .new-patient-form .tabs-horizontal .resp-tab-item:before {
      margin-right: 6px;
      color: #363637; }
    .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;
        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;
      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: #363637;
      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; } }
  @media only screen and (min-width: 768px) {
    .new-patient-form .btn-group-nmnow {
      padding-top: 30px !important;
      position: unset !important;
      bottom: -50px !important; } }
  .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; }
  .new-patient-form .btn-call {
    color: #fff; }

.patient-form-container .new-patient-form .tabs-horizontal .resp-tabs-list .resp-tab-item {
  font-size: 14px !important; }

@media only screen and (max-width: 769px) {
  .patient-form-container .new-patient-form .tabs-horizontal .resp-tabs-container {
    border: 1px #63599e solid; }
    .patient-form-container .new-patient-form .tabs-horizontal .resp-tabs-container .resp-tab-active {
      background: #63599e !important;
      color: #fff; } }

@media only screen and (max-width: 769px) {
  .patient-form-container .new-patient-form .tabs-horizontal .resp-accordion {
    color: #363637;
    text-decoration: none;
    text-align: center;
    border: 1px #63599e solid;
    pointer-events: none; } }

@media only screen and (max-width: 769px) {
  .patient-form-container .new-patient-form .tabs-horizontal .resp-accordion::after {
    content: ""; } }

.patient-form-container .new-patient-form .tabs-horizontal .tpd-skin-light .tooltip-title {
  color: #000;
  font-size: 14px; }

.patient-form-container .new-patient-form .tabs-horizontal .content {
  display: inline; }

@media only screen and (max-width: 480px) {
  .patient-form-container .new-patient-form .tabs-horizontal .btn-submit {
    font-size: 14px; } }

.patient-form-container .new-patient-form .tabs-horizontal legend {
  font-weight: 600; }

@media only screen and (min-width: 1024px) {
  .patient-form-container .new-patient-form .tabs-horizontal .form-group .selected-visit-type {
    max-width: 531px;
    display: block; } }

@media only screen and (min-width: 768px) {
  .patient-form-container .new-patient-form .tabs-horizontal .form-group-sm label {
    display: block; } }

@media only screen and (min-width: 768px) {
  .patient-form-container .new-patient-form .tabs-horizontal .form-group-sm select {
    max-width: 200px; } }

@media only screen and (min-width: 768px) {
  .patient-form-container .new-patient-form .tabs-horizontal .form-group-sm input {
    max-width: 130px; } }

.patient-form-container .new-patient-form .tabs-horizontal .form-group-terms input {
  margin-right: 5px; }

.patient-form-container .new-patient-form .tabs-horizontal .form-group-terms label {
  display: inline; }

.patient-form-container .new-patient-form .tabs-horizontal .field-validation-error {
  position: initial;
  background-color: transparent;
  border: none;
  font-weight: 500;
  font-size: 14px; }
  .patient-form-container .new-patient-form .tabs-horizontal .field-validation-error::after, .patient-form-container .new-patient-form .tabs-horizontal .field-validation-error::before {
    border: none; }

.patient-form-container .new-patient-form .tabs-horizontal .input-validation-error {
  background-color: #fff; }

.patient-form-container .new-patient-form .tabs-horizontal .check-box.input-validation-error {
  outline: 1px solid red;
  box-shadow: 0px 0px 0px 1px red; }

@media only screen and (min-width: 768px) {
  .patient-form-container .new-patient-form .tabs-horizontal .radio {
    margin-right: 40px; } }

.patient-form-container .new-patient-form .tabs-horizontal .radio input[type="radio"] + label.label-validation-error:before {
  border-color: #c10000 !important; }

.patient-form-container .new-patient-form .tabs-horizontal .reservation-information .confirmation-heading {
  margin-bottom: 0;
  font-size: 14px; }

.patient-form-container .new-patient-form .tabs-horizontal .reservation-information h4.confirmation-heading:last-of-type {
  margin-bottom: 16px; }

.patient-form-container .new-patient-form .tabs-horizontal .reservation-information .confirmation-title {
  margin: 0;
  font-size: 14px; }

.patient-form-container .new-patient-form .tabs-horizontal .reservation-information p.confirmation-title:last-of-type {
  margin-top: 16px; }

@media only screen and (max-width: 767px) {
  .patient-form-container .new-patient-form .tabs-horizontal .btn-mobile {
    width: 100%; } }

/* visit type tooltip styling */
/* visit */
.tpd-size-visit, .tpd-size-visit .tpd-skin {
  width: 527px !important; }
  @media only screen and (max-width: 768px) {
    .tpd-size-visit, .tpd-size-visit .tpd-skin {
      width: calc(100% - 10px) !important;
      left: 0 !important; } }

.tpd-size-visit .tpd-content-spacer, .tpd-size-visit .tpd-title-wrapper,
.tpd-size-visit .tpd-content-relative, .tpd-size-visit .tpd-frames, .tpd-size-visit .tpd-frame-left,
.tpd-size-visit .tpd-backgrounds,
.tpd-size-visit .tpd-background, .tpd-size-visit .tpd-background-border-hack {
  width: 500px !important; }
  @media only screen and (max-width: 768px) {
    .tpd-size-visit .tpd-content-spacer, .tpd-size-visit .tpd-title-wrapper,
    .tpd-size-visit .tpd-content-relative, .tpd-size-visit .tpd-frames, .tpd-size-visit .tpd-frame-left,
    .tpd-size-visit .tpd-backgrounds,
    .tpd-size-visit .tpd-background, .tpd-size-visit .tpd-background-border-hack {
      width: 100% !important; } }

.tpd-size-visit .tpd-background-shadow {
  width: 501px !important; }
  @media only screen and (max-width: 768px) {
    .tpd-size-visit .tpd-background-shadow {
      width: 100% !important; } }

.tpd-size-visit .tpd-background-border-hack {
  width: 499px !important; }
  @media only screen and (max-width: 768px) {
    .tpd-size-visit .tpd-background-border-hack {
      width: calc(100% - 1px) !important; } }

.tpd-size-visit .tpd-content {
  max-width: 445px !important; }
  @media only screen and (max-width: 768px) {
    .tpd-size-visit .tpd-content {
      max-width: 90% !important; } }

.tpd-size-visit .tpd-stem-reset {
  max-width: 445px !important; }
  @media only screen and (max-width: 768px) {
    .tpd-size-visit .tpd-stem-reset {
      display: none; } }

.nmnow-patient-form {
  position: relative; }
  .nmnow-patient-form .row, .nmnow-patient-form .list-stacked {
    /* height: 100%; */
    margin-bottom: 16px; }
  .nmnow-patient-form .required-field-marker {
    display: none; }
  .nmnow-patient-form .is-hidden {
    visibility: hidden; }
  .nmnow-patient-form legend,
  .nmnow-patient-form .page-title {
    color: #63599e;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0;
    margin-bottom: 16px;
    line-height: normal; }
  @media only screen and (min-width: 768px) {
    .nmnow-patient-form .form-group-inline .radio {
      margin-right: 0; } }
  .nmnow-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; }
  .nmnow-patient-form .tabs-horizontal .resp-tabs-list {
    border: none; }
  .nmnow-patient-form .tabs-horizontal .resp-tab-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 2px solid #63599e;
    border-width: 2px 0 2px 2px;
    height: 50px;
    color: #363637;
    font-weight: 600;
    flex: 1 1 auto;
    pointer-events: none; }
    .nmnow-patient-form .tabs-horizontal .resp-tab-item:before {
      margin-right: 6px;
      color: #363637; }
    .nmnow-patient-form .tabs-horizontal .resp-tab-item:last-of-type {
      border-width: 2px; }
    .nmnow-patient-form .tabs-horizontal .resp-tab-item.resp-tab-active {
      background: #63599e;
      color: #fff;
      border-bottom-color: #63599e;
      border-color: #63599e;
      pointer-events: auto; }
      .nmnow-patient-form .tabs-horizontal .resp-tab-item.resp-tab-active:hover {
        border-bottom-color: #63599e; }
      .nmnow-patient-form .tabs-horizontal .resp-tab-item.resp-tab-active:before {
        color: #fff; }
    .nmnow-patient-form .tabs-horizontal .resp-tab-item:hover, .nmnow-patient-form .tabs-horizontal .resp-tab-item:active {
      color: #fff;
      text-decoration: none;
      background: #7a70b3;
      border-bottom-color: #63599e; }
      .nmnow-patient-form .tabs-horizontal .resp-tab-item:hover:before, .nmnow-patient-form .tabs-horizontal .resp-tab-item:hover:after, .nmnow-patient-form .tabs-horizontal .resp-tab-item:active:before, .nmnow-patient-form .tabs-horizontal .resp-tab-item:active:after {
        color: #fff;
        transition: all .5s; }
  .nmnow-patient-form .tabs-horizontal .finish {
    pointer-events: auto; }
    .nmnow-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;
      transition: all .5s; }
    @media only screen and (min-width: 768px) {
      .nmnow-patient-form .tabs-horizontal .finish:hover::after {
        color: #fff; } }
  .nmnow-patient-form .tabs-horizontal .finish.resp-tab-active:after {
    color: #fff; }
  .nmnow-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) {
      .nmnow-patient-form .tabs-horizontal .resp-tab-content {
        margin-bottom: 100px; } }
    @media only screen and (min-width: 768px) and (max-width: 1025px) {
      .nmnow-patient-form .tabs-horizontal .resp-tab-content {
        padding: 24px; } }
    @media only screen and (max-width: 767px) {
      .nmnow-patient-form .tabs-horizontal .resp-tab-content {
        padding: 16px; } }
  @media only screen and (max-width: 767px) {
    .nmnow-patient-form .tabs-horizontal h2.resp-accordion {
      border: 2px solid #63599e;
      border-width: 0 2px 2px 2px;
      color: #363637;
      font-weight: 600;
      pointer-events: none; }
      .nmnow-patient-form .tabs-horizontal h2.resp-accordion:first-of-type {
        border-width: 2px; }
      .nmnow-patient-form .tabs-horizontal h2.resp-accordion:after {
        content: ''; }
      .nmnow-patient-form .tabs-horizontal h2.resp-accordion.resp-tab-active {
        background: #63599e;
        color: #fff;
        border-bottom-color: #63599e;
        border-color: #63599e; }
      .nmnow-patient-form .tabs-horizontal h2.resp-accordion.finish {
        pointer-events: auto; }
        .nmnow-patient-form .tabs-horizontal h2.resp-accordion.finish::after {
          content: '\E86C';
          top: 16px;
          right: 13px; } }
  @media only screen and (min-width: 768px) {
    .nmnow-patient-form .btn-group-nmnow {
      padding-top: 30px !important;
      position: unset !important;
      bottom: -50px !important; } }
  .nmnow-patient-form .btn-group {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .nmnow-patient-form .btn-group {
        position: absolute;
        left: 0;
        bottom: -100px; } }
    .nmnow-patient-form .btn-group .btn {
      padding: .75em 4em; }
      @media only screen and (max-width: 767px) {
        .nmnow-patient-form .btn-group .btn {
          width: 100%;
          margin-bottom: 20px; } }
  .nmnow-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) {
      .nmnow-patient-form .confirmation-content {
        padding: 24px; } }
    @media only screen and (max-width: 767px) {
      .nmnow-patient-form .confirmation-content {
        padding: 16px; } }
  .nmnow-patient-form .radio-validation-message {
    bottom: calc(100% - 1em); }
  .nmnow-patient-form .btn-submit {
    cursor: pointer; }
  .nmnow-patient-form .btn-call {
    color: #fff; }

.patient-form-container .nmnow-patient-form .tabs-horizontal .resp-tabs-list .resp-tab-item {
  font-size: 14px !important; }

@media only screen and (max-width: 769px) {
  .patient-form-container .nmnow-patient-form .tabs-horizontal .resp-tabs-container {
    border: 1px #63599e solid; }
    .patient-form-container .nmnow-patient-form .tabs-horizontal .resp-tabs-container .resp-tab-active {
      background: #63599e !important;
      color: #fff; } }

@media only screen and (max-width: 769px) {
  .patient-form-container .nmnow-patient-form .tabs-horizontal .resp-accordion {
    color: #333;
    text-decoration: none;
    text-align: center;
    border: 1px #63599e solid;
    pointer-events: none; } }

@media only screen and (max-width: 769px) {
  .patient-form-container .nmnow-patient-form .tabs-horizontal .resp-accordion::after {
    content: ""; } }

.patient-form-container .nmnow-patient-form .tabs-horizontal .tpd-skin-light .tooltip-title {
  color: #000;
  font-size: 14px; }

.patient-form-container .nmnow-patient-form .tabs-horizontal .content {
  display: inline; }

@media only screen and (max-width: 480px) {
  .patient-form-container .nmnow-patient-form .tabs-horizontal .btn-submit {
    font-size: 14px; } }

.patient-form-container .nmnow-patient-form .tabs-horizontal legend {
  font-weight: 600; }

@media only screen and (min-width: 768px) {
  .patient-form-container .nmnow-patient-form .tabs-horizontal .form-group-sm label {
    display: block; } }

@media only screen and (min-width: 768px) {
  .patient-form-container .nmnow-patient-form .tabs-horizontal .form-group-sm select {
    max-width: 200px; } }

@media only screen and (min-width: 768px) {
  .patient-form-container .nmnow-patient-form .tabs-horizontal .form-group-sm input {
    max-width: 130px; } }

.patient-form-container .nmnow-patient-form .tabs-horizontal .form-group-terms input {
  margin-right: 5px; }

.patient-form-container .nmnow-patient-form .tabs-horizontal .form-group-terms label {
  display: inline; }

.patient-form-container .nmnow-patient-form .tabs-horizontal .field-validation-error {
  position: initial;
  background-color: transparent;
  border: none;
  font-weight: 500;
  font-size: 14px; }
  .patient-form-container .nmnow-patient-form .tabs-horizontal .field-validation-error::after, .patient-form-container .nmnow-patient-form .tabs-horizontal .field-validation-error::before {
    border: none; }

.patient-form-container .nmnow-patient-form .tabs-horizontal .input-validation-error {
  background-color: #fff; }

.patient-form-container .nmnow-patient-form .tabs-horizontal .check-box.input-validation-error {
  outline: 1px solid red;
  box-shadow: 0px 0px 0px 1px red; }

@media only screen and (min-width: 768px) {
  .patient-form-container .nmnow-patient-form .tabs-horizontal .radio {
    margin-right: 40px; } }

.patient-form-container .nmnow-patient-form .tabs-horizontal .radio input[type="radio"] + label.label-validation-error:before {
  border-color: #c10000 !important; }

.patient-form-container .nmnow-patient-form .tabs-horizontal .reservation-information .confirmation-heading {
  margin-bottom: 0;
  font-size: 14px; }

.patient-form-container .nmnow-patient-form .tabs-horizontal .reservation-information h4.confirmation-heading:last-of-type {
  margin-bottom: 16px; }

.patient-form-container .nmnow-patient-form .tabs-horizontal .reservation-information .confirmation-title {
  margin: 0;
  font-size: 14px; }

.patient-form-container .nmnow-patient-form .tabs-horizontal .reservation-information p.confirmation-title:last-of-type {
  margin-top: 16px; }

@media only screen and (max-width: 767px) {
  .patient-form-container .nmnow-patient-form .tabs-horizontal .btn-mobile {
    width: 100%; } }

.timeline-container {
  padding-top: 40px;
  flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .timeline-container .timeline-jumpto {
      min-width: 15%; } }
  .timeline-container .timeline-jumpto p {
    text-transform: uppercase;
    color: #5b5291;
    font-size: 16px;
    font-weight: 600; }
  .timeline-container .timeline-jumpto ul {
    list-style-type: none;
    border-left: 1px solid #c4c4c4;
    padding: 0; }
    .timeline-container .timeline-jumpto ul li:not(:first-child) {
      margin-top: 20px; }
    .timeline-container .timeline-jumpto ul li a {
      text-decoration: none; }
  @media only screen and (max-width: 768px) {
    .timeline-container .timeline-jumpto {
      display: none; } }
  .timeline-container .timeline {
    position: relative;
    margin-top: 10px; }
    @media only screen and (min-width: 768px) {
      .timeline-container .timeline::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 auto;
        height: 100%;
        width: 4px;
        background-color: rgba(99, 89, 158, 0.3);
        margin-top: 10px; } }
    .timeline-container .timeline .steps-container {
      display: flex; }
      .timeline-container .timeline .steps-container .timeline-line {
        display: none; }
        @media only screen and (min-width: 768px) {
          .timeline-container .timeline .steps-container .timeline-line {
            width: 32px;
            background-color: rgba(99, 89, 158, 0.3);
            height: 4px;
            margin-top: 13px;
            margin-left: -4px;
            flex-shrink: 0;
            display: block; } }
      .timeline-container .timeline .steps-container .timeline-dot {
        display: none; }
        @media only screen and (min-width: 768px) {
          .timeline-container .timeline .steps-container .timeline-dot {
            font-weight: 900;
            font-size: 16px;
            color: #ffffff;
            margin: 7px 0 10px;
            width: 16px;
            height: 16px;
            background-color: #322071;
            border-radius: 50%;
            flex-shrink: 0;
            align-items: center;
            display: flex;
            justify-content: center;
            z-index: 100;
            position: absolute;
            left: -6px; } }
      .timeline-container .timeline .steps-container h2 {
        margin: 0 0 0 10px;
        color: #322071; }
        @media only screen and (max-width: 767px) {
          .timeline-container .timeline .steps-container h2 {
            margin-top: 10px; } }
      .timeline-container .timeline .steps-container .timeline-content {
        flex: 1; }
      .timeline-container .timeline .steps-container .timeline-items {
        padding-top: 20px; }
        .timeline-container .timeline .steps-container .timeline-items .image-text-card .image-card {
          box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5);
          border-radius: 5px;
          padding: 30px 24px; }
          @media only screen and (max-width: 767px) {
            .timeline-container .timeline .steps-container .timeline-items .image-text-card .image-card {
              margin-bottom: 20px;
              padding: 25px 18px; }
              .timeline-container .timeline .steps-container .timeline-items .image-text-card .image-card.active .text-card-flex {
                max-height: -webkit-fit-content;
                max-height: -moz-fit-content;
                max-height: fit-content;
                transition: max-height 300ms ease-out 20ms, padding 300ms ease-out 20ms; }
                .timeline-container .timeline .steps-container .timeline-items .image-text-card .image-card.active .text-card-flex .content-block-subtitle:after {
                  content: "\2013" !important;
                  top: 21px !important; } }
          .timeline-container .timeline .steps-container .timeline-items .image-text-card .image-card .text-card-flex {
            flex-direction: row;
            justify-content: flex-start;
            align-items: center; }
            @media only screen and (max-width: 767px) {
              .timeline-container .timeline .steps-container .timeline-items .image-text-card .image-card .text-card-flex {
                overflow: hidden;
                max-height: 60px;
                transition: max-height 300ms ease-out 20ms, padding 300ms ease-out 20ms; } }
            @media only screen and (max-width: 480px) {
              .timeline-container .timeline .steps-container .timeline-items .image-text-card .image-card .text-card-flex {
                max-height: 150px; } }
            .timeline-container .timeline .steps-container .timeline-items .image-text-card .image-card .text-card-flex .content-block {
              flex: 1;
              align-self: flex-start; }
              @media only screen and (max-width: 767px) {
                .timeline-container .timeline .steps-container .timeline-items .image-text-card .image-card .text-card-flex .content-block {
                  width: 100%; } }
              .timeline-container .timeline .steps-container .timeline-items .image-text-card .image-card .text-card-flex .content-block .content-block-subtitle {
                color: #322071; }
                @media only screen and (max-width: 767px) {
                  .timeline-container .timeline .steps-container .timeline-items .image-text-card .image-card .text-card-flex .content-block .content-block-subtitle::after {
                    content: "\002B";
                    position: absolute;
                    right: 26px;
                    top: 23px;
                    color: #00668f;
                    font-size: 1.5rem; } }
                @media only screen and (max-width: 480px) {
                  .timeline-container .timeline .steps-container .timeline-items .image-text-card .image-card .text-card-flex .content-block .content-block-subtitle.hide-icon::after {
                    display: none; } }
              .timeline-container .timeline .steps-container .timeline-items .image-text-card .image-card .text-card-flex .content-block .content-block-title {
                margin-top: 10px; }
              .timeline-container .timeline .steps-container .timeline-items .image-text-card .image-card .text-card-flex .content-block .content-block-body {
                padding-right: 10px; }
              .timeline-container .timeline .steps-container .timeline-items .image-text-card .image-card .text-card-flex .content-block ul {
                padding: 0 0 0 16px;
                margin: 10px; }
                .timeline-container .timeline .steps-container .timeline-items .image-text-card .image-card .text-card-flex .content-block ul li {
                  padding: 0; }
            .timeline-container .timeline .steps-container .timeline-items .image-text-card .image-card .text-card-flex .image-block {
              align-items: center; }
              @media only screen and (min-width: 768px) {
                .timeline-container .timeline .steps-container .timeline-items .image-text-card .image-card .text-card-flex .image-block img {
                  max-width: 275px; } }
            .timeline-container .timeline .steps-container .timeline-items .image-text-card .image-card .text-card-flex .card-content-figure figure {
              width: 100%;
              max-width: 100%; }
              @media only screen and (min-width: 768px) {
                .timeline-container .timeline .steps-container .timeline-items .image-text-card .image-card .text-card-flex .card-content-figure figure {
                  max-width: 275px; } }
              .timeline-container .timeline .steps-container .timeline-items .image-text-card .image-card .text-card-flex .card-content-figure figure.video a::before {
                font-size: 60px;
                top: 40%;
                left: 42%;
                transform: translate(-50%, -50%); }
                @media only screen and (min-width: 400px) and (max-width: 768px) {
                  .timeline-container .timeline .steps-container .timeline-items .image-text-card .image-card .text-card-flex .card-content-figure figure.video a::before {
                    left: 45%; } }
  .timeline-container .back-to-top {
    position: initial;
    margin: 2rem; }
    .timeline-container .back-to-top::before, .timeline-container .back-to-top::after {
      content: none; }
    .timeline-container .back-to-top a {
      padding: 0.75em 3em; }

.workforce-development {
  /*Location Section*/ }
  @media only screen and (max-width: 767px) {
    .workforce-development .main-container {
      display: grid; } }
  .workforce-development .main-container .section.section-border-top-alt {
    padding-top: 30px; }
  .workforce-development #program-overview .program-overview.section {
    padding-top: 0 !important; }
    .workforce-development #program-overview .program-overview.section .section {
      padding-top: 0 !important; }
  .workforce-development #program-header .panel {
    padding: 10px 0 24px 0; }
    .workforce-development #program-header .panel .section {
      padding-left: 0;
      padding-right: 0; }
      @media only screen and (min-width: 1280px) {
        .workforce-development #program-header .panel .section {
          padding-left: 10px;
          padding-right: 10px; } }
      .workforce-development #program-header .panel .section .program-link {
        font-size: 1rem;
        align-self: center;
        padding-bottom: 15px;
        font-weight: 600;
        text-transform: uppercase;
        color: #00668f; }
        .workforce-development #program-header .panel .section .program-link a {
          text-decoration: none; }
  .workforce-development p {
    line-height: normal; }
    .workforce-development p .bold {
      font-weight: bold; }
  .workforce-development h2 {
    color: #322071;
    line-height: 36px; }
    .workforce-development h2.bold {
      font-weight: bold; }
  .workforce-development .program-details-container a:hover span {
    color: #0b4265; }
  .workforce-development .program-details-container ol, .workforce-development .program-details-container ul {
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-padding-start: 15px;
            padding-inline-start: 15px; }
  .workforce-development .program-details-container ul li {
    list-style-type: none; }
  .workforce-development .program-details-container .grayscale-90 {
    color: #232526; }
  .workforce-development .program-details-container .fa-external-link-alt {
    font-size: 12px;
    color: #00668f;
    margin: 0 5px; }
  .workforce-development .dropdown-container-with-hide .dropdown-content {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    max-height: 140px;
    transition: max-height 200ms; }
    @media only screen and (max-width: 768px) {
      .workforce-development .dropdown-container-with-hide .dropdown-content {
        max-height: 180px; } }
    .workforce-development .dropdown-container-with-hide .dropdown-content.read-more {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background-image: linear-gradient(to bottom, transparent, black); }
    .workforce-development .dropdown-container-with-hide .dropdown-content + span.dropdown-toggle {
      -webkit-font-smoothing: antialiased;
      font-size: 14px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #00668f; }
    .workforce-development .dropdown-container-with-hide .dropdown-content + span.dropdown-toggle:after {
      content: '\f107';
      font-family: 'Font Awesome 5 Free';
      margin-left: 5px; }
    .workforce-development .dropdown-container-with-hide .dropdown-content .dropdown-content-fade {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 60px;
      background-image: linear-gradient(rgba(245, 245, 245, 0) 0%, whitesmoke 100%);
      display: block;
      opacity: 1; }
    .workforce-development .dropdown-container-with-hide .dropdown-content.show {
      max-height: -webkit-fit-content;
      max-height: -moz-fit-content;
      max-height: fit-content;
      transition: max-height 200ms; }
      .workforce-development .dropdown-container-with-hide .dropdown-content.show + span.dropdown-toggle:after {
        content: '\f106';
        font-family: 'Font Awesome 5 Free'; }
      .workforce-development .dropdown-container-with-hide .dropdown-content.show .dropdown-content-fade {
        display: none;
        opacity: 0; }
  @media only screen and (min-width: 768px) {
    .workforce-development .program-detail {
      border: 1px solid rgba(99, 89, 158, 0.3);
      padding: 20px; } }
  @media only screen and (max-width: 767px) {
    .workforce-development .program-detail .program-img-container {
      margin: 0 -8px; } }
  .workforce-development .program-detail .program-header-container {
    display: none; }
    .workforce-development .program-detail .program-header-container .program-name {
      color: #322071;
      font-size: 1.5rem; }
    .workforce-development .program-detail .program-header-container .link-style {
      text-decoration: none;
      font-size: 1rem;
      font-weight: 600;
      text-transform: uppercase; }
  .workforce-development .program-detail img {
    width: 100%;
    padding-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .workforce-development .program-detail .btn-container {
      position: fixed;
      bottom: 0;
      background-color: #fff;
      width: 100%;
      padding: 20px 20px;
      margin: 0 -10px;
      z-index: 900;
      border: none;
      box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.25); } }
  .workforce-development .program-detail .btn-container .btn {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .workforce-development .section-requirements {
      border: 1px solid rgba(99, 89, 158, 0.3);
      padding: 30px; }
      .workforce-development .section-requirements .dropdown-content {
        max-height: unset; } }
  @media only screen and (max-width: 767px) {
    .workforce-development .section-requirements .applicant-section {
      border-top: 2px solid #d4d5d6;
      margin-top: 0;
      padding-top: 36px; } }
  .workforce-development .section-requirements .applicant-section .applicant-list {
    list-style: none;
    padding-left: 0;
    margin-left: -10px; }
    @media only screen and (max-width: 767px) {
      .workforce-development .section-requirements .applicant-section .applicant-list {
        margin-left: -14px; } }
    .workforce-development .section-requirements .applicant-section .applicant-list li {
      display: flex;
      align-items: flex-start;
      padding-bottom: 10px; }
      .workforce-development .section-requirements .applicant-section .applicant-list li::before {
        content: '\f00c';
        font-family: 'Font Awesome 5 Free';
        color: #322071;
        font-weight: 600;
        padding-right: 1em; }
      .workforce-development .section-requirements .applicant-section .applicant-list li.first-year {
        font-weight: 600;
        color: #232526;
        font-size: 1.125rem; }
        @media only screen and (max-width: 767px) {
          .workforce-development .section-requirements .applicant-section .applicant-list li.first-year {
            font-size: 1rem; } }
        .workforce-development .section-requirements .applicant-section .applicant-list li.first-year::before {
          content: '';
          padding-right: 0; }
  .workforce-development .group-panel-cards {
    padding: 20px 0; }
    @media only screen and (max-width: 768px) {
      .workforce-development .group-panel-cards h2 {
        text-align: center; } }
    .workforce-development .group-panel-cards .card-content a {
      font-weight: 600; }
  .workforce-development .impact a {
    font-weight: 600; }
  .workforce-development .social-slider-container.workforce-slider-container #workforce-slider-controls {
    top: 50%;
    left: -29px;
    width: 107%; }
  .workforce-development .social-slider-container.workforce-slider-container .tns-nav {
    height: 25px;
    display: inline-flex;
    bottom: -25px; }
    @media only screen and (min-width: 768px) {
      .workforce-development .social-slider-container.workforce-slider-container .tns-nav > button {
        width: 9px;
        height: 9px;
        margin: 0 6px; } }
  .workforce-development .social-slider-container.workforce-slider-container .social-slider .organization-card, .workforce-development .social-slider-container.workforce-slider-container .workforce-slider .organization-card {
    display: flex; }
    @media only screen and (max-width: 768px) {
      .workforce-development .social-slider-container.workforce-slider-container .social-slider .organization-card, .workforce-development .social-slider-container.workforce-slider-container .workforce-slider .organization-card {
        flex-direction: column; } }
  .workforce-development .social-slider-container.workforce-slider-container .social-slider .image-text-card .card-callout .card-flex, .workforce-development .social-slider-container.workforce-slider-container .workforce-slider .image-text-card .card-callout .card-flex {
    background-color: white;
    border: 1px solid #cdcdcd;
    padding: 30px !important;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .workforce-development .social-slider-container.workforce-slider-container .social-slider .image-text-card .card-callout .card-flex, .workforce-development .social-slider-container.workforce-slider-container .workforce-slider .image-text-card .card-callout .card-flex {
        padding: 18px !important; } }
    .workforce-development .social-slider-container.workforce-slider-container .social-slider .image-text-card .card-callout .card-flex .text-card-img-container, .workforce-development .social-slider-container.workforce-slider-container .workforce-slider .image-text-card .card-callout .card-flex .text-card-img-container {
      padding-right: 20px; }
      @media only screen and (max-width: 768px) {
        .workforce-development .social-slider-container.workforce-slider-container .social-slider .image-text-card .card-callout .card-flex .text-card-img-container, .workforce-development .social-slider-container.workforce-slider-container .workforce-slider .image-text-card .card-callout .card-flex .text-card-img-container {
          padding: 0 0 18px 0; } }
      @media only screen and (min-width: 767px) {
        .workforce-development .social-slider-container.workforce-slider-container .social-slider .image-text-card .card-callout .card-flex .text-card-img-container, .workforce-development .social-slider-container.workforce-slider-container .workforce-slider .image-text-card .card-callout .card-flex .text-card-img-container {
          max-width: 300px; } }
  .workforce-development .social-slider-container.workforce-slider-container .social-slider .image-text-card .text-card-title.h2, .workforce-development .social-slider-container.workforce-slider-container .workforce-slider .image-text-card .text-card-title.h2 {
    font-size: 20px;
    font-weight: 600;
    color: #00668f; }
  .workforce-development .social-slider-container.workforce-slider-container .social-slider .image-text-card .text-card-subtitle, .workforce-development .social-slider-container.workforce-slider-container .workforce-slider .image-text-card .text-card-subtitle {
    font-size: 14px;
    color: #161725; }
  .workforce-development .social-slider-container.workforce-slider-container .social-slider .image-text-card span.program-details, .workforce-development .social-slider-container.workforce-slider-container .social-slider .image-text-card span.program-dates, .workforce-development .social-slider-container.workforce-slider-container .workforce-slider .image-text-card span.program-details, .workforce-development .social-slider-container.workforce-slider-container .workforce-slider .image-text-card span.program-dates {
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    color: #322071; }
  .workforce-development .social-slider-container.workforce-slider-container .social-slider .image-text-card span.program-dates, .workforce-development .social-slider-container.workforce-slider-container .workforce-slider .image-text-card span.program-dates {
    color: #161725; }
  .workforce-development #contact .contact-card-flex {
    flex-wrap: nowrap; }
    @media only screen and (min-width: 768px) {
      .workforce-development #contact .contact-card-flex {
        flex-direction: row;
        justify-content: flex-start; } }
    @media only screen and (max-width: 767px) {
      .workforce-development #contact .contact-card-flex {
        align-items: flex-start; } }
    .workforce-development #contact .contact-card-flex .image-block {
      padding-left: 0;
      padding-right: 25px;
      flex: 0 1 auto; }
      .workforce-development #contact .contact-card-flex .image-block .image-container {
        border-radius: 50%;
        margin: 0 auto 12px auto;
        border: 1px solid #d4d5d6;
        overflow: hidden; }
        .workforce-development #contact .contact-card-flex .image-block .image-container img {
          display: block;
          max-width: 110px;
          margin: 0 auto !important; }
          @media only screen and (max-width: 767px) {
            .workforce-development #contact .contact-card-flex .image-block .image-container img {
              max-width: 80px; } }
  .workforce-development .flex-container, .workforce-development .section-locations .locations-container, .section-locations .workforce-development .locations-container {
    display: flex;
    flex-wrap: wrap; }
    .workforce-development .flex-container .flex-item, .workforce-development .section-locations .locations-container .flex-item, .section-locations .workforce-development .locations-container .flex-item, .workforce-development .flex-container .la-ball-clip-rotate > div, .workforce-development .section-locations .locations-container .la-ball-clip-rotate > div, .section-locations .workforce-development .locations-container .la-ball-clip-rotate > div, .section-locations .locations-container .workforce-development .flex-container .locations-item, .workforce-development .section-locations .locations-container .locations-item, .section-locations .workforce-development .locations-container .locations-item {
      flex: 0 0 43%;
      font-style: inherit;
      color: #161725; }
      .workforce-development .flex-container .flex-item a.text-decoration-none, .workforce-development .section-locations .locations-container .flex-item a.text-decoration-none, .section-locations .workforce-development .locations-container .flex-item a.text-decoration-none, .workforce-development .flex-container .la-ball-clip-rotate > div a.text-decoration-none, .workforce-development .section-locations .locations-container .la-ball-clip-rotate > div a.text-decoration-none, .section-locations .workforce-development .locations-container .la-ball-clip-rotate > div a.text-decoration-none, .section-locations .locations-container .workforce-development .flex-container .locations-item a.text-decoration-none, .workforce-development .section-locations .locations-container .locations-item a.text-decoration-none, .section-locations .workforce-development .locations-container .locations-item a.text-decoration-none {
        text-decoration: none; }
      .workforce-development .flex-container .flex-item .div-image, .workforce-development .section-locations .locations-container .flex-item .div-image, .section-locations .workforce-development .locations-container .flex-item .div-image, .workforce-development .flex-container .la-ball-clip-rotate > div .div-image, .workforce-development .section-locations .locations-container .la-ball-clip-rotate > div .div-image, .section-locations .workforce-development .locations-container .la-ball-clip-rotate > div .div-image, .section-locations .locations-container .workforce-development .flex-container .locations-item .div-image, .workforce-development .section-locations .locations-container .locations-item .div-image, .section-locations .workforce-development .locations-container .locations-item .div-image {
        height: 180px;
        background-size: 150%;
        background-repeat: no-repeat;
        background-position: center; }
      .workforce-development .flex-container .flex-item address, .workforce-development .section-locations .locations-container .flex-item address, .section-locations .workforce-development .locations-container .flex-item address, .workforce-development .flex-container .la-ball-clip-rotate > div address, .workforce-development .section-locations .locations-container .la-ball-clip-rotate > div address, .section-locations .workforce-development .locations-container .la-ball-clip-rotate > div address, .section-locations .locations-container .workforce-development .flex-container .locations-item address, .workforce-development .section-locations .locations-container .locations-item address, .section-locations .workforce-development .locations-container .locations-item address {
        font-style: inherit; }
    @media only screen and (max-width: 800px) {
      .workforce-development .flex-container .flex-item, .workforce-development .section-locations .locations-container .flex-item, .section-locations .workforce-development .locations-container .flex-item, .workforce-development .flex-container .la-ball-clip-rotate > div, .workforce-development .section-locations .locations-container .la-ball-clip-rotate > div, .section-locations .workforce-development .locations-container .la-ball-clip-rotate > div, .section-locations .locations-container .workforce-development .flex-container .locations-item, .workforce-development .section-locations .locations-container .locations-item, .section-locations .workforce-development .locations-container .locations-item, .workforce-development .flex-container .flex-item, .workforce-development .section-locations .locations-container .flex-item, .section-locations .workforce-development .locations-container .flex-item, .workforce-development .flex-container .la-ball-clip-rotate > div, .workforce-development .section-locations .locations-container .la-ball-clip-rotate > div, .section-locations .workforce-development .locations-container .la-ball-clip-rotate > div, .section-locations .locations-container .workforce-development .flex-container .locations-item, .workforce-development .section-locations .locations-container .locations-item, .section-locations .workforce-development .locations-container .locations-item {
        flex: 100%; } }

.workforce.search-results-content .program-cards .program-card {
  width: 100%;
  min-height: 10rem;
  border-top: 1px solid rgba(99, 89, 158, 0.3); }
  .workforce.search-results-content .program-cards .program-card:last-child {
    border-bottom: 1px solid rgba(99, 89, 158, 0.3); }
  .workforce.search-results-content .program-cards .program-card .card-flex {
    flex-direction: row; }
    @media only screen and (max-width: 768px) {
      .workforce.search-results-content .program-cards .program-card .card-flex {
        flex-direction: column; } }
  .workforce.search-results-content .program-cards .program-card .title-location {
    flex: 0.75;
    border-right: 1px solid rgba(99, 89, 158, 0.3); }
    @media only screen and (max-width: 1280px) {
      .workforce.search-results-content .program-cards .program-card .title-location {
        flex: 1; } }
    @media only screen and (max-width: 768px) {
      .workforce.search-results-content .program-cards .program-card .title-location {
        border: none;
        padding-left: 1.5rem; } }
    .workforce.search-results-content .program-cards .program-card .title-location a.program-title {
      color: #00668f;
      cursor: pointer;
      margin-bottom: 0.15em;
      font-size: 1.25rem;
      font-weight: 600; }
      .workforce.search-results-content .program-cards .program-card .title-location a.program-title:hover {
        color: #0b4265; }
    .workforce.search-results-content .program-cards .program-card .title-location p.program-location {
      font-size: 14px;
      font-weight: 600;
      line-height: 1.86;
      color: #363637;
      margin: 1rem 0; }
      .workforce.search-results-content .program-cards .program-card .title-location p.program-location span {
        font-size: 18px;
        color: #322071; }
    .workforce.search-results-content .program-cards .program-card .title-location p.more-locations {
      padding-left: 1.25rem; }
  .workforce.search-results-content .program-cards .program-card .details-dates {
    flex: 2; }
    @media only screen and (max-width: 1024px) {
      .workforce.search-results-content .program-cards .program-card .details-dates {
        flex: 1; } }
    @media only screen and (max-width: 768px) {
      .workforce.search-results-content .program-cards .program-card .details-dates {
        flex: 2; } }
    .workforce.search-results-content .program-cards .program-card .details-dates p.program-overview {
      font-size: 14px;
      color: #363637; }
      @media only screen and (max-width: 768px) {
        .workforce.search-results-content .program-cards .program-card .details-dates p.program-overview {
          display: none; } }
    .workforce.search-results-content .program-cards .program-card .details-dates p.program-date {
      color: #63599e;
      font-weight: 600;
      line-height: 1.86; }
      .workforce.search-results-content .program-cards .program-card .details-dates p.program-date span {
        color: #363637; }
    .workforce.search-results-content .program-cards .program-card .details-dates p.program-date-closed {
      font-weight: 600;
      color: #232526; }
      .workforce.search-results-content .program-cards .program-card .details-dates p.program-date-closed:before {
        content: "\f057";
        font-family: "Font Awesome 5 Free";
        font-size: 16px;
        color: #c10000;
        padding-right: 6px; }

.foundation .left-sidebar {
  position: relative;
  top: 0; }
  @media only screen and (min-width: 768px) {
    .foundation .left-sidebar {
      position: -webkit-sticky;
      position: sticky;
      top: 80px; } }
  @media only screen and (min-width: 1024px) {
    .foundation .left-sidebar {
      position: -webkit-sticky;
      position: sticky;
      top: 120px; } }

@media only screen and (max-width: 768px) {
  .foundation .nav-sidebar.sibling-side-navigation h3 {
    font-size: 16px; } }

.foundation .nav-sidebar.sibling-side-navigation ul.list-nav-sidebar a.item-nav-sidebar {
  font-size: 16px; }
  .foundation .nav-sidebar.sibling-side-navigation ul.list-nav-sidebar a.item-nav-sidebar.active {
    font-weight: bold; }

@media only screen and (max-width: 767px) {
  .foundation .nav-sidebar.sibling-side-navigation .related-links .btn {
    padding: 0.75em 1.5em;
    width: 50%; } }

.foundation .nav-sidebar.sibling-side-navigation .related-links .btn:hover {
  text-decoration: none; }

.foundation.donations .tabs-accordion-init.tabs-accordion.resp-easy-accordion.tabs_accord {
  width: 70% !important;
  margin: 0 auto !important; }

@media only screen and (min-width: 1023px) {
  .foundation .tabs-accordion-init.tabs-accordion a.resp-accordion {
    padding-left: 24px;
    margin-right: 12px; } }

@media only screen and (max-width: 767px) {
  .foundation .impact:not(.impact-story) {
    margin-bottom: 30px; } }

@media only screen and (min-width: 768px) {
  .foundation .impact:not(.impact-story) {
    margin-bottom: 60px; } }

.foundation .impact-story.impact {
  padding: 0; }
  @media only screen and (min-width: 1441px) {
    .foundation .impact-story.impact {
      min-height: 500px; }
      .foundation .impact-story.impact .image-block {
        width: 66.66%; }
        .foundation .impact-story.impact .image-block img {
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: top;
             object-position: top;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: block; }
      .foundation .impact-story.impact .content-block {
        width: 33.33%;
        padding: 3rem; } }
  .foundation .impact-story.impact.bg-purple-light {
    background: #f6f6f7; }

.foundation .article-category-title {
  font-size: 16px;
  font-weight: bold;
  color: #5b5291;
  line-height: 2.25;
  font-stretch: normal; }
  @media only screen and (max-width: 768px) {
    .foundation .article-category-title {
      font-size: 14px; } }

.foundation .article-category-content {
  font-size: 16px;
  color: #363637;
  line-height: 2; }
  @media only screen and (max-width: 768px) {
    .foundation .article-category-content {
      font-size: 14px; } }
  .foundation .article-category-content .organization-link .btn {
    margin-top: 30px;
    width: 15rem;
    height: 3rem; }
    @media only screen and (max-width: 1200px) and (min-width: 1024px) {
      .foundation .article-category-content .organization-link .btn {
        width: 12rem;
        height: 4rem; } }

.foundation .organization-link .btn a {
  color: #ffffff;
  text-decoration: none; }

@media only screen and (min-width: 1440px) {
  .foundation .text-image-large-callout .content-block .content-block-body {
    display: flex;
    flex-direction: column;
    justify-content: center; } }

.foundation .card-callout, .foundation .card-wide, .foundation .resp-tabs-container {
  margin-bottom: 0px; }

/*# sourceMappingURL=content/northwestern/dist/css/site.css.map */
