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

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

body {
	font-size: 1.125rem;
}

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

h1 {
	font-family: var(--georgia);
	font-size: 5rem;
	line-height: 1.125;
}

h2 {
	font-family: var(--georgia);
	font-size: 2.375rem;
}

h3 {
	font-family: var(--arial);
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

h4 {
	font-size: 1.25rem;
}

p {
	margin: 0 0 1.5rem;
}

a, a:active {
	color: var(--light-blue);
	text-decoration: underline;
}

a:hover {
	text-decoration: none
}

@media (max-width: 992px) {
	h1 {
		font-size: 3.5rem;
	}
}

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

.alert-message {
	color: #fff;
	font-size: 1rem;
}

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

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

header.page-header {
	padding: 40px 0;
	position: relative;
}

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

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

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

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

nav.page-nav .nav-list > .nav-item > a {
	color: var(--white);
	display: block;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-underline-offset: 4px;
}

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 i {
	margin-right: 10px;
}

nav.page-nav  a.btn:hover,
nav.page-nav  a.btn:focus,
nav.page-nav  a.btn:active {
	background-color: var(--uclaw-yellow);
	border-color: var(--uclaw-yellow);
	color: var(--uclaw-blue-dark) !important;
}

@media (max-width: 992px) {
	header.page-header {
		padding: 30px 0;
	}
	header.page-header .school-logo {
		max-width: 200px;
	}
}

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

.hero-section {
	background-size: cover;
	background-position: top left;
}

.hero-section:after {
	background: linear-gradient(90deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .0));
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
    left: 0;
    height: 100%;
}

.hero-section.alt:after {
	background: linear-gradient(45deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .0) );
}

.hero-section .hero-content {
	min-height: 480px;
	z-index: 5;
}

.hero-section .subhead,
.header-alt {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media (max-width: 992px) {
	.hero-section {
		background-position: top center;
	}

	.hero-section:after {
		background: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .15));
	}

}

@media (max-width: 767px) {
	.hero-inner {
		margin-bottom: 80px;
	}
}

/*******************************************
:--- Sections ---:
*******************************************/

section {
	padding: 80px 0;
}

@media (max-width: 767px) {
	section {
		padding: 50px 0;
	}
}

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

.form-wrap {
	margin-top: -320px;
}

.form-wrap h2 {
	border-bottom: 1px solid var(--uclaw-yellow);
	padding-bottom: 25px;
    margin-bottom: 25px;
}

.form-wrap a {
	color: var(--uclaw-yellow);
}

.form-wrap.full-width {
	margin-top: -160px;
}

@media (max-width: 1200px) {
	.form-wrap {
		margin-top: -160px;
	}
}

@media (max-width: 992px) {
	.form-wrap {
		margin-top: -130px;
		margin-bottom: 60px;
	}

	.form-wrap.full-width {
		margin-bottom: 0;
	}
}

/* Step Headers */
.form.multi-step .step-header div {
	width: 25% !important;
}

.form.multi-step .step-header div span {
    background: var(--uclaw-blue-dark) !important;
    color: #FFF !important;
    border: 1px solid var(--uclaw-yellow) !important;
	border-radius: 50px;
    font-size: 26px !important;
	font-weight: bold;
    padding: 4px 10px !important;
	min-width: 50px !important;
    min-height: 50px !important;
}

.form.multi-step .step-header div.active span {
    background: var(--uclaw-yellow) !important;
	border-color: var(--uclaw-yellow) !important;
	color: var(--uclaw-blue-dark) !important;
}

.form.multi-step .step-header:after {
    height: 1px !important;
    background: var(--uclaw-yellow) !important;
    top: 24px !important;
}

/* Fields */

.form.multi-step label {
	color: #FFF !important;
    font-size: 16px !important;
    font-weight: bold !important;
    letter-spacing: normal !important;
    line-height: 2 !important;
    text-transform: initial !important;
}

