.about .marquee {
	width: 100%;
    background-size: cover;
    background-position: 80% 50%;
    background-color: #0D4DA6;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.about .upper .content-block .content {
	/*padding: 100px 0px;*/
}

	.about .marquee .marquee-copy {
		color: #fff;
		margin: 0px auto;
	    max-width: 650px;
	    position: relative;
	}

	.about .marquee .marquee-copy h1 {
		margin-top: 0px;
		font-size: 40pt;
		font-family: 'Lexia';
	}

	.about .marquee .marquee-copy h2 {
		font-size: 20pt;
		font-family: 'Sofia Pro';
	}

	.about .lower {
		width: 100%;
		height: 110px;
	}

.about .learn-section {
	padding: 50px 0px;
	}

	.about .learn-section .btn-wrapper {
		/*width: 250px;*/
		margin: 0 auto;
		padding: 5% 0px;
	}

	.about .learn-section .btn-wrapper a {
		font-size: 10pt;
	}

	.about .learn-section .learn-content {
		font-size: 15pt;
	}

.about .quote-section {
	color: #fff;
	background-color: #0B3973;
}

.about .quote-section .quote-wrapper {
	padding: 100px 20px 111px;
	font-family: 'Lexia', 'Serif';
	z-index: 10;
	position: relative;
}

.about .quote-section .quote-wrapper .quote {
	position: relative;
	z-index: 1;
	font-style: italic;
	line-height: 1.4;
	font-size: 15pt;
	margin: 0px;
}

.about .quote-section .quote-wrapper .author {
	float: right;
	font-size: 12pt;
	font-style: italic;
	margin-top: 0px;
}

.about .campus-section {
    padding: 0px 0px 50px 0px;
}

	.about .campus-section .upper {
		float: left;
		/*height: 310px;*/
		width: 100%;
		padding-bottom: 20px;
	}

		.about .campus-section .upper .content-block {
			/*height: 310px;*/
		}

	.about .campus-section .lower {
		float: left;
		width: 100%;
	}

@media only screen and (min-width: 769px) {
	.about .marquee .marquee-copy {
		color: #fff;
		margin: 0px auto 35px auto;
	    max-width: 650px;
	    position: relative;
	}

	.about .marquee .marquee-copy h1 {
		margin-top: 20px;
	}

	
}

@media all and (max-width: 991px) {
    .about .learn-section .btn-wrapper {
        text-align: center;
    }
}

@media only screen and (min-width: 481px) {
	.about .learn-section .btn-wrapper a {
		font-size: 15pt;
	}

	/*.about .learn-section .btn-wrapper {
		width: 356px;
	}*/

	.about .quote-section .quote-wrapper {
	padding: 70px 70px 111px;
	}

		.about .quote-section .quote-wrapper .quote {
			font-size: 30pt;
		}

		.about .quote-section .quote-wrapper .author {
			font-size: 22pt;
		}

}
