/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */@import url(./fonts/yho-icons.css);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace,  monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
html {
  box-sizing: border-box;
}
*, *::after, *::before {
  box-sizing: inherit;
}
html {
  height: 100%}
body {
  min-height: 100%;
  font-size: 16px;
  line-height: normal;
  font-family: "Helvetica Neue",  Helvetica,  Arial,  "Lucida Grande",  sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  body {
    background-color: #7900c9;
    overflow-x: hidden;
    overflow-y: auto;
  }
}.wrapper {
   display: -ms-flexbox;
   display: flex;
   min-height: 100vh;
   height: 100%;
   -ms-flex-direction: column;
   flex-direction: column;
 }
@media (min-width: 768px) {
  .wrapper {
  /* updated height for old UH height. orig value 116
    padding-top: 116px; */ 
    padding-top: 48px;
  }
}@media (max-width: 767px) {
  .wrapper {
    background-color: white;
    transform: translateX(0);
    transition: transform 250ms ease 0ms;
  }
  .wrapper.on {
    transform: translateX(calc(100% - 60px));
  }
}.wrapper .site-main {
   -ms-flex: 1;
   flex: 1;
 }
.inner {
  width: 100%;
  max-width: 968px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
  margin: 0 auto;
}
.icon {
  width: 20px;
  height: auto;
  vertical-align: middle;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .icon {
    width: 16px;
  }
}.site-header {
   display: none;
 }
@media (min-width: 768px) {
  .site-header {
    display: block;
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    /*z-index: 1001;*/
  }
  .site-header.sticky {
    animation-name: sticky-header-animation;
    animation-duration: 300ms;
    animation-fill-mode: forwards;
    position: fixed;
    z-index:1000;
  }
}.site-header>.inner {
   max-width: 100%}
.site-header .top-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* updated height for old UH height. orig value 68
  height: 68px; */
  height: 85px;
}
@media (max-width: 767px) {
  .site-header .top-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 50px;
    position: relative;
  }
}.site-header .top-wrapper .search {
   -ms-flex: 1 0 auto;
   flex: 1 0 auto;
 }
.site-header .top-wrapper .search #search {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .site-header .top-wrapper .search {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
  }
}.site-header .top-wrapper .logo {
   -ms-flex: 1;
   flex: 1;
 }
@media (max-width: 767px) {
  .site-header .top-wrapper .logo {
    padding: 0 20px;
  }
}@media (max-width: 767px) {
  .site-header .top-wrapper .dropdown button {
    padding: 0;
  }
}.site-header .top-wrapper .dropdown.dropdown-settings {
   margin-left: 17px;
   margin-right: 18px;
 }
.site-header .dropdown button {
  min-width: inherit;
  color: black;
  background-color: transparent;
  font-size: 22px;
  padding: 0;
}
.site-header .dropdown button:hover {
  color: #7900c9;
}
@media (max-width: 767px) {
  .site-header .dropdown-apps {
    width: calc(100% - 40px);
    position: absolute;
    left: calc(30px - 100%);
    top: 0;
  }
}.site-header .dropdown-apps.align-to-right .dropdown-list {
   right: -60px;
 }
@media (max-width: 767px) {
  .site-header .dropdown-apps .dropdown-button {
    display: none;
  }
}@media (max-width: 767px) {
  .site-header .dropdown-apps .dropdown-wrapper {
    display: block;
  }
}.site-header .dropdown-apps .dropdown-list {
   width: 286px;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
 }
@media (max-width: 767px) {
  .site-header .dropdown-apps .dropdown-list {
    position: static;
    width: 100%;
    border-radius: 0;
  }
}.site-header .dropdown-apps .dropdown-list>li {
   width: 33.333%;
   padding: 10px 20px;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-pack: center;
   justify-content: center;
 }
@media (max-width: 767px) {
  .site-header .dropdown-apps .dropdown-list>li {
    width: 20%;
    padding: 0;
  }
}@media (max-width: 419px) {
  .site-header .dropdown-apps .dropdown-list>li {
    width: 33.333%;
    padding: 0;
  }
}.site-header .dropdown-apps .dropdown-list>li a {
   width: 100%;
   max-width: 42px;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-direction: column;
   flex-direction: column;
   -ms-flex-align: center;
   align-items: center;
 }
.site-header .dropdown-apps .dropdown-list>li a span {
  font-size: 10px;
  font-weight: bold;
  margin: 6px 0;
  color: black;
}
.site-header .dropdown-apps .dropdown-list>li a>img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.site-header .dropdown-apps .dropdown-list>li a:hover span {
  color: #13a3ff;
}
@keyframes sticky-header-animation {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}.site-main {
   background-color: rgba(221, 226, 237, 0.2);
   display: -ms-flexbox;
   display: flex;
   -ms-flex-direction: column;
   flex-direction: column;
 }
