
/* MEDIA 640 ######################################### */
@media only screen and (max-width:640px) {
    body {
        width: auto !important;
    }

    /* Grid: 4 cols → 2 cols on tablet */
    .flex-child {
        flex-basis: calc(50% - 8px) !important;
        margin-right: 10px !important;
    }

    .flex-child:nth-child(2n) {
        margin-right: 0 !important;
    }

    .flex-child:nth-child(4n) {
        margin-right: 0 !important;
    }

    .request-accordion-top {
        flex-direction: column;
    }

    .image-full-container {
        width: 100%;
    }

        .image-full-container img {
            width: 100%;
        }

    .standard p {
        padding: 0;
    }

    .containercopyright {
        flex-direction: column;
    }

    .footer-row {
        flex-direction: column;
        align-items: center;
    }

    .footer-column {
        max-width: 80%;
    }

    .rixButton {
        font-size: 0.7rem;
    }

    a.rixButton, button.rixButton {
        width: max(70%, 100px);
    }

    .centereddiv {
        width: 100% !important;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .hideawaycontainer {
        width: 100% !important;
    }

    .flex-container {
        width: 100% !important;
        flex-direction: column;
    }

    .cfsmall-container {
        width: 100% !important;
    }

    .cfsmall-image-container {
        flex-direction: column;
        align-items: center;
    }

    .textpad {
        padding: 2rem;
    }

    .centereddivcenter {
        width: 100% !important;
        padding: 0 12px;
    }

    .blueboxout {
        padding: 2em;
    }

    table [class=main] {
        width: 85% !important;
    }

    table [class=full] {
        width: 100% !important;
        margin: 0px auto;
    }

    table [class=two-left-inner] {
        width: 90% !important;
        margin: 0px auto;
    }

    td[class="two-left"] {
        display: block;
        width: 100% !important;
    }

    table [class=menu-icon] {
        display: none;
    }

    img[class="image-full"] {
        width: 100% !important;
    }

    table[class=menu-icon] {
        display: none;
    }

    .nopTopicsWrapper .centereddivcenter {
        padding: 0;
    }

    .responsiveimage {
        width: 100%;
    }
}
