@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,800|Oswald");
body,
html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2px;
  color: #1b252e;
  background-color: #ebebeb;
}

body.fixed {
  overflow: hidden;
}

a {
  color: #93233d;
}

a img {
  border: none;
}

img {
  max-width: 100%;
}

.page-wrapper {
  width: 100%;
  margin: 0 auto;
}

#main {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 77%;
  margin: 0 auto;
}

.owl-carousel .owl-nav button {
  position: relative;
  float: right;
  width: 45px;
  height: 45px;
}

.owl-carousel .owl-nav button:focus {
  outline: none;
}

.owl-carousel .owl-nav button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  border: none;
}

.owl-carousel .owl-nav button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-65%, -50%) rotate(45deg);
      -ms-transform: translate(-65%, -50%) rotate(45deg);
          transform: translate(-65%, -50%) rotate(45deg);
  border: solid 6px #133a65;
  border-left-width: 0;
  border-bottom-width: 0;
  border-radius: 5px;
}

.owl-carousel .owl-nav button.owl-prev {
  float: left;
}

.owl-carousel .owl-nav button.owl-prev:after {
  -webkit-transform: translate(-35%, -50%) rotate(225deg);
      -ms-transform: translate(-35%, -50%) rotate(225deg);
          transform: translate(-35%, -50%) rotate(225deg);
}

@media (max-width: 768px) {
  .owl-carousel .owl-nav {
    width: 94%;
  }
}

@media (max-width: 425px) {
  .owl-carousel .owl-nav {
    width: 98%;
  }
}

.main-nav-container {
  background-color: #fff;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.main-nav-container .main-nav-logo-container {
  text-align: center;
  padding: 0 20px 16px;
}

.main-nav-container ul.desktop-nav {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: #1b252e;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-nav-container ul.desktop-nav li {
  padding: 2px 35px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #1b252e;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.main-nav-container ul.desktop-nav li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  vertical-align: middle;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}

.main-nav-container ul.desktop-nav li:before, .main-nav-container ul.desktop-nav li:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #1b252e;
}

.main-nav-container ul.desktop-nav li:before {
  left: 0;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.main-nav-container ul.desktop-nav li:after {
  right: 0;
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.main-nav-container ul.desktop-nav li.current-menu-item, .main-nav-container ul.desktop-nav li.current-page-ancestor {
  background-color: #fff;
}

.main-nav-container ul.desktop-nav li.current-menu-item a, .main-nav-container ul.desktop-nav li.current-page-ancestor a {
  color: #1b252e;
}

.main-nav-container .mobile-nav {
  display: none;
}

.main-nav-container .mobile-nav .mobile-nav-toggle {
  background-color: #1b252e;
  cursor: pointer;
  width: 65px;
  height: 65px;
  padding: 18px 12px;
  float: right;
}

.main-nav-container .mobile-nav .mobile-nav-toggle label {
  overflow: hidden;
  cursor: pointer;
}

.main-nav-container .mobile-nav .mobile-nav-toggle label input {
  position: absolute;
  top: -999px;
}

.main-nav-container .mobile-nav .mobile-nav-toggle label svg {
  overflow: initial;
  cursor: pointer;
  position: relative;
  z-index: 11;
}

.main-nav-container .mobile-nav .mobile-nav-toggle label svg path {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}

.main-nav-container .mobile-nav .mobile-nav-toggle label input:checked + svg {
  overflow: initial;
}

.main-nav-container .mobile-nav .mobile-nav-toggle label input:checked + svg path:nth-child(2) {
  opacity: 0;
}

.main-nav-container .mobile-nav .mobile-nav-toggle label input:checked + svg path:last-child {
  -webkit-transform: rotate(45deg) translate(0%, 40%);
      -ms-transform: rotate(45deg) translate(0%, 40%);
          transform: rotate(45deg) translate(0%, 40%);
}

.main-nav-container .mobile-nav .mobile-nav-toggle label input:checked + svg path:first-child {
  -webkit-transform: rotate(-45deg) translate(0%, 0%);
      -ms-transform: rotate(-45deg) translate(0%, 0%);
          transform: rotate(-45deg) translate(0%, 0%);
}

.main-nav-container .mobile-nav .mobile-nav-toggle label input + svg + ul {
  position: absolute;
  top: 0px;
  right: 0;
  background-color: #1b252e;
  color: #fff;
  z-index: 10;
  list-style: none;
  margin: 0;
  padding: 30px 0 0 35px;
  width: 100vw;
  height: calc(100vh - 65px);
  text-align: left;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  overflow: hidden;
}

.main-nav-container .mobile-nav .mobile-nav-toggle label input + svg + ul li a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
  font-size: 2rem;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 30px 0;
}

.main-nav-container .mobile-nav .mobile-nav-toggle label input:checked + svg + ul {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: fixed;
  overflow: auto;
  top: 65px;
}

@media (max-width: 768px) {
  .main-nav-container {
    display: table;
  }
  .main-nav-container > * {
    display: table-cell;
    vertical-align: middle;
  }
  .main-nav-container ul.desktop-nav {
    display: none;
  }
  .main-nav-container .main-nav-logo-container {
    text-align: left;
    padding-bottom: 0;
    position: relative;
    z-index: 11;
    background-color: #fff;
    width: 100%;
  }
  .main-nav-container .main-nav-logo-container img {
    max-width: 100%;
    max-height: 65px;
  }
  .main-nav-container .main-nav-logo-container a {
    display: block;
    height: 65px;
  }
  .main-nav-container .mobile-nav {
    display: table-cell;
    text-align: right;
  }
}

#date-module {
  padding: 15px 0;
  text-align: center;
  max-width: 1440px;
  width: 100%;
  pointer-events: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #1b252e;
  text-transform: uppercase;
  letter-spacing: 4.2px;
  font-size: 12px;
  margin: 0 auto;
  background-color: #fff;
}

#date-module a {
  text-decoration: none;
  color: inherit;
}

footer {
  text-align: center;
  background-color: #ebebeb;
  color: #959393;
  padding: 160px 0 48px;
}

footer .footer-graphic {
  margin-bottom: 15px;
  padding: 0 20px;
}

footer .footer-graphic img {
  display: inline-block;
  max-width: 100%;
}

