/* Main Colors */
@media print {
  @page {
    margin-top: 1.5cm;
    margin-bottom: 1.5cm; }
  .layout-wrapper a[href]:after, .hnv-page a[href]:after {
    content: none; }
  .gmnoprint {
    display: none; }
  .header-container a.show-for-medium-up {
    display: none; }
  .findadocSearch-meta.menu, .recently-viewed {
    display: none; }
  .formgroup {
    display: none; }
  .findadocSearch form {
    border-bottom: 1px solid grey; }
  .findadocSearch .findadocSearch-searchButton, .findadocSearch .findadocSearch-specialtyButton {
    display: none; }
  .small-result-box .search-results {
    padding-top: 10px;
    padding-bottom: 10px; }
  .small-result-box.link-box {
    display: none; }
  .findadocTerms {
    display: none; }
  .filter-box {
    display: none; }
  section.results div {
    page-break-inside: avoid; }
  section.results .menu-content {
    display: none; }
  section.results .filter {
    display: none; }
  section.results .doc-card {
    float: left;
    width: calc(50% - 10px);
    border: 1px solid grey;
    margin-bottom: 10px;
    margin-right: 20px; }
    section.results .doc-card:nth-child(2n) {
      margin-right: 0; }
    section.results .doc-card .schedule, section.results .doc-card .distance {
      border: 1px solid grey; }
    section.results .doc-card .distance a {
      display: none; }
  .load-more {
    display: none; }
  .sidebar-grid {
    display: none; }
  div.details #mainContent > div {
    display: block;
    width: 50%; }
    div.details #mainContent > div.hide-for-medium-up {
      display: none; }
  div.details .tab-title {
    display: none; }
    div.details .tab-title.slick-current {
      display: block; }
  div.details .overview a.link-menu {
    display: none; }
  div.details .overview .sidebar .location-map-container {
    display: none; }
  div.details .overview .location-card {
    width: 49%;
    border: 1px solid grey;
    display: inline-block; }
  footer.footer, footer.main {
    display: none; } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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;
  min-width: 320px;
  fill: currentColor; }

/* 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,
menu,
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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
  fill: currentColor; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
.select2-container .select2-search .select2-search__field,
optgroup,
select,
.select2 .select2-selection,
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,
.select2 .select2-selection {
  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"],
html .select2-container .select2-search .select2-search__field[type="button"],
.select2-container .select2-search html .select2-search__field[type="button"],
input[type="reset"],
.select2-container .select2-search .select2-search__field[type="reset"],
input[type="submit"],
.select2-container .select2-search .select2-search__field[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled],
html .select2-container .select2-search .select2-search__field[disabled],
.select2-container .select2-search html .select2-search__field[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner,
.select2-container .select2-search .select2-search__field::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

input,
.select2-container .select2-search .select2-search__field {
  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"], .select2-container .select2-search .select2-search__field[type="checkbox"],
input[type="radio"],
.select2-container .select2-search .select2-search__field[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, .select2-container .select2-search .select2-search__field[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
.select2-container .select2-search .select2-search__field[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.
 */
input[type="search"], .select2-container .select2-search .select2-search__field[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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, .select2-container .select2-search .select2-search__field[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
.select2-container .select2-search .select2-search__field[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; }

/**
 * Foundation for Sites by ZURB
 * Version 6.1.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device 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,
menu,
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/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
.select2-container .select2-search .select2-search__field,
optgroup,
select,
.select2 .select2-selection,
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,
.select2 .select2-selection {
  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"],
html .select2-container .select2-search .select2-search__field[type="button"],
.select2-container .select2-search html .select2-search__field[type="button"],
input[type="reset"],
.select2-container .select2-search .select2-search__field[type="reset"],
input[type="submit"],
.select2-container .select2-search .select2-search__field[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled],
html .select2-container .select2-search .select2-search__field[disabled],
.select2-container .select2-search html .select2-search__field[disabled] {
  cursor: default; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner,
.select2-container .select2-search .select2-search__field::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

input,
.select2-container .select2-search .select2-search__field {
  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"], .select2-container .select2-search .select2-search__field[type="checkbox"],
input[type="radio"],
.select2-container .select2-search .select2-search__field[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, .select2-container .select2-search .select2-search__field[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
.select2-container .select2-search .select2-search__field[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.
   */
input[type="search"], .select2-container .select2-search .select2-search__field[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * 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, .select2-container .select2-search .select2-search__field[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
.select2-container .select2-search .select2-search__field[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; }

.foundation-mq {
  font-family: "small=0em&medium=48em&large=75em&xlarge=85.375em&xxlarge=120em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }


select,
.select2 .select2-selection {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

.row {
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row,
  .column-row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

@media screen and (min-width: 48em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    flex: 1 1 0px; } }

.row.medium-unstack .column, .row.medium-unstack .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 48em) {
    .row.medium-unstack .column, .row.medium-unstack .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 48em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 75em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

@media screen and (min-width: 75em) and (min-width: 75em) {
  .large-expand {
    flex: 1 1 0px; } }

.row.large-unstack .column, .row.large-unstack .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 75em) {
    .row.large-unstack .column, .row.large-unstack .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 75em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 85.375em) {
  .xlarge-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-order-1 {
    order: 1; }
  .xlarge-order-2 {
    order: 2; }
  .xlarge-order-3 {
    order: 3; }
  .xlarge-order-4 {
    order: 4; }
  .xlarge-order-5 {
    order: 5; }
  .xlarge-order-6 {
    order: 6; } }

@media screen and (min-width: 85.375em) and (min-width: 85.375em) {
  .xlarge-expand {
    flex: 1 1 0px; } }

.row.xlarge-unstack .column, .row.xlarge-unstack .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 85.375em) {
    .row.xlarge-unstack .column, .row.xlarge-unstack .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 85.375em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.shrink {
  flex: 0 0 auto; }

.row.align-right {
  justify-content: flex-end; }

.row.align-center {
  justify-content: center; }

.row.align-justify {
  justify-content: space-between; }

.row.align-spaced {
  justify-content: space-around; }

.row.align-top {
  align-items: flex-start; }

.column.align-top, .align-top.columns {
  align-self: flex-start; }

.row.align-bottom {
  align-items: flex-end; }

.column.align-bottom, .align-bottom.columns {
  align-self: flex-end; }

.row.align-middle {
  align-items: center; }

.column.align-middle, .align-middle.columns {
  align-self: center; }

.row.align-stretch {
  align-items: stretch; }

.column.align-stretch, .align-stretch.columns {
  align-self: stretch; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 48em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 87.5rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

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

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014    '; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 85.375em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fff; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, .find-block select:focus,
  .find-block .select2-selection:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, .select2-container .select2-search .select2-search__field:disabled, input[readonly], .select2-container .select2-search .select2-search__field[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="search"], .select2-container .select2-search .select2-search__field[type="search"] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

label > [type='checkbox'],
label > [type='label'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button .select2-container .select2-search .select2-search__field,
  .select2-container .select2-search .input-group-button .select2-search__field,
  .input-group-button button {
    margin: 0; }

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

legend {
  margin-bottom: 0.5rem; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }


select,
.select2 .select2-selection {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right 0.5rem center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    
    select,
    .select2 .select2-selection {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled, .select2 .select2-selection:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand, .select2 .select2-selection::-ms-expand {
    display: none; }
  select[multiple], .select2 .select2-selection[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 75em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 85.3125em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 85.375em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 85.375em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 85.3125em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 85.375em) and (max-width: 119.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 85.3125em), screen and (min-width: 120em) {
  .show-for-xlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

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

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

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

.clearfix::after {
  clear: both; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    float: left;
    margin: 0;
    font-size: inherit; }
    .button-group .button:not(:last-child) {
      border-right: 1px solid #fefefe; }
  .button-group.tiny {
    font-size: 0.6rem; }
  .button-group.small {
    font-size: 0.75rem; }
  .button-group.large {
    font-size: 1.25rem; }
  .button-group.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button {
      display: table-cell;
      float: none; }
  .button-group.primary .button {
    background-color: #2199e8;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button {
    width: 100%; }
    .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child) {
      border-right: 1px solid; }
  @media screen and (min-width: 48em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        border-right: 1px solid #fefefe; } }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  display: block;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
  border-radius: 0; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu .is-dropdown-submenu-parent {
  position: relative; }
  .dropdown.menu .is-dropdown-submenu-parent a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 0.825rem;
    right: 5px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-left-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    float: left;
    margin-left: 0;
    margin-right: 10px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid; }
  .dropdown.menu .is-dropdown-submenu-parent.is-left-arrow.opens-inner .submenu {
    right: 0;
    left: auto; }
  .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow.opens-inner .submenu {
    left: 0;
    right: auto; }
  .dropdown.menu .is-dropdown-submenu-parent.opens-inner .submenu {
    top: 100%; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca;
  margin-top: -1px; }
  .dropdown.menu .submenu > li {
    width: 100%; }
  .dropdown.menu .submenu.first-sub {
    top: 100%;
    left: 0;
    right: auto; }
  .dropdown.menu .submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .dropdown.menu .submenu, .dropdown.menu .submenu.js-dropdown-active {
    display: block; }

.dropdown.menu .is-dropdown-submenu-parent.opens-left .submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.align-right .submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }
  .is-dropdown-menu.vertical > li .submenu {
    top: 0;
    left: 100%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device 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,
menu,
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/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
.select2-container .select2-search .select2-search__field,
optgroup,
select,
.select2 .select2-selection,
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,
.select2 .select2-selection {
  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"],
html .select2-container .select2-search .select2-search__field[type="button"],
.select2-container .select2-search html .select2-search__field[type="button"],
input[type="reset"],
.select2-container .select2-search .select2-search__field[type="reset"],
input[type="submit"],
.select2-container .select2-search .select2-search__field[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled],
html .select2-container .select2-search .select2-search__field[disabled],
.select2-container .select2-search html .select2-search__field[disabled] {
  cursor: default; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner,
.select2-container .select2-search .select2-search__field::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

input,
.select2-container .select2-search .select2-search__field {
  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"], .select2-container .select2-search .select2-search__field[type="checkbox"],
input[type="radio"],
.select2-container .select2-search .select2-search__field[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, .select2-container .select2-search .select2-search__field[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
.select2-container .select2-search .select2-search__field[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.
   */
input[type="search"], .select2-container .select2-search .select2-search__field[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * 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, .select2-container .select2-search .select2-search__field[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
.select2-container .select2-search .select2-search__field[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; }

.foundation-mq {
  font-family: "small=0em&medium=48em&large=75em&xlarge=85.375em&xxlarge=120em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }


select,
.select2 .select2-selection {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

.row {
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row,
  .column-row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

@media screen and (min-width: 48em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    flex: 1 1 0px; } }

.row.medium-unstack .column, .row.medium-unstack .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 48em) {
    .row.medium-unstack .column, .row.medium-unstack .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 48em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 75em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

@media screen and (min-width: 75em) and (min-width: 75em) {
  .large-expand {
    flex: 1 1 0px; } }

.row.large-unstack .column, .row.large-unstack .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 75em) {
    .row.large-unstack .column, .row.large-unstack .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 75em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 85.375em) {
  .xlarge-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-order-1 {
    order: 1; }
  .xlarge-order-2 {
    order: 2; }
  .xlarge-order-3 {
    order: 3; }
  .xlarge-order-4 {
    order: 4; }
  .xlarge-order-5 {
    order: 5; }
  .xlarge-order-6 {
    order: 6; } }

@media screen and (min-width: 85.375em) and (min-width: 85.375em) {
  .xlarge-expand {
    flex: 1 1 0px; } }

.row.xlarge-unstack .column, .row.xlarge-unstack .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 85.375em) {
    .row.xlarge-unstack .column, .row.xlarge-unstack .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 85.375em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.shrink {
  flex: 0 0 auto; }

.row.align-right {
  justify-content: flex-end; }

.row.align-center {
  justify-content: center; }

.row.align-justify {
  justify-content: space-between; }

.row.align-spaced {
  justify-content: space-around; }

.row.align-top {
  align-items: flex-start; }

.column.align-top, .align-top.columns {
  align-self: flex-start; }

.row.align-bottom {
  align-items: flex-end; }

.column.align-bottom, .align-bottom.columns {
  align-self: flex-end; }

.row.align-middle {
  align-items: center; }

.column.align-middle, .align-middle.columns {
  align-self: center; }

.row.align-stretch {
  align-items: stretch; }

.column.align-stretch, .align-stretch.columns {
  align-self: stretch; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 48em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 87.5rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

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

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014    '; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 85.375em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fff; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, .find-block select:focus,
  .find-block .select2-selection:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, .select2-container .select2-search .select2-search__field:disabled, input[readonly], .select2-container .select2-search .select2-search__field[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="search"], .select2-container .select2-search .select2-search__field[type="search"] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

label > [type='checkbox'],
label > [type='label'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button .select2-container .select2-search .select2-search__field,
  .select2-container .select2-search .input-group-button .select2-search__field,
  .input-group-button button {
    margin: 0; }

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

legend {
  margin-bottom: 0.5rem; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }


select,
.select2 .select2-selection {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right 0.5rem center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    
    select,
    .select2 .select2-selection {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled, .select2 .select2-selection:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand, .select2 .select2-selection::-ms-expand {
    display: none; }
  select[multiple], .select2 .select2-selection[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 75em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 85.3125em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 85.375em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 85.375em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 85.3125em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 85.375em) and (max-width: 119.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 85.3125em), screen and (min-width: 120em) {
  .show-for-xlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

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

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

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

.clearfix::after {
  clear: both; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    float: left;
    margin: 0;
    font-size: inherit; }
    .button-group .button:not(:last-child) {
      border-right: 1px solid #fefefe; }
  .button-group.tiny {
    font-size: 0.6rem; }
  .button-group.small {
    font-size: 0.75rem; }
  .button-group.large {
    font-size: 1.25rem; }
  .button-group.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button {
      display: table-cell;
      float: none; }
  .button-group.primary .button {
    background-color: #2199e8;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button {
    width: 100%; }
    .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child) {
      border-right: 1px solid; }
  @media screen and (min-width: 48em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        border-right: 1px solid #fefefe; } }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  display: block;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
  border-radius: 0; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu .is-dropdown-submenu-parent {
  position: relative; }
  .dropdown.menu .is-dropdown-submenu-parent a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 0.825rem;
    right: 5px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-left-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    float: left;
    margin-left: 0;
    margin-right: 10px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid; }
  .dropdown.menu .is-dropdown-submenu-parent.is-left-arrow.opens-inner .submenu {
    right: 0;
    left: auto; }
  .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow.opens-inner .submenu {
    left: 0;
    right: auto; }
  .dropdown.menu .is-dropdown-submenu-parent.opens-inner .submenu {
    top: 100%; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca;
  margin-top: -1px; }
  .dropdown.menu .submenu > li {
    width: 100%; }
  .dropdown.menu .submenu.first-sub {
    top: 100%;
    left: 0;
    right: auto; }
  .dropdown.menu .submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .dropdown.menu .submenu, .dropdown.menu .submenu.js-dropdown-active {
    display: block; }

.dropdown.menu .is-dropdown-submenu-parent.opens-left .submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.align-right .submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }
  .is-dropdown-menu.vertical > li .submenu {
    top: 0;
    left: 100%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
  /* MSPointer events - direct all pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
.select2-container, select[select-custom], .select2 .select2-selection[select-custom] {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

select[select-custom], .select2 .select2-selection[select-custom] {
  height: 1px;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
  overflow: hidden;
  padding: 0;
  position: absolute; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
  color: #0070ab; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

@media print {
  @page {
    margin-top: 1.5cm;
    margin-bottom: 1.5cm; }
  .layout-wrapper a[href]:after, .hnv-page a[href]:after {
    content: none; }
  .gmnoprint {
    display: none; }
  .header-container a.show-for-medium-up {
    display: none; }
  .findadocSearch-meta.menu, .recently-viewed {
    display: none; }
  .formgroup {
    display: none; }
  .findadocSearch form {
    border-bottom: 1px solid grey; }
  .findadocSearch .findadocSearch-searchButton, .findadocSearch .findadocSearch-specialtyButton {
    display: none; }
  .small-result-box .search-results {
    padding-top: 10px;
    padding-bottom: 10px; }
  .small-result-box.link-box {
    display: none; }
  .findadocTerms {
    display: none; }
  .filter-box {
    display: none; }
  section.results div {
    page-break-inside: avoid; }
  section.results .menu-content {
    display: none; }
  section.results .filter {
    display: none; }
  section.results .doc-card {
    float: left;
    width: calc(50% - 10px);
    border: 1px solid grey;
    margin-bottom: 10px;
    margin-right: 20px; }
    section.results .doc-card:nth-child(2n) {
      margin-right: 0; }
    section.results .doc-card .schedule, section.results .doc-card .distance {
      border: 1px solid grey; }
    section.results .doc-card .distance a {
      display: none; }
  .load-more {
    display: none; }
  .sidebar-grid {
    display: none; }
  div.details #mainContent > div {
    display: block;
    width: 50%; }
    div.details #mainContent > div.hide-for-medium-up {
      display: none; }
  div.details .tab-title {
    display: none; }
    div.details .tab-title.slick-current {
      display: block; }
  div.details .overview a.link-menu {
    display: none; }
  div.details .overview .sidebar .location-map-container {
    display: none; }
  div.details .overview .location-card {
    width: 49%;
    border: 1px solid grey;
    display: inline-block; }
  footer.footer, footer.main {
    display: none; } }

/*------ Arial Fonts ------*/
/*------ Aller Fonts ------*/
/*------ Adelle Fonts ------*/
.skipToContent {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
  z-index: 9999; }
  .skipToContent:focus {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible; }

.hnv-page .select2-container {
  width: 11.25rem; }
  @media (min-width: 0em) and (max-width: 47.9375em) {
    .hnv-page .select2-container {
      width: 100%;
      display: block; } }
  .hnv-page .select2-container .select2-selection__arrow {
    background: no-repeat url("/ClientResources/Website/images/icons/DropdownArrows.svg") center;
    border: 0;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    padding: 0 0.9375rem; }
    .hnv-page .select2-container .select2-selection__arrow b {
      display: none; }

.hnv-page .select2-selection {
  font: 14px "Aller W01 Bold", arial, sans-serif;
  text-transform: uppercase; }
  @media (min-width: 0em) and (max-width: 47.9375em) {
    .hnv-page .select2-selection {
      display: block;
      margin-left: auto;
      margin-right: auto; } }

.hnv-page .select2-selection {
  background: #fff;
  border-radius: 0.1875rem;
  border: 1px solid #dad5cd;
  height: 2.5rem;
  padding: 0 0.625rem;
  text-align: left; }
  .hnv-page .select2-selection .select2-selection__rendered {
    line-height: 2.375rem;
    padding: 0;
    margin-right: 1.375rem;
    color: #eb7722; }
  .hnv-page .select2-selection .select2-selection__clear {
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 5px;
    padding: 0 0.625rem;
    z-index: 100;
    font-size: 1.25rem;
    color: #512d6d; }
    @media (min-width: 0em) and (max-width: 47.9375em) {
      .hnv-page .select2-selection .select2-selection__clear {
        padding: 0 0.9375rem 0 1.25rem; } }
  .hnv-page .select2-selection .select2-selection__placeholder {
    color: #512d6d;
    display: inline-block; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.icon {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor; }
  * > .icon {
    margin-left: 0.46875rem; }
    * > .icon:first-child {
      margin-left: 0; }
  .icon.light, .icon.dark.inverse {
    color: #fff;
    fill: currentColor; }
  .icon.dark, .icon.light.inverse {
    color: #0073ae;
    fill: currentColor; }
  .icon.very-dark, .icon.very-light.inverse {
    color: #002a5c;
    fill: currentColor; }
  .icon.highlight {
    color: #e87722;
    fill: currentColor; }
  .icon, .icon-md {
    width: 1.5rem;
    height: 1.5rem; }
  .icon-tiny {
    width: 1rem;
    height: 1rem; }
  .icon-sm {
    width: 1.125rem;
    height: 1.125rem; }
  .icon-lg {
    width: 2.25rem;
    height: 2.25rem; }
  .icon.check {
    height: 18px;
    width: 18px; }

.svg-icons--Articles, .svg-icons--Beakers, .svg-icons--Check, .svg-icons--Marker, .svg-icons--MarkerFilled, .svg-icons--Medal, .svg-icons--Needle, .svg-icons--Plus, .svg-icons--RecentlyViewed, .svg-icons--facebook, .svg-icons--talk, .svg-icons--twitter {
  background: url(/ClientResources/FindADoc/images/svg/sprite.svg) no-repeat; }

.svg-icons--Articles {
  background-position: 12.631723475096969% 79.66706302021403%; }

.svg-icons--Articles-dims {
  width: 9.601px;
  height: 7.448px; }

.svg-icons--Beakers {
  background-position: 12.183894785417626% 99.44289693593315%; }

.svg-icons--Beakers-dims {
  width: 10.32px;
  height: 10.56px; }

.svg-icons--Check {
  background-position: 38.446176847501064% 74.62871287128714%; }

.svg-icons--Check-dims {
  width: 3.36px;
  height: 3.36px; }

.svg-icons--Marker {
  background-position: 27.926272292301% 78.72062663185379%; }

.svg-icons--Marker-dims {
  width: 5.04px;
  height: 6.72px; }

.svg-icons--MarkerFilled {
  background-position: 22.445628534145282% 78.72062663185379%; }

.svg-icons--MarkerFilled-dims {
  width: 5.04px;
  height: 6.72px; }

.svg-icons--Medal {
  background-position: 23.76081019572144% 98.21182943603851%; }

.svg-icons--Medal-dims {
  width: 9.12px;
  height: 9.84px; }

.svg-icons--Needle {
  background-position: 0 99.45848061151644%; }

.svg-icons--Needle-dims {
  width: 10.561px;
  height: 10.569px; }

.svg-icons--Plus {
  background-position: 32.370522227017695% 90.03783102143758%; }

.svg-icons--Plus-dims {
  width: 4.32px;
  height: 4.56px; }

.svg-icons--RecentlyViewed {
  background-position: 33.49433057130396% 74.62871287128714%; }

.svg-icons--RecentlyViewed-dims {
  width: 5.28px;
  height: 3.36px; }

.svg-icons--facebook {
  background-position: 98.45299808155436% 0; }

.svg-icons--facebook-dims {
  width: 48.002px;
  height: 48px; }

.svg-icons--talk {
  background-position: 0 81.59675236806495%; }

.svg-icons--talk-dims {
  width: 11.04px;
  height: 8.88px; }

.svg-icons--twitter {
  background-position: 0 0; }

.svg-icons--twitter-dims {
  width: 48.24px;
  height: 48.24px; }

/* Main Colors */
.datalist dt, .datalist dd {
  display: block;
  width: 100%; }

.datalist dd {
  margin-left: 0;
  float: none; }

.datalist-title {
  text-transform: uppercase;
  font-weight: bold; }

.datalist-highlights {
  background-color: rgba(232, 229, 222, 0.53);
  width: 100%;
  clear: both;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  .datalist-highlights dt, .datalist-highlights dd {
    display: inline;
    width: initial;
    margin-left: 0.3125rem; }
    .datalist-highlights dt:first-child, .datalist-highlights dd:first-child {
      margin-left: 0; }
  .datalist-highlights dt {
    font-weight: bold;
    position: relative; }
    .datalist-highlights dt::after {
      position: appearance;
      display: block;
      right: 0;
      width: 0.0625rem;
      height: 0.9375rem;
      background-color: #000; }

.datalist-blocks {
  background-color: #fff;
  margin: 0.1875rem 0 0;
  padding: 5px 0.9375rem;
  position: relative; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .datalist-blocks {
      width: 100%; } }
  @media screen and (min-width: 48em) {
    .datalist-blocks {
      margin-bottom: 0;
      padding: 0 0.9375rem;
      min-height: 3.75rem; } }
  .datalist-blocks dt {
    background-color: #fff;
    padding: 0;
    font-size: 0.875rem;
    font-family: "Aller W01 Bold", arial, sans-serif;
    margin-bottom: 0; }
    @media screen and (min-width: 48em) {
      .datalist-blocks dt {
        font-size: 1.125rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: calc(100% - 1.875rem); } }

.datalist-blocks-wrapper {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }
  .datalist-blocks-wrapper .datalist-blocks {
    display: block;
    float: left;
    margin-left: 4px; }
    @media screen and (max-width: em-calc(480px)) {
      .datalist-blocks-wrapper .datalist-blocks {
        width: 100%; } }
    @media screen and (min-width: em-calc(480px)) and (max-width: 0px) {
      .datalist-blocks-wrapper .datalist-blocks {
        width: calc(50% - 4px); } }
    @media screen and (min-width: 48em) and (max-width: 74.9375em) {
      .datalist-blocks-wrapper .datalist-blocks {
        width: calc(33.33333% - 4px); } }
    @media screen and (min-width: 75em) and (max-width: 85.3125em) {
      .datalist-blocks-wrapper .datalist-blocks {
        width: calc(33.33333% - 4px); } }
    @media screen and (min-width: 85.375em) {
      .datalist-blocks-wrapper .datalist-blocks {
        width: calc(25% - 4px); } }

.datalist-simplelist {
  margin-left: 0; }
  .datalist-simplelist, .datalist-simplelist dt, .datalist-simplelist dd {
    display: inline-block; }
  .datalist-simplelist dd {
    margin-left: 0.3125rem; }
  .datalist-simplelist dt {
    margin-left: 0.9375rem; }
    .datalist-simplelist dt:first-child {
      margin-left: 0; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .datalist-simplelist .datalist-title {
      text-transform: uppercase; }
    .datalist-simplelist dt, .datalist-simplelist dd {
      display: block;
      float: left;
      margin-left: 0; }
    .datalist-simplelist dt {
      clear: left; }
    .datalist-simplelist dd {
      margin-left: 0.3125rem; } }

.epi-block {
  margin: 0;
  width: 100%;
  border: 1px solid transparent;
  background-clip: content-box;
  flex: none;
  position: relative; }
  .epi-block.two-thirds {
    width: 66.66%; }
  .epi-block.one-half {
    width: 50%; }
  .epi-block.one-third {
    width: 33.33%; }
  .epi-block.one-third .epi-block.one-third, .epi-block.one-third .epi-block.one-half, .epi-block.one-third .epi-block.two-thirds, .epi-block.one-half .epi-block.one-third, .epi-block.one-half .epi-block.one-half, .epi-block.one-half .epi-block.two-thirds, .epi-block.two-thirds .epi-block.one-third, .epi-block.two-thirds .epi-block.one-half, .epi-block.two-thirds .epi-block.two-thirds {
    width: 100%; }
  .epi-block.relateddoctorsblock, .epi-block.relatedservicesblock, .epi-block.relatedlocationsblock {
    width: 100%; }
  .epi-block--wrapper,
  .epi-block > formm,
  .epi-block > .EPiServerForms {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: none; }
    .no-touchevents .epi-block--wrapper:hover, .epi-block--wrapper:focus, .no-touchevents
    .epi-block > formm:hover,
    .epi-block > formm:focus, .no-touchevents
    .epi-block > .EPiServerForms:hover,
    .epi-block > .EPiServerForms:focus {
      outline: none;
      border: none; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .epi-block.two-thirds, .epi-block.one-half, .epi-block.one-third {
      width: 100%; } }
  .epi-block.bleed {
    margin-left: calc((100vw - (1400px - 28px)) / -2);
    margin-right: calc((100vw - (1400px - 28px)) / -2);
    width: 100vw;
    padding: 0;
    border-left: none;
    border-right: none; }
    .epi-block.bleed .epi-block--inner {
      max-width: 1370px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 30px;
      padding-right: 30px; }
    @media (max-width: 1400px) {
      .epi-block.bleed {
        margin-left: -14px;
        margin-right: -14px;
        width: calc(100% + 28px); } }
    .preview > .epi-block.bleed {
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 1400px) {
        .preview > .epi-block.bleed {
          width: 100%;
          margin-left: auto;
          margin-right: auto; } }
  .epi-blocks {
    padding: 0 14px;
    font-size: 0;
    line-height: 0;
    display: flex;
    text-align: center;
    width: 100%;
    max-width: 1400px;
    margin: 14px auto;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center; }
    .epi-blocks.no-margin {
      margin-top: 0;
      margin-bottom: 0; }
      .epi-blocks.no-margin-top {
        margin-top: 0; }
      .epi-blocks.no-margin-bottom {
        margin-bottom: 0; }
    .epi-blocks.neg-margin {
      margin-top: -1px;
      margin-bottom: -1px; }
    .epi-blocks.no-border .epi-block {
      border: none; }
    .epi-blocks ~ .epi-blocks:last-of-type {
      margin-bottom: 1px; }
  .epi-block .epi-block--inner,
  .epi-block > form,
  .epi-block > .EPiServerForms {
    display: block;
    width: auto;
    padding: 15px;
    font-size: 16px;
    line-height: 1em;
    position: relative; }
  .epi-block--background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    .epi-block--background-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .epi-block .epi-blocks {
    padding: 0;
    margin: 0;
    max-width: none; }
    .epi-block .epi-blocks .epi-block {
      border: none; }

.box {
  flex: 0 1 auto; }
  .box.align-top {
    align-self: flex-start; }
  .box.align-bottom {
    align-self: flex-end; }
  .box.grow {
    flex-grow: 1; }
  .box.shrink {
    flex-shrink: 1; }
  .box.half-plus {
    flex-basis: 50%; }
  .boxes {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: center;
    justify-content: space-between; }
  .box.no-wrap {
    flex-wrap: nowrap; }
    .box.no-wrap.boxes {
      padding-left: 5px; }
      .box.no-wrap.boxes .box {
        padding-bottom: 0;
        padding-top: 0; }
        .box.no-wrap.boxes .box:first-child {
          padding-left: 0; }
        .box.no-wrap.boxes .box:last-child {
          padding-right: 0; }

.autocomplete {
  position: relative; }
  .autocomplete-list {
    position: absolute;
    z-index: 200;
    margin-top: -8px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #fff;
    width: 100%;
    border: 1px solid #cacaca;
    border-top: 0;
    padding: 15px 8px 0; }
  .autocomplete .autocompleteItem:hover,
  .autocomplete .autocompleteItem:focus {
    background: #CBE1ED; }
  .autocomplete-highlight {
    color: #0070ab;
    font-weight: bold;
    font-style: normal; }
  .autocomplete-noPredictions {
    margin-bottom: 0; }
  .autocomplete-noResults {
    color: #666;
    font-family: "Aller W01 Regular", arial, sans-serif;
    font-size: 14px;
    margin: 5px 0 -8px 8px; }

.pac-container {
  background-color: #fff;
  position: absolute !important;
  margin-top: 0;
  padding-top: 16px;
  border-top-width: 0px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: none;
  border: 1px solid #cacaca;
  border-top: none;
  padding: 16px 0 0;
  font-size: 14px;
  line-height: 22px; }

.pac-icon {
  width: 0;
  background-image: none;
  display: none; }

.pac-item {
  font-family: "Aller W01 Regular", arial, sans-serif;
  color: #00548B;
  display: block;
  padding: 6px 8px;
  cursor: pointer;
  border: none;
  font-size: 14px;
  line-height: 16px;
  margin: 0 8px; }
  .pac-item * {
    font-size: inherit;
    line-height: inherit;
    color: inherit; }
  .pac-item-query {
    color: inherit; }
  .pac-item:hover, .pac-item.pac-item-selected,
  .no-touchevents .pac-item:hover, .pac-item:focus {
    color: #00548B;
    border-bottom: none;
    background: #CBE1ED; }
  @media (min-width: 0em) and (max-width: 47.9375em) {
    .pac-item {
      font-size: 12px; } }

.pac-matched {
  color: #0070ab;
  font-weight: bold;
  font-style: normal; }

.pac-logo:after {
  margin: 2px 5px 5px 0; }

.menu, .menu ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0; }

.menu > li,
.menu .icon,
.menu .label {
  display: inline-block; }

.menu-dropdown {
  background-color: #fff;
  margin-top: 0;
  width: 100%;
  font-size: 14px;
  line-height: 22px; }
  .menu-dropdown > li {
    display: block; }
  .menu-dropdown li {
    font-size: 14px;
    line-height: 22px; }
  .menu-dropdown a {
    font-family: "Aller W01 Regular", arial, sans-serif;
    color: #00548B;
    display: block;
    padding: 6px 8px;
    cursor: pointer;
    border: none;
    font-size: 14px;
    line-height: 16px; }
    .no-touchevents .menu-dropdown a:hover, .menu-dropdown a:focus {
      color: #00548B;
      border-bottom: none;
      background: #CBE1ED; }
    @media (min-width: 0em) and (max-width: 47.9375em) {
      .menu-dropdown a {
        font-size: 12px; } }
  .menu-dropdown-title {
    font-size: 16px;
    color: #02285e;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 8px; }
  .menu-dropdown-total-options {
    color: #888;
    font-family: "Aller W01 Bold", arial, sans-serif;
    padding: 8px 8px 0; }

.browse-all {
  padding: 30px 0; }
  .browse-all .browse-section {
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px solid #dad5cd;
    margin: 0;
    padding: 12px 0;
    font-family: "Aller W01 Bold", arial, sans-serif;
    word-wrap: break-word;
    text-align: left; }
    .browse-all .browse-section:last-child {
      border-bottom: none; }
    .browse-all .browse-section p {
      margin: 0;
      padding: 0;
      font-size: inherit;
      line-height: inherit;
      font-family: inherit; }
  .browse-all a {
    color: #197cb1; }
  .browse-all ul {
    color: #eb7722;
    margin-bottom: 0;
    padding-top: 6px; }
  .browse-all li {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    padding: 6px 0;
    font-family: "Aller W01 Regular", arial, sans-serif; }

.card {
  font-family: "Aller W01 Regular", arial, sans-serif;
  margin: 0 1px 1px 0;
  height: 470px;
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #fff;
  border-bottom: none; }
  .card,
  .card * {
    box-sizing: border-box; }
  .card,
  .card a {
    cursor: default; }
  .card[href],
  .card a[href] {
    cursor: pointer; }
  .no-touchevents .card:hover, .card:focus {
    border-bottom: none; }
  .card .card--number {
    clear: both;
    float: right;
    position: absolute;
    top: 10px;
    right: 15px;
    color: #fff;
    text-align: right;
    font-family: "Adelle W01 SemiBold", arial, sans-serif;
    border: none; }
    .card .card--number .card--number--map-pin {
      width: 15px; }
    .card .card--number:hover, .card .card--number:focus,
    .no-touchevents .card .card--number:hover {
      color: #fff;
      border: none; }
    .card .card--number img {
      display: block; }
  .card .card--sidebarHeader .card--location {
    padding-right: 72px;
    position: relative; }
  .card .card--sidebarHeader .card--heading {
    font-size: 20px;
    line-height: 24px;
    font-family: "Adelle W01 SemiBold", arial, sans-serif;
    font-weight: normal;
    word-wrap: break-word; }
  .card .card--sidebarHeader .card--number {
    color: rgba(81, 45, 109, 0.9);
    background: #fff; }
    .card .card--sidebarHeader .card--number:hover, .card .card--sidebarHeader .card--number:focus,
    .no-touchevents .card .card--sidebarHeader .card--number:hover {
      color: rgba(81, 45, 109, 0.9); }
  .card .card--image {
    display: block;
    height: 100%;
    max-width: none;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
    .card .card--image .card--image-wrap {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: transparent;
      overflow: hidden;
      border-bottom: none; }
      .no-touchevents .card .card--image .card--image-wrap:hover, .card .card--image .card--image-wrap:focus {
        border-bottom: none; }
  .card .card--copy {
    width: 99%;
    max-width: 319px;
    text-align: left;
    display: block;
    position: absolute;
    left: 0;
    max-height: calc(100% - 80px);
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(255, 255, 255, 0.9); }
  .card .card--info {
    display: block;
    padding: 10px 20px;
    border-bottom: none; }
    .card .card--info .card--wait-time {
      font-size: 14px;
      color: #002a5c;
      font-weight: bold;
      margin: -4px 0px 5px 0px; }
    .card .card--info.with-ratings {
      padding: 12px 20px; }
    .card .card--info p.doctor-specialty {
      margin-bottom: 6px; }
      @media screen and (min-width: 0em) and (max-width: 47.9375em) {
        .card .card--info p.doctor-specialty {
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          text-overflow: ellipsis;
          line-height: 14px; } }
    .no-touchevents .card .card--info:hover, .card .card--info:focus {
      border-bottom: none; }
    .card .card--info:empty {
      display: none; }
    .card .card--info .card--heading {
      color: #0070ab;
      display: block;
      font-size: 20px;
      line-height: 24px;
      font-family: "Adelle W01 SemiBold", arial, sans-serif;
      font-weight: normal;
      word-wrap: break-word; }
      @media screen and (min-width: 0em) and (max-width: 47.9375em) {
        .card .card--info .card--heading {
          font-size: 18px;
          line-height: 24px; } }
    .card .card--info .card--subheading {
      color: #116397;
      display: block;
      font-size: 16px;
      line-height: 20px;
      font-family: "Aller W01 Bold", arial, sans-serif;
      font-style: normal;
      font-weight: bold;
      margin: 0;
      word-wrap: break-word; }
    .card .card--info p {
      color: #353535;
      display: block;
      font-size: 14px;
      line-height: 18px;
      font-family: "Aller W01 Regular", arial, sans-serif;
      margin: 5px 0 0;
      font-weight: bold;
      max-height: 54px;
      overflow: hidden; }
      @media screen and (min-width: 0em) and (max-width: 47.9375em) {
        .card .card--info p {
          font-size: 12px;
          line-height: 14px;
          margin: 4px 0 7px 0; } }
    .card .card--info .card--accepting,
    .card .card--info .accepting {
      color: #64a70b;
      font-size: 12px;
      line-height: 13px;
      text-transform: uppercase;
      font-family: "Aller W01 Regular", arial, sans-serif;
      margin: 0px 0 7px 0;
      padding: 0; }
      @media screen and (min-width: 0em) and (max-width: 47.9375em) {
        .card .card--info .card--accepting,
        .card .card--info .accepting {
          font-size: 10px;
          line-height: 11px; } }
      .card .card--info .card--accepting .icon-check,
      .card .card--info .accepting .icon-check {
        color: #64a70b;
        display: inline-block;
        height: 12px;
        width: 12px;
        border-radius: 12px;
        font-size: 12px;
        text-align: center;
        line-height: 12px;
        font-weight: bold; }
        .card .card--info .card--accepting .icon-check:after,
        .card .card--info .accepting .icon-check:after {
          content: "\2713"; }
  .card .card--schedule-online {
    background-color: #e87722;
    font-family: "Aller W01 Bold", arial, sans-serif;
    font-size: 14px;
    padding: 11px 20px 13px 10px;
    border-left: 8px solid #ffa25c;
    border-bottom: 0px;
    color: white;
    display: block;
    margin-top: 2px; }
    .card .card--schedule-online:hover, .card .card--schedule-online:focus {
      background-color: #ef924e;
      color: white;
      border-bottom: 0px; }
    .card .card--schedule-online .schedule-online-inner {
      display: flex;
      align-items: center; }
      .card .card--schedule-online .schedule-online-inner .calendar {
        margin: 0px 15px 0px 10px; }
    .card .card--schedule-online .caret {
      float: right;
      margin-top: 5px;
      height: 15px;
      width: 10px; }
  .card--contactGrid {
    font-size: 0;
    line-height: 0;
    background: rgba(237, 242, 245, 0.95);
    display: flex;
    border-left: 8px solid #0070ab;
    margin-bottom: 2px; }
    .card--contactGrid:empty {
      display: none; }
    .card--contactGrid-column {
      width: 50%;
      display: inline-block;
      padding: 15px 11px;
      background: rgba(255, 255, 255, 0.1);
      position: relative;
      transition: 250ms ease-in-out background;
      border-bottom: none; }
      @media screen and (min-width: 0em) and (max-width: 47.9375em) {
        .card--contactGrid-column {
          padding: 15px 15px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
      .card--contactGrid-column-scheduling {
        background: none; }
        .card--contactGrid-column-scheduling .icon {
          opacity: 0.7; }
      .card--contactGrid-column:first-child:last-child {
        width: 100%;
        display: block;
        border-right: none; }
      .card--contactGrid-column:nth-child(n + 3) {
        border-top: 2px solid #0070ab; }
      .card--contactGrid-column:nth-child(2n + 3):last-child {
        width: 100%;
        border-right: none; }
    .card--contactGrid-column {
      width: 50%;
      display: inline-block;
      padding: 15px 11px;
      background: rgba(255, 255, 255, 0.1);
      position: relative;
      transition: 250ms ease-in-out background;
      border-bottom: none; }
      @media screen and (min-width: 0em) and (max-width: 47.9375em) {
        .card--contactGrid-column {
          padding: 15px 11px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
      .card--contactGrid-column-scheduling {
        background: none; }
        .card--contactGrid-column-scheduling .icon {
          opacity: 0.7; }
      .card--contactGrid-column:nth-child(2n-1) {
        border-right: 2px solid #0070ab; }
      .card--contactGrid-column:first-child:last-child {
        width: 100%;
        display: block;
        border-right: none;
        border-bottom: 0px; }
      .card--contactGrid-column:nth-child(n + 3) {
        border-top: 2px solid #0070ab; }
      .card--contactGrid-column:nth-child(2n + 3):last-child {
        width: 100%;
        border-right: none; }
    .no-touchevents .card--contactGrid a.card--contact-column:hover, .card--contactGrid a.card--contact-column:focus {
      border-bottom: none; }
    .no-touchevents .card--contactGrid a.card--contact-column:hover {
      background: rgba(255, 255, 255, 0.2); }
    .card--contactGrid-label {
      font-size: 12px;
      line-height: 16px;
      margin: 0;
      text-transform: uppercase;
      color: #abd5eb;
      font-family: "Aller W01 Regular", arial, sans-serif;
      display: inline-block;
      padding-right: 3px; }
    .card--contactGrid-number {
      display: inline-block;
      margin: 0;
      font-size: 14px;
      line-height: 16px;
      color: #313131;
      white-space: nowrap; }
  .card .card--contact {
    font-size: 0;
    line-height: 0;
    border: 2px solid #0070ab;
    background: rgba(0, 112, 171, 0.95);
    display: flex; }
    .card .card--contact:empty {
      display: none; }
    .card .card--contact-column {
      width: 50%;
      display: inline-block;
      padding: 10px 11px;
      background: rgba(255, 255, 255, 0.1);
      position: relative;
      transition: 250ms ease-in-out background;
      border-bottom: none; }
      @media screen and (min-width: 0em) and (max-width: 47.9375em) {
        .card .card--contact-column {
          padding: 10px 15px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
      .card .card--contact-column-scheduling {
        background: none; }
        .card .card--contact-column-scheduling .icon {
          opacity: 0.7; }
      .card .card--contact-column:nth-child(2n-1) {
        border-right: 2px solid #0070ab; }
      .card .card--contact-column:first-child:last-child {
        width: 100%;
        display: block;
        border-right: none; }
      .card .card--contact-column:nth-child(n + 3) {
        border-top: 2px solid #0070ab; }
      .card .card--contact-column:nth-child(2n + 3):last-child {
        width: 100%;
        border-right: none; }
    .no-touchevents .card .card--contact a.card--contact-column:hover, .card .card--contact a.card--contact-column:focus {
      border-bottom: none; }
    .no-touchevents .card .card--contact a.card--contact-column:hover {
      background: rgba(255, 255, 255, 0.2); }
    .card .card--contact .card--contact-label {
      font-size: 12px;
      line-height: 16px;
      margin: 0;
      text-transform: uppercase;
      color: #abd5eb;
      font-family: "Aller W01 Regular", arial, sans-serif;
      display: inline-block;
      padding-right: 3px; }
    .card .card--contact .card--contact-number {
      display: inline-block;
      margin: 0;
      font-size: 14px;
      line-height: 16px;
      white-space: nowrap;
      color: white; }
    .card .card--contact .card--schedule-online {
      font-size: 0;
      line-height: 0;
      color: white;
      white-space: nowrap;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .card .card--contact .card--schedule-online .icon {
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; }
      .card .card--contact .card--schedule-online .card--schedule-online-label {
        text-transform: uppercase;
        display: inline-block;
        vertical-align: middle;
        font-size: 10px;
        line-height: 20px; }
  .card .card--locationGrid {
    background: rgba(237, 242, 245, 0.9);
    display: block;
    color: #313131;
    font-size: 14px;
    line-height: 20px;
    padding: 12.25px 11px;
    border-left: 8px solid #512D6D;
    border-bottom: none; }
    .no-touchevents .card .card--locationGrid:hover, .card .card--locationGrid:focus {
      border-bottom: none; }
    .card .card--locationGrid:empty {
      display: none; }
    .card .card--locationGrid p {
      font-size: inherit;
      line-height: inherit;
      color: #313131;
      margin: 0; }
    .card .card--locationGrid .location-box {
      display: flex;
      justify-content: space-between; }
      .card .card--locationGrid .location-box-name {
        flex: 1 1 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 10px; }
    .card .card--locationGrid .distance {
      border-left: 1px solid #d6d3d3;
      color: #313131;
      padding-left: 10px; }
    .card .card--locationGrid .address-distance-inline {
      display: flex;
      justify-content: space-between;
      align-content: center; }
      .card .card--locationGrid .address-distance-inline .address-inline {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        flex: 1 1 50%; }
      .card .card--locationGrid .address-distance-inline .distance {
        flex: 0 0 auto;
        padding-left: 15px; }
  .card .card--location {
    display: block;
    background: rgba(81, 45, 109, 0.9);
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 10px 20px 13px;
    border-bottom: none; }
    .no-touchevents .card .card--location:hover, .card .card--location:focus {
      border-bottom: none; }
    .card .card--location:empty {
      display: none; }
    .card .card--location p {
      font-size: inherit;
      line-height: inherit;
      margin: 0; }
    .card .card--location .location-box {
      display: flex;
      justify-content: space-between; }
      .card .card--location .location-box-name {
        flex: 1 1 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 10px; }
    .card .card--location .distance {
      text-transform: uppercase; }
    .card .card--location .address-distance-inline {
      display: flex;
      justify-content: space-between;
      align-content: center; }
      .card .card--location .address-distance-inline .address-inline {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        flex: 1 1 50%; }
      .card .card--location .address-distance-inline .distance {
        flex: 0 0 auto;
        padding-left: 15px; }
  .card .card-locations:after,
  .card .card-doctor:after {
    content: "";
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 3px solid #0070ab;
    transition: 250ms ease-in-out opacity 0s;
    z-index: 2; }
  .card .card-locations:hover:after,
  .card .card-doctor:hover:after {
    opacity: 1; }
  .card .push-to-bottom {
    top: 145px; }
  @media screen and (min-width: 48em) {
    .card.card-locations.map-view-location .card--copy {
      top: 180px; } }
  .card.card-locations .card--wait-time h4 {
    font-family: "Aller W01 Bold", arial, sans-serif;
    color: #02285e;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0px; }
  .card.card-locations .card--wait-time.overlay .info {
    z-index: 5;
    position: absolute;
    top: 10px;
    right: 10px; }
  .card.card-locations .card--wait-time > div {
    display: inline-block; }
  .card.card-locations .card--wait-time .icon,
  .card.card-locations .card--wait-time .info {
    height: auto;
    width: auto;
    max-height: 12px;
    max-width: 12px;
    position: relative; }
  .card.card-locations .card--wait-time .icon {
    margin: -4px 2px 0 0; }
  .card.card-locations .card--wait-time .info {
    margin: 0 0 0 2px;
    display: inline-block;
    cursor: pointer; }
    .card.card-locations .card--wait-time .info img {
      margin-top: -2px; }
  .card.card-locations .card--wait-time .disclaimer {
    z-index: 4;
    position: absolute;
    background: #535353;
    left: 0;
    top: 0;
    height: 100%;
    padding: 15% 24px; }
    .card.card-locations .card--wait-time .disclaimer p {
      font-size: 14px;
      color: #fff;
      font-weight: normal;
      z-index: 3;
      overflow: visible;
      line-height: 21px; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .card.card-locations .card--wait-time .disclaimer {
        font-size: 12px;
        padding: 10% 24px; } }
  .card-doctor .card--info p {
    font-size: 13px; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .card-doctor .card--info p {
        font-size: 11px; } }
  @media screen and (min-width: 48em) {
    .card-doctor .card--copy {
      bottom: 15px; } }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .card-doctor {
      height: auto;
      margin-bottom: 20px;
      box-shadow: 1.3px 1.5px 4px 0 rgba(0, 0, 0, 0.19);
      border: solid 1px #dad5cd;
      border-bottom: none; }
      .card-doctor .card--image-wrap {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 94px;
        height: 137px;
        float: left;
        z-index: 1; }
      .card-doctor .card--copy {
        position: relative;
        bottom: auto;
        left: auto;
        max-width: none;
        width: auto;
        min-height: 0;
        overflow: visible; }
      .card-doctor .card--info {
        width: calc(100% - 94px);
        min-height: 0;
        height: 137px;
        margin-left: 94px;
        padding: 10px; }
        .card-doctor .card--info p {
          max-height: 36px;
          overflow: hidden; } }
      @media screen and (min-width: 0em) and (max-width: 47.9375em) and (min-width: 0em) and (max-width: 47.9375em) {
        .card-doctor .card--info p {
          max-height: 32px; } }
  .card-plain {
    min-height: 310px;
    height: auto;
    background: #fff;
    margin: 0 8px 8px 0; }
    .ourservicesblock .card-plain, .ourservicesblock .card-plain:hover, .ourservicesblock .card-plain:focus {
      outline: 1px solid #f3f2ee; }
    .card-plain .card--copy {
      top: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      max-width: none;
      max-height: 100%;
      overflow: hidden;
      z-index: 0;
      position: relative; }
    .card-plain .card--info {
      background: none;
      padding: 30px 20px;
      max-height: 100%;
      overflow-y: auto;
      padding-bottom: 55px; }
      .card-plain .card--info .card--heading {
        font-size: 30px;
        line-height: 1.05em;
        margin-bottom: 20px;
        min-height: 72px; }
      .card-plain .card--info p {
        font-size: 15px;
        line-height: 22px;
        margin: 0;
        max-height: none;
        font-weight: normal; }
    .card-plain .card--actions {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      border-bottom: 10px solid #512D6D;
      text-align: right;
      padding: 10px 20px;
      background: #fff;
      z-index: 2;
      transition: 250ms ease-in-out border-bottom-color; }
      .card-plain .card--actions .card--btn {
        color: #512D6D;
        font-family: "Aller W01 Bold", arial, sans-serif;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 22px;
        transition: 250ms ease-in-out color; }
    .card-plain:hover .card--actions {
      border-bottom-color: #eb7722; }
      .card-plain:hover .card--actions .card--btn {
        color: #eb7722; }
  .card-mini {
    height: auto; }
    .card-mini:after {
      display: none; }
    .card-mini .card--letter {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 14px;
      line-height: 24px;
      height: 24px;
      width: 24px;
      background: #512D6D;
      color: #fff;
      font-family: "Adelle W01 SemiBold", arial, sans-serif;
      text-align: center;
      border-radius: 24px; }
      .card-mini .card--letter + .card--info {
        padding-right: 64px; }
    .card-mini .card--copy {
      position: relative;
      width: auto;
      display: block;
      max-height: none;
      max-width: none;
      bottom: auto;
      left: auto; }
    .card-mini .card--contact-column {
      padding: 10px 20px; }
  .card-micro {
    width: auto;
    min-height: 148px;
    height: auto;
    margin-right: 0;
    margin-bottom: 3px;
    background: #ecf2fa; }
    .card-micro a {
      border-bottom: none; }
      .card-micro a:hover, .card-micro a:focus {
        border-bottom: none; }
    .card-micro .card-micro-inner {
      position: relative;
      overflow: hidden; }
    .card-micro .accepting {
      font-size: 10px; }
    .card-micro .card--image-wrap {
      width: 110px;
      max-height: 200px;
      height: 100%;
      position: absolute;
      float: none;
      display: block;
      top: 0;
      left: 0; }
    .card-micro .card--copy {
      top: auto;
      bottom: auto;
      left: auto;
      right: auto;
      width: calc(100% - 110px);
      max-width: none;
      max-height: none;
      height: auto;
      background: none;
      position: relative;
      margin-left: 110px; }
    .card-micro .card--info {
      background: none;
      min-height: 0;
      padding: 15px;
      margin-left: 0;
      width: auto;
      height: auto; }
      .card-micro .card--info .distance {
        color: #512D6D;
        font-size: 16px;
        font-weight: bold; }
      .card-micro .card--info p {
        font-size: 14px;
        margin-top: 7px;
        max-height: none;
        overflow: visible;
        font-weight: normal; }
      .card-micro .card--info p:hover {
        text-decoration: underline;
        cursor: pointer; }
      .card-micro .card--info .card-phone-number {
        color: #353535;
        font-weight: bold;
        margin: 6px 0 10px; }
    .card-micro .card--location, .card-micro .card--contact {
      display: none; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .card-micro .card--info {
        padding: 5px 15px; } }
    .card-micro.card-locations {
      transition: 333ms ease-in-out background; }
      .card-micro.card-locations a.card--info {
        min-height: 148px; }
      .card-micro.card-locations .card--heading {
        transition: 333ms ease-in-out color;
        padding-right: 15px; }
      .card-micro.card-locations .card--heading:hover {
        text-decoration: underline;
        cursor: pointer; }
      .card-micro.card-locations .card--wait-time {
        font-size: 14px;
        margin: -4px 0px 5px 0px;
        color: #002a5c;
        font-weight: bold; }
      .card-micro.card-locations.selected,
      .no-touchevents .card-micro.card-locations:hover {
        background: #dcd5e2; }
        .card-micro.card-locations.selected .card--heading,
        .no-touchevents .card-micro.card-locations:hover .card--heading {
          color: #512D6D; }
        .card-micro.card-locations.selected:after,
        .no-touchevents .card-micro.card-locations:hover:after {
          display: none; }
      .card-micro.card-locations .card--image-wrap {
        display: none; }
      .card-micro.card-locations .card--copy {
        width: 100%;
        margin-left: 0; }
      .card-micro.card-locations .card--info {
        padding: 10px 15px; }
        .card-micro.card-locations .card--info .card--heading {
          font-size: 18px;
          line-height: 20px; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .card {
      margin-right: 0; } }

.ratings-aggregate, .doctor-profile-ratings-aggregate {
  display: flex;
  height: 16px;
  color: #0070ab; }
  .ratings-aggregate .review-count-text, .doctor-profile-ratings-aggregate .review-count-text,
  .ratings-aggregate .aggregate-rating-text,
  .doctor-profile-ratings-aggregate .aggregate-rating-text {
    font-size: 11px;
    line-height: 1.5;
    margin-left: 3px; }
  
  .ratings-aggregate .aggregate-rating-text,
  .doctor-profile-ratings-aggregate .aggregate-rating-text {
    color: #002a5c; }
  .ratings-aggregate react-component[name="StarBar"], .doctor-profile-ratings-aggregate react-component[name="StarBar"] {
    width: 84px;
    height: 100%; }

.address-street, .address-city-state {
  font-size: 12px;
  line-height: 14px;
  color: #313131; }

.doctor-profile-ratings-aggregate {
  align-items: center;
  margin-bottom: 20px; }
  .doctor-profile-ratings-aggregate .review-count-text,
  .doctor-profile-ratings-aggregate .aggregate-rating-text {
    font-size: 12px;
    line-height: 1.5;
    margin-left: 3px; }
  .doctor-profile-ratings-aggregate .aggregate-rating-text {
    color: #002a5c; }
  .doctor-profile-ratings-aggregate react-component[name="StarBar"] {
    width: auto;
    height: auto; }
  .doctor-profile-ratings-aggregate .starbar-container {
    width: 135px; }

.care-results-list {
  background: #f3f2ee; }
  .care-results-list .row.with-padding {
    padding-top: 15px;
    padding-right: 7px;
    padding-bottom: 29px; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .care-results-list .row.with-padding {
        padding-left: 10px;
        padding-right: 10px; } }

.commonly-searched {
  text-align: left;
  /*.epi-block.bleed .find-block & .epi-block--inner {
		padding-left: 20px;
		padding-right: 20px;

		&.commonly-searched--actuator-inner {
			padding-left: 40px;
			padding-right: 40px;
		}
	}*/ }
  .find-block .epi-block .commonly-searched .epi-block--inner {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 35px;
    padding-right: 20px; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .find-block .epi-block .commonly-searched .epi-block--inner {
        padding-left: 30px;
        padding-right: 30px; } }
  .commonly-searched .active {
    display: block !important; }
  .commonly-searched .inactive {
    display: none !important; }
  .commonly-searched .commonly-searched--wrapper {
    max-height: 0px;
    overflow: hidden;
    transition: 333ms ease-in-out max-height;
    background: rgba(255, 255, 255, 0.5); }
    .bleed .commonly-searched .commonly-searched--wrapper {
      padding-left: 15px;
      padding-right: 15px; }
      @media (max-width: 1400px) {
        .bleed .commonly-searched .commonly-searched--wrapper {
          padding: 0; } }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .commonly-searched .commonly-searched--wrapper {
        display: none; } }
    .commonly-searched .commonly-searched--wrapper:empty {
      display: none; }
  .commonly-searched .commonly-searched--actuator {
    color: #0070ab;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: "Aller W01 Bold", arial, sans-serif;
    border: none;
    display: block;
    padding-top: 7px;
    padding-bottom: 7px; }
    .no-touchevents .commonly-searched .commonly-searched--actuator:hover, .commonly-searched .commonly-searched--actuator:focus {
      border: none; }
    .commonly-searched .commonly-searched--actuator-wrapper {
      position: relative;
      background: rgba(218, 213, 205, 0.9);
      cursor: pointer; }
      .no-touchevents .commonly-searched .commonly-searched--actuator-wrapper:hover, .commonly-searched .commonly-searched--actuator-wrapper:focus {
        background: rgba(225, 221, 215, 0.9); }
      .commonly-searched .commonly-searched--actuator-wrapper .epi-block--inner.commonly-searched--actuator-inner {
        padding: 0 40px; }
        @media (max-width: 1400px) {
          .bleed .commonly-searched .commonly-searched--actuator-wrapper .epi-block--inner.commonly-searched--actuator-inner {
            padding-left: 55px;
            padding-right: 55px; } }
        @media screen and (min-width: 0em) and (max-width: 47.9375em) {
          .bleed .commonly-searched .commonly-searched--actuator-wrapper .epi-block--inner.commonly-searched--actuator-inner {
            padding-left: 45px;
            padding-right: 45px; } }
        @media screen and (min-width: 0em) and (max-width: 47.9375em) {
          .commonly-searched .commonly-searched--actuator-wrapper .epi-block--inner.commonly-searched--actuator-inner {
            padding: 10px 15px; } }
    .commonly-searched .commonly-searched--actuator .icon {
      margin: 0 10px 2px 0;
      height: 8px;
      width: 8px; }
      .commonly-searched .commonly-searched--actuator .icon.minus {
        display: none; }
      .commonly-searched .commonly-searched--actuator .icon.plus {
        display: inline; }
      .commonly-searched .commonly-searched--actuator .icon.active {
        display: inline !important; }
      .commonly-searched .commonly-searched--actuator .icon.inactive {
        display: none !important; }
  .commonly-searched .find-block .boxes, .find-block .commonly-searched .boxes {
    padding: 15px 0; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .commonly-searched .find-block .boxes, .find-block .commonly-searched .boxes {
        padding: 0; }
        .commonly-searched .find-block .boxes .box .row .column, .commonly-searched .find-block .boxes .box .row .columns, .find-block .commonly-searched .boxes .box .row .column, .find-block .commonly-searched .boxes .box .row .columns {
          padding-left: 0;
          padding-right: 0; } }
  .commonly-searched--infobox {
    max-width: 225px;
    padding-right: 25px; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .commonly-searched--infobox {
        max-width: none;
        width: 100%; } }
  .commonly-searched--heading {
    font-size: 14px;
    line-height: 22px;
    color: #0070ab;
    text-transform: uppercase;
    font-family: "Aller W01 Bold", arial, sans-serif;
    margin-bottom: 30px;
    text-align: right; }
  .commonly-searched--browse-all-wrapper {
    border-top: 1px solid #afbaca;
    padding-top: 20px; }
    .commonly-searched--browse-all-wrapper.column, .commonly-searched--browse-all-wrapper.columns {
      margin-top: 12px; }
  .commonly-searched--browse-all-heading {
    color: #02285e;
    font-family: "Aller W01 Italic", arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px; }
  .commonly-searched--browse-all-link {
    font-family: "Aller W01 Bold", arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #0070ab !important; }
    .commonly-searched--browse-all-link .icon {
      transform: rotate(-90deg);
      width: 12px;
      margin-left: 4px;
      margin-bottom: 3px;
      color: #0070ab; }
    .commonly-searched--browse-all-link:hover, .commonly-searched--browse-all-link:focus {
      border-bottom: 1px solid #0070ab !important; }
  .commonly-searched--terms-items ul {
    margin-bottom: 0; }
  .commonly-searched--terms-item {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px; }
  .commonly-searched.active .commonly-searched--wrapper,
  .non-collapsible .commonly-searched .commonly-searched--wrapper {
    max-height: 750px; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .commonly-searched.active .commonly-searched--wrapper,
      .non-collapsible .commonly-searched .commonly-searched--wrapper {
        max-height: none !important; } }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .commonly-searched .commonly-searched--actuator .icon.plus {
      display: inline; }
    .commonly-searched .commonly-searched--actuator .icon.minus {
      display: none; }
    .commonly-searched .commonly-searched--wrapper {
      max-height: none !important; } }
  .one-third .commonly-searched .boxes,
  .one-third .epi-blocks .commonly-searched .boxes {
    padding: 0; }
    .one-third .commonly-searched .boxes .box .row .column, .one-third .commonly-searched .boxes .box .row .columns,
    .one-third .epi-blocks .commonly-searched .boxes .box .row .column,
    .one-third .epi-blocks .commonly-searched .boxes .box .row .columns {
      padding-left: 0;
      padding-right: 0; }
  .one-third .commonly-searched .commonly-searched--infobox,
  .one-third .epi-blocks .commonly-searched .commonly-searched--infobox {
    max-width: none;
    width: 100%; }
  .one-third .commonly-searched .commonly-searched--actuator-wrapper .commonly-searched--actuator-inner,
  .one-third .epi-blocks .commonly-searched .commonly-searched--actuator-wrapper .commonly-searched--actuator-inner {
    padding: 0 15px; }
  .one-third .commonly-searched .hide-for-small-only,
  .one-third .epi-blocks .commonly-searched .hide-for-small-only {
    display: none !important; }
  .one-third .commonly-searched .show-for-small-only,
  .one-third .commonly-searched .hide-for-medium,
  .one-third .epi-blocks .commonly-searched .show-for-small-only,
  .one-third .epi-blocks .commonly-searched .hide-for-medium {
    display: block !important; }
  .one-third .commonly-searched [class*="column"].small-12,
  .one-third .epi-blocks .commonly-searched [class*="column"].small-12 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%; }

.details.doctor-profile .tabs-content section.overview .link-menu {
  display: block;
  margin: 0 auto 0.9375rem;
  padding: 0 0.625rem;
  height: 2.5rem;
  width: 95%;
  position: relative;
  font: 0.78438rem "Aller W01 Bold", arial, sans-serif;
  line-height: 2.5rem;
  text-transform: uppercase;
  color: #fff;
  border: 0.0625rem solid #dad5cd;
  border-radius: 0.1875rem; }
  .details.doctor-profile .tabs-content section.overview .link-menu.active {
    background: #eb7722;
    color: #fff; }
  .details.doctor-profile .tabs-content section.overview .link-menu .icon {
    position: absolute;
    top: 50%;
    right: 0.5625rem;
    transform: translate(0, -50%);
    width: 0.75rem; }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .details.doctor-profile .tabs-content section.overview .sidebar {
    padding: 0 0.625rem; } }

.details.doctor-profile .tabs-content section.overview .location-map-container {
  display: block;
  height: 18.75rem;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .details.doctor-profile .tabs-content section.overview .location-map-container {
      height: 27.1875rem; } }

@media screen and (min-width: 48em) {
  .details.doctor-profile .tabs-content section.overview .section-content {
    font-size: 1.125rem;
    padding: 0 2.1875rem 0 0; } }

.details.doctor-profile .tabs-content section.overview .specs {
  list-style: outside none none;
  margin: 0;
  padding-bottom: 0.625rem;
  font-size: 0.875rem; }
  @media screen and (min-width: 48em) {
    .details.doctor-profile .tabs-content section.overview .specs {
      padding-bottom: 1.25rem;
      font-size: 1.125rem; } }
  .details.doctor-profile .tabs-content section.overview .specs li {
    display: inline-block;
    margin-right: 30px;
    padding-bottom: 0.9375rem; }
  .details.doctor-profile .tabs-content section.overview .specs strong {
    text-transform: uppercase; }

.details.doctor-profile .tabs-content section.overview .expertise {
  margin-bottom: 1.25rem; }

.details.doctor-profile .tabs-content section.overview .list li {
  margin: 0;
  list-style-type: none;
  font-size: 1rem; }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .details.doctor-profile .tabs-content section.overview .list {
    padding-left: 1.875rem; }
    .details.doctor-profile .tabs-content section.overview .list li {
      line-height: 22px; } }

.details.doctor-profile .tabs-content section.overview .block {
  border-bottom: 1px solid #dad5cd;
  padding: 0.375rem 0.625rem 1.25rem; }
  @media screen and (min-width: 48em) {
    .details.doctor-profile .tabs-content section.overview .block {
      padding: 2.1875rem 0.625rem 2.1875rem 0.375rem; } }
  @media screen and (min-width: 48em) {
    .details.doctor-profile .tabs-content section.overview .block:first-child {
      padding-top: 0; } }
  .details.doctor-profile .tabs-content section.overview .block:last-child {
    border-bottom: 0; }
  .details.doctor-profile .tabs-content section.overview .block-aoe {
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 48em) {
      .details.doctor-profile .tabs-content section.overview .block-aoe {
        padding: 2.1875rem 0.625rem 2.1875rem 0.375rem; } }
    .details.doctor-profile .tabs-content section.overview .block-aoe .aoe-wrapper {
      padding: 0 0.625rem 1.25rem; }
      @media screen and (min-width: 48em) {
        .details.doctor-profile .tabs-content section.overview .block-aoe .aoe-wrapper {
          padding: 0 0 1.875rem; } }
    .details.doctor-profile .tabs-content section.overview .block-aoe .pof-wrapper {
      padding: 0 0.625rem; }
      @media screen and (min-width: 48em) {
        .details.doctor-profile .tabs-content section.overview .block-aoe .pof-wrapper {
          padding: 0; } }
  .details.doctor-profile .tabs-content section.overview .block .button-link {
    margin-top: 1.25rem;
    margin-bottom: 0; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .details.doctor-profile .tabs-content section.overview .block .button-link {
        overflow: hidden;
        width: 9.625rem;
        margin-top: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 1rem;
        text-overflow: ellipsis; } }

.details.doctor-profile .tabs-content section.overview .special-affiliations {
  margin-top: 0.625rem; }

.details.doctor-profile .tabs-content section.overview .special-affiliation-block:not(:last-child) {
  margin-bottom: 35px; }

.details.doctor-profile .tabs-content section.overview .datalist {
  font-size: 0.875rem; }
  @media screen and (min-width: 48em) {
    .details.doctor-profile .tabs-content section.overview .datalist {
      font-size: 1.125rem; } }
  .details.doctor-profile .tabs-content section.overview .datalist:last-child {
    margin-bottom: 0; }
  .details.doctor-profile .tabs-content section.overview .datalist dt {
    font-weight: normal; }
  .details.doctor-profile .tabs-content section.overview .datalist dd {
    margin-bottom: 0; }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .details.doctor-profile .tabs-content section.background .block {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.625rem; } }

.details.doctor-profile .tabs-content section.background .block:nth-child(n+2) h3 {
  margin-top: 1.875rem; }

.details.doctor-profile .tabs-content section.background h3 {
  padding-bottom: 0.9375rem; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .details.doctor-profile .tabs-content section.background h3 {
      padding-left: 0.625rem; } }

.details.doctor-profile .tabs-content section.background p {
  padding-bottom: 0.5rem; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .details.doctor-profile .tabs-content section.background p {
      padding-left: 0.625rem; } }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .details.doctor-profile .tabs-content section.background .see-more {
    padding-left: 0.625rem; } }

.details.doctor-profile .tabs-content section.background .see-more svg {
  width: 1.25rem;
  height: 0.5625rem;
  margin-left: 0.3125rem;
  color: inherit; }

.details.doctor-profile .tabs-content section.background .datalist {
  margin-bottom: 0.625rem; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .details.doctor-profile .tabs-content section.background .datalist {
      margin-bottom: 0.1875rem;
      font-size: 0.875rem; } }
  .details.doctor-profile .tabs-content section.background .datalist dt:after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    content: "|";
    display: inline-block;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-right: 4px; }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .details.doctor-profile .tabs-content section.services .block {
    border: none; }
    .details.doctor-profile .tabs-content section.services .block:first-child {
      padding-top: 0.625rem; } }

.details.doctor-profile .tabs-content section.services .expertise {
  padding-bottom: 0; }
  @media screen and (min-width: 48em) {
    .details.doctor-profile .tabs-content section.services .expertise {
      padding-bottom: 1.875rem; } }

.details.doctor-profile .tabs-content section.services .details-header {
  padding: 1.25rem 0 2.5rem; }

.details.doctor-profile .tabs-content section.services .list-lines li:last-child {
  border-bottom: 1px solid #e8e5de; }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .details.doctor-profile .tabs-content section.achievements .block:first-child {
    padding-top: 0.625rem; } }

.details.doctor-profile .tabs-content section.achievements .header {
  padding-top: 1.5625rem; }
  @media screen and (min-width: 48em) {
    .details.doctor-profile .tabs-content section.achievements .header {
      padding-top: 2.5rem; } }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .details.doctor-profile .tabs-content section.achievements .header .label {
      display: inline-block;
      width: 85%; } }

.details.doctor-profile .tabs-content section.achievements .list-content {
  padding-top: 0;
  padding-bottom: 0; }
  @media screen and (min-width: 48em) {
    .details.doctor-profile .tabs-content section.achievements .list-content {
      padding-bottom: 1.875rem; } }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .details.doctor-profile .tabs-content section.achievements dl {
    margin-bottom: 0.625rem; } }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .details.doctor-profile .tabs-content section.achievements .date {
    font-size: 0.75rem;
    color: #0073ae;
    font-weight: bold; } }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .details.doctor-profile .tabs-content section.achievements .datalist-title {
    font-size: 1.125rem; } }

.details.doctor-profile .tabs-content section.insurance .block {
  margin-bottom: 1em; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .details.doctor-profile .tabs-content section.insurance .block:first-child {
      padding-top: 0.625rem; } }

.details.doctor-profile .tabs-content section.insurance .block-bg {
  background-color: rgba(232, 229, 222, 0.53); }

.details.doctor-profile .tabs-content section.insurance p {
  padding-top: 0.625rem; }

.doctors-results-list .row.with-padding {
  padding-top: 15px;
  padding-right: 14px;
  padding-bottom: 29px; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .doctors-results-list .row.with-padding {
      background: #fff;
      padding: 0; } }

.find-block-page.has-image {
  min-height: calc(100vh - 565px);
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .find-block-page.has-image.fix-mobile {
      min-height: 0px; } }
  @media screen and (min-width: 75em) {
    .find-block-page.has-image {
      padding-top: 35px; } }
  .msie11 .find-block-page.has-image {
    height: 600px; }
    .msie11 .find-block-page.has-image#fix-mobile-on-ie-11 {
      height: 100%; }
    .msie11 .find-block-page.has-image .epi-block--inner {
      margin-left: 0;
      margin-right: 0; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .find-block-page.has-image > .epi-block--background {
      display: none; } }
  .find-block-page.has-image .epi-block--inner {
    width: 100%; }
    .find-block-page.has-image .epi-block--inner .find-block .epi-block--inner {
      padding: 30px 30px 25px; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .find-block-page.has-image .epi-block--inner {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0; }
        .find-block-page.has-image .epi-block--inner.fix-mobile {
          padding-bottom: 0; }
        .find-block-page.has-image .epi-block--inner .find-block .epi-block--inner {
          padding: 10px 30px 10px; } }
    .find-block-page.has-image .epi-block--inner .epi-block--background {
      opacity: 0.7; }

.find-block .epi-block--inner {
  text-align: left;
  padding: 30px 30px 25px; }

@media (max-width: 1400px) {
  .bleed .find-block .epi-block--inner {
    padding-left: 45px;
    padding-right: 45px; } }

.find-block--search-title {
  font-family: "Adelle W01 SemiBold", arial, sans-serif;
  font-size: 34px;
  line-height: 1em;
  color: #0070ab;
  margin: 0 0 -6px;
  max-width: 250px;
  word-wrap: break-word; }
  .find-block--search-title strong {
    font-size: 48px;
    line-height: 1em; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .find-block--search-title {
      max-width: none; }
      .find-block--search-title .engrave-plate {
        display: inline-block !important;
        max-height: none !important; }
        .find-block--search-title .engrave-plate strong {
          font-size: 22px !important;
          line-height: 22px !important; }
      .find-block--search-title,
      .find-block--search-title strong {
        font-size: 22px;
        line-height: 22px; } }

.find-block--icon {
  height: 50px;
  width: 50px;
  display: inline-block;
  text-align: center;
  line-height: 47px;
  background: rgba(0, 112, 171, 0.2);
  vertical-align: bottom;
  border-radius: 50px;
  margin-left: 5px;
  position: relative;
  top: -2px; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .find-block--icon {
      height: 40px;
      width: 40px;
      line-height: 37px;
      vertical-align: middle;
      margin-left: 10px;
      position: relative;
      top: -2px; } }

.find-block--search-label {
  font-family: "Aller W01 Italic", arial, sans-serif;
  font-style: normal;
  color: #02285e;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 5px;
  display: block; }

.find-block--search-copy {
  display: block;
  font-size: 14px;
  font-family: "Aller W01 Regular", arial, sans-serif;
  line-height: 18px;
  margin-top: 2px; }

.find-block--schedule-text {
  color: rgba(0, 42, 92, 0.6);
  padding: 20px 0px 0px 5px;
  font-size: 14px; }
  .find-block--schedule-text .asterix {
    color: #197cb1; }
  .find-block--schedule-text p {
    margin-bottom: 0px; }

.find-block--error-message {
  color: #ff0000;
  padding: 20px 0px 0px 5px;
  margin-bottom: 0px;
  font-size: 14px; }

.find-block input, .find-block .select2-container .select2-search .select2-search__field, .select2-container .select2-search .find-block .select2-search__field,
.find-block select,
.find-block .select2 .select2-selection,
.select2 .find-block .select2-selection,
.find-block .select2-selection {
  margin-bottom: 0; }

.find-block select:disabled, .find-block .select2 .select2-selection:disabled, .select2 .find-block .select2-selection:disabled {
  color: #999999;
  background-color: #dadada; }


.find-block select,
.find-block .select2 .select2-selection,
.select2 .find-block .select2-selection,
.find-block .select2-selection {
  color: #0070ab;
  font-family: "Aller W01 Bold", arial, sans-serif;
  min-width: 100px;
  width: auto; }
  @media screen and (min-width: 48em) and (max-width: 74.9375em) {
    
    .find-block select,
    .find-block .select2 .select2-selection,
    .select2 .find-block .select2-selection,
    .find-block .select2-selection {
      width: 100%; } }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    
    .find-block select,
    .find-block .select2 .select2-selection,
    .select2 .find-block .select2-selection,
    .find-block .select2-selection {
      font-size: 16px; } }

.find-block .find-block--within-select {
  width: 104px; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .find-block .find-block--within-select {
      min-width: 120px; } }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .find-block--submit-btn {
    display: block;
    text-align: center;
    margin: 0 auto; } }

.find-block .box {
  padding: 5px;
  max-width: 100%; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .find-block .box {
      padding-left: 0;
      padding-right: 0;
      flex-basis: 100%; } }
  .find-block .box.grow {
    flex-basis: 50%; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .find-block .box.grow {
        flex-basis: 100%; } }
  @media screen and (min-width: 48em) and (max-width: 74.9375em) {
    .find-block .box.flex-break-med {
      flex-grow: 1;
      flex-basis: 33%; } }
  .find-block .box.flex-break {
    flex-basis: 56%; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .find-block .box.flex-break {
        flex-basis: 100%; } }
  .find-block .boxes {
    padding-left: 5px;
    padding-right: 0; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .find-block .boxes {
        padding-left: 0;
        padding-right: 0; } }
  .find-block .box + .box.boxes {
    padding-left: 30px;
    padding-right: 5px; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .find-block .box + .box.boxes {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0; } }
    .find-block .box + .box.boxes.no-wrap {
      padding-left: 5px; }
      @media screen and (min-width: 0em) and (max-width: 47.9375em) {
        .find-block .box + .box.boxes.no-wrap {
          padding-left: 0;
          flex-wrap: wrap; }
          .find-block .box + .box.boxes.no-wrap .box {
            padding: 5px 0;
            flex-basis: 100%; } }

@media screen and (min-width: 48em) {
  .find-block .find-a-services-form form.boxes {
    justify-content: flex-start; } }

@media screen and (min-width: 48em) {
  .find-block .find-a-services-form form.boxes .box.grow {
    max-width: 400px; } }

.one-half .find-block .find-block--search-title {
  max-width: none; }
  .one-half .find-block .find-block--search-title,
  .one-half .find-block .find-block--search-title strong {
    font-size: 22px;
    line-height: 22px; }
  .one-half .find-block .find-block--search-title .engrave-plate {
    display: inline-block !important;
    max-height: none !important; }
    .one-half .find-block .find-block--search-title .engrave-plate strong {
      font-size: 22px !important;
      line-height: 22px !important; }

.one-half .find-block .boxes .box:first-child {
  flex-basis: 100%; }

.one-third .find-block .find-block--search-title {
  max-width: none; }
  .one-third .find-block .find-block--search-title,
  .one-third .find-block .find-block--search-title strong {
    font-size: 22px;
    line-height: 22px; }
  .one-third .find-block .find-block--search-title .engrave-plate {
    display: inline-block !important;
    max-height: none !important; }
    .one-third .find-block .find-block--search-title .engrave-plate strong {
      font-size: 22px !important;
      line-height: 22px !important; }

.one-third .find-block .find-block--icon {
  height: 40px;
  width: 40px;
  line-height: 37px;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -2px; }

.one-third .find-block .boxes {
  padding-left: 0;
  padding-right: 0;
  flex-basis: 100%; }

.one-third .find-block .box {
  padding-left: 0;
  padding-right: 0;
  flex-basis: 100%; }
  .one-third .find-block .box.grow {
    flex-basis: 100%; }
  .one-third .find-block .box + .box.boxes {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0; }

.one-third .find-block .find-block--submit-btn {
  display: block;
  text-align: center;
  margin: 0 auto; }

.one-third .find-block .hide-for-small-only {
  display: none !important; }

.one-third .find-block .show-for-small-only,
.one-third .find-block .hide-for-medium {
  display: block !important; }
  .one-third .find-block .show-for-small-only.find-block--icon,
  .one-third .find-block .hide-for-medium.find-block--icon {
    display: inline-block !important; }

.find-block .form-element {
  display: inline-block;
  vertical-align: bottom;
  padding: 5px;
  max-width: 405px; }
  .find-block .form-element .form-element {
    padding-bottom: 0;
    padding-top: 0; }
    .find-block .form-element .form-element.limited {
      min-width: 280px;
      max-width: 305px; }
    .find-block .form-element .form-element:first-child {
      padding-left: 0; }
    .find-block .form-element .form-element:last-child {
      padding-right: 0; }
  .find-block .form-element.new-line {
    max-width: 670px;
    width: calc(100% - 101px); }
  .find-block .form-element.right-align {
    float: right;
    display: inline;
    clear: none;
    margin-top: 29px; }
  .find-block .form-element.limited {
    min-width: 285px;
    max-width: 310px; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .find-block .form-element,
    .find-block .form-element .form-element {
      display: block;
      max-width: none;
      display: block;
      padding: 5px 0; }
      .find-block .form-element.limited,
      .find-block .form-element .form-element.limited {
        min-width: 0;
        max-width: none; }
      .find-block .form-element.width-auto,
      .find-block .form-element .form-element.width-auto {
        width: auto;
        display: inline-block;
        clear: both; }
      .find-block .form-element.right-align,
      .find-block .form-element .form-element.right-align {
        clear: both;
        margin-top: 0; }
      .find-block .form-element.new-line,
      .find-block .form-element .form-element.new-line {
        max-width: none;
        width: 100%; }
      .find-block .form-element.right-align-for-small,
      .find-block .form-element .form-element.right-align-for-small {
        float: right;
        display: inline;
        clear: both;
        margin-left: 10px; }
    .find-block .form-element.form-elements {
      padding: 0; } }
  .find-block .form-elements {
    font-size: 0;
    line-height: 0;
    display: inline-block; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .find-block .form-elements {
        display: block; } }

.one-third .find-block .form-elements {
  display: block; }

.one-third .find-block .form-element,
.one-third .find-block .form-element .form-element {
  display: block;
  max-width: none;
  display: block;
  padding: 5px 0; }
  .one-third .find-block .form-element.limited,
  .one-third .find-block .form-element .form-element.limited {
    min-width: 0;
    max-width: none; }
  .one-third .find-block .form-element.width-auto,
  .one-third .find-block .form-element .form-element.width-auto {
    width: auto;
    display: inline-block;
    clear: both; }
  .one-third .find-block .form-element.right-align,
  .one-third .find-block .form-element .form-element.right-align {
    clear: both;
    margin-top: 0; }
  .one-third .find-block .form-element.new-line,
  .one-third .find-block .form-element .form-element.new-line {
    max-width: none;
    width: 100%; }
  .one-third .find-block .form-element.right-align-for-small,
  .one-third .find-block .form-element .form-element.right-align-for-small {
    float: right;
    display: inline;
    clear: both; }

.find-a-doctors-form .box.grow:first-child {
  flex-basis: 28%; }

form {
  text-align: left; }
  form .Form__Description, form .Form__Description p {
    white-space: pre-line; }
  form.EPiServerForms .Form__Status .Form__Status__Message,
  form.EPiServerForms .form--status-message, form .Form__Status .Form__Status__Message,
  form .form--status-message {
    padding: 20px;
    margin: 20px 0;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    background: #0070ab; }
    form.EPiServerForms .Form__Status .Form__Status__Message p,
    form.EPiServerForms .form--status-message p, form .Form__Status .Form__Status__Message p,
    form .form--status-message p {
      font-size: inherit;
      line-height: inherit;
      color: inherit; }
      form.EPiServerForms .Form__Status .Form__Status__Message p:last-child,
      form.EPiServerForms .form--status-message p:last-child, form .Form__Status .Form__Status__Message p:last-child,
      form .form--status-message p:last-child {
        margin-bottom: 0; }
  .formcontainerblock form.EPiServerForms .Form__Title,
  form h2,
  form h3 {
    color: #197cb1;
    font-family: "Adelle W01 SemiBold", arial, sans-serif;
    font-size: 30px;
    line-height: 34px;
    margin: 0; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .formcontainerblock form.EPiServerForms .Form__Title,
      form h2,
      form h3 {
        font-size: 18px;
        line-height: 24px; } }
  form label {
    color: #02285e;
    font-family: "Aller W01 Regular", arial, sans-serif;
    margin-bottom: 0;
    font-style: italic;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.045em; }
    form label .light {
      font-size: 14px;
      font-style: normal; }
  form .choice-item-wrapper label {
    display: inline-block; }
  form .required {
    color: #eb7722; }
  form .btn.cancel-btn, form .doctor-profile .cancel-btn.filter-results, .doctor-profile form .cancel-btn.filter-results {
    color: #eb7722;
    background: none; }
    form .btn.cancel-btn:hover, form .doctor-profile .cancel-btn.filter-results:hover, .doctor-profile form .cancel-btn.filter-results:hover, form .btn.cancel-btn:focus, form .doctor-profile .cancel-btn.filter-results:focus, .doctor-profile form .cancel-btn.filter-results:focus {
      background: none !important;
      color: #ef924e !important; }
  form .form-actions {
    margin-bottom: 0; }
  form .epi-block--wrapper > .row > .column, form .epi-block--wrapper > .row > .columns, form > .row > .column, form > .row > .columns {
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  form input[type="submit"], form .select2-container .select2-search .select2-search__field[type="submit"], .select2-container .select2-search form .select2-search__field[type="submit"] {
    color: #fff;
    background: #eb7722;
    border: none; }
    .no-touchevents form input[type="submit"]:hover, .no-touchevents form .select2-container .select2-search .select2-search__field[type="submit"]:hover, .select2-container .select2-search .no-touchevents form .select2-search__field[type="submit"]:hover, form input[type="submit"]:focus, form .select2-container .select2-search .select2-search__field[type="submit"]:focus, .select2-container .select2-search form .select2-search__field[type="submit"]:focus {
      color: #fff;
      border: none;
      background: #ef924e; }

form.EPiServerForms .Form__Element .Form__Element__ValidationError,
form .error,
.field-validation-error {
  color: #eb7722;
  font-family: "Aller W01 Regular", arial, sans-serif;
  display: block;
  position: relative;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 8px;
  margin-top: -24px;
  font-style: italic; }
  form.EPiServerForms .Form__Element label + .Form__Element__ValidationError, form.EPiServerForms .Form__Element [class*="css-cols-"] + .Form__Element__ValidationError, form.EPiServerForms .Form__Element .choice-item-wrapper + .Form__Element__ValidationError, label +
  form .error, [class*="css-cols-"] +
  form .error, .choice-item-wrapper +
  form .error, label +
  .field-validation-error, [class*="css-cols-"] +
  .field-validation-error, .choice-item-wrapper +
  .field-validation-error {
    margin-top: 0; }
  form.EPiServerForms .Form__Element .Form__Element__ValidationError + .Form__Element__ValidationError,
  form.EPiServerForms .Form__Element .error + .Form__Element__ValidationError,
  form.EPiServerForms .Form__Element .field-validation-error + .Form__Element__ValidationError, form.EPiServerForms .Form__Element .Form__Element__ValidationError + form .error,
  form .error +
  form .error,
  .field-validation-error +
  form .error, form.EPiServerForms .Form__Element .Form__Element__ValidationError + .field-validation-error,
  form .error +
  .field-validation-error,
  .field-validation-error +
  .field-validation-error {
    margin-top: 0; }

.Form__Element {
  margin: 0 0 15px 0; }
  .Form__Element.FormRange input.FormRange__Input, .Form__Element.FormRange .select2-container .select2-search .FormRange__Input.select2-search__field, .select2-container .select2-search .Form__Element.FormRange .FormRange__Input.select2-search__field {
    max-width: none; }
  .Form__Element label {
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.025em; }
  .Form__Element input[type="checkbox"], .Form__Element .select2-container .select2-search .select2-search__field[type="checkbox"], .select2-container .select2-search .Form__Element .select2-search__field[type="checkbox"],
  .Form__Element input[type="radio"],
  .Form__Element .select2-container .select2-search .select2-search__field[type="radio"],
  .select2-container .select2-search .Form__Element .select2-search__field[type="radio"] {
    margin: 0 8px 0 0;
    position: relative;
    top: 2px; }
  .Form__Element .Form__Element__Caption {
    color: #02285e;
    font-family: "Aller W01 Regular", arial, sans-serif;
    margin-bottom: 0;
    font-style: italic;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.045em; }

.FormRange > span {
  width: 100%;
  display: block;
  font-size: 0;
  line-height: 0; }
  .FormRange > span input[type="range"], .FormRange > span .select2-container .select2-search .select2-search__field[type="range"], .select2-container .select2-search .FormRange > span .select2-search__field[type="range"] {
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px; }

.FormRange__Min, .FormRange__Max {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  padding: 0 10px 0 0;
  margin: 0;
  color: #02285e;
  font-family: "Aller W01 Regular", arial, sans-serif; }

.FormRange__Max {
  text-align: left;
  padding: 0 0 0 10px; }

.hnv-page [type='file'], [type='file'], .hnv-page
[type='text'],
[type='text'], .hnv-page
[type='password'],
[type='password'], .hnv-page
[type='date'],
[type='date'], .hnv-page
[type='datetime'],
[type='datetime'], .hnv-page
[type='datetime-local'],
[type='datetime-local'], .hnv-page
[type='month'],
[type='month'], .hnv-page
[type='week'],
[type='week'], .hnv-page
[type='email'],
[type='email'], .hnv-page
[type='number'],
[type='number'], .hnv-page
[type='search'],
[type='search'], .hnv-page
[type='tel'],
[type='tel'], .hnv-page
[type='time'],
[type='time'], .hnv-page
[type='url'],
[type='url'], .hnv-page
[type='color'],
[type='color'], .hnv-page
textarea,
textarea, .hnv-page select, .hnv-page .select2 .select2-selection, .select2 .hnv-page .select2-selection,
select,
.select2 .select2-selection, .hnv-page
.select2-container .select2-search--dropdown .select2-search__field,
.select2-container .select2-search--dropdown .select2-search__field {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 1px solid #cacaca;
  margin: 0 0 24px;
  font-family: inherit;
  font-size: 14px;
  line-height: 18px;
  color: #02285e;
  background-color: #fefefe;
  box-shadow: 0 0 0 rgba(202, 202, 202, 0);
  transition: box-shadow 333ms ease-in-out, border-color 333ms ease-in-out;
  text-align: left;
  appearance: none;
  border-radius: 3px; }
  .hnv-page [type='file']:focus, [type='file']:focus, .hnv-page [type='text']:focus, .hnv-page .find-block select:focus, .find-block .hnv-page select:focus,
  .hnv-page .find-block .select2-selection:focus, .find-block .hnv-page .select2-selection:focus, [type='text']:focus, .find-block select:focus,
  .find-block .select2-selection:focus, .hnv-page
  [type='password']:focus,
  [type='password']:focus, .hnv-page
  [type='date']:focus,
  [type='date']:focus, .hnv-page
  [type='datetime']:focus,
  [type='datetime']:focus, .hnv-page
  [type='datetime-local']:focus,
  [type='datetime-local']:focus, .hnv-page
  [type='month']:focus,
  [type='month']:focus, .hnv-page
  [type='week']:focus,
  [type='week']:focus, .hnv-page
  [type='email']:focus,
  [type='email']:focus, .hnv-page
  [type='number']:focus,
  [type='number']:focus, .hnv-page
  [type='search']:focus,
  [type='search']:focus, .hnv-page
  [type='tel']:focus,
  [type='tel']:focus, .hnv-page
  [type='time']:focus,
  [type='time']:focus, .hnv-page
  [type='url']:focus,
  [type='url']:focus, .hnv-page
  [type='color']:focus,
  [type='color']:focus, .hnv-page
  textarea:focus,
  textarea:focus, .hnv-page select:focus, .hnv-page .select2 .select2-selection:focus, .select2 .hnv-page .select2-selection:focus,
  select:focus,
  .select2 .select2-selection:focus, .hnv-page
  .select2-container .select2-search--dropdown .select2-search__field:focus,
  .select2-container .select2-search--dropdown .select2-search__field:focus {
    border: 1px solid #BBB;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 333ms ease-in-out, border-color 333ms ease-in-out; }
  .hnv-page [type='file']::-webkit-input-placeholder, [type='file']::-webkit-input-placeholder, .hnv-page
  [type='text']::-webkit-input-placeholder,
  [type='text']::-webkit-input-placeholder, .hnv-page
  [type='password']::-webkit-input-placeholder,
  [type='password']::-webkit-input-placeholder, .hnv-page
  [type='date']::-webkit-input-placeholder,
  [type='date']::-webkit-input-placeholder, .hnv-page
  [type='datetime']::-webkit-input-placeholder,
  [type='datetime']::-webkit-input-placeholder, .hnv-page
  [type='datetime-local']::-webkit-input-placeholder,
  [type='datetime-local']::-webkit-input-placeholder, .hnv-page
  [type='month']::-webkit-input-placeholder,
  [type='month']::-webkit-input-placeholder, .hnv-page
  [type='week']::-webkit-input-placeholder,
  [type='week']::-webkit-input-placeholder, .hnv-page
  [type='email']::-webkit-input-placeholder,
  [type='email']::-webkit-input-placeholder, .hnv-page
  [type='number']::-webkit-input-placeholder,
  [type='number']::-webkit-input-placeholder, .hnv-page
  [type='search']::-webkit-input-placeholder,
  [type='search']::-webkit-input-placeholder, .hnv-page
  [type='tel']::-webkit-input-placeholder,
  [type='tel']::-webkit-input-placeholder, .hnv-page
  [type='time']::-webkit-input-placeholder,
  [type='time']::-webkit-input-placeholder, .hnv-page
  [type='url']::-webkit-input-placeholder,
  [type='url']::-webkit-input-placeholder, .hnv-page
  [type='color']::-webkit-input-placeholder,
  [type='color']::-webkit-input-placeholder, .hnv-page
  textarea::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder, .hnv-page select::-webkit-input-placeholder, .hnv-page .select2 .select2-selection::-webkit-input-placeholder, .select2 .hnv-page .select2-selection::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  .select2 .select2-selection::-webkit-input-placeholder, .hnv-page
  .select2-container .select2-search--dropdown .select2-search__field::-webkit-input-placeholder,
  .select2-container .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 18px;
    color: rgba(2, 40, 94, 0.6); }
  .hnv-page [type='file']:-moz-placeholder, [type='file']:-moz-placeholder, .hnv-page
  [type='text']:-moz-placeholder,
  [type='text']:-moz-placeholder, .hnv-page
  [type='password']:-moz-placeholder,
  [type='password']:-moz-placeholder, .hnv-page
  [type='date']:-moz-placeholder,
  [type='date']:-moz-placeholder, .hnv-page
  [type='datetime']:-moz-placeholder,
  [type='datetime']:-moz-placeholder, .hnv-page
  [type='datetime-local']:-moz-placeholder,
  [type='datetime-local']:-moz-placeholder, .hnv-page
  [type='month']:-moz-placeholder,
  [type='month']:-moz-placeholder, .hnv-page
  [type='week']:-moz-placeholder,
  [type='week']:-moz-placeholder, .hnv-page
  [type='email']:-moz-placeholder,
  [type='email']:-moz-placeholder, .hnv-page
  [type='number']:-moz-placeholder,
  [type='number']:-moz-placeholder, .hnv-page
  [type='search']:-moz-placeholder,
  [type='search']:-moz-placeholder, .hnv-page
  [type='tel']:-moz-placeholder,
  [type='tel']:-moz-placeholder, .hnv-page
  [type='time']:-moz-placeholder,
  [type='time']:-moz-placeholder, .hnv-page
  [type='url']:-moz-placeholder,
  [type='url']:-moz-placeholder, .hnv-page
  [type='color']:-moz-placeholder,
  [type='color']:-moz-placeholder, .hnv-page
  textarea:-moz-placeholder,
  textarea:-moz-placeholder, .hnv-page select:-moz-placeholder, .hnv-page .select2 .select2-selection:-moz-placeholder, .select2 .hnv-page .select2-selection:-moz-placeholder,
  select:-moz-placeholder,
  .select2 .select2-selection:-moz-placeholder, .hnv-page
  .select2-container .select2-search--dropdown .select2-search__field:-moz-placeholder,
  .select2-container .select2-search--dropdown .select2-search__field:-moz-placeholder {
    font-size: 14px;
    line-height: 18px;
    color: rgba(2, 40, 94, 0.6); }
  .hnv-page [type='file']::-moz-placeholder, [type='file']::-moz-placeholder, .hnv-page
  [type='text']::-moz-placeholder,
  [type='text']::-moz-placeholder, .hnv-page
  [type='password']::-moz-placeholder,
  [type='password']::-moz-placeholder, .hnv-page
  [type='date']::-moz-placeholder,
  [type='date']::-moz-placeholder, .hnv-page
  [type='datetime']::-moz-placeholder,
  [type='datetime']::-moz-placeholder, .hnv-page
  [type='datetime-local']::-moz-placeholder,
  [type='datetime-local']::-moz-placeholder, .hnv-page
  [type='month']::-moz-placeholder,
  [type='month']::-moz-placeholder, .hnv-page
  [type='week']::-moz-placeholder,
  [type='week']::-moz-placeholder, .hnv-page
  [type='email']::-moz-placeholder,
  [type='email']::-moz-placeholder, .hnv-page
  [type='number']::-moz-placeholder,
  [type='number']::-moz-placeholder, .hnv-page
  [type='search']::-moz-placeholder,
  [type='search']::-moz-placeholder, .hnv-page
  [type='tel']::-moz-placeholder,
  [type='tel']::-moz-placeholder, .hnv-page
  [type='time']::-moz-placeholder,
  [type='time']::-moz-placeholder, .hnv-page
  [type='url']::-moz-placeholder,
  [type='url']::-moz-placeholder, .hnv-page
  [type='color']::-moz-placeholder,
  [type='color']::-moz-placeholder, .hnv-page
  textarea::-moz-placeholder,
  textarea::-moz-placeholder, .hnv-page select::-moz-placeholder, .hnv-page .select2 .select2-selection::-moz-placeholder, .select2 .hnv-page .select2-selection::-moz-placeholder,
  select::-moz-placeholder,
  .select2 .select2-selection::-moz-placeholder, .hnv-page
  .select2-container .select2-search--dropdown .select2-search__field::-moz-placeholder,
  .select2-container .select2-search--dropdown .select2-search__field::-moz-placeholder {
    font-size: 14px;
    line-height: 18px;
    color: rgba(2, 40, 94, 0.6); }
  .hnv-page [type='file']:-ms-input-placeholder, [type='file']:-ms-input-placeholder, .hnv-page
  [type='text']:-ms-input-placeholder,
  [type='text']:-ms-input-placeholder, .hnv-page
  [type='password']:-ms-input-placeholder,
  [type='password']:-ms-input-placeholder, .hnv-page
  [type='date']:-ms-input-placeholder,
  [type='date']:-ms-input-placeholder, .hnv-page
  [type='datetime']:-ms-input-placeholder,
  [type='datetime']:-ms-input-placeholder, .hnv-page
  [type='datetime-local']:-ms-input-placeholder,
  [type='datetime-local']:-ms-input-placeholder, .hnv-page
  [type='month']:-ms-input-placeholder,
  [type='month']:-ms-input-placeholder, .hnv-page
  [type='week']:-ms-input-placeholder,
  [type='week']:-ms-input-placeholder, .hnv-page
  [type='email']:-ms-input-placeholder,
  [type='email']:-ms-input-placeholder, .hnv-page
  [type='number']:-ms-input-placeholder,
  [type='number']:-ms-input-placeholder, .hnv-page
  [type='search']:-ms-input-placeholder,
  [type='search']:-ms-input-placeholder, .hnv-page
  [type='tel']:-ms-input-placeholder,
  [type='tel']:-ms-input-placeholder, .hnv-page
  [type='time']:-ms-input-placeholder,
  [type='time']:-ms-input-placeholder, .hnv-page
  [type='url']:-ms-input-placeholder,
  [type='url']:-ms-input-placeholder, .hnv-page
  [type='color']:-ms-input-placeholder,
  [type='color']:-ms-input-placeholder, .hnv-page
  textarea:-ms-input-placeholder,
  textarea:-ms-input-placeholder, .hnv-page select:-ms-input-placeholder, .hnv-page .select2 .select2-selection:-ms-input-placeholder, .select2 .hnv-page .select2-selection:-ms-input-placeholder,
  select:-ms-input-placeholder,
  .select2 .select2-selection:-ms-input-placeholder, .hnv-page
  .select2-container .select2-search--dropdown .select2-search__field:-ms-input-placeholder,
  .select2-container .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
    font-size: 14px;
    line-height: 18px;
    color: rgba(2, 40, 94, 0.6); }
  .hnv-page [type='file']:placeholder, .hnv-page [type='file']::placeholder, [type='file']:placeholder, [type='file']::placeholder, .hnv-page
  [type='text']:placeholder, .hnv-page
  [type='text']::placeholder,
  [type='text']:placeholder,
  [type='text']::placeholder, .hnv-page
  [type='password']:placeholder, .hnv-page
  [type='password']::placeholder,
  [type='password']:placeholder,
  [type='password']::placeholder, .hnv-page
  [type='date']:placeholder, .hnv-page
  [type='date']::placeholder,
  [type='date']:placeholder,
  [type='date']::placeholder, .hnv-page
  [type='datetime']:placeholder, .hnv-page
  [type='datetime']::placeholder,
  [type='datetime']:placeholder,
  [type='datetime']::placeholder, .hnv-page
  [type='datetime-local']:placeholder, .hnv-page
  [type='datetime-local']::placeholder,
  [type='datetime-local']:placeholder,
  [type='datetime-local']::placeholder, .hnv-page
  [type='month']:placeholder, .hnv-page
  [type='month']::placeholder,
  [type='month']:placeholder,
  [type='month']::placeholder, .hnv-page
  [type='week']:placeholder, .hnv-page
  [type='week']::placeholder,
  [type='week']:placeholder,
  [type='week']::placeholder, .hnv-page
  [type='email']:placeholder, .hnv-page
  [type='email']::placeholder,
  [type='email']:placeholder,
  [type='email']::placeholder, .hnv-page
  [type='number']:placeholder, .hnv-page
  [type='number']::placeholder,
  [type='number']:placeholder,
  [type='number']::placeholder, .hnv-page
  [type='search']:placeholder, .hnv-page
  [type='search']::placeholder,
  [type='search']:placeholder,
  [type='search']::placeholder, .hnv-page
  [type='tel']:placeholder, .hnv-page
  [type='tel']::placeholder,
  [type='tel']:placeholder,
  [type='tel']::placeholder, .hnv-page
  [type='time']:placeholder, .hnv-page
  [type='time']::placeholder,
  [type='time']:placeholder,
  [type='time']::placeholder, .hnv-page
  [type='url']:placeholder, .hnv-page
  [type='url']::placeholder,
  [type='url']:placeholder,
  [type='url']::placeholder, .hnv-page
  [type='color']:placeholder, .hnv-page
  [type='color']::placeholder,
  [type='color']:placeholder,
  [type='color']::placeholder, .hnv-page
  textarea:placeholder, .hnv-page
  textarea::placeholder,
  textarea:placeholder,
  textarea::placeholder, .hnv-page select:placeholder, .hnv-page .select2 .select2-selection:placeholder, .select2 .hnv-page .select2-selection:placeholder, .hnv-page select::placeholder, .hnv-page .select2 .select2-selection::placeholder, .select2 .hnv-page .select2-selection::placeholder,
  select:placeholder,
  .select2 .select2-selection:placeholder,
  select::placeholder,
  .select2 .select2-selection::placeholder, .hnv-page
  .select2-container .select2-search--dropdown .select2-search__field:placeholder, .hnv-page
  .select2-container .select2-search--dropdown .select2-search__field::placeholder,
  .select2-container .select2-search--dropdown .select2-search__field:placeholder,
  .select2-container .select2-search--dropdown .select2-search__field::placeholder {
    font-size: 14px;
    line-height: 18px;
    color: rgba(2, 40, 94, 0.6); }

[type='file'] {
  border: none; }

textarea {
  line-height: 18px;
  min-height: 202px;
  resize: none; }
  textarea.lines-3 {
    line-height: 18px;
    min-height: 76px; }


select,
.select2 .select2-selection {
  font-family: "Aller W01 Bold", arial, sans-serif;
  color: #197cb1;
  cursor: pointer;
  text-transform: uppercase;
  background-repeat: no-repeat;
  padding-right: 30px;
  background-image: url("/ClientResources/Website/images/icons/dropdown-arrows.svg");
  background-size: 20px 20px;
  background-position: right 5px center; }

.FormChoice label {
  margin: 1px 0 3px 3px;
  cursor: pointer;
  padding-left: 1.1em; }
  .FormChoice label input[type="checkbox"], .FormChoice label .select2-container .select2-search .select2-search__field[type="checkbox"], .select2-container .select2-search .FormChoice label .select2-search__field[type="checkbox"],
  .FormChoice label input[type="radio"],
  .FormChoice label .select2-container .select2-search .select2-search__field[type="radio"],
  .select2-container .select2-search .FormChoice label .select2-search__field[type="radio"] {
    position: relative;
    left: -1.1em;
    margin-right: -1em; }

.select2-container {
  width: 100%; }
  .select2-container .select2-search .select2-search__field {
    margin-bottom: 0; }
  .select2-container .select2-dropdown .select2-results > .select2-results__options {
    max-height: 211px; }

.select2 .select2-selection {
  margin: 0;
  /*
		&__placeholder { //.select2-selection__placeholder
			//display: inline-block;//??
		}
		*/ }
  .select2 .select2-selection__arrow {
    display: none; }
  .select2 .select2-selection .select2-selection__rendered {
    line-height: 20px;
    padding: 0;
    color: #999; }
    .select2 .select2-selection .select2-selection__rendered[title] {
      color: inherit; }
  .select2 .select2-selection__clear {
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 1px;
    padding: 0;
    z-index: 1;
    font-size: 22px;
    font-family: "Aller W01 Regular", arial, sans-serif;
    color: #eb7722;
    width: 30px;
    text-align: center;
    /*@media (min-width: 0em) and (max-width: 47.9375em) {
				padding: 0 15px 0 20px;
			}*/ }

select[select-custom], .select2 .select2-selection[select-custom] {
  width: 1px !important;
  overflow: hidden !important; }

.EPiServerForms .epi-blocks {
  width: calc(100% + 30px);
  position: relative;
  left: -15px; }
  .EPiServerForms .epi-blocks .epi-block {
    padding: 0 15px;
    text-align: left;
    /*> button,
		> [type="submit"] {
			margin-top: 23px;
		}*/ }

[data-conditional].show {
  background-color: rgba(0, 112, 171, 0.15);
  transition: 500ms ease-in-out background-color, 500ms ease-in-out box-shadow; }
  [data-conditional].show.pulse {
    background-color: rgba(0, 112, 171, 0); }

.locations-results-list .row.with-padding {
  padding-top: 15px;
  padding-right: 14px;
  padding-bottom: 29px; }

.back-to-top-container {
  transition: 0.3s ease opacity;
  cursor: pointer;
  position: fixed;
  bottom: 75px;
  right: 0;
  border: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 8px 16px;
  background-color: rgba(83, 83, 83, 0.7); }
  .back-to-top-container svg {
    margin: 2px auto -2px;
    height: 20px;
    width: 20px;
    transform: rotate(-90deg);
    color: white; }

.no-results {
  max-width: 90%;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 60px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Aller W01 Regular", arial, sans-serif;
  text-align: left;
  color: #512d6d; }
  .no-results-wrapper {
    background: rgba(243, 242, 238, 0.7); }
  .no-results-doctors {
    margin-top: 20px; }
  .no-results p,
  .no-results ul,
  .no-results ol,
  .no-results li,
  .no-results dl,
  .no-results dt,
  .no-results dd {
    font-size: 14px;
    line-height: 20px; }
  .no-results .did-you-mean li {
    line-height: 16px;
    padding-bottom: 10px; }
  .no-results .did-you-mean h4, .no-results h5 {
    font-family: "Aller W01 Regular", arial, sans-serif; }
  .no-results .best-bets {
    column-count: 3;
    list-style: none; }

.paginationControls {
  font-family: "Adelle W01 SemiBold", arial, sans-serif;
  color: #666;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  display: block; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .paginationControls {
      margin-top: 20px;
      margin-bottom: 20px; } }
  .paginationControls-prev {
    height: 40px;
    width: 40px;
    display: inline-block;
    border-bottom: none;
    margin-right: 25px;
    vertical-align: middle;
    text-align: center; }
    .no-touchevents .paginationControls-prev:hover, .paginationControls-prev:focus {
      border-bottom: none; }
    .paginationControls-prev .icon {
      margin-top: 10px;
      height: 20px;
      width: 20px;
      transform: scaleX(-1) rotate(-90deg); }
  .paginationControls input, .paginationControls .select2-container .select2-search .select2-search__field, .select2-container .select2-search .paginationControls .select2-search__field {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    margin-right: 10px;
    margin-bottom: 0;
    text-align: center;
    border-color: #197cb1;
    box-shadow: none; }
    .paginationControls input:focus, .paginationControls .select2-container .select2-search .select2-search__field:focus, .select2-container .select2-search .paginationControls .select2-search__field:focus {
      border-color: #197cb1;
      box-shadow: none; }
    .paginationControls input:first-child, .paginationControls .select2-container .select2-search .select2-search__field:first-child, .select2-container .select2-search .paginationControls .select2-search__field:first-child {
      margin-left: 65px; }
  .paginationControls .totalPages {
    margin-left: 10px; }
    .paginationControls .totalPages:last-child {
      margin-right: 65px; }
  .paginationControls .separator,
  .paginationControls .totalPages {
    font-size: 16px;
    line-height: 38px;
    display: inline-block;
    vertical-align: middle; }
  .paginationControls-next {
    height: 40px;
    width: 40px;
    display: inline-block;
    border-bottom: none;
    margin-left: 25px;
    vertical-align: middle;
    text-align: center; }
    .no-touchevents .paginationControls-next:hover, .paginationControls-next:focus {
      border-bottom: none; }
    .paginationControls-next .icon {
      margin-top: 12px;
      height: 16px;
      width: 16px;
      transform: rotate(-90deg); }

.profile-header {
  display: block;
  width: 100%; }
  .profile-header .details--card-container .profile-img {
    display: inline-block;
    height: 470px;
    width: auto;
    max-width: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    .profile-header .details--card-container .profile-img.no-image {
      top: 50%;
      transform: translate(-50%, -50%); }
    @media screen and (min-width: 48em) {
      .profile-header .details--card-container .profile-img {
        position: static;
        left: auto;
        transform: none; }
        .profile-header .details--card-container .profile-img.no-image {
          position: absolute;
          top: 30%;
          left: 50%;
          transform: translate(-50%, -50%); } }
    @media screen and (min-width: 75em) {
      .profile-header .details--card-container .profile-img.no-image {
        position: static;
        transform: initial; } }
    .profile-header .details--card-container .profile-img--wrap {
      max-width: 1400px;
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      margin: 0 auto;
      text-align: center; }
      @media screen and (min-width: 48em) {
        .profile-header .details--card-container .profile-img--wrap {
          min-height: 470px; } }
      @media screen and (min-width: 75em) {
        .profile-header .details--card-container .profile-img--wrap {
          width: 376px;
          overflow: hidden;
          margin: 0; } }
      .profile-header .details--card-container .profile-img--wrap-outer {
        display: block;
        width: 100%;
        min-height: 470px; }
        @media screen and (min-width: 75em) {
          .profile-header .details--card-container .profile-img--wrap-outer {
            text-align: left; } }
        @media screen and (min-width: 48em) and (max-width: 74.9375em) {
          .profile-header .details--card-container .profile-img--wrap-outer {
            min-height: 0;
            max-height: 280px;
            overflow: hidden; } }
        @media screen and (min-width: 0em) and (max-width: 47.9375em) {
          .profile-header .details--card-container .profile-img--wrap-outer {
            min-height: 0;
            height: 260px;
            overflow: hidden; } }
  .profile-header .details--card-container .position-profile {
    top: 0;
    right: 0;
    left: 376px;
    bottom: 0;
    height: auto;
    width: auto;
    text-align: left;
    transform: none;
    max-width: none;
    max-height: none;
    position: absolute; }
    @media screen and (min-width: 48em) and (max-width: 74.9375em) {
      .profile-header .details--card-container .position-profile {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        display: block;
        width: 100%;
        border-top: 1px solid #ddd;
        padding: 40px 0; } }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .profile-header .details--card-container .position-profile {
        position: relative;
        border-top: 1px solid #ddd;
        padding: 0;
        margin: 0 15px;
        left: auto; } }
    @media screen and (min-width: 75em) {
      .profile-header .details--card-container .position-profile > .row {
        height: 100%;
        align-content: center;
        align-items: center; } }
    .profile-header .details--card-container .position-profile > .row .column, .profile-header .details--card-container .position-profile > .row .columns {
      padding-left: 40px;
      padding-right: 40px; }
      @media screen and (min-width: 75em) {
        .profile-header .details--card-container .position-profile > .row .column, .profile-header .details--card-container .position-profile > .row .columns {
          padding-left: 50px;
          padding-right: 50px; } }
      .profile-header .details--card-container .position-profile > .row .column:first-child, .profile-header .details--card-container .position-profile > .row .columns:first-child {
        border-right: 1px solid #ddd; }
      @media screen and (min-width: 0em) and (max-width: 47.9375em) {
        .profile-header .details--card-container .position-profile > .row .column, .profile-header .details--card-container .position-profile > .row .columns {
          padding: 20px 0; }
          .profile-header .details--card-container .position-profile > .row .column:first-child, .profile-header .details--card-container .position-profile > .row .columns:first-child {
            border-bottom: 1px solid #ddd;
            border-right: none; } }
    .profile-header .details--card-container .position-profile .heading {
      color: #197cb1;
      font-family: "Adelle W01 SemiBold", arial, sans-serif;
      font-size: 40px;
      line-height: 1em;
      margin: 0px 0px 20px 0px; }
    .profile-header .details--card-container .position-profile .subheading {
      color: #02285e;
      font-size: 20px;
      line-height: 30px;
      font-family: "Aller W01 Bold", arial, sans-serif;
      margin: 0 0 30px; }
    .profile-header .details--card-container .position-profile p {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 8px; }
    .profile-header .details--card-container .position-profile .accepting {
      color: #64a70b;
      font-size: 14px;
      line-height: 21px;
      font-family: "Aller W01 Regular", arial, sans-serif;
      text-transform: uppercase; }
      .profile-header .details--card-container .position-profile .accepting .icon-check {
        display: inline-block;
        height: 12px;
        width: 12px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 12px; }
        .profile-header .details--card-container .position-profile .accepting .icon-check:after {
          content: "\2713"; }
    .profile-header .details--card-container .position-profile .schedule-online {
      display: block;
      max-width: 320px;
      margin-top: 20px; }
      @media screen and (min-width: 48em) {
        .profile-header .details--card-container .position-profile .schedule-online {
          margin-top: 40px; } }
      @media screen and (min-width: 0em) and (max-width: 47.9375em) {
        .profile-header .details--card-container .position-profile .schedule-online {
          margin-right: 15px; } }
    .profile-header .details--card-container .position-profile .contact-list {
      padding: 5px 0 0 0; }
      .profile-header .details--card-container .position-profile .contact-list--item {
        position: relative;
        padding: 10px 0 35px 60px;
        display: block; }
        .profile-header .details--card-container .position-profile .contact-list--item--link {
          color: #197cb1;
          font-family: "Aller W01 Bold", arial, sans-serif;
          font-size: 16px;
          line-height: 18px;
          display: block;
          border-bottom: none; }
          .profile-header .details--card-container .position-profile .contact-list--item--link:hover {
            border-bottom: none; }
        .profile-header .details--card-container .position-profile .contact-list--item--icon {
          background: #197cb1;
          border-radius: 40px;
          height: 40px;
          width: 40px;
          display: inline-block;
          color: #fff;
          margin-right: 20px;
          position: absolute;
          left: 0;
          top: 0;
          text-align: center;
          line-height: 36px; }
          .profile-header .details--card-container .position-profile .contact-list--item--icon .icon {
            width: 20px;
            height: 20px; }
          .profile-header .details--card-container .position-profile .contact-list--item--icon .distance {
            position: absolute;
            top: 100%;
            margin-top: 3px;
            color: #197cb1;
            display: block;
            font-size: 14px;
            line-height: 20px;
            width: 100%;
            text-align: center;
            white-space: normal;
            left: 0;
            right: 0; }
            @media (min-width: 0em) and (max-width: 47.9375em) {
              .profile-header .details--card-container .position-profile .contact-list--item--icon .distance {
                margin-top: 5px;
                font-size: 13px;
                line-height: 15px; } }
        .profile-header .details--card-container .position-profile .contact-list--item--label {
          display: block;
          margin-bottom: 5px; }
        .profile-header .details--card-container .position-profile .contact-list--item address {
          font-size: 14px;
          line-height: 18px;
          color: black;
          font-style: normal; }

.epi-block .header-block-profile .epi-block--inner {
  padding: 0; }

.breadcrumbs .recently-viewed--link {
  position: relative;
  font-family: Arial !important;
  text-transform: uppercase;
  line-height: 26px;
  border: 0;
  font-weight: bold;
  font-size: 11px;
  background: #fff;
  min-height: 26px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 0 10px;
  flex: 0 0 auto; }
  .breadcrumbs .recently-viewed--link:hover,
  .no-touchevents .breadcrumbs .recently-viewed--link:hover, .breadcrumbs .recently-viewed--link:focus {
    border-bottom: none; }
  .breadcrumbs .recently-viewed--link .icon {
    color: #eb7722;
    margin-left: 6px; }
  .breadcrumbs .recently-viewed--link:focus {
    color: #02285e; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .breadcrumbs .recently-viewed--link {
      position: relative;
      display: block;
      text-align: right; } }

.recently-viewed--sidebar {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 360px;
  width: 100%;
  z-index: 11;
  transform: translateX(100%);
  transition: 333ms ease-in-out transform;
  flex: none;
  display: block; }
  .recently-viewed--sidebar.open {
    transform: translateX(0); }
  .recently-viewed--sidebar-overlay {
    background: #02285e;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    z-index: 10;
    transition: 333ms ease-in-out opacity; }
    .recently-viewed--sidebar-overlay.open {
      left: 0;
      opacity: 0.8; }
  .recently-viewed--sidebar--title {
    font-style: italic;
    font-family: "Aller W01 Regular", arial, sans-serif;
    font-size: 22px;
    line-height: 60px;
    color: #02285e;
    padding: 0 20px;
    width: calc(100% - 60px);
    letter-spacing: -0.05em;
    margin: 0;
    height: 60px; }
  .recently-viewed--sidebar .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    width: 60px;
    height: 60px;
    padding: 0;
    line-height: 58px; }
    .recently-viewed--sidebar .btn-close .icon {
      height: 20px;
      width: 20px; }
  .recently-viewed--sidebar .tabs {
    position: relative;
    flex: none;
    display: block; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .recently-viewed--sidebar .tabs {
        overflow: auto; } }
    .recently-viewed--sidebar .tabs--wrapper {
      flex: none;
      display: block; }
    .recently-viewed--sidebar .tabs--menu {
      background: rgba(25, 124, 177, 0.8);
      margin: 20px 0;
      padding: 1px 10px;
      list-style: none;
      display: flex;
      justify-content: center;
      align-content: stretch;
      align-items: stretch;
      flex: 0 0 auto; }
      .recently-viewed--sidebar .tabs--menu-item {
        color: #fff;
        background: #0070ab;
        cursor: pointer;
        padding: 16px 0;
        min-height: 50px;
        width: 50%;
        text-align: center;
        font-family: "Aller W01 Bold", arial, sans-serif;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
        position: relative;
        flex: none; }
        .recently-viewed--sidebar .tabs--menu-item:focus {
          background: #35537e; }
        .recently-viewed--sidebar .tabs--menu-item.current {
          background: #02285e; }
          .recently-viewed--sidebar .tabs--menu-item.current::after {
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            box-sizing: content-box;
            border: 10px solid transparent;
            border-top-color: #02285e;
            top: 100%;
            left: 50%;
            margin-left: -10px; }
          .recently-viewed--sidebar .tabs--menu-item.current:focus {
            background: #35537e; }
            .recently-viewed--sidebar .tabs--menu-item.current:focus::after {
              border-top-color: #35537e; }
    .recently-viewed--sidebar .tabs--tab {
      text-align: right;
      flex: none;
      display: block; }
      .recently-viewed--sidebar .tabs--tab .recently-viewed--clear,
      .recently-viewed--sidebar .tabs--tab .recently-viewed--help {
        font-size: 14px;
        line-height: 30px;
        flex: none;
        display: inline-block;
        text-align: right;
        float: right;
        clear: both; }
      .recently-viewed--sidebar .tabs--tab .error {
        padding: 10px 15px;
        margin: 0 10px;
        background: #eb7722;
        font-family: "Aller W01 Bold", arial, sans-serif;
        color: #fff;
        text-align: left;
        display: block; }
      .recently-viewed--sidebar .tabs--tab .micro-results-list {
        border: none;
        max-width: none;
        margin: 0;
        padding-bottom: 30px;
        flex: none;
        display: block; }
        .recently-viewed--sidebar .tabs--tab .micro-results-list.mCustomScrollbar {
          overflow: hidden; }
          @media screen and (min-width: 0em) and (max-width: 47.9375em) {
            .recently-viewed--sidebar .tabs--tab .micro-results-list.mCustomScrollbar {
              overflow: auto; } }
        @media screen and (min-width: 0em) and (max-width: 47.9375em) {
          .recently-viewed--sidebar .tabs--tab .micro-results-list {
            margin: 10px 0;
            padding: 0; } }

.recently-viewed--clear, .recently-viewed--help {
  font-size: 14px;
  line-height: 18px;
  font-family: "Aller W01 Bold", arial, sans-serif;
  text-transform: uppercase;
  text-align: right;
  margin-right: 30px; }

.recently-viewed--help {
  color: #02285e;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: block; }

.resultFilters {
  padding: 10px 0; }
  @media screen and (min-width: 48em) {
    .resultFilters {
      padding: 0; } }
  .resultFilters .courtesy-doctors-copy {
    margin: 0.3125rem 0;
    font: 0.9375rem "Aller W01 Regular", arial, sans-serif;
    color: #512D6D; }
  .resultFilters button.back-to-active {
    display: block;
    margin: 5px auto 0 0; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .resultFilters button.back-to-active {
        margin-top: 0; } }
  .resultFilters-speciality {
    background-color: #c0dbe0;
    padding: 15px 20px 20px;
    text-align: left; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .resultFilters-speciality {
        margin-bottom: 25px; } }
    .resultFilters-speciality-heading {
      display: block;
      width: 100%;
      font-size: 13px;
      font-weight: bold;
      margin-bottom: 15px;
      text-transform: uppercase;
      color: #153965; }
    .resultFilters-speciality-filters {
      display: block;
      width: 100%; }
      .resultFilters-speciality-filters a {
        background-color: #0070ab;
        color: #FFFFFF;
        padding: 5px 20px;
        margin: 0px 5px 5px 0px;
        border-radius: 5px;
        cursor: pointer;
        display: inline-block;
        position: relative; }
        .resultFilters-speciality-filters a:hover {
          background-color: white;
          color: #0070ab; }
        .resultFilters-speciality-filters a.active {
          background-color: white !important;
          color: #0070ab !important; }
        .resultFilters-speciality-filters a .closebtn {
          color: #FF0000;
          position: absolute;
          top: 12px;
          transform: translate(0, -50%);
          right: 6px;
          padding: 0;
          z-index: 1;
          font-size: 15px;
          font-family: 'Aller W01 Regular', arial, sans-serif; }
  .resultFilters-controls {
    padding-top: 5px; }
    @media screen and (min-width: 48em) {
      .resultFilters-controls {
        padding-top: 0;
        padding-right: 16px;
        min-height: 50px; } }
    .resultFilters-controls-amountResults {
      margin-bottom: 5px;
      font: normal 18px "Aller W01 Italic", arial, sans-serif;
      color: #512d6d;
      text-align: left; }
      @media screen and (min-width: 48em) {
        .resultFilters-controls-amountResults {
          margin-bottom: 0;
          font-size: 24px; } }
    .resultFilters-controls-menu {
      font: bold 12px arial, sans-serif;
      color: #8c8c8c;
      text-transform: uppercase;
      padding: 0px; }
      @media screen and (min-width: 48em) {
        .resultFilters-controls-menu {
          flex: 0 0 auto;
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          margin-bottom: 0;
          padding: 10px 20px; } }
      @media screen and (min-width: 48em) {
        .resultFilters-controls-menu .resultFilters-controls-menu-sort {
          border-left: 1px solid #dad5cd; } }
      .resultFilters-controls-menu .filters-control {
        height: 60px;
        display: inline-flex;
        align-items: center;
        flex-basis: auto; }
      @media screen and (min-width: 48em) {
        .resultFilters-controls-menu-sort, .resultFilters-controls-menu-view {
          padding: 0 0 0 20px; } }
      .resultFilters-controls-menu-sort.doctorView, .resultFilters-controls-menu-view.doctorView {
        padding: 0; }
        .resultFilters-controls-menu-sort.doctorView > *, .resultFilters-controls-menu-view.doctorView > * {
          border: solid #dad5cd;
          border-width: 1px 0px; }
        .resultFilters-controls-menu-sort.doctorView :first-child, .resultFilters-controls-menu-view.doctorView :first-child {
          border-width: 1px 0px 1px 1px;
          border-top-left-radius: 4px;
          border-bottom-left-radius: 4px; }
        .resultFilters-controls-menu-sort.doctorView :last-child, .resultFilters-controls-menu-view.doctorView :last-child {
          border-width: 1px 1px 1px 0px;
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px; }
      .resultFilters-controls-menu-sort > *, .resultFilters-controls-menu-view > * {
        margin-right: 12px; }
        .resultFilters-controls-menu-sort > *:last-child, .resultFilters-controls-menu-view > *:last-child {
          margin-right: 0; }
      .resultFilters-controls-menu-sort .link-menu, .resultFilters-controls-menu-view .link-menu {
        display: inline-block;
        color: #0070ab;
        border-bottom: none;
        padding: 8px; }
        .resultFilters-controls-menu-sort .link-menu.disabled, .resultFilters-controls-menu-view .link-menu.disabled {
          pointer-events: none;
          opacity: 0.5; }
        .resultFilters-controls-menu-sort .link-menu:hover, .resultFilters-controls-menu-sort .link-menu.active, .resultFilters-controls-menu-view .link-menu:hover, .resultFilters-controls-menu-view .link-menu.active {
          color: #512d6d;
          border-bottom: none;
          background: #dcd5e2; }
      .resultFilters-controls-menu-sort .link-menuMobile, .resultFilters-controls-menu-view .link-menuMobile {
        display: inline-grid;
        color: #512D6D;
        padding: 5px 14px;
        margin-right: 0;
        text-align: center; }
        .resultFilters-controls-menu-sort .link-menuMobile.disabled, .resultFilters-controls-menu-view .link-menuMobile.disabled {
          pointer-events: none;
          opacity: 0.5; }
        .resultFilters-controls-menu-sort .link-menuMobile:hover, .resultFilters-controls-menu-sort .link-menuMobile.active, .resultFilters-controls-menu-view .link-menuMobile:hover, .resultFilters-controls-menu-view .link-menuMobile.active {
          color: #fff;
          background: #512D6D;
          border-color: #512D6D; }
        .resultFilters-controls-menu-sort .link-menuMobile .icon, .resultFilters-controls-menu-view .link-menuMobile .icon {
          padding-bottom: 5px;
          display: block;
          margin: auto; }
  @media screen and (min-width: 48em) {
    .resultFilters-filter {
      padding: 0 0 21px; } }
  .resultFilters-filter-menu {
    color: #0070ab;
    padding-bottom: 10px;
    font-size: 0;
    line-height: 0; }
    .resultFilters-filter-menu .filterBtn-container {
      display: inline-block;
      width: 96px;
      padding-right: 6px; }
    .resultFilters-filter-menu .sortBy-container {
      display: inline-block;
      width: 100%;
      max-width: calc(100% - 96px); }
    .resultFilters-filter-menu .filterBtn {
      border-radius: 3px;
      border: none;
      position: relative;
      width: 100%;
      height: 40px;
      margin: 0;
      padding: 0 10px;
      font: 14px "Aller W01 Bold", arial, sans-serif;
      text-transform: uppercase;
      vertical-align: middle; }
      .resultFilters-filter-menu .filterBtn.active {
        background: #eb7722;
        color: #fff; }
        .resultFilters-filter-menu .filterBtn.active .icon {
          color: #fff; }
        .resultFilters-filter-menu .filterBtn.active .minus {
          display: block; }
        .resultFilters-filter-menu .filterBtn.active .plus {
          display: none; }
      .resultFilters-filter-menu .filterBtn .minus {
        display: none; }
      .resultFilters-filter-menu .filterBtn .icon {
        position: absolute;
        top: 50%;
        right: 3px;
        transform: translate(0, -50%);
        width: 12px;
        margin: 0 6px 6px 0;
        color: #fff; }
    .resultFilters-filter-menu .sortBy {
      color: #0070ab; }
  .resultFilters-filter-box {
    height: 0;
    overflow: hidden; }
    @media screen and (min-width: 48em) {
      .resultFilters-filter-box {
        margin-bottom: 9px;
        padding-top: 33px;
        height: auto; } }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .resultFilters-filter-box.expand {
        height: auto; } }
  .resultFilters-filter .loc-select-container .copy {
    margin-bottom: 15px;
    font: bold 12px arial, sans-serif;
    color: #8c8c8c;
    text-transform: uppercase; }
  @media screen and (min-width: 48em) {
    .resultFilters-filter .loc-select-container .select-container {
      margin-bottom: 0; } }
  @media screen and (min-width: 48em) {
    .resultFilters-filter .select-container, .resultFilters-filter .clear-container {
      display: inline-block;
      vertical-align: top; } }
  .resultFilters-filter .select-container {
    margin-bottom: 10px; }
    @media screen and (min-width: 48em) {
      .resultFilters-filter .select-container {
        padding-right: 3px;
        padding-left: 3px;
        width: 33.32%; } }
    @media screen and (min-width: 1200px) {
      .resultFilters-filter .select-container {
        padding-right: 6px;
        padding-left: 0;
        width: calc((100% - 148px) / 6); } }
  .resultFilters-filter .select2-container {
    width: 100%; }
  .resultFilters-filter .select2-selection {
    margin-bottom: 0; }
    .resultFilters-filter .select2-selection .select2-selection__rendered {
      color: #eb7722; }
    .resultFilters-filter .select2-selection .select2-selection__placeholder {
      color: #512d6d; }
  @media screen and (min-width: 48em) {
    .resultFilters-filter .clear-container {
      width: calc(33.32% - 6px); } }
  @media screen and (min-width: 1200px) {
    .resultFilters-filter .clear-container {
      width: 125px; } }
  .resultFilters-filter .clear-all {
    background: #dad5cd;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 12px 10px;
    color: #fff;
    cursor: default;
    white-space: nowrap; }
    .resultFilters-filter .clear-all:hover,
    .no-touchevents .resultFilters-filter .clear-all:hover, .resultFilters-filter .clear-all:focus {
      background-color: #dad5cd; }
    .resultFilters-filter .clear-all.active {
      background: #eb7722;
      cursor: pointer; }
      .resultFilters-filter .clear-all.active:hover,
      .no-touchevents .resultFilters-filter .clear-all.active:hover, .resultFilters-filter .clear-all.active:focus {
        background-color: #ef924e; }
  .resultFilters-filter-letter {
    font: 14px "Aller W01 Bold", arial, sans-serif;
    text-transform: uppercase;
    color: #eb7722; }
    .resultFilters-filter-letter .abc-title {
      display: inline-block;
      vertical-align: middle; }
    .resultFilters-filter-letter .abc-filter {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0;
      margin-left: 3px;
      padding: 0;
      width: calc(100% - 182px);
      line-height: 34px;
      text-align: left; }
      @media screen and (min-width: 1200px) {
        .resultFilters-filter-letter .abc-filter {
          margin-left: 16px; } }
      .resultFilters-filter-letter .abc-filter * {
        display: inline-block; }
    .resultFilters-filter-letter .link-letter {
      border-radius: 15px;
      width: 30px;
      height: 30px;
      margin-left: 11px;
      text-align: center;
      line-height: 30px; }
      .resultFilters-filter-letter .link-letter.active {
        background: #eb7722; }
        .resultFilters-filter-letter .link-letter.active a {
          color: #fff; }
      .resultFilters-filter-letter .link-letter.disable {
        cursor: default;
        pointer-events: none; }
        .resultFilters-filter-letter .link-letter.disable a {
          color: #EBEBEB; }
      .resultFilters-filter-letter .link-letter a {
        display: block;
        font-size: 14px;
        color: #a7a095;
        border-bottom: none; }
        .no-touchevents .resultFilters-filter-letter .link-letter a:hover, .resultFilters-filter-letter .link-letter a:hover, .resultFilters-filter-letter .link-letter a:focus {
          border-bottom: none; }

.touchevents .resultFilters-speciality-filters a:hover {
  background-color: #0070ab;
  color: #FFFFFF; }

.results-block {
  margin-bottom: -15px; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .epi-block.bleed .results-block .epi-block--inner {
      padding-left: 15px;
      padding-right: 15px; } }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .results-block .epi-block--background {
    opacity: 0; } }

.loading-gif {
  padding: 50px 0; }
  .loading-gif img {
    width: 50px;
    height: auto;
    margin: 0 auto; }

.searchlocker {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #cacaca;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 14px;
  height: 2.5rem;
  margin: 0;
  padding: 0 0 0 0.3rem;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.15s linear, background 0.15s linear; }

.searchlocker input.searchlocker-input, .searchlocker .select2-container .select2-search .searchlocker-input.select2-search__field, .select2-container .select2-search .searchlocker .searchlocker-input.select2-search__field, .searchlocker input.searchlocker-input:focus, .searchlocker .select2-container .select2-search .searchlocker-input.select2-search__field:focus, .select2-container .select2-search .searchlocker .searchlocker-input.select2-search__field:focus {
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
  margin: 0; }

.searchlocker {
  height: auto;
  max-height: 9999px;
  padding-left: 0;
  cursor: text; }
  .searchlocker input.searchlocker-input, .searchlocker .select2-container .select2-search .searchlocker-input.select2-search__field, .select2-container .select2-search .searchlocker .searchlocker-input.select2-search__field {
    display: inline-block;
    width: 100%;
    height: 38px;
    outline: 0;
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: middle;
    font-size: 0.875rem; }
  .searchlocker-selection {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-family: "Aller W01 Regular", arial, sans-serif;
    color: #02285e; }
    .searchlocker-selection:first-child {
      margin-left: 0;
      padding-left: 0; }
      .searchlocker-selection:first-child:before {
        display: none; }
    .searchlocker-selection:before {
      content: ", ";
      display: inline-block;
      padding-right: 4px; }

.tabs .tabs-menu {
  height: 100%;
  width: 100%;
  padding: 0 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-flow: initial; }
  @media screen and (max-width: 74.9375em) {
    .tabs .tabs-menu {
      padding: 0; } }
  .tabs .tabs-menu .tab-title {
    cursor: pointer;
    position: relative;
    background: #0070ab;
    margin-right: 1px;
    flex: 1 1; }
    .tabs .tabs-menu .tab-title:last-child {
      margin-right: 0; }
    .tabs .tabs-menu .tab-title:hover {
      background: #338dbc; }
    .tabs .tabs-menu .tab-title:focus {
      background: #35537e; }
    .tabs .tabs-menu .tab-title a {
      color: #fff;
      text-transform: uppercase;
      line-height: 50px;
      font-size: 16px;
      border: none;
      white-space: nowrap; }
      @media screen and (min-width: 0em) and (max-width: 47.9375em) {
        .tabs .tabs-menu .tab-title a {
          font-size: 14px; } }
    .tabs .tabs-menu .tab-title.selected-tab {
      background: #02285e; }
      .tabs .tabs-menu .tab-title.selected-tab::after {
        content: "";
        display: block;
        height: 20px;
        width: 20px;
        background: #02285e;
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -10px;
        transform: rotate(45deg); }
      .tabs .tabs-menu .tab-title.selected-tab:focus {
        background: #35537e; }
        .tabs .tabs-menu .tab-title.selected-tab:focus::after {
          background: #35537e; }

.tabs .epi-block--wrapper-inner {
  position: relative;
  height: 50px;
  margin-bottom: 20px;
  background: #338dbc; }

.breadcrumbs .wait-times--link {
  position: relative;
  font-family: Arial !important;
  text-transform: uppercase;
  line-height: 26px;
  border: 0;
  font-weight: bold;
  font-size: 11px;
  background: #fff;
  min-height: 26px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 0 10px;
  background: #02285e;
  color: #fefefe;
  flex: 0 0 auto; }
  .breadcrumbs .wait-times--link:hover,
  .no-touchevents .breadcrumbs .wait-times--link:hover, .breadcrumbs .wait-times--link:focus {
    border-bottom: none;
    color: #fefefe; }
  .breadcrumbs .wait-times--link .icon {
    color: #fefefe;
    margin-right: 6px;
    height: 14px;
    width: 14px;
    position: relative;
    top: -1px; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .breadcrumbs .wait-times--link {
      position: relative;
      display: block;
      text-align: right; } }

.wait-times--sidebar {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 360px;
  width: 100%;
  z-index: 11;
  transform: translateX(100%);
  transition: 333ms ease-in-out transform;
  flex: none;
  display: block; }
  .wait-times--sidebar.open {
    transform: translateX(0); }
  .wait-times--sidebar-overlay {
    background: #02285e;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    z-index: 10;
    transition: 333ms ease-in-out opacity; }
    .wait-times--sidebar-overlay.open {
      left: 0;
      opacity: 0.8; }
  .wait-times--sidebar--title {
    font-style: italic;
    font-family: "Aller W01 Regular", arial, sans-serif;
    font-size: 22px;
    line-height: 60px;
    color: #02285e;
    padding: 0 20px;
    width: calc(100% - 60px);
    letter-spacing: -0.05em;
    margin: 0;
    height: 60px; }
  .wait-times--sidebar .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    width: 60px;
    height: 60px;
    padding: 0;
    line-height: 58px; }
    .wait-times--sidebar .btn-close .icon {
      height: 20px;
      width: 20px; }
  .wait-times--sidebar .tabs {
    position: relative;
    flex: none;
    display: block; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .wait-times--sidebar .tabs {
        overflow: auto; } }
    .wait-times--sidebar .tabs--wrapper {
      flex: none;
      display: block; }
    .wait-times--sidebar .tabs--menu {
      background: rgba(25, 124, 177, 0.8);
      margin: 20px 0;
      padding: 1px 10px;
      list-style: none;
      display: flex;
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch;
      flex: 0 0 auto; }
      .wait-times--sidebar .tabs--menu-item {
        color: #fff;
        background: #0070ab;
        cursor: pointer;
        padding: 16px 0;
        min-height: 50px;
        width: 50%;
        text-align: center;
        font-family: "Aller W01 Bold", arial, sans-serif;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
        position: relative;
        flex: none; }
        .wait-times--sidebar .tabs--menu-item.current {
          background: #02285e; }
          .wait-times--sidebar .tabs--menu-item.current:after {
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            box-sizing: content-box;
            border: 10px solid transparent;
            border-top-color: #02285e;
            top: 100%;
            left: 50%;
            margin-left: -10px; }
    .wait-times--sidebar .tabs--tab {
      flex: none;
      display: block; }
      .wait-times--sidebar .tabs--tab .error {
        padding: 10px 15px;
        margin: 0 10px;
        background: #eb7722;
        font-family: "Aller W01 Bold", arial, sans-serif;
        color: #fff;
        text-align: left;
        display: block; }
      .wait-times--sidebar .tabs--tab .micro-results-list {
        border: none;
        max-width: none;
        margin: 0;
        padding-bottom: 30px;
        flex: none;
        display: block; }
        .wait-times--sidebar .tabs--tab .micro-results-list.mCustomScrollbar {
          overflow: hidden; }
          @media screen and (min-width: 0em) and (max-width: 47.9375em) {
            .wait-times--sidebar .tabs--tab .micro-results-list.mCustomScrollbar {
              overflow: auto; } }
        @media screen and (min-width: 0em) and (max-width: 47.9375em) {
          .wait-times--sidebar .tabs--tab .micro-results-list {
            margin: 10px 0;
            padding: 0; } }

/* Main Colors */
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination, .swiper-pagination-location {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden, .swiper-pagination-location.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

html, body {
  height: 100%;
  overflow-x: visible;
  overflow-y: visible;
  width: 100%; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    html, body {
      max-width: 100vw; } }

html {
  overflow-x: hidden;
  overflow-y: scroll; }

body {
  font-family: "Aller W01 Regular", arial, sans-serif;
  font-size: 14px;
  line-height: 20px; }

p {
  font-size: 14px;
  line-height: 20px; }

a {
  cursor: default; }
  a[href] {
    cursor: pointer; }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .prevent-scroll {
    height: 100%;
    overflow: hidden; } }

.site-wrapper {
  position: relative;
  height: 100%;
  display: block;
  width: 100%; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .prevent-scroll .site-wrapper {
      overflow: hidden; } }

main, .full-site-container {
  min-height: calc(100vh - 465px); }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    main, .full-site-container {
      min-height: calc((100vh - 200px) / 2); } }
  @media screen and (max-width: 767px) {
    main, .full-site-container {
      min-height: 30px !important; } }

.with-padding {
  padding-left: 15px;
  padding-right: 15px; }

.row-full-width {
  max-width: 100%; }
  .row-full-width.row {
    margin-left: 0;
    margin-right: 0; }

@media screen and (min-width: 48em) {
  .gutter-10 {
    margin: 0 5px; } }

h5, h6, p {
  font-family: "Aller W01 Regular", arial, sans-serif; }
  h5 strong, h6 strong, p strong {
    font-family: "Aller W01 Bold", arial, sans-serif; }

.mCustomScrollbar .mCustomScrollBox {
  max-width: calc(100% + 10px);
  margin-right: -10px; }

.mCustomScrollbar .mCSB_container {
  margin-right: 0;
  padding-right: 20px; }

.mCustomScrollbar .mCSB_scrollTools_vertical {
  width: 20px; }

.mCustomScrollbar .mCSB_scrollTools .mCSB_draggerContainer {
  background: rgba(255, 255, 255, 0.9); }

.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(25, 124, 177, 0.4);
  width: 10px;
  transition: 250ms ease-in-out background-color; }

.mCustomScrollbar .mCSB_scrollTools .mCSB_draggerRail {
  background: none; }

.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCustomScrollbar .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #197cb1; }

.mCustomScrollbar.mCS_no_scrollbar .mCustomScrollBox {
  max-width: 100%;
  margin-right: 0; }

.mCustomScrollbar.mCS_no_scrollbar .mCSB_container {
  padding-right: 0; }

.select2-dropdown {
  border-color: #dad5cd; }
  .select2-dropdown .select2-search__field {
    font-size: 16px; }
  .select2-dropdown .select2-results {
    border-top: 1px solid #dad5cd;
    padding: 0 4px;
    font: 14px/28px "Aller W01 Bold", arial, sans-serif;
    text-transform: uppercase;
    color: #eb7722; }
    .select2-dropdown .select2-results.select2-highlighted {
      color: #fff; }
  .select2-dropdown .select2-results__option {
    border-top: 1px solid #dad5cd;
    overflow-x: hidden; }
    .select2-dropdown .select2-results__option:first-child {
      border-top: 0; }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  
  select,
  .select2 .select2-selection,
  input,
  .select2-container .select2-search .select2-search__field,
  [type="text"],
  [type="number"],
  textarea {
    font-size: 16px; } }

a,
.faux-a {
  color: #0070ab;
  text-decoration: none;
  transition: 150ms ease-in-out border;
  border-bottom: 1px solid rgba(255, 255, 255, 0); }
  .no-touchevents a:hover, a:focus, .no-touchevents
  .faux-a:hover,
  .faux-a:focus {
    color: #0070ab;
    border-bottom: 1px solid #0070ab;
    outline: none; }
    .no-touchevents a:hover .faux-a, a:focus .faux-a, .no-touchevents
    .faux-a:hover .faux-a,
    .faux-a:focus .faux-a {
      border-bottom: 1px solid #0070ab; }
      .no-touchevents a:hover .faux-a.link-alt, a:focus .faux-a.link-alt, .no-touchevents
      .faux-a:hover .faux-a.link-alt,
      .faux-a:focus .faux-a.link-alt {
        border-bottom: 1px solid #eb7722;
        text-transform: uppercase; }
    .no-touchevents a:hover .btn, .no-touchevents a:hover .doctor-profile .filter-results, .doctor-profile .no-touchevents a:hover .filter-results, a:focus .btn, a:focus .doctor-profile .filter-results, .doctor-profile a:focus .filter-results, .no-touchevents .faux-a:hover .btn, .no-touchevents .faux-a:hover .doctor-profile .filter-results, .doctor-profile .no-touchevents .faux-a:hover .filter-results,
    .faux-a:focus .btn,
    .faux-a:focus .doctor-profile .filter-results,
    .doctor-profile .faux-a:focus .filter-results {
      text-decoration: none;
      background: #338dbc; }
      .no-touchevents a:hover .btn.link-alt, .no-touchevents a:hover .doctor-profile .link-alt.filter-results, .doctor-profile .no-touchevents a:hover .link-alt.filter-results, a:focus .btn.link-alt, a:focus .doctor-profile .link-alt.filter-results, .doctor-profile a:focus .link-alt.filter-results, .no-touchevents .faux-a:hover .btn.link-alt, .no-touchevents .faux-a:hover .doctor-profile .link-alt.filter-results, .doctor-profile .no-touchevents .faux-a:hover .link-alt.filter-results,
      .faux-a:focus .btn.link-alt,
      .faux-a:focus .doctor-profile .link-alt.filter-results,
      .doctor-profile .faux-a:focus .link-alt.filter-results {
        background: #ef924e; }
  a.link-alt,
  .faux-a.link-alt {
    color: #eb7722;
    text-transform: uppercase; }
    .no-touchevents a.link-alt:hover, a.link-alt:focus, .no-touchevents
    .faux-a.link-alt:hover,
    .faux-a.link-alt:focus {
      color: #eb7722;
      border-bottom: 1px solid #eb7722;
      outline: none; }

.btn, .doctor-profile .filter-results,
button,
btn-alt,
[type="button"],
[type="submit"],
[type="reset"] {
  color: #fff;
  text-decoration: none;
  background: #0070ab;
  display: inline-block;
  font-family: "Aller W01 Bold", arial, sans-serif;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 16px;
  min-height: 40px;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  width: auto;
  border-radius: 4px;
  border: none;
  transition: 150ms ease-in-out background-color; }
  .btn a, .doctor-profile .filter-results a,
  button a,
  btn-alt a,
  [type="button"] a,
  [type="submit"] a,
  [type="reset"] a {
    color: white !important;
    text-decoration: none !important;
    border-bottom: none !important; }
  .gm-bundled-control .btn, .gm-bundled-control .doctor-profile .filter-results, .doctor-profile .gm-bundled-control .filter-results, .gm-bundled-control
  button, .gm-bundled-control
  btn-alt, .gm-bundled-control
  [type="button"], .gm-bundled-control
  [type="submit"], .gm-bundled-control
  [type="reset"] {
    min-height: 0; }
  .btn:hover, .doctor-profile .filter-results:hover,
  button:hover,
  btn-alt:hover,
  [type="button"]:hover,
  [type="submit"]:hover,
  [type="reset"]:hover {
    color: #fff; }
  .no-touchevents .btn:hover, .no-touchevents .doctor-profile .filter-results:hover, .doctor-profile .no-touchevents .filter-results:hover, .btn:focus, .doctor-profile .filter-results:focus, .no-touchevents
  button:hover,
  button:focus, .no-touchevents
  btn-alt:hover,
  btn-alt:focus, .no-touchevents
  [type="button"]:hover,
  [type="button"]:focus, .no-touchevents
  [type="submit"]:hover,
  [type="submit"]:focus, .no-touchevents
  [type="reset"]:hover,
  [type="reset"]:focus {
    outline: none;
    border: none;
    text-decoration: none;
    color: #fff;
    background: #338dbc; }

.btn, .doctor-profile .filter-results {
  color: #fff;
  text-decoration: none;
  background: #0070ab;
  display: inline-block;
  font-family: "Aller W01 Bold", arial, sans-serif !important;
  padding: 12px 20px;
  font-size: 14px !important;
  line-height: 16px !important;
  min-height: 40px;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  width: auto;
  border-radius: 4px;
  border: none;
  transition: 150ms ease-in-out background-color; }
  .btn a, .doctor-profile .filter-results a {
    color: white !important;
    text-decoration: none !important;
    border-bottom: none !important; }

.no-touchevents .proxy:hover .proxied,
.no-touchevents .proxy:hover .faux-a,
.proxy:focus .proxied,
.proxy:focus .faux-a {
  border-bottom: 1px solid #0070ab;
  outline: none; }
  .no-touchevents .proxy:hover .proxied.link-alt,
  .no-touchevents .proxy:hover .faux-a.link-alt,
  .proxy:focus .proxied.link-alt,
  .proxy:focus .faux-a.link-alt {
    border-bottom: 1px solid #eb7722; }

.no-touchevents .proxy:hover .btn, .no-touchevents .proxy:hover .doctor-profile .filter-results, .doctor-profile .no-touchevents .proxy:hover .filter-results,
.no-touchevents .proxy:hover button,
.no-touchevents .proxy:hover btn-alt,
.no-touchevents .proxy:hover [type="button"],
.no-touchevents .proxy:hover [type="submit"],
.proxy:focus .btn,
.proxy:focus .doctor-profile .filter-results,
.doctor-profile .proxy:focus .filter-results,
.proxy:focus button,
.proxy:focus btn-alt,
.proxy:focus [type="button"],
.proxy:focus [type="submit"] {
  text-decoration: none;
  background: #338dbc;
  border: none;
  outline: none; }

.skip-button {
  display: inline-block;
  width: 0;
  height: 0;
  max-height: 0;
  position: fixed;
  top: -100px;
  left: 0;
  background: #eb7722 !important;
  color: #fff !important;
  opacity: 0;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1em;
  font-weight: bold;
  border: none !important;
  z-index: 9999; }
  .skip-button:focus {
    width: auto;
    height: auto;
    max-height: none;
    opacity: 1;
    padding: 10px;
    top: 0; }

#after-menu, #after-menu2 {
  display: inline-block; }

.margin-left-auto {
  margin-left: auto; }

html body .site-wrapper .pdf {
  border: none;
  color: #eb7722;
  background: url("/ClientResources/Website/images/icons/pdf_orange_transparent-21h.png") no-repeat;
  padding-left: 25px;
  display: inline-block;
  text-transform: uppercase; }
  html body .site-wrapper .pdf:hover {
    border: none; }
  html body .site-wrapper .pdf a {
    color: #eb7722 !important;
    border-bottom: none; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .hide {
  display: none !important; }

.hideHeaderFooter .main-nav,
.hideHeaderFooter .footer {
  display: none; }

.alert {
  display: block;
  background: #02285e;
  color: #fff;
  padding: 15px 0;
  border-bottom: none; }
  .alert.global {
    background: #d00213; }
  .alert.page {
    background: #64a70b; }
  .alert--wrapper .alert:hover {
    color: #fff;
    border-bottom: none; }
    .alert--wrapper .alert:hover .faux-a {
      color: #fff;
      border-bottom-color: white; }
  .alert .row {
    padding: 0 15px; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .alert .row {
      display: block;
      padding-left: 35px;
      padding-right: 0; }
    .alert .column, .alert .columns {
      width: 100%;
      display: block; } }
  .alert--wrapper {
    position: relative; }
  .alert h4 {
    margin: 0;
    font-family: "Aller W01 Bold", arial, sans-serif;
    font-size: 20px;
    line-height: 1em;
    text-transform: uppercase;
    position: relative;
    top: 2px; }
    .alert h4 .icon {
      position: relative;
      top: -2px;
      height: 30px;
      width: 30px; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .alert h4 {
        font-size: 14px;
        line-height: 18px;
        position: relative; }
        .alert h4 .icon {
          position: absolute;
          right: 100%;
          top: -7px;
          margin-right: 7px; } }
  .alert p {
    margin: 0;
    font-family: "Aller W01 Regular", arial, sans-serif;
    font-size: 18px;
    line-height: 20px; }
    .alert p .preview-text {
      padding-right: 5px; }
    .alert p .faux-a {
      font-family: "Aller W01 Bold", arial, sans-serif;
      color: #fff;
      border-bottom-color: rgba(255, 255, 255, 0); }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .alert p {
        font-size: 12px;
        line-height: 18px; } }
  .alert-modal-content {
    text-align: center;
    color: #02285e; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .alert-modal-content {
        padding-top: 10px; } }
    .alert-modal-content h4 {
      font-size: 30px;
      line-height: 1em;
      text-transform: uppercase;
      font-family: "Aller W01 Bold", arial, sans-serif; }
      .alert-modal-content h4 .icon {
        height: 40px;
        width: 40px;
        position: relative;
        line-height: 40px;
        display: block;
        margin: 0 auto 10px; }
      @media screen and (min-width: 0em) and (max-width: 47.9375em) {
        .alert-modal-content h4 {
          font-size: 24px;
          line-height: 26px; } }
    .alert-modal-content p {
      font-size: 18px;
      line-height: 26px; }
      @media screen and (min-width: 0em) and (max-width: 47.9375em) {
        .alert-modal-content p {
          font-size: 12px;
          line-height: 16px; } }
  .alert-modal .modal-window--wrapper {
    max-width: 650px; }

.breadcrumbs {
  position: relative;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-content: stretch;
  align-items: stretch; }
  @media screen and (min-width: 75em) {
    .breadcrumbs {
      position: absolute; } }
  .has-alerts .breadcrumbs {
    position: relative; }
  .breadcrumbs--wrapper {
    width: 100%;
    position: relative;
    z-index: 2; }
  .breadcrumbs--inner {
    max-width: 1400px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 26px;
    color: #197cb1;
    min-height: 26px;
    margin: 0 0 0 auto;
    font-family: "Aller W01 Bold", arial, sans-serif;
    flex: 1 1 0px; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .breadcrumbs--inner {
        padding: 0 15px; } }
    .breadcrumbs--inner.set-to-left {
      max-width: 100%; }
  .breadcrumbs a {
    color: #197cb1;
    font-family: "Aller W01 Regular", arial, sans-serif;
    font-weight: normal; }
  .breadcrumbs--separator {
    font-family: "Aller W01 Regular", arial, sans-serif; }
    .breadcrumbs--separator:last-child {
      display: none; }

.classes-events-block {
  text-align: left; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .classes-events-block .epi-block--inner {
      padding: 0; } }
  .classes-events-block .select2-container {
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin-bottom: 24px; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .classes-events-block .select2-container {
        display: block;
        width: 100%;
        margin-bottom: 10px; } }
  .classes-events-block h2 {
    color: #512D6D;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.025em;
    font-family: "Aller W01 Regular", arial, sans-serif;
    font-style: italic; }
  .classes-events-block .row {
    padding: 0;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: -6px; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .classes-events-block .row {
        width: 100%;
        margin-left: 0; } }
    .classes-events-block .row .column, .classes-events-block .row .columns {
      padding: 0 3px; }
      .classes-events-block .row .column:first-child, .classes-events-block .row .columns:first-child {
        padding-left: 0; }
        @media screen and (min-width: 0em) and (max-width: 47.9375em) {
          .classes-events-block .row .column:first-child, .classes-events-block .row .columns:first-child {
            padding-right: 0; } }
      .classes-events-block .row .column:last-child, .classes-events-block .row .columns:last-child {
        padding-right: 0; }

.class-event {
  padding: 30px;
  background: #ecf2fa;
  margin: 0 0 6px;
  color: #666; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .class-event {
      padding: 20px; } }
  .class-event--filters {
    min-height: 64px; }
  .class-event--heading {
    color: #02285e;
    font-family: "Adelle W01 SemiBold", arial, sans-serif;
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 10px; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .class-event--heading {
        font-size: 22px;
        line-height: 30px; } }
  .class-event p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .class-event p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px; } }
  .class-event--slot {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    color: #666;
    margin: 0 0 10px 0; }
    .class-event--slot p {
      font-size: 14px;
      line-height: 18px; }
      .class-event--slot p.class-event--slot--reg {
        color: #0070ab; }
        .class-event--slot p.class-event--slot--reg .link-alt {
          font-family: "Aller W01 Bold", arial, sans-serif; }
      @media screen and (min-width: 0em) and (max-width: 47.9375em) {
        .class-event--slot p {
          margin-bottom: 10px; }
          .class-event--slot p:last-child {
            margin-bottom: 0; } }
    .class-event--slot:last-child {
      margin-bottom: 0; }
    .class-event--slots {
      width: calc(100% + 60px);
      position: relative;
      margin-left: -30px;
      color: #fff;
      margin-top: 50px;
      margin-bottom: -30px; }
      @media screen and (min-width: 0em) and (max-width: 47.9375em) {
        .class-event--slots {
          margin-bottom: -20px;
          margin-top: 40px;
          width: calc(100% + 40px);
          margin-left: -20px; } }
      .class-event--slots--actuator {
        display: inline-block;
        position: absolute;
        bottom: 100%;
        right: 0;
        color: #fff;
        background: #0070ab;
        text-transform: uppercase;
        padding: 8px 35px;
        font-size: 14px;
        line-height: 14px;
        font-family: "Aller W01 Bold", arial, sans-serif;
        border-bottom: none; }
        .no-touchevents .class-event--slots--actuator:hover, .class-event--slots--actuator:hover, .class-event--slots--actuator:focus {
          color: #fff;
          border-bottom: none; }
        .no-touchevents .class-event--slots--actuator:hover, .class-event--slots--actuator:hover {
          background: #4c9dc6; }
        .class-event--slots--actuator .plus {
          display: inline-block;
          width: 10px;
          text-align: center;
          margin-right: 2px; }
        .class-event--slots--actuator .minus {
          display: none;
          width: 10px;
          text-align: center;
          margin-right: 2px; }
      .class-event--slots--panel {
        background: #0070ab;
        display: none;
        padding: 20px; }
        @media screen and (min-width: 0em) and (max-width: 47.9375em) {
          .class-event--slots--panel {
            padding: 10px; } }
      .class-event--slots .class-event--slots--additional {
        font-size: 16px;
        line-height: 22px;
        margin: 0 20px 20px; }
  .class-event.open .class-event--slots--actuator {
    background: #0070ab !important; }
    .class-event.open .class-event--slots--actuator .plus {
      display: none; }
    .class-event.open .class-event--slots--actuator .minus {
      display: inline-block; }
  .class-event.open .class-event--slots--panel {
    display: block; }
  .class-event table {
    width: 100%;
    margin: 0; }
    .class-event table th,
    .class-event table td {
      font-family: "Aller W01 Regular", arial, sans-serif;
      border-left: 1px solid #b7b7b7;
      text-align: left;
      font-size: 14px;
      line-height: 18px;
      padding: 2px 10px;
      color: #666; }
    .class-event table th {
      font-family: "Aller W01 Bold", arial, sans-serif; }

.cta-bar, .header-block .epi-block .cta-bar, .header-block .cta-bar {
  background: #EBEBEB; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .cta-bar, .header-block .epi-block .cta-bar, .header-block .cta-bar {
      background: #fff; } }
  .cta-bar .epi-block--inner, .header-block .epi-block .cta-bar .epi-block--inner, .header-block .cta-bar .epi-block--inner {
    min-height: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    align-content: initial;
    align-items: initial;
    justify-content: initial; }
    .msie11 .cta-bar .epi-block--inner, .msie11 .header-block .epi-block .cta-bar .epi-block--inner, .msie11 .header-block .cta-bar .epi-block--inner {
      height: auto; }
  .cta-bar--inner, .header-block .epi-block .cta-bar--inner, .header-block .cta-bar--inner {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
  .cta-bar--item, .header-block .epi-block .cta-bar--item, .header-block .cta-bar--item {
    font-family: "Aller W01 Bold", arial, sans-serif;
    color: #0070ab;
    font-size: 12px;
    line-height: 14px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border-bottom: none;
    margin: 0 20px;
    padding: 10px 20px;
    transition: 150ms ease-in-out color; }
    .cta-bar--item .icon, .header-block .epi-block .cta-bar--item .icon, .header-block .cta-bar--item .icon {
      height: 30px;
      width: 30px;
      margin-right: 5px;
      color: #666666;
      opacity: 0.5;
      transition: 150ms ease-in-out opacity; }
    .cta-bar--item-label, .header-block .epi-block .cta-bar--item-label, .header-block .cta-bar--item-label {
      max-width: 150px; }
    .no-touchevents .cta-bar--item:hover, .cta-bar--item:focus, .no-touchevents .header-block .epi-block .cta-bar--item:hover, .header-block .epi-block .cta-bar--item:focus, .no-touchevents .header-block .cta-bar--item:hover, .header-block .cta-bar--item:focus {
      border-bottom: none;
      color: #666666; }
      .no-touchevents .cta-bar--item:hover .icon, .cta-bar--item:focus .icon, .no-touchevents .header-block .epi-block .cta-bar--item:hover .icon, .header-block .epi-block .cta-bar--item:focus .icon, .no-touchevents .header-block .cta-bar--item:hover .icon, .header-block .cta-bar--item:focus .icon {
        opacity: 1; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .cta-bar--item, .header-block .epi-block .cta-bar--item, .header-block .cta-bar--item {
        flex-direction: column;
        width: 46%;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 5px;
        margin-right: 5px; }
        .cta-bar--item .icon, .header-block .epi-block .cta-bar--item .icon, .header-block .cta-bar--item .icon {
          margin-right: 0; }
        .cta-bar--item-label, .header-block .epi-block .cta-bar--item-label, .header-block .cta-bar--item-label {
          margin-top: 7px; } }

.cta-lower-wrapper {
  width: calc(100% + 60px);
  margin-left: -30px; }

.facebook-block {
  text-align: center;
  min-height: 560px; }
  .facebook-block .epi-block--background {
    background: url(/ClientResources/Website/images/oh-loading-icon-fixed.gif) center center no-repeat;
    background-size: auto; }
  .facebook-block .epi-block--inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    text-align: center; }
    .facebook-block .epi-block--inner * {
      display: block;
      height: 100% !important;
      max-height: none !important;
      width: 100% !important;
      max-width: 500px !important;
      margin: 0 auto; }
    .facebook-block .epi-block--inner blockquote {
      border: none;
      padding: 0; }
      .facebook-block .epi-block--inner blockquote a {
        width: auto !important;
        display: inline-block;
        height: auto !important;
        max-width: none !important; }

.footer {
  background: #0070ab;
  margin-top: 30px; }
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #fff; }
  .footer--band {
    background: #00548b;
    padding: 0 15px; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .footer--band {
        padding: 15px;
        text-align: center;
        justify-content: center; } }
    @media screen and (min-width: 48em) {
      .footer--band {
        height: 100px; } }
    .footer--band--item {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      align-content: center;
      text-transform: uppercase;
      font-size: 11px;
      line-height: 11px;
      font-family: "Aller W01 Bold", arial, sans-serif;
      border-bottom: none;
      min-height: 100px; }
      .no-touchevents .footer--band--item:hover, .footer--band--item:hover, .footer--band--item:focus {
        border-bottom: none; }
        @media screen and (min-width: 48em) {
          .no-touchevents .footer--band--item:hover, .footer--band--item:hover, .footer--band--item:focus {
            background: #02285e; } }
      .footer--band--item--label {
        margin: 5px; }
        @media screen and (min-width: 48em) {
          .footer--band--item--label {
            margin: 0;
            display: block;
            flex: 1 1 100%; } }
      .footer--band--item--icon-wrapper {
        margin: 5px; }
        @media screen and (min-width: 48em) {
          .footer--band--item--icon-wrapper {
            display: block;
            margin-bottom: 10px;
            margin-right: 0;
            margin: 0 0 10px 0;
            flex: 1 1 100%; } }
  .footer--info {
    padding: 40px 50px; }
    .footer--info--logo {
      display: block; }
      .footer--info--logo-link {
        display: block;
        margin-bottom: 40px;
        margin-left: -50px; }
        .footer--info--logo-link img {
          max-width: 100%;
          width: auto;
          height: auto; }
    .footer--info--social-network {
      margin: 0 0 15px 0; }
      .footer--info--social-network li {
        display: inline-block; }
        .footer--info--social-network li a {
          background: rgba(255, 255, 255, 0.1);
          border-radius: 30px;
          height: 30px;
          width: 30px;
          display: inline-block;
          text-align: center;
          line-height: 30px;
          margin-right: 10px; }
          .footer--info--social-network li a svg {
            height: 16px;
            width: 16px; }
    .footer--info--contact {
      font-size: 14px;
      line-height: 28px;
      margin-bottom: 25px; }
      .footer--info--contact a {
        border-bottom: 1px solid rgba(255, 255, 255, 0);
        line-height: 22px; }
        .footer--info--contact a:first-child {
          margin-bottom: 10px; }
        .footer--info--contact a:hover {
          border-bottom: 1px solid #fff; }
    .footer--info--utility {
      font-size: 12px;
      line-height: 24px;
      display: flex;
      flex-direction: row;
      font-family: "Adelle W01 Regular", arial, sans-serif; }
      @media screen and (min-width: 0em) and (max-width: 47.9375em) {
        .footer--info--utility {
          padding-left: 65px; } }
      .footer--info--utility a {
        border-bottom: 1px solid rgba(255, 255, 255, 0); }
        .footer--info--utility a:hover {
          border-bottom: 1px solid #fff; }
    .footer--info--copyright {
      font-size: 12px;
      line-height: 18px;
      text-transform: uppercase;
      color: #9fd8f5;
      margin: 0;
      display: flex;
      flex: 1; }
    .footer--info--menu {
      margin-top: 15px; }
      .footer--info--menu a {
        border-bottom: 1px solid rgba(255, 255, 255, 0); }
        .footer--info--menu a:hover {
          border-bottom: 1px solid #fff; }
  .footer .mega-menu-section {
    font-family: "Adelle W01 Regular", arial, sans-serif;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 20px; }
    .footer .mega-menu-section ul {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 0; }
      .footer .mega-menu-section ul li {
        margin: 6px 0; }
        .footer .mega-menu-section ul li a {
          font-family: "Aller W01 Bold", arial, sans-serif; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .footer .small-collapse {
      padding: 0; } }

.footer-column-header {
  font-size: 14px !important;
  font-family: "Adelle W01 SemiBold", arial, sans-serif !important;
  color: white; }

.footer-line-break {
  color: white; }

.footer-divider {
  color: white;
  font-size: 12px;
  margin: 0px 10px; }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .header-block .epi-block--background {
    max-height: 150px; } }

.header-block .page--wait-time {
  width: 310px;
  font-size: 20px;
  float: right;
  height: auto;
  border: solid 1px #197cb1;
  border-radius: 8px;
  padding: 30px 35px 20px;
  position: relative;
  margin-top: 40px;
  margin-left: 15px; }
  .header-block .page--wait-time.overlay {
    background: #535353;
    padding: 30px 20px 20px;
    color: #fff; }
    .header-block .page--wait-time.overlay .close {
      height: 15px; }
    .header-block .page--wait-time.overlay .info {
      color: #fff; }
    .header-block .page--wait-time.overlay p {
      font-size: 16px;
      margin-bottom: 0; }
  .header-block .page--wait-time h4 {
    font-family: "Aller W01 Bold", arial, sans-serif;
    color: #535353;
    font-size: 1.2em;
    text-align: center; }
    .header-block .page--wait-time h4 span {
      vertical-align: middle; }
    .header-block .page--wait-time h4 .time {
      font-size: 1.75em;
      color: #197cb1; }
  .header-block .page--wait-time .info {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 20px;
    cursor: pointer !important; }
    .header-block .page--wait-time .info img {
      max-height: 20px; }
  .header-block .page--wait-time .icon {
    height: auto;
    width: auto;
    max-height: 30px;
    margin-top: 4px;
    margin-right: 5px; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .header-block .page--wait-time {
      margin-left: auto;
      margin-right: auto;
      float: none;
      margin-bottom: 40px; } }
  @media screen and (min-width: 48em) and (max-width: 74.9375em) {
    .header-block .page--wait-time {
      margin-left: 40px;
      margin-bottom: 40px; } }

.header-block .epi-block--inner {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-start;
  min-height: 440px;
  padding-top: 75px;
  padding-bottom: 75px; }
  .msie11 .header-block .epi-block--inner {
    height: 440px; }
  @media screen and (min-width: 48em) and (max-width: 74.9375em) {
    .header-block .epi-block--inner {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .header-block .epi-block--inner {
      flex-wrap: wrap;
      justify-content: center;
      padding-bottom: 0;
      padding-top: 0;
      min-height: 150px;
      height: auto; }
      .msie11 .header-block .epi-block--inner {
        height: auto; } }

.header-block.header-block-profile .header-block-profile--portrait {
  position: absolute;
  height: 460px;
  width: auto;
  right: 25%;
  max-width: none;
  bottom: 0; }

.header-block.header-block-profile .epi-block--inner {
  min-height: 470px; }
  .msie11 .header-block.header-block-profile .epi-block--inner {
    display: block; }
    @media screen and (min-width: 75em) {
      .msie11 .header-block.header-block-profile .epi-block--inner {
        height: 470px; } }
  .header-block.header-block-profile .epi-block--inner .card-doctor {
    height: auto; }

.header-block.header-block-secondary .epi-block--inner, .header-block.header-block-locations-simple .epi-block--inner {
  min-height: 440px;
  height: 400px; }
  .header-block.header-block-secondary .epi-block--inner.cta-bar-ie, .header-block.header-block-locations-simple .epi-block--inner.cta-bar-ie {
    height: auto !important; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .header-block.header-block-secondary .epi-block--inner, .header-block.header-block-locations-simple .epi-block--inner {
      min-height: 180px;
      height: auto; }
      .header-block.header-block-secondary .epi-block--inner.cta-bar-ie, .header-block.header-block-locations-simple .epi-block--inner.cta-bar-ie {
        height: auto; } }

.header-block.header-block-locations-simple .epi-block--inner, .header-block.header-block-secondary .epi-block--inner, .header-block.header-block-locations-multi .epi-block--inner {
  padding-bottom: 0; }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .header-block.header-block-locations-simple .epi-block--background, .header-block.header-block-secondary .epi-block--background, .header-block.header-block-locations-multi .epi-block--background {
    max-height: 180px; } }

.header-block--upper {
  position: relative;
  z-index: 1; }
  .header-block-secondary .header-block--upper .header-block--inner {
    margin-bottom: -10px; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .header-block-secondary .header-block--upper .header-block--inner {
        top: 150px;
        background-color: #197cb1; } }

.header-block--lower {
  position: relative;
  background: #fff;
  z-index: 0;
  padding: 50px 30px 10px;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .header-block--lower {
      padding: 0 30px; }
      .header-block--lower .header-block--inner {
        margin-left: -30px; } }
  .header-block-locations-simple .header-block--lower .header-block--inner {
    margin-top: -50px; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .header-block-locations-simple .header-block--lower .header-block--inner {
        margin-top: 0; } }

.header-block-home .epi-block--inner, .header-block-standard .epi-block--inner {
  min-height: 500px;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding-bottom: 15px;
  padding-top: 15px; }
  .msie11 .header-block-home .epi-block--inner, .msie11 .header-block-standard .epi-block--inner {
    height: 500px; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .header-block-home .epi-block--inner, .header-block-standard .epi-block--inner {
      min-height: 250px;
      padding-bottom: 15px;
      padding-top: 15px;
      height: auto;
      text-shadow: none; }
      .msie11 .header-block-home .epi-block--inner, .msie11 .header-block-standard .epi-block--inner {
        height: auto; } }

.header-block-home .learn-more, .header-block-standard .learn-more {
  text-transform: uppercase;
  font-family: "Aller W01 Bold", arial, sans-serif;
  font-weight: bold; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .header-block-home .learn-more, .header-block-standard .learn-more {
      font-size: 12px;
      line-height: 12px; } }

.header-block-standard .epi-block--inner {
  padding: 56px 30px 30px;
  min-height: 440px; }
  .msie11 .header-block-standard .epi-block--inner {
    height: 440px; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .header-block-standard .epi-block--inner {
      padding-top: 30px;
      min-height: 180px;
      height: auto; }
      .msie11 .header-block-standard .epi-block--inner {
        height: auto; } }
  @media screen and (min-width: 48em) and (max-width: 74.9375em) {
    .header-block-standard .epi-block--inner {
      padding-top: 30px; } }

.has-alerts .header-block-standard .epi-block--inner {
  padding-top: 30px; }

.header-block-standard .header-block--inner {
  width: 100%;
  max-width: 850px;
  padding: 40px 60px;
  background: rgba(2, 40, 94, 0.6); }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .header-block-standard .header-block--inner {
      padding: 20px 30px; } }
  .header-block-standard .header-block--inner .btn, .header-block-standard .header-block--inner .doctor-profile .filter-results, .doctor-profile .header-block-standard .header-block--inner .filter-results {
    margin-top: 40px; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .header-block-standard .header-block--inner .btn, .header-block-standard .header-block--inner .doctor-profile .filter-results, .doctor-profile .header-block-standard .header-block--inner .filter-results {
        margin-top: 20px; } }

.header-block-standard .header-block--lower {
  z-index: 1; }
  .header-block-standard .header-block--lower .header-block--inner {
    background: #fff;
    padding: 0;
    z-index: 1;
    width: calc(100% + 60px); }
    @media screen and (min-width: 48em) {
      .header-block-standard .header-block--lower .header-block--inner {
        max-width: 300px;
        width: 100%;
        margin-top: -100px;
        box-shadow: 0 0 4px -1px rgba(2, 40, 94, 0.65);
        border: none; } }
    @media screen and (min-width: 48em) {
      .header-block-standard .header-block--lower .header-block--inner + .header-block--intro {
        padding-left: 30px;
        width: calc(100% - 300px);
        text-align: left; }
        .header-block-standard .header-block--lower .header-block--inner + .header-block--intro .header-block--intro-heading,
        .header-block-standard .header-block--lower .header-block--inner + .header-block--intro .header-block--intro-copy {
          text-align: left; } }
    @media screen and (min-width: 75em) {
      .header-block-standard .header-block--lower .header-block--inner + .header-block--intro {
        padding-left: 90px; } }

.header-block-standard .header-block--heading {
  font-size: 50px;
  line-height: 55px; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .header-block-standard .header-block--heading {
      font-size: 24px;
      line-height: 26px; } }

.header-block-standard.header-block-small {
  /*.header-block--lower {
				.header-block--inner {
					width: 100%;
					max-width: 300px;
				}
			}*/ }
  .header-block-standard.header-block-small .epi-block--inner {
    min-height: 440px; }
    .msie11 .header-block-standard.header-block-small .epi-block--inner {
      height: 440px; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .header-block-standard.header-block-small .epi-block--inner {
        min-height: 180px;
        height: auto; }
        .msie11 .header-block-standard.header-block-small .epi-block--inner {
          height: auto; } }
  .header-block-standard.header-block-small .header-block--upper .header-block--inner {
    max-width: 100%;
    width: auto; }
  .header-block-standard.header-block-small .header-block--heading {
    max-width: 730px; }

.header-block-standard.header-block-large {
  /*.header-block--lower {
				.header-block--inner {
					width: 100%;
					max-width: 300px;
				}
			}*/ }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .header-block-standard.header-block-large .epi-block--inner {
      padding: 0;
      flex-direction: column; }
    .header-block-standard.header-block-large .header-block--upper .header-block--inner {
      height: 100%;
      flex: 1 1 100%;
      display: flex;
      justify-content: center;
      align-content: center;
      align-items: center; } }

.header-block--inner {
  width: 300px;
  flex: 0 0 auto; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .header-block--inner {
      width: calc(100% + 60px); } }
  .header-block-home .header-block--inner {
    text-align: left;
    position: relative;
    margin: 0;
    width: auto;
    flex: 0 1 auto; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .header-block-home .header-block--inner {
        width: auto;
        background: #197cb1;
        text-align: center;
        padding: 15px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; } }
  .header-block--inner + .header-block--intro {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 100%; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .header-block--inner + .header-block--intro {
        padding-left: 0;
        width: auto;
        display: block;
        text-align: center; } }
  .header-block--lower .header-block--inner {
    display: inline-block;
    vertical-align: top;
    margin-top: -40px; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .header-block--lower .header-block--inner {
        margin-top: 0;
        display: block; } }

.header-block--card {
  text-align: left; }
  .header-block--card-top {
    background: rgba(0, 112, 171, 0.8);
    border-bottom: 10px solid #0070ab;
    padding: 15px 30px; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .header-block--card-top {
        background: #0070ab; } }
    .header-block-locations-robust .header-block--card-top,
    .header-block-locations-simple .header-block--card-top,
    .header-block-locations-multi .header-block--card-top {
      border-bottom: none; }
  .header-block--card-content {
    min-height: 90px; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .header-block--card-content {
        min-height: unset; } }
    .header-block--card-content .header-block--heading-copy {
      white-space: pre-line;
      font-size: 14px;
      line-height: 1.28em; }
  .header-block--card-contact {
    background: rgba(255, 255, 255, 0.1);
    display: block;
    margin: 15px -29px -13px;
    padding: 10px 28px;
    width: calc(100% + 58px); }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .header-block--card-contact {
        padding: 10px; } }
    .header-block-locations-robust .header-block--card-contact,
    .header-block-locations-simple .header-block--card-contact,
    .header-block-locations-multi .header-block--card-contact {
      background: none;
      padding: 0;
      font-size: 0;
      line-height: 0;
      border: none;
      border-bottom: none;
      margin-left: -30px;
      width: calc(100% + 60px); }
      .header-block-locations-robust .header-block--card-contact-column,
      .header-block-locations-simple .header-block--card-contact-column,
      .header-block-locations-multi .header-block--card-contact-column {
        width: 50%;
        display: inline-block;
        padding: 10px 10px 10px 16px;
        background: rgba(2, 40, 94, 0.5);
        position: relative;
        transition: 250ms ease-in-out background;
        background-clip: padding-box; }
        .header-block-locations-robust .header-block--card-contact-column:nth-child(2n-1),
        .header-block-locations-simple .header-block--card-contact-column:nth-child(2n-1),
        .header-block-locations-multi .header-block--card-contact-column:nth-child(2n-1) {
          border-right: 2px solid transparent; }
        .header-block-locations-robust .header-block--card-contact-column:first-child:last-child,
        .header-block-locations-simple .header-block--card-contact-column:first-child:last-child,
        .header-block-locations-multi .header-block--card-contact-column:first-child:last-child {
          width: 100%;
          padding-left: 30px;
          display: block;
          border-right: none; }
        .header-block-locations-robust .header-block--card-contact-column:nth-child(n+3),
        .header-block-locations-simple .header-block--card-contact-column:nth-child(n+3),
        .header-block-locations-multi .header-block--card-contact-column:nth-child(n+3) {
          border-top: 2px solid transparent; }
        .header-block-locations-robust .header-block--card-contact-column:nth-child(2n+3):last-child,
        .header-block-locations-simple .header-block--card-contact-column:nth-child(2n+3):last-child,
        .header-block-locations-multi .header-block--card-contact-column:nth-child(2n+3):last-child {
          width: 100%;
          border-right: none; }
        .no-touchevents .header-block-locations-robust .header-block--card-contact-column:hover, .no-touchevents
        .header-block-locations-simple .header-block--card-contact-column:hover, .no-touchevents
        .header-block-locations-multi .header-block--card-contact-column:hover {
          background: rgba(2, 40, 94, 0.2); }
    .header-block--card-contact-column {
      margin: 0;
      border-bottom: none; }
      .no-touchevents .header-block--card-contact-column:hover, .header-block--card-contact-column:focus {
        border-bottom: none; }
    .header-block--card-contact-label {
      color: #abd5eb;
      font-size: 12px;
      line-height: 16px;
      text-transform: uppercase;
      display: inline-block;
      padding-right: 3px;
      margin: 0; }
    .header-block--card-contact-number {
      color: #fff;
      margin: 0;
      font-size: 14px;
      line-height: 16px;
      display: inline-block; }
  .header-block--card-location {
    background: rgba(0, 42, 92, 0.5);
    display: block;
    color: #fff;
    padding: 2px;
    width: calc(100% + 60px);
    margin-top: 15px;
    margin-bottom: -15px;
    margin-left: -30px; }
    .header-block--card-location--address-wrap {
      color: #fff;
      border-bottom: none; }
      .header-block--card-location--address-wrap:hover, .header-block--card-location--address-wrap:focus, .no-touchevents .header-block--card-location--address-wrap:hover {
        color: #fff;
        border-bottom: none; }
        .header-block--card-location--address-wrap:hover address, .header-block--card-location--address-wrap:focus address, .no-touchevents .header-block--card-location--address-wrap:hover address {
          text-decoration: underline; }
    .header-block--card-location--address {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 80px);
      font-size: 14px;
      line-height: 17px;
      font-style: normal; }
      .header-block--card-location--address-wrap {
        display: block;
        padding: 10px 10px 10px 30px;
        font-size: 0;
        line-height: 0; }
    .header-block--card-location--count {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 95px);
      font-size: 20px;
      line-height: 20px; }
      .header-block--card-location--count a {
        display: inline-block;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 18px;
        color: #fff;
        border: 0px solid transparent;
        margin-top: 5px;
        border-bottom: 1px solid rgba(255, 255, 255, 0); }
        .header-block--card-location--count a:hover, .header-block--card-location--count a:focus {
          color: #fff;
          border-bottom: 1px solid #fff; }
      .header-block--card-location--count-wrap {
        display: block;
        padding: 10px 30px;
        font-size: 0;
        line-height: 0; }
    .header-block--card-location--action {
      display: inline-block;
      color: #fff;
      font-size: 14px;
      line-height: 16px;
      text-transform: uppercase;
      width: 100%;
      text-align: left;
      border: none;
      padding: 10px 25px;
      background: rgba(0, 42, 92, 0.5);
      border: 1px solid transparent;
      border-top: 0;
      border-bottom: 0;
      background-clip: padding-box;
      font-family: "Aller W01 Bold", arial, sans-serif;
      transition: .3s ease background; }
      .header-block--card-location--action:first-child:last-child, .header-block--card-location--action:last-child:nth-child(2n+1) {
        width: 100%; }
      .header-block--card-location--action:nth-child(n+2) {
        border-top: 2px solid transparent; }
      .no-touchevents .header-block--card-location--action:hover,
      .touchevents .header-block--card-location--action:hover, .header-block--card-location--action:focus {
        color: #fff;
        border-color: transparent;
        border-bottom: none; }
      .no-touchevents .header-block--card-location--action:hover, .header-block--card-location--action:focus {
        background: #002653; }
      .header-block--card-location--actions {
        font-size: 0;
        line-height: 0;
        padding-bottom: 1px; }
      .header-block--card-location--action .icon {
        display: inline-block;
        margin: 0 auto;
        height: 24px;
        width: 24px;
        margin-right: 8px; }
  .header-block--card-bottom {
    background: #fff;
    padding: 10px; }
    .header-block-secondary .header-block--card-bottom,
    .header-block-locations-simple .header-block--card-bottom {
      border: 1px solid #ddd;
      border-top: none; }
      @media screen and (min-width: 0em) and (max-width: 47.9375em) {
        .header-block-secondary .header-block--card-bottom,
        .header-block-locations-simple .header-block--card-bottom {
          border-left: none;
          border-right: none; } }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .header-block--card-bottom {
        border-bottom: 1px solid #ddd;
        padding: 0; } }

.header-block--subnav {
  margin: 0;
  list-style: none; }
  .header-block--subnav li {
    font-size: 14px;
    line-height: 16px;
    border-bottom: 1px solid #ddd; }
    .header-block--subnav li:last-child {
      border-bottom: none; }
    .header-block--subnav li a {
      display: block;
      color: #02285e;
      padding: 12px 20px;
      border-bottom: none; }
      .no-touchevents .header-block--subnav li a:hover, .header-block--subnav li a:focus, .header-block--subnav li a.active {
        color: #02285e;
        background: rgba(0, 112, 171, 0.2);
        border-bottom: none; }

.header-block--heading {
  color: #fff;
  font-family: "Adelle W01 SemiBold", arial, sans-serif;
  font-size: 30px;
  line-height: 1.1em;
  margin-bottom: 0; }
  .header-block--heading.medium-font {
    font-size: 25px; }
  .header-block--heading.small-font {
    font-size: 20px; }
  .header-block--heading:empty {
    display: none;
    margin: 0; }
  .header-block--heading-copy {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-family: "Aller W01 Regular", arial, sans-serif;
    margin: 4px 0 0; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .header-block--heading {
      text-shadow: none; } }
  .header-block-home .header-block--heading {
    text-align: center;
    font-size: 80px;
    line-height: 1em;
    text-shadow: 0 0 30px rgba(2, 40, 94, 0.6);
    margin: 0; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .header-block-home .header-block--heading {
        background-color: #197cb1;
        font-size: 20px;
        line-height: 22px;
        font-family: "Aller W01 Regular", arial, sans-serif;
        color: #fff;
        text-shadow: unset;
        margin-bottom: 10px; } }

.header-block--subheading {
  color: #fff;
  text-align: center;
  font-family: "Aller W01 Regular", arial, sans-serif;
  font-size: 20px;
  line-height: 1.1em; }
  .header-block--subheading:empty {
    display: none;
    margin: 0; }
  .header-block-home .header-block--subheading {
    font-family: "Aller W01 Bold", arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 30px;
    background: rgba(2, 40, 94, 0.5);
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: 80px; }
  .header-block-primary .header-block--subheading,
  .header-block-secondary .header-block--subheading {
    text-align: left;
    font-weight: normal;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.header-block--copy {
  font-family: "Adelle W01 SemiBold", arial, sans-serif;
  font-size: 60px;
  line-height: 66px;
  color: #fff;
  text-shadow: 0 0 35px rgba(0, 0, 0, 0.6);
  margin: 0 0 15px; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .header-block--copy .btn, .header-block--copy .doctor-profile .filter-results, .doctor-profile .header-block--copy .filter-results {
      background-color: #197cb1;
      border-radius: 4px;
      border: 1px solid #fff; } }
  @media screen and (min-width: 48em) and (max-width: 74.9375em) {
    .header-block--copy {
      font-size: 40px;
      line-height: 46px; } }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .header-block--copy {
      font-size: 24px;
      line-height: 26px; } }
  .header-block-home .header-block--copy {
    margin-bottom: 35px; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .header-block-home .header-block--copy {
        margin-bottom: 10px; } }
  .header-block--copy-wrapper {
    margin-left: 90px;
    margin-bottom: 25px; }
    @media screen and (min-width: 48em) and (max-width: 74.9375em) {
      .header-block--copy-wrapper {
        margin-left: 30px; } }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .header-block--copy-wrapper {
        margin-left: 0;
        order: -1;
        flex: 1 1 100%;
        margin-bottom: 10px;
        margin-top: 50px; } }
  .header-block-home .header-block--copy {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    color: #424242;
    font-family: "Aller W01 Regular", arial, sans-serif;
    text-shadow: none; }
    .header-block-home .header-block--copy-wrapper {
      background: rgba(255, 255, 255, 0.8);
      box-shadow: 0 0 10px -1px rgba(255, 255, 255, 0.75);
      padding: 15px;
      position: absolute;
      bottom: 40px;
      right: 30px;
      max-width: 450px;
      margin-left: 0; }

.header-block--intro {
  text-align: center; }
  .header-block-locations-simple .header-block--intro {
    width: 100%;
    padding-left: 0; }
  .header-block-locations-simple .header-block--lower.has-nav .header-block--intro,
  .header-block-secondary .header-block--lower.has-nav .header-block--intro {
    width: calc(100% - 300px);
    padding-left: 90px;
    display: inline-block;
    text-align: left; }
    .header-block-locations-simple .header-block--lower.has-nav .header-block--intro .header-block--intro-heading,
    .header-block-locations-simple .header-block--lower.has-nav .header-block--intro .header-block--intro-copy,
    .header-block-locations-simple .header-block--lower.has-nav .header-block--intro .header-block--intro-tagline,
    .header-block-secondary .header-block--lower.has-nav .header-block--intro .header-block--intro-heading,
    .header-block-secondary .header-block--lower.has-nav .header-block--intro .header-block--intro-copy,
    .header-block-secondary .header-block--lower.has-nav .header-block--intro .header-block--intro-tagline {
      text-align: inherit; }
    @media screen and (min-width: 48em) and (max-width: 74.9375em) {
      .header-block-locations-simple .header-block--lower.has-nav .header-block--intro,
      .header-block-secondary .header-block--lower.has-nav .header-block--intro {
        padding-left: 30px; } }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .header-block-locations-simple .header-block--lower.has-nav .header-block--intro,
      .header-block-secondary .header-block--lower.has-nav .header-block--intro {
        width: 100%;
        padding-left: 0;
        text-align: center; } }
  .header-block--intro-heading {
    font-family: "Adelle W01 SemiBold", arial, sans-serif;
    margin: 0 0 14px;
    text-align: center;
    color: #777;
    font-size: 24px;
    line-height: 1.1em; }
    .header-block--intro-heading.left {
      text-align: left; }
  .header-block--intro-tagline {
    font-family: "Adelle W01 SemiBold", arial, sans-serif;
    color: #02285e;
    font-size: 39px;
    line-height: 42px;
    margin: 0 0 14px;
    text-align: center; }
    .header-block--intro-tagline.left {
      text-align: left; }
  .header-block--intro-copy {
    font-family: "Aller W01 Regular", arial, sans-serif;
    color: #02285e;
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 10px;
    text-align: center; }
    .header-block--intro-copy p {
      font-size: inherit;
      line-height: inherit;
      font-family: inherit; }
      .header-block--intro-copy p:last-child {
        margin-bottom: 0; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .header-block--intro {
      margin-top: 30px; }
      .header-block--intro-heading {
        font-size: 20px;
        line-height: 20px; }
      .header-block--intro-tagline {
        font-size: 28px;
        line-height: 28px; }
      .header-block--intro-copy {
        font-size: 18px;
        line-height: 22px; } }

.header-block--card-location--count-map-link {
  cursor: pointer; }

.header-block-home .header-block--inner {
  margin-right: auto;
  width: 100%; }

.header-block-home .header-block--copy-wrapper {
  bottom: 90px;
  max-width: 630px;
  left: 36px;
  background-color: transparent;
  box-shadow: none;
  padding: 0px; }

.header-block-home .heading-part1 {
  font-family: arial,sans-serif;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  font-size: 20px;
  background: rgba(9, 100, 147, 0); }

.header-block-home .heading-part2 {
  text-align: left;
  padding: 0px;
  font-size: 50px;
  background: rgba(9, 100, 147, 0.8); }

.header-block-home .header-block--heading {
  line-height: 1.2em;
  background: none;
  text-shadow: 0 0 15px rgba(2, 40, 94, 0.3); }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .header-block-home .header-block--heading {
      text-shadow: none; } }

.header-block--subheading2 {
  color: white;
  font-size: 17px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 25px;
  max-width: 620px;
  line-height: 25px;
  font-family: aller w01 regular; }

.header-block-home > .epi-block--inner {
  padding-top: 75px !important; }

.main-body-copy {
  display: none; }

.iframe-block iframe {
  max-width: 1002px;
  width: 100%;
  height: 800px;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.15); }

iframe {
  border: none; }

.masthead {
  background: #f3f2ee;
  padding: 60px 0 25px; }
  .masthead h1 {
    color: #197cb1;
    font-family: "Adelle W01 SemiBold", arial, sans-serif;
    font-size: 34px;
    line-height: 48px;
    letter-spacing: -0.025em; }
    .masthead h1 strong {
      font-family: "Adelle W01 SemiBold", arial, sans-serif;
      color: #02285e;
      font-size: 48px;
      margin: 0 0.1em; }

.modal-bg {
  position: fixed;
  z-index: 1000;
  background: #02285e;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .modal-bg {
      max-width: 100vw;
      max-height: 100vh; } }

.modal-window {
  z-index: 1001;
  padding: 30px;
  border: none;
  margin: 0;
  color: inherit;
  right: auto;
  bottom: auto;
  display: block;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: none;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  pointer-events: none; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .modal-window {
      max-width: 100vw;
      max-height: 100vh; } }
  .modal-window.max-width-650 .modal-window--wrapper {
    max-width: 650px; }
  .modal-window.doctor-results-modal .doctor-results-modal--iframe-wrapper {
    height: calc(100vh - 126px);
    margin: 3px; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .modal-window.doctor-results-modal .doctor-results-modal--iframe-wrapper {
        height: 100vh;
        width: 100vw;
        margin: 0; } }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .modal-window.doctor-results-modal .modal-window--content-area {
      padding: 0; } }
  .modal-window--wrapper {
    background: #fff;
    position: relative;
    max-height: 100%;
    height: auto;
    max-width: 1400px;
    width: 100%;
    padding: 30px 0 30px 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex: 0 1 auto;
    flex-direction: column;
    margin: 0 auto;
    pointer-events: all; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .modal-window--wrapper {
        justify-content: flex-start;
        padding: 0; } }
  .modal-window--content-area {
    flex: 0 1 auto;
    width: 100%;
    padding: 0 30px 0 0; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .modal-window--content-area {
        padding: 30px; } }
    .modal-window--content-area .video-component,
    .modal-window--content-area .video-component > div {
      max-height: 100%; }
  .modal-window.content-ready .modal-window--content-area {
    overflow-y: auto; }
  .modal-window--close-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 0;
    font-size: 24px;
    padding: 0; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .modal-window--close-btn {
        height: 40px;
        width: 40px;
        line-height: 35px; } }
  .modal-window.fullscreen {
    padding: 0; }
    .modal-window.fullscreen .modal-window--wrapper {
      max-width: none;
      width: 100%;
      height: 100%; }

.inline-window {
  flex: 1 1 100%;
  display: flex;
  position: relative;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto; }
  .inline-window--wrapper {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column; }
  .inline-window--bg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #02204b;
    opacity: 0.9;
    z-index: 0; }
  .inline-window--content-area {
    flex: 1 1 100%;
    margin: 0 auto;
    max-width: 1400px;
    max-height: 100%;
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 1; }
  .inline-window--content {
    flex: 1 1 100%;
    margin: 0 auto;
    max-height: 100%;
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center; }
    .inline-window--content .video-component {
      padding: 0;
      flex: 1 1 100%;
      background: none; }
      .inline-window--content .video-component .video-js {
        background: none; }
    .inline-window--content .gallery {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .inline-window--content .gallery-slider--container {
        height: 100%; }
      .inline-window--content .gallery-slider--image {
        height: 100%;
        background-color: transparent; }
  .inline-window--close-btn {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    padding: 0;
    height: 40px;
    width: 40px;
    line-height: 38px;
    z-index: 10; }

.main-nav.mychart .main-nav--logo {
  padding-top: 15px;
  padding-bottom: 15px; }
  .main-nav.mychart .main-nav--logo img {
    max-width: 100%;
    width: auto;
    height: auto; }

.main-nav.mychart .main-nav--right {
  background: #0070ab;
  color: #fefefe;
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch; }
  @media screen and (min-width: 48em) {
    .main-nav.mychart .main-nav--right {
      padding: 0 15px; } }
  .main-nav.mychart .main-nav--right .row {
    flex: 1 1 100%; }
  .main-nav.mychart .main-nav--right .column, .main-nav.mychart .main-nav--right .columns {
    display: flex;
    align-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: center; }
    @media screen and (min-width: 48em) {
      .main-nav.mychart .main-nav--right .column, .main-nav.mychart .main-nav--right .columns {
        justify-content: flex-start; } }
    .main-nav.mychart .main-nav--right .column.medium-shrink, .main-nav.mychart .main-nav--right .medium-shrink.columns {
      flex: 0 0 100%; }
      @media screen and (min-width: 48em) {
        .main-nav.mychart .main-nav--right .column.medium-shrink, .main-nav.mychart .main-nav--right .medium-shrink.columns {
          flex: 0 0 auto; } }
  .main-nav.mychart .main-nav--right .main-nav--title {
    font-family: "Adelle W01 Regular", arial, sans-serif;
    font-size: 26px;
    line-height: 1.1em;
    margin: 0; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .main-nav.mychart .main-nav--right .main-nav--title {
        color: #197cb1; } }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .main-nav.mychart .main-nav--right .main-nav--title--wrapper {
        background: #fefefe; } }
  .main-nav.mychart .main-nav--right .faux-btn {
    color: #fefefe;
    transition: none !important;
    font-family: "Adelle W01 Regular", arial, sans-serif;
    text-decoration: underline;
    text-align: center; }
    @media screen and (min-width: 48em) {
      .main-nav.mychart .main-nav--right .faux-btn {
        text-decoration: none;
        border: 1px solid #fefefe;
        display: inline-block;
        padding: 12px 20px;
        font-size: 14px;
        line-height: 16px;
        font-weight: normal;
        min-height: 40px;
        margin: 0 auto;
        width: auto;
        border-radius: 4px; } }

.header-block-mychart .epi-block--inner {
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .header-block-mychart .epi-block--inner {
      flex-wrap: wrap; } }

.header-block-mychart .mychart-login--header-text {
  flex: 1 1 0; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .header-block-mychart .mychart-login--header-text {
      flex: 1 1 100%;
      height: 0;
      padding-bottom: 56.25%; } }

.header-block-mychart .mychart-login--logo {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto 50px; }

.header-block-mychart .mychart-login--form--wrapper {
  flex: 0 0 auto;
  align-self: stretch;
  background: #fefefe;
  width: 400px;
  padding: 50px; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .header-block-mychart .mychart-login--form--wrapper {
      width: 100%;
      flex: 1 1 100%; } }

.header-block-mychart .mychart-login--form label {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 40px;
  margin-bottom: -40px;
  height: 40px;
  line-height: 40px;
  text-align: center; }

.header-block-mychart .mychart-login--form input, .header-block-mychart .mychart-login--form .select2-container .select2-search .select2-search__field, .select2-container .select2-search .header-block-mychart .mychart-login--form .select2-search__field {
  width: 100%;
  display: block;
  background: none;
  color: #0070ab;
  border: none;
  border-bottom: 1px solid #b7b7b7;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  padding-left: 60px;
  height: 40px;
  line-height: 40px;
  margin: 0 0 35px 0; }
  .header-block-mychart .mychart-login--form input::placeholder, .header-block-mychart .mychart-login--form .select2-container .select2-search .select2-search__field::placeholder, .select2-container .select2-search .header-block-mychart .mychart-login--form .select2-search__field::placeholder {
    color: inherit !important; }

.header-block-mychart .mychart-login--form button {
  display: block;
  width: 100%; }

.header-block-mychart .mychart-login--form .forgot-link {
  color: #888;
  font-size: 16px;
  line-height: 1.1em;
  border-bottom: none;
  display: block;
  text-align: center;
  margin: 15px 0; }

.header-block-mychart .mychart-login--form p {
  color: #0070ab;
  font-size: 16px;
  line-height: 1.625em; }
  .header-block-mychart .mychart-login--form p a {
    text-transform: none; }

.header-block-mychart .header-block--lower {
  padding-top: 70px; }

.header-block-mychart .header-block--intro-tagline {
  font-size: 30px;
  line-height: 1.1em;
  margin-bottom: 50px; }

.header-block-mychart .appstore-btn {
  margin: 0 15px;
  border: none; }
  .header-block-mychart .appstore-btn img {
    width: 187px;
    height: auto;
    display: inline-block; }
  .header-block-mychart .appstore-btn:hover {
    border: none; }
    .header-block-mychart .appstore-btn:hover img {
      opacity: 0.9; }

.header-block-mychart .utility-links {
  margin-top: 50px; }
  .header-block-mychart .utility-links a {
    margin: 0 15px;
    border: none; }
    .header-block-mychart .utility-links a:hover, .header-block-mychart .utility-links a:focus,
    .no-touchevents .header-block-mychart .utility-links a:hover {
      border: none; }

.header-block-mychart hr {
  border-bottom-width: 5px;
  width: 100px;
  max-width: 100px;
  margin: 70px auto; }

.mychart-faq-heading h3 {
  color: #02285e;
  font-family: "Adelle W01 SemiBold", arial, sans-serif;
  font-size: 30px;
  line-height: 1.1em;
  margin: 0 0 60px; }

#mychart-login-banner {
  background-color: #edf2f5;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  color: red;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  #mychart-login-banner .bookend {
    display: flex;
    flex: 1; }
  #mychart-login-banner .mychart-logo {
    width: 125px;
    height: 50px;
    padding-top: 5px; }
  #mychart-login-banner .center-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
  #mychart-login-banner .display-text {
    font-family: "Aller W01 Regular", sans-serif;
    font-size: 1rem;
    color: #333333;
    text-align: right;
    padding: 3px 20px;
    border-right: 1px solid #dad5cd; }
  #mychart-login-banner .cta-button {
    font-family: "Aller W01 Bold", sans-serif;
    color: #333333;
    font-size: 1rem;
    padding-left: 20px; }
    #mychart-login-banner .cta-button a {
      color: #0070ab;
      text-transform: uppercase; }
      #mychart-login-banner .cta-button a:hover, #mychart-login-banner .cta-button a:focus {
        border-bottom-color: #0070ab; }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  #mychart-login-banner {
    padding: 1rem 0px; }
  #mychart-login-banner .bookend {
    flex: 0; }
  #mychart-login-banner .display-text {
    width: 80%;
    text-align: left;
    font-size: 12px; }
  #mychart-login-banner .cta-button {
    font-size: 12px;
    padding-right: 20px;
    min-width: 90px; } }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .type-OpgLocationPage .header-block--card-top {
    border-bottom: none; } }

.type-OpgSimplePage .doctor-to-top {
  display: block; }

.type-OpgRobustPage .doctor-to-top, .type-OpgLocationPage .doctor-to-top {
  display: none; }

@media screen and (min-width: 75em) {
  .type-OpgRobustPage .breadcrumbs, .type-OpgSimplePage .breadcrumbs, .type-OpgLocationPage .breadcrumbs {
    position: relative; } }

.type-OpgRobustPage .header-block--heading, .type-OpgSimplePage .header-block--heading, .type-OpgLocationPage .header-block--heading {
  font-family: "Adelle W01 Regular", arial, sans-serif;
  list-style: none;
  margin-top: 19px;
  margin-bottom: 19px; }
  .type-OpgRobustPage .header-block--heading li, .type-OpgSimplePage .header-block--heading li, .type-OpgLocationPage .header-block--heading li {
    text-align: center; }

.type-OpgRobustPage .header-block-secondary .header-block--lower.has-nav .header-block--intro, .type-OpgSimplePage .header-block-secondary .header-block--lower.has-nav .header-block--intro, .type-OpgLocationPage .header-block-secondary .header-block--lower.has-nav .header-block--intro {
  width: calc(100% - 365px); }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .type-OpgRobustPage .header-block-secondary .header-block--lower.has-nav .header-block--intro, .type-OpgSimplePage .header-block-secondary .header-block--lower.has-nav .header-block--intro, .type-OpgLocationPage .header-block-secondary .header-block--lower.has-nav .header-block--intro {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 0; } }

.type-OpgRobustPage .cta-bar .epi-block--inner, .type-OpgSimplePage .cta-bar .epi-block--inner, .type-OpgLocationPage .cta-bar .epi-block--inner {
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .type-OpgRobustPage .cta-bar .epi-block--inner .cta-bar--item-label, .type-OpgSimplePage .cta-bar .epi-block--inner .cta-bar--item-label, .type-OpgLocationPage .cta-bar .epi-block--inner .cta-bar--item-label {
      margin-top: 0; } }

.type-OpgRobustPage .cta-bar--inner, .type-OpgSimplePage .cta-bar--inner, .type-OpgLocationPage .cta-bar--inner {
  justify-content: space-between; }
  .type-OpgRobustPage .cta-bar--inner a, .type-OpgSimplePage .cta-bar--inner a, .type-OpgLocationPage .cta-bar--inner a {
    padding-top: 5px;
    padding-bottom: 5px; }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .type-OpgRobustPage .header-block--lower, .type-OpgSimplePage .header-block--lower, .type-OpgLocationPage .header-block--lower {
    padding: 0; } }

.type-OpgRobustPage .header-block--lower.has-nav, .type-OpgSimplePage .header-block--lower.has-nav, .type-OpgLocationPage .header-block--lower.has-nav {
  padding: 35px 30px 10px; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .type-OpgRobustPage .header-block--lower.has-nav, .type-OpgSimplePage .header-block--lower.has-nav, .type-OpgLocationPage .header-block--lower.has-nav {
      padding: 0; } }

.type-OpgRobustPage .header-block-secondary .header-block--upper .header-block--inner, .type-OpgSimplePage .header-block-secondary .header-block--upper .header-block--inner, .type-OpgLocationPage .header-block-secondary .header-block--upper .header-block--inner {
  margin-bottom: 0; }

.type-OpgRobustPage .header-block--inner, .type-OpgSimplePage .header-block--inner, .type-OpgLocationPage .header-block--inner {
  width: 365px; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .type-OpgRobustPage .header-block--inner, .type-OpgSimplePage .header-block--inner, .type-OpgLocationPage .header-block--inner {
      width: 100%;
      margin-left: 0;
      margin-top: 0; } }

.type-OpgRobustPage .header-block--card-top, .type-OpgSimplePage .header-block--card-top, .type-OpgLocationPage .header-block--card-top {
  padding: 0px; }

.type-OpgRobustPage .header-block--card-content, .type-OpgSimplePage .header-block--card-content, .type-OpgLocationPage .header-block--card-content {
  text-align: center; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .type-OpgRobustPage .header-block--card-content, .type-OpgSimplePage .header-block--card-content, .type-OpgLocationPage .header-block--card-content {
      padding: 0;
      text-align: left; } }

.type-OpgRobustPage .header-block-secondary .header-block--subheading, .type-OpgSimplePage .header-block-secondary .header-block--subheading, .type-OpgLocationPage .header-block-secondary .header-block--subheading {
  text-align: center;
  color: #0070AB;
  font-weight: 600;
  margin: 0 36px;
  padding: 7px 0px;
  font-family: "Adelle W01 SemiBold",arial,sans-serif; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .type-OpgRobustPage .header-block-secondary .header-block--subheading, .type-OpgSimplePage .header-block-secondary .header-block--subheading, .type-OpgLocationPage .header-block-secondary .header-block--subheading {
      padding: 0;
      text-align: left;
      margin: 0;
      width: 100%; } }

.type-OpgRobustPage .header-block--card-content .header-block--subheading, .type-OpgSimplePage .header-block--card-content .header-block--subheading, .type-OpgLocationPage .header-block--card-content .header-block--subheading {
  background: #fff;
  margin: 0px 36px;
  padding: 9px 0;
  height: 40px;
  width: calc(100% - 72px);
  font-size: 18px;
  font-family: "Adelle W01 SemiBold",arial,sans-serif; }
  @media screen and (min-width: 48em) and (max-width: 74.9375em) {
    .type-OpgRobustPage .header-block--card-content .header-block--subheading, .type-OpgSimplePage .header-block--card-content .header-block--subheading, .type-OpgLocationPage .header-block--card-content .header-block--subheading {
      font-size: 16px; } }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .type-OpgRobustPage .header-block--card-content .header-block--subheading, .type-OpgSimplePage .header-block--card-content .header-block--subheading, .type-OpgLocationPage .header-block--card-content .header-block--subheading {
      width: 100%;
      margin: 0px;
      padding: 9px 11px; } }

.type-OpgRobustPage .header-block--card-content .header-block--heading, .type-OpgSimplePage .header-block--card-content .header-block--heading, .type-OpgLocationPage .header-block--card-content .header-block--heading {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 20px; }
  .type-OpgRobustPage .header-block--card-content .header-block--heading.hidden-banner, .type-OpgSimplePage .header-block--card-content .header-block--heading.hidden-banner, .type-OpgLocationPage .header-block--card-content .header-block--heading.hidden-banner {
    margin-top: 0 !important;
    padding-top: 18px; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .type-OpgRobustPage .header-block--card-content .header-block--heading, .type-OpgSimplePage .header-block--card-content .header-block--heading, .type-OpgLocationPage .header-block--card-content .header-block--heading {
      padding: 22px 11px;
      margin-left: 0;
      font-size: 21px !important; } }
  .type-OpgRobustPage .header-block--card-content .header-block--heading li, .type-OpgSimplePage .header-block--card-content .header-block--heading li, .type-OpgLocationPage .header-block--card-content .header-block--heading li {
    font-size: 28px;
    list-style: none;
    text-align: left;
    line-height: 34px;
    text-align: center; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .type-OpgRobustPage .header-block--card-content .header-block--heading li, .type-OpgSimplePage .header-block--card-content .header-block--heading li, .type-OpgLocationPage .header-block--card-content .header-block--heading li {
        text-align: left; } }

.type-OpgRobustPage .health-button-row, .type-OpgSimplePage .health-button-row, .type-OpgLocationPage .health-button-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 38px; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .type-OpgRobustPage .health-button-row, .type-OpgSimplePage .health-button-row, .type-OpgLocationPage .health-button-row {
      flex-direction: column; } }

.type-OpgRobustPage .health-button, .type-OpgSimplePage .health-button, .type-OpgLocationPage .health-button {
  background-color: #0073AE;
  color: #fff;
  height: 52px;
  width: 300px;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 16px 0px;
  margin: 0px 8px;
  text-transform: uppercase; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .type-OpgRobustPage .health-button, .type-OpgSimplePage .health-button, .type-OpgLocationPage .health-button {
      width: calc(100% - 66px);
      margin: 10px 0; } }
  .type-OpgRobustPage .health-button:hover, .type-OpgSimplePage .health-button:hover, .type-OpgLocationPage .health-button:hover {
    color: #fff; }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .type-OpgRobustPage .header-block--intro-tagline, .type-OpgSimplePage .header-block--intro-tagline, .type-OpgLocationPage .header-block--intro-tagline {
    text-align: left;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600; } }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .type-OpgRobustPage .header-block--intro-copy, .type-OpgSimplePage .header-block--intro-copy, .type-OpgLocationPage .header-block--intro-copy {
    text-align: left; } }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .type-OpgRobustPage .header-block--intro, .type-OpgSimplePage .header-block--intro, .type-OpgLocationPage .header-block--intro {
    padding: 0 32px; } }

.type-OpgRobustPage .cta-bar--item .icon, .type-OpgSimplePage .cta-bar--item .icon, .type-OpgLocationPage .cta-bar--item .icon {
  display: none; }

.type-OpgRobustPage .header-cta, .type-OpgSimplePage .header-cta, .type-OpgLocationPage .header-cta {
  background: #005991;
  margin-bottom: 0;
  padding: 12px 30px;
  color: #fff;
  font-size: 12px; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .type-OpgRobustPage .header-cta, .type-OpgSimplePage .header-cta, .type-OpgLocationPage .header-cta {
      padding: 12px 11px;
      margin-bottom: 2px; } }
  .type-OpgRobustPage .header-cta a, .type-OpgSimplePage .header-cta a, .type-OpgLocationPage .header-cta a {
    color: #fff; }

.type-OpgRobustPage .opg-location-bar, .type-OpgSimplePage .opg-location-bar, .type-OpgLocationPage .opg-location-bar {
  background: #F3F2EE;
  padding-top: 36px;
  padding-bottom: 26px; }

.type-OpgRobustPage .location, .type-OpgSimplePage .location, .type-OpgLocationPage .location {
  color: #4A4A4A;
  font-size: 14px; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .type-OpgRobustPage .location, .type-OpgSimplePage .location, .type-OpgLocationPage .location {
      display: none; } }
  .type-OpgRobustPage .location .contact, .type-OpgSimplePage .location .contact, .type-OpgLocationPage .location .contact {
    text-align: center; }
  .type-OpgRobustPage .location .phone, .type-OpgSimplePage .location .phone, .type-OpgLocationPage .location .phone {
    line-height: 16px;
    margin-left: 15px;
    width: 365px;
    margin-bottom: 68px; }
    .type-OpgRobustPage .location .phone p, .type-OpgSimplePage .location .phone p, .type-OpgLocationPage .location .phone p {
      margin-bottom: 12px; }
  .type-OpgRobustPage .location .address, .type-OpgSimplePage .location .address, .type-OpgLocationPage .location .address {
    line-height: 18px;
    margin-bottom: 30px;
    margin-left: 15px;
    width: 365px; }
    .type-OpgRobustPage .location .address p, .type-OpgSimplePage .location .address p, .type-OpgLocationPage .location .address p {
      margin-bottom: 0;
      line-height: 18px; }
  .type-OpgRobustPage .location .hours, .type-OpgSimplePage .location .hours, .type-OpgLocationPage .location .hours {
    text-align: left; }
    .type-OpgRobustPage .location .hours p, .type-OpgSimplePage .location .hours p, .type-OpgLocationPage .location .hours p {
      margin-bottom: 8px; }
  .type-OpgRobustPage .location .day, .type-OpgSimplePage .location .day, .type-OpgLocationPage .location .day {
    font-weight: bold;
    font-size: 14px;
    width: 85px;
    display: inline-block; }

.type-OpgRobustPage .location-mobile .contact, .type-OpgSimplePage .location-mobile .contact, .type-OpgLocationPage .location-mobile .contact {
  padding: 0; }

.type-OpgRobustPage .location-mobile .hours, .type-OpgSimplePage .location-mobile .hours, .type-OpgLocationPage .location-mobile .hours {
  width: 100%;
  background-color: #512D6D; }
  .type-OpgRobustPage .location-mobile .hours.no-hours, .type-OpgSimplePage .location-mobile .hours.no-hours, .type-OpgLocationPage .location-mobile .hours.no-hours {
    border-bottom: 10px solid #512D6D; }
  .type-OpgRobustPage .location-mobile .hours dt, .type-OpgSimplePage .location-mobile .hours dt, .type-OpgLocationPage .location-mobile .hours dt {
    color: #fff;
    text-transform: none;
    min-height: initial;
    height: 40px;
    padding: 10px 11px; }
  .type-OpgRobustPage .location-mobile .hours .accordion, .type-OpgSimplePage .location-mobile .hours .accordion, .type-OpgLocationPage .location-mobile .hours .accordion {
    margin-bottom: 0; }
    .type-OpgRobustPage .location-mobile .hours .accordion dt:focus, .type-OpgSimplePage .location-mobile .hours .accordion dt:focus, .type-OpgLocationPage .location-mobile .hours .accordion dt:focus {
      border: none;
      outline: none !important;
      -webkit-tap-highlight-color: transparent; }
    .type-OpgRobustPage .location-mobile .hours .accordion dd, .type-OpgSimplePage .location-mobile .hours .accordion dd, .type-OpgLocationPage .location-mobile .hours .accordion dd {
      background-color: #DCD5E2;
      color: #512D6D;
      padding: 16px 30px;
      font-size: 14px; }
    .type-OpgRobustPage .location-mobile .hours .accordion .day, .type-OpgSimplePage .location-mobile .hours .accordion .day, .type-OpgLocationPage .location-mobile .hours .accordion .day {
      font-weight: bold;
      width: 100px;
      display: inline-block; }
  .type-OpgRobustPage .location-mobile .hours .accordion dt:before, .type-OpgSimplePage .location-mobile .hours .accordion dt:before, .type-OpgLocationPage .location-mobile .hours .accordion dt:before {
    background: none;
    right: 20px;
    left: auto;
    top: auto; }

.type-OpgRobustPage .location-mobile .phone, .type-OpgSimplePage .location-mobile .phone, .type-OpgLocationPage .location-mobile .phone {
  margin: 0; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .type-OpgRobustPage .location-mobile .phone, .type-OpgSimplePage .location-mobile .phone, .type-OpgLocationPage .location-mobile .phone {
      margin-bottom: 2px; } }
  .type-OpgRobustPage .location-mobile .phone p, .type-OpgSimplePage .location-mobile .phone p, .type-OpgLocationPage .location-mobile .phone p {
    display: inline-block; }
  .type-OpgRobustPage .location-mobile .phone h5, .type-OpgSimplePage .location-mobile .phone h5, .type-OpgLocationPage .location-mobile .phone h5 {
    display: inline-block;
    font-size: 14px; }
  .type-OpgRobustPage .location-mobile .phone a, .type-OpgSimplePage .location-mobile .phone a, .type-OpgLocationPage .location-mobile .phone a {
    background: #00548B;
    padding: 11px 0px 11px 11px;
    font-size: 14px;
    color: #fff;
    height: 40px;
    margin-bottom: 0;
    flex: 1 0 48%;
    border-bottom: none;
    transition: 333ms ease-in-out background-color; }
    .type-OpgRobustPage .location-mobile .phone a.phone-box:hover, .type-OpgSimplePage .location-mobile .phone a.phone-box:hover, .type-OpgLocationPage .location-mobile .phone a.phone-box:hover {
      background: rgba(255, 255, 255, 0.2);
      border-bottom: none; }

.type-OpgRobustPage .location-mobile .phone-box, .type-OpgSimplePage .location-mobile .phone-box, .type-OpgLocationPage .location-mobile .phone-box {
  margin-right: 1px; }

.type-OpgRobustPage .location-mobile .fax-box, .type-OpgSimplePage .location-mobile .fax-box, .type-OpgLocationPage .location-mobile .fax-box {
  margin-left: 1px; }

.type-OpgRobustPage .location-mobile .address, .type-OpgSimplePage .location-mobile .address, .type-OpgLocationPage .location-mobile .address {
  background: #00548B;
  margin: 0; }
  .type-OpgRobustPage .location-mobile .address .columns, .type-OpgSimplePage .location-mobile .address .columns, .type-OpgLocationPage .location-mobile .address .columns {
    padding: 6px 11px; }
  .type-OpgRobustPage .location-mobile .address a, .type-OpgSimplePage .location-mobile .address a, .type-OpgLocationPage .location-mobile .address a {
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    border-bottom: none; }

.type-OpgRobustPage .header-block--subnav a, .type-OpgSimplePage .header-block--subnav a, .type-OpgLocationPage .header-block--subnav a {
  padding: 17px 20px;
  font-family: "Aller W01 Regular", arial, sans-serif; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .type-OpgRobustPage .header-block--subnav a, .type-OpgSimplePage .header-block--subnav a, .type-OpgLocationPage .header-block--subnav a {
      padding: 17px 30px; } }

.type-OpgRobustPage .header-block--card-bottom, .type-OpgSimplePage .header-block--card-bottom, .type-OpgLocationPage .header-block--card-bottom {
  padding: 0; }

.type-OpgRobustPage .service-block, .type-OpgSimplePage .service-block, .type-OpgLocationPage .service-block {
  padding: 44px 43px 0px 43px; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .type-OpgRobustPage .service-block, .type-OpgSimplePage .service-block, .type-OpgLocationPage .service-block {
      padding: 42px 29px 0px 29px; } }
  .type-OpgRobustPage .service-block h3.service-block-header, .type-OpgSimplePage .service-block h3.service-block-header, .type-OpgLocationPage .service-block h3.service-block-header {
    font-family: "Adelle W01 SemiBold",arial,sans-serif;
    color: #002A5C;
    font-size: 35px;
    line-height: 32px;
    margin-bottom: 38px;
    display: inline-block; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .type-OpgRobustPage .service-block h3.service-block-header, .type-OpgSimplePage .service-block h3.service-block-header, .type-OpgLocationPage .service-block h3.service-block-header {
        font-size: 30px;
        font-weight: 600;
        line-height: 35px;
        padding-bottom: 10px;
        margin-bottom: 0;
        padding-top: 42px;
        padding-right: 29px; } }
    @media screen and (min-width: 48em) and (max-width: 74.9375em) {
      .type-OpgRobustPage .service-block h3.service-block-header, .type-OpgSimplePage .service-block h3.service-block-header, .type-OpgLocationPage .service-block h3.service-block-header {
        display: block;
        text-align: center;
        margin-bottom: 13px;
        float: none; } }
  .type-OpgRobustPage .service-block .epi-block--inner, .type-OpgSimplePage .service-block .epi-block--inner, .type-OpgLocationPage .service-block .epi-block--inner {
    padding: 0; }

.type-OpgRobustPage a.back-to-top, .type-OpgSimplePage a.back-to-top, .type-OpgLocationPage a.back-to-top {
  display: flex;
  height: 40px;
  width: 100px;
  border-radius: 8px 0 0 8px;
  background-color: #EB7722;
  color: #fff;
  font: "Aller W01 Bold", arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  position: fixed;
  bottom: 0;
  right: 0;
  text-align: left;
  padding-left: 12px;
  z-index: 10;
  align-items: center; }
  .type-OpgRobustPage a.back-to-top .icon, .type-OpgSimplePage a.back-to-top .icon, .type-OpgLocationPage a.back-to-top .icon {
    margin-left: 0.3125rem;
    width: 0.9375rem;
    height: 0.5625rem;
    transform: rotate(180deg); }

.type-OpgSimplePage .service-block {
  padding: 24px; }

.opg-ctabar {
  margin-bottom: -15px;
  position: relative;
  z-index: 1; }

.pagelistblock .epi-blocks .epi-block {
  border: 1px solid transparent; }
  .pagelistblock .epi-blocks .epi-block--background-overlay {
    background: #ecf2fa; }

.promo-primary {
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: 650px; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .promo-primary {
      min-height: 330px; } }
  .promo-primary .epi-block--inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding-left: 30px;
    padding-right: 30px; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .full .promo-primary .epi-block--inner {
      padding-left: 15px;
      padding-right: 15px; } }
  .bleed .promo-primary .epi-block--inner {
    padding-left: 45px;
    padding-right: 45px; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .bleed .promo-primary .epi-block--inner {
        padding-left: 15px;
        padding-right: 15px; } }
  .promo-primary .play-btn {
    cursor: pointer;
    margin-bottom: -9px; }
    .promo-primary .play-btn .icon {
      height: 50px;
      width: 50px;
      opacity: 0.75;
      transition: 333ms ease-in-out opacity; }
  .promo-primary:hover .play-btn .icon {
    opacity: 1; }
  .promo-primary.circle .play-btn .icon {
    color: white; }
  .promo-primary--inner {
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    padding: 40px;
    color: #424242;
    box-shadow: 0 0 9px 0 rgba(255, 255, 255, 0.5);
    max-width: 100%;
    display: inline-block;
    min-height: 320px;
    width: 320px; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .promo-primary--inner {
        padding-left: 15px;
        padding-right: 15px; } }
    .circle .promo-primary--inner {
      border-radius: 100%;
      min-height: 0;
      max-height: 260px;
      min-width: 260px;
      max-width: 260px;
      height: auto;
      width: 100%;
      padding: 25px;
      color: #fff;
      background: none;
      box-shadow: none;
      position: relative; }
      .circle .promo-primary--inner:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        border-radius: 260px;
        width: 260px;
        height: 260px;
        margin-top: -130px;
        margin-left: -130px;
        background: rgba(100, 167, 11, 0.7);
        box-shadow: 0 0 20px -5px rgba(255, 255, 255, 0.75); }
      @media screen and (min-width: 0em) and (max-width: 47.9375em) {
        .circle .promo-primary--inner .promo-primary--subheading {
          font-size: 16px;
          line-height: 1em; }
        .circle .promo-primary--inner .promo-primary--heading {
          font-size: 24px;
          line-height: 1em; }
        .circle .promo-primary--inner .promo-primary--copy {
          font-size: 13px;
          line-height: 1.2em; } }
      @media screen and (min-width: 48em) {
        .circle .promo-primary--inner {
          max-height: 320px;
          min-width: 320px;
          max-width: 320px; }
          .circle .promo-primary--inner:before {
            width: 320px;
            height: 320px;
            border-radius: 320px;
            margin-top: -160px;
            margin-left: -160px; } }
  .promo-primary.left {
    text-align: left; }
  .promo-primary.right {
    text-align: right; }
  .promo-primary--heading {
    font-size: 32px;
    line-height: 1em;
    margin: 0 0 10px;
    font-family: "Adelle W01 Regular", arial, sans-serif; }
  .promo-primary--subheading {
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 5px;
    font-style: italic;
    font-family: "Aller W01 Regular", arial, sans-serif; }
  .promo-primary--copy {
    font-family: "Aller W01 Regular", arial, sans-serif;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 10px; }
    .promo-primary--copy a,
    .promo-primary--copy .faux-a {
      color: #eb7722;
      font-family: "Aller W01 Bold", arial, sans-serif; }
  .promo-primary .learn-more {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center; }

.promo-two-cta--headline {
  font-size: 30px;
  line-height: 30px;
  font-family: "Adelle W01 SemiBold", arial, sans-serif;
  letter-spacing: -0.025em;
  margin: 0 0 20px 0; }

.promo-secondary {
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: 400px; }
  .promo-secondary .epi-block--inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%); }
  .promo-secondary--inner {
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    padding: 40px;
    color: #424242;
    box-shadow: 0 0 9px 0 rgba(255, 255, 255, 0.5);
    max-width: 80%;
    display: inline-block; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .promo-secondary--inner {
        padding-left: 15px;
        padding-right: 15px; } }
  .promo-secondary.left {
    text-align: left; }
  .promo-secondary.right {
    text-align: right; }
  .promo-secondary--heading {
    font-size: 32px;
    line-height: 35px;
    margin: 0 0 14px 0;
    font-family: "Aller W01 Regular", arial, sans-serif; }
    .promo-secondary--heading:last-child {
      margin-bottom: 0; }
  .promo-secondary--copy {
    font-family: "Aller W01 Regular", arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 14px 0; }
    .promo-secondary--copy a, .promo-secondary--copy .faux-a {
      font-family: "Aller W01 Bold", arial, sans-serif; }
    .promo-secondary--copy:last-child {
      margin-bottom: 0; }
  .promo-secondary .learn-more {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center; }
  .promo-secondary-overlay .epi-block--background-overlay {
    background: #02285e;
    opacity: 0.6; }
  .promo-secondary-overlay .promo-secondary--inner {
    padding: 0;
    color: #fff;
    background: none;
    display: block;
    max-width: none;
    box-shadow: none;
    max-width: 100%; }
  .promo-secondary-overlay .promo-secondary--icon {
    display: inline-block;
    text-align: center;
    padding: 20px;
    position: relative;
    margin-bottom: 15px; }
    .promo-secondary-overlay .promo-secondary--icon-overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 0.5;
      border-radius: 100%;
      box-shadow: 0 0 15px -2px rgba(255, 255, 255, 0.5); }
    .promo-secondary-overlay .promo-secondary--icon .icon {
      height: 30px;
      width: 30px;
      margin: 0;
      position: relative; }
  .promo-secondary-overlay .promo-secondary--heading {
    font-size: 36px;
    line-height: 40px;
    font-family: "Adelle W01 SemiBold", arial, sans-serif;
    letter-spacing: -0.025em;
    margin-bottom: 0; }
    .promo-secondary-overlay .promo-secondary--heading:last-child {
      margin-bottom: 0; }
  .promo-secondary-overlay .promo-secondary--subheading {
    font-size: 30px;
    line-height: 30px;
    font-family: "Adelle W01 SemiBold", arial, sans-serif;
    letter-spacing: -0.025em;
    margin-bottom: 0; }
    .promo-secondary-overlay .promo-secondary--subheading:last-child {
      margin-bottom: 0; }
  .promo-secondary-overlay .promo-secondary--btn {
    margin-top: 30px; }
    .promo-secondary-overlay .promo-secondary--btn:first-child {
      margin-top: 0;
      margin-bottom: 10px; }
  .promo-secondary .card--wait-time {
    color: #02285e;
    font-family: "Aller W01 Bold", arial, sans-serif;
    font-size: 20px;
    line-height: 23px;
    margin: 0; }
    .promo-secondary .card--wait-time .icon {
      margin-right: 10px;
      height: 23px;
      width: 23px;
      position: relative;
      top: -1.5px; }
  .promo-secondary .wait-times--link {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    line-height: 1.1em;
    margin: 10px 0 0;
    color: #eb7722; }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .promo-tertiary {
    margin-bottom: 20px; } }

.promo-tertiary .epi-block--inner, .bleed .promo-tertiary .epi-block--inner {
  padding: 40px;
  position: relative; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .promo-tertiary .epi-block--inner, .bleed .promo-tertiary .epi-block--inner {
      padding: 15px; } }

.promo-tertiary--inner {
  text-align: center;
  padding: 0;
  color: #666;
  max-width: 100%;
  display: block; }

.promo-tertiary--thumb {
  margin: 0 auto;
  max-width: none;
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }
  .promo-tertiary--thumb-wrapper {
    margin-bottom: 20px;
    width: 100%;
    height: 140px;
    min-width: 160px;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative; }

.promo-tertiary--subheading {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 5px;
  color: #666;
  font-family: "Aller W01 Bold", arial, sans-serif; }

.promo-tertiary--heading {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 5px;
  font-family: "Adelle W01 Regular", arial, sans-serif; }
  .promo-tertiary--heading:last-child {
    margin-bottom: 0; }
  .promo-tertiary--heading a, .promo-tertiary--heading .faux-a {
    color: #197cb1; }

.promo-tertiary--copy {
  font-family: "Aller W01 Regular", arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 10px;
  color: #666; }
  .promo-tertiary--copy a, .promo-tertiary--copy .faux-a {
    font-family: "Aller W01 Bold", arial, sans-serif; }
    .promo-tertiary--copy a.learn-more, .promo-tertiary--copy .faux-a.learn-more {
      text-transform: uppercase;
      font-weight: bold; }
  .promo-tertiary--copy:last-child {
    margin-bottom: 0; }

.promo-tertiary--date {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  clear: both;
  background: #0070ab;
  padding: 8px 0;
  border-radius: 100%;
  font-family: "Aller W01 Regular", arial, sans-serif;
  text-align: center;
  height: 45px;
  width: 45px;
  margin: 0 10px 0 -10px; }
  .promo-tertiary--date .month {
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase; }
  .promo-tertiary--date .day {
    display: block;
    font-size: 20px;
    line-height: 20px; }
  .promo-tertiary--date + * {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 45px); }

.promo-tertiary-news .promo-tertiary--inner, .promo-tertiary-events .promo-tertiary--inner, .promo-tertiary-links .promo-tertiary--inner, .promo-tertiary-blog .promo-tertiary--inner {
  display: block;
  text-align: left; }

.promo-tertiary-news .promo-tertiary--heading, .promo-tertiary-events .promo-tertiary--heading, .promo-tertiary-links .promo-tertiary--heading, .promo-tertiary-blog .promo-tertiary--heading {
  color: #02285e;
  font-family: "Adelle W01 Regular", arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0 0 15px; }

.promo-tertiary-news .promo-tertiary--subheading, .promo-tertiary-events .promo-tertiary--subheading, .promo-tertiary-links .promo-tertiary--subheading, .promo-tertiary-blog .promo-tertiary--subheading {
  color: #666;
  font-family: "Aller W01 Bold", arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1em;
  margin: 0; }

.promo-tertiary-news p, .promo-tertiary-events p, .promo-tertiary-links p, .promo-tertiary-blog p {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 10px; }
  .promo-tertiary-news p:last-child, .promo-tertiary-events p:last-child, .promo-tertiary-links p:last-child, .promo-tertiary-blog p:last-child {
    margin-bottom: 0; }
  .promo-tertiary-news p a.promo-tertiary--see-more-link, .promo-tertiary-news p .faux-a.promo-tertiary--see-more-link, .promo-tertiary-events p a.promo-tertiary--see-more-link, .promo-tertiary-events p .faux-a.promo-tertiary--see-more-link, .promo-tertiary-links p a.promo-tertiary--see-more-link, .promo-tertiary-links p .faux-a.promo-tertiary--see-more-link, .promo-tertiary-blog p a.promo-tertiary--see-more-link, .promo-tertiary-blog p .faux-a.promo-tertiary--see-more-link {
    text-transform: uppercase;
    font-family: "Aller W01 Bold", arial, sans-serif;
    font-size: 14px;
    line-height: 18px; }

.promo-tertiary .epi-block--background-overlay {
  background: rgba(218, 213, 205, 0.5); }

.promo-tertiary-events .promo-tertiary--heading {
  text-align: center; }
  .promo-tertiary-events .promo-tertiary--heading .faux-a {
    color: #02285e; }
  .promo-tertiary-events .promo-tertiary--heading .promo-tertiary--see-more-link {
    text-transform: uppercase; }

.promo-tertiary-events:hover .promo-tertiary--heading .faux-a, .promo-tertiary-events:focus .promo-tertiary--heading .faux-a, .no-touchevents .promo-tertiary-events:hover .promo-tertiary--heading .faux-a {
  color: #35537e;
  border-bottom-color: #35537e; }

.services-results-list > .row {
  padding-top: 15px; }
  .services-results-list > .row > .column, .services-results-list > .row > .columns {
    display: flex; }
  .services-results-list > .row .card {
    width: 100%; }

.simple-map-block .epi-block-inner {
  padding: 0; }

.simple-map-block .shim {
  display: block;
  max-width: none;
  width: 100%;
  height: auto; }

.simple-map--wrapper {
  float: right;
  clear: both;
  display: inline; }
  .simple-map--wrapper ~ .header-block--intro-heading,
  .simple-map--wrapper ~ .header-block--intro-tagline,
  .simple-map--wrapper ~ .header-block--intro-copy {
    text-align: left;
    margin-right: 350px; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .simple-map--wrapper {
      float: none;
      display: block;
      max-width: 100%;
      margin: 0 auto 20px; }
      .simple-map--wrapper ~ .header-block--intro-heading,
      .simple-map--wrapper ~ .header-block--intro-tagline,
      .simple-map--wrapper ~ .header-block--intro-copy {
        text-align: center;
        margin-right: 0; } }

.social-link {
  margin: 0 0 0 10px;
  border-bottom: none; }
  .social-link .screen-reader {
    font-size: 0;
    line-height: 0;
    text-indent: -50000px;
    opacity: 0.01;
    color: white; }
  .social-link .icon {
    height: 20px;
    width: 20px;
    margin-left: 0; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .social-link .icon {
        height: 16px;
        width: 16px; } }
  .no-touchevents .social-link:hover, .social-link:focus {
    color: #4796c1;
    border-bottom: none; }
    .no-touchevents .social-link:hover .icon, .social-link:focus .icon {
      fill: #4796c1; }
  .social-link:first-of-type {
    margin-left: 0; }
  .social-links {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.75);
    display: inline-block; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .social-links {
        bottom: auto;
        top: 0; } }

.text-editor.main-body-copy, .formcontainerblock.main-body-copy, .header-block--intro.main-body-copy {
  padding: 30px 0 15px;
  text-align: center; }
  .text-editor.main-body-copy .text-editor--content, .text-editor.main-body-copy .doctor-profile .tabs-content .block, .doctor-profile .tabs-content .text-editor.main-body-copy .block, .formcontainerblock.main-body-copy .text-editor--content, .formcontainerblock.main-body-copy .doctor-profile .tabs-content .block, .doctor-profile .tabs-content .formcontainerblock.main-body-copy .block, .header-block--intro.main-body-copy .text-editor--content, .header-block--intro.main-body-copy .doctor-profile .tabs-content .block, .doctor-profile .tabs-content .header-block--intro.main-body-copy .block {
    text-align: center;
    font-style: italic;
    color: #02285e;
    font-size: 16px;
    line-height: 20px; }
    .text-editor.main-body-copy .text-editor--content ul, .text-editor.main-body-copy .doctor-profile .tabs-content .block ul, .doctor-profile .tabs-content .text-editor.main-body-copy .block ul, .text-editor.main-body-copy .text-editor--content ol, .text-editor.main-body-copy .doctor-profile .tabs-content .block ol, .doctor-profile .tabs-content .text-editor.main-body-copy .block ol, .formcontainerblock.main-body-copy .text-editor--content ul, .formcontainerblock.main-body-copy .doctor-profile .tabs-content .block ul, .doctor-profile .tabs-content .formcontainerblock.main-body-copy .block ul, .formcontainerblock.main-body-copy .text-editor--content ol, .formcontainerblock.main-body-copy .doctor-profile .tabs-content .block ol, .doctor-profile .tabs-content .formcontainerblock.main-body-copy .block ol, .header-block--intro.main-body-copy .text-editor--content ul, .header-block--intro.main-body-copy .doctor-profile .tabs-content .block ul, .doctor-profile .tabs-content .header-block--intro.main-body-copy .block ul, .header-block--intro.main-body-copy .text-editor--content ol, .header-block--intro.main-body-copy .doctor-profile .tabs-content .block ol, .doctor-profile .tabs-content .header-block--intro.main-body-copy .block ol {
      display: inline-block;
      text-align: left; }

.text-editor--content, .doctor-profile .tabs-content .block, .text-editor-body,
.text-editor .EPiServerForms, .formcontainerblock--content, .formcontainerblock-body,
.formcontainerblock .EPiServerForms, .header-block--intro--content, .header-block--intro-body,
.header-block--intro .EPiServerForms {
  text-align: left;
  margin-left: auto;
  margin-right: auto; }
  .text-editor--content h1, .doctor-profile .tabs-content .block h1, .text-editor-body h1,
  .text-editor .EPiServerForms h1, .formcontainerblock--content h1, .formcontainerblock-body h1,
  .formcontainerblock .EPiServerForms h1, .header-block--intro--content h1, .header-block--intro-body h1,
  .header-block--intro .EPiServerForms h1 {
    font-family: "Adelle W01 SemiBold", arial, sans-serif;
    font-size: 44px;
    line-height: 48px;
    color: #02285e;
    margin: 0 0 13px 0; }
    .text-editor--content h1:last-child, .doctor-profile .tabs-content .block h1:last-child, .text-editor-body h1:last-child,
    .text-editor .EPiServerForms h1:last-child, .formcontainerblock--content h1:last-child, .formcontainerblock-body h1:last-child,
    .formcontainerblock .EPiServerForms h1:last-child, .header-block--intro--content h1:last-child, .header-block--intro-body h1:last-child,
    .header-block--intro .EPiServerForms h1:last-child {
      margin-bottom: 0; }
  .text-editor--content h2, .doctor-profile .tabs-content .block h2, .text-editor-body h2,
  .text-editor .EPiServerForms h2, .formcontainerblock--content h2, .formcontainerblock-body h2,
  .formcontainerblock .EPiServerForms h2, .header-block--intro--content h2, .header-block--intro-body h2,
  .header-block--intro .EPiServerForms h2 {
    font-family: "Adelle W01 SemiBold", arial, sans-serif;
    color: #02285e;
    font-size: 35px;
    line-height: 1.09em;
    margin: 0 0 0.516em 0; }
    .text-editor--content h2:last-child, .doctor-profile .tabs-content .block h2:last-child, .text-editor-body h2:last-child,
    .text-editor .EPiServerForms h2:last-child, .formcontainerblock--content h2:last-child, .formcontainerblock-body h2:last-child,
    .formcontainerblock .EPiServerForms h2:last-child, .header-block--intro--content h2:last-child, .header-block--intro-body h2:last-child,
    .header-block--intro .EPiServerForms h2:last-child {
      margin-bottom: 0; }
  .text-editor--content h3, .doctor-profile .tabs-content .block h3, .text-editor-body h3,
  .text-editor .EPiServerForms h3, .formcontainerblock--content h3, .formcontainerblock-body h3,
  .formcontainerblock .EPiServerForms h3, .header-block--intro--content h3, .header-block--intro-body h3,
  .header-block--intro .EPiServerForms h3 {
    font-family: "Adelle W01 Regular", arial, sans-serif;
    color: #197cb1;
    font-size: 28px;
    line-height: 1.15em;
    margin: 0 0 0.615em 0; }
    .text-editor--content h3:last-child, .doctor-profile .tabs-content .block h3:last-child, .text-editor-body h3:last-child,
    .text-editor .EPiServerForms h3:last-child, .formcontainerblock--content h3:last-child, .formcontainerblock-body h3:last-child,
    .formcontainerblock .EPiServerForms h3:last-child, .header-block--intro--content h3:last-child, .header-block--intro-body h3:last-child,
    .header-block--intro .EPiServerForms h3:last-child {
      margin-bottom: 0; }
  .text-editor--content h4, .doctor-profile .tabs-content .block h4, .text-editor-body h4,
  .text-editor .EPiServerForms h4, .formcontainerblock--content h4, .formcontainerblock-body h4,
  .formcontainerblock .EPiServerForms h4, .header-block--intro--content h4, .header-block--intro-body h4,
  .header-block--intro .EPiServerForms h4 {
    font-size: 18px;
    line-height: 22px;
    color: #666;
    margin: 0 0 13px 0; }
    .text-editor--content h4:last-child, .doctor-profile .tabs-content .block h4:last-child, .text-editor-body h4:last-child,
    .text-editor .EPiServerForms h4:last-child, .formcontainerblock--content h4:last-child, .formcontainerblock-body h4:last-child,
    .formcontainerblock .EPiServerForms h4:last-child, .header-block--intro--content h4:last-child, .header-block--intro-body h4:last-child,
    .header-block--intro .EPiServerForms h4:last-child {
      margin-bottom: 0; }
  .text-editor--content h5, .doctor-profile .tabs-content .block h5, .text-editor-body h5,
  .text-editor .EPiServerForms h5, .formcontainerblock--content h5, .formcontainerblock-body h5,
  .formcontainerblock .EPiServerForms h5, .header-block--intro--content h5, .header-block--intro-body h5,
  .header-block--intro .EPiServerForms h5 {
    font-size: 14px;
    line-height: 1.22em;
    text-transform: uppercase;
    font-family: "Aller W01 Bold", arial, sans-serif;
    letter-spacing: 0.1em;
    margin: 0 0 13px 0; }
    .text-editor--content h5:last-child, .doctor-profile .tabs-content .block h5:last-child, .text-editor-body h5:last-child,
    .text-editor .EPiServerForms h5:last-child, .formcontainerblock--content h5:last-child, .formcontainerblock-body h5:last-child,
    .formcontainerblock .EPiServerForms h5:last-child, .header-block--intro--content h5:last-child, .header-block--intro-body h5:last-child,
    .header-block--intro .EPiServerForms h5:last-child {
      margin-bottom: 0; }
  .text-editor--content h6, .doctor-profile .tabs-content .block h6, .text-editor-body h6,
  .text-editor .EPiServerForms h6, .formcontainerblock--content h6, .formcontainerblock-body h6,
  .formcontainerblock .EPiServerForms h6, .header-block--intro--content h6, .header-block--intro-body h6,
  .header-block--intro .EPiServerForms h6 {
    font-size: 16px;
    line-height: 22px;
    color: #666;
    font-family: "Aller W01 Regular", arial, sans-serif;
    margin: 0 0 0.93em 0; }
    .text-editor--content h6:last-child, .doctor-profile .tabs-content .block h6:last-child, .text-editor-body h6:last-child,
    .text-editor .EPiServerForms h6:last-child, .formcontainerblock--content h6:last-child, .formcontainerblock-body h6:last-child,
    .formcontainerblock .EPiServerForms h6:last-child, .header-block--intro--content h6:last-child, .header-block--intro-body h6:last-child,
    .header-block--intro .EPiServerForms h6:last-child {
      margin-bottom: 0; }
  .text-editor--content p, .doctor-profile .tabs-content .block p, .text-editor--content ol, .doctor-profile .tabs-content .block ol, .text-editor--content ul, .doctor-profile .tabs-content .block ul, .text-editor--content blockquote, .doctor-profile .tabs-content .block blockquote, .text-editor--content dl, .doctor-profile .tabs-content .block dl, .text-editor--content dt, .doctor-profile .tabs-content .block dt, .text-editor--content dd, .doctor-profile .tabs-content .block dd, .text-editor--content aside, .doctor-profile .tabs-content .block aside, .text-editor-body p, .text-editor-body ol, .text-editor-body ul, .text-editor-body blockquote, .text-editor-body dl, .text-editor-body dt, .text-editor-body dd, .text-editor-body aside,
  .text-editor .EPiServerForms p,
  .text-editor .EPiServerForms ol,
  .text-editor .EPiServerForms ul,
  .text-editor .EPiServerForms blockquote,
  .text-editor .EPiServerForms dl,
  .text-editor .EPiServerForms dt,
  .text-editor .EPiServerForms dd,
  .text-editor .EPiServerForms aside, .formcontainerblock--content p, .formcontainerblock--content ol, .formcontainerblock--content ul, .formcontainerblock--content blockquote, .formcontainerblock--content dl, .formcontainerblock--content dt, .formcontainerblock--content dd, .formcontainerblock--content aside, .formcontainerblock-body p, .formcontainerblock-body ol, .formcontainerblock-body ul, .formcontainerblock-body blockquote, .formcontainerblock-body dl, .formcontainerblock-body dt, .formcontainerblock-body dd, .formcontainerblock-body aside,
  .formcontainerblock .EPiServerForms p,
  .formcontainerblock .EPiServerForms ol,
  .formcontainerblock .EPiServerForms ul,
  .formcontainerblock .EPiServerForms blockquote,
  .formcontainerblock .EPiServerForms dl,
  .formcontainerblock .EPiServerForms dt,
  .formcontainerblock .EPiServerForms dd,
  .formcontainerblock .EPiServerForms aside, .header-block--intro--content p, .header-block--intro--content ol, .header-block--intro--content ul, .header-block--intro--content blockquote, .header-block--intro--content dl, .header-block--intro--content dt, .header-block--intro--content dd, .header-block--intro--content aside, .header-block--intro-body p, .header-block--intro-body ol, .header-block--intro-body ul, .header-block--intro-body blockquote, .header-block--intro-body dl, .header-block--intro-body dt, .header-block--intro-body dd, .header-block--intro-body aside,
  .header-block--intro .EPiServerForms p,
  .header-block--intro .EPiServerForms ol,
  .header-block--intro .EPiServerForms ul,
  .header-block--intro .EPiServerForms blockquote,
  .header-block--intro .EPiServerForms dl,
  .header-block--intro .EPiServerForms dt,
  .header-block--intro .EPiServerForms dd,
  .header-block--intro .EPiServerForms aside {
    font-family: "Aller W01 Regular", arial, sans-serif;
    color: #666;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 1.25em 0; }
    .text-editor--content p:last-child, .doctor-profile .tabs-content .block p:last-child, .text-editor--content ol:last-child, .doctor-profile .tabs-content .block ol:last-child, .text-editor--content ul:last-child, .doctor-profile .tabs-content .block ul:last-child, .text-editor--content blockquote:last-child, .doctor-profile .tabs-content .block blockquote:last-child, .text-editor--content dl:last-child, .doctor-profile .tabs-content .block dl:last-child, .text-editor--content dt:last-child, .doctor-profile .tabs-content .block dt:last-child, .text-editor--content dd:last-child, .doctor-profile .tabs-content .block dd:last-child, .text-editor--content aside:last-child, .doctor-profile .tabs-content .block aside:last-child, .text-editor-body p:last-child, .text-editor-body ol:last-child, .text-editor-body ul:last-child, .text-editor-body blockquote:last-child, .text-editor-body dl:last-child, .text-editor-body dt:last-child, .text-editor-body dd:last-child, .text-editor-body aside:last-child,
    .text-editor .EPiServerForms p:last-child,
    .text-editor .EPiServerForms ol:last-child,
    .text-editor .EPiServerForms ul:last-child,
    .text-editor .EPiServerForms blockquote:last-child,
    .text-editor .EPiServerForms dl:last-child,
    .text-editor .EPiServerForms dt:last-child,
    .text-editor .EPiServerForms dd:last-child,
    .text-editor .EPiServerForms aside:last-child, .formcontainerblock--content p:last-child, .formcontainerblock--content ol:last-child, .formcontainerblock--content ul:last-child, .formcontainerblock--content blockquote:last-child, .formcontainerblock--content dl:last-child, .formcontainerblock--content dt:last-child, .formcontainerblock--content dd:last-child, .formcontainerblock--content aside:last-child, .formcontainerblock-body p:last-child, .formcontainerblock-body ol:last-child, .formcontainerblock-body ul:last-child, .formcontainerblock-body blockquote:last-child, .formcontainerblock-body dl:last-child, .formcontainerblock-body dt:last-child, .formcontainerblock-body dd:last-child, .formcontainerblock-body aside:last-child,
    .formcontainerblock .EPiServerForms p:last-child,
    .formcontainerblock .EPiServerForms ol:last-child,
    .formcontainerblock .EPiServerForms ul:last-child,
    .formcontainerblock .EPiServerForms blockquote:last-child,
    .formcontainerblock .EPiServerForms dl:last-child,
    .formcontainerblock .EPiServerForms dt:last-child,
    .formcontainerblock .EPiServerForms dd:last-child,
    .formcontainerblock .EPiServerForms aside:last-child, .header-block--intro--content p:last-child, .header-block--intro--content ol:last-child, .header-block--intro--content ul:last-child, .header-block--intro--content blockquote:last-child, .header-block--intro--content dl:last-child, .header-block--intro--content dt:last-child, .header-block--intro--content dd:last-child, .header-block--intro--content aside:last-child, .header-block--intro-body p:last-child, .header-block--intro-body ol:last-child, .header-block--intro-body ul:last-child, .header-block--intro-body blockquote:last-child, .header-block--intro-body dl:last-child, .header-block--intro-body dt:last-child, .header-block--intro-body dd:last-child, .header-block--intro-body aside:last-child,
    .header-block--intro .EPiServerForms p:last-child,
    .header-block--intro .EPiServerForms ol:last-child,
    .header-block--intro .EPiServerForms ul:last-child,
    .header-block--intro .EPiServerForms blockquote:last-child,
    .header-block--intro .EPiServerForms dl:last-child,
    .header-block--intro .EPiServerForms dt:last-child,
    .header-block--intro .EPiServerForms dd:last-child,
    .header-block--intro .EPiServerForms aside:last-child {
      margin-bottom: 0; }
  .text-editor--content blockquote, .doctor-profile .tabs-content .block blockquote, .text-editor-body blockquote,
  .text-editor .EPiServerForms blockquote, .formcontainerblock--content blockquote, .formcontainerblock-body blockquote,
  .formcontainerblock .EPiServerForms blockquote, .header-block--intro--content blockquote, .header-block--intro-body blockquote,
  .header-block--intro .EPiServerForms blockquote {
    padding: 15px;
    background: rgba(0, 112, 171, 0.2);
    color: #0070ab;
    border: none; }
  .text-editor--content ol, .doctor-profile .tabs-content .block ol, .text-editor--content ul, .doctor-profile .tabs-content .block ul, .text-editor-body ol, .text-editor-body ul,
  .text-editor .EPiServerForms ol,
  .text-editor .EPiServerForms ul, .formcontainerblock--content ol, .formcontainerblock--content ul, .formcontainerblock-body ol, .formcontainerblock-body ul,
  .formcontainerblock .EPiServerForms ol,
  .formcontainerblock .EPiServerForms ul, .header-block--intro--content ol, .header-block--intro--content ul, .header-block--intro-body ol, .header-block--intro-body ul,
  .header-block--intro .EPiServerForms ol,
  .header-block--intro .EPiServerForms ul {
    margin: 0 0 2em 0;
    font-size: 16px;
    line-height: 26px; }
    .text-editor--content ol li, .doctor-profile .tabs-content .block ol li, .text-editor--content ul li, .doctor-profile .tabs-content .block ul li, .text-editor-body ol li, .text-editor-body ul li,
    .text-editor .EPiServerForms ol li,
    .text-editor .EPiServerForms ul li, .formcontainerblock--content ol li, .formcontainerblock--content ul li, .formcontainerblock-body ol li, .formcontainerblock-body ul li,
    .formcontainerblock .EPiServerForms ol li,
    .formcontainerblock .EPiServerForms ul li, .header-block--intro--content ol li, .header-block--intro--content ul li, .header-block--intro-body ol li, .header-block--intro-body ul li,
    .header-block--intro .EPiServerForms ol li,
    .header-block--intro .EPiServerForms ul li {
      margin: 0 0 .8em 3em; }
      @media screen and (max-width: 767px) {
        .text-editor--content ol li, .doctor-profile .tabs-content .block ol li, .text-editor--content ul li, .doctor-profile .tabs-content .block ul li, .text-editor-body ol li, .text-editor-body ul li,
        .text-editor .EPiServerForms ol li,
        .text-editor .EPiServerForms ul li, .formcontainerblock--content ol li, .formcontainerblock--content ul li, .formcontainerblock-body ol li, .formcontainerblock-body ul li,
        .formcontainerblock .EPiServerForms ol li,
        .formcontainerblock .EPiServerForms ul li, .header-block--intro--content ol li, .header-block--intro--content ul li, .header-block--intro-body ol li, .header-block--intro-body ul li,
        .header-block--intro .EPiServerForms ol li,
        .header-block--intro .EPiServerForms ul li {
          margin: 0 0 .8em 1em; } }
    .text-editor--content ol.bottom-border, .doctor-profile .tabs-content .block ol.bottom-border, .text-editor--content ul.bottom-border, .doctor-profile .tabs-content .block ul.bottom-border, .text-editor-body ol.bottom-border, .text-editor-body ul.bottom-border,
    .text-editor .EPiServerForms ol.bottom-border,
    .text-editor .EPiServerForms ul.bottom-border, .formcontainerblock--content ol.bottom-border, .formcontainerblock--content ul.bottom-border, .formcontainerblock-body ol.bottom-border, .formcontainerblock-body ul.bottom-border,
    .formcontainerblock .EPiServerForms ol.bottom-border,
    .formcontainerblock .EPiServerForms ul.bottom-border, .header-block--intro--content ol.bottom-border, .header-block--intro--content ul.bottom-border, .header-block--intro-body ol.bottom-border, .header-block--intro-body ul.bottom-border,
    .header-block--intro .EPiServerForms ol.bottom-border,
    .header-block--intro .EPiServerForms ul.bottom-border {
      margin-bottom: 0px;
      list-style: none;
      margin-left: 0;
      font-size: 18px;
      color: #02285e;
      padding-right: 0; }
      .text-editor--content ol.bottom-border li:first-of-type, .doctor-profile .tabs-content .block ol.bottom-border li:first-of-type, .text-editor--content ul.bottom-border li:first-of-type, .doctor-profile .tabs-content .block ul.bottom-border li:first-of-type, .text-editor-body ol.bottom-border li:first-of-type, .text-editor-body ul.bottom-border li:first-of-type,
      .text-editor .EPiServerForms ol.bottom-border li:first-of-type,
      .text-editor .EPiServerForms ul.bottom-border li:first-of-type, .formcontainerblock--content ol.bottom-border li:first-of-type, .formcontainerblock--content ul.bottom-border li:first-of-type, .formcontainerblock-body ol.bottom-border li:first-of-type, .formcontainerblock-body ul.bottom-border li:first-of-type,
      .formcontainerblock .EPiServerForms ol.bottom-border li:first-of-type,
      .formcontainerblock .EPiServerForms ul.bottom-border li:first-of-type, .header-block--intro--content ol.bottom-border li:first-of-type, .header-block--intro--content ul.bottom-border li:first-of-type, .header-block--intro-body ol.bottom-border li:first-of-type, .header-block--intro-body ul.bottom-border li:first-of-type,
      .header-block--intro .EPiServerForms ol.bottom-border li:first-of-type,
      .header-block--intro .EPiServerForms ul.bottom-border li:first-of-type {
        margin: 0 0; }
      .text-editor--content ol.bottom-border li, .doctor-profile .tabs-content .block ol.bottom-border li, .text-editor--content ul.bottom-border li, .doctor-profile .tabs-content .block ul.bottom-border li, .text-editor-body ol.bottom-border li, .text-editor-body ul.bottom-border li,
      .text-editor .EPiServerForms ol.bottom-border li,
      .text-editor .EPiServerForms ul.bottom-border li, .formcontainerblock--content ol.bottom-border li, .formcontainerblock--content ul.bottom-border li, .formcontainerblock-body ol.bottom-border li, .formcontainerblock-body ul.bottom-border li,
      .formcontainerblock .EPiServerForms ol.bottom-border li,
      .formcontainerblock .EPiServerForms ul.bottom-border li, .header-block--intro--content ol.bottom-border li, .header-block--intro--content ul.bottom-border li, .header-block--intro-body ol.bottom-border li, .header-block--intro-body ul.bottom-border li,
      .header-block--intro .EPiServerForms ol.bottom-border li,
      .header-block--intro .EPiServerForms ul.bottom-border li {
        margin: 0.8em 0;
        border-bottom: 1px solid #cecece;
        padding: 0 0 10px 0; }
  .text-editor--content dt, .doctor-profile .tabs-content .block dt, .text-editor-body dt,
  .text-editor .EPiServerForms dt, .formcontainerblock--content dt, .formcontainerblock-body dt,
  .formcontainerblock .EPiServerForms dt, .header-block--intro--content dt, .header-block--intro-body dt,
  .header-block--intro .EPiServerForms dt {
    font-family: "Aller W01 Bold", arial, sans-serif;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0;
    margin-bottom: 5px; }
  .text-editor--content dd, .doctor-profile .tabs-content .block dd, .text-editor-body dd,
  .text-editor .EPiServerForms dd, .formcontainerblock--content dd, .formcontainerblock-body dd,
  .formcontainerblock .EPiServerForms dd, .header-block--intro--content dd, .header-block--intro-body dd,
  .header-block--intro .EPiServerForms dd {
    margin-bottom: 20px; }
  .text-editor--content abbr, .doctor-profile .tabs-content .block abbr,
  .text-editor--content acronym,
  .doctor-profile .tabs-content .block acronym,
  .text-editor--content address,
  .doctor-profile .tabs-content .block address, .text-editor-body abbr,
  .text-editor-body acronym,
  .text-editor-body address,
  .text-editor .EPiServerForms abbr,
  .text-editor .EPiServerForms acronym,
  .text-editor .EPiServerForms address, .formcontainerblock--content abbr,
  .formcontainerblock--content acronym,
  .formcontainerblock--content address, .formcontainerblock-body abbr,
  .formcontainerblock-body acronym,
  .formcontainerblock-body address,
  .formcontainerblock .EPiServerForms abbr,
  .formcontainerblock .EPiServerForms acronym,
  .formcontainerblock .EPiServerForms address, .header-block--intro--content abbr,
  .header-block--intro--content acronym,
  .header-block--intro--content address, .header-block--intro-body abbr,
  .header-block--intro-body acronym,
  .header-block--intro-body address,
  .header-block--intro .EPiServerForms abbr,
  .header-block--intro .EPiServerForms acronym,
  .header-block--intro .EPiServerForms address {
    color: #666;
    font-size: 14px;
    line-height: 20px; }
  
  .text-editor--content address,
  .doctor-profile .tabs-content .block address, .text-editor-body address,
  .text-editor .EPiServerForms address, .formcontainerblock--content address, .formcontainerblock-body address,
  .formcontainerblock .EPiServerForms address, .header-block--intro--content address, .header-block--intro-body address,
  .header-block--intro .EPiServerForms address {
    line-height: 18px;
    font-style: italic;
    margin: 0 0 1em 0; }
  .text-editor--content table, .doctor-profile .tabs-content .block table, .text-editor-body table,
  .text-editor .EPiServerForms table, .formcontainerblock--content table, .formcontainerblock-body table,
  .formcontainerblock .EPiServerForms table, .header-block--intro--content table, .header-block--intro-body table,
  .header-block--intro .EPiServerForms table {
    width: 100%;
    color: #666;
    border: 1px solid #eee;
    border-top: none;
    border-left: none;
    margin: 1em auto; }
    .text-editor--content table caption, .doctor-profile .tabs-content .block table caption, .text-editor-body table caption,
    .text-editor .EPiServerForms table caption, .formcontainerblock--content table caption, .formcontainerblock-body table caption,
    .formcontainerblock .EPiServerForms table caption, .header-block--intro--content table caption, .header-block--intro-body table caption,
    .header-block--intro .EPiServerForms table caption {
      font-size: 12px;
      line-height: 16px; }
    .text-editor--content table th, .doctor-profile .tabs-content .block table th,
    .text-editor--content table td,
    .doctor-profile .tabs-content .block table td, .text-editor--content table caption, .doctor-profile .tabs-content .block table caption, .text-editor-body table th,
    .text-editor-body table td,
    .text-editor-body table caption,
    .text-editor .EPiServerForms table th,
    .text-editor .EPiServerForms table td,
    .text-editor .EPiServerForms table caption, .formcontainerblock--content table th,
    .formcontainerblock--content table td,
    .formcontainerblock--content table caption, .formcontainerblock-body table th,
    .formcontainerblock-body table td,
    .formcontainerblock-body table caption,
    .formcontainerblock .EPiServerForms table th,
    .formcontainerblock .EPiServerForms table td,
    .formcontainerblock .EPiServerForms table caption, .header-block--intro--content table th,
    .header-block--intro--content table td,
    .header-block--intro--content table caption, .header-block--intro-body table th,
    .header-block--intro-body table td,
    .header-block--intro-body table caption,
    .header-block--intro .EPiServerForms table th,
    .header-block--intro .EPiServerForms table td,
    .header-block--intro .EPiServerForms table caption {
      padding: 10px;
      border: 1px solid #eee;
      text-align: center;
      border-right: none;
      border-bottom: none; }
    .text-editor--content table th, .doctor-profile .tabs-content .block table th, .text-editor-body table th,
    .text-editor .EPiServerForms table th, .formcontainerblock--content table th, .formcontainerblock-body table th,
    .formcontainerblock .EPiServerForms table th, .header-block--intro--content table th, .header-block--intro-body table th,
    .header-block--intro .EPiServerForms table th {
      font-family: "Aller W01 Bold", arial, sans-serif; }
  .text-editor--content pre, .doctor-profile .tabs-content .block pre,
  .text-editor--content code,
  .doctor-profile .tabs-content .block code, .text-editor-body pre,
  .text-editor-body code,
  .text-editor .EPiServerForms pre,
  .text-editor .EPiServerForms code, .formcontainerblock--content pre,
  .formcontainerblock--content code, .formcontainerblock-body pre,
  .formcontainerblock-body code,
  .formcontainerblock .EPiServerForms pre,
  .formcontainerblock .EPiServerForms code, .header-block--intro--content pre,
  .header-block--intro--content code, .header-block--intro-body pre,
  .header-block--intro-body code,
  .header-block--intro .EPiServerForms pre,
  .header-block--intro .EPiServerForms code {
    height: auto;
    margin: 1em 0;
    display: block;
    background: #e6e6e6;
    color: #666;
    padding: 15px;
    border: 1px solid #cacaca;
    overflow: auto;
    max-width: 100%; }
  .text-editor--content hr, .doctor-profile .tabs-content .block hr, .text-editor-body hr,
  .text-editor .EPiServerForms hr, .formcontainerblock--content hr, .formcontainerblock-body hr,
  .formcontainerblock .EPiServerForms hr, .header-block--intro--content hr, .header-block--intro-body hr,
  .header-block--intro .EPiServerForms hr {
    border-color: #eee;
    padding: 0;
    margin: 15px 0; }

.text-editor .css-cols-2, .formcontainerblock .css-cols-2, .header-block--intro .css-cols-2 {
  column-count: 2; }

.text-editor .css-cols-3, .formcontainerblock .css-cols-3, .header-block--intro .css-cols-3 {
  column-count: 3; }

.text-editor .css-cols-4, .formcontainerblock .css-cols-4, .header-block--intro .css-cols-4 {
  column-count: 4; }
  @media screen and (min-width: 48em) and (max-width: 74.9375em) {
    .text-editor .css-cols-4, .formcontainerblock .css-cols-4, .header-block--intro .css-cols-4 {
      column-count: 2; } }

.text-editor [class*="css-cols-"], .formcontainerblock [class*="css-cols-"], .header-block--intro [class*="css-cols-"] {
  column-gap: 20px;
  font-size: inherit;
  padding-right: 0;
  text-align: left; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .text-editor [class*="css-cols-"], .formcontainerblock [class*="css-cols-"], .header-block--intro [class*="css-cols-"] {
      column-count: 1; } }
  .text-editor [class*="css-cols-"] li, .formcontainerblock [class*="css-cols-"] li, .header-block--intro [class*="css-cols-"] li {
    break-inside: avoid-column;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px; }
  .text-editor [class*="css-cols-"].bottom-border,
  .text-editor [class*="css-cols-"] .bottom-border, .formcontainerblock [class*="css-cols-"].bottom-border,
  .formcontainerblock [class*="css-cols-"] .bottom-border, .header-block--intro [class*="css-cols-"].bottom-border,
  .header-block--intro [class*="css-cols-"] .bottom-border {
    list-style-type: none; }
    .text-editor [class*="css-cols-"].bottom-border li,
    .text-editor [class*="css-cols-"] .bottom-border li, .formcontainerblock [class*="css-cols-"].bottom-border li,
    .formcontainerblock [class*="css-cols-"] .bottom-border li, .header-block--intro [class*="css-cols-"].bottom-border li,
    .header-block--intro [class*="css-cols-"] .bottom-border li {
      margin: 10 10;
      border-bottom: 1px solid #cecece; }

.text-editor .program-listing div, .formcontainerblock .program-listing div, .header-block--intro .program-listing div {
  break-inside: avoid-column;
  overflow-wrap: break-word; }

.text-editor .program-listing h3, .formcontainerblock .program-listing h3, .header-block--intro .program-listing h3 {
  /*color: #828282;*/
  color: #197cb1;
  margin-bottom: 0px;
  padding: 0px; }

.text-editor .program-listing ul, .formcontainerblock .program-listing ul, .header-block--intro .program-listing ul {
  list-style: none;
  margin-bottom: 20px; }

.text-editor .program-listing li, .formcontainerblock .program-listing li, .header-block--intro .program-listing li {
  margin: 0px;
  padding: 0px; }

.text-editor .program-listing a, .text-editor .program-listing a:hover, .formcontainerblock .program-listing a, .formcontainerblock .program-listing a:hover, .header-block--intro .program-listing a, .header-block--intro .program-listing a:hover {
  text-decoration: none;
  color: #197cb1; }

.text-editor .program-listing a, .formcontainerblock .program-listing a, .header-block--intro .program-listing a {
  color: #888888; }

.tooltip {
  float: right;
  display: inline;
  clear: both;
  position: relative;
  cursor: help; }
  .tooltip .icon {
    font-size: 14px;
    line-height: 16px;
    width: 20px;
    height: 20px;
    background: #fff;
    color: #0070ab;
    border: 2px solid #0070ab;
    position: relative;
    border-radius: 20px;
    text-align: center;
    text-indent: 1px; }
    .tooltip .icon:before {
      content: "";
      background: transparent;
      height: 30px;
      width: 40px;
      position: absolute;
      z-index: 1;
      display: block;
      right: -10px;
      bottom: -5px;
      opacity: 0.01; }
  .tooltip .bubble {
    background: #fff;
    color: #0070ab;
    padding: 10px;
    opacity: 0;
    pointer-events: none;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    bottom: 100%;
    margin-bottom: 5px;
    left: 50%;
    min-width: 200px;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    border: 2px solid #0070ab;
    transform: translateX(-50%);
    transition: 333ms ease-in-out opacity; }
    .tooltip .bubble:before {
      content: "";
      display: block;
      height: 20px;
      width: 20px;
      background: #fff;
      position: absolute;
      bottom: -11px;
      left: 50%;
      margin-left: -10px;
      border-left: 2px solid #0070ab;
      border-bottom: 2px solid #0070ab;
      transform: rotate(-45deg); }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .tooltip .bubble {
        left: auto;
        right: -11px;
        transform: none; }
        .tooltip .bubble:before {
          left: auto;
          right: 8px;
          margin-left: 0; } }
  .tooltip:hover .bubble {
    opacity: 1; }

.two-cta-container {
  max-width: 1370px;
  margin: 0 auto; }

.two-cta-container-row {
  padding: 0 5px;
  background-color: white;
  line-height: initial;
  display: flex;
  position: relative;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .two-cta-container-row {
      width: 100%;
      flex-direction: column;
      padding: 10px 5px; } }
  .two-cta-container-row .btn.btn-primary, .two-cta-container-row .doctor-profile .btn-primary.filter-results, .doctor-profile .two-cta-container-row .btn-primary.filter-results {
    padding: 12px 38px;
    min-width: 225px;
    max-width: 100%;
    min-height: 40px;
    border-radius: 5px;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .two-cta-container-row .btn.btn-primary, .two-cta-container-row .doctor-profile .btn-primary.filter-results, .doctor-profile .two-cta-container-row .btn-primary.filter-results {
        width: 100%;
        min-width: unset; } }
  .two-cta-container-row .two-cta-text {
    color: #666666;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    padding-top: 15px; }
    @media screen and (max-width: 767px) {
      .two-cta-container-row .two-cta-text {
        font-size: 14px; } }
  .two-cta-container-row .two-cta-subheader {
    text-align: center;
    letter-spacing: 0px;
    color: #002a5c !important;
    font-family: "Aller W01 Regular", sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-top: 7px;
    margin-bottom: -10px; }
    @media screen and (max-width: 767px) {
      .two-cta-container-row .two-cta-subheader {
        font-size: 18px; } }
  .two-cta-container-row .two-cta-left,
  .two-cta-container-row .two-cta-right {
    text-align: center;
    width: 50%;
    max-width: 50%; }
    .two-cta-container-row .two-cta-left .logo,
    .two-cta-container-row .two-cta-right .logo {
      max-width: 70%; }
    @media screen and (max-width: 767px) {
      .two-cta-container-row .two-cta-left,
      .two-cta-container-row .two-cta-right {
        width: 100%;
        max-width: 100%;
        text-align: center; } }
  .two-cta-container-row .two-cta-heading {
    color: #0070ab;
    font-size: 30px;
    font-family: "Adelle W01 Regular", arial, sans-serif;
    line-height: normal;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 7px; }
  .two-cta-container-row .two-cta-left {
    padding: 10px 40px 30px 170px; }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .two-cta-container-row .two-cta-left {
        padding: 10px 40px 30px 70px; } }
    @media screen and (max-width: 767px) {
      .two-cta-container-row .two-cta-left {
        padding: 10px 10px 30px 10px; } }
  .two-cta-container-row .two-cta-right {
    padding: 10px 170px 30px 40px; }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .two-cta-container-row .two-cta-right {
        padding: 10px 70px 30px 40px; } }
    @media screen and (max-width: 767px) {
      .two-cta-container-row .two-cta-right {
        padding: 10px; } }
  .two-cta-container-row .two-cta-or,
  .two-cta-container-row .two-cta-divider {
    margin-top: 1.9%;
    min-height: 200px;
    height: auto;
    border-right: 1px solid #EBEBEB;
    position: relative; }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .two-cta-container-row .two-cta-or,
      .two-cta-container-row .two-cta-divider {
        margin-top: 3%; } }
    @media screen and (max-width: 767px) {
      .two-cta-container-row .two-cta-or,
      .two-cta-container-row .two-cta-divider {
        min-height: 20px;
        width: 90%;
        margin: 0 auto;
        border-right: none;
        height: auto; }
        .two-cta-container-row .two-cta-or hr,
        .two-cta-container-row .two-cta-divider hr {
          border-color: #EBEBEB; }
        .two-cta-container-row .two-cta-or .or-text,
        .two-cta-container-row .two-cta-divider .or-text {
          display: none; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .two-cta-container-row .two-cta-or {
      margin-top: 22px;
      padding: 0px; } }
  .two-cta-container-row .two-cta-or:after {
    content: "or";
    position: absolute;
    top: 40%;
    left: -80%;
    background-color: white;
    color: #999999;
    line-height: 40px;
    font-size: 16px;
    font-family: "Aller W01 Regular", sans-serif;
    text-align: center; }
  @media screen and (max-width: 767px) {
    .two-cta-container-row .two-cta-or .or-text {
      position: absolute;
      top: 10px;
      width: 50px;
      left: calc(50% - 25px);
      background: #fff;
      color: #999999;
      font-size: 16px;
      font-family: "Aller W01 Regular", sans-serif;
      display: block; } }

.image-block-container {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: row; }
  .image-block-container img {
    margin-right: 15px;
    width: calc(50% - 7.5px); }
  .image-block-container .text-area {
    display: flex;
    position: relative;
    width: calc(50% - 7.5px);
    padding: 50px 60px;
    align-items: center; }
    .image-block-container .text-area .text-area-inner {
      text-align: left; }
      .image-block-container .text-area .text-area-inner .text-area-container {
        overflow: hidden;
        color: #3e444e; }
      .image-block-container .text-area .text-area-inner h3 {
        font-family: "Aller W01 Bold", sans-serif;
        font-size: 1.4rem;
        color: #333333; }
      .image-block-container .text-area .text-area-inner .cta-text-link {
        position: relative;
        display: inline-block;
        color: #512d6d;
        font-family: "Aller W01 Bold", sans-serif;
        text-transform: uppercase;
        padding-bottom: 2px; }
        .image-block-container .text-area .text-area-inner .cta-text-link:hover, .image-block-container .text-area .text-area-inner .cta-text-link:active, .image-block-container .text-area .text-area-inner .cta-text-link:focus, .image-block-container .text-area .text-area-inner .cta-text-link:visited {
          color: #35164d; }
        .image-block-container .text-area .text-area-inner .cta-text-link:hover {
          border-bottom: 1px solid #35164d; }
        .image-block-container .text-area .text-area-inner .cta-text-link:after {
          content: url(/ClientResources/Website/images/icons/ArrowRightPurple.svg);
          color: #512d6d;
          width: 7px;
          height: 7px;
          position: absolute;
          top: 0px;
          right: -15px; }
  .image-block-container .background {
    background-color: #EBEBEB; }

.image-block-container.right-align {
  flex-direction: row-reverse; }
  .image-block-container.right-align img {
    margin-right: 0px; }
  .image-block-container.right-align .text-area {
    margin-right: 15px; }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .image-block-container, .image-block-container.right-align {
    flex-direction: row; }
    .image-block-container img, .image-block-container.right-align img {
      width: 33.3333vw;
      max-height: 33.3333vw;
      margin-right: 0; }
    .image-block-container .text-area, .image-block-container.right-align .text-area {
      width: 66.6666%;
      margin-right: 0px;
      padding: 25px 40px; }
      .image-block-container .text-area .text-area-container, .image-block-container.right-align .text-area .text-area-container {
        max-height: calc(33.3333vw - 140px); }
    .image-block-container.desktop-only img, .image-block-container.right-align.desktop-only img {
      display: none; }
    .image-block-container.desktop-only .text-area, .image-block-container.right-align.desktop-only .text-area {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .image-block-container, .image-block-container.right-align {
    max-height: unset;
    flex-direction: column; }
    .image-block-container img, .image-block-container.right-align img {
      margin-right: 0px;
      width: 100%; }
    .image-block-container .text-area, .image-block-container.right-align .text-area {
      width: 100%;
      margin-right: 0px;
      padding: 20px 30px;
      max-height: unset;
      overflow: unset; }
      .image-block-container .text-area .text-area-inner, .image-block-container.right-align .text-area .text-area-inner {
        max-height: unset;
        overflow: unset; }
        .image-block-container .text-area .text-area-inner .text-area-container, .image-block-container.right-align .text-area .text-area-inner .text-area-container {
          overflow: unset;
          height: auto; }
    .image-block-container.desktop-only img, .image-block-container.right-align.desktop-only img {
      display: none; } }

.epi-block .epi-block--inner.hide-top-padding {
  padding-top: 0px; }

.epi-block .epi-block--inner.hide-bottom-padding {
  padding-bottom: 0px; }

.inline-image-container {
  position: relative;
  width: 100%;
  height: auto; }
  .inline-image-container img {
    width: 100%;
    height: auto; }

.inline-image-captionOverlay {
  background: rgba(57, 55, 55, 0.9);
  border-radius: 0px;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  z-index: 100;
  bottom: 0px;
  padding: 12px 39px;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .inline-image-captionOverlay {
      padding-left: 19px;
      padding-right: 19px; } }

.inline-image-captionOverlay.bottom-padding-adjustment {
  bottom: 30px; }
  @media screen and (max-width: 767px) {
    .inline-image-captionOverlay.bottom-padding-adjustment {
      bottom: 20px; } }

.inline-image-captionBelow {
  color: #666666;
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
  padding-left: 39px;
  padding-right: 39px;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .inline-image-captionBelow {
      padding-left: 19px;
      padding-right: 19px; } }

.inline-image-top-padding {
  padding-top: 30px; }
  @media screen and (max-width: 767px) {
    .inline-image-top-padding {
      padding-top: 20px; } }

.inline-image-bottom-padding {
  padding-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .inline-image-bottom-padding {
      padding-bottom: 20px; } }

@media screen and (max-width: 767px) {
  .mobile-hidden {
    display: none; } }

.ariaOnly {
  display: none; }

.twitter-block {
  text-align: center;
  min-height: 560px; }
  .twitter-block .epi-block--background {
    background: url(/ClientResources/Website/images/oh-loading-icon-fixed.gif) center center no-repeat;
    background-size: auto; }
  .twitter-block .epi-block--inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: hidden; }
  .twitter-block iframe {
    height: 100% !important; }

.video-block .epi-block--inner {
  padding: 0; }

.video-component {
  position: relative;
  width: 100%;
  background-image: url(/ClientResources/Website/images/shims/16x9.gif);
  background-color: #333;
  background-position: center center;
  background-size: cover;
  padding-bottom: 56.25%;
  /*
		// partial solution for vertically centering video
		// fails on larger landscape devices/screens
		iframe {
			width: 100% !important;
			height: auto !important;
			max-height: 100%;
			position: absolute;
			left: 0;
			top: 50% !important;
			transform: translateY(-50%);
		}
		*/ }
  .video-component iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0; }
  .video-component > div[style*="relative"] {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%; }

.video-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }
  .msie11 .video-js {
    width: 100%;
    height: 100%; }

.accordion,
.text-editor--content .accordion,
.doctor-profile .tabs-content .block .accordion {
  text-align: left; }
  .accordion dt,
  .text-editor--content .accordion dt,
  .doctor-profile .tabs-content .block .accordion dt {
    cursor: pointer;
    border: none;
    font-family: "Aller W01 Bold", arial, sans-serif;
    color: #0070ab;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    padding: 22px 20px 22px 60px;
    min-height: 60px;
    text-align: left;
    position: relative;
    margin: 0;
    font-weight: normal; }
    .accordion dt:before,
    .text-editor--content .accordion dt:before,
    .doctor-profile .tabs-content .block .accordion dt:before {
      content: "+";
      display: block;
      height: 20px;
      width: 20px;
      text-align: center;
      line-height: 20px;
      color: #fff;
      background: rgba(0, 112, 171, 0.6);
      position: absolute;
      left: 20px;
      top: 20px;
      border-radius: 20px;
      font-size: 14px;
      letter-spacing: 0; }
    .accordion dt.empty,
    .text-editor--content .accordion dt.empty,
    .doctor-profile .tabs-content .block .accordion dt.empty {
      cursor: default; }
      .accordion dt.empty:before,
      .text-editor--content .accordion dt.empty:before,
      .doctor-profile .tabs-content .block .accordion dt.empty:before {
        display: none; }
      .accordion dt.empty + dd,
      .accordion dt.empty.open + dd,
      .text-editor--content .accordion dt.empty + dd,
      .doctor-profile .tabs-content .block .accordion dt.empty + dd,
      .text-editor--content .accordion dt.empty.open + dd,
      .doctor-profile .tabs-content .block .accordion dt.empty.open + dd {
        display: none; }
    .accordion dt.open,
    .text-editor--content .accordion dt.open,
    .doctor-profile .tabs-content .block .accordion dt.open {
      padding-bottom: 0; }
      .accordion dt.open:before,
      .text-editor--content .accordion dt.open:before,
      .doctor-profile .tabs-content .block .accordion dt.open:before {
        text-indent: 0px;
        content: "\2013";
        line-height: 18px; }
  .accordion dd,
  .text-editor--content .accordion dd,
  .doctor-profile .tabs-content .block .accordion dd {
    display: none;
    padding: 20px;
    margin: 0;
    color: #666; }
    .accordion dd.open,
    .text-editor--content .accordion dd.open,
    .doctor-profile .tabs-content .block .accordion dd.open {
      padding-top: 0;
      display: block; }
  .accordion dt:nth-of-type(even), .accordion dd:nth-of-type(even),
  .text-editor--content .accordion dt:nth-of-type(even),
  .doctor-profile .tabs-content .block .accordion dt:nth-of-type(even),
  .text-editor--content .accordion dd:nth-of-type(even),
  .doctor-profile .tabs-content .block .accordion dd:nth-of-type(even) {
    background: rgba(0, 112, 171, 0.2); }
  .accordion dd:nth-of-type(even),
  .text-editor--content .accordion dd:nth-of-type(even),
  .doctor-profile .tabs-content .block .accordion dd:nth-of-type(even) {
    color: #02285e; }
  .accordion p,
  .text-editor--content .accordion p,
  .doctor-profile .tabs-content .block .accordion p {
    font-size: 16px; }

.meded-filter {
  text-align: left; }
  .meded-filter-item {
    text-align: left;
    height: 140px;
    margin-top: 20px; }
    .meded-filter-item.active {
      background-color: #f3f2ee; }
      .meded-filter-item.active--inner {
        border-bottom: none; }
    .meded-filter-item:last-child {
      margin-right: 0;
      margin-bottom: 20px; }
    .meded-filter-item--wrapper {
      display: inline-block;
      padding: 0;
      margin: 0;
      width: 100%;
      height: 100%;
      position: relative;
      border-bottom: none !important; }
      .meded-filter-item--wrapper:active, .meded-filter-item--wrapper:hover, .meded-filter-item--wrapper:focus {
        outline: none;
        border-bottom: none !important; }
    .meded-filter-item--inner {
      text-align: left;
      padding: 10px;
      color: #666;
      max-width: 100%;
      display: block;
      font-size: 16px;
      line-height: 20px;
      /* ----------- iPhone 5 and 5S - Portrait ----------- */
      /* ----------- iPad - Portrait ----------- */ }
      @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
        .meded-filter-item--inner {
          max-height: 142px;
          padding: 0; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
        .meded-filter-item--inner {
          max-width: 367px; } }
    .meded-filter-item--thumb {
      margin: 0;
      height: 95px;
      width: 95px;
      border-radius: 50%;
      background-size: cover; }
      .meded-filter-item--thumb-wrapper {
        margin: 0;
        height: 115px;
        width: 115px;
        display: inline-block;
        vertical-align: middle;
        /* ----------- iPhone 5 and 5S - Portrait ----------- */ }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
          .meded-filter-item--thumb-wrapper {
            vertical-align: top; } }
    .meded-filter-item--heading {
      margin: 0;
      font-family: "Adelle W01 Regular", arial, sans-serif;
      display: inline-block;
      padding-left: 10px;
      padding-bottom: 20px; }
      .meded-filter-item--heading a,
      .meded-filter-item--heading .faux-a {
        color: #116397; }
      .meded-filter-item--heading.columns {
        /* ----------- iPhone 5 and 5S - Portrait ----------- */
        /* ----------- Galaxy S5 - Portrait ----------- */
        /* ----------- iPhone 6 - Portrait ----------- */
        /* ----------- iPad - Portrait ----------- */
        /* ----------- iPad Pro - Landscape ----------- */ }
        @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
          .meded-filter-item--heading.columns {
            max-width: 151px; } }
        @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
          .meded-filter-item--heading.columns {
            max-width: 191px; } }
        @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
          .meded-filter-item--heading.columns {
            max-width: 226px; } }
        @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
          .meded-filter-item--heading.columns {
            max-width: 226px; } }
        @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
          .meded-filter-item--heading.columns {
            max-width: 275px; } }
      .meded-filter-item--heading.columns p {
        max-width: 287px; }
    .meded-filter-item--content {
      display: none;
      margin-top: 10px;
      opacity: 1;
      z-index: 10000;
      height: auto;
      padding-bottom: 20px; }
      .meded-filter-item--content.active {
        display: block;
        background-color: #f3f2ee; }
      .meded-filter-item--content a.close-btn {
        color: #6b6b6b;
        float: right;
        margin: 15px 15px 0 0;
        transition: none; }
        .meded-filter-item--content a.close-btn, .meded-filter-item--content a.close-btn:hover, .meded-filter-item--content a.close-btn:focus {
          outline: none;
          border: none; }
      .meded-filter-item--content-label, .meded-filter-item--content-data {
        display: inline-block;
        padding: 10px;
        font-size: 16px;
        text-align: left;
        color: #353535; }
        .meded-filter-item--content-label .small-4, .meded-filter-item--content-data .small-4 {
          padding: 5px; }
        .meded-filter-item--content-label p, .meded-filter-item--content-data p {
          font-family: "Adelle W01 SemiBold", arial, sans-serif;
          font-size: 16px;
          line-height: 20px;
          margin: 0; }
      .meded-filter-item--content-label p {
        text-transform: uppercase;
        font-family: "Aller W01 Bold", arial, sans-serif;
        font-weight: bold;
        text-align: right;
        word-wrap: break-word; }
  .meded-filter--heading {
    font-family: "Adelle W01 SemiBold", arial, sans-serif;
    color: #02285e;
    font-size: 35px;
    margin-top: 30px;
    line-height: 1.09em; }

.medicaleducationfilteredblock {
  padding-bottom: 25px; }

.quizbuilderscoredblock {
  overflow-x: hidden; }
  .quizbuilderscoredblock .epi-editContainer {
    z-index: 10; }

.quizbuildercategorizedblock {
  overflow-x: hidden;
  padding-bottom: 25px; }

.epi-block .btn, .epi-block .doctor-profile .filter-results, .doctor-profile .epi-block .filter-results {
  cursor: pointer; }

.epi-block .start-quiz {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 630px;
  height: 630px;
  padding: 50px 15px;
  position: relative; }
  .epi-block .start-quiz::before {
    background-color: rgba(0, 42, 92, 0.78);
    background-size: contain;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .epi-block .start-quiz .start-quiz-check,
  .epi-block .start-quiz .intro-title,
  .epi-block .start-quiz .intro-message,
  .epi-block .start-quiz .btn,
  .epi-block .start-quiz .doctor-profile .filter-results,
  .doctor-profile .epi-block .start-quiz .filter-results {
    z-index: 1; }
  .epi-block .start-quiz .start-quiz-check {
    width: 125px;
    height: 125px;
    margin-bottom: 50px;
    padding: 25px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.25); }
    .epi-block .start-quiz .start-quiz-check svg {
      fill: #fff; }
  .epi-block .start-quiz .intro-title,
  .epi-block .start-quiz .intro-message {
    margin-bottom: 20px; }
  .epi-block .start-quiz .intro-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.25; }
    @media screen and (max-width: 766px) {
      .epi-block .start-quiz .intro-title {
        font-size: 32px; } }
  .epi-block .start-quiz .intro-message {
    max-width: 75%; }

.epi-block .quiz-results {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-repeat: no-repeat;
  background-size: auto 630px;
  background-position: center top;
  min-height: 450px;
  position: relative;
  padding: 50px 0 0;
  width: 100%; }
  .epi-block .quiz-results .title {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    line-height: 1.25;
    color: #fefefe;
    text-shadow: 0 0 50px #000; }
    .epi-block .quiz-results .title span {
      color: inherit; }
    .epi-block .quiz-results .title .quiz-results--title--label {
      font-size: 14px;
      font-weight: bold;
      line-height: 18px; }
    .epi-block .quiz-results .title .quiz-results--title--sublabel {
      font-size: 24px;
      line-height: 1.25;
      font-weight: bold; }
  .epi-block .quiz-results .score {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #fff;
    background-color: rgba(108, 154, 10, 0.75);
    border-radius: 50%;
    width: 160px;
    height: 160px; }
    .epi-block .quiz-results .score .correct-answer-count,
    .epi-block .quiz-results .score .total-question-count {
      font-size: 30px; }
  .epi-block .quiz-results .category-score {
    font-size: 40px;
    line-height: 52px;
    color: #fff;
    font-family: "Adelle W01 SemiBold", arial, sans-serif;
    height: auto;
    text-shadow: 0 0 50px #000; }
  .epi-block .quiz-results .results-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    margin: 20px auto 0;
    width: 90%;
    background-color: rgba(255, 255, 255, 0.95); }
    @media screen and (max-width: 766px) {
      .epi-block .quiz-results .results-content {
        margin: 20px auto 20px; } }
    .epi-block .quiz-results .results-content .score-content {
      text-align: left;
      flex-basis: 75%;
      line-height: 1.25; }
      .epi-block .quiz-results .results-content .score-content .score-title, .epi-block .quiz-results .results-content .score-content .category-result-title {
        font-size: 18px;
        line-height: 1;
        font-weight: bold;
        color: rgba(108, 154, 10, 0.9);
        font-family: "Adelle W01 SemiBold", arial, sans-serif; }
      .epi-block .quiz-results .results-content .score-content .score-copy, .epi-block .quiz-results .results-content .score-content .category-content {
        font-size: 14px;
        margin-top: 18px;
        font-family: "Aller W01 Regular", arial, sans-serif;
        color: #666;
        font-weight: normal; }
      .epi-block .quiz-results .results-content .score-content .disclaimer {
        font-size: 14px;
        margin-top: 18px;
        color: #666;
        font-family: "Aller W01 Regular", arial, sans-serif;
        font-weight: normal;
        word-break: break-word; }
    .epi-block .quiz-results .results-content .related-links {
      display: flex;
      flex-direction: column;
      margin: 5px 0 0;
      text-align: left; }
      .epi-block .quiz-results .results-content .related-links .related-links-title {
        font-size: 20px;
        line-height: 24px;
        color: #666;
        font-family: "Adelle W01 Regular", arial, sans-serif; }
      .epi-block .quiz-results .results-content .related-links ul {
        font-size: 14px;
        line-height: 18px;
        list-style: none;
        margin: 10px 0 0; }
        .epi-block .quiz-results .results-content .related-links ul a {
          font-weight: bold; }
    .epi-block .quiz-results .results-content .category-content {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.25;
      color: #8A847B; }

.epi-block.quizbuilderscoredquestionblock .question-container, .epi-block.quizbuildercategorizedquestionblock .question-container {
  padding: 50px 0; }
  .epi-block.quizbuilderscoredquestionblock .question-container.has-bg-image, .epi-block.quizbuildercategorizedquestionblock .question-container.has-bg-image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 750px; }
    .epi-block.quizbuilderscoredquestionblock .question-container.has-bg-image .question-number,
    .epi-block.quizbuilderscoredquestionblock .question-container.has-bg-image .question-title,
    .epi-block.quizbuilderscoredquestionblock .question-container.has-bg-image .image-caption, .epi-block.quizbuildercategorizedquestionblock .question-container.has-bg-image .question-number,
    .epi-block.quizbuildercategorizedquestionblock .question-container.has-bg-image .question-title,
    .epi-block.quizbuildercategorizedquestionblock .question-container.has-bg-image .image-caption {
      color: #fff; }
  .epi-block.quizbuilderscoredquestionblock .question-container .question-number,
  .epi-block.quizbuilderscoredquestionblock .question-container .question-title, .epi-block.quizbuildercategorizedquestionblock .question-container .question-number,
  .epi-block.quizbuildercategorizedquestionblock .question-container .question-title {
    line-height: 1.25;
    clear: both;
    float: left;
    text-align: left;
    margin-left: 20px; }
  .epi-block.quizbuilderscoredquestionblock .question-container .question-number, .epi-block.quizbuildercategorizedquestionblock .question-container .question-number {
    color: #8A847B;
    font-size: 14px; }
  .epi-block.quizbuilderscoredquestionblock .question-container .question-title, .epi-block.quizbuildercategorizedquestionblock .question-container .question-title {
    color: #002a5c;
    font-size: 25px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 30px; }

.epi-block.quizbuilderscoredquestionblock .answers-container, .epi-block.quizbuildercategorizedquestionblock .answers-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px auto 50px;
  text-align: center;
  align-content: space-around; }
  .epi-block.quizbuilderscoredquestionblock .answers-container .answer, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer {
    flex-basis: 50%; }
    .epi-block.quizbuilderscoredquestionblock .answers-container .answer.wrong input[type="radio"]:checked ~ label .border-circle, .epi-block.quizbuilderscoredquestionblock .answers-container .answer.wrong .select2-container .select2-search .select2-search__field[type="radio"]:checked ~ label .border-circle, .select2-container .select2-search .epi-block.quizbuilderscoredquestionblock .answers-container .answer.wrong .select2-search__field[type="radio"]:checked ~ label .border-circle,
    .epi-block.quizbuilderscoredquestionblock .answers-container .answer.wrong input[type="radio"]:checked ~ label .border-square,
    .epi-block.quizbuilderscoredquestionblock .answers-container .answer.wrong .select2-container .select2-search .select2-search__field[type="radio"]:checked ~ label .border-square,
    .select2-container .select2-search .epi-block.quizbuilderscoredquestionblock .answers-container .answer.wrong .select2-search__field[type="radio"]:checked ~ label .border-square, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer.wrong input[type="radio"]:checked ~ label .border-circle, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer.wrong .select2-container .select2-search .select2-search__field[type="radio"]:checked ~ label .border-circle, .select2-container .select2-search .epi-block.quizbuildercategorizedquestionblock .answers-container .answer.wrong .select2-search__field[type="radio"]:checked ~ label .border-circle,
    .epi-block.quizbuildercategorizedquestionblock .answers-container .answer.wrong input[type="radio"]:checked ~ label .border-square,
    .epi-block.quizbuildercategorizedquestionblock .answers-container .answer.wrong .select2-container .select2-search .select2-search__field[type="radio"]:checked ~ label .border-square,
    .select2-container .select2-search .epi-block.quizbuildercategorizedquestionblock .answers-container .answer.wrong .select2-search__field[type="radio"]:checked ~ label .border-square {
      border-color: #c40707;
      color: #c40707; }
    .epi-block.quizbuilderscoredquestionblock .answers-container .answer.wrong input[type="radio"]:checked ~ label .image-caption, .epi-block.quizbuilderscoredquestionblock .answers-container .answer.wrong .select2-container .select2-search .select2-search__field[type="radio"]:checked ~ label .image-caption, .select2-container .select2-search .epi-block.quizbuilderscoredquestionblock .answers-container .answer.wrong .select2-search__field[type="radio"]:checked ~ label .image-caption, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer.wrong input[type="radio"]:checked ~ label .image-caption, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer.wrong .select2-container .select2-search .select2-search__field[type="radio"]:checked ~ label .image-caption, .select2-container .select2-search .epi-block.quizbuildercategorizedquestionblock .answers-container .answer.wrong .select2-search__field[type="radio"]:checked ~ label .image-caption {
      color: #c40707; }
    .epi-block.quizbuilderscoredquestionblock .answers-container .answer.wrong input[type="radio"]:checked ~ label .option-letter, .epi-block.quizbuilderscoredquestionblock .answers-container .answer.wrong .select2-container .select2-search .select2-search__field[type="radio"]:checked ~ label .option-letter, .select2-container .select2-search .epi-block.quizbuilderscoredquestionblock .answers-container .answer.wrong .select2-search__field[type="radio"]:checked ~ label .option-letter, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer.wrong input[type="radio"]:checked ~ label .option-letter, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer.wrong .select2-container .select2-search .select2-search__field[type="radio"]:checked ~ label .option-letter, .select2-container .select2-search .epi-block.quizbuildercategorizedquestionblock .answers-container .answer.wrong .select2-search__field[type="radio"]:checked ~ label .option-letter {
      background-color: #c40707; }
    .epi-block.quizbuilderscoredquestionblock .answers-container .answer input[type="radio"], .epi-block.quizbuilderscoredquestionblock .answers-container .answer .select2-container .select2-search .select2-search__field[type="radio"], .select2-container .select2-search .epi-block.quizbuilderscoredquestionblock .answers-container .answer .select2-search__field[type="radio"], .epi-block.quizbuildercategorizedquestionblock .answers-container .answer input[type="radio"], .epi-block.quizbuildercategorizedquestionblock .answers-container .answer .select2-container .select2-search .select2-search__field[type="radio"], .select2-container .select2-search .epi-block.quizbuildercategorizedquestionblock .answers-container .answer .select2-search__field[type="radio"] {
      display: none; }
      .epi-block.quizbuilderscoredquestionblock .answers-container .answer input[type="radio"]:checked ~ label .border-circle, .epi-block.quizbuilderscoredquestionblock .answers-container .answer .select2-container .select2-search .select2-search__field[type="radio"]:checked ~ label .border-circle, .select2-container .select2-search .epi-block.quizbuilderscoredquestionblock .answers-container .answer .select2-search__field[type="radio"]:checked ~ label .border-circle,
      .epi-block.quizbuilderscoredquestionblock .answers-container .answer input[type="radio"]:checked ~ label .border-square,
      .epi-block.quizbuilderscoredquestionblock .answers-container .answer .select2-container .select2-search .select2-search__field[type="radio"]:checked ~ label .border-square,
      .select2-container .select2-search .epi-block.quizbuilderscoredquestionblock .answers-container .answer .select2-search__field[type="radio"]:checked ~ label .border-square, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer input[type="radio"]:checked ~ label .border-circle, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer .select2-container .select2-search .select2-search__field[type="radio"]:checked ~ label .border-circle, .select2-container .select2-search .epi-block.quizbuildercategorizedquestionblock .answers-container .answer .select2-search__field[type="radio"]:checked ~ label .border-circle,
      .epi-block.quizbuildercategorizedquestionblock .answers-container .answer input[type="radio"]:checked ~ label .border-square,
      .epi-block.quizbuildercategorizedquestionblock .answers-container .answer .select2-container .select2-search .select2-search__field[type="radio"]:checked ~ label .border-square,
      .select2-container .select2-search .epi-block.quizbuildercategorizedquestionblock .answers-container .answer .select2-search__field[type="radio"]:checked ~ label .border-square {
        background-color: #fff;
        border: 4px solid rgba(108, 154, 10, 0.9);
        color: rgba(108, 154, 10, 0.9); }
      .epi-block.quizbuilderscoredquestionblock .answers-container .answer input[type="radio"]:checked ~ label .image-caption, .epi-block.quizbuilderscoredquestionblock .answers-container .answer .select2-container .select2-search .select2-search__field[type="radio"]:checked ~ label .image-caption, .select2-container .select2-search .epi-block.quizbuilderscoredquestionblock .answers-container .answer .select2-search__field[type="radio"]:checked ~ label .image-caption, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer input[type="radio"]:checked ~ label .image-caption, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer .select2-container .select2-search .select2-search__field[type="radio"]:checked ~ label .image-caption, .select2-container .select2-search .epi-block.quizbuildercategorizedquestionblock .answers-container .answer .select2-search__field[type="radio"]:checked ~ label .image-caption {
        color: rgba(108, 154, 10, 0.9); }
      .epi-block.quizbuilderscoredquestionblock .answers-container .answer input[type="radio"]:checked ~ label .option-letter, .epi-block.quizbuilderscoredquestionblock .answers-container .answer .select2-container .select2-search .select2-search__field[type="radio"]:checked ~ label .option-letter, .select2-container .select2-search .epi-block.quizbuilderscoredquestionblock .answers-container .answer .select2-search__field[type="radio"]:checked ~ label .option-letter, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer input[type="radio"]:checked ~ label .option-letter, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer .select2-container .select2-search .select2-search__field[type="radio"]:checked ~ label .option-letter, .select2-container .select2-search .epi-block.quizbuildercategorizedquestionblock .answers-container .answer .select2-search__field[type="radio"]:checked ~ label .option-letter {
        background-color: rgba(108, 154, 10, 0.9);
        color: #fff; }
    .epi-block.quizbuilderscoredquestionblock .answers-container .answer label, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer label {
      display: flex;
      flex-direction: column;
      align-items: center;
      line-height: 1.25;
      margin: 0 auto;
      width: 130px; }
      .epi-block.quizbuilderscoredquestionblock .answers-container .answer label .image, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer label .image {
        background-color: #fff;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border: 4px solid #fff;
        width: 100%;
        height: 130px; }
        .epi-block.quizbuilderscoredquestionblock .answers-container .answer label .image .border-circle, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer label .image .border-circle {
          border-radius: 50%; }
    .epi-block.quizbuilderscoredquestionblock .answers-container .answer .border-circle,
    .epi-block.quizbuilderscoredquestionblock .answers-container .answer .border-square, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer .border-circle,
    .epi-block.quizbuildercategorizedquestionblock .answers-container .answer .border-square {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: 130px;
      border: 4px solid #fff;
      background-color: #fff;
      box-shadow: 0 0 30px -10px #000;
      color: #002a5c;
      font-size: 40px;
      width: 130px;
      height: 130px;
      word-break: break-word;
      overflow: hidden; }
    .epi-block.quizbuilderscoredquestionblock .answers-container .answer .border-circle, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer .border-circle {
      border-radius: 50%; }
      .epi-block.quizbuilderscoredquestionblock .answers-container .answer .border-circle.text, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer .border-circle.text {
        font-size: 16px;
        line-height: 1.25; }
    .epi-block.quizbuilderscoredquestionblock .answers-container .answer .image-caption, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer .image-caption {
      display: flex;
      justify-content: center;
      font-size: 16px;
      font-weight: 700;
      margin: 20px auto 0;
      min-height: 60px; }
    .epi-block.quizbuilderscoredquestionblock .answers-container .answer .option-letter, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer .option-letter {
      display: flex;
      justify-content: center;
      border-radius: 50%;
      background: #cacac8;
      color: #8A847B;
      font-size: 16px;
      font-weight: 700;
      line-height: 30px;
      margin: 20px auto 30px;
      width: 30px;
      height: 30px; }
    .epi-block.quizbuilderscoredquestionblock .answers-container .answer:hover, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer:hover {
      cursor: pointer; }
  .epi-block.quizbuilderscoredquestionblock .answers-container.text .answer label .border-circle,
  .epi-block.quizbuilderscoredquestionblock .answers-container.text .answer label .border-square, .epi-block.quizbuildercategorizedquestionblock .answers-container.text .answer label .border-circle,
  .epi-block.quizbuildercategorizedquestionblock .answers-container.text .answer label .border-square {
    font-size: 16px; }

.epi-block.quizbuilderscoredquestionblock {
  display: none;
  background: #EBEBEB;
  margin: 20px; }
  .epi-block.quizbuilderscoredquestionblock .question-container {
    min-height: 654px; }
  .epi-block.quizbuilderscoredquestionblock .results-container {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    font-size: 16px;
    line-height: 1.25;
    margin: 0 auto;
    max-width: calc(100% - 25px);
    padding: 20px;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left; }
    @media screen and (max-width: 74.9375em) {
      .epi-block.quizbuilderscoredquestionblock .results-container[style*="flex"] {
        display: block !important;
        flex-direction: row;
        justify-content: flex-start;
        flex: none; }
        .epi-block.quizbuilderscoredquestionblock .results-container[style*="flex"] .results-body {
          flex: none; }
        .epi-block.quizbuilderscoredquestionblock .results-container[style*="flex"] .results-footer {
          flex: none;
          display: block; }
          .epi-block.quizbuilderscoredquestionblock .results-container[style*="flex"] .results-footer .next-question {
            margin: 0 -20px 0 auto; } }
    .epi-block.quizbuilderscoredquestionblock .results-container .results-body {
      flex-basis: 75%;
      word-wrap: break-word; }
      .epi-block.quizbuilderscoredquestionblock .results-container .results-body .results-title {
        display: none;
        font-size: 18px;
        font-family: "Adelle W01 Regular", arial, sans-serif; }
        .epi-block.quizbuilderscoredquestionblock .results-container .results-body .results-title.correct {
          color: rgba(108, 154, 10, 0.9); }
        .epi-block.quizbuilderscoredquestionblock .results-container .results-body .results-title.incorrect {
          color: #c40707; }
      .epi-block.quizbuilderscoredquestionblock .results-container .results-body .results-message {
        padding-bottom: 20px; }
      .epi-block.quizbuilderscoredquestionblock .results-container .results-body .disclaimer {
        font-size: 12px;
        margin-bottom: 20px; }
    .epi-block.quizbuilderscoredquestionblock .results-container .results-footer {
      display: flex;
      justify-content: flex-end;
      flex-shrink: 0;
      flex-basis: 25%; }
      .epi-block.quizbuilderscoredquestionblock .results-container .results-footer .next-question {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        align-self: flex-end;
        color: #fff;
        width: 70%;
        min-height: 50px;
        max-width: 260px;
        margin-right: -35px; }
        .epi-block.quizbuilderscoredquestionblock .results-container .results-footer .next-question .number-of,
        .epi-block.quizbuilderscoredquestionblock .results-container .results-footer .next-question .next-btn {
          padding: 15px; }
        .epi-block.quizbuilderscoredquestionblock .results-container .results-footer .next-question .number-of {
          display: flex;
          justify-content: center;
          flex-basis: 33%;
          background: #002a5c;
          font-size: 0.9em;
          max-width: 60px;
          padding: 18px;
          white-space: nowrap; }
        .epi-block.quizbuilderscoredquestionblock .results-container .results-footer .next-question .next-btn {
          cursor: pointer;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-basis: 67%;
          font-size: 1.2em;
          font-weight: 700;
          max-width: 200px;
          background: #0070ab; }
          .epi-block.quizbuilderscoredquestionblock .results-container .results-footer .next-question .next-btn .btn-text {
            flex-grow: 1;
            text-align: center; }
          .epi-block.quizbuilderscoredquestionblock .results-container .results-footer .next-question .next-btn .next-arrow {
            display: inline-block;
            align-self: center;
            flex-basis: 15px; }
            .epi-block.quizbuilderscoredquestionblock .results-container .results-footer .next-question .next-btn .next-arrow svg {
              fill: #fff;
              width: 15px;
              height: 15px; }

.epi-block.quizbuildercategorizedquestionblock.full:nth-child(odd) {
  background: #EBEBEB; }

@media screen and (min-width: 767px) {
  .epi-block.quizbuilderscoredquestionblock, .epi-block.quizbuildercategorizedquestionblock {
    max-width: 1176.92px; }
    .epi-block.quizbuilderscoredquestionblock .question-container.has-bg-image, .epi-block.quizbuildercategorizedquestionblock .question-container.has-bg-image {
      background-size: 100% auto; }
    .epi-block.quizbuilderscoredquestionblock .question-container .question-title, .epi-block.quizbuildercategorizedquestionblock .question-container .question-title {
      margin-bottom: 0; }
    .epi-block.quizbuilderscoredquestionblock .answers-container .answer, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer {
      flex-basis: 25%; }
      .epi-block.quizbuilderscoredquestionblock .answers-container .answer label, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer label {
        width: 165px; }
        .epi-block.quizbuilderscoredquestionblock .answers-container .answer label:hover, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer label:hover {
          cursor: pointer; }
        .epi-block.quizbuilderscoredquestionblock .answers-container .answer label .image, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer label .image {
          width: 165px;
          height: 165px; }
        .epi-block.quizbuilderscoredquestionblock .answers-container .answer label .border-circle,
        .epi-block.quizbuilderscoredquestionblock .answers-container .answer label .border-square, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer label .border-circle,
        .epi-block.quizbuildercategorizedquestionblock .answers-container .answer label .border-square {
          flex-basis: 165px;
          font-size: 50px;
          width: 165px;
          height: 165px; }
      .epi-block.quizbuilderscoredquestionblock .answers-container .answer .image-caption, .epi-block.quizbuildercategorizedquestionblock .answers-container .answer .image-caption {
        min-height: 40px; }
  .epi-block.quizbuilderscoredquestionblock .results-container {
    background: rgba(255, 255, 255, 0.95);
    flex-direction: row; }
    .epi-block.quizbuilderscoredquestionblock .results-container .results-body {
      max-width: 75%; }
    .epi-block.quizbuilderscoredquestionblock .results-container .results-footer {
      flex-direction: row;
      flex-grow: 1; }
      .epi-block.quizbuilderscoredquestionblock .results-container .results-footer .next-question {
        margin-bottom: -20px;
        margin-right: -20px;
        width: 100%; }
  .epi-block .quiz-results {
    background-size: cover;
    margin: 0 auto;
    max-width: 1176.92px;
    min-height: 600px; }
    .epi-block .quiz-results .results-content {
      flex-direction: row;
      margin: 0 auto; }
      .epi-block .quiz-results .results-content .related-links {
        margin: 20px 0 0 20px; } }

@keyframes slideIn {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideIn {
  animation-duration: 0.35s;
  animation-fill-mode: both;
  animation-name: slideIn; }

.environmentinfoblock {
  text-align: left;
  font-size: 16px;
  line-height: 1; }
  .environmentinfoblock .environment-value {
    margin-bottom: 10px; }

.home-img {
  display: block;
  width: 100%; }

.location-map-container {
  display: block;
  height: 300px;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .location-map-container {
      height: 435px; } }

.doctor-profile-container {
  padding-top: 26px; }

.doctor-profile .epi-block.bleed .epi-block--inner {
  margin-left: unset;
  margin-right: unset;
  max-width: none;
  height: auto; }

.doctor-profile .tabs-content {
  text-align: left; }
  .doctor-profile .tabs-content .block h3 {
    margin-bottom: 5px; }
  .doctor-profile .tabs-content .block .website-list {
    word-wrap: break-word; }
    .doctor-profile .tabs-content .block .website-list a {
      white-space: normal;
      word-wrap: break-word;
      word-break: break-all; }
  .doctor-profile .tabs-content .block .special-affiliation-block {
    margin: 10px 0; }
    .doctor-profile .tabs-content .block .special-affiliation-block a {
      display: block;
      border: none; }
  .doctor-profile .tabs-content .block .special-affiliation-text {
    margin-top: 10px;
    max-width: 420px; }
  .doctor-profile .tabs-content .block #scheduleContainer {
    max-width: 704px;
    margin: 0 auto; }
  .doctor-profile .tabs-content .block iframe {
    display: block;
    max-width: 100%;
    width: 100%;
    min-height: 480px;
    height: 100%; }
  .doctor-profile .tabs-content .block-title {
    font: 1.25rem "Adelle W01 Regular", arial, sans-serif; }
    @media screen and (min-width: 48em) {
      .doctor-profile .tabs-content .block-title {
        font-size: 1.5rem; } }
  .doctor-profile .tabs-content .datalist {
    margin: 0.25em 0; }
    .doctor-profile .tabs-content .datalist dt, .doctor-profile .tabs-content .datalist dd {
      font-size: 1em;
      line-height: 1.1; }
    .doctor-profile .tabs-content .datalist dt {
      border: none;
      margin: 0 0 .25em;
      padding: 0; }
    .doctor-profile .tabs-content .datalist dd {
      margin-bottom: 2px; }

.doctor-profile .filter-results {
  margin-bottom: 15px; }
  .doctor-profile .filter-results .label {
    background: none;
    color: #fff;
    font-size: 13px;
    line-height: 14px;
    padding: 0;
    white-space: normal;
    cursor: default;
    display: inline; }
  .doctor-profile .filter-results .icon {
    height: 14px;
    width: 14px;
    margin: 0;
    padding: 0; }

.doctor-profile section.open-scheduling {
  position: relative;
  padding: 5rem 0;
  overflow: hidden; }
  @media screen and (min-width: 48em) {
    .doctor-profile section.open-scheduling {
      padding: 6.25rem 0.625rem; } }
  .doctor-profile section.open-scheduling.visit-type-selected .title .select-appt {
    display: none; }
  .doctor-profile section.open-scheduling.visit-type-selected .title .sched-online {
    display: block; }
  .doctor-profile section.open-scheduling.visit-type-selected .widget-container.multiple-schedule {
    display: block;
    transform: translate(0, 0);
    opacity: 1; }
    @media screen and (min-width: 48em) {
      .doctor-profile section.open-scheduling.visit-type-selected .widget-container.multiple-schedule {
        transform: translate(0, 0); } }
  .doctor-profile section.open-scheduling .wrapper {
    position: relative;
    max-width: 79rem;
    margin: 1.875rem auto 0;
    overflow: hidden; }
  .doctor-profile section.open-scheduling .title {
    background: rgba(0, 42, 92, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    font: 1.125rem "Adelle W01 Regular", arial, sans-serif;
    line-height: 5rem;
    text-align: center;
    color: #fff; }
    @media screen and (min-width: 48em) {
      .doctor-profile section.open-scheduling .title {
        font-size: 1.5rem; } }
    .doctor-profile section.open-scheduling .title h3 {
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      margin: inherit; }
    .doctor-profile section.open-scheduling .title .sched-online.multiple {
      display: none; }
  .doctor-profile section.open-scheduling .visit-types {
    position: relative;
    margin-top: 0.9375rem;
    margin-left: 0;
    padding: 0; }
    @media screen and (min-width: 48em) {
      .doctor-profile section.open-scheduling .visit-types {
        margin: 0; } }
  .doctor-profile section.open-scheduling .widget-container, .doctor-profile section.open-scheduling .widget-iframe {
    box-sizing: content-box; }
  .doctor-profile section.open-scheduling .widget-container {
    background: #fff;
    border: 0.75rem solid rgba(0, 115, 174, 0.7);
    width: calc(100% - 24px);
    height: 30rem;
    margin: 1.25rem auto 0; }
    @media screen and (min-width: 48em) {
      .doctor-profile section.open-scheduling .widget-container {
        max-width: 43.75rem;
        width: 100%;
        height: 31.25rem;
        margin: 0 auto; } }
    .doctor-profile section.open-scheduling .widget-container.multiple-schedule {
      opacity: 0;
      transform: translate(0, 100%); }
      @media screen and (min-width: 48em) {
        .doctor-profile section.open-scheduling .widget-container.multiple-schedule {
          transition: all 1s linear;
          float: right;
          width: calc(100% - 400px);
          margin-top: 0.9375rem;
          transform: translate(100%, 0); } }
  .doctor-profile section.open-scheduling .widget-iframe {
    border: 0;
    max-width: 43.75rem;
    width: 100%;
    height: 25rem; }
    @media screen and (min-width: 48em) {
      .doctor-profile section.open-scheduling .widget-iframe {
        height: 38.125rem; } }

.landing-search {
  background: no-repeat center center/cover;
  position: relative; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .landing-search {
      background: transparent no-repeat center center/cover !important; } }
  @media screen and (min-width: 48em) {
    .landing-search {
      padding-top: 1.625rem;
      height: 49.8125rem;
      border-bottom: 0.625rem solid #197cb1; } }
  .landing-search .top-image {
    width: 100%; }
  .landing-search .breadcrumb {
    position: absolute;
    top: 0;
    left: 0; }
  @media screen and (min-width: 48em) {
    .landing-search-container {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translate(0, -50%); } }

.landing-bottom-img img {
  width: 100%; }

.doctor-count {
  order: 4;
  padding: 30px 0 0 30px; }
  @media screen and (min-width: 75em) {
    .doctor-count {
      order: 1;
      padding-top: 0; } }

.online-schedule-toggle {
  margin: 7.5px 5px 0px 0px;
  background: #dad5cd;
  height: 45px;
  border-radius: 4px;
  display: flex;
  max-width: 200px; }
  @media screen and (min-width: 48em) {
    .online-schedule-toggle {
      min-width: 290px;
      margin: 7.5px 20px; } }
  .online-schedule-toggle .toggle-container {
    width: 100%;
    margin: 10px;
    flex-wrap: nowrap;
    color: #512D6D;
    justify-content: space-between; }
  .online-schedule-toggle .calendar {
    margin-left: 0;
    margin-right: 8px;
    width: 28px;
    height: 28px; }
  .online-schedule-toggle .toggle-text {
    margin-right: 10px;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Aller W01 Bold", arial, sans-serif;
    text-align: left;
    vertical-align: middle; }
    @media screen and (min-width: 48em) {
      .online-schedule-toggle .toggle-text {
        padding: 0 15px; } }
  .online-schedule-toggle .toggle-slot {
    border-radius: 25px;
    transition: all .5s;
    width: 42px;
    display: inline-block; }
    .online-schedule-toggle .toggle-slot.toggle-slot-on {
      padding-left: 16px;
      padding-right: 0;
      background: #eb7722;
      border: 1px solid #eb7722; }
      .online-schedule-toggle .toggle-slot.toggle-slot-on .toggle-slider {
        border: #eb7722 solid 1px; }
    .online-schedule-toggle .toggle-slot.toggle-slot-off {
      padding-right: 16px;
      padding-left: 0;
      background: #c4bcb0;
      border: 1px solid #c4bcb0; }
      .online-schedule-toggle .toggle-slot.toggle-slot-off .toggle-slider {
        border: 1px solid #c4bcb0; }
    .online-schedule-toggle .toggle-slot .toggle-slider {
      padding: 11px;
      box-shadow: 0px 5px 18px 0 rgba(0, 0, 1, 0.3);
      border-radius: 50px;
      text-align: right;
      background: #fff; }

.sorting-container {
  order: 3;
  text-align: right;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
  padding: 0 15px; }
  @media screen and (min-width: 48em) {
    .sorting-container {
      justify-content: flex-end; } }
  @media screen and (min-width: 48em) and (max-width: 74.9375em) {
    .sorting-container {
      width: 100%; } }

.results-area {
  position: relative;
  padding: 0px; }
  @media screen and (min-width: 48em) {
    .results-area {
      padding: 7px 0; } }

.doctors-results-list {
  position: relative;
  padding: 0px; }
  @media screen and (min-width: 48em) {
    .doctors-results-list {
      padding: 30px 0; } }
  @media screen and (min-width: 48em) {
    .doctors-results-list .act-link-wrapper {
      position: absolute;
      bottom: 20px;
      right: 15px; }
      .doctors-results-list .act-link-wrapper.error-message {
        width: 100%;
        bottom: 30px; } }
  .doctors-results-list .act-link-wrapper a {
    text-decoration: none;
    font: 14px "Aller W01 Bold", arial, sans-serif; }
    @media screen and (min-width: 0em) and (max-width: 47.9375em) {
      .doctors-results-list .act-link-wrapper a {
        width: 310px;
        text-align: center;
        margin: 20px auto;
        display: block; } }
    @media screen and (min-width: 48em) {
      .doctors-results-list .act-link-wrapper a {
        font-size: 18px; } }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .services-results-list {
    width: calc(100% + 30px);
    margin-left: -15px; } }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .mobileBG {
    background-color: #f3f2ee; } }

.no-results-doctors .act-link-wrapper a {
  text-decoration: none;
  font: 14px "Aller W01 Bold", arial, sans-serif; }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .no-results-doctors .act-link-wrapper a {
      width: 310px;
      text-align: center;
      margin: 20px auto;
      display: block; } }
  @media screen and (min-width: 48em) {
    .no-results-doctors .act-link-wrapper a {
      font-size: 18px; } }

.hospital-page {
  position: relative; }
  .hospital-page .breadcrumb {
    position: absolute;
    top: 0;
    left: 0; }
  .hospital-page .hospital-img {
    display: block;
    width: 100%; }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  html.noScroll {
    overflow: hidden; } }

.AOE_Form {
  background: #f3f2ee; }
  .AOE_Form_Container {
    padding: 0 !important; }
  .AOE_Form .aoeForm {
    margin: 1.875rem 0 3.75rem;
    padding-top: 40px; }
    .AOE_Form .aoeForm-npilookup-form {
      margin-top: 5px; }
    .AOE_Form .aoeForm-npilookup-results {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch;
      width: 100%;
      margin: 0 -10px;
      padding: 0;
      list-style: none; }
      .AOE_Form .aoeForm-npilookup-results-item {
        display: block;
        padding: 10px;
        background: white;
        border: 1px solid #bebebe;
        flex: 0 1 calc(50% - 20px);
        margin: 10px;
        border-radius: 3px; }
        .AOE_Form .aoeForm-npilookup-results-item-name {
          display: block;
          font-size: 16px;
          line-height: 1.1em;
          margin: 0 0 5px; }
        .AOE_Form .aoeForm-npilookup-results-item-desc {
          display: block;
          font-size: 13px;
          line-height: 1.1em;
          margin: -1px 0 7px;
          color: #777; }
        .AOE_Form .aoeForm-npilookup-results-item-npi {
          display: block;
          font-size: 14px;
          line-height: 1.1em; }
    .AOE_Form .aoeForm-header {
      color: #02285e; }
      .AOE_Form .aoeForm-header-form {
        margin-top: 0.3125rem;
        margin-bottom: 2.5rem; }
        @media screen and (min-width: 48em) {
          .AOE_Form .aoeForm-header-form {
            margin-top: 0.625rem; } }
        .AOE_Form .aoeForm-header-form input, .AOE_Form .aoeForm-header-form .select2-container .select2-search .select2-search__field, .select2-container .select2-search .AOE_Form .aoeForm-header-form .select2-search__field {
          margin-bottom: 1.0625rem; }
          @media screen and (min-width: 48em) {
            .AOE_Form .aoeForm-header-form input, .AOE_Form .aoeForm-header-form .select2-container .select2-search .select2-search__field, .select2-container .select2-search .AOE_Form .aoeForm-header-form .select2-search__field {
              margin-bottom: 0; } }
        .AOE_Form .aoeForm-header-form .errorMsg {
          margin-top: 1.25rem; }
      .AOE_Form .aoeForm-header .DrLabel {
        margin-bottom: 1.125rem;
        font-size: 1rem;
        font-family: "Aller W01 Regular", arial, sans-serif; }
        @media screen and (min-width: 48em) {
          .AOE_Form .aoeForm-header .DrLabel {
            margin-bottom: 1.25rem;
            font-size: 1.0625rem; } }
      .AOE_Form .aoeForm-header .DrName {
        margin-bottom: 2.8125rem;
        font-size: 1.4375rem;
        font-family: "Adelle W01 SemiBold", arial, sans-serif; }
        @media screen and (min-width: 48em) {
          .AOE_Form .aoeForm-header .DrName {
            margin-bottom: 2.1875rem;
            font-size: 1.6875rem; } }
    .AOE_Form .aoeForm-selectEdit {
      margin-bottom: 3.125rem; }
      .AOE_Form .aoeForm-selectEdit-title {
        margin-bottom: 0.5rem; }
        @media screen and (min-width: 48em) {
          .AOE_Form .aoeForm-selectEdit-title {
            margin-bottom: 0.625rem; } }
      .AOE_Form .aoeForm-selectEdit-wrapper {
        background: #fff;
        border: 0.0625rem solid #d6d3d3; }
        @media screen and (min-width: 48em) {
          .AOE_Form .aoeForm-selectEdit-wrapper {
            max-height: 50rem; } }
      .AOE_Form .aoeForm-selectEdit-specialties {
        margin-bottom: 1.25rem; }
        @media screen and (min-width: 48em) {
          .AOE_Form .aoeForm-selectEdit-specialties {
            margin-right: 0.625rem; } }
        .AOE_Form .aoeForm-selectEdit-specialties-wrapper {
          margin-top: 1.25rem; }
          @media screen and (min-width: 48em) {
            .AOE_Form .aoeForm-selectEdit-specialties-wrapper {
              max-height: 48.4375rem;
              overflow: auto; } }
        .AOE_Form .aoeForm-selectEdit-specialties-btn {
          display: flex;
          justify-content: space-between;
          padding: 0.625rem 0.75rem;
          margin-bottom: 0.3125rem;
          border: 0.0625rem solid #d6d3d3;
          background: #ecf2fa;
          color: #014b8c;
          font-size: 0.8125rem;
          font-family: "Aller W01 Bold", arial, sans-serif;
          text-transform: uppercase; }
          .AOE_Form .aoeForm-selectEdit-specialties-btn:hover, .AOE_Form .aoeForm-selectEdit-specialties-btn.active {
            background: #0070ab;
            border: 0.0625rem solid #0070ab;
            color: #fff; }
      @media screen and (min-width: 48em) {
        .AOE_Form .aoeForm-selectEdit-AOEs {
          padding-top: 1.25rem;
          border-left: 0.0625rem solid #d6d3d3; } }
      .AOE_Form .aoeForm-selectEdit-AOEs-wrapper {
        color: #02285e;
        font-size: 0.8125rem;
        font-family: "Aller W01 Light", arial, sans-serif;
        overflow: auto; }
        @media screen and (min-width: 48em) {
          .AOE_Form .aoeForm-selectEdit-AOEs-wrapper {
            max-height: 48.4375rem; } }
        .AOE_Form .aoeForm-selectEdit-AOEs-wrapper.active {
          position: fixed;
          background: #fff;
          height: 100%;
          width: 100%;
          top: 0;
          left: 0;
          padding: 1.5625rem 0.875rem;
          z-index: 10;
          border: 0.0625rem solid #d6d3d3; }
          @media screen and (min-width: 48em) {
            .AOE_Form .aoeForm-selectEdit-AOEs-wrapper.active {
              position: static;
              padding: 0;
              z-index: 0;
              border: none; } }
        .AOE_Form .aoeForm-selectEdit-AOEs-wrapper .backBtn {
          margin-bottom: 1.875rem; }
        @media screen and (min-width: 48em) {
          .AOE_Form .aoeForm-selectEdit-AOEs-wrapper .specialtySubtitle {
            margin-left: 1rem; } }
      .AOE_Form .aoeForm-selectEdit-AOEs-list {
        margin: 0.8125rem 0 0; }
        .AOE_Form .aoeForm-selectEdit-AOEs-list-item ul {
          margin-left: 1.25rem;
          font-size: 0.8125rem;
          font-family: "Aller W01 Light", arial, sans-serif; }
        .AOE_Form .aoeForm-selectEdit-AOEs-list-item li .checkbox {
          font: normal 0.8125rem "Aller W01 Light", arial, sans-serif; }
        .AOE_Form .aoeForm-selectEdit-AOEs-list-item .checkbox {
          display: inline-flex;
          align-items: center;
          position: relative;
          cursor: pointer;
          font: normal 0.8125rem "Aller W01 Bold", arial, sans-serif; }
          .AOE_Form .aoeForm-selectEdit-AOEs-list-item .checkbox-wrapper {
            margin-bottom: 0.375rem; }
          .AOE_Form .aoeForm-selectEdit-AOEs-list-item .checkbox input[type="checkbox"], .AOE_Form .aoeForm-selectEdit-AOEs-list-item .checkbox .select2-container .select2-search .select2-search__field[type="checkbox"], .select2-container .select2-search .AOE_Form .aoeForm-selectEdit-AOEs-list-item .checkbox .select2-search__field[type="checkbox"] {
            visibility: hidden;
            position: absolute;
            top: 0;
            left: 0; }
            .AOE_Form .aoeForm-selectEdit-AOEs-list-item .checkbox input[type="checkbox"]:checked + .checkbox-tick .icon-check:after, .AOE_Form .aoeForm-selectEdit-AOEs-list-item .checkbox .select2-container .select2-search .select2-search__field[type="checkbox"]:checked + .checkbox-tick .icon-check:after, .select2-container .select2-search .AOE_Form .aoeForm-selectEdit-AOEs-list-item .checkbox .select2-search__field[type="checkbox"]:checked + .checkbox-tick .icon-check:after {
              opacity: 1; }
          @media screen and (min-width: 48em) {
            .AOE_Form .aoeForm-selectEdit-AOEs-list-item .checkbox:hover .checkbox-tick .icon-check:after {
              opacity: 0.5; } }
          .AOE_Form .aoeForm-selectEdit-AOEs-list-item .checkbox-tick {
            position: relative;
            margin-right: 0.625rem;
            width: 1.0625rem;
            height: 1.1875rem;
            border-radius: 0.25rem;
            border: 0.0625rem solid #c0c0c0; }
            .AOE_Form .aoeForm-selectEdit-AOEs-list-item .checkbox-tick .icon-check {
              position: absolute;
              top: 0;
              left: 0;
              margin: 0;
              width: 1.0625rem;
              height: 1.1875rem; }
              .AOE_Form .aoeForm-selectEdit-AOEs-list-item .checkbox-tick .icon-check:after {
                content: '';
                width: 0.625rem;
                height: 0.375rem;
                position: absolute;
                top: 0.25rem;
                left: 0.1875rem;
                border: 0.125rem solid #6b6b6b;
                border-top: none;
                border-right: none;
                background: transparent;
                opacity: 0;
                transform: rotate(-45deg); }
      .AOE_Form .aoeForm-selectEdit .specialtyTitle {
        margin-bottom: 0.3125rem;
        font-family: "Aller W01 Light Italic", arial, sans-serif;
        font-size: 0.9375rem;
        color: #02285e; }
        @media screen and (min-width: 48em) {
          .AOE_Form .aoeForm-selectEdit .specialtyTitle {
            margin-left: 1rem; } }
      .AOE_Form .aoeForm-selectEdit .toggleOtherSpecialtiesBtn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 0.625rem;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        font-family: "Aller W01 Light", arial, sans-serif;
        text-align: left;
        font-size: 0.6875rem; }
        .AOE_Form .aoeForm-selectEdit .toggleOtherSpecialtiesBtn .icon {
          height: 0.9375rem;
          width: 0.9375rem; }
    .AOE_Form .aoeForm-submitInfo-salutation {
      margin-bottom: 1.25rem;
      font-family: "Aller W01 Regular", arial, sans-serif;
      font-size: 1.1875rem;
      font-style: italic;
      color: #02285e; }
    .AOE_Form .aoeForm-submitInfo-title {
      margin-bottom: 0.3125rem; }
    .AOE_Form .aoeForm-submitInfo .requiredTitle {
      color: #eb7722;
      font-family: "Aller W01 Regular", arial, sans-serif;
      font-style: italic; }
    .AOE_Form .aoeForm-submitInfo .formNextBtn[disabled] {
      opacity: 0.5; }
      .AOE_Form .aoeForm-submitInfo .formNextBtn[disabled]:hover {
        background: #eb7722;
        opacity: 0.5; }
    .AOE_Form .aoeForm-summary [id^="recap-"] {
      text-align: center; }
      .AOE_Form .aoeForm-summary [id^="recap-"] > div {
        margin: 0 auto 10px; }
    .AOE_Form .aoeForm-summary-confirmation {
      color: #197cb1;
      font-family: "Adelle W01 SemiBold", arial, sans-serif;
      font-size: 1.375rem;
      line-height: 1.375rem;
      margin: 0 0 2rem; }
    .AOE_Form .aoeForm-summary-title {
      margin-bottom: 1.25rem; }
    .AOE_Form .aoeForm-summary-list {
      margin-bottom: 2.5rem; }
      @media screen and (min-width: 48em) {
        .AOE_Form .aoeForm-summary-list {
          margin-bottom: 3.75rem; } }
      .AOE_Form .aoeForm-summary-list .newAoeAdded {
        margin-left: 0.9375rem;
        color: #0070ab; }
      .AOE_Form .aoeForm-summary-list-aoe {
        display: flex;
        margin-bottom: 1.25rem; }
    .AOE_Form .aoeForm-summary .formSubmittingBtn[disabled] {
      opacity: 0.5; }
      .AOE_Form .aoeForm-summary .formSubmittingBtn[disabled]:hover {
        background: #eb7722;
        opacity: 0.5; }
    .AOE_Form .aoeForm h5 {
      color: #197cb1;
      font-family: "Adelle W01 SemiBold", arial, sans-serif;
      font-size: 0.9375rem;
      line-height: 0.9375rem;
      margin: 0 0 0.625rem; }

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

@media print {
  .main-nav,
  .footer,
  .breadcrumbs--wrapper {
    display: none !important; }
  .type-ProfilePage {
    /*.location-map-container,*/ }
    .type-ProfilePage .tabs-menu,
    .type-ProfilePage .tabs-content section.overview .link-menu {
      display: none !important; }
    .type-ProfilePage .profile-header .details--card-container .profile-img--wrap {
      width: 376px;
      overflow: hidden;
      margin: 0;
      min-height: 470px;
      height: auto; }
      .type-ProfilePage .profile-header .details--card-container .profile-img--wrap .profile-img {
        position: static;
        left: auto;
        transform: none;
        height: auto; }
    .type-ProfilePage .tabs-content section.overview .expertise {
      padding: 0 0.625rem 1.25rem; }
    .type-ProfilePage .block-other-websites,
    .type-ProfilePage .block-special-affiliations {
      display: none; }
    .type-ProfilePage .card-locations .card--contact {
      border: none; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .epi-blocks {
    display: block;
    flex: none; }
    .epi-blocks .epi-block {
      display: block;
      flex: none; }
  .row {
    display: block;
    flex: none; }
    .row .column, .row .columns {
      display: block;
      flex: none; }
  a[href]:after {
    content: none !important; } }

/* THIS FILE SHOULD ONLY CONTAIN IMPORTS TO OTHER FILES */

