﻿html, body {
    font-family: "Roboto",sans-serif;
    font-size: 1em;
    color: #000000;
}

footer {
    font-size: 0.875rem;
}

p, ol {
    color: #393E40;
    font-size: 0.9375rem;
    line-height: 1.6;
    font-weight: 300;
    padding: 0;
}

@media (min-width: 56.25em) {
    p,ol {
        font-size: 1.125rem;
        line-height: 1.8;
    }
}

/* Header Image Changes */
.header-top {
    text-align: center;
}

.layout-brandlogo {
    width: 250px !important;
}

/* START - Setup Main View */
.mainView {
    min-height: 400px;
}

main {
    padding-top: 32px;
    padding-bottom: 32px;
}

@media (max-width:768px) {
    .mainView {
        min-height: 0px;
        padding-left: 32px;
        padding-right: 32px;
    }
}
/* END - Setup Main View */

/* START - Pin Page */
.pin-container {
    padding: 3em;
}

    .pin-container > .row {
        justify-content: center;
        align-content: center;
    }

.pin-input {
    margin: 15px 0 20px 0;
}

.pin-control {
    margin: 32px 0 32px 0;
    max-width: 500px;
}

@media (max-width:768px) {
    .pin-container {
        padding: 0px;
    }

    .pin-control {
        max-width: none;
    }

    .pin-submit > .btn-primary {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
/* END - Pin Page */

/* START - Gift Select Page */
.giftcard-header {
    text-align: center !important;
}

ul.giftcard-list {
    margin-bottom: 0px !important;
}

li.giftcard-ticket {
    max-width: 250px;
    margin: 10px;
    display: inline-grid;
}

    li.giftcard-ticket:last-child {
        margin-bottom: 0px !important;
    }

.giftcard-image {
    max-height: 150px;
}

@media (max-width:768px) {
    li.giftcard-ticket {
        max-width: 185px;
    }
}

.giftcard-ticket img {
    /*margin-bottom: 10px;*/
}
/* END - Gift Select Page*/

/* START - Confirm Page*/
@media only screen and (max-width: 576px) {
    .confirm-text {
        padding-top: 1em;
    }
}

.confirm-text {
    padding-bottom: 1em;
}

.confirm-buttons {
    padding-top: 1em;
    text-align: right;
}
/* END - Confirm Page*/

/* START - Registration Page */
.registration-header {
    text-align: center;
    padding-bottom: 1em;
}

.registration-buttons {
    text-align: right;
}

.registration-form {
    padding-top: 16px;
}

.registration-buttons > .btn-prev {
    display: none;
}
/* END - Registration Page */

/* START - Congrats Page*/
.congrats-container > .row {
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .congrats-description {
        margin: 1em 0px;
    }

    .congrats-image {
        padding: 0px 1em;
    }
}
/* END - Congrats Page*/

.step-description {
    margin: 0 0 20px 0;
}

/* START - Button Styles */
.btn-primary {
    background-color: #CC1819;
    border: 0px solid #CC1819;
    font-size: 1.05em;
    font-weight: bold;
    border-radius: 0px;
}

    .btn-primary:hover {
        background-color: #CC1819;
        border: 0px solid #CC1819;
    }

    .btn-primary:active, .btn-primary:focus {
        color: #ffffff !important;
        background-color: #CC1819 !important;
        border: 1px !important;
        box-shadow: 0 0 0 0.2rem rgba(204, 24, 25, 0.5) !important;
    }

    .btn-primary:disabled {
        background-color: #CC1819 !important;
        border: 0px solid #CC1819 !important;
    }

@media (max-width:576px) {
    .btn-primary {
        margin-bottom: 8px;
    }
}

a.btn-primary {
    color: #ffffff;
}

.btn-secondary {
    font-size: 1.05em;
    font-weight: bold;
}

.btn-next {
    padding: 10px;
    width: 150px;
    /*padding-right: 50px;
    background-image: url(/Images/chevron-right.png);
    background-repeat: no-repeat;
    background-position: right 15px center;*/
}

.btn-prev {
    padding: 10px;
    width: 150px;
    /*padding-left: 50px;
    background-image: url(/Images/chevron-left.png);
    background-repeat: no-repeat;
    background-position: left 15px center;*/
    color: #343a40 !important;
    background-color: #FFFFFF !important;
}

/* END - Button Styles */

/* START - Navigation */
/* START - Change Height */
.navbar-nav > li > a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
/* END - Change Height */

/* START - Add Pipes */
.nav-link {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #686e71;

    white-space: nowrap;
}

#options-nav li > a {
    border-right: 1px solid currentColor !important;
}

#options-nav li:last-child > a {
    border-right: 0 !important;
}