footer .address {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 4.2px;
  margin-bottom: 45px;
}

footer > a {
  color: #959393;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-size: 0.9375rem;
  padding: 8px 42px;
  display: inline-block;
  border: solid 4px #959393;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  margin-bottom: 40px;
}

footer > a:hover {
  background-color: #959393;
  color: #fff;
}

footer .social-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .social-nav ul li {
  display: inline-block;
  margin-right: 13px;
}

footer .social-nav ul li:last-child {
  margin-right: 0;
}

footer a.social-link:last-child {
  margin-right: 0;
}

footer a.social-link svg {
  width: 32px;
  height: 32px;
}

footer a.social-link svg path {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}

footer a.social-link:hover.facebook_link svg path {
  fill: #3a5998;
}

footer a.social-link:hover.twitter_link svg path {
  fill: #1da1f2;
}

footer a.social-link:hover.linkedin_link svg path {
  fill: #1177b5;
}

footer a.social-link:hover.instagram_link svg path {
  fill: #8134af;
}

footer a.social-link:hover.youtube_link svg path {
  fill: #ee3537;
}

@media (max-width: 768px) {
  footer a.social-link svg {
    width: 50px;
    height: 50px;
  }
}

footer .legal {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2px;
  font-size: 0.625rem;
  margin-top: 125px;
}

footer .legal a {
  font-weight: 600;
  text-transform: uppercase;
  color: #959393;
  text-decoration: none;
}

@media (max-width: 768px) {
  footer .legal a {
    display: block;
    margin-top: 15px;
  }
  footer .legal .separator {
    display: none;
  }
}

.promo-module {
  position: relative;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .promo-module {
    background-position: top left;
    height: 515px !important;
  }
}

.promo-module:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(3, 28, 65, 0.25);
  z-index: 1;
}

.promo-module .promo-module-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 720px;
  min-height: 480px;
  max-width: 100%;
  max-height: 100%;
  color: #fbfdfe;
  padding: 50px;
  text-align: center;
  background-color: rgba(3, 28, 65, 0.75);
  z-index: 2;
}

