@import url(https://fonts.cdnfonts.com/css/sofia-pro);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;

700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200%3b0,300%3b0,400%3b0,700%3b0,900%3b1,200%3b1,300%3b1,400%3b1,700%3b1,900&display=swap);@charset "UTF-8";
* {
  margin: 0;
}

body,
h1,
h2,
h3,
strong,
li {
  font-family: "Nunito Sans", sans-serif !important;
}

h2 {
  font-size: 23px;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}

#top-bar {
  background-color: #005cb9;
}

.footer {
  background-color: #005cb9;
}

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

.bg-blue {
  background-color: #005cb9;
}

.bg-blue a {
  color: #fff;
}

.bg-blue a:hover {
  text-decoration: none;
}

.bg-yellow {
  background-color: #ffcd00;
}

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

.bg-red-a {
  background-color: rgba(255, 68, 56, 0.7);
}

.bg-blue-a {
  background-color: rgba(0, 92, 185, 0.7);
}

.bg-yellow-a {
  background-color: rgba(255, 205, 0, 0.7);
}

.border-red {
  border-color: #ff4438 !important;
}

.border-blue {
  border-color: #005cb9 !important;
}

.border-yellow {
  border-color: #ffcd00 !important;
}

.text-red {
  color: #ff4438;
}

.text-blue {
  color: #005cb9;
}

.text-yellow {
  color: #ffcd00;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

#banner {
  align-items: center;
  background-color: #ff4438;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 33.33333vw;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #banner {
    background-size: contain;
    height: calc(33.3333vw + 38px);
  }
}

#banner .inner {
  color: #FFF;
  font-size: 43px;
  font-weight: 900;
  height: auto;
  line-height: 1;
  max-width: 33%;
  padding: 2rem 1rem;
  text-align: left;
  width: auto;
}

@media only screen and (max-width: 991px) {
  #banner .inner {
    font-size: 18px;
    padding: 0.25rem;
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  #banner .inner {
    max-width: 50%;
  }
}

#floatingButtons {
  bottom: 0;
  display: flex;
  position: absolute;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  #floatingButtons {
    right: 0;
    width: 100%;
  }
}

#floatingButtons.fixed {
  bottom: unset;
  display: block;
  position: fixed;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 767px) {
  #floatingButtons.fixed {
    border-bottom: 2px solid white;
    display: flex;
    width: 100%;
  }
}

#floatingButtons a {
  display: block;
}

@media only screen and (max-width: 767px) {
  #floatingButtons a {
    flex: 1 1 auto;
    font-size: 14px;
    padding: 8px 0;
  }
}

#caption {
  padding: 24px 0;
}

#caption .heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

#caption .text {
  font-size: 20px;
  font-weight: 300;
}

#bannerSlider {
  position: relative;
}

#bannerSlider .slick-slider .slick-slide a {
  align-items: center;
  display: flex;
  width: 100%;
}

#bannerSlider .slick-slider .slick-slide .inner {
  color: #FFF;
  font-size: 43px;
  font-weight: 900;
  height: auto;
  line-height: 1;
  max-width: 33%;
  padding: 2rem 1rem;
  text-align: left;
  width: auto;
}

@media only screen and (max-width: 991px) {
  #bannerSlider .slick-slider .slick-slide .inner {
    font-size: 18px;
    padding: 0.25rem;
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  #bannerSlider .slick-slider .slick-slide .inner {
    max-width: 50%;
  }
}

.modal {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.modal .inner {
  border: 15px solid transparent;
  border-radius: 25px;
  max-width: 600px;
  padding: 2rem;
  position: relative;
  text-align: center;
  width: 66%;
}

@media only screen and (max-width: 767px) {
  .modal .inner {
    border-width: 10px;
    padding: 1rem;
  }
}

.modal .inner .closePopup {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 8px;
}

.modal .inner .adventures {
  margin: 1rem 0;
}

@media only screen and (max-width: 767px) {
  .modal .inner .adventures {
    display: none;
  }
}

.modal .inner .adventures img {
  height: 180px;
  width: auto;
}

.modal .inner .adventures img + img {
  margin-left: 2rem;
}

.modal .inner .headline {
  font-weight: 900;
  line-height: 1;
  margin: 1rem 0;
}

.modal .inner .headline .large {
  font-size: 2.25rem;
}

@media only screen and (max-width: 767px) {
  .modal .inner .headline .large {
    font-size: 1.5rem;
  }
}

.modal .inner .headline .medium {
  font-size: 2rem;
  margin-top: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .modal .inner .headline .medium {
    font-size: 1rem;
  }
}

.modal .inner .headline .small {
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  .modal .inner .headline .small {
    font-size: 18px;
  }
}

.modal .inner .cta {
  font-size: 24px;
  font-weight: 700;
  margin-top: 1rem;
}

.modal .inner .text {
  font-size: 20px;
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  .modal .inner .text {
    font-size: 16px;
  }
}

.modal#popup-yellow .inner {
  background-color: #ffcd00;
  border-color: #005cb9;
}

.modal#popup-yellow .inner .text {
  color: #ff4438;
}

.modal#popup-yellow .inner .headline {
  color: #005cb9;
}

.modal#popup-yellow a {
  color: #005cb9;
}

.modal#popup-yellow a:hover {
  color: #ff4438;
}

.page-template-template-home-reopening .button,
.page-template-template-what-to-know .button,
.page-template-template-packages .button,
.page-template-template-memberships .button,
.page-template-template-fundraiser .button {
  border: 4px solid transparent;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
}

.page-template-template-home-reopening .button.red,
.page-template-template-what-to-know .button.red,
.page-template-template-packages .button.red,
.page-template-template-memberships .button.red,
.page-template-template-fundraiser .button.red {
  background-color: #ff4438;
}

.page-template-template-home-reopening .button.blue,
.page-template-template-what-to-know .button.blue,
.page-template-template-packages .button.blue,
.page-template-template-memberships .button.blue,
.page-template-template-fundraiser .button.blue {
  background-color: #005cb9;
}

.page-template-template-home-reopening .button.yellow,
.page-template-template-what-to-know .button.yellow,
.page-template-template-packages .button.yellow,
.page-template-template-memberships .button.yellow,
.page-template-template-fundraiser .button.yellow {
  background-color: #ffcd00;
}

.page-template-template-home-reopening .button:hover,
.page-template-template-what-to-know .button:hover,
.page-template-template-packages .button:hover,
.page-template-template-memberships .button:hover,
.page-template-template-fundraiser .button:hover {
  color: #000;
  padding: 15px 40px;
  text-decoration: none;
}

.page-template-template-home-reopening .heading,
.page-template-template-what-to-know .heading,
.page-template-template-packages .heading,
.page-template-template-memberships .heading,
.page-template-template-fundraiser .heading {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}

.page-template-template-home-reopening .text,
.page-template-template-what-to-know .text,
.page-template-template-packages .text,
.page-template-template-memberships .text,
.page-template-template-fundraiser .text {
  font-size: 22px;
  font-weight: 400;
}

