footer {
    background: var(--c-green-md);
    text-align: center;
    position: relative;
}
footer > div {
    padding: 1% 5%;
    overflow: hidden;
}
footer div.coyote {
    width: 200px;
    margin: 0px auto;
    padding: 3% 0 1% 0;
}
footer div.coyote img {
    width: 100%;
}
footer ul,
footer ul:not([class]) {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 50%;
    padding: 2% .75%;
    float: left;
    display: inline-block;
    font-size: 13px;
    line-height: 1em;
    text-transform: uppercase;
}
footer ul li,
footer ul:not([class]) li {
    padding: 7px 0px;
    font-family: var(--f-sans);
    font-weight: 800;
    font-style: normal;
    color: #1A1C18;
}
footer ul li a,
footer ul:not([class]) li a,
footer ul li a:visited,
footer ul:not([class]) li a:visited {
    font-family: var(--f-sans);
    font-weight: 800;
    font-style: normal;
    color: #A23D3B;
}
footer ul li a:hover,
footer ul:not([class]) li a:hover,
footer ul li a:visited:hover,
footer ul:not([class]) li a:visited:hover {
    color: #A23D3B;
    box-shadow: 0px 1.5px 0px #A23D3B;
}
footer ul.three {
    clear: both;
}
footer p:first-of-type {
    width: auto;
    font-weight: 800;
    color: #1A1C18;
    font-size: 16px;
    line-height: 1.8em;
    font-family: var(--f-sans);
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    padding: 20px;
    max-width: 1000px;
    text-align: center;
    margin: 0px auto;
}
footer p:first-of-type a,
footer p:first-of-type a:visited {
    font-family: var(--f-sans);
    font-weight: 800;
    font-style: normal;
    color: #1A1C18;
    box-shadow: 0px 1.5px 0px #a9b69c;
    text-decoration: none;
}
footer p:first-of-type a:hover,
footer p:first-of-type a:visited:hover {
    color: #1A1C18;
    box-shadow: 0px 1.5px 0px #1A1C18;
}
footer p:first-of-type a,
footer p:first-of-type a:visited {
    font-family: var(--f-sans);
    font-weight: 700;
    font-style: normal;
    box-shadow: 0px 1.5px 0px #747F5A;
}
footer p:first-of-type a:hover,
footer p:first-of-type a:visited:hover {
    box-shadow: 0px 1.5px 0px #1A1C18;
}
footer div.ssc {
    max-width: 800px;
    text-align: center;
    margin: 0px auto;
    content: "";
    display: table;
    clear: both;
}
footer div.ssc div {
    font-family: "SSSocialRegular";
    text-transform: lowercase;
    color: #A23D3B;
    font-size: 22px;
    padding: 0px;
    float: left;
    width: 20%;
}
footer div.ssc div a {
    color: #A23D3B;
    padding: 1vw 3vw;
    display: block;
}
footer div.ssc div a:hover {
    color: #1A1C18;
}
footer span {
    font-family: var(--f-sans);
    font-weight: 700;
    font-style: normal;
    color: #31312F;
    padding: 30px 0;
    display: block;
    clear: both;
    font-size: 14px;
}
footer span a {
    display: inline;
    padding: 0;
    margin: 0;
}
footer span a:hover {
    color: #A23D3B;
    text-decoration: none;
}
footer div.banner div.outline {
    background: #848581;
}
footer div.banner div.outline h3 {
    background: #31312F;
    color: #848581;
}

@media only screen and (min-width: 768px) {
    footer div.coyote {
        width: 300px;
    }
    footer ul,
    footer ul:not([class]) {
        width: 25%;
        font-size: 11px;
    }
    footer ul.three {
        clear: none;
    }
}
