:root {
	--droplet-width: 150px;
}
/*
.main-container {
	overflow: hidden;
}
*/
#primary.wide {
	overflow: visible;
}
.wide {
	overflow: hidden;
}

.hero_container {
	position: relative;
	height: calc(100vh - var(--header_spacer_height));
    height: 73vh;
    min-height: 640px;
	display: flex;
}

.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: hidden;
	 border-bottom: 81px solid var(--charcoal);
}

.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;
}


/* 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 */

.floating {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 58%;
    max-width: 1000px;
    height: 53%;
    /* padding-top: 100px; */
    padding: 55px 70px;
    color: #fff;
    font-family: var(--font-primary);
    transition: .3s;
    /* transform: translate(-50%, -50%); */
    box-sizing: border-box;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: rgb(0, 114, 188, .7);
}
	.black-bar {
/* 		border-bottom: 81px solid var(--charcoal); */
		z-index: 1;
		width: 100%;
		height: 81px;
		background-color: var(--charcoal);
	}

	.floating-content {
	    position: relative;
	    margin: 0;
	    width: 100%;
	    height: 100%;
		font-size: 51px;
		font-size: clamp(40px, 3.55vw, 51px);
		font-weight: 600;
	    white-space: nowrap;
	    display: flex;
	    flex-direction: column;
	    justify-content: flex-start;
	    align-items: flex-start;
	    box-sizing: border-box;
	    z-index: 3;
	}

		.floating-content p {
			margin: 0.5em 0;
			line-height: 1;
			text-transform: uppercase;
		}
		
			
			p.tag-action {
				position: absolute;
				bottom: 0;
				font-family: var(--font-primary);
				font-style: normal;
				text-indent: 0;
			}
			p.top_text {
			    letter-spacing: 24px;
			    font-size: clamp(27px, 3.55vw, 33px);
			    font-weight: 300;
			    margin: 0;	
			}
			p.middle_text {
			    letter-spacing: 14px;
			    font-size: clamp(37px, 3.55vw, 54px);
			    font-weight: 600;
			    margin: 0;	
			    margin-bottom: 60px;
			    
			}	
				.floating-content a.btn, .floating-content a.btn:visited {
/*
					font-weight: 500;
					letter-spacing: 1px;
*/
				}

/*
					.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 {
						content: "";
						position: absolute;
						top: 50%;
						right: 19px;
						transform: translate(0, -50%);
						width: 0;
						height: 0;
						border-top: 8px solid transparent;
						border-bottom: 8px solid transparent;
						border-left: 14px solid;
						display: block;
						box-sizing: border-box;
					}
*/
/*
		.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;
	    /* color: var(--charcoal); */
	    font-family: var(--font-primary);
	    font-size: clamp(27px, 3.55vw, 32px);
	    letter-spacing: 12px;
	    text-transform: uppercase;
	    font-weight: 600;
	    margin-top: 0.4em;
	    margin-bottom: 0.8em;
	    line-height: 1.2;
	}
	
		section h2 span {
/*
			font-size: .82em;
			display: block;
			white-space: nowrap;
*/
		}
	
	section h3 {
	    text-transform: capitalize;
	    font-size: clamp(18px, 3.55vw, 22px);
	    font-weight: 400;
	    margin-top: 0.5em;
	    margin-bottom: 0.5em;
	    letter-spacing: 7px;
	    line-height: 1.3;
	}
	
	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: 88%;
/* 		max-width: 1000px; */
		margin: 0 auto;
	}
	section p {
	    position: relative;
	    line-height: 1.9;
	    font-size: clamp(12px, 3.55vw, 14px);
	    font-weight: 300;
	    letter-spacing: 1px;
	}


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

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


	.column_container {
		position: relative;
		width: 100%;
		padding: 60px 100px;
		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: var(--droplet-width);
				height: var(--droplet-width);
				border-radius: calc(var(--droplet-width) / 2) calc(var(--droplet-width) / 2) 0;
				transform: rotate(45deg);
				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%) rotate(-45deg);
					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;
		}
