<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom-landing-page,
.custom-landing-page.patient-visitor-guide,
.mc-custom-landing {
  padding-bottom: 0;
  background: #fff;
}
.custom-landing-page div.main &gt; article,
.custom-landing-page.patient-visitor-guide div.main &gt; article,
.mc-custom-landing div.main &gt; article {
  background: none;
  padding: 0;
}
.custom-landing-page .main header,
.custom-landing-page.patient-visitor-guide .main header,
.mc-custom-landing .main header {
  display: none;
}
.custom-landing-page .full-width .sub,
.custom-landing-page.patient-visitor-guide .full-width .sub,
.mc-custom-landing .full-width .sub {
  max-width: 1280px;
}
.custom-landing-page .full-width .sub:after,
.custom-landing-page.patient-visitor-guide .full-width .sub:after,
.mc-custom-landing .full-width .sub:after {
  content: none;
}
.custom-landing-page .full-width .sub-full-bleed .sub-placeholder,
.custom-landing-page.patient-visitor-guide .full-width .sub-full-bleed .sub-placeholder,
.mc-custom-landing .full-width .sub-full-bleed .sub-placeholder {
  max-width: 1280px;
  display: -webkit-box;
  display: flex;
}
@media only screen and (max-width: 1300px) and (min-width: 960px) {
  .custom-landing-page .full-width,
  .custom-landing-page.patient-visitor-guide .full-width,
  .mc-custom-landing .full-width {
    padding: 0;
  }
  .custom-landing-page .full-width .sub-full-bleed .sub-placeholder,
  .custom-landing-page.patient-visitor-guide .full-width .sub-full-bleed .sub-placeholder,
  .mc-custom-landing .full-width .sub-full-bleed .sub-placeholder {
    padding: 0 12px;
  }
}
.custom-landing-page .mc-col-wrapper,
.custom-landing-page.patient-visitor-guide .mc-col-wrapper,
.mc-custom-landing .mc-col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.custom-landing-page .mc-col-wrapper .mc-2-col,
.custom-landing-page.patient-visitor-guide .mc-col-wrapper .mc-2-col,
.mc-custom-landing .mc-col-wrapper .mc-2-col {
  width: 50%;
}
.custom-landing-page .mc-col-wrapper .mc-2-col + .contentbox,
.custom-landing-page.patient-visitor-guide .mc-col-wrapper .mc-2-col + .contentbox,
.mc-custom-landing .mc-col-wrapper .mc-2-col + .contentbox {
  clear: both;
}
.custom-landing-page .row.full-width + .row,
.custom-landing-page.patient-visitor-guide .row.full-width + .row,
.mc-custom-landing .row.full-width + .row {
  display: none;
}
.custom-landing-page div.main &gt; article .row,
.custom-landing-page.patient-visitor-guide div.main &gt; article .row,
.mc-custom-landing div.main &gt; article .row {
  margin-bottom: 0;
}
.custom-landing-page footer.mc-footer,
.custom-landing-page.patient-visitor-guide footer.mc-footer,
.mc-custom-landing footer.mc-footer {
  padding: 60px 0 40px;
  margin-bottom: 0;
  margin-top: 20px;
  border-top: 1px solid #27251f;
}
.custom-landing-page footer.mc-footer .full-width-container,
.custom-landing-page.patient-visitor-guide footer.mc-footer .full-width-container,
.mc-custom-landing footer.mc-footer .full-width-container {
  max-width: 1280px;
  margin: 0 auto;
}
.custom-landing-page footer.mc-footer .full-width-container .row-container,
.custom-landing-page.patient-visitor-guide footer.mc-footer .full-width-container .row-container,
.mc-custom-landing footer.mc-footer .full-width-container .row-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;
  -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;
  padding: 0 12px;
}
.custom-landing-page footer.mc-footer * a,
.custom-landing-page.patient-visitor-guide footer.mc-footer * a,
.mc-custom-landing footer.mc-footer * a {
  text-decoration: underline;
}
.custom-landing-page footer.mc-footer * a:hover,
.custom-landing-page.patient-visitor-guide footer.mc-footer * a:hover,
.mc-custom-landing footer.mc-footer * a:hover,
.custom-landing-page footer.mc-footer * a:focus,
.custom-landing-page.patient-visitor-guide footer.mc-footer * a:focus,
.mc-custom-landing footer.mc-footer * a:focus {
  text-decoration: none;
}
.custom-landing-page footer.mc-footer a.footer-button,
.custom-landing-page.patient-visitor-guide footer.mc-footer a.footer-button,
.mc-custom-landing footer.mc-footer a.footer-button {
  background-color: #003da5;
  border: 1px solid transparent;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 20px;
  border-radius: 35px;
  text-decoration: none;
}
.custom-landing-page footer.mc-footer a.footer-button:hover,
.custom-landing-page.patient-visitor-guide footer.mc-footer a.footer-button:hover,
.mc-custom-landing footer.mc-footer a.footer-button:hover {
  background-color: #fff;
  border: 1px solid #003da5;
}
.custom-landing-page footer.mc-footer.footer-bg-dark,
.custom-landing-page.patient-visitor-guide footer.mc-footer.footer-bg-dark,
.mc-custom-landing footer.mc-footer.footer-bg-dark {
  background-color: #27251f;
  border-top: none;
}
.custom-landing-page footer.mc-footer.footer-bg-dark a.footer-button,
.custom-landing-page.patient-visitor-guide footer.mc-footer.footer-bg-dark a.footer-button,
.mc-custom-landing footer.mc-footer.footer-bg-dark a.footer-button {
  background-color: #afafaf;
  color: #27251f;
}
.custom-landing-page footer.mc-footer.footer-bg-dark a.footer-button:hover,
.custom-landing-page.patient-visitor-guide footer.mc-footer.footer-bg-dark a.footer-button:hover,
.mc-custom-landing footer.mc-footer.footer-bg-dark a.footer-button:hover {
  background-color: #fff;
  border: 1px solid transparent;
}
.custom-landing-page footer.mc-footer.footer-bg-dark .footer-col-4 h2 &gt; a,
.custom-landing-page.patient-visitor-guide footer.mc-footer.footer-bg-dark .footer-col-4 h2 &gt; a,
.mc-custom-landing footer.mc-footer.footer-bg-dark .footer-col-4 h2 &gt; a,
.custom-landing-page footer.mc-footer.footer-bg-dark .footer-col-6 h2 &gt; a,
.custom-landing-page.patient-visitor-guide footer.mc-footer.footer-bg-dark .footer-col-6 h2 &gt; a,
.mc-custom-landing footer.mc-footer.footer-bg-dark .footer-col-6 h2 &gt; a,
.custom-landing-page footer.mc-footer.footer-bg-dark .footer-col-12 h2 &gt; a,
.custom-landing-page.patient-visitor-guide footer.mc-footer.footer-bg-dark .footer-col-12 h2 &gt; a,
.mc-custom-landing footer.mc-footer.footer-bg-dark .footer-col-12 h2 &gt; a,
.custom-landing-page footer.mc-footer.footer-bg-dark .footer-col-4 h2,
.custom-landing-page.patient-visitor-guide footer.mc-footer.footer-bg-dark .footer-col-4 h2,
.mc-custom-landing footer.mc-footer.footer-bg-dark .footer-col-4 h2,
.custom-landing-page footer.mc-footer.footer-bg-dark .footer-col-6 h2,
.custom-landing-page.patient-visitor-guide footer.mc-footer.footer-bg-dark .footer-col-6 h2,
.mc-custom-landing footer.mc-footer.footer-bg-dark .footer-col-6 h2,
.custom-landing-page footer.mc-footer.footer-bg-dark .footer-col-12 h2,
.custom-landing-page.patient-visitor-guide footer.mc-footer.footer-bg-dark .footer-col-12 h2,
.mc-custom-landing footer.mc-footer.footer-bg-dark .footer-col-12 h2 {
  color: #fff;
  font-weight: bold;
}
.custom-landing-page footer.mc-footer.footer-bg-dark .footer-col-4 h2 + a,
.custom-landing-page.patient-visitor-guide footer.mc-footer.footer-bg-dark .footer-col-4 h2 + a,
.mc-custom-landing footer.mc-footer.footer-bg-dark .footer-col-4 h2 + a,
.custom-landing-page footer.mc-footer.footer-bg-dark .footer-col-6 h2 + a,
.custom-landing-page.patient-visitor-guide footer.mc-footer.footer-bg-dark .footer-col-6 h2 + a,
.mc-custom-landing footer.mc-footer.footer-bg-dark .footer-col-6 h2 + a,
.custom-landing-page footer.mc-footer.footer-bg-dark .footer-col-12 h2 + a,
.custom-landing-page.patient-visitor-guide footer.mc-footer.footer-bg-dark .footer-col-12 h2 + a,
.mc-custom-landing footer.mc-footer.footer-bg-dark .footer-col-12 h2 + a {
  color: #afafaf;
}
.custom-landing-page footer.mc-footer.footer-bg-dark .footer-col-4 p,
.custom-landing-page.patient-visitor-guide footer.mc-footer.footer-bg-dark .footer-col-4 p,
.mc-custom-landing footer.mc-footer.footer-bg-dark .footer-col-4 p,
.custom-landing-page footer.mc-footer.footer-bg-dark .footer-col-6 p,
.custom-landing-page.patient-visitor-guide footer.mc-footer.footer-bg-dark .footer-col-6 p,
.mc-custom-landing footer.mc-footer.footer-bg-dark .footer-col-6 p,
.custom-landing-page footer.mc-footer.footer-bg-dark .footer-col-12 p,
.custom-landing-page.patient-visitor-guide footer.mc-footer.footer-bg-dark .footer-col-12 p,
.mc-custom-landing footer.mc-footer.footer-bg-dark .footer-col-12 p {
  color: #afafaf;
}
.custom-landing-page footer.mc-footer.footer-bg-dark .footer-col-4 ol li a,
.custom-landing-page.patient-visitor-guide footer.mc-footer.footer-bg-dark .footer-col-4 ol li a,
.mc-custom-landing footer.mc-footer.footer-bg-dark .footer-col-4 ol li a,
.custom-landing-page footer.mc-footer.footer-bg-dark .footer-col-6 ol li a,
.custom-landing-page.patient-visitor-guide footer.mc-footer.footer-bg-dark .footer-col-6 ol li a,
.mc-custom-landing footer.mc-footer.footer-bg-dark .footer-col-6 ol li a,
.custom-landing-page footer.mc-footer.footer-bg-dark .footer-col-12 ol li a,
.custom-landing-page.patient-visitor-guide footer.mc-footer.footer-bg-dark .footer-col-12 ol li a,
.mc-custom-landing footer.mc-footer.footer-bg-dark .footer-col-12 ol li a {
  color: #afafaf;
}
.custom-landing-page footer.mc-footer .footer-col-4 h2,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-4 h2,
.mc-custom-landing footer.mc-footer .footer-col-4 h2,
.custom-landing-page footer.mc-footer .footer-col-6 h2,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-6 h2,
.mc-custom-landing footer.mc-footer .footer-col-6 h2,
.custom-landing-page footer.mc-footer .footer-col-12 h2,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-12 h2,
.mc-custom-landing footer.mc-footer .footer-col-12 h2 {
  color: #27251f;
  font-size: 16px;
  line-height: 22px;
}
.custom-landing-page footer.mc-footer .footer-col-4 h2 &gt; a,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-4 h2 &gt; a,
.mc-custom-landing footer.mc-footer .footer-col-4 h2 &gt; a,
.custom-landing-page footer.mc-footer .footer-col-6 h2 &gt; a,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-6 h2 &gt; a,
.mc-custom-landing footer.mc-footer .footer-col-6 h2 &gt; a,
.custom-landing-page footer.mc-footer .footer-col-12 h2 &gt; a,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-12 h2 &gt; a,
.mc-custom-landing footer.mc-footer .footer-col-12 h2 &gt; a {
  color: #003da5;
  font-size: 16px;
  line-height: 22px;
}
.custom-landing-page footer.mc-footer .footer-col-4 h2 + a,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-4 h2 + a,
.mc-custom-landing footer.mc-footer .footer-col-4 h2 + a,
.custom-landing-page footer.mc-footer .footer-col-6 h2 + a,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-6 h2 + a,
.mc-custom-landing footer.mc-footer .footer-col-6 h2 + a,
.custom-landing-page footer.mc-footer .footer-col-12 h2 + a,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-12 h2 + a,
.mc-custom-landing footer.mc-footer .footer-col-12 h2 + a {
  color: #003da5;
  font-size: 14px;
  line-height: 26px;
  display: block;
  margin-top: 10px;
}
.custom-landing-page footer.mc-footer .footer-col-4 p,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-4 p,
.mc-custom-landing footer.mc-footer .footer-col-4 p,
.custom-landing-page footer.mc-footer .footer-col-6 p,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-6 p,
.mc-custom-landing footer.mc-footer .footer-col-6 p,
.custom-landing-page footer.mc-footer .footer-col-12 p,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-12 p,
.mc-custom-landing footer.mc-footer .footer-col-12 p {
  color: #27251f;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 40px;
}
.custom-landing-page footer.mc-footer .footer-col-4 ol,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-4 ol,
.mc-custom-landing footer.mc-footer .footer-col-4 ol,
.custom-landing-page footer.mc-footer .footer-col-6 ol,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-6 ol,
.mc-custom-landing footer.mc-footer .footer-col-6 ol,
.custom-landing-page footer.mc-footer .footer-col-12 ol,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-12 ol,
.mc-custom-landing footer.mc-footer .footer-col-12 ol {
  list-style: none;
  padding: 0;
  margin: 10px 0 40px;
}
.custom-landing-page footer.mc-footer .footer-col-4 ol li,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-4 ol li,
.mc-custom-landing footer.mc-footer .footer-col-4 ol li,
.custom-landing-page footer.mc-footer .footer-col-6 ol li,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-6 ol li,
.mc-custom-landing footer.mc-footer .footer-col-6 ol li,
.custom-landing-page footer.mc-footer .footer-col-12 ol li,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-12 ol li,
.mc-custom-landing footer.mc-footer .footer-col-12 ol li {
  margin-bottom: 0;
}
.custom-landing-page footer.mc-footer .footer-col-4 ol li a,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-4 ol li a,
.mc-custom-landing footer.mc-footer .footer-col-4 ol li a,
.custom-landing-page footer.mc-footer .footer-col-6 ol li a,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-6 ol li a,
.mc-custom-landing footer.mc-footer .footer-col-6 ol li a,
.custom-landing-page footer.mc-footer .footer-col-12 ol li a,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-12 ol li a,
.mc-custom-landing footer.mc-footer .footer-col-12 ol li a {
  color: #003da5;
  font-size: 14px;
  line-height: 26px;
}
.custom-landing-page footer.mc-footer .footer-col-4 ol.mc-social-media li,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-4 ol.mc-social-media li,
.mc-custom-landing footer.mc-footer .footer-col-4 ol.mc-social-media li,
.custom-landing-page footer.mc-footer .footer-col-6 ol.mc-social-media li,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-6 ol.mc-social-media li,
.mc-custom-landing footer.mc-footer .footer-col-6 ol.mc-social-media li,
.custom-landing-page footer.mc-footer .footer-col-12 ol.mc-social-media li,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-12 ol.mc-social-media li,
.mc-custom-landing footer.mc-footer .footer-col-12 ol.mc-social-media li {
  display: inline-block;
  margin-right: 24px;
}
.custom-landing-page footer.mc-footer .footer-col-4 ol.mc-social-media li a,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-4 ol.mc-social-media li a,
.mc-custom-landing footer.mc-footer .footer-col-4 ol.mc-social-media li a,
.custom-landing-page footer.mc-footer .footer-col-6 ol.mc-social-media li a,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-6 ol.mc-social-media li a,
.mc-custom-landing footer.mc-footer .footer-col-6 ol.mc-social-media li a,
.custom-landing-page footer.mc-footer .footer-col-12 ol.mc-social-media li a,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-12 ol.mc-social-media li a,
.mc-custom-landing footer.mc-footer .footer-col-12 ol.mc-social-media li a {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
}
.custom-landing-page footer.mc-footer .footer-col-4 ol.mc-social-media li a:before,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-4 ol.mc-social-media li a:before,
.mc-custom-landing footer.mc-footer .footer-col-4 ol.mc-social-media li a:before,
.custom-landing-page footer.mc-footer .footer-col-6 ol.mc-social-media li a:before,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-6 ol.mc-social-media li a:before,
.mc-custom-landing footer.mc-footer .footer-col-6 ol.mc-social-media li a:before,
.custom-landing-page footer.mc-footer .footer-col-12 ol.mc-social-media li a:before,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-12 ol.mc-social-media li a:before,
.mc-custom-landing footer.mc-footer .footer-col-12 ol.mc-social-media li a:before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  top: 0;
  left: 0;
}
.custom-landing-page footer.mc-footer .footer-col-4 ol.mc-social-media li a:hover:before,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-4 ol.mc-social-media li a:hover:before,
.mc-custom-landing footer.mc-footer .footer-col-4 ol.mc-social-media li a:hover:before,
.custom-landing-page footer.mc-footer .footer-col-6 ol.mc-social-media li a:hover:before,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-6 ol.mc-social-media li a:hover:before,
.mc-custom-landing footer.mc-footer .footer-col-6 ol.mc-social-media li a:hover:before,
.custom-landing-page footer.mc-footer .footer-col-12 ol.mc-social-media li a:hover:before,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-12 ol.mc-social-media li a:hover:before,
.mc-custom-landing footer.mc-footer .footer-col-12 ol.mc-social-media li a:hover:before {
  -webkit-filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(346deg) brightness(400%) contrast(100%);
  filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(346deg) brightness(400%) contrast(100%);
}
.custom-landing-page footer.mc-footer .footer-col-4 ol.mc-social-media li a.mc-twitter,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-4 ol.mc-social-media li a.mc-twitter,
.mc-custom-landing footer.mc-footer .footer-col-4 ol.mc-social-media li a.mc-twitter,
.custom-landing-page footer.mc-footer .footer-col-6 ol.mc-social-media li a.mc-twitter,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-6 ol.mc-social-media li a.mc-twitter,
.mc-custom-landing footer.mc-footer .footer-col-6 ol.mc-social-media li a.mc-twitter,
.custom-landing-page footer.mc-footer .footer-col-12 ol.mc-social-media li a.mc-twitter,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-12 ol.mc-social-media li a.mc-twitter,
.mc-custom-landing footer.mc-footer .footer-col-12 ol.mc-social-media li a.mc-twitter {
  width: 30px;
}
.custom-landing-page footer.mc-footer .footer-col-4 ol.mc-social-media li a.mc-twitter:before,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-4 ol.mc-social-media li a.mc-twitter:before,
.mc-custom-landing footer.mc-footer .footer-col-4 ol.mc-social-media li a.mc-twitter:before,
.custom-landing-page footer.mc-footer .footer-col-6 ol.mc-social-media li a.mc-twitter:before,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-6 ol.mc-social-media li a.mc-twitter:before,
.mc-custom-landing footer.mc-footer .footer-col-6 ol.mc-social-media li a.mc-twitter:before,
.custom-landing-page footer.mc-footer .footer-col-12 ol.mc-social-media li a.mc-twitter:before,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-12 ol.mc-social-media li a.mc-twitter:before,
.mc-custom-landing footer.mc-footer .footer-col-12 ol.mc-social-media li a.mc-twitter:before {
  background: url('https://www.mayoclinic.org/~/media/F82CDB5A609F43C0A30393E6E012FC52.svg') 0 0 no-repeat transparent;
  width: 30px;
}
.custom-landing-page footer.mc-footer .footer-col-4 ol.mc-social-media li a.mc-facebook:before,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-4 ol.mc-social-media li a.mc-facebook:before,
.mc-custom-landing footer.mc-footer .footer-col-4 ol.mc-social-media li a.mc-facebook:before,
.custom-landing-page footer.mc-footer .footer-col-6 ol.mc-social-media li a.mc-facebook:before,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-6 ol.mc-social-media li a.mc-facebook:before,
.mc-custom-landing footer.mc-footer .footer-col-6 ol.mc-social-media li a.mc-facebook:before,
.custom-landing-page footer.mc-footer .footer-col-12 ol.mc-social-media li a.mc-facebook:before,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-12 ol.mc-social-media li a.mc-facebook:before,
.mc-custom-landing footer.mc-footer .footer-col-12 ol.mc-social-media li a.mc-facebook:before {
  background: url('https://www.mayoclinic.org/~/media/8621BAB9AA9842518CEB53A443DB9299.svg') 0 0 no-repeat transparent;
}
.custom-landing-page footer.mc-footer .footer-col-4 ol.mc-social-media li a.mc-google:before,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-4 ol.mc-social-media li a.mc-google:before,
.mc-custom-landing footer.mc-footer .footer-col-4 ol.mc-social-media li a.mc-google:before,
.custom-landing-page footer.mc-footer .footer-col-6 ol.mc-social-media li a.mc-google:before,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-6 ol.mc-social-media li a.mc-google:before,
.mc-custom-landing footer.mc-footer .footer-col-6 ol.mc-social-media li a.mc-google:before,
.custom-landing-page footer.mc-footer .footer-col-12 ol.mc-social-media li a.mc-google:before,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-12 ol.mc-social-media li a.mc-google:before,
.mc-custom-landing footer.mc-footer .footer-col-12 ol.mc-social-media li a.mc-google:before {
  background: url('https://www.mayoclinic.org/~/media/262E02C074DE4D0189F5C72566318DCD.svg') 0 0 no-repeat transparent;
}
.custom-landing-page footer.mc-footer .footer-col-4 ol.mc-social-media li a.mc-youtube,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-4 ol.mc-social-media li a.mc-youtube,
.mc-custom-landing footer.mc-footer .footer-col-4 ol.mc-social-media li a.mc-youtube,
.custom-landing-page footer.mc-footer .footer-col-6 ol.mc-social-media li a.mc-youtube,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-6 ol.mc-social-media li a.mc-youtube,
.mc-custom-landing footer.mc-footer .footer-col-6 ol.mc-social-media li a.mc-youtube,
.custom-landing-page footer.mc-footer .footer-col-12 ol.mc-social-media li a.mc-youtube,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-12 ol.mc-social-media li a.mc-youtube,
.mc-custom-landing footer.mc-footer .footer-col-12 ol.mc-social-media li a.mc-youtube {
  width: 34px;
}
.custom-landing-page footer.mc-footer .footer-col-4 ol.mc-social-media li a.mc-youtube:before,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-4 ol.mc-social-media li a.mc-youtube:before,
.mc-custom-landing footer.mc-footer .footer-col-4 ol.mc-social-media li a.mc-youtube:before,
.custom-landing-page footer.mc-footer .footer-col-6 ol.mc-social-media li a.mc-youtube:before,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-6 ol.mc-social-media li a.mc-youtube:before,
.mc-custom-landing footer.mc-footer .footer-col-6 ol.mc-social-media li a.mc-youtube:before,
.custom-landing-page footer.mc-footer .footer-col-12 ol.mc-social-media li a.mc-youtube:before,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-12 ol.mc-social-media li a.mc-youtube:before,
.mc-custom-landing footer.mc-footer .footer-col-12 ol.mc-social-media li a.mc-youtube:before {
  background: url('https://www.mayoclinic.org/~/media/262E02C074DE4D0189F5C72566318DCD.svg') 0 0 no-repeat transparent;
  width: 34px;
}
.custom-landing-page footer.mc-footer .footer-col-4 ol.mc-social-media li a.mc-pinterest:before,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-4 ol.mc-social-media li a.mc-pinterest:before,
.mc-custom-landing footer.mc-footer .footer-col-4 ol.mc-social-media li a.mc-pinterest:before,
.custom-landing-page footer.mc-footer .footer-col-6 ol.mc-social-media li a.mc-pinterest:before,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-6 ol.mc-social-media li a.mc-pinterest:before,
.mc-custom-landing footer.mc-footer .footer-col-6 ol.mc-social-media li a.mc-pinterest:before,
.custom-landing-page footer.mc-footer .footer-col-12 ol.mc-social-media li a.mc-pinterest:before,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-12 ol.mc-social-media li a.mc-pinterest:before,
.mc-custom-landing footer.mc-footer .footer-col-12 ol.mc-social-media li a.mc-pinterest:before {
  background: url('https://www.mayoclinic.org/~/media/6F4256F2E8D34F9DADCE0BF8D4A0A876.svg') 0 0 no-repeat transparent;
}
.custom-landing-page footer.mc-footer .footer-col-4 ol.mc-social-media li a &gt; span,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-4 ol.mc-social-media li a &gt; span,
.mc-custom-landing footer.mc-footer .footer-col-4 ol.mc-social-media li a &gt; span,
.custom-landing-page footer.mc-footer .footer-col-6 ol.mc-social-media li a &gt; span,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-6 ol.mc-social-media li a &gt; span,
.mc-custom-landing footer.mc-footer .footer-col-6 ol.mc-social-media li a &gt; span,
.custom-landing-page footer.mc-footer .footer-col-12 ol.mc-social-media li a &gt; span,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-12 ol.mc-social-media li a &gt; span,
.mc-custom-landing footer.mc-footer .footer-col-12 ol.mc-social-media li a &gt; span {
  position: absolute;
  left: -200000px;
}
.custom-landing-page footer.mc-footer .footer-col-4,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-4,
.mc-custom-landing footer.mc-footer .footer-col-4 {
  width: 33%;
}
.custom-landing-page footer.mc-footer .footer-col-6,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-6,
.mc-custom-landing footer.mc-footer .footer-col-6 {
  width: 60%;
}
.custom-landing-page footer.mc-footer .footer-col-12,
.custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-12,
.mc-custom-landing footer.mc-footer .footer-col-12 {
  width: 100%;
}
.custom-landing-page footer.mc-footer + .mc-footer,
.custom-landing-page.patient-visitor-guide footer.mc-footer + .mc-footer,
.mc-custom-landing footer.mc-footer + .mc-footer {
  padding: 22px 0;
  margin-top: 0;
  border-top: none;
}
.custom-landing-page footer.mc-footer + .mc-footer .row-container,
.custom-landing-page.patient-visitor-guide footer.mc-footer + .mc-footer .row-container,
.mc-custom-landing footer.mc-footer + .mc-footer .row-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.custom-landing-page footer.mc-footer + .mc-footer .row-container p,
.custom-landing-page.patient-visitor-guide footer.mc-footer + .mc-footer .row-container p,
.mc-custom-landing footer.mc-footer + .mc-footer .row-container p,
.custom-landing-page footer.mc-footer + .mc-footer .row-container a,
.custom-landing-page.patient-visitor-guide footer.mc-footer + .mc-footer .row-container a,
.mc-custom-landing footer.mc-footer + .mc-footer .row-container a {
  font-size: 13px;
  line-height: 22px;
}
.custom-landing-page footer.mc-footer + .mc-footer .row-container .footer-col-4:last-child,
.custom-landing-page.patient-visitor-guide footer.mc-footer + .mc-footer .row-container .footer-col-4:last-child,
.mc-custom-landing footer.mc-footer + .mc-footer .row-container .footer-col-4:last-child {
  margin-left: 8%;
  width: 25%;
}
.custom-landing-page footer.mc-footer + .mc-footer .row-container .footer-col-4:last-child &gt; p &gt; a &gt; img,
.custom-landing-page.patient-visitor-guide footer.mc-footer + .mc-footer .row-container .footer-col-4:last-child &gt; p &gt; a &gt; img,
.mc-custom-landing footer.mc-footer + .mc-footer .row-container .footer-col-4:last-child &gt; p &gt; a &gt; img {
  border: 0px;
  width: 49px;
  height: 72px;
  float: left;
  margin: 2px 15px 2px 2px;
}
.custom-landing-page footer.mc-footer + .mc-footer .row-container .footer-col-12 &gt; p,
.custom-landing-page.patient-visitor-guide footer.mc-footer + .mc-footer .row-container .footer-col-12 &gt; p,
.mc-custom-landing footer.mc-footer + .mc-footer .row-container .footer-col-12 &gt; p {
  margin: 0;
}
.custom-landing-page footer.mc-footer + .mc-footer .row-container .mc-pocid p,
.custom-landing-page.patient-visitor-guide footer.mc-footer + .mc-footer .row-container .mc-pocid p,
.mc-custom-landing footer.mc-footer + .mc-footer .row-container .mc-pocid p {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}
.custom-landing-page footer.mc-footer + .mc-footer .row-container .mc-pocid p + p,
.custom-landing-page.patient-visitor-guide footer.mc-footer + .mc-footer .row-container .mc-pocid p + p,
.mc-custom-landing footer.mc-footer + .mc-footer .row-container .mc-pocid p + p {
  float: right;
}
.custom-landing-page footer.mc-footer + .mc-footer ul,
.custom-landing-page.patient-visitor-guide footer.mc-footer + .mc-footer ul,
.mc-custom-landing footer.mc-footer + .mc-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-landing-page footer.mc-footer + .mc-footer ul li a,
.custom-landing-page.patient-visitor-guide footer.mc-footer + .mc-footer ul li a,
.mc-custom-landing footer.mc-footer + .mc-footer ul li a {
  font-size: 14px;
  line-height: 26px;
  text-decoration: underline;
}
.custom-landing-page footer.mc-footer + .mc-footer ul li a:hover,
.custom-landing-page.patient-visitor-guide footer.mc-footer + .mc-footer ul li a:hover,
.mc-custom-landing footer.mc-footer + .mc-footer ul li a:hover,
.custom-landing-page footer.mc-footer + .mc-footer ul li a:focus,
.custom-landing-page.patient-visitor-guide footer.mc-footer + .mc-footer ul li a:focus,
.mc-custom-landing footer.mc-footer + .mc-footer ul li a:focus {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .custom-landing-page footer.mc-footer,
  .custom-landing-page.patient-visitor-guide footer.mc-footer,
  .mc-custom-landing footer.mc-footer {
    padding-top: 54px;
    margin-top: 41px;
  }
  .custom-landing-page footer.mc-footer .full-width-container .row-container,
  .custom-landing-page.patient-visitor-guide footer.mc-footer .full-width-container .row-container,
  .mc-custom-landing footer.mc-footer .full-width-container .row-container {
    padding: 0 24px;
  }
  .custom-landing-page footer.mc-footer .footer-col-4,
  .custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-4,
  .mc-custom-landing footer.mc-footer .footer-col-4,
  .custom-landing-page footer.mc-footer .footer-col-6,
  .custom-landing-page.patient-visitor-guide footer.mc-footer .footer-col-6,
  .mc-custom-landing footer.mc-footer .footer-col-6 {
    width: 100%;
  }
  .custom-landing-page footer.mc-footer + .mc-footer .row-container .footer-col-4:last-child,
  .custom-landing-page.patient-visitor-guide footer.mc-footer + .mc-footer .row-container .footer-col-4:last-child,
  .mc-custom-landing footer.mc-footer + .mc-footer .row-container .footer-col-4:last-child {
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .custom-landing-page footer.mc-footer .mc-pocid p,
  .custom-landing-page.patient-visitor-guide footer.mc-footer .mc-pocid p,
  .mc-custom-landing footer.mc-footer .mc-pocid p {
    display: block;
  }
}
.custom-landing-page #footer .marketing-minimal-footer,
.custom-landing-page.patient-visitor-guide #footer .marketing-minimal-footer,
.mc-custom-landing #footer .marketing-minimal-footer {
  background: #003da5 !important;
  padding-top: 60px;
}
.custom-landing-page #footer .marketing-minimal-footer .content-holder &gt; ul,
.custom-landing-page.patient-visitor-guide #footer .marketing-minimal-footer .content-holder &gt; ul,
.mc-custom-landing #footer .marketing-minimal-footer .content-holder &gt; ul {
  padding: 0px 15px 45px;
  list-style: none;
  margin-top: 0;
  text-align: center;
  margin-bottom: 0;
}
.custom-landing-page #footer .marketing-minimal-footer .content-holder &gt; ul li,
.custom-landing-page.patient-visitor-guide #footer .marketing-minimal-footer .content-holder &gt; ul li,
.mc-custom-landing #footer .marketing-minimal-footer .content-holder &gt; ul li {
  display: inline-block;
  margin: 0 1%;
}
.custom-landing-page #footer .marketing-minimal-footer .content-holder &gt; ul li &gt; a,
.custom-landing-page.patient-visitor-guide #footer .marketing-minimal-footer .content-holder &gt; ul li &gt; a,
.mc-custom-landing #footer .marketing-minimal-footer .content-holder &gt; ul li &gt; a {
  color: white;
  line-height: 30px;
}
.custom-landing-page #footer .marketing-minimal-footer .content-holder &gt; .social-bar li,
.custom-landing-page.patient-visitor-guide #footer .marketing-minimal-footer .content-holder &gt; .social-bar li,
.mc-custom-landing #footer .marketing-minimal-footer .content-holder &gt; .social-bar li {
  width: 30px;
  margin: 0 7px;
}
.custom-landing-page .sub-full-bleed.footer-quicklinks-two,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks-two,
.mc-custom-landing .sub-full-bleed.footer-quicklinks-two {
  padding: 0 12px;
  margin: 36px 0 0 0;
}
.custom-landing-page .sub-full-bleed.footer-quicklinks-two ol,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks-two ol,
.mc-custom-landing .sub-full-bleed.footer-quicklinks-two ol {
  margin: 0;
  padding: 0;
}
.custom-landing-page .sub-full-bleed.footer-quicklinks-two ol li,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks-two ol li,
.mc-custom-landing .sub-full-bleed.footer-quicklinks-two ol li {
  display: inline-block;
  margin: 0 12px 0 0;
  border-right: 1px solid #a9a8a5;
}
@media screen and (max-width: 767px) {
  .custom-landing-page .sub-full-bleed.footer-quicklinks-two ol li,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks-two ol li,
  .mc-custom-landing .sub-full-bleed.footer-quicklinks-two ol li {
    display: block;
    border: none;
    margin-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.custom-landing-page .sub-full-bleed.footer-quicklinks-two ol li a,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks-two ol li a,
.mc-custom-landing .sub-full-bleed.footer-quicklinks-two ol li a {
  color: #44494b;
  padding-right: 12px;
  font-size: 13px;
}
.custom-landing-page .sub-full-bleed.footer-quicklinks-two ol li:first-child,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks-two ol li:first-child,
.mc-custom-landing .sub-full-bleed.footer-quicklinks-two ol li:first-child {
  margin-left: 0;
}
.custom-landing-page .sub-full-bleed.footer-quicklinks-two ol li:last-child,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks-two ol li:last-child,
.mc-custom-landing .sub-full-bleed.footer-quicklinks-two ol li:last-child {
  border: none;
}
.custom-landing-page .sub-full-bleed.footer-quicklinks,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks,
.mc-custom-landing .sub-full-bleed.footer-quicklinks {
  background: #27251f;
  padding: 40px 12px;
  margin-bottom: 0;
}
.custom-landing-page .sub-full-bleed.footer-quicklinks .p-4:last-child ol.content li,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .p-4:last-child ol.content li,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .p-4:last-child ol.content li {
  display: inline-block;
  margin-right: 24px;
}
.custom-landing-page .sub-full-bleed.footer-quicklinks .p-4:last-child ol.content li:last-child,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .p-4:last-child ol.content li:last-child,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .p-4:last-child ol.content li:last-child {
  margin-right: 0;
}
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox h3,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox h3,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox h3 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: bold;
}
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox h3 &gt; a,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox h3 &gt; a,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox h3 &gt; a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox ol,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox ol,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox ol {
  padding-bottom: 45px;
  position: relative;
}
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox ol li,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox ol li,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox ol li {
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox ol li,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox ol li,
  .mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox ol li {
    margin-bottom: 8px;
  }
}
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox ol li a,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox ol li a,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox ol li a {
  color: #afafaf;
  font-size: 14px;
  line-height: 26px;
}
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox ol a.task-twitter,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox ol a.task-twitter,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox ol a.task-twitter,
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox ol a.task-facebook,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox ol a.task-facebook,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox ol a.task-facebook,
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox ol a.task-google,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox ol a.task-google,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox ol a.task-google,
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox ol a.task-youtube,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox ol a.task-youtube,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox ol a.task-youtube,
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox ol a.task-pinterest,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox ol a.task-pinterest,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox ol a.task-pinterest {
  width: 24px;
  height: 24px;
  display: block;
}
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox ol a.task-twitter:before,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox ol a.task-twitter:before,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox ol a.task-twitter:before,
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox ol a.task-facebook:before,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox ol a.task-facebook:before,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox ol a.task-facebook:before,
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox ol a.task-google:before,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox ol a.task-google:before,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox ol a.task-google:before,
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox ol a.task-youtube:before,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox ol a.task-youtube:before,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox ol a.task-youtube:before,
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox ol a.task-pinterest:before,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox ol a.task-pinterest:before,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox ol a.task-pinterest:before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  top: 0;
  left: 0;
}
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox ol a.task-twitter span,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox ol a.task-twitter span,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox ol a.task-twitter span,
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox ol a.task-facebook span,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox ol a.task-facebook span,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox ol a.task-facebook span,
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox ol a.task-google span,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox ol a.task-google span,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox ol a.task-google span,
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox ol a.task-youtube span,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox ol a.task-youtube span,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox ol a.task-youtube span,
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox ol a.task-pinterest span,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox ol a.task-pinterest span,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox ol a.task-pinterest span {
  position: absolute;
  left: -200000px;
}
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox ol a.task-twitter,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox ol a.task-twitter,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox ol a.task-twitter {
  width: 30px;
}
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox ol a.task-twitter:before,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox ol a.task-twitter:before,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox ol a.task-twitter:before {
  background: url('https://www.mayoclinic.org/~/media/F82CDB5A609F43C0A30393E6E012FC52.svg') 0 0 no-repeat transparent;
  width: 30px;
}
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox ol a.task-facebook:before,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox ol a.task-facebook:before,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox ol a.task-facebook:before {
  background: url('https://www.mayoclinic.org/~/media/8621BAB9AA9842518CEB53A443DB9299.svg') 0 0 no-repeat transparent;
}
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox ol a.task-google:before,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox ol a.task-google:before,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox ol a.task-google:before {
  background: url('https://www.mayoclinic.org/~/media/B200CD2D4A6841F49464F8087E76F532.svg') 0 0 no-repeat transparent;
}
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox ol a.task-youtube,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox ol a.task-youtube,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox ol a.task-youtube {
  width: 34px;
}
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox ol a.task-youtube:before,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox ol a.task-youtube:before,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox ol a.task-youtube:before {
  background: url('https://www.mayoclinic.org/~/media/262E02C074DE4D0189F5C72566318DCD.svg') 0 0 no-repeat transparent;
  width: 34px;
}
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox ol a.task-pinterest:before,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox ol a.task-pinterest:before,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox ol a.task-pinterest:before {
  background: url('https://www.mayoclinic.org/~/media/6F4256F2E8D34F9DADCE0BF8D4A0A876.svg') 0 0 no-repeat transparent;
}
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox p,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox p,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox p {
  color: #afafaf;
  font-size: 14px;
  line-height: 22px;
  margin: 12px 0 45px 0;
  padding-bottom: px;
}
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox p a,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox p a,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox p a {
  color: #afafaf;
}
.custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox a.primary-button,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox a.primary-button,
.mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox a.primary-button {
  background: #afafaf;
  color: #27251f;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 20px;
}
@media screen and (max-width: 767px) {
  .custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox a.primary-button,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox a.primary-button,
  .mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox a.primary-button {
    margin: 0;
    padding: 16px 20px;
  }
}
@media screen and (max-width: 767px) {
  .custom-landing-page .sub-full-bleed.footer-quicklinks .contentbox .sub .p-4,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.footer-quicklinks .contentbox .sub .p-4,
  .mc-custom-landing .sub-full-bleed.footer-quicklinks .contentbox .sub .p-4 {
    margin-bottom: 10px;
  }
}
.custom-landing-page form &gt; footer,
.custom-landing-page.patient-visitor-guide form &gt; footer,
.mc-custom-landing form &gt; footer {
  display: none;
}
.custom-landing-page form &gt; footer + footer,
.custom-landing-page.patient-visitor-guide form &gt; footer + footer,
.mc-custom-landing form &gt; footer + footer {
  display: block;
  background: #fff;
}
.custom-landing-page form &gt; footer + footer .row,
.custom-landing-page.patient-visitor-guide form &gt; footer + footer .row,
.mc-custom-landing form &gt; footer + footer .row {
  max-width: 1280px;
}
.custom-landing-page .primary-button,
.custom-landing-page.patient-visitor-guide .primary-button,
.mc-custom-landing .primary-button {
  border-radius: 35px;
  font-size: 18px;
  line-height: 24px;
  padding-right: 35px;
  padding-left: 35px;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .alert-L1.contentbox,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .alert-L1.contentbox,
.mc-custom-landing .sub-full-bleed .sub-placeholder .alert-L1.contentbox,
.custom-landing-page .alert-L1.contentbox,
.custom-landing-page.patient-visitor-guide .alert-L1.contentbox,
.mc-custom-landing .alert-L1.contentbox {
  background-color: #ebf0f8;
  margin: 0 auto 40px;
  padding: 20px 60px;
  position: relative;
  width: 100%;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .alert-L1.contentbox:before,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .alert-L1.contentbox:before,
.mc-custom-landing .sub-full-bleed .sub-placeholder .alert-L1.contentbox:before,
.custom-landing-page .alert-L1.contentbox:before,
.custom-landing-page.patient-visitor-guide .alert-L1.contentbox:before,
.mc-custom-landing .alert-L1.contentbox:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  height: 24px;
  width: 24px;
  background-image: url(https://www.mayoclinic.org/~/media/4340C3ED695D44F2BF59122343DF36C6);
  background-color: transparent;
  background-repeat: no-repeat;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .alert-L1.contentbox &gt; h2,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .alert-L1.contentbox &gt; h2,
.mc-custom-landing .sub-full-bleed .sub-placeholder .alert-L1.contentbox &gt; h2,
.custom-landing-page .alert-L1.contentbox &gt; h2,
.custom-landing-page.patient-visitor-guide .alert-L1.contentbox &gt; h2,
.mc-custom-landing .alert-L1.contentbox &gt; h2,
.custom-landing-page .sub-full-bleed .sub-placeholder .alert-L1.contentbox &gt; p,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .alert-L1.contentbox &gt; p,
.mc-custom-landing .sub-full-bleed .sub-placeholder .alert-L1.contentbox &gt; p,
.custom-landing-page .alert-L1.contentbox &gt; p,
.custom-landing-page.patient-visitor-guide .alert-L1.contentbox &gt; p,
.mc-custom-landing .alert-L1.contentbox &gt; p,
.custom-landing-page .sub-full-bleed .sub-placeholder .alert-L1.contentbox &gt; a,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .alert-L1.contentbox &gt; a,
.mc-custom-landing .sub-full-bleed .sub-placeholder .alert-L1.contentbox &gt; a,
.custom-landing-page .alert-L1.contentbox &gt; a,
.custom-landing-page.patient-visitor-guide .alert-L1.contentbox &gt; a,
.mc-custom-landing .alert-L1.contentbox &gt; a {
  font-size: 14px;
  line-height: 18px;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .alert-L1.contentbox &gt; h2,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .alert-L1.contentbox &gt; h2,
.mc-custom-landing .sub-full-bleed .sub-placeholder .alert-L1.contentbox &gt; h2,
.custom-landing-page .alert-L1.contentbox &gt; h2,
.custom-landing-page.patient-visitor-guide .alert-L1.contentbox &gt; h2,
.mc-custom-landing .alert-L1.contentbox &gt; h2 {
  margin-bottom: 5px !important;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .alert-L1.contentbox &gt; p,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .alert-L1.contentbox &gt; p,
.mc-custom-landing .sub-full-bleed .sub-placeholder .alert-L1.contentbox &gt; p,
.custom-landing-page .alert-L1.contentbox &gt; p,
.custom-landing-page.patient-visitor-guide .alert-L1.contentbox &gt; p,
.mc-custom-landing .alert-L1.contentbox &gt; p {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .custom-landing-page .sub-full-bleed .sub-placeholder .alert-L1.contentbox,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .alert-L1.contentbox,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .alert-L1.contentbox,
  .custom-landing-page .alert-L1.contentbox,
  .custom-landing-page.patient-visitor-guide .alert-L1.contentbox,
  .mc-custom-landing .alert-L1.contentbox {
    padding: 20px 24px 20px 60px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .custom-landing-page .sub-full-bleed .sub-placeholder .alert-L1.contentbox,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .alert-L1.contentbox,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .alert-L1.contentbox,
  .custom-landing-page .alert-L1.contentbox,
  .custom-landing-page.patient-visitor-guide .alert-L1.contentbox,
  .mc-custom-landing .alert-L1.contentbox {
    margin: -20px 0 30px 0;
  }
}
.custom-landing-page .sub-full-bleed .sub-placeholder .alert-L1.contentbox,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .alert-L1.contentbox,
.mc-custom-landing .sub-full-bleed .sub-placeholder .alert-L1.contentbox {
  padding: 20px 60px;
  width: 80%;
}
.custom-landing-page .alert-L2.contentbox,
.custom-landing-page.patient-visitor-guide .alert-L2.contentbox,
.mc-custom-landing .alert-L2.contentbox {
  background-color: #fff;
  position: relative;
}
.custom-landing-page .alert-L2.contentbox:before,
.custom-landing-page.patient-visitor-guide .alert-L2.contentbox:before,
.mc-custom-landing .alert-L2.contentbox:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0px;
  height: 24px;
  width: 24px;
  background-image: url(https://mayoclinic.org/-/media/kcms/gbs/patient-consumer/images/2019/01/22/19/56/learn-more-about-appointments.svg);
  background-color: transparent;
  background-repeat: no-repeat;
}
.custom-landing-page .alert-L2.contentbox h2,
.custom-landing-page.patient-visitor-guide .alert-L2.contentbox h2,
.mc-custom-landing .alert-L2.contentbox h2 {
  padding-left: 30px;
}
.custom-landing-page .sub-full-bleed,
.custom-landing-page.patient-visitor-guide .sub-full-bleed,
.mc-custom-landing .sub-full-bleed {
  margin: 0 0 80px 0;
  padding: 0;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox h2,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox h2,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  margin: 0 0 24px 0 !important;
  padding: 0 !important;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox p,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox p,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox p {
  margin: 0 0 24px 0;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox a,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox a,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox a {
  text-decoration: underline;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox a:hover,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox a:hover,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox a:hover {
  text-decoration: none;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox a:focus,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox a:focus,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox a:focus {
  outline: 3px dotted #27251f;
  outline-offset: 3px;
  text-decoration: none;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox a.previous-page,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox a.previous-page,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox a.previous-page {
  position: relative;
  padding-left: 23px;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox a.previous-page:before,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox a.previous-page:before,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox a.previous-page:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url("https://www.mayoclinic.org/~/media/756766A21D9B47F39C6AFA0B36F42617.svg") no-repeat;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox.header-icon,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox.header-icon,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox.header-icon {
  margin-bottom: 0;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox.header-icon h2,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox.header-icon h2,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox.header-icon h2 {
  padding-top: 9px !important;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox.header-icon img,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox.header-icon img,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox.header-icon img {
  height: 32px;
  width: 32px;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox.header-icon ul,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox.header-icon ul,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox.header-icon ul {
  padding-bottom: 0;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox.sub-margin-bottom &gt; h3,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox.sub-margin-bottom &gt; h3,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox.sub-margin-bottom &gt; h3 {
  margin-bottom: 24px !important;
}
.custom-landing-page .sub-full-bleed .inline-list,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .inline-list,
.mc-custom-landing .sub-full-bleed .inline-list {
  margin: 0;
  list-style: none;
}
.custom-landing-page .sub-full-bleed .inline-list li,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .inline-list li,
.mc-custom-landing .sub-full-bleed .inline-list li {
  display: inline-block;
  padding-right: 18px;
  margin-right: 18px;
  border-right: 1px solid #000;
}
.custom-landing-page .sub-full-bleed .inline-list li:last-child,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .inline-list li:last-child,
.mc-custom-landing .sub-full-bleed .inline-list li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
@media screen and (max-width: 767px) {
  .custom-landing-page .sub-full-bleed .inline-list li,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .inline-list li,
  .mc-custom-landing .sub-full-bleed .inline-list li {
    display: block;
    padding: 0;
    margin: 0 0 24px 0;
    border: none;
  }
  .custom-landing-page .sub-full-bleed .inline-list li:last-child,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .inline-list li:last-child,
  .mc-custom-landing .sub-full-bleed .inline-list li:last-child {
    margin-bottom: 0;
  }
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox .contactlist,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox .contactlist,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox .contactlist {
  margin-left: 0;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list &gt; li &gt; a,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list &gt; li &gt; a,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list &gt; li &gt; a {
  display: block;
  padding-left: 56px;
  position: relative;
  padding: 12px  12px 0 65px;
  margin-bottom: 24px;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list &gt; li &gt; a &gt; img,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list &gt; li &gt; a &gt; img,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list &gt; li &gt; a &gt; img {
  width: 48px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 740px) {
  .custom-landing-page .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list &gt; li,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list &gt; li,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list &gt; li {
    margin-bottom: 24px;
  }
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list.display-cols,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list.display-cols,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list.display-cols {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-content: center;
  width: 100%;
  height: 270px;
  margin: 0 0 0 180px;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list.display-cols &gt; li,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list.display-cols &gt; li,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list.display-cols &gt; li {
  margin-bottom: 18px;
  margin-right: 40px;
  max-width: 360px;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list.display-cols &gt; li &gt; a,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list.display-cols &gt; li &gt; a,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list.display-cols &gt; li &gt; a {
  padding-top: 7px;
  margin-bottom: 6px;
  margin-top: 6px;
  padding-bottom: 7px;
  display: inline-block;
  line-height: 1.5em;
  min-height: 34px;
  text-align: left;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list.display-cols.b2b-pages,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list.display-cols.b2b-pages,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list.display-cols.b2b-pages {
  margin: 80px 0 0 0;
}
@media all and (max-width: 980px) and (min-width: 740px) {
  .custom-landing-page .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list.display-cols,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list.display-cols,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list.display-cols {
    height: 340px;
    width: auto;
    margin: 80px 0 0 60px;
  }
}
@media screen and (max-width: 740px) {
  .custom-landing-page .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list.display-cols,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list.display-cols,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox .roundedicons-list.display-cols {
    height: inherit;
    margin: 40px 24px 0;
    width: auto;
  }
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: left;
  justify-content: left;
  margin-bottom: 40px;
  margin-top: 36px;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper {
  width: 50%;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper + .list-wrapper,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper + .list-wrapper,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper + .list-wrapper {
  margin-left: 5%;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper button.acces-show-hide,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper button.acces-show-hide,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper button.acces-show-hide {
  border-bottom: 1px solid #b4b3b1;
  margin-bottom: 0;
  padding: 14px 10px;
  position: relative;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  color: #27251f;
  line-height: 22px;
  display: block;
  width: 100%;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper button.acces-show-hide:first-child,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper button.acces-show-hide:first-child,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper button.acces-show-hide:first-child {
  border-top: 1px solid #b4b3b1;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper button.acces-show-hide[aria-expanded=false]:after,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper button.acces-show-hide[aria-expanded=false]:after,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper button.acces-show-hide[aria-expanded=false]:after {
  background-image: url('https://www.mayoclinic.org/~/media/76F9BE031EC740C19711AD59B8BE29E4.svg');
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper button.acces-show-hide:after,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper button.acces-show-hide:after,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper button.acces-show-hide:after {
  background: url('https://www.mayoclinic.org/~/media/71FE7CBF6C134301B68D0D9DDB7F9181.svg');
  top: 17px;
  right: 10px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: none;
  position: absolute;
  margin: 0;
  -webkit-transform: inherit;
  transform: inherit;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper button.acces-show-hide + div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper button.acces-show-hide + div,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper button.acces-show-hide + div {
  width: 100%;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper button.acces-show-hide + div ul,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper button.acces-show-hide + div ul,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper button.acces-show-hide + div ul {
  margin-left: 26px;
}
@media screen and (max-width: 740px) {
  .custom-landing-page .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .custom-landing-page .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper {
    width: 100%;
  }
  .custom-landing-page .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper + .list-wrapper,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper + .list-wrapper,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper + .list-wrapper {
    margin-left: 0;
  }
  .custom-landing-page .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper button.acces-show-hide:first-child,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper button.acces-show-hide:first-child,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper button.acces-show-hide:first-child {
    border-top: none;
  }
  .custom-landing-page .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper:first-child button.acces-show-hide:first-child,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper:first-child button.acces-show-hide:first-child,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox.mc-showhide-list .list-wrapper:first-child button.acces-show-hide:first-child {
    border-top: 1px solid #b4b3b1;
  }
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox.mc-remove-bullets &gt; .img + h2,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox.mc-remove-bullets &gt; .img + h2,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox.mc-remove-bullets &gt; .img + h2 {
  margin-top: 3px !important;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .contentbox.mc-remove-bullets &gt; .img + h2 + ul,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .contentbox.mc-remove-bullets &gt; .img + h2 + ul,
.mc-custom-landing .sub-full-bleed .sub-placeholder .contentbox.mc-remove-bullets &gt; .img + h2 + ul {
  list-style: none;
  margin: 0;
}
.custom-landing-page .sub-full-bleed.banner-overlay-text,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-text,
.mc-custom-landing .sub-full-bleed.banner-overlay-text,
.custom-landing-page .sub-full-bleed.banner-overlay-singletitle-header,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-singletitle-header,
.mc-custom-landing .sub-full-bleed.banner-overlay-singletitle-header {
  padding: 0;
}
.custom-landing-page .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox,
.mc-custom-landing .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox,
.custom-landing-page .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox,
.mc-custom-landing .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox {
  position: relative;
  padding: 0;
}
.custom-landing-page .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox img,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox img,
.mc-custom-landing .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox img,
.custom-landing-page .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox img,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox img,
.mc-custom-landing .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox img {
  width: 100%;
}
.custom-landing-page .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox div,
.mc-custom-landing .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox div,
.custom-landing-page .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox div,
.mc-custom-landing .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox div {
  background-color: #FFFFFF;
  position: absolute;
  top: 50px;
  left: 60px;
  padding: 35px;
  width: 44%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
}
.custom-landing-page .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox div .previous-page,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox div .previous-page,
.mc-custom-landing .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox div .previous-page,
.custom-landing-page .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox div .previous-page,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox div .previous-page,
.mc-custom-landing .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox div .previous-page {
  display: none;
}
.custom-landing-page .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox div h1,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox div h1,
.mc-custom-landing .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox div h1,
.custom-landing-page .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox div h1,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox div h1,
.mc-custom-landing .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox div h1 {
  font-size: 18px;
  line-height: 24px !important;
  color: #27251f;
  margin: 0 0 24px 0;
  padding: 0;
}
.custom-landing-page .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox div h2,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox div h2,
.mc-custom-landing .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox div h2,
.custom-landing-page .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox div h2,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox div h2,
.mc-custom-landing .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox div h2 {
  font-size: 52px;
  font-weight: bold;
  line-height: 62px;
  margin-top: 30px;
  text-transform: none;
  text-align: left;
  margin: 0 !important;
  padding: 0;
}
.custom-landing-page .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox picture + div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox picture + div,
.mc-custom-landing .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox picture + div {
  padding: 40px;
  min-height: 230px;
}
.custom-landing-page .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox picture + div &gt; h1,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox picture + div &gt; h1,
.mc-custom-landing .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox picture + div &gt; h1 {
  font-size: 52px;
  font-weight: bold;
  line-height: 62px !important;
}
@media screen and (max-width: 1080px) {
  .custom-landing-page .sub-full-bleed.banner-overlay-text .contentbox div h2,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-text .contentbox div h2,
  .mc-custom-landing .sub-full-bleed.banner-overlay-text .contentbox div h2,
  .custom-landing-page .sub-full-bleed.banner-overlay-singletitle-header .contentbox div h2,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-singletitle-header .contentbox div h2,
  .mc-custom-landing .sub-full-bleed.banner-overlay-singletitle-header .contentbox div h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 867px) {
  .custom-landing-page .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox picture + div,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox picture + div,
  .mc-custom-landing .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox picture + div,
  .custom-landing-page .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox picture + div,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox picture + div,
  .mc-custom-landing .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox picture + div {
    width: 100%;
    position: static;
    top: initial;
    left: inherit;
    padding: 0 24px;
    min-height: inherit;
  }
  .custom-landing-page .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox picture + div .previous-page,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox picture + div .previous-page,
  .mc-custom-landing .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox picture + div .previous-page,
  .custom-landing-page .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox picture + div .previous-page,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox picture + div .previous-page,
  .mc-custom-landing .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox picture + div .previous-page {
    display: block;
    margin-bottom: 60px;
  }
  .custom-landing-page .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox picture + div h1,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox picture + div h1,
  .mc-custom-landing .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox picture + div h1,
  .custom-landing-page .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox picture + div h1,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox picture + div h1,
  .mc-custom-landing .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox picture + div h1,
  .custom-landing-page .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox picture + div h2,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox picture + div h2,
  .mc-custom-landing .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox picture + div h2,
  .custom-landing-page .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox picture + div h2,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox picture + div h2,
  .mc-custom-landing .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox picture + div h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .custom-landing-page .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox img,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox img,
  .mc-custom-landing .sub-full-bleed.banner-overlay-text .sub-placeholder .contentbox img,
  .custom-landing-page .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox img,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox img,
  .mc-custom-landing .sub-full-bleed.banner-overlay-singletitle-header .sub-placeholder .contentbox img {
    margin-bottom: 24px;
  }
}
.custom-landing-page .sub-full-bleed.image-text-v-center,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-v-center,
.mc-custom-landing .sub-full-bleed.image-text-v-center {
  padding-top: 0;
  padding-bottom: 0;
}
.custom-landing-page .sub-full-bleed.image-text-v-center .sub-placeholder .contentbox,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-v-center .sub-placeholder .contentbox,
.mc-custom-landing .sub-full-bleed.image-text-v-center .sub-placeholder .contentbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  background: #ebf0f8;
}
.custom-landing-page .sub-full-bleed.image-text-v-center .sub-placeholder .contentbox h2,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-v-center .sub-placeholder .contentbox h2,
.mc-custom-landing .sub-full-bleed.image-text-v-center .sub-placeholder .contentbox h2 {
  text-align: left;
  text-transform: none;
  margin: 0 0 24px 0 !important;
  padding: 0;
}
.custom-landing-page .sub-full-bleed.image-text-v-center .sub-placeholder .contentbox p,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-v-center .sub-placeholder .contentbox p,
.mc-custom-landing .sub-full-bleed.image-text-v-center .sub-placeholder .contentbox p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 22px;
}
.custom-landing-page .sub-full-bleed.image-text-v-center .sub-placeholder .contentbox div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-v-center .sub-placeholder .contentbox div,
.mc-custom-landing .sub-full-bleed.image-text-v-center .sub-placeholder .contentbox div {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-landing-page .sub-full-bleed.image-text-v-center .sub-placeholder .contentbox div + div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-v-center .sub-placeholder .contentbox div + div,
.mc-custom-landing .sub-full-bleed.image-text-v-center .sub-placeholder .contentbox div + div {
  padding-right: 0;
  padding: 0 60px;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .custom-landing-page .sub-full-bleed.image-text-v-center .sub-placeholder .contentbox,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-v-center .sub-placeholder .contentbox,
  .mc-custom-landing .sub-full-bleed.image-text-v-center .sub-placeholder .contentbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom-landing-page .sub-full-bleed.image-text-v-center .sub-placeholder .contentbox div,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-v-center .sub-placeholder .contentbox div,
  .mc-custom-landing .sub-full-bleed.image-text-v-center .sub-placeholder .contentbox div {
    width: 100%;
  }
  .custom-landing-page .sub-full-bleed.image-text-v-center .sub-placeholder .contentbox div + div,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-v-center .sub-placeholder .contentbox div + div,
  .mc-custom-landing .sub-full-bleed.image-text-v-center .sub-placeholder .contentbox div + div {
    width: 100%;
    padding: 24px;
  }
}
.custom-landing-page .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox,
.mc-custom-landing .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox {
  padding: 0 60px;
}
.custom-landing-page .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul,
.mc-custom-landing .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul {
  margin: 0%;
  list-style: none;
  padding-bottom: 0;
  margin-bottom: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-landing-page .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li,
.mc-custom-landing .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 40px;
  width: 48.2%;
}
.custom-landing-page .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li:nth-child(even),
.custom-landing-page.patient-visitor-guide .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li:nth-child(even),
.mc-custom-landing .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li:nth-child(even) {
  margin-left: 2.5%;
}
.custom-landing-page .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li &gt; div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li &gt; div,
.mc-custom-landing .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li &gt; div {
  margin-right: 30px;
  width: 30%;
}
.custom-landing-page .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li &gt; div img,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li &gt; div img,
.mc-custom-landing .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li &gt; div img {
  border-radius: 50%;
}
.custom-landing-page .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li &gt; div + div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li &gt; div + div,
.mc-custom-landing .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li &gt; div + div {
  width: 70%;
  font-size: 18px;
  line-height: 27px;
}
.custom-landing-page .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li &gt; div + div p,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li &gt; div + div p,
.mc-custom-landing .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li &gt; div + div p {
  font-size: 18px;
  line-height: 27px;
}
.custom-landing-page .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li &gt; div + div p,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li &gt; div + div p,
.mc-custom-landing .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li &gt; div + div p {
  margin: 25px 0 30px;
}
@media screen and (max-width: 767px) {
  .custom-landing-page .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox,
  .mc-custom-landing .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox {
    padding: 0;
  }
  .custom-landing-page .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li,
  .mc-custom-landing .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li {
    display: block;
    margin: 0 0 60px 0;
    padding: 0 24px;
    width: 100%;
  }
  .custom-landing-page .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li:nth-child(even),
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li:nth-child(even),
  .mc-custom-landing .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li:nth-child(even) {
    margin-left: 0;
  }
  .custom-landing-page .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li &gt; div,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li &gt; div,
  .mc-custom-landing .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li &gt; div {
    margin: 0 auto;
    width: 50%;
  }
  .custom-landing-page .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li &gt; div + div,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li &gt; div + div,
  .mc-custom-landing .sub-full-bleed.roundimg-text-col .sub-placeholder .contentbox &gt; ul &gt; li &gt; div + div {
    margin-top: 30px;
    width: 100%;
  }
}
.custom-landing-page .sub-full-bleed.image-text-reverse,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse,
.mc-custom-landing .sub-full-bleed.image-text-reverse,
.custom-landing-page .sub-full-bleed.image-text-reverse-margin,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse-margin,
.mc-custom-landing .sub-full-bleed.image-text-reverse-margin {
  background: #fff !important;
  padding-top: 0;
}
.custom-landing-page .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox,
.mc-custom-landing .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox,
.custom-landing-page .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox,
.mc-custom-landing .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox {
  font-size: 18px;
}
.custom-landing-page .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox blockquote,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox blockquote,
.mc-custom-landing .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox blockquote,
.custom-landing-page .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox blockquote,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox blockquote,
.mc-custom-landing .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox blockquote {
  margin: 0;
  padding: 0;
}
.custom-landing-page .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox h2,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox h2,
.mc-custom-landing .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox h2,
.custom-landing-page .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox h2,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox h2,
.mc-custom-landing .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox h2 {
  text-align: left;
  text-transform: none;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
}
.custom-landing-page .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox p,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox p,
.mc-custom-landing .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox p,
.custom-landing-page .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox p,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox p,
.mc-custom-landing .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox p {
  margin-bottom: 12px;
}
.custom-landing-page .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder,
.mc-custom-landing .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder,
.custom-landing-page .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder,
.mc-custom-landing .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-landing-page .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div,
.mc-custom-landing .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div,
.custom-landing-page .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder div,
.mc-custom-landing .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder div {
  width: 50%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-landing-page .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div,
.mc-custom-landing .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div,
.custom-landing-page .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder div + div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder div + div,
.mc-custom-landing .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder div + div {
  width: 50%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.custom-landing-page .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div blockquote,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div blockquote,
.mc-custom-landing .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div blockquote,
.custom-landing-page .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder div + div blockquote,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder div + div blockquote,
.mc-custom-landing .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder div + div blockquote {
  position: relative;
  padding-left: 60px;
}
.custom-landing-page .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div blockquote .quote,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div blockquote .quote,
.mc-custom-landing .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div blockquote .quote,
.custom-landing-page .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder div + div blockquote .quote,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder div + div blockquote .quote,
.mc-custom-landing .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder div + div blockquote .quote {
  position: absolute;
  left: 0;
  top: 24px;
  font-size: 100px;
}
.custom-landing-page .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div blockquote cite,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div blockquote cite,
.mc-custom-landing .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div blockquote cite,
.custom-landing-page .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder div + div blockquote cite,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder div + div blockquote cite,
.mc-custom-landing .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder div + div blockquote cite {
  font-style: normal;
  margin-top: 12px;
}
.custom-landing-page .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div blockquote cite p,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div blockquote cite p,
.mc-custom-landing .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div blockquote cite p,
.custom-landing-page .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder div + div blockquote cite p,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder div + div blockquote cite p,
.mc-custom-landing .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder div + div blockquote cite p {
  margin-bottom: 30px;
}
.custom-landing-page .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div div,
.mc-custom-landing .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div div,
.custom-landing-page .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder div + div div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder div + div div,
.mc-custom-landing .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder div + div div {
  width: 100%;
  padding: 0 60px;
}
.custom-landing-page .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder:nth-child(2n) div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder:nth-child(2n) div,
.mc-custom-landing .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder:nth-child(2n) div,
.custom-landing-page .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder:nth-child(2n) div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder:nth-child(2n) div,
.mc-custom-landing .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder:nth-child(2n) div {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.custom-landing-page .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder:nth-child(2n) div + div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder:nth-child(2n) div + div,
.mc-custom-landing .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder:nth-child(2n) div + div,
.custom-landing-page .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder:nth-child(2n) div + div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder:nth-child(2n) div + div,
.mc-custom-landing .sub-full-bleed.image-text-reverse-margin .sub-placeholder .contentbox .image-text-holder:nth-child(2n) div + div {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.custom-landing-page .sub-full-bleed.image-text-reverse-margin .image-text-holder,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse-margin .image-text-holder,
.mc-custom-landing .sub-full-bleed.image-text-reverse-margin .image-text-holder {
  margin-bottom: 32px;
  align-items: inherit;
}
.custom-landing-page .sub-full-bleed.image-text-reverse-margin .image-text-holder div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse-margin .image-text-holder div,
.mc-custom-landing .sub-full-bleed.image-text-reverse-margin .image-text-holder div {
  align-self: flex-start;
}
.custom-landing-page .sub-full-bleed.image-text-reverse-margin .image-text-holder div + div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse-margin .image-text-holder div + div,
.mc-custom-landing .sub-full-bleed.image-text-reverse-margin .image-text-holder div + div {
  align-self: center;
}
.custom-landing-page .sub-full-bleed.image-text-reverse-margin .image-text-holder:nth-child(2n) div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse-margin .image-text-holder:nth-child(2n) div,
.mc-custom-landing .sub-full-bleed.image-text-reverse-margin .image-text-holder:nth-child(2n) div {
  align-self: flex-start;
}
.custom-landing-page .sub-full-bleed.image-text-reverse-margin .image-text-holder:nth-child(2n) div + div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse-margin .image-text-holder:nth-child(2n) div + div,
.mc-custom-landing .sub-full-bleed.image-text-reverse-margin .image-text-holder:nth-child(2n) div + div {
  align-self: center;
}
@media screen and (max-width: 767px) {
  .custom-landing-page .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder,
  .mc-custom-landing .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 90px;
  }
  .custom-landing-page .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder img,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder img,
  .mc-custom-landing .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder img {
    margin-bottom: 24px;
  }
  .custom-landing-page .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div,
  .mc-custom-landing .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .custom-landing-page .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div,
  .mc-custom-landing .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 0 24px;
    margin: 0;
  }
  .custom-landing-page .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div div,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div div,
  .mc-custom-landing .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div div {
    padding: 0;
  }
  .custom-landing-page .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div &gt; .contentbox.header-icon &gt; img,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div &gt; .contentbox.header-icon &gt; img,
  .mc-custom-landing .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder div + div &gt; .contentbox.header-icon &gt; img {
    margin-bottom: 0;
  }
  .custom-landing-page .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder:nth-child(2n) div,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder:nth-child(2n) div,
  .mc-custom-landing .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder:nth-child(2n) div {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .custom-landing-page .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder:nth-child(2n) div + div,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder:nth-child(2n) div + div,
  .mc-custom-landing .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder:nth-child(2n) div + div {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 0 24px;
  }
  .custom-landing-page .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder:nth-child(2n) div + div div,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder:nth-child(2n) div + div div,
  .mc-custom-landing .sub-full-bleed.image-text-reverse .sub-placeholder .contentbox .image-text-holder:nth-child(2n) div + div div {
    padding: 0;
  }
}
.custom-landing-page .sub-full-bleed.content-w-sidebar .sub-placeholder .contentbox p,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.content-w-sidebar .sub-placeholder .contentbox p,
.mc-custom-landing .sub-full-bleed.content-w-sidebar .sub-placeholder .contentbox p {
  font-size: 18px;
  line-height: 27px;
}
.custom-landing-page .sub-full-bleed.content-w-sidebar .sub-placeholder .contentbox div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.content-w-sidebar .sub-placeholder .contentbox div,
.mc-custom-landing .sub-full-bleed.content-w-sidebar .sub-placeholder .contentbox div {
  width: 59%;
  margin-right: 60px;
}
.custom-landing-page .sub-full-bleed.content-w-sidebar .sub-placeholder .contentbox div + div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.content-w-sidebar .sub-placeholder .contentbox div + div,
.mc-custom-landing .sub-full-bleed.content-w-sidebar .sub-placeholder .contentbox div + div {
  width: 30.5%;
  padding-left: 60px;
  border-left: 1px solid #ccd8ed;
  margin-right: 0;
}
.custom-landing-page .sub-full-bleed.content-w-sidebar.blue-gradient,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.content-w-sidebar.blue-gradient,
.mc-custom-landing .sub-full-bleed.content-w-sidebar.blue-gradient {
  margin-bottom: 0;
  padding: 80px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0071d2+0,003da5+100 */
  background: #0071d2;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#0071d2), to(#003da5));
  background: linear-gradient(to right, #0071d2 0%, #003da5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0071d2', endColorstr='#003da5', GradientType=1);
  /* IE6-9 */
}
.custom-landing-page .sub-full-bleed.content-w-sidebar.blue-gradient .contentbox,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.content-w-sidebar.blue-gradient .contentbox,
.mc-custom-landing .sub-full-bleed.content-w-sidebar.blue-gradient .contentbox {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.custom-landing-page .sub-full-bleed.content-w-sidebar.blue-gradient .contentbox div + div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.content-w-sidebar.blue-gradient .contentbox div + div,
.mc-custom-landing .sub-full-bleed.content-w-sidebar.blue-gradient .contentbox div + div {
  border-left: none;
}
.custom-landing-page .sub-full-bleed.content-w-sidebar.blue-gradient .primary-button,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.content-w-sidebar.blue-gradient .primary-button,
.mc-custom-landing .sub-full-bleed.content-w-sidebar.blue-gradient .primary-button {
  background: #fff;
  color: #003da5;
}
@media screen and (max-width: 767px) {
  .custom-landing-page .sub-full-bleed.content-w-sidebar.blue-gradient .sub-placeholder .contentbox,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.content-w-sidebar.blue-gradient .sub-placeholder .contentbox,
  .mc-custom-landing .sub-full-bleed.content-w-sidebar.blue-gradient .sub-placeholder .contentbox {
    padding: 0 24px;
  }
  .custom-landing-page .sub-full-bleed.content-w-sidebar .sub-placeholder .contentbox,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.content-w-sidebar .sub-placeholder .contentbox,
  .mc-custom-landing .sub-full-bleed.content-w-sidebar .sub-placeholder .contentbox {
    padding: 0 24px 0 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom-landing-page .sub-full-bleed.content-w-sidebar .sub-placeholder .contentbox img,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.content-w-sidebar .sub-placeholder .contentbox img,
  .mc-custom-landing .sub-full-bleed.content-w-sidebar .sub-placeholder .contentbox img {
    width: 240px;
  }
  .custom-landing-page .sub-full-bleed.content-w-sidebar .sub-placeholder .contentbox div,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.content-w-sidebar .sub-placeholder .contentbox div,
  .mc-custom-landing .sub-full-bleed.content-w-sidebar .sub-placeholder .contentbox div {
    width: 100%;
    margin: 0;
  }
  .custom-landing-page .sub-full-bleed.content-w-sidebar .sub-placeholder .contentbox div + div,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.content-w-sidebar .sub-placeholder .contentbox div + div,
  .mc-custom-landing .sub-full-bleed.content-w-sidebar .sub-placeholder .contentbox div + div {
    width: 100%;
    padding: 0;
    border: none;
  }
}
.custom-landing-page .sub-full-bleed.icon-text-reverse,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.icon-text-reverse,
.mc-custom-landing .sub-full-bleed.icon-text-reverse {
  background: #fff !important;
  padding-top: 0;
}
.custom-landing-page .sub-full-bleed.icon-text-reverse .contentbox,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.icon-text-reverse .contentbox,
.mc-custom-landing .sub-full-bleed.icon-text-reverse .contentbox {
  padding: 0;
  font-size: 18px;
}
.custom-landing-page .sub-full-bleed.icon-text-reverse .contentbox img,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.icon-text-reverse .contentbox img,
.mc-custom-landing .sub-full-bleed.icon-text-reverse .contentbox img {
  width: 60%;
  margin: 0 auto;
}
.custom-landing-page .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder,
.mc-custom-landing .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-bottom: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-landing-page .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder div,
.mc-custom-landing .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder div {
  width: 40%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.custom-landing-page .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder div + div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder div + div,
.mc-custom-landing .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder div + div {
  width: 60%;
  padding-left: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.custom-landing-page .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder div + div div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder div + div div,
.mc-custom-landing .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder div + div div {
  width: 100%;
}
.custom-landing-page .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder:nth-child(2n) div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder:nth-child(2n) div,
.mc-custom-landing .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder:nth-child(2n) div {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.custom-landing-page .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder:nth-child(2n) div + div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder:nth-child(2n) div + div,
.mc-custom-landing .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder:nth-child(2n) div + div {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .custom-landing-page .sub-full-bleed.icon-text-reverse .contentbox img,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.icon-text-reverse .contentbox img,
  .mc-custom-landing .sub-full-bleed.icon-text-reverse .contentbox img {
    width: 240px;
    margin: 0 auto;
  }
  .custom-landing-page .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder,
  .mc-custom-landing .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 24px;
    margin-bottom: 60px;
  }
  .custom-landing-page .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder:last-child,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder:last-child,
  .mc-custom-landing .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder:last-child {
    margin-bottom: 0;
  }
  .custom-landing-page .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder div,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder div,
  .mc-custom-landing .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder div {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 24px;
  }
  .custom-landing-page .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder div + div,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder div + div,
  .mc-custom-landing .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder div + div {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-bottom: 0;
  }
  .custom-landing-page .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder div + div div,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder div + div div,
  .mc-custom-landing .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder div + div div {
    margin-bottom: 0;
    width: 100%;
  }
  .custom-landing-page .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder:nth-child(2n) div,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder:nth-child(2n) div,
  .mc-custom-landing .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder:nth-child(2n) div {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .custom-landing-page .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder:nth-child(2n) div + div,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder:nth-child(2n) div + div,
  .mc-custom-landing .sub-full-bleed.icon-text-reverse .contentbox .text-icon-holder:nth-child(2n) div + div {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}
.custom-landing-page .sub-full-bleed.page-intro,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.page-intro,
.mc-custom-landing .sub-full-bleed.page-intro {
  padding-top: 0;
}
.custom-landing-page .sub-full-bleed.page-intro h1,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.page-intro h1,
.mc-custom-landing .sub-full-bleed.page-intro h1 {
  font-size: 52px;
  line-height: 62px;
  color: #27251f;
}
.custom-landing-page .sub-full-bleed.page-intro .previous-page,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.page-intro .previous-page,
.mc-custom-landing .sub-full-bleed.page-intro .previous-page {
  margin-bottom: 48px;
  display: inline-block;
}
.custom-landing-page .sub-full-bleed.page-intro .sub-placeholder .contentbox,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.page-intro .sub-placeholder .contentbox,
.mc-custom-landing .sub-full-bleed.page-intro .sub-placeholder .contentbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-landing-page .sub-full-bleed.page-intro .sub-placeholder .contentbox div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.page-intro .sub-placeholder .contentbox div,
.mc-custom-landing .sub-full-bleed.page-intro .sub-placeholder .contentbox div {
  width: 65.55%;
}
.custom-landing-page .sub-full-bleed.page-intro p,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.page-intro p,
.mc-custom-landing .sub-full-bleed.page-intro p {
  margin-bottom: 0;
}
.custom-landing-page .sub-full-bleed.page-intro p + p,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.page-intro p + p,
.mc-custom-landing .sub-full-bleed.page-intro p + p {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .custom-landing-page .sub-full-bleed.page-intro,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.page-intro,
  .mc-custom-landing .sub-full-bleed.page-intro {
    padding: 0 24px;
  }
  .custom-landing-page .sub-full-bleed.page-intro .previous-page,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.page-intro .previous-page,
  .mc-custom-landing .sub-full-bleed.page-intro .previous-page {
    display: none;
  }
  .custom-landing-page .sub-full-bleed.page-intro .sub-placeholder .contentbox,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.page-intro .sub-placeholder .contentbox,
  .mc-custom-landing .sub-full-bleed.page-intro .sub-placeholder .contentbox {
    padding: 0;
  }
  .custom-landing-page .sub-full-bleed.page-intro .sub-placeholder .contentbox div,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.page-intro .sub-placeholder .contentbox div,
  .mc-custom-landing .sub-full-bleed.page-intro .sub-placeholder .contentbox div {
    width: 100%;
  }
}
.custom-landing-page .sub-full-bleed.contact-section .contentbox,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.contact-section .contentbox,
.mc-custom-landing .sub-full-bleed.contact-section .contentbox {
  overflow: visible;
}
.custom-landing-page .sub-full-bleed.contact-section .header-icon,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.contact-section .header-icon,
.mc-custom-landing .sub-full-bleed.contact-section .header-icon {
  position: relative;
  padding-left: 56px !important;
  overflow: visible;
}
.custom-landing-page .sub-full-bleed.contact-section .header-icon img,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.contact-section .header-icon img,
.mc-custom-landing .sub-full-bleed.contact-section .header-icon img {
  position: absolute;
  left: 0;
  top: -10px;
  width: 48px;
}
.custom-landing-page .sub-full-bleed.contact-section .content-col,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.contact-section .content-col,
.mc-custom-landing .sub-full-bleed.contact-section .content-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-landing-page .sub-full-bleed.contact-section .content-col div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.contact-section .content-col div,
.mc-custom-landing .sub-full-bleed.contact-section .content-col div {
  width: 50%;
  margin-right: 24px;
}
.custom-landing-page .sub-full-bleed.contact-section .content-col div .content,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.contact-section .content-col div .content,
.mc-custom-landing .sub-full-bleed.contact-section .content-col div .content {
  margin-top: 0;
}
.custom-landing-page .sub-full-bleed.contact-section .content-col div .content li,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.contact-section .content-col div .content li,
.mc-custom-landing .sub-full-bleed.contact-section .content-col div .content li {
  margin-bottom: 3px;
}
.custom-landing-page .sub-full-bleed.contact-section .content-col div h3,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.contact-section .content-col div h3,
.mc-custom-landing .sub-full-bleed.contact-section .content-col div h3 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 3px !important;
}
.custom-landing-page .sub-full-bleed.contact-section .content-col div + div,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.contact-section .content-col div + div,
.mc-custom-landing .sub-full-bleed.contact-section .content-col div + div {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .custom-landing-page .sub-full-bleed.contact-section .content-col,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.contact-section .content-col,
  .mc-custom-landing .sub-full-bleed.contact-section .content-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom-landing-page .sub-full-bleed.contact-section .content-col div,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.contact-section .content-col div,
  .mc-custom-landing .sub-full-bleed.contact-section .content-col div {
    width: 100%;
  }
  .custom-landing-page .sub-full-bleed.contact-section .content-col div + div,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.contact-section .content-col div + div,
  .mc-custom-landing .sub-full-bleed.contact-section .content-col div + div {
    width: 100%;
  }
}
.custom-landing-page .sub-full-bleed.large-title-w-back .contentbox,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.large-title-w-back .contentbox,
.mc-custom-landing .sub-full-bleed.large-title-w-back .contentbox {
  margin-top: 28px;
}
.custom-landing-page .sub-full-bleed.large-title-w-back .contentbox h1,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.large-title-w-back .contentbox h1,
.mc-custom-landing .sub-full-bleed.large-title-w-back .contentbox h1 {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  color: #27251f;
  margin-bottom: 24px;
}
.custom-landing-page .sub-full-bleed.large-title-w-back .contentbox h2,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.large-title-w-back .contentbox h2,
.mc-custom-landing .sub-full-bleed.large-title-w-back .contentbox h2 {
  font-size: 52px;
  line-height: 62px;
  margin: 0;
  padding: 0;
  color: #27251f;
  margin-bottom: 36px;
}
.custom-landing-page .sub-full-bleed.large-title-w-back .contentbox .previous-page,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.large-title-w-back .contentbox .previous-page,
.mc-custom-landing .sub-full-bleed.large-title-w-back .contentbox .previous-page {
  margin-bottom: 108px;
  display: inline-block;
}
.custom-landing-page .sub-full-bleed.large-title,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.large-title,
.mc-custom-landing .sub-full-bleed.large-title {
  padding: 0;
  margin-bottom: 80px;
}
.custom-landing-page .sub-full-bleed.large-title .contentbox,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.large-title .contentbox,
.mc-custom-landing .sub-full-bleed.large-title .contentbox {
  margin-top: 80px;
}
.custom-landing-page .sub-full-bleed.large-title .contentbox h1,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.large-title .contentbox h1,
.mc-custom-landing .sub-full-bleed.large-title .contentbox h1 {
  font-size: 52px;
  line-height: 62px;
  margin: 0;
  padding: 0;
  color: #27251f;
  margin-bottom: 36px;
  font-weight: 700;
}
.custom-landing-page .sub-full-bleed.large-title .contentbox p,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.large-title .contentbox p,
.mc-custom-landing .sub-full-bleed.large-title .contentbox p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .custom-landing-page .sub-full-bleed.large-title-w-back,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.large-title-w-back,
  .mc-custom-landing .sub-full-bleed.large-title-w-back {
    padding: 0 24px;
  }
  .custom-landing-page .sub-full-bleed.large-title-w-back .contentbox,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.large-title-w-back .contentbox,
  .mc-custom-landing .sub-full-bleed.large-title-w-back .contentbox {
    margin-top: 24px;
  }
  .custom-landing-page .sub-full-bleed.large-title-w-back .contentbox h2,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.large-title-w-back .contentbox h2,
  .mc-custom-landing .sub-full-bleed.large-title-w-back .contentbox h2 {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 40px;
  }
  .custom-landing-page .sub-full-bleed.large-title-w-back .contentbox .previous-page,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.large-title-w-back .contentbox .previous-page,
  .mc-custom-landing .sub-full-bleed.large-title-w-back .contentbox .previous-page {
    margin-bottom: 48px;
  }
  .custom-landing-page .sub-full-bleed.large-title,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.large-title,
  .mc-custom-landing .sub-full-bleed.large-title {
    padding: 0 24px;
    margin-bottom: 40px;
  }
  .custom-landing-page .sub-full-bleed.large-title .contentbox,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.large-title .contentbox,
  .mc-custom-landing .sub-full-bleed.large-title .contentbox {
    margin-top: 48px;
  }
  .custom-landing-page .sub-full-bleed.large-title .contentbox h1,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.large-title .contentbox h1,
  .mc-custom-landing .sub-full-bleed.large-title .contentbox h1 {
    font-size: 32px;
    line-height: 40px;
    padding: 0;
    color: #27251f;
    margin-bottom: 48px;
  }
}
.custom-landing-page .sub-full-bleed.indent-content,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.indent-content,
.mc-custom-landing .sub-full-bleed.indent-content {
  padding: 0;
}
.custom-landing-page .sub-full-bleed.fixed-container .contentbox p,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.fixed-container .contentbox p,
.mc-custom-landing .sub-full-bleed.fixed-container .contentbox p {
  text-align: center;
  width: 850px;
  margin: 0 auto 24px;
}
@media all and (max-width: 1310px) and (min-width: 767px) {
  .custom-landing-page .sub-full-bleed.fixed-container .contentbox p,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.fixed-container .contentbox p,
  .mc-custom-landing .sub-full-bleed.fixed-container .contentbox p {
    width: auto;
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .custom-landing-page .sub-full-bleed.fixed-container .contentbox p,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.fixed-container .contentbox p,
  .mc-custom-landing .sub-full-bleed.fixed-container .contentbox p {
    text-align: left;
    width: auto;
    padding: 0 24px;
  }
}
.custom-landing-page .sub-full-bleed.small-title h2,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.small-title h2,
.mc-custom-landing .sub-full-bleed.small-title h2 {
  font-size: 20px;
  line-height: 28px;
}
.custom-landing-page .sub-full-bleed.with-icon .contentbox h2,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.with-icon .contentbox h2,
.mc-custom-landing .sub-full-bleed.with-icon .contentbox h2 {
  padding-top: 24px;
}
@media screen and (max-width: 867px) {
  .custom-landing-page .sub-full-bleed.indent-content .sub-placeholder .sub .p-6,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.indent-content .sub-placeholder .sub .p-6,
  .mc-custom-landing .sub-full-bleed.indent-content .sub-placeholder .sub .p-6 {
    padding-left: 24px;
    margin-left: 0;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .custom-landing-page .sub-full-bleed.indent-content .sub-placeholder .sub ol.content,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.indent-content .sub-placeholder .sub ol.content,
  .mc-custom-landing .sub-full-bleed.indent-content .sub-placeholder .sub ol.content,
  .custom-landing-page .sub-full-bleed.indent-content .sub-placeholder .sub ul.content,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.indent-content .sub-placeholder .sub ul.content,
  .mc-custom-landing .sub-full-bleed.indent-content .sub-placeholder .sub ul.content {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .custom-landing-page .sub-full-bleed.indent-content .sub-placeholder .sub .p-6,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.indent-content .sub-placeholder .sub .p-6,
  .mc-custom-landing .sub-full-bleed.indent-content .sub-placeholder .sub .p-6 {
    padding: 0;
    margin-bottom: 40px;
  }
  .custom-landing-page .sub-full-bleed.indent-content .sub-placeholder .sub .p-6 + .p-6,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.indent-content .sub-placeholder .sub .p-6 + .p-6,
  .mc-custom-landing .sub-full-bleed.indent-content .sub-placeholder .sub .p-6 + .p-6 {
    padding: 0;
    margin-bottom: 0 !important;
  }
  .custom-landing-page .sub-full-bleed.indent-content .sub-placeholder .sub .p-4,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.indent-content .sub-placeholder .sub .p-4,
  .mc-custom-landing .sub-full-bleed.indent-content .sub-placeholder .sub .p-4 {
    padding-left: 0;
    margin-bottom: 60px;
  }
  .custom-landing-page .sub-full-bleed.indent-content .sub-placeholder .sub .p-4:last-child,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.indent-content .sub-placeholder .sub .p-4:last-child,
  .mc-custom-landing .sub-full-bleed.indent-content .sub-placeholder .sub .p-4:last-child {
    padding-right: 0;
    margin-bottom: 0;
  }
}
.custom-landing-page .sub-full-bleed.blue-divider,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.blue-divider,
.mc-custom-landing .sub-full-bleed.blue-divider {
  border-top: 1px solid #ccd8ed;
  padding-top: 60px;
}
.custom-landing-page .sub-full-bleed.black-topbottom-divider,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.black-topbottom-divider,
.mc-custom-landing .sub-full-bleed.black-topbottom-divider {
  border-top: 1px solid #27251f;
  border-bottom: 1px solid #27251f;
  padding: 60px 0;
}
.custom-landing-page .sub-full-bleed.black-top-divider,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.black-top-divider,
.mc-custom-landing .sub-full-bleed.black-top-divider {
  border-top: 1px solid #27251f;
  padding-top: 60px;
}
.custom-landing-page .sub-full-bleed.black-bottom-divider,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.black-bottom-divider,
.mc-custom-landing .sub-full-bleed.black-bottom-divider {
  border-bottom: 1px solid #27251f;
  padding-bottom: 60px;
}
.custom-landing-page .sub-full-bleed.bordered-title &gt; .sub-placeholder,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.bordered-title &gt; .sub-placeholder,
.mc-custom-landing .sub-full-bleed.bordered-title &gt; .sub-placeholder {
  flex-direction: column;
}
.custom-landing-page .sub-full-bleed.bordered-title &gt; .sub-placeholder &gt; .sub + .sub,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.bordered-title &gt; .sub-placeholder &gt; .sub + .sub,
.mc-custom-landing .sub-full-bleed.bordered-title &gt; .sub-placeholder &gt; .sub + .sub {
  width: 100%;
}
.custom-landing-page .sub-full-bleed.bordered-title &gt; .sub-placeholder .contentbox &gt; h2,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.bordered-title &gt; .sub-placeholder .contentbox &gt; h2,
.mc-custom-landing .sub-full-bleed.bordered-title &gt; .sub-placeholder .contentbox &gt; h2 {
  text-align: center;
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 60px !important;
  text-transform: none;
  position: relative;
}
.custom-landing-page .sub-full-bleed.bordered-title &gt; .sub-placeholder .contentbox &gt; h2:before,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.bordered-title &gt; .sub-placeholder .contentbox &gt; h2:before,
.mc-custom-landing .sub-full-bleed.bordered-title &gt; .sub-placeholder .contentbox &gt; h2:before {
  content: "";
  position: absolute;
  width: 96px;
  height: 1px;
  bottom: -20px;
  left: calc( 50% - 48px );
  border-bottom: 2px solid #003da5;
}
@media screen and (max-width: 767px) {
  .custom-landing-page .sub-full-bleed.bordered-title &gt; .sub-placeholder .contentbox &gt; h2,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.bordered-title &gt; .sub-placeholder .contentbox &gt; h2,
  .mc-custom-landing .sub-full-bleed.bordered-title &gt; .sub-placeholder .contentbox &gt; h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 40px !important;
  }
  .custom-landing-page .sub-full-bleed.bordered-title &gt; .sub-placeholder .contentbox &gt; h2:before,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.bordered-title &gt; .sub-placeholder .contentbox &gt; h2:before,
  .mc-custom-landing .sub-full-bleed.bordered-title &gt; .sub-placeholder .contentbox &gt; h2:before {
    bottom: -25px;
  }
}
.custom-landing-page .sub-full-bleed .big-sized p,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .big-sized p,
.mc-custom-landing .sub-full-bleed .big-sized p,
.custom-landing-page .sub-full-bleed .big-sized a,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .big-sized a,
.mc-custom-landing .sub-full-bleed .big-sized a {
  font-size: 18px;
}
.custom-landing-page .sub-full-bleed .big-sized p,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .big-sized p,
.mc-custom-landing .sub-full-bleed .big-sized p {
  line-height: 26px;
}
.custom-landing-page .sub-full-bleed.alert-level1,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.alert-level1,
.mc-custom-landing .sub-full-bleed.alert-level1 {
  margin: -40px 0 40px 0;
}
.custom-landing-page .sub-full-bleed.alert-level1 .contentbox,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.alert-level1 .contentbox,
.mc-custom-landing .sub-full-bleed.alert-level1 .contentbox {
  background-color: #ebf0f8;
  margin: 0 auto;
  padding: 20px 60px !important;
  position: relative;
  width: 80%;
}
.custom-landing-page .sub-full-bleed.alert-level1 .contentbox:before,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.alert-level1 .contentbox:before,
.mc-custom-landing .sub-full-bleed.alert-level1 .contentbox:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  height: 24px;
  width: 24px;
  background-image: url(https://www.mayoclinic.org/~/media/4340C3ED695D44F2BF59122343DF36C6);
  background-color: transparent;
  background-repeat: no-repeat;
}
.custom-landing-page .sub-full-bleed.alert-level1 .contentbox &gt; h2,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.alert-level1 .contentbox &gt; h2,
.mc-custom-landing .sub-full-bleed.alert-level1 .contentbox &gt; h2,
.custom-landing-page .sub-full-bleed.alert-level1 .contentbox &gt; p,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.alert-level1 .contentbox &gt; p,
.mc-custom-landing .sub-full-bleed.alert-level1 .contentbox &gt; p,
.custom-landing-page .sub-full-bleed.alert-level1 .contentbox &gt; a,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.alert-level1 .contentbox &gt; a,
.mc-custom-landing .sub-full-bleed.alert-level1 .contentbox &gt; a {
  font-size: 14px;
  line-height: 18px;
}
.custom-landing-page .sub-full-bleed.alert-level1 .contentbox &gt; h2,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.alert-level1 .contentbox &gt; h2,
.mc-custom-landing .sub-full-bleed.alert-level1 .contentbox &gt; h2 {
  margin-bottom: 5px !important;
}
.custom-landing-page .sub-full-bleed.alert-level1 .contentbox &gt; p,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.alert-level1 .contentbox &gt; p,
.mc-custom-landing .sub-full-bleed.alert-level1 .contentbox &gt; p {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .custom-landing-page .sub-full-bleed.alert-level1 .contentbox,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.alert-level1 .contentbox,
  .mc-custom-landing .sub-full-bleed.alert-level1 .contentbox {
    padding: 20px 24px 20px 60px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .custom-landing-page .sub-full-bleed.alert-level1,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.alert-level1,
  .mc-custom-landing .sub-full-bleed.alert-level1 {
    margin: -20px 0 30px 0;
  }
}
.custom-landing-page .sub-full-bleed .sub-placeholder .sub,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub,
.mc-custom-landing .sub-full-bleed .sub-placeholder .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 60px;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-3,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-3,
.mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-3,
.custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-4,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-4,
.mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-4,
.custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-6 .p-8,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-6 .p-8,
.mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-6 .p-8,
.custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-12,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-12,
.mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-12 {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-8,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-8,
.mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-8 {
  width: 65.52%;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-8 .contentbox &gt; h2,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-8 .contentbox &gt; h2,
.mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-8 .contentbox &gt; h2 {
  margin-top: -10px !important;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-4,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-4,
.mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-4 {
  margin: 0;
  width: 31.03%;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-3,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-3,
.mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-3 {
  margin-left: 2.5%;
  width: 22.41%;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-3:first-child,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-3:first-child,
.mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-3:first-child {
  margin-left: 0;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-6,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-6,
.mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-6 {
  width: 48.28%;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .sub .contentbox.mc-promo-tile,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .contentbox.mc-promo-tile,
.mc-custom-landing .sub-full-bleed .sub-placeholder .sub .contentbox.mc-promo-tile {
  border-top: 5px solid #27251f;
  padding: 25px 0 0;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .sub .contentbox &gt; p:last-child,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .contentbox &gt; p:last-child,
.mc-custom-landing .sub-full-bleed .sub-placeholder .sub .contentbox &gt; p:last-child {
  margin-bottom: 0;
}
.custom-landing-page .sub-full-bleed .sub-placeholder .sub .contentbox ul.content,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .contentbox ul.content,
.mc-custom-landing .sub-full-bleed .sub-placeholder .sub .contentbox ul.content {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-8,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-8,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-8,
  .custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-4,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-4,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-4,
  .custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-3,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-3,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-3,
  .custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-6,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-6,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-6 {
    width: 100%;
    padding: 0;
  }
  .custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-8 a:last-child,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-8 a:last-child,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-8 a:last-child,
  .custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-4 a:last-child,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-4 a:last-child,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-4 a:last-child,
  .custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-3 a:last-child,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-3 a:last-child,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-3 a:last-child,
  .custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-6 a:last-child,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-6 a:last-child,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-6 a:last-child,
  .custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-8 p:last-child,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-8 p:last-child,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-8 p:last-child,
  .custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-4 p:last-child,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-4 p:last-child,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-4 p:last-child,
  .custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-3 p:last-child,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-3 p:last-child,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-3 p:last-child,
  .custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-6 p:last-child,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-6 p:last-child,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-6 p:last-child,
  .custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-8 ul li:last-child,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-8 ul li:last-child,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-8 ul li:last-child,
  .custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-4 ul li:last-child,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-4 ul li:last-child,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-4 ul li:last-child,
  .custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-3 ul li:last-child,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-3 ul li:last-child,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-3 ul li:last-child,
  .custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-6 ul li:last-child,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-6 ul li:last-child,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-6 ul li:last-child {
    margin-bottom: 0;
  }
  .custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-8,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-8,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-8 {
    margin: 0 0 50px 0;
  }
  .custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-3,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-3,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-3 {
    margin-left: 0;
    margin-bottom: 42px;
  }
  .custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-3:last-child,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-3:last-child,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-3:last-child {
    margin-bottom: 0;
  }
  .custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-6,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-6,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-6 {
    margin-bottom: 90px;
  }
  .custom-landing-page .sub-full-bleed .sub-placeholder .sub .p-6:last-child,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder .sub .p-6:last-child,
  .mc-custom-landing .sub-full-bleed .sub-placeholder .sub .p-6:last-child {
    margin-bottom: 0;
  }
}
.custom-landing-page .sub-full-bleed .sub-placeholder &gt; .contentbox,
.custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder &gt; .contentbox,
.mc-custom-landing .sub-full-bleed .sub-placeholder &gt; .contentbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 60px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .custom-landing-page .sub-full-bleed .sub-placeholder &gt; .contentbox,
  .custom-landing-page.patient-visitor-guide .sub-full-bleed .sub-placeholder &gt; .contentbox,
  .mc-custom-landing .sub-full-bleed .sub-placeholder &gt; .contentbox {
    padding: 0 24px;
  }
}
.custom-landing-page .sub-full-bleed.book-store .sub-placeholder .sub .p-4 a.linkbox,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.book-store .sub-placeholder .sub .p-4 a.linkbox,
.mc-custom-landing .sub-full-bleed.book-store .sub-placeholder .sub .p-4 a.linkbox,
.custom-landing-page .sub-full-bleed.book-store .sub-placeholder .sub .p-4 .contentbox,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.book-store .sub-placeholder .sub .p-4 .contentbox,
.mc-custom-landing .sub-full-bleed.book-store .sub-placeholder .sub .p-4 .contentbox {
  margin-top: 50px;
  border-top: 5px solid #27251f;
  padding: 25px 0 0;
}
.custom-landing-page .sub-full-bleed.book-store .sub-placeholder .sub .p-4 a.linkbox .img img,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.book-store .sub-placeholder .sub .p-4 a.linkbox .img img,
.mc-custom-landing .sub-full-bleed.book-store .sub-placeholder .sub .p-4 a.linkbox .img img,
.custom-landing-page .sub-full-bleed.book-store .sub-placeholder .sub .p-4 .contentbox .img img,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.book-store .sub-placeholder .sub .p-4 .contentbox .img img,
.mc-custom-landing .sub-full-bleed.book-store .sub-placeholder .sub .p-4 .contentbox .img img {
  width: auto;
}
.custom-landing-page .sub-full-bleed.book-store .sub-placeholder .sub .contentbox h3,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.book-store .sub-placeholder .sub .contentbox h3,
.mc-custom-landing .sub-full-bleed.book-store .sub-placeholder .sub .contentbox h3,
.custom-landing-page .sub-full-bleed.book-store .sub-placeholder .sub .contentbox h4,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.book-store .sub-placeholder .sub .contentbox h4,
.mc-custom-landing .sub-full-bleed.book-store .sub-placeholder .sub .contentbox h4 {
  margin-bottom: 12px !important;
}
.custom-landing-page .sub-full-bleed.book-store .sub-placeholder .sub .contentbox h6,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.book-store .sub-placeholder .sub .contentbox h6,
.mc-custom-landing .sub-full-bleed.book-store .sub-placeholder .sub .contentbox h6 {
  font-size: 16px;
  font-weight: bold;
}
.custom-landing-page .sub-full-bleed.book-store .sub-placeholder .sub .contentbox p + ul,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.book-store .sub-placeholder .sub .contentbox p + ul,
.mc-custom-landing .sub-full-bleed.book-store .sub-placeholder .sub .contentbox p + ul,
.custom-landing-page .sub-full-bleed.book-store .sub-placeholder .sub .contentbox h5 + ul,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.book-store .sub-placeholder .sub .contentbox h5 + ul,
.mc-custom-landing .sub-full-bleed.book-store .sub-placeholder .sub .contentbox h5 + ul,
.custom-landing-page .sub-full-bleed.book-store .sub-placeholder .sub .contentbox h6 + ul,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.book-store .sub-placeholder .sub .contentbox h6 + ul,
.mc-custom-landing .sub-full-bleed.book-store .sub-placeholder .sub .contentbox h6 + ul {
  margin-bottom: 22px;
}
.custom-landing-page .sub-full-bleed.book-store .sub-placeholder .sub .contentbox .horizontal,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.book-store .sub-placeholder .sub .contentbox .horizontal,
.mc-custom-landing .sub-full-bleed.book-store .sub-placeholder .sub .contentbox .horizontal {
  margin-bottom: 50px;
}
.custom-landing-page .sub-full-bleed.book-store .sub-placeholder .sub .contentbox .horizontal li:first-child,
.custom-landing-page.patient-visitor-guide .sub-full-bleed.book-store .sub-placeholder .sub .contentbox .horizontal li:first-child,
.mc-custom-landing .sub-full-bleed.book-store .sub-placeholder .sub .contentbox .horizontal li:first-child {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .custom-landing-page article .row.full-width .sub,
  .custom-landing-page.patient-visitor-guide article .row.full-width .sub,
  .mc-custom-landing article .row.full-width .sub {
    padding: 0 24px;
  }
  .custom-landing-page article p,
  .custom-landing-page.patient-visitor-guide article p,
  .mc-custom-landing article p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .custom-landing-page.patient-visitor-guide .sub-full-bleed,
  .mc-custom-landing .sub-full-bleed {
    margin: 0 0 50px 0;
  }
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-text .contentbox picture + div,
  .mc-custom-landing .sub-full-bleed.banner-overlay-text .contentbox picture + div {
    padding: 0 24px;
    min-height: inherit;
  }
  .custom-landing-page.patient-visitor-guide .sub-full-bleed.banner-overlay-text .contentbox picture + div h1,
  .mc-custom-landing .sub-full-bleed.banner-overlay-text .contentbox picture + div h1 {
    font-size: 26px;
    line-height: 40px;
    margin: 0;
    padding-bottom: 15px;
  }
}
html[lang="ar"] .custom-landing-page.patient-visitor-guide .sub-full-bleed.contact-section .header-icon,
html[lang="ar"] .mc-custom-landing .sub-full-bleed.contact-section .header-icon {
  padding-left: 0 !important;
  padding-right: 56px !important;
}
html[lang="ar"] .custom-landing-page.patient-visitor-guide .sub-full-bleed.contact-section .header-icon img,
html[lang="ar"] .mc-custom-landing .sub-full-bleed.contact-section .header-icon img {
  left: inherit;
  right: 0;
}
.content #mayo-wrapper .headers.v2 h1 {
  margin: 24px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.content #mayo-wrapper .headers.v2 h1 a {
  font-weight: 400;
  position: relative;
  padding-left: 23px;
  font-size: 16px;
  line-height: 24px;
}
.content #mayo-wrapper .headers.v2 h1 a:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url("https://www.mayoclinic.org/~/media/756766A21D9B47F39C6AFA0B36F42617.svg") no-repeat;
}
#secondary .contentbox + h3 + h2 {
  border-top: 6px solid #CCD8ED;
  padding-top: 20px;
}
#secondary .contentbox + h3 + h2 + h4 {
  display: none;
}
ol.news-list li a {
  font-style: italic;
  font-size: 14px;
}
ol.news-list li a span {
  font-style: normal;
  font-size: 16px;
}
.by h2 {
  font-size: 40px;
  line-height: 50px;
}
.by + .contentimg.imgfull {
  border-bottom: none;
}
.by + .contentimg.imgfull img {
  margin-bottom: 0;
}
body.content #main-content h3,
body.content #main-content h4 {
  padding-top: 15px;
}
body.content #main-content h2,
#secondary h2,
body.content #main-content p,
#secondary p,
body.content #main-content h3,
#secondary h3,
body.content #main-content ol li,
#secondary ol li,
body.content #main-content ul li,
#secondary ul li {
  color: #27251f;
}
body.content #main-content a.primary-button,
#secondary a.primary-button {
  background: #003da5;
  color: #fff;
  padding: 16px 35px;
  display: inline-block;
  border-radius: 35px;
  font-size: 16px;
  line-height: 24px;
}
body.content #main-content .list-icons,
#secondary .list-icons {
  margin-top: 36px;
}
body.content #main-content .list-icons li,
#secondary .list-icons li {
  margin-bottom: 24px;
}
body.content #main-content .list-icons li a,
#secondary .list-icons li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.content #main-content .list-icons li a span,
#secondary .list-icons li a span {
  width: 65px;
  display: block;
  height: 100%;
}
body.content #main-content .list-icons li a span img,
#secondary .list-icons li a span img {
  width: 42px;
  display: block;
}
body.content #main-content .list-icons li a span + span,
#secondary .list-icons li a span + span {
  width: 100%;
}
body.content #main-content .list-icons li a img,
#secondary .list-icons li a img {
  width: 42px;
}
.internal.horizontal {
  display: none;
}
.internal.horizontal a.linkbox.appointmentbanner {
  display: none;
}
html[lang="ar"] {
  direction: rtl;
}
html[lang="ar"] body.patient-visitor-guide .full-width .sub-full-bleed.banner-overlay-text .contentbox picture + div h1,
html[lang="ar"] body.patient-visitor-guide .full-width .sub-full-bleed.banner-overlay-text .contentbox picture + div h2 {
  text-align: right;
}
html[lang="ar"] body.patient-visitor-guide .full-width .sub-full-bleed.indent-content ul.inline-list li {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
  padding-left: 18px;
  margin-left: 18px;
  border-left: 1px solid #000;
}
html[lang="ar"] body.patient-visitor-guide .full-width .sub-full-bleed.indent-content ul.inline-list li:first-child {
  padding-left: 18px;
  margin-left: 18px;
  border-left: 1px solid #000;
}
html[lang="ar"] body.patient-visitor-guide .full-width .sub-full-bleed.indent-content ul.inline-list li:last-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
html[lang="ar"] body.patient-visitor-guide .full-width .sub-full-bleed.image-text-v-center .contentbox h2 {
  text-align: right;
}
html[lang="ar"] body.patient-visitor-guide .full-width .sub-full-bleed ul.roundedicons-list &gt; li &gt; a {
  padding: 12px 65px 0 12px;
}
html[lang="ar"] body.patient-visitor-guide .full-width .sub-full-bleed ul.roundedicons-list &gt; li &gt; a &gt; img {
  left: inherit;
  right: 0;
}
html[lang="ar"] body.patient-visitor-guide .full-width .sub-full-bleed.footer-quicklinks .p-4:last-child ol.content li {
  margin-right: 0;
  margin-left: 24px;
}
html[lang="ar"] body.patient-visitor-guide .full-width .sub-full-bleed.footer-quicklinks .p-4:last-child ol.content li:first-child {
  margin-left: 24px;
}
html[lang="ar"] body.patient-visitor-guide .full-width .sub-full-bleed.footer-quicklinks .p-4:last-child ol.content li:last-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  html[lang="ar"] body.patient-visitor-guide .full-width .sub-full-bleed.indent-content ul.inline-list li,
  html[lang="ar"] body.patient-visitor-guide .full-width .sub-full-bleed.indent-content ul.inline-list li:first-child {
    border: none;
  }
}
</pre></body></html>