/*
=========
Candidates
=========
*/



.candidates img { 
    position: absolute;
    /* display: inline; */
    left: -180px;
    max-width: 500%;
    width: 345%;
}

.candidates .msl-imagenav-title {
    position: absolute;
    bottom: 0;
    z-index: 200;
    background: #FFCD0D;
    color: black;
    line-height: 1.0;
    padding-bottom: 17px;
    font-size: 0.6em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    width: 100%;
    display: block;
}

.greyfill h1 { color: #FFCC0D; }
.greyfill header h1 {
    font-size: 4em;
    font-weight: 900;
}


.candidates li {
    position: relative;
    width: 147px;
    height: 198px;
    display: inline-block;
    overflow: hidden;
    border: 0;
    border-bottom: 30px solid #FFCC0D;
    border-image: url(/pageassets/vote/candidates/547846-gold-triangle.png) 18 stretch;
    -webkit-border-image: url(/pageassets/vote/candidates/547846-gold-triangle.png) 18 stretch;
    margin: 14px;
}

.candidates .msl-imagenav-description {
    position: absolute;
    color: black;
    bottom: 32px;
    left: 0px;
    text-align: center;
    font-size: 0.7em;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%; 
}

.candidates li { height: 209px; }