@import url('../reset.css');
@import url('../defaults.css');

/*******************************************
:--- General ---:
*******************************************/

html {
    scroll-behavior: auto !important;
}

body {
	background: #fff;
	font-size: 1.1rem;
	line-height: 1.6;
	font-weight: 400;
	color: var(--primary-text-black);
}

h1, h2, h3, h4, h5, h6 {
	margin: 4px 0 8px;
}

h1 {
	font-size: 3rem;
}

h1.general-top-page-h1 {
	border-bottom: 1px solid var(--neutral-gray);
	color: var(--primary-text-black);
    font-family: var(--cormorant);
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 25px;
    margin-top: 0;
    padding-bottom: 7px;
    padding-left: 5px;
}

h2 {
	color: var(--primary-old-gold);
    font-family: var(--cormorant);
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.1;
}

h2.section-header {
	font-size: 3rem;
}

h2.heavy-line-header::after {
	content: "";
    display: block;
    height: 0;
    margin: 0.7rem 0 1rem;
    width: 2.5rem;
    border-bottom: 0.3rem solid;
    border-color: var(--primary-old-gold);
}

h3 {
	color: var(--primary-text-black);
    font-family: var(--cormorant);
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.1;
}

h4 {
	color: var(--primary-old-gold);
    font-family: var(--cormorant);
    font-size: 2.125rem;
    font-weight: 600;
    line-height: 1.1;
}

h5 {
	color: var(--primary-text-black);
    font-family: var(--open-sans);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
}

h6 {
	color: var(--primary-text-black);
    font-family: var(--open-sans);
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.1;
}

p {
	margin: 0 0 1.25rem;
	font-size: 1.1rem;
	line-height: 1.6;
	font-weight: 400;
	color: var(--primary-text-black);
}

a, a:active {
	color: var(--primary-text-gold);
	text-decoration: underline;
}

a:hover {
	text-decoration: none
}

hr.shield {
	border: none;
    background: url(../../images/shield-divider-transparent.png) no-repeat top center;
    height: 27px;
    margin: 27px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
	opacity: 1;
}

hr.shield::before {
	height: 1px;
    background: var(--neutral-gray);
    display: block;
    content: " ";
    width: calc((100% - 156px) / 2);
    outline: 0 !important;
    position: relative !important;
    box-shadow: none !important;
}

hr.shield::after {
    height: 1px;
    background: var(--neutral-gray);
    display: block;
    content: " ";
    width: calc((100% - 156px) / 2);
    outline: 0 !important;
    position: relative !important;
    box-shadow: none !important;
}

/*******************************************
:--- Alert ---:
*******************************************/

.alert {
	background-color: #cad9a9;
	color: var(--primary-black);
	font-size: 1rem;
}

.btn-close-white {
	filter: none !important;
}

.alert-message a {
	font-weight: bold;
	color: var(--primary-black);
	text-decoration: underline;
}

.alert-message a:hover,
.alert-message a:focus,
.alert-message a:active {
	color: var(--primary-black);
	text-decoration: none;
}

/*******************************************
:--- Buttons ---:
*******************************************/

.btn,
.btn-primary {
	box-shadow: none !important;
    text-align: center;
    text-decoration: none !important;
    transition: all 300ms ease 0ms;
    position: relative;
    white-space: nowrap;
	font-size: 1.063rem;
	color: #fff;
	line-height: 1.1;
	background-color: var(--primary-text-gold);
    border: 1px solid var(--primary-text-gold);
    border-radius: 6px;
    font-size: 1rem;
    padding: 10px 16px;
	font-weight: 500;

}

.btn:hover,
.btn:focus,
.btn:active,
.btn:focus-visible,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #755a23;
	border: 1px solid #755a23;
}

/* buttons scss override */
.btn-check:checked+.btn, 
.btn.active, 
.btn.show, 
.btn:first-child:active, 
:not(.btn-check)+.btn:active {
	background-color: #755a23;
	border: 1px solid #755a23;
}

.btn-black-outline {
	background-color: transparent;
    border-color: #2b2b2b;
    color: #2b2b2b !important;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline:active {
	background-color: #2b2b2b;
    border-color: #2b2b2b;
    color: #fff !important;
}

.btn-black {
	background-color: #565656;
    border-color: #565656;
    color: #fff !important;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active {
	background-color: #353535;
    border-color: #353535;
    color: #fff !important;
}

