/*footer {
    overflow: hidden;
    position: relative;
    bottom: 0;
}
.footer-wrapper {
    overflow: hidden;
    position: relative;
    bottom: 0;
}*/
footer {
    z-index: 0;
    position: relative;
    /*transform: translateY(-200px);*/
}
.f-left-section-wrapper {
    width: 480px;
    flex-shrink: 0;
    color: white;
    background-color: var(--dark);
}
.f-left-section-container {
    padding: 75px 60px 0 60px;
}
.f-main-section-wrapper {
    width: 100%;
    background-color: var(--grey);
}
.f-main-section {
    flex-wrap: wrap;
    padding: 75px 60px 0 60px;
}
.f-single-section-wrapper {
    width: 25%;
}
.f-left-content p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding-top: 75px;
    padding-bottom: 45px;
}
.f-left-address-header h3 {
    font-size: 1.125rem;
    color: var(--lightBlue);
    padding-bottom: 30px;
    line-height: 1.315rem;
}
.f-left-address-wrapper {
    padding-bottom: 60px;
}
.f-left-address-content p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding-top: 3px;
    padding-bottom: 3px;
}
.f-left-address-content p:last-child {
    padding-bottom: 0;
}
.f-left-copyright {
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.f-left-copyright p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: var(--blue);
    padding-bottom: 10px;
    padding-left: 60px;
    border-top: 1px solid var(--blue);
    width: 100%;
    padding-top: 10px;
}
.f-single-header {
    color: var(--green);
    font-size: var(--buttonFontSize);
    padding-bottom: 25px;
}
.f-single-line a {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: var(--buttonFontSize);
    color: var(--blue);
    text-decoration: underline;
    transition: all .4s ease;
}
.f-main-section-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.f-single-section-wrapper:first-child a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: var(--dark);
}
.f-single-section-wrapper:not(:first-child) .f-single-line a:hover {
    color: var(--green);
}







@media only screen and (max-width: 1740px) {

}
@media only screen and (max-width: 1640px) {
    .f-left-section-wrapper {
        width: 360px;
    }
}
@media only screen and (max-width: 1440px) {

}
@media only screen and (max-width: 1280px) {
    .f-single-section-wrapper {
        width: 50%;
        padding-bottom: 60px;
    }
    .f-single-header {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 900px) {
    .footer-wrapper {
        display: block;
    }
    .f-left-section-wrapper {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .f-left-section-container {
        padding: 75px 17px 0 15px;
    }
    .f-main-section {
        padding: 75px 15px 0 15px;
    }
    .f-left-copyright p {
        font-size: 0.675rem;
        padding-left: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .f-single-section-wrapper {
        width: 100%;
    }
    .f-left-content p {
        padding-bottom: 45px;
    }
    .f-main-section {
        padding: 45px 15px 0 15px;
    }
    .f-single-header {
        padding-bottom: 15px;
    }
}