@charset "UTF-8";
@import url("https://use.typekit.net/dnv7wat.css");
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}

*:focus {
  outline-color: #000;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    transition-duration: 0s !important;
  }
}
/*Reset*/
html {
  box-sizing: border-box;
  width: 100vw;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Archia", sans-serif;
  font-size: 100%;
  line-height: 1.6;
  color: #000;
  background: #fff;
}
body.no-body-scroll {
  position: fixed;
  max-width: 100%;
  width: 100%;
  overflow-y: scroll;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

embed,
iframe,
object {
  max-width: 100%;
}

input, select, option, textarea {
  font-family: inherit;
}

hr {
  background-color: #000;
  border: 0;
  height: 1px;
  margin: 100px 0;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

p {
  margin: 0 0 1.5em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

input[type=search],
input[type=submit],
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

h1,
.h1-like {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 38px;
}

h2,
.h2-like {
  font-family: mrs-eaves-xl-serif, serif;
  font-weight: 700;
  font-style: italic;
  font-size: 36px;
  line-height: 34px;
}

h3,
.h3-like {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
}

h4,
.h4-like {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}

h5,
.h5-like {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}

/*Links & Buttons*/
a {
  color: #E71F2C;
  transition: all 0.3s ease;
}
a.btn, a.wp-block-button__link, a.wpforms-submit {
  display: inline-block;
  background-color: #E71F2C;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 15px 30px 15px 15px;
  text-decoration: none;
  transition: 0.3s all ease;
  cursor: pointer;
}
a.btn::before, a.wp-block-button__link::before, a.wpforms-submit::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  left: 3px;
  top: 3px;
  position: relative;
  background-image: url(../svg/star.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 15px;
}
a.btn:hover, a.btn:focus, a.wp-block-button__link:hover, a.wp-block-button__link:focus, a.wpforms-submit:hover, a.wpforms-submit:focus {
  background-color: #1C274F;
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-main:active, a.skip-main:focus {
  color: #fff;
  background-color: #002d72;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 8px;
  border-radius: 15px;
  border: 2px solid #fff;
  text-align: center;
  font-size: 1.2em;
  z-index: 9999;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.container {
  margin: 0 0 0 auto;
  width: calc(100% - 300px);
  max-width: 1218px;
}
@media only screen and (max-width: 1200px) {
  .container {
    width: calc(100% - 250px);
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    width: 90%;
  }
}

main {
  position: relative;
}
main .container {
  width: calc(100% - 300px);
  max-width: 922px;
  margin: 0;
  padding: 90px 0;
  margin-left: 300px;
}
@media only screen and (max-width: 1200px) {
  main .container {
    margin-left: 250px;
  }
}
@media only screen and (max-width: 1024px) {
  main .container {
    width: 90%;
    margin: 0 auto;
  }
}
main hr.wp-block-separator {
  margin: 40px auto;
}
main .wp-block-heading {
  margin-bottom: 30px;
}
main .wp-block-media-text {
  grid-template-columns: 1fr min(50%, 400px);
  grid-gap: 68px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 850px) {
  main .wp-block-media-text {
    display: flex;
    flex-direction: column;
    grid-gap: unset;
  }
  main .wp-block-media-text.has-media-on-the-right {
    flex-direction: column-reverse;
  }
}
main .wp-block-media-text .wp-block-media-text__media {
  height: 100%;
  max-height: 325px;
}
@media only screen and (max-width: 850px) {
  main .wp-block-media-text .wp-block-media-text__media {
    width: 100%;
    margin-bottom: 30px;
  }
}
main .wp-block-media-text .wp-block-media-text__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
@media only screen and (max-width: 850px) {
  main .wp-block-media-text .wp-block-media-text__content {
    width: 100%;
  }
}
main .wp-block-media-text .wp-block-media-text__content a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  font-family: proxima-nova, sans-serif;
}
main .wp-block-media-text .wp-block-media-text__content a::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  background-color: #E71F2C;
  background-image: url(../svg/chevron.svg);
  background-size: 6px 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
main .wp-block-media-text .wp-block-media-text__content a:hover {
  color: #E71F2C;
}
main h1,
main h1.wp-block-heading {
  text-transform: uppercase;
}
main h2,
main h2.wp-block-heading {
  /*text-transform: uppercase;*/
}
main h3,
main h3.wp-block-heading {
  text-transform: uppercase;
}
main hr,
main hr.wp-block-separator {
  margin: 80px auto;
  padding: 0;
  width: 100%;
  height: 1px !important;
  border: none !important;
  background-color: #1C274F !important;
}
main p {
  font-family: mrs-eaves-xl-serif-narrow, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
}
main blockquote.wp-block-quote,
main blockquote {
  position: relative;
  border-left: none;
  margin: 80px 0 80px 0 !important;
  padding-left: 80px !important;
}
@media only screen and (max-width: 750px) {
  main blockquote.wp-block-quote,
main blockquote {
    padding-left: 0 !important;
  }
}
main blockquote.wp-block-quote::before,
main blockquote::before {
  content: "";
  width: 81px;
  height: 64px;
  position: absolute;
  top: -20px;
  left: -20px;
  background-image: url(../images/blockquotes.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 750px) {
  main blockquote.wp-block-quote::before,
main blockquote::before {
    top: -84px;
    left: 0;
  }
}
main blockquote.wp-block-quote p,
main blockquote p {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 20px;
}
main .wp-block-media-text {
  margin-bottom: 80px;
}
main .wp-block-media-text .wp-block-media-text__media {
  border-top-right-radius: 85px;
  overflow: hidden;
  position: relative;
}
main .wp-block-media-text .wp-block-media-text__media::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  display: block;
  width: 168px;
  height: 170px;
  background-image: url(../svg/media-tracks-overlay-left.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 850px) {
  main .wp-block-media-text .wp-block-media-text__media::after {
    top: -10px;
    right: -30px;
  }
}
@media only screen and (max-width: 599px) {
  main .wp-block-media-text .wp-block-media-text__media {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 599px) {
  main .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
main .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  border-top-left-radius: 85px;
  border-top-right-radius: 0px;
  overflow: hidden;
}
main .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media::after {
  left: -60px;
  right: auto;
  height: 166px;
  background-image: url(../svg/media-tracks-overlay-right.svg);
}
@media only screen and (max-width: 850px) {
  main .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media::after {
    left: -30px;
  }
}
main wp-block-image figure.alignleft .wp-element-caption,
main .wp-block-image figure.alignright .wp-element-caption {
  text-align: left !important;
  font-family: proxima-nova, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
@media only screen and (max-width: 750px) {
  main .wp-block-image figure.alignleft,
main .wp-block-image figure.alignright {
    float: none;
    margin: 30px auto;
  }
}

button {
  cursor: pointer;
}

.mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .mobile {
    display: block;
  }
}

.desktop {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .desktop {
    display: none;
  }
}

@media only screen and (min-width: 851px) {
  br.stacked {
    content: "";
  }
  br.stacked::after {
    content: " ";
  }
}
#cursorCircle {
  position: fixed;
  display: block;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  background-image: url(../images/maps-cursor.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition-property: width, height, border-radius, border-color, background-color, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  pointer-events: none;
  z-index: 9999;
}
#cursorCircle.active {
  width: 84px;
  height: 84px;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  #cursorCircle {
    display: none !important;
  }
}

:root {
  --header-bg-rotation: 0deg;
}

header {
  position: relative;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  z-index: 9999;
}
header #sticky-nav {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 193px;
  background-color: #1C274F;
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
@media only screen and (max-width: 1024px) {
  header #sticky-nav {
    width: 100%;
  }
}
header #sticky-nav .tagline.mobile {
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  background-color: #fff;
  color: #1C274F;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  header #sticky-nav .sticky-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  header #sticky-nav .sticky-container div.trigger {
    margin-right: 20px;
  }
  header #sticky-nav .sticky-container div.trigger button {
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: 30px;
    min-height: 20px;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  header #sticky-nav .sticky-container div.trigger button span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
    opacity: 1;
    transition: 0.3s all ease;
  }
  header #sticky-nav .sticky-container div.trigger button.open span {
    background-color: #00AEEF;
  }
  header #sticky-nav .sticky-container div.trigger button.open span:nth-child(1),
