@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400&display=swap");
html, body {
  margin: 0;
  padding: 0;
}

.visualize:not(.grid), .grid.visualize [class*=col]:not(.grid) {
  background-color: lightblue;
}

.grid.gutter-1.collapse {
  width: auto;
  margin: -0;
}
.grid.gutter-1 [class*=col] {
  margin: 0;
}
.grid.gutter-1-h.collapse {
  width: auto;
  margin-left: -0;
  margin-right: -0;
}
.grid.gutter-1-h [class*=col] {
  margin-left: 0;
  margin-right: 0;
}
.grid.gutter-1-v.collapse {
  width: auto;
  margin-top: -0;
  margin-bottom: -0;
}
.grid.gutter-1-v [class*=col] {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .grid.gutter\@desktop-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.gutter\@desktop-1 [class*=col] {
    margin: 0;
  }
  .grid.gutter\@desktop-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.gutter\@desktop-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.gutter\@desktop-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.gutter\@desktop-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .grid.gutter\@laptop-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.gutter\@laptop-1 [class*=col] {
    margin: 0;
  }
  .grid.gutter\@laptop-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.gutter\@laptop-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.gutter\@laptop-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.gutter\@laptop-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .grid.gutter\@tablet-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.gutter\@tablet-1 [class*=col] {
    margin: 0;
  }
  .grid.gutter\@tablet-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.gutter\@tablet-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.gutter\@tablet-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.gutter\@tablet-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .grid.gutter\@mobile-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.gutter\@mobile-1 [class*=col] {
    margin: 0;
  }
  .grid.gutter\@mobile-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.gutter\@mobile-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.gutter\@mobile-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.gutter\@mobile-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.grid.flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.grid.flex.nowrap {
  flex-wrap: nowrap;
}
@media (max-width: 1200px) {
  .grid.flex.nowrap\@desktop {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .grid.flex.nowrap\@laptop {
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .grid.flex.nowrap\@tablet {
    flex-wrap: nowrap;
  }
}
@media (max-width: 500px) {
  .grid.flex.nowrap\@mobile {
    flex-wrap: nowrap;
  }
}
.grid.flex [class=col] {
  flex: 1 0 auto;
}
.grid.flex .col-1 {
  flex-basis: 8.3333333333%;
}
.grid.flex [class=col] {
  flex: 1 0 auto;
}
.grid.flex .col-2 {
  flex-basis: 16.6666666667%;
}
.grid.flex [class=col] {
  flex: 1 0 auto;
}
.grid.flex .col-3 {
  flex-basis: 25%;
}
.grid.flex [class=col] {
  flex: 1 0 auto;
}
.grid.flex .col-4 {
  flex-basis: 33.3333333333%;
}
.grid.flex [class=col] {
  flex: 1 0 auto;
}
.grid.flex .col-5 {
  flex-basis: 41.6666666667%;
}
.grid.flex [class=col] {
  flex: 1 0 auto;
}
.grid.flex .col-6 {
  flex-basis: 50%;
}
.grid.flex [class=col] {
  flex: 1 0 auto;
}
.grid.flex .col-7 {
  flex-basis: 58.3333333333%;
}
.grid.flex [class=col] {
  flex: 1 0 auto;
}
.grid.flex .col-8 {
  flex-basis: 66.6666666667%;
}
.grid.flex [class=col] {
  flex: 1 0 auto;
}
.grid.flex .col-9 {
  flex-basis: 75%;
}
.grid.flex [class=col] {
  flex: 1 0 auto;
}
.grid.flex .col-10 {
  flex-basis: 83.3333333333%;
}
.grid.flex [class=col] {
  flex: 1 0 auto;
}
.grid.flex .col-11 {
  flex-basis: 91.6666666667%;
}
.grid.flex [class=col] {
  flex: 1 0 auto;
}
.grid.flex .col-12 {
  flex-basis: 100%;
}
@media (max-width: 1200px) {
  .grid.flex .col\@desktop-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@desktop-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@desktop-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@desktop-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@desktop-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@desktop-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@desktop-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@desktop-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@desktop-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@desktop-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@desktop-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@desktop-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@desktop-1-force.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@desktop-1-force.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@desktop-1-force.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@desktop-1-force.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@desktop-1-force.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@desktop-1-force.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid.flex .col\@desktop-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@desktop-1 .col-1 {
    flex-basis: 8.3333333333%;
  }
  .grid.flex .col\@desktop-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@desktop-1 .col-2 {
    flex-basis: 16.6666666667%;
  }
  .grid.flex .col\@desktop-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@desktop-1 .col-3 {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@desktop-1 .col-4 {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@desktop-1 .col-5 {
    flex-basis: 41.6666666667%;
  }
  .grid.flex .col\@desktop-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@desktop-1 .col-6 {
    flex-basis: 50%;
  }
  .grid.flex .col\@desktop-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@desktop-1 .col-7 {
    flex-basis: 58.3333333333%;
  }
  .grid.flex .col\@desktop-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@desktop-1 .col-8 {
    flex-basis: 66.6666666667%;
  }
  .grid.flex .col\@desktop-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@desktop-1 .col-9 {
    flex-basis: 75%;
  }
  .grid.flex .col\@desktop-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@desktop-1 .col-10 {
    flex-basis: 83.3333333333%;
  }
  .grid.flex .col\@desktop-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@desktop-1 .col-11 {
    flex-basis: 91.6666666667%;
  }
  .grid.flex .col\@desktop-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@desktop-1 .col-12 {
    flex-basis: 100%;
  }
  .grid.flex .col\@desktop-1.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@desktop-1.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@desktop-1.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@desktop-1.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@desktop-1.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@desktop-1.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .grid.flex .col\@desktop-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@desktop-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@desktop-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@desktop-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@desktop-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@desktop-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@desktop-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@desktop-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@desktop-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@desktop-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@desktop-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@desktop-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@desktop-2-force.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@desktop-2-force.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@desktop-2-force.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@desktop-2-force.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@desktop-2-force.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@desktop-2-force.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid.flex .col\@desktop-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@desktop-2 .col-1 {
    flex-basis: 4.1666666667%;
  }
  .grid.flex .col\@desktop-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@desktop-2 .col-2 {
    flex-basis: 8.3333333333%;
  }
  .grid.flex .col\@desktop-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@desktop-2 .col-3 {
    flex-basis: 12.5%;
  }
  .grid.flex .col\@desktop-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@desktop-2 .col-4 {
    flex-basis: 16.6666666667%;
  }
  .grid.flex .col\@desktop-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@desktop-2 .col-5 {
    flex-basis: 20.8333333333%;
  }
  .grid.flex .col\@desktop-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@desktop-2 .col-6 {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@desktop-2 .col-7 {
    flex-basis: 29.1666666667%;
  }
  .grid.flex .col\@desktop-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@desktop-2 .col-8 {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@desktop-2 .col-9 {
    flex-basis: 37.5%;
  }
  .grid.flex .col\@desktop-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@desktop-2 .col-10 {
    flex-basis: 41.6666666667%;
  }
  .grid.flex .col\@desktop-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@desktop-2 .col-11 {
    flex-basis: 45.8333333333%;
  }
  .grid.flex .col\@desktop-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@desktop-2 .col-12 {
    flex-basis: 50%;
  }
  .grid.flex .col\@desktop-2.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@desktop-2.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@desktop-2.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@desktop-2.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@desktop-2.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@desktop-2.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .grid.flex .col\@desktop-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-3-force.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@desktop-3-force.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@desktop-3-force.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@desktop-3-force.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@desktop-3-force.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@desktop-3-force.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid.flex .col\@desktop-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-3 .col-1 {
    flex-basis: 2.7777777778%;
  }
  .grid.flex .col\@desktop-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-3 .col-2 {
    flex-basis: 5.5555555556%;
  }
  .grid.flex .col\@desktop-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-3 .col-3 {
    flex-basis: 8.3333333333%;
  }
  .grid.flex .col\@desktop-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-3 .col-4 {
    flex-basis: 11.1111111111%;
  }
  .grid.flex .col\@desktop-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-3 .col-5 {
    flex-basis: 13.8888888889%;
  }
  .grid.flex .col\@desktop-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-3 .col-6 {
    flex-basis: 16.6666666667%;
  }
  .grid.flex .col\@desktop-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-3 .col-7 {
    flex-basis: 19.4444444444%;
  }
  .grid.flex .col\@desktop-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-3 .col-8 {
    flex-basis: 22.2222222222%;
  }
  .grid.flex .col\@desktop-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-3 .col-9 {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-3 .col-10 {
    flex-basis: 27.7777777778%;
  }
  .grid.flex .col\@desktop-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-3 .col-11 {
    flex-basis: 30.5555555556%;
  }
  .grid.flex .col\@desktop-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-3 .col-12 {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@desktop-3.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@desktop-3.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@desktop-3.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@desktop-3.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@desktop-3.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@desktop-3.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .grid.flex .col\@desktop-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-4-force.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@desktop-4-force.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@desktop-4-force.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@desktop-4-force.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@desktop-4-force.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@desktop-4-force.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid.flex .col\@desktop-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-4 .col-1 {
    flex-basis: 2.0833333333%;
  }
  .grid.flex .col\@desktop-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-4 .col-2 {
    flex-basis: 4.1666666667%;
  }
  .grid.flex .col\@desktop-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-4 .col-3 {
    flex-basis: 6.25%;
  }
  .grid.flex .col\@desktop-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-4 .col-4 {
    flex-basis: 8.3333333333%;
  }
  .grid.flex .col\@desktop-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-4 .col-5 {
    flex-basis: 10.4166666667%;
  }
  .grid.flex .col\@desktop-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-4 .col-6 {
    flex-basis: 12.5%;
  }
  .grid.flex .col\@desktop-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-4 .col-7 {
    flex-basis: 14.5833333333%;
  }
  .grid.flex .col\@desktop-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-4 .col-8 {
    flex-basis: 16.6666666667%;
  }
  .grid.flex .col\@desktop-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-4 .col-9 {
    flex-basis: 18.75%;
  }
  .grid.flex .col\@desktop-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-4 .col-10 {
    flex-basis: 20.8333333333%;
  }
  .grid.flex .col\@desktop-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-4 .col-11 {
    flex-basis: 22.9166666667%;
  }
  .grid.flex .col\@desktop-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-4 .col-12 {
    flex-basis: 25%;
  }
  .grid.flex .col\@desktop-4.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@desktop-4.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@desktop-4.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@desktop-4.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@desktop-4.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@desktop-4.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .grid.flex .col\@desktop-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@desktop-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@desktop-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@desktop-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@desktop-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@desktop-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@desktop-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@desktop-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@desktop-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@desktop-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@desktop-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@desktop-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@desktop-5-force.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@desktop-5-force.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@desktop-5-force.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@desktop-5-force.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@desktop-5-force.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@desktop-5-force.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid.flex .col\@desktop-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@desktop-5 .col-1 {
    flex-basis: 1.6666666667%;
  }
  .grid.flex .col\@desktop-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@desktop-5 .col-2 {
    flex-basis: 3.3333333333%;
  }
  .grid.flex .col\@desktop-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@desktop-5 .col-3 {
    flex-basis: 5%;
  }
  .grid.flex .col\@desktop-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@desktop-5 .col-4 {
    flex-basis: 6.6666666667%;
  }
  .grid.flex .col\@desktop-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@desktop-5 .col-5 {
    flex-basis: 8.3333333333%;
  }
  .grid.flex .col\@desktop-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@desktop-5 .col-6 {
    flex-basis: 10%;
  }
  .grid.flex .col\@desktop-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@desktop-5 .col-7 {
    flex-basis: 11.6666666667%;
  }
  .grid.flex .col\@desktop-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@desktop-5 .col-8 {
    flex-basis: 13.3333333333%;
  }
  .grid.flex .col\@desktop-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@desktop-5 .col-9 {
    flex-basis: 15%;
  }
  .grid.flex .col\@desktop-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@desktop-5 .col-10 {
    flex-basis: 16.6666666667%;
  }
  .grid.flex .col\@desktop-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@desktop-5 .col-11 {
    flex-basis: 18.3333333333%;
  }
  .grid.flex .col\@desktop-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@desktop-5 .col-12 {
    flex-basis: 20%;
  }
  .grid.flex .col\@desktop-5.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@desktop-5.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@desktop-5.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@desktop-5.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@desktop-5.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@desktop-5.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .grid.flex .col\@laptop-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@laptop-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@laptop-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@laptop-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@laptop-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@laptop-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@laptop-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@laptop-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@laptop-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@laptop-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@laptop-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@laptop-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@laptop-1-force.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@laptop-1-force.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@laptop-1-force.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@laptop-1-force.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@laptop-1-force.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@laptop-1-force.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid.flex .col\@laptop-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@laptop-1 .col-1 {
    flex-basis: 8.3333333333%;
  }
  .grid.flex .col\@laptop-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@laptop-1 .col-2 {
    flex-basis: 16.6666666667%;
  }
  .grid.flex .col\@laptop-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@laptop-1 .col-3 {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@laptop-1 .col-4 {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@laptop-1 .col-5 {
    flex-basis: 41.6666666667%;
  }
  .grid.flex .col\@laptop-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@laptop-1 .col-6 {
    flex-basis: 50%;
  }
  .grid.flex .col\@laptop-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@laptop-1 .col-7 {
    flex-basis: 58.3333333333%;
  }
  .grid.flex .col\@laptop-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@laptop-1 .col-8 {
    flex-basis: 66.6666666667%;
  }
  .grid.flex .col\@laptop-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@laptop-1 .col-9 {
    flex-basis: 75%;
  }
  .grid.flex .col\@laptop-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@laptop-1 .col-10 {
    flex-basis: 83.3333333333%;
  }
  .grid.flex .col\@laptop-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@laptop-1 .col-11 {
    flex-basis: 91.6666666667%;
  }
  .grid.flex .col\@laptop-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@laptop-1 .col-12 {
    flex-basis: 100%;
  }
  .grid.flex .col\@laptop-1.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@laptop-1.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@laptop-1.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@laptop-1.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@laptop-1.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@laptop-1.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .grid.flex .col\@laptop-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@laptop-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@laptop-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@laptop-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@laptop-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@laptop-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@laptop-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@laptop-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@laptop-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@laptop-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@laptop-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@laptop-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@laptop-2-force.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@laptop-2-force.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@laptop-2-force.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@laptop-2-force.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@laptop-2-force.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@laptop-2-force.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid.flex .col\@laptop-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@laptop-2 .col-1 {
    flex-basis: 4.1666666667%;
  }
  .grid.flex .col\@laptop-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@laptop-2 .col-2 {
    flex-basis: 8.3333333333%;
  }
  .grid.flex .col\@laptop-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@laptop-2 .col-3 {
    flex-basis: 12.5%;
  }
  .grid.flex .col\@laptop-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@laptop-2 .col-4 {
    flex-basis: 16.6666666667%;
  }
  .grid.flex .col\@laptop-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@laptop-2 .col-5 {
    flex-basis: 20.8333333333%;
  }
  .grid.flex .col\@laptop-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@laptop-2 .col-6 {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@laptop-2 .col-7 {
    flex-basis: 29.1666666667%;
  }
  .grid.flex .col\@laptop-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@laptop-2 .col-8 {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@laptop-2 .col-9 {
    flex-basis: 37.5%;
  }
  .grid.flex .col\@laptop-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@laptop-2 .col-10 {
    flex-basis: 41.6666666667%;
  }
  .grid.flex .col\@laptop-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@laptop-2 .col-11 {
    flex-basis: 45.8333333333%;
  }
  .grid.flex .col\@laptop-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@laptop-2 .col-12 {
    flex-basis: 50%;
  }
  .grid.flex .col\@laptop-2.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@laptop-2.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@laptop-2.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@laptop-2.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@laptop-2.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@laptop-2.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .grid.flex .col\@laptop-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-3-force.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@laptop-3-force.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@laptop-3-force.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@laptop-3-force.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@laptop-3-force.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@laptop-3-force.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid.flex .col\@laptop-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-3 .col-1 {
    flex-basis: 2.7777777778%;
  }
  .grid.flex .col\@laptop-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-3 .col-2 {
    flex-basis: 5.5555555556%;
  }
  .grid.flex .col\@laptop-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-3 .col-3 {
    flex-basis: 8.3333333333%;
  }
  .grid.flex .col\@laptop-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-3 .col-4 {
    flex-basis: 11.1111111111%;
  }
  .grid.flex .col\@laptop-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-3 .col-5 {
    flex-basis: 13.8888888889%;
  }
  .grid.flex .col\@laptop-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-3 .col-6 {
    flex-basis: 16.6666666667%;
  }
  .grid.flex .col\@laptop-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-3 .col-7 {
    flex-basis: 19.4444444444%;
  }
  .grid.flex .col\@laptop-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-3 .col-8 {
    flex-basis: 22.2222222222%;
  }
  .grid.flex .col\@laptop-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-3 .col-9 {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-3 .col-10 {
    flex-basis: 27.7777777778%;
  }
  .grid.flex .col\@laptop-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-3 .col-11 {
    flex-basis: 30.5555555556%;
  }
  .grid.flex .col\@laptop-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-3 .col-12 {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@laptop-3.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@laptop-3.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@laptop-3.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@laptop-3.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@laptop-3.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@laptop-3.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .grid.flex .col\@laptop-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-4-force.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@laptop-4-force.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@laptop-4-force.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@laptop-4-force.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@laptop-4-force.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@laptop-4-force.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid.flex .col\@laptop-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-4 .col-1 {
    flex-basis: 2.0833333333%;
  }
  .grid.flex .col\@laptop-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-4 .col-2 {
    flex-basis: 4.1666666667%;
  }
  .grid.flex .col\@laptop-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-4 .col-3 {
    flex-basis: 6.25%;
  }
  .grid.flex .col\@laptop-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-4 .col-4 {
    flex-basis: 8.3333333333%;
  }
  .grid.flex .col\@laptop-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-4 .col-5 {
    flex-basis: 10.4166666667%;
  }
  .grid.flex .col\@laptop-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-4 .col-6 {
    flex-basis: 12.5%;
  }
  .grid.flex .col\@laptop-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-4 .col-7 {
    flex-basis: 14.5833333333%;
  }
  .grid.flex .col\@laptop-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-4 .col-8 {
    flex-basis: 16.6666666667%;
  }
  .grid.flex .col\@laptop-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-4 .col-9 {
    flex-basis: 18.75%;
  }
  .grid.flex .col\@laptop-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-4 .col-10 {
    flex-basis: 20.8333333333%;
  }
  .grid.flex .col\@laptop-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-4 .col-11 {
    flex-basis: 22.9166666667%;
  }
  .grid.flex .col\@laptop-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-4 .col-12 {
    flex-basis: 25%;
  }
  .grid.flex .col\@laptop-4.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@laptop-4.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@laptop-4.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@laptop-4.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@laptop-4.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@laptop-4.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .grid.flex .col\@laptop-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@laptop-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@laptop-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@laptop-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@laptop-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@laptop-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@laptop-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@laptop-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@laptop-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@laptop-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@laptop-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@laptop-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@laptop-5-force.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@laptop-5-force.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@laptop-5-force.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@laptop-5-force.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@laptop-5-force.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@laptop-5-force.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid.flex .col\@laptop-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@laptop-5 .col-1 {
    flex-basis: 1.6666666667%;
  }
  .grid.flex .col\@laptop-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@laptop-5 .col-2 {
    flex-basis: 3.3333333333%;
  }
  .grid.flex .col\@laptop-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@laptop-5 .col-3 {
    flex-basis: 5%;
  }
  .grid.flex .col\@laptop-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@laptop-5 .col-4 {
    flex-basis: 6.6666666667%;
  }
  .grid.flex .col\@laptop-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@laptop-5 .col-5 {
    flex-basis: 8.3333333333%;
  }
  .grid.flex .col\@laptop-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@laptop-5 .col-6 {
    flex-basis: 10%;
  }
  .grid.flex .col\@laptop-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@laptop-5 .col-7 {
    flex-basis: 11.6666666667%;
  }
  .grid.flex .col\@laptop-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@laptop-5 .col-8 {
    flex-basis: 13.3333333333%;
  }
  .grid.flex .col\@laptop-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@laptop-5 .col-9 {
    flex-basis: 15%;
  }
  .grid.flex .col\@laptop-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@laptop-5 .col-10 {
    flex-basis: 16.6666666667%;
  }
  .grid.flex .col\@laptop-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@laptop-5 .col-11 {
    flex-basis: 18.3333333333%;
  }
  .grid.flex .col\@laptop-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@laptop-5 .col-12 {
    flex-basis: 20%;
  }
  .grid.flex .col\@laptop-5.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@laptop-5.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@laptop-5.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@laptop-5.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@laptop-5.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@laptop-5.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .grid.flex .col\@tablet-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@tablet-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@tablet-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@tablet-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@tablet-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@tablet-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@tablet-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@tablet-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@tablet-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@tablet-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@tablet-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@tablet-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@tablet-1-force.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@tablet-1-force.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@tablet-1-force.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@tablet-1-force.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@tablet-1-force.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@tablet-1-force.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid.flex .col\@tablet-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@tablet-1 .col-1 {
    flex-basis: 8.3333333333%;
  }
  .grid.flex .col\@tablet-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@tablet-1 .col-2 {
    flex-basis: 16.6666666667%;
  }
  .grid.flex .col\@tablet-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@tablet-1 .col-3 {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@tablet-1 .col-4 {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@tablet-1 .col-5 {
    flex-basis: 41.6666666667%;
  }
  .grid.flex .col\@tablet-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@tablet-1 .col-6 {
    flex-basis: 50%;
  }
  .grid.flex .col\@tablet-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@tablet-1 .col-7 {
    flex-basis: 58.3333333333%;
  }
  .grid.flex .col\@tablet-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@tablet-1 .col-8 {
    flex-basis: 66.6666666667%;
  }
  .grid.flex .col\@tablet-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@tablet-1 .col-9 {
    flex-basis: 75%;
  }
  .grid.flex .col\@tablet-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@tablet-1 .col-10 {
    flex-basis: 83.3333333333%;
  }
  .grid.flex .col\@tablet-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@tablet-1 .col-11 {
    flex-basis: 91.6666666667%;
  }
  .grid.flex .col\@tablet-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@tablet-1 .col-12 {
    flex-basis: 100%;
  }
  .grid.flex .col\@tablet-1.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@tablet-1.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@tablet-1.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@tablet-1.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@tablet-1.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@tablet-1.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .grid.flex .col\@tablet-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@tablet-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@tablet-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@tablet-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@tablet-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@tablet-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@tablet-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@tablet-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@tablet-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@tablet-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@tablet-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@tablet-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@tablet-2-force.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@tablet-2-force.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@tablet-2-force.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@tablet-2-force.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@tablet-2-force.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@tablet-2-force.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid.flex .col\@tablet-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@tablet-2 .col-1 {
    flex-basis: 4.1666666667%;
  }
  .grid.flex .col\@tablet-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@tablet-2 .col-2 {
    flex-basis: 8.3333333333%;
  }
  .grid.flex .col\@tablet-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@tablet-2 .col-3 {
    flex-basis: 12.5%;
  }
  .grid.flex .col\@tablet-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@tablet-2 .col-4 {
    flex-basis: 16.6666666667%;
  }
  .grid.flex .col\@tablet-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@tablet-2 .col-5 {
    flex-basis: 20.8333333333%;
  }
  .grid.flex .col\@tablet-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@tablet-2 .col-6 {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@tablet-2 .col-7 {
    flex-basis: 29.1666666667%;
  }
  .grid.flex .col\@tablet-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@tablet-2 .col-8 {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@tablet-2 .col-9 {
    flex-basis: 37.5%;
  }
  .grid.flex .col\@tablet-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@tablet-2 .col-10 {
    flex-basis: 41.6666666667%;
  }
  .grid.flex .col\@tablet-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@tablet-2 .col-11 {
    flex-basis: 45.8333333333%;
  }
  .grid.flex .col\@tablet-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@tablet-2 .col-12 {
    flex-basis: 50%;
  }
  .grid.flex .col\@tablet-2.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@tablet-2.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@tablet-2.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@tablet-2.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@tablet-2.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@tablet-2.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .grid.flex .col\@tablet-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-3-force.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@tablet-3-force.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@tablet-3-force.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@tablet-3-force.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@tablet-3-force.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@tablet-3-force.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid.flex .col\@tablet-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-3 .col-1 {
    flex-basis: 2.7777777778%;
  }
  .grid.flex .col\@tablet-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-3 .col-2 {
    flex-basis: 5.5555555556%;
  }
  .grid.flex .col\@tablet-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-3 .col-3 {
    flex-basis: 8.3333333333%;
  }
  .grid.flex .col\@tablet-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-3 .col-4 {
    flex-basis: 11.1111111111%;
  }
  .grid.flex .col\@tablet-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-3 .col-5 {
    flex-basis: 13.8888888889%;
  }
  .grid.flex .col\@tablet-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-3 .col-6 {
    flex-basis: 16.6666666667%;
  }
  .grid.flex .col\@tablet-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-3 .col-7 {
    flex-basis: 19.4444444444%;
  }
  .grid.flex .col\@tablet-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-3 .col-8 {
    flex-basis: 22.2222222222%;
  }
  .grid.flex .col\@tablet-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-3 .col-9 {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-3 .col-10 {
    flex-basis: 27.7777777778%;
  }
  .grid.flex .col\@tablet-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-3 .col-11 {
    flex-basis: 30.5555555556%;
  }
  .grid.flex .col\@tablet-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-3 .col-12 {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@tablet-3.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@tablet-3.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@tablet-3.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@tablet-3.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@tablet-3.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@tablet-3.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .grid.flex .col\@tablet-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-4-force.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@tablet-4-force.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@tablet-4-force.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@tablet-4-force.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@tablet-4-force.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@tablet-4-force.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid.flex .col\@tablet-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-4 .col-1 {
    flex-basis: 2.0833333333%;
  }
  .grid.flex .col\@tablet-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-4 .col-2 {
    flex-basis: 4.1666666667%;
  }
  .grid.flex .col\@tablet-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-4 .col-3 {
    flex-basis: 6.25%;
  }
  .grid.flex .col\@tablet-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-4 .col-4 {
    flex-basis: 8.3333333333%;
  }
  .grid.flex .col\@tablet-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-4 .col-5 {
    flex-basis: 10.4166666667%;
  }
  .grid.flex .col\@tablet-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-4 .col-6 {
    flex-basis: 12.5%;
  }
  .grid.flex .col\@tablet-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-4 .col-7 {
    flex-basis: 14.5833333333%;
  }
  .grid.flex .col\@tablet-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-4 .col-8 {
    flex-basis: 16.6666666667%;
  }
  .grid.flex .col\@tablet-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-4 .col-9 {
    flex-basis: 18.75%;
  }
  .grid.flex .col\@tablet-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-4 .col-10 {
    flex-basis: 20.8333333333%;
  }
  .grid.flex .col\@tablet-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-4 .col-11 {
    flex-basis: 22.9166666667%;
  }
  .grid.flex .col\@tablet-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-4 .col-12 {
    flex-basis: 25%;
  }
  .grid.flex .col\@tablet-4.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@tablet-4.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@tablet-4.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@tablet-4.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@tablet-4.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@tablet-4.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .grid.flex .col\@tablet-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@tablet-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@tablet-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@tablet-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@tablet-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@tablet-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@tablet-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@tablet-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@tablet-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@tablet-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@tablet-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@tablet-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@tablet-5-force.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@tablet-5-force.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@tablet-5-force.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@tablet-5-force.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@tablet-5-force.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@tablet-5-force.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid.flex .col\@tablet-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@tablet-5 .col-1 {
    flex-basis: 1.6666666667%;
  }
  .grid.flex .col\@tablet-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@tablet-5 .col-2 {
    flex-basis: 3.3333333333%;
  }
  .grid.flex .col\@tablet-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@tablet-5 .col-3 {
    flex-basis: 5%;
  }
  .grid.flex .col\@tablet-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@tablet-5 .col-4 {
    flex-basis: 6.6666666667%;
  }
  .grid.flex .col\@tablet-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@tablet-5 .col-5 {
    flex-basis: 8.3333333333%;
  }
  .grid.flex .col\@tablet-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@tablet-5 .col-6 {
    flex-basis: 10%;
  }
  .grid.flex .col\@tablet-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@tablet-5 .col-7 {
    flex-basis: 11.6666666667%;
  }
  .grid.flex .col\@tablet-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@tablet-5 .col-8 {
    flex-basis: 13.3333333333%;
  }
  .grid.flex .col\@tablet-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@tablet-5 .col-9 {
    flex-basis: 15%;
  }
  .grid.flex .col\@tablet-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@tablet-5 .col-10 {
    flex-basis: 16.6666666667%;
  }
  .grid.flex .col\@tablet-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@tablet-5 .col-11 {
    flex-basis: 18.3333333333%;
  }
  .grid.flex .col\@tablet-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@tablet-5 .col-12 {
    flex-basis: 20%;
  }
  .grid.flex .col\@tablet-5.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@tablet-5.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@tablet-5.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@tablet-5.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@tablet-5.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@tablet-5.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .grid.flex .col\@mobile-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@mobile-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@mobile-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@mobile-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@mobile-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@mobile-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@mobile-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@mobile-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@mobile-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@mobile-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@mobile-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@mobile-1-force [class*=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@mobile-1-force.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@mobile-1-force.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@mobile-1-force.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@mobile-1-force.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@mobile-1-force.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@mobile-1-force.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid.flex .col\@mobile-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@mobile-1 .col-1 {
    flex-basis: 8.3333333333%;
  }
  .grid.flex .col\@mobile-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@mobile-1 .col-2 {
    flex-basis: 16.6666666667%;
  }
  .grid.flex .col\@mobile-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@mobile-1 .col-3 {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@mobile-1 .col-4 {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@mobile-1 .col-5 {
    flex-basis: 41.6666666667%;
  }
  .grid.flex .col\@mobile-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@mobile-1 .col-6 {
    flex-basis: 50%;
  }
  .grid.flex .col\@mobile-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@mobile-1 .col-7 {
    flex-basis: 58.3333333333%;
  }
  .grid.flex .col\@mobile-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@mobile-1 .col-8 {
    flex-basis: 66.6666666667%;
  }
  .grid.flex .col\@mobile-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@mobile-1 .col-9 {
    flex-basis: 75%;
  }
  .grid.flex .col\@mobile-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@mobile-1 .col-10 {
    flex-basis: 83.3333333333%;
  }
  .grid.flex .col\@mobile-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@mobile-1 .col-11 {
    flex-basis: 91.6666666667%;
  }
  .grid.flex .col\@mobile-1 [class=col] {
    flex-basis: 100%;
  }
  .grid.flex .col\@mobile-1 .col-12 {
    flex-basis: 100%;
  }
  .grid.flex .col\@mobile-1.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@mobile-1.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@mobile-1.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@mobile-1.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@mobile-1.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@mobile-1.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .grid.flex .col\@mobile-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@mobile-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@mobile-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@mobile-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@mobile-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@mobile-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@mobile-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@mobile-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@mobile-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@mobile-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@mobile-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@mobile-2-force [class*=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@mobile-2-force.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@mobile-2-force.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@mobile-2-force.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@mobile-2-force.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@mobile-2-force.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@mobile-2-force.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid.flex .col\@mobile-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@mobile-2 .col-1 {
    flex-basis: 4.1666666667%;
  }
  .grid.flex .col\@mobile-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@mobile-2 .col-2 {
    flex-basis: 8.3333333333%;
  }
  .grid.flex .col\@mobile-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@mobile-2 .col-3 {
    flex-basis: 12.5%;
  }
  .grid.flex .col\@mobile-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@mobile-2 .col-4 {
    flex-basis: 16.6666666667%;
  }
  .grid.flex .col\@mobile-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@mobile-2 .col-5 {
    flex-basis: 20.8333333333%;
  }
  .grid.flex .col\@mobile-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@mobile-2 .col-6 {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@mobile-2 .col-7 {
    flex-basis: 29.1666666667%;
  }
  .grid.flex .col\@mobile-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@mobile-2 .col-8 {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@mobile-2 .col-9 {
    flex-basis: 37.5%;
  }
  .grid.flex .col\@mobile-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@mobile-2 .col-10 {
    flex-basis: 41.6666666667%;
  }
  .grid.flex .col\@mobile-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@mobile-2 .col-11 {
    flex-basis: 45.8333333333%;
  }
  .grid.flex .col\@mobile-2 [class=col] {
    flex-basis: 50%;
  }
  .grid.flex .col\@mobile-2 .col-12 {
    flex-basis: 50%;
  }
  .grid.flex .col\@mobile-2.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@mobile-2.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@mobile-2.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@mobile-2.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@mobile-2.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@mobile-2.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .grid.flex .col\@mobile-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-3-force [class*=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-3-force.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@mobile-3-force.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@mobile-3-force.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@mobile-3-force.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@mobile-3-force.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@mobile-3-force.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid.flex .col\@mobile-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-3 .col-1 {
    flex-basis: 2.7777777778%;
  }
  .grid.flex .col\@mobile-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-3 .col-2 {
    flex-basis: 5.5555555556%;
  }
  .grid.flex .col\@mobile-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-3 .col-3 {
    flex-basis: 8.3333333333%;
  }
  .grid.flex .col\@mobile-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-3 .col-4 {
    flex-basis: 11.1111111111%;
  }
  .grid.flex .col\@mobile-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-3 .col-5 {
    flex-basis: 13.8888888889%;
  }
  .grid.flex .col\@mobile-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-3 .col-6 {
    flex-basis: 16.6666666667%;
  }
  .grid.flex .col\@mobile-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-3 .col-7 {
    flex-basis: 19.4444444444%;
  }
  .grid.flex .col\@mobile-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-3 .col-8 {
    flex-basis: 22.2222222222%;
  }
  .grid.flex .col\@mobile-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-3 .col-9 {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-3 .col-10 {
    flex-basis: 27.7777777778%;
  }
  .grid.flex .col\@mobile-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-3 .col-11 {
    flex-basis: 30.5555555556%;
  }
  .grid.flex .col\@mobile-3 [class=col] {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-3 .col-12 {
    flex-basis: 33.3333333333%;
  }
  .grid.flex .col\@mobile-3.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@mobile-3.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@mobile-3.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@mobile-3.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@mobile-3.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@mobile-3.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .grid.flex .col\@mobile-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-4-force [class*=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-4-force.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@mobile-4-force.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@mobile-4-force.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@mobile-4-force.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@mobile-4-force.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@mobile-4-force.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid.flex .col\@mobile-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-4 .col-1 {
    flex-basis: 2.0833333333%;
  }
  .grid.flex .col\@mobile-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-4 .col-2 {
    flex-basis: 4.1666666667%;
  }
  .grid.flex .col\@mobile-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-4 .col-3 {
    flex-basis: 6.25%;
  }
  .grid.flex .col\@mobile-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-4 .col-4 {
    flex-basis: 8.3333333333%;
  }
  .grid.flex .col\@mobile-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-4 .col-5 {
    flex-basis: 10.4166666667%;
  }
  .grid.flex .col\@mobile-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-4 .col-6 {
    flex-basis: 12.5%;
  }
  .grid.flex .col\@mobile-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-4 .col-7 {
    flex-basis: 14.5833333333%;
  }
  .grid.flex .col\@mobile-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-4 .col-8 {
    flex-basis: 16.6666666667%;
  }
  .grid.flex .col\@mobile-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-4 .col-9 {
    flex-basis: 18.75%;
  }
  .grid.flex .col\@mobile-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-4 .col-10 {
    flex-basis: 20.8333333333%;
  }
  .grid.flex .col\@mobile-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-4 .col-11 {
    flex-basis: 22.9166666667%;
  }
  .grid.flex .col\@mobile-4 [class=col] {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-4 .col-12 {
    flex-basis: 25%;
  }
  .grid.flex .col\@mobile-4.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@mobile-4.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@mobile-4.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@mobile-4.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@mobile-4.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@mobile-4.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .grid.flex .col\@mobile-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@mobile-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@mobile-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@mobile-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@mobile-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@mobile-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@mobile-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@mobile-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@mobile-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@mobile-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@mobile-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@mobile-5-force [class*=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@mobile-5-force.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@mobile-5-force.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@mobile-5-force.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@mobile-5-force.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@mobile-5-force.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@mobile-5-force.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid.flex .col\@mobile-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@mobile-5 .col-1 {
    flex-basis: 1.6666666667%;
  }
  .grid.flex .col\@mobile-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@mobile-5 .col-2 {
    flex-basis: 3.3333333333%;
  }
  .grid.flex .col\@mobile-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@mobile-5 .col-3 {
    flex-basis: 5%;
  }
  .grid.flex .col\@mobile-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@mobile-5 .col-4 {
    flex-basis: 6.6666666667%;
  }
  .grid.flex .col\@mobile-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@mobile-5 .col-5 {
    flex-basis: 8.3333333333%;
  }
  .grid.flex .col\@mobile-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@mobile-5 .col-6 {
    flex-basis: 10%;
  }
  .grid.flex .col\@mobile-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@mobile-5 .col-7 {
    flex-basis: 11.6666666667%;
  }
  .grid.flex .col\@mobile-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@mobile-5 .col-8 {
    flex-basis: 13.3333333333%;
  }
  .grid.flex .col\@mobile-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@mobile-5 .col-9 {
    flex-basis: 15%;
  }
  .grid.flex .col\@mobile-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@mobile-5 .col-10 {
    flex-basis: 16.6666666667%;
  }
  .grid.flex .col\@mobile-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@mobile-5 .col-11 {
    flex-basis: 18.3333333333%;
  }
  .grid.flex .col\@mobile-5 [class=col] {
    flex-basis: 20%;
  }
  .grid.flex .col\@mobile-5 .col-12 {
    flex-basis: 20%;
  }
  .grid.flex .col\@mobile-5.gutter-1.collapse {
    width: auto;
    margin: -0;
  }
  .grid.flex .col\@mobile-5.gutter-1 [class*=col] {
    margin: 0;
  }
  .grid.flex .col\@mobile-5.gutter-1-h.collapse {
    width: auto;
    margin-left: -0;
    margin-right: -0;
  }
  .grid.flex .col\@mobile-5.gutter-1-h [class*=col] {
    margin-left: 0;
    margin-right: 0;
  }
  .grid.flex .col\@mobile-5.gutter-1-v.collapse {
    width: auto;
    margin-top: -0;
    margin-bottom: -0;
  }
  .grid.flex .col\@mobile-5.gutter-1-v [class*=col] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .grid.flex .col\@desktop-1 {
    flex-basis: 8.3333333333%;
  }
}
@media (max-width: 1200px) {
  .grid.flex .col\@desktop-2 {
    flex-basis: 16.6666666667%;
  }
}
@media (max-width: 1200px) {
  .grid.flex .col\@desktop-3 {
    flex-basis: 25%;
  }
}
@media (max-width: 1200px) {
  .grid.flex .col\@desktop-4 {
    flex-basis: 33.3333333333%;
  }
}
@media (max-width: 1200px) {
  .grid.flex .col\@desktop-5 {
    flex-basis: 41.6666666667%;
  }
}
@media (max-width: 1200px) {
  .grid.flex .col\@desktop-6 {
    flex-basis: 50%;
  }
}
@media (max-width: 1200px) {
  .grid.flex .col\@desktop-7 {
    flex-basis: 58.3333333333%;
  }
}
@media (max-width: 1200px) {
  .grid.flex .col\@desktop-8 {
    flex-basis: 66.6666666667%;
  }
}
@media (max-width: 1200px) {
  .grid.flex .col\@desktop-9 {
    flex-basis: 75%;
  }
}
@media (max-width: 1200px) {
  .grid.flex .col\@desktop-10 {
    flex-basis: 83.3333333333%;
  }
}
@media (max-width: 1200px) {
  .grid.flex .col\@desktop-11 {
    flex-basis: 91.6666666667%;
  }
}
@media (max-width: 1200px) {
  .grid.flex .col\@desktop-12 {
    flex-basis: 100%;
  }
}
@media (max-width: 992px) {
  .grid.flex .col\@laptop-1 {
    flex-basis: 8.3333333333%;
  }
}
@media (max-width: 992px) {
  .grid.flex .col\@laptop-2 {
    flex-basis: 16.6666666667%;
  }
}
@media (max-width: 992px) {
  .grid.flex .col\@laptop-3 {
    flex-basis: 25%;
  }
}
@media (max-width: 992px) {
  .grid.flex .col\@laptop-4 {
    flex-basis: 33.3333333333%;
  }
}
@media (max-width: 992px) {
  .grid.flex .col\@laptop-5 {
    flex-basis: 41.6666666667%;
  }
}
@media (max-width: 992px) {
  .grid.flex .col\@laptop-6 {
    flex-basis: 50%;
  }
}
@media (max-width: 992px) {
  .grid.flex .col\@laptop-7 {
    flex-basis: 58.3333333333%;
  }
}
@media (max-width: 992px) {
  .grid.flex .col\@laptop-8 {
    flex-basis: 66.6666666667%;
  }
}
@media (max-width: 992px) {
  .grid.flex .col\@laptop-9 {
    flex-basis: 75%;
  }
}
@media (max-width: 992px) {
  .grid.flex .col\@laptop-10 {
    flex-basis: 83.3333333333%;
  }
}
@media (max-width: 992px) {
  .grid.flex .col\@laptop-11 {
    flex-basis: 91.6666666667%;
  }
}
@media (max-width: 992px) {
  .grid.flex .col\@laptop-12 {
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .grid.flex .col\@tablet-1 {
    flex-basis: 8.3333333333%;
  }
}
@media (max-width: 768px) {
  .grid.flex .col\@tablet-2 {
    flex-basis: 16.6666666667%;
  }
}
@media (max-width: 768px) {
  .grid.flex .col\@tablet-3 {
    flex-basis: 25%;
  }
}
@media (max-width: 768px) {
  .grid.flex .col\@tablet-4 {
    flex-basis: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .grid.flex .col\@tablet-5 {
    flex-basis: 41.6666666667%;
  }
}
@media (max-width: 768px) {
  .grid.flex .col\@tablet-6 {
    flex-basis: 50%;
  }
}
@media (max-width: 768px) {
  .grid.flex .col\@tablet-7 {
    flex-basis: 58.3333333333%;
  }
}
@media (max-width: 768px) {
  .grid.flex .col\@tablet-8 {
    flex-basis: 66.6666666667%;
  }
}
@media (max-width: 768px) {
  .grid.flex .col\@tablet-9 {
    flex-basis: 75%;
  }
}
@media (max-width: 768px) {
  .grid.flex .col\@tablet-10 {
    flex-basis: 83.3333333333%;
  }
}
@media (max-width: 768px) {
  .grid.flex .col\@tablet-11 {
    flex-basis: 91.6666666667%;
  }
}
@media (max-width: 768px) {
  .grid.flex .col\@tablet-12 {
    flex-basis: 100%;
  }
}
@media (max-width: 500px) {
  .grid.flex .col\@mobile-1 {
    flex-basis: 8.3333333333%;
  }
}
@media (max-width: 500px) {
  .grid.flex .col\@mobile-2 {
    flex-basis: 16.6666666667%;
  }
}
@media (max-width: 500px) {
  .grid.flex .col\@mobile-3 {
    flex-basis: 25%;
  }
}
@media (max-width: 500px) {
  .grid.flex .col\@mobile-4 {
    flex-basis: 33.3333333333%;
  }
}
@media (max-width: 500px) {
  .grid.flex .col\@mobile-5 {
    flex-basis: 41.6666666667%;
  }
}
@media (max-width: 500px) {
  .grid.flex .col\@mobile-6 {
    flex-basis: 50%;
  }
}
@media (max-width: 500px) {
  .grid.flex .col\@mobile-7 {
    flex-basis: 58.3333333333%;
  }
}
@media (max-width: 500px) {
  .grid.flex .col\@mobile-8 {
    flex-basis: 66.6666666667%;
  }
}
@media (max-width: 500px) {
  .grid.flex .col\@mobile-9 {
    flex-basis: 75%;
  }
}
@media (max-width: 500px) {
  .grid.flex .col\@mobile-10 {
    flex-basis: 83.3333333333%;
  }
}
@media (max-width: 500px) {
  .grid.flex .col\@mobile-11 {
    flex-basis: 91.6666666667%;
  }
}
@media (max-width: 500px) {
  .grid.flex .col\@mobile-12 {
    flex-basis: 100%;
  }
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: rgb(195.5, 195.5, 195.5);
}
.selectric-hover .selectric .button {
  color: rgb(161.5, 161.5, 161.5);
}
.selectric-hover .selectric .button:after {
  border-top-color: rgb(161.5, 161.5, 161.5);
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: rgb(195.5, 195.5, 195.5);
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid rgb(195.5, 195.5, 195.5);
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

@font-face {
  font-family: "Ringside Light";
  src: url("/fonts/Ringside-Light.otf") format("opentype");
}
@font-face {
  font-family: "Ringside Compressed";
  src: url("/fonts/RingsideCompressed-Semibold.otf") format("opentype");
}
@font-face {
  font-family: "Ringside Compressed-Bold";
  src: url("/fonts/RingsideCompressed-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Ringside Bold";
  src: url("/fonts/Ringside-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Ringside Semibold";
  src: url("/fonts/Ringside-Semibold.otf") format("opentype");
}
@font-face {
  font-family: "Ringside Book";
  src: url("/fonts/Ringside-Book.otf") format("opentype");
}
@font-face {
  font-family: "Ringside Compressed-Light";
  src: url("/fonts/RingsideCompressed-Light.otf") format("opentype");
}
@font-face {
  font-family: "Ringside Compressed-Thin";
  src: url("/fonts/RingsideCompressed-Thin.otf") format("opentype");
}
.fixed {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.hidden {
  display: none !important;
}

.learn-more {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 16px;
}
@media (min-width: 375px) {
  .learn-more {
    font-size: calc(16px + 4 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920px) {
  .learn-more {
    font-size: 20px;
  }
}
.learn-more:after {
  content: "›";
  color: #d0a553;
  padding: 0 1em 0 0.5em;
}

button.prev, button.next {
  width: 40px;
  height: 40px;
  border-radius: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}
button.prev:hover, button.next:hover {
  filter: brightness(75%);
}

button.prev {
  background-image: url("/img/back-button.png");
}

button.next {
  background-image: url("/img/forward-button.png");
}

.invisible {
  height: 1px;
  opacity: 0;
}

.page-controls {
  display: flex;
  justify-content: center;
}
.page-controls > a, .page-controls > span {
  margin: 0 1em;
  white-space: nowrap;
}
.page-controls a:hover {
  color: #14284b;
}
.page-controls .pg-num {
  margin: 0 0.25em;
}

header .header-inner {
  height: 8.3vw;
  max-width: 89%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  z-index: 5;
}
header .header-inner .logo-block {
  width: 20.6vw;
  margin-left: -2.7vw;
}
header .header-inner .menu-block .hamburger {
  margin: 0;
  outline: 0;
}
header .header-inner .menu-block .hamburger:focus {
  outline: 0;
}
header .header-inner .menu-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .header-inner .menu-block .menu-list {
  display: flex;
  justify-content: space-between;
  font-family: "Ringside Book", sans-serif;
}
header .header-inner .menu-block .menu-list .menu-item {
  margin: 1vw 4.16vw 0 0;
  font-size: 13px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 1.5rem 0;
}
header .header-inner .menu-block .menu-list .menu-item:last-of-type {
  margin: 1vw 0 0;
}
@media (min-width: 1024px) {
  header .header-inner .menu-block .menu-list .menu-item .sub-menu {
    display: none;
  }
  header .header-inner .menu-block .menu-list .menu-item .sub-menu-l2 {
    position: absolute;
    display: none;
    top: -0.5em;
    left: 100%;
    background-color: #d0a553;
    border-bottom: none;
    padding: 0.5rem;
    white-space: nowrap;
  }
  header .header-inner .menu-block .menu-list .menu-item .sub-menu-l2 .sub-menu-item:hover a {
    color: rgb(30.7368421053, 61.4736842105, 115.2631578947);
  }
  header .header-inner .menu-block .menu-list .menu-item .sub-menu-item:hover .sub-menu-l2, header .header-inner .menu-block .menu-list .menu-item .sub-menu-item.active .sub-menu-l2 {
    display: block;
  }
  header .header-inner .menu-block .menu-list .menu-item:hover, header .header-inner .menu-block .menu-list .menu-item.active {
    color: #d0a553;
    position: relative;
  }
  header .header-inner .menu-block .menu-list .menu-item:hover:after, header .header-inner .menu-block .menu-list .menu-item.active:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #d0a553;
    position: absolute;
    bottom: 15px;
    left: 0;
  }
  header .header-inner .menu-block .menu-list .menu-item:hover.sub-container:before, header .header-inner .menu-block .menu-list .menu-item.active.sub-container:before {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #d0a553;
    position: absolute;
    left: 50%;
    bottom: 0;
  }
  header .header-inner .menu-block .menu-list .menu-item:hover .sub-menu, header .header-inner .menu-block .menu-list .menu-item.active .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    background-color: #FFFFFF;
    border-bottom: 1px solid #14284b;
    white-space: nowrap;
    padding: 0;
  }
  header .header-inner .menu-block .menu-list .menu-item:hover .sub-menu li, header .header-inner .menu-block .menu-list .menu-item.active .sub-menu li {
    padding: 0.5em;
  }
  header .header-inner .menu-block .menu-list .menu-item:hover .sub-menu li:after, header .header-inner .menu-block .menu-list .menu-item.active .sub-menu li:after {
    content: "›";
    color: #14284b;
    padding: 0 1em 0 0.5em;
  }
}
header .header-inner .menu-block .menu-list .menu-item a {
  color: #14284b;
}
header .header-inner .menu-block .menu-list .menu-item a:hover {
  color: #d0a553;
}
@media (max-width: 1199px) {
  header .header-inner .menu-block .menu-list .menu-item {
    font-size: 0.75rem;
    margin: 1vw 3vw 0 0;
  }
}
@media (max-width: 1023px) {
  header .header-inner {
    height: 15vw;
  }
  header .header-inner .logo-block {
    max-width: 50%;
    width: auto;
  }
  header .header-inner .menu-block .menu-list {
    width: 0;
    max-width: 0;
    transition: left 0.2s;
    width: auto;
    display: block;
    max-width: 100%;
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 15vw;
    background-color: #14284b;
    color: #FFFFFF;
  }
  header .header-inner .menu-block .menu-list.open {
    left: 0;
  }
  header .header-inner .menu-block .menu-list.open .menu-item {
    display: list-item;
  }
  header .header-inner .menu-block .menu-list.open .menu-item a {
    color: #FFFFFF;
  }
  header .header-inner .menu-block .menu-list .menu-item {
    padding: 1rem 0 0 1rem;
    margin: 0;
    display: none;
  }
  header .header-inner .menu-block .menu-list .menu-item .sub-menu {
    max-height: 0;
    height: 0;
    overflow: hidden;
    transition: max-height 0.5s linear;
  }
  header .header-inner .menu-block .menu-list .menu-item .sub-menu.open {
    max-height: 200px;
    height: auto;
    margin: 1rem 0 0 -1rem;
    padding: 1rem 0;
    background-color: #d0a553;
    border-top: inset #d0a553;
    border-bottom: inset;
  }
  header .header-inner .menu-block .menu-list .menu-item .sub-menu.open li {
    padding-left: 1rem;
  }
  header .header-inner .menu-block .menu-list .menu-item .sub-menu.open li:not(:first-of-type) {
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  header .header-inner {
    height: 20vw;
  }
  header .header-inner .menu-block .menu-list {
    top: 20vw;
  }
  header .header-inner .menu-block .menu-list .menu-item {
    padding: 2rem 0 0 1.5rem;
  }
  header .header-inner .menu-block .menu-list .menu-item .sub-menu.open {
    margin: 1rem 0 0 -1.5rem;
  }
  header .header-inner .menu-block .menu-list .menu-item .sub-menu.open li {
    padding-left: 1.5rem;
  }
  header .header-inner .menu-block .menu-list .menu-item .sub-menu.open li:not(:first-of-type) {
    padding-top: 2rem;
  }
}
header .pipeline-header-inner.grid.flex {
  padding-top: 20px;
  padding-left: 20px;
}
header .pipeline-header-inner.grid.flex img {
  height: 80px;
}

footer {
  max-width: 1920px;
  margin: 0 auto;
  border-top: 5px solid #ffdc8c;
  background-image: url("/img/Pattern.png");
  background-color: #14284b;
}
footer .footer-inner {
  justify-content: flex-end;
  width: 90% !important;
  margin: 0 auto;
  padding: 4rem 0;
}
footer .footer-inner .logo-block {
  width: 13vw;
  max-width: 250px;
  margin-right: auto;
}
@media print {
  footer .footer-inner .list {
    display: none;
  }
}
footer .footer-inner .list {
  display: flex;
  flex-direction: column;
  width: 23%;
  margin-left: 2%;
}
footer .footer-inner .list h5 {
  color: #FFFFFF;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 3px solid #ffdc8c;
  font-family: "Ringside Bold", sans-serif;
  font-size: 16px;
}
@media (min-width: 375px) {
  footer .footer-inner .list h5 {
    font-size: calc(16px + 4 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920px) {
  footer .footer-inner .list h5 {
    font-size: 20px;
  }
}
footer .footer-inner .list h5 {
  font-weight: bold;
  text-transform: uppercase;
}
footer .footer-inner .list .social-links {
  justify-content: space-between;
  width: 65% !important;
  padding-top: 0.5em;
}
footer .footer-inner .list a {
  color: #ffdc8c;
  font-size: 16px;
}
@media (min-width: 375px) {
  footer .footer-inner .list a {
    font-size: calc(16px + 4 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920px) {
  footer .footer-inner .list a {
    font-size: 20px;
  }
}
footer .footer-inner .list a {
  padding: 0.5rem 0;
  cursor: pointer;
}
footer .footer-inner .list a:hover {
  color: #d0a553;
}
@media (max-width: 1023px) {
  footer .footer-inner {
    padding-top: 2rem;
    justify-content: space-between;
  }
  footer .footer-inner .logo-block {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  footer .footer-inner .logo-block a {
    display: block;
    width: 50%;
    margin: 0 auto 2rem;
  }
  footer .footer-inner .list {
    width: auto;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .list {
    width: 100%;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  margin: 1.75em 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
}
@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #d0a553;
}

.hamburger.is-active.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger.is-active.hamburger--slider .hamburger-inner::before {
  top: 10px;
}

.hamburger-box {
  width: 20px;
  height: 15px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 3px;
  background-color: #d0a553;
  border-radius: 100px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 16px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

section.page-hero {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
section.page-hero#pipelineupdates .hero-inner .text-block {
  height: auto;
  padding: 5vw 0;
}
section.page-hero#pipelineupdates .hero-inner .text-block .text-inner {
  padding: 3rem 4vw;
}
section.page-hero#pipelineupdates .hero-inner .text-block .text-inner h3 {
  margin: 1.25rem 0;
}
section.page-hero#pipelineupdates .hero-inner .text-block .text-inner .body {
  font-size: 1.25rem;
  line-height: 2rem;
  margin-top: 0;
}
section.page-hero#pipelineupdates .hero-inner .text-block .text-inner .body p:first-of-type {
  margin-top: 0;
}
section.page-hero#pipelineupdates .hero-inner .text-block .text-inner .body p:last-of-type {
  margin-bottom: 1.5rem;
}
section.page-hero#pipelineupdates .hero-inner .text-block .text-inner a.learn-more {
  font-size: 1.75rem;
  position: relative;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
section.page-hero#pipelineupdates .hero-inner .text-block .text-inner a.learn-more:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #d0a553;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
}
section.page-hero .hero-inner {
  background-size: cover;
  width: 78%;
  margin: 0 0 0 auto;
}
section.page-hero .hero-inner .mobile-hero {
  display: none;
}
section.page-hero .hero-inner .text-block {
  height: 32.25vw;
  padding: 4.2vw 0 8.3vw;
  margin-left: -14vw;
}
section.page-hero .hero-inner .text-block .text-inner {
  background-color: #FFFFFF;
  width: 38vw;
  padding: 0 4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  border-right: 2px solid #ffdc8c;
}
section.page-hero .hero-inner .text-block .text-inner h1 {
  font-size: 2.5vw;
  text-transform: uppercase;
  font-family: "Ringside Compressed-Bold", sans-serif;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.25em;
}
section.page-hero .hero-inner .text-block .text-inner h3 {
  font-family: "Ringside Bold", sans-serif;
  font-size: 0.93vw;
  color: #d0a553;
  margin: 0.5em 0;
}
section.page-hero .hero-inner .text-block .text-inner .body {
  font-size: 1.25vw;
  line-height: 2;
  margin-top: 1rem;
}
section.page-hero + section {
  margin-top: -4.4vw;
  position: relative;
  padding-top: 4.4vw;
}
@media (max-width: 767px) {
  section.page-hero {
    width: 100%;
  }
  section.page-hero#pipelineupdates .hero-inner {
    width: 100%;
  }
  section.page-hero#pipelineupdates .hero-inner .mobile-hero {
    display: block;
    margin: 0;
  }
  section.page-hero#pipelineupdates .hero-inner .text-block {
    margin: 0;
    height: auto;
    width: 100%;
    padding: 0;
  }
  section.page-hero#pipelineupdates .hero-inner .text-block .text-inner {
    width: 80%;
    padding: 1rem 10% 1rem 10%;
  }
  section.page-hero#pipelineupdates .hero-inner .text-block .text-inner h1 {
    font-size: 1.5rem;
  }
  section.page-hero#pipelineupdates .hero-inner .text-block .text-inner h3 {
    font-size: 0.75rem;
  }
  section.page-hero#pipelineupdates .hero-inner .text-block .text-inner .body {
    font-size: 0.75rem;
    line-height: 2;
  }
  section.page-hero .hero-inner {
    width: 100%;
  }
  section.page-hero .hero-inner .mobile-hero {
    display: block;
    margin: 0;
  }
  section.page-hero .hero-inner .text-block {
    margin: 0;
    height: auto;
    width: 100%;
    padding: 0;
  }
  section.page-hero .hero-inner .text-block .text-inner {
    width: 80%;
    padding: 1rem 10% 1rem 10%;
  }
  section.page-hero .hero-inner .text-block .text-inner h1 {
    font-size: 1.5rem;
  }
  section.page-hero .hero-inner .text-block .text-inner h3 {
    font-size: 0.75rem;
  }
  section.page-hero .hero-inner .text-block .text-inner .body {
    font-size: 0.75rem;
    line-height: 2;
  }
}

section#values-block {
  background-image: url("/img/values-block.png");
  background-size: cover;
}
section#values-block .values-container {
  width: 69.5%;
  padding: 10rem 0 5em 25%;
}
section#values-block .values-container .values-row {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#values-block .values-container .values-row:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #d0a553;
}
section#values-block .values-container .values-row h3 {
  margin: 0;
  font-family: "Ringside", sans-serif;
  font-weight: 400;
  color: #ffdc8c;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  width: 19vw;
}
section#values-block .values-container .values-row ul {
  color: #FFFFFF;
  list-style: none;
  margin-right: 4vw;
  display: none;
}
section#values-block .values-container .values-row ul.active {
  display: flex;
}
section#values-block .values-container .values-row ul li {
  padding: 0 1rem;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  font-size: 1.125rem;
  cursor: pointer;
}
section#values-block .values-container .values-row ul li:hover {
  color: #d0a553;
}
section#values-block .values-container .values-row ul li:first-of-type {
  border-left: 0;
}
section#values-block .values-container .values-row ul li:last-of-type {
  border-right: 0;
}
section#values-block .values-container .values-row ul li.active {
  color: #ffdc8c;
}
@media (max-width: 1023px) {
  section#values-block .values-container .values-row {
    display: block;
  }
  section#values-block .values-container .values-row ul {
    padding: 0;
  }
  section#values-block .values-container .values-row ul li {
    margin-bottom: 1rem;
  }
  section#values-block .values-container .values-row ul li:first-of-type {
    padding-left: 0;
  }
}
section#values-block .values-container .values-content .slick-list {
  overflow: visible;
  outline: 0;
}
section#values-block .values-container .values-content .slick-list .slick-track {
  outline: 0;
}
section#values-block .values-container .values-content .slick-list .details-container {
  position: relative;
}
section#values-block .values-container .values-content .slick-list .details-container .slick-arrow {
  position: absolute;
  left: -100px;
  border: 0;
  background-color: transparent;
  outline: 0;
}
section#values-block .values-container .values-content .slick-list .details-container .slick-prev {
  top: 35%;
}
section#values-block .values-container .values-content .slick-list .details-container .slick-prev:before {
  content: "";
  position: absolute;
  left: -50%;
  bottom: 0;
  margin-top: -0.25em;
  width: 0;
  height: 0;
  border-left: 1.5em solid transparent;
  border-right: 1.5em solid transparent;
  border-bottom: 3em solid #d0a553;
}
section#values-block .values-container .values-content .slick-list .details-container .slick-next {
  bottom: 35%;
}
section#values-block .values-container .values-content .slick-list .details-container .slick-next:before {
  content: "";
  position: absolute;
  left: -50%;
  top: 0;
  margin-top: -0.25em;
  width: 0;
  height: 0;
  border-left: 1.5em solid transparent;
  border-right: 1.5em solid transparent;
  border-top: 3em solid #d0a553;
}
@media (max-width: 767px) {
  section#values-block .values-container .values-content .slick-list .details-container .slick-arrow {
    position: absolute;
    bottom: -1rem;
    border: 0;
    background-color: transparent;
    outline: 0;
  }
  section#values-block .values-container .values-content .slick-list .details-container .slick-prev {
    top: auto;
    left: 0;
  }
  section#values-block .values-container .values-content .slick-list .details-container .slick-prev:before {
    content: "";
    position: absolute;
    left: -50%;
    top: 0;
    margin-top: -0.25em;
    width: 0;
    height: 0;
    transform: rotate(270deg);
  }
  section#values-block .values-container .values-content .slick-list .details-container .slick-next {
    left: auto;
    right: 0;
  }
  section#values-block .values-container .values-content .slick-list .details-container .slick-next:before {
    content: "";
    position: absolute;
    left: -50%;
    top: 0;
    margin-top: -0.25em;
    width: 0;
    height: 0;
    transform: rotate(270deg);
  }
}
section#values-block .values-container .values-list {
  color: #FFFFFF;
  outline: 0;
}
section#values-block .values-container .values-list ul {
  column-count: 3;
  list-style: none;
  padding: 0;
  outline: 0;
}
section#values-block .values-container .values-list ul li {
  position: relative;
  font-family: "Ringside Bold", sans-serif;
  font-weight: bold;
  font-size: 3rem;
  padding: 1rem 0;
  cursor: pointer;
}
section#values-block .values-container .values-list ul li:hover {
  color: #d0a553;
}
section#values-block .values-container .values-list ul li:before {
  content: "";
  position: absolute;
  left: -0.75em;
  top: 50%;
  margin-top: -0.25em;
  width: 0;
  height: 0;
  border-left: 0.5em solid #d0a553;
  border-top: 0.25em solid transparent;
  border-bottom: 0.25em solid transparent;
}
@media (max-width: 1360px) {
  section#values-block .values-container .values-list ul {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  section#values-block .values-container .values-list ul {
    column-count: 1;
  }
  section#values-block .values-container .values-list ul li:before {
    left: -0.55em;
  }
}
section#values-block .values-container .values-detail {
  display: flex;
}
section#values-block .values-container .values-detail .value-selected {
  border-right: 2px solid #d0a553;
  min-width: 320px;
}
section#values-block .values-container .values-detail .value-selected .value {
  color: #FFFFFF;
  font-size: 3rem;
  font-family: "Ringside Bold", sans-serif;
  margin: 2rem 4rem 0 0;
  position: relative;
  font-weight: bold;
}
section#values-block .values-container .values-detail .value-text {
  color: #FFFFFF;
  font-size: 1.125rem;
  line-height: 1.75;
  padding: 2.5rem 1rem 1rem 2.5rem;
}
@media (max-width: 1023px) {
  section#values-block .values-container .values-detail {
    display: block;
  }
  section#values-block .values-container .values-detail .value-selected {
    border-right: none;
  }
  section#values-block .values-container .values-detail .value-text {
    padding-top: 1em;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  section#values-block .values-container {
    padding: 5rem 10% 5rem 10%;
    width: 80%;
  }
  section#values-block .values-container .values-row ul {
    flex-wrap: wrap;
  }
}

