﻿body {
    background-color: #e0d9d3;
    font-family: 'Oswald', sans-serif;
}

.btn-medium {
    margin-top: 2em;
    background-color: #900;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    letter-spacing: .02em;
    text-align: center;
    font-family: 'Roboto';
}

    .btn-medium:hover {
        background-color: #000000;
    }

.checkbox-input label {
    font-family: 'Roboto';
    font-weight: 600;
    margin-left: 7px;
    font-size: 21px;
}


.comment-box {
    width: 49%;
    line-height: 1.6;
    background: rgba(0,0,0,0);
    padding-left: 12px;
    padding-top: 8px;
    border: 2px solid transparent;
    transition: all .3s;
    margin: .5em 0;
    border-bottom: 2px solid #cfc7c0;
}

.input-error-box {
    width: 100%;
    line-height: 1.6;
    background: rgba(0,0,0,0);
    padding-top: 8px;
    border: 2px solid transparent;
    transition: all .3s;
    margin: .5em 0;
    color: #C80000;
    font-family: "Roboto";
    padding-left: 10px;
}

.input-error-box-hide {
    display: none;
}

.email-input-box {
    width: 100%;
    line-height: 1.6;
    background: rgba(0,0,0,0);
    border: 2px solid transparent;
    transition: all .3s;
    border-bottom: 2px solid #cfc7c0;
    padding-left: 12px;
    padding-top: 8px;
}

.div-comment-box {
    width: 49%;
    line-height: 1.0;
    background: rgba(0,0,0,0);
    padding-top: 8px;
    transition: all .3s;
    margin: .5em 0;
    display: grid;
}

.div-comment-box-error {
    border: 2px solid #C80000;
    width: 49%;
    margin-top: 2px;
}

input.formInvalidEmail::-webkit-input-placeholder {
    color: #C80000 !important;
    width: 100%;
}

input.formInvalidEmail::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #C80000 !important;
    width: 100%;
}

input.formInvalidEmail::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #C80000 !important;
    width: 100%;
}

input:-ms-input-placeholder.formInvalidEmail { /* Internet Explorer 10+ */
    color: #C80000 !important;
    width: 100%;
}

input.formInvalidEmail {
    width: 100%;
    line-height: 1.6;
    background: rgba(0,0,0,0);
    padding-left: 12px;
    border: 2px solid transparent;
    transition: all .3s;
    border-bottom: 2px solid #cfc7c0;
}


.content-header-pic {
    padding-top: 128px;
    width: 100%;
}

.content-wrapper {
    padding-top: 60px;
    margin: 0 15%;
}

.copyright-cell {
    background-color: #171411;
    text-align: center;
}

.custom-error {
    color: #b70f0a;
    font-size: 10px;
    font-weight: bold;
}

.footer-cell {
    background-image: url('Images/footer-Bkgd.jpg');
    text-align: center;
    padding: 0px 0px 20px;
}

.header-cell {
    height: 80px;
    background-image: url('Images/wood.jpg');
}

.header-logo {
    position: absolute;
    top: 70px;
    left: 50px;
}

.header-nav-menu {
    margin-left: 235px;
    display: block;
}

.header-nav-menu-mobile {
    margin-left: 235px;
    display: none;
}

.header-wrapper {
    position: fixed;
    height: 128px;
    width: 100%;
}

.input-form {
    padding: .5em 1.5em;
    background-color: #fff;
    font-family: "Roboto";
}

.info-text {
    font-family: "Sentinel SSm A","Sentinel SSm B";
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #2d2926;
}


input.formInvalid::-webkit-input-placeholder {
    color: #C80000 !important;
    width: 49%;
}

input.formInvalid::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #C80000 !important;
    width: 49%;
}

input.formInvalid::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #C80000 !important;
    width: 49%;
}

input:-ms-input-placeholder.formInvalid { /* Internet Explorer 10+ */
    color: #C80000 !important;
    width: 49%;
}

input.formInvalid {
    width: 49%;
    line-height: 1.6;
    background: rgba(0,0,0,0);
    padding-left: 12px;
    padding-top: 8px;
    border: 2px solid transparent;
    transition: all .3s;
    margin: .5em 0;
    border-bottom: 2px solid #cfc7c0;
}


