/*
THEME NAME: Mega Theme
THEME URI: http://www.graphicalelement.com
DESCRIPTION: A theme that works with SiteOrigin's Pagebuilder
VERSION: 2.0
AUTHOR: <a href="http://www.graphicalelement.com" target="_blank">Nathan Hartwell</a>
*/
@import url('https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/* (A1) FONT */
@keyframes "tooltipster-fading" {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes "tooltipster-rotating" {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes "tooltipster-scaling" {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
input {
  -webkit-appearance: none;
  position: relative;
}
input[type=radio] {
  -moz-appearance: radio;
  -webkit-appearance: radio;
}
html {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  margin: 0;
}
html,
body {
  overflow-x: hidden;
}
:focus {
  border: 3px solid #052B48 !important;
}
.gform_wrapper:focus,
.pum-content.popmake-content:focus {
  border: none !important;
}
.gform_wrapper .gfield_required {
  color: #052B48 !important;
}
.event_form {
  text-decoration: underline;
}
.skipper:focus {
  left: 0 !important;
  width: auto;
  height: auto;
  padding: 15px 10px;
  background-color: #052B48;
  color: #fff;
  z-index: 99999999;
}
.skipper:active {
  left: 0 !important;
  width: auto;
  height: auto;
  padding: 15px 10px;
  background-color: #052B48;
  color: #fff;
  z-index: 99999999;
}
.mtsnb-custom-content a {
  text-decoration: underline;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #424140;
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.logo_img {
  display: block;
}
.logo_img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#full-header {
  color: #fff;
}
#full-header.float {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999999999999999;
}
@media screen and (max-width:900px) {
  #full-header.float {
    position: relative;
    background-color: #000;
  }
}
#full-header:not(.float) {
  background-color: #000;
}
#full-header .inline {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width:900px) {
  #full-header .header_row {
    position: relative;
  }
  #full-header .header_row > .panel-grid-cell:first-of-type {
    width: 80%;
  }
  #full-header .header_row > .panel-grid-cell:last-of-type {
    width: 20%;
  }
  #full-header .header_row > .panel-grid-cell .desktop_number {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-align: center;
  }
}
@media screen and (max-width:900px) {
  #full-header #mega-menu-header-menu-alt {
    top: 90px !important;
  }
}
#full-header .mega-hamburger > a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 24px !important;
  height: 24px !important;
}
#full-header .mega-hamburger > a::before {
  display: none !important;
}
@media screen and (max-width:900px) {
  #full-header .mega-hamburger > a {
    display: block !important;
  }
}
#full-header .mega-hamburger > a .burger {
  pointer-events: none;
  position: relative !important;
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  border: 0 !important;
  border-bottom: 0.1875rem solid #000 !important;
  background: none !important;
}
#full-header .mega-hamburger > a .burger span {
  position: absolute !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  text-transform: none !important;
  white-space: nowrap !important;
}
#full-header .mega-hamburger > a .burger::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  border-bottom: 0.1875rem solid #000 !important;
}
#full-header .mega-hamburger > a .burger::after {
  content: '';
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  border-bottom: 0.1875rem solid #000 !important;
  top: 50% !important;
}
#full-header .mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
  margin-left: calc(50% - 50vw);
  width: 100vw;
  background-size: cover;
  background-position: center center;
}
#full-header .mega-menu-item.mega-toggle-on > ul.mega-sub-menu .inner_mega_menu {
  right: 0;
  opacity: 1 !important;
  -webkit-box-shadow: -40px 0px 50px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: -40px 0px 50px 0px rgba(0,0,0,0.25);
  box-shadow: -40px 0px 50px 0px rgba(0,0,0,0.25);
}
#full-header .mega-menu-item.mega-toggle-on .backdrop {
  opacity: 0.5 !important;
}
@media screen and (max-width:900px) {
  #full-header .mega-menu-item.mega-toggle-on .backdrop {
    opacity: 0 !important;
  }
}
#full-header .mega-menu-item > ul.mega-sub-menu {
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
}
#full-header .mega-menu-item > ul.mega-sub-menu li {
  padding: 0 !important;
}
#full-header .mega-menu-item > ul.mega-sub-menu .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: #000000;
  z-index: 2;
  transition: all 0.5s ease-in-out;
  /* Firefox 4 */
  -moz-transition: all 0.5s ease-in-out;
  /* Safari and Chrome */
  -webkit-transition: all 0.5s ease-in-out;
  /* Opera */
  -o-transition: all 0.5s ease-in-out;
}
#full-header .mega-menu-item > ul.mega-sub-menu .inner_mega_menu {
  height: 100vh !important;
  width: 40% !important;
  max-width: 500px;
  background-color: #e8e5de;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 999;
  right: -1000px;
  transition: all 0.4s cubic-bezier(1,-0.01,.01,1);
  /* Firefox 4 */
  -moz-transition: all 0.4s cubic-bezier(1,-0.01,.01,1);
  /* Safari and Chrome */
  -webkit-transition: all 0.4s cubic-bezier(1,-0.01,.01,1);
  /* Opera */
  -o-transition: all 0.4s cubic-bezier(1,-0.01,.01,1);
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
  opacity: 0 !important;
}
@media screen and (max-width:900px) {
  #full-header .mega-menu-item > ul.mega-sub-menu .inner_mega_menu {
    width: 100% !important;
  }
}
#full-header .mega-menu-item > ul.mega-sub-menu .inner_mega_menu .close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 40px;
  background-color: transparent;
  border: none !important;
}
#full-header .mega-menu-item > ul.mega-sub-menu .inner_mega_menu .close:hover {
  cursor: pointer;
}
#full-header .mega-menu-item > ul.mega-sub-menu .inner_mega_menu .menu {
  padding: 80px 60px;
  margin: 0;
}
@media screen and (max-width:900px) {
  #full-header .mega-menu-item > ul.mega-sub-menu .inner_mega_menu .menu {
    padding: 100px 30px 50px 30px;
  }
}
#full-header .mega-menu-item > ul.mega-sub-menu .inner_mega_menu .menu li {
  list-style: none;
}
#full-header .mega-menu-item > ul.mega-sub-menu .inner_mega_menu .menu li a {
  font-family: 'Arsenal', sans-serif;
  letter-spacing: 1.5px;
  color: #B36B29;
  font-size: 30px;
  line-height: 30px;
  text-decoration: underline;
  text-decoration-color: #e8e5de;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  transition: all 0.15s;
  /* Firefox 4 */
  -moz-transition: all 0.15s;
  /* Safari and Chrome */
  -webkit-transition: all 0.15s;
  /* Opera */
  -o-transition: all 0.15s;
}
@media screen and (max-width:900px) {
  #full-header .mega-menu-item > ul.mega-sub-menu .inner_mega_menu .menu li a {
    font-size: 30px;
    line-height: 30px;
  }
}
#full-header .mega-menu-item > ul.mega-sub-menu .inner_mega_menu .menu li a:hover {
  color: #B36B29;
  text-decoration-color: #B36B29;
}
#full-header .mega-menu-item > ul.mega-sub-menu .inner_mega_menu .bottom {
  padding: 30px;
}
.alignleft {
  float: left;
  margin: 15px 15px 0 15px;
}
.simple_head h1,
.simple_head h2 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
}
.stretch {
  margin-left: calc(50% - 50vw);
  width: 100vw;
  background-size: cover;
  background-position: center center;
}
.ms-options input[type=checkbox],
input[type=checkbox] {
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
}
.hidden {
  display: none;
}
.new_search_bar {
  margin: 0 auto 30px auto;
  width: 95%;
}
@media screen and (max-width:900px) {
  .new_search_bar {
    flex-wrap: wrap;
  }
}
.new_search_bar.flex-row {
  flex-direction: row;
}
.new_search_bar.flex {
  display: flex;
}
@media screen and (max-width:900px) {
  .new_search_bar.flex {
    display: block;
  }
}
@media screen and (max-width:900px) {
  .new_search_bar.flex-1 {
    flex: 1 0 100%;
  }
}
.new_search_bar .custom-select {
  padding: 0 5px;
}
@media screen and (max-width:900px) {
  .new_search_bar .custom-select {
    padding: 5px;
  }
}
.new_search_bar .custom-select.flex-1 {
  flex: 1;
}
.new_search_bar .custom-select .ms-options-wrap.ms-active button {
  border-radius: 10px 10px 0 0;
}
.new_search_bar .custom-select .ms-options-wrap.ms-active > .ms-options {
  transform: scale(1,1) translate(0%,0%);
  opacity: 1;
}
.new_search_bar .custom-select .ms-options-wrap button {
  border-radius: 5px;
  padding: 5px 30px;
  background-color: #fff;
  color: #567184;
  border: 1px solid #B9C5D6;
  font-weight: 700;
  transition: all 0.2s;
  /* Firefox 4 */
  -moz-transition: all 0.2s;
  /* Safari and Chrome */
  -webkit-transition: all 0.2s;
  /* Opera */
  -o-transition: all 0.2s;
  position: relative;
  z-index: 999;
}
.new_search_bar .custom-select .ms-options-wrap button::after {
  right: 15px;
}
.new_search_bar .custom-select .ms-options-wrap > .ms-options {
  opacity: 0;
  transition: all 0.2s;
  /* Firefox 4 */
  -moz-transition: all 0.2s;
  /* Safari and Chrome */
  -webkit-transition: all 0.2s;
  /* Opera */
  -o-transition: all 0.2s;
  transform: scale(1,0.0) translate(0%,-100%);
  z-index: 9999;
}
@media screen and (max-width:900px) {
  .new_search_bar .custom-select .ms-options-wrap > .ms-options {
    z-index: 9999;
  }
}
.new_search_bar .custom-select .ms-options-wrap > .ms-options ul li label {
  padding: 5px 20px;
}
.new_search_bar .custom-select .ms-options-wrap > .ms-options ul li label input {
  position: relative;
  left: 0;
  top: 0;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 7em;
  height: 7em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid #E6E7E8;
  border-right: 1.1em solid #E6E7E8;
  border-bottom: 1.1em solid #E6E7E8;
  border-left: 1.1em solid #082940;
  opacity: .9;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  animation: load8 .75s infinite linear;
}
@keyframes delayHide {
  to {
    display: none;
  }
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tooltip >span {
  display: none;
  visibility: hidden;
}
.tooltip:focus >span {
  display: block;
  position: absolute;
  z-index: 9999;
  color: #000;
  visibility: visible;
  width: 200px;
  line-height: normal;
  padding: 15px 20px;
  height: auto;
  font-size: 14px;
  text-align: center;
  background-color: #fff !important;
  border: 2px solid #052B48;
  font-weight: 700;
  animation-delay: 2s;
  animation-duration: 1ms;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: delayHide;
}
.slick-dots li button >span {
  display: none;
  visibility: hidden;
}
.slick-dots li button:focus >span {
  display: block;
  position: absolute;
  z-index: 9999;
  color: #000;
  visibility: visible;
  width: 200px;
  line-height: normal;
  padding: 15px 20px;
  height: auto;
  font-size: 14px;
  text-align: center;
  background-color: #fff !important;
  border: 2px solid #052B48;
  font-weight: 700;
}
.slick-dots li button::before {
  color: #6d6d6d !important;
  opacity: 1 !important;
}
.slick-dots li.slick-active button::before {
  color: #052B48 !important;
  opacity: 1 !important;
}
h1 {
  font-weight: 400;
  font-family: 'Arsenal', sans-serif;
  padding-bottom: 10px;
  letter-spacing: normal !important;
}
h2 {
  font-weight: 400;
  font-family: 'Arsenal', sans-serif;
  padding-bottom: 10px;
  letter-spacing: normal !important;
}
h3 {
  font-weight: 400;
  font-family: 'Arsenal', sans-serif;
  padding-bottom: 10px;
  letter-spacing: normal !important;
}
h4 {
  font-weight: 400;
  font-family: 'Arsenal', sans-serif;
  padding-bottom: 10px;
  letter-spacing: normal !important;
}
h5 {
  font-weight: 400;
  font-family: 'Arsenal', sans-serif;
  padding-bottom: 10px;
  letter-spacing: normal !important;
}
h6 {
  font-weight: 400;
  font-family: 'Arsenal', sans-serif;
  padding-bottom: 10px;
  letter-spacing: normal !important;
}
.mega-menu-link {
  letter-spacing: calc(0.1em) !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu >li.mega-menu-megamenu >ul.mega-sub-menu {
  z-index: 999999999999 !important;
}
.mv_logo {
  position: absolute;
  left: 25px;
  bottom: -60px;
  z-index: 999;
}
.btn {
  padding: 5px 30px;
  display: inline-block;
  border-radius: 30px;
}
.btn.white {
  border: 1px solid #fff;
  color: #fff;
}
.btn.white:hover {
  color: #fff;
}
.btn.green {
  border: none !important;
  color: #082940 !important;
  background-color: #BED444 !important;
}
.btn.blue {
  border: 1px solid #082940 !important;
  color: #082940 !important;
}
.btn.blue:hover {
  color: #082940 !important;
}
.btn.blue.solid {
  border: 1px solid #082940 !important;
  background-color: #082940 !important;
  color: #fff !important;
}
.btn.blue.solid:hover {
  background-color: #082940 !important;
  color: #fff !important;
}
.desktop_number {
  padding: 10px 15px;
  color: #fff;
  font-family: 'Arsenal', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}
.desktop_number a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}
.desktop_number i {
  display: none;
}
.mobile_number {
  color: #052B48;
}
.leftalign {
  float: left;
  width: 30%;
  height: auto;
  padding: 20px 20px 20px 0;
}
.rightalign {
  float: right;
  width: 30%;
  height: auto;
  padding: 20px 0 20px 20px;
}
.boxed {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.boxed-sh {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  -moz-box-shadow: 0 1px 20px rgba(20,20,20,0.2);
  box-shadow: 0 1px 20px rgba(20,20,20,0.2);
}
.wide {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.widget_siteorigin-panels-builder {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.panel-grid-cell {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
ul {
  padding-left: 30px;
}
ul li {
  margin-bottom: 3px;
  margin-top: 3px;
}
ol {
  padding-left: 30px;
}
ol li {
  margin-bottom: 3px;
  margin-top: 3px;
}
p {
  margin-top: 0;
}
p:not(:empty) {
  margin-bottom: 1rem;
}
a {
  text-decoration: none;
}
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.5em;
}
sub {
  font-size: 100% !important;
  vertical-align: middle !important;
  top: 0 !important;
  bottom: 0 !important;
}
sub.real {
  vertical-align: sub !important;
  font-size: smaller !important;
}
sub.real sup {
  bottom: 0.5em !important;
}
sub sup {
  font-size: 100% !important;
  vertical-align: middle !important;
  top: 0 !important;
  bottom: 0 !important;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 0;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.page-title h1 {
  padding: 30px;
  text-align: center;
}
.moments h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #128275;
  padding-top: 2rem;
  font-weight: 700;
  letter-spacing: calc(0.15em);
  padding-bottom: 20px;
}
.category_page .editor-tinymce {
  padding: 0;
}
.editor-tinymce {
  padding: 30px;
}
.slick-slide .editor-tinymce {
  padding: 0;
}
.clear {
  clear: both;
}
.main-side {
  display: block;
  float: left;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  width: 70%;
  padding: 30px;
}
.main-sidebar {
  display: block;
  float: left;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  width: 30%;
}
.tag .events_list .no_events {
  padding: 50px 0;
  text-align: center;
}
.tag .events_list .no_events h1 {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}
.tag .events_list .no_events h1,
.tag .events_list .no_events p {
  width: 80%;
  margin: 0 auto;
}
.tag .events_list .no_events .media {
  margin: 30px 0;
  border-radius: 20px;
  overflow: hidden;
}
.modern_search_page .new_search_bar {
  margin: 30px;
  width: auto;
}
.modern_search_page .tiles {
  padding: 50px 0;
  background-color: #B1DDDB;
  position: relative;
}
.modern_search_page .tiles::before {
  content: '';
  position: absolute;
  background-image: var(--line-background);
  top: 0;
  right: 0;
  left: 0;
  height: 200px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 1;
}
.modern_search_page .tiles .featured_loop_normal {
  gap: 15px;
  padding: 30px;
  position: relative;
  z-index: 3;
}
.modern_search_page .tiles .featured_loop_normal > div {
  flex-basis: calc(25% - 15px);
  text-align: left !important;
}
@media screen and (max-width:900px) {
  .modern_search_page .tiles .featured_loop_normal > div {
    flex-basis: 100%;
  }
}
.modern_search_page .tiles .featured_loop_normal > div .title {
  padding: 10px;
  text-align: left !important;
}
.modern_search_page .tiles .featured_loop_normal > div .title a {
  text-align: left !important;
}
.modern_search_page .tiles > * {
  z-index: 3;
}
.modern_featured_hero {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  background-position: 50% 25%;
  background-size: cover;
  background-color: #000;
  background-image: unset !important;
  position: relative;
}
.modern_featured_hero .inner {
  background-position: 50% 25%;
  background-size: cover;
  position: relative;
}
.modern_featured_hero .inner::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  background: linear-gradient(90deg,#000000 0%,rgba(0,0,0,0.6) 35%,rgba(0,0,0,0) 50%);
}
.modern_featured_hero .inner::before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  background: linear-gradient(270deg,#000000 0%,rgba(0,0,1,0) 20%);
}
@media screen and (max-width:900px) {
  .modern_featured_hero.alt_mobile {
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #000;
  }
  .modern_featured_hero.alt_mobile::after {
    display: none;
  }
  .modern_featured_hero.alt_mobile .inner {
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    align-items: end;
    padding-bottom: 80px !important;
    text-align: center;
    padding-top: 50% !important;
  }
  .modern_featured_hero.alt_mobile .inner .content {
    width: 100%;
    background: #000;
  }
}
@media screen and (max-width:900px) {
  .modern_featured_hero.secondary .inner {
    padding: 50px 30px !important;
    justify-content: center !important;
  }
  .modern_featured_hero.secondary .inner:before {
    background-color: rgba(0,0,0,0.7) !important;
  }
}
@media screen and (max-width:900px) {
  .modern_featured_hero.secondary .inner .content {
    max-width: unset;
    width: 80%;
  }
}
.modern_featured_hero.secondary .inner .content .title {
  font-size: 64px;
  line-height: 1em;
}
.modern_featured_hero.secondary .inner .content .btn_holder a {
  background-color: #BED444;
  color: #082940;
  border: none;
}
@media screen and (max-width:900px) {
  .modern_featured_hero.secondary::after {
    background: linear-gradient(250deg,rgba(0,0,0,0.9) 20%,rgba(0,0,0,0.5) 100%) !important;
  }
}
.modern_featured_hero.right .inner {
  justify-content: right;
}
.modern_featured_hero.right .inner::after {
  background: linear-gradient(250deg,#000000 0%,rgba(0,0,0,0.6) 40%,rgba(0,0,0,0) 60%) !important;
}
.modern_featured_hero.right .inner::before {
  background: linear-gradient(90deg,#000000 0%,rgba(0,0,1,0) 20%);
}
.modern_featured_hero .inner {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 30px;
  padding-top: var(--full-header-height) !important;
  padding-bottom: calc(var(--full-header-height) * 1.3) !important;
}
.modern_featured_hero .inner .content {
  color: #fff;
  padding: 30px 0;
  max-width: 35%;
  position: relative;
  z-index: 99999;
}
@media screen and (max-width:900px) {
  .modern_featured_hero .inner .content {
    max-width: 100%;
    width: 55%;
  }
}
.modern_featured_hero .inner .content .location {
  background-color: #fff;
  display: inline-block;
  padding: 3px 30px;
  letter-spacing: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #082940;
  margin-bottom: 15px;
}
.modern_featured_hero .inner .content .title {
  font-family: 'Arsenal', sans-serif;
  font-size: 84px;
  line-height: 1em;
}
.modern_featured_hero .inner .content .sub-title {
  font-family: 'Arsenal', sans-serif;
  font-size: 32px;
  line-height: 1em;
  padding-bottom: 10px;
}
.modern_featured_hero .inner .content .date {
  font-family: 'Arsenal', sans-serif;
  font-size: 20px;
  line-height: 1em;
  padding-bottom: 10px;
}
.modern_featured_hero .inner .content .btn_holder {
  padding-top: 15px;
}
.modern_featured_hero .inner .content .dis {
  padding-top: 30px;
  font-size: 14px;
}
.headerbg {
  height: var(--full-header-height) !important;
  background-color: #082940;
}
.logo-lockup-with-search {
  position: relative;
}
.logo-lockup-with-search .new_search_bar {
  background-color: #fff;
  padding: 30px;
  position: absolute;
  border: 1px solid #A5A9AC;
  top: -50px;
  left: 0;
  right: 0;
  border-radius: 20px;
  z-index: 9999;
}
@media screen and (max-width:900px) {
  .logo-lockup-with-search .new_search_bar {
    top: unset;
    position: relative;
    margin: 0;
    width: 100%;
    z-index: 99999999999;
    margin-top: -50px;
    margin-bottom: -20px;
  }
}
.logo-lockup-with-search .new_search_bar .reset_btn {
  display: none !important;
}
.logo-lockup-with-search .new_search_bar .sort_buttons_nhp {
  display: none !important;
}
.logo-lockup-with-search .lockup-row {
  padding: 100px 0 40px 0;
}
.dest_container {
  position: relative;
  padding-bottom: 30px;
}
.dest_container .lines {
  position: absolute;
  opacity: .2;
  top: -15%;
  right: 0;
  bottom: -10%;
  z-index: 0;
  width: 50%;
  height: 140%;
}
@media screen and (max-width:900px) {
  .dest_container .lines {
    display: none;
  }
}
.dest_container .lines > div {
  transform: scaleX(-1) rotate(104deg);
  position: absolute;
  top: 0;
  left: 0;
  /* right: 0; */
  aspect-ratio: 1;
  bottom: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
}
.modern-destination-loop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 30px;
}
@media screen and (max-width:900px) {
  .modern-destination-loop {
    flex-wrap: wrap;
  }
}
.modern-destination-loop > div {
  flex-basis: 100%;
}
@media screen and (max-width:900px) {
  .modern-destination-loop > div {
    flex-basis: 100%;
  }
}
.modern-destination-loop.slick-slider {
  position: relative;
}
.modern-destination-loop.slick-slider .featured_slick_nav {
  position: absolute;
  top: -30px;
  right: 0;
}
.modern-destination-loop.slick-slider .slick-track .slick-slide > div {
  padding: 0 10px;
}
.modern-destination-loop.slick-slider .slick-track .slick-slide > div .modern_destination {
  aspect-ratio: 1;
}
@media screen and (max-width:900px) {
  .modern-destination-loop.slick-slider .slick-track .slick-slide > div .modern_destination {
    aspect-ratio: 1.5;
  }
}
.modern-destination-loop.slick-slider .slick-track .slick-slide > div .modern_destination .title {
  font-size: 20px;
}
.modern-destination-loop .modern_destination {
  flex-basis: 100%;
  aspect-ratio: 1;
  display: flex !important;
  align-items: end;
  justify-content: start;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:900px) {
  .modern-destination-loop .modern_destination {
    aspect-ratio: 1.5;
  }
}
.modern-destination-loop .modern_destination::before {
  content: '';
  background: linear-gradient(0deg,#000000 0%,rgba(0,0,0,0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
}
.modern-destination-loop .modern_destination .title {
  width: 100%;
  padding: 15px 30px;
  color: #fff;
  position: relative;
  z-index: 4;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Arsenal', sans-serif;
  text-transform: capitalize;
}
.modern_event_list {
  overflow: hidden;
}
.modern_event_list.culinary_events {
  padding: 30px 0;
}
.modern_event_list.culinary_events .modern_home_cta {
  padding-bottom: 30px;
}
.modern_event_list.music_events {
  background-color: #CCECEF;
  padding: 30px 0;
  position: relative;
}
.modern_event_list.music_events .lines {
  position: absolute;
  opacity: .2;
  top: -84%;
  right: -20%;
  z-index: 1;
  height: 30%;
  width: 93%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
}
.modern_event_list.music_events .lines > div {
  position: absolute;
  top: 0;
  opacity: .8;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  aspect-ratio: 1;
  transform: scaleY(-1) rotate(294deg);
}
.modern_event_list.music_events * {
  position: relative;
  z-index: 2;
}
.lockup-row {
  background-size: auto 750% !important;
  background-position: 55% 48% !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
}
.solo-logo .lockup-row {
  padding: 50px 0;
}
@media screen and (max-width:900px) {
  .solo-logo .lockup-row {
    padding: 30px 0;
  }
}
.modern_event_card.normal .status_message {
  display: none;
}
.modern_event_card .img {
  aspect-ratio: 1.3333333333333;
  width: 100%;
  color: #fff;
  display: block;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: end;
  justify-content: start;
}
.modern_event_card .img .local {
  position: relative;
  z-index: 4;
  display: inline-block;
  padding: 15px;
  text-transform: uppercase;
}
.modern_event_card .img::before {
  content: '';
  background: linear-gradient(0deg,#000000 0%,rgba(0,0,0,0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
}
.modern_event_card .title {
  font-weight: 700;
  padding: 10px;
  font-size: 20px;
  min-height: 100px;
}
@media screen and (max-width:900px) {
  .modern_event_card .title {
    text-align: center;
  }
}
.modern_event_card .title a {
  color: #082940;
}
@media screen and (max-width:900px) {
  .modern_event_card .title a {
    text-align: center;
  }
}
.modern_event_card .date {
  padding: 0 10px;
  display: flex;
  gap: 10px;
}
@media screen and (max-width:900px) {
  .modern_event_card .date {
    text-align: center;
  }
}
.modern_event_card .date > p {
  margin-bottom: 0;
}
@media screen and (max-width:900px) {
  .modern_event_card .date > p {
    text-align: center;
  }
}
.modern_event_card .price {
  padding: 10px;
  display: flex;
  gap: 10px;
}
.modern_event_card .price .price_con > p {
  margin-bottom: 0;
}
@media screen and (max-width:900px) {
  .modern_event_card .price .price_con > p {
    text-align: center;
  }
}
.modern-event-loop.slider .slick-slide > div {
  padding: 0 5px;
}
.modern-event-loop:not(.slider) {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  gap: 15px;
  padding: 30px;
  flex-wrap: wrap;
}
.modern-event-loop:not(.slider) .modern_event_card {
  width: calc(calc(100%/4) - 15px);
}
@media screen and (max-width:900px) {
  .modern-event-loop:not(.slider) .modern_event_card {
    width: 100%;
  }
}
.related_events {
  display: flex;
  align-items: start;
  justify-content: start !important;
  gap: 15px;
  padding: 30px;
  flex-wrap: wrap;
  text-align: left !important;
}
.related_events .modern_event_card {
  width: calc(calc(100%/4) - 30px);
}
@media screen and (max-width:900px) {
  .related_events .modern_event_card {
    width: 100%;
    flex-basis: 100% !important;
  }
}
.modern_single_page #packages-offer {
  overflow: hidden;
  background-color: #B1DDDB;
  position: relative;
}
.modern_single_page #packages-offer .boxed {
  position: relative;
  padding: 50px;
}
.modern_single_page #packages-offer .lines {
  position: absolute;
  opacity: .2;
  top: -750px;
  right: -500px;
  z-index: 1;
  height: 300px;
  width: 93%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
}
.modern_single_page #packages-offer .lines > div {
  position: absolute;
  top: 0;
  opacity: .8;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  aspect-ratio: 1;
  transform: scaleY(-1) rotate(294deg);
}
.modern_single_page #packages-offer .modern_home_cta {
  text-align: left;
}
.modern_single_page #packages-offer * {
  position: relative;
  z-index: 99;
}
.modern_single_page #packages-offer .date_loop {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0 30px;
}
.modern_single_page #packages-offer .date_loop > div {
  width: calc(25% - 15px);
  color: #082940;
  font-family: 'Roboto', sans-serif;
}
.modern_single_page #packages-offer .date_loop > div.sold_out {
  opacity: .8;
  color: red;
}
.modern_single_page #packages-offer .date_loop > div .hero_img {
  aspect-ratio: 1.5;
  width: 100%;
  border-radius: 20px;
}
.modern_single_page #packages-offer .date_loop > div .date_contain {
  font-size: 28px;
}
.modern_single_page #packages-offer.modern_v3 .date_loop > div {
  text-align: left !important;
  background-color: unset !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
