a.disabled {
    pointer-events: none;
    cursor: default
}

.award_content {
    border-bottom: 1px solid #fff
}

.award_content__header {
    padding-block: 3rem
}

.award_content__message {
    font-weight: bold;
    color: #fff;
    font-size: 17px;
    text-align: center;
    margin: 0
}

.award_content__title {
    display: none
}

.award_content__social {
    margin-block: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem
}

.candidates {
    border-bottom: 1px solid #fff
}

.candidates__header {
    margin: 0;
    padding: 0 0 2em 0;
    text-align: center;
    position: relative
}

.candidates__header__logo {
    width: 80%;
    max-width: 450px;
    padding-top: 3rem;
    padding-bottom: 1rem
}

.candidates__header__howtovote {
    display: block;
    height: 3rem;
    margin-top: 1rem
}

@media (min-width:768px) {
    .candidates__header__howtovote {
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 3rem
    }
}

.candidates__separator {
    display: flex;
    gap: 3rem;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.2em
}

.candidates__separator .line {
    background-position: left center;
    background-repeat: repeat-x;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8/x8AAwMCAO+ip1sAAAAASUVORK5CYII=);
    flex-grow: 2
}

.candidates__items {
    margin: 50px 0
}

@media (min-width:576px) {
    .candidates__items {
        display: grid;
        grid-auto-rows: max-content;
        grid-row-gap: 35px;
        grid-column-gap: 2%;
        grid-template-columns: 49% 49%
    }
}

@media (min-width:768px) {
    .candidates__items {
        grid-column-gap: 1.5%;
        grid-template-columns: 32.33% 32.33% 32.33%
    }
}

@media (min-width:992px) {
    .candidates__items {
        grid-column-gap: 4rem;
        grid-template-columns: repeat(4, 1fr)
    }
}

.candidates__item {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-bottom: 2rem;
    border-bottom: 1px solid #fff;
    color: #37334c
}

.candidates__item__image {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative
}

.candidates__item__image img {
    display: block;
    width: 100%;
    height: auto;
    padding: 5px
}

.candidates__item .lineitem {
    text-align: center;
    margin-bottom: 0.4rem
}

.candidates__item__name {
    flex-grow: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 0.4rem
}

.candidates__item__name__name {
    color: #fff;
    font-size: 1.563rem;
    font-family: antartida, Helvetica Neue, Aria, sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.4rem
}

.candidates__item__country {
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 0.4rem
}

.candidates__item__sport {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 0.4rem;
    margin-bottom: 0.75rem
}

.candidates__item__votes {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 0.4rem;
    margin-bottom: 0.75rem
}

.candidates__item__voteFor {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    width: 60%;
    margin: 0 auto;
    background-color: #2a2842;
    text-decoration: none;
    line-height: 50px;
    font-size: 1.25rem;
    text-transform: uppercase;
    border-radius: 25px
}

@media (min-width:576px) {
    .candidates__item__voteFor {
        width: 80%
    }
}

.candidates__item__voteFor:hover {
    opacity: 0.7
}

.candidates__item__voteFor.disabled {
    opacity: 0.3
}

.candidates__item__bio {
    display: block;
    background: transparent url(/build/images/biography.f45a30b2.svg) no-repeat center center / 100% auto;
    width: 57px;
    height: 37px;
    margin: 0 auto 1em auto;
    text-indent: -99em;
    overflow: hidden
}

.candidates__item__bio:hover {
    opacity: 0.7
}

.candidates__item__lost {
    opacity: 0.3
}

.pollResult {
    color: #fff;
    overflow: hidden;
    text-align: center;
    padding: 2rem
}

.pollResult__logo {
    max-width: 250px
}

.pollResult__title {
    margin-top: 1em;
    color: #fff
}

.pollResult__message {
    color: #fff
}

.pollResult__subscribe {
    margin-top: 2rem;
    color: #fff
}

.pollResult__subscribe a {
    color: #ffce00
}

.pollResult__shares {
    margin-bottom: 0
}

.pollResult__shares a {
    text-indent: -99em;
    overflow: hidden;
    display: inline-block;
    width: 37px;
    height: 37px;
    background-size: 100% auto
}

.pollResult__shares a:hover {
    opacity: 0.3
}

.pollResult__shares__twitter {
    background-image: url(/build/images/twitter.0289a56b.svg)
}

.pollResult__shares__facebook {
    background-image: url(/build/images/facebook.98d8f5fa.svg)
}

.pollResult .close {
    background-color: #fff;
    color: #37334c
}

.awards-bio-dialog--dark {
    background-color: #37334C
}

.awards-bio-dialog--dark a.close {
    background-color: #fff;
    color: #37334c
}

#rules-toggle {
    text-indent: 50px;
    line-height: 45px;
    margin: 20px 0;
    background: transparent url(/build/images/rules.9ef6b584.svg) no-repeat left center /42px auto
}

#rules-toggle:hover {
    opacity: 0.7;
    cursor: pointer
}

#rules-toggle span::after {
    color: #fff;
    content: '\2304';
    position: relative;
    top: -4px;
    font-size: 20px;
    padding-left: 5px
}

#rules-toggle.open span::after {
    content: '\2303';
    top: 6px
}

#rules-container {
    padding-bottom: 10px;
    color: #fff !important;
    padding-bottom: 1em
}

#rules-container h4 {
    color: #fff;
    margin: 1em 0
}

#rules-container p {
    font-size: 0.813rem;
    line-height: 1.8;
    color: #fff
}

div.fb-like.fb_iframe_widget {
    z-index: 2
}

div.fb-comments.fb_iframe_widget {
    z-index: 1
}

.grecaptcha-badge {
    z-index: 1000
}