header {
  height: auto;
  min-height: 610px;
}
#header-content-section {
  background: var(--dark-shade2);
  box-shadow: 0px 2px 25px var(--dark-shade1);
  bottom: -20%;
  left: 50%;
  padding: min(max(35px, 5vw), 60px) min(max(30px, 5vw), 50px);
  position: absolute;
  transform: translate3d(-50%, 0, 0);
  width: 1000px;
  z-index: 2;
}
#header-content-section > div h1 {
  font-size: min(max(2rem, 3.5vw), 4.125rem);
  font-weight: 800;
  line-height: 120%;
  margin-bottom: 30px;
  text-transform: capitalize;
}
#breadcrumbs {
  align-items: center;
  font-size: var(--fs-17p);
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
#breadcrumbs li + li:before {
  padding: 5px;
  color: #fff;
  content: "/";
}
#breadcrumbs li span {
  color: var(--text-faint-red);
}
@media only screen and (max-width: 1280px) {
  header {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    min-height: auto;
  }
  #breadcrumbs {
    font-size: 1rem;
  }
  #header-content-section {
    background: var(--dark-shade2);
    box-shadow: 0px 2px 25px var(--dark-shade1);
    bottom: -20%;
    left: auto;
    margin: min(max(25px, 8vw), 100px) auto 0 auto;
    position: relative;
    transform: none;
    width: auto;
  }
}

main {
  background: var(--dark-shade1);
}
.accordion-list-container-section {
  padding-top: 120px;
}
.accordion-list-container-section:first-of-type {
  padding-top: 240px;
}
.item-header {
  text-transform: capitalize !important;
}
.item-content-container .p-container {
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 1280px) {
  .accordion-list-container-section:first-of-type {
    padding-top: 50px;
  }
}

/* Call us section */
#call-us-section {
  background: var(--dark-shade2);
}
#call-us-section > div {
  align-items: center;
  display: flex;
}
#call-us-content-container {
  padding: 0 110px;
  width: 640px;
}
.call-us-images {
  height: auto;
  width: 320px;
}
.call-us-images img {
  display: block;
  width: 100%;
}
#call-us-content-container .content {
  font-size: min(max(1.25rem, 1.5vw), 1.75rem);
  font-weight: 800;
  margin-bottom: min(max(20px, 2vw), 50px);
}

#call-us-content-container div:nth-child(2) {
  font-size: min(max(0.75rem, 1.2vw), 1.25rem);
  margin-bottom: 3.58%;
}
#call-us-content-container div:nth-child(3) {
  color: #bfaeac;
  font-size: min(max(1.4rem, 2.5vw), 3rem);
  font-weight: 800;
}
@media only screen and (max-width: 1280px) {
  #call-us-section > div {
    position: relative;
  }
  #call-us-section > div::after {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  #call-us-content-container {
    padding: 0 20px;
    position: absolute;
    left: 50%;
    text-align: center;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    z-index: 2;
  }
  #call-us-content-container .content {
    font-size: min(max(1rem, 3.5vw), 2rem);
  }
}

/* Forms changes for alt pages  */
.main-form-section {
  padding-bottom: 120px;
  padding-top: 240px;
}
#contact-us-outer-container {
  display: flex;
}
.form-container {
  margin-top: 45px;
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  .main-form-section {
    padding: 60px 20px;
  }
}

/* Contact us form changes */
#contact-us-outer-container {
  margin-top: 45px;
}
#contact-us-form-container {
  margin-top: 0;
  flex-basis: 54%;
  flex-shrink: 0;
}
.form-row:first-child {
  margin-top: 0;
}
#contact-us-modules {
  display: flex;
  flex-direction: column;
  margin-left: 60px;
	width: 100%;
}
.contact-us-module {
  box-shadow: 0px 2px 25px var(--dark-shade1);
  display: flex;
	margin-bottom: 60px;
}
.contact-us-module:last-child {
	margin-bottom: 0;
}
.contact-us-module-icon {
  align-items: center;
  box-shadow: inset 0px 0px 7px rgb(66 59 58 / 70%);
  display: flex;
	flex-shrink: 0;
  justify-content: center;
  height: 118px;
  width: 118px;
}
.conatct-module-icon svg {
	width: 56%;
}
.contact-us-module-content {
	align-items: flex-start;
	box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
	background: var(--dark-shade2);
	display: flex;
	font-size: var(--fs-18p);
	justify-content: center;
	flex-direction: column;
	line-height: 120%;
	padding: 20px;
	text-align: left;
	width: 100%;
}
.contact-us-module-content p:nth-child(2) {
	margin-top: 10px;
}
.contact-us-module-content p em {
	font-weight: 800;
}
@media only screen and (max-width: 1080px) {
	#contact-us-outer-container {
		flex-direction: column;
	}
	#contact-us-modules {
		justify-content: center;
    flex-direction: row;
    margin-left: 0;
		margin-top: 60px;
		flex-wrap: wrap;
	}
	.contact-us-module {
    margin-bottom: 20px;
		flex-shrink: 0;
		flex-grow: 0;
		margin-left: 20px;
		width: calc(50% - 20px);
	}
	.contact-us-module:last-child {
		margin-left: 0;
	}
	.contact-us-module-content {
		font-size: var(--fs-14p);
	}
}
@media only screen and (max-width: 900px) {
	#contact-us-modules {
		flex-direction: column;
	}
	.contact-us-module {
		margin-left: 0;
		width: 100%;
	}
}
@media only screen and (max-width: 500px) { 
	#contact-us-modules {
		align-items: center;
	}
	.contact-us-module {
		align-items: center;
		flex-direction: column;
		width: 100%;;
	}
	.contact-us-module-icon {
		width: 100%;
	}
	.contact-us-module-content {
		align-items: center;
	}
}

#map-section {
	position: relative;	
}
#map-section .image-container img {
	min-height: 400px;
	max-width: 100%;
	object-fit: cover;
}
#map-content {
	display: none;
	position: absolute;
	right: 0;
	text-align: right;
}