/* Basic Content */
.content img.half {
	max-width: 50%;
	width: auto;
	height: auto !important;
}

.content img.third {
	max-width: 33%;
	height: auto !important;
	width: auto;
}

.content img.fourth {
	max-width: 25%;
	height: auto !important;
	width: auto;
}

.wide .content .main {
	max-width: 1150px;
}

.wide .content .main {
}

.content img.left {
	margin: 2% 2% 2% 0;
}

.content img.right {
	margin: 2% 0 2% 2%;
}

.content img.no-vert {
	margin-top: 0;
	margin-bottom: 0;
}

.content table {
	max-width: 100%;
}

.content a {
}

.content a.btn, .content h1 a, .content h2 a, .content h3 a, .content h4 a {
	text-decoration: none;
}

.content hr {
	clear: both;
}

.content iframe {
	max-width: 100%;
	border: none;
}

.content .text-l {
	text-align: left;
}

.content .text-r {
	text-align: right;
}

.content .text-c {
	text-align: center;
}

.smalltext {
	font-size: 12px;
}

.show-sched {
	border: solid;
}

.show-sched td {
	border: solid 1px #888D90; /* $primary */
}
/* End Basic Content */

/* Content List */
.content-list h2 {
	line-height: 1;
	margin: .5em 0;
}

.content-list h3 {
	color: #FFFFFF;
	margin: .25em 0;
	padding: .5em 2.75em .6em 1em;
	transition: .25s ease;
	font-weight: normal;
	font-size: 1.25em;
	position: relative;
	background-color: #65686D;
}

.content-list h3.active {
	background-color: #E0601F; /* $secondary */
	color: #FFFFFF;
}

.content-list h3:after, .content-list h3.active:after {
	font-family: 'icomoon-ult';
	font-size: 1em;
	line-height: 1em;
	position: absolute;
	right: 1em;
	top: .75em;
}

.content-list h3:after {
	font-family: 'icomoon-ult';
	content: url(/images/design/Icons/Plus-Icon.png);
}

.content-list h3.active:after {
	font-family: 'icomoon-ult';
	content: url(/images/design/Icons/Minus-Icon.png);
}

.content-list h3:hover {
	cursor: pointer;
	background-color: #E0601F; /* $secondary */
	color: #FFFFFF;
}

.content-list .cl-section {
	padding: 1% 2%;
	background-color: #CECECE;
}

.content-list p {
	margin: 1.5em;
}
/* End Content List */

/* Faculty List */
.faculty-list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding-left: 0 !important;
}

.faculty-list li {
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	width: 100%;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1.2em 1.5em;
	background-color: #f3f3f3;
	margin: 0.8em 0;
}

.faculty-list li .img-holder {
	-webkit-flex: 0 1 20%;
	-ms-flex: 0 1 20%;
	flex: 0 1 20%;
	width: 33%;
}

.faculty-list li .faculty-content {
	-webkit-flex: 0 1 78%;
	-ms-flex: 0 1 78%;
	flex: 0 1 78%;
	width: 66%;
}

.faculty-list li .faculty-content strong {
	display: block;
}

.faculty-list li .faculty-content em {
	display: block;
}

.faculty-list li .faculty-content p {
	margin: 0;
	padding: .5em 0 0 0;
}
/* End Faculty List */

/* Landing Page Content Styles */
.main-landing-content {
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 2.3em;
	margin-bottom: 2.3em;
}

.main-landing-content:last-child {
	border-bottom: none;
}

.main-landing-content ul {
	list-style: none;
	padding-left: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 2em 0;
}

.main-landing-content ul li {
	width: 50%;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-bottom: .8em;
}

.main-landing-content ul li:before {
	content: ' ';
	background-image: url(/images/Landing-Page/content-landing-icon.png);
	width: 1.333em;
	height: 1.333em;
	top: 0;
	left: 0;
	position: relative;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: .4em;
	-webkit-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
}

.main-landing-content .btn.v1 {
	margin: 0 2em 0 auto;
	display: table;
}

.video-btn {
	font-size: 1.8em;
}
/* End Landing Page Content Styles */

/* Columns */
.content .column {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
	overflow: hidden;
}

.content .column.center {
	text-align: center;
}