*/
:root {
	/* 	--header_spacer_height: 0; */
	}
	
	#content .cb-row {
		padding: 0;
	}
	
	.site-header {
		margin: 0;
	}
	/*
	#layout-row2 .cb-header {
		width: 80%;
		margin: 0 auto;
	}
	*/
	.cb-content[data-type='staff'] {
		
	}
	/* 
	.hero.wide {
		width: 100%;
		height: 350px;
		margin: 0;
		background-position: var(--background-position, center 25%);
		background-image: var(--background-image);
		background-size: cover;
	}
	
	.hero.wide:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	
		
		background: black;
		opacity: .2;
		display: none;
	}
	
	.floating {
		position: relative;
		width: 100%;
		height: 100%;
		padding-top: 130px;
		background: transparent;
	}
	
		.floating-content {
			position: relative;
			width: 90%;
			height: 100%;
			padding: 2em 0;
			margin: 0 auto;
		}
		
			.floating-content h1 {
				position: absolute;
				top: 0;
				right: 0;
				max-width: 50%;
				color: #fff;
				font-size: 55px;
				font-weight: bold;
				text-align: right;
				text-transform: uppercase;
			} */
	.clearfix {
		 display: none;
	 }
	#content {
		position: relative;
		background-color: #fff;
		margin-bottom: -15px;
	}
		.title-box {
			position: relative;
			height: 100px;
			padding: 0 20px;
			margin: 0 auto;
			background-color: var(--orange);
			display: flex;
			justify-content: center;
			align-items: center;
			overflow: hidden
		}
		.page-title:before {
			position: absolute;
			content: "";
			bottom: -15px;
			left: -45px;
			height: 41px;
			width: 386px;
			background-color: var(--charcoal);
			z-index: -1;
		}
			#content h1.page-title {
				position: relative;
				margin: 0;
				color: white;
				font-family: var(--font-primary);
				letter-spacing: 13px;
				font-family: var(--font-primary);
				font-size: clamp(28px, 3.55vw, 33px);
				text-align: center;
				text-transform: uppercase;
				z-index: 1;
			}
			.media_player_screen {
				font-size: clamp(21px, 3.55vw, 27px) !important;
				letter-spacing: 1px;
				text-transform: none;
				font-weight: 600;
				line-height: 1.2;	
			}
	/*
				.event_list_container .event_container .event_info_container .event_info {
					font-size: 1.4em;
				}
	*/
				
	
		.cb-content h3 {
			font-size: clamp(18px, 3.55vw, 35px) !important;
			letter-spacing: 13px;
			text-transform: uppercase;
			font-weight: 600;
			margin-top: 0.4em;
			margin-bottom: 0.8em;
			line-height: 1.2;
		}
		.cb-content h4 {
			text-transform: capitalize;
			font-size: clamp(18px, 3.55vw, 28px);
			font-weight: 500;
			letter-spacing: 10px;
			margin-top: 0.5em;
			margin-bottom: 0.5em;
			letter-spacing: 9px;
			line-height: 1.3;
		}
	
		.cb-content h5 {
			color: var(--blue);
			font-family: var(--font-primary);
			font-size: clamp(23px, 3.55vw, 33px);
			font-weight: 600;
			line-height: 1.25;
			text-transform: uppercase;
			margin: 0.5em 0;
		}
	
	
		.cb-content h6 {
			font-size: 15pt;
			font-weight: 400;
			letter-spacing: 3px;
			text-transform: uppercase;
			margin: 0;
		}
	
		#content p {
			line-height: 1.5;
			font-size: clamp(15px, 3.55vw, 16px);
			font-weight: 300;
			letter-spacing: 1px;
			
		}
		table {
			font-family: inherit !important;
			font-size: inherit !important;
			font-weight: inherit !important;
			color: inherit !important;
		}
		td {
			color: inherit !important;
			font-family: inherit !important;
			font-size: inherit !important;
			font-weight: inherit !important;
			color: inherit !important;
		}
		td.c1 {
			width: 15%;
		}
		td.c2 {
			width: 70%;
		}
	.filter_header,
	.filter_header .header_text {
		color: var(--secondary-color) !important;
	}
	
	.action-button {
	position: relative;
		padding: 5px 24px;
		font-size: clamp(15px, 4.33vw, 17px);
		font-weight: 600;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		transition: all .4s;
		opacity: 1;
		display: inline-block;
		margin-bottom: 0.5em;
		font-family: var(--font-primary);
		letter-spacing: 0;
		color: var(--secondary-color-text) !important;
		background: var(--secondary-color) !important;
		border: none !important;
	}
		.filter_container .filter_actions a.action-button {
			border: none !important;
		}
		.filter_container .filter_actions a.action-button:hover {
			background-color: var(--secondary-color);
			filter: brightness(120%) !important;
		}
		.filter_body .filter_option input[type=checkbox]:checked + .filter_option_checkbox {
			background-color: #4e6f71 !important;
		}	
	/*
		#content .cb-layout_layouts-container h3 {
			font-size: 30pt;
		}
	
		#content .cb-layout_layouts-container h4 {
			color: inherit;
			font-size: 22pt;
			letter-spacing: 1px;
			margin: 0;
		}
	*/
	
	.cb-content:not([data-type="contentbox_layout"]) {
		width: 80%;
		margin: 0 auto !important;
		max-width: 1500px;
	}
	.cb-body li {
		line-height: var(--default-lh);
		font-size: var(--default-p);
	}
	.cb-layout_settings-container.cb_bg_image.opacity-none:before {
		opacity:0;
	}
	
	.nopb {
		padding-bottom: 0 !important;
	}


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


