header.mayo-header {
  background: #fff;
  font-family: Arial, sans-serif;
  padding: 24px 0 12px 0;
  z-index: 300;
  position: relative;
}
header.mayo-header .mc-row {
  position: relative;
  max-width: 960px;
  margin: auto;
}
header.mayo-header .mc-row:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
header.mayo-header .mc-logo {
  float: left;
  margin-right: 7%;
}
header.mayo-header .mc-nav {
  float: left;
  margin-right: 2.6%;
  z-index: 100;
}
header.mayo-header .mc-nav > a {
  background: #54585a;
  color: #fff;
  display: block;
  width: 54px;
  height: 54px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  padding: 34px 0 6px 0;
  text-transform: uppercase;
  transition: opacity .5s ease;
  position: relative;
}
header.mayo-header .mc-nav > a:before {
  content: '';
  position: absolute;
  width: 31px;
  height: 19px;
  background: url('https://www.mayoclinic.org/~/media/4886255CEFB640F581D9F3FD7D2E74E6.png') no-repeat -50px -149px;
  left: 50%;
  top: 8px;
  margin-left: -15px;
}
header.mayo-header .mc-nav > a:hover {
  opacity: .9;
}
header.mayo-header .mc-nav > a + div {
  position: absolute;
  top: 51px;
  left: 0;
  background: #fff;
  border-top: 3px solid #54585a;
  z-index: 100;
  width: 100%;
  border-bottom: 3px solid #54585a;
  display: none;
}
header.mayo-header .mc-nav > a + div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 30%;
}
header.mayo-header .mc-nav > a + div > ul > li {
  margin: 0;
  padding: 0;
}
header.mayo-header .mc-nav > a + div > ul > li > a {
  color: #003da5;
  background: #f7f9f2;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding: 0 20px;
  line-height: 3em;
  border-bottom: 2px solid #fff;
  background: #f7f9f2 url('https://www.mayoclinic.org/styles/css/gbs/img/icon-menumain-arrow.png') no-repeat right -2px;
}
header.mayo-header .mc-nav > a + div > ul > li > div {
  position: absolute;
  width: 70%;
  right: 0;
  top: 0;
  display: none;
}
header.mayo-header .mc-nav > a + div > ul > li > div a:hover {
  text-decoration: underline;
}
header.mayo-header .mc-nav > a + div > ul > li > div > div {
  float: right;
  width: 45%;
  margin: 3% 2% 0 0;
}
header.mayo-header .mc-nav > a + div > ul > li > div > div > .media {
  display: block;
  margin-bottom: 12px;
}
header.mayo-header .mc-nav > a + div > ul > li > div > div > a {
  background: none;
  color: #003da5;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  line-height: normal;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 6px;
}
header.mayo-header .mc-nav > a + div > ul > li > div > div > a:hover {
  text-decoration: underline;
}
header.mayo-header .mc-nav > a + div > ul > li > div > div > p {
  margin: 0;
  padding: 0;
}
header.mayo-header .mc-nav > a + div > ul > li > div > div > p > a {
  background: none;
  color: #003da5;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  line-height: normal;
  font-weight: 300;
}
header.mayo-header .mc-nav > a + div > ul > li > div > div > p > a:hover {
  text-decoration: underline;
}
header.mayo-header .mc-nav > a + div > ul > li > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 50%;
  padding-left: 2%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1.5%;
}
header.mayo-header .mc-nav > a + div > ul > li > div > ul li {
  margin: 0 0 8px 0;
  padding: 0;
}
header.mayo-header .mc-nav > a + div > ul > li > div > ul li a {
  background: none;
  color: #003da5;
  font-weight: 300;
  line-height: 2.5em;
  text-decoration: none;
}
header.mayo-header .mc-nav > a + div > ul > li > div > ul li a:hover,
header.mayo-header .mc-nav > a + div > ul > li > div > ul li a:focus {
  text-decoration: underline;
}
header.mayo-header .mc-nav > a + div > ul > li.mobile {
  display: none;
}
header.mayo-header .mc-nav > a + div > ul > li:hover > a,
header.mayo-header .mc-nav > a + div > ul > li > a:focus,
header.mayo-header .mc-nav > a + div > ul > li > a.on {
  background-color: #003da5;
  background-position: right -56px;
  color: #fff;
  border: 0;
}
header.mayo-header .mc-nav > a + div > ul > li:hover > a + div,
header.mayo-header .mc-nav > a + div > ul > li > a:focus + div,
header.mayo-header .mc-nav > a + div > ul > li > a.on + div {
  display: block;
}
header.mayo-header .mc-search {
  float: left;
  width: 31.6%;
}
header.mayo-header .mc-search > label {
  display: none;
}
header.mayo-header .mc-search > div > div {
  border: 1px solid #eaeae8;
  border-radius: 3px;
  background: #fafaf9;
  margin-right: 2.6%;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  -webkit-box-shadow: inset 3px 3px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 3px 3px 8px rgba(0, 0, 0, 0.25);
  box-shadow: inset 3px 3px 8px rgba(0, 0, 0, 0.25);
}
header.mayo-header .mc-search > div > div input.mc-input[type=text] {
  border: 0;
  background: none;
  width: 90%;
  font-size: 16px;
  color: #aaa;
  outline: none;
  padding: 16px 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header.mayo-header .mc-search > div > div input.mc-input[type=text].on {
  color: #535554;
}
header.mayo-header .mc-search > div > div input.mc-input[type=submit] {
  border: 1px solid #eaeae8;
  background: url('https://www.mayoclinic.org/~/media/4886255CEFB640F581D9F3FD7D2E74E6.png') no-repeat -43px -94px;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 3px;
  border: 0;
  transition: background 1s ease;
}
header.mayo-header .mc-search > div > div input.mc-input[type=submit]:hover {
  background-color: #fff;
}
header.mayo-header .mc-socialmedia {
  float: left;
  margin-right: 2.6%;
}
header.mayo-header .mc-socialmedia > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header.mayo-header .mc-socialmedia > ul li {
  float: left;
  margin: 0 7px 7px 0;
}
header.mayo-header .mc-socialmedia > ul li.youtube {
  clear: left;
}
header.mayo-header .mc-socialmedia > ul li.youtube a {
  background-position: -156px 0;
  width: 39px;
}
header.mayo-header .mc-socialmedia > ul li a {
  position: relative;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background: url('https://www.mayoclinic.org/~/media/4886255CEFB640F581D9F3FD7D2E74E6.png') no-repeat 0 0;
}
header.mayo-header .mc-socialmedia > ul li.facebook a {
  background-position: -92px 0;
}
header.mayo-header .mc-socialmedia > ul li.twitter a {
  background-position: -108px 0;
}
header.mayo-header .mc-socialmedia > ul li.youtube a {
  background-position: -156px 0;
  width: 39px;
}
header.mayo-header .mc-socialmedia > ul li.googleplus a {
  background-position: -124px 0;
}
header.mayo-header .mc-socialmedia > ul li.pinterest a {
  background-position: -140px 0;
}
header.mayo-header .mc-socialmedia > ul li.blog a {
  background-position: -76px -16px;
}
header.mayo-header .mc-socialmedia > ul li.instagram a {
  background-position: -92px -16px;
}
header.mayo-header .mc-socialmedia > ul li.linkedin a {
  background-position: -108px -16px;
}
header.mayo-header .mc-socialmedia > ul li.youtube-sm a {
  background-position: -124px -16px;
}
header.mayo-header .mc-socialmedia > ul li.doximity a {
  background-position: -140px -16px;
}
header.mayo-header .mayo-nav {
  float: left;
}
header.mayo-header .mayo-nav.translate-dropdown-container ul li {
  margin-bottom: 9px;
}
header.mayo-header .mayo-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
header.mayo-header .mayo-nav ul li {
  margin-bottom: 5px;
  display: block;
}
header.mayo-header .mayo-nav ul a {
  color: #727369;
  text-decoration: none;
}
header.mayo-header .mayo-nav ul a:hover {
  text-decoration: underline;
}
header.mayo-header .mayo-nav + .mayo-nav {
  margin-left: 2.6%;
}
header.mayo-header a.login {
  position: relative;
  padding-left: 23px;
  display: block;
  width: auto;
  margin-left: 5px;
}
header.mayo-header a.login:before {
  content: '';
  position: absolute;
  text-decoration: none;
  top: 0;
  left: 0;
  z-index: -1;
  width: 16px;
  height: 16px;
  background: url('https://www.mayoclinic.org/~/media/4886255CEFB640F581D9F3FD7D2E74E6.png') no-repeat -222px 0;
}
header.mayo-header a.translate-btn {
  position: relative;
  text-decoration: none;
  padding-left: 19px;
  display: block;
  width: auto;
}
header.mayo-header a.translate-btn:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 3px;
  z-index: -1;
  width: 11px;
  height: 5px;
  background: url('https://www.mayoclinic.org/~/media/4886255CEFB640F581D9F3FD7D2E74E6.png') no-repeat -43px -27px;
}
header.mayo-header a.translate-btn + ul {
  margin: 6px 0 0 10px;
  display: none;
  position: absolute;
}
header.mayo-header a.translate-btn + ul li {
  margin-bottom: 2px;
}
header.mayo-header a.translate-btn + ul li a {
  position: relative;
  padding-left: 10px;
}
header.mayo-header a.translate-btn + ul li a:hover {
  text-decoration: underline;
}
header.mayo-header a.translate-btn + ul li a:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  z-index: -1;
  width: 4px;
  height: 8px;
  background: url('https://www.mayoclinic.org/~/media/4886255CEFB640F581D9F3FD7D2E74E6.png') no-repeat -65px -15px;
}
/*jquery hack to display autosuggest box*/
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
  z-index: 999 !important;
}
header.mayo-header .mc-nav > a + div > ul > li > a {
  background-position: right -11px;
  background-size: 31px 158px;
  line-height: 1.5em;
  padding-top: 10px;
  padding-bottom: 10px;
}
header.mayo-header .mc-nav > a + div > ul > li:hover > a,
header.mayo-header .mc-nav > a + div > ul > li > a:focus,
header.mayo-header .mc-nav > a + div > ul > li > a.on {
  background-position: right -70px;
}
header.mayo-header .mc-nav > a + div > ul > li > div > ul li a {
  line-height: 1.8em;
}
/*footer*/
body form > footer header {
  height: auto;
}
body form > footer header h2 {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header.mayo-header .mc-nav > a + div > ul {
    width: 35%;
  }
  header.mayo-header .mc-nav > a + div > ul > li > div {
    width: 65% !important;
  }
}
/* Translate dropdown */
@media screen {
  header.mayo-header .mc-logo {
    position: absolute;
    float: none;
  }
  .translate-dropdown-container .translate-dropdown a.translate-btn {
    border: 1px solid #efeee9;
    min-width: 100px;
    width: auto;
    display: inline-block;
    padding: 15px 25px;
    border-radius: 2px;
    position: relative;
    height: 50px;
    box-sizing: border-box;
  }
  .translate-dropdown-container .translate-dropdown a.translate-btn:focus {
    top: 0;
  }
  .translate-dropdown-container .translate-dropdown a.translate-btn:before {
    width: 16px;
    top: 15px;
    left: 5px;
    height: 16px;
    background-image: url(/styles/img/GBS/world-icon.png);
    background-position: 0 0;
    position: absolute;
    content: "";
    background-repeat: no-repeat;
  }
  .translate-dropdown-container .translate-dropdown a.translate-btn:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 5px;
    z-index: -1;
    width: 11px;
    height: 5px;
    background: url(https://www.mayoclinic.org/~/media/4886255CEFB640F581D9F3FD7D2E74E6.png) no-repeat -43px -27px;
  }
  .translate-dropdown-container .translate-dropdown a.translate-btn.open {
    border-bottom: none;
    border-radius: 2px 2px 0 0;
  }
  .translate-dropdown-container .translate-dropdown a.translate-btn.open + ul {
    display: block;
  }
  .translate-dropdown-container .translate-dropdown a.translate-btn + ul {
    display: none;
    width: auto;
    border: 1px solid #efeee9;
    margin-left: 0;
    margin-top: 0;
    min-width: 100px;
    border-top: none;
    box-sizing: border-box;
    padding: 0;
    background-color: white;
    border-radius: 0 0 2px 2px;
    position: absolute;
    z-index: 12;
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
  }
  .translate-dropdown-container .translate-dropdown a.translate-btn + ul li {
    padding-bottom: 0;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .translate-dropdown-container .translate-dropdown a.translate-btn + ul li a {
    color: #003da5;
    display: block;
    height: 50px;
    padding: 10px 10px 10px 25px;
    box-sizing: border-box;
  }
  .translate-dropdown-container .translate-dropdown a.translate-btn + ul li a:before {
    background-image: none;
  }
  header.mayo-header .mayo-nav.translate-dropdown-container {
    float: right;
    margin-right: 15px;
  }
  .text-right {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  header.mayo-header .mc-logo {
    position: relative;
    float: left;
  }
  .translate-dropdown-container .translate-dropdown a.translate-btn + ul {
    min-width: 145px;
  }
  .translate-dropdown-container .translate-dropdown a.translate-btn {
    padding: 5px 25px;
    width: 145px;
    height: auto;
  }
  .translate-dropdown-container .translate-dropdown a.translate-btn:before {
    top: 5px;
  }
  .translate-dropdown-container .translate-dropdown a.translate-btn:after {
    top: 10px;
  }
  .translate-dropdown-container .translate-dropdown a.translate-btn + ul li a {
    height: auto;
  }
  header.mayo-header .mayo-nav.translate-dropdown-container {
    float: left;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .xs-visible {
    display: block !important;
  }
  .xs-hidden {
    display: none !important;
  }
}
header.mayo-header a.translate {
  position: relative;
  text-decoration: none;
  padding-left: 19px;
  display: block;
  width: auto;
}
header.mayo-header a.translate:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 3px;
  z-index: -1;
  width: 11px;
  height: 5px;
  background: url('https://www.mayoclinic.org/~/media/4886255CEFB640F581D9F3FD7D2E74E6.png') no-repeat -43px -27px;
}
header.mayo-header a.translate + ul {
  margin: 6px 0 0 10px;
  display: none;
  position: absolute;
}
header.mayo-header a.translate + ul li {
  margin-bottom: 2px;
}
header.mayo-header a.translate + ul li a {
  position: relative;
  padding-left: 10px;
}
header.mayo-header a.translate + ul li a:hover {
  text-decoration: underline;
}
header.mayo-header a.translate + ul li a:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  z-index: -1;
  width: 4px;
  height: 8px;
  background: url('https://www.mayoclinic.org/~/media/4886255CEFB640F581D9F3FD7D2E74E6.png') no-repeat -65px -15px;
}