header #sticky-nav .sticky-container div.trigger button.open span:nth-child(3) {
    opacity: 0;
  }
}
header #sticky-nav .branding {
  margin: 20px 20px 30px 20px;
}
@media only screen and (max-width: 1024px) {
  header #sticky-nav .branding {
    margin: 10px 20px;
  }
}
header #sticky-nav .branding a {
  text-decoration: none;
  color: #fff;
}
header #sticky-nav .branding a .tagline {
  font-size: 12px;
  margin-top: 10px;
}
header #sticky-nav .menu-container .primary {
  margin: 0;
}
header #sticky-nav .menu-container .primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header #sticky-nav .menu-container .primary ul li {
  margin: 0 0 15px 0;
  padding: 0 20px;
  list-style: none;
  line-height: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  header #sticky-nav .menu-container .primary ul li {
    margin: 0 0 20px 0;
    flex-wrap: wrap;
  }
}
header #sticky-nav .menu-container .primary ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-align: center;
}
header #sticky-nav .menu-container .primary ul li a:hover {
  color: #00AEEF;
}
header #sticky-nav .menu-container .primary ul li button {
  display: block;
  border: none;
  width: 25px;
  min-height: 25px;
  background: none;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  top: -2px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  header #sticky-nav .menu-container .primary ul li button {
    margin-left: 10px;
    top: unset;
    font-size: 24px;
  }
}
header #sticky-nav .menu-container .primary ul li button::before {
  content: " ";
  display: inline-block;
}
header #sticky-nav .menu-container .primary ul li.has-children {
  position: relative;
}
header #sticky-nav .menu-container .primary ul li.has-children ul {
  position: absolute;
  top: -10px;
  left: 100%;
  display: none; /* flex */
  flex-direction: column;
  width: 193px;
  background-color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  header #sticky-nav .menu-container .primary ul li.has-children ul {
    position: relative;
    top: auto;
    left: 0px;
    color: #00AEEF;
    margin-top: 20px;
    border-top: 4px solid #00AEEF;
    background-color: transparent;
    flex-basis: 100%;
  }
}
header #sticky-nav .menu-container .primary ul li.has-children ul li {
  width: 100%;
  padding: 10px 20px;
  margin: 0;
  background-color: #fff;
  transition: 0.3s all ease;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  header #sticky-nav .menu-container .primary ul li.has-children ul li {
    background-color: transparent;
  }
}
header #sticky-nav .menu-container .primary ul li.has-children ul li a {
  color: #000;
  text-transform: none;
}
@media only screen and (max-width: 1024px) {
  header #sticky-nav .menu-container .primary ul li.has-children ul li a {
    color: #00AEEF;
  }
}
header #sticky-nav .menu-container .primary ul li.has-children ul li:hover {
  background-color: #00AEEF;
}
@media only screen and (max-width: 1024px) {
  header #sticky-nav .menu-container .primary ul li.has-children ul li:hover {
    color: #fff;
    background-color: transparent;
  }
}
@media only screen and (min-width: 1024px) {
  header #sticky-nav .menu-container .primary ul li.has-children ul:hover {
    display: flex;
  }
}
@media only screen and (max-width: 1024px) {
  header #sticky-nav .menu-container .primary ul li.has-children ul.open {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  header #sticky-nav .menu-container .primary ul li.has-children:hover ul {
    display: flex;
  }
}
@media only screen and (max-width: 1024px) {
  header #sticky-nav .menu-container .primary ul li.has-children.open ul {
    display: flex;
  }
}
header #sticky-nav .menu-container .primary ul li.open ul {
  display: block;
}
header #sticky-nav .menu-container .social {
  display: flex;
  flex-direction: row;
  margin: 0 auto 15px auto;
  padding: 0;
  list-style: none;
  justify-content: center;
  align-items: center;
  max-width: 115px;
}
@media only screen and (max-width: 1024px) {
  header #sticky-nav .menu-container .social {
    margin: 20px auto 0 auto;
    max-width: 200px;
  }
}
header #sticky-nav .menu-container .social li {
  padding: 3px;
  margin: 5px;
  list-style: none;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  header #sticky-nav .menu-container .social li {
    padding: 5px;
  }
}
header #sticky-nav .menu-container .social li a {
  display: block;
  transition: opacity 0.3s ease;
  /*
  &:hover {
      svg path {
          fill: $blue !important;
      }
  }
  */
}
header #sticky-nav .menu-container .social li a svg {
  width: 20px;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  header #sticky-nav .menu-container .social li a svg {
    width: 30px;
  }
}
header #sticky-nav .menu-container .social li a.x-twitter svg path, header #sticky-nav .menu-container .social li a.facebook svg path {
  fill: #fff !important;
  transition: 0.3s fill ease;
}
header #sticky-nav .menu-container .social li a.x-twitter:hover svg path, header #sticky-nav .menu-container .social li a.facebook:hover svg path {
  fill: #00AEEF !important;
}
header #sticky-nav .menu-container .social li a.tiktok svg path:first-child {
  fill: #fff !important;
  transition: 0.3s fill ease;
}
header #sticky-nav .menu-container .social li a.tiktok:hover svg path:first-child {
  fill: #00AEEF !important;
}
header #sticky-nav .menu-container .social li a.instagram svg path:nth-child(1) {
  fill: #fff;
}
header #sticky-nav .menu-container .social li a.instagram svg path:nth-child(2) {
  fill: #1C274F;
}
header #sticky-nav .menu-container .social li a.instagram:hover svg path:nth-child(1) {
  fill: #00AEEF !important;
}
header #sticky-nav .menu-container #cta {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  header #sticky-nav .menu-container #cta {
    text-align: center;
  }
}
header #sticky-nav .menu-container #cta a {
  display: block;
  padding: 15px 20px;
  background-color: #E71F2C;
  color: #fff;
  text-decoration: none;
  transition: 0.3s all ease;
}
header #sticky-nav .menu-container #cta a:hover {
  background-color: #00AEEF;
  text-underline-offset: 6px;
}
@media only screen and (max-width: 1024px) {
  header #sticky-nav .menu-container #cta a {
    display: inline-block;
  }
  header #sticky-nav .menu-container #cta a::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    left: 3px;
    top: 3px;
    position: relative;
    background-image: url(../svg/star.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  header #sticky-nav .menu-container {
    display: none;
    opacity: 0;
    background-color: #1C274F;
  }
  header #sticky-nav .menu-container::after {
    content: "";
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 88px;
    height: 44.66px;
    background-image: url(/wp-content/themes/mission/assets/images/track-hollow-pattern.png);
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: auto 100%;
  }
  header #sticky-nav .menu-container.open {
    width: 100%;
    display: block;
    opacity: 1;
    height: calc(100vh - 125.19px);
    position: fixed;
    top: 125.19px;
    text-align: left;
    padding-left: 66px;
    padding-right: 20px;
    padding-top: 60px;
    overflow-y: auto;
    overflow-x: none;
  }
}
header .homepage-hero {
  position: relative;
  padding-bottom: min(57.6626984127%, 100vh - 55px);
}
@media only screen and (max-width: 1024px) {
  header .homepage-hero {
    padding-bottom: calc(100vh - 55px);
  }
}
header .homepage-hero::after {
  content: "";
  position: absolute;
  width: calc(100% - 300px);
  height: 55px;
  background-image: repeating-linear-gradient(90deg, #1C274F 0 50px, transparent 50px 80px);
  background-position: top right;
  background-repeat: repeat-x;
  bottom: 0px;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  header .homepage-hero::after {
    width: calc(100% - 250px);
  }
}
@media only screen and (max-width: 1024px) {
  header .homepage-hero::after {
    width: 95%;
  }
}
header .homepage-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
header .homepage-hero-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .homepage-hero-video::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
header .homepage-hero-video .controls {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 10;
}
header .homepage-hero-video .controls .play-pause {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}
header .homepage-hero-video .controls .play-pause.pause {
  -webkit-mask-image: url(../svg/pause.svg);
          mask-image: url(../svg/pause.svg);
}
header .homepage-hero-video .controls .play-pause.play {
  -webkit-mask-image: url(../svg/play.svg);
          mask-image: url(../svg/play.svg);
}
header .homepage-hero-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
header .homepage-hero-overlay .pattern {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(116%, 1542.8px);
  height: auto;
  transform-origin: center;
  /*
  background-image: url(../svg/homepage-header-overlay-pattern.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 110% auto;
  */
  transform: translate(-50%, -50%) rotate(var(--header-bg-rotation));
  /*transition: transform 3s ease;*/
}
header .homepage-hero-overlay .pattern svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  header .homepage-hero-overlay .pattern {
    width: 230vw;
    top: calc(50% + 62.5px);
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
header .homepage-hero-overlay .content {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: min(30vw, 464px);
}
header .homepage-hero-overlay .content svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  header .homepage-hero-overlay .content {
    display: none;
  }
}
header .interior-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 494px;
  background-color: #1C274F;
}
@media only screen and (max-width: 1024px) {
  header .interior-hero {
    height: 394px;
  }
}
@media only screen and (max-width: 550px) {
  header .interior-hero {
    height: 434px;
  }
}
@media only screen and (max-width: 425px) {
  header .interior-hero {
    margin-top: 125px;
  }
}
header .interior-hero:not(.hasImage)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  right: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../images/interior-hero-bg-4x.png);
  background-size: auto 70%;
  background-position: top right;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  header .interior-hero:not(.hasImage)::before {
    display: none;
  }
}
header .interior-hero::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 300px);
  height: 35px;
  right: 0;
  bottom: -34px;
  background-image: repeating-linear-gradient(90deg, #1C274F 0 23px, transparent 23px 33px);
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  header .interior-hero::after {
    width: calc(100% - 250px);
  }
}
@media only screen and (max-width: 1024px) {
  header .interior-hero::after {
    width: 95%;
  }
}
header .interior-hero .container {
  height: 100%;
  padding-bottom: 60px;
  display: flex;
  max-width: unset;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: calc(36vw + 30px);
}
@media only screen and (max-width: 1024px) {
  header .interior-hero .container {
    padding-right: 5%;
    margin-left: 5%;
  }
}
header .interior-hero .container h1 {
  margin-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(36px, 4vw, 60px);
  line-height: 65px;
  max-width: 800px;
  line-height: clamp(41px, 4.2vw, 65px);
}
header .interior-hero .container p {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(16px, 1.3vw, 20px);
  max-width: 800px;
}
header .interior-hero .container .image {
  width: 36vw;
  height: 27vw;
  max-width: 557px;
  max-height: 411px;
  position: absolute;
  bottom: -34px;
  right: 0;
  border-top-right-radius: 200px;
  overflow: hidden;
  z-index: 2;
}
header .interior-hero .container .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  header .interior-hero .container .image {
    display: none;
  }
}
header .interior-hero.hasImage .content {
  padding-right: calc(36vw + 50px);
}
header .interior-hero.news-article {
  background-color: #fff;
  color: #1C274F;
}
@media screen and (max-width: 1024px) {
  header .interior-hero.news-article {
    height: 298px;
  }
  header .interior-hero.news-article h1 {
    margin-bottom: 0;
  }
}
header .interior-hero.news-article .container {
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 0;
}
header .interior-hero.news-article .container .image {
  bottom: -10px;
}
header .interior-hero.news-article::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 28vw;
  height: 39px;
  background-image: repeating-linear-gradient(90deg, #fff 0 16px, transparent 16px 42px);
  background-position: right top;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  header .interior-hero.news-article::after {
    top: 92px;
    width: 45vw;
  }
}
@media screen and (max-width: 782px) {
  header .interior-hero.news-article::after {
    top: 79px;
    width: 70vw;
  }
}
header .interior-hero.news-article:before {
  display: block;
  content: "";
  width: 100vw;
  height: 39px;
  background-color: #1C274F;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  header .interior-hero.news-article:before {
    top: 92px;
  }
}
@media screen and (max-width: 782px) {
  header .interior-hero.news-article:before {
    top: 79px;
  }
}
header .archive-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 336px;
  background-color: #1C274F;
  background-image: url(../images/events-heading.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
header .archive-hero.news {
  background-image: url(../images/news-heading.png);
  background-position: bottom center;
}
@media only screen and (max-width: 600px) {
  header .archive-hero {
    height: 400px;
  }
}
header .archive-hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  background-image: url(../svg/events-header-overlay.svg);
  background-size: auto calc(140% + 2px);
  background-position: right top;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  header .archive-hero::before {
    display: none;
  }
}
header .archive-hero .container {
  height: 100%;
  padding-bottom: 60px;
  display: flex;
  max-width: unset;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  header .archive-hero .container {
    padding-right: 5%;
    margin-left: 5%;
  }
}
header .archive-hero .container .zipcode {
  position: absolute;
  bottom: 0px;
  right: 90px;
  background-color: #fff;
  padding: 20px 40px;
  font-family: mrs-eaves-xl-serif, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 22px;
  color: #1C274F;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  header .archive-hero .container .zipcode {
    width: 90%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    text-align: center;
  }
}
header .archive-hero .container .zipcode a {
  font-weight: 700;
  margin-left: 15px;
}
@media only screen and (max-width: 600px) {
  header .archive-hero .container .zipcode a {
    display: block;
    margin-left: 0;
  }
}
header .archive-hero .container .zipcode a:hover {
  color: #00AEEF;
}
header .archive-hero .container h1 {
  position: relative;
  margin-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(36px, 4vw, 60px);
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  header .archive-hero .container h1 {
    margin-bottom: 60px;
  }
}
header .archive-hero .container p {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

.modal {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.modal.active {
  opacity: 1;
  pointer-events: all;
}
.modal-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.88);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transition: opacity 0.3s ease;
  z-index: 1;
}
.modal-content {
  position: relative;
  z-index: 2;
  max-width: 90%;
}
.modal-content .artifact-modal {
  background-color: #1C274F;
  padding: 50px;
  max-width: 723px;
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 550px) {
  .modal-content .artifact-modal {
    flex-direction: column;
  }
}
.modal-content .artifact-modal .column:first-child {
  width: calc(40% - 15px);
}
@media only screen and (max-width: 550px) {
  .modal-content .artifact-modal .column:first-child {
    width: 50%;
  }
}
.modal-content .artifact-modal .column:first-child img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-content .artifact-modal .column:last-child {
  width: calc(60% - 15px);
  padding-right: 10px;
}
@media only screen and (max-width: 550px) {
  .modal-content .artifact-modal .column:last-child {
    width: 100%;
    padding-right: 0;
  }
}
.modal-content .artifact-modal .column:last-child h3 {
  margin-bottom: 20px;
}
.modal-content .artifact-modal .column:last-child a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  display: none;
}
.modal-content .artifact-modal .column:last-child a::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  background-color: #E71F2C;
  background-image: url(../svg/chevron.svg);
  background-size: 6px 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.modal-content .artifact-modal .column:last-child a:hover {
  color: #E71F2C;
}
.modal-content .zipcode-modal {
  background-color: #1C274F;
  padding: 50px;
  max-width: 723px;
  width: 100%;
  color: #fff;
  display: block;
}
.modal-content .zipcode-modal .row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.modal-content .zipcode-modal .row:last-child {
  display: block;
  margin-bottom: 0;
  text-align: center;
}
.modal-content .zipcode-modal .row .input {
  padding: 10px 0;
}
.modal-content .zipcode-modal .row .input label {
  display: block;
  margin-bottom: 5px;
}
.modal-content .zipcode-modal .row .input input {
  border: 1px solid #00AEEF;
  padding: 10px 15px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.modal-content .zipcode-modal .row .input select {
  border: 1px solid #00AEEF;
  padding: 10px 15px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.modal-content .zipcode-modal .row .input span {
  padding: 0 15px;
}
.modal-content .zipcode-modal .row .zipUpdate {
  display: block;
  background-color: #E71F2C;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  transition: 0.3s all ease;
  cursor: pointer;
}
.modal-content .zipcode-modal .row .zipUpdate:hover, .modal-content .zipcode-modal .row .zipUpdate:focus {
  background-color: #00AEEF;
}
.modal-content .close {
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #E71F2C;
  background-image: url(../svg/close.svg);
  background-size: 10px 14px;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
}

.homepage {
  overflow-x: hidden;
}
.homepage .intro {
  background-color: #1C274F;
  margin-bottom: 100px;
  position: relative;
}
.homepage .intro::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 75px;
  background-color: #00AEEF;
  left: 290px;
  bottom: -55px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .homepage .intro::before {
    left: 50px;
  }
}
.homepage .intro::after {
  content: "";
  position: absolute;
  width: calc(95% + 30px);
  height: 75px;
  background-image: repeating-linear-gradient(90deg, #1C274F 0 50px, transparent 50px 80px);
  background-position: top right;
  background-repeat: repeat-x;
  bottom: -55px;
  left: -30px;
}
.homepage .intro .container {
  display: flex;
  justify-content: space-between;
  color: #fff;
  max-width: 1150px;
  /*
  &::before {
      content: "";
      position: absolute;
      top: -55px;
      right: 0;
      width: 80%;
      height: 75px;
      background-image: url(../images/track-navy-pattern.png);
      background-size: auto 100%;
      background-position: left top;
      background-repeat: repeat-x;
  }
  */
}
@media only screen and (max-width: 850px) {
  .homepage .intro .container {
    flex-direction: column;
  }
}
.homepage .intro .container .col.left {
  width: 33%;
}
@media only screen and (max-width: 1024px) {
  .homepage .intro .container .col.left {
    width: 40%;
  }
}
@media only screen and (max-width: 850px) {
  .homepage .intro .container .col.left {
    width: 100%;
  }
}
.homepage .intro .container .col.left h2 {
  font-family: proxima-nova, sans-serif;
  font-size: clamp(28px, 2.78vw, 42.05px);
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 49.5px;
  letter-spacing: 0.05px;
}
@media only screen and (max-width: 1024px) {
  .homepage .intro .container .col.left h2 {
    font-size: clamp(28px, 4.1vw, 42.05px);
    line-height: 1.1em;
  }
}
@media only screen and (max-width: 850px) {
  .homepage .intro .container .col.left h2 {
    font-size: clamp(33px, 7.5vw, 63px);
    line-height: 1.1em;
  }
}
.homepage .intro .container .col.left h2 .blue {
  color: #00AEEF;
}
.homepage .intro .container .col.left h2 .blue-underline {
  position: relative;
  text-transform: lowercase;
  font-family: mrs-eaves-xl-serif, serif;
  font-weight: 700;
  font-style: italic;
  z-index: 2;
}
.homepage .intro .container .col.left h2 .blue-underline::before {
  content: "";
  display: block;
  width: 110%;
  height: 8px;
  background-color: #00AEEF;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.homepage .intro .container .col.right {
  width: 60%;
  padding-right: 60px;
}
@media only screen and (max-width: 1250px) {
  .homepage .intro .container .col.right {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .homepage .intro .container .col.right {
    width: 50%;
  }
}
@media only screen and (max-width: 850px) {
  .homepage .intro .container .col.right {
    width: 100%;
  }
}
.homepage .intro .container .col.right p {
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 60px;
}
.homepage .intro .container .col.right a.btn:hover {
  background-color: #00AEEF;
}
.homepage .events {
  position: relative;
  padding-bottom: 60px;
}
.homepage .events .container {
  display: flex;
  justify-content: space-between;
  color: #1C274F;
  max-width: unset;
  width: calc(100% - 300px);
}
@media only screen and (max-width: 1200px) {
  .homepage .events .container {
    width: calc(100% - 250px);
  }
}
@media only screen and (max-width: 1024px) {
  .homepage .events .container {
    padding-left: 5%;
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  .homepage .events .container {
    flex-direction: column;
  }
}
.homepage .events .container .col.left {
  width: 33%;
  max-width: 377px;
}
@media only screen and (max-width: 850px) {
  .homepage .events .container .col.left {
    width: 100%;
    margin-bottom: 60px;
    max-width: unset;
  }
}
.homepage .events .container .col.left h2 {
  font-family: proxima-nova, sans-serif;
  font-size: clamp(28px, 2.78vw, 42.05px);
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 49.5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .homepage .events .container .col.left h2 {
    font-size: clamp(28px, 4.1vw, 42.05px);
    line-height: 1.1em;
  }
}
@media only screen and (max-width: 850px) {
  .homepage .events .container .col.left h2 {
    font-size: clamp(33px, 7.5vw, 63px);
    line-height: 1.1em;
  }
}
.homepage .events .container .col.left p {
  margin-bottom: 30px;
}
.homepage .events .container .col.right {
  width: calc(100% - 437px);
  position: relative;
}
@media only screen and (max-width: 850px) {
  .homepage .events .container .col.right {
    width: 100%;
  }
}
.homepage .events .container .col.right .inner-container {
  width: 100%;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.homepage .events .container .col.right .inner-container::-webkit-scrollbar {
  display: none;
}
.homepage .events .container .col.right .slider-controls {
  position: absolute;
  top: 40px;
  left: -18.5px;
  z-index: 2;
}
@media only screen and (max-width: 850px) {
  .homepage .events .container .col.right .slider-controls {
    top: -18.5px;
    left: 25px;
  }
}
.homepage .events .container .col.right .slider-controls button {
  display: block;
  margin: 0 0 0 auto;
  background-color: #E71F2C;
  padding: 10px;
  border: none;
  line-height: unset;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  margin-bottom: 10px;
}
@media only screen and (max-width: 850px) {
  .homepage .events .container .col.right .slider-controls button {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.homepage .events .container .col.right .slider-controls button .arrow-left {
  display: block;
  width: 17px;
  height: 17px;
  background-image: url(../svg/arrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.7s transform ease;
}
.homepage .events .container .col.right .slider-controls button .arrow-right {
  display: block;
  width: 17px;
  height: 17px;
  background-image: url(../svg/arrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.7s transform ease;
  transform: rotate(180deg);
}
.homepage .events .container .col.right .slider-controls button:hover {
  background-color: #1C274F;
}
.homepage .events .container .col.right .slider-controls button:hover .reload {
  transform: rotate(360deg);
}
.homepage .events .container .col.right .slider-container {
  display: flex;
  gap: 20px;
  padding-right: 20px;
}
.homepage .events .container .col.right .slider-container .slide {
  width: 301px;
  flex-shrink: 0;
  scroll-snap-align: center;
}
.homepage .events .container .col.right .slider-container .slide .image {
  position: relative;
  width: 100%;
  aspect-ratio: 103/97;
  margin-bottom: 17px;
}
.homepage .events .container .col.right .slider-container .slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}
.homepage .events .container .col.right .slider-container .slide .image .state {
  display: block;
  position: absolute;
  bottom: 27px;
  right: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  line-height: 41px;
  width: 44px;
  color: #fff;
  background-color: #00AEEF;
}
.homepage .events .container .col.right .slider-container .slide .image .state::after {
  content: "";
  display: block;
  position: absolute;
  width: 44px;
  height: 14px;
  background-color: #00AEEF;
  bottom: -19px;
}
.homepage .events .container .col.right .slider-container .slide .content .location {
  display: block;
  font-family: mrs-eaves-xl-serif-narrow, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 22.48px;
  line-height: 21.6px;
  margin-bottom: 10px;
  color: #000;
  text-decoration: none;
}
.homepage .events .container .col.right .slider-container .slide .content a {
  text-decoration: none;
  color: #000;
  transition: 0.3s all ease;
}
.homepage .events .container .col.right .slider-container .slide .content a h3 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 23.38px;
  line-height: 27px;
  margin-bottom: 10px;
  color: #000;
  text-decoration: none;
  transition: 0.3s all ease;
}
.homepage .events .container .col.right .slider-container .slide .content a:hover {
  color: #E71F2C;
}
.homepage .events .container .col.right .slider-container .slide .content a:hover h3 {
  color: #E71F2C;
}
.homepage .events .container .col.right .slider-container .slide .content .date {
  display: block;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 17.99px;
  line-height: 21.6px;
  color: #000;
  text-decoration: none;
}
.homepage .events .container .col.right .slider-container .slide:hover .content h3 {
  color: #E71F2C;
}
.homepage .milestones {
  background-color: #F8EFE1;
  padding: 40px 0 80px 0;
}
.homepage .milestones .controls {
  text-align: right;
  padding-right: 100px;
  margin-bottom: 40px;
  position: relative;
}
.homepage .milestones .controls span.label {
  position: relative;
  top: -8px;
  padding-right: 15px;
  text-transform: uppercase;
}
.homepage .milestones .controls button {
  display: inline-block;
  margin: 0 0 0 auto;
  background-color: #E71F2C;
  padding: 10px;
  border: none;
  line-height: unset;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.homepage .milestones .controls button .reload {
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../svg/refresh.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.4s transform ease;
}
.homepage .milestones .controls button:hover {
  background-color: #1C274F;
}
.homepage .milestones .controls button:hover .reload {
  transform: rotate(45deg);
}
.homepage .milestones .row {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-snap-align: center;
  margin-bottom: 30px;
}
.homepage .milestones .row .slide_container {
  display: flex;
}
@media only screen and (max-width: 750px) {
  .homepage .milestones .row .slide_container {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }
}
.homepage .milestones .row .slide_container .loading {
  color: #E71F2C;
  text-align: center;
  padding: 60px 0;
  text-align: center;
  width: 100%;
}
.homepage .milestones .row .slide_container .loading .lds-ellipsis,
.homepage .milestones .row .slide_container .loading .lds-ellipsis div {
  box-sizing: border-box;
}
.homepage .milestones .row .slide_container .loading .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.homepage .milestones .row .slide_container .loading .lds-ellipsis div {
  position: absolute;
  top: 33.33333px;
  width: 13.33333px;
  height: 13.33333px;
  border-radius: 50%;
  background: currentColor;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.homepage .milestones .row .slide_container .loading .lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}
.homepage .milestones .row .slide_container .loading .lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.homepage .milestones .row .slide_container .loading .lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.homepage .milestones .row .slide_container .loading .lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}
@-webkit-keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.homepage .milestones .row .slide {
  display: flex;
  width: 643px;
  flex-shrink: 0;
  margin-right: 20px;
  background-color: #fff;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  overflow: hidden;
  scroll-snap-align: center;
  position: relative;
}
@media only screen and (max-width: 850px) {
  .homepage .milestones .row .slide {
    width: 90vw;
  }
}
@media only screen and (max-width: 750px) {
  .homepage .milestones .row .slide {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0px;
  }
}
.homepage .milestones .row .slide::after {
  content: "";
  display: block;
  position: absolute;
  width: 49px;
  height: 63px;
  top: 0;
  left: 45px;
  background-image: url(../svg/milestone-tag.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  transition: 0.3s opacity ease;
  z-index: 2;
}
.homepage .milestones .row .slide .col {
  width: 60%;
  padding: 45px 20px 45px 45px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
  border-top-right-radius: 0px;
  background-color: #fff;
  transition: 0.3s all ease;
  pointer-events: none;
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
  .homepage .milestones .row .slide .col {
    width: 60%;
  }
}
@media only screen and (max-width: 550px) {
  .homepage .milestones .row .slide .col {
    width: 100%;
    padding: 68px 20px 45px 45px;
  }
}
.homepage .milestones .row .slide .col.image {
  border-top-right-radius: 50px;
  width: 50%;
  padding: 0;
  height: 326px;
  margin-left: -10%;
  z-index: 0;
}
@media only screen and (max-width: 850px) {
  .homepage .milestones .row .slide .col.image {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .homepage .milestones .row .slide .col.image {
    width: 0%;
    display: none;
  }
}
.homepage .milestones .row .slide .col.image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.homepage .milestones .row .slide .col .date {
  margin-bottom: 15px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.homepage .milestones .row .slide .col h3 {
  color: #000;
  text-decoration: none;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 850px) {
  .homepage .milestones .row .slide .col h3 {
    font-size: 18px;
  }
}
.homepage .milestones .row .slide .col h3:hover {
  color: #fff;
}
.homepage .milestones .row .slide .col .location {
  font-family: mrs-eaves-xl-serif, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 24px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.homepage .milestones .row .slide .col .accordion {
  max-height: 0;
  overflow: hidden;
  will-change: height;
  transition: all 0.3s ease;
  opacity: 0;
}
.homepage .milestones .row .slide .col .accordion .artifact-modal {
  display: inline-block;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  padding: 8px 13px;
  margin: 0;
  cursor: pointer;
  pointer-events: all;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 550px) {
  .homepage .milestones .row .slide .col .accordion .artifact-modal {
    border: 1px solid #E71F2C;
    color: #E71F2C;
  }
}
.homepage .milestones .row .slide .col .accordion.open {
  padding-top: 20px;
  opacity: 1;
}
@media only screen and (max-width: 550px) {
  .homepage .milestones .row .slide .col .accordion {
    padding-top: 20px !important;
    opacity: 1 !important;
    max-height: unset;
  }
}
.homepage .milestones .row .slide:hover::after {
  opacity: 0;
}
.homepage .milestones .row .slide:hover .col:first-child {
  border-top-right-radius: 50px;
  background-color: #E71F2C;
  color: #fff;
}
.homepage .milestones .row .slide:hover .col:first-child h3 {
  color: #fff;
}
.homepage .milestones .seperator {
  line-height: 37px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  width: 100%;
}
.homepage .milestones .seperator.mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .homepage .milestones .seperator.mobile {
    display: flex;
  }
}
.homepage .milestones .seperator.desktop {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .homepage .milestones .seperator.desktop {
    display: none;
  }
}
.homepage .milestones .seperator:last-child {
  width: 80%;
  margin-left: auto;
  margin-right: 0;
}
.homepage .milestones .seperator .tracks {
  display: inline-block;
  height: 37px;
  background-image: repeating-linear-gradient(90deg, #1c274f 0 11px, transparent 11px 17px);
  background-position: center right;
  background-repeat: repeat-x;
  flex-grow: 1;
  flex-shrink: 1;
}
.homepage .milestones .seperator .label {
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  font-family: proxima-nova, sans-serif;
  color: #1C274F;
  margin-right: 60px;
  margin-left: 6px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .homepage .milestones .seperator .label {
    font-size: clamp(26px, 4.1vw, 48px);
    line-height: 1.1em;
  }
}
.homepage .ctas {
  position: relative;
  padding: 140px 80px 140px 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.300157563) 0%, rgba(0, 0, 0, 0) 30%), url(../images/homepage-cta-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 1249px) {
  .homepage .ctas {
    padding: 90px 60px 90px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .homepage .ctas {
    padding-right: 0;
  }
}
.homepage .ctas .caption {
  position: absolute;
  top: -120px;
  right: 0px;
}
@media only screen and (max-width: 1250px) {
  .homepage .ctas .caption {
    top: -70px;
    max-width: 90%;
  }
}
@media only screen and (max-width: 850px) {
  .homepage .ctas .caption {
    top: -60px;
    right: 50%;
    width: 90%;
    transform: translateX(50%);
    text-align: center;
  }
}
.homepage .ctas .caption p {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  line-height: 18px;
  color: #fff;
}
.homepage .ctas .caption p a {
  color: #fff;
  text-decoration: none;
}
.homepage .ctas .caption p a:hover {
  color: #E71F2C;
}
.homepage .ctas .container {
  position: relative;
  display: flex;
  max-width: 1150px;
  justify-content: space-between;
}
@media only screen and (max-width: 1249px) {
  .homepage .ctas .container {
    flex-direction: column;
  }
}
.homepage .ctas .container .cta {
  padding: 30px;
  background-color: #fff;
  display: flex;
  width: calc(50% - 20px);
  justify-content: space-between;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3137254902));
}
@media only screen and (max-width: 1249px) {
  .homepage .ctas .container .cta {
    width: 100%;
    margin-bottom: 30px;
  }
}
.homepage .ctas .container .cta .image {
  position: relative;
  overflow: hidden;
  width: 35.5%;
  aspect-ratio: 281/190;
}
.homepage .ctas .container .cta .image::after {
  content: "";
  display: block;
  position: absolute;
  left: -22px;
  top: -2px;
  background-image: url(../images/cta-image-track-overlay.png);
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  width: 55px;
  height: 243px;
}
.homepage .ctas .container .cta .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage .ctas .container .cta .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0 20px;
  width: 55%;
}
.homepage .ctas .container .cta .content h2 {
  margin-bottom: 20px;
  font-family: mrs-eaves-xl-serif-narrow, serif;
  font-size: clamp(26px, 2.38vw, 36px);
  line-height: 1.2em;
  color: #1C274F;
}
.homepage .ctas .container .cta .content p {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.homepage .ctas .container .cta .content a {
  display: inline-flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  text-underline-offset: 2px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  font-family: proxima-nova, sans-serif;
}
.homepage .ctas .container .cta .content a::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../svg/ArrowSquare.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
  vertical-align: middle;
}
.homepage .ctas .container .cta .content a:hover {
  color: #E71F2C;
}

#filters {
  position: relative;
  z-index: 2;
}
#filters .container {
  width: calc(100% - 300px);
  margin: 0;
  padding: 60px 0 30px 0;
  margin-left: 300px;
}
@media only screen and (max-width: 1200px) {
  #filters .container {
    margin-left: 250px;
  }
}
@media only screen and (max-width: 1024px) {
  #filters .container {
    width: 90%;
    margin: 0 auto;
  }
}
#filters .container .inner-container {
  width: 100%;
  max-width: 1040px;
  margin: 0;
}
#filters .row {
  display: grid;
  grid-template-columns: 1fr 1.25fr 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 3%;
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (max-width: 1150px) {
  #filters .row {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  #filters .row {
    grid-template-columns: 1fr;
  }
}
#filters .row .col label {
  font-family: proxima-nova, sans-serif;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 10px;
}
#filters .row .col .inputs {
  display: block;
  position: relative;
  border: none;
  padding: 0 0px 0 0;
  margin: 0;
  min-height: 48px;
}
#filters .row .col .inputs .select_container {
  position: relative;
  width: 100%;
}
#filters .row .col .inputs .select_container::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 8px;
  background-image: url(../svg/dropdown-arrow.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#filters .row .col .inputs input[type=text] {
  display: inline-block;
  border-bottom-left-radius: 15px;
  border: 1px solid #D9D9D9;
  padding: 10px 25px 10px 15px;
  height: 46px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
#filters .row .col .inputs input[type=text]::-moz-placeholder {
  color: rgba(30, 30, 30, 0.1882352941);
}
#filters .row .col .inputs input[type=text]:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.1882352941);
}
#filters .row .col .inputs input[type=text]::placeholder {
  color: rgba(30, 30, 30, 0.1882352941);
}
#filters .row .col .inputs select {
  display: inline-block;
  border: 1px solid #D9D9D9;
  height: 46px;
  width: 100%;
  padding: 10px 25px 10px 15px;
  box-sizing: border-box;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: rgba(30, 30, 30, 0.1882352941);
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}
#filters .row .col .inputs select.changed {
  color: #000;
}
#filters .row .col .inputs button {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 45px;
  height: 45px;
  background-color: #E71F2C;
  background-image: url(../images/right-arrow.png);
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  transform: translateY(calc(-50% - 1px));
  transition: 0.3s all ease;
}
#filters .row .col .inputs button:hover {
  background-color: #1C274F;
}
#filters .row .col .inputs fieldset {
  display: flex;
  border: none;
  padding: 0;
  margin: 0;
  height: 100%;
}
#filters .row .col .inputs fieldset .select_container:first-child {
  margin-right: 10px;
}
#filters .row .col .inputs fieldset .select_container:last-child {
  margin-left: 10px;
}

