/**************************************************
* GENERAL
***************************************************/
#hero-img-section {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	overflow: hidden;
	height: 0;
	padding-top: calc(400 / 1920 * 100%);
}
@media only screen and (max-width: 1199px) {
	#hero-img-section {
		width: 100%;
		height: auto;
		aspect-ratio: 24 / 5;
	}
}
#redbandtitle .main-header {
	margin-left: 15px;
	margin-right: 15px;
}
#fap-page-content #righthandcontent {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
#fap-page-content #righthandcontent > *:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
#redbandtitle .container,
#fap-page-content .container {
	overflow: visible;
}

/**************************************************
* MEET THE TEAM
***************************************************/
.meet-the-team-profiles {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
}
.meet-the-team-profiles .meet-the-team-profile {
	position: relative;
    flex: 0 0 calc((100% - 1.5rem) / 2);
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap;
}
.meet-the-team-profiles .meet-the-team-profile-image {
	flex: 0 0 calc(100% / 2);
    border-radius: 0.75rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
}
.meet-the-team-profiles .meet-the-team-profile-image img {
	display: block;
    width: 100%;
    height: auto;
}
.meet-the-team-profiles .meet-the-team-profile-content-container {
    position: relative;
	flex: 1;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: none;
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    padding: 0;
    font-size: 1rem;
    line-height: 1.35;
}
.meet-the-team-profiles .meet-the-team-profile-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    padding: 1rem 1.35rem;
    background-color: #fafafa;
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}
.meet-the-team-profiles .meet-the-team-profile-content {
	scrollbar-width: thin;
	scrollbar-color: #b5b5b5 transparent;
}
.meet-the-team-profiles .meet-the-team-profile-content::-webkit-scrollbar {
	width: 8px;
}
.meet-the-team-profiles .meet-the-team-profile-content::-webkit-scrollbar-track {
	background-color: transparent;
	border-left: 2px solid #f5f5f5;
}
.meet-the-team-profiles .meet-the-team-profile-content::-webkit-scrollbar-thumb {
	background-color: #b5b5b5;
	border-left: 2px solid #f5f5f5;
	border-radius: 4px;
}
.meet-the-team-profiles .meet-the-team-profile-content::-webkit-scrollbar-thumb:hover {
	background-color: #a0a0a0;
}
.meet-the-team-profiles .meet-the-team-profile-content::-webkit-scrollbar-button,
.meet-the-team-profiles .meet-the-team-profile-content::-webkit-scrollbar-button:vertical:start:decrement,
.meet-the-team-profiles .meet-the-team-profile-content::-webkit-scrollbar-button:vertical:end:increment {
	display: none;
}
.meet-the-team-profiles .meet-the-team-profile-name {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 0;
    color: #990000;
}
.meet-the-team-profiles .meet-the-team-profile-title {
    font-size: 1.25rem;
    font-weight: 400;
    font-style: italic;
    color: rgba(0, 0, 0, 0.95);
    margin-bottom: 1rem;
    line-height: 1.15;
}
.meet-the-team-profiles .meet-the-team-profile-bio {
	/**/
}
.meet-the-team-profiles .meet-the-team-profile-bio > *:last-child {
    margin-bottom: 0;
}
.meet-the-team-profile ul.meet-the-team-profile-facts {
	list-style: none;
	padding: 0;
	margin: 1rem 0 0 0;
	line-height: 1.15;
}
.meet-the-team-profile .meet-the-team-profile-fact-container {
	display: none;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	flex-wrap: nowrap;
	padding: 0;
	font-size: 0.875rem;
	color: #212529;
	background-color: #ffffff;
	border-radius: 0.25rem;
	overflow: hidden;
}
.meet-the-team-profile .meet-the-team-profile-fact-container.active {
	display: flex;
}
.meet-the-team-profile .meet-the-team-profile-fact-container:not(:last-child) {
	margin-bottom: 0.5rem;
}
.meet-the-team-profile .meet-the-team-profile-fact-icon {
	flex: 0 0 48px;
	width: 48px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	background: linear-gradient(to top right, #990000, #d52027);
	color: #ffffff;
}
.meet-the-team-profile .meet-the-team-profile-fact-icon svg {
	display: block;
	width: auto;
	max-width: 36px;
	height: auto;
	max-height: 36px;
	fill: #ffffff;
	color: #ffffff;
}
.meet-the-team-profile .meet-the-team-profile-fact-line {
	flex: 0 0 7px;
	width: 7px;
	height: auto;
	display: block;
	background-color: #990000;
}
.meet-the-team-profile .meet-the-team-profile-fact {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0.5rem 0.75rem 0.4rem 0.75rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-left: none;
	border-radius: 0.25rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#meet-the-team {}
#meet-the-team-intro {
	font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 500;
    text-align: left;
    color: #272727;
    margin: 1.35rem 0 3rem 0;
    background-color: rgba(23, 145, 173, 0.08);
    padding: 1.25rem 1.5rem;
    border-left: 0.5rem solid #1791ad;
    border-radius: 0.25rem;
}
#meet-the-team-intro span {
	color: #1791ad;
}
#meet-the-team-intro > *:last-child {
	margin-bottom: 0;
}
#meet-the-team #meet-the-team-navigation {
	margin: 3rem 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 3rem;
}
#meet-the-team #meet-the-team-navigation > div {
	text-align: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
