.appLogo{
	max-width: 5rem;
	border-radius: 1rem;
	margin-right: 1rem;
}
.playStoreIcon, .appStoreIcon, .apkDownloadIcon{
	max-width: 6rem;
}

.playStoreIcon{
	margin-top: .3rem;
	margin-bottom: .3rem;
}

footer, footer .callout.secondary {
    background-color: #f4f4f4;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.footerLinkContainer a {
	color:#282828;
	font-weight: bolder;
}

.footerLinkContainer div {
    display: block;
    text-align: center;
}
    
/* .gcsLogo {
	margin-left: auto;
	margin-right: auto;
} */

.bottomBar{
	min-height: 2rem;
	background-color: #f4c904;
	align-items: center;
    display: flex;
    justify-content: center;
}

.v22 .footerLinkContainer>.cell>div:before{
	content: "";
	border-left:solid #f5c904 3px;
	margin-left:-1rem;
}	
.v22 .footerLinkContainer>.cell>div>a{
	padding-left: 0.8rem;	
}
.v22 .footerLinkContainer>.cell>div{
	margin-top: 1rem;
	text-align: left;
	padding-left:1rem;
}

.footerLinkContainer a:hover, .footerLinkContainer a:focus {
    color: #525252;
}

.gcsLogoContainer{
	margin-left: .5rem;
    margin-top: 1.5rem;
    max-width: 20rem;
}

.appLogoContainer{
	text-align: center;
}

.appDownloadLinkContainer{
	display: block !important;
}

footer .grid-margin-y.footerContactContainer{
	margin-top: 0;
	margin-left: 1.2rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	footer .grid-margin-y.footerContactContainer{
		margin-top: 1rem;
		margin-bottom: 0rem;
	}
	footer .grid-margin-x.footerLinkContainer {
   	  margin-left: 0.5rem;
	}
}

@media screen and (max-width: 39.9375em) {
	.appLogo{
		max-width: 4rem;
		margin-right: .5rem;
	}
	.playStoreIcon, .appStoreIcon, .apkDownloadIcon{
		max-width: 4.5rem;
	}
	.playStoreIcon{
		margin-top: .35rem;
		margin-bottom: .35rem;
	}
	div.callout{
	padding-left: 0em;
    padding-right: 0em;
    padding-bottom: 0;
    margin-bottom: 0;
	}
	footer .callout.secondary>div {
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
	}
	
	footer .grid-margin-y.footerContactContainer{
		margin: 1.5rem 0.7rem 0;
	}
	.v22 .footerLinkContainer>.cell>div{
		padding-left:1.8rem;
	}

	.v22 .footerLinkContainer {
	  margin-bottom: 0.8rem;
	  }

}