﻿#s4-workspace .Icon_Bar a {
    height: 110px;
}

#s4-workspace .Icon_Bar a {
    font-size: 1rem;
}

.Icon_Bar_Wrapper {
    background-color: #E6E7E8;
    /* height: min-content; */
}

div.Icon_Bar_Contents {
    display: none;
}

.Icon_Bar_Link {
    border: 1px solid transparent;
}

    .Icon_Bar_Link span {
        white-space: normal;
        word-wrap: break-word;
    }

#s4-workspace .Icon_Bar_Link i {
    font-size: 3.1em;
}

@media screen and (max-width: 1100px) and (min-width:1024px) {
    /*#s4-workspace .Icon_Bar a {
        font-size: 14px;
    }*/
    #s4-workspace .Icon_Bar a {
        height: 95px;
    }
}

/* Hide External Icon and shrink font for Mobile Only */
@media screen and (max-width: 1023px) {
    /*#s4-workspace .Icon_Bar a {
        font-size: 13px;
    }*/
    #s4-workspace .Icon_Bar a {
        height: 110px;
    }

    #s4-workspace .Icon_Bar_Link i {
        display: none;
    }
}

#s4-workspace .Icon_Bar a {
    white-space: nowrap;
    display: table-cell;
    width: 100%;
    text-align: center;
    float: left;
    text-decoration: none;
    padding: 5px 0;
    line-height: 1.25;
}

    #s4-workspace .Icon_Bar a:hover span {
        text-decoration: underline;
    }

    #s4-workspace .Icon_Bar a:hover {
        background-color: #fafafa;
        color: #143056;
    }

#s4-workspace .Icon_Bar i:first-child {
    display: block;
    padding-top: 0;
    padding-bottom: 5px;
    margin-top: 0;
}

.Icon_Bar_Wrapper .slick-no-slide .slick-track {
    width: 100% !important;
    text-align: center;
}

.Icon_Bar_Wrapper .slick-no-slide .slick-slide {
    float: none;
    display: inline-block !important;
    margin-bottom: -.6rem;
}

.Icon_Bar_Contents {
    padding: 0rem 2.5rem;
}

@media (max-width:480px) {
    .Icon_Bar_Wrapper {
        margin-bottom: -1em;
    }
}
