html {
    -webkit-text-size-adjust: 100%;
}

body {
    background-color: #fff;
    min-width: fit-content;
}

img {
    width: 100%;
}

#checkoutWithPointsLogo {
    background: #ffffff;
}

.logo {
    background: #2e5266;
}

.logo .logo-image {
    float: left;
}

#lineSpacer {
    background-color: #2e5266;
    line-height: .3;
}

#merchants h1 {
    color: #2e5266;
}

#quadrants {
    margin-top: -1px;
    padding: 60px 0 0 0;
}

#quadrants, #checkoutFooter {
    background: #2e5266;
    color: #ffffff;
}

#checkoutFooterContent {
    padding:30px;
}

#quadrants img {
    width: 45%;
}

#quadrants p {
    font-size: 1rem;
}

#quadrants .offset-lg-1 {
    margin-left: 13%;
}

#checkoutCopyright {
    margin-bottom: .5em;
}

#termsLink {
    text-decoration: underline;
}

#checkoutDisclaimer, #checkoutCopyright, #checkoutTnC {
    font-size: 0.8em;
}

.logo-resize {
    width: 50%;
}

#howItWorks h1 {
    z-index: 15;
    position: absolute;
    font-size: 3.5rem;
}

#howItWorks {
    margin: 50px 0 -40px;
}

.color-1 {
    color: #2e5266;
}

#nextControl, #prevControl {
    width: 40px;
    height: 40px;
}

.carousel-item p, .carousel-item img {
    margin-top: 20px;
}

#carousel-container .carousel-item {
    margin-top: 90px;
}

.carousel-control-prev-icon {
    background-image: url('../img/arrow-left.svg') ! important;
}
  
.carousel-control-next-icon {
    background-image: url("../img/arrow-right.svg") ! important;
}

#carousel-container {
    width: 80%!important;
    margin: -30px 0 50px 0;
}

@media (min-width: 575.98px) {
    #mobileHowItWorks {
        display: none;
    }
    #merchantsContainer {
        padding: 30px 0 30px 0;
    }
}

@media (min-width: 575.98px) and (max-width: 992px) {
    .mobile-adjustment {
        margin-top: 40px;
    }
}

@media (max-width: 575.98px) {
    .merchant-adjustment {
        margin: 0 0 30px 0;
    }
    .merchant-adjustment img {
        width: 80%!important;
    }
    #merchants h4 {
        margin-bottom: 30px;
    }
    #mobileHowItWorks {
        background: #6d8799;
        padding: 20px 0 10px 0;
    }
    #mobileHowItWorks h3 {
        color: #ffffff;
    }
    #desktopHowItWorks {
        display: none;
    }
    #howItWorks h1 {
        font-size: 2.5rem;
    }
    #quadrants img {
        width: 25%;
    }
    #quadrants h3, #quadrants p {
        text-align: center;
    }
    #checkoutFooterContainer {
        display: flex;
        justify-content: center;
    }
    #checkoutFooter img {
        max-width: 200px;
    }
    #checkoutCopyright {
        text-align: center;
    }
    #svgTwoCont, #svgThreeCont {
        padding-top: 20px;
    }
}

@media (max-width: 991.98px) {
    #quadrants {
        padding: 60px 30px 0 30px;
    }
    #checkoutHeroImage {
      width: 100%;
    }
    #heroContainer {
      padding: 0;
    }
}

@media (min-width: 991.98px) {
    #checkoutWithPointsLogo .img-fluid {
        margin: 0 0 0 50px;
    }
    #dollarGeneral {
        margin-left: 0 !important;
    }
}