@media only screen and (max-width: 479px) {
  .page-template-template-home-reopening .text,
  .page-template-template-what-to-know .text,
  .page-template-template-packages .text,
  .page-template-template-memberships .text,
  .page-template-template-fundraiser .text {
    font-size: 18px;
  }
}

.page-template-template-home-reopening .fine-print,
.page-template-template-what-to-know .fine-print,
.page-template-template-packages .fine-print,
.page-template-template-memberships .fine-print,
.page-template-template-fundraiser .fine-print {
  font-size: 16px;
}

#top-bar .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 28px 15px;
  margin: auto;
}

@media only screen and (max-width: 479px) {
  #top-bar .container {
    display: block;
    padding: 14px 0;
  }
}

#top-bar .container .text {
  color: #FFF;
  flex: 1;
  font-size: 23px;
  font-weight: 900;
  text-align: left;
}

@media only screen and (max-width: 479px) {
  #top-bar .container .text {
    font-size: 14px;
    padding: 0 15px;
    text-align: center;
  }
}

#top-bar .container a.button {
  background-color: #ff4438;
  color: #FFF;
  display: inline-block;
  flex: 0 0 auto;
  font-size: 20px;
  font-weight: 900;
  padding: 12px;
  text-decoration: none;
}

@media only screen and (max-width: 479px) {
  #top-bar .container a.button {
    font-size: 16px;
    margin-top: 0.5rem;
    padding: 6px 12px;
  }
}

#top-bar .container a.button:hover {
  background-color: #ffcd00;
  color: #005cb9;
}

header {
  padding: 29px 0;
  position: relative;
  z-index: 300;
}

header #desktopHeader {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

@media only screen and (max-width: 991px) {
  header #desktopHeader {
    display: none !important;
  }
}

header #desktopHeader a.home {
  max-width: 200px;
}

header #desktopHeader a.home img {
  display: block;
}

header #mobileHeader {
  display: none;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  header #mobileHeader {
    display: block;
  }
}

header #mobileHeader .inner {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

header #mobileHeader .inner a {
  height: auto;
  max-width: 200px;
}

header #mobileHeader .inner > img {
  cursor: pointer;
  display: block;
  flex: 0 0 50px;
}

header #mobileHeader nav#mobileNav {
  display: none;
  margin: 29px 0 -29px 0;
}

@media only screen and (max-width: 479px) {
  header {
    display: block !important;
  }
}

header a.home {
  display: block;
}

header nav a:hover,
header nav a:active {
  color: inherit !important;
  text-decoration: none !important;
}

header nav > ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
}

@media only screen and (max-width: 991px) {
  header nav > ul {
    display: block;
  }
}

header nav > ul > li {
  align-items: center;
  display: flex;
  height: 36px;
  justify-content: center;
  margin-left: 7px;
  position: relative;
  width: 130px;
}

@media only screen and (max-width: 991px) {
  header nav > ul > li {
    margin-left: 0;
    width: 100%;
  }
}

header nav > ul > li:first-child {
  margin-left: 0;
}

header nav > ul > li:nth-child(3n+1) {
  background-color: #ff4438;
  color: #fff;
}

header nav > ul > li:nth-child(3n+1) li {
  background-color: #ff4438;
  color: #fff;
}

header nav > ul > li:nth-child(3n+2) {
  background-color: #005cb9;
  color: #ffcd00;
}

header nav > ul > li:nth-child(3n+2) li {
  background-color: #005cb9;
  color: #ffcd00;
}

header nav > ul > li:nth-child(3n+3) {
  background-color: #ffcd00;
  color: #005cb9;
}

header nav > ul > li:nth-child(3n+3) li {
  background-color: #ffcd00;
  color: #005cb9;
}

header nav > ul > li a {
  color: inherit;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

header nav > ul > li .sub-menu {
  background-color: transparent;
  border: 2px solid #fff;
  display: none;
  justify-content: flex-end;
  margin: 0;
  max-width: none;
  padding: 10px 0 0 0;
  visibility: visible;
}

@media only screen and (max-width: 991px) {
  header nav > ul > li .sub-menu {
    position: relative;
  }
}

header nav > ul > li .sub-menu > li:first-child {
  margin-left: 0;
}

header nav > ul > li .sub-menu > li a {
  border-bottom: 1px solid #fff;
  display: block;
  font-size: 16px;
  padding: 12px 16px;
}

header nav > ul > li .sub-menu > li:last-child a {
  border-bottom: none;
}

header nav ul#menu-main-navigation > li .sub-menu {
  left: -35px;
  position: absolute;
  right: unset;
  top: 36px;
  width: 200px;
}

header nav ul#menu-main-navigation > li:hover .sub-menu {
  display: block;
}

header nav ul#menu-mobile-navigation > li {
  display: block;
  height: auto;
  min-height: 36px;
  padding: 8px 0;
  text-align: center;
}

header nav ul#menu-mobile-navigation > li a {
  display: block;
}

header nav ul#menu-mobile-navigation > li .sub-menu {
  border: none;
  width: 100%;
}

article header {
  z-index: 299;
}

.footer-branding {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-weight: 900;
  height: auto;
  line-height: 1;
  width: auto;
}

.faqs .faq-wrapper section.section-5 .faq-header {
  background-color: #ED164C;
}

.faqs .faq-wrapper section.section-5 .question > li {
  color: #ED164C;
}

#template-fundraiser {
  font-family: "Sofia Pro", sans-serif !important;
  font-weight: 300;
  letter-spacing: -0.015em;
}

#template-fundraiser h1,
#template-fundraiser h2,
#template-fundraiser h3,
#template-fundraiser strong,
#template-fundraiser li {
  font-family: "Sofia Pro", sans-serif !important;
}

#template-fundraiser .flex.container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  #template-fundraiser .flex.container {
    display: block;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

#template-fundraiser .flex.container .flexLeft {
  flex: 1;
  padding-right: 2rem;
}

@media only screen and (max-width: 767px) {
  #template-fundraiser .flex.container .flexLeft {
    padding: 0;
  }
}

#template-fundraiser .flex.container .flexRight {
  flex: 1;
  padding-left: 2rem;
}

@media only screen and (max-width: 767px) {
  #template-fundraiser .flex.container .flexRight {
    padding: 0;
  }
}

#template-fundraiser #fundraiserBanner {
  background-color: #B4008D;
  border-bottom: 22px solid #FF9E18;
  color: #FFFFFF;
}

#template-fundraiser #fundraiserBanner .container {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

#template-fundraiser #fundraiserBanner .container #bannerLeft {
  text-align: left;
}

#template-fundraiser #fundraiserBanner .container #bannerLeft h1 {
  font-family: "Sofia Pro", sans-serif !important;
  font-size: 2.5rem;
  line-height: 3.5rem;
  margin-bottom: 2rem;
  margin-top: 0;
}

#template-fundraiser #fundraiserBanner .container #bannerLeft .bannerText {
  font-size: 1.25rem;
  line-height: 2rem;
}

@media only screen and (max-width: 767px) {
  #template-fundraiser #fundraiserBanner .container #bannerRight {
    margin-top: 2rem;
  }
}

