* {
  	scroll-behavior: smooth;
}
#pills-home-tab > span {
	font-size: 0.8rem;	
}

.alert {
	margin: 1.0rem auto 1.75rem auto;
	max-width: 500px;
    border: 1px solid #981e32;
    border-radius: 0;
	background-color: #eee;
}

.alert > p {
		color: #981e32 !important;
}

.nav-pills > li:last-child > button {
	border-right: 1px solid #981e32;
}

.nav-pills > li > button {
	font-weight: bold;
}

.nav-pills .nav-link.active {
	background-color: #981e32;
}

.nav-pills .nav-link {
	border-radius: 0px !important;
	height: 64px;
	border-top: 1px solid #981e32;
	border-bottom: 1px solid #981e32;
	border-left: 1px solid #981e32;
	color: #981e32;
}

.nav-pills {
	justify-content: center;
}

.plan-wrapper {
	margin: 0 auto;
	max-width: 798px;
}

.plan-wrapper > :first-child {
/* 	background-color: #981E32; */
	padding-top: 3px;
	padding-bottom: 1px;
}

.plan-wrapper > div {
	padding-left: 3.5rem;
	margin: 1.25rem 0;
}

.plan-heading {
	font-size: 1.05rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.45rem;
}

.plan-heading:before {
	position: absolute;
	content: url(/stepstosuccess/assets/images/icons/plan.png);
	transform: scale(0.21);
	margin-left: -136px;
	margin-top: -85px;	
}

.steps-icon {
	margin: auto;
	display: flex;
	height: 175px;
	width: 80%;
}

.steps-icon > img {
	margin: auto;
	max-height: 100%;
	max-width: 100%;
}

.students-heading-top {
	font-family: "Open Sans";
}

.students-heading {
	font-family: "Quicksand";
	font-weight: bold;
	font-size: 1.2em;
	text-shadow: 1px 1px black;
}

.previous-icon, .international-icon, .firsttime-icon, .returning-icon, .highschool-icon, .community-icon, .oneortwo-icon, .esl-icon {
	margin: 27px auto !important;
}
			
.students-flex-container {
  	display: flex;
  	justify-content: center;
  	flex-flow: row wrap;
  	width: 80%;
	margin: 15px auto;
}

.students-flex-container > div {
  	width: 255px;
  	margin: 15px;
  	text-align: center;
}

.students-flex-container > div > a {
	background-color: #a41d35;
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none !important;
	padding: 15px;
	transition: background-color 1s ease-out;
}
			
.students-flex-container > div > a > p {
	color: #fff;			
}

.students-flex-container > div > a > img {
	max-width: 200px;
	margin: 0 auto;
}

.students-flex-container > div > a:hover {
	/*background-color: #231f20;*/
	transition: background-color 1s ease-out;
	background-color: rgba(35, 31, 32, 1.0);
}

.welcome-center > a {
	background-color: #000 !important;
}

.welcome-center > a:hover {
	transition: background-color 1s ease-out !important;
	background-color: rgba(92, 92, 92, 1.0) !important;
}

.apply > h2 > button:before {
	position: absolute;
	content: url(/stepstosuccess/assets/images/icons/apply-icon.png);
	transform: scale(0.21);
	margin-left: -136px;
	margin-bottom: 0;	
}

.orientation > h2 > button:before {
	position: absolute;
	content: url(/stepstosuccess/assets/images/icons/orientation.png);
	transform: scale(0.21);
	margin-left: -136px;
	margin-bottom: 0;	
}

.financialaid > h2 > button:before {
	position: absolute;
	content: url(/stepstosuccess/assets/images/icons/financialaid.png);
	transform: scale(0.21);
	margin-left: -136px;
	margin-bottom: 0;	
}

.assessment > h2 > button:before {
	position: absolute;
	content: url(/stepstosuccess/assets/images/icons/assessment.png);
	transform: scale(0.21);
	margin-left: -136px;
	margin-bottom: 0;	
}

.plan > h2 > button:before {
	position: absolute;
	content: url(/stepstosuccess/assets/images/icons/plan.png);
	transform: scale(0.21);
	margin-left: -136px;
	margin-bottom: 0;	
}

.payfees > h2 > button:before {
	position: absolute;
	content: url(/stepstosuccess/assets/images/icons/payfees.png);
	transform: scale(0.21);
	margin-left: -136px;
	margin-bottom: 0;	
}

.light > h2 > button:before {
	position: absolute;
	content: url(/stepstosuccess/assets/images/icons/light-icon.png);
	transform: scale(0.21);
	margin-left: -136px;
	margin-bottom: 0;	
}

.accordion {
	margin: 0.5rem auto 1.5rem auto;
	max-width: 800px;
}

.accordion-button {
	border-radius: 0 !important;
	/*background-color: #f5f5f5;
    border-color: #ddd;
	color: var(--lpcgray);*/
	color: #fff;
	background-color: var(--lpcred);
	font-weight: bold;
	line-height: 1.45rem;
	padding-left: 3.5rem;
}

.cc-heading {
	background-color: #201118;
	margin-bottom: 15px;
}

.pm-heading {
	background-color: #201118;
	margin-bottom: 15px;
}

.pm-heading p, .cc-heading p {
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	padding: 15px;
}

.pm-heading p:first-child, .cc-heading p:first-child {
	font-size: 1.35em;
}

.pm-heading hr, .cc-heading hr {
	width: 75%;
	margin: 0 auto;
	color: #fff;
}

.lpc-banner-bg {
	background: rgb(168,5,50);
	background: radial-gradient(circle, rgba(168,5,50,1) 0%, rgba(253,29,29,1) 50%, rgba(168,5,50,1) 100%);
}

.steps-login-wrapper {
	max-width: 345px;
	margin: 0 auto;
	border: #ddd solid 3px;
}

.steps-login-header {
	
}

.steps-login-body {
	background-color: #eee;
	padding: 0.5rem;
}

.steps-login-body > ol {
	margin-left: -10px;
}

.steps-login-body > ol > li > ul {
	margin-left: -20px;
}