﻿.footer-container {
    background-color: #222D35;
    padding: 30px 0px;
}



.grey-shadowed-color,
.grey-shadowed-color li a {
    color: #ECF0F3;
    opacity: 0.7;
}

.center-aligned { 
	text-align: center; 
	display: flex; 
	flex-wrap: wrap; 
	justify-content: center; 
	padding: 0 25px; 
}

.footer-container ul {
    list-style-type: none;
    padding-inline-start: 0;
}

.footer-container li a {
    font-size: 14px;
    line-height: 26px;
}

p.footer-title {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}

.social-icons {
    margin-top: 10px;
    margin-bottom: 34px;
}

.social-icons img {
    margin-right: 8px;
    width: 25px;
    height: 25px;
}

.brand-logo {
    margin-bottom: 10px;
}

.brand-logo img {
    width: 40px;
}

.desktop-footer {
    max-width: 1200px;
    margin: auto;
    padding-top: 70px;
    padding-bottom: 60px;
}

.desktop-footer .brand-logo img {
    width: 66px;
}

.desktop-footer .row:first-child {
    display: flex;
    flex-wrap: wrap;
}

.desktop-footer .row:first-child div {
    flex: 1;
}

.desktop-footer .footer-cols .row:first-child {
    display: block;
}

.footer-cols.brand-logo {
    margin-bottom: 0;
}

.footer-cols .footer-title {
    height: 24px;
    margin-top: 0;
}

.desktop-footer .footer-cols:last-child p {
    margin-bottom: 20px !important;
}

.desktop-footer {
    display: block;
}

.mobile-footer {
    display: none;
}

@media screen and (max-width: 1200px) {
    .desktop-footer {
        display: none;
    }

    .mobile-footer {
        display: block;
    }
}