/* Homepage - icon bar */
.path-frontpage #main-wrapper #main {
  padding-top: 0px;
}

/* Contact Bar*/
.block-content-contact_bar .field--name-field-contacts > .field__item  .paragraph--type--body .contact-button-wrapper {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 10px;
}
.block-content-contact_bar .field--name-field-contacts > .field__item  .paragraph--type--body .contact-button-wrapper .btn {
  color: #fff;
  background-color: #203465;
  line-height: 1.75;
}
.block-content-contact_bar .field--name-field-contacts > .field__item  .paragraph--type--body .contact-button-wrapper .btn:hover {
  background-color: transparent;
  color: #203465;
  border-color: #203465;
}
.block-content-contact_bar {
	padding-bottom: 1rem;
}
/* Responsive Images on mobile */
.field--name-field-body-text img, .node-content img, .field--name-body img {
	max-width: 100%;
  height: auto;
}
/* Header and Footer */
footer.site-footer .footer-col-4 {
	@media (max-width: 775px) {
	  text-align: center;
	  margin-bottom: 25px;
	}
}
/* Subpage Hero Overlay */
.sub-page .featured-top__inner .overlay {
   background: linear-gradient(78.21deg, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0) 100%);
}
.sub-page .featured-top__inner .overlay img {
	z-index: -1;
  position: relative;
}
/* Homepage Button */
.path-home .carousel .featured-top-hero-content .btn.hero-button {
  position: absolute;
  top: 55%;
  left: 10%;
}
@media only screen and (max-width: 910px) {
	.path-home .carousel .featured-top-hero-content .btn.hero-button {
	  top: 75%;
	}
}
@media only screen and (min-width: 500px) and (max-width: 910px) {
.path-home .carousel .featured-top-hero-content .btn.hero-button {
	  left: 23%;
	}
