:root {
  --lime-green: #cdda02;
  --coral-red: #fe5656;
  --deep-teal: #225f7e;
  --sage-gray: #b6c6bf;
  --vibrant-orange: #ff751d;
  --warm-cream: #f9ecd7;
  --forest-green: #24542f;
}

body {
	font-family: sofia-pro-variable, sans-serif;
	font-variation-settings: "slnt" 0, "wght" 461.64383;
	font-size: 20px;
	line-height: 1.65;
}

h1, h2, h3, h4, h5, h6 {
	font-family: sofia-pro-variable, sans-serif;
	font-variation-settings: "slnt" 0, "wght" 708.21918;
}

.g-container {
	 width: 1650px;
	 max-width: calc(100% - 50px);
}

.button {
	display: inline-block;
	padding: 22.5px 47.5px;
	background-color: var(--vibrant-orange);
	border: 4px solid #fff;
	color: #fff;
	font-size: 19.2px;
	font-variation-settings: "slnt" 0, "wght" 831.50684;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1.8px;
}

.button.alt {
	background-color: var(--sage-gray);
}

.button:hover, .button.alt:hover {
	background-color: var(--deep-teal);
	color: #fff;
}

/* Navigation */

#g-navigation {
    background: transparent;
    position: absolute;
    z-index: 20;
    width: 100%;
}

.home #g-navigation {
	background: #fff;
	position: relative;
}

.single-mc-events  #g-navigation {
	background: var(--deep-teal);
	position: relative;
} 

#g-navigation .g-logo img {
	 filter: brightness(0) invert(1);
}

.home #g-navigation .g-logo img,
#g-navigation.pre  .g-logo img {
	 filter: none !important;
}

#g-navigation .g-container {
	 width: 1750px;
	 max-width: calc(100% - 50px);
}

#g-navigation .g-main-nav {
    text-align: right;
}

#g-navigation .g-main-nav .g-toplevel > li {
	margin: 0 75px;
}

#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
    font-size: 18px;
		letter-spacing: 1.8px;
		text-transform: uppercase;
		color: #fff;
}

#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content,
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container:hover > .g-menu-item-content  {
	color: var(--lime-green);
}

.home #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content,
#g-navigation.pre  .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
		color: var(--deep-teal);
}

.home #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content,
#g-navigation.pre .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content,
.home #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container:hover > .g-menu-item-content,  
#g-navigation.pre .g-main-nav .g-toplevel > li > .g-menu-item-container:hover > .g-menu-item-content  {
	color: var(--vibrant-orange);
}

/* Main */

#g-mainbar {
    padding: 0;
}

#g-mainbar .g-content {
    margin: 0;
    padding: 0;
}

/* Homepage */

#mainContent {
	padding-top: 60px;
	color: #fff;
}

#mainContent:before {
	content: '';
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(26,71,95,0.75);
	z-index: 1;
}

#mainContent:after {
	content: '';
	display: block;
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('images/video-overlay.webp') bottom -350px center no-repeat;
	z-index: 2;
	background-size: 102% auto;
}

#mainContent .wpb_column {
	position: relative;
	z-index: 5;
}

#mainContent h1 {
	font-family: linzer, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 40px;
	line-height: 1.2;
}

#mainContent .text {
	font-size: 22px;
	line-height: 1.5;
	max-width: 980px;
	margin: 0 auto;
}

#mainContent .button {
	position: relative;
	top: 25px;
}

#workspaces {
	background-color: var( --deep-teal);
	color: #fff;
	padding: 85px 0;
}

#workspaces h2 {
	font-family: sofia-pro-variable, sans-serif;
	font-variation-settings: "slnt" 0, "wght" 461.64383;
	font-size: 72px;
	line-height: 1.36;
	text-transform: uppercase;
	letter-spacing: 8px;
	clear: both;
}

#workspaces h2 .subText {
	font-family: linzer, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 86px;
	text-transform: lowercase;
	letter-spacing: 0;
	color: var(--sage-gray);
	padding-left: 215px;
	float: right;
	display: inline-block;
	background: url('images/dots.webp') left center no-repeat;
}

#workspaces h3 {
	clear: both;
	font-family: sofia-pro-variable, sans-serif;
	font-variation-settings: "slnt" 0, "wght" 461.64383;
	font-size: 32px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#workspaces .offers {
	margin-top: 15px;
}

#workspaces .offers .vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 28px;
    padding-right: 28px;
    width: 100%;
}

#workspaces .offers .image {
    position: relative;
    margin: 0;
    height: 355px;
    overflow: hidden;
}

#workspaces .offers .image p {
	margin: 0; 
}

#workspaces .offers .image img {
	margin: 0;
	width: 100%;
}

#workspaces .offers .image video {
	 width: 100%;
	 height: 100%;
   object-fit: cover;
   display: block;
	 position: absolute;
	 bottom: 0px;
}

