html, body {
	margin:0;
	padding:0;
	overflow-x:hidden;
	background-color:#f5f5fd;
	font-family:Montserrat,Georgia,Times,serif;
}

.navLinkSubMenu a {
	text-decoration:none;
	color:#FFF;
}

#topNav {
	height:125px;
	width:100%;
	position: relative;
}

#navContainer {
	position:absolute;
	right:5px;
	height:40px;
	top:42.5px;
	min-width:100px;
}

#mainBody {
	max-width:1400px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	min-height:200px;
}

.genericText {
	height: auto;
	width:95%;
	margin-left:2.5%;
	margin-top: 30px;
	font-size: 16px;
	color: #000;
	text-align: left;
}

.genericButton {
	background-color: #000000;
	font-size: 15px;
	color: #FFF;
	display: inline-block;
	width: auto;
	padding-left: 20px;
	text-transform: uppercase;
	padding-right: 20px;
	border-radius: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 30px;
	margin-left: 20px;
	font-weight: 500;
	line-height: 30px;
}

#topNavContainer {
	max-width:1400px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}

#logo {
	height: 100px;
	width: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 30px;
	position: absolute;
	margin-top: 12px;
	background-image: url(../images/logo.png);
}

#footer {
	background-color:#000;
	max-width:1400px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

.regularImageBanner {
	width: 100%;
	aspect-ratio: 2560 / 1266;
	background-size: cover;
	background-color: rgb(221, 221, 221);
	background-position: center center;
}

.navLink {
	text-transform: uppercase;
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	color:#000000;
	font-size:15px;	
	line-height:40px;
}

.navLink:hover {
	cursor:pointer;
	position:relative;
	border-bottom:1px solid #000000;
}

.navLinkSubMenu {
	display: none;
	color: #FFF;
	min-width: 200px;
	position: absolute;
	top: 100%;
	left:0px;
}

.navLinkSubMenuItem {
	border-bottom:1px solid #222222;
	padding-left:15px;
	padding-right:15px;	
}

.navLinkSubMenuItem:hover {
	font-weight:normal;
}

.crbcTitle {
	width:100%;
	height:40px;
	line-height:40px;
	margin-bottom:20px;
	text-transform: uppercase;
	font-size:30px;
	color:#000;
}

.bigBannerTitle {
	width:100%;
	line-height:40px;
	text-transform: uppercase;
	font-size:40px;
	color:#FFFFFF;
}

.bigBannerSubText {
	width: 75%;
	line-height: 35px;
	margin-bottom: 20px;
	font-size: 20px;
	color: #FFFFFF;
}

.separator {
	height:2px;
	width:100%;
	background-color:#ebebeb;
}

.centeredTitle {
	width:100%;
	text-align:center;
	font-size:45px;
	color:#000000;
	margin-top:40px;
	text-transform: uppercase;
	font-weight: 500;
}

.centeredSubTitle {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #535353;
	margin-top: 10px;
	font-weight: 500;
}

.centeredGenericText {
	height: auto;
	width:100%;
	margin-top: 30px;
	font-size: 16px;
	color: #000;
	text-align: center;
}

.video_wrapper {
	width:100%;
	margin-top:40px;
	margin-bottom:40px;
	aspect-ratio: 1280 / 720;
}