.site-main>.inner {
  -ms-flex-align: start;
  align-items: flex-start;
}
.site-main .section {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 50px 0;
}

.home .section {
    margin: 20px 0;
}

@media (max-width: 768px) {
  .site-main .section {
    margin: 20px 0;
  }
}.site-main .section .section-title {
   width: 100%;
   margin: 0 0 10px;
 }
@media (max-width: 768px) {
  .site-main .section .section-title {
    margin-bottom: 20px;
  }
}.site-main .section .section-title h2 {
   font-size: 30px;
   color: #5722f6;
   max-width: 80%;
   margin: 10px 0;
 }
@media (max-width: 768px) {
  .site-main .section .section-title h2 {
    font-size: 24px;
    margin: 10px auto;
  }
}.site-footer {
   backgroun-color: #5722f6;
   background-image: linear-gradient(90deg,  #5722f6,  #7900c9,  #111);
   padding: 10px 0;
 }
@media (max-width: 767px) {
  .site-footer {
    background-image: linear-gradient(180deg,  #5722f6,  #7900c9,  #111);
  }
}.site-footer>.inner {
   -ms-flex-align: center;
   align-items: center;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -ms-flex-direction: row;
   flex-direction: row;
   max-width: 100%;
   padding-left: 40px;
   padding-right: 40px;
 }
@media (max-width: 767px) {
  .site-footer>.inner {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
}.site-footer .footer-nav {
   list-style: none;
   padding: 0;
   margin: 30px 0;
   display: -ms-flexbox;
   display: flex;
 }
@media (max-width: 767px) {
  .site-footer .footer-nav {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
}.site-footer .footer-nav>li {
   margin: 0 10px 0 0;
 }
@media (max-width: 767px) {
  .site-footer .footer-nav>li {
    margin: 5px 0;
  }
}.site-footer .footer-nav>li a {
   font-size: 12px;
   font-weight: 500;
   color: white;
 }
.site-footer .copyright {
  font-size: 12px;
  color: white;
  font-weight: 500;
  line-height: 2em;
  text-align: right;
}
@media (max-width: 767px) {
  .site-footer .copyright {
    text-align: center;
  }
}a {
   color: #13a3ff;
   text-decoration: none;
 }
a:hover {
  color: #005993;
}
form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
form>* {
  margin: 0 10px 20px;
}
form.form-inline {
  -ms-flex-direction: row;
  flex-direction: row;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
  box-sizing: inherit;
  background-color: white;
  color: gray;
  border: 1px solid #DDE2ED;
  border-radius: 3px;
  padding: 0 20px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%}

input[type="text"].invalid, input[type="email"].invalid {
    border: 1px solid #F00;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
  color: #000;
  border: 1px solid #188FFF;
}
input[type="text"]:focus, input[type="text"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="range"]:focus, input[type="range"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="week"]:focus, input[type="week"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="color"]:focus, input[type="color"]:active, textarea:focus, textarea:active, select:focus, select:active {
  outline: 0;
}
::-webkit-input-placeholder {
  color: #B9BDC6;
  opacity: 1;
}
::-moz-placeholder {
  color: #B9BDC6;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #B9BDC6;
  opacity: 1;
}
:-moz-placeholder {
  color: #B9BDC6;
  opacity: 1;
}
select {
  background-image: url("../images/s/icons/arrow-dd.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 16px;
  border: 1px solid #DDE2ED;
  color: #000;
}
textarea {
  width: 100%;
  min-height: 180px;
}
label {
  font-size: 14px;
  color: gray;
  font-weight: 100;
  margin-bottom: 5px;
  display: inline-block;
}
input[type="radio"] {
  position: absolute;
  height: 38px;
  width: auto;
  visibility: hidden;
}
input[type="radio"]+label {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  margin-bottom: 10px;
  padding: 20px;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
}
input[type="radio"]+label:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid lightgray;
  transform: translate(-100%,  -50%);
}
input[type="radio"]+label:after {
  font-size: 13px;
  line-height: 1;
  position: absolute;
  left: -4px;
  top: 50%;
  content: '';
  width: 12px;
  height: 12px;
  background: transparent;
  transform: translate(-100%,  -50%);
  transition: all 250ms ease 0ms;
}
input[type="checkbox"] {
  position: absolute;
  height: 38px;
  width: auto;
  visibility: hidden;
}
input[type="checkbox"]+label {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  margin-bottom: 10px;
  padding: 0 10px;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
}
input[type="checkbox"]+label:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  width: 18px;
  height: 18px;
  border: 2px solid gray;
  transform: translate(-100%,  -50%);
}
input[type="checkbox"]+label:after {
  font-size: 12px;
  position: absolute;
  left: -3px;
  top: 50%;
  content: '';
  line-height: normal;
  width: 12px;
  height: 12px;
  background: transparent;
  transform: translate(-100%,  -50%);
  transition: all 250ms ease 0ms;
}
input[type="radio"]+label:before {
  border-radius: 100%}
input[type="radio"]+label:after {
  border-radius: 100%}
input[type="radio"]:hover+label:after {
  background: gray;
}
input[type="radio"]:checked+label:after {
  background: gray;
}
input[type="checkbox"]+label:before {
  border-radius: 2px;
}
input[type="checkbox"]+label:after {
  font-family: FontAwesome;
  content: "\f00c";
  color: transparent;
}
input[type="checkbox"]:hover+label:after {
  color: rgba(128, 128, 128, 0.5);
}
input[type="checkbox"]:checked+label:after {
  color: gray;
}
button, input[type="submit"], .button {
  display: inline-block;
  border: 0;
  background-color: #13a3ff;
  color: white;
  font-weight: bold;
  /* height: 40px; removing to match fuji style */
  /*  line-height: 40px; */
  /* padding: 0 20px; */
  /* border-radius: 3px; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 160px;
  text-align: center;
  cursor: pointer;
}
button:hover, input[type="submit"]:hover, .button:hover {
  color: white;
  background-color: #0088df;
}
button:focus, button:active, input[type="submit"]:focus, input[type="submit"]:active, .button:focus, .button:active {
  outline: 0;
}
button.alt, input[type="submit"].alt, .button.alt {
  color: #13a3ff;
  background-color: white;
  border: 2px solid #13a3ff;
}
button.alt:hover, input[type="submit"].alt:hover, .button.alt:hover {
  color: white;
  background-color: #13a3ff;
}
button.disabled, input[type="submit"].disabled, .button.disabled {
  background-color: #E0E4E9 !important;
  color: #B9BDC5 !important;
  cursor: default !important;
  pointer-events: none;
}
.burger {
  position: relative;
  width: 24px;
  min-width: inherit;
  height: 60px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease 0ms;
  border: 0 none;
  box-shadow: 0 0 0 0;
  z-index: 999;
}
@media (min-width: 768px) {
  .burger {
    display: none;
  }
}.burger:hover, .burger:focus {
   background: none;
   transform: none;
   outline: none;
 }
.burger span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,  -50%);
  background: black;
  width: 22px;
  height: 2px;
  display: block;
  transition: all 500ms ease 0ms;
}
.burger span:before, .burger span:after {
  background: black;
  content: '';
  display: block;
  height: 2px;
  transform: rotate(0deg);
  transition: all 500ms ease 0ms;
  width: 100%;
  position: absolute;
  transform-origin: 100% 50% 0;
}
.burger span:before {
  transform: translateY(-7px);
}
.burger span:after {
  transform: translateY(7px);
}
.burger.on span {
  background-color: transparent;
}
.burger.on span:before {
  transform: rotate(-45deg) translateY(0);
  transform-origin: 50% 50% 0;
}
.burger.on span:after {
  transform: rotate(45deg) translateY(0);
  transform-origin: 50% 50% 0;
}
h1.logo {
  margin: 0;
}
.logo {
  max-width: 228px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.logo a {
  display: block;
  width: 100%}
.dropdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dropdown .dropdown-list {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  background-color: white;
  border-radius: 6px;
  padding: 20px;
  list-style: none;
  margin: 0;
  top: calc(100% + 12px);
  position: absolute;
  z-index: 998;
}
.dropdown .dropdown-wrapper {
  position: relative;
  display: none;
}
.dropdown.on .dropdown-wrapper, .dropdown.on .dropdown-triangle {
  display: block;
}
.dropdown .dropdown-button {
  position: relative;
}
.dropdown .dropdown-triangle {
  display: none;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid white;
  position: absolute;
  left: 50%;
  z-index: 999;
  transform: translate(-50%,  0);
  filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.15));
}
.dropdown.align-to-right .dropdown-list {
  right: 0;
}
.dropdown.align-to-center .dropdown-list {
  right: auto;
  left: 50%;
  transform: translate(-50%,  0);
}
.nav-wrapper {
  width: 100%}
@media (max-width: 767px) {
  .nav-wrapper {
    position: absolute;
    left: calc(60px - 100%);
    width: calc(100% - 60px);
    top: 106px;
  }
}@media (max-width: 419px) {
  .nav-wrapper {
    top: 172px;
  }
}.nav-wrapper .site-navigation {
   backgroun-color: #5722f6;
   background-image: linear-gradient(90deg,  #5722f6,  #7900c9);
   margin: 0 -10px;
 }
@media (max-width: 767px) {
  .nav-wrapper .site-navigation {
    background-color: transparent;
    background-image: none;
    margin: 0;
  }
}.nav-wrapper .site-navigation>.inner {
   -ms-flex-direction: row;
   flex-direction: row;
   -ms-flex-pack: justify;
   justify-content: space-between;
   max-width: 100%;
   padding: 0;
 }
@media (max-width: 767px) {
  .nav-wrapper .site-navigation>.inner {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}.nav-wrapper .site-navigation ul.main-nav {
   list-style: none;
   padding: 0;
   margin: 0;
   display: -ms-flexbox;
   display: flex;
   -ms-flex: 1 0 auto;
   flex: 1 0 auto;
 }
@media (max-width: 767px) {
  .nav-wrapper .site-navigation ul.main-nav {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%}
}.nav-wrapper .site-navigation ul.main-nav>li a {
   font-size: 14px;
   color: white;
   font-weight: bold;
   letter-spacing: .03em;
   line-height: 50px;
   padding: 0 20px;
   display: block;
 }
.nav-wrapper .site-navigation ul.main-nav>li a.active {
  position: relative;
}
.nav-wrapper .site-navigation ul.main-nav>li a.active:after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  bottom: 0;
  height: 3px;
  background-color: white;
}
.nav-wrapper .site-navigation .dropdown-alert button, .nav-wrapper .site-navigation .dropdown-add-widget button {
  color: white;
}
.search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search form {
  width: 100%}
@media (min-width: 1024px) {
  .search form {
    max-width: 650px;
    margin: 0 80px 0 80px;
  }
}.search form>* {
   margin: 0;
 }
.search form input[type="search"] {
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px 0 0 3px;
}
.search form button {
  font-size: 24px;
  padding: 0 30px;
  border-radius: 0 3px 3px 0;
  min-width: inherit;
  background: #188FFF;
}
@media (max-width: 767px) {
  .search form button {
    padding: 0 10px;
  }
}.breadcrumbs-wrapper {
   width: 100%}
@media (max-width: 767px) {
  .breadcrumbs-wrapper {
    display: none;
  }
}.breadcrumbs-wrapper .breadcrumbs {
   margin: 0 -10px;
   backgroun-color: #5722f6;
   background-image: linear-gradient(90deg,  #5722f6,  #7900c9);
   padding: 0 60px;
   height: 48px;
   line-height: 48px;
 }
.breadcrumbs-wrapper .breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs-wrapper .breadcrumbs ul>li {
  color: white;
}
.breadcrumbs-wrapper .breadcrumbs ul>li a, .breadcrumbs-wrapper .breadcrumbs ul>li span {
  font-weight: bold;
  font-size: 13px;
}
.breadcrumbs-wrapper .breadcrumbs ul>li a {
  margin-right: 5px;
  color: white;
}
.breadcrumbs-wrapper .breadcrumbs ul>li a img {
  margin: 0;
  vertical-align: middle;
  transform: translate(2px,  -1px);
}
.breadcrumbs-wrapper .breadcrumbs ul>li a:hover {
  color: #13a3ff;
}
.progress {
  padding: 0;
}
@media (max-width: 768px) {
  .progress {
    background: white;
    overflow: hidden;
    padding: 20px 10px;
  }
}.progress .back {
   display: none;
 }
@media (max-width: 768px) {
  .progress .back {
    display: inline-block;
    color: black;
  }
}.progress ul {
   border-bottom: 1px solid #DDE2ED;
   list-style: none;
   padding: 0;
   margin: 0;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   overflow: hidden;
 }
@media (max-width: 768px) {
  .progress ul {
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    float: right;
    border: none;
    margin-top: 7px;
  }
  .progress ul:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e4e6eb;
    transform: translateY(-1px);
  }
}.progress ul>li {
   background-color: #F8F9FB;
   width: calc(20% + 10px);
   color: white;
   min-height: 86px;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-pack: center;
   justify-content: center;
   -ms-flex-align: center;
   align-items: center;
   -ms-flex-direction: row;
   flex-direction: row;
   position: relative;
   padding-left: 50px;
 }
.progress ul>li:first-child {
  padding-left: 0;
}
@media (min-width: 769px) {
  .progress ul>li:first-child {
    width: calc(20% - 40px);
  }
}.progress ul>li.step-passed .step-title {
   color: #000;
 }
@media (max-width: 768px) {
  .progress ul>li {
    background: transparent;
    width: auto;
    min-height: 0;
    padding: 0 7px;
  }
  .progress ul>li:first-child {
    padding-left: 0;
  }
  .progress ul>li:last-child {
    padding-right: 0;
  }
  .progress ul>li:before, .progress ul>li:after {
    display: none;
  }
  .progress ul>li.step-passed .step-content {
    border-color: #21D87D;
    background: #21D87D;
  }
  .progress ul>li.active .step-content {
    border-color: #21D87D;
  }
}.progress ul>li .step-content {
   display: -ms-flexbox;
   display: flex;
   padding: 10px 0 10px 38px;
   -ms-flex-direction: column;
   flex-direction: column;
   position: relative;
 }
@media (max-width: 768px) {
  .progress ul>li .step-content {
    display: block;
    height: 10px;
    width: 10px;
    line-height: 1;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -9999px;
    border: 2px solid #8B95AB;
    background: #fff;
    box-shadow: 0 0 0 4px white;
  }
  .progress ul>li .step-content * {
    display: none;
  }
  .progress ul>li .step-content.active {
    border-color: #21D87D;
  }
}.progress ul>li .step-title {
   font-size: 12px;
   font-weight: 500;
   color: #8B95AB;
   font-family: "Helvetica Neue Medium", "Helvetica Neue",  Helvetica,  Arial,  "Lucida Grande",  sans-serif;
   text-transform: uppercase;
 }
@media (max-width: 1023px) {
  .progress ul>li .step-title {
    font-size: 11px;
  }
}.progress ul>li .step-index {
   position: absolute;
   color: #8B95AB;
   font-weight: bold;
   line-height: 15px;
   border: 1px solid #8B95AB;
   border-radius: 500px;
   width: 18px;
   height: 18px;
   left: 10px;
   top: 50%;
   text-align: center;
   font-size: 11px;
   transform: translate(0,  -50%);
 }
.progress ul>li .step-href {
  color: black;
  font-size: 12px;
  text-decoration: none;
  text-align:left;
  background-color: transparent;
  font-weight:normal;
}
.progress ul>li form input[type="submit"].step-href {
  display: inline-block;
  margin:5px 0px 0px 10px;
  padding:0 0 0 0;
  /* border-bottom: 1px solid #000; */
  text-decoration:underline;
}
.progress ul>li .step-href span {
  margin-top: 5px;
  display: inline-block;
  /* border-bottom: 1px solid #000;*/
  text-decoration:underline;
}
.progress ul>li:before, .progress ul>li:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  right: -43px;
  transform: translateY(-25px);
  border-style: solid;
  border-width: 67.5px 0 67.5px 55px;
  border-color: transparent transparent transparent #f8f9fb;
  z-index: 2;
  top: 0;
}
.progress ul>li:before {
  border-left-color: #dde2ed;
  right: -44px;
}
.progress ul>li:last-child:before, .progress ul>li:last-child:after {
  content: none;
}
.progress ul>li.active {
  background-color: white;
}
@media (max-width: 768px) {
  .progress ul>li.active {
    background: transparent;
  }
}.progress ul>li.active .step-index {
   color: #21D87D;
   border: 1px solid #21D87D;
 }
.progress ul>li.active:after {
  border-left-color: white;
}
.progress ul>li.step-passed .step-index {
  color: white;
  border: none;
  background-color: transparent;
}
.avatar {
  font-size: 0;
  border-radius: 500px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: block;
}
.avatar>img {
  max-width: 100%;
  width: 100%}
.panel {
  width: 100%;
  height: 100%;
  position: relative;
}
.panel .panel-container {
  background-color: white;
  border: 1px solid #DDE2ED;
  border-radius: 3px;
  padding: 50px 76px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
	/* one item */
	.grid li:first-child:nth-last-child(1) {
	    width: 100%;
	}
	/* two items */
	.grid li:first-child:nth-last-child(2),
	.grid li:first-child:nth-last-child(2) ~ li {
	    width: 50%;
	}
	/* three items */
	.grid li:first-child:nth-last-child(3),
	.grid li:first-child:nth-last-child(3) ~ li {
	    width: 33.3333%;
	}
	/* four items */
	.grid li:first-child:nth-last-child(4),
	.grid li:first-child:nth-last-child(4) ~ li {
	    width: 25%;
	}
}
@media (max-width: 767px) {
  .panel .panel-container {
    padding: 20px;
  }
}.panel .panel-heading {
   margin: 0 0 20px;
 }
.panel .panel-heading h3 {
    font-size: 21px;
    margin: 0 0 20px
}
@media (max-width: 767px) {
  .panel .panel-heading h3 {
    font-size: 18px;
  }
}.panel .panel-heading h3 span {
   display: none;
 }
.panel .panel-heading h3 i {
  font-size: 80px;
  color: #13a3ff;
}
.panel .panel-buttons {
  margin-top: 20px;
}
/*fuji deflection button style */
.panel .panel-buttons a{
	padding: 15px 16px;
    background-color: #188FFF;
    color: white;
    border-radius: 2px;
    font-weight:normal;
    font-size:16px;
    cursor: pointer;
}

@media (max-width: 767px) {
  .panel .panel-buttons a {
    display: block;
    clear: both;
    margin: 0 0 10px;
  }
}.panel .panel-body {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-direction: column;
   flex-direction: column;
   -ms-flex: 1;
   flex: 1;
 }
.panel .panel-body p {
  -ms-flex: 1;
  flex: 1;
}
.panel.align-center {
  text-align: center;
}
.message {
    position: absolute;
    left: 50%;
    z-index: 149;
    transform: translate(-50%,  -50%);
    margin-top: 135px;
}


.panel-body #recover {
    font-size: 12px;
    /*display: flex;*/
}
@media (min-width: 960px) {
    .panel-body #recover {
        flex-direction: row-reverse;
    }
    #detailsForm>*{
        margin: 0 10px 5px;
    }
    .panel-body #recover #dummy {
        width: 270px;
    }
}

