/* CUSTOM STYLES */
/* Riverstone */

#hero_title a {
	color: #fff;
}

h2 {
	margin-bottom: 15px;
}

h3 {
	margin-bottom: 10px;
}

h4 {
	margin-bottom: 10px;
}

h5 {
	margin-bottom: 10px;
}

p, ul {
	margin-top: 0;
}


.cool-timeline-wrapper .ctl-description {
	padding: 20px 20px 10px 20px;
}

.team_bio {
	cursor: pointer;
	transition: all .5s ease;
}

.team_bio:hover {
	border-color: #f5dfa2 !important;
	background-color: rgba(245, 223, 162,.25);
}

.team_bio:hover img {
	Xbox-shadow: 0 0 20px rgba(245, 223, 162,.75);
}

.team_bio .team_popup {
	display: none !important;
	cursor: pointer;
}

.team_bio.active .team_popup {
	display: flex !important;
}



@media screen and (min-width: 768px) {
/*
	.main_nav nav ul > .menu-item a {
		margin: 0;
		padding-left: 0;
	}
	
	.main_nav nav ul > .menu-item a::before {
		content: "|";
		display: inline;
		padding: 0 20px 0 0;
		color: #11213F !important;
	}
	
	.main_nav nav ul > .menu-item.first .breakdance-dropdown-toggle > a {
		padding-left: 30px !important;
	}
	
	.main_nav nav ul > .menu-item.first .breakdance-dropdown-toggle > a::before {
		display: none !important;
	}
*/
	
	#hero_title {
		margin-top: -47px;
		z-index: 1;
	}
	
	.main_nav nav .breakdance-dropdown-links .menu-item a {
		position: relative;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.main_nav nav .breakdance-dropdown-links .menu-item.current_page_item a::before,
	.main_nav nav .breakdance-dropdown-links .menu-item a::before {
		display: block;
		opacity: 0;
		content: "";
		height: 10px;
		width: 10px;
		background: #B79A64;
		position: absolute;
		top: 6px;
		left: 0;
		padding: 0;
		transition: opacity .25s ease;
	}
	
	.main_nav nav .breakdance-dropdown-links .menu-item.current_page_item a::before,
	.main_nav nav .breakdance-dropdown-links .menu-item a:hover::before {
		opacity: 1;
	}
	
	.main_nav nav .breakdance-dropdown-floater {
		margin-left: 15px;
	}
	
}


@media screen and (min-width: 1023px) {

	.col_border-left {
		border-left: 1px solid #d5d5d5;
		padding-left: 30px;
	}

}


.narrow_content {
	max-width: 800px;
}


.active_wrapper.active .section_title {
	color: #B79A64;
}

.active_wrapper:not(.active) .default_content,
.active_wrapper.active .active_content {
	display: block;
}

.active_wrapper:not(.active) .active_content,
.active_wrapper.active .default_content {
	display: none;
}


.small {
	font-size: 70%;
	line-height: 1.4em;
}

.prefooter {
	font-size: 80%;
	line-height: 1.4em;
}

.copyright, .copyright a {
	color: #333 !important;
	text-decoration: none;
}

.copyright a:hover {
	color: #3b82f6 !important;
}


.frm_forms .frm-show-form .dob {
	margin-bottom: 0 !important;
}

