.sub-title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
}

.sub-text {
  font-size: 12px;
}

.embed-form {
  background: white;
  height: 100%;
  color: #0062a7;
}

.static-content {
  font-size: 20px;
}

.block-title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 36px;
  line-height: 48px;
  padding: 0 10px;
}
.block-title.blue {
  background: #0062a7;
  color: white;
}
.block-title.red {
  background: #d10f3b;
  color: white;
}

.dates .block-title {
  display: inline-block;
}
.dates .date-item {
  padding-bottom: 15px;
  line-height: 130%;
}
.dates .date-item strong {
  display: block;
  font-weight: 800;
}
.dates .date-item .day {
  font-weight: 800;
  color: #d10f3b;
}
.dates .pager {
  margin-top: 15px;
}
.dates .pager .arrow {
  cursor: pointer;
}
.dates .pager strong {
  margin-left: 10px;
  margin-right: 10px;
  text-transform: uppercase;
  color: #52BFA9;
  font-size: 14px;
}

header {
  background: white;
}
header .menu {
  display: flex;
  justify-content: space-between;
}
header .menu a {
  text-transform: uppercase;
  color: #0062a7;
  font-size: 17px;
  text-decoration: none;
  font-weight: 900;
  padding-left: 5px;
  padding-right: 5px;
}
header .menu a.spec {
  background: #0062a7 !important;
  color: white;
}
header .menu a:active {
  background: #d10f3b;
  color: white !important;
}
@media (max-width: 768px) {
  header .menu a {
    color: #0062a7 !important;
  }
  header .menu a.spec {
    background: #0062a7 !important;
    color: white !important;
  }
}

.main-pic {
  background: white;
  min-height: 50px;
  display: block;
  width: 100vw;
  margin-left: -15px;
}
.main-pic img {
  width: 100% !important;
}
.main-pic .data {
  display: block;
  position: absolute;
  text-transform: uppercase;
  z-index: 50;
  top: 300px;
}
.main-pic .data .name {
  background: #52BFA9;
  color: #0062a7;
}

iframe {
  height: 1290px;
  overflow-y: scroll;
}

@media (min-width: 720px) {
  .dates .block-title {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 770px) {
  .menu {
    background: white;
    display: block !important;
    padding: 15px 0;
    transition: 0.5s;
    transform-origin: top;
    margin-top: -310px;
  }
  .menu a {
    display: block !important;
    text-align: center;
    padding: 5px 0;
  }
  .menu.active {
    margin-top: 0;
  }
  .toggler {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 100;
    top: 30px;
    right: 30px;
    transform-origin: center;
    cursor: pointer;
  }
  .toggler span {
    display: block;
    background: #0062a7;
    height: 4px;
    width: 30px;
    position: absolute;
    transition: 0.3s;
  }
  .toggler span:nth-child(2) {
    top: 8px;
  }
  .toggler span:last-child {
    top: 16px;
  }
  .toggler.active span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
  }
  .toggler.active span:first-child {
    transform: rotate(315deg);
    margin-top: 11px;
  }
  .toggler.active span:last-child {
    transform: rotate(-315deg);
    margin-top: -5px;
  }
}
@media (min-width: 770px) {
  header {
    padding-top: 10px;
  }
  .menu {
    z-index: 100;
    width: 100%;
    padding-bottom: 20px;
  }
  .menu a:hover {
    color: #d10f3b;
  }
  .menu a:hover.spec {
    background: #d10f3b !important;
  }
  .toggler {
    display: none;
  }
}
.btn-primary {
  background: #0062a7;
  color: white;
  color: white;
  border: none;
  font-weight: 600;
}
.btn-primary svg {
  vertical-align: top;
  margin-top: 4px;
  margin-right: 4px;
}

body {
  background-position: top center;
}

.social-links-block {
  border-top: 3px solid #0062a7;
  border-bottom: 3px solid #d10f3b;
  text-align: center;
  display: block;
  width: 100vw;
  background: rgba(255, 255, 255, 0.7333333333);
  margin-left: -15px;
  padding: 15px;
}
.social-links-block .btn {
  border-radius: 0;
  margin: 5px;
  background: #0062a7;
}
.social-links-block .btn:hover {
  background: #d10f3b;
}/*# sourceMappingURL=v3.css.map */