#workspaces .offers .image-title {
    margin: 0;
		font-family: sofia-pro-variable, sans-serif;
    font-size: 40px;
    line-height: 1.15;
    font-variation-settings: "slnt" 0, "wght" 708.21918;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: 35px;
    left: 30px;
}

#workspaces .offers .image-title span {
    position: relative;
    z-index: 1;
    padding: 0 8px;
}

#workspaces .offers .image-title span::before {
    content: "";
    position: absolute;
    left: 20px;
    right: 6px;
    top: 20px;
    bottom: 5px;
    background: var(--deep-teal);
    z-index: -1;
}

#workspaces .offers .text {
    background-color: var(--warm-cream);
    color: #000;
    padding: 25px 60px 65px 60px;
    position: relative;
    top: -2px;
    min-height: 382px;
}

#workspaces .offers .text p:not(.sub) {
	font-size: 15px;
	line-height: 1.45;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#workspaces .offers .text p.sub {
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 50px;
	position: relative;
}

#workspaces .offers .text p.sub:before {
	content: '';
	width: 162px;
	height: 72px;
	position: absolute;
	left: -40px;
	top: -48px;
	background: url('images/the-vibe.webp') center center no-repeat;
	background-size: cover;
	z-index: 0;
}

#workspaces .offers .text .button {
    position: absolute;
    white-space: nowrap;
		left: 50%;
		transform: translateX(-50%);
		bottom: -45px;
}

#theExperience {
	background-color: var(--sage-gray);
	padding: 85px 0 20px 0;
	color: #000;
	letter-spacing: 2px;
}

#theExperience h2 {
	font-family: sofia-pro-variable, sans-serif;
	font-variation-settings: "slnt" 0, "wght" 461.64383;
	font-size: 72px;
	line-height: 1.36;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: var(--deep-teal);
	clear: both;
}

#theExperience h2 .subText {
	font-family: linzer, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 86px;
	text-transform: lowercase;
	letter-spacing: 0;
	color: #fff;
	padding-left: 215px;
	float: right;
	display: inline-block;
	background: url('images/dots.webp') left center no-repeat;
}

#theExperience h3 {
	clear: both;
	font-family: sofia-pro-variable, sans-serif;
	font-variation-settings: "slnt" 0, "wght" 461.64383;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#theExperience .buttons {
	margin: 50px 0;
}

#theExperience .buttons .button {
	margin: 7.5px;
}


#theExperience .hec-media-carousel__arrow  {
	width: 70px;
	height: 81px;
}

#theExperience .hec-media-carousel__arrow span {
	 opacity: 0;
}

#theExperience .hec-media-carousel__arrow--prev {
	background: url('images/arrow_l.webp') center center no-repeat;
}

#theExperience .hec-media-carousel__arrow--next {
	background: url('images/arrow_r.webp') center center no-repeat;
}

#hecContent:before {
    content: '';
    display: block;
    width: 1503px;
    height: 1365px;
    position: absolute;
    top: 50%;
    right: -315px;
    transform: translateY(-66%);
    background: url('images/rudder.webp') center center no-repeat;
    background-size: contain;
    z-index: 1;
}

#hecContent .vc_column_container {
	position: relative;
	z-index: 2;
}

#hecContent .findUs {
	margin-top: 50px;
}

#hecContent .findUs h2 {
	font-family: linzer, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 86px;
	text-transform: lowercase;
	letter-spacing: 0;
	color: var(--deep-teal);
	position: absolute;
	top: -70px;
	left: 55%;
}

#hecContent .findUs .content {
	position: relative;
}

#hecContent:after {
    content: '';
    display: block;
    width: 493px;
    height: 632px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('images/bamboo.webp') center center no-repeat;
    background-size: contain;
    z-index: 3;
}

#allInclusive {
	padding: 85px 0 30px 0;
}

#allInclusive  h2 {
	font-family: sofia-pro-variable, sans-serif;
	font-variation-settings: "slnt" 0, "wght" 461.64383;
	font-size: 72px;
	line-height: 1.36;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: var(--deep-teal);
	clear: both;
}

#allInclusive h2 .subText {
	font-family: linzer, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 86px;
	text-transform: lowercase;
	letter-spacing: 0;
	color: var(--forest-green);
	padding-left: 215px;
	float: right;
	display: inline-block;
	background: url('images/dots.webp') left center no-repeat;
}

#allInclusive h3 {
	clear: both;
	font-family: sofia-pro-variable, sans-serif;
	font-variation-settings: "slnt" 0, "wght" 461.64383;
	font-size: 32px;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 15px 0;
}

#allInclusive h4 {
	font-family: sofia-pro-variable, sans-serif;
	font-variation-settings: "slnt" 0, "wght" 461.64383;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1.175;
	margin: 0;
}

#allInclusive .amenities {
	font-size: 17px;
	letter-spacing: 2px;
}

#allInclusive .button {
	border-color: var(--deep-teal);
}

/* Pages */

#heroRow .vc_inner {
	width: 1710px;
	margin: 0 auto;
	max-width: calc(100% - 50px);
	color: #fff;
}

