/************************ FOOTER **********************/ 

.footer-cols {
	box-sizing: border-box;
}

.footer-cols a {
	color: #fff;
	font-weight: 600;
	transition: color .7s ease;
}

.footer-cols p a:hover {
	color: var(--brand-a);
	transition: color .7s ease;
}




.social-media-container p {
	color: white;
    font-weight: 400;
    margin-bottom: .75rem;
    font-size: 1rem;
}



/* .fab is the social media icons in footer */
.fab {
    font-family: "Font Awesome 5 Brands";
	font-size: 1.5rem;
	color: #bcbec0;
	margin-right: 0.5em;
	transition: color .7s ease;
}

.fab:hover{
	color: var(--brand-a);
	transition: color .7s ease;
}

.social-media-container a:nth-of-type(2) .fab {
	font-size: 1.63rem;
}

.social-media-container a:last-child .fab {
	margin-right: 0;
}


/*********************** Overwritten styles for footer ****************************/

#footer {
	/* background: url("images/bg_bottom.jpg") center no-repeat;
	background-size: cover; */
	padding: 2rem 0;
	position: relative;
	z-index: 505;
}

/*
.cmsDebug #footer {
	background-image: url(../../images/bg_bottom.jpg);
}
*/

#footer .standard-width {
/* 
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(calc(25% - 2rem),1fr));
*/
	display: flex;
	grid-gap: 1.5rem;
}

#footer .standard-width > div {
    flex: 1;
}

#footer .standard-width > div.footer-cols.footer-col3 {
	display: flex;
    flex: 3;
    justify-content: center;
    align-items: center;
}

.footer-cols {
    max-width: unset;
}

.footer-cols p.footer-title {
	color: var(--brand-a);
    font-size: .94rem;
    font-weight: 700;
	margin-top: 1.75rem;
    margin-bottom: .25rem;
}

.footer-cols p.footer-title a {
	font-weight: 400;
}



.footer-logo {
	width: 355px;
}

.footer-logo a {
	display: inline-block;
	width: 100%;
	height: 100%;
	transition: opacity 1s ease;
}

.footer-logo a:hover {
	opacity: .75;
	transition: opacity 1s ease;
}



.footer-cols p {
	margin-bottom: .25rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.45em;
}

p.footer-call {
	margin: 0 0 0 4.05rem;
}


  
.copyrightContainer {
	border-top: 1px solid white;
	position: relative;
	z-index: 506;
  }
  
  .copyrightContainer .standard-width {
	display: flex;
	grid-gap: 3rem;
  }
  
  .copyrightContainer .standard-width p {
	flex: 1;
	white-space: nowrap;
  }
  
  .copyrightContainer .copyright-p.copyright-p-right {
	text-align: right;
	flex: 1;
  }
  
  .copyrightContainer .copyright-p {
	font-size: 1rem;
	color: #ccc;
	font-weight: 300;
	margin: 0;
	padding: 1rem 0;
  }
  
  .copyrightContainer .copyright-p a {
	color: #fff;
	font-weight: 300;
  }
  
  .copyrightContainer .copyright-p a:hover {
	color: #ccc;
  }


/************************* Wrapping 1st, 2nd and 3rd column content in a <DIV> *************************/
.footer-cols.footer-col1 {
	display: flex;
	flex-direction: column;
}

/* .footer-cols.footer-col2 {
	display: flex;
} */

/* .footer-cols.footer-col2 p:first-child {
	margin-top: 6px;
} */

.footer-cols.footer-col3 > div {
	display: flex;
    flex-direction: row;
	/* grid-gap: 2rem; */
	grid-gap: 6rem;
	justify-content: center;
}

.footer-cols.footer-col3 p {
	margin-bottom: 0;
	text-align: center;
}
/************************* Wrapping 4th column content in a <DIV> *************************/

.footer-cols.footer-col4 {
	display: flex;
    justify-content: flex-end;
}


.footer-cols h3 {
	color: white;
	font-size: 1.1rem;
    font-weight: 700;
}

.footer-cols h3::after {
	display: none;
}



@media only screen and (max-width: 1185px) {
	/* .footer-logo {
		width: auto;
	} */

	/* #footer .standard-width {
		display: grid;
		grid-template-columns: repeat(auto-fit,minmax(calc(50% - 2rem),1fr));
		grid-gap: 2rem;
	} */

	.copyrightContainer .copyright-p.copyright-p-right {
		text-align: right;
	}
}




@media only screen and (max-width: 1040px) {

	.footer-cols.footer-col3 > div:nth-of-type(2) {
		flex-direction: column;
		grid-gap: .5rem;
	}
}



@media only screen and (max-width: 899px) {

}

@media only screen and (max-width: 767px) {

	.footer-logo {
		width: auto;
	}

	#footer .standard-width > div.footer-cols.footer-col3 {
		flex: 1;
	}

}

@media only screen and (max-width: 679px) {

	.copyrightContainer .standard-width {
		display: block;
	}

	.copyrightContainer .copyright-p.copyright-p-right {
		text-align: left;
	}

	.copyrightContainer .copyright-p {
		padding: 0.25rem 0;
	}

	#footer .standard-width {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(calc(100% - 1rem),1fr));
		grid-gap: 1rem;
	}


	.footer-cols.footer-col1,
	/* .footer-cols.footer-col2, */
	.footer-cols.footer-col3,
	.footer-cols.footer-col4 {
		justify-content: center;
	}

	p.footer-call {
		margin: 0;
	}

	.copyrightContainer .standard-width p {
		white-space: normal;
	}

	.footer-cols p {
		text-align: center;
	}

	.copyrightContainer .copyright-p,
	.copyrightContainer .copyright-p.copyright-p-right {
		text-align: center;
	}

	.footer-logo {
		width: 360px;
	}

	.footer-logo {
		margin: 0 auto 1rem;
	}

	.social-media-container {
		margin: 0 auto;
	}

	/* .footer-cols.footer-col2, */
	.footer-cols.footer-col4 {
		padding-left: 0;
	}

	.footer-cols p.footer-title {
		margin-top: 0;
	}

	#footer .standard-width > div.footer-cols.footer-col3 {
		display: grid;
	}

}

@media only screen and (max-width: 499px) {
/* 
	#footer .standard-width {
		display: block;
	}

	.footer-cols {
		padding: 0;
	}

	#footer {
		display: block;
		padding-top: 2rem;
	}

	.footer-logo {
		margin: 0 auto 2rem;
	}

	.footer-cols.footer-col1 {
		padding-top: 0;
	}



	.footer-cols p {
		text-align: center;
	}

	.social-media-container {
		margin-top: 0;
		align-items: center;
	} */

	.footer-logo {
		width: auto;
	}
}


@media only screen and (max-width: 484px) {

	/* .copyrightContainer .copyright-p,
	.copyrightContainer .copyright-p.copyright-p-right {
		text-align: center;
	} */
}

@media only screen and (max-width: 380px) {
	.footer-logo {
		width: auto;
	}
}



.footer-cols.footer-col3:not(.page-home .footer-cols.footer-col3) {
	visibility: hidden;
}
@media only screen and (max-width: 679px) {
	.footer-cols.footer-col3:not(.page-home .footer-cols.footer-col3) {
		display: none !important;
	}

	.footer-logo:not(.page-home .footer-logo) {
		margin: 0 auto;
	}
}