.promo-module .promo-module-overlay:before {
  content: "";
  display: block;
  width: 85px;
  height: 25px;
  background-image: url(../images/oars.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 30px auto 25px;
}

.promo-module .promo-module-overlay h1 {
  font-size: 3rem;
  text-transform: uppercase;
  margin: 25px 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 3rem;
  padding: 0 2px;
  letter-spacing: 1px;
}

.promo-module .promo-module-overlay h2 {
  font-size: 1.25rem;
  margin: 20px auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2px;
  max-width: 45%;
}

.promo-module .promo-module-overlay a {
  color: #e1c43c;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-size: 0.9375rem;
  padding: 8px 42px;
  display: inline-block;
  border: solid 4px #e1c43c;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}

.promo-module .promo-module-overlay a:hover {
  background-color: #e1c43c;
  color: #fff;
}

@media (max-width: 768px) {
  .promo-module .promo-module-overlay {
    top: auto;
    bottom: 20px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    padding: 35px 25px;
    width: calc(100% - 40px);
    min-height: 0;
  }
  .promo-module .promo-module-overlay:before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
  }
  .promo-module .promo-module-overlay h1 {
    font-size: 2rem;
    line-height: 2rem;
    margin-top: 0;
    margin-top: 5px;
  }
  .promo-module .promo-module-overlay h2 {
    font-size: 1rem;
    line-height: 1rem;
    max-width: 100%;
    margin-top: 30px;
  }
}

.promo-module.small-promo-module {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .promo-module.small-promo-module {
    height: 100vw !important;
    min-height: 375px;
  }
}

.promo-module.small-promo-module .promo-module-overlay {
  max-width: 66%;
  padding: 45px 30px;
}

.promo-module.small-promo-module .promo-module-overlay h1 {
  font-size: 2.5rem;
  line-height: 2.6rem;
  letter-spacing: -2px;
}

.promo-module.small-promo-module .promo-module-overlay h2 {
  font-size: 0.875rem;
  max-width: 90%;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .promo-module.small-promo-module .promo-module-overlay {
    max-width: calc(100% - 30px);
  }
}

@media (max-width: 768px) {
  .promo-module.small-promo-module .promo-module-overlay {
    max-width: 425px;
    max-height: 100%;
  }
  .promo-module.small-promo-module .promo-module-overlay h1 {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
  .promo-module.small-promo-module .promo-module-overlay h2 {
    font-size: 0.8rem;
    line-height: 0.9rem;
    margin: 15px auto 20px;
  }
}

.double-small-promos-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.double-small-promos-module > * {
  font-size: 1rem;
  height: 720px !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.double-small-promos-module .small-promo-module-left:before {
  background-color: rgba(3, 28, 65, 0.15);
}

.double-small-promos-module .small-promo-module-left .promo-module-overlay {
  background-color: rgba(147, 35, 61, 0.79);
}

.double-small-promos-module .small-promo-module-left .promo-module-overlay:before {
  background-image: url(../images/rowers.png);
}

.double-small-promos-module .small-promo-module-right:before {
  background-color: rgba(3, 28, 65, 0.75);
}

.double-small-promos-module .small-promo-module-right .promo-module-overlay {
  background-color: transparent;
}

@media (max-width: 768px) {
  .double-small-promos-module {
    display: block;
  }
  .double-small-promos-module .promo-module-overlay {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .double-small-promos-module .promo-module-overlay:before {
    position: static;
    margin: -5px auto 25px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.countdown {
  background-color: #93233d;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2px;
  letter-spacing: 3.8px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 0;
}

.countdown .time-left {
  font-size: 1.81rem;
  letter-spacing: 0.02px;
  margin-right: 1rem;
}

@media (max-width: 768px) {
  .countdown {
    display: block;
    padding: 15px 0;
  }
  .countdown .time-left {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.upcoming-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 70px 0 80px;
}

@media (max-width: 768px) {
  .upcoming-dates {
    padding-bottom: 35px;
    display: block;
  }
}

.upcoming-dates .event {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex: 1;
}

@media (max-width: 768px) {
  .upcoming-dates .event {
    margin-bottom: 45px;
  }
}

.upcoming-dates .event .date-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.upcoming-dates .event .date-cards .date-card {
  width: 45px;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  margin: 0 6px;
  display: inline-block;
}

.upcoming-dates .event .date-cards.card-color-red .date-card {
  background-image: url(../images/home/red.png);
  color: #fff;
}

.upcoming-dates .event .date-cards.card-color-yellow .date-card {
  background-image: url(../images/home/yellow.png);
  color: #133a65;
}

.upcoming-dates .event .date-cards.card-color-white .date-card {
  background-image: url(../images/home/white.png);
  color: #93233d;
}

.upcoming-dates .event .date-header {
  color: #93233d;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 4.2px;
  margin: 25px 0;
}

.upcoming-dates .event .event-info {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2px;
  color: #133a65;
  margin: 25px 0;
}

.upcoming-dates .event h3 {
  color: #133a65;
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  max-width: 85%;
  margin: 25px auto 20px;
  min-height: 3rem;
  vertical-align: middle;
}

.upcoming-dates .event a {
  color: #93233d;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-size: 0.9375rem;
  padding: 8px 42px;
  display: inline-block;
  border: solid 4px #93233d;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}

.upcoming-dates .event a:hover {
  background-color: #93233d;
  color: #fff;
}

.page-hero {
  padding: 100px 20px;
  position: relative;
  background-position: center;
  background-size: cover;
}

.page-hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 28, 65, 0.25);
}

.page-hero .title {
  width: 100%;
  max-width: 720px;
  padding: 40px 140px;
  margin: 0 auto;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
  font-size: 2.65rem;
  line-height: 2.65rem;
  text-transform: uppercase;
  text-align: center;
  background-color: rgba(3, 28, 65, 0.75);
  position: relative;
}

.page-hero .title:before {
  content: "";
  display: block;
  width: 85px;
  height: 25px;
  background-image: url(../images/oars.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 30px auto 25px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}

@media (max-width: 768px) {
  .page-hero .title {
    padding: 40px;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

.content-with-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1195.2px;
  margin: 0 auto;
  padding: 100px 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.content-with-photo .content a {
  text-decoration: none;
}

.content-with-photo .content h4 {
  margin-bottom: 4px;
}

.content-with-photo .content p {
  margin-top: 0px;
}

.content-with-photo .content p a {
  text-decoration: none;
}

.content-with-photo section {
  margin: 0 3%;
  width: 50%;
}

.content-with-photo section:first-child {
  margin-left: 0;
}

.content-with-photo section:last-child {
  margin-right: 0;
}

.content-with-photo section.photo {
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin-top: 30px;
}

.content-with-photo section.content h2 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
  font-size: 2rem;
  line-height: 2rem;
}

@media (max-width: 768px) {
  .content-with-photo {
    display: block;
  }
  .content-with-photo section {
    width: 100%;
  }
  .content-with-photo section.photo {
    width: 50%;
    margin: 35px auto;
    max-width: calc(100vw - 40px);
    max-height: calc(100vw - 40px);
  }
}

.subpage-menu {
  position: relative;
}

.subpage-menu:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1b252e;
  margin: 0 auto;
}

.subpage-menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1195.2px;
  margin: 0 auto;
  padding: 0;
  cursor: ew-resize;
}

.subpage-menu ul li {
  padding: 0 10px;
  text-align: center;
}

.subpage-menu ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #1b252e;
  padding: 35px 0 20px;
  display: block;
}

.subpage-menu ul li.active a {
  font-size: 1.25rem;
  font-weight: 800;
  position: relative;
}

.subpage-menu ul li.active a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background-color: #1b252e;
  border-bottom-left-radius: 33%;
  border-bottom-right-radius: 33%;
}

@media (max-width: 768px) {
  .subpage-menu ul {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .subpage-menu ul li {
    display: inline-block;
    margin: 0 5%;
  }
}

@media (max-width: 1024px) {
  .subpage-menu ul li:not(:last-child) {
    margin-right: 10px;
  }
}

.table-module {
  width: 100%;
  max-width: 1195.2px;
  margin: 0 auto;
  padding: 110px 20px 80px;
}

.table-module h2 {
  font-size: 2.3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 2.3rem;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.table-module .table-description {
  margin: 0 0 50px;
}

.table-module .table-description p {
  margin: 0;
}

.table-module table {
  width: 100%;
  border-collapse: collapse;
}

.table-module table td {
  padding: 30px 0;
  border-bottom: solid 1px #959393;
}

.table-module table td > * {
  vertical-align: middle;
}

.table-module table td p {
  margin: 0;
}

.table-module table td a {
  color: #1b252e;
  text-decoration: none;
}

.table-module table td .mobile-label {
  display: none;
}

.table-module table thead td {
  font-size: 1.15rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #959393;
  padding: 15px 0;
}

.table-module table thead td.sorted {
  color: #93233d;
}

.table-module table thead td span {
  display: inline-block;
  margin-right: 5px;
}

.table-module table thead td .sort-arrow {
  cursor: pointer;
}

.table-module table thead td .sort-arrow:last-child {
  margin-right: 0;
}

.table-module table thead td .sort-arrow svg {
  width: 20px;
  height: 20px;
  display: block;
}

.table-module table thead td .sort-arrow svg path {
  fill: #93233d;
}

.table-module table thead td .sort-arrow.sort-down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 768px) {
  .table-module table td {
    border-bottom: none;
  }
  .table-module table thead tr {
    display: block;
    border: solid 1px #1b252e;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .table-module table thead tr td {
    padding: 10px 5%;
    vertical-align: top;
    display: inline-block;
  }
  .table-module table thead tr td:first-child {
    padding-left: 10px;
  }
  .table-module table thead tr td:last-child {
    padding-right: 10px;
  }
  .table-module table thead tr td > span:first-child {
    margin-right: 0;
  }
  .table-module table thead tr td .sort-arrows {
    display: block;
    margin-top: 5px;
  }
  .table-module table tbody tr {
    display: block;
    border: solid 1px #1b252e;
    padding: 15px 30px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .table-module table tbody td {
    display: table;
    border-bottom: 0;
    margin: 30px 0;
    table-layout: fixed;
    width: 100%;
  }
  .table-module table tbody td span,
  .table-module table tbody td .mobile-label {
    display: table-cell;
    vertical-align: middle;
  }
  .table-module table tbody td .mobile-label {
    text-transform: uppercase;
    color: #959393;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.2px;
    width: 33%;
  }
}

.hocr-map-container .hocr-map {
  height: 47vw !important;
  max-height: 676.8px;
  min-height: 400px;
}

.hocr-map-container .hocr-map-nav {
  list-style: none;
  background-color: #133a65;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  margin: 0;
}

.hocr-map-container .hocr-map-nav li {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.69rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding: 0 2rem;
}

.hocr-map-container .hocr-map-nav li .layer-icon img {
  height: 27px;
}

.hocr-map-container .hocr-map-nav li.active {
  opacity: 0.33;
}

.venue-carousel .venue {
  position: relative;
  padding: 70px 0 45px;
  background-size: 100% auto;
  background-position: center;
}

.venue-carousel .venue:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #133a65;
  opacity: 0.9;
  z-index: 0;
}

.venue-carousel .venue-content {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

.venue-carousel .venue-content h2 {
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0;
  margin-bottom: 25px;
}

.venue-carousel .venue-content .venue-description {
  margin-bottom: 25px;
  font-size: 0.9375rem;
}

.venue-carousel .venue-content a {
  color: #e1c43c;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-size: 0.9375rem;
  padding: 8px 42px;
  display: inline-block;
  border: solid 4px #e1c43c;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}

.venue-carousel .venue-content a:hover {
  background-color: #e1c43c;
  color: #fff;
}

@media (max-width: 768px) {
  .venue-carousel .venue {
    padding: 70px 12%;
  }
}

@media (max-width: 425px) {
  .venue-carousel .venue {
    padding: 70px 16%;
  }
}

.accordion {
  max-width: 1195.2px;
  margin: 0 auto;
  padding: 75px 20px;
}

.accordion > h2, .accordion > p {
  text-align: center;
}

.accordion h2 {
  margin: 0 0 15px;
  padding: 0;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.accordion > p {
  margin-bottom: 45px;
}

.accordion .accordion-icon {
  text-align: center;
  margin-bottom: 30px;
}

.accordion .accordion-tab-nav {
  text-align: center;
}

.accordion .accordion-tab-nav button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  letter-spacing: 0.2px;
  color: #959393;
  text-transform: uppercase;
  font-size: 1.1875rem;
  line-height: 1.1875rem;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  margin-right: 50px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}

.accordion .accordion-tab-nav button:last-child {
  margin-right: 0;
}

.accordion .accordion-tab-nav button.active {
  color: #93233d;
  border-bottom: solid 5px #93233d;
  padding-bottom: 7px;
  margin-bottom: 0;
}

@media (max-width: 425px) {
  .accordion .accordion-tab-nav button {
    margin-right: 25px;
  }
}

.accordion ul.accordion-tab {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion ul.accordion-tab > li {
  list-style: none;
  padding: 25px 0;
  margin: 0;
  position: relative;
  border-bottom: solid 1px #1b252e;
}

.accordion ul.accordion-tab > li:first-child {
  border-top: solid 1px #1b252e;
}

.accordion ul.accordion-tab > li h3 {
  margin: 0;
  font-size: 1.375rem;
  line-height: 1.375rem;
  width: calc(100% - 35px);
}

.accordion ul.accordion-tab > li h3 .section-subtitle {
  font-size: 0.93rem;
  text-transform: uppercase;
  color: #959393;
}

.accordion ul.accordion-tab > li .section-content {
  margin: 0;
  padding: 45px 0;
  opacity: 1;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion ul.accordion-tab > li .section-content table {
  max-width: 100%;
  display: block;
  height: auto !important;
}

.accordion ul.accordion-tab > li i.plus-icon {
  position: absolute;
  right: 0;
  top: 25px;
  width: 20px;
  height: 20px;
  background-color: #93233d;
  border-radius: 50%;
}

.accordion ul.accordion-tab > li i.plus-icon:before, .accordion ul.accordion-tab > li i.plus-icon:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 3px;
  height: 75%;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.accordion ul.accordion-tab > li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  top: 0;
  max-height: 74px;
}

.accordion ul.accordion-tab > li input[type=checkbox]:checked ~ .section-content {
  max-height: 0;
  opacity: 0;
  padding: 0;
}

.accordion ul.accordion-tab > li input[type=checkbox]:checked ~ i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

@media (max-width: 768px) {
  .accordion ul.accordion-tab > li h3 .section-subtitle {
    display: block;
    margin-top: 10px;
  }
}

.accordion ul.accordion-tab.active {
  display: block;
}

.contact-form {
  background: url(../images/contact/contact_bg.jpg);
  padding: 50px;
}

.contact-form h2 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 0 30px;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.contact-form .form-container {
  width: 40%;
  margin: 0 auto;
}

.contact-form .form-container form {
  display: block;
}

.contact-form .form-container form .wpcf7-response-output {
  border: none;
  color: #FFF;
}

.contact-form .form-container form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.contact-form .form-container form .row span {
  margin-right: 33px;
}

.contact-form .form-container form .row span:last-child {
  margin-right: 0;
}

.contact-form .form-container form .row input, .contact-form .form-container form .row textarea, .contact-form .form-container form .row select {
  width: 100%;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  line-height: 2.93rem;
  padding: 0 20px;
  margin: 10px 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: solid 1px "Montserrat", sans-serif;
}

.contact-form .form-container form .row input[aria-invalid="true"], .contact-form .form-container form .row textarea[aria-invalid="true"], .contact-form .form-container form .row select[aria-invalid="true"] {
  border: solid 1px;
}

.contact-form .form-container form .row input::-webkit-input-placeholder, .contact-form .form-container form .row textarea::-webkit-input-placeholder, .contact-form .form-container form .row select::-webkit-input-placeholder {
  color: #1b252e;
}

.contact-form .form-container form .row input::-moz-placeholder, .contact-form .form-container form .row textarea::-moz-placeholder, .contact-form .form-container form .row select::-moz-placeholder {
  color: #1b252e;
}

.contact-form .form-container form .row input::-ms-input-placeholder, .contact-form .form-container form .row textarea::-ms-input-placeholder, .contact-form .form-container form .row select::-ms-input-placeholder {
  color: #1b252e;
}

.contact-form .form-container form .row input::placeholder, .contact-form .form-container form .row textarea::placeholder, .contact-form .form-container form .row select::placeholder {
  color: #1b252e;
}

.contact-form .form-container form .row select {
  background: #fff url(../images/contact/arrow.png) right center no-repeat;
  border-right: 10px solid transparent;
}

.contact-form .form-container form .row textarea {
  height: 150px;
  min-height: 150px;
  resize: vertical;
}

.contact-form .form-container form .row.subject span {
  width: 100%;
}

.contact-form .form-container form .row.message span {
  width: 100%;
}

.contact-form .form-container form .row.submit {
  margin-top: 35px;
  text-align: right;
}

.contact-form .form-container form .row.submit button, .contact-form .form-container form .row.submit input[type="submit"] {
  margin: 0 0 0 auto;
  cursor: pointer;
  width: 150px;
}

.contact-form .form-container form .row.submit .ajax-loader {
  display: none;
  position: absolute;
}

.contact-form .form-container form .row.submit .ajax-loader.is-active {
  display: block;
}

.contact-form .form-container .ctct-form-description {
  grid-column: span 2;
}

.contact-form .form-container .ctct-form-field-submit, .contact-form .form-container .ctct-form-field:not(.ctct-form-field-text) {
  grid-column: span 2;
}

.contact-form .form-container .ctct-form-field-submit {
  text-align: right;
}

.contact-form .form-container input:not([type=submit]), .contact-form .form-container textarea {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  font-size: 0.9375rem;
}

.contact-form .form-container input:not([type=submit])::-webkit-input-placeholder, .contact-form .form-container textarea::-webkit-input-placeholder {
  color: #1b252e;
}

.contact-form .form-container input:not([type=submit])::-moz-placeholder, .contact-form .form-container textarea::-moz-placeholder {
  color: #1b252e;
}

.contact-form .form-container input:not([type=submit])::-ms-input-placeholder, .contact-form .form-container textarea::-ms-input-placeholder {
  color: #1b252e;
}

.contact-form .form-container input:not([type=submit])::placeholder, .contact-form .form-container textarea::placeholder {
  color: #1b252e;
}

.contact-form .form-container textarea {
  min-height: 160px;
  min-width: 100%;
  max-width: 100%;
}

.contact-form .form-container input[type=submit] {
  color: #e1c43c;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-size: 0.9375rem;
  padding: 8px 42px;
  display: inline-block;
  border: solid 4px #e1c43c;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  background-color: transparent;
}

.contact-form .form-container input[type=submit]:hover {
  background-color: #e1c43c;
  color: #fff;
}

@media (max-width: 768px) {
  .contact-form .form-container {
    width: 100%;
  }
  .contact-form .form-container form {
    display: block;
  }
}

.contact-form .ctct-message {
  color: #fff;
}

.sponsors {
  padding: 60px 0;
}

.sponsors h2 {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  letter-spacing: 4.2px;
}

.sponsors h2 > * {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #fff;
  padding: 0 22px;
}

.sponsors h2:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1b252e;
}

.sponsors .sponsor {
  max-width: 1190px;
  display: block;
  overflow: auto;
  margin: 0 auto;
  padding: 90px 20px;
  border-bottom: solid 1px #1b252e;
  width: 100%;
  max-width: 1195.2px;
  margin: 0 auto;
}

.sponsors .sponsor:last-child {
  padding-bottom: 0;
}

.sponsors .sponsor > *:first-child {
  width: calc(30% - 26px);
  float: left;
  margin-left: 20px;
}

.sponsors .sponsor > *:last-child {
  width: calc(70% - 34px);
  float: left;
  margin-left: 20px;
}

.sponsors .sponsor > *:first-child, .sponsors .sponsor > *:last-child {
  margin: 0;
  padding: 0 2.5%;
  min-height: 150px;
}

.sponsors .sponsor .sponsor-logo {
  text-align: center;
}

.sponsors .sponsor .sponsor-logo a {
  display: block;
  width: 100%;
}

.sponsors .sponsor .sponsor-logo img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.sponsors .sponsor h3 {
  font-size: 1.1875rem;
  line-height: 1.1875rem;
  text-transform: uppercase;
  margin: 0 0 25px;
}

.sponsors .sponsor .sponsor-content p {
  margin: 0;
}

.sponsors .sponsor:last-child {
  border-bottom: 0;
}

.sponsors.featured .sponsor {
  padding: 60px 20px;
}

.sponsors.featured .sponsor > *:first-child {
  width: calc(45% - 29px);
  float: left;
  margin-left: 20px;
}

.sponsors.featured .sponsor > *:last-child {
  width: calc(55% - 31px);
  float: left;
  margin-left: 20px;
}

.sponsors.featured .sponsor > *:first-child, .sponsors.featured .sponsor > *:last-child {
  margin: 0;
  padding: 0 5%;
  min-height: 275px;
}

.sponsors.featured .sponsor .sponsor-description {
  border-left: solid 1px #1b252e;
  position: relative;
}

.sponsors.featured .sponsor .sponsor-description a.sponsor-link {
  color: #93233d;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-size: 0.9375rem;
  padding: 8px 42px;
  display: inline-block;
  border: solid 4px #93233d;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}

.sponsors.featured .sponsor .sponsor-description a.sponsor-link:hover {
  background-color: #93233d;
  color: #fff;
}

.sponsors.featured .sponsor .sponsor-description:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: solid 1px #1b252e;
  border-bottom: 0;
  border-left: 0;
  top: 0;
  left: 0;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sponsors.featured .sponsor h3 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  margin: 0 0 13px;
}

.sponsors.featured .sponsor h4 {
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-transform: uppercase;
  margin: 0;
  color: #959393;
  letter-spacing: 4.2px;
}

.sponsors.featured .sponsor .sponsor-content {
  padding: 25px 0 40px;
}

@media (max-width: 768px) {
  .sponsors .sponsor > *:first-child, .sponsors .sponsor > *:last-child, .sponsors.featured .sponsor > *:first-child, .sponsors.featured .sponsor > *:last-child {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    width: 100%;
    margin: 0;
  }
  .sponsors.featured .sponsor {
    position: relative;
  }
  .sponsors.featured .sponsor .sponsor-description {
    border-left: 0;
    border-top: solid 1px #1b252e;
    padding-top: 45px;
  }
  .sponsors.featured .sponsor .sponsor-description:before {
    left: auto;
    right: 0;
    -webkit-transform: translate(100%, 0) rotate(135deg);
        -ms-transform: translate(100%, 0) rotate(135deg);
            transform: translate(100%, 0) rotate(135deg);
  }
}

.logo-grid {
  max-width: 1195.2px;
  margin: 0 auto;
  padding: 35px 0;
}

.logo-grid h2 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  letter-spacing: 4.2px;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.logo-grid h2 * {
  display: inline;
  background-color: #fff;
  padding: 0 22px;
}

.logo-grid .grid-items {
  border: solid 1px #1b252e;
  padding: 100px 50px;
}

.logo-grid .grid-items::after {
  clear: both;
  content: "";
  display: block;
}

@media (max-width: 768px) {
  .logo-grid .grid-items {
    padding: 50px;
  }
}

.logo-grid .grid-items .grid-item {
  width: calc(12.5% - 22.5px);
  float: left;
  margin-left: 20px;
  height: 100px;
}

.logo-grid .grid-items .grid-item img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1024px) {
  .logo-grid .grid-items .grid-item {
    width: calc(16.6666666667% - 23.3333333333px);
    float: left;
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .logo-grid .grid-items .grid-item {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
}

@media (max-width: 600px) {
  .logo-grid .grid-items .grid-item {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    height: 200px;
  }
}

@media (max-width: 425px) {
  .logo-grid .grid-items .grid-item {
    width: 100%;
    margin: 0;
  }
}

.news {
  padding-top: 36px;
  padding-bottom: 72px;
}

.news__featured {
  width: 100%;
  margin: 0 auto 75px;
  max-width: 1275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 30px;
}

@media (max-width: 1200px) {
  .news__featured {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .news__featured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 50px;
    position: relative;
  }
}

.news__img {
  display: block;
  width: 40.8%;
  height: 0;
  padding-bottom: 27.23%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .news__img {
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 15px;
  }
}

.news__img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.news__img:hover img, .news__img:focus img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.news__details {
  width: 59.2%;
  padding: 5px 3.8% 0 8%;
}

@media (max-width: 1200px) {
  .news__details {
    padding-left: 50px;
  }
}

@media (max-width: 991px) {
  .news__details {
    padding-left: 30px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .news__details {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}

.news__details h2 {
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.08em;
  margin: 0 0 13px;
}

@media (max-width: 1200px) {
  .news__details h2 {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .news__details h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .news__details h2 {
    font-size: 24px;
  }
}

.news__details h2 a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  color: inherit;
}

.news__details h2 a:hover, .news__details h2 a:focus {
  color: #93233d;
}

.news__details p {
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 1.7px;
  font-weight: 500;
  margin: 0 0 13px;
}

.news__date {
  font-size: 13px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 1.4px;
  margin-bottom: 25px;
}

@media (max-width: 1200px) {
  .news__date {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .news__date {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news__date strong {
  text-transform: uppercase;
}

.news__list {
  width: 100%;
  margin: 0 auto 15px;
  max-width: 1360px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.news__list-item {
  width: 32.2%;
  margin-right: 1.7%;
  padding-top: 50px;
  margin-bottom: 60px;
  position: relative;
}

@media (max-width: 991px) {
  .news__list-item {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .news__list-item {
    width: 100%;
    margin-right: 0;
  }
}

.news__list-item:nth-child(3n + 1) {
  margin-right: 0;
}

@media (max-width: 991px) {
  .news__list-item:nth-child(3n + 1) {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .news__list-item:nth-child(3n + 1) {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .news__list-item:nth-child(odd) {
    margin-right: 0;
  }
}

.has-featured .news__list-item:nth-child(3n + 1) {
  margin-right: 1.7%;
}

@media (max-width: 991px) {
  .has-featured .news__list-item:nth-child(3n + 1) {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .has-featured .news__list-item:nth-child(3n + 1) {
    margin-right: 0;
  }
}

.has-featured .news__list-item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 991px) {
  .has-featured .news__list-item:nth-child(3n) {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .has-featured .news__list-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .has-featured .news__list-item:nth-child(even) {
    margin-right: 0;
  }
}

.news__list-item .news__img {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 64.35%;
}

.news__list-item .news__details {
  width: 100%;
  padding: 0;
}

.news__list-item .news__details h2 {
  font-size: 29px;
  line-height: 1.27586207;
  letter-spacing: 3px;
}

@media (max-width: 1200px) {
  .news__list-item .news__details h2 {
    font-size: 24px;
    letter-spacing: 2px;
  }
}

@media (max-width: 991px) {
  .news__list-item .news__details h2 {
    letter-spacing: 1.5px;
  }
}

@media (max-width: 767px) {
  .news__list-item .news__details h2 {
    font-size: 22px;
  }
}

.news__list-item .news__details p {
  font-size: 16px;
  line-height: 1.90;
  letter-spacing: 1.3px;
}

.news__list-item .news__date {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news .txt-link {
  color: #93233d;
  display: table;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 17px 0 0;
  letter-spacing: 2px;
  text-decoration: none;
  border-bottom: 7px solid currentColor;
  padding-bottom: 6px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (max-width: 1200px) {
  .news .txt-link {
    font-size: 17px;
    border-bottom-width: 5px;
  }
}

@media (max-width: 991px) {
  .news .txt-link {
    font-size: 16px;
    border-bottom-width: 4px;
    padding-bottom: 4px;
  }
}

.news .txt-link:hover, .news .txt-link:focus {
  color: #1b252e;
}

.news__filter-wrap {
  width: 100%;
  margin: 0 auto 52px;
  padding: 0 30px;
  max-width: 1275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .news__filter-wrap {
    margin-bottom: 50px;
  }
}

.news__filter-select, .news__filter-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .news__filter-select, .news__filter-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.news__filter-select span, .news__filter-search span {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1B252E;
  line-height: 1;
  letter-spacing: 2px;
  margin-right: 9px;
}

@media (max-width: 991px) {
  .news__filter-select span, .news__filter-search span {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .news__filter-select span, .news__filter-search span {
    font-size: 16px;
    margin-right: 0;
  }
}

.news__filter-select select,
.news__filter-select input, .news__filter-search select,
.news__filter-search input {
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  border: 0;
  border-bottom: 3px solid #1B252E;
  width: 245px;
  min-width: 245px;
  line-height: 1;
  padding: 0 5px 3px;
  letter-spacing: 1.6px;
  text-overflow: ellipsis;
}

.news-single {
  width: 100%;
  max-width: 1236px;
  padding: 68px 30px;
  margin: 0 auto;
}

.news-single__back {
  font-size: 16.5px;
  text-decoration: none;
  display: table;
  color: #1B252E;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.news-single__intro {
  margin-bottom: 12px;
}

.news-single__intro h1 {
  margin-top: 0;
  font-size: 45px;
  line-height: 1.34;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  letter-spacing: 3.6px;
}

@media (max-width: 1200px) {
  .news-single__intro h1 {
    font-size: 38px;
    letter-spacing: 2px;
  }
}

@media (max-width: 991px) {
  .news-single__intro h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .news-single__intro h1 {
    font-size: 24px;
  }
}

.news-single__meta {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .news-single__meta {
    font-size: 14px;
  }
}

.news-single__details p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0;
  letter-spacing: 0.2px;
  margin-bottom: 42px;
  /* @media (max-width: 1200px) {
				font-size: 22px;
				line-height: 1.5;
			} */
}

@media (max-width: 991px) {
  .news-single__details p {
    /* font-size: 18px;
				letter-spacing: 2px; */
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .news-single__details p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.news-single__details figure {
  margin: 0 0 33px;
  text-align: center;
}

@media (max-width: 767px) {
  .news-single__details figure {
    margin-bottom: 20px;
  }
}

.news-single__details figure img {
  display: block;
  margin: 0 auto;
  max-height: 600px;
}

.news-single__details figure figcaption {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.34;
  margin-top: 36px;
  letter-spacing: 0.6px;
}

@media (max-width: 991px) {
  .news-single__details figure figcaption {
    font-size: 14px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .news-single__details figure figcaption br {
    display: none;
  }
}

.news-single__details .news-single__meta {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.2px;
  margin-top: 84px;
}

@media (max-width: 1200px) {
  .news-single__details .news-single__meta {
    /* font-size: 22px; */
    margin-top: 70px;
  }
}

@media (max-width: 991px) {
  .news-single__details .news-single__meta {
    /* font-size: 18px;
				letter-spacing: 2px; */
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .news-single__details .news-single__meta {
    /* font-size: 13px;
				letter-spacing: 2px; */
    margin-top: 30px;
  }
}

.news-single__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 116px;
}

@media (max-width: 991px) {
  .news-single__footer {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .news-single__footer {
    margin-top: 50px;
  }
}

.news-single__footer strong {
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: 1.3px;
  margin-bottom: 11px;
}

@media (max-width: 767px) {
  .news-single__footer strong {
    font-size: 16px;
  }
}

.news-single__footer span {
  font-size: 16px;
  letter-spacing: 1.4px;
  margin-bottom: 19px;
}

@media (max-width: 767px) {
  .news-single__footer span {
    font-size: 14px;
  }
}

.news-single__footer a {
  font-size: 16.5px;
  text-decoration: none;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .news-single__footer a {
    font-size: 14px;
  }
}

.sponsorship {
  width: 1188px;
  padding: 30px;
  max-width: 100%;
  margin: 0 auto;
}

.sponsorship > h2 {
  font-size: 42px;
  line-height: 1;
  text-align: center;
  margin-top: 0;
  letter-spacing: 0.08em;
  margin-bottom: 45px;
  display: none;
}

@media (max-width: 1200px) {
  .sponsorship > h2 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .sponsorship > h2 {
    font-size: 36px;
  }
}

.sponsorship > h2.visible {
  display: block;
}

.sponsorship-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -26px -53px;
}

@media (max-width: 1200px) {
  .sponsorship-wrap {
    margin: 0 -15px -53px;
  }
}

@media (max-width: 767px) {
  .sponsorship-wrap {
    margin: 0 0 -53px;
    display: block;
  }
}

.sponsorship-block {
  border: 2px solid currentColor;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 19px 25px 16px 47px;
  margin: 0 26px 53px;
  /* &:last-child {
			margin-bottom: 0;
		} */
}

@media (max-width: 1200px) {
  .sponsorship-block {
    padding-left: 25px;
    margin: 0 15px 53px;
  }
}

@media (max-width: 767px) {
  .sponsorship-block {
    display: block;
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}

.sponsorship-block.half {
  border-width: 3px;
  width: calc(50% - 52px);
  padding: 19px 25px 16px 18px;
}

@media (max-width: 1200px) {
  .sponsorship-block.half {
    padding-right: 18px;
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .sponsorship-block.half {
    width: 100%;
    padding: 20px;
  }
}

.sponsorship-block.third {
  width: calc(33.3333333% - 52px);
  border-width: 3px;
  padding: 19px 25px 16px 15px;
}

@media (max-width: 1200px) {
  .sponsorship-block.third {
    padding-right: 15px;
    width: calc(33.3333333% - 30px);
  }
}

@media (max-width: 991px) {
  .sponsorship-block.third {
    display: block;
  }
}

@media (max-width: 767px) {
  .sponsorship-block.third {
    display: block;
    width: 100%;
    padding: 20px;
  }
}

.sponsorship-block.quarter {
  width: calc(22.7% - 52px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 22px;
}

@media (max-width: 1200px) {
  .sponsorship-block.quarter {
    width: calc(25% - 30px);
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .sponsorship-block.quarter {
    padding: 15px 10px;
  }
}

@media (max-width: 767px) {
  .sponsorship-block.quarter {
    padding: 20px;
    width: 100%;
  }
}

.sponsorship-distinction {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  text-align: center;
}

.sponsorship-distinction span {
  background-color: #fff;
  letter-spacing: 1.4px;
  padding: 0 26px;
}

.third .sponsorship-distinction,
.quarter .sponsorship-distinction {
  display: none;
}

.sponsorship-img {
  width: 42.8%;
}

@media (max-width: 767px) {
  .sponsorship-img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.half .sponsorship-img {
  width: 130px;
  padding-top: 5px;
}

@media (max-width: 991px) {
  .half .sponsorship-img {
    width: 115px;
  }
}

@media (max-width: 767px) {
  .half .sponsorship-img {
    margin-left: auto;
    margin-right: auto;
  }
}

.third .sponsorship-img {
  width: 145px;
  padding-top: 5px;
}

@media (max-width: 1200px) {
  .third .sponsorship-img {
    width: 100px;
  }
}

@media (max-width: 991px) {
  .third .sponsorship-img {
    margin: 0 auto 15px;
  }
}

.quarter .sponsorship-img {
  width: 114px;
}

@media (max-width: 767px) {
  .quarter .sponsorship-img {
    margin-left: auto;
    margin-right: auto;
  }
}

.sponsorship-img img {
  display: block;
}

.sponsorship-details {
  width: 57.2%;
  text-align: center;
  margin-top: -4px;
  padding-left: 5.5%;
}

@media (max-width: 991px) {
  .sponsorship-details {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .sponsorship-details {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
}

.half .sponsorship-details {
  width: calc(100% - 130px);
  padding: 0 4.6% 0 10.6%;
}

@media (max-width: 991px) {
  .half .sponsorship-details {
    width: calc(100% - 115px);
    padding: 0 0 0 15px;
  }
}

@media (max-width: 767px) {
  .half .sponsorship-details {
    width: 100%;
    padding: 0;
  }
}

.third .sponsorship-details {
  width: calc(100% - 145px);
  text-align: left;
  padding-left: 13px;
}

@media (max-width: 1200px) {
  .third .sponsorship-details {
    width: calc(100% - 100px);
  }
}

@media (max-width: 991px) {
  .third .sponsorship-details {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

.quarter .sponsorship-details {
  margin-top: 0;
  padding-left: 0;
  width: 100%;
}

.sponsorship-details h3 {
  margin-top: 0;
  font-size: 27px;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.half .sponsorship-details h3 {
  font-size: 20px;
  letter-spacing: 1.3px;
  margin-bottom: 5px;
}

.third .sponsorship-details h3,
.quarter .sponsorship-details h3 {
  display: none;
}

.sponsorship-details p {
  font-size: 15px;
  margin-top: 0;
  letter-spacing: 1.35px;
  line-height: 22px;
}

.half .sponsorship-details p {
  font-size: 13px;
}

.third .sponsorship-details p {
  font-size: 12px;
  letter-spacing: 0.9px;
  margin: 0;
}

.quarter .sponsorship-details p {
  display: none;
}

.sponsorship-details .btn {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: table;
  margin: 16px auto 0;
  padding: 9px 20px;
  background: #264A6D;
  color: #fff;
  letter-spacing: 1.7px;
  border-radius: 8px;
  border: 1px solid #0F233F;
  width: 290px;
  max-width: 100%;
  -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .sponsorship-details .btn {
    font-size: 18px;
  }
}

.sponsorship-details .btn:hover, .sponsorship-details .btn:focus {
  border-color: #93233d;
  background-color: #93233d;
}

@media (min-width: 992px) {
  .third .sponsorship-details .btn {
    width: 36px;
    height: 36px;
    font-size: 0;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0;
  }
}

@media (min-width: 1201px) {
  .third .sponsorship-details .btn {
    width: 48px;
    height: 48px;
  }
}

@media (min-width: 992px) {
  .third .sponsorship-details .btn:before {
    content: '>';
    font-size: 38px;
    font-weight: 400;
    margin-left: 3px;
  }
}

@media (min-width: 1201px) {
  .third .sponsorship-details .btn:before {
    font-size: 48px;
  }
}

.quarter .sponsorship-details .btn {
  width: 100%;
  font-size: 18px;
  margin-top: 9px;
}

@media (max-width: 992px) {
  .quarter .sponsorship-details .btn {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.load-btn-wrap a {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: table;
  margin: 0 auto;
  color: #7E3030;
  border: 3px solid #7E3030;
  padding: 12px 20px;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.load-btn-wrap a:hover, .load-btn-wrap a:focus {
  background-color: #7E3030;
  color: #fff;
}

.sponsors-logos {
  padding: 125px 0 100px;
}

@media (max-width: 768px) {
  .sponsors-logos {
    padding: 80px 0 75px;
  }
}

.sponsors-logos h3 {
  color: #1b252e;
  text-transform: uppercase;
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 4.2px;
}

.sponsors-logos h3 a {
  color: #93233d;
  text-decoration: none;
  margin-left: 10px;
}

.sponsors-logos .sponsors-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1152px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.sponsors-logos .sponsors-list .sponsor {
  margin-right: 45px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.sponsors-logos .sponsors-list .sponsor img {
  max-width: 100%;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  width: 100%;
}

.sponsors-logos .sponsors-list .sponsor:last-child {
  margin-right: 0;
}

.sponsors-logos .sponsors-list:not(:first-of-type) .sponsor {
  margin-right: 32px;
}

.sponsors-logos .sponsors-list:not(:first-of-type) .sponsor img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
  opacity: 0.3;
}

@media (max-width: 768px) {
  .sponsors-logos .sponsors-list {
    display: block;
  }
  .sponsors-logos .sponsors-list .sponsor {
    margin: 0 auto;
    width: 40%;
  }
  .sponsors-logos .sponsors-list .sponsor:last-child {
    margin-right: auto;
  }
  .sponsors-logos .sponsors-list:not(:first-of-type) {
    display: none;
  }
}

.juicer .juicer-feed h1.referral {
  display: none;
}

.juicer .juicer-feed .slick-track, .juicer .juicer-feed li.feed-item, .juicer .juicer-feed img.j-content-image {
  height: 25vw !important;
  max-height: 360px;
  min-height: 300px;
}

body.error404 .four-zero-four {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px 125px;
}

body.error404 .four-zero-four h1, body.error404 .four-zero-four p {
  white-space: pre-wrap;
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

body.error404 .four-zero-four h1 {
  margin-bottom: 35px;
}

.partnership-module.logo-grid .grid-items{
  padding: 40px 40px;
  text-align: center;
  }
  .content-with-photo.livestreams .content {
    margin: 0 3%;
    width: 97%;
}

/*# sourceMappingURL=dist/styles/main.css.map */
