body {
    font-family: "Nissan Light", "Nissan Regular", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #343434;
    line-height: 22px;
}

h1, .h1 {
    font-family: "Nissan Bold", "Nissan Regular", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #343434;
}

.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: #c3002f;
    color: #fff;
    font-family: "Nissan Regular", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
}

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

.btn.nissan {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    transform: translateX(0);
    overflow: hidden;
    padding: 16px 45px 16px 20px;
    font-size: 14px;
    display: inline-block;
    background: #c3002f;
    color: #ffffff;
    border: 0;
    text-decoration: none;
    text-align: left;
    font-family: "Nissan Regular", "Nissan Regular", Verdana, Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.3;
    position: relative;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    border-radius: 0;
    width: 100%;
    margin-top: 20px;
}

.btn.nissan:hover,
.btn.nissan:active,
.btn.nissan:focus {
    background: #920023;
    border-color: #920023;
    color: #ffffff;
}

.btn.nissan::after {
    font-family: icon-Nissan-Global;
    content: "\e634";
    color: #ffffff;
    font-size: 14px;
    right: 20px;
    top: 50%;
    margin-top: -.5em;
    position: absolute;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.btn.nissan:hover::after,
.btn.nissan:active::after,
.btn.nissan:focus::after {
    transform: translateX(5px);
}

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

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

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

.col-form-input, textarea {
    padding: 12px;
    border: 1px solid #666666;
    background-color: transparent;
}

select.col-form-input {
    padding: 12px;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23c3002f' d='m2 5L0 3h4z'/></svg>");
    background-repeat: no-repeat !important;
    background-position: bottom 16px right 16px !important;
    background-size: 24px !important;
    background-color: transparent !important;
    appearance: none;
}

/*
select.col-form-input:focus {
    background: transparent !important;
}
*/

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

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

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

.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-family: "Nissan Bold", "Nissan Regular", Helvetica, Arial, sans-serif;
    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 #666666;
    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 {
    font-family: "Nissan Regular", "Nissan Bold", "Nissan Regular", Helvetica, Arial, sans-serif;
    text-decoration: none;
    font-weight: normal;
    color: #525050;
}

header a:hover, header a:active, header a:focus, header a.active {
    color: #920023;
/*    text-decoration: underline; */
}

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

footer {
    padding-top: 12px;
    padding-bottom: 12px;
    bottom: 0;
    width: 100%;
    text-transform: uppercase;
}

footer a {
    color: #343434 !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: "Nissan Regular", Hevetica, Arial, sans-serif;
    line-height: 23px;
}

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

h2 {
    font-family: "Nissan Regular", Helvetica, Arial, sans-serif;
    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-family: "Nissan Regular", "Nissan Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
}