﻿
/*.template-overview #content {
    min-width: 98%;
}*/

.salesforce-form::before {
    width: calc(100% - 0px) !important;
    left:0px !important;

}

.salesforce-form > div {
    padding-left: 0px !important;
}

#footer .section-inner {
    padding: 0px 0px !important;
}
.wrap {
    /*max-width: 1140px;
    margin: 24px auto 56px;*/
    padding: 28px 0px;
}

    /* heading area */


        .wrap h1 {
            margin: 0 0 10px 0;
            text-align: left;
            font: normal normal bold 36px / 40px Lato;
            letter-spacing: -0.36px;
            color: #000000;
            text-transform: uppercase;
            opacity: 1;
        }

    /* paragraph title under h1 */
        .wrap .page-title {
            margin: 0;
            white-space: nowrap; /* keep to one line as requested */
            overflow: hidden; /* avoid overflow on tiny screens */
            text-overflow: ellipsis;
            text-align: left;
            font: normal normal bold 20px / 24px Lato;
            letter-spacing: 0px;
            color: #000000;
            opacity: 1;
        }


        .wrap .grid {
            display: grid;
            grid-template-columns: minmax(0, 1.2fr) minmax(300px, .9fr);
            gap: 28px;
            align-items: start;
        }

        .wrap .lede {
            font-size: 16px;
            color: #2b3642;
            margin-right: 10px;
        }
            .wrap .lede p {
                margin-top:0px;
                margin-bottom:10px;
            }

    /* image column */
        .wrap .hero {
            /*border-radius: 14px;*/
            overflow: hidden;
        }
            .wrap .hero img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }

    /* Head office block */
        .wrap .office {
            margin-top: 26px;
        }
            .wrap .office h3 {
                text-align: left;
                font: normal normal bold 18px / 22px Lato;
                letter-spacing: -0.18px;
                color: #000000;
                opacity: 1;
                margin: 5px 0 5px 0;
            }
            .wrap .office .rule {
                border: 2px solid #646464;
                opacity: 1;
            }
            .wrap .office p {
                margin: 6px 0;
                color: #2b3642;
            }

    /* contacts two-column block that matches the original layout */
        .wrap .people {
            display: grid;
            grid-template-columns: repeat(2, minmax(260px, 1fr));
            gap: 28px 64px;
            margin-top: 18px;
            max-width: 820px;
        }

        .wrap .person h4 {
            margin: 0 0 4px 0;
            font-size: 18px;
        }
        .wrap .person .title {
            color: var(--muted);
            margin: 0 0 10px 0;
        }

        .wrap .kv {
            display: grid;
            grid-template-columns: 110px 1fr;
            gap: 10px 14px;
            row-gap: 8px;
            align-items: baseline;
            font-size: 15px;
        }
            .wrap .kv .label {
                color: var(--muted);
            }


    

.find-location-wrap {
    /*padding: 28px 20px;*/
}

.find-location-wrap .btn-yellow {
    position: relative;
    left: 0px;
    top: 0px;
}

.wrap .grid .lede p {
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
    text-align: left;
    font: normal normal normal 16px/24px Source Sans Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.wrap .office p {
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--body-copy-646464);
    text-align: left;
    font: normal normal normal 14px/16px Source Sans Pro;
    letter-spacing: 0px;
    color: #646464;
    opacity: 1;
}

.wrap .office .person h4 {
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
    text-align: left;
    font: normal normal bold 15px/22px Lato;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

/*#main .section-inner {
    padding-left: 25px;
}*/

@media (max-width: 980px) {
    .wrap .grid {
            grid-template-columns: 1fr;
        }
        .wrap .hero {
            order: 2;
        }
    }

/****/
/* 3-column grid like the comp */
.contacts-wrap .grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 56px
}

.contacts-wrap .panel {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 14px;
    /*padding-top: 60px;*/
}

.contacts-wrap .thumb {
    /*border-radius: 12px;*/
    overflow: hidden
}

    .contacts-wrap .thumb img {
        display: block;
        /*width: 100%;*/
        height: 180px;
        object-fit: cover
    }

.contacts-wrap h2 {
    font-size: 20px;
    margin: 14px 0 8px
}

.contacts-wrap .rule {
    height: 2px;
    background: #dcdfe3;
    margin: 0 0 14px
}

.contacts-wrap .person h3 {
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
    text-align: left;
    font: normal normal bold 15px/22px Lato;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin: 0 0 4px
}

.contacts-wrap .person .title {
    margin: 0 0 10px;
    color: var(--muted)
}

.contacts-wrap .kv {
    margin: 4px 0;
    font-size: 14px
}

    .contacts-wrap .kv .label {
        color: var(--muted)
    }


/* Store list */
.contacts-wrap .stores {
    margin-top: 14px
}

.contacts-wrap .store {
    margin: 14px 0
}

    .contacts-wrap .store .name {
        font-weight: 700
    }

    .contacts-wrap .store p {
        margin: 4px 0
    }
.contacts-wrap h2 {
    letter-spacing: var(--unnamed-character-spacing--0-18);
    color: var(--unnamed-color-000000);
    text-align: left;
    font: normal normal bold 18px/22px Lato;
    letter-spacing: -0.18px;
    color: #000000 !important;
    opacity: 1;
}


/* ===== Desktop layout ===== */
@media (min-width: 1024px) {
  .contacts-wrap .grid {
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
  }

  .contacts-wrap .grid .col {
    display:flex; flex-direction:column; gap:32px;
  }

  
}


/* Two-column block matching the screenshot */
.office-contacts {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px,1fr));
    gap: 0px 0px;
    margin-top: 18px;
}


    .office-contacts .person h3 {
        margin: 0 0 2px 0;
        font-size: 18px;
        font-weight: 700;
    }

    .office-contacts  .person .title {
        margin: 0 0 10px 0;
        color: var(--muted);
        font-size: 14px;
    }


    .office-contacts .line {
        margin: 5px 0;
        font-size: 14px;
    }

        .office-contacts .line .label {
            color: var(--muted);
            margin-right: 6px;
        }


    .office-contacts a, .contacts-wrap a {
        text-decoration: underline;
        text-underline-offset: 2px;
        text-align: left;
        text-decoration: underline;
        font: normal normal normal 14px/18px Source Sans Pro;
        letter-spacing: 0px;
        color: #036FAD;
    }


@media (max-width:720px) {
    .office-contacts {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media screen and (min-width: 1220px) {
    .section-inner {
        width: 1135px !important;
    }
}