body {
    background-color: #ffffff;
}

h1, h2 {
    font-family: Eras ITC, Eras Bold ITC, sans-serif !important;
}

table {
    background-color: #a9a9a9;
    border-left: 4px solid #000000 !important;
    border-right: 4px solid #000000 !important;
    width: 70%;
}

table td {
    width: 25%;
}

td.fieldLabel {
    border-bottom: 2px solid #000000 !important;
    border-top: medium none !important;
}

td.fieldLabel2 {
    border-bottom: 4px solid #000000 !important;
    border-top: medium none !important;
}

table thead:first-child tr:first-child th:last-child,
table tbody:first-child tr:first-child td:last-child {
    border-radius: 2px !important;
}

.blockHeader {
    font-family: Eras ITC, Eras Bold ITC, sans-serif;
    background-color: #404040;
    background-repeat: repeat-x;
    border: 2px solid #e4d713 !important;
    border-radius: 2px 2px 0 0 !important;
    color: #e4d713;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
}

input[type="text"]#trp_chk {
    display: none;
}
input[type="text"],
input[type="email"],
input,
textarea {
    color: #444444 !important;
    font-family: 'Open Sans', 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
.ui-autocomplete-input,
textarea,
.uneditable-input {
    border: 1px solid #000000;
    border-radius: 3px;
    color: #808080;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    padding: 3px;
}

label,
input,
button,
select,
textarea {
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
}

label {
    font-family: 'Open Sans', 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif;
    color: #000000;
}

input[type="submit"] {
    font-family: Eras ITC, Eras Bold ITC, sans-serif !important;
    letter-spacing: 1px;
    padding: 10px;
    color: #e4d713 !important;
    background: #404040;
    border: 2px solid #e4d713;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
}

input[type="button"] {
    background-color: #2C3539;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /*border-color: #CCCCCC #CCCCCC #BBBBBB;
    border-radius: 4px;*/
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

input[type="submit"]:hover {
    background: #606060;
}

input[type="radio"] {
    position: relative;
    vertical-align: middle;
    bottom: 5px;
    width: 20px !important;
    height: 20px !important;
}

input[type="checkbox"] {
    border: 2px solid black;
    width: 18px;
    height: 18px;
}

select {
    font-family: 'Open Sans', 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif;
}

option {
    font-family: 'Open Sans', 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif;
}

.tooltip {
    display: inline;
    position: relative;
}

.tooltip:hover:after {
    background: #282828;
    background: rgba(0, 0, 0);
    border-color: yellow;
    border-style: solid;
    border-width: 5px;
    border-radius: 20px;
    bottom: 220px;
    color: #fff;
    content: attr(title);
    left: 0%;
    padding: 25px 25px;
    position: absolute;
    z-index: 98;
    width: 450px;
}

.tooltip:hover:before {
    border: solid;
    border-color: yellow transparent;
    border-width: 12px 12px 0 12px;
    bottom: 208px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.tooltip2 {
    display: inline;
    position: relative;
}

.tooltip2:hover:after {
    background: #282828;
    background: rgba(0, 0, 0);
    border-color: yellow;
    border-style: solid;
    border-width: 5px;
    border-radius: 20px;
    bottom: 220px;
    color: #fff;
    content: attr(title);
    right: 0%;
    padding: 25px 25px;
    position: absolute;
    z-index: 98;
    width: 450px;
}

.tooltip2:hover:before {
    border: solid;
    border-color: yellow transparent;
    border-width: 12px 12px 0 12px;
    bottom: 208px;
    content: "";
    right: 50%;
    position: absolute;
    z-index: 99;
}

#load {
    position: fixed;
    z-index: 5;
    background: #696969;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    margin: 0px;
    text-align: center;
    line-height: 300px;
    font-family: "Eras ITC", "Eras Bold ITC", sans-serif;
    color: #e4d713;
    font-size: 32pt;
    font-weight: bold;
}

#load img {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -64px;
    /* Width of image /2 */
    margin-top: -64px;
    /* Height of image /2 */
}

#confirmed {
    position: fixed;
    z-index: 10;
    background: #ffffff;
    width: 100%;
    height: 110%;
    margin: -20px;
    text-align: center;
}

#confirmed h4 {
    color: #404040;
    font-size: 22px;
    font-weight: bold;
    font-family: Eras ITC, Eras Bold ITC, sans-serif;
    margin-top: 15%;
}

#confirmed p {
    color: #404040;
    font-size: 22px;
    font-weight: bold;
    font-family: Eras ITC, Eras Bold ITC, sans-serif;
    margin-top: 5%;
}

#confirmed img {
    position: fixed;
    left: 50%;
    margin-top: 30px;
    margin-left: -185px;
    /* Width of image /2 */
}

#closeConfirm {
    color: #e4d713;
    background: #404040;
    border: 3px solid #e4d713;
    border-radius: 20px;
    font-size: 22px;
    font-weight: bold;
    font-family: Eras ITC, Eras Bold ITC, sans-serif;
    padding: 15px;
    cursor: pointer;
    text-decoration: none;
}

.button {
    font-family: Eras ITC, Eras Bold ITC, sans-serif;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px;
    color: #e4d713;
    background: #404040;
    border: 2px solid #e4d713;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.8s ease-out;
}

.button:hover {
    background: #606060;
}

.button a {
    color: #e4d713;
    padding: 5px;
    text-decoration: none;
}

.overlay {
    font-family: Eras ITC, Eras Bold ITC, sans-serif;
    font-weight: bold;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    min-height: 52%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Eras ITC, Eras Bold ITC, sans-serif;
}

.popup .close {
    transition: all 350ms;
}

.popup .close:hover {
    color: #E4D713;
}

.popup .content {
    display: block;
    height: 20%;
    margin: 2%;
    overflow: visible;
}

.popup iframe {
    margin-top: 5%;
    height: 225px;
}

.popup .content hr {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

.popup .content p {
    margin-bottom: 10px;
    padding: 10px;
}

.popup .content label {
    margin: 2%;
}

.popup .pdf {
    cursor: pointer;
    text-align: left;
    font-size: small;
}

.popup .content .nextBtn {
    display: none;
    margin-bottom: 20px;
    text-align: right;
}

.popup .content .closeBtn {
    display: none;
    margin-bottom: 20px;
    text-align: right;
}

.popup .content .showNext {
    display: inline;
    margin-bottom: 20px;
    text-align: right;
}

.popup .content .showClose {
    display: inline;
    margin-bottom: 20px;
    text-align: right;
}

.modal-state {
    visibility: hidden;
}

.modal-state:checked {
    opacity: 1;
}

.hiddenTerms {
    display: none;
}

.termText {
    font-family: Eras ITC, Eras Bold ITC, sans-serif;
    font-size: 1.1em;
    padding: .5%;
    page-break-inside: avoid;
}