@media(max-width: 767px){
    .panel-body #recover {
        margin-top: -10px;
    }
}

.message .message-container {
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
  background-color: white;
  color: black;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  min-width: 300px;
  padding: 15px 65px;
  position: relative;
  min-height: 50px;
}
.message .message-icon {
  background-image: linear-gradient(135deg,  #FF333A,  #CC008C);
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  height: 100%;
  transform: translateY(-50%);
}
.message .message-icon>img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,  -50%);
}
.message .message-body {
  font-size: 13px;
  line-height: 1.5;
  -ms-flex: 1;
  flex: 1;
}
.message button {
  font-size: 16px;
  background-color: transparent;
  color: black;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 0;
  min-width: 1px;
  position: absolute;
  right: 0;
  top: 0;
}
.message button img {
  vertical-align: middle;
}
.message button span {
  display: none;
  font-size: 0;
}
.message .message-item.on {
  animation-fill-mode: forwards;
  animation-duration: 200ms;
  animation-name: zoom-in-animation;
}
.message .message-item.off {
  animation-fill-mode: forwards;
  animation-duration: 200ms;
  animation-name: zoom-out-animation;
  display:none;
}
@keyframes zoom-in-animation {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}@keyframes zoom-out-animation {
   from {
     transform: scale(1);
   }
   to {
     transform: scale(0);
   }
 }@media (max-width: 1366px){
  .arrows-navigation {
    display: none;
  }
}
.arrows-navigation button, .arrows-navigation button:hover {
   min-width: inherit;
   padding: 0;
   border-radius: 500px;
   width: 60px;
   height: 60px;
   color: black;
   background: white;
   border: 1px solid #DDE2ED;
   position: fixed;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-pack: center;
   justify-content: center;
   -ms-flex-align: center;
   align-items: center;
   font-size: 20px;
   top: 50vh;
   z-index: 2;
   transform: translateY(-50%);
   margin-top: 101px;
 }
 
