/* specific styles for this website */

.socialFooter {
	background-color:rgb(0,186,188);
	padding: 0.5rem 0 0.5rem 0;
	text-align:center;
}

.socialFooter>a {
	padding: 0 0.5rem 0 0.5rem;
	color: rgb(25,34,109);
}

.finalFooter {
	padding: 3rem 5rem 3rem 5rem;
	background-color:rgb(25,34,109);
	color: white;
}
.ffAddress {
	padding: 0.5rem 0 0.5rem 0;
}

.card-title>a {
	color: rgb(25,34,109);
	text-decoration: none;
}
.card-title>a:hover {
	color: rgb(0,186,188);
	text-decoration: none;
}

.headerImage {
	padding-bottom: 2rem;
}

hr {
	border-color: rgb(25,34,109);
}

.subPageBody {
	padding-top:2rem; 
	padding-bottom:2rem
}

.h2, h2 {
	line-height: 1.2;
	font-size: 2rem !important;
	color: rgb(25,34,109);
	margin: 0 0 .5rem 0 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: bold;
	line-height: 1.2;
	color: rgb(25,34,109);
}

.staffImage-large {
	max-height: 130px;
}
.staffImage-small {
	max-height: 100px;
}
.staffName {
	font-weight: bold;
	font-size: 16pt;
}
.boardOfDirTitle2 {
	color: rgb(0,186,188);
	padding:25px 0 25px 0;
}

.customSelect {  /* used for comboboxes to override lotusForm styles */
	/* margin: 0 0 1rem !important; */
	padding: 0.5rem !important;
	padding-right: 1.5rem !important;
	border: 1px solid #ced4da !important;
	height: 38px;
}

.customTextArea {  /* used for comboboxes to override lotusForm styles */
	margin: 0 0 1rem !important;
	padding-left: 0.7rem !important;
	border: 1px solid #ced4da !important;
}