#home-slider {
  height: 350px;
}

#home-slider .item .type-2 img {
  max-width: 200px;
  top: 30px;
}
#home-slider .item .type-2 .text .headline {
  font-size: 25px;
}
#home-slider .item .type-2 .text .subhead {
  font-size: 18px;
}
#home-slider .item .type-1 {
  height: 200px;
  width: 200px;
}
#home-slider .item .type-1 .headline {
  font-size: 28px;
}
#home-slider .item .type-1 .subhead {
  font-size: 13px;
}

.addresses-row {
  display: none;
}

.welcome-row {
  padding: 40px 20px 25px 20px;
}
.welcome-row .text {
  width: 100%;
  float: none;
  padding: 0;
  margin-bottom: 30px;
}
.welcome-row .text h2 {
  font-size: 30px;
}
.welcome-row .image {
  padding: 0;
  width: 100%;
}
.welcome-row .image img {
  margin: 0 auto;
}

.why-row {
  text-align: center;
  padding: 50px 0;
}
.why-row .headline {
  margin-bottom: 40px;
  font-size: 35px;
}
.why-row .tabs {
  margin-bottom: 10px;
}
.why-row .tabs li .inner .name {
  padding: 0 20px 0 30px;
  font-size: 17px;
}
.why-row .panel .item .title {
  font-size: 32px;
  padding-bottom: 25px;
  border-bottom: 1px solid #8CD9CC;
  margin: 0 40px 20px 40px;
}
.why-row .panel .item p {
  font-size: 20px;
}

.featured-row {
  padding: 30px 20px;
}
.featured-row h2 {
  font-size: 30px;
}
.featured-row .featured-blocks .featured-item {
  float: none;
  width: 100%;
  padding: 0;
}

.regular-page h1 {
  margin-bottom: 30px;
}

.top-image {
  height: 160px;
}

.breadcrumbs-row {
  padding: 20px 0 30px 0;
}

.about-1-row .text {
  width: 100%;
}
.about-1-row .image {
  width: 100%;
  margin-bottom: 20px;
}

.about-3-row .text .col {
  width: 100%;
}

.testimonials-row .testimonial .image {
  width: 100%;
  margin-bottom: 20px;
}
.testimonials-row .testimonial .text {
  width: 100%;
}

.contact-row h1 {
  margin-bottom: 30px;
}
.contact-row .offices .office .map {
  width: 100%;
}
.contact-row .offices .office .text {
  width: 100%;
  padding-right: 0;
  margin-bottom: 20px;
}

.products-row .products .item .inner .name {
  font-size: 30px;
}

.bottom-links {
  padding: 30px 0;
}
.bottom-links .link .icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 5px auto;
}
.bottom-links .link .title {
  font-size: 9px;
}
.bottom-links .link.experiences-link .icon:before {
  width: 39px;
  height: 32px;
  background: url(images/icon-folder.png) no-repeat;
  background-size: 100%;
}
.bottom-links .link.contact-link .icon:before {
  width: 34px;
  height: 32px;
  background: url(images/icon-phone.png) no-repeat;
  background-size: 100%;
}
.bottom-links .link.brochure-link .icon:before {
  width: 30px;
  height: 32px;
  background: url(images/icon-pdf.png) no-repeat;
  background-size: 100%;
}

#footer {
  padding: 30px 0;
  border-top: 5px solid #00AB8E;
}
#footer .col {
  width: 100%;
  float: none;
}
#footer .sitemap {
  padding-bottom: 20px;
}
#footer li {
  font-size: 14px;
  margin-bottom: 10px;
}
#footer li a {
  display: inline-block;
  position: relative;
  padding-left: 12px;
}
#footer li a:hover {
  text-decoration: underline;
}
#footer li a:before {
  content: '>';
  top: 0;
  left: 0;
  position: absolute;
}
#footer .copyright-row .col:first-child {
  display: none;
}
#footer .double-address .contact-item {
  float: none;
  width: 100%;
  padding-right: 0;
}
#footer .double-address .contact-item:last-child {
  padding-left: 0;
}

@media (max-width: 420px) {
  .products-row .products .item {
    padding: 0 15px;
    width: 100%;
  }
  .products-row .products .item .inner .name {
    font-size: 35px;
  }

  .industry-row .industry-blocks .industry-item {
    width: calc(100% / 2);
  }
  .industry-row .industry-blocks .industry-item .inner .name {
    font-size: 14px;
    padding: 10px 0;
  }

  .home .why-row .tabs li .inner .name .word2 {
    display: none;
  }

  .why-row .col-tabs {
    padding: 0 10px 0 0;
  }
}
@media (max-width: 375px) {
  #home-slider {
    height: 300px;
  }

  #home-slider .item .type-2 img {
    max-width: 150px;
    top: 30px;
  }
  #home-slider .item .type-2 .text .headline {
    font-size: 20px;
  }
  #home-slider .item .type-2 .text .subhead {
    font-size: 14px;
  }
  #home-slider .item .type-1 {
    height: 150px;
    width: 150px;
  }
  #home-slider .item .type-1 .headline {
    font-size: 20px;
  }
  #home-slider .item .type-1 .subhead {
    font-size: 10px;
  }

  .bottom-links .col:nth-child(2) {
    border-left: 0;
    border-right: 0;
  }

  .why-row .tabs li .inner .name {
    font-size: 13px;
  }
}

/*# sourceMappingURL=style_320.css.map */