.arrows-navigation button.prev, .arrows-navigation button:hover.prev {
  left: calc(50% - 590px);
}
.arrows-navigation button.prev i, .arrows-navigation button:hover.prev i {
  transform: translateX(-1px);
}
@media (max-width: 1179px) {
  .arrows-navigation button.prev, .arrows-navigation button:hover.prev {
    left: 0;
  }
}
.arrows-navigation button.next, .arrows-navigation button:hover.next {
   right: calc(50% - 590px);
 }
.arrows-navigation button.next i, .arrows-navigation button:hover.next i {
  transform: translateX(1px);
}
@media (max-width: 1179px) {
  .arrows-navigation button.next, .arrows-navigation button:hover.next {
    right: 0;
  }
}.arrows-navigation button.inactive, .arrows-navigation button:hover.inactive {
   pointer-events: none;
   opacity: 0.75;
   color: lightgray;
 }
.section.select-property {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.section.select-property form.form-inline>* {
  width: calc(33.333% - 20px);
}
@media (max-width: 768px) {
  .section.select-property form.form-inline>* {
    width: 100%}
}.section.select-support-options .inner {
   position: relative;
 }
.section.select-support-options ul.links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #DDE2ED;
}
.section.select-support-options ul.links-list>li {
  border-bottom: 1px solid #DDE2ED;
  height: 82px;
  line-height: 82px;
}
.section.select-support-options ul.links-list>li input[type="submit"] {
  font-size: 15px;
  color:black;
  background-color:transparent;
  line-height: 82px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-align:left;
  margin-left:0px;
  padding: 0px;
}
@media (max-width: 768px) {
    .section.select-support-options ul.links-list>li {
        height: 48px;
        line-height: 48px;
    }
    .section.select-support-options ul.links-list>li input[type="submit"] {
        height: 48px;
        line-height: 48px;
        font-size: 13px;
    }
}
@media (max-width: 419px) {
    .section.select-support-options ul.links-list>li input[type="submit"] {
        font-size: 13px;
        white-space: normal;
        word-wrap: break-word;
        width: 250px;
        line-height: normal;
        padding-left: 4px;
    }
}
@media (max-width: 360px) {
    .section.select-support-options ul.links-list>li input[type="submit"] {
        width: 220px;
    }
}
.section.select-support-options ul.links-list>li:hover {
  background: #FBFCFD;
}
.section.select-support-options ul.links-list>li a {
  padding: 0;
  font-size: 15px;
  color: black;
  display: inline;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
   .section.select-support-options ul.links-list>li a {
       font-size: 13px;
   }
}
.section.select-support-options ul.links-list>li i {
  font-size: 16px;
  padding: 0 10px;
}
.section.select-support-options .direct-help {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #8B95AB;
  padding: 10px 0 0;
}
.section.select-support-options .direct-help i {
  padding: 0 10px;
}
.section.select-support-options .direct-help p {
  font-size: 14px;
  max-width: 550px;
  text-align: left;
  line-height: 1.5;
}
.section.select-topic .inner {
  position: relative;
}
.section.select-topic ul.links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #DDE2ED;
}
.section.select-topic ul.links-list>li {
   border-bottom: 1px solid #DDE2ED;
   height: 82px;
   line-height: 82px;
}
.section.select-topic ul.links-list>li input[type="submit"] {
   border-bottom: 1px solid #DDE2ED;
   height: 82px;
   line-height: 82px;
   color:black;
   background-color:transparent;
   font-size: 15px;
   font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: normal;
   -webkit-font-smoothing: antialiased;
   text-align:left;
}
@media (max-width: 768px) {
    .section.select-topic ul.links-list>li {
        height: 48px;
        line-height: 48px;
    }
    .section.select-topic ul.links-list>li input[type="submit"]{
        height: 48px;
        line-height: 48px;
    }
}

