/*
Theme Name: Alaska Division of Elections
Theme URI: https://elections.alaska.gov/
Description: Custom style for Division of Elections page elements
Author: Stephen Mattson
Author URI: https://elections.alaska.gov/

Version: 1.0.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: akelec
Requires at least: 5.4	
Requires PHP: 5.6
*/
.election-contests dt {
	text-transform: uppercase;
	margin: 10px 0 0 0;
}
.election-contests dd {
	display: inline;
	margin: 0 15px 0 5px;
}

.entry-content ul.upcoming-elections {
	padding-left: 0;
}


ul.upcoming-elections li {
    display: block;
    text-align: center;
    padding: 0 !important;
    margin: 10px 0px;
    font-size: 120%;
    text-transform: uppercase;
    color: white;
    letter-spacing: 2px;
}
ul.upcoming-elections li a{
    color: white;
    display: block;
    padding: 0;
}
.upcoming-elections li a:hover {
    background: rgba(10,76,120,.5);
    text-decoration: none;
}
ul.upcoming-elections li span{
    display: block;
    background: rgba(10,76,120,.8);
    width: 100%;
    padding: 14px 0;
    transition: ease 1s;
}
section.event-info {
    clear: both;
    margin: 0;
    padding: 0 0 4px;
}
.event-date {
    float: left;
    color: #fff;
    padding: 0;
    text-align: center;
    font-size: 1.2em;
    margin: 0;
    font-weight: lighter;
    line-height: 1em;
}
section span.event-day-month {
    font-weight: bold;
}
section span.event-year {
    font-weight: lighter;
    padding: 0;
    font-size: 1.2em;
}
h4.event-title {
    font-size: 1em;
    margin: 0 0 24px;
    padding: 0 0 0 10px;
    display: flex;
    text-align: left;
}