#meet-the-team #meet-the-team-navigation > div > span {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.04em;
}
#meet-the-team #meet-the-team-navigation > div > svg {
	box-sizing: content-box;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 0.3rem;
    vertical-align: -0.15em;
    color: #990000;
    overflow: visible;
}
#meet-the-team #meet-the-team-navigation ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	column-gap: 1rem;
    row-gap: 1rem;
	list-style: none;
	padding: 0;
	margin: 0;
}
#meet-the-team #meet-the-team-navigation ul li {
	flex: 1;
}
#meet-the-team #meet-the-team-navigation ul li a {
	font-family: "museo-slab", serif;
	display: block;
	font-size: 1.5rem;
	font-weight: 400 !important;
	line-height: 1;
	text-align: center;
	padding: 1rem 1rem 0.875rem 1rem;
	background-color: rgba(153, 0, 0, 0.03);
	color: rgb(153, 0, 0);
	border: 3px solid rgb(153, 0, 0);
	border-radius: 3rem;

	transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1), border-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
#meet-the-team #meet-the-team-navigation ul li a:hover,
#meet-the-team #meet-the-team-navigation ul li a:focus {
	text-decoration: underline;
	background-color: rgba(153, 0, 0, 1);
	color: #ffffff;
}
#meet-the-team .meet-the-team-section {
	margin: 5rem 0;
}
#meet-the-team .meet-the-team-section-heading {
	font-family: "museo-slab", Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 1.75rem 0;
	line-height: 1.35;
	color: #990000;
	font-size: 2.5rem;
	font-weight: normal;
	text-align: center;
}
#meet-the-team .meet-the-team-section-subheading {
	font-family: "museo-slab", Helvetica, sans-serif;
	padding: 0;
	margin: -0.35rem 0 1rem 0;
	line-height: 1.35;
	color: #212529;
	font-size: 2rem;
	font-weight: normal;
	text-align: center;
}
#meet-the-team .meet-the-team-section-description {
	font-size: 1rem;
	font-style: italic;
	text-align: justify;
	color: #737373;
	margin-bottom: 1.35rem;
}
#meet-the-team .meet-the-team-section hr {
	margin: 2rem 0;
}
#meet-the-team .meet-the-team-section-cards {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 1.5rem;
	row-gap: 1.5rem;
}

/* MAP CARD */
#meet-the-team .meet-the-team-map-card {
	flex: 0 0 calc(((100% - 4.5rem) / 4) * 2 + 1.5rem);
}
.meet-the-team-map-card {
	/**/
}
.meet-the-team-map-card-container {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
	width: auto;
	height: 100%;
	max-height: 100%;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 0.75rem;
    overflow: hidden;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
}
.meet-the-team-map-card .meet-the-team-map-card-header {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
	background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.meet-the-team-map-card .meet-the-team-map-card-header span {
    display: block;
    flex: 1;
	padding: 0 0.45rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #787878;
}
.meet-the-team-map-card .meet-the-team-map-card-header a {
	display: block;
    text-decoration: none;
    padding: 0.12em 0.35em 0.1em 0.35em;
    color: #646464;
    background-color: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.07);
    font-size: 1rem;
    line-height: 1.35;
    border-radius: 0.375rem;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1), border-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.meet-the-team-map-card .meet-the-team-map-card-header a:hover,
.meet-the-team-map-card .meet-the-team-map-card-header a:focus {
    color: #990000;
    background-color: #fff5f5;
    border-color: #eed4d2;
}
.meet-the-team-map-card .meet-the-team-map-card-body {
	flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}
