/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;   
    overflow-x: hidden;
}
html.locked {
    overflow: hidden;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 200;
    color: black;
    background-color: black;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
body.locked {
    overflow: hidden;
}
img {
    width: 100%;
}
h1 {
    color: #0A0A0A;
    font-family: "Inter", sans-serif;
    font-size: 84.201px;
    font-style: normal;
    font-weight: 500;
    line-height: 79.991px; /* 95% */
    margin-bottom: 7%;
}
h1 span {
    color: #697D3B;
    font-size: 84.201px;
    font-style: italic;
    font-weight: 700;
    line-height: 79.991px;
}
h2 {
    color: #0A0A0A;
    font-size: 31.172px;
    font-style: normal;
    font-weight: 500;
    line-height: 34.636px; /* 111.111% */
    letter-spacing: 0.32px;
    margin-top: 2%;
}
h3 {
    color: #000;
    font-size: 21.825px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%; /* 19.642px */
    text-align: center;
}
h4 {
    color: #0A0A0A;
    font-size: 15.586px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.379px; /* 150% */
    letter-spacing: -0.381px;
    margin: 0;
}
p {
    color: #000;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 15.562px;
    font-style: normal;
    font-weight: 500;
    line-height: 107%; /* 16.651px */
}
hr {
    border-top: 2px solid #FFF;
}
.mobile-hide {
    display: block;
}
.mobile-show {
    display: none;
}
.flex, .fall {
    display: flex;
    align-items: center;
    gap: 10px;
}
.flex .col-md-6 {
    width: 50%;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.row.heading {
    text-align: center;
}
body .container {
    padding: 5% 10%;   
}
body .container .col-md-10 {
    padding: 0;
}
.container .row {
    margin-bottom: 0;
    /*display: flex;*/
    align-items: stretch;
}
div.row {
    margin-bottom: 3%;
}
button {
    border-radius: 4px;
    border: 1px solid #697D3B;
    background: #697D3B;
    color: #FFF;
    text-align: center;
    font-size: 17.316px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.974px; /* 150% */
    letter-spacing: -0.338px;
    text-transform: uppercase;
    padding: 2% 8%;
}
button:hover {
    background: transparent;
    color: #697D3B;
    border: 1px solid #697D3B;
}
.topbar {
    text-align: center;
    background-color: white;
    padding: 1% 0;
}
.topbar img {
    max-width: 267px;
    margin: 0 auto;
}
.header.flex {
    gap: 5%;
    position: relative;
    padding: 5% 5%;
}
.redTear {
    background-color: #F5F1E8;
    background-image: url('../img/sm-mountains.png');
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: 100% 18%;
}
.redTear.container {
    padding: 5% 10%;
    background: #FBFBFB;
    text-align: center;
}
.info {
    text-align: left;
}
.info img {
    max-width: 300px;
}
.bags {
    width: 40%;
}
.redTear #logo {
    margin-bottom: 4%;
}
.redTear #logo img {
    max-width: 350px;
    &:hover {
        cursor: pointer;
    }
}
.bags img {
    position: absolute;
    max-width: 500px;
    top: 10%;
}