section.featured-content .split {
  background-color: #f3f4f6;
}
section.featured-content .split .text {
  flex-basis: 32%;
}
section.featured-content .split .text .text-inner {
  padding: 3rem 10% 3rem 20%;
}
section.featured-content .split .text .text-inner h3 {
  font-family: "Ringside Compressed", sans-serif;
  font-weight: 600;
  font-size: 3.5rem;
  margin: 0 0 0.75em;
}
section.featured-content .split .text .text-inner .info, section.featured-content .split .text .text-inner .body {
  font-size: 1.25rem;
  font-family: "Rightside Light", sans-serif;
  font-weight: lighter;
  margin: 1rem 0;
  line-height: 2;
}
section.featured-content .split .img {
  flex-basis: 68%;
  background-size: cover;
  background-position: center left;
  padding-top: 30%;
}
section.featured-content .split .img.placeholder {
  background-position: center;
}
@media (max-width: 1199px) {
  section.featured-content .split .text {
    flex-basis: 50%;
  }
  section.featured-content .split .img {
    flex-basis: 50%;
  }
}
@media (max-width: 1023px) {
  section.featured-content .split .text {
    flex-basis: 100%;
  }
  section.featured-content .split .text .text-inner {
    padding: 3rem 5%;
  }
  section.featured-content .split .text .text-inner h3 {
    font-size: 2rem;
  }
  section.featured-content .split .text .text-inner .info, section.featured-content .split .text .text-inner .body {
    font-size: 1rem;
  }
  section.featured-content .split .img {
    flex-basis: 100%;
    height: 25vw;
    order: -1;
  }
}
section.featured-content .feature {
  background-size: cover;
}
section.featured-content .feature.placeholder {
  background-position: center;
}
section.featured-content .feature.double {
  color: #FFFFFF;
}
section.featured-content .feature.double .info {
  background: linear-gradient(to bottom, rgba(38, 56, 88, 0.5), rgba(38, 56, 88, 0));
}
section.featured-content .feature.double .info .col-inner {
  min-height: 43vw;
  padding: 0 20%;
  height: 100%;
  position: relative;
}
section.featured-content .feature.double .info .col-inner > div:first-of-type {
  padding-top: 4rem;
}
section.featured-content .feature.double .info .col-inner > div:last-of-type {
  padding-bottom: 4rem;
}
section.featured-content .feature.double .info .col-inner .date, section.featured-content .feature.double .info .col-inner .location {
  font-size: 2.25rem;
  font-family: "Ringside Compressed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
section.featured-content .feature.double .info .col-inner .detail {
  text-transform: uppercase;
  font-size: 1.125rem;
  margin: 0.75em 0;
}
section.featured-content .feature.double .info .col-inner .body {
  visibility: hidden;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0.75rem 0;
}
section.featured-content .feature.double .info .col-inner:after {
  position: absolute;
  width: 3px;
  height: 40%;
  top: 4rem;
  right: -1.5px;
  content: "";
  background-color: #ffdc8c;
}
section.featured-content .feature.double .title {
  background: linear-gradient(to bottom, rgba(38, 56, 88, 0.5), rgba(38, 56, 88, 0));
}
section.featured-content .feature.double .title h3 {
  padding: 3rem 20% 70%;
  font-weight: bold;
  font-family: "Ringside Compressed", sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-size: 3.5rem;
  letter-spacing: 0.25rem;
}
@media (max-width: 1559px) {
  section.featured-content .feature.double .title h3 {
    font-size: 2rem;
    padding: 4rem 20% 70%;
  }
}
section.featured-content .feature.double.active .info .col-inner {
  background-color: rgba(38, 56, 88, 0.5);
}
section.featured-content .feature.double.active .info .col-inner:after {
  height: 100%;
  top: 0;
}
section.featured-content .feature.double.active .info .col-inner .body {
  visibility: initial;
}
section.featured-content .feature.double:last-of-type .info {
  background: linear-gradient(to bottom, rgba(38, 56, 88, 0.5), rgba(38, 56, 88, 0)), linear-gradient(to right, rgba(0, 0, 0, 0.65) 5%, rgba(38, 56, 88, 0.25) 25%, rgba(38, 56, 88, 0) 50%);
}
@media (max-width: 1199px) {
  section.featured-content .feature.double {
    flex-basis: 100%;
  }
  section.featured-content .feature.double .title h3 {
    padding: 4rem 0 4rem 20%;
  }
  section.featured-content .feature.double:last-of-type {
    border-top: 20px solid #FFFFFF;
  }
}
@media (max-width: 1023px) {
  section.featured-content .feature.double .title {
    flex-basis: 100%;
    order: -1;
    background: #14284b;
    color: #d0a553;
  }
  section.featured-content .feature.double .title h3 {
    padding: 1.5rem 5%;
  }
  section.featured-content .feature.double .info {
    flex-basis: 100%;
  }
  section.featured-content .feature.double .info .col-inner {
    background-color: rgba(38, 56, 88, 0.5);
    padding: 0 5%;
  }
  section.featured-content .feature.double .info .col-inner:after {
    width: 0;
  }
  section.featured-content .feature.double .info .col-inner .body {
    visibility: initial;
  }
  section.featured-content .feature.double:last-of-type {
    border-top: 0;
  }
}
section.featured-content .feature.triple {
  color: #FFFFFF;
  background-position: center center;
}
section.featured-content .feature.triple .info {
  width: 100%;
  background: linear-gradient(to bottom, rgba(38, 56, 88, 0.5), rgba(38, 56, 88, 0));
}
section.featured-content .feature.triple .info .col-inner {
  padding: 0 10% 0 20%;
  position: relative;
  height: 100%;
}
section.featured-content .feature.triple .info .col-inner > div:first-of-type {
  padding-top: 4rem;
}
section.featured-content .feature.triple .info .col-inner > div:last-of-type {
  padding-bottom: 4rem;
}
section.featured-content .feature.triple .info .col-inner .date, section.featured-content .feature.triple .info .col-inner .location {
  font-size: 2.25rem;
  font-family: "Ringside Compressed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
section.featured-content .feature.triple .info .col-inner .detail {
  text-transform: uppercase;
  font-size: 1.125rem;
  margin: 0.75em 0;
}
section.featured-content .feature.triple .info .col-inner h3 {
  font-weight: bold;
  font-family: "Ringside Compressed", sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-size: 3.5rem;
  letter-spacing: 0.25rem;
}
@media (max-width: 1559px) {
  section.featured-content .feature.triple .info .col-inner h3 {
    font-size: 2rem;
  }
}
section.featured-content .feature.triple .info .col-inner .body {
  visibility: hidden;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0.75rem 0;
}
section.featured-content .feature.triple:hover .info .col-inner {
  background-color: rgba(38, 56, 88, 0.5);
}
section.featured-content .feature.triple:hover .info .col-inner .body {
  visibility: initial;
}
section.featured-content .feature.triple:not(:first-of-type) .info {
  background: linear-gradient(to bottom, rgba(38, 56, 88, 0.5), rgba(38, 56, 88, 0)), linear-gradient(to right, rgba(0, 0, 0, 0.65) 1%, rgba(38, 56, 88, 0.25) 15%, rgba(38, 56, 88, 0) 25%);
}
@media (max-width: 1199px) {
  section.featured-content .feature.triple {
    flex-basis: 100%;
  }
  section.featured-content .feature.triple .title h3 {
    padding-bottom: 4rem;
  }
  section.featured-content .feature.triple:not(:first-of-type) {
    border-top: 20px solid #FFFFFF;
  }
  section.featured-content .feature.triple:not(:first-of-type) .info {
    background: linear-gradient(to bottom, rgba(38, 56, 88, 0.5), rgba(38, 56, 88, 0));
  }
}
@media (max-width: 1023px) {
  section.featured-content .feature.triple .title {
    flex-basis: 100%;
    order: -1;
    background: #14284b;
    color: #d0a553;
  }
  section.featured-content .feature.triple .title h3 {
    padding: 1.5rem 20%;
  }
  section.featured-content .feature.triple .info {
    flex-basis: 100%;
  }
  section.featured-content .feature.triple .info .col-inner {
    background-color: rgba(38, 56, 88, 0.5);
    padding: 0 5%;
  }
  section.featured-content .feature.triple .info .col-inner:after {
    height: 100%;
    top: 0;
  }
  section.featured-content .feature.triple .info .col-inner .body {
    visibility: initial;
  }
}

section.hover-squares.bg-gray {
  background-color: #f3f4f6;
}
section.hover-squares .info {
  width: 90%;
  margin: 0 auto;
}
section.hover-squares .info .text > * {
  margin-right: 2rem;
}
section.hover-squares .info .text .body {
  font-size: 1.25rem;
  line-height: 2;
  padding-bottom: 15%;
}
section.hover-squares .info .img {
  background-size: cover;
}
section.hover-squares {
  overflow-x: hidden;
}
section.hover-squares .squares-inner {
  width: 90%;
  margin: 0 auto;
}
section.hover-squares .squares-inner .squares {
  justify-content: space-between;
}
section.hover-squares .squares-inner .squares .square {
  position: relative;
  background-size: cover;
  height: 28vw;
  width: 28vw;
  max-width: 540px;
  max-height: 540px;
  margin: 3vw 0;
  overflow: hidden;
}
section.hover-squares .squares-inner .squares .square.half {
  flex-basis: 48%;
  width: auto;
  max-width: initial;
}
section.hover-squares .squares-inner .squares .square.half .square-inner {
  height: 55%;
}
@media (min-width: 1200px) {
  section.hover-squares .squares-inner .squares .square:hover .square-image {
    transform: scale(1.1);
    transition-delay: 0;
  }
  section.hover-squares .squares-inner .squares .square:hover .square-image:before {
    background-color: rgba(0, 0, 0, 0.2);
    transition-delay: 0;
  }
  section.hover-squares .squares-inner .squares .square:hover .square-inner .title {
    top: 15%;
    transition-delay: 0;
  }
  section.hover-squares .squares-inner .squares .square:hover .square-inner .body, section.hover-squares .squares-inner .squares .square:hover .square-inner .links {
    opacity: 1;
    transition-delay: 0;
  }
}
section.hover-squares .squares-inner .squares .square .square-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: all 0.5s ease;
  transition-delay: 0.3s;
  background-position: center center;
}
section.hover-squares .squares-inner .squares .square .square-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s ease;
  transition-delay: 0.3s;
}
section.hover-squares .squares-inner .squares .square .square-inner {
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15%;
  width: 70%;
  height: 70%;
  color: #FFFFFF;
  text-align: center;
  background: linear-gradient(to top, rgba(38, 56, 88, 0.5) 40%, rgba(38, 56, 88, 0) 50%);
}
section.hover-squares .squares-inner .squares .square .square-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.25s ease;
  transition-delay: 0.3s;
  transform: scale(1);
}
section.hover-squares .squares-inner .squares .square .square-inner .title {
  font-size: 20px;
}
@media (min-width: 375px) {
  section.hover-squares .squares-inner .squares .square .square-inner .title {
    font-size: calc(20px + 16 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920px) {
  section.hover-squares .squares-inner .squares .square .square-inner .title {
    font-size: 36px;
  }
}
section.hover-squares .squares-inner .squares .square .square-inner .title {
  font-family: "Ringside Bold", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  transition: all 0.25s ease;
  position: absolute;
  top: calc(100% - 4em);
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  transition-delay: 0.3s;
}
section.hover-squares .squares-inner .squares .square .square-inner .body {
  position: absolute;
  top: 50%;
  width: 70%;
  transform: translate(0, -50%);
  font-size: 12px;
}
@media (min-width: 375px) {
  section.hover-squares .squares-inner .squares .square .square-inner .body {
    font-size: calc(12px + 8 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920px) {
  section.hover-squares .squares-inner .squares .square .square-inner .body {
    font-size: 20px;
  }
}
section.hover-squares .squares-inner .squares .square .square-inner .body {
  font-weight: 300;
  font-family: "Ringside Light", sans-serif;
  line-height: 1.5;
}
section.hover-squares .squares-inner .squares .square .square-inner .body, section.hover-squares .squares-inner .squares .square .square-inner .title {
  cursor: default;
}
section.hover-squares .squares-inner .squares .square .square-inner .links {
  font-size: 12px;
}
@media (min-width: 375px) {
  section.hover-squares .squares-inner .squares .square .square-inner .links {
    font-size: calc(12px + 8 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920px) {
  section.hover-squares .squares-inner .squares .square .square-inner .links {
    font-size: 20px;
  }
}
section.hover-squares .squares-inner .squares .square .square-inner .links {
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4em;
  z-index: 100;
}
section.hover-squares .squares-inner .squares .square .square-inner .body, section.hover-squares .squares-inner .squares .square .square-inner .links {
  opacity: 0;
  transition: all 0.25s ease;
  transition-delay: 0.3s;
}
@media (max-width: 1559px) {
  section.hover-squares .squares-inner .squares .square.half .square-inner {
    height: 70%;
  }
  section.hover-squares .squares-inner .squares .square .square-inner {
    padding: 10%;
    width: 80%;
    height: 80%;
  }
  section.hover-squares .squares-inner .squares .square .square-inner .body {
    width: 80%;
  }
  section.hover-squares .squares-inner .squares .square:hover .square-inner .title {
    top: 10%;
  }
  section.hover-squares .squares-inner .squares .square:hover .square-inner .links {
    bottom: 10%;
  }
}
@media (max-width: 1199px) {
  section.hover-squares .squares-inner .squares {
    flex-direction: column;
  }
  section.hover-squares .squares-inner .squares .square {
    width: 100%;
    margin: 10px 0;
    max-width: 100%;
  }
  section.hover-squares .squares-inner .squares .square.half .square-inner {
    height: 100%;
  }
  section.hover-squares .squares-inner .squares .square .square-inner {
    padding: 0 5%;
    width: 90%;
    height: 100%;
    flex-wrap: nowrap;
    justify-content: space-around;
    background-color: rgba(38, 56, 88, 0.5);
  }
  section.hover-squares .squares-inner .squares .square .square-inner .title {
    position: static;
    transition-delay: 0;
    transform: none;
    left: 0;
    top: 0;
    width: 100%;
  }
  section.hover-squares .squares-inner .squares .square .square-inner .body, section.hover-squares .squares-inner .squares .square .square-inner .links {
    position: static;
    opacity: 1;
    transform: none;
    left: 0;
    bottom: 0;
    top: 0;
    transition-delay: 0;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  section.hover-squares {
    width: 100%;
  }
  section.hover-squares .info .text {
    flex-basis: 90%;
    margin: 0 auto;
  }
  section.hover-squares .info .text .body {
    font-size: 1rem;
    padding-bottom: 0;
  }
  section.hover-squares .info .img {
    height: 33vw;
    order: -1;
    flex-basis: 100%;
  }
  section.hover-squares .squares-inner .squares .square {
    height: auto;
  }
  section.hover-squares .squares-inner .squares .square .square-inner {
    padding: 0.5rem 5%;
  }
  section.hover-squares .squares-inner .squares .square .square-inner > div {
    padding: 0.5rem 0;
  }
}

section.jobs {
  width: 90%;
  margin: 0 auto;
}
section.jobs .header-row {
  justify-content: space-between;
  align-items: center;
}
section.jobs .filters {
  align-items: center;
  margin: 0 0 2rem 0;
}
section.jobs .filters h4 {
  font-weight: 300;
  font-family: "Ringside light", sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin: 0;
}
section.jobs .filters h4:after {
  content: ":";
  padding: 0 2rem;
}
section.jobs .filters select {
  padding: 0 2rem 0 0;
  border-radius: 0%;
  border: 0;
  background-color: transparent;
  font-weight: bold;
  font-family: "Ringside Bold", sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
  color: #14284b;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  position: relative;
  background-image: url("/img/select-arrow.png");
  background-size: 12px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right;
}
section.jobs .filters .bar {
  background-color: #14284b;
  width: 2px;
  height: 23px;
  margin: 0 3rem;
}
section.jobs .jobs-grid {
  justify-content: space-between;
}
section.jobs .jobs-grid .job {
  width: 28vw;
  max-width: 540px;
  background-color: #f3f4f6;
}
section.jobs .jobs-grid .job .job-inner {
  padding: 1.5rem 2.5rem 3.5rem 1.5rem;
  line-height: 1.75;
}
section.jobs .jobs-grid .job .job-inner h4 {
  margin: 0;
  font-weight: bold;
  font-family: "Ringside Bold", sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
}
section.jobs .jobs-grid .job .job-inner .desc {
  font-family: "Ringside Light", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
}
@media (max-width: 1023px) {
  section.jobs .jobs-grid .job {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1.5rem 0;
  }
  section.jobs .jobs-grid .job .job-inner {
    line-height: 1.75;
  }
  section.jobs .jobs-grid .job .job-inner h4 {
    margin: 0;
    font-weight: bold;
    font-family: "Ringside Bold", sans-serif;
    text-transform: uppercase;
    font-size: 1.125rem;
  }
  section.jobs .jobs-grid .job .job-inner .desc {
    font-family: "Ringside Light", sans-serif;
    font-weight: 300;
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  section.jobs .header-row {
    display: block;
    margin-bottom: 1.5rem;
  }
  section.jobs .filters {
    justify-content: space-between;
  }
  section.jobs .filters h4 {
    flex-basis: 100%;
    margin-bottom: 1.5rem;
  }
  section.jobs .filters .bar {
    display: none;
  }
}

section.callout.co-blue .split {
  background-color: #14284b;
}
section.callout.co-blue .split .text {
  color: #FFFFFF;
}
section.callout.co-gray .split {
  background-color: #f3f4f6;
}
section.callout.co-gold .split {
  background-color: #ffdc8c;
}
section.callout.flush .split {
  margin-top: 0;
}
section.callout.flush .split .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.callout.flush .split .text .text-inner {
  padding: 3rem 10% 3rem 30%;
}
section.callout.flush .split .text .text-inner h3 {
  font-size: 2.5rem;
}
@media (max-width: 1023px) {
  section.callout.flush .split .text .text-inner {
    padding: 0 10%;
  }
}
section.callout.even .split .text, section.callout.even .split .img {
  flex-basis: 50%;
}
section.callout.video .split .text .text-inner {
  padding: 3rem 10% 3rem 10%;
}
section.callout.video .split .text .text-inner h3 {
  font-weight: 300;
  font-size: 2.25rem;
}
section.callout.video .split .text {
  padding: 2rem 0;
}
section.callout.video .split .img .video-link a {
  outline: 0;
}
section.callout.video .split .img .video-link a img {
  width: 4.8vw;
  max-width: 94px;
  padding-top: 0;
}
section.callout.video .split .img .video-link a:hover img {
  background-color: #d0a553;
  border-radius: 100%;
}
section.callout.video .split .img .video-link {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.callout.video .split .img {
  padding-top: 0;
}
@media (max-width: 1023px) {
  section.callout.video .split .img .video-link a {
    display: flex;
    align-items: center;
  }
  section.callout.video .split .img .video-link a img {
    width: auto;
    height: 100%;
  }
}
section.callout.size-by-image .split .text, section.callout.size-by-image .split .img {
  flex-basis: 50%;
}
section.callout.size-by-image .split .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.callout.size-by-image .split .text .text-inner {
  padding: 1rem 10% 1rem 30%;
}
section.callout.size-by-image .split .img.sized {
  padding: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #14284b;
}
section.callout.size-by-image .split .img.sized img {
  display: block;
  margin: -2px -1px 0;
  width: 101%;
}
@media (max-width: 1023px) and (max-width: 1023px) {
  section.callout.flush .split .text .text-inner {
    padding: 0 10%;
  }
}
@media (max-width: 1023px) {
  section.callout.even .split .text, section.callout.even .split .img {
    flex-basis: 100%;
  }
  section.callout.size-by-image .split .text, section.callout.size-by-image .split .img {
    flex-basis: 100%;
  }
  section.callout.size-by-image .split .text > .text-inner {
    padding: 1.5rem 10%;
  }
}
section.callout .split {
  margin-top: 6rem;
  flex-wrap: nowrap;
}
section.callout .split .text {
  flex-basis: 40%;
}
section.callout .split .text .text-inner {
  padding: 3rem 10% 3rem 20%;
}
section.callout .split .text .text-inner h3 {
  font-family: "Ringside Compressed", sans-serif;
  font-weight: 600;
  font-size: 3.5rem;
  margin: 0 0 0.75em;
}
section.callout .split .text .text-inner .info, section.callout .split .text .text-inner .body {
  font-size: 1.25rem;
  font-family: "Rightside Light", sans-serif;
  font-weight: lighter;
  margin: 1rem 0;
  line-height: 2;
}
section.callout .split .text .text-inner .info strong, section.callout .split .text .text-inner .body strong {
  font-family: "Ringside Bold", sans-serif;
}
section.callout .split .img {
  flex-basis: 60%;
  background-size: cover;
  background-position: center left;
  padding-top: 30%;
}
@media (max-width: 1199px) {
  section.callout .split .text {
    flex-basis: 50%;
  }
  section.callout .split .img {
    flex-basis: 50%;
  }
}
@media (max-width: 1400px) {
  section.callout .split .text .text-inner h3 {
    font-size: 3rem;
  }
}
@media (max-width: 1023px) {
  section.callout .split {
    flex-wrap: wrap;
  }
  section.callout .split .text {
    flex-basis: 100%;
  }
  section.callout .split .text .text-inner {
    padding: 3rem 5%;
  }
  section.callout .split .text .text-inner h3 {
    font-size: 2rem;
  }
  section.callout .split .text .text-inner .info, section.callout .split .text .text-inner .body {
    font-size: 1rem;
  }
  section.callout .split .img {
    flex-basis: 100%;
    height: 50vw;
    order: -1;
  }
}

section.events .events-row {
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
}
section.events .events-row .event {
  width: 21.6vw;
  max-width: 415px;
}
section.events .events-row .event .event-inner {
  padding: 2rem 1rem 5rem 0;
  font-size: 1.25rem;
}
section.events .events-row .event .event-inner .date, section.events .events-row .event .event-inner .location {
  font-family: "Ringside Bold", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2;
}
section.events .events-row .event .event-inner .date span, section.events .events-row .event .event-inner .location span {
  vertical-align: super;
  font-size: 0.5em;
}
section.events .events-row .event .event-inner .desc {
  padding: 2rem 0;
  line-height: 1.75;
}
section.events .events-row .event:not(:last-of-type) {
  border-right: 1px solid #14284b;
}
section.events .sign-up {
  text-transform: uppercase;
  font-size: 16px;
}
@media (min-width: 375px) {
  section.events .sign-up {
    font-size: calc(16px + 4 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920px) {
  section.events .sign-up {
    font-size: 20px;
  }
}
section.events .sign-up {
  text-align: center;
  margin: 3rem 5%;
}
section.events .sign-up a {
  cursor: pointer;
}
@media (max-width: 1199px) {
  section.events .events-row .event {
    width: 48%;
    max-width: 48%;
    margin-top: 1rem;
  }
  section.events .events-row .event:nth-of-type(even) {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  section.events .events-row .event {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    border-bottom: 1px solid #14284b;
  }
  section.events .events-row .event:nth-of-type(odd) {
    border-right: 0;
  }
  section.events .events-row .event .event-inner {
    padding: 2rem 1rem 2rem 0;
    font-size: 1rem;
  }
}

section.newsroom-slider {
  margin-bottom: 6rem;
}
section.newsroom-slider .newsroom-inner {
  width: 90%;
  margin: 0 auto;
}
section.newsroom-slider .newsroom-inner .filters {
  align-items: center;
  margin: 0 0 6rem 0;
}
section.newsroom-slider .newsroom-inner .filters h4 {
  font-weight: 300;
  font-family: "Ringside light", sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin: 0;
}
section.newsroom-slider .newsroom-inner .filters h4:after {
  content: ":";
  padding: 0 2rem;
}
section.newsroom-slider .newsroom-inner .filters .cat {
  color: #14284b;
  font-weight: bold;
  font-family: "Ringside Bold", sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
}
section.newsroom-slider .newsroom-inner .filters .cat:hover, section.newsroom-slider .newsroom-inner .filters .cat.active {
  color: #d0a553;
}
section.newsroom-slider .newsroom-inner .filters .bar {
  background-color: #14284b;
  width: 2px;
  height: 23px;
  margin: 0 3rem;
}
section.newsroom-slider .newsroom-inner .filters .learn-more {
  margin-left: auto;
}
section.newsroom-slider .newsroom-inner .split .text {
  flex-basis: 35%;
  margin-right: 5%;
}
section.newsroom-slider .newsroom-inner .split .text .text-inner {
  display: none;
  padding: 0.5rem 10% 3rem 0;
}
section.newsroom-slider .newsroom-inner .split .text .text-inner.active {
  display: block;
}
section.newsroom-slider .newsroom-inner .split .text .text-inner h3 {
  font-family: "Ringside Compressed", sans-serif;
  font-weight: 600;
  font-size: 3.5rem;
  margin: 0 0 0.75em;
  letter-spacing: 0;
  text-transform: none;
}
section.newsroom-slider .newsroom-inner .split .text .text-inner .info, section.newsroom-slider .newsroom-inner .split .text .text-inner .body {
  font-size: 1.25rem;
  font-family: "Rightside Light", sans-serif;
  font-weight: lighter;
  margin: 1rem 0;
  line-height: 2;
}
section.newsroom-slider .newsroom-inner .split .img-wrap {
  flex-basis: 60%;
  position: relative;
}
section.newsroom-slider .newsroom-inner .split .img-wrap .img-inner .img {
  display: none;
}
section.newsroom-slider .newsroom-inner .split .img-wrap .img-inner .img.active {
  display: block;
}
section.newsroom-slider .newsroom-inner .split .img-wrap .next {
  position: absolute;
  top: 20px;
  left: -20px;
}
section.newsroom-slider .newsroom-inner .split .img-wrap .prev {
  position: absolute;
  top: 80px;
  left: -20px;
}
@media (max-width: 1199px) {
  section.newsroom-slider .newsroom-inner .filters h4 {
    flex-basis: 100%;
    margin: 1rem 0;
  }
  section.newsroom-slider .newsroom-inner .filters .learn-more {
    flex-basis: 100%;
    margin: 1rem 0;
  }
  section.newsroom-slider .newsroom-inner .filters .cat {
    margin: 0.5rem;
    padding: 0.5rem 1rem;
    background-color: #d0a553;
  }
  section.newsroom-slider .newsroom-inner .filters .cat:hover, section.newsroom-slider .newsroom-inner .filters .cat.active {
    background-color: #14284b;
  }
  section.newsroom-slider .newsroom-inner .filters .bar {
    display: none;
  }
  section.newsroom-slider .newsroom-inner .split .text {
    flex-basis: 45%;
    margin-right: 5%;
  }
  section.newsroom-slider .newsroom-inner .split .img-wrap {
    flex-basis: 50%;
  }
}
@media (max-width: 1023px) {
  section.newsroom-slider .newsroom-inner .split .text {
    flex-basis: 100%;
  }
  section.newsroom-slider .newsroom-inner .split .text .text-inner {
    padding: 3rem 5%;
  }
  section.newsroom-slider .newsroom-inner .split .text .text-inner h3 {
    font-size: 2rem;
  }
  section.newsroom-slider .newsroom-inner .split .text .text-inner .info, section.newsroom-slider .newsroom-inner .split .text .text-inner .body {
    font-size: 1rem;
  }
  section.newsroom-slider .newsroom-inner .split .img-wrap {
    flex-basis: 100%;
    order: -1;
  }
}
@media (max-width: 767px) {
  section.newsroom-slider .newsroom-inner .split .img-wrap .next {
    top: auto;
    bottom: -20px;
    left: auto;
    right: 30%;
    transform: translateX(30%);
  }
  section.newsroom-slider .newsroom-inner .split .img-wrap .prev {
    top: auto;
    bottom: -20px;
    left: 30%;
    transform: translateX(-30%);
  }
}

section.text-body {
  background-color: #f3f4f6;
}
section.text-body.w-img .body-inner {
  display: flex;
  padding: 4rem 0;
}
section.text-body.w-img .body-inner .text-img {
  min-width: 36%;
  background-size: cover;
  background-position: center center;
}
section.text-body.w-img .body-inner .text-wrap {
  padding: 0 2% 0 22%;
}
@media (max-width: 1023px) {
  section.text-body.w-img .body-inner {
    flex-wrap: wrap;
    padding: 0;
  }
  section.text-body.w-img .body-inner .text-img {
    min-width: 100%;
    height: 35vw;
  }
  section.text-body.w-img .body-inner .text-wrap {
    padding: 4rem 5%;
  }
  section.text-body.w-img .body-inner .text-wrap p {
    font-size: 1rem;
  }
}
section.text-body .body-inner {
  width: 90%;
  margin: 0 auto;
}
section.text-body .body-inner .text-wrap {
  padding: 4rem 14% 4rem 22%;
}
section.text-body .body-inner .text-wrap h3:first-of-type {
  margin-top: 0;
}
section.text-body .body-inner .text-wrap p, section.text-body .body-inner .text-wrap ul, section.text-body .body-inner .text-wrap ol {
  font-size: 1.25rem;
  line-height: 1.75;
  font-family: "Ringside Light", sans-serif;
  font-weight: 300;
}
section.text-body .body-inner .text-wrap p strong, section.text-body .body-inner .text-wrap ul strong, section.text-body .body-inner .text-wrap ol strong {
  font-family: "Ringside Bold", sans-serif;
}
section.text-body .body-inner .text-wrap figure img {
  width: auto;
  height: auto;
}
@media (max-width: 1023px) {
  section.text-body .body-inner .text-wrap {
    padding: 4rem 5%;
  }
  section.text-body .body-inner .text-wrap p, section.text-body .body-inner .text-wrap ul, section.text-body .body-inner .text-wrap ol {
    font-size: 1rem;
  }
}

section.executive-team .team-grid {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all 0.5s ease;
}
section.executive-team .team-grid.short {
  justify-content: flex-start;
}
section.executive-team .team-grid.short .team-member {
  margin-right: 5%;
}
section.executive-team .team-grid .team-member {
  max-width: 540px;
  width: 30%;
  background-color: #f3f4f6;
  margin-bottom: 3rem;
  cursor: pointer;
}
section.executive-team .team-grid .team-member .info {
  padding: 0.25rem 0.75rem 0.75rem;
}
section.executive-team .team-grid .team-member .info .name {
  letter-spacing: 0.125em;
  font-family: "Ringside", sans-serif;
  font-size: 2rem;
}
section.executive-team .team-grid .team-member .info .job-title {
  letter-spacing: 0.125em;
  font-weight: 500;
  font-family: "Ringside Light", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.25rem;
}
section.executive-team .team-grid .team-member .info .body {
  display: none;
}
section.executive-team .team-grid .team-member .close-x {
  display: none;
  margin-left: auto;
}
section.executive-team .team-grid .team-member:hover {
  background-color: #14284b;
}
section.executive-team .team-grid .team-member:hover .img {
  filter: brightness(75%);
}
section.executive-team .team-grid .team-member:hover .info {
  color: #d0a553;
}
section.executive-team .team-grid.open {
  width: 100%;
}
section.executive-team .team-grid.open .team-member {
  display: none;
  max-width: 100%;
  width: 100%;
  cursor: default;
  transition: all 0.5s ease;
}
section.executive-team .team-grid.open .team-member.open {
  display: flex;
  padding: 0 5%;
}
section.executive-team .team-grid.open .team-member.open .img-wrapper img {
  max-width: 400px;
  min-width: 400px;
  width: 400px;
  height: auto;
}
section.executive-team .team-grid.open .team-member.open .img-wrapper {
  margin: 0 2rem 0 0;
}
section.executive-team .team-grid.open .team-member.open .info .name {
  font-size: 3.5rem;
  margin: 1rem 0;
  text-transform: uppercase;
  margin: 1rem 0;
  font-family: "Ringside Compressed", sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
}
section.executive-team .team-grid.open .team-member.open .info .job-title {
  font-size: 2.25rem;
  margin-bottom: 2rem;
  font-family: "Ringside Compressed", sans-serif;
}
section.executive-team .team-grid.open .team-member.open .info .body {
  font-size: 1.25rem;
  font-family: "Ringside Light", sans-serif;
  font-weight: 300;
  line-height: 1.75;
  display: block;
}
section.executive-team .team-grid.open .team-member.open .close-x {
  font-size: 3.5rem;
  cursor: pointer;
  display: block;
}
section.executive-team .team-grid.open .team-member.open .close-x:hover {
  color: #d0a553;
}
section.executive-team .team-grid.open .team-member:hover {
  background-color: #f3f4f6;
}
section.executive-team .team-grid.open .team-member:hover .img {
  filter: none;
}
section.executive-team .team-grid.open .team-member:hover .info {
  color: #14284b;
}
@media (max-width: 1023px) {
  section.executive-team .team-grid .team-member .info .name {
    font-size: 1.25rem;
  }
  section.executive-team .team-grid .team-member .info .job-title {
    font-size: 1rem;
  }
  section.executive-team .team-grid.open .team-member.open {
    display: flex;
  }
  section.executive-team .team-grid.open .team-member.open .info .name {
    font-size: 2rem;
  }
  section.executive-team .team-grid.open .team-member.open .info .job-title {
    font-size: 1.25rem;
  }
  section.executive-team .team-grid.open .team-member.open .info .body {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  section.executive-team .team-grid .team-member {
    width: 100%;
    max-width: 100%;
  }
  section.executive-team .team-grid .team-member .img {
    height: 65vw;
    background-repeat: no-repeat;
    background-color: #E2E2E2;
  }
  section.executive-team .team-grid .team-member .info .name {
    letter-spacing: 0;
  }
  section.executive-team .team-grid.open {
    width: 100%;
  }
  section.executive-team .team-grid.open .team-member {
    position: relative;
  }
  section.executive-team .team-grid.open .team-member.open {
    display: flex;
    flex-direction: column;
    padding: 0 5%;
  }
  section.executive-team .team-grid.open .team-member.open .img-wrapper {
    margin: 0;
  }
  section.executive-team .team-grid.open .team-member.open .img-wrapper img {
    max-width: 100%;
    width: 100%;
  }
  section.executive-team .team-grid.open .team-member.open .close-x {
    position: absolute;
    color: #FFFFFF;
    top: 10px;
    right: 10%;
  }
}

section.link-banner {
  background-image: url("/img/about-splash.png");
  background-size: 100% auto;
  display: flex;
  justify-content: center;
}
section.link-banner a {
  border: 5px solid #ffdc8c;
  display: inline-block;
  text-align: center;
  margin: 6.25vw 1rem;
  padding: 2.9vw 3.9vw;
  letter-spacing: 0.25em;
}
section.link-banner a .headline {
  text-transform: uppercase;
  font-family: "Ringside Compressed-Bold", sans-serif;
  color: #FFFFFF;
  font-size: 20px;
}
@media (min-width: 375px) {
  section.link-banner a .headline {
    font-size: calc(20px + 36 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920px) {
  section.link-banner a .headline {
    font-size: 56px;
  }
}
section.link-banner a .headline {
  margin-bottom: 0.25em;
}
section.link-banner a .tagline {
  font-size: 16px;
}
@media (min-width: 375px) {
  section.link-banner a .tagline {
    font-size: calc(16px + 20 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920px) {
  section.link-banner a .tagline {
    font-size: 36px;
  }
}
section.link-banner a .tagline {
  color: #ffdc8c;
  text-transform: uppercase;
  font-family: "Ringside Compressed", sans-serif;
  font-weight: 400;
}
section.link-banner a .tagline:after {
  content: "›";
  color: #ffdc8c;
  padding: 0 1em 0 0.5em;
}
section.link-banner a:hover {
  border: 5px solid #FFFFFF;
}
section.link-banner a:hover .headline {
  color: #ffdc8c;
}
section.link-banner a:hover .tagline {
  color: #FFFFFF;
}
section.link-banner a:hover .tagline:after {
  color: #FFFFFF;
}

section.icons-grid {
  background-image: url("/img/Pattern.png");
  background-color: #14284b;
}
section.icons-grid h3 {
  padding: 5rem 5%;
  margin: 0;
  color: #ffdc8c;
}
section.icons-grid .icons {
  width: 90%;
  margin: 0 auto;
}
section.icons-grid .icons .item {
  flex-basis: 22%;
  max-width: 22%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFFFFF;
  margin-right: 0;
}
section.icons-grid .icons .item:not(:nth-of-type(4n)) {
  margin-right: 4%;
}
section.icons-grid .icons .item.side-by-side {
  margin: 0 auto;
  flex-direction: row;
  align-items: center;
}
section.icons-grid .icons .item.side-by-side .title-block {
  flex-shrink: 0;
  width: 100%;
}
section.icons-grid .icons .item.side-by-side .title-block .title {
  min-height: initial;
}
section.icons-grid .icons .item.side-by-side img {
  padding-left: 2rem;
  flex-shrink: 0;
}
section.icons-grid .icons .item .title-block {
  font-family: "Ringside Compressed-bold", sans-serif;
  width: 100%;
  font-size: 20px;
}
@media (min-width: 375px) {
  section.icons-grid .icons .item .title-block {
    font-size: calc(20px + 22 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920px) {
  section.icons-grid .icons .item .title-block {
    font-size: 42px;
  }
}
section.icons-grid .icons .item .title-block {
  display: flex;
  justify-content: center;
}
section.icons-grid .icons .item .title-block .count {
  color: #ffdc8c;
  white-space: nowrap;
  display: inline-block;
  margin-right: 0.125em;
}
section.icons-grid .icons .item .title-block .title {
  display: inline-block;
  min-height: 2.5em;
}
section.icons-grid .icons .item img {
  height: 100px;
  width: auto;
  margin: 2rem 0;
}
section.icons-grid .icons .item .body {
  font-size: 16px;
}
@media (min-width: 375px) {
  section.icons-grid .icons .item .body {
    font-size: calc(16px + 4 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920px) {
  section.icons-grid .icons .item .body {
    font-size: 20px;
  }
}
section.icons-grid .icons .item .body {
  line-height: 1.75;
  margin-bottom: 5em;
  width: 100%;
}
@media (max-width: 1199px) {
  section.icons-grid .icons {
    flex-wrap: wrap;
  }
  section.icons-grid .icons .item {
    flex-basis: 45%;
    max-width: 45%;
  }
  section.icons-grid .icons .item:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  section.icons-grid .icons .item:not(:nth-of-type(2n)) {
    margin-right: 10%;
  }
}
@media (max-width: 767px) {
  section.icons-grid .icons .item {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
  section.icons-grid .icons .item img {
    max-width: 40%;
    height: auto;
    max-height: 100px;
  }
  section.icons-grid .icons .item.side-by-side {
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
  }
  section.icons-grid .icons .item.side-by-side .title-block .title {
    min-height: 2.5em;
  }
  section.icons-grid .icons .item.side-by-side img {
    margin-left: 0;
  }
}

section.two-col-links {
  background-color: #ffdc8c;
}
section.two-col-links h3 {
  margin: 0;
  padding: 1em 15%;
}
section.two-col-links ul {
  list-style: none;
  margin: 0;
  column-count: 2;
  padding: 0 20% 5rem 15%;
  column-gap: 8%;
}
section.two-col-links ul li a {
  font-family: "Ringside Light", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
@media (min-width: 375px) {
  section.two-col-links ul li a {
    font-size: calc(16px + 4 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920px) {
  section.two-col-links ul li a {
    font-size: 20px;
  }
}
section.two-col-links ul li a {
  color: #14284b;
  line-height: 2;
}
section.two-col-links ul li a:hover {
  color: #FFFFFF;
}
section.two-col-links ul li a:after {
  content: "›";
  padding: 0 1em 0 0.5em;
}
@media (max-width: 767px) {
  section.two-col-links h3 {
    padding: 1em 10%;
  }
  section.two-col-links ul {
    column-count: 1;
    padding: 0 10% 5rem;
  }
}

section.scroll-menu {
  background-color: #f3f4f6;
}
section.scroll-menu .wrapper {
  width: 90%;
  margin: 0 auto;
}
section.scroll-menu .wrapper .list-inner {
  padding: 4rem 14% 0 22%;
}
section.scroll-menu .wrapper .list-inner a {
  font-family: "Ringside Book", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
}
@media (min-width: 375px) {
  section.scroll-menu .wrapper .list-inner a {
    font-size: calc(10px + 10 * (100vw - 375px) / 1525);
  }
}
@media (min-width: 1900px) {
  section.scroll-menu .wrapper .list-inner a {
    font-size: 20px;
  }
}
section.scroll-menu .wrapper .list-inner a {
  color: #14284b;
}
section.scroll-menu .wrapper .list-inner a:not(:last-of-type) {
  border-right: 2px solid #14284b;
  padding-right: 1em;
  margin-right: 1em;
}
section.scroll-menu .wrapper .list-inner a:hover {
  color: #d0a553;
}
@media (max-width: 1023px) {
  section.scroll-menu .wrapper .list-inner {
    padding: 4rem 5% 0;
  }
}

section.map-callout .split {
  height: 41vw;
  min-height: 800px;
  background-color: #ffdc8c;
  margin-top: 0;
}
section.map-callout .split .text {
  flex-basis: 40%;
}
section.map-callout .split .text .text-inner {
  padding: 3rem 10% 3rem 20%;
}
section.map-callout .split .text .text-inner h3 {
  font-family: "Ringside Compressed", sans-serif;
  font-weight: 600;
  font-size: 2.125rem;
  margin: 0 0 0.75em;
}
section.map-callout .split .text .text-inner .info, section.map-callout .split .text .text-inner .body {
  font-size: 1.25rem;
  font-family: "Rightside Light", sans-serif;
  font-weight: lighter;
  margin: 1rem 0;
  line-height: 2;
}
section.map-callout .split .img {
  flex-basis: 60%;
  background-size: cover;
  background-position: center left;
}
section.map-callout .split .img figure {
  margin: 0;
  width: 100% !important;
  height: 100% !important;
}
section.map-callout .split .img figure iframe {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 1199px) {
  section.map-callout .split .text {
    flex-basis: 50%;
  }
  section.map-callout .split .img {
    flex-basis: 50%;
  }
}
@media (max-width: 1023px) {
  section.map-callout .split {
    height: auto;
    min-height: initial;
  }
  section.map-callout .split .text {
    flex-basis: 100%;
  }
  section.map-callout .split .text .text-inner {
    padding: 3rem 5%;
  }
  section.map-callout .split .text .text-inner h3 {
    font-size: 2rem;
  }
  section.map-callout .split .text .text-inner .info, section.map-callout .split .text .text-inner .body {
    font-size: 1rem;
  }
  section.map-callout .split .img {
    flex-basis: 100%;
    height: 60vw;
    order: -1;
  }
}
@media (max-width: 767px) {
  section.map-callout .split .img {
    height: 100vw;
  }
}

section.page-links {
  background-color: #f3f4f6;
  padding-top: 1rem;
  padding-bottom: 6rem;
}
section.page-links h3 {
  text-align: center;
}
section.page-links .links-wrap {
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
}
section.page-links .links-wrap.center-link {
  justify-content: center;
}
section.page-links .links-wrap a {
  flex-basis: 48.5%;
}
section.page-links .links-wrap a .link {
  background-size: cover;
  background-position: center 75%;
  height: 100%;
}
section.page-links .links-wrap a .link .link-text {
  font-family: "Ringside Bold", sans-serif;
  font-size: 20px;
}
@media (min-width: 375px) {
  section.page-links .links-wrap a .link .link-text {
    font-size: calc(20px + 16 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920px) {
  section.page-links .links-wrap a .link .link-text {
    font-size: 36px;
  }
}
section.page-links .links-wrap a .link .link-text {
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: rgba(34, 37, 89, 0.35);
  text-align: center;
  padding: 2em;
  height: 100%;
  box-sizing: border-box;
}
section.page-links .links-wrap a:hover .link .link-text {
  background-color: rgba(0, 0, 0, 0.5);
}
section.page-links .links-wrap.photos-videos a .link {
  background-position: center;
}
@media (max-width: 767px) {
  section.page-links .links-wrap {
    flex-wrap: wrap;
  }
  section.page-links .links-wrap a {
    flex-basis: 100%;
    margin-bottom: 1rem;
  }
  section.page-links h3 {
    margin: 0 1rem 1rem;
  }
}

section.scrolling-squares {
  margin-bottom: 8rem;
}
section.scrolling-squares .scroll-row {
  position: relative;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
}
section.scrolling-squares .scroll-row .slick-list {
  margin: 0 -20px !important;
}
section.scrolling-squares .scroll-row .slick-slide {
  margin: 0 20px !important;
}
section.scrolling-squares .scroll-row .slick-arrow {
  position: absolute;
  padding: 8px;
  background-color: #ffdc8c;
  border: none;
  font-family: "Ringside Light", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.125em;
  cursor: pointer;
  width: 40px;
  height: 40px;
  bottom: -20px;
  z-index: 10;
  outline: 0;
}
section.scrolling-squares .scroll-row .slick-arrow:hover {
  background-color: rgb(30.7368421053, 61.4736842105, 115.2631578947);
}
section.scrolling-squares .scroll-row .slick-arrow.slick-next {
  left: 60px;
  background-image: url("/img/forward-button.png");
}
section.scrolling-squares .scroll-row .slick-arrow.slick-prev {
  left: 0;
  background-image: url("/img/back-button.png");
}
section.scrolling-squares .scroll-row .scroll-square {
  width: 31.25%;
  height: 32.8vw;
  max-height: 630px;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  outline: 0;
  position: relative;
}
section.scrolling-squares .scroll-row .scroll-square .info-block {
  display: none;
  color: #FFFFFF;
  background-color: rgba(34, 37, 89, 0.35);
  padding: 1rem;
}
section.scrolling-squares .scroll-row .scroll-square .info-block .caption {
  font-size: 12px;
}
@media (min-width: 375px) {
  section.scrolling-squares .scroll-row .scroll-square .info-block .caption {
    font-size: calc(12px + 6 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920px) {
  section.scrolling-squares .scroll-row .scroll-square .info-block .caption {
    font-size: 18px;
  }
}
section.scrolling-squares .scroll-row .scroll-square .info-block .caption {
  text-transform: uppercase;
  font-family: "Ringside Semibold", sans-serif;
  letter-spacing: 0.125em;
  cursor: default;
}
section.scrolling-squares .scroll-row .scroll-square .info-block .square-toggle {
  font-size: 18px;
}
@media (min-width: 375px) {
  section.scrolling-squares .scroll-row .scroll-square .info-block .square-toggle {
    font-size: calc(18px + 14 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920px) {
  section.scrolling-squares .scroll-row .scroll-square .info-block .square-toggle {
    font-size: 32px;
  }
}
section.scrolling-squares .scroll-row .scroll-square .info-block .square-toggle {
  text-transform: uppercase;
  font-family: "Ringside Compressed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.125em;
  cursor: pointer;
}
section.scrolling-squares .scroll-row .scroll-square .info-block .square-toggle:after {
  content: ">";
  color: #d0a553;
  padding-left: 0.5em;
}
section.scrolling-squares .scroll-row .scroll-square .info-block .body {
  display: none;
}
section.scrolling-squares .scroll-row .scroll-square .info-block .close-square {
  display: none;
  position: absolute;
}
section.scrolling-squares .scroll-row .scroll-square:hover .info-block {
  display: block;
}
section.scrolling-squares .scroll-row.active .scroll-square.active {
  display: flex;
  width: 100%;
  flex-direction: row;
  background-size: 69.25% auto;
  background-repeat: no-repeat;
  background-position: left center;
}
section.scrolling-squares .scroll-row.active .scroll-square.active .info-block {
  width: 30%;
  display: block;
  background-color: transparent;
  color: #14284b;
  padding: 0 0 0 10px;
  overflow-y: auto;
  direction: rtl;
  text-align: left;
}
section.scrolling-squares .scroll-row.active .scroll-square.active .info-block::-webkit-scrollbar {
  width: 10px;
}
section.scrolling-squares .scroll-row.active .scroll-square.active .info-block {
  /* Track */
}
section.scrolling-squares .scroll-row.active .scroll-square.active .info-block::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
section.scrolling-squares .scroll-row.active .scroll-square.active .info-block {
  /* Handle */
}
section.scrolling-squares .scroll-row.active .scroll-square.active .info-block::-webkit-scrollbar-thumb {
  background: #d0a553;
  border-radius: 10px;
}
section.scrolling-squares .scroll-row.active .scroll-square.active .info-block {
  /* Handle on hover */
}
section.scrolling-squares .scroll-row.active .scroll-square.active .info-block::-webkit-scrollbar-thumb:hover {
  background: #ffdc8c;
}
section.scrolling-squares .scroll-row.active .scroll-square.active .info-block .body {
  display: block;
  font-size: 16px;
}
@media (min-width: 375px) {
  section.scrolling-squares .scroll-row.active .scroll-square.active .info-block .body {
    font-size: calc(16px + 4 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920px) {
  section.scrolling-squares .scroll-row.active .scroll-square.active .info-block .body {
    font-size: 20px;
  }
}
section.scrolling-squares .scroll-row.active .scroll-square.active .info-block .body {
  font-family: "Ringside Light", sans-serif;
  line-height: 1.75;
}
section.scrolling-squares .scroll-row.active .scroll-square.active .info-block .square-toggle:after {
  content: "";
}
section.scrolling-squares .scroll-row.active .scroll-square.active .info-block .close-square {
  display: block;
  position: absolute;
  color: #ffdc8c;
  top: 0;
  left: 1rem;
  font-size: 5rem;
  cursor: pointer;
}
section.scrolling-squares .scroll-row.active .scroll-square.active .info-block .close-square:hover {
  color: #d0a553;
}
@media (max-width: 1023px) {
  section.scrolling-squares .scroll-row.active .scroll-square.active {
    display: flex;
    width: 100%;
    flex-direction: column;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    max-height: initial;
    height: auto;
  }
  section.scrolling-squares .scroll-row.active .scroll-square.active .info-block {
    width: 90%;
    display: block;
    background-color: transparent;
    color: #FFFFFF;
    background-color: rgba(34, 37, 89, 0.35);
    padding: 5% 5%;
    height: 90%;
  }
  section.scrolling-squares .scroll-row.active .scroll-square.active .info-block .body {
    display: block;
    font-size: 16px;
    font-family: "Ringside Light", sans-serif;
    line-height: 1.75;
  }
}
@media (max-width: 1023px) and (min-width: 375px) {
  section.scrolling-squares .scroll-row.active .scroll-square.active .info-block .body {
    font-size: calc(16px + 4 * (100vw - 375px) / 1545);
  }
}
@media (max-width: 1023px) and (min-width: 1920px) {
  section.scrolling-squares .scroll-row.active .scroll-square.active .info-block .body {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  section.scrolling-squares .scroll-row.active .scroll-square.active .info-block .close-square {
    right: 1rem;
    left: auto;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  section.scrolling-squares .scroll-row {
    flex-wrap: wrap;
  }
  section.scrolling-squares .scroll-row .scroll-square {
    width: 100%;
    background-size: cover !important;
    background-position: center 75%;
    margin-bottom: 1rem;
  }
  section.scrolling-squares .scroll-row .scroll-square .info-block {
    display: block;
    height: 100%;
  }
  section.scrolling-squares .scroll-row .scroll-square.active {
    height: auto;
    max-height: initial;
  }
  section.scrolling-squares .scroll-row .scroll-square.active .info-block {
    height: auto !important;
    padding-top: 4rem !important;
    background-position: center center !important;
  }
}
@media (max-width: 1023px) {
  section.scrolling-squares .scroll-square .info-block {
    display: block !important;
  }
}

section.testimonials {
  margin-bottom: 6rem;
}
section.testimonials h3 {
  padding-left: 5%;
}
section.testimonials .testimonials-inner {
  width: 90%;
  margin: 0 auto;
}
section.testimonials .testimonials-inner .split .text {
  flex-basis: 55%;
  margin-right: 5%;
}
section.testimonials .testimonials-inner .split .text .text-inner {
  display: none;
  padding: 0.5rem 10% 3rem 0;
}
section.testimonials .testimonials-inner .split .text .text-inner.active {
  display: block;
}
section.testimonials .testimonials-inner .split .text .text-inner .quote {
  font-size: 20px;
}
@media (min-width: 375px) {
  section.testimonials .testimonials-inner .split .text .text-inner .quote {
    font-size: calc(20px + 24 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920px) {
  section.testimonials .testimonials-inner .split .text .text-inner .quote {
    font-size: 44px;
  }
}
section.testimonials .testimonials-inner .split .text .text-inner .quote {
  color: #d0a553;
  font-family: "Ringside Compressed-bold", sans-serif;
}
section.testimonials .testimonials-inner .split .text .text-inner .quote:before {
  content: "“";
}
section.testimonials .testimonials-inner .split .text .text-inner .quote:after {
  content: "”";
}
section.testimonials .testimonials-inner .split .text .text-inner .info, section.testimonials .testimonials-inner .split .text .text-inner .body {
  font-size: 1.25rem;
  font-family: "Rightside Light", sans-serif;
  font-weight: lighter;
  margin: 1rem 0;
  line-height: 2;
}
section.testimonials .testimonials-inner .split .text .text-inner .attribution {
  font-family: "Ringside Semibold", sans-serif;
  font-size: 12px;
}
@media (min-width: 375px) {
  section.testimonials .testimonials-inner .split .text .text-inner .attribution {
    font-size: calc(12px + 6 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920px) {
  section.testimonials .testimonials-inner .split .text .text-inner .attribution {
    font-size: 18px;
  }
}
section.testimonials .testimonials-inner .split .text .text-inner .attribution {
  text-transform: uppercase;
  letter-spacing: 0.125em;
}
section.testimonials .testimonials-inner .split .text .text-inner .attribution:before {
  content: "—";
}
section.testimonials .testimonials-inner .split .img-wrap {
  flex-basis: 30%;
  position: relative;
}
section.testimonials .testimonials-inner .split .img-wrap .img-inner {
  height: 100%;
  width: 100%;
}
section.testimonials .testimonials-inner .split .img-wrap .img-inner .img {
  display: none;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
section.testimonials .testimonials-inner .split .img-wrap .img-inner .img.active {
  display: block;
}
section.testimonials .testimonials-inner .split .img-wrap .next {
  position: absolute;
  top: 20px;
  left: -20px;
}
section.testimonials .testimonials-inner .split .img-wrap .prev {
  position: absolute;
  top: 80px;
  left: -20px;
}
@media (max-width: 1199px) {
  section.testimonials .testimonials-inner .filters h4 {
    flex-basis: 100%;
    margin: 1rem 0;
  }
  section.testimonials .testimonials-inner .filters .learn-more {
    flex-basis: 100%;
    margin: 1rem 0;
  }
  section.testimonials .testimonials-inner .filters .cat {
    margin: 0.5rem;
    padding: 0.5rem 1rem;
    background-color: #d0a553;
  }
  section.testimonials .testimonials-inner .filters .bar {
    display: none;
  }
  section.testimonials .testimonials-inner .split .text {
    flex-basis: 45%;
    margin-right: 5%;
  }
  section.testimonials .testimonials-inner .split .img-wrap {
    flex-basis: 50%;
  }
}
@media (max-width: 1023px) {
  section.testimonials .testimonials-inner .split .text {
    flex-basis: 100%;
  }
  section.testimonials .testimonials-inner .split .text .text-inner {
    padding: 3rem 5%;
  }
  section.testimonials .testimonials-inner .split .text .text-inner h3 {
    font-size: 2rem;
  }
  section.testimonials .testimonials-inner .split .text .text-inner .info, section.testimonials .testimonials-inner .split .text .text-inner .body {
    font-size: 1rem;
  }
  section.testimonials .testimonials-inner .split .img-wrap {
    flex-basis: 100%;
    height: 50vw;
    order: -1;
  }
  section.testimonials .testimonials-inner .split .img-wrap .img-inner .test-img {
    background-position: center 33%;
  }
}
@media (max-width: 767px) {
  section.testimonials .testimonials-inner .split .img-wrap .next {
    top: auto;
    bottom: -20px;
    left: 60%;
    margin-left: -10px;
  }
  section.testimonials .testimonials-inner .split .img-wrap .prev {
    top: auto;
    bottom: -20px;
    left: 40%;
    margin-left: -10px;
  }
}

section#sign-up-form.form-shrink, section#news-events-notifications-form.form-shrink {
  display: none;
}
section#sign-up-form, section#news-events-notifications-form {
  background-image: url("/img/pattern-white.png");
  padding: 4rem 0 5rem;
}
section#sign-up-form h2, section#news-events-notifications-form h2 {
  font-size: 3.5rem;
  padding: 0;
  text-align: center;
  margin: 0;
}
section#sign-up-form h5, section#news-events-notifications-form h5 {
  text-align: center;
  font-family: "Ringside Light", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  margin: 1.67em 1em;
}
section#sign-up-form .form-wrapper, section#news-events-notifications-form .form-wrapper {
  background-color: #FFFFFF;
  width: 90%;
  margin: 0 auto;
  padding: 3rem 0 0;
  box-shadow: 20px 20px 0px rgba(34, 37, 89, 0.35);
}
section#sign-up-form .form-wrapper form, section#news-events-notifications-form .form-wrapper form {
  background-color: #14284b;
}
section#sign-up-form .form-wrapper form .form-inner, section#news-events-notifications-form .form-wrapper form .form-inner {
  justify-content: space-between;
}
section#sign-up-form .form-wrapper form .form-inner > div, section#news-events-notifications-form .form-wrapper form .form-inner > div {
  max-width: 33.2%;
  min-width: 33.2%;
  background-color: #FFFFFF;
}
section#sign-up-form .form-wrapper form .form-inner .body .body-inner, section#news-events-notifications-form .form-wrapper form .form-inner .body .body-inner {
  margin: 0 0 0 3rem;
  padding-right: 2rem;
}
section#sign-up-form .form-wrapper form .form-inner .body .body-inner h3, section#news-events-notifications-form .form-wrapper form .form-inner .body .body-inner h3 {
  margin: 0;
  letter-spacing: 0.125em;
  font-weight: 400;
}
section#sign-up-form .form-wrapper form .form-inner .body .body-inner p, section#news-events-notifications-form .form-wrapper form .form-inner .body .body-inner p {
  font-family: "Ringside Light", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75;
  font-weight: 300;
  margin: 0 0 5rem;
}
section#sign-up-form .form-wrapper form .form-inner .check-boxes h4, section#news-events-notifications-form .form-wrapper form .form-inner .check-boxes h4 {
  margin: 0 2rem 1rem 2rem;
  font-family: "Ringside Semibold", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.125em;
}
section#sign-up-form .form-wrapper form .form-inner .check-boxes .notifications, section#news-events-notifications-form .form-wrapper form .form-inner .check-boxes .notifications {
  column-count: 2;
  margin: 0 2rem 1rem 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #14284b;
}
@media (max-width: 1559px) {
  section#sign-up-form .form-wrapper form .form-inner .check-boxes .notifications, section#news-events-notifications-form .form-wrapper form .form-inner .check-boxes .notifications {
    column-count: 1;
  }
}
section#sign-up-form .form-wrapper form .form-inner .check-boxes .locations, section#news-events-notifications-form .form-wrapper form .form-inner .check-boxes .locations {
  column-count: 2;
  margin: 0 2rem;
}
@media (max-width: 1559px) {
  section#sign-up-form .form-wrapper form .form-inner .check-boxes .locations, section#news-events-notifications-form .form-wrapper form .form-inner .check-boxes .locations {
    column-count: 1;
  }
}
section#sign-up-form .form-wrapper form .form-inner .check-boxes .checkbox, section#news-events-notifications-form .form-wrapper form .form-inner .check-boxes .checkbox {
  margin: 0 0 0.75rem;
}
section#sign-up-form .form-wrapper form .form-inner .check-boxes .checkbox label, section#news-events-notifications-form .form-wrapper form .form-inner .check-boxes .checkbox label {
  font-family: "Ringside Book", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 1rem;
  display: flex;
}
section#sign-up-form .form-wrapper form .form-inner .check-boxes .checkbox input[type=checkbox], section#news-events-notifications-form .form-wrapper form .form-inner .check-boxes .checkbox input[type=checkbox] {
  display: none;
  width: auto;
}
section#sign-up-form .form-wrapper form .form-inner .check-boxes .checkbox input[type=checkbox] + label i, section#news-events-notifications-form .form-wrapper form .form-inner .check-boxes .checkbox input[type=checkbox] + label i {
  border: 2px solid #14284b;
  border-radius: 3px;
  margin: 0.075em 0.5em 0 0;
  min-width: 12px;
}
section#sign-up-form .form-wrapper form .form-inner .check-boxes .checkbox input:checked[type=checkbox] + label i, section#news-events-notifications-form .form-wrapper form .form-inner .check-boxes .checkbox input:checked[type=checkbox] + label i {
  border: 2px solid #d0a553;
  background-color: #d0a553;
  border-radius: 3px;
  margin-right: 0.5em;
}
section#sign-up-form .form-wrapper form .form-inner .check-boxes .checkbox input:checked + label, section#news-events-notifications-form .form-wrapper form .form-inner .check-boxes .checkbox input:checked + label {
  color: #d0a553;
}
section#sign-up-form .form-wrapper form .form-inner .check-boxes.single .notifications, section#news-events-notifications-form .form-wrapper form .form-inner .check-boxes.single .notifications {
  column-count: 1;
  border-bottom: none;
}
section#sign-up-form .form-wrapper form .form-inner .inputs .inputs-inner, section#news-events-notifications-form .form-wrapper form .form-inner .inputs .inputs-inner {
  margin: 0 3rem 0 0;
  padding-left: 3rem;
  height: 100%;
}
section#sign-up-form .form-wrapper form .form-inner .inputs .inputs-inner .input-row, section#news-events-notifications-form .form-wrapper form .form-inner .inputs .inputs-inner .input-row {
  display: flex;
}
section#sign-up-form .form-wrapper form .form-inner .inputs .inputs-inner .input-row .input-group, section#news-events-notifications-form .form-wrapper form .form-inner .inputs .inputs-inner .input-row .input-group {
  flex-grow: 1;
}
section#sign-up-form .form-wrapper form .form-inner .inputs .inputs-inner .input-row .input-group label, section#news-events-notifications-form .form-wrapper form .form-inner .inputs .inputs-inner .input-row .input-group label {
  display: block;
  font-family: "Ringside Book", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
}
section#sign-up-form .form-wrapper form .form-inner .inputs .inputs-inner .input-row .input-group input, section#news-events-notifications-form .form-wrapper form .form-inner .inputs .inputs-inner .input-row .input-group input {
  width: 100%;
  border-width: 0 0 2px 0;
  border-color: #d0a553;
  color: #14284b;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  outline: 0;
}
section#sign-up-form .form-wrapper form .form-inner .inputs .inputs-inner .input-row .input-group:nth-of-type(2), section#news-events-notifications-form .form-wrapper form .form-inner .inputs .inputs-inner .input-row .input-group:nth-of-type(2) {
  margin-left: 20px;
  width: 20%;
}
@media (max-width: 1199px) {
  section#sign-up-form .form-wrapper form .form-inner .inputs .inputs-inner .input-row, section#news-events-notifications-form .form-wrapper form .form-inner .inputs .inputs-inner .input-row {
    flex-wrap: wrap;
  }
  section#sign-up-form .form-wrapper form .form-inner .inputs .inputs-inner .input-row .input-group, section#news-events-notifications-form .form-wrapper form .form-inner .inputs .inputs-inner .input-row .input-group {
    flex-basis: 100%;
  }
  section#sign-up-form .form-wrapper form .form-inner .inputs .inputs-inner .input-row .input-group:nth-of-type(2), section#news-events-notifications-form .form-wrapper form .form-inner .inputs .inputs-inner .input-row .input-group:nth-of-type(2) {
    margin-left: 0;
    width: 100%;
  }
}
section#sign-up-form .form-footer, section#news-events-notifications-form .form-footer {
  color: #ffdc8c;
  border-top: 3rem solid #FFFFFF;
  background: linear-gradient(45deg, #14284b 75%, #FFFFFF 25%);
  justify-content: space-between;
}
section#sign-up-form .form-footer .right button, section#news-events-notifications-form .form-footer .right button {
  padding: 0 3rem 0 1rem;
  font-size: 18px;
}
@media (min-width: 375px) {
  section#sign-up-form .form-footer .right button, section#news-events-notifications-form .form-footer .right button {
    font-size: calc(18px + 18 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920px) {
  section#sign-up-form .form-footer .right button, section#news-events-notifications-form .form-footer .right button {
    font-size: 36px;
  }
}
section#sign-up-form .form-footer .right button, section#news-events-notifications-form .form-footer .right button {
  color: #d0a553;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  cursor: pointer;
  border: 0;
  background: #FFFFFF;
  outline: 0;
  height: 100%;
}
section#sign-up-form .form-footer .left, section#news-events-notifications-form .form-footer .left {
  padding: 1rem 1rem 1rem 3rem;
  display: flex;
  width: 70%;
}
section#sign-up-form .form-footer .left .message, section#news-events-notifications-form .form-footer .left .message {
  font-family: "Ringside Semibold", sans-serif;
  text-transform: uppercase;
  margin-right: 2rem;
  font-size: 1.125rem;
}
section#sign-up-form .form-footer .left .social-links, section#news-events-notifications-form .form-footer .left .social-links {
  width: 22%;
  justify-content: space-between;
}
section#sign-up-form .form-footer .left .social-links a, section#news-events-notifications-form .form-footer .left .social-links a {
  color: #ffdc8c;
  font-size: 1.125rem;
}
@media (max-width: 1023px) {
  section#sign-up-form h2, section#news-events-notifications-form h2 {
    font-size: 2rem;
    margin: 0 5%;
  }
  section#sign-up-form .form-wrapper form .form-inner, section#news-events-notifications-form .form-wrapper form .form-inner {
    flex-wrap: wrap;
  }
  section#sign-up-form .form-wrapper form .form-inner > div, section#news-events-notifications-form .form-wrapper form .form-inner > div {
    max-width: 100%;
    min-width: 100%;
    padding-bottom: 2rem;
  }
  section#sign-up-form .form-wrapper form .form-inner .check-boxes h4, section#news-events-notifications-form .form-wrapper form .form-inner .check-boxes h4 {
    margin: 0 3rem 1rem 3rem;
  }
  section#sign-up-form .form-wrapper form .form-inner .check-boxes .notifications, section#news-events-notifications-form .form-wrapper form .form-inner .check-boxes .notifications {
    margin: 0 3rem 1rem 3rem;
  }
  section#sign-up-form .form-wrapper form .form-inner .check-boxes .locations, section#news-events-notifications-form .form-wrapper form .form-inner .check-boxes .locations {
    margin: 0 3rem;
  }
  section#sign-up-form .form-wrapper form .form-inner .body .body-inner p, section#news-events-notifications-form .form-wrapper form .form-inner .body .body-inner p {
    margin-bottom: 0;
  }
  section#sign-up-form .form-footer, section#news-events-notifications-form .form-footer {
    background: linear-gradient(45deg, #14284b 60%, #FFFFFF 40%);
  }
  section#sign-up-form .form-footer .left, section#news-events-notifications-form .form-footer .left {
    width: 50%;
  }
  section#sign-up-form .form-footer .left .message, section#news-events-notifications-form .form-footer .left .message {
    font-size: 1rem;
  }
  section#sign-up-form .form-footer .left .social-links, section#news-events-notifications-form .form-footer .left .social-links {
    width: auto;
    flex-wrap: nowrap;
  }
  section#sign-up-form .form-footer .left .social-links a, section#news-events-notifications-form .form-footer .left .social-links a {
    margin-right: 1em;
  }
}
@media (max-width: 767px) {
  section#sign-up-form .form-footer, section#news-events-notifications-form .form-footer {
    background: #14284b;
    align-items: center;
  }
  section#sign-up-form .form-footer .left, section#news-events-notifications-form .form-footer .left {
    width: 100%;
    flex-wrap: wrap;
  }
  section#sign-up-form .form-footer .left .message, section#news-events-notifications-form .form-footer .left .message {
    font-family: "Ringside Semibold", sans-serif;
    text-transform: uppercase;
    margin-right: 2rem;
    font-size: 1.125rem;
  }
  section#sign-up-form .form-footer .left .social-links, section#news-events-notifications-form .form-footer .left .social-links {
    margin-top: 0.5rem;
  }
  section#sign-up-form .form-footer .left .social-links a, section#news-events-notifications-form .form-footer .left .social-links a {
    margin-right: 1em;
  }
  section#sign-up-form .form-footer .right, section#news-events-notifications-form .form-footer .right {
    order: -1;
    width: 100%;
    background-color: #FFFFFF;
    justify-content: center;
    display: flex;
  }
  section#sign-up-form .form-footer .right button, section#news-events-notifications-form .form-footer .right button {
    width: 50%;
    padding: 1rem;
    margin: 0 auto;
  }
}