.btn-arrow {
	background-color: transparent;
    background-image: url(../../images/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: right .2rem bottom 45%;
    background-size: auto 20px;
    font-weight: 700;
    line-height: 1.5;
    padding: 0 1.9rem 3px 0 !important;
    transition: background ease .2s;
    border-color: transparent;
    border-radius: 0;
    border-bottom: 1.5px dotted var(--primary-text-gold) !important;
    color: var(--primary-text-gold) !important;
    text-align: left;
	text-decoration: none !important;
}

.btn-arrow:hover,
.btn-arrow:focus,
.btn-arrow:active {
	background-color: transparent !important;
    background-position: right 0 bottom 45%;
    border-color: transparent !important;
}

/*******************************************
:--- Header ---:
*******************************************/

header.page-header {
	background: #1a1a1a;
	padding: 28px 0;
	position: relative;
	font-size: 1.125rem;
	text-align: center;
}

header.page-header .school-logo {
	display: block;
	max-width: 220px;
}

header.page-header .school-logo img {
	width: 100%;
}

nav.page-nav .nav-list {
	margin: 0;
}

nav.page-nav .nav-list > .nav-item {
	list-style: none;
}

nav.page-nav .nav-list > .nav-item a {
	text-decoration: none;
	font-size: 1.063rem;
	font-weight: 500;
	display: block;
}

nav.page-nav .nav-list > .nav-item a:hover,
nav.page-nav .nav-list > .nav-item a:focus,
nav.page-nav .nav-list > .nav-item a:active {
	text-decoration: underline;
}

nav.page-nav .nav-list > .nav-item a.btn-primary {
	border-radius: 0;
	margin: auto;
}


/*******************************************
:--- Hero Section ---:
*******************************************/

.hero-wrap {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    position: relative;
}

.hero-wrap:before {
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.hero-wrap .hero-content {
    justify-content: end;
    display: flex;
    flex-flow: column;
    height: 550px;
    padding: 0;
	text-shadow: 2px 2px 9px #222, -2px -2px 9px #222;
}

.hero-wrap .hero-content h1 {
	font-family: var(--cormorant);
    font-size: 3.625rem;
    line-height: 1.2;
	font-weight: 900;
	margin-bottom: 30px;
}

.hero-wrap .hero-content h2 {
	font-family: var(--open-sans);
    color: #fff;
    font-size: 1.188rem;
    line-height: 1.25;
    margin-bottom: 0;
	font-weight: 500;
}

/*******************************************
:--- Form ---:
*******************************************/

.form-section {
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(253, 250, 244, 1) 100%);
	padding: 60px 0;
}

.form-section h2 {
	color: var(--primary-old-gold);
	font-size: 3.5rem;
	font-family: var(--cormorant);
	font-weight: 900;
	margin-bottom: 10px;
}

.form-section p {
	font-size: 1.125rem;
}

/* INPUT WRAPS */

.multistep-fields {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
    clear: both;
}

.multistep-fields .input-wrap {
	flex-grow: 1;
	width: 45%;
}

.intl-tel-input {
    margin: 0;
    width: 100%;
}

/* Next Button */

.form input#next {
	box-shadow: none !important;
    text-align: center;
    text-decoration: none !important;
    transition: all 300ms ease 0ms;
    position: relative;
    white-space: nowrap;
	font-size: 1.063rem !important;
	color: #fff !important;
	line-height: 1.1;
	background-color: var(--primary-text-gold) !important;
    border: 1px solid var(--primary-text-gold) !important;
    border-radius: 6px !important;
    font-size: 1rem;
    padding: 10px 16px;
	float: right;
	font-weight: 500 !important;
	width: 170px;
}

.form input#next:hover,
.form input#next:focus,
.form input#next:active {
	background-color: #755a23 !important;
	border: 1px solid #755a23 !important;
}

/* Previous Button */

.form input#previous {
	box-shadow: none !important;
    text-align: center;
    text-decoration: none !important;
    transition: all 300ms ease 0ms;
    position: relative;
    white-space: nowrap;
	font-size: 1.063rem !important;
	color: var(--primary-text-black)!important;
	line-height: 1.1;
	background-color: #fff !important;
    border: 1px solid var(--primary-text-black) !important;
    border-radius: 6px !important;
    font-size: 1rem;
    padding: 10px 16px;
	float: left;
	font-weight: 500 !important;
    width: auto;
}

.form input#previous:hover,
.form input#previous:focus,
.form input#previous:active {
	background-color: var(--primary-text-black) !important;
	border: 1px solid var(--primary-text-black) !important;
	color: #fff !important;
}

/* Request Button */

