﻿a.previous-election {
    color: #fff;
}

.nextElectionMain-contentBlock {
    margin: 30px;
}

div.nextElectionMain-currentElectionTitle {
    margin: 28px 12px;
}

@media (min-width: 768px) {
    div.nextElectionMain-currentElectionTitle {
        margin: 32px 16px;
    }
}

@media (min-width: 992px) {
    div.nextElectionMain-currentElectionTitle {
        margin: 40px 30px;
    }
}

.nextElectionMain-currentElectionTitle {
    font-family: 'Lora', 'Times New Roman', serif;
    font-size: 2.142857em;
    font-weight: 600;
    line-height: 1.1;
}

div.nextElectionMain-currentElectionDate {
    margin: 32px 12px;
}

@media (min-width: 768px) {
    div.nextElectionMain-currentElectionDate {
        margin: 32px 16px;
    }
}

@media (min-width: 992px) {
    div.nextElectionMain-currentElectionDate {
        margin: 32px 30px;
    }
}

.nextElectionMain-currentElectionDate {
    font-family: Nunito, Arial, serif;
    font-size: 1.14286em;
    font-weight: 600;
    line-height: 1.1;
}

.nextElectionMain-actionButtonBlock {
    margin: 30px 12px 0;
}

@media (min-width: 768px) {
    .nextElectionMain-actionButtonBlock {
        margin: 30px 16px 0;
    }
}

@media (min-width: 992px) {
    .nextElectionMain-actionButtonBlock {
        margin: 30px 30px 0;
    }
}

.nextElectionMain-actionButton {
    margin-bottom: 30px;
    padding: 0 1.42857em;
    vertical-align: top;
}

@media(min-width: 480px) {
    .nextElectionMain-actionButton {
       display: inline-block;
        width: 10em;
    }
}

@media(min-width: 768px) {
    .nextElectionMain-actionButton {
        width: 16em;
    }
}

@media(min-width: 992px) {
    .nextElectionMain-actionButton {
        width: 13em;
    }
}

@media(min-width: 1200px) {
    .nextElectionMain-actionButton {
        width: 14.5714em;
    }
}

a.nextElectionMain-actionLink {
    display: inline-block;
}

.nextElectionMain-actionLink .callout {
    font-size: 4.28571em;
    transition: background-color 300ms ease-in-out 0s;
	-webkit-transition: background-color 300ms ease-in-out 0s;
}

@media (min-width: 768px) {
    .nextElectionMain-actionLink .callout {
        font-size: 5.42857em;
    }
}

.nextElectionMain-actionLink:hover {
    color: #0070aa;
}

.nextElectionMain-actionLink:hover .callout,
.nextElectionMain-actionLink:focus .callout,
.nextElectionMain-actionLink:active .callout {
    background-color: #0070aa;
}

.nextElectionMain-actionLink .callout-text {
    color: #0089d0;
    display: block;
    font-family: Lora, 'Times New Roman', serif;
    font-size: 1.07143em;
    font-weight: 600;
    padding: 1em 0 0;
    transition: color 300ms ease-in-out 0s;
	-webkit-transition: color 300ms ease-in-out 0s;
}

.addeventatc.nextElectionMain-actionLink .callout-text {
    line-height: 1.42857;
    text-decoration: underline;
}

@media (min-width: 992px) {
    .nextElectionMain-actionLink .callout-text {
        font-size: 1.14286em;
    }
}

.nextElectionMain-actionLink:hover .callout-text,
.nextElectionMain-actionLink:focus .callout-text {
    color: #0070aa;
    text-decoration: none;
}


.addeventatc.nextElectionMain-actionLink {
    background-color: transparent;
    background-image: none;
    border-radius: 0 !important;
    border-width: 0 !important;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    padding: 0 !important;
    text-decoration: none;
    text-shadow: none;

}
.addeventatc.nextElectionMain-actionLink:hover {
    border: medium none;
    color: #0070aa;
    font-size: inherit;
}

.addeventatc.nextElectionMain-actionLink:focus {
    border: none;
}

.addeventatc.nextElectionMain-actionLink:active {
    top: 0;
}
.addeventatc.nextElectionMain-actionLink.addeventatc-selected {
    background-color: transparent;
}
.addeventatc.nextElectionMain-actionLink .addeventatc_icon {
    display: none;
}