section.two-column-content {
  background-color: #f3f4f6;
  padding-bottom: 5rem;
}
section.two-column-content h2 {
  font-family: "Ringside Compressed-bold", sans-serif;
  letter-spacing: 0.125em;
  font-size: 3.5rem;
}
section.two-column-content .columns {
  width: 90%;
  margin: 0 auto;
}
section.two-column-content .columns .content {
  flex-basis: 40%;
  margin: 0 10% 0 0;
}
section.two-column-content .columns .content h3 {
  letter-spacing: 0.125em;
  margin: 1rem 0;
}
section.two-column-content .columns .content img {
  width: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  section.two-column-content .columns .content {
    flex-basis: 100%;
    margin: 0 0 2rem 0;
  }
}
@media (max-width: 1023px) {
  section.two-column-content h2 {
    font-size: 2rem;
  }
}

section.full-form {
  padding-bottom: 5rem;
}
section.full-form .form-wrapper {
  margin: 0 auto;
}
section.full-form .form-wrapper .form-title {
  width: 60%;
  margin: 0 auto;
}
section.full-form .form-wrapper .form-title .form-message {
  font-size: 1.25rem;
  font-family: "Ringside Light", sans-serif;
  font-weight: 300;
  line-height: 1.75;
}
section.full-form .form-wrapper form {
  margin: 2rem 20% 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 1.125rem;
}
section.full-form .form-wrapper form .form-row {
  display: flex;
  padding: 1rem 0;
  position: relative;
  justify-content: flex-end;
  align-items: center;
}
section.full-form .form-wrapper form .form-row label {
  font-family: "Ringside Semibold", sans-serif;
  text-transform: uppercase;
  margin-right: 2rem;
  max-width: 45%;
  text-align: right;
}
section.full-form .form-wrapper form .form-row label.required:before {
  content: "*";
  color: #d0a553;
  margin-right: 0.25em;
}
section.full-form .form-wrapper form .form-row .help-message {
  position: absolute;
  font-size: 10px;
}
@media (min-width: 375px) {
  section.full-form .form-wrapper form .form-row .help-message {
    font-size: calc(10px + 4 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920px) {
  section.full-form .form-wrapper form .form-row .help-message {
    font-size: 14px;
  }
}
section.full-form .form-wrapper form .form-row .help-message {
  right: -40%;
  color: #d0a553;
  width: 35%;
}
section.full-form .form-wrapper form .form-row input:not([type=radio]) {
  width: 28vw;
  max-width: 540px;
  border-radius: 0%;
  border: 1px solid #d0a553;
  padding: 0.75rem 0;
  text-indent: 1rem;
  font-size: 1rem;
}
section.full-form .form-wrapper form .form-row .radio-box {
  width: 28vw;
  max-width: 540px;
}
section.full-form .form-wrapper form .form-row .selectric-application {
  width: 28vw;
  max-width: 540px;
}
section.full-form .form-wrapper form .form-row .selectric-application .selectric {
  background-color: transparent;
  border-color: #d0a553;
}
section.full-form .form-wrapper form .form-row .selectric-application .selectric span.label {
  color: #14284b;
  font-family: "Ringside Light", sans-serif;
  font-size: 1.25rem;
}
section.full-form .form-wrapper form .form-row .selectric-application .selectric b.button {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}
section.full-form .form-wrapper form .form-row .selectric-application .selectric b.button:after {
  content: "";
  border-top-color: transparent;
}
section.full-form .form-wrapper form .form-row .selectric-application .selectric-items .selectric-scroll li {
  background-color: transparent;
  color: #14284b;
  font-family: "Ringside Light", sans-serif;
  font-size: 1.25rem;
}
section.full-form .form-wrapper form .form-row .selectric-application .selectric-items .selectric-scroll li.selected {
  background-color: #ffdc8c;
}
section.full-form .form-wrapper form .form-row .selectric-application .selectric-items .selectric-scroll li:hover {
  background-color: #d0a553;
  color: #FFFFFF;
}
section.full-form .form-wrapper form button {
  width: 28vw;
  max-width: 540px;
  height: 40px;
  margin: 1rem 0;
  border: 1px solid #d0a553;
  background: transparent;
  font-family: "Ringside Semibold", sans-serif;
  text-transform: uppercase;
  font-size: 1.125rem;
  color: #d0a553;
  cursor: pointer;
}
section.full-form .form-wrapper form button:hover {
  background: #d0a553;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  section.full-form .form-wrapper form .form-row .help-message {
    width: 25%;
    right: -30%;
  }
}
@media (max-width: 767px) {
  section.full-form .form-wrapper .form-title {
    width: 90%;
  }
  section.full-form .form-wrapper form {
    margin: 2rem 5%;
  }
  section.full-form .form-wrapper form .form-row {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  section.full-form .form-wrapper form .form-row label {
    max-width: initial;
    text-align: left;
  }
  section.full-form .form-wrapper form .form-row .help-message {
    right: auto;
    left: 0;
    bottom: -6%;
    width: 100%;
  }
  section.full-form .form-wrapper form button, section.full-form .form-wrapper form .form-row > label, section.full-form .form-wrapper form .form-row > input:not([type=radio]), section.full-form .form-wrapper form .form-row > .selectric-application {
    width: 100%;
    max-width: initial;
  }
}
section.full-form .message {
  font-size: 1.25rem;
  font-family: "Ringside Light", sans-serif;
  font-weight: 300;
  text-align: center;
  width: 100%;
}
section.full-form .message::before {
  content: "*";
  color: #d0a553;
  margin-right: 0.25em;
}

.tooltip {
  position: relative;
}
.tooltip:before {
  content: attr(data-tooltip);
  top: calc(100% + 6px);
  padding: 4px;
  background: black;
  color: white;
  border-radius: 4px;
  white-space: nowrap;
}
.tooltip:after {
  content: "";
  border-right: 6px solid transparent;
  border-bottom: 6px solid black;
  border-left: 6px solid transparent;
  top: 100%;
  height: 0;
  width: 0;
}
.tooltip:before, .tooltip:after {
  position: absolute;
  left: 50%;
  opacity: 0;
  transform: translate3d(-50%, 6px, 0);
  transition: all 0.2s ease-in-out;
  z-index: -1;
}
.tooltip.above:before {
  top: calc(-100% - 14px);
  transform: translate3d(-50%, -6px, 0);
}
.tooltip.above:after {
  border-top: 6px solid black;
  border-bottom: none;
  top: -6px;
  transform: translate3d(-50%, -6px, 0);
}
.tooltip.active:before, .tooltip.active:after {
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
  z-index: 9999;
}

.progress-bar,
.progress-bar:before {
  height: 4px;
  width: 100%;
  margin: 0;
  opacity: 0;
  transform: translate3d(0, -6px, 0);
  transition: all 0.2s ease-in-out;
}

.progress-bar {
  display: flex;
  background-color: #14284b;
}
.progress-bar:before {
  content: "";
  background-color: #d0a553;
}
.progress-bar.running, .progress-bar.running:before {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.progress-bar.running:before {
  animation: progress 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes progress {
  0% {
    margin-left: 0px;
    margin-right: 100%;
  }
  50% {
    margin-left: 25%;
    margin-right: 0%;
  }
  100% {
    margin-left: 100%;
    margin-right: 0;
  }
}
.form-message.error {
  color: red;
}

input[type=checkbox] + label i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: solid 1px #ffdc8c;
}
input[type=checkbox]:checked + label i {
  background-color: #ffdc8c;
}

.pagination {
  text-align: center;
}

.fancybox-caption__body {
  font-size: 20px;
  background-color: #d0a553;
  color: #14284b;
  padding: 10px;
}

.stats .stats-wrapper {
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.stats .stats-wrapper.length-3 .stat {
  width: 32%;
}
.stats .stats-wrapper.length-2 .stat {
  width: 48%;
}
.stats .stats-wrapper .stat {
  padding: 0 0 2rem;
}
.stats .stats-wrapper .stat .number {
  color: #d0a553;
  font-size: 4rem;
  font-family: "Ringside Book", sans-serif;
}
.stats .stats-wrapper .stat .detail {
  color: #d0a553;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .stats .stats-wrapper .stat .number {
    font-size: 3.5rem;
  }
  .stats .stats-wrapper .stat .detail {
    font-size: 1rem;
  }
}
@media (max-width: 1023px) {
  .stats .stats-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .stats .stats-wrapper.length-3 .stat, .stats .stats-wrapper.length-2 .stat {
    width: 100%;
    max-width: 450px;
  }
}

#section-details {
  display: none;
}
#section-details.active {
  display: block;
}
#section-details .block-menu {
  width: 90%;
  margin: 0 auto;
  padding: 2rem 0;
  border-bottom: 1px solid #d0a553;
}
#section-details .block-menu ul {
  color: #d0a553;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
}
#section-details .block-menu ul li {
  padding: 0.5rem 1rem;
  border-right: 1px solid #d0a553;
  border-left: 1px solid #d0a553;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 1.15;
  cursor: pointer;
  white-space: nowrap;
}
#section-details .block-menu ul li a:hover, #section-details .block-menu ul li a.active {
  color: #14284b;
}
#section-details .block-menu ul li a.active {
  pointer-events: none;
}
#section-details .block-menu ul li:first-of-type {
  border-left: 0;
}
#section-details .block-menu ul li:last-of-type {
  border-right: 0;
}
#section-details .details-wrapper {
  display: none;
}
#section-details .details-wrapper.active {
  display: block;
}
#section-details .details-wrapper .section-detail .text-body {
  background-color: #FFFFFF;
}

