/* Global Styles */
html {
    height: 100%;
    background-color: #FFF;
}

body {
    color: #555;
    font-family: "Gotham 3r", "Gotham A", "Gotham B", "Helvetica", sans-serif;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    color: #2278c5;
    font-weight: 300;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

#receipt-container h3 {
    text-transform: none;
    font-weight: 300;
    font-size: 1.75rem;
}

.lead {
    font-size: 21px;
    font-weight: 400;
}

.sonic-blue {
    color: #2278c5;
}

.card-title {
    color: #555;
    font-weight: normal;
}

.card-bg-light {
    background-color: #f0f0f0;
    padding: 5px;
}

/* Navbar Styles */
.snc-header-navbar-wrapper {
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    z-index: 1;
}

@media (min-width: 768px) {
    .snc-header-navbar-wrapper {
        display: flex;
        align-items: center;
        min-height: 90px;
    }
}

@media (min-width: 768px) {
    .snc-header-navbar-wrapper .navbar {
        width: 100%;
    }
}

.snc-bs-navbar-brand {
    display: block;
    margin-right: 0;
}

.snc-bs-navbar-brand img {
    display: block;
    width: auto;
    height: 20px;
}

@media (min-width: 768px) {
    .snc-bs-navbar-brand img {
        height: 29px;
    }
}

.navbar .buttons-right {
    display: flex;
}

.nav-button {
    margin-left: 5px;
    margin-right: 5px;
}

/* Footer Styles */

.snc-footer {
    color: #fff;
    font-size: 16px;
    line-height: 1.375;
    background-color: #333;
}

@media (min-width: 768px) {
    .snc-footer {
        display: flex;
    }
}

.snc-footer a {
    color: #fff;
}

.snc-footer__inner {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .snc-footer__inner {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .snc-footer__logo {
        margin-bottom: 20px;
    }
}

.snc-footer__logo img {
    width: 120px;
    height: auto;
}

@media (min-width: 1200px) {
    .snc-footer__phone {
        width: 720px;
    }
}

@media (min-width: 1200px) {
    .snc-footer__phone {
        width: 720px;
    }
}

@media (min-width: 768px) {
    .snc-footer__phone {
        width: auto;
        font-size: 24px;
        line-height: 1;
        text-align: right;
        margin-left: auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .snc-footer__phone {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .snc-footer__legal {
        width: 100%;
        align-content: flex-end;
    }
}

.snc-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
    font-size: 12px;
    line-height: 1.34375;
}

.snc-footer__legal-ypc a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.snc-footer__legal-ypc a svg {
    width: 30px;
    height: 14px;
}

.snc-section--truck {
    position: relative;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 64px;
    color: #212529;
    font-size: 16px;
    line-height: 1.375;
    padding-bottom: 0;
    text-align: right;
}

.snc-section--truck img {
    width: auto;
    height: 64px;
}

@media (min-width: 768px) {
    .snc-section--truck .d-flex > div:first-child > img {
        height: 128px;
    }
}

.snc-section--truck .d-flex > div:last-child > img {
    height: 24px;
}

@media (min-width: 768px) {
    .snc-section--truck .d-flex > div:last-child > img {
        height: 48px;
    }
}

/*PASSWORD FEEDBACK*/

table.password_meter {
    margin: 4px -1px 5px 0;
    padding: 0;
    width: 100%;
    /*width: 250px;*/
    height: 8px;
    table-layout: auto;
}

table.password_meter td {
    border-right: 2px solid #fff;
    height: 8px;
    width: 9%;
    background-color: #f00;
}

#password_errors {
    color: #EC2939;
    font-weight: bold;
}

#password_errors ul li {
    font-size: 16px;
}

#password_feedback {
    color: #EE9E26;
    font-weight: bold;
}

#password_feedback ul,
#password_errors ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#password_feedback ul li,
#password_errors ul li {
    padding: 0;
    font-size: 16px;
}

#password_suggestions {
    font-size: 14px;
}

::-ms-reveal,
::-ms-clear {
    display: none !important;
}

.hideShowPassword-wrapper {
    width: 100%;
}

.hideShowPassword-toggle {
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 0.25em;
    cursor: pointer;
    font-size: 100%;
    height: 44px;
    margin: 0;
    max-height: 100%;
    padding: 0;
    overflow: hidden;
    color: transparent;
    width: 46px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.hideShowPassword-toggle:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #666;
    position: absolute;
    top: 3px;
    left: 10px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 18px;
}

.hideShowPassword-toggle-show:before {
    content: "\f06e";
}

.hideShowPassword-toggle-hide:before {
    content: "\f070";
}

.hideShowPassword-toggle:hover,
.hideShowPassword-toggle:focus {
    outline: transparent;
}

label.control-label {
    padding-top: 7px;
    margin-bottom: 0;
}

label.checkbox-label {
    display: inline;
}

input[type="password"] {
    /*width: 250px;*/
    /*height: 34px;*/
    /*padding: 6px 12px;*/
    /*padding-right: 12px;*/
    /*font-size: 14px;*/
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-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 {
    width: auto;
}

div.controls label {
    font-weight: bold;
}


/* Health Check styles */
.health-check-header {
    font-size: 30px;
    color: #676e81;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}


.error-container, .loading-container {
    margin: 40px auto;
    position: relative;
    background-color: white;
    border: 1px solid #CCC;
    padding: 10px 20px;
}

.error-box, .loading-box {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    justify-content: center;
}

.error-header, .loading-header {
    text-align: center;
}

.sonic-form-button {
    text-transform: uppercase;
}

.sonic-form-button {
    border-radius: 0;
    border: 1px solid #000;
}

.sonic-form-button, .sonic-form-button:hover {
    background-color: #337ab7;
    color: white;
    border: 1px solid #337ab7;
}

.sonic-form-button:hover {
    color: #000;
}

/* Styles to look like fusion-signup design*/

.bright-blue {
    color: #27aee1;
}

#password_description {
    max-width: 450px;
}

#order_summary_container {
    width: fit-content;
    font-size: 14px;
}

#nutrition-label-container {
    margin: 20px 0;
}

#month, #year {
    display: inline-block;
}

#month {
    width: 100px;
}

#year {
    width: 120px;
}



@media (max-width: 767px) {
    .container {
        max-width: 90%;
    }

    .col-sm-7, .col-sm-4, .col-md-8 {
        width: 95%;
    }

    #order_summary_container {
        width: auto;
    }

    .img-fluid {
        max-width: 150px;
        margin: auto;
        display: block;
    }

    .checkout-process {
        max-width: 350px;
    }

    .bbfl {
        width: auto !important;
    }

    .wifi-select  {
        justify-content: center;
    }
}

@media (min-width: 768px) {

    .col-md-6 {
        flex: 0 0 auto;
        width: 70%;
    }

    #order_summary_container, .bbfl {
        width: 260px !important;
        margin: 0 !important;
    }

}

@media (min-width: 992px) {
    #order_summary_container, .bbfl {
        width: 350px !important;
        margin: 0 !important;
    }

}

.well tr {
    background-color: white;
    border-color: #f0f0f0;
    margin-bottom: 0px;
    padding: 9px
}

.greenprice {
    color: #357935;
    text-wrap: nowrap;
}

h3.sonichead {
    font-size: 12px;
    color: #206eb3;
    font-weight: bold;
}

label {
    font-weight: bold;
    display: inline;
}