.section.select-topic ul.links-list>li:hover {
  background: #FBFCFD;
}
.section.select-topic ul.links-list>li a {
  display: inline;
  font-size: 15px;
  color: black;
  padding: 0;
}
.section.select-subtopic .inner {
  position: relative;
}
.section.select-subtopic ul.links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #DDE2ED;
}
.section.select-subtopic ul.links-list>li {
  border-bottom: 1px solid #DDE2ED;
  height: 48px;
  line-height: 48px;
}
.section.select-subtopic ul.links-list>li:hover {
  background: #FBFCFD;
}
.section.select-subtopic ul.links-list>li a {
  font-size: 15px;
  color: black;
  display: inline;
  padding: 0;
}
.section.help-preference {
  margin-top: 24px
}
.section.help-preference .inner {
  position: relative
}
.section.help-preference .section-advice {
  max-width: 900px;
  /* margin: 0 auto */
}
.section.help-preference .section-advice p {
  margin: 0 0 24px;
  line-height: 1.5
}
.section.help-preference .section-advice .panel-container p {
    font-size: 15px
}
@media (max-width: 767px) {
    .section.help-preference .section-advice .panel-container p {
        font-size: 14px
    }
}
.section.help-preference .section-advice .panel-container a {
    font-size: 15px
}
@media (max-width: 767px) {
    .section.help-preference .section-advice .panel-container a {
        font-size: 14px
    }
}
.section.help-preference .section-advice .panel {
    height: auto;
    margin-bottom: 20px
}