#template-fundraiser #introduction {
  color: #0055B8;
  font-size: 2rem;
  line-height: 3rem;
}

#template-fundraiser #introduction .container {
  margin: 3rem auto;
  text-align: left;
}

#template-fundraiser #introduction .container p + p {
  margin-top: 0;
}

#template-fundraiser #content {
  display: flex;
}

#template-fundraiser #content .container {
  text-align: left;
}

#template-fundraiser #content .container #tiers .tier {
  border-bottom: 3px solid #FF9E18;
  padding: 2rem 0;
}

#template-fundraiser #content .container #tiers .tier:first-child {
  border-top: 3px solid #FF9E18;
}

#template-fundraiser #content .container #tiers .tier .header {
  display: flex;
}

@media only screen and (max-width: 767px) {
  #template-fundraiser #content .container #tiers .tier .header {
    display: block;
  }
}

#template-fundraiser #content .container #tiers .tier .header .left {
  flex: auto;
  line-height: 2.25rem;
}

@media only screen and (max-width: 767px) {
  #template-fundraiser #content .container #tiers .tier .header .left {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
  }
}

#template-fundraiser #content .container #tiers .tier .header .left h3 {
  color: #0055B8;
  font-family: "Sofia Pro", sans-serif !important;
  font-size: 1.75rem;
  text-transform: uppercase;
}

#template-fundraiser #content .container #tiers .tier .header .left .price {
  font-size: 1.25rem;
  font-weight: 400;
}

#template-fundraiser #content .container #tiers .tier .header .right {
  flex: 0 0 210px;
}

#template-fundraiser #content .container #tiers .tier .header .right a {
  background-color: #BDDC26;
  border: none;
  border-radius: 6px;
  color: #0055B8;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0.75rem 1.25rem;
  text-align: center;
}

#template-fundraiser #content .container #tiers .tier .header .right a:hover {
  background-color: #DEED92;
}

#template-fundraiser #content .container #tiers .tier .description {
  font-size: 1.25rem;
  line-height: 2rem;
  margin-top: 1rem;
}

#template-fundraiser #content .container #tiers #conclusion {
  padding: 3rem 0;
}

#template-fundraiser #content .container #sponsors .box {
  background-color: #F2F2F2;
  padding: 2rem;
}

@media only screen and (max-width: 767px) {
  #template-fundraiser #content .container #sponsors .box {
    margin-bottom: 3rem;
  }
}

#template-fundraiser #content .container #sponsors .box .title {
  color: #B4008D;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 1.75rem;
}

#template-fundraiser #content .container #sponsors .box h3 {
  color: #B4008D;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.25rem;
  font-weight: 700;
}

#template-fundraiser #content .container #sponsors .box ul {
  list-style-type: none;
  margin: 0 0 1rem 0;
  padding: 0;
}

#template-fundraiser #content .container #sponsors .box ul li {
  font-weight: 400;
}

#template-fundraiser #content .container #sponsors .box .fine-print {
  font-size: 0.75rem;
}

#alertBar {
  background-color: #005cb9;
  padding: 12px 0;
  color: white;
}

#cards {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 4rem auto;
}

@media only screen and (max-width: 991px) {
  #cards {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  #cards {
    margin: 2rem auto;
  }
}

#cards a {
  color: #ffffff;
  display: flex;
  flex: 0 0 24%;
  flex-direction: column;
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  #cards a {
    flex: 0 0 49%;
    margin: 0.5rem 0;
  }
}

@media only screen and (max-width: 767px) {
  #cards a {
    flex: 0 0 100%;
  }
}

#cards a img {
  border: 5px solid black;
  display: block;
  flex: 0 0 auto;
}

#cards a .text {
  flex: 1;
  font-size: 18px;
  padding: 1rem;
  text-align: left;
}

#moreInfo .container {
  margin-bottom: 4rem;
  text-align: left;
}

#lists {
  margin-bottom: 4rem;
}

#lists .container .heading {
  color: #ff4438;
  margin-bottom: 1rem;
}

#lists .container .lists {
  align-items: center;
  display: flex;
  font-size: 22px;
}

@media only screen and (max-width: 991px) {
  #lists .container .lists {
    align-items: normal;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  #lists .container .lists {
    display: block;
    font-size: 16px;
  }
}

#lists .container .lists .icon {
  flex: 0 0 auto;
}

@media only screen and (max-width: 991px) {
  #lists .container .lists .icon {
    display: none;
  }
}

#lists .container .lists .list {
  border: 3px solid #ffcd00;
  flex: 1;
  padding: 1rem;
}

@media only screen and (max-width: 991px) {
  #lists .container .lists .list .icon {
    display: block;
  }
}

#lists .container .lists .list.left {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  margin-left: 2rem;
  margin-right: 0.5rem;
}

@media only screen and (max-width: 991px) {
  #lists .container .lists .list.left {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  #lists .container .lists .list.left {
    border-radius: 25px;
    margin-right: 0;
  }
}

#lists .container .lists .list.right {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-left: 0.5rem;
  margin-right: 2rem;
}

@media only screen and (max-width: 991px) {
  #lists .container .lists .list.right {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  #lists .container .lists .list.right {
    border-radius: 25px;
    margin: 1rem 0 0 0;
  }
}

#lists .container .lists .list .heading {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

#lists .container .lists .list .row {
  align-items: center;
  display: flex;
  margin: 0.5rem 0;
}

#lists .container .lists .list .row .icon {
  flex: 0 0 60px;
  height: auto;
  width: 60px;
}

#lists .container .lists .list .row p {
  color: #005cb9;
  flex: 1;
  line-height: 1;
  padding-left: 1rem;
  text-align: left;
}

#adventures {
  margin-bottom: 4rem;
}

#adventures .container {
  border-radius: 25px;
  margin: 0 auto;
  padding: 2rem 0;
}

@media only screen and (max-width: 767px) {
  #adventures .container {
    border-radius: 0;
    padding: 2rem;
  }
}

#adventures .container .header {
  margin: auto;
  max-width: 70%;
  padding-bottom: 2rem;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #adventures .container .header {
    max-width: 100%;
  }
}

#adventures .container .header .heading {
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

#adventures .container .header .text {
  font-size: 20px;
  font-weight: 400;
}

#adventures .container .cards .card {
  color: #fff;
  margin: 1rem auto;
  width: 75%;
}

@media only screen and (max-width: 767px) {
  #adventures .container .cards .card {
    width: 100%;
  }
}

#adventures .container .cards .card .inner {
  display: flex;
}

@media only screen and (max-width: 767px) {
  #adventures .container .cards .card .inner {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  #adventures .container .cards .card .inner img {
    width: 100%;
  }
}

#adventures .container .cards .card .inner .text {
  font-size: 20px;
  padding: 1rem;
  text-align: left;
}

#adventures .container .cards .card .inner .text strong {
  font-size: 20px;
}

#adventures .container .cards .card .inner .text p + p {
  margin-top: 0.75rem;
}

#adventures .container .cards .card .inner .text ul {
  margin-left: 0.5rem;
  margin-top: 0.25rem;
}

