﻿.nav-item > a > span[class^="ca-gov-icon"]::before {
    content: none;
}

/*
    TODO fixinig mobile click link, need to be fully tested
    class used in Main-Two-Column.Master
*/
.twoCol-overflow{
    overflow:auto;
}

/*
    TODO fixing repeating contents shows up in mobile
*/
@media (max-width: 900px) {
    .mobile-hide {
        display: none !important;
    }
    .mobile-main {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
}
@media (min-width: 768px) {
    ul#nav_list {
        min-height: 60px !important;
        height: 60px !important;
    }

    ul#nav_list li.nav-item a.first-level-link {
        margin-bottom: 1px;
    }
}
