@font-face {
	font-family: 'figtree-regular';
	src: url('/fonts/Figtree-Regular.ttf') format('truetype')
}

@font-face {
	font-family: 'figtree-bold';
	src: url('/fonts/Figtree-Bold.ttf') format('truetype')
}

@font-face {
	font-family: 'figtree-semibold';
	src: url('/fonts/Figtree-SemiBold.ttf') format('truetype')
}

@font-face {
	font-family: 'figtree-extrabold';
	src: url('/fonts/Figtree-ExtraBold.ttf') format('truetype')
}

@font-face {
	font-family: 'figtree-medium';
	src: url('/fonts/Figtree-Medium.ttf') format('truetype')
}

@font-face {
	font-family: 'figtree-italic';
	src: url('/fonts/Figtree-Italic.ttf') format('truetype')
}

@font-face {
	font-family: 'figtree-extrabold-italic';
	src: url('/fonts/Figtree-ExtraBoldItalic.ttf') format('truetype')
}

:root {
	--Primary-Orange: #D87725;
	--Primary-Black: #000;
	--Primary-White: #FFF;
	--Primary-Gray: #E6E6E6;
	--Primary-Maroon: #6E1324;
	--Secondary-Dk-Green: #656B02;
	--Secondary-Gray: #ACACAC;
	--Secondary-Green: #B9B030;
}

body {
	--bs-body-font-family: figtree-regular !important;
	padding-top: 162px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: figtree-semibold;
	color: var(--Primary-Maroon);
}

a:link {
	color: var(--Primary-Orange);
	text-decoration: none;
}

a:visited {
	color: var(--Primary-Orange);
	text-decoration: none;
}

a:hover {
	color: var(--Primary-Orange);
	text-decoration: none;
}

a:active {
	color: var(--Primary-Orange);
	text-decoration: none;
}

.bandgap-fixed-navbar {
	background-color: var(--Primary-White);
}

.bandgap-lg-orange-text {
	color: var(--Primary-Orange)
}

.bandgap-orange-bold-it-text {
	font-family: figtree-extrabold-italic;
	color: var(--Primary-Orange);
	font-size: 40px;
	font-weight: 800;
	line-height: 100px;
	letter-spacing: 4px;
}

.bandgap-small-orange-bold-it-text {
	font-family: figtree-extrabold-italic;
	color: var(--Primary-Orange);
	font-size: 22px;
	font-weight: 800;
	line-height: 35px;
	letter-spacing: 4px;
}

.bandgap-lg-maroon-tagline {
	font-family: figtree-bold;
	color: var(--Primary-Maroon);
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	/* 117.391% */
	line-height: 54px;
	letter-spacing: 5.52px
}

.bandgap-lg-hero-text {
	color: var(--Primary-Black);
	font-family: figtree-semibold;
	font-size: 38px;
	font-style: normal;
	font-weight: 600;
	line-height: 50px;
	/* 131.579% */
	letter-spacing: 1.9px;
	width: 90%;
}

.bandgap-lg-hero-small-text {
	color: var(--Primary-White);
	text-align: right;
	font-family: figtree-medium;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
	margin-right: 3%;
	/* 150% */
}

.bandgap-lg-hero-image {
	width: 73%;
	aspect-ratio: 257/160;
	border-radius: 5px;
	display: block;
	/* top | right | bottom | left */
	margin: 20% 3% 2% auto;
}

.bandgap-lg-hero-text-container {
	padding: 2% 1% 5% 2%;
}

.bandgap-sm-maroon-tagline {
	color: var(--Primary-Maroon);
	font-family: figtree-bold;
	font-size: 45px;
	font-style: normal;
	font-weight: 600;
	line-height: 52px;
	letter-spacing: 1.9px;
}

.bandgap-sm-hero-text {
	color: var(--Primary-Black);
	font-family: figtree-medium;
	font-size: 21px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: 1px;
}

/* Override Bootstrap's default link color in the main menu */
.menu-main .nav-link.dropdown-toggle {
	color: var(--Primary-Orange) !important;
	font-family: figtree-semibold;
}

/* Remove dropdown arrow from main menu */
.menu-main .nav-link.dropdown-toggle::after {
	display: none;
}

.menu-main.navbar-nav {
	width: 100%;
	justify-content: space-evenly;
}