#adventures .container .cards .card .inner .text ul + p {
  margin-top: 1rem;
}

#adventures .container .cards .card .inner .text ul li {
  font-size: inherit;
  margin: 0.25rem 0;
}

@media only screen and (max-width: 767px) {
  #adventures .container .cards .card.second {
    margin-top: 1rem;
  }

  #adventures .container .cards .card.second .inner img {
    order: 1;
  }

  #adventures .container .cards .card.second .inner div.text {
    order: 2;
  }
}

#adventures .container .button {
  margin-top: 2rem;
}

.page-template-template-building .wysiwyg {
  text-align: left;
}

.page-template-template-building figure.alignleft {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.page-template-template-building figure.alignright {
  margin-right: 0;
}

.page-template-template-building figure figcaption {
  font-size: 14px;
}

.page-template-template-building #releases {
  border-top: 1px solid black;
  margin-top: 4em;
  margin-bottom: 5em;
  padding-top: 2rem;
  text-align: left;
}

.page-template-template-building #releases h2 {
  padding-bottom: 2rem;
  text-align: center;
}

.page-template-template-building #releases .source {
  font-style: italic;
  font-weight: 700;
}

.page-template-template-building #releases .featured {
  font-size: 1.25rem;
}

.page-template-template-gala-2022 {
  font-family: "Sofia Pro", sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 30px;
}

@media only screen and (min-width: 767px) {
  .page-template-template-gala-2022 {
    font-size: 24px;
    line-height: 36px;
  }
}

.page-template-template-gala-2022 a {
  color: inherit;
}

.page-template-template-gala-2022 h1,
.page-template-template-gala-2022 h2,
.page-template-template-gala-2022 h3,
.page-template-template-gala-2022 strong {
  font-family: inherit !important;
  font-weight: 700;
}

.page-template-template-gala-2022 h1 {
  color: #302A7D;
  font-size: 34px;
  font-weight: 900;
  height: 0;
  line-height: 45px;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 767px) {
  .page-template-template-gala-2022 h1 {
    font-size: 45px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .page-template-template-gala-2022 h1 {
    font-size: 50px;
    line-height: 50px;
  }
}

.page-template-template-gala-2022 h2 {
  color: #EC008B;
  font-size: 34px;
  line-height: 46px;
  font-weight: 900;
  text-align: left;
}

@media only screen and (min-width: 767px) {
  .page-template-template-gala-2022 h2 {
    font-size: 45px;
    line-height: 50px;
  }
}

.page-template-template-gala-2022 h3 {
  color: #302A7D;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin: 16px 0 10px;
}

@media only screen and (min-width: 767px) {
  .page-template-template-gala-2022 h3 {
    font-size: 25px;
    margin-bottom: 0;
  }
}

.page-template-template-gala-2022 li,
.page-template-template-gala-2022 .wysiwyg {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  text-align: left;
}

.page-template-template-gala-2022 li ul,
.page-template-template-gala-2022 .wysiwyg ul {
  margin-left: 0;
}

.page-template-template-gala-2022 li p + p,
.page-template-template-gala-2022 .wysiwyg p + p {
  margin-top: 1rem;
}

.page-template-template-gala-2022 .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.page-template-template-gala-2022 .flex {
  display: flex;
}

.page-template-template-gala-2022 .flex .flex-1 {
  flex: 1;
}

.page-template-template-gala-2022 .flex .flex-auto {
  flex: 0 0 auto;
}

.page-template-template-gala-2022 #galaBanner {
  background-color: #302A7D;
  border-top: 22px solid #FFF100;
}

.page-template-template-gala-2022 #galaBanner .galaLogo {
  padding-right: 3px;
}

.page-template-template-gala-2022 #introduction {
  background-color: #302A7D;
  border-bottom: 22px solid #FFF100;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 44px;
  padding: 30px 0 56px;
}

@media only screen and (min-width: 767px) {
  .page-template-template-gala-2022 #introduction {
    font-size: 24px;
    line-height: 36px;
    padding: 10px 0 58px;
  }
}

@media only screen and (min-width: 1200px) {
  .page-template-template-gala-2022 #introduction {
    font-size: 34px;
    line-height: 50px;
  }
}

.page-template-template-gala-2022 #introduction .container {
  text-align: left;
}

.page-template-template-gala-2022 #details {
  border-bottom: 3px solid #FFF100;
}

@media only screen and (min-width: 767px) {
  .page-template-template-gala-2022 #details {
    border-bottom: none;
  }
}

@media only screen and (min-width: 1200px) {
  .page-template-template-gala-2022 #details {
    border-bottom: 3px solid #FFF100;
  }
}

.page-template-template-gala-2022 #details .container {
  margin-bottom: 48px;
}

@media only screen and (min-width: 1200px) {
  .page-template-template-gala-2022 #details .container {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1200px) {
  .page-template-template-gala-2022 #details .container #rightDetails {
    flex: 0 0 50%;
    order: 2;
    padding-left: 60px;
  }
}

.page-template-template-gala-2022 #details .container #rightDetails .extras {
  color: #302A7D;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  margin-top: 17px;
  text-align: left;
}

@media only screen and (min-width: 767px) {
  .page-template-template-gala-2022 #details .container #rightDetails .extras {
    -moz-columns: 2;
         columns: 2;
  }
}

@media only screen and (min-width: 1200px) {
  .page-template-template-gala-2022 #details .container #rightDetails .extras {
    -moz-columns: auto;
         columns: auto;
  }
}

.page-template-template-gala-2022 #details .container #leftDetails {
  font-weight: 300;
  margin-top: 53px;
  text-align: left;
}

@media only screen and (min-width: 1200px) {
  .page-template-template-gala-2022 #details .container #leftDetails {
    flex: 0 0 50%;
    margin-top: 0;
    order: 1;
    padding-right: px;
  }
}

@media only screen and (min-width: 1200px) {
  .page-template-template-gala-2022 #tiers {
    margin-top: 26px;
  }
}

@media only screen and (min-width: 1200px) {
  .page-template-template-gala-2022 #tiers .flexContainer {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
  }
}

.page-template-template-gala-2022 #tiers h2 {
  margin-top: 36px;
}

.page-template-template-gala-2022 #tiers .tiersContainer {
  flex: 0 0 50%;
  text-align: left;
}

.page-template-template-gala-2022 #tiers .tiersContainer .tierCard {
  border-top: 3px solid #FFF100;
  margin-top: 36px;
  padding-top: 31px;
}

@media only screen and (min-width: 767px) {
  .page-template-template-gala-2022 #tiers .tiersContainer .tierCard .top {
    display: flex;
    justify-content: space-between;
  }
}

.page-template-template-gala-2022 #tiers .tiersContainer .tierCard .top .left {
  flex: 1;
}

.page-template-template-gala-2022 #tiers .tiersContainer .tierCard .top .left h3 {
  margin-top: 0;
}

.page-template-template-gala-2022 #tiers .tiersContainer .tierCard .top .left .subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 26px;
}

