﻿
/* MEDIA 640 ######################################### */
@media only screen and (max-width:640px) {
    body {
        width: auto !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: 85% !important;
    }

    .hideawaycontainer {
        width: 85% !important;
    }

    .flex-container {
        width: 85% !important;
        flex-direction: column;
    }

    .cfsmall-container {
        width: 85% !important;
    }

    .cfsmall-image-container {
        flex-direction: column;
        align-items: center;
    }

    .textpad {
        padding: 2rem;
    }

    .centereddivcenter {
        width: 85% !important;
    }

    .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%;
    }
}