.input-row {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1em 0;
}

.lblError {
    color: #C80000;
    font-weight: bold;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(199,7,46, 0.2);
    border-right: 1.1em solid rgba(199,7,46, 0.2);
    border-bottom: 1.1em solid rgba(199,7,46, 0.2);
    border-left: 1.1em solid #B2282E;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.item-list {
    font-family: "Sentinel SSm A","Sentinel SSm B";
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #2d2926;
}

.page-title {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

    .page-title::before,
    .page-title::after {
        display: inline-block;
        content: "";
        border-top: .3rem solid black;
        width: 4rem;
        margin: 0 1rem;
        transform: translateY(-1rem);
    }


.progress-spinner {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-color: #000000;
    opacity: 0.7;
}


.submit-button {
    background-color: #b70f0a;
    color: white;
    font-family: sans-serif;
    margin: 5px 0 50px 85px;
    width: 250px;
    font-size: 23px;
    border-radius: 3px;
    border-color: black;
    border-width: 0;
}

.top-nav-cell {
    height: 48px;
    background-image: url('Images/topnav-Bkgd.jpg');
}

.top-nav-location {
    width: 160px;
    float: left;
}

.top-nav-RewardsLogin {
    width: 293px;
    float: right;
}

.top-nav-right-cell {
    width: 48px;
    height: 48px;
    background-color: #b3282d;
    float: right;
}

.vldError {
    display: inline;
    font-size: 12px;
    float: left;
    position: absolute;
    color: #b70f0a;
}

.wrapper-confirmation {
    padding-top: 1rem !important;
    width: calc(100% - 4em);
    margin: 1% 5%;
}

@media only screen and (max-width: 1024px) {

    .btn-medium {
        font-size: 36px;
        padding: 20px 40px;
    }

    .div-comment-box-error {
        width: 100% !important;
    }

    .div-comment-box {
        width: 100% !important;
    }

    .content-wrapper {
        margin: 0 5%;
    }

    .checkbox-input label {
        font-size: 2em;
        margin-left: 50px;
        margin-top: -46px;
    }

    .checkbox-input input[type=checkbox], .checkbox-input input[type=radio] {
        height: 36px;
        width: 36px;
    }

    .comment-box {
        width: 100%;
        font-size: 1.5em;
        line-height: 1.7em;
    }

    .header-nav-menu {
        display: none;
    }

    .header-nav-menu-mobile {
        display: block;
    }

    .info-text {
        font-size: 2rem;
        line-height: 1.5em;
    }

    input.formInvalid::-webkit-input-placeholder {
        width: 100%;
    }

    input.formInvalid::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        width: 100%;
        font-size: 1.5em;
    }

    input.formInvalid::-moz-placeholder { /* Mozilla Firefox 19+ */
        font-size: 1.5em;
        width: 100%;
    }

    input:-ms-input-placeholder.formInvalid { /* Internet Explorer 10+ */
        font-size: 1.5em;
        width: 100%;
    }

    input.formInvalid {
        width: 100%;
        font-size: 1.5em;
        line-height: 1.7em;
    }

    input.formInvalidEmail::-webkit-input-placeholder {
        color: #C80000 !important;
        width: 100%;
        font-size: 1.5em;
    }

    input.formInvalidEmail::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #C80000 !important;
        width: 100%;
        font-size: 1.5em;
    }

    input.formInvalidEmail::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #C80000 !important;
        width: 100%;
        font-size: 1.5em;
    }

    input:-ms-input-placeholder.formInvalidEmail { /* Internet Explorer 10+ */
        color: #C80000 !important;
        width: 100%;
        font-size: 1.5em;
    }

    input.formInvalidEmail {
        width: 100%;
        line-height: 2.0em;
        background: rgba(0,0,0,0);
        padding-left: 12px;
        border: 2px solid transparent;
        transition: all .3s;
        border-bottom: 2px solid #cfc7c0;
    }

    .email-input-box {
        font-size: 1.5em;
        line-height: 1.7em;
    }
}
