/* Redefined theme styles per site */

/* COMMON STYLES */
/* If site doesn't have mobile version put all styles HERE */


/* DESKTOP STYLES */
@media screen and (min-width: 551px) {

  
}


/* MOBILE STYLES */
@media screen and (max-width: 550px) {

  
}

.media-info strong.ttl {
margin-bottom:10px;
}

.news-area .text {
background: #eeeeee;
}

body {
font: 15px/20px "ProximaNova",Verdana,sans-serif;
}

.details.experts-details p {
font: 15px/22px "ProximaNova",Verdana,sans-serif;
margin: 0 0 24px 0;
}

.details.experts-details h2 {
margin-bottom:8px;
}

.expert-website a {
font-weight:bold;
}

.expert-bio a {
font-weight:bold;
}

.details.experts-details p a {
font-weight:bold;
}