
	.external-link:after {
		content: "\f35d";
		font-family: 'Font Awesome 5 Pro';
		font-weight: normal !important;
		margin-left: 3px;
		font-size: .8rem;
	}

	.sw--focusbox {
		background: #eee;
		padding: 30px 60px 30px 60px;
		margin-top: 2em;
		text-align: center;
	}



	.twoCol-list {
		column-count: 2;
		box-sizing: border-box;
		column-gap: 3em;
		padding-bottom: 1em;
	}

	.grayList {
		background: #eee;
		padding: 2em;
		margin: 1.5em 0px;
	}

	.DCHomepage .c-news-feed-03__heading {
		font-size: 1.1em !important;
	}

	/***********Student Testimonials****/
	.quoteBox {
		background-color: #1e6b52;
		border: 3px solid #80bc00;
		padding: 15px;
		box-sizing: border-box;
		color: #ffffff !important;
		width: 96%;
		height: auto;
		margin: 1em auto;
	}

	.quoteBox p {
		color: #ffffff !important;
		font-size: 1.25em;
		line-height: 1.25;
		padding: 7px;
	}

	.quoteBox--left-quote {
		font-size: 1.3em;
		color: #458B31;
		padding: 0 10px 0 0
	}

	.quoteBox--right-quote {
		padding: 0 10px;
		color: #458B31;
		font-size: 1.3em;
	}

	.quoteBox--title {
		display: inline-block;
		margin: auto;
		font-size: 1em;
		font-weight: 700;
		font-style: italic;
		padding: 5px 5px 5px 5px;
		color: #0E1F1F !important;
		background-color: #80bc00;
		text-align: center;
		min-width: 96%;
	}

	/******Mission & Vision Statements*****/
	.mission-block {
		background: #1e6b52;
		padding: 2em;
		display: flex;
		flex-direction: row;
	}

	.mission-block div {
		width: 50%;
		text-align: center;
		padding: 0 20px;
	}

	.mission-block div.rightCol {
		border-left: 2px solid;
		border-image: linear-gradient(to bottom, #88C408, #1E6B52) 1 100%;
	}



	/*************Undergrad Request More Info Form***************/
	.undergrad-form .wFormContainer {
		max-width: 100% !important;
	}

	.undergrad-form,
	.grad-form {
		background: #fafafa;
		padding: 20px;
		border: 1px solid #1e6b52;
		margin-top: 3em;
	}

	.undergrad-form h2,
	.grad-form h2 {
		padding-left: 1.6em;
	}

	/*************Media queries********************************/
	@media only screen and (max-width: 665px) {
		.twoCol-list {
			column-count: 1;
		}
	}

	@media (max-width: 900px) {
		#downright #rightsidebar {
			margin: 2em 0 0 0 !important;
		}
	}

	@media only screen and (max-width: 986px) {
		.image--mobile-full-width {
			width: 100% !important;
			float: none !important;
			margin: .5em 0 !important;
		}

		.mission-block div.rightCol {
			border-left: none;
		}

		.mission-block {
			flex-direction: column;
		}

		.mission-block div {
			width: 100%;
			padding: 0;
		}
	}

	@media only screen and (max-width: 1024px) {
		#downright .moduletable h3 {
			font-size: 1.8em;
		}
	}
