:root {
	--droplet-width: 150px;
}
.site-header.wide {

}

/* test */
.hero_container {
	position: relative;
	height: calc(100vh - var(--header_spacer_height));
	height: 100vh;
	min-height: 750px;
	display: flex;
	background: #fff;
	padding-top: 150px;
	z-index: 1;
}

.tri-container {
    width: 100%;
    height: 1100px;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.hero.wide {
	position: relative;
	width: 100%;
	height: 117%;
/* 	padding: 40px; */
	background-position: var(--background-position, center);
	background-size: var(--background-size, cover);
	box-sizing: border-box;
/* 	overflow: visible; */
	overflow: hidden;
    width: 81.5%;
    margin: 0 auto;
    display: block;
    margin-left: 11%;
}

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

.blue-tri {
	position: absolute;
    display: block;
    background-color: var(--k-blue);
    width: 100%;
    height: 1190px;
    top: 16%;
    left: 0%;
    clip-path: polygon(0 0, 90% 100%, 100% 100%, 0 100%);	
}
.green-tri {
    position: absolute;
    display: block;
    background-color: var(--k-green);
    width: 100%;
    height: 160%;
    top: -45%;
    left: 0%;
    clip-path: polygon(0 0, 98% 100%, 100% 100%, 0 100%);
    z-index: 1;

}
.yellow-tri {
    position: absolute;
    top: 34%;
    right: 0;
    width: 100%;
    height: 140%;
    padding-top: 100px;
    box-sizing: border-box;
    z-index: 1;
    align-items: flex-end;
    background-color: var(--k-yellow);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    justify-content: flex-end;
}
.floating {
    position: absolute;
    top: 30%;
    right: 0;
    width: 1120px;
    height: 100%;
    padding-top: 100px;
    color: #fff;
    font-family: var(--k-font-primary);
    transition: .3s;
    z-index: 1;
    align-items: flex-end;
    padding: 0 4%;
    z-index: 2;
    justify-content: flex-end;
}

	.floating-content {
	    position: relative;
	    margin: 0;
	    width: auto;
	    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: center;
	    align-items: flex-end;
	    justify-items: flex-end;
	    box-sizing: border-box;
	    align-content: flex-end;
	    max-width: 300px;
/* 	    padding-bottom: 6rem; */
	}

		.floating-content p {
			margin: 0.5em 0;
			line-height: 1;
		}
		
			
			p.tag-action {
				position: absolute;
				bottom: 0;
				font-family: var(--font-secondary);
				font-style: normal;
				text-indent: 0;
			}
			p.top_text {
				color: var(--k-blue);
				font-size:clamp(26px, 3.99vw, 53px);
				margin: 0;
			}
			p.middle_text {
				color: var(--k-red);
				font-size: clamp(28px, 4.35vw, 58px);
				margin: 0;				
			}
			p.bottom_text {
				color: #fff;
				font-size:clamp(43px, 6.55vw, 87px);
				margin: 0;				
			}
	
				.floating-content a.btn, .floating-content a.btn:visited {
					font-weight: 500;
					letter-spacing: 1px;
				}


#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: 0em auto 0.5em;
		color: var(--charcoal);
		font-family: var(--k-font-primary);
		font-size: clamp(47px, 4.9vw, 65px);
		font-weight: 600;
		text-align: left;
		line-height: 1;
		text-transform: uppercase;
	}
	
		section h2 span {
			font-size: .82em;
			display: block;
			white-space: nowrap;
		}
	
	section h3 {
		position: relative;
		margin: 0.25em auto 0.5em;
		color: var(--charcoal);
		font-family: var(--k-font-primary);
		font-size: 51px;
		font-size: 40px;
		font-size: clamp(45px, 3.8vw, 58px);
		font-weight: 600;
		text-align: left;
		line-height: 1;
	}
	
	section h4 {
		position: relative;
		margin-bottom: 0;
		color: var(--charcoal);
		font-family: var(--k-font-primary);
		font-size: 25px;
		font-weight: 600;
	}
	
		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;