.block-switcher {
  cursor: pointer;
}

.reset-sections {
  cursor: pointer;
  text-transform: uppercase;
}
.reset-sections:before {
  content: "←";
}

section.testimonials.sections-testimonials {
  width: 90%;
  margin: 0 auto;
}
section.testimonials.sections-testimonials .testimonials-inner {
  width: 78%;
  margin: 0;
  padding: 0 0 0 22%;
}
section.testimonials.sections-testimonials .testimonials-inner:after {
  display: block;
  content: "";
  width: 80%;
  height: 1px;
  background-color: #d0a553;
  margin: 4rem 0;
}
@media (max-width: 1023px) {
  section.testimonials.sections-testimonials {
    width: 100%;
  }
  section.testimonials.sections-testimonials .testimonials-inner {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html img {
  width: 100%;
  height: auto;
}
html {
  color: #14284b;
  font-family: "Ringside", sans-serif;
}
html a {
  color: #d0a553;
  text-decoration: none;
}
html main.content, html header {
  max-width: 1920px;
  margin: 0 auto;
}
html h2 {
  font-size: 4.5rem;
  letter-spacing: 0.25em;
  font-weight: 400;
  font-family: "Ringside Compressed", sans-serif;
  text-transform: uppercase;
  padding-left: 5%;
}
@media (max-width: 1023px) {
  html h2 {
    font-size: 2rem;
  }
}
html h3 {
  letter-spacing: 0.25em;
  font-weight: 600;
  font-family: "Ringside Compressed", sans-serif;
  text-transform: uppercase;
  font-size: 2.25rem;
}
@media (max-width: 1023px) {
  html h3 {
    font-size: 1.5rem;
  }
}

section#faq {
  width: 74%;
  margin: 0 auto;
}
section#faq .title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#faq .title-row h2 {
  padding-left: 0;
}
section#faq .title-row .search-wrapper {
  border: 2px solid #14284b;
  height: 30px;
  width: 395px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#faq .title-row .search-wrapper input {
  border: 0;
  outline: 0;
  height: 100%;
  padding: 0 0 0 5%;
  flex-grow: 1;
  box-sizing: border-box;
  font-size: 20px;
  font-family: "Ringside Light", sans-serif;
  font-weight: 300px;
  color: #14284b;
}
section#faq .title-row .search-wrapper input::placeholder {
  font-family: "Ringside Light", sans-serif;
  font-weight: 300px;
  color: #14284b;
}
section#faq .title-row .search-wrapper button {
  height: 30px;
  min-width: 30px;
  border: 0;
  outline: 0;
  background-image: url("/img/search-button.png");
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #d0a553;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  section#faq .title-row {
    flex-wrap: wrap;
  }
  section#faq .title-row .search-wrapper {
    width: 100%;
  }
}
section#faq .faq-list-wrapper .faq-list {
  list-style: none;
  padding: 0;
}
section#faq .faq-list-wrapper .faq-list li {
  font-size: 18px;
}
@media (min-width: 375px) {
  section#faq .faq-list-wrapper .faq-list li {
    font-size: calc(18px + 10 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920px) {
  section#faq .faq-list-wrapper .faq-list li {
    font-size: 28px;
  }
}
section#faq .faq-list-wrapper .faq-list li {
  font-family: "Ringside Compressed", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.125em;
  padding: 0.5em 0;
  position: relative;
  cursor: pointer;
}
section#faq .faq-list-wrapper .faq-list li.faq {
  border-top: 2px solid #e0e2e7;
}
section#faq .faq-list-wrapper .faq-list li.faq:last-of-type {
  border-bottom: 2px solid #e0e2e7;
}
section#faq .faq-list-wrapper .faq-list li.faq:before {
  position: absolute;
  content: "";
  background-image: url("/img/faq-arrow.png");
  width: 1em;
  height: 0.75em;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  left: -2em;
  top: 0.75em;
  transition: all 0.5s ease;
}
section#faq .faq-list-wrapper .faq-list li.faq .answer {
  font-family: "Ringside Light", sans-serif;
  font-weight: 300;
  text-transform: none;
  letter-spacing: initial;
  line-height: 1.75;
  font-size: 12px;
}
@media (min-width: 375px) {
  section#faq .faq-list-wrapper .faq-list li.faq .answer {
    font-size: calc(12px + 8 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920px) {
  section#faq .faq-list-wrapper .faq-list li.faq .answer {
    font-size: 20px;
  }
}
section#faq .faq-list-wrapper .faq-list li.faq .answer {
  max-height: 0;
  transition: max-height 0.5s ease;
  overflow: hidden;
  cursor: default;
}
section#faq .faq-list-wrapper .faq-list li.faq.open:before {
  transform: rotate(90deg);
}
section#faq .faq-list-wrapper .faq-list li.faq.open .answer {
  max-height: 1000px;
}
section#faq .faq-list-wrapper .faq-list li.heading {
  color: #d0a553;
  border-bottom: 2px solid #d0a553;
  border-top: 2px solid #d0a553;
  margin-bottom: -2px;
  z-index: 5;
  cursor: default;
}

