:root {
	--droplet-width: 150px;
	--left-svg: url("/images/layouts/left-icon.svg");
	--right-svg: url("/images/layouts/right-icon.svg");
	--rotator-nav-indicator-color: var(--secondary-color);
}

.hero_container {
	position: relative;
	height: calc(100vh - var(--header_spacer_height));
	height: 100vh;
	min-height: 350px;
}

.hero.wide {
	position: relative;
	width: 100%;
	height: 100%;
/* 	padding: 40px; */
	background-position: var(--background-position, center);
	background-size: var(--background-size, cover);
	box-sizing: border-box;
/* 	overflow: visible; */
	overflow: hidden;
}

.hero.wide:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-image: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.3) 100%);
	display: none;
}
.right-icon, .left-icon {
/*
	font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 100%;
*/
    width: 37px;
    height: 43px;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-color: #fff;
    clip-path: polygon(98% 50%, 0 100%, 0 0);
    transition: .3s;
    margin: 0 auto;
}
				.right-icon:hover, .left-icon:hover,
				.right-icon:focus, .left-icon:focus,
				.right-icon.active, .left-icon.active,
				.right-icon.active:hover, .left-icon.active:hover  {
					background-color: var(--red);
					transition: .3s;
				}


/* bgvid */
@media (max-width: 1024px) {
	.bgvid {
		display: none!important;
	}
	
/*
	.hero, .site-header {
    position: relative;
    height: 70vh;
}
.button-container {
    left: 50%;
    text-align: center;
    bottom: 140px;
}
*/
	}



.bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  filter:grayscale(100%);
}

/*
 *  Use the following to add a darkened overlay on top of the video
 *  (usually necessary for legibility if there will be text on top)
 */
 
.hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .25;
  z-index: 2;
}

/* end bgvid */
.hero-img {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: var(--background-position, center);
    background-size: var(--background-size, cover);
    box-sizing: border-box;
    overflow: hidden;
    }
.white-space {
    position: relative;
    height: 20em;
    width: 100%;
    background-color: #fff;
    }

.floating {
/*
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 70%;
    color: #fff;
    font-family: var(--font-primary);
    transition: .3s;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    z-index: 1;
*/
    position: absolute;
    top: 15.7em;
    left: 5%;
    width: 90%;
    height: 60%;
    color: #fff;
    font-family: var(--font-primary);
    transition: .3s;
    box-sizing: border-box;
    z-index: 1;
    top: 16.7em;

}
.hero-icon {
    position: absolute;
    bottom: -72px;
    right: 0;
    aspect-ratio: 103 / 150;
    width: 30%;
    height: -webkit-fill-available;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    pointer-events: none;
    
	}


	.floating-content {
	    position: relative;
	    margin: 0;
	    width: 100%;
	    height: 100%;
		font-size: 51px;
		font-size: clamp(70px, 7.55vw, 101px);
		font-weight: 900;
	    white-space: nowrap;
	    display: flex;
	    flex-direction: column;
	    align-items: flex-end;
	    box-sizing: border-box;
	    color: var(--primary-color)
	}
		.floating-content strong {
			color: var(--blue);
		}

		.floating-content p {
			margin: 0;
			line-height: 1;
			text-transform: uppercase;
		}
		
			
			p.tag-action {
				position: relative;
				bottom: 0;
				font-family: var(--font-secondary);
				font-style: normal;
				text-indent: 0;
				line-height: 0.7;
			}
	
				.floating-content a.btn, .floating-content a.btn:visited {
					font-weight: 500;
					letter-spacing: 1px;
					padding: 20px 49px 20px 18px;
					
				}
/*
				.floating-content a.btn:hover::after,
				.floating-content span.btn:hover::after {
					transform: scale(1.01);
				}
*/
/*

					.floating-content a.btn::before {
						content: "";
						position: absolute;
						top: 50%;
						right: 13px;
						transform: translate(0, -50%);
						width: 30px;
						height: 30px;
						border: 3px solid;
						border-radius: 20px;
						display: block;
						box-sizing: border-box;
					}
*/
					.floating-content a.btn::after {
						background-image: url('/images/layouts/watch-icon.svg');
						width: 1.9em;
					    height: 1.9em;
					}
