@font-face {
  font-family: myriadpro-bold;
  src: url("../fonts/myriad-pro-cufonfonts/MYRIADPRO-BOLD.OTF")
    format("opentype");
}

@font-face {
  font-family: myriadpro-light;
  src: url("../fonts/myriad-pro-cufonfonts/MyriadPro-Light.otf")
    format("opentype");
}

footer .score .score-card {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  height: auto;
}

footer .score .wave {
  margin-top: 5%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

footer .info-box {
  margin-top: 5%;
  width: 100%;
  height: 60vh;
  background-color: #512177;
  color: white;
  font-family: "myriadpro-light", Fallback, sans-serif;
  display: flex;
  flex-wrap: wrap;
}
footer .info-box .box {
  flex-grow: 1;
  width: 33%;
}
footer .info-box .box-text {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.8;
  list-style: none;
}
footer .info-box .box-text ul{
  list-style: none;
}

footer .info-box .box-text ul li i{
  font-size: 2em;
  padding: 0.2em;
}

footer .info-box .box-text ul li i:hover{
  cursor: pointer;
}

footer .info-box .box-text .footer-item-left{
  width: 50%;
  float:left;
  text-align:left;
  display:inline;
}
footer .info-box .box-text .footer-item-right{
  width: 50%;
  text-align:left;
  display:inline;
}
footer .info-box .box-text a {
  line-height: 1.8;
  color: white;
}
footer .info-box .box-text h2 {
  font-family: "myriadpro-bold", Fallback, sans-serif;
  font-size: 2em;
}

footer .info-box .box-image img {
  margin-top: -3%;
  width: 90%;
}

footer .bottom-footer {
  background-color: #fff;
  width: 100%;
  min-height: 5vh;
  display: inline-block;
}
footer .bottom-footer .logo {
  height: auto;
  width: 10%;
  padding: 2%;
  margin-left: 5%;
  float: left;
}
footer .bottom-footer{
  position: relative;
  
}

footer .bottom-footer a {
  color: #23afe0;
  font-family: "myriadpro-light", Fallback, sans-serif;
  margin: 0;
  position: absolute;
  top: 53%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 40%;
  font-size: 1em;
}
footer .bottom-footer img{
  vertical-align: middle;
}

footer .sponsor-bar{
  margin-top: 5%;
  margin-bottom: 5%;
}

footer .sponsor-bar .title h1{
  color: #707070;
  font-size: 1.5em;
  text-align: center;
  font-family: "myriadpro-semibold", Fallback, sans-serif;
}

@media screen and (max-width: 1080px) {
  
  footer .info-box {
    height: 30vh;
  }
  footer .info-box .box {
    flex-grow: 1;
    width: 50%;
  }  
  footer .info-box .box-image {
    display: none
  }
}
@media screen and (max-width: 620px) {
  footer .info-box .box-text {
    font-size: 2vw
  }
  footer .bottom-footer a {
  font-size: 2vw;
  left: 30%;

  }
  footer .info-box .box-text h2 {
    font-size: 2em;
  }
  footer .bottom-footer .logo {
    visibility: hidden;
  }

  footer .score .score-card {
    width: 80%;
  }

}
