@font-face {
  font-family: 'mayo-display';
  src: url('https://www.mayoclinic.org/mayofonts/Fonts/mayo/MayoClinicSerifDisplay-Light.woff2')
      format('woff2'),
    url('https://www.mayoclinic.org/mayofonts/Fonts/mayo/MayoClinicSerifDisplay-Light.woff')
      format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'mayo-display';
  src: url('https://www.mayoclinic.org/mayofonts/Fonts/mayo/MayoClinicSerifDisplay-Regular.woff2')
      format('woff2'),
    url('https://www.mayoclinic.org/mayofonts/Fonts/mayo/MayoClinicSerifDisplay-Regular.woff')
      format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'mayo-display';
  src: url('https://www.mayoclinic.org/mayofonts/Fonts/mayo/MayoClinicSerifDisplay-Bold.woff2')
      format('woff2'),
    url('https://www.mayoclinic.org/mayofonts/Fonts/mayo/MayoClinicSerifDisplay-Bold.woff')
      format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'mayo-sans';
  src: url('https://www.mayoclinic.org/mayofonts/Fonts/mayo/MayoClinicSans-Light.woff2')
      format('woff2'),
    url('https://www.mayoclinic.org/mayofonts/Fonts/mayo/MayoClinicSans-Light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'mayo-sans';
  src: url('https://www.mayoclinic.org/mayofonts/Fonts/mayo/MayoClinicSans-Regular.woff2')
      format('woff2'),
    url('https://www.mayoclinic.org/mayofonts/Fonts/mayo/MayoClinicSans-Regular.woff')
      format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'mayo-sans';
  src: url('https://www.mayoclinic.org/mayofonts/Fonts/mayo/MayoClinicSans-Bold.woff2')
      format('woff2'),
    url('https://www.mayoclinic.org/mayofonts/Fonts/mayo/MayoClinicSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'mayo-sans';
  src: url('https://www.mayoclinic.org/mayofonts/Fonts/mayo/MayoClinicSans-Black.woff2')
      format('woff2'),
    url('https://www.mayoclinic.org/mayofonts/Fonts/mayo/MayoClinicSans-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'mayo-serif';
  src: url('https://www.mayoclinic.org/mayofonts/Fonts/mayo/MayoClinicSerif-Regular.woff2')
      format('woff2'),
    url('https://www.mayoclinic.org/mayofonts/Fonts/mayo/MayoClinicSerif-Regular.woff')
      format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'mayo-serif';
  src: url('https://www.mayoclinic.org/mayofonts/Fonts/mayo/MayoClinicSerif-Bold.woff2')
      format('woff2'),
    url('https://www.mayoclinic.org/mayofonts/Fonts/mayo/MayoClinicSerif-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'mayo-serif';
  src: url('https://www.mayoclinic.org/mayofonts/Fonts/mayo/MayoClinicSerif-Black.woff2')
      format('woff2'),
    url('https://www.mayoclinic.org/mayofonts/Fonts/mayo/MayoClinicSerif-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

.main > header {
  display: none;
}
* {
  position: relative;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
body,
html {
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: mayo-sans, arial, sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
}
body {
  height: 100%;
}
body,
html {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
a {
  color: #0057b8;
}
a:focus {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #707070;
}
a:focus:not(:focus-visible) {
  outline: 0;
}
a:focus-visible {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #707070;
}
a:hover {
  text-decoration: none;
}
.myc-visuallyhidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.desktop-only {
  display: none;
}
@media only screen and (min-width: 1056px) {
  .desktop-only {
    display: block;
  }
}
.mobile-only {
  display: none;
}
@media only screen and (max-width: 1055px) {
  .mobile-only {
    display: block;
  }
}
span.gray {
  color: #707070;
}
.gray {
  color: #707070;
}
.wrapper {
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (max-width: 1055px) and (min-width: 768px) {
  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1343px) and (min-width: 1056px) {
  .wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 1344px) {
  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.wrapper.indent-one {
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (min-width: 1056px) {
  .wrapper.indent-one {
    padding-left: 88px;
    padding-right: 88px;
  }
}
@media only screen and (min-width: 1344px) {
  .wrapper.indent-one {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.wrapper.indent-two {
  padding-left: 24px;
}
@media only screen and (min-width: 1056px) {
  .wrapper.indent-two {
    padding-left: 152px;
    padding-right: 152px;
  }
}
@media only screen and (min-width: 1344px) {
  .wrapper.indent-two {
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .remove-padding .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .remove-padding-l .wrapper {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .remove-padding-r .wrapper {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1056px) {
  .flex-container {
    display: flex;
  }
}
.flex-container.add-border {
  border-top: 1px solid #e6e6e6;
  padding: 40px 0 40px 0;
}
.flex-container.clickable {
  position: relative;
}
.flex-container.clickable div {
  position: initial;
}
.flex-container .item {
  min-width: 0;
  flex: 1;
}
@media only screen and (min-width: 1056px) {
  .flex-container .item {
    padding-right: 16px;
  }
  .flex-container .item:last-child {
    padding-right: 0;
  }
}
.flex-container .item img {
  width: 100%;
  display: block;
}
.flex-container .item.four {
  flex: 4;
}
.flex-container .item.two {
  flex: 2;
}
.flex-container .item.one {
  flex: 1;
}
.flex-container .item.grid60 {
  flex: 1.5;
}
.flex-container .item.grid70 {
  flex: 1.6;
}
@media only screen and (max-width: 1343px) and (min-width: 1056px) {
  .flex-container.add-space > .item {
    padding-right: 40px;
  }
  .flex-container.add-space > .item:last-child {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1344px) {
  .flex-container.add-space > .item {
    padding-right: 48px;
  }
  .flex-container.add-space > .item:last-child {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1343px) and (min-width: 1056px) {
  .flex-container.list-space .item {
    padding-right: 40px;
    padding-left: 40px;
  }
  .flex-container.list-space .item:first-child {
    padding-left: 0;
  }
  .flex-container.list-space .item:last-child {
    padding-right: 0;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1344px) {
  .flex-container.list-space .item {
    padding-right: 48px;
  }
  .flex-container.list-space .item:last-child {
    padding-right: 0;
    padding-left: 48px;
  }
}
@media only screen and (min-width: 1056px) {
  .flex-container.reverse-order.add-space .item {
    order: 2;
  }
  .flex-container.reverse-order.add-space .item + .item {
    order: 1;
  }
}
@media only screen and (max-width: 1343px) and (min-width: 1056px) {
  .flex-container.reverse-order.add-space .item {
    padding-right: 0;
    padding-left: 40px;
  }
  .flex-container.reverse-order.add-space .item:last-child {
    padding-right: 40px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1344px) {
  .flex-container.reverse-order.add-space .item {
    padding-right: 0;
    padding-left: 48px;
  }
  .flex-container.reverse-order.add-space .item:last-child {
    padding-right: 48px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1056px) {
  .flex-container.reverse-order .item {
    order: 2;
  }
  .flex-container.reverse-order .item + .item {
    order: 1;
  }
}
@media only screen and (min-width: 1056px) {
  .flex-container.reverse-order > .item {
    padding-right: 0;
    order: 2;
  }
  .flex-container.reverse-order > .item:last-child {
    padding-right: 16px;
  }
  .flex-container.reverse-order > .item + .item {
    order: 1;
  }
}
section {
  margin-bottom: 32px;
}
@media only screen and (min-width: 1056px) {
  section {
    margin-bottom: 40px;
  }
}
section.v-space-med {
  margin-bottom: 48px;
}
@media only screen and (min-width: 1056px) {
  section.v-space-med {
    margin-bottom: 56px;
  }
}
section.v-space-lg {
  margin-bottom: 72px;
}
@media only screen and (min-width: 1056px) {
  section.v-space-lg {
    margin-bottom: 80px;
  }
}
section.remove-margin {
  margin-bottom: 0;
}
section.bg-blue {
  background-color: #0057b8;
  color: #fff;
  padding: 40px 0 24px 0;
}
@media only screen and (min-width: 1056px) {
  section.bg-blue {
    padding: 56px 0 40px 0;
  }
}
section.bg-blue.remove-padding {
  padding: 0;
}
@media only screen and (min-width: 1056px) {
  section.bg-blue.remove-padding {
    padding: 0;
  }
}
section.bg-black {
  background-color: #000;
  color: #fff;
  padding: 40px 0 24px 0;
}
@media only screen and (min-width: 1056px) {
  section.bg-black {
    padding: 56px 0 40px 0;
  }
}
section.bg-black.remove-padding {
  padding: 0;
}
@media only screen and (min-width: 1056px) {
  section.bg-black.remove-padding {
    padding: 0;
  }
}
section.bg-gray {
  background-color: #f6f6f6;
  padding: 40px 0 24px 0;
}
@media only screen and (min-width: 1056px) {
  section.bg-gray {
    padding: 56px 0 40px 0;
  }
}
section.bg-gray.remove-padding {
  padding: 0;
}
@media only screen and (min-width: 1056px) {
  section.bg-gray.remove-padding {
    padding: 0;
  }
}
section.remove-margin {
  margin-bottom: 0;
}
@media only screen and (min-width: 1056px) {
  section.remove-margin {
    margin-bottom: 0;
  }
}
footer {
  background-color: #000;
}
footer .back-top {
  border-bottom: 1px solid #fff;
  padding: 40px 0 40px 0;
}
footer .back-top a {
  padding: 8px 0 8px 0;
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
footer .footer-content {
  border-bottom: 1px solid #707070;
  padding-top: 32px;
  padding-bottom: 32px;
}

footer .footer-content a {
  color: #009cde;
}

footer .footer-content .col-2 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 1056px) {
  footer .footer-content .col-2 {
    display: -webkit-box;
    display: flex;
    justify-content: flex-start;
    justify-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100% !important;
  }
  footer .footer-content .col-2 .content {
    width: 70%;
    max-width: 70% !important;
  }
}
@media only screen and (max-width: 1055px) {
  footer .footer-content .col-2 .social {
    margin-top: 24px;
  }
}
footer .footer-content .col-2 .social a {
  text-decoration: none;
  margin-left: 16px;
}
footer .footer-content .col-2 .social a:first-child {
  margin-left: 0;
}
footer .footer-content h2,
footer .footer-content p {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #fff;
  margin-bottom: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 1056px) {
  footer .footer-content h2,
  footer .footer-content p {
    width: 70%;
  }
}
footer .footer-content h2.gray,
footer .footer-content p.gray {
  color: #707070;
}
footer .footer-content h2.add-margin,
footer .footer-content p.add-margin {
  padding-top: 32px;
}
footer .footer-content ol.links {
  display: -webkit-box;
  display: flex;
  justify-content: flex-start;
  justify-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: start;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* @media only screen and (min-width: 1056px) {
  footer .footer-content ol.links {
    width: 70%;
  }
} */
footer .footer-content ol.links.lg {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
@media screen and (min-width: 1056px) {
  footer .footer-content ol.links.lg {
    font-size: 18px;
  }
}
footer .footer-content ol.links.sm {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
footer .footer-content ol.links li {
  width: 50%;
  padding-right: 16px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1056px) {
  footer .footer-content ol.links li {
    width: 25%;
    padding-right: 16px;
    margin-bottom: 0;
  }
}
footer .footer-content ol.links li a {
  color: #fff;
  text-decoration: none;
}
footer .footer-content ol.links li a:focus {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #fff;
}
footer .footer-content ol.links li a:focus:not(:focus-visible) {
  outline: 0;
}
footer .footer-content ol.links li a:focus-visible {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #fff;
}
footer .footer-content ol.links li a:hover {
  text-decoration: underline;
}
.bg-blue {
  background-color: #0057b8;
  color: #fff;
}
.bg-black {
  background-color: #000;
  color: #fff;
}
.bg-gray {
  background-color: #e6e6e6;
}
.bg-teal {
  background-color: #9cdbd9;
}
.fluid-columns {
  display: -webkit-box;
  display: flex;
  justify-content: flex-start;
  justify-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fluid-columns .item {
  width: calc(50% - 16px);
  margin-bottom: 32px;
}
@media only screen and (min-width: 1056px) {
  .fluid-columns .item {
    width: calc(25% - 16px);
  }
}
@media only screen and (min-width: 1056px) {
  .fluid-columns .item {
    margin-bottom: 40px;
  }
}
.fluid-columns.col-3 .item {
  width: 100%;
}
@media only screen and (min-width: 1056px) {
  .fluid-columns.col-3 .item {
    width: calc(100% / 3 - 16px);
  }
}
.fluid-columns.col-3.add-space .item {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .fluid-columns.col-3.add-space .item {
    width: calc(33.3% - 80px);
  }
}
a.button,
a.button-icon-l,
a.button-icon-r,
button.button,
button.button-icon-l,
button.button-icon-r {
  background-color: #0057b8;
  color: #fff;
  padding: 16px 32px 16px 32px;
  border-radius: 999vw;
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  display: inline-block;
  align-items: center;
  border: 0;
  line-height: 1em;
  text-decoration: none;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1056px) {
  a.button,
  a.button-icon-l,
  a.button-icon-r,
  button.button,
  button.button-icon-l,
  button.button-icon-r {
    font-size: 18px;
  }
}
a.button + a.button,
a.button-icon-l + a.button,
a.button-icon-r + a.button,
button.button + a.button,
button.button-icon-l + a.button,
button.button-icon-r + a.button {
  margin-top: 16px;
}
a.button-icon-l.full-width,
a.button-icon-r.full-width,
a.button.full-width,
button.button-icon-l.full-width,
button.button-icon-r.full-width,
button.button.full-width {
  width: 100%;
}
a.button-icon-l:hover,
a.button-icon-r:hover,
a.button:hover,
button.button-icon-l:hover,
button.button-icon-r:hover,
button.button:hover {
  transition: all 0.3s ease-in-out;
  outline: 0;
  background: #00418a;
  cursor: pointer;
}
a.button-icon-l:focus,
a.button-icon-r:focus,
a.button:focus,
button.button-icon-l:focus,
button.button-icon-r:focus,
button.button:focus {
  outline: 0;
}
a.button-icon-l:focus:before,
a.button-icon-r:focus:before,
a.button:focus:before,
button.button-icon-l:focus:before,
button.button-icon-r:focus:before,
button.button:focus:before {
  content: '';
  border: 2px dashed #707070;
  position: absolute;
  top: -6px;
  left: -6px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 999vw;
}
a.button-icon-l.white,
a.button-icon-r.white,
a.button.white,
button.button-icon-l.white,
button.button-icon-r.white,
button.button.white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
a.button-icon-l.white:hover,
a.button-icon-r.white:hover,
a.button.white:hover,
button.button-icon-l.white:hover,
button.button-icon-r.white:hover,
button.button.white:hover {
  background-color: #fff;
  color: #000;
}
a.button-icon-l.white:hover:visited,
a.button-icon-r.white:hover:visited,
a.button.white:hover:visited,
button.button-icon-l.white:hover:visited,
button.button-icon-r.white:hover:visited,
button.button.white:hover:visited {
  color: #000;
}
a.button-icon-l.white:visited,
a.button-icon-r.white:visited,
a.button.white:visited,
button.button-icon-l.white:visited,
button.button-icon-r.white:visited,
button.button.white:visited {
  color: #000;
}
a.button-icon-l.white:before,
a.button-icon-r.white:before,
a.button.white:before,
button.button-icon-l.white:before,
button.button-icon-r.white:before,
button.button.white:before {
  border: 2px dashed #fff;
}
a.button-icon-l.outline-red,
a.button-icon-r.outline-red,
a.button.outline-red,
button.button-icon-l.outline-red,
button.button-icon-r.outline-red,
button.button.outline-red {
  background-color: #fff;
  border: 1px solid #e4002b;
  color: #e4002b;
}
a.button-icon-l.outline-red:hover,
a.button-icon-r.outline-red:hover,
a.button.outline-red:hover,
button.button-icon-l.outline-red:hover,
button.button-icon-r.outline-red:hover,
button.button.outline-red:hover {
  background-color: #e4002b;
  color: #fff;
}
a.button-icon-l.outline-red:hover:visited,
a.button-icon-r.outline-red:hover:visited,
a.button.outline-red:hover:visited,
button.button-icon-l.outline-red:hover:visited,
button.button-icon-r.outline-red:hover:visited,
button.button.outline-red:hover:visited {
  color: #fff;
}
a.button-icon-l.outline-red:visited,
a.button-icon-r.outline-red:visited,
a.button.outline-red:visited,
button.button-icon-l.outline-red:visited,
button.button-icon-r.outline-red:visited,
button.button.outline-red:visited {
  color: #e4002b;
}
a.button-icon-l.outline-black,
a.button-icon-r.outline-black,
a.button.outline-black,
button.button-icon-l.outline-black,
button.button-icon-r.outline-black,
button.button.outline-black {
  background: 0 0;
  border: 1px solid #000;
  color: #000;
}
a.button-icon-l.outline-black:hover,
a.button-icon-r.outline-black:hover,
a.button.outline-black:hover,
button.button-icon-l.outline-black:hover,
button.button-icon-r.outline-black:hover,
button.button.outline-black:hover {
  background-color: #000;
  color: #fff;
}
a.button-icon-l.outline-black:hover:visited:hover,
a.button-icon-r.outline-black:hover:visited:hover,
a.button.outline-black:hover:visited:hover,
button.button-icon-l.outline-black:hover:visited:hover,
button.button-icon-r.outline-black:hover:visited:hover,
button.button.outline-black:hover:visited:hover {
  color: #fff;
}
a.button-icon-l.outline-black:visited,
a.button-icon-r.outline-black:visited,
a.button.outline-black:visited,
button.button-icon-l.outline-black:visited,
button.button-icon-r.outline-black:visited,
button.button.outline-black:visited {
  color: #000;
}
a.button-icon-l.outline-white,
a.button-icon-r.outline-white,
a.button.outline-white,
button.button-icon-l.outline-white,
button.button-icon-r.outline-white,
button.button.outline-white {
  background: 0 0;
  border: 1px solid #fff;
  color: #fff;
}
a.button-icon-l.outline-white:hover,
a.button-icon-r.outline-white:hover,
a.button.outline-white:hover,
button.button-icon-l.outline-white:hover,
button.button-icon-r.outline-white:hover,
button.button.outline-white:hover {
  background-color: #fff;
  color: #000;
}
a.button-icon-l.outline-white:hover:visited:hover,
a.button-icon-r.outline-white:hover:visited:hover,
a.button.outline-white:hover:visited:hover,
button.button-icon-l.outline-white:hover:visited:hover,
button.button-icon-r.outline-white:hover:visited:hover,
button.button.outline-white:hover:visited:hover {
  color: #000;
}
a.button-icon-l.outline-white:visited,
a.button-icon-r.outline-white:visited,
a.button.outline-white:visited,
button.button-icon-l.outline-white:visited,
button.button-icon-r.outline-white:visited,
button.button.outline-white:visited {
  color: #fff;
}
a.button-icon-l.outline-gray,
a.button-icon-r.outline-gray,
a.button.outline-gray,
button.button-icon-l.outline-gray,
button.button-icon-r.outline-gray,
button.button.outline-gray {
  background: 0 0;
  border: 1px solid #707070;
  color: #707070;
}
a.button-icon-l.outline-gray:hover,
a.button-icon-r.outline-gray:hover,
a.button.outline-gray:hover,
button.button-icon-l.outline-gray:hover,
button.button-icon-r.outline-gray:hover,
button.button.outline-gray:hover {
  background-color: #000;
  color: #fff;
}
a.button-icon-l.secondary,
a.button-icon-r.secondary,
a.button.secondary,
button.button-icon-l.secondary,
button.button-icon-r.secondary,
button.button.secondary {
  color: #707070;
  background: 0 0;
  border: none;
}
a.button-icon-l.secondary:hover,
a.button-icon-r.secondary:hover,
a.button.secondary:hover,
button.button-icon-l.secondary:hover,
button.button-icon-r.secondary:hover,
button.button.secondary:hover {
  text-decoration: underline;
}
a.button-icon-l.secondary:visited,
a.button-icon-r.secondary:visited,
a.button.secondary:visited,
button.button-icon-l.secondary:visited,
button.button-icon-r.secondary:visited,
button.button.secondary:visited {
  color: #707070;
}
a.button-icon-l.teal,
a.button-icon-r.teal,
a.button.teal,
button.button-icon-l.teal,
button.button-icon-r.teal,
button.button.teal {
  color: #000;
  background-color: #9cdbd9;
  border: none;
}
a.button-icon-l.teal:hover,
a.button-icon-r.teal:hover,
a.button.teal:hover,
button.button-icon-l.teal:hover,
button.button-icon-r.teal:hover,
button.button.teal:hover {
  text-decoration: underline;
}
a.button-icon-l.teal:visited,
a.button-icon-r.teal:visited,
a.button.teal:visited,
button.button-icon-l.teal:visited,
button.button-icon-r.teal:visited,
button.button.teal:visited {
  color: #000;
}
a .button.full,
a.button-icon-l.full,
a.button-icon-r.full,
button .button.full,
button.button-icon-l.full,
button.button-icon-r.full {
  display: block;
}
a.button-icon-l .icon-lg,
a.button-icon-r .icon-lg,
button.button-icon-l .icon-lg,
button.button-icon-r .icon-lg {
  top: calc(50% - 16px);
}
a.button-icon-l .icon-med,
a.button-icon-r .icon-med,
button.button-icon-l .icon-med,
button.button-icon-r .icon-med {
  top: calc(50% - 12px);
}
a.button-icon-l .icon-sm,
a.button-icon-r .icon-sm,
button.button-icon-l .icon-sm,
button.button-icon-r .icon-sm {
  top: calc(50% - 8px);
}
a.button-icon-l,
button.button-icon-l {
  position: relative;
  align-items: center;
  display: inline-block;
  padding-left: 48px;
}
a.button-icon-l [class^='icon'],
button.button-icon-l [class^='icon'] {
  position: absolute;
  left: 20px;
}
a.button-icon-r,
button.button-icon-r {
  position: relative;
  align-items: center;
  display: inline-block;
}
a.button-icon-r [class^='icon'],
button.button-icon-r [class^='icon'] {
  position: absolute;
  right: 12px;
}
[class^='icon'] {
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.icon-landing-lg {
  width: 64px;
  height: 54px;
}
@media only screen and (min-width: 1056px) {
  .icon-landing-lg {
    width: 128px;
    height: 108px;
  }
}
.icon-xl {
  width: 64px;
  height: 64px;
}
.icon-lg,
.icon-lg-l {
  width: 32px;
  height: 32px;
}
.icon-med,
.icon-med-l {
  width: 24px;
  height: 24px;
}
.icon-sm,
.icon-sm-l {
  width: 16px;
  height: 16px;
}
.icon-xs {
  width: 8px;
  height: 8px;
}
.icon-world {
  width: 96px;
  height: 48px;
}
.icon-usa {
  width: 96px;
  height: 48px;
}
[class^='icon'].caret {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/arrow-caret.svg);
  background-position: right;
}
[class^='icon'].caret.white {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/arrow-caret-invert.svg);
}
[class^='icon'].calendar-range {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/calendar-date-range-black.svg);
}
[class^='icon'].arrow-r {
  background-position: 50%;
}
[class^='icon'].arrow-r.white {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/arrow-right-white.svg);
}
[class^='icon'].phone {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/phone-black.svg);
}
[class^='icon'].phone.white {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/phone-white.svg);
}
[class^='icon'].mobile-phone.white {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/mobile-phone-white.svg);
}
[class^='icon'].arrow-down {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/arrow-down-black.svg);
}
[class^='icon'].email {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/email-black.svg);
}
[class^='icon'].email.white {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/email-white.svg);
}
[class^='icon'].help {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/helpblack.svg);
}
[class^='icon'].help.gray {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/helpgray.svg);
}
[class^='icon'].beaker {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/beaker-drip-black.svg);
}
[class^='icon'].eye {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/eye-black.svg);
}
[class^='icon'].compare.blue {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/compare-blue.svg);
}
[class^='icon'].female {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/female-symbol-black.svg);
}
[class^='icon'].headphone {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/headphones-black.svg);
}
[class^='icon'].heart-ecg {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/heart-ecg-black.svg);
}
[class^='icon'].lungs {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/lungs-black.svg);
}
[class^='icon'].mri {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/mri-black.svg);
}
[class^='icon'].mri.white {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/mri-white.svg);
}
[class^='icon'].dna {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/dna-black.svg);
}
[class^='icon'].dna.white {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/dna-white.svg);
}
[class^='icon'].physician {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/physician-black.svg);
}
[class^='icon'].physician.white {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/physician-white.svg);
}
[class^='icon'].test-tube {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/test-tube-black.svg);
}
[class^='icon'].test-tube-drip {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/test-tube-drip-black.svg);
}
[class^='icon'].time-lapse {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/time-lapse-black.svg);
}
[class^='icon'].time-lapse.white {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/time-lapse-white.svg);
}
[class^='icon'].person-search {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/person-search-black.svg);
}
[class^='icon'].person-heart {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/person-heart-black.svg);
}
[class^='icon'].person-heart.white {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/person-heart-white.svg);
}
[class^='icon'].number-one {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/number-one-bright-blue.svg);
}
[class^='icon'].star {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/star-black.svg);
}
[class^='icon'].external-link {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/external-link-black.svg);
}
[class^='icon'].external-link.blue {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/external-link.svg);
}
[class^='icon'].clip-board-check {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/clipboard-check-black.svg);
}
[class^='icon'].layers {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/layers-black.svg);
}
[class^='icon'].handwashing {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/handwashing-black.svg);
}
[class^='icon'].hand-sanitizer {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/hand-sanitizer-black.svg);
}
[class^='icon'].hand-heart {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/hand-heart-black.svg);
}
[class^='icon'].hand-heart.white {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/hand-heart-white.svg);
}
[class^='icon'].hand-heart.gray {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/hand-heart-gray.svg);
}
[class^='icon'].circle-pay {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/pay-black.svg);
}
[class^='icon'].circle-pay.white {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/pay-white.svg);
}
[class^='icon'].circle-pay.blue {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/pay-blue.svg);
}
[class^='icon'].image {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/image-black.svg);
}
[class^='icon'].chat {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/chat-black.svg);
}
[class^='icon'].chat.white {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/chat-white.svg);
}
[class^='icon'].chat.gray {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/chat-gray.svg);
}
[class^='icon'].chat.blue {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/chat-blue.svg);
}
[class^='icon'].handshake {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/handshake-black.svg);
}
[class^='icon'].handshake.white {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/handshake-white.svg);
}
[class^='icon'].people,
[class^='icon'].person {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/people-black.svg);
}
[class^='icon'].people.white,
[class^='icon'].person.white {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/people-white.svg);
}
[class^='icon'].person-checkmark {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/person-checkmark-black.svg);
}
[class^='icon'].person-mask {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/person-mask-black.svg);
}
[class^='icon'].social-distancing {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/social-distancing-black.svg);
}
[class^='icon'].plus {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/plus-black.svg);
}
[class^='icon'].back-to-top {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/back-to-top-black.svg);
}
[class^='icon'].back-to-top.white {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/back-to-top-white.svg);
}
[class^='icon'].back-to-top.gray {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/back-to-top-gray.svg);
}
[class^='icon'].brief-case.blue {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/briefcase-blue.svg);
}
[class^='icon'].microscope.blue {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/microscope-blue.svg);
}
[class^='icon'].document.blue {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/document-blue.svg);
}
[class^='icon'].document-checked {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/document-check-black.svg);
}
[class^='icon'].document-checked.blue {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/document-check-blue.svg);
}
[class^='icon'].document-checked.gray {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/document-check-gray.svg);
}
[class^='icon'].side-by-side {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/side-by-side-black.svg);
}
[class^='icon'].side-by-side.blue {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/side-by-side-blue.svg);
}
[class^='icon'].side-by-side.gray {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/side-by-side-gray.svg);
}
[class^='icon'].play-screen.blue {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/play-screen-blue.svg);
}
[class^='icon'].directions,
[class^='icon'].location {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/location-black.svg);
}
[class^='icon'].directions.white,
[class^='icon'].location.white {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/location-white.svg);
}
[class^='icon'].email-circle {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/email-black.svg);
}
[class^='icon'].email-circle.gray {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/email-black.svg);
}
[class^='icon'].email-circle.gray {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/socialmedia/email-black-gray-circle.svg);
}
[class^='icon'].print-circle.gray {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/printer-black-gray-circle.svg);
}
[class^='icon'].giving-connect.blue {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/giving-connect-blue.svg);
}
[class^='icon'].shield-checkmark {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/shield-checkmark-black.svg);
}
[class^='icon'].time-lapse {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/time-lapse-black.svg);
}
[class^='icon'].vaccine-vial {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/vaccine-vial-black.svg);
}
[class^='icon'].vaccine-vial.blue {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/vaccine-vial-blue.svg);
}
[class^='icon'].play-button {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/play-black.svg);
}
[class^='icon'].minnesota {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/minnesota-black.svg);
}
[class^='icon'].florida {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/florida-black.svg);
}
[class^='icon'].world-solid {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/maps/map-world-solid-black.svg);
}
[class^='icon'].world-solid.white {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/maps/map-world-solid-white.svg);
}
[class^='icon'].usa-solid {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/maps/map-us-solid-black.svg);
}
[class^='icon'].usa-solid.white {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/maps/map-us-solid-white.svg);
}
[class^='icon'].facebook-circle.white {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/socialmedia/social-facebook-black-white-circle.svg);
}
[class^='icon'].facebook-circle.gray {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/socialmedia/facebook-black-gray-circle.svg);
}
[class^='icon'].twitter-circle.white {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/socialmedia/social-twitter-black-white-circle.svg);
}
[class^='icon'].twitter-circle.gray {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/socialmedia/twitter-black-gray-circle.svg);
}
[class^='icon'].linkedin-circle.white {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/socialmedia/social-linkedin-black-white-circle.svg);
}
[class^='icon'].linkedin-circle.gray {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/socialmedia/linkedin-black-gray-circle.svg);
}
[class^='icon'].pinterest-circle.white {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/socialmedia/pinterest-invert-circle.svg);
}
[class^='icon'].youtube-circle.white {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/socialmedia/youtube-invert-circle.svg);
}
.icon-bg-blue {
  background: #0057b8;
  height: 72px;
  width: 72px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 50%;
}
h1.header-lvl1,
h2.header-lvl1,
h3.header-lvl1,
h4.header-lvl1,
h5.header-lvl1 {
  font-size: 55px;
  line-height: 1em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
}
@media screen and (min-width: 1056px) {
  h1.header-lvl1,
  h2.header-lvl1,
  h3.header-lvl1,
  h4.header-lvl1,
  h5.header-lvl1 {
    font-size: 69px;
  }
}
h1.header-lvl2,
h2.header-lvl2,
h3.header-lvl2,
h4.header-lvl2,
h5.header-lvl2 {
  font-size: 44px;
  line-height: 1em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
}
@media screen and (min-width: 1056px) {
  h1.header-lvl2,
  h2.header-lvl2,
  h3.header-lvl2,
  h4.header-lvl2,
  h5.header-lvl2 {
    font-size: 55px;
  }
}
h1.header-lvl3,
h2.header-lvl3,
h3.header-lvl3,
h4.header-lvl3,
h5.header-lvl3 {
  font-size: 35px;
  line-height: 1.06em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
}
@media screen and (min-width: 1056px) {
  h1.header-lvl3,
  h2.header-lvl3,
  h3.header-lvl3,
  h4.header-lvl3,
  h5.header-lvl3 {
    font-size: 44px;
  }
}
h1.header-lvl4,
h2.header-lvl4,
h3.header-lvl4,
h4.header-lvl4,
h5.header-lvl4 {
  font-size: 29px;
  line-height: 1.05em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
}
@media screen and (min-width: 1056px) {
  h1.header-lvl4,
  h2.header-lvl4,
  h3.header-lvl4,
  h4.header-lvl4,
  h5.header-lvl4 {
    font-size: 35px;
  }
}
h1.header-lvl5,
h2.header-lvl5,
h3.header-lvl5,
h4.header-lvl5,
h5.header-lvl5 {
  font-size: 23px;
  line-height: 1.13em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
}
@media screen and (min-width: 1056px) {
  h1.header-lvl5,
  h2.header-lvl5,
  h3.header-lvl5,
  h4.header-lvl5,
  h5.header-lvl5 {
    font-size: 29px;
  }
}
h1.header-lvl6,
h2.header-lvl6,
h3.header-lvl6,
h4.header-lvl6,
h5.header-lvl6 {
  font-size: 18px;
  line-height: 1.26em;
  font-family: mayo-display, arial, sans-serif;
}
@media screen and (min-width: 1056px) {
  h1.header-lvl6,
  h2.header-lvl6,
  h3.header-lvl6,
  h4.header-lvl6,
  h5.header-lvl6 {
    font-size: 23px;
  }
}
h1.body-lg,
h2.body-lg,
h3.body-lg,
h4.body-lg,
h5.body-lg {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
@media screen and (min-width: 1056px) {
  h1.body-lg,
  h2.body-lg,
  h3.body-lg,
  h4.body-lg,
  h5.body-lg {
    font-size: 23px;
  }
}
h1.body-med,
h2.body-med,
h3.body-med,
h4.body-med,
h5.body-med {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
@media screen and (min-width: 1056px) {
  h1.body-med,
  h2.body-med,
  h3.body-med,
  h4.body-med,
  h5.body-med {
    font-size: 18px;
  }
}
h1.body-sm,
h2.body-sm,
h3.body-sm,
h4.body-sm,
h5.body-sm {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
h1.add-divider,
h2.add-divider,
h3.add-divider,
h4.add-divider,
h5.add-divider {
  border-top: 1px solid #000;
  padding-top: 32px;
}
h1.add-divider-gray,
h2.add-divider-gray,
h3.add-divider-gray,
h4.add-divider-gray,
h5.add-divider-gray {
  border-top: 1px solid #e6e6e6;
  padding-top: 32px;
}
a.header-lvl1,
button.header-lvl1,
div.header-lvl1,
li.header-lvl1,
ol.header-lvl1,
p.header-lvl1,
span.header-lvl1,
ul.header-lvl1 {
  font-size: 55px;
  line-height: 1em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
}
@media screen and (min-width: 1056px) {
  a.header-lvl1,
  button.header-lvl1,
  div.header-lvl1,
  li.header-lvl1,
  ol.header-lvl1,
  p.header-lvl1,
  span.header-lvl1,
  ul.header-lvl1 {
    font-size: 69px;
  }
}
a.header-lvl2,
button.header-lvl2,
div.header-lvl2,
li.header-lvl2,
ol.header-lvl2,
p.header-lvl2,
span.header-lvl2,
ul.header-lvl2 {
  font-size: 44px;
  line-height: 1em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
}
@media screen and (min-width: 1056px) {
  a.header-lvl2,
  button.header-lvl2,
  div.header-lvl2,
  li.header-lvl2,
  ol.header-lvl2,
  p.header-lvl2,
  span.header-lvl2,
  ul.header-lvl2 {
    font-size: 55px;
  }
}
a.header-lvl3,
button.header-lvl3,
div.header-lvl3,
li.header-lvl3,
ol.header-lvl3,
p.header-lvl3,
span.header-lvl3,
ul.header-lvl3 {
  font-size: 35px;
  line-height: 1.06em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
}
@media screen and (min-width: 1056px) {
  a.header-lvl3,
  button.header-lvl3,
  div.header-lvl3,
  li.header-lvl3,
  ol.header-lvl3,
  p.header-lvl3,
  span.header-lvl3,
  ul.header-lvl3 {
    font-size: 44px;
  }
}
a.header-lvl4,
button.header-lvl4,
div.header-lvl4,
li.header-lvl4,
ol.header-lvl4,
p.header-lvl4,
span.header-lvl4,
ul.header-lvl4 {
  font-size: 29px;
  line-height: 1.05em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
}
@media screen and (min-width: 1056px) {
  a.header-lvl4,
  button.header-lvl4,
  div.header-lvl4,
  li.header-lvl4,
  ol.header-lvl4,
  p.header-lvl4,
  span.header-lvl4,
  ul.header-lvl4 {
    font-size: 35px;
  }
}
a.header-lvl5,
button.header-lvl5,
div.header-lvl5,
li.header-lvl5,
ol.header-lvl5,
p.header-lvl5,
span.header-lvl5,
ul.header-lvl5 {
  font-size: 23px;
  line-height: 1.13em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
}
@media screen and (min-width: 1056px) {
  a.header-lvl5,
  button.header-lvl5,
  div.header-lvl5,
  li.header-lvl5,
  ol.header-lvl5,
  p.header-lvl5,
  span.header-lvl5,
  ul.header-lvl5 {
    font-size: 29px;
  }
}
a.header-lvl6,
button.header-lvl6,
div.header-lvl6,
li.header-lvl6,
ol.header-lvl6,
p.header-lvl6,
span.header-lvl6,
ul.header-lvl6 {
  font-size: 18px;
  line-height: 1.26em;
  font-family: mayo-display, arial, sans-serif;
}
@media screen and (min-width: 1056px) {
  a.header-lvl6,
  button.header-lvl6,
  div.header-lvl6,
  li.header-lvl6,
  ol.header-lvl6,
  p.header-lvl6,
  span.header-lvl6,
  ul.header-lvl6 {
    font-size: 23px;
  }
}
a.body-lg,
button.body-lg,
div.body-lg,
li.body-lg,
ol.body-lg,
p.body-lg,
span.body-lg,
ul.body-lg {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
@media screen and (min-width: 1056px) {
  a.body-lg,
  button.body-lg,
  div.body-lg,
  li.body-lg,
  ol.body-lg,
  p.body-lg,
  span.body-lg,
  ul.body-lg {
    font-size: 23px;
  }
}
a.body-med,
button.body-med,
div.body-med,
li.body-med,
ol.body-med,
p.body-med,
span.body-med,
ul.body-med {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
@media screen and (min-width: 1056px) {
  a.body-med,
  button.body-med,
  div.body-med,
  li.body-med,
  ol.body-med,
  p.body-med,
  span.body-med,
  ul.body-med {
    font-size: 18px;
  }
}
a.body-sm,
button.body-sm,
div.body-sm,
li.body-sm,
ol.body-sm,
p.body-sm,
span.body-sm,
ul.body-sm {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
.no-wrap {
  white-space: nowrap;
}
.text-link {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  padding: 16px 0 16px 0;
  border: none;
  background-color: transparent;
  border-top: 1px solid #000;
  display: block;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 1056px) {
  .text-link {
    font-size: 18px;
  }
}
.text-link.invert {
  color: #fff;
  border-top: 1px solid #fff;
}
.text-link.invert:focus {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #fff;
}
.text-link.invert:focus:not(:focus-visible) {
  outline: 0;
}
.text-link.invert:focus-visible {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #fff;
}
.text-link.inline {
  display: inline-block;
  width: auto;
}
.text-link.no-border {
  border-top: none;
  padding-top: 0;
}
.text-link:hover {
  cursor: pointer;
  color: #0057b8;
}
.text-link.light {
  border-top: 1px solid #e6e6e6;
}
.text-link:focus {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #707070;
}
.text-link:focus:not(:focus-visible) {
  outline: 0;
}
.text-link:focus-visible {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #707070;
}
.text-link-blue {
  color: #0057b8;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  padding: 16px 0 16px 0;
  border: none;
  background-color: transparent;
  border-top: 1px solid #000;
  display: block;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 1056px) {
  .text-link-blue {
    font-size: 18px;
  }
}
.text-link-blue.light {
  border-top: 1px solid #e6e6e6;
}
.breadcrumb {
  margin-bottom: 56px;
}
.breadcrumb a {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #0057b8;
  position: relative;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}
.align-center {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.container-border-top {
  border-top: 1px solid #000;
}
.disclaimer,
.sub-text {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #000;
  color: #707070;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .disclaimer,
  .sub-text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1056px) {
  .disclaimer,
  .sub-text {
    margin-bottom: 40px;
  }
}
.box {
  height: 0;
  position: relative;
  background-color: #0057b8;
  padding-top: 100%;
  width: 100%;
  overflow: hidden;
}
.box div {
  width: 100%;
  position: absolute;
  overflow: hidden;
}
.box div.stat {
  top: calc(50% - 35px);
  text-align: center;
}
.box div.image {
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.box div.image img {
  width: 100%;
  height: 100%;
}
.box div.image.size-sm {
  transform: scale(0.75);
}
.box div.image.size-xs {
  transform: scale(0.5);
}
.box div.image.size-lg {
  transform: scale(1.25);
}
.box div.image.size-xl {
  transform: scale(1.5);
}
.box div.image.size-xxl {
  transform: scale(1.75);
}
.box.bright-blue {
  background-color: #009cde;
}
.box.black {
  background-color: #000;
}
.box.green {
  background-color: #00873e;
}
.box.gray {
  background-color: #707070;
}
.box.purple {
  background-color: #8246af;
}
.acces-show-hide .responses {
  border-bottom: 4px solid #b3eef2;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #0057b8;
  margin-top: 32px;
  padding: 0;
  overflow: hidden;
  position: relative;
  padding: 0 0 3px 24px;
}
@media screen and (min-width: 1056px) {
  .acces-show-hide .responses {
    font-size: 18px;
  }
}
.acces-show-hide .responses:after {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://design.mayoclinic.org/assets/img/icons/chat-blue.svg);
}
@media only screen and (min-width: 1056px) {
  .acces-show-hide .responses:after {
    top: 8px;
  }
}
.acces-show-hide .close-item {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #0057b8;
  margin-top: 32px;
  display: inline-block;
  padding: 0;
  overflow: hidden;
}
@media screen and (min-width: 1056px) {
  .acces-show-hide .close-item {
    font-size: 18px;
  }
}
.avatar {
  position: relative;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 50%;
}
.avatar .image-holder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.avatar .image-holder img {
  width: 100%;
  margin-bottom: 0;
}
.avatar.initials {
  background-color: #000;
}
.avatar.initials .name {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.avatar.initials .name span {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #000;
  color: #fff;
  font-weight: 700;
  display: block;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .avatar.initials .name span {
    font-size: 18px;
  }
}
.comment {
  background: #b3eef2;
  padding: 16px;
  border-radius: 0 16px 16px 16px;
}
ol.content-stacked,
ol.content-stacked-lg,
ol.content-stacked-sm,
ul.content-stacked,
ul.content-stacked-lg,
ul.content-stacked-sm {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #000;
}
ol.content-stacked-lg.remove-t-border,
ol.content-stacked-sm.remove-t-border,
ol.content-stacked.remove-t-border,
ul.content-stacked-lg.remove-t-border,
ul.content-stacked-sm.remove-t-border,
ul.content-stacked.remove-t-border {
  border-top: none;
}
ol.content-stacked-lg.light,
ol.content-stacked-sm.light,
ol.content-stacked.light,
ul.content-stacked-lg.light,
ul.content-stacked-sm.light,
ul.content-stacked.light {
  border-top: 1px solid #e6e6e6;
}
ol.content-stacked-lg.light li,
ol.content-stacked-sm.light li,
ol.content-stacked.light li,
ul.content-stacked-lg.light li,
ul.content-stacked-sm.light li,
ul.content-stacked.light li {
  border-bottom: 1px solid #e6e6e6;
}
ol.content-stacked-lg.white,
ol.content-stacked-sm.white,
ol.content-stacked.white,
ul.content-stacked-lg.white,
ul.content-stacked-sm.white,
ul.content-stacked.white {
  border-top: 1px solid #fff;
}
ol.content-stacked-lg.white li,
ol.content-stacked-sm.white li,
ol.content-stacked.white li,
ul.content-stacked-lg.white li,
ul.content-stacked-sm.white li,
ul.content-stacked.white li {
  border-bottom: 1px solid #fff;
}
ol.content-stacked-lg.numbers,
ol.content-stacked-sm.numbers,
ol.content-stacked.numbers,
ul.content-stacked-lg.numbers,
ul.content-stacked-sm.numbers,
ul.content-stacked.numbers {
  border: none;
}
ol.content-stacked-lg.numbers li,
ol.content-stacked-sm.numbers li,
ol.content-stacked.numbers li,
ul.content-stacked-lg.numbers li,
ul.content-stacked-sm.numbers li,
ul.content-stacked.numbers li {
  border: none;
}
ol.content-stacked .split-col,
ol.content-stacked-lg .split-col,
ol.content-stacked-sm .split-col,
ul.content-stacked .split-col,
ul.content-stacked-lg .split-col,
ul.content-stacked-sm .split-col {
  display: -webkit-box;
  display: flex;
  justify-content: flex-start;
  justify-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
ol.content-stacked-lg > li,
ol.content-stacked-sm > li,
ol.content-stacked > li,
ul.content-stacked-lg > li,
ul.content-stacked-sm > li,
ul.content-stacked > li {
  border-bottom: 1px solid #000;
  padding: 24px 0 24px 0;
}
ol.content-stacked-lg > li:first-item,
ol.content-stacked-sm > li:first-item,
ol.content-stacked > li:first-item,
ul.content-stacked-lg > li:first-item,
ul.content-stacked-sm > li:first-item,
ul.content-stacked > li:first-item {
  border-top: 1px solid #000;
}
ol.content-stacked-lg > li:last-child,
ol.content-stacked-sm > li:last-child,
ol.content-stacked > li:last-child,
ul.content-stacked-lg > li:last-child,
ul.content-stacked-sm > li:last-child,
ul.content-stacked > li:last-child {
  border-bottom: none;
}
ol.content-stacked-lg li,
ul.content-stacked-lg li {
  padding: 32px 0 32px 0;
}
ol.content-stacked-lg li:last-child,
ul.content-stacked-lg li:last-child {
  padding-bottom: 0;
}
ol.content-stacked-sm li,
ul.content-stacked-sm li {
  padding: 16px 0 16px 0;
}
ol.content-stacked-sm li:last-child,
ul.content-stacked-sm li:last-child {
  padding-bottom: 0;
}
p + ol.content-stacked,
p + ol.content-stacked-lg,
p + ul.content-stacked,
p + ul.content-stacked-lg {
  margin-top: 32px;
}
ol.content-stacked + p,
ol.content-stacked-lg + p,
ul.content-stacked + p,
ul.content-stacked-lg + p {
  margin-top: 32px;
}
@media only screen and (min-width: 1056px) {
  .col5 {
    max-width: 384px;
    width: 100%;
  }
}
.text-list {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
@media screen and (min-width: 1056px) {
  .text-list {
    font-size: 18px;
  }
}
.text-list a {
  color: #000;
  text-decoration: none;
  padding-right: 96px;
}
.text-list a:hover {
  color: #0057b8;
}
.text-list a:hover h2,
.text-list a:hover h3 {
  color: #0057b8;
}
.text-list a:hover h2 + p,
.text-list a:hover h3 + p {
  color: #707070;
}
.text-list h2,
.text-list h3 {
  margin-bottom: 8px;
  font-size: 23px;
  line-height: 1.13em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
}
@media screen and (min-width: 1056px) {
  .text-list h2,
  .text-list h3 {
    font-size: 29px;
  }
}
.text-list p {
  color: #707070;
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  margin-bottom: 0;
}
@media screen and (min-width: 1056px) {
  .text-list p {
    font-size: 18px;
  }
}
.text-list-sm {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
@media screen and (min-width: 1056px) {
  .text-list-sm {
    font-size: 18px;
  }
}
.text-list-sm a {
  color: #000;
  text-decoration: none;
  padding-right: 96px;
}
.text-list-sm a:hover {
  color: #0057b8;
}
.text-list-sm a:hover h2,
.text-list-sm a:hover h3 {
  color: #0057b8;
}
.text-list-sm a:hover h2 + p,
.text-list-sm a:hover h3 + p {
  color: #707070;
}
.text-list-sm h2,
.text-list-sm h3 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1056px) {
  .text-list-sm h2,
  .text-list-sm h3 {
    font-size: 18px;
  }
}
.text-list-sm p {
  color: #707070;
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  margin-bottom: 0;
}
@media screen and (min-width: 1056px) {
  .text-list-sm p {
    font-size: 18px;
  }
}
.text-list-footer a {
  color: #000;
  text-decoration: none;
  padding-right: 96px;
}
.text-list-footer a:hover {
  color: #0057b8;
}
.text-list-footer a:hover h2,
.text-list-footer a:hover h3 {
  color: #0057b8;
}
.text-list-footer a:hover h2 + p,
.text-list-footer a:hover h3 + p {
  color: #707070;
}
.text-list-footer h2,
.text-list-footer h3 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #000;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .text-list-footer h2,
  .text-list-footer h3 {
    font-size: 23px;
  }
}
.text-list-footer p {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #000;
  color: #707070;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .text-list-footer p {
    font-size: 23px;
  }
}
h2 + .text-list,
h2 + .text-list-sm {
  margin-top: 16px;
}
.list-callout,
.list-callout-lg {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  border-top: 1px solid #000;
  padding-top: 32px;
  margin-bottom: 32px;
}
@media screen and (min-width: 1056px) {
  .list-callout,
  .list-callout-lg {
    font-size: 23px;
  }
}
.list-callout [class^='icon'],
.list-callout-lg [class^='icon'] {
  margin-bottom: 8px;
}
.list-callout a,
.list-callout-lg a {
  color: #000;
  text-decoration: none;
  padding-right: 96px;
}
.list-callout h3,
.list-callout-lg h3 {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1056px) {
  .list-callout h3,
  .list-callout-lg h3 {
    font-size: 23px;
  }
}
.list-callout h4,
.list-callout-lg h4 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  font-weight: 400;
  color: #707070;
}
@media screen and (min-width: 1056px) {
  .list-callout h4,
  .list-callout-lg h4 {
    font-size: 23px;
  }
}
.list-callout ol,
.list-callout ul,
.list-callout-lg ol,
.list-callout-lg ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-callout li,
.list-callout p,
.list-callout-lg li,
.list-callout-lg p {
  color: #000;
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  margin-bottom: 24px;
}
@media screen and (min-width: 1056px) {
  .list-callout li,
  .list-callout p,
  .list-callout-lg li,
  .list-callout-lg p {
    font-size: 23px;
  }
}
.list-callout li:last-child,
.list-callout p:last-child,
.list-callout-lg li:last-child,
.list-callout-lg p:last-child {
  margin-bottom: 0;
}
ol.numbers li {
  position: relative;
  padding: 0 0 32px 0;
}
ol.numbers h2,
ol.numbers h3 {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  font-family: mayo-serif, arial, serif;
  font-weight: 400;
}
@media screen and (min-width: 1056px) {
  ol.numbers h2,
  ol.numbers h3 {
    font-size: 23px;
  }
}
ol.numbers h2 span.number,
ol.numbers h3 span.number {
  display: inline-block;
  padding-right: 8px;
}
ol.numbers p {
  color: #707070;
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  margin-bottom: 0;
  font-family: mayo-serif, arial, serif;
}
@media screen and (min-width: 1056px) {
  ol.numbers p {
    font-size: 23px;
  }
}
.text-icon {
  position: relative;
  align-items: center;
  display: block;
  padding-right: 40px;
}
.text-icon span.gray {
  color: #707070;
}
.text-icon .icon-lg,
.text-icon .icon-lg-l {
  top: calc(50% - 16px);
  position: absolute;
  right: 0;
}
.text-icon .icon-lg-l {
  left: 0;
}
.text-icon .icon-med,
.text-icon .icon-med-l {
  top: calc(50% - 12px);
  position: absolute;
  right: 0;
}
.text-icon .icon-med-l {
  left: 0;
  right: initial;
}
.text-icon .icon-sm,
.text-icon .icon-sm-l {
  top: calc(50% - 8px);
  position: absolute;
  right: 0;
}
.text-icon .icon-sm-l {
  left: 0;
  right: initial;
}
.text-icon-square {
  position: relative;
  align-items: center;
  display: block;
  padding-right: 90px;
}
.text-icon-square span.gray {
  color: #707070;
}
.text-icon-square .icon-bg-blue {
  top: 0;
  position: absolute;
  right: 40px;
}

.text-stat {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.text-stat .bottom-div {
  padding-top: 32px;
  margin-top: auto;
  border-top: 1px solid #000;
}

.text-stat h1,
.text-stat h2,
.text-stat h3 {
  font-size: 44px !important;
  line-height: 1em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  margin-bottom: 8px;
}
@media screen and (min-width: 1056px) {
  .text-stat h1,
  .text-stat h2,
  .text-stat h3 {
    font-size: 55px !important;
  }
}
.text-stat p {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  font-family: mayo-serif, arial, serif;
  margin-bottom: 32px;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1056px) {
  .text-stat p {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1056px) {
  .text-stat p {
    min-height: 90px;
  }
}
.side-intro-text,
.side-intro-text-lg {
  margin-bottom: 40px;
}
.side-intro-text p,
.side-intro-text-lg p {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #000;
}
@media screen and (min-width: 1056px) {
  .side-intro-text p,
  .side-intro-text-lg p {
    font-size: 18px;
  }
}
.side-intro-text p + a,
.side-intro-text-lg p + a {
  margin-top: 24px;
}
.side-intro-text p.gray,
.side-intro-text-lg p.gray {
  color: #707070;
}
.side-intro-text-lg.gray p,
.side-intro-text.gray p {
  color: #707070;
}
.side-intro-text-lg.serif p,
.side-intro-text.serif p {
  font-family: mayo-serif, arial, serif;
}
.side-intro-text p span,
.side-intro-text-lg p span {
  display: block;
}
.side-intro-text p span.black,
.side-intro-text-lg p span.black {
  color: #000;
}
.side-intro-text h1,
.side-intro-text-lg h1 {
  margin-bottom: 16px;
  font-size: 44px;
  line-height: 1em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
}
@media screen and (min-width: 1056px) {
  .side-intro-text h1,
  .side-intro-text-lg h1 {
    font-size: 55px;
  }
}
.side-intro-text h1 + h2.add-divider,
.side-intro-text h1 + h2.add-divider-gray,
.side-intro-text-lg h1 + h2.add-divider,
.side-intro-text-lg h1 + h2.add-divider-gray {
  margin-top: 48px;
}
.side-intro-text h1 + .text-link,
.side-intro-text h1 + .text-link-blue,
.side-intro-text-lg h1 + .text-link,
.side-intro-text-lg h1 + .text-link-blue {
  margin-top: 48px;
}
.side-intro-text h2,
.side-intro-text-lg h2 {
  font-size: 29px;
  line-height: 1.05em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (min-width: 1056px) {
  .side-intro-text h2,
  .side-intro-text-lg h2 {
    font-size: 35px;
  }
}
.side-intro-text h2.group-header,
.side-intro-text h3.group-header,
.side-intro-text-lg h2.group-header,
.side-intro-text-lg h3.group-header {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #000;
  color: #707070;
  margin-top: 24px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .side-intro-text h2.group-header,
  .side-intro-text h3.group-header,
  .side-intro-text-lg h2.group-header,
  .side-intro-text-lg h3.group-header {
    font-size: 18px;
  }
}
.side-intro-text h2.group-header-bold,
.side-intro-text h3.group-header-bold,
.side-intro-text-lg h2.group-header-bold,
.side-intro-text-lg h3.group-header-bold {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #000;
  color: #000;
  margin-top: 24px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .side-intro-text h2.group-header-bold,
  .side-intro-text h3.group-header-bold,
  .side-intro-text-lg h2.group-header-bold,
  .side-intro-text-lg h3.group-header-bold {
    font-size: 14px;
  }
}
.side-intro-text .social-share-bar,
.side-intro-text-lg .social-share-bar {
  border-top: 1px solid #000;
}
.side-intro-text-lg p {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
@media screen and (min-width: 1056px) {
  .side-intro-text-lg p {
    font-size: 23px;
  }
}
.side-intro-text-lg p + a {
  margin-top: 24px;
}
.side-content p {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  font-family: mayo-serif, arial, serif;
}
@media screen and (min-width: 1056px) {
  .side-content p {
    font-size: 23px;
  }
}
.article-intro-text.intro-wrapper {
  max-width: 864px;
}
@media only screen and (min-width: 1056px) {
  .article-intro-text.padding-left {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 1056px) {
  .article-intro-text.padding-right {
    padding-right: 80px;
  }
}
.article-intro-text .intro-section {
  margin-bottom: 48px;
}
.article-intro-text h1 {
  font-size: 44px;
  line-height: 1em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (min-width: 1056px) {
  .article-intro-text h1 {
    font-size: 55px;
  }
}
.article-intro-text h2 {
  font-size: 29px;
  line-height: 1.05em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (min-width: 1056px) {
  .article-intro-text h2 {
    font-size: 35px;
  }
}
.article-intro-text h3 {
  font-size: 23px;
  line-height: 1.13em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (min-width: 1056px) {
  .article-intro-text h3 {
    font-size: 29px;
  }
}
.article-intro-text p {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  font-family: mayo-serif, arial, serif;
  margin-bottom: 16px;
}
@media screen and (min-width: 1056px) {
  .article-intro-text p {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1056px) {
  .article-intro-text p {
    margin-bottom: 24px;
  }
}
.article-intro-text p.lg-sub-copy {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #707070;
}
@media screen and (min-width: 1056px) {
  .article-intro-text p.lg-sub-copy {
    font-size: 23px;
  }
}
.article-intro-text p.med-sub-copy {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #707070;
}
@media screen and (min-width: 1056px) {
  .article-intro-text p.med-sub-copy {
    font-size: 18px;
  }
}
.article-intro-person-text h1 {
  font-size: 44px;
  line-height: 1em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (min-width: 1056px) {
  .article-intro-person-text h1 {
    font-size: 55px;
  }
}
.article-intro-person-text h1 + p {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1056px) {
  .article-intro-person-text h1 + p {
    margin-bottom: 32px;
  }
}
.article-intro-person-text h2 {
  font-size: 29px;
  line-height: 1.05em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (min-width: 1056px) {
  .article-intro-person-text h2 {
    font-size: 35px;
  }
}
.article-intro-person-text h3 {
  font-size: 23px;
  line-height: 1.13em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (min-width: 1056px) {
  .article-intro-person-text h3 {
    font-size: 29px;
  }
}
.article-intro-person-text p {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  font-family: mayo-serif, arial, serif;
  margin-bottom: 16px;
}
@media screen and (min-width: 1056px) {
  .article-intro-person-text p {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1056px) {
  .article-intro-person-text p {
    margin-bottom: 24px;
  }
}
.text-person-list {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  padding: 16px 0 16px 0;
}
@media screen and (min-width: 1056px) {
  .text-person-list {
    font-size: 18px;
  }
}
.text-person-list img {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1056px) {
  .text-person-list img {
    margin-bottom: 0;
  }
}
.text-person-list .flex-container {
  display: flex;
}
.text-person-list .item {
  padding-right: 16px;
}
.text-person-list .item:last-child {
  margin-right: 0;
}
.text-person-list .content-stacked li,
.text-person-list .content-stacked-lg li {
  padding: 40px 0 40px 0;
}
.person-info {
  position: relative;
}
@media only screen and (min-width: 1056px) {
  .person-info {
    padding-bottom: 80px;
    height: 100%;
  }
}
.person-info a {
  color: #0057b8;
  text-decoration: none;
}
@media only screen and (min-width: 1056px) {
  .person-info a.view-profile {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.person-info a:hover {
  text-decoration: underline;
}
.person-info h2 {
  margin-bottom: 8px;
  font-size: 23px;
  line-height: 1.13em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
}
@media screen and (min-width: 1056px) {
  .person-info h2 {
    font-size: 29px;
  }
}
.person-info h3 {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1056px) {
  .person-info h3 {
    font-size: 18px;
  }
}
.person-info p {
  color: #707070;
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  margin-bottom: 16px;
}
@media screen and (min-width: 1056px) {
  .person-info p {
    font-size: 18px;
  }
}
.person-info p.person-specialty {
  color: #000;
  margin-bottom: 24px;
}
.text-article-list {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  padding: 16px 0 16px 0;
}
@media screen and (min-width: 1056px) {
  .text-article-list {
    font-size: 18px;
  }
}
.text-article-list img {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1056px) {
  .text-article-list img {
    margin-bottom: 0;
  }
}
.text-article-list .flex-container {
  display: flex;
}
.text-article-list .item {
  padding-right: 16px;
}
.text-article-list .item:last-child {
  margin-right: 0;
}
.text-article-list .content-stacked li,
.text-article-list .content-stacked-lg li {
  padding: 40px 0 40px 0;
}
.text-article-list h2.clickable {
  position: initial;
}
.text-article-list h2.clickable a {
  position: initial;
}
.text-article-list h2.clickable a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1056px) {
  .article-info {
    height: 100%;
  }
}
.article-info a {
  color: #0057b8;
}
.article-info a:hover {
  text-decoration: none;
}
.article-info a.clickable {
  position: initial;
}
.article-info a.clickable:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.article-info h2,
.article-info h3 {
  margin-bottom: 8px;
  font-size: 23px;
  line-height: 1.13em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
}
@media screen and (min-width: 1056px) {
  .article-info h2,
  .article-info h3 {
    font-size: 29px;
  }
}
.article-info h2 a,
.article-info h3 a {
  font-size: 23px;
  line-height: 1.13em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
}
@media screen and (min-width: 1056px) {
  .article-info h2 a,
  .article-info h3 a {
    font-size: 29px;
  }
}
.article-info p {
  color: #707070;
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  margin-bottom: 16px;
}
@media screen and (min-width: 1056px) {
  .article-info p {
    font-size: 18px;
  }
}
.article-info p.person-specialty {
  color: #000;
  margin-bottom: 24px;
}
.article-info a {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
@media screen and (min-width: 1056px) {
  .article-info a {
    font-size: 18px;
  }
}
.row-title {
  margin-bottom: 0;
}
.row-title h1,
.row-title h2 {
  font-size: 44px;
  line-height: 1em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (min-width: 1056px) {
  .row-title h1,
  .row-title h2 {
    font-size: 55px;
  }
}
.row-title.small h1,
.row-title.small h2 {
  font-size: 23px;
  line-height: 1.13em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (min-width: 1056px) {
  .row-title.small h1,
  .row-title.small h2 {
    font-size: 29px;
  }
}
[class^='bg'] {
  padding: 32px 0 32px 0;
}
.landing-promo {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1056px) {
  .landing-promo.no-photo {
    padding: 40px 0 40px 0;
  }
}
@media only screen and (min-width: 1343px) {
  .landing-promo.no-photo {
    padding: 40px 0 40px 0;
  }
}
.landing-promo .landing-content {
  width: 100%;
  padding: 0 24px 0 24px;
}
@media only screen and (min-width: 1056px) {
  .landing-promo .landing-content {
    padding: 0 64px;
  }
}
@media only screen and (min-width: 1343px) {
  .landing-promo .landing-content {
    padding: 0 80px;
  }
}
.landing-promo .icon-landing-lg {
  margin-bottom: 16px;
}
@media only screen and (min-width: 1056px) {
  .landing-promo .icon-landing-lg {
    margin-bottom: 32px;
  }
}
.landing-promo h2,
.landing-promo p.main-header {
  font-size: 44px;
  line-height: 1em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  margin-bottom: 8px;
}
@media screen and (min-width: 1056px) {
  .landing-promo h2,
  .landing-promo p.main-header {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1056px) {
  .landing-promo h2,
  .landing-promo p.main-header {
    margin-bottom: 32px;
  }
}
.landing-promo h1,
.landing-promo p {
  font-size: 18px;
  line-height: 1.26em;
  font-family: mayo-display, arial, sans-serif;
  font-family: mayo-serif, arial, serif;
  font-weight: 400;
  margin-bottom: 24px;
}
.landing-promo.bg-black p {
  color: white !important;
}
@media screen and (min-width: 1056px) {
  .landing-promo h1,
  .landing-promo p {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1056px) {
  .landing-promo h1,
  .landing-promo p {
    margin-bottom: 40px;
  }
}
.social-media-sharing {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  list-style: none;
  padding: 0;
  margin-left: 0;
}
.social-media-sharing li {
  padding: 0;
  line-height: 1px;
  margin: 0 16px 0 0;
}
.social-media-sharing li:last-child {
  margin: 0;
}
.social-media-sharing .social-sharing {
  padding: 0;
  border: 0;
  background: 0;
}
.social-media-sharing .social-sharing:hover {
  cursor: pointer;
}
ol.social-share-list,
ul.social-share-list {
  margin: 0;
  padding: 0;
}
ol.social-share-list li,
ul.social-share-list li {
  text-decoration: none;
  margin-left: 16px;
  display: inline-block;
}
ol.social-share-list li:first-child,
ul.social-share-list li:first-child {
  margin-left: 0;
}
.text-list ol.social-share-list li a,
.text-list ul.social-share-list li a {
  padding: 0;
}

ol.social-share-list .social-link {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: black;
  border-radius: 50%;
}

ol.social-share-list .social-link i {
  font-size: 22px;
}

.custom-drop-down-container.quick-links .acces-show-hide + div ol li a:focus,
.custom-drop-down-container.quick-links .acces-show-hide + div ul li a:focus {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #fff;
}
.custom-drop-down-container.quick-links .acces-show-hide + div ol li a:focus:not(:focus-visible),
.custom-drop-down-container.quick-links .acces-show-hide + div ul li a:focus:not(:focus-visible) {
  outline: 0;
}
.custom-drop-down-container.quick-links .acces-show-hide + div ol li a:focus-visible,
.custom-drop-down-container.quick-links .acces-show-hide + div ul li a:focus-visible {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #fff;
}
.custom-drop-down-container.quick-links h2 {
  font-size: 29px;
  line-height: 1.05em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 32px;
}
@media screen and (min-width: 1056px) {
  .custom-drop-down-container.quick-links h2 {
    font-size: 35px;
  }
}
.contact-card .text-icon,
.contact-card h2,
.contact-card h3 {
  font-size: 23px;
  line-height: 1.26em;
  font-family: mayo-display, arial, sans-serif;
  font-family: mayo-serif, arial, serif;
  margin-bottom: 16px;
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 1056px) {
  .contact-card .text-icon,
  .contact-card h2,
  .contact-card h3 {
    font-size: 23px;
  }
}
.contact-card p {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #707070;
}
@media screen and (min-width: 1056px) {
  .contact-card p {
    font-size: 18px;
  }
}
.contact-card [class^='icn'] {
  padding-right: 24px;
}
.contact-card [class^='icn']:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-card a.icn-phone:after {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/phone-black.svg);
}
.contact-card a.icn-phone.blue:after {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/phone-black.svg);
}
.contact-card a.icn-email:after {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/email-black.svg);
}
.contact-card a.icn-email.blue:after {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/email-black.svg);
}
.text-dark-header {
  background-color: #fff;
}
.text-dark-header.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
}
.text-dark-header h2 {
  background-color: #000;
  color: #fff;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  padding: 16px 16px 16px 16px;
}
@media screen and (min-width: 1056px) {
  .text-dark-header h2 {
    font-size: 18px;
  }
}
.text-dark-header p {
  color: #000;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  font-family: mayo-serif, arial, serif;
}
@media screen and (min-width: 1056px) {
  .text-dark-header p {
    font-size: 18px;
  }
}
.text-shading {
  color: #000;
  font-size: 35px;
  line-height: 1.06em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  font-family: mayo-serif, arial, serif;
  margin-bottom: 8px;
}
@media screen and (min-width: 1056px) {
  .text-shading {
    font-size: 44px;
  }
}
.text-shading span {
  color: #707070;
}
.hero {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  margin: 0 auto 2rem auto;
}
@media only screen and (max-width: 767px) {
  .hero {
    min-height: 1px;
  }
}
.hero .container {
  width: 100%;
  height: 0;
  padding-top: 50%;
}
@media only screen and (max-width: 767px) {
  .hero .container {
    padding-top: 150%;
  }
}
.hero .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 80px 0;
  z-index: 2;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .hero .text {
    padding: 0 0 40px 0;
    width: 100%;
  }
}
.hero .text h1 {
  font-size: 44px;
  line-height: 1em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 16px;
}
@media screen and (min-width: 1056px) {
  .hero .text h1 {
    font-size: 55px;
  }
}
.hero .text p {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  font-family: mayo-serif, arial, serif;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (min-width: 1056px) {
  .hero .text p {
    font-size: 23px;
  }
}
.hero picture {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .hero picture {
    display: none;
  }
}
.hero picture.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .hero picture.mobile {
    display: block;
  }
}
a.back-to-top {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #000;
  color: #707070;
  margin-top: 24px;
  margin-bottom: 56px;
  text-decoration: none;
  padding-left: 20px;
  background: 0 0;
  width: auto;
  height: auto;
}
@media screen and (min-width: 768px) {
  a.back-to-top {
    font-size: 18px;
  }
}
a.back-to-top:hover {
  text-decoration: underline;
}
a.back-to-top:after {
  content: '';
  background: no-repeat url(https://design.mayoclinic.org/assets/img/icons/back-to-top-gray.svg);
  background-size: cover;
  width: 12px;
  height: 14px;
  position: absolute;
  top: 8px;
  left: 0;
}
.inline-multi-links a {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  font-family: mayo-serif, arial, serif;
  padding-right: 12px;
}
@media screen and (min-width: 1056px) {
  .inline-multi-links a {
    font-size: 23px;
  }
}
.inline-multi-links a:after {
  content: '|';
  padding-left: 12px;
}
.inline-multi-links a:last-child {
  padding-right: 0;
}
.inline-multi-links a:last-child:after {
  display: none;
}
.inline-multi-links.text-small a {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
@media screen and (min-width: 1056px) {
  .inline-multi-links.text-small a {
    font-size: 18px;
  }
}
.inline-multi-links + .text-link {
  margin-top: 32px;
}
.content-image {
  margin-bottom: 32px;
}
.header-w-image {
  margin-bottom: 32px;
}
@media only screen and (min-width: 1056px) {
  .header-w-image {
    display: -webkit-box;
    display: flex;
    justify-content: flex-start;
    justify-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .header-w-image div {
    width: 60%;
  }
  .header-w-image div + div {
    width: 40%;
  }
}
.card-promo {
  border: 1px solid #e6e6e6;
  padding: 16px 16px 16px 16px;
}
@media only screen and (min-width: 1056px) {
  .card-promo {
    padding: 32px 32px 32px 32px;
  }
}
.card-promo h2,
.card-promo h3 {
  margin: 0;
  padding: 0;
  font-size: 44px;
  line-height: 1em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  margin-bottom: 8px;
}
@media screen and (min-width: 1056px) {
  .card-promo h2,
  .card-promo h3 {
    font-size: 55px;
  }
}
.card-promo p {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
@media screen and (min-width: 1056px) {
  .card-promo p {
    font-size: 18px;
  }
}
.card-promo p + div {
  margin-top: 16px;
}
@media only screen and (min-width: 1056px) {
  .card-promo p + div {
    margin-top: 24px;
  }
}
.col-container {
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (min-width: 1056px) {
  .col-container {
    display: -webkit-box;
    display: flex;
    justify-content: flex-start;
    justify-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .col-container .col-container {
    margin-bottom: 0;
  }
}
.col-container.remove-margin {
  margin-bottom: 0;
}
@media only screen and (min-width: 1056px) {
  .col-container.remove-margin {
    margin-bottom: 0;
  }
}
.col-container > .col + .col {
  margin-top: 40px;
}
@media only screen and (min-width: 1056px) {
  .col-container > .col + .col {
    margin-top: 0;
  }
}
.col-container .col-container {
  margin-bottom: 0;
}
.col-container .col-container > .col + .col {
  margin-top: 0;
}
.col-container .col-container + .col-container {
  margin-top: 40px;
}
@media only screen and (min-width: 1056px) {
  .col-container .col-container + .col-container {
    margin-top: 80px;
  }
}
.col-container .col img {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.col-container.gutter.no-stack {
  display: -webkit-box;
  display: flex;
  justify-content: flex-start;
  justify-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col-container.gutter.no-stack > .col {
  width: calc(50% - (16px / 2));
}
.col-container.divide-col.no-stack {
  display: -webkit-box;
  display: flex;
  justify-content: flex-start;
  justify-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col-container.divide-col.no-stack > .col {
  width: calc(50% - (96px / 2));
}
@media only screen and (min-width: 768px) {
  .col-container {
    display: -webkit-box;
    display: flex;
    justify-content: flex-start;
    justify-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .col-container .col-container {
    margin-bottom: 0;
  }
  .col-container.promo .col {
    width: calc(40% - (16px / 2));
    margin-top: 0;
  }
  .col-container.promo .col + .col {
    width: calc(60% - (16px / 2));
  }
}
@media only screen and (min-width: 1056px) {
  .col-container .col {
    margin-bottom: 0;
  }
  .col-container .col:last-child {
    margin-bottom: 0;
  }
  .col-container.gutter > .col {
    width: calc(50% - (16px / 2));
  }
  .col-container.divide-col > .col {
    width: calc(50% - (96px / 2));
  }
}
.quote,
article.content-article .wrapper.centered-content .quote {
  padding: 0;
  margin: 0;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1056px) {
  .quote,
  article.content-article .wrapper.centered-content .quote {
    margin-bottom: 40px;
  }
}
.quote blockquote,
article.content-article .wrapper.centered-content .quote blockquote {
  margin: 0;
}
.quote blockquote p,
article.content-article .wrapper.centered-content .quote blockquote p {
  font-size: 23px;
  line-height: 1.5em;
  font-family: mayo-serif, arial, serif;
  color: #000;
}
@media screen and (min-width: 768px) {
  .quote blockquote p,
  article.content-article .wrapper.centered-content .quote blockquote p {
    font-size: 29px;
  }
}
.quote blockquote p:last-child,
article.content-article .wrapper.centered-content .quote blockquote p:last-child {
  margin: 0;
  margin-bottom: 8px;
}
.quote figcaption,
.quote figcaption cite,
article.content-article .wrapper.centered-content .quote figcaption,
article.content-article .wrapper.centered-content .quote figcaption cite {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #000;
  font-style: normal;
  color: #707070;
}
@media screen and (min-width: 768px) {
  .quote figcaption,
  .quote figcaption cite,
  article.content-article .wrapper.centered-content .quote figcaption,
  article.content-article .wrapper.centered-content .quote figcaption cite {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1056px) {
  .quote blockquote,
  .quote figcaption,
  article.content-article .wrapper.centered-content .quote blockquote,
  article.content-article .wrapper.centered-content .quote figcaption {
    padding: 0 80px 0 80px;
  }
}
.text-header {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1056px) {
  .text-header {
    margin-bottom: 32px;
  }
}
.text-header h2 {
  font-size: 35px;
  line-height: 1.06em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
}
@media screen and (min-width: 1056px) {
  .text-header h2 {
    font-size: 44px;
  }
}
.text-header h2.med {
  font-size: 29px;
  line-height: 1.05em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
}
@media screen and (min-width: 1056px) {
  .text-header h2.med {
    font-size: 35px;
  }
}
.text-header h2 + p {
  margin-top: 24px;
}
.text-header p {
  font-size: 18px;
  line-height: 1.25em;
  font-family: mayo-serif, arial, serif;
  color: #000;
}
@media screen and (min-width: 768px) {
  .text-header p {
    font-size: 18px;
  }
}
.text-header h3 {
  font-size: 23px;
  line-height: 1.13em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (min-width: 1056px) {
  .text-header h3 {
    font-size: 29px;
  }
}
@media only screen and (min-width: 1056px) {
  .text-header h3 {
    margin-bottom: 24px;
  }
}
.text-header ul {
  margin: 0;
  padding: 0;
}
.text-header ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  line-height: 1.25em;
  font-family: mayo-serif, arial, serif;
  color: #000;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .text-header ul li {
    font-size: 18px;
  }
}
.text-header ul li:last-child {
  margin-bottom: 0;
}
.text-person h2,
.text-person h3,
.text-person h4 {
  font-size: 23px;
  line-height: 1.13em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  margin-bottom: 8px;
}
@media screen and (min-width: 1056px) {
  .text-person h2,
  .text-person h3,
  .text-person h4 {
    font-size: 29px;
  }
}
.text-person p {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  margin-bottom: 8px;
}
@media screen and (min-width: 1056px) {
  .text-person p {
    font-size: 18px;
  }
}
.text-person a {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #0057b8;
  margin-bottom: 8px;
}
@media screen and (min-width: 1056px) {
  .text-person a {
    font-size: 18px;
  }
}
.text-promo h2,
.text-promo h3,
.text-promo h4 {
  font-size: 23px;
  line-height: 1.13em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (min-width: 1056px) {
  .text-promo h2,
  .text-promo h3,
  .text-promo h4 {
    font-size: 29px;
  }
}
.text-promo h2 + p,
.text-promo h3 + p,
.text-promo h4 + p {
  margin-top: 8px;
}
.text-promo h2 + p.tag,
.text-promo h3 + p.tag,
.text-promo h4 + p.tag {
  margin-top: 4px;
}
.text-promo p {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #000;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .text-promo p {
    font-size: 18px;
  }
}
.text-promo p.tag {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-serif, arial, serif;
  color: #000;
}
@media screen and (min-width: 768px) {
  .text-promo p.tag {
    font-size: 18px;
  }
}
.text-promo p.tag + p {
  margin-top: 8px;
}
.text-card-icon {
  padding-left: 24px;
}
.text-card-icon .item {
  position: relative;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-serif, arial, serif;
  color: #000;
}
@media screen and (min-width: 768px) {
  .text-card-icon .item {
    font-size: 18px;
  }
}
.text-card-icon .item h3 {
  font-size: 18px;
  line-height: 1.25em;
  font-family: mayo-serif, arial, serif;
  color: #000;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .text-card-icon .item h3 {
    font-size: 18px;
  }
}
.text-card-icon .item.ico-location:after {
  content: '';
  position: absolute;
  top: 3px;
  left: -24px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://design.mayoclinic.org/assets/img/icons/location-black.svg);
}
.text-card-icon .item.ico-phone:after {
  content: '';
  position: absolute;
  top: 3px;
  left: -24px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://design.mayoclinic.org/assets/img/icons/phone-black.svg);
}
.last-updated {
  margin-bottom: 24px;
}
.last-updated .by,
.last-updated .date {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-serif, arial, serif;
  color: #000;
}
@media screen and (min-width: 768px) {
  .last-updated .by,
  .last-updated .date {
    font-size: 14px;
  }
}
.last-updated .date {
  color: #707070;
  font-style: italic;
}
.last-updated p {
  margin: 0;
  padding: 0;
}
.last-updated p + p {
  margin-top: 4px;
}
.conversation-section + .conversation-section {
  margin-top: 48px;
}
.conversation-section .avatar {
  margin-bottom: 12px;
}
.circle-holder {
  position: relative;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 50%;
}
.circle-holder .image-holder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle-holder.black {
  background-color: #000;
}
.circle-holder.gray {
  background-color: #e6e6e6;
}
.circle-holder.blue {
  background-color: #0057b8;
}
.myc-accessible-tabs.border-tabs {
  margin-bottom: 48px;
}
.myc-accessible-tabs.border-tabs [role='tablist'] {
  margin-bottom: 48px;
  display: flex;
}
.myc-accessible-tabs.border-tabs button[role='tab'] {
  background: 0 0;
  border: none;
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  position: relative;
  flex: 1;
  color: #707070;
  padding: 16px 0 16px 0;
}
@media screen and (min-width: 1056px) {
  .myc-accessible-tabs.border-tabs button[role='tab'] {
    font-size: 18px;
  }
}
.myc-accessible-tabs.border-tabs button[role='tab']:focus {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #707070;
}
.myc-accessible-tabs.border-tabs button[role='tab']:focus:not(:focus-visible) {
  outline: 0;
}
.myc-accessible-tabs.border-tabs button[role='tab']:focus-visible {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #707070;
}
.myc-accessible-tabs.border-tabs button[role='tab']:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.myc-accessible-tabs.border-tabs button[role='tab']:hover {
  cursor: pointer;
}
.myc-accessible-tabs.border-tabs button[role='tab'][aria-selected='true'] {
  background-color: #fff;
  border: none;
  color: #000;
}
.myc-accessible-tabs.border-tabs button[role='tab'][aria-selected='true']:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
}
.social-share-bar {
  display: -webkit-box;
  display: flex;
  justify-content: flex-start;
  justify-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.social-share-bar.top-border {
  border-top: 1px solid #000;
  margin-bottom: 24px;
}
.basic-header {
  display: -webkit-box;
  display: flex;
  justify-content: flex-start;
  justify-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 32px;
  margin-top: 16px;
}
.basic-header .mayo-logo {
  width: 64px;
  height: 72px;
}
@media only screen and (min-width: 1056px) {
  .basic-header {
    margin-bottom: 40px;
  }
}
header.navigation .menu-holder,
header.navigation .nav-item {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
header.navigation .container {
  display: -webkit-box;
  display: flex;
  justify-content: flex-start;
  justify-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1344px;
  margin: 0 auto;
  padding: 24px 0 0 0;
}
@media only screen and (min-width: 1340px) {
  header.navigation .container {
    padding: 24px 0 24px 0;
  }
}
header.navigation .menu-holder a + div {
  margin-left: 16px;
  position: relative;
}
header.navigation .logo {
  padding-left: 24px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 1344px) {
  header.navigation .logo {
    padding-bottom: 0;
  }
}
header.navigation .logo img {
  overflow: hidden;
  width: 200px;
}
@media only screen and (min-width: 1344px) {
  header.navigation .logo img {
    width: 300px;
  }
}
header.navigation .logo img.mayo-logo {
  width: 50px;
}
@media only screen and (max-width: 768px) {
  header.navigation .logo img.mayo-logo {
    width: 41px;
  }
}
@media only screen and (max-width: 768px) {
  header.navigation a.button.outline-black {
    border: none;
    padding: 0;
  }
  header.navigation a.button.outline-black:hover {
    background: 0 0;
    color: #000;
  }
}
header.navigation .menu-button {
  display: none;
}
@media only screen and (max-width: 992px) {
  header.navigation .menu-button {
    display: block;
    border-left: 1px solid #e6e6e6;
  }
}
header.navigation .menu-button,
header.navigation .menu-container {
  order: 2;
}
header.navigation .menu-container {
  padding-bottom: 24px;
}
@media only screen and (min-width: 1344px) {
  header.navigation .menu-container {
    padding-bottom: 0;
  }
}
header.navigation .menu-button button {
  background: 0 0;
  border: 0;
  font-family: mayo-sans;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 32px 24px 32px 24px;
}
header.navigation .menu-button button:hover {
  cursor: pointer;
}
header.navigation .menu-button button:focus {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #707070;
}
header.navigation .menu-button button:focus:not(:focus-visible) {
  outline: 0;
}
header.navigation .menu-button button:focus-visible {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #707070;
}
@media only screen and (max-width: 992px) {
  header.navigation .menu-items {
    display: none;
  }
}
header.navigation .menu-items {
  order: 3;
  overflow-y: visible;
  overflow-x: visible;
  width: 100%;
}
@media only screen and (min-width: 1344px) {
  header.navigation .menu-items {
    width: auto;
  }
}
header.navigation .menu-items nav {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  width: 100%;
  overflow: visible;
  scroll-snap-type: x mandatory;
}
header.navigation .menu-items nav .menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: row;
}
header.navigation .menu-items nav li {
  padding: 24px 16px;
  scroll-snap-align: start;
  margin: 0;
  line-height: initial;
}
header.navigation .menu-items nav li.site-tag {
  display: inline-block;
  width: auto;
}
header.navigation .menu-items nav li.site-tag a {
  font-weight: 700;
}
header.navigation .menu-items nav .menu > li > a {
  color: #707070;
  font-family: mayo-sans;
  text-decoration: none;
  white-space: nowrap;
  font-size: 18px;
  position: relative;
}
header.navigation .menu-items nav .menu > li > a:hover,
header.navigation .menu-items nav a[aria-current='page'] {
  color: #000;
}
header.navigation .menu-items nav .menu > li > a:hover:after,
header.navigation .menu-items nav .menu > li > a[aria-current='page']:after {
  content: '';
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -24px;
  z-index: 100;
  left: 0;
}
@media (min-width: 1344px) {
  header.navigation .menu-items nav .menu > li > a:hover:after,
  header.navigation .menu-items nav .menu > li > a[aria-current='page']:after {
    bottom: -49px;
  }
}
@media (min-width: 768px) {
  header.navigation .menu-items nav li {
    padding: 24px 16px;
  }
}
@media (min-width: 1344px) {
  header.navigation {
    border-bottom: 1px solid #e6e6e6;
  }
  header.navigation .menu-button,
  header.navigation .menu-container {
    order: 3;
  }
  header.navigation .menu-items {
    order: 2;
  }
  header.navigation .menu-items nav {
    border-bottom: 0;
    overflow: visible;
    border: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  header.navigation .menu-items nav ul li.site-tag {
    display: block;
    width: 100%;
  }
}
html[lang='es'] header.navigation.stack-es .container {
  padding-bottom: 0;
}
html[lang='es'] header.navigation.stack-es .menu-items {
  order: 3 !important;
  width: 100% !important;
}
html[lang='es'] header.navigation.stack-es .menu-items nav {
  justify-content: flex-start !important;
  border-top: 1px solid #e6e6e6 !important;
}
html[lang='es'] header.navigation.stack-es .menu-items nav ul li {
  padding: 24px 24px 24px 24px;
}
html[lang='es'] header.navigation.stack-es .menu-items nav a:hover:after,
html[lang='es'] header.navigation.stack-es .menu-items nav a[aria-current='page']:after {
  bottom: -24px;
}
html[lang='es'] header.navigation.stack-es .menu-button,
html[lang='es'] header.navigation.stack-es .menu-container {
  order: 2 !important;
}
html[lang='es'] header.navigation.stack-es .logo,
html[lang='es'] header.navigation.stack-es .menu-container {
  padding-bottom: 24px;
}
html[lang='en'] header.navigation.stack-en .container {
  padding-bottom: 0;
}
html[lang='en'] header.navigation.stack-en .menu-items {
  order: 3 !important;
  width: 100% !important;
}
html[lang='en'] header.navigation.stack-en .menu-items nav {
  justify-content: flex-start !important;
  border-top: 1px solid #e6e6e6 !important;
}
html[lang='en'] header.navigation.stack-en .menu-items nav ul li {
  padding: 24px 24px 24px 24px;
}
html[lang='en'] header.navigation.stack-en .menu-items nav a:hover:after,
html[lang='en'] header.navigation.stack-en .menu-items nav a[aria-current='page']:after {
  bottom: -24px;
}
html[lang='en'] header.navigation.stack-en .menu-button,
html[lang='en'] header.navigation.stack-en .menu-container {
  order: 2 !important;
}
html[lang='en'] header.navigation.stack-en .logo,
html[lang='en'] header.navigation.stack-en .menu-container {
  padding-bottom: 24px;
}
header.navigation.stack-both .container {
  padding-bottom: 0;
}
header.navigation.stack-both .menu-items {
  order: 3 !important;
  width: 100% !important;
}
header.navigation.stack-both .menu-items nav {
  justify-content: flex-start !important;
  border-top: 1px solid #e6e6e6 !important;
}
header.navigation.stack-both .menu-items nav ul li {
  padding: 24px 24px 24px 24px;
}
header.navigation.stack-both .menu-items nav a:hover:after,
header.navigation.stack-both .menu-items nav a[aria-current='page']:after {
  bottom: -24px;
}
header.navigation.stack-both .menu-button,
header.navigation.stack-both .menu-container {
  order: 2 !important;
}
header.navigation.stack-both .logo,
header.navigation.stack-both .menu-container {
  padding-bottom: 24px;
}
.covid19.trends .contentbox.covid-navigation {
  max-width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
.covid19.trends .contentbox.covid-navigation a {
  text-decoration: none;
}
@media only screen and (max-width: 1344px) {
  .covid19.trends .contentbox.covid-navigation header {
    border-bottom: none !important;
  }
}
.covid19.trends .contentbox.covid-navigation header {
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  display: block;
}
.covid19.trends .contentbox.covid-navigation .myc-tablet-on {
  display: block;
}
.covid19.trends .contentbox.covid-navigation .logo div {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .mainnav {
    position: fixed;
    top: 0;
    right: 0;
    background: #000;
    height: 100vh;
    z-index: 100;
    width: 100%;
    display: none;
  }
}
@media (max-width: 767px) {
  .mainnav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    background: #000;
    padding: 0;
    box-sizing: border-box;
    display: none;
    z-index: 100;
  }
}
.mainnav.on {
  transform: translateX(0);
}
.mainnav button {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  font-weight: 600;
  background: 0 0;
  border: 0;
  top: 24px;
  right: 24px;
  z-index: 10;
}
.mainnav button:focus {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #fff;
}
.mainnav button:focus:not(:focus-visible) {
  outline: 0;
}
.mainnav button:focus-visible {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #fff;
}
.mainnav .home {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  top: 24px;
  left: 40px;
  z-index: 10;
  position: absolute;
}
.mainnav .home:focus {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #fff;
}
.mainnav .home:focus:not(:focus-visible) {
  outline: 0;
}
.mainnav .home:focus-visible {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #fff;
}
.mainnav nav {
  padding: 96px 0 24px 0;
}
.mainnav .slide-menu {
  padding: 0 40px 40px 40px;
  margin: 0;
}
.mainnav .slide-menu li {
  list-style: none;
}
.mainnav .slide-menu li a {
  font-size: 35px;
  line-height: 1.05em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  margin-bottom: 16px;
  text-decoration: none;
}
@media screen and (min-width: 1056px) {
  .mainnav .slide-menu li a {
    font-size: 35px;
  }
}
.mainnav .slide-menu li a:focus {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #fff;
}
.mainnav .slide-menu li a:focus:not(:focus-visible) {
  outline: 0;
}
.mainnav .slide-menu li a:focus-visible {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #fff;
}
.mainnav .text-icon {
  border-top: 1px solid #707070;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  line-height: 1.3em;
  padding: 24px 80px 0 40px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1056px) {
  .mainnav .text-icon {
    font-size: 18px;
  }
}
.mainnav .text-icon .icon-med {
  right: 40px;
  top: 50%;
  background-position: right;
}
.mainnav .text-icon.no-border {
  border-top: none;
  padding-bottom: 48px;
  padding-top: 0;
}
.mainnav .text-icon.no-border .icon-med {
  top: 24px;
}
.mainnav .text-icon-square {
  border-top: 1px solid #707070;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  line-height: 1.3em;
  padding: 24px 128px 48px 40px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1056px) {
  .mainnav .text-icon-square {
    font-size: 18px;
  }
}
.mainnav .text-icon-square .icon-bg-blue {
  top: 24px;
}
.mainnav .text-icon-square.section {
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .mainnav {
    width: 414px;
  }
}
.modal-content h2 {
  font-size: 29px;
  line-height: 1.05em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  font-family: mayo-serif, arial, serif;
  margin-bottom: 32px;
}
@media screen and (min-width: 1056px) {
  .modal-content h2 {
    font-size: 35px;
  }
}
.modal-content h3 {
  font-size: 23px;
  line-height: 1.13em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  font-family: mayo-serif, arial, serif;
  margin-bottom: 24px;
}
@media screen and (min-width: 1056px) {
  .modal-content h3 {
    font-size: 29px;
  }
}
.modal-content p {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  font-family: mayo-serif, arial, serif;
  margin-bottom: 32px;
}
@media screen and (min-width: 1056px) {
  .modal-content p {
    font-size: 23px;
  }
}
.modal-content .text-close {
  background: 0 0;
  color: #0057b8;
  display: block;
  text-align: center;
  border: none;
  margin-top: 24px;
  width: 100%;
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
@media screen and (min-width: 1056px) {
  .modal-content .text-close {
    font-size: 18px;
  }
}
.modal-content .text-close:focus {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #707070;
}
.modal-content .text-close:focus:not(:focus-visible) {
  outline: 0;
}
.modal-content .text-close:focus-visible {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #707070;
}
.modal-content .text-close:hover {
  cursor: pointer;
}
.banner-holder.bg-gray {
  background-color: #707070;
}
.banner-holder.bg-teal {
  background-color: #9cdbd9;
}
.banner-holder.bg-blue {
  background-color: #0057b8;
}
.banner-holder .banner-content {
  padding: 32px 32px 32px 32px;
}
.banner-holder h2 {
  font-size: 29px;
  line-height: 1.05em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (min-width: 1056px) {
  .banner-holder h2 {
    font-size: 35px;
  }
}
.banner-holder p {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  margin-bottom: 16px;
}
@media screen and (min-width: 1056px) {
  .banner-holder p {
    font-size: 18px;
  }
}
.banner-holder .banner-image {
  position: relative;
}
.banner-holder .banner-image.us-map {
  height: 240px;
}
.banner-holder .banner-image.us-map img {
  position: absolute;
  width: 100%;
  display: block;
  bottom: -40px;
  left: 20px;
}
@media only screen and (max-width: 768px) {
  .item .banner-holder.us-map {
    display: none;
  }
  .item.grid70 .banner-holder.us-map {
    display: block;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1055px) {
  .item .banner-holder.us-map {
    display: block;
  }
  .item.grid70 .banner-holder.us-map {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1054px) {
  .item .banner-holder.us-map {
    display: none;
  }
  .item.grid70 .banner-holder.us-map {
    display: flex;
    margin-top: 40px;
  }
  .banner-holder.us-map {
    display: -webkit-box;
    display: flex;
    justify-content: flex-start;
    justify-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px 32px 16px 32px;
  }
  .banner-holder.us-map .banner-content {
    padding: 0;
  }
  .banner-holder.us-map div {
    width: 66%;
  }
  .banner-holder.us-map div + div {
    width: 30%;
  }
}
.content-intro,
article.content-article .wrapper.main-content .content-intro {
  margin-bottom: 40px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 40px 0 16px 0;
}
.content-intro .intro-section,
article.content-article .wrapper.main-content .content-intro .intro-section {
  margin-bottom: 16px;
  padding: 0 0 16px 0;
}
.content-intro .intro-section p,
article.content-article .wrapper.main-content .content-intro .intro-section p {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
@media screen and (min-width: 1056px) {
  .content-intro .intro-section p,
  article.content-article .wrapper.main-content .content-intro .intro-section p {
    font-size: 23px;
  }
}
.content-intro .intro-section p + ol,
.content-intro .intro-section p + p,
.content-intro .intro-section p + ul,
article.content-article .wrapper.main-content .content-intro .intro-section p + ol,
article.content-article .wrapper.main-content .content-intro .intro-section p + p,
article.content-article .wrapper.main-content .content-intro .intro-section p + ul {
  margin-top: 24px;
}
.content-intro .intro-section ol,
.content-intro .intro-section ul,
article.content-article .wrapper.main-content .content-intro .intro-section ol,
article.content-article .wrapper.main-content .content-intro .intro-section ul {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  padding: 0;
  margin: 0 0 0 24px;
}
@media screen and (min-width: 1056px) {
  .content-intro .intro-section ol,
  .content-intro .intro-section ul,
  article.content-article .wrapper.main-content .content-intro .intro-section ol,
  article.content-article .wrapper.main-content .content-intro .intro-section ul {
    font-size: 23px;
  }
}
.content-intro .intro-section ol + p,
.content-intro .intro-section ul + p,
article.content-article .wrapper.main-content .content-intro .intro-section ol + p,
article.content-article .wrapper.main-content .content-intro .intro-section ul + p {
  margin-top: 24px;
}
.content-intro h2,
article.content-article .wrapper.main-content .content-intro h2 {
  margin: 0 0 32px 0;
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1056px) {
  .content-intro h2,
  article.content-article .wrapper.main-content .content-intro h2 {
    font-size: 23px;
  }
}
.finder h2 {
  font-size: 29px;
  line-height: 1.05em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (min-width: 1056px) {
  .finder h2 {
    font-size: 35px;
  }
}
.finder h3 {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #000;
  color: #707070;
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .finder h3 {
    font-size: 18px;
  }
}
.finder.bg-black {
  padding: 24px 24px 24px 24px;
}
.finder.bg-black h2 {
  color: #fff;
}
.finder.bg-black .button {
  background: 0 0;
  border: 1px solid #fff;
  padding: 16px 16px 16px 16px;
  color: #fff;
}
.finder.bg-black .button:hover {
  background-color: #fff;
  color: #000;
}
.finder.bg-black .button:hover:visited:hover {
  color: #000;
}
.finder.bg-black .button:focus:before {
  border: 2px dashed #fff;
}
.finder.bg-black .button:visited {
  color: #fff;
}
.finder.bg-black .button + .button {
  margin-left: 6px;
}
.videoplayer {
  border-bottom: 1px solid;
  margin-bottom: 40px;
  padding-bottom: 24px;
}
.videoplayer picture {
  padding: 0;
  margin: 0;
}
.videoplayer .video {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.videoplayer .video button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  background: 0 0;
}
.videoplayer .video button:hover {
  cursor: pointer;
}
.videoplayer .video button:after {
  content: '';
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  background-image: url(https://design.mayoclinic.org/assets/img/icons/playvideo.svg);
  background-size: 100% 100%;
  border-radius: 999vw;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.videoplayer .video button .play-text {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  color: #000;
  padding: 16px 32px 16px 32px;
  border-radius: 999vw;
}
.videoplayer .video button.show-text:after {
  display: none;
}
.videoplayer .video img {
  cursor: pointer;
  margin: 0;
  width: 100%;
}
.videoplayer .video iframe,
.videoplayer .video video,
.videoplayer .video > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 50;
}
.videoplayer .video iframe button .vjs-icon-placeholder,
.videoplayer .video video button .vjs-icon-placeholder,
.videoplayer .video > div button .vjs-icon-placeholder {
  display: contents;
}
.videoplayer .caption {
  max-width: 1100px;
  width: 100%;
  margin: 24px 0;
  font-size: 18px;
  line-height: 1.5em;
  color: #707070;
  font-weight: 400;
  font-family: mayo-sans;
  padding: 0;
}
.videoplayer .transcript {
  max-height: 300px;
  flex-direction: column;
}
.videoplayer .transcript .content {
  width: 100%;
  margin-top: 24px;
  max-height: 200px;
}
.videoplayer .caption + .transcript {
  display: block;
}
.videoplayer .transcript {
  margin: 16px auto;
  width: 100%;
  max-height: 300px;
  max-width: 1100px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.videoplayer .transcript button {
  border: 0;
  font-size: 18px;
  font-family: mayo-sans;
  display: flex;
  align-items: center;
  line-height: 24px;
  padding: 0;
  margin: 0;
  background: 0 0;
  cursor: pointer;
}
.videoplayer .transcript button:focus {
  outline: 0;
}
.videoplayer .transcript button:after {
  content: '';
  width: 24px;
  height: 24px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzJweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMzIgMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDY0ICg5MzUzNykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbi9DaGV2dG9uLURvd24vMDEtQmxhY2siIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04LjAwMDAwMCwgLTE1LjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJpY29uIiBwb2ludHM9IjIzLjk4NTg1MzIgMzIuMjU5MDYyOCA4IDE2LjI3MzIwOTUgOS4yNDQ5MTYgMTUgMjMuOTg1ODUzMiAyOS43NjkyMzA4IDM4LjcyNjc5MDUgMTUuMDI4MjkzNSA0MCAxNi4yNzMyMDk1Ij48L3BvbHlnb24+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=)
    no-repeat center;
  background-size: 66% 33%;
  margin-top: 2px;
  margin-left: 12px;
  transition: transform 0.2s ease-in-out;
}
.videoplayer .transcript button[aria-expanded='false']:after {
  transform: rotate(0);
}
.videoplayer .transcript button[aria-expanded='false'] + .content {
  display: none;
}
.videoplayer .transcript button[aria-expanded='true']:after {
  transform: rotate(180deg);
}
.videoplayer .transcript button[aria-expanded='true'] + .content {
  display: block;
}
.videoplayer .transcript .content {
  max-height: 200px;
  overflow-y: scroll;
  padding-right: 32px;
}
.videoplayer .transcript .content p {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-serif;
  margin-bottom: 1em;
}
@media (max-width: 600px) {
  .videoplayer .transcript {
    padding: 0;
    flex-direction: column;
  }
  .videoplayer .transcript button {
    font-size: 14px;
  }
  .videoplayer .transcript button:after {
    width: 16px;
    height: 16px;
    margin-left: 8px;
  }
  .videoplayer .transcript .content {
    width: 100%;
    margin-top: 24px;
    max-height: 200px;
  }
  .videoplayer .transcript .content p {
    font-size: 14px;
  }
}
@media (max-width: 413px) {
  .videoplayer .transcript {
    padding: 0 24px;
  }
}
.call-to-action {
  position: relative;
}
.call-to-action .action-button {
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.notification {
  border-left: 8px solid #0057b8;
  padding-left: 64px;
  margin-bottom: 56px;
  margin-top: 56px;
}
.language-switch {
  margin-right: 12px;
  position: relative;
}
.language-switch select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  padding: 8px 24px 8px 8px;
  margin: 0;
  background-size: 16px 16px;
  font-size: 14px;
  line-height: 21px;
  background: 0 0;
  color: #000;
}
.language-switch select:active,
.language-switch select:focus {
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #707070;
}
.language-switch div {
  position: absolute;
  right: 8px;
  top: calc(50% - 4px);
  transform: rotate(90deg);
}
.language-switch div.icon-sm {
  width: 7px;
  height: 7px;
}
.expandable {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1056px) {
  .expandable {
    margin-bottom: 40px;
  }
}
.expandable .acces-show-hide {
  width: 100%;
  font-size: 23px;
  line-height: 1.13em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  text-decoration: none;
  color: #000;
  text-align: left;
  padding: 40px 48px 40px 0;
  border-top: 1px solid #e6e6e6;
}
@media screen and (min-width: 1056px) {
  .expandable .acces-show-hide {
    font-size: 29px;
  }
}
.expandable .acces-show-hide:focus {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #707070;
}
.expandable .acces-show-hide:focus:not(:focus-visible) {
  outline: 0;
}
.expandable .acces-show-hide:focus-visible {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #707070;
}
@media only screen and (min-width: 1056px) {
  .expandable .acces-show-hide {
    padding: 56px 48px 56px 0;
  }
}
.expandable .acces-show-hide .closed {
  display: inline-block;
}
.expandable .acces-show-hide .open {
  display: none;
}
.expandable .acces-show-hide:after {
  border: none;
}
.expandable .acces-show-hide:before {
  background: url(https://design.mayoclinic.org/assets/img/icons/arrow-caret.svg) no-repeat;
  background-size: 24px 16px;
  display: inline-block;
  width: 24px;
  height: 16px;
  content: '';
  position: absolute;
  right: 16px;
  top: calc(50% - 8px);
  transform: rotate(90deg);
}
.expandable .acces-show-hide:last-of-type {
  border-bottom: 1px solid #e6e6e6;
}
.expandable .acces-show-hide + div {
  border-bottom: 1px solid #e6e6e6;
}
.expandable .acces-show-hide[aria-expanded='true'] {
  border-top: 1px solid #000;
  border-bottom: 1px solid #e6e6e6;
}
.expandable .acces-show-hide[aria-expanded='true'] .closed {
  display: none;
}
.expandable .acces-show-hide[aria-expanded='true'] .open {
  display: inline-block;
}
.expandable .acces-show-hide[aria-expanded='true']:before {
  transform: rotate(270deg);
}
.expandable .acces-show-hide[aria-expanded='true'] + div {
  border-bottom: 1px solid #000;
  padding-bottom: 72px;
  margin-top: 40px;
}
@media only screen and (min-width: 1056px) {
  .expandable .acces-show-hide[aria-expanded='true'] + div {
    padding-bottom: 88px;
    margin-top: 48px;
  }
}
.expandable .acces-show-hide[aria-expanded='true'] + div.expandable-content + button {
  border-top: none;
}
.expandable .acces-show-hide[aria-expanded='true'] + div.expandable-content img {
  width: 100%;
  margin-bottom: 56px;
}
.acces-show-hide + div .expandable-content h2,
.acces-show-hide + div .expandable-content ol,
.acces-show-hide + div .expandable-content p,
.acces-show-hide + div .expandable-content ul {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
@media screen and (min-width: 1056px) {
  .acces-show-hide + div .expandable-content h2,
  .acces-show-hide + div .expandable-content ol,
  .acces-show-hide + div .expandable-content p,
  .acces-show-hide + div .expandable-content ul {
    font-size: 23px;
  }
}
.acces-show-hide + div .expandable-content p {
  margin-bottom: 16px;
}
@media only screen and (min-width: 1056px) {
  .acces-show-hide + div .expandable-content p {
    margin-bottom: 24px;
  }
}
.acces-show-hide + div .expandable-content p.disclaimer,
.acces-show-hide + div .expandable-content p.sub-text {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #000;
  color: #707070;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .acces-show-hide + div .expandable-content p.disclaimer,
  .acces-show-hide + div .expandable-content p.sub-text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1056px) {
  .acces-show-hide + div .expandable-content p.disclaimer,
  .acces-show-hide + div .expandable-content p.sub-text {
    margin-bottom: 40px;
  }
}
.acces-show-hide + div .expandable-content p + img {
  margin-top: 16px;
}
@media only screen and (min-width: 1056px) {
  .acces-show-hide + div .expandable-content p + img {
    margin-top: 16px;
  }
}
.acces-show-hide + div .expandable-content img {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1056px) {
  .acces-show-hide + div .expandable-content img {
    margin-bottom: 56px;
  }
}
.acces-show-hide + div .expandable-content ol,
.acces-show-hide + div .expandable-content ul {
  margin-bottom: 24px;
}
.acces-show-hide + div .expandable-content ol li,
.acces-show-hide + div .expandable-content ul li {
  padding-left: 16px;
  margin-bottom: 16px;
}
.acces-show-hide + div .expandable-content ol li:last-child,
.acces-show-hide + div .expandable-content ul li:last-child {
  margin-bottom: 0;
}
.acces-show-hide + div .expandable-content h2 {
  font-size: 23px;
  line-height: 1.5em;
  font-family: mayo-serif, arial, serif;
  color: #000;
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .acces-show-hide + div .expandable-content h2 {
    font-size: 29px;
  }
}
.expandable-promo .expandable-promo-content .icon-lg {
  position: absolute;
  top: 24px;
  left: 23px;
}
@media only screen and (min-width: 1056px) {
  .expandable-promo .expandable-promo-content .icon-lg {
    top: 40px;
    left: 40px;
  }
}
.expandable-promo .expandable-promo-content .headline-holder {
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding: 72px 0 24px 0;
}
@media only screen and (min-width: 1056px) {
  .expandable-promo .expandable-promo-content .headline-holder {
    padding: 80px 0 40px 0;
  }
}
@media only screen and (max-width: 1055px) {
  .expandable-promo .expandable-promo-content .headline {
    padding: 0 24px 0 24px;
  }
}
@media only screen and (min-width: 1056px) {
  .expandable-promo .expandable-promo-content .headline {
    display: -webkit-box;
    display: flex;
    justify-content: flex-start;
    justify-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    width: calc(100% - 256px);
  }
  .expandable-promo .expandable-promo-content .headline .headline-item {
    width: 30%;
  }
  .expandable-promo .expandable-promo-content .headline .headline-item + .headline-item {
    width: calc(70% - 16px);
  }
}
@media only screen and (min-width: 1344px) {
  .expandable-promo .expandable-promo-content .headline {
    width: calc(100% - 320px);
  }
}
.expandable-promo .expandable-promo-content .headline .headline-item.image img {
  width: 160px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1056px) {
  .expandable-promo .expandable-promo-content .headline .headline-item.image img {
    width: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1056px) {
  .expandable-promo .expandable-promo-content .headline.video {
    display: -webkit-box;
    display: flex;
    justify-content: flex-start;
    justify-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    width: calc(100% - 128px);
  }
  .expandable-promo .expandable-promo-content .headline.video .headline-item {
    width: calc(50% - (16px / 2));
  }
  .expandable-promo .expandable-promo-content .headline.video .headline-item.full {
    width: 100%;
  }
  .expandable-promo .expandable-promo-content .headline.video .headline-item img {
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 1344px) {
  .expandable-promo .expandable-promo-content .headline.video {
    width: calc(100% - 160px);
  }
}
.expandable-promo h2 {
  font-size: 35px;
  line-height: 1.06em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 16px;
}
@media screen and (min-width: 1056px) {
  .expandable-promo h2 {
    font-size: 44px;
  }
}
.expandable-promo p {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #fff;
}
@media screen and (min-width: 1056px) {
  .expandable-promo p {
    font-size: 23px;
  }
}
.expandable-promo .read-more {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #009cde;
  display: inline-block;
  padding: 0;
  background: 0 0;
  border: none;
}
@media screen and (min-width: 1056px) {
  .expandable-promo .read-more {
    font-size: 23px;
  }
}
.expandable-promo .read-more:focus {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #fff;
}
.expandable-promo .read-more:focus:not(:focus-visible) {
  outline: 0;
}
.expandable-promo .read-more:focus-visible {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #fff;
}
.expandable-promo .read-more:hover {
  cursor: pointer;
  text-decoration: underline;
}
@media only screen and (max-width: 1056px) {
  .expandable-promo .video-version .headline-holder {
    padding-top: 24px;
  }
}
.expandable-promo .videoplayer {
  margin-bottom: 0;
  padding-bottom: 0;
}
.expandable-promo .videoplayer .transcript {
  background: 0 0;
}
.expandable-promo .videoplayer .transcript button {
  color: #fff;
}
.expandable-promo .videoplayer .content {
  border: 1px solid #fff;
  padding: 12px;
}
@media only screen and (max-width: 768px) {
  .expandable-promo .videoplayer .transcript {
    padding: 0;
  }
}
.expandable-promo #content-wrapper {
  padding: 24px 24px 24px 24px;
}
@media only screen and (min-width: 1056px) {
  .expandable-promo #content-wrapper {
    padding: 32px 128px 32px 128px;
  }
}
@media only screen and (min-width: 1344px) {
  .expandable-promo #content-wrapper {
    padding: 32px 160px 32px 160px;
  }
}
.expandable-promo #content-wrapper:focus {
  outline: 0;
}
.expandable-promo #content-wrapper h2 {
  font-size: 29px;
  line-height: 1.05em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (min-width: 1056px) {
  .expandable-promo #content-wrapper h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1056px) {
  .expandable-promo #content-wrapper h2 {
    margin-bottom: 32px;
  }
}
.expandable-promo #content-wrapper p {
  margin-bottom: 40px;
}
.expandable-promo #content-wrapper p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1056px) {
  .expandable-promo #content-wrapper p + .stats-box {
    padding-top: 24px;
  }
}
.expandable-promo .acces-show-hide {
  width: 100%;
  text-decoration: none;
  text-align: left;
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #000;
  color: #fff;
  border-top: 1px solid #fff;
  padding: 24px 0 24px 24px;
}
.expandable-promo .acces-show-hide:focus {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #707070;
}
.expandable-promo .acces-show-hide:focus:not(:focus-visible) {
  outline: 0;
}
.expandable-promo .acces-show-hide:focus-visible {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #707070;
}
@media screen and (min-width: 768px) {
  .expandable-promo .acces-show-hide {
    font-size: 18px;
  }
}
.expandable-promo .acces-show-hide:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1056px) {
  .expandable-promo .acces-show-hide {
    padding: 32px 0 32px 128px;
  }
}
@media only screen and (min-width: 1344px) {
  .expandable-promo .acces-show-hide {
    padding: 32px 0 32px 160px;
  }
}
.expandable-promo .acces-show-hide:after {
  border: none;
}
.expandable-promo .acces-show-hide:before {
  background: url(https://design.mayoclinic.org/assets/img/icons/arrow-caret.svg) no-repeat;
  background-size: 24px 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '';
  position: absolute;
  right: 16px;
  top: calc(50% - 8px);
  transform: rotate(90deg);
}
.expandable-promo .acces-show-hide[aria-expanded='true']:before {
  transform: rotate(270deg);
}
.expandable-promo.black {
  background-color: #000;
}
.expandable-promo.black .acces-show-hide:before {
  background: url(https://design.mayoclinic.org/assets/img/icons/arrow-caret-invert.svg) no-repeat;
}
.expandable-promo.teal {
  background-color: #9cdbd9;
}
.expandable-promo.teal .acces-show-hide:before {
  background: url(https://design.mayoclinic.org/assets/img/icons/arrow-caret-invert.svg) no-repeat;
}
.card-panel {
  display: -webkit-box;
  display: flex;
  justify-content: flex-start;
  justify-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1056px) {
  .card-panel {
    margin-bottom: 16px;
  }
}
.card-panel .card-promo {
  width: calc(50% - 8px);
  margin-bottom: 16px;
}
.card-panel .card-promo.single {
  width: 100%;
}
.request-appt-footer {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 48px;
}
.request-appt-container {
  width: 100%;
  max-width: 304px;
  text-align: center;
}
.request-appt-container .icon-lg {
  margin-bottom: 8px;
}
.request-appt-container .button {
  width: 100%;
}
.request-appt-container p {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #000;
  color: #707070;
  margin-bottom: 16px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .request-appt-container p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1056px) {
  .request-appt-container p {
    margin-bottom: 32px;
  }
}
.stats-box {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.stats-box .stats-container {
  display: -webkit-box;
  display: flex;
  justify-content: flex-start;
  justify-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}
.stats-box .stat {
  height: 0;
  position: relative;
  background-color: #009cde;
  padding-top: 30%;
  width: 30%;
}
@media only screen and (min-width: 1056px) {
  .stats-box .stat {
    padding-top: 20%;
    width: 20%;
  }
}
.stats-box .stat div {
  font-size: 55px;
  line-height: 1em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  color: #fff;
  width: 100%;
  position: absolute;
  color: #fff;
  top: calc(50% - 35px);
  text-align: center;
}
@media screen and (min-width: 1056px) {
  .stats-box .stat div {
    font-size: 69px;
  }
}
.stats-box .stat-content {
  width: calc(70% - 16px);
}
@media only screen and (min-width: 1056px) {
  .stats-box .stat-content {
    width: calc(80% - 16px);
  }
}
.stats-box h2,
.stats-box h3 {
  font-size: 23px;
  line-height: 1.13em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 8px;
}
@media screen and (min-width: 1056px) {
  .stats-box h2,
  .stats-box h3 {
    font-size: 29px;
  }
}
.stats-box h2 span,
.stats-box h3 span {
  display: block;
}
.stats-box p {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  font-family: mayo-serif, arial, serif;
  color: #707070;
}
@media screen and (min-width: 1056px) {
  .stats-box p {
    font-size: 18px;
  }
}
.table-content {
  margin-bottom: 48px;
}
@media only screen and (min-width: 1056px) {
  .table-content {
    margin-bottom: 56px;
  }
}
.table-content .content-th.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: #fff;
}
.table-content .content-td,
.table-content .content-th {
  display: flex;
  flex-direction: row;
  justify-items: flex-start;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  border-bottom: 1px solid #e6e6e6;
}
.table-content .content-td div,
.table-content .content-th div {
  padding: 24px 0 24px 0;
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1056px) {
  .table-content .content-td div,
  .table-content .content-th div {
    font-size: 23px;
  }
}
.table-content .content-td div.align-right,
.table-content .content-th div.align-right {
  justify-content: flex-end;
}
.table-content .content-td div.stat,
.table-content .content-th div.stat {
  font-size: 29px;
  line-height: 1.05em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  font-family: mayo-serif, arial, serif;
}
@media screen and (min-width: 1056px) {
  .table-content .content-td div.stat,
  .table-content .content-th div.stat {
    font-size: 35px;
  }
}
.table-content .content-td div h2,
.table-content .content-td div h3,
.table-content .content-th div h2,
.table-content .content-th div h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
@media screen and (min-width: 1056px) {
  .table-content .content-td div h2,
  .table-content .content-td div h3,
  .table-content .content-th div h2,
  .table-content .content-th div h3 {
    font-size: 23px;
  }
}
.table-content .content-td.single div,
.table-content .content-th.single div {
  width: 100%;
}
.table-content.two-col .content-td div,
.table-content.two-col .content-th div {
  width: 70%;
  padding-right: 16px;
  box-sizing: border-box;
}
.table-content.two-col .content-td div + div,
.table-content.two-col .content-th div + div {
  width: 40%;
}
.table-content.two-col .content-td.single div,
.table-content.two-col .content-th.single div {
  width: 100%;
}
.table-content.two-col .content-th div {
  font-weight: 700;
}
.table-content.three-col .content-td div,
.table-content.three-col .content-th div {
  width: 40%;
  padding-right: 16px;
  box-sizing: border-box;
}
.table-content.three-col .content-td div + div,
.table-content.three-col .content-th div + div {
  width: 30%;
}
.table-content.three-col .content-td.single div,
.table-content.three-col .content-th.single div {
  width: 100%;
}
.table-content.three-col .content-th div {
  font-weight: 700;
}
.table-content.four-col .content-td div,
.table-content.four-col .content-th div {
  width: 25%;
  padding-right: 16px;
  box-sizing: border-box;
}
.table-content.four-col .content-td.single div,
.table-content.four-col .content-th.single div {
  width: 100%;
}
.table-content.four-col .content-th div {
  font-weight: 700;
}
.compare-table .compare-wrapper {
  margin-bottom: 48px;
}
@media only screen and (min-width: 1056px) {
  .compare-table .compare-wrapper {
    margin-bottom: 56px;
  }
}
.compare-table .compare-wrapper .content-th.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: #fff;
}
.compare-table .compare-wrapper .acces-show-hide {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #000;
  text-align: left;
  padding: 24px 48px 24px 0;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #fff;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 1.13em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
}
.compare-table .compare-wrapper .acces-show-hide:focus {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #707070;
}
.compare-table .compare-wrapper .acces-show-hide:focus:not(:focus-visible) {
  outline: 0;
}
.compare-table .compare-wrapper .acces-show-hide:focus-visible {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #707070;
}
@media screen and (min-width: 1056px) {
  .compare-table .compare-wrapper .acces-show-hide {
    font-size: 29px;
  }
}
.compare-table .compare-wrapper .acces-show-hide:after {
  border: none;
}
.compare-table .compare-wrapper .acces-show-hide:before {
  background: url(https://design.mayoclinic.org/assets/img/icons/arrow-caret.svg) no-repeat;
  background-size: 24px 16px;
  display: inline-block;
  width: 24px;
  height: 16px;
  content: '';
  position: absolute;
  right: 16px;
  top: calc(50% - 8px);
  transform: rotate(90deg);
}
@media only screen and (min-width: 769px) {
  .compare-table .compare-wrapper .acces-show-hide {
    display: none;
  }
  .compare-table .compare-wrapper .acces-show-hide.show-desktop {
    display: block;
    margin-top: 24px;
  }
}
.compare-table .compare-wrapper .acces-show-hide[aria-expanded='true'] {
  border-top: 1px solid #000;
  border-bottom: 1px solid #e6e6e6;
}
.compare-table .compare-wrapper .acces-show-hide[aria-expanded='true']:before {
  transform: rotate(270deg);
}
.compare-table .compare-wrapper .acces-show-hide[aria-expanded='true'] + div {
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 769px) {
  .compare-table .compare-wrapper .content-td,
  .compare-table .compare-wrapper .content-th {
    justify-items: flex-start;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
    display: flex;
  }
}
.compare-table .compare-wrapper .content-td div,
.compare-table .compare-wrapper .content-th div {
  padding: 24px 0 24px 0;
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #000;
  border-bottom: 1px solid #e6e6e6;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .compare-table .compare-wrapper .content-td div,
  .compare-table .compare-wrapper .content-th div {
    font-size: 18px;
  }
}
@media only screen and (min-width: 769px) {
  .compare-table .compare-wrapper .content-td div,
  .compare-table .compare-wrapper .content-th div {
    border-bottom: 1px solid #707070;
  }
}
.compare-table .compare-wrapper .content-td div div,
.compare-table .compare-wrapper .content-th div div {
  border: none;
  display: block;
  width: 100%;
  padding: 0;
}
.compare-table .compare-wrapper .content-th div {
  border-bottom: 2px solid #000;
  font-weight: 700;
}
.compare-table .compare-wrapper .content-td h2,
.compare-table .compare-wrapper .content-td h3,
.compare-table .compare-wrapper .content-td h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #000;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .compare-table .compare-wrapper .content-td h2,
  .compare-table .compare-wrapper .content-td h3,
  .compare-table .compare-wrapper .content-td h4 {
    font-size: 14px;
  }
}
.compare-table .compare-wrapper .content-td p {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #000;
}
@media screen and (min-width: 768px) {
  .compare-table .compare-wrapper .content-td p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 769px) {
  .compare-table .compare-wrapper .content-td,
  .compare-table .compare-wrapper .content-th {
    flex-direction: row;
  }
}
@media only screen and (min-width: 769px) {
  .compare-table .compare-wrapper .content-td div,
  .compare-table .compare-wrapper .content-th div {
    width: calc(33% - 64px);
  }
}
@media only screen and (min-width: 769px) {
  .compare-table h4 span.myc-visuallyhidden.drug-info {
    position: relative !important;
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .compare-table .compare-wrapper .content-th {
    display: none;
  }
  .compare-table .compare-wrapper h4 span.myc-visuallyhidden.drug-name {
    position: relative !important;
    width: auto;
    height: auto;
  }
}
.image-callout {
  display: flex;
  flex-direction: row;
  margin: 40px 0 32px 0;
  border-top: 1px solid #e6e6e6;
  padding: 24px 0 24px 0;
}
.image-callout .asset {
  flex: 1;
}
.image-callout .content {
  flex: 4;
  margin-left: 16px;
  position: initial;
}
.image-callout a {
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #000;
  color: #0057b8;
  height: 100%;
  position: initial;
  padding-right: 24px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .image-callout a {
    font-size: 18px;
  }
}
.image-callout a:hover {
  text-decoration: underline;
}
.image-callout a:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 7px);
  right: 0;
  background: url(https://design.mayoclinic.org/assets/img/icons/arrow-caret.svg) no-repeat;
  background-size: contain;
}
.image-callout a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
h2 + .list-w-icon,
h3 + .list-w-icon {
  margin-top: 24px;
}
.list-w-icon {
  margin-bottom: 24px;
  padding: 0;
  border-top: 1px solid #000;
  color: #707070;
}
.list-w-icon a {
  color: #000;
  text-decoration: none;
  padding-right: 96px;
  position: inherit;
  display: block;
  width: 100%;
}
.list-w-icon a:hover {
  color: #0057b8;
}
.list-w-icon a:hover h2,
.list-w-icon a:hover h3 {
  color: #0057b8;
}
.list-w-icon a:hover h2 + p,
.list-w-icon a:hover h3 + p {
  color: #707070;
}
.list-w-icon a:before {
  background-image: url(https://design.mayoclinic.org/assets/img/icons/arrow-caret.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
  right: 0;
}
.list-w-icon a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.list-w-icon p {
  margin: 0;
  padding: 0;
  font-size: 23px;
  line-height: 1.13em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  position: initial;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 1056px) {
  .list-w-icon p {
    font-size: 29px;
  }
}
.list-w-icon h2,
.list-w-icon h3 {
  margin-bottom: 8px;
  font-size: 23px;
  line-height: 1.13em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  position: initial;
}
@media screen and (min-width: 1056px) {
  .list-w-icon h2,
  .list-w-icon h3 {
    font-size: 29px;
  }
}
.list-w-icon h2 + p,
.list-w-icon h3 + p {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
@media screen and (min-width: 1056px) {
  .list-w-icon h2 + p,
  .list-w-icon h3 + p {
    font-size: 18px;
  }
}
.list-w-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-w-icon.remove-t-border {
  border-top: none;
}
.list-w-icon div,
.list-w-icon li {
  border-bottom: 1px solid #000;
  padding: 24px 0 24px 0;
  position: relative;
}
.list-w-icon div:first-item,
.list-w-icon li:first-item {
  border-top: 1px solid #000;
}
.list-w-icon li:last-child {
  border-bottom: none;
}
.list-w-icon.light {
  border-top: 1px solid #e6e6e6;
}
.list-w-icon.light div,
.list-w-icon.light li {
  border-bottom: 1px solid #e6e6e6;
}
.list-w-icon.white {
  border-top: 1px solid #fff;
}
.list-w-icon.white div,
.list-w-icon.white li {
  border-bottom: 1px solid #fff;
}
.list-w-icon.space-lg div,
.list-w-icon.space-lg li {
  padding: 32px 0 32px 0;
}
.list-w-icon.space-sm {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
@media screen and (min-width: 1056px) {
  .list-w-icon.space-sm {
    font-size: 18px;
  }
}
.list-w-icon.space-sm div,
.list-w-icon.space-sm li {
  padding: 16px 0 16px 0;
}
.list-w-icon.space-sm li:last-child {
  padding-bottom: 0;
}
.list-w-icon.space-sm a:before {
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
}
.list-w-icon.space-sm h2,
.list-w-icon.space-sm h3 {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
@media screen and (min-width: 1056px) {
  .list-w-icon.space-sm h2,
  .list-w-icon.space-sm h3 {
    font-size: 18px;
  }
}
table.spec {
  border-collapse: separate;
  max-width: 100%;
  background: #fff;
}
table.spec thead th {
  text-align: left;
  position: relative;
  border-bottom: 2px solid #000;
  padding: 16px;
  font-weight: 700;
  font-size: 14px;
  vertical-align: top;
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
@media screen and (min-width: 1056px) {
  table.spec thead th {
    font-size: 23px;
  }
}
table.spec tbody td,
table.spec tbody th {
  font-size: 14px;
  padding: 16px;
  border-bottom: 1px solid #000;
  position: relative;
  vertical-align: top;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
@media screen and (min-width: 1056px) {
  table.spec tbody td,
  table.spec tbody th {
    font-size: 23px;
  }
}
table.spec tbody td ol,
table.spec tbody td ul,
table.spec tbody th ol,
table.spec tbody th ul {
  margin: 0;
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
@media screen and (min-width: 1056px) {
  table.spec tbody td ol,
  table.spec tbody td ul,
  table.spec tbody th ol,
  table.spec tbody th ul {
    font-size: 23px;
  }
}
table.spec tbody th {
  font-weight: 700;
}
.expandable-box .box-intro {
  padding: 24px 24px 24px 24px;
}
.expandable-box .box-intro p {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #fff;
}
@media screen and (min-width: 1056px) {
  .expandable-box .box-intro p {
    font-size: 23px;
  }
}
.expandable-box .box-intro p + p {
  margin-top: 16px;
}
.expandable-box .read-more {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #009cde;
  display: inline-block;
  padding: 0;
  background: 0 0;
  border: none;
}
@media screen and (min-width: 1056px) {
  .expandable-box .read-more {
    font-size: 23px;
  }
}
.expandable-box .read-more:focus {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #fff;
}
.expandable-box .read-more:focus:not(:focus-visible) {
  outline: 0;
}
.expandable-box .read-more:focus-visible {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #fff;
}
.expandable-box .read-more:hover {
  cursor: pointer;
  text-decoration: underline;
}
.expandable-box .expandable-hidden-content .col-container {
  border-bottom: 1px solid #fff;
  padding: 24px 24px 24px 24px;
}
.expandable-box .acces-show-hide {
  width: 100%;
  text-decoration: none;
  text-align: left;
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #000;
  color: #fff;
  border-top: 1px solid #fff;
  padding: 24px 0 24px 24px;
  margin: 0;
}
.expandable-box .acces-show-hide:focus {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #707070;
}
.expandable-box .acces-show-hide:focus:not(:focus-visible) {
  outline: 0;
}
.expandable-box .acces-show-hide:focus-visible {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #707070;
}
@media screen and (min-width: 768px) {
  .expandable-box .acces-show-hide {
    font-size: 18px;
  }
}
.expandable-box .acces-show-hide:hover {
  text-decoration: underline;
}
.expandable-box .acces-show-hide:after {
  border: none;
}
.expandable-box .acces-show-hide + div {
  margin: 0;
}
.expandable-box .acces-show-hide:before {
  background: url(https://design.mayoclinic.org/assets/img/icons/arrow-caret.svg) no-repeat;
  background-size: 24px 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '';
  position: absolute;
  right: 16px;
  top: calc(50% - 8px);
  transform: rotate(90deg);
}
.expandable-box .acces-show-hide[aria-expanded='true'] {
  border-top: 1px solid #000;
  border-bottom: 1px solid #fff;
}
.expandable-box .acces-show-hide[aria-expanded='true']:before {
  transform: rotate(270deg);
}
.expandable-box.black {
  background-color: #000;
}
.expandable-box.black .acces-show-hide:before {
  background: url(https://design.mayoclinic.org/assets/img/icons/arrow-caret-invert.svg) no-repeat;
}
.expandable-box.dark-teal {
  background-color: #b3eef2;
}
.expandable-box.dark-teal .acces-show-hide,
.expandable-box.dark-teal h2,
.expandable-box.dark-teal p {
  color: #000;
}
.expandable-box.dark-teal .box-intro {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.no-image {
  padding: 32px 32px 32px 32px;
}
.no-image.transparent {
  background: rgba(0, 0, 0, 0.1);
}
.no-image .message {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.no-image .message p {
  padding-top: 38px;
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #000;
}
@media screen and (min-width: 768px) {
  .no-image .message p {
    font-size: 14px;
  }
}
.no-image .message p:after {
  content: '';
  width: 32px;
  height: 32px;
  background-size: contain;
  background-image: url(https://design.mayoclinic.org/assets/img/icons/image-black.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: calc(50% - 12px);
  top: 0;
}
@media only screen and (max-width: 1343px) and (min-width: 1056px) {
  article.content-article .wrapper {
    padding: 0 64px;
  }
}
@media only screen and (min-width: 1344px) {
  article.content-article .wrapper {
    padding: 0 120px;
  }
}
@media only screen and (max-width: 1343px) and (min-width: 1056px) {
  article.content-article .wrapper.centered-content {
    max-width: 496px;
    padding: 0;
  }
}
@media only screen and (min-width: 1344px) {
  article.content-article .wrapper.centered-content {
    max-width: 624px;
    padding: 0;
  }
}
article.content-article .wrapper.indent-one {
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (min-width: 1056px) {
  article.content-article .wrapper.indent-one {
    padding-left: 88px;
    padding-right: 88px;
  }
}
@media only screen and (min-width: 1344px) {
  article.content-article .wrapper.indent-one {
    padding-left: 120px;
    padding-right: 120px;
  }
}
article.content-article .wrapper.indent-two {
  padding-left: 24px;
}
@media only screen and (min-width: 1056px) {
  article.content-article .wrapper.indent-two {
    padding-left: 152px;
    padding-right: 152px;
  }
}
@media only screen and (min-width: 1344px) {
  article.content-article .wrapper.indent-two {
    padding-left: 200px;
    padding-right: 200px;
  }
}
article.content-article .wrapper.centered-content h1,
article.content-article .wrapper.main-content h1 {
  font-size: 44px;
  line-height: 1em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (min-width: 1056px) {
  article.content-article .wrapper.centered-content h1,
  article.content-article .wrapper.main-content h1 {
    font-size: 55px;
  }
}
article.content-article .wrapper.centered-content h2,
article.content-article .wrapper.main-content h2 {
  font-size: 29px;
  line-height: 1.05em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (min-width: 1056px) {
  article.content-article .wrapper.centered-content h2,
  article.content-article .wrapper.main-content h2 {
    font-size: 35px;
  }
}
article.content-article .wrapper.centered-content h3,
article.content-article .wrapper.main-content h3 {
  font-size: 23px;
  line-height: 1.13em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (min-width: 1056px) {
  article.content-article .wrapper.centered-content h3,
  article.content-article .wrapper.main-content h3 {
    font-size: 29px;
  }
}
article.content-article .wrapper.centered-content h4,
article.content-article .wrapper.main-content h4 {
  font-size: 18px;
  line-height: 1.26em;
  font-family: mayo-display, arial, sans-serif;
  margin-bottom: 24px;
}
@media screen and (min-width: 1056px) {
  article.content-article .wrapper.centered-content h4,
  article.content-article .wrapper.main-content h4 {
    font-size: 23px;
  }
}
article.content-article .wrapper.main-content {
  padding: 0;
}
article.content-article .wrapper .side-content h2.body,
article.content-article .wrapper .side-content h3.body,
article.content-article .wrapper .side-content p,
article.content-article .wrapper.centered-content h2.body,
article.content-article .wrapper.centered-content h3.body,
article.content-article .wrapper.centered-content p,
article.content-article .wrapper.main-content h2.body,
article.content-article .wrapper.main-content h3.body,
article.content-article .wrapper.main-content p {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  font-family: mayo-serif, arial, serif;
  margin-bottom: 16px;
}
@media screen and (min-width: 1056px) {
  article.content-article .wrapper .side-content h2.body,
  article.content-article .wrapper .side-content h3.body,
  article.content-article .wrapper .side-content p,
  article.content-article .wrapper.centered-content h2.body,
  article.content-article .wrapper.centered-content h3.body,
  article.content-article .wrapper.centered-content p,
  article.content-article .wrapper.main-content h2.body,
  article.content-article .wrapper.main-content h3.body,
  article.content-article .wrapper.main-content p {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1056px) {
  article.content-article .wrapper .side-content h2.body,
  article.content-article .wrapper .side-content h3.body,
  article.content-article .wrapper .side-content p,
  article.content-article .wrapper.centered-content h2.body,
  article.content-article .wrapper.centered-content h3.body,
  article.content-article .wrapper.centered-content p,
  article.content-article .wrapper.main-content h2.body,
  article.content-article .wrapper.main-content h3.body,
  article.content-article .wrapper.main-content p {
    margin-bottom: 24px;
  }
}
article.content-article .wrapper .side-content p .button,
article.content-article .wrapper.centered-content p .button,
article.content-article .wrapper.main-content p .button {
  margin: 8px 0 8px 0;
}
article.content-article .wrapper .side-content ol,
article.content-article .wrapper .side-content ul,
article.content-article .wrapper.centered-content ol,
article.content-article .wrapper.centered-content ul,
article.content-article .wrapper.main-content ol,
article.content-article .wrapper.main-content ul {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  font-family: mayo-serif, arial, serif;
  padding: 0;
}
@media screen and (min-width: 1056px) {
  article.content-article .wrapper .side-content ol,
  article.content-article .wrapper .side-content ul,
  article.content-article .wrapper.centered-content ol,
  article.content-article .wrapper.centered-content ul,
  article.content-article .wrapper.main-content ol,
  article.content-article .wrapper.main-content ul {
    font-size: 23px;
  }
}
article.content-article .wrapper .side-content ol.no-bullet:not(.content-stacked-lg),
article.content-article .wrapper .side-content ul.no-bullet:not(.content-stacked-lg),
article.content-article .wrapper.centered-content ol.no-bullet:not(.content-stacked-lg),
article.content-article .wrapper.centered-content ul.no-bullet:not(.content-stacked-lg),
article.content-article .wrapper.main-content ol.no-bullet:not(.content-stacked-lg),
article.content-article .wrapper.main-content ul.no-bullet:not(.content-stacked-lg) {
  list-style: none;
  margin-left: 0;
}
article.content-article .wrapper .side-content ol:not(.content-stacked-lg),
article.content-article .wrapper .side-content ul:not(.content-stacked-lg),
article.content-article .wrapper.centered-content ol:not(.content-stacked-lg),
article.content-article .wrapper.centered-content ul:not(.content-stacked-lg),
article.content-article .wrapper.main-content ol:not(.content-stacked-lg),
article.content-article .wrapper.main-content ul:not(.content-stacked-lg) {
  margin: 0 0 32px 24px;
}
article.content-article .wrapper .side-content ol li,
article.content-article .wrapper .side-content ul li,
article.content-article .wrapper.centered-content ol li,
article.content-article .wrapper.centered-content ul li,
article.content-article .wrapper.main-content ol li,
article.content-article .wrapper.main-content ul li {
  margin-bottom: 16px;
}
article.content-article .wrapper .side-content ol li:last-child,
article.content-article .wrapper .side-content ul li:last-child,
article.content-article .wrapper.centered-content ol li:last-child,
article.content-article .wrapper.centered-content ul li:last-child,
article.content-article .wrapper.main-content ol li:last-child,
article.content-article .wrapper.main-content ul li:last-child {
  margin: 0;
}
article.content-article .wrapper .side-content ol li ol:not(.content-stacked-lg),
article.content-article .wrapper .side-content ol li ul:not(.content-stacked-lg),
article.content-article .wrapper .side-content ul li ol:not(.content-stacked-lg),
article.content-article .wrapper .side-content ul li ul:not(.content-stacked-lg),
article.content-article .wrapper.centered-content ol li ol:not(.content-stacked-lg),
article.content-article .wrapper.centered-content ol li ul:not(.content-stacked-lg),
article.content-article .wrapper.centered-content ul li ol:not(.content-stacked-lg),
article.content-article .wrapper.centered-content ul li ul:not(.content-stacked-lg),
article.content-article .wrapper.main-content ol li ol:not(.content-stacked-lg),
article.content-article .wrapper.main-content ol li ul:not(.content-stacked-lg),
article.content-article .wrapper.main-content ul li ol:not(.content-stacked-lg),
article.content-article .wrapper.main-content ul li ul:not(.content-stacked-lg) {
  margin-top: 16px;
  margin-bottom: 0;
}
article.content-article .wrapper .side-content ol.contact,
article.content-article .wrapper .side-content ul.contact,
article.content-article .wrapper.centered-content ol.contact,
article.content-article .wrapper.centered-content ul.contact,
article.content-article .wrapper.main-content ol.contact,
article.content-article .wrapper.main-content ul.contact {
  list-style: none;
  margin-left: 0;
}
article.content-article .wrapper .side-content ol.contact li,
article.content-article .wrapper .side-content ul.contact li,
article.content-article .wrapper.centered-content ol.contact li,
article.content-article .wrapper.centered-content ul.contact li,
article.content-article .wrapper.main-content ol.contact li,
article.content-article .wrapper.main-content ul.contact li {
  margin-bottom: 8px;
}
article.content-article .wrapper .side-content ol.contact li:last-child,
article.content-article .wrapper .side-content ul.contact li:last-child,
article.content-article .wrapper.centered-content ol.contact li:last-child,
article.content-article .wrapper.centered-content ul.contact li:last-child,
article.content-article .wrapper.main-content ol.contact li:last-child,
article.content-article .wrapper.main-content ul.contact li:last-child {
  margin: 0;
}
article.content-article .wrapper .side-content .videoplayer .caption,
article.content-article .wrapper.centered-content .videoplayer .caption,
article.content-article .wrapper.main-content .videoplayer .caption {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  color: #000;
  color: #707070;
}
@media screen and (min-width: 768px) {
  article.content-article .wrapper .side-content .videoplayer .caption,
  article.content-article .wrapper.centered-content .videoplayer .caption,
  article.content-article .wrapper.main-content .videoplayer .caption {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1056px) {
  article.content-article .wrapper .side-content .article-info,
  article.content-article .wrapper.centered-content .article-info,
  article.content-article .wrapper.main-content .article-info {
    height: 100%;
  }
}
article.content-article .wrapper .side-content .article-info a,
article.content-article .wrapper.centered-content .article-info a,
article.content-article .wrapper.main-content .article-info a {
  color: #0057b8;
}
article.content-article .wrapper .side-content .article-info a:hover,
article.content-article .wrapper.centered-content .article-info a:hover,
article.content-article .wrapper.main-content .article-info a:hover {
  text-decoration: none;
}
article.content-article .wrapper .side-content .article-info a.clickable,
article.content-article .wrapper.centered-content .article-info a.clickable,
article.content-article .wrapper.main-content .article-info a.clickable {
  position: initial;
}
article.content-article .wrapper .side-content .article-info a.clickable:after,
article.content-article .wrapper.centered-content .article-info a.clickable:after,
article.content-article .wrapper.main-content .article-info a.clickable:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
article.content-article .wrapper .side-content .article-info h2,
article.content-article .wrapper .side-content .article-info h3,
article.content-article .wrapper.centered-content .article-info h2,
article.content-article .wrapper.centered-content .article-info h3,
article.content-article .wrapper.main-content .article-info h2,
article.content-article .wrapper.main-content .article-info h3 {
  margin-bottom: 8px;
  font-size: 23px;
  line-height: 1.13em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
}
@media screen and (min-width: 1056px) {
  article.content-article .wrapper .side-content .article-info h2,
  article.content-article .wrapper .side-content .article-info h3,
  article.content-article .wrapper.centered-content .article-info h2,
  article.content-article .wrapper.centered-content .article-info h3,
  article.content-article .wrapper.main-content .article-info h2,
  article.content-article .wrapper.main-content .article-info h3 {
    font-size: 29px;
  }
}
article.content-article .wrapper .side-content .article-info h2 a,
article.content-article .wrapper .side-content .article-info h3 a,
article.content-article .wrapper.centered-content .article-info h2 a,
article.content-article .wrapper.centered-content .article-info h3 a,
article.content-article .wrapper.main-content .article-info h2 a,
article.content-article .wrapper.main-content .article-info h3 a {
  font-size: 23px;
  line-height: 1.13em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
}
@media screen and (min-width: 1056px) {
  article.content-article .wrapper .side-content .article-info h2 a,
  article.content-article .wrapper .side-content .article-info h3 a,
  article.content-article .wrapper.centered-content .article-info h2 a,
  article.content-article .wrapper.centered-content .article-info h3 a,
  article.content-article .wrapper.main-content .article-info h2 a,
  article.content-article .wrapper.main-content .article-info h3 a {
    font-size: 29px;
  }
}
article.content-article .wrapper .side-content .article-info p,
article.content-article .wrapper.centered-content .article-info p,
article.content-article .wrapper.main-content .article-info p {
  color: #707070;
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  margin-bottom: 16px;
}
@media screen and (min-width: 1056px) {
  article.content-article .wrapper .side-content .article-info p,
  article.content-article .wrapper.centered-content .article-info p,
  article.content-article .wrapper.main-content .article-info p {
    font-size: 18px;
  }
}
article.content-article .wrapper .side-content .article-info p.person-specialty,
article.content-article .wrapper.centered-content .article-info p.person-specialty,
article.content-article .wrapper.main-content .article-info p.person-specialty {
  color: #000;
  margin-bottom: 24px;
}
article.content-article .wrapper .side-content .article-info a,
article.content-article .wrapper.centered-content .article-info a,
article.content-article .wrapper.main-content .article-info a {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
@media screen and (min-width: 1056px) {
  article.content-article .wrapper .side-content .article-info a,
  article.content-article .wrapper.centered-content .article-info a,
  article.content-article .wrapper.main-content .article-info a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1056px) {
  article.content-article .wrapper .side-content .article-info,
  article.content-article .wrapper.centered-content .article-info,
  article.content-article .wrapper.main-content .article-info {
    height: 100%;
  }
}
article.content-article .wrapper .side-content .article-info a,
article.content-article .wrapper.centered-content .article-info a,
article.content-article .wrapper.main-content .article-info a {
  color: #0057b8;
}
article.content-article .wrapper .side-content .article-info a:hover,
article.content-article .wrapper.centered-content .article-info a:hover,
article.content-article .wrapper.main-content .article-info a:hover {
  text-decoration: none;
}
article.content-article .wrapper .side-content .article-info a.clickable,
article.content-article .wrapper.centered-content .article-info a.clickable,
article.content-article .wrapper.main-content .article-info a.clickable {
  position: initial;
}
article.content-article .wrapper .side-content .article-info a.clickable:after,
article.content-article .wrapper.centered-content .article-info a.clickable:after,
article.content-article .wrapper.main-content .article-info a.clickable:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
article.content-article .wrapper .side-content .article-info h2,
article.content-article .wrapper .side-content .article-info h3,
article.content-article .wrapper.centered-content .article-info h2,
article.content-article .wrapper.centered-content .article-info h3,
article.content-article .wrapper.main-content .article-info h2,
article.content-article .wrapper.main-content .article-info h3 {
  margin-bottom: 8px;
  font-size: 23px;
  line-height: 1.13em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
}
@media screen and (min-width: 1056px) {
  article.content-article .wrapper .side-content .article-info h2,
  article.content-article .wrapper .side-content .article-info h3,
  article.content-article .wrapper.centered-content .article-info h2,
  article.content-article .wrapper.centered-content .article-info h3,
  article.content-article .wrapper.main-content .article-info h2,
  article.content-article .wrapper.main-content .article-info h3 {
    font-size: 29px;
  }
}
article.content-article .wrapper .side-content .article-info h2 a,
article.content-article .wrapper .side-content .article-info h3 a,
article.content-article .wrapper.centered-content .article-info h2 a,
article.content-article .wrapper.centered-content .article-info h3 a,
article.content-article .wrapper.main-content .article-info h2 a,
article.content-article .wrapper.main-content .article-info h3 a {
  font-size: 23px;
  line-height: 1.13em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
}
@media screen and (min-width: 1056px) {
  article.content-article .wrapper .side-content .article-info h2 a,
  article.content-article .wrapper .side-content .article-info h3 a,
  article.content-article .wrapper.centered-content .article-info h2 a,
  article.content-article .wrapper.centered-content .article-info h3 a,
  article.content-article .wrapper.main-content .article-info h2 a,
  article.content-article .wrapper.main-content .article-info h3 a {
    font-size: 29px;
  }
}
article.content-article .wrapper .side-content .article-info p,
article.content-article .wrapper.centered-content .article-info p,
article.content-article .wrapper.main-content .article-info p {
  color: #707070;
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  margin-bottom: 16px;
}
@media screen and (min-width: 1056px) {
  article.content-article .wrapper .side-content .article-info p,
  article.content-article .wrapper.centered-content .article-info p,
  article.content-article .wrapper.main-content .article-info p {
    font-size: 18px;
  }
}
article.content-article .wrapper .side-content .article-info p.person-specialty,
article.content-article .wrapper.centered-content .article-info p.person-specialty,
article.content-article .wrapper.main-content .article-info p.person-specialty {
  color: #000;
  margin-bottom: 24px;
}
article.content-article .wrapper .side-content .article-info a,
article.content-article .wrapper.centered-content .article-info a,
article.content-article .wrapper.main-content .article-info a {
  font-size: 14px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
}
@media screen and (min-width: 1056px) {
  article.content-article .wrapper .side-content .article-info a,
  article.content-article .wrapper.centered-content .article-info a,
  article.content-article .wrapper.main-content .article-info a {
    font-size: 18px;
  }
}
article.landing .wrapper {
  padding: 0 16px;
}
@media only screen and (max-width: 1343px) and (min-width: 1056px) {
  article.landing .wrapper {
    padding: 0 24px;
  }
}
@media only screen and (min-width: 1344px) {
  article.landing .wrapper {
    padding: 0 40px;
  }
}
article.landing .bg-black,
article.landing .bg-blue,
article.landing .bg-gray,
article.landing .bg-teal {
  padding: 32px 0 32px 0;
}
article.landing section {
  margin-bottom: 2.5rem;
}
.add-margin-bottom {
  margin-bottom: 2.5rem;
}
.remove-margin-bottom {
  margin-bottom: 0 !important;
}
article.landing .item {
  margin-bottom: 40px;
}
article.landing .item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  article.landing .item {
    margin-bottom: 0;
  }
}
article.landing .item.reduce-margin {
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  article.landing .item.reduce-margin {
    margin-bottom: 0;
  }
}
article.content-expandable h1 {
  font-size: 35px;
  line-height: 1.06em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (min-width: 1056px) {
  article.content-expandable h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1343px) and (min-width: 1056px) {
  article.content-expandable .wrapper {
    padding: 0 152px;
  }
}
@media only screen and (min-width: 1344px) {
  article.content-expandable .wrapper {
    padding: 0 184px;
  }
}
article.content-expandable .expandable {
  margin-bottom: 72px;
}
article.content-expandable .expandable .acces-show-hide {
  padding-left: 24px;
}
@media only screen and (min-width: 1056px) {
  article.content-expandable .expandable .acces-show-hide {
    padding-left: 128px;
    padding-right: 128px;
  }
}
@media only screen and (min-width: 1344px) {
  article.content-expandable .expandable .acces-show-hide {
    padding-left: 160px;
    padding-right: 160px;
  }
}
article.content-expandable .expandable .acces-show-hide[aria-expanded='true'] + div {
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (min-width: 1056px) {
  article.content-expandable .expandable .acces-show-hide[aria-expanded='true'] + div {
    padding-left: 128px;
    padding-right: 128px;
  }
}
@media only screen and (min-width: 1344px) {
  article.content-expandable .expandable .acces-show-hide[aria-expanded='true'] + div {
    padding-left: 160px;
    padding-right: 160px;
  }
}
</style > <style type='text/css' > .myc-visuallyhidden,
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sub-full-bleed.alpha-large ol.acces-alpha li a {
  font-size: 18px;
  min-width: 36px;
  min-height: 36px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.sub-full-bleed.alpha-large ol.acces-alpha li .disable {
  font-size: 18px;
  min-width: 36px;
  min-height: 36px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.sub-full-bleed.alpha-small ol.acces-alpha li a {
  font-size: 14px;
  min-width: 28px;
  min-height: 28px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px;
}
.sub-full-bleed.alpha-small ol.acces-alpha li .disable {
  font-size: 14px;
  min-width: 28px;
  min-height: 28px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px;
}
ol.acces-alpha {
  display: flex;
  list-style: none;
  margin: 10px 0;
  flex-wrap: wrap;
}
ol.acces-alpha li {
  margin: 0;
  padding: 0;
  flex-direction: row;
  text-align: center;
  box-sizing: border-box;
}
ol.acces-alpha li a {
  display: block;
  min-width: 32px;
  min-height: 32px;
  box-sizing: border-box;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #949494;
  color: #003da5;
  background: #fff;
  font-size: 16px;
  text-decoration: underline;
}
ol.acces-alpha li a.active {
  color: #fff;
  background: #003da5;
  border: 1px solid #003da5;
  font-weight: 600;
  text-decoration: none;
}
ol.acces-alpha li a.active:hover {
  text-decoration: underline;
  color: #fff !important;
}
ol.acces-alpha li a:active {
  color: #fff;
  background: #003da5;
  border: 1px solid #003da5;
}
ol.acces-alpha li a:active:hover {
  text-decoration: underline;
  color: #fff !important;
}
ol.acces-alpha li a:hover {
  color: #27251f;
  font-weight: 600;
  border: 1px solid #27251f;
  text-decoration: none;
}
ol.acces-alpha li a:focus {
  outline: 3px dotted #27251f;
  outline-offset: 3px;
  z-index: 12 !important;
  text-decoration: none;
}
ol.acces-alpha li .disable {
  display: block;
  min-width: 32px;
  min-height: 32px;
  box-sizing: border-box;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
  color: #757575;
  border: 1px solid #e5e5e5;
  text-decoration: none;
  font-size: 16px;
}
ol.acces-alpha.md-list li a {
  font-size: 16px;
  min-width: 32px;
  min-height: 32px;
  margin-right: 8px;
  margin-bottom: 8px;
}
ol.acces-alpha.md-list li .disable {
  font-size: 16px;
  min-width: 32px;
  min-height: 32px;
  margin-right: 8px;
  margin-bottom: 8px;
}
ol.acces-alpha.lg-list li a {
  font-size: 18px;
  min-width: 36px;
  min-height: 36px;
  margin-right: 10px;
  margin-bottom: 10px;
}
ol.acces-alpha.lg-list li .disable {
  font-size: 18px;
  min-width: 36px;
  min-height: 36px;
  margin-right: 10px;
  margin-bottom: 10px;
}
ol.acces-alpha.sm-list li a {
  font-size: 14px;
  min-width: 28px;
  min-height: 28px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px;
}
ol.acces-alpha.sm-list li .disable {
  font-size: 14px;
  min-width: 28px;
  min-height: 28px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px;
}
html[lang='ar'] #filter .holder ol li a {
  margin-right: 0;
  margin-left: 7px;
}
html[lang='ar'] .bio .filters-col ol.acces-alpha li span.disable {
  margin-right: 0;
  margin-left: 7px;
  padding: 5px 5px 0 5px;
  min-width: 32px;
  min-height: 36px;
  text-align: center;
}
html[lang='ar'] ol.acces-alpha li a {
  margin-right: 0;
  margin-left: 7px;
  padding: 5px 5px 0 5px;
  min-width: 32px;
  min-height: 36px;
  text-align: center;
}
html[lang='ar'] ol.acces-alpha li .disable {
  margin-right: 0;
  margin-left: 7px;
  padding: 5px 5px 0 5px;
  min-width: 32px;
  min-height: 36px;
  text-align: center;
}
html[lang='ar'] ol.acces-alpha.lg-list li a {
  margin-right: 0;
  margin-left: 10px;
}
html[lang='ar'] ol.acces-alpha.lg-list li .disable {
  margin-right: 0;
  margin-left: 10px;
}
html[lang='ar'] ol.acces-alpha.sm-list li a {
  margin-right: 0;
  margin-left: 5px;
}
html[lang='ar'] ol.acces-alpha.sm-list li .disable {
  margin-right: 0;
  margin-left: 5px;
}
.myc-visuallyhidden,
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.acces-show-hide {
  font-size: 14px;
  color: #003da5;
  text-decoration: underline;
  background: 0 0;
  border: none;
  display: block;
  margin-bottom: 10px;
}
.acces-show-hide:hover {
  text-decoration: none;
  cursor: pointer;
}
.acces-show-hide:focus {
  outline: 3px dotted #27251f;
  outline-offset: 3px;
  z-index: 12 !important;
  text-decoration: none;
}
.acces-show-hide:after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
  right: 0;
  position: relative;
  top: 1px;
  transform: rotate(135deg);
  vertical-align: top;
  margin-left: 8px;
}
.acces-show-hide[aria-expanded='true'].acces-show-hide:after {
  top: 7px;
  transform: rotate(-45deg);
}
.acces-show-hide[aria-expanded='true'] + div {
  display: block;
}
.acces-show-hide[aria-expanded='false'] + div {
  display: none;
}
.acces-show-hide .show-hide-box,
.acces-show-hide + div {
  margin-top: 20px;
}
.acces-show-hide .show-hide-box ol,
.acces-show-hide + div ol {
  padding-left: 25px;
  margin: 0;
}
.acces-show-hide .show-hide-box ol li,
.acces-show-hide + div ol li {
  margin-bottom: 10px;
}
.acces-show-hide.lg {
  font-size: 16px;
}
.acces-show-hide.lg:after {
  margin-left: 10px;
  width: 10px;
  height: 10px;
}
.acces-show-hide.lg + div {
  margin-top: 25px;
}
.ct-details .acces-show-hide {
  text-decoration: none;
  color: #cd3c00;
}
.ct-details .acces-show-hide:hover {
  text-decoration: underline;
}
.ct-details.box .acces-show-hide {
  display: inline-block;
}
.ct-details .cd-section .section-box .acces-show-hide {
  color: #111;
}
.ct-details .cd-section .section-box .acces-show-hide span {
  color: #cd3c00;
}
.ct-details .cd-section .section-box .acces-show-hide:after {
  content: none;
}
.ct-search-accordion .acces-show-hide {
  margin-bottom: 0;
  display: inline-block;
}
.ct-search-accordion .acces-show-hide + div {
  margin-top: 0;
}
.ct-search-accordion .acces-show-hide + div ul {
  margin: 0;
}
.ct-search-accordion .acces-show-hide + div ul li {
  margin-right: 15px;
  display: inline-block;
}
.ct-search-accordion .acces-show-hide + div ul li a {
  border: 1px solid #b73600;
  color: #111;
  padding: 12px;
}
.show-hide-box {
  margin-top: 20px;
}
.show-hide-box ol {
  padding-left: 25px;
  margin: 0;
}
.show-hide-box ol li {
  margin-bottom: 10px;
}
html[lang='ar'] .acces-show-hide + div ol {
  padding-left: 0;
  padding-right: 25px;
  margin: 0;
}
html[lang='ar'] .acces-show-hide + div ol li {
  margin-bottom: 10px;
}
html[lang='ar'] .acces-show-hide:after {
  margin-left: 0;
  margin-right: 8px;
}
html[lang='ar'] .acces-show-hide.lg:after {
  margin-left: 0;
  margin-right: 10px;
  width: 10px;
}
div.show-hide-innerText-not-readable {
  display: none;
}
.custom-drop-down-container {
  position: relative;
  margin-bottom: 24px !important;
}
.acces-show-hide.custom-drop-down {
  padding: 12px;
  border: 1px solid #003da5;
  border-radius: 36px;
  background-color: #fff;
  color: #003da5;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  position: relative;
  margin-bottom: 0;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .acces-show-hide.custom-drop-down {
    border: 1px solid #27251f;
    border-radius: 3px;
    color: #111;
    margin: 0;
    text-align: left;
  }
}
.acces-show-hide.custom-drop-down:after {
  display: none;
}
.acces-show-hide.custom-drop-down img,
.acces-show-hide.custom-drop-down svg {
  display: none;
}
@media (min-width: 768px) {
  .acces-show-hide.custom-drop-down img,
  .acces-show-hide.custom-drop-down svg {
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    right: 12px;
    width: 10px;
    height: 8px;
  }
}
@media (min-width: 768px) {
  .acces-show-hide.custom-drop-down[aria-expanded='true'] img,
  .acces-show-hide.custom-drop-down[aria-expanded='true'] svg {
    transform: rotate(-180deg);
  }
}
@media (min-width: 768px) {
  .acces-show-hide.custom-drop-down {
    max-width: 350px;
    width: 100%;
  }
}
.acces-show-hide.custom-drop-down + div .header-mobile {
  display: none;
}
.acces-show-hide.custom-drop-down + div ol,
.acces-show-hide.custom-drop-down + div ul {
  list-style: none;
  margin-left: 0;
}
.acces-show-hide.custom-drop-down + div ol li,
.acces-show-hide.custom-drop-down + div ul li {
  list-style: none;
}
.acces-show-hide.custom-drop-down + div ol li a,
.acces-show-hide.custom-drop-down + div ul li a {
  text-decoration: none !important;
}
.acces-show-hide.custom-drop-down + div ol li a:hover,
.acces-show-hide.custom-drop-down + div ul li a:hover {
  text-decoration: underline !important;
}
.acces-show-hide.custom-drop-down[aria-expanded='false'] + div {
  display: none;
}
.acces-show-hide.custom-drop-down[aria-expanded='true'] + div {
  margin-top: 0;
  z-index: 2000;
}
@media (max-width: 767px) {
  .acces-show-hide.custom-drop-down[aria-expanded='true'] + div {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    padding: 0;
    box-sizing: border-box;
  }
  .acces-show-hide.custom-drop-down[aria-expanded='true'] + div .show-hide-content {
    padding-top: 70px;
  }
  .acces-show-hide.custom-drop-down[aria-expanded='true'] + div .header-mobile {
    display: block;
    border-bottom: 1px solid #7e7e7e;
    position: relative;
    margin-bottom: 24px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1000;
    box-sizing: border-box;
  }
  .acces-show-hide.custom-drop-down[aria-expanded='true'] + div .header-mobile div {
    position: relative;
    padding: 18px 12px 18px 32px;
    box-sizing: border-box;
  }
  .acces-show-hide.custom-drop-down[aria-expanded='true'] + div .header-mobile h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
  }
  .acces-show-hide.custom-drop-down[aria-expanded='true'] + div .close-drop-down {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 24px;
    height: 24px;
    background: 0 0;
    padding: 0;
    border: none;
  }
  .acces-show-hide.custom-drop-down[aria-expanded='true'] + div .close-drop-down:focus {
    outline: 0;
  }
  .acces-show-hide.custom-drop-down[aria-expanded='true'] + div .close-drop-down img,
  .acces-show-hide.custom-drop-down[aria-expanded='true'] + div .close-drop-down svg {
    width: 24px;
    height: 24px;
  }
  .acces-show-hide.custom-drop-down[aria-expanded='true'] + div ol {
    padding-left: 30px;
    padding-right: 12px;
  }
  .acces-show-hide.custom-drop-down[aria-expanded='true'] + div ol li {
    margin-bottom: 20px;
  }
  .acces-show-hide.custom-drop-down[aria-expanded='true'] + div ol li a {
    text-decoration: none !important;
    display: block;
    padding: 6px 0;
  }
}
@media (min-width: 768px) {
  .acces-show-hide.custom-drop-down[aria-expanded='true'] + div {
    display: block;
    max-height: 300px;
    position: absolute;
    width: 360px;
    background: #fff;
    padding: 0;
    box-sizing: border-box;
    text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
    left: 0;
    top: calc(100% - 2px);
    border: 1px solid #27251f;
  }
  .acces-show-hide.custom-drop-down[aria-expanded='true'] + div ol {
    padding: 0 24px;
  }
}
.acces-show-hide.custom-drop-down .content {
  position: relative;
}
.custom-drop-down-container.quick-links {
  position: relative;
  margin-bottom: 24px !important;
  display: inline-block;
}
.custom-drop-down-container.quick-links .acces-show-hide:after {
  display: none;
}
@media (min-width: 768px) {
  .custom-drop-down-container.quick-links .acces-show-hide[aria-expanded='true'] img,
  .custom-drop-down-container.quick-links .acces-show-hide[aria-expanded='true'] svg {
    transform: rotate(-180deg);
  }
}
.custom-drop-down-container.quick-links .acces-show-hide + div ol,
.custom-drop-down-container.quick-links .acces-show-hide + div ul {
  list-style: none;
  margin-left: 0;
}
.custom-drop-down-container.quick-links .acces-show-hide + div ol li,
.custom-drop-down-container.quick-links .acces-show-hide + div ul li {
  list-style: none;
}
.custom-drop-down-container.quick-links .acces-show-hide + div ol li a,
.custom-drop-down-container.quick-links .acces-show-hide + div ul li a {
  text-decoration: none !important;
}
.custom-drop-down-container.quick-links .acces-show-hide + div ol li a:hover,
.custom-drop-down-container.quick-links .acces-show-hide + div ul li a:hover {
  text-decoration: underline !important;
}
.custom-drop-down-container.quick-links .acces-show-hide[aria-expanded='false'] + div {
  display: none;
}
.custom-drop-down-container.quick-links .acces-show-hide[aria-expanded='true'] {
  position: relative;
}
.custom-drop-down-container.quick-links .acces-show-hide[aria-expanded='true']:after {
  content: '';
  position: absolute;
  right: calc(50% - 8px);
  top: calc(100% + 31px);
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  width: 16px;
  height: 16px;
  background: 0 0;
  background: #000;
  display: block;
}
.custom-drop-down-container.quick-links .acces-show-hide[aria-expanded='true'] + div {
  margin-top: 0;
  z-index: 2000;
  display: block;
  position: absolute;
  width: calc(100vw - 60px);
  background: #fff;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
  overflow-y: auto;
  overflow-x: hidden;
  right: 0;
  top: calc(100% + 20px);
  border: none;
  background: #000;
  padding: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .custom-drop-down-container.quick-links .acces-show-hide[aria-expanded='true'] + div {
    width: 350px;
  }
}
.custom-drop-down-container.quick-links .acces-show-hide[aria-expanded='true'] + div a {
  color: #fff;
}
.custom-drop-down-container.quick-links .acces-show-hide[aria-expanded='true'] + div ol {
  padding: 0 24px;
}
.custom-drop-down-container.quick-links .acces-show-hide .content {
  position: relative;
}
.custom-drop-down-container.basic {
  margin-bottom: 0 !important;
  display: inline-block;
}
.custom-drop-down-container.basic .acces-show-hide:after {
  display: none;
}
@media (min-width: 768px) {
  .custom-drop-down-container.basic .acces-show-hide[aria-expanded='true'] img,
  .custom-drop-down-container.basic .acces-show-hide[aria-expanded='true'] svg {
    transform: rotate(-180deg);
  }
}
.custom-drop-down-container.basic .acces-show-hide + div ol,
.custom-drop-down-container.basic .acces-show-hide + div ul {
  list-style: none;
  margin-left: 0;
}
.custom-drop-down-container.basic .acces-show-hide + div ol li,
.custom-drop-down-container.basic .acces-show-hide + div ul li {
  list-style: none;
}
.custom-drop-down-container.basic .acces-show-hide + div ol li a,
.custom-drop-down-container.basic .acces-show-hide + div ul li a {
  text-decoration: none !important;
}
.custom-drop-down-container.basic .acces-show-hide + div ol li a:hover,
.custom-drop-down-container.basic .acces-show-hide + div ul li a:hover {
  text-decoration: underline !important;
}
.custom-drop-down-container.basic .acces-show-hide[aria-expanded='false'] + div {
  display: none;
}
.custom-drop-down-container.basic .acces-show-hide[aria-expanded='true'] {
  position: relative;
}
.custom-drop-down-container.basic .acces-show-hide[aria-expanded='true'] + div {
  margin-top: 0;
  z-index: 2000;
  display: block;
  position: absolute;
  max-width: 250px;
  box-sizing: border-box;
  text-align: left;
  overflow-y: auto;
  overflow-x: hidden;
  right: 0;
  top: calc(100% + 3px);
  border: none;
  background: #fff;
  padding: 12px 24px;
  border: 1px solid #000;
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.13);
}
.custom-drop-down-container.basic .acces-show-hide[aria-expanded='true'] + div a {
  color: #0057b8;
}
.custom-drop-down-container.basic .acces-show-hide[aria-expanded='true'] + div ol {
  padding: 0;
  margin: 0;
}
.custom-drop-down-container.basic .acces-show-hide[aria-expanded='true'] + div ol li {
  padding: 0;
  margin: 0 0 12px 0;
}
.custom-drop-down-container.basic .acces-show-hide[aria-expanded='true'] + div ol li:last-of-type {
  margin: 0;
}
.custom-drop-down-container.basic .acces-show-hide[aria-expanded='true'] + div ol li.active a {
  font-weight: 700;
}
.custom-drop-down-container.basic .acces-show-hide .content {
  position: relative;
}
.acces-list-container {
  margin: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  clear: both;
}
.acces-list-container.rc-list {
  background-color: #f4f8ff;
  padding: 30px;
}
.acces-list-container.rc-list .acces-list-show-hide {
  margin-top: -6px;
}
.acces-list-container.rc-list .true-state + .acces-list-show-hide {
  margin-top: 0;
}
.acces-list-container.rc-list li:last-child {
  margin-bottom: 0;
}
.acces-list-container.rc-list li.shown-listitems:last-child {
  margin-bottom: 6px;
}
.acces-list-container h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
.acces-list-container h1,
.acces-list-container h2,
.acces-list-container h3,
.acces-list-container h4 {
  margin-top: 30px;
}
.acces-list-container h1:first-child,
.acces-list-container h2:first-child,
.acces-list-container h3:first-child,
.acces-list-container h4:first-child {
  margin-top: 0;
}
.acces-list-container .list-wrapper {
  margin-bottom: 0;
}
.acces-list-container .listGroup {
  list-style: none;
  margin: 0;
  padding: 0;
}
.acces-list-container .listGroup:focus {
  outline: 3px dotted #000;
}
.acces-list-container .listGroup li.acces-hide-listitems {
  display: none;
}
.acces-list-container .listGroup li.acces-hide-listitems.shown-listitems {
  display: block;
}
.acces-list-container .listGroup.true-state + button.acces-list-show-hide:after {
  background-position: -245px -437px;
  height: 7px;
}
.acces-list-container .listGroup span.rc-date {
  display: block;
}
.acces-list-container .acces-list-show-hide {
  border: 0;
  background-color: transparent;
  color: #003da5;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  padding: 10px 25px 10px 0;
  margin-bottom: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: -8px;
}
.acces-list-container .acces-list-show-hide:focus {
  outline: 3px dotted #27251f;
  outline-offset: 2px;
}
.acces-list-container .acces-list-show-hide:focus:not(:focus-visible) {
  outline: 0;
}
.acces-list-container .acces-list-show-hide:focus-visible {
  outline: 3px dotted #27251f;
  outline-offset: 2px;
}
.acces-list-container .acces-list-show-hide:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 3px;
  width: 11px;
  height: 5px;
  background-image: url(https://www.mayoclinic.org/~/media/4886255CEFB640F581D9F3FD7D2E74E6.png);
  background-repeat: no-repeat;
  background-position: -43px -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.acces-list-container.no-background {
  background-color: transparent;
  padding: 0;
}
.acces-list-container .list-wrapper + .list-wrapper > h3:first-child {
  margin-top: 30px;
}
.cd-section .acces-list-container .acces-list-show-hide {
  color: #cd3c00;
}
.cd-section .acces-list-container .acces-list-show-hide:after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
  right: 0;
  position: relative;
  top: 1px;
  transform: rotate(135deg);
  vertical-align: top;
  margin-left: 8px;
  background-image: none;
}
.cd-section .acces-list-container .listGroup.true-state + button.acces-list-show-hide:after {
  top: 7px;
  transform: rotate(-45deg);
}
html[lang='ar'] div.main .mobile-nav-container ul {
  margin-bottom: -10px;
}
html[lang='ar'] div.main .mobile-nav-container ul > li {
  float: right;
}
@media screen and (max-width: 767px) {
  html[lang='ar'] div.main .mobile-nav-container .acces-show-hide {
    text-align: right;
    height: 40px;
  }
  html[lang='ar'] div.main .mobile-nav-container .acces-show-hide:after {
    left: 12px;
    right: auto;
  }
  html[lang='ar'] div.main .mobile-nav-container ul > li {
    float: none;
  }
}
div.main .mobile-nav-container .acces-show-hide {
  display: none;
  margin-bottom: 0;
}
div.main .mobile-nav-container .acces-show-hide:after {
  transform: none;
  border: none;
}
div.main .mobile-nav-container .acces-show-hide + div {
  margin-top: 0;
}
div.main .mobile-nav-container .menu-bioback {
  margin-right: 20px;
}
div.main .mobile-nav-container .acces-show-hide[aria-expanded='false'] + div {
  display: inline-block;
}
div.main .mobile-nav-container .menu-biosearch {
  margin: 0 -12px 0 0;
  padding-right: 12px;
  position: relative;
  padding-left: 38px;
  line-height: 48px;
  display: block;
  padding: 0 16px;
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
}
div.main .mobile-nav-container ul {
  display: inline-block;
  margin-bottom: -4px;
  margin-left: 0;
}
div.main .mobile-nav-container ul:after {
  content: none;
}
@media screen and (max-width: 767px) {
  div.main .mobile-nav-container {
    margin: 0;
    padding: 0 12px 12px;
    box-shadow: none;
    background: #fff;
  }
  div.main .mobile-nav-container div:first-child {
    border: 1px solid #eee;
    border-radius: 2px;
  }
  div.main .mobile-nav-container .menu-biosearch {
    position: absolute;
    right: 0 !important;
    top: 8px !important;
    line-height: normal;
  }
  div.main .mobile-nav-container .acces-show-hide {
    line-height: 2.5em;
    display: block;
    padding: 0 12px;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    width: 100%;
    border: none;
    box-shadow: none;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
  }
  div.main .mobile-nav-container .acces-show-hide:after {
    content: '';
    background: url(https://www.mayoclinic.org/~/media/4886255CEFB640F581D9F3FD7D2E74E6.png)
      no-repeat -95px -149px;
    width: 13px;
    height: 11px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -6px;
  }
  div.main .mobile-nav-container .acces-show-hide[aria-expanded='true'] + div {
    display: block;
  }
  div.main .mobile-nav-container .acces-show-hide[aria-expanded='false'] + div {
    display: none;
  }
  div.main .mobile-nav-container.bio-nav {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  div.main .mobile-nav-container.bio-nav .menu-bioback {
    position: absolute;
    top: -35px;
  }
  div.main .mobile-nav-container.bio-nav .acces-show-hide {
    padding-left: 28px;
  }
  div.main .mobile-nav-container.bio-nav .acces-show-hide:after {
    left: 0;
  }
  div.main .mobile-nav-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
  }
  div.main .mobile-nav-container ul li {
    display: block;
  }
  div.main .mobile-nav-container ul li:first-child > a:after {
    content: none;
  }
}
.topnav-h {
  margin-bottom: 10px;
}
.topnav-h .acces-show-hide {
  display: none;
}
.topnav-h .mobile-nav-container ul {
  margin-left: 0;
}
.topnav-h .nav-item a {
  border-bottom: 5px solid transparent;
}
.topnav-h li:hover > a {
  border-bottom: 5px solid #003da5;
}
.topnav-h li.open ul,
.topnav-h li:hover ul {
  display: block;
  top: 30px;
}
.topnav-h .acces-show-hide[aria-expanded='false'] + div {
  display: block;
}
.topnav-h .acces-show-hide[aria-expanded='false'] + div ul li {
  float: left;
  margin-right: 26px;
}
.topnav-h .acces-show-hide[aria-expanded='false'] + div ul li a {
  line-height: 1.5em;
  height: 25px;
  display: block;
}
.topnav-h .acces-show-hide[aria-expanded='false'] + div ul li.hassub > ul a {
  height: auto;
}
.topnav-h .acces-show-hide[aria-expanded='false'] + div ul li.hassub > ul a:hover {
  text-decoration: none;
}
.topnav-h .acces-show-hide[aria-expanded='false'] + div ul li.hassub > ul li {
  clear: both;
}
@media screen and (max-width: 767px) {
  .topnav-h .acces-show-hide {
    display: block;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    text-align: left;
    padding-left: 0;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .topnav-h ul li.nav-item.hassub > a {
    background: 0 0;
  }
  .sub-menu li:first-child {
    display: none;
  }
  .topnav-h .acces-show-hide:after {
    display: block;
    color: #717268;
    text-transform: uppercase;
    text-decoration: none;
    background: url(/styles/img/gbs/sprites/sprite-globalnav-mobile.png) no-repeat right -6px;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 25px;
    width: 30px;
    transform: none;
  }
  .topnav-h ul li.hassub > a {
    background: 0 0;
  }
  .topnav-h .acces-show-hide[aria-expanded='false'] + div {
    display: none;
  }
  .topnav-h .acces-show-hide[aria-expanded='true'].acces-show-hide:after {
    transform: none;
    top: 10px;
  }
  .topnav-h .acces-show-hide + div ul {
    display: block;
    padding: 5px 10px 5px 15px;
  }
  .topnav-h .acces-show-hide + div ul:first-child {
    padding-left: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .topnav-h .acces-show-hide + div ul li:first-child {
    margin-top: 0;
  }
  .topnav-h .acces-show-hide[aria-expanded='false'] + div ul li {
    float: none;
  }
}
.cd-section .myc-accessible-tabs {
  margin-bottom: 20px;
}
.cd-section .myc-accessible-tabs [role='tablist'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cd-section .myc-accessible-tabs .print-only {
  display: none;
}
.cd-section .myc-accessible-tabs button[role='tab'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #54585b;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  margin: 0;
  padding: 12px 35px 12px 16px;
  width: 164px;
  z-index: 9;
  background-color: #ecece6;
  border: 1px solid #babbb1;
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.cd-section .myc-accessible-tabs button[role='tab']:focus {
  outline: 2px dotted #27251f;
  outline-offset: -3px;
}
.cd-section .myc-accessible-tabs button[role='tab']:focus:not(:focus-visible) {
  outline: 0;
}
.cd-section .myc-accessible-tabs button[role='tab']:focus-visible {
  outline: 2px dotted #27251f;
  outline-offset: -3px;
}
.cd-section .myc-accessible-tabs button[role='tab'] .myc-tab-title {
  font-weight: 700;
  display: block;
}
.cd-section .myc-accessible-tabs button[role='tab']:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  width: 7px;
  height: 7px;
  background: 0 0;
  border-left: 2px solid #d35420;
  border-top: 2px solid #d35420;
}
.cd-section .myc-accessible-tabs button[role='tab'][aria-selected='true'] {
  background-color: #fff;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #fff;
}
.cd-section .myc-accessible-tabs button[role='tab'][aria-selected='true']:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: -2px;
  height: 2px;
  background: #fff;
  left: 1px;
}
.cd-section .myc-accessible-tabs button[role='tab'][aria-selected='true']:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-section .myc-accessible-tabs button[role='tab'][aria-selected='true']:last-child {
  border-right: 1px solid #babbb1;
}
.cd-section .myc-accessible-tabs [role='tabpanel'] {
  background: #fff;
  padding: 16px;
  border: 1px solid #babbb1;
}
.cd-section .myc-accessible-tabs [role='tabpanel']:focus {
  outline: 2px dotted #27251f;
  outline-offset: -3px;
}
.cd-section .myc-accessible-tabs [role='tabpanel']:focus:not(:focus-visible) {
  outline: 0;
}
.cd-section .myc-accessible-tabs [role='tabpanel']:focus-visible {
  outline: 2px dotted #27251f;
  outline-offset: -3px;
}
.ellipsis-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  align-items: baseline;
  max-width: 275px;
}
.ellipsis-container + .ellipsis-container {
  margin-top: 20px;
}
.ellipsis-container .show-hide-content {
  display: inline;
}
.ellipsis-container .show-hide-content p {
  display: inline;
}
.ellipsis-container .show-hide-content p + .access-ellipsis-show-hide {
  border: 0;
  background-color: transparent;
  color: #003da5;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  padding: 2px 25px 2px 0;
  margin-top: 3px;
  margin-bottom: 0;
  margin-left: 0;
  -ms-flex-item-align: start;
}
.ellipsis-container .show-hide-content p + .access-ellipsis-show-hide:focus {
  outline: 3px dotted #27251f;
  outline-offset: 2px;
}
.ellipsis-container .show-hide-content p + .access-ellipsis-show-hide:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 3px;
  width: 11px;
  height: 5px;
  background-image: url(https://www.mayoclinic.org/~/media/4886255CEFB640F581D9F3FD7D2E74E6.png);
  background-repeat: no-repeat;
  background-position: -43px -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ellipsis-container .show-hide-content p + .access-ellipsis-show-hide[aria-expanded='true']:after {
  background-position: -244px -438px;
}
.ellipsis-container .show-hide-content .hidden-content {
  display: none;
}
.ellipsis-container .show-hide-content.expanded .ellipsis {
  display: none;
}
.ellipsis-container .show-hide-content.expanded .hidden-content {
  display: inline;
}
html[lang='ar'] .ellipsis-container,
html[lang='ar'] body .ellipsis-container {
  direction: ltr;
}
html[lang='ar'] .ellipsis-container .show-hide-content,
html[lang='ar'] body .ellipsis-container .show-hide-content {
  direction: ltr;
}
.myc-visuallyhidden,
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .ellipsis-container {
    display: none;
  }
}
div.row-container > article:focus {
  margin: 0;
}
.skip-button:focus {
  clip: auto;
  height: 45px;
  position: relative;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 10px;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 25px;
  width: 99%;
  border: none;
  color: #fff;
  background: #27251f;
  font-size: 16px;
  text-decoration: underline;
  outline: 3px dotted #27251f;
  outline-offset: 2px;
  cursor: pointer;
}
.skip-button#skip-content-within {
  display: none;
}
.myc-visuallyhidden,
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .skip-button {
    display: none;
  }
}
.access-pagination {
  display: block;
  margin-top: 36px;
  margin-bottom: 24px;
}
.access-pagination ol,
.access-pagination ul {
  padding: 0;
  list-style-type: none;
  margin-left: 0;
}
.access-pagination ol li,
.access-pagination ul li {
  display: inline-block;
}
.access-pagination ol li .pagination-item,
.access-pagination ul li .pagination-item {
  background: #fff;
  border: 1px solid #e3e3e0;
  display: block;
  min-width: 26px;
  padding: 5px 0;
  margin: 0 2px;
  text-align: center;
  position: relative;
}
.access-pagination ol li .pagination-item.control,
.access-pagination ul li .pagination-item.control {
  border: none;
  background: 0 0;
}
.access-pagination ol li .pagination-item.control:hover,
.access-pagination ul li .pagination-item.control:hover {
  border: none;
  text-decoration: underline;
}
.access-pagination ol li .pagination-item.control::before,
.access-pagination ul li .pagination-item.control::before {
  content: '';
  display: block;
  background: url(https://www.mayoclinic.org/~/media/4886255CEFB640F581D9F3FD7D2E74E6.png) no-repeat -65px -203px;
  margin: 4px 12px 0 0;
  height: 12px;
  width: 5px;
  position: absolute;
  left: -12px;
}
.access-pagination ol li .pagination-item.disabled,
.access-pagination ul li .pagination-item.disabled {
  display: none;
}
.access-pagination ol li .pagination-item:hover,
.access-pagination ul li .pagination-item:hover {
  border: 1px solid #3967c1;
  text-decoration: none;
}
.access-pagination ol li .pagination-item[aria-current='true'],
.access-pagination ul li .pagination-item[aria-current='true'] {
  background: none repeat scroll 0 0 #3967c1;
  border: 1px solid #3967c1;
  color: #fff;
}
.access-pagination ol li:last-child .pagination-item.control:before,
.access-pagination ul li:last-child .pagination-item.control:before {
  content: '';
  background: url(https://www.mayoclinic.org/~/media/4886255CEFB640F581D9F3FD7D2E74E6.png) no-repeat -65px -25px;
  display: block;
  margin: 5px 0 0 10px;
  height: 12px;
  width: 5px;
  left: 30px;
}
html[lang='ar'] .access-pagination ol li .pagination-item.control::before,
html[lang='ar'] .access-pagination ul li .pagination-item.control::before,
html[lang='ar'] body .access-pagination ol li .pagination-item.control::before,
html[lang='ar'] body .access-pagination ul li .pagination-item.control::before {
  background: url(https://www.mayoclinic.org/~/media/4886255CEFB640F581D9F3FD7D2E74E6.png) no-repeat -65px -25px;
  margin-left: 10px;
  margin-top: 6px;
  left: 30px;
}
html[lang='ar'] .access-pagination ol li:last-child .pagination-item.control:before,
html[lang='ar'] .access-pagination ul li:last-child .pagination-item.control:before,
html[lang='ar'] body .access-pagination ol li:last-child .pagination-item.control:before,
html[lang='ar'] body .access-pagination ul li:last-child .pagination-item.control:before {
  background: url(https://www.mayoclinic.org/~/media/4886255CEFB640F581D9F3FD7D2E74E6.png) no-repeat -65px -203px;
  margin-right: 10px;
  margin-top: 4px;
  left: -20px;
}
.physician-hub .access-pagination {
  float: left;
}
.hidden {
  display: none;
}
.default_dialog :focus {
  outline: 3px dotted #000;
}
.default_dialog {
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #000;
  background-color: #fff;
  min-height: 100vh;
}
@media screen and (min-width: 640px) {
  .default_dialog {
    position: absolute;
    top: 2rem;
    left: 50vw;
    transform: translateX(-50%);
    max-width: 100%;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.12), 0 15px 12px rgba(0, 0, 0, 0.22);
    max-height: 80vh;
  }
}
.dialog_label {
  text-align: center;
}
.dialog_form {
  margin: 15px;
}
.dialog_form .label_text {
  box-sizing: border-box;
  padding-right: 0.5em;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  width: 30%;
  text-align: right;
}
.dialog_form .label_info {
  box-sizing: border-box;
  padding-right: 0.5em;
  font-size: 12px;
  width: 30%;
  text-align: right;
  display: inline-block;
}
.dialog_form_item {
  margin: 10px 0;
  font-size: 0;
}
.dialog_form_item .wide_input {
  box-sizing: border-box;
  max-width: 70%;
  width: 27em;
}
.dialog_form_item .city_input {
  box-sizing: border-box;
  max-width: 70%;
  width: 17em;
}
.dialog_form_item .state_input {
  box-sizing: border-box;
  max-width: 70%;
  width: 15em;
}
.dialog_form_item .zip_input {
  box-sizing: border-box;
  max-width: 70%;
  width: 9em;
}
.dialog_form_actions {
  text-align: right;
  padding: 0 20px 20px;
}
.dialog_close_button {
  float: right;
  position: absolute;
  top: 10px;
  left: 92%;
  height: 25px;
}
.dialog_close_button img {
  border: 0;
}
.dialog_desc {
  padding: 10px 20px;
}
.dialog-backdrop {
  display: none;
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.3);
}
.dialog-backdrop.active .box {
  display: block;
}
@media screen and (min-width: 640px) {
  .dialog-backdrop {
    background: rgba(0, 0, 0, 0.3);
  }
}
.dialog-backdrop.active {
  display: block;
}
.no-scroll {
  overflow-y: auto !important;
}
.has-dialog {
  overflow: hidden;
}
#main .access-modal {
  overflow: visible;
}
#main .access-modal.right {
  float: right;
  margin-left: 12px;
}
#main .access-modal.left {
  float: left;
  margin-right: 12px;
}
#main .access-modal.p-2 {
  width: 140px;
}
#main .access-modal.p-3 {
  width: 222px;
}
#main .access-modal.p-4 {
  width: 304px;
}
#main .access-modal.image-gallery .image-lightbox {
  margin-bottom: 5px;
}
#main .access-modal.image-gallery span.caption p {
  margin-left: 8px;
}
article#main-content .access-modal.right {
  float: right;
  margin: 0 0 3.7% 3.7%;
}
article#main-content .access-modal.left {
  float: left;
  margin: 0 3.7% 3.7% 0;
}
article#main-content .access-modal.p-2 {
  width: 33.8%;
}
article#main-content .access-modal.p-3 {
  width: 33.8%;
}
article#main-content .access-modal.p-4 {
  width: 46.3%;
}
.mc-enhanced-article div#main .access-modal.right {
  float: right;
  margin-left: 5.26%;
}
.mc-enhanced-article div#main .access-modal.left {
  float: left;
  margin-right: 5.26%;
}
.mc-enhanced-article div#main .access-modal.p-2 {
  width: 21.05%;
}
.mc-enhanced-article div#main .access-modal.p-3 {
  width: 34.21%;
}
.mc-enhanced-article div#main .access-modal.p-4 {
  width: 47.37%;
}
.access-navlist .modal-trigger.access-lightbox :after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: transparent;
  background-image: url(/styles/img/gbs/sprites/CT_sprite.png);
  background-position: 0 -80px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 20px;
  width: 20px;
}
.access-modal {
  clear: both;
}
.access-modal .caption {
  border-bottom: 1px solid #b3b3b3;
  padding: 0 8px 12px;
}
.access-modal .lightbox-text .caption {
  border-bottom: none;
}
.access-modal .modal-trigger {
  cursor: pointer;
}
.access-modal .modal-trigger.access-lightbox {
  background: 0 0;
  color: #000;
  text-align: left;
  position: relative;
  padding: 0;
  clear: both;
  float: right;
  margin: 0 0 3.7% 3.7%;
  border: 0;
}
.access-modal .modal-trigger.access-lightbox :after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: transparent;
  background-image: url(/styles/img/gbs/sprites/CT_sprite.png);
  background-position: 0 -80px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 20px;
  width: 20px;
}
.access-modal .modal-trigger.image-lightbox {
  background: 0 0;
  color: #000;
  text-align: left;
  position: relative;
  padding: 0;
  clear: both;
  float: right;
  margin: 0 0 24px 3.7%;
  border: 0;
}
.access-modal .modal-trigger.image-lightbox :after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(https://www.mayoclinic.org/~/media/4886255CEFB640F581D9F3FD7D2E74E6.png) no-repeat -238px -48px;
}
.access-modal .modal-trigger.image-lightbox img {
  width: 100%;
}
.access-modal .modal-trigger.image-lightbox span {
  margin: 0;
  padding: 0;
  margin-top: 12px;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  font-weight: 700;
}
.dialog_form_actions.lightbox-close {
  padding: 0;
}
.dialog_form_actions.lightbox-close .modal-close {
  position: absolute;
  top: -38px;
  right: 0;
  background: url(https://www.mayoclinic.org/styles/css/gbs/img/icons.png);
  background-position: -238px -24px;
  height: 24px;
  width: 24px;
  padding: 0;
  border: 0;
}
.image-lightbox-container .dialog_form_actions.lightbox-close .modal-close {
  top: 0;
  right: 0;
}
.modal-lightbox {
  min-height: calc(100vh - 30px);
  width: calc(100vw - 30px);
  overflow-y: auto;
  overflow-x: hidden;
  top: 15px;
  left: 50vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (orientation: landscape) {
  .modal-lightbox {
    left: 50vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .modal-lightbox {
    position: absolute;
    top: 2rem;
    min-height: 0;
    width: auto;
    max-height: calc(100vh - 30px);
  }
}
.modal-lightbox .image-lightbox-container {
  width: auto;
  max-height: calc(100vh - 40px);
}
.modal-lightbox .image-lightbox-container img {
  max-width: 100%;
  height: auto;
  margin-bottom: 12px;
}
.modal-lightbox .image-lightbox-container .lightbox-header {
  text-align: left;
}
.modal-lightbox .image-lightbox-container .lightbox-text {
  text-align: left;
  margin-bottom: 12px;
}
.modal-lightbox .image-lightbox-container .lightbox-text h3 {
  margin-bottom: 12px;
}
.modal-lightbox .image-lightbox-container .lightbox-text p {
  margin-bottom: 0;
  padding: 0;
}
.modal-lightbox .image-lightbox-container .lightbox-text .caption {
  background: #fff;
}
.modal-lightbox .image-lightbox-container .lightbox-text .caption:empty {
  display: none;
}
.bio .default_dialog :focus {
  outline: 3px dotted #fff;
}
.bio .access-lightbox.video-details-play {
  padding: 0;
  margin: 0;
  border: none;
  width: 400px;
  text-align: left;
  cursor: pointer;
}
.bio .access-lightbox.video-details-play:hover img {
  border: 2px solid #003da5;
  opacity: 0.6;
}
.bio .access-lightbox.video-details-play:focus {
  text-decoration: underline;
}
.bio .access-lightbox.video-details-play img {
  max-width: 175px;
  float: left;
  border: 2px solid transparent;
}
.bio .access-lightbox.video-details-play .video-icon {
  background: url(https://www.mayoclinic.org/styles/css/gbs/img/icons.png) no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
  background-position: -260px -160px;
  border: 2px solid #fff;
  border-radius: 33px;
  bottom: 0;
  height: 33px;
  left: 0;
  opacity: 1;
  position: absolute;
  left: 8px;
  text-indent: -2000em;
  bottom: 8px;
  width: 33px;
}
.bio .access-lightbox.video-details-play .video-header {
  margin: 15px 0 8px 13px;
  color: #111;
  line-height: 20px;
  overflow: hidden;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  padding-left: 10px;
}
.bio .access-lightbox.video-details-play .video-text {
  margin: 0 0 0 13px;
  color: #111;
  line-height: 20px;
  overflow: hidden;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}
.bio .dialog-backdrop.active {
  background-color: rgba(17, 17, 17, 0.95);
}
.bio .dialog-backdrop.active div[aria-modal='true']:not([data-dialog-type='basic']) {
  background: 0 0;
  overflow: visible;
  border: none;
  box-shadow: none;
  padding-top: 60px;
}
.bio
  .dialog-backdrop.active
  div[aria-modal='true']:not([data-dialog-type='basic'])
  .video-lightbox_container
  .modal-close
  span {
  font-family: HelveticaNeueW01-75Bold, Arial, sans-serif;
  display: block;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  float: right;
  line-height: 30px;
  font-weight: 700;
  width: 100px;
  padding-right: 30px;
}
.bio
  .dialog-backdrop.active
  div[aria-modal='true']:not([data-dialog-type='basic'])
  .video-lightbox_container
  .bio-video.on {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: transparent;
}
.bio
  .dialog-backdrop.active
  div[aria-modal='true']:not([data-dialog-type='basic'])
  .video-lightbox_container
  .bio-video.on
  .bc-video {
  margin: 0;
}
.bio
  .dialog-backdrop.active
  div[aria-modal='true']:not([data-dialog-type='basic'])
  .video-lightbox_container
  .bio-video.on
  .bc-video.on {
  margin-left: 384px;
}
.bio
  .dialog-backdrop.active
  div[aria-modal='true']:not([data-dialog-type='basic'])
  .video-lightbox_container
  .bio-video.on
  .transcript.on {
  top: 24px;
  text-align: left;
  bottom: 48px;
}
.bio
  .dialog-backdrop.active
  div[aria-modal='true']:not([data-dialog-type='basic'])
  .video-lightbox_container
  .bio-video.on
  .show-trans {
  text-align: left;
  padding-left: 20px;
  width: auto;
  margin-top: 8px;
}
.bio
  .dialog-backdrop.active
  div[aria-modal='true']:not([data-dialog-type='basic'])
  .video-lightbox_container
  .bio-video.on
  .show-trans:before {
  background: url(https://www.mayoclinic.org/~/media/4886255CEFB640F581D9F3FD7D2E74E6.png) no-repeat
    transparent;
  background-position: -262px -448px;
  content: '';
  display: inline-block;
  position: absolute;
  top: inherit;
  bottom: 10px;
  left: -10px;
  height: 27px;
  width: 25px;
}
.bio
  .dialog-backdrop.active
  div[aria-modal='true']:not([data-dialog-type='basic'])
  .video-lightbox_container
  .bio-video.on
  .show-trans.hide-text {
  padding-left: 0;
  margin-left: 5px;
}
.bio
  .dialog-backdrop.active
  div[aria-modal='true']:not([data-dialog-type='basic'])
  .video-lightbox_container
  .bio-video.on
  .show-trans.hide-text:before {
  background-position: -262px -416px;
  left: 120px;
  text-decoration: none;
}
.bio
  .dialog-backdrop.active
  div[aria-modal='true']:not([data-dialog-type='basic'])
  .video-lightbox_container
  .bio-video.on
  .show-trans.hide-text:focus {
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .bio .access-lightbox.video-details-play {
    width: 100%;
  }
  .bio .access-lightbox.video-details-play img {
    float: right;
    max-width: 120px;
    height: 95px;
  }
  .bio .access-lightbox.video-details-play .video-icon {
    float: right;
    right: 80px;
    left: auto;
  }
  .bio .access-lightbox.video-details-play .video-header,
  .bio .access-lightbox.video-details-play .video-text {
    padding: 0;
  }
  .bio .access-lightbox.video-details-play .modal-close {
    margin-right: 20px;
  }
}
.modal-lightbox .ct-lightbox-container {
  padding: 14px;
  max-width: 632px;
}
.modal-lightbox .ct-lightbox-container ul.study {
  float: left;
  width: 100%;
}
.modal-lightbox .ct-lightbox-container ul.study ul {
  list-style: disc;
}
.modal-lightbox .ct-lightbox-container ul.study ul li {
  display: list-item;
  list-style: disc;
  border: 0;
  overflow: visible;
}
.modal-lightbox .ct-lightbox-container h3 {
  clear: both;
}
.modal-lightbox .ct-lightbox-container .acces-show-hide ul {
  margin: 0;
}
.ct-search-results ol.access-navlist li > ul li,
.ct-search-results ol.access-navlist li > ul li:first-child,
.ct-search-results ol.access-navlist li > ul li:last-child {
  border: 0;
  margin-left: 16px;
  padding: 0;
  overflow: visible;
  border: 1px solid #c6c7c2;
  border-radius: 2px;
}
.ct-search-results ol.access-navlist .ct-lightbox-container ul.study li {
  border: none;
}
.ct-search-results ol.access-navlist button {
  background: 0 0;
  border: none;
}
.ct-search-results ol.access-navlist li > ul li button.access-lightbox {
  padding: 0 16px 0 28px;
  line-height: 32px;
  margin-bottom: 0;
}
.ct-search-results ol.access-navlist li {
  overflow: visible;
}
.ct-search-results ol.access-navlist > li .over-sum {
  display: block;
  left: -5000px;
}
.ct-search-results ol.access-navlist > li.focus-within,
.ct-search-results ol.access-navlist > li:hover {
  background-color: #f7f7f7;
  border-radius: 2px;
}
.ct-search-results ol.access-navlist > li.focus-within .over-sum,
.ct-search-results ol.access-navlist > li:hover .over-sum {
  left: inherit;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .access-modal {
    margin-left: 12px;
  }
  .access-modal.right {
    float: right;
  }
  .access-modal.left {
    float: left;
  }
  .access-modal.p-2 {
    width: 22%;
  }
  .access-modal.p-3 {
    width: 33%;
  }
  .access-modal.p-4 {
    width: 44%;
  }
  .modal-lightbox {
    min-height: calc(100vh - 240px);
  }
}
.show-transcript {
  color: #fff;
  padding: 16px;
  border: 1px solid #003da5;
  background: #003da5;
}
.show-transcript:after {
  content: '';
  border-style: solid;
  border-width: 1px 1px 0 0;
  display: inline-block;
  height: 8px;
  width: 8px;
  right: 0;
  position: relative;
  top: 1px;
  transform: rotate(135deg);
  vertical-align: top;
  margin-left: 8px;
}
.transcript {
  background: #fff;
  color: #272517;
  padding: 16px;
  max-height: 120px;
  max-width: 600px;
  overflow: auto;
  box-sizing: border-box;
}
[data-video='true'][aria-modal='true'] {
  background: 0 0;
  overflow: visible;
  border: none;
  box-shadow: none;
  padding-top: 60px;
  height: auto;
  min-height: inherit;
}
[data-video='true'][aria-modal='true'] .myc-kaltura-container {
  min-width: 300px;
}
@media screen and (min-width: 600px) {
  [data-video='true'][aria-modal='true'] .myc-kaltura-container {
    min-width: 600px;
  }
}
[data-video='true'][aria-modal='true'] .modal-close {
  position: absolute;
  top: -38px;
  right: 0;
  background: url(https://www.mayoclinic.org/styles/css/gbs/img/icons.png);
  background-position: -238px -24px;
  height: 24px;
  width: 24px;
  padding: 0;
  border: 0;
}
[data-video='true'][aria-modal='true'] .modal-close span {
  font-family: HelveticaNeueW01-75Bold, Arial, sans-serif;
  display: block;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  float: right;
  line-height: 30px;
  font-weight: 700;
  width: 100px;
  padding-right: 30px;
}
.default_dialog[data-dialog-type='basic-content'] {
  border: none;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 639px) {
  .default_dialog[data-dialog-type='basic-content'] {
    padding: 0;
    height: calc(90vh - 64px);
    width: calc(100vw - 30px);
    min-height: calc(90vh - 64px);
    position: fixed;
    top: 50px;
    left: 15px;
    border: none;
  }
}
@media screen and (min-width: 640px) {
  .default_dialog[data-dialog-type='basic-content'] {
    left: 50vw;
    translate: transformX(-50%);
    min-height: 0;
    max-height: 70vh;
    width: 100%;
    max-width: 750px;
    top: 10vh;
    padding: 40px;
  }
}
.default_dialog[data-dialog-type='basic-content'] .dialog_form_actions {
  position: relative;
}
.default_dialog[data-dialog-type='basic-content'] .mycl-dialog-body {
  padding: 0;
  position: relative;
  padding: 16px;
}
.default_dialog[data-dialog-type='basic-content'] .mycl-dialog-body .icon {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .default_dialog[data-dialog-type='basic-content'] .mycl-dialog-body {
    padding: 0;
  }
}
.default_dialog[data-dialog-type='basic-content'] .modal-close {
  font-weight: 700;
  border: 0;
  background: 0 0;
  position: absolute;
  top: 8px;
  right: 16px;
  color: #fff;
  padding: 0;
  width: 21px;
  height: 21px;
  z-index: 200;
}
.default_dialog[data-dialog-type='basic-content'] .modal-close:hover {
  cursor: pointer;
}
.default_dialog[data-dialog-type='basic-content'] .modal-close svg {
  display: none;
}
.default_dialog[data-dialog-type='basic-content'] .modal-close:after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(https://design.mayoclinic.org/assets/img/icons/close.svg);
  width: 21px;
  height: 21px;
}
.default_dialog[data-dialog-type='warning-message'] {
  border: none;
}
@media screen and (max-width: 639px) {
  .default_dialog[data-dialog-type='warning-message'] {
    padding: 0;
    height: calc(90vh - 64px);
    width: calc(100vw - 30px);
    min-height: calc(90vh - 64px);
    position: fixed;
    top: 50px;
    left: 15px;
    border: none;
  }
}
@media screen and (min-width: 640px) {
  .default_dialog[data-dialog-type='warning-message'] {
    left: 50vw;
    translate: transformX(-50%);
    min-height: 0;
    max-height: 500px;
    width: 100%;
    max-width: 750px;
    top: 260px;
  }
}
.default_dialog[data-dialog-type='warning-message'] .icon {
  display: block;
  height: 64px;
  margin-bottom: 16px;
}
.default_dialog[data-dialog-type='warning-message'] .icon img {
  display: block;
  height: 100%;
  object-fit: contain;
}
.default_dialog[data-dialog-type='warning-message'] .mycl-dialog-body {
  padding: 64px 24px 24px;
  position: relative;
}
.default_dialog[data-dialog-type='warning-message'] .mycl-dialog-body .icon {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .default_dialog[data-dialog-type='warning-message'] .mycl-dialog-body {
    padding: 89px 64px 64px 150px;
  }
  .default_dialog[data-dialog-type='warning-message'] .mycl-dialog-body .icon {
    position: absolute;
    left: 64px;
    top: 94px;
    margin-bottom: 0;
  }
}
.default_dialog[data-dialog-type='warning-message'] .mycl-buttons a {
  display: block;
  width: auto;
  text-align: center;
}
.default_dialog[data-dialog-type='warning-message'] .mycl-buttons a + a {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .default_dialog[data-dialog-type='warning-message'] .mycl-buttons a {
    min-width: 200px;
    display: inline-block;
  }
  .default_dialog[data-dialog-type='warning-message'] .mycl-buttons a + a {
    margin-left: 24px;
    margin-top: 0;
  }
}
.default_dialog[data-dialog-type='warning-message'] h2 {
  margin: 0 0 48px 0 !important;
  padding: 0 !important;
  border-bottom: none;
  text-align: left;
}
.default_dialog[data-dialog-type='warning-message'] h2:focus {
  outline: 0;
}
@media screen and (min-width: 768px) {
  .default_dialog[data-dialog-type='warning-message'] h2 {
    margin: 0 0 64px 0 !important;
  }
}
.default_dialog[data-dialog-type='warning-message'] .dialog_label {
  border-top: 0;
}
.default_dialog[data-dialog-type='warning-message'] .dialog_form_actions {
  position: relative;
  padding: 0;
}
.default_dialog[data-dialog-type='warning-message'] .modal-close {
  font-weight: 700;
  border: 0;
  background: 0 0;
  position: absolute;
  top: 40px;
  right: 40px;
  color: #fff;
  padding: 0;
  width: 21px;
  height: 21px;
  z-index: 200;
}
.default_dialog[data-dialog-type='warning-message'] .modal-close:hover {
  cursor: pointer;
}
.default_dialog[data-dialog-type='warning-message'] .modal-close svg {
  display: none;
}
.default_dialog[data-dialog-type='warning-message'] .modal-close:after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(https://design.mayoclinic.org/assets/img/icons/close.svg);
  width: 21px;
  height: 21px;
}
.default_dialog {
  max-height: inherit;
}
.default_dialog[data-dialog-type='basic'] {
  position: absolute;
  border: none;
  left: 50vw;
  translate: transformX(-50%);
  min-height: 0;
  width: 100%;
  max-width: 800px;
  top: 24px;
  padding: 80px 40px 40px 40px;
}
@media screen and (max-width: 768px) {
  .default_dialog[data-dialog-type='basic'] {
    width: calc(100% - 48px);
    left: 24px;
  }
}
.default_dialog[data-dialog-type='basic'] h1:focus,
.default_dialog[data-dialog-type='basic'] h2:focus {
  outline: 0;
}
.default_dialog[data-dialog-type='basic'] .mycl-dialog-body {
  padding: 0;
}
.default_dialog[data-dialog-type='basic'] .mayo-buttons.full {
  margin-top: 24px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.default_dialog[data-dialog-type='basic'] .mayo-buttons.full .mayo-secondary {
  width: calc(50% - 12px);
}
.default_dialog[data-dialog-type='basic'] .modal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  font-weight: 700;
  border: 0;
  background: 0 0;
  color: #fff;
  padding: 0;
  width: 21px;
  height: 21px;
  z-index: 200;
}
.default_dialog[data-dialog-type='basic'] .modal-close:focus {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #707070;
  background-color: transparent;
}
.default_dialog[data-dialog-type='basic'] .modal-close:focus:not(:focus-visible) {
  outline: 0;
}
.default_dialog[data-dialog-type='basic'] .modal-close:focus-visible {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #707070;
  background-color: transparent;
}
.default_dialog[data-dialog-type='basic'] .modal-close:hover {
  cursor: pointer;
}
.default_dialog[data-dialog-type='basic'] .modal-close svg {
  display: none;
}
.default_dialog[data-dialog-type='basic'] .modal-close:after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(https://design.mayoclinic.org/assets/img/icons/close.svg);
  width: 21px;
  height: 21px;
}
.default_dialog[data-dialog-type='basic'] .modal-close span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.default_dialog[data-dialog-type='basic'] .modal-close-container {
  text-align: center;
  margin-top: 12px;
}
.default_dialog[data-dialog-type='basic'] .mayo-secondary {
  border-radius: 999vw;
  display: inline-block;
  align-items: center;
  border: 0;
  text-decoration: none;
  text-align: center;
  position: relative;
  padding: 12px 24px;
  font-size: 18px;
  background: #000;
  color: #fff;
}
.default_dialog[data-dialog-type='basic'] .mayo-secondary:focus {
  outline: 0;
}
.default_dialog[data-dialog-type='basic'] .mayo-secondary:focus:before {
  content: '';
  border: 2px dashed #707070;
  position: absolute;
  top: -6px;
  left: -6px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 999vw;
}
.default_dialog[data-dialog-type='basic'] .mayo-secondary:hover {
  cursor: pointer;
}
.default_dialog[data-dialog-type='basic'] .modal-close:focus {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #707070;
  background-color: transparent;
}
.default_dialog[data-dialog-type='basic'] .modal-close:focus:not(:focus-visible) {
  outline: 0;
}
.default_dialog[data-dialog-type='basic'] .modal-close:focus-visible {
  outline: 0;
  outline: 2px dashed;
  outline-offset: 4px;
  outline-color: #707070;
  background-color: transparent;
}
.default_dialog[data-dialog-type='basic'] .modal-close:hover {
  cursor: pointer;
}
.org-content .wechat {
  max-height: 200px;
  object-fit: contain;
  width: 100%;
}
body .topnav-h li.open ul,
body .topnav-h li:hover ul {
  top: 33px;
}
body .topnav-h .acces-show-hide[aria-expanded='false'] + div ul li {
  margin-right: 24px;
}
body .topnav-h .acces-show-hide[aria-expanded='false'] + div ul li button {
  line-height: 2em;
  display: block;
  color: #003da5;
  background-color: transparent;
  border: none;
  padding-right: 15px;
  padding-left: 0;
  border-bottom: 5px solid transparent;
}
body .topnav-h .acces-show-hide[aria-expanded='false'] + div ul li button.selected,
body .topnav-h .acces-show-hide[aria-expanded='false'] + div ul li button:hover {
  border-bottom: 5px solid #003da5;
}
body .topnav-h .acces-show-hide[aria-expanded='false'] + div ul li button + span {
  display: none;
}
body .topnav-h .acces-show-hide[aria-expanded='false'] + div ul li > a {
  line-height: 2em;
  height: 28px;
}
body .topnav-h .acces-show-hide[aria-expanded='false'] + div ul li.hassub > button {
  background: url(https://www.mayo.edu/styles/img/gbs/bg-nav-arrow-down-sm.png) no-repeat right 10px;
}
@media screen and (max-width: 767px) {
  body .topnav-h li.open ul,
  body .topnav-h li:hover ul {
    top: inherit;
  }
  body .topnav-h .nav-item a {
    border-bottom: none;
  }
  body .topnav-h .acces-show-hide[aria-expanded='true'] + div ul li button {
    display: none;
  }
  body .topnav-h .acces-show-hide[aria-expanded='true'] + div ul li button + span {
    font-family: HelveticaNeueW01-45Ligh, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }
  body .topnav-h .acces-show-hide[aria-expanded='true'] + div ul.sub-menu li:first-child {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .banner-slideshow .owl-carousel + .control {
    bottom: inherit;
    left: 12px;
  }
}
.flex-column-justify-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
