p {
    font-size: 1.2em;
    line-height: 1.53;
}

.facultytabs {
	border-bottom: none;
}

.facultytabs__href {
	font: bold 20px/44px "PT Sans";
	border: none !important;
	position: relative;
	color: #fc6415;
	text-decoration: none;
}

.facultytabs__href:hover {
	color: #555555;
}

.active .facultytabs__href {
	text-decoration: none;
	background-color: #F4F1ED !important;
	color: #171717 !important;
	border: none !important;
}

.tab .facultytabs__href:before {
	display: block;
	content: '';
	width: 3px;
	height: 24px;
	position: absolute;
	left: -3px;
	top: 8px;
	background-color: #fc6415;
}

.tab:first-child .facultytabs__href:before, .active .facultytabs__href:before,
	.active+.tab .facultytabs__href:before, .tab:hover .facultytabs__href:before,
	.tab:hover+.tab .facultytabs__href:before {
	display: none;
}

.facultytabs__text {
	border-bottom: 2px dotted;
}

.active .facultytabs__text  {
	border-bottom: none;
}

.faculty {
	overflow: unset;
}

.faculty .faculty__name {
	text-align: center;
	font: bold 2.7em/42px 'PT Serif';
	margin-bottom: 35px;
	color: #fc6415;
	/*new style*/
	color: #ffffff;
    background: #aa1e27;
    margin: 0 -35px 30px -35px;
    padding: 30px 35px;
    border-bottom: 6px solid #cda842;
}

.faculty_desc {
	margin-bottom: 1.5em;
}

.faculty__degreeheader {
	margin-bottom: .3em;
    margin-top: 0;
    line-height: 1.5;
}

.faculty__degreename {
	font-weight: 600;
	font-size: 1.1em;
}

.speclist a {
	font: 1.1em/1 'PT Sans';
    text-decoration: none;
    border-bottom: 1px #0071bc solid;
}

.speclist li {
	margin-bottom: .6em !important;
}

.speclist a:hover{
    border-bottom-color: #005580;
}