.modern_single_page #packages-offer.modern_v3 .date_loop > div.sold_out {
  color: #D00C0C !important;
}
.modern_single_page #packages-offer.modern_v3 .date_loop > div.sold_out svg path {
  fill: #D00C0C !important;
}
.modern_single_page #packages-offer.modern_v3 .date_loop > div.sold_out:after {
  display: none;
}
.modern_single_page #packages-offer.modern_v2 h2 {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  padding-bottom: 0;
  color: #082940;
}
.modern_single_page #packages-offer.modern_v2 .modern_home_cta {
  padding: 60px 0 30px 0;
}
.modern_single_page #packages-offer.modern_v2 .content {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width:900px) {
  .modern_single_page #packages-offer.modern_v2 .content {
    flex-wrap: wrap;
  }
}
.modern_single_page #packages-offer.modern_v2 .content > div.left {
  width: calc(65% - 70px);
}
@media screen and (max-width:900px) {
  .modern_single_page #packages-offer.modern_v2 .content > div.left {
    width: 100% !important;
    padding-bottom: 15px;
  }
}
.modern_single_page #packages-offer.modern_v2 .content > div.right {
  display: flex;
  justify-content: end;
  width: calc(35% + 80px) !important;
  padding-right: 35px;
}
@media screen and (max-width:900px) {
  .modern_single_page #packages-offer.modern_v2 .content > div.right {
    width: 100% !important;
  }
}
.modern_single_page #packages-offer.modern_v2 .modern_package_cta {
  background-color: #082940;
  color: #fff;
  padding: 60px 30px;
  text-align: center;
  border-radius: 20px;
  width: 90%;
}
@media screen and (max-width:900px) {
  .modern_single_page #packages-offer.modern_v2 .modern_package_cta {
    width: 100%;
  }
}
.modern_single_page #packages-offer.modern_v2 .modern_package_cta .price {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3em;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 15px;
}
.modern_single_page #packages-offer.modern_v2 .modern_package_cta .modern.discount-btn {
  font-size: 16px;
  line-height: 1.3em;
  color: #fff;
  margin-bottom: 20px;
}
.modern_single_page #packages-offer.modern_v2 .modern_package_cta a.btn {
  background-color: #BED444;
  color: #082940;
}
.modern_single_page #packages-offer.modern_v2 .includes .include_text {
  font-size: 24px;
  padding-bottom: 30px;
}
.modern_single_page #packages-offer.modern_v2 .includes .include_text ul li {
  font-size: 24px;
  padding-left: 10px;
}
.modern_single_page #packages-offer.modern_v2 .includes .include_text ul li::marker {
  font-family: "Font Awesome 6 Free" !important;
  content: '\f00c';
  font-weight: 900;
}
.modern_single_page #packages-offer.modern_v2 .includes .package_text {
  font-size: 16px;
}
.modern_single_page #packages-offer.modern_v2 h3 {
  font-weight: 700;
  color: #082940;
  font-family: 'Roboto', sans-serif;
}
.modern_single_page #packages-offer.modern_v2 .dates_container {
  margin-bottom: 15px;
}
.modern_single_page #packages-offer.modern_v2 .date_loop {
  padding: 0;
  align-items: flex-start;
}
.modern_single_page #packages-offer.modern_v2 .date_loop > div {
  width: unset;
  min-width: 48%;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  text-align: center;
}
.modern_single_page #packages-offer.modern_v2 .date_loop > div .date_contain {
  font-size: 18px;
}
.modern_single_page #packages-offer.modern_v2 .date_loop > div .date_price {
  font-size: 12px;
}
.modern_single_page #packages-offer.modern_v2 .date_loop > div.sold_out {
  opacity: 1;
  color: #082940;
  position: relative;
}
.modern_single_page #packages-offer.modern_v2 .date_loop > div.sold_out:after {
  content: 'SOLD OUT';
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px;
  background-color: red;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  border-radius: 5px;
}
.modern_single_page #packages-offer.modern_v2 .date_loop > div.sold_out .date_contain {
  text-decoration: line-through;
}
.modern_single_page .modern_itin {
  padding: 30px;
  color: #082940;
}
.modern_single_page .modern_itin h2 {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 32px;
}
.modern_single_page .modern_itin .itin_loop {
  gap: 15px;
}
.modern_single_page .modern_itin .itin_loop .it_row {
  flex-basis: 100%;
  background-color: #F2F2F2;
  padding: 40px 60px;
  border-radius: 20px;
  font-size: 20px;
  margin-bottom: 30px;
}
.modern_single_page .modern_itin .itin_loop .it_row .it_day {
  text-align: center;
  border-bottom: 2px solid #A5A9AC;
  margin: 0 15px 30px;
  text-transform: uppercase;
}
.modern_single_page .modern_itin .itin_loop .it_row .it_day h3 {
  font-weight: 700 !important;
  font-family: 'Roboto', sans-serif;
}
.modern_single_page .modern_itin .itin_loop .it_row .it_info {
  padding: 0 15px;
}
.modern_single_page .modern_ticket {
  background-color: #B1DDDB;
  color: #082940;
  padding: 50px 0;
}
.modern_single_page .modern_ticket .inner {
  display: flex;
  align-items: top;
  justify-content: space-between;
  gap: 30px;
  padding: 0 30px;
}
@media screen and (max-width:900px) {
  .modern_single_page .modern_ticket .inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }
}
.modern_single_page .modern_ticket .inner .content {
  flex-basis: 50%;
}
@media screen and (max-width:900px) {
  .modern_single_page .modern_ticket .inner .content {
    width: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
.modern_single_page .modern_ticket .inner .content h2 {
  font-weight: 600;
  font-size: 32px;
  font-family: 'Roboto', sans-serif;
}
.modern_single_page .modern_ticket .inner .btn_contain {
  padding: 15px;
}
@media screen and (max-width:900px) {
  .modern_single_page .modern_ticket .inner .btn_contain {
    width: 100%;
    text-align: center;
  }
}
.modern_single_page .modern_ticket .inner .btn_contain a.btn {
  background-color: #082940;
  color: #fff;
}
.modern_single_page .modern_single_destination .acc_item {
  position: relative;
}
.modern_single_page .modern_single_destination .acc_item:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: linear-gradient(90deg,#000000 0%,rgba(0,0,0,0.6) 35%,rgba(0,0,0,0) 60%);
}
@media screen and (max-width:900px) {
  .modern_single_page .modern_single_destination .acc_item:before {
    background-color: rgba(0,0,0,0.7);
  }
}
.modern_single_page .modern_single_destination .acc_item .acc_img {
  padding: 100px 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media screen and (max-width:900px) {
  .modern_single_page .modern_single_destination .acc_item .acc_img {
    padding: 30px 0;
  }
}
.modern_single_page .modern_single_destination .acc_item .acc_content {
  width: 50%;
  color: #fff;
  padding: 50px 30px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width:900px) {
  .modern_single_page .modern_single_destination .acc_item .acc_content {
    width: 100%;
    padding: 30px;
  }
}
.modern_single_page .modern_single_destination .acc_item .acc_content * {
  text-align: left !important;
}
.modern_single_page .modern_single_destination .acc_item .acc_content h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-weight: 600;
}
.modern_single_page .modern_single_destination .acc_item .acc_content .section_title {
  padding: 0 30px;
  display: none;
}
.modern_single_hero {
  padding: 30px 50px;
  color: #082940;
}
.modern_single_hero .hero_content {
  color: #082940;
  padding: 30px 0;
}
.modern_single_hero .hero_content .date {
  background-color: #BED444;
  color: #082940;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
}
.modern_single_hero .hero_content .date a {
  color: #082940;
  text-decoration: underline;
}
.modern_single_hero .hero_content h1 {
  padding-top: 15px;
  font-size: 84px;
  line-height: .9em;
  font-family: 'Arsenal', sans-serif;
}
.modern_single_hero .hero_content .sub-title {
  font-size: 30px;
  line-height: 1em;
  font-family: 'Arsenal', sans-serif;
  padding-bottom: 30px;
}
.modern_single_hero .hero_img {
  float: right;
  aspect-ratio: 0.75;
  background-color: #000;
  width: 35%;
  margin: 0 30px 15px 30px;
  border-radius: 15px;
  position: relative;
}
@media screen and (max-width:900px) {
  .modern_single_hero .hero_img {
    float: none;
    width: 100%;
    aspect-ratio: 1.5;
    margin: 0;
  }
}
.modern_single_hero .modern_cta {
  background-color: #082940;
  color: #fff;
}
.modern_single_hero .modern_cta .boxed {
  padding: 30px 50px;
}
.modern_single_hero .modern_cta .boxed .inner {
  width: 65%;
}
@media screen and (max-width:900px) {
  .modern_single_hero .modern_cta .boxed .inner {
    width: 100%;
  }
}
.modern_single_hero .modern_cta .boxed .inner .price {
  font-weight: 700;
  font-size: 20px;
}
.modern_single_hero .modern_cta .boxed .inner .timeshare {
  text-align: left;
  font-size: 12px;
}
.modern_single_hero .modern_cta .boxed .inner .btns {
  display: flex;
  gap: 15px;
  padding-top: 15px;
}
.modern_single_hero .modern_cta .boxed .inner .btns .btn {
  padding: 5px 35px;
  font-weight: 700;
}
.modern_single_hero h3,
.modern_single_hero h2 {
  font-size: 32px;
  line-height: 1em;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
.modern_single_hero p {
  font-size: 20px;
  line-height: 1.2em;
  font-family: 'Roboto', sans-serif;
}
.modern_single_hero .release-form {
  font-size: 16px;
  line-height: 1.2em;
}
.modern_single_hero .release-form a {
  color: #082940;
  text-decoration: underline;
}
.hero {
  background-color: #B1DDDB;
  margin-top: 30px;
  border-radius: 20px;
  overflow: hidden;
  clear: both;
}
.hero .call_single {
  margin-bottom: 5px;
}
.hero .call_single a {
  color: #052B48;
  font-weight: 700;
}
.hero .btn {
  margin-top: 15px;
}
.hero_info {
  width: 30%;
  float: left;
  padding: 60px 25px 50px 25px;
}
.hero_info h1 {
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
  font-family: 'Arsenal', sans-serif;
}
.hero_info .not_header {
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
  font-family: 'Arsenal', sans-serif;
}
.hero_info .location {
  padding-top: 40px;
  padding-bottom: 14px;
  font-weight: 700;
  color: #052B48;
  font-size: 15px;
  text-transform: uppercase;
}
.hero_info .extra_info {
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 0;
}
.hero_info .m_dates {
  color: #052B48;
}
.hero_info .m_dates a {
  color: #052B48;
}
.hero_info .m_dates a:hover {
  text-decoration: underline;
}
.hero_info .time_message {
  font-style: italic;
  font-size: 14px;
}
.hero_info .price {
  padding: 25px 0;
}
.hero_info .price p {
  margin-bottom: 0;
  font-weight: 400;
}
.hero_info .price p span {
  font-weight: 700;
}
.hero_info .price span.required {
  font-style: italic;
  font-weight: 400;
}
.hero_info .price #dop_btn_head {
  font-size: 14px;
  color: #052B48;
  border: none;
  background-color: transparent;
  text-decoration: underline;
}
.hero_info .price #dop_btn_head:hover {
  cursor: pointer;
}
.hero_info .new_cta {
  margin: 10px 0 0 0;
  padding: 10px 15px;
}
.home .hero_info {
  padding: 100px 25px 50px 25px;
}
.home .hero_info .location {
  padding-bottom: 20px;
}
.home .hero_info .extra_info {
  padding-bottom: 20px;
}
.border_below {
  position: relative;
  margin: 5px 0;
  display: none;
}
.border_below::after {
  content: '';
  width: 80%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #b7b7b7;
}
.border_below::before {
  content: '';
  width: 20%;
  height: 15px;
  position: absolute;
  bottom: -15px;
  left: 15px;
  background-color: #052B48;
}
.hero_image {
  width: 70%;
  height: auto !important;
  aspect-ratio: 1.4545454545455;
  float: right;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.hero_image.normal .status_message {
  display: none;
}
.hero_slider {
  width: 70%;
  float: right;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.hero_slider .hero_image {
  width: 100%;
  float: none;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.hero_slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
}
.hero_slider .slick-arrow button::before {
  color: #fff;
  text-shadow: 0 5px 10px #121212;
}
.hero_slider .slick-arrow.before_btn {
  left: 0;
}
.hero_slider .slick-arrow.after_btn {
  right: 0;
}
.status_message {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  font-weight: 700;
  color: #fff;
}
.status_message.bubble {
  background-color: #fff;
  color: #000;
  min-width: 50px;
  aspect-ratio: 1;
  right: 0;
  display: flex;
  left: auto;
  border-radius: 100%;
  align-items: center;
  padding: 0 3px !important;
  /* border: 1px solid #00000021; */
  /* border-bottom: 5px solid #0000009c; */
  top: 0;
  text-transform: uppercase;
  transform: scale(.8);
  line-height: 100%;
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.3);
}
.status_message.bubble > span {
  word-break: break-word;
  width: 100%;
  text-align: center;
}
.status_message.top {
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  top: 0 !important;
}
.status_message.top:before,
.status_message.top:after {
  display: none !important;
}
.status_message.top span {
  transform: rotate(0) !important;
  left: 0 !important;
  top: 0 !important;
  position: relative !important;
  width: 100% !important;
  padding: 10px !important;
}
.status_message.bottom {
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  top: 200px !important;
  left: 0 !important;
  right: 0;
}
.status_message.bottom:before,
.status_message.bottom:after {
  display: none !important;
}
.status_message.bottom span {
  transform: rotate(0) !important;
  left: 0 !important;
  top: 0 !important;
  position: relative !important;
  width: 100% !important;
  font-size: 12px !important;
  padding: 5px 0 !important;
}
.status_message.sold_out {
  width: 160px;
  height: 160px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.status_message.sold_out span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 10px 0;
  background-color: #000000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.4);
  color: #fff;
  font: 700 16px/1 ;
  text-transform: uppercase;
  text-align: center;
  left: -53px;
  top: 43px;
  transform: rotate(-45deg);
  z-index: 2;
}
.status_message.sold_out:before,
.status_message.sold_out:after {
  display: none !important;
}
.status_message.sold_out::before {
  position: absolute;
  z-index: 1;
  content: '';
  display: block;
  background: #1a1a1a;
  top: -5px;
  right: 10px;
  width: 20px;
  height: 10px;
}
.status_message.sold_out::after {
  position: absolute;
  z-index: 1;
  content: '';
  display: block;
  background: #1a1a1a;
  bottom: 10px;
  left: -5px;
  height: 20px;
  width: 10px;
}
.status_message.past {
  width: 160px;
  height: 160px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.status_message.past span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 10px 0;
  background-color: #E6E7E8;
  box-shadow: 0 2px 10px rgba(0,0,0,0.4);
  color: #052B48;
  font: 700 16px/1 ;
  text-transform: uppercase;
  text-align: center;
  left: -53px;
  top: 43px;
  transform: rotate(-45deg);
  z-index: 2;
}
.status_message.past:before,
.status_message.past:after {
  display: none !important;
}
.status_message.past::before {
  position: absolute;
  z-index: 1;
  content: '';
  display: block;
  background: #cbced0;
  top: -5px;
  right: 10px;
  width: 20px;
  height: 10px;
}
.status_message.past::after {
  position: absolute;
  z-index: 1;
  content: '';
  display: block;
  background: #cbced0;
  bottom: 10px;
  left: -5px;
  height: 20px;
  width: 10px;
}
.status_message.special {
  width: 160px;
  height: 160px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.status_message.special span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 10px 0;
  background-color: #B36B29;
  box-shadow: 0 2px 10px rgba(0,0,0,0.4);
  color: #fff;
  font: 700 16px/1 ;
  text-transform: uppercase;
  text-align: center;
  left: -53px;
  top: 43px;
  transform: rotate(-45deg);
  z-index: 2;
}
.status_message.special:before,
.status_message.special:after {
  display: none !important;
}
.status_message.special::before {
  position: absolute;
  z-index: 1;
  content: '';
  display: block;
  background: #8a521f;
  top: -5px;
  right: 10px;
  width: 20px;
  height: 10px;
}
.status_message.special::after {
  position: absolute;
  z-index: 1;
  content: '';
  display: block;
  background: #8a521f;
  bottom: 10px;
  left: -5px;
  height: 20px;
  width: 10px;
}
.status_message.coming_soon {
  width: 160px;
  height: 160px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.status_message.coming_soon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 10px 0;
  background-color: #052B48;
  box-shadow: 0 2px 10px rgba(0,0,0,0.4);
  color: #fff;
  font: 700 16px/1 ;
  text-transform: uppercase;
  text-align: center;
  left: -53px;
  top: 43px;
  transform: rotate(-45deg);
  z-index: 2;
}
.status_message.coming_soon:before,
.status_message.coming_soon:after {
  display: none !important;
}
.status_message.coming_soon::before {
  position: absolute;
  z-index: 1;
  content: '';
  display: block;
  background: #020f18;
  top: -5px;
  right: 10px;
  width: 20px;
  height: 10px;
}
.status_message.coming_soon::after {
  position: absolute;
  z-index: 1;
  content: '';
  display: block;
  background: #020f18;
  bottom: 10px;
  left: -5px;
  height: 20px;
  width: 10px;
}
.status_extra {
  text-align: center;
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
}
.status_extra p {
  padding-bottom: 0;
}
.cta {
  background-color: #052B48;
  color: #fff;
  border-radius: 20px;
}
.cta p {
  padding-bottom: 0;
  line-height: 20px;
}
.cta i {
  display: none;
}
.new_cta {
  background-color: #052B48;
  color: #fff;
  padding: 15px 15px;
  margin: 20px 0;
  border-radius: 20px;
}
.new_cta i {
  display: none;
}
.new_cta a {
  color: #fff;
  font-weight: 700;
}
.new_cta p {
  display: block;
  margin-bottom: 0;
  width: 100%;
}
.new_cta .phone {
  font-size: 18px;
  font-weight: 700;
}
.new_cta .limit {
  font-size: 16px;
}
.main_cta {
  padding: 50px 0;
}
.main_cta .inspirational {
  width: 60%;
  padding: 15px 30px;
  float: left;
}
.main_cta .inspirational span {
  letter-spacing: 1.5px;
  font-weight: 400;
  font-family: 'Arsenal', sans-serif;
  display: block;
  font-size: 1.5em;
}
.main_cta .green_cta {
  width: 35%;
  float: right;
  padding: 25px 30px 15px 30px;
  position: relative;
}
.main_cta .green_cta .big {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
}
.main_cta .green_cta .big span {
  font-size: 36px;
  line-height: 28px;
  font-weight: 700;
}
.main_cta .green_cta .big span a {
  color: #fff;
}
.main_cta .green_cta .small {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
}
.main_cta .green_cta .divider_down {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.venue_dis a {
  color: #052B48;
  text-decoration: underline;
}
.venue_dis a:hover {
  text-decoration: underline;
}
.main_event_info h2.details {
  padding-top: 30px;
  text-align: center;
  color: #052B48;
  font-family: 'Open Sans', sans-serif;
}
.main_event_info .venue_dis a {
  color: #052B48;
}
.main_event_info .venue_dis a:hover {
  text-decoration: underline;
}
.main_event_info .event_menu {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  font-weight: 400;
}
.main_event_info .event_menu div.item {
  display: inline-block;
  width: 100%;
  flex-basis: 100%;
  align-self: center;
  text-align: center;
  border-bottom: 3px solid #d7d7d7;
  padding: 10px;
}
.main_event_info .event_menu div.item:hover {
  border-bottom: 3px solid #052B48;
  cursor: pointer;
  font-weight: 700;
  background-color: #f5f5f5;
  outline: none;
}
.main_event_info .event_menu div.item:focus {
  border-bottom: 3px solid #052B48;
  cursor: pointer;
  font-weight: 700;
  background-color: #f5f5f5;
  outline: none;
}
.main_event_info .event_menu div.item.active {
  border-bottom: 3px solid #052B48;
  cursor: pointer;
  font-weight: 700;
}
#info_form {
  padding: 30px 50px;
}
#m_dates {
  padding: 30px;
}
#m_dates h2 {
  text-align: center;
  color: #052B48;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 15px;
}
.date_row {
  font-weight: 700;
  margin: 30px 30px 15px 30px;
}
.date_row::after {
  content: '';
  height: 1px;
  background-color: #999999;
  width: 95%;
  margin: 30px auto 15px auto;
  display: block;
}
.date_row .date_contain {
  width: 100%;
  color: #052B48;
  text-align: center;
}
.date_row .date_status {
  width: 100%;
  text-align: center;
  color: #052B48;
  text-decoration: none !important;
}
.date_row .date_price {
  width: 100%;
  text-align: center;
}
.date_row.sold_out {
  color: #a30909;
}
.date_row.sold_out >div {
  color: #a30909;
}
.date_row.jDate .date_contain {
  width: 100%;
}
.date_row.price .date_price {
  text-align: center;
}
#itnerary {
  padding: 15px 30px;
  width: 80%;
  margin: 0 auto;
}
#itnerary a {
  color: #052B48;
}
#itnerary .it_header {
  padding-bottom: 30px;
}
#itnerary .it_row::after {
  content: '';
  width: 95%;
  height: 1px;
  display: block;
  background: #999999;
  margin: 40px auto;
}
#itnerary .it_day {
  width: 40%;
  float: left;
  color: #052B48;
  text-align: left;
  font-size: 24px;
  line-height: 28px;
}
#itnerary .it_day h3 {
  text-align: left !important;
}
#itnerary .it_day h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
}
#itnerary .it_day h2 strong {
  font-weight: 400;
}
#itnerary .it_info {
  width: 60%;
  float: left;
}
.section_title {
  display: block;
  letter-spacing: normal;
}
.body_section h3 {
  display: block;
  letter-spacing: normal;
}
.body_section h4 {
  font-size: 24px;
  line-height: 36px;
}
.body_section img {
  border-radius: 20px;
}
.recommendations {
  background-color: #B1DDDB;
  padding: 50px 30px;
}
.recommendations .title_sec {
  text-align: center;
}
.recommendations .title_sec h2 {
  font-size: 32px;
  font-family: 'Arsenal', sans-serif;
}
#destination.body_section h3 {
  padding: 0 30px;
  text-align: center;
  color: #052B48;
}
#accomodations.body_section h3 {
  padding: 0 30px;
  text-align: center;
  color: #052B48;
}
.single_dest h3 {
  padding: 0 30px;
  text-align: center;
  color: #052B48;
}
.single_dest .acc_item {
  position: relative;
  margin-bottom: 15px;
}
.single_dest .acc_img {
  right: 0;
  width: 50%;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0;
  bottom: 0;
}
.single_dest .acc_content {
  float: left;
  width: 50%;
  text-align: left !important;
  padding: 50px 0;
  min-height: 400px;
}
#destination {
  padding: 30px 0;
}
#destination .acc_item {
  position: relative;
  margin-bottom: 15px;
}
#destination .acc_item:nth-child(even) .acc_img {
  left: 0;
}
#destination .acc_item:nth-child(even) .acc_content {
  float: right;
}
#destination .acc_item:nth-child(odd) .acc_img {
  right: 0;
}
#destination .acc_item:nth-child(odd) .acc_content {
  float: left;
}
#destination .acc_img {
  width: 50%;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0;
  bottom: 0;
}
#destination .acc_content {
  width: 50%;
  text-align: left !important;
  padding: 50px 0;
  min-height: 400px;
}
#destination .acc_content img {
  display: none !important;
}
#accomodations {
  padding: 30px 0;
}
#accomodations .acc_item {
  position: relative;
  margin-bottom: 15px;
}
#accomodations .acc_item:nth-child(even) .acc_img {
  left: 0;
}
#accomodations .acc_item:nth-child(even) .acc_content {
  float: right;
}
#accomodations .acc_item:nth-child(odd) .acc_img {
  right: 0;
}
#accomodations .acc_item:nth-child(odd) .acc_content {
  float: left;
}
#accomodations .acc_img {
  width: 50%;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0;
  bottom: 0;
}
#accomodations .acc_content {
  width: 50%;
  text-align: left !important;
  padding: 50px 0;
  min-height: 400px;
}
.second_cta {
  width: 40%;
  display: block;
  margin: 30px auto 10px auto;
  padding: 30px 25px 25px;
  text-align: center;
}
.second_cta .big {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.second_cta .big span {
  font-weight: 700;
}
.second_cta .big span a {
  font-size: 36px;
  line-height: 24px;
  color: #fff;
}
.second_cta .small {
  margin-bottom: 0;
}
.dop {
  padding: 10px 30px 50px 30px;
  text-align: center;
}
.under_dop {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}
#dop_btn_cta {
  width: 100%;
  background-color: #fff;
  color: #052B48;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  margin-bottom: 30px;
}
#dop_btn {
  color: #052B48;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  border-bottom: 2px solid #fff;
}
#dop_btn:focus {
  outline: none;
  color: #052B48;
  cursor: pointer;
  border-bottom: 2px solid #052B48;
}
#dop_btn:hover {
  outline: none;
  color: #052B48;
  cursor: pointer;
  border-bottom: 2px solid #052B48;
}
#dop_text {
  padding: 30px;
  text-align: left;
}
#dop_text p {
  padding-bottom: 10px;
  font-size: 10pt;
  line-height: 22px;
}
#dop_text li {
  font-size: 10pt;
  line-height: 22px;
}
.tooltipster-fall {
  -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1);
  -moz-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
  -ms-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
  -o-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
  transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
}
.tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1);
  -moz-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
  -ms-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
  -o-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -o-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
  -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
  transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
}
.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}
.tooltipster-box {
  flex: 1 1 auto;
}
.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}
.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0,0);
  -moz-transform: scale(0,0);
  -o-transform: scale(0,0);
  -ms-transform: scale(0,0);
  transform: scale(0,0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(.23,.635,.495,1);
  -webkit-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
  -moz-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
  -ms-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
  -o-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
  transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
}
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1);
  -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
  -moz-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
  -ms-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
  -o-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
  transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
}
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}
.tooltipster-update-fade {
  animation: tooltipster-fading .4s;
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating .6s;
}
.tooltipster-update-scale {
  animation: tooltipster-scaling .6s;
}
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px;
}
.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px;
}
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-sidetip .tooltipster-arrow-background {
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
}
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  left: 0;
  top: 0;
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}
div.before_btn {
  margin: 0 10px !important;
}
div.before_btn button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 40px;
  padding: 5px 2px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