.form.multi-step .form-controls {
	margin-bottom: 10px;
}

.form.multi-step .form-controls input {
    background: var(--uclaw-yellow) !important;
    border-color: var(--uclaw-yellow) !important;
    border-radius: 0 !important;
	border: 1px solid var(--uclaw-yellow) !important;
	color: var(--uclaw-blue-dark) !important;
	font-weight: normal !important;
    padding: 15px 20px !important;
    width: auto !important;
}

.form.multi-step .form-controls input:hover, 
.form.multi-step .form-controls input:focus, 
.form.multi-step .form-controls input:active  {
    background: var(--white) !important;
	border-color: var(--white) !important;
    color: var(--uclaw-blue-dark) !important;
    text-decoration: none !important;
}

.form.multi-step .input-wrap input:hover, 
.form.multi-step .input-wrap input:focus, 
.form.multi-step .input-wrap input:active, 
.form.multi-step .input-wrap textarea:hover, 
.form.multi-step .input-wrap textarea:focus, 
.form.multi-step .input-wrap textarea:active, 
.form.multi-step .select-wrap select:hover, 
.form.multi-step .select-wrap select:focus, 
.form.multi-step .select-wrap select:active {
    border-color: transparent !important;
	outline: 1px solid var(--uclaw-yellow) !important;
	outline-offset: 1px;
}

.form.multi-step .form-controls input#previous {
    background: transparent !important;
    border: 1px solid #FFF !important;
    color: #FFF !important;
}

.form.multi-step .form-controls input#previous:hover,
.form.multi-step .form-controls input#previous:focus,
.form.multi-step .form-controls input#previous:active  {
    background: #FFF !important;
    color: var(--uclaw-blue-dark) !important;
}

.form.multi-step .select-wrap select {
    background-image :linear-gradient(45deg, transparent 50%, #FFF 50%),
    linear-gradient(135deg, #FFF 50%, transparent 50%),
    linear-gradient(to right, #6e6e6e, #6e6e6e) !important;
}

.form.multi-step span.error {
    color: var(--uclaw-yellow) !important;
}

.form.multi-step .tcpa-multi-step, 
.form.multi-step .privacy {
    color: #CCC !important;
    font: 12px/18px var(--arial) !important;
}

.form.multi-step .privacy, 
.form.multi-step .privacy a {
    margin-bottom: 0 !important;
}

.form.multi-step .privacy a {
    display: none;
}

.form.multi-step #sms-opt-in {
	margin-bottom: 5px;
}

.form.multi-step #ai-opt-in label,
.form.multi-step #sms-opt-in label {
    font-size: 12px !important;
	font-weight: normal !important;
    line-height: 1.5 !important;
	margin-bottom: 10px;
}

.form.multi-step #step3 label {
    display: none;
}

.form.multi-step #step3 .input-wrap::after {
    content: '*';
    color: var(--uclaw-yellow);
    position: absolute;
    right: -12px;
    top: -6px;
}

.form.multi-step span.asterisk {
    color: var(--uclaw-yellow) !important;
}

.form.multi-step .privacy span {
    color: var(--uclaw-yellow) !important;
}

/* Popover */
.popover {
	background-color: var(--uclaw-yellow);
	border: 1px solid var(--uclaw-yellow);
	color: var(--uclaw-blue-dark);
	padding: 6px;
	text-align: center;
}

.popover-body {
	color: var(--uclaw-blue-dark);
	padding: 9px;
}

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

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

/* .benefits-section {
	padding: 2rem 0;
} */

.benefits-list {
	margin: 0;
	padding: 0;
}

