/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* ------------------------------------------
 			TYPOGRAPHY
--------------------------------------------- */
.headline {
	font-size: 30px;
	line-height: 1.2em;
	color: #196DC8;
	text-align: center;
	margin-bottom: -20px;
}
.sub-headline {
	font-size: 20px;
	line-height: 1.3em;
	text-align: center;
	margin-top: -20px;
}
.body-head {
	font-size: 20px;
	line-height: 1.3em;
	text-align: left;
	color: #196DC8;
	margin-bottom: -20px;
}
.more a:link {
	font-size: .9em;
	color: #196DC8;
	line-height: 1.3em;
}
.more a:hover {
	color: #FF0000;
}
/* ------------------------------------------
 			MOBILE TYPOGRAPHY
--------------------------------------------- */
.tab-headline {
	font-size: 28px;
	line-height: 1em;
	color: #196DC8;
	text-align: center;
	margin-bottom: -10px;
}
.tab-sub-headline {
	font-size: 18px;
	line-height: 1.2em;
	text-align: center;
	margin-top: -10px;
}
.mobile-headline {
	font-size: 24px;
	line-height: 1em;
	color: #196DC8;
	text-align: center;
	margin-bottom: -10px;
}
.mobile-sub-headline {
	font-size: 15px;
	line-height: 1.2em;
	text-align: center;
	margin-top: -10px;
}


/* ------------------------------------------
 			   PEOPLE
--------------------------------------------- */
.name {
	font-size: 22px;
	color: #196DC8;
	margin-bottom: -20px;
}
.affiliation {
	font-size: 18px;
	margin-bottom: -10px;
	color: #777777;
}
.title {
	font-size: 16px;
	line-height: 1.3em;
}

/* ------------------------------------------
 			      NEWS
--------------------------------------------- */
.news-date {
	font-size: .85em;
	font-weight: 800;
	letter-spacing: .25em;
	text-transform: uppercase;
	color: #000;
	margin-bottom: -10px;
}
.news-head {
	font-size: 22px;
	font-weight: 400;
	color: #196DC8;
}
/* ------------------------------------------
 			   FOOTER
--------------------------------------------- */
.footer-bar {
	font-weight: 400;
	color: #c6c6c6 !important;
}
.footer-bar a:link {
	font-weight: 400;
	color: #ffffff;
}
.footer-bar a:hover {
	color: #FF0000;
}