#heroRow h1 {
	font-family: linzer, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 56px;
	line-height: 1.42;
}

#heroRow .text p {
	font-variation-settings: "slnt" 0, "wght" 831.50684;
	font-size: 24px;
	line-height: 2;
	letter-spacing: 3px;
}

#heroRow .buttons {
	padding-right: 105px;
}

#heroRow:before {
	content: '';
	display: block;
	position: absolute;
	bottom:-5px;
	left:0;
	width: 100%;
	height: 582px;
	background: url('images/page-hero-gradient.webp') bottom center no-repeat;
	z-index: 1;
}

#heroRow:after {
	content: '';
	display: block;
	position: absolute;
	top:-2px;
	left:0;
	width: 100%;
	height: 259px;
	background: url('images/hero-top-gradient.webp') bottom center no-repeat;
	z-index: 1;
	visibility: visible;
}

#heroRow .orange {
	color: var(--vibrant-orange);
}

#workspaces  p {
	clear: both;
}

#workspaces .video {
	width: 1200px;
	max-width: 100%;
	margin: 25px auto;
}

#hecContent.innerPage:after {
	display: none;
}

.page-id-14 #hecContent:before {
	top: 35%;
}

.page-id-18 #hecContent:before {
	top: 68%;
}

#hecContent .hec-comparison-table__body {
	border-radius: 18px 0 18px 18px;
}

#hecContent .hec-comparison-table__section-title {
	font-variation-settings: "slnt" 0, "wght" 831.50684;
	font-size: 22px;
}

#hecContent .hec-comparison-table__feature strong {
	font-variation-settings: "slnt" 0, "wght" 708.21918;
	font-size: 18px;
}

#hecContent .hec-comparison-table__feature span {
	font-size: 18px;
}

#hecContent .hec-comparison-table__included strong {
	font-variation-settings: "slnt" 0, "wght" 708.21918;
	font-size: 24px;
	letter-spacing: 2px;

}

#hecContent  .hec-comparison-table__alternative-title {
	font-variation-settings: "slnt" 0, "wght" 708.21918;
	font-size: 18px;
}

#hecContent .hec-comparison-table__x {
	font-size: 26px;
}

#hecContent  .hec-comparison-table {
	max-width: 1660px;
}

#hecContent  .hec-comparison-table__alternative-description {
	font-size: 16px;
}

#hecContent  .hec-comparison-table__eyebrow {
	font-size: 18px;
}

#hecContent .hec-comparison-table__header-cell strong {
	font-size: 22px;
}

#hecContent.innerPage #theExperience .alt {
	margin-top: 65px;
}

#theExperience .alt h2 {
	color: #fff;
}

#theExperience .alt h2 .subText {
	color: var(--forest-green);
}

#hecContent.innerPage #workspaces .offers .text p:not(.sub) {
    font-size: 14px;
}

#workspaces .offers ul {
    display: table;
    margin: 0 auto;
}

#workspaces .offers ul li {
	list-style: none;
	background: url('images/bullet-check.webp') left center no-repeat;
	font-size: 16px;
	letter-spacing: 2px;
	padding-left: 30px;
}

#hecContent.innerPage #workspaces .offers .text {
    padding: 25px 45px 65px 45px;
}

#faqHEC {
	background: var(--warm-cream);
	padding: 85px 0;
}

#faqHEC  h2 {
	font-family: sofia-pro-variable, sans-serif;
	font-variation-settings: "slnt" 0, "wght" 461.64383;
	font-size: 72px;
	line-height: 1.36;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: var(--deep-teal);
	clear: both;
}

#faqHEC h2 .subText {
	font-family: linzer, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 86px;
	text-transform: lowercase;
	letter-spacing: 0;
	color: var(--forest-green);
	padding-left: 215px;
	float: right;
	display: inline-block;
	background: url('images/dots.webp') left center no-repeat;
}

#faqHEC h3 {
	clear: both;
	font-family: sofia-pro-variable, sans-serif;
	font-variation-settings: "slnt" 0, "wght" 461.64383;
	font-size: 32px;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 15px 0;
}

#faqHEC .vc_tta-color-custom.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
#faqHEC .vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body,
#faqHEC .vc_tta-color-custom.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	background: none !important;
	border: 0 !important;
}

#faqHEC .vc_tta.vc_general .vc_tta-panel-title span {
	font-family: sofia-pro-variable, sans-serif;
	font-variation-settings: "slnt" 0, "wght" 708.21918;
	font-size: 30px;
	line-height: 1.25;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--deep-teal) !important;
}

#faqHEC .vc_tta-panel-body {
	font-size: 18px;
	letter-spacing: 2px;
	padding-right: 200px;
}

#faqHEC .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before {
    border: 0;
		width: 65px;
		height: 65px;
		background: url('images/faq-icon.webp') center center no-repeat;
		background-size: contain;
}

#faqHEC .vc_tta.vc_general .vc_tta-panel {
    margin: 50px 0;
}

#faqHEC .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    width: 65px;
    height: 65px;
}