main.events {
  padding-bottom: 180px;
}
main.events hr {
  margin: 20px 0;
  opacity: 0.35;
}
main.events .container {
  padding: 0;
  max-width: 1040px;
}
main.events #loading {
  color: #E71F2C;
  text-align: center;
  padding: 60px 0;
}
main.events #loading .lds-ellipsis,
main.events #loading .lds-ellipsis div {
  box-sizing: border-box;
}
main.events #loading .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
main.events #loading .lds-ellipsis div {
  position: absolute;
  top: 33.33333px;
  width: 13.33333px;
  height: 13.33333px;
  border-radius: 50%;
  background: currentColor;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
main.events #loading .lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}
main.events #loading .lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
main.events #loading .lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
main.events #loading .lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
main.events #results article {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 40px 0;
  position: relative;
  top: 25px;
  opacity: 0;
  transition: opacity 0.3s ease, top 0.3s ease;
}
@media only screen and (max-width: 700px) {
  main.events #results article {
    flex-direction: column;
  }
}
main.events #results article + hr {
  opacity: 0;
  transition: all 0.3s ease;
}
main.events #results article.visible {
  opacity: 1;
  top: 0;
}
main.events #results article.visible + hr {
  opacity: 0.35;
}
main.events #results article .image {
  width: 216px;
  height: 141px;
  margin-right: 30px;
  flex-shrink: 0;
}
@media only screen and (max-width: 700px) {
  main.events #results article .image {
    width: 100%;
    aspect-ratio: 35/16;
    height: unset;
    margin-bottom: 30px;
  }
}
main.events #results article .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.events #results article .content .outlet {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #00AEEF;
  text-transform: uppercase;
}
main.events #results article .content h2 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  margin-bottom: 15px;
}
main.events #results article .content a {
  color: #1C274F;
  text-decoration: none;
}
main.events #results article .content a:hover {
  color: #E71F2C;
  text-decoration: underline;
}
main.events #results article .content p {
  margin: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
