@media only screen {
	.panel-footer {
		position: relative;
		padding-bottom: 92px;
	}
	.panel-footer .footer-top,
	.panel-footer .footer-middle,
	.panel-footer .footer-bottom {
		position: relative;
	}
	.panel-footer .footer-middle,
	.panel-footer .footer-bottom {
		padding: 0 1em;
	}
	.panel-footer .footer-middle {
		padding-top: 1em;
	}
	.panel-footer .footer-bottom {
		padding-bottom: 1em;
	}
	.panel-footer h3 {
		padding-bottom: 0.5em;
		font-size: 2em;
		color: #002252;
		border-bottom: 1px solid #002252;
	}
	.panel-footer .logo {
		display: flex;
		width: 100%;
		justify-content: flex-end;
		margin-bottom: 18px;
	}
	.panel-footer .disclaimer.mobile {
		text-align: left;
		padding: 25px 0;
		font-family: Montserrat, Arial, sans-serif;
		font-weight: 400;
		font-size: 1em;
		line-height: 1.5;
		color: black;
	}
	.panel-footer .disclaimer.mobile a {
		color: #002252;
	}
	.panel-footer .disclaimer.large {
		display: none;
	}
	.panel-footer .disclaimer.mobile {
		display: block;
	}
	.panel-footer .logo img {
		width: 180px;
	}
	.panel-footer h3 {
		padding-bottom: 0.5em;
		font-size: 2em;
		color: #002252;
		border-bottom: 1px solid #002252;
	}
	.panel-footer .facebook-link {
		position: absolute;
		right: 1em;
		top: 1em;
	}
	.panel-footer .facebook-link a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		text-decoration: none;
		color: white;
		background-color: #3b5998;
	}
	.panel-footer .facebook-link i {
		position: relative;
		top: 8px;
		left: 4px;
		font-family: FontAwesome;
		font-size: 40px;
	}
	.panel-footer .copyright {
		margin-top: 0.25em;
		padding-top: 1em;
		border-top: 1px solid #002252;
	}
	.panel-footer .copyright p {
		font-weight: 500;
		font-size: 1em;
		text-align: right;
		text-transform: uppercase;
	}
	.panel-footer .copyright p.rights {
		font-weight: 900;
		color: #002252;
	}
	.panel-footer hr {
		margin-bottom: 1em;
	}
		
	.panel-footer .nav-wrapper nav.nav-footer {
		margin-bottom: 2em;
	}

	.contact-info {
		position: relative;
	}
	.contact-info .contact-section.title {
		max-width: calc(100% - 60px);
		margin-bottom: 8px;
		font-weight: 700;
		font-size: 1.125em;
		text-transform: uppercase;
		color: #002252;
	}
	.contact-info .contact-section.title a {
		font: inherit;
		color: inherit;
	}
	.contact-info p,
	.contact-info a {
		display: block;
		font-size: 1em;
		text-transform: uppercase;
	}
	.contact-info .contact-section p,
	.contact-info .contact-section a {
		font-weight: 500;
	}
	.contact-info .contact-section p {
		margin-block-end: 0;
		margin-block-start: 0;
	}
	.contact-info .contact-section a.phone {
		text-decoration: none;
	}
	.contact-info .contact-section a.phone1 {
		font-weight: 800;
		font-size: 1.5em;
	}
	.contact-info .contact-section a.phone1 {
		font-weight: 800;
		font-size: 1.5em;
		color: #002252;
	}
	.contact-info .contact-section a.phone2 {
		color: black;
	}
	.contact-info .contact-section {
		position: relative;
		margin-bottom: 2em;
	}
	.contact-info i {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		font-size: 28px;
		color: #002252;
		border: 3px solid #e5b966;
		border-radius: 50%;
	}
	.contact-info i.fa-volume-control-phone {
		transform: rotate(-45deg);
	}
}

@media (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;
		padding-top: 40px;
	}
	.panel-footer .footer-bottom {
		display: flex;
		flex-direction: row-reverse;
		padding: 1em;
		border-top: 1px solid #002252;
	}
	.panel-footer .footer-bottom .footer-nav {
		flex-basis: 50%;
	}
	.panel-footer .logo img {
		width: 200px;
	}
	.panel-footer h3 {
		display: none;
	}
	.panel-footer .facebook-link {
		top: -70px;
	}
	.panel-footer .nav-wrapper {
		display: flex;
		flex-direction: row;
	}
	.panel-footer .nav-wrapper nav.nav-footer {
		margin-right: 2em;
		margin-bottom: 1em;
	}
	.panel-footer .copyright {
		flex-basis: 50%;
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}
	.panel-footer .copyright p {
		margin-top: 0;
		margin-block-end: 0;
		font-weight: 700;
		font-size: 18px;
		text-align: left;
		color: #404040;
	}
	.panel-footer .copyright p br {
		display: none;
	}
	.panel-footer .footer-middle .disclaimer.large {
		display: block;
	}
	.panel-footer .footer-bottom .disclaimer.mobile {
		display: none;
	}
	.panel-footer .footer-middle .disclaimer,
	.panel-footer .footer-middle .disclaimer a {
		margin-top: 0;
		margin-block-end: 0;
		font-weight: 700;
		font-size: 18px;
		text-align: right;
		color: #404040;
	}
	.panel-footer .footer-middle .disclaimer a {
		text-decoration: underline;
	}
	.panel-footer .footer-middle .footer-contact {
		flex-basis: 35%;
	}
	.panel-footer .footer-middle .footer-nav {
		flex-basis: 65%;
	}

	.contact-info {
		margin: 30px 0;
	}
	.contact-info .contact-section {
		margin-bottom: 0;
	}
	.contact-info i {
		display: none;
	}
	.contact-info .contact-section a.phone1 {
		font-weight: 700;
		font-size: 20px;
		color: #038595;
	}
	.contact-info .contact-section a.phone2 {
		font-weight: 400;
		font-size: 18px;
	}
	.contact-info .contact-section.title {
		max-width: 100%;
		font-weight: 700;
		font-size: 20px;
		color: #404040;
	}
	.contact-info .contact-section.title a {
		text-decoration: none;
	}
	.contact-info p {
		font-weight: 400;
		color: #404040;
	}
	.contact-info .contact-section p {
		font-weight: 400;
		font-size: 14px;
	}
}