#faqHEC .vc_column-inner {
	position: relative;
	z-index: 2;
}

#faqHEC:after {
    content: '';
    display: block;
    width: 762px;
    height: 977px;
    position: absolute;
    bottom: 0;
    left: -305px;
    background: url('images/faq-bamboo.webp') center center no-repeat;
    background-size: contain;
    z-index: 0;
}

#testimonialsHEC {
	background: var(--deep-teal);
	color: #fff;
	padding: 85px 0;
}

#testimonialsHEC h2 {
	font-family: sofia-pro-variable, sans-serif;
	font-variation-settings: "slnt" 0, "wght" 461.64383;
	font-size: 72px;
	line-height: 1.36;
	text-transform: uppercase;
	letter-spacing: 8px;
	clear: both;
}

#testimonialsHEC h2 .subText {
	font-family: linzer, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 86px;
	text-transform: lowercase;
	letter-spacing: 0;
	color: var(--sage-gray);
	padding-left: 215px;
	float: right;
	display: inline-block;
	background: url('images/dots.webp') left center no-repeat;
}

#testimonialsHEC h3 {
	clear: both;
	font-family: sofia-pro-variable, sans-serif;
	font-variation-settings: "slnt" 0, "wght" 461.64383;
	font-size: 32px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.testimonialsContent {
	margin: 35px 0;
}

.testimonialsContent p {
	line-height: 1.3;
	margin: 5px 0;
}

.testimonialsContent p strong {
	font-family: linzer, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 36px;
	text-transform: lowercase;
	letter-spacing: 0;
	color: var(--sage-gray);
}

.testimonialsContent .companyName {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.testimonialsContent .vc_column_container > .vc_column-inner {
    padding-left: 25px;
    padding-right: 25px;
}

.testimonialsContent .text  {
    padding: 0 35px;
}

#eventsHEC {
	padding: 125px 0 65px 0;
	background: var(--deep-teal);
	color: #fff;
}

#eventsHEC h2 {
	font-family: sofia-pro-variable, sans-serif;
	font-variation-settings: "slnt" 0, "wght" 461.64383;
	font-size: 72px;
	line-height: 1.36;
	text-transform: uppercase;
	letter-spacing: 8px;
	clear: both;
}

#eventsHEC h2 .subText {
	font-family: linzer, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 86px;
	text-transform: lowercase;
	letter-spacing: 0;
	color: var(--sage-gray);
	padding-left: 215px;
	float: right;
	display: inline-block;
	background: url('images/dots.webp') left center no-repeat;
}

#eventsHEC h2.my-calendar-month {
	color: #fff;
	font-size: 42px;
}

#eventsHEC h2.event-date {
	color: var(--deep-teal);
	font-size: 28px;
}

#eventsHEC  .mc-main .has-events .mc-date {
    background: #225f7e;
}

#eventsHEC  .mc-main .my-calendar-navigation .mc-active {
    background: #cdda02;
    background-color: #cdda02;
    color: #225f7e;
}

#eventsHEC .mc-main .my-calendar-navigation select:focus, 
#eventsHEC .mc-main .my-calendar-navigation select:hover, 
#eventsHEC .mc-main .my-calendar-navigation input:hover, 
#eventsHEC .mc-main .my-calendar-navigation input:focus, 
#eventsHEC .mc-main .my-calendar-navigation button:hover, 
#eventsHEC .mc-main .my-calendar-navigation button:focus, 
#eventsHEC .mc-main .my-calendar-navigation a:hover, 
#eventsHEC .mc-main .my-calendar-navigation a:focus {
    outline: 3px solid #fe5656;
}

#eventsHEC .mc-main .my-calendar-navigation input[type=submit], 
#eventsHEC .mc-main .my-calendar-navigation button, 
#eventsHEC .mc-main .my-calendar-navigation a {
    color: #225f7e;
}

#eventsHEC .mc-content {
	background: #fff;
}

.single-mc-events .view-full {
    display: none;
}


/* Footer */

#g-footer {
	background: #11303f;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 100px 0 0px 0;
}

#g-footer  a {
	color: #fff;
}

#g-footer  a:hover {
	color: var(--sage-gray);
}

#g-footer h3 {
	font-family: linzer, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 26px;
	text-transform: lowercase;
	letter-spacing: 0;
	margin: 20px 0 0 20px;
}

#g-footer .menu {
	margin: 50px 0;
}

#g-footer .menu li {
	margin: 20px 0;
}

#g-footer  .copyright {
	text-align: right;
	font-size: 13px;
	letter-spacing: 1px;
}

#g-footer .social-icon {
	display: inline-block;
	width: 38px;
	height: 38px;
	background: url('images/social-icons.webp') no-repeat;
	margin: 0 7.5px;
}

#g-footer .social-icon:hover {
	opacity: 0.7;
}

#g-footer .social-icon.fb {
	background-position:  0px 0px;
}

#g-footer .social-icon.inst {
	background-position: -54px 0px;
}

