﻿.airframe-view1 {
    display: none;
}

.mobility-result {
    display: none;
}

.mobility-search {
    display: none;
}

.mro-view {
    display: none;
}

.noContentButton {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
}

.bg-light-gray-newssearch {
    background-color: #F3F3F3 !important;
    display: none;
}

.noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
}

.div-description-ell {
    max-height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

footer.aar-footer .bottom-footer {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
    background-color: #002842;
}

@media (max-width: 500px) {
    footer.aar-footer .bottom-footer {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

footer.aar-footer .bottom-footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    footer.aar-footer .bottom-footer .container nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        color: #FFFFFF;
        font-size: 14px !important;
    }

        footer.aar-footer .bottom-footer .container nav ul li {
            display: flex;
            justify-content: center;
            border-right: 1px solid #FFFFFF;
        }

            footer.aar-footer .bottom-footer .container nav ul li:last-child {
                border: none;
            }

            footer.aar-footer .bottom-footer .container nav ul li a {
                color: #FFFFFF;
                padding: 5px 10px;
                text-align: center;
                text-decoration: underline;
            }

@media (max-width: 600px) {
    footer.aar-footer .bottom-footer .container nav ul li a {
        padding: 0;
    }
}

footer.aar-footer .bottom-footer .container nav ul li a.copyright {
    text-decoration: none;
}

footer.aar-footer .bottom-footer .container a.copyright {
    color: #FFFFFF;
    cursor: default;
}

    footer.onset-footer .bottom-footer .container a.copyright:hover {
        text-decoration: none;
    }