/**
 * This file will be included in header in every page after foundation.
 * It should be used for content that relates
 * to your site as a whole, it should not be used for plugin-specific css.
 */

/* Begin: MyFonts font declarations*/
/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Century Gothic Regular by Monotype
 * URL: https://www.myfonts.com/products/regular-century-gothic-342457
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: Century Gothic Bold by Monotype
 * URL: https://www.myfonts.com/products/bold-century-gothic-342462
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: Century Gothic Bold Italic by Monotype
 * URL: https://www.myfonts.com/products/bold-italic-century-gothic-342467
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: Century Gothic Italic by Monotype
 * URL: https://www.myfonts.com/products/italic-century-gothic-342492
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 * 
 * © 2023 MyFonts Inc. */

@font-face {
	font-family: "CenturyGothicRegular";
	src: url('/includes/public/assets/fonts/CenturyGothicRegular/font.woff2') format('woff2'), url('/includes/public/assets/fonts/CenturyGothicRegular/font.woff') format('woff');
}
@font-face {
	font-family: "CenturyGothicItalic";
	src: url('/includes/public/assets/fonts/CenturyGothicItalic/font.woff2') format('woff2'), url('/includes/public/assets/fonts/CenturyGothicItalic/font.woff') format('woff');
}
@font-face {
	font-family: "CenturyGothicBold";
	font-weight: bold;
	src: url('/includes/public/assets/fonts/CenturyGothicBold/font.woff2') format('woff2'), url('/includes/public/assets/fonts/CenturyGothicBold/font.woff') format('woff');
}
@font-face {
	font-family: "CenturyGothicBoldItalic";
	font-weight: bold;
	src: url('/includes/public/assets/fonts/CenturyGothicBoldItalic/font.woff2') format('woff2'), url('/includes/public/assets/fonts/CenturyGothicBoldItalic/font.woff') format('woff');
}
/* End: MyFonts font declarations*/

html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body > .contentRender {
	min-height: 100%;
	height: 100%;
}

@media screen and (min-width: 1200px) {
	html.nav-active::-webkit-scrollbar {
		display: none;
	}

	html.nav-active {
		-ms-overflow-style: none;
	}
}

/* This ensures that the page always has a scrollbar to ensure that some headers load correctly without FOUC */
html, body {
	height: 100%;
	font-family: century-gothic, sans-serif;
	font-style: normal;
	font-weight: 400;
}