.meet-the-team-map-card .meet-the-team-map-card-map {
	flex: 1;
    display: block;
	background-color: #ffffff;
}
.jvm-zoom-btn {
    display: none !important;
}
.meet-the-team-map-card .meet-the-team-map-card-map {
    position: relative;
}
.meet-the-team-map-card-map-btns {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    top: 0.5rem;
    bottom: auto;
    left: 0.5rem;
    right: auto;
    z-index: 10;
    display: block;
    border-radius: 0.25rem;
    overflow: hidden;
}
.meet-the-team-map-card-map-btns li:last-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.meet-the-team-map-card-map-btns a {
    display: block;
    width: 2rem;
    height: 2rem;
    padding: 0.25rem;
    background-color: #990000;
    transition: background-color 150ms;
}
.meet-the-team-map-card-map-btns svg {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    color: #ffffff;
    transition: color 150ms;
}
.meet-the-team-map-card-map-btns a:hover {
    background-color: #990000;
}
.meet-the-team-map-card-map-btns a:hover svg {
    color: #fff5f5;
}
.meet-the-team-map-card .meet-the-team-map-card-list {
    position: relative;
	flex: 0 0 calc(100% / 3);
    background-color: #ffffff;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
}
.meet-the-team-map-card .meet-the-team-map-card-list ul {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    overflow: auto;
}
.meet-the-team-map-card .meet-the-team-map-card-list ul {
	scrollbar-width: thin;
	scrollbar-color: #b5b5b5 transparent;
}
.meet-the-team-map-card .meet-the-team-map-card-list ul::-webkit-scrollbar {
	width: 8px;
}
.meet-the-team-map-card .meet-the-team-map-card-list ul::-webkit-scrollbar-track {
	background-color: transparent;
	border-left: 2px solid #f5f5f5;
}
.meet-the-team-map-card .meet-the-team-map-card-list ul::-webkit-scrollbar-thumb {
	background-color: #b5b5b5;
	border-left: 2px solid #f5f5f5;
	border-radius: 4px;
}
.meet-the-team-map-card .meet-the-team-map-card-list ul::-webkit-scrollbar-thumb:hover {
	background-color: #a0a0a0;
}
.meet-the-team-map-card .meet-the-team-map-card-list ul::-webkit-scrollbar-button,
.meet-the-team-map-card .meet-the-team-map-card-list ul::-webkit-scrollbar-button:vertical:start:decrement,
.meet-the-team-map-card .meet-the-team-map-card-list ul::-webkit-scrollbar-button:vertical:end:increment {
	display: none;
}
.meet-the-team-map-card .meet-the-team-map-card-list li {
	/**/
}
.meet-the-team-map-card .meet-the-team-map-card-list li a {
    position: relative;
    display: block;
    padding: 0.35rem 2.5rem 0.35rem 0.75rem;
    color: #990000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.meet-the-team-map-card .meet-the-team-map-card-list li a:hover,
.meet-the-team-map-card .meet-the-team-map-card-list li a:focus {
	color: #990000;
    background-color: #fff5f5;
}
.meet-the-team-map-card .meet-the-team-map-card-list li a::after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 0.75em + 1px);
    right: 0.5rem;
    width: 1.5em;
    height: 1.5em;
    color: #990000;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="rgb(153, 0, 0)"><path d="M320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576zM438 209.7C427.3 201.9 412.3 204.3 404.5 215L285.1 379.2L233 327.1C223.6 317.7 208.4 317.7 199.1 327.1C189.8 336.5 189.7 351.7 199.1 361L271.1 433C276.1 438 282.9 440.5 289.9 440C296.9 439.5 303.3 435.9 307.4 430.2L443.3 243.2C451.1 232.5 448.7 217.5 438 209.7z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.meet-the-team-map-card .meet-the-team-map-card-list li a.active::after {
    opacity: 1;
}
#ny-map,
#us-map {
	position: absolute;
    top: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
}

/* PERSON CARD */
#meet-the-team .meet-the-team-card {
	position: relative;
	flex: 0 0 calc((100% - 4.5rem) / 4);
	aspect-ratio: 63 / 88;
	perspective: 1000px;
	cursor: pointer;
	z-index: 1;
	opacity: 1;
	transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