.form input#request {
	box-shadow: none !important;
    text-align: center;
    text-decoration: none !important;
    transition: all 300ms ease 0ms;
    position: relative;
    white-space: nowrap;
	font-size: 1.063rem !important;
	color: #fff !important;
	line-height: 1.1;
	background-color: var(--primary-text-gold) !important;
    border: 1px solid var(--primary-text-gold) !important;
    border-radius: 6px !important;
    padding: 10px 16px;
	float: right;
	font-weight: 500 !important;
}

.form input#request:hover {
	background-color: #755a23 !important;
	border: 1px solid #755a23 !important;
}

/* Popover */

.popover .popover-arrow::after, 
.popover .popover-arrow::before {
	border-bottom-color: var(--secondary-yellow);
	border-top-color: var(--secondary-yellow);
}

.popover {
    background: var(--secondary-yellow);
    border: 1px solid var(--secondary-yellow) !important;
    color: var(--primary-black);
    padding: 6px;
    text-align: center;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.2);
}

.popover-body {
    font-size: 16px;
    font-weight: bold;
    color: var(--primary-black);
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
    border-bottom-color: var(--secondary-yellow);
    border-top-color: var(--secondary-yellow);
}

/* MULTI-STEP */

.form.multi-step .step:after {
	display: none;
}

.form.multi-step .input-wrap input:focus,
.form.multi-step .select-wrap select:focus {
	outline: var(--primary-old-gold) solid 1px !important;
}

.form.multi-step .input-wrap {
	margin: auto !important;
}

.form.multi-step .input-wrap input {
    background: rgba(53, 76, 161, 0.05) !important;
    border: 1px solid #ccc !important;
    border-radius: 7px !important;
	padding: 12px 15px !important;
}

.form.multi-step label {
	color: #000 !important;
    font-size: 1rem !important;
    line-height: 1.3 !important;
    margin: 0 0 10px !important;
	text-transform: none !important;
	letter-spacing: normal !important;
}

.form.multi-step .select-wrap select {
    padding: 12px 60px 12px 15px !important;
    font-size: 1rem !important;
    display: block;
    background: rgba(53, 76, 161, 0.05) !important;
    border: 1px solid #ccc !important;
    border-radius: 7px !important;
    position: relative;
    z-index: 4;
    cursor: pointer;
}

.form.multi-step .select-wrap::before {
    content: "\f0d7";
    font-size: 17px;
    font-weight: 900;
    color: #000;
    font-family: "Font Awesome 6 Pro";
    text-align: center;
    line-height: 48px;
    height: 50px;
    width: 48px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form.multi-step #step3 {
	gap: 25px !important;
}

.form.multi-step #ai-opt-in,
.form.multi-step #sms-opt-in {
	align-items: flex-start !important;
	margin-bottom: 20px !important;
	width: 100% !important;
	clear: both;
}

.form.multi-step #sms-opt-in {
	margin-bottom: 10px !important;
	margin-top: 35px;
}

.form.multi-step #ai-opt-in input,
.form.multi-step #sms-opt-in input {
	margin-top: 4px !important;
}

.form.multi-step #ai-opt-in label,
.form.multi-step #sms-opt-in label {
	font-size: 12px !important;
	font-weight: 400 !important;
	margin: 0 0 0 10px !important;
	letter-spacing: normal !important;
	line-height: 1.5 !important;
	text-transform: none !important;
}

.form.multi-step .international-link {
	display: none !important;
}

.form.multi-step .tcpa-multi-step {
	font-size: 12px !important;
	padding-top: 1.5em !important;
	margin: 0 !important;
	line-height: 1.5 !important;
    color: var(--primary-text-black) !important;
}

.form.multi-step .tcpa-multi-step a {
    color: var(--primary-text-gold) !important;
}

.form.multi-step .privacy {
	font-size: 12px !important;
	padding-top: 18px !important;
	margin-bottom: 0 !important;
    color: var(--primary-text-black) !important;
}

.form.multi-step .step-header {
    gap: 0 !important;
}

.form.multi-step .step-header div {
    float: left;
    width: 33.3333% !important;
    z-index: 2;
	border-bottom: 1px solid var(--secondary-cool-gray);
}

.form.multi-step .step-header div span {
    color: var(--primary-text-black) !important;
	border: none !important;
    border-radius: 0 !important;
    font-family: var(--cormorant);
    font-size: 42px !important;
    padding: 0 0 10px !important;
    text-align: left !important;
	font-weight: 900 !important;
	background: transparent !important;
}

.form.multi-step .step-header div.active {
	border-bottom: 5px solid var(--primary-old-gold);
	color: var(--primary-old-gold) !important;
}