div.before_btn button:before {
  content: '\f053' !important;
  font-family: "Font Awesome 6 Free" !important;
  font-size: 30px !important;
  color: #fff;
  line-height: 30px;
  font-weight: 900;
  text-shadow: 0 3px 5px rgba(0,0,0,0.5);
}
div.after_btn {
  margin: 0 10px !important;
}
div.after_btn button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 40px;
  padding: 5px 2px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
div.after_btn button:before {
  content: '\f054' !important;
  font-family: "Font Awesome 6 Free" !important;
  font-size: 30px !important;
  color: #6d6d6d;
  line-height: 30px;
  font-weight: 900;
  text-shadow: 0 3px 5px rgba(0,0,0,0.5);
}
.slick_nav {
  line-height: 30px;
  text-align: center;
  padding: 15px;
}
.slick_nav >div {
  vertical-align: middle;
}
.slick_nav >ul {
  vertical-align: middle;
}
.hero_slider_container {
  position: relative;
}
.play_pause_controls {
  position: absolute;
  bottom: 100px;
  right: 50px;
  z-index: 99;
}
.play_pause_controls button {
  background: transparent;
  border: none;
}
.play_pause_controls i {
  font-size: 30px;
  color: #fff;
  text-shadow: 0 3px 5px rgba(0,0,0,0.5);
}
.bigger_loop {
  position: relative;
}
.bigger_loop::before {
  content: '';
  background: #ffffff;
  background: linear-gradient(90deg,#ffffff 0%,rgba(255,255,255,0) 10%,rgba(255,255,255,0) 90%,#ffffff 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 9;
}
.bigger_loop .play_pause_controls {
  right: 30%;
}
.slick-current .featured.bigger {
  transform: scale(1);
}
.slick-current .featured.bigger .content {
  opacity: 1;
}
.recent_events {
  padding: 0 0 30px 0;
}
@media screen and (max-width:900px) {
  .recent_events {
    padding: 15px 0;
  }
}
.recent_events h2 {
  color: #052B48;
  margin-bottom: 15px;
}
.video-js {
  border-radius: 20px;
}
.timeshare {
  text-align: center;
  font-size: 16px;
}
.timeshare.modern {
  background-color: #F2F2F2;
}
.timeshare.legacy {
  position: relative;
  margin-top: -35px;
}
.timeshare.legacy .boxed {
  padding: 20px 20px;
}
.timeshare .boxed {
  padding: 10px 20px;
}
.modern_home_cta {
  padding: 30px;
  padding-bottom: 0;
}
.modern_home_cta:not(.panel-widget-style) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:900px) {
  .modern_home_cta:not(.panel-widget-style) {
    flex-wrap: wrap;
    text-align: center;
  }
}
.modern_home_cta h2 {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  padding-bottom: 0;
}
.modern_home_cta h2,
.modern_home_cta p {
  color: #082940;
}
.modern_home_cta p {
  font-size: 18px;
}
.modern_home_cta .btn {
  font-weight: 700;
}
@media screen and (max-width:900px) {
  .modern_home_cta > div {
    flex-basis: 100%;
  }
}
.recent_events.modern_featured {
  position: relative;
  z-index: 1;
  padding: 30px 0;
}
.recent_events.modern_featured .play_pause_controls {
  left: 60px;
  bottom: unset;
  top: 30px;
  z-index: 999999999;
}
.recent_events.modern_featured .featured_slick_nav {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 0;
  z-index: 999999999;
}
.recent_events.modern_featured .featured_slick_nav button:before,
.recent_events.modern_featured .featured_slick_nav button:active::before {
  color: #fff;
}
.recent_events.modern_featured .bigger_loop::before,
.recent_events.modern_featured .bigger_loop::after {
  display: none;
}
.recent_events.modern_featured .sliders {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 15px;
  padding: 0 30px;
}
@media screen and (max-width:900px) {
  .recent_events.modern_featured .sliders {
    display: block;
  }
}
.recent_events.modern_featured .sliders .slider1 {
  width: calc(70% - 15px);
}
@media screen and (max-width:900px) {
  .recent_events.modern_featured .sliders .slider1 {
    width: 100%;
  }
}
.recent_events.modern_featured .sliders .slider1 .featured.bigger {
  background-color: unset;
}
.recent_events.modern_featured .sliders .slider1 .featured.bigger .event_name {
  font-weight: 400 !important;
}
.recent_events.modern_featured .sliders .slider1 .slick-slide {
  border-radius: 20px;
  overflow: hidden;
}
.recent_events.modern_featured .sliders .slider1 .slick-slide .featured {
  margin: 0;
}
.recent_events.modern_featured .sliders .slider2 {
  width: 30%;
}
.recent_events.modern_featured .sliders .slider2 .slick-slide button {
  border: 2px solid #fff;
  transition: all .5s;
  /* Firefox 4 */
  -moz-transition: all .5s;
  /* Safari and Chrome */
  -webkit-transition: all .5s;
  /* Opera */
  -o-transition: all .5s;
  opacity: .8;
}
.recent_events.modern_featured .sliders .slider2 .slick-current button {
  border: 2px solid #082940;
  opacity: 1;
}
@media screen and (max-width:900px) {
  .recent_events.modern_featured .sliders .slider2 {
    width: 100%;
    padding: 0 30px;
  }
  .recent_events.modern_featured .sliders .slider2 .slick-slide > div {
    padding: 0 2.5px;
  }
}
.recent_events.modern_featured .thumbs .slick-slide {
  padding-bottom: 5px;
}
.recent_events.modern_featured .thumbs div button {
  height: calc(calc(var(--modern-featured-slider-height)/4.0) - 5px );
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: none;
}
.recent_events.modern_featured .thumbs div button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.with_bottom_boarder {
  text-align: center;
}
.with_bottom_boarder h2 {
  color: #052B48;
  display: inline-block;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 35px;
  font-family: 'Arsenal', sans-serif;
}
.with_bottom_boarder h2:after {
  content: '';
  width: 6.25rem;
  background-color: #B36B29;
  height: 2px;
  margin: 15px auto 0 auto;
  display: block;
}
.tiles {
  padding: 30px 0;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  background-size: cover;
  background-position: center center;
}
.tiles.circles {
  background-image: url('img/circle-pattern.svg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.tiles.tan {
  background-color: #D6D1C4;
}
.tiles.tan .sort_buttons_nhp button {
  color: #052B48;
}
.tiles .title {
  text-align: center;
  padding: 30px;
}
.tiles .title h2 {
  color: #052B48;
  display: inline-block;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
}
.smaller .bigger_loop .play_pause_controls {
  right: 33%;
  bottom: 15px;
}
.smaller .slick_nav {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 46%;
  left: 27%;
  padding: 0;
  pointer-events: none !important;
}
.smaller .slick_nav > div {
  margin: 0 !important;
  pointer-events: auto !important;
}
.smaller .featured.bigger {
  transform: scale(1) !important;
  margin: 0 25px;
}
.smaller .featured.bigger .status_message {
  display: none;
}
.featured.bigger {
  padding-bottom: 0;
  margin: 0 10px;
  transform: scale(.9);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  overflow: hidden;
  background-color: #000;
}
.featured.bigger:hover {
  cursor: pointer;
}
.featured.bigger:hover .overlay {
  opacity: 1;
}
.featured.bigger:hover .content .hover_effect {
  bottom: 0;
  margin-top: 10px;
}
.featured.bigger * {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.featured.bigger .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.65);
}
.featured.bigger::before {
  display: none;
}
.featured.bigger .image {
  height: auto;
}
.featured.bigger .image::after {
  content: '';
  padding-bottom: 60%;
  display: block;
}
.featured.bigger .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  padding: 80px 30px 15px 30px;
  min-height: auto;
  background: #000000;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 40%,rgba(0,0,0,0.8) 100%);
  text-align: left;
  opacity: 0;
}
.featured.bigger .content .event_name {
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  width: 80%;
  display: block;
}
.featured.bigger .content .event_name span.status {
  font-size: 16px;
}
.featured.bigger .hover_effect {
  position: relative;
  margin-top: -130px;
  bottom: -150px;
  overflow: hidden;
}
.featured.bigger .hover_effect:focus {
  bottom: 0;
  margin-top: 10px;
}
.featured.bigger .hover_effect .border_below {
  width: 50%;
}
.featured.bigger .hover_effect .flex {
  display: flex;
  flex: 1 0 auto;
  flex-wrap: wrap;
  align-items: center;
}
.featured.bigger .hover_effect .flex >* {
  padding: 10px !important;
  color: #fff !important;
}
.featured.bigger .hover_effect a {
  flex-basis: 100%;
}
.featured_loop_normal {
  text-align: center;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 30px;
}
.featured_loop_normal .modern_event_card {
  flex-basis: calc(25% - 15px);
}
@media screen and (max-width:900px) {
  .featured_loop_normal .modern_event_card {
    flex-basis: 100%;
  }
  .featured_loop_normal .modern_event_card .date,
  .featured_loop_normal .modern_event_card .price {
    justify-content: center;
  }
}
.featured_loop_normal .featured {
  width: 23%;
  display: inline-block;
  margin: 1% 0.5%;
}
.featured_loop_normal.chron .featured {
  width: 25%;
  margin: 0 !important;
  position: relative;
  float: left;
  overflow: hidden;
  display: block;
  padding: 0 !important;
  height: 250px;
}
.featured_loop_normal.chron .featured:focus {
  border: none !important;
}
.featured_loop_normal.chron .featured:focus::after {
  content: '';
  border: 3px solid #128275;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.featured_loop_normal.chron .featured:focus >.content {
  padding: 30px 15px 15px 15px;
  bottom: 0;
  background: rgba(255,255,255,0.9);
}
.featured_loop_normal.chron .featured:focus >.status_message {
  font-size: 10px;
  padding: 5px 10px;
}
.featured_loop_normal.chron .featured::before {
  display: none;
}
.featured_loop_normal.chron .featured .content {
  padding: 0 15px 15px 15px;
  font-size: 14px;
  position: absolute;
  height: 250px;
  bottom: -180px;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.75);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.featured_loop_normal.chron .featured .content:focus-within {
  padding: 30px 15px 15px 15px;
  bottom: 0;
  background: rgba(255,255,255,0.9);
}
.featured_loop_normal.chron .featured .content .event_name {
  font-size: 12px;
  font-weight: 700;
  padding: 20px 0 30px 0;
  display: block;
}
.featured_loop_normal.chron .featured .content .btn {
  padding: 10px 15px;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}
