#bannerTitle {
    color: #03234C;
    font-size: 40px;
    font-family: Segoe UI;
    font-weight: 400;
    word-wrap: break-word
}

.parcel-contact-phone {
    font-size: 30px;
    font-family: 'Segoe UI', Arial;
    color: #053A7D;
    margin-top: 5px;
    font-weight: bold;
}

#IconContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    width: 970px;
    margin: 0 auto;
}

    #IconContainer > div {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.IconSVGs {
    max-width: 100px;
    height: 70px;
    width: 100%;
}

.IconCaption {
    color: #03234C;
    font-size: 16px;
    font-family: Segoe UI;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin-top: 8px;
}

#CountiesIcon {
    color: black;
    font-size: 14px;
    font-family: Segoe UI;
    font-weight: 400;
    text-align: center;
}

.updatedSpan {
    color: black;
    font-size: 14px;
    font-family: Segoe UI;
    font-weight: 400;
}

.ContactCallout {
    display: flex;
    width: 970px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}

.CalloutMessage {
    font-size: 30px;
    justify-self: flex-start;
}

    .CalloutMessage > b {
        font-weight: 600;
    }

.contact {
    justify-self: flex-end;
}

.contactbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 35px;
    border-radius: 25px;
    background-color: #164d7c;
    color: #fff !important;
    font-size: 18px;
    text-decoration: none;
}

.phone {
    // 1-888-434-6277 color: #161616;
    font-size: 28px;
    font-family: Segoe UI;
    font-weight: 400;
    word-wrap: break-word
}

#LevelsHeading {
    font-size: 40px;
    font-weight: 600;
}

#levelsofdata {
    padding: 20px 10px 10px;
}

.parcel-legend-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 970px;
    gap: 20px;
}

.layers-svg-container {
    flex: 0 0 42%;
}

    .layers-svg-container svg {
        width: 100%;
        height: auto;
        display: block;
    }

.legend-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    padding: 10px 0;
}
/* Parcel Legend Container */
/* AFTER */
.parcel-legend {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 10px;
    font-family: Arial, sans-serif;
}

/* Each legend row */
.legend-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* Dot + line + circle group */
.legend-indicator {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.legend-line {
    width: 50px;
    height: 2px;
    background: #ccc;
}

.legend-circle {
    border-radius: 50%;
}

/* Blue / 1 Acre */
.legend-dot--blue {
    background: #4A8BCA;
}

.legend-circle--blue {
    width: 56px;
    height: 56px;
    background: #4A8BCA;
}

/* Green / 2 Acres */
.legend-dot--green {
    background: #84AB3f;
}

.legend-circle--green {
    width: 56px;
    height: 56px;
    background: #84AB3f;
}

/* Brown / 6 Acres */
.legend-dot--brown {
    background: #946C3F;
}

.legend-circle--brown {
    width: 44px;
    height: 44px;
    background: #946C3F;
}

/* Text block */
.legend-text {
    margin-left: 14px;
}

.legend-title {
    font-size: 14px;
    font-weight: bold;
    color: #1a1a1a;
}

.legend-title--blue em {
    color: #5b9bd5;
}

.legend-title--green em {
    color: #7ab648;
}

.legend-bullets {
    margin: 4px 0 0 0;
    padding-left: 16px;
    font-size: 11px;
    color: #444;
    line-height: 1.7;
    font-style: italic;
}

.legend-title--blue,
.legend-row--blue .legend-bullets li {
    color: #4A8BCA;
}

.legend-title--green,
.legend-row--green .legend-bullets li {
    color: #84AB3F;
}

.legend-title--brown,
.legend-row--brown .legend-bullets li {
    color: #946C3F;
}

.FormatGraphics {
    width: 45%;
    max-width: 500px;
    height: auto;
    object-fit: cover;
    flex-shrink: 0;
}

.ParcelFormatTitle {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 4px 0;
}

.ParcelFormatSubtitle {
    font-size: 18px;
    font-weight: normal;
    color: #444;
    margin: 0 0 12px 0;
}

.ParcelFormatDescription {
    font-size: 12px;
    color: #444;
    line-height: 1.7;
    margin: 0 0 10px 0;
}

.finishings {
    width: 120px;
    height: 100px;
}

.finishings {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

.FinishingLabel {
    font-size: 12px;
    color: #444;
    margin-top: 6px;
    text-align: center;
}

#WhyChoose {
    font-size: 40px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 16px 0;
}

.MMDescription {
    font-size: 13px;
    color: #444;
    line-height: 1.7;
    margin: 0 0 14px 0;
    max-width: 900px;
}

#MMOTOT {
    border: 1px solid #d0d0d0;
    padding: 20px 30px;
    max-width: 1000px;
    margin: 20px auto;
    background: #fff;
}

#MarketMAPSOTOT {
    font-size: 22px;
    color: #1a1a1a;
    display: block;
    margin-bottom: 16px;
}

    #MarketMAPSOTOT b {
        color: #1a3a6b;
        /* font-weight: 900; */
    }

#leftdesc, #rightdesc {
    flex: 1;
    font-size: 13px;
    color: #1a1a1a;
}

    #leftdesc b, #rightdesc b {
        font-size: 16px;
        font-weight: 700;
        display: block;
        margin-bottom: 6px;
    }

    #leftdesc ul, #rightdesc ul {
        margin: 0;
        padding-left: 18px;
        line-height: 1.9;
    }

    #leftdesc li, #rightdesc li {
        margin-bottom: 6px;
        font-size: 13px;
        /* color: #333; */
    }

.acre-examples-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    gap: 20px;
    padding: 10px;
}

.acre-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.acre-label {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-bottom: 6px;
}



.AcreExamples {
    display: block;
    max-width: 100%;
}

/* Per-column colors */
.acre-one .acre-label {
    color: #4A8BCA;
}


.acre-two .acre-label {
    color: #5a9e5a;
}


.acre-six .acre-label {
    color: #8b7355;
}

.lp-bottom-sec img {
    max-width: 150px;
    margin-bottom: 15px
}
