@charset "UTF-8";

@font-face {
	font-family: "Financier Display Light";
	src: url('/v2/css/fonts/FinancierDisplay-Light.otf') format('opentype'),
		local('Times New Roman');
}

@font-face {
	font-family: "Basis Grotesque Regular";
	src: url('/v2/css/fonts/BasisGrotesque-Regular-Pro.woff2') format('woff2'),
		url('/v2/css/fonts/BasisGrotesque-Regular-Pro.woff') format('woff'),
		url('/v2/css/fonts/BasisGrotesque-Regular-Pro.ttf') format('truetype'),
		local("Arial");
}

@font-face {
	font-family: "Basis Grotesque Bold";
	src: url('/v2/css/fonts/BasisGrotesque-Bold-Pro.woff2') format('woff2'),
		url('/v2/css/fonts/BasisGrotesque-Bold-Pro.woff') format('woff'),
		url('/v2/css/fonts/BasisGrotesque-Bold-Pro.ttf') format('truetype'),
		local("Arial");
}

@font-face {
	font-family: "Basis Grotesque Italic";
	src: url('/v2/css/fonts/BasisGrotesque-Italic-Pro.woff2') format('woff2'),
		url('/v2/css/fonts/BasisGrotesque-Italic-Pro.woff') format('woff'),
		url('/v2/css/fonts/BasisGrotesque-Italic-Pro.ttf') format('truetype'),
		local("Arial");
}

body,
html {
	font-family: "Basis Grotesque Regular", sans-serif;
	font-size: 20px;
	min-width: 400px !important;
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

h1 {
	font-family: "Financier Display Light", serif;
	font-size: 2rem;
	text-align: left;
}

h1.heading {
	font-family: "Basis Grotesque Bold", sans-serif;
}

h2 {
	font-family: "Basis Grotesque Bold", sans-serif;
	font-size: 1.3rem;
	text-align: left;
}

h3 {
	font-family: "Basis Grotesque Bold", sans-serif;
	font-size: 1.2rem;
	text-align: left;
}

h4 {
	font-family: "Basis Grotesque Bold", sans-serif;
	font-size: 1.1rem;
	text-align: left;
}

h5 {
	font-family: "Basis Grotesque Bold", sans-serif;
	font-size: 1.05rem;
	text-align: left;
}

h6 {
	font-family: "Basis Grotesque Bold", sans-serif;
	font-size: 1rem;
	font-weight: 550;
	padding-bottom: 10px;
	text-align: left;
}

h6.title {
	border-bottom: 2px solid #ddd;
	text-align: left;
}

p {
	font-size: 0.9rem;
	font-family: "Basis Grotesque Regular", sans-serif;
	line-height: 1.25rem;
}

p.small {
	font-size: 0.7rem;
}

/* header navigation menu */

nav {
	font-family: "Basis Grotesque Regular", sans-serif;
	font-size: 1rem !important;
}

.navbar {
	padding: 0 !important;
}

.navbar .logo_text {
	overflow: hidden;
	padding: 0;
	white-space: normal;
	width: 220px;
	text-align: left;
}

.navbar .title {
	margin-top: 1em;
}

.navbar a.nav-link {
	white-space: nowrap;
}

.navbar .dropdown-toggle::after {
	display: none !important;
}

.navbar-toggler:focus {
	border: 0 !important;
	box-shadow: none !important;
}

.navbar-toggler {
	border: 0 !important;
}

#main {
	background-color: #EDF6F9;
}

#main.members-area {
	background-color: #008b87;
	;
}

#main li {
	font-size: .9rem;
	font-family: "Basis Grotesque Regular", sans-serif;
	margin-top: 0.5rem;
}

#main .navbar li {
	text-align: left;
	font-size: 1rem;
}

.container-xxl {
	max-width: 2000px;
}

#leftMenu {
	margin-bottom: 1rem;
}

#leftMenu .accordion-button {
	background-color: #374587;
	color: white;
	padding: 0rem 1rem;
}

#leftMenu .accordion-button:not(.collapsed) {
	background-color: #374587;
	color: white;
}

#leftMenu .accordion {
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#leftMenu .accordion-header p {
	margin-top: 1rem;
	text-align: left;
}

#leftMenu .accordion-body ul {
	padding: 0;
	margin: 0;
}

#leftMenu .accordion-body li {
	list-style-type: none;
	padding: 0.3rem 1rem;
	margin: 0;
	font-size: 0.875rem;
	text-align: left;
	line-height: 1.5em;
}

#leftMenu .accordion-body li a {
	text-decoration: none;
	color: #000;
}

#leftMenu .accordion-body li a:hover {
	text-decoration: none;
	color: #000;
	text-decoration: underline;
}

