/*==========*/
/*==========*/
p:empty {
  display: none;
}

/* stylelint-disable value-keyword-case*/
.font-awesome {
  font-family: "fontawesome";
}

.tk-neue-haas-grotesk-display, .report-btn a, body {
  font-family: "neue-haas-grotesk-display", sans-serif;
}

.tk-neue-haas-grotesk-text {
  font-family: "neue-haas-grotesk-text", sans-serif;
}

.container {
  max-width: 1254px !important;
}

/*@include transition-03(.3s);*/
/* Media Query*/
.row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

body a {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #4194A5;
  text-transform: capitalize;
  text-decoration: none;
  outline: none;
}
body a:hover, body a:focus {
  color: #4194A5;
  text-decoration: underline;
  outline: none !important;
  outline-width: 0px !important;
  outline-color: transparent !important;
}
body.pojo-a11y-focusable a:focus {
  outline: none !important;
  outline-width: 0px !important;
  outline-color: transparent !important;
}

.primary-cta {
  background-color: #81C9D8;
  -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  color: #272528;
  min-width: 189px;
  min-height: 36px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.07em;
  text-decoration: none;
}
.primary-cta:hover {
  color: #ffffff;
  background-color: #4194A5;
  text-decoration: none;
}

.border-none {
  border: none !important;
}

.text-uppercase {
  text-transform: uppercase;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/*@include transformY(-50%)*/
textarea[name=homeworkDescription],
textarea[name=description] {
  min-height: 160px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: 400;
}

body {
  color: #272528;
  padding-top: 80px;
  /*  &.archive {
      background-color: #f0f2f4;
      header {
          background-color: #f0f2f4;
      }
  }*/
}
body.logged-in {
  padding-top: 0;
}
body .bg-primary {
  background-color: #4194A5 !important;
}
body .bg-info {
  background-color: #5e6c7f !important;
}
body .bg-warning {
  background-color: #fcd03d !important;
}
@media (max-width: 1199px) {
  body {
    font-size: 16px !important;
  }
}

.slider-arrow-style {
  position: absolute;
  max-width: 35px;
  width: 100%;
  top: 83px;
  right: 46%;
  z-index: 9;
}
.slider-arrow-style .slick-arrow {
  border: none;
  background-color: transparent;
  text-indent: -120px;
  overflow: hidden;
}
.slider-arrow-style .slick-arrow:after, .slider-arrow-style .slick-arrow:before {
  content: "";
  max-width: 7px;
  width: 100%;
  min-height: 13px;
  border-radius: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
}
.slider-arrow-style .slick-prev:before {
  content: "";
  background-image: url(../images/arrowleft.svg);
  left: 0;
}
.slider-arrow-style .slick-next:after {
  content: "";
  background-image: url(../images/arrowright.svg);
}
@media (max-width: 1440px) {
  .slider-arrow-style {
    right: 45%;
  }
}
@media (max-width: 991px) {
  .slider-arrow-style {
    max-width: 62px;
  }
  .slider-arrow-style .slick-arrow {
    padding: 8px;
  }
}

.title h1 {
  font-style: normal;
  font-weight: 900;
  line-height: 110px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1280px) {
  .title h1 {
    font-size: 80px;
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .title h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .title h1 {
    font-size: 38px;
  }
}

.heading h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #4194A5;
}
@media (max-width: 1280px) {
  .heading h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .heading h3 {
    font-size: 24px;
    line-height: 27px;
  }
}
.heading h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4194A5;
}
@media (max-width: 1280px) {
  .heading h5 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .heading h5 {
    font-size: 20px;
  }
}

.report-btn {
  max-width: 145.46px;
  width: 100%;
  position: relative;
}
.report-btn a {
  background-color: #81C9D8;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  max-width: 145.46px;
  width: 100%;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-decoration: none;
  color: #ffffff;
  padding-right: 24px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.07em;
}
.report-btn a:before {
  content: "";
  left: 24px;
  background-image: url("../images/report-button.svg");
  position: absolute;
  top: 9px;
  width: 28px;
  height: 21px;
  background-repeat: no-repeat;
}
.report-btn a:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .report-btn {
    max-width: 44px;
  }
  .report-btn a {
    font-size: 0;
    width: 44px;
    min-height: 37px;
    padding: 0;
  }
  .report-btn a:before {
    width: 28px;
    height: 21px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: 90%;
    background-position: center center;
  }
}

.see-all-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.see-all-link a {
  color: #4194A5;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.see-all-link a:after {
  background-image: url(../images/see-all-link-wisp.svg);
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
}
.see-all-link a:hover:after {
  background-image: url(../images/see-all-link-wisp-fill.svg);
}
.see-all-link.download-link a:after {
  background-image: url(../images/download-wisp.svg) !important;
  width: 23px;
  height: 23px;
}
@media (max-width: 767px) {
  .see-all-link {
    min-width: 108px;
  }
}

.all-activities-link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 52px 52px 0;
}
@media (max-width: 991px) {
  .all-activities-link {
    padding: 52px 30px 0;
    /*display: none;*/
  }
}

.arrow-link a {
  display: block;
}
.arrow-link a:after {
  content: "";
  background-image: url(../images/arrow-link.png);
  width: 42px;
  height: 41px;
  display: block;
  background-repeat: no-repeat;
}
.arrow-link.black-arrow-link a:after {
  background-image: url(../images/type-link.png);
  width: 37px;
  height: 38px;
  background-size: contain;
}
.arrow-link.black-arrow-link a:hover:after {
  background-image: url(../images/type-link-wisp.png);
}

.secondary-cta a {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  padding-right: 30px;
  display: inline-block;
}
.secondary-cta a:after {
  content: "";
  right: 0;
  background-image: url("../images/platform-arrows.svg");
  background-repeat: no-repeat;
  background-size: 91%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
}
.secondary-cta a:hover {
  color: #ffffff;
  text-decoration: none;
}
.secondary-cta a:hover:after {
  background-image: url("../images/whitearrow-wisp.svg");
}
.secondary-cta.see-all-link a {
  color: #4194A5;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.secondary-cta.see-all-link a:after {
  background-image: url(../images/see-all-link-wisp.svg);
  width: 23px;
  height: 23px;
}
.secondary-cta.see-all-link a:hover:after {
  background-image: url(../images/see-all-link-wisp-fill.svg);
}
.secondary-cta.secondary-black-cta {
  margin-left: 46px;
}
.secondary-cta.secondary-black-cta a {
  color: #272528;
}
.secondary-cta.secondary-black-cta a:after {
  background-image: url(../images/type-link.png) !important;
}
.secondary-cta.secondary-black-cta a:hover:after {
  background-image: url(../images/type-link-wisp.png) !important;
}
.secondary-cta.secondary-black-btn a {
  font-weight: 400;
  max-width: 204px;
  width: 100%;
  min-width: auto;
  min-height: 28px;
  background: #272528;
  border-radius: 20px;
  color: #ffffff;
  text-transform: capitalize;
  padding-right: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.secondary-cta.secondary-black-btn a:after {
  display: none;
}
@media (max-width: 991px) {
  .secondary-cta a {
    font-size: 14px;
  }
}

/*Header start*/
header {
  min-height: 80px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*position: relative;*/
  position: fixed;
  width: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  left: 0;
  top: 0;
  z-index: 9999999;
}
header.nav-down {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
}
header.nav-up {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
}
header .logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 245px;
  width: 100%;
}
@media (max-width: 991px) {
  header {
    min-height: 59px;
  }
  header .container-fluid {
    padding: 0 18px;
  }
  header .logo .mobile-logo a {
    margin: 0 auto;
  }
  header .logo {
    min-height: 59px;
  }
}
@media (max-width: 767px) {
  header.sticky {
    min-height: 59px;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100%;
    background: #ffffff;
    z-index: 9999;
  }
}

.announcement-bar {
  background-color: #4194A5;
  text-transform: uppercase;
  min-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 32px;
}
.announcement-bar .secondary-cta {
  border-right: 1px solid #ffffff;
}
.announcement-bar .marque-text p {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .announcement-bar {
    /*display: none;*/
    padding-left: 3px;
  }
}

.marque-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.marque-text marquee {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.07em;
}