#g-footer .social-icon.yt {
	background-position: -109px 0px;
}

#g-footer .social-icon.ln {
	background-position: -161px 0px;
}

.footer-b p {
	margin-top: 5px;
	padding-left: 65px;
}

/* Sticky Menu */

#g-navigation.pre  {
	position: fixed;
	width: 100%;
	left: 0;
	top: -210px;
	background: #fff;
	opacity: 0;
    display: flex;
    align-items: center;
	background: #fff !important;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	padding: 7px 0 7px 0;
}


#g-navigation.pre.sticky {
	top: 0;
	opacity: 1;
	z-index: 500;
	transition: .45s cubic-bezier(.05,.21,.41,.95) !important;
}

.home.sticky  #g-page-surround {
    padding-top: 90px;
}

#g-footer .g-totop.uptown a {
    color: #fff;
    background: var(--coral-red);
    border-radius: 40px;
    line-height: 37px;
    position: fixed;
    right: 8px;
    bottom: 35px;
    display: block;
    font-size: 18px;
    width: 39px;
    height: 39px;
    text-align: center;
    z-index: 55;
}

#g-footer .g-totop.uptown a i {
    position: relative;
    left: 1px;
}

/* Fixes */

.smallGrid {
	width: 1380px;
	max-width: 100%;
	margin: 0 auto 35px auto;
}

#workspaces .vc_col-md-4 {
    width: 25%;
}

/* Responsive Fix */

@media (max-height: 850px) {
 
 
}

@media (max-height: 800px) {
	

	
}

@media  (max-width: 1900px) {

	#workspaces .offers .image {
			height: 333px;

	}
	
}


@media  (max-width: 1800px) {
	
	#g-footer .g-totop.uptown a {
			bottom: 60px;
	}
	
	#heroRow h1 {
    font-size: 54px;
	}
	
	#workspaces .offers .image {
    height: 310px;
	}

}


@media  (max-width: 1700px) {
	
	#workspaces .offers .vc_column_container>.vc_column-inner {
			padding-left: 15px;
			padding-right: 15px;
	}
	
	#hecContent:after {
    left: -85px;
	}
	
	#allInclusive h4 {
    font-size: 28px;
	}
	
	#heroRow h1 {
    font-size: 50px;
	}
	
	#heroRow .text p {
    font-size: 23px;
	}
	
	
	
}


@media  (max-width: 1600px) {
	
	#g-navigation .g-main-nav .g-toplevel > li {
    margin: 0 60px;
	}
	
	#workspaces h2, #theExperience h2, #allInclusive h2, #eventsHEC h2 {
    font-size: 65px;
	}
	
	#workspaces h2 .subText, #theExperience h2 .subText, #allInclusive h2 .subText, #eventsHEC h2 .subText {
    font-size: 75px;
	}
	
	#workspaces h3, #theExperience h3, #allInclusive h3 {
    font-size: 30px;
    letter-spacing: 2px;
	}
	
	#workspaces .offers .image {
    height: 290px;
	}
	
	#workspaces .offers .text p:not(.sub) {
    font-size: 14px;
    letter-spacing: 1px;
	}
	
	#workspaces .offers .text {
    padding: 25px 65px 65px 65px;
	}
	
	#workspaces .offers .image-title {
    font-size: 37px;
    letter-spacing: 5px;
    left: 16px;
	}
	
	#allInclusive h4 {
    font-size: 25px;
	}
	
	#heroRow h1 {
    font-size: 48px;
	}
	
	#heroRow .text p {
    font-size: 21px;
	}

}

@media  (max-width: 1500px) {
	
	#g-navigation .g-main-nav .g-toplevel > li {
			margin: 0 50px;
	}
	
	#workspaces .offers .image {
    height: 270px;
	}
	
	#workspaces .offers .image-title {
    font-size: 35px;
    letter-spacing: 4px;
    left: 15px;
	}
	
	#workspaces .offers .text {
    padding: 25px 45px 65px 45px;
	}
	
	#hecContent:after {
    left: -125px;
	}
	
	#workspaces h2, #theExperience h2, #allInclusive h2, #faqHEC h2, #testimonialsHEC h2, #eventsHEC h2 {
    font-size: 62px;
	}
	
	#workspaces h2 .subText, #theExperience h2 .subText, #allInclusive h2 .subText, #faqHEC h2 .subText,
	#testimonialsHEC h2 .subText, #eventsHEC h2 .subText	{
    font-size: 70px;
		padding-left: 192px;
	}
	
	#workspaces h3, #theExperience h3, #allInclusive h3, #faqHEC h3, #testimonialsHEC h3 {
    font-size: 29px;
    letter-spacing: 1px;
	}
	
	#allInclusive h4 {
    font-size: 22px;
	}
	
	.amenities img {
		width: 135px;
	}
	
	#heroRow h1 {
    font-size: 44px;
	}
	
	#heroRow .text p {
    font-size: 19px;
	}
	
	
	
}
 