.benefit-bullet {
	border-bottom: 1px solid var(--uclaw-blue-dark);
	list-style: none;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.benefit-bullet:last-of-type {
	border-bottom: 0px solid var(--uclaw-blue-dark);
	padding-bottom: 0;
	margin-bottom: 0;
}

.benefit {
	flex: 1 1 0;
}

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

.benefit-text {
	font-size: 1.25rem;
	line-height: 1.25;
}

.benefits-section .benefit-icon {
	font-size: 2.5rem;
	opacity: .35;
}

.benefits-section .benefit-text {
	font-size: 1.125rem;
}

@media (max-width: 992px) {
	.benefits-section .benefit {
		display: flex;
		align-items: center;
		gap: 30px;
		margin-bottom: 16px;
	}

	.benefits-section .benefit:last-of-type {
		margin-bottom: 0;
	}

	.benefits-section .benefit-icon {
		min-width: 50px;
	}
}

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

#main-content p a:focus-visible {
	background: var(--primary-dark);
	color: var(--white);
	outline: none;
	padding: 0 2px;
}

/* Tabbed Content */
.nav-pills .nav-link {
	background-color: var(--light-grey);
	border-radius: 0;
	color: var(--primary-dark);
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
	background-color: var(--primary-dark);
	color: #fff;
}

/* Testimonial */
.testimonial {
	padding: 3rem;
}

.testimonial blockquote {
	margin-bottom: 0;
	max-width: 90%;
	margin: 0 auto;
}

.testimonial blockquote p.quote {
	border-bottom: 1px solid #FFF;
	font-family: var(--georgia);
	font-size: 1.5rem;
	padding-bottom: 1.5rem;
}

.testimonial blockquote p.quote:before {
	content: "“";
	display: block;
	font-size: 5rem;
	line-height: 2.5rem;
	margin-top: .875rem;
}

.testimonial blockquote p.source {
	font-size: 1rem;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.testimonial {
		padding: 2rem 2rem 2.35rem;
	}
	.testimonial blockquote {
		max-width: 100%;
	}
}

/* Additional Content */
.additional-box {
	background-color: var(--light-grey);
	padding: 2rem;
}
.additional-content {
	background-color: var(--white);
	box-shadow: 0 1px 25px rgba(0,0,0,.1);
	margin-right: -4rem;
	padding: 2rem;
	z-index: 5;
}

.flex-row-reverse .additional-content {
	margin-left: -4rem;
	margin-right: auto;
}

@media (max-width: 992px) {
	.additional-content {
		margin-right: auto;
	}

	.flex-row-reverse .additional-content {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767px) {
	.additional-box,
	.additional-content {
		padding: 1.5rem;
	}
}

/* Program Outcomes */

.outcome {
	max-width: 23.1%;
}

@media (max-width: 1200px) {
	.outcome {
		max-width: 48.1%;
	}
}

@media (max-width: 767px) {
	.outcome {
		max-width: 100%;
	}
}

/* About */
.about-section {
	background-size: cover;
	background-position: top left;
}

/*******************************************
:--- Image Box ---:
*******************************************/

.img-box {
	width: 100%;
    height: 100%;
    min-height: 400px;
    max-width: 100%;
	overflow: clip;
}

.img-box img {
	position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
	vertical-align: middle;
}

.img-box.img-center img {
    left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
	.img-box {
		min-height: 100%;
		overflow: auto;
	}

	.img-box img {
		position: relative;
		width: 100%;
	}

	.img-box.img-center img {
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

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

footer.page-footer {
	padding: 2.5rem 0;
	font-size: 0.875rem;
}

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

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

footer.page-footer a:hover,
footer.page-footer a:focus,
footer.page-footer a:active {
	color: var(--uclaw-gold);
}

footer.page-footer .footer-logo {
	max-width: 160px;
}

footer.page-footer h3 {
	font-size: 1rem;
}

footer.page-footer .social-links li {
	font-size: 1rem;
	list-style: none;
	margin-right: 1rem;
}

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

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

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

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

@media (max-width: 992px) {
	.footer-logo {
		max-width: 250px;
	}
}
 
@media (max-width: 767px) {
	
}

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

@media (max-width: 480px) { 

}

@media (max-width: 320px) { 

}