.hidden,
[hidden] {
    display: none !important;
}

.footer-link-item-wrapper {
    position: relative;
    float: left;
    width: 273px;
    margin: 19px 36px 0 0;
}

.footer-link-item-wrapper:last-child {
    margin-right: 0;
}

.footer-link-dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 34px;
    width: 273px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

.footer-link-dropdown a {
    display: block;
    padding: 10px 20px;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
    line-height: 24px;
    border-bottom: 1px solid #f0f0f0;
}

.footer-link-dropdown a:last-child {
    border-bottom: none;
}

.footer-link-dropdown a:hover {
    background: #f5f5f5;
    color: #4281c6;
}

.footer-link-item-wrapper.active .footer-link-dropdown {
    display: block;
}

.footer-link-item-wrapper.active .footer-link-arrow {
    border-top: none;
    border-bottom: 5px solid #7e7e7e;
    margin-top: 11px;
}