.section.help-preference .section-advice .panel-heading {
    margin-bottom: 20px
}
.section.help-preference .section-advice .panel-buttons {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .section.help-preference .section-advice .panel-buttons a {
        margin-bottom: 4px
    }
}
.section.help-preference .section-other {
    max-width: 900px;
    margin: 0 auto 24px 0;
}
.section.help-preference .section-other p {
    font-size: 15px;
    margin: 0 0 24px;
    line-height: 1.5
}
.section.help-preference .section-other .grid li .panel-heading .icon {
    width: 64px;
    margin: 0 auto
}
@media (max-width: 767px) {
    .section.help-preference .section-other .grid li .panel-heading .icon {
        width: 40px
    }
}
.section.help-preference .grid {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch
}
@media (max-width: 767px) {
    .section.help-preference .grid {
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}
.section.help-preference .grid>li {
    padding: 0 15px 15px;
    /* width: 33.333% */
}
@media (max-width: 767px) {
    .section.help-preference .grid>li {
        width: 100%;
        padding-bottom: 8px
    }
    .section.help-preference .grid>li .panel-container {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-align: center;
        align-items: center
    }
    .section.help-preference .grid>li .panel-container .panel-heading {
        margin-right: 20px;
        margin-bottom: 0
    }
    .section.help-preference .grid>li .panel-container .panel-heading i {
        font-size: 18px
    }
    .section.help-preference .grid>li .panel-container .panel-body {
        width: 80%;
        font-size: 13px;
        text-align: left
    }
    .section.help-preference .grid>li .panel-container .panel-body p {
        margin-bottom: 0
    }
}
.section.help-preference .grid>li a {
    color: black
}
.section.help-preference .grid .panel {
    display: -ms-flexbox;
    display: flex
}
.section.help-preference .grid .panel.disabled {
    color:#AAA;
}
@media (min-width: 768px) {
	.panel {
		padding-bottom:15px;
	}
}
.panel-caption {
	text-align:center;
}
.panel-caption.disabled{
	color: #AAA;
}
.section.help-preference .grid .panel .panel-container {
    width: 100%;
    padding: 50px 40px 30px 40px
}
@media (max-width: 767px) {
    .section.help-preference .grid .panel .panel-container {
        padding: 20px
    }
}
.section.help-preference .grid .panel .panel-container p {
    margin-bottom: 0
}
@media (max-width: 767px) {
    .section.help-preference .grid .panel .panel-container h3 {
        margin: 0;
        text-align: left
    }
}

.panel-body #recaptchaErr {
    font-size: 12px;
    color: red;
}