@media  (max-width: 1400px) {
	
	#g-navigation .g-main-nav .g-toplevel > li {
    margin: 0 35px;
	}
	
	#mainContent:after {
    background: url('images/video-overlay.webp') bottom -250px center no-repeat;
		background-size: 102% auto;
	}
	
	#workspaces .offers .image-title {
    font-size: 35px;
    letter-spacing: 3px;
    left: 8px;
	}
	
	#workspaces .offers .image-title span::before {
    top: 16px;
	}
	
	#workspaces .offers .image {
    height: 248px;
	}
	
	#workspaces .offers .text {
    min-height: 412px;
	}
	
	#allInclusive h4 {
    font-size: 20px;
	}
	
	.amenities img {
    width: 130px;
	}
	
	.footer-b p {
    padding-left: 50px;
	}
	
	#heroRow h1 {
    font-size: 40px;
	}
	
}
  
@media  (max-width: 1300px) {
	
	#g-navigation .g-main-nav .g-toplevel > li {
    margin: 0 25px;
	}
	
	#workspaces h2, #theExperience h2, #allInclusive h2, #faqHEC h2, #testimonialsHEC h2, #eventsHEC h2 {
    font-size: 58px;
	}
	
	#workspaces h2 .subText, #theExperience h2 .subText, #allInclusive h2 .subText, #faqHEC h2 .subText, 
	#testimonialsHEC h2 .subText, #eventsHEC h2 .subText {
    font-size: 65px;
    padding-left: 185px;
	}
	
	#workspaces h3, #theExperience h3, #allInclusive h3, #faqHEC h3, #testimonialsHEC h3 {
    font-size: 27px;
	}
	
	#workspaces .offers .vc_column_container>.vc_column-inner {
			padding-left: 10px;
			padding-right: 10px;
	}
	
	#workspaces .offers .text .button {
    font-size: 15px;
	}
		
	#workspaces .offers .text p.sub {
    font-size: 14px;
	}
	
	#workspaces .offers .image-title {
    font-size: 31px;
    letter-spacing: 2px;
	}
	
	#workspaces .offers .image {
    height: 235px;
	}
	
	#workspaces .offers .image-title span::before {
			top: 16px;
	}
	
	#hecContent .findUs h2 {
    font-size: 72px;
	}
	
	.amenities img {
    width: 120px;
	}
	
	#allInclusive h4 {
    font-size: 17px;
	}
	
	.footer-b p {
			padding-left: 20px;
	}
	
	#g-footer {
    font-size: 18px;
    letter-spacing: 2px;
	}
	
	#heroRow .buttons {
    padding-right: 35px;
	}
	
	#eventsHEC h2.my-calendar-month {
    font-size: 38px;
	}
	
}
 
@media (max-width: 1200px) {
	
	#g-navigation .g-main-nav .g-toplevel > li {
			margin: 0 16px;
	}
	
	#workspaces .offers .image-title {
    font-size: 28px;
    left: 6px;
    letter-spacing: 2px;
	}
	
	#workspaces .offers .image {
    height: 215px;
	}
	
	#workspaces .offers .text {
    min-height: 436px;
	}

	
	#workspaces h2, #theExperience h2, #allInclusive h2, #faqHEC h2, #testimonialsHEC h2, #eventsHEC h2 {
			font-size: 52px;
	}
	
	#workspaces h2 .subText, #theExperience h2 .subText, #allInclusive h2 .subText, #faqHEC h2 .subText, 
	#testimonialsHEC h2 .subText, #eventsHEC h2 .subText {
			font-size: 55px;
			padding-left: 180px;
	}
	
	#workspaces h3, #theExperience h3, #allInclusive h3, #faqHEC h3, #testimonialsHEC h3 {
    font-size: 26px;
	}
	
	.amenities img {
			width: 110px;
	}
	
	#allInclusive h4 {
    font-size: 15px;
	}
	
	#allInclusive .amenities {
			font-size: 16px;
			letter-spacing: 1px;
	}
	
	#theExperience .hec-media-carousel__arrow {
    width: 50px;
    background-size: contain !important;
	}
	
	#g-footer {
    font-size: 17px;
    letter-spacing: 1px;
	}
	
	#heroRow h1 {
    font-size: 34px;
	}
	
	#faqHEC .vc_tta.vc_general .vc_tta-panel-title span {
    font-size: 25px;
	}
	
	#faqHEC .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    width: 48px;
    height: 48px;
		right: 0;
	}
	
	#faqHEC .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before {
    width: 48px;
    height: 48px;
	}
	
	#eventsHEC h2.my-calendar-month {
    font-size: 36px;
	}
	
	
	
}