@media print {
  section.newsroom-header {
    display: none;
  }
}
section.newsroom-header {
  background-color: #14284b;
}
section.newsroom-header .title {
  margin: 0;
  padding: 0.5rem 0 0.5rem 5%;
  border-bottom: 5px solid #d0a553;
}
section.newsroom-header .title .switcher {
  color: #FFFFFF;
  font-size: 36px;
  margin: 0;
  text-transform: uppercase;
  font-family: "Ringside Compressed-Bold", sans-serif;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.25em;
}
section.newsroom-header .title .switcher:hover {
  color: #d0a553;
}
section.newsroom-header .newsroom-menu {
  background-color: #14284b;
}
section.newsroom-header .newsroom-menu .menu-inner {
  padding: 0.5rem 5% 0.5rem 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.newsroom-header .newsroom-menu .menu-inner .menu .nr-nav-toggle {
  display: none;
}
section.newsroom-header .newsroom-menu .menu-inner .menu .switcher {
  color: #FFFFFF;
  font-family: "Ringside Semibold", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  padding-right: 1em;
}
section.newsroom-header .newsroom-menu .menu-inner .menu .switcher.active {
  color: #d0a553;
}
section.newsroom-header .newsroom-menu .menu-inner .menu .switcher.active:hover {
  color: #ffdc8c;
}
section.newsroom-header .newsroom-menu .menu-inner .menu .switcher:not(:first-of-type) {
  padding-left: 1em;
  border-left: 2px solid #FFFFFF;
}
section.newsroom-header .newsroom-menu .menu-inner .menu .switcher:hover {
  color: #d0a553;
}
section.newsroom-header .newsroom-menu .menu-inner .search-wrapper {
  border: 2px solid #14284b;
  height: 30px;
  width: 395px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.newsroom-header .newsroom-menu .menu-inner .search-wrapper form {
  flex-grow: 1;
  height: 100%;
}
section.newsroom-header .newsroom-menu .menu-inner .search-wrapper form input {
  border: 0;
  outline: 0;
  padding: 0 0 0 5%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 20px;
  font-family: "Ringside Light", sans-serif;
  font-weight: 300px;
  color: #14284b;
}
section.newsroom-header .newsroom-menu .menu-inner .search-wrapper form input::placeholder {
  font-family: "Ringside Light", sans-serif;
  font-weight: 300px;
  color: #14284b;
}
section.newsroom-header .newsroom-menu .menu-inner .search-wrapper button {
  height: 30px;
  width: 30px;
  border: 0;
  outline: 0;
  background-image: url("/img/search-button.png");
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #d0a553;
  padding: 0;
  margin: 0;
}
section.newsroom-header .newsroom-menu .menu-inner .search-wrapper .rss-button {
  margin-left: 1rem;
}
section.newsroom-header .newsroom-menu .menu-inner .rss-button a {
  display: block;
  height: 30px;
  width: 30px;
  background-color: #d0a553;
  color: #14284b;
}
section.newsroom-header .newsroom-menu .menu-inner .rss-button a svg {
  fill: #14284b;
}
@media (max-width: 1559px) {
  section.newsroom-header .title .switcher {
    font-size: 24px;
  }
  section.newsroom-header .newsroom-menu .menu-inner .menu .switcher {
    font-size: 0.75rem;
    white-space: nowrap;
  }
  section.newsroom-header .newsroom-menu .menu-inner .search-wrapper {
    width: 30%;
  }
}
@media (max-width: 1023px) {
  section.newsroom-header .newsroom-menu .menu-inner {
    flex-wrap: wrap;
  }
  section.newsroom-header .newsroom-menu .menu-inner .menu {
    width: 100%;
  }
  section.newsroom-header .newsroom-menu .menu-inner .menu .nr-nav-toggle {
    display: block;
  }
  section.newsroom-header .newsroom-menu .menu-inner .menu .nr-nav-toggle a img {
    transform: rotate(270deg);
    transition: all 0.2s ease;
  }
  section.newsroom-header .newsroom-menu .menu-inner .menu .switcher {
    display: none;
  }
  section.newsroom-header .newsroom-menu .menu-inner .menu a {
    margin: 1em 0;
    display: inline-block;
  }
  section.newsroom-header .newsroom-menu .menu-inner .menu.open {
    display: flex;
    flex-direction: column;
  }
  section.newsroom-header .newsroom-menu .menu-inner .menu.open .nr-nav-toggle a img {
    transform: rotate(360deg);
  }
  section.newsroom-header .newsroom-menu .menu-inner .menu.open .switcher {
    display: inline-block;
  }
  section.newsroom-header .newsroom-menu .menu-inner .menu.open .switcher:not(:first-of-type) {
    padding-left: 0;
    border-left: 0;
  }
  section.newsroom-header .newsroom-menu .menu-inner .search-wrapper {
    width: 100%;
    order: -1;
  }
}

.newsroom-content-wrap {
  margin-top: 3rem;
}

section.newsroom-landing-hero {
  margin: 3rem 0 6rem 0;
}
section.newsroom-landing-hero .newsroom-inner {
  width: 90%;
  margin: 0 auto;
}
section.newsroom-landing-hero .newsroom-inner .split .text {
  flex-basis: 35%;
  margin-right: 5%;
}
section.newsroom-landing-hero .newsroom-inner .split .text .text-inner {
  display: none;
  padding: 0.5rem 10% 3rem 0;
}
section.newsroom-landing-hero .newsroom-inner .split .text .text-inner.active {
  display: block;
}
section.newsroom-landing-hero .newsroom-inner .split .text .text-inner h3 {
  font-family: "Ringside Compressed", sans-serif;
  font-weight: 600;
  font-size: 3.5rem;
  margin: 0 0 0.75em;
  letter-spacing: 0;
  text-transform: none;
}
section.newsroom-landing-hero .newsroom-inner .split .text .text-inner .info, section.newsroom-landing-hero .newsroom-inner .split .text .text-inner .body {
  font-size: 1.25rem;
  font-family: "Rightside Light", sans-serif;
  font-weight: lighter;
  margin: 1rem 0;
  line-height: 2;
}
section.newsroom-landing-hero .newsroom-inner .split .img-wrap {
  flex-basis: 60%;
  position: relative;
}
section.newsroom-landing-hero .newsroom-inner .split .img-wrap .img-inner {
  height: 100%;
  width: 100%;
}
section.newsroom-landing-hero .newsroom-inner .split .img-wrap .img-inner .img {
  display: none;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center left;
}
section.newsroom-landing-hero .newsroom-inner .split .img-wrap .img-inner .img.active {
  display: block;
}
section.newsroom-landing-hero .newsroom-inner .split .img-wrap .next {
  position: absolute;
  bottom: -20px;
  right: 40px;
}
section.newsroom-landing-hero .newsroom-inner .split .img-wrap .prev {
  position: absolute;
  bottom: -20px;
  right: 90px;
}
@media (max-width: 1199px) {
  section.newsroom-landing-hero .newsroom-inner .filters h4 {
    flex-basis: 100%;
    margin: 1rem 0;
  }
  section.newsroom-landing-hero .newsroom-inner .filters .learn-more {
    flex-basis: 100%;
    margin: 1rem 0;
  }
  section.newsroom-landing-hero .newsroom-inner .filters .cat {
    margin: 0.5rem;
    padding: 0.5rem 1rem;
    background-color: #d0a553;
  }
  section.newsroom-landing-hero .newsroom-inner .filters .bar {
    display: none;
  }
  section.newsroom-landing-hero .newsroom-inner .split .text {
    flex-basis: 45%;
    margin-right: 5%;
  }
  section.newsroom-landing-hero .newsroom-inner .split .img-wrap {
    flex-basis: 50%;
  }
}
@media (max-width: 1023px) {
  section.newsroom-landing-hero .newsroom-inner .split .text {
    flex-basis: 100%;
  }
  section.newsroom-landing-hero .newsroom-inner .split .text .text-inner {
    padding: 3rem 5%;
  }
  section.newsroom-landing-hero .newsroom-inner .split .text .text-inner h3 {
    font-size: 2rem;
  }
  section.newsroom-landing-hero .newsroom-inner .split .text .text-inner .info, section.newsroom-landing-hero .newsroom-inner .split .text .text-inner .body {
    font-size: 1rem;
  }
  section.newsroom-landing-hero .newsroom-inner .split .img-wrap {
    flex-basis: 100%;
    height: 25vw;
    order: -1;
  }
}
@media (max-width: 767px) {
  section.newsroom-landing-hero {
    margin-bottom: 1rem;
  }
  section.newsroom-landing-hero .newsroom-inner .split .img-wrap .next {
    top: auto;
    bottom: -20px;
    left: 60%;
    margin-left: -10px;
  }
  section.newsroom-landing-hero .newsroom-inner .split .img-wrap .prev {
    top: auto;
    bottom: -20px;
    left: 40%;
    margin-left: -10px;
  }
}

section.lazy-load-news-grid .grid-inner {
  width: 90%;
  margin: 0 auto;
  align-items: flex-start;
}
section.lazy-load-news-grid .grid-inner .news-item {
  flex-basis: 31%;
  margin-bottom: 4rem;
  padding: 0 1%;
}
section.lazy-load-news-grid .grid-inner .news-item .title {
  font-family: "Ringside Compressed-bold", sans-serif;
  font-size: 2.625rem;
  margin: 0.25rem 0 1.5rem;
}
section.lazy-load-news-grid .grid-inner .news-item .title.photo-title {
  font-size: 2rem;
}
section.lazy-load-news-grid .grid-inner .news-item .info, section.lazy-load-news-grid .grid-inner .news-item .body {
  font-family: "Ringside Light", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.75;
}
section.lazy-load-news-grid .grid-inner .news-item .video-title {
  color: #14284b;
}
section.lazy-load-news-grid .grid-inner .news-item .video-title:hover {
  color: #d0a553;
}
section.lazy-load-news-grid .grid-inner .news-item .gallery-link {
  color: #14284b;
}
section.lazy-load-news-grid .grid-inner .news-item .gallery-link:hover {
  color: #d0a553;
}
section.lazy-load-news-grid .grid-inner .news-item .gallery-trigger:hover img {
  outline: 5px solid #d0a553;
}
section.lazy-load-news-grid .grid-inner .news-item .video-grid {
  color: #14284b;
  position: relative;
  display: block;
}
section.lazy-load-news-grid .grid-inner .news-item .video-grid .video-play {
  position: absolute;
  width: 15%;
  height: auto;
  top: 50%;
  margin-top: -7.5%;
  left: 50%;
  margin-left: -7.5%;
}
section.lazy-load-news-grid .grid-inner .news-item .video-grid:hover .video-play {
  background-color: #d0a553;
  border-radius: 100%;
}
@media (max-width: 1199px) {
  section.lazy-load-news-grid .grid-inner .news-item {
    flex-basis: 48%;
    margin-bottom: 2.5rem;
  }
  section.lazy-load-news-grid .grid-inner .news-item .title {
    font-size: 2rem;
    margin: 0.25rem 0 1rem;
  }
  section.lazy-load-news-grid .grid-inner .news-item .title.photo-title {
    font-size: 1.75rem;
  }
  section.lazy-load-news-grid .grid-inner .news-item .info, section.lazy-load-news-grid .grid-inner .news-item .body {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  section.lazy-load-news-grid .grid-inner .news-item {
    flex-basis: 100%;
  }
}
section.lazy-load-news-grid .lazy-load-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border-top: 0.138em solid #e0e2e7;
  font-size: 18px;
}
@media (min-width: 375px) {
  section.lazy-load-news-grid .lazy-load-trigger {
    font-size: calc(18px + 18 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920px) {
  section.lazy-load-news-grid .lazy-load-trigger {
    font-size: 36px;
  }
}
section.lazy-load-news-grid .lazy-load-trigger {
  padding: 1em 0 3em;
}
section.lazy-load-news-grid .lazy-load-trigger a {
  text-transform: uppercase;
  font-family: "Ringside Compressed", sans-serif;
  letter-spacing: 0.25rem;
  position: relative;
}
section.lazy-load-news-grid .lazy-load-trigger a.loading + img {
  animation: loading 1.5s ease infinite;
}
section.lazy-load-news-grid .lazy-load-trigger img {
  position: relative;
  width: 0.75em;
  margin-left: 0.5rem;
}
@keyframes loading {
  0% {
    top: 0;
  }
  50% {
    top: 0.5rem;
  }
  100% {
    top: 0;
  }
}

section.photos-videos h2 {
  font-size: 3.5rem;
  letter-spacing: 0.125em;
}
section.photos-videos .content-list {
  width: 90%;
  margin: 0 auto;
}
section.photos-videos .content-list .content-item {
  display: flex;
  margin: 5rem 0;
  justify-content: space-between;
}
section.photos-videos .content-list .content-item.photo .img-wrapper:hover img {
  outline: 5px solid #d0a553;
}
section.photos-videos .content-list .content-item .img-wrapper {
  flex-basis: 60%;
  position: relative;
}
section.photos-videos .content-list .content-item .img-wrapper .video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -47px;
  margin-left: -47px;
}
section.photos-videos .content-list .content-item .img-wrapper .video-link a:hover img {
  background-color: #d0a553;
  border-radius: 100%;
}
section.photos-videos .content-list .content-item .item-info {
  flex-basis: 37%;
}
section.photos-videos .content-list .content-item .item-info h3 {
  margin: 0;
  font-size: 24px;
}
@media (min-width: 375px) {
  section.photos-videos .content-list .content-item .item-info h3 {
    font-size: calc(24px + 12 * (100vw - 375px) / 1325);
  }
}
@media (min-width: 1700px) {
  section.photos-videos .content-list .content-item .item-info h3 {
    font-size: 36px;
  }
}
section.photos-videos .content-list .content-item .item-info a:hover {
  color: #ffdc8c;
}
section.photos-videos .content-list .content-item .item-info .body {
  margin: 3rem 0;
  font-family: "Ringside Light", sans-serif;
  line-height: 1.75;
  font-size: 16px;
}
@media (min-width: 375px) {
  section.photos-videos .content-list .content-item .item-info .body {
    font-size: calc(16px + 4 * (100vw - 375px) / 1325);
  }
}
@media (min-width: 1700px) {
  section.photos-videos .content-list .content-item .item-info .body {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  section.photos-videos h2 {
    font-size: 2rem;
  }
  section.photos-videos .content-list .content-item {
    flex-wrap: wrap;
  }
  section.photos-videos .content-list .content-item .img-wrapper, section.photos-videos .content-list .content-item .item-info {
    min-width: 100%;
    max-width: 100%;
    margin: 0;
  }
  section.photos-videos .content-list .content-item .item-info h3 {
    margin-top: 0.5em;
  }
  section.photos-videos .content-list .content-item .item-info .body {
    margin: 1rem 0;
  }
}

section.fact-sheets h2 {
  font-size: 3.5rem;
  letter-spacing: 0.125em;
}
section.fact-sheets .content-list {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
section.fact-sheets .content-list .content-item {
  display: flex;
  margin: 2rem 0;
  width: 50%;
}
section.fact-sheets .content-list .content-item .img-wrapper {
  width: 50%;
}
section.fact-sheets .content-list .content-item .item-info {
  width: 40%;
  margin: 0 5%;
}
section.fact-sheets .content-list .content-item .item-info h3 {
  margin: 0;
  font-size: 24px;
}
@media (min-width: 375px) {
  section.fact-sheets .content-list .content-item .item-info h3 {
    font-size: calc(24px + 12 * (100vw - 375px) / 1325);
  }
}
@media (min-width: 1700px) {
  section.fact-sheets .content-list .content-item .item-info h3 {
    font-size: 36px;
  }
}
section.fact-sheets .content-list .content-item .item-info h3 {
  letter-spacing: 0.125em;
}
section.fact-sheets .content-list .content-item .item-info .body {
  margin: 0.25rem 0 1.5rem;
  font-family: "Ringside Light", sans-serif;
  line-height: 1.75;
  font-size: 16px;
}
@media (min-width: 375px) {
  section.fact-sheets .content-list .content-item .item-info .body {
    font-size: calc(16px + 4 * (100vw - 375px) / 1325);
  }
}
@media (min-width: 1700px) {
  section.fact-sheets .content-list .content-item .item-info .body {
    font-size: 20px;
  }
}
section.fact-sheets .content-list .content-item .item-info a {
  margin: 0.75rem 0;
  display: block;
}
@media (max-width: 1023px) {
  section.fact-sheets h2 {
    font-size: 2rem;
  }
  section.fact-sheets .content-list .content-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.fact-sheets .content-list .content-item {
    flex-wrap: wrap;
  }
  section.fact-sheets .content-list .content-item .img-wrapper, section.fact-sheets .content-list .content-item .item-info {
    min-width: 100%;
    max-width: 100%;
    margin: 0;
  }
  section.fact-sheets .content-list .content-item .item-info h3 {
    margin-top: 0.5em;
  }
  section.fact-sheets .content-list .content-item .item-info .body {
    margin: 1rem 0;
  }
}

section.media-releases h2 {
  font-size: 3.5rem;
  letter-spacing: 0.125em;
}
section.media-releases .releases-wrapper {
  width: 90%;
  margin: 0 auto 3rem;
}
section.media-releases .releases-wrapper .featured-release {
  background-color: #14284b;
  padding: 3rem;
  color: #FFFFFF;
}
section.media-releases .releases-wrapper .featured-release h3 {
  margin: 0 0 1em;
}
section.media-releases .releases-wrapper .featured-release h3 a:hover {
  color: #ffdc8c;
}
section.media-releases .releases-wrapper .featured-release .summary {
  font-size: 1.5rem;
  line-height: 1.75;
}
section.media-releases .releases-wrapper .release {
  width: 32%;
  background-color: #f3f4f6;
  margin-top: 2rem;
}
section.media-releases .releases-wrapper .release:not(:nth-of-type(3n)) {
  margin-right: 2%;
}
section.media-releases .releases-wrapper .release .release-inner {
  padding: 2rem;
}
section.media-releases .releases-wrapper .release .release-inner h3 {
  margin: 0 0 0.25em;
}
section.media-releases .releases-wrapper .release .release-inner h3 a {
  text-transform: none;
  letter-spacing: 0.125rem;
  color: #14284b;
}
section.media-releases .releases-wrapper .release .release-inner h3 a:hover {
  color: #d0a553;
}
section.media-releases .releases-wrapper .release .release-inner .info {
  margin: 1rem 0;
}
section.media-releases .releases-wrapper .release .release-inner .summary p {
  margin: 0;
  line-height: 1.75;
}
@media (max-width: 1023px) {
  section.media-releases h2 {
    font-size: 2rem;
  }
  section.media-releases .releases-wrapper .featured-release {
    padding: 2rem;
  }
  section.media-releases .releases-wrapper .featured-release .summary {
    font-size: 1.125rem;
  }
  section.media-releases .releases-wrapper .release {
    width: 48%;
  }
  section.media-releases .releases-wrapper .release:not(:nth-of-type(3n)) {
    margin-right: initial;
  }
  section.media-releases .releases-wrapper .release:not(:nth-of-type(2n)) {
    margin-right: 4%;
  }
}
@media (max-width: 767px) {
  section.media-releases .releases-wrapper .featured-release .summary {
    font-size: 1rem;
  }
  section.media-releases .releases-wrapper .release {
    width: 100%;
  }
  section.media-releases .releases-wrapper .release:not(:nth-of-type(3n)) {
    margin-right: initial;
  }
  section.media-releases .releases-wrapper .release:not(:nth-of-type(2n)) {
    margin-right: initial;
  }
}

section.statements h2 {
  font-size: 3.5rem;
  letter-spacing: 0.125em;
}
section.statements .notices-contents {
  width: 90%;
  margin: 0 auto 2rem;
}
section.statements .notices-contents ul.notice-list {
  list-style-type: none;
  padding: 0;
}
section.statements .notices-contents ul.notice-list li a:hover {
  color: #ffdc8c;
}
section.statements .notices-contents ul.notice-list li:not(:last-of-type) {
  margin-bottom: 1rem;
}
section.statements .notices-wrapper {
  width: 90%;
  margin: 0 auto 2rem;
}
section.statements .notices-wrapper .notice:not(:last-of-type) {
  border-bottom: 1px solid #e0e2e7;
  margin-bottom: 2rem;
}
section.statements .notices-wrapper .notice:last-of-type {
  margin-bottom: 8rem;
}
section.statements .notices-wrapper .notice .notice-inner {
  margin-bottom: 2rem;
}
section.statements .notices-wrapper .notice .notice-inner h3 {
  text-transform: none;
  letter-spacing: 0.125rem;
  margin: 0;
}
section.statements .notices-wrapper .notice .notice-inner .info {
  font-weight: 700;
  margin: 1rem 0;
}
section.statements .notices-wrapper .notice .notice-inner .body {
  line-height: 1.75;
}
@media (max-width: 1023px) {
  section.statements h2 {
    font-size: 2rem;
  }
}
section.search-results-wrapper {
  width: 90%;
  margin: 0 auto 3rem;
}
section.search-results-wrapper ul {
  list-style-type: none;
  padding: 0;
  width: 75%;
}
section.search-results-wrapper ul li h3 a {
  text-transform: none;
  letter-spacing: 0.125rem;
  color: #14284b;
}
section.search-results-wrapper ul li h3 a:hover {
  color: #d0a553;
}
section.search-results-wrapper ul li .info {
  font-weight: 700;
  margin: 1rem 0;
}
section.search-results-wrapper ul li .date, section.search-results-wrapper ul li .location {
  margin: 1rem 0;
  font-family: "Ringside Bold", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin: 1rem 0;
}
section.search-results-wrapper ul li .summary {
  line-height: 1.75;
}
section.search-results-wrapper ul li:not(:last-of-type) {
  padding-bottom: 2rem;
  border-bottom: 1px solid #e0e2e7;
  margin-bottom: 2rem;
}
section.search-results-wrapper ul li:last-of-type {
  margin-bottom: 8rem;
}
@media (max-width: 1023px) {
  section.search-results-wrapper ul {
    width: 100%;
  }
}

div.article-page-container {
  position: relative;
  overflow: hidden;
  justify-content: space-between;
}
div.article-page-container .article-content .article-inner {
  margin: 0 3.5% 0 8.5%;
}
div.article-page-container .article-content .article-inner h2 {
  font-family: "Ringside Compressed-bold", sans-serif;
  letter-spacing: 0.125rem;
  font-size: 3.5rem;
  margin: 1.25em 0 1em;
  padding: 0;
  text-transform: none;
  line-height: 1;
}
@media print {
  div.article-page-container .article-content .article-inner h2 {
    margin: 0 0 0.5rem;
  }
}
div.article-page-container .article-content .article-inner {
  font-family: "Ringside Light", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.75;
}
div.article-page-container .article-content .article-inner .article-info {
  display: flex;
  margin-bottom: 2em;
  line-height: 1;
  flex-wrap: wrap;
  align-items: center;
}
@media print {
  div.article-page-container .article-content .article-inner .article-info {
    margin-bottom: 0.5rem;
  }
}
div.article-page-container .article-content .article-inner .article-info > div:not(:first-of-type) {
  padding-left: 1.5em;
  border-left: 1px solid #14284b;
  margin-left: 1.5em;
}
div.article-page-container .article-content .article-inner .article-info .date {
  white-space: nowrap;
}
div.article-page-container .article-content .article-inner .article-info .share {
  display: flex;
}
div.article-page-container .article-content .article-inner .article-info .share .social-links {
  padding: 0 0 0 1em;
}
div.article-page-container .article-content .article-inner .article-info .share .social-links a {
  padding: 0 0.5em;
}
div.article-page-container .article-content .article-inner .article-info .share .social-links a:hover {
  color: #ffdc8c;
}
@media print {
  div.article-page-container .article-content .article-inner .article-info .media, div.article-page-container .article-content .article-inner .article-info .share {
    display: none;
  }
}
div.article-page-container .article-content .article-inner .article-body p {
  margin: 2em 0;
}
div.article-page-container .article-content .article-inner .article-body p strong {
  font-family: "Ringside Bold", sans-serif;
}
div.article-page-container .article-content .article-inner .sharing-row {
  margin-bottom: 6rem;
}
@media print {
  div.article-page-container .article-content .article-inner .sharing-row {
    display: none;
  }
}
div.article-page-container .article-content .article-inner .sharing-row .share-links {
  display: flex;
  margin-bottom: 2em;
  line-height: 1;
  flex-wrap: wrap;
}
div.article-page-container .article-content .article-inner .sharing-row .share-links a {
  cursor: pointer;
}
div.article-page-container .article-content .article-inner .sharing-row .share-links > a:not(:first-of-type) {
  padding-left: 1.5em;
  border-left: 1px solid #14284b;
  margin-left: 1.5em;
}
@media print {
  div.article-page-container .sidebar {
    display: none;
  }
}
div.article-page-container .sidebar {
  display: flex;
  flex-direction: column;
}
div.article-page-container .sidebar .sidebar-header {
  background-image: url("/img/Pattern.png");
  background-color: #14284b;
  padding-top: 60px;
}
div.article-page-container .sidebar .sidebar-header h3 {
  margin: 0;
  padding: 0.5rem 1rem;
  background-color: #d0a553;
  border-top: 1px solid #FFFFFF;
}
div.article-page-container .sidebar .news-container .news-item {
  background-color: #f3f4f6;
}
div.article-page-container .sidebar .news-container .news-item > div {
  padding: 0 2rem;
}
div.article-page-container .sidebar .news-container .news-item .title {
  font-family: "Ringside Compressed-bold", sans-serif;
  font-size: 2.625rem;
  letter-spacing: 0.125rem;
  margin: 0.125em 0 0.5em;
}
div.article-page-container .sidebar .news-container .news-item .info, div.article-page-container .sidebar .news-container .news-item .body {
  font-family: "Ringside Light", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.75;
}
div.article-page-container .sidebar .news-container .news-item .body {
  padding-bottom: 2rem;
}
div.article-page-container .sidebar .sidebar-footer {
  background-image: url("/img/Pattern.png");
  background-color: #14284b;
  flex-grow: 1;
}
div.article-page-container .sidebar .sidebar-footer .sidebar-footer-inner {
  padding: 1.5rem 4.5rem 1.5rem 2.5rem;
}
div.article-page-container .sidebar .sidebar-footer .sidebar-footer-inner h3 {
  margin: 0;
  color: #d0a553;
  letter-spacing: 0.25rem;
}
div.article-page-container .sidebar .sidebar-footer .sidebar-footer-inner .sidebar-links {
  column-count: 2;
  margin: 1.5rem 0 2rem;
}
div.article-page-container .sidebar .sidebar-footer .sidebar-footer-inner .sidebar-links a {
  display: block;
  color: #FFFFFF;
  font-family: "Ringside Light", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.75;
}
div.article-page-container .sidebar .sidebar-footer .sidebar-footer-inner .sidebar-links a:hover {
  color: #ffdc8c;
}
div.article-page-container .sidebar .sidebar-footer .sidebar-footer-inner .search-wrapper {
  border: 2px solid #14284b;
  height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.article-page-container .sidebar .sidebar-footer .sidebar-footer-inner .search-wrapper form {
  flex-grow: 1;
  height: 100%;
}
div.article-page-container .sidebar .sidebar-footer .sidebar-footer-inner .search-wrapper form input {
  border: 0;
  outline: 0;
  padding: 0 0 0 5%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 20px;
  font-family: "Ringside Light", sans-serif;
  font-weight: 300px;
  color: #14284b;
}
div.article-page-container .sidebar .sidebar-footer .sidebar-footer-inner .search-wrapper form input::placeholder {
  font-family: "Ringside Light", sans-serif;
  font-weight: 300px;
  color: #14284b;
}
div.article-page-container .sidebar .sidebar-footer .sidebar-footer-inner .search-wrapper button {
  height: 30px;
  min-width: 30px;
  border: 0;
  outline: 0;
  background-image: url("/img/search-button.png");
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #d0a553;
  padding: 0;
  margin: 0;
}
@media print {
  div.article-page-container .media-toolkit {
    display: none;
  }
}
div.article-page-container .media-toolkit {
  position: absolute;
  top: 5rem;
  left: 0;
  display: flex;
  width: 0;
}
div.article-page-container .media-toolkit .header-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #14284b;
  color: #FFFFFF;
  z-index: 4;
  cursor: pointer;
}
div.article-page-container .media-toolkit .header-toggle .tag {
  transform: rotate(270deg);
  text-align: center;
  text-transform: uppercase;
}
div.article-page-container .media-toolkit .links-drawer {
  background-color: #ffdc8c;
  transform: translateX(-99%);
  transition: all 0.4s ease;
}
div.article-page-container .media-toolkit .links-drawer .drawer-inner {
  padding: 0.5rem;
}
div.article-page-container .media-toolkit .links-drawer .drawer-inner a {
  display: block;
  color: #14284b;
  text-transform: uppercase;
  margin: 0.25em 1em 0.25em 2em;
  position: relative;
  white-space: nowrap;
}
div.article-page-container .media-toolkit .links-drawer .drawer-inner a:hover {
  color: #FFFFFF;
}
div.article-page-container .media-toolkit .links-drawer .drawer-inner i {
  position: relative;
}
div.article-page-container .media-toolkit .links-drawer .drawer-inner i:before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0.5em;
  top: 0.25em;
  background-repeat: no-repeat;
  background-size: contain;
}
div.article-page-container .media-toolkit .links-drawer .drawer-inner i.copy:before {
  background-image: url("/img/copy-icon.png");
}
div.article-page-container .media-toolkit .links-drawer .drawer-inner i.download:before {
  background-image: url("/img/download-icon.png");
}
div.article-page-container .media-toolkit.open .links-drawer {
  transform: translateX(0);
}
@media (max-width: 1199px) {
  div.article-page-container .article-content {
    flex-basis: 100% !important;
  }
  div.article-page-container .sidebar {
    flex-basis: 100% !important;
  }
  div.article-page-container .sidebar .news-container .news-item {
    flex-basis: 33.3%;
  }
  div.article-page-container .sidebar .news-container .news-item:nth-last-of-type(even) {
    background-color: #FFFFFF;
  }
  div.article-page-container .sidebar .news-container .news-item .title {
    font-size: 1.75rem;
  }
  div.article-page-container .sidebar .news-container .news-item .body, div.article-page-container .sidebar .news-container .news-item .info {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px) {
  div.article-page-container .media-download-full {
    top: 0;
    height: 100%;
  }
  div.article-page-container .media-download-full .toolkit-inner {
    margin: 2rem auto;
  }
  div.article-page-container .media-download-full .toolkit-inner .main h3 {
    margin: 1rem 0;
  }
  div.article-page-container .media-download-full .toolkit-inner .main .select-downloads .downloads-section {
    margin: 0.5rem 0;
  }
  div.article-page-container .media-download-full .toolkit-inner .form-wrapper {
    padding-top: 1.75rem;
  }
  div.article-page-container .media-download-full .toolkit-inner .close-media-downloads {
    font-size: 3rem;
  }
}
@media (max-width: 1023px) {
  div.article-page-container .article-content .article-inner {
    margin: 0 3.5% 0 8%;
  }
  div.article-page-container .article-content .article-inner h2 {
    font-size: 2rem;
  }
  div.article-page-container .article-content .article-inner {
    font-size: 1rem;
    line-height: 1.5;
  }
  div.article-page-container .article-content .article-inner .article-info > div:not(:first-of-type) {
    padding-left: 1em;
    margin-left: 1em;
  }
  div.article-page-container .article-content .article-inner .sharing-row .share-links > a:not(:first-of-type) {
    padding-left: 1em;
    margin-left: 1em;
  }
  div.article-page-container .media-toolkit .header-toggle .tag {
    line-height: 1;
    font-size: 0.75rem;
  }
  div.article-page-container .media-download-full .toolkit-inner .main {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #ffdc8c;
  }
  div.article-page-container .media-download-full .toolkit-inner .main h2 {
    width: 100%;
  }
  div.article-page-container .media-download-full .toolkit-inner .main .content-overview, div.article-page-container .media-download-full .toolkit-inner .main .select-downloads {
    flex-basis: 50%;
  }
  div.article-page-container .media-download-full .toolkit-inner .img-section {
    flex-basis: 100%;
    border-left: 0;
    padding: 0 0 1rem;
  }
}
@media (max-width: 767px) {
  div.article-page-container .article-content .article-inner .article-info > div {
    width: 100%;
    margin-bottom: 1rem;
  }
  div.article-page-container .article-content .article-inner .article-info > div:not(:first-of-type) {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
  div.article-page-container .article-content .article-inner .sharing-row .share-links {
    display: block;
  }
  div.article-page-container .article-content .article-inner .sharing-row .share-links > a {
    display: table;
    margin: 0.5rem 0;
  }
  div.article-page-container .article-content .article-inner .sharing-row .share-links > a:not(:first-of-type) {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
  div.article-page-container .sidebar .news-container .news-item {
    flex-basis: 100%;
  }
  div.article-page-container .sidebar .news-container .news-item:nth-last-of-type(even) {
    background-color: #f3f4f6;
  }
  div.article-page-container .sidebar .sidebar-footer .sidebar-footer-inner {
    padding: 1.5rem 5%;
  }
  div.article-page-container .sidebar .sidebar-footer .sidebar-footer-inner .sidebar-links a {
    font-size: 1rem;
  }
  div.article-page-container .media-toolkit {
    top: 6.5%;
  }
  div.article-page-container .media-download-full {
    position: absolute;
    height: auto;
  }
  div.article-page-container .media-download-full .toolkit-inner .main .content-overview, div.article-page-container .media-download-full .toolkit-inner .main .select-downloads {
    flex-basis: 100%;
  }
  div.article-page-container .media-download-full .toolkit-inner .img-section {
    flex-basis: 100%;
    border-left: 0;
    padding: 0 0 1rem;
  }
  div.article-page-container .media-download-full .toolkit-inner .img-section .selection-row {
    flex-wrap: wrap;
    padding-bottom: 1rem;
  }
  div.article-page-container .media-download-full .toolkit-inner .img-section .selection-row .checkbox {
    width: 100%;
    padding: 0.25rem 0;
  }
  div.article-page-container .media-download-full .toolkit-inner .close-media-downloads {
    left: 90%;
  }
  div.article-page-container .media-download-full .toolkit-inner .form-wrapper form {
    flex-wrap: wrap;
  }
  div.article-page-container .media-download-full .toolkit-inner .form-wrapper form .input-row {
    flex-wrap: wrap;
  }
  div.article-page-container .media-download-full .toolkit-inner .form-wrapper form .input-row .input-group {
    flex-basis: 100%;
    margin: 0.5rem 0;
  }
  div.article-page-container .media-download-full .toolkit-inner .form-wrapper form button {
    margin: 0.5rem 0;
    flex-basis: 100%;
    padding: 1rem 0;
  }
}

#media-toolkit-modal.fancybox-content {
  background-color: rgba(38, 56, 88, 0.96);
}
#media-toolkit-modal .fancybox-button {
  margin-top: 1em;
  margin-right: 1em;
  color: #ffdc8c;
  transform: scale(2);
}
#media-toolkit-modal .fancybox-button:hover {
  color: #d0a553;
}

.media-download-full {
  color: #FFFFFF;
}
.media-download-full .toolkit-inner {
  position: relative;
  width: 90%;
  margin: 5rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.media-download-full .toolkit-inner input[type=checkbox] {
  display: none;
}
.media-download-full .toolkit-inner input[type=checkbox]:checked + label > img {
  outline: 5px solid #d0a553;
}
.media-download-full .toolkit-inner label i {
  color: #ffdc8c;
  margin-right: 0.75rem;
}
.media-download-full .toolkit-inner .main {
  flex-basis: 38%;
}
.media-download-full .toolkit-inner .main h2 {
  margin: 0;
  font-size: 20px;
}
@media (min-width: 375px) {
  .media-download-full .toolkit-inner .main h2 {
    font-size: calc(20px + 36 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920) {
  .media-download-full .toolkit-inner .main h2 {
    font-size: 56px;
  }
}
.media-download-full .toolkit-inner .main h2 {
  padding: 0;
  letter-spacing: 0.125rem;
}
.media-download-full .toolkit-inner .main h3 {
  color: #ffdc8c;
  font-size: 16px;
}
@media (min-width: 375px) {
  .media-download-full .toolkit-inner .main h3 {
    font-size: calc(16px + 20 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920) {
  .media-download-full .toolkit-inner .main h3 {
    font-size: 36px;
  }
}
.media-download-full .toolkit-inner .main h3 {
  letter-spacing: 0.125rem;
  margin-bottom: 0.25rem;
}
.media-download-full .toolkit-inner .main .content-overview .content-row {
  display: flex;
  line-height: 1.75;
  font-size: 14px;
}
@media (min-width: 375px) {
  .media-download-full .toolkit-inner .main .content-overview .content-row {
    font-size: calc(14px + 4 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920) {
  .media-download-full .toolkit-inner .main .content-overview .content-row {
    font-size: 18px;
  }
}
.media-download-full .toolkit-inner .main .content-overview .content-row .heading {
  color: #ffdc8c;
  text-transform: uppercase;
  min-width: 97px;
  font-family: "Ringside Semibold", sans-serif;
}
.media-download-full .toolkit-inner .main .content-overview .content-row .content {
  font-family: "Ringside Light", sans-serif;
  font-weight: 300;
}
.media-download-full .toolkit-inner .main .select-downloads .downloads-section {
  margin: 2rem 0;
}
.media-download-full .toolkit-inner .main .select-downloads .downloads-section h4 {
  color: #ffdc8c;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  margin: 0.125rem 0 1rem;
  font-size: 12px;
}
@media (min-width: 375px) {
  .media-download-full .toolkit-inner .main .select-downloads .downloads-section h4 {
    font-size: calc(12px + 6 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920) {
  .media-download-full .toolkit-inner .main .select-downloads .downloads-section h4 {
    font-size: 18px;
  }
}
.media-download-full .toolkit-inner .img-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 55%;
  padding-left: 5%;
  border-left: 2px solid #ffdc8c;
}
.media-download-full .toolkit-inner .img-section .selection-row {
  display: flex;
  align-items: center;
}
.media-download-full .toolkit-inner .img-section .selection-row h4 {
  color: #ffdc8c;
  text-transform: uppercase;
  font-size: 14px;
}
@media (min-width: 375px) {
  .media-download-full .toolkit-inner .img-section .selection-row h4 {
    font-size: calc(14px + 4 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920) {
  .media-download-full .toolkit-inner .img-section .selection-row h4 {
    font-size: 18px;
  }
}
.media-download-full .toolkit-inner .img-section .selection-row h4 {
  font-family: "Ringside Semibold", sans-serif;
}
.media-download-full .toolkit-inner .img-section .selection-row .checkbox {
  padding-left: 2rem;
}
.media-download-full .toolkit-inner .img-section .selection-row .checkbox label {
  display: flex;
  align-items: center;
}
.media-download-full .toolkit-inner .form-wrapper {
  flex-basis: 100%;
  padding-top: 5rem;
  border-top: 2px solid #ffdc8c;
  font-family: "Ringside Light", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
@media (min-width: 375px) {
  .media-download-full .toolkit-inner .form-wrapper {
    font-size: calc(14px + 4 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920) {
  .media-download-full .toolkit-inner .form-wrapper {
    font-size: 18px;
  }
}
.media-download-full .toolkit-inner .form-wrapper .form-message {
  padding-bottom: 2rem;
}
.media-download-full .toolkit-inner .form-wrapper form {
  display: flex;
}
.media-download-full .toolkit-inner .form-wrapper form button {
  position: relative;
  flex-basis: 30%;
  background-color: transparent;
  color: #FFFFFF;
  font-family: "Ringside Compressed", sans-serif;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  font-size: 18px;
}
@media (min-width: 375px) {
  .media-download-full .toolkit-inner .form-wrapper form button {
    font-size: calc(18px + 18 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920) {
  .media-download-full .toolkit-inner .form-wrapper form button {
    font-size: 36px;
  }
}
.media-download-full .toolkit-inner .form-wrapper form button {
  border: 0;
  outline: 0;
  cursor: pointer;
}
.media-download-full .toolkit-inner .form-wrapper form button .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
.media-download-full .toolkit-inner .form-wrapper form button .progress-bar:before {
  height: 100%;
}
.media-download-full .toolkit-inner .form-wrapper form button.active {
  background-color: #ffdc8c;
  color: #14284b;
}
.media-download-full .toolkit-inner .form-wrapper form .input-row {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}
.media-download-full .toolkit-inner .form-wrapper form .input-row .input-group {
  flex-basis: 32%;
}
.media-download-full .toolkit-inner .form-wrapper form .input-row .input-group label {
  display: block;
  color: #ffdc8c;
  text-transform: uppercase;
  font-size: 14px;
}
@media (min-width: 375px) {
  .media-download-full .toolkit-inner .form-wrapper form .input-row .input-group label {
    font-size: calc(14px + 4 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920) {
  .media-download-full .toolkit-inner .form-wrapper form .input-row .input-group label {
    font-size: 18px;
  }
}
.media-download-full .toolkit-inner .form-wrapper form .input-row .input-group label {
  font-family: "Ringside Semibold", sans-serif;
}
.media-download-full .toolkit-inner .form-wrapper form .input-row .input-group input {
  background: transparent;
  border-width: 0 0 2px 0;
  border-color: #ffdc8c;
  width: 98%;
  font-family: "Ringside Light", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
@media (min-width: 375px) {
  .media-download-full .toolkit-inner .form-wrapper form .input-row .input-group input {
    font-size: calc(14px + 4 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920) {
  .media-download-full .toolkit-inner .form-wrapper form .input-row .input-group input {
    font-size: 18px;
  }
}
.media-download-full .toolkit-inner .form-wrapper form .input-row .input-group input {
  outline: 0;
  color: #FFFFFF;
  padding: 1rem 0 0.25rem 0;
}
.media-download-full .toolkit-inner .close-media-downloads {
  position: absolute;
  bottom: 96%;
  left: 100%;
  font-size: 5rem;
  font-weight: 300;
  font-family: "Ringside Light", sans-serif;
  color: #ffdc8c;
  cursor: pointer;
}
.media-download-full .toolkit-inner .close-media-downloads:hover {
  color: #d0a553;
}

@media screen and (max-width: 1024px) {
  .media-download-full .toolkit-inner {
    margin: 2rem auto;
  }
  .media-download-full .toolkit-inner .main h3 {
    margin: 1rem 0;
  }
  .media-download-full .toolkit-inner .main .select-downloads .downloads-section {
    margin: 0.5rem 0;
  }
  .media-download-full .toolkit-inner .form-wrapper {
    padding-top: 1.75rem;
  }
  .media-download-full .toolkit-inner .close-media-downloads {
    font-size: 3rem;
  }
}
@media (max-width: 1023px) {
  .media-download-full .toolkit-inner .main {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #ffdc8c;
  }
  .media-download-full .toolkit-inner .main h2 {
    width: 100%;
  }
  .media-download-full .toolkit-inner .main .content-overview, .media-download-full .toolkit-inner .main .select-downloads {
    flex-basis: 50%;
  }
  .media-download-full .toolkit-inner .img-section {
    flex-basis: 100%;
    border-left: 0;
    padding: 0 0 1rem;
  }
}
@media (max-width: 767px) {
  .media-download-full .toolkit-inner .main .content-overview, .media-download-full .toolkit-inner .main .select-downloads {
    flex-basis: 100%;
  }
  .media-download-full .toolkit-inner .img-section {
    flex-basis: 100%;
    border-left: 0;
    padding: 0 0 1rem;
  }
  .media-download-full .toolkit-inner .img-section .selection-row {
    flex-wrap: wrap;
    padding-bottom: 1rem;
  }
  .media-download-full .toolkit-inner .img-section .selection-row .checkbox {
    width: 100%;
    padding: 0.25rem 0;
  }
  .media-download-full .toolkit-inner .close-media-downloads {
    left: 90%;
  }
  .media-download-full .toolkit-inner .form-wrapper form {
    flex-wrap: wrap;
  }
  .media-download-full .toolkit-inner .form-wrapper form .input-row {
    flex-wrap: wrap;
  }
  .media-download-full .toolkit-inner .form-wrapper form .input-row .input-group {
    flex-basis: 100%;
    margin: 0.5rem 0;
  }
  .media-download-full .toolkit-inner .form-wrapper form button {
    margin: 0.5rem 0;
    flex-basis: 100%;
    padding: 1rem 0;
  }
}
section.event-header {
  background-color: #14284b;
}
section.event-header .title {
  margin: 0;
  padding: 0.5rem 0 0.5rem 5%;
  border-bottom: 5px solid #d0a553;
  color: #FFFFFF;
  font-size: 36px;
  margin: 0;
  text-transform: uppercase;
  font-family: "Ringside Compressed-Bold", sans-serif;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.25em;
}
@media (max-width: 1559px) {
  section.event-header .title {
    font-size: 24px;
  }
}

div.event-page-container {
  position: relative;
  overflow: hidden;
  justify-content: space-between;
}
div.event-page-container .event-content .event-inner {
  margin: 0 3.5% 0 7.5%;
}
div.event-page-container .event-content .event-inner h2 {
  font-family: "Ringside Compressed-bold", sans-serif;
  letter-spacing: 0.125rem;
  font-size: 3.5rem;
  margin: 1.25em 0 1em;
  padding: 0;
  text-transform: none;
  line-height: 1;
}
div.event-page-container .event-content .event-inner {
  font-family: "Ringside Light", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.75;
}
div.event-page-container .event-content .event-inner .event-info {
  display: flex;
  margin-bottom: 2em;
  line-height: 1;
  flex-wrap: wrap;
  align-items: center;
}
div.event-page-container .event-content .event-inner .event-info > div:not(:first-of-type) {
  padding-left: 1.5em;
  border-left: 1px solid #14284b;
  margin-left: 1.5em;
}
div.event-page-container .event-content .event-inner .event-info .date {
  white-space: nowrap;
}
div.event-page-container .event-content .event-inner .event-info .share {
  display: flex;
}
div.event-page-container .event-content .event-inner .event-info .share .social-links {
  padding: 0 0 0 1em;
}
div.event-page-container .event-content .event-inner .event-info .share .social-links a {
  padding: 0 0.5em;
}
div.event-page-container .event-content .event-inner .event-info .share .social-links a:hover {
  color: #ffdc8c;
}
div.event-page-container .event-content .event-inner .date-header {
  background-color: #14284b;
  color: #ffdc8c;
  padding: 1rem;
  font-family: "Ringside Compressed-bold", sans-serif;
  letter-spacing: 0.125em;
}
div.event-page-container .event-content .event-inner .date-header span {
  vertical-align: super;
  font-size: 0.5em;
}
div.event-page-container .event-content .event-inner img {
  vertical-align: bottom;
}
div.event-page-container .event-content .event-inner .location-header {
  background-color: #ffdc8c;
  color: #14284b;
  padding: 1rem;
  font-family: "Ringside Compressed-bold", sans-serif;
  letter-spacing: 0.125em;
}
div.event-page-container .event-content .event-inner .location-header span {
  vertical-align: super;
  font-size: 0.5em;
}
div.event-page-container .event-content .event-inner .event-body p {
  margin: 2em 0;
}
div.event-page-container .event-content .event-inner .event-body p strong {
  font-family: "Ringside Bold", sans-serif;
}
div.event-page-container .event-content .event-inner .sharing-row {
  margin-bottom: 6rem;
}
div.event-page-container .event-content .event-inner .sharing-row .share-links {
  display: flex;
  margin-bottom: 2em;
  line-height: 1;
  flex-wrap: wrap;
}
div.event-page-container .event-content .event-inner .sharing-row .share-links > a:not(:first-of-type) {
  padding-left: 1.5em;
  border-left: 1px solid #14284b;
  margin-left: 1.5em;
}
div.event-page-container .sidebar {
  display: flex;
  flex-direction: column;
}
div.event-page-container .sidebar .sidebar-header {
  background-image: url("/img/pattern.png");
  background-color: #14284b;
  padding-top: 60px;
}
div.event-page-container .sidebar .sidebar-header h3 {
  margin: 0;
  padding: 0.5rem 1rem;
  background-color: #d0a553;
  border-top: 1px solid #FFFFFF;
}
div.event-page-container .sidebar .events-container .event-item {
  background-color: #f3f4f6;
  width: 100%;
}
div.event-page-container .sidebar .events-container .event-item > div {
  padding: 0 2rem;
}
div.event-page-container .sidebar .events-container .event-item .title {
  font-family: "Ringside Compressed-bold", sans-serif;
  font-size: 2.625rem;
  letter-spacing: 0.125rem;
  margin: 0.125em 0 0.5em;
}
div.event-page-container .sidebar .events-container .event-item .info {
  font-family: "Ringside Bold", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75;
  display: flex;
}
div.event-page-container .sidebar .events-container .event-item .info span {
  vertical-align: super;
  font-size: 0.5em;
}
div.event-page-container .sidebar .events-container .event-item .info .info-cat {
  font-family: "Ringside Light", sans-serif;
  font-weight: 300;
}
div.event-page-container .sidebar .events-container .event-item .location {
  margin: 1em 0;
  font-family: "Ringside Compressed-bold", sans-serif;
  letter-spacing: 0.125em;
}
div.event-page-container .sidebar .events-container .event-item .body {
  padding-bottom: 2rem;
  font-family: "Ringside Light", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.75;
}
div.event-page-container .sidebar .sidebar-footer {
  background-image: url("/img/pattern.png");
  background-color: #14284b;
  flex-grow: 1;
}
div.event-page-container .sidebar .sidebar-footer .sidebar-footer-inner {
  padding: 1.5rem 4.5rem 1.5rem 2.5rem;
}
div.event-page-container .sidebar .sidebar-footer .sidebar-footer-inner h3 {
  margin: 0;
  color: #d0a553;
  letter-spacing: 0.25rem;
}
div.event-page-container .sidebar .sidebar-footer .sidebar-footer-inner .sidebar-links {
  column-count: 2;
  margin: 1.5rem 0 2rem;
}
div.event-page-container .sidebar .sidebar-footer .sidebar-footer-inner .sidebar-links a {
  display: block;
  color: #FFFFFF;
  font-family: "Ringside Light", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.75;
}
div.event-page-container .sidebar .sidebar-footer .sidebar-footer-inner .sidebar-links a:hover {
  color: #ffdc8c;
}
div.event-page-container .sidebar .sidebar-footer .sidebar-footer-inner .search-wrapper {
  border: 2px solid #14284b;
  height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.event-page-container .sidebar .sidebar-footer .sidebar-footer-inner .search-wrapper form {
  flex-grow: 1;
  height: 100%;
}
div.event-page-container .sidebar .sidebar-footer .sidebar-footer-inner .search-wrapper form input {
  border: 0;
  outline: 0;
  padding: 0 0 0 5%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 20px;
  font-family: "Ringside Light", sans-serif;
  font-weight: 300px;
  color: #14284b;
}
div.event-page-container .sidebar .sidebar-footer .sidebar-footer-inner .search-wrapper form input::placeholder {
  font-family: "Ringside Light", sans-serif;
  font-weight: 300px;
  color: #14284b;
}
div.event-page-container .sidebar .sidebar-footer .sidebar-footer-inner .search-wrapper button {
  height: 30px;
  min-width: 30px;
  border: 0;
  outline: 0;
  background-image: url("/img/search-button.png");
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #d0a553;
  padding: 0;
}
@media (max-width: 1199px) {
  div.event-page-container .event-content {
    flex-basis: 100% !important;
  }
  div.event-page-container .sidebar {
    flex-basis: 100% !important;
  }
  div.event-page-container .sidebar .events-container .event-item {
    flex-basis: 33.3%;
  }
  div.event-page-container .sidebar .events-container .event-item:nth-last-of-type(even) {
    background-color: #FFFFFF;
  }
  div.event-page-container .sidebar .events-container .event-item .title {
    font-size: 1.75rem;
  }
  div.event-page-container .sidebar .events-container .event-item .body, div.event-page-container .sidebar .events-container .event-item .info {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (max-width: 1023px) {
  div.event-page-container .event-content .event-inner {
    margin: 0 3.5% 0 8%;
  }
  div.event-page-container .event-content .event-inner h2 {
    font-size: 2rem;
  }
  div.event-page-container .event-content .event-inner {
    font-size: 1rem;
    line-height: 1.5;
  }
  div.event-page-container .event-content .event-inner .event-info > div:not(:first-of-type) {
    padding-left: 1em;
    margin-left: 1em;
  }
  div.event-page-container .event-content .event-inner .sharing-row .share-links > a:not(:first-of-type) {
    padding-left: 1em;
    margin-left: 1em;
  }
}
@media (max-width: 767px) {
  div.event-page-container .event-content .event-inner .event-info > div {
    width: 100%;
    margin-bottom: 1rem;
  }
  div.event-page-container .event-content .event-inner .event-info > div:not(:first-of-type) {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
  div.event-page-container .event-content .event-inner .event-info .date {
    white-space: initial;
  }
  div.event-page-container .event-content .event-inner .sharing-row .share-links > a {
    width: 100%;
    margin: 0.5rem 0;
  }
  div.event-page-container .event-content .event-inner .sharing-row .share-links > a:not(:first-of-type) {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
  div.event-page-container .sidebar .events-container .event-item {
    flex-basis: 100%;
  }
  div.event-page-container .sidebar .events-container .event-item:nth-last-of-type(even) {
    background-color: #f3f4f6;
  }
  div.event-page-container .sidebar .sidebar-footer .sidebar-footer-inner {
    padding: 1.5rem 5%;
  }
  div.event-page-container .sidebar .sidebar-footer .sidebar-footer-inner .sidebar-links a {
    font-size: 1rem;
  }
}

section#thank-you {
  width: 90%;
  margin: 0 auto;
  max-width: 1700px;
}

section#procurement-library {
  background-color: #f3f4f6;
}
section#procurement-library .library-inner {
  width: 90%;
  margin: 0 auto;
  padding: 2rem 0 6rem;
}
section#procurement-library .library-inner h1 {
  padding: 0 0 1.5rem;
  margin: 0;
  text-transform: uppercase;
  font-family: "Ringside Compressed", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.25rem;
}
section#procurement-library .library-inner h3 {
  font-family: "Ringside Semibold", sans-serif;
  letter-spacing: initial;
  text-transform: none;
  font-size: 1.75rem;
  margin: 0;
}
section#procurement-library .library-inner p {
  font-size: 1.25rem;
  line-height: 1.75;
  font-family: "Ringside Light", sans-serif;
  font-weight: 300;
}
section#procurement-library .library-inner .search-row form {
  padding: 1.5rem 0;
}
section#procurement-library .library-inner .search-row form input {
  border: 0;
  padding: 0.5rem;
  font-size: 1rem;
  width: 300px;
}
section#procurement-library .library-inner .search-row form button {
  font-family: "Ringside Compressed", sans-serif;
  color: #14284b;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  padding: 0.5rem 2rem;
  margin-left: 1rem;
  font-size: 1rem;
  cursor: pointer;
  outline: 0;
}
section#procurement-library .library-inner .search-row form button:hover {
  background-color: #14284b;
  color: #d0a553;
}
section#procurement-library .library-inner .results-container .result a {
  font-family: "Ringside Light", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
@media (min-width: 375px) {
  section#procurement-library .library-inner .results-container .result a {
    font-size: calc(16px + 4 * (100vw - 375px) / 1545);
  }
}
@media (min-width: 1920px) {
  section#procurement-library .library-inner .results-container .result a {
    font-size: 20px;
  }
}
section#procurement-library .library-inner .results-container .result a {
  color: #14284b;
  line-height: 2;
}
section#procurement-library .library-inner .results-container .result a:hover {
  color: #d0a553;
}
section#procurement-library .library-inner .results-container .result a:after {
  content: "›";
  padding: 0 1em 0 0.5em;
}
section#procurement-library .library-inner .results-container .marker {
  font-size: 1.5rem;
  padding: 0 0 1rem;
}
section#procurement-library .library-inner .results-container .marker span {
  text-transform: uppercase;
  font-family: "Ringside Bold", sans-serif;
}

.detail-highlights {
  background-image: url("/img/Pattern.png");
  background-color: #14284b;
  color: #ffdc8c;
  line-height: 1.5;
  padding-bottom: 2rem;
}
.detail-highlights .detail-title {
  padding: 2rem 0 0 3rem;
  margin: 0 0 4rem 0;
}

.detail-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
  padding: 0 3rem;
}

.left-wrapper {
  display: flex;
  flex-direction: column;
}
.left-wrapper .detail-mainText {
  font-family: "Ringside Compressed-Thin", sans-serif;
  display: flex;
  align-items: center;
  margin-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.75rem;
  font-weight: 200;
  border-bottom: 2px solid grey;
}
.left-wrapper .callout {
  border-bottom: 2px solid grey;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.left-wrapper .callout .callout-data {
  display: flex;
  justify-content: center;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  margin: 0;
}
.left-wrapper .callout .callout-label {
  font-family: "Ringside Compressed-Thin", sans-serif;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
  margin-top: 0;
  font-size: 1.5rem;
}
.left-wrapper .detail-closingText {
  color: #FFFFFF;
  padding-top: 2rem;
  font-weight: 100;
  font-size: 1rem;
}

.detail-columns {
  display: flex;
  justify-content: flex-start;
  align-items: left;
  flex-direction: column;
}
.detail-columns img {
  padding-bottom: 2rem;
}
.detail-columns .detail-info h3 {
  font-family: "Ringside Compressed-Thin", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-transform: none;
  margin-bottom: 0;
}
.detail-columns .detail-info li {
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.75;
  color: #FFFFFF;
}

@media (max-width: 1400px) {
  .left-wrapper .callout .callout-data {
    font-size: 2rem;
  }
}
@media (max-width: 1250px) {
  .wrapper {
    gap: 2rem;
  }
  .left-wrapper .detail-mainText {
    font-size: 1.5rem;
  }
  .left-wrapper .callout .callout-label {
    font-size: 1rem;
  }
  .left-wrapper .callout .callout-data {
    font-size: 1.5rem;
  }
  .left-wrapper .detail-closingText {
    font-size: 1rem;
  }
}
@media (max-width: 1023px) {
  .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    padding: 0 3rem;
  }
  .left-wrapper .detail-closingText {
    font-size: 1rem;
  }
  .detail-columns {
    display: flex;
    justify-content: flex-start;
    align-items: left;
    flex-direction: column;
  }
  .detail-columns img {
    padding-bottom: 2rem;
  }
  .detail-columns .detail-info h3 {
    font-size: 1.5rem;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 0 3rem;
  }
}