.contact-cta .image img {
	margin-left: -15px !important;
	margin-right: -15px !important;
	width: calc(100% + 30px) !important;
	height: 100%;
	object-fit: cover;
	max-width: calc(100% + 30px) !important;
}

.contact-cta .cta h3 {
	width: 430px;
	max-width: 100%;
}

.footer-accent {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.footer-accent {
		top: unset;
		bottom: -28%;
		right: -15%;
		transform: none;
	}
}

.site-footer .menu-item a,
.site-footer .footer-contact a {
	color: white;
	text-decoration: none;
	font-family: "ff-scala", serif;
	display: block;
}

.site-footer .menu-item a:after,
.site-footer .footer-contact a:after {
	content: none;
}

.site-footer .menu-item + .menu-item,
.site-footer .footer-contact a + a {
	margin-top: 24px;
}

.site-footer .footer-contact a:first-of-type,
.site-footer .footer-contact a:last-of-type {
	text-decoration: underline;
}

.site-footer .hide-url > a {
	display: none;
}

.site-footer .sub-menu {
	display: none;
}

/* .site-footer .sub-menu .menu-item:first-of-type {
    position: relative;
    display: block;
}
.site-footer .sub-menu .menu-item:first-of-type a {
    opacity: 0;
}
.site-footer .sub-menu .menu-item:first-of-type:before{
    visibility: visible;
    content: 'Services';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    pointer-events: none;
    cursor: pointer;
    text-decoration: none;
    color: white;
    font-family: 'ff-scala', serif;
} */

.site-footer #social {
	display: flex;
	justify-content: flex-end;
}

.site-footer #social li + li {
	margin-left: 16px;
}

.site-footer #social svg {
	height: 20px;
	width: 20px;
	color: white;
}

.footer-blurb {
	font-family: "ff-scala", serif;
	font-style: italic;
}

@media screen and (max-width: 991px) {
	.site-footer #social {
		display: flex;
		justify-content: center;
	}
}

.backpack-contact-form-footer_wrapper .gform_heading {
	display: none;
}