.ad-style {
    padding-top: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad-style img {
    width: 728px;
}

@media (max-width: 767px) {
    .ad-style img {
        width: 300px;
    }
}


.message-notify > .inner .alerts, #container .alerts {
    padding: 0;
    max-width: 930px;
    margin: 0 auto 0;
    margin-top: 40px;
}

.message-notify > .inner .alerts .msg, #container .alerts .msg {
    color: #fff;
    padding: 10px 40px;
    font-size: 16px;
    text-align: center;
    position: relative;
    margin: 10px 0;
}

.message-notify > .inner .alerts .message, #container .alerts .message {
    color: #fff;
    padding: 10px 40px;
    font-size: 16px;
    text-align: center;
    position: relative;
    margin: 10px 0;
}

.message-notify > .inner .alerts .msg a, #container .alerts .msg a {
    color: #fff;
    font-weight:bold;
    text-decoration: underline;
}

.message-notify > .inner .alerts .message a, #container .alerts .message a {
    color: #fff;
    font-weight:bold;
    text-decoration: underline;
}

.message-notify > .inner .alerts .msg .close, #container .alerts .msg .close {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.message-notify > .inner .alerts .msg .close img, #container .alerts .msg .close img {
    height: 12px;
    width: auto;
}

.message-notify > .inner .alerts .msg.success, #container .alerts .msg.success {
    background: #00c1a5 url("https://s.yimg.com/pj/sh/20180611812/img/alert2@2x.png") 12px center/16px 16px no-repeat;
}

