﻿body {
    font-size: 20px;
    font-weight: bold;
}

.btn {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 35%;

    background: #162536;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 7px #666666;
    -moz-box-shadow: 3px 3px 7px #666666;
    box-shadow: 3px 3px 7px #666666;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

    .btn:hover {
        background: #2d4663;
        text-decoration: none;
    }



/* Float four columns side by side */
.column {
    float: left;
    width: 100%;
    padding: 0 10px;
    column-count: 2;
}

.gridView {
    border: 5px solid transparent;
    border-radius: 8px;
    -webkit-box-shadow: 5px 5px 15px 5px #000000;
    box-shadow: 5px 5px 15px 5px #000000;
}

/* Float four columns side by side */
.columnFull {
    float: left;
    width: 100%;
    padding: 0 10px;
    column-count: 1;
    margin: auto;
}

/* Remove extra left and right margins, due to padding in columnsmargin: 0 -5px; */
.row {
    
    margin: auto;
    width: 80%;
   
    padding: 10px;
}

    /* Clear floats after the columns */
    .row:after {
        content: "";
        display: table;
        clear: both;
    }

/* Style the counter cards */
.card {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.lcard {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
    padding: 16px;
    text-align: center;
    background-color: #dae4f5;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.lcardC {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
    padding: 16px;
    text-align: center;
    background-color: #dae4f5;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.InputBox {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 95%;
    height: 40px;
    padding: 5px;
    font-size: 20px;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #000000;
    border-style: solid;
    border-radius: 5px;
    box-shadow: 4px 3px 5px rgba(66,66,66,.75);
}
.WBHLogo {
    width: 400px;
    max-width: 85%;
    height: auto;
}




p.MsoNormal {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 8.0pt;
    margin-left: 0in;
    line-height: 107%;
    font-size: 11.0pt;
    font-family: "Calibri",sans-serif;
}

a:link {
    color: #0563C1;
    text-decoration: underline;
    text-underline: single;
}


.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 95%;
    height: 50px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 7px #666666;
    -moz-box-shadow: 3px 3px 7px #666666;
    box-shadow: 3px 3px 7px #666666;
    font-size: 20px;
}

    .select select {
        font-family: 'Arial';
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 5px 15px;
        outline: 0;
        border: 1px solid #000000;
        border-radius: 10px;
        background: #e6e6e6;
        color: #7b7b7b;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -webkit-box-shadow: 3px 3px 7px #666666;
        -moz-box-shadow: 3px 3px 7px #666666;
        box-shadow: 3px 3px 7px #666666;
    }

        .select select::-ms-expand {
            display: none;
        }

        .select select:hover,
        .select select:focus {
            color: #000000;
            background: #cccccc;
        }

        .select select:disabled {
            opacity: 0.5;
            pointer-events: none;
        }

.select_arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 6px;
    height: 6px;
    border: solid #7b7b7b;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
    border-color: #000000;
}

.select select:disabled ~ .select_arrow {
    border-top-color: #cccccc;
}

@media only screen and (min-width: 600px) {
    body {
        background-color: lightblue;
        font-size: 20px;
    }




    .InputBox {
        position: relative;
        display: inline-block;
        margin-bottom: 15px;
        width: 400px;
        height: 40px;
        padding: 5px;
        font-size: 20px;
        border-width: 1px;
        border-color: #CCCCCC;
        background-color: #FFFFFF;
        color: #000000;
        border-style: solid;
        border-radius: 5px;
        box-shadow: 4px 3px 5px rgba(66,66,66,.75);
    }

    .btn {
        position: relative;
        display: inline-block;
        margin-bottom: 15px;
        width: 180px;
        background: #162536;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 3px 3px 7px #666666;
        -moz-box-shadow: 3px 3px 7px #666666;
        box-shadow: 3px 3px 7px #666666;
        font-family: Arial;
        color: #ffffff;
        font-size: 20px;
        padding: 10px 20px 10px 20px;
        text-decoration: none;
    }

        .btn:hover {
            background: #2d4663;
            text-decoration: none;
        }
    .select {
        position: relative;
        display: inline-block;
        margin-bottom: 15px;
        width: 410px;
        height: 50px;
        border-radius: 5px;
        -webkit-box-shadow: 3px 3px 7px #666666;
        -moz-box-shadow: 3px 3px 7px #666666;
        box-shadow: 3px 3px 7px #666666;
        font-size: 20px;
    }

        .select select {
            font-family: 'Arial';
            display: inline-block;
            width: 100%;
            cursor: pointer;
            padding: 10px 15px;
            outline: 0;
            border: 1px solid #000000;
            border-radius: 5px;
            background: #e6e6e6;
            color: #7b7b7b;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            -webkit-box-shadow: 3px 3px 7px #666666;
            -moz-box-shadow: 3px 3px 7px #666666;
            box-shadow: 3px 3px 7px #666666;
        }

            .select select::-ms-expand {
                display: none;
            }

            .select select:hover,
            .select select:focus {
                color: #000000;
                background: #cccccc;
            }

            .select select:disabled {
                opacity: 0.5;
                pointer-events: none;
            }

    .select_arrow {
        position: absolute;
        top: 16px;
        right: 15px;
        width: 6px;
        height: 6px;
        border: solid #7b7b7b;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .select select:hover ~ .select_arrow,
    .select select:focus ~ .select_arrow {
        border-color: #000000;
    }

    .select select:disabled ~ .select_arrow {
        border-top-color: #cccccc;
    }
}

.radio {
    border: 1px solid #000000;
    padding: 4px;
    border-radius: 3px;
    box-shadow: inset 0 0 0 3px rgba(35, 33, 45, 0.3),0 0 0 3px rgba(185, 185, 185, 0.3);
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 7px #666666;
    -moz-box-shadow: 3px 3px 7px #666666;
    box-shadow: 3px 3px 7px #666666;
}

