@charset "utf-8";
/* CSS Document */
@import url("https://use.typekit.net/vnx4hsf.css");

@font-face {
  font-family: "Scout";
  src: url("./fonts/Scout-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Scout";
  src: url("./fonts/Scout-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Scout";
  src: url("./fonts/Scout-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}


* {
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "athelas", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #2b2b2b;
  font-weight: 300;
  line-height: 30px;
  overflow-x: hidden;
  overflow-y: auto;
  /*position:relative;*/
}

h2 {
  font-family: 'Scout', sans-serif;
  font-weight: 400;
  font-style: normal;
  /*font-family: 'Marcellus', serif;*/
  font-size: 55px;
  color: #1B3A5C;
  font-weight: 400;
  padding-bottom: 30px;
  line-height: normal;
  margin-bottom: 0;
  text-transform: unset;
}

p {
  margin-bottom: 20px;
  color: #2b2b2b;
  font-size: 19px;
  line-height: 1.65;
}

ol {
  padding-left: 30px;
}

a {
  color: #044663;
}

a:hover {
  color: #bd9a5f;
  text-decoration: none;
}

.body-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
  padding: 0 20px;
}

.img-response {
  width: 100%;
}

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

.center {
  text-align: center;
}

/*.fullwidth-bg-outer{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:0;
	background:url(images/marble.jpg) repeat-y;
	background-size:100% auto;
}*/
.header {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1440 / 850;
}

.gallery-wrapper {
  position: relative;
  padding-bottom: 120px;
  padding-top: 80px;
}

.gallery-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #02314E;
  border-radius: 0;
}

.gallery-wrapper * {
  color: #FBFBFB;
}

.header .carousel-inner {
  max-height: 100%;
  height: auto;
  aspect-ratio: 1440 / 850;
}

.header .carousel-inner .carousel-item {
  max-height: 100%;
}

.header-logo-wrapper {
  background: none;
  background-size: cover;
}

.headerlogo {
  padding: 20px 0;
  padding-left: 5%;
}

.main-key {
  bottom: 5%;
}

.headerlogo img {
  max-width: 271px;
  width: 100%;
  transition: all 0.4s ease 0s;
}

.fixed-top {}

.fixed-top .headerlogo img {
  max-width: 150px;
}

.menuarea-outter-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  background: #004a30;
}

.menuarea {
  padding-right: 3%;
}

.menuarea a {
  font-family: basic-sans, sans-serif;
  text-align: center;
  padding-top: 25px;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  width: auto;
  height: auto;
  background: none;
  padding: 5px 0;
  align-items: center;
  margin-right: 20px;
}

.menuarea a img {
  max-width: 33px;
  margin-right: 15px;
}

.booknav a {
  font-family: basic-sans, sans-serif;
  background: #bd9a5f;
  text-align: center;
  padding-top: 25px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  width: auto;
  height: auto;
  padding: 15px;
  font-size: 15px;
  line-height: normal;
  flex-direction: row-reverse;
  margin-right: 0;
}

.booknav a:hover {
  background: #bb8e43;
}

.booknav a img {
  max-width: 13px;
  margin-left: 30px;
  margin-right: 0;
}

.body-wrapper-outer {
  /*background:url(images/marble.jpg) repeat-y;
	background-size:100% auto;*/
}

.section-one {
  padding: 40px 0 0 0;
  margin: 0 auto;
  max-width: 1200px;
}

.section-one-new {
  padding: 80px 0 0 0;
  max-width: 1022px;
}

.section-one .center img {
  margin-bottom: 20px;
}

.section-one .center h2 p {
  margin-bottom: 0;
}

.d-flex {
  display: flex;
}

.flex-col {
  width: 50%;
}

.flex-col-21 {
  width: 60%;
  position: relative;
}

.two-equal-colums .flex-col-21 {
  width: 50%;
  position: relative;
}

.slider-img-overlay {
  display: inline-block;
  position: relative;
}

.slider-img-overlay img {
  max-width: 100%;
}

.offers-slider .overlay-strip {
  position: absolute;
  content: "";
  right: -1%;
  bottom: 10%;
  width: 23px;
  height: 231px;
  background: url(images/rectangle-img.png) no-repeat;
  background-size: cover;
}

.flex-col-22 {
  padding-left: 60px;
  padding-right: 60px;
  width: 40%;
}

.two-equal-colums .flex-col-22 {
  width: 50%;
}

.two-equal-colums .inner-flex-col-22 {
  padding-top: 10%;
}

.flex-h-center {
  justify-content: center;
}

.flex-v-center {
  align-items: center;
}

.heading-sep {
  background: #CA6D4E;
  width: 120px;
  height: 4px;
  margin-bottom: 30px;
  border: none;
  margin-top: 0;
}

.heading-sep.alternate {
  margin-top: 0;
}

.heading-sep.center {
  margin-right: auto;
  margin-left: auto;
}

.arrows-container {
  width: 175px;
  position: absolute;
  right: 35px;
  bottom: 15px;
  display: flex;
  justify-content: space-between;
}

.learn-more {
  font-family: 'raleway', sans-serif;
  display: inline-block;
  min-width: 184px;
  height: 45px;
  text-align: center;
  text-decoration: none;
  line-height: 45px;
  color: #FBFBFB;
  background-color: #A32900;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  margin-top: 10px;
  gap: 10px;
}

.learn-more:after {
  content: url('data:image/svg+xml,<svg id="Group_568" data-name="Group 568" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="13.155" height="13.161" viewBox="0 0 13.155 13.161"><defs><clipPath id="clip-path"><rect id="Rectangle_3344" data-name="Rectangle 3344" width="13.155" height="13.161" fill="%23f7f7f7"/></clipPath></defs><g id="Group_567" data-name="Group 567" clip-path="url(%23clip-path)"><path id="Path_56418" data-name="Path 56418" d="M12.169,0a.985.985,0,0,1,.987.987v9.869a.987.987,0,1,1-1.974,0V3.368l-9.5,9.5A.986.986,0,0,1,.289,11.477l9.5-9.5H2.3A.987.987,0,1,1,2.3,0h9.869Z" transform="translate(0)" fill="%23f7f7f7"/></g></svg>');
  margin-left: 15px;
}

.learn-more:hover {
  color: #bd9a5f;
  text-decoration: none;
  border-color: #bd9a5f;
}

.pos-relative {
  position: relative;
}

.cr-experience {
  padding: 55px 0 0 0;
  position: relative;
}

.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
}

