@-moz-keyframes videoOverlayMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 6px;
  }
}
@-webkit-keyframes videoOverlayMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 6px;
  }
}
@-ms-keyframes videoOverlayMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 6px;
  }
}
@-o-keyframes videoOverlayMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 6px;
  }
}
@keyframes videoOverlayMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 6px;
  }
}
@-moz-keyframes carouselKenBurns {
  0% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes carouselKenBurns {
  0% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@-ms-keyframes carouselKenBurns {
  0% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes carouselKenBurns {
  0% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes carouselKenBurns {
  0% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
:root main#content article div.entry-content div.left div.offices {
  border-top: 1px solid rgba(128, 128, 128, 0.25);
}

[data-scheme=dark] main#content article div.entry-content div.left div.offices {
  border-top: 1px solid rgba(128, 128, 128, 0.25);
}

@media only screen and (min-width: 980px) {
  main#content article div.entry-content {
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-template-rows: auto;
    gap: 0px 3rem;
    grid-template-areas: "left right";
    align-content: start;
    align-items: start;
  }
}
@media only screen and (min-width: 980px) {
  main#content article div.entry-content div.left {
    grid-area: left;
  }
}
main#content article div.entry-content div.left div.offices {
  margin-top: 1rem;
  padding: 1rem 0 0;
}
main#content article div.entry-content div.left div.offices ul {
  list-style: none;
  padding-left: 0;
}
main#content article div.entry-content div.left div.offices ul li {
  padding-top: 0.5rem;
}
main#content article div.entry-content div.left div.offices ul li:first-child {
  padding-top: 0;
}
main#content article div.entry-content div.left div.offices ul li p {
  margin: 0;
  padding: 0;
}
main#content article div.entry-content div.left div.offices ul li p.head-office {
  opacity: 0.5;
  font-family: "Arvo", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
}
main#content article div.entry-content div.left div.offices ul li p.name {
  font-family: "Arvo", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
}
main#content article div.entry-content div.left div.offices ul li p.telephone {
  font-family: "Arvo", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
main#content article div.entry-content div.left div.offices ul li p.address {
  font-size: 0.9rem;
  text-wrap: balance;
}
main#content article div.entry-content div.right ul {
  padding-top: 2rem;
  padding-left: 0;
}
@media only screen and (min-width: 980px) {
  main#content article div.entry-content div.right {
    grid-area: right;
  }
  main#content article div.entry-content div.right ul {
    padding-top: 0;
  }
}
