﻿.Notice {
    font-size: 2em !important;
}

.optional {
    margin-left: 10px;
    color: #FFF;
    font-style: italic;
}

.disabled {
    color: #808080;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.disabled > IMG {
    opacity: 0.5;
}

.main-section .page-alert p {
    width: unset;
}

.sr-only {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden;
    white-space: nowrap;
}

#faq ol li {
    list-style-type: lower-alpha;
}

.aside {
    padding-left: 2.6rem !important;
}

#asideContact {
    font-size: 2.4rem;
    font-weight: 900;
    padding-bottom: 2em;
}
    #asideContact a {
        color: #256fb8;
        font-weight: normal;
    }

.hero-call-to-action-panel.vote-icon {
    background-image: url(../img/icons/vote.svg);
    background-position: calc(94%) ;
    background-repeat: no-repeat;
    background-size: 20rem 20rem;
    padding: 2.5rem 3.5rem 3.5rem 3.5rem !important;  /* override to reduce padding */
    font-size: 2.5rem;
}
    .hero-call-to-action-panel.vote-icon > h2 {
        color: #256FB8;
    }

* + .sticky-wrapper {
    margin-top: 0;
}

.header-content > * {
    margin-top: 0;
}

.footer-content > * {
    margin-top: 0;
}

* + * {
    margin-top: 1.5em;
}

.action-tiles .bottom-right {
    text-align: right;
    color:#256fb8 !important;
    font-weight: bold;
}

.separator-text {
    display: block;
    text-align: center;
    color: white;
    background-image: linear-gradient(225deg, #fdb61a 0%, #f26d20 100%);
    border-radius: 1rem 0;
}