.redTear .probs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 20px;
}
.redTear .summit {
    align-items: stretch; /* ✅ default */
}
.redTear .summit .feature {
    flex: 1;
}
.redTear .summit .feature.whitebox {
    border-radius: 13.854px;
    background: #FFF;
    box-shadow: 0 0.866px 2.598px 0 rgba(0, 0, 0, 0.10), 0 0.866px 1.732px -0.866px rgba(0, 0, 0, 0.10);
    padding: 3%;
}
.redTear .summit .feature.whitebox .flagship {
    color: #4A5565;
    font-size: 10.391px;
    font-style: normal;
    font-weight: 400;
    line-height: 13.854px; /* 133.333% */
    letter-spacing: 1.039px;
    text-transform: uppercase;
    text-align: left;
}
.redTear .summit .feature.whitebox .maps {
    margin-bottom: 2%;
}
.redTear .summit .feature.whitebox .maps img {
    max-width: 17px;
}
.redTear .summit .feature.whitebox .maps p {
    color: #4A5565;
    font-size: 13.854px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.782px; /* 150% */
    letter-spacing: -0.271px;
    text-align: left;
    margin-bottom: 0;
}
.redTear .summit .feature.whitebox .bulleties {
    margin-bottom: 2%;
}
.redTear .summit .feature.whitebox .bulleties .greenspot {
    border-radius: 50%;
    background-color: #697D3B;
    padding: 2%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.redTear .summit .feature.whitebox .bulleties .greenspot img {
    width: 15px;
}
.redTear .summit .feature.whitebox .bulleties p {
    color: #4A5565;
    font-size: 12.123px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.318px; /* 142.857% */
    letter-spacing: -0.13px;
    text-align: left;
}
.redTear .summit .feature.whitebox button {
    width: 100%;
}
.redTear .summit .feature.store {
    background-image: url(../img/sum-store.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 13.854px;
    padding: 2%;
    position: relative;
}
.redTear .summit .feature.store .hours {
    border-radius: 12.123px;
    background: rgba(255, 255, 255, 0.95);
    padding: 2%;
    position: absolute;
    bottom: 4%;
    width: 92%;
}
.redTear .summit .feature.store .hours .story {
    width: 90%;
}
.redTear .summit .feature.store .hours .story p {
    text-align: left;
    margin-bottom: 0;
    color: #0A0A0A;
    font-size: 12.123px;
    font-style: normal;
    font-weight: 600;
    line-height: 17.318px; /* 142.857% */
    letter-spacing: -0.13px;
}
.redTear .summit .feature.store .hours .story p.title {
    color: #4A5565;
    font-size: 10.391px;
    font-style: normal;
    font-weight: 400;
    line-height: 13.854px; /* 133.333% */
    letter-spacing: 0.52px;
    text-transform: uppercase;
}
.redTear .summit .feature.store .hours .greenspot {
    border-radius: 8.659px;
    background-color: #697D3B;
    padding: 2%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.redTear .summit .feature.store .hours img {
    width: 17px;
}
.redTear .testimonial {
    padding: 0 10% 1% 10%;
}
.redTear .testimonial p.title {
    color: #4A5565;
    font-size: 10.391px;
    font-style: normal;
    font-weight: 400;
    line-height: 13.854px; /* 133.333% */
    letter-spacing: 0.52px;
    text-transform: uppercase;
    text-align: left;
}
.redTear .testimonial h3 {
    color: #0A0A0A;
    font-size: 41.217px;
    font-style: normal;
    font-weight: 500;
    line-height: 41.217px; /* 100% */
    letter-spacing: 0.302px;
    text-align: left;
}
.redTear .cards {
    padding-top: 0;
}
.redTear .location {
    padding: 10px;
}
.redTear .location.fall {
    gap: 3px;
}
.redTear .location .details {
    border-radius: 13.739px;
    background: #E8E4D8;
    padding: 5%;
    min-height: 150px;
}
.redTear .location .details:hover {
    /*animation: .35s linear 0s 1 normal;
    transform: scale(1.08);*/
    background: #697D3B;
    & .info p {
        color: white;
    }
    & .sig .name {
        color: white;
    }
    & .sig .job {
        color: white;
    }
    & .info .greenspot {
        background-color: #88975f;
    }
}
.redTear .cards .location .info p {
    color: #1E2939;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 17px; /* 141.667% */
    letter-spacing: -0.377px;
    text-align: left;
}
.redTear .cards .location .info .flex p {
    margin: 0;
}
.redTear .location .info p.cta {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.redTear .location .info p.cta:hover {
    color: #5F711F;
    cursor: pointer;
}

.redTear .details .info {
    flex-basis: 100%;
    width: 100%;
    height: 80%;
    position: relative;
}
.redTear .details .info .greenspot {
    border-radius: 50%;
    background-color: #697D3B;
    padding: 2%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.redTear .details .info .greenspot p {
    color: #FFF;
    font-size: 12.022px;
    font-style: normal;
    font-weight: 600;
    line-height: 17.174px; /* 142.857% */
    letter-spacing: -0.129px;
}
.redTear .details .info .sig .name {
    color: #1E2939;
    font-size: 13.739px;
    font-style: normal;
    font-weight: 600;
    line-height: 20.609px; /* 150% */
    letter-spacing: -0.268px;
}
.redTear .details .info .sig .job {
    color: #4A5565;
    font-size: 10.304px;
    font-style: normal;
    font-weight: 400;
    line-height: 13.739px; /* 133.333% */
    letter-spacing: 0.515px;
}
.redTear .location .title h3 {
    margin: 0;
}
.redTear .four-point {
    padding: 0 10% 5% 10%;
}
.redTear .four-point .probs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 20px;
}
.redTear .four-point .probs .iconic {
    text-align: center;
}
.redTear .four-point .probs .iconic img {
    max-width: 28px;
}
.redTear .four-point .probs .iconic p {
    margin: 3% 0 0 0;
}

footer {
    width: 100%;
    /* Set the fixed height of the footer here */
    text-align: center;
    background: #201C3D;
    color: black;
    padding: 3% 10%;
    font-weight: 700;
}
footer.col-lg-12 {
    align-items: center;
    padding: 3% 10%;
}
footer a {
    color: #262626;
    font-weight: 700;
    text-decoration: underline;
}
footer a:hover {
    color: white;
    text-decoration: none;
}
footer img {
    max-width: 260px;
}
footer .logo {
    text-align: left;
    cursor: pointer;
}
footer .butt {
    text-align: right;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: right;
    width: 50%;
}
footer .butt p {
    font-size: 24px;
}
footer button:hover {
    border: 1px solid white;
    color: white;
}
footer hr {
    height: 1px;
    color: white;
    width: 100%;
}
footer .legal {
    color: #FFF;
    font-family: sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 113%; /* 13.56px */
    text-align: left;
}



/*full screen*/
@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1300px) {
   h1 {
    
   }
}

@media (max-width: 1200px) {
    
}


/*tablet*/
@media (min-width: 992px) {
    .container {
        width: 100%;
    }

}

@media (max-width: 992px) {
    body {
        margin-bottom: 0;
    }
    body .container {
        padding: 5%;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    .flex {
        display: block;
    }
    h1 {
        font-size: 30px;
    }
    h1 span {
        font-size: 30px;
    }
    h2 {
        font-size: 22px;
    }
    .info {
        text-align: center;
    }
    .info img {
        max-width: 200px;
    }
    .redTear .summit .flex {
        display: flex;
    }
    .redTear .summit .feature.store {
        height: 130px;
        margin-top: 10px;
        background-position: 50%;
    }
    .redTear .summit .feature.store .hours {
        width: 96%;
    }
    .redTear .testimonial h3 {
        font-size: 20px;
        margin: 0;
    }
    .redTear .cards .probs {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 0;
    }
    .redTear .cards .probs .details .flex {
        display: flex;
    }
    .redTear .four-point .probs .iconic p {
        font-size: 10px;
    }
    .redTear .four-point .probs .iconic img {
        max-width: 24px;
    }
    footer {
        background-image: none;
    }
    footer.col-lg-12 {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    footer .col-md-6.logo {
       width: 100%;
       text-align: center;
       margin: 3% 0;
    }
    footer .col-md-6.butt {
        width: 100%;
        display: block;
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }
    footer img {
        max-width: 116px;
    }
    footer button {
        font-size: 16px;
        padding: 12px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

/*phone*/
@media screen and (max-width: 460px) {
    .store img {
        height: 160px;
    }
    .redTear .location .details {
        height: 160px;
    }
}
  