.featured_loop_normal.chron .featured:hover >.content {
  padding: 30px 15px 15px 15px;
  bottom: 0;
  background: rgba(255,255,255,0.9);
}
.featured_loop_normal.chron .featured:hover >.status_message {
  font-size: 10px;
  padding: 5px 10px;
}
.featured_loop_normal.chron .featured:focus-within >.content {
  padding: 30px 15px 15px 15px;
  bottom: 0;
  background: rgba(255,255,255,0.9);
}
.featured_loop_normal.chron .featured:focus-within >.status_message {
  font-size: 10px;
  padding: 5px 10px;
}
.featured_loop_normal.chron .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  transition: all 0.0s;
  -moz-transition: all 0.0s;
  -webkit-transition: all 0.0s;
  -o-transition: all 0.0s;
}
.featured {
  margin: 15px 10px;
  text-align: center;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.2);
  transition: all 0.3s;
  /* Firefox 4 */
  -moz-transition: all 0.3s;
  /* Safari and Chrome */
  -webkit-transition: all 0.3s;
  /* Opera */
  -o-transition: all 0.3s;
}
.featured:hover {
  cursor: pointer;
  transform: scale(1.04);
}
.featured.normal .status_message {
  display: none !important;
}
.featured .status_message {
  font-size: 12px;
  z-index: 999;
  padding: 10px 15px;
  opacity: 1;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.featured .image {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.featured .content {
  padding: 30px 15px;
  display: flex;
  flex-wrap: wrap;
  min-height: 180px;
  color: #052B48;
}
.featured .content > * {
  flex-basis: 100%;
}
.featured .content .flex {
  justify-content: space-between;
  align-items: flex-start;
}
.featured .content .flex div:first-child {
  text-align: left;
  flex-basis: auto;
}
.featured .content .flex div:last-child {
  text-align: left;
  flex-basis: auto;
  padding-top: 10px;
}
.featured .content .location {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
}
.featured .content .event_name {
  font-size: 20px;
  line-height: 22px;
  font-family: 'Arsenal', sans-serif;
  display: inline;
  text-transform: none;
  letter-spacing: normal;
  padding-bottom: 10px;
}
.featured .content .event_name a {
  color: #052B48;
}
.featured .content .single_date {
  font-size: 10px;
}
.featured .content .price >span {
  font-size: 12px;
}
.featured .content .learn {
  text-align: left;
  display: block;
  width: 100%;
  align-self: flex-end;
}
.featured .content .learn a {
  color: #052B48;
  display: inline-block;
  font-weight: 700;
}
.featured .content .learn a:after {
  content: '';
  width: 90%;
  height: 1px;
  background-color: #B36B29;
  display: block;
  margin: 0 auto;
}
.featured.sold_out .image {
  opacity: 0.9;
}
.bigger_bold strong {
  font-size: 24px;
  color: #052B48;
}
.hidden_label .gfield_label {
  display: none;
}
.hidden_labels {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.searcher {
  padding: 50px 30px;
  text-align: center;
  position: relative;
}
.searcher .allEvent {
  display: none;
}
.searcher h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  color: #128275;
  text-transform: uppercase;
  letter-spacing: calc(0.2em);
  padding-bottom: 50px;
  display: block;
  font-weight: normal;
}
.options {
  width: 80%;
  text-align: left;
  float: left;
}
.reset_btn {
  overflow: hidden;
  background-color: unset !important;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  height: 46px;
  color: #082940;
  border: 1px solid #A5A9AC;
  position: relative;
  z-index: 999999;
  -webkit-appearence: none;
  border-radius: 10px;
  transform: scale(0,0);
  opacity: 0;
  font-size: 0;
  padding: 0 10px;
  margin-left: -46px;
}
.reset_btn.expanded {
  margin-left: 0;
  opacity: 1;
  font-size: 16px;
  transform: scale(1,1);
}
.sort_points_btn {
  min-width: 10% !important;
  width: auto !important;
  display: none !important;
  width: 20%;
  height: 46px;
  background-color: #052B48;
  color: #fff;
  border: none;
  position: relative;
  z-index: 9;
  -webkit-appearence: none;
}
.form_button {
  padding: 0 30px;
  height: 46px;
  background-color: #B1DDDB;
  color: #082940;
  border: none;
  position: relative;
  z-index: 9;
  -webkit-appearence: none;
  float: left;
  margin: 0 10px;
  border-radius: 10px;
}
@media screen and (max-width:900px) {
  .form_button {
    margin-top: 15px;
    margin: 10px 0 !important;
  }
}
.option1 {
  width: 39.5%;
  margin-right: 0.5%;
}
.option2 {
  width: 29.5%;
  margin-right: 0.5%;
}
.option2 select {
  border-right: none;
  border-left: none;
}
.option2 .select-selected {
  border-color: rgba(0,0,0,0.1) transparent;
}
.option3 {
  width: 29.5%;
  margin-right: 0.5%;
}
.custom-select {
  position: relative;
  font-family: Arial;
}
.custom-select select {
  width: 100%;
  -webkit-appearence: none;
  -moz-appearance: none;
  appearance: none;
  height: 46px;
  background-color: #ffffff;
  border: 1px solid #ececec;
  padding: 10px;
}
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9999999;
}
.select-items div {
  border-color: transparent rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.1);
  color: #262626;
  padding: 8px 16px;
  border: 1px solid transparent;
  cursor: pointer;
}
.select-items div:hover {
  background-color: rgba(0,0,0,0.1);
}
.select-selected {
  border-color: rgba(0,0,0,0.1);
  background-color: #fff;
  color: #262626;
  padding: 8px 16px;
  border: 1px solid transparent;
  cursor: pointer;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #838383 transparent transparent transparent;
}
.select-hide {
  display: none;
}
#search_container {
  margin-bottom: 100px;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #262626 transparent;
  top: 7px;
}
body.search #container {
  padding: 30px 15px;
  text-align: center;
}
body.search #content {
  padding: 30px 0;
  text-align: center;
}
body.search .featured {
  width: 23%;
  margin: 0.5%;
  display: inline-block;
}
#footer .lockup-row {
  padding: 80px 0;
  background-size: auto 100% !important;
  background-repeat: no-repeat !important;
}
#footer .menu {
  text-align: center;
  width: 90%;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:900px) {
  #footer .menu {
    flex-wrap: wrap;
  }
}
#footer .menu li {
  list-style: none;
  width: auto;
  display: inline-block;
  margin: 0;
  color: #052B48;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
}
#footer .menu li:hover {
  cursor: pointer;
}
@media screen and (max-width:900px) {
  #footer .menu li {
    flex-basis: 100%;
  }
}
#footer .menu li:last-child::after {
  display: none;
}
#footer .menu li a {
  vertical-align: middle;
  display: inline-block;
  color: #052B48;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
}
#footer .menu li a:hover {
  text-decoration: underline;
}
#footer p {
  white-space: normal;
  padding: .3rem 0;
  margin-bottom: 0px;
  font-size: 14px;
}
#footer .eho {
  display: flex;
}
#footer .eho img {
  margin-left: 0;
}
#footer .larger_txt p em {
  font-size: 16px !important;
  font-style: normal !important;
}
#footer img.equal-image {
  width: 50px;
  height: 100%;
}
#footer .footer-disclaimer-big {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
}
#footer .footer-disclaimer-regular {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
}
.gform_wrapper .hidden_label .gfield_label {
  display: none !important;
}
.dest_loop {
  position: relative;
}
.dest_loop::before {
  content: '';
  background: #ffffff;
  background: linear-gradient(90deg,#ffffff 0%,rgba(255,255,255,0) 10%,rgba(255,255,255,0) 90%,#ffffff 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 9;
}
.dest_loop .dest {
  padding: 10px;
  text-align: center;
}
.dest_loop .img {
  width: 100%;
  padding-top: 100%;
  display: block;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-radius: 100%;
}
.dest_loop .title {
  color: #000;
  padding: 10px 0;
  font-size: 14px;
  display: block;
  font-weight: 700;
  font-family: 'Arsenal', sans-serif;
}
.dest_loop .slick-slide {
  transform: scale(.85);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.dest_loop .slick-current {
  transform: scale(1);
}
.dest_loop .slick-arrow {
  position: absolute;
  top: 30%;
  z-index: 999;
}
.dest_loop .slick-arrow >button {
  width: auto;
  height: auto;
  padding: 30px 15px;
}
.dest_loop .slick-arrow.before_btn {
  left: 0;
}
.dest_loop .slick-arrow.after_btn {
  right: 0;
}
.featured_like_container {
  background-color: #e8e5de;
  background-image: url(img/circle-pattern.svg);
  background-position: center center;
  background-size: 200% auto;
}
.featured_like_container .featured_like {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.15);
}
.featured_like_container .featured_like::before {
  display: none;
}
.featured_like {
  background-color: #B3B3B3;
  padding: 50px 30px;
  position: relative;
}
.featured_like.swirls {
  background-color: #fff !important;
  background-image: url(img/circle-pattern.svg);
  background-position: center center;
  background-size: 400% auto;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.15);
}
.featured_like.swirls::after {
  content: '';
  background-color: rgba(255,255,255,0.3);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.featured_like.swirls::before {
  display: none;
}
.featured_like.swirls > div {
  position: relative;
  z-index: 3;
}
.featured_like.left {
  background-position: -500px center;
}
.featured_like.right {
  background-position: -1000px center;
}
.featured_like::before {
  content: '';
  border: 2px solid #C7C7C7;
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
.featured_like h3 {
  padding-bottom: 2px;
  font-weight: 700;
  font-size: 24px;
}
.sort_buttons_nhp {
  padding: 0 15px;
  text-align: right;
}
.sort_buttons_nhp button {
  background: transparent;
  color: #052B48;
  border: none;
  margin: 0 10px;
}
.sort_buttons_nhp button >* {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1300px) {
  #wrapper {
    width: 100%;
  }
  .boxed {
    width: 100%;
  }
  .boxed-sh {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .new_cta .phone {
    font-size: 18px;
    font-weight: 700;
  }
  .new_cta .phone a {
    font-size: 18px;
  }
  .new_cta .limit {
    font-size: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .bigger_loop .play_pause_controls {
    right: 30px;
    top: 30px;
  }
  .bigger_loop::before {
    display: none;
  }
  .new_cta i {
    display: block;
    float: left;
    width: 20%;
    font-size: 50px;
    padding-top: 10px;
  }
  .new_cta p {
    display: block;
    text-align: right;
    float: right;
    width: 80%;
  }
  .new_cta .phone a {
    font-size: 30px;
  }
  .new_cta .inner {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .mv_logo {
    position: relative;
    left: auto;
    bottom: auto;
    z-index: 999;
  }
  .tooltip:focus >span {
    width: auto !important;
  }
  .slick-dots li button:focus >span {
    width: auto !important;
  }
  .border_below {
    display: none;
  }
  .slick_nav {
    padding: 0px 15px;
  }
  .featured {
    width: 100% !important;
  }
  .featured_loop {
    padding: 15px;
  }
  .featured_loop .featured {
    margin: 0 !important;
  }
  .play_pause_controls {
    position: absolute;
    bottom: auto;
    top: 230px;
    right: 30px;
    z-index: 99;
  }
  .play_pause_controls i {
    font-size: 25px;
  }
  .desktop_number i {
    display: none;
    font-size: 32px;
  }
  .desktop_number a {
    text-decoration: underline;
  }
  .main-side {
    width: 100%;
    float: none;
  }
  .main-sidebar {
    width: 100%;
    float: none;
  }
  .leftalign {
    float: none;
    width: 100%;
    padding: 30px;
  }
  .rightalign {
    float: none;
    width: 100%;
    padding: 30px;
  }
  .hero {
    background-color: #ffffff;
  }
  .hero .hero_image {
    float: none;
    width: 100%;
    height: 275px;
  }
  .hero .hero_info {
    float: none;
    width: 100%;
    text-align: center;
  }
  .hero .hero_info h1::after {
    display: none;
  }
  .hero .hero_info h1::before {
    display: none;
  }
  .hero_slider {
    float: none;
    width: 100%;
  }
  .hero_info {
    padding: 50px 15px 25px 15px;
  }
  .hero_info .location {
    padding-top: 20px;
  }
  .home .hero_info {
    padding: 50px 15px 25px 15px;
  }
  .main_cta {
    padding: 30px 15px;
  }
  .main_cta i {
    width: 10%;
    display: block;
    float: left;
    font-size: 40px;
    line-height: 55px;
  }
  .main_cta .green_cta {
    padding: 25px 30px 30px 30px;
    width: 100%;
    float: none;
  }
  .main_cta .green_cta .big {
    font-size: 16px;
    line-height: 28px;
  }
  .main_cta .green_cta .big span {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
  }
  .main_cta .green_cta .small {
    font-size: 15px;
    line-height: 26px;
  }
  .main_cta .green_cta .small:last-of-type {
    margin-left: 57px;
    padding-top: 5px;
    line-height: 18px;
  }
  .main_cta .inspirational {
    width: 100%;
    float: none;
    padding-top: 30px;
  }
  .inspirational h2 {
    padding: 30px 0;
  }
  .inspirational p {
    display: none;
  }
  .main_event_info .event_menu {
    padding: 30px 15px;
  }
  .event_menu_item {
    width: 100% !important;
    float: none !important;
    text-align: left !important;
    color: #052B48;
    font-weight: 700;
    padding: 15px;
  }
  .event_menu_item::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
  }
  .event_menu_item.active::before {
    content: "\f078";
  }
  #itnerary .it_day {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    padding: 15px;
  }
  #itnerary .it_info {
    display: block;
    width: 100%;
    float: none;
  }
  #destination .acc_content {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    min-height: 100px;
    padding: 0;
  }
  #destination .acc_img {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    min-height: 100px;
    padding: 0;
    height: 250px;
    margin-bottom: 30px;
  }
  #accomodations .acc_content {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    min-height: 100px;
    padding: 0;
  }
  #accomodations .acc_img {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    min-height: 100px;
    padding: 0;
    height: 250px;
    margin-bottom: 30px;
  }
  .single_dest .acc_content {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    min-height: 100px;
    padding: 0;
  }
  .single_dest .acc_img {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    min-height: 100px;
    padding: 0;
    height: 250px;
    margin-bottom: 30px;
  }
  .single_dest .acc_img.video {
    height: auto;
  }
  .date_row {
    margin: 30px 15px;
  }
  .date_row .date_contain {
    display: block !important;
    width: 100%;
    float: none;
    text-align: center !important;
  }
  .date_row .date_price {
    display: block !important;
    width: 100%;
    float: none;
    text-align: center !important;
  }
  .date_row .date_status {
    display: block !important;
    width: 100%;
    float: none;
    text-align: center !important;
  }
  .date_row::after {
    margin: 15px auto;
  }
  .second_cta {
    width: 100%;
  }
  .second_cta i {
    width: 20%;
    display: block;
    float: left;
    font-size: 50px;
    line-height: 71px;
  }
  .second_cta p {
    width: 80%;
    display: block;
    float: right;
    margin-bottom: 0px;
  }
  .under_dop {
    max-width: 100%;
  }
  #info_form {
    padding: 30px 15px;
  }
  .searcher {
    margin-bottom: 0;
  }
  .searcher h2 {
    line-height: 36px;
  }
  .searcher .allEvent {
    display: block;
  }
  .searcher::before {
    display: none;
  }
  .searcher strong {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 30px;
  }
  #footer .menu li {
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  #footer .menu li::after {
    display: none;
  }
  #footer .menu li a {
    padding: 10px;
  }
  #search_container {
    background-size: auto 300px !important;
    background-position: center top !important;
    background-repeat: no-repeat;
    margin-bottom: 0 !important;
  }
  .option1 {
    width: 100% !important;
    float: none !important;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .option1 .select-selected {
    border-color: rgba(0,0,0,0.1) !important;
    margin: 10px 0;
  }
  .option2 {
    width: 100% !important;
    float: none !important;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .option2 .select-selected {
    border-color: rgba(0,0,0,0.1) !important;
    margin: 10px 0;
  }
  .option2 select {
    border: 1px solid #ececec !important;
  }
  .option3 {
    width: 100% !important;
    float: none !important;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .option3 .select-selected {
    border-color: rgba(0,0,0,0.1) !important;
    margin: 10px 0;
  }
  .form_button {
    width: 100% !important;
    float: none !important;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .options {
    width: 100% !important;
    float: none !important;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .reset_btn:focus {
    border: none !important;
  }
  .reset_btn.expanded {
    margin: 0 auto;
    min-width: 100%;
  }
  .reset_btn.expanded::after {
    content: ' Clear Search';
  }
  .gform_wrapper .ginput_container span {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 500px) {
  .second_cta i {
    font-size: 50px;
    line-height: auto;
  }
  .second_cta p span {
    width: 100%;
  }
  .second_cta .big {
    width: 75%;
    margin-top: 5px;
  }
  .second_cta .big span a {
    font-size: 28px;
  }
  .second_cta .small {
    width: 75%;
  }
  .main_cta .green_cta .big {
    font-size: 20px;
  }
  .main_cta .green_cta .big span {
    width: 100%;
  }
  .main_cta .green_cta .big span a {
    font-size: 28px;
  }
  .main_cta .green_cta .small {
    font-size: 15px;
    line-height: 26px;
  }
  .main_cta .green_cta .small:last-of-type {
    margin-left: 57px;
    line-height: 18px;
  }
  .main_cta i {
    width: 18%;
    display: block;
    float: left;
    font-size: 40px;
    line-height: 55px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 450px) {
  .second_cta i {
    font-size: 50px;
    line-height: auto;
    display: none !important;
  }
  .second_cta >* {
    display: block !important;
    width: 100% !important;
  }
  .second_cta p span {
    width: 100%;
  }
  .second_cta .big span a {
    font-size: 28px;
  }
  .main_cta .green_cta .big {
    font-size: 18px;
    margin-top: 10px;
  }
  .main_cta .green_cta .big span {
    width: 100%;
  }
  .main_cta .green_cta .big span a {
    font-size: 28px;
  }
  .main_cta i {
    width: 20%;
    display: block;
    float: left;
    font-size: 40px;
    line-height: 55px;
  }
  .new_cta i {
    display: none;
  }
  .new_cta p {
    display: block;
    text-align: center;
    float: none;
    width: 100%;
  }
}
.speech {
  /* (A2) COLORS */
  font-size: 1.1em;
  color: #000;
  /* (A3) DIMENSIONS + POSITION */
  background: #fff;
  position: relative;
  padding: 10px 15px;
  border-radius: 10px;
  max-width: 320px;
  /* (B1-1) ATTACH TRANSPARENT BORDERS */
}
.speech a {
  color: #000;
}
.speech::after {
  content: "";
  /* (B1-2) NECESSARY TO POSITION THE "TAIL" */
  border: 10px solid transparent;
  position: absolute;
}
.speech.left {
  /* (C2-1) LEFT TRIANGLE */
}
.speech.left::after {
  border-right-color: #fff;
  /* (C2-2) POSITION AT LEFT */
  border-left: 0;
  left: -10px;
  top: 50%;
  margin-top: -10px;
}
.callOptions {
  position: relative;
  display: inline-block;
  font-weight: 400 !important;
}
.callOptions button {
  background-color: #052B48;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 12px;
  font-weight: 400;
  border: none;
}
.callOptions .speech {
  position: absolute;
  top: -15px;
  right: -170px;
  width: 150px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
  z-index: 9999;
  display: none;
  font-weight: 400;
}
.callOptions .speech.show {
  display: block;
}
.about-cards .panel-grid-cell {
  background-color: #fff;
}
.about-cards .card:hover {
  cursor: pointer;
}
.about-cards .card .img .sizer {
  padding-top: 70%;
}
.about-cards .card .text .name {
  font-family: 'Arsenal', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}
.about-cards .card .text .desc p {
  color: #052C49 !important;
}
.calendar {
  margin-bottom: 30px;
}
.calendar.circles {
  background-image: url('img/circle-pattern.svg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.calendar.tan {
  background-color: #D6D1C4;
}
.calendar.tan .sort_buttons_nhp button {
  color: #052B48;
}
.calendar .fc-view-container {
  background-color: #fff !important;
}
.external-click-consent {
  position: fixed;
  background-color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  padding: 50px 30px;
  -webkit-box-shadow: 0px -5px 30px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px -5px 30px 0px rgba(0,0,0,0.2);
  box-shadow: 0px -5px 30px 0px rgba(0,0,0,0.2);
}
.external-click-consent.active {
  display: block;
}
.external-click-consent h2 {
  color: #052B48;
}
.external-click-consent .btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding: 15px 0;
}
.external-click-consent .btns a {
  background-color: #052B48;
  color: #fff;
  padding: 10px 30px;
  display: block;
}
.external-click-consent .upper {
  position: absolute;
  top: 15px;
  right: 15px;
  aspect-ratio: 1;
  background-color: #c0c0c0;
  color: #000;
  border-radius: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 0 15px;
  opacity: .5;
}
.btn-so .ow-button-base a {
  border: none !important;
  padding: 10px 30px !important;
}
.btn-so.rounded .ow-button-base a {
  border-radius: 30px;
}
.btn-so.wire {
  background-color: unset;
}
.btn-so.wire.white .ow-button-base a {
  border: 1px solid #fff !important;
  color: #fff !important;
}
.btn_link {
  background-color: transparent;
  border: none;
  text-align: left;
  text-decoration: underline;
}
.btn_link:hover {
  cursor: pointer;
}
.discount-btn {
  background-color: transparent;
  border: none;
  text-align: left;
  display: flex;
  align-items: start;
  gap: 5px;
}
.discount-btn.modern .click {
  text-decoration: underline;
}
@media screen and (max-width:900px) {
  .discount-btn {
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
  }
}
.discount-btn.dop-btn {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.discount-btn:hover {
  cursor: pointer;
}
.discount-btn img {
  width: 16px;
  height: 16px;
}
.discount-btn span.blue {
  color: #052B48;
  text-decoration: underline;
}
.popup.overlay {
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999999999999999;
  background-color: rgba(0,0,0,0.5);
  backdrop-filter: blur(3px);
}
.popup .discounts {
  background-color: #052B48;
  color: #e8e5de;
  width: 80%;
  margin: 50px auto;
  padding: 50px 30px;
  position: relative;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
}
@media screen and (max-width:900px) {
  .popup .discounts {
    width: 100%;
    padding: 80px 30px;
    margin: 0;
  }
}
.popup .discounts h2 {
  color: #e8e5de !important;
  font-family: 'Arsenal', sans-serif !important;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
}
.popup .discounts .close {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: transparent;
  border: none;
  font-size: 50px;
  color: #e8e5de;
}
.popup .discounts .close:hover {
  cursor: pointer;
}
.popup .discounts .prices .date_contain {
  text-align: center;
  padding: 15px;
}
.popup .discounts .prices .date_contain.sold_out > *:not(.status) {
  text-decoration: line-through;
}
.popup .discounts .prices .date_contain.sold_out .status {
  text-decoration: normal;
  text-align: center;
}
.popup .discounts .prices .date_contain .date {
  font-family: 'Arsenal', sans-serif !important;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 15px;
}
.popup .discounts .prices .date_contain p {
  font-size: 14px;
}
.popup .discounts .prices .date_contain .levels {
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  border-top: 1px solid #e8e5de;
  border-bottom: 1px solid #e8e5de;
  border-right: 1px solid #e8e5de;
  margin: 5px 0;
}
@media screen and (max-width:900px) {
  .popup .discounts .prices .date_contain .levels {
    display: block;
    border: none !important;
  }
}
.popup .discounts .prices .date_contain .levels .level {
  flex-basis: 100%;
  padding: 15px;
}
@media screen and (max-width:900px) {
  .popup .discounts .prices .date_contain .levels .level {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.popup .discounts .prices .date_contain .levels .level:first-of-type {
  background-color: #e8e5de;
  color: #052B48;
}
@media screen and (max-width:900px) {
  .popup .discounts .prices .date_contain .levels .level:first-of-type {
    padding: 5px 15px;
  }
}
.popup .discounts .prices .date_contain .levels .level.empty {
  opacity: .8;
}
.popup .discounts .prices .date_contain .levels .level p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.popup .discounts .prices .date_contain .levels .level p:first-of-type {
  font-size: 20px;
}
.popup .discounts .prices .date_contain .levels .ben {
  display: none;
}
@media screen and (max-width:900px) {
  .popup .discounts .prices .date_contain .levels .ben {
    display: block;
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #e8e5de;
  }
}
.grad_over {
  position: relative;
}
.grad_over:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width:900px) {
  .grad_over:before {
    background-color: rgba(0,0,0,0.7) !important;
  }
}
.grad_over.left:before {
  background: linear-gradient(90deg,#000000 0%,rgba(0,0,0,0.7) 50%,rgba(0,0,0,0) 100%);
}
.grad_over.right:before {
  background: linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 50%,#000000 100%);
}
.grad_over > * {
  z-index: 3;
}
