/**
 * @project           soi
 * @author            
 * @version           0.0.1
 * @build             Fri, Dec 13, 2024 9:57 AM ET
 * @release           164ad896f137fb38152488c03702d350af9226e2 [phase2]
 * @copyright         Copyright (c) 2024 
**/
@charset "UTF-8";
.main-container {
  max-width: var(--wp--style--global--wide-size);
  margin: 0px auto;
  width: calc(100vw - 6%);
}
@media screen and (max-width: 768px) {
  .main-container {
    max-width: 100%;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .content {
    padding-left: var(--wp--style--root--padding-left);
    padding-right: var(--wp--style--root--padding-right);
  }
}
section,
.section {
  margin: 0px;
}

@media screen and (max-width: 767px) {
  .section-mobile-padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .section-padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section-mobile-padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .section-padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-mobile-padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .section-padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-mobile-padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .section-padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-mobile-padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .section-padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .section-mobile-padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .section-padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section-mobile-padding-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 768px) {
  .section-padding-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section-mobile-padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .section-padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .section-mobile-padding-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 768px) {
  .section-padding-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .section-mobile-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section-mobile-padding-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 768px) {
  .section-padding-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top--outer {
  background-color: #f5f5f5;
}

.menu-topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  margin: 0px auto;
  padding: 7px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-topbar svg {
  margin: 0px 7px -5px 0px;
}
@media screen and (max-width: 1185px) {
  .menu-topbar {
    display: none;
  }
  .menu-topbar.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  .menu-topbar.mobile .menu-topbar__program-link {
    padding-bottom: 20px;
    border-bottom: solid 1px #636359;
    width: 100%;
  }
  .menu-topbar.mobile .menu-topbar__links {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu-topbar.mobile .menu-topbar__search {
    width: 100%;
  }
  .menu-topbar.mobile .menu-topbar__search #searchsubmit, .menu-topbar.mobile .menu-topbar__search #searchsubmit-mob {
    left: 9px !important;
  }
  .menu-topbar.mobile .menu-topbar__search #search-input, .menu-topbar.mobile .menu-topbar__search #search-input-mob {
    width: 100%;
    text-align: left;
    padding-left: 43px;
    border: 0.5px solid #636359;
    background-color: #fff;
  }
}
.menu-topbar .topbar_find {
  color: #636359;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}
.menu-topbar .topbar_find:hover {
  color: rgba(99, 99, 89, 0.5450980392);
}
.menu-topbar__program-link {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
.menu-topbar__program-link:hover {
  color: #c4161c;
}
.menu-topbar__program-link span {
  color: #000;
}
.menu-topbar__program-link span:hover {
  color: #c4161c;
}
.menu-topbar__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-topbar__links #searchform, .menu-topbar__links #searchformmob {
  position: relative;
}
.menu-topbar__links #searchform button#searchsubmit, .menu-topbar__links #searchform button#searchsubmit-mob, .menu-topbar__links #searchformmob button#searchsubmit, .menu-topbar__links #searchformmob button#searchsubmit-mob {
  position: absolute;
  left: 42%;
  top: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.menu-topbar__links #searchform input, .menu-topbar__links #searchformmob input {
  padding: 10px 0px 10px 10px;
  text-align: right;
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.menu-topbar__links #searchform input::-webkit-input-placeholder, .menu-topbar__links #searchformmob input::-webkit-input-placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
.menu-topbar__links #searchform input::-moz-placeholder, .menu-topbar__links #searchformmob input::-moz-placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
.menu-topbar__links #searchform input:-ms-input-placeholder, .menu-topbar__links #searchformmob input:-ms-input-placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
.menu-topbar__links #searchform input::-ms-input-placeholder, .menu-topbar__links #searchformmob input::-ms-input-placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
.menu-topbar__links #searchform input::placeholder, .menu-topbar__links #searchformmob input::placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
.menu-topbar__links #searchform input:focus, .menu-topbar__links #searchformmob input:focus {
  outline: none;
  border: 0.5px solid #636359;
  text-align: left;
  padding: 10px 30px;
}
.menu-topbar__links #searchform input:focus + button#searchsubmit, .menu-topbar__links #searchformmob input:focus + button#searchsubmit {
  left: 4px;
}
.menu-topbar__links #searchform input:focus + button#searchsubmit-mob, .menu-topbar__links #searchformmob input:focus + button#searchsubmit-mob {
  left: 4px;
}
.menu-topbar__links a:not(.cta) {
  font-size: 14px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
.menu-topbar__links a:not(.cta):hover {
  color: #c4161c;
}
.menu-topbar__links .donation-cta {
  font-size: 16px;
  line-height: 1;
  margin-top: 0;
  padding: 12px 20px;
}
@media screen and (max-width: 1185px) {
  .menu-topbar__links .donation-cta {
    display: none;
  }
}

.site-hdr {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 9999;
}

.has-fixed-header section {
  scroll-margin-top: 151px;
}
@media (max-width: 1185px) {
  .has-fixed-header section {
    scroll-margin-top: 99px;
  }
}
.has-fixed-header .wp-site-blocks,
.has-fixed-header .site-container {
  padding-top: 151px;
}
@media (max-width: 1185px) {
  .has-fixed-header .wp-site-blocks,
  .has-fixed-header .site-container {
    padding-top: 99px;
  }
}
.has-fixed-header.page-template-campaign-page section {
  scroll-margin-top: 93px;
}
.has-fixed-header.page-template-campaign-page .wp-site-blocks,
.has-fixed-header.page-template-campaign-page .site-container {
  padding-top: 93px;
}

.logged-in .site-hdr {
  top: 32px;
}
@media (max-width: 1185px) {
  .logged-in .site-hdr {
    top: 46px;
  }
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.midred {
  color: #C4161C;
}

.cream {
  color: #F6F5ED;
}

.tan {
  color: #F6F5ED;
}

.darkgrey {
  color: #636359;
}

.tan-bg,
.bg-tan {
  background-color: #F6F5ED;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.bg-red {
  background-color: #C4161C;
}

.bg-cream {
  background-color: #F6F5ED;
}

.bg-grey {
  background-color: #636359;
}

.mega-nav {
  background-color: #fff;
  padding: 12px 0px;
  position: relative;
}
@media screen and (max-width: 1185px) {
  .mega-nav {
    padding: 0px;
  }
}
.mega-nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: unset;
  padding: 0px 20px;
  max-width: 1440px;
  margin: 0px auto;
}
@media screen and (max-width: 1185px) {
  .mega-nav__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 20px 0px 10px;
  }
}
.mega-nav__container .cta--button {
  padding: 10px 24px;
  font-size: 13px;
}
@media screen and (max-width: 1185px) {
  .mega-nav__container .cta--button {
    display: block;
    width: 90%;
    margin: 20px auto;
    text-align: center;
  }
}
.mega-nav__container .cta--button.donation-cta {
  font-size: 16px;
}
@media screen and (max-width: 1185px) {
  .mega-nav__logo {
    margin-left: 20px;
  }
}
.mega-nav__logo img {
  max-height: 62px;
}
.mega-nav__hamburger {
  display: none;
  cursor: pointer;
  border: none;
  background: none;
  color: #000;
}
@media screen and (max-width: 1185px) {
  .mega-nav__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 30px;
    right: 20px;
  }
  .mega-nav__hamburger .hamburger-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 24px;
    height: 18px;
  }
  .mega-nav__hamburger .hamburger-icon span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #c4161c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .mega-nav__hamburger .hamburger-text {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 4px;
  }
  .mega-nav__hamburger.active .hamburger-icon span:nth-child(1) {
    -webkit-transform: translateY(6.5px) rotate(45deg);
            transform: translateY(6.5px) rotate(45deg);
  }
  .mega-nav__hamburger.active .hamburger-icon span:nth-child(2) {
    opacity: 0;
  }
  .mega-nav__hamburger.active .hamburger-icon span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}