@media only screen and (min-width: 767px) {
  .page-template-template-gala-2022 #tiers .tiersContainer .tierCard .top .left .subtitle {
    font-weight: 700;
    margin-bottom: 0;
  }
}

.page-template-template-gala-2022 #tiers .tiersContainer .tierCard .top .right {
  flex: 0 0 auto;
}

.page-template-template-gala-2022 #tiers .tiersContainer .tierCard .top .right .button {
  display: block;
  background-color: #00ADEF;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 900;
  line-height: 34px;
  min-width: 270px;
  padding: 2px 0;
  text-align: center;
  text-decoration: none;
}

@media only screen and (min-width: 767px) {
  .page-template-template-gala-2022 #tiers .tiersContainer .tierCard .top .right .button {
    padding: 8px 14px;
  }
}

.page-template-template-gala-2022 #tiers .tiersContainer .tierCard .top .right .button:hover {
  background-color: rgba(0, 173, 239, 0.5);
}

.page-template-template-gala-2022 #tiers .tiersContainer .tierCard .bottom {
  margin-top: 26px;
}

@media only screen and (min-width: 767px) {
  .page-template-template-gala-2022 #tiers .tiersContainer .tierCard .bottom {
    font-weight: 300;
  }
}

.page-template-template-gala-2022 #tiers .finePrint {
  border-top: 3px solid #FFF100;
  font-weight: 300;
  margin-top: 32px;
  padding-top: 32px;
}

.page-template-template-gala-2022 #tiers .insetContainersContainer {
  flex: 0 0 50%;
}

@media only screen and (min-width: 1200px) {
  .page-template-template-gala-2022 #tiers .insetContainersContainer {
    padding-left: 60px;
  }
}

.page-template-template-gala-2022 #tiers .insetContainersContainer .insetContainer {
  margin-bottom: 35px;
}

.page-template-template-gala-2022 #tiers .insetContainersContainer .insetContainer .inset {
  background-color: rgba(255, 241, 0, 0.1);
  margin: 54px -30px 0 -30px;
  padding: 25px 30px 50px;
  text-align: left;
}

@media only screen and (min-width: 1200px) {
  .page-template-template-gala-2022 #tiers .insetContainersContainer .insetContainer .inset {
    margin: 0;
  }
}

.page-template-template-gala-2022 #tiers .insetContainersContainer .insetContainer .inset h2 {
  color: #302A7D;
  font-weight: 900;
  margin-bottom: 34px;
  margin-top: 0;
}

.page-template-template-gala-2022 #tiers .insetContainersContainer .insetContainer .inset .title {
  color: #302A7D;
  font-size: 22px;
  font-weight: 900;
  line-height: 36px;
  margin-bottom: 14px;
  margin-top: 34px;
}

.page-template-template-gala-2022 #tiers .insetContainersContainer .insetContainer .inset .text {
  font-size: 18px;
  line-height: 26px;
}

#cta {
  align-items: center;
  background-color: #f0f0f0;
  color: #0055B8;
  display: flex;
  justify-content: space-between;
  margin: 2rem auto;
  padding: 1rem;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #cta {
    display: block;
  }
}

#cta .heading {
  color: #ff4438;
}

#cta .button {
  flex: 0 0 auto;
}

#intro {
  color: #0055B8;
  margin-top: 2rem;
  text-align: left;
}

#intro .heading {
  color: #ff4438;
}

#packages {
  color: #FFF;
  margin: 2rem 0;
}

#packages .package.bg-yellow {
  color: #0055B8;
}

#packages .package .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: 2rem 0;
}

@media only screen and (max-width: 767px) {
  #packages .package .container {
    display: block;
    padding: 2rem 15px;
  }
}

#packages .package .container .left {
  flex: 0 0 200px;
}

#packages .package .container .left img {
  max-width: 300px;
}

#packages .package .container .left .buttons {
  margin-top: 2rem;
}

#packages .package .container .left .buttons .button + .button {
  margin-top: 1rem;
}

#packages .package .container .right {
  flex: 1;
  padding-left: 4rem;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #packages .package .container .right {
    padding-left: 0;
    margin-top: 2rem;
  }
}

#packages .package .container .right h2 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  #packages .package .container .right h2 {
    font-size: 1.75rem;
  }
}

#packages .package + .package {
  margin-top: 2rem;
}

#closing {
  text-align: left;
}

#closing .heading {
  color: #ff4438;
}

.page-template-template-membership-new {
  font-family: "Sofia Pro", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.page-template-template-membership-new a {
  color: inherit;
}

.page-template-template-membership-new h1,
.page-template-template-membership-new h2,
.page-template-template-membership-new h3,
.page-template-template-membership-new strong {
  font-family: inherit !important;
  font-weight: 700;
}

.page-template-template-membership-new h2 {
  color: #005CB9;
  font-size: 32px;
  font-weight: 900;
}

.page-template-template-membership-new h3 {
  color: #005CB9;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  margin: 16px 0;
}

.page-template-template-membership-new li,
.page-template-template-membership-new .wysiwyg {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  text-align: left;
}

.page-template-template-membership-new li ul,
.page-template-template-membership-new .wysiwyg ul {
  margin-left: 0;
}

.page-template-template-membership-new li p + p,
.page-template-template-membership-new .wysiwyg p + p {
  margin-top: 1rem;
}

.page-template-template-membership-new .buttons {
  margin-top: 16px;
}

.page-template-template-membership-new .buttons a {
  align-items: center;
  background-color: #BDDC26;
  color: #005CB9;
  display: inline-flex;
  font-size: 16px;
  font-weight: 900;
  justify-content: center;
  min-height: 35px;
  min-width: 120px;
  text-decoration: none;
  text-transform: uppercase;
}

.page-template-template-membership-new .buttons a:hover {
  background-color: #005CB9;
  color: #BDDC26;
}

.page-template-template-membership-new .container {
  margin-left: auto;
  margin-right: auto;
}

.page-template-template-membership-new .flex {
  display: flex;
}

.page-template-template-membership-new .flex .flex-1 {
  flex: 1;
}

.page-template-template-membership-new .flex .flex-auto {
  flex: 0 0 auto;
}

.page-template-template-membership-new #membershipBanner {
  background-color: #B4008D;
  border-bottom: 22px solid #FF9E18;
  color: #FFFFFF;
  padding: 15px 0 30px;
}

.page-template-template-membership-new #membershipBanner .container {
  display: flex;
  flex-direction: column;
}

.page-template-template-membership-new #membershipBanner .container #bannerLeft {
  order: 2;
}

.page-template-template-membership-new #membershipBanner .container #bannerRight {
  order: 1;
}

.page-template-template-membership-new #introduction {
  border-bottom: 3px solid #FF9E18;
  border-top: 3px solid #FF9E18;
  padding: 30px 0;
}

.page-template-template-membership-new #introduction img {
  box-shadow: 14px 14px 0 #FFCD00;
  margin-bottom: 14px;
  margin-right: 14px;
  max-width: calc(100% - 14px);
}

.page-template-template-membership-new .memberships .membershipCard {
  border-bottom: 3px solid #FF9E18;
  padding: 30px 0;
}

