 h1, h2, h3, .feed-title, h4, h5, h6, .h1-hero, .h1, .h2, .h3, .h4, .faculty__listing__name, .h5, .h6 {
	 color: #2f2f2f;
	 font-family: "merriweather", serif;
}
 .subtitle {
	 font-size: 1.375rem;
	 font-weight: 500;
	 line-height: 1.7333;
	 font-family: "merriweather", serif;
} 
.image__heading {
	 color: #fff;
}
 .image__heading--link {
	 font-weight: 400;
}
 @media (max-width: 1024px) {
	 .image-slider .image__heading--link {
		 color: #003478;
	}
}
 .image:hover .image__heading--link {
	 text-decoration: underline;
}

h3, .feed-title, .h3 {
    line-height: 1.25;
}

.button--teal{
    border-color:transparent;
    background:#0b7886;
    color:#fff
    
}