/* PUBLIC NOTICIES */
#english_letter_to_customer,
#english_postcard_install_notice {
    display: block;
    padding: 12px 0;
}
#spanish_letter_to_customer {
    display: block;
    padding: 14px 0;
}
#spanish_water_meter_spec_sheet {
    font-weight: bold;
}
#chinese_address_lookup,
#chinese_water_meter_spec_sheet {
    display: block;
    padding: 10px 0;
    font-weight: bold;
}
#chinese_water_meter_spec_sheet {
    margin-bottom: -35px;
}
#vietnamese_letter_to_customer {
    display: block;
    padding: 12px 0;
    font-weight: bold;
}
#vietnamese_address_lookup,
#vietnamese_water_meter_spec_sheet {
    display: block;
    padding: 12px 0;
    font-weight: bold;
}

/* CONTACT US */
.contact-icons {
    width: 40%;
}
.contact_us_bottom {
    width: 25%;
}

/* FAQs */
.faq_block {
    background-color: #F2F2F2;
    border-radius: 20px;
    margin-bottom: 30px;
    cursor: pointer;
}
.faq_block:last-of-type {
    margin-bottom: 0;
}
.faq_block .question,
.faq_block .answer {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
}
.faq_block .question {
    position: relative;
    color: var(--blue-dk);
    font-weight: 500;
    padding: 20px 40px 0 40px;
}
.faq_block .answer {
    display: none;
    margin-top: 20px;
    text-align: left;
    padding: 0 30px;
}
.faq_block .toggle {
    position: relative;
    margin-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: var(--blue-lt);
}
.faq_block:hover .toggle {
    color: var(--gray2);
}

/* PRIVACY, COOKIE NOTICE, CA PRIVACY */
#cookie-notice .indented,
#privacy .indented,
#privacy-ca .indented {
    padding-left: 30px !important;
}
#opt-out-preferences p,
#cookie-notice p,
#privacy p,
#privacy-ca p {
    margin: 0.85em 0 !important;
}
#cookie-notice .av_textblock_section ul,
#privacy .av_textblock_section ul,
#privacy-ca .av_textblock_section ul {
    margin: 15px 0 30px 0 !important;
}

#cookie-notice .av_textblock_section ol,
#privacy .av_textblock_section ol,
#privacy-ca .av_textblock_section ol {
    margin: 15px 0 0 15px !important;
}
#cookie-notice .av_textblock_section ul,
#privacy .av_textblock_section ul,
#privacy-ca .av_textblock_section tr ul {
    list-style: disc;
    list-style-image: none !important;
}
#cookie-notice .main_color tr:nth-child(even),
#privacy .main_color tr:nth-child(even),
#privacy-ca .main_color tr:nth-child(even) {
    color: var(--black);
}
#cookie-notice .main_color table,
#privacy .main_color table,
#privacy-ca .main_color table {
    margin-top: 20px;
}

@media only screen and (max-width: 1370px) {
    /* CONTACT US */
    .contact-icons {
        width: 50%;
    }
    .contact_us_bottom {
        width: 40%;
    }
}
@media only screen and (max-width: 1000px) {
    /* CONTACT US */
    .contact-icons {
        width: 70%;
    }
    .contact_us_bottom {
        width: 50%;
    }
}
@media only screen and (max-width: 900px) {
    /* PUBLIC NOTICIES */
    .public-notices-1,
    .public-notices-2,
    .public-notices-3,
    .public-notices-4 {
        font-size: 13px;
        line-height: 15px;
        padding: 0 10px;
    }
    .public-notices-1 img,
    .public-notices-2 img,
    .public-notices-3 img,
    .public-notices-4 img {
        width: 100px !important;
    }
}
@media only screen and (max-width: 768px) {
    /* DIVIDER */
    .divider .flex_cell {
        padding-top: 0 !important;
        padding-bottom: 30px !important;
    }

    /* FAQs */
    .faq_header {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .faq_header .flex_cell {
        padding-top: 30px !important;
        padding-bottom: 0 !important;
    }
    .faqs {
        padding-top: 0 !important;
        padding-bottom: 30px !important;
    }
    .faqs .flex_cell:nth-child(1) {
        padding-bottom: 0 !important;
    }
    .faqs_left {
        padding-bottom: 0 !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .faqs_right {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
/* SET TO 767.9 (ADDED .9 TO HANDLE A BUG AT JUST 767) TO HAVE THESE CHANGES NOT HAPPEN ON TABLET PORTRAIT */
@media only screen and (max-width: 767.9px) {

    /* PUBLIC NOTICIES */
    .public-notices-1,
    .public-notices-2,
    .public-notices-3,
    .public-notices-4 {
        font-size: 16px;
        line-height: 24px;
        padding: unset;
    }
    .public-notices-1 img,
    .public-notices-2 img,
    .public-notices-3 img,
    .public-notices-4 img {
        width: 130px !important;
    }

    /* CONTACT INFO */
    .contact-left {
        padding-bottom: 30px !important;
    }
    .contact_us_bottom {
        width: 70%;
    }
}