.page-template-template-membership-new .memberships .membershipCard:last-child {
  border-bottom: none;
}

.page-template-template-membership-new .memberships .membershipCard .image {
  flex: 0 0 20%;
}

.page-template-template-membership-new .memberships .membershipCard .text {
  flex: 0 0 60%;
}

.page-template-template-membership-new .memberships .membershipCard .text .subtitle {
  margin-top: -12px;
}

.page-template-template-membership-new .memberships .membershipCard .buttons {
  flex: 0 0 20%;
}

.page-template-template-membership-new .memberships .finePrint {
  color: #005CB9;
  font-size: 24px !important;
  padding: 30px 0;
}

.page-template-template-membership-new .memberships .finePrint a {
  text-decoration: none;
}

.page-template-template-membership-new #specialMemberships {
  border-bottom: 3px solid #FF9E18;
  border-top: 3px solid #FF9E18;
}

.page-template-template-membership-new #conclusion {
  padding: 30px 0;
}

.page-template-template-membership-new #conclusion .conclusionCard + .conclusionCard {
  margin-top: 30px;
}

@media only screen and (min-width: 767px) {
  .page-template-template-membership-new h2 {
    font-size: 41px;
    line-height: 1.15;
  }

  .page-template-template-membership-new h3 {
    font-size: 28px;
  }

  .page-template-template-membership-new .buttons {
    margin-top: 0;
  }

  .page-template-template-membership-new .buttons a + a {
    margin-top: 16px;
  }

  .page-template-template-membership-new .membershipCard {
    display: flex;
  }

  .page-template-template-membership-new .membershipCard .text {
    padding: 0 30px;
    text-align: left;
  }

  .page-template-template-membership-new .membershipCard .text h3 {
    margin-top: 0;
  }

  .page-template-template-membership-new #membershipBanner {
    padding: 30px 0 40px;
  }

  .page-template-template-membership-new #membershipBanner .container {
    flex-direction: row;
  }

  .page-template-template-membership-new #membershipBanner .container #bannerLeft {
    flex: 1;
    order: 1;
    padding-right: 80px;
    text-align: left;
  }

  .page-template-template-membership-new #membershipBanner .container #bannerLeft h1 {
    margin-top: 0;
  }

  .page-template-template-membership-new #membershipBanner .container #bannerRight {
    flex: 1;
    order: 2;
  }

  .page-template-template-membership-new #introduction .container {
    display: flex;
  }

  .page-template-template-membership-new #introduction .container #leftIntroduction {
    flex: 1;
    padding-right: 20px;
  }

  .page-template-template-membership-new #introduction .container #rightIntroduction {
    flex: 1;
    padding-left: 20px;
  }

  .page-template-template-membership-new #conclusion h2 {
    text-align: left;
  }

  .page-template-template-membership-new #conclusion .cardContainer {
    display: flex;
    flex-wrap: wrap;
  }

  .page-template-template-membership-new #conclusion .cardContainer .conclusionCard {
    flex: 0 0 50%;
    margin-top: 0;
    padding-bottom: 30px;
    text-align: left;
  }

  .page-template-template-membership-new #conclusion .cardContainer .conclusionCard:nth-child(odd) {
    padding-right: 24px;
  }

  .page-template-template-membership-new #conclusion .cardContainer .conclusionCard:nth-child(even) {
    padding-left: 24px;
  }
}

@media only screen and (min-width: 1080px) {
  .page-template-template-membership-new .buttons a {
    font-size: 22px;
    min-height: 60px;
    min-width: 160px;
  }
}

@media only screen and (min-width: 1200px) {
  .page-template-template-membership-new {
    font-size: 27px;
    line-height: 36px;
  }

  .page-template-template-membership-new h1 {
    font-size: 49px;
  }

  .page-template-template-membership-new h2 {
    font-size: 60px;
  }

  .page-template-template-membership-new h3 {
    font-size: 36px;
  }

  .page-template-template-membership-new .container {
    width: 1080px;
  }

  .page-template-template-membership-new #conclusion .cardContainer .conclusionCard:nth-child(odd) {
    padding-right: 48px;
  }

  .page-template-template-membership-new #conclusion .cardContainer .conclusionCard:nth-child(even) {
    padding-left: 48px;
  }
}

@media only screen and (min-width: 1280px) {
  .page-template-template-membership-new .container {
    width: 1200px;
  }
}

.page-template-template-memberships #packages .package .container {
  align-items: flex-start;
}

.page-template-template-memberships .buttons {
  margin-top: 1rem;
}

@media only screen and (max-width: 767px) {
  .page-template-template-memberships .buttons {
    text-align: center;
  }
}

.page-template-template-memberships .buttons .button + .button {
  margin-left: 1rem;
}

@media only screen and (max-width: 767px) {
  .page-template-template-memberships .buttons .button + .button {
    margin-left: 0;
    margin-top: 1rem;
  }
}

.page-template-template-sunday-funday-2022 {
  font-family: "Sofia Pro", sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 30px;
}

@media only screen and (min-width: 767px) {
  .page-template-template-sunday-funday-2022 {
    font-size: 24px;
    line-height: 36px;
  }
}

.page-template-template-sunday-funday-2022 a {
  color: inherit;
}

.page-template-template-sunday-funday-2022 h1,
.page-template-template-sunday-funday-2022 h2,
.page-template-template-sunday-funday-2022 h3,
.page-template-template-sunday-funday-2022 strong {
  font-family: inherit !important;
  font-weight: 700;
}

.page-template-template-sunday-funday-2022 h1 {
  color: #191649;
  font-size: 34px;
  font-weight: 900;
  height: 0;
  line-height: 45px;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 767px) {
  .page-template-template-sunday-funday-2022 h1 {
    font-size: 45px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .page-template-template-sunday-funday-2022 h1 {
    font-size: 50px;
    line-height: 50px;
  }
}

.page-template-template-sunday-funday-2022 h2 {
  color: #00B3E4;
  font-size: 34px;
  line-height: 46px;
  font-weight: 900;
  text-align: left;
}

@media only screen and (min-width: 767px) {
  .page-template-template-sunday-funday-2022 h2 {
    font-size: 45px;
    line-height: 50px;
  }
}

.page-template-template-sunday-funday-2022 h3 {
  color: #191649;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin: 16px 0 10px;
}

@media only screen and (min-width: 767px) {
  .page-template-template-sunday-funday-2022 h3 {
    font-size: 25px;
    margin-bottom: 0;
  }
}

.page-template-template-sunday-funday-2022 li,
.page-template-template-sunday-funday-2022 .wysiwyg {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  text-align: left;
}

.page-template-template-sunday-funday-2022 li ul,
.page-template-template-sunday-funday-2022 .wysiwyg ul {
  margin-left: 0;
}

.page-template-template-sunday-funday-2022 li p + p,
.page-template-template-sunday-funday-2022 .wysiwyg p + p {
  margin-top: 1rem;
}

.page-template-template-sunday-funday-2022 .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.page-template-template-sunday-funday-2022 .flex {
  display: flex;
}

.page-template-template-sunday-funday-2022 .flex .flex-1 {
  flex: 1;
}

.page-template-template-sunday-funday-2022 .flex .flex-auto {
  flex: 0 0 auto;
}

.page-template-template-sunday-funday-2022 #galaBanner {
  background-color: #191649;
  border-top: 22px solid #00B3E4;
}