.mega-nav__menu {
  position: unset;
}
@media screen and (max-width: 1185px) {
  .mega-nav__menu.desktop {
    display: none;
  }
}
.mega-nav__menu.mobile {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1185px) {
  .mega-nav__menu.mobile {
    display: none;
    position: fixed;
    top: 98px;
    bottom: 0;
    overflow: scroll;
  }
  .logged-in .mega-nav__menu.mobile {
    top: 144px;
  }
  .mega-nav__menu.mobile.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mega-nav__menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: unset;
}
.mega-nav__menu-item {
  position: static;
  margin-left: 20px;
}
.mega-nav__menu-item:hover .mega-nav__dropdown, .mega-nav__menu-item:focus-within .mega-nav__dropdown {
  opacity: 1;
  visibility: visible;
}
.mega-nav__menu-link {
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #000;
  padding: 20px 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.mega-nav__menu-link svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mega-nav__menu-link:hover, .mega-nav__menu-link:focus, .mega-nav__menu-link:active {
  color: #c4161c;
}
.mega-nav__menu-link.active {
  color: #c4161c;
}
.mega-nav__menu-link.active > .mega-nav__menu-link {
  color: #fff;
}
.mega-nav__menu-link.active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mega-nav__menu-link.active svg path {
  fill: #c4161c;
}
.mega-nav__menu-link.active .mega-nav__dropdown {
  opacity: 1;
  visibility: visible;
}
.mega-nav__menu-link-header {
  font-size: 30px;
  margin-bottom: 10px;
}
.mega-nav__menu-link .font--body {
  margin-bottom: 8px;
}
.mega-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #f8f9fa;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 1185px) {
  .mega-nav__dropdown {
    position: relative;
    opacity: 1;
    visibility: visible;
  }
}
.mega-nav__dropdown-inner {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
}
@media screen and (max-width: 1185px) {
  .mega-nav__dropdown-inner {
    padding-top: 0;
  }
}
.mega-nav__card {
  width: 33.33%;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 1185px) {
  .mega-nav__card {
    display: none;
  }
}
.mega-nav__card-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-bottom: 15px;
}
.mega-nav__card-header {
  font-size: 30px;
  margin-bottom: 10px;
}
.mega-nav__card-copy {
  margin-bottom: 8px;
  font-size: 15px;
}
.mega-nav__card-cta {
  display: inline-block;
  padding: 10px 15px;
  background-color: #c4161c;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.mega-nav__card-cta:hover {
  background-color: #0056b3;
}
.mega-nav__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 66.66%;
}
@media screen and (max-width: 1185px) {
  .mega-nav__columns {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mega-nav__columns.fullwidth {
  width: 100%;
  padding: 0;
}
.mega-nav__column {
  padding: 0 20px;
}
@media screen and (max-width: 1185px) {
  .mega-nav__column {
    padding: 0;
  }
}
.mega-nav__column h4 {
  margin-bottom: 10px;
}
.mega-nav__column-header {
  line-height: 1 !important;
}
.mega-nav__column .mega-nav__column-header {
  padding: 0px;
  margin: 0px;
  font-size: 18px;
}
.mega-nav__column-link-header {
  font-size: 18px !important;
  line-height: 1 !important;
  margin-bottom: 0 !important;
}
.mega-nav__column-links {
  list-style: none;
  padding: 0;
}
.mega-nav__column-links-header {
  font-size: 30px;
  margin-bottom: 10px;
}
.mega-nav__column-links-copy {
  margin-bottom: 9px;
  font-size: 15px;
}
.mega-nav__column-links li {
  margin-bottom: 30px;
}
@media screen and (max-width: 1185px) {
  .mega-nav__column-links li {
    margin-bottom: 0;
  }
}
.mega-nav__column-links li:last-child {
  margin-bottom: 0;
}
.mega-nav__column-links li .mega-nav__column-link-header {
  margin-bottom: 0px;
  padding: 0px;
}
.mega-nav__column-links li.mega-nav__column-link-item--stacked {
  margin-bottom: 54px;
}
.mega-nav__column-links li.mega-nav__column-link-item--stacked:last-child {
  margin-bottom: 0;
}
.mega-nav__column-links a {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  text-decoration: none;
  letter-spacing: 1.68px;
  color: #000;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0;
}
@media screen and (max-width: 1185px) {
  .mega-nav__column-links a {
    padding: 20px;
  }
}
.mega-nav__column-links a:hover {
  color: #c4161c;
}
@media screen and (max-width: 1185px) {
  .mega-nav__column-links a {
    margin: 0px 0px;
  }
}
.mega-nav__column-copy {
  font-size: 15px;
}
.mega-nav__combined-columns .mega-nav__column-copy {
  max-width: 75%;
}
.mega-nav__combined-columns .mega-nav__column-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mega-nav__combined-columns .mega-nav__column-links li {
  width: 50%;
  margin-bottom: 36px;
}

@media (max-width: 1185px) {
  .mega-nav__menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
  }
  .mega-nav__menu-item {
    border-bottom: 1px solid #ccc;
    margin: 0px;
  }
  .mega-nav__menu-link {
    display: block;
    padding: 15px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
  }
  .mega-nav__menu-link:hover, .mega-nav__menu-link:focus, .mega-nav__menu-link:active {
    background-color: #e9ecef;
  }
  .mega-nav__dropdown {
    display: none;
    padding: 0 15px;
  }
  .mega-nav__dropdown-inner {
    display: block;
  }
  .mega-nav__card-cta,
  .mega-nav__column-link {
    display: block;
    padding: 10px 0;
  }
  .mega-nav__card-cta:hover, .mega-nav__card-cta:focus, .mega-nav__card-cta:active,
  .mega-nav__column-link:hover,
  .mega-nav__column-link:focus,
  .mega-nav__column-link:active {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1185px) and (max-width: 1185px) {
  .mega-nav__card-cta:hover, .mega-nav__card-cta:focus, .mega-nav__card-cta:active,
  .mega-nav__column-link:hover,
  .mega-nav__column-link:focus,
  .mega-nav__column-link:active {
    text-decoration: none;
  }
}
@media (max-width: 1185px) {
  .mega-nav__menu-item.active > .mega-nav__dropdown {
    display: block !important;
  }
  .mega-nav__dropdown.is-visible {
    display: block;
  }
}
.footer {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
.footer__logo {
  padding: 0px 60px 80px;
  max-width: 1440px;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .footer__logo {
    padding: 0 20px;
  }
}
.footer--campaign .footer__logo {
  padding-bottom: 0;
}
.footer__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 60px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1440px;
  margin: 0px auto;
}
.footer--campaign .footer__columns {
  padding-bottom: 0;
}
.footer__columns--flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__columns__column {
  width: 20%;
}
@media screen and (max-width: 1250px) {
  .footer__columns__column {
    width: 50%;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__columns__column {
    width: 100%;
    padding-top: 36px;
    text-align: center;
  }
}
.footer__columns__column:first-child {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .footer__columns__column:first-child {
    width: 100%;
  }
}
.footer__columns__column .column--header {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .footer__columns__column .footer__column-links--flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }
  .footer__columns__column .footer__column-links--flex-row .footer__link-item {
    padding: 0;
  }
}
.footer__columns__column .footer__link-item {
  margin: 0px;
  padding: 12px 0px 12px;
}
.footer__columns__column .footer__link-item:first-child {
  padding-top: 0;
}
.footer__columns__column .footer__link-item a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  display: block;
}
.footer__columns__column .footer__link-item a:hover {
  color: #c4161c;
}
.footer__columns__column .footer__link-item a img {
  height: 17px;
  width: 17px;
  margin: 0px 5px -3px 0px;
}
.footer__columns__column--full {
  width: auto;
}
.footer__columns__column--full:first-child {
  width: auto;
}
.footer__social {
  position: absolute;
  right: 31px;
  bottom: 68px;
  z-index: 999;
}
.footer--campaign .footer__social {
  left: auto;
  right: 31px;
  bottom: 10px;
  position: absolute;
  padding: 0;
}
@media screen and (max-width: 1050px) {
  .footer__social {
    position: relative;
    padding: 20px 60px 40px;
    bottom: 0px;
    left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .footer__social {
    padding-bottom: 0;
  }
}
.footer__social .footer__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1050px) {
  .footer__social .footer__social-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .footer__social .footer__social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__social .footer__social-links a {
    padding: 0 6px;
  }
  .footer__social .footer__social-links a:first-child {
    padding-left: 0;
  }
  .footer__social .footer__social-links a:last-child {
    padding-right: 0;
  }
}
.footer__social .footer__social-links img {
  width: 30px;
  height: auto;
}
.footer__bottom {
  text-align: center;
}
.footer__bottom .footer__bottom-copy {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 173%;
  margin: 0px;
  padding: 80px 60px 12px;
}
.footer--campaign .footer__bottom .footer__bottom-copy {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer__bottom .footer__bottom-copy {
    padding: 30px 20px 20px;
    font-size: 16px;
  }
}
.footer__bottom .footer__bottom-copy strong {
  font-weight: 500;
}
.footer__legal {
  background-color: #000;
  text-align: center;
  padding: 12px;
}
.footer__legal .footer__legal__copy p,
.footer__legal .footer__legal__copy a {
  margin: 0px;
  color: #fff;
  font-size: 15.5px;
  font-style: normal;
  font-weight: 300;
  line-height: 173%;
}
.footer__swoosh {
  position: relative;
  width: 100vw;
  height: 70px;
}
.footer__swoosh img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .footer__nl-container {
    -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
            order: 999;
  }
}
.footer__nl-form .gform_heading {
  display: none;
}
.footer__nl-form .gfield_label.gform-field-label {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 0 !important;
}
.footer__nl-form .gform-theme--foundation .gform_fields {
  row-gap: 16px;
}
.footer__nl-form input[type=text],
.footer__nl-form input[type=email] {
  border-color: transparent !important;
  border-radius: 0 !important;
  border-bottom: 1px solid black !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__nl-form input[type=text]:active, .footer__nl-form input[type=text]:focus,
.footer__nl-form input[type=email]:active,
.footer__nl-form input[type=email]:focus {
  border-color: rgb(196, 22, 28) !important;
  -webkit-box-shadow: 0 0 5px rgb(196, 22, 28) !important;
          box-shadow: 0 0 5px rgb(196, 22, 28) !important;
}
.footer__btt {
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .footer__btt {
    display: none;
  }
}
.footer__btt span {
  display: block;
}
.footer__btt-link {
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  color: #000;
}

main:has(section:last-child[style*="background-color: #f6f5ed"]) + .footer > .footer__swoosh svg .st0 {
  fill: #F6F5ED;
}

.page-template-wp-custom-template-polar-plunge .footer__swoosh {
  position: relative;
  padding-top: 200px;
  padding-bottom: 60px;
}
.page-template-wp-custom-template-polar-plunge .footer__swoosh::after {
  content: "";
  background-image: url(/wp-content/uploads/2024/10/polar_footer_bar.svg);
  width: 100%;
  position: absolute;
  top: -6px;
  left: 0;
  height: 207px;
  background-size: cover;
}
.page-template-wp-custom-template-polar-plunge .footer__swoosh svg .st0 {
  fill: #0099cf;
}

.wp-block-acf-all-fields {
  font-size: 16px;
}
@media (min-width: 46.25em) {
  .wp-block-acf-all-fields {
    color: red;
  }
}

h2 {
  margin: 0px 0px 12px;
}

h3 {
  margin: 0px 0px 12px;
}

p {
  margin: 0px 0px 24px;
}
p:last-child {
  margin-bottom: 0;
}

.font--h1 {
  font-size: 52px;
  text-transform: capitalize;
  margin: 0px 0px 15px;
  font-weight: 400;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 900px) {
  .font--h1 {
    font-size: 38px;
  }
}
.font--h1-large {
  font-size: 100px;
  margin: 12px 0px 22px;
}
@media screen and (max-width: 900px) {
  .font--h1-large {
    font-size: 60px;
  }
}
.font--h2, .block--levels .block--levels__columns .column .single--column h2 {
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0px 0px 10px;
  color: #c4161c !important;
}
@media screen and (max-width: 900px) {
  .font--h2, .block--levels .block--levels__columns .column .single--column h2 {
    font-size: 16px;
  }
}
.font--h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 101%;
}
@media screen and (max-width: 900px) {
  .font--h3 {
    font-size: 20px;
  }
}
.font--h4 {
  font-size: 43px;
  font-weight: 400;
  line-height: 120%;
  margin: 0px 0px 12px;
}
@media screen and (max-width: 900px) {
  .font--h4 {
    font-size: 25px;
  }
}
.font--h5 {
  font-size: 43px;
  font-weight: 400;
  line-height: 120%;
  margin: 0px 0px 12px;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media screen and (max-width: 900px) {
  .font--h5 {
    font-size: 35px;
  }
}
.font--body {
  font-size: 18px;
  font-weight: 300;
  line-height: 173%; /* 31.14px */
}

summary {
  padding-bottom: 1rem;
}

ol,
ul {
  padding-left: 2rem;
  padding-right: 2rem;
}

.hero {
  padding: 125px 0px;
  position: relative;
  width: auto;
  max-height: 800px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero--homeimage {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 435px;
}
.hero--inner {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 25%;
}
@media screen and (min-width: 1440px) {
  .hero--inner {
    height: 60vh;
    max-height: 100%;
  }
}
.hero--inner .polarwaves {
  display: none;
}
.hero.hero--homevideo.hero--fixed-height {
  max-height: 100%;
  min-height: 300px;
}
@media screen and (min-width: 768px) {
  .hero.hero--homevideo.hero--fixed-height {
    min-height: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .hero.hero--homevideo.hero--fixed-height {
    min-height: 650px;
  }
}
@media screen and (min-width: 1440px) {
  .hero.hero--homevideo.hero--fixed-height {
    min-height: 70vh;
  }
}
.hero.hero--homevideo.hero--fixed-height {
  max-height: 100%;
  min-height: 300px;
}
@media screen and (min-width: 768px) {
  .hero.hero--homevideo.hero--fixed-height {
    min-height: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .hero.hero--homevideo.hero--fixed-height {
    min-height: 650px;
  }
}
@media screen and (min-width: 1440px) {
  .hero.hero--homevideo.hero--fixed-height {
    min-height: 70vh;
    height: 70vh;
    max-height: 100%;
  }
}
.hero.hero--homevideo.hero--25-1 {
  padding: 0;
  padding-bottom: 39%;
  height: 0;
}
.hero.hero--homevideo.hero--16-9 {
  padding: 0;
  padding-bottom: 56.25%;
  height: 0;
}
.hero--blur {
  width: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1440px) {
  .hero--blur {
    height: 75vh;
    max-height: 100%;
  }
}
.hero--blur .boxed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}
.hero--blur .boxed--inner {
  width: 75%;
  background: rgba(0, 0, 0, 0.3);
  padding: 80px 40px;
  border-radius: 10px;
  border: 4px solid #fbfbf7;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media screen and (max-width: 900px) {
  .hero--blur .boxed--inner {
    width: 90%;
    padding: 20px 20px;
  }
}
.hero--blur .boxed--inner p {
  color: #fff;
  text-align: center;
  font-size: 43px;
  font-style: normal;
  font-weight: 400;
  line-height: 159%;
  margin: 0px;
}
@media screen and (max-width: 900px) {
  .hero--blur .boxed--inner p {
    font-size: 28px;
  }
}
.hero__background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(91deg, rgba(0, 0, 0, 0.7) 8.2%, rgba(0, 0, 0, 0.5) 47.58%, rgba(0, 0, 0, 0) 62.11%);
}
.hero__container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
}
.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 47%;
}
@media screen and (max-width: 900px) {
  .hero__content {
    width: 100%;
  }
}
.hero__headline {
  margin: 0;
  font-weight: 500;
  line-height: 111%;
}
.hero__sub-headline {
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  margin: 0px;
}
.hero .cta--button {
  margin-top: 70px;
}

.polar-plunge-template .hero--inner .polarwaves {
  position: relative;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -75px;
  z-index: 2;
}
@media screen and (max-width: 1027px) {
  .polar-plunge-template .hero--inner .polarwaves {
    bottom: -36px;
  }
}
.polar-plunge-template .hero--inner .polarwaves img {
  width: 100%;
}

.two-column-with-image {
  padding: 20px 0;
  margin: 0px;
}
.two-column-with-image--padding {
  padding: 40px 0;
}
@media (max-width: 1025px) {
  .two-column-with-image--padding {
    padding: 30px 0;
  }
}
.two-column-with-image--imageover {
  padding: 0px;
}
@media (max-width: 1025px) {
  .two-column-with-image--imageover {
    padding: 30px 0 20px;
  }
}
.two-column-with-image--imageover .two-column-with-image__image {
  margin: -30px 0;
  z-index: 2;
}
@media screen and (max-width: 1025px) {
  .two-column-with-image--imageover .two-column-with-image__image {
    margin: 20px 0 0;
  }
}
.two-column-with-image__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1800px;
  margin: 0 auto;
}
@media screen and (max-width: 1025px) {
  .two-column-with-image__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.two-column-with-image .cardimage-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.two-column-with-image .cardimage-container .card-container {
  width: 40%;
  margin-bottom: -80px;
  margin-top: -40px;
}
@media (max-width: 1025px) {
  .two-column-with-image .cardimage-container .card-container {
    display: none;
  }
}
.two-column-with-image .cardimage-container .card-container img {
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media screen and (min-width: 1800px) {
  .two-column-with-image .cardimage-container .card-container img {
    border-radius: 10px;
  }
}
@media (max-width: 1025px) {
  .two-column-with-image--imageright .two-column-with-image__image {
    padding-left: 40px;
  }
}
.two-column-with-image--imageright .two-column-with-image__image img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (min-width: 1800px) {
  .two-column-with-image--imageright .two-column-with-image__image img {
    border-radius: 10px;
  }
}
.two-column-with-image--imageright .cardimage-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.two-column-with-image--imageright .cardimage-container .card-container img {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (min-width: 1800px) {
  .two-column-with-image--imageright .cardimage-container .card-container img {
    border-radius: 10px;
  }
}
.two-column-with-image--imageleft .two-column-with-image__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1025px) {
  .two-column-with-image--imageleft .two-column-with-image__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1025px) {
  .two-column-with-image--imageleft .two-column-with-image__image {
    padding-right: 40px;
  }
}
.two-column-with-image--imageleft .two-column-with-image__image img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (min-width: 1800px) {
  .two-column-with-image--imageleft .two-column-with-image__image img {
    border-radius: 10px;
  }
}
.two-column-with-image__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  margin: 0px auto;
  padding: 80px 30px;
  /* Remove default marker */
  /* Add + or - sign next to the summary text */
}
@media (max-width: 1025px) {
  .two-column-with-image__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0px 20px;
  }
}
.two-column-with-image__text .accordion {
  width: 100%;
}
.two-column-with-image__text details {
  margin-bottom: 10px;
}
.two-column-with-image__text summary {
  padding: 10px 0px;
  cursor: pointer;
  color: #c4161c;
  list-style: none;
}
.two-column-with-image__text .content {
  padding: 10px 0px;
}
.two-column-with-image__text summary::marker {
  content: "";
}
.two-column-with-image__text summary::after {
  content: "+";
  padding-left: 10px;
}
.two-column-with-image__text details[open] summary::after {
  content: "-"; /* Change to - when open */
}
.two-column-with-image__copy {
  max-width: 660px;
}
@media (max-width: 1025px) {
  .two-column-with-image__copy {
    max-width: 100%;
  }
}
.two-column-with-image__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.two-column-with-image__image img {
  width: 100%;
}
@media (max-width: 1025px) {
  .two-column-with-image__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 20px 0px 0px;
  }
}
.two-column-with-image .contact-card--container {
  width: 55%;
  margin: 30px auto;
}
@media screen and (max-width: 800px) {
  .two-column-with-image .contact-card--container {
    width: 90%;
  }
}
@media (max-width: 1025px) {
  .two-column-with-image .contact-card--container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 90%;
    padding: 0px 20px;
  }
}
.two-column-with-image .contact-card--container.aligned-right {
  width: 45%;
  margin-right: 0px;
  z-index: 2;
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .two-column-with-image .contact-card--container.aligned-right {
    width: 90%;
  }
}
@media (max-width: 1025px) {
  .two-column-with-image .contact-card--container.aligned-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 90%;
    padding: 0px 20px;
  }
}
.two-column-with-image .contact-card--container .area__info__management {
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  width: 75%;
}
@media (max-width: 768px) {
  .two-column-with-image .contact-card--container .area__info__management {
    width: 100%;
  }
}
.two-column-with-image .contact-card--container .manager__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .two-column-with-image .contact-card--container .manager__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.two-column-with-image .contact-card--container .manager__info .info__image img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-column-with-image .contact-card--container .manager__info p {
  margin: 0px;
  text-align: left;
}
.two-column-with-image .contact-card--container .manager__info .name {
  font-size: 20px;
  font-weight: 400;
}
.two-column-with-image .contact-card--container .manager__info .circle {
  height: 28px;
  width: 28px;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin: 0px 0px 0px 8px;
}
.two-column-with-image .contact-card--container .manager__info .manager__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.two-column-with-image .contact-card--container .manager__info .manager__contact a {
  color: #000;
  text-decoration: none;
}
.two-column-with-image .contact-card--container .manager__info .manager__contact a:hover {
  color: #c4161c;
}

