﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


/* from old site.css */
h2, .h2 {
    font-size: 16pt !important;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #063167;
}

.blue {
    color: #063167;
}

.bld {
    font-weight: bold
}

.button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #063167 !important;
    box-sizing: border-box;
    background-color: rgb(232, 240, 254) !important;
    border: 1px solid #063167 !important;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.story {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #333333;
}

.poll {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    color: #333333;
}

.ctr {
    text-align: center;
}


/* 	-----------------------------------------------------
	------------------- General Styles ------------------
	----------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background-color: transparent;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #3b3b3b;
    text-decoration: none;
}

    a:hover, a:active, a:focus {
        outline: none;
        outline-style: none;
        outline-width: 0;
        color: #3b3b3b;
        text-decoration: none;
    }

input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}

[contenteditable="true"]:focus {
    outline: none;
}

*:focus {
    outline: none;
}

img {
    margin: 0;
    padding: 0;
    outline-style: none;
    outline-width: 0;
    max-width: 100%;
    height: auto;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    color: #000000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 100%;
    overflow-x: hidden;
}

.clr {
    font-size: 0;
    height: 0;
    line-height: 0;
    clear: both;
}

.left {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    float: left;
}

.right {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    float: right;
}

.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

.img-left {
    float: left;
    margin: 0;
}

.img-right {
    float: right;
    margin: 0;
}

.container {
    max-width: 1070px;
}


/* 	-----------------------------------------------------
	-------------------- Header Styles ------------------
	----------------------------------------------------- */
.header-section {
    width: 100%;
    min-height: 70px;
    padding: 15px 0;
    background-color: #063167;
}

    .header-section .logo {
        float: left;
        padding: 7px 0;
    }

    .header-section .signup a {
        float: right;
        margin: 0 0 0 8px;
        padding: 5px 25px;
        width: auto;
        height: 40px;
        background-color: #78b3ff;
        border: none;
        border-radius: 3px;
        font-size: 16px;
        font-weight: 900;
        line-height: 30px;
        color: #FFFFFF;
        display: block;
    }

    .header-section .login a {
        float: right;
        margin: 0 0 0 8px;
        padding: 5px 25px;
        width: auto;
        height: 40px;
        background-color: #063167;
        border: 1px solid #FFFFFF;
        border-radius: 3px;
        font-size: 16px;
        font-weight: 900;
        line-height: 28px;
        color: #FFFFFF;
        display: block;
    }

    .header-section .search {
        float: right;
        padding: 8px 0 8px 15px;
    }


/* 	-----------------------------------------------------
	-------------------- Header Styles ------------------
	----------------------------------------------------- */
.click-section {
    width: 100%;
    min-height: 40px;
    padding: 5px 0;
    background-color: #305a8f;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
}

    .click-section a {
        color: #FFFFFF;
    }

    .click-section .container {
        position: relative;
    }

        .click-section .container .about {
            position: absolute;
            right: 15px;
            top: 0;
        }


/* 	-----------------------------------------------------
	-------------------- Banner Styles ------------------
	----------------------------------------------------- */
.banner-section {
    background-color: #efefef;
    padding: 40px 0;
    text-align: center;
}

    .banner-section aside {
        margin: 0;
        padding: 0;
        width: 274px;
        min-height: 584px;
        background-color: #38679e;
        float: left;
    }

        .banner-section aside .heading {
            min-height: 40px;
            background-color: #063167;
            font-size: 16px;
            font-weight: 700;
            line-height: 40px;
            color: #FFFFFF;
        }

        .banner-section aside .content {
            padding: 0 15px;
        }

        .banner-section aside .vote-box {
            background-color: #ffffff;
            box-shadow: 0 0 10px rgba(33,66,104, 0.75);
            min-height: 250px;
            margin: 15px auto;
            padding: 10px;
        }

            .banner-section aside .vote-box figure {
                margin: 0;
                padding: 0;
                height: 130px;
                overflow: hidden;
            }

            .banner-section aside .vote-box .percent {
                min-height: 56px;
                font-size: 34px;
                font-weight: 300;
                line-height: 56px;
                color: #1c1c1c;
            }

.for-biden {
    margin: 0 auto;
    padding: 5px;
    width: 100%;
    max-width: 116px;
    height: 38px;
    background-color: #063167;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: block;
}

.for-trump {
    margin: 0 auto;
    padding: 5px;
    width: 100%;
    max-width: 116px;
    height: 38px;
    background-color: #d22532;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: block;
}

.banner-section section {
    margin: 0;
    padding: 5px;
    width: 738px;
    min-height: 584px;
    background-color: #FFFFFF;
    float: right;
}

.banner-section h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #063167;
    padding: 20px 0;
}

.banner-section ul {
    margin: 0;
    padding: 0;
    list-style: disc;
}

    .banner-section ul li {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
        color: #49494a;
        margin: 0 15px;
        display: inline-block;
    }

        .banner-section ul li img {
            margin-right: 5px;
        }

