@media only screen {
	.panel-footer {
		position: relative;
		padding-bottom: 92px;
	}
	.panel-footer .footer-middle {
		padding: 1em;
	}
	.panel-footer .footer-bottom {
		padding: 0 1em 1em;
	}
	.panel-footer .footer-content .content-wrapper {
		display: flex;
		flex-direction: column;
	}
	.panel-footer .footer-bottom .info-wrapper.mobile {
		display: block;
		text-align: left;
	}
	/* plugins_core_textbox overrides */
	.panel-footer .footer-content .info-wrapper.desktop {
		display: none;
		text-align: right;
	}
	.contentRender_name_plugins_core_textbox {
		padding: 1em 0;
	}
	.panel-footer .footer-bottom .info-wrapper.mobile p > a {
		font-weight: 700;
	}
	.panel-footer .footer-bottom .disclaimer {
		padding: 25px 0;
		font-family: Roboto, Arial, sans-serif;
	}
	.panel-footer .logo {
		display: none;
	}

	.panel-footer .contact {
		display: flex;
		flex-direction: column;
		padding-top: 1em;
	}
	.panel-footer .contact .contact-top {
		display: flex;
		flex-direction: column;
		margin-bottom: 5px;
	}
	.panel-footer .phone-text {
		margin-bottom: 5px;
		font-size: 16px;
		font-weight: 500;
		text-transform: uppercase;
	}
	.panel-footer .phone-number.number-large {
		font-weight: 700;
		font-size: 22px;
		color: #d26d33;
	}
	.panel-footer .phone-number.number-small {
		font-weight: 800;
		font-size: 16px;
		text-decoration: none;
	}
	.panel-footer .footer-bottom hr {
		color: #d1dfc6;
		border-style: solid;
	}
	.panel-footer .footer-bottom .copyright-wrapper p {
		margin-top: 8px;
		font-weight: 700;
		font-size: 1em;
		line-height: 1;
		text-transform: uppercase;
	}
	.panel-footer .footer-bottom .copyright {
		color: #333;
	}
}

@media only screen and (min-width: 40.063em) {
	.panel-footer .footer-content .content-wrapper {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
	}
	.panel-footer .logo {
		display: flex;
		justify-content: flex-end;
	}
	.panel-footer .logo a {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 160px;
		height: 80px;
		background-image: url(/includes/public/assets/images/logo-tagline.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top left;
		z-index: 1;
	}
}

@media only screen and (min-width: 64.063em) {
	.panel-footer {
		padding-bottom: 0;
	}
	.panel-footer .footer-middle,
	.panel-footer .footer-bottom {
		max-width: 73em;
		margin: 0 auto;
	}
	.panel-footer .footer-middle {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.panel-footer .footer-nav {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-basis: 44%;
	}
	.panel-footer .footer-content .content-wrapper {
		flex-direction: row-reverse;
	}
	.panel-footer .logo a {
		/*
		width: 176px;
		height: 88px;
		*/
	}
	.panel-footer .footer-content {
		flex-basis: 50%;
	}
	.panel-footer .footer-bottom .info-wrapper.mobile {
		display: none;
	}
	.panel-footer .footer-content .info-wrapper.desktop {
		display: block;
	}
	.panel-footer .footer-middle .disclaimer,
	.panel-footer .footer-middle .disclaimer a {
		font-weight: 700;
		font-size: .9em;
		line-height: 1;
		text-transform: uppercase;
	}
	.panel-footer .contact {
		padding: 2em 0 1em;
		justify-content: flex-start;
	}
	.panel-footer .contact .contact-top {
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
	}
	.panel-footer p.phone-text {
		margin-right: 10px;
		margin-bottom: 0;
		line-height: 22px;
	}
	.panel-footer .phone-number.number-large {
		color: black;
		font-size: 20px;
		line-height: 22px;
		text-decoration: none;
	}
	.panel-footer .phone-number.number-small {
		margin-top: 5px;
		font-size: 18px;
		text-align: right;
	}
	.panel-footer .footer-bottom .copyright {
		color: black;
	}
	.panel-footer .footer-bottom .rights {
		margin-top: 4px;
	}
	.panel-footer .footer-bottom p br {
		display: none;
	}
	.panel-footer .footer-bottom .bottom-wrapper {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	nav.nav-footer.bottom-links {
		flex-basis: 300px;
		padding: 0;
	}
	nav.nav-footer.bottom-links ul {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	nav.nav-footer.bottom-links a {
		font-size: 18px;
	}
}

@media only screen and (min-width: 73em) {
	.panel-footer .footer-nav {
		flex-basis: 47%;
	}
	.panel-footer .footer-content {
		flex-basis: 43%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.panel-footer .contact a {
		display: inline;
		padding-top: 0;
	}
}
