﻿html {
}

body {
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: .5px;
    margin: 0;
    box-sizing: border-box;
    color: #222222;
}

form {
    width: 100%;
}

.wrapper {
    min-height: 100vh;
    position: relative;
}


.site_header {
    background-color: #00269a;
    padding: 0 20px;
    margin: auto;
    max-width: 2000px;
    box-sizing: inherit;
}

    .site_header > div {
        display: flex;
        flex-direction: row;
        padding: 14px 0;
    }

.site_name {
    background: url('images/scsec-logo.png');
    width: 210px;
    height: 43px;
}

    .site_name > a {
        display: block;
        width: 210px;
        height: 43px;
    }

.header_next {
    max-width: 2000px;
    margin: auto;
    padding: 0 20px;
}

    .header_next > div {
        padding: 30px 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

.every_vote_counts {
    background: url('images/every-vote-counts.png');
    width: 410px;
    height: 61px;
    align-content: flex-end;
}

.content_container {
    padding: 0 20px 148px 20px;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: inherit;
    position: relative;
}

.content_row, .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

    .content_row > .leftColumn {
        flex: 2;
        display: flex;
    }

    .content_row > .mainColumn {
        flex: 7;
        display: flex;
        margin: 0 10px 0 10px;
    }

    .content_row > .rightColumn {
        flex: 1;
        display: flex;
    }


h1 {
    font-size: 1.8em;
    color: #1d58a2;
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
    margin: .425em 0 .425em;
}

h2 {
    font-size: 1.4em;
    color: #1d58a2;
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
    margin: .425em 0 .425em;
}

h3 {
    font-size: 1.2em;
    color: #1d58a2;
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
    margin: .425em 0 .425em;
}
h4{
    font-size: 1.1em;
    color: #1d58a2;
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
    margin: .425em 0 .425em;
}

label {
    font-weight: bold;
    text-align: right;
    padding-right: .75em;
}

a, a:visited {
    color: #404040;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
        outline: 0;
    }

    table tr td a, a:visited, .leftColumn a, .leftColumn a:visited {
        color: #1d58a2;
    }

input[type='submit'], button, input[type='button'] {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 1em;
    padding: .375rem .75rem;
    border-radius: .25rem;
    margin: .25rem 0 .25rem 0;
    background-color: #00269a;
    border-color: #00269a;
    color: #fff;
    cursor: pointer;
    transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input[type='submit']:disabled,input[type='submit']:hover:disabled{
    background-color:#76777A;
    border-color: #76777A;
    cursor:default;
    transition:none;
}

.iconButton{
    font-family: "Font Awesome 5 Free","Lato",Helvetica,Arial,sans-serif !important;
    letter-spacing: .6px;
}

    input[type='submit']:hover {
        background-color: #002ebc;
        border-color: #002ebc;
    }

    input[type='submit']:focus {
        box-shadow: 0 0 0 .2rem rgba(0,46,188,.3);
        border-color: rgba(0,46,188,.3);
    }

input, select, textarea {
    font-size: 1em;
    margin: 2px;
}

.sideBarMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 18px;
    max-width: 220px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    display: block;
    box-sizing: inherit;
}

    .sideBarMenu > li {
        display: block;
        list-style-position: outside;
        padding: 10px 16px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        min-width: 140px;
    }

        .sideBarMenu > li > a {
            font-size: 18px;
            font-weight: 400;
            text-transform: none;
            text-decoration: none;
            color: #1d58a2;
            transition: color 150ms ease;
        }

            .sideBarMenu > li > a:hover {
                text-decoration: underline;
                outline: 0;
            }

.site_footer {
    clear: both;
    margin-top: 20px;
    height: 128px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    position: absolute;
}

.footer_region {
    margin: auto;
    max-width: 2000px;
    padding: 0 20px;
    box-sizing: inherit;
}

.footer_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0;
}

.footer_info p {
    margin: 0;
    padding: 0;
}

.footer_info a {
    font-weight: 700;
}

.footer_links {
    align-content: flex-end;
}

    .footer_links ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
    }

        .footer_links ul li {
            margin-right: 8px;
        }

    .footer_links a {
        font-family: "Font Awesome 5 Brands";
    }

        .footer_links a[href^='https://twitter.com'] {
            display: inline-block;
            color: #329cc3;
            line-height: 1;
        }

            .footer_links a[href^='https://twitter.com']:before {
                content: "\f081";
                font-size: 54px;
            }

        .footer_links a[href^='https://www.facebook.com'] {
            display: inline-block;
            color: #4267b2;
            line-height: 1;
        }

            .footer_links a[href^='https://www.facebook.com']:before {
                content: "\f082";
                font-size: 54px;
            }

.center {
    text-align: center;
}

.infoBox {
    background-color: #dfeaf7;
    border-color: #fff;
    padding: 5px;
    margin: 1px;
}

    .infoBox label {
        font-size: .9em;
    }

.disclaimer {
    font-size: smaller;
    padding: 10px 15px;
}

/*Columns*/
.col10 {
    flex: 1;
}

.col20 {
    flex: 2;
}

.col30 {
    flex: 3;
}

.col40 {
    flex: 4;
}

.col50 {
    flex: 5;
}

.col60 {
    flex: 6;
}

.col70 {
    flex: 7;
}

.col80 {
    flex: 8;
}

.col90 {
    flex: 9;
}

.col100 {
    flex: 10;
}
/*Colors*/
.secRed{
    color:#e1251b;
}
.seclightBackground{
    background-color: #dfeaf7;
}

.OrderDataProgressIndicator{
    width:30px;
    height:30px;
    background-color: #efefef;
    border: 1px solid black;
    text-align:center;
    vertical-align:middle;
    margin-left:auto;
    margin-right:auto;
    line-height:28px;
    font-weight:bold;
}

.OrderDataProgressIndicatorSelected{
    width:30px;
    height:30px;
    background-color: #dfeaf7;
    border: 2px solid #00269a;
    text-align:center;
    vertical-align:middle;
    margin-left:auto;
    margin-right:auto;
    line-height:28px;
    font-weight:bold;
}

@media screen and (max-width: 1000px) {
    .content_row > .leftColumn {
        display: none;
    }

    .content_row > .rightColumn {
        display: none;
    }

    .every_vote_counts {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .content_row > .rightColumn {
        display: flex;
    }
}
@media screen and (max-width: 1199px){
        .content_row > .rightColumn {
        display: none;
    }
}
@media print{
    .noprint{display: none;}
    .site_footer{display:none;}
    .site_header{display:none;}
    button, input[type='submit']{display: none;}
}