.cr-experience-inner {
  position: absolute;
  width: 43%;
  height: 100%;
  display: flex;
  left: 75px;
  top: 0;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.cr-experience-inner h2 {
  color: #fff;
}

.cr-experience-inner .learn-more {
  border: 1px solid #fff;
  color: #fff;
}

.section-four {
  padding: 55px 0 0 0;
}

.section-four .flex-col-22 {
  padding-left: 0;
  padding-right: 40px;
}

.section-six {
  color: #fff;
  margin-top: 55px;
}

.section-six .flex-col-22 {
  padding-left: 0;
  width: 50%;
}

.section-six .flex-col-21 {
  width: 50%;
}

.local-section-wrapper {
  background-image: url(images/local-right-img.jpg), url(images/left-img.jpg);
  background-position: right top, left top;
  background-repeat: no-repeat, no-repeat;
  background-size: 56vw auto, 56vw auto;
}

.local-section {
  /*background:url(images/local-bg.png) no-repeat;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover;	*/
}

.local-section .flex-col-61 {
  width: 35%;
}

.section-six .flex-col img {
  display: block;
}

.local-section .flex-col-62 {
  width: 40vw;
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 4vw;
  padding-bottom: 4vw;
  margin-left: 17.8vw;
  background: url(images/blue-img.png) no-repeat;
  -moz-background-size: 61vw auto;
  -webkit-background-size: 61vw auto;
  background-size: 61vw auto;
}

.section-six h2 {
  color: #fff;
  font-size: 2.855vw;
  padding-bottom: 1.4641vw;
  line-height: 2.855vw;
}

.section-six p {
  font-size: 1.39vw;
  margin-bottom: 1.4641vw;
  line-height: 2.04vw;
}

.section-six .learn-more {
  border: 0.07vw solid #fff;
  color: #fff;
  width: 10.98vw;
  height: 2.9282vw;
  line-height: 2.9282vw;
  font-size: 0.95vw;
  letter-spacing: 0.14vw;
}

.section-seven {
  padding: 70px 0 52px 0;
}

.section-seven h2 {
  padding-bottom: 0;
}

.section-seven h3 {
  font-size: 17px;
  color: #3c3c3c;
  padding-bottom: 40px;
}

.blur-outer-wrapper {
  background: url(images/blue-img.png) no-repeat left 60px;
  margin-top: 40px;
}

.menu-wrapper {
  position: fixed;
  right: -100vw;
  background: url(images/menu-bg.jpg) no-repeat;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 90vw;
  height: 100vh;
  z-index: 101;
  top: 0;
}

.h-100 {
  height: 100%;
}

.menu-logo img {
  max-width: 22vw;
}

.mainmenu {
  width: 32vw;
}

.mainmenu ul li {
  list-style-type: none;
  padding-bottom: 2vw;
  position: relative;
}

.mainmenu ul li a {
  font-family: "Marcellus", serif;
  color: #fff;
  text-decoration: none;
  font-size: 2vw;
  line-height: 1.68vw;
}

.mainmenu ul li ul {
  padding-top: 0.5vw;
}

.mainmenu ul li ul li {
  padding-bottom: 0.5vw;
  padding-top: 0.5vw;
}

.mainmenu ul li ul li a {
  font-size: 1.75vw;
}

.open-menuarea {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  text-align: right;
  display: table;
}

.open-menuarea a {
  font-family: basic-sans, sans-serif;
  background: #fafafa;
  display: inline-block;
  width: 50px;
  height: 97px;
  text-align: center;
  padding-top: 25px;
  text-decoration: none;
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 400;
}

.open-menuarea a img {
  max-width: 25px;
  margin-bottom: 10px;
}

.book-wrapper {
  position: fixed;
  left: 100vw;
  top: 0;
  background: #044f70;
  width: 100%;
  height: 100%;
  z-index: 101;
  padding: 4vw;
  text-align: center;
  display: block;
}

.book-wrapper .menu-logo {
  padding-bottom: 5vw;
}

.book-wrapper .menu-logo img {
  max-width: 15vw;
}

.make-reservation-wrapper h2 {
  color: #fff;
  padding-bottom: 4vw;
  font-size: 2.5vw;
}

.reservation-calendar {
  padding-bottom: 4vw;
}

.chk-availability {
  background: #bd9a5f;
  display: inline-block;
  padding: 0.5vw 3vw;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.2vw;
  text-align: center;
  text-transform: uppercase;
  margin-top: 4vw;
}

.chk-availability:hover {
  background: #bb8e43;
}

.address a {
  font-size: 18px;
  color: #111;
  font-family: 'arboria', sans-serif;
}

.copyright {
  font-size: 16px;
  color: #111;
  font-family: 'arboria', sans-serif;
}

.book-close {
  position: absolute;
  top: 3vw;
  right: 4vw;
}

footer {
  color: #111111;
  background-size: contain;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-top: 140px;
  padding-bottom: 350px;
}

.gform_wrapper.gravity-theme * {
  color: #fff;
  font-size: 18px;
}

.col-xl-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 33%;
  max-width: 33%;
}

footer .nav-link {
  color: #fff !important;
  padding-top: 0;
}

footer ul {
  padding-left: 0;
}

footer ul li {
  list-style-type: none !important;
  font-size: 16px;
}

footer ul li a {
  color: #fff;
}

footer ul li a:hover {
  color: #fff;
}

