@font-face {
  font-family: YleRegular;
  src: url("Yle-Regular.otf") format("opentype");
}
.body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
h1 {
  font-family: YleRegular;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 30px;
}
@media (min-width: 480px) {
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.yle-main-content {
  font-size: 14px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
}
@media (min-width: 804px) {
  .yle-main-content {
    width: 804px;
  }
}
.yle-main-content a {
  color: #00b4c8;
  cursor: pointer;
}
.yle-error-message {
  color: #d0021b;
}
.yle-header {
  font-family: arial;
  background: #333;
  margin-bottom: 60px;
  padding: 10px 20px;
}
.yle-header-logo-link:visited {
  border: none;
}
.yle-logo {
  width: 30px;
  height: 30px;
}
.yle-nav-link {
  float: right;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.yle-nav-link:hover {
  color: #fff;
  text-decoration: none;
}
.newsletter-checkbox {
  margin: 40px 0;
}
.newsletter-title {
  margin-right: 5px;
}
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border: 3px solid #ccc;
  border-top-color: #333;
  animation: spinner 0.6s linear infinite;
}
.spinner-container {
  position: relative;
  margin: 20px 0;
  height: 30px;
}
.check {
  background: url("check.png");
  width: 12.5px;
  height: 8.5px;
  background-size: 12.5px 8.5px;
  background-repeat: no-repeat;
  display: inline-block;
}
@-moz-keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
