#subpage-bottom-nav {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: both;
    width: 100%;
    min-height: 50px;
    padding: 20px 20px 40px;
    margin-right: auto;
    min-width: 0px;
    background-color: rgb(244, 244, 244);
    display: none;
}

@media only screen and (max-width: 1274px) {
    #subpage-bottom-nav {
        padding: 40px 20px 40px 120px;
        max-width: none;
        width: 100%;
    }
}

@media only screen and (max-width: 1070px) {
    #subpage-bottom-nav {
        padding-left: 20px;
        background-color: rgb(244, 244, 244);
    }
}

@media only screen and (max-width: 930px) {
    #subpage-bottom-nav {
        width: 100%;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 764px) {
    #subpage-bottom-nav {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        overflow: hidden;
        height: auto;
        min-height: 0px;
        display: block;
        margin-top: 0px;
        clear: both;
    }
}

@media only screen and (max-width: 550px) {
    #subpage-bottom-nav {
        padding: 20px 30px;
    }
}

.subpage-bottom-nav-item-container {
    float: left;
    height: 120px;
    margin: 0px 0% 5% 5%;
    clear: none;
    width: 31.333%;
    border: 1px solid rgb(23, 172, 250);
}
.subpage-bottom-nav-item-container:nth-of-type(3n+1) {
    margin: 0px 0%;
}
.subpage-bottom-nav-item-container:hover{
    background-color: rgb(23, 172, 250);
    color: white;
}

.subpage-bottom-nav-item-container:hover a{
    color: white;
}
@media only screen and (max-width: 930px){
  .subpage-bottom-nav-item-container {
      width: 30%;
      margin-bottom: 5%;
  }
}

.subpage-bottom-nav-item-icon {
    float: none;
    width: 30px;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-top: 15px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}

.subpage-bottom-nav-item-label  {
    float: none;
    font-size: 12px;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: normal;
    margin: 14px auto 30px;
    clear: none;
    min-height: 0px;
    color: rgb(23, 172, 250);
    font-family: helvetica;
}