main.events #results article .content p.date {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 8px;
}
main.events #results article .content p.location {
  font-family: mrs-eaves-xl-serif-narrow, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 22.48px;
  line-height: 21.6px;
  margin-bottom: 20px;
}
main.events #results article .content p.location span {
  font-style: normal;
  margin-left: 20px;
}
main.events #results article .content ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
main.events #results article .content ul li {
  list-style: none;
  padding: 0;
  margin-right: 10px;
}
main.events #results article .content ul li a {
  color: #1C274F;
  text-decoration: underline;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
main.events #results article .content ul li a:hover {
  color: #E71F2C;
}
main.events #load-more {
  position: relative;
  padding-top: 120px;
}
main.events #load-more .container {
  height: 100%;
  padding: 0;
  display: block;
  margin-right: 0;
  max-width: unset;
  flex-direction: column;
  justify-content: flex-end;
  background-image: repeating-linear-gradient(90deg, rgba(231, 31, 44, 0.3137254902) 0 12px, transparent 12px 20px);
  background-size: 20px 39px;
  background-position: center right;
  background-repeat: repeat-x;
}
main.events #load-more a {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  flex-grow: 0;
  overflow: visible;
}
main.events #load-more a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 35px;
  background-color: #fff;
}

#maps {
  background-image: url(../images/maps-block-bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #maps {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
#maps .slider {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media only screen and (max-width: 1024px) {
  #maps .slider {
    display: none;
  }
}
#maps .slider::-webkit-scrollbar {
  display: none;
}
#maps .slider.snap {
  scroll-behavior: smooth;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