/*
		.floating-content a.btn:hover {
			background-color: var(--secondary-color);
		}
*/

#section-container {
	position: relative;
	background-color: #fff;
}


section {
	position: relative;
	padding: var(--section-padding-top) 0;
	background-color: #fff;
}

	.section_background_container {
		position: absolute;
		width: 100%;
		height: 100%;
	}
	
		.section_background_container::before {
			content: "";
			position: absolute;
			width: 100%;
			height: 100%;
	
			background-image: var(--background-image);
			background-position: var(--background-position);
			background-size: cover;
		}
	
			.section_background {
				width: 100%;
				height: 100%;
				background-position: center;
				background-size: cover;
				background-repeat: no-repeat;
				background-image: var(--background-image);
			}

	section h2 {
		position: relative;
		margin: 0.25em auto 0.5em;
		color: var(--blue);
		font-family: var(--font-primary);
		font-size: 53px;
		font-size: 40px;
		font-size: clamp(40px, 4.8vw, 90px);
		font-weight: 900;
		text-align: left;
		text-transform: uppercase;
		line-height: 1;
	}
	
		section h2 span {
/* 			font-size: .82em; */
			display: block;
			white-space: nowrap;
			font-weight: bold;
		}
	
	section h3 {
		color: var(--charcoal);
		font-family: var(--font-secondary);
		font-size: 51px;
		margin: 0;
	}
	
	section h4 {
		position: relative;
		margin-bottom: 0;
		color: var(--charcoal);
		font-family: var(--font-primary);
		font-size: 25px;
		font-weight: 600;
		text-transform: uppercase;
	}
	
		section h4.active {
		}
		
			section h4:before {
				content: var(--icon-arrow-right-charcoal);
				position: absolute;
				left: 0;
				top: 50%;
				transform: translate(-150%, -50%);
				display: inline-block;
				vertical-align: middle;
				opacity: 0;
				transition: .3s;
			}

				section .active h4:before {
					opacity: 1;
				}
	
	section .section_content_wrapper {
		position: relative;
		width: 80%;
		max-width: 1000px;
		margin: 0 auto;
	}
	section p {
		font-family: var(--secondary-font);
		position: relative;
		font-size: 21px;
		line-height: 1.75;
	}


	section .section-header {
		margin-bottom: 3rem;
	}

		section .section-header.centered {
			text-align: center;
		}


	.column_container {
		position: relative;
		width: 100%;
		padding: 60px 0px;
		display: flex;
		justify-content: space-between;
	}
	
		.column_container .column {
			position: relative;
			width: 50%;
		}
		
			.column_container .column-image {
/* 				width: 55%; */
			}
			
/*
			.column_container .column:not(.column-image) {
				padding: 0 9em;
			}
*/
		
			.column.left {
				padding-right: 0;
			}

			.column.right {
				padding-left: 0;
			}
		

		.droplet_container {
			position: relative;
			margin-bottom: calc(var(--droplet-width) / 3.055);
		}

			.droplet {
			    position: relative;
			    width: 90%;
			    padding-bottom: 90%;
			    overflow: hidden;
			}
			
				.droplet::before {
					content: "";
					position: absolute;
					width: 120%;
					height: 130%;
					background-image: var(--background-image);
					background-repeat: no-repeat;
					background-position: center center;
					background-size: cover;
					transform: translate(-50%, -40%);
					left: 50%;
					top: 50%;
				}

		section .left,
		section .right {
			position: relative;
		}

		section .section_button {
			text-align: center;
		}
		
			section .section_button a {
				font-size: 17pt;
			}
		
		section .background_container {
			position: relative;
			height: 0;
			padding-top: 56.25%;
		}

			section .background_container .background {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background-position: center;
				background-size: cover;
			}
	
