
.site-footer {
    font-size: 15px;
    color: white;
    position: relative;
}

.site-footer .pipe {
    font-size: 0px;
    height: 17px;
    margin-top: -1px;
    width: 1px;
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    color: black;
    position: relative;
    top: 1px;
    margin-bottom: -5px;
}

.basic-footer__wrapper {
    position: relative;
    background: linear-gradient(90deg, rgba(1, 95, 196, 1) 0%, rgba(1, 151, 217, 1) 100%);
}
.basic-footer a:not([style*="background"]) {
    color: white;
    text-underline-position: under;
}
.basic-footer {
    position: relative;
    color: white;
    padding: 15px;
    max-width: var(--page-max-width);
    display: grid;
    grid:
        "icon content" min-content
        / min-content minmax(auto, max-content);
    gap: 0 40px;
    align-content: center;
    margin: 0 auto;
    align-items: center;
    /* max-height: 111px; */
}

@media screen and (max-width: 640px) {
    .basic-footer {
        gap: 0;
        grid:
            "icon" min-content
            "content" max-content / auto;
    }
}

.basic-footer__logo {
    grid-area: icon;
    align-self: center;
}
.basic-footer__content {
    grid-area: content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    margin-top: 5px;
}
.basic-footer__content > * {
    margin: 5px;
    line-height: 18px;
}

.basic-footer__content > div > p {
    margin: 0;
    /* line-height: 18px; */
}

.basic-footer__copyright {
    /* line-height: 1.6em; */
    font-size: 14px;
}

@media screen and (max-width: 480px) {
    .basic-footer {
        grid-auto-flow: row;
        flex-direction: column;
    }
    .basic-footer__logo.basic-footer__logo {
        max-width: 215px;
        height: 20.8vw;
        background-size: contain;
    }
}


.site-footer a:hover {
    color: #ffb738;
    text-decoration: underline;
}

.c-three-sect-footer h2 {
    color: #fbb732;
    font-weight: bold;

    font-family: sans-serif;

    font-size: 15px;

    margin-top: 0;
    margin-bottom: 6px;

    text-transform: uppercase;
}

.footerOrangeBar {
    position: absolute;
    top:0px;
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, rgba(13, 177, 252, 1) 0%, rgba(13, 252, 171, 1) 100%);
}

.footerTopLeftColumn {
    width: 254px;
    max-width:calc(100vw - 30px);
    display: inline-block;
    position: relative;
    left: 0px;
    top: 14px;
    height: calc(100% + 49px);
    margin-left:10px;
}

@media screen and (max-width: 640px) {
    .footerTopLeftColumn {
        /* display: none; */
        height: 97px;
        top: 0;
    }
}

.footerAngleContainer{
    position: absolute;
    height: 100%;
    width: 700px;
    top: 0px;
    left: -100px;
    overflow: hidden;
    max-width: calc(100vw + 75px);
    max-height: 445px;
}
.footerAngleOverflow{
    width: 900px;
    height: 900px;
    transform: rotate(33deg);
    position: absolute;
    left: -308px;
    top: 171px;
    border-top: 2px solid rgba(255,255,255,0.3);
    overflow: hidden;
}
.footerAngle{
    width: 100%;
    height: 100%;
    position: relative;
    background: linear-gradient(57deg,rgba(255,255, 255,0) 0%,rgba(255,255, 255,0) 40%,rgba(255,255, 255,.4) 60%,rgba(255,255,255,0.1) 100%);
}
@media screen and (max-width:640px){
    .footerAngle{
        background: linear-gradient(57deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .15) 60%, rgba(255, 255, 255, 0.1) 100%);
    }
    
    .footerAngleContainer{
        overflow: visible;
    }
}
.footerAngleOverlay{
    display:none;
}
.footerUnderlineContainer{
    position: absolute;
    width: 280px;
    left: 0px;
    height: 8px;
    margin-left: -80px;
    max-width:100% + 80px;
    top: 64px;
    background: linear-gradient(90deg,rgba(253,129,59,0) 0%,rgba(251,193,95,1) 50%,rgba(251,193,95,0) 100%);
}
.footerTopLeftColumn a.footerSeal {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    float: none;
    width: 100%;
    height: 100%;
    max-height: 105px;
    background-size: contain;
    background-position:left center;
    background-repeat: no-repeat;
    z-index:1;
}