.polar-plunge-template .two-column-with-image .cardimage-container p.midred {
  color: #087ea7;
}
.polar-plunge-template .two-column-with-image .cardimage-container .manager__contact a {
  color: #087ea7;
}
.polar-plunge-template .two-column-with-image .cardimage-container .manager__contact a:hover {
  color: #000;
}
.polar-plunge-template .two-column-with-image__image {
  position: relative;
  overflow: hidden;
}
.polar-plunge-template .two-column-with-image__image:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 8px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2024/10/Three_Icicles_Looping.gif);
  z-index: 1;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .polar-plunge-template .two-column-with-image__image:before {
    display: none;
  }
}
.polar-plunge-template .two-column-with-image__image:after {
  content: "";
  display: none;
  position: absolute;
  top: 0px;
  left: 10px;
  width: 100%;
  height: 184px;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2024/10/pp_3_ice.svg);
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .polar-plunge-template .two-column-with-image__image:after {
    display: none;
  }
}

.number-blocks {
  text-align: center;
  padding: 100px 0px 100px;
}
@media screen and (max-width: 768px) {
  .number-blocks {
    padding: 30px 20px;
  }
}
.number-blocks__header, .number-blocks__sub-header, .number-blocks__arrow {
  margin-bottom: 20px;
}
.number-blocks__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.number-blocks__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10px;
  max-width: 355px;
  min-width: 300px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
.number-blocks__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 50px 10px;
}
.number-blocks__item-header .font--h2 {
  color: #000 !important;
}
.number-blocks__item-icon, .number-blocks__item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.number-blocks__item-title {
  margin: 0px;
  text-align: left;
  color: #000 !important;
}
.number-blocks__item-icon {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: 37px;
}
.number-blocks__item-line-container {
  padding: 0px 50px;
}
.number-blocks__item-line {
  border: none;
  border-top: 1px solid #000;
  width: 0;
  -webkit-transition: width 2s;
  transition: width 2s;
  -webkit-transform-origin: 0%;
          transform-origin: 0%;
  margin-left: 0px;
}
.number-blocks__item-number {
  opacity: 0;
  -webkit-transition: opacity 1.5s 1.5s;
  transition: opacity 1.5s 1.5s;
  color: #000;
  margin: 0px;
  padding: 10px 5px 35px;
  text-align: center;
  font-size: 80px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 6.36px;
  font-family: "Impact";
}

.polar-plunge-template .number-blocks {
  background-image: url(/wp-content/uploads/2024/10/polar_number_bg.png);
  background-size: 100% 100%;
  background-color: transparent !important;
  padding: 150px 0px 100px;
  margin-top: -50px;
}