.page-template-template-sunday-funday-2022 #galaBanner .galaLogo {
  padding-right: 3px;
}

.page-template-template-sunday-funday-2022 #introduction {
  background-color: #191649;
  border-bottom: 22px solid #00B3E4;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 44px;
  padding: 30px 0 56px;
}

@media only screen and (min-width: 767px) {
  .page-template-template-sunday-funday-2022 #introduction {
    font-size: 24px;
    line-height: 36px;
    padding: 10px 0 58px;
  }
}

@media only screen and (min-width: 1200px) {
  .page-template-template-sunday-funday-2022 #introduction {
    font-size: 34px;
    line-height: 50px;
  }
}

.page-template-template-sunday-funday-2022 #introduction .container {
  text-align: left;
}

.page-template-template-sunday-funday-2022 #details {
  border-bottom: 3px solid #FBE200;
}

@media only screen and (min-width: 767px) {
  .page-template-template-sunday-funday-2022 #details {
    border-bottom: none;
  }
}

@media only screen and (min-width: 1200px) {
  .page-template-template-sunday-funday-2022 #details {
    border-bottom: 3px solid #FBE200;
  }
}

.page-template-template-sunday-funday-2022 #details .container {
  margin-bottom: 48px;
}

@media only screen and (min-width: 1200px) {
  .page-template-template-sunday-funday-2022 #details .container {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1200px) {
  .page-template-template-sunday-funday-2022 #details .container #rightDetails {
    flex: 0 0 50%;
    order: 2;
    padding-left: 60px;
  }
}

.page-template-template-sunday-funday-2022 #details .container #rightDetails .extras {
  color: #191649;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  margin-top: 17px;
  text-align: left;
}

@media only screen and (min-width: 767px) {
  .page-template-template-sunday-funday-2022 #details .container #rightDetails .extras {
    -moz-columns: 2;
         columns: 2;
  }
}

@media only screen and (min-width: 1200px) {
  .page-template-template-sunday-funday-2022 #details .container #rightDetails .extras {
    -moz-columns: auto;
         columns: auto;
  }
}

.page-template-template-sunday-funday-2022 #details .container #leftDetails {
  font-weight: 300;
  margin-top: 53px;
  text-align: left;
}

@media only screen and (min-width: 1200px) {
  .page-template-template-sunday-funday-2022 #details .container #leftDetails {
    flex: 0 0 50%;
    margin-top: 0;
    order: 1;
    padding-right: px;
  }
}

.page-template-template-sunday-funday-2022 .sliderContainer {
  border-bottom: 3px solid #FBE200;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.page-template-template-sunday-funday-2022 .sliderContainer #slider .slide {
  padding: 1rem;
}

.page-template-template-sunday-funday-2022 .sliderContainer #slider .slide img {
  width: auto !important;
  height: 300px;
}

.page-template-template-sunday-funday-2022 .sliderContainer #slider .slick-dots {
  position: relative;
}

.page-template-template-sunday-funday-2022 #sliderModal {
  align-items: center;
  display: flex;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}

@media only screen and (min-width: 1200px) {
  .page-template-template-sunday-funday-2022 #tiers {
    margin-top: 26px;
  }
}

@media only screen and (min-width: 1200px) {
  .page-template-template-sunday-funday-2022 #tiers .flexContainer {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
  }
}

.page-template-template-sunday-funday-2022 #tiers h2 {
  margin-top: 36px;
}

.page-template-template-sunday-funday-2022 #tiers .tiersContainer {
  flex: 0 0 50%;
  text-align: left;
}

.page-template-template-sunday-funday-2022 #tiers .tiersContainer .tierCard {
  border-top: 3px solid #FBE200;
  margin-top: 36px;
  padding-top: 31px;
}

@media only screen and (min-width: 767px) {
  .page-template-template-sunday-funday-2022 #tiers .tiersContainer .tierCard .top {
    display: flex;
    justify-content: space-between;
  }
}

.page-template-template-sunday-funday-2022 #tiers .tiersContainer .tierCard .top .left {
  flex: 1;
}

.page-template-template-sunday-funday-2022 #tiers .tiersContainer .tierCard .top .left h3 {
  margin-top: 0;
}

.page-template-template-sunday-funday-2022 #tiers .tiersContainer .tierCard .top .left .subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 26px;
}

@media only screen and (min-width: 767px) {
  .page-template-template-sunday-funday-2022 #tiers .tiersContainer .tierCard .top .left .subtitle {
    font-weight: 700;
    margin-bottom: 0;
  }
}

.page-template-template-sunday-funday-2022 #tiers .tiersContainer .tierCard .top .right {
  flex: 0 0 auto;
}

.page-template-template-sunday-funday-2022 #tiers .tiersContainer .tierCard .top .right .button {
  display: block;
  background-color: #EA3826;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 900;
  line-height: 34px;
  min-width: 270px;
  padding: 2px 0;
  text-align: center;
  text-decoration: none;
}

@media only screen and (min-width: 767px) {
  .page-template-template-sunday-funday-2022 #tiers .tiersContainer .tierCard .top .right .button {
    padding: 8px 14px;
  }
}

.page-template-template-sunday-funday-2022 #tiers .tiersContainer .tierCard .top .right .button:hover {
  background-color: rgba(0, 179, 228, 0.5);
}

.page-template-template-sunday-funday-2022 #tiers .tiersContainer .tierCard .bottom {
  margin-top: 26px;
}

@media only screen and (min-width: 767px) {
  .page-template-template-sunday-funday-2022 #tiers .tiersContainer .tierCard .bottom {
    font-weight: 300;
  }
}

.page-template-template-sunday-funday-2022 #tiers .finePrint {
  border-top: 3px solid #FBE200;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  margin-top: 32px;
  padding-top: 32px;
}

.page-template-template-sunday-funday-2022 #tiers .logos {
  border-bottom: 3px solid #FBE200;
  margin-bottom: 28px;
  padding: 0 30px 20px 30px;
  text-align: left;
}

.page-template-template-sunday-funday-2022 #tiers .logos h2 {
  color: #191649;
  margin-bottom: 34px;
  margin-top: 24px;
}

.page-template-template-sunday-funday-2022 #tiers .insetContainer + .logos {
  border-top: 3px solid #FBE200;
}

.page-template-template-sunday-funday-2022 #tiers .insetContainersContainer {
  flex: 0 0 50%;
}

@media only screen and (min-width: 1200px) {
  .page-template-template-sunday-funday-2022 #tiers .insetContainersContainer {
    padding-left: 60px;
  }
}

.page-template-template-sunday-funday-2022 #tiers .insetContainersContainer .insetContainer {
  margin-bottom: 35px;
}

