@media only screen {
	.footer-top-widgets {
		position: relative;
	}

	.panel-footer {
		position: relative;
		display: flex;
		flex-direction: column;
		margin-top: 2em;
	}
	.panel-footer a {
		font-weight: 500;
		font-size: 1em;
		line-height: 2.7;
		text-decoration: none;
		text-transform: none;
	}
	.panel-footer .footer-top {
		padding: 0 1.5em;
	}
	.panel-footer .logo {
		display: flex;
	}
	.panel-footer .logo a {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 180px;
		height: 85px;
		background-image: url(/includes/public/assets/images/logo-tagline-black.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: top left;
		z-index: 1;
	}
	.panel-footer ul {
		margin: 0;
		padding: 1em 1.5em;
		list-style: none;
	}
	.panel-footer .footer-middle ul.footer-links {
		display: block;
		padding-top: 0;
		padding-bottom: 2em;
	}
	.panel-footer ul.site-links {
		padding-top: 2em;
	}
	.panel-footer ul.site-links a {
		font-weight: 400;
	}
	.panel-footer .footer-bottom ul.footer-links {
		display: none;
	}
	.panel-footer .copyright {
		display: flex;
		flex-direction: column;
		padding: 1em 1.5em 2.5em;
	}
	.panel-footer .copyright .copyright1 {
		margin-bottom: 10px;
		font-weight: 500;
		letter-spacing: 1px;
	}
	.panel-footer .copyright .copyright2 {
		font-weight: normal;
	}
}

@media (max-width: 64em) {
	.panel-footer .footer-middle ul.footer-links {
		display: block;
		padding-top: 0;
		padding-bottom: 2em;
		background-color: white;
	}
	.panel-footer ul.site-links {
		padding-top: 2em;
		background-color: black;
	}
	.panel-footer ul.site-links a {
		font-weight: 400;
		color: white;
	}
	.panel-footer .copyright {
		color: white;
		background-color: black;
	}
}

@media (min-width: 40.063em) {
	.panel-footer .footer-top {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.panel-footer .logo {
		justify-content: flex-start;
	}
	.panel-footer .logo,
	.panel-footer .social {
		flex-basis: 50%;
		padding: 0;
	}
	.panel-footer .social {
		display: flex;
		justify-content: flex-end;
	}
}

@media (min-width: 64.063em) {
	.panel-footer .footer-top {
		margin-bottom: 1em;
		padding: 0;
	}
	.panel-footer .footer-middle,
	.panel-footer .footer-bottom {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
	}
	.panel-footer .footer-bottom {
		justify-content: space-between;
		margin: 2em 1.5em 1em;
		border-top: 1px solid #6a6250;
	}
	.panel-footer .nav-links {
		order: 2;
	}
	.panel-footer .footer-middle ul.footer-links {
		display: none;
	}
	.panel-footer .footer-bottom ul.footer-links {
		display: flex;
		order: 1;
		padding: 0;
	}
	.panel-footer .footer-bottom ul.footer-links a {
		padding-right: 2em;
	}
	.panel-footer ul.site-links {
		width: 270px;
		order: 1;
		padding: 0 1em;
	}
	.panel-footer ul.site-links a {
		font-weight: 600;
	}
	.panel-footer .nav-footer a,
	.panel-footer .site-links a {
		text-transform: uppercase;
		font-size: 1em;
	}
	.panel-footer .copyright {
		order: 2;
		flex-direction: row;
		padding: 0;
	}
	.panel-footer .copyright .copyright1 {
		margin-bottom: 0;
		font-weight: normal;
		letter-spacing: 0;
	}
	.panel-footer .copyright .copyright2 {
		margin-left: 1.5em;
		font-weight: bold;
	}
}

@media (min-width: 76.25em) {
	.panel-footer .footer-top {
		padding-left: 0;
		padding-right: 0;		
	}
	.panel-footer .footer-bottom {
		margin-left: 0;
		margin-right: 0;
	}
}
