﻿body {
    color:#666666;
}
a:link, a:visited {
    color:#666666;
    text-decoration: underline;
}

div.contentWrapper {
    display: flex;
}

.wrapper, .inner-wrapper {
    width: 100%;
}

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: 1rem !important;
}

.button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 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;
    }