/* A reusable button class for the navbar's orange buttons. */
.dropdown-item {
	/* from text-white */
	color: var(--Primary-White) !important;
	padding: 10px 36px 10px 36px !important;
	border-radius: 10px 25px 10px 25px !important;
	margin: 10px;
	background-color: var(--Primary-Orange);
	/* Pack around the text */
	display: inline-block;
	text-align: center;
	font-family: figtree-semibold;
	font-size: 22px;
	font-style: italic;
	font-weight: 600;
	line-height: 44px;
	/* 200% */
	letter-spacing: 1.1px;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
	/* from text-white */
	color: var(--Primary-Orange) !important;
	padding: 10px 36px 10px 36px !important;
	border-radius: 10px 25px 10px 25px !important;
	margin: 10px;
	background-color: var(--Primary-White);
	/* Pack around the text */
	display: inline-block;
	text-align: center;
	font-family: figtree-semibold;
	font-size: 22px;
	font-style: italic;
	font-weight: 600;
	line-height: 44px;
	/* 200% */
	letter-spacing: 1.1px;
}

.bandgap-custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(216,119,37)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.bandgap-custom-toggler.navbar-toggler {
	border-color: var(--Primary-Orange);
}

/* Creates a two-color background with a sharp, diagonal split for the large hero.*/
.bandgap-lg-hero-diagonal-split-bg {
	background: linear-gradient(-57.29deg, var(--Primary-Maroon) 50%, rgba(172, 172, 175, 0.3) 50%);
}

.bandgap-green-top-border {
	border-top: 5px solid var(--Secondary-Green);
	margin-top: 2%;
}

.bandgap-green-bottom-border {
	border-bottom: 5px solid var(--Secondary-Green);
	margin-bottom: 2%;
}

.bandgap-green-bottom-border-no-margin {
	border-bottom: 5px solid var(--Secondary-Green);
}

.bandgap-expertise-banner-text {
	text-align: center;
	font-family: figtree-bold;
	color: var(--Secondary-Dk-Green);
	font-size: 65px;
	font-weight: 700;
	line-height: 90px;
	/* 121.622% */
	letter-spacing: 3.7px;
	margin: 2% 0 2% 0;
}

