@import url('defaults.css');

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

body {
	background: #fff;
	font-family: var(--IvyStyle-Sans);
	font-size: 1.125rem;
	line-height: 30px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 2rem;
}

h1 {
	font-size: 2.5rem;
}

h2,
h2.section-title {
	font-size: 2.5rem;
	line-height: 50px;
	font-family: var(--IvyPresto-Headline);
}

h2.section-title {
	margin-bottom: 1.5rem;
}

h3 {
	font-size: 1.5rem;
	font-family: var(--IvyPresto-Headline);
	font-weight: 600;
	margin-bottom: 1.5rem;
}

h4 {
	font-size: 1.25rem;
}

p {
	margin: 0 0 1.5rem;
}

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

a:hover, a:focus {
	text-decoration: none
}

.two-column {
	column-count: 2;
}

.three-column {
	column-count: 3;
}

section {
	margin-top: 90px;
	margin-bottom: 90px;
}

/*******************************************
:--- 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: 1rem;
	color: #fff;
	line-height: 1.1;
	background-color: var(--primary-red);
    border: 1px solid var(--primary-red);
    border-radius: 50px;
    padding: 10px 25px;
	font-weight: 600;

}

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

.btn-gray {
	background-color: var(--warm-gray);
    border: 1px solid var(--warm-gray);
	color: #000;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray:focus-visible {
	background-color: #b7b1a8;
	border: 1px solid #b7b1a8;
	color: #000;
}

.btn-link-arrow {
    background-image: url(../images/right-arrow-red.svg);
    background-repeat: no-repeat;
    background-position: right 6px bottom 45%;
    background-size: 1rem 1rem;
    padding: 0 1.9rem 3px 0 !important;
    transition: all 300ms ease 0ms;
    color: var(--primary-red);
    text-align: left;
	text-decoration: none;
}

.btn-link-arrow:hover,
.btn-link-arrow:focus,
.btn-link-arrow:active {
    background-position: right 0 bottom 45%;
	background-image: url(../images/right-arrow-black.svg);
	text-decoration: underline;
	color: var(--black);
}

.square-arrow {
	background-color: var(--primary-red);
	bottom: 0;
	right: 0;
    height: 32px;
    position: absolute;
    width: 32px;
    z-index: 0;
}

.square-arrow:hover,
.square-arrow:focus,
.square-arrow:active {
	background-color: #971b2f;
}

.square-arrow:hover i,
.square-arrow:focus i,
.square-arrow:active i {
	right: 5px;
}

.square-arrow > i {
	color: #fff;
	font-size: 22px;
	display: block;
	bottom: 5px;
	right: 7px;
    position: absolute;
	transition: all 300ms ease 0ms;
    z-index: 2;
}

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

.alert-message {
	
}

.alert-message a {
	color:#fff;
	font-weight: bold;
}

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


header.page-header {
	background: #fff;
	padding: 35px 0;
	position: relative;
	border-top: 8px solid var(--primary-red);
}

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

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


/*******************************************
:--- Hero and Page Title ---:
*******************************************/

.hero-section {
	background: linear-gradient(90deg, rgb(203, 34, 55) 0%, rgb(151, 27, 47) 43%) !important;
	color: #fff;
	padding-top: 70px;
    padding-bottom: 70px;
}

.hero-section .hero-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.hero-section h1 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 3.5rem;
	line-height: 50px;
	font-family: var(--IvyPresto-Headline);
	font-weight: 600;
}

.hero-section p {
	margin-top: 0;
    margin-bottom: 0;
    font-family: var(--IvyStyle-Sans);
    font-size: 1.625rem;
}

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

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

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

.main-content ol li {
	list-style: auto;
	margin: 0 0 0 1.5rem;
}

/* Next Steps */


.next-section {
	
}


/* Resources */

.framed {
	box-shadow: 12px 12px 0px 0px var(--coral);
	transition: all .25s ease-in-out;
}

.resource img.framed:hover {
	box-shadow: 17px 17px 0px 0px var(--coral);
}

.resource h3 {
	margin-top: 40px;
}

.resources-section .resource {
	flex: 1 1 100%;
}


/* Admission Checklist */

.admission-section {
	background-color: var(--warm-light-gray-screen);
}

.admission-section h2.section-header {
	font-weight: 600;
}

.admission-section ul li {
	list-style: disc;
	margin: 0 0 0 1.5rem;
}

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

footer.page-footer {
	padding: 3.25rem 0;
	font-size: 1rem;
	font-weight: 600;
	background-color: #000;
}

footer.page-footer p {
	padding-bottom: 0 !important;
	line-height: 1.5;
}

footer.page-footer a {
	color: #fff;
}

.footer-logo {
	max-width: 280px;
}

footer.page-footer .social-icons {
	display: flex;
	justify-content: flex-start;
	font-size: 1rem;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-items: center;
}

footer.page-footer .social-icons a {
	width: 2em;
    text-decoration: none;
    height: 2em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    transition: all 300ms ease 0ms;
	color: #000;
    background: #fff;
    border: 2px none transparent;
    border-radius: 24px;
}

footer.page-footer .social-icons a:hover,
footer.page-footer .social-icons a:focus,
footer.page-footer .social-icons a:active {
    background: var(--primary-red);
	color: #fff;
}

footer.page-footer .social-icons a i {
	display: inline-flex;
    align-self: center;
}

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

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

@media (min-width: 1200px) {

}

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

@media (max-width: 991px) {
	.page-footer {
		text-align: center;
	}

    .footer-logo {
        max-width: 215px;
    }

	footer.page-footer .social-icons {
		justify-content: center;
	}
}
 
@media (max-width: 767px) { 
	section {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	h2, h2.section-title {
		font-size: 1.875rem;
		line-height: 40px;
	}

	body {
		font-size: 1rem;
		line-height: 30px;
	}

	header.page-header {
		padding: 25px 0;
	}

	header.page-header .school-logo {
		max-width: 150px;
	}

	.btn {
		font-size: 1rem;
	}

	.two-column {
		column-count: 1;
	}

	.three-column {
		column-count: 1;
	}

	.hero-section {
		background-color: var(--primary-red);
		color: #fff;
	}
	
	.hero-section h1 {
		font-size: 3rem;
	}
	
	.hero-section p {
		font-size: 1.25rem;
	}

	.admission-section h3 {
		font-size: 1.25rem;
		margin-bottom: 0.75rem;
	}

	.admission-section .vertical-line {
		margin-left: -15px;
		padding-left: 0;
		border-left: 1px solid transparent;
	}
}

@media (max-width: 640px) { 
	.framed {
		box-shadow: 8px 8px 0px 0px var(--coral);
	}

	.resource img.framed:hover {
		box-shadow: 10px 10px 0px 0px var(--coral);
	}
}

@media (max-width: 480px) { 

}

@media (max-width: 320px) { 

}