/*<uniquifier>: Use a unique and descriptive class name*/
/*<weight>: Use a value from 400 to 700*/

:root {
	--bs-link-color-rgb: #000;
	--bs-link-hover-color-rgb: #000;
	--bs-navbar-active-color: #D29E4B;
	--color-dark-blue: #00154C;
	--color-dark-gold: #D29E4B;
	--color-dark-grey: #22252D;
	--color-gold: #E6BE7E;
	--color-light-grey: #EFEFEF;
}

body {
	padding-top: 110px;
}



a, a:visited, a:active {
	text-decoration: none;
}


.lora-500, h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.lora-300 {
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}
.lora-400 {
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

/*<uniquifier>: Use a unique and descriptive class name*/
/*<weight>: Use a value from 300 to 900*/

.rubik-300 {
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300 !important;
	font-style: normal;
}
.rubik-400 {
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400 !important;
	font-style: normal;
}
.rubik-500 {
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500 !important;
	font-style: normal;
}

.text-gold {
	color: var(--color-gold);
}
.text-dark-gold {
	color: var(--color-dark-gold);
}
.text-light-grey {
	color: var(--color-light-grey);
}
.text-dark-grey {
	color: var(--color-dark-grey);
}
.bg-dark-blue {
	background-color: var(--color-dark-blue);
}
.bg-dark-grey {
	background-color: var(--color-dark-grey);
}
.bg-dark-grey-transparent {
	background-color: rgba(34,37,45,0.85);
}
.bg-gold {
	background-color: var(--color-gold);
}
.bg-light-grey {
	background-color: var(--color-light-grey);
}
.border-dark-blue {
	border: 1px solid var(--color-dark-blue);
}
.border-gold {
	border: 1px solid var(--color-gold);
}
.border-gold-transparent {
	border: 1px solid rgba(230,190,126,0.3);
}

.opacity-60 {
	opacity: 0.6;
}
.me-6 {
	margin-right: 4.5rem !important;
}
.me-7 {
	margin-right: 6rem !important;
}
.me-8 {
	margin-right: 7.5rem !important;
}
.me-9 {
	margin-right: 10rem !important;
}
.mt-6 {
	margin-top: 4.5rem !important;
}
.mt-7 {
	margin-top: 6rem !important;
}
.mt-8 {
	margin-top: 7.5rem !important;
}
.mt-9 {
	margin-top: 10rem !important;
}
.p-6 {
	padding: 4.5rem !important;
}
.p-7 {
	padding: 6rem !important;
}
.p-8 {
	padding: 7.5rem !important;
}
.p-9 {
	padding: 10rem !important;
}
.pt-6 {
	padding-top: 4.5rem !important;
}
.pt-7 {
	padding-top: 6rem !important;
}
.pt-8 {
	padding-top: 7.5rem !important;
}
.pt-9 {
	padding-top: 10rem !important;
}
@media (min-width: 768px) {
	.ms-md-6 {
		margin-left: 4.5rem !important;
	}
	.ms-md-7 {
		margin-left: 6rem !important;
	}
	.ms-md-8 {
		margin-left: 7.5rem !important;
	}
	.ms-md-9 {
		margin-left: 10rem !important;
	}
	.mt-md-6 {
		margin-top: 4.5rem !important;
	}
	.mt-md-7 {
		margin-top: 6rem !important;
	}
	.mt-md-8 {
		margin-top: 7.5rem !important;
	}
	.mt-md-9 {
		margin-top: 10rem !important;
	}
	.p-md-6 {
		padding: 4.5rem !important;
	}
	.p-md-7 {
		padding: 6rem !important;
	}
	.p-md-8 {
		padding: 7.5rem !important;
	}
	.p-md-9 {
		padding: 10rem !important;
	}
	.pt-md-6 {
		padding-top: 4.5rem !important;
	}
	.pt-md-7 {
		padding-top: 6rem !important;
	}
	.pt-md-8 {
		padding-top: 7.5rem !important;
	}
	.pt-md-9 {
		padding-top: 10rem !important;
	}
	.ps-md-6 {
		padding-left: 4.5rem !important;
	}
	.ps-md-7 {
		padding-left: 6rem !important;
	}
	.ps-md-8 {
		padding-left: 7.5rem !important;
	}
	.ps-md-9 {
		padding-left: 10rem !important;
	}
	.px-md-6 {
		padding-left: 4.5rem !important;
		padding-right: 4.5rem !important;
	}
	.px-md-7 {
		padding-left: 6rem !important;
		padding-right: 6rem !important;
	}
	.px-md-8 {
		padding-left-top: 7.5rem !important;
		padding-right: 7.5rem !important;
	}
	.px-md-9 {
		padding-left: 10rem !important;
		padding-right: 10rem !important;
	}
	.py-md-6 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important;
	}
	.py-md-7 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
	.py-md-8 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important;
	}
	.py-md-9 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important;
	}
}
@media (min-width: 992px) {
	.ms-lg-6 {
		margin-left: 4.5rem !important;
	}
	.ms-lg-7 {
		margin-left: 6rem !important;
	}
	.ms-lg-8 {
		margin-left: 7.5rem !important;
	}
	.ms-lg-9 {
		margin-left: 10rem !important;
	}
	.p-lg-6 {
		padding: 4.5rem !important;
	}
	.p-lg-7 {
		padding: 6rem !important;
	}
	.p-lg-8 {
		padding: 7.5rem !important;
	}
	.p-lg-9 {
		padding: 10rem !important;
	}
	.ps-lg-6 {
		padding-left: 4.5rem !important;
	}
	.ps-lg-7 {
		padding-left: 6rem !important;
	}
	.ps-lg-8 {
		padding-left: 7.5rem !important;
	}
	.ps-lg-9 {
		padding-left: 10rem !important;
	}
}
@media (min-width: 1200px) {
	.p-xl-6 {
		padding: 4.5rem !important;
	}
	.p-xl-7 {
		padding: 6rem !important;
	}
	.p-xl-8 {
		padding: 7.5rem !important;
	}
	.p-xl-9 {
		padding: 10rem !important;
	}
	.px-xl-6 {
		padding-left: 4.5rem !important;
		padding-right: 4.5rem !important;
	}
	.px-xl-7 {
		padding-left: 6rem !important;
		padding-right: 6rem !important;
	}
	.px-xl-8 {
		padding-left-top: 7.5rem !important;
		padding-right: 7.5rem !important;
	}
	.px-xl-9 {
		padding-left: 10rem !important;
		padding-right: 10rem !important;
	}
}
@media (min-width: 1400px) {
	.container.container-wide {
		max-width: 1640px;
	}
	.container.container-narrow {
		max-width: 992px;
	}
}