.form.multi-step .step-header div.active span {
    color: var(--primary-old-gold) !important;
}

.form.multi-step .step-header:after {
    background: transparent !important;
}

.form.multi-step label,
.form.multi-step .tcpa-multi-step {
    color: var(--primary-text-black) !important;
}

.form.multi-step .select-wrap select {
	background-color: #fff !important;
}

.form.multi-step .select-wrap::before {
    content: "\25BE";
    color: #000;
    text-align: center;
    height: 50px;
    width: 48px;
    z-index: 5;
    pointer-events: none;
}

.form.multi-step .input-wrap input {
	background-color: #fff !important;
}

.form.multi-step .input-wrap input:focus,
.form.multi-step .select-wrap select:focus {
	outline: var(--primary-old-gold) solid 1px !important;
}

.form.multi-step span.asterisk,
.form.multi-step .privacy span {
    color: var(--primary-old-gold) !important;
}

/*******************************************
:--- Alternative Layout ---:
*******************************************/

.hero-wrap.alt .hero-content {
	height: 520px;
}

.hero-wrap.alt h1.headline {
	font-size: 3.75rem;
}

.form-section h2 {
	color: var(--primary-black);
	font-size: 2.75rem;
}

.form-wrap {
    margin-top: -320px;
	padding: 25px 35px 35px;
	background: #f2f2f2 url(../../images/ironwork-bg-panel.png) repeat-y right;
    border-style: solid;
    border-width: 1px;
    border-color: var(--neutral-gray);
}

@media (max-width: 991px) {
	.form-wrap {
		margin-top: 0;
		/* margin-bottom: 60px; */
	}

	.form-section.alt {
		padding: 0;
	}
}

.alt .benefit-text {
	font-size: 1.1rem;
}

.alt .benefit-icon {
	width: 40px;
}

/*******************************************
:--- Benefits ---:
*******************************************/

.benefits-section {
	padding: 2em 0;
	background: linear-gradient(180deg, rgba(19, 19, 19, 1), rgba(51, 51, 51, 1));
}

.benefits-list {
	margin: 0;
}

.benefit-bullet {
	list-style: none;
}

.benefit {
	flex: 1 1 0;
}

.benefits-section h2 {
	color: var(--neutral-gray);
	font-size: 3.25rem;
}

.benefit-icon {
	font-size: 2.25rem;
}

.benefit-text {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
}

/*******************************************
:--- Grid 50/50 Split ---:
*******************************************/

.container-fluid.grid-50-split {
	padding-right: 0;
	padding-left: 0;
}

.grid-50-content {
	height: 100%;
	max-width: 675px;
	padding: 30px 80px 80px 15px;
	margin: 0 0 0 auto;
}

.grid-50-content.right-side {
	padding: 30px 15px 80px 80px;
	margin: 0 auto 0 0;
}

.grid-50-img {
	background-size: cover;
    background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 100%;
}


/*******************************************
:--- Main Content ---:
*******************************************/

.main-content ul {
	margin: 0 0 2rem;
}

.main-content  ul li {
	list-style: disc;
	margin: 0 0 1rem 1.5rem;
}

/* Testimonial */

.background-image {
    background-color: #eee;
	background-position: top center;
	background-size: cover;
    margin: 0;
	position: relative;
    padding: 120px 0;
}

.parallax {
    min-height: 420px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* box-shadow: inset 0 0 50px #000; */
}