@media only screen and (max-width: 576px) {
    #options-nav li > a {
        border-right: 0 !important;
        text-align: center;
    }

    .nav-item {
        padding: 8px;
        font-size: 1.25em;
    }
}
/* END - Add Pipes */
/* END - Navigation */

.myr-landing-header {
    display: none;
}

.myr-landing-desc {
    text-align: center;
    width: 100%;
    font-size: 20pt;
    font-weight: bold;
    color: #000000;
    padding-bottom: 16px;
}

    .myr-landing-desc a {
        color: #1e8ecd !important;
        text-decoration: underline !important;
    }

.myr-landing-main {
    background-color: #218ECD;
    border: 3px #385D8A solid;
    font-size: 16pt;
    font-weight: bold;
    line-height: 1.15;
    color: #FFFFFF;
    padding: 16px 32px;
    margin-bottom: 16px;
}

.myr-landing-form {
    background-color: #061B27;
    text-align: center;
    font-size: 10pt;
    padding: 16px 0px;
}

    .myr-landing-form .btn-primary {
        font-size: 10pt;
    }

    .myr-landing-form .form-control {
        font-size: 10pt;
    }

.myr-landing-form-header {
    padding-bottom: 1em;
}

.myr-landing-form-approval {
    font-size: 8pt;
}

    .myr-landing-form-approval .form-check {
        padding-top: 16px;
    }

    .myr-landing-form-approval .form-check-input {
        margin-top: 0px;
    }

.myr-landing-content {
    padding-left: 32px;
    padding-bottom: 32px;
    font-size: 14pt;
    /*margin-top: auto !important;
    margin-bottom: auto !important;*/
}

    .myr-landing-content span {
        font-size: 14pt !important;
        line-height: 1.15 !important;
    }

.ent-text {
    font-weight: bold;
    font-size: 20pt;
}

@media (max-width:992px) {
    .ent-text {
        font-size: 18pt;
    }
}

@media (max-width:768px) {
    .ent-text {
        font-size: 18pt;
        text-align: center;
        padding-bottom: 16px;
    }
}

.footer-content {
    padding-top: 16px;
}

    .footer-content p {
        font-weight: bold;
        font-size: 12pt;
    }

.footer-links {
    font-weight: normal !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.footer-image {
    height: 32px;
    font-size: 0;
    letter-spacing: -4px
}

.footer-link {
    font-size: 10pt !important;
}

.footer-link2 {
    color: #1e8ecd !important;
    text-decoration: underline !important;
}

@media (max-width:768px) {
    .footer-content {
        font-size: 12pt;
    }

    .footer-image {
        width: 32px;
    }
}

.nav-container {
    align-items: start !important;
}

.nav-left {
    flex: 1 1 auto !important;
    font-weight: 400;
    margin-bottom: 16px;
}

.footer-bottom {
    color: #393E40;
    font-size: 0.875rem;
}

@media (max-width: 575.98px) {
    .img-footerlogo {
        width: 200px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .nav-container {
        flex-direction: column;
    }

    .img-footerlogo {
        margin-top: 16px;
        width: 200px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .nav-left {
        padding-right: 16px;
    }

    .nav-right {
        padding-left: 16px;
    }

    .img-footerlogo {
        width: 271px;
    }
}

@media (min-width: 992px) {
    .nav-left {
        padding-right: 32px;
    }

    .nav-right {
        padding-left: 32px;
    }

    .img-footerlogo {
        width: 304px;
    }
}

.page-title {
    color: #393E40;
    font-weight: 500;
    font-family: "Raleway",sans-serif;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 2.5rem;
}

@media (min-width: 56.25em) {
    .page-title {
        font-size: 2.8125rem;
        font-weight: 300;
    }
}