.content .column img.left, .content .column img.right {
	margin-top: 0;
	margin-bottom: 0;
}

.content .column ul {
	list-style: disc;
}

.content .column ul li {
	list-style: inherit;
}

.content .column > * {
	float: left;
	margin: 0 0 4% 0;
	list-style: none;
}

.content .column.one > * {
	width: 100%;
	margin-bottom: 1%;
}

.content .column.two > * {
	width: 47%;
}

.content .column.two > *:nth-child(2n+1) {
	clear: both;
}

.content .column.three > * {
	width: 33%;
}

.content .column.three > *:nth-child(3n+1) {
	clear: both;
}

.content .column.four > * {
	width: 25%;
}

.content .column.four > *:nth-child(4n+1) {
	clear: both;
}

.no-hashchange .content .column > * {
	margin-bottom: 5%;
}
/* End Columns */

/* Tables */
.content .table {
	display: table;
	table-layout: fixed;
	padding: 0;
	width: 100%;
	list-style: none;
	margin: 1em 0;
}

.content .table.center {
	text-align: center;
}

.content .table > * {
	display: table-row;
}

.no-display-table .content .table > * {
	display: block;
}

.content .table > * > * {
	display: table-cell;
	padding: 1%;
	margin: 0;
	vertical-align: middle;
}

.no-display-table .content .table > * > * {
	float: left;
	width: 48%;
}

.content .table.zebra > *:nth-child(even) {
	background-color: #CECECE; /* $color3 */
}

.content .table.vert-top > * > * {
	vertical-align: top;
}

.content .table.border > * > * {
	border: 1px solid #E0601F; /* $secondary */
}

.content .table.border {
	border: 1px solid #E0601F; /* $secondary */
}

.content .table.border.header-top > *:first-child > * {
	border: 1px solid #CECECE; /* $color3 */
}

.content .table.header-top > *:first-child {
	background-color: #888D90; /* $primary */
	color: #FFFFFF;
}

.content .table.header-side > * > *:first-child {
	background-color: #CECECE; /* $color3 */
	color: #888D90; /* $primary */
}

.content .table.border.header-top > *:first-child > h4 {
	color: #E0601F; /* $secondary */
}

.content .table.border.header-side > * > *:first-child {
	border-color: #E0601F; /* $secondary */
}

.content .table.header-side > * >  h4:first-child {
	color: #E0601F; /* $secondary */
}

.content .table .spacer {
	color: #FFFFFF;
}

.content .table span.spacer {
	display: none;
}

.content .table .table-head {
	background-color: #888D90; /* $primary */
	color: #FFFFFF;
}

.content .table .third {
	float: none;
	width: 33%;
}

.content .table .two-thirds {
	width: 66.6%;
	float: none;
}
/* End Tables */

/* Responsive @ 768px */
@media (max-width:768px) {
	.content .column.three > * {
		width: 100%;
		float: none;
	}

	.content .column.four > * {
		width: 47%;
	}

	.main-landing-content ul li {
		width: 100%;
	}

	.faculty-list li {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.faculty-list li .img-holder {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		width: 100%;
		text-align: center;
	}

	.faculty-list li .faculty-content {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		width: 100%;
		text-align: center;
	}
}
/* End Responsive @ 768px */

/* Responsive @ 480px */
@media (max-width:480px) {
	.content .column.two > * {
		width: 100%;
		float: none;
	}

	.content .column.four > * {
		width: 100%;
		float: none;
	}

	.content .table.no-break > * > * {
		display: table-cell;
	}

	.content .table > *.table-head {
		display: none;
	}

	.content .table > * > *:first-child {
		border-bottom: none;
	}

	.content .table > * > *:last-child {
		border-top: none;
	}

	.content .table .spacer {
		color: inherit;
	}

	.content .table > * > *, .content .table .third, .content .table .two-thirds {
		display: block;
	}

	.content .table.label > * > *:before {
		font-weight: bold;
		display: block;
		content: ' 'attr(data-label)':';
	}

	.video-btn {
		font-size: 1.2em;
	}
}
/* End Responsive @ 480px */

/* Responsive @360px */
@media (max-width: 360px) {
	.video-btn {
		font-size: 1.8em;
	}
}
/* End Responsive @360px */
