.global-footer__focus-links {display: none;}
#pageHeading {display: none;}
.icon-menu {
    display: flex;
   justify-content: center;
   margin-bottom: 1.5rem;
}
.icon-link {
   height: 100%;
   display: block;
   text-decoration: none;
   color: #6A0000;
   text-align: center;
   width: 20%;
   margin: .5rem;
   font-size: .9rem;
   min-height: 200px;
    padding: .2rem;
    background-color: #FFc420;
    transition: 0.3s;
    
}
.icon-link:visited {
    color: #6A0000;
}
.icon-link:hover, .icon-link:focus, icon-link:active {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #8a0000;
}

.icon-link svg path {
     transition: 0.3s;
}
.icon-link svg path {
    fill: #6A0000 !important;
}
.icon-link:visited svg path {
   fill: #6A0000 !important;
}

.icon-link:hover svg path, .icon-link:focus svg path, icon-link:active svg path {
    fill: #FFFFFF !important;
}
.two-col {
display: flex;
    
}
.two-col div {
    margin: auto;
}
.two-col div ul li {
    font-size: 1.3rem !important;
}
.bottom-navmenu {
    text-align: center;
    margin: auto;
}
.bottom-navmenu li:before {
    content: '' !important;
}
.bottom-navmenu li {
    display: inline;
    text-align: center;
    padding: 0 1rem; 
    border-left: 1px solid black;
}
.bottom-navmenu li:first-child {
    border-left: none;
}
.bottom-navmenu li a {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}
.bottom-navmenu li a:hover, .bottom-navmenu li a:focus, .bottom-navmenu li a:active {
    color: #8a0000;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
.icon-menu {
    display: block;
}
.icon-link { 
    margin: auto;
    margin-bottom: 1rem;
     width: 100%; 
    font-size: 1.3rem;
}
.two-col {
    display: block;
}
