footer {
    height:100%;
    background-color: var(--main-color);
    margin-top: 2rem;
    padding-left: 0;
    right: 0;
    top: 0;
}

footer>.wrapper>.inner-wrapper{
    padding-bottom: 2rem;
}

.footer-row {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.bias {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1rem;
    text-align: left;
}

.footer-find-store{
    width: 265px;
    flex-basis: 25%;
    max-width: 25%;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.footer-logo {
    display: inline-block;
    margin-right: 13px;
}

.footer-logo:hover{
    cursor: pointer;
} 

.footer-pod{
    margin-right: 0;
    margin-left: 0;
    background-color: #121212;
    color: #333;
    display: flex;
    margin: 34px 0;
    min-height: 85px;
    padding: 10px 0 0 39px;
}

.row-title{
    margin-top: 1.5rem;
    color: white;
    font-family: Lato, sans-serif;
    font-weight: bold;
    font-size: 1rem!important;
    height: 1.25rem;
    letter-spacing: -.03rem!important;
    line-height: 1.3rem!important;
    margin-block-end: 0.9375rem;
    margin-bottom: 1.25rem;
    width: 11.6875rem;
}

.subtitle {
    color: #fff;
    font-family: Lato,sans-serif;
    font-size: 12px;
    line-height: 2;
    padding-bottom: 0.5rem;
}

.subtitle:hover {
    text-decoration: underline;
    cursor: pointer;
    opacity: 1;
}

.footer-wrap {
    display: flex;
    box-sizing: border-box;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
    padding: 0 39px;
}

.pod-wrap {
    display: flex;
    width: 100%;
}

.email-col {
    flex-basis: 25%;
    max-width: 25%;
}

.footer-col {
    flex-basis: 25%;
    max-width: 25%;
}

.pod-title {
    font-family: Lato,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: .875rem;
    margin-bottom: 0.3rem;
    height: 1.125rem;
    line-height: 1.1375rem;
    padding-bottom: 0;
}

.yellow-btn {
    padding: 1rem 0.5rem;
    font-family: Lato,sans-serif;
    font-weight: bold;
    background-color: var(--secondary-color);
    color: white;
    text-decoration: none;
    font-size: .875rem;
    height: 0.5rem;
    padding-top: 0.875rem;
    border: 0;
    line-height: .8;
}

.yellow-btn:hover {
    cursor: pointer;
    background-color: #B41E05;
    color: white;
    text-decoration: underline;
}

.yellow-btn-alt {
    font-family: Lato,sans-serif;
    font-weight: bold;
    background-color: var(--secondary-color);
    color: white;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    font-size: .875rem;
    min-height: 2.375rem;
    line-height: 1.3rem;
    padding: 0.5rem 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: all .15s linear;
    border: 0;
    position: relative;
    margin-top: 1rem;
    width: 100%;
}

.yellow-btn-alt:hover {
    cursor: pointer;
    background-color: var(--secondary-color);

}

.a-image {
    margin-top: 1rem;
    width: 130px;
}

.input-zip {
    background-color: #fff;
    border: 1px solid #565656;
    color: #666;
    margin-bottom: 3px;
    vertical-align: top;
    height: 1.25rem;
    width: 86.7%;
    font-size: 14px;
    padding: 8px 14px;
}

.search-wrap {
    display: flex;
}
.search-button {
    border: 0;
    color: #131313;
    cursor: pointer;
    display: inline-block;
    font-size: 32px!important;
    height: 38px;
    line-height: 1.2;
    padding: 0;
    text-align: center;
    width: 38px;
    background: var(--secondary-color);
}

.sub-form {
    display: flex;
}

.sub-bar {
    background-color: #fff;
    border: 1px solid #565656;
    color: #333;
    font-size: 14px;
    height: 1.25rem;
    width: 9.25rem;
    padding: 8px 14px;
}

.sub-bar::placeholder {
    font-weight: 5000;
    font-size: 11px;
    font-style: italic;
  }

.mitchell-img {
    width: 60px;
}

.mitchell-img:hover {
    cursor: pointer;
}