.banner-section figure {
    margin: 0;
    padding: 20px 0;
}

.banner-section .btn-click a {
    margin: 0;
    padding: 5px;
    width: 100%;
    height: 42px;
    background-color: #edf2f8;
    border: none;
    font-size: 20px;
    font-weight: 900;
    line-height: 32px;
    color: #305a8f;
    display: block;
}

.banner-bottom-section {
    background-color: #efefef;
    padding: 0 0 40px 0;
    text-align: center;
}

    .banner-bottom-section aside {
        margin: 0;
        padding: 0;
        width: 274px;
    }

    .banner-bottom-section h4 {
        font-size: 24px;
        font-weight: 400;
        line-height: 1.2;
        color: #4b4b4b;
        padding: 10px 0;
    }

    .banner-bottom-section .percent {
        font-size: 34px;
        font-weight: 300;
        line-height: 1.2;
        color: #1c1c1c;
    }

        .banner-bottom-section .percent strong {
            font-size: 24px;
            font-weight: 700;
            line-height: 1.2;
            color: #1c1c1c;
            display: block;
        }

.pick-republican a {
    margin: 15px auto 0 auto;
    padding: 10px;
    width: 100%;
    height: 54px;
    background-color: #063167;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    color: #FFFFFF;
    display: block;
}

.pick-democrats a {
    margin: 15px auto 0 auto;
    padding: 10px;
    width: 100%;
    height: 54px;
    background-color: #d22532;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    color: #FFFFFF;
    display: block;
}

.pick-equal a {
    margin: 15px auto 0 auto;
    padding: 10px;
    width: 100%;
    height: 54px;
    background-color:#6d6767;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    color:#fff ;
    display: block;
}

/* 	-----------------------------------------------------
	------------------- Content Styles ------------------
	----------------------------------------------------- */
.content-section {
    min-height: 400px;
}

    .content-section h1 {
        font-size: 40px;
        font-weight: 900;
        line-height: 1.4;
        color: #063167;
        padding: 10px 0;
    }

    .content-section h2 {
        font-size: 36px;
        font-weight: 900;
        line-height: 1.4;
        color: #063167;
        padding: 10px 0;
    }

    .content-section h3 {
        font-size: 30px;
        font-weight: 900;
        line-height: 1.4;
        color: #063167;
        padding: 10px 0;
    }

    .content-section h4 {
        font-size: 24px;
        font-weight: 900;
        line-height: 1.2;
        color: #063167;
        padding: 10px 0;
    }

    .content-section h5 {
        font-size: 20px;
        font-weight: 900;
        line-height: 1.2;
        color: #063167;
        padding: 10px 0;
    }

    .content-section h6 {
        font-size: 18px;
        font-weight: 900;
        line-height: 1.2;
        color: #063167;
        padding: 10px 0;
    }

    .content-section p {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.6;
        color: #5e5e5e;
        padding: 10px 0;
    }

    .content-section ul {
        margin: 0;
        padding: 10px 15px;
        list-style: disc;
    }

        .content-section ul li {
            font-size: 14px;
            font-weight: 400;
            line-height: 1.5;
            color: #242424;
        }

        .content-section ul ul {
            list-style: square;
        }

    .content-section ol {
        margin: 0;
        padding: 10px 25px;
        list-style: decimal-leading-zero;
    }

        .content-section ol li {
            font-size: 14px;
            font-weight: 400;
            line-height: 1.5;
            color: #242424;
        }

        .content-section ol ol {
            list-style: lower-roman;
        }

    .content-section hr {
        margin: 15px auto;
        padding: 0;
        width: 94px;
        height: 2px;
        background-color: #063167;
        border: none;
    }

.home-section01 {
    padding: 70px 0;
    background: #305a8f url(../images/section01-bg.jpg) no-repeat center / cover;
    text-align: center;
}

    .home-section01 h1, .home-section01 h2, .home-section01 h3, .home-section01 h4, .home-section01 h5, .home-section01 h6, .home-section01 p, .home-section01 li {
        color: #FFFFFF !important;
        padding: 5px 0;
    }

.home-section02 {
    padding: 50px 0 0 0;
    background-color: #edf2f3;
    text-align: center;
}

    .home-section02 h5 {
        margin: 0 auto;
        max-width: 790px;
        font-weight: 700;
        line-height: 1.6;
    }

        .home-section02 h5 span {
            font-weight: 300;
            color: #4b4b4b;
        }

.click-link01 a {
    margin: 0 0 -25px 0;
    padding: 15px;
    width: 100%;
    height: 62px;
    background-color: #74adf6;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 900;
    line-height: 32px;
    color: #FFFFFF;
    display: block;
}

.click-link02 a {
    margin: 0 0 -25px 0;
    padding: 15px;
    width: 100%;
    height: 62px;
    background-color: #2e5689;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 900;
    line-height: 32px;
    color: #FFFFFF;
    display: block;
}

