#body-school-landing-page .year_selector {
	margin-bottom: 20px;
}
#body-school-landing-page .year_selector label {
	cursor: pointer;
	color: #03989E;
	font-size: 17px;
	font-weight: 600;
	margin-left: 10px;
	margin-right: 10px;
}
#body-school-landing-page .year_selector input[type="radio"] {
	width: 25px;
	height: 20px;
	position: relative;
	top: 2px;
	margin-right: 7px;
}
#body-school-landing-page .student_type_id_select {
	text-align: center;
}
#body-school-landing-page #studtype_not_found {
	margin: 50px auto;
	text-align: center;
}
#sp-main-body .pdf-assets {
	flex-wrap: wrap;
}
.landing-pg #sch_yr_select h3 {
  color: #fff;
}
#sp-main-body .pdf-assets > h3 {
	background-color: #253762;
	color: #fff;
	display: block;
	padding: 6px;
	text-transform: none;
	width: 100%;
}

#sp-main-body .pdf-assets > .pdf_link {
	flex-shrink: 0;
}
#sp-main-body .plan_display > .pdf-assets > .pdf_link {
	display: block !important; /* REMOVE? */
	width: 100%;
}

#sp-main-body .pdf_link {
	line-height: 18px;
}
#sp-main-body .logo_parent.pdf_link {
	padding: 1px;
	text-align: center;
}
/* Custom Schoolo Logo Adjustments */
.school-id-56 .school-logo {
	background-color: rgba(0,0,0,0.7);
	padding: 2px;
}
.school-id-24 .school-logo {
	background-color: #444;
	border: 1px inset #000;
	padding: 0 15px;
}
.school-id-26 .school-logo {
	border: 1px inset rgba(0,0,0,0.8);
}
.school-id-69 .logo_parent {
	display: none;
}
.school-id-31 .school-logo {
	background-color: #fff;
	border: 1px inset rgba(0,0,0,0.8);
	padding: 3px 8px;
}
.school-id-4013 .school-logo {
	background-color: #444;
	border: 1px inset #fff;
}
/* FIU ELI: Term differentiations and logo */
.school-id-130 .school-logo {
/* Give the logo a darker background so its white lettering is more visible. */
	background-color: rgba(0,0,0,0.2);
	padding: 3px;
	border: 1px solid rgba(0,0,0,0.1);
}
.logo_parent.pdf_link > .school-logo {
	display: table;
	margin: 10px auto;
	width: auto;
}
#plans_display #btn_sso_login_parent a {
	color: #fff;
}


/* School Login Page */
body.school_login .mod-login__password.form-group {
	/* Initially hide password input */
	display: none;
}
body.school_login .mod-login__password.form-group.show_pw {
	display: block;
}
#set_password_modal .modal-content {
	border-radius: 8px;
}
#set_password_modal .modal-header {
	background-color: var(--e-global-color-quinary);
	color: #fff;
}
#set_password_modal .modal-header .close {
	background-color: white;
	color: #983939;
	font-size: 18px;
	height: 22px;
	margin: -14px -14px 14px 20px;
	opacity: 0.75;
	padding: 2px;
	width: 40px;
}
#set_password_modal .modal-header .modal-title {
	color: #fff;
	text-align: center;
}
.set_password_submit .control-label {
	margin-bottom: 0;
	padding: 5px 20px 5px 0;
	text-align: center;
}
#set_password_modal .set_password_submit .btn.btn-primary {
	height: 40px;
}
#set_password_modal .set_password_submit table {
	margin: 20px auto;
}
#set_password_modal .set_password_submit input[type="text"],
#set_password_modal .set_password_submit input[type="password"] {
	border: 1px inset var(--e-global-color-quinary);
	height: 34px;
	text-align: center;
}
#sp-main-body #sp-component form[id*="login-form"] .input-group > input {
	border-radius: 8px;
}


/* School Landing Page */
#sp-main-body #student-type-form {
	margin-top: 70px;
	text-align: center;
}
.student_type_selection {
	min-height: 150px; /* make room for date of birth input */
	position: relative;
}
#school-landing-page-top h5 {
	margin: 20px auto -20px;
	text-align: center;
}
#body-school-landing-page .page_blurb_bottom p {
	text-align: center;
}

/* PDF Links */
#school-landing-page-top > .logo_parent.pdf_link {
	margin-bottom: 30px;
}
.scoool_landing_pg .pdf_link {
	background-image: none;
	box-shadow: none;
}
.scoool_landing_pg .pdf_link > .coming_soon span::before {
	content: " — ";
}
.pdf_link {
	line-height: 22px;
}
.pdf_link > a,
.scoool_landing_pg .pdf_link > .coming_soon {
	display: block;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 2px;
}
.scoool_landing_pg .pdf_link > .coming_soon  {
	color: #253762;
	font-style: italic;
	font-weight: normal;
}

.scoool_landing_pg .date-of-birth-parent {
	top: 44px;
	position: absolute;
	width: 100%;
}
.scoool_landing_pg .date-of-birth-parent label {
	color: #151515;
	display: block;
	font-size: 14px;
}