.button {
	align-items: center;
	background-color: var(--color-dark-blue);
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 600;
	justify-content: center;
	min-width: 200px;
	padding: 1.875rem;
	text-align: center;
}

.button:hover, .button:visited {
 	filter: brightness(1.3);
}

.button, .button:hover, .button:visited {
	color: #fff;
	text-decoration: none;
}
.button-gold, .button-gold:hover, .button-gold:visited {
	background-color: var(--color-gold);
	color: #000;
}
.button-transparent, .button-transparent:hover, .button-transparent:visited {
	background-color: transparent;
	border: 1px solid var(--color-gold);
	color: var(--color-gold);
}
.heading-40 {
	font-size: calc(1.7rem + 1.5vw);
}
@media (min-width: 576px) {
	.heading-40 {
		font-size: 2.5rem;
	}
}
.list-checkmark {
	list-style: none;
	padding-left: 0;
}
.list-checkmark li:before {
	content: url("/images/layouts/checkmark.svg");
	display: inline-block;
	margin-right: 0.625rem;
}
.list-checkmark li {
	display: flex;
	align-items: center;
}

.quote {
	margin-top: -1rem;
	padding: 0.625rem 0;
	position: relative;
	text-align: center;
}
.quote::before {
	background-image: url("/images/layouts/quote.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: " ";
	display: block;
	height: 1.5em;
	left: 0;
	position: absolute;
	top: -1.8em;
	width: 1.5em;
}

.form-control, .form-control:active, .form-control:focus {
	background: transparent;
	border: 2px solid rgba(230, 190, 126, 0.3);
	border-radius: 0;
	color: #fff;
	padding: 1rem;
}


.quote-testimonial {
	font-weight: 400;
	padding: 0.625rem 0;
	position: relative;
	text-align: left;
}
.quote-testimonial h2 {

}
.quote-testimonial::before {
	background-image: url("/images/layouts/quote-black.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: " ";
	display: block;
	height: 1.5em;
	width: 1.5em;
}

.numeric-list {
	counter-reset: numeric-list;
}
.numeric-li {
	display: flex;
	flex-flow: row;
	padding-right: 0rem;
}
.numeric-li::before {
	content: counter(numeric-list) ".";
	counter-increment: numeric-list;
	line-height: 1.2;
	margin-right: 0.5rem;
}
.numeric-li::before {
	font-family: Lora;
	font-size: calc(1.275rem + 0.3vw);
	font-weight: 500;
}
@media (min-width: 1200px) {
	.numeric-li::before {
		font-size: 1.5rem;
	}
}
@media (max-width: 991px) {
	.numeric-li::before {
		font-size: 1rem;
	}
}





/*bootstrap5 overrides*/
h1, .h1 {
	font-size: calc(1.7rem + 1.5vw);
}
.help-block {
	font-size: 0.875rem;
}
@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 4.35rem;
		font-weight: 400;
	}
}