/*Header end*/
/* Navigation Start */
.toggle-home-menu {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
          animation: none !important;
  z-index: 9999;
  position: relative;
}
.toggle-home-menu .modal-content {
  background-image: url(../images/Wintergreen_Watermark-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.toggle-home-menu .modal-content .modal-header {
  border: none;
  padding-top: 0px;
}
.toggle-home-menu .modal-content .modal-header header {
  width: 100%;
  background: transparent;
}
.toggle-home-menu .modal-content .modal-header header .container-fluid {
  padding: 0px;
}
.toggle-home-menu .modal-content .modal-header header .container-fluid .btn-close {
  background-image: url("../images/nav-X.svg");
  background-size: 33px;
  opacity: 1;
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
}
.toggle-home-menu .modal-content .modal-body {
  padding: 0px;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 {
  height: calc(100vh - 130px);
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
  width: 100%;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item {
  display: block;
  position: relative;
  padding-left: 22.7%;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on:before {
  content: "";
  background: #fff;
  position: fixed;
  top: 94px;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  display: block;
  z-index: 9;
  background-image: url("../images/Wintergreen_Watermark-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px -94px;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on > .mega-sub-menu {
  position: fixed;
  background-color: transparent;
  width: 100%;
  left: 0;
  top: 113px;
  height: 100%;
  padding: 38px 35px 0px;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on a.mega-menu-link {
  background: transparent;
  color: #4194A5;
  font-weight: 600;
  border-color: transparent;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on a.mega-menu-link:focus {
  background: transparent;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-back-btn-wrapper > .mega-sub-menu {
  position: absolute;
  top: 20px;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-back-btn-wrapper > .mega-sub-menu .mega-back_button {
  position: absolute;
  top: -80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-back-btn-wrapper > .mega-sub-menu .mega-back_button li.mega-menu-item {
  padding: 0px;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-back-btn-wrapper > .mega-sub-menu .mega-back_button li.mega-menu-item a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #4194A5;
  position: relative;
  padding-left: 30px;
  white-space: nowrap;
  text-decoration: none;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-back-btn-wrapper > .mega-sub-menu .mega-back_button li.mega-menu-item a:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/menu-back-btn-wisp.svg");
  background-size: cover;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-back-btn-wrapper > .mega-sub-menu .mega-back_button li.mega-menu-item a:hover:before {
  background-image: url("../images/menu-back-btn-wisp-fill.svg");
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  max-width: 1071px;
  margin: auto;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column {
  height: calc(100vh - 200px);
  border-right: 1px solid #5E6C7F;
  padding: 0px 30px;
  max-width: 411px;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column:last-child {
  border-right: none;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget {
  padding: 0px;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget .custom-html-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 34px;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget .custom-html-widget h4 {
  font-size: 24px;
  font-weight: 600;
  color: #272528;
  line-height: 20px;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget .custom-html-widget a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #272528;
  text-decoration: none;
  padding-right: 30px;
  position: relative;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget .custom-html-widget a:after {
  content: "";
  width: 21px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/menu-see-all-btn.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget .custom-html-widget a:hover:after {
  background-image: url("../images/menu-see-all-btn-wisp-fill.svg");
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget .custom-html-widget a.tubing-tickets {
  margin-top: 41px;
  width: 100%;
  text-align: left;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  max-width: 259px;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget .custom-html-widget a.tubing-tickets:after {
  top: 0%;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget .custom-html-widget a.tubing-tickets span {
  display: block;
  font-weight: 500;
  font-size: 14px;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget .custom-html-widget a.tubing-deals {
  padding: 13px 26px 13px 67px;
  width: 100%;
  max-width: 285px;
  text-align: left;
  background: #DFDFDF;
  border-radius: 8px;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget .custom-html-widget a.tubing-deals:after {
  content: "";
  width: 21px;
  height: 20px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background-image: url(../images/menu-see-all-btn.svg);
  background-size: cover;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget .custom-html-widget a.tubing-deals:before {
  content: "";
  width: 31px;
  height: 24px;
  position: absolute;
  left: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background-image: url(../images/tubing-deals.svg);
  background-size: cover;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget .custom-html-widget a.tubing-deals:hover:after {
  background-image: url("../images/menu-see-all-btn-wisp-fill.svg");
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget.widget_nav_menu {
  margin-bottom: 30px;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget.widget_nav_menu .mega-block-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #4194A5;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget.widget_nav_menu ul.menu {
  list-style: none;
  padding: 0px;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget.widget_nav_menu ul.menu > .menu-item {
  margin-bottom: 0px;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget.widget_nav_menu ul.menu > .menu-item a {
  font-weight: 450;
  font-size: 16px;
  line-height: 30px;
  color: #272528;
  text-decoration: none;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget.widget_nav_menu ul.menu > .menu-item a:hover {
  text-decoration: underline;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget.widget_nav_menu:last-child {
  margin-bottom: 0px;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget.mega-menu-item-text-2 .textwidget p {
  margin-bottom: 0px;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget.mega-menu-item-text-2 .textwidget p a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.07em;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #272528;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link {
  display: block;
  text-align: center;
  font-weight: 450;
  font-size: 48px;
  height: auto;
  line-height: 1.5;
  color: #272528;
  text-transform: uppercase;
  text-align: left;
}
.toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link:hover {
  color: #4194A5;
  font-weight: 600;
  background-color: transparent;
}
@media (max-width: 768px) {
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 {
    height: calc(100vh - 77px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
    padding-top: 100px;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item {
    padding-left: 15px;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on > .mega-sub-menu {
    top: 60px;
    overflow: hidden;
    overflow-x: auto;
    max-height: calc(100vh - 60px);
    padding-bottom: 30px;
    padding-top: 60px;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner {
    overflow: hidden;
    overflow-y: auto;
    max-height: 100%;
    padding-bottom: 50px;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    max-width: 1071px;
    margin: auto;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column {
    height: inherit;
    width: 100%;
    max-width: inherit;
    border: none;
    padding: 0px 15px;
    margin-bottom: 30px;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column:last-child {
    margin-bottom: 0px;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget {
    padding: 0px;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget .custom-html-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 34px;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget .custom-html-widget h4 {
    font-size: 24px;
    font-weight: 600;
    color: #272528;
    line-height: 20px;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget .custom-html-widget a {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #272528;
    text-decoration: none;
    padding-right: 30px;
    position: relative;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget .custom-html-widget a:after {
    content: "";
    width: 21px;
    height: 20px;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url("../images/menu-see-all-btn.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget .custom-html-widget a.tubing-tickets {
    margin-top: 41px;
    width: 100%;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    max-width: 259px;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget .custom-html-widget a.tubing-tickets:after {
    top: 0%;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget .custom-html-widget a.tubing-tickets span {
    display: block;
    font-weight: 500;
    font-size: 14px;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget .custom-html-widget a.tubing-deals {
    padding: 13px 26px 13px 67px;
    width: 100%;
    max-width: 285px;
    text-align: left;
    background: #DFDFDF;
    border-radius: 8px;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget .custom-html-widget a.tubing-deals:after {
    content: "";
    width: 21px;
    height: 20px;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    background-image: url(../images/menu-see-all-btn.svg);
    background-size: cover;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget .custom-html-widget a.tubing-deals:before {
    content: "";
    width: 31px;
    height: 24px;
    position: absolute;
    left: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    background-image: url(../images/tubing-deals.svg);
    background-size: cover;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget.widget_nav_menu {
    margin-bottom: 30px;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget.widget_nav_menu .mega-block-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #4194A5;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget.widget_nav_menu ul.menu {
    list-style: none;
    padding: 0px;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget.widget_nav_menu ul.menu > .menu-item {
    margin-bottom: 0px;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget.widget_nav_menu ul.menu > .menu-item a {
    font-weight: 450;
    font-size: 16px;
    line-height: 30px;
    color: #272528;
    text-decoration: none;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget.widget_nav_menu ul.menu > .menu-item a:hover {
    text-decoration: underline;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget.widget_nav_menu:last-child {
    margin-bottom: 0px;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget.mega-menu-item-text-2 .textwidget p {
    margin-bottom: 0px;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on .mega-mega-sub-menu-inner ul.mega-sub-menu > .mega-menu-column .mega-menu-item-type-widget.mega-menu-item-text-2 .textwidget p a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    letter-spacing: 0.07em;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #272528;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link {
    font-size: 20px;
    line-height: 43px;
  }
  .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link:hover, .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link:active, .toggle-home-menu .modal-content .modal-body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link:focus {
    color: #4194A5;
    font-weight: 600;
    background-color: transparent;
  }
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect=fade_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
  -webkit-transition: none;
  transition: none;
}

/* Navigation End */
/*Homepage Hero start*/
.hero-slider {
  position: relative;
  margin-bottom: 165px;
}
.hero-slider .slidemain {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 216px;
  padding-left: 131px;
  /*height: 100vh;*/
  height: calc(100vh - 120px);
  background-position: center;
}
.hero-slider .slidemain h4 {
  letter-spacing: 0.03em;
  color: #ffffff;
}
.hero-slider .slidemain .title {
  margin-bottom: 33px;
}
.hero-slider .slidemain .buttons-links {
  margin-top: 29px;
}
.hero-slider .slidemain .buttons-links .secondary-cta {
  margin-left: 22px;
}
.hero-slider .slidemain .primary-cta {
  padding: 0 10px;
}
.hero-slider .slick-dots {
  list-style: none;
  position: absolute;
  top: 26%;
  right: 50px;
  display: block;
}
.hero-slider .slick-dots .slick-active button {
  background-color: #ffffff;
}
.hero-slider .slick-dots button {
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  text-indent: -120px;
  overflow: hidden;
  margin-bottom: 35px;
}
@media (max-width: 1380px) {
  .hero-slider {
    margin-bottom: 130px;
  }
  .hero-slider .slidemain {
    padding-top: 135px;
  }
}
@media (max-width: 1280px) {
  .hero-slider {
    margin-bottom: 100px;
  }
  .hero-slider .slidemain {
    padding-top: 100px;
    padding-left: 50px;
  }
  .hero-slider .slick-dots button {
    height: 14px;
    width: 14px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .hero-slider {
    margin-bottom: 55px;
  }
  .hero-slider .slidemain {
    padding-top: 125px !important;
    padding: 0 30px;
    text-align: center;
    background-position: center center;
  }
  .hero-slider .slidemain .buttons-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-slider .slick-dots {
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-left: 0;
    bottom: 174px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 76px;
    width: 100%;
  }
  .hero-slider .slick-dots button {
    width: 10px;
    height: 10px;
    margin-bottom: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .hero-slider .slidemain .buttons-links {
    display: block !important;
  }
  .hero-slider .slidemain .buttons-links .primary-cta {
    min-height: 40px;
    margin-bottom: 11px;
    min-width: 240px;
    max-width: 240px;
    width: 100%;
    margin: 0 auto 11px;
  }
}
@media only screen and (max-height: 430px) and (max-width: 767px) {
  .hero-slider .slidemain {
    padding-top: 25px !important;
    height: 100vh !important;
    min-height: 450px;
  }
  .hero-slider .slidemain .title {
    margin-bottom: 5px;
  }
  .hero-slider .slidemain .title h1 {
    font-size: 30px;
  }
  .hero-slider .sticky-quick-link-menu .mobile-stiky-menu .menu-heading-wrapper a.sticky-menu_heading {
    padding: 14px 30px;
  }
  .hero-slider .sticky-quick-link-menu {
    min-height: 40px;
  }
}
@media only screen and (max-height: 428px) and (max-width: 967px) {
  .hero-slider .slidemain {
    padding-top: 25px !important;
    height: 100vh !important;
    min-height: 450px;
  }
  .hero-slider .slidemain .title {
    margin-bottom: 5px;
  }
  .hero-slider .slidemain .title h1 {
    font-size: 30px;
  }
  .hero-slider .sticky-quick-link-menu .mobile-stiky-menu .menu-heading-wrapper a.sticky-menu_heading {
    padding: 14px 30px;
  }
  .hero-slider .sticky-quick-link-menu {
    min-height: 40px;
  }
}
@media only screen and (max-height: 428px) and (max-width: 746px) {
  .hero-slider .slidemain {
    padding-top: 25px !important;
    height: 100vh !important;
    min-height: 450px;
  }
  .hero-slider .slidemain .title {
    margin-bottom: 5px;
  }
  .hero-slider .slidemain .title h1 {
    font-size: 30px;
  }
  .hero-slider .sticky-quick-link-menu .mobile-stiky-menu .menu-heading-wrapper a.sticky-menu_heading {
    padding: 14px 30px;
  }
  .hero-slider .sticky-quick-link-menu {
    min-height: 40px;
  }
}
@media only screen and (max-height: 414px) and (max-width: 715px) {
  .hero-slider .slidemain {
    padding-top: 25px !important;
    height: 100vh !important;
    min-height: 450px;
  }
  .hero-slider .slidemain .title {
    margin-bottom: 5px;
  }
  .hero-slider .slidemain .title h1 {
    font-size: 30px;
  }
  .hero-slider .sticky-quick-link-menu .mobile-stiky-menu .menu-heading-wrapper a.sticky-menu_heading {
    padding: 14px 30px;
  }
  .hero-slider .sticky-quick-link-menu {
    min-height: 40px;
  }
}
@media only screen and (max-height: 375px) and (max-width: 635px) {
  .hero-slider .slidemain {
    padding-top: 25px !important;
    height: 100vh !important;
    min-height: 450px;
  }
  .hero-slider .slidemain .title {
    margin-bottom: 5px;
  }
  .hero-slider .slidemain .title h1 {
    font-size: 30px;
  }
  .hero-slider .sticky-quick-link-menu .mobile-stiky-menu .menu-heading-wrapper a.sticky-menu_heading {
    padding: 14px 30px;
  }
  .hero-slider .sticky-quick-link-menu {
    min-height: 40px;
  }
}
@media (max-width: 767px) {
  .hero-slider .slidemain {
    /*height: calc(100vh - 117px);*/
    height: 90vh;
  }
  .hero-slider .slick-dots {
    max-width: 146px;
  }
  .hero-slider .slick-dots li button {
    margin: 0 0px;
  }
}

/*Homepage Hero end*/
/*Sticky menu start*/
.sticky-quick-link-menu {
  background-color: #272528;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  min-height: 68px;
  max-width: 690px;
  width: 100%;
  position: fixed;
  bottom: 57px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999;
}
.sticky-quick-link-menu .mobile-stiky-menu {
  text-align: center;
  min-height: auto;
}
.sticky-quick-link-menu .mobile-stiky-menu a.sticky-menu_heading {
  display: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  padding: 0px 30px;
  text-decoration: none;
}
.sticky-quick-link-menu .mobile-stiky-menu a.sticky-menu_heading:after {
  background-image: url("../images/arrow-down-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 15px;
  height: 10px;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.sticky-quick-link-menu .mobile-stiky-menu ul {
  width: 80%;
  padding: 0 5px !important;
  margin: 0 auto !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.sticky-quick-link-menu .mobile-stiky-menu ul li {
  min-width: 80px;
}
.sticky-quick-link-menu .mobile-stiky-menu ul li a {
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  display: block;
  -webkit-transition: opacity 200ms ease-in, visibility 200ms ease-in;
  transition: opacity 200ms ease-in, visibility 200ms ease-in;
}
.sticky-quick-link-menu .mobile-stiky-menu ul li a span {
  display: block;
  opacity: 0;
  height: 0;
  pointer-events: none;
}
.sticky-quick-link-menu .mobile-stiky-menu ul li a:hover span {
  opacity: 1;
  height: 100%;
  pointer-events: auto;
}
.sticky-quick-link-menu .mobile-stiky-menu a.sticky-menu_heading {
  display: none;
}
@media (max-width: 767px) {
  .sticky-quick-link-menu {
    border-radius: 10px 10px 0px 0px;
    -webkit-transition: opacity 200ms ease-in, visibility 200ms ease-in;
    transition: opacity 200ms ease-in, visibility 200ms ease-in;
    bottom: 0px;
  }
  .sticky-quick-link-menu .mobile-stiky-menu {
    text-align: center;
    min-height: auto;
  }
  .sticky-quick-link-menu .mobile-stiky-menu .menu-heading-wrapper a.sticky-menu_heading {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    padding: 24px 30px;
    text-decoration: none;
    display: inline-block;
  }
  .sticky-quick-link-menu .mobile-stiky-menu .menu-heading-wrapper a.sticky-menu_heading:after {
    background-image: url("../images/arrow-down-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 15px;
    height: 10px;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .sticky-quick-link-menu .mobile-stiky-menu ul {
    width: 100%;
    display: none !important;
  }
  .sticky-quick-link-menu .mobile-stiky-menu ul li {
    min-width: 25%;
    padding: 0 5px;
  }
  .sticky-quick-link-menu .mobile-stiky-menu ul li a {
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    display: block;
  }
  .sticky-quick-link-menu .mobile-stiky-menu ul li a span {
    display: block;
    opacity: 0;
    height: 0;
    pointer-events: none;
    margin-top: 15px;
  }
  .sticky-quick-link-menu .mobile-stiky-menu ul li a:hover span {
    opacity: 1;
    height: 100%;
    pointer-events: auto;
  }
  .sticky-quick-link-menu .mobile-stiky-menu.open-sticky .menu-heading-wrapper a.sticky-menu_heading:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .sticky-quick-link-menu .mobile-stiky-menu.open-sticky ul {
    margin-top: 8px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .sticky-quick-link-menu .mobile-stiky-menu.open-sticky ul li {
    margin-bottom: 39px;
  }
  .sticky-quick-link-menu .mobile-stiky-menu.open-sticky ul li a {
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    display: block;
    -webkit-transition: opacity 200ms ease-in, visibility 200ms ease-in;
    transition: opacity 200ms ease-in, visibility 200ms ease-in;
  }
  .sticky-quick-link-menu .mobile-stiky-menu.open-sticky ul li a span {
    display: block;
    opacity: 1;
    height: auto;
    pointer-events: auto;
  }
}
@media (max-width: 500px) {
  .sticky-quick-link-menu .mobile-stiky-menu ul li {
    min-width: 25%;
  }
  .sticky-quick-link-menu .mobile-stiky-menu.open-sticky ul li a span {
    font-weight: 450;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #FFFFFF;
  }
}

/*Sticky menu end*/
/*homepage-lodging start*/
.homepage-lodging {
  position: relative;
  margin-bottom: 156px;
  /*.container {
      max-width: 869px !important;
  }*/
  /*.container {
      max-width: 1085px !important;
  }*/
}
.homepage-lodging .order-lg-1 {
  position: relative;
}
.homepage-lodging .lodging-slider-wrapper {
  position: relative;
}
.homepage-lodging .slider-arrow-style {
  left: auto;
  /*right: 16%;*/
  right: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homepage-lodging .heading img {
  margin-left: 8px;
}
.homepage-lodging .col-lg-7 .heading {
  margin-bottom: 41px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.homepage-lodging .subhead h5 {
  font-weight: 600;
}
.homepage-lodging .slide .images {
  margin-bottom: 12px;
}
.homepage-lodging .slide .images img {
  border-radius: 10px;
  max-width: 869px;
  width: 100%;
  margin: 0 auto;
}
.homepage-lodging .room-sub-types-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*justify-content: space-between;
  padding: 0 42px;*/
}
.homepage-lodging .room-sub-types-link .room-sub-types h6 {
  font-weight: 600;
  margin-bottom: 1px;
}
.homepage-lodging .room-sub-types-link .room-sub-types span {
  font-weight: 450;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.07em;
  color: #272528;
}
.homepage-lodging .room-sub-types-link .type-link {
  margin-left: 31px;
}
.homepage-lodging .room-sub-types-link .type-link img {
  max-width: 37px;
  width: 100%;
}
.homepage-lodging .room-sub-types-link .type-link .hover-image {
  opacity: 0;
  pointer-events: none;
  height: 0;
}
.homepage-lodging .room-sub-types-link .type-link:hover .default-img {
  display: none;
}
.homepage-lodging .room-sub-types-link .type-link:hover .hover-image {
  opacity: 1;
  pointer-events: auto;
  height: auto;
}
.homepage-lodging .room-sub-types-link .room-type-links {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homepage-lodging .room-sub-types-link .primary-cta {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  min-width: 332px;
}
.homepage-lodging .lodging-slider .slide .row {
  margin: 0 -35px;
}
.homepage-lodging .slick-dots {
  list-style: none;
  position: absolute;
  top: -35px;
  /*left: 58%;*/
  left: 78%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}
.homepage-lodging .slick-dots .slick-active button {
  background-color: #272528;
}
.homepage-lodging .slick-dots button {
  padding: 0;
  background-color: transparent;
  border: 1px solid #aaa;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  text-indent: -120px;
  overflow: hidden;
  margin-right: 26px;
}
.homepage-lodging .lodging-integration {
  max-width: 330px;
  width: 100%;
  margin: 108px auto 0;
}
.homepage-lodging .lodging-integration .form-control {
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  margin-bottom: 32px;
  padding: 0 9px;
  height: 33px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #272528;
  font-size: 15px;
}
.homepage-lodging .lodging-integration .form-label {
  margin-bottom: 0.5rem;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #272528;
}
.homepage-lodging .lodging-integration input[type=submit] {
  background: #81C9D8;
  -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  color: #272528;
  border: none;
  width: 100%;
  min-height: 36px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.homepage-lodging .lodging-integration input[type=submit]:hover {
  color: #ffffff;
  background: #4194A5;
}
.homepage-lodging .lodging-integration select {
  background-image: url("../images/down-select-arrow.svg");
  background-size: 12px;
  background-position: 94% 50%;
  background-repeat: no-repeat;
  color: #272528;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
}
.homepage-lodging .slider-arrow-style {
  top: 92px;
}
@media (max-width: 1280px) {
  .homepage-lodging .homepage-lodging .slider-arrow-style {
    right: 18%;
  }
}
@media (max-width: 1199px) {
  .homepage-lodging .homepage-lodging .slider-arrow-style {
    left: auto;
    right: 13%;
    top: 88px;
  }
}
@media (max-width: 1024px) {
  .homepage-lodging .homepage-lodging .lodging-integration {
    max-width: 100%;
  }
  .homepage-lodging .homepage-lodging .slider-arrow-style {
    right: 2%;
  }
}
@media (max-width: 991px) {
  .homepage-lodging {
    margin-bottom: 56px;
    padding-bottom: 56px;
  }
  .homepage-lodging:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 1px;
    width: 97%;
    background-color: #F1F1F1;
    bottom: 0;
    margin: 0 auto;
  }
  .homepage-lodging .subhead, .homepage-lodging .heading {
    text-align: center;
  }
  .homepage-lodging .subhead {
    margin-bottom: 60px;
    margin-top: 28px;
  }
  .homepage-lodging .lodging-integration {
    text-align: center;
    margin: 0px auto 18px;
  }
  .homepage-lodging .slick-dots {
    right: auto;
    top: -34px;
    left: 0;
  }
  .homepage-lodging .slider-arrow-style {
    /*top: 85px; */
    top: 130px;
    right: 15px;
    max-width: 63px;
  }
  .homepage-lodging .slide .images img {
    width: 100%;
  }
  .homepage-lodging .room-sub-types-link {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 25px;
  }
  .homepage-lodging .room-sub-types-link .buttons-links {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .homepage-lodging .slick-dots {
    top: -44px;
  }
  .homepage-lodging .slider-arrow-style {
    /*top: 75px;*/
    top: 124px;
  }
  .homepage-lodging .room-sub-types-link .primary-cta {
    min-width: 222px;
  }
}
@media (max-width: 575px) {
  .homepage-lodging .room-sub-types-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .homepage-lodging .room-sub-types-link .room-type-links {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .homepage-lodging .room-sub-types-link .buttons-links .primary-cta {
    min-width: auto;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .homepage-lodging .col-lg-5 .heading {
    display: block !important;
  }
  .homepage-lodging .col-lg-7 .heading {
    display: none !important;
  }
  .homepage-lodging .slider-arrow-style {
    top: 73px;
    min-height: 40px;
  }
  .homepage-lodging .slider-arrow-style .slick-arrow:after, .homepage-lodging .slider-arrow-style .slick-arrow:before {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .homepage-lodging .slick-dots {
    min-height: 40px;
  }
  .homepage-lodging .slick-dots li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/*lodging availability end*/
/*Image hover grid start*/
.image-hover-grid {
  margin-top: 99px;
}
.image-hover-grid :root {
  --total: 4;
  --offset-width: 10vw;
  --easing: cubic-bezier(0.8, 0, 0.2, 1);
  --duration: 0.6s;
}
.image-hover-grid .image-grid .nav-lists {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.image-hover-grid .image-grid .nav-lists .nav-list {
  --tx: calc(-100% + var(--offset-width));
  width: 60vw;
  height: 100%;
  position: absolute;
  z-index: calc(var(--total) - var(--i));
  margin-left: calc(var(--i) * var(--offset-width));
  -webkit-transform: translateX(var(--tx));
      -ms-transform: translateX(var(--tx));
          transform: translateX(var(--tx));
  -webkit-transition: -webkit-transform var(--duration) var(--easing);
  transition: -webkit-transform var(--duration) var(--easing);
  transition: transform var(--duration) var(--easing);
  transition: transform var(--duration) var(--easing), -webkit-transform var(--duration) var(--easing);
  -webkit-animation: slide-down 1s cubic-bezier(0.5, 0, 0.3, 1);
          animation: slide-down 1s cubic-bezier(0.5, 0, 0.3, 1);
  -webkit-animation-delay: calc(var(--i) * 0.15s);
          animation-delay: calc(var(--i) * 0.15s);
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
@-webkit-keyframes slide-down {
  from {
    -webkit-transform: translateX(var(--tx)) translateY(-100%);
            transform: translateX(var(--tx)) translateY(-100%);
  }
  to {
    -webkit-transform: translateX(var(--tx)) translateY(0);
            transform: translateX(var(--tx)) translateY(0);
  }
}
@keyframes slide-down {
  from {
    -webkit-transform: translateX(var(--tx)) translateY(-100%);
            transform: translateX(var(--tx)) translateY(-100%);
  }
  to {
    -webkit-transform: translateX(var(--tx)) translateY(0);
            transform: translateX(var(--tx)) translateY(0);
  }
}
.image-hover-grid .image-grid .nav-lists .nav-list:hover {
  -webkit-transform: translateX(-2vw);
      -ms-transform: translateX(-2vw);
          transform: translateX(-2vw);
}
.image-hover-grid .image-grid .nav-lists .nav-list:hover ~ .nav-list {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.image-hover-grid img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .image-hover-grid {
    margin-top: 22px;
  }
}

.image-details {
  margin-top: -101px;
  z-index: 9999;
  position: relative;
  padding: 0 100px;
}
.image-details .image-title h3, .image-details .image-title h6 {
  color: #ffffff;
}

/*Image hover grid end*/
/*homepage-dining start*/
.homepage-dining {
  background-color: #F1F1F1;
  padding: 68px 102px 60px;
  min-height: 700px;
}
.homepage-dining .heading {
  margin-bottom: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homepage-dining .heading h3 {
  display: inline-block;
}
.homepage-dining .heading .primary-cta {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  width: inherit;
  margin-left: 30px;
}
.homepage-dining .table-details h5 {
  font-weight: 600;
}
.homepage-dining .table-details h6 {
  font-style: normal;
  font-weight: 450;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #272528;
  margin-bottom: 40px;
}
.homepage-dining .tab-content {
  margin-top: 64px;
}
.homepage-dining .tab-content .image {
  position: absolute;
  right: 0;
  top: 0;
}
.homepage-dining .tab-content .image.mobile-image {
  display: none;
}
.homepage-dining .primary-cta {
  min-width: 224px;
}
.homepage-dining .table-details {
  max-width: 510px;
  margin-left: 196px;
  width: 100%;
}
.homepage-dining .table-details .table {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.homepage-dining .table-details .buttons-links {
  padding-bottom: 69px;
  display: block;
}
@media (max-width: 1440px) {
  .homepage-dining .table-details {
    margin-left: 79px;
  }
}
@media (max-width: 1380px) {
  .homepage-dining .table-details {
    margin-left: 0;
  }
  .homepage-dining .nav.nav-tabs .nav-item {
    margin-right: 10px;
  }
  .homepage-dining .tab-content .image {
    max-width: 450px;
  }
  .homepage-dining .tab-content .image img {
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .homepage-dining {
    padding: 68px 40px 60px;
  }
  .homepage-dining .nav.nav-tabs {
    width: 60%;
  }
  .homepage-dining .nav.nav-tabs .nav-item {
    margin-bottom: 15px;
  }
  .homepage-dining .tab-content {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .homepage-dining {
    min-height: inherit;
  }
  .homepage-dining .tab-content .image {
    position: relative;
    max-width: 100%;
  }
  .homepage-dining .tab-content .image img {
    max-width: 100%;
  }
  .homepage-dining .nav.nav-tabs {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .homepage-dining {
    padding: 47px 0px 0;
  }
  .homepage-dining .heading {
    margin-bottom: 14px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .homepage-dining .heading .primary-cta {
    margin-left: 0px;
    padding: 7px 30px;
    min-height: inherit;
    min-width: inherit;
    margin-right: 10px;
  }
  .homepage-dining .table-details .buttons-links {
    display: block !important;
    margin-top: 49px;
  }
  .homepage-dining .table-details .buttons-links .secondary-cta.secondary-black-cta {
    margin: 30px auto 0;
    display: block;
    text-align: center;
  }
  .homepage-dining .tab-content {
    margin-top: 53px;
  }
  .homepage-dining .tab-content .image {
    position: relative;
    max-width: 100%;
  }
  .homepage-dining .nav.nav-tabs {
    display: block;
    width: 100%;
  }
  .homepage-dining .nav.nav-tabs .nav-link {
    width: 100%;
    display: block;
  }
  .homepage-dining .nav.nav-tabs li.active .nav-link.active {
    background-position: 95% 53%;
  }
  .homepage-dining .primary-cta {
    min-width: 290px;
    min-height: 40px;
  }
}
@media (max-width: 767px) {
  .homepage-dining .tab-content .image.mobile-image {
    display: block;
  }
  .homepage-dining .tab-content .image.mobile-image img {
    width: 100%;
  }
  .homepage-dining .tab-content .image.desktop-image {
    display: none;
  }
  .homepage-dining .nav.nav-tabs .nav-link {
    display: none;
    padding: 7px 0px;
    font-weight: 450;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.8px;
  }
  .homepage-dining .nav.nav-tabs .nav-link.active {
    display: block;
    background-image: url("../images/dropdown-menu-white-down.svg");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
  }
  .homepage-dining .nav.nav-tabs.open .nav-link {
    display: block;
  }
  .homepage-dining .nav.nav-tabs.open .nav-link.active {
    display: block;
    background-image: url("../images/dropdown-menu-white-up.svg");
  }
}
@media (max-width: 320px) {
  .homepage-dining .heading {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .homepage-dining .heading .primary-cta {
    margin-left: 0px;
    min-width: inherit;
    padding: 7px 30px;
    min-height: inherit;
    font-size: 12px;
  }
}

.nav.nav-tabs {
  border-bottom: 0;
}
.nav.nav-tabs .nav-item {
  margin-right: 30px;
}
.nav.nav-tabs .nav-link {
  border: 1px solid #272528 !important;
  border-radius: 20px !important;
  font-style: normal;
  font-weight: 450;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #272528;
  padding: 3.5px 19px;
}
.nav.nav-tabs .nav-link.active {
  background-color: #272528;
  color: #ffffff;
}

/*homepage-dining end*/
/*instagram_feed start*/
.instagram_feed {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
  padding-top: 133px;
  margin-top: 155px;
}

/*instagram_feed end */
/*Footer*/
.social-icons ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social-icons ul li {
  margin-right: 10px;
}
.social-icons ul li a img {
  max-width: 30px;
  width: 100%;
}

footer {
  background-color: #F1F1F1;
  z-index: 99999;
  position: relative;
}
footer .subscription-club-download-app-section h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
}
footer .subscription-club-download-app-section .link a {
  color: #ffffff;
}
footer .subscription-club-download-app-section .link a:hover, footer .subscription-club-download-app-section .link a:focus {
  color: #ffffff;
}
footer .subscription-club-download-app-section .e-club-link {
  width: 80%;
  background-color: #4194A5;
  min-height: 143px;
  padding: 38px 87px 38px 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .subscription-club-download-app-section .e-club-link img {
  margin-left: 5px;
  max-width: 38px;
  width: 100%;
}
footer .subscription-club-download-app-section .e-club-link .link {
  height: 37px;
  width: 38px;
}
footer .subscription-club-download-app-section .e-club-link .link a .hover-image {
  opacity: 0;
  pointer-events: none;
  height: 0;
}
footer .subscription-club-download-app-section .e-club-link .link a:hover .default-img {
  display: none;
}
footer .subscription-club-download-app-section .e-club-link .link a:hover .hover-image {
  opacity: 1;
  pointer-events: auto;
  height: auto;
}
footer .subscription-club-download-app-section .download-link-section {
  width: 40%;
  background-color: #5e6c7f;
  min-height: 143px;
  padding: 38px 89px 38px 83px;
}
footer .subscription-club-download-app-section .download-link-section .download-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .subscription-club-download-app-section .download-link-section .download-link .link .secondary-cta {
  margin-bottom: 22px;
}
footer .subscription-club-download-app-section .download-link-section .download-link .link .secondary-cta:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  footer .subscription-club-download-app-section h3 {
    font-size: 28px;
  }
}
footer .footer-main {
  padding: 33px 80px 54px 80px;
}
footer .footer-main .border-l {
  border-left: 1px solid #000000;
}
footer .footer-main .border-bottom {
  border-bottom: 1px solid #000000 !important;
}
footer .footer-logo {
  margin-bottom: 35px;
}
footer h6 {
  margin-bottom: 25px;
}
footer .footer-menus {
  padding-top: 77px;
  padding-left: 50px;
}
footer .widget-main {
  padding-bottom: 20px;
}
footer .widget-main h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: inherit;
}
footer .widget-main address h6 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 2px;
  line-height: 24px;
  color: #272528;
}
footer .widget-main address h6 a {
  color: #272528;
  text-decoration: none;
}
footer .widget-main address h6 a[href^="mailto:"] {
  text-transform: inherit !important;
}
footer .footer-menu-logos {
  padding-left: 0px;
}
footer .widget {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
  padding-bottom: 25px;
}
footer .widget h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: inherit;
}
footer .widget .see-all {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-align: right;
  letter-spacing: 0.07em;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #272528;
  position: absolute;
  bottom: 0;
}
footer ul {
  padding-left: 0;
  list-style: none;
}
footer ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #272528;
  text-decoration: none;
}
footer .our-partners {
  margin-top: 39px;
  border-top: 1px solid #272528;
  padding-top: 33px;
  padding-left: 50px;
}
footer .our-partners h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: inherit;
}
footer .our-partners .logos-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .our-partners .logos-slider .slick-slide {
  padding: 0 30px;
}
footer .our-partners .logos-slider .slick-slide:first-child {
  padding-left: 0;
}
footer .our-partners .logos-slider .slick-slide:last-child {
  padding-right: 0;
}
footer .our-partners .logos-slider .slick-slide img {
  margin: 0 auto;
  max-width: 100%;
}
footer .our-sister-resorts-slider {
  padding-top: 33px;
}
footer .our-sister-resorts-slider h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: inherit;
}
footer .our-sister-resorts-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .our-sister-resorts-slider .slick-slide {
  padding: 0 30px;
}
footer .our-sister-resorts-slider .slick-slide:first-child {
  padding-left: 0;
}
footer .our-sister-resorts-slider .slick-slide:last-child {
  padding-right: 0;
}
footer .our-sister-resorts-slider .slick-slide img {
  margin: 0 auto;
  max-width: 100%;
}
footer .slick-dots {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}
footer .slick-dots .slick-active button {
  background-color: #272528;
}
footer .slick-dots button {
  padding: 0;
  background-color: transparent;
  border: 2px solid #272528;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  text-indent: -120px;
  overflow: hidden;
  margin-right: 26px;
}
footer .copyright-footer {
  padding: 19px 65px;
  background-color: #ffffff;
}
footer .copyright-footer .copyright-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
footer .copyright-footer .copyright-nav ul li {
  padding: 0 20px;
}
footer .copyright-footer .copyright-nav ul li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #272528;
}
footer .copyright-footer .copyright-nav ul li:first-child {
  padding-left: 0;
}
footer .copyright-footer .copyright-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #272528;
}
@media (max-width: 767px) {
  footer .copyright-footer .copyright-nav ul {
    display: block;
    text-align: center;
  }
  footer .copyright-footer .copyright-nav ul li {
    margin-bottom: 6px;
  }
  footer .copyright-footer .copyright-nav ul li:first-child {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  footer .copyright-footer .copyright-nav ul li {
    padding: 0 15px;
  }
}
@media (max-width: 1030px) {
  footer .subscription-club-download-app-section .e-club-link {
    padding: 38px 57px 38px 53px;
  }
}
@media (max-width: 1024px) {
  footer .copyright-footer .copyright-nav ul li {
    padding: 0 10px;
  }
  footer .copyright-footer .copyright-nav ul li a {
    font-size: 14px;
  }
  footer .subscription-club-download-app-section .download-link-section {
    padding: 38px 30px 36px 30px;
  }
  footer .our-partners .logos-slider .slick-slide img {
    max-width: 100%;
  }
  footer .widget-main address h6 a {
    word-break: break-all;
  }
  footer .our-sister-resorts-slider .logos-slider .slick-slide img {
    max-width: 100%;
  }
  footer .our-sister-resorts-slider .slick-slide {
    padding: 0 15px;
  }
}
@media (max-width: 1010px) {
  footer .subscription-club-download-app-section .e-club-link {
    padding: 38px 55px 38px 50px;
  }
}
@media (max-width: 991px) {
  footer .subscription-club-download-app-section {
    display: block !important;
  }
  footer .subscription-club-download-app-section h3 {
    font-size: 24px;
  }
  footer .subscription-club-download-app-section h3 br {
    display: none;
  }
  footer .subscription-club-download-app-section .e-club-link, footer .subscription-club-download-app-section .download-link-section {
    width: 100%;
    padding: 38px 20px;
  }
  footer .subscription-club-download-app-section .e-club-link h3 {
    max-width: 263px;
  }
  footer .subscription-club-download-app-section .download-link-section .download-link {
    display: block;
    text-align: center;
  }
  footer .subscription-club-download-app-section .download-link-section .download-link h3 br {
    display: none;
  }
  footer .subscription-club-download-app-section .download-link-section .download-link .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .subscription-club-download-app-section .download-link-section .download-link .link .secondary-cta {
    margin-bottom: 0;
    margin-right: 20px;
  }
  footer .widget-main {
    padding-bottom: 31px;
  }
  footer .widget-main address h6 {
    font-size: 15px;
  }
  footer .widget {
    padding-bottom: 16px;
  }
  footer .our-partners {
    margin-top: 20px;
    padding-left: 0;
  }
  footer .our-partners h6 {
    text-align: center;
  }
  footer .our-sister-resorts-slider h6 {
    text-align: center;
  }
  footer .our-sister-resorts-slider .slick-slide {
    padding: 0 0;
  }
  footer .our-sister-resorts-slider .slick-slide:first-child {
    padding-left: 0px;
  }
  footer .our-sister-resorts-slider .slick-slide:last-child {
    padding-right: 0px;
  }
  footer .our-sister-resorts-slider .logos-slider .slick-slide img {
    max-width: 200px;
    width: 100%;
  }
  footer .footer-menus {
    padding-left: 0;
    padding-top: 50px;
    border-top: 1px solid #272528;
  }
  footer .footer-main {
    padding: 33px 20px;
  }
  footer .footer-main .border-l {
    border-left: 0;
  }
  footer .footer-main .widget {
    position: relative;
  }
  footer .footer-main .widget .widget_block {
    position: absolute;
    right: 0;
    top: 15px;
    width: 100%;
    max-width: 68px;
  }
  footer .copyright-footer .copyright-nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
  footer .copyright-footer .copyright-text {
    text-align: center;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  footer .logos-slider {
    padding: 0 30px;
  }
  footer .logos-slider .slick-slide:first-child {
    padding-left: 30px !important;
  }
  footer .logos-slider .slick-slide:last-child {
    padding-right: 30px !important;
  }
  footer .logos-slider .slick-slide img {
    margin: 0 auto;
  }
  footer .slick-dots li:last-child button {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  footer .our-partners .logos-slider .slick-track {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .our-sister-resorts-slider .slick-track {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1199px) {
  footer .copyright-footer .copyright-nav ul li {
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  footer .copyright-footer .copyright-nav ul li {
    padding: 0 10px;
  }
  footer .copyright-footer .copyright-nav ul li a {
    font-size: 14px;
  }
}

/*Footer end*/
/*Video Section start*/
.video iframe {
  max-width: 1050px;
  min-height: 572px;
  border-radius: 12px;
  width: 100%;
}
@media (max-width: 767px) {
  .video iframe {
    max-width: 290px;
    min-height: 158px;
    width: 100%;
    height: auto;
  }
}

/*Video Section end*/
/*marketing landing page start*/
/*Dining Overview start*/
.gray-bg {
  background-color: #F1F1F1;
}

.buttons-link {
  margin-top: 30px;
}
.buttons-link ul li {
  padding: 0 8px;
}
.buttons-link ul li a {
  border: 1px solid #272528 !important;
  border-radius: 20px !important;
  font-style: normal;
  font-weight: 450;
  min-height: 29px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #272528;
  padding: 3.5px 19px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.buttons-link ul li a:hover, .buttons-link ul li a:focus {
  background-color: #272528;
  color: #ffffff;
}
.buttons-link ul li.active a {
  background-color: #272528;
  color: #ffffff;
}

.dining-overview-main {
  max-width: 100%;
  margin: 0 auto;
  border-radius: 17px;
  padding-bottom: 51px;
  margin: 0 72px;
}
@media (max-width: 1024px) {
  .dining-overview-main {
    margin: 0 30px;
  }
}
@media (max-width: 991px) {
  .dining-overview-main {
    margin: 0 0;
  }
  .dining-overview-main .menu-starter .container {
    padding: 0 30px;
  }
}
@media (max-width: 500px) {
  .dining-overview-main {
    margin-bottom: 38px;
  }
}

.dining-banner {
  padding: 0px 0px 0 69px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 56px;
  margin-top: 32px;
}
.dining-banner h3 {
  font-weight: 800;
  font-size: 42px;
  line-height: 24px;
  color: #4194A5;
  margin-bottom: 29px;
  padding-top: 56px;
}
.dining-banner p {
  max-width: 495px;
  width: 100%;
}
.dining-banner p a {
  font-size: 16px;
  line-height: 24px;
  color: #272528;
  text-decoration: none;
  font-weight: 600;
  display: block;
}
.dining-banner .order-btn {
  max-width: 260px;
  width: 100%;
}
.dining-banner .order-btn .primary-cta {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  min-height: 46px;
  position: relative;
  padding-left: 12px;
}
.dining-banner .order-btn .primary-cta:before {
  content: "";
  left: 52px;
  width: 13px;
  height: 20px;
  background-image: url(../images/phone.png);
  background-repeat: no-repeat;
  position: absolute;
}
.dining-banner .image-video {
  margin-right: -12px;
  /*border-radius: 10px;
  overflow: hidden;
  margin-bottom: -1px;*/
}
.dining-banner .image-video img {
  min-height: 490px;
}
.dining-banner .image-video img.mobile-image {
  display: none;
}
@media (max-width: 1366px) {
  .dining-banner .image-video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 5px 10%;
       object-position: 5px 10%;
  }
}
@media (max-width: 1024px) {
  .dining-banner {
    padding: 0px 0px 0 30px;
  }
  .dining-banner h3 {
    padding-top: 36px;
  }
}
@media (max-width: 991px) {
  .dining-banner {
    padding: 0px 0px 0 0;
  }
}
@media (max-width: 767px) {
  .dining-banner h3 {
    padding-top: 56px;
  }
}
@media (max-width: 500px) {
  .dining-banner {
    border-bottom: none;
  }
  .dining-banner .image-video {
    margin-right: 0px;
  }
  .dining-banner .image-video img {
    min-height: inherit;
    -o-object-fit: inherit;
       object-fit: inherit;
  }
  .dining-banner .image-video img.mobile-image {
    display: block;
  }
  .dining-banner .image-video img.desktop-image {
    display: none;
  }
}

.menu-starter .container {
  padding: 0 60px;
}
.menu-starter h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #4194A5;
  margin-bottom: 14px;
}
.menu-starter h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #272528;
}
.menu-starter .card-boxes .card h5.card-title {
  max-width: 85%;
}
@media (max-width: 1024px) {
  .menu-starter .container {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .menu-starter .container {
    padding: 0 0px;
  }
}
@media (max-width: 767px) {
  .menu-starter .subcontent {
    margin-top: 30px;
  }
  .menu-starter h5 {
    max-width: 200px;
    position: relative;
  }
  .menu-starter .card-boxes {
    margin-top: 32px;
    margin-bottom: 0px;
    padding-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
  .menu-starter .card-boxes .row {
    display: none !important;
  }
  .menu-starter .card-boxes .subcontent {
    display: none !important;
  }
  .menu-starter .card-boxes > h5 {
    max-width: 100%;
    margin-bottom: 29px;
  }
  .menu-starter .card-boxes > h5::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    background-image: url("../images/wisp-arrow-down.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .menu-starter .card-boxes.open .row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .menu-starter .card-boxes.open .subcontent {
    display: block !important;
  }
  .menu-starter .card-boxes.open .subcontent:empty {
    display: none !important;
  }
  .menu-starter .card-boxes.open > h5::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    background-image: url("../images/wisp-arrow-up.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.card-boxes {
  margin-top: 40px;
  margin-bottom: 70px;
}
.card-boxes h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #4194A5;
  text-transform: uppercase;
}
.card-boxes .card {
  border-radius: 17px;
  min-height: 160px;
  margin-bottom: 29px;
}
.card-boxes .card .card-body {
  padding-right: 50px;
}
.card-boxes .card h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 10px;
  min-height: 43px;
}
.card-boxes .card p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
}
.card-boxes .card .price {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  position: absolute;
  top: 18px;
  right: 20px;
}
.card-boxes .image-layout img {
  border-radius: 17px;
}
@media (max-width: 500px) {
  .card-boxes .card {
    min-height: inherit;
  }
  .card-boxes .card h5 {
    min-height: inherit;
  }
  .card-boxes .card p {
    min-height: inherit;
    max-height: inherit;
  }
}

.subcontent {
  margin-bottom: 65px;
  display: block;
  overflow: hidden;
}
.subcontent p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #757575;
}

.bottles-oz .container {
  padding: 0 60px;
}
.bottles-oz .card {
  border-radius: 17px;
  padding: 0 23px;
  margin-bottom: 25px;
}
.bottles-oz .card .title-price {
  min-height: 60px;
}
.bottles-oz .card .title-price h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .bottles-oz .subtitle {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 18px;
    padding-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
  .bottles-oz .subtitle h5 {
    max-width: 100%;
  }
  .bottles-oz .subtitle h5::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    background-image: url("../images/wisp-arrow-down.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .bottles-oz .subtitle h5.active-menu::after {
    background-image: url("../images/wisp-arrow-up.svg");
  }
  .bottles-oz .bottles-card-wrapper {
    display: none;
  }
  .bottles-oz .bottles-card-wrapper.open {
    display: block;
  }
  .bottles-oz .row .image-layout {
    display: none;
  }
  .bottles-oz .row.open .bottles-card-wrapper {
    display: block;
  }
  .bottles-oz .row.open .image-layout {
    display: block;
  }
}

.subtitle h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #4194A5;
}

.image-layout .image-caption {
  position: absolute;
  top: 25px;
  left: 23px;
}
.image-layout .image-caption h6 {
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}
.image-layout img {
  max-width: 100%;
}

.download-cta {
  margin-top: 29px;
}
.download-cta .download-file a {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #272528;
  text-decoration: none;
  margin-bottom: 13px;
  display: inline-block;
  position: relative;
  padding-right: 26px;
}
.download-cta .download-file a:after {
  content: "";
  right: -5px;
  width: 21px;
  height: 26px;
  background-image: url(../images/download.svg);
  background-repeat: no-repeat;
  position: absolute;
}

.image-video {
  position: relative;
}
.image-video img {
  max-width: 655px;
  width: 100%;
}
.image-video .video {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.image-video .video img {
  max-width: 110px;
  width: 100%;
  width: auto;
  margin: 0 auto;
  min-height: auto;
}

/*Dining Overview end*/
/*marketing landing page start*/
.inner-banner .bg-image-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 514px;
  width: 100%;
}
.inner-banner.mountain-landing-banner .event-hero-content {
  bottom: auto !important;
  top: 156px;
  left: auto !important;
  right: 277px;
}
.inner-banner.mountain-landing-banner h4 {
  font-weight: 450;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .inner-banner.mountain-landing-banner .event-hero-content {
    left: 0 !important;
    right: 0;
    margin: 0 auto;
  }
  .inner-banner.mountain-landing-banner .event-hero-content .event-title {
    text-align: center;
    font-size: 36px;
  }
}

.marketing_hero {
  background-color: #F1F1F1;
  margin-bottom: 99px;
}
.marketing_hero .content {
  padding-top: 73px;
  padding-left: 192px;
  padding-bottom: 72px;
}
.marketing_hero .content h4 {
  font-style: normal;
  font-weight: 450;
  letter-spacing: 0.03em;
  color: #4194A5;
  margin-bottom: 5px;
}
.marketing_hero .content h2 {
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: #4194A5;
  margin-bottom: 26px;
}
.marketing_hero .content p {
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 30px;
  color: #272528;
  max-width: 492px;
  width: 100%;
  margin-bottom: 34px;
}
.marketing_hero .content .buy-now .primary-cta {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 15px 0 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: inherit;
}
.marketing_hero .content .buy-now .primary-cta strong {
  font-weight: 600;
  text-align: center;
  display: inline-block;
  min-width: 99px;
}
.marketing_hero .content .buy-now .primary-cta .timer {
  background: #4194A5;
  margin-left: 10px;
  padding: 3px 12px;
  border-radius: 30px;
  font-weight: 450;
  font-size: 15px;
  color: #ffffff !important;
}
.marketing_hero .content .buy-now .primary-cta:hover .timer {
  background: #277687 !important;
}
.marketing_hero .content .buy-now .primary-cta:hover .timer {
  background: #277687 !important;
}
.marketing_hero .image {
  text-align: right;
  height: 100%;
}
.marketing_hero .image img {
  width: 100%;
  max-width: 503px;
  height: 100%;
}
.marketing_hero .image.desktop-image {
  display: block;
}
.marketing_hero .image.mobile-image {
  display: none;
}
@media (max-width: 1380px) {
  .marketing_hero .content {
    padding-top: 35px;
  }
  .marketing_hero .content h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 1280px) {
  .marketing_hero .content {
    padding-top: 35px;
  }
}
@media (max-width: 1199px) {
  .marketing_hero {
    margin-bottom: 60px;
  }
  .marketing_hero .content {
    padding-top: 25px;
    padding-left: 60px;
  }
  .marketing_hero .content h2 {
    margin-bottom: 10px;
    font-size: 40px;
  }
  .marketing_hero .content p {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .marketing_hero {
    margin-bottom: 49px;
  }
  .marketing_hero .content {
    padding-top: 32px;
    padding-left: 15px;
  }
  .marketing_hero .content h2 {
    font-size: 36px;
  }
  .marketing_hero .content p {
    font-size: 15px;
  }
  .marketing_hero .image img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .marketing_hero .image {
    text-align: right;
    height: 100%;
  }
  .marketing_hero .image img {
    width: 100%;
    max-width: inherit;
    height: 100%;
  }
  .marketing_hero .image.desktop-image {
    display: none;
  }
  .marketing_hero .image.mobile-image {
    display: block;
  }
}

.buy-now .primary-cta {
  max-width: 230px;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.mb-102 {
  margin-bottom: 102px;
}
@media (max-width: 991px) {
  .mb-102 {
    margin-bottom: 35px;
  }
}

.inner-page-ontent {
  padding-top: 104px;
}
.inner-page-ontent .heading {
  margin-bottom: 91px;
}

.marketing-copy {
  max-width: 1078px;
  width: 100%;
  margin: 0 auto 100px;
}
.marketing-copy .heading {
  margin-bottom: 97px;
}
.marketing-copy .content {
  max-width: 948px;
  width: 100%;
  margin: 0 auto 97px;
  margin-left: 90px;
}
.marketing-copy .content p {
  font-size: 18px;
  color: #272528;
}
.marketing-copy .content p a {
  display: inline-block;
}
.marketing-copy h5 {
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 51px;
}
.marketing-copy ul, .marketing-copy ol {
  padding-left: 81px;
}
.marketing-copy ul li, .marketing-copy ol li {
  font-weight: 450;
  font-size: 18px;
  line-height: 1.67;
  color: #000000;
  line-height: 30px;
  margin-bottom: 30px;
}
.marketing-copy ul li::marker, .marketing-copy ol li::marker {
  font-size: 14px;
}
.marketing-copy ul li ul, .marketing-copy ul li ol, .marketing-copy ol li ul, .marketing-copy ol li ol {
  padding-left: 25px;
}
.marketing-copy ul li ul li, .marketing-copy ul li ol li, .marketing-copy ol li ul li, .marketing-copy ol li ol li {
  margin-bottom: 4px;
  list-style: disc;
}
.marketing-copy ol li::marker {
  font-size: 18px;
}
@media (max-width: 1380px) {
  .marketing-copy .heading {
    margin-bottom: 60px;
  }
  .marketing-copy h5 {
    margin-bottom: 30px;
  }
  .marketing-copy ul li, .marketing-copy ol li {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .marketing-copy {
    margin: 0 auto 20px;
  }
  .marketing-copy .content {
    margin-left: 0;
    margin: 0 auto 35px;
  }
  .marketing-copy .heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .marketing-copy .content {
    max-width: 100%;
  }
  .marketing-copy ul, .marketing-copy ol {
    padding-left: 23px;
  }
  .marketing-copy ul li, .marketing-copy ol li {
    margin-bottom: 21px;
  }
}
@media (max-width: 991px) {
  .marketing-copy h5 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .marketing-copy ul li, .marketing-copy ol li {
    font-size: 15px;
    margin-bottom: 19px;
  }
  .marketing-copy ol li::marker {
    font-size: 15px;
  }
  .marketing-copy .heading {
    margin-bottom: 13px;
  }
  .marketing-copy .content p {
    font-size: 15px;
  }
}

.slider-dots .slick-dots {
  list-style: none;
  position: absolute;
  top: -28px;
  right: 50px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-dots .slick-dots .slick-active button {
  background-color: #272528;
}
.slider-dots .slick-dots button {
  padding: 0;
  background-color: transparent;
  border: 2px solid #272528;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  text-indent: -120px;
  overflow: hidden;
  margin-right: 26px;
}
.slider-dots .slider-arrow-style {
  top: -30px;
  right: 8%;
}

.image-slider {
  max-width: 1048px;
  width: 100%;
  margin: 0 auto 102px;
}
.image-slider .slick-slide img {
  max-width: 1048px;
}

.image-slider-main {
  max-width: 1078px;
  width: 100%;
  margin: 0 auto;
}
.image-slider-main .image-slider {
  max-width: 1048px;
  width: 100%;
  margin: 0 auto 102px;
}
.image-slider-main .image-slider .slick-slide img {
  max-width: 1048px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1199px) {
  .image-slider-main .image-slider .slick-slide img {
    max-width: 100%;
  }
}
.image-slider-main.slider-dots .slick-dots {
  margin-top: 0;
  top: -35px;
}
.image-slider-main.slider-dots .slider-arrow-style {
  right: 15px;
}
@media (max-width: 991px) {
  .image-slider-main .image-slider {
    margin: 0 auto 35px;
  }
  .image-slider-main.slider-dots .slick-dots {
    right: auto;
    margin-top: 0;
    top: -43px;
  }
}
@media (max-width: 500px) {
  .image-slider-main.slider-dots .slider-arrow-style {
    top: -45px;
    max-width: 50px;
  }
  .image-slider-main.slider-dots .slider-arrow-style .slick-arrow {
    padding: 8px 0;
  }
  .image-slider-main.slider-dots .slick-dots {
    top: -35px;
  }
  .image-slider-main.slider-dots .slick-dots button {
    margin-right: 20px;
  }
}

.pricing-table {
  max-width: 1124px;
  width: 100%;
  margin: 0 auto;
}
.pricing-table .content {
  max-width: 719px;
  width: 100%;
  margin-bottom: 20px;
}
.pricing-table .content h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #4194A5;
  margin-bottom: 20px;
}
.pricing-table .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #272528;
  margin-bottom: 18px;
}
.pricing-table .buy-now .primary-cta {
  margin: 93px auto 90px;
}
.pricing-table + .image-slider-main {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .pricing-table {
    background: #F1F1F1;
    border-radius: 17px;
    padding: 38px 21px;
  }
  .pricing-table .content h3 br {
    display: none;
  }
  .pricing-table .buy-now .primary-cta {
    margin: 28px auto 0;
    margin-left: 0;
  }
  .pricing-table + .image-slider-main {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.pricing-table + .marketing-accordion {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .pricing-table + .marketing-accordion {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.pricing-table + .marketing-copy {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .pricing-table + .marketing-copy {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.content p img {
  max-width: 100%;
}

/*table.table{
    background-color: $white;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
}*/
.table-shadow {
  /*background-color: $white;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
  padding: 20px;
  margin: 10px 3px;*/
}
.table-shadow table.table {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  margin-bottom: 0;
}

.page-template-template-marketing-landing-flexible-content .pricing-table .table-responsive {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  padding: 0px 19px;
}
.page-template-template-marketing-landing-flexible-content .pricing-table .table-responsive table.table {
  margin-bottom: 0;
}
.page-template-template-marketing-landing-flexible-content .pricing-table .table-responsive table.table tr th, .page-template-template-marketing-landing-flexible-content .pricing-table .table-responsive table.table tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.page-template-template-marketing-landing-flexible-content .pricing-table .table-responsive table.table tr:last-child td {
  border-bottom: 1px solid rgb(255, 255, 255);
}
.page-template-template-marketing-landing-flexible-content .pricing-table .table-responsive table.table tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.page-template-template-marketing-landing-flexible-content .pricing-table .table-responsive table.table thead tr th {
  color: #272528;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.read-more-collaps {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
  letter-spacing: 1px;
  padding-right: 22px;
  position: relative;
}
.read-more-collaps:after {
  content: "";
  width: 14px;
  height: 9px;
  background-image: url("../images/chevron-down.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-size: cover;
}
.read-more-collaps.read_less:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.read-more-collaps img {
  margin-left: 4px;
}
.read-more-collaps:hover {
  color: #000000;
}

.image-or-video img {
  max-width: 100%;
}

/*marketing landing page end*/
/* Event hero banner start */
.report-announcement {
  max-width: 870px;
  min-height: 127px;
  background: #F1F1F1;
  border-radius: 16px;
  width: 100%;
  margin: -62px auto 0;
}
.report-announcement .card-body {
  padding: 25px 59px;
}
@media (max-width: 1199px) {
  .report-announcement {
    margin: -92px auto 0 !important;
  }
}
@media (max-width: 1024px) {
  .report-announcement {
    margin: -62px auto 0 !important;
  }
}
@media (max-width: 767px) {
  .report-announcement {
    margin: -26px auto 0 !important;
    max-width: 290px !important;
  }
  .report-announcement .card-body {
    padding: 25px 19px !important;
  }
  .report-announcement .card-body p {
    font-size: 14px;
    padding-left: 37px;
  }
  .report-announcement .title-date span {
    font-size: 14px;
    padding-left: 37px;
    margin-top: 3px;
  }
}

.title-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 18px;
}
.title-date .event-date {
  padding-left: 30px;
  position: relative;
  color: #272528;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
.title-date .event-date:before {
  content: "";
  height: 20px;
  width: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/date.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.title-date span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #272528;
  margin-left: 12px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .title-date span {
    display: block;
    margin-left: 0 !important;
  }
  .title-date .event-date {
    padding-left: 37px !important;
    font-size: 14px !important;
  }
}

/* Event hero banner end */
/* Inner page header Start */
.page-template-template-lodging-overview .inner-page-header .subhead {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-template-template-lodging-overview .inner-page-header .subhead {
    margin-bottom: 17px;
  }
  .page-template-template-lodging-overview .inner-page-header a {
    margin-bottom: 23px;
  }
}

.inner-page-header {
  padding: 105px 0px 60px;
  text-align: center;
}
.inner-page-header h1 {
  font-size: 64px;
}
.inner-page-header .headline {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 11px;
  line-height: 1;
}
@media (max-width: 375px) {
  .inner-page-header .headline {
    font-size: 36px;
    max-width: 95%;
    margin: 0px auto 10px;
  }
}
.inner-page-header .subhead {
  text-transform: none;
  margin-bottom: 38px;
}
@media (max-width: 375px) {
  .inner-page-header .subhead {
    font-size: 24px;
  }
}
.inner-page-header a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #4194A5;
  text-decoration: none;
  margin-bottom: 25px;
  display: inline-block;
}
.inner-page-header a img {
  margin-left: 7px;
}
.inner-page-header p {
  font-style: normal;
  font-weight: 450;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.03em;
  color: #272528;
  max-width: 594px;
  width: 100%;
  margin: 0 auto 1rem;
  text-align: center;
}
@media (max-width: 991px) {
  .inner-page-header {
    padding-bottom: 31px;
  }
  .inner-page-header h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .inner-page-header .subhead {
    margin-bottom: 21px;
  }
}
@media (max-width: 500px) {
  .inner-page-header {
    padding-top: 50px;
  }
  .inner-page-header .headline {
    font-size: 36px;
    margin-bottom: 0px;
  }
}

/* Inner page header end */
/*activity-detail-special start*/
.meadium-container {
  max-width: 1219px !important;
}

/*featured-cards start*/
.featured-cards {
  margin-top: 96px;
}
.featured-cards .heading {
  margin-bottom: 31px;
}
.featured-cards .card {
  border: none;
  background: #F1F1F1;
  border-radius: 10px;
  position: relative;
}
.featured-cards .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 47px;
}
.featured-cards .card .card-body h5 {
  font-weight: 600;
  margin-bottom: 0;
  color: #272528;
}
@media (max-width: 991px) {
  .featured-cards {
    margin-top: 18px;
  }
  .featured-cards .card {
    margin-bottom: 16px;
    /*.arrow-link.black-arrow-link a:after {
        background-image: url(../images/white-arrow.png);
    }*/
  }
  .featured-cards .card .card-body {
    padding-right: 19px;
  }
}
@media (max-width: 500px) {
  .featured-cards .heading {
    margin-bottom: 11px;
  }
  .featured-cards .heading h3 {
    max-width: 50%;
  }
  .featured-cards .card .card-body h5 {
    font-size: 16px;
  }
  .featured-cards .card .card-body .arrow-link.black-arrow-link a:after {
    width: 26px;
    height: 26px;
    background-size: contain;
  }
}

/*featured-cards end*/
/*promotional-banner start*/
.promotional-banner {
  min-height: 194px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 90px;
  margin-bottom: 79px;
}
.promotional-banner .get-ticket h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #4194A5;
  margin-right: 30px;
  letter-spacing: -1px;
  margin-bottom: 0;
}
.promotional-banner .get-btn {
  max-width: 279px;
  width: 100%;
}
.promotional-banner .get-btn .primary-cta {
  background: #272528;
  border: 1px solid #272528;
  border-radius: 100px;
  min-height: 46px;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .promotional-banner {
    padding: 30px 20px;
    min-height: 162px;
    margin-bottom: 35px;
    margin-top: 23px;
  }
  .promotional-banner .get-ticket {
    display: block !important;
  }
  .promotional-banner .get-ticket h3 {
    margin-bottom: 13px;
    font-size: 24px;
  }
  .promotional-banner .get-btn {
    max-width: 217px;
  }
  .promotional-banner .get-btn .primary-cta {
    font-size: 16px;
    min-height: 33px;
    font-weight: 450;
  }
}
@media (max-width: 500px) {
  .promotional-banner .get-ticket h3 {
    line-height: 1.3;
  }
}

/*promotional-banner end*/
/*Overview tabs start*/
.overview-tabs {
  margin-bottom: 95px;
}
.overview-tabs .heading {
  margin-bottom: 51px;
}
.overview-tabs .accordion-item {
  border: none;
  border-bottom: 1px solid #5E6C7F;
}
.overview-tabs .hours-content h5 {
  font-weight: 600;
  line-height: 25px;
  text-transform: capitalize;
  color: #272528;
  margin-bottom: 14px;
}
.overview-tabs .hours-content h6 {
  font-weight: 450;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  color: #272528;
  margin-bottom: 11px;
}
.overview-tabs .hours-content .months h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.overview-tabs .hours-content .months ul li {
  font-weight: 450;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  color: #272528;
}
@media (max-width: 1280px) {
  .overview-tabs .hours-content .hours-content h6 {
    font-size: 16px;
  }
}
.overview-tabs .content-details {
  margin-top: 53px;
  position: relative;
}
.overview-tabs .content-details p {
  font-weight: 450;
  font-size: 20px;
  line-height: 30px;
  color: #272528;
  margin-bottom: 28px;
}
.overview-tabs .content-details p a {
  /*background-color: $wispblue2;
  box-shadow: 0px 8px 30px rgb(0 0 0 / 25%);
  border-radius: 30px;
  color: #ffffff;
  min-height: 36px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;*/
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.07em;
  /*padding-left: 30px;
  padding-right: 30px;*/
  /*margin-top: 20px;*/
  /*&:hover {
      color: #ffffff;
      background-color: #005C43;
  }*/
}
.overview-tabs .content-details p a:hover {
  text-decoration: underline;
}
.overview-tabs .content-details p a[href^="mailto:"] {
  text-transform: inherit;
}
.overview-tabs .content-details.proposal-form-details {
  margin-top: 34px;
}
.overview-tabs .content-details.proposal-form-details iframe {
  width: 100%;
  min-height: 500px;
}
.overview-tabs .content-details .table-responsive {
  /*box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
  padding: 0px 15px;*/
}
.overview-tabs .content-details .table-responsive table.table {
  margin-bottom: 0;
}
.overview-tabs table thead tr th {
  text-transform: uppercase;
  color: #272528;
}
.overview-tabs table tbody tr td {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #272528;
}
.overview-tabs .accordion-map .accordion-header .accordion-button:not(.collapsed) {
  padding-bottom: 46px;
  background-color: #fff;
}
.overview-tabs.activity-overview .large-container {
  padding: 0 129px;
  max-width: 100% !important;
}
.overview-tabs .nav.nav-tabs .nav-item {
  margin-bottom: 15px;
}
.overview-tabs .nav.nav-tabs .nav-item.active .nav-link {
  background-color: #272528;
  color: #ffffff;
}
.overview-tabs .wedding-details .image-video-main .image-video-slider-mobile {
  display: none;
}
@media (max-width: 1280px) {
  .overview-tabs .hours-content h6 {
    font-size: 16px;
  }
  .overview-tabs .hours-content .months h6 {
    font-size: 16px;
  }
  .overview-tabs .hours-content .months ul li {
    font-size: 16px;
    line-height: 1.5;
  }
  .overview-tabs table thead tr th {
    font-size: 14px;
  }
  .overview-tabs table tbody tr td {
    font-size: 14px;
  }
  .overview-tabs .content-details.proposal-form-details {
    padding: 0 15px;
  }
}
@media (max-width: 1360px) {
  .overview-tabs {
    margin-bottom: 75px;
  }
}
@media (max-width: 991px) {
  .overview-tabs {
    margin-bottom: 0;
  }
  .overview-tabs .heading {
    margin-bottom: 22px;
  }
  .overview-tabs .nav.nav-tabs .nav-item {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .overview-tabs .hours-content {
    margin-bottom: 37px;
  }
  .overview-tabs .hours-content h5 {
    font-size: 24px !important;
  }
  .overview-tabs .hours-content h6 {
    font-size: 20px !important;
    line-height: 1.5;
  }
  .overview-tabs .hours-content .months ul li {
    font-size: 20px;
  }
  .overview-tabs table thead tr th {
    font-size: 12px;
  }
  .overview-tabs table tbody tr td {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .overview-tabs {
    margin-bottom: 0px;
    /*thead tr th {
        display: none;
    }*/
  }
  .overview-tabs .content-details {
    margin-top: 28px;
  }
  .overview-tabs .meadium-container {
    padding: 0 30px;
  }
  .overview-tabs .nav-tabs {
    display: block;
  }
  .overview-tabs .nav-tabs.open li {
    display: block;
  }
  .overview-tabs .nav-tabs.open li.active {
    display: block;
  }
  .overview-tabs .nav-tabs.open li.active .nav-link {
    background-image: url("../images/dropdown-menu-white-up.svg");
  }
  .overview-tabs .nav-tabs li {
    margin-right: 0 !important;
    display: none;
  }
  .overview-tabs .nav-tabs li.active {
    display: block;
  }
  .overview-tabs .nav-tabs li.active .nav-link {
    background-image: url("../images/dropdown-menu-white-down.svg");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
  }
  .overview-tabs .nav-tabs li .nav-link {
    text-align: left;
    width: 100%;
    min-height: 39px;
    border-radius: 20px !important;
    text-align: center;
    letter-spacing: 1px;
  }
  .overview-tabs table tbody tr:nth-child(2n+1) {
    background-color: #f7f7f7;
  }
  .overview-tabs table tbody tr td {
    padding: 10px;
    text-align: left;
    /*width: 100%;
    display: block;*/
    font-size: 15px;
    /*&:before {
        content: attr(data-title);
        display: block;
        font-size: 15px;
        margin-right: 10px;
        font-weight: 700;
        margin-bottom: 10px;
        text-transform: uppercase;
        color: $black;
    }*/
  }
}
@media (max-width: 574px) {
  .overview-tabs .nav-tabs li.active .nav-link.active {
    background-size: 15px;
  }
}
@media (max-width: 500px) {
  .overview-tabs .wedding-details .image-video-main .image-video-slider {
    display: none;
  }
  .overview-tabs .wedding-details .image-video-main .image-video-slider-mobile {
    display: block;
  }
}
@media (max-width: 320px) {
  .overview-tabs .content-details p a {
    padding: 10px 30px;
  }
}

/*Overview tabs end*/
/*accordion map start*/
.accordion-body {
  padding: 1rem 30px;
  background-color: #DFDFDF;
}
@media (max-width: 991px) {
  .accordion-body {
    padding: 1rem 19px;
  }
}

.accordion-map .accordion-header .accordion-button {
  font-size: 24px;
  font-weight: 600;
  color: #272528;
  border: none;
  padding: 46px 29px;
}
.accordion-map .accordion-header .accordion-button:not(.collapsed) {
  padding-bottom: 3px;
  background-color: #DFDFDF;
  /*&:after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      background-image: url('../images/accordion-down.png');
  }*/
}
.accordion-map .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-map .accordion-header .accordion-button:hover {
  background-color: #DFDFDF;
}
.accordion-map .accordion-header .accordion-button:after {
  background-image: url("../images/activity-accordion-down.svg");
}
.accordion-map .accordion-body {
  padding: 31px 45px;
}
.accordion-map .accordion-item {
  border-bottom: 1px solid #5E6C7F;
}
.accordion-map .trial-map {
  position: relative;
}
.accordion-map .trial-map img {
  width: 100%;
}
.accordion-map .trial-map .download-expand-image {
  max-width: 137px;
  width: 100%;
  position: absolute;
  right: 24px;
  top: 19px;
}

/*accordion map end*/
/*activity-detail-special end*/
/*Activity overview start*/
.large-container {
  padding: 0 129px;
}

.activity-overview {
  margin-top: 80px;
}
.activity-overview .heading {
  margin-bottom: 40px;
}
.activity-overview .card {
  border: none;
  margin-bottom: 31px;
  position: relative;
  overflow: hidden;
}
.activity-overview .card img {
  border-radius: 10px 10px 0px 0px;
}
.activity-overview .card .card-body {
  background-color: #F1F1F1;
  border-radius: 0px 0px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 23px 32px;
  padding-right: 60px;
}
.activity-overview .card .arrow-link.black-arrow-link {
  position: absolute;
  right: 10px;
}
.activity-overview .nav.nav-tabs .nav-item.active .nav-link {
  background-color: #272528;
  color: #ffffff;
}
@media (max-width: 1380px) {
  .activity-overview .card .card-body {
    padding-left: 20px;
  }
}
@media (max-width: 1280px) {
  .activity-overview .card .card-body {
    padding-left: 20px;
  }
  .activity-overview .large-container {
    padding: 0 80px !important;
  }
}
@media (max-width: 991px) {
  .activity-overview .large-container {
    padding: 0 15px !important;
  }
}
@media (max-width: 500px) {
  .activity-overview .card .card-body {
    border-radius: 0 0 0.25rem 0.25rem;
  }
}

/*Activity overview end*/
/* Event hero banner start */
.event-hero {
  position: relative;
  margin-bottom: 118px;
}
.event-hero .bg-image-wrapper {
  padding: 0px;
}
@media (max-width: 991px) {
  .event-hero .bg-image-wrapper {
    min-height: 302px;
  }
}
.event-hero .bg-image-wrapper img {
  width: 100%;
}
@media (max-width: 991px) {
  .event-hero .bg-image-wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 100%;
  }
}
.event-hero .container {
  position: relative;
}
.event-hero .event-hero-content {
  position: absolute;
  bottom: 65px;
  left: 0;
}
@media (max-width: 1366px) {
  .event-hero .event-hero-content {
    left: 155px !important;
  }
}
@media (max-width: 1280px) {
  .event-hero .event-hero-content {
    left: 115px !important;
  }
}
@media (max-width: 1199px) {
  .event-hero .event-hero-content {
    left: 70px !important;
  }
}
@media (max-width: 1024px) {
  .event-hero .event-hero-content {
    left: 15px !important;
  }
}
@media (max-width: 991px) {
  .event-hero .event-hero-content {
    bottom: 60px !important;
    left: 0 !important;
  }
}
@media (max-width: 574px) {
  .event-hero .event-hero-content {
    text-align: center;
    /*bottom: 25px;*/
  }
}
.event-hero .event-hero-content .event-date {
  font-size: 16px;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .event-hero .event-hero-content .event-date {
    font-size: 14px;
    padding-left: 25px;
    margin-bottom: 8px;
  }
}
@media (max-width: 574px) {
  .event-hero .event-hero-content .event-date {
    text-align: center;
    font-size: 12px;
    display: inline-block;
    padding-left: 25px;
    margin-bottom: 8px;
  }
}
.event-hero .event-hero-content .event-date:before {
  content: "";
  height: 20px;
  width: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/calender.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .event-hero .event-hero-content .event-date:before {
    height: 16px;
    width: 14px;
  }
}
.event-hero .event-hero-content .event-title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .event-hero .event-hero-content .event-title {
    font-size: 36px;
  }
}
@media (max-width: 574px) {
  .event-hero .event-hero-content .event-title {
    text-align: center;
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .event-hero {
    max-height: 450px !important;
    min-height: 450px !important;
  }
}
@media (max-width: 991px) {
  .event-hero {
    max-height: 350px !important;
    min-height: 350px !important;
    background-size: cover !important;
  }
}
@media (max-width: 1024px) {
  .event-hero {
    margin-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .event-hero {
    /*margin-bottom: 213px;*/
    margin-bottom: 125px;
  }
}

.report-announcement {
  max-width: 870px;
  min-height: 127px;
  background: #F1F1F1;
  border-radius: 16px;
  width: 100%;
  margin: -62px auto 0;
}
.report-announcement .card-body {
  padding: 25px 59px;
}

.title-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 18px;
}
.title-date .event-date {
  padding-left: 30px;
  position: relative;
  color: #272528;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
.title-date .event-date:before {
  content: "";
  height: 20px;
  width: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/date.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.title-date span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #272528;
  margin-left: 12px;
}

/* Event hero banner end */
/*Activity overview start*/
.large-container {
  padding: 0 129px;
}

.content-browse h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.07em;
  text-transform: capitalize;
  color: #272528;
  margin-bottom: 1px;
}
.content-browse h6 {
  font-weight: 450;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.07em;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #272528;
}
.content-browse a {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.07em;
  text-transform: capitalize;
  color: #4194A5;
  text-decoration: none;
}

/*Activity overview end*/
/* Event hero banner start */
.event-hero {
  position: relative;
  max-height: 495px;
  min-height: 495px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9999;
}
.event-hero .event-hero-content {
  position: absolute;
  bottom: 65px;
  left: 196px;
  max-width: 1050px;
}
@media (max-width: 991px) {
  .event-hero .event-hero-content {
    bottom: 30px;
  }
}
@media (max-width: 574px) {
  .event-hero .event-hero-content {
    text-align: center;
    bottom: 25px;
  }
}
.event-hero .event-hero-content .event-date {
  font-size: 16px;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .event-hero .event-hero-content .event-date {
    font-size: 14px;
    padding-left: 25px;
    margin-bottom: 8px;
  }
}
@media (max-width: 574px) {
  .event-hero .event-hero-content .event-date {
    text-align: center;
    font-size: 12px;
    display: inline-block;
    padding-left: 25px;
    margin-bottom: 8px;
  }
}
.event-hero .event-hero-content .event-date:before {
  content: "";
  height: 20px;
  width: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/calender.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .event-hero .event-hero-content .event-date:before {
    height: 16px;
    width: 14px;
  }
}
.event-hero .event-hero-content .event-title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .event-hero .event-hero-content .event-title {
    font-size: 36px;
  }
}
@media (max-width: 574px) {
  .event-hero .event-hero-content .event-title {
    text-align: center;
    font-size: 24px;
  }
}

/* Event hero banner end */
/*Quick Featured Cards start */
.quick-featured-cards {
  margin-bottom: 125px;
}
.quick-featured-cards .heading-bar {
  margin-bottom: 33px;
}
.quick-featured-cards .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 36px 0px 31px 0px;
}
.quick-featured-cards .section-header .header {
  color: #4194A5;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
}
.quick-featured-cards .section-header .secondary-cta {
  color: #4194A5;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-right: 32px;
}
.quick-featured-cards .section-header .secondary-cta:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0px;
  background-image: url("../images/see-all-link-wisp.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.quick-featured-cards .section-header .secondary-cta:hover:after {
  background-image: url(../images/see-all-link-wisp-fill.svg);
}
.quick-featured-cards .card {
  background-color: #F1F1F1;
  border: none;
}
.quick-featured-cards .card .card-body {
  padding: 22px 28px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quick-featured-cards .card .card-body .card-content .card-title {
  font-size: 16px;
  font-weight: 600;
  font-family: "neue-haas-grotesk-text", sans-serif;
  padding-right: 5px;
}
.quick-featured-cards .card .card-body .card-link {
  max-width: 37px;
  width: 100%;
}
.quick-featured-cards .card .card-body .card-link .btn {
  padding: 0px;
}
.quick-featured-cards .card .card-body .card-link img {
  max-width: 100%;
}
.quick-featured-cards .card .card-body .card-link .hover-image {
  opacity: 0;
  pointer-events: none;
  height: 0;
}
.quick-featured-cards .card .card-body .card-link:hover .default-img {
  display: none;
}
.quick-featured-cards .card .card-body .card-link:hover .hover-image {
  opacity: 1;
  pointer-events: auto;
  height: auto;
}
@media (max-width: 1280px) {
  .quick-featured-cards .card {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .quick-featured-cards .card .card-body .card-content .card-text {
    font-size: 15px;
  }
}
.quick-featured-cards .row.quick-featured-cards-rows {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.quick-featured-cards .row.quick-featured-cards-rows [class*=col-] {
  background-color: #F1F1F1;
  border: none;
  width: 24%;
  margin: 0 6px;
  padding: 0 0;
}
@media (max-width: 1280px) {
  .quick-featured-cards .row.quick-featured-cards-rows {
    padding: 0 6px;
  }
  .quick-featured-cards .row.quick-featured-cards-rows [class*=col-] {
    margin-bottom: 15px !important;
    width: 23.8%;
  }
  .quick-featured-cards .row.quick-featured-cards-rows .card {
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .quick-featured-cards .row.quick-featured-cards-rows [class*=col-] {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .quick-featured-cards .card .card-body {
    padding: 20px 21px !important;
  }
  .quick-featured-cards .heading-bar {
    margin-bottom: 8px;
  }
  .quick-featured-cards .row.quick-featured-cards-rows [class*=col-] {
    width: 98.5%;
  }
}
@media (max-width: 500px) {
  .quick-featured-cards {
    margin-bottom: 21px;
  }
  .quick-featured-cards .row.quick-featured-cards-rows [class*=col-] {
    width: 97.8%;
  }
}

/*Quick Featured Cards end */
/*Home blog start */
.home-blogs {
  margin-top: 180px;
  margin-bottom: 135px;
}
.home-blogs .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 36px 0px 31px 0px;
}
.home-blogs .section-header .header {
  color: #4194A5;
  font-weight: 900;
  text-transform: uppercase;
}
.home-blogs .section-header .secondary-cta {
  color: #4194A5;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-right: 32px;
}
.home-blogs .section-header .secondary-cta:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0px;
  background-image: url("../images/see-all-link-wisp.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.home-blogs .section-header .secondary-cta:hover:after {
  background-image: url(../images/see-all-link-wisp-fill.svg);
}
.home-blogs .image-accordion-title {
  margin-bottom: 58px;
}
.home-blogs .inner-content-title {
  font-weight: 600;
}
.home-blogs .featured-blog {
  margin-top: 23px;
  max-width: 330px;
}
.home-blogs .events-wrapper {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.home-blogs .events-wrapper li {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border-bottom: 1px solid #5E6C7F;
}
.home-blogs .events-wrapper li:last-child {
  border-width: 0px;
}
.home-blogs .events-wrapper li:hover {
  background-color: #DFDFDF;
}
@media (max-width: 767px) {
  .home-blogs .events-wrapper li {
    margin-bottom: 16px;
    background-color: #DFDFDF;
    border-width: 0px;
    border-radius: 8px;
  }
}
.home-blogs .events-wrapper li a {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  color: #272528;
}
@media (max-width: 767px) {
  .home-blogs .events-wrapper li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
  }
}
.home-blogs .events-wrapper li a .event-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-blogs .events-wrapper li a .event-details h6 {
  margin-left: 45px;
  font-weight: 600;
  max-width: 370px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .home-blogs .events-wrapper li a .event-details h6 {
    margin-left: 0px;
    max-width: inherit;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .home-blogs .events-wrapper li a .event-details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home-blogs .events-wrapper li a .event-venue-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-blogs .events-wrapper li a .event-venue-details .event-venue, .home-blogs .events-wrapper li a .event-venue-details .event-time {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .home-blogs .events-wrapper li a .event-venue-details .event-venue, .home-blogs .events-wrapper li a .event-venue-details .event-time {
    font-size: 12px;
    line-height: 20px;
  }
}
.home-blogs .events-wrapper li a .event-venue-details .event-time {
  font-weight: 600;
  font-size: 15px;
}
@media (max-width: 767px) {
  .home-blogs .events-wrapper li a .event-venue-details .event-time {
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .home-blogs .events-wrapper li a .event-venue-details {
    display: none;
  }
}
@media (max-width: 767px) {
  .home-blogs .col-md-8 .inner-content-title {
    margin-top: 43px;
  }
}
@media (max-width: 767px) {
  .home-blogs {
    margin-top: 56px;
  }
}

/*home blog end */
/* home events start */
.home-events {
  margin-bottom: 194px;
  margin-top: 200px;
}
.home-events .image-accordion-title {
  margin-bottom: 63px;
}
.home-events .events-wrapper {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.home-events .events-wrapper li {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border-bottom: 1px solid #5E6C7F;
}
.home-events .events-wrapper li:last-child {
  border-width: 0px;
}
.home-events .events-wrapper li:hover {
  background-color: #DFDFDF;
}
@media (max-width: 767px) {
  .home-events .events-wrapper li {
    margin-bottom: 16px;
    background-color: #DFDFDF;
    border-width: 0px;
    border-radius: 8px;
  }
}
.home-events .events-wrapper li a {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  color: #272528;
}
@media (max-width: 767px) {
  .home-events .events-wrapper li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
  }
}
.home-events .events-wrapper li a .event-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-events .events-wrapper li a .event-details h6 {
  margin-left: 45px;
  font-weight: 600;
  max-width: 370px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .home-events .events-wrapper li a .event-details h6 {
    margin-left: 0px;
    max-width: inherit;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .home-events .events-wrapper li a .event-details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home-events .events-wrapper li a .event-venue-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-events .events-wrapper li a .event-venue-details .event-venue, .home-events .events-wrapper li a .event-venue-details .event-time {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .home-events .events-wrapper li a .event-venue-details .event-venue, .home-events .events-wrapper li a .event-venue-details .event-time {
    font-size: 12px;
    line-height: 20px;
  }
}
.home-events .events-wrapper li a .event-venue-details .event-time {
  font-weight: 600;
  font-size: 15px;
}
@media (max-width: 767px) {
  .home-events .events-wrapper li a .event-venue-details .event-time {
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .home-events .events-wrapper li a .event-venue-details {
    width: 100%;
    text-align: left;
    margin-bottom: 7px;
  }
}
@media (max-width: 991px) {
  .home-events {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .home-events {
    margin-top: 80px;
  }
}

/* home events end */
/* blog listing page start */
.blog .container {
  max-width: 1050px !important;
}
.blog .browse-all-post-head {
  padding: 55px 0px 32px;
}
.blog .browse-all-post-head h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  text-transform: capitalize;
  color: #4194A5;
}
.blog .browse-all-post-head .rhs-links-wrapper a {
  border-radius: 20px;
  border: 1px solid #272528;
  font-weight: 450;
  font-size: 15px;
  line-height: 20px;
  padding: 6px 30px;
  margin-right: 15px;
  text-decoration: none;
  color: #272528;
}
.blog .browse-all-post-head .rhs-links-wrapper a:last-child {
  margin-right: 0px;
}
.blog .browse-all-post-head .rhs-links-wrapper a:hover, .blog .browse-all-post-head .rhs-links-wrapper a.active {
  background: #272528;
  color: #fff;
}
.blog .browse-all-post-head .blog-search-wrapper {
  margin: 16px 0px 32px;
  position: relative;
}
.blog .browse-all-post-head .blog-search-wrapper .search, .blog .browse-all-post-head .blog-search-wrapper .search-field {
  width: 100%;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  padding: 9px 15px 9px 60px;
  font-weight: 450;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.07em;
  color: #AAAAAA;
}
.blog .browse-all-post-head .blog-search-wrapper .search::-webkit-input-placeholder, .blog .browse-all-post-head .blog-search-wrapper .search-field::-webkit-input-placeholder {
  color: #AAAAAA;
  opacity: 1;
}
.blog .browse-all-post-head .blog-search-wrapper .search:-ms-input-placeholder, .blog .browse-all-post-head .blog-search-wrapper .search-field:-ms-input-placeholder {
  color: #AAAAAA;
  opacity: 1;
}
.blog .browse-all-post-head .blog-search-wrapper .search::-moz-placeholder, .blog .browse-all-post-head .blog-search-wrapper .search-field::-moz-placeholder {
  color: #AAAAAA;
  opacity: 1;
}
.blog .browse-all-post-head .blog-search-wrapper .search::-ms-input-placeholder, .blog .browse-all-post-head .blog-search-wrapper .search-field::-ms-input-placeholder {
  color: #AAAAAA;
  opacity: 1;
}
.blog .browse-all-post-head .blog-search-wrapper .search::placeholder, .blog .browse-all-post-head .blog-search-wrapper .search-field::placeholder {
  color: #AAAAAA;
  opacity: 1;
}
.blog .browse-all-post-head .blog-search-wrapper .search-btn, .blog .browse-all-post-head .blog-search-wrapper .search-submit {
  position: absolute;
  left: 13px;
  background: transparent;
  border: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blog .browse-all-post-head .blog-search-wrapper .search-btn:before, .blog .browse-all-post-head .blog-search-wrapper .search-submit:before {
  content: "";
  left: 2px;
  top: 4px;
  background-image: url(../images/search.png);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.blog .wp-pagenavi {
  margin-top: 52px;
}
@media (max-width: 991px) {
  .blog .browse-all-post-head h5 {
    margin-bottom: 27px;
  }
  .blog .inner-page-header {
    padding-bottom: 31px;
    padding-top: 55px;
  }
  .blog .browse-all-post-head {
    padding: 41px 0px 32px;
    margin-top: 5px;
    position: relative;
  }
  .blog .browse-all-post-head:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    width: 92%;
    background-color: #5E6C7F;
    top: 0;
    margin: 0 auto;
  }
  .blog .browse-all-post-head .rhs-links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-x: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .blog .browse-all-post-head .rhs-links-wrapper a {
    width: 100%;
    white-space: nowrap;
    display: inline-block;
  }
  .blog .wp-pagenavi {
    margin-top: 43px;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagenavi .current {
  background-color: #272528;
}
.wp-pagenavi span.current, .wp-pagenavi .page {
  border: 1px solid #272528;
  width: 10px;
  height: 10px;
  text-indent: -121px;
  overflow: hidden;
  display: inline-block;
  border-radius: 100%;
  padding: 0;
  margin: 0 10px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .previouspostslink {
  position: relative;
  border: none;
  text-indent: -100px;
  overflow: hidden;
  font-size: 0;
  margin: 0 10px;
}
.wp-pagenavi .previouspostslink:before {
  content: "";
  left: 0;
  background-image: url(../images/left-pagi-arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 6px;
  height: 12px;
  position: absolute;
  top: 0;
}
.wp-pagenavi .nextpostslink {
  position: relative;
  border: none;
  text-indent: -100px;
  overflow: hidden;
  margin: 0 10px;
}
.wp-pagenavi .nextpostslink:before {
  content: "";
  left: 0;
  background-image: url(../images/right-pagi-arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 6px;
  height: 12px;
  position: absolute;
  top: 0;
}

.recent-articles .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 36px 0px 6px 0px;
  margin-bottom: 44px;
  border-bottom: 1px solid #5E6C7F;
}
.recent-articles .section-header .header {
  color: #4194A5;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}
.recent-articles .section-header .secondary-cta {
  color: #4194A5;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-right: 32px;
}
.recent-articles .section-header .secondary-cta:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0px;
  background-image: url("../images/see-all-link-wisp.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.recent-articles .section-header .secondary-cta:hover:after {
  background-image: url(../images/see-all-link-wisp-fill.svg);
}
.recent-articles .featured-blog .card-body .blog-title {
  margin-bottom: 10px;
}
.recent-articles .featured-blog .card-body a.read-more-btn {
  color: #4194A5;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.07em;
  text-transform: capitalize;
}
.recent-articles .featured-blog img {
  height: auto;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .recent-articles .section-header .header {
    font-size: 24px;
    width: 68%;
  }
  .recent-articles .section-header .see-all-link {
    width: 32%;
  }
  .recent-articles .featured-blog .card-body p {
    margin-bottom: 0;
  }
  .recent-articles .col-md-8 .card.featured-blog {
    margin-bottom: 24px;
  }
  .recent-articles .col-md-4 .card.featured-blog {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .recent-articles .section-header .header {
    width: 65%;
  }
  .recent-articles .section-header .see-all-link {
    width: 35%;
  }
}

.featured-blog {
  border: none !important;
}
.featured-blog .card-body {
  padding-left: 0px;
  padding-right: 0px;
}
.featured-blog .card-body .blog-date {
  margin-bottom: 2px;
  color: #272528;
  font-size: 15px;
}
.featured-blog .card-body .blog-title {
  margin-bottom: 17px;
}
.featured-blog .card-body .blog-title a {
  color: #272528;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 30px;
  text-decoration: none;
}
.featured-blog .card-body h6 {
  font-weight: 450;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.07em;
  text-transform: capitalize;
  color: #272528;
}
.featured-blog .card-body h6 span {
  display: block;
}
.featured-blog .card-body .card-text, .featured-blog .card-body p {
  color: #272528;
  font-weight: 450;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.07em;
}
.featured-blog .card-body .card-text .read-more-btn, .featured-blog .card-body p .read-more-btn {
  font-size: 15px;
  letter-spacing: normal;
  font-weight: 600;
  color: #4194A5;
  text-decoration: none;
}
.featured-blog .card-body .blog-category ul {
  list-style: none;
  margin-bottom: 4px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.featured-blog .card-body .blog-category ul li {
  position: relative;
  margin-right: 5px;
}
.featured-blog .card-body .blog-category ul li a {
  font-weight: 450;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.07em;
  color: #272528;
  text-decoration: none;
  text-transform: uppercase;
}
.featured-blog .card-body .blog-category ul li:last-child {
  margin-right: 0px;
}
.featured-blog .card-body .blog-category ul li:after {
  content: ",";
}
.featured-blog .card-body .blog-category ul li:last-child:after {
  display: none;
}

@media (max-width: 991px) {
  .archive-blog-list .archive-blog-buttons {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .archive-blog-list .card img {
    height: auto !important;
  }
}

/* blog listing page end */
/* Blog Text Subtext Bullet List start */
.activity-template-template-activity-details-page-with-tabs .inner-page-header, .post-template-default .inner-page-header {
  padding-top: 10px;
  padding-bottom: 0px;
}
.activity-template-template-activity-details-page-with-tabs .host-a-wedding, .post-template-default .host-a-wedding {
  padding-top: 30px;
}
.activity-template-template-activity-details-page-with-tabs .host-a-wedding.activity-details-page-with-tabs .nav.nav-tabs .nav-item, .post-template-default .host-a-wedding.activity-details-page-with-tabs .nav.nav-tabs .nav-item {
  /* margin-top: 20px; */
}
.activity-template-template-activity-details-page-with-tabs .event-hero .container, .post-template-default .event-hero .container {
  max-width: 1254px !important;
}
.activity-template-template-activity-details-page-with-tabs .container, .post-template-default .container {
  max-width: 1080px !important;
}
.activity-template-template-activity-details-page-with-tabs .back-to-blog-listing, .post-template-default .back-to-blog-listing {
  margin-top: 43px;
  margin-bottom: 50px;
}
.activity-template-template-activity-details-page-with-tabs .back-to-blog-listing .container, .post-template-default .back-to-blog-listing .container {
  max-width: 1080px !important;
}
.activity-template-template-activity-details-page-with-tabs .back-to-blog-listing .container .back-link, .post-template-default .back-to-blog-listing .container .back-link {
  color: #4194A5;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-left: 32px;
}
.activity-template-template-activity-details-page-with-tabs .back-to-blog-listing .container .back-link:before, .post-template-default .back-to-blog-listing .container .back-link:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 21px;
  left: 0px;
  background-image: url("../images/see-all-link-wisp.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: -2px;
}
.activity-template-template-activity-details-page-with-tabs .back-to-blog-listing .container .back-link:hover:after, .post-template-default .back-to-blog-listing .container .back-link:hover:after {
  background-image: url(../images/see-all-link-wisp-fill.svg);
}
.activity-template-template-activity-details-page-with-tabs .blog-text, .post-template-default .blog-text {
  margin-top: 50px;
  margin-bottom: 84px;
}
.activity-template-template-activity-details-page-with-tabs .blog-text .content-wrapper, .post-template-default .blog-text .content-wrapper {
  padding: 0px 90px;
}
.activity-template-template-activity-details-page-with-tabs .blog-text .content-wrapper h3, .post-template-default .blog-text .content-wrapper h3 {
  font-weight: 900;
  color: #4194A5;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.activity-template-template-activity-details-page-with-tabs .blog-text .content-wrapper p, .post-template-default .blog-text .content-wrapper p {
  font-size: 15px;
  line-height: 25px;
}
.activity-template-template-activity-details-page-with-tabs .blog-subtext-bullet-list, .post-template-default .blog-subtext-bullet-list {
  margin-top: 80px;
}
.activity-template-template-activity-details-page-with-tabs .blog-subtext-bullet-list .content-wrapper, .post-template-default .blog-subtext-bullet-list .content-wrapper {
  border-bottom: 1px solid #5E6C7F;
  padding: 0px 90px;
}
.activity-template-template-activity-details-page-with-tabs .blog-subtext-bullet-list .content-wrapper .blog-subtext-title, .post-template-default .blog-subtext-bullet-list .content-wrapper .blog-subtext-title {
  font-weight: 600;
  margin-bottom: 20px;
}
.activity-template-template-activity-details-page-with-tabs .blog-subtext-bullet-list .content-wrapper p, .post-template-default .blog-subtext-bullet-list .content-wrapper p {
  font-weight: 450;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 45px;
}
.activity-template-template-activity-details-page-with-tabs .blog-subtext-bullet-list .content-wrapper ul, .post-template-default .blog-subtext-bullet-list .content-wrapper ul {
  margin-bottom: 78px;
  list-style: none;
}
.activity-template-template-activity-details-page-with-tabs .blog-subtext-bullet-list .content-wrapper ul li, .post-template-default .blog-subtext-bullet-list .content-wrapper ul li {
  position: relative;
  text-align: left;
  padding-left: 15px;
  font-size: 15px;
}
.activity-template-template-activity-details-page-with-tabs .blog-subtext-bullet-list .content-wrapper ul li:before, .post-template-default .blog-subtext-bullet-list .content-wrapper ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #272528;
  border-radius: 50%;
}
.activity-template-template-activity-details-page-with-tabs .pull-quote .content-wrapper, .post-template-default .pull-quote .content-wrapper {
  padding: 105px 58px 88px 58px;
  border-bottom: 1px solid #5E6C7F;
}
.activity-template-template-activity-details-page-with-tabs .pull-quote .content-wrapper blockquote, .post-template-default .pull-quote .content-wrapper blockquote {
  max-width: 720px;
  margin: auto;
  position: relative;
}
.activity-template-template-activity-details-page-with-tabs .pull-quote .content-wrapper blockquote:before, .activity-template-template-activity-details-page-with-tabs .pull-quote .content-wrapper blockquote:after, .post-template-default .pull-quote .content-wrapper blockquote:before, .post-template-default .pull-quote .content-wrapper blockquote:after {
  content: "";
  position: absolute;
  width: 146px;
  height: 143px;
  background-image: url("../images/quotes.png");
  background-repeat: no-repeat;
  top: -58px;
  left: -122px;
  z-index: -1;
}
.activity-template-template-activity-details-page-with-tabs .pull-quote .content-wrapper blockquote:after, .post-template-default .pull-quote .content-wrapper blockquote:after {
  top: inherit;
  bottom: -55px;
  left: inherit;
  right: -170px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.activity-template-template-activity-details-page-with-tabs .pull-quote .content-wrapper blockquote .quote-content, .post-template-default .pull-quote .content-wrapper blockquote .quote-content {
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #272528;
  letter-spacing: 1px;
}
.activity-template-template-activity-details-page-with-tabs .pull-quote .content-wrapper blockquote .quote-content:before, .activity-template-template-activity-details-page-with-tabs .pull-quote .content-wrapper blockquote .quote-content:after, .post-template-default .pull-quote .content-wrapper blockquote .quote-content:before, .post-template-default .pull-quote .content-wrapper blockquote .quote-content:after {
  display: none;
}
.activity-template-template-activity-details-page-with-tabs .pull-quote .content-wrapper blockquote .author, .post-template-default .pull-quote .content-wrapper blockquote .author {
  text-align: right;
  margin-right: -50px;
}
.activity-template-template-activity-details-page-with-tabs .single-column-with-video .content-wrapper, .post-template-default .single-column-with-video .content-wrapper {
  padding: 75px 58px 88px 58px;
}
.activity-template-template-activity-details-page-with-tabs .single-column-with-video .content-wrapper p, .post-template-default .single-column-with-video .content-wrapper p {
  margin-bottom: 28px;
}
.activity-template-template-activity-details-page-with-tabs .single-column-with-video .content-wrapper .section-title, .post-template-default .single-column-with-video .content-wrapper .section-title {
  font-weight: 600;
  margin-bottom: 34px;
}
.activity-template-template-activity-details-page-with-tabs .single-column-with-video .content-wrapper .primary-cta, .post-template-default .single-column-with-video .content-wrapper .primary-cta {
  min-width: auto;
  max-width: 269px;
  margin-top: 41px;
}
@media (max-width: 991px) {
  .activity-template-template-activity-details-page-with-tabs .single-column-with-video .content-wrapper .section-title, .post-template-default .single-column-with-video .content-wrapper .section-title {
    margin-bottom: 24px;
  }
  .activity-template-template-activity-details-page-with-tabs .single-column-with-video .content-wrapper .content-wrapper p, .post-template-default .single-column-with-video .content-wrapper .content-wrapper p {
    margin-bottom: 28px;
  }
  .activity-template-template-activity-details-page-with-tabs .single-column-with-video .content-wrapper .content-wrapper .primary-cta, .post-template-default .single-column-with-video .content-wrapper .content-wrapper .primary-cta {
    margin-top: 36px;
  }
}
.activity-template-template-activity-details-page-with-tabs .single-column-with-video .video-wrapper, .post-template-default .single-column-with-video .video-wrapper {
  margin-top: 68px;
}
.activity-template-template-activity-details-page-with-tabs .single-column-with-video .video-wrapper iframe, .post-template-default .single-column-with-video .video-wrapper iframe {
  max-width: 420px;
  width: 100%;
  height: 229px;
}
@media (max-width: 991px) {
  .activity-template-template-activity-details-page-with-tabs .single-column-with-video .video-wrapper, .post-template-default .single-column-with-video .video-wrapper {
    margin-top: 13px;
    margin-bottom: 23px;
  }
}
.activity-template-template-activity-details-page-with-tabs .image-slider-main, .post-template-default .image-slider-main {
  max-width: 868px;
}
.activity-template-template-activity-details-page-with-tabs .blog-prev-next-nav, .post-template-default .blog-prev-next-nav {
  background-color: #f1f1f1;
  padding: 29px 0px;
}
.activity-template-template-activity-details-page-with-tabs .blog-prev-next-nav a, .post-template-default .blog-prev-next-nav a {
  position: relative;
  display: block;
  text-decoration: none;
}
.activity-template-template-activity-details-page-with-tabs .blog-prev-next-nav a:before, .post-template-default .blog-prev-next-nav a:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/prev-arrow-wisp.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.activity-template-template-activity-details-page-with-tabs .blog-prev-next-nav a.prev-post, .post-template-default .blog-prev-next-nav a.prev-post {
  padding-left: 90px;
}
.activity-template-template-activity-details-page-with-tabs .blog-prev-next-nav a.prev-post:before, .post-template-default .blog-prev-next-nav a.prev-post:before {
  left: 0px;
}
.activity-template-template-activity-details-page-with-tabs .blog-prev-next-nav a.next-post, .post-template-default .blog-prev-next-nav a.next-post {
  padding-right: 90px;
  text-align: right;
}
.activity-template-template-activity-details-page-with-tabs .blog-prev-next-nav a.next-post:before, .post-template-default .blog-prev-next-nav a.next-post:before {
  right: 0px;
  -webkit-transform: rotate(180deg) translateY(50%);
      -ms-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
.activity-template-template-activity-details-page-with-tabs .blog-prev-next-nav a span, .post-template-default .blog-prev-next-nav a span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #272528;
}
.activity-template-template-activity-details-page-with-tabs .blog-prev-next-nav a span.post-title, .post-template-default .blog-prev-next-nav a span.post-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.activity-template-template-activity-details-page-with-tabs .blog-prev-next-nav .row, .post-template-default .blog-prev-next-nav .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.activity-template-template-activity-details-page-with-tabs .blog-featured-posts, .post-template-default .blog-featured-posts {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .activity-template-template-activity-details-page-with-tabs .inner-page-header, .post-template-default .inner-page-header {
    padding-top: 41px;
  }
  .activity-template-template-activity-details-page-with-tabs .blog-text, .post-template-default .blog-text {
    margin-bottom: 97px;
  }
  .activity-template-template-activity-details-page-with-tabs .blog-text .content-wrapper, .post-template-default .blog-text .content-wrapper {
    padding: 0px 0;
  }
  .activity-template-template-activity-details-page-with-tabs .blog-text .content-wrapper h3, .post-template-default .blog-text .content-wrapper h3 {
    font-size: 24px;
  }
  .activity-template-template-activity-details-page-with-tabs .blog-text .content-wrapper p, .post-template-default .blog-text .content-wrapper p {
    font-size: 15px;
    line-height: 25px;
  }
  .activity-template-template-activity-details-page-with-tabs .pull-quote .content-wrapper blockquote:after, .post-template-default .pull-quote .content-wrapper blockquote:after {
    right: -60px;
  }
  .activity-template-template-activity-details-page-with-tabs .pull-quote .content-wrapper blockquote:before, .post-template-default .pull-quote .content-wrapper blockquote:before {
    left: -60px;
  }
  .activity-template-template-activity-details-page-with-tabs .pull-quote .content-wrapper blockquote .author, .post-template-default .pull-quote .content-wrapper blockquote .author {
    text-align: left;
    margin-right: 0;
  }
  .activity-template-template-activity-details-page-with-tabs .pull-quote .content-wrapper blockquote .quote-content, .post-template-default .pull-quote .content-wrapper blockquote .quote-content {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
    display: block;
  }
  .activity-template-template-activity-details-page-with-tabs .back-to-blog-listing, .post-template-default .back-to-blog-listing {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .activity-template-template-activity-details-page-with-tabs .event-hero-content, .post-template-default .event-hero-content {
    text-align: center;
    right: 0;
  }
  .activity-template-template-activity-details-page-with-tabs .event-hero-content .event-date, .post-template-default .event-hero-content .event-date {
    display: inline-block;
  }
  .activity-template-template-activity-details-page-with-tabs .single-column-with-video .content-wrapper, .post-template-default .single-column-with-video .content-wrapper {
    padding: 75px 15px 88px 15px;
  }
  .activity-template-template-activity-details-page-with-tabs .single-column-with-video .video-wrapper iframe, .post-template-default .single-column-with-video .video-wrapper iframe {
    max-width: 344px;
    width: 100%;
    height: 189px;
  }
  .activity-template-template-activity-details-page-with-tabs .blog-subtext-bullet-list .content-wrapper .blog-subtext-title, .post-template-default .blog-subtext-bullet-list .content-wrapper .blog-subtext-title {
    font-size: 20px;
  }
  .activity-template-template-activity-details-page-with-tabs .blog-subtext-bullet-list, .post-template-default .blog-subtext-bullet-list {
    margin-top: 57px;
  }
  .activity-template-template-activity-details-page-with-tabs .blog-subtext-bullet-list .content-wrapper, .post-template-default .blog-subtext-bullet-list .content-wrapper {
    padding: 0 0;
  }
  .activity-template-template-activity-details-page-with-tabs .blog-subtext-bullet-list .content-wrapper p, .post-template-default .blog-subtext-bullet-list .content-wrapper p {
    margin-bottom: 26px;
  }
  .activity-template-template-activity-details-page-with-tabs .blog-subtext-bullet-list .content-wrapper ul, .post-template-default .blog-subtext-bullet-list .content-wrapper ul {
    margin-bottom: 66px;
    padding-left: 11px;
  }
  .activity-template-template-activity-details-page-with-tabs .blog-prev-next-nav span.post-title, .activity-template-template-activity-details-page-with-tabs .blog-prev-next-nav span.post-date, .post-template-default .blog-prev-next-nav span.post-title, .post-template-default .blog-prev-next-nav span.post-date {
    display: none !important;
  }
  .activity-template-template-activity-details-page-with-tabs .blog-prev-next-nav a.prev-post, .post-template-default .blog-prev-next-nav a.prev-post {
    padding-left: 30px;
  }
  .activity-template-template-activity-details-page-with-tabs .blog-prev-next-nav a.next-post, .post-template-default .blog-prev-next-nav a.next-post {
    padding-right: 30px;
  }
  .activity-template-template-activity-details-page-with-tabs .blog-prev-next-nav a.prev-post span, .post-template-default .blog-prev-next-nav a.prev-post span {
    font-size: 12px;
  }
  .activity-template-template-activity-details-page-with-tabs .blog-prev-next-nav a.next-post span, .post-template-default .blog-prev-next-nav a.next-post span {
    font-size: 12px;
  }
  .activity-template-template-activity-details-page-with-tabs .blog-prev-next-nav a:before, .post-template-default .blog-prev-next-nav a:before {
    height: 20px;
    width: 20px;
  }
}
@media (max-width: 767px) {
  .activity-template-template-activity-details-page-with-tabs .pull-quote, .post-template-default .pull-quote {
    overflow: hidden;
  }
  .activity-template-template-activity-details-page-with-tabs .pull-quote .content-wrapper, .post-template-default .pull-quote .content-wrapper {
    padding: 71px 17px 23px 17px;
  }
  .activity-template-template-activity-details-page-with-tabs .pull-quote .content-wrapper blockquote .quote-content, .post-template-default .pull-quote .content-wrapper blockquote .quote-content {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    display: block;
  }
  .activity-template-template-activity-details-page-with-tabs .pull-quote .content-wrapper blockquote:before, .post-template-default .pull-quote .content-wrapper blockquote:before {
    left: -42px !important;
    width: 98px;
    height: 95px;
    background-size: cover;
  }
  .activity-template-template-activity-details-page-with-tabs .pull-quote .content-wrapper blockquote:after, .post-template-default .pull-quote .content-wrapper blockquote:after {
    right: -35px !important;
    width: 98px;
    height: 95px;
    background-size: cover;
    bottom: 29px;
  }
  .activity-template-template-activity-details-page-with-tabs .single-column-with-video .video-wrapper iframe, .post-template-default .single-column-with-video .video-wrapper iframe {
    max-width: 100%;
  }
}

/* Blog Text Subtext Bullet List end */
/*FAQ section start */
.faq-wrapper {
  background: #F1F1F1;
  padding: 85px 0px;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 500px) {
  .faq-wrapper {
    position: relative;
    padding-top: 34px;
    margin-top: 110px;
  }
  .faq-wrapper .sidebar {
    position: absolute !important;
    top: -71px;
    width: 100%;
    left: 0;
  }
  .faq-wrapper .sidebar .sidebar-list {
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 11px;
    overflow: visible;
    overflow-y: auto;
  }
  .faq-wrapper .sidebar .sidebar-list li {
    position: relative;
    margin-bottom: 0;
    /*&:first-child {
        &:before {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            background-image: url(../images/arrowleft.svg);
            background-position: center center;
            background-repeat: no-repeat;
            left: -15px;
            top: 50%;
            transform: translateY(-50%);
        }
    }
    &:last-child {
        &:before {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            background-image: url(../images/arrowright.svg);
            background-position: center center;
            background-repeat: no-repeat;
            right: -35px;
            top: 50%;
            transform: translateY(-50%);
        }
    }*/
  }
  .faq-wrapper .sidebar .sidebar-list li .sidebar-link {
    margin: 0px 22px;
    padding: 12px 0px;
  }
  .faq-wrapper .sidebar .sidebar-list li .sidebar-link.active {
    padding: 12px 0px;
  }
}

.sidebar .sidebar-title {
  font-weight: 900;
  padding-left: 15px;
  margin-bottom: 23px;
}
.sidebar .sidebar-list {
  list-style-type: none;
  padding: 0px;
}
.sidebar .sidebar-list li {
  margin-bottom: 10px;
}
.sidebar .sidebar-list li .sidebar-link {
  color: #aaaaaa;
  font-weight: 400;
  text-decoration: none;
  padding: 0px 15px;
}
.sidebar .sidebar-list li .sidebar-link.active {
  font-weight: 700;
  color: #272528;
  border-left: 1px solid #272528;
}
@media (max-width: 991px) {
  .sidebar {
    position: relative !important;
    margin-bottom: 50px;
  }
  .sidebar .sidebar-title {
    display: none;
  }
  .sidebar .sidebar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 11px;
    width: 100%;
    white-space: nowrap;
    padding-bottom: 0px;
  }
  .sidebar .sidebar-list li a.active {
    border-left: 0 !important;
    border-bottom: 2px solid #272528;
    padding: 12px 0;
  }
}

.faq-content .heading {
  margin-bottom: 40px;
  margin-top: 50px;
}
.faq-content .heading:first-child {
  margin-top: 0px;
}
.faq-content .heading .header {
  font-weight: 900;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #4194A5;
}
.faq-content .faq-accordion-wrapper {
  max-width: 810px;
}
.faq-content .faq-accordion-wrapper .accordion .accordion-item {
  border: none;
  border-top: 1px solid #5E6C7F;
}
.faq-content .faq-accordion-wrapper .accordion .accordion-item:first-child {
  border-top: none;
}
.faq-content .faq-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button {
  padding: 45px 30px;
  font-size: 24px;
  font-weight: 600;
  color: #272528;
  border: none;
  z-index: 0;
}
.faq-content .faq-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #272528;
  background-color: #DFDFDF;
}
.faq-content .faq-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-content .faq-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button:hover {
  background-color: #DFDFDF;
}
.faq-content .faq-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button:after {
  background-image: url("../images/accordion-down.png");
  position: absolute;
  right: 30px;
}
.faq-content .faq-accordion-wrapper .accordion .accordion-item .accordion-collapse {
  background: #DFDFDF;
}
.faq-content .faq-accordion-wrapper .accordion .accordion-item .accordion-body {
  /*padding-left: 30px;*/
  padding-left: 58px;
}
.faq-content .faq-accordion-wrapper .accordion .accordion-item .accordion-body p {
  color: #272528;
}
@media (max-width: 991px) {
  .faq-content .faq-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button {
    padding: 19px 19px 21px;
    padding-right: 50px;
    font-size: 20px;
  }
  .faq-content .faq-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button:after {
    position: absolute;
    right: 20px;
  }
  .faq-content .faq-accordion-wrapper .accordion .accordion-item .accordion-body {
    padding-left: 19px;
  }
}

.marketing-accordion {
  margin-bottom: 145px;
}
.marketing-accordion .heading {
  margin-bottom: 40px;
  margin: auto;
  max-width: 870px;
  margin-bottom: 40px;
}
.marketing-accordion .heading h5 {
  font-weight: 600;
  color: #252727;
}
.marketing-accordion .faq-accordion-wrapper {
  max-width: 870px;
  margin: auto;
}
.marketing-accordion .faq-accordion-wrapper .accordion .accordion-item {
  border: none;
  border-top: 1px solid #5E6C7F;
}
.marketing-accordion .faq-content .faq-accordion-wrapper .accordion .accordion-item .accordion-body {
  padding-left: 30px;
}
.marketing-accordion .faq-content .faq-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 32px 55px 14px 30px;
}
@media (max-width: 1360px) {
  .marketing-accordion {
    margin-bottom: 70px;
  }
}
@media (max-width: 500px) {
  .marketing-accordion {
    margin-bottom: 100px;
  }
  .marketing-accordion .faq-content .faq-accordion-wrapper .accordion .accordion-item .accordion-body {
    padding-left: 30px;
  }
  .marketing-accordion .faq-content .faq-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button {
    padding: 32px 60px 14px 30px;
  }
}

.sticky {
  position: fixed;
  top: 89px;
  width: 100%;
  max-width: 451px;
  z-index: 99;
}
@media (max-width: 1024px) {
  .sticky {
    top: 110px;
  }
}

.sticky + .content {
  padding-top: 102px;
}

.page-template-template-faq-flexible-content .faq-wrapper .marketing-accordion .faq-content .heading, .page-template-template-faq-flexible-content .faq-wrapper .marketing-accordion .faq-content .faq-accordion-wrapper {
  margin-left: 82px;
  max-width: 810px;
}
.page-template-template-faq-flexible-content .faq-content .faq-accordion-wrapper .accordion .accordion-item .accordion-body {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .page-template-template-faq-flexible-content .faq-content .faq-accordion-wrapper .accordion .accordion-item .accordion-body {
    padding-left: 19px;
  }
  .page-template-template-faq-flexible-content .marketing-accordion .faq-content .faq-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button {
    padding: 32px 60px 14px 19px;
  }
}
@media (max-width: 500px) {
  .page-template-template-faq-flexible-content .faq-wrapper .marketing-accordion .faq-content .heading, .page-template-template-faq-flexible-content .faq-wrapper .marketing-accordion .faq-content .faq-accordion-wrapper {
    margin-left: 0px;
  }
}

/*FAQ section end */
/* accordion slider start */
.home .image-accordion-slider {
  margin-bottom: 166px;
}
@media (max-width: 1280px) {
  .home .image-accordion-slider {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .home .image-accordion-slider {
    margin-bottom: 56px;
    padding-bottom: 56px;
    position: relative;
  }
  .home .image-accordion-slider:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 1px;
    width: 97%;
    background-color: #f1f1f1;
    bottom: -30px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .home .sticky-quick-link-menu {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .home .hero-slider .slick-dots {
    /*bottom: 85px;*/
    /*bottom: 95px;*/
    bottom: 135px;
  }
}

.image-accordion-slider .image-accordion-title {
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .image-accordion-slider {
    margin-bottom: 30px;
  }
  .image-accordion-slider .image-accordion-title {
    margin-bottom: 17px;
  }
  .image-accordion-slider .heading {
    /*margin-bottom: 0;*/
    margin-bottom: 17px;
  }
  .image-accordion-slider .heading h5 {
    font-size: 18px;
  }
  .image-accordion-slider .secondary-cta.see-all-link {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .image-accordion-slider {
    margin-bottom: 20px;
  }
  .image-accordion-slider .image-accordion-title {
    margin-bottom: 0px;
  }
  .image-accordion-slider .image-accordion-title .heading h3 {
    max-width: 50%;
  }
}

.accordion-slider {
  width: 100%;
  height: 658px;
  overflow: hidden;
  margin: 0px auto;
  max-width: 100%;
  border-radius: 10px;
}
.accordion-slider .accordion-slider-inner {
  margin-left: -90px;
  margin-right: -90px;
}
.accordion-slider ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.accordion-slider ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 658px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transform: translate3d(0, 0, 0) skew(-15deg, 0deg);
          transform: translate3d(0, 0, 0) skew(-15deg, 0deg);
  overflow: hidden;
  background-size: cover;
  border-radius: 10px;
  border-right: 4px solid #fff;
}
.accordion-slider ul li:last-child {
  border-width: 0px;
}
.accordion-slider ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0) skew(15deg, 0deg);
          transform: translate3d(0, 0, 0) skew(15deg, 0deg);
  position: absolute;
  top: 0;
  left: -60%;
  width: 220%;
  height: 100%;
  background-position: top center;
}
.accordion-slider ul li div:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(51.04%, rgba(39, 37, 40, 0)), color-stop(92.19%, rgba(39, 37, 40, 0.9)));
  background: linear-gradient(to bottom, rgba(39, 37, 40, 0) 51.04%, rgba(39, 37, 40, 0.9) 92.19%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00272528", endColorstr="#e6272528",GradientType=0 );
}
.accordion-slider ul li div a {
  display: block;
  height: 658px;
  width: 80%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  padding-left: 24%;
}
.accordion-slider ul li div a * {
  opacity: 1;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
}
.accordion-slider ul li div a h3 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  text-overflow: clip;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 2px;
  top: 86.5%;
  color: #ffffff;
  max-width: 165px;
  white-space: pre-wrap;
}
.accordion-slider ul li div a p {
  top: 87%;
  font-size: 18px;
  padding-left: 1em;
  color: #ffffff;
  display: none;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  padding-left: 0px;
}
.accordion-slider ul li div a:after {
  opacity: 0;
  content: "";
  background-image: url("../images/right-arrow-w.svg");
  background-repeat: no-repeat;
  height: 40px;
  top: 86%;
  right: 20%;
  z-index: 999999;
  width: 41px !important;
  background-size: contain;
  position: absolute;
}
.accordion-slider ul li div a:hover:after {
  background-image: url(../images/whitearrow-wisp.svg);
}
.accordion-slider ul li.mouse-hover {
  width: 45%;
}
.accordion-slider ul li.mouse-hover div a p {
  display: block;
}
.accordion-slider ul li.mouse-hover div a h3 {
  max-width: inherit;
  white-space: pre-wrap;
}
@media (max-width: 1280px) {
  .accordion-slider {
    height: 500px;
  }
  .accordion-slider ul li {
    height: 500px;
  }
  .accordion-slider ul li div a {
    height: 500px;
  }
  .accordion-slider ul li div a h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .accordion-slider ul li {
    display: block;
    width: 100%;
    height: 160px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .accordion-slider ul li div {
    left: 0;
    position: relative;
    width: 100%;
  }
  .accordion-slider ul li div a {
    padding-left: 0;
    height: 160px;
    width: 100%;
  }
  .accordion-slider ul:hover li, .accordion-slider ul .show li {
    width: 100%;
  }
  .accordion-slider ul:hover li:hover, .accordion-slider ul .show li:hover {
    width: 100%;
  }
}

/*.accordion-slider ul.show li.active > div,
.accordion-slider ul:hover li:hover > div,*/
/*.accordion-slider ul:hover li.mouse-hover > div*/
.accordion-slider ul li.mouse-hover > div {
  width: 178%;
  background-position: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-left: 55%;
}
@media (max-width: 767px) {
  .accordion-slider ul li.mouse-hover > div {
    width: 100%;
    padding-left: 0;
  }
}

.accordion-slider ul li:first-child > div {
  left: -19%;
}

.accordion-slider ul li:first-child.mouse-hover > div {
  padding-left: 70%;
  left: -60%;
}
@media (max-width: 767px) {
  .accordion-slider ul li:first-child.mouse-hover > div {
    width: 100%;
    padding-left: 0;
  }
}

/*.accordion-slider ul:hover li:hover::before*/
.accordion-slider ul li.mouse-hover::before {
  background-color: rgba(0, 0, 0, 0);
}

/*.accordion-slider ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }*/
/*.accordion-slider ul:hover li:hover a *,
.accordion-slider ul:hover li:hover a:after*/
.accordion-slider ul li.mouse-hover a *,
.accordion-slider ul li.mouse-hover a:after {
  opacity: 1;
}

/*.accordion-slider ul:hover li:hover a:after*/
.accordion-slider ul li.mouse-hover a:after {
  right: 28%;
}

/*.accordion-slider ul:hover li:hover a*/
.accordion-slider ul li.mouse-hover a {
  width: 100%;
  padding-left: 20px;
}

@media (max-width: 1440px) {
  .accordion-slider ul li {
    width: 20%;
  }
  .accordion-slider ul li.mouse-hover {
    width: 45%;
  }
  .accordion-slider ul li.mouse-hover > div a p {
    padding-left: 0px;
  }
  .accordion-slider ul li:first-child.mouse-hover > div {
    padding-left: 75%;
    left: -60%;
  }
  .accordion-slider ul li:first-child.mouse-hover > div a:after {
    right: 30%;
  }
}
@media (max-width: 1024px) {
  .accordion-slider ul li > div a h3 {
    font-size: 22px;
  }
  .accordion-slider ul li.mouse-hover > div {
    padding-left: 50%;
  }
  .accordion-slider ul li.mouse-hover > div a {
    width: 100%;
  }
  .accordion-slider ul li.mouse-hover > div a:after {
    right: 35%;
  }
  .accordion-slider ul li:first-child > div {
    left: -15%;
  }
  .accordion-slider ul li:first-child.mouse-hover > div {
    padding-left: 75%;
    left: -55%;
  }
  .accordion-slider ul li:first-child.mouse-hover > div a {
    width: 90%;
  }
  .accordion-slider ul li:first-child.mouse-hover > div a:after {
    right: 32%;
  }
}
@media screen and (max-width: 680px) {
  body {
    margin: 0;
  }
  .accordion-slider {
    height: auto;
  }
  .accordion-slider ul li,
  .accordion-slider ul li:hover,
  .accordion-slider ul li,
  .accordion-slider ul li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
  .accordion-slider ul li div a * {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .accordion-slider {
    height: auto;
  }
  .accordion-slider .accordion-slider-inner {
    margin-left: 0px;
    margin-right: 0px;
  }
  .accordion-slider ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .accordion-slider ul li {
    display: block;
    width: 100%;
    height: 645px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    border-right: 0px solid #fff;
    margin-bottom: 20px;
  }
  .accordion-slider ul li:last-child {
    border-width: 0px;
    margin-bottom: 0px;
  }
  .accordion-slider ul li div {
    padding-left: 0%;
    width: 100%;
    background-position: top left;
    background-size: cover;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
  }
  .accordion-slider ul li div a {
    display: block;
    height: auto;
    padding-left: 20px;
    height: 100%;
    width: 100%;
  }
  .accordion-slider ul li div a * {
    opacity: 1;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
  }
  .accordion-slider ul li div a h3 {
    margin-bottom: 0px;
    top: 90%;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
  }
  .accordion-slider ul li div a p {
    top: 91%;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    display: block;
  }
  .accordion-slider ul li div a:after {
    right: 16px;
    width: 21px !important;
    height: 21px;
    opacity: 1;
    top: 86%;
  }
  .accordion-slider ul li.mouse-hover {
    padding-left: 0%;
    width: 100%;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    height: 645px;
  }
  .accordion-slider ul li.mouse-hover div {
    padding: 0;
    width: 100%;
    min-height: 645px;
  }
  .accordion-slider ul li.mouse-hover div a {
    width: 100%;
  }
  .accordion-slider ul li.mouse-hover div a:after {
    right: 16px;
  }
  .accordion-slider ul li:first-child > div {
    left: 0%;
  }
  .accordion-slider ul li:first-child.mouse-hover > div {
    padding-left: 0%;
    left: 0%;
  }
  .accordion-slider ul li:first-child.mouse-hover > div a {
    width: 100%;
  }
  .accordion-slider ul li:first-child.mouse-hover > div a:after {
    right: 16px;
  }
  .accordion-slider ul li:nth-child(2), .accordion-slider ul li:nth-child(3) {
    max-width: 49%;
    height: 315px;
  }
  .accordion-slider ul li:nth-child(2) div a h3, .accordion-slider ul li:nth-child(3) div a h3 {
    top: 86.5%;
  }
  .accordion-slider ul li:nth-child(2) div a p, .accordion-slider ul li:nth-child(3) div a p {
    top: 86%;
    display: block;
  }
  .accordion-slider ul li:nth-child(2) div a:after, .accordion-slider ul li:nth-child(3) div a:after {
    right: 16px;
    top: 78%;
  }
  .accordion-slider ul li:nth-child(2).mouse-hover, .accordion-slider ul li:nth-child(3).mouse-hover {
    height: 315px;
  }
  .accordion-slider ul li:nth-child(2).mouse-hover div, .accordion-slider ul li:nth-child(3).mouse-hover div {
    min-height: 316px;
  }
}
@media (max-width: 768px) {
  .accordion-slider ul li {
    height: 350px;
  }
  .accordion-slider ul li:last-child {
    border-width: 0px;
    margin-bottom: 0px;
  }
  .accordion-slider ul li div {
    width: 100%;
    background-position: center center;
  }
  .accordion-slider ul li div a {
    position: absolute;
  }
  .accordion-slider ul li div a h3 {
    top: 90%;
  }
  .accordion-slider ul li div a p {
    top: 91%;
    display: block;
  }
  .accordion-slider ul li div a:after {
    top: 86%;
  }
  .accordion-slider ul li.mouse-hover {
    height: 350px;
  }
  .accordion-slider ul li.mouse-hover div {
    min-height: 350px;
  }
  .accordion-slider ul li:first-child > div {
    left: 0%;
  }
  .accordion-slider ul li:first-child.mouse-hover > div {
    padding-left: 0%;
    left: 0%;
  }
  .accordion-slider ul li:first-child.mouse-hover > div a {
    width: 100%;
  }
  .accordion-slider ul li:first-child.mouse-hover > div a:after {
    right: 16px;
  }
  .accordion-slider ul li:nth-child(2), .accordion-slider ul li:nth-child(3) {
    max-width: 49%;
    height: 240px;
    min-height: 240px;
  }
  .accordion-slider ul li:nth-child(2) div, .accordion-slider ul li:nth-child(3) div {
    min-height: 240px;
  }
  .accordion-slider ul li:nth-child(2) div a h3, .accordion-slider ul li:nth-child(3) div a h3 {
    top: 86.5%;
  }
  .accordion-slider ul li:nth-child(2) div a p, .accordion-slider ul li:nth-child(3) div a p {
    top: 86%;
    display: block;
  }
  .accordion-slider ul li:nth-child(2) div a:after, .accordion-slider ul li:nth-child(3) div a:after {
    right: 16px;
    top: 78%;
  }
  .accordion-slider ul li:nth-child(2).mouse-hover, .accordion-slider ul li:nth-child(3).mouse-hover {
    height: 240px;
  }
  .accordion-slider ul li:nth-child(2).mouse-hover > div, .accordion-slider ul li:nth-child(3).mouse-hover > div {
    min-height: 240px;
  }
}
@media (max-width: 500px) {
  .accordion-slider ul li {
    height: 200px;
  }
  .accordion-slider ul li div {
    width: 100%;
    background-position: center center;
  }
  .accordion-slider ul li div a {
    position: absolute;
  }
  .accordion-slider ul li div a h3 {
    /*top: 90%;*/
    top: 77%;
  }
  .accordion-slider ul li div a p {
    top: 80%;
    display: block;
  }
  .accordion-slider ul li div a:after {
    top: 73%;
  }
  .accordion-slider ul li.mouse-hover {
    height: 200px;
  }
  .accordion-slider ul li.mouse-hover div {
    min-height: 200px;
  }
  .accordion-slider ul li:first-child > div {
    left: 0%;
  }
  .accordion-slider ul li:first-child.mouse-hover > div {
    padding-left: 0%;
    left: 0%;
  }
  .accordion-slider ul li:first-child.mouse-hover > div a {
    width: 100%;
  }
  .accordion-slider ul li:first-child.mouse-hover > div a:after {
    right: 16px;
  }
  .accordion-slider ul li:nth-child(2), .accordion-slider ul li:nth-child(3) {
    max-width: 49%;
    height: 200px;
    min-height: 200px;
  }
  .accordion-slider ul li:nth-child(2) div, .accordion-slider ul li:nth-child(3) div {
    min-height: 200px;
  }
  .accordion-slider ul li:nth-child(2) div a h3, .accordion-slider ul li:nth-child(3) div a h3 {
    /*top: 60.5%;*/
    top: 72.5%;
    max-width: 80%;
  }
  .accordion-slider ul li:nth-child(2) div a p, .accordion-slider ul li:nth-child(3) div a p {
    top: 86%;
    display: block;
  }
  .accordion-slider ul li:nth-child(2) div a:after, .accordion-slider ul li:nth-child(3) div a:after {
    right: 16px;
    top: 70%;
  }
  .accordion-slider ul li:nth-child(2).mouse-hover, .accordion-slider ul li:nth-child(3).mouse-hover {
    height: 200px;
  }
  .accordion-slider ul li:nth-child(2).mouse-hover > div, .accordion-slider ul li:nth-child(3).mouse-hover > div {
    min-height: 200px;
  }
}
@media (max-width: 320px) {
  .accordion-slider ul li {
    height: 153px;
  }
  .accordion-slider ul li div {
    width: 100%;
    background-position: center center;
  }
  .accordion-slider ul li div a {
    position: absolute;
  }
  .accordion-slider ul li div a h3 {
    top: 90%;
  }
  .accordion-slider ul li div a p {
    top: 91%;
    display: block;
  }
  .accordion-slider ul li div a:after {
    top: 86%;
  }
  .accordion-slider ul li.mouse-hover {
    height: 153px;
  }
  .accordion-slider ul li.mouse-hover div {
    min-height: 153px;
  }
  .accordion-slider ul li:first-child > div {
    left: 0%;
  }
  .accordion-slider ul li:first-child.mouse-hover > div {
    padding-left: 0%;
    left: 0%;
  }
  .accordion-slider ul li:first-child.mouse-hover > div a {
    width: 100%;
  }
  .accordion-slider ul li:first-child.mouse-hover > div a:after {
    right: 16px;
  }
  .accordion-slider ul li:nth-child(2), .accordion-slider ul li:nth-child(3) {
    max-width: 49%;
    height: 153px;
    min-height: 153px;
  }
  .accordion-slider ul li:nth-child(2) div, .accordion-slider ul li:nth-child(3) div {
    min-height: 153px;
  }
  .accordion-slider ul li:nth-child(2) div a h3, .accordion-slider ul li:nth-child(3) div a h3 {
    top: 80.5%;
    max-width: 80%;
  }
  .accordion-slider ul li:nth-child(2) div a p, .accordion-slider ul li:nth-child(3) div a p {
    top: 86%;
    display: block;
  }
  .accordion-slider ul li:nth-child(2) div a:after, .accordion-slider ul li:nth-child(3) div a:after {
    right: 16px;
    top: 75%;
  }
  .accordion-slider ul li:nth-child(2).mouse-hover, .accordion-slider ul li:nth-child(3).mouse-hover {
    height: 153px;
  }
  .accordion-slider ul li:nth-child(2).mouse-hover > div, .accordion-slider ul li:nth-child(3).mouse-hover > div {
    min-height: 153px;
  }
}
/* accordion slider end */
@media (max-width: 500px) {
  .page-template-template-activity-overview .accordion-slider ul li div a h3 {
    top: 80%;
  }
  .page-template-template-activity-overview .accordion-slider ul li div a p {
    top: 80%;
    display: block;
  }
  .page-template-template-activity-overview .accordion-slider ul li div a:after {
    top: 82%;
  }
  .page-template-template-activity-overview .accordion-slider ul li:nth-child(2) div a h3, .page-template-template-activity-overview .accordion-slider ul li:nth-child(3) div a h3 {
    top: 75%;
    max-width: 80%;
  }
  .page-template-template-activity-overview .accordion-slider ul li:nth-child(2) div a p, .page-template-template-activity-overview .accordion-slider ul li:nth-child(3) div a p {
    top: 75%;
    display: block;
  }
  .page-template-template-activity-overview .accordion-slider ul li:nth-child(2) div a:after, .page-template-template-activity-overview .accordion-slider ul li:nth-child(3) div a:after {
    right: 16px;
    top: 82%;
  }
}
@media (max-width: 320px) {
  .page-template-template-activity-overview .accordion-slider ul li div a h3 {
    top: 70%;
  }
  .page-template-template-activity-overview .accordion-slider ul li div a p {
    top: 70%;
    display: block;
  }
  .page-template-template-activity-overview .accordion-slider ul li div a:after {
    top: 78%;
  }
  .page-template-template-activity-overview .accordion-slider ul li:nth-child(2) div a h3, .page-template-template-activity-overview .accordion-slider ul li:nth-child(3) div a h3 {
    top: 60%;
    max-width: 80%;
  }
  .page-template-template-activity-overview .accordion-slider ul li:nth-child(2) div a p, .page-template-template-activity-overview .accordion-slider ul li:nth-child(3) div a p {
    top: 60%;
    display: block;
  }
  .page-template-template-activity-overview .accordion-slider ul li:nth-child(2) div a:after, .page-template-template-activity-overview .accordion-slider ul li:nth-child(3) div a:after {
    right: 16px;
    top: 80%;
  }
}

@media (max-width: 500px) {
  .single-activity .accordion-slider ul li div a h3 {
    top: 75%;
  }
  .single-activity .accordion-slider ul li div a p {
    top: 75%;
    display: block;
  }
  .single-activity .accordion-slider ul li div a:after {
    top: 80%;
  }
  .single-activity .accordion-slider ul li:nth-child(2) div a h3, .single-activity .accordion-slider ul li:nth-child(3) div a h3 {
    top: 65%;
    max-width: 80%;
  }
  .single-activity .accordion-slider ul li:nth-child(2) div a p, .single-activity .accordion-slider ul li:nth-child(3) div a p {
    top: 65%;
    display: block;
  }
  .single-activity .accordion-slider ul li:nth-child(2) div a:after, .single-activity .accordion-slider ul li:nth-child(3) div a:after {
    right: 16px;
    top: 80%;
  }
}
@media (max-width: 320px) {
  .single-activity .accordion-slider ul li div a h3 {
    top: 70%;
  }
  .single-activity .accordion-slider ul li div a p {
    top: 70%;
    display: block;
  }
  .single-activity .accordion-slider ul li div a:after {
    top: 80%;
  }
  .single-activity .accordion-slider ul li:nth-child(2) div a h3, .single-activity .accordion-slider ul li:nth-child(3) div a h3 {
    top: 40%;
    max-width: 80%;
  }
  .single-activity .accordion-slider ul li:nth-child(2) div a p, .single-activity .accordion-slider ul li:nth-child(3) div a p {
    top: 40%;
    display: block;
  }
  .single-activity .accordion-slider ul li:nth-child(2) div a:after, .single-activity .accordion-slider ul li:nth-child(3) div a:after {
    right: 16px;
    top: 80%;
  }
}

@media (max-width: 500px) {
  .home .accordion-slider ul li div a h3 {
    top: 75%;
  }
  .home .accordion-slider ul li div a p {
    top: 75%;
    display: block;
  }
  .home .accordion-slider ul li div a:after {
    top: 80%;
  }
  .home .accordion-slider ul li:nth-child(2) div a h3, .home .accordion-slider ul li:nth-child(3) div a h3 {
    top: 65%;
    max-width: 80%;
  }
  .home .accordion-slider ul li:nth-child(2) div a p, .home .accordion-slider ul li:nth-child(3) div a p {
    top: 65%;
    display: block;
  }
  .home .accordion-slider ul li:nth-child(2) div a:after, .home .accordion-slider ul li:nth-child(3) div a:after {
    right: 16px;
    top: 80%;
  }
}
@media (max-width: 320px) {
  .home .accordion-slider ul li div a h3 {
    top: 70%;
  }
  .home .accordion-slider ul li div a p {
    top: 70%;
    display: block;
  }
  .home .accordion-slider ul li div a:after {
    top: 80%;
  }
  .home .accordion-slider ul li:nth-child(2) div a h3, .home .accordion-slider ul li:nth-child(3) div a h3 {
    top: 50%;
    max-width: 80%;
  }
  .home .accordion-slider ul li:nth-child(2) div a p, .home .accordion-slider ul li:nth-child(3) div a p {
    top: 50%;
    display: block;
  }
  .home .accordion-slider ul li:nth-child(2) div a:after, .home .accordion-slider ul li:nth-child(3) div a:after {
    right: 16px;
    top: 80%;
  }
}

/*Event details page start*/
@media (max-width: 991px) {
  .event-banner-post-backlink, .blog-details-banner-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event-banner-post-backlink .event-hero, .blog-details-banner-link .event-hero {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
}

.upcoming-events .blog-date {
  position: relative;
  padding-left: 32px;
}
.upcoming-events .blog-date:before {
  content: "";
  left: 0;
  top: 0;
  background-image: url(../images/date.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 20px;
  position: absolute;
}
.upcoming-events .card-body {
  margin-top: 4px;
}

.content-with-video {
  margin-top: 99px;
  margin-bottom: 177px;
}
.content-with-video .content {
  max-width: 450px;
  width: 100%;
}
.content-with-video .heading {
  margin-bottom: 46px;
}
.content-with-video p {
  font-style: normal;
  font-weight: 450;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 24px;
}
.content-with-video .video-wrapper iframe {
  border-radius: 12px;
}
.content-with-video .video-wrapper img {
  max-width: 100%;
}
@media (max-width: 1280px) {
  .content-with-video {
    margin-top: 60px;
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .content-with-video {
    margin-bottom: 56px;
    margin-top: 35px;
  }
  .content-with-video .heading {
    margin-bottom: 23px;
  }
  .content-with-video .content {
    max-width: 100%;
    margin-top: 28px;
  }
  .content-with-video .content .event-btn {
    margin-top: 35px;
  }
  .content-with-video .video-wrapper iframe {
    width: 100%;
  }
}

.event-btn {
  max-width: 222px;
  margin-top: 39px;
}

.blog-featured-posts {
  padding: 131px 0;
}
@media (max-width: 1280px) {
  .blog-featured-posts {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .blog-featured-posts {
    padding: 48px 0;
  }
}

.upcoming-events .heading {
  margin-bottom: 20px;
}
.upcoming-events .heading h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  text-transform: capitalize;
}
.upcoming-events .card {
  background-color: transparent;
}
.upcoming-events .card img {
  border-radius: 10px;
}
.upcoming-events .card .card-body .blog-title a {
  letter-spacing: -0.1px;
}
.upcoming-events .category-title, .upcoming-events .post-categories {
  margin-bottom: 5px;
}
.upcoming-events .category-title li, .upcoming-events .post-categories li {
  font-weight: 450;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.07em;
}
.upcoming-events .featured-blog .card-body .card-text {
  font-size: 12px;
}
@media (max-width: 991px) {
  .upcoming-events .card {
    margin-bottom: 35px;
  }
  .upcoming-events .heading h3 {
    font-size: 20px;
  }
}

/*Event details page end*/
/*Event details page start*/
.event-overview.recent-articles .featured-blog {
  margin-bottom: 11px;
}
.event-overview.recent-articles .featured-blog .card-body .blog-title {
  margin-bottom: 8px;
}

/*Dining Overview start*/
.page-title {
  text-align: center;
}
.page-title h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 1;
  text-transform: uppercase;
  color: #272528;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .page-title h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .page-title {
    padding: 0 20px;
  }
}

.page-template-template-dinning-overview .hero {
  margin-top: 132px;
}
@media (max-width: 991px) {
  .page-template-template-dinning-overview .hero {
    margin-top: 52px;
  }
}
.page-template-template-dinning-overview .inner-page-header {
  padding: 105px 0px 0px;
}
.page-template-template-dinning-overview .dining-overview-main {
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .page-template-template-dinning-overview .dining-overview-main {
    margin-bottom: 38px;
  }
}
@media (max-width: 500px) {
  .page-template-template-dinning-overview .inner-page-header {
    padding: 50px 0px 0px;
  }
}

@media (max-width: 500px) {
  .page-template-template-all-tickets-Intermediate-detail .inner-page-header .headline {
    /*font-size: 48px;*/
    font-size: 36px;
    max-width: 100%;
    margin-bottom: 11px;
  }
}
@media (max-width: 375px) {
  .page-template-template-all-tickets-Intermediate-detail .inner-page-header .headline {
    font-size: 30px;
  }
}

.buttons-link {
  margin-top: 30px;
}
.buttons-link ul li {
  padding: 0 8px;
}
.buttons-link ul li a.active {
  background-color: #272528;
  color: #ffffff;
}
.buttons-link ul li a {
  border: 1px solid #272528 !important;
  border-radius: 20px !important;
  font-style: normal;
  font-weight: 450;
  min-height: 29px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #272528;
  padding: 3.5px 19px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.buttons-link ul li a:hover, .buttons-link ul li a:focus {
  background-color: #272528;
  color: #ffffff;
}
@media (max-width: 767px) {
  .buttons-link ul {
    display: block !important;
  }
  .buttons-link ul li {
    text-align: center;
    margin-bottom: 15px;
  }
  .buttons-link ul li a {
    min-height: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .buttons-link ul li a.active {
    background-image: url("../images/dropdown-menu-white-down.svg");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 85% 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
  }
  .buttons-link ul.open li {
    display: block;
  }
}

.event-all-post-head {
  padding-top: 8px !important;
}
.event-all-post-head .container {
  border-top: 1px solid #5E6C7F;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .event-all-post-head .container {
    border-top: 0;
  }
}

.blog-listing .card {
  margin-bottom: 9px;
}

/*Event details page end*/
/*Shop Overview with large tiles page start*/
.featured-shop-banner {
  overflow: hidden;
}
.featured-shop-banner .heading {
  margin-bottom: 32px;
}
.featured-shop-banner .content {
  /*padding: 50px 20px 37px 104px;*/
  padding: 50px 20px 0px 104px;
}
.featured-shop-banner .content .tab-content {
  margin-top: 45px;
  padding-left: 89px;
  /*max-width: 764px;*/
  max-width: 100%;
  width: 100%;
}
.featured-shop-banner .content .tab-content h5 {
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  color: #272528;
}
.featured-shop-banner .content .tab-content h5 img {
  margin-right: 3px;
}
.featured-shop-banner .content .tab-content p {
  line-height: 25px;
  letter-spacing: 0.03em;
}
.featured-shop-banner .content .tab-content .featured-vendore {
  margin-top: 35px;
}
.featured-shop-banner .content .tab-content .featured-vendore p {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.featured-shop-banner .content .tab-content .featured-vendore ul {
  margin-bottom: 48px;
}
.featured-shop-banner .content .tab-content .call-shop {
  width: inherit;
}
.featured-shop-banner .content .tab-content .call-shop a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 31px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  padding-right: 65px;
  position: relative;
}
.featured-shop-banner .content .tab-content .call-shop a:after {
  right: 33px;
}
@media (max-width: 1366px) {
  .featured-shop-banner .content .tab-content {
    padding-left: 0;
    margin-top: 28px;
  }
  .featured-shop-banner .content .tab-content .hours-time {
    margin-top: 28px;
  }
  .featured-shop-banner .content .tab-content .hours-time ul {
    margin-bottom: 0;
  }
  .featured-shop-banner .content .tab-content .featured-vendore ul {
    margin-bottom: 35px;
  }
}
@media (max-width: 1280px) {
  .featured-shop-banner .content {
    padding: 50px 20px 37px 15px;
  }
}
.featured-shop-banner .video-banner .video-banner-slider-mobile {
  display: none;
}
.featured-shop-banner .video-banner {
  margin-top: -190px;
}
.featured-shop-banner .col-xl-5 {
  padding-right: 0;
}
@media (max-width: 1366px) {
  .featured-shop-banner .video-banner {
    margin-top: -173px;
  }
}
@media (max-width: 1280px) {
  .featured-shop-banner .video-banner {
    margin-top: -170px;
  }
}
@media (max-width: 1199px) {
  .featured-shop-banner .content {
    padding: 50px 20px 0px 15px;
  }
  .featured-shop-banner .content .tab-content .featured-vendore {
    margin-top: 15px;
  }
  .featured-shop-banner .video-banner {
    margin-top: -169px;
  }
  .featured-shop-banner .nav.nav-tabs .nav-item {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .featured-shop-banner .heading {
    margin-bottom: 17px;
  }
  .featured-shop-banner .content .tab-content h5 img {
    display: block;
    margin-bottom: 9px;
  }
  .featured-shop-banner .hours-time .d-flex {
    display: block !important;
  }
  .featured-shop-banner .hours-time .ms-3 {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .featured-shop-banner .nav-tabs {
    display: block;
  }
  .featured-shop-banner .nav-tabs.open li {
    display: block;
  }
  .featured-shop-banner .nav-tabs.open li.active {
    display: block;
  }
  .featured-shop-banner .nav-tabs.open li.active .nav-link.active {
    background-image: url("../images/dropdown-menu-white-up.svg");
  }
  .featured-shop-banner .nav-tabs li {
    margin-right: 0 !important;
    display: none;
    margin-bottom: 10px;
  }
  .featured-shop-banner .nav-tabs li.active {
    display: block;
  }
  .featured-shop-banner .nav-tabs li.active .nav-link.active {
    background-image: url("../images/dropdown-menu-white-down.svg");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 95% 53%;
  }
  .featured-shop-banner .nav-tabs li .nav-link {
    text-align: center;
    width: 100%;
    min-height: 39px;
    border-radius: 20px !important;
  }
  .featured-shop-banner .video-banner {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .featured-shop-banner .video-banner {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .featured-shop-banner .video-banner .video-banner-slider-mobile {
    display: block;
  }
  .featured-shop-banner .video-banner .video-banner-slider-mobile .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .featured-shop-banner .video-banner .video-banner-slider-mobile .slick-dots button {
    width: 12px;
    height: 12px;
    background-color: #AFAFAF;
    border-color: #AFAFAF;
    margin-right: 5px;
  }
  .featured-shop-banner .video-banner .video-banner-slider-mobile .slick-dots .slick-active button {
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .featured-shop-banner .video-banner .video-banner-slider {
    display: none;
  }
}

.call-shop {
  position: relative;
}
.call-shop a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  min-width: auto;
}
.call-shop a:after {
  content: "";
  right: 32%;
  top: 9px;
  background-image: url("../images/call-shop-icon.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 18px;
  background-size: cover;
  position: absolute;
}

.hours-time {
  margin-top: 43px;
  margin-bottom: 22px;
}
.hours-time h6 {
  font-weight: 450;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.07em;
  text-transform: uppercase !important;
  color: #272528;
}
.hours-time ul {
  padding-left: 16px;
}
.hours-time ul li {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #272528;
}

.slick-dots {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}
.slick-dots .slick-active button {
  background-color: #272528;
}
.slick-dots button {
  padding: 0;
  background-color: transparent;
  border: 2px solid #272528;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  text-indent: -120px;
  overflow: hidden;
  margin-right: 26px;
}

.video-banner {
  position: relative;
}
.video-banner .video-banner-slider img {
  max-width: 100%;
  width: 614px;
  height: 676px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
}
.video-banner .video-banner-slider .slick-dots {
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.video-banner .video-banner-slider .slick-dots button {
  width: 12px;
  height: 12px;
  background-color: #AFAFAF;
  border-color: #AFAFAF;
}
.video-banner .video-banner-slider .slick-dots .slick-active button {
  background-color: #ffffff;
  border-color: #ffffff;
}
.video-banner .video-banner-slider .image-video .play-btn img {
  width: inherit;
  height: inherit;
}
.video-banner .play-btn {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 0;
  max-width: 110px;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1380px) {
  .video-banner .video-banner-slider img {
    width: 584px;
    height: 636px;
  }
}
@media (max-width: 1280px) {
  .video-banner .video-banner-slider img {
    width: 494px;
    height: 556px;
  }
}
@media (max-width: 1280px) {
  .video-banner .video-banner-slider img {
    width: 494px;
    height: 466px;
  }
}
@media (max-width: 991px) {
  .video-banner .video-banner-slider img {
    width: 100%;
    height: auto;
  }
}

.more-shops-section {
  margin-top: 72px;
  margin-bottom: 102px;
}
.more-shops-section .heading {
  margin-bottom: 41px;
}
.more-shops-section .hours-time {
  margin-top: 6px;
}
.more-shops-section .golf-shop h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0;
}
.more-shops-section .golf-shop h6 img {
  margin-right: 11px;
}
.more-shops-section .golf-shop p {
  line-height: 20px;
  letter-spacing: 0.07em;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .more-shops-section {
    margin-top: 62px;
  }
  .more-shops-section .golf-shop h6 img {
    margin-right: 0;
    display: block;
    margin-bottom: 15px;
  }
  .more-shops-section .golf-shop p {
    margin-left: 0;
  }
  .more-shops-section .card {
    margin-bottom: 45px;
  }
}

/*Shop Overview with large tiles page end*/
/*Lodging Overview Whitegreen + Wisp page start*/
.packagres-main .container {
  max-width: 1230px !important;
}
.packagres-main .container .packagres-slider .row.g-0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.packagres-main .gray-bg {
  padding: 43px 73px 87px 73px;
  position: relative;
  border-radius: 15px;
}
.packagres-main .heading {
  margin-bottom: 47px;
}
.packagres-main .card {
  background-color: transparent;
}
.packagres-main .card .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  min-height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px 0px 0px 10px;
}
.packagres-main .card .card-body {
  background-color: #ffffff;
  height: 100%;
  padding: 48px 60px;
}
.packagres-main .card .card-body h6 {
  font-weight: 600;
  margin-bottom: 28px;
}
.packagres-main .card .card-body p {
  font-size: 15px;
  line-height: 25px;
  color: #272528;
  margin-bottom: 37px;
}
.packagres-main .card .card-body .details-btn {
  max-width: 164px;
  width: 100%;
}
.packagres-main .card .card-body .details-btn a {
  min-width: 164px;
}
.packagres-main .slider-arrow-style {
  right: 75px;
  top: 91px;
}
.packagres-main .slick-dots {
  position: absolute;
  right: 45px;
  top: -75px;
}
@media (max-width: 1280px) {
  .packagres-main .gray-bg {
    padding: 43px 50px 43px 50px;
  }
  .packagres-main .card .card-body {
    padding: 48px 40px;
  }
  .packagres-main .slick-dots {
    right: 65px;
  }
  .packagres-main .slider-arrow-style {
    top: 87px;
  }
}
@media (max-width: 991px) {
  .packagres-main .heading {
    margin-bottom: 53px;
  }
  .packagres-main .gray-bg {
    padding: 43px 30px 43px 30px;
  }
  .packagres-main .slider-arrow-style {
    max-width: 62px;
    right: 30px;
    top: 80px;
  }
  .packagres-main .slider-arrow-style .slick-arrow:after, .packagres-main .slider-arrow-style .slick-arrow:before {
    max-width: 7px !important;
    min-height: 13px !important;
  }
  .packagres-main .slick-dots {
    right: auto;
  }
}
@media (max-width: 767px) {
  .packagres-main {
    margin-bottom: 49px;
  }
  .packagres-main .container {
    padding: 0 0;
  }
  .packagres-main .gray-bg {
    /*padding: 43px 15px 54px 15px;*/
    padding: 43px 15px 0px 15px;
    border-radius: 0;
  }
  .packagres-main .card {
    /*box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);*/
    border-radius: 8px;
  }
  .packagres-main .card .col-md-4 .image {
    border-radius: 8px 8px 0px 0px;
  }
}
@media (max-width: 500px) {
  .packagres-main {
    margin-bottom: 0px;
  }
  .packagres-main .card .card-body {
    border-radius: 0px 0px 8px 8px;
  }
}

@media (max-width: 767px) {
  .check-lodging.secondary-black-btn a {
    max-width: 100%;
    margin: 0 auto;
    min-width: auto;
    min-height: 36px;
    font-size: 14px;
    background-image: url("../images/dropdown-menu-white-down.svg");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 89% 50%;
  }
}

.lodging-availability {
  margin-top: 85px;
}
.lodging-availability .container {
  max-width: 1083px !important;
}
.lodging-availability .heading {
  margin-bottom: 30px;
}

.lodging-options {
  padding: 90px 0 69px 0;
  margin-top: 96px;
  border-radius: 20px 20px 0px 0px;
}
.lodging-options .heading-select-option {
  margin-bottom: 40px;
}
.lodging-options .heading-select-option .select-option {
  max-width: 240px;
  width: 100%;
}
.lodging-options .heading-select-option .select-option select {
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lodging-options .container {
  max-width: 1083px !important;
}
.lodging-options .row [class*=col-] {
  margin-bottom: 25px;
}
.lodging-options .card {
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding-bottom: 0;
  position: relative;
  background-color: transparent;
}
.lodging-options .card .image img {
  width: 100%;
}
.lodging-options .card .card-body {
  background-color: #fff;
  position: relative;
  padding-bottom: 110px;
}
.lodging-options .card .card-body h6 {
  font-weight: 600;
  margin-bottom: 16px;
}
.lodging-options .card .card-body .bed-rooms-homes {
  margin-bottom: 24px;
}
.lodging-options .card .card-body .bed-rooms-homes h6 {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.07em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lodging-options .card .card-body .bed-rooms-homes h6 img {
  margin-right: 13px;
}
.lodging-options .card .card-body .points li {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.07em;
}
.lodging-options .card .card-body .featured-icons ul li {
  padding: 0 5px;
}
.lodging-options .card .card-body .featured-icons ul li:first-child {
  padding-left: 0;
}
.lodging-options .card .icons-lodge-btn {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 23px;
}
.lodging-options .search-form-submit {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .lodging-options {
    padding: 37px 0 69px 0;
  }
  .lodging-options .card {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }
  .lodging-options .card .card-body .featured-icons ul li {
    padding: 0 12px;
  }
  .lodging-options .card .icons-lodge-btn {
    padding: 0 17px;
  }
  .lodging-options .heading-select-option {
    display: block !important;
  }
  .lodging-options .heading-select-option .heading {
    margin-bottom: 15px;
  }
  .lodging-options .heading-select-option .select-option {
    max-width: 100%;
  }
  .lodging-options .row [class*=col-] {
    margin-bottom: 28px;
  }
  .lodging-options guestdesk.lodging-options-inner #gd-main-content-container #search-form .row .form-group label {
    min-height: inherit;
  }
  .lodging-options .search-form-submit {
    margin-top: 0;
  }
  .lodging-options guestdesk.lodging-options-inner #gd-main-content-container #search-form .row.ng-star-inserted {
    margin: 0 auto;
  }
  .lodging-options #search-form .search-form-submit {
    padding: 0;
  }
}
.lodging-options guestdesk.lodging-options-inner #gd-header {
  display: none !important;
}
.lodging-options guestdesk.lodging-options-inner .container-fluid {
  max-width: 1083px !important;
}
.lodging-options guestdesk.lodging-options-inner #gd-main-content-container {
  background-color: #f1f1f1;
}
.lodging-options guestdesk.lodging-options-inner #gd-main-content-container site-select {
  display: none;
}
.lodging-options guestdesk.lodging-options-inner #gd-main-content-container #search-form {
  border: none;
  padding-bottom: 1em;
  margin-bottom: 50px;
}
.lodging-options guestdesk.lodging-options-inner #gd-main-content-container #search-form .row {
  display: block !important;
}
.lodging-options guestdesk.lodging-options-inner #gd-main-content-container #search-form .row .search-form-submit label {
  display: none;
}
.lodging-options guestdesk.lodging-options-inner #gd-main-content-container #search-form .row .search-form-submit .btn-block {
  background-color: #81C9D8 !important;
  -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  border-color: #81C9D8 !important;
  margin-top: 5px;
  color: #272528 !important;
  font-weight: 600;
}
.lodging-options guestdesk.lodging-options-inner #gd-main-content-container #search-form .row .search-form-submit .btn-block:hover {
  background-color: #4194A5 !important;
  border-color: #4194A5 !important;
  color: #ffffff !important;
}
.lodging-options guestdesk.lodging-options-inner #gd-main-content-container #search-form .row .form-group label {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #272528;
  min-height: 40px;
}
.lodging-options guestdesk.lodging-options-inner #gd-main-content-container #search-form .row .form-group input {
  border: 1px solid #AAAAAA;
  border-radius: 5px;
}
.lodging-options guestdesk.lodging-options-inner #gd-main-content-container #search-form .row .form-group input[name=promoCode] {
  border-right: 1px solid #AAAAAA;
}
.lodging-options guestdesk.lodging-options-inner #gd-main-content-container #search-form .row .form-group span.input-group-addon {
  position: absolute;
  right: 11px;
  top: 1px;
  z-index: 99;
  border: none;
  background-color: transparent !important;
}
.lodging-options guestdesk.lodging-options-inner #gd-main-content-container #search-form .row .form-group select.c-select {
  border: 1px solid #AAAAAA;
}
.lodging-options guestdesk.lodging-options-inner #gd-main-content-container #search-form .col-md-1 {
  width: 15%;
}
.lodging-options guestdesk.lodging-options-inner #gd-main-content-container #search-form-warning-message {
  display: none;
}
.lodging-options guestdesk.lodging-options-inner #gd-main-content-container .room-results-action-bar, .lodging-options guestdesk.lodging-options-inner #gd-main-content-container .room-results-utility-bar {
  display: none !important;
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit {
  margin-bottom: 0px;
  padding: 0px 15px;
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main {
  border-radius: 10px;
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .grid-unit-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-height: 196px;
  overflow: hidden;
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .grid-unit-image .card-img-top {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .grid-unit-header-title {
  margin-bottom: 0px;
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .grid-unit-header-title .grid-unit-header-unitTypeName {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #272528;
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .criteria-container {
  margin-top: 0px;
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .criteria-container .criteria-span {
  position: relative;
  padding-left: 30px;
  line-height: 1;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .criteria-container .criteria-span .fa:before {
  width: 18px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6px;
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .criteria-container .criteria-span .fa-user:before {
  content: "";
  background-image: url("../images/user-icon.svg");
  background-size: 16px;
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .criteria-container .criteria-span .fa-bed:before {
  content: "";
  background-image: url("../images/bed-icon.svg");
  background-size: 18px;
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .criteria-container .criteria-span .fa-home:before {
  content: "";
  background-image: url("../images/home-icon.svg");
  background-size: 18px;
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .grid-unit-footer .grid-unit-toggle-icons {
  margin-bottom: 0px;
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .grid-unit-footer .grid-unit-toggle-icons .col-xs-4 {
  margin-bottom: 0px;
  width: 40%;
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .grid-unit-footer .grid-unit-toggle-icons .col-xs-8 {
  display: none;
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .grid-unit-footer .grid-unit-toggle-icons .room-favorite-component {
  position: relative;
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .grid-unit-footer .grid-unit-toggle-icons .room-favorite-component .fa-heart-o:before {
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  background-image: url("../images/heart-icon.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .grid-unit-footer .grid-unit-toggle-icons .gd-room-results-compare {
  position: relative;
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .grid-unit-footer .grid-unit-toggle-icons .gd-room-results-compare .filter-toggle:before {
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  background-image: url("../images/arrows.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .grid-unit-footer .grid-unit-toggle-icons .col-xs-4 {
  position: relative;
  padding: 0;
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .grid-unit-footer .grid-unit-toggle-icons .col-xs-4[aria-label="View Calendar"] .fa-calendar:before {
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  background-image: url("../images/calendar-icon.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .grid-unit-footer .grid-unit-toggle-details {
  padding: 0;
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .grid-unit-footer .grid-unit-toggle-details button {
  width: 100%;
  background-color: #81C9D8 !important;
  border-color: #81C9D8 !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #272528;
  border-radius: 30px;
  -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.25);
  padding: 8px 20px;
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .grid-unit-footer .grid-unit-toggle-details button:focus {
  outline: none;
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .grid-unit-footer .grid-unit-toggle-details button:hover {
  background-color: #4194A5 !important;
  border-color: #4194A5 !important;
  color: #ffffff;
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .grid-unit-footer .grid-unit-toggle-details button i.fa {
  display: none;
}
.lodging-options guestdesk.lodging-options-inner .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .grid-unit-footer .grid-unit-toggle-details button span.grid-unit-details-btn-label {
  white-space: pre-wrap;
}
@media (max-width: 767px) {
  .lodging-options {
    margin-top: 0px;
    border-radius: 0px;
  }
  .lodging-options guestdesk.lodging-options-inner #gd-main-content-container #search-form .row .col-xs-4 {
    width: 48%;
  }
  .lodging-options guestdesk.lodging-options-inner #gd-main-content-container #search-form .row .dropdown button {
    border: 1px solid #AAAAAA;
  }
  .lodging-options guestdesk.lodging-options-inner #gd-main-content-container #search-form .row .dropdown button .fa-chevron-down {
    position: absolute;
    right: 30px;
  }
  .lodging-options guestdesk.lodging-options-inner #gd-main-content-container #search-form .row .dropdown button:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .lodging-options guestdesk.lodging-options-inner #gd-main-content-container results-text-search {
    display: none;
  }
  .lodging-options guestdesk.lodging-options-inner #gd-main-content-container .gd-room-results-unit-type .gd-room-results-unit-type-main.row {
    border: none;
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
  }
  .lodging-options guestdesk.lodging-options-inner #gd-main-content-container .gd-room-results-unit-type .gd-room-results-unit-type-main.row .gd-room-results-unit-type-image {
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
    margin-bottom: 0;
  }
  .lodging-options guestdesk.lodging-options-inner #gd-main-content-container .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .grid-unit-footer .grid-unit-toggle-icons {
    width: 37%;
  }
  .lodging-options guestdesk.lodging-options-inner #gd-main-content-container .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .grid-unit-footer .grid-unit-toggle-icons .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .lodging-options guestdesk.lodging-options-inner #gd-main-content-container .gd-room-results .gd-room-results-grid-unit .gd-room-results-grid-unit-main .grid-unit-footer .col-xs-8 {
    width: 19%;
  }
}

form.search-form:focus-visible {
  outline: none;
}

/*Lodging Overview Whitegreen + Wisp page end*/
/*About page*/
.inner-page-banner {
  min-height: 440px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 104px;
}
.inner-page-banner .content {
  margin-left: auto;
  max-width: 380px;
  width: 100%;
}
.inner-page-banner .content h4 {
  font-weight: 450;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #ffffff;
}
.inner-page-banner .content h1 {
  color: #ffffff;
  font-size: 64px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .inner-page-banner {
    margin-bottom: 21px;
  }
  .inner-page-banner .content {
    text-align: center;
    margin: 0 auto;
  }
  .inner-page-banner .content h1 {
    font-size: 36px;
  }
  .inner-page-banner .content h4 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .inner-page-banner {
    min-height: 300px;
  }
}

.title-content .small-container {
  margin-left: 80px;
}
.title-content .heading {
  margin-bottom: 32px;
}
.title-content p, .title-content li {
  font-weight: 450;
  font-size: 15px;
  line-height: 25px;
  color: #272528;
}
.title-content p a, .title-content li a {
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  color: #4194A5;
}
.title-content ul li {
  color: #000000;
}
@media (max-width: 1380px) {
  .title-content .small-container {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .title-content .small-container {
    padding: 0 0;
  }
  .title-content .heading {
    margin-bottom: 24px;
  }
}
.title-content.drone-policy-title {
  margin-top: 92px;
}

.image-video-option {
  margin-top: 59px;
  padding-bottom: 45px;
}
.image-video-option img {
  width: 100%;
}
.image-video-option .play-btn {
  position: absolute;
  right: 195px;
  bottom: 76px;
}
.image-video-option .play-btn img {
  max-width: 110px;
  width: 100%;
}
@media (max-width: 1280px) {
  .image-video-option .play-btn {
    right: 80px;
  }
  .image-video-option .play-btn img {
    max-width: 80px;
  }
}
@media (max-width: 991px) {
  .image-video-option {
    margin-top: 58px;
    padding-bottom: 0;
  }
  .image-video-option .play-btn {
    right: 14px;
    bottom: 18px;
  }
}

.brochures-download {
  margin-top: 51px;
  margin-bottom: 102px;
}
.brochures-download .small-container {
  margin-left: 80px;
}
.brochures-download .heading {
  margin-bottom: 43px;
}
@media (max-width: 991px) {
  .brochures-download {
    margin-top: 47px;
  }
  .brochures-download .heading {
    margin-bottom: 26px;
  }
  .brochures-download .small-container {
    padding: 0 0 !important;
  }
}

.brochures-list .brochures-box {
  padding: 20px 60px;
  min-height: 111px;
  border-bottom: 1px solid #5E6C7F;
  position: relative;
}
.brochures-list .brochures-box:last-child {
  border-bottom: 0;
}
.brochures-list .brochures-box h5 {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}
.brochures-list .brochures-box:hover {
  background-color: #DFDFDF;
}
@media (max-width: 991px) {
  .brochures-list .brochures-box {
    padding: 18px 16px;
    min-height: 74px;
    background-color: #DFDFDF;
    margin-bottom: 16px;
    border-radius: 8px;
    border-bottom: 0;
  }
  .brochures-list .brochures-box .title-subtitle h6 {
    font-size: 12px;
  }
  .brochures-list .brochures-box .title-subtitle h5 {
    font-size: 16px;
  }
  .brochures-list .brochures-box .download img {
    max-width: 20px;
    width: 100%;
  }
}

.small-container {
  max-width: 868px !important;
}
@media (max-width: 991px) {
  .small-container {
    max-width: 100% !important;
  }
}

.media-relations {
  padding-top: 74px;
}
.media-relations .container {
  max-width: 870px !important;
}
.media-relations .content-details ul {
  padding-left: 0;
  max-width: 398px;
  width: 100%;
  margin-left: 15px;
}
.media-relations .content-details ul li {
  font-style: normal;
  font-weight: 450;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
}
@media (max-width: 991px) {
  .media-relations {
    padding-top: 18px;
  }
  .media-relations .content-details {
    margin-top: 33px;
  }
  .media-relations .content-details ul {
    max-width: 100%;
    padding: 0 17px;
  }
  .media-relations .container {
    max-width: 100% !important;
    padding: 0 0;
  }
}
@media (max-width: 500px) {
  .media-relations .content-details .mobile-readmore {
    display: none;
  }
  .media-relations .content-details .mobile-readmore.active {
    display: block;
  }
}

.border-bottom-after {
  position: relative;
  padding-bottom: 79px;
}
.border-bottom-after:after {
  content: "";
  position: absolute;
  background-color: #F1F1F1;
  height: 1px;
  width: 97%;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .border-bottom-after {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .border-bottom-after:after {
    display: none;
  }
}

.careers-options {
  margin-top: 97px;
}
.careers-options .container {
  max-width: 870px !important;
}
.careers-options .title-content {
  margin-bottom: 25px;
}
.careers-options .card {
  background-color: #F1F1F1;
  border-radius: 10px;
  max-width: 420px;
  width: 100%;
  border: none;
  margin-bottom: 20px;
}
.careers-options .card .card-body {
  padding: 34px 38px;
  min-height: 334px;
}
.careers-options .card .card-body h5 {
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 33px;
}
.careers-options .card .card-body p {
  font-size: 15px;
  line-height: 25px;
  min-height: 75px;
}
.careers-options .card .primary-cta {
  max-width: 229px;
  min-width: auto;
  margin-top: 47px;
}
.careers-options .card .secondary-cta.secondary-black-cta {
  margin-left: 0;
  margin-top: 15px;
}
.careers-options .card .secondary-cta.secondary-black-cta a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.careers-options .careers-boxes {
  max-width: 874px;
  width: 100%;
}
@media (max-width: 991px) {
  .careers-options {
    margin-top: 58px;
  }
  .careers-options .title-content {
    margin-bottom: 35px;
  }
  .careers-options .card {
    margin-bottom: 20px;
  }
  .careers-options .read-more-collaps {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 12px;
  }
  .careers-options .container {
    max-width: 100% !important;
    padding: 0;
  }
  .careers-options .faq-content .faq-accordion-wrapper {
    max-width: 100%;
  }
  .careers-options .card .card-body h5 {
    font-size: 20px;
  }
  .careers-options .primary-cta {
    min-height: 40px;
  }
}
@media (max-width: 767px) {
  .careers-options .card {
    height: auto;
    margin: 0 auto 20px;
  }
  .careers-options .card .card-body {
    min-height: inherit;
    padding: 34px 16px 25px;
  }
  .careers-options .card .card-body p {
    min-height: inherit;
  }
  .careers-options .card .primary-cta {
    margin-top: 27px;
    margin-bottom: 23px;
    max-width: 100% !important;
  }
  .careers-options .slider-arrow-style .slick-arrow {
    padding: 0px;
  }
}

.corporate-partners-option .title-content {
  margin-bottom: 53px;
}
.corporate-partners-option .corporate-partners-main {
  position: relative;
  max-width: 870px;
  width: 100%;
}
.corporate-partners-option .corporate-partners-main .slider-arrow-style {
  right: 0;
}
.corporate-partners-option .corporate-partners-main.slider-dots .slick-dots {
  margin-top: 0;
  top: -34px;
}
.corporate-partners-option .corporate-partners-slider {
  position: relative;
  padding: 47px 70px;
}
.corporate-partners-option .corporate-partners-slider .corporate-partners-slide {
  position: relative;
}
.corporate-partners-option .corporate-partners-slider .content h5 {
  font-weight: 600;
  margin-bottom: 27px;
  padding-right: 110px;
}
.corporate-partners-option .corporate-partners-slider .image img {
  max-width: 183px;
  width: 100%;
}
.corporate-partners-option .corporate-partners-slider .see-all-link {
  position: absolute;
  right: 0px;
  top: 8px;
}
@media (max-width: 991px) {
  .corporate-partners-option .corporate-partners-main {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .corporate-partners-option .corporate-partners-main.slider-dots .slick-dots {
    left: 0;
    right: auto;
  }
  .corporate-partners-option .corporate-partners-slider {
    padding: 31px 16px;
  }
  .corporate-partners-option .corporate-partners-slider .see-all-link {
    position: relative;
    right: inherit;
    top: inherit;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .corporate-partners-option .corporate-partners-slider .image {
    margin-bottom: 24px;
  }
  .corporate-partners-option .corporate-partners-slider .image img {
    max-width: 124px;
  }
  .corporate-partners-option .corporate-partners-slider .content h5 {
    margin-bottom: 21px;
    padding-right: 0;
  }
  .corporate-partners-option .corporate-partners-slider .corporate-partners-slide p {
    margin-bottom: 27px;
  }
  .corporate-partners-option .secondary-cta.see-all-link a:after {
    width: 22px;
  }
}

p {
  font-size: 15px;
  line-height: 25px;
}

.charitable-donation-program-faq .title-content {
  max-width: 866px;
}
.charitable-donation-program-faq .donation-program-faq .accordion-body {
  padding: 0px 58px 25px;
}
.charitable-donation-program-faq .donation-program-faq.faq-content .faq-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button {
  padding: 44px 58px 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.charitable-donation-program-faq .donation-program-faq ul li {
  font-size: 15px;
  line-height: 25px;
  color: #272528;
}
@media (max-width: 991px) {
  .charitable-donation-program-faq .title-content {
    margin-bottom: 41px;
  }
  .charitable-donation-program-faq .title-content p {
    margin-bottom: 25px;
  }
  .charitable-donation-program-faq .donation-program-faq.faq-content .faq-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button {
    padding: 19px 19px 21px;
    padding-right: 50px;
  }
  .charitable-donation-program-faq .donation-program-faq .accordion-body {
    padding: 0px 19px 10px;
  }
}

.drone-policy .title-content {
  margin-bottom: 25px;
  max-width: 871px;
}
@media (max-width: 991px) {
  .drone-policy {
    margin-top: 40px;
  }
  .drone-policy .content-title-2-column-layout {
    display: none;
  }
  .drone-policy .title-content {
    max-width: 100%;
  }
}

.content-title-2-column-layout ul li {
  font-weight: 450;
  font-size: 15px;
  line-height: 25px;
  color: #272528;
}

.map-image {
  margin-bottom: 44px;
}
.map-image img {
  border-radius: 10px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .map-image {
    margin-bottom: 22px;
  }
  .map-image img {
    width: 100%;
  }
}

.drop-shadow {
  -webkit-filter: drop-shadow(0px 12px 40px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0px 12px 40px rgba(0, 0, 0, 0.12));
}

.gift-certificates .heading {
  margin-bottom: 34px;
}
.gift-certificates.careers-options .container {
  max-width: 1095px !important;
  margin-right: 0;
}
.gift-certificates ul li {
  font-size: 15px;
  line-height: 25px;
}
.gift-certificates .buy-btn {
  max-width: 312px;
  width: 100%;
}
.gift-certificates h5 {
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 34px;
}
.gift-certificates p {
  margin-bottom: 29px;
}
.gift-certificates .image img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .gift-certificates {
    margin-top: 35px;
  }
  .gift-certificates .heading {
    margin-bottom: 15px;
  }
  .gift-certificates h5 {
    font-size: 20px;
    margin-bottom: 29px;
  }
  .gift-certificates .container {
    padding: 0 0;
  }
  .gift-certificates .image {
    margin-bottom: 29px;
  }
  .gift-certificates p {
    margin-bottom: 25px;
  }
  .gift-certificates .buy-btn {
    margin-top: 39px;
    margin-bottom: 22px;
  }
  .gift-certificates ul {
    margin-bottom: 25px;
  }
}

.about .container-fluid {
  overflow: hidden;
}

.sidebar-left .sidebar {
  display: none;
}
@media (max-width: 991px) {
  .sidebar-left {
    padding: 0 0;
  }
  .sidebar-left .sidebar .sidebar-list {
    padding: 0 22px;
  }
  .sidebar-left .sidebar .sidebar-list:before {
    content: "";
    left: 0px;
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    background-position: 75% 50%;
    background-size: 7px;
    position: absolute;
    width: 30px;
    height: 17px;
    top: 4px;
    background-color: #fff;
  }
  .sidebar-left .sidebar .sidebar-list:after {
    content: "";
    right: 0px;
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: 25% 50%;
    background-size: 7px;
    position: absolute;
    width: 30px;
    height: 17px;
    top: 4px;
    background-color: #fff;
  }
  .sidebar-left .sidebar .sidebar-list li {
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  .sidebar-left .sidebar.sticky {
    position: fixed !important;
    z-index: 999;
    background: #fff;
    padding-top: 15px;
    left: 0;
    top: 58px;
    margin: 0;
  }
  .sidebar-left .sidebar.sticky .sidebar-list:before {
    position: fixed;
    top: 78px;
  }
  .sidebar-left .sidebar.sticky .sidebar-list:after {
    position: fixed;
    top: 78px;
  }
  .sidebar-left .sidebar.sticky .sidebar-list li {
    padding: 0 12px;
  }
  .sidebar-left .sidebar .sidebar-list {
    padding-bottom: 2px;
  }
}

/*.buttons-links {
    ul {
        li {
            margin-bottom: 25px;
        }
    }
    @include sm{
        margin-bottom: 30px;
        ul {
            li {
                margin-bottom: 10px;
                a {
                    display: none;
                    &.active {
                        background-image: url(../images/arrow-down-white.svg);
                        display: inline-flex;    
                        background-color: $black;
                        color: $white;
                        background-size: 5%;
                        background-repeat: no-repeat;
                        background-position: 90% 47%;  
                        transition: none;
                        animation: none;
                    }
                } 
            }

            &.open {
                li {
                    a {
                        display: inline-flex;
                    }
                }
            }
        }
    }
}*/
.buttons-links ul li {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .buttons-links {
    margin-bottom: 30px;
  }
  .buttons-links ul li {
    margin-bottom: 10px;
  }
  .buttons-links ul li a {
    display: none;
  }
  .buttons-links ul.open li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
  }
  .buttons-links ul.open li.active {
    background-image: url("../images/dropdown-menu-white-down.svg");
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #272528;
    color: #ffffff;
    background-size: 5%;
    background-repeat: no-repeat;
    background-position: 90% 47%;
    -webkit-transition: none;
    transition: none;
    -webkit-animation: none;
            animation: none;
  }
  .buttons-links ul.open li.active a {
    color: #ffffff;
  }
}

.buttons-link.buttons-links ul li {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .buttons-link.buttons-links {
    margin-bottom: 30px;
  }
  .buttons-link.buttons-links ul li {
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 30px;
    position: relative;
  }
  .buttons-link.buttons-links ul li a {
    display: none;
    letter-spacing: 1px;
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .buttons-link.buttons-links ul li a.active {
    width: auto;
  }
  .buttons-link.buttons-links ul li a:hover {
    background-color: transparent;
  }
  .buttons-link.buttons-links ul li a:focus-visible, .buttons-link.buttons-links ul li a:active, .buttons-link.buttons-links ul li a:focus, .buttons-link.buttons-links ul li a:visited {
    outline: #272528 !important;
    border: #272528 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .buttons-link.buttons-links ul li.active {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #272528;
    color: #ffffff;
    -webkit-transition: none;
    transition: none;
    -webkit-animation: none;
            animation: none;
    width: 100%;
  }
  .buttons-link.buttons-links ul li.active:before {
    background-image: url("../images/dropdown-menu-white-down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 15px;
    height: 10px;
    position: absolute;
    right: 55px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .buttons-link.buttons-links ul li.active a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
  }
  .buttons-link.buttons-links ul li:hover {
    background-color: #272528;
  }
  .buttons-link.buttons-links ul li:hover a {
    color: #ffffff;
  }
  .buttons-link.buttons-links ul li:focus-visible a, .buttons-link.buttons-links ul li:active a, .buttons-link.buttons-links ul li:focus a, .buttons-link.buttons-links ul li:visited a {
    outline: #272528 !important;
    border: #272528 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .buttons-link.buttons-links ul.open li {
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #272727;
    border-radius: 30px;
    background-image: none;
  }
  .buttons-link.buttons-links ul.open li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    display: inline-flex;
    border: none !important;
  }
  .buttons-link.buttons-links ul.open li.active:before {
    -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
  }
  .buttons-link.buttons-links ul.open li.active a {
    color: #ffffff;
  }
}

/*About end*/
/*All ticket details page start*/
/*card-with-image start*/
#Exclusive .primary-cta {
  max-width: 258px;
}

.card-with-image {
  padding: 0 73px;
  margin-bottom: 47px;
  position: relative;
}
.card-with-image .content-details {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  padding: 20px;
  margin: 10px 3px;
  position: relative;
  z-index: 99;
}
.card-with-image .primary-cta {
  max-width: 208px;
  width: 100%;
  min-width: 208px;
  min-height: 40px;
}
.card-with-image .card {
  padding: 41px 61px 35px;
  background: #F1F1F1;
  border-radius: 17px;
  border: none;
}
.card-with-image .card h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #4194A5;
  margin-bottom: 23px;
}
.card-with-image .card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #272528;
  margin-bottom: 9px;
}
.card-with-image .card .card-body {
  max-width: 759px;
  width: 100%;
  padding-right: 100px;
  position: relative;
  z-index: 99;
}
.card-with-image .card .card-body .read-more-collaps {
  margin-bottom: 20px;
  display: inline-block;
}
.card-with-image .overview-tabs {
  margin-top: 36px;
  position: relative;
  z-index: 99;
  width: 61%;
}
.card-with-image .overview-tabs .container {
  max-width: 100% !important;
}
.card-with-image .overview-tabs .nav {
  max-width: 742px;
  width: 100%;
  padding-right: 110px;
}
.card-with-image .overview-tabs .nav li {
  margin-bottom: 20px;
  margin-right: 12px;
}
.card-with-image .overview-tabs .nav li:last-child {
  margin-right: 0;
}
.card-with-image .overview-tabs .content-details {
  margin-top: 6px;
}
.card-with-image .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 565px;
  width: 100%;
  height: 100%;
}
.card-with-image .faq-content {
  max-width: 830px;
  width: 100%;
}
@media (max-width: 1380px) {
  .card-with-image .card {
    padding: 41px 30px 35px;
  }
  .card-with-image .card .card-body {
    max-width: 579px;
    padding-right: 40px;
  }
}
@media (max-width: 1280px) {
  .card-with-image {
    padding: 0 15px;
  }
  .card-with-image .card .card-body {
    padding-right: 0;
  }
  .card-with-image .image {
    max-width: 425px;
  }
}
@media (max-width: 1030px) {
  .card-with-image .card .card-body {
    padding-right: 80px;
  }
}
@media (max-width: 1024px) {
  .card-with-image .card {
    padding: 41px 15px 35px;
  }
  .card-with-image .card .card-body {
    max-width: 549px;
    padding-right: 30px;
  }
  .card-with-image .overview-tabs .nav {
    max-width: 572px;
  }
}
@media (max-width: 1010px) {
  .card-with-image .card .card-body {
    padding-right: 90px;
  }
}
@media (max-width: 991px) {
  .card-with-image .image {
    max-width: 425px;
    position: static;
    top: inherit;
    min-height: 450px;
    margin-top: 20px;
    border-radius: 10px;
  }
  .card-with-image .card {
    padding: 22px 15px 32px;
    overflow: hidden;
  }
  .card-with-image .card .card-body {
    max-width: 100%;
  }
  .card-with-image .card p {
    margin-bottom: 39px;
  }
  .card-with-image .card .card-body {
    padding: 16px 30px;
  }
  .card-with-image .card h3 br {
    display: none;
  }
  .card-with-image .overview-tabs {
    width: 100%;
  }
  .card-with-image .overview-tabs .nav {
    padding: 0 15px;
    margin-bottom: 21px;
    max-width: 100%;
  }
  .card-with-image .overview-tabs .nav.nav-tabs li .nav-link {
    border-radius: 20px !important;
  }
  .card-with-image .content-details {
    padding: 18px 13px;
  }
}
@media (max-width: 767px) {
  .card-with-image {
    padding: 0 0;
  }
  .card-with-image .card {
    padding: 22px 0px 32px;
  }
  .card-with-image .card .card-body .read-more-collaps {
    margin-bottom: 31px;
  }
  .card-with-image .container {
    padding: 0 0;
  }
  .card-with-image .overview-tabs {
    margin-top: 48px;
  }
}

.card-with-content-table .card {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.card-with-content-table .card p {
  max-width: 379px;
  width: 100%;
}
.card-with-content-table .card .content-details p {
  max-width: 100%;
}
.card-with-content-table .overview-tabs {
  margin-top: 18px;
  width: 100%;
}
.card-with-content-table .overview-tabs .nav {
  padding-right: 0;
}
.card-with-content-table .image {
  background-position: center top;
  height: 100%;
}
@media (max-width: 991px) {
  .card-with-content-table .card p {
    max-width: 100%;
  }
  .card-with-content-table .card .card-body {
    max-width: 100%;
  }
}

.card-with-table-width .content-details {
  max-width: 565px;
  width: 100%;
}
@media (max-width: 991px) {
  .card-with-table-width .content-details {
    max-width: 100%;
  }
}

.title-content-bullets h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 14px;
}
.title-content-bullets .content-details {
  max-width: 1095px;
  width: 100%;
}
.title-content-bullets p {
  max-width: 493px;
  width: 100%;
}
.title-content-bullets ul {
  padding-left: 0;
}
.title-content-bullets ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 25px;
}
.title-content-bullets .content-details ul {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .title-content-bullets ul {
    padding-left: 15px;
  }
  .title-content-bullets ul li {
    line-height: 24px;
  }
}

.title-content-full p {
  max-width: 100%;
}

.video-capability {
  max-width: 711px;
  width: 100%;
}
.video-capability iframe {
  min-height: 350px;
}
@media (max-width: 1280px) {
  .video-capability iframe {
    min-height: 166px;
  }
}

/*card-with-image end*/
/*All ticket details page end*/
/*Host an Event - Detail Page with Tab and heading centered page start*/
.host-a-wedding {
  padding-top: 44px;
  padding-bottom: 135px;
}
.host-a-wedding .table-shadow {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  padding: 20px;
  margin: 10px 3px;
  position: relative;
  z-index: 99;
}
.host-a-wedding .wedding-details .content {
  /*max-width: 455px;*/
  /*padding-right: 10px;*/
  max-width: 425px;
  padding-right: 66px;
  width: 100%;
}
.host-a-wedding .wedding-details .content.content-table {
  min-height: 310px;
}
.host-a-wedding .wedding-details .image-video-main {
  right: -4px;
  bottom: -6px;
}
.host-a-wedding .court-rates .w-100 .content {
  max-width: 100%;
  margin-top: 40px;
}
.host-a-wedding .court-rates .w-100.full-width-content .content {
  margin-top: 0px;
}
@media (max-width: 1199px) {
  .host-a-wedding .wedding-details .content {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .host-a-wedding {
    padding-top: 0;
    padding-bottom: 45px;
    background-color: transparent !important;
  }
  .host-a-wedding .overview-tabs .meadium-container {
    padding: 0 0px;
  }
  .host-a-wedding .overview-tabs .nav-tabs li.active .nav-link.active {
    border-radius: 20px !important;
    text-align: center;
    background-position: 95% 53%;
  }
  .host-a-wedding .nav-tabs {
    padding: 0 15px;
  }
  .host-a-wedding .wedding-details .content {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .host-a-wedding .wedding-details .image-video-main {
    right: 0px;
    bottom: -7px;
  }
  .host-a-wedding .wedding-details .image-video-main .image-video img {
    border-radius: 10px;
  }
}

.wedding-details {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.25);
  border-radius: 17px;
  padding: 50px 47px 50px 68px;
  min-height: 530px;
}
.wedding-details .heading {
  margin-bottom: 30px;
}
.wedding-details p {
  line-height: 1.5;
}
.wedding-details ul {
  padding-left: 0;
}
.wedding-details ul li {
  margin-bottom: 14px;
  line-height: 20px;
  position: relative;
  list-style: none;
  padding-left: 15px;
  font-style: normal;
  font-weight: 450;
  font-size: 20px;
  color: #272528;
}
.wedding-details ul li span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  color: rgba(39, 37, 40, 0.6);
  display: block;
  margin-top: 8px;
}
.wedding-details ul li:after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #272528;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 100%;
}
@media (max-width: 1280px) {
  .wedding-details {
    padding: 50px 25px 50px 25px;
  }
  .wedding-details .content {
    padding-right: 100px;
  }
  .wedding-details .content p {
    font-size: 18px;
  }
  .wedding-details .content p a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .wedding-details {
    padding: 32px 0px 0px 0px;
    overflow: hidden;
  }
  .wedding-details .heading {
    margin-bottom: 25px;
  }
  .wedding-details .content, .wedding-details .form-proposal, .wedding-details .heading {
    padding-right: 0;
    padding: 0 40px;
  }
  .wedding-details .content p {
    font-size: 20px;
  }
  .wedding-details .content p a {
    font-size: 20px;
  }
}

.form-proposal .see-all-link {
  margin-right: 28px;
}
.form-proposal .see-all-link:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .form-proposal {
    margin-bottom: 17px;
  }
  .form-proposal .see-all-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
  }
  .form-proposal .see-all-link a:after {
    top: -3px;
  }
}

.image-video-main {
  max-width: 660px;
  min-height: 433px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  right: -10px;
}
.image-video-main img {
  margin: 0 auto;
}
.image-video-main .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto 0;
}
.image-video-main .slick-dots li:after {
  display: none;
}
.image-video-main .slick-dots .slick-active button {
  background-color: #ffffff;
  border-color: #ffffff;
}
.image-video-main .slick-dots button {
  background-color: #AFAFAF;
  border: 2px solid #AFAFAF;
  height: 12px;
  width: 12px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .image-video-main {
    position: relative;
    max-width: 100%;
    bottom: -10px;
    right: inherit;
    min-height: inherit;
  }
  .image-video-main .image-video-slider, .image-video-main .image-video-slider2 {
    max-width: 100%;
    min-height: inherit;
  }
  .image-video-main .image-video img {
    max-width: 100%;
  }
  .image-video-main .image-video .video img {
    max-width: 53px !important;
  }
  .image-video-main .slick-dots button {
    width: 14px;
    height: 14px;
  }
  .image-video-main .slick-dots .slick-active button {
    border: 2px solid #AFAFAF;
  }
}

.see-difference {
  margin-top: 29px;
}
.see-difference h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .see-difference h6 {
    font-size: 14px;
  }
  .see-difference ul li {
    font-size: 14px;
  }
  .see-difference ul li span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .see-difference {
    margin-bottom: 29px;
  }
  .see-difference h6 {
    font-size: 16px;
  }
  .see-difference ul li {
    font-size: 16px;
  }
  .see-difference ul li span {
    font-size: 20px;
  }
}

.image-video-slider, .image-video-slider2 {
  max-width: 660px;
  min-height: 433px;
}

/*Host an Event - Detail Page with Tab and heading centered page end*/
/*Mountain report start*/
.heading-icon {
  margin-bottom: 39px;
}
.heading-icon img {
  max-width: 29px;
  width: 100%;
  margin-right: 34px;
}
@media (max-width: 767px) {
  .heading-icon {
    margin-bottom: 15px;
  }
  .heading-icon img {
    margin-right: 15px;
  }
  .heading-icon h3 {
    display: block;
    text-align: center;
    padding-left: 0px;
  }
}

.lift-section {
  overflow: hidden;
}
.lift-section .image {
  border-radius: 10px;
  border-radius: 10px;
  max-width: 287px;
  min-height: 297px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.lift-section .lift-name h6 {
  font-weight: 700;
  font-size: 13.975px;
  line-height: 17px;
  color: #272528;
}
.lift-section .lift-name table tr td {
  padding: 5px 0 5px !important;
  line-height: 1.5 !important;
}
.lift-section .lift-name table tr td img {
  max-width: 23px;
  width: 100%;
}
.lift-section.lift-section-main {
  margin-bottom: 125px;
}
.lift-section.lift-section-main table thead tr th {
  font-style: normal;
  font-weight: 700;
  font-size: 13.975px;
  line-height: 17px;
  color: #272528;
}
.lift-section.lift-section-main table tr td {
  font-weight: 500;
  font-size: 16.3041px;
  line-height: 19px;
  color: #272528;
  text-transform: capitalize;
  padding: 0.4rem 0.5rem;
  position: relative;
}
.lift-section.lift-section-main table tr td:first-child {
  font-weight: 600;
}
.lift-section.lift-section-main table tr td.open {
  font-style: normal;
  font-weight: 450;
  font-size: 16.3041px;
  line-height: 19px;
  color: #4194A5;
}
.lift-section.lift-section-main table tr td.closed {
  font-style: normal;
  font-weight: 450;
  font-size: 16.3041px;
  line-height: 19px;
  color: #CD123B;
}
.lift-section.lift-section-main table tr td img {
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lift-section.lift-section-main table .tbody {
  border-top: 1px solid #AAAAAA;
}
.lift-section.lift-section-main.slopes-section .container {
  max-width: 1244px !important;
  margin-right: auto;
  border-radius: 10px;
  padding-top: 51px;
  padding-left: 265px;
  position: relative;
  padding-bottom: 108px;
  /*&:before {
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      clip-path: polygon(0% 100%, 100% -553%, 100% 100%);
      background-color: #F1F1F1;
      z-index: -1;
  }*/
}
.lift-section.lift-section-main.slopes-section .table-responsive {
  /*max-width: 737px;*/
  max-width: 799px;
  width: 100%;
  margin-bottom: 44px;
}
@media (max-width: 500px) {
  .lift-section.lift-section-main.slopes-section .container {
    padding-top: 51px;
    padding-left: 20px;
    padding-bottom: 51px;
  }
  .lift-section.lift-section-main.slopes-section .container:before {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
@media (max-width: 767px) {
  .lift-section.lift-section-main .heading-icon h3 {
    display: inline-block;
  }
  .lift-section .lift-name {
    margin-top: 32px;
  }
}
@media (max-width: 574px) {
  .lift-section .image {
    margin: 0 auto;
  }
}

.full-link-clickable {
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
  position: absolute;
  top: 0;
}

.special-announcement h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  position: relative;
  padding-left: 36px;
}
.special-announcement h6:before {
  content: "";
  top: 3px;
  left: 0;
  width: 21px;
  height: 21px;
  background-image: url(../images/special-announcement-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
}

.weather-section {
  margin-bottom: 118px;
}
.weather-section .heading-icon {
  margin-bottom: 30px;
}
.weather-section .content-main-report .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.weather-section .content-main-report .current-weather {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #5E6C7F;
}
.weather-section .content-main-report .current-weather h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  color: #272528;
  margin-bottom: 32px;
}
.weather-section .content-main-report .current-weather h2 {
  font-weight: 700;
  font-size: 36px;
  color: #272528;
  display: block;
  width: 100%;
  margin-bottom: 32px;
}
.weather-section .content-main-report .current-weather h2 img {
  margin-right: 20px;
}
.weather-section .content-main-report .current-weather .current-status .title {
  font-weight: 450;
  font-size: 24px;
  line-height: 27px;
  color: #272528;
}
.weather-section .content-main-report .current-weather .current-status .temprature-title {
  font-weight: 700;
  font-size: 56px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #272528;
}
.weather-section .content-main-report .current-weather .current-status .high-low span {
  font-weight: 450;
  font-size: 24px;
  line-height: 27px;
  color: #272528;
  display: block;
}
.weather-section .content-main-report .current-weather .current-status .high-low span .temprature {
  font-weight: 600;
  display: inline-block;
}
.weather-section .content-main-report .current-weather .current-status .w-prediction {
  margin-top: 23px;
}
.weather-section .content-main-report .current-weather .current-status .w-prediction span {
  font-weight: 450;
  font-size: 24px;
  line-height: 27px;
  color: #272528;
  display: block;
  margin-bottom: 3px;
}
.weather-section .content-main-report .current-weather .current-status .w-prediction span .content {
  font-weight: 600;
  display: inline-block;
  margin-left: 12px;
}
.weather-section .content-main-report .weather-forcast-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.weather-section .content-main-report .weather-forcast-wrapper li {
  width: 100%;
}
.weather-section .content-main-report .weather-forcast-wrapper li .weather-forcast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.weather-section .content-main-report .weather-forcast-wrapper li .weather-forcast:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 150px;
  background-color: #5E6C7F;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
}
.weather-section .content-main-report .weather-forcast-wrapper li .weather-forcast .day {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #272528;
  margin-bottom: 18px;
}
.weather-section .content-main-report .weather-forcast-wrapper li .weather-forcast .img-wrapper {
  max-width: 80px;
  height: 80px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 29px;
}
.weather-section .content-main-report .weather-forcast-wrapper li .weather-forcast .img-wrapper img {
  max-width: 100%;
}
.weather-section .content-main-report .weather-forcast-wrapper li .weather-forcast .w-forecast span {
  display: block;
  font-weight: 450;
  font-size: 24px;
  line-height: 41px;
  color: #272528;
}
.weather-section .content-main-report .weather-forcast-wrapper li:last-child .weather-forcast:after {
  display: none;
}
.weather-section .content-main-report .sub-heading-with-icon {
  margin-top: 33px;
}
.weather-section .content-main-report .sub-heading-with-icon h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #272528;
  margin-bottom: 14px;
}
.weather-section .content-main-report .sub-heading-with-icon h4 img {
  margin-right: 15px;
}
.weather-section .content-main-report .sub-heading-with-icon p {
  line-height: 24px;
  color: #272528;
}
@media (max-width: 500px) {
  .weather-section .content-main-report .current-weather {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 0px solid #5E6C7F;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .weather-section .content-main-report .current-weather h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .weather-section .content-main-report .current-weather h3 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .weather-section .content-main-report .current-weather .current-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .weather-section .content-main-report .current-weather .current-status .current-title {
    font-size: 14px;
  }
  .weather-section .content-main-report .current-weather .current-status .temprature-title {
    font-size: 37px;
    line-height: 1.2;
  }
  .weather-section .content-main-report .current-weather .current-status .high-low {
    margin-left: 20px;
  }
  .weather-section .content-main-report .current-weather .current-status .high-low span {
    font-size: 14px;
    line-height: 1.5;
  }
  .weather-section .content-main-report .current-weather .current-status .w-prediction {
    margin-top: 23px;
    width: 100%;
  }
  .weather-section .content-main-report .current-weather .current-status .w-prediction span {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 3px;
  }
  .weather-section .content-main-report .weather-forcast-wrapper {
    margin-top: 25px;
  }
  .weather-section .content-main-report .weather-forcast-wrapper li .weather-forcast .day {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .weather-section .content-main-report .weather-forcast-wrapper li .weather-forcast .img-wrapper {
    max-width: 50px;
    height: 50px;
    margin-bottom: 17px;
  }
  .weather-section .content-main-report .weather-forcast-wrapper li .weather-forcast .w-forecast span {
    font-size: 16px;
    line-height: 1.8;
  }
}

.snow-conditions {
  margin-bottom: 123px;
}
.snow-conditions .snow-text h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 43px;
  color: #272528;
}
.snow-conditions .snow-text h6 {
  font-weight: 450;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.04em;
  color: #272528;
}
@media (max-width: 767px) {
  .snow-conditions {
    margin-bottom: 29px;
  }
}
@media (max-width: 500px) {
  .snow-conditions .content-main-report .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .snow-conditions .content-main-report .row .col {
    -ms-flex-preferred-size: max-content;
        flex-basis: max-content;
    text-align: center;
  }
}

.mountain-cams {
  overflow: hidden;
}
.mountain-cams .card {
  max-width: 332px;
  width: 100%;
  margin: 0 auto 5px;
}
.mountain-cams .card img {
  border-radius: 10px;
}
.mountain-cams .card h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: #272528;
  margin-bottom: 13px;
}
.mountain-cams .card p {
  font-size: 12px;
  line-height: 16px;
  color: #272528;
}
.mountain-cams .card .card-body {
  padding-left: 0;
  padding-right: 0;
}
.mountain-cams .image-video .video img {
  max-width: 78px;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .mountain-cams .card h5 {
    font-size: 20px;
  }
}
@media (max-width: 574px) {
  .mountain-cams .card {
    max-width: 100%;
  }
}

.content-main-report {
  padding-left: 63px;
}
@media (max-width: 767px) {
  .content-main-report {
    padding-left: 0;
  }
}

.trail-maps {
  overflow: hidden;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .trail-maps .small-container {
    padding: 0 10px !important;
  }
}

/*Mountain report end*/
/*activity-details-page-with-tabs start*/
.activity-details-page-with-tabs .heading h3 {
  text-transform: capitalize;
  font-size: 32px;
  letter-spacing: 0.01em;
  font-weight: 700;
}
.activity-details-page-with-tabs .image-video-main {
  max-height: 320px;
  min-height: inherit;
  overflow: hidden;
  bottom: 0;
}
.activity-details-page-with-tabs .image-video-main .image-video-slider {
  max-height: 320px;
}
.activity-details-page-with-tabs .image-video-main .image-video-main.image-video-main-btn-none .image-video-slider {
  max-height: 435px;
}
.activity-details-page-with-tabs .image-video-slider, .activity-details-page-with-tabs .image-video-slider2 {
  min-height: inherit;
}
.activity-details-page-with-tabs .content-details {
  margin-top: 48px;
}
.activity-details-page-with-tabs .court-rates .image-video-main {
  position: absolute;
  right: -5px;
  top: 0;
  max-height: 100%;
}
.activity-details-page-with-tabs .court-rates .content, .activity-details-page-with-tabs .court-rates .heading {
  max-width: 340px;
  padding-right: 5px;
  width: 100%;
}
.activity-details-page-with-tabs .court-rates .w-100 .content {
  max-width: 100%;
  margin-top: 40px;
}
.activity-details-page-with-tabs .court-rates .w-100.full-width-content .content {
  margin-top: 0px;
}
.activity-details-page-with-tabs table.table {
  max-width: 425px;
  width: 100%;
}
.activity-details-page-with-tabs .pro-shops .content {
  max-width: 472px;
  width: 100%;
}
.activity-details-page-with-tabs .pro-shops .heading {
  margin-bottom: 0px;
}
.activity-details-page-with-tabs .pro-shops .image-video-main img {
  max-width: 100%;
}
@media (max-width: 1280px) {
  .activity-details-page-with-tabs .heading h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .activity-details-page-with-tabs .heading h3 {
    font-size: 24px;
    color: #272528;
    font-weight: 600;
  }
  .activity-details-page-with-tabs .image-video {
    max-height: 320px;
    min-height: inherit;
    overflow: hidden;
  }
  .activity-details-page-with-tabs .content-details {
    margin-left: 20px;
    margin-right: 20px;
  }
  .activity-details-page-with-tabs .content-details .wedding-details {
    padding-top: 25px;
    padding: 20px 0;
    padding-bottom: 0;
  }
  .activity-details-page-with-tabs .content-details .wedding-details .heading, .activity-details-page-with-tabs .content-details .wedding-details .form-proposal, .activity-details-page-with-tabs .content-details .wedding-details .content {
    padding: 0 22px;
  }
  .activity-details-page-with-tabs .content-details .wedding-details .form-proposal {
    margin-bottom: 0;
  }
  .activity-details-page-with-tabs .content-details .wedding-details .form-proposal .see-all-link {
    margin-bottom: 12px;
  }
  .activity-details-page-with-tabs .wedding-details .activity-details-content {
    margin-top: 0;
  }
  .activity-details-page-with-tabs .image-video-main {
    bottom: -10px;
  }
  .activity-details-page-with-tabs .court-rates .image-video-main {
    position: relative;
    right: inherit;
    top: inherit;
  }
  .activity-details-page-with-tabs .court-rates .image-video-main img {
    width: 100%;
  }
  .activity-details-page-with-tabs .pro-shops .image-video-main img {
    width: 100%;
  }
}

.activity-details-content h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
.activity-details-content ul li {
  font-weight: 450;
  font-size: 20px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #272528;
  margin-bottom: 1px;
}
.activity-details-content ul li:after {
  top: 13px;
}

.proposal-form {
  border-bottom: 1px solid #AAAAAA;
  padding-bottom: 6px;
}
.proposal-form .content {
  max-width: 652px;
  margin: 47px auto 15px;
  padding: 0 15px;
}
.proposal-form .content p {
  font-weight: 450;
  font-size: 15px;
  line-height: 20px;
}
.proposal-form h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 56px;
  color: #4194A5;
}
@media (max-width: 991px) {
  .proposal-form h5 {
    line-height: 1.3;
  }
}

/*activity-details-page-with-tabs end*/
/**
 * 8.0 Alignments
 */
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote {
  font-size: 30px;
  line-height: 42px;
  font-weight: 300;
  color: #434343;
  margin: 34px;
  padding: 0;
  border-left: 0;
}

.entry-content blockquote p {
  color: #434343;
  font-size: 30px;
  font-weight: 300;
  line-height: 42px;
}

.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

blockquote {
  max-width: 720px;
  margin: auto;
  position: relative;
}
blockquote:before, blockquote:after {
  content: "";
  position: absolute;
  width: 146px;
  height: 143px;
  background-image: url("../images/quotes.png");
  background-repeat: no-repeat;
  top: -58px;
  left: -122px;
  z-index: -1;
}
blockquote:after {
  top: inherit;
  bottom: -55px;
  left: inherit;
  right: -170px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
blockquote .quote-content {
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #272528;
  letter-spacing: 1px;
}
blockquote .quote-content:before, blockquote .quote-content:after {
  display: none;
}
blockquote .author {
  text-align: right;
  margin-right: -50px;
}
@media (max-width: 991px) {
  blockquote:after {
    right: 0 !important;
  }
  blockquote:before {
    left: 0 !important;
  }
  blockquote .author {
    text-align: left;
    margin-right: 0;
  }
  blockquote .quote-content {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
    display: block;
  }
}

h1 a {
  color: #222222;
  text-decoration: none;
}

/*=============Entry-content-css-end==============*/
.search-page .blog-search-wrapper {
  margin: 16px 0px 32px;
  position: relative;
}
.search-page .blog-search-wrapper .search-field {
  width: 100%;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  padding: 9px 15px 9px 60px;
  font-weight: 450;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.07em;
  color: #AAAAAA;
}
.search-page .blog-search-wrapper .search-field:focus {
  outline: none;
}
.search-page .blog-search-wrapper .search-submit {
  position: absolute;
  left: 13px;
  background: transparent;
  border: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.search-page .blog-search-wrapper .search-submit:before {
  content: "";
  left: 2px;
  top: 4px;
  background-image: url(../images/search.png);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.activity-template-template-activity-details-page-with-tabs .secondary-cta.see-all-link.all-activities-link a {
  padding-left: 30px;
  padding-right: 0;
}
.activity-template-template-activity-details-page-with-tabs .secondary-cta.see-all-link.all-activities-link a:after {
  left: 0;
  right: auto;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  top: 8px;
}

.page-template-template-about .media-relations .container {
  margin-left: 80px;
}
.page-template-template-about .careers-options .container {
  margin-left: 80px;
}
.page-template-template-about .gift-certificates .mobile-image {
  display: none;
}
.page-template-template-about .read-more-collaps2 {
  display: none;
}
@media (max-width: 1380px) {
  .page-template-template-about .title-content .small-container {
    margin-left: 80px;
  }
}
@media (max-width: 1024px) {
  .page-template-template-about .gift-certificates {
    overflow: hidden;
  }
  .page-template-template-about .gift-certificates img {
    max-width: 100%;
  }
  .page-template-template-about #locationdirections .map-image img {
    max-width: 100%;
  }
  .page-template-template-about .careers-options .container {
    margin-left: 0px;
  }
  .page-template-template-about .title-content .small-container {
    margin-left: 0px;
  }
  .page-template-template-about .media-relations .container {
    margin-left: 0px;
  }
  .page-template-template-about .brochures-download .small-container {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .page-template-template-about .read-more-collaps {
    display: none;
  }
  .page-template-template-about .read-more-collaps.read-more-collaps2 {
    display: inline-block;
  }
}
@media (max-width: 500px) {
  .page-template-template-about .contact-us .title-content iframe#contactform123 {
    height: 1140px !important;
  }
  .page-template-template-about .gift-certificates .desktop-image {
    display: none;
  }
  .page-template-template-about .gift-certificates .mobile-image {
    display: block;
    width: 100%;
  }
  .page-template-template-about .gift-certificates .heading {
    margin-top: 25px;
  }
}

.page-template-template-all-tickets-Intermediate-detail .card-with-image .image {
  max-width: 697px;
  background-size: contain;
  background-position: top right;
}
.page-template-template-all-tickets-Intermediate-detail .card-with-image .image.mobile-image {
  display: none;
}
@media (max-width: 1280px) {
  .page-template-template-all-tickets-Intermediate-detail .card-with-image .image {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .page-template-template-all-tickets-Intermediate-detail .card-with-image .image.mobile-image {
    display: block;
    width: 90%;
    background-size: cover;
    max-width: inherit;
    margin: 20px auto 0;
  }
  .page-template-template-all-tickets-Intermediate-detail .card-with-image .image.desktop-image {
    display: none;
  }
}

.activity-template-template-activity-details-page-with-tabs .host-a-wedding .wedding-details .image-video-main, .page-template-template-host-an-event .host-a-wedding .wedding-details .image-video-main {
  right: -4px;
  bottom: 0px;
}
.activity-template-template-activity-details-page-with-tabs .host-a-wedding .wedding-details .image-video-main .image-video-slider, .page-template-template-host-an-event .host-a-wedding .wedding-details .image-video-main .image-video-slider {
  display: block;
}
.activity-template-template-activity-details-page-with-tabs .host-a-wedding .wedding-details .image-video-main .image-video-slider-mobile, .page-template-template-host-an-event .host-a-wedding .wedding-details .image-video-main .image-video-slider-mobile {
  display: none;
}
.activity-template-template-activity-details-page-with-tabs .host-a-wedding .wedding-details .image-video-main.image-video-main-btn-none, .page-template-template-host-an-event .host-a-wedding .wedding-details .image-video-main.image-video-main-btn-none {
  top: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .activity-template-template-activity-details-page-with-tabs .host-a-wedding .wedding-details .image-video-main, .page-template-template-host-an-event .host-a-wedding .wedding-details .image-video-main {
    right: 0px;
  }
  .activity-template-template-activity-details-page-with-tabs .host-a-wedding .wedding-details .image-video-main .image-video-slider, .page-template-template-host-an-event .host-a-wedding .wedding-details .image-video-main .image-video-slider {
    display: none;
  }
  .activity-template-template-activity-details-page-with-tabs .host-a-wedding .wedding-details .image-video-main .image-video-slider-mobile, .page-template-template-host-an-event .host-a-wedding .wedding-details .image-video-main .image-video-slider-mobile {
    display: block;
    margin-bottom: -6px;
  }
}

.page-template-template-mountain-report .brochures-download .small-container {
  margin-left: auto;
}
.page-template-template-mountain-report .mountain-landing-banner .card.report-announcement {
  background: #F1F1F1;
  border-radius: 16px;
  border: none;
}
.page-template-template-mountain-report .mountain-landing-banner .card.report-announcement .card-body .card-text {
  color: #272528;
}
.page-template-template-mountain-report .snow-conditions {
  /*margin-top: -115px;*/
}
@media (max-width: 767px) {
  .page-template-template-mountain-report .snow-conditions {
    margin-top: 0px;
  }
  .page-template-template-mountain-report .report-announcement {
    margin: -62px auto 0 !important;
  }
}

.page-template-template-shop-overview .video-banner .video-banner-slider img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.inner-content-shop {
  max-width: 694px;
  padding-bottom: 30px;
  width: 100%;
}

body.pojo-a11y-focusable a:focus {
  outline: none !important;
}

.upcomingView__nav {
  border-bottom: 5px solid #4194A5 !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
  background-color: #81C9D8 !important;
}

@media (max-width: 767px) {
  .page-template-template-marketing-landing-flexible-content .image-slider-main.slider-dots .slick-dots {
    top: -35px;
    padding-right: 60px;
  }
  #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    font-size: 150% !important;
  }
  .image-video-popup .modal-content {
    padding-top: 60px;
  }
  .secondary-cta a {
    padding-right: 25px;
    font-size: 9px;
    width: 95%;
    line-height: 2;
  }
}
@media (max-width: 375px) {
  .secondary-cta a {
    line-height: 2;
  }
}
@media (max-width: 320px) {
  .secondary-cta a {
    line-height: 1.4;
  }
  section.event-hero.inner-banner.mountain-landing-banner {
    margin-bottom: 155px;
  }
  .page-template-template-mountain-report .report-announcement {
    margin: -25px auto 0 !important;
  }
}
#pojo-a11y-toolbar {
  z-index: 999999 !important;
}

a[href^="mailto:"] {
  text-transform: inherit !important;
}

.modal {
  z-index: 9999999;
}

.activity-details-page-with-tabs .content-details.image-video-main-btn-visible-image .w-100 .content {
  margin-top: 70px;
}

.activity-template-template-activity-details-page-with-tabs .content-details.image-video-main-btn-visible-image .image-video-main.image-video-main-btn-none {
  top: 100px;
}
@media (max-width: 991px) {
  .activity-template-template-activity-details-page-with-tabs .content-details.image-video-main-btn-visible-image .image-video-main.image-video-main-btn-none {
    top: 0;
  }
}

.slopes-section h5 {
  font-weight: 700;
  color: #272528;
  margin-bottom: 37px;
}
.slopes-section .table > :not(:first-child) {
  border-top: 1px solid #AAAAAA;
}
.slopes-section .table > :not(:last-child) > :last-child > * {
  border-bottom-color: inherit;
}
.slopes-section .table thead tr th.heading-center {
  text-align: center;
}

.slopes-details {
  margin-bottom: 43px;
  max-width: 508px;
  width: 100%;
}
.slopes-details .content h6 {
  color: #272528;
  font-size: 16.99px;
  line-height: 1.2;
}
.slopes-details .content h4 {
  font-weight: 700;
  font-size: 31.56px;
  color: #272528;
}
.slopes-details .content.key-list h6 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
}
.slopes-details .content.key-list.key-list-box {
  margin-top: 17px;
}
.slopes-details .content ul li img {
  margin-right: 8px;
}
.slopes-details .content ul li span {
  color: #272528;
  font-weight: 450;
  font-size: 13.97px;
  text-transform: capitalize;
}