/*
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-right: 5%;
    padding-left: 11%;
*/
	}
	section p {
		position: relative;
		font-size: var(--default-p);
		line-height: 1.75;
		font-family: var(--k-font-secondary);
	}


	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-bottom: 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(--orange);
    clip-path: polygon(0% -100%, 100% 0, 100% 85%, 0 100%);
    z-index: 1;
}
	#first-section .section_content_wrapper {
	    width: 100%;
	    padding-left: 10%;
	}
	#first-section h2.top {
		color: #fff;
		margin-bottom: 0;
		line-height: 1;
		font-size: clamp(45px, 3.8vw, 58px);
		text-transform: none;		
		margin-top: 2em;
	}
	#first-section h2.bottom {
		color: var(--k-yellow);
		text-transform: uppercase;
		font-size: clamp(35px, 4.9vw, 65px);
		margin-top: 0;
		line-height: 1;
	}

	#first-section .section_text {
		position: relative;
		padding-bottom: 30px;
	}
	#first-section .background_container {
		padding-bottom: 131.1764705882353%;
		z-index: 2;
	}
	#first-section .column_container {
		z-index: 2;
	}
		#first-section .bg {
/* 			align-self: flex-end; */
		}
		.yellow-tri-2 {
		    position: absolute;
		    top: 28%;
		    right: 0;
		    width: 100%;
		    height: 140%;
		    padding-top: 100px;
		    box-sizing: border-box;
		    z-index: 0;
		    align-items: flex-end;
		    background-color: var(--k-yellow);
/* 		    clip-path: polygon(100% 0, 0% 100%, 100% 100%); */
		    justify-content: flex-end;
		}
			
section#section-initiatives {
	padding: 0;
	background-color: var(--dlf-blue);
	color:#000;
	overflow: hidden;
	position: relative;
    padding-left: 10%;
    padding-right: 5%;
    justify-content: space-between;
    z-index: 1;
}

	#section-initiatives h2 {
		color: var(--k-blue);
	}
	
	#section-initiatives h3 {
	    margin: 0;
	    color: var(--k-red);
	    display: flex;
	    align-items: center;
	    font-weight: 400;
	    cursor: pointer;
	    font-size: clamp(31px, 3.8vw, 48px);
		margin-right: 0px;
		transition: all ease-in-out .3s;
	}
			#section-initiatives h3:hover {
			    margin-right: -8px;
			    color: #ff654e;	
			    padding-right: 8px;
			}

	#section-initiatives .initiatives_text {
		position: relative;
		padding: 3rem 0px;
/* 		margin: 0 auto; */
	}

		#section-initiatives .initiative_list {
			list-style-type: none;
			margin: 0;
			padding: 0;
			max-width: 630px;
		}

			#section-initiatives .initiative_list li {
				margin-bottom: 2rem;
			}
		
				#section-initiatives .initiative_list li.active {
					
				}
	
					#section-initiatives .initiative_list li.active h3 {
						color: var(--k-red);

					}

						#section-initiatives .initiative_list h3:before {
							content:  url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.56 25.11'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fc4a30; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolygon class='cls-1' points='12.56 12.56 6.28 18.83 0 25.11 0 12.56 0 0 6.28 6.28 12.56 12.56'/%3E%3C/g%3E%3C/svg%3E");			
						    right: -30px;
						    position: absolute;
						    width: 13px;
						    top: 0;
						    transition: ease-in-out .3s;

						}
						#section-initiatives .initiative_list li.active h3:before {
							-webkit-animation: rotate-90-cw 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
							animation: rotate-90-cw 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

						}

						.rotate-90-cw {
							-webkit-animation: rotate-90-cw 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
							        animation: rotate-90-cw 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
						}
						/**
						 * ----------------------------------------
						 * animation rotate-90-cw
						 * ----------------------------------------
						 */
						@-webkit-keyframes rotate-90-cw {
						  100% {
						    -webkit-transform: rotate(90deg);
						            transform: rotate(90deg);
									right: -35px;
									top: 9px;
						  }
						}
						@keyframes rotate-90-cw {
						  100% {
						    -webkit-transform: rotate(90deg);
						            transform: rotate(90deg);
							 right: -35px;
							 top: 9px;
						  }
						}
				
				#section-initiatives .initiative_list li .initiative_image {
					height: 0;
					padding-bottom: 56.25%;
					margin-top: 1rem;
					background-position: center center;
					background-size: cover;
					display: none;
				}

				#section-initiatives .initiative_list li .initiative_description {
					position: relative;
					width: 100%;
				}
				
					#section-initiatives .initiative_list li .initiative_description p {
						color: #000;
					}

				#section-initiatives .initiative_list li:not(.active) .initiative_description {
					display: none;
				}

	#section-initiatives .initiatives_background_container {
		position: relative;
