﻿.Form {
    font-size: 18px;
}

.Form input[type="text"],
.Form select,
.Form textarea {
    font-size: 18px;
    line-height: 26px;
    width: 90%;
    border: 1px solid #CCC;
    font-family: 'Archivo Narrow', Geneva, sans-serif;
    padding: 5px;
    margin: 10px 0 40px;
    background: #FEFEFE;
}

.Form select {
    text-transform: capitalize;
}

.Form input[type="text"]:focus {
    background: white;
}

.grid_3 input[type="text"] {
    width: 79%;
}

input.Btn, a.Btn {
    font-size: 18px;
    line-height: 26px;
    border: 1px solid #CCC;
    font-family: 'Archivo Narrow', Geneva, sans-serif;
    padding: 5px 30px;
    color: white;
    background: #0072B1;
    cursor: pointer;
}

input.Btn:hover, a.Btn:hover {
    background: #2c85b6;
}

#HelpImage {
    margin-bottom: 30px;
    display: none;
    max-width: 90%;
}

.HelpLink img {
    width: auto !important;
}

.PrivacyText {
    border: 1px solid #d7d7d7;
    color: #888;
    display: block;
    font-size: 12px;
    height: 8em;
    line-height: 1.2em !important;
    margin: 10px 0 !important;
    overflow: auto;
    padding: 1%;
    width: 98%;
}