.footer-main {
    background: var(--color-footer-background);
}

.footer-main__top {
    background: var(--color-footer-background);
    max-width: var(--max-width);
    width: 100%;
    padding: 30px 30px 0px 30px;
    margin: 0 auto;
}

.footer-main__bottom {
    background: var(--color-footer-background);
    border-top: 1px solid #6A6A6A;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    justify-content: space-between;
    display: flex;
    padding: 15px;
}

.footer-main__bottom-right {
    color: #c8c8c8;
    display: flex;
    align-items: center;
}

.footer-main__bottom-center {
    color: #c8c8c8;
    display: flex;
    align-items: center;
    text-align: center;
    margin: auto;
}

.footer-main__bottom-left {
    color: #c8c8c8;
    display: flex;
    align-items: center;
    padding-left: 2em;
}

ul.footer-main__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    flex-direction: column;
    margin-bottom: 30px !important;
}

ul.footer-main__links.is-horizontal {
    flex-direction: row;
    margin-bottom: 0
}

.is-horizontal.footer-main__link-item {
  margin: 0 20px 0 0;
}

.footer-main__link-item {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    position: relative;
    display: block;
}

.footer-main__link {
    color: var(--color-footer-link-text);
}

.footer-main__link-item a:hover {
    color: var(--color-footer-link-text-hover) !important;
}

.footer-main__title {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.footer-main__newsletter-signup-input, 
#mc_embed_signup input, select {
    margin-bottom: 10px;
    background: transparent;
    border: 1px solid #6A6A6A;
    padding: 10px 5px;
    color: #6A6A6A;
    width: 100%;
	border-radius: 4px;
}

.footer-main__newsletter-signup-input:focus,
#mc_embed_signup input:focus, select:focus {
    background: #fff;
    color: #000;
}

.footer-main__newsletter-signup-button,
#mc-embedded-subscribe {
    background: #2C2C2C;
    border: 0;
    padding: 10px 20px;
    width: 100%;
    color: var(--color-footer-link-text);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}