footer a img {
  margin-bottom: 30px;
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
  color: #000;
}

footer .button {
  background: #3b799a !important;
  font-size: 16px !important;
  font-weight: bold;
  letter-spacing: 2px;
}

footer .gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0;
}

footer .gform_title {
  margin-bottom: 0;
  padding-bottom: 0;
}

footer .mb-2 a i {
  color: #fff;
}

footer .mb-2,
.my-2 {
  display: inline-block;
  padding: 0 10px;
  font-size: 28px;
}

.footer-bottom-mn {
  margin-bottom: 0;
}

.footer-bottom-mn li {
  display: inline-block;
  padding: 0 5px;
  border-left: 1px solid #fff;
}

.footer-bottom-mn li:first-child {
  border-left: none;
}

.footer-bottom-mn li a {
  color: #fff;
  margin-right: 5px;
  font-size: 14px;
  line-height: normal;
  margin-left: 5px;
  padding-left: 0;
  padding-right: 0;
  line-height: normal;
  padding-bottom: 0;
}

.inner-blue-bacground {
  background: url(images/blue-img.png) no-repeat left top;
  background-size: 40vw auto;
}

.header .section-four {
  padding-top: 0;
}

.header .flex-col-21 {
  padding-top: 3vw;
  padding-bottom: 3vw;
  width: 80vw;
  text-align: right;
}

.header .flex-col-21 img {
  width: 63.83vw;
  height: auto;
}

.header .flex-col-22 {
  padding-left: 3vw;
  width: 35vw;
  padding-right: 4vw;
  padding-top: 0;
}

.header .flex-col-22 img {
  width: 28vw;
}

.single-body-wrapper-outer {
  margin-top: -110px;
  padding-top: 110px;
}

.single-body-wrapper-head {
  z-index: 1;
  position: relative;
}

.book-now {
  margin-left: 0px;
  background: #346f8d;
  color: #fff;
  border-color: #346f8d;
}

.alternte-space {
  padding-top: 55px;
}

.px-v {
  padding-left: 15px;
  padding-right: 15px;
}

.pv {
  padding: 15px;
}

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.offer-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  padding: 0 80px 80px 80px;
}

.offer-description h2 {
  color: #fff;
}

.offer-description h2.key-image {
  display: none;
}

.offer-description p {
  text-align: center;
  color: #fff;
  display: none;
}

.offer-description .learn-more {
  border-color: #fff;
  color: #fff;
  margin-top: 20px;
}

.offer-description:hover>h2.key-image,
.offer-description:hover>p {
  display: block;
}

.alternte-space-b {
  padding-bottom: 55px;
}

.single-section-two .flex-col-21 {
  width: 100%;
}

.single-body-wrapper-head.alternate {
  padding-left: 80px;
}

.single-body-wrapper-head.alternate-two {
  padding-left: 150px;
}

.section-features {
  padding-top: 55px;
}

.features-col {
  background: #bd9a5f;
  width: 100%;
  max-width: 475px;
  padding: 45px 40px;
  padding-bottom: 23px;
  margin-left: -30%;
}

.features-col h2 {
  color: #fff;
}

.features-col ul li {
  list-style-type: none;
  color: #fff;
  padding: 15px 0 17px 0;
  border-top: 1px solid #fff;
  line-height: normal;
  font-size: 16px;
}

.features-col ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.section-features .body-wrapper {
  padding-left: 60px;
}

.flex-col-md {
  width: 50%;
}

.rooftopbar-enlarge-outer {
  padding: 20px 0 55px 0;
  flex-wrap: wrap;
}

.rooftopbar-enlarge-outer .body-wrapper {
  flex-wrap: wrap;
}

.rooftopbar-enlarge {
  flex: 0 0 auto;
  width: 33.3333%;
  padding: 10px;
}

.enlarge-icon {
  position: absolute;
  bottom: 30px;
  left: 35px;
}

.hours-operation {
  padding-bottom: 55px;
}

.hours-operation-left {
  width: 50%;
  padding: 0 60px;
}

.hours-operation-right {
  width: 50%;
  padding: 0 60px;
  border-left: 1px solid #2b2b2b;
}

.hours-operation-right h3 {
  font-weight: 900;
  color: #3b799a;
  padding-bottom: 10px;
}

.hours-operation-right ul li {
  list-style-type: none;
  padding-bottom: 4px;
}

.hours-operation-rep {
  padding-bottom: 20px;
}

.hours-operation-left .learn-more {
  margin-top: 10px;
}

.blue-bg-section-outer {
  background: url(images/bluebg-full.png) repeat-y;
  background-size: 100% auto;
  background-size: 100% auto;
  background-size: 100% auto;
  padding: 40px 0;
}

.blue-bg-section {
  background: #fff;
  width: 32%;
  margin: 20px;
  text-align: center;
}

.blue-bg-section-2 {
  width: 36%;
}

.blue-sec-description {
  padding: 40px 30px;
}

.blue-bg-section h3 {
  font-weight: 900;
  color: #3b799a;
  padding-bottom: 20px;
  font-size: 21px;
}

.blue-bg-section p {
  font-size: 15px;
}

.learn-more-anchor {
  text-decoration: none;
  font-size: 14px;
  color: #044663;
  letter-spacing: 2px;
}

.flex-direction-reverse.right {
  flex-direction: row-reverse;
}

.flex-direction-reverse .flex-col-21 {
  padding-right: 2opx;
  padding-left: 20px;
}

.section-two.stay-bottom-sec {
  padding-top: 55px;
}

.section-two.stay-bottom-sec.first {
  padding-top: 0;
}

.upcoming-section-outer {
  background: none;
  padding: 0;
}

.upcoming-section-outer .blue-bg-section-outer-wrapper {
  width: 33.3333%;
  padding: 30px 15px;
}

.upcoming-section-outer .blue-bg-section {
  width: 100%;
  text-align: left;
  border-left: 1px solid #ccc8c8;
  border-right: 1px solid #ccc8c8;
  border-bottom: 9px solid #bd9a5f;
  margin: 0 !important;
  height: 100%;
}