#maps .slider.active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  scroll-behavior: auto;
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
#maps .slider .slider-container {
  display: flex;
}
#maps .slider .slider-container .slide {
  display: block;
  width: 741px;
  height: 396px;
  border-top-left-radius: 55px;
  border-top-right-radius: 55px;
  margin-right: 10px;
  margin-left: 10px;
  flex-shrink: 0;
  pointer-events: none;
  overflow: hidden;
}
#maps .slider .slider-container .slide:first-child {
  margin-left: 0;
}
#maps .slider .slider-container .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
}
#maps .tracks {
  position: relative;
  height: 44px;
  background-image: repeating-linear-gradient(90deg, transparent 0 10px, #00AEEF 10px 30px);
  background-position: center right;
  background-repeat: repeat-x;
}
@media only screen and (max-width: 1024px) {
  #maps .tracks {
    position: unset;
    padding-bottom: 44px;
    width: 100%;
    height: unset;
    background-position: bottom right;
    background-size: auto 44px;
  }
  #maps .tracks .container {
    width: 90%;
    margin: 0 auto;
  }
}
#maps .tracks .content {
  position: absolute;
  background-color: #1C274F;
  color: #fff;
  padding: 30px;
  bottom: 0;
  right: 10%;
  width: 372px;
}
@media only screen and (max-width: 1024px) {
  #maps .tracks .content {
    position: unset;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    right: auto;
    left: auto;
    bottom: auto;
  }
}
#maps .tracks .content h2 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
}
#maps .tracks .content p {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  font-size: 14px;
}
#maps .tracks .content a.btn:hover {
  background-color: #00AEEF;
}