/* 		width: calc(30% + 75px); */
		height: 0;
		top: 0;
		right: 0;
		overflow: hidden;
/* 		transform: skewX(-5deg); */
		transform-origin: bottom;
/* 		margin-right: 5%; */
		padding-bottom: 46.542169%;
	}
	
		#section-initiatives .initiatives_background_container > div {
			position: absolute;
			width: 100%;
			height: 100%;
			background-size: cover;
			background-position: center center;
/* 			transform: skewX(5deg); */
			transform-origin: bottom;
			transition: 1s;
			opacity: 0;
		}
		
			#section-initiatives .initiatives_background_container > div.active {
				opacity: 1;
			}
	

/*
		.initiatives_background_container img {
			position: absolute;
			top: 0;
			right: 0;
			transform: skewX(5deg);
			min-height: 100%;
			min-width: 100%;
		}
*/


	#section-initiatives .section_divider {
		height: 20px;
	}
	
		#section-initiatives .section_divider .btn {
			transform: translateY(-90%);
		}

.events {
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 90px 0px 0;
}
.events > h1 {
    padding-bottom: 20px;
    padding-top: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    color: #009bd5;
    text-align: center;
    line-height: 0;

	
}
	.events > img {
		max-width: 92%;
	}
	

section#section-communities {
	padding-bottom: 0;
}

	#section-communities .communities_text {
	    width: 60%;
	    max-width: 865px;
	    margin: 0 auto 3rem;
	}
	
		#section-communities .communities_text h2 {
		    text-align: center;
		    margin-bottom: 0;
		    
		}
		
		#section-communities .communities_text p {
		    padding: 0 3em;
		}



section#events-section {
	background-color: var(--k-blue);
/* 	padding-top: 0; */
	clip-path: polygon(0 0, 100% 14%, 100% 100%, 0 100%);
	padding-top: 100px;
}

/*
	#events-section .section_text {
	    align-items: flex-end;
	}
*/

	#events-section .container {
		width: 95%;
		color: #fff;
		font-family: var(--k-font-secondary);
	}

	#events-section h2 {
		color: #fff;	
	    margin: 0;	
		max-width: 820px;
		padding-right: 5%;
		padding-left:19px;
		margin-bottom: 20px;		
	}
	
	#events-section h4 {
	    margin-top: 39px;
	    font-size: clamp(27px, 3.55vw, 32px);
	    font-family: var(--k-font-secondary);
	    color: #fff;
	    font-weight: 600;
	    margin-bottom: 0;
	}

	#events-section .slide .event_time {
		margin-top: .25em;
		text-transform: none;
		font-size: var(--default-p);
	}

	#events-section .slide .event_text p {
	    line-height: 1.3;
	    margin-bottom: 6px;
	    margin-top: 30px;
	}
	
	#events-section .slide-container {
	}
	
		#events-section .slide .event_action {
			position: absolute;
			bottom: 10px;
			right: 10px;
		}
	
	#events-section .section_action {
	    position: relative;
	    text-align: center;
	    max-width: 400px;
	    display: flex;
	    justify-content: space-between;
	    margin: 0 auto;
	}


	#eventSlider span.btn.white {
	    position: absolute;
	    bottom: -5%;

	}
		#eventSlider .section_background {
			padding-bottom: 49.956784788245464%;
		}
			.slide-container .bg_container  {
			    position: relative;
/* 			    height: 77.21774193548387%; */
			}	


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


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

