﻿* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    background: rgb(236, 239, 240);
}

p,
.main-content ul,
.main-content ol,
#conditions-container {
    line-height: 1.5em;
}
.main-content ul li,
.main-content ol li {
    margin-bottom: 20px;
}

h1 {
    border-bottom: 1px solid rgba(18, 52, 66, 0.3);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
h2 {
}
h3 {
    text-transform: uppercase;
    font-size: 16px;
}

/*font-family: 'Libre Baskerville', serif;
font-family: 'Montserrat', sans-serif;*/

.side-nav {
    background: #123442;
    width: 230px;
    padding: 30px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
}
.logo-container {
    text-align: center;
}
.logo-container img {
    width: 100px;
    height: auto;
    margin-bottom: 30px;
}

.side-nav nav {
}
.side-nav nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 15px 10px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sec-nav {
    margin-top: 100px;
}
.sec-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sec-nav ul li {
    text-align: left;
    font-size: 12px;
    margin-bottom: 20px;
}
.sec-nav ul li a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}
.sec-nav ul li a:hover {
    color: rgba(255, 255, 255, 1);
}

.main-content {
    position: absolute;
    left: 230px;
    right: 0;
    top: 0;
    padding: 50px;
}
.content-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}

.txt-center {
    text-align: center;
}

.clear-after::after {
    content: "";
    display: block;
    clear: both;
}

.width75 {
    width: 70%;
    margin-right: 5%;
    float: left;
}
.width25 {
    width: 25%;
    float: left;
}

.width20 {
    width: 20%;
    float: left;
}

.width50 {
    width: 47.5%;
    float: left;
}
.width50:last-child {
    margin-left: 5%;
}

.width33 {
    width: 30%;
    float: left;
}
.width33:nth-child(2) {
    margin: 0 5%;
}

.relative {
    position: relative;
}

input,
select,
textarea,
button,
a.button {
    font-family: "Montserrat", sans-serif;
}

fieldset {
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #bcc4ca;
    padding: 15px 15px 10px 15px;
}
legend {
    background: #eff3f6;
    padding: 5px 10px;
    font-size: 12px;
    position: static;
    text-transform: uppercase;
    font-weight: 700;
}

.flex-container {
    display: flex;
    gap: 1rem;
    padding: 0.1rem;
}

.main-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #ccc;
}
.main-table th {
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    background: #123442;
    color: #fff;
    padding: 10px;
}
.main-table input[type="text"],
.main-table input[type="email"] {
    width: 100%;
    padding: 10px;
}

.main-table input[type="date"] {
    width: 100%;
    padding: 8px 10px;
}

.main-table td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.main-table tr:nth-child(odd) td {
    background: #e5ecee;
}

.form-section-title {
    color: #123442;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 16px 0;
    line-height: 1em;
}

.form-container {
    margin-bottom: 15px;
}
.form-container.last-container {
    margin-top: 15px;
}
.form-container label {
    display: block;
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
}

.form-container input[type="text"],
.form-container input[type="email"],
.form-container input[type="number"],
.form-container input[type="tel"],
.form-container input[type="password"],
.form-container select,
.form-container textarea {
    width: 100%;
    padding: 10px;
}
.form-container textarea {
    height: 200px;
}

.form-container input[type="date"] {
    width: 100%;
    padding: 8px 10px;
}

.form-container button,
a.button {
    background: #1b99cc;
    color: #fff;
    padding: 10px;
    font-weight: 700;
    border: 0;
    cursor: pointer;
}
.form-container button {
    margin-right: 10px;
}

.rb-container {
    float: left;
    margin-right: 7px;
}
.rb-container:last-child {
    margin-right: 0;
}

.form-submit-container {
    background: #d9e5e8;
    padding: 20px;
}
.form-submit-container button,
a.button {
    background: #1b99cc;
    color: #fff;
    padding: 10px;
    font-weight: 700;
    border: 0;
    cursor: pointer;
}
a.button {
    font-size: 13.5px;
    text-decoration: none;
}

.login-bg {
    background: url(../images/statelandsbg.jpg) no-repeat;
    background-size: cover;
}

.login-bar {
    width: 350px;
    padding: 30px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: #123442;
    color: #fff;
}

.forgot-pw-link {
    font-size: 0.8em;
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
}

.login-title {
    font-size: 14px;
    position: absolute;
    left: 400px;
    right: 50px;
    bottom: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    text-align: right;
}

#create-account-form {
    background: rgb(236, 239, 240);
    left: 350px;
    height: 100%;
    padding-top: 100px;
}

.required {
    color: red;
}

.invalid {
    border-style: solid;
    border-width: 2px;
    border-color: red;
}

input.invalid,
textarea.invalid,
select.invalid,
td.invalid {
    box-shadow: 0 0 0px 2px red;
}

.notifyjs-corner {
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 99999999 !important;
}

#overlay {
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 100000; /* Sit on top */
    left: 0;
    top: 0;
    background: rgba(141, 141, 141, 0.4);
    overflow-x: hidden; /* Disable horizontal scroll */
    display: none;
}

#signature {
    border-bottom: black solid;
}

#loader {
    position: fixed;
    opacity: 1;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #a7a5a5;
    border-radius: 50%;
    border-top: 16px solid rgba(77, 57, 194, 1);
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#conditions-container {
    margin: 10px 0;
}
.checkbox-container {
    margin-left: 50px;
    margin-bottom: 10px;
}
.checkbox-container label {
    color: #000000;
    padding: 0 5px 0 10px;
}
#conditions-container ol.alpha {
    counter-reset: alpha;
}
#conditions-container ol li {
    list-style: none;
    position: relative;
    margin-bottom: 0.8em;
}
#conditions-container ol.alpha > li:before {
    counter-increment: alpha;
    content: "(" counter(alpha, lower-alpha) ") ";
}

#acknowledge {
    margin: 0 10px 0 5px;
}

#grid {
    margin-bottom: 20px;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