.home-section03 {
    padding: 70px 0;
    background-color: #ffffff;
    text-align: center;
}

    .home-section03 h3 {
        font-weight: 300;
    }

    .home-section03 ul {
        margin: 30px 0 0 0;
        padding: 0;
        list-style: none;
    }

        .home-section03 ul li {
            display: inline;
            padding: 0 20px;
        }

            .home-section03 ul li a {
                display: inline-block;
                transition: all .4s ease-in-out;
            }

.inner-section01 {
    padding: 20px 0;
    background-color: #efefef;
    text-align: center;
}

    .inner-section01 h5 {
        margin: 0 auto;
        max-width: 550px;
        font-size: 21px;
        font-weight: 400;
        line-height: 1.4;
        color: #1c1c1c;
    }

.inner-section02 {
    text-align: center;
    background-color: #efefef;
}

    .inner-section02 [class*="col-"] {
        padding: 10px 15px;
    }

    .inner-section02 h5 {
        margin: 0 auto;
        max-width: 550px;
        font-size: 21px;
        font-weight: 700;
        line-height: 1.4;
        color: #00316e;
    }

        .inner-section02 h5 span {
            display: block;
            font-size: 18px;
            font-weight: 400;
            color: #1c1c1c;
        }

    .inner-section02 h6 {
        font-weight: 700;
        color: #1c1c1c;
    }

    .inner-section02 .allocate-box {
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        color: #454545;
    }

        .inner-section02 .allocate-box .row {
            margin: 0 -3px;
        }

        .inner-section02 .allocate-box [class*="col-"] {
            padding: 3px;
        }

    .inner-section02 input[type="text"], .inner-section02 select {
        margin: 0;
        padding: 4px;
        width: 100%;
        height: 30px;
        background-color: #FFFFFF;
        border: 1px solid #a8a8a8;
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        color: #1c1c1c;
    }

    .inner-section02 select {
        background: #FFFFFF url(../images/dd-arrow.png) no-repeat right;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .inner-section02 input[type="submit"] {
        margin: 0 auto;
        padding: 5px;
        width: 116px;
        height: 36px;
        background-color: #d22532;
        border: none;
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
        color: #FFFFFF;
        cursor: pointer;
    }

.inner-section03 {
    padding: 50px 0;
    background-color: #efefef;
}

    .inner-section03 h4 {
        font-weight: 700;
        text-align: center;
    }

    .inner-section03 h6 {
        font-weight: 700;
        color: #1c1c1c;
    }

    .inner-section03 .contribution-box {
        font-size: 18px;
        font-weight: 400;
        line-height: 38px;
        color: #454545;
    }

        .inner-section03 .contribution-box .row {
            margin: 0 -3px;
        }

        .inner-section03 .contribution-box [class*="col-"] {
            padding: 3px;
        }

    .inner-section03 .democrats-line {
        height: 38px;
        background: url(../images/democrats-line.png) repeat-x center left;
        position: relative;
    }

        .inner-section03 .democrats-line span {
            position: absolute;
            right: -45px;
            top: 0;
        }

    .inner-section03 .republicans-line {
        height: 38px;
        background: url(../images/republicans-line.png) repeat-x center left;
        position: relative;
    }

        .inner-section03 .republicans-line span {
            position: absolute;
            right: -45px;
            top: 0;
        }


/* 	-----------------------------------------------------
	-------------------- Footer Styles ------------------
	----------------------------------------------------- */
.footer-section {
    padding: 50px 0;
    background-color: #1d3b60;
    text-align: center;
}

    .footer-section p {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.4;
        color: #bcd3e8;
        padding: 5px 0;
    }

        .footer-section p a {
            color: #bcd3e8;
            transition: all .4s ease-in-out;
        }

            .footer-section p a:hover {
                color: #FFFFFF;
                transition: all .4s ease-in-out;
            }

    .footer-section h4 {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.4;
        color: #86a7c5;
        padding: 5px 0;
    }

    .footer-section ul {
        margin: 0;
        padding: 10px 0;
        list-style: none;
    }

        .footer-section ul li {
            font-size: 13px;
            font-weight: 400;
            line-height: 1.4;
            color: #ecf4ff;
            display: inline;
            padding: 0 15px;
        }

            .footer-section ul li a {
                color: #ecf4ff;
                display: inline-block;
                transition: all .4s ease-in-out;
            }

                .footer-section ul li a:hover {
                    color: #FFFFFF;
                    transition: all .4s ease-in-out;
                }


/* 	-----------------------------------------------------
	------------------ Go to top Styles -----------------
	----------------------------------------------------- */
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #92b2d0 url(../fonts/cd-top-arrow.svg) no-repeat center 50%;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        opacity: 1;
    }

.no-touch .cd-top:hover {
    background-color: #000000;
    opacity: 1;
}

@media only screen and (min-width:768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width:1024px) {
    .cd-top {
        height: 40px;
        width: 40px;
        right: 20px;
        bottom: 20px;
    }
}
