@import url('https://fonts.cdnfonts.com/css/chaparral-pro');
@import url('https://fonts.cdnfonts.com/css/hvdtrial-brandon-grotesque');

.footer-section { 
	background: #002436;
}

.footer-section .footer-wrapper {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 15px 70px;
}

.footer-section .footer-left .footer-logo {
	margin-bottom: 40px;
	display: inline-block;
}

.footer-section .footer-left .footer-logo img {
	width: 324px;
	display: block;
}

.footer-section .footer-left .footer-left__address {
	color: #fff;
	font: 600 20px/100% 'Chaparral Pro', sans-serif;
	margin-bottom: 30px;
}

.footer-section .footer-left .footer-left__address p {
    margin-bottom: 15px;
}

.footer-section .footer-left .footer-left__address a {
	color: #fff;
}

.footer-section .footer-left .footer-left__contact a {
	padding: 20px 33px;
	background: #7AA02C;
	border-radius: 72px;
	color: #fff;
	text-decoration: none;
	font: 700 14px/150% 'HvDTrial Brandon Grotesque', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
	display: inline-block;
	transition: .2s;
}

.footer-section .footer-left .footer-left__contact a:hover {
	color: #fff;
	text-decoration: none;
	background: #A3CE4C;
}

.footer-section .footer-left .footer-left__nav {
	display: flex;
	margin-top: 55px;
}

.footer-section .footer-left .footer-left__nav .footer-left-nav__img {
	width: 155px;
	height: 155px;
	margin-right: 80px;
}

.footer-section .footer-left .footer-left-nav__links {
	display: flex;
	gap: 100px;
}

.footer-section .footer-left .footer-left-nav__links .footer-left-nav-links__box {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.footer-section .footer-left .footer-left-nav__links .footer-left-nav-links__box h4 {
	font: 700 20px/100% 'HvDTrial Brandon Grotesque', sans-serif;
	color: #EEA420;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 0;
	padding: 0;
}

.footer-section .footer-left .footer-left-nav__links .footer-left-nav-links__box a {
	font: 400 22px/100% 'Chaparral Pro', sans-serif;
	text-decoration: none;
	color: #fff;
}

.footer-section .footer-left .footer-left-nav__links .footer-left-nav-links__box a:hover {
	text-decoration: underline;
}

.footer-section .footer-bottom {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-section .footer-bottom .footer-bottom__copyright p {
	color: #fff;
	font: 300 20px/100% 'HvDTrial Brandon Grotesque', sans-serif;
}

.footer-section .footer-bottom .footer-bottom__copyright p a {
	color: #fff;
	text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

.footer-section .footer-bottom .footer-bottom__copyright p a:hover {
	text-decoration: none;
}

.footer-section .footer-bottom .footer-bottom__social {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 25px;
}

.footer-section .footer-bottom .footer-bottom__social a img {
	width: 38px;
	height: 38px;
}

@media screen and (max-width: 767px) {
    .footer-section .footer-wrapper {
        padding: 30px 15px 40px;
    }

    .footer-section .footer-left .footer-logo {
        display: flex;
        justify-content: center;        
    }
    
    .footer-section .footer-left .footer-logo img {
        width: 250px;
    }
    
    .footer-section .footer-left .footer-left__address {
        font-size: 18px;
        margin-bottom: 25px;
        text-align: center;
    }
    
    .footer-section .footer-left .footer-left__address p {
        margin-bottom: 10px;
    }
    
    .footer-section .footer-left .footer-left__contact {
        display: flex;
        justify-content: center;
    }

    .footer-section .footer-left .footer-left__contact a {
        padding: 15px 25px;
        font-size: 12px;
        letter-spacing: 1.5px;
    }
    
    .footer-section .footer-left .footer-left__nav {
        flex-direction: column;
        margin-top: 40px;
    }
    
    .footer-section .footer-left .footer-left__nav .footer-left-nav__img {
        width: 120px;
        height: 120px;
        margin-right: 0;
        margin-bottom: 30px;
        align-self: center;
    }
    
    .footer-section .footer-left .footer-left-nav__links {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }
    
    .footer-section .footer-left .footer-left-nav__links .footer-left-nav-links__box {
        gap: 20px;
    }
    
    .footer-section .footer-left .footer-left-nav__links .footer-left-nav-links__box h4 {
        font-size: 18px;
        letter-spacing: 2px;
    }
    
    .footer-section .footer-left .footer-left-nav__links .footer-left-nav-links__box a {
        font-size: 20px;
    }
    
    .footer-section .footer-bottom {
        flex-direction: column;
        gap: 25px;
        margin-top: 40px;
        text-align: center;
    }

    .footer-section .footer-bottom .footer-bottom__copyright p {
        font-size: 18px;
        line-height: 30px;
    }
    
    .footer-section .footer-bottom .footer-bottom__copyright p a {
        white-space: nowrap;
    }

    .footer-section .footer-bottom .footer-bottom__social {
        justify-content: center;
    }
    
    .footer-section .footer-bottom .footer-bottom__social a img {
        width: 32px;
        height: 32px;
    }
}

/* HEADER */
.header .themeHeader .themeNav .mainNavItem {
    padding-left: 30px;
}

.header .themeHeader .themeNav .mainNavItem.comm-navigation__menu-item a,
.header .themeHeader .themeNav li button.linkBtn {
    font: 700 14px 'HvDTrial Brandon Grotesque', sans-serif;
    text-transform: uppercase;
}

.header .themeHeader .forceCommunityThemeNav .visible-links {
    align-items: center;
}

/* DONATE CONFIRMATION */
.confirmation-wrapper .modal-content .modal-content__title.increase-title,
.confirmation-wrapper .modal-content .add-comment-wrapper {
    display: none;
}