.hero.wide {
	background-position: center;
	background-size: cover;
	width: 100%;
	height: calc(100vh - 122px);
}

.floating {
	background: rgba(0, 153, 176, 0.9);
	color: white;
	min-height: 122px;
	height: auto;
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 10px solid #8bc23f;
	padding: 10px;
}

h2 {
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
	font-size: 30px;
	font-weight: 600;
	border-bottom: 5px solid gray;
	max-width: fit-content;
}

.floating h2 {
	color: white;
	font-size: 30px;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: 400;
	border: none;
}

.hot-btns {
	min-height: 440px;
	height: auto;
}

div.hot-btn {
    height: auto;
    background-position: center;
    background-size: cover;
    position: relative;
    height: auto;
    min-height: 440px;
    padding: 10px 20px;
    justify-content: flex-start;
    padding-top: 25px;
}

.hot-btn:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(245, 241, 234, 0.95);
}

.hot-btn p, .hot-btn h2 {
	position: relative;
	border: none;
}

.hot-btn h2 {
    color: #202020;
    font-size: 50px;
    margin: 0;
    font-weight: 400;
}

.hot-btn p {
	color:#202020;
	padding: 9px;
}

.hot-btn p strong {
	font-weight: 600;
}

.one, .two, .three {
	border-right: 10px solid white;
}

@media(max-width:768px) {
	.one, .two, .three {
		border-right: 0px solid white;
		border-bottom: 10px solid white;
	}

	.our-mission .left {
	    justify-content: center;
	    align-items: center;
	}
}

.our-mission {
	background: white;
	padding: 80px 10px;
	min-height: 535px;
	height: auto;
	color: #202020;
	line-height: 1.7;
	position: relative;

}

.our-mission .right {
	position: relative;
	z-index: 3;
	padding: 0 30px;
}

.our-mission .left {
	justify-content: center;
	align-items: flex-start;
}

.our-mission h2 {
	border-bottom-color: #0097af;
	color: #202020;
	margin-top: 0;
	position: relative;
	z-index: 2;
}

.event, .involved {
	min-height: 455px;
	height: auto;
	color: white;
}

.event h2 {
	border-bottom-color: #e5b126;
	color: white;
}

.event .grid-50.left {
	background-position: center;
	background-size: cover;
	min-height: 455px;
	height: auto;
}

div.event .grid-50.right {
	background: #393939;
	min-height: 455px;
	height: auto;
	align-items: flex-start;
	padding-top: 30px;
}

.values {
	min-height: 300px;
	height: auto;
	background: white;
	padding: 30px 0;
}

.values .content {
	justify-content: space-between;

}

.values a {
	color: #202020;
	font-size: 20pt;
	font-weight: 600;
	padding: 10px;
}

.values h2 {
	border-bottom-color: #0097af;
	color: #202020;
	margin: 0;
	margin-bottom: 30px;
}

.involved .left {
	background: #0097af;
	color: white;
	line-height: 2;
}

.involved h2 {
	border-bottom-color: #d64027;
	color: white;
}
.divider {
	color: #f3f0ea;
	background: #f3f0ea;
	width: 5px;
	height: 80px;	
}

.largeicon {
	position: absolute;
	top: 80px;
	right: 0;
	z-index: 1;
}

span.bar.yellow {
	color: #e5b126;
}

span.bar.blue {
	color: #0097af;
}

span.bar.red {
	color: #d64027;
}

span.bar.green {
	color: #8bc23f;
}
.involved .right {
    background-position: center;
    background-size: cover;
    aspect-ratio: 1 / 1;
}

@media(max-width:768px) {

	.our-mission .left {
	    justify-content: center;
	    align-items: center;
	}
	
	.content {
		max-width: 80%;
		padding: 20px 0;
	}
	
	div.event .grid-50.right {
	    align-items: center;
	}

	.hero.wide {
	    background-position: center;
	    background-size: cover;
	    width: 100%;
	    height: 70vh;
	}

.divider {
    color: #f3f0ea;
    background: #f3f0ea;
    width: 100%;
    height: 2px;
    margin: 30px 0;
}
}