﻿body { color: #666666; }

a:link, a:visited {
    color: #666666;
    text-decoration: underline;
}

div.contentWrapper { display: flex; }

.wrapper, .inner-wrapper { width: 100%; }
div.inner-wrapper { margin-bottom: 0px !important; }

h1.title {
    font-family: HelveticaNeueLTStd-ThIt, sans-serif;
    font-size: 52px;
    margin-bottom: 0px;
    text-transform: capitalize;
    text-align: left;
}

div.inner-wrapper {
    display: inline-block;
    margin-bottom: 30px;
    text-align: left;
}

div.form-wrapper {
    width: 100%;
    max-width: 700px;
    float: left;
}

div.row {
    margin-bottom: 0.5rem !important;
    width:100%;
}

.help-link {
    vertical-align: bottom;
    margin-top: 15px;
    font-size: 0.8rem;
    display: block;
}

.welcome-msg, .sys-msg {
    font-size: 1.2rem;
    margin-top: 0px;
    float: left;
}

    .welcome-msg span, .welcome-msg ul {
        display: inline-block;
        margin-top: 15px;
        width: 100%;
    }

        .welcome-msg ul li {
            font-size: 1rem;
        }

    .sys-msg {margin-bottom: 15px;}

.err-msg {
    color: red;
}

.success-msg {
    color: green;
}

.button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0px;
    margin: 20px 0px 0px 0px;
}

.fields {
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    color: #666666;
    height: 42px;
    width: 100%;
    line-height: 42px;
    vertical-align: middle;
    border: solid #AAAAAA 1px;
    padding-left: 5px;
}

    .fields.half {
        max-width: 350px;
    }

    .fields.ddl option {
        font-size: 16px;
    }

    .fields.cbx {
        border: none;
        line-height: 20px;
        margin-left: 20px;
    }

        .fields.cbx label {
            padding-left: 10px;
        }

.consent {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #666666;
    text-align: left;
}

.antispam {
    position: absolute;
    left: -99999px;
}

input::placeholder {
    color: #ababab;
}

@media only screen and (max-width: 675px) {
    h1.title {
        font-size: 30px;
    }
}

#pageoverlay {
    background: rgba(156, 156, 156, 0.45) url('/Images/loading.gif') no-repeat center;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

    #pageoverlay.showoverlay {
        display: block;
    }