@media (max-width: 1100px) {

}

@media (max-width: 1024px) {


	section h2 {
	}
	section p {
		margin: 1rem 0;
	}
	
}
@media (max-width:950px){
	#section-initiatives .initiatives_background_container {
		display: none;
	}

	#section-initiatives .initiative_list li.active .initiative_image {
		display: block;
	}

		#section-initiatives .initiative_list li .initiative_description {
		    position: relative;
		    width: 100%;
		}
			#section-initiatives .grid-45, 
			#section-initiatives .grid-50 
				{
				width: 100%;
				padding-right: 50px;
			}
			
				#section-initiatives .flex {
					flex-direction: column;
				}
	section#first-section {
	    clip-path: polygon(0% -100%, 100% 0, 100% 90%, 0 100%);
	}
	section#events-section {
	    clip-path: polygon(0 0, 100% 9%, 100% 100%, 0 100%);
	}
}
@media (max-width:900px) {

}

@media (max-width: 768px) {
	.hero_container {
	    padding-top: 120px;	
	}
	.section_content_wrapper {
		 padding: 60px 70px;
	 }	
		.column_container .column {
			padding: 0;
			width: 100%;
			
		}
	.floating {
	}

	section h2 {

	}
	
	.column_container {
		flex-direction: column;
/* 		padding: 2rem; */
	}
	
		.column_container .column {
			padding: 0;
			width: 100%;
		}
	#first-section .column_container {
		flex-direction: column-reverse;
	}		

	#first-section .section_content_wrapper {
	    padding-left: 70px;
	}
		#first-section h2.top {
		    margin-top: 1em;
		}
		.green-tri {
			clip-path: polygon(0 20%, 100% 45%, 100% 100%, 0 100%);			
		}
		.yellow-tri {
		    clip-path: polygon(100% 14%, 0% 62%, 100% 100%);
		}
		.blue-tri {
		    clip-path: polygon(0% 0%, 100% 61%, 100% 100%, 0% 100%);
		}
	section#first-section {
	    clip-path: polygon(0% -100%, 100% 0, 100% 97%, 0 100%);
	}
	section#events-section {
	    clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%);
	}

}

@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) {
	.floating-content {
		padding-top: 100px;
	}
	section {
		--section-padding-top: 2rem;
	}
	.section_content_wrapper {
		 padding: 60px 20px;
	 }	
	.hero_container {
		height: 83vh;
		min-height: auto;
	}
	
	#first-section .section_content_wrapper {
	    padding-left: 20px;
	}	
		.green-tri {
			clip-path:polygon(0 23%, 100% 43%, 100% 100%, 0 100%);			
		}
		.yellow-tri {
		    clip-path: polygon(100% 19%, 0% 58%, 100% 100%);
		}
		.blue-tri {
		    clip-path: polygon(0% 0%, 100% 48%, 100% 100%, 0% 100%);
			top: 6%;
		}
}

@media (max-width:520px) {
.hero.wide {
    overflow: hidden;
    width: 100%;
    display: block;
    display: flex;
    justify-content: flex-end;
    margin-left: 20px;
}
	.floating {
		width: 90%;
	}
	.floating-content {
	    padding-top: 140px;
	}
	.blue-tri {
	    clip-path: polygon(0% 0%, 100% 28%, 100% 100%, 0% 100%);
	    top: 7%;
	}

		.green-tri {
		    clip-path: polygon(0 28%, 100% 40%, 100% 100%, 0 100%);
		}
		
			.yellow-tri {
			    clip-path: polygon(100% 23%, 0% 58%, 100% 100%);
			}
			
	section#first-section {
	    clip-path: polygon(0% -100%, 100% 0, 100% 98%, 0 100%);
	}
	section#events-section {
	    clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%);
	}
	#events-section h4 {
	    font-size: clamp(22px, 3.55vw, 32px);
	    text-align: center;
	    margin-top: 20px;
	}

}


@media (max-width: 365px) {
	#events-section .section_action {
	    flex-wrap: wrap;
	    justify-content: center;
	    flex-direction: column;
	    width: fit-content;
	}


}




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

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

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