* {
  	scroll-behavior: smooth;
}

.panel-group .panel {
	border-radius: 0px !important;
}

.accordion .panel-title a {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-weight: normal !important;
}

.panel-group {
	border: solid 1px #ddd;
}

.panel {
	border: 0px !important;
}

.panel-collapse {
	border-top: solid 1px #ddd;
}

.carousel-caption {
	display: none;
}

.students-flex-container {
  	display: flex;
  	justify-content: center;
  	flex-flow: row wrap;
  	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

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

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

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

.cc-heading {
	/*background-color: #98142A;*/
	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;
}

.apply > div > div > p.panel-title a:before {
	position: absolute;
   	content: url(images/icons/apply-icon.png);
    transform: scale(0.225);
    margin-left: -142px;
    margin-bottom: 0;	
}

.financialaid > div > div > p.panel-title a:before {
	position: absolute;
   	content: url(images/icons/financialaid.png);
    transform: scale(0.225);
    margin-left: -142px;
    margin-bottom: 0;	
}

.orientation > div > div > p.panel-title a:before {
	position: absolute;
   	content: url(images/icons/orientation.png);
    transform: scale(0.225);
    margin-left: -142px;
    margin-bottom: 0;	
}

.assessment > div > div > p.panel-title a:before {
	position: absolute;
   	content: url(images/icons/assessment.png);
    transform: scale(0.225);
    margin-left: -142px;
    margin-bottom: 0;	
}

.plan > div > div > p.panel-title a:before {
	position: absolute;
   	content: url(images/icons/plan.png);
    transform: scale(0.225);
    margin-left: -142px;
    margin-bottom: 0;	
}

.payfees > div > div > p.panel-title a:before {
	position: absolute;
   	content: url(images/icons/payfees.png);
    transform: scale(0.225);
    margin-left: -142px;
    margin-bottom: 0;	
}

.take-class > div > div > p.panel-title a:before {
	position: absolute;
   	content: url(images/icons/take-class.png);
    transform: scale(0.225);
    margin-left: -142px;
    margin-bottom: 0;
}

.esl > div > div > p.panel-title a:before {
	position: absolute;
   	content: url(images/icons/esl.png);
    transform: scale(0.225);
    margin-left: -142px;
    margin-bottom: 0;
}

.additional-resources > div > div > p.panel-title a:before {
	position: absolute;
   	content: url(images/icons/support.png);
    transform: scale(0.225);
    margin-left: -142px;
    margin-bottom: 0;
}

.light > div > div > p.panel-title a:before {
	position: absolute;
   	content: url(images/icons/light-icon.png);
    transform: scale(0.225);
    margin-left: -142px;
    margin-bottom: 0;	
}

.additional-resources .panel-title a, .esl .panel-title a, .take-class .panel-title a, .apply .panel-title a, .financialaid .panel-title a, .orientation .panel-title a, .assessment .panel-title a, .plan .panel-title a, .payfees .panel-title a, .light .panel-title a {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-weight: normal !important;
	margin-left: 25px;
}

.panel-title {
	margin: 15px 0 15px 0;
	font-size: 18px;
}

.fatv-wrapper {
	text-align: center;
	padding: 15px;
}

.fatv-wrapper > div {
	margin-bottom: 15px;
}

.fatv-wrapper > div > p > a {
	font-size: 1.5em;
}

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

.steps-login-wrapper {
	max-width: 350px;
	margin: 0 auto;
}

.steps-login-header {
	
}

.steps-login-body {
	background-color: #ddd;
}

div.steps-login-wrapper > div.steps-login-body ol > li > ul {
	padding-left: 0px !important;
}
