footer {
  height: 410px;
}
.menu_sector li:first-child span,
.menu_sector li:nth-child(2) span {
	transform: translateY(5px);
}
.menu_sector li:last-child span {
	transform: translateY(0);
}
.body-content-home .menu_sector li span {
	transform: translateY(5px);
}
.menu_header li:hover span {
	transform: translateY(0);
}
.home_landing {
  grid-template-columns: 1fr;
}
.home_media.state {
  background: #000000;
}
.home_media .box:first-child .feather {
  background: #000000;
}
.testimonials_gallery .media_items_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 72%;
  margin: 0 auto;
}
.testimonials_gallery .media_items_wrapper .media_d {
  position: relative;
  text-indent: 24px;
  text-align: center;
}
.testimonials_gallery .media_items_wrapper .media_d:before {
  content: '"';
  position: absolute;
  top: 0;
  left: -24px;
}
.testimonials_gallery .media_d p span:after {
  content: "'";
  margin-left: -14px;
  display: inline-block;
}
.testimonials_gallery .media_box {
  border-radius: 100%;
  padding: 25px 50px;
  color: #fff;
  height: 24vw;
  width: 24vw;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials_gallery .media_name {
  font-weight: 300;
  font-size: 34px;
  margin: 0 40px;
  text-align: center;
}
.testimonials_gallery .media_box:nth-child(3n + 1) { background: #00b1ef; }

.testimonials_gallery .media_box:nth-child(3n + 2) { background: #ff8657; }

.testimonials_gallery .media_box:nth-child(3n + 3) { background: #007434; }

.testimonials_gallery .media_box {
  grid-row: 2;
  grid-column: 2 / span 2;
}
.testimonials_gallery .media_box:first-child {
  grid-column: 1 / span 2;
  grid-row: 1;
}
.testimonials_gallery .media_box:last-child {
  grid-column: 1 / span 2;
  grid-row: 3;
}

.contact_pg_wrapper .inner {
  grid-template-columns: 1fr;
}
.contact_box.form {
  grid-column-start: unset;
}
.contact_box.form, .contact_box.addr {
  display: none;
}
.contact_box.map {
  display: none;
}

.footer_links {
  display: flex;
  justify-content: center;
  text-align: center;
}
.footer_links .grid.subscribe {
  display: none;
}

.contact_box.content {
  display: grid;
  grid-template-columns: 32% auto;
}
.contact_box.content .heading {
  font-size: 2.2em;
}

@media only screen and (max-width: 700px) {
  .home_media .box#panel13 {
    height: 200vh;
  }
  .contact_box.content {
    grid-template-columns: 1fr;
  }
}