body {
    font-family: "FrutigerLTStd", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: rgb(82, 80, 80);
    /*color: #9ba0a7;*/
    line-height: 20px;
}

h1, .h1 {
    font-weight: 700;
    text-transform: uppercase;
    color: #9ba0a7;
}

.btn {
    text-transform: uppercase;
    border-radius: 0;
    transition: background-color .2s ease-out;
    height: 3rem;
    line-height: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #00803d;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.btn:hover, .btn:active, .btn:focus {
    border: 1px solid black;
    background-color: #00803d;
    color: #fff;
}

label,
legend {
    height: 38px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.55;
    color: #555;
}

.form-check-label {
    padding-top: 0;
    padding-left: 0;
}

label.col-form-label {
    white-space: nowrap;
}

#results * {
    font-size: 9.5pt !important;
}

#results.table th {
    text-align: left;
    width: auto;
}

.table th {
    text-align: right;
    width: 33%;
}

.plyr__controls {
    min-width: 320px;
    width: 66%;
    margin: 0 auto 4%;
}

.message.error {
    color: #a02020;
    text-align: center;
    font-size: 120%;
}

.message.success {
    color: #028020;
    text-align: center;
    font-size: 120%;
}

.message.hidden {
    display: none;
}

.alert {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.desc::after {
    color: #2299ff;
    content: ' ↑';
}

.asc::after {
    color: #2299ff;
    content: ' ↓';
}

.required label::after,
.required legend::after,
.form-error~label::after {
    content: '*';
    color: #b02020;
    font-weight: 900;
}

.required legend~div label::after {
    content: '' !important;
}

.error>label,
.error>legend {
    color: #d02020;
}

.form-control::placeholder {
    color: #999;
    opacity: 1;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.55;
    color: #555;
    background-color: #fff;
    /* background-image: none; */
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select.form-control {
    width: 50%;
    background: url('../img/triangel_down.png') no-repeat 98% 50%;
}

.error input[type="text"],
.error input[type="select"] {
    border-right-color: #d02020;
    border-right-width: 16px;
}

.disabled, input:disabled, select:disabled, textarea:disabled, .form-check-input:disabled {
    cursor: not-allowed;
}

header {
    top: 0;
    text-transform: uppercase;
}

header nav {
    padding-top: 28px;
}

header a {
    text-decoration: none;
    color: #525050;
}

header a:hover, header a:active, header a:focus, header a.active {
    font-weight: bold;
/*    text-decoration: underline; */
}

header a:not(:last-child) {
    margin-right: 1.5rem;
}        

footer {
    color: white;
    background: #525050;
    padding-top: 38px;
    padding-bottom: 38px;
    bottom: 0;
    width: 100%;
    text-transform: uppercase;
}

footer a {
    color: white !important;
}

footer a:hover, footer a:active, footer a:focus {
    text-decoration: underline;
}

footer .nav-item .nav-link {
    padding: 0;
}

@media screen and (min-width: 768px) {
    footer .nav-item:not(:last-child) .nav-link {
        margin-right: 1.5rem;
    }        
}

/*
footer .nav-item:not(:last-child) .nav-link::after {
    content: '|';
    margin-left: 1rem;
}
*/

#mainContent {
    background-color: white;
}

.text-black {
    color: black;
}

p, td, th, a, blockquote, li, span, input {
    font-size: 16px;
    font-family: "FrutigerLTStd-Light", Hevetica, Arial, sans-serif;
    line-height: 23px;
}

h1, .h1 {
    font-family: "FrutigerLTStd-Light", Hevetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 43px;
    padding: 0;
    font-weight: normal;
    color: #9ba0a7;
    margin: 0 0 25px 0;
      margin-top: 0px;
}

h2 {
    font-weight: normal;
    color: #9ba0a7;
}

table th {
    color: #9ba0a7 !important;
}

.form-check-input {
    border: 2px solid #555;
}

.form-check-input:checked {
    background-color: #ef0d6e;
    border-color: #ef0d6e;
}

textarea.form-control {
    height: auto;
}

.text-bold {
    font-weight: bold;
}