#leftMenu .accordion-body .nav_on {
	font-weight: bold;
}

#leftMenu .filterContainer {
	padding-bottom: 1rem;
}

#rightPage {
	background-color: #FFF;
	border-radius: 0.375rem;
	border: 1px solid #DEE2E6;
}

#footer {
	background-color: #b8c1e7;
	font-family: "Basis Grotesque Regular", sans-serif;
	font-size: .8rem !important;
	overflow: hidden;
	padding: 15px;
	margin-top: auto;
}

#footer .footer_links {
	line-height: 1.25rem;
	margin-left: 20px;
}

#footer .footer_link {
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}

#footer .footer_link:hover {
	font-weight: 575;
}

#footer .footer_title {
	color: #000;
	font-family: "Basis Grotesque Bold", sans-serif;
	font-size: .9rem;
	margin-top: 10px;
}

#footer div.footer_text {
	font-size: .7rem;
	padding: 15px 0 0 20px;
	white-space: nowrap;
}

#footer img.footer_logo {
	bottom: -20px;
	position: absolute;
	right: 20px;
}

#footer .social_media_icons span {
	cursor: pointer !important;
	display: inline-block;
	font-size: 1.25rem;
	margin: 0 7px 0 0;
}

#memberList p {
	text-align: left;
}

.highlight {
	background: #FF0;
}

.card-main-heading {
	margin-bottom: 0 !important;
	white-space: normal;
	text-align: left;
	font-family: "Basis Grotesque Bold", sans-serif;
	font-size: 1.2rem;
}

.card .sub_heading {
	font-family: "Basis Grotesque Italic", sans-serif;
	font-size: .9rem;
	line-height: 1.15rem;
	margin-bottom: 1rem;
	text-align: left;
}

.card-text-heading {
	font-family: "Financier Display Light", serif;
	font-size: 1.15rem;
	line-height: 1.35rem;
	text-align: left;
}

.card-text-title {
	font-family: "Basis Grotesque Bold", sans-serif;
	font-size: 1.1rem;
	line-height: 1.4rem;
}

.card-text {
	font-family: "Basis Grotesque Regular", sans-serif;
	font-size: .85rem;
	text-align: left;
}

.card-body .fa-chevron-down,
.card-body .fa-chevron-up {
	color: #333;
	transition: color 0.3s, transform 0.3s;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
}

.card-body .fa-chevron-down:hover,
.card-body .fa-chevron-up:hover {
	color: #007bff;
	transform: scale(1.2);
	cursor: pointer;
}

.card-body a {
	color: #FFF;
	text-decoration: none;
}

#heroCarousel .carousel-control-prev-icon,
#heroCarousel .carousel-control-next-icon {
	height: 2em;
	width: 2em;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	height: 1.5em;
	width: 1.5em;
}

.carousel-control-prev,
.carousel-control-next {
	align-items: center;
	top: auto;
	bottom: 17px;
	transform: translateX(0%);
	z-index: 11;
}

.carousel-control-prev {
	left: 10%;
}

.carousel-control-next {
	right: 10%;
	right: 10%;
}

.carousel-indicators {
	z-index: 10;
}

button.custom-button-primary,
button.custom-button-secondary {
	border: none;
	border-radius: 16px;
	cursor: pointer !important;
	font-family: "Basis Grotesque Regular", sans-serif;
	font-size: .75rem;
	padding: 3px 20px;
	white-space: nowrap;
	margin-top: 0.5rem;
}

button.custom-button-primary {
	background-color: #000032;
	color: #fff;
}

button.custom-button-primary:hover {
	background-color: #273261;
	color: #fff;
}

button.custom-button-secondary {
	background-color: #ffffff;
	color: #000;
}

button.custom-button-secondary:hover {
	background-color: #f0f3f5;
}

.bio {
	cursor: pointer !important;
}

.bio-image {
	width: 150px;
	height: auto;
	float: left;
	margin-right: 1em;
	border-right: 1px solid #CCC;
}

.bio-image-right {
	width: 150px;
	height: auto;
}

img.responsive {
	width: 100%;
	height: auto;
}

#videoModal .modal-content {
	background: none;
	border: none;
}

#videoModal .modal-backdrop {
	width: 100% !important;
	height: 100% !important;
}

/* minor adjustment to make space for search box */
@media (min-width: 1200px) and (max-width: 1309px) {
	.navbar-brand {
		margin-right: -40px;
	}

	.navbar a.nav-link {
		font-size: 0.95rem;
	}
}

/* 	Breakpoints
	-----------
	X-Small devices (portrait phones, less than 576px)
	No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	p,
	#main li {
		text-align: left;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	p,
	#main li {
		text-align: justify;
	}

	.bio-image,
	.bio-image-right {
		width: 350px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}