#meet-the-team .meet-the-team-card.filter-show {
	opacity: 1;
}
#meet-the-team .meet-the-team-card.filter-hide {
	opacity: 0.5;
}
#meet-the-team .meet-the-team-card.flipping {
	z-index: 5;
}
#meet-the-team .meet-the-team-card-body {
	width: auto;
	height: 100%;
	max-height: 100%;
	border-radius: 0.75rem;
	position: relative;
	transform-style: preserve-3d;
	transform: translateZ(0) rotateY(0deg);
}
/* FACE UP POSITION */
#meet-the-team .meet-the-team-card:not(.flipping):not(.flipped) .meet-the-team-card-body {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
	transform: translateZ(0) rotateY(0deg);

	transition: box-shadow 375ms cubic-bezier(0.4, 0, 0.2, 1), transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
}
/* FACE UP POSITION: HOVERING */
#meet-the-team .meet-the-team-card:not(.no-hover):not(.flipping):not(.flipped):hover .meet-the-team-card-body {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
	transform: translateZ(1.5rem) rotateY(-15deg);

	transition: box-shadow 375ms cubic-bezier(0.4, 0, 0.2, 1), transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
}
/* FACE UP POSITION: FLIPPING */
#meet-the-team .meet-the-team-card.flipping:not(.flipped) .meet-the-team-card-body {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
	transform: translateZ(1.5rem) rotateY(-180deg);
	z-index: 5;

	transition: box-shadow 750ms cubic-bezier(0.4, 0, 0.2, 1), transform 750ms cubic-bezier(0.4, 0, 0.2, 1);
}
/* FACE DOWN POSITION */
#meet-the-team .meet-the-team-card.flipped:not(.flipping) .meet-the-team-card-body {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
	transform: translateZ(0) rotateY(-180deg);

	transition: box-shadow 375ms cubic-bezier(0.4, 0, 0.2, 1), transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
}
/* FACE DOWN POSITION: HOVERING */
#meet-the-team .meet-the-team-card.flipped:not(.no-hover):not(.flipping):hover .meet-the-team-card-body {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
	transform: translateZ(1.5rem) rotateY(-165deg);

	transition: box-shadow 375ms cubic-bezier(0.4, 0, 0.2, 1), transform 375ms cubic-bezier(0.4, 0, 0.2, 1);
}
/* FACE DOWN POSITION: FLIPPING */
#meet-the-team .meet-the-team-card.flipped.flipping .meet-the-team-card-body {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
	transform: translateZ(1.5rem) rotateY(0);

	transition: box-shadow 562ms cubic-bezier(0.4, 0, 0.2, 1), transform 562ms cubic-bezier(0.4, 0, 0.2, 1);
}
#meet-the-team .meet-the-team-card-front {
	position: absolute;
	width: 100%;
	height: 100%;
	max-height: 100%;
	background-color: #646464;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	backface-visibility: hidden;
	border-radius: 0.75rem;
	overflow: hidden;
}
#meet-the-team .meet-the-team-card-front::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.05) 25%, rgba(0, 0, 0, 0) 33.33%, rgba(0, 0, 0, 0) 100%);
}
#meet-the-team .meet-the-team-card-front .meet-the-team-card-details {
	position: absolute;
	bottom: 0.5rem;
	left: 0.5rem;
	right: 0.5rem;
	padding: 0.5rem 0.75rem;
	background-color: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.35;
	border-radius: 0.5rem;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(7px);
}
#meet-the-team .meet-the-team-card-front .meet-the-team-card-details > * {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#meet-the-team .meet-the-team-card-name {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 0.1rem;
}
#meet-the-team .meet-the-team-card-title {
	font-size: 1.125rem;
	font-weight: 400;
	font-style: italic;
	color: rgba(255, 255, 255, 0.95);
	margin-bottom: 0.15rem;
	line-height: 1.15;
}
#meet-the-team .meet-the-team-card-type {
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-weight: 300;
	margin-bottom: 0;
}
#meet-the-team .meet-the-team-card-front .meet-the-team-card-filter-badge {
    position: absolute;
    top: 0.5rem;
    bottom: auto;
    left: auto;
    right: 0.5rem;
    padding: 0.25rem;
    background-color: #990000;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    border-top-right-radius: 0.5rem;
    width: 4rem;
    height: 4rem;
    opacity: 0;
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
#meet-the-team .meet-the-team-card-front .meet-the-team-card-filter-badge::after {
    content: "";
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #990000;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="rgb(255, 255, 255)"><path d="M320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576zM438 209.7C427.3 201.9 412.3 204.3 404.5 215L285.1 379.2L233 327.1C223.6 317.7 208.4 317.7 199.1 327.1C189.8 336.5 189.7 351.7 199.1 361L271.1 433C276.1 438 282.9 440.5 289.9 440C296.9 439.5 303.3 435.9 307.4 430.2L443.3 243.2C451.1 232.5 448.7 217.5 438 209.7z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
#meet-the-team .meet-the-team-card.filter-show .meet-the-team-card-filter-badge {
    opacity: 1;
}
#meet-the-team .meet-the-team-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	color: #212529;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 0.75rem;
	overflow: hidden;
	padding: 0;
	box-sizing: border-box;
	backface-visibility: hidden;
	display: flex;
	flex-direction: column;
	transform: rotateY(180deg);
}
#meet-the-team .meet-the-team-card-back .meet-the-team-card-back-top {
	flex: 0 0 auto;
	background-color: #990000;
	color: #ffffff;
	padding: 0.75rem 1rem 0.65rem 1rem;
	font-size: 1rem;
	line-height: 1.35;
	text-align: center;
}
#meet-the-team .meet-the-team-card-back .meet-the-team-card-back-bottom {
	flex: 0 0 auto;
	background-color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
	color: #990000;
	padding: 0.75rem 0.25rem 0.65rem 0.25rem;
	font-size: 1rem;
	line-height: 1.35;
	text-align: center;
}
#meet-the-team .meet-the-team-card-back .meet-the-team-card-back-bottom ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
	font-size: 0.875rem;
    text-align: center;
    font-weight: normal;
}
#meet-the-team .meet-the-team-card-back .meet-the-team-card-back-bottom ul li {
    display: block;
    padding: 0;
    margin: 0;
}
#meet-the-team .meet-the-team-card-back .meet-the-team-card-back-bottom ul li:not(:last-child) {
    margin-bottom: 0.15rem;
}
#meet-the-team .meet-the-team-card-back .meet-the-team-card-back-bottom ul li svg {
    box-sizing: content-box;
    display: inline-block;
    width: 2em;
    height: 2em;
    overflow: visible;
    vertical-align: -0.7em;
	margin-left: -0.25rem;
    margin-right: 0.25em;
    color: #990000;
    fill: #990000;
}
#meet-the-team .meet-the-team-card-back .meet-the-team-card-back-bottom ul li a {
	display: inline-block;
	padding: 0.25rem 0;
    text-decoration: none;
	color: #990000;
}
#meet-the-team .meet-the-team-card-back .meet-the-team-card-back-bottom ul li a:hover,
#meet-the-team .meet-the-team-card-back .meet-the-team-card-back-bottom ul li a:focus {
    text-decoration: underline;
}
#meet-the-team .meet-the-team-card-back .meet-the-team-card-back-bottom ul li a + svg {
	margin-left: 0.75rem;
}
#meet-the-team .meet-the-team-card-back .meet-the-team-card-name {
	margin-bottom: 0;
}
#meet-the-team .meet-the-team-card-back .meet-the-team-card-title {

}
#meet-the-team .meet-the-team-card-back .meet-the-team-card-content {
	flex: 1;
	padding: 1rem 1.35rem;
	font-size: 0.875rem;
	line-height: 1.5;
	overflow-y: auto;
}
#meet-the-team .meet-the-team-card-back .meet-the-team-card-content {
	scrollbar-width: thin;
	scrollbar-color: #b5b5b5 transparent;
}
#meet-the-team .meet-the-team-card-back .meet-the-team-card-content ul {
	padding-left: 1rem;
}
#meet-the-team .meet-the-team-card-back .meet-the-team-card-content::-webkit-scrollbar {
	width: 8px;
}
#meet-the-team .meet-the-team-card-back .meet-the-team-card-content::-webkit-scrollbar-track {
	background-color: transparent;
	border-left: 2px solid #f5f5f5;
}
#meet-the-team .meet-the-team-card-back .meet-the-team-card-content::-webkit-scrollbar-thumb {
	background-color: #b5b5b5;
	border-left: 2px solid #f5f5f5;
	border-radius: 4px;
}
#meet-the-team .meet-the-team-card-back .meet-the-team-card-content::-webkit-scrollbar-thumb:hover {
	background-color: #a0a0a0;
}
#meet-the-team .meet-the-team-card-back .meet-the-team-card-content::-webkit-scrollbar-button,
#meet-the-team .meet-the-team-card-back .meet-the-team-card-content::-webkit-scrollbar-button:vertical:start:decrement,
#meet-the-team .meet-the-team-card-back .meet-the-team-card-content::-webkit-scrollbar-button:vertical:end:increment {
	display: none;
}
#meet-the-team .meet-the-team-card-back .meet-the-team-card-content > *:last-child {
	margin-bottom: 0;
}
.meet-the-team-card .meet-the-team-card-bio {}
.meet-the-team-card .meet-the-team-card-bio > *:last-child {
	margin-bottom: 0;
}
#meet-the-team .meet-the-team-card-back .meet-the-team-card-content ul.meet-the-team-card-facts {
	list-style: none;
	padding: 0;
	margin: 1rem 0 0 0;
	line-height: 1.15;
}
.meet-the-team-card .meet-the-team-card-fact-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	flex-wrap: nowrap;
	padding: 0;
	font-size: 0.875rem;
	color: #212529;
	background-color: #ffffff;
	border-radius: 0.25rem;
	overflow: hidden;
}
.meet-the-team-card .meet-the-team-card-fact-container:not(:last-child) {
	margin-bottom: 0.5rem;
}
.meet-the-team-card .meet-the-team-card-fact-icon {
	flex: 0 0 48px;
	width: 48px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	background: linear-gradient(to top right, #990000, #d52027);
	color: #ffffff;
}
.meet-the-team-card .meet-the-team-card-fact-icon svg {
	display: block;
	width: auto;
	max-width: 36px;
	height: auto;
	max-height: 36px;
	fill: #ffffff;
	color: #ffffff;
}
.meet-the-team-card .meet-the-team-card-fact-line {
	flex: 0 0 7px;
	width: 7px;
	height: auto;
	display: block;
	background-color: #990000;
}
.meet-the-team-card .meet-the-team-card-fact {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0.5rem 0.75rem 0.4rem 0.75rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-left: none;
	border-radius: 0.25rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
#meet-the-team .meet-the-team-section-chips {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 1.5rem;
	row-gap: 1.5rem;
}
#meet-the-team .meet-the-team-section-chips .meet-the-team-chip {
	flex: 0 0 calc((100% - 3rem) / 3);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	flex-wrap: nowrap;
	padding: 0.5rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #212529;
	background-color: #f5f5f5;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0.75rem;
	overflow: hidden;

	transition: border-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
#meet-the-team .meet-the-team-section-chips .meet-the-team-chip-image {
	flex: 0 0 auto;
	width: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	color: #ffffff;
}
#meet-the-team .meet-the-team-section-chips .meet-the-team-chip-image img {
	display: block;
	width: auto;
	height: 100%;
}
#meet-the-team .meet-the-team-section-chips .meet-the-team-chip-details {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0.25rem 0 0.25rem 0.875rem;
}
#meet-the-team .meet-the-team-section-chips .meet-the-team-chip:hover,
#meet-the-team .meet-the-team-section-chips .meet-the-team-chip:focus {
	border: 1px solid #1791ad;
}
#meet-the-team .meet-the-team-section-chips .meet-the-team-chip:hover .meet-the-team-chip-name,
#meet-the-team .meet-the-team-section-chips .meet-the-team-chip:focus .meet-the-team-chip-name {
	text-decoration: underline;
}
#meet-the-team .meet-the-team-section-chips .meet-the-team-chip .meet-the-team-chip-name {
	font-size: 1.5rem;
	font-weight: 500;
	color: #1791ad;
}
#meet-the-team .meet-the-team-section-chips .meet-the-team-chip .meet-the-team-chip-type {
	font-size: 1.25rem;
	font-weight: 500;
	color: #374151;
}