.sr-only {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Skip links */
.skip-link[href] {
	z-index: 5000000;
	display: block;
	margin: 0;
	padding: 2rem 3rem;
	width: auto;
	height: auto;
	font-size: 1.75em;
	line-height: 1.1;
	color: #fff;
	text-align: center;
	border: 4px dashed #fff;
	background: #212121;
	opacity: 0;
	clip: auto;
	pointer-events: none;
	transition: opacity 200ms cubic-bezier(0,0,0.3,1);
}

.skip-link[href]:focus {
	opacity: 1;
	pointer-events: all;
}

body .mfp-close:hover, body .mfp-arrow:hover, body .mfp-arrow:focus {
	background-color: transparent; /* foundation compatibility with magnific popup */
}

/* Set General max-width of site content */
.contentRender_name_plugins_core_textbox,
.contentRender_name_plugins_nav_sitemap,
.contentRender_name_plugins_search_results,
.contentRender_name_plugins_common_button,
.contentRender_name_plugins_collections_template_custom_list,
.contentRender_name_plugins_blog_leisure_blog_posts,
.contentRender_name_plugins_blog_articles_posts,
.contentRender_name_plugins_blog_gps_articles_posts,
.contentRender_name_plugins_mediagallery_gallery,
.contentRender_name_plugins_mediagallery_album,
.contentRender_name_plugins_crm_formbuilder,
.contentRender_name_plugins_events_submitevent,
.contentRender_name_plugins_common_agendas_reports_container,
.contentRender_name_plugins_common_404_outer,
.contentRender_name_plugins_common_container_navigation_share,
.contentRender_name_plugins_nav_sitemap,
.contentRender_name_plugins_listings_layout_compare,
.contentRender_name_plugins_common_jumplist_outer ol {
	width: 100%;
	padding: 0 30px;
	margin: 0 auto;
}

@media (min-width: 64em) {
	.contentRender_name_plugins_core_textbox,
	.contentRender_name_plugins_search_results,
	.contentRender_name_plugins_nav_sitemap,
	.contentRender_name_plugins_common_button,
	.contentRender_name_plugins_collections_template_custom_list,
	.contentRender_name_plugins_blog_leisure_blog_posts,
	.contentRender_name_plugins_blog_articles_posts,
	.contentRender_name_plugins_blog_gps_articles_posts,
	.contentRender_name_plugins_mediagallery_gallery,
	.contentRender_name_plugins_mediagallery_album,
	.contentRender_name_plugins_crm_formbuilder,
	.contentRender_name_plugins_events_submitevent,
	.contentRender_name_plugins_common_agendas_reports_container,
	.contentRender_name_plugins_common_404_outer,
	.contentRender_name_plugins_common_container_navigation_share,
	.contentRender_name_plugins_nav_sitemap,
	.contentRender_name_plugins_listings_layout_compare,
	.contentRender_name_plugins_common_jumplist_outer ol {
		max-width: 1020px;
	}
}

/* Panels */
.panel-page {
	min-height: 100%;
	position: relative;
}

.panel-page.no-slideshow .slideshow-container {
	position: relative;
	height: 70px;
	background: url(/includes/public/assets/shared/pattern-square-mobile.png) repeat center bottom;
	/*margin-bottom: 20px;*/
	overflow: hidden;
}

/* navigation overhaul - when the imagebox is used as a hero, remove the top padding */
.panel-page.no-slideshow #main-content > .contentRender_name_plugins_collections_template_custom_imagebox:first-child > .core-side-by-side.custom-imagebox {
	padding-top: 0;
}

.panel-page.no-slideshow .slideshow-container:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	background-image: linear-gradient(to bottom, rgba(5,73,123,.7), rgba(5,73,123,0));
	pointer-events: none;
}

.panel-page.no-slideshow .panel-header .inner:after {
	display: none;
}

.panel-page.no-slideshow.crm-calendar-parent .slideshow-container {
	min-height: 0;
	margin-bottom: 0;
}

.panel-page.no-slideshow.crm-calendar-parent .slideshow-container:after {
	display: none;
}

.panel-navigation-share {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px 0;
	margin: 0 auto 25px;
}

.panel-navigation-share .navigation-container { 
	display: none; 
}

.panel-navigation-share .share-container { 
	margin-left: auto;
}

.panel-intro,
.custom-blog-intro {
	max-width: 1020px;
	margin: 0 auto 50px;
	padding: 0 30px;
}

.panel-intro h1,
.custom-blog-intro h1 {
	position: relative;
	margin-bottom: 63px;
}

.panel-intro h1:after,
.custom-blog-intro h1:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 83px;
	height: 11px;
	background: url(/includes/public/assets/shared/divider.png) center/cover no-repeat;
}

.desert-hot-springs .panel-intro h1:after {
	background: url(/includes/public/assets/shared/divider_dhs.png) center/cover no-repeat;
}

.panel-intro-homepage {
	position: relative;
	background: url(/includes/public/assets/shared/teal-palm-pattern.png) repeat center top;
}

.panel-intro-homepage.hide-angle-effect {
	
}

.panel-intro-homepage .inner {
	padding: 30px;
}

.panel-intro-homepage > .border {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 10vw;
	-webkit-clip-path: polygon(100% 0, 50% 80%, 0 0, 0 100%, 100% 100%);
	clip-path: polygon(100% 0, 50% 80%, 0 0, 0 100%, 100% 100%);
	background: #fff;
	top: -4px;
	transform: translateY(-100%);
}