.image-meta-date {
  position: absolute;
  top: 20px;
  background: #fff;
  padding: 12px 16px;
}

.image-meta-date h3 {
  font-weight: 900;
  color: #3b799a;
  padding-bottom: 0;
  font-size: 18px;
}

.our-neihborhood-center hr {
  margin-left: auto;
  margin-right: auto;
}

.view-all-events .learn-more {
  margin-top: 35px;
  width: 196px;
}

.tplayerd-outer {
  position: relative;
}

.tplayerd {
  position: relative;
}

.tplayerd {
  position: relative;
  padding-right: 2%;
  padding-left: 2.5%;
}

.tplayerd::before {
  position: absolute;
  content: "";
  border: 2px solid #bd9a5f;
  width: 96%;
  height: 98%;
  top: 0;
  left: 0;
  margin-left: 4%;
  margin-top: 2%;
}

.tplayerd-two {
  padding-right: 0;
  padding-left: 2.5%;
  padding-left: 2%;
}

.tplayerd-two::before {
  top: 0;
  left: 0;
  margin-left: 0;
  margin-right: 4%;
  margin-top: 2%;
  width: 98%;
  height: 98%;
}

.inner-top-heading {
  text-align: center;
}

#single-wrapper {
  padding-bottom: 0 !important;
  overflow-x: hidden;
  overflow-y: auto;
}

.rsUni,
.rsUni .rsOverflow,
.rsUni .rsSlide,
.rsUni .rsVideoFrameHolder,
.rsUni .rsThumbs {
  background: transparent !important;
}

.rsUni .rsArrow {
  width: 70px !important;
  height: 47px !important;
  top: auto !important;
  left: auto !important;
  margin-top: 0;
  margin-left: 0;
  background: url(images/right-arrow.png) no-repeat;
  opacity: 1 !important;
  border-radius: 0;
  bottom: 19px;
  right: 35px !important;
}

.rsUni.rsHor .rsArrowLeft {
  right: 140px !important;
  background: url(images/left-arrow.png) no-repeat;
}

.rsUni .rsArrowIcn {
  background: none !important;
}

.wrapper {
  padding: 0 !important;
}

.flex-wrap-wrap {
  flex-wrap: wrap;
}

.date-container {
  display: inline-block;
  width: 22vw;
  margin: 0 1vw;
  line-height: 0;
  position: relative;
}

.date-container input {
  width: 100%;
  background-color: transparent;
  color: #fff;
  font-size: 1.3vw;
  border: none;
  border-bottom: 1px solid #bababa;
  padding-bottom: 0.5vw;
}

.date-container input:focus-visible {
  outline: none;
}

.date-container input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */

  opacity: 1;
  /* Firefox */
  color: #fff;
}

.date-container -ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.date-container ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.date-container i {
  position: absolute;
  color: #fff;
  right: 0;
  top: 0;
  font-size: 1.5vw;
}

.selectpicker {
  width: 11vw;
  margin: 0 1vw;
  background-color: transparent;
  color: #fff;
  font-size: 1.3vw;
  border: none;
  border-bottom: 1px solid #bababa;
  padding-bottom: 0.5vw;
}

.selectpicker option {
  color: #000;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  background: none repeat scroll 0 0 #e9e8e8;
  border: medium none;
  border-radius: 0;
}

.ui-datepicker {
  padding: 0 !important;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
  border-radius: 0;
  width: 261.117px;
}

.ui-datepicker table {
  margin: 0;
}

.ui-datepicker-title {
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: none;
  color: #221408;
}

.ui-datepicker th {
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: none repeat scroll 0 0 #e9e8e8 !important;
  border: medium none !important;
  margin: 0 !important;
  text-align: center !important;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
  text-shadow: none;
}

.ui-datepicker tbody td {
  width: 14.285714286%;
}

#cookie-law-info-bar span {
  color: #fff;
  font-size: 21px;
}

#ui-datepicker-div {
  top: 25vw !important;
  width: 22vw !important;
}

.wsp-pages-title {
  text-align: left;
  font-size: 25px;
}

.wsp-pages-list {
  text-align: left;
}

.wsp-pages-list li a:hover {
  color: #bd9a60;
  text-decoration: none;
}

.white-popup {
  position: relative;
  width: auto;
  max-width: 80%;
  margin: 20px auto;
}

.section-seven h3 a {
  color: #3c3c3c;
}

.section-seven h3 a:hover {
  color: #bd9a5f;
  text-decoration: none;
}

.filter-group {
  position: absolute;
  float: left;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 0;
  width: auto;
  color: #3c3c3c;
  background: rgba(255, 255, 255, 0.85);
  font-size: 19px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: left !important;
  overflow: auto;
  margin-left: 50px;
  padding: 20px 0 10px 0;
}

/*#map-popup {
  position: absolute;
  top: 5%;
  bottom: 0;
  left: 33%;
  width: 350px;
  z-index: 1;
  border-radius: 0;
  color: #ffffff;
  font-family: Copperplate;
  font-size: 16px;
  letter-spacing: 0.91px;
  background: #333233;
  padding: 0;
  height: 100%;
  transition: opacity .5s ease;
  overflow-y: auto;
  overflow-x: auto;
  opacity: 0;
}*/
.filter-group-toggle {
  padding: 15px 25px;
  cursor: pointer;
  color: #3c3c3c;
}

.filter-group-toggle:hover,
.mapfiler.active .filter-group-toggle {
  background: #3b799a;
  color: #fff;
}

.mapfiler.active .filter-group-toggle {
  font-weight: bold;
}

.filter-category {
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  transition: all 0.5s ease;
}

.mapfiler.active .filter-category {
  opacity: 1;
  max-height: 300px;
}

.filter-group h3 {
  display: none;
}

