#footer {
    background-color: #f5f5f7;
    padding-left:16px;
    padding-right:16px;
    padding-bottom:20px;
}
#footer-contents {
    margin: 0 auto;
    max-width:1070px;
}
#footnote-container {
    border-bottom: 1px solid #d2d2d7;
    padding-left : 0;
    padding-top: 17px;
}
.footnote {
    color : #6e6e73;
    font-size:11px;
    list-style: none;
    padding-bottom:9.6px;
}
.footnote-underline {
    color:#06c;
    text-decoration: underline;
}
.footer-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left:0;
    margin-bottom:0;
}
.footer-listitem > a {
    text-decoration: none;
    margin-right:10px;
    padding-right:10px;
    border-right: 1px solid #434343;
    color: #434343;
    font-size: 13px;
}
.footer-listitem > a:hover {
    text-decoration: underline;
}
#nav {
    border-bottom: 1px solid #d2d2d7;
    padding-bottom:9.6px;
}
#nav-container {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom:34px;
}
.nav-footer {
    flex-grow: 1;
}
.footer-nav {
    list-style: none;
    font-size : 11px;
    width: 100%;
    padding-left: 0;
    margin-bottom:0;
    position: relative;
}
.footer-nav > li {
    color : #6e6e73;
    margin-bottom: 9.6px;
}
.footer-nav > li > a {
    text-decoration: none;
    color : #6e6e73;
}
.footer-nav > li > a:hover {
    text-decoration: underline;
}
.footer-header {
    font-weight: bold;
    margin-bottom: 9.6px;
}
.footer-nav > i {
    display: none;
}
.footer-vision {
    padding-top:24px
}
.footer-music {
    padding-top:24px
}
.footer-nav-higher {
    transition: transform 0.2s ease;
}
@media screen and (min-width:840px) {
    .footer-nav {
        height: auto !important;
    }
}
@media screen and (max-width:840px) {
    #nav-container {
        display:block;
    }
    .footer-header {
        display: flex;
        align-items:center;
        font-weight:normal;
        height:36px;
        margin-bottom:0;
    }
    #footer-vision {
        padding-top: 0 !important;
    }
    #footer-music {
        padding-top: 0 !important;
    }
    .footer-nav {
        border-bottom: 1px solid #d2d2d7;
        transition: height 0.3s ease;
        overflow:hidden;
        height: 36px;
    }
    .footer-nav > li {
        padding-left:14px;
        padding-right:14px;
        padding-top:6px;
        padding-bottom:6px;
        margin-bottom: 0;
    }
    .footer-nav > li > a {
        color : #1d1d1f;
    }
    .footer-nav > i {
        display: block;
        position: absolute;
        top: 18.3px;
        right: 0;
        margin-right: 8.6px;
    }
    .footer-header {
        cursor: pointer
    }
    .footer-nav > li {
        cursor : pointer;
    }
    .footer-nav > li:hover {
        text-decoration: underline;
    }
}
p {
    text-decoration: none;
}