.wf2-layout-blockcontainer {
    display: block;
    margin: 0 auto
}

.wf2-layout-hflex {
    align-items: flex-start;
    display: flex;
    flex-direction: row
}

.wf-section {
    -webkit-font-smoothing: auto;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.4em
}

.wf-section ul {
    margin-top: 0
}

.wf-container {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    max-width: calc(var(--screen) - 260px);
    min-height: 10px;
    padding: 0 var(--padding)
}

.wf-section img {
    max-width: 100%
}

.wf-footer-nav-link-large {
    color: var(--light-gray);
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 5px
}

.wf-footer-nav-link {
    align-items: center;
    color: hsla(0, 0%, 100%, .7);
    display: flex;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    transition: color .1s
}

.wf-footer-nav-link:hover {
    color: var(--blue)
}

.wf-footer-nav-list {
    grid-row-gap: 4px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    list-style-type: none
}

.wf-footer-nav-list,
.wf-footer-nav-list-item {
    margin-bottom: 0;
    padding-left: 0
}

.wf-copyright {
    display: inline;
    flex: none;
    opacity: .7
}

.copyright-block {
    display: block
}

.wf-legal-link {
    border-right: 1px solid #3d3b5c;
    color: hsla(0, 0%, 100%, .7);
    font-weight: 300;
    padding-left: 8px;
    padding-right: 8px;
    transition: all .1s
}

.wf-legal-link:hover {
    color: var(--white);
    opacity: 1
}

.wf-legal-link.wf-last-link {
    border-right-style: none
}

.wf-social-icon-footer {
    width: 20px
}

.wf-image-stoplight-logo {
    display: block
}

.wf-footer-social-link {
    opacity: .7;
    transition: opacity .1s
}

.wf-footer-social-link:hover {
    opacity: 1
}

.wf-section {
    overflow: visible;
    padding-bottom: 60px;
    padding-top: 60px
}

.wf-section.wf-footer {
    background-color: var(--midnight);
    padding-bottom: 40px;
    padding-top: 60px
}

.wf-flex-block {
    grid-row-gap: 40px;
    flex-direction: column
}

.wf-footer-flex-block {
    grid-column-gap: 9%;
    justify-content: space-between;
    margin-bottom: 60px;
    padding-right: 60px
}

.wf-subfooter-center {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: space-between
}

.wf-subfooter-right {
    grid-column-gap: 18px;
    display: flex;
    flex-direction: row
}

.wf-subfooter-flex-block {
    align-items: center;
    color: var(--white);
    font-size: 11px;
    font-weight: 300;
    justify-content: space-between;
    line-height: 1.4em
}

.wf-subfooter-spacer {
    flex: 1;
    width: 1px
}

.wf-footer-logo-box {
    flex: 1
}

@media screen and (min-width:1280px) {
    .wf-legal-link {
        padding-left: 11px;
        padding-right: 11px
    }

    .wf-social-icon-footer {
        height: 20px;
        width: 20px
    }

    .wf-flex-block {
        flex-direction: row;
        justify-content: space-between
    }

    .wf-footer-flex-block {
        grid-column-gap: 100px
    }

    .wf-subfooter-right {
        grid-column-gap: 20px
    }

    .wf-subfooter-flex-block {
        font-size: 12px
    }
}

@media screen and (min-width:1440px) {
    .wf-legal-link {
        padding-left: 14px;
        padding-right: 14px
    }

    .wf-section {
        padding-bottom: 80px;
        padding-top: 80px
    }

    .wf-subfooter-right {
        grid-column-gap: 22px
    }
}

@media screen and (max-width:991px) {
    .wf-container {
        max-width: 100%
    }

    .wf-footer-nav-link-group {
        min-width: 36%
    }

    .wf-copyright {
        font-size: 12px;
        text-align: center;
        width: 100%
    }

    .copyright-block {
        display: inline-block
    }

    .wf-legal-link {
        flex: none
    }

    .wf-legal-link.wf-last-link {
        padding-right: 0
    }

    .wf-footer-flex-block {
        grid-column-gap: 4%;
        grid-row-gap: 30px;
        flex-wrap: wrap;
        justify-content: flex-end;
        padding-right: 0
    }

    .wf-subfooter-center {
        grid-row-gap: 8px;
        flex: none;
        flex-wrap: wrap;
        justify-content: center
    }

    .wf-subfooter-flex-block {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        align-items: center;
        flex-direction: column;
        justify-content: center
    }

    .wf-subfooter-spacer {
        display: none
    }
}

@media screen and (max-width:767px) {
    .wf-footer-nav-link-group {
        min-width: 40%
    }

    .wf-copyright {
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
        padding-right: 12px;
        text-align: left
    }

    .wf-legal-link {
        margin-right: 12px;
        padding-left: 0;
        padding-right: 12px
    }

    .wf-legal-link.wf-last-link {
        padding-right: 13px
    }

    .wf-legal-link.wf-third {
        border-right-style: none
    }

    .wf-legal-link.wf-fourth {
        padding-left: 0
    }

    .wf-section {
        padding-bottom: 30px;
        padding-top: 30px
    }

    .wf-section.wf-footer {
        padding-top: 50px
    }

    .wf-footer-logo-box {
        flex: none;
        width: 100%
    }

    .wf-footer-flex-block {
        grid-column-gap: 8%;
        grid-row-gap: 30px;
        justify-content: flex-start;
        margin-bottom: 40px
    }

    .wf-subfooter-center {
        grid-row-gap: 5px;
        flex: 0 auto;
        flex-wrap: wrap;
        justify-content: flex-start;
        max-width: 370px
    }

    .wf-subfooter-flex-block {
        grid-column-gap: 25px;
        grid-row-gap: 25px;
        align-items: flex-start;
        margin-bottom: -10px
    }
}

@media screen and (max-width:479px) {
    .wf-social-icon {
        height: 40px;
        width: 40px
    }

    .wf-footer-nav-link-group {
        min-width: 0;
        width: 100%
    }

    .wf-footer-nav-link-large {
        margin-bottom: 7px
    }

    .wf-footer-nav-list {
        grid-row-gap: 2px
    }

    .wf-footer-nav-list-item {
        margin-bottom: 3px
    }

    .wf-copyright {
        line-height: 1.5em;
        margin-bottom: 8px
    }

    .wf-copyright,
    .wf-legal-link {
        border-right-style: none;
        padding-right: 0
    }

    .wf-legal-link {
        margin-right: 7px;
        padding-left: 0
    }

    .wf-footer-flex-block {
        grid-row-gap: 25px;
        margin-bottom: 30px
    }

    .wf-subfooter-center {
        grid-column-gap: 0;
        grid-row-gap: 5px
    }

    .wf-subfooter-flex-block {
        grid-row-gap: 20px
    }
}