/**************************************************
* SPECIFIC SECTIONS
***************************************************/
#meet-the-team #directors.meet-the-team-section {
	margin: 3rem 0;
}
#meet-the-team #directors .meet-the-team-card {
	flex: 0 0 calc(((100% - 4.5rem) / 4) + 3rem);
}
#meet-the-team #directors .meet-the-team-section-cards {
	column-gap: 3rem;
	row-gap: 3rem;
}
#meet-the-team #meet-the-team-navigation #out-of-state-team-btn {
	background-color: rgba(0, 84, 154, 0.03);
	color: rgb(0, 84, 154);
	border-color: rgb(0, 84, 154);
}
#meet-the-team #meet-the-team-navigation #out-of-state-team-btn:hover,
#meet-the-team #meet-the-team-navigation #out-of-state-team-btn:focus {
	background-color: rgba(0, 84, 154, 1);
	color: #ffffff;
}
#meet-the-team #out-of-state-team .meet-the-team-section-heading {
	color: rgb(0, 84, 154);
}
#out-of-state-team .meet-the-team-map-card .meet-the-team-map-card-list li a {
	color: rgb(0, 84, 154);
}
#out-of-state-team .meet-the-team-map-card .meet-the-team-map-card-list li a:hover,
#out-of-state-team .meet-the-team-map-card .meet-the-team-map-card-list li a:focus {
    background-color: rgba(0, 84, 154, 0.03);
    color: rgb(0, 84, 154);
}
#out-of-state-team .meet-the-team-map-card .meet-the-team-map-card-list li a::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="rgb(0, 84, 154)"><path d="M320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576zM438 209.7C427.3 201.9 412.3 204.3 404.5 215L285.1 379.2L233 327.1C223.6 317.7 208.4 317.7 199.1 327.1C189.8 336.5 189.7 351.7 199.1 361L271.1 433C276.1 438 282.9 440.5 289.9 440C296.9 439.5 303.3 435.9 307.4 430.2L443.3 243.2C451.1 232.5 448.7 217.5 438 209.7z"/></svg>');
}
#out-of-state-team .meet-the-team-card-front .meet-the-team-card-filter-badge {
	background-color: rgb(0, 84, 154);
}
#meet-the-team #out-of-state-team .meet-the-team-card-back .meet-the-team-card-back-top {
	background-color: rgb(0, 84, 154);
}
#meet-the-team #out-of-state-team .meet-the-team-card .meet-the-team-card-fact-icon {
	background: linear-gradient(to top right, rgb(0, 84, 154), rgb(0, 98, 179));
}
#meet-the-team #out-of-state-team .meet-the-team-card .meet-the-team-card-fact-line {
	background-color: rgb(0, 84, 154);
}
#out-of-state-team .meet-the-team-map-card-map-btns a {
    background-color: #00549a;
}
#out-of-state-team .meet-the-team-map-card-map-btns svg {
    color: #ffffff;
}
#out-of-state-team .meet-the-team-map-card-map-btns a:hover {
    background-color: #00549a;
}
#out-of-state-team .meet-the-team-map-card-map-btns a:hover svg {
    color: #f7fafc;
}
#out-of-state-team .meet-the-team-card-back .meet-the-team-card-back-bottom ul li svg {
	fill: rgb(0, 84, 154);
	color: rgb(0, 84, 154);
}
#out-of-state-team .meet-the-team-card-back .meet-the-team-card-back-bottom ul li a {
	color: rgb(0, 84, 154);
}

