/* specific styles for this website */

.text-ssGreen {
  	color: #81B920;
}
.text-ssYellow {
  	/*color: #EFC041;*/
  	color: #35b357;
}
.text-ssCoral {
  	color: #DD4854;
}
.text-ssBlue {
  	color: #35286D;
}
.text-ssTeal {
	/*color: #19B1A1;*/
	color: #3db36b;
}

.bg-ssGreen {
	background-color: #81B920;
}
.bg-ssYellow {
  	background-color: #EFC041;
}
.bg-ssCoral {
  	background-color: #DD4854;
}
.bg-ssBlue {
  	background-color: #35286D;
}
.bg-ssTeal {
	/*background-color: #19B1A1;*/
	background-color: #3db36b;
}

.card-hover:hover {
	background-color:rgb(0,0,0,0.2) !important;
}
.card-hover>span:hover {
	color: #35286D;
}
.ecard-hover:hover {
	opacity: 0.8;
}
.ecard-hover>h4:hover {
	color: white;
}
.ecard-hover>p:hover {
	color: white;
}

/* ============ allow hover to open drop-down navbar in desktop (large) view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
/* ============ desktop view .end// ============ */


.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);*/
	background-color:#3db36b;
	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:1rem; 
	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;
}
.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;
}

.searchIconContainer {
	background-color: white;
	font-size: 1rem;
	display: inline-flex;
	width: 2em;
	height: 2em;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	transition: all .2s ease-in-out;
	border-radius: 50%;
}
