@import url(1.css);
@font-face {
  font-family: "icomoon";
  src: url(../fonts/icomoon.20t4c4.eot);
  src: url(../fonts/icomoon.20t4c4.eot#iefix) format("embedded-opentype"),
    url(../fonts/icomoon.20t4c4.woff2) format("woff2"),
    url(../fonts/icomoon.20t4c4.woff) format("woff"),
    url(../fonts/icomoon.20t4c4.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/f95f9fc2-ffda-431c-9d6a-2c3668f5b20b.eot#iefix)
      format("eot"),
    url(../fonts/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2) format("woff2"),
    url(../fonts/050b1948-f226-4d20-a65a-15d8ed031222.woff) format("woff"),
    url(../fonts/beb88be6-2a60-46fe-914f-6892b3ae46ce.ttf) format("truetype");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/1b950d2a-907a-4888-8056-0d44e8e86338.eot#iefix)
      format("eot"),
    url(../fonts/3a46542f-f429-4821-9a88-62e3be54a640.woff2) format("woff2"),
    url(../fonts/50ac1699-f3d2-47b6-878f-67a368a17c41.woff) format("woff"),
    url(../fonts/0be5590f-8353-4ef3-ada1-43ac380859f8.ttf) format("truetype");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/829e3f99-4330-41bd-872d-3aae5404d41d.eot#iefix)
      format("eot"),
    url(../fonts/cb249624-c6ac-4fa8-84a6-921dc1627b9c.woff2) format("woff2"),
    url(../fonts/61a17c5f-4b44-4cb1-928a-52f47ac973dc.woff) format("woff"),
    url(../fonts/42c62872-d26e-47de-9b2d-6e876bb411d1.ttf) format("truetype");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: italic;
  font-weight: 100;
  src: url(../fonts/e36efb7d-12e3-4773-a830-26e5652373ea.eot#iefix)
      format("eot"),
    url(../fonts/261b4efb-3d70-4965-977d-38af9422700d.woff2) format("woff2"),
    url(../fonts/2e00514e-1764-4250-a0c5-aca3e5a8d133.woff) format("woff"),
    url(../fonts/e2fe2e07-9419-400f-953d-dc23cfa647a2.ttf) format("truetype");
}
@font-face {
  font-family: "Granjon";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/aaafa9cb-fbd8-4112-9799-6bd7e21ac9c7.eot#iefix)
      format("eot"),
    url(../fonts/5661f5e8-4294-4956-b6d5-acb6c42277a7.woff2) format("woff2"),
    url(../fonts/be1ab8f1-19f3-4e0b-9a7a-8153b07871e8.woff) format("woff"),
    url(../fonts/91e8f703-265a-4342-b688-bbe50adc8c44.ttf) format("truetype");
}
@font-face {
  font-family: "Granjon";
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/aaafa9cb-fbd8-4112-9799-6bd7e21ac9c7.eot#iefix)
      format("eot"),
    url(../fonts/5661f5e8-4294-4956-b6d5-acb6c42277a7.woff2) format("woff2"),
    url(../fonts/be1ab8f1-19f3-4e0b-9a7a-8153b07871e8.woff) format("woff"),
    url(../fonts/91e8f703-265a-4342-b688-bbe50adc8c44.ttf) format("truetype");
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #052049;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 678px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 820px) {
    .container, .container-sm, .container-md {
        max-width: 900px;
    }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1580px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 16px 17px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 28px;
  color: #052049;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dce0e6;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #052049;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #506380;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #052049;
}
select.form-control:focus::-ms-value {
  color: #052049;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: 17px;
  padding-bottom: 17px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 28px;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 16px 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 28px;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 68px !important;
  background-position: right 34px center;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      right 0.75rem center/8px 10px no-repeat,
    #fff
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
      center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
      no-repeat;
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 68px !important;
  background-position: right 34px center;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      right 0.75rem center/8px 10px no-repeat,
    #fff
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")
      center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
      no-repeat;
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  letter-spacing: 0.2px;
  text-align: center;
  white-space: wrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 12px 30px;
  font-size: 1rem;
  line-height: 28px;
  border-radius: 34px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn.btn-primary {
  background-color: #fec746;
  border-color: #fec746;
  color: #002570;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 12px 2px #006be9;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
.btn.overphoto {
  opacity: 0.8;
}
.btn span {
  vertical-align: text-bottom;
  margin-right: 8px;
}
.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #007eff;
  border-color: #007eff;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-primary:hover,
.btn-primary.hover {
  background-color: #007eff;
  border-color: #007eff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #052049;
  color: #bcc4cd;
  transform: scale(0.95);
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active span:before,
.btn-primary:not(:disabled):not(.disabled).active span:before {
  color: #bcc4cd;
}
.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background: #919496;
  border-color: #919496;
}
.btn-primary:focus,
.btn-primary.focus {
  background-color: #052049;
  border-color: #052049;
  outline: 0;
  box-shadow: 0 0 12px 2px #006be9;
}
.btn-primary span:before {
  font-size: 22px;
  color: #fff;
}
.btn-secondary {
  background: #fec746;
  border-color: #fec746;
  color: #052049;
}
.btn-secondary a {
  color: #052049;
}
.btn-secondary:hover,
.btn-secondary.hover {
  color: #052049;
  background: #dce0e6;
  border-color: #dce0e6;
}
.btn-secondary:hover a,
.btn-secondary.hover a {
  text-decoration: none;
  color: #052049;
}
.btn-secondary:hover span:before,
.btn-secondary.hover span:before {
  color: #052049;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
  color: #6b7e95;
  background: #f2f4f6;
  border-color: #f2f4f6;
  transform: scale(0.95);
  box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled):active span:before,
.btn-secondary:not(:disabled):not(.disabled).active span:before {
  color: #6b7e95;
}
.btn-secondary:disabled,
.btn-secondary.disabled {
  color: #fff;
  background: #919496;
  border-color: #919496;
}
.btn-secondary:disabled span:before,
.btn-secondary.disabled span:before {
  color: #fff;
}
.btn-secondary:focus,
.btn-secondary.focus {
  background: #dce0e6;
  border-color: #dce0e6;
  color: #052049;
  outline: 0;
  box-shadow: 0 0 12px 2px #006be9;
}
.btn-secondary:focus span:before,
.btn-secondary.focus span:before {
  color: #052049;
}
.btn-secondary span:before {
  font-size: 24px;
  color: #fff;
}
.btn-tertiary {
  background: #fff;
  border-color: #006be9;
  color: #006be9;
}
.btn-tertiary a {
  color: #006be9;
}
.btn-tertiary:hover,
.btn-tertiary.hover {
  background: #fff;
  border-color: #052049;
  color: #052049;
}
.btn-tertiary:hover a,
.btn-tertiary.hover a {
  color: #052049;
}
.btn-tertiary:hover span:before,
.btn-tertiary.hover span:before {
  color: #052049;
}
.btn-tertiary:not(:disabled):not(.disabled):active,
.btn-tertiary:not(:disabled):not(.disabled).active {
  color: #6b7e95;
  background: #f2f4f6;
  border-color: #f2f4f6;
  transform: scale(0.95);
  box-shadow: none;
}
.btn-tertiary:not(:disabled):not(.disabled):active span:before,
.btn-tertiary:not(:disabled):not(.disabled).active span:before {
  color: #6b7e95;
}
.btn-tertiary:disabled,
.btn-tertiary.disabled {
  color: #fff;
  background: #919496;
  border-color: #919496;
}
.btn-tertiary:disabled span:before,
.btn-tertiary.disabled span:before {
  color: #fff;
}
.btn-tertiary:focus,
.btn-tertiary.focus {
  background: #fff;
  border-color: #052049;
  color: #052049;
  outline: 0;
  box-shadow: 0 0 12px 2px #006be9;
}
.btn-tertiary:focus span:before,
.btn-tertiary.focus span:before {
  color: #052049;
}
.btn-tertiary span:before {
  font-size: 24px;
  color: #006be9;
}
div.btn .component-content div a {
  display: block;
  padding: 17px 32px;
}
div.btn .component-content div a:hover {
  text-decoration: none;
}
.btn-drawer {
  background: #fff;
  border-color: #d5d9de;
  border-width: 2px;
  color: #052049;
}
.btn-drawer:hover,
.btn-drawer.hover {
  color: #006be9;
  background: #fff;
  border-color: #d5d9de;
}
.btn-drawer:not(:disabled):not(.disabled):active,
.btn-drawer:not(:disabled):not(.disabled).active {
  color: #006be9;
  background: #fff;
  border-color: #d5d9de;
  box-shadow: none;
  opacity: 0.75;
}
.btn-drawer:disabled,
.btn-drawer.disabled {
  color: #d5d9de;
  background: #fff;
  border-color: #d5d9de;
}
.btn-drawer:focus,
.btn-drawer.focus {
  background: #fff;
  border-color: #fff;
  color: #006be9;
  outline: 0;
  box-shadow: 0 0 12px 2px #006be9;
}
.btn-drawer.btn-cta {
  border: 0;
  font-weight: bold;
  color: #006be9;
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #052049;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
@media (max-width: 991.98px) {
  .btn-primary:focus,
  .btn-primary.focus {
    background-color: #006be9;
    border-color: #006be9;
  }
  .btn-primary span:before {
    font-size: 22px;
    color: #fff;
  }
  .btn-secondary:focus,
  .btn-secondary.focus {
    background: #dce0e6;
    border-color: #dce0e6;
    color: #052049;
  }
  .btn-secondary:focus span:before,
  .btn-secondary.focus span:before {
    color: #052049;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .btn-primary:focus,
  .btn-primary.focus {
    background-color: #006be9;
    border-color: #006be9;
  }
  .btn-primary span:before {
    font-size: 22px;
    color: #fff;
  }
  .btn-secondary:focus,
  .btn-secondary.focus {
    background: #dce0e6;
    border-color: #dce0e6;
    color: #052049;
  }
  .btn-secondary:focus span:before,
  .btn-secondary.focus span:before {
    color: #052049;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .btn-primary:focus,
  .btn-primary.focus {
    background-color: #006be9;
    border-color: #006be9;
  }
  .btn-primary span:before {
    font-size: 22px;
    color: #fff;
  }
  .btn-secondary:focus,
  .btn-secondary.focus {
    background: #dce0e6;
    border-color: #dce0e6;
    color: #052049;
  }
  .btn-secondary:focus span:before,
  .btn-secondary.focus span:before {
    color: #052049;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .btn-primary:focus,
  .btn-primary.focus {
    background-color: #006be9;
    border-color: #006be9;
  }
  .btn-primary span:before {
    font-size: 22px;
    color: #fff;
  }
  .btn-secondary:focus,
  .btn-secondary.focus {
    background: #dce0e6;
    border-color: #dce0e6;
    color: #052049;
  }
  .btn-secondary:focus span:before,
  .btn-secondary.focus span:before {
    color: #052049;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .btn-primary:focus,
  .btn-primary.focus {
    background-color: #006be9;
    border-color: #006be9;
  }
  .btn-primary span:before {
    font-size: 22px;
    color: #fff;
  }
  .btn-secondary:focus,
  .btn-secondary.focus {
    background: #dce0e6;
    border-color: #dce0e6;
    color: #052049;
  }
  .btn-secondary:focus span:before,
  .btn-secondary.focus span:before {
    color: #052049;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .btn-primary:focus,
  .btn-primary.focus {
    background-color: #006be9;
    border-color: #006be9;
  }
  .btn-primary span:before {
    font-size: 22px;
    color: #fff;
  }
  .btn-secondary:focus,
  .btn-secondary.focus {
    background: #dce0e6;
    border-color: #dce0e6;
    color: #052049;
  }
  .btn-secondary:focus span:before,
  .btn-secondary.focus span:before {
    color: #052049;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .btn-primary:focus,
  .btn-primary.focus {
    background-color: #006be9;
    border-color: #006be9;
  }
  .btn-primary span:before {
    font-size: 22px;
    color: #fff;
  }
  .btn-secondary:focus,
  .btn-secondary.focus {
    background: #dce0e6;
    border-color: #dce0e6;
    color: #052049;
  }
  .btn-secondary:focus span:before,
  .btn-secondary.focus span:before {
    color: #052049;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .btn-primary:focus,
  .btn-primary.focus {
    background-color: #006be9;
    border-color: #006be9;
  }
  .btn-primary span:before {
    font-size: 22px;
    color: #fff;
  }
  .btn-secondary:focus,
  .btn-secondary.focus {
    background: #dce0e6;
    border-color: #dce0e6;
    color: #052049;
  }
  .btn-secondary:focus span:before,
  .btn-secondary.focus span:before {
    color: #052049;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .btn-primary:focus,
  .btn-primary.focus {
    background-color: #006be9;
    border-color: #006be9;
  }
  .btn-primary span:before {
    font-size: 22px;
    color: #fff;
  }
  .btn-secondary:focus,
  .btn-secondary.focus {
    background: #dce0e6;
    border-color: #dce0e6;
    color: #052049;
  }
  .btn-secondary:focus span:before,
  .btn-secondary.focus span:before {
    color: #052049;
  }
}
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .btn-primary:focus,
  .btn-primary.focus {
    background-color: #006be9;
    border-color: #006be9;
  }
  .btn-primary span:before {
    font-size: 22px;
    color: #fff;
  }
  .btn-secondary:focus,
  .btn-secondary.focus {
    background: #dce0e6;
    border-color: #dce0e6;
    color: #052049;
  }
  .btn-secondary:focus span:before,
  .btn-secondary.focus span:before {
    color: #052049;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .btn-primary:focus,
  .btn-primary.focus {
    background-color: #006be9;
    border-color: #006be9;
  }
  .btn-primary span:before {
    font-size: 22px;
    color: #fff;
  }
  .btn-secondary:focus,
  .btn-secondary.focus {
    background: #dce0e6;
    border-color: #dce0e6;
    color: #052049;
  }
  .btn-secondary:focus span:before,
  .btn-secondary.focus span:before {
    color: #052049;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .btn-primary:focus,
  .btn-primary.focus {
    background-color: #006be9;
    border-color: #006be9;
  }
  .btn-primary span:before {
    font-size: 22px;
    color: #fff;
  }
  .btn-secondary:focus,
  .btn-secondary.focus {
    background: #dce0e6;
    border-color: #dce0e6;
    color: #052049;
  }
  .btn-secondary:focus span:before,
  .btn-secondary.focus span:before {
    color: #006be9;
  }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .btn-primary:focus,
  .btn-primary.focus {
    background-color: #006be9;
    border-color: #006be9;
  }
  .btn-primary span:before {
    font-size: 22px;
    color: #fff;
  }
  .btn-secondary:focus,
  .btn-secondary.focus {
    background: #dce0e6;
    border-color: #dce0e6;
    color: #052049;
  }
  .btn-secondary:focus span:before,
  .btn-secondary.focus span:before {
    color: #052049;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
/*  opacity: 0;*/
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -100px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 6rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.menu li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid #000;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
/*  font-weight: 400;*/
  color: #052049;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 24px;
  padding-left: 24px;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation)
  > .custom-file:not(:last-child)
  .custom-file-label,
.input-group:not(.has-validation)
  > .custom-file:not(:last-child)
  .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation
  > .custom-file:nth-last-child(n + 3)
  .custom-file-label,
.input-group.has-validation
  > .custom-file:nth-last-child(n + 3)
  .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 16px 17px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 28px;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0px;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation)
  > .input-group-append:not(:last-child)
  > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation
  > .input-group-append:nth-last-child(n + 3)
  > .input-group-text,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #052049;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0px 1rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar .mobile-search-btn {
  display: none;
}
.navbar .navbar-nav {
  text-align: center;
}
@media (max-width: 767.98px) {
  .navbar {
    padding: 5px 0px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .navbar {
    padding: 20px 0px;
  }
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand img {
  height: 28px;
  width: 160px;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  font-weight: 100;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0px;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler span:before {
  font-size: 13px;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 33px;
    padding-bottom: 33px;
    font-family: "Helvetica Neue", Helvetica, "Helvetica Neue", Helvetica, Arial,
      sans-serif, Arial, sans-serif;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 33px;
    padding-bottom: 33px;
    font-family: "Helvetica Neue", Helvetica, "Helvetica Neue", Helvetica, Arial,
      sans-serif, Arial, sans-serif;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 33px;
    padding-bottom: 33px;
    font-family: "Helvetica Neue", Helvetica, "Helvetica Neue", Helvetica, Arial,
      sans-serif, Arial, sans-serif;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 33px;
    padding-bottom: 33px;
    font-family: "Helvetica Neue", Helvetica, "Helvetica Neue", Helvetica, Arial,
      sans-serif, Arial, sans-serif;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 33px;
  padding-bottom: 33px;
  font-family: "Helvetica Neue", Helvetica, "Helvetica Neue", Helvetica, Arial,
    sans-serif, Arial, sans-serif;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: #052049;
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: #052049;
}
.navbar-light .navbar-nav .nav-link {
  color: #506380;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #052049;
  border-bottom: #006be9 4px solid;
  padding-bottom: 29px;
}
.navbar-light .navbar-toggler {
  color: #506380;
  border-color: #fff;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(0,0,0,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar-light .navbar-text {
  color: #506380;
}
.navbar-light .navbar-text a {
  color: #052049;
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: #052049;
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(255,255,255,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
@media (max-width: 1199.98px) {
  .navbar-light .navbar-nav .nav-link {
    padding-left: 14px;
    padding-right: 0px;
  }
}
@media (max-width: 991.98px) {
  .navbar-light .navbar-brand img {
    margin-left: 38px !important;
  }
  .navbar-light .navbar-nav .nav-link {
    padding-bottom: 24px;
    margin-left: -39px;
    margin-right: -39px;
    padding-left: 40px;
    padding-top: 0px;
  }
  .navbar-light .navbar-nav .show > .nav-link,
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .nav-link.active {
    color: #052049;
    border-left: #006be9 2px solid;
    border-bottom: none;
  }
  .navbar-light .navbar-nav .nav-item-search {
    display: none;
  }
  .navbar-light .mobile-search-btn {
    display: inline-block;
    font-size: 30px;
  }
  .navbar-light .mobile-search-btn span:before {
    color: #052049;
  }
}
@media (max-width: 767.98px) {
  .navbar-light .mobile-search-btn {
    font-size: 20px;
  }
  .navbar-light .navbar-brand img {
    height: 18px;
    width: 103px;
    margin-left: 44px !important;
  }
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
footer .link-list > .component-content li a {
  color: #9ba6b6;
}
footer .link-list > .component-content li a:before {
  display: none;
}
footer .logo .image-caption {
  display: none !important;
}
footer .logo img {
  height: auto;
}
footer .footer-secondary-nav h3 > span.scWebEditInput {
  display: none !important;
}
footer .footer-content {
  background: #121a31;
}
footer .container {
  padding-top: 50px;
  padding-bottom: 40px;
  color: #9ba6b6;
}
footer .container .top-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
    margin-bottom: 30px;
}
footer .container .top-row .top-social-row {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
footer .container .row-splitter {
  margin-bottom: 24px;
}
footer .container .footer-nav {
  clear: both;
}
footer .container .footer-nav .link-list > .component-content .eyebrow {
  color: #fff;
  font-weight: bold;
}
footer .container .footer-nav .link-list > .component-content > ul {
  margin-top: 32px;
}
footer .container .footer-nav ul {
  margin-bottom: 80px;
  list-style: none;
  padding: 0px;
}
footer .container .footer-nav ul li a {
  margin-bottom: 16px;
  display: block;
}
footer .container .footer-nav .link-list > .component-content li a {
      margin-bottom: 12px;
    display: block;
    color: #9ba6b6;
    font-size: 16px;
    line-height: 20px;
    padding-left: 0px;
}
footer .container .bottom-social-row {
  border-bottom: 1px solid #9ba6b6;
}
footer .container .bottom-social-row > .row {
  display: none;
}
footer .container .footer-nav-mobile {
  display: none;
}
footer .container .logo {
  display: block;
  margin-bottom: 56px;
  float: left;
  margin-left: 16px;
}
footer .container .logo .image-caption {
  display: none !important;
}
footer .container hr {
  border-color: #9ba6b6;
}
footer .container .copyright {
  float: left;
  color: #9ba6b6;
  margin-right: 32px;
      font-size: 16px;
}
.underC{
  font-size: 16px;
}
footer .container .social-footer-phone {
  display: none;
}
footer .container .footer-secondary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
footer .container .footer-secondary-nav li {
  color: #9ba6b6;
  margin-left: 32px;
}
footer .container .footer-secondary-nav li:first-child {
  margin-left: 0;
}
footer .container .footer-secondary-nav h3 {
  border-image: none;
  border-bottom-width: 0px;
}
footer .container .footer-secondary-nav h3 > span.scWebEditInput {
  display: none !important;
}
footer .container .social-footer {
  float: right;
  margin-right: 85px;
}
footer .container .social-footer a:hover {
  text-decoration: none;
}
footer .container .social-footer a:hover span:before {
  text-decoration: none;
}
footer .container .social-footer span:before {
  margin-left: 10px;
  color: #fff;
  width: 24px;
  display: block;
  line-height: 24px;
}
footer .container .social-footer > .component-content {
  display: flex;
}
footer .container .social-footer > .component-content:first-line {
  font-size: 16px;
  line-height: 24px;
  padding-left: 0px;
  border-image: none;
  border-bottom-width: 0px;
}
footer .container .social-footer ul {
  float: left;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
footer .container .social-footer li {
  float: left;
}
footer > .container {
  padding: 0;
}
@media (min-width: 1200px) {
  footer > .container {
    max-width: none;
  }
}
@media (min-width: 992px) {
  footer .component.col-lg {
    flex-basis: 0;
  }
}
@media (max-width: 1199.98px) {
  footer > .container {
    max-width: none;
  }
}
@media (max-width: 991.98px) {
  footer > .container {
    max-width: none;
  }
  footer .container .footer-nav {
    clear: both;
  }
  footer .container .footer-nav .link-list > .component-content {
    padding-right: 12px;
    position: relative;
  }
  footer .container .footer-nav .link-list > .component-content:after {
    content: "";
    width: 9px;
    height: 9px;
    border-width: 3px 0 0 3px;
    border-style: solid;
    position: absolute;
    right: -4.5px;
    top: 50%;
    transform: rotate(-135deg) translateY(-3.6px);
    transform-origin: top;
  }
  footer .container .footer-nav .link-list > .component-content:after {
    top: 6px;
    color: #fff;
  }
  footer .container .footer-nav .link-list.active > .component-content {
    padding-right: 12px;
    position: relative;
  }
  footer .container .footer-nav .link-list.active > .component-content:after {
    content: "";
    width: 9px;
    height: 9px;
    border-width: 3px 0 0 3px;
    border-style: solid;
    position: absolute;
    right: -4.5px;
    top: 50%;
    transform: rotate(45deg) translateY(-3.6px);
    transform-origin: top;
  }
  footer .container .footer-nav .link-list.active > .component-content:after {
    top: 8px;
  }
  footer .container .footer-nav .component.link-list ul {
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0;
    transition: max-height 0.4s ease-in-out, margin-bottom 0.4s ease-in-out;
  }
  footer .container .footer-nav .component.link-list.active ul {
    max-height: 600px;
    margin-bottom: 18px;
  }
  footer .container .footer-nav .link-list > .component-content li a {
    margin-bottom: 5px;
    display: block;
    color: #9ba6b6;
    font-size: 14px;
    line-height: 18px;
    padding-left: 0px;
}
  footer .container .footer-nav .component.link-list h3 span {
    display: inline;
  }
  footer .container .logo {
    float: none;
  }
  footer .container .logo img {
    max-width: 220px;
  }
  footer .container .copyright {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0;
    float: none;
  }
  footer .container .footer-secondary-nav ul {
    justify-content: center;
  }
  footer .container .social-footer {
    margin-right: 8px;
  }
}
@media (max-width: 767.98px) {
  footer {
    position: relative;
  }
  footer > .container {
    max-width: none;
  }
  footer .container .copyright {
    text-align: left;
  }
  footer .container .footer-secondary-nav ul {
    display: block;
  }
  footer .container .footer-secondary-nav li {
    margin-left: 0;
    margin-bottom: 24px;
  }
      footer .container .bottom-social-row {
        margin-top: 10px;
        padding-bottom: 10px;
    }
  footer .container .bottom-social-row > .row {
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }
  footer .container .bottom-social-row > .row .component-content {
    flex-direction: column;
  }
  footer .container .bottom-social-row > .row .social-footer {
    margin-bottom: 20px;
  }
  footer .container .bottom-social-row > .row .social-footer ul {
    margin-top: 15px;
  }
  footer .container .bottom-social-row > .row .social-footer span:before {
    margin-left: 0;
    margin-right: 32px;
  }
  footer .container .bottom-social-row > .row .social-footer:last-of-type {
    margin-bottom: 0;
  }
  footer .container .logo img {
    max-width: 150px;
  }
  footer .container .top-row .top-social-row {
    display: none;
  }
}
.form-group p {
  margin-bottom: 0;
}
.form-group input.form-control {
  font-weight: normal;
}
.form-group input.form-control.is-invalid,
.form-group textarea.form-control.is-invalid {
  color: #dc3545;
  border-color: #dc3545;
  background: no-repeat url(../images/ui-error.svg) right;
  background-size: 30px 18px;
}
.form-group textarea.form-control {
  resize: none;
}
.customcheck {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.customcheck input {
  height: 32px;
  width: 32px;
  opacity: 0;
  cursor: pointer;
}
.customcheck input:checked ~ .checkmark {
  background-color: #006be9;
  background-image: url(../images/ui-bluecheck.svg);
  border: none;
}
.customcheck:after {
  content: "";
  position: absolute;
  display: none;
}
.customcheck input:checked ~ .checkmark:after {
  display: block;
}
.customcheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  background-color: #fff;
  border: 1px solid #dce0e6;
}
.dropdown button {
  font-weight: normal;
  color: #506380;
  border: 1px solid #dce0e6;
  background: #fff;
  padding: 16px;
  width: 344px;
  text-align: left;
}
.dropdown button .icon-ui-caret-down {
  font-size: 8px;
  float: right;
  margin-top: 8px;
}
.dropdown button:focus {
  outline: none;
}
.dropdown.show button {
  border-top-color: #052049;
  border-left-color: #052049;
  border-right-color: #052049;
}
/*.dropdown-toggle::after {
  display: none;
}*/
.dropdown-menu.show {
  border-top: none;
  margin-top: 0px;
  border-radius: 0px;
  width: 344px;
  border-bottom-color: #052049;
  border-left-color: #052049;
  border-right-color: #052049;
}
.dropdown-menu.show .dropdown-item {
  color: #506380;
}
.dropdown-menu.show .dropdown-item:hover {
  background: #fff;
  color: #052049;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
body a.skip-to-content {
  position: absolute;
  top: -9999px;
}
body a.skip-to-content:focus {
  z-index: 9999;
  top: 35px;
  background: white;
}
body.noscroll {
  overflow: hidden;
}
body.mobile-menu-open #wrapper {
  width: 100vw;
  overflow: hidden;
}
main {
  padding-bottom: 220px;
  margin-bottom: -156px;
}
main.home {
  background: 0;
}
main.not-found-page {
  padding-bottom: 90px;
}
main.not-found-page .image-wrapper {
  height: 90%;
}
.component {
/*  margin-bottom: 64px;*/
}
.component.margin-bottom-24 {
  margin-bottom: 24px;
}
.component.margin-bottom-40 {
  margin-bottom: 40px;
}
.component.column-layout,
.component:last-of-type {
  margin-bottom: 0;
}
.component.cancel-bottom-margin-desktop {
  margin-bottom: -64px;
}
.page-content {
  margin-top: 64px;
}
.full-width {
  width: 100%;
}
.component.column-layout .component:last-of-type {
  margin-bottom: 64px;
}
header .component,
footer .component {
  margin-bottom: 0;
}
table {
  color: #052049;
  overflow-x: auto;
  display: block;
  scrollbar-width: thin;
  scrollbar-color: #666 #ccc;
  -ms-scrollbar-track-color: #ccc;
  -ms-scrollbar-arrow-color: #ccc;
  -ms-scrollbar-face-color: #666;
  -ms-scrollbar-shadow-color: #666;
  -ms-scrollbar-highlight-color: #666;
  -ms-scrollbar-3dlight-color: #666;
  -ms-scrollbar-darkshadow-color: #666;
}
table::-webkit-scrollbar {
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  background: linear-gradient(
    transparent,
    transparent 9px,
    #ccc 9px,
    #ccc 11px,
    transparent 11px
  );
}
table::-webkit-scrollbar-thumb {
  background: linear-gradient(
    transparent,
    transparent 7px,
    #666 7px,
    #666 13px,
    transparent 13px
  );
  border-radius: 42.5%;
}
table.custom-scrollbar-container {
  padding-bottom: 20px;
  overflow: hidden;
}
table th {
  background-color: #f2f4f6;
  border-right: 2px solid #fff;
}
table th:last-of-type {
  border: 0;
}
table td {
  background-color: #f8f8f9;
  font-weight: normal;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
}
table td:last-of-type {
  border-right: 0;
}
table th,
table td {
  padding: 9px 16px;
}
table tr:last-of-type td {
  border-bottom: 0;
}
ol ul {
  list-style-type: disc;
}
.no-bottom-margin .left-col .component:last-of-type,
.no-bottom-margin .right-col .component:last-of-type {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .col-2-66-33 > .component-content {
    display: flex;
  }
  .col-2-66-33 .left-col {
    width: 66%;
  }
  .col-2-66-33 .right-col {
    width: 33%;
    padding-left: 25px;
  }
  .col-2-48-52 > .component-content {
    display: flex;
  }
  .col-2-48-52 .left-col {
    width: 48%;
  }
  .col-2-48-52 .right-col {
    width: 52%;
    padding-left: 25px;
  }
  .col-2-57-43 > .component-content {
    display: flex;
  }
  .col-2-57-43 .left-col {
    width: 57%;
  }
  .col-2-57-43 .right-col {
    width: 43%;
    padding-left: 25px;
  }
  .col-2-80-20 > .component-content {
    display: flex;
  }
  .col-2-80-20 .left-col {
    width: 80%;
  }
  .col-2-80-20 .right-col {
    width: 20%;
    padding-left: 25px;
  }
  .col-3-33-33-33 > .component-content {
    display: flex;
  }
  .col-3-33-33-33 .left-column {
    width: 33%;
    margin-right: 5px;
  }
  .col-3-33-33-33 .middle-column {
    margin-right: 5px;
    width: 33%;
  }
  .col-3-33-33-33 .right-column {
    width: 33%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .component.cancel-bottom-margin-desktop {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 991.8px) and (max-width: 1039px) {
  main.not-found-page {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 1039px) and (max-width: 1087px) {
  main.not-found-page {
    padding-bottom: 63px;
  }
}
@media (min-width: 1200px) {
  .col-2-66-33 .right-col {
    padding-left: 77px;
  }
  .col-2-48-52 .right-col {
    padding-left: 77px;
  }
  .col-2-57-43 .right-col {
    padding-left: 77px;
  }
  .col-2-80-20 .right-col {
    padding-left: 77px;
  }
  .col-3-33-33-33 .left-column {
    margin-right: 55px;
  }
  .col-3-33-33-33 .middle-column {
    margin-right: 55px;
  }
}
@media (max-width: 991.98px) {
  body a.skip-to-content:focus {
    top: 50px;
  }
  main {
    padding-top: 50px;
    background: url(../images/bg_wave_grey_white.svg) center 10115px/125% 585px
        no-repeat,
      url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEiIGhlaWdodD0iMTIwMCI+Cgk8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSIjRjhGOEY5Ii8+Cjwvc3ZnPg==")
        center 8916px repeat-x,
      url(../images/bg_wave_white_grey.svg) center 8332px/125% 585px no-repeat,
      url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEiIGhlaWdodD0iMTIwMCI+Cgk8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSIjRkZGIi8+Cjwvc3ZnPgo=")
        center 7133px repeat-x,
      url(../images/bg_wave_grey_white.svg) center 6549px/125% 585px no-repeat,
      url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEiIGhlaWdodD0iMTIwMCI+Cgk8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSIjRjhGOEY5Ii8+Cjwvc3ZnPg==")
        center 5350px repeat-x,
      url(../images/bg_wave_white_grey.svg) center 4766px/125% 585px no-repeat,
      url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEiIGhlaWdodD0iMTIwMCI+Cgk8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSIjRkZGIi8+Cjwvc3ZnPgo=")
        center 3567px repeat-x,
      url(../images/bg_wave_grey_white.svg) center 2983px/125% 585px no-repeat,
      url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEiIGhlaWdodD0iMTIwMCI+Cgk8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSIjRjhGOEY5Ii8+Cjwvc3ZnPg==")
        center 1784px repeat-x,
      url(../images/bg_wave_white_grey.svg) center 1200px/125% 585px no-repeat,
      #fff;
  }
  .component.cancel-bottom-margin-desktop {
    margin-bottom: 64px;
  }
  .page-content {
    margin-top: 32px;
  }
}
@media (max-width: 767.98px) {
  body a.skip-to-content:focus {
    font-size: 14px;
  }
  main {
    background: url(../images/bg_wave_grey_white.svg) center 10115px/150% 585px
        no-repeat,
      url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEiIGhlaWdodD0iMTIwMCI+Cgk8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSIjRjhGOEY5Ii8+Cjwvc3ZnPg==")
        center 8916px repeat-x,
      url(../images/bg_wave_white_grey.svg) center 8332px/150% 585px no-repeat,
      url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEiIGhlaWdodD0iMTIwMCI+Cgk8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSIjRkZGIi8+Cjwvc3ZnPgo=")
        center 7133px repeat-x,
      url(../images/bg_wave_grey_white.svg) center 6549px/150% 585px no-repeat,
      url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEiIGhlaWdodD0iMTIwMCI+Cgk8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSIjRjhGOEY5Ii8+Cjwvc3ZnPg==")
        center 5350px repeat-x,
      url(../images/bg_wave_white_grey.svg) center 4766px/150% 585px no-repeat,
      url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEiIGhlaWdodD0iMTIwMCI+Cgk8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSIjRkZGIi8+Cjwvc3ZnPgo=")
        center 3567px repeat-x,
      url(../images/bg_wave_grey_white.svg) center 2983px/150% 585px no-repeat,
      url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEiIGhlaWdodD0iMTIwMCI+Cgk8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSIjRjhGOEY5Ii8+Cjwvc3ZnPg==")
        center 1784px repeat-x,
      url(../images/bg_wave_white_grey.svg) center 1200px/150% 585px no-repeat,
      #fff;
  }
}
#content.container {
  padding: 0;
}
@media (min-width: 576px) {
  #content.container {
    max-width: none;
  }
}
@media (min-width: 768px) {
  #content.container {
    max-width: none;
  }
}
@media (min-width: 992px) {
  #content.container {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  #content.container {
    max-width: 1580px;
    margin: 0 auto;
  }
  #content.container > .container {
    padding-left: 85px;
    padding-right: 85px;
  }
}
ul:empty,
ol:empty {
  display: none !important;
}
a {
  color: #002570;
}
a:focus,
a:active {
  outline: 1px dotted #006be9;
}
.primary-link,
.secondary-link {
  color: #006be9;
  font-weight: normal;
}
.primary-link:hover,
.primary-link.hover,
.secondary-link:hover,
.secondary-link.hover {
  color: #052049;
  text-decoration: none;
}
.primary-link:hover span:before,
.primary-link.hover span:before,
.secondary-link:hover span:before,
.secondary-link.hover span:before {
  color: #052049;
}
.primary-link:active,
.primary-link.active,
.secondary-link:active,
.secondary-link.active {
  color: #052049;
  opacity: 0.75;
}
.primary-link:active span:before,
.primary-link.active span:before,
.secondary-link:active span:before,
.secondary-link.active span:before {
  color: #052049;
}
.primary-link:focus,
.primary-link.focus,
.secondary-link:focus,
.secondary-link.focus {
  color: #052049;
  border: 1px #052049 dotted;
}
.primary-link:focus span:before,
.primary-link.focus span:before,
.secondary-link:focus span:before,
.secondary-link.focus span:before {
  color: #052049;
}
.primary-link:disabled,
.primary-link.disabled,
.secondary-link:disabled,
.secondary-link.disabled {
  color: #919496;
  pointer-events: none;
}
.primary-link:disabled span:before,
.primary-link.disabled span:before,
.secondary-link:disabled span:before,
.secondary-link.disabled span:before {
  color: #919496;
}
.primary-link span:before,
.secondary-link span:before {
  margin-right: 8px;
}
.secondary-link {
  display: flex;
}
.secondary-link:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
ul.link-farm {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
ul.link-farm li:first-child {
  border-top: 1px solid #dde0e7;
}
ul.link-farm li {
  border-bottom: 1px solid #dde0e7;
  padding: 16px 0px;
}
ul.link-farm li a:after {
  content: "\2192";
  float: right;
}
ul.link-farm li a {
  color: #006be9;
  font-weight: normal;
}
ul.link-farm li a:hover,
ul.link-farm li a.hover {
  color: #052049;
  text-decoration: none;
}
ul.link-farm li a:hover span:before,
ul.link-farm li a.hover span:before {
  color: #052049;
}
ul.link-farm li a:active,
ul.link-farm li a.active {
  color: #052049;
  opacity: 0.75;
}
ul.link-farm li a:active span:before,
ul.link-farm li a.active span:before {
  color: #052049;
}
ul.link-farm li a:focus,
ul.link-farm li a.focus {
  color: #052049;
  border: 1px #052049 dotted;
}
ul.link-farm li a:focus span:before,
ul.link-farm li a.focus span:before {
  color: #052049;
}
ul.link-farm li a:disabled,
ul.link-farm li a.disabled {
  color: #919496;
  pointer-events: none;
}
ul.link-farm li a:disabled span:before,
ul.link-farm li a.disabled span:before {
  color: #919496;
}
div p a,
.patient-stories p a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
div.rich-text p a,
div.rich-text ul li a,
.patient-stories.rich-text p a,
.patient-stories.rich-text ul li a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
body,
.btn {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: lighter;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
body {
  color: #052049;
}
main .component-content > h2.heading1:first-of-type:not(.no-underline),
.underline-heading {
  position: relative;
  padding-bottom: 20px;
}
main .component-content > h2.heading1:first-of-type:not(.no-underline):after,
.underline-heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  background-color: #dce0e6;
}
main .component-content > h2.heading1:first-of-type:not(.no-underline):empty,
.underline-heading:empty {
  display: none;
}
.display1,
h1 {
  font-weight: 300;
  font-size: 42px;
    line-height: 52px;
  letter-spacing: 0.6px;
}
.display2 {
  font-family: "Granjon";
  font-size: 70px;
  line-height: 74px;
  letter-spacing: -2px;
  font-weight: normal;
}
.heading1 {
  font-family: "Granjon";
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -1px;
}
@media (min-width: 992px) {
  .right-col .heading1:not(.font-strict) {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.6px;
    font-weight: normal;
    text-transform: uppercase;
  }
}
.heading2,
h2 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
}
.heading2 b,
.heading2 strong,
h2 b,
h2 strong {
  font-weight: normal;
}
.heading3,
h3 {
  font-family: "Granjon";
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.3px;
  font-weight: normal;
}
h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.5px;
}
.paragraph1,
.font-larger {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.2px;
/*  color: #666;*/
}
.paragraph2 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
.paragraph3,
.font-smaller,
td {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.eyebrow {
          font-size: 18px;
    line-height: 35px;
    letter-spacing: 1px;
    font-weight: 300;
}
@media (max-width: 991.98px) {
  body,
  .btn {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
  }
  .display1,
  h1 {
    font-size: 38px;
    line-height: 46px;
    letter-spacing: -1px;
  }
  .display2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.3px;
  }
  .heading1 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.3px;
  }
  .heading2,
  h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
  }
  .heading3,
  h3 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.5px;
  }
  .paragraph1 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.2px;
  }
  .paragraph2 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
  }
  .paragraph2.font-larger,
  .paragraph2.paragraph1 {
    font-size: 18px;
    line-height: 28px;
  }
  .paragraph2.font-smaller,
  .paragraph2.paragraph3 {
    font-size: 16px;
    line-height: 24px;
  }
  .paragraph3 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  .eyebrow {
    font-size: 16px;
        line-height: 20px;
    letter-spacing: 1.6px;
  }
}
@media (max-width: 767.98px) {

  main {
    padding-bottom: 0;
    margin-bottom: 0;
}
.underC {
    font-size: 12px;
}
footer .container .copyright {
    margin-right: 20px;
    font-size: 11px;
}
  body,
  .btn {
            font-size: 17px;
        line-height: 20px;
    letter-spacing: 0.2px;
  }
  .display1,
  h1 {
            font-size: 22px;
        line-height: 26px;
        letter-spacing: 1px;
        text-align: center;
  }
  .display2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.3px;
  }
  .heading1 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.3px;
  }
  .heading2,
  h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
  }
  .heading3,
  h3 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.5px;
  }
  .paragraph1 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.2px;
  }
  .paragraph2 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
  }
  .paragraph2.font-larger,
  .paragraph2.paragraph1 {
    font-size: 18px;
    line-height: 28px;
  }
  .paragraph2.font-smaller,
  .paragraph2.paragraph3 {
    font-size: 16px;
    line-height: 24px;
  }
  .paragraph3 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  .eyebrow {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.6px;
  }
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-decorative-accessibility:before {
  content: "\E900";
  color: inherit;
}
.icon-decorative-bullet:before {
  content: "\E901";
  color: inherit;
}
.icon-decorative-caduceus:before {
  content: "\E902";
  color: inherit;
}
.icon-decorative-cancer-center:before {
  content: "\E903";
  color: inherit;
}
.icon-decorative-date:before {
  content: "\E904";
  color: inherit;
}
.icon-decorative-email:before {
  content: "\E905";
  color: inherit;
}
.icon-decorative-hand:before {
  content: "\E906";
  color: inherit;
}
.icon-decorative-hours:before {
  content: "\E907";
  color: inherit;
}
.icon-decorative-microscope:before {
  content: "\E908";
  color: inherit;
}
.icon-decorative-person:before {
  content: "\E909";
  color: inherit;
}
.icon-decorative-phone:before {
  content: "\E90A";
  color: inherit;
}
.icon-decorative-point-access:before {
  content: "\E90B";
  color: inherit;
}
.icon-decorative-prize:before {
  content: "\E90C";
  color: inherit;
}
.icon-decorative-stethoscope:before {
  content: "\E90D";
  color: inherit;
}
.icon-decorative-quote:before {
  content: "\201C";
  color: inherit;
  font-size: 280%;
  display: inline-block;
  transform: translateY(15%);
}
.icon-social-facebook:before {
  content: "\E90E";
  color: inherit;
}
.icon-social-twitter:before {
  content: "\E92D";
  color: inherit;
}
.icon-social-youtube:before {
  content: "\E910";
  color: inherit;
}
.icon-ui-article:before {
  content: "\E911";
  color: inherit;
}
.icon-ui-burger:before {
  content: "\E912";
  color: inherit;
}
.icon-ui-calendar:before {
  content: "\E913";
  color: inherit;
}
.icon-ui-caret-down:before {
  content: "\E914";
  color: inherit;
}
.icon-ui-caret-push-l:before {
  content: "\E915";
  color: inherit;
}
.icon-ui-caret-push:before {
  content: "\E916";
  color: inherit;
}
.icon-ui-caret-up:before {
  content: "\E917";
  color: inherit;
}
.icon-ui-clipboard:before {
  content: "\E918";
  color: inherit;
}
.icon-ui-close:before {
  content: "\E919";
  color: inherit;
}
.icon-ui-download:before {
  content: "\E91A";
  color: inherit;
}
.icon-ui-filter:before {
  content: "\E91B";
  color: inherit;
}
.icon-ui-heart:before {
  content: "\E91C";
  color: inherit;
}
.icon-ui-hospital:before {
  content: "\E91D";
  color: inherit;
}
.icon-ui-info:before {
  content: "\E91E";
  color: inherit;
}
.icon-ui-key:before {
  content: "\E91F";
  color: inherit;
}
.icon-ui-location:before {
  content: "\E920";
  color: inherit;
}
.icon-ui-mail:before {
  content: "\E921";
  color: inherit;
}
.icon-ui-map:before {
  content: "\E922";
  color: inherit;
}
.icon-ui-mychart:before {
  content: "\E923";
  color: inherit;
}
.icon-ui-phone:before {
  content: "\E924";
  color: inherit;
}
.icon-ui-print:before {
  content: "\E925";
  color: inherit;
}
.icon-ui-push:before {
  content: "\E926";
  color: inherit;
}
.icon-ui-refer:before {
  content: "\E927";
  color: inherit;
}
.icon-ui-search:before {
  content: "\E928";
  color: inherit;
}
.icon-ui-share:before {
  content: "\E929";
  color: inherit;
}
.icon-ui-stethoscope:before {
  content: "\E92A";
  color: inherit;
}
.icon-ui-transit:before {
  content: "\E92B";
  color: inherit;
}
.icon-ui-X:before {
  content: "\E92C";
  color: inherit;
}
.icon-social-instagram:before {
  content: "\EA92";
  color: inherit;
}
.icon-social-linkedin:before {
  content: "\EACA";
  color: inherit;
}
.icon-ui-blank:before {
  content: "\2003";
  color: inherit;
}
.icon-social-x:before {
  content: "\E92D";
}
[class^="svg-"],
[class*=" svg-"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.svg-decorative-certifications {
  background: center no-repeat url(../images/decorative-certifications.svg);
}
.svg-decorative-education {
  background: center no-repeat url(../images/decorative-education.svg);
}
.svg-decorative-fellowship {
  background: center no-repeat url(../images/decorative-fellowship.svg);
}
.svg-decorative-residencies {
  background: center no-repeat url(../images/decorative-residencies.svg);
}
.svg-ui-play_NoGradient {
  background: center no-repeat url(../images/playbutton-blue.png);
  background-size: contain;
}
.svg-ui-play {
  background: center no-repeat url(../images/playbtn_gradient.png);
  background-size: contain;
}
.svg-ui-lqbtq-ribbon {
  background: center no-repeat url(../images/lgbtq-ribbon.png);
  background-size: contain;
}
.svg-ui-virtual-appointment {
  background: center no-repeat url(../images/ui-virtual-appointment.svg);
}
.svg-decorative-language {
  width: 10px;
  height: 10px;
  background: center no-repeat url(../images/decorative-language.svg);
}
.svg-decorative-fax {
  background: center no-repeat url(../images/decorative-fax.svg);
}
.svg-ui-directions {
  background: center no-repeat url(../images/ui-directions.svg);
}
.svg-ui-checkmark {
  background: center no-repeat url(../images/ui-checkmark.svg);
}
.svg-ui-globe {
  background: center no-repeat url(../images/ui-globe.svg);
}
.svg-ui-globe-navy {
  background: center no-repeat url(../images/ui-globe-navy.svg);
}
.svg-ui-language {
  background: center no-repeat url(../images/ui-language.svg);
}
.svg-ui-academic-title {
  background: center no-repeat url(../images/ui-academic-title.svg);
}
.svg-ui-shuttle-black {
  background: center no-repeat url(../images/ucsfshuttle-black.svg);
}
.svg-ui-shuttle-blue {
  background: center no-repeat url(../images/ucsfshuttle-blue.svg);
}
.svg-ui-shuttle-bronze {
  background: center no-repeat url(../images/ucsfshuttle-bronze.svg);
}
.svg-ui-shuttle-gold {
  background: center no-repeat url(../images/ucsfshuttle-gold.svg);
}
.svg-ui-shuttle-green {
  background: center no-repeat url(../images/ucsfshuttle-green.svg);
}
.svg-ui-shuttle-grey {
  background: center no-repeat url(../images/ucsfshuttle-grey.svg);
}
.svg-ui-shuttle-lightblue {
  background: center no-repeat url(../images/ucsfshuttle-lightblue.svg);
}
.svg-ui-shuttle-lime {
  background: center no-repeat url(../images/ucsfshuttle-lime.svg);
}
.svg-ui-shuttle-pink {
  background: center no-repeat url(../images/ucsfshuttle-pink.svg);
}
.svg-ui-shuttle-purple {
  background: center no-repeat url(../images/ucsfshuttle-purple.svg);
}
.svg-ui-shuttle-red {
  background: center no-repeat url(../images/ucsfshuttle-red.svg);
}
.svg-ui-shuttle-tan {
  background: center no-repeat url(../images/ucsfshuttle-tan.svg);
}
.svg-ui-shuttle-yellow {
  background: center no-repeat url(../images/ucsfshuttle-yellow.svg);
}
.svg-ui-parking {
  background: center no-repeat url(../images/parking.svg);
}
.header-line {
  width: 64px;
  height: 4px;
  background: #dce0e6;
  margin-top: 16px;
  margin-bottom: 16px;
}
header {
  background: #fff;
}
.ribbon {
  background: #506380;
  line-height: 38px;
  font-weight: normal;
  color: #fff;
  font-size: 13px;
  height: 38px;
}
.ribbon ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.ribbon ul li {
  float: right;
  margin-left: 32px;
}
.ribbon ul li a {
  color: #fff;
}
.ribbon ul li a:hover {
  text-decoration: none;
}
.ribbon ul li a span:before {
  color: #fff;
  font-size: 6px;
  margin-left: 5px;
}
.ribbon .homelink {
  float: left;
}
.ribbon .homelink a {
  color: #fff;
  font-size: 13px;
}
.ribbon .midlinks {
  float: right;
}
.ribbon .midlinks a {
  color: #fff;
  font-size: 13px;
}
.ribbon .midlinks h3 {
  display: none;
}
.ribbon .ribbondropdown {
  float: right;
  margin-left: 16px;
  padding-right: 17px;
  cursor: pointer;
}
.ribbon .ribbondropdown h3 {
  color: #fff;
  font-size: 13px;
  margin: 0px;
  padding: 5px 16px;
  font-weight: normal;
  margin-left: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-right: 12px;
  position: relative;
}
.ribbon .ribbondropdown h3:after {
  content: "";
  width: 9px;
  height: 9px;
  border-width: 3px 0 0 3px;
  border-style: solid;
  position: absolute;
  right: -4.5px;
  top: 50%;
  transform: rotate(-135deg) translateY(-3.6px);
  transform-origin: top;
}
.ribbon .ribbondropdown ul {
  display: none;
  position: absolute;
  background: #006be9;
  top: 38px;
  width: 197px;
  z-index: 9999;
}
.ribbon .ribbondropdown ul li {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
}
.ribbon .ribbondropdown ul li:hover {
  background: #052049;
}
.ribbon .ribbondropdown.active {
  background: #006be9;
}
.ribbon .ribbondropdown.active h3 {
  padding-right: 12px;
  position: relative;
}
.ribbon .ribbondropdown.active h3:after {
  content: "";
  width: 9px;
  height: 9px;
  border-width: 3px 0 0 3px;
  border-style: solid;
  position: absolute;
  right: -4.5px;
  top: 50%;
  transform: rotate(45deg) translateY(-3.6px);
  transform-origin: top;
}
.ribbon .ribbondropdown.active ul {
  display: block;
}
@media (max-width: 991.98px) {
  .ribbon {
    display: none;
  }
}
header {
  height: 140px;
}
@media screen\0 {
  header {
    height: 175px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header {
    height: 175px;
  }
}
#header {
  height: 140px;
}
#header .ie-warning-banner {
  width: 100%;
  height: 46px;
  background-color: #f2c94c;
  display: none;
  align-items: center;
}
#header .ie-warning-banner p,
#header .ie-warning-banner a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen\0 {
  #header.container-fluid,
  #header.container-sm,
  #header.container-md,
  #header.container-lg,
  #header.container-xl {
    height: 175px;
    padding-left: 0;
    padding-right: 0;
  }
  #header .ie-warning-banner {
    display: block;
    padding: 15px;
  }
  #header .nav-wrapper {
    margin-top: 46px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #header.container-fluid,
  #header.container-sm,
  #header.container-md,
  #header.container-lg,
  #header.container-xl {
    height: 175px;
    padding-left: 0;
    padding-right: 0;
  }
  #header .ie-warning-banner {
    display: flex;
  }
  #header .nav-wrapper {
    margin-top: 46px;
  }
}
.nav-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 10px 24px -16px #000;
/*  overflow: hidden;*/
/*  transition: height 0.6s ease;*/
  height: 140px !important;
  background-color: #fff;
}
.nav-wrapper.remove-overflow-hidden {
  overflow: initial;
}
.nav-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 112px;
  background: url(../images/wave.svg) repeat-x;
  background-position-x: inherit;
  animation: waves 30s linear infinite;
  z-index: -1;
}
.nav-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-wrapper .white-hidden {
  color: #fff !important;
}
.top-nav {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  height: 38px;
  font-size: 15px;
  width: 80%;
  padding-right: 15px;
  padding-left: 15px;
}
.notices{
  width: 70%;
}
.top-nav .title a:hover {
  color: #fec746;
  text-decoration: none;
}
.top-nav .menu {
  display: flex;
}
.top-nav .menu li {
  padding: 0 14px;
}
.top-nav a {
  color: #fff;
/*  font-weight: 500;*/
}
.top-nav a:hover {
  text-decoration: none;
}
.top-nav-wrapper {
  background-color: #002570;
}
.main-nav-wrapper {
  background-color: #fff;
  height: 100px;
  transition: height 0.6s ease;
  padding: 4px 0;
}
.main-nav {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 13px;
}
.main-nav .nav-search {
  display: flex;
  align-items: center;
  color: #006be9;
  cursor: pointer;
  font-size: 130%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main-nav {
    flex-wrap: unset;
  }
}
.main-nav .mobile-nav-check,
.main-nav .mobile-nav-toggle {
  display: none;
}
.mobile-nav-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 25px;
  margin-bottom: 0;
}
.mobile-nav-toggle div {
  border: 0;
  cursor: pointer;
  width: 25px;
  height: 2px;
  background-color: #000;
  position: relative;
  transition: all 0.3s;
  z-index: 4;
}
.mobile-nav-toggle div:focus {
  outline: 0;
}
.mobile-nav-toggle div:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: -8px;
  right: 0;
  transition: all 0.4s;
  transform-origin: top left;
}
.mobile-nav-toggle div:after {
  content: "";
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 8px;
  right: 0;
  transition: all 0.3s;
  transform-origin: bottom left;
}
.mobile-nav-check:checked + .mobile-nav-toggle div {
  background-color: rgba(255, 255, 255, 0);
}
.mobile-nav-check:checked + .mobile-nav-toggle div:before {
  transform: rotate(42deg);
}
.mobile-nav-check:checked + .mobile-nav-toggle div:after {
  transform: rotate(-42deg);
}
.mobile-nav-check:checked ~ .menu-content-wrapper {
  height: calc(100vh - 50px);
}
.mobile-nav-footer {
  background-color: #506380;
  color: #fff;
  padding: 0px 40px 16px 18px;
  display: none;
}
.main-nav ul li {
  display: flex;
  align-items: stretch;
}
.main-nav .menu > li > a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #052049;
  letter-spacing: 1px;
  padding: 0 16px;
  cursor: pointer;
  overflow: auto;
}
.main-nav .menu > li > a:hover {
  text-decoration: none;
  color: #052049;
}
.main-nav .sub-nav {
  max-width: 1200px;
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}
.main-nav .sub-nav .paragraph1 {
  font-weight: normal;
}
.main-nav .sub-nav > div {
  margin: 40px 20px 0;
}
.main-nav .sub-nav > div:first-of-type {
  flex: 0 376px;
  width: 376px;
}
.main-nav .sub-nav > div:first-of-type img {
  width: 100%;
  height: auto;
}
.main-nav .sub-nav > div:first-of-type a {
  color: #506380;
}
.main-nav .sub-nav > div:first-of-type a h2,
.main-nav .sub-nav > div:first-of-type a .paragraph1 {
  color: #052049;
}
.main-nav .sub-nav > div:first-of-type a:hover {
  text-decoration: none;
  color: #052049;
}
.main-nav .sub-nav .meta-links {
  flex: 0;
  max-height: none;
}
.main-nav .sub-nav .meta-links .component-content {
  height: 100%;
}
.main-nav .sub-nav .meta-links .component-content ul {
  height: 100%;
  flex-direction: column;
  flex-basis: auto;
}
.main-nav .sub-nav .meta-links .component-content ul p {
  width: 100%;
}
.main-nav .sub-nav-close {
  display: none;
  color: #052049;
  padding-left: 7px;
  position: relative;
}
.main-nav .sub-nav-close:after {
  content: "";
  width: 7px;
  height: 7px;
  border-width: 2.33333px 0 0 2.33333px;
  border-style: solid;
  position: absolute;
  left: -3.5px;
  top: 50%;
  transform: rotate(-45deg) translateY(-2.8px);
  transform-origin: top;
}
.main-nav .sub-menu-placeholder {
  flex-basis: 100%;
  background-color: blue;
  width: 100px;
  height: 0;
  transition: height 0.3s ease;
}
.main-nav .logo {
  display: flex;
  align-items: center;
}
.main-nav .logo img {
  max-height: 95px;
}
@media (max-width: 1199.98px) {
  .main-nav .sub-nav > div {
    margin: 40px 5px 0;
  }
  .main-nav .menu > li {
    width: 145px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-nav .logo img {
    max-width: 180px;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .nav-wrapper {
    top: 0;
  }
  .dropdown-submenu>.dropdown-menu {
    top: 100%;
    left: 0;
    margin-top: -6px;
}
  #header,
  .header-module,
  header {
    height: 50px;
    position: fixed;
    z-index: 1000;
  }
  #header > .component > .component-content > .component > .component-content {
    height: 50px;
  }
  .top-nav-wrapper {
    display: block;
  }
  .top-nav-wrapper .top-nav {
    display: block;
    width: 100%;
    height: auto;
  }
  .top-nav .title{
    display: none;
  }
  .notices {
    width: 100%;
}
  .nav-wrapper {
    overflow: visible;
    height: 85px !important;
  }
  .nav-wrapper .main-nav-wrapper {
    height: 85px;
  }
  .main-nav {
    justify-content: space-between;
    max-width: none;
    align-items: center;
    height: 70px;
  }
  .main-nav .menu-content-wrapper {
    height: 0;
    display: none;
    position: absolute;
    top: 50px;
    transition: height 0.6s ease, margin-left 0.4s ease;
    background: #fff;
    left: 0;
    width: 200vw;
    overflow-y: auto;
  }
  .main-nav .menu-content-wrapper > ul {
    padding-left: 16px;
  }
  .main-nav .menu-content-wrapper.open {
    overflow-y: hidden;
    padding-bottom: 38px;
  }
  .dropdown-menu.show{
    width: auto;
  }
  .dropdown-menu{
    left: 0;
  }
  .main-nav .menu-content-wrapper li.open .sub-nav {
    opacity: 1;
    z-index: 10;
    transition: opacity 0.3s linear;
  }
  .main-nav .menu {
    position: relative;
    width: 100vw;
    transition: margin-left 0.6s ease;
  }
  .main-nav .menu > li {
    width: auto;
  }
  .main-nav .menu > li > a {
    border: 0;
    padding: 10px 0;
  }
  .main-nav .menu > li > a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-width: 2px 0 0 2px;
    border-style: solid;
    position: absolute;
    right: -3px;
    top: 50%;
    transform: rotate(135deg) translateY(-2.4px);
    transform-origin: top;
  }
  .main-nav .menu > li > a:after {
    right: -6px;
    top: 52%;
  }
  .main-nav .sub-nav {
    margin-left: 100vw;
    width: 100vw;
    opacity: 0;
    transition: opacity 0.2s linear;
    top: 0;
    height: calc(100vh - 50px);
    overflow-y: auto;
    flex-direction: column;
    justify-content: flex-start;
    max-width: none;
    overflow-x: hidden;
  }
  .main-nav .sub-nav > div {
    margin: 24px 0;
  }
  .main-nav .sub-nav > div:first-of-type {
    order: 3;
  }
  .main-nav .sub-nav .sub-nav-close {
    flex-grow: 0;
  }
  .main-nav .sub-nav .meta-links {
    max-height: none;
  }
  .main-nav .sub-nav .meta-links .component-content ul {
    height: 100%;
    border: 1px solid #dce0e6;
    border-width: 1px 0;
    padding: 12px 0;
  }
  .main-nav .sub-nav .meta-links .component-content ul li {
    border: 0;
    margin: 0;
    padding: 8px 0;
  }
  .main-nav .sub-nav .meta-links .component-content ul li:before,
  .main-nav .sub-nav .meta-links .component-content ul li:after {
    content: none;
  }
  .main-nav .sub-nav .meta-links .component-content ul li a {
    color: #506380;
  }
  .main-nav .sub-nav .meta-links .component-content ul li a:hover {
    color: #052049;
  }
  .main-nav .sub-nav .meta-links .component-content ul li a:after {
    content: none;
  }
  .main-nav .sub-nav .meta-links .component-content ul li p {
    font-weight: lighter;
  }
  .main-nav .sub-nav-close {
    display: block;
  }
  .main-nav .mobile-nav-toggle {
    display: flex;
  }
  .main-nav .top-menu {
    border-top: 1px solid #dce0e6;
    margin-top: 12px;
    padding-top: 12px;
    width: 100vw;
  }
  .main-nav .top-menu li {
    display: flex;
    flex-direction: column;
  }
  .main-nav .top-menu li.has-submenu > a {
    display: none;
  }
  .main-nav .top-menu li a {
    color: #506380;
    padding: 10px 0;
    font-size: 16px;
  }
  .main-nav .top-menu li a:hover {
    color: #052049;
    text-decoration: none;
  }
  .main-nav .top-menu li li {
    padding: 0;
  }
      .main-nav .logo img {
        max-width: 280px;
        max-height: 80px;
        width: auto;
    }
  .mobile-nav-footer {
    display: block;
    width: 100vw;
    height: 76px;
    position: absolute;
    bottom: 0;
    padding-top: 5px;
  }
  .mobile-nav-footer > a {
    color: #fff;
    position: relative;
  }
  .mobile-nav-footer > a:after {
    color: #fff;
    content: "";
    width: 6px;
    height: 6px;
    border-width: 2px 0 0 2px;
    border-style: solid;
    position: absolute;
    right: -10px;
    top: 56%;
    transform: rotate(135deg) translateY(-2.4px);
    transform-origin: top;
  }
  .mobile-nav-footer > .google-translate-select {
    margin-left: 0px;
    margin-top: 5px;
  }
  .mobile-nav-footer > .google-translate-select > .google-translate-options {
    top: initial;
    bottom: -1px;
  }
}
@media (min-width: 992px) {
  .main-nav .menu {
    display: flex;
  }
  .main-nav .menu > li {
    border: 4px solid #fff;
    border-width: 4px 0;
  }
  .main-nav .menu > li:hover,
  .main-nav .menu > li.current {
    border-bottom-color: #006be9;
  }
  .main-nav .menu:hover > li.current:hover {
    border-bottom-color: #006be9;
  }
  .main-nav .menu:hover .current {
    border-bottom-color: transparent;
  }
  .main-nav .sub-nav {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 1s;
  }
  .main-nav .menu-content-wrapper {
    display: flex;
    margin-right: 20px;
  }
  .main-nav .menu-content-wrapper li.active .sub-nav {
    opacity: 1;
    height: auto;
    overflow: initial;
    z-index: 10;
  }
  .main-nav .nav-search {
    position: absolute;
    right: 15px;
    top: 35px;
  }
  .main-nav .top-menu {
    position: absolute;
    top: -48px;
    right: 0;
    color: #fff;
    display: flex;
    height: 38px;
  }
  .main-nav .top-menu > li {
    padding-left: 10px;
    margin-left: 10px;
    display: flex;
    align-items: center;
  }
  .main-nav .top-menu > li:last-of-type {
    padding-right: 16px;
    padding-top: 10px;
  }
  .main-nav .top-menu > li a {
    color: #fff;
  }
  .main-nav .top-menu > li a:hover {
    color: #fec746;
    text-decoration: none;
  }
  .main-nav .top-menu > li.has-submenu {
    position: relative;
  }
  .main-nav .top-menu > li.has-submenu > a {
    padding-right: 8px;
    position: relative;
    padding-right: 11px;
  }
  .main-nav .top-menu > li.has-submenu > a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-width: 2px 0 0 2px;
    border-style: solid;
    position: absolute;
    right: -3px;
    top: 50%;
    transform: rotate(-135deg) translateY(-2.4px);
    transform-origin: top;
  }
  .main-nav .top-menu > li.open {
    background-color: #006be9;
  }
  .main-nav .top-menu > li.open > ul {
    display: block;
    position: absolute;
    top: 33px;
    left: 0;
  }
  .main-nav .top-menu > li.open > a {
    padding-right: 8px;
    position: relative;
    padding-right: 11px;
  }
  .main-nav .top-menu > li.open > a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-width: 2px 0 0 2px;
    border-style: solid;
    position: absolute;
    right: -3px;
    top: 50%;
    transform: rotate(45deg) translateY(-2.4px);
    transform-origin: top;
  }
  .main-nav .top-menu > li > ul {
    display: none;
    background-color: #006be9;
    width: 100%;
  }
  .main-nav .top-menu > li > ul li {
    margin: 0;
    display: block;
    padding: 0;
  }
  .main-nav .top-menu > li > ul li a {
    display: block;
    padding: 0 10px;
  }
  .main-nav .top-menu > li > ul li a:hover {
    background-color: #052049;
  }
  .main-nav .top-menu > li > ul li a:last-of-type {
    padding-bottom: 2px;
  }
  .nav-wrapper.open {
    box-shadow: 0 340px 40px 300px rgba(96, 96, 150, 0.5);
    background: linear-gradient(
      to top,
      rgba(96, 96, 150, 0.5) 111px,
      rgba(96, 96, 150, 0.5) 111px,
      #fff 111px,
      #fff
    );
  }
}
@keyframes waves {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 4096px;
  }
}
.nav-search-overlay {
  position: absolute;
  top: -112px;
  right: 0;
  left: 0;
  z-index: 120;
  background-image: linear-gradient(
    to top,
    transparent,
    transparent 112px,
    #f2f4f6 112px,
    #f2f4f6
  );
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease-in-out;
  padding-bottom: 112px;
}
.nav-search-overlay:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 112px;
  background: url(../images/wave_grey.svg) repeat-x;
  background-position-x: inherit;
  animation: waves 30s linear infinite;
}
.nav-search-overlay.open {
  top: 0;
}
.nav-search-overlay.open .icon-ui-search {
  animation: search-icon-twist 0.28s ease-in 2 0.1s alternate;
}
.nav-search-overlay.open .search-content .search-header .search-close {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.2s;
}
.nav-search-overlay.open .search-content .search-form > div:first-child {
  transition: margin-bottom 0.6s ease-out;
  margin-bottom: 0;
}
.nav-search-overlay.open .fader-item {
  transition: opacity;
  opacity: 1;
}
.nav-search-overlay.open .placeholder-text .fader-item {
  transition: opacity, transform;
  transform: translateY(0);
}
.nav-search-overlay .fader-item {
  transition: none;
  opacity: 0;
}
.nav-search-overlay .placeholder-text .fader-item {
  transform: translateY(16px);
  display: inline-block;
}
.nav-search-overlay .hide {
  display: none;
}
.nav-search-overlay .search-content {
  padding: 70px 80px 0;
}
.nav-search-overlay .search-content .search-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-search-overlay .search-content .search-header img {
  width: 214px;
  height: auto;
}
.nav-search-overlay .search-content .search-header .search-close {
  background: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.5s, transform 0.3s;
  transform: scale(0);
}
.nav-search-overlay .search-content .search-header .search-close:before {
  content: "\2715";
  color: #506380;
  font-size: 30px;
}
.nav-search-overlay .search-content .search-form {
  border-bottom: 1px solid #dce0e6;
  padding: 0 0 24px;
  margin: 96px 0 40px;
  max-width: 1165px;
  position: relative;
  font-size: calc(3vw + 14px);
}
.nav-search-overlay .search-content .search-form > div:first-child {
  display: flex;
  align-items: flex-end;
  margin-bottom: 24px;
  transition-duration: 2s;
}
.nav-search-overlay .search-content .search-form input[type="text"],
.nav-search-overlay .search-content .search-form .icon-ui-search {
  border: 0;
  background: 0;
  padding: 0;
  line-height: 1;
  color: #006be9;
}
.nav-search-overlay .search-content .search-form input[type="text"]:focus,
.nav-search-overlay .search-content .search-form .icon-ui-search:focus {
  outline: 0;
}
.nav-search-overlay .search-content .search-form input[type="text"] {
  flex: 1 1;
  color: #052049;
}
.nav-search-overlay .search-content .search-form .icon-ui-search {
  cursor: pointer;
  padding: 2px;
}
.nav-search-overlay .search-content .search-form .placeholder-text {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  color: #748092;
}
.nav-search-overlay .search-content .popular-searches button {
  border: 0;
  background: 0;
  padding: 0;
  display: block;
  font-weight: lighter;
  color: #506380;
  cursor: pointer;
}
.nav-search-overlay .search-content .popular-searches .suggestion {
  cursor: pointer;
}
.nav-search-overlay .search-content .popular-searches .hover {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .nav-search-overlay .search-content .search-form {
    padding-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  .nav-search-overlay .search-content {
    padding: 16px 16px 0;
  }
  .nav-search-overlay .search-content .search-header img {
    width: 107px;
  }
  .nav-search-overlay .search-content .search-form {
    margin: 40px 0 24px;
    padding-bottom: 8px;
  }
}
@keyframes search-icon-twist {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(55deg);
  }
}
.row.sp-condition .col-lg-3 .sp-condition-background-images {
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.row.sp-condition .col-lg-3 .sp-condition-background-images img {
  position: relative;
  opacity: 75%;
}
.row.sp-condition .col-lg-3 .sp-condition-background-images img:nth-child(1) {
  top: 2000px;
}
.row.sp-condition .col-lg-3 .sp-condition-background-images img:nth-child(2) {
  top: 4000px;
}
.row.sp-condition .col-lg-3 .sp-condition-background-images img:nth-child(3) {
  top: 6000px;
}
.row.sp-condition .col-lg-3 .sp-condition-background-images img:nth-child(4) {
  top: 8000px;
}
@media (max-width: 991.98px) {
  .row.sp-condition .col-lg-3 .sp-condition-background-images {
    display: none;
  }
}
.quote {
  padding-top: 1px;
}
.quote .component-content {
  font-family: "Granjon";
  background-color: #cde2f9;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 200px;
  width: 100%;
  margin: 84px 0 156px 0;
  z-index: 1;
}
.quote .component-content:before {
  content: "";
  position: absolute;
  top: -83px;
  left: 0;
  right: 0;
  bottom: -91px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%222441%22%20height%3D%2284%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23DCEAF9%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M-406.000%2C20.000%20C-406.000%2C20.000%20-246.288%2C74.813%201.000%2C75.000%20C188.115%2C75.141%20390.131%2C7.670%20645.000%2C3.000%20C895.009%2C-1.581%201058.145%2C36.317%201314.000%2C42.000%20C1567.595%2C47.633%201705.107%2C28.405%201936.000%2C23.000%20C2128.860%2C18.485%202262.623%2C74.856%202442.000%2C75.000%20C2618.034%2C75.141%202736.000%2C14.000%202736.000%2C14.000%20L2752.000%2C183.000%20L-407.000%2C231.000%20L-406.000%2C20.000%20Z%22%20class%3D%22cls-1%22%2F%3E%3Cpath%20d%3D%22M-377.000%2C360.000%20C-377.000%2C360.000%20-198.793%2C382.000%201.000%2C382.000%20C100.164%2C382.000%20201.087%2C384.057%20296.659%2C364.712%20C437.388%2C336.227%20549.100%2C337.604%20626.000%2C341.000%20C812.934%2C349.254%201040.131%2C405.146%201295.000%2C409.813%20C1545.009%2C414.391%201654.145%2C370.679%201910.000%2C365.000%20C2163.595%2C359.371%202211.044%2C382.000%202442.000%2C382.000%20C2634.860%2C382.000%202863.623%2C292.037%203043.000%2C291.893%20C3219.034%2C291.752%203337.000%2C352.852%203337.000%2C352.852%20L3353.000%2C183.967%20L-662.000%2C136.000%20L-377.000%2C360.000%20Z%22%20class%3D%22cls-1%22%2F%3E%3C%2Fsvg%3E")
      top right repeat-x,
    url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%222441%22%20height%3D%2284%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23DCEAF9%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M-406.000%2C-310.000%20C-406.000%2C-310.000%20-246.288%2C-255.187%201.000%2C-255.000%20C188.115%2C-254.859%20390.131%2C-322.330%20645.000%2C-327.000%20C895.009%2C-331.581%201058.145%2C-293.683%201314.000%2C-288.000%20C1567.595%2C-282.367%201705.107%2C-301.595%201936.000%2C-307.000%20C2128.860%2C-311.515%202262.623%2C-255.144%202442.000%2C-255.000%20C2618.034%2C-254.859%202736.000%2C-316.000%202736.000%2C-316.000%20L2752.000%2C-147.000%20L-407.000%2C-99.000%20L-406.000%2C-310.000%20Z%22%20class%3D%22cls-1%22%2F%3E%3Cpath%20d%3D%22M-377.000%2C30.000%20C-377.000%2C30.000%20-198.793%2C52.000%201.000%2C52.000%20C100.164%2C52.000%20201.087%2C54.057%20296.659%2C34.712%20C437.388%2C6.227%20549.100%2C7.604%20626.000%2C11.000%20C812.934%2C19.254%201040.131%2C75.146%201295.000%2C79.813%20C1545.009%2C84.391%201654.145%2C40.679%201910.000%2C35.000%20C2163.595%2C29.371%202211.044%2C52.000%202442.000%2C52.000%20C2634.860%2C52.000%202863.623%2C-37.963%203043.000%2C-38.107%20C3219.034%2C-38.248%203337.000%2C22.852%203337.000%2C22.852%20L3353.000%2C-146.033%20L-662.000%2C-194.000%20L-377.000%2C30.000%20Z%22%20class%3D%22cls-1%22%2F%3E%3C%2Fsvg%3E")
      bottom right repeat-x;
  background-position-x: 100px;
  animation: quote-wave2 24s infinite ease-in-out;
  z-index: -1;
}
.quote .component-content:after {
  content: "";
  position: absolute;
  top: -83px;
  left: 0;
  right: 0;
  bottom: -83px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%222441%22%20height%3D%2284%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23CDE2F9%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M-406.000%2C20.000%20C-406.000%2C20.000%20-246.288%2C74.813%201.000%2C75.000%20C188.115%2C75.141%20390.131%2C7.670%20645.000%2C3.000%20C895.009%2C-1.581%201058.145%2C36.317%201314.000%2C42.000%20C1567.595%2C47.633%201705.107%2C28.405%201936.000%2C23.000%20C2128.860%2C18.485%202262.623%2C74.856%202442.000%2C75.000%20C2618.034%2C75.141%202736.000%2C14.000%202736.000%2C14.000%20L2752.000%2C183.000%20L-407.000%2C231.000%20L-406.000%2C20.000%20Z%22%20class%3D%22cls-1%22%2F%3E%3Cpath%20d%3D%22M-377.000%2C360.000%20C-377.000%2C360.000%20-198.793%2C382.000%201.000%2C382.000%20C100.164%2C382.000%20201.087%2C384.057%20296.659%2C364.712%20C437.388%2C336.227%20549.100%2C337.604%20626.000%2C341.000%20C812.934%2C349.254%201040.131%2C405.146%201295.000%2C409.813%20C1545.009%2C414.391%201654.145%2C370.679%201910.000%2C365.000%20C2163.595%2C359.371%202211.044%2C382.000%202442.000%2C382.000%20C2634.860%2C382.000%202863.623%2C292.037%203043.000%2C291.893%20C3219.034%2C291.752%203337.000%2C352.852%203337.000%2C352.852%20L3353.000%2C183.967%20L-662.000%2C136.000%20L-377.000%2C360.000%20Z%22%20class%3D%22cls-1%22%2F%3E%3C%2Fsvg%3E")
      top right repeat-x,
    url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%222441%22%20height%3D%2284%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23CDE2F9%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M-406.000%2C-310.000%20C-406.000%2C-310.000%20-246.288%2C-255.187%201.000%2C-255.000%20C188.115%2C-254.859%20390.131%2C-322.330%20645.000%2C-327.000%20C895.009%2C-331.581%201058.145%2C-293.683%201314.000%2C-288.000%20C1567.595%2C-282.367%201705.107%2C-301.595%201936.000%2C-307.000%20C2128.860%2C-311.515%202262.623%2C-255.144%202442.000%2C-255.000%20C2618.034%2C-254.859%202736.000%2C-316.000%202736.000%2C-316.000%20L2752.000%2C-147.000%20L-407.000%2C-99.000%20L-406.000%2C-310.000%20Z%22%20class%3D%22cls-1%22%2F%3E%3Cpath%20d%3D%22M-377.000%2C30.000%20C-377.000%2C30.000%20-198.793%2C52.000%201.000%2C52.000%20C100.164%2C52.000%20201.087%2C54.057%20296.659%2C34.712%20C437.388%2C6.227%20549.100%2C7.604%20626.000%2C11.000%20C812.934%2C19.254%201040.131%2C75.146%201295.000%2C79.813%20C1545.009%2C84.391%201654.145%2C40.679%201910.000%2C35.000%20C2163.595%2C29.371%202211.044%2C52.000%202442.000%2C52.000%20C2634.860%2C52.000%202863.623%2C-37.963%203043.000%2C-38.107%20C3219.034%2C-38.248%203337.000%2C22.852%203337.000%2C22.852%20L3353.000%2C-146.033%20L-662.000%2C-194.000%20L-377.000%2C30.000%20Z%22%20class%3D%22cls-1%22%2F%3E%3C%2Fsvg%3E")
      bottom right repeat-x;
  background-position-x: 0;
  animation: quote-wave 24s infinite linear;
  z-index: -1;
}
.quote .component-content .quote-icon {
  color: #fff;
  width: 50px;
  height: 50px;
  position: relative;
  margin: 16px 0;
}
.quote .component-content .quote-icon .quote-bubble {
  width: 50px;
  height: 50px;
  border-radius: 46% 42% 42% 46%;
  transform: skewX(0deg) skewY(0deg) rotate(0);
  background-color: #358;
  animation: quote-morph 4s infinite alternate;
}
.quote .component-content .quote-icon > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.quote .component-content .quote-icon > span span[class^="icon-decorative"] {
  font-size: 24px;
}
.quote .component-content > span > span {
  display: inline-block;
}
.quote .component-content > span > span:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 46% 42% 42% 46%;
  transform: skewX(0deg) skewY(0deg) rotate(0);
  background-color: #358;
  animation: quote-morph 4s infinite alternate;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.quote .component-content > span > span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.quote .field-quote-text {
  margin: 0 0 20px 0;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
  width: 100%;
  color: #052049;
}
.quote .component-content {
  width: 100%;
}
.quote.quote-dark .component-content {
  background-color: #052049;
}
.quote.quote-dark .component-content:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%222441%22%20height%3D%2284%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23B4BCC8%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M-406.000%2C20.000%20C-406.000%2C20.000%20-246.288%2C74.813%201.000%2C75.000%20C188.115%2C75.141%20390.131%2C7.670%20645.000%2C3.000%20C895.009%2C-1.581%201058.145%2C36.317%201314.000%2C42.000%20C1567.595%2C47.633%201705.107%2C28.405%201936.000%2C23.000%20C2128.860%2C18.485%202262.623%2C74.856%202442.000%2C75.000%20C2618.034%2C75.141%202736.000%2C14.000%202736.000%2C14.000%20L2752.000%2C183.000%20L-407.000%2C231.000%20L-406.000%2C20.000%20Z%22%20class%3D%22cls-1%22%2F%3E%3Cpath%20d%3D%22M-377.000%2C360.000%20C-377.000%2C360.000%20-198.793%2C382.000%201.000%2C382.000%20C100.164%2C382.000%20201.087%2C384.057%20296.659%2C364.712%20C437.388%2C336.227%20549.100%2C337.604%20626.000%2C341.000%20C812.934%2C349.254%201040.131%2C405.146%201295.000%2C409.813%20C1545.009%2C414.391%201654.145%2C370.679%201910.000%2C365.000%20C2163.595%2C359.371%202211.044%2C382.000%202442.000%2C382.000%20C2634.860%2C382.000%202863.623%2C292.037%203043.000%2C291.893%20C3219.034%2C291.752%203337.000%2C352.852%203337.000%2C352.852%20L3353.000%2C183.967%20L-662.000%2C136.000%20L-377.000%2C360.000%20Z%22%20class%3D%22cls-1%22%2F%3E%3C%2Fsvg%3E"),
    url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%222441%22%20height%3D%2284%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23B4BCC8%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M-406.000%2C-310.000%20C-406.000%2C-310.000%20-246.288%2C-255.187%201.000%2C-255.000%20C188.115%2C-254.859%20390.131%2C-322.330%20645.000%2C-327.000%20C895.009%2C-331.581%201058.145%2C-293.683%201314.000%2C-288.000%20C1567.595%2C-282.367%201705.107%2C-301.595%201936.000%2C-307.000%20C2128.860%2C-311.515%202262.623%2C-255.144%202442.000%2C-255.000%20C2618.034%2C-254.859%202736.000%2C-316.000%202736.000%2C-316.000%20L2752.000%2C-147.000%20L-407.000%2C-99.000%20L-406.000%2C-310.000%20Z%22%20class%3D%22cls-1%22%2F%3E%3Cpath%20d%3D%22M-377.000%2C30.000%20C-377.000%2C30.000%20-198.793%2C52.000%201.000%2C52.000%20C100.164%2C52.000%20201.087%2C54.057%20296.659%2C34.712%20C437.388%2C6.227%20549.100%2C7.604%20626.000%2C11.000%20C812.934%2C19.254%201040.131%2C75.146%201295.000%2C79.813%20C1545.009%2C84.391%201654.145%2C40.679%201910.000%2C35.000%20C2163.595%2C29.371%202211.044%2C52.000%202442.000%2C52.000%20C2634.860%2C52.000%202863.623%2C-37.963%203043.000%2C-38.107%20C3219.034%2C-38.248%203337.000%2C22.852%203337.000%2C22.852%20L3353.000%2C-146.033%20L-662.000%2C-194.000%20L-377.000%2C30.000%20Z%22%20class%3D%22cls-1%22%2F%3E%3C%2Fsvg%3E");
}
.quote.quote-dark .component-content:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%222441%22%20height%3D%2284%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23052049%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M-406.000%2C20.000%20C-406.000%2C20.000%20-246.288%2C74.813%201.000%2C75.000%20C188.115%2C75.141%20390.131%2C7.670%20645.000%2C3.000%20C895.009%2C-1.581%201058.145%2C36.317%201314.000%2C42.000%20C1567.595%2C47.633%201705.107%2C28.405%201936.000%2C23.000%20C2128.860%2C18.485%202262.623%2C74.856%202442.000%2C75.000%20C2618.034%2C75.141%202736.000%2C14.000%202736.000%2C14.000%20L2752.000%2C183.000%20L-407.000%2C231.000%20L-406.000%2C20.000%20Z%22%20class%3D%22cls-1%22%2F%3E%3Cpath%20d%3D%22M-377.000%2C360.000%20C-377.000%2C360.000%20-198.793%2C382.000%201.000%2C382.000%20C100.164%2C382.000%20201.087%2C384.057%20296.659%2C364.712%20C437.388%2C336.227%20549.100%2C337.604%20626.000%2C341.000%20C812.934%2C349.254%201040.131%2C405.146%201295.000%2C409.813%20C1545.009%2C414.391%201654.145%2C370.679%201910.000%2C365.000%20C2163.595%2C359.371%202211.044%2C382.000%202442.000%2C382.000%20C2634.860%2C382.000%202863.623%2C292.037%203043.000%2C291.893%20C3219.034%2C291.752%203337.000%2C352.852%203337.000%2C352.852%20L3353.000%2C183.967%20L-662.000%2C136.000%20L-377.000%2C360.000%20Z%22%20class%3D%22cls-1%22%2F%3E%3C%2Fsvg%3E"),
    url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%222441%22%20height%3D%2284%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23052049%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M-406.000%2C-310.000%20C-406.000%2C-310.000%20-246.288%2C-255.187%201.000%2C-255.000%20C188.115%2C-254.859%20390.131%2C-322.330%20645.000%2C-327.000%20C895.009%2C-331.581%201058.145%2C-293.683%201314.000%2C-288.000%20C1567.595%2C-282.367%201705.107%2C-301.595%201936.000%2C-307.000%20C2128.860%2C-311.515%202262.623%2C-255.144%202442.000%2C-255.000%20C2618.034%2C-254.859%202736.000%2C-316.000%202736.000%2C-316.000%20L2752.000%2C-147.000%20L-407.000%2C-99.000%20L-406.000%2C-310.000%20Z%22%20class%3D%22cls-1%22%2F%3E%3Cpath%20d%3D%22M-377.000%2C30.000%20C-377.000%2C30.000%20-198.793%2C52.000%201.000%2C52.000%20C100.164%2C52.000%20201.087%2C54.057%20296.659%2C34.712%20C437.388%2C6.227%20549.100%2C7.604%20626.000%2C11.000%20C812.934%2C19.254%201040.131%2C75.146%201295.000%2C79.813%20C1545.009%2C84.391%201654.145%2C40.679%201910.000%2C35.000%20C2163.595%2C29.371%202211.044%2C52.000%202442.000%2C52.000%20C2634.860%2C52.000%202863.623%2C-37.963%203043.000%2C-38.107%20C3219.034%2C-38.248%203337.000%2C22.852%203337.000%2C22.852%20L3353.000%2C-146.033%20L-662.000%2C-194.000%20L-377.000%2C30.000%20Z%22%20class%3D%22cls-1%22%2F%3E%3C%2Fsvg%3E");
}
.quote.quote-dark .quote-icon .quote-bubble {
  background-color: #058488;
  animation: none;
}
.quote.quote-dark .field-quote-text {
  color: #fff;
}
@keyframes quote-morph {
  25% {
    border-radius: 46% 46% 42% 42%;
    transform: skewX(2deg) rotate(5deg);
  }
  50% {
    border-radius: 42% 46% 46% 42%;
    transform: skewY(8deg) rotate(10deg);
  }
  75% {
    border-radius: 42% 42% 46% 46%;
    transform: skewX(4deg) rotate(20deg);
  }
  100% {
    border-radius: 46% 42% 42% 46%;
    transform: rotate(30deg);
  }
}
@keyframes quote-wave {
  to {
    background-position-x: 2442px;
  }
}
@keyframes quote-wave2 {
  50% {
    background-position-x: 1000px;
  }
  100% {
    background-position-x: 2542px;
  }
}
@media (min-width: 576px) {
  .quote .field-quote-text {
    font-size: 156.25%;
    line-height: 1.2;
  }
}
a.has-tooltip {
  border-bottom: dotted 2px #006be9;
  border-color: inherit;
}
.has-tooltip {
  cursor: pointer;
}
.ucsf-tooltip {
  background-color: #fff;
  padding: 32px;
  box-shadow: 0 12px 12px -4px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  position: absolute;
  z-index: 130;
  display: none;
  max-width: 350px;
}
.ucsf-tooltip:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  transform: rotate(45deg);
  box-shadow: 0 12px 12px -4px rgba(0, 0, 0, 0.1);
  z-index: 9;
  position: absolute;
  bottom: -7px;
}
.ucsf-tooltip:after {
  font-family: "icomoon";
  font-size: 13px;
  content: "\E919";
  color: #006be9;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.ucsf-tooltip.show {
  display: block;
}
.pagination ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.pagination ul li {
  float: left;
}
.pagination ul li a {
  color: #006be9;
  padding: 0 8px;
}
.pagination ul li a:hover,
.pagination ul li a.active {
  color: #052049;
  text-decoration: none;
}
.pagination ul li a span:before {
  color: #006be9;
  font-size: 12px;
}
.pagination ul li.previous,
.pagination ul li.next {
  padding: 0px 20px;
  float: right;
}
.share-component {
  width: 32px;
  height: 100%;
  margin-right: 17px;
  float: left;
}
.share-component span {
  margin-bottom: 15px;
  display: inline-block;
}
.share-component span::before {
  font-size: 22px;
}
.metadata-list {
  margin-bottom: 32px;
}
.metadata-list ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.metadata-list li,
.metadata-list .field-published {
  color: #506380;
}
.component.article-intro {
  color: #052049;
  margin-top: 0px;
  margin-bottom: 1em;
}
.component.article-intro .article-breadcrumb a {
  color: #052049;
}
.component.article-intro .component-content {
  display: flex;
}
.component.article-intro .component-content .article-info-top {
  margin-bottom: 32px;
}
.component.article-intro .component-content .article-info-top .article-authors {
  display: inline-block;
  margin-right: 15px;
}
.component.article-intro
  .component-content
  .article-info-top
  .article-authors
  .eyebrow {
  display: inline-block;
  text-transform: uppercase;
}
.component.article-intro
  .component-content
  .article-info-top
  .article-published {
  display: inline-block;
}
.component.article-intro
  .component-content
  .article-info-top
  .article-published
  .eyebrow {
  display: inline-block;
  text-transform: uppercase;
}
.component.article-intro .component-content .article-info .article-contact {
  margin-top: 32px;
}
.component.article-intro .article-header-title {
  margin: 8px 0 32px;
}
.component.article-intro .article-related-conditions a {
  color: #006be9;
}
.component.article-intro .article-related-conditions strong {
  flex-basis: 100%;
  color: #052049;
  margin-bottom: 4px;
}
.component.article-intro .article-related-conditions .condition {
  display: flex;
  margin-bottom: 10px;
}
.component.article-intro .article-contact p {
  display: flex;
  margin-bottom: 2px;
  align-items: center;
}
.component.article-intro .article-contact span {
  line-height: 1.6;
  margin-right: 8px;
}
.component.article-intro .article-contact .article-contact-address {
  display: flex;
}
.component.article-intro .article-contact .city-state-zip .city {
  margin-right: 3px;
}
.component.article-intro .article-contact .city-state-zip .city span {
  margin-right: 0;
}
.component.article-intro .article-contact .city-state-zip .state {
  margin-right: 3px;
}
.component.article-intro .article-contact .city-state-zip .state span {
  margin-left: 0;
  margin-right: 4px;
}
.component.article-intro .article-contact .city-state-zip .zip span {
  margin-left: 0;
}
@media (min-width: 992px) {
  .component.article-intro .component-content .article-info .article-authors {
    margin-bottom: 32px;
  }
}
@media (max-width: 991.98px) {
  .component.article-intro {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .component.article-intro .article-header-title {
    margin-bottom: 24px;
  }
  .component.article-intro .component-content {
    flex-wrap: wrap;
    display: block;
  }
  .component.article-intro .component-content .article-info {
    display: flex;
    flex-direction: column;
  }
  .component.article-intro .component-content .article-info > div {
    flex-basis: 50%;
    min-width: 120px;
  }
  .component.article-intro .component-content .article-info > div:first-child {
    margin-top: 15px;
  }
  .component.article-intro .component-content .article-info .article-info-top {
    display: flex;
    justify-content: space-between;
  }
  .component.article-intro
    .component-content
    .article-info
    .article-info-top
    > div {
    margin-right: 32px;
  }
  .component.article-intro
    .component-content
    .article-info
    .article-info-top
    > div:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .component.article-intro
    .component-content
    .article-info-top
    .article-published {
    margin-left: 0;
  }
}
.component.question-and-answer {
  color: #052049;
}
.component.question-and-answer .field-question {
  font-weight: normal;
  margin-bottom: 24px;
}
.clinic-ctas {
  background: #fff;
  margin-bottom: 0;
}
.clinic-ctas.no-links {
  height: 0;
}
.clinic-ctas.no-links .component-content {
  height: 0;
}
.clinic-ctas .component-content {
  padding-right: 125px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.clinic-ctas .component-content > div {
  font-weight: normal;
  padding: 35px 0;
  margin-right: 65px;
}
.clinic-ctas .component-content > div .request-appointment:hover {
  cursor: pointer;
  text-decoration: underline;
}
.clinic-ctas .component-content > div a,
.clinic-ctas .component-content > div .request-appointment {
  color: #006be9;
  display: flex;
  align-items: center;
}
.clinic-ctas .component-content > div:last-of-type {
  margin-right: 0;
}
.clinic-ctas .component-content > div:hover,
.clinic-ctas .component-content > div.hover {
  color: #052049;
  text-decoration: none;
}
.clinic-ctas .component-content > div:hover span:before,
.clinic-ctas .component-content > div.hover span:before {
  color: #052049;
}
.clinic-ctas .component-content > div:active,
.clinic-ctas .component-content > div.active {
  color: #052049;
  opacity: 0.75;
}
.clinic-ctas .component-content > div:active span:before,
.clinic-ctas .component-content > div.active span:before {
  color: #052049;
}
.clinic-ctas .component-content > div:focus,
.clinic-ctas .component-content > div.focus {
  color: #052049;
  border: 1px #052049 dotted;
}
.clinic-ctas .component-content > div:focus span:before,
.clinic-ctas .component-content > div.focus span:before {
  color: #052049;
}
.clinic-ctas .component-content > div:disabled,
.clinic-ctas .component-content > div.disabled {
  color: #919496;
}
.clinic-ctas .component-content > div:disabled span:before,
.clinic-ctas .component-content > div.disabled span:before {
  color: #919496;
}
.clinic-ctas .component-content > div span:before {
  margin-right: 8px;
}
.clinic-ctas .component-content .clinic-phone-num {
  font-weight: normal;
  position: absolute;
  right: 40px;
  display: flex;
  align-items: center;
}
.clinic-intro {
  margin-top: 20px;
}
.clinic-intro .clinic-intro-content {
  display: flex;
}
.clinic-intro .clinic-intro-content .clinic-intro-text {
  flex-basis: 70%;
}
.clinic-intro .clinic-intro-content .clinic-intro-text.alternate {
  flex-basis: 80%;
}
.clinic-intro .clinic-intro-content .clinic-intro-text p {
  color: #052049;
}
.clinic-intro .clinic-intro-content .click-intro-referral {
  flex-basis: 30%;
  color: #506380;
  padding-left: 50px;
}
.clinic-intro .clinic-intro-content .click-intro-referral.alternate {
  flex-basis: 20%;
}
.clinic-intro .clinic-intro-content .click-intro-referral p {
  font-weight: normal;
  margin-bottom: 0;
}
.clinic-intro .clinic-intro-content .click-intro-referral p:first-of-type {
  display: flex;
  align-items: center;
}
.clinic-intro .clinic-intro-content .click-intro-referral .icon-ui-info {
  font-size: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .clinic-ctas .component-content > div {
    padding: 25px 0;
  }
  .clinic-ctas .component-content .clinic-phone-num {
    font-weight: normal;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .clinic-ctas .component-content {
    max-width: 720px;
    padding-right: 25px;
  }
  .clinic-ctas .component-content > div {
    flex-basis: 50%;
    border-bottom: 1px solid #dce0e6;
    margin-right: 0;
  }
  .clinic-ctas .component-content .clinic-phone-num {
    position: initial;
    right: auto;
  }
  .clinic-intro {
    margin-top: 33px;
  }
  .clinic-intro .clinic-intro-content {
    flex-direction: column-reverse;
    position: relative;
  }
  .clinic-intro .clinic-intro-content .click-intro-referral {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .clinic-ctas .component-content > div {
    flex-basis: 100%;
  }
  .clinic-ctas .component-content > div a,
  .clinic-ctas .component-content > div .request-appointment {
    justify-content: space-between;
  }
  .clinic-ctas .component-content > div span {
    order: 2;
  }
  .clinic-ctas .component-content .clinic-phone-num {
    border-radius: 34px;
    border-bottom: none;
    background-color: rgba(242, 244, 246, 0.8);
    margin: 13px 0;
    padding: 13px 16px;
    justify-content: space-between;
  }
  .clinic-ctas .clinic-intro .clinic-intro-content .click-intro-referral {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .clinic-ctas.no-links + .clinic-intro {
    margin-top: 0;
  }
  .clinic-ctas.no-links + .clinic-intro .clinic-intro-text {
    margin-top: -65px;
  }
}
.component.image > .component-content {
  position: relative;
  display: inline-block;
  color: #fff;
  height: inherit;
}
.component.image > .component-content .image-caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 24px;
  display: flex;
  align-items: flex-end;
  white-space: normal;
  background-image: linear-gradient(
    to top,
    #052049,
    transparent 50%,
    transparent
  );
}
@media print {
  .component.image > .component-content .image-caption {
    background: 0;
  }
}
.component.image > .component-content .image-caption > div {
  display: flex;
  align-items: center;
}
.component.image > .component-content .image-caption span {
  margin-right: 12px;
}
.component.image > .component-content a {
  color: #fff;
}
.component.image.hide-gradient > .component-content .image-caption {
  background: 0;
}
.component.image-scroll {
  position: relative;
}
.component.image-scroll.no-scroll img {
  width: 100%;
  height: auto;
}
.component.image-scroll .image-scroller-nav {
  display: none;
}
.component.image-scroll > .component-content {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  position: relative;
  margin: 12px 0;
  padding-bottom: 6px;
  scrollbar-width: thin;
  scrollbar-color: #666 #ccc;
  -ms-scrollbar-track-color: #ccc;
  -ms-scrollbar-arrow-color: #ccc;
  -ms-scrollbar-face-color: #666;
  -ms-scrollbar-shadow-color: #666;
  -ms-scrollbar-highlight-color: #666;
  -ms-scrollbar-3dlight-color: #666;
  -ms-scrollbar-darkshadow-color: #666;
}
.component.image-scroll > .component-content::-webkit-scrollbar {
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  background: linear-gradient(
    transparent,
    transparent 9px,
    #ccc 9px,
    #ccc 11px,
    transparent 11px
  );
}
.component.image-scroll > .component-content::-webkit-scrollbar-thumb {
  background: linear-gradient(
    transparent,
    transparent 7px,
    #666 7px,
    #666 13px,
    transparent 13px
  );
  border-radius: 42.5%;
}
.component.image-scroll > .component-content.custom-scrollbar-container {
  padding-bottom: 20px;
  overflow: hidden;
}
.component.image-scroll > .component-content .component.image {
  margin-right: 16px;
  margin-bottom: 0;
  scroll-snap-align: start;
}
.component.image-scroll
  > .component-content
  .component.image
  > .component-content
  .image-caption {
  position: inherit;
  background-image: none;
  color: #052049;
  padding: 24px 24px 24px 0;
  font-weight: bold;
  font-size: 18px;
}
.component.image-scroll > .component-content .component.image:last-child {
  margin-right: 0;
}
.component.image-scroll > .component-content::-webkit-scrollbar {
  height: 30px;
}
.component.image-scroll > .component-content::-webkit-scrollbar-thumb {
  border-radius: 21%;
}
@media only screen and (max-width: 480px) {
  .component.image-scroll {
    overflow: hidden;
    box-sizing: content-box;
    padding-bottom: 50px;
  }
  .component.image-scroll.no-scroll {
    padding-bottom: 0;
  }
  .component.image-scroll.no-scroll .component-content {
    padding-bottom: 0;
  }
  .component.image-scroll .image-scroller-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .component.image-scroll .image-scroller-nav div {
    width: 12px;
    height: 12px;
    position: relative;
    margin: 0 8px;
    background-image: url(../images/nav_dot.svg);
    background-size: 12px;
  }
  .component.image-scroll .image-scroller-nav div.active {
    background-image: url(../images/nav_dot_active.svg);
  }
  .component.image-scroll > .component-content {
    display: block;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 30px;
  }
  .component.image-scroll > .component-content .component.image {
    display: inline-block;
    margin: 0;
    white-space: normal;
  }
  .component.image-scroll > .component-content .component.image img {
    width: 100%;
    height: auto;
  }
  .component.image-scroll::-webkit-scrollbar {
    display: none;
  }
}
.share-print-email {
  margin-bottom: 0;
}
.share-print-email.share-drop-shadow {
  text-shadow: 0 0 5px #000;
}
.share-component {
  width: 120px;
  height: 100%;
  margin-right: 17px;
  position: relative;
}
.share-component > a {
  margin-right: 10px;
  margin-bottom: 15px;
  display: inline-block;
  cursor: pointer;
  font-size: 22px;
  color: inherit;
}
.share-component > a[class^="icon"]:hover {
  text-decoration: none;
  color: #052049;
}
.share-menu {
  display: none;
  width: 410px;
  padding: 16px;
  position: absolute;
  background: #fff;
  z-index: 150;
  box-shadow: 0 12px 12px -4px rgba(0, 0, 0, 0.1);
  border: 1px solid #f2f4f6;
  text-shadow: none;
}
.share-menu.show {
  display: block;
}
.share-menu.mobile {
  left: 0;
  right: 0;
}
.share-menu span.icon-ui-close {
  position: absolute;
  right: 20px;
  color: #006be9;
}
.share-menu span.icon-ui-close:before {
  font-size: 12px;
}
.share-menu h4 {
  font-weight: normal;
  color: #052049;
  margin: 0px;
  padding: 0px;
}
.share-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.share-menu ul li {
  padding: 19px 40px 19px 63px;
  color: #506380;
  border-bottom: 1px solid #e1e3e6;
}
.share-menu ul li:last-child {
  border: 0;
}
.share-menu ul li span {
  margin: 0px 80px 0px 0px;
}
.share-menu ul li span.icon-social-facebook::before {
  color: #395196;
  font-size: 22px;
}
.share-menu ul li span.icon-social-twitter::before {
  color: #000;
  font-size: 22px;
}
.share-menu ul li.copy-link {
  color: #006be9;
  cursor: pointer;
}
.share-menu ul li span.svg-ui-checkmark {
  margin-right: 0;
  margin-left: 15px;
  visibility: hidden;
}
.share-menu ul li span.svg-ui-checkmark.show {
  visibility: visible;
}
@keyframes copied-fade-out {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
    display: none;
  }
}
@media (max-width: 991.98px) {
  .share-print-email {
    float: none;
  }
  .share-component span {
    margin-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .share-menu {
    width: 290px;
  }
  .share-menu ul li {
    padding: 18px 15px 18px 27px;
  }
  .share-menu ul li span {
    margin: 0px 10px 0px 0px;
  }
  .share-menu ul li span.icon-social-twitter {
    margin: 0px 10px 0px 0px;
  }
}
.scroll-container {
  width: 400px;
  display: flex;
  overflow-x: auto;
  padding-bottom: 8px;
}
.scroll-container > * {
  flex-shrink: 0;
}
.custom-scrollbar-container {
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
.custom-scrollbar-container * {
  user-select: none;
  user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.custom-scrollbar {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ccc;
}
.custom-scrollbar .scrubber {
  height: 200%;
  width: 100px;
  transform: translateY(-25%);
  background-color: #666;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
}
.vimeo-video {
  position: relative;
  display: block;
  max-width: 1054px;
  cursor: pointer;
}
.vimeo-video .component-content > div:first-child {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  cursor: pointer;
  background-image: linear-gradient(
    to top,
    #052049,
    transparent 50%,
    transparent
  );
}
@media print {
  .vimeo-video .component-content > div:first-child {
    background: 0;
  }
}
.vimeo-video .component-content > div:first-child.hide {
  display: none;
}
.vimeo-video .component-content > div:first-child > img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 99;
  cursor: pointer;
}
.vimeo-video .component-content > div:first-child .video-details {
  font-weight: normal;
  line-height: 24px;
  text-align: left;
  position: absolute;
  color: #fff;
  z-index: 100;
  bottom: 0;
  left: 0;
  margin: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.vimeo-video
  .component-content
  > div:first-child
  .video-details
  .svg-ui-play_NoGradient {
  width: 60px;
  height: 60px;
  display: block;
  margin-right: 16px;
  cursor: pointer;
}
.vimeo-video .video-overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  cursor: pointer;
  background-image: linear-gradient(
    to top,
    #052049,
    transparent 50%,
    transparent
  );
}
@media print {
  .vimeo-video .video-overlay {
    background: 0;
  }
}
@media (max-width: 767.98px) {
  .vimeo-video .component-content > div .video-details {
    bottom: 15px;
    left: 15px;
  }
  .vimeo-video .component-content > div .video-details .video-title {
    vertical-align: middle;
    line-height: 23px;
    display: inline-block;
    max-width: 250px;
  }
}
.related-conditions > .component-content {
  display: flex;
  flex-wrap: wrap;
}
.related-conditions > .component-content > div {
  flex: 1;
  flex-basis: 100%;
}
.related-conditions > .component-content > div:first-child {
  width: 300px;
  max-width: none;
  margin: 0 0 20px 0;
  flex-shrink: 0;
}
.related-conditions a {
  font-weight: 300;
}
.related-conditions h2 {
  color: #052049;
  position: relative;
  padding-bottom: 20px;
}
.related-conditions h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  background-color: #dce0e6;
}
.related-conditions h2:empty {
  display: none;
}
.related-conditions p {
  margin-bottom: 0;
  font-weight: 300;
}
.related-conditions .featured-conditions {
  margin-bottom: 30px;
  display: flex;
}
.related-conditions .featured-conditions > div {
  padding-right: 40px;
  flex: 1;
  margin-bottom: 20px;
  width: 274px;
  min-width: 31%;
}
.related-conditions .btn-drawer {
  margin-top: 10px;
}
@media (max-width: 1199.98px) {
  .related-conditions .featured-conditions > div {
    width: 200px;
  }
}
@media (max-width: 991.98px) {
  .related-conditions > .component-content .featured-conditions > div {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .related-conditions .featured-conditions {
    margin-bottom: 20px;
    flex-direction: column;
  }
  .related-conditions .featured-conditions > div {
    width: auto;
    max-width: none;
  }
}
.on-page-editor .component.column-layout.scEnabledChrome {
  padding-top: 25px;
  padding-bottom: 25px;
}
.on-page-editor footer .scWebEditInput {
  display: inline-block !important;
}
.on-page-editor .meta-links li > .scLooseFrameZone.scEnabledChrome {
  overflow: hidden;
}
.on-page-editor .article-badge.scEnabledChrome {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
.on-page-editor .patient-services .scEnabledChrome {
  flex: 0;
  flex-wrap: nowrap;
  display: inline-block;
  justify-content: flex-start;
  align-items: stretch;
}
.on-page-editor .patient-services .patient-services-header {
  flex: 0 0 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.on-page-editor .patient-services .patient-services-header .heading1 {
  margin-right: auto;
}
.on-page-editor .formatted-list .component-content {
  padding-bottom: 10px;
}
.on-page-editor .card div.scLooseFrameZone {
  height: 100%;
  overflow-x: hidden;
}
.on-page-editor .faq-module .component-content {
  padding-bottom: 10px;
}
.on-page-editor .logo-garden-module .component-content {
  padding-bottom: 20px;
}
.on-page-editor .transit-cards .scrolling-container {
  flex-wrap: wrap;
  min-width: 1px;
}
.on-page-editor .doctor-cards .doctor-cards-panes > div {
  height: auto;
  opacity: 1;
}
body.preview .vimeo-lightbox {
  z-index: 9190;
}
body.preview .vimeo-lightbox-close {
  z-index: 9200;
}
header .scEnabledChrome .meganav {
  display: block !important;
  height: inherit;
}
header .scEnabledChrome .meganav .container:after {
  animation: none;
  background: none;
}
header .scEnabledChrome .meganav .sub-menu {
  display: block !important;
  position: relative;
}
.component.ucsf-values {
  margin-bottom: 0;
  overflow: hidden;
  background: linear-gradient(
      to bottom,
      transparent 132px,
      transparent 132px,
      #506380 132px,
      #506380
    ),
    url(../images/ucsf_values_wave.svg) top left no-repeat;
}
.component.ucsf-values .component-content {
  margin: 172px 0 60px;
}
.component.ucsf-values .component-content .container {
  color: #fff;
  padding: 0 30px;
}
.component.ucsf-values .component-content h2 {
  max-width: 828px;
  margin: 6px 0 0;
  line-height: 42px;
}
.component.ucsf-values .component-content h2:first-of-type:after {
  content: none;
}
.component.ucsf-values .component-content a {
  color: #fff;
  font-weight: normal;
  position: relative;
}
.component.ucsf-values .component-content a:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
@media (max-width: 991.98px) {
  #content .component.ucsf-values {
    margin-left: -39px;
    margin-right: -39px;
  }
}
@media (max-width: 767.98px) {
  #content .component.ucsf-values {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.audio-controls {
  margin: 24px 0;
  height: 74px;
  box-shadow: 0 0 0px 1px #dce0e6;
  padding: 16px;
  background-color: #fff;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
}
.audio-controls .heading1 {
  position: relative;
  padding-bottom: 20px;
}
.audio-controls .heading1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  background-color: #dce0e6;
}
.audio-controls .heading1:empty {
  display: none;
}
.audio-controls p {
  margin: 0 16px;
  font-weight: normal;
  color: #052049;
}
.audio-controls.paused .play-button:after {
  content: none;
}
.audio-controls.paused .play-button:before {
  content: "";
  width: 12px;
  height: 12px;
  border-width: 0 3px;
  border-style: solid;
}
.audio-controls.paused .background {
  animation: audio-wave 60s linear infinite;
}
.audio-controls.paused .background:before {
  animation: audio-wave2 40s ease-in-out infinite alternate;
}
.audio-controls.paused .background:after {
  animation: audio-wave3 20s linear infinite;
}
.audio-controls .scrubber {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(170, 170, 255, 0.4);
  border-right: 1px solid #cde2f9;
}
.audio-controls .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url(../images/audio_wave_top_opaque.svg) repeat-x;
}
.audio-controls .background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/audio_wave_top_light_opaque.svg) repeat-x;
  background-position-x: 400px;
}
.audio-controls .background:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/audio_wave_top_opaque.svg) repeat-x;
  background-position-x: -400px;
}
@media (max-width: 767.98px) {
  .audio-controls {
    height: 72px;
  }
  .audio-controls .play {
    width: 32px;
    height: 32px;
  }
}
@keyframes audio-wave {
  to {
    background-position-x: 2442px;
  }
}
@keyframes audio-wave2 {
  to {
    background-position-x: 2842px;
  }
}
@keyframes audio-wave3 {
  to {
    background-position-x: 2042px;
  }
}
.accolades {
  color: #fff;
  position: relative;
  overflow: hidden;
/*  background-color: #052049;*/
}
.accolades .accolade-content {
  position: relative;
  z-index: 1;
  padding: 120px 0 20px 0;
}
.accolades .btn-drawer {
  margin-top: 16px;
}
.accolades ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 -40px 0;
  overflow: hidden;
  padding: 0;
}
.accolades ul .accolade {
  flex-basis: 50%;
  min-width: 350px;
  margin-bottom: 0;
  display: flex;
}
.accolades ul .accolade > .component-content {
    padding: 20px 20px;
}
.misvis ul .accolade > .component-content {
  padding: 50px 20px;
}
.accolades ul .accolade .image-wrapper {
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accolades ul .accolade .image-wrapper img {
  max-width: 80px;
}
.accolades ul .accolade img {
  max-width: 160px;
  height: auto;
}
.misvis ul .accolade img {
  max-width: 180px;
  height: auto;
}
.accolades ul .accolade p {
  margin: 0 0 0 32px;
  width: 100%;
}
.accolades ul .accolade .component-content {
  display: flex;
  align-items: center;
}
.accolades ul .accolade.vertical {
  flex-basis: 30%;
  min-width: 250px;
}
.misvis ul .accolade.vertical {
  flex-basis: 48%;
  min-width: 250px;
}
.accolades ul .accolade.vertical p {
  margin-left: 0;
  margin-top: 8px;
  text-align: center;
  color: #fff;
      line-height: 21px;
    letter-spacing: 1px;
    margin-top: 20px;
}
.accolades ul .accolade.vertical p span{
  font-size: 15px;
    text-align: justify;
}
.misvis ul .accolade.vertical p span{
  font-size: 20px;
  line-height: 28px;
    text-align: center;
}
.clearfix{
  clear: both;
}
.accolades ul .accolade.vertical p a {
  position: relative;
  color: #fec746;
  text-items: center;
}
.accolades ul .accolade.vertical h3{
  color: #fff;
  margin-top: 20px;
}
.misvis ul .accolade.vertical h3{
  color: #fff;
  margin-top: 20px;
      font-size: 36px;
}
.accolades ul .accolade.vertical h6{
  color: #fec746;
  margin-top: 0px;
}
/*.accolades ul .accolade.vertical p a:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}*/
.accolades ul .accolade.vertical .component-content {
  flex-direction: column;
  align-items: center;
}
.accolades .illustration-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.accolades .illustration-image svg {
  position: absolute;
  top: 0;
  left: 0;
}
.accolades .illustration-image .image-wrapper {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: table;
}
.accolades .illustration-image .image-wrapper > img {
  width: auto;
  height: 100%;
  visibility: hidden;
}
.accolades .illustration-image .image-wrapper > img.mobile {
  display: none;
}
.accolades.home-page {
  text-align: center;
}
.accolades.home-page .accolade-content {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.misvis.home-page .accolade-content {
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 100px;
}
.accolades.home-page .accolade-content p.font-larger {
  font-weight: normal;
}
.accolades.home-page ul {
  justify-content: center;
}
.accolades.home-page ul .accolade {
  text-align: left;
  color: #506380;
  min-width: 380px;
}
.accolades.home-page ul .accolade.vertical {
  min-width: 250px;
  border: 1px solid #fff;
  ma;
  margin: 10px;
  border-radius: 30px;
  background: #052049;
}
.accolades.home-page ul .accolade img {
        width: 120px;
    height: 120px;
    border-radius: 50%;
}
.misvis.home-page ul .accolade img {
        width: 180px;
    height: 180px;
    border-radius: 50%;
}
.misvis{
/*  background-color: #f1f1f1;*/
  color: #052049 !important;
}
.mis{
  background-color: #052049 !important;
}
.vis{
  background-color: #007eff !important;
}
@media (max-width: 1199.98px) {
  .accolades.home-page .accolade-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .accolades.home-page ul {
    margin: 0;
  }
  .accolades.home-page ul .accolade {
    min-width: 325px;
  }
  .accolades.home-page ul .accolade > .component-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .accolades.home-page ul .accolade.vertical {
    min-width: 220px;
  }
}
@media (max-width: 767.98px) {
  .accolades ul {
    margin: 16px 0 0;
  }
  .accolades ul .accolade {
    flex-basis: 100%;
    min-width: 0;
  }
  .accolades ul .accolade > .component-content {
    padding: 0 0 24px;
    width: 100%;
  }
  .accolades ul .accolade:last-child > .component-content {
    padding-bottom: 0;
  }
  .accolades ul .accolade.vertical {
    flex-basis: 100%;
  }
  .accolades .illustration-image .image-wrapper > img {
    display: none;
  }
  .accolades .illustration-image .image-wrapper > img.mobile {
    display: block;
  }
  .accolades.home-page .accolade-content {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .accolades.home-page ul .accolade .component-content {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }
  .misvis.home-page ul .accolade img {
    width: 100px;
    height: 100px;
            margin: 0 auto;
  }
  .misvis ul .accolade.vertical h3 {
    color: #fff;
            margin: 0 auto;
    margin-top: 10px;
    font-size: 26px;
    text-align: center;
}
.misvis ul .accolade.vertical p span {
    font-size: 14px;
    line-height: 20px;
  }
  .accolades.home-page ul .accolade:last-child .component-content {
    border: 0;
    margin-bottom: 0;
  }
  .accolades.home-page ul .accolade p {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 8px;
  }
}
.formatted-list {
  color: #506380;
  max-width: 715px;
}
.formatted-list .eyebrow {
  color: #052049;
  text-align: center;
}
.formatted-list div.font-larger {
  margin: 40px 0;
  color: #052049;
}
.formatted-list h2 {
  color: #052049;
}
.formatted-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.formatted-list ul > li {
  padding: 0 0 24px 54px;
}
.formatted-list ul > li > strong {
  display: block;
  color: #052049;
}
.formatted-list ul > li:before {
  content: "\2737";
  margin-left: -30px;
  position: absolute;
}
.formatted-list ul {
  max-width: 600px;
}
.formatted-list ul li {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .formatted-list h2 {
    padding-bottom: 16px;
  }
}
.guide-card {
  width: 100%;
  position: relative;
  margin: 24px auto 64px;
  padding: 0 75px 30px;
  background-color: #fff;
  border: 1px solid #f2f4f6;
}
.guide-card .component-content {
  display: flex;
  flex-direction: row;
}
.guide-card .component-content .guide-heading-section {
  padding-top: 65px;
  width: 25%;
}
.guide-card .component-content .guide-heading-section .eyebrow {
  color: #052049;
  text-align: left;
  margin-bottom: 5px;
}
.guide-card .component-content .guide-heading-section h2 {
  color: #506380;
}
.guide-card .component-content .guide-heading-section .share-component {
  margin: 20px 0 0 7px;
}
.guide-card .component-content .guide-list-section {
  width: 75%;
  max-width: 530px;
  margin-left: auto;
  padding-top: 20px;
}
.guide-card .component-content .guide-list-section ul {
  list-style: none;
}
.guide-card .component-content .guide-list-section ul li {
  color: #506380;
  font-weight: 200;
  padding: 21px 65px 7px 0;
  border-bottom: 1px solid #dce0e6;
}
@media (max-width: 991.98px) {
  .guide-card {
    padding: 0 18px 10px;
  }
  .guide-card .component-content {
    flex-direction: column;
  }
  .guide-card .component-content .guide-heading-section {
    padding-top: 20px;
    width: 100%;
  }
  .guide-card .component-content .guide-heading-section .share-print-email {
    margin-top: 20px;
  }
  .guide-card
    .component-content
    .guide-heading-section
    .share-print-email
    .share-component {
    margin: 0 0 0 7px;
  }
  .guide-card .component-content .guide-list-section {
    width: 100%;
    margin-left: 0;
  }
  .guide-card .component-content .guide-list-section ul {
    padding-left: 0;
  }
  .guide-card .component-content .guide-list-section ul li {
    padding: 7px 0;
  }
}
.meta-links .component-content {
  display: block;
  align-items: flex-start;
}
.meta-links .component-content > div:first-child {
  margin-right: 60px;
  flex-shrink: 0;
}
.meta-links .component-content h2 {
  margin: 0 24px 24px 0;
  position: relative;
  padding-bottom: 20px;
}
.meta-links .component-content h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  background-color: #dce0e6;
}
.meta-links .component-content h2:empty {
  display: none;
}
.meta-links .component-content p.font-larger {
  color: #052049;
  margin-bottom: 24px;
}
.meta-links .component-content ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex: 1 1;
  padding: 0;
  width: 100%;
  margin: 2px 0 0;
}
.meta-links .component-content ul li {
  margin: 0 22px 0 0;
  padding: 10px;
  width: 274px;
  min-width: 31%;
  position: relative;
  font-size: 16px;
  line-height: 24px;
}
.meta-links .component-content ul li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background-color: #dce0e6;
}
.meta-links .component-content ul li:after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  height: 2px;
  background-color: #dce0e6;
}
.meta-links .component-content ul li.vertical-li-styling-fix {
  height: 85px;
}
.meta-links .component-content ul li p {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  position: inherit;
  top: 50%;
  transform: translateY(-50%);
}
.meta-links .component-content ul li p > .no-link {
  font-weight: 300;
}
.meta-links .component-content ul li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.meta-links .component-content ul.vertical-sort {
  display: block;
  flex-wrap: initial;
  flex: initial;
  column-count: 3;
  column-gap: 0;
}
.meta-links .component-content ul.vertical-sort li {
  display: inline-block;
  width: 88%;
  height: 85px;
}
.meta-links .component-content ul.include-title {
  column-count: 2;
}
.meta-links .component-content ul.col-count-2 {
  column-count: 2;
}
.meta-links .component-content ul.col-count-1 {
  column-count: 1;
}
.meta-links .component-content ul.use-arrow-icon li a:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
.meta-links .component-content ul.use-download-icon li a:after {
  content: "\E91A";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
@media (max-width: 1199.98px) {
  .meta-links .component-content > div:first-child {
    max-width: none;
    width: auto;
  }
  .meta-links .component-content p.font-larger {
    max-width: none;
  }
  .meta-links .component-content ul li {
    min-width: 190px;
  }
  .meta-links .component-content ul.vertical-sort li {
    width: 98%;
  }
  .meta-links .component-content ul.include-title {
    column-count: 3;
  }
  .meta-links .component-content ul.col-count-2 {
    column-count: 2;
  }
  .meta-links .component-content ul.col-count-1 {
    column-count: 1;
  }
  .meta-links .component-content ul.col-count-1 li {
    height: 65px;
  }
}
@media (max-width: 991.98px) {
  .meta-links .component-content > div:first-child {
    width: auto;
    max-width: none;
    margin-right: 0;
  }
  .meta-links .component-content ul.vertical-sort {
    column-count: 1;
  }
  .meta-links .component-content ul.vertical-sort li {
    width: 100%;
    height: 65px;
  }
  .meta-links .component-content ul li.vertical-li-styling-fix {
    height: 65px;
  }
}
@media (max-width: 767.98px) {
  .meta-links .component-content ul li {
    width: 100%;
  }
}
.single-cta {
  background-color: #fff;
  border: 1px solid #dce0e6;
  padding: 64px 56px;
}
.single-cta .component-content h2:first-child:after {
  content: none;
}
.single-cta h2 {
  color: #052049;
  margin-bottom: 32px;
}
.single-cta a {
  display: inline-block;
}
.single-cta .btn {
  display: flex;
  align-items: center;
}
.single-cta .btn a {
  color: #fff;
}
.single-cta .btn a:hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .single-cta {
    padding: 24px 32px;
  }
  .single-cta .btn {
    padding: 16px 24px;
  }
  .single-cta .btn a {
    font-size: 15px;
  }
  .single-cta .btn .icon-ui-mail:before {
    font-size: 18px;
  }
}
.twoup-promo > .component-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.twoup-promo > .component-content > div {
  border: 1px solid #dce0e6;
  padding: 64px 48px;
  margin: 0 16px 32px 16px;
  min-width: 300px;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #052049;
  background-color: #fff;
  flex-basis: 100%;
}
.twoup-promo > .component-content > div .component-content {
  width: 100%;
}
.twoup-promo > .component-content .field-link {
  margin-bottom: 6px;
}
.twoup-promo > .component-content .field-link a,
.twoup-promo > .component-content .field-link-2 a {
  position: relative;
}
.twoup-promo > .component-content .field-link a:after,
.twoup-promo > .component-content .field-link-2 a:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
.twoup-promo > .component-content .field-icon {
  margin-top: 56px;
}
.twoup-promo > .component-content h2 {
  margin-bottom: 16px;
  max-width: 502px;
}
.twoup-promo > .component-content .field-promo-text {
  margin-top: 19px;
}
.twoup-promo > .component-content .field-phone,
.twoup-promo > .component-content .field-email {
  color: #506380;
}
.twoup-promo > .component-content .field-phone a,
.twoup-promo > .component-content .field-email a {
  color: #506380;
}
.twoup-promo > .component-content .field-phone > span {
  margin-right: 6px;
}
.twoup-promo > .component-content .field-email > span {
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .twoup-promo > .component-content > div {
    flex-basis: 50%;
  }
}
@media (max-width: 767.98px) {
  .twoup-promo .component-content > div {
    margin-right: 0;
    margin-left: 0;
  }
  .twoup-promo .component-content img {
    margin-top: 40px;
    width: 100%;
    height: auto;
  }
  .twoup-promo .component-content h2 {
    margin-bottom: 28px;
  }
  .twoup-promo .component-content .field-promo-text {
    margin-bottom: 24px;
  }
}
@media (min-width: 576px) {
  .twoup-promo .component-content h2:first-child:after {
    content: none;
  }
}
.cards-component > .component-content {
  color: #052049;
/*  display: flex;*/
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.cards-component > .component-content .heading1 {
  position: relative;
  padding-bottom: 20px;
}
.cards-component > .component-content .heading1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  background-color: #dce0e6;
}
.cards-component > .component-content .heading1:empty {
  display: none;
}
.cards-component > .component-content > div:first-child {
  flex: 0 0 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cards-component > .component-content .view-all a {
  margin-right: 20px;
}
.cards-component > .component-content .view-all a:last-child {
  position: relative;
  margin-right: 0;
}
.cards-component > .component-content .view-all a:last-child:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
.cards {
  display: flex;
  align-items: stretch;
  flex-basis: 100%;
  list-style: none;
  padding: 24px 0 0;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #666 #ccc;
  -ms-scrollbar-track-color: #ccc;
  -ms-scrollbar-arrow-color: #ccc;
  -ms-scrollbar-face-color: #666;
  -ms-scrollbar-shadow-color: #666;
  -ms-scrollbar-highlight-color: #666;
  -ms-scrollbar-3dlight-color: #666;
  -ms-scrollbar-darkshadow-color: #666;
}
.cards::-webkit-scrollbar {
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  background: linear-gradient(
    transparent,
    transparent 9px,
    #ccc 9px,
    #ccc 11px,
    transparent 11px
  );
}
.cards::-webkit-scrollbar-thumb {
  background: linear-gradient(
    transparent,
    transparent 7px,
    #666 7px,
    #666 13px,
    transparent 13px
  );
  border-radius: 42.5%;
}
.cards.custom-scrollbar-container {
  padding-bottom: 20px;
  overflow: hidden;
}
.cards.spread {
  justify-content: space-between;
}
.cards.cards-small .card {
  max-width: 260px;
  margin-right: 16px;
}
.cards.cards-small .card p {
  margin-left: 10px;
    margin-right: 10px;
}
.cards.cards-small .card p:first-of-type {
  margin-top: 24px;
  margin-bottom: 24px;
}
.article-cards-sectional{
  padding: 80px 30px;
  padding-top: 0;
}
.cards.cards-small .card p.font-smaller {
  margin-left: 24px;
  margin-right: 24px;
}
.cards.cards-small .card > .component-content > img,
.cards.cards-small .card > .component-content .card-content > img {
  height: 138px;
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.cards.cards-small .card .field-icon {
  top: 86px;
}
.cards.cards-small .card .field-read-more-link {
  margin-right: 24px;
  margin-left: 0px;
}
.card {
  width: 476px;
  background-color: #fff;
  border: 1px solid #dce0e6;
  position: relative;
  margin-right: 40px;
  margin-bottom: 40px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 8px;
}
.card.nolink > .component-content .card-content {
  cursor: default;
}
.card.component:last-of-type {
  margin-bottom: 40px;
}
.card > .component-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card > .component-content > a {
  display: none;
}
.card > .component-content .card-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.card > .component-content .card-content .phantom-link {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.card > .component-content .card-content .phantom-link[href=""]:hover {
  cursor: default;
}
.card > .component-content > img,
.card > .component-content .card-content > img {
  width: auto;
  height: 215px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  align-self: baseline;
}
.card .field-icon {
  position: absolute;
  top: 136px;
  left: 0;
  width: 190px;
  height: 36px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card .field-icon .eyebrow {
  margin-bottom: 0;
  text-transform: none;
}
.card p {
  margin: 0 20px;
  color: #506380;
  display: flex;
}
.card p:first-of-type {
  font-weight: 300;
  margin-top: 40px;
  color: #052049;
}
.card p.phone {
  align-items: center;
}
.card .field-read-more-link {
  position: relative;
  align-self: flex-end;
  margin: auto 40px 0 40px;
  padding: 24px 0 24px 0;
  font-weight: normal;
  color: #006be9;
}
.card .field-read-more-link > a:after,
.card .field-read-more-link > span.include-ucsf-arrow:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
.card .field-read-more-link:before {
  content: "\200B";
}
.card:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1400px) {
  .right-col .cards .card {
    max-width: 260px;
    margin-right: 16px;
  }
  .right-col .cards .card p {
    margin-left: 24px;
    margin-right: 24px;
  }
  .right-col .cards .card p:first-of-type {
    margin-top: 24px;
  }
  .right-col .cards .card p.font-smaller {
    margin-left: 24px;
    margin-right: 24px;
  }
  .right-col .cards .card > .component-content > img,
  .right-col .cards .card > .component-content .card-content > img {
    height: 138px;
  }
  .right-col .cards .card .field-icon {
    top: 86px;
  }
  .right-col .cards .card .field-read-more-link {
    margin-right: 24px;
    margin-left: 0px;
  }
}
@media (max-width: 991.98px) {
  .cards-component > .component-content > div:first-child {
    justify-content: flex-start;
  }
  .cards-component > .component-content > div:first-child h2 {
    flex-basis: 100%;
  }
}
@media (max-width: 767.98px) {
  .cards .card {
    max-width: 260px;
    margin-right: 16px;
    width: 80vw;
    max-width: 376px;
  }
  .cards .card p {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 15px;
        line-height: 22px;
  }
  footer .container {
    padding-top: 0;
    padding-bottom: 15px;
    color: #9ba6b6;
}
footer .container .footer-nav .link-list > .component-content > ul {
    margin-top: 10px;
}
  .cards .card p:first-of-type {
    margin-top: 15px;
  }
  .cards .card p.font-smaller {
    margin-left: 24px;
    margin-right: 24px;
  }
  .cards .card > .component-content > img,
  .cards .card > .component-content .card-content > img {
    height: 138px;
  }
  .cards .card .field-icon {
    top: 86px;
  }
  .cards .card .field-read-more-link {
    margin-right: 24px;
    margin-left: 0px;
  }
  .cards .card > .component-content > img,
  .cards .card > .component-content .card-content > img {
    height: 188px;
  }
  .cards .card .field-icon {
    top: 136px;
  }
}
@media only screen and (max-width: 450px) {
  .cards .card > .component-content > img,
  .cards .card > .component-content .card-content > img {
    height: 138px;
  }
  .cards .card > .component-content .card-content span.field-read-more-link {
    margin-right: 30px;
  }
  .cards .card .field-icon {
    top: 86px;
  }
}
@media print {
  .cards {
    overflow: initial;
    flex-wrap: wrap;
  }
}
.manual-article-cards-entry > .component-content > a {
  display: flex;
}
.clinical-trials .card > .component-content > img,
.clinical-trials .card > .component-content .card-content > img {
  margin: 40px 40px 16px 40px;
  width: auto;
  height: auto;
  position: initial;
  left: auto;
  transform: none;
}
.clinical-trials .card h4 {
  margin-top: 0;
}
.clinical-trials .card p.font-smaller {
  padding-left: 16px;
  margin: 40px;
  border-left: 1px solid #4db729;
}
.clinical-trials.clinical-trials-conditions
  > .component-content
  > div:first-child {
  display: block;
}
.clinical-trials.clinical-trials-conditions .view-all a:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
.clinical-trials.clinical-trials-conditions .view-all .paragraph1 {
  margin-top: 40px;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .clinical-trials .card > .component-content > img,
  .clinical-trials .card > .component-content .card-content > img {
    margin: 24px 24px 16px 24px;
  }
}
@media (min-width: 992px) {
  .clinical-trials:not(.clinical-trials-conditions) > .component-content {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .clinical-trials:not(.clinical-trials-conditions)
    > .component-content
    > div:first-child {
    width: 300px;
    max-width: 300px;
    margin-right: 60px;
    flex-shrink: 0;
  }
  .clinical-trials:not(.clinical-trials-conditions)
    > .component-content
    .cards {
    overflow-x: auto;
  }
}
.continue-reading > div {
  display: block;
}
.continue-reading .read-more {
  display: none;
}
@media (max-width: 991.98px) {
  .continue-reading {
    position: relative;
    display: flex;
    align-items: flex-end;
  }
  .continue-reading:before {
    content: "";
    height: 200px;
    width: 100%;
    background-image: linear-gradient(
      to bottom,
      rgba(248, 248, 248, 0),
      #f8f8f9 80%
    );
    position: absolute;
    top: -160px;
  }
  .continue-reading > div {
    display: none;
  }
  .continue-reading.open {
    background: none;
    top: 0;
    height: auto;
  }
  .continue-reading.open:before {
    display: none;
  }
  .continue-reading.open > div {
    display: block;
  }
  .continue-reading.open .read-more {
    display: none;
  }
  .continue-reading .read-more {
    display: block;
    max-width: 254px;
    height: 52px;
    border: 1px solid #f2f4f6;
    border-radius: 34px;
    background-color: #f2f4f6;
    text-align: center;
    padding-top: 10px;
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .continue-reading .read-more a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #006be9;
    padding-right: 0 !important;
  }
}
@media print {
  .continue-reading > div {
    display: block;
  }
  .continue-reading .read-more {
    display: none;
  }
}
.plan-your-visit > .component-content .heading1 {
  padding-bottom: 21px;
}
.plan-your-visit > .component-content .view-all {
  margin-bottom: 10px;
}
.plan-your-visit > .component-content .cards {
  align-self: flex-start;
  flex-grow: 1;
  justify-content: space-between;
  flex-wrap: wrap;
}
.plan-your-visit > .component-content .cards.cards-small .card {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .plan-your-visit > .component-content .cards.cards-small .card {
    width: 100%;
    max-width: 100%;
  }
}
.cards-horizontal > .component-content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #052049;
}
.cards-horizontal > .component-content h2 {
  width: 300px;
  max-width: 300px;
  margin: 0 60px 32px 0;
}
.cards-horizontal > .component-content .view-all a {
  position: relative;
}
.cards-horizontal > .component-content .view-all a:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
.cards-horizontal > .component-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
  flex: 1;
  max-width: 827px;
}
.cards-horizontal > .component-content ul li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  align-items: flex-start;
}
.cards-horizontal > .component-content ul li:last-child {
  margin-bottom: 0;
}
.cards-horizontal > .component-content ul li > a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  text-decoration: none;
}
.cards-horizontal > .component-content ul li img {
  margin-right: 40px !important;
  margin-bottom: 24px !important;
  width: 160px;
  height: auto;
}
.cards-horizontal > .component-content ul li p {
  margin: 8px 0;
  color: #506380;
}
.cards-horizontal > .component-content ul li p.font-larger {
  font-weight: normal;
  color: #052049;
}
.cards-horizontal > .component-content ul li .card-content {
  flex: 1;
  min-width: 240px;
}
.cards-horizontal > .component-content ul li .card-content .read-more {
  text-align: right;
}
.cards-horizontal > .component-content ul li .card-content .read-more a {
  position: relative;
}
.cards-horizontal > .component-content ul li .card-content .read-more a:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
@media (max-width: 767.98px) {
  .cards-horizontal > .component-content {
    flex-direction: column;
  }
  .cards-horizontal > .component-content h2 {
    width: auto;
    max-width: none;
  }
  .cards-horizontal > .component-content > ul li {
    margin-bottom: 32px;
  }
  .cards-horizontal > .component-content > ul li img {
    width: 128px;
  }
  .cards-horizontal > .component-content > ul li div {
    flex-basis: 100%;
  }
}
.cards-horizontal.treatments > .component-content {
  display: block;
}
.cards-horizontal.treatments > .component-content .heading1 {
  position: relative;
  padding-bottom: 20px;
}
.cards-horizontal.treatments > .component-content .heading1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  background-color: #dce0e6;
}
.cards-horizontal.treatments > .component-content .heading1:empty {
  display: none;
}
.cards-horizontal.treatments > .component-content h3 {
  margin-bottom: 14px;
}
.cards-horizontal.treatments > .component-content h2 {
  width: auto;
  max-width: none;
}
.cards-horizontal.treatments > .component-content .view-all {
  margin-bottom: 56px;
}
.cards-horizontal.treatments
  > .component-content
  > ul
  li
  .card-content
  .read-more {
  position: relative;
}
.cards-horizontal.treatments
  > .component-content
  > ul
  li
  .card-content
  .read-more:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
.cards-horizontal.treatments
  > .component-content
  > ul
  li
  .card-content
  .read-more
  a:before,
.cards-horizontal.treatments
  > .component-content
  > ul
  li
  .card-content
  .read-more
  a:after {
  content: none;
}
@media (max-width: 767.98px) {
  .cards-horizontal.treatments > .component-content {
    display: flex;
    flex-direction: column;
  }
  .cards-horizontal.treatments > .component-content .view-all {
    order: 3;
    padding-top: 24px;
    margin-top: 24px;
    flex-basis: 100%;
    border-top: 1px solid #dce0e6;
  }
  .cards-horizontal.treatments > .component-content ul li > a {
    flex-direction: column;
  }
}
.map-module .map-container {
  position: relative;
  height: 800px;
  margin-top: 20px;
  transition: height 0.2s;
  overflow: hidden;
}
.map-module .map-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.map-module .map-title:after {
  margin-bottom: 10px;
}
.map-module .map-title h2 {
  position: relative;
  padding-bottom: 20px;
}
.map-module .map-title h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  background-color: #dce0e6;
}
.map-module .map-title h2:empty {
  display: none;
}
.map-module .map-title a:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
.map-module .map-title a:after {
  display: inline-block;
  transform: rotate(90deg);
}
.map-module ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.map-module .google-map {
  background-color: #e5e3df;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  transition: height 0.2s;
  transition-delay: 0.3s;
}
.map-module .map-expand {
  position: absolute;
  right: 16px;
  bottom: 24px;
  left: 16px;
  justify-content: space-between;
  display: none;
  transition: bottom 0.3s ease-out;
}
.map-module .map-expand > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 16px 24px;
  background-color: #fff;
  border-radius: 50px;
  cursor: pointer;
  color: #006be9;
  font-weight: normal;
}
.map-module .map-expand > div p {
  margin: 0;
}
.map-module .map-close {
  position: absolute;
  top: 24px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 32px;
  color: #006be9;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: transform 0.3s ease-in;
  transform: scale(0);
  display: flex;
}
.map-module .map-close:before {
  content: "\2715";
}
.map-module .map-info {
  position: absolute;
  top: 96px;
  left: 80px;
  width: 456px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: #052049;
  background-color: #f8f8f9;
  transition: height 0.2s;
  transition-delay: 0.3s;
}
.map-module .map-info .eyebrow {
  text-transform: none;
}
.map-module .map-info .map-search {
  flex: 0 0 auto;
  display: flex;
  margin: 32px 24px;
  position: relative;
}
.map-module .map-info .map-search input[type="text"] {
  border: 0;
  background-color: #fff;
  box-shadow: 0 10px 40px -10px #dce0e6;
  padding: 8px 44px 8px 16px;
  height: 44px;
  flex-grow: 1;
}
.map-module .map-info .map-search .icon-ui-search {
  padding: 13px 16px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: 0;
}
.map-module .map-info .map-search .icon-ui-search:focus {
  outline: 0;
}
.map-module .map-info .map-search .icon-ui-search.close {
  padding-top: 8px;
}
.map-module .map-info .map-search .icon-ui-search.close:before {
  content: "\2716";
  cursor: pointer;
}
.map-module .map-info > ul {
  position: relative;
  background-color: #fff;
  overflow-y: auto;
  max-height: 608px;
  scrollbar-width: thin;
  scrollbar-color: #666 #ccc;
  -ms-scrollbar-track-color: #ccc;
  -ms-scrollbar-arrow-color: #ccc;
  -ms-scrollbar-face-color: #666;
  -ms-scrollbar-shadow-color: #666;
  -ms-scrollbar-highlight-color: #666;
  -ms-scrollbar-3dlight-color: #666;
  -ms-scrollbar-darkshadow-color: #666;
}
.map-module .map-info > ul::-webkit-scrollbar {
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  background: linear-gradient(
    to right,
    transparent,
    transparent 9px,
    #ccc 9px,
    #ccc 11px,
    transparent 11px
  );
}
.map-module .map-info > ul::-webkit-scrollbar-thumb {
  background: linear-gradient(
    to right,
    transparent,
    transparent 7px,
    #666 7px,
    #666 13px,
    transparent 13px
  );
  border-radius: 42.5%;
}
.map-module .map-info > ul.custom-scrollbar-container {
  padding-bottom: 20px;
  overflow: hidden;
}
.map-module .map-info > ul > li {
  border-bottom: 1px solid #dce0e6;
  position: relative;
}
.map-module .map-info > ul > li:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #006be9;
  position: absolute;
  transform: scaleY(0);
  transition: transform 0.3s ease-in;
}
.map-module .map-info > ul > li.selected:before {
  transform: scaleY(1);
  transition-delay: 0.2s;
}
.map-module .map-info > ul > li.open {
  max-height: none;
}
.map-module .map-info > ul > li.open .more-info {
  display: block;
}
.map-module .map-info > ul > li.open .more-info-button a {
  padding-right: 6.66667px;
  position: relative;
}
.map-module .map-info > ul > li.open .more-info-button a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-width: 1.66667px 0 0 1.66667px;
  border-style: solid;
  position: absolute;
  right: -2.5px;
  top: 50%;
  transform: rotate(45deg) translateY(-2px);
  transform-origin: top;
}
.map-module .map-info > ul > li.hide {
  display: none;
}
.map-module .map-info > ul > li .icon-ui-info {
  cursor: pointer;
}
.map-module .map-info > ul > li .more-info {
  display: none;
  background-color: #f8f8f9;
  padding-top: 24px;
  border-top: 1px solid #dce0e6;
}
.map-module .map-info > ul > li .map-clinic {
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #dce0e6;
}
.map-module .map-info > ul > li .map-clinic a {
  font-weight: normal;
}
.map-module .map-info > ul > li .map-clinic:last-child {
  border: 0;
  margin-bottom: 0;
}
.map-module .map-info > ul > li > div {
  padding: 48px 48px 24px 48px;
}
.map-module .map-info > ul > li > div > a {
  display: flex;
  align-items: center;
}
.map-module .map-info > ul > li > div > a .svg-ui-directions {
  width: 16px;
}
.map-module .map-info > ul > li p {
  color: #506380;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.map-module .map-info > ul > li p span {
  margin-left: 8px;
}
.map-module .map-info > ul > li p .pin-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.map-module .map-info > ul > li .site-address span:first-of-type,
.map-module .map-info > ul > li .site-address span:last-of-type {
  margin-left: 0;
  margin-right: 0;
}
.map-module .map-info > ul > li .site-address span:first-of-type:before {
  content: none;
}
.map-module .map-info > ul > li .site-address span:before {
  content: " | ";
}
.map-module .map-info > ul > li .tabs,
.map-module .map-info > ul > li .transit {
  display: flex;
  justify-content: space-between;
}
.map-module .map-info > ul > li .tabs a,
.map-module .map-info > ul > li .transit a {
  display: flex;
  align-items: center;
}
.map-module .map-info > ul > li .tabs {
  border: 1px solid #dce0e6;
  border-width: 1px 0;
  margin: 24px 0 15px 0;
  justify-content: flex-start;
}
.map-module .map-info > ul > li .tabs a {
  padding: 16px 0;
  cursor: pointer;
  margin-right: 60px;
}
.map-module .map-info > ul > li .tabs a.active {
  border-bottom: 2px solid #006be9;
}
.map-module .map-info > ul > li .tabs a:last-of-type {
  margin-right: 0;
}
.map-module .map-info > ul > li .tab-pages > div {
  display: none;
}
.map-module .map-info > ul > li .tab-pages > div.active {
  display: block;
}
.map-module .map-info > ul > li .tab-pages > div .tab-mobile {
  display: none;
}
.map-module .map-info > ul > li .tab-pages p span {
  margin: 0 8px 0 0;
}
.map-module .map-info > ul > li .tab-pages strong {
  display: block;
  margin-right: 5px;
}
.map-module .map-info > ul > li a > span {
  margin-right: 6px;
}
.map-module .map-info > ul > li .more-info-button {
  display: block;
  color: #052049;
  font-weight: normal;
  margin-top: 24px;
}
.map-module .map-info > ul > li .more-info-button a {
  padding-right: 6.66667px;
  position: relative;
  cursor: pointer;
}
.map-module .map-info > ul > li .more-info-button a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-width: 1.66667px 0 0 1.66667px;
  border-style: solid;
  position: absolute;
  right: -2.5px;
  top: 50%;
  transform: rotate(-135deg) translateY(-2px);
  transform-origin: top;
}
.map-module .map-info > ul.single {
  height: 100%;
}
.map-module .map-info > ul.single > li {
  border: 0;
}
.map-module .map-info > ul.single > li:before {
  background: 0;
}
.map-module .map-info > ul.single > li .more-info-button {
  display: none;
}
.map-module .map-info > ul.single .more-info {
  background: 0;
  border: 0;
}
.map-module.home-map .map-info > ul {
  max-height: 484px;
}
@media (max-width: 991.98px) {
  .map-module .map-title .view-all {
    flex-basis: 100%;
  }
  .map-module .map-container {
    height: 320px;
  }
  .map-module .map-expand {
    display: block;
  }
  .map-module .map-info {
    top: initial;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0%;
  }
  .map-module .map-info .map-search {
    margin: 0;
    border-bottom: 1px solid #dce0e6;
  }
  .map-module .map-info > ul > li > div {
    padding: 24px;
  }
  .map-module .map-info > ul > li p {
    margin: 0;
  }
  .map-module .map-info > ul > li .more-info {
    padding: 0;
    background-color: #fff;
    border: 0;
    display: block;
  }
  .map-module .map-info > ul > li .more-info .transit {
    padding: 24px;
    justify-content: flex-start;
  }
  .map-module .map-info > ul > li .more-info .transit span {
    display: none;
  }
  .map-module .map-info > ul > li .more-info .transit > a:before {
    content: "|";
    padding: 0 8px;
  }
  .map-module .map-info > ul > li .more-info .transit > a:first-child:before {
    content: "";
  }
  .map-module .map-info > ul > li .tabs {
    display: none;
  }
  .map-module .map-info > ul > li .tab-pages {
    background-color: #f8f8f9;
  }
  .map-module .map-info > ul > li .tab-pages > div {
    display: block;
    padding: 12px;
    border-bottom: 1px solid #dce0e6;
  }
  .map-module .map-info > ul > li .tab-pages > div .tab-mobile {
    display: block;
    padding-right: 6.66667px;
    position: relative;
  }
  .map-module .map-info > ul > li .tab-pages > div .tab-mobile:after {
    content: "";
    width: 5px;
    height: 5px;
    border-width: 1.66667px 0 0 1.66667px;
    border-style: solid;
    position: absolute;
    right: -2.5px;
    top: 50%;
    transform: rotate(-135deg) translateY(-2px);
    transform-origin: top;
  }
  .map-module .map-info > ul > li .tab-pages > div .tab-mobile span {
    margin-right: 12px;
  }
  .map-module .map-info > ul > li .tab-pages > div > p {
    display: none;
  }
  .map-module .map-info > ul > li .tab-pages > div > p strong {
    display: none;
  }
  .map-module .map-info > ul > li .tab-pages > div.active-mobile > p {
    display: block;
  }
  .map-module .map-info > ul > li .tab-pages > div.active-mobile .tab-mobile {
    padding-right: 6.66667px;
    position: relative;
  }
  .map-module
    .map-info
    > ul
    > li
    .tab-pages
    > div.active-mobile
    .tab-mobile:after {
    content: "";
    width: 5px;
    height: 5px;
    border-width: 1.66667px 0 0 1.66667px;
    border-style: solid;
    position: absolute;
    right: -2.5px;
    top: 50%;
    transform: rotate(45deg) translateY(-2px);
    transform-origin: top;
  }
  .map-module .map-info > ul > li .more-info-button {
    display: none;
  }
  .map-module.expand .map-container {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 105;
    margin-top: 0;
  }
  .map-module.expand .map-expand {
    bottom: -160px;
  }
  .map-module.expand .map-close {
    transition-delay: 0.2s;
    transform: scale(1);
  }
  .map-module.expand .google-map {
    height: 55%;
  }
  .map-module.expand .map-info {
    height: calc(45% - 50px);
    width: auto;
    margin-bottom: 50px;
  }
  .map-module.home-map .map-info > ul > li .more-info-button {
    display: block;
  }
  .map-module.home-map .map-info > ul > li .more-info {
    background-color: #f8f8f9;
    display: none;
    padding: 16px;
  }
  .map-module.home-map .map-info > ul > li.open {
    max-height: none;
  }
  .map-module.home-map .map-info > ul > li.open .more-info {
    display: block;
  }
  .map-module.home-map .map-info > ul > li.open .more-info-button a {
    padding-right: 6.66667px;
    position: relative;
  }
  .map-module.home-map .map-info > ul > li.open .more-info-button a:after {
    content: "";
    width: 5px;
    height: 5px;
    border-width: 1.66667px 0 0 1.66667px;
    border-style: solid;
    position: absolute;
    right: -2.5px;
    top: 50%;
    transform: rotate(45deg) translateY(-2px);
    transform-origin: top;
  }
}
.patient-stories h2 {
  color: #052049;
  margin-bottom: 40px;
}
.patient-stories .content-wrapper {
  display: flex;
}
.patient-stories .component.image {
  width: 488px;
  height: 275px;
  margin: 0 53px 0 0;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.patient-stories .component.image img {
  width: auto;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.patient-stories .component.image > .component-content {
  display: block;
}
.patient-stories .component.image > .component-content .image-caption {
  display: none;
}
.patient-stories .patient-quote h3 {
  margin-bottom: 22px;
}
.patient-stories .patient-quote div {
  color: #506380;
}
.patient-stories .font-larger {
  margin-top: 40px;
}
@media (max-width: 1199.98px) {
  .patient-stories .image {
    width: 380px;
    height: 214px;
  }
}
@media (max-width: 767.98px) {
  .patient-stories h2 {
    margin-bottom: 32px;
  }
  .patient-stories .content-wrapper {
    display: block;
  }
  .patient-stories .component.image {
    margin-right: 0;
  }
  .patient-stories .image {
    width: auto;
    display: inline-block;
    max-width: 100%;
  }
  .patient-stories .patient-quote {
    margin-top: 20px;
  }
  .patient-stories .patient-quote h3 {
    margin-bottom: 10px;
  }
  .patient-stories .font-larger {
    margin-top: 20px;
  }
}
.doctor-hero > .component-content {
  position: relative;
  color: #052049;
  line-height: 40px;
  overflow: hidden;
  max-height: 784px;
}
.doctor-hero > .component-content .hero-wrapper {
  position: relative;
  overflow: hidden;
}
.doctor-hero > .component-content .desktop-image,
.doctor-hero > .component-content .mobile-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: fade-in 2s forwards;
}
.doctor-hero > .component-content .desktop-image img,
.doctor-hero > .component-content .mobile-image img {
  width: 100%;
  height: auto;
}
.doctor-hero > .component-content .desktop-image:after,
.doctor-hero > .component-content .mobile-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: -moz-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 39%);
  background: -webkit-linear-gradient(
    left,
    #fff 0%,
    rgba(255, 255, 255, 0) 39%
  );
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 39%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
@media print {
  .doctor-hero > .component-content .desktop-image:after,
  .doctor-hero > .component-content .mobile-image:after {
    background: 0;
  }
}
.doctor-hero > .component-content .desktop-image.circle {
  width: 376px;
  height: 376px;
  border-radius: 50%;
  overflow: hidden;
  left: auto;
  right: 190px;
  top: 110px;
}
.doctor-hero > .component-content .desktop-image.circle img {
  width: auto;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.doctor-hero > .component-content .desktop-image.circle:after {
  content: none;
}
.doctor-hero > .component-content .mobile-image {
  display: none;
}
.doctor-hero > .component-content .info {
  position: relative;
  padding: 136px 80px 96px;
}
.doctor-hero > .component-content .info .share-print-email {
  position: absolute;
  right: 80px;
  margin-top: 0;
}
.doctor-hero > .component-content .info .share-print-email .share-component {
  width: 30px;
}
.doctor-hero
  > .component-content
  .info
  .share-print-email
  .share-component
  .share-menu {
  left: -400px;
}
.doctor-hero
  > .component-content
  .info
  .share-print-email
  .share-component
  .share-menu
  ul
  li {
  padding: 12px 40px 12px 63px;
}
.doctor-hero > .component-content .info h1,
.doctor-hero > .component-content .info h2 {
  opacity: 0;
  transform: translateY(25px);
  margin-right: 50px;
  max-width: 62%;
  animation: fade-in 1.5s 0.3s forwards, slide-up 0.5s 0.3s forwards;
}
.doctor-hero > .component-content .info h1 span:after,
.doctor-hero > .component-content .info h2 span:after {
  content: ", ";
}
.doctor-hero > .component-content .info h1 span:last-child:after,
.doctor-hero > .component-content .info h2 span:last-child:after {
  content: none;
}
.doctor-hero > .component-content .info h2 {
  font-weight: lighter;
  margin-bottom: 0;
}
.doctor-hero > .component-content .info > p {
  margin: 40px 0;
  opacity: 0;
  transform: translateY(25px);
  max-width: 62%;
  animation: fade-in 1.5s 0.5s forwards, slide-up 0.5s 0.5s forwards;
}
.doctor-hero .doctor-ctas-mobile {
  display: none;
}
.doctor-ctas {
  opacity: 0;
  transform: translateY(25px);
  animation: fade-in 1.5s 0.7s forwards, slide-up 0.5s 0.7s forwards;
}
.doctor-ctas.standalone {
  animation: none;
  opacity: 1;
}
.doctor-ctas.standalone > .component-content {
  display: flex;
}
.doctor-ctas.standalone > .component-content .left-col {
  width: 300px;
  margin-right: 60px;
}
.doctor-ctas.standalone .heading1 {
  position: relative;
  padding-bottom: 20px;
}
.doctor-ctas.standalone .heading1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  background-color: #dce0e6;
}
.doctor-ctas.standalone .heading1:empty {
  display: none;
}
.doctor-ctas ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.doctor-ctas ul li {
  margin: 16px 24px 0 0;
}
.doctor-ctas ul li .btn {
  padding: inherit;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.doctor-ctas ul li .btn.btn-phone {
  padding: 17px 32px;
}
.doctor-ctas ul li .btn a {
  display: block;
  align-items: center;
  padding: 17px 32px;
}
.doctor-ctas ul li .btn a:hover {
  text-decoration: none;
}
.doctor-ctas ul li .btn-primary a,
.doctor-ctas ul li .btn-primary:hover a {
  color: #fff;
}
.doctor-ctas ul li .btn-phone {
  cursor: default;
}
@keyframes fade-in {
  100% {
    opacity: 1;
  }
}
@keyframes slide-up {
  100% {
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  .doctor-hero > .component-content .info {
    min-height: 641px;
  }
}
@media only screen and (max-width: 1250px) {
  .doctor-hero > .component-content .desktop-image.circle {
    position: static;
    margin: 32px auto 16px auto;
  }
  .doctor-hero > .component-content .desktop-image.circle ~ .info {
    padding-top: 0;
  }
  .doctor-hero > .component-content .desktop-image.circle ~ .info h1,
  .doctor-hero > .component-content .desktop-image.circle ~ .info h2,
  .doctor-hero > .component-content .desktop-image.circle ~ .info > p {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .doctor-hero > .component-content .info {
    padding-bottom: 0;
  }
  .doctor-ctas.standalone > .component-content {
    display: block;
  }
  .doctor-ctas.standalone > .component-content .left-col {
    max-width: none;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .doctor-hero > .component-content {
    max-height: none;
  }
  .doctor-hero > .component-content .info {
    padding: 156px 40px 16px;
  }
  .doctor-hero > .component-content .info > p {
    min-height: 60px;
  }
  .doctor-hero > .component-content .info .share-print-email {
    position: absolute;
    right: 40px;
  }
  .doctor-hero > .component-content .info .share-print-email .share-component {
    width: 30px;
  }
  .doctor-hero > .component-content .info .doctor-ctas {
    display: none;
  }
  .doctor-hero .doctor-ctas-mobile {
    display: block;
    padding: 0 16px;
  }
}
@media (max-width: 767.98px) {
  .doctor-hero .component-content .desktop-image {
    display: none;
  }
  .doctor-hero .component-content .desktop-image.circle ~ .info {
    padding: 248px 16px 16px;
  }
  .doctor-hero .component-content .mobile-image {
    display: block;
  }
  .doctor-hero .component-content .mobile-image:after {
    background-image: linear-gradient(to bottom, transparent, #fff);
    top: 75%;
  }
  .doctor-hero .component-content .info {
    padding: 105% 16px 16px;
  }
  .doctor-hero .component-content .info > p {
    min-height: 0;
  }
  .doctor-hero .component-content .info .share-print-email {
    right: 16px;
    top: 32px;
  }
  .doctor-hero
    .component-content
    .info
    .share-print-email
    .share-component
    .share-menu {
    left: -250px;
  }
  .doctor-hero
    .component-content
    .info
    .share-print-email
    .share-component
    .share-menu
    ul
    li {
    padding: 12px 15px 12px 27px;
  }
  .doctor-hero .component-content .info > p {
    margin-top: 16px;
    margin-bottom: 32px;
  }
  .doctor-ctas ul {
    flex-direction: column;
    align-items: stretch;
  }
  .doctor-ctas ul li {
    margin-right: 0;
  }
  .doctor-ctas ul li .btn {
    width: 100%;
    text-align: left;
  }
  .doctor-ctas ul li .btn span {
    position: absolute;
    right: 40px;
  }
}
.doctor-details .component-content {
  color: #506380;
}
.doctor-details .component-content ul {
  list-style: none;
  margin: 0 0 6px 0;
  padding: 0;
  max-width: 940px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.doctor-details .component-content ul li {
  width: 240px;
  margin: 32px 0;
}
.doctor-details .component-content ul li .eyebrow {
  color: #052049;
  margin-top: 8px;
  margin-bottom: 0;
}
.doctor-details .component-content ul li p {
  margin-bottom: 2px;
}
.doctor-details .component-content ul li .more-button,
.doctor-details .component-content ul li .less-button {
  cursor: pointer;
  color: #006be9;
  font-weight: normal;
}
.doctor-details .component-content ul li span[class^="svg-"] {
  width: 32px;
  height: 32px;
}
.doctor-details .component-content ul li .svg-ui-lqbtq-ribbon {
  margin-left: -7px;
}
.no-intro-text .doctor-details .component-content ul {
  margin: 0;
}
.no-intro-text .doctor-details .component-content ul li {
  margin-top: 0;
}
@media (max-width: 1199.98px) {
  .doctor-details .component-content ul li {
    margin-right: 32px;
  }
}
@media (max-width: 991.98px) {
  .doctor-details .component-content .right-col {
    padding-left: 35px;
  }
  .doctor-details .component-content ul li {
    margin-right: 16px;
  }
}
.doctor-cards h2 {
  margin-bottom: 29px;
  padding: 0px;
  color: #052049;
}
.doctor-cards .doctor-cards-header {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #dce0e6;
}
.doctor-cards .doctor-cards-header .list-select {
  align-self: center;
  border-color: #dce0e6;
  border-radius: 0;
  margin-bottom: 25px;
}
.doctor-cards .doctor-cards-header .list-select .heading,
.doctor-cards .doctor-cards-header .list-select li {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.25px;
  color: #667791;
}
.doctor-cards .doctor-cards-header .list-select .options {
  border-radius: 0;
}
.doctor-cards .doctor-cards-header .list-select .options ul li {
  color: #052049;
}
.doctor-cards .doctor-cards-header .list-select .options ul li:hover {
  color: #006be9;
}
.doctor-cards .doctor-cards-tabs {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}
.doctor-cards .doctor-cards-tabs li {
  border: none;
}
.doctor-cards .doctor-cards-tabs li .nav-link {
  position: relative;
  color: #506380;
  padding-bottom: 16px;
  cursor: pointer;
  transition: color 0.4s linear;
  font-weight: normal;
}
.doctor-cards .doctor-cards-tabs li .nav-link:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #006be9;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
.doctor-cards .doctor-cards-tabs li.active .nav-link {
  color: #006be9;
}
.doctor-cards .doctor-cards-tabs li.active .nav-link:after {
  transform: scaleX(1);
}
.doctor-cards .doctor-cards-tabs li:first-of-type .nav-link:after {
  transform-origin: right;
}
.doctor-cards .doctor-cards-panes {
  padding-top: 12px;
}
.doctor-cards .doctor-cards-panes > div {
  height: 0;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.doctor-cards .doctor-cards-panes > div.active {
  height: auto;
  z-index: 1;
}
.doctor-cards .doctor-cards-panes ul {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
.doctor-cards .doctor-cards-panes ul a {
  text-decoration: none;
}
.doctor-cards .doctor-cards-panes ul li {
  padding: 25px;
  width: 315px;
  flex-shrink: 0;
}
.doctor-cards .doctor-cards-panes ul li img {
  width: 100%;
  height: auto;
}
.doctor-cards .doctor-cards-panes ul li h3 {
  color: #052049;
  margin: 16px 0 0;
  padding: 0px;
  display: block;
  text-align: left;
}
.doctor-cards .doctor-cards-panes ul li .doctor-title {
  color: #052049;
  text-align: left;
  margin-bottom: 0;
}
.doctor-cards .doctor-cards-panes ul li .doctor-detail {
  color: #506380;
  text-align: left;
  display: block;
}
.doctor-cards .doctor-cards-panes ul li .paragraph3 {
  font-weight: normal;
  display: flex;
  align-items: center;
  color: #052049;
}
.doctor-cards .doctor-cards-panes ul li .paragraph3 span {
  margin-right: 8px;
}
@media only screen and (max-width: 1500px) {
  .doctor-cards .doctor-cards-panes ul li {
    padding: 25px;
    width: 315px;
  }
}
@media (max-width: 1199.98px) {
  .doctor-cards .tab-content ul li {
    padding: 20px;
  }
  .doctor-cards .doctor-cards-panes ul li {
    padding: 20px;
    width: 310px;
  }
}
@media (max-width: 767.98px) {
  .doctor-cards .tab-content ul li {
    width: 250px;
    padding: 16px;
    font-size: 89%;
  }
  .doctor-cards .doctor-cards-panes ul {
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #666 #ccc;
    -ms-scrollbar-track-color: #ccc;
    -ms-scrollbar-arrow-color: #ccc;
    -ms-scrollbar-face-color: #666;
    -ms-scrollbar-shadow-color: #666;
    -ms-scrollbar-highlight-color: #666;
    -ms-scrollbar-3dlight-color: #666;
    -ms-scrollbar-darkshadow-color: #666;
  }
  .doctor-cards .doctor-cards-panes ul::-webkit-scrollbar {
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    background: linear-gradient(
      to right,
      transparent,
      transparent 9px,
      #ccc 9px,
      #ccc 11px,
      transparent 11px
    );
  }
  .doctor-cards .doctor-cards-panes ul::-webkit-scrollbar-thumb {
    background: linear-gradient(
      to right,
      transparent,
      transparent 7px,
      #666 7px,
      #666 13px,
      transparent 13px
    );
    border-radius: 42.5%;
  }
  .doctor-cards .doctor-cards-panes ul.custom-scrollbar-container {
    padding-bottom: 20px;
    overflow: hidden;
  }
  .doctor-cards .doctor-cards-panes ul li {
    padding: 20px 12px;
    width: 240px;
  }
  .doctor-cards .doctor-cards-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .doctor-cards
    .doctor-cards-header
    .doctor-cards-dropdown-wrapper
    .doctor-cards-dropdown {
    width: 100%;
  }
}
.research .component-content {
  display: flex;
  flex-wrap: wrap;
  color: #052049;
}
.research .component-content h2 {
  margin-bottom: 14px;
  position: relative;
  padding-bottom: 20px;
}
.research .component-content h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  background-color: #dce0e6;
}
.research .component-content h2:empty {
  display: none;
}
.research .component-content .view-all a {
  position: relative;
}
.research .component-content .view-all a:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
.research .component-content > div:first-child {
  width: 300px;
  max-width: 300px;
  margin-right: 60px;
  flex-shrink: 0;
}
.research .component-content > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.research .component-content > ul li {
  min-width: 240px;
  max-width: 300px;
  padding-right: 40px;
}
.research .component-content > ul li .image-wrapper {
  width: 150px;
  height: 200px;
  overflow: hidden;
}
.research .component-content > ul li .image-wrapper img {
  height: 100%;
  width: auto;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
.research .component-content > ul li > a {
  display: block;
  padding: 14px 0;
  margin-bottom: 14px;
  position: relative;
  color: #052049;
  font-weight: normal;
}
.research .component-content > ul li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 2px;
  background-color: #dce0e6;
}
.research .component-content > ul li .field-read-more-link {
  padding-top: 10px;
}
.research .component-content > ul li .field-read-more-link a {
  font-weight: normal;
}
.research .component-content > ul li .field-read-more-link a:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
.research .component-content > ul li .eyebrow {
  font-weight: bold;
}
.research .component-content > ul li time {
  display: block;
}
@media (max-width: 767.98px) {
  .research .component-content {
    display: block;
  }
  .research .component-content > ul {
    margin-top: 12px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
}
.doctor-intro > .component-content {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0;
}
.doctor-intro > .component-content .accepting-new-patients {
  font-weight: normal;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.doctor-intro > .component-content .accepting-new-patients span {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
.doctor-intro > .component-content .left-col {
  width: 300px;
  margin-right: 60px;
  flex-shrink: 0;
}
.doctor-intro > .component-content .right-col {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.doctor-intro > .component-content .right-col > div {
  flex: 1;
}
.doctor-intro > .component-content .right-col > div:first-child {
  min-width: 396px;
  max-width: 750px;
}
.doctor-intro > .component-content .right-col > div:last-child {
  max-width: 270px;
  margin-left: 55px;
}
.doctor-intro > .component-content .right-col > div:last-child.row {
  max-width: none;
  margin-left: 0;
  flex-basis: 100%;
}
.doctor-intro > .component-content .right-col.short > div:last-child {
  max-width: none;
  margin-left: 0;
  flex-basis: 100%;
}
.doctor-intro > .component-content h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.doctor-intro > .component-content h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  background-color: #dce0e6;
}
.doctor-intro > .component-content h2:empty {
  display: none;
}
.doctor-intro > .component-content .view-all {
  margin-top: 10px;
  font-weight: normal;
  width: 100%;
  display: flex;
  align-items: center;
}
.doctor-intro > .component-content .view-all a {
  position: relative;
  align-items: flex-end;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.doctor-intro > .component-content .view-all a:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
.doctor-intro > .component-content .view-all a:after {
  margin-bottom: 2px;
}
.doctor-intro > .component-content p {
  color: #052049;
}
.doctor-intro > .component-content .lgbt-indicator .lgbtq-image-wrapper {
  width: 150px;
  height: 25px;
}
.doctor-intro > .component-content .lgbt-indicator .lgbtq-image-wrapper img {
  margin-left: -6px;
  width: 100%;
  height: 100%;
}
.doctor-intro > .component-content .lgbt-indicator .view-all {
  margin-top: 5px;
}
.doctor-intro > .component-content .identifier {
  margin-top: 31px;
  margin-bottom: 31px;
  color: #052049;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
}

/* ====== Circle =========*/
.banner__content--circle {
    position: absolute;
        top: 40px;
    right: 60px;
}
.rts__circle svg {
  height: 156px;
  width: 156px;
  position: relative;
  padding: 5px;
  animation: rotate 10s linear infinite;
}
.rts__circle svg text textPath {
  font-size: 10.5px;
  fill: #fff;
  font-family: var(--font-secondary);
}
.rts__circle.v__1 {
  background: var(--rt-primary-2);
  border: 1px solid #fff;
  border-radius: 50%;
}
.rts__circle.v__2 svg {
        height: 200px;
    width: 200px;
    padding: 0;
    animation: rotate 10s linear infinite;
}
.rts__circle.v__2 svg text textPath {
  font-size: 6.4px;
}
.rts__circle.v__2 .rts__circle--icon i {
  transform: rotate(0);
  font-size: 20px;
}
.rts__circle--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rts__circle--icon i {
  transform: rotate(-30deg);
  color: var(--rt-white);
}
.rts__circle.v__3 {
  display: inline-block;
  position: relative;
}
.rts__circle.v__3 text textPath {
  font-size: 11.5px;
  fill: var(--rt-heading);
  font-family: var(--font-secondary);
  font-weight: 400;
}
.rts__circle.v__3 .rts__circle--icon i {
  color: var(--rt-heading);
  transform: rotate(0);
  font-size: 20px;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1199.98px) {
  .doctor-intro > .component-content .accepting-new-patients {
    padding-bottom: 0;
  }
  .doctor-intro > .component-content .lgbt-indicator {
    margin-top: 31px;
  }
  .doctor-intro > .component-content .right-col {
    margin-top: 20px;
    display: block;
  }
  .doctor-intro > .component-content .right-col > div:first-child {
    min-width: auto;
  }
  .doctor-intro > .component-content .right-col > div:last-child {
    flex-basis: 100%;
    max-width: none;
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .doctor-intro > .component-content .view-all a {
    display: block;
    justify-content: flex-start;
  }
  .doctor-intro > .component-content .left-col {
    flex-basis: 100%;
  }
  .doctor-intro > .component-content .left-col > div {
    display: block;
  }
  .doctor-intro > .component-content .left-col > div h2 {
    max-width: 275px;
  }
}
@media (max-width: 767.98px) {
  .doctor-intro > .component-content .left-col > div {
    display: block;
  }
  .doctor-intro > .component-content .left-col > div h2 {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .doctor-intro.short-intro > .component-content .right-col > div:first-child {
    max-width: 600px;
  }
  .doctor-intro.short-intro > .component-content .right-col > div:last-child {
    flex-basis: 100%;
    max-width: none;
    margin-left: 0;
    justify-content: flex-start;
  }
  .doctor-intro.short-intro .doctor-details .component-content ul li {
    margin-right: 32px;
  }
}
.conditions-top-module {
  margin-bottom: 30px;
}
.conditions-top-module .component-content .eyebrow {
  display: block;
}
.conditions-top-module .component-content .eyebrow a {
  color: #052049;
}
.conditions-top-module .component-content .condition-header-title {
  max-width: 770px;
}
.conditions-top-module .component-content .display1 {
  color: #052049;
  margin-bottom: 24px;
}
.conditions-top-module .component-content .condition-text {
  color: #052049;
  margin-bottom: 53px;
  max-width: 830px;
}
.conditions-top-module .component-content .more-centers {
  font-weight: normal;
  color: #006be9;
}
.conditions-top-module .component-content .more-centers span {
  margin-right: 10px;
  font-size: 30px;
}
.conditions-top-module .component-content .more-centers > div {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.conditions-top-module + .accolades {
  padding-top: 30px;
  border-top: 1px solid #dce0e6;
}
@media (max-width: 767.98px) {
  .conditions-top-module .component-content .reduce-font-size {
    font-size: 27px;
    line-height: 32px;
  }
}
.reviews {
  position: relative;
  z-index: 1;
}
.reviews + .secondary-hero-module {
  margin-top: -94px;
}
.reviews > .component-content {
  display: flex;
  align-items: flex-start;
}
.reviews .content {
  font-weight: 300;
  width: 100%;
}
.reviews .paragraph2 {
  color: #506380;
  font-weight: lighter;
  line-height: 2;
}
.reviews .title {
  width: 300px;
  margin-right: 60px;
}
.reviews .intro {
  display: flex;
}
.reviews .intro .overall {
  margin: 0px;
}
.reviews .intro .left {
  width: 220px;
  flex-shrink: 0;
  margin-right: 60px;
}
.reviews .intro .left .rating {
  margin-bottom: 0.75em;
}
.reviews .stars {
  width: 140px;
  height: 20px;
  position: relative;
}
.reviews .stars .rating {
  height: 100%;
  position: relative;
  z-index: 1;
  background: url(../images/five_stars_blue.svg) left center no-repeat;
}
.reviews .stars:before {
  content: "";
  background: url(../images/five_stars_grey.svg) center center/cover no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.reviews .review-items {
  border: 1px solid #dce0e6;
  background-color: #fff;
  padding: 28px;
  margin-top: 32px;
}
.reviews .review-items .item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dce0e6;
  display: flex;
  justify-content: space-between;
}
.reviews .review-items .item > div {
  max-width: 350px;
}
.reviews .review-items .item .stars-wrapper {
  flex-shrink: 0;
  margin-left: 32px;
}
.reviews .review-items .item .stars-wrapper .stars {
  margin-bottom: 16px;
}
.reviews .review-items .links {
  display: flex;
  justify-content: space-between;
  font-weight: normal;
}
.reviews .review-items .links a:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
@media (max-width: 1199.98px) {
  .reviews > .component-content {
    display: block;
  }
  .reviews .title {
    width: auto;
  }
  .reviews .content {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .reviews .intro {
    display: block;
  }
  .reviews .intro .right {
    margin-top: 16px;
  }
  .reviews .review-items .item {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .reviews .review-items .item .stars-wrapper {
    margin: 20px 0 0;
    display: flex;
    align-items: center;
  }
  .reviews .review-items .item .stars-wrapper .stars {
    margin: 0 12px 0 0;
  }
  .reviews .review-items .links {
    display: inline-block;
  }
  .reviews .review-items .links a {
    display: inline-block;
  }
}
.review-comments > .component-content {
  display: block;
}
.review-comments .intro .left {
  width: auto;
}
.review-comments .intro .overall {
  font-weight: normal;
}
.review-comments .intro .intro-link:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
.review-comments .comment-items {
  margin-top: 30px;
}
.review-comments .comment-items .item {
  background-color: #fff;
  border: 1px solid #dce0e6;
  padding: 35px 55px 70px;
  margin-bottom: 30px;
}
.review-comments .comment-items .item .stars {
  margin: 30px 0;
}
.review-comments .comment-items .item .comment {
  max-width: 800px;
}
@media (max-width: 767.98px) {
  .reviews-comments .intro .image-wrapper img {
    max-width: 190px;
  }
  .reviews-comments .intro .eyebrow {
    margin: 26px 0 20px;
  }
  .reviews-comments .comment-items .item {
    padding: 45px 25px 25px;
  }
}
.reviews-comments > .component-content {
  display: block;
}
.reviews-comments .back-link {
  color: #506380;
  font-weight: bold;
}
.reviews-comments .back-link:before {
  content: "^";
  font-family: Courier;
  font-size: 260%;
  transform: rotate(-90deg) translate(-2px, 7px);
  display: inline-block;
}
.reviews-comments .bottom-back-link {
  margin-top: 15px;
}
.reviews-comments .intro {
  margin-top: 25px;
}
.reviews-comments .intro .image-wrapper img {
  max-width: 256px;
  height: auto;
  border-radius: 50%;
}
.reviews-comments .intro .left {
  width: auto;
}
.reviews-comments .intro .eyebrow {
  margin-bottom: 8px;
}
.reviews-comments .intro .name {
  font-weight: lighter;
  margin-bottom: 20px;
}
.reviews-comments .intro .overall {
  font-weight: normal;
}
.reviews-comments .intro .share-print-email {
  margin-top: 16px;
}
.reviews-comments .intro .intro-link:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
.reviews-comments .comment-items {
  margin-top: 30px;
}
.reviews-comments .comment-items .item {
  background-color: #fff;
  border: 1px solid #dce0e6;
  padding: 35px 55px 70px;
  margin-bottom: 30px;
}
.reviews-comments .comment-items .item .stars {
  margin: 30px 0;
}
.reviews-comments .comment-items .item .comment {
  max-width: 800px;
}
@media (max-width: 767.98px) {
  .reviews-comments .intro .image-wrapper img {
    max-width: 190px;
  }
  .reviews-comments .intro .eyebrow {
    margin: 26px 0 20px;
  }
  .reviews-comments .comment-items .item {
    padding: 45px 25px 25px;
  }
}
.cards-horizontal.events > .component-content > ul {
  border-bottom: 1px solid #dce0e6;
}
.cards-horizontal.events > .component-content > ul li {
  border-top: 1px solid #dce0e6;
  padding: 32px 0 32px;
  margin: 0;
}
.cards-horizontal.events > .component-content > ul li div:first-child {
  margin-right: 40px;
  margin-bottom: 24px;
  width: 160px;
}
@media (max-width: 991.98px) {
  .cards-horizontal.events > .component-content > ul {
    flex: auto;
  }
}
@media (max-width: 767.98px) {
  .cards-horizontal.events > .component-content > ul {
    flex: 1;
  }
}
.secondary-hero-module {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.secondary-hero-module .image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.secondary-hero-module .image-wrapper img {
  width: auto;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.secondary-hero-module .image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 700px;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
@media print {
  .secondary-hero-module .image-wrapper:after {
    background: 0;
  }
}
.secondary-hero-module .content-wrapper {
  margin: 200px 80px;
  max-width: 600px;
}
.secondary-hero-module h2 {
  margin-bottom: 60px;
}
.secondary-hero-module a {
  font-weight: normal;
}
.secondary-hero-module .story-link {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.secondary-hero-module .story-link > span {
  margin-right: 15px;
  width: 60px;
  height: 60px;
}
@media (max-width: 1199.98px) {
  .secondary-hero-module .image-wrapper img {
    transform: translateX(-45%);
  }
  .secondary-hero-module .content-wrapper {
    max-width: 400px;
  }
}
@media (max-width: 991.98px) {
  .secondary-hero-module .content-wrapper {
    margin: 120px 40px;
    max-width: 360px;
  }
  .secondary-hero-module h2 {
    margin-bottom: 28px;
  }
  .secondary-hero-module .image-wrapper img {
    transform: translateX(-50%);
  }
}
@media (max-width: 767.98px) {
  .secondary-hero-module .image-wrapper {
    bottom: auto;
  }
  .secondary-hero-module .image-wrapper img {
    height: 520px;
    transform: translateX(-70%);
  }
  .secondary-hero-module .image-wrapper:after {
    right: 0;
    width: auto;
    top: auto;
    height: 200px;
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  }
  .secondary-hero-module .content-wrapper {
    margin: 450px 16px 0;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .secondary-hero-module .image-wrapper img {
    height: auto;
    width: 100%;
  }
}
.clinic-cards.cards-component > .component-content .view-all .map-link:after {
  content: none;
}
.clinic-cards > .component-content {
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}
.clinic-cards > .component-content > div:first-child {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  flex-shrink: 1;
  align-self: flex-start;
}
.clinic-cards > .component-content > div:first-child h2 {
  min-width: 400px;
}
.clinic-cards > .component-content .cards {
  flex-basis: auto;
}
.clinic-cards > .component-content .cards.spread {
  flex-basis: 100%;
}
.clinic-cards > .component-content .cards .card .phantom-link {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.clinic-cards > .component-content .cards .card .phantom-link[href=""]:hover {
  cursor: default;
}
.clinic-cards > .component-content .cards .card p:last-of-type {
  margin-bottom: 40px;
}
.clinic-cards > .component-content .cards .card .eyebrow {
  color: #052049;
  text-transform: none;
}
.clinic-cards > .component-content .cards .card .field-icon {
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
  border-radius: 20px;
  left: auto;
  right: 16px;
  display: none;
  font-size: 120%;
}
.clinic-cards > .component-content .cards .card .field-icon a {
  padding: 4px 0 0 1px;
  z-index: 2;
}
.clinic-cards > .component-content .cards .card .field-read-more-link {
  align-self: stretch;
  border-top: 1px solid #dce0e6;
  margin-left: 40px;
  color: #506380;
  flex-direction: column;
}
.clinic-cards > .component-content .cards .card .field-read-more-link:after,
.clinic-cards > .component-content .cards .card .field-read-more-link:before {
  content: none;
}
.clinic-cards > .component-content .cards .card .field-read-more-link a:after,
.clinic-cards > .component-content .cards .card .field-read-more-link a:before {
  content: none;
}
.clinic-cards > .component-content .cards .card .field-read-more-link > p {
  margin: 0;
}
.clinic-cards
  > .component-content
  .cards
  .card
  .field-read-more-link
  > p:first-child {
  margin-bottom: 12px;
}
.clinic-cards > .component-content .cards .card .field-read-more-link span {
  margin-right: 10px;
}
@media only screen and (max-width: 1400px) {
  .right-col
    .clinic-cards
    > .component-content
    .cards
    .card
    .field-read-more-link {
    margin-left: 24px;
  }
}
@media (max-width: 767.98px) {
  .clinic-cards > .component-content .map-link {
    display: none;
  }
  .clinic-cards > .component-content .cards .card .field-read-more-link {
    margin-left: 24px;
    z-index: 2;
  }
  .clinic-cards > .component-content .cards .card .field-icon {
    display: flex;
  }
}
@media (min-width: 1200px) {
  :not(.right-col) > .clinic-cards > .component-content.twoOrLess {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  :not(.right-col)
    > .clinic-cards
    > .component-content.twoOrLess
    > div:first-child {
    flex: 0 0 400px;
    width: 300px;
    max-width: 300px;
    margin-right: 60px;
  }
  :not(.right-col)
    > .clinic-cards
    > .component-content.twoOrLess
    > div:first-child
    .view-all
    a {
    display: block;
    margin: 12px 0;
  }
  :not(.right-col) > .clinic-cards > .component-content.twoOrLess .cards {
    padding-top: 0;
    flex: 1;
  }
}
.location-cards .component-content .cards .card p{
    margin-bottom: 10px;
}
.location-cards .component-content .cards .card p:last-of-type {
  margin-top: 12px;
/*  padding-bottom: 40px;*/
}
.location-cards .component-content .cards .card p:last-of-type span {
  margin-right: 12px;
}
.location-cards .component-content .cards .card .phone > a {
  z-index: 2;
}
.location-cards .component-content .cards .field-read-more-link {
  z-index: 2;
}
.location-cards .component-content .cards .field-read-more-link > a {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .location-cards .component-content div h2 {
    margin-bottom: 0;
  }
}
.mixed-slider-container > .component-content {
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: #007eff #ccc;
  -ms-scrollbar-track-color: #ccc;
  -ms-scrollbar-arrow-color: #ccc;
  -ms-scrollbar-face-color: #666;
  -ms-scrollbar-shadow-color: #666;
  -ms-scrollbar-highlight-color: #666;
  -ms-scrollbar-3dlight-color: #666;
  -ms-scrollbar-darkshadow-color: #666;
}
.mixed-slider-container > .component-content::-webkit-scrollbar {
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  background: linear-gradient(
    transparent,
    transparent 9px,
    #ccc 9px,
    #ccc 11px,
    transparent 11px
  );
}
.mixed-slider-container > .component-content::-webkit-scrollbar-thumb {
  background: linear-gradient(
    transparent,
    transparent 7px,
    #666 7px,
    #666 13px,
    transparent 13px
  );
  border-radius: 42.5%;
}
.mixed-slider-container > .component-content.custom-scrollbar-container {
  padding-bottom: 20px;
  overflow: hidden;
}
.mixed-slider-container > .component-content .btn {
  font-weight: normal;
}
.mixed-slider-container > .component-content .svg-ui-play_NoGradient {
  width: 60px;
  height: 60px;
}
.mixed-slider-container > .component-content .mixed-slider {
  position: relative;
  padding-bottom: 20px;
  display: flex;
}
.mixed-slider-container > .component-content .mixed-slider .mixed-details {
  max-width: 527px;
  min-width: 340px;
  margin-right: 38px;
  margin-top: 90px;
  z-index: 99;
  position: relative;
}
.mixed-slider-container > .component-content .mixed-slider .mixed-details h2 {
  color: #052049;
  margin-bottom: 32px;
}
.mixed-slider-container > .component-content .mixed-slider .mixed-details p {
  color: #052049;
  margin-bottom: 40px;
}
.mixed-slider-container > .component-content .mixed-slider .mixed-gallery {
  position: relative;
  padding-top: 16px;
  flex-grow: 1;
}
.mixed-slider-container
  > .component-content
  .mixed-slider
  .mixed-gallery
  .mixed-feed {
  display: block;
  white-space: nowrap;
}
.mixed-slider-container
  > .component-content
  .mixed-slider
  .mixed-gallery
  .mixed-feed
  .gallery-item {
  display: inline-block;
}
.mixed-slider-container
  > .component-content
  .mixed-slider
  .mixed-gallery
  .mixed-feed
  .field-icon {
  margin-right: 12px;
}
.mixed-slider-container
  > .component-content
  .mixed-slider
  .mixed-gallery
  .mixed-feed
  .field-icon
  > img {
  width: 32px;
  height: auto;
}
.mixed-slider-container
  > .component-content
  .mixed-slider
  .mixed-gallery
  .mixed-dots {
  position: absolute;
  right: 0;
  bottom: -35px;
  left: 0;
  display: flex;
  justify-content: center;
  display: none;
}
.mixed-slider-container
  > .component-content
  .mixed-slider
  .mixed-gallery
  .mixed-dots
  span {
  margin: 4px;
}
.mixed-slider-container
  > .component-content
  .mixed-slider
  .mixed-gallery
  .mixed-dots
  span:after {
  content: "\25CB";
}
.mixed-slider-container
  > .component-content
  .mixed-slider
  .mixed-gallery
  .mixed-dots
  span.active:after {
  content: "\25CF";
}
.mixed-slider-container.not-home > .component-content .mixed-slider {
  display: block;
}
.mixed-slider-container.not-home
  > .component-content
  .mixed-slider
  .mixed-details
  h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 12px;
}
.mixed-slider-container.not-home
  > .component-content
  .mixed-slider
  .mixed-details
  h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  background-color: #dce0e6;
}
.mixed-slider-container.not-home
  > .component-content
  .mixed-slider
  .mixed-details
  h2:empty {
  display: none;
}
.mixed-slider-container.not-home
  > .component-content
  .mixed-slider
  .mixed-details
  p,
.mixed-slider-container.not-home
  > .component-content
  .mixed-slider
  .mixed-details
  .btn {
  display: none;
}
.mixed-slider-container.not-home
  > .component-content
  .mixed-slider
  .mixed-gallery:after {
  content: none;
}
@keyframes caret-hover {
  100% {
    left: -20px;
  }
}
.gallery-item div{
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 768px) {
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery
    .mixed-feed {
    height: 720px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    transition: transform 0.5s;
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery
    .mixed-feed
    .gallery-item {
    display: flex;
    align-items: flex-start;
    height: 340px;
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery
    .mixed-feed
    .gallery-item
    .image {
    height: 370px;
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery
    .mixed-feed
    .gallery-item
    .image
    img {
    height: inherit;
    width: auto;
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery
    .mixed-feed
    .gallery-item
    > a {
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery
    .mixed-feed
    .gallery-item
    > a:hover {
    transform: translateY(-10px);
    box-shadow: 14px 14px 14px 0 rgba(0, 0, 0, 0.2);
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery
    .mixed-feed
    .gallery-item:nth-child(odd) {
    margin-bottom: 40px;
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery
    .mixed-feed
    .gallery-item:nth-child(4n + 2),
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery
    .mixed-feed
    .gallery-item:nth-child(4n + 3) {
    margin-left: 40px;
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery
    .mixed-feed
    .gallery-item:nth-child(4n + 2)
    .image,
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery
    .mixed-feed
    .gallery-item:nth-child(4n + 3)
    .image {
    height: 204px;
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery
    .mixed-feed
    .gallery-item:nth-child(4n + 3) {
    display: flex;
    align-items: flex-end;
    margin-right: 40px;
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery
    .mixed-feed
    .gallery-item:nth-child(4n + 4) {
    width: 0;
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery
    .mixed-feed
    .gallery-item:nth-child(4n + 4)
    > a {
    transform: translateX(-40%) translateX(80px);
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery
    .mixed-feed
    .gallery-item:nth-child(4n + 4)
    > a:hover {
    transform: translateY(-10px) translateX(-40%) translateX(80px);
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery:hover:before {
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery:hover
    .mixed-feed {
    transform: translateX(-20px);
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider.scrolled
    .mixed-gallery
    .mixed-feed {
    transform: none;
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider.scrolled
    .mixed-gallery:before {
    content: none;
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider.scrolled
    .mixed-gallery:after {
    content: none;
  }
}
@media (max-width: 1199.98px) {
  .mixed-slider-container > .component-content .mixed-slider {
    flex-wrap: wrap;
    overflow-x: visible;
  }
  .mixed-slider-container > .component-content .mixed-slider .mixed-details {
    margin-top: 0;
    margin-right: 0;
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery:before,
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery:hover:before {
    content: none;
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery
    .mixed-feed {
    height: 740px;
    width: 100%;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .mixed-slider-container > .component-content {
    overflow-y: initial;
  }
  .mixed-slider-container > .component-content .mixed-slider .mixed-gallery {
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: #666 #ccc;
    -ms-scrollbar-track-color: #ccc;
    -ms-scrollbar-arrow-color: #ccc;
    -ms-scrollbar-face-color: #666;
    -ms-scrollbar-shadow-color: #666;
    -ms-scrollbar-highlight-color: #666;
    -ms-scrollbar-3dlight-color: #666;
    -ms-scrollbar-darkshadow-color: #666;
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery::-webkit-scrollbar {
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    background: linear-gradient(
      transparent,
      transparent 9px,
      #ccc 9px,
      #ccc 11px,
      transparent 11px
    );
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery::-webkit-scrollbar-thumb {
    background: linear-gradient(
      transparent,
      transparent 7px,
      #666 7px,
      #666 13px,
      transparent 13px
    );
    border-radius: 42.5%;
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery.custom-scrollbar-container {
    padding-bottom: 20px;
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  .mixed-slider-container > .component-content .mixed-slider {
    display: block;
  }
  .mixed-slider-container > .component-content .mixed-slider .mixed-details {
    text-align: center;
    margin-bottom: 48px;
  }
  .mixed-slider-container > .component-content .mixed-slider .mixed-details h2 {
    text-align: left;
  }
  .mixed-slider-container > .component-content .mixed-slider .mixed-details p {
    text-align: left;
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-details
    .btn {
    width: 100%;
  }
  .mixed-slider-container > .component-content .mixed-slider .mixed-gallery {
    padding: 0;
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery
    .mixed-dots {
    display: flex;
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery
    .mixed-feed {
    height: auto;
    padding-bottom: 20px;
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery
    .mixed-feed
    .gallery-item {
    scroll-snap-align: start;
  }
  .mixed-slider-container
    > .component-content
    .mixed-slider
    .mixed-gallery
    .mixed-feed
    .gallery-item
    img {
    width: 100%;
    height: auto;
  }
}

.nav-pills{
  justify-content: center;
  margin-top: 30px;
}

.our-work > .component-content {
  align-items: flex-start;
  justify-content: flex-start;
}
.our-work > .component-content h2 {
  width: 300px;
  max-width: 300px;
  margin-right: 60px;
  flex-shrink: 0;
}
.our-work > .component-content .content {
  flex: 1;
  max-width: 941px;
  width: 100%;
}
.our-work > .component-content .card.our-work-featured-article-card {
  width: auto;
  margin-right: 0;
  min-width: 300px;
}
.our-work
  > .component-content
  .card.our-work-featured-article-card
  > .component-content {
  display: block;
}
.our-work
  > .component-content
  .card.our-work-featured-article-card
  > .component-content
  > img,
.our-work
  > .component-content
  .card.our-work-featured-article-card
  > .component-content
  .card-content
  > img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
.our-work
  > .component-content
  .card.our-work-featured-article-card
  > .component-content
  .card-content {
  position: relative;
}
.our-work
  > .component-content
  .card.our-work-featured-article-card
  > .component-content
  .card-content:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background-image: linear-gradient(
    to top,
    #052049,
    transparent 50%,
    transparent
  );
}
@media print {
  .our-work
    > .component-content
    .card.our-work-featured-article-card
    > .component-content
    .card-content:before {
    background: 0;
  }
}
.our-work
  > .component-content
  .card.our-work-featured-article-card
  > .component-content
  > a {
  display: flex;
}
.our-work
  > .component-content
  .card.our-work-featured-article-card
  .content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 16px;
}
.our-work
  > .component-content
  .card.our-work-featured-article-card
  .field-icon {
  position: static;
  width: 36px;
}
.our-work
  > .component-content
  .card.our-work-featured-article-card
  .field-icon
  img {
  width: 100%;
  height: auto;
}
.our-work
  > .component-content
  .card.our-work-featured-article-card
  .field-featured-title {
  color: #fff;
  margin: 0 0 0 12px;
}
.our-work > .component-content .cards {
  padding-top: 0px;
}
.our-work > .component-content .cards .card {
  border: 0;
  background: 0;
  margin-bottom: 0;
}
.our-work > .component-content .cards .card .field-article-name {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  padding-bottom: 24px;
}
.our-work > .component-content .cards .card .field-article-name:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #dce0e6;
}
.our-work > .component-content .cards .card .field-icon {
  top: 98px;
  left: 16px;
  width: 32px;
  height: 32px;
}
.our-work > .component-content .cards .card .field-icon img {
  width: 100%;
  height: auto;
}
.our-work > .component-content .cards .card .field-read-more-link {
  position: relative;
  align-self: auto;
}
.our-work > .component-content .cards .card .field-read-more-link:before,
.our-work > .component-content .cards .card .field-read-more-link:after {
  content: none;
}
.our-work > .component-content .cards .card .field-read-more-link:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
.our-work > .component-content .cards .card .field-read-more-link a:after {
  content: none;
}
.our-work > .component-content.featured .card {
  flex-basis: 100%;
  max-width: none;
}
.our-work > .component-content.featured .card .field-icon > img {
  width: 100%;
  height: auto;
}
.our-work > .component-content.featured .card .field-icon,
.our-work > .component-content.featured .card .field-featured-title {
  position: absolute;
  bottom: 40px;
}
.our-work > .component-content.featured .card .field-icon {
  left: 40px;
  top: auto;
}
.our-work > .component-content.featured .card .field-article-title {
  left: 84px;
  margin: 0;
  padding: 0;
}
.our-work > .component-content.featured .card .field-article-title:after {
  content: none;
}
.our-work > .component-content.featured .card .field-read-more-link {
  display: none;
}
.our-work.no-gradient
  > .component-content
  .card.our-work-featured-article-card
  > .component-content
  .card-content:before {
  content: none;
}
.our-work.no-gradient > .component-content .vimeo-video .video-overlay {
  display: none;
}
@media (min-width: 1200px) {
  .our-work > .component-content > .card {
    flex-basis: auto;
    flex: 1;
  }
}
@media (max-width: 1199.98px) {
  .our-work > .component-content {
    flex-wrap: nowrap;
  }
  .our-work > .component-content h2 {
    margin-right: 31px;
  }
  .our-work > .component-content .content .cards.cards-small .card {
    max-width: 218px;
  }
}
@media (min-width: 768px) {
  .our-work > .component-content .cards {
    padding-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .our-work > .component-content {
    flex-wrap: wrap;
  }
  .our-work > .component-content h2 {
    flex-basis: 100%;
  }
  .our-work > .component-content .cards .card {
    max-width: none;
  }
}
@media (max-width: 767.98px) {
  .our-work
    > .component-content
    .card.our-work-featured-article-card
    .content-wrapper {
    padding: 10px;
  }
}
.article-cards-sectional .component-content .btn {
  font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
}
@media (min-width: 992px) {
  .article-cards-sectional.cards-component > .component-content {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .article-cards-sectional > .component-content {
    align-items: flex-start;
  }
  .article-cards-sectional > .component-content > * {
    flex: 1;
  }
  .article-cards-sectional > .component-content > div:first-child {
    flex: 1;
    margin-right: 32px;
    min-width: 340px;
  }
  .article-cards-sectional > .component-content .cards {
    min-width: 800px;
    /*max-width: 825px;
    flex-wrap: wrap;*/
    justify-content: space-around;
  }
}
.location-detail-hero > .component-content {
  overflow: hidden;
}
.location-detail-hero > .component-content > div:first-child {
  position: relative;
}
.location-detail-hero > .component-content .image img {
  width: 100%;
  height: auto;
}
.location-detail-hero > .component-content .image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(
    to top,
    #052049,
    transparent 50%,
    transparent
  );
}
@media print {
  .location-detail-hero > .component-content .image:after {
    background: 0;
  }
}
.location-detail-hero > .component-content .info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 60px 80px 40px;
  color: #fff;
  font-weight: bold;
}
.location-detail-hero > .component-content .info .share-print-email {
  align-self: flex-end;
  margin-bottom: auto;
  margin-top: 0;
}
.location-detail-hero
  > .component-content
  .info
  .share-print-email
  .share-component {
  width: 25px;
  margin-right: 0;
}
.location-detail-hero
  > .component-content
  .info
  .share-print-email
  .share-component
  .share-menu {
  left: -400px;
}
.location-detail-hero > .component-content .info > div:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.location-detail-hero > .component-content .info .phone {
  font-weight: normal;
  padding: 18px 32px;
  border-radius: 34px;
  background-color: rgba(248, 248, 249, 0.8);
  min-width: 235px;
  text-align: center;
  color: #052049;
  border: 2px solid #d5d9de;
}
.location-detail-hero > .component-content .info .phone span {
  margin-right: 8px;
}
.location-detail-hero > .component-content .info .phone a {
  color: inherit;
}
.location-detail-hero > .component-content p {
  color: #052049;
}
@media (min-width: 768px) {
  .location-detail-hero .long-hero-title {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  .location-detail-hero > .component-content > div:first-child {
    margin-bottom: 92px;
  }
  .location-detail-hero > .component-content .info {
    padding: 16px;
  }
  .location-detail-hero > .component-content .info .phone {
    position: absolute;
    bottom: -88px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}
@media (max-width: 767.98px) {
  .location-detail-hero > .component-content .image {
    height: 320px;
  }
  .location-detail-hero > .component-content .image img {
    height: 100%;
    width: auto;
    transform: translateX(-50%);
    margin-left: 50%;
  }
  .location-detail-hero > .component-content .info .phone {
    left: 16px;
    right: 16px;
    transform: none;
  }
}
.location-detail-intro > .component-content {
  max-width: 830px;
  margin: 0 auto;
}
.location-detail-intro > .component-content .address {
  margin-top: 32px;
}
.location-detail-intro
  > .component-content
  .location-detail-intro-location-entry {
  margin-bottom: 5px;
}
.location-detail-intro
  > .component-content
  .location-detail-intro-location-entry
  img {
  max-width: 96px;
}
.location-detail-intro
  > .component-content
  .location-detail-intro-location-entry
  > .component-content {
  display: flex;
  align-items: center;
}
.location-detail-intro
  > .component-content
  .location-detail-intro-location-entry
  > .component-content
  p {
  display: inline-block;
}
.location-detail-intro
  > .component-content
  .location-detail-intro-location-entry
  p {
  color: #006be9;
  font-weight: normal;
  margin-left: 24px;
}
@media (min-width: 992px) {
  .location-detail-intro
    > .component-content
    .location-detail-intro-location-entry
    > .component-content {
    display: inline-block;
  }
}
.list-select {
}
.list-select > a {
    border-radius: 50px;
    border: 1px solid #fec746;
    padding: 10px 34px;
    background-color: #fec746;
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
}
.list-select > a:after {
  /*content: "";
  width: 9px;
  height: 9px;
  border-width: 3px 0 0 3px;
  border-style: solid;
  position: absolute;
  right: -4.5px;
  top: 50%;
  transform: rotate(-135deg) translateY(-3.6px);
  transform-origin: top;*/
}
.list-select .options {
  display: none;
  position: absolute;
  z-index: 100;
  left: -1px;
  top: 64px;
  border: 1px solid #dce0e6;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #fff;
}
.list-select ul {
  width: 298px;
  max-height: 235px;
  list-style: none;
  padding: 18px 0;
  overflow-y: auto;
  cursor: default;
  scrollbar-width: thin;
  scrollbar-color: #666 #ccc;
  -ms-scrollbar-track-color: #ccc;
  -ms-scrollbar-arrow-color: #ccc;
  -ms-scrollbar-face-color: #666;
  -ms-scrollbar-shadow-color: #666;
  -ms-scrollbar-highlight-color: #666;
  -ms-scrollbar-3dlight-color: #666;
  -ms-scrollbar-darkshadow-color: #666;
}
.list-select ul::-webkit-scrollbar {
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  background: linear-gradient(
    to right,
    transparent,
    transparent 9px,
    #ccc 9px,
    #ccc 11px,
    transparent 11px
  );
}
.list-select ul::-webkit-scrollbar-thumb {
  background: linear-gradient(
    to right,
    transparent,
    transparent 7px,
    #666 7px,
    #666 13px,
    transparent 13px
  );
  border-radius: 42.5%;
}
.list-select ul.custom-scrollbar-container {
  padding-bottom: 20px;
  overflow: hidden;
}
.list-select ul li {
  margin-bottom: 8px;
  padding-left: 18px;
}
.list-select ul li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-right: 32px;
}
.list-select ul li:hover {
  cursor: pointer;
}
.list-select.open {
  border: 1px solid #dce0e6;
  border-radius: 25px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-select.open > a {
  padding-right: 12px;
  position: relative;
}
.list-select.open > a:after {
  content: "";
  width: 9px;
  height: 9px;
  border-width: 3px 0 0 3px;
  border-style: solid;
  position: absolute;
  right: -4.5px;
  top: 50%;
  transform: rotate(45deg) translateY(-3.6px);
  transform-origin: top;
}
.list-select.open a {
  color: #052049;
}
.list-select.open a:hover {
  color: #006be9;
  text-decoration: none;
}
.list-select.open .options {
  display: block;
}
.specialties .component-content {
  min-height: 854px;
  padding: 32px;
  display: flex;
  align-items: center;
  position: relative;
}
.specialties .component-content .illustration-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.specialties .component-content .illustration-image svg {
  position: absolute;
  top: 0;
  left: 0;
}
.specialties .component-content .image-wrapper {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: table;
}
.specialties .component-content .image-wrapper > img {
  width: auto;
  height: 100%;
/*  visibility: hidden;*/
}
.specialties .component-content .image-wrapper > img.mobile {
  display: none;
}
.specialties .component-content .content-wrapper {
  min-width: 400px;
  max-width: 565px;
  margin-left: auto;
  margin-right: 120px;
  z-index: 1;
}
.specialties .component-content .content-wrapper p {
  margin: 32px 0;
}
.specialties .component-content .list-select {
  font-weight: normal;
}
.specialties .component-content .list-select p {
  margin: 0;
}
@media (max-width: 1199.98px) {
  .specialties .component-content .content-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .specialties .component-content {
    align-items: flex-start;
  }
  .specialties .component-content .image-wrapper > img {
    display: none;
  }
  .specialties .component-content .image-wrapper > img.mobile {
    display: block;
  }
  .specialties .component-content .content-wrapper {
    min-width: 0;
  }
}
.text-with-link .component-content {
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px;
}
.text-with-link .component-content > div:first-child {
  flex: 1;
  min-width: 700px;
  margin-right: 32px;
}
.text-with-link .component-content h2 {
  margin-bottom: 24px;
}
.text-with-link .component-content p.font-larger {
  font-weight: lighter;
  max-width: 700px;
}
.text-with-link .component-content .view-more {
  background-color: #fff;
  border-radius: 34px;
  padding: 18px 32px;
}
.text-with-link .component-content .view-more a {
  color: #006be9;
}
@media (max-width: 991.98px) {
  .text-with-link .component-content > div:first-child {
    min-width: auto;
    flex-basis: 100%;
  }
}
.location-slider > .component-content > div:first-child {
  flex: 1;
/*  margin-right: 32px;*/
  min-width: 352px;
  justify-content: center;
}
.location-slider > .component-content > div:first-child > h2 {
  min-width: 352px;
      text-align: center;
}
.location-slider .component-content h2 {
  margin-bottom: 24px;
}
.location-slider .component-content .cards .card p:last-of-type {
  margin-top: 12px;
}
.location-slider .component-content .cards .card p:last-of-type span {
  margin-right: 12px;
}
.location-slider .component-content .view-all a {
  padding: 18px 32px;
  background-color: #fff;
  border-radius: 34px;
}
.location-slider .component-content .view-all a span {
  margin-right: 12px;
}
.location-slider .component-content .view-all a:last-child:before,
.location-slider .component-content .view-all a:last-child:after {
  content: none;
}
@media (max-width: 991.98px) {
  .location-slider > .component-content {
    position: relative;
    padding-bottom: 60px;
  }
  .location-slider > .component-content > div:first-child h2 {
    min-width: 0;
  }
  .location-slider > .component-content h2 {
    font-size: 38px;
    line-height: 42px;
    letter-spacing: -0.9px;
  }
  .location-slider > .component-content .view-all {
    position: absolute;
    bottom: -10px;
  }
}
@media (max-width: 767.98px) {
  .location-slider > .component-content .view-all a:first-child {
    display: block;
  }
}
@media (min-width: 992px) {
  .location-slider > .component-content {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #666 #ccc;
    -ms-scrollbar-track-color: #ccc;
    -ms-scrollbar-arrow-color: #ccc;
    -ms-scrollbar-face-color: #666;
    -ms-scrollbar-shadow-color: #666;
    -ms-scrollbar-highlight-color: #666;
    -ms-scrollbar-3dlight-color: #666;
    -ms-scrollbar-darkshadow-color: #666;
  }
  .location-slider > .component-content::-webkit-scrollbar {
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    background: linear-gradient(
      transparent,
      transparent 9px,
      #ccc 9px,
      #ccc 11px,
      transparent 11px
    );
  }
  .location-slider > .component-content::-webkit-scrollbar-thumb {
    background: linear-gradient(
      transparent,
      transparent 7px,
      #666 7px,
      #666 13px,
      transparent 13px
    );
    border-radius: 42.5%;
  }
  .location-slider > .component-content.custom-scrollbar-container {
    padding-bottom: 20px;
    overflow: hidden;
  }
  .location-slider > .component-content .cards {
    overflow-x: initial;
    margin-left: 40px;
            justify-content: center;
  }
}
.home-cta-module {
  background: #fff;
}
.home-cta-module > .component-content .row {
  justify-content: space-evenly;
  margin-left: 0;
  margin-right: 0;
}


.program .rts__section--wrapper .rts__section--title {
  margin-bottom: 10px;
}
.program .rts__section--wrapper .rts__section--description {
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .program .rts__section--wrapper .rts__section--description {
    margin-bottom: 50px;
  }
}
.program .rts__section--wrapper .campus__vector {
  margin-left: 100px;
}
@media screen and (max-width: 992px) {
  .program .rts__section--wrapper .campus__vector {
    display: none;
  }
}
.program .rts__section--wrapper .rts-theme-btn {
  border-radius: 30px;
  transform: rotate(-50deg);
  margin-left: 170px;
  margin-top: -30px;
}
@media screen and (max-width: 992px) {
  .program .rts__section--wrapper .rts-theme-btn {
    transform: rotate(0);
    margin-left: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .program__content.mt--85 {
    margin-top: 0 !important;
  }
}

.rts__program--item {
  max-width: 100%;
  max-height: 360px;
  height: 360px;
      margin-top: 30px;
          border: 1px solid #dedede;
    border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 38px;
  padding-right: 26px;
  padding-left: 28px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .rts__program--item {
    max-width: 100%;
  }
}
.rts__section{
  padding: 80px 0;    
  padding-top: 0;
}
.rts__program--item::before {
  position: absolute;
  inset: 0;
/*  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);*/
  content: "";
  transition: var(--transition);
}
.rts__program--item::after {
  position: absolute;
  inset: 0;
  background: #052049e3;
  content: "";
  transition: var(--transition);
  left: -50%;
  opacity: 0;
}
.rts__program--item:hover::after, .rts__program--item.active::after {
  opacity: 1;
  left: 0;
}
.rts__program--item:hover::before, .rts__program--item.active::before {
  opacity: 0;
}
.rts__program--item:hover .rts__program--item--description, .rts__program--item.active .rts__program--item--description {
  opacity: 1;
}
.rts__program--item:hover h2, .rts__program--item:hover p{
  color: #fff;
}
.rts__program--item > * {
  position: relative;
  z-index: 1;
}
.rts__program--item .btn.btn-primary{
      font-size: 15px;
    letter-spacing: 1px;
    padding: 6px 30px;
    position: absolute;
    bottom: 20px;
}
.rts__program--item--title {
  color: var(--rt-white);
      margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 26px;
    font-size: 20px;
}
.rts__program--item--description {
  color: var(--rt-white);
  opacity: 0;
  transition: var(--transition);
  font-size: 15px;
}
.rts__program--item .rts-nbg-btn {
  position: absolute;
  bottom: 40px;
  color: var(--rt-white);
  font-weight: 400;
}
.rts__program--item .rts-nbg-btn::before {
  background: transparent;
}
.rts__program--item.v__2 {
  border-radius: 10px;
  height: 300px;
}
.rts__program--item.v__2:not(:last-child) {
  margin-bottom: 30px;
}
.rts__program--item.v__2 .rts__program--item--title {
  opacity: 0;
  transition: var(--transition);
}
.rts__program--item.v__2 .rts-nbg-btn {
  opacity: 0;
}
.rts__program--item.v__2 .rts__program--item--title--show {
  color: var(--rt-white);
  margin-bottom: 0;
  position: absolute;
  bottom: 40px;
}
.rts__program--item.v__2:hover .rts__program--item--title {
  opacity: 1;
}
.rts__program--item.v__2:hover .rts-nbg-btn {
  opacity: 1;
  z-index: 99;
}
.rts__program--item.v__2:hover .rts__program--item--title--show {
  opacity: 0;
}



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .home-cta-module > .component-content .row > div {
    margin-right: 6vw;
  }
  .home-cta-module > .component-content .row > div:first-child {
    margin-left: 11vw;
  }
}
.afterSli{
  width: 100%;
  padding: 20px 0;
}
.afterSli .afSub{
  width: 30%;
}
.home-cta-module a {
      color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 40px;
    margin: 30px 0;
    background:#052049;
    border-radius:10px;
/*    font-weight: 500;*/
}
.home-cta-module a.ylw {
      color: #222;
    background:#fec746;
}
.home-cta-module a.blue {
      color: #fff;
    background:#007eff;
}
.home-cta-module a img {
  height: 40px;
}
.home-cta-module a:hover {
  text-decoration: none;
}
.home-cta-module a p {
  margin: 0 0 0 8px;
}
.home-cta-module a:not([href]):not([tabindex]) {
  color: #006be9;
}
@media (max-width: 991.98px) {
  .home-cta-module > .component-content .row {
    justify-content: unset;
  }
  .home-cta-module > .component-content .row > div {
            flex: 0 0 50%;
        max-width: 33%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 5px;
        padding-left: 15px;
        border-bottom: 1px solid #dce0e6;
  }
  .home-cta-module a {
    padding: 25px 20px;
  }
}
@media (max-width: 767.98px) {
  .home-cta-module > .component-content .row > div {
    flex: 0 0 100%;
    padding-left: 15px;
    max-width: 100%;
  }
  .home-cta-module a {
    justify-content: space-between;
    padding: 16px 25px;
    margin: 10px 0;
  }
  .home-cta-module a span,
  .home-cta-module a img {
    order: 2;
  }
  .home-cta-module a img {
    height: 45px;
  }
  .home-cta-module a span:before {
    font-size: 24px;
  }
}
.doctor-results .component-content {
  overflow-y: hidden;
}
.doctor-results .component-content h2 {
  color: #052049;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
}
.doctor-results .component-content .doctor-results-wrapper ul {
  list-style: none;
  margin: 0px;
  padding: 0 0 20px 0;
  overflow-x: auto;
  white-space: normal;
  scrollbar-width: thin;
  scrollbar-color: #666 #ccc;
  -ms-scrollbar-track-color: #ccc;
  -ms-scrollbar-arrow-color: #ccc;
  -ms-scrollbar-face-color: #666;
  -ms-scrollbar-shadow-color: #666;
  -ms-scrollbar-highlight-color: #666;
  -ms-scrollbar-3dlight-color: #666;
  -ms-scrollbar-darkshadow-color: #666;
  max-width: 1400px;
}
.doctor-results
  .component-content
  .doctor-results-wrapper
  ul::-webkit-scrollbar {
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  background: linear-gradient(
    to right,
    transparent,
    transparent 9px,
    #ccc 9px,
    #ccc 11px,
    transparent 11px
  );
}
.doctor-results
  .component-content
  .doctor-results-wrapper
  ul::-webkit-scrollbar-thumb {
  background: linear-gradient(
    to right,
    transparent,
    transparent 7px,
    #666 7px,
    #666 13px,
    transparent 13px
  );
  border-radius: 42.5%;
}
.doctor-results
  .component-content
  .doctor-results-wrapper
  ul.custom-scrollbar-container {
  padding-bottom: 20px;
  overflow: hidden;
}
.doctor-results
  .component-content
  .doctor-results-wrapper
  ul.custom-scrollbar-container {
  padding-bottom: 40px;
}
.doctor-results .component-content .doctor-results-wrapper ul a {
  color: inherit;
  text-decoration: none;
}
.doctor-results .component-content .doctor-results-wrapper ul li {
  margin-top: 20px;
  margin-right: 76px;
  width: 263px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.doctor-results .component-content .doctor-results-wrapper ul li img {
  width: auto;
  height: 263px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.doctor-results .component-content .doctor-results-wrapper ul li.hide {
  display: none;
}
.doctor-results .component-content .doctor-results-wrapper ul li > div {
  margin-top: 24px;
}
.doctor-results .component-content .doctor-results-wrapper ul li .doctor-name {
  display: block;
  white-space: normal;
  color: #052049;
  margin-top: 16px;
}
.doctor-results .component-content .doctor-results-wrapper ul li .doctor-class {
  color: #052049;
  margin-bottom: 8px;
  white-space: normal;
}
.doctor-results
  .component-content
  .doctor-results-wrapper
  ul
  li
  .doctor-simple-title {
  display: block;
  color: #052049;
  white-space: normal;
}
.doctor-results .component-content .doctor-results-wrapper ul li .paragraph3 {
  font-weight: normal;
  display: flex;
  align-items: center;
  color: #052049;
}
.doctor-results
  .component-content
  .doctor-results-wrapper
  ul
  li
  .paragraph3
  span {
  margin-right: 8px;
}
.doctor-results .component-content .view-more-button-doctor-results {
  display: block;
  width: 200px;
}
@media (max-width: 767.98px) {
  .doctor-results .component-content .doctor-results-wrapper ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .doctor-results .component-content .doctor-results-wrapper ul li {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .right-col .doctor-results .component-content {
    height: auto;
    overflow: initial;
  }
  .right-col .doctor-results .component-content .doctor-results-wrapper ul {
    overflow: initial;
    white-space: initial;
  }
  .right-col .doctor-results .component-content .doctor-results-wrapper ul li {
    display: block;
    margin: 8px 0;
    width: auto;
    border: 1px solid #dce0e6;
    background-color: #fff;
  }
  .right-col
    .doctor-results
    .component-content
    .doctor-results-wrapper
    ul
    li
    > a {
    display: flex;
    align-items: center;
  }
  .right-col
    .doctor-results
    .component-content
    .doctor-results-wrapper
    ul
    li
    img {
    width: 100%;
    max-width: 100px;
    height: auto;
    flex-shrink: 0;
    transform: none;
    left: auto;
  }
  .right-col
    .doctor-results
    .component-content
    .doctor-results-wrapper
    ul
    li
    div {
    margin: 0;
    padding: 6px 12px;
  }
  .right-col
    .doctor-results
    .component-content
    .doctor-results-wrapper
    ul
    li
    .doctor-name {
    margin: 0;
  }
  .right-col
    .doctor-results
    .component-content
    .doctor-results-wrapper
    ul
    li
    .doctor-class {
    display: none;
  }
  .right-col
    .doctor-results
    .component-content
    .doctor-results-wrapper
    ul
    li
    .doctor-simple-title {
    line-height: 22px;
  }
  .right-col
    .doctor-results
    .component-content
    .doctor-results-wrapper
    .view-more-button-container-doctor-results
    > .hide {
    display: none;
  }
  .right-col
    .doctor-results
    .component-content
    .doctor-results-wrapper
    .view-more-button-doctor-results {
    display: inline-block;
  }
}
.doctor-cta h2 {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}
.doctor-cta h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  background-color: #dce0e6;
}
.doctor-cta h2:empty {
  display: none;
}
.doctor-cta button {
  margin-left: 24px;
}
.doctor-cta button.call-btn {
  color: #052049;
}
.doctor-cta button.call-btn span:before {
  color: #052049;
}
@media (max-width: 991.98px) {
  .doctor-cta button {
    width: 100%;
    margin-bottom: 16px;
    margin-left: 0px;
    text-align: left;
  }
  .doctor-cta button span {
    float: right;
  }
}
.patient-services .card .field-icon {
  background-color: #eb093c;
}
.patient-services .card .field-icon.support-group {
  background-color: #f48024;
}
.patient-services .card .field-icon.class {
  background-color: #178ccb;
}
.patient-services .card .field-icon.fitness {
  background-color: #18a3ac;
}
.patient-services .card .field-icon.patient-resource {
  background-color: #90bd31;
}
@media print {
  .patient-services .card .field-icon {
    color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
  }
}
.research-initiatives.cards-horizontal .component-content h2 {
  width: 100%;
  max-width: 100%;
  margin: 0 60px 23px 0;
}
.research-initiatives.cards-horizontal .component-content ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
}
.research-initiatives.cards-horizontal .component-content ul li {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 45%;
}
.research-initiatives.cards-horizontal
  .component-content
  ul
  li:nth-child(even) {
  margin-left: auto;
}
.research-initiatives.cards-horizontal .component-content ul li img {
  width: 150px;
  height: 150px;
  margin-right: 25px !important;
  margin-bottom: 0 !important;
}
.research-initiatives.cards-horizontal
  .component-content
  ul
  li
  .card-content
  p.font-larger {
  margin-top: 0;
}
.research-initiatives.cards-horizontal
  .component-content
  ul
  li
  .card-content
  .read-more {
  text-align: left;
}
.research-initiatives.cards-horizontal
  .component-content
  ul
  li
  .card-content
  .read-more
  a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.research-initiatives.cards-horizontal
  .component-content
  ul
  li
  .card-content
  .read-more
  a:after {
  margin-left: 10px;
  font-size: 100%;
  vertical-align: middle;
}
@media (max-width: 1199.98px) {
  .research-initiatives.cards-horizontal .component-content ul li {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .research-initiatives.cards-horizontal .component-content h2 {
    margin: 0 0 23px 0;
  }
}
@media (max-width: 767.98px) {
  .research-initiatives.cards-horizontal .component-content ul {
    flex-direction: column;
  }
  .research-initiatives.cards-horizontal .component-content ul li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 100%;
    align-items: center;
  }
  .research-initiatives.cards-horizontal .component-content ul li img {
    width: 100%;
    max-width: 300px;
    height: 100%;
    max-height: 300px;
    margin-right: 0 !important;
  }
  .research-initiatives.cards-horizontal
    .component-content
    ul
    li
    .card-content
    p.font-larger {
    margin-top: 8px;
  }
}
.location-hero-module {
  position: relative;
}
.location-hero-module .image-wrapper img {
  width: 100%;
  height: auto;
}
.location-hero-module .cards {
  padding: 0;
  overflow: visible;
}
.location-hero-module .card {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
}
.location-hero-module .card p:nth-of-type(2) {
  margin-top: 8px;
  margin-bottom: 8px;
}
.location-hero-module .card p span {
  margin-right: 8px;
}
.location-hero-module .card.no-location {
  position: static;
}
@media (max-width: 991.98px) {
  .location-hero-module .image-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
  }
  .location-hero-module .image-wrapper > a {
    height: inherit;
  }
  .location-hero-module .image-wrapper img {
    width: auto;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .location-hero-module .card {
    position: relative;
  }
  .clinic-cards > .component-content > div.image-wrapper {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .location-hero-module .image-wrapper {
    height: 198px;
    position: static;
  }
  .location-hero-module .image-wrapper img {
    width: auto;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .location-hero-module .card {
    width: 100%;
    max-width: none;
  }
  .clinic-cards > .component-content > div.image-wrapper {
    justify-content: center;
  }
}
.table-contents-module {
  padding: 48px 55px 81px 55px;
  border: 1px solid #dce0e6;
  border-radius: 30px;
  margin: 0 auto;
}
.table-contents-module .component-content .table-contents-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.table-contents-module .component-content .table-contents-header h2 {
  color: #052049;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
.table-contents-module .component-content .table-contents-header a {
  font-weight: normal;
}
.table-contents-module .component-content .table-contents-header a:hover {
  text-decoration: none;
}
.table-contents-module .component-content .table-contents-header a span {
  vertical-align: middle;
  margin-left: 8px;
}
.table-contents-module .component-content .table-contents-header a span:before {
  color: #006be9;
}
.table-contents-module .component-content .table-contents-body {
  display: flex;
  justify-content: space-between;
}
.table-contents-module .component-content .table-contents-body > div {
  border-top: 1px solid #dce0e6;
  padding-top: 35px;
}
.table-contents-module
  .component-content
  .table-contents-body
  > div
  > div:first-child {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.table-contents-module
  .component-content
  .table-contents-body
  > div
  > div:first-child
  a {
  color: #052049;
  font-weight: normal;
}
.table-contents-module
  .component-content
  .table-contents-body
  > div
  .chapter-icon {
  background: #f8f8f9;
  border-radius: 50%;
  margin-right: 23px;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-contents-module
  .component-content
  .table-contents-body
  > div
  .chapter-icon:before {
  font-size: 38px;
}
.table-contents-module .component-content .table-contents-body > div .eyebrow {
  color: #506380;
}
.table-contents-module .component-content .table-contents-body > div p {
  color: #052049;
  font-weight: normal;
  margin-top: 16px;
}
.table-contents-module .component-content .table-contents-body > div ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.table-contents-module .component-content .table-contents-body > div ul li {
  margin-bottom: 8px;
}
.table-contents-module .component-content .table-contents-body > div ul li a {
  color: #006be9;
  text-decoration: none;
}
.table-contents-module
  .component-content
  .table-contents-body
  > div
  ul
  li
  a:hover {
  text-decoration: none;
}
@media (max-width: 1199.98px) {
  .table-contents-module {
    padding: 56px 60px 48px 60px;
  }
  .table-contents-module .component-content .table-contents-body {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .table-contents-module .component-content .table-contents-body > div {
    display: flex;
    margin-bottom: 20px;
  }
  .table-contents-module
    .component-content
    .table-contents-body
    > div
    > div:first-child {
    width: 300px;
  }
}
@media (max-width: 767.98px) {
  .table-contents-module {
    display: none;
  }
}
.conditions-subnav-module {
  margin-top: 70px;
}
.conditions-subnav-module .component-content {
  width: 250px;
  border-radius: 30px;
  border: 1px solid #dce0e6;
  box-shadow: 0 12px 12px -4px rgba(0, 0, 0, 0.02);
  background: #fff;
  padding: 40px 20px;
}
.conditions-subnav-module ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.conditions-subnav-module ul.root-menu > li {
  display: block;
  width: 100%;
  padding: 16px 0px;
  border-bottom: 1px solid #dce0e6;
}
.conditions-subnav-module ul.root-menu > li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.conditions-subnav-module ul.root-menu > li:first-child {
  padding-top: 0px;
}
.conditions-subnav-module ul.root-menu > li > a {
  color: #506380;
  margin-bottom: 16px;
}
.conditions-subnav-module ul.root-menu > li ul {
  display: none;
}
.conditions-subnav-module ul.root-menu > li ul li {
  padding: 0px 16px 10px 16px;
  display: block;
}
.conditions-subnav-module ul.root-menu > li ul li a {
  color: #006be9;
}
.conditions-subnav-module ul.root-menu > li.selected ul {
  display: block;
}
.conditions-subnav-module ul.root-menu > li.selected > a {
  margin-left: -20px;
  border-left: 4px solid #006be9;
  padding-left: 20px;
  color: #052049;
  font-weight: normal;
  display: block;
}
.conditions-subnav-module .subnav-footer {
  display: none;
  position: fixed;
  z-index: 125;
  right: 15px;
  bottom: 50px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #f2f4f6;
  cursor: pointer;
}
.conditions-subnav-module .subnav-footer:after {
  content: "+";
  color: #fff;
  font-size: 200%;
  font-weight: bold;
  margin-top: -7px;
}
.conditions-subnav-module .subnav-footer > * {
  display: none;
}
@media (min-width: 992px) {
  .conditions-subnav-module.hidden {
    display: none;
  }
  .conditions-subnav-module .component-content.fixed {
    position: fixed;
    top: 80px;
  }
  .conditions-subnav-module .component-content.fixed.end {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 1199.98px) {
  .conditions-subnav-module .component-content {
    width: 210px;
  }
}
@media (max-width: 991.98px) {
  .conditions-subnav-module {
    margin-bottom: 0;
  }
  .conditions-subnav-module .component-content {
    width: 0;
    height: 0;
    background: 0;
    border: 0;
    padding: 0;
  }
  .conditions-subnav-module .menu-container {
    background: #f2f4f6;
    position: fixed;
    bottom: 0;
    padding-bottom: 73px;
    top: 50px;
    right: 0px;
    bottom: 0;
    left: 0px;
    z-index: 122;
    padding: 40px;
    overflow-y: auto;
    display: none;
  }
  .conditions-subnav-module .menu-container.open {
    display: block;
  }
  .conditions-subnav-module .subnav-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #006be9;
  }
  .conditions-subnav-module .subnav-footer.open:after {
    content: "-";
  }
  .conditions-subnav-module ul.root-menu > li {
    border-bottom: none;
  }
  .conditions-subnav-module ul.root-menu > li:last-child {
    padding-bottom: 16px;
  }
  .conditions-subnav-module ul.root-menu > li:first-child {
    padding-top: 16px;
  }
  .conditions-subnav-module ul.root-menu > li > a {
    color: #052049;
    font-weight: normal;
    margin-bottom: 16px;
    display: block;
  }
  .conditions-subnav-module ul.root-menu > li ul {
    display: block;
  }
  .conditions-subnav-module ul.root-menu > li ul li {
    padding: 0px 0px 10px 0px;
    display: block;
  }
  .conditions-subnav-module ul.root-menu > li.selected > a {
    margin-left: 0px;
    border-left: none;
    padding-left: 0px;
    display: inline-block;
  }
}
@media (max-width: 767.98px) {
  .conditions-subnav-module .subnav-footer {
    padding: 8px 16px;
  }
  .conditions-subnav-module .menu-container {
    padding: 17px;
  }
  .conditions-subnav-module ul.root-menu > li.selected > a {
    margin-left: -17px;
    border-left: 4px solid #006be9;
    padding-left: 17px;
    display: inline-block;
  }
}
@media print {
  .conditions-subnav-module .subnav-footer {
    display: none;
  }
}
.wavy-image > .component-content {
  overflow: hidden;
  position: relative;
  color: #052049;
}
.wavy-image > .component-content .image-wrapper > img {
  width: 100%;
  height: auto;
  visibility: hidden;
}
.wavy-image > .component-content .image-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
}
.wavy-image > .component-content .content-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: stretch;
}
.wavy-image > .component-content .content-wrapper > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 620px;
  margin: 112px 80px 0;
}
.wavy-image > .component-content h2 {
  margin-bottom: 32px;
  max-width: 400px;
  line-height: 36px;
}
.wavy-image > .component-content h2:first-of-type:after {
  content: none;
}
.wavy-image > .component-content .field-read-more-link {
  color: #fff;
  display: flex;
  align-items: center;
}
.wavy-image > .component-content .field-read-more-link span {
  margin-right: 12px;
}
.wavy-image > .component-content .field-read-more-link a {
  color: #fff;
}
@media (max-width: 1199.98px) {
  .wavy-image > .component-content h2 {
    margin-bottom: 20px;
  }
  .wavy-image > .component-content .field-read-more-link {
    padding: 10px 18px;
  }
  .wavy-image > .component-content .content-wrapper > div {
    margin-left: 40px;
    margin-right: 40px;
  }
  .wavy-image > .component-content .content-wrapper:before,
  .wavy-image > .component-content .content-wrapper:after {
    background-size: 2048px 84px;
  }
  .wavy-image > .component-content .content-wrapper:after {
    background-position-x: -500px;
  }
}
@media (max-width: 767.98px) {
  .wavy-image > .component-content .image-wrapper {
    position: absolute;
    z-index: 0;
    height: 487px;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .wavy-image > .component-content .image-wrapper > img {
    width: auto;
    height: 100%;
  }
  .wavy-image > .component-content .content-wrapper {
    position: relative;
    z-index: 1;
  }
  .wavy-image > .component-content .content-wrapper > div {
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 335px;
  }
  .wavy-image > .component-content .content-wrapper:before {
    background-size: 1024px 56px;
  }
  .wavy-image > .component-content .content-wrapper:after {
    content: none;
  }
}
.logo-garden-module {
  text-align: center;
}
.logo-garden-module.left {
  text-align: left;
}
.logo-garden-module.left .component-content > div.row {
  text-align: left;
}
.logo-garden-module .component-content h2 {
  color: #052049;
  margin: 0px 0px 16px 0px;
  font-weight: bold;
}
.logo-garden-module .component-content h2:first-child:after {
  content: none;
}
.logo-garden-module .component-content div {
  margin-bottom: 32px;
}
.logo-garden-module .component-content > div.row {
  text-align: center;
  margin-top: 50px;
}
.logo-garden-module .component-content > div.row.logo-garden-featured {
  display: block;
}
.logo-garden-module
  .component-content
  > div.row.logo-garden-featured
  .logo-garden-entry {
  max-width: 100%;
  width: 100%;
}
.logo-garden-module
  .component-content
  > div.row.logo-garden-featured
  .logo-garden-entry
  .logo-entry
  .logo-garden-image {
  float: left;
  padding-top: 6px;
}
.logo-garden-module
  .component-content
  > div.row.logo-garden-featured
  .logo-garden-entry
  .logo-entry
  .logo-garden-content {
  clear: both;
  display: table-cell;
  padding-left: 10px;
}
.logo-garden-module
  .component-content
  > div.row.logo-garden-featured
  .logo-garden-entry
  .logo-entry
  .logo-garden-content
  .field-logo-description {
  margin-bottom: 16px;
}
.logo-garden-module .component-content > div.row .logo-garden-entry {
  margin-bottom: 0px;
}
.logo-garden-module
  .component-content
  > div.row
  .logo-garden-entry
  .logo-entry
  .logo-garden-content
  .field-logo-description {
  margin-bottom: 16px;
}
.logo-garden-module .component-content > div.row img {
  min-width: 180px;
  max-width: 300px;
  min-height: 30px;
  max-height: 300px;
}
@media (max-width: 767.98px) {
  .logo-garden-module .component-content > div.row img {
    max-width: 150px;
  }
}
@media (max-width: 575.98px) {
  .logo-garden-module
    .component-content
    > div.row.logo-garden-featured
    .logo-garden-entry
    .logo-entry
    .logo-garden-image {
    float: none;
    padding-left: 10px;
  }
  .logo-garden-module
    .component-content
    > div.row.logo-garden-list
    .logo-garden-entry {
    flex: none;
    max-width: 100%;
  }
}
.textlinkimage-module > .component-content {
  display: flex;
}
.textlinkimage-module > .component-content .display1 {
  margin-bottom: 32px;
}
.textlinkimage-module > .component-content h3 {
  margin: 40px 0;
  padding-top: 40px;
  border-top: 1px solid #dce0e6;
  font-weight: normal;
}
.textlinkimage-module > .component-content .content-wrapper {
  max-width: 600px;
  margin-right: 70px;
}
.textlinkimage-module > .component-content .image-wrapper {
  flex: 1;
}
.textlinkimage-module > .component-content .image-wrapper img {
  width: 100%;
  height: auto;
}
.textlinkimage-module > .component-content .btn {
  font-weight: normal;
}
@media (max-width: 1199.98px) {
  .textlinkimage-module > .component-content .content-wrapper {
    max-width: 400px;
  }
}
@media (max-width: 991.98px) {
  .textlinkimage-module > .component-content {
    flex-direction: column;
  }
  .textlinkimage-module > .component-content .content-wrapper {
    max-width: none;
    margin-right: 0;
  }
  .textlinkimage-module > .component-content .image-wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .textlinkimage-module > .component-content .content-wrapper {
    display: flex;
    flex-direction: column;
  }
  .textlinkimage-module > .component-content .display1 {
    margin-bottom: 16px;
  }
  .textlinkimage-module > .component-content h3 {
    margin: 24px 0;
    padding-top: 24px;
  }
}
@media (min-width: 992px) {
  .textlinkimage-module > .component-content .content-wrapper {
    min-width: 400px;
  }
}
.campus-map-module {
  width: 100%;
  height: auto;
  position: relative;
}
.campus-map-module .component-content > img {
  width: 100%;
}
.campus-map-module .component-content .map-footer {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 40px 80px;
}
.campus-map-module .component-content .map-footer .btn {
  display: flex;
  align-items: center;
}
.campus-map-module .component-content .map-footer .map-legend ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.campus-map-module .component-content .map-footer .map-legend ul li {
  background-color: #fff;
  opacity: 0.9;
  padding: 18px 0px 18px 32px;
  float: left;
}
.campus-map-module .component-content .map-footer .map-legend ul li span {
  float: left;
  margin-right: 8px;
}
.campus-map-module .component-content .map-footer .map-legend ul li p {
  font-weight: normal;
  float: left;
  margin: 0;
}
.campus-map-module
  .component-content
  .map-footer
  .map-legend
  ul
  li:first-child {
  border-top-left-radius: 34px;
  border-bottom-left-radius: 34px;
}
.campus-map-module .component-content .map-footer .map-legend ul li:last-child {
  padding-right: 28px;
  border-top-right-radius: 34px;
  border-bottom-right-radius: 34px;
}
@media (max-width: 991.98px) {
  .campus-map-module .component-content .map-footer .map-legend {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .campus-map-module .component-content {
    height: 320px;
    overflow: hidden;
  }
  .campus-map-module .component-content > img {
    height: 100%;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .campus-map-module .component-content .map-footer {
    padding: 24px 16px;
    left: 0;
  }
  .campus-map-module .component-content .map-footer .btn {
    justify-content: space-between;
  }
}
.action-modal {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: #f8f8f9;
  z-index: 200;
  overflow-y: scroll;
}
.action-modal span.padding-align {
  margin-left: 23px;
}
.action-modal .component-content .container {
  padding-bottom: 150px;
}
.action-modal h2 {
  color: #052049;
  margin-bottom: 24px;
}
.action-modal h3 {
  font-size: 32px;
  line-height: 40px;
  color: #052049;
  margin-bottom: 8px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.action-modal p.lead {
  font-size: 24px;
  line-height: 38px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 32px;
}
.action-modal .hide {
  display: none !important;
}
.action-modal .panel-header {
  margin-bottom: 97px;
}
.action-modal .panel-header > span {
  float: right;
}
.action-modal .panel-secondary-header {
  display: block;
  text-align: left;
}
.action-modal .panel-secondary-header .row > div {
  padding-bottom: 17px;
  border-bottom: 1px solid #dce0e6;
}
.action-modal .panel-secondary-header .row > div span.icon-ui-caret-push-l {
  margin-right: 8px;
  vertical-align: middle;
}
.action-modal .panel-secondary-header .row > div span.secondary-header-title {
  text-transform: uppercase;
}
.action-modal .panel-footer {
  position: fixed;
  bottom: 0px;
  height: 76px;
  width: 100%;
  left: 0px;
  right: 0px;
  background: #d5d9de;
}
.action-modal .panel-footer p {
  float: right;
  margin-left: 49px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #052049;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 76px;
}
.action-modal .panel-footer p a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #052049;
}
.action-modal table td {
  padding-bottom: 16px;
}
.action-modal table td .customcheck {
  height: 32px;
  margin-bottom: 0px;
  margin-right: 24px;
}
.action-modal table td:first-child {
  padding-right: 8px;
}
.action-modal table tr:first-child td {
  padding-bottom: 8px;
}
.action-modal .container > div.row,
.action-modal .container > .meta-links,
.action-modal .step-1 > div.row,
.action-modal .step-2 > div.row,
.action-modal .step-3 > div.row,
.action-modal .step-4 > div.row {
  margin-top: 40px;
}
.action-modal .container > .meta-links h2 {
  width: 304px !important;
}
.action-modal .container > div.row .refer-help-block {
  margin-bottom: 60px;
}
.action-modal .container > div.row .refer-help-block > span,
.action-modal .container > div.row .refer-help-block > a {
  display: block;
  margin-bottom: 8px;
}
.action-modal .container > div.row .refer-help-block a.paragraph2 {
  font-weight: normal;
}
.action-modal .container > div.row .refer-help-block a.paragraph2:after {
  content: "\2192";
  margin-left: 10px;
}
.action-modal
  .container
  > div.row
  .refer-help-block
  span.paragraph2
  .icon-ui-phone::before {
  color: #506380;
}
.action-modal .step-1 .search-panel {
  margin-top: 24px;
  padding: 40px 40px 0 40px;
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.04);
  background: #fff;
  width: 100%;
  max-height: 388px;
}
.action-modal .step-1 .search-panel .search-input {
  position: relative;
}
.action-modal .step-1 .search-panel .search-input input {
  width: 100%;
  border: none;
  background: #fff;
  padding-bottom: 29px;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #052049;
  padding-right: 36px;
}
.action-modal .step-1 .search-panel .search-input input:focus {
  outline: none;
}
.action-modal .step-1 .search-panel .search-input span.icon-ui-search {
  position: absolute;
  right: 0px;
  top: 8px;
}
.action-modal .step-1 .search-panel .search-input span.icon-ui-search:before {
  font-size: 24px;
}
.action-modal .step-1 .search-panel .search-results {
  border-top: 1px solid #dce0e6;
}
.action-modal .step-1 .search-panel .search-results ul {
  list-style: none;
  margin-top: 12px;
  padding: 0px;
}
.action-modal .step-1 .search-panel .search-results li {
  font-size: 24px;
  line-height: 38px;
  color: #052049;
  display: block;
  text-align: left;
  cursor: pointer;
}
.action-modal .step-1 .search-panel .search-results li b {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.action-modal .step-2 {
  padding-top: 40px;
}
.action-modal .step-2 > .row > .col-lg-7 > .row {
  margin-bottom: 30px;
}
.action-modal .step-2 .contactus-block {
  border-bottom: 1px solid #dce0e6;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.action-modal .step-2 .contactus-block > span {
  display: block;
}
.action-modal .step-2 .contactus-block span.padding-align {
  margin-left: 30px;
}
.action-modal .step-2 hr {
  margin-top: 40px;
  margin-bottom: 30px;
}
.action-modal .step-2 .doctor-header {
  border-bottom: 1px solid #dce0e6;
  padding-bottom: 40px;
  height: 303px;
  margin-bottom: 40px;
}
.action-modal .step-2 .doctor-header img {
  border-radius: 50%;
  width: 263px;
  height: 263px;
  float: left;
  margin-right: 76px;
}
.action-modal .step-2 .doctor-header span.eyebrow {
  margin-bottom: 8px;
  text-transform: uppercase;
}
.action-modal .step-2 .doctor-header h3 {
  font-size: 96px;
  line-height: 100px;
  letter-spacing: 0.2px;
  font-family: "Granjon";
  margin: 0px;
  padding: 0px;
  color: #052049;
}
.action-modal .step-2 .search-results ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.action-modal .step-2 .search-results ul li {
  display: block;
  min-height: 158px;
  border: 1px solid #dce0e6;
  margin-bottom: 24px;
  background: #fff;
}
.action-modal .step-2 .search-results ul li .search-thumb {
  width: 158px;
  height: 158px;
  background-size: cover;
  background-position: center;
  float: left;
}
.action-modal .step-2 .search-results ul li .search-details {
  padding: 24px 32px;
}
.action-modal .step-2 .search-results ul li .search-details > div h4 {
  font-size: 24px;
  line-height: 38px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 8px;
  color: #052049;
}
.action-modal .step-2 .search-results ul li .search-details > div > p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #052049;
}
.action-modal .step-2 .search-results ul li .search-details > div > span {
  font-size: 16px;
  line-height: 24px;
  color: #506380;
}
.action-modal .step-2 .search-results ul li .search-details > div > span span {
  vertical-align: middle;
  height: 32px;
  display: inline-block;
}
.action-modal
  .step-2
  .search-results
  ul
  li
  .search-details
  > div
  > span
  span:before {
  font-size: 32px;
}
.action-modal
  .step-2
  .search-results
  ul
  li
  .search-details
  > div:last-child
  div {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #506380;
}
.action-modal
  .step-2
  .search-results
  ul
  li
  .search-details
  > div:last-child
  div
  > b {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.action-modal
  .step-2
  .search-results
  ul
  li
  .search-details
  > div:last-child
  .call-btn {
  display: none;
}
.action-modal .step-2 .search-results .search-cta {
  padding: 24px 32px;
  border: 1px solid #dce0e6;
  background: #fff;
}
.action-modal .step-2 .search-results .search-cta a {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2px;
}
.action-modal .step-2 .search-results .search-cta a span {
  float: left;
  margin-right: 16px;
}
.action-modal .step-2 .search-results .search-cta a span:before {
  font-size: 32px;
}
.action-modal .step-3 {
  padding-top: 40px;
}
.action-modal .step-3 .eyebrow {
  text-transform: uppercase;
  color: #052049;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 40px;
  display: block;
  margin-top: 64px;
}
.action-modal .step-3 .eyebrow:after {
  content: "";
  width: 64px;
  height: 4px;
  background: #dce0e6;
  position: absolute;
  bottom: -4px;
  left: 0px;
}
.action-modal .step-3 .eyebrow:first-child {
  margin-top: 0px;
}
.action-modal .step-3 .cta-panel {
  padding-bottom: 40px;
}
.action-modal .step-3 .cta-panel button {
  width: 174px;
  margin-right: 32px;
}
.action-modal .step-3 .yes-panel {
  padding-top: 40px;
  border-top: 1px solid #dce0e6;
}
.action-modal .step-3 .yes-panel textarea {
  color: #506380;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
}
.action-modal .step-3 .no-panel {
  padding-top: 40px;
  border-top: 1px solid #dce0e6;
}
.action-modal .step-3 .no-panel > .eyebrow {
  margin: 0 0 9px 0;
  padding: 0px;
}
.action-modal .step-3 .no-panel > .eyebrow:after {
  display: none;
  content: "";
}
.action-modal .step-3 .no-panel > p {
  margin-bottom: 32px;
}
.action-modal .step-4 h2 {
  font-size: 82px;
}
.action-modal .step-4 p.lead {
  padding-left: 37px;
  padding-bottom: 32px;
  margin-bottom: 40px;
  position: relative;
}
.action-modal .step-4 p.lead:after {
  content: "";
  width: 376px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #dce0e6;
}
.action-modal .step-4 p.lead span.icon-ui-info:before {
  font-size: 32px;
}
.action-modal .step-4 .review-details {
  margin: 0px 37px 64px 37px;
  background: #fff;
  padding: 40px;
  border: 1px solid #dce0e6;
  margin-top: 24px;
}
.action-modal .step-4 .review-details .eyebrow {
  display: block;
  padding-bottom: 16px;
  margin-bottom: 24px;
  text-transform: uppercase;
  position: relative;
}
.action-modal .step-4 .review-details .eyebrow:after {
  content: "";
  width: 64px;
  height: 4px;
  background: #dce0e6;
  position: absolute;
  bottom: -4px;
  left: 0px;
}
.action-modal .step-4 .review-details p {
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 8px;
  display: block;
  letter-spacing: 0.2px;
}
.action-modal .step-4 .download-cta {
  padding: 40px;
  border: 1px solid #dce0e6;
  border-radius: 30px;
  background: #fff;
}
.action-modal .step-4 .download-cta h3 {
  width: 60%;
  display: inline-block;
}
.action-modal .step-4 .download-cta a {
  float: right;
  font-size: 18px;
  letter-spacing: 0.2px;
  color: #006be9;
  text-decoration: none;
  margin-top: 30px;
}
.action-modal .step-4 .doctor-info-card {
  background: #fff;
  border: 1px solid #dce0e6;
  height: 200px;
  margin-bottom: 64px;
}
.action-modal .step-4 .doctor-info-card img {
  float: left;
  width: 200px;
  height: 200px;
  margin-right: 48px;
}
.action-modal .step-4 .doctor-info-card > div {
  padding: 40px 48px;
}
.action-modal .step-4 .doctor-info-card > div h3 {
  font-family: "Granjon";
  font-size: 44px;
  line-height: 44px;
  letter-spacing: -0.41px;
  color: #052049;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right: 8px;
}
.action-modal .step-4 .doctor-info-card > div span.doctor-spec {
  font-size: 24px;
  line-height: 40px;
  color: #052049;
}
.action-modal .step-4 .doctor-info-card > div span.doctor-classification {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 38px;
  display: block;
  color: #506380;
}
.action-modal .step-4 .doctor-info-card > div span.doctor-phone {
  font-size: 18px;
  line-height: 38px;
  display: block;
  color: #506380;
  line-height: 17px;
}
.action-modal .step-4 .doctor-info-card > div span.doctor-phone span {
  float: left;
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  .action-modal .panel-footer p {
    margin-left: 0px;
  }
  .action-modal .panel-footer p:first-child {
    margin-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .request-appointment-module .component-content .container {
    padding-top: 90px;
  }
  .request-appointment-module h2 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -1px;
    margin-bottom: 24px;
  }
  .request-appointment-module .panel-header {
    text-align: center;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 50px;
    padding: 16px;
    margin: 0px;
    z-index: 200;
  }
  .request-appointment-module .panel-header img {
    display: inline-block;
  }
  .request-appointment-module .panel-secondary-header {
    display: inline;
  }
  .request-appointment-module .panel-secondary-header .row > div {
    padding-bottom: 0px;
    border-bottom: none;
  }
  .request-appointment-module
    .panel-secondary-header
    .row
    > div
    span.icon-ui-caret-push-l {
    position: fixed;
    top: 16px;
    left: 16px;
    z-index: 200;
  }
  .request-appointment-module
    .panel-secondary-header
    .row
    > div
    span.secondary-header-title {
    display: none;
  }
  .request-appointment-module .panel-footer p {
    display: block;
    margin: 0px;
  }
  .request-appointment-module .step-1 > div.row,
  .request-appointment-module .step-2 > div.row,
  .request-appointment-module .step-3 > div.row,
  .request-appointment-module .step-4 > div.row {
    margin-top: 0px;
  }
  .request-appointment-module .step-1 .search-panel {
    padding: 8px 16px;
    margin-top: 12px;
    max-height: 211px;
    overflow: hidden;
  }
  .request-appointment-module .step-1 .search-panel .search-input input {
    font-size: 18px;
    line-height: 36px;
    color: #506380;
    padding-bottom: 16px;
  }
  .request-appointment-module
    .step-1
    .search-panel
    .search-input
    span.icon-ui-search {
    top: 7px;
  }
  .request-appointment-module
    .step-1
    .search-panel
    .search-input
    span.icon-ui-search:before {
    font-size: 28px;
  }
  .request-appointment-module .step-1 .search-panel .search-results li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .request-appointment-module .step-2 .search-results ul li .search-thumb {
    display: none;
  }
  .request-appointment-module
    .step-2
    .search-results
    ul
    li
    .search-details
    > div
    h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .request-appointment-module
    .step-2
    .search-results
    ul
    li
    .search-details
    > div
    > p {
    font-size: 18px;
    line-height: 28px;
    color: #506380;
  }
  .request-appointment-module
    .step-2
    .search-results
    ul
    li
    .search-details
    > div:last-child
    > div {
    display: none;
  }
  .request-appointment-module
    .step-2
    .search-results
    ul
    li
    .search-details
    > div:last-child
    .call-btn {
    display: block;
  }
  .request-appointment-module
    .step-2
    .search-results
    ul
    li
    .search-details
    > div
    button {
    width: 100%;
    margin-top: 24px;
  }
  .request-appointment-module .step-3 .cta-panel button {
    width: 100%;
    margin-bottom: 16px;
  }
  .request-appointment-module .step-3 .yes-panel textarea {
    height: 231px;
  }
  .request-appointment-module .step-3 .yes-panel button {
    width: 100%;
    text-align: left;
  }
  .request-appointment-module .step-3 .yes-panel button span {
    float: right;
  }
  .request-appointment-module .step-3 .no-panel > .eyebrow {
    font-size: 24px;
    line-height: 32px;
    color: #052049;
    margin: 0 0 16px 0;
    padding: 0px;
    text-transform: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .request-appointment-module .step-4 table tr td .customcheck {
    margin-right: 15px;
  }
  .request-appointment-module .step-4 h2 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -1px;
  }
  .request-appointment-module .step-4 p.lead {
    padding-left: 10px;
  }
  .request-appointment-module .step-4 p.lead span.icon-ui-info {
    float: left;
    margin-bottom: 30px;
  }
  .request-appointment-module .step-4 p.lead span.icon-ui-info:before {
    font-size: 32px;
  }
  .request-appointment-module .step-4 .review-details {
    padding: 32px 24px;
    margin: 0px 0px 40px 0px;
  }
  .request-appointment-module .step-4 .map {
    display: none;
  }
  .request-appointment-module .step-4 .download-cta h3 {
    font-size: 24px;
    line-height: 32px;
    width: 100%;
    margin-bottom: 21px;
  }
  .request-appointment-module .step-4 .download-cta a {
    display: block;
    width: 100%;
    float: none;
    margin-top: 0px;
  }
  .request-appointment-module .panel-footer {
    height: 140px;
  }
  .request-appointment-module .panel-footer .container {
    padding-top: 0px;
  }
  .request-appointment-module .panel-footer .container p {
    float: none;
  }
}
.login-form > .component-content {
  color: #052049;
  margin-top: 128px;
}
.login-form > .component-content .form-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.login-form > .component-content h2 {
  margin-bottom: 24px;
}
.login-form > .component-content p.font-larger {
  margin-bottom: 0;
}
.login-form > .component-content a {
  position: relative;
}
.login-form > .component-content a:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
.login-form > .component-content form {
  flex: 1;
  min-width: 340px;
  max-width: 774px;
  margin-top: 32px;
  padding-right: 64px;
}
.login-form > .component-content form label {
  display: block;
  color: #506380;
}
.login-form > .component-content form label p {
  margin: 0;
}
.login-form > .component-content form label > input {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  display: block;
  margin-bottom: 32px;
  width: 100%;
  max-width: 500px;
  height: 60px;
  border: 1px solid #d5d9de;
  padding: 16px;
}
.login-form > .component-content form > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.login-form > .component-content form > div a {
  display: inline-block;
  margin: 0 16px;
  color: #052049;
}
.login-form > .component-content form ~ div {
  margin-top: 32px;
}
.login-form > .component-content form ~ div a {
  display: inline-block;
  margin-top: 16px;
}
@media (max-width: 767.98px) {
  .login-form > .component-content h2 {
    margin-bottom: 16px;
  }
  .login-form > .component-content form {
    margin-top: 24px;
  }
  .login-form > .component-content form > div input {
    flex-basis: 100%;
  }
  .login-form > .component-content form > div a {
    display: block;
    margin: 16px 0 0 0;
  }
}
.conditions-hero-module {
  margin-bottom: 0;
}
.conditions-hero-module.chapter {
  margin-bottom: -70px;
}
.conditions-hero-module.main {
  margin-bottom: -155px;
}
.conditions-hero-module img {
  width: 100%;
  height: auto;
}
.conditions-hero-module .conditions-wave {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 231px;
  background-image: url(../images/conditionswave.png);
  background-size: cover;
  background-repeat: none;
}
.conditions-hero-module.chapter .conditions-wave {
  background-image: url(../images/conditionswave-backward.png);
}
@media (max-width: 1199.98px) {
  .conditions-hero-module.main {
    margin-bottom: -135px;
  }
}
@media (max-width: 991.98px) {
  .conditions-hero-module {
    margin-bottom: -110px;
  }
  .conditions-hero-module.main {
    margin-bottom: -170px;
  }
  .conditions-hero-module img {
    width: 100%;
    height: auto;
  }
  .conditions-hero-module .conditions-wave {
    height: 111px;
    background-image: url(../images/conditionswave.png);
    background-size: contain;
    background-repeat: none;
  }
  .conditions-hero-module.chapter .conditions-wave {
    background-image: url(../images/conditionswave.png);
  }
}
@media (max-width: 767.98px) {
  .conditions-hero-module {
    margin-bottom: -65px;
  }
  .conditions-hero-module.main {
    margin-bottom: -110px;
  }
  .conditions-hero-module .conditions-wave {
    height: 66px;
    background-image: url(../images/conditionswave-mobile.png);
    background-size: cover;
    background-repeat: none;
  }
  .conditions-hero-module.chapter .conditions-wave {
    background-image: url(../images/conditionswave-mobile.png);
  }
}
.carousel {
  position: relative;
  color: #fff;
  overflow: hidden;
}
.carousel.home-page {
  margin-bottom: 0;
}
.carousel a {
  color: #fff;
}
.carousel .component-content h2:first-of-type:after {
  content: none;
}
.carousel .carousel-playbutton {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 40px;
  box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel .carousel-playbutton:after {
  content: "\25B6\FE0E";
  padding: 0 0 1px 3px;
  color: #fff;
  transform: scale(2);
}
.carousel .carousel-playbutton.playing:after {
  content: "ll";
  padding: 0 0 1px 3.5px;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 3px;
  color: #fff;
  transform: scale(1.5);
}
.carousel .carousel-playbutton.single {
  display: none;
}
.carousel .carousel-slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.carousel .carousel-slides video {
  width: 100%;
  height: auto;
  display: block;
  background-color: #000;
}
.carousel .carousel-slides .mobile-poster {
  display: none;
}
.carousel .carousel-slides li {
  display: none;
}
.carousel .carousel-slides li.active {
  display: block;
}
.carousel .carousel-slides .slide-wrapper h2 {
      line-height: 66px;
    font-size: 52px;
    font-weight: 600;
}
.carousel .carousel-slides .slide-wrapper h2.display1.with-badge {
  font-size: 50px;
  line-height: 50px;
}
.carousel .carousel-slides .slide-wrapper > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.carousel .carousel-slides .slide-wrapper > div.include-img-gradient {
  background-image: linear-gradient(to left, rgba(5, 32, 73, 0), #052049),
    linear-gradient(to bottom, rgba(51, 51, 255, 0.1), rgba(51, 51, 255, 0.1));
}
@media print {
  .carousel .carousel-slides .slide-wrapper > div {
    background: 0;
  }
}
.carousel .carousel-slides .slide-wrapper > div > div {
  position: absolute;
    bottom: 30px;
    left: 60px;
    max-width: 990px;
    display: inline-block;
}
@media screen and (max-width: 1400px) {

}
.carousel .carousel-slides .slide-wrapper p {
  margin: 33px 0;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.18px;
}
.carousel .carousel-slides .slide-wrapper .hero-badge-hero img {
  width: 100%;
  height: auto;
  max-width: 150px;
  margin-bottom: 10px;
}
.carousel
  .carousel-slides
  .slide-wrapper
  .hero-badge-hero.hero-badge-hero-mobile {
  display: none;
}
.carousel .carousel-slides .slide-wrapper .carousel-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 460px;
      margin: 10px 0;
}
.carousel
  .carousel-slides
  .slide-wrapper
  .carousel-buttons
  a:last-child:before {
  content: "\25B7";
  margin-right: 10px;
}
.carousel
  .carousel-slides
  .slide-wrapper
  .carousel-buttons
  a:first-child:before {
  display: none;
}
.carousel .carousel-slides .slide-wrapper .fader-item {
  transition: none;
/*  opacity: 0;*/
}
.carousel .carousel-slides .slide-wrapper .fader-item.active {
  transition: opacity;
  opacity: 1;
}
.carousel .carousel-playbar-wrapper {
  display: none;
  padding: 0 25px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
  z-index: 0;
}
.carousel .carousel-playbar {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.carousel .carousel-playbar > div {
  background-color: #fff;
  width: 0;
  height: 100%;
}
.carousel .carousel-playbar:last-child {
  position: absolute;
  top: 0;
}
.carousel .carousel-thumbs-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 50px 80px;
}
.carousel .carousel-thumbs-wrapper .carousel-thumbs {
  width: 25%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.carousel .carousel-thumbs-wrapper .carousel-thumb {
  width: 100%;
  margin: 0px 2px;
  padding: 10px 0;
  z-index: 1;
}
.carousel .carousel-thumbs-wrapper .carousel-thumb .carousel-thumb-tab {
  height: 4px;
  background-color: #667791;
  pointer-events: none;
  border: 1px solid #667791;
  width: 100%;
  margin: 0px 2px;
}
.carousel .carousel-thumbs-wrapper .carousel-thumb.active .carousel-thumb-tab {
  background-color: #f2f4f6;
  border: 1px solid #f2f4f6;
}
.carousel .carousel-thumbs-wrapper .carousel-thumb.active img {
  border-color: #fff;
}
.carousel .carousel-thumbs-wrapper .carousel-thumb.single {
  display: none;
}
.carousel .carousel-thumbs-wrapper .carousel-thumb img {
  display: none;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: border-color 0.6s ease-in;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .carousel .carousel-slides .slide-wrapper h2.display1.with-badge {
    line-height: 50px;
    font-size: 50px;
  }
  .carousel .carousel-slides .slide-wrapper > div > div {
    margin: 40px;
  }
  .carousel .carousel-slides .slide-wrapper .hero-badge-hero img {
    max-width: 125px;
  }
  .carousel .carousel-thumbs-wrapper {
    margin: 25px 80px;
  }
}
@media (max-width: 991.98px) {
  .carousel .carousel-playbutton {
    display: none;
  }
  .misvis ul .accolade.vertical {
    flex-basis: 45%;
  }
  .carousel .carousel-slides {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .carousel .carousel-slides li {
    display: flex;
    width: 100%;
    flex-shrink: 0;
    scroll-snap-align: start;
  }
  .carousel .carousel-slides li.active {
    display: flex;
  }
  .carousel .carousel-slides .slide-wrapper {
    overflow: hidden;
    position: relative;
    display: flex;
    width: 100%;
/*    height: 400px;*/
  }
  .carousel .carousel-slides .slide-wrapper video {
/*    display: none;*/
  }
  .carousel .carousel-slides .slide-wrapper .mobile-poster {
    display: block;
    position: absolute;
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .carousel .carousel-slides .slide-wrapper .eyebrow {
    margin-top: 0px;
  }
  .carousel .carousel-slides .slide-wrapper h2 {
    font-size: 32px;
        line-height: 42px;
        font-weight: 500;
        letter-spacing: 0.5px;
        margin-top: 0;
        text-align: left;
  }

  .list-select > a {
    padding: 5px 15px;
    margin: 0 auto;
    display: table;
    font-size: 13px;
}
.rts__program--item .btn.btn-primary {
    font-size: 14px;
    padding: 10px 30px;
}
.rts__section {
    padding: 40px 0;
    padding-top: 0;
}
.field-link{
  margin: 0 auto;
}
.article-cards-sectional .component-content .btn {
    font-size: 13px;
}
  .carousel .carousel-slides .slide-wrapper h2.display1.with-badge {
    font-size: 32px;
    line-height: 40px;
    margin-top: 10px;
  }
  .carousel .carousel-slides .slide-wrapper .hero-badge-hero {
    display: none;
  }
  .carousel
    .carousel-slides
    .slide-wrapper
    .hero-badge-hero.hero-badge-hero-mobile {
    display: block;
    margin-top: 10px;
  }
  .carousel
    .carousel-slides
    .slide-wrapper
    .hero-badge-hero.hero-badge-hero-mobile
    img {
    max-width: 100px;
  }
  .carousel .carousel-slides .slide-wrapper > div {
    width: 100%;
    position: absolute;
  }
  .carousel .carousel-slides .slide-wrapper > div.include-img-gradient {
    background-image: linear-gradient(to bottom, rgba(5, 32, 73, 0), #052049);
  }
}
@media print and (max-width: 991.98px) {
  .carousel .carousel-slides .slide-wrapper > div {
    background: 0;
  }
}
@media (max-width: 991.98px) {
  .carousel .carousel-slides .slide-wrapper > div > div {
    max-width: 100%;
    margin: 35px 16px;
  }
  .banner__content--circle {
    display: none;
}
  .carousel .carousel-slides .slide-wrapper > div > div .carousel-buttons {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
  }
  .carousel .carousel-slides .slide-wrapper p {
    display: none;
  }
  .carousel .carousel-slides .slide-wrapper .carousel-buttons {
    min-width: 0;
  }
  .carousel .carousel-slides .slide-wrapper .carousel-buttons a:last-child {
    margin-top: 0;
  }
  .btn{
            font-size: 13px;
        line-height: 15px;
        padding: 8px 15px;
  }
  .carousel .carousel-playbar-wrapper {
    display: none;
  }
  .carousel .carousel-thumbs-wrapper {
    margin-bottom: 0;
    width: 25%;
    margin-left: 50px;
  }
  .carousel .carousel-thumbs-wrapper .carousel-thumbs {
    width: 100%;
    margin: 16px 0;
    justify-content: center;
  }
  .carousel .carousel-thumbs-wrapper .carousel-thumbs .carousel-thumb {
    margin-right: 2px;
  }
  .carousel .carousel-thumbs-wrapper .carousel-thumbs .carousel-thumb-tab {
    height: 2px;
  }
  .carousel .carousel-thumbs-wrapper .carousel-thumbs .carousel-thumb:after {
    display: none;
    content: "\25CB";
  }
  .carousel
    .carousel-thumbs-wrapper
    .carousel-thumbs
    .carousel-thumb.active:after {
    display: none;
    content: "\25CF";
  }
  .carousel .carousel-thumbs-wrapper .carousel-thumbs .carousel-thumb img {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .carousel .carousel-thumbs-wrapper {
    width: auto;
    margin: 50px 80px;
    margin-bottom: 0;
  }
      .carousel .carousel-slides .slide-wrapper > div > div {
        display: none;
    }
}
@media (max-width: 560px) {
      .misvis ul .accolade.vertical {
        flex-basis: 100%;
    }
    .main-nav .logo img {
        max-width: 250px;
        max-height: 55px;
        width: auto;
    }
        .main-nav {
        height: 50px;
    }
        .nav-wrapper .main-nav-wrapper {
        height: 60px;
    }
        .nav-wrapper {
        height: 60px !important;
    }
}
.large-promo-box .component-content {
  position: relative;
}
.large-promo-box .component-content .wave-image {
  position: relative;
}
.large-promo-box .component-content .wave-image > img {
  width: 100%;
  height: auto;
  visibility: hidden;
}
.large-promo-box .component-content .wave-image svg {
  position: absolute;
  top: 0;
  left: 0;
}
.large-promo-box .component-content .cover-card {
  padding: 64px 48px;
  background: #fff;
  border: 1px solid #e7eaee;
  position: absolute;
  top: 0px;
  left: 192px;
  z-index: 100;
  max-width: 376px;
}
.large-promo-box .component-content .cover-card h3 {
  margin-bottom: 24px;
}
.large-promo-box .component-content .cover-card a {
  font-weight: bold;
}
.large-promo-box .component-content .cover-card a:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
@media (max-width: 991.98px) {
  .large-promo-box .component-content {
    overflow: hidden;
  }
  .large-promo-box .component-content .wave-image {
    margin-top: -100px;
    height: 400px;
  }
  .large-promo-box .component-content .wave-image img {
    height: 100%;
    width: auto;
  }
  .large-promo-box .component-content .cover-card {
    position: relative;
    left: 0px;
    margin: 16px;
    right: 0px;
    padding: 44px 28px;
  }
  .large-promo-box .component-content .cover-card h3 {
    font-size: 41px;
    margin-bottom: 12px;
    line-height: 44px;
  }
}
@media (max-width: 767.98px) {
  .large-promo-box .component-content {
    padding-bottom: 340px;
  }
  .large-promo-box .component-content .wave-image {
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
.condition-chapter-share.share-print-email {
  margin-top: 73px;
}
.conditions-secondary-intro .eyebrow {
  display: block;
  color: #052049 !important;
}
.conditions-secondary-intro span.eyebrow a {
  color: #052049 !important;
}
.conditions-secondary-intro .display1 {
  color: #052049;
  margin-bottom: 24px;
}
.conditions-secondary-intro .secondary-intro-text {
  color: #052049;
}
.conditions-secondary-intro .component-content {
  display: flex;
}
.conditions-secondary-intro .top-eyebrow {
  color: #506380 !important;
}
@media (max-width: 991.98px) {
  .condition-chapter-share.share-print-email {
    margin-top: 48px;
  }
  .conditions-secondary-intro .component-content {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .conditions-secondary-intro .component-content .reduce-font-size {
    font-size: 27px;
    line-height: 32px;
  }
}
.alert-module.component {
  margin-bottom: 0;
}
.alert-module .component-content {
  height: 98px;
  padding: 0 24px 0 80px;
  background-color: #dce0e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.alert-module .component-content .learn-more-button {
  display: none;
}
.alert-module .component-content > div {
  display: flex;
  align-items: center;
}
.alert-module .component-content > div .icon-title-description-button {
  color: #f8f8f9;
}
.alert-module .component-content > div .icon-title-description-button > div {
  display: flex;
  flex-direction: row;
}
.alert-module
  .component-content
  > div
  .icon-title-description-button
  > div
  > span {
  margin-right: 8px;
  margin-top: 6px;
}
.alert-module
  .component-content
  > div
  .icon-title-description-button
  .title-description-button {
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.2px;
  display: flex;
  flex-direction: row;
}
.alert-module
  .component-content
  > div
  .icon-title-description-button
  .title-description-button
  .description {
  font-weight: lighter;
}
.alert-module
  .component-content
  > div
  .icon-title-description-button
  .title-description-button
  .description:before {
  content: "|";
  margin: 0 8px;
}
.alert-module .icon-ui-caret-down,
.alert-module .icon-ui-caret-up {
  display: none;
  cursor: pointer;
}
.alert-module .btn {
  background-color: #fff;
  font-weight: normal;
  padding: 10px 21px;
  margin: 0 24px;
}
@media (max-width: 1199.98px) {
  .alert-module {
    height: auto;
  }
  .alert-module .component-content {
    left: auto;
    right: 16px;
    height: auto;
    padding: 24px;
    align-items: stretch;
    flex-direction: column;
  }
  .alert-module .component-content .learn-more-button-desktop {
    display: none;
  }
  .alert-module .component-content .learn-more-button {
    display: flex;
  }
  .alert-module .component-content > div {
    flex-direction: column;
    align-items: flex-start;
  }
  .alert-module .component-content > div:first-child {
    align-items: flex-start;
  }
  .alert-module .component-content > div .icon-title-description-button {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .alert-module .component-content > div .icon-title-description-button > div {
    display: flex;
  }
  .alert-module
    .component-content
    > div
    .icon-title-description-button
    > div
    > span {
    margin-right: 5px;
  }
  .alert-module
    .component-content
    > div
    .icon-title-description-button
    > div
    .title-description-button {
    display: flex;
    flex-direction: column;
  }
  .alert-module
    .component-content
    > div
    .icon-title-description-button
    > div
    .title-description-button
    .description:before {
    content: none;
    margin: 0;
  }
  .alert-module
    .component-content
    > div
    .icon-title-description-button
    > div
    .title-description-button
    span {
    margin-top: 20px;
  }
  .alert-module
    .component-content
    > div
    .icon-title-description-button
    > div
    .title-description-button
    div {
    margin-top: 40px;
  }
  .alert-module .component-content .icon-ui-caret-down,
  .alert-module .component-content .icon-ui-caret-up {
    display: inline-block;
    cursor: pointer;
    padding-top: 3px;
    height: 20px;
  }
  .alert-module .component-content .btn {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .alert-module .component-content {
    left: 16px;
  }
}
.promotion-ad-module {
  position: fixed;
  bottom: 0px;
  right: 0px;
  padding: 40px 48px;
  background: #fff;
  border: 1px solid #e7eaee;
  max-width: 376px;
  z-index: 105;
  margin-bottom: 0;
}
.promotion-ad-module .component-content {
  position: relative;
}
.promotion-ad-module .component-content h3 {
  font-size: 24px;
}
.promotion-ad-module .component-content h3,
.promotion-ad-module .component-content span {
  color: #052049;
  margin-right: 30px;
}
.promotion-ad-module .component-content span {
  display: block;
}
.promotion-ad-module .component-content a {
  font-size: 15px;
}
.promotion-ad-module .component-content p {
  margin-bottom: 20px;
  font-size: 15px;
}
.promotion-ad-module .component-content .close-btn {
  position: absolute;
  top: -65px;
  left: -70px;
  border-radius: 50%;
  background: #006be9;
  color: #fff;
  height: 48px;
  width: 48px;
  cursor: pointer;
}
.promotion-ad-module .component-content .close-btn .icon-ui-close {
  padding-top: 16px;
  padding-left: 16px;
  display: block;
}
.promotion-ad-module .component-content .close-btn .icon-ui-close:before {
  color: #fff;
}
@media (max-width: 991.98px) {
  .promotion-ad-module {
    left: 16px;
    right: 16px;
    padding: 20px 12px;
  }
  .promotion-ad-module .component-content p {
    margin-bottom: 16px;
  }
  .promotion-ad-module .component-content .close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    left: auto;
    background: #fff;
    height: 24px;
    width: 24px;
  }
  .promotion-ad-module .component-content .close-btn .icon-ui-close {
    padding-top: 0px;
    padding-left: 0px;
  }
  .promotion-ad-module .component-content .close-btn .icon-ui-close:before {
    color: #006be9;
  }
}
.transit-cards > .component-content {
  display: block;
}
.transit-cards > .component-content .heading1 {
  margin-bottom: 20px;
}
.transit-cards > .component-content .view-all li {
  cursor: pointer;
}
.transit-cards > .component-content .view-all li a:last-child:after {
  content: none;
}
.transit-cards .hide {
  display: none;
}
.transit-cards .scrolling-container {
  overflow-x: auto;
  display: flex;
  scrollbar-width: thin;
  scrollbar-color: #666 #ccc;
  -ms-scrollbar-track-color: #ccc;
  -ms-scrollbar-arrow-color: #ccc;
  -ms-scrollbar-face-color: #666;
  -ms-scrollbar-shadow-color: #666;
  -ms-scrollbar-highlight-color: #666;
  -ms-scrollbar-3dlight-color: #666;
  -ms-scrollbar-darkshadow-color: #666;
}
.transit-cards .scrolling-container::-webkit-scrollbar {
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  background: linear-gradient(
    transparent,
    transparent 9px,
    #ccc 9px,
    #ccc 11px,
    transparent 11px
  );
}
.transit-cards .scrolling-container::-webkit-scrollbar-thumb {
  background: linear-gradient(
    transparent,
    transparent 7px,
    #666 7px,
    #666 13px,
    transparent 13px
  );
  border-radius: 42.5%;
}
.transit-cards .scrolling-container.custom-scrollbar-container {
  padding-bottom: 20px;
  overflow: hidden;
}
.transit-cards .cards {
  overflow: visible;
  flex-shrink: 0;
  flex-basis: auto;
  display: none;
}
.transit-cards .cards.active {
  display: flex;
}
.transit-cards .card .field-icon {
  background-color: #058488;
}
.transit-cards .card .field-icon .eyebrow {
  text-transform: uppercase;
}
.transit-cards .card .card-content p.font-smaller {
  font-weight: normal;
}
.transit-cards .card .card-content > p:last-of-type {
  margin-bottom: 64px;
}
.transit-cards .card .card-content .address {
  margin-bottom: 16px;
}
.transit-cards .card .card-content span[class^="icon-"],
.transit-cards .card .card-content span[class^="svg-"] {
  margin-right: 12px;
}
.transit-cards .card .field-read-more-link {
  align-self: stretch;
  margin-left: 40px;
  border-top: 1px solid #dce0e6;
}
.transit-cards .card .field-read-more-link:after {
  content: none;
}
.transit-cards .card:last-child {
  margin-right: 40px;
}
@media (min-width: 992px) {
  .transit-cards > .component-content .heading1 {
    margin-bottom: 10px;
  }
  .transit-cards > .component-content .heading1:after {
    content: none;
  }
  .transit-cards > .component-content > div:first-child {
    border-bottom: 1px solid #dce0e6;
  }
  .transit-cards > .component-content .view-all {
    padding: 0;
    width: auto;
    border: 0;
    background: 0;
  }
  .transit-cards > .component-content .view-all > a {
    display: none;
  }
  .transit-cards > .component-content .view-all .options {
    display: block;
    position: static;
    border: 0;
    background: 0;
  }
  .transit-cards > .component-content .view-all ul {
    display: flex;
    position: static;
    border: 0;
    width: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    background: 0;
  }
  .transit-cards > .component-content .view-all ul li {
    margin: 0 0 0 64px;
    padding: 8px 0;
    border-bottom: 4px solid transparent;
  }
  .transit-cards > .component-content .view-all ul li.active {
    border-color: #007bff;
  }
  .transit-cards > .component-content .view-all ul li.active a {
    color: #052049;
  }
  .transit-cards > .component-content .view-all ul li a {
    color: #506380;
  }
  .transit-cards > .component-content .view-all ul li a:hover {
    text-decoration: none;
  }
  .transit-cards > .component-content .view-all ul li a:last-child:after {
    content: none;
  }
}
.translated-maps .component-content > div:first-of-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-top: 32px;
}
.translated-maps .component-content > div:first-of-type div {
  flex: 1 1;
  display: flex;
  align-items: center;
  min-width: 220px;
  margin-bottom: 24px;
}
.translated-maps .component-content > div:first-of-type div img {
  max-width: 96px;
}
.translated-maps .component-content > div:first-of-type div span {
  margin: 0 24px;
  color: #006be9;
}
@media (max-width: 991.98px) {
  .translated-maps .component-content > div:first-of-type div {
    width: 340px;
  }
}
@media (max-width: 767.98px) {
  .translated-maps .component-content > div:first-of-type div {
    width: auto;
  }
}
.doctor-search-module .hide {
  display: none;
}
.doctor-search-module .search-panel {
  margin-top: 24px;
  padding: 40px 40px 0 40px;
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.04);
  background: #fff;
  width: 100%;
  max-height: 388px;
}
.doctor-search-module .search-panel .search-input {
  position: relative;
}
.doctor-search-module .search-panel .search-input input {
  width: 100%;
  border: none;
  background: #fff;
  padding-bottom: 29px;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #052049;
  padding-right: 36px;
}
.doctor-search-module .search-panel .search-input input:focus {
  outline: none;
}
.doctor-search-module .search-panel .search-input span.icon-ui-search {
  position: absolute;
  right: 0px;
  top: 8px;
}
.doctor-search-module .search-panel .search-input span.icon-ui-search:before {
  font-size: 24px;
}
.doctor-search-module .search-panel .search-results {
  border-top: 1px solid #dce0e6;
  margin-bottom: 64px;
}
.doctor-search-module .search-panel .search-results ul {
  list-style: none;
  margin-top: 12px;
  padding: 0px;
}
.doctor-search-module .search-panel .search-results li {
  font-size: 24px;
  line-height: 38px;
  color: #052049;
  display: block;
  text-align: left;
  cursor: pointer;
}
.doctor-search-module .search-panel .search-results li b {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.doctor-search-module span.heading2 {
  font-weight: bold;
  margin-bottom: 32px;
  display: block;
}
.doctor-search-module .btn-panel .btn {
  width: 100%;
  color: #006be9;
  margin-bottom: 16px;
  text-align: left;
  font-weight: normal;
}
.doctor-search-module .btn-panel .btn:after {
  content: "\2192";
  float: right;
}
@media (max-width: 767.98px) {
  .doctor-search-module .search-panel .search-input input {
    font-size: 18px;
  }
}
.doctor-search-results-module {
  margin-bottom: 100px;
}
.doctor-search-results-module .hide {
  display: none;
}
.doctor-search-results-module .search-header {
  background: #f8f8f9;
  padding-bottom: 32px;
  margin-bottom: 64px;
  padding-top: 70px;
}
.doctor-search-results-module .dropdown {
  margin-bottom: 16px;
}
.doctor-search-results-module .dropdown button {
  width: 263px;
}
.doctor-search-results-module .customcheck {
  margin-bottom: 16px;
  font-size: 16px;
  color: #667791;
}
.doctor-search-results-module .search-panel {
  margin-top: 24px;
  padding: 40px 40px 0 40px;
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.04);
  background: #fff;
  width: 100%;
  max-height: 388px;
}
.doctor-search-results-module .search-panel .search-input {
  position: relative;
}
.doctor-search-results-module .search-panel .search-input input {
  width: 100%;
  border: none;
  background: #fff;
  padding-bottom: 29px;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #052049;
  padding-right: 36px;
}
.doctor-search-results-module .search-panel .search-input input:focus {
  outline: none;
}
.doctor-search-results-module .search-panel .search-input span.icon-ui-search {
  position: absolute;
  right: 0px;
  top: 8px;
}
.doctor-search-results-module
  .search-panel
  .search-input
  span.icon-ui-search:before {
  font-size: 24px;
}
.doctor-search-results-module .search-panel .search-results {
  border-top: 1px solid #dce0e6;
}
.doctor-search-results-module .search-panel .search-results ul {
  list-style: none;
  margin-top: 12px;
  padding: 0px;
}
.doctor-search-results-module .search-panel .search-results li {
  font-size: 24px;
  line-height: 38px;
  color: #052049;
  display: block;
  text-align: left;
  cursor: pointer;
}
.doctor-search-results-module .search-panel .search-results li b {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.doctor-search-results-module .doctor-result {
  height: 299px;
  border: 1px solid #dce0e6;
  margin-bottom: 40px;
}
.doctor-search-results-module .doctor-result img {
  width: 299px;
  height: 299px;
  float: left;
  margin-right: 48px;
}
.doctor-search-results-module .doctor-result .doctor-result-details {
  padding: 40px;
}
.doctor-search-results-module
  .doctor-result
  .doctor-result-details
  .doctor-title {
  line-height: 48px;
}
.doctor-search-results-module
  .doctor-result
  .doctor-result-details
  .doctor-title
  span {
  color: #052049;
}
.doctor-search-results-module
  .doctor-result
  .doctor-result-details
  .doctor-category {
  color: #506380;
  font-weight: bold;
  line-height: 38px;
}
.doctor-search-results-module
  .doctor-result
  .doctor-result-details
  .doctor-more-info {
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.doctor-search-results-module
  .doctor-result
  .doctor-result-details
  .doctor-more-info
  > span {
  line-height: 38px;
  color: #506380;
}
.doctor-search-results-module
  .doctor-result
  .doctor-result-details
  .doctor-more-info
  > div
  > span
  > span {
  color: #506380;
}
.doctor-search-results-module
  .doctor-result
  .doctor-result-details
  .doctor-more-info
  > div
  > span
  > span:before {
  color: #506380;
}
.doctor-search-results-module
  .doctor-result
  .doctor-result-details
  .doctor-clinics {
  color: #052049;
}
.find-a-doctor .find-a-doctor-form {
  max-width: 840px;
  margin: 80px 0;
  padding: 0;
  background: 0;
  position: relative;
}
.find-a-doctor .find-a-doctor-form.centered {
  margin-left: auto;
  margin-right: auto;
}
.find-a-doctor .search-specialties {
  display: flex;
  flex-wrap: wrap;
}
.find-a-doctor .search-specialties.hide {
  display: none;
}
.find-a-doctor .search-specialties > p {
  flex-basis: 100%;
}
.find-a-doctor .search-specialties > a {
  width: 100%;
  max-width: 376px;
  border: 2px solid #dce0e6;
  padding: 18px 32px;
  border-radius: 32px;
  font-weight: normal;
  margin: 0 32px 16px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.find-a-doctor .search-specialties > a:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
.find-a-doctor .search-specialties > a:after {
  right: 32px;
}
.find-a-doctor .search-results {
  display: flex;
}
.find-a-doctor .search-results.hide {
  display: none;
}
.find-a-doctor .search-results > .eyebrow {
  flex-basis: 100%;
}
.find-a-doctor .search-filters {
  width: 260px;
  margin-right: 75px;
  flex-shrink: 0;
}
.find-a-doctor .search-filters .list-select {
  width: 100%;
  border-radius: 0;
  padding: 16px;
  border-color: #dce0e6;
  margin-bottom: 16px;
  font-weight: normal;
}
.find-a-doctor .search-filters .list-select > a {
  color: #667791;
}
.find-a-doctor .search-filters .list-select .options {
  width: calc(100% + 2px);
  border-radius: 0;
  top: 60px;
}
.find-a-doctor .search-filters .list-select .options ul {
  padding: 16px;
  width: auto;
}
.find-a-doctor .search-filters .list-select .options li {
  cursor: pointer;
}
.find-a-doctor .search-filters label {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.find-a-doctor .search-filters label input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.find-a-doctor
  .search-filters
  label
  input[type="checkbox"]:checked
  ~ .checkbox:after {
  display: inline-block;
}
.find-a-doctor .search-filters label .checkbox {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dce0e6;
  margin-right: 8px;
}
.find-a-doctor .search-filters label .checkbox:after {
  content: "";
  width: 80%;
  height: 80%;
  background-color: #052049;
  display: none;
}
.find-a-doctor .search-results-items {
  flex-grow: 1;
  padding: 0;
  list-style: none;
}
.find-a-doctor .search-results-items > li {
  margin-bottom: 40px;
  border: 1px solid #dce0e6;
}
.find-a-doctor .search-results-items > li > a {
  display: flex;
  margin: 10px 20px;
}
.find-a-doctor .search-results-items > li > a:hover {
  text-decoration: none;
}
.find-a-doctor .search-results-items > li > a .image-wrapper {
  text-align: center;
  flex-grow: 1;
}
.find-a-doctor .search-results-items > li > a .image-wrapper img {
  width: auto;
  height: 300px;
}
.find-a-doctor .search-results-items > li > a > .doctor-info {
  flex-grow: 100;
  padding: 40px 48px 0;
  color: #052049;
}
.find-a-doctor .search-results-items > li > a > .doctor-info .heading1 > span {
  margin-right: 12px;
}
.find-a-doctor .search-results-items > li > a > .doctor-info p {
  color: #506380;
}
.find-a-doctor .search-results-items > li > a > .doctor-info > p:first-of-type {
  font-weight: normal;
}
.find-a-doctor .search-results-items > li > a > .doctor-info .details {
  padding-bottom: 0px;
}
.find-a-doctor .search-results-items > li > a > .doctor-info .details span,
.find-a-doctor .search-results-items > li > a > .doctor-info .details a {
  margin-right: 12px;
  display: inline-block;
}
.find-a-doctor
  .search-results-items
  > li
  > a
  > .doctor-info
  .details
  span:before,
.find-a-doctor .search-results-items > li > a > .doctor-info .details a:before {
  font-family: icomoon;
  margin-right: 8px;
}
.find-a-doctor .search-results-items > li > a > .doctor-info .details span.hide,
.find-a-doctor .search-results-items > li > a > .doctor-info .details a.hide {
  display: none;
}
.find-a-doctor
  .search-results-items
  > li
  > a
  > .doctor-info
  .details
  .phone-number {
  color: #506380;
}
.find-a-doctor
  .search-results-items
  > li
  > a
  > .doctor-info
  .details
  .phone-number:before {
  content: "\E90A";
}
.find-a-doctor
  .search-results-items
  > li
  > a
  > .doctor-info
  .details
  .accepting-new:before {
  content: "\E909";
}
.find-a-doctor
  .search-results-items
  > li
  > a
  > .doctor-info
  .lgbtq-image-wrapper {
  width: 125px;
  height: 25px;
  margin-bottom: 1rem;
}
.find-a-doctor
  .search-results-items
  > li
  > a
  > .doctor-info
  .lgbtq-image-wrapper
  img {
  width: 100%;
  height: 100%;
}
.find-a-doctor .search-results-items > li > a > .doctor-info .identifier {
  color: #052049;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
}
.find-a-doctor .search-results-items > li > a > .doctor-info .clinics-button {
  font-weight: normal;
  cursor: pointer;
  padding-right: 8px;
  position: relative;
}
.find-a-doctor
  .search-results-items
  > li
  > a
  > .doctor-info
  .clinics-button:after {
  content: "";
  width: 6px;
  height: 6px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  position: absolute;
  right: -3px;
  top: 50%;
  transform: rotate(-135deg) translateY(-2.4px);
  transform-origin: top;
}
.find-a-doctor
  .search-results-items
  > li
  > a
  > .doctor-info
  .clinics-button:after {
  right: -15px;
}
.find-a-doctor
  .search-results-items
  > li
  > a
  > .doctor-info
  .clinics-button.show:after {
  transform: rotate(45deg) translateY(-2.4px);
}
.find-a-doctor .search-results-items .clinic-items {
  flex-basis: 100%;
  background-color: #f8f8f9;
  padding: 0;
  display: none;
}
.find-a-doctor .search-results-items .clinic-items.show {
  display: block;
}
.find-a-doctor .search-results-items .clinic-items > li {
  padding: 40px 48px;
  border: 1px solid #dce0e6;
  border-top: 0;
  display: flex;
  align-items: center;
}
.find-a-doctor .search-results-items .clinic-items > li > div:first-of-type {
  flex-grow: 1;
}
.find-a-doctor .search-results-items .clinic-items > li .request-appointment {
  padding: 18px 33px;
  border-radius: 33px;
  background-color: #fff;
  color: #052049;
  white-space: nowrap;
}
.find-a-doctor .search-results-items .btn {
  justify-content: center;
  width: 300px;
}
.find-a-doctor .search-results-items .btn span {
  margin-left: 8px;
}
@media (max-width: 1199.98px) {
  .find-a-doctor .search-results {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .find-a-doctor .search-results-items > li > a {
    display: block;
  }
  .find-a-doctor .search-results-items > li > a > .doctor-info {
    max-width: 300px;
    padding: 16px;
    margin: 0 auto;
  }
  .find-a-doctor .search-results-items > li > a > .doctor-info .details span {
    display: block;
  }
  .find-a-doctor
    .search-results-items
    > li
    > a
    > .doctor-info
    .details
    .phone-number {
    color: #007bff;
  }
  .find-a-doctor
    .search-results-items
    > li
    > a
    > .doctor-info
    .details
    .phone-number:before {
    color: #506380;
  }
  .find-a-doctor .search-results-items .btn {
    width: inherit;
  }
}
.faq-module .component-content ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.faq-module .component-content ul li .question {
  font-weight: normal;
  color: #178ccb;
  margin-bottom: 8px;
  display: inline-block;
}
.faq-module .component-content ul li .question:before {
  content: "+ ";
}
.faq-module .component-content ul li .question ~ div {
  display: none;
}
.faq-module .component-content ul li .question ~ div ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq-module .component-content ul li .question ~ div ul > li {
  padding: 0 0 24px 54px;
}
.faq-module .component-content ul li .question ~ div ul > li > strong {
  display: block;
  color: #052049;
}
.faq-module .component-content ul li .question ~ div ul > li:before {
  content: "\2737";
  margin-left: -30px;
  position: absolute;
}
.faq-module .component-content ul li .question ~ div ol {
  padding: 0;
  margin-left: 54px;
}
.faq-module .component-content ul li .question ~ div ol > li {
  padding: 0 0 24px 8px;
}
.faq-module .component-content ul li .question ~ div ol > li > strong {
  display: block;
  color: #052049;
}
.faq-module .component-content ul li .question ~ div ul > li > strong,
.faq-module .component-content ul li .question ~ div ol > li > strong {
  display: inline;
}
.faq-module .component-content ul li .question ~ div ul > li > ul,
.faq-module .component-content ul li .question ~ div ol > li > ul {
  margin-top: 16px;
}
.faq-module
  .component-content
  ul
  li
  .question
  ~ div
  ul
  > li
  > ul
  > li:last-child,
.faq-module
  .component-content
  ul
  li
  .question
  ~ div
  ol
  > li
  > ul
  > li:last-child {
  padding-bottom: 0;
}
.faq-module .component-content ul li .question ~ div > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.faq-module
  .component-content
  ul
  li
  .question
  ~ div
  > ul:last-child
  li:last-child,
.faq-module
  .component-content
  ul
  li
  .question
  ~ div
  ol:last-child
  li:last-child {
  padding-bottom: 0;
}
.faq-module .component-content ul li .question.open:before {
  content: "- ";
}
.faq-module .component-content ul li .question.open ~ div {
  display: block;
}
.article-card-rollup > .component-content > p {
  max-width: 1100px;
}
.article-card-rollup .description {
  max-width: 1100px;
}
.article-card-rollup .cards {
  flex-wrap: wrap;
}
.article-card-rollup .cards .card {
  margin-left: auto;
  margin-right: auto;
}
.article-card-rollup .cards .card-content p:last-child {
  margin-bottom: 40px;
}
.article-card-rollup .cards .card-content .field-read-more-link {
  height: 0;
  visibility: hidden;
}
.article-card-rollup .btn {
  color: #178ccb;
  border-color: inherit;
}
@media (max-width: 767.98px) {
  .article-card-rollup .cards .card-content p:last-child {
    margin-bottom: 24px;
  }
}
.view-more-button-container > .hide {
  display: none !important;
}
.view-more-button-mobile,
.view-more-button-desktop {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .view-more-button-mobile {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .view-more-button-container-mobile > .hide {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .view-more-button-container-desktop > .hide {
    display: none !important;
  }
}
.leadership-module .component-content .leadership-hero {
  position: relative;
}
.leadership-module .component-content .leadership-hero .image-wrapper img,
.leadership-module
  .component-content
  .leadership-hero
  .mobile-image-wrapper
  img {
  width: 100%;
  height: auto;
}
.leadership-module .component-content .leadership-hero .mobile-image-wrapper {
  display: none;
}
.leadership-module
  .component-content
  .leadership-hero
  .leadership-hero-contents {
  position: absolute;
  padding: 15px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-weight: bold;
  z-index: 99;
  color: #fff;
  background-image: linear-gradient(
    to top,
    #052049,
    transparent 100%,
    transparent
  );
}
@media print {
  .leadership-module
    .component-content
    .leadership-hero
    .leadership-hero-contents {
    background: 0;
  }
}
.leadership-module
  .component-content
  .leadership-hero
  .leadership-hero-contents
  h1.display1 {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .leadership-module .component-content .leadership-hero .image-wrapper {
    display: none;
  }
  .leadership-module .component-content .leadership-hero .mobile-image-wrapper {
    display: block;
  }
}
.iframe-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100vw;
  height: 100%;
  padding: 2vw;
  background-color: rgba(32, 32, 32, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.iframe-lightbox iframe,
.iframe-lightbox > .iframe-content {
  border: 0;
  width: 100%;
  height: 100%;
}
.iframe-lightbox > .iframe-content {
  overflow-y: auto;
}
.iframe-lightbox-close {
  position: fixed;
  top: 24px;
  right: 16px;
  width: 36px;
  height: 36px;
  z-index: 210;
  border-radius: 32px;
  color: #006be9;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  display: flex;
  cursor: pointer;
}
.iframe-lightbox-close:before {
  content: "\2715";
}
@media (max-width: 991.98px) {
  .iframe-lightbox-close {
    top: 74px;
  }
}
.basic-hero {
  position: relative;
  color: #fff;
}
.basic-hero .component-content .hero-image img {
  width: 100%;
  height: auto;
}
.basic-hero .component-content .hero-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 80px;
  background-image: linear-gradient(
    to top,
    #052049,
    transparent 50%,
    transparent
  );
}
@media print {
  .basic-hero .component-content .hero-content {
    background: 0;
  }
}
.basic-hero .component-content .hero-content .hero-breadcrumb a {
  display: block;
  color: #fff;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
}
.basic-hero .component-content .hero-content .long-hero-title {
  font-size: 60px;
  line-height: 84px;
}
.basic-hero .component-content .hero-content .component.image {
  margin-bottom: 16px;
}
.basic-hero .component-content .hero-content .hero-badge-hero img {
  width: 100%;
  max-width: 150px;
  height: auto;
}
.basic-hero .component-content .hero-button-wrapper {
  position: absolute;
  bottom: 60px;
  right: 72px;
}
.basic-hero
  .component-content
  .hero-button-wrapper
  .component-content
  .hero-button {
  position: relative;
  width: 223px;
  height: 64px;
  border-radius: 34px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.basic-hero
  .component-content
  .hero-button-wrapper
  .component-content
  .hero-button
  span,
.basic-hero
  .component-content
  .hero-button-wrapper
  .component-content
  .hero-button
  a {
  letter-spacing: 0.2px;
  font-weight: 500;
  color: #052049;
  position: absolute;
}
.basic-hero
  .component-content
  .hero-button-wrapper
  .component-content
  .hero-button
  span {
  top: 50%;
  transform: translateY(-50%);
  left: 37px;
  font-size: 21px;
}
.basic-hero
  .component-content
  .hero-button-wrapper
  .component-content
  .hero-button
  a {
  width: 100%;
  height: 100%;
  padding: 17px 0 0 35px;
  left: 0;
  font-size: 18px;
}
.basic-hero .component-content .hero-badge {
  position: absolute;
  right: 118px;
  bottom: 20px;
  margin-bottom: 0;
}
.basic-hero .component-content .hero-badge .component-content {
  background-color: rgba(5, 32, 73, 0.8);
  border-radius: 50px;
  padding: 16px;
  min-width: 220px;
  color: #fff;
}
.basic-hero .component-content .hero-badge .component-content > a {
  display: block;
  width: 100%;
}
.basic-hero .component-content .hero-badge .component-content > a > div {
  display: flex;
  align-items: center;
}
.basic-hero
  .component-content
  .hero-badge
  .component-content
  .field-badge-image {
  margin-right: 12px;
}
.basic-hero
  .component-content
  .hero-badge
  .component-content
  .field-badge-image
  img {
  border-radius: 50%;
  border: 1px solid #052049;
  max-width: 48px;
  max-height: 48px;
}
.basic-hero
  .component-content
  .hero-badge
  .component-content
  .field-badge-title {
  font-weight: bold;
  margin-bottom: 0;
  color: #fff;
}
.basic-hero
  .component-content
  .hero-badge
  .component-content
  .field-badge-description {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: #fff;
}
.basic-hero .component-content .share-print-email {
  margin: 0;
  position: absolute;
  top: 56px;
  right: 80px;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.basic-hero .component-content .share-print-email .share-component {
  width: 24px;
  margin: 0;
}
.basic-hero .component-content .share-menu {
  right: 40px;
  top: 69px;
}
.basic-hero .component-content .share-menu ul li {
  padding-left: 16px;
}
.basic-hero .component-content > .scEmptyPlaceholder {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 300px;
}
@media print {
  .basic-hero {
    color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
  }
  .basic-hero .share-print-email,
  .basic-hero .hero-breadcrumb {
    display: none;
  }
}
@media (max-width: 1024px) {
  .basic-hero .component-content .hero-button-wrapper {
    position: absolute;
    bottom: -100px;
    right: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    padding-top: 24px;
  }
  .basic-hero
    .component-content
    .hero-button-wrapper
    .component-content
    .hero-button {
    width: 272px;
    height: 52px;
    background-color: rgba(242, 244, 246, 0.8);
    margin: 0 auto;
    text-align: left;
  }
  .basic-hero
    .component-content
    .hero-button-wrapper
    .component-content
    .hero-button
    span {
    left: 227px;
  }
  .basic-hero
    .component-content
    .hero-button-wrapper
    .component-content
    .hero-button
    a {
    padding: 11px 0 0 24px;
  }
}
@media (max-width: 1199.98px) {
  .basic-hero .component-content .hero-content .hero-title {
    margin-right: 240px;
  }
  .basic-hero .component-content .hero-content .long-hero-title {
    font-size: 38px;
    line-height: 35px;
  }
  .basic-hero .component-content .hero-badge {
    right: 80px;
  }
}
@media (max-width: 991.98px) {
  .basic-hero.component {
    margin-bottom: 32px;
  }
  .basic-hero .component-content .hero-content {
    padding: 24px 16px;
  }
  .basic-hero .component-content .hero-content .hero-title {
    margin-right: 0;
  }
  .basic-hero .component-content .hero-content .hero-badge-hero img {
    width: 100%;
    max-width: 125px;
    height: auto;
  }
  .basic-hero .component-content .hero-badge {
    background: none;
    padding: 0px;
    top: 16px;
    left: 16px;
    bottom: auto;
    right: auto;
  }
  .basic-hero .component-content .hero-badge .component-content {
    margin: 0px;
    margin-top: 10px;
    margin-left: 10px;
    background: none;
    border-radius: 0;
  }
  .basic-hero
    .component-content
    .hero-badge
    .component-content
    .field-badge-image {
    display: none;
  }
  .basic-hero
    .component-content
    .hero-badge
    .component-content
    .field-badge-description,
  .basic-hero
    .component-content
    .hero-badge
    .component-content
    .field-badge-title {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }
  .basic-hero .component-content .share-print-email {
    top: 40px;
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  .basic-hero > .component-content {
    overflow: hidden;
  }
  .basic-hero > .component-content .hero-image {
    margin-left: 50%;
  }
  .basic-hero > .component-content .hero-image img {
    height: 360px;
    width: auto;
    transform: translateX(-50%);
  }
  .basic-hero > .component-content .hero-content .hero-title {
    margin-right: 0;
  }
  .basic-hero > .component-content .hero-content .long-hero-title {
    font-size: 27px;
    line-height: 35px;
  }
  .basic-hero > .component-content .hero-content .hero-badge-hero img {
    width: 100%;
    max-width: 100px;
    height: auto;
  }
  .basic-hero > .component-content .share-print-email {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 767.98px) {
  .basic-hero.article-hero {
    margin-bottom: 32px;
  }
  .basic-hero.article-hero .component-content .hero-badge {
    top: auto;
    bottom: 16px;
  }
  .basic-hero.article-hero .component-content .hero-image {
    margin-left: initial;
  }
  .basic-hero.article-hero .component-content .hero-image img {
    height: 360px;
    object-fit: cover;
    width: 100%;
    transform: none;
  }
}
@media (max-width: 1199.98px) {
  .basic-hero.article-hero .component-content .hero-content h1.long-hero-title {
    font-size: 50px;
    line-height: 54px;
  }
  .basic-hero.article-hero .component-content .hero-content h1.with-hero-badge {
    font-size: 50px;
    line-height: 54px;
  }
}
@media (max-width: 991.98px) {
  .basic-hero.article-hero
    ~ div.component.content
    .component-content
    .page-content {
    margin-top: 32px;
  }
}
@media (max-width: 767.98px) {
  .basic-hero.article-hero .component-content .hero-content h1.long-hero-title {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .basic-hero.article-hero .component-content .hero-content h1.long-hero-title {
    font-size: 25px;
    line-height: 35px;
  }
}
.basic-hero.article-hero.no-btm-margin {
  margin-bottom: 0px;
}
.condition-intro-snippet .component-content > ul {
  list-style: none;
}
.condition-intro-snippet .component-content > ul > li {
  border-bottom: 1px solid #dce0e6;
  padding: 48px;
  display: flex;
  flex-wrap: wrap;
}
.condition-intro-snippet .component-content > ul > li .view-more {
  color: #006be9;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}
.condition-intro-snippet .component-content > ul > li .view-more:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
.condition-intro-snippet .component-content > ul > li > div:first-child {
  width: 300px;
  padding-right: 80px;
  flex-shrink: 0;
}
.condition-intro-snippet .component-content > ul > li > div:last-child {
  min-width: 220px;
  flex: 1;
}
.condition-intro-snippet .component-content > ul > li .read-more {
  cursor: pointer;
  font-weight: normal;
}
.condition-intro-snippet .component-content > ul > li .read-more a {
  padding-right: 100px;
}
.condition-intro-snippet .component-content > ul > li:last-of-type {
  border: 0;
}
@media (max-width: 767.98px) {
  .condition-intro-snippet .component-content > ul {
    padding: 0;
  }
  .condition-intro-snippet .component-content > ul > li {
    padding-left: 0;
    padding-right: 0;
  }
}
.standard-info .component-content {
  display: flex;
}
.standard-info .component-content .paragraph1 {
  font-weight: normal;
}
.standard-info .component-content > div:first-child {
  width: 300px;
  margin: 0 60px 16px 0;
  flex-shrink: 0;
}
.standard-info .component-content > div:first-child h2 {
  position: relative;
  padding-bottom: 20px;
}
.standard-info .component-content > div:first-child h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  background-color: #dce0e6;
}
.standard-info .component-content > div:first-child h2:empty {
  display: none;
}
.standard-info .component-content > div:first-child a:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
.standard-info .component-content > a:last-child:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
.standard-info .component-content .field-description {
  flex: 1 1 auto;
  min-width: 350px;
}
.vertical-info .component-content {
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .standard-info .component-content {
    flex-wrap: wrap;
  }
  .column-layout .vertical-info .component-content .field-description {
    min-width: 0;
  }
}
.rich-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rich-text ul > li {
  padding: 0 0 24px 54px;
}
.rich-text ul > li > strong {
  display: block;
  color: #052049;
}
.rich-text ul > li:before {
  content: "\2737";
  margin-left: -30px;
  position: absolute;
}
.rich-text ol {
  padding: 0;
  margin-left: 54px;
}
.rich-text ol > li {
  padding: 0 0 24px 8px;
}
.rich-text ol > li > strong {
  display: block;
  color: #052049;
}
.rich-text ul > li > strong,
.rich-text ol > li > strong {
  display: inline;
}
.rich-text ul > li > ul,
.rich-text ol > li > ul {
  margin-top: 16px;
}
.rich-text ul > li > ul > li:last-child,
.rich-text ol > li > ul > li:last-child {
  padding-bottom: 0;
}
.rich-text > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.rich-text > ul:last-child li:last-child,
.rich-text ol:last-child li:last-child {
  padding-bottom: 0;
}
.help-cards > .component-content {
  display: flex;
}
.help-cards > .component-content > div:first-child {
  width: 300px;
  max-width: 300px;
  margin-right: 60px;
  flex-shrink: 0;
}
.help-cards > .component-content > div:last-child {
  display: flex;
  flex-wrap: wrap;
}
.help-cards > .component-content > div:last-child .field-description {
  flex-basis: 100%;
}
.help-cards > .component-content h2 {
  margin: 0 24px 24px 0;
  position: relative;
  padding-bottom: 20px;
}
.help-cards > .component-content h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  background-color: #dce0e6;
}
.help-cards > .component-content h2:empty {
  display: none;
}
.help-cards.help-cards-underneath > .component-content {
  flex-wrap: wrap;
  max-width: 1000px;
}
.help-cards.help-cards-underneath > .component-content > div:first-child {
  width: auto;
  max-width: none;
  flex-basis: 100%;
}
.help-cards-entry {
  width: 375px;
  flex-shrink: 0;
  margin-right: 40px;
}
.help-cards-entry .component-content p {
  margin: 0;
}
.help-cards-entry .component-content .entry-description {
  margin-top: 10px;
  margin-bottom: 10px;
}
.help-cards-entry .component-content > a:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
.help-cards-entry .component-content > div {
  display: flex;
  color: #506380;
}
.help-cards-entry .component-content > div > span {
  margin-right: 8px;
}
.help-cards-entry .component-content > div > a {
  color: #506380;
}
.help-cards-entry .component-content .field-label {
  font-weight: bold;
  margin-right: 8px;
}
.help-cards-entry .component-content .field-title {
  font-weight: normal;
  color: #051f49;
}
.help-cards-entry .component-content .entry-numbers {
  margin-top: 10px;
}
.help-cards-entry .component-content .entry-number > span {
  margin-right: 8px;
}
.help-cards-entry .component-content .entry-number .field-number {
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  .help-cards > .component-content {
    display: block;
  }
  .help-cards-entry {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .help-cards-entry {
    width: 100%;
  }
}
.search-results-module .search-form {
  padding-right: 80px;
  position: relative;
}
.search-results-module .search-filters {
  display: flex;
  flex-wrap: wrap;
  margin: 0 80px 24px 80px;
  font-weight: normal;
}
.search-results-module .search-filters .refine-search {
  color: #006be9;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dce0e6;
  display: none;
  padding: 4px 10px;
}
.search-results-module .search-filters .refine-search span {
  margin-left: 12px;
}
.search-results-module .search-filters .refine-search .icon-ui-close {
  display: none;
}
.search-results-module .search-filters a {
  margin-right: 30px;
}
.search-results-module .search-filters a:hover {
  text-decoration: none;
}
.search-results-module .search-filters a.active {
  border-bottom: 2px solid #006be9;
}
.search-results-module .search-results-wrapper {
  color: #506380;
  max-width: 1050px;
  margin-left: 80px;
}
.search-results-module .search-results-wrapper .search-result {
  padding: 24px 0;
}
.search-results-module .search-results-wrapper .search-result a {
  color: #052049;
  display: block;
}
.search-results-module .search-results-wrapper .search-result a .eyebrow {
  color: #506380;
}
.search-results-module .search-results-wrapper .search-result a:hover {
  text-decoration: none;
}
.search-results-module .search-results-wrapper a.paragraph1 {
  font-weight: normal;
}
.search-results-module .search-empty {
  margin-left: 80px;
}
@media (max-width: 991.98px) {
  .search-results-module .search-filters {
    margin: 0 16px 16px 16px;
    flex-direction: column;
  }
  .search-results-module .search-filters .refine-search {
    display: flex;
  }
  .search-results-module .search-filters a {
    margin-right: 20px;
    display: none;
  }
  .search-results-module .search-filters.open {
    border: 1px solid #dce0e6;
  }
  .search-results-module .search-filters.open .refine-search {
    color: #052049;
    border: 0;
    justify-content: space-between;
    font-weight: lighter;
  }
  .search-results-module .search-filters.open .refine-search .filter-icon {
    display: none;
  }
  .search-results-module .search-filters.open .refine-search .icon-ui-close {
    display: block;
  }
  .search-results-module .search-filters.open a {
    color: #052049;
    margin: 12px 10px;
    display: block;
  }
  .search-results-module .search-filters.open a.active {
    border: 0;
  }
  .search-results-module .search-results-wrapper {
    margin-left: 16px;
  }
  .search-results-module .search-results-wrapper .search-result {
    padding: 16px 0;
  }
  .search-results-module .search-empty {
    margin-left: 16px;
  }
}
.search-form {
  background: linear-gradient(
      to top,
      transparent,
      transparent 112px,
      #f2f4f6 112px,
      #f2f4f6
    ),
    url(../images/wave_grey.svg) bottom left repeat-x;
  padding: 80px 80px 110px;
}
.search-form .eyebrow {
  color: #506380;
}
.search-form .search-wrapper {
  display: flex;
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 16px;
  max-width: 830px;
  flex-wrap: wrap;
}
.search-form .search-wrapper > input[type="text"] {
  flex: 1;
  border: 0;
  padding: 28px 0 28px 40px;
  min-width: 0;
  font-weight: lighter;
}
.search-form .search-wrapper > button {
  border: 0;
  background-color: #fff;
  padding: 28px;
  cursor: pointer;
  color: #006be9;
  font-size: 27px;
}
.search-form .search-wrapper .autocomplete-results {
  flex-basis: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.search-form .search-wrapper .autocomplete-results > div {
  padding: 7px 32px;
  cursor: pointer;
}
.search-form .search-wrapper .autocomplete-results > div:first-child {
  margin-top: 8px;
}
.search-form .search-wrapper .autocomplete-results > div:last-child {
  margin-bottom: 7px;
}
.search-form .search-wrapper .autocomplete-results > div:hover,
.search-form .search-wrapper .autocomplete-results > div.hover {
  color: #506380;
  background-color: #f2f4f6;
}
.search-form .search-wrapper .autocomplete-results:after {
  content: "";
  position: absolute;
  height: 1px;
  top: 0;
  left: 32px;
  right: 32px;
  background-color: #dce0e6;
}
.search-form .search-links {
  display: flex;
}
.search-form .search-links > div {
  margin-right: 8px;
}
.search-form .search-links > div:first-child {
  flex: 1;
}
.search-form .search-links > div:last-child {
  margin-right: 0;
}
.search-form .search-links > div a[href] {
  font-weight: normal;
}
@media (max-width: 991.98px) {
  .search-form {
    padding: 40px 16px 70px;
  }
  .search-form .search-wrapper {
    margin-bottom: 16px;
  }
  .search-form .search-wrapper > input[type="text"] {
    padding: 8px 0 8px 16px;
  }
  .search-form .search-wrapper > button {
    padding: 8px;
  }
  .search-form .search-wrapper .autocomplete-results > div {
    padding: 2px 16px;
  }
  .search-form .search-links {
    flex-direction: column;
  }
  .search-form .search-links > div {
    margin-bottom: 6px;
  }
  .search-form .search-links > div:last-child {
    margin-bottom: 0;
  }
}
.refer-a-patient-search {
  margin: 64px 0 120px;
}
.refer-a-patient-search .component-content {
  max-width: 830px;
  margin: 0 auto;
}
.refer-a-patient-search .component-content .search-form {
  background: 0;
  padding: 40px 0 0 0;
}
@media (max-width: 1199.98px) {
  .refer-a-patient-search {
    margin: 40px 0 80px;
  }
  .refer-a-patient-search .component-content .search-form {
    padding-top: 24px;
  }
}
.refer-a-patient-results .component-content,
.clinics-by-condition .component-content {
  max-width: 830px;
  margin: 0 auto;
}
.refer-a-patient-results .component-content > .eyebrow,
.clinics-by-condition .component-content > .eyebrow {
  padding-left: 5px;
  position: relative;
}
.refer-a-patient-results .component-content > .eyebrow:after,
.clinics-by-condition .component-content > .eyebrow:after {
  content: "";
  width: 5px;
  height: 5px;
  border-width: 1.66667px 0 0 1.66667px;
  border-style: solid;
  position: absolute;
  left: -2.5px;
  top: 50%;
  transform: rotate(-45deg) translateY(-2px);
  transform-origin: top;
}
.refer-a-patient-results .component-content > .eyebrow a,
.clinics-by-condition .component-content > .eyebrow a {
  color: #506380;
}
.refer-a-patient-results .component-content .doctor-info,
.refer-a-patient-results .component-content .condition-info,
.clinics-by-condition .component-content .doctor-info,
.clinics-by-condition .component-content .condition-info {
  display: flex;
  align-items: center;
}
.refer-a-patient-results .component-content .doctor-info .image-wrapper,
.refer-a-patient-results .component-content .condition-info .image-wrapper,
.clinics-by-condition .component-content .doctor-info .image-wrapper,
.clinics-by-condition .component-content .condition-info .image-wrapper {
  border-radius: 50%;
  margin-right: 75px;
  overflow: hidden;
  width: 250px;
  height: 250px;
  flex-shrink: 0;
}
.refer-a-patient-results .component-content .doctor-info .image-wrapper img,
.refer-a-patient-results .component-content .condition-info .image-wrapper img,
.clinics-by-condition .component-content .doctor-info .image-wrapper img,
.clinics-by-condition .component-content .condition-info .image-wrapper img {
  width: 100%;
  height: auto;
}
.refer-a-patient-results .component-content .doctor-info .doctor-class,
.refer-a-patient-results .component-content .condition-info .doctor-class,
.clinics-by-condition .component-content .doctor-info .doctor-class,
.clinics-by-condition .component-content .condition-info .doctor-class {
  color: #052049;
  margin-bottom: 8px;
  white-space: normal;
}
.refer-a-patient-results .component-content > .heading2,
.clinics-by-condition .component-content > .heading2 {
  border-top: 1px solid #dce0e6;
  padding-top: 40px;
  margin-top: 16px;
  font-weight: normal;
}
.refer-a-patient-results .component-content > ul,
.clinics-by-condition .component-content > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.refer-a-patient-results .component-content > ul > li,
.clinics-by-condition .component-content > ul > li {
  border: 1px solid #dce0e6;
  background-color: #fff;
  margin-bottom: 25px;
  position: relative;
}
.refer-a-patient-results .component-content > ul > li .image-wrapper,
.clinics-by-condition .component-content > ul > li .image-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 160px;
  overflow: hidden;
}
.refer-a-patient-results .component-content > ul > li .image-wrapper img,
.clinics-by-condition .component-content > ul > li .image-wrapper img {
  position: relative;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.refer-a-patient-results .component-content > ul > li .results-info,
.clinics-by-condition .component-content > ul > li .results-info {
  margin-left: 160px;
  min-height: 160px;
  padding: 32px;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.refer-a-patient-results .component-content > ul > li .results-info.no-image,
.clinics-by-condition .component-content > ul > li .results-info.no-image {
  font-weight: normal;
  margin-left: 0;
  min-height: 0;
}
.refer-a-patient-results
  .component-content
  > ul
  > li
  .results-info.no-image
  > a,
.clinics-by-condition .component-content > ul > li .results-info.no-image > a {
  display: flex;
  align-items: center;
}
.refer-a-patient-results
  .component-content
  > ul
  > li
  .results-info.no-image
  > a
  > span,
.clinics-by-condition
  .component-content
  > ul
  > li
  .results-info.no-image
  > a
  > span {
  font-size: 32px;
  margin-right: 16px;
}
.refer-a-patient-results
  .component-content
  > ul
  > li
  .results-info
  > div:first-child,
.clinics-by-condition
  .component-content
  > ul
  > li
  .results-info
  > div:first-child {
  margin-right: 24px;
}
.refer-a-patient-results
  .component-content
  > ul
  > li
  .results-info
  > div:last-child,
.clinics-by-condition
  .component-content
  > ul
  > li
  .results-info
  > div:last-child {
  width: 250px;
  flex-shrink: 0;
}
.refer-a-patient-results
  .component-content
  > ul
  > li
  .results-info
  .font-larger,
.refer-a-patient-results .component-content > ul > li .results-info .btn,
.clinics-by-condition .component-content > ul > li .results-info .font-larger,
.clinics-by-condition .component-content > ul > li .results-info .btn {
  font-weight: normal;
}
.refer-a-patient-results .component-content > ul > li .results-info .btn,
.clinics-by-condition .component-content > ul > li .results-info .btn {
  width: 100%;
}
.refer-a-patient-results .component-content > ul > li .results-info p,
.clinics-by-condition .component-content > ul > li .results-info p {
  margin-bottom: 8px;
}
.refer-a-patient-results
  .component-content
  > ul
  > li
  .results-info
  .no-request-link,
.clinics-by-condition
  .component-content
  > ul
  > li
  .results-info
  .no-request-link {
  padding-left: 70px;
}
@media (max-width: 767.98px) {
  .refer-a-patient-results .component-content .doctor-info,
  .refer-a-patient-results .component-content .condition-info,
  .clinics-by-condition .component-content .doctor-info,
  .clinics-by-condition .component-content .condition-info {
    display: block;
  }
  .refer-a-patient-results .component-content .doctor-info .image-wrapper,
  .refer-a-patient-results .component-content .condition-info .image-wrapper,
  .clinics-by-condition .component-content .doctor-info .image-wrapper,
  .clinics-by-condition .component-content .condition-info .image-wrapper {
    margin: 0 0 24px;
    width: 128px;
    height: 128px;
  }
  .refer-a-patient-results .component-content > ul > li .image-wrapper,
  .clinics-by-condition .component-content > ul > li .image-wrapper {
    display: none;
  }
  .refer-a-patient-results .component-content > ul > li .results-info,
  .clinics-by-condition .component-content > ul > li .results-info {
    padding: 32px 24px;
    margin: 0;
    flex-direction: column;
    align-items: stretch;
  }
  .refer-a-patient-results
    .component-content
    > ul
    > li
    .results-info
    > div:first-child,
  .clinics-by-condition
    .component-content
    > ul
    > li
    .results-info
    > div:first-child {
    margin-right: 0;
  }
  .refer-a-patient-results
    .component-content
    > ul
    > li
    .results-info
    > div:last-child,
  .clinics-by-condition
    .component-content
    > ul
    > li
    .results-info
    > div:last-child {
    margin-top: 24px;
    text-align: center;
    width: auto;
  }
  .refer-a-patient-results
    .component-content
    > ul
    > li
    .results-info
    .select-button,
  .clinics-by-condition
    .component-content
    > ul
    > li
    .results-info
    .select-button {
    text-align: center;
  }
  .refer-a-patient-results
    .component-content
    > ul
    > li
    .results-info
    .font-smaller,
  .clinics-by-condition
    .component-content
    > ul
    > li
    .results-info
    .font-smaller {
    color: #506380;
  }
  .refer-a-patient-results
    .component-content
    > ul
    > li
    .results-info
    .no-request-link,
  .clinics-by-condition
    .component-content
    > ul
    > li
    .results-info
    .no-request-link {
    padding-left: 0px;
  }
}
.refer-a-patient-details > .component-content {
  max-width: 830px;
  margin: 0 auto;
}
.refer-a-patient-details > .component-content > .eyebrow {
  padding-left: 5px;
  position: relative;
}
.refer-a-patient-details > .component-content > .eyebrow:after {
  content: "";
  width: 5px;
  height: 5px;
  border-width: 1.66667px 0 0 1.66667px;
  border-style: solid;
  position: absolute;
  left: -2.5px;
  top: 50%;
  transform: rotate(-45deg) translateY(-2px);
  transform-origin: top;
}
.refer-a-patient-details > .component-content > .eyebrow a {
  color: #506380;
}
.refer-a-patient-details > .component-content > .heading1 {
  border-top: 1px solid #dce0e6;
  padding-top: 55px;
  margin-top: 16px 0 55px;
  position: relative;
  padding-bottom: 20px;
}
.refer-a-patient-details > .component-content > .heading1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  background-color: #dce0e6;
}
.refer-a-patient-details > .component-content > .heading1:empty {
  display: none;
}
.refer-a-patient-details > .component-content > h2 {
  margin-bottom: 24px;
}
.refer-a-patient-details > .component-content .divider {
  width: 376px;
  height: 1px;
  background-color: #dce0e6;
  margin: 40px 0;
}
.refer-a-patient-details > .component-content .contact {
  margin-bottom: 40px;
}
.refer-a-patient-details > .component-content .contact > div {
  display: flex;
  align-items: center;
}
.refer-a-patient-details > .component-content .contact > div > * {
  margin-right: 8px;
}
.refer-a-patient-details > .component-content > ul {
  margin-bottom: 40px;
}
.refer-a-patient-details > .component-content > ol {
  padding-left: 0;
  list-style-position: inside;
}
.refer-a-patient-details
  > .component-content
  .help-cards
  > .component-content
  > div:first-child {
  display: none;
}
.secondary-footer .component-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 24px 80px;
  background-color: #d5d9de;
  color: #052049;
}
.secondary-footer .component-content > div {
  margin-left: 40px;
}
.secondary-footer .component-content a {
  color: #052049;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .secondary-footer .component-content {
    display: block;
    padding: 24px 16px;
  }
  .secondary-footer .component-content > div {
    margin-left: 0;
  }
}
.clinic-hero {
  margin-bottom: 0 !important;
}
.modal-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(64, 64, 64, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-popup > div {
  border: 1px solid #dce0e6;
  padding: 80px 40px;
  background-color: #fff;
  position: relative;
}
.modal-popup > div .icon-ui-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.request-appointment-search {
  margin: 192px 0 120px;
}
.request-appointment-search .component-content {
  max-width: 840px;
  margin: 0 auto;
}
.request-appointment-search .component-content .search-form {
  background: 0;
  padding: 40px 0 0 0;
}
.request-appointment-search
  .component-content
  .search-form
  .search-wrapper
  input:focus {
  z-index: 1;
}
@media (max-width: 767.98px) {
  .request-appointment-search {
    margin: 40px 0 80px;
  }
  .request-appointment-search .component-content .search-form {
    padding-top: 24px;
  }
}
.request-appointment-submitted h2 {
  margin-bottom: 24px;
}
.request-appointment-submitted .review-details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #dce0e6;
  padding: 40px;
}
.request-appointment-submitted .review-details .eyebrow {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.request-appointment-submitted .review-details .eyebrow:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  background-color: #dce0e6;
}
.request-appointment-submitted .review-details .eyebrow:empty {
  display: none;
}
.request-appointment-submitted .review-details thead td {
  text-align: center;
}
.request-appointment-submitted .review-details td {
  background: 0;
  min-width: 0;
  font-weight: lighter;
  padding: 0 12px 16px 12px;
}
.request-appointment-submitted .review-details div {
  margin-bottom: 8px;
  min-width: 300px;
}
.request-appointment-submitted .divider {
  height: 1px;
  width: 375px;
  background-color: #dce0e6;
  margin: 40px 0;
}
.request-appointment-submitted .checkmark {
  position: static;
  width: 32px;
  height: 32px;
  background-color: #506380;
  display: flex;
  align-items: center;
  justify-content: center;
}
.request-appointment-submitted .checkmark:after {
  content: "\2713";
}
.request-appointment-submitted .booklet {
  background-color: #fff;
  border: 1px solid #dce0e6;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.request-appointment-submitted .booklet h2 {
  margin: 0;
  min-width: 200px;
  flex: 1;
}
.request-appointment-submitted .booklet a {
  margin: 20px 20px 0 20px;
}
.request-appointment-submitted .booklet a span {
  margin-left: 8px;
}
.salesforce-form .errors > div {
  padding: 8px 16px;
  background-color: #f8f8f9;
  color: #d33;
  font-weight: bold;
}
.salesforce-form .errors > div:first-child {
  margin-top: 16px;
  padding-top: 16px;
}
.salesforce-form .errors > div:last-child {
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.salesforce-form .form-group.required label:after {
  content: "*";
  margin-left: 4px;
}
.salesforce-form form {
  margin-bottom: 1rem;
}
.salesforce-form form input.error,
.salesforce-form form textarea.error {
  border: 1px solid #d03c47;
  color: #d03c47;
  background: url(../images/ui-error.svg) no-repeat right 12px center/24px;
}
.salesforce-form form .error-message {
  color: #d03c47;
}
.salesforce-form table thead td {
  text-align: center;
}
.salesforce-form table td {
  min-width: 0;
  background: 0;
  border: 0;
}
.salesforce-form .customcheck {
  margin-bottom: 0;
}
.salesforce-form .eyebrow {
  position: relative;
  padding-bottom: 20px;
  display: block;
  margin-bottom: 12px;
  font-weight: bold;
}
.salesforce-form .eyebrow:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  background-color: #dce0e6;
}
.salesforce-form .eyebrow:empty {
  display: none;
}
@media (max-width: 767.98px) {
  .salesforce-form form button[type="submit"] {
    width: 100%;
  }
}
.binary-choice {
  display: none;
}
.binary-choice.show {
  display: block;
}
.binary-choice .back-button {
  padding-left: 5px;
  position: relative;
  cursor: pointer;
}
.binary-choice .back-button:after {
  content: "";
  width: 5px;
  height: 5px;
  border-width: 1.66667px 0 0 1.66667px;
  border-style: solid;
  position: absolute;
  left: -2.5px;
  top: 50%;
  transform: rotate(-45deg) translateY(-2px);
  transform-origin: top;
}
.binary-choice .back-button a {
  color: #506380;
}
.binary-choice:first-of-type .back-button {
  display: none;
}
.binary-choice > .component-content > h2 {
  padding-top: 40px;
  border-top: 1px solid #dce0e6;
  margin-bottom: 8px;
}
.binary-choice .choices {
  display: inline-block;
  padding: 24px 0 40px;
  border-bottom: 1px solid #dce0e6;
  margin-bottom: 40px;
}
.binary-choice .choices .binary-question-button {
  display: inline-block;
  margin-right: 32px;
}
.binary-choice .choices .binary-question-button:last-child {
  margin-right: 0;
}
.binary-choice .choices .btn {
  font-weight: normal;
  padding: 16px 72px;
  color: #006be9;
}
.binary-choice .choices .single-cta .btn {
  color: #fff;
}
.binary-choice .binary-question-button.active .btn {
  border: 2px solid #006be9;
}
.binary-choice.component,
.binary-choice .component {
  margin-bottom: 0;
}
.binary-choice .content-button-row {
  display: none;
}
.binary-choice .content-button-row.show {
  display: block;
}
.binary-choice .single-cta {
  border: 0;
  padding: 0;
}
.request-appointment-form {
  display: none;
}
.request-appointment-form.show {
  display: block;
}
.on-page-editor .binary-choice,
.on-page-editor .content-button-row,
.on-page-editor .request-appointment-form {
  display: block;
}
.on-page-editor .choices {
  display: flex;
}
@media (max-width: 767.98px) {
  .binary-choice .choices .binary-question-button {
    margin-bottom: 16px;
    width: 100%;
  }
  .binary-choice .choices .btn,
  .binary-choice .choices a {
    display: block;
  }
  .binary-choice .choices .btn {
    padding: 16px;
    white-space: normal;
  }
}
.component.title {
  padding-top: 64px;
}
.alphabetical-rollup .component-content h2 {
  margin: 0 24px 24px 0;
  position: relative;
  padding-bottom: 20px;
}
.alphabetical-rollup .component-content h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  background-color: #dce0e6;
}
.alphabetical-rollup .component-content h2:empty {
  display: none;
}
.alphabetical-rollup .component-content .index {
  font-weight: normal;
}
.alphabetical-rollup .component-content .index a {
  display: inline-block;
  padding: 4px 6px;
  cursor: pointer;
  border-bottom: 4px solid transparent;
}
.alphabetical-rollup .component-content .index a.active {
  border-color: #006be9;
}
.alphabetical-rollup .component-content .meta-links {
  background-color: #f8f8f9;
  padding-bottom: 4px;
}
.alphabetical-rollup .component-content .meta-links ul li:before {
  content: none;
}
@media (max-width: 1199.98px) {
  .meta-links .component-content {
    display: block;
  }
  .meta-links .component-content > div:first-child {
    max-width: none;
    width: auto;
  }
  .meta-links .component-content p.font-larger {
    max-width: none;
  }
  .meta-links .component-content ul li {
    min-width: 190px;
  }
}
@media (max-width: 991.98px) {
  .alphabetical-rollup .component-content {
    display: block;
  }
  .meta-links .component-content {
    display: block;
  }
  .meta-links .component-content ul li {
    width: 100%;
  }
  .meta-links .component-content > div:first-child {
    width: auto;
    max-width: none;
    margin-right: 0;
  }
}
.pediatric-care > .component-content > div:first-child {
  display: block;
}
.pediatric-care > .component-content > div:first-child h2 {
  min-width: 0;
}
.pediatric-care .view-all {
  flex: 0;
}
.pediatric-care .wave-image {
  position: relative;
  margin-top: -160px;
  z-index: 0;
}
.pediatric-care .wave-image > img {
  width: 100%;
  height: auto;
  visibility: hidden;
}
.pediatric-care .wave-image svg {
  position: absolute;
  top: 0;
  left: 0;
}
.pediatric-care .cards {
  z-index: 1;
}
.pediatric-care .cards .directions,
.pediatric-care .cards .phone {
  z-index: 2;
}
@media (min-width: 992px) {
  .pediatric-care > .component-content > div:first-child {
    width: 300px;
    max-width: 300px;
    margin-right: 60px;
    flex-shrink: 0;
  }
}
@media (max-width: 767.98px) {
  .pediatric-care .wave-image {
    margin-top: -50px;
  }
}
.play-button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: #006be9;
}
.play-button:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-left-color: inherit;
  transform: translateX(40%);
}
.not-found > .component-content {
  height: 675px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.not-found .image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.not-found .image-wrapper img {
  height: 100%;
  width: auto;
  position: absolute;
  right: 0;
}
.not-found .image-wrapper-mobile {
  display: none;
}
.not-found .content-wrapper {
  width: 375px;
  margin-right: 200px;
  z-index: 1;
}
.not-found .search-form {
  background: 0;
  padding: 0;
  margin: 32px 0 0;
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.04);
}
.not-found .search-form .search-wrapper {
  position: relative;
}
.not-found .search-form .search-wrapper > input[type="text"] {
  padding: 8px 0 8px 16px;
}
.not-found .search-form .search-wrapper button {
  padding: 8px 16px;
}
.not-found .search-form .autocomplete-results {
  position: absolute;
  top: 43px;
  right: 0;
  left: 0;
  border-top: 1px solid #dce0e6;
  background-color: #fff;
}
.not-found .search-form .autocomplete-results:after {
  content: none;
}
@media (min-width: 992px) {
  .not-found .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1199.98px) {
  .not-found .image-wrapper img {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767.98px) {
  .not-found > .component-content {
    height: auto;
    display: block;
  }
  .not-found .image-wrapper {
    display: none;
  }
  .not-found .image-wrapper-mobile {
    display: block;
    top: 155px;
    position: relative;
  }
  .not-found .image-wrapper-mobile img {
    width: 100%;
    height: auto;
  }
  .not-found .image-wrapper-mobile:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100px;
    background: linear-gradient(to bottom, #fff, transparent);
  }
  .not-found .content-wrapper {
    width: auto;
    margin-right: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 42px 16px 16px;
  }
}
.pagination a {
  padding: 0 12px;
}
.pagination a:first-child {
  padding-left: 0;
}
.pagination a:last-child {
  padding-right: 0;
}
.loading-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(50, 50, 50, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-overlay > div {
  width: 75%;
  max-width: 400px;
  height: 4px;
  background-color: #8db5e4;
  position: relative;
  overflow: hidden;
}
.loading-overlay > div:before,
.loading-overlay > div:after {
  content: "";
  width: 50%;
  height: 100%;
  background-color: #006be9;
  position: absolute;
  left: -50%;
  animation: loading-overlay 2s infinite cubic-bezier(0.72, 0.08, 0.43, 1.07);
}
.loading-overlay > div:after {
  left: -50%;
  animation-name: loading-overlay2;
}
.loading-overlay.no-bg {
  background: 0;
}
@keyframes loading-overlay {
  90% {
    left: 120%;
    width: 60%;
    transform: scaleX(1.2);
  }
  100% {
    left: 120%;
    width: 60%;
    transform: scaleX(1.2);
  }
}
@keyframes loading-overlay2 {
  40% {
    left: -50%;
  }
  100% {
    left: 120%;
    transform: scaleX(1.2);
  }
}
.medical-group-disclaimer {
  padding-top: 40px;
}
.master-finder-hero {
  display: flex;
  margin-bottom: 0;
}
.master-finder-hero.with-popup-alert {
  margin-top: 0;
}
.master-finder-hero .component-content {
  background-color: #f2f4f6;
  width: 100%;
  height: 225px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.master-finder-hero-text {
  margin-left: 72px;
}
.master-finder-hero-mask {
  height: 100%;
  margin-left: auto;
}
.master-finder-hero-image {
  height: 100%;
  width: 458px;
  margin-left: auto;
  position: relative;
  clip-path: circle(79.6% at 65% 2%);
  -webkit-clip-path: circle(79.6% at 65% 2%);
}
.master-finder-hero-image img {
  height: 100%;
  width: 100%;
}
@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .master-finder-hero-image img {
    border-bottom-left-radius: 250px;
  }
}
.master-finder-rollup .letters-and-filter {
  display: flex;
  justify-content: space-between;
}
.master-finder-rollup .letters-and-filter .clearable-input-desktop {
  position: relative;
  display: inline-block;
  height: 50px;
  margin-top: 15px;
}
.master-finder-rollup
  .letters-and-filter
  .clearable-input-desktop
  input[name="master-finder-filter-desktop"] {
  height: 50px;
  padding-right: 1.4em;
  padding-left: 16px;
}
.master-finder-rollup
  .letters-and-filter
  .clearable-input-desktop
  > [data-clear-input] {
  position: absolute;
  margin-top: 9px;
  top: 0;
  right: 0;
  font-weight: bold;
  font-size: 1.4em;
  padding: 0 0.2em;
  line-height: 1em;
  cursor: pointer;
}
.master-finder-rollup .letters-and-filter .clearable-input-desktop.sticky {
  display: none;
}
.master-finder-rollup-index {
  font-weight: normal;
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 72px;
}
.master-finder-rollup-index.hide {
  display: none;
}
.master-finder-rollup-index a {
  display: inline-block;
  padding: 25px 6px;
  cursor: pointer;
  color: #9ba6b6;
}
.master-finder-rollup-index a.active {
  text-decoration: none;
  color: #052049;
  border-bottom: solid #052049 4px;
}
.master-finder-rollup-index a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .master-finder-rollup-index a:hover {
    text-decoration: none;
  }
}
.master-finder-rollup-index.sticky {
  background-color: #052049;
  position: fixed;
  top: 0;
}
.master-finder-rollup-index.sticky a.active {
  color: #fff;
  border-bottom: solid #fff 4px;
}
@media (min-width: 992px) {
  .master-finder-rollup-index.sticky {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .master-finder-rollup-index.sticky a:hover {
    color: #fff;
    border-bottom: solid #fff 2px;
  }
}
.master-finder-rollup-index.filtered a {
  color: #9ba6b6;
}
.master-finder-rollup-index.filtered a.active {
  color: #9ba6b6;
  border-bottom: none;
}
.master-finder-rollup-index.filtered.sticky a.active {
  color: #9ba6b6;
  border-bottom: none;
}
.master-finder-rollup-index.filtered.sticky a:hover {
  color: #9ba6b6;
  border-bottom: none;
}
.master-finder-rollup .extra-margin {
  margin-top: 80px;
}
.master-finder-rollup-mask {
  background-color: #f8f8f9;
  margin-top: 2px;
}
.master-finder-rollup-mask .master-finder-end {
  margin: 0 74px;
}
.master-finder-rollup-mask .clearable-input-mobile {
  display: none;
}
.master-finder-rollup-links {
  padding-top: 67px;
  font-weight: 500;
  font-size: 18px;
  line-height: 16px;
}
.master-finder-rollup-links.filtered {
  padding-top: 0;
}
.master-finder-rollup-links-container {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #96a1b3;
  justify-content: flex-start;
  margin: 0 75px;
  padding: 49px 0;
}
.master-finder-rollup-links-container.hide {
  display: none !important;
}
.master-finder-rollup-links-container .rollup-list {
  display: flex;
  flex-direction: column;
  padding-top: 25px;
}
.master-finder-rollup-links-container .rollup-list li {
  list-style-type: none;
}
.master-finder-rollup-links-container .rollup-list li.hide {
  display: none;
}
.master-finder-rollup-links-container .rollup-list li a {
  overflow-wrap: break-word;
}
.master-finder-rollup-links-container .letter-image {
  margin-right: 250px;
  width: 350px;
  height: 350px;
}
.master-finder-rollup-links-container .letter-image img {
  width: 100%;
  height: 100%;
}
.master-finder-rollup-links-container:first-child {
  padding-top: 0;
}
.master-finder-rollup-links-container.filtered:first-child {
  padding-top: 49px;
}
.master-finder-rollup-links-container.filtered {
  display: block;
}
.master-finder-rollup-links-container.filtered .letter-image {
  width: 50px;
  height: 50px;
  margin-left: -5px;
}
.master-finder-rollup-links-container.filtered ul {
  padding-top: 10px;
  padding-left: 0;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .master-finder-rollup-links-container .letter-image {
    margin-right: 150px;
  }
  .master-finder-rollup-links-container .rollup-list {
    max-width: 35%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .master-finder-rollup
    .component-content
    .master-finder-rollup-wrapper
    .letters-and-filter
    .master-finder-rollup-index {
    padding: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .master-finder-hero-image {
    width: 250px;
    clip-path: circle(99.6% at 100% 11%);
    -webkit-clip-path: circle(99.6% at 100% 11%);
  }
  .master-finder-hero-image img {
    object-fit: cover;
    object-position: left;
  }
  .master-finder-rollup .letters-and-filter {
    position: fixed;
    left: 78%;
    height: 550px;
  }
  .master-finder-rollup .letters-and-filter .clearable-input-desktop {
    display: none;
  }
  .master-finder-rollup-wrapper {
    display: flex;
    flex-direction: row-reverse;
  }
  .master-finder-rollup-index {
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    line-height: 6px !important;
    padding-right: 21px;
    padding-left: 130px;
    height: 550px;
    transition: line-height 0.2s ease-out, top 0.2s ease-out;
    position: relative;
  }
  .master-finder-rollup-index a {
    padding: 6px 0;
  }
  .master-finder-rollup-index.sticky {
    background-color: initial;
    position: relative;
    top: 21px;
    width: initial;
    margin-top: -215px;
  }
  .master-finder-rollup-index.sticky a.active {
    color: #052049;
    border-bottom: solid #052049 2px;
  }
  .master-finder-rollup-index.expand {
    line-height: 10px !important;
  }
  .master-finder-rollup-mask {
    width: 100%;
  }
  .master-finder-rollup-mask .master-finder-end {
    margin: 0 59px 0 26px;
  }
  .master-finder-rollup-mask .clearable-input-mobile {
    height: 50px;
    position: relative;
    display: inline-block;
    margin-left: 24px;
    margin-top: 10px;
  }
  .master-finder-rollup-mask
    .clearable-input-mobile
    input[name="master-finder-filter-mobile"] {
    height: 50px;
    padding-right: 1.4em;
    padding-left: 16px;
  }
  .master-finder-rollup-mask .clearable-input-mobile > [data-clear-input] {
    position: absolute;
    margin-top: 9px;
    top: 0;
    right: 0;
    font-weight: bold;
    font-size: 1.4em;
    padding: 0 0.2em;
    line-height: 1em;
    cursor: pointer;
  }
  .master-finder-rollup .extra-margin {
    margin-top: initial;
  }
  .master-finder-rollup-links {
    padding-top: 0;
  }
  .master-finder-rollup-links-container {
    padding: 0 0 9px 0;
    border-bottom: 1px solid #96a1b3;
    margin: 25px 59px 0 26px;
  }
  .master-finder-rollup-links-container .rollup-list {
    padding: 0;
  }
  .master-finder-rollup-links-container .rollup-list li {
    list-style-type: none;
    padding: 0;
  }
  .master-finder-rollup-links-container .letter-image {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .master-finder-hero .component-content {
    height: 100px;
  }
  .master-finder-hero-text {
    margin-left: 24px;
    line-height: 30px;
  }
  .master-finder-hero-image {
    min-width: 100px;
    width: 100px;
    height: 100px;
    clip-path: circle(99.6% at 100% 11%);
    -webkit-clip-path: circle(99.6% at 100% 11%);
  }
  .master-finder-hero-image img {
    object-fit: cover;
    object-position: left;
  }
  .master-finder-rollup .letters-and-filter {
    left: 68%;
  }
  .master-finder-rollup-index {
    top: 0;
    padding-top: 0;
    margin-top: 0;
    padding-left: 72px;
  }
  .master-finder-rollup-index.sticky {
    margin-top: -110px;
  }
  .master-finder-rollup-mask .clearable-input-mobile {
    margin-left: 24px;
    margin-top: 10px;
  }
}
.bys-moment {
  width: 100%;
  max-width: 1296px;
}
.bys-moment .component-content {
  display: flex;
  flex-direction: row;
  position: relative;
  height: 456px;
  background-color: #fff;
  border-radius: 10px;
}
.bys-moment .component-content .scLooseFrameZone {
  display: flex;
  width: 100%;
}
.bys-moment .component-content .bys-moment-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 96px;
  max-width: 630px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.bys-moment .component-content .bys-moment-content.full-width-content {
  max-width: 100%;
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0) 40%,
    rgba(45, 45, 45, 0.75)
  );
}
.bys-moment .component-content .bys-moment-content.full-width-content p,
.bys-moment .component-content .bys-moment-content.full-width-content h2,
.bys-moment .component-content .bys-moment-content.full-width-content a {
  color: #fff;
  max-width: 540px;
}
.bys-moment .component-content .bys-moment-content p {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.bys-moment .component-content .bys-moment-content h2 {
  font-size: 40px;
  line-height: 46px;
  padding-bottom: 35px;
}
.bys-moment .component-content .bys-moment-content a {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.bys-moment .component-content .bys-moment-content a:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
.bys-moment .component-content .bys-moment-content a:after {
  font-size: 70%;
}
.bys-moment
  .component-content
  .bys-moment-content
  .free-floating-link-button
  .component-content {
  height: initial;
  background-color: initial;
  display: initial;
}
.bys-moment
  .component-content
  .bys-moment-content
  .free-floating-link-button
  .component-content
  div
  a {
  color: inherit;
}
.bys-moment
  .component-content
  .bys-moment-content
  .free-floating-link-button
  .component-content
  div
  a
  p {
  color: inherit;
}
.bys-moment
  .component-content
  .bys-moment-content
  .free-floating-link-button
  .component-content
  div
  a:after {
  content: none;
}
.bys-moment .component-content .bys-moment-image,
.bys-moment .component-content .bys-moment-video {
  width: 577px;
  height: 456px;
  margin-left: auto;
  position: relative;
}
.bys-moment .component-content .bys-moment-image img,
.bys-moment .component-content .bys-moment-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 85%;
  border-bottom-right-radius: 10px;
}
.bys-moment .component-content .bys-moment-image video,
.bys-moment .component-content .bys-moment-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 85%;
  border-bottom-right-radius: 10px;
  border: 1px solid transparent;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bys-moment .component-content .bys-moment-image video,
  .bys-moment .component-content .bys-moment-video video {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.bys-moment .component-content .bys-moment-fullwidth-image,
.bys-moment .component-content .bys-moment-fullwidth-image-mobile {
  position: absolute;
  top: 0;
  left: 0;
}
.bys-moment .component-content .bys-moment-fullwidth-image img,
.bys-moment .component-content .bys-moment-fullwidth-image-mobile img {
  height: 456px;
}
.bys-moment .component-content .bys-moment-fullwidth-image-mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .bys-moment .component-content .free-floating-link-button:last-of-type {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1251px) {
  .bys-moment .component-content {
    height: 272px;
  }
  .bys-moment .component-content .bys-moment-content {
    padding-left: 32px;
    max-width: 320px;
  }
  .bys-moment .component-content .bys-moment-content.full-width-content {
    background-image: linear-gradient(
      to left,
      rgba(0, 0, 0, 0) 50%,
      rgba(45, 45, 45, 0.75)
    );
  }
  .bys-moment .component-content .bys-moment-content.full-width-content p,
  .bys-moment .component-content .bys-moment-content.full-width-content h2,
  .bys-moment .component-content .bys-moment-content.full-width-content a {
    max-width: 288px;
  }
  .bys-moment .component-content .bys-moment-content p {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .bys-moment .component-content .bys-moment-content h2 {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 25px;
  }
  .bys-moment .component-content .bys-moment-content a {
    font-size: 16px;
    line-height: 18px;
  }
  .bys-moment .component-content .bys-moment-image,
  .bys-moment .component-content .bys-moment-video {
    width: 319px;
    height: 272px;
  }
  .bys-moment .component-content .bys-moment-fullwidth-image {
    width: 100%;
    height: 272px;
  }
  .bys-moment .component-content .bys-moment-fullwidth-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 992px) and (max-width: 1251px) {
  .bys-moment .component-content .bys-moment-content {
    max-width: none;
  }
  .bys-moment .component-content .bys-moment-image,
  .bys-moment .component-content .bys-moment-video {
    width: 488px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1251px) {
  .bys-moment .component-content .bys-moment-image,
  .bys-moment .component-content .bys-moment-video {
    width: 464px;
  }
}
@media (max-width: 767.98px) {
  .bys-moment .component-content {
    flex-direction: column;
    height: auto;
    width: 80vw;
    margin: auto;
    justify-content: space-between;
  }
  .bys-moment .component-content .bys-moment-content {
    padding: 16px 16px 60px;
    width: 100%;
    margin: 0 auto;
    order: 2;
  }
  .bys-moment .component-content .bys-moment-content.full-width-content {
    width: 100%;
    height: 544px;
    justify-content: end;
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0) 1%,
      rgba(45, 45, 45, 0.75)
    );
  }
  .bys-moment .component-content .bys-moment-content h2 {
    font-size: 24px;
    line-height: 1.17;
    padding-bottom: 25px;
  }
  .bys-moment .component-content .bys-moment-content p {
    padding-bottom: 30px;
  }
  .bys-moment
    .component-content
    .bys-moment-content
    .cta-btn-wrapper
    .free-floating-link-button {
    max-width: 376px;
    min-width: initial;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .bys-moment .component-content .bys-moment-image,
  .bys-moment .component-content .bys-moment-video {
    width: 100%;
    height: auto;
    order: 1;
  }
  .bys-moment .component-content .bys-moment-fullwidth-image-mobile {
    display: block;
    width: 100%;
    height: 544px;
    left: 50%;
    transform: translateX(-50%);
  }
  .bys-moment .component-content .bys-moment-fullwidth-image-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bys-moment .component-content .bys-moment-fullwidth-image {
    display: none;
  }
}
.disclaimer {
  margin-top: 18px;
}
.advanced-map {
  height: 950px;
  max-width: 1550px;
}
.advanced-map.two-entries {
  height: 900px;
}
.advanced-map.two-entries
  .component-content
  .map-container
  .map-info
  > ul
  > li.selected {
  width: 88.4%;
}
.advanced-map.three-entries-or-more {
  margin-bottom: 85px;
}
.advanced-map .component-content .map-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.advanced-map .component-content .map-title:after {
  margin-bottom: 10px;
}
.advanced-map .component-content .map-title h2 {
  position: relative;
  padding-bottom: 20px;
}
.advanced-map .component-content .map-title h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  background-color: #dce0e6;
}
.advanced-map .component-content .map-title h2:empty {
  display: none;
}
.advanced-map .component-content .map-title a:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
.advanced-map .component-content .map-title a:after {
  display: inline-block;
  transform: rotate(90deg);
}
.advanced-map .component-content .map-container {
  position: relative;
  height: 400px;
  width: 89%;
  margin-top: 20px;
  transition: height 0.2s;
  overflow: visible;
}
.advanced-map .component-content .map-container .google-map {
  height: 100%;
}
.advanced-map
  .component-content
  .map-container
  .google-map
  button.gm-fullscreen-control {
  display: none !important;
}
.advanced-map .component-content .map-container .map-info {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  color: #052049;
  transition: height 0.2s;
  transition-delay: 0.3s;
  width: 100%;
  height: 480px;
}
.advanced-map .component-content .map-container .map-info > span {
  display: none;
}
.advanced-map .component-content .map-container .map-info > ul {
  width: 92%;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  padding: 0 35px 0 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #666 #ccc;
  -ms-scrollbar-track-color: #ccc;
  -ms-scrollbar-arrow-color: #ccc;
  -ms-scrollbar-face-color: #666;
  -ms-scrollbar-shadow-color: #666;
  -ms-scrollbar-highlight-color: #666;
  -ms-scrollbar-3dlight-color: #666;
  -ms-scrollbar-darkshadow-color: #666;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul::-webkit-scrollbar {
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  background: linear-gradient(
    to right,
    transparent,
    transparent 9px,
    #ccc 9px,
    #ccc 11px,
    transparent 11px
  );
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul::-webkit-scrollbar-thumb {
  background: linear-gradient(
    to right,
    transparent,
    transparent 7px,
    #666 7px,
    #666 13px,
    transparent 13px
  );
  border-radius: 42.5%;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul.custom-scrollbar-container {
  padding-bottom: 20px;
  overflow: hidden;
}
.advanced-map .component-content .map-container .map-info > ul.hide-overflow {
  overflow-y: hidden;
  padding-right: 70px;
  width: 92%;
}
.advanced-map .component-content .map-container .map-info > ul > li {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;
  padding: 0;
  margin-top: 25px;
  border-bottom: 1px solid #dce0e6;
  position: relative;
  background-color: #fff;
  border: 1px solid #dce0e6;
}
@media screen\0 {
  .advanced-map .component-content .map-container .map-info > ul > li {
    display: inline-block;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .advanced-map .component-content .map-container .map-info > ul > li {
    display: inline-block;
  }
}
.advanced-map .component-content .map-container .map-info > ul > li.hidden {
  visibility: hidden;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li:first-child {
  margin-top: 0;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .advanced-map-card-wrapper {
  display: flex;
  flex-direction: row;
  padding: 24px 24px 0 24px;
  min-height: 80px;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .advanced-map-card-wrapper
  .primary-img {
  width: 145px;
  height: 80px;
  margin-right: 24px;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .advanced-map-card-wrapper
  .primary-img
  img {
  width: 145px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .advanced-map-card-wrapper
  .primary-info {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  margin-left: 20px;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .advanced-map-card-wrapper
  .primary-info::after {
  display: none;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .advanced-map-card-wrapper
  .primary-info
  .site-name {
  font-family: HelveticaNeue, sans-serif;
  object-fit: contain;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: -0.45px;
  color: #052049;
  max-width: 385px;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .advanced-map-card-wrapper
  .primary-info
  a {
  width: fit-content;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .advanced-map-card-wrapper
  .primary-info
  a
  .site-name {
  color: #007bff;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .advanced-map-card-wrapper
  .primary-info
  .site-building-name {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #506380;
  margin: 0;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .advanced-map-card-wrapper
  .primary-info
  .site-address {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #506380;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .advanced-map-card-wrapper
  .button-wrapper {
  width: fit-content;
  flex-direction: column;
  display: flex;
  align-items: flex-end;
  margin-left: auto;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .advanced-map-card-wrapper
  .button-wrapper
  a {
  white-space: nowrap;
  padding: 15px 4px 0px 4px;
  margin-left: 27px;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .advanced-map-card-wrapper
  .button-wrapper
  a:first-child {
  padding-top: 6px;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .advanced-map-card-wrapper
  .button-wrapper
  a
  span {
  margin: 0 10px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.18px;
  color: #006be9;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .advanced-map-card-wrapper
  .button-wrapper
  a.single {
  margin-right: 208px;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .advanced-map-card-wrapper
  .button-wrapper
  a,
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .advanced-map-card-wrapper
  .button-wrapper-mobile
  a {
  font-family: HelveticaNeue, sans-serif;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  color: #006be9;
  font-size: 16px;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .advanced-map-card-wrapper
  .secondary-info-mobile {
  display: none;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .expanded-info {
  display: none;
  width: 100%;
  height: 185px;
  margin-top: 20px;
  padding: 0 25px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #666 #ccc;
  -ms-scrollbar-track-color: #ccc;
  -ms-scrollbar-arrow-color: #ccc;
  -ms-scrollbar-face-color: #666;
  -ms-scrollbar-shadow-color: #666;
  -ms-scrollbar-highlight-color: #666;
  -ms-scrollbar-3dlight-color: #666;
  -ms-scrollbar-darkshadow-color: #666;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .expanded-info::-webkit-scrollbar {
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  background: linear-gradient(
    to right,
    transparent,
    transparent 9px,
    #ccc 9px,
    #ccc 11px,
    transparent 11px
  );
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .expanded-info::-webkit-scrollbar-thumb {
  background: linear-gradient(
    to right,
    transparent,
    transparent 7px,
    #666 7px,
    #666 13px,
    transparent 13px
  );
  border-radius: 42.5%;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .expanded-info.custom-scrollbar-container {
  padding-bottom: 20px;
  overflow: hidden;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .expanded-info
  .section {
  margin-bottom: 20px;
  width: 50%;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .expanded-info
  .section
  .section-content {
  margin-right: 40px;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .expanded-info
  .section
  .section-content
  .section-content-wrapper,
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .expanded-info
  .section
  .section-content
  .section-content-wrapper-hours {
  display: flex;
  flex-direction: column;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .expanded-info
  .section
  .section-content
  .section-content-wrapper
  .section-content-key,
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .expanded-info
  .section
  .section-content
  .section-content-wrapper
  .section-content-value,
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .expanded-info
  .section
  .section-content
  .section-content-wrapper-hours
  .section-content-key,
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .expanded-info
  .section
  .section-content
  .section-content-wrapper-hours
  .section-content-value {
  margin-bottom: 0.25rem;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.15px;
  color: #506380;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .expanded-info
  .section
  .section-content
  .section-content-wrapper
  .section-content-key,
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .expanded-info
  .section
  .section-content
  .section-content-wrapper-hours
  .section-content-key {
  font-weight: bold;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .expanded-info
  .section
  .section-content
  .section-content-wrapper
  .section-content-value,
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .expanded-info
  .section
  .section-content
  .section-content-wrapper-hours
  .section-content-value {
  margin-left: 0px;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .expanded-info
  .section
  .section-content
  .section-content-wrapper-hours {
  display: block;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .expanded-info
  .section
  .section-content
  .section-content-wrapper-hours
  .section-content-value {
  margin-left: 0;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .expanded-info
  .section-hours {
  margin-top: 20px;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .expanded-info
  .section-hours
  .section-hours-content
  p {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.15px;
  color: #506380;
  margin: 0;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .expanded-info
  .section-hours
  .section-hours-content
  strong {
  margin: 20px 0;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .expanded-info
  .section-title {
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: -0.25px;
  color: #052049;
  border-bottom: 1px solid #d5d9de;
  padding-bottom: 12px;
  margin-right: 40px;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .expand-info-button {
  height: 40px;
  width: 100%;
  display: block;
  background-color: #052049;
  text-align: center;
  margin-top: 30px;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .expand-info-button
  span {
  position: relative;
  margin: auto;
}
@-moz-document url-prefix() {
  .advanced-map
    .component-content
    .map-container
    .map-info
    > ul
    > li
    .expand-info-button
    span {
    top: 15px;
  }
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .expand-info-button
  span
  span {
  color: white;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: -6px;
  border-width: 3px 0 0 3px;
  border-style: solid;
  transform: rotate(1.625turn);
  transform-origin: bottom;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li
  .close-info-button {
  display: none;
}
.advanced-map .component-content .map-container .map-info > ul > li.selected {
  background-color: #fff;
  height: 387px;
  width: 86.4%;
  position: absolute;
  margin-top: 0;
}
@media screen\0 {
  .advanced-map .component-content .map-container .map-info > ul > li.selected {
    top: 445px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .advanced-map .component-content .map-container .map-info > ul > li.selected {
    top: 445px;
  }
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li.selected
  .expanded-info {
  flex-flow: row wrap;
  display: flex;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li.selected
  .expanded-info
  .ui-map-a,
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li.selected
  .expanded-info
  .ui-transit-a {
  display: none;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li.selected
  .expand-info-button {
  display: none;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li.selected
  .close-info-button {
  height: 40px;
  width: 100%;
  display: block;
  background-color: #052049;
  text-align: center;
  margin-top: 30px;
  position: absolute;
  bottom: 0;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li.selected
  .close-info-button
  span {
  position: relative;
  margin: auto;
}
@-moz-document url-prefix() {
  .advanced-map
    .component-content
    .map-container
    .map-info
    > ul
    > li.selected
    .close-info-button
    span {
    top: 15px;
  }
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li.selected
  .close-info-button
  span
  span {
  color: white;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 18px;
  left: auto;
  right: auto;
  transform: rotate(-0.88turn) translate(-12px, 4px);
  border-width: 3px 0 0 3px;
  border-style: solid;
  transform-origin: bottom;
}
@-moz-document url-prefix() {
  .advanced-map
    .component-content
    .map-container
    .map-info
    > ul
    > li.selected
    .close-info-button
    span
    span {
    left: -3px;
  }
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li.selected.single-site {
  height: fit-content;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li.selected.single-site
  .expanded-info {
  height: fit-content;
  overflow-y: unset;
}
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li.selected.single-site
  .expand-info-button,
.advanced-map
  .component-content
  .map-container
  .map-info
  > ul
  > li.selected.single-site
  .close-info-button {
  visibility: hidden;
}
@media (max-width: 991.98px) {
  .advanced-map .component-content .map-container {
    width: 100%;
  }
  .advanced-map .component-content .map-container .map-info ul {
    width: 100%;
  }
  .advanced-map .component-content .map-container .map-info ul > li {
    width: 100%;
  }
  .advanced-map
    .component-content
    .map-container
    .map-info
    ul
    > li
    .advanced-map-card-wrapper
    .primary-img {
    width: 80px;
    height: 80px;
  }
  .advanced-map
    .component-content
    .map-container
    .map-info
    ul
    > li
    .advanced-map-card-wrapper
    .primary-img
    > img {
    width: 80px;
    height: 80px;
  }
  .advanced-map .component-content .map-container .map-info ul > li.selected {
    width: 92%;
  }
}
@media (max-width: 767.98px) {
  .advanced-map {
    height: fit-content;
  }
  .advanced-map .component-content .map-container {
    margin-top: 0;
    height: fit-content;
    width: 100%;
  }
  .advanced-map .component-content .map-container .google-map {
    display: none;
  }
  .advanced-map .component-content .map-container .map-info {
    height: fit-content;
    display: inline-block;
    margin-top: 0;
    padding-top: 0;
  }
  .advanced-map .component-content .map-container .map-info > span {
    display: inline-block;
  }
  .advanced-map .component-content .map-container .map-info ul {
    display: inline-block;
    width: 100%;
    padding: 0;
    overflow-y: unset;
  }
  .advanced-map .component-content .map-container .map-info ul.hide-overflow {
    width: 100%;
    padding: 0;
    overflow-y: auto;
  }
  .advanced-map .component-content .map-container .map-info ul > li {
    width: 100%;
  }
  .advanced-map
    .component-content
    .map-container
    .map-info
    ul
    > li
    .advanced-map-card-wrapper
    .primary-img {
    width: 100px;
    height: 100px;
    margin-right: 0;
  }
  .advanced-map
    .component-content
    .map-container
    .map-info
    ul
    > li
    .advanced-map-card-wrapper
    .primary-img
    > img {
    width: 100px;
    height: 100px;
  }
  .advanced-map
    .component-content
    .map-container
    .map-info
    ul
    > li
    .advanced-map-card-wrapper
    .primary-info {
    padding-top: 0;
  }
  .advanced-map
    .component-content
    .map-container
    .map-info
    ul
    > li
    .advanced-map-card-wrapper
    .primary-info
    h3 {
    word-break: break-word;
  }
  .advanced-map
    .component-content
    .map-container
    .map-info
    ul
    > li
    .advanced-map-card-wrapper
    .button-wrapper {
    display: none;
  }
  .advanced-map .component-content .map-container .map-info ul > li.hidden {
    visibility: visible;
  }
  .advanced-map .component-content .map-container .map-info ul > li.selected {
    width: 100%;
    position: relative;
    margin-top: 25px;
    height: fit-content;
  }
  .advanced-map
    .component-content
    .map-container
    .map-info
    ul
    > li.selected
    .expanded-info {
    flex-flow: column;
    height: 250px;
    margin-bottom: 50px;
  }
  .advanced-map
    .component-content
    .map-container
    .map-info
    ul
    > li.selected
    .expanded-info
    .ui-map-a,
  .advanced-map
    .component-content
    .map-container
    .map-info
    ul
    > li.selected
    .expanded-info
    .ui-transit-a {
    margin-bottom: 20px;
    display: flex;
  }
  .advanced-map
    .component-content
    .map-container
    .map-info
    ul
    > li.selected
    .expanded-info
    .ui-map-a
    span,
  .advanced-map
    .component-content
    .map-container
    .map-info
    ul
    > li.selected
    .expanded-info
    .ui-transit-a
    span {
    margin: 0 10px;
    font-family: HelveticaNeue, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.18px;
    color: #006be9;
  }
  .advanced-map
    .component-content
    .map-container
    .map-info
    ul
    > li.selected
    .expanded-info
    .ui-map-a
    span {
    margin-top: 5px;
  }
  .advanced-map
    .component-content
    .map-container
    .map-info
    ul
    > li.selected
    .expanded-info
    .section {
    width: 100%;
  }
}
.media-slider-module {
  margin: 100px 0;
}
.media-slider-module .component-content .media-slider-items-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: scroll;
  background-color: transparent;
  scrollbar-width: thin;
  scrollbar-color: #666 #ccc;
  -ms-scrollbar-track-color: #ccc;
  -ms-scrollbar-arrow-color: #ccc;
  -ms-scrollbar-face-color: #666;
  -ms-scrollbar-shadow-color: #666;
  -ms-scrollbar-highlight-color: #666;
  -ms-scrollbar-3dlight-color: #666;
  -ms-scrollbar-darkshadow-color: #666;
}
.media-slider-module
  .component-content
  .media-slider-items-container::-webkit-scrollbar {
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  background: linear-gradient(
    transparent,
    transparent 9px,
    #ccc 9px,
    #ccc 11px,
    transparent 11px
  );
}
.media-slider-module
  .component-content
  .media-slider-items-container::-webkit-scrollbar-thumb {
  background: linear-gradient(
    transparent,
    transparent 7px,
    #666 7px,
    #666 13px,
    transparent 13px
  );
  border-radius: 42.5%;
}
.media-slider-module
  .component-content
  .media-slider-items-container.custom-scrollbar-container {
  padding-bottom: 20px;
  overflow: hidden;
}
.media-slider-module
  .component-content
  .media-slider-items-container
  .media-slider-item {
  margin-right: 24px;
}
.media-slider-module
  .component-content
  .media-slider-items-container
  .media-slider-item:last-child {
  margin-right: 0;
}
.media-slider-module
  .component-content
  .media-slider-items-container
  .media-slider-item.component {
  margin-bottom: 5px;
}
.media-slider-module
  .component-content
  .media-slider-items-container
  .media-slider-item
  .component-content {
  position: relative;
  width: 526px;
  min-width: 526px;
  height: 293px;
  min-height: 293px;
}
.media-slider-module
  .component-content
  .media-slider-items-container
  .media-slider-item
  .component-content
  a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.media-slider-module
  .component-content
  .media-slider-items-container
  .media-slider-item
  .component-content
  a:hover {
  cursor: pointer;
}
.media-slider-module
  .component-content
  .media-slider-items-container
  .media-slider-item
  .component-content
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .media-slider-module
    .component-content
    .media-slider-items-container
    .media-slider-item
    .component-content
    img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.media-slider-module
  .component-content
  .media-slider-items-container
  .media-slider-item
  .component-content
  .media-slider-caption-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  bottom: 17px;
  left: 17px;
}
.media-slider-module
  .component-content
  .media-slider-items-container
  .media-slider-item
  .component-content
  .media-slider-caption-container
  span
  span {
  width: 35px;
  height: 35px;
  display: block;
  margin-right: 25px;
}
.media-slider-module
  .component-content
  .media-slider-items-container
  .media-slider-item
  .component-content
  .media-slider-caption-container
  span
  span.still {
  padding-top: 8px;
  text-align: center;
}
.media-slider-module
  .component-content
  .media-slider-items-container
  .media-slider-item
  .component-content
  .media-slider-caption-container
  span
  span.svg-ui-play_NoGradient {
  width: 60px;
  height: 60px;
}
.media-slider-module
  .component-content
  .media-slider-items-container
  .media-slider-item
  .component-content
  .media-slider-caption-container
  p {
  margin-bottom: 0;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .media-slider-module .component-content .media-slider-items-container {
    padding-bottom: 28px;
  }
  .media-slider-module
    .component-content
    .media-slider-items-container
    .media-slider-item
    .component-content {
    width: 272px;
    min-width: 272px;
    height: 161px;
    min-height: 161px;
  }
  .media-slider-module
    .component-content
    .media-slider-items-container
    .media-slider-item
    .component-content
    .media-slider-caption-container {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    left: 12px;
  }
  .media-slider-module
    .component-content
    .media-slider-items-container
    .media-slider-item
    .component-content
    .media-slider-caption-container
    span
    span {
    margin-bottom: 10px;
  }
  .media-slider-module
    .component-content
    .media-slider-items-container
    .media-slider-item
    .component-content
    .media-slider-caption-container
    p {
    font-size: 14px;
    line-height: 1.14;
  }
}
.cls-info-cards .component-content h2.display1 {
  font-size: 56px;
  line-height: 62px;
  letter-spacing: -1.5px;
  margin-bottom: 67px;
}
.cls-info-cards .component-content .cls-info-cards-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.cls-info-cards
  .component-content
  .cls-info-cards-columns
  .cls-info-cards-column {
  width: 50%;
}
.cls-info-cards
  .component-content
  .cls-info-cards-columns
  .cls-info-cards-column.info-cards-column-left {
  margin-right: 12px;
}
.cls-info-cards
  .component-content
  .cls-info-cards-columns
  .cls-info-cards-column.info-cards-column-right {
  margin-left: 12px;
}
.cls-info-cards
  .component-content
  .cls-info-cards-columns
  .cls-info-cards-column
  .cls-info-card {
  width: 100%;
  background-color: #fff;
  border: 1px solid #f2f4f6;
  padding: 40px 50px 0;
  margin-bottom: 24px;
}
.cls-info-cards
  .component-content
  .cls-info-cards-columns
  .cls-info-cards-column
  .cls-info-card.cls-info-card-large {
  height: 648px;
}
.cls-info-cards
  .component-content
  .cls-info-cards-columns
  .cls-info-cards-column
  .cls-info-card.cls-info-card-medium {
  height: 480px;
}
.cls-info-cards
  .component-content
  .cls-info-cards-columns
  .cls-info-cards-column
  .cls-info-card.cls-info-card-small {
  height: 312px;
}
.cls-info-cards
  .component-content
  .cls-info-cards-columns
  .cls-info-cards-column
  .cls-info-card
  .component-content
  .cls-info-card-title {
  border-bottom: 1px solid #f2f4f6;
  padding-bottom: 15px;
}
.cls-info-cards
  .component-content
  .cls-info-cards-columns
  .cls-info-cards-column
  .cls-info-card
  .component-content
  .cls-info-card-content {
  margin-top: 27px;
  word-break: break-word;
}
.cls-info-cards
  .component-content
  .cls-info-cards-columns
  .cls-info-cards-column
  .cls-info-card
  .component-content
  .cls-info-card-content
  p {
  margin-bottom: 25px;
}
.cls-info-cards
  .component-content
  .cls-info-cards-columns
  .cls-info-cards-column
  .cls-info-card
  .component-content
  .cls-info-card-content
  a {
  display: initial;
}
@media (max-width: 1250px) {
  .cls-info-cards
    .component-content
    .cls-info-cards-columns
    .cls-info-cards-column
    .cls-info-card.cls-info-card-large,
  .cls-info-cards
    .component-content
    .cls-info-cards-columns
    .cls-info-cards-column
    .cls-info-card.cls-info-card-medium,
  .cls-info-cards
    .component-content
    .cls-info-cards-columns
    .cls-info-cards-column
    .cls-info-card.cls-info-card-small {
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .cls-info-cards .component-content .cls-info-cards-title {
    margin-bottom: 32px;
  }
  .cls-info-cards .component-content .cls-info-cards-columns {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .cls-info-cards
    .component-content
    .cls-info-cards-columns
    .cls-info-cards-column {
    width: 100%;
  }
  .cls-info-cards
    .component-content
    .cls-info-cards-columns
    .cls-info-cards-column.info-cards-column-left {
    margin-right: 0;
  }
  .cls-info-cards
    .component-content
    .cls-info-cards-columns
    .cls-info-cards-column.info-cards-column-right {
    margin-left: 0;
  }
  .cls-info-cards
    .component-content
    .cls-info-cards-columns
    .cls-info-cards-column
    .cls-info-card {
    padding: 14px 18px 24px;
    margin-bottom: 16px;
  }
  .cls-info-cards
    .component-content
    .cls-info-cards-columns
    .cls-info-cards-column
    .cls-info-card
    .component-content
    .cls-info-card-title {
    padding-bottom: 10px;
  }
  .cls-info-cards
    .component-content
    .cls-info-cards-columns
    .cls-info-cards-column
    .cls-info-card
    .component-content
    .cls-info-card-content {
    margin-top: 27px;
  }
  .cls-info-cards
    .component-content
    .cls-info-cards-columns
    .cls-info-cards-column
    .cls-info-card
    .component-content
    .cls-info-card-content
    p:not(:last-child) {
    margin-bottom: 10px;
  }
  .cls-info-cards
    .component-content
    .cls-info-cards-columns
    .cls-info-cards-column
    .cls-info-card
    .component-content
    .cls-info-card-content
    p:last-child {
    margin-bottom: 0;
  }
}
.custom-media-component.big {
  margin: 60px 0 0;
  width: 100%;
  max-width: 1296px;
  height: 630px;
}
.custom-media-component.big .component-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.custom-media-component.big .component-content .media-wrapper {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-media-component.big .component-content .media-wrapper .image-wrapper {
  height: 100%;
  width: 100%;
}
.custom-media-component.big
  .component-content
  .media-wrapper
  .image-wrapper
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-media-component.big
  .component-content
  .media-wrapper
  .image-wrapper::after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  background-image: linear-gradient(
    to top,
    #052049,
    transparent 65%,
    transparent
  );
}
@media print {
  .custom-media-component.big
    .component-content
    .media-wrapper
    .image-wrapper::after {
    background: 0;
  }
}
.custom-media-component.big .component-content .media-wrapper .icon {
  display: none;
}
.custom-media-component.big .component-content .content-wrapper {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  padding: 72px;
  z-index: 1;
}
.custom-media-component.big .component-content .content-wrapper .large-icon {
  height: 60px;
  width: 60px;
  margin-bottom: 24px;
}
.custom-media-component.big
  .component-content
  .content-wrapper
  .large-icon
  span {
  height: 100%;
  width: 100%;
}
.custom-media-component.big .component-content .content-wrapper .eyebrow {
  text-transform: none;
  font-size: 14px;
  letter-spacing: normal;
  font-weight: bold;
  color: #fff;
}
.custom-media-component.big .component-content .content-wrapper .title {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: -0.75px;
  color: #fff;
  max-width: 454px;
}
.custom-media-component.big .component-content .content-wrapper .description {
  color: #fff;
}
.custom-media-component.big
  .component-content
  .content-wrapper
  .link-wrapper
  a {
  display: block;
  pointer-events: all;
  font-weight: bold;
  color: #fff;
}
.custom-media-component.big
  .component-content
  .content-wrapper
  .link-wrapper
  a:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
.custom-media-component.medium-left,
.custom-media-component.medium-right {
  margin: 60px 0 0;
  width: 100%;
  max-width: 1296px;
}
.custom-media-component.medium-left .component-content,
.custom-media-component.medium-right .component-content {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.custom-media-component.medium-left .component-content div:first-child,
.custom-media-component.medium-right .component-content div:first-child {
  width: 50%;
  position: relative;
}
.custom-media-component.medium-left
  .component-content
  div:first-child
  .image-wrapper,
.custom-media-component.medium-right
  .component-content
  div:first-child
  .image-wrapper {
  width: 100%;
  height: 359px;
}
.custom-media-component.medium-left
  .component-content
  div:first-child
  .image-wrapper
  img,
.custom-media-component.medium-right
  .component-content
  div:first-child
  .image-wrapper
  img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.custom-media-component.medium-left
  .component-content
  div:first-child
  .image-wrapper::after,
.custom-media-component.medium-right
  .component-content
  div:first-child
  .image-wrapper::after {
  display: none;
}
.custom-media-component.medium-left .component-content div:first-child .icon,
.custom-media-component.medium-right .component-content div:first-child .icon {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: 0 0 25px 25px;
}
.custom-media-component.medium-left
  .component-content
  div:first-child
  .icon
  span,
.custom-media-component.medium-right
  .component-content
  div:first-child
  .icon
  span {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.custom-media-component.medium-left .component-content .content-wrapper,
.custom-media-component.medium-right .component-content .content-wrapper {
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 0 100px;
  max-width: 426px;
}
.custom-media-component.medium-left
  .component-content
  .content-wrapper
  .large-icon,
.custom-media-component.medium-right
  .component-content
  .content-wrapper
  .large-icon {
  display: none;
}
.custom-media-component.medium-left
  .component-content
  .content-wrapper
  .eyebrow,
.custom-media-component.medium-right
  .component-content
  .content-wrapper
  .eyebrow {
  text-transform: none;
  font-size: 14px;
  letter-spacing: normal;
  color: #506380;
  font-weight: bold;
}
.custom-media-component.medium-left .component-content .content-wrapper .title,
.custom-media-component.medium-right
  .component-content
  .content-wrapper
  .title {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: -0.75px;
  max-width: 426px;
}
.custom-media-component.medium-left
  .component-content
  .content-wrapper
  .link-wrapper
  a,
.custom-media-component.medium-right
  .component-content
  .content-wrapper
  .link-wrapper
  a {
  display: block;
  pointer-events: all;
  font-weight: bold;
}
.custom-media-component.medium-left
  .component-content
  .content-wrapper
  .link-wrapper
  a:after,
.custom-media-component.medium-right
  .component-content
  .content-wrapper
  .link-wrapper
  a:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
.custom-media-component.medium-right .component-content {
  flex-direction: row;
}
.custom-media-component.medium-left .component-content .content-wrapper {
  margin: 0 100px 0 auto;
}
.custom-media-component.small {
  margin: 60px 10px 0;
  width: 416px;
  display: inline-block;
}
.custom-media-component.small .component-content {
  display: flex;
  flex-direction: column;
}
.custom-media-component.small .component-content > div {
  position: relative;
  width: 100%;
  margin-bottom: 59px;
}
.custom-media-component.small .component-content > div .image-wrapper {
  width: 100%;
  height: 277px;
}
.custom-media-component.small .component-content > div .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.custom-media-component.small .component-content > div .image-wrapper::after {
  display: none;
}
.custom-media-component.small .component-content > div .icon {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: 0 0 25px 25px;
}
.custom-media-component.small .component-content > div .icon span {
  height: 100%;
  width: 100%;
}
.custom-media-component.small .component-content .content-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.custom-media-component.small .component-content .content-wrapper .large-icon {
  display: none;
}
.custom-media-component.small .component-content .content-wrapper .eyebrow {
  text-transform: none;
  font-size: 14px;
  letter-spacing: normal;
  color: #506380;
  font-weight: bold;
  margin-bottom: 28px;
}
.custom-media-component.small .component-content .content-wrapper .title {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: -0.75px;
  margin-bottom: 28px;
}
.custom-media-component.small
  .component-content
  .content-wrapper
  .field-description {
  font-size: 18px;
  font-weight: 100;
}
.custom-media-component.small
  .component-content
  .content-wrapper
  .link-wrapper
  a {
  font-size: initial;
  display: block;
  font-weight: bold;
}
.custom-media-component.small
  .component-content
  .content-wrapper
  .link-wrapper
  a:after {
  content: "\E926";
  font-family: "icomoon";
  margin-left: 15px;
  font-size: 102%;
}
@media screen and (min-width: 1324px) and (max-width: 1490px) {
  .custom-media-component.small {
    width: 360px;
  }
}
@media (max-width: 991.98px) {
  .custom-media-component.big {
    margin: 40px 0 60px 0;
    width: 100%;
    height: auto;
    max-width: 375px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .custom-media-component.big .component-content {
    display: flex;
    flex-direction: column;
  }
  .custom-media-component.big .component-content .media-wrapper {
    position: relative;
    width: 100%;
    height: fit-content;
    margin-bottom: 20px;
  }
  .custom-media-component.big .component-content .media-wrapper .image-wrapper {
    width: 100%;
    height: 210px;
  }
  .custom-media-component.big
    .component-content
    .media-wrapper
    .image-wrapper
    img {
    width: 100%;
    height: 100%;
  }
  .custom-media-component.big
    .component-content
    .media-wrapper
    .image-wrapper::after {
    display: none;
  }
  .custom-media-component.big .component-content .media-wrapper .icon {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin: 0 0 25px 25px;
  }
  .custom-media-component.big .component-content .media-wrapper .icon span {
    height: 100%;
    width: 100%;
  }
  .custom-media-component.big .component-content .content-wrapper {
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .custom-media-component.big .component-content .content-wrapper .large-icon {
    display: none;
  }
  .custom-media-component.big .component-content .content-wrapper .eyebrow {
    text-transform: none;
    font-weight: bold;
    color: #506380;
    margin-bottom: 12px;
  }
  .custom-media-component.big .component-content .content-wrapper .title {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: -0.5px;
    color: #052049;
    margin-bottom: 20px;
  }
  .custom-media-component.big .component-content .content-wrapper .description {
    color: #052049;
  }
  .custom-media-component.big
    .component-content
    .content-wrapper
    .link-wrapper
    a {
    display: block;
    color: #006be9;
    font-weight: bold;
  }
  .custom-media-component.big
    .component-content
    .content-wrapper
    .link-wrapper
    a:after {
    content: "\E926";
    font-family: "icomoon";
    margin-left: 15px;
    font-size: 102%;
  }
  .custom-media-component.medium-left,
  .custom-media-component.medium-right,
  .custom-media-component.small {
    margin: 40px 0 60px 0;
    width: 100%;
    height: auto;
    max-width: 375px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .custom-media-component.medium-left .component-content,
  .custom-media-component.medium-right .component-content,
  .custom-media-component.small .component-content {
    display: flex;
    flex-direction: column !important;
  }
  .custom-media-component.medium-left .component-content > div,
  .custom-media-component.medium-right .component-content > div,
  .custom-media-component.small .component-content > div {
    position: relative;
    width: 100% !important;
    height: fit-content;
    margin-bottom: 20px;
  }
  .custom-media-component.medium-left .component-content > div .image-wrapper,
  .custom-media-component.medium-right .component-content > div .image-wrapper,
  .custom-media-component.small .component-content > div .image-wrapper {
    width: 100%;
    height: 210px !important;
  }
  .custom-media-component.medium-left
    .component-content
    > div
    .image-wrapper
    img,
  .custom-media-component.medium-right
    .component-content
    > div
    .image-wrapper
    img,
  .custom-media-component.small .component-content > div .image-wrapper img {
    width: 100%;
    height: 100%;
  }
  .custom-media-component.medium-left .component-content > div .icon,
  .custom-media-component.medium-right .component-content > div .icon,
  .custom-media-component.small .component-content > div .icon {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin: 0 0 25px 25px;
  }
  .custom-media-component.medium-left .component-content > div .icon span,
  .custom-media-component.medium-right .component-content > div .icon span,
  .custom-media-component.small .component-content > div .icon span {
    height: 100%;
    width: 100%;
  }
  .custom-media-component.medium-left .component-content .content-wrapper,
  .custom-media-component.medium-right .component-content .content-wrapper,
  .custom-media-component.small .component-content .content-wrapper {
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: 0 auto 0 auto;
  }
  .custom-media-component.medium-left
    .component-content
    .content-wrapper
    .large-icon,
  .custom-media-component.medium-right
    .component-content
    .content-wrapper
    .large-icon,
  .custom-media-component.small
    .component-content
    .content-wrapper
    .large-icon {
    display: none;
  }
  .custom-media-component.medium-left
    .component-content
    .content-wrapper
    .eyebrow,
  .custom-media-component.medium-right
    .component-content
    .content-wrapper
    .eyebrow,
  .custom-media-component.small .component-content .content-wrapper .eyebrow {
    text-transform: none;
    font-weight: bold;
    color: #506380;
    margin-bottom: 12px;
  }
  .custom-media-component.medium-left
    .component-content
    .content-wrapper
    .title,
  .custom-media-component.medium-right
    .component-content
    .content-wrapper
    .title,
  .custom-media-component.small .component-content .content-wrapper .title {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: -0.5px;
    color: #052049;
    margin-bottom: 20px;
  }
  .custom-media-component.medium-left
    .component-content
    .content-wrapper
    .link-wrapper
    a,
  .custom-media-component.medium-right
    .component-content
    .content-wrapper
    .link-wrapper
    a,
  .custom-media-component.small
    .component-content
    .content-wrapper
    .link-wrapper
    a {
    display: block;
    color: #006be9;
    font-weight: bold;
  }
  .custom-media-component.medium-left
    .component-content
    .content-wrapper
    .link-wrapper
    a:after,
  .custom-media-component.medium-right
    .component-content
    .content-wrapper
    .link-wrapper
    a:after,
  .custom-media-component.small
    .component-content
    .content-wrapper
    .link-wrapper
    a:after {
    content: "\E926";
    font-family: "icomoon";
    margin-left: 15px;
    font-size: 102%;
  }
}
.mychart-login .component-content .form-wrapper {
  margin-top: 37px;
  display: flex;
  flex-direction: column;
}
.mychart-login .component-content .form-wrapper .form-account-links-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.mychart-login
  .component-content
  .form-wrapper
  .form-account-links-wrapper
  .iframe-wrapper {
  width: 70%;
  min-width: 340px;
  max-width: 774px;
  padding-right: 64px;
  margin-left: -1px;
}
.mychart-login
  .component-content
  .form-wrapper
  .form-account-links-wrapper
  .iframe-wrapper
  .mychart-form {
  width: 100%;
  max-width: 500px;
}
.mychart-login
  .component-content
  .form-wrapper
  .form-account-links-wrapper
  .iframe-wrapper
  .my-chart-login-error {
  color: #cb2430;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.mychart-login
  .component-content
  .form-wrapper
  .form-account-links-wrapper
  .create-account-links {
  width: 30%;
}
.mychart-login
  .component-content
  .form-wrapper
  .form-account-links-wrapper
  .create-account-links
  div {
  white-space: nowrap;
}
.mychart-login
  .component-content
  .form-wrapper
  .form-account-links-wrapper
  .create-account-links
  div
  a {
  display: inline-block;
  margin-top: 16px;
}
.mychart-login
  .component-content
  .form-wrapper
  .form-account-links-wrapper
  .create-account-links
  .eyebrow.secondary {
  margin-top: 20px;
}
.mychart-login .component-content .form-wrapper .forgot-links {
  width: 100%;
}
.mychart-login .component-content .form-wrapper .forgot-links a {
  color: #052049;
  margin-right: 32px;
}
@media (max-width: 991.98px) {
  .mychart-login
    .component-content
    .form-wrapper
    .form-account-links-wrapper
    .iframe-wrapper {
    max-width: 440px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  .mychart-login .component-content .form-wrapper .form-account-links-wrapper {
    flex-direction: column;
  }
  .mychart-login
    .component-content
    .form-wrapper
    .form-account-links-wrapper
    .iframe-wrapper {
    width: 100%;
    max-width: 440px;
    margin-bottom: 0;
    order: 1;
  }
  .mychart-login
    .component-content
    .form-wrapper
    .form-account-links-wrapper
    .create-account-links {
    width: 100%;
    order: 3;
  }
  .mychart-login
    .component-content
    .form-wrapper
    .form-account-links-wrapper
    .forgot-links {
    margin-bottom: 24px;
    order: 2;
  }
  .mychart-login
    .component-content
    .form-wrapper
    .form-account-links-wrapper
    .forgot-links
    a {
    display: block;
    margin-top: 16px;
    margin-right: 0;
  }
}
.custom-print .advanced-map,
.custom-print .map-module,
.custom-print .alert-module,
.custom-print .bys-moment,
.custom-print .promotion-ad-module .share-print-email,
.custom-print .icon-ui-print,
.custom-print .icon-ui-share,
.custom-print .clinic-ctas,
.custom-print .article-cards,
.custom-print .manual-article-cards,
.custom-print .article-info-top,
.custom-print .article-info,
.custom-print .article-related-conditions,
.custom-print .article-contact,
.custom-print .quote,
.custom-print .patient-services,
.custom-print .ucsf-values,
.custom-print .vimeo-video {
  display: none;
}
.custom-print .plan-your-visit .cards {
  display: none;
}
.custom-print .doctor-hero .component-content .desktop-image {
  opacity: 1;
  animation: unset;
}
.custom-print .doctor-hero .component-content .desktop-image.circle {
  top: 0;
  width: 320px;
  height: 320px;
}
.custom-print .doctor-hero .component-content .mobile-image {
  opacity: 1;
  animation: unset;
}
.custom-print .doctor-hero .component-content .mobile-image:after {
  background-image: unset;
  top: 0;
}
.custom-print .doctor-hero .component-content .info h1,
.custom-print .doctor-hero .component-content .info p,
.custom-print .doctor-hero .component-content .info .doctor-ctas {
  opacity: 1;
  animation: unset;
}
.custom-print .doctor-hero .component-content .info h2 {
  margin-top: 25px;
}
.custom-print .media-slider-caption-container span {
  display: none;
}
.custom-print .research-initiatives.cards-horizontal .component-content {
  display: block;
}
.custom-print .research-initiatives.cards-horizontal .component-content img {
  max-width: 150px;
  max-height: 150px;
}
.custom-print .rich-text ul > li:before,
.custom-print .rich-text ol > li:before {
  position: static;
}
.conditions-print-module .alert-module,
.conditions-print-module .promotion-ad-module .share-print-email,
.conditions-print-module .icon-ui-print,
.conditions-print-module .icon-ui-share,
.conditions-print-module .clinic-ctas,
.conditions-print-module .article-cards,
.conditions-print-module .manual-article-cards,
.conditions-print-module .article-info-top,
.conditions-print-module .article-info,
.conditions-print-module .article-related-conditions,
.conditions-print-module .article-contact,
.conditions-print-module .quote,
.conditions-print-module .patient-services,
.conditions-print-module .ucsf-values {
  display: none;
}
.conditions-print-module .plan-your-visit .cards {
  display: none;
}
@media print {
  #content.single-component-print * {
    display: none;
  }
  #content.single-component-print *.component-to-print {
    display: inherit;
  }
  #content.single-component-print *.component-to-print * {
    display: inherit;
  }
  #footer {
    display: none;
  }
}
.numbered-clinic-rollup .component-content .cards {
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.numbered-clinic-card {
  margin: 8px;
  background-color: #fff;
  width: 416px;
  height: 144px;
  display: flex;
  flex-direction: row;
  padding: 24px 32px;
  transition: box-shadow 0.25s;
  position: relative;
  border: 1px solid #f2f4f6;
}
.numbered-clinic-card:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.numbered-clinic-card-first {
  display: flex;
  flex-direction: row;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .numbered-clinic-card-first-image img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.numbered-clinic-card-first-image {
  width: 96px;
  height: 96px;
  margin-right: 24px;
  position: relative;
}
.numbered-clinic-card-first-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.numbered-clinic-card-first-image span {
  position: absolute;
  bottom: -15px;
  right: -15px;
  background-color: #667791;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid white;
  color: #fff;
  font-weight: bold;
}
.numbered-clinic-card-second {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.numbered-clinic-card-second-locations a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.numbered-clinic-card-second-locations a:focus {
  opacity: 1;
}
.numbered-clinic-card-second-locations a[href=""]:hover {
  cursor: default;
}
.numbered-clinic-card-second-locations span {
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: -0.2px;
  color: #506380;
  font-weight: 500;
}
.numbered-clinic-card-second-locations span p {
  margin-bottom: 0;
}
.numbered-clinic-card-header {
  width: 210px;
  height: 60px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #052049;
}
.numbered-clinic-card .first {
  display: none;
}
@media (max-width: 991.98px) {
  .numbered-clinic-card-header {
    height: initial;
  }
}
@media (max-width: 767.98px) {
  .numbered-clinic-card {
    margin: 8px auto 8px auto;
    width: 100%;
    height: 176px;
    flex-direction: column;
    padding: 16px;
  }
  .numbered-clinic-card-first {
    flex-direction: row;
  }
  .numbered-clinic-card-first-image {
    width: 60px;
    height: 60px;
  }
  .numbered-clinic-card-first-image span {
    bottom: -10px;
    right: -10px;
  }
  .numbered-clinic-card-second {
    padding-top: 13px;
    margin-top: 16px;
    border-top: 1px solid #bcc4cd;
  }
  .numbered-clinic-card-header {
    font-size: 16px;
    line-height: 1;
  }
  .numbered-clinic-card .first {
    display: block;
  }
  .numbered-clinic-card .second {
    display: none;
  }
}
.treatments-meta-links > .component-content > div {
  flex: 1;
}
.treatments-meta-links > .component-content > div:first-child {
  width: 300px;
  max-width: 300px;
  margin: 0 60px 20px 0;
  flex-shrink: 0;
}
.treatments-meta-links a {
  font-weight: 300;
}
.treatments-meta-links h2 {
  color: #052049;
  position: relative;
  padding-bottom: 20px;
}
.treatments-meta-links h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  background-color: #dce0e6;
}
.treatments-meta-links h2:empty {
  display: none;
}
.treatments-meta-links p {
  margin-bottom: 0;
  font-weight: 300;
}
.treatments-meta-links .featured-treatments {
  margin-bottom: 30px;
  display: flex;
}
.treatments-meta-links .featured-treatments > div {
  padding-right: 40px;
  flex: 1;
  margin-bottom: 20px;
  width: 274px;
  min-width: 31%;
}
.treatments-meta-links .btn-drawer {
  margin-top: 10px;
}
@media (max-width: 1199.98px) {
  .treatments-meta-links > .component-content > div {
    flex-basis: 100%;
  }
  .treatments-meta-links > .component-content > div:first-child {
    max-width: none;
    margin-right: 0;
  }
  .treatments-meta-links .featured-treatments > div {
    width: 200px;
  }
}
@media (max-width: 991.98px) {
  .treatments-meta-links > .component-content .featured-treatments > div {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .treatments-meta-links .featured-treatments {
    margin-bottom: 20px;
    flex-direction: column;
  }
  .treatments-meta-links .featured-treatments > div {
    width: auto;
    max-width: none;
  }
}
.google-translate-select {
  background-color: #506380;
  width: 128px;
  padding: 0px;
  margin-left: 25px;
  border-radius: 10px;
}
.google-translate-select .google-translate-heading {
  margin-left: 9px;
  padding-right: 9px;
  position: relative;
}
.google-translate-select .google-translate-heading:after {
  content: "";
  width: 9px;
  height: 9px;
  border-width: 3px 0 0 3px;
  border-style: solid;
  position: absolute;
  right: -4.5px;
  top: 50%;
  transform: rotate(135deg) translateY(-3.6px);
  transform-origin: top;
}
.google-translate-select .google-translate-heading:after {
  right: 9.5px;
}
.google-translate-select li {
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.25px;
}
.google-translate-select.open {
  border-radius: 10px;
}
.google-translate-select.open .google-translate-heading {
  padding-right: 12px;
  position: relative;
  padding-right: 0px;
}
.google-translate-select.open .google-translate-heading:after {
  content: "";
  width: 9px;
  height: 9px;
  border-width: 3px 0 0 3px;
  border-style: solid;
  position: absolute;
  right: -4.5px;
  top: 50%;
  transform: rotate(-135deg) translateY(-3.6px);
  transform-origin: top;
}
.google-translate-select.open .google-translate-heading:after {
  right: 9.5px;
}
.google-translate-select.open ul {
  padding: 10px 0;
}
.google-translate-select.open ul li a {
  color: #fff;
}
.google-translate-select.open ul li a:hover {
  color: #d5d9de;
}
.google-translate-select .google-translate-options {
  border-radius: 0;
  top: 24px;
  background-color: #506380;
}
.google-translate-select .google-translate-options ul {
  width: 126px;
  padding-bottom: 0px;
}
@media (max-width: 1199.98px) {
  .google-translate-select {
    margin-left: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1075px) {
  .google-translate-select {
    width: 90px;
    margin-left: 5px;
  }
}
.free-floating-link-button {
  margin-left: 10px;
  margin-right: 10px;
  min-width: 300px;
}
.free-floating-link-button.btn {
  padding: inherit;
}
.free-floating-link-button.btn-primary a {
  color: #fff;
}
.free-floating-link-button.btn-primary:hover a,
.free-floating-link-button.btn-primary:hover span::before {
  text-decoration: none;
}
.free-floating-link-button.btn-secondary:hover {
  color: #052049;
}
.free-floating-link-button.btn-secondary:hover a {
  color: #052049;
}
.free-floating-link-button.btn-tertiary:hover a {
  text-decoration: none;
}
.free-floating-link-button .component-content div a {
  display: block;
  font-weight: normal;
}
.free-floating-link-button .component-content div a span::before {
  font-weight: normal;
}
.free-floating-link-button .component-content div a span.lbir {
  margin-right: 0px;
  margin-left: 8px;
}
.free-floating-link-button .component-content div a p {
  display: inline;
}
@media (max-width: 991.98px) {
  .component.free-floating-link-button {
    margin-bottom: 20px;
  }
  .component.free-floating-link-button.margin-bottom-24 {
    margin-bottom: 24px;
  }
  .component.free-floating-link-button.margin-bottom-40 {
    margin-bottom: 40px;
  }
  .component.free-floating-link-button.final-btn {
    margin-bottom: 64px;
  }
  .component:last-of-type.free-floating-link-button {
    margin-bottom: 0px;
  }
}
.component:last-of-type.free-floating-link-button {
  margin-bottom: 64px;
}
.bottom-of-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.anchor-info-navigation.anchor-info-nav-ucsf {
  z-index: 2;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #dce0e6;
  box-shadow: 0 12px 12px -4px rgba(0, 0, 0, 0.02);
  padding: 40px 20px;
  max-width: 210px;
  overflow-y: auto;
  max-height: 84vh;
  scrollbar-width: none;
}
.anchor-info-navigation.anchor-info-nav-ucsf:hover {
  scrollbar-width: auto;
  border-radius: 30px 0 0 30px;
  padding-right: 15px;
}
.anchor-info-navigation.anchor-info-nav-ucsf.lhn-sticky {
  position: fixed;
  top: 95px;
}
.anchor-info-navigation.anchor-info-nav-ucsf .component-content ul {
  list-style-type: none;
  padding-left: 0px;
}
.anchor-info-navigation.anchor-info-nav-ucsf .component-content ul li {
  padding-bottom: 10px;
}
.anchor-info-navigation.anchor-info-nav-ucsf .component-content ul li a {
  font-size: 16px;
  line-height: 18px;
  color: #506380;
  font-weight: normal;
}
.anchor-info-navigation.anchor-info-nav-ucsf .component-content ul li a:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 6px;
  left: -20px;
  width: 5px;
  margin-right: -5px;
  height: 24px;
  background-color: transparent;
}
.anchor-info-navigation.anchor-info-nav-ucsf
  .component-content
  ul
  li
  a.lhn-active {
  color: #052049;
}
.anchor-info-navigation.anchor-info-nav-ucsf
  .component-content
  ul
  li
  a.lhn-active:before {
  background-color: #006be9;
}
@media (max-width: 991.98px) {
  .title-anchor-fix {
    padding-top: 145px;
  }
  .anchor-info-navigation.anchor-info-nav-ucsf {
    display: none;
    border-radius: inherit;
    max-width: inherit;
  }
  .anchor-info-navigation.anchor-info-nav-ucsf.lhn-mobile-nav {
    display: block;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #fff;
  }
  .anchor-info-navigation.anchor-info-nav-ucsf.lhn-mobile-nav.condition-title {
    padding-top: 24px;
  }
  .anchor-info-navigation.anchor-info-nav-ucsf.lhn-mobile-nav
    .component-content
    ul {
    padding-left: 24px;
  }
  .anchor-info-navigation.anchor-info-nav-ucsf.lhn-mobile-nav
    .component-content
    ul
    li
    a.lhn-active {
    color: #506380;
  }
  .anchor-info-navigation.anchor-info-nav-ucsf.lhn-mobile-nav
    .component-content
    ul
    li
    a.lhn-active:before {
    background-color: transparent;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .anchor-info-navigation.lhn-mobile-nav {
    height: 100px;
  }
  .anchor-info-navigation.lhn-mobile-nav .component-content {
    position: fixed;
    width: 100%;
    height: 65%;
    overflow-y: scroll;
    background-color: #fff;
  }
}
@media (max-width: 767.98px) {
  .anchor-info-navigation.lhn-mobile-nav .component-content {
    height: 65%;
    overflow-y: scroll;
  }
}
.conditions-hero.conditions-hero-spc {
  background-color: #fff;
  margin-bottom: 0px;
}
.conditions-hero.conditions-hero-spc .component-content {
  display: flex;
  flex-direction: row;
}
.conditions-hero.conditions-hero-spc .component-content .scLooseFrameZone {
  display: flex;
  width: 100%;
}
.conditions-hero.conditions-hero-spc
  .component-content
  .conditions-hero-image
  img {
  width: 100%;
  height: 100%;
}
.conditions-hero.conditions-hero-spc
  .component-content
  .conditions-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 72px;
  padding-top: 35px;
  max-width: 550px;
  width: 100%;
  position: absolute;
}
.conditions-hero.conditions-hero-spc
  .component-content
  .conditions-hero-content
  .conditions-hero-breadcrumb-wrapper {
  padding-bottom: 5px;
}
.conditions-hero.conditions-hero-spc
  .component-content
  .conditions-hero-content
  > h1.reduce-font-size {
  font-size: 46px;
  line-height: 50px;
}
.conditions-hero.conditions-hero-spc
  .component-content
  .conditions-hero-content
  > h1
  > span {
  white-space: nowrap;
}
.conditions-hero.conditions-hero-spc
  .component-content
  .conditions-hero-content
  a {
  font-weight: normal;
  color: #506380;
}
.conditions-hero.conditions-hero-spc
  .component-content
  .conditions-hero-content
  a:hover:before {
  text-decoration: none;
  color: #006be9;
}
.conditions-hero.conditions-hero-spc
  .component-content
  .conditions-hero-content
  a:not(:first-child):before {
  content: "\2022";
  padding: 0 13px 0 5px;
  display: inline-block;
}
.conditions-hero.conditions-hero-spc.conditions-hero-sticky
  .component-content
  .conditions-hero-content
  .conditions-hero-content-header {
  width: 80%;
  color: inherit;
}
@media (max-width: 991.98px) {
  .conditions-hero.conditions-hero-spc .component-content {
    display: flex;
    flex-direction: row;
  }
  .conditions-hero.conditions-hero-spc .component-content .scLooseFrameZone {
    display: block;
  }
  .conditions-hero.conditions-hero-spc
    .component-content
    .conditions-hero-image {
    height: 296px;
    display: block;
  }
  .conditions-hero.conditions-hero-spc
    .component-content
    .conditions-hero-content {
    padding-left: 48px;
    max-width: 400px;
  }
  .conditions-hero.conditions-hero-spc
    .component-content
    .conditions-hero-content
    h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .conditions-hero.conditions-hero-spc
    .component-content
    .conditions-hero-content
    h1.reduce-font-size {
    font-size: 28px;
    line-height: 36px;
  }
  .conditions-hero.conditions-hero-spc
    .component-content
    .conditions-hero-content
    a {
    display: block;
  }
  .conditions-hero.conditions-hero-spc
    .component-content
    .conditions-hero-content
    a:not(:first-child) {
    padding-bottom: 10px;
  }
  .conditions-hero.conditions-hero-spc
    .component-content
    .conditions-hero-content
    a:not(:first-child):before {
    content: "";
    padding: 0;
  }
  .conditions-hero.conditions-hero-spc .component-content .conditions-hero-end {
    height: 10px;
  }
  .conditions-hero.conditions-hero-spc.conditions-hero-sticky {
    width: 100%;
    animation-name: subNavSlideDown;
    animation-duration: 0.5s;
    height: 72px;
    position: fixed;
    z-index: 99;
    border-bottom: 1px solid #f2f4f6;
    background-color: #fff;
    margin-bottom: 0;
  }
  .conditions-hero.conditions-hero-spc.conditions-hero-sticky.mobile-open
    h1.conditions-hero-content-header {
    color: inherit;
  }
  .conditions-hero.conditions-hero-spc.conditions-hero-sticky:not(.mobile-open)
    .component-content
    .conditions-hero-content {
    padding-top: 0px;
  }
  .conditions-hero.conditions-hero-spc.conditions-hero-sticky + div {
    padding-top: 70px;
  }
  .conditions-hero.conditions-hero-spc.conditions-hero-sticky
    .component-content {
    height: 100%;
    flex-direction: row;
  }
  .conditions-hero.conditions-hero-spc.conditions-hero-sticky
    .component-content
    .conditions-hero-content {
    padding-bottom: 0;
    padding-top: 0px;
    height: 100%;
  }
  .conditions-hero.conditions-hero-spc.conditions-hero-sticky
    .component-content
    .conditions-hero-content
    .conditions-hero-breadcrumb-wrapper {
    display: none;
  }
  .conditions-hero.conditions-hero-spc.conditions-hero-sticky
    .component-content
    .conditions-hero-content
    h1 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 25px;
  }
  .conditions-hero.conditions-hero-spc.conditions-hero-sticky
    .component-content
    .conditions-hero-content
    h1.reduce-font-size {
    line-height: 25px;
  }
  .conditions-hero.conditions-hero-spc.conditions-hero-sticky
    .component-content
    .conditions-hero-content
    .lhn-anchor-mobile-open.lhn-anchor-mobile-icon-sticky {
    padding-right: 12px;
    position: relative;
    position: initial;
  }
  .conditions-hero.conditions-hero-spc.conditions-hero-sticky
    .component-content
    .conditions-hero-content
    .lhn-anchor-mobile-open.lhn-anchor-mobile-icon-sticky:after {
    content: "";
    width: 9px;
    height: 9px;
    border-width: 3px 0 0 3px;
    border-style: solid;
    position: absolute;
    right: -4.5px;
    top: 50%;
    transform: rotate(-135deg) translateY(-3.6px);
    transform-origin: top;
  }
  .conditions-hero.conditions-hero-spc.conditions-hero-sticky
    .component-content
    .conditions-hero-content
    .lhn-anchor-mobile-open.lhn-anchor-mobile-icon-sticky:after {
    right: 35px;
    top: 50%;
  }
  .conditions-hero.conditions-hero-spc.conditions-hero-sticky
    .component-content
    .conditions-hero-content
    .lhn-anchor-mobile-open.anchor-mobile-close {
    padding-right: 12px;
    position: relative;
    position: initial;
  }
  .conditions-hero.conditions-hero-spc.conditions-hero-sticky
    .component-content
    .conditions-hero-content
    .lhn-anchor-mobile-open.anchor-mobile-close:after {
    content: "";
    width: 9px;
    height: 9px;
    border-width: 3px 0 0 3px;
    border-style: solid;
    position: absolute;
    right: -4.5px;
    top: 50%;
    transform: rotate(45deg) translateY(-3.6px);
    transform-origin: top;
  }
  .conditions-hero.conditions-hero-spc.conditions-hero-sticky
    .component-content
    .conditions-hero-content
    .lhn-anchor-mobile-open.anchor-mobile-close:after {
    right: 35px;
    top: 15%;
  }
  .conditions-hero.conditions-hero-spc.conditions-hero-sticky
    .component-content
    .conditions-hero-content
    .lhn-anchor-mobile-open.anchor-mobile-close.lhn-anchor-mobile-icon-sticky:after {
    top: 50%;
  }
  .conditions-hero.conditions-hero-spc.conditions-hero-sticky
    .component-content
    .conditions-hero-image {
    visibility: hidden;
    overflow-y: hidden;
  }
}
@keyframes subNavSlideDown {
  from {
    height: 0px;
  }
  to {
    height: 72px;
  }
}
@media (min-width: 768px) {
  .conditions-hero.conditions-hero-spc
    .component-content
    .conditions-hero-content
    > h1 {
    color: #fff;
  }
  .conditions-hero.conditions-hero-spc
    .component-content
    .conditions-hero-content
    a {
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  .conditions-hero.conditions-hero-spc .component-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: baseline;
  }
  .conditions-hero.conditions-hero-spc .component-content .scLooseFrameZone {
    display: block;
  }
  .conditions-hero.conditions-hero-spc
    .component-content
    .conditions-hero-image {
    width: 100%;
    height: auto;
  }
  .conditions-hero.conditions-hero-spc
    .component-content
    .conditions-hero-content {
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 24px;
    position: initial;
    margin-left: auto;
    margin-right: auto;
    max-width: 540px;
    width: 100%;
  }
  .conditions-hero.conditions-hero-spc
    .component-content
    .conditions-hero-content
    h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .conditions-hero.conditions-hero-spc
    .component-content
    .conditions-hero-content
    h1.reduce-font-size {
    font-size: 22px;
    line-height: 36px;
  }
  .conditions-hero.conditions-hero-spc
    .component-content
    .conditions-hero-content
    a {
    display: block;
  }
  .conditions-hero.conditions-hero-spc
    .component-content
    .conditions-hero-content
    a:not(:first-child) {
    padding-bottom: 10px;
  }
  .conditions-hero.conditions-hero-spc
    .component-content
    .conditions-hero-content
    a:not(:first-child):before {
    content: "";
    padding: 0;
  }
  .conditions-hero.conditions-hero-spc .component-content .conditions-hero-end {
    height: 10px;
  }
  .conditions-hero.conditions-hero-spc.conditions-hero-sticky {
    width: 100%;
    height: 70px;
    position: fixed;
    z-index: 99;
    border-bottom: 1px solid #f2f4f6;
    background-color: #fff;
  }
  .conditions-hero.conditions-hero-spc.conditions-hero-sticky + div {
    padding-top: 70px;
  }
  .conditions-hero.conditions-hero-spc.conditions-hero-sticky
    .component-content {
    height: 100%;
  }
  .conditions-hero.conditions-hero-spc.conditions-hero-sticky
    .component-content
    .conditions-hero-content {
    padding-bottom: 0;
    height: 100%;
  }
  .conditions-hero.conditions-hero-spc.conditions-hero-sticky
    .component-content
    .conditions-hero-content
    .conditions-hero-breadcrumb-wrapper {
    display: none;
  }
  .conditions-hero.conditions-hero-spc.conditions-hero-sticky
    .component-content
    .conditions-hero-content
    h1 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .conditions-hero.conditions-hero-spc.conditions-hero-sticky
    .component-content
    .conditions-hero-image {
    display: none;
  }
}
