﻿body {
}

.vc-oldgold, .vc-hover-oldgold:hover {
    color: #000 !important;
    background-color: #cfb53b !important
}

.vc-text-oldgold, .vc-hover-text-oldgold:hover {
    color: #cfb53b !important
}

.vc-border-oldgold, .vc-hover-border-oldgold:hover {
    border-color: #cfb53b !important
}

.vc-uabgreen, .vc-hover-uabgreen:hover {
    color: #000 !important;
    background-color: #006341 !important
}

.vc-text-uabgreen, .vc-hover-text-uabgreen:hover {
    color: #006341 !important
}

.vc-border-uabgreen, .vc-hover-border-uabgreen:hover {
    border-color: #006341 !important
}

.vc-tan, .vc-hover-tan:hover {
    color: #000 !important;
    background-color: #F1F1E7 !important
}

.vc-text-tan, .vc-hover-text-tan:hover {
    color: #F1F1E7 !important
}

.vc-border-tan, .vc-hover-border-tan:hover {
    border-color: #F1F1E7 !important
}

.vc-margin8 {
    margin: 8px !important
}

.vc-margin8-top {
    margin-top: 8px !important
}

.vc-margin8-bottom {
    margin-bottom: 8px !important
}

.vc-margin8-left {
    margin-left: 8px !important
}

.vc-margin8-right {
    margin-right: 8px !important
}

.vc-margin4 {
    margin: 4px !important
}

.vc-margin4-top {
    margin-top: 4px !important
}

.vc-margin4-bottom {
    margin-bottom: 4px !important
}

.vc-margin4-left {
    margin-left: 4px !important
}

.vc-margin4-right {
    margin-right: 4px !important
}

.hd1{
    font-size:20px;
}

.hd2 {
    font-size:32px;
}

.formlabel{
    padding-right: 7px;
}

.formfield{
    width:50%;
}

.btnb {
    min-width: 70%;
}

.w100{
    width:100%;
    font-weight:bold;
}

.wpage {
    max-width: 960px;
    margin: auto;
}

.divcenter{
    margin:auto;
}

.button1{
    width:50%;
}

.vshow{
    visibility:visible;
}

.vhide{
    visibility:hidden;
    display:none;
}




/*divs*/

.all1 {
    float: left;
    width: 100%;
    margin: auto;
    text-align: center;
    min-height: 35px;
}

.all2 {
    float: left;
    width: 50%;
    margin: auto;
    text-align: center;
    min-height: 35px;
}

.all2formleft {
    float: left;
    width: 30%;
    text-align: right;
    margin: auto;
    min-height: 35px;
}

.all2formright {
    float: right;
    width: 70%;
    text-align: left;
    margin: auto;
    min-height: 35px;
}

.all3 {
    float: left;
    width: 33.3%;
    margin: auto;
    text-align: center;
    min-height: 35px;
}

.all3x {
    float: left;
    width: 33.3%;
    margin: auto;
    text-align: center;
    min-height: 35px;
}



.all4 {
    float: left;
    width: 25%;
    margin: auto;
    text-align: center;
    min-height: 35px;
}

.all4x {
    float: left;
    width: 25%;
    margin: auto;
    text-align: center;
    min-height: 35px;
}

@media screen and (max-width: 600px) 
{
    .all3, .all2, .all4, .all2formleft, .all2formright 
    {
        width: 100%;
        text-align: center;
        vertical-align: middle;
        padding: 0;
        margin:0;
    }

    .hd1 {
        font-size: 3vw;
    }

    .hd2 {
        font-size: 6vw;
    }

    .formlabel {
        padding-right: 0px;
        font-size: 30px;
        vertical-align: text-bottom;
    }

    .formfield, .field100 {
        width: 85%;
        min-height: 40px;
        font-size: large;
    }

    .btna{
        font-size: 14px;
    }

    .btnb {
        min-width: 75%;
        font-size: 18px;
    }

}