.filter-group h4 {
  color: #3c3c3c;
  font-size: 17px;
  letter-spacing: 0.91px;
  cursor: pointer;
  padding: 10px 25px 10px 40px;
  margin-bottom: 0;
}

.filter-group h4:hover,
.filter-group h4.active {
  background: #bd9a5f;
  color: #fff;
}

.filter-group h4.active {
  font-weight: bold;
}

.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half {
  display: -moz-inline-stack;
  display: inline-block;
  float: none;
  padding-right: 16px;
  vertical-align: top;
  width: 50%;
}

.ginput_container_address span.ginput_address_country,
.ginput_container_address span.address_state {
  width: 100% !important;
  padding-right: 0 !important;
}

.meet-request-info .gform_button.button {
  border: 1px solid #2b2b2b;
  display: inline-block;
  width: 165px !important;
  height: 45px;
  text-align: center;
  text-decoration: none;
  line-height: 45px;
  color: #044663;
  letter-spacing: 2px;
  font-size: 14px !important;
  text-transform: uppercase;
  padding: 0;
  background: none;
  cursor: pointer;
  font-family: basic-sans, sans-serif;
}

.meet-request-info .gform_button.button:hover {
  color: #bd9a5f;
  text-decoration: none;
}

.carousel-image img {
  width: 100%;
  max-height: 100%;
  height: auto;
  aspect-ratio: 1440 / 850;
  object-fit: cover;
}

.carousel-image {
  position: relative;
  height: auto;
}

.carousel-module .carousel-item {
  height: auto;
}

.carousel-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 90%;
  text-align: center;
  max-width: 1200px;
}

.header-content {
  margin-top: 40px;
}

.header-content * {
  font-size: 78px;
  font-family: "Scout", sans-serif;
  color: white;
  font-weight: 400;
  letter-spacing: 1px;
}

.header-content h2 {
  color: #FFA98D;
  font-size: 47px;
  font-weight: 300;
  letter-spacing: 1px;
}

.header-content strong,
.header-content b {
  position: relative;
  padding: 0 14px;
  display: inline-block;
}

.header-content strong::before,
.header-content b::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #268bb3;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translate(-51%, -45%);
}

.carousel-text .logo {
  max-width: 560px;
  margin-bottom: 20px;
}

#moduleCarousel1 {
  -webkit-animation: 0.5s ease-out 0.4s animate--fade both;
  -moz-animation: 0.5s ease-out 0.4s animate--fade both;
  animation: 0.5s ease-out 0.4s animate--fade both;
}

.carousel-control-next-icon {
  background-image: url("images/arrow-right.png");
}

.carousel-control-prev-icon {
  background-image: url("images/arrow-left.png");
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 26px;
  height: 52px;
}

.carousel-control-next,
.carousel-control-prev {
  width: 10% !important;
}

.mob-main-key {
  display: none;
}

.head-btn {
  display: none;
}

.mainmenu ul li.drop span {
  float: right;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: auto;
  color: #fff;
  cursor: pointer;
  display: none;
  z-index: 1;
}

.closemenu-mob {
  display: none;
}

.map-img-form {
  border-left: 1px solid #b7b9b9;
}

.sign-up-comm .ginput_container {
  float: left;
  margin-top: 9px !important;
  margin-right: 5px;
}

.sign-up-comm .gfield_description {
  float: left;
  width: auto !important;
  clear: none !important;
  font-size: inherit !important;
}

.map-address ul {
  display: table;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
  padding-left: 0;
}

.map-address ul li {
  display: inline-block;
  padding: 0 20px;
}

.map-address ul li:first-child {
  padding-bottom: 20px;
  display: block;
}

.map-img-form img {
  border: 2px solid #ccc;
}

.menu-wrapper .open-menuarea a {
  background: none;
  padding-top: 10px;
  color: transparent;
}

.closemenu-main {
  display: none;
}

.closemenu-mob {
  display: block;
}

.menu-wrapper .menuarea-inner {
  vertical-align: top;
}

.upcoming-section-outer.art-collection-outer .blue-bg-section {
  border: none;
  background: none;
}

.upcoming-section-outer.art-collection-outer .blue-bg-section-outer-wrapper {
  padding-top: 0;
}

.upcoming-section-outer.art-collection-outer .blue-sec-description {
  padding: 10px 0 0 0;
  height: 159px;
  overflow: hidden;
}

.menuarea .booknav a span {
  display: none;
}

.page-submain-menu .nav {
  justify-content: center;
}

.page-submain-menu .nav li {
  padding: 10px 20px;
}

.page-submain-menu .nav li a {
  color: #3c3c3c;
  font-weight: bold;
  position: relative;
  padding-bottom: 6px;
  font-size: 1.2rem;
}

.page-submain-menu .nav li a:hover::after,
.page-submain-menu .nav li.current_page_item a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #bd9a60;
  left: 0;
  bottom: 0;
}

.activities-box-outer {
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
  height: 100%;
}

.activities-box {
  background: #044663;
  margin-right: 8%;
  margin-left: 8%;
  color: #fff;
  padding-left: 4rem;
  padding-right: 4rem;
}

.activities-box h2 {
  color: #fff;
  font-family: "Marcellus", serif;
}

.activities-box p {
  color: #fff;
}

.activities-box a.learn-more {
  color: #fff;
  border-color: #fff;
}

.activities-box a.learn-more:hover {
  color: #bd9a5f;
  text-decoration: none;
  border-color: #bd9a5f;
}

.activities-box-left {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -10px;
}

.grey {
  background: #efefef;
}

.offers-slider {
  position: relative;
}

.offers-slider p {
  color: #2b2b2b;
}

.offers-slider ul {
  color: #2b2b2b;
  list-style-position: inside;
}

