.homePanel, #quicklinks { border-top: 1px solid #e8e8e8; margin-top: 2em; padding-top: 2em; }
.homePanel p, .panel p { /* font-size: 1.3em; line-height: 1.5em; */ }

.quickLinks { margin-bottom: 1em; }

.quickLinks .nav .miniAlert a {
	background-color: #FCBC31;
	color: black;
}

.homePanel { border-top: 1px solid #e8e8e8; margin-top: 2em; padding-top: 2em; }
h1 { text-align: center; margin-top: 0; }

.leaderPanel img {
	float: left;
	max-width: 35%;
	margin: 0 4%;
	border: 10px solid white;
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    margin-bottom: 5%;
}

.leaderImage {
	float: left;
	margin: 0 4%;
	border: 10px solid white;
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    margin-bottom: 5%;
}

.news {
	border-top: 1px solid #e8e8e8;
}
.news h2 {
	margin-bottom: 0;
}

div .calendar li.event {
	font-weight: bold;
}

.benefits span { text-transform: uppercase; font-weight: bold; color: #FCBC31; }

.nav-pills a.flex-sm {
	/* background-image: linear-gradient(rgb(0, 93, 170) 0%, rgb(0, 52, 107) 100%);
	color: white; */
}
.nav-pills a.flex-sm:hover, .nav-pills a.flex-sm:active {
	color: #fcbc31;
}

.nav-pills a.flex-sm.btn-warning {
	background-image: none;
	background-color: #fcbc31;
	color: black;
}
.nav-pills a.flex-sm.btn-warning:hover, .nav-pills a.flex-sm.btn-warning:active {
	background-color: #ffd479;
}

table tbody tr:nth-child(odd) {
   background-color: #eee;
}
table td {
	padding: 5px;
}
.panel-title {
	color: var(--blue);
	text-align: center;
}
#blog h2 { font-size: 100%; margin-top: 1em; padding-top: 1em; border-top: 1px solid #ccc; line-height: 1.2em; }
#blog h2 span.dateline { font-size: 70%; font-weight: 400; color: #666; }
#blog span.badge { font-family: 'Open Sans', Helvetica, sans-serif; font-weight: normal; }
#blog .credit {font-size: 80%; overflow: auto; }
#blog .credit div.roundHeadshot { width: 48px; height: 48px; margin-right: 1em; float: left; }
#blog .blog-body img {
	max-width: 100%;
	}
#blog .blogPost table { border: 1px solid #eee; }
#blog .blogPost td { padding: 0.5em; border-right: 1px solid #eee; }
#blog .blogPost table tbody tr:nth-child(odd) {
   background-color: #eee;
}
#blog .blogPost p {
	font-size: 90%;
}

.rss table { margin-bottom: 0; }

