body {
  font-family: 'PT Sans', sans-serif;
  color: #092b6c;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #ee9d2f;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.header {
  padding-top: 25px;
  padding-bottom: 25px;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.logo {
  width: 40%;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-description {
  display: inline-block;
  margin: 10px 10px 0px;
  color: #ee9d2f;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 9px;
  text-transform: uppercase;
}

.form-section {
  padding-bottom: 40px;
}

.form-section.full-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 71vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-title {
  margin-top: 0px;
}

.footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #092b6c;
  color: #fff;
  text-align: center;
}

.div-block {
  text-align: center;
}

.div-block.lj {
  text-align: left;
}

.schedule-embed {
  height: 930px;
}

.warning {
  color: #ee9d2f;
}

.sitemap {
  margin-right: 10px;
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.51);
  text-decoration: none;
}

.sitemap:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-text {
  display: inline-block;
}

.sm-link {
  color: #092b6c;
  text-decoration: none;
}

.sm-link:hover {
  text-decoration: underline;
}

.list {
  margin-bottom: 20px;
}

.partner-tag {
  display: inline-block;
  padding: 11px 12px;
  border-radius: 90px;
  background-color: #ee9d2f;
  font-size: 16px;
  line-height: 7px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .home-description {
    margin-top: 7px;
  }
}

@media screen and (max-width: 767px) {
  .logo-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .logo {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .logo-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo {
    width: 75%;
  }

  .home-description {
    letter-spacing: 4px;
  }
}