.page-template-template-sunday-funday-2022 #tiers .insetContainersContainer .insetContainer .inset {
  background-color: rgba(0, 179, 228, 0.1);
  margin: 54px -30px 0 -30px;
  padding: 25px 30px;
  text-align: left;
}

@media only screen and (min-width: 1200px) {
  .page-template-template-sunday-funday-2022 #tiers .insetContainersContainer .insetContainer .inset {
    margin: 0;
  }
}

.page-template-template-sunday-funday-2022 #tiers .insetContainersContainer .insetContainer .inset h2 {
  color: #191649;
  font-weight: 900;
  line-height: 50px;
  margin-bottom: 0;
  margin-top: 0;
}

.page-template-template-sunday-funday-2022 #tiers .insetContainersContainer .insetContainer .inset .title {
  color: #191649;
  font-size: 22px;
  font-weight: 900;
  line-height: 36px;
  margin-bottom: 14px;
  margin-top: 34px;
}

.page-template-template-sunday-funday-2022 #tiers .insetContainersContainer .insetContainer .inset .text {
  font-size: 18px;
  line-height: 26px;
}

.page-template-template-sunday-funday-2022 #tiers .insetContainersContainer .insetContainer .inset .finePrint {
  border-top: none;
  font-size: 0.85rem;
  padding: 0;
}

#list {
  margin: 4rem auto 2rem auto;
  max-width: 1100px;
}

#list .heading {
  color: #EA3826;
  margin-bottom: 2rem;
}

#list .row {
  align-items: center;
  color: #0055B8;
  display: flex;
  margin: 2rem 0;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #list .row {
    display: block;
  }
}

#list .row .icon {
  margin-right: 2rem;
  width: 90px;
}

#list .row p {
  font-size: 22px;
  line-height: 1.25;
}

#closing {
  color: #0055B8;
  font-size: 20px;
  max-width: 1100px;
  text-align: left;
}

#closing .heading {
  text-align: center;
}

#closing .wysiwyg {
  margin: 2rem auto 2rem calc(90px + 2rem);
}

@media only screen and (max-width: 1200px) {
  #closing .wysiwyg {
    margin-left: auto;
  }
}

.page-template-template-bloomberg {
  font-family: "Sofia Pro", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 30px;
}

@media only screen and (min-width: 767px) {
  .page-template-template-bloomberg {
    font-size: 24px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 1200px) {
  .page-template-template-bloomberg {
    font-size: 27px;
  }
}

.page-template-template-bloomberg a {
  color: inherit;
}

.page-template-template-bloomberg h1,
.page-template-template-bloomberg strong {
  font-family: inherit !important;
  font-weight: 700;
}

.page-template-template-bloomberg h1,
.page-template-template-bloomberg .subtitle {
  color: #0055B8;
  font-weight: 800;
  text-align: left;
}

.page-template-template-bloomberg h1 {
  font-size: 32px;
  line-height: 1.15;
  margin-bottom: 0;
  margin-right: 0;
}

@media only screen and (min-width: 767px) {
  .page-template-template-bloomberg h1 {
    font-size: 41px;
  }
}

@media only screen and (min-width: 1200px) {
  .page-template-template-bloomberg h1 {
    font-size: 60px;
  }
}

.page-template-template-bloomberg .subtitle {
  font-size: 24px;
  line-height: 1.15;
  margin-top: 12px;
}

@media only screen and (min-width: 767px) {
  .page-template-template-bloomberg .subtitle {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1200px) {
  .page-template-template-bloomberg .subtitle {
    font-size: 36px;
  }
}

.page-template-template-bloomberg li,
.page-template-template-bloomberg .wysiwyg {
  font-family: inherit !important;
  font-size: 16px;
  letter-spacing: -0.015em;
  line-height: 1.33;
  text-align: left;
}

@media only screen and (min-width: 767px) {
  .page-template-template-bloomberg li,
  .page-template-template-bloomberg .wysiwyg {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  .page-template-template-bloomberg li,
  .page-template-template-bloomberg .wysiwyg {
    font-size: 27px;
  }
}

.page-template-template-bloomberg li ul,
.page-template-template-bloomberg .wysiwyg ul {
  margin-left: 0;
}

.page-template-template-bloomberg li p + p,
.page-template-template-bloomberg .wysiwyg p + p {
  margin-top: 34px;
}

.page-template-template-bloomberg .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}

.page-template-template-bloomberg .container .innerContainer {
  padding-left: 30px;
  padding-right: 30px;
}

.page-template-template-bloomberg #bloombergBanner {
  border-top: 22px solid #FCCD00;
  border-bottom: 22px solid #FCCD00;
}

.page-template-template-bloomberg #bloombergBanner img {
  display: block !important;
  width: 100%;
}

.page-template-template-bloomberg .bloombergButton {
  align-items: center;
  background-color: #BDDC26;
  color: #0055B8;
  display: inline-flex;
  font-size: 24px;
  font-weight: 800;
  justify-content: center;
  margin-bottom: 62px;
  margin-top: 44px;
  padding: 21px 26px;
  text-decoration: none;
}

@media only screen and (min-width: 767px) {
  .page-template-template-bloomberg .bloombergButton {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1200px) {
  .page-template-template-bloomberg .bloombergButton {
    font-size: 36px;
  }
}

.page-template-template-bloomberg .images {
  margin-top: 61px;
  text-align: left;
}

.page-template-template-bloomberg .images img {
  display: block;
  float: none;
  height: auto !important;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  width: 100% !important;
}

@media only screen and (min-width: 767px) {
  .page-template-template-bloomberg .images {
    text-align: left;
  }

  .page-template-template-bloomberg .images img {
    margin-left: unset;
    margin-right: unset;
  }
}

@media only screen and (min-width: 1200px) {
  .page-template-template-bloomberg .container .innerContainer {
    padding-left: 86px;
    padding-right: 84px;
  }

  .page-template-template-bloomberg .container .innerContainer h1 {
    margin-right: -72px;
  }
}

.page-template-template-what-to-know #banner .inner,
.page-template-template-packages #banner .inner {
  background-color: rgba(0, 85, 184, 0.6);
}

p + p {
  margin-top: 1.5rem;
}

.wysiwyg {
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  .wysiwyg {
    font-size: 18px;
  }
}

@media only screen and (max-width: 479px) {
  .wysiwyg img {
    display: block;
    float: none;
    margin: 1rem auto;
  }
}

.wysiwyg p + p,
.wysiwyg p + ul,
.wysiwyg p + ol {
  margin-top: 1.5rem;
}

.wysiwyg ul,
.wysiwyg ol {
  margin-left: 1.5rem;
}

.wysiwyg ul + p,
.wysiwyg ol + p {
  margin-top: 1.5rem;
}

.wysiwyg li {
  font-size: 22px;
  margin: 0.5rem 0;
}

@media only screen and (max-width: 767px) {
  .wysiwyg li {
    font-size: 18px;
  }
}

.slick-slide {
  height: auto;
  position: relative;
}

.slick-slide img {
  width: 100% !important;
  max-width: none;
}

.slick-slide .slider-text {
  position: absolute;
  right: 0;
}

