.countdown-pill h3,
.countdown-pill h4 {
    color:#211C36 !important;
    font-weight:400;
}

.countdown-main-row .countdowncss {
    font-size:70px;
    font-weight:800 !important;
}

.countdown-pill {
    padding:20px;
}

@media (max-width:1200px) {
    .countdown-main-row .countdown-blocks h4 {
        font-size:14px;
    }
    .countdown-main-row .countdowncss {
        font-size:40px;
    }
    .countdown-pill {
        padding:10px;
    }
}

.election-stripe-bg-hp:before {
    content: "";
    right: 0px;
    position: absolute;
    display: inline-block;
}

.election-stripe-bg-hp:after {
    content: "";
    left: 0px;
    position: absolute;
    display: inline-block;
}

@media (min-width:993px) {
    .election-stripe-bg-hp:before {
        width: 600px;
        height: 120px;
        background: url(../png/stripe-top-right-400.png) no-repeat 132px;
        margin-top: -61px;
    }
    
    .election-stripe-bg-hp:after {
        width: 600px;
        height: 120px;
        background: url(../png/stripe-bottom-left-400.png) no-repeat 165px;
        bottom: 0;
    }
}

@media (max-width:992px) and (min-width:769px) {
    .election-stripe-bg-hp:before {
        width: 500px;
        height: 276px;
        background: url(../strip-top-right-400.html) no-repeat 132px;
        margin-top: -139px;
    }
    
    .election-stripe-bg-hp:after {
        width: 745px;
        height: 217px;
        background: url(../png/stripe-bottom-left-400.png) no-repeat -104px;
        bottom: 0;
    }
}

@media (max-width:768px) {
    .election-stripe-bg-hp:before {
        width: 611px;
        height: 139px;
        background: url(../png/stripe-top-right-400.png) no-repeat 455px;
        margin-top: -40px;
    }
    
    .election-stripe-bg-hp:after {
        width: 400px;
        height: 108px;
        background: url(../png/stripe-bottom-left-400.png) no-repeat -150px;
        bottom: 0;
    }
}

.election-stripe-bg-hp-after-none.election-stripe-bg-hp:after {
    display:none;
}

.election-stripe-bg-hp-before-none.election-stripe-bg-hp:before {
    display:none;
}