.panel-intro-homepage .mask {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 10vw;
	-webkit-clip-path: polygon(100% 0, 50% 80%, 0 0, 0 100%, 100% 100%);
	clip-path: polygon(100% 0, 50% 80%, 0 0, 0 100%, 100% 100%);
	background: url(/includes/public/assets/shared/teal-palm-pattern.png) repeat center bottom;
	top: 1px;
	transform: translateY(-100%);
}

.panel-intro-homepage.hide-angle-effect > .border,
.meetings .panel-intro-homepage.hide-angle-effect > .border,
.corporate .panel-intro-homepage.hide-angle-effect > .border,
.panel-intro-homepage.hide-angle-effect .mask,
.meetings .panel-intro-homepage.hide-angle-effect .mask,
.corporate .panel-intro-homepage.hide-angle-effect .mask {
	display: none !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.panel-intro-homepage > .border,
	.meetings .panel-intro-homepage > .border,
	.corporate .panel-intro-homepage > .border {
		height: 35px !important;
	}

	.panel-intro-homepage .mask,
	.meetings .panel-intro-homepage .mask,
	.corporate .panel-intro-homepage .mask {
		height: 30px !important;
	}
}

.panel-intro-homepage h1,
.panel-intro-homepage h3,
.panel-intro-homepage .contentRender_name_plugins_core_textbox > * {
	color: #fff;
}

.panel-intro-homepage h1 {
	position: relative;
	font-size: 40px;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	line-height: 60px;
	letter-spacing: 13px;
	text-transform: uppercase;
	margin-bottom: 3%;
}

.panel-intro-homepage .gold-chain {
	margin-bottom: 3%;
}

.panel-intro-homepage h3 {
	font-size: 14px;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 4.8px;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding-top: 10px;
}

.panel-intro-homepage .contentRender_name_plugins_core_textbox p {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}

.panel-social .title-container {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.panel-social .title-container .title-cont {
	position: relative;
	padding: 30px;
	background-color: #d7f3f5;
	width: 100%;
}

.panel-social .title-container .title-cont:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 30px;
	width: 100px;
	height: 50px;
	border: 3px solid #35c1cf;
}

.panel-social .title-container .title-cont h3 {
	font-size: 14px;
	font-family: futura-pt, sans-serif;
	font-weight: 800;
	line-height: 20px;
	letter-spacing: 4.8px;
	text-transform: uppercase;
	color: #3e3a34;
	margin: 0;
	margin-bottom: 20px;
}

.panel-social .title-container .title-cont h2 {
	font-size: 34px;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #008c98;
	margin: 0;
	margin-bottom: 10px;
}

.panel-social .title-container .social-links-cont {
	padding: 20px;
	background-color: #008c98;
	border-top: 8px solid #fff;
	border-bottom: 8px solid #fff;
	width: calc(100% - 90px);
	display: flex;
	justify-content: center;
}

.panel-social .title-container .social-links-cont a.social-link {
	color: #fff;
	font-weight: 100;
	font-size: 30px;
}

.panel-social .title-container .social-links-cont a.social-link .fab.fa-twitter::before {
	--size: 31px;
}

.panel-two-column {
	max-width: 1020px;
	padding: 0 15px;
	margin: 0 auto 30px;
}