@media (max-width: 1200px) {
	#first-section .section-title {
		height: 105%;
		padding-top: 120px;
	}
}

@media (max-width: 1100px) {

}

@media (max-width: 1024px) {
	.floating {
/* 		padding-top: 150px; */
		width: 75%
	}

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

}

@media (max-width:900px) {
	#third-section .column_container {
		--droplet-width: 240px;
	}
	
	#first-section .section-title {
		min-width: 415px;
	}
	#first-section .section_spacer {
		min-width: 395px;
	}
}


@media (max-width: 768px) {
	.hero.wide {
		border-bottom: none;
		background-position-x: 37% !important;
	}
		.floating {
			width: 100%;
			height: auto;
			top: auto;
			bottom: 0;
		}
		p.middle_text {
			margin-bottom: 25px;
		}
		

	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;
			}
	section#first-section {
		padding-top: 0;
	}
		#first-section .section-title {
			position: relative;
			width: 100%;
	/* 		height: -webkit-fill-available; */
			height: fit-content;
			min-width: 100%;
			align-items: flex-start;
		}
		#first-section .section_spacer {
			display: none;
			
		}
		#first-section .section_text {
			width: 100%;
		}
		#first-section h2 {
			text-align: left;
		}
		.title-text {
			padding-left: 6%; 
		}
	
		td.c1 {
			width: 0;
		}
		td.c2 {
			width: 100%;
		}    
	
}

@media (max-width: 768px) and (min-height: 640px) {
/*
	.hero.wide {
		height: 50vh;
	}
*/
/*
.bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 100%;
    min-height: 100%;

    width: auto;
    height: 100%;
    }
*/

	.floating {
	}
	
		.floating-content {
		}
		
		.floating-content a.btn {
		}
		
}
@media (max-width: 670px) {
	
		.cb-content h4 {
			font-size: 21pt;
		}
	
		.cb-content h6 {
			font-size: 13pt;
		}

	}

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

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

	.hero_container {
		height: 85vh;
		min-height: auto;
	}
	
	.floating {
		    padding: 28px 24px;
	}

	.floating-content{
		font-size: clamp(30px, 3.55vw, 51px);
	}

	p.top_text {
		line-height: 1.6;
	}
	
	
}
@media (max-width: 600px) {
	.cb-content h3 {
		font-size: 23px;
	}
	.cb-content p {
		font-size: 16px;
	}
	.hero.wide {
/* 		min-height: 250px; */
		height: 300px;
}

}

@media (max-width:520px) {
	
	p.top_text {
	    letter-spacing: 17px;
	    font-size: clamp(13px, 3.55vw, 33px);
	    font-weight: 300;
	    line-height: 2;
	    margin: 0;
	}	
	p.middle_text {
	    letter-spacing: 4px;
	    font-size: clamp(28px, 3.55vw, 54px);
	    font-weight: 600;
	    margin: 0;
	    margin-bottom: 20px;
	}	
	section h2 {
	    letter-spacing: 4px;
	    font-size: clamp(28px, 3.55vw, 54px);
	    font-weight: 600;
	    margin: 0;
	    margin-bottom: 60px;	
	}
	section h3 {
	    letter-spacing: 7px;
	    font-size: clamp(15px, 3.55vw, 33px);
	    font-weight: 600;
	    line-height: 2;
	    margin: 0;		
	}	
	#first-section h3 {
		letter-spacing: 7px;
	}
	#first-section .section-title {
	    padding-top: 100px;
	}
/*
	.bgvid {
	    
	    min-height: 130%;
	}
*/

}


@media (max-width: 365px) {


}




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

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

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