/*////////////////////////////////////////////////////////*/
/*//                                                    //*/
/*//    YAHOO UNIVERSAL HEADER PLACEHOLDER              //*/
/*//                                                    //*/
/*////////////////////////////////////////////////////////*/
/* line 9, components/scss/y-universal-header.scss */
.uh-placeholder-medium-portrait,
.uh-placeholder-medium-landscape,
.uh-placeholder-big {
  display: none;
}

/* line 15, components/scss/y-universal-header.scss */
.uh-placeholder-small {
  display: block;
}

/* line 17, components/scss/y-universal-header.scss */
.uh-placeholder-block {
  max-width: 1100px;
  margin: auto;
  padding: 0 0;
  margin: 0;
}
/* line 13, components/scss/_mixins.scss */
.uh-placeholder-block.is-full {
  max-width: none;
  padding: 0;
}

@media (min-width: 48em) {
  /* line 23, components/scss/y-universal-header.scss */
  .uh-placeholder-small {
    display: none;
  }

  /* line 24, components/scss/y-universal-header.scss */
  .uh-placeholder-medium-portrait {
    display: block;
  }
}
@media (min-width: 64em) {
  /* line 28, components/scss/y-universal-header.scss */
  .uh-placeholder-medium-portrait {
    display: none;
  }

  /* line 29, components/scss/y-universal-header.scss */
  .uh-placeholder-medium-landscape {
    display: block;
  }
}
@media (min-width: 78.75em) {
  /* line 33, components/scss/y-universal-header.scss */
  .uh-placeholder-medium-landscape {
    display: none;
  }

  /* line 34, components/scss/y-universal-header.scss */
  .uh-placeholder-big {
    display: block;
  }
}
/* line 37, components/scss/y-universal-header.scss */
.y-uh-placeholder {
  height: 43px;
}
@media (min-width: 900px) {
  /* line 37, components/scss/y-universal-header.scss */
  .y-uh-placeholder {
    height: 75px;
  }
}

/* line 44, components/scss/y-universal-header.scss */
.y-uh {
  border-bottom: 1px solid #b2b2b2;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 900px) {
  /* line 44, components/scss/y-universal-header.scss */
  .y-uh {
    border-bottom: none;
  }
}
/* line 53, components/scss/y-universal-header.scss */
.y-uh.is-fixed {
  z-index: 1000000000;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 900px) {
  /* line 53, components/scss/y-universal-header.scss */
  .y-uh.is-fixed {
    box-shadow: 0 0 9px 0 #490f76;
    border-bottom: 1px solid #490f76;
  }
}

/* line 63, components/scss/y-universal-header.scss */
.y-uh-top-bar {
  display: none;
  width: 100%;
  background: #2d1152;
  height: 22px;
}
/* line 68, components/scss/y-universal-header.scss */
.y-uh-top-bar img {
  width: 968px;
  min-width: 968px;
}
@media (min-width: 900px) {
  /* line 63, components/scss/y-universal-header.scss */
  .y-uh-top-bar {
    display: block;
  }
}

/* line 77, components/scss/y-universal-header.scss */
.y-uh-inner {
  background: #ffffff;
}
@media (min-width: 900px) {
  /* line 77, components/scss/y-universal-header.scss */
  .y-uh-inner {
    background: #f7f7fa;
    height: 53px;
  }
}

/* line 85, components/scss/y-universal-header.scss */
.y-uh-table {
  margin: auto;
  display: table;
  width: 100%;
}

/* line 91, components/scss/y-universal-header.scss */
.y-uh-table-cell {
  display: table-cell;
  line-height: 0;
}

/* line 96, components/scss/y-universal-header.scss */
.y-uh-table-cell-center {
  text-align: center;
}

/* line 100, components/scss/y-universal-header.scss */
.y-uh-table-cell-right {
  text-align: right;
}

/* line 104, components/scss/y-universal-header.scss */
.y-uh-table-desktop {
  display: none;
  max-width: 1260px;
  min-width: 1000px;
}
@media (min-width: 900px) {
  /* line 104, components/scss/y-universal-header.scss */
  .y-uh-table-desktop {
    display: table;
  }
}
/* line 111, components/scss/y-universal-header.scss */
.y-uh-table-desktop:first-child {
  padding-left: 45px;
}

/* line 116, components/scss/y-universal-header.scss */
.y-uh-img-desktop {
  height: 53px;
}

/* line 120, components/scss/y-universal-header.scss */
.y-uh-img-mobile {
  height: 42px;
}

/* line 124, components/scss/y-universal-header.scss */
.y-uh-table-mobile {
  display: table;
}
@media (min-width: 35em) {
  /* line 124, components/scss/y-universal-header.scss */
  .y-uh-table-mobile {
    display: none;
  }
}

/* line 131, components/scss/y-universal-header.scss */
.y-uh-table-tablet {
  display: none;
}
@media (min-width: 35em) {
  /* line 131, components/scss/y-universal-header.scss */
  .y-uh-table-tablet {
    display: table;
  }
}
@media (min-width: 900px) {
  /* line 131, components/scss/y-universal-header.scss */
  .y-uh-table-tablet {
    display: none;
  }
}