#meet-the-team #meet-the-team-navigation #international-team-btn {
	background-color: rgba(23, 145, 173, 0.03);
	color: rgb(23, 145, 173);
	border-color: rgb(23, 145, 173);
}
#meet-the-team #meet-the-team-navigation #international-team-btn:hover,
#meet-the-team #meet-the-team-navigation #international-team-btn:focus {
	background-color: rgba(23, 145, 173, 1);
	color: #ffffff;
}
#meet-the-team #international-team .meet-the-team-section-heading {
	color: rgb(23, 145, 173);
}
#meet-the-team #international-team .meet-the-team-card-back .meet-the-team-card-back-top {
	background-color: rgb(23, 145, 173);
}
#meet-the-team #international-team .meet-the-team-card .meet-the-team-card-fact-icon {
	background: linear-gradient(to top right, rgb(23, 145, 173), rgb(25, 163, 194));
}
#meet-the-team #international-team .meet-the-team-card .meet-the-team-card-fact-line {
	background-color: rgb(23, 145, 173);
}
#international-team .meet-the-team-card-back .meet-the-team-card-back-bottom ul li svg {
	fill: rgb(23, 145, 173);
	color: rgb(23, 145, 173);
}
#international-team .meet-the-team-card-back .meet-the-team-card-back-bottom ul li a {
	color: rgb(23, 145, 173);
}