.offers-slider h3 {
  margin-bottom: 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.offers-slider h3 span {
  font-size: 24px;
  font-weight: 700;
  color: #044663;
}

.main-head-slider {
  position: absolute;
  top: 7%;
  left: 0;
  width: 100%;
  z-index: 2;
}

.desc-overflow {
  max-height: 270px;
  overflow: hidden;
}

.offers-slider .rsUni .rsBullets {
  position: absolute;
  bottom: 0;
  right: 34%;
  line-height: normal;
  display: none;
}

/*.offers-slider .rsUni .rsBullets {
	counter-reset: slides-num;
	position: absolute;
	bottom: 0;
  	right:32%;
		&:after {
			content: counter(slides-num);
			display: inline-block;
			font-size: 20px;
			font-weight: 700;
			vertical-align: middle;
	  padding-left: 5px;
		}
	}

.offers-slider .rsUni .rsBullet {
	display: inline-block;
		counter-increment: slides-num;
	margin-right: 5px;

		span {
			display: none;
		}

		&.rsNavSelected {

			&:before {
				content:  counter(slides-num) " of" ;
				display: inline-block;
				vertical-align: middle;
		font-size: 20px;
		position: absolute;
		left: 0;
		top: 0;
		}
	}
}*/

.offers-slider .rsUni .rsArrow {
  width: 47px !important;
  height: 20px !important;
  background: url(images/arrow-left-new.png) no-repeat;
  bottom: 0;
  left: 19% !important;
  right: auto !important;
  background-size: 100% 100%;
  z-index: 36;
}

.offers-slider .rsUni.rsHor .rsArrowLeft {
  left: 26% !important;
  right: auto !important;
  background: url(images/arrow-right-new.png) no-repeat;
  background-size: 100% 100%;
}

.sbi-owl-nav {
  margin-top: 30px;
}

.sbi-owl-nav .sbi-owl-prev,
.sbi-owl-nav .sbi-owl-next {
  position: relative !important;
  top: 0 !important;
  margin: 0 25px;
  width: 47px !important;
  height: 20px !important;
  background: url(images/arrow-left-new.png) no-repeat;
  bottom: 0;
  background-size: 100% 100%;
  text-indent: -9999px;
  box-shadow: none;
}

.sbi-owl-nav .sbi-owl-next {
  background: url(images/arrow-right-new.png) no-repeat;
  background-size: 100% 100%;
}

.sbi_carousel:hover .sbi-owl-nav>div.sbi-owl-prev {
  box-shadow: none;
  background: url(images/arrow-left-new.png) no-repeat !important;
  background-size: 100% 100% !important;
}

.sbi_carousel:hover .sbi-owl-nav>div.sbi-owl-next {
  box-shadow: none;
  background: url(images/arrow-right-new.png) no-repeat !important;
  background-size: 100% 100% !important;
}

.sbi_info_wrapper {
  display: none;
}

#map-popup-close {
  display: none;
}

.mapboxgl-marker {
  border-radius: 100%;
  border: none !important;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.mapboxgl-popup {
  max-width: none !important;
}

.mapboxgl-popup-content {
  display: flex;
  width: 275px;
  font-size: 18px;
  padding: 15px;
  box-shadow: none;
  flex-direction: column;
  font-family: basic-sans, sans-serif;
  font-weight: 400;
  padding: 20px !important;
}

.mapboxgl-popup h3 {
  font-family: basic-sans, sans-serif;
  margin-bottom: 0;
  text-align: center;
  font-size: 20px;
  color: #044663;
  text-transform: uppercase;
  font-weight: 400;
}

.mapboxgl-popup-content p:last-of-type {
  margin-bottom: 0;
}

.mapboxgl-popup-content .learn-more {
  display: block;
  text-align: center;
  margin-top: 15px;
  outline: none;
  background: #044663;
  color: #fff;
  border-color: #044663;
}

.mapboxgl-popup-content .learn-more:hover {
  background: #044663;
  color: #fff;
  border-color: #044663;
}

.mapboxgl-popup-close-button {
  right: 3px !important;
  top: 1px !important;
}

.mapboxgl-popup-close-button:focus {
  outline: none;
}

.gallery-swiper img {
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 550/390;
  object-fit: cover;
  transition: all 0.3s ease;
}

/* Style for non-active slides */
.gallery-swiper .swiper-slide:not(.swiper-slide-active) img {
  opacity: 0.5;
  transform: scale(0.75);
}

/* Style for active slide */
.gallery-swiper .swiper-slide-active img {
  opacity: 1;
  transform: scale(1);
}

.gallery-swiper .custom-prev,
.gallery-swiper .custom-next {
  width: 100px;
  left: unset;
  right: unset;
  margin-top: -7px;
}

.gallery-swiper .custom-prev:after,
.gallery-swiper .custom-next:after {
  content: unset;
}

.gallery-swiper .nav-wrapper .swiper-scrollbar {
  left: unset !important;
  right: unset;
  top: 10px;
  margin: 0 20px;
}

.gallery-swiper .nav-wrapper .swiper-scrollbar {
  background-color: #fbfbfb;
  border-radius: 0;
  height: 2px;
  width: 90%;
}

.gallery-swiper .swiper-scrollbar-drag {
  background-color: #CA6D4E;
  border-radius: 0;
  height: 8px;
  top: -3px;
}

.two-blob-images {
  position: relative;
}

.two-blob-images img.bigger {
  border-radius: 100%;
  aspect-ratio: 1;
  max-width: 80%;
  display: block;
  margin-left: auto;
  margin-bottom: 40px;
  object-fit: cover;
}

.two-blob-images img.smaller {
  border-radius: 100%;
  aspect-ratio: 1;
  max-width: 45%;
  display: block;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 12px solid #ffffff80;
  object-fit: cover;
}

.blur-outer-wrapper-two .one-image .image-wrapper img {
  aspect-ratio: 590/500;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blur-outer-wrapper-two .one-image .image-wrapper {
  aspect-ratio: 590/500;
  width: 100%;
  height: auto;
  position: relative;
}

.blur-outer-wrapper-two .one-image .image-wrapper::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  border: 1.5px solid #D1E4EC;
  z-index: -1;
}

.blur-outer-wrapper-two ul li {
  margin-bottom: 10px;
}

.blur-outer-wrapper-two ul li::marker {
  color: #D4D6D1;
}

.blur-outer-wrapper-two * {
  color: #FBFBFB;
}

.blur-outer-wrapper-two .heading-sep {
  background: #FBFBFB;
}

.blur-outer-wrapper-two {
  padding-bottom: 220px;
}

.footer-logo {
  max-width: 440px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .center-row {
    justify-content: center;
  }

  footer a img {
    margin-bottom: 25px;
  }

  .desc-overflow {
    max-height: 189px;
  }
}

@media only screen and (max-width: 1024px) {
  .md-flex-column {
    flex-direction: column;
  }

  .flex-direction-reverse.right {
    flex-direction: column;
  }

  /*.lg-reverse-section-two-left{
	padding-top:0;
	padding-bottom:0;
}*/
  .lg-reverse-section-two .md-flex-column {
    flex-direction: column-reverse;
  }

  .md-flex-center {
    text-align: center;
  }

  .flex-col-22 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    width: 100%;
  }

  .two-equal-colums .flex-col-22 {
    width: 100%;
  }

  .section-four .flex-col-22 {
    padding-right: 0;
    padding-bottom: 40px;
  }

  \.section-six .flex-col-22 {
    padding-top: 0;
  }

  .flex-col-21 {
    width: 100%;
    padding-left: 0 !important;
  }

  .two-equal-colums .flex-col-21 {
    width: 100%;
  }

  .local-section .flex-col-62 {}

  .flex-col-md {
    width: 100%;
  }

  .features-col {
    margin-left: auto;
    margin-top: -30%;
    margin-right: auto;
  }

  .section-features .body-wrapper {
    padding-left: 20px;
  }

  .blur-outer-wrapper {
    background: none;
  }

  .main-head-slider {
    position: relative;
    top: 0;
  }

  .two-equal-colums .inner-flex-col-22 {
    padding-top: 40px;
  }

  .offers-slider .rsUni .rsBullets {
    position: relative;
    width: 100%;
    padding-top: 40px;
  }

  .offers-slider .rsUni .rsBullets {
    text-align: left;
    right: auto;
    position: relative !important;
  }

  .offers-slider .rsUni .rsBullet {
    text-align: left;
    right: auto !important;
    padding-top: 36px !important;
  }

  .offers-slider .rsUni.rsHor .rsArrowLeft {
    left: 56% !important;
    right: 0 !important;
    margin-right: 0;
  }

  .offers-slider .rsUni .rsArrow {
    left: 40% !important;
    right: 0 !important;
    margin-right: 80px;
    bottom: -40px;
  }

  .alternte-space-b.offer-slider-wrapper {
    padding-bottom: 95px;
  }

  .desc-overflow {
    max-height: none;
  }
}

