
	footer.main-et1a									{ margin: auto; padding: 0; width: 100%; background-color: #282828; position: relative; }
	footer.main-et1a .footer-top						{ margin: auto; width: 100%; background-color: #444444; position: relative; font-family: 'Lato', Arial, sans-serif; }
	footer.main-et1a .footer-copyright					{ margin: auto; padding: 1.25em 0 6.5em; width: 100%; text-align: center; position: relative; }

	footer.main-et1a .footer-container					{ padding: 2.125em 0 4em; position: relative; }

	footer.main-et1a .footer-left						{ width: 75%; vertical-align: top; display: inline-block; z-index: 1; position: relative; }
	footer.main-et1a .footer-right						{ width: 25%; vertical-align: top; display: inline-block; z-index: 1; position: relative; }

	footer.main-et1a .footer-right .content				{ width: 50%; vertical-align: top; display: inline-block; }

	footer.main-et1a .footer-bgd						{ padding: 0; top: 0; bottom: 0; position: absolute; z-index: 0; }

	footer.main-et1a .footer-left.footer-bgd			{ left: 0; }
	footer.main-et1a .footer-right.footer-bgd			{ right: 0; }

	footer.main-et1a .footer-right img					{ margin-right: 0.625em; }

	footer.main-et1a .footer-top p,
	footer.main-et1a li.footer-heading					{ margin: 0 0 0.25em; font-size: 0.875em; line-height: 2em; font-weight: 700; text-transform: uppercase; color: #FFAF27; }

	footer.main-et1a .footer-top p						{ margin-bottom: 1.875em; }
	footer.main-et1a .footer-copyright p				{ margin: 0; font-size: 0.75em; line-height: 2.5em; font-weight: 400; color: #CDE6E9; }
	footer.main-et1a .footer-left ul					{ margin: 0; padding: 0 1em 0 0.25em; width: 25%; font-size: 1em; line-height: 1em; list-style-type: none; float: left; }
	footer.main-et1a .footer-left ul.col-1				{ width: 100%; }
	footer.main-et1a .footer-left ul.col-2				{ width: 50%; }
	footer.main-et1a .footer-left ul.col-3				{ width: 33.333%; }
	footer.main-et1a .footer-left ul.footer-collapse	{ width: 100%; }

	footer.main-et1a li									{ margin: 0; font-size: 0.8125em; line-height: 1.875em; font-weight: 400; color: #FFFFFF; }

	footer.main-et1a .footer-copyright img				{ vertical-align: middle; }

	@media only screen and (min-width: 0px) and (max-width: 800px) {

		footer.main-et1a .footer-left					{ width: 100%; }
		footer.main-et1a .footer-right					{ width: 100%; }
		footer.main-et1a .footer-bgd					{ display: none; }

		footer.main-et1a .footer-left ul.col-3			{ width: 50%; }

		footer.main-et1a a								{ display: block; }

		footer.main-et1a .footer-left li.footer-heading { cursor: pointer; }
		footer.main-et1a .footer-left ul.footer-collapse { display: none; padding: 0 1em; }
		
		footer.main-et1a li.footer-heading:after 		{ font-family: 'Font Awesome 5 Pro'; content: '\f078'; display: inline-block; margin-left: .5em; transition: transform 300ms ease; }
		footer.main-et1a li.footer-heading.open:after 	{ transform: rotate(-180deg); }
	}

	@media only screen and (min-width: 0px) and (max-width: 600px) {

		footer.main-et1a .footer-top					{ padding: 1em 0 2em; }
		footer.main-et1a .footer-right					{ margin-top: 1em; }
		footer.main-et1a .footer-left ul				{ width: 100%; float: none; }

		footer.main-et1a .footer-left ul.col-2,
		footer.main-et1a .footer-left ul.col-3			{ width: 100%; }

	}