.message-notify > .inner .alerts .msg.error, #container .alerts .msg.error {
    background: #ff520d url("https://s.yimg.com/pj/sh/20180611812/img/alert1@2x.png") 12px center/16px 16px no-repeat;
}

.message-notify > .inner .alerts .message.notify, #container .alerts .message.notify {
    background: #ff520d url("https://s.yimg.com/pj/sh/20180611812/img/alert2@2x.png") 12px center/16px 16px no-repeat;
}

.message-notify > .inner .alerts .msg.hidden, #container .alerts .msg.hidden {
    display: none;
}

@media (max-width: 800px) {
    .message-notify > .inner .alerts .msg, #container .alerts .msg {
        width: 99%;
        margin: 10px auto;
    }
}

@font-face {
    font-family: "Yahoo Sans";
    src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-ExtraLight.eot");
    src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-ExtraLight.eot?#iefix") format("embedded-opentype"),
    url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-ExtraLight.woff2") format("woff2"),
    url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Yahoo Sans";
    src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Light.eot");
    src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Light.eot?#iefix") format("embedded-opentype"),
    url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Light.woff2") format("woff2"),
    url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Yahoo Sans";
    src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Regular.eot");
    src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Regular.eot?#iefix") format("embedded-opentype"),
    url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Regular.woff2") format("woff2"),
    url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Yahoo Sans";
    src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Italic.eot");
    src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Italic.eot?#iefix") format("embedded-opentype"),
    url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Italic.woff2") format("woff2"),
    url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Yahoo Sans";
    src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Medium.eot");
    src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Medium.eot?#iefix") format("embedded-opentype"),
    url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Medium.woff2") format("woff2"),
    url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Yahoo Sans";
    src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Semibold.eot");
    src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Semibold.eot?#iefix") format("embedded-opentype"),
    url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Semibold.woff2") format("woff2"),
    url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Yahoo Sans";
    src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Bold.eot");
    src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Bold.eot?#iefix") format("embedded-opentype"),
    url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Bold.woff2") format("woff2"),
    url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Yahoo Sans";
    src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-ExtraBold.eot");
    src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-ExtraBold.woff2") format("woff2"),
    url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Yahoo Sans";
    src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Black.eot");
    src: url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Black.eot?#iefix") format("embedded-opentype"),
    url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Black.woff2") format("woff2"),
    url("https://s.yimg.com/cv/ae/sports/fonts/2017/Yahoo_Sans-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}