/* Main Page Styles */
.section-header {
    border-bottom: 1px solid #d5d0c0;
    display: block;
    margin: 10px 0 15px;
}
.section-header h2, .section-header h3, .section-header h4 {
    display: inline-block;
    font-weight: 300;
    color: #5f574f;
    margin: 0 0 -2px;
    padding-right: 10px;
}

.primary-feature-well {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
    background-color: #d5d0c0;
    border: 2px solid #fbfbf9;
}
.primary-feature-well div.primary-feature-image {
    padding-left: 0px;
    padding-right: 0px;
}
a.primary-feature-link, a.primary-feature-link:hover {
    text-decoration: none;
    color: inherit;
}
a.primary-feature-link h3 {
    color: #3f3c30;
}
a.primary-feature-link:hover h3 {
    color: #8c1515;
    text-decoration: underline;
}
.primary-feature-well img {
    width: 100%;
}

.primary-feature-text {
    padding: 5px 10px;
}

.primary-feature-text h3 {
    font-size: 1.9em;
    font-weight: 400;
    margin-top: 10px;
    padding: 0;
    line-height: 1.2em;
    letter-spacing: 0;
}

.primary-feature-text div.dateline {
    text-transform: uppercase;
    font-size: 11px;
    color: #8c1515;
}

.secondary-feature-well {
    padding: 0 20px;
    margin-bottom: 20px;
}
.secondary-feature-well a {
    text-decoration: none;
}
.secondary-feature-well a h3 {
    color: #3f3c30;
}
.secondary-feature-well a:hover h3 {
    text-decoration: underline;
    color: #8c1515;
}

.secondary-feature-well div.secondary-feature-text {
    padding-top: 5px;
}
.secondary-feature-well h3 {
    padding-top: 10px;
    font-size: 1.15em;
    font-weight: 600;
}

.secondary-feature-well div.dateline {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 11px;
    color: #8c1515;
}

.secondary-feature-image img {
    width: 100%; 
}
.postcard-text {
    font-size: .9em;
}

.btn-three {
    background-color: #5F574F;
}

.btn-three:active, .btn-three:focus, .btn-three:hover {
    background-color: #928B81;
    border-color: #928B81;
}

#more-news .postcard-image img {
    width: 125px;
    height: 83px;
}

#more-news div.dateline {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 11px;
    color: #8c1515;
}

#more-news h3 {
}

#more-news h3, #video-well h3 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}


#more-news a.noborder, #video-well a.noborder {
    color: #3f3c30;
    text-decoration: none;
}

#more-news a.noborder:hover h3, #video-well a.noborder:hover h3 {
    text-decoration: underline;
    color: #8c1515;
}

#facultystaff li {
    list-style-type: none; 
    padding: 0 0 10px 0;
}

#facultystaff h3 {
    display: inline; 
    padding: 5px 0 0 0;
    font-size: 16px;
    font-weight: 600;
}
#facultystaff li::before {
    content: '\F105';
    font-family: "FontAwesome";
    font-size: 13px;
    margin: 0 10px 0 -15px;
}

#video-well h3 {
    padding-top: 5px;
}

.video-item {
    position: relative;
}
.video-item img {
width: 100%;
}

.video-play {
    position: absolute;
    top: 40%;
    left: 45%;
}
.video-play i {
    color: #e3dfd5;
    text-shadow: 1px 1px 10px #666;
}

#in-the-news h3 {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0 0 0;
    margin-bottom: 20px;
    margin-top: 0;
}
#in-the-news div.dateline {
    color: #8c1515;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: -5px;
}

#in-the-news h3 a {
    color: #3f3c30;
}

#in-the-news h3 a:hover {
    text-decoration: underline;
    color: #8c1515;
}

@media (min-width: 768px) {
    .primary-feature-text {
	padding: 10px 10px 0 10px;
    }
}

@media (max-width: 1199px) {
.primary-feature-well h3 {
    font-size: 1.5em;

}

@media (max-width: 1199px) and (min-width: 992px){
    #more-news h3 {
	font-size: 14px;
	padding: 3px 0 0 0;
    }
}

@media (max-width: 991px) {
    #video-well div.col-md-3 {
	margin-bottom: 20px;
    }
    .video-play i {
	font-size: 4em;
    }
}

@media (max-width: 767px) {
    .postcard-left > div, .postcard-right > div {
	display: table-cell;
	position: relative;
    }
}

@media print {

}