.panel-related-content h3.row.title {
	color: #3e3a34;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 44px;
	line-height: 1em;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.panel-two-column .sidebar-container,
.panel-two-column .main-container,
.panel-two-column .left-container,
.panel-two-column .right-container {
	padding: 0 15px
}

.panel-intro .contentRender_name_plugins_core_textbox,
.panel-intro-homepage .contentRender_name_plugins_core_textbox,
.panel-social .contentRender_name_plugins_core_textbox,
.panel-two-column .contentRender_name_plugins_core_textbox,
.contentRender_name_plugins_common_404_outer .contentRender_name_plugins_core_textbox {
	padding: 0;
}

.agendas-reports-widget ul.tabs {
	height: 60px;
	margin: 0;
}

.agendas-reports-widget li.tab-title {
	height: 60px;
	width: 50%;
	background-color: #e1e1e1;
}

.agendas-reports-widget li.tab-title.active {
	background-color: #008c98;
}

.agendas-reports-widget li.tab-reports.active:before {
	content: "";
	width: 0px;
	height: 116px;
	border-top: 60px solid #008c98;
	border-right: 32px solid transparent;
	position: absolute;
	right: -31px;
	top: 0px;
	z-index: 9;
}

.agendas-reports-widget li.tab-agendas.active:before {
	content: "";
	width: 0px;
	border-top: 60px solid #008c98;
	border-left: 32px solid transparent;
	position: absolute;
	right: 100%;
	top: 0px;
}

.agendas-reports-widget .tabs .tab-title a {
	height: 60px; 
	width: 100%;
	font-family: futura-pt, sans-serif;
	font-size: 14px;
	line-height: 1em;
	font-weight: 700;
	color: #3e3a34;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	background-color: #e1e1e1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.agendas-reports-widget .tabs .tab-title.active a {
	background-color: #008c98;
	height: 60px;
	padding: 15px;
	left: 0px;
	position: relative;
	color: #fff;
}

.agendas-reports-widget li.tab-title a i {
	display: none
}

.agendas-reports-widget li.tab-title.active a i {
	position: absolute;
	bottom: -17px;
	z-index: 999;
	color: #008c98;
	font-size: 30px;
	display: inline-flex;
}

.panel-intro-homepage .contentRender_name_plugins_core_textbox a {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

@media (min-width: 40em) {
	.panel-intro-homepage .gold-chain {
		margin-bottom: 3%;
	}
}

@media (min-width: 64em) {
	.panel-page.no-slideshow .slideshow-container {
		height: 101px;
		background: url(/includes/public/assets/shared/pattern-square.png) repeat center bottom;
		margin-bottom: 50px;
	}

	.panel-page.no-slideshow .slideshow-container:after {
		display: none;
	}

	.panel-page.no-slideshow .panel-header .inner:after {
		display: none;
	}

	.panel-navigation-share {
		padding: 15px 0;
		margin: 0 auto 75px;
	}

	.panel-navigation-share .navigation-container { display: block; }

	.panel-intro h1:after,
	.custom-blog-intro h1:after {
		bottom: -25px;
	}

	.panel-intro-homepage {
		background: url(/includes/public/assets/shared/teal-palm-pattern.png) repeat center top;
	}

	.corporate .panel-intro-homepage.hide-angle-effect {
		border-top: 0 none;
	}

	.panel-intro-homepage .inner {
		padding: 80px 30px;
		display: flex;
		justify-content: flex-end;
		max-width: 1260px;
		margin: 0 auto;
	}

	.panel-intro-homepage .inner .title-cont {
		padding-right: 30px;
		width: min-content;
	}

	.panel-intro-homepage .inner .content {
		padding-left: 30px;
		flex-basis: 57%;
	}

	.panel-intro-homepage > .border {
		height: 9vw;
		-webkit-clip-path: polygon(100% 0, 50% 95%, 0 0, 0 100%, 100% 100%);
		clip-path: polygon(100% 0, 50% 92%, 0 0, 0 100%, 100% 100%);
		top: -4px;
	}

	.panel-intro-homepage .mask {
		height: 8.6vw;
		-webkit-clip-path: polygon(100% 0, 50% 95%, 0 0, 0 100%, 100% 100%);
		clip-path: polygon(100% 0, 50% 95%, 0 0, 0 100%, 100% 100%);
		top: 1px;
	}

	.panel-intro-homepage h1 {
		font-size: 70px;
		line-height: 85px;
		letter-spacing: 24px;
		margin-bottom: 5%;
	}

	.panel-intro-homepage h3 {
		font-size: 20px;
		line-height: 25px;
		letter-spacing: 6px;
		margin-bottom: 30px;
		padding-top: 10px;
	}

	.panel-intro-homepage .contentRender_name_plugins_core_textbox p {
		font-size: 18px;
		line-height: 30px;
	}

	.panel-social .title-container {
		display: flex;
		flex-direction: row;
		align-items: stretch;
	}

	.panel-social .title-container .title-cont {
		padding: 35px 140px;
		width: 66%;
		border: 8px solid #fff;
		border-left: none;
	}

	.panel-social .title-container .title-cont:after {
		bottom: auto;
		left: auto;
		top: -30px;
		right: -55px;
	}

	.panel-social .title-container .title-cont h3 {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 12px;
	}

	.panel-social .title-container .title-cont h2 {
		font-size: 45px;
		line-height: 50px;
		letter-spacing: 3px;
		margin-bottom: 0px;
	}

	.panel-social .title-container .social-links-cont {
		align-items: center;
		width: 34%;
	}

	.panel-social .title-container .social-links-cont .social-links .social-network {
		margin-right: 40px;
	}

	.panel-social .title-container .social-links-cont .social-links .social-network:last-child {
		margin-right: 0;
	}

	.panel-social .title-container .social-links-cont a.social-link {
		font-size: 45px;
	}

	.panel-social .title-container .social-links-cont a.social-link .fab.fa-twitter::before {
		--size: 45px;
		top: 6px;
	}

	.panel-two-column {
		display: flex;
	}

	.panel-two-column .sidebar-container {
		flex-basis: 40%;
	}

	.panel-two-column .main-container {
		flex-basis: 60%;
	}

	.panel-two-column .left-container,
	.panel-two-column .right-container {
		flex-basis: 50%;
	}

	.panel-two-column.sidebar-left .main-container {
		order: 2;
	}

	.panel-two-column.sidebar-left .sidebar-container {
		order: 1;
	}

	.agendas-reports-widget .tabs .tab-title a {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.panel-page.no-slideshow .slideshow-container {
		display: none;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 64em) {
	.panel-intro-homepage > .border,
	.meetings .panel-intro-homepage > .border,
	.corporate .panel-intro-homepage > .border {
		height: 85px !important;
	}

	.panel-intro-homepage .mask,
	.meetings .panel-intro-homepage .mask,
	.corporate .panel-intro-homepage .mask {
		height: 80px !important;
	}

	.panel-intro-homepage .inner .title-cont {
		flex: 1;
	}
}

.custom-header-cta-link {
	padding: 10px 30px;
	pointer-events: all;
}

.custom-header-cta-link a.button-link {
	position: relative;
	color: #fff;
	font-size: 15px;
	letter-spacing: 4px;
	font-family: futura-pt, sans-serif;
	text-transform: uppercase;
}

.custom-header-cta-link a.button-link:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 114px;
	border-top: 2px solid #f0df02;
}

/* Visit Link */
.contentRender_name_plugins_common_header_primary20 .panel-header:not(.meetings, .corporate) .header-right .vist-gps-nav-item-cont i,
.contentRender_name_plugins_common_header_primary20 .panel-header:not(.meetings, .corporate) .header-right .vist-gps-nav-item-cont a {
	position: relative;
	color: #008c98;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 600;
	bottom: 5px;
}
.contentRender_name_plugins_common_header_primary20 .header-right .vist-gps-nav-item-cont a {
	font-family: futura-pt, sans-serif;
}

/* begin: override the standard twitter logo with the x version */

.fab.fa-twitter::before {
	--size: 20px;
	display: block;
	position: relative;
	top: 4px;
	content: '';
	background-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z" fill="%2335c1cf" /></svg>');
	background-size: var(--size) var(--size);
	background-position: 0 0;
	width: var(--size);
	height: var(--size);
}

/* end: override the standard twitter logo with the x version */

.is-preview #onetrust-consent-sdk,
.is-frame #onetrust-consent-sdk {
	display: none;
}

.is-frame #divSatisfiChat {
	display: none !important;
}