@media (max-width: 1100px) {
	
	#g-navigation .g-main-nav .g-toplevel > li {
    margin: 0 10px;
	}
	
	#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
    font-size: 17px;
	}
	
	#workspaces .offers .image-title {
    font-size: 27px;
	}
	
	#workspaces .offers .image-title span::before {
			top: 13px;
	}
	
	#workspaces .offers .text p:not(.sub) {
    font-size: 15px;
	}
	
	#workspaces .offers .image {
    height: 254px;
	}
	
	#workspaces .offers .text {
    min-height: 410px;
	}
	
	#workspaces h2, #theExperience h2, #allInclusive h2, #faqHEC h2, #testimonialsHEC h2, #eventsHEC h2 {
    font-size: 47px;
	}
	
	#workspaces h3, #theExperience h3, #allInclusive h3, #faqHEC h3, #testimonialsHEC h3 {
    font-size: 25px;
	}
	
	.amenities img {
    width: 100px;
    margin-bottom: 50px;
	}

	#g-footer {
			font-size: 16px;
	}
	
	#heroRow h1 {
    font-size: 30px;
	}
	
	#heroRow .text p {
    font-size: 18px;
    letter-spacing: 2px;
	}
	
	#workspaces .vc_col-md-4, #workspaces .vc_col-md-3 {
    width: 50%;
		margin: 25px 0;
	}
	
	#workspaces .offers .text p.sub {
    font-size: 17px;
	}
	
	#workspaces .offers .text p:not(.sub) {
    font-size: 17px;
	}
	
	#workspaces .offers .image {
    height: 350px;
	}
	
	#workspaces .offers .text {
    min-height: 360px;
	}
	
	#workspaces .offers .image-title {
    font-size: 35px;
    left: 15px;
    letter-spacing: 3px;
	}
	
	#workspaces .offers .text .button {
    font-size: 17px;
	}

}

@media (max-width: 991px) {
	
	.g-offcanvas-toggle {
			left: auto;
			right: 25px;
	}
	
	.goingUp .g-offcanvas-toggle {
		position: fixed;
	}
	
	#mainContent h1 {
    font-size: 37px;
	}
	
	#mainContent .text {
    font-size: 20px;
	}
	
	#mainContent:after {
    background: url('images/video-overlay.webp') bottom -130px center no-repeat;
    background-size: 102% auto;
	}
	
	#workspaces h2, #theExperience h2, #allInclusive h2, #faqHEC h2, #testimonialsHEC h2, #eventsHEC h2 {
    font-size: 42px;
	}
	
	#workspaces h2 .subText, #theExperience h2 .subText, #allInclusive h2 .subText, #faqHEC h2 .subText, 
	#testimonialsHEC h2 .subText, #eventsHEC h2 .subText {
    font-size: 42px;
    padding-left: 110px;
    background-size: 90px;
	}
	
	#workspaces h3, #theExperience h3, #allInclusive h3, #faqHEC h3, #testimonialsHEC h3 {
			font-size: 21px;
	}
	
	#workspaces h3 br, #theExperience h3 br, #allInclusive h3 br, #faqHEC h3 br, #testimonialsHEC h3 br {
		display: none;
	}
	
	#hecContent:after {
    left: -115px;
    width: 350px;
    height: 300px;
	}
	
	#workspaces .offers .image {
    height: 300px;
	}
	
	#workspaces .offers .text {
    min-height: 405px;
	}
	
	#workspaces .offers .image-title span::before {
    top: 20px;
	}
	
	#workspaces .offers .text p.sub {
    font-size: 16px;
    letter-spacing: 1px;
	}
	
	#hecContent .findUs h2 {
			font-size: 55px;
	}
	
	#g-footer .g-totop.uptown a {
    bottom: 10px;
	}
	
	#allInclusive h4 {
    font-size: 22px;
	}
	
	#g-footer {
    font-size: 17px;
    text-align: center;
	}
	
	#g-footer h3 {
    margin: 20px 0 0 0px;
	}
	
	.footer-b p {
			padding-left: 0;
	}
	
	.g-offcanvas-open .g-nav-overlay {
    background: #225f7ed6;
	}
	
	#g-mobilemenu-container .g-toplevel li .g-menu-item-content {
    text-transform: uppercase;
    letter-spacing: 2px;
	}
	
	body #g-offcanvas {
    margin-top: 0px !important;
		padding-top: 45px;
	}
	
	#faqHEC .vc_tta.vc_general .vc_tta-panel-title span {
			font-size: 19px;
	}
	
	#faqHEC .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
			width: 36px;
			height: 36px;
	}
	
	#faqHEC .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before {
    width: 36px;
    height: 36px;
	}
	
	#faqHEC .vc_tta-panel-body {
    padding-right: 30px;
	}
	
	#eventsHEC h2.my-calendar-month {
    font-size: 24px;
	}
	
	body .g-offcanvas-toggle {
		color: #fff;
	}
	
	body.home .g-offcanvas-toggle, body.goingUp .g-offcanvas-toggle   {
    color: #225f7e;
	}
	
	.site-map-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
	}
	
	.site-map-wrapper img {
        width: 1200px;
        max-width: none;
  }


}


@media (max-height: 850px) {

 
}

