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

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

body {
	background: #fff;
	font-family: var(--roboto);
	font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--roboto-condensed);
	margin: 0 0 1.75rem;
	line-height: 1.125;
}

h1 {
	font-size: 3.5rem;
}

h2 {
	color: var(--umkc-dark-blue);
	font-size: 2.5rem;
	font-weight: bold;
}

h3 {
	font-size: 2rem;
}

h4 {
	font-size: 2.5rem;
}

h5 {
	font-size: 2rem;
}

h6 {
	font-size: 1.5rem;
}

p {
	margin: 0 0 1.5rem;
}

ul.content-list  {
	margin: 0 0 2rem;
	padding-left: 2rem;
}

ul.content-list li {
	list-style: disc;
}

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

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

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

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

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

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

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 {
	color: var(--white);
	font-family: var(--roboto-condensed);
	font-weight: bold;
	font-size: 1.125rem;
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

nav.page-nav .nav-list > .nav-item > a i {
	margin-right: 10px;
}

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 {
	color: var(--umkc-yellow);
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

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

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

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

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

.hero-section .hero-content .headline {
	font-family: var(--oswald);
	font-size: 3rem;
	margin-bottom: 1.875rem;
}

.hero-section .hero-content .sub-headline {
	color: #FFF;
	font-family: var(--roboto);
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.hero-section .hero-content .btn {
    max-width: 220px;
}

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

.form-box {
	background: var(--umkc-dark-blue);
	color: #FFF;
	padding: 3.75rem;
}

.form-box .form-header {
	font-size: 3rem;
}

.form-box .form-blurb {
	font-size: 1.5rem;
}

.form-box .form-blurb .phone {
	font-weight: bold;
	white-space: nowrap;
}

.form-box a {
	color: var(--umkc-yellow);
}

@media (max-width: 767px) {
	.form-box {
		padding: 1.875rem;
	}

	.form-box .form-blurb {
		font-size: 1.25rem;
	}
}

/* Step Headers */

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

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

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

.form.multi-step .step-header:after {
    height: 4px !important;
    background: #6F8FAC !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(--umkc-yellow) !important;
    border-color: var(--umkc-yellow) !important;
    border-radius: .5rem !important;
	border: 2px solid var(--umkc-yellow) !important;
	color: var(--umkc-dark-blue) !important;
	font-weight: bold !important;
    padding: 15px 20px !important;
    width: auto !important;
}

.form.multi-step .form-controls input:hover, 
.form.multi-step .form-controls input:active, 
.form.multi-step .form-controls input:focus  {
    background: var(--umkc-blue) !important;
    color: #fff !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(--umkc-yellow) !important;
	outline-offset: 1px;
}

.form.multi-step .form-controls input#previous {
    background: transparent !important;
    border: 2px 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(--umkc-dark-blue) !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(--umkc-yellow) !important;
}

.form.multi-step .tcpa-multi-step, 
.form.multi-step .privacy {
    color: #CCC !important;
    font: 12px/18px var(--roboto) !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: 13px !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(--umkc-yellow);
    position: absolute;
    right: -12px;
    top: -6px;
}

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

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

/* Popover */

.popover {
	background-color: var(--umkc-light-blue);
	border: 1px solid var(--umkc-light-blue);
	padding: 0;
	text-align: center;
}

.popover-body {
	color: #FFF;
	font-weight: bold;
	padding: 10px;
}

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

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

.benefits-section {
	font-size: 1rem;
	padding: 2rem 0;
}

.benefits-list {
	gap: 30px;
	margin: 0;
}

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

.benefit {
	flex: 1 1 0;
}

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

.benefit-text {
	font-size: 1rem;
}

@media (max-width: 767px) {
	.benefits-list {
		display: block !important;
		margin-bottom: 0 !important;
	}

	.benefit {
		align-items: center;
		display: flex;
		text-align: left !important;
		padding: 0 0 10px !important;
	}

	.benefit:last-of-type {
		padding: 0 !important;
	}

	.benefit-icon {
		padding: 0 !important;
	}

	.benefit i {
		font-size: 2rem;
		margin-right: 20px;
		margin-bottom: 0;
		min-width: 40px;
		min-height: 40px;
		text-align: center;
	}

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

/*******************************************
:--- Program Overview Content Section ---:
*******************************************/

.bg-icon:after {
	content: "\f19c";
	font-family: "Font Awesome 5 Pro";
	font-size: 7rem;
	position: absolute;
	top: 0;
	right: 3rem;
	width: 128px;
	height: 155px;
	opacity: .25;
}

.icon-tag:before {
	background: linear-gradient(135deg, transparent 50%, #e5c131 50%);
	content: "";
	position: absolute;
	top: -8px;
	right: 118px;
	width: 8px;
	height: 8px;
}

.icon-tag:after {
	background-color: var(--umkc-yellow);
	color: var(--umkc-dark-blue);
	content: "\f19c";
	font-family: "Font Awesome 5 Pro";
	font-size: 3rem;
	position: absolute;
	top: -8px;
	right: 3rem;
	width: 70px;
	height: 90px;
	padding: 10px;
}

.icon-tag .header {
	max-width: 80%;
}

@media (max-width: 1200px) {
	.icon-tag:before {
		right: 90px;
	}
	
	.icon-tag:after {
		background-color: var(--umkc-yellow);
		color: var(--umkc-dark-blue);
		content: "\f19c";
		font-family: "Font Awesome 5 Pro";
		font-size: 3rem;
		position: absolute;
		top: -8px;
		right: 20px;
		width: 70px;
		height: 90px;
		padding: 10px;
	}
}

/*******************************************
:--- Additional Content Section ---:
*******************************************/
section.additional-section {
	padding: 0;
}

.additional-section-graphic .callout {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.additional-section-graphic .callout .txt-large {
	font-size: 5rem;
}

.additional-section-graphic .callout .txt-medium {
	font-size: 1.75rem;
}

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

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

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

@media (min-width: 2200px) {
	.additional-section-graphic .img-box img {
		width: 100%;
		height: auto;
	}

	.additional-section-graphic .img-box img.h-expand {
		width: auto;
		height: 100%;
	}
}

@media (min-width: 1440px) {
	.additional-section-content {
		margin: 0 0 0 auto;
		max-width: 690px;
		padding: 5rem 5rem 5rem 0;
	}

	.flex-row-reverse .additional-section-content {
		margin: 0 auto 0 0;
		padding: 5rem 0 5rem 5rem;
	}

	.additional-section-graphic .callout > * {
		margin: 0 auto 0 0;
		max-width: 690px;
		padding: 0 0 0 5rem;
		width: 100%;
	}

	.flex-row-reverse .additional-section-graphic .callout > * {
		margin: 0 0 0 auto;
		padding: 0 5rem 0 0;
	}
}

@media (max-width: 1440px) {
	.additional-section-content {
		margin: 0 0 0 auto;
		max-width: 645px;
		padding: 5rem 5rem 5rem 0;
	}

	.flex-row-reverse .additional-section-content {
		margin: 0 auto 0 0;
		padding: 5rem 0 5rem 5rem;
	}
	
	.additional-section-graphic .callout {
		padding: 5rem;
	}
	
	.additional-section-graphic .callout > * {
		padding: 0;
	}
}

@media (max-width: 1400px) {
	.additional-section-content {
		max-width: 560px;
	}
}

@media (max-width: 1200px) {
	.additional-section-content {
		max-width: 470px;
	}
}

@media (max-width: 992px) {
	.additional-section-content,
	.flex-row-reverse .additional-section-content {
		max-width: 696px;
		margin: 0 auto;
		padding: 5rem 0;
	}

	.additional-section-graphic .callout {
		padding: 5rem 0;
	}

	.additional-section-graphic .callout > *,
	.flex-row-reverse .additional-section-graphic .callout > * {
		margin: 0 auto;
		max-width: 696px;
		padding: 0;
		width: 100%;
	}

	.additional-section-graphic .img-box {
		min-height: 250px;
	}

	.additional-section-graphic .img-box img {
		width: 100%;
		height: auto;
		top: 0% !important;
		transform: translate(-50%, -5%) !important;
	}
}

@media (max-width: 767px) {
	.additional-section-content,
	.flex-row-reverse .additional-section-content {
		max-width: 516px;
		padding: 3rem 12px;
	}

	.additional-section-graphic .callout {
		padding: 3rem 12px;
	}

	.additional-section-graphic .callout > *,
	.flex-row-reverse .additional-section-graphic .callout > * {
		max-width: 516px;
		padding: 0;
	}

	.additional-section-graphic .img-box img {
		top: 50% !important;
		transform: translate(-50%, -50%) !important;
	}
}

@media (max-width: 500px) {
	.additional-section-graphic .img-box img {
		width: auto;
		height: 100%;
	}
}

/*******************************************
:--- Testimonial Section ---:
*******************************************/

blockquote .testimonial-quote,
.callout .testimonial-quote {
	font-size: 1.625rem;
	font-family: var(--roboto-slab);
	font-weight: 300;
	margin-bottom: 1.5rem !important;
}

blockquote .testimonial-source,
.callout .testimonial-source {
	font-family: var(--roboto-condensed);
	font-size: 1.125rem;
	margin-bottom: 0;
}

blockquote .testimonial-quote:before,
.callout .testimonial-quote:before,
blockquote .testimonial-quote:after,
.callout .testimonial-quote:after {
	/*color: var(--umkc-yellow);*/
	display: block;
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	opacity: .25;
}

blockquote .testimonial-quote:before,
.callout .testimonial-quote:before {
	content: "\f10d";
	margin-bottom: 10px;
}

blockquote .testimonial-quote:after,
.callout .testimonial-quote:after {
	content: "\f10e";
	margin-top: 10px;
}

@media (max-width: 767px) {
	blockquote .testimonial-quote,
	.callout .testimonial-quote {
		font-size: 1.5rem;
	}
}

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

section {
	padding: 4rem 0;
}

section div {
	z-index: 2;
}

section .intro {
	font-size: 1.25rem;
	font-family: var(--roboto-slab);
}

#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;
}

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

	section .intro {
		font-size: 1.125rem;
	}
}

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

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

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

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

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

footer.page-footer hr {
	margin: 2rem 0 !important;
}

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

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

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

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

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

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

	.footer-logo {
		margin: 0 auto 1.5rem;
	}
}
 
@media (max-width: 767px) {
	
}

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

@media (max-width: 480px) { 

}

@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;
}
