footer h2 {
	text-align: center;
}

.icon-ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.icon-ul li {
	padding-left: 60px;
	margin-bottom: 15px;
	position: relative;
	min-height: 52px;
}

.icon-ul li:before {
	font: normal normal normal 27px/1 FontAwesome;
	position: absolute;
	left: 0;
/*	border: 2px solid #000;*/
	height: 52px;
	width: 52px;
	text-align: center;
	line-height: 52px;
	color: #000;
}
.icon-ul li h3 {
	padding-top: 10px;
	margin: 0;
	line-height: 1.3;
	font-size: 20px;
}

.icon-ul li a:hover {
	text-decoration: underline;
}

.icon-ul li.icon-li-email:before {
	content: "\f2b6";
}

.icon-ul li.icon-li-phone:before {
	content: "\f095";
}
.icon-ul li.icon-li-address:before {
	content: "\f041";
}
.icon-ul li.icon-li-clock:before {
	content: "\f017";
	top: -13px;
}
.icon-ul li.icon-li-social:before {
	content: "\f1e0";
	top: 0;
}

.icon-ul li.icon-li-social {
	padding-top: 5px;
}

.icon-ul li.icon-li-social a {
	display: block;
	float: left;
	margin: 5px;
}

.icon-ul li.icon-li-social a .fa-brands,
.icon-ul li.icon-li-social a .fa-solid {
	font-size: 30px;
}

.icon-ul li.icon-li-social a:hover .fa-brands {
	opacity: 1;
}

.icon-ul.home-icon-ul li h3 {
	padding-top: 2px;
	padding-bottom: 9px;
}


.footer-contact-info {
	margin-top: 50px;
}

.privacyStatement {
	text-align: left;
}

.bottom-footer-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	margin-bottom: 30px;
}

.bottom-footer-grid-1 {
	text-align: left;
}

.bottom-footer-grid-1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bottom-footer-grid-2 {
	text-align: center;
}

.bottom-footer,
.bottom-footer-grid-3 {
	text-align: center;
}

.bottom_footer_service_titles {
	font-weight: bold;
	margin-top: 15px;
}




.legal-menu {
	text-align: center;
}
.legal-menu ul {
	padding: 0;
}
.legal-menu li {
	display: inline;
	padding: 0 10px;
}

.footer-social a,
.footer-social a:visited {
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.32) none repeat scroll 0% 0%;
	color: #fff;
	border-radius: 9px;
	margin-right: 5px;
	transition: all 300ms ease-out;
}

.site-info {
	display: flex;
	justify-content: space-between;
}

.projectInMind, .projectInMind:focus, .projectInMind:visited {
	position: fixed;
	top: 190px;
	right: -50px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	display: block;
	color: #fff!important;
	text-decoration: none;
	padding: 13px 15px;
	font-size: 18px;
	-webkit-transition: all 300ms ease-out 100ms;
	-moz-transition: all 300ms ease-out 100ms;
	-o-transition: all 300ms ease-out 100ms;
	transition: all 300ms ease-out 100ms;
	z-index: 999999;
/*	box-shadow: 0 0 10px 10px #fff;*/
	border: 2px solid #fff;
}
.inView {
		right: -1px;
}
.projectInMind:hover {
	text-decoration: none;
	border: 2px solid #fff;
}


.footer-contact p {
	margin-bottom: 10px;
}

/*.top-footer a,
.top-footer a:visited {
	color: #fff;
}*/

.top-footer h2.h1 {
	margin-bottom: 30px;
}

.footer-contact h3 {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}


.footer-links {
	text-align: center;
}

.footer-links .fetchapet-footer-logo img {
  margin-top: -26px;
  margin-bottom: 15px;
}
.footer-link-items {
	list-style: none;
	padding: 0;
	margin: 15px 0 0 0;
}

.footer-link-items li {
	margin-bottom: 12px;
}

.footer-link-items li a {
	font-size: 20px;
}

.footer-button {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 26px !important;
	margin-bottom: 13px;
}


/* Footer CTA */
.footer-cta {
	background: url(../images/bone-graphic.png);
	background-color: rgba(0, 0, 0, 0);
	background-position-x: 0%;
	background-position-y: 0%;
	background-attachment: scroll;
	background-size: auto;
	padding: 60px 0;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: 530px;
	background-color: #f5a63f;
}

.footer-cta-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.footer-cta h2 {
	color: rgb(255, 255, 255);
	font-size: 43px;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 54px;
	text-shadow: 0px 1px 4px RGBA(0, 0, 0, 0.2);
}

.footer-cta a.fsd-btn {
	background-color: rgb(30,103,167)!important;
	font-size: 26px;
	padding: 9px 25px;
}

.footer-logos {
	text-align: center;
	margin-bottom: 50px;
}

.footer-logos img {
	margin: 0 10px 5px;
}

.reg-item {
	font-size: .8em;
	margin-bottom: 15px;
}


@media screen and (max-width: 991px) {
	.footer-contact-info {
		margin-top: 0;
	}

	.footer-links .fetchapet-footer-logo img {
		margin-top: 30px;
	}

	.footer-contact {
		text-align: center;
	}

	.footer-contact h3 {
		display: none;
	}

	.bottom-footer-grid {
		grid-template-columns: 1fr;
	}

	.bottom-footer-grid-1,
	.bottom-footer-grid-2
	.bottom-footer-grid-3 {
		text-align: center;
	}



@media screen and (max-width: 576px) {
	.icon-ul li h3 {
		font-size: 19px;
	}

	.site-info,
	.site-info a {
			display: block;
	}

	.site-info a + a {
		margin-top: 15px;
	}

	.footer-logos a {
		display: block;
	}

}