@media only screen and (max-width: 991px) {

  .header,
  .header .carousel-inner,
  .carousel-image img {
    aspect-ratio: 1440 / 850;
  }

  .header-content * {
    font-size: 60px;
  }

  .carousel-text .logo {
    max-width: 400px;
    width: 100%;
  }

  h2 {
    font-size: 44px;
  }

  .cr-experience-inner h2 {
    color: #000;
  }

  .cr-experience-inner {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    flex-direction: column;
    justify-content: center;
    color: #000;
    padding-top: 20px;
  }

  .cr-experience-inner .learn-more {
    border: 1px solid #000;
    color: #000;
  }

  .blue-sec-description {
    padding: 40px 15px;
  }

  .offer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  #ui-datepicker-div {
    top: 26vw !important;
    width: 26vw !important;
  }

  .main-key img {
    max-width: 30px !important;
  }

  .body-wrapper {
    padding: 0 8%;
  }

  .map-img-form {
    border-left: none;
    border-top: 1px solid #b7b9b9;
  }

  .inner-top-heading h2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .activities-box-outer {
    position: relative;
  }

  .activities-box {
    margin-right: 0;
    margin-left: 0;
  }

  .full-width-outer {
    padding-bottom: 3rem !important;
  }
}

@media only screen and (max-width: 767px) {

  .header,
  .header .carousel-inner,
  .carousel-image img {
    aspect-ratio: unset;
    height: 55vh;
    min-height: 500px;
  }

  .header-content * {
    font-size: 60px;
  }

  .carousel-text .logo {
    max-width: 400px;
    width: 100%;
  }

  .header-content * {
    font-size: 55px;
  }

  .carousel-text .logo {
    max-width: 400px;
    width: 80%;
  }

  .inner-top-heading h2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery-wrapper {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .rooftopbar-enlarge {
    width: 100%;
  }

  .blue-bg-section-outer .body-wrapper {
    flex-wrap: wrap;
  }

  .blue-bg-section {
    width: 100%;
  }

  .blue-bg-section-2 {
    width: 100%;
  }

  .upcoming-section-outer .blue-bg-section,
  .upcoming-section-outer .blue-bg-section-outer-wrapper {
    width: 100%;
  }

  .hours-operation .body-wrapper {
    flex-wrap: wrap;
  }

  .hours-operation-left {
    width: 100%;
    padding: 0 15px;
    padding-bottom: 40px;
  }

  .hours-operation-right {
    width: 100%;
    padding: 0 15px;
    border-left: none;
    border-top: 1px solid #2b2b2b;
    padding-top: 40px;
  }

  .local-section .flex-col-62 {
    width: 70vw;
    -moz-background-size: 100vw auto;
    -webkit-background-size: 100vw auto;
    background-size: 100vw auto;
  }

  .section-six p {
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .section-six .learn-more {
    width: 12.98vw;
    height: 3.9282vw;
    line-height: 3.9282vw;
    font-size: 1.2vw;
  }

  .headerlogo img {
    max-width: 220px;
  }

  #ui-datepicker-div {
    top: 28vw !important;
    width: 42vw !important;
  }

  .menu-logo img {
    max-width: 44vw;
  }

  .mainmenu ul li a {
    font-size: 5vw;
  }

  .mainmenu ul li ul li a {
    font-size: 4.5vw;
  }

  .date-container {
    width: 100%;
    margin-bottom: 4vw;
  }

  .date-container input {
    font-size: 4vw;
  }

  .date-container i {
    font-size: 4vw;
  }

  .selectpicker {
    width: 100%;
    margin-bottom: 4vw;
    font-size: 4vw;
  }

  .chk-availability {
    font-size: 4vw;
  }

  .make-reservation-wrapper h2 {
    font-size: 5vw;
  }

  .book-wrapper .menu-logo img {
    max-width: 44vw;
  }

  .mainmenu {
    width: 100%;
    text-align: left;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .mainmenu ul {
    padding-left: 0;
  }

  .mainmenu-outer-wrapper {
    flex-direction: column-reverse;
  }

  .menu-wrapper {
    width: 100vw;
  }

  .main-key {
    display: none;
  }

  .mob-main-key {
    display: block;
  }

  .body-wrapper {
    padding: 0 20px;
  }

  footer {
    padding: 60px 20px !important;
  }

  footer .container {
    padding-bottom: 60px !important;
  }

  .head-btn {
    display: block;
  }

  .head-btn {
    text-align: center;
  }

  .head-btn a {
    font-family: basic-sans, sans-serif;
    background: #bd9a60;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 15px 20px;
  }

  .menu-wrapper {
    background: #044663;
  }

  .menu-wrapper .menuarea-inner {
    vertical-align: top;
  }

  .menu-wrapper .open-menuarea a {
    background: none;
    padding-top: 10px;
    color: transparent;
  }

  .closemenu-main {
    display: none;
  }

  .closemenu-mob {
    display: block;
  }

  .mainmenu ul li.drop span {
    display: block;
  }

  .filter-group {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    padding: 30px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 640px) {

  .gform_wrapper .top_label li.gfield.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .booknav a {
    padding: 15px 10px;
  }

  .menuarea .mainnav a {
    margin-right: 15px;
  }

  .menuarea .booknav a img {
    margin-right: 0;
  }

  .menuarea a img {
    margin-right: 10px;
  }

  .offers-slider .rsUni .rsArrow {
    left: 21% !important;
  }

  .offers-slider .rsUni.rsHor .rsArrowLeft {
    left: 65% !important;
  }
}

@media only screen and (max-width: 479px) {
  .book-now {
    margin-left: 0;
    margin-top: 15px;
  }

  .offer-description {
    padding: 0 25px 40px 25px;
  }

  .offer-description h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }

  .offer-description p {
    font-size: 14px;
    line-height: 22px;
  }

  .offer-description .learn-more {
    margin-top: 0;
  }

  .offer-description h2.key-image {
    padding-bottom: 0;
  }

  .offer-description h2.key-image img {
    max-width: 20px;
  }

  #ui-datepicker-div {
    top: 33vw !important;
    width: 62vw !important;
  }

  .map-address ul li {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 359px) {
  .menuarea-outter-wrapper .col-8.col-sm-7 {
    padding-right: 0;
  }

  .menuarea .mainnav a {
    margin-right: 7px;
  }
}

.hide-for-screenreader {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* Carret Css */
.mainmenu ul li a .fa-chevron-up {
  display: none;
}

.mainmenu ul li.open a .fa.fa-chevron-up {
  display: inline;
}

.mainmenu ul li a .fa.fa-chevron-down {
  display: inline;
}

.mainmenu ul li.open a .fa-chevron-down {
  display: none;
}

/* Slide Count */
.offers-slider .rsUni .rsBullets {
  counter-reset: slides-num;
  /* Initialize counter. */
  color: #044663;
  position: absolute;
  /* top: 100%;
	left: 50%;
	margin-top: 15px; */

  &:after {
    content: " - " counter(slides-num);
    /* get total number of items - more info on http://www.sitepoint.com/a-little-known-way-to-replace-some-scripts-with-css-counters/ */
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    vertical-align: middle;
    padding-left: 5px;
    margin-left: 20px;
  }
}

.offers-slider .rsUni .rsBullet {
  display: inline-block;
  counter-increment: slides-num;
  position: absolute;
  top: 4px;
  right: 50%;
  padding-top: 0;
  padding-bottom: 0;
  line-height: normal;
  width: auto;
  height: auto;
  font-size: 18px;
  padding-right: 2px;

  span {
    display: none;
  }

  &.rsNavSelected {
    &:before {
      content: counter(slides-num) " ";
      /* Use the same counter to get current item. */
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      position: relative;
      left: 0;
      top: 0;
    }
  }
}


.stay_connected_section {
  margin: 120px 0;
}

.stay_connected_section .container-md {
  max-width: 1020px;
}

.stay-wrapper {
  background-color: #0E7BA7;
  padding: 30px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border-radius: 90px 0 90px 0;
  text-align: center;
}

.stay-wrapper .title {
  font-size: 84px;
  font-family: "Scout", sans-serif;
  color: white;
  font-weight: 600;
  letter-spacing: 1px;
}

.stay-wrapper .dsp {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

.stay-wrapper #field_submit .gform-button {
  text-align: center;
  width: 100%;
  background: #113245;
  color: white;
  padding: 8px 42px;
}

.stay-wrapper .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 0;
}

.stay-wrapper .gform_wrapper.gravity-theme .gform_fields input {
  color: #113245;
  border-color: #fff;
  border-style: solid;
  font-size: 18px;
  height: 46px;
}

header .banner {
  background: #E39F56;
  text-align: center;
  font-size: 18px;
  font-family: "Scout", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #1B3A5C;
  padding: 10px;
}

@media (max-width: 767px) {
  .stay-wrapper {
    padding: 20px 40px;
  }

  .stay-wrapper .title {
    font-size: 44px;
  }
}