@media (min-width: 1400px) {
	.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1440px;
	}
}

.accordion {
	--bs-accordion-color: var(--bs-body-color);
	--bs-accordion-bg: var(--bs-body-bg);
	--bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
	--bs-accordion-border-color: #22252D33;
	--bs-accordion-border-width: 1px;
	--bs-accordion-border-radius: 0;
	--bs-accordion-inner-border-radius: 0;
	--bs-accordion-btn-padding-x: 1.25rem;
	--bs-accordion-btn-padding-y: 1rem;
	--bs-accordion-btn-color: var(--bs-body-color);
	--bs-accordion-btn-bg: var(--bs-accordion-bg);
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2322252D' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
	--bs-accordion-btn-icon-width: 1.25rem;
	--bs-accordion-btn-icon-transform: rotate(-180deg);
	--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
	--bs-accordion-btn-focus-box-shadow: none;
	--bs-accordion-active-color: #ffffff;
	--bs-accordion-active-bg: #22252D;
}

.navbar {
	font-size: 0.875rem;
}
/* change the color of active or hovered links */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: #D29E4B;
}
.navbar-nav {
	--bs-nav-link-padding-y: 0.75rem;
}
@media (min-width: 1200px) {
	.dropdown-programs .dropdown-menu {
		width: 29rem;
	}
}
.dropdown-menu {
	--bs-dropdown-font-size: 0.875rem;
	--bs-dropdown-link-hover-color: var(--color-dark-gold);
	--bs-dropdown-link-hover-bg: transparent;
	--bs-dropdown-link-active-color: var(--color-dark-gold);
	--bs-dropdown-link-active-bg: transparent;
	--bs-dropdown-item-padding-x: 1rem;
	--bs-dropdown-item-padding-y: 0.75rem;
	--bs-dropdown-header-color: #6c757d;
	--bs-dropdown-header-padding-x: 1rem;
	--bs-dropdown-header-padding-y: 0.5rem;
}
.dropdown-item {
	font-weight: 500;
	white-space: normal;
}