.bandgap-expertise-button-container {
	align-items: center;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

.bandgap-sm-expertise-banner-text {
	text-align: center;
	font-family: figtree-bold;
	color: var(--Secondary-Dk-Green);
	font-size: clamp(42px, 10vw, 65px);
	font-weight: 700;
	line-height: 48px;
	letter-spacing: 3.78px;
}

/* A reusable button class for the orange 'expertise' buttons. */
.bandgap-expertise-button {
	/* from text-white */
	color: var(--Primary-White) !important;
	margin: 5px 5px 5px 5px !important;
	padding: 30px 30px 30px 30px !important;
	border-radius: 10px 25px 10px 25px !important;
	background-color: var(--Primary-Orange);
	/* Pack around the text */
	display: inline-block;
	text-align: center;
	font-family: figtree-semibold;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 42px;
	letter-spacing: 1.5px;
}

.bandgap-at-banner-text {
	font-family: figtree-bold;
	color: var(--Secondary-Dk-Green);
	font-size: 65px;
	font-weight: 700;
	line-height: 76px;
	letter-spacing: 3.7px;
}

.bandgap-at-small-banner-text {
	font-family: figtree-bold;
	color: var(--Primary-Maroon);
	font-size: 40px;
	font-weight: 700;
	line-height: 52px;
	/* 121.622% */
	letter-spacing: 3.7px;
}

.bandgap-contact-banner-text {
	font-family: figtree-bold;
	color: var(--Secondary-Dk-Green);
	font-size: 84px;
	font-weight: 700;
	line-height: 90px;
	letter-spacing: 4.2px;
}

.bandgap-small-contact-banner-text {
	font-family: figtree-bold;
	color: var(--Secondary-Dk-Green);
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	letter-spacing: 4.2px;
}

.bandgap-at-text {
	font-family: figtree-medium;
	color: var(--Primary-Black);
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 45px;
	letter-spacing: 1.56px;
	margin: 0 10% 0 10%;
	padding: 0 2% 0 2%;
}

.bandgap-sm-at-text {
	font-family: figtree-medium;
	color: var(--Primary-Black);
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: 1.56px;
}

.bandgap-form-subtext {
	font-family: figtree-medium;
	color: var(--Primary-Black);
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 45px;
	letter-spacing: 1.56px;
}

.bandgap-grey-section {
	background: var(--Primary-Gray);
}

.bandgap-green-tb-border-lines {
	border-top: 5px solid #B9B030;
	border-bottom: 5px solid #B9B030;
	margin: 2% 0 2% 0;
}

.bandgap-goals-text {
	font-family: figtree-medium;
	color: var(--Primary-Black);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 56px;
	letter-spacing: 1.56px;
	padding: 1%;
}

.bandgap-form-submit-button {
	border: none;
	outline: none;
	background-color: var(--Primary-White);
}

/* A reusable button class for the main orange buttons. */
.bandgap-lg-button {
	/* from text-white */
	color: #fff !important;
	padding: 10px 36px 10px 36px !important;
	border-radius: 10px 25px 10px 25px !important;
	background-color: var(--Primary-Orange);
	/* Pack around the text */
	display: inline-block;
	text-align: center;
	font-family: figtree-semibold;
	font-size: 22px;
	font-style: italic;
	font-weight: 600;
	line-height: 44px;
	/* 200% */
	letter-spacing: 1.1px;
}

/* A button class for the snazzy white buttons. */
.bandgap-lg-white-button {
	color: var(--Primary-Maroon) !important;
	padding: 10px 36px 10px 36px !important;
	border-radius: 10px 25px 10px 25px !important;
	background-color: #fff;
	/* Pack around the text */
	display: inline-block;
	text-align: center;
	font-family: figtree-semibold;
	font-size: 22px;
	font-style: italic;
	font-weight: 600;
	line-height: 44px;
	/* 200% */
	letter-spacing: 1.1px;
}

.bandgap-form-control {
	font-family: 'figtree-regular';
	border-color: #000;
	border-width: 0 0 2px 0;
	width: 100%;
	padding-top: 5%;
}

.bandgap-form-control::placeholder {
	font-family: 'figtree-regular';
	color: #6c757d;
}

/* Style for when the input is focused */
.bandgap-form-control:focus {
	border-color: #D87725;
	/* Orange focus color */
	box-shadow: 0 0 0 0.25rem rgba(216, 119, 37, 0.25);
}


.bandgap-carousel-control-on-image {
	top: 50%;
	/* Adjust to vertically center on the image */
	transform: translateY(-50%);
	height: auto;
	opacity: 1;
}

.bandgap-carousel-control-on-image:hover {
	opacity: 1;
}

.carousel-control-prev.bandgap-carousel-control-on-image {
	left: 20%;
}

/*
 * Replace the default SVG icon with a new one filled with pure white.
 */
.bandgap-carousel-control-on-image .carousel-control-prev-icon {
	background-image: url("/images/less_than.svg");
	width: 32px;
	height: 32px;
}

/*
 * Do the same for the "next" icon.
 */
.bandgap-carousel-control-on-image .carousel-control-next-icon {
	background-image: url("/images/greater_than.svg");
	width: 32px;
	height: 32px;
}

.bandgap-sm-carousel {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 1;
}

.bandgap-sm-carousel .carousel-inner {
	width: 100%;
}

.bandgap-sm-carousel .carousel-item img {
	width: 100%;
	display: block;
}

.bandgap-sm-carousel-control-on-image {
	height: auto;
	opacity: 1;
}

.bandgap-sm-carousel-control-on-image:hover {
	opacity: 1;
}

/*
 * Replace the default SVG icon with a new one filled with pure white.
 */
.bandgap-sm-carousel-control-on-image .carousel-control-prev-icon {
	background-image: url("/images/less_than.svg");
	width: 32px;
	height: 32px;
}

/*
 * Do the same for the "next" icon.
 */
.bandgap-sm-carousel-control-on-image .carousel-control-next-icon {
	background-image: url("/images/greater_than.svg");
	width: 32px;
	height: 32px;
}

/* Creates a two-color background with a sharp, diagonal split for the footer.*/
.bandgap-lg-footer-diagonal-split-bg {
	background: linear-gradient(-57.29deg, #6E1324 33%, white 33%);
}

.bandgap-logo-background {
	background-image: url("/images/BandGap_FinalLogos3.25.25-04.png");
	background-color: #6E1324;
}

.bandgap-social-media-button {
	position: relative;
	width: 32px;
	height: 32px;
	fill: var(--Primary-Maroon);
	flex-shrink: 0;
	margin: 0 8px 0 8px;
	z-index: 5;
}

.bandgap-maroon-bg {
	background-color: #6E1324;
}

.bandgap-lg-bottom-right-container {
	position: relative;
}

.bandgap-bottom-right-image {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 762;
}

.bandgap-social-spacer {
	margin: 0 10% 6% 0;
}

/*
 * Big footer
 */
.bandgap-footer-link-text {
	font-family: figtree-medium;
	color: var(--Secondary-Dk-Green);
	text-align: center;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 44px;
}

a.bandgap-footer-link-text:link {
	color: var(--Secondary-Dk-Green);
	text-decoration: none;
}

a.bandgap-footer-link-text:visited {
	color: var(--Secondary-Dk-Green);
	text-decoration: none;
}

a.bandgap-footer-link-text:hover {
	color: var(--Secondary-Dk-Green);
	text-decoration: none;
}

a.bandgap-footer-link-text:active {
	color: var(--Secondary-Dk-Green);
	text-decoration: none;
}

/*
 * Big footer
 */
.bandgap-sm-footer-link-text {
	font-family: figtree-medium;
	color: var(--Secondary-Dk-Green);
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 44px;
}

a.bandgap-sm-footer-link-text:link {
	color: var(--Secondary-Dk-Green);
	text-decoration: none;
}

a.bandgap-sm-footer-link-text:visited {
	color: var(--Secondary-Dk-Green);
	text-decoration: none;
}

a.bandgap-sm-footer-link-text:hover {
	color: var(--Secondary-Dk-Green);
	text-decoration: none;
}

a.bandgap-sm-footer-link-text:active {
	color: var(--Secondary-Dk-Green);
	text-decoration: none;
}

.bandgap-copyright-text {
	color: var(--Secondary-Gray);
	font-family: figtree-semibold;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
}

a.bandgap-copyright-link-text:link {
	color: var(--Primary-Maroon);
	text-decoration: none;
}

a.bandgap-copyright-link-text:visited {
	color: var(--Primary-Maroon);
	text-decoration: none;
}

a.bandgap-copyright-link-text:hover {
	color: var(--Primary-Maroon);
	text-decoration: none;
}

a.bandgap-copyright-link-text:active {
	color: var(--Primary-Maroon);
	text-decoration: none;
}

.bandgap-small-copyright-text {
	color: var(--Primary-White);
	font-family: figtree-semibold;
	font-size: 11px;
	font-weight: 600;
	line-height: 20px;
}

a.bandgap-small-copyright-link-text:link {
	color: var(--Primary-Orange);
	text-decoration: none;
}

a.bandgap-small-copyright-link-text:visited {
	color: var(--Primary-Orange);
	text-decoration: none;
}

a.bandgap-small-copyright-link-text:hover {
	color: var(--Primary-Orange);
	text-decoration: none;
}

a.bandgap-small-copyright-link-text:active {
	color: var(--Primary-Orange);
	text-decoration: none;
}

/* Divider with diagonal edge - top version */
.bandgap-divider-top {
	height: 40px;
	background: linear-gradient(to right, var(--Primary-Maroon) calc(100% - 24px), white 0);
	position: relative;
}

.bandgap-divider-top::after {
	content: '';
	position: absolute;
	top: 0;
	right: 24px;
	border-top: 40px solid var(--Primary-Maroon);
	border-right: 40px solid white;
	width: 0;
}

/* Divider with diagonal edge - bottom version */
.bandgap-divider-bottom {
	height: 40px;
	background: linear-gradient(to left, var(--Primary-Maroon) calc(100% - 24px), white 0);
	position: relative;
	z-index: -1;
}

.bandgap-divider-bottom::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 24px;
	border-top: 40px solid white;
	border-right: 40px solid var(--Primary-Maroon);
	width: 0;
}

.bandgap-overlapping-button {
	position: absolute;
	top: 18%;
	right: 3%;
	z-index: 10;
}

.bandgap-sm-overlapping-button {
	position: absolute;
	top: 82%;
	right: 3%;
	z-index: 10;
}

/*
 * List link style
 */
.card-title.text-primary {
    color: var(--Primary-Orange) !important;
}

.card:hover .card-title.text-primary {
    color: var(--Primary-Maroon) !important;
}

.bandgap-center-header-text {
  margin: auto;
  width: 50%;
  padding: 10px;
}