.circleGrid .wrap ul:after {
  content: "";
  display: block;
  clear: both;
}

.accordion .wrap button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.accordion .wrap button:after {
  background-image: url("../sprites/sprite.svg");
  background-size: 1000px 1000px;
  font-size: 20px;
}

.placeholder {
  pointer-events: none;
  -webkit-transition: 0.3s opacity linear;
  -ms-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
  position: absolute;
}
.placeholder.faded {
  opacity: 0.5;
}
.placeholder.hide {
  display: none;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  width: 100%;
  display: block;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero {
  background-position: center center;
  background-size: cover;
  padding-top: 0;
  height: 540px;
}

.textPanel .wrap {
  width: 650px;
  margin: 0 auto;
}

.videoPanel p {
  width: 650px;
  margin: 0 auto;
  padding: 24px 0 0 0;
}

.circleGrid.mobile {
  display: none;
}
.circleGrid.desktop {
  display: block;
}
.circleGrid .wrap {
  width: 720px;
  margin: 0 auto;
}
.circleGrid .wrap ul li {
  float: left;
  width: -moz-calc(100% / 3);
  width: -o-calc(100% / 3);
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
}
.circleGrid .wrap ul li:last-of-type figure:after {
  display: none;
}
.circleGrid .wrap ul li figure:after {
  right: 0;
  left: 50%;
  margin-left: 95px;
  z-index: -1;
}

.accordion .wrap {
  margin: 0 auto;
  width: 650px;
}
.accordion .wrap button {
  background-color: rgba(72, 72, 72, 0.05);
  font-weight: 200;
  font-size: 1.25rem;
  width: 100%;
  height: 65px;
  text-align: left;
  padding: 0 12px;
  position: relative;
}
.accordion .wrap button:after {
  content: "";
  background-position: -730px -70px;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 12px;
}
.accordion .content {
  padding: 36px 10px;
}
.accordion .content figure {
  width: 33.3% !important;
  float: left;
}
.accordion .content figure img {
  width: auto;
  max-width: 100%;
}

footer {
  position: relative;
  padding-top: 44px;
}
footer .wrap {
  position: relative;
}
footer .wrap figure {
  width: 100px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 20px;
}
footer .wrap figure:last-of-type {
  width: 120px;
  left: auto;
  right: 20px;
}
footer .wrap p {
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
}
footer .wrap nav {
  margin-top: 50px;
  border-top: 2px solid white;
}
footer .wrap nav a {
  font-size: 1rem;
}

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