/*
		.section_action a.btn:first-child {
			margin-left: 0;
		}
		.section_action a.btn:last-child {
			margin-right: 0;
		}
*/


section#first-section {
	color: #fff;
	background-color: var(--yellow);
}

	#first-section h2 {
		margin: 0;
	}
	#first-section strong {
		font-weight: bold;
	}	

	#first-section .section_text {
		position: relative;
		margin: 0.5em auto;
		font-size: clamp(30px, 3.55vw, 44px);
		text-transform: uppercase;
		font-weight: 300;
		color: #fff;
	}
	
section#second-section {
	color: #fff;
	background-color: var(--charcoal);	
}
/*
	#second-section .column_container {
		padding: 60px 0px;
	}
*/
	#second-section h2 {
		color: var(--yellow);
		text-align: right;
	}
	#second-section strong {
		color: var(--blue);
	}
		#second-section .section_content_wrapper {
		    width: 60%;
		    max-width: 850px;
		}
		#second-section p {
			padding-top: 20px;
			font-size: 23px;	
			line-height: 1.5;
		}
		
	

section#third-section {
	background-color: var(--blue);
	color: #fff;
}

	#third-section .section_content_wrapper {
		width: 100%;
		max-width: 100%;
	}
	
		#third-section .column_container {
/* 			--droplet-width: 270px; */
			padding: 60px 4%;
		}
		
		#third-section a.column {
			transition: .2s;
		}

			#third-section a.column:hover {
				transform: scale(1.1);
				transition: .2s;
			}
	
			#third-section h2 {
				color: #fff;
				margin: 0.25em 0 0 0;
			}
			#third-section strong {
				color: var(--yellow);
			}			
			#third-section h3 {
				font-family: var(--font-primary);
				position: absolute;
				color: #fff;
				bottom: -7%;
				text-transform: uppercase;
				font-weight: 700;
			}
			

	

section#fourth-section {
	padding: 0;
	background-color: var(--charcoal);
}

	#fourth-section .section_content_wrapper {
		width: 100%;
		max-width: 100%;
	}
	
		#fourth-section .column_container {
			padding: 0;
			z-index: 1;
			min-height: 550px;
		}
		
			#fourth-section .column.column-text {
				padding: 70px 30px 60px 90px;
			}
		
				#fourth-section h2 {
					color: var(--primary-color);
					text-align: center;
					margin-bottom: 0;
				}
				#fourth-section strong {
					color: var(--blue);
				}				
				
				#fourth-section p {
					font-size: 20px;
					text-align: center;
					color: #fff;
					margin-top: 0;
					text-transform: capitalize;
				}
				
				#fourth-section .section_action {
					position: relative;
					text-align: center;
				}

	
		#fourth-section .column.column-image {
			height: 100%;
		}
		