.scrolling-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .scrolling-columns {
    padding-bottom: 0px;
  }
}
.scrolling-columns__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  width: 100%;
  gap: 60px;
  max-width: 1800px;
}
@media screen and (max-width: 768px) {
  .scrolling-columns__row {
    gap: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .scrolling-columns__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1000px) {
  .scrolling-columns__row:last-child .scrolling-columns__image img {
    border-bottom-right-radius: 10px;
  }
}
@media screen and (min-width: 1800px) {
  .scrolling-columns__row:last-child .scrolling-columns__image img {
    border-bottom-left-radius: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .scrolling-columns__row:first-child .scrolling-columns__image img {
    border-top-right-radius: 10px;
  }
}
@media screen and (min-width: 1800px) {
  .scrolling-columns__row:first-child .scrolling-columns__image img {
    border-top-left-radius: 10px;
  }
}
.scrolling-columns__image {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 50%;
  margin-top: -20px;
}
@media screen and (max-width: 1000px) {
  .scrolling-columns__image {
    width: 100%;
    margin-top: 0;
  }
}
.scrolling-columns__image img {
  position: relative;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scrolling-columns__content {
  width: 50%;
  padding: 80px 30px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1000px) {
  .scrolling-columns__content {
    width: 100%;
    padding: 30px 20px;
  }
}
.scrolling-columns__content .scrolling-columns__copy {
  max-width: 600px;
}
@media screen and (max-width: 800px) {
  .scrolling-columns__content .scrolling-columns__copy {
    max-width: 100%;
  }
}
.spotlight {
  background-color: #000;
  max-height: 700px;
}
@media screen and (max-width: 1212px) {
  .spotlight {
    max-height: 100%;
  }
}
.spotlight__slider {
  max-width: 1800px;
  margin: 0 auto;
}
@media screen and (max-width: 1212px) {
  .spotlight__slider.slick-dotted {
    padding-bottom: 30px;
  }
}
.spotlight__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1212px) {
  .spotlight__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.spotlight__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  position: relative;
  overflow: hidden;
  -ms-flex-item-align: start;
      align-self: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1212px) {
  .spotlight__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-height: 100%;
    width: 100%;
  }
}
.spotlight__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 700px;
}
@media screen and (max-width: 1212px) {
  .spotlight__image img {
    height: auto;
    width: 100%;
  }
}
.spotlight__image .spotlight__shape {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0px;
}
.spotlight__image .spotlight__shape img, .spotlight__image .spotlight__shape svg {
  height: 100%;
}
.spotlight__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  padding: 32px 0px 70px;
  position: relative;
  overflow: hidden;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
}
.spotlight__content #video-container {
  position: absolute;
  right: 0;
  height: 90%;
  bottom: 0;
  width: 100%; /* Ensure the container takes full width */
  z-index: 1; /* Ensure the video is behind the content */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .spotlight__content #video-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.spotlight__content #video-container video {
  width: 100%; /* Adjust the width as needed */
  height: auto; /* Maintain aspect ratio */
  max-height: 100%;
}
.spotlight__content--container {
  max-width: 90%;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 1212px) {
  .spotlight__content {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .spotlight__content {
    padding: 40px 20px 30px;
  }
}
.spotlight .spotlight__header {
  font-size: 75px;
  font-style: normal;
  font-weight: 400;
  line-height: 116%; /* 87px */
  text-align: center;
}
@media screen and (max-width: 768px) {
  .spotlight .spotlight__header {
    font-size: 50px;
    text-align: center;
  }
}
.spotlight__firstname {
  font-family: "handsome-pro", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 116%;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 32px auto 0px;
  position: relative;
}
.spotlight__firstname::before {
  content: "";
  position: absolute;
  left: -55px;
  width: 37px;
  height: 30px;
  top: 29px;
  background-image: url(/wp-content/uploads/2024/07/rightarrow.svg);
}
@media screen and (max-width: 900px) {
  .spotlight__firstname {
    font-size: 60px;
  }
}
.spotlight__cta.cta--button {
  margin-right: auto;
  margin-left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
@media screen and (max-width: 768px) {
  .spotlight__cta.cta--button {
    width: auto;
  }
}
.spotlight__copy {
  color: #fff;
  margin-bottom: 32px;
  max-width: 750px;
}
.spotlight__name {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 101%; /* 30.3px */
  letter-spacing: 2.4px;
  margin: -20px 0px 24px;
  text-align: center;
}
.spotlight .slick-dots {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
}
@media screen and (max-width: 1212px) {
  .spotlight .slick-dots {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    bottom: unset;
    left: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.spotlight .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0px 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}
.spotlight .slick-dots li button {
  display: none;
}
.spotlight .slick-dots li.slick-active {
  border: none;
  background-color: red;
}

.spotlight__slider {
  width: 100%;
  overflow: hidden;
}

.spotlight__slider .slick-slide {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove any padding or margin that might cause gaps */
.spotlight__slider .slick-list,
.spotlight__slider .slick-track {
  padding: 0;
  margin: 0;
}

.block--accordion {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .block--accordion {
    padding: 20px 0;
  }
}
.block--accordion__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .block--accordion__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.block--accordion__image {
  width: 25%;
}
@media screen and (max-width: 800px) {
  .block--accordion__image {
    width: 100%;
    text-align: center;
  }
}
.block--accordion__image img {
  max-width: 100%;
}
.block--accordion__accordions {
  width: 100%;
}
.block--accordion .block__text {
  width: 75%;
  margin: 0px auto;
  padding: 40px 0px 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .block--accordion .block__text {
    width: auto;
    padding: 30px 20px;
  }
}
.block--accordion .accordion {
  margin-bottom: 15px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 101%;
}
.block--accordion .accordion.active .accordion__title::after {
  content: "-";
}
.block--accordion .accordion.active .accordion__content {
  padding: 20px 18px;
}
.block--accordion .accordion__title {
  background: rgba(99, 99, 89, 0.08);
  position: relative;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.block--accordion .accordion__title.active, .block--accordion .accordion__title:hover {
  background: rgba(99, 99, 89, 0.2);
}
.block--accordion .accordion__title::after {
  content: "+";
  position: absolute;
  right: 20px;
  color: #c4161c;
}
.block--accordion .accordion__content {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.polar-plunge-template .block--accordion {
  padding-bottom: 100px;
}
.polar-plunge-template .block--accordion .accordion__title::after {
  color: #087ea7;
}
.polar-plunge-template .block--accordion__flex {
  border-bottom: none;
}

.team-blocks {
  text-align: center;
  padding: 100px 0px 100px;
}
@media screen and (max-width: 768px) {
  .team-blocks {
    padding: 30px 20px;
  }
}
.team-blocks__header, .team-blocks__sub-header, .team-blocks__arrow {
  margin-bottom: 20px;
}
.team-blocks__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.team-blocks__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(25% - 20px);
          flex: 1 0 calc(25% - 20px);
  margin: 10px;
  max-width: 355px;
  text-align: center;
}
.team-blocks__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 50px 10px;
}
.team-blocks__item-icon, .team-blocks__item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.team-blocks__item-title {
  margin: 0px auto 12px;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 160%;
}
.team-blocks__item-icon {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.team-blocks__item-line-container {
  padding: 0px 50px;
}
.team-blocks__item-line {
  border: none;
  border-top: 1px solid #000;
  width: 0;
  -webkit-transition: width 2s;
  transition: width 2s;
  -webkit-transform-origin: 0%;
          transform-origin: 0%;
  margin-left: 0px;
}
.team-blocks__item-email {
  -webkit-transition: opacity 1.5s 1.5s;
  transition: opacity 1.5s 1.5s;
  margin: 0px;
  padding: 0px 5px 35px;
  font-size: 16px;
  font-weight: 300;
  line-height: 173%; /* 27.68px */
  letter-spacing: 0.48px;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.block--events {
  padding: 75px 0;
  margin: 0px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .block--events {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.block--events h2:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.block--events .number-blocks__arrow {
  margin-bottom: 0;
}
.block--events--padding {
  padding: 75px 0;
}
.block--events--imageover {
  padding: 0px;
}
.block--events--imageover .block--events__image {
  margin: -30px 0;
  z-index: 2;
}
.block--events--imageright .block--events__image img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.block--events--imageleft {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.block--events--imageleft .block--events__image img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.block--events__text {
  width: 75%;
  margin: 0px auto;
  padding: 40px 0px 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .block--events__text {
    width: auto;
    padding: 30px 20px;
  }
}
.block--events__copy {
  max-width: 600px;
  margin: 12px auto 20px;
}
.block--events__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.block--events__image img {
  width: 100%;
}
@media (max-width: 768px) {
  .block--events {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .block--events__image {
    width: 90%;
  }
}
.block--events .block--events__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .block--events .block--events__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
  }
}
.block--events .block--events__columns.align--left {
  text-align: left;
}
.block--events .block--events__columns.align--left .cta {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}
.block--events .block--events__columns.align--center {
  text-align: center;
}
.block--events .block--events__columns.align--center .cta {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.block--events .block--events__columns.align--right {
  text-align: right;
}
.block--events .block--events__columns.align--right .cta {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}
.block--events .block--events__columns .column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(30% - 20px);
          flex: 0 0 calc(30% - 20px);
  max-width: 30%;
}
@media screen and (max-width: 900px) {
  .block--events .block--events__columns .column {
    width: 100%;
    max-width: 100%;
  }
}
.block--events .block--events__columns .column img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/4;
}
.block--events .block--events__columns .column--title {
  margin: 16px 0px 10px;
  color: #000 !important;
}
@media screen and (max-width: 768px) {
  .block--events .block--events__column-text {
    padding: 0 20px;
  }
}

.block--sponsors {
  padding: 50px 0;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .block--sponsors {
    padding: 30px 0;
  }
}
.block--sponsors--padding {
  padding: 75px 0;
}
.block--sponsors--imageover {
  padding: 0px;
}
.block--sponsors--imageover .block--sponsors__image {
  margin: -30px 0;
  z-index: 2;
}
.block--sponsors--imageright .block--sponsors__image img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.block--sponsors--imageleft {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.block--sponsors--imageleft .block--sponsors__image img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.block--sponsors__text {
  width: 75%;
  margin: 0px auto;
  padding: 40px 0px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .block--sponsors__text {
    width: auto;
    padding: 30px 20px 0px;
  }
}
.block--sponsors__copy {
  max-width: 600px;
  margin: 12px auto 30px;
}
.block--sponsors__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.block--sponsors__image img {
  width: 100%;
}
@media (max-width: 768px) {
  .block--sponsors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .block--sponsors__image {
    width: 90%;
  }
}
.block--sponsors .block--sponsors__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 65px;
  margin-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .block--sponsors .block--sponsors__columns {
    margin-top: 20px;
  }
}
.block--sponsors .block--sponsors__columns .column {
  width: 15%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .block--sponsors .block--sponsors__columns .column {
    width: 30%;
  }
}
@media screen and (max-width: 700px) {
  .block--sponsors .block--sponsors__columns .column {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .block--sponsors .block--sponsors__columns .column {
    width: 90%;
  }
}
.block--sponsors .block--sponsors__columns .column img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 110px;
}

.polar-plunge-template .arrowdiv svg path {
  fill: #0183b1 !important;
}

.form-two-column {
  padding: 75px 0;
  margin: 0px;
}
@media screen and (max-width: 900px) {
  .form-two-column {
    padding: 0;
  }
}
.form-two-column__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1800px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .form-two-column__wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
.form-two-column--padding {
  padding: 75px 0;
}
@media screen and (max-width: 900px) {
  .form-two-column--padding {
    padding: 0;
  }
}
.form-two-column--imageover {
  padding: 0px;
}
.form-two-column--imageover .form-two-column__image {
  margin: -30px 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .form-two-column--imageright .form-two-column__image {
    padding-left: 20px;
  }
}
.form-two-column--imageright .form-two-column__image img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (min-width: 1800px) {
  .form-two-column--imageright .form-two-column__image img {
    border-radius: 10px;
  }
}
.form-two-column--imageleft .form-two-column__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .form-two-column--imageleft .form-two-column__image {
    padding-right: 20px;
  }
}
.form-two-column--imageleft .form-two-column__image img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (min-width: 1800px) {
  .form-two-column--imageleft .form-two-column__image img {
    border-radius: 10px;
  }
}
.form-two-column__text {
  width: 45%;
  margin: 30px auto;
  padding: 60px 50px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .form-two-column__text {
    width: 90%;
    padding: 30px;
    margin-top: 0;
  }
}
.form-two-column__copy {
  max-width: 525px;
}
.form-two-column__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
@media screen and (max-width: 900px) {
  .form-two-column__image {
    padding: 20px 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .form-two-column__image {
    width: 100%;
  }
}
.form-two-column__image img {
  width: 100%;
}
.form-two-column__image .contact-card--container {
  width: 65%;
  margin: 30px auto;
}
@media screen and (max-width: 900px) {
  .form-two-column__image .contact-card--container {
    width: 90%;
  }
}
.form-two-column__image .contact-card--container .area__info__management {
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.form-two-column__image .contact-card--container .manager__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .form-two-column__image .contact-card--container .manager__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-two-column__image .contact-card--container .manager__info .info__image img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form-two-column__image .contact-card--container .manager__info .info__contact {
  word-break: break-word;
}
.form-two-column__image .contact-card--container .manager__info .info__contact p {
  margin: 0px;
  text-align: left;
}
.form-two-column__image .contact-card--container .manager__info .info__contact .name {
  font-size: 20px;
  font-weight: 400;
}
.form-two-column__image .contact-card--container .manager__info .circle {
  height: 28px;
  width: 28px;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin: 0px 0px 0px 8px;
}
.form-two-column__image .contact-card--container .manager__info .manager__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-two-column__image .contact-card--container .manager__info .manager__contact a {
  color: #000;
  text-decoration: none;
}
.form-two-column__image .contact-card--container .manager__info .manager__contact a:hover {
  color: #c4161c;
}
@media (max-width: 768px) {
  .form-two-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.polar-plunge-template .form-two-column {
  background-image: url(/wp-content/uploads/2024/10/polar_form_bg.png);
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent !important;
  padding: 150px 0px;
}
.polar-plunge-template .form-two-column .form-two-column__image {
  position: relative;
}
.polar-plunge-template .form-two-column .form-two-column__image:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2024/10/One_Icicle_Looping.gif);
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .polar-plunge-template .form-two-column .form-two-column__image:before {
    display: none;
  }
}
.polar-plunge-template .form-two-column .form-two-column__image:after {
  content: "";
  position: absolute;
  display: none;
  top: 0px;
  left: 10px;
  width: 100%;
  height: 184px;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2024/10/pp_3_ice.svg);
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .polar-plunge-template .form-two-column .form-two-column__image:after {
    display: none;
  }
}
.polar-plunge-template .form-two-column__wrapper .form-two-column__text {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.polar-plunge-template .form-two-column__wrapper .gform_required_legend {
  color: #fff;
}
.polar-plunge-template .form-two-column__wrapper form label {
  color: #fff;
}
.polar-plunge-template .form-two-column__wrapper form .gfield_label_before_complex {
  color: #fff;
}
.polar-plunge-template .form-two-column__wrapper form .gform_button {
  border-color: #000 !important;
  background-color: #000 !important;
  color: #fff !important;
}
.polar-plunge-template .form-two-column__wrapper form .gform_button:hover {
  background-color: #fff;
  color: #000;
}

.block--levels {
  padding: 50px 0;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .block--levels {
    padding: 30px 0;
  }
}
.block--levels--padding {
  padding: 75px 0;
}
@media screen and (max-width: 768px) {
  .block--levels--padding {
    padding: 30px 0;
  }
}
.block--levels--imageover {
  padding: 0px;
}
.block--levels--imageover .block--levels__image {
  margin: -30px 0;
  z-index: 2;
}
.block--levels--imageright .block--levels__image img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.block--levels--imageleft {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.block--levels--imageleft .block--levels__image img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.block--levels__text {
  width: 75%;
  margin: 0px auto;
  padding: 40px 0px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block--levels__copy {
  max-width: 600px;
  margin: 12px auto 30px;
}
.block--levels__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.block--levels__image img {
  width: 100%;
}
@media (max-width: 768px) {
  .block--levels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .block--levels__image {
    width: 90%;
  }
}
@media screen and (max-width: 900px) {
  .block--levels .block--levels__columns {
    padding: 0 20px;
  }
}
.block--levels .block--levels__columns .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 42px 0px;
  border-bottom: solid 1px #AAAAAA;
  gap: 80px;
}
@media screen and (max-width: 900px) {
  .block--levels .block--levels__columns .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.block--levels .block--levels__columns .column .single--column {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .block--levels .block--levels__columns .column .single--column {
    width: 100%;
  }
}
.block--levels .block--levels__columns .column .single--column.levelnumber {
  background: #f6f5ed;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .block--levels .block--levels__columns .column .single--column.levelnumber {
    padding: 60px 0px;
  }
}
.block--levels .block--levels__columns .column .single--column.levelnumber p {
  font-size: 85px;
  font-style: normal;
  font-weight: 400;
  line-height: 116%;
  text-transform: capitalize;
  padding-bottom: 10px;
  color: #000 !important;
  border-bottom: solid 1px #c4161c;
}
@media screen and (max-width: 900px) {
  .block--levels .block--levels__columns .column .single--column.levelnumber p {
    font-size: 40px;
  }
}
.block--levels .block--levels__columns .column .single--column h2 {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.block--levels .block--levels__columns .column .single--column h2::before {
  content: "";
  width: 18px;
  height: 18px;
  min-width: 18px;
  max-width: 18px;
  background-color: #C4161C;
  -webkit-box-flex: 18px;
      -ms-flex: 18px;
          flex: 18px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.block--levels .block--levels__columns .column .single--column a {
  color: #c4161c;
}
.block--levels .block--levels__columns .column .single--column a:active, .block--levels .block--levels__columns .column .single--column a:focus, .block--levels .block--levels__columns .column .single--column a:hover {
  color: #c4161c !important;
}
.block--levels .block--levels__columns .column img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.block--levels .block--levels__columns .column--title {
  margin: 16px 0px 10px;
}
.block--levels .block--levels__columns .column .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.block--levels .block--levels__columns .column .cta svg {
  margin: 5px 0px 0px 10px;
}

.block--tabs {
  padding: 40px 0;
  margin: 0px;
}
.block--tabs--padding {
  padding: 75px 0;
}
.block--tabs .animationcontainer {
  display: none;
}
.block--tabs__text {
  width: 75%;
  margin: 0px auto;
  padding: 40px 0px 80px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block--tabs__text .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block--tabs__text .cta svg {
  margin: 5px 0px 0px 10px;
}
.block--tabs--container .tabs-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  text-align: center;
  border-bottom: solid 7px #000;
  margin: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .block--tabs--container .tabs-titles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block--tabs--container .tabs-titles li {
  cursor: pointer;
  width: 100%;
  position: relative;
  border-radius: 10px 10px 0px 0px;
  background: #e8e8e7;
  width: 50%;
  padding: 15px 0px;
  margin: 0;
  color: #636359;
}
@media screen and (max-width: 900px) {
  .block--tabs--container .tabs-titles li {
    width: 100%;
  }
}
.block--tabs--container .tabs-titles li.active {
  background-color: #fff;
  color: #000;
}
.block--tabs--container .tabs-titles li.active::before {
  content: "";
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="32" height="24" viewBox="0 0 32 24" fill="none"%3E%3Cpath d="M31.0607 13.0607C31.6464 12.4749 31.6464 11.5251 31.0607 10.9393L21.5147 1.3934C20.9289 0.807612 19.9792 0.807612 19.3934 1.3934C18.8076 1.97919 18.8076 2.92893 19.3934 3.51472L27.8787 12L19.3934 20.4853C18.8076 21.0711 18.8076 22.0208 19.3934 22.6066C19.9792 23.1924 20.9289 23.1924 21.5147 22.6066L31.0607 13.0607ZM30 10.5L-1.31134e-07 10.5L1.31134e-07 13.5L30 13.5L30 10.5Z" fill="%23C4161C"/%3E%3C/svg%3E');
  width: 32px; /* SVG width */
  height: 24px; /* SVG height */
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block--tabs--container .tabs-content {
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 13.9px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 13.9px 0px rgba(0, 0, 0, 0.2);
  padding: 60px 80px;
}
.block--tabs--container .tabs-content .tab-content {
  display: none;
}
.block--tabs--container .tabs-content .tab-content.active {
  display: block;
}
.block--tabs--container .tabs-content .inner-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(99, 99, 89, 0.54);
}
.block--tabs--container .tabs-content .inner-tab .inner-tab-title {
  margin: 0px;
}
.block--tabs--container .tabs-content .inner-tab .inner-icon {
  max-width: 50px;
}
.block--tabs--container .tabs-content .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .block--tabs--container .tabs-content .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block--tabs--container .tabs-content .columns .column {
  width: 100%;
}
.block--tabs--container .tabs-content .columns .column.two {
  padding: 30px 0px 0px 40px;
  width: 50%;
}
@media screen and (max-width: 900px) {
  .block--tabs--container .tabs-content .columns .column.two {
    width: 100%;
    padding: 30px 0px;
  }
}
.block--tabs--container .tabs-content .columns .column.one {
  padding: 30px 40px 0px 0px;
  width: 50%;
  border-right: solid 1px rgba(99, 99, 89, 0.54);
}
@media screen and (max-width: 900px) {
  .block--tabs--container .tabs-content .columns .column.one {
    width: 100%;
    padding: 30px 0px;
    border-right: none;
    border-bottom: solid 1px rgba(99, 99, 89, 0.54);
  }
}
@media (max-width: 768px) {
  .block--tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .block--tabs__image {
    width: 90%;
  }
}

.page-id-5787 .block--tabs .animationcontainer {
  display: block;
  position: absolute;
  top: 0px;
  left: -215px;
  width: 800px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.block--interest {
  padding: 75px 0;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .block--interest {
    padding: 30px 0;
  }
}
.block--interest .block--interest__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .block--interest .block--interest__flex {
    gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .block--interest .block--interest__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block--interest .block--interest__flex .rightside {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .block--interest .block--interest__flex .rightside {
    padding: 0 20px;
  }
}
@media screen and (max-width: 900px) {
  .block--interest .block--interest__flex .rightside {
    width: 100%;
  }
}
.block--interest .block--interest__flex .rightside .cta {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.block--interest .block--interest__flex .rightside .cta:hover {
  color: #C4161C;
}
.block--interest .block--interest__flex .leftside {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .block--interest .block--interest__flex .leftside {
    width: 100%;
  }
}
.block--interest--padding {
  padding: 75px 0;
}
.block--interest--imageover {
  padding: 0px;
}
.block--interest--imageover .block--interest__image {
  margin: -30px 0;
  z-index: 2;
}
.block--interest__text {
  margin: 0px auto;
  padding: 0px 0px 100px;
}
@media screen and (max-width: 768px) {
  .block--interest__text {
    padding: 0 20px 20px;
  }
}
.block--interest__copy {
  max-width: 525px;
}
.block--interest .block--interest__image img {
  position: relative;
  left: 0;
  width: auto;
  max-width: 100%;
}
.block--interest .block--interest__image {
  position: relative;
  left: -50vw;
  left: calc(100% - 50vw);
  width: 50vw;
}
@media screen and (max-width: 900px) {
  .block--interest .block--interest__image {
    left: 0;
    width: 100%;
  }
}
.block--interest .steps {
  background: #fff;
  -webkit-box-shadow: 0px 4px 13.9px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 13.9px 0px rgba(0, 0, 0, 0.15);
  padding: 50px 60px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .block--interest .steps {
    padding: 40px;
    margin-top: 20px;
  }
}
.block--interest .steps .step {
  padding: 20px 0;
  border-bottom: solid 1px #e5e5e5;
}
.block--interest .steps .step-copy {
  margin-bottom: 0;
}
.block--interest .steps .step:first-child {
  padding-top: 0;
}
.block--interest .steps .step:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.block--interest .steps .font--h3 {
  font-size: 32px;
  margin: 8px 0px 10px;
}
@media (max-width: 768px) {
  .block--interest {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .block--interest__image {
    width: 90%;
  }
}

.polar-plunge-template .block--interest p.font--h2.step-number {
  color: #087EA7 !important;
}

.block--copy {
  padding: 75px 0;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .block--copy {
    padding: 20px;
  }
}
.block--copy .animationcontainer {
  display: none;
}
.block--copy__text {
  width: 60%;
  margin: 0px auto;
  padding: 40px 0px;
}
@media screen and (max-width: 768px) {
  .block--copy__text {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .block--copy__text {
    width: 100%;
  }
}
.block--copy__copy {
  margin: 12px auto 30px;
}
.block--copy.align--left {
  text-align: left;
}
.block--copy.align--left .cta {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}
.block--copy.align--center {
  text-align: center;
}
.block--copy.align--center .cta {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.block--copy.align--right {
  text-align: right;
}
.block--copy.align--right .cta {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}

.page-id-5787 .block--copy .animationcontainer {
  display: block;
  position: absolute;
  top: -49px;
  right: -165px;
  width: 612px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.block--sportsoffered {
  padding: 40px 0 60px;
  margin: 0px;
}
.block--sportsoffered .sports--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 0px;
}
.block--sportsoffered .sports--list .sport {
  width: 25%;
  text-align: center;
}
.block--sportsoffered .sports--list .sport p {
  color: #000 !important;
}
.block--sportsoffered .sports--list .sport p a {
  text-decoration: none;
  color: #000;
}
@media (max-width: 1000px) {
  .block--sportsoffered .sports--list .sport {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .block--sportsoffered .sports--list .sport {
    width: 100%;
  }
}
.block--sportsoffered .sports--list .sport img {
  margin-bottom: 12px;
  height: 170px;
  width: 170px;
}
@media (max-width: 768px) {
  .block--sportsoffered .sports--list .sport img {
    height: 135px;
    width: 135px;
  }
}
.block--sportsoffered .sports--list .sport img + p {
  padding-top: 0;
}

.two-column-vidimage {
  padding: 80px 0;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .two-column-vidimage {
    padding: 0;
  }
}
.two-column-vidimage .two-column-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
.two-column-vidimage .two-column-container--padding {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .two-column-vidimage .two-column-container {
    gap: 20px;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .two-column-vidimage .two-column-container--imageright .two-column-container__image img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .two-column-vidimage .two-column-container--imageright .two-column-container__image img {
    border-radius: 10px;
  }
}
.two-column-vidimage .two-column-container--imageright .cardimage-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.two-column-vidimage .two-column-container--imageleft {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .two-column-vidimage .two-column-container--imageleft .two-column-container__image img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .two-column-vidimage .two-column-container--imageleft .two-column-container__image img {
    border-radius: 10px;
  }
}
.two-column-vidimage .two-column-container__text {
  width: 47%;
  margin: 0px auto;
  padding: 0px 20px;
  /* Remove default marker */
  /* Add + or - sign next to the summary text */
}
@media (max-width: 900px) {
  .two-column-vidimage .two-column-container__text {
    width: 100%;
    padding: 30px 20px 0px;
  }
}
.two-column-vidimage .two-column-container__text .accordion {
  width: 100%;
}
.two-column-vidimage .two-column-container__text details {
  margin-bottom: 10px;
}
.two-column-vidimage .two-column-container__text summary {
  padding: 10px 0px;
  cursor: pointer;
  color: #c4161c;
  list-style: none;
}
.two-column-vidimage .two-column-container__text .content {
  padding: 10px;
  background-color: #fff;
}
.two-column-vidimage .two-column-container__text summary::marker {
  content: "";
}
.two-column-vidimage .two-column-container__text summary::after {
  content: "+";
  padding-left: 10px;
}
.two-column-vidimage .two-column-container__text details[open] summary::after {
  content: "-"; /* Change to - when open */
}
.two-column-vidimage .two-column-container__copy {
  max-width: 525px;
}
@media (max-width: 1025px) {
  .two-column-vidimage .two-column-container__copy {
    max-width: 100%;
  }
}
.two-column-vidimage .two-column-container__image {
  width: 47%;
}
@media (max-width: 900px) {
  .two-column-vidimage .two-column-container__image {
    width: 100%;
  }
}
.two-column-vidimage .two-column-container__image img {
  width: 80%;
  margin: 0px auto;
}
.two-column-vidimage .two-column-container__image iframe {
  width: 100%;
}

.block--schedules {
  padding: 80px 0;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .block--schedules {
    padding: 0;
  }
}
.block--schedules .block-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block--schedules .block-schedule--padding {
  padding: 40px 0;
}
.block--schedules .block-schedule--imageright .block-schedule__image img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.block--schedules .block-schedule--imageright .cardimage-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.block--schedules .block-schedule--imageleft {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.block--schedules .block-schedule--imageleft .block-schedule__image img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.block--schedules .block-schedule__text {
  width: 50%;
  margin: 0px auto;
  padding: 0px 20px;
}
@media (max-width: 900px) {
  .block--schedules .block-schedule__text {
    width: 100%;
    padding: 30px 20px 0px;
  }
}
.block--schedules .block-schedule__text img {
  width: 100%;
  border-radius: 10px;
  margin: 20px 0px;
}
.block--schedules .block-schedule__copy {
  max-width: 525px;
}
@media (max-width: 1025px) {
  .block--schedules .block-schedule__copy {
    max-width: 100%;
  }
}
.block--schedules .block-schedule__schedules {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .block--schedules .block-schedule__schedules {
    width: 100%;
  }
}
.block--schedules .block-schedule__schedules .single-schedule {
  padding: 20px 0px;
  border-bottom: solid 0.5px #AAA;
  width: 80%;
  margin: 0px auto;
}
.block--schedules .block-schedule__schedules .single-schedule:last-child {
  border-bottom: none;
}
.block--schedules .block-schedule__schedules .single-schedule p {
  font-size: 20px;
  margin: 0px 0px 8px;
}
.block--schedules .block-schedule__schedules .single-schedule p:nth-child(2) {
  font-size: 16px;
}
.block--schedules .block-schedule__schedules .single-schedule .cta {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.polar-plunge-template .block--schedules .single-schedule p, .polar-plunge-template .block--schedules .single-schedule a {
  color: #fff;
}
.polar-plunge-template .block-schedule__text .cta--button {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #fff;
}
.polar-plunge-template .block-schedule__text .cta--button:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.block--slider {
  padding: 75px 0 120px;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .block--slider {
    padding: 0 0 60px;
  }
}
.block--slider--padding {
  padding: 75px 0;
}
@media screen and (max-width: 768px) {
  .block--slider--padding {
    padding: 0 0 60px;
  }
}
.block--slider__text {
  width: 75%;
  margin: 0px auto;
  padding: 40px 0px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .block--slider__text {
    padding: 30px 20px;
    width: auto;
  }
}
.block--slider__copy {
  max-width: 600px;
  margin: 12px auto 30px;
}
.block--slider__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.block--slider__image img {
  width: 100%;
}
.block--slider .secondary-heading {
  padding: 0px 20px 0px;
}
.block--slider .secondary-heading.bottom {
  margin-top: 40px;
}
.block--slider .secondary-heading .heading {
  color: #636359;
  opacity: 0.2;
  text-align: center;
  font-family: Ubuntu;
  font-size: 130px;
  font-style: normal;
  font-weight: 700;
  line-height: 107%; /* 146.59px */
  letter-spacing: 6.85px;
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
  .block--slider .secondary-heading .heading {
    font-size: 80px;
  }
}
@media screen and (max-width: 800px) {
  .block--slider .secondary-heading .heading {
    font-size: 50px;
  }
}
@media screen and (max-width: 500px) {
  .block--slider .secondary-heading .heading {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .block--slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .block--slider__image {
    width: 90%;
  }
}
.block--slider .block--slider__slides {
  text-align: center;
  position: relative;
}
.block--slider .block--slider__slides .column {
  margin: 10px 30px;
}
.block--slider .block--slider__slides .column img {
  width: 100%;
  border-radius: 10px;
  height: auto;
  width: 100%;
  -o-object-fit: Cover;
     object-fit: Cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/3;
}

.slick-prev,
.slick-next {
  position: absolute;
  bottom: -40px;
  cursor: pointer;
}

.slick-prev {
  left: 45%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.slick-next {
  right: 45%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.block--content-switch {
  padding: 40px 0;
  margin: 0px;
}
@media (max-width: 768px) {
  .block--content-switch {
    padding: 0;
  }
}
.block--content-switch--padding {
  padding: 75px 0;
}
@media (max-width: 768px) {
  .block--content-switch--padding {
    padding: 20px 0;
  }
}
.block--content-switch__text {
  width: 75%;
  margin: 0px auto;
  padding: 40px 0px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .block--content-switch__text {
    width: auto;
    padding: 20px 20px 0;
    text-align: left;
  }
}
.block--content-switch__text .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block--content-switch__text .cta svg {
  margin: 5px 0px 0px 10px;
}
.block--content-switch .switcher--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .block--content-switch .switcher--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .block--content-switch--container {
    padding: 0 20px 20px;
  }
}
.block--content-switch--container .switchers-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  text-align: left;
  margin: 0px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 900px) {
  .block--content-switch--container .switchers-titles {
    width: 100%;
  }
}
.block--content-switch--container .switchers-titles li {
  cursor: pointer;
  width: 100%;
  position: relative;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  color: #aaa;
  width: 50%;
  padding: 15px 0px;
}
@media screen and (max-width: 900px) {
  .block--content-switch--container .switchers-titles li {
    width: 100%;
  }
}
.block--content-switch--container .switchers-titles li.active {
  color: #c4161c;
  text-decoration: underline;
}
.block--content-switch--container .switchers-content {
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 13.9px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 13.9px 0px rgba(0, 0, 0, 0.2);
  padding: 60px 80px;
  width: 60%;
  border-top: solid 7px #000;
}
@media screen and (max-width: 900px) {
  .block--content-switch--container .switchers-content {
    width: 100%;
    padding: 24px 30px;
  }
}
.block--content-switch--container .switchers-content .switcher-content {
  display: none;
}
.block--content-switch--container .switchers-content .switcher-content.active {
  display: block;
}
.block--content-switch--container .switchers-content .inner-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(99, 99, 89, 0.54);
}
.block--content-switch--container .switchers-content .inner-switcher .inner-switcher-title {
  margin: 0px;
  font-size: 40px;
}
.block--content-switch--container .switchers-content .inner-switcher .inner-icon {
  max-width: 50px;
}
.block--content-switch--container .switchers-content .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .block--content-switch--container .switchers-content .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block--content-switch--container .switchers-content .columns .column {
  width: 100%;
  padding: 30px 40px 0px 0px;
}
.block--content-switch--container .switchers-content .columns .column h2 {
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0px 0px 10px;
  color: #c4161c !important;
}
@media screen and (max-width: 900px) {
  .block--content-switch--container .switchers-content .columns .column h2 {
    font-size: 16px;
  }
}
.block--content-switch--container .switchers-content .columns .column.two {
  padding: 30px 0px 0px 40px;
  width: 50%;
}
@media screen and (max-width: 900px) {
  .block--content-switch--container .switchers-content .columns .column.two {
    width: 100%;
    padding: 30px 0px;
  }
}
.block--content-switch--container .switchers-content .columns .column.one {
  padding: 30px 40px 0px 0px;
  width: 50%;
  border-right: solid 1px rgba(99, 99, 89, 0.54);
}
@media screen and (max-width: 900px) {
  .block--content-switch--container .switchers-content .columns .column.one {
    width: 100%;
    padding: 30px 0px;
    border-right: none;
    border-bottom: solid 1px rgba(99, 99, 89, 0.54);
  }
}
@media (max-width: 768px) {
  .block--content-switch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .block--content-switch__image {
    width: 90%;
  }
}

.polar-plunge-template .block--content-switch .switchers-titles li.active {
  color: #087EA7;
}
.polar-plunge-template .block--content-switch .columns a {
  color: #087EA7;
}
.polar-plunge-template .block--content-switch .columns a:hover {
  color: #000;
}

.block--prizes {
  padding: 75px 0;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .block--prizes {
    padding: 0;
  }
}
.block--prizes__text {
  width: 75%;
  margin: 0px auto;
  padding: 40px 0px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .block--prizes__text {
    width: auto;
    padding: 20px;
  }
}
.block--prizes__copy {
  max-width: 600px;
  margin: 12px auto 30px;
}
.block--prizes__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.block--prizes__image img {
  width: 100%;
}
@media (max-width: 768px) {
  .block--prizes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .block--prizes__image {
    width: 90%;
  }
}
.block--prizes .block--prizes__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px;
}
@media screen and (max-width: 900px) {
  .block--prizes .block--prizes__columns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media screen and (max-width: 400px) {
  .block--prizes .block--prizes__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block--prizes .block--prizes__columns .column {
  width: 23%;
}
@media screen and (max-width: 900px) {
  .block--prizes .block--prizes__columns .column {
    width: 47%;
    max-width: 100%;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 500px) {
  .block--prizes .block--prizes__columns .column {
    width: 100%;
    max-width: 100%;
  }
}
.block--prizes .block--prizes__columns .column--title {
  margin: 8px 0px 5px;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  position: relative;
}
.block--prizes .block--prizes__columns .column--title::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -15px;
  width: 10px;
  height: 10px;
  background-color: #c4161c;
}
.block--prizes .block--prizes__columns .column--body {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 173%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
.block--contactinfo {
  padding: 50px 0px 100px;
}
.block--contactinfo__text {
  width: 75%;
  margin: 0px auto;
  padding: 40px 0px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block--contactinfo__copy {
  max-width: 600px;
  margin: 12px auto 30px;
}
.block--contactinfo .area__info__management_container .headers {
  text-align: center;
}
.block--contactinfo .area__info__management_container .area__info__management {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 20px 0px 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .block--contactinfo .area__info__management_container .area__info__management {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block--contactinfo .area__info__management_container .area__info__management__manager {
  width: 47%;
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
  .block--contactinfo .area__info__management_container .area__info__management__manager {
    width: 100%;
  }
}
.block--contactinfo .area__info__management_container .area__info__management__manager .manager__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .block--contactinfo .area__info__management_container .area__info__management__manager .manager__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block--contactinfo .area__info__management_container .area__info__management__manager .manager__info .info__image img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
}
.block--contactinfo .area__info__management_container .area__info__management__manager .manager__info p {
  margin: 0px;
  text-align: left;
}
.block--contactinfo .area__info__management_container .area__info__management__manager .manager__info .name {
  font-size: 20px;
  font-weight: 400;
}
.block--contactinfo .area__info__management_container .area__info__management__manager .manager__info .circle {
  height: 28px;
  width: 28px;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin: 0px 0px 0px 8px;
}
.block--contactinfo .area__info__management_container .area__info__management__manager .manager__info .manager__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block--contactinfo .area__info__management_container .area__info__management__manager .manager__info .manager__contact a {
  color: #000;
  text-decoration: none;
}
.block--contactinfo .area__info__management_container .area__info__management__manager .manager__info .manager__contact a:hover {
  color: #C4161C;
}

.block--ctacol {
  padding: 75px 0;
  margin: 0px;
}
@media (max-width: 768px) {
  .block--ctacol {
    padding: 0;
  }
}
.block--ctacol .addarrow {
  margin-bottom: 20px;
  text-align: center;
}
.block--ctacol__text {
  width: 75%;
  margin: 0px auto;
  padding: 40px 0px;
  text-align: center;
}
@media (max-width: 768px) {
  .block--ctacol__text {
    width: auto;
    padding: 20px;
    text-align: left;
  }
}
.block--ctacol__copy {
  max-width: 600px;
  margin: 12px auto 20px;
}
.block--ctacol__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.block--ctacol__image img {
  width: 100%;
}
@media (max-width: 768px) {
  .block--ctacol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .block--ctacol__image {
    width: 90%;
  }
}
.block--ctacol .block--ctacol__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .block--ctacol .block--ctacol__columns {
    gap: 20px 20px;
    padding: 0 20px 20px;
  }
}
.block--ctacol .block--ctacol__columns .column {
  width: 30%;
}
@media screen and (max-width: 950px) {
  .block--ctacol .block--ctacol__columns .column {
    width: 47%;
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .block--ctacol .block--ctacol__columns .column {
    width: 100%;
    max-width: 100%;
  }
}
.block--ctacol .block--ctacol__columns .column img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.block--ctacol .block--ctacol__columns .column--title {
  margin: 16px 0px 10px;
  color: #000;
}
.block--related-resources {
  padding: 30px 20px;
}
@media (min-width: 46.25em) {
  .block--related-resources {
    padding: 75px 0;
  }
}
.block--related-resources__header {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 46.25em) {
  .block--related-resources__header {
    margin-bottom: 30px;
  }
}
.block--related-resources__footer {
  padding: 36px 0;
}
.block--related-resources__footer-link {
  text-align: right;
  margin: 0;
  font-size: 18px;
}

.block--indyanimation {
  padding: 75px 0;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .block--indyanimation {
    padding: 0;
  }
}
.block--indyanimation .animation video {
  width: 100%;
  margin: 0px auto;
}
.block--indyanimation .animation.mobile {
  display: none;
}
.block--indyanimation .animation img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .block--indyanimation .animation.desktop {
    display: none;
  }
  .block--indyanimation .animation.mobile {
    display: block;
  }
  .block--indyanimation .animation.mobile video {
    width: 100%;
  }
}

.video-wrapper {
  position: relative;
  overflow: hidden;
}

.video-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff; /* Match your background color */
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.video-wrapper.paused::after {
  opacity: 1;
}

.block--planepull-animation {
  padding: 0px;
  z-index: 2;
  text-align: center;
}
.block--planepull-animation .main-container {
  max-width: 2000px;
  margin: 0px auto;
}
.block--planepull-animation img {
  width: 100%;
  max-width: 2000px;
  margin: 0px auto;
}
.block--planepull-animation img.top {
  margin-bottom: -100px;
}
.block--planepull-animation img.middle {
  margin-top: -155px;
  margin-bottom: -100px;
}
.block--planepull-animation img.bottom {
  margin-top: -50px;
  margin-bottom: -50px;
}
.block--polar-location {
  padding: 40px 0;
  margin: 0px;
}
@media (max-width: 768px) {
  .block--polar-location {
    padding: 0;
  }
}
.block--polar-location--padding {
  padding: 75px 0;
}
@media (max-width: 768px) {
  .block--polar-location--padding {
    padding: 20px 0;
  }
}
.block--polar-location__text {
  width: 75%;
  margin: 0px auto;
  padding: 40px 0px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .block--polar-location__text {
    width: auto;
    padding: 20px 20px 0;
    text-align: left;
  }
}
.block--polar-location__text .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block--polar-location__text .cta svg {
  margin: 5px 0px 0px 10px;
}
.block--polar-location .polarswitcher--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 900px) {
  .block--polar-location .polarswitcher--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .block--polar-location--container {
    padding: 0 20px 20px;
  }
}
.block--polar-location--container .polarswitchers-titles {
  display: block;
  width: 20%;
  margin: 0 auto 20px;
  padding: 10px 30px 10px 10px;
  background-color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  border-radius: 8px;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-image: url(/wp-content/uploads/2024/10/bluearrow.svg);
  background-size: 16px 9px;
  background-repeat: no-repeat;
  background-position: 95% 16px;
}
@media screen and (max-width: 900px) {
  .block--polar-location--container .polarswitchers-titles {
    width: 100%;
  }
}
.block--polar-location--container .polarswitchers-content {
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 13.9px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 13.9px 0px rgba(0, 0, 0, 0.2);
  padding: 60px 80px;
  width: 80%;
  margin: 0px auto;
  border-top: solid 7px #000;
}
@media screen and (max-width: 900px) {
  .block--polar-location--container .polarswitchers-content {
    width: 100%;
    padding: 24px 30px;
  }
}
.block--polar-location--container .polarswitchers-content .polarswitcher-content {
  display: none;
}
.block--polar-location--container .polarswitchers-content .polarswitcher-content.active {
  display: block;
}
@media (max-width: 768px) {
  .block--polar-location {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .block--polar-location__image {
    width: 90%;
  }
}

.polar-plunge-template .block--polar-location {
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent !important;
  padding: 250px 0px;
  position: relative;
  min-height: 1067px;
  overflow: hidden;
}
.polar-plunge-template .block--polar-location .wavecontainer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.polar-plunge-template .block--polar-location .wavecontainer svg {
  height: 100%;
}
.polar-plunge-template .block--polar-location .block--polar-location__text {
  padding: 100px 0px 40px;
}
@media (max-width: 768px) {
  .polar-plunge-template .block--polar-location .block--polar-location__text {
    padding: 100px 20px 40px;
  }
}
.polar-plunge-template .block--polar-location .polarswitchers-titles li.active {
  color: #087ea7;
}
.polar-plunge-template .block--polar-location .columns a {
  color: #087ea7;
}
.polar-plunge-template .block--polar-location .columns a:hover {
  color: #000;
}

.polar-spotlight {
  background-color: #000;
  padding: 150px 0px;
}
@media screen and (max-width: 1212px) {
  .polar-spotlight {
    max-height: 100%;
  }
}
.polar-spotlight__slider {
  max-width: 1800px;
  margin: 0 auto;
}
@media screen and (max-width: 1212px) {
  .polar-spotlight__slider.slick-dotted {
    padding-bottom: 30px;
  }
}
.polar-spotlight__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1212px) {
  .polar-spotlight__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.polar-spotlight__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  position: relative;
  overflow: hidden;
  -ms-flex-item-align: start;
      align-self: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1212px) {
  .polar-spotlight__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-height: 100%;
    width: 100%;
  }
}
.polar-spotlight__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (max-width: 1212px) {
  .polar-spotlight__image img {
    height: auto;
    width: 100%;
  }
}
.polar-spotlight__image .polar-spotlight__shape {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0px;
}
.polar-spotlight__image .polar-spotlight__shape img, .polar-spotlight__image .polar-spotlight__shape svg {
  height: 100%;
}
.polar-spotlight__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  padding: 32px 0px 70px;
  position: relative;
  overflow: hidden;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.polar-spotlight__content--container {
  max-width: 90%;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 1212px) {
  .polar-spotlight__content {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .polar-spotlight__content {
    padding: 40px 20px 30px;
  }
}
.polar-spotlight .polar-spotlight__header {
  font-size: 75px;
  font-style: normal;
  font-weight: 400;
  line-height: 116%; /* 87px */
  text-align: center;
}
@media screen and (max-width: 768px) {
  .polar-spotlight .polar-spotlight__header {
    font-size: 50px;
    text-align: center;
  }
}
.polar-spotlight__firstname {
  font-family: "handsome-pro", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 116%;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 32px auto 0px;
  position: relative;
}
.polar-spotlight__firstname::before {
  content: "";
  position: absolute;
  left: -55px;
  width: 37px;
  height: 30px;
  top: 29px;
  background-image: url(/wp-content/uploads/2024/10/whiteline.png);
}
@media screen and (max-width: 900px) {
  .polar-spotlight__firstname {
    font-size: 60px;
  }
}
.polar-spotlight__cta.cta--button {
  margin-right: auto;
  margin-left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
@media screen and (max-width: 768px) {
  .polar-spotlight__cta.cta--button {
    width: auto;
  }
}
.polar-spotlight__copy {
  color: #fff;
  margin-bottom: 32px;
  max-width: 750px;
}
.polar-spotlight__name {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 101%; /* 30.3px */
  letter-spacing: 2.4px;
  margin: -20px 0px 24px;
  text-align: center;
}
.polar-spotlight .slick-dots {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
}
@media screen and (max-width: 1212px) {
  .polar-spotlight .slick-dots {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    bottom: unset;
    left: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.polar-spotlight .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0px 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}
.polar-spotlight .slick-dots li button {
  display: none;
}
.polar-spotlight .slick-dots li.slick-active {
  border: none;
  background-color: red;
}

.polar-spotlight__slider {
  width: 100%;
  overflow: hidden;
}

.polar-spotlight__slider .slick-slide {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove any padding or margin that might cause gaps */
.polar-spotlight__slider .slick-list,
.polar-spotlight__slider .slick-track {
  padding: 0;
  margin: 0;
}

.polar-plunge-template .polar-spotlight {
  background-image: url(/wp-content/uploads/2024/10/polar_form_bg.png);
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent !important;
  padding: 150px 0px;
}

.ucs-col {
  padding: 75px 0;
  margin: 0px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ucs-col {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.ucs-col h2:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.ucs-col .number-blocks__arrow {
  margin-bottom: 0;
}
.ucs-col--padding {
  padding: 75px 0;
}
.ucs-col--imageover {
  padding: 0px;
}
.ucs-col--imageover .ucs-col__image {
  margin: -30px 0;
  z-index: 2;
}
.ucs-col--imageright .ucs-col__image img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.ucs-col--imageleft {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ucs-col--imageleft .ucs-col__image img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.ucs-col__text {
  width: 75%;
  margin: 0px auto;
  padding: 40px 0px 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ucs-col__text {
    width: auto;
    padding: 30px 20px;
  }
}
.ucs-col__copy {
  max-width: 600px;
  margin: 12px auto 20px;
}
.ucs-col__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.ucs-col__image img {
  width: 100%;
}
@media (max-width: 768px) {
  .ucs-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .ucs-col__image {
    width: 90%;
  }
}
.ucs-col .ucs-col__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .ucs-col .ucs-col__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
  }
}
.ucs-col .ucs-col__columns.align--left {
  text-align: left;
}
.ucs-col .ucs-col__columns.align--left .cta {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}
.ucs-col .ucs-col__columns.align--center {
  text-align: center;
}
.ucs-col .ucs-col__columns.align--center .cta {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.ucs-col .ucs-col__columns.align--right {
  text-align: right;
}
.ucs-col .ucs-col__columns.align--right .cta {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}
.ucs-col .ucs-col__columns .column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(30% - 20px);
          flex: 0 0 calc(30% - 20px);
  max-width: 30%;
}
@media screen and (max-width: 900px) {
  .ucs-col .ucs-col__columns .column {
    width: 100%;
    max-width: 100%;
  }
}
.ucs-col .ucs-col__columns .column a {
  text-decoration: none !important;
}
.ucs-col .ucs-col__columns .column .body1 {
  color: #c4161c;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 139%;
  margin-bottom: 8px;
}
.ucs-col .ucs-col__columns .column .body2 {
  color: #2e3b6d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 139%;
}
.ucs-col .ucs-col__columns .column img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/4;
  max-width: 200px;
  margin: 20px 0px;
}
.ucs-col .ucs-col__columns .column--title {
  margin: 16px 0px 10px;
  color: #000 !important;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .ucs-col .ucs-col__column-text {
    padding: 0 20px;
  }
}
.ucs-col .ucs-col__bottomimage {
  margin: 60px 0px 20px;
  text-align: center;
}
.ucs-col .ucs-col__bottomimage img {
  margin: 0px auto;
  max-width: 100%;
  width: auto;
}

.schoolmap {
  background-color: #fff;
  padding: 60px 0px;
}
.schoolmap h2 {
  text-align: center;
}
.schoolmap .selectedlevels {
  text-align: center;
  margin: 20px 0px 10px;
}
.schoolmap .selectedlevels p {
  margin: 0px 0px 10px;
  color: #c4161c;
}
.schoolmap .selectedlevels select {
  width: 20%;
  margin: 0 auto 20px;
  padding: 10px 30px 10px 10px;
  background-color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  border-radius: 8px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: url(/wp-content/uploads/2024/10/redwrrowselect.svg);
  background-size: 16px 9px;
  background-repeat: no-repeat;
  background-position: 95% 16px;
}
@media screen and (max-width: 950px) {
  .schoolmap .selectedlevels select {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .schoolmap .selectedlevels select {
    width: 80%;
  }
}
.schoolmap .mapboxgl-popup {
  min-width: 400px;
  width: 100%;
}
.schoolmap .mapboxgl-popup-content {
  padding: 40px 30px 30px;
  border-radius: 8px;
  font-family: ubuntu, sans-serif;
}
.schoolmap .mapboxgl-popup-content .schoolname {
  color: #c4161c;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 8px;
}
.schoolmap .mapboxgl-popup-content .schoolname span {
  color: #636359;
  font-weight: 300;
  font-size: 16px;
}
.schoolmap .mapboxgl-popup-content .grade,
.schoolmap .mapboxgl-popup-content .district,
.schoolmap .mapboxgl-popup-content .banner,
.schoolmap .mapboxgl-popup-content .contact {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.schoolmap .mapboxgl-popup-content .grade span,
.schoolmap .mapboxgl-popup-content .district span,
.schoolmap .mapboxgl-popup-content .banner span,
.schoolmap .mapboxgl-popup-content .contact span {
  text-decoration: underline;
}
.schoolmap .mapboxgl-popup-content .grade a,
.schoolmap .mapboxgl-popup-content .district a,
.schoolmap .mapboxgl-popup-content .banner a,
.schoolmap .mapboxgl-popup-content .contact a {
  outline: none;
  text-transform: lowercase;
}
.schoolmap .mapboxgl-popup-content .grade a:focus,
.schoolmap .mapboxgl-popup-content .district a:focus,
.schoolmap .mapboxgl-popup-content .banner a:focus,
.schoolmap .mapboxgl-popup-content .contact a:focus {
  outline: none;
}
.schoolmap .mapboxgl-popup-close-button {
  font-size: 30px;
}

.cta, .wp-element-button.cta .wp-block-button__link {
  color: #c4161c;
  font-size: 18px;
  font-weight: 300;
  line-height: 173%;
  letter-spacing: 0.54px;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.cta:hover, .wp-element-button.cta .wp-block-button__link:hover {
  color: #000;
}
.cta--secondary, .wp-element-button.button-secondary .wp-block-button__link {
  font-weight: 700;
  position: relative;
}
.cta--secondary::after, .wp-element-button.button-secondary .wp-block-button__link::after {
  content: "";
  width: 7px;
  height: 12px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="12" viewBox="0 0 7 12" fill="none"><path d="M6.53043 6.53033C6.82332 6.23744 6.82332 5.76256 6.53043 5.46967L1.75746 0.6967C1.46457 0.403806 0.989692 0.403806 0.696799 0.6967C0.403905 0.989593 0.403905 1.46447 0.696799 1.75736L4.93944 6L0.6968 10.2426C0.403906 10.5355 0.403906 11.0104 0.6968 11.3033C0.989693 11.5962 1.46457 11.5962 1.75746 11.3033L6.53043 6.53033ZM6 6.75L6.0001 6.75L6.0001 5.25L6 5.25L6 6.75Z" fill="white" /></svg>');
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="12" viewBox="0 0 7 12" fill="none"><path d="M6.53043 6.53033C6.82332 6.23744 6.82332 5.76256 6.53043 5.46967L1.75746 0.6967C1.46457 0.403806 0.989692 0.403806 0.696799 0.6967C0.403905 0.989593 0.403905 1.46447 0.696799 1.75736L4.93944 6L0.6968 10.2426C0.403906 10.5355 0.403906 11.0104 0.6968 11.3033C0.989693 11.5962 1.46457 11.5962 1.75746 11.3033L6.53043 6.53033ZM6 6.75L6.0001 6.75L6.0001 5.25L6 5.25L6 6.75Z" fill="white" /></svg>');
  -webkit-mask-size: cover;
          mask-size: cover;
  display: inline-block;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  background-color: currentColor;
}
.cta--button, .gform_wrapper .gform_button, .gform_wrapper .gform_button_select_files,
.gform_wrapper .gform-theme-button, .wp-element-button.button-primary .wp-block-button__link, .wp-element-button {
  color: #fff;
  background-color: #c4161c;
  padding: 12px 34px;
  text-decoration: none;
  font-size: 18px;
  border-radius: 10px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 20px;
  border: solid 2px #c4161c;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta--button:hover, .gform_wrapper .gform_button:hover, .gform_wrapper .gform_button_select_files:hover,
.gform_wrapper .gform-theme-button:hover, .wp-element-button.button-primary .wp-block-button__link:hover, .wp-element-button:hover, .cta--button:focus, .gform_wrapper .gform_button:focus, .gform_wrapper .gform_button_select_files:focus,
.gform_wrapper .gform-theme-button:focus, .wp-element-button.button-primary .wp-block-button__link:focus, .wp-element-button:focus, .cta--button:active, .gform_wrapper .gform_button:active, .gform_wrapper .gform_button_select_files:active,
.gform_wrapper .gform-theme-button:active, .wp-element-button.button-primary .wp-block-button__link:active, .wp-element-button:active {
  background-color: #F6F5ED;
  border-color: #000;
  color: #000;
}
.wp-element-button.has-red-background-color:hover, .wp-element-button.has-red-background-color:focus, .wp-element-button.has-red-background-color:active {
  background-color: #F6F5ED !important;
}
.wp-element-button.is-style-outline .wp-block-button__link {
  border-color: #000;
  background-color: transparent;
  color: #000;
}
.wp-element-button.is-style-outline .wp-block-button__link:hover, .wp-element-button.is-style-outline .wp-block-button__link:focus, .wp-element-button.is-style-outline .wp-block-button__link:active {
  background-color: #F6F5ED;
}
.wp-element-button.cta .wp-block-button__link {
  background-color: transparent;
  padding: 0px;
  color: #C4161C;
}
.text-link {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  text-underline-offset: 4px;
  color: #C4161C;
  letter-spacing: 2.7px;
}
.text-link--icon-right {
  text-decoration: none;
  margin-right: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.text-link--icon-right span {
  text-decoration: underline;
}
.text-link--icon-right svg {
  margin-top: 2px;
}
.text-link:hover, .text-link:focus, .text-link:active {
  color: #000;
}

.polar-plunge-template .cta, .polar-plunge-template .wp-element-button.cta .wp-block-button__link, .wp-element-button.cta .polar-plunge-template .wp-block-button__link {
  color: #c4161c;
  font-size: 18px;
  font-weight: 300;
  line-height: 173%;
  letter-spacing: 0.54px;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.polar-plunge-template .cta:hover, .polar-plunge-template .wp-element-button.cta .wp-block-button__link:hover, .wp-element-button.cta .polar-plunge-template .wp-block-button__link:hover {
  color: #000;
}
.polar-plunge-template .cta--secondary, .polar-plunge-template .wp-element-button.button-secondary .wp-block-button__link, .wp-element-button.button-secondary .polar-plunge-template .wp-block-button__link {
  font-weight: 700;
  position: relative;
  color: #000;
}
.polar-plunge-template .cta--secondary::after, .polar-plunge-template .wp-element-button.button-secondary .wp-block-button__link::after, .wp-element-button.button-secondary .polar-plunge-template .wp-block-button__link::after {
  content: "";
  width: 7px;
  height: 12px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="12" viewBox="0 0 7 12" fill="none"><path d="M6.53043 6.53033C6.82332 6.23744 6.82332 5.76256 6.53043 5.46967L1.75746 0.6967C1.46457 0.403806 0.989692 0.403806 0.696799 0.6967C0.403905 0.989593 0.403905 1.46447 0.696799 1.75736L4.93944 6L0.6968 10.2426C0.403906 10.5355 0.403906 11.0104 0.6968 11.3033C0.989693 11.5962 1.46457 11.5962 1.75746 11.3033L6.53043 6.53033ZM6 6.75L6.0001 6.75L6.0001 5.25L6 5.25L6 6.75Z" fill="white" /></svg>');
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="12" viewBox="0 0 7 12" fill="none"><path d="M6.53043 6.53033C6.82332 6.23744 6.82332 5.76256 6.53043 5.46967L1.75746 0.6967C1.46457 0.403806 0.989692 0.403806 0.696799 0.6967C0.403905 0.989593 0.403905 1.46447 0.696799 1.75736L4.93944 6L0.6968 10.2426C0.403906 10.5355 0.403906 11.0104 0.6968 11.3033C0.989693 11.5962 1.46457 11.5962 1.75746 11.3033L6.53043 6.53033ZM6 6.75L6.0001 6.75L6.0001 5.25L6 5.25L6 6.75Z" fill="white" /></svg>');
  -webkit-mask-size: cover;
          mask-size: cover;
  display: inline-block;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  background-color: currentColor;
}
.polar-plunge-template .cta--button, .polar-plunge-template .gform_wrapper .gform_button, .gform_wrapper .polar-plunge-template .gform_button, .polar-plunge-template .gform_wrapper .gform_button_select_files, .gform_wrapper .polar-plunge-template .gform_button_select_files,
.polar-plunge-template .gform_wrapper .gform-theme-button,
.gform_wrapper .polar-plunge-template .gform-theme-button, .polar-plunge-template .wp-element-button, .polar-plunge-template .wp-element-button.button-primary .wp-block-button__link, .wp-element-button.button-primary .polar-plunge-template .wp-block-button__link {
  color: #fff;
  background-color: #000000;
  padding: 12px 34px;
  text-decoration: none;
  font-size: 18px;
  border-radius: 10px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 20px;
  border: solid 2px #000000;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.polar-plunge-template .cta--button:hover, .polar-plunge-template .gform_wrapper .gform_button:hover, .gform_wrapper .polar-plunge-template .gform_button:hover, .polar-plunge-template .gform_wrapper .gform_button_select_files:hover, .gform_wrapper .polar-plunge-template .gform_button_select_files:hover,
.polar-plunge-template .gform_wrapper .gform-theme-button:hover,
.gform_wrapper .polar-plunge-template .gform-theme-button:hover, .polar-plunge-template .wp-element-button:hover, .polar-plunge-template .wp-element-button.button-primary .wp-block-button__link:hover, .wp-element-button.button-primary .polar-plunge-template .wp-block-button__link:hover, .polar-plunge-template .cta--button:focus, .polar-plunge-template .gform_wrapper .gform_button:focus, .gform_wrapper .polar-plunge-template .gform_button:focus, .polar-plunge-template .gform_wrapper .gform_button_select_files:focus, .gform_wrapper .polar-plunge-template .gform_button_select_files:focus,
.polar-plunge-template .gform_wrapper .gform-theme-button:focus,
.gform_wrapper .polar-plunge-template .gform-theme-button:focus, .polar-plunge-template .wp-element-button:focus, .polar-plunge-template .wp-element-button.button-primary .wp-block-button__link:focus, .wp-element-button.button-primary .polar-plunge-template .wp-block-button__link:focus, .polar-plunge-template .cta--button:active, .polar-plunge-template .gform_wrapper .gform_button:active, .gform_wrapper .polar-plunge-template .gform_button:active, .polar-plunge-template .gform_wrapper .gform_button_select_files:active, .gform_wrapper .polar-plunge-template .gform_button_select_files:active,
.polar-plunge-template .gform_wrapper .gform-theme-button:active,
.gform_wrapper .polar-plunge-template .gform-theme-button:active, .polar-plunge-template .wp-element-button:active, .polar-plunge-template .wp-element-button.button-primary .wp-block-button__link:active, .wp-element-button.button-primary .polar-plunge-template .wp-block-button__link:active {
  background-color: #fff;
  border-color: #000;
  color: #087EA7;
}
.select-wrapper {
  position: relative;
  display: inline-block;
}
.select-wrapper select {
  padding: 16px 34px 16px 16px;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-family: "ubuntu", sans-serif !important;
  font-weight: 400;
  line-height: 1;
  border: solid 1px #000;
  border-radius: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: auto;
}
.select-wrapper::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="9" viewBox="0 0 16 9" fill="none"><path d="M8.70711 8.70721C8.31658 9.09773 7.68342 9.09773 7.29289 8.70721L0.928932 2.34325C0.538408 1.95272 0.538408 1.31956 0.928932 0.929032C1.31946 0.538508 1.95262 0.538508 2.34315 0.929032L8 6.58589L13.6569 0.929032C14.0474 0.538508 14.6805 0.538508 15.0711 0.929032C15.4616 1.31956 15.4616 1.95272 15.0711 2.34325L8.70711 8.70721ZM9 8V8.0001H7V8H9Z" fill="%23C4161C"/></svg>');
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

input[type=checkbox],
input[type=radio] {
  accent-color: #C4161C !important;
}
input[type=checkbox]::before,
input[type=radio]::before {
  color: #C4161C !important;
  background-color: #C4161C !important;
}

.gform_wrapper select {
  padding: 12px 32px 12px 12px !important;
  line-height: 1.5 !important;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper textarea,
.gform_wrapper select {
  border-radius: 10px;
  border: 0.5px solid #636359;
}
.gform_wrapper .gform_button, .gform_wrapper .gform_button_select_files,
.gform_wrapper .gform-theme-button {
  padding: 15px 34px !important;
  font-size: 18px !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  -webkit-transition: all 0.75s ease !important;
  transition: all 0.75s ease !important;
  border: solid 2px #C4161C !important;
}
.gform_wrapper .gform_button:hover, .gform_wrapper .gform_button_select_files:hover,
.gform_wrapper .gform-theme-button:hover {
  background-color: #f6f5ed !important;
  border: solid 2px #000 !important;
  color: #000 !important;
}
.gform_wrapper .gform_previous_button {
  background: rgba(99, 99, 89, 0.68) !important;
  border-color: #636359 !important;
  color: #636359 !important;
}
.gform_wrapper .gform_previous_button:hover {
  background-color: #f6f5ed !important;
  color: #000 !important;
}
@media (max-width: 46.24em) {
  .gform_wrapper.gform-theme--foundation .gform_fields {
    row-gap: 10px;
  }
}
.gform_wrapper.gform-theme--foundation .gf_page_steps {
  text-align: center;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--gf-field-pg-steps-step-gap);
}
@media screen and (max-width: 768px) {
  .gform_wrapper.gform-theme--foundation .gf_page_steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.gform_wrapper.gform-theme--foundation .gf_page_steps .gf_step::before {
  content: "—";
}
@media screen and (max-width: 768px) {
  .gform_wrapper.gform-theme--foundation .gf_page_steps .gf_step::before {
    content: none;
  }
}
.gform_wrapper.gform-theme--foundation .gf_page_steps .gf_step.gf_step_first::before {
  content: none;
}
.gform_wrapper.gform-theme--foundation .gf_page_steps .gf_step.gf_step_active {
  font-weight: 300;
}
.gform_wrapper.gform-theme--foundation .gf_page_steps .gf_step.gf_step_completed .gf_step_number::after, .gform_wrapper.gform-theme--foundation .gf_page_steps .gf_step.gf_step_completed:after {
  content: none;
}
.gform_wrapper.gform-theme--foundation .gf_page_steps .gf_step_number {
  border: solid 1px #636359;
  font-weight: 300;
  color: #000;
  background: transparent;
}
.gform_wrapper.gform-theme--foundation .gf_page_steps .gf_step_label {
  font-weight: 300;
  text-transform: unset;
  font-size: 16px;
}
.gform_wrapper.gform-theme--foundation .gf_page_steps .gf_step_label:empty {
  display: none;
}
.gform_wrapper.gform-theme--foundation .gf_page_steps .gf_step_active .gf_step_number {
  color: #C4161C;
}
.gform_wrapper.gform-theme--foundation .gf_page_steps .gf_step_active .gf_step_label {
  color: #C4161C;
}
.gform_wrapper.gform-theme--foundation .ginput_container_multiselect .chosen-choices .search-choice {
  background-color: #C4161C !important;
}
.gform_wrapper.gform-theme--foundation .ginput_container_multiselect .chosen-drop .chosen-results .result-selected {
  -webkit-box-shadow: inset 3px 0 0 #C4161C;
          box-shadow: inset 3px 0 0 #C4161C;
}
.gform_wrapper.gform-theme--foundation .pc_image_choice {
  container-type: inline-size;
  container-name: pc_image_choice;
}
.gform_wrapper.gform-theme--foundation .pc_image_choice .gfield_checkbox .gchoice,
.gform_wrapper.gform-theme--foundation .pc_image_choice .gfield_radio .gchoice {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.gform_wrapper.gform-theme--foundation .pc_image_choice .gfield_checkbox .gchoice label,
.gform_wrapper.gform-theme--foundation .pc_image_choice .gfield_radio .gchoice label {
  margin: 0;
  font-size: 24px !important;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: solid 3px transparent;
}
.gform_wrapper.gform-theme--foundation .pc_image_choice .gfield_checkbox .gchoice label:hover,
.gform_wrapper.gform-theme--foundation .pc_image_choice .gfield_radio .gchoice label:hover {
  border: solid 3px #000;
  border-style: inset;
}
.gform_wrapper.gform-theme--foundation .pc_image_choice .gfield_checkbox .gchoice input:checked + label,
.gform_wrapper.gform-theme--foundation .pc_image_choice .gfield_radio .gchoice input:checked + label {
  border: solid 6px #C4161C;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gform_wrapper.gform-theme--foundation .soi_athlete_type_select .gfield_checkbox .gchoice label,
.gform_wrapper.gform-theme--foundation .soi_athlete_type_select .gfield_radio .gchoice label {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 246px;
}
@media (min-width: 46.25em) {
  .gform_wrapper.gform-theme--foundation .soi_athlete_type_select .gfield_checkbox .gchoice label,
  .gform_wrapper.gform-theme--foundation .soi_athlete_type_select .gfield_radio .gchoice label {
    padding: 44px 24px 24px;
  }
}
.gform_wrapper.gform-theme--foundation .soi_athlete_type_select .gfield_checkbox .gchoice label img,
.gform_wrapper.gform-theme--foundation .soi_athlete_type_select .gfield_radio .gchoice label img {
  max-height: 98px;
  -o-object-fit: contain;
     object-fit: contain;
}
.gform_wrapper.gform-theme--foundation .soi_sports_multiselect .gfield_checkbox,
.gform_wrapper.gform-theme--foundation .soi_sports_multiselect .gfield_radio {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(90px, 100%), 1fr)) !important;
  gap: 10px !important;
}
@container pc_image_choice (min-width: 768px) {
  .gform_wrapper.gform-theme--foundation .soi_sports_multiselect .gfield_checkbox,
  .gform_wrapper.gform-theme--foundation .soi_sports_multiselect .gfield_radio {
    grid-template-columns: repeat(auto-fill, minmax(min(150px, 100%), 1fr)) !important;
  }
}
.gform_wrapper.gform-theme--foundation .soi_sports_multiselect .gfield_checkbox .gchoice label,
.gform_wrapper.gform-theme--foundation .soi_sports_multiselect .gfield_radio .gchoice label {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 7px !important;
  text-transform: uppercase;
  border: none;
}
.gform_wrapper.gform-theme--foundation .soi_sports_multiselect .gfield_checkbox .gchoice label:hover,
.gform_wrapper.gform-theme--foundation .soi_sports_multiselect .gfield_radio .gchoice label:hover {
  border: none;
}
@container pc_image_choice (min-width: 768px) {
  .gform_wrapper.gform-theme--foundation .soi_sports_multiselect .gfield_checkbox .gchoice label,
  .gform_wrapper.gform-theme--foundation .soi_sports_multiselect .gfield_radio .gchoice label {
    font-size: 15px !important;
  }
}
.gform_wrapper.gform-theme--foundation .soi_sports_multiselect .gfield_checkbox .gchoice label img,
.gform_wrapper.gform-theme--foundation .soi_sports_multiselect .gfield_radio .gchoice label img {
  border-radius: 100%;
  max-height: unset;
  max-width: 88px;
}
.gform_wrapper.gform-theme--foundation .soi_sports_multiselect .gfield_checkbox .gchoice input:checked + label,
.gform_wrapper.gform-theme--foundation .soi_sports_multiselect .gfield_radio .gchoice input:checked + label {
  border: none;
}
.gform_wrapper.gform-theme--foundation .soi_sports_multiselect .gfield_checkbox .gchoice input:checked + label img,
.gform_wrapper.gform-theme--foundation .soi_sports_multiselect .gfield_radio .gchoice input:checked + label img {
  border: solid 6px #C4161C;
  -webkit-box-shadow: inset 0px 0px 0px 3px #000;
          box-shadow: inset 0px 0px 0px 3px #000;
}
.gform_wrapper.gform-theme--foundation .gform_page_footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 46.25em) {
  .gform_wrapper.gform-theme--foundation .gform_page_footer {
    margin-top: 60px;
  }
}
.gform_wrapper.gform-theme--foundation .gform_page_footer .gform-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gform_wrapper.athlete-interest-form_wrapper {
  background: #fff;
  -webkit-box-shadow: -2px 4px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: -2px 4px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 15%;
}
@media (max-width: 46.24em) {
  .gform_wrapper.athlete-interest-form_wrapper {
    padding: 25px;
  }
}
.form-two-column__text .gform_wrapper.athlete-interest-form_wrapper {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gform_wrapper.athlete-interest-form_wrapper .gform_title {
  text-align: center;
  font-weight: 400;
}
.gform_wrapper.athlete-interest-form_wrapper .gf_page_steps {
  font-size: 30px;
  font-weight: 300;
  color: #636359;
  margin: 73px 0 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 46.24em) {
  .gform_wrapper.athlete-interest-form_wrapper .gf_page_steps {
    margin: 23px 0;
    font-size: 14px;
  }
}
.gform_wrapper.athlete-interest-form_wrapper .gf_page_steps .gf_step::before {
  content: "—";
}
.gform_wrapper.athlete-interest-form_wrapper .gf_page_steps .gf_step.gf_step_first::before {
  content: none;
}
.gform_wrapper.athlete-interest-form_wrapper .gf_page_steps .gf_step_number {
  border: none;
  font-size: 32px;
  font-weight: 500;
  color: #636359;
}
@media (max-width: 46.24em) {
  .gform_wrapper.athlete-interest-form_wrapper .gf_page_steps .gf_step_number {
    font-size: 24px;
  }
}
.gform_wrapper.athlete-interest-form_wrapper .gf_page_steps .gf_step_completed .gf_step_number {
  color: #C4161C;
}
.gform_wrapper.athlete-interest-form_wrapper .gfield--type-section {
  border-bottom: none;
}
.gform_wrapper.athlete-interest-form_wrapper .gsection_title {
  text-align: center;
  font-weight: 400;
}
.gform_wrapper.athlete-interest-form_wrapper .gfield_description {
  color: #636359;
  font-style: normal;
  font-weight: 400;
  line-height: 1.53;
}
@media (min-width: 46.25em) {
  .gform_wrapper.athlete-interest-form_wrapper .gfield_description {
    font-size: 24px;
    margin-bottom: 23px;
  }
}
.gform_wrapper.athlete-interest-form_wrapper .ginput_container_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.gform_wrapper.athlete-interest-form_wrapper .ginput_container_radio .gfield_radio .gchoice {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gform_wrapper.athlete-interest-form_wrapper .ginput_container_radio .gform-field-label {
  font-size: 18px;
}
@media (min-width: 46.25em) {
  .gform_wrapper.athlete-interest-form_wrapper .ginput_container_radio .gform-field-label {
    font-size: 24px;
  }
}
/*# sourceMappingURL=gutenberg.css.map */
