.mc__site__header__wrap {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.mc__site__header {
  background: #ffffff;
  border-bottom: 1px solid #d7d7d7;
  min-height: 70px;
  padding: 13px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  box-shadow: 0 0 0 0 transparent;
  transition: box-shadow 0.2s ease-in-out;
  z-index: 20; }
  @media (min-width: 768px) {
    .mc__site__header {
      min-height: 66px; } }
  .mc__site__header.affix {
    box-shadow: 0 8px 8px -4px rgba(78, 78, 78, 0.4);
    position: fixed; }
  .not-power-user .mc__site__header {
    top: 0; }
/*    @media (min-width: 768px) {
      .not-power-user .mc__site__header {
        top: 45px; } }*/

.mc__site__header__logo {
  cursor: pointer;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.mc__site__subheader {
  background: #ffffff;
  border-bottom: 1px solid #d7d7d7;
  color: #02535a;
  font-size: 11px;
  padding: 0;
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  text-align: right;
  z-index: 0; }

.mc__subheader__link {
  color: #02535a;
  display: block;
  font-size: 11px;
  padding: 8px 13px;
  text-decoration: none; }

.mc__subheader__link--button,
.mc__subheader__link--button:focus,
.mc__subheader__link--button:hover {
  background: #02535a;
  color: #ffffff; }

.content-header a {
  text-decoration: none !important;
}
