

	h2.section-title {
		text-align: center;
		color: #1E6B52;
		border-bottom: 1px solid #1E6B52;
		margin-bottom: 0.5em;
	}

	@media all and (max-width: 767px) {
		div.no-sidebar {
			padding-left: 5% !important;
			padding-right: 5% !important;
		}
	}

	/*Homepage Banner*/
	.home-header {
		background-position: 50% 18%;
		background-size: cover;
		background-repeat: no-repeat;
		height: 300px;
	}


	/*Makes inline images full-width on mobile*/
	@media (max-width: 767px) {
		.image--mobile-full-width {
			width: 100% !important;
			float: none !important;
			margin: 0.5em 0 !important;
		}
	}

	/*Grid Boxes*/
	.link-grid .uk-panel-box h2 {
		margin-top: 0.5em;
	}

	.link-grid .uk-button {
		border: 1px solid rgba(30, 107, 82, 0.5);
		font-weight: 500 !important;
		display: inline-block;
		border-radius: 2px;
		text-decoration: none;
		transition: all 0.3s;
		background-color: #1e6b52;
		color: #fff !important;
		line-height: 150%;
		-webkit-transition: all 0.3s;
		margin-bottom: 20px;
	}

	.link-grid .uk-button:hover {
		color: #1e6b52 !important;
		border: 1px solid rgba(30, 107, 82, 0.5);
		transition: all 0.3s;
		background-color: #fff;
		text-decoration: none;
	}







	/*------HOME------*/
	.home-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.main-home-content {
		flex: 4 1 450px;
		padding: 0px 3%;
	}

	.main-home-content h1 {
		margin: 2px 0px 10px 0px;
		padding-bottom: 5px;
		border-bottom: 1px solid #eee;
	}



	/*------HOME - Upcoming Dates------*/
	.home-events {
		flex: 1 1 240px;
		padding: 1em 3% 0px;
	}

	@media all and (min-width: 827px) {
		.home-events {
			border-left: 1px solid #d3d3d3;
		}
	}

	.event-container {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 15px;
		justify-content: space-between;
		align-items: center;
	}

	.home-events h2 {
		margin: 5px 0px 10px 0px;
		padding-bottom: 5px;

	}

	.date-container {
		flex: 1 1 60px;
		max-width: 60px;
		text-align: center;
		border: 1px solid #ccc;
		min-height: 50px;
	}

	.event-month {
		text-transform: uppercase;
		background-color: #1e6b52;
		border-bottom: 2px solid #80bc00;
		color: #fff;
		font-family: "kulturista-web", "proxima-nova", sans-serif !important;
		padding-bottom: 1px;
		padding-top: 2px;
	}

	.event-day {
		font-size: 1.5em;
		padding: 2px 0;
		background-color: #efefef;
		box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
		color: #555;
		font-weight: 600;
	}

	.event-title {
		flex: 3 1 140px;
		margin-left: 15px;
	}

	/*------DATA LIBRARY------*/
	.data-library .uk-panel {
		background-color: #1E6B52;
	}

	.data-library .uk-panel-title a {
		color: #fff !important;
	}

	.data-library h3.uk-panel-title {
		text-align: center;
		margin-bottom: 20px !important;
	}


	/*------COMMON DATA SET------*/
	.common-data-set .button-grid--wrapper {
		grid-auto-rows: minmax(60px, auto);
	}


	/*------FACTS & FIGURES------*/
	.facts-figures .button-grid--wrapper {
		grid-auto-rows: minmax(60px, auto);
	}

	.facts-figs-link img:hover {
		box-shadow: 0 10px 0 -6px #80bc00;
		transform: scale(1.02);
		transition: all ease .5s;
	}


	/*------ACCREDITATION & ASSESSMENT LANDING PAGE------*/
	.accreditation-assessment-buttons {
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
		grid-auto-rows: minmax(90px, auto);
	}


	/*------DATA CHARTS------*/
	/*Chart Header*/
	.data-chart-title {
		background-color: #f5f5f5;
		padding: 30px 30px 30px 130px;
		margin-left: 30px;
	}

	.data-chart-title p {
		margin-bottom: 0px;
		margin-top: 0px;
		text-transform: uppercase;
		font-weight: bold;
		color: #1E6B52;
	}

	.data-chart-title h2 {
		margin-bottom: 0px;
		margin-top: 0px;
		color: #1E6B52;
	}

	.data-chart-year {
		background-color: #1E6B52;
		display: inline-block;
		padding: 5px 20px;
		margin-top: -90px !important;
		float: left;
	}

	.data-chart-year p {
		margin-top: 0px;
		margin-bottom: 0px;
		font-size: 2rem;
		color: #fff;
	}

	/*Data Tables*/
	.data-table {
		border: 1px solid #1E6B52;
		width: 85%;
		margin: 2em auto;

	}

	.data-table thead {
		background-color: #1E6B52;
		color: #fff;
		text-align: left;
	}

	.data-table tr {
		border-bottom: 1px solid #1E6B52;
	}

	.data-table td,
	.data-table th {
		padding: 8px;
	}

	.data-table .total-row {
		background-color: #f4f8ee;
	}

	/*------DATA LIBRARY: Infograph sections-------*/
	.infograph-heading {
		background-color: #1E6B52;
		border: 1px solid #1E6B52;
		text-align: center;
		padding: 10px 30px;
		margin: 30px auto 0px;
		width: 70%;
		color: #fff;
		box-sizing: border-box;
	}

	.infograph-heading sup {
		font-weight: normal;
	}

	.infograph {
		border: 1px solid #1E6B52;
		margin: 0px auto 30px;
		width: 70%;
		box-sizing: border-box;
	}

	.infograph>div:first-child {
		display: flex;
		flex-wrap: wrap;
	}

	.infograph-light-green-bg {
		background-color: #f4f8ee;
		flex: 1 1 300px;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.infograph-light-green-bg h4 {
		text-align: center;
		font-size: 16px;
		font-weight: normal !important;
	}

	.infograph-light-green-bg p {
		font-size: 1.6rem;
		line-height: 1.4rem;
		color: #1E6B52;
		font-weight: bold;
	}

	.infograph-white-bg {
		flex: 1 1 300px;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.infograph-white-bg h4 {
		text-align: center;
		font-size: 16px;
		font-weight: normal !important;
	}

	.infograph-white-bg p {
		font-size: 1.6rem;
		line-height: 1.4rem;
		color: #1E6B52;
		font-weight: bold;
	}

	.infograph-footer {
		background-color: #555;
		text-align: center;
		width: 100%;
		display: block;
		padding: 5px;
		box-sizing: border-box;
	}

	.infograph-footer p {
		font-size: 1.6rem;
		line-height: 1.4rem;
		font-weight: bold;
		color: #fff !important;
		margin: 0px auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.infograph-footer span {
		text-transform: uppercase;
		color: #ffff;
	}

	@media all and (max-width:768px) {
		.infograph {
			width: 100%;
		}

		.infograph-heading {
			width: 100%;
		}
	}

	/*------STUDENT-DATA: HEADCOUNT ENROLLMENT------*/

	/*Headcount Enrollment by Degrees Boxes*/
	.headcount-by-degree h3 {
		text-align: center;
		font-size: 16px;
		text-transform: uppercase;
		min-height: 57px;
	}

	.headcount-by-degree p {
		text-align: center;
	}

	.headcount-by-degree .increase {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.headcount-by-degree .increase p {
		margin-bottom: 0px;
		margin-top: 0px;
		color: #1E6B52;
	}

	.headcount-by-degree .increase p:first-child {
		font-weight: bold;
		font-size: 1.5rem;
		line-height: 1.4rem;
	}

	.headcount-by-degree .bar-graph-container {
		position: relative;
		width: 100%;
	}

	.headcount-by-degree .bar-graph {
		display: flex;
		flex-wrap;
		justify-content: space-between;
		align-items: flex-end;
		position: absolute;
		width: 100%;
		bottom: 5px;
	}

	.headcount-by-degree .bar-graph p {
		flex: 1 1 200px;
	}

	.headcount-by-degree .bar-graph .previous-year {
		background-color: #Ffd400;
		margin-left: 5px;
		margin-right: 5px;
	}

	.headcount-by-degree .bar-graph .previous-year span {
		font-size: 1.5rem;
		font-weight: bold;
	}

	.headcount-by-degree .bar-graph .current-year {
		background-color: #1E6B52;
		color: #fff;
		margin-left: 5px;
		margin-right: 5px;
	}

	.headcount-by-degree .bar-graph .current-year span {
		font-size: 1.5rem;
		font-weight: bold;
		color: #fff;
	}


	/*------STUDENT-DATA: CREDIT HOUR PRODUCTION------*/
	.stacked-bar-graph {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
		width: 80%;
		margin: 0 auto;
	}

	.stacked-bar {
		flex: 1 1 100px;
		max-width: 150px;
		padding: 10px 5px;
	}

	.first-layer p,
	.second-layer p,
	.third-layer p {
		font-weight: bold;
		text-align: center;
		font-size: 1.3rem;
	}

	.first-layer {
		background-color: #80bc00;
		padding: 5px;
	}

	.second-layer {
		background-color: #1E6B52;
		padding: 5px;
	}

	.second-layer p {
		color: #fff;
	}

	.third-layer {
		background-color: #Ffd400;
		padding: 5px;
	}


	.stacked-bar-year {
		text-align: center;
		font-weight: bold;
	}

	.stacked-bar-key {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
		padding: 5px;
	}

	.stacked-bar-key p {
		flex: 1 1 100px;
		text-align: center;
	}

	.first-layer-key {
        background-color: #80bc00;
        border-radius: 100px;
        padding: 2px 12px;
        border: 1px solid #333;
	margin-right: 5px;
    }

    .second-layer-key {
        background-color: #1E6B52;
        border-radius: 100px;
        padding: 2px 12px;
        border: 1px solid #333;
	margin-right: 5px;
    }

    .third-layer-key {
        background-color: #FFD400;
        border-radius: 100px;
        padding: 2px 12px;
        border: 1px solid #333;
	margin-right: 5px;
    }

	/*------STUDENT-DATA: ENROLLMENT BY SOURCE------*/
	/*Five-Year Enrollment*/

	.by-source-five-years h3 {
		text-align: center;
		font-size: 16px;
		text-transform: uppercase;
	}

	.by-source-five-years p {
		text-align: center;
	}

	.by-source-five-years .bar-graph-container {
		position: relative;
		width: 100%;
	}

	.by-source-five-years .bar-graph {
		display: flex;
		flex-wrap;
		justify-content: space-between;
		align-items: flex-end;
		position: absolute;
		width: 100%;
	}

	.by-source-five-years .bar-graph p {
		flex: 1 1 200px;
	}

	.by-source-five-years .bar-graph .source-al {
		background-color: #1E6B52;
		color: #fff;
		margin-left: 5px;
		margin-right: 5px;
	}

	.by-source-five-years .bar-graph .source-al span {
		font-size: 1.3rem;
		font-weight: bold;
		color: #fff;
	}

	.by-source-five-years .bar-graph .source-state {
		background-color: #80bc00;
		margin-left: 5px;
		margin-right: 5px;
	}

	.by-source-five-years .bar-graph .source-state span {
		font-size: 1.3rem;
		font-weight: bold;
	}

	.by-source-five-years .bar-graph .source-country {
		background-color: #ffd400;
		margin-left: 5px;
		margin-right: 5px;
	}

	.by-source-five-years .bar-graph .source-country span {
		font-size: 1.3rem;
		font-weight: bold;
	}

	.by-source-five-years p.enrollment-total {
		color: #1E6B52;
		padding: 10px;
	}

	.by-source-five-years .enrollment-total span {
		color: #1E6B52;
		font-weight: bold;
		font-size: 1.5rem;
		line-height: 1.4rem;
	}

	.enrollment-bar-key {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
		padding: 10px;
	}

	.enrollment-bar-key p {
		flex: 1 1 100px;
		text-align: center;
	}

	.al-key {
		background-color: #1E6B52;
		border-radius: 100px;
		padding: 2px 10px;
		border: 1px solid #333;
	}

	.state-key {
		background-color: #80bc00;
		border-radius: 100px;
		padding: 2px 10px;
		border: 1px solid #333;
	}


	.country-key {
		background-color: #FFD400;
		border-radius: 100px;
		padding: 2px 10px;
		border: 1px solid #333;
	}


	/*------STUDENT-DATA: ONLINE ENROLLMENT------*/
	.online-enroll-percent {
		display: flex;
		flex-wrap: wrap;
		margin: 30px auto 0px;
		width: 70%;
		border: 1px solid #1E6B52;
		text-align: center;
	}

	.online-enroll-one-class {
		flex: 1 1 200px;
		padding: 15px 30px;
		box-sizing: border-box;
	}

	.online-enroll-only {
		background-color: #f4f8ee;
		flex: 1 1 200px;
		padding: 15px 30px;
		box-sizing: border-box;
	}

	.online-enroll-percent span {
		color: #1E6B52;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.4rem;
	}

	/*------DATA LIBRARY - EMPLOYEE DATA------*/
	.overflow-table {
		overflow-x: scroll;
	}

	.employee-data-table td {
		padding: 5px;
		border: 1px solid #1E6B52;
		text-align: center;
	}

	.work-force-by-eeo {
		position: relative;
		width: 100%;
		height: 55vh;
	}

	.enrollment-by-race {
		height: 55vh;
	}

	@media all and (max-width: 768px) {
		.enrollment-by-race {
			position: relative;
			width: 100%;
			height: 38vh;
		}
	}

	.retention-line-chart {
		position: relative;
		width: 100%;
		height: 55vh;
	}

	@media all and (min-width: 860px) {
		.overflow-table-instructions {
			display: none;
		}
	}

	.overflow-table-instructions {
		text-align: center;
		margin-bottom: 1em;
	}

/*Form - Choose Date Calendar*/
.yui-calendar td.calcell.oom {
    color: #666;
}