.parallax:before {
	background: rgba(70, 89, 109, 0.4);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.testimonial-section {
	text-shadow: 2px 2px 9px #222, -2px -2px 9px #222;
}

.testimonial-section blockquote p {
	color: #fff;
	font-family: var(--cormorant);
	font-style: italic;
	font-size: 34px;
	line-height: 1.3;
	font-weight: 900;
}

.testimonial-section blockquote p.testimonial-name {
	font-family: var(--open-sans);
	font-weight: 900;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 0;
}

/* About Section */

.about-school {
	background-size: cover;
    background-position: center center;
    color: #fff;
	margin: 20px;
}

.about-school p {
	color: #fff;
}

.about-school h2.about-title {
	color: #fff;
	font-family: var(--cormorant);
	font-style: italic;
	font-size: 3rem;
	font-weight: 600;
	margin-bottom: 30px;
	line-height: 1;
}

.black-bg {
	background-color: rgba(5, 7, 2, 0.9);
    width: 50%;
    margin-right: 50%;
    padding: 60px;
}

.gray-pattern-bg {
	background: #f2f2f2 url(../../images/ironwork-bg-panel.png) repeat-y right;
    border-style: solid;
    border-width: 1px;
    border-color: var(--neutral-gray);
	padding: 20px;
}

/*******************************************
:--- Footer ---:
*******************************************/

footer.page-footer {
	padding: 25px 20px;
	font-size: 0.85rem;
	background-color: #353535;
	color: #efefef;
}

footer.page-footer .footer-logo-col .footer-logo {
    max-width: 210px;
	display: block;
}

footer.page-footer p {
	padding-bottom: 0 !important;
	font-size: .85rem;
    color: #efefef;
    margin-right: 20px;
    margin-bottom: 3px;
}

footer.page-footer a {
    color: #efefef;
	font-size: .825rem;
	transition: all .2s ease-in-out;
	border-bottom: 1px dotted #efefef;
	text-decoration: none !important;
}

footer.page-footer a:hover,
footer.page-footer a:focus,
footer.page-footer a:active {
    color: #ccc;
}

footer.page-footer .social-icons {
	display: flex;
	justify-content: end;
}

footer.page-footer .social-icons a {
	transition: all .2s ease-in-out;
    font-size: 1.2rem;
    display: inline-block;
    line-height: 1;
    text-align: center;
    color: #efefef;
    border-bottom: none;
}

footer.page-footer .social-icons a:hover,
footer.page-footer .social-icons a:focus,
footer.page-footer .social-icons a:active {
    color: #ccc;
}

footer.page-footer .social-icons a i {
    padding: 3px 9px 4px;
}

/*******************************************
:--- Media Queries ---:
*******************************************/

/* Large Displays */
@media (min-width: 1440px) {
	
}

@media (min-width: 1200px) {
	
}

@media (max-width: 1200px) {
	.grid-50-content {
        padding: 30px 40px 80px !important;
    }
}

@media (max-width: 991px) {

	/* header.page-header .school-logo {
		margin: auto;
	} */

	.grid-50-content {
		max-width: 690px;
		margin: 0 auto !important;
		padding: 60px 0 !important;
	}

    .grid-50-img  {
		min-height: 600px;
	}
	
	.about-school h2.about-title {
		font-size: 2.5rem;
	}
	
	.about-school .black-bg {
		background-color: rgba(5, 7, 2, 1);
		width: 100%;
		padding: 40px 15px;
	}

}

@media (max-width: 767px) {
	.hero-wrap .hero-content {
		height: 350px;
	}
	
	.hero-wrap .hero-content h1 {
		font-size: 2.75rem;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	
	.hero-wrap .hero-content h2 {
		font-size: 1rem;
	}

	.form-section h2 {
		font-size: 2.5rem;
	}

	.form.multi-step .step-header div span {
		font-size: 32px !important;
	}

	.benefits-section h2 {
		font-size: 2.5rem;
	}

	h2.section-header {
		font-size: 2.5rem;
	}

	h3 {
		font-size: 2rem;
	}

	.grid-50-img  {
		min-height: 300px;
	}

	.grid-50-content {
        max-width: 510px;
    }

	.background-image {
		padding: 70px 0;
	}

	.parallax {
        background-attachment: initial;
    }

	.testimonial-section blockquote p {
		font-size: 28px;
		line-height: 1.3;
	}
	
	.testimonial-section blockquote p.testimonial-name {
		font-size: 18px;
		line-height: 1.5;
	}

	footer.page-footer .footer-logo-col .footer-logo {
		margin: auto;
		padding-bottom: 20px;
	}

	footer.page-footer .footer-logo-col {
		border-bottom: 1px solid #bdbdbd;
        padding: 0 20px;
	}

	footer.page-footer .social-icons {
		justify-content: start;
	}
}

@media (max-width: 640px) { 
  
}

@media (max-width: 575px) { 
	.container {
		padding-right: 20px;
		padding-left: 20px;
	}

	.hero-wrap .hero-content h1 {
        font-size: 2.25rem;
        line-height: 1.1;
    }

	.form-section {
		padding: 30px 0;
	}

	.grid-50-content {
        max-width: 100%;
        padding: 40px 15px !important;
    }
}

@media (max-width: 320px) { 

}


/*******************************************
:--- IE Fixes ---:
*******************************************/

.ie7 .tooltip, .ie8 .tooltip {
	display: none!important
}

.ie7 label, .ie8 label, .ie9 label {
	display: block!important;
}

.ie7 .required-ast-nolabel, .ie8 .required-ast-nolabel, .ie9 .required-ast-nolabel {
	display: none;
}
