/* Footer */
footer {
    margin-top: 100px;
    font-size: 13px;
    color: white;
    cursor: default;
}
.footer-row {
    background-color: #252B3F;
    padding: 10px;
}

#footer-content {
    margin: auto;
    max-width: 1080px;
    padding: 10px 0;
}

#footer-info {
    padding: 10px 0;
}

#footer-content a:hover,
.footer-copyright a:hover,
#footer-misc a:hover {
    color: white;
    cursor: pointer;
}

.footer-copyright {
    margin: 0 !important;
    padding: 0 !important;
}

.footer-title {
    font-size: large;
}

.footer-underline {
    margin-top: 3px;
    height: 2px;
    max-width: 60px;
    background-color: white;
}

#footer-content ul {
    list-style-type: none;
    padding: 0px;
}

#footer-content li {
    margin-bottom: 5px;
}

#footer-use-cases {
    padding-left: 0;
}

.footer-icon {
    border: 1px solid #ffffff;
    height: 35px;
    display: block;
    width: 35px;
    line-height: 32px;
    border-radius: 3px;
    text-align: center;
}

.footer-icon:hover {
    background-color: white;
    color: #252B3F !important;
}

#footer-logo {
    margin-right: 0;
}

#footer-misc {
    margin-right: 80px; /* Extra margin due to ZenDesk widget */
}