.two_column_container {
	width:100%;
	height:auto;
	margin: 0;
	border: 0;
	display: flex;
	padding-top: 30px;
	padding-bottom: 30px;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.column_image {
	background-repeat: no-repeat;
	background-size: contain;
	height: 450px;
	background-position: center center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.two_column_container_column {
	width: calc(50% - 40px);
	padding-left:20px;
	padding-right:20px;
}

.column_content_container {
	width:100%;	
}

.column_content_centered_title {
	width:100%;
	text-align:center;
	font-size:30px;
}

.full_width_banner {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	padding-top: 70px;
	padding-bottom: 70px;
	color: #FFFFFF;
	background-color: black;
}

.accordion_container {
	width: 100%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #000000;
}

.accordion_row {
	width:100%;
	position: relative;
	cursor:pointer;
	height:auto;
	border-bottom:2px solid #000000;
}

.profile_pic {
	height:200px;
	width:200px;
	border-radius:100px;
	background-size: cover;
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
}

.accordion_row:last-child {
	border-bottom:0px;
}

.accordion_content {
	line-height: 20px;
	width: calc(100% - 40px);
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	display:none;
}

.accordion_title {
	flex-direction: column;
	margin-left: 50px;
	width: calc(100% - 50px);
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.accordion_icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 55px;
	width: 50px;
	line-height: 55px;
	font-size: 25px;
	color: #000;
	text-align: center;
}

.footer_top_section {
	width:100%;
	display:flex;
	flex-direction: row;
}

.footer_block {
	width:33.33%;
	padding-top:50px;
}

.footer_title {
	font-size:18px;
	color:#FFFFFF;
	text-align:center;
	width:100%;
	height:50px;
	line-height:50px;
}

.footer_info {
	width:80%;
	margin-left:auto;
	margin-top:10px;
	margin-right:auto;
	text-align:left;
	color:#FFF;
	font-size:14px;
}

.copyright_block {
	width: calc(100% - 50px);
	margin-left: auto;
	margin-right: auto;
	min-height: 70px;
	margin-top: 60px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}
@media screen and (max-width: 700px) {

}

@media screen and (max-width:1400px) {
	
	.genericText {
		width: calc(100% - 40px);
		margin-left: 20px;
	}
}

@media screen and (min-width:801px) {
	.navLink:hover .navLinkSubMenu {
		display:block;
	}
	
	.dropdownmenu {
		background-color:#000;
	}
	
	.dropdownmenu:hover {
		background-color:#222222;
	}
	
	#navBarActionButton {
		display:none;
	}
}

@media screen and (max-width:800px) {
	
	.two_column_container {
		flex-direction: column;
	}
	
	.two_column_container_column {
		width:calc(100% - 40px);
		padding-top:20px;
	}

	#navContainer {
		display: block;
		position: fixed;
		top: 125px;
		left: 0%;
		width: 100%;
		overflow-y: auto;
		overflow-x:hidden;
		z-index: 2;
	}
	
	.navLinkSpacer {
		background-color:#000000;
		width:100%;
		height:75px;
	}
	
	#navBarActionButton {
		display:block;
		right:20px;
		height:40px;
		line-height:40px;
		text-align: center;
		font-size: 25px;
		z-index:5;
		cursor:pointer;
		width:40px;
		top:42.5px;
		position:absolute;
		color:#000;
	}
	
	.navLink {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 15px;
		background-color: rgba(0,0,0,0.8);
		color: #FFF;
		width: 100%;
		line-height: 50px;
	}
	
	.navLink:hover {
		cursor:pointer;
		position:relative;
		border-bottom:unset;
	}
	
	.navLinkSubMenu {
		position: relative;
	}
	
	
	.genericButton {
		margin-left: 0px;
		padding-left: 10px;
		color: #FFF;
		background-color: #72608a;
		border-radius: 0px;
		width: 100%;
		
	}
	
	.genericButton:hover {
		cursor:pointer;
		background-color:#99f389;
	}
	
	#navContainer {
		min-height: 100%;
		display:none;
	}
	
	#logo {
		left:calc(50% - 100px);
		margin-left:unset;
	}
}

@media screen and (max-width:600px) {
	.centeredTitle {
		font-size:30px;
	}
	
	.bigBannerTitle {
		font-size:30px;
	}
	
	.centeredSubTitle {
		font-size:20px;
	}
}

@media screen and (max-width:1000px) {
	.column_image {
		width:350px;
	}
	
}

@media screen and (max-width:800px) { 
	.column_image {
		width:100%;
		height:unset;
		aspect-ratio: 1000 / 561;
	}
}

@media screen and (max-width:900px) { 
	.footer_top_section {
		flex-direction: column;
		height:unset;
	}
	
	.footer_block {
		width:100%;
		margin-bottom:20px;
		padding-top:20px;
	}
	
	.copyright_block {
		margin-top:30px;
		height:80px;
	}
	
	.footer_title {
		margin-left: 10%;
		text-align:left;
	}
}