#meet-the-team #meet-the-team-navigation #transfer-team-btn {
	background-color: rgba(92, 158, 151, 0.03);
	color: rgb(92, 158, 151);
	border-color: rgb(92, 158, 151);
}
#meet-the-team #meet-the-team-navigation #transfer-team-btn:hover,
#meet-the-team #meet-the-team-navigation #transfer-team-btn:focus {
	background-color: rgba(92, 158, 151, 1);
	color: #ffffff;
}
#meet-the-team #transfer-team .meet-the-team-section-heading {
	color: rgb(92, 158, 151);
}
#meet-the-team #transfer-team .meet-the-team-card-back .meet-the-team-card-back-top {
	background-color: rgb(92, 158, 151);
}
#meet-the-team #transfer-team .meet-the-team-card .meet-the-team-card-fact-icon {
	background: linear-gradient(to top right, rgb(92, 158, 151), rgb(107, 168, 162));
}
#meet-the-team #transfer-team .meet-the-team-card .meet-the-team-card-fact-line {
	background-color: rgb(92, 158, 151);
}
#transfer-team .meet-the-team-card-back .meet-the-team-card-back-bottom ul li svg {
	fill: rgb(92, 158, 151);
	color: rgb(92, 158, 151);
}
#transfer-team .meet-the-team-card-back .meet-the-team-card-back-bottom ul li a {
	color: rgb(92, 158, 151);
}