@media (max-width: 767px) {
	
	body {
    font-size: 18px;
    line-height: 1.55;
	}
	
	.g-container {
    max-width: calc(100% - 30px);
	}
	
	#g-navigation .g-container {
			max-width: calc(100% - 80px);
	}
	
	.g-offcanvas-toggle {
    right: 15px;
	}
	
	#mainContent h1 {
    font-size: 35px;
	}
	
	#mainContent .text {
    font-size: 18px;
	}
	
	.button {
    font-size: 18px;
	}
	
	#mainContent:after {
    background: url('images/video-overlay.webp') bottom -65px center no-repeat;
    background-size: 102% auto;
	}
	
	#workspaces {
    padding: 35px 0;
	}
	
	#workspaces h2, #theExperience h2, #allInclusive h2, #faqHEC h2, #testimonialsHEC h2, #eventsHEC h2 {
			font-size: 25px;
			margin-bottom: 55px;
	}
	
	#workspaces h2 .subText, #theExperience h2 .subText, #allInclusive h2 .subText, #faqHEC h2 .subText, 
	#testimonialsHEC h2 .subText, #eventsHEC h2 .subText {
			font-size: 29px;
			padding-left: 80px;
			background-size: 70px;
			line-height: 1.1;
	}
	
	#workspaces h3, #theExperience h3, #allInclusive h3, #faqHEC h3, #testimonialsHEC h3 {
    font-size: 15px;
	}
	
	#workspaces .vc_col-md-4, #workspaces .vc_col-md-3 {
    width: 98%;
    margin: 25px auto;
	}
	
	#workspaces .offers .image {
			height: 366px;
	}
	
	#workspaces .offers .image-title {
			font-size: 38px;
	}
	
	#workspaces .offers .image-title span::before {
			top: 17px;
	}
	
	#workspaces .offers .text p:not(.sub) {
			font-size: 20px;
	}
	
	#theExperience {
    padding: 35px 0 20px 0;
    letter-spacing: 1px;
	}
	
	#allInclusive h4 {
			font-size: 20px;
	}
	
	#theExperience .buttons {
    margin: 35px 0;
	}
	
	#theExperience .hec-media-carousel__arrow {
    width: 30px;
	}
	
	#hecContent .findUs h2 {
			font-size: 34px;
			top: -40px;
	}
	
	#hecContent:after {
    left: -115px;
    width: 325px;
    height: 200px;
	}
	
	#g-footer  .copyright {
    font-size: 12px;
	}
	
	#heroRow h1 br {
    display: none;
	}
	
	#heroRow .text p {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 1.4;
	}
	
	#heroRow h1 {
    font-size: 26px;
	}
	
	#heroRow .buttons {
    padding-right: 0;
	}

	#heroRow .buttons p {
		text-align: center !important;
	}
	
	.testimonialsContent .vc_column_container > .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
	}
	
	body .hec-comparison-table__mobile-label {
    font-size: 18px;
	}
	
	#hecContent .hec-comparison-table__included strong {
    font-size: 20px;
	}
	
	#eventsHEC h2.my-calendar-month {
    font-size: 19px;
	}
	
	#eventsHEC .mc-list-option {
		display: none;
	}
	
	#heroRow .vc_inner {
    max-width: calc(100% - 20px);
	}

}


@media (max-width: 495px) {
	
	#mainContent {
    padding-top: 35px;
	}
	
	#mainContent h1 {
			font-size: 31px;
	}
	
	#mainContent .text {
    font-size: 17px;
	}
	
	.button {
    font-size: 17px;
    padding: 20px 30px;
	}
	
	#mainContent:after {
    background: url('images/video-overlay.webp') bottom -15px center no-repeat;
    background-size: 102% auto;
	}
	
	#workspaces h2, #theExperience h2, #allInclusive h2 {
    font-size: 30px;
	}
	
	#workspaces .offers .image {
			height: 350px;
	}
	
	#hecContent .findUs h2 {
			left: 35%;
	}
	
	.testimonialsContent .companyName {
    font-size: 20px;
	}
	
	#workspaces h2 .subText, #theExperience h2 .subText, #allInclusive h2 .subText, #faqHEC h2 .subText, #testimonialsHEC h2 .subText, #eventsHEC h2 .subText {
    font-size: 25px;
    padding-left: 80px;
    background-size: 70px;
    line-height: 1.1;
}
	
}


@media (max-width: 424px) {
	
	.g-container {
    max-width: calc(100% - 20px);
	}
	
	#mainContent h1 {
			font-size: 27px;
	}
	
	#workspaces .offers .image {
			height: 285px;
	}
	
	#workspaces .offers .text p:not(.sub) {
    font-size: 16px;
	}
	
	#workspaces .offers .image-title {
    font-size: 30px;
	}
	
	#workspaces .offers .image-title span::before {
    top: 14px;
	}
	
	#workspaces .offers .text p.sub {
    font-size: 16px;
    letter-spacing: 1px;
	}
	
	#theExperience .hec-media-carousel__arrow {
    width: 22px;
	}

}

@media (max-width: 389px) {
	

	
}

@media (max-width: 376px) {


}