main.interior {
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  main.interior.news {
    padding-top: 0;
  }
  main.interior.news .container {
    padding: 30px 0;
  }
}
main.interior.news #article-header {
  padding-bottom: 60px;
}
main.interior.news #article-header .outlet {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #00AEEF;
  text-transform: uppercase;
  padding-bottom: 10px;
}
main.interior.news #article-header h2 {
  color: #1E1E1E;
  padding-bottom: 25px;
  text-transform: none;
}
main.interior.news #article-header .date {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  padding-bottom: 10px;
}
main.interior.news #article-header .author {
  font-family: mrs-eaves-xl-serif, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
}

.three-column-content-block {
  margin-bottom: 80px;
}
.three-column-content-block .container {
  width: 100%;
  max-width: unset;
  padding: 0;
  margin-left: 0;
}
.three-column-content-block .container .grid {
  display: grid;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
.three-column-content-block .container .grid .column .image {
  margin-bottom: 20px;
  aspect-ratio: 101/57;
}
.three-column-content-block .container .grid .column .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.three-column-content-block .container .grid .column .content p {
  margin-bottom: 5px;
  line-height: 24px;
}

.four-column-content-block {
  margin-bottom: 80px;
}
.four-column-content-block .container {
  width: 100%;
  max-width: unset;
  padding: 0;
  margin-left: 0;
}
.four-column-content-block .container .grid {
  display: grid;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 850px) {
  .four-column-content-block .container .grid {
    grid-template-columns: 1fr 1fr;
  }
}
.four-column-content-block .container .grid .column .image {
  padding: 17%;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  text-align: center;
  aspect-ratio: 1/1;
  display: flex;
}
.four-column-content-block .container .grid .column .image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.four-column-content-block .container .grid .column .content h4 {
  font-size: 16px;
  font-weight: 700;
  font-family: proxima-nova, sans-serif;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 20px;
}
.four-column-content-block .container .grid .column .content h4:hover {
  color: #E71F2C;
}
.four-column-content-block .container .grid .column .content p {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
  font-family: proxima-nova, sans-serif;
  color: #000;
}
.four-column-content-block .container .grid .column .content a {
  font-family: proxima-nova, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}
.four-column-content-block .container .grid .column .content a:hover {
  color: #E71F2C;
}

.general-cta-block {
  margin-top: 120px;
  margin-bottom: 60px;
}
.general-cta-block .container {
  width: 100%;
  position: relative;
  max-width: unset;
  padding-bottom: 115px;
  padding-top: 68px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 0;
  border-top: 6px solid #E71F2C;
  color: #fff;
  text-align: center;
  background-color: #1C274F;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.general-cta-block .container::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  width: 100%;
  height: 67.01px;
  background-image: url(../images/cta-bg.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  opacity: 0.15;
}
.general-cta-block .container h2 {
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 20px;
}
.general-cta-block .container p {
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  max-width: 628px;
  margin-left: auto;
  margin-right: auto;
}
.general-cta-block .container a.btn:hover {
  background-color: #00AEEF;
}

.gallery-block {
  margin-bottom: 60px;
  margin-top: 60px;
}
.gallery-block .container {
  position: relative;
  margin-left: 0;
  padding: 0;
  width: 100%;
  max-width: unset;
}
.gallery-block .container .controls {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
}
.gallery-block .container .controls button {
  width: 33px;
  height: 33px;
  background-color: #E71F2C;
  border: 0;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease;
}
.gallery-block .container .controls button span {
  background-image: url(../svg/arrow.svg);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 14px;
  height: 20px;
}
.gallery-block .container .controls button.next {
  transform: rotate(180deg);
}
.gallery-block .container .controls button:hover {
  background-color: #1C274F;
}
.gallery-block .container .slider {
  position: relative;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.gallery-block .container .slider::-webkit-scrollbar {
  display: none;
}
.gallery-block .container .slider-container {
  display: flex;
  position: relative;
  z-index: 1;
}
.gallery-block .container .slider-container .slide {
  width: 100%;
  flex-shrink: 0;
  pointer-events: none;
}
.gallery-block .container .slider-container .slide .image {
  width: 100%;
  position: relative;
  aspect-ratio: 1.7/1;
  z-index: 1;
}
.gallery-block .container .slider-container .slide .image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25px;
  top: 0;
  left: 0;
  right: 0;
  background-image: repeating-linear-gradient(90deg, #fff 0 28px, transparent 28px 43px);
  background-position: center right;
  background-repeat: repeat-x;
  z-index: 2;
}
.gallery-block .container .slider-container .slide .image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: repeating-linear-gradient(90deg, #fff 0 28px, transparent 28px 43px);
  background-position: center right;
  background-repeat: repeat-x;
  z-index: 2;
}
.gallery-block .container .slider-container .slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.gallery-block .container .slider-container .slide .caption {
  padding: 20px 0;
}
.gallery-block .container .slider-container .slide .caption p {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}

.accordion-block .container {
  margin-left: 0;
  padding: 0;
  width: 100%;
  max-width: unset;
}
.accordion-block .container .accordion .item {
  border: 1px solid #00AEEF;
  padding: 28px 32px;
  margin-bottom: 25px;
}
.accordion-block .container .accordion .item .trigger {
  display: block;
  position: relative;
  background: none;
  border: none;
  padding-right: 36px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  transition: 0.3s all ease;
}
.accordion-block .container .accordion .item .trigger::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  background-color: #E71F2C;
  background-image: url(../svg/plus.svg);
  background-position: center center;
  background-size: 10px 10px;
  background-repeat: no-repeat;
}
.accordion-block .container .accordion .item .trigger.open::after {
  background-image: url(../svg/minus.svg);
}
.accordion-block .container .accordion .item .trigger:hover {
  color: #E71F2C;
}
.accordion-block .container .accordion .item .content {
  max-height: 0;
  overflow: hidden;
  will-change: height;
  transition: all 0.3s ease;
  opacity: 0;
}
.accordion-block .container .accordion .item .content.open {
  padding-top: 28px;
  opacity: 1;
}

.milestone-block {
  background-color: #D9D9D9;
  padding: 40px 0;
}
.milestone-block .container {
  max-width: unset;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .milestone-block .container {
    margin-left: 300px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .milestone-block .container {
    margin-left: auto !important;
  }
}
.milestone-block .container .slider-controls {
  position: absolute;
  top: 272px;
  left: -60px;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .milestone-block .container .slider-controls {
    position: relative;
    top: auto;
    left: auto;
    padding: 30px 0 0 0;
  }
}
.milestone-block .container .slider-controls button {
  display: block;
  margin: 0 0 0 auto;
  background-color: #E71F2C;
  padding: 10px;
  border: none;
  line-height: unset;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .milestone-block .container .slider-controls button {
    display: inline-block;
    margin-right: 10px;
  }
}
.milestone-block .container .slider-controls button .arrow-left {
  display: block;
  width: 17px;
  height: 17px;
  background-image: url(../svg/arrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.milestone-block .container .slider-controls button .arrow-right {
  display: block;
  width: 17px;
  height: 17px;
  background-image: url(../svg/arrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(180deg);
}
.milestone-block .container .slider-controls button:hover {
  background-color: #1C274F;
}
.milestone-block .container .slider-controls button:hover .reload {
  transform: rotate(360deg);
}
.milestone-block .container .slider-controls span.mobile {
  margin-left: 15px;
}
@media only screen and (max-width: 1024px) {
  .milestone-block .container .slider-controls span.mobile {
    display: inline-block;
  }
}
.milestone-block .container .milestone-container {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.milestone-block .container .milestone-container.snap {
  scroll-behavior: smooth;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.milestone-block .container .milestone-container.active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  scroll-behavior: auto;
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.milestone-block .container .milestone-container::-webkit-scrollbar {
  display: none;
}
.milestone-block .container .milestone-container .slider-container {
  display: flex;
}
.milestone-block .container .milestone-container .slider-container .year {
  padding: 25px 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
}
.milestone-block .container .milestone-container .slider-container .slide {
  width: 333px;
  flex-shrink: 0;
  scroll-snap-align: center;
  margin-right: 20px;
  /*
                      &:nth-child(even) .image {
                          aspect-ratio: 1.1/1;
                      }
  */
}
.milestone-block .container .milestone-container .slider-container .slide .image {
  position: relative;
  max-height: 315px;
  overflow: hidden;
}
.milestone-block .container .milestone-container .slider-container .slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.milestone-block .container .milestone-container .slider-container .slide .content {
  padding: 20px 20px 20px 0;
}
.milestone-block .container .milestone-container .slider-container .slide .content h3 {
  margin-bottom: 18px;
}
.milestone-block .container .milestone-container .slider-container .slide .content p {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 18px;
}
.milestone-block .container .milestone-container .slider-container .slide .content p a {
  text-decoration: underline;
}
.milestone-block .container .milestone-container .slider-container .slide .content a.btn-alt {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  font-family: proxima-nova, sans-serif;
}
.milestone-block .container .milestone-container .slider-container .slide .content a.btn-alt::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  background-color: #E71F2C;
  background-image: url(../svg/chevron.svg);
  background-size: 6px 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.milestone-block .container .milestone-container .slider-container .slide .content a.btn-alt:hover {
  color: #E71F2C;
}

.milestone-block + .container {
  padding-top: 0;
}

.downloads-block {
  margin-bottom: 120px;
  margin-top: 60px;
}
.downloads-block .container {
  margin-left: 0;
  padding: 0;
  width: 100%;
  max-width: unset;
}
.downloads-block .container .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
  padding-top: 30px;
}
@media only screen and (max-width: 600px) {
  .downloads-block .container .row {
    flex-direction: column;
  }
}
.downloads-block .container .row .col:first-child {
  width: 70%;
}
@media only screen and (max-width: 600px) {
  .downloads-block .container .row .col:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
.downloads-block .container .row .col:last-child {
  width: 25%;
  padding-right: 15px;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .downloads-block .container .row .col:last-child {
    width: 100%;
    padding-right: 0;
    text-align: left;
    margin-bottom: 30px;
  }
}
.downloads-block .container .row p {
  font-family: mrs-eaves-xl-serif-narrow, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
}
.downloads-block .container .row h3 {
  margin-bottom: 30px;
  text-transform: capitalize;
}
.downloads-block .container .row a.btn {
  white-space: nowrap;
}

/* =WordPress Core
-------------------------------------------------------------- */
#wpadminbar {
  position: fixed !important;
}

.alignnone {
  margin: 0 0 40px 0;
}

.aligncenter {
  display: block;
  margin: 0 auto 40px auto;
}

.alignright {
  float: right;
  margin: 0 0 40px 40px;
}

.alignleft {
  float: left;
  margin: 0 40px 40px 0;
}

@media (max-width: 782px) {
  .alignright,
.alignleft {
    display: block;
    float: none;
    margin: 0 auto 40px auto;
  }
}
.aligncenter,
.wp-block-spacer {
  clear: both;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

.items-justified-left {
  justify-content: flex-start;
}

.items-justified-center {
  text-align: center;
  justify-content: center;
}

.items-justified-right {
  justify-content: flex-end;
}

.items-justified-space-between {
  justify-content: space-between;
}

.wp-block-embed {
  overflow-wrap: break-word;
}
.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-embed iframe {
  max-width: 100%;
}
.wp-block-embed__wrapper {
  position: relative;
}
.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-block-embed.wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}
.wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}
.wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%;
}
.wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left] > [data-type="core/embed"],
.wp-block[data-align=right] > [data-type="core/embed"] {
  max-width: 360px;
  width: 100%;
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 280px;
}

.wpforms-container {
  padding: 80px !important;
  border: 2px solid #00AEEF !important;
  margin-bottom: 120px !important;
  position: relative !important;
  border-radius: 0 !important;
  margin-top: 0px !important;
}
@media only screen and (max-width: 758px) {
  .wpforms-container {
    padding: 40px !important;
  }
}
.wpforms-container::after {
  content: "";
  display: block;
  width: 84px;
  height: 84px;
  background-color: #fff;
  background-image: url(../svg/form-icon.svg);
  background-size: 58px 58px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -42px;
  left: 68px;
  z-index: 1;
}
.wpforms-container .wpforms-field-label {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.wpforms-container input {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  border-radius: 0 !important;
}
.wpforms-container .wpforms-uploader,
.wpforms-container textarea {
  border-radius: 0 !important;
}
.wpforms-container select {
  border-radius: 0 !important;
}
.wpforms-container h2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 36px !important;
}
.wpforms-container button[type=submit] {
  display: inline-block !important;
  background-color: #E71F2C !important;
  font-family: proxima-nova, sans-serif !important;
  font-weight: 700 !important;
  color: #fff !important;
  padding: 15px 20px 15px 15px !important;
  text-decoration: none !important;
  transition: 0.3s all ease !important;
  cursor: pointer !important;
  border-radius: 0 !important;
  height: unset !important;
}
.wpforms-container button[type=submit]::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  left: 3px;
  top: 3px;
  position: relative;
  background-image: url(../svg/star.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 15px;
}
.wpforms-container button[type=submit]:hover, .wpforms-container button[type=submit]:focus {
  background-color: #1C274F !important;
}

p + .wpforms-container {
  margin-top: 60px !important;
}

div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #00AEEF;
  border: 1px solid #00AEEF;
}

div.wpforms-container-full .wpforms-confirmation-container-full p,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
  color: #1C274F;
}

footer {
  position: relative;
  color: #1C274F;
}
footer .cta {
  position: absolute;
  top: -20px;
  left: 0;
  width: calc(100% - 80px);
  background-color: #00AEEF;
}
@media only screen and (max-width: 1024px) {
  footer .cta {
    width: 100%;
    max-width: unset;
    border-bottom: 4px solid #00AEEF;
    left: 0;
    position: relative;
    top: 0;
  }
}
footer .cta .container {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  max-width: unset;
}
@media only screen and (max-width: 1024px) {
  footer .cta .container {
    margin: 0 0 0 0;
    width: 100%;
    max-width: unset;
  }
}
footer .cta .container .inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px 20px 5vw;
  max-width: unset;
  grid-gap: 20px;
}
@media only screen and (max-width: 1024px) {
  footer .cta .container .inner-container {
    flex-direction: column;
    max-width: unset;
    padding: 0px;
    grid-gap: 0;
  }
}
footer .cta .container .left {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  /*
  @media only screen and (max-width: 1390px) {
      flex-direction: column;
      align-items: flex-start;
  }
  */
}
@media only screen and (max-width: 1024px) {
  footer .cta .container .left {
    flex-direction: row;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5vw;
    padding-right: 5vw;
    align-items: center;
    justify-content: center;
  }
}
footer .cta .container .left .label {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1390px) {
  footer .cta .container .left .label {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .cta .container .left .label {
    margin-bottom: 0px;
  }
}
footer .cta .container .left .social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin: 5px 0 0 30px;
  padding: 0;
  list-style: none;
  /*
  @media only screen and (max-width: 1390px) {
     margin: 0;
     align-items: center;
  }
  */
}
footer .cta .container .left .social ul li {
  padding: 8px 3px 3px 3px;
  margin: 0;
  list-style: none;
}
footer .cta .container .left .social ul li a {
  display: block;
  transition: opacity 0.3s ease;
}
footer .cta .container .left .social ul li a svg {
  width: 20px;
  height: auto;
}
footer .cta .container .left .social ul li a.x-twitter svg path, footer .cta .container .left .social ul li a.facebook svg path {
  fill: #fff !important;
  transition: 0.3s fill ease;
}
footer .cta .container .left .social ul li a.x-twitter:hover svg path, footer .cta .container .left .social ul li a.facebook:hover svg path {
  fill: #1C274F !important;
}
footer .cta .container .left .social ul li a.tiktok svg path:first-child {
  fill: #fff !important;
  transition: 0.3s fill ease;
}
footer .cta .container .left .social ul li a.tiktok svg path:nth-child(2) {
  fill: #00AEEF !important;
}
footer .cta .container .left .social ul li a.tiktok:hover svg path:first-child {
  fill: #1C274F !important;
}
footer .cta .container .left .social ul li a.instagram svg path {
  transition: 0.3s stroke ease;
}
footer .cta .container .left .social ul li a.instagram svg path:nth-child(1) {
  fill: #fff;
}
footer .cta .container .left .social ul li a.instagram svg path:nth-child(2) {
  fill: #00AEEF;
}
footer .cta .container .left .social ul li a.instagram:hover svg path:nth-child(1) {
  fill: #1C274F !important;
}
footer .cta .container .right {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
@media only screen and (max-width: 1024px) {
  footer .cta .container .right {
    flex-direction: column;
    width: 100%;
    background-color: #1C274F;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5vw;
    padding-right: 5vw;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
}
footer .cta .container .right .label {
  font-family: mrs-eaves-xl-serif, serif;
  font-weight: 700;
  font-style: italic;
  text-transform: capitalize;
}
footer .cta .container .right .label br {
  display: none;
}
@media only screen and (max-width: 1024px) {
  footer .cta .container .right .label br {
    display: inline;
  }
}
@media only screen and (max-width: 1024px) {
  footer .cta .container .right .label {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}
footer .cta .container .right .button {
  flex-shrink: none;
  white-space: nowrap;
}
footer .main {
  background-color: #1C274F;
  background-image: url(../svg/footer-tracks.svg);
  background-position: calc(100% - 10px) 10px;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  footer .main {
    background-image: repeating-linear-gradient(90deg, rgba(231, 31, 44, 0.3137254902) 0 7px, transparent 7px 11px);
    background-size: 11px 22.52px;
    background-repeat: repeat-x;
    background-position: 0px 0px;
  }
}
footer .main .container {
  /*
  margin: 0 0 0 300px;
  max-width: unset;
  */
  margin: 0 auto;
  width: 100%;
  padding: 0 5vw;
  max-width: unset;
  /*
  @media only screen and (max-width: 1200px) {
      margin: 0 0 0 250px;
  }
  */
  /*
  @media only screen and (max-width: 1024px) {
      margin: 0 0 0 5%;
  }
  */
}
footer .main .container .inner-container {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 120px 0 60px 0;
  max-width: unset;
}
@media only screen and (max-width: 1024px) {
  footer .main .container .inner-container {
    max-width: unset;
    width: 100%;
    padding: 60px 5vw;
    flex-direction: column;
  }
}
footer .main .container .branding {
  width: 25%;
  max-width: 356px;
}
@media only screen and (max-width: 1024px) {
  footer .main .container .branding {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer .main .container .branding a img {
  width: 100%;
  display: inline-block;
}
footer .main .container .footer-nav {
  width: 30%;
  padding-left: 60px;
}
@media only screen and (max-width: 1024px) {
  footer .main .container .footer-nav {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
footer .main .container .footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .main .container .footer-nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .main .container .footer-nav ul li a {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  text-decoration: none;
  text-underline-offset: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  footer .main .container .footer-nav ul li a {
    font-size: 16px;
  }
}
footer .main .container .footer-nav ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
footer .main .container .content {
  width: 45%;
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
  footer .main .container .content {
    width: 100%;
    padding-right: 0;
  }
}
footer .main .container .content .row {
  display: flex;
  padding-bottom: 20px;
}
footer .main .container .content .row .col:first-child {
  width: 60%;
}
footer .main .container .content .row .col:last-child {
  width: 40%;
}
footer .main .container .content p {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}
footer .main .container .content p a {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}
footer .main .container .content p a:hover {
  color: #E71F2C;
}
footer .main .container .content .logos {
  padding-left: 20px;
  height: 100%;
  vertical-align: middle;
}
footer .main .container .content .copyright {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 10px;
  font-weight: 400;
  font-style: italic;
  text-align: right;
}
footer .main .container .content .copyright a {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 10px;
  font-weight: 400;
  font-style: italic;
}
footer .main .container .content .copyright a:hover {
  color: #E71F2C;
}

.page-id-107 main > .container:first-child {
  padding: 0;
  margin: 0;
}
.page-id-107 .milestone-block {
  background-color: unset;
}
.page-id-107 .milestone-block .container {
  padding-bottom: 60px;
  padding-top: 40px;
}