/**************************************************
* MEDIA QUERIES
***************************************************/
@media only screen and (min-width: 1921px) {
	/* GENERAL */
	#hero-img-section {
		height: 380px;
		padding-top: 0;
	}
}
@media only screen and (min-width: 1400px) {
	/* GENERAL */
	#redbandtitle .container,
	#fap-page-content .container {
		width: 100%;
		max-width: 1320px !important;
	}
}
@media (max-width: 1399px) {
	#meet-the-team .meet-the-team-map-card {
		flex: 0 0 calc(((100% - 3rem) / 3) * 2 + 1.5rem);
	}
	#meet-the-team .meet-the-team-card {
		flex: 0 0 calc((100% - 3rem) / 3);
	}
	#meet-the-team #directors .meet-the-team-card {
		flex: 0 0 calc((100% - 3rem) / 3);
	}
	#meet-the-team #directors .meet-the-team-section-cards {
		column-gap: 1.5rem;
		row-gap: 1.5rem;
	}
}
@media (max-width: 1199px) {
	#meet-the-team-intro {
		font-size: 1.25rem;
	}
	.meet-the-team-profiles {
		display: block;
	}
	.meet-the-team-profiles .meet-the-team-profile:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	.meet-the-team-profiles .meet-the-team-profile-image {
		flex: 0 0 calc(100% / 3);
	}
}
@media (max-width: 992px) {
	/* GENERAL */
	.fixed-top.mobile-navbar-wrapper {
		position: absolute !important;
	}
	.scroller {
		overflow-y: hidden !important;
	}
	#fap-page-content #righthandcontent h2 {
		font-size: 2rem;
	}
	
	/* MEET THE TEAM */
	#meet-the-team #meet-the-team-navigation ul {
		flex-wrap: wrap;
	}
	#meet-the-team #meet-the-team-navigation ul li {
		flex: 0 0 calc((100% - 1.5rem) / 2);
	}
	#meet-the-team .meet-the-team-map-card {
		flex: 0 0 calc(((100% - 1.5rem) / 2) * 2 + 1.5rem);
		aspect-ratio: 126 / 88;
	}
	#meet-the-team .meet-the-team-card {
		flex: 0 0 calc((100% - 1.5rem) / 2);
	}
	#meet-the-team #directors .meet-the-team-card {
		flex: 0 0 calc((100% - 1.5rem) / 2);
	}
	
	#meet-the-team .meet-the-team-section-chips .meet-the-team-chip {
		flex: 0 0 calc((100% - 1.5rem) / 2);
	}
}
@media (max-width: 767px) {
	#meet-the-team-intro {
		font-size: 1.125rem;
	}
	.meet-the-team-profiles .meet-the-team-profile-image {
		flex: 0 0 calc(100% / 2);
	}
	#meet-the-team .meet-the-team-map-card {
		aspect-ratio: 1 / 1;
		flex: 0 0 100%;
	}
	.meet-the-team-map-card .meet-the-team-map-card-body {
		display: block;
	}
	.meet-the-team-map-card .meet-the-team-map-card-map {
		height: calc((100% / 3) * 2);
	}
	.meet-the-team-map-card .meet-the-team-map-card-list {
		height: calc(100% / 3);
		border-left: none;
		border-top: 1px solid rgba(0, 0, 0, 0.07);
	}
	#meet-the-team .meet-the-team-section-chips .meet-the-team-chip {
		flex: 0 0 100%;
	}
}
@media (max-width: 575px) {
	.meet-the-team-profiles .meet-the-team-profile {
		display: block;
	}
	.meet-the-team-profiles .meet-the-team-profile-image {
		border-radius: 0.75rem;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.meet-the-team-profiles .meet-the-team-profile-content {
		position: static;
	}
	.meet-the-team-profiles .meet-the-team-profile-content-container {
		border: 1px solid rgba(0, 0, 0, 0.1);
		border-top: none;
		border-radius: 0;
		border-bottom-left-radius: 0.75rem;
		border-bottom-right-radius: 0.75rem;
	}
	.meet-the-team-profiles .meet-the-team-profile-content {
		border-radius: 0;
		border-bottom-left-radius: 0.75rem;
		border-bottom-right-radius: 0.75rem;
	}
	#meet-the-team #meet-the-team-navigation ul li {
		flex: 0 0 100%;
	}
	#meet-the-team .meet-the-team-map-card {
		flex: 0 0 100%;
	}
	#meet-the-team .meet-the-team-card {
		flex: 0 0 100%;
	}
	#meet-the-team #directors .meet-the-team-card {
		flex: 0 0 100%;
	}
	#meet-the-team .meet-the-team-map-card {
		aspect-ratio: 3 / 4;
	}
}