section#events-section {
	background-color: var(--yellow);
}

	#events-section .container {
		width: 100%;
		max-width: 1300px;
		overflow-x: hidden;
		z-index: 1;
	}

	#events-section h2 {
		text-align: center;
		color: #fff;
	}
	#events-section strong {
		color: var(--blue);
	}	
	
	#events-section h3 {
		color: #fff;
		font-size: clamp(28px, 3.55vw, 33px);
		padding-bottom: 20px;
	}
	
	#events-section h4 {
		font-family: var(--font-secondary);
		font-weight: 500;
		text-transform: capitalize;
		margin: 0;
		font-size: clamp(24px, 3.55vw, 28px);
		color: #fff;
	}

	#events-section .slide h4.event_title {
		letter-spacing: 2px;
	}

	#events-section .slide .event_time {
		margin-top: .15em;
		font-family: var(--font-secondary);
		font-size: clamp(25px, 3.55vw, 30px);
		letter-spacing: 2px;
		text-transform: uppercase;
	}

	#events-section .slide .event_text p {
	    font-size: 23px;
	    text-transform: lowercase;
	    line-height: 1;
	    margin-bottom: 6px;
	    color: #fff;
	}
		#events-section p {
			font-size: 21px;
			line-height: 1.3;
			color: #fff;
		}
		
	
	#events-section .slide-container {
		background-color: var(--blue)
	}
	
		#events-section .slide .event_action {
			margin-top: 2em;
			text-align: right;
		    content: "";
		    transform: translate(18px, 0px);
		}
	
	#events-section .section_action {
		position: relative;
		margin-top: 3em;
		text-align: center;
	}
	.events-icon {
		position: absolute;
		top: -38%;
	    left: -8%;
	    aspect-ratio: 103 / 150;
	    width: 43%;
	    height: -webkit-fill-available;
	    background-repeat: no-repeat;
	    background-position: center;
	    z-index: 1;
	    pointer-events: none;
	}
	#toolbar_container #toolbar_add_items li.toolbar_admin_item:nth-child(1) a, 
	#toolbar_container #toolbar_add_items li.toolbar_admin_item:nth-child(2) a, 
	#toolbar_container #toolbar_add_items li.toolbar_admin_item:nth-child(3) a, 
	#toolbar_container #toolbar_add_items li.toolbar_admin_item:nth-child(4) a, 
	#toolbar_container #toolbar_add_items li.toolbar_admin_item:nth-child(5) a, 
	#toolbar_container #toolbar_add_items li.toolbar_admin_item:nth-child(7) a, 
	#toolbar_container #toolbar_add_items li.toolbar_admin_item:nth-child(8) a, 
	#toolbar_container #toolbar_add_items li.toolbar_admin_item:nth-child(9) a {
		display: none !important;
	}
	#content .mod_rotator,
	#content .rotator-slide-container,
	#content .rotator-wrapper,
	#content .rotator-container,
	.cb-content[data-type="rotator"] {
		height: 0;
		padding-bottom: 20.604395604395606%;
		padding-bottom: 25%;
	}
	.rotator-container {
		min-height: 0 !important;
	}
	div#layout-row1 {
		padding-bottom: 0;
	}
	div#layout-row2-wrapper {
		display: none;
	}
	#content .rotator-pagination-container li.active button.rotator-slide-indicator {
		background-color: #fff;
	}
	#content .rotator-slide-indicator {
		border: var(--rotator-nav-indicator-border-width) solid #fff;
	}
	#content .rotator-wrapper {
		overflow: hidden;
	}
	#content .rotator-navigation {
		--rotator-nav-indicator-color: #fff;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		padding: .5em;
		background-color: rgba(0,0,0,.2);
		border-radius: 50px;
	}
	#content .rotator-slide-content-container {
		position: absolute;
		/* top: 50%; */
		/* left: 50%; */
		transform: translate(0%, 50%);
		height: 100%;
		padding: 0;
		width: 100%;
		display: flex;
		justify-content: end;
		align-items: end;

	}
	#content .rotator-slide-text p {
		margin: 0;;
	}
	#content .rotator-slide-text a.btn.red, .rotator-slide-text a.btn.red:visited, .rotator-slide-text span.btn.red {
		margin: 0;
	}
	#content .rotator-slide-text {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}
	
	

@media (max-width: 1260px) {
}


@media (max-width: 1200px) {
}

@media (max-width: 1100px) {
	#third-section .column_container {
/* 		padding: 60px 10px; */
	}
	#third-section h3 {
		bottom: -11%;
	}
	#second-section .section_content_wrapper {
		width: 90%;
	}
	#second-section {
		
	}
	.hero-icon {
			width: 35%;
		}
}

@media (max-width: 1024px) {
	.floating {
/* 		padding-top: 150px; */
    	top: 16.7em;
	}
	#second-section .section_content_wrapper {
		width: 100%;
	}

	section h2 {
	}
	section p {
		margin: 1rem 0;
	}
	
	.column_container {
		padding: 60px 70px;
	}

	#fourth-section .column.column-text {
		padding: 70px;
	}
	
		#fourth-section h2 {
		}
		.hero-icon {
			width: 40%;
		}
}

@media (max-width:900px) {
	#third-section .column_container {
		--droplet-width: 240px;
	}
	
	#fifth-section h2 {
		font-size: 27px;
	}
	
	#fifth-section p {
		font-size: 21px;
	}
}
@media (max-width: 850px) {
		.hero-icon {
			width: 50%;
		}
	
	
}
@media (max-width: 768px) {
	.floating {
	}
	.floating-content {
		padding-top: 0;
	}

	section h2 {
		text-align: center;
	}
	
	#first-section h2 {
	}

	section h4 {
		font-size: 20px;
	}

	section p {
		font-size: 18px;
	}
	
/*
		section .btn {
			max-width: 75%;
		}
*/
		
			section .section_button a {
				font-size: 12pt;
			}

	
	.column_container {
		flex-direction: column;
		padding: 2rem;
	}
	
		.column_container .column {
			padding: 0;
			width: 100%;
			text-align: center;
		}
		
			.column_container .column.left {
				padding-bottom: 2rem;
			}

	#first-section .section_text {
		font-size: 24px;
		text-align: center;
	}
	#second-section h2 {
		text-align: center !important;
	}
	
	#third-section .column_container {
		padding-bottom: 0;
	}
		#third-section a.column {
			margin-bottom: 10em;
		}
	
			#third-section h3 {
				bottom: -5%;
			}
		
	#fourth-section .column_container {
		min-height: auto;
		flex-direction: column-reverse;
	}
		#fourth-section .section_background {
			padding-bottom: 80.55555555555556%;
		}
	
	#fifth-section .column_container .column {
		--droplet-width: 200px;
		margin-bottom: 100px;
		padding: 0 20px;
	}
	.hero-icon {
/*
	    position: absolute;
	    bottom: -82px;
	    right: 0;
	    aspect-ratio: 103 / 150;
	    width: 30%;
	    height: auto;
	    background-repeat: no-repeat;
	    background-position: center;
	    z-index: 1;
	    pointer-events: none;
*/
	}
	#events-section .container {
		width: 90%;
	}
		.events-icon {
			position: absolute;
			top: -8%;
		    left: -8%;
		    aspect-ratio: 103 / 150;
		    width: 43%;
		    height: auto;
		    background-repeat: no-repeat;
		    background-position: center;
		    z-index: 1;
		    pointer-events: none;
		    z-index: 0;
		}	

		#content .rotator-navigation {
			bottom: 5px;
		}
		ul.rotator-pagination-container {
			display: none;
		}
}

@media (max-width: 768px) and (min-height: 640px) {
/*
	.hero.wide {
		height: 50vh;
	}
*/

	.floating {
	}
	
		.floating-content {
		}
		
		.floating-content a.btn {
		}
		
}

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

@media (max-width:640px) {
	section {
		--section-padding-top: 3rem;
	}

	.hero_container {
		height: 90vh;
		min-height: auto;
	}
	
/*
	.floating {
		top: 55%;
		padding-top: 70px;
	}
*/

	.floating-content{
		font-size: clamp(46px, 13.55vw, 68px);
		justify-content: flex-start;
		padding-top: 0px;
		
	}

	p.top_text {
		--spacing: .65em;
	}
		.hero-icon {
			width: 60%;
			bottom: 0px;
		}
	
}
@media (max-width:675px) {
		#third-section h3 {
		bottom: -7%;
	}
	}	

@media (max-width:520px) {
	.floating {
		width: 90%;
		top: 17.2em;
	}
	#second-section .section_content_wrapper {
		width: 100%;
	}
	
	#fourth-section .column.column-text {
		padding: 70px 10px;
	}
	#third-section h3 {
		bottom: -11%;
	}
	#events-section .container {
	    width: 100%;
	}
	
}
@media (max-width: 450px) {
		.hero-icon {
			width: 80%;
		}
	
	
}


@media (max-width: 365px) {
	#events-section .container {
		width: 100%;
		overflow-x: hidden;
	}

}


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

@media (max-height: 450px) {
	.white-space {
    position: relative;
    height: 10em;
    width: 100%;
    background-color: #fff;
}
}