body.default .social-inner-wrap a.fa-google,
body.default .social-inner-wrap li a.fa-google:hover {
	background: #dd4b39;
}
@media (max-width: 1400px) and (min-width: 0) {
	div.module-128-style2 .footer .inner-wrap .footer-social-	wrap .social-inner-wrap,
	div.module-128 .footer .inner-wrap .footer-social-	wrap .social-inner-wrap {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 20px;
	}
	div.module-128-style2 .footer .inner-wrap .footer-signature-block,
	div.module-128 .footer .inner-wrap .footer-signature-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	div.module-128-style2 .footer .inner-wrap,
	div.module-128 .footer .inner-wrap{
		flex-direction: column;
	}
	div.module-128-style2 .footer .inner-wrap .footer-social-wrap .social-inner-wrap,
	div.module-128 .footer .inner-wrap .footer-social-wrap .social-inner-wrap{
		justify-content: center;
	}
	div.module-128-style2 .footer .inner-wrap .footer-signature-block .footer-signature-powered-by,
	div.module-128 .footer .inner-wrap .footer-signature-block .footer-signature-powered-by{
		padding: 10px 0;
	}
	div.module-128-style2 .footer .inner-wrap .footer-social-wrap .social-inner-wrap li:last-child,
	div.module-128 .footer .inner-wrap .footer-social-wrap .social-inner-wrap li:last-child{
		margin-right: 0;
	}
}

/* QA Edits */
.alert li:last-child {
	margin-bottom: 0 !important;
}
.alert li, .alert {
	font-size: 16px !important;
}

body.home .modal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
    width: 90%;
    max-width: 420px;
    min-width: 340px;
}

body.home .modal .modal-dialog .modal-content {
    padding: 6%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.home .modal .modal-dialog .modal-content h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 130%;
	color: #067741;
}

@media (max-width: 414px){
	body.home .modal .modal-dialog .modal-content{
		padding: 50px 6%;
	}
}