* {
  margin: 0;
  border: 0;
  padding: 0;
  box-sizing: border-box; }

html,
body {
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #000000;
  background-color: #ffffff;
  font-family: "et-book", serif;
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden; }

.vis-hidden {
  position: absolute;
  left: -9999;
  height: 0;
  width: 0;
  color: transparent;
  background: none;
  background-color: transparent; }

h1,
h2,
h3 {
  font-family: "et-book", serif;
  margin-bottom: 1rem; }

hr {
  background: #000000;
  margin-bottom: 1.5rem;
  height: 1px; }

table {
  margin-bottom: 1rem; }

a {
  text-decoration: underline;
  color: #c50000;
  border-bottom: 1px solid; }
  a:hover {
    color: #3d8bc9;
    text-decoration: none;
    border-bottom: none; }

p {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
  letter-spacing: 0.11rem; }
  @media screen and (min-width: 650px) {
    p {
      font-size: 1.2rem;
      line-height: 1.3rem;
      letter-spacing: 0.05rem; } }
  p:last-child {
    margin-bottom: 0; }

figcaption {
  margin-bottom: 1rem;
  font-style: italic; }
  figcaption p {
    font-size: .7rem;
    font-style: italic; }

@font-face {
  font-family: "et-book";
  src: url("/fonts/et-book-roman-line-figures.eot");
  src: url("/fonts/et-book-roman-line-figures.eot?#iefix") format("embedded-opentype"), url("/fonts/et-book-roman-line-figures.woff") format("woff"), url("/fonts/et-book-roman-line-figures.ttf") format("truetype"), url("/fonts/et-book-roman-line-figures.svg#etbookromanosf") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "et-book";
  src: url("/fonts/et-book-display-italic-old-style-figures.eot");
  src: url("/fonts/et-book-display-italic-old-style-figures.eot?#iefix") format("embedded-opentype"), url("/fonts/et-book-display-italic-old-style-figures.woff") format("woff"), url("/fonts/et-book-display-italic-old-style-figures.ttf") format("truetype"), url("/fonts/et-book-display-italic-old-style-figures.svg#etbookromanosf") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "et-book";
  src: url("/fonts/et-book-bold-line-figures.eot");
  src: url("/fonts/et-book-bold-line-figures.eot?#iefix") format("embedded-opentype"), url("/fonts/et-book-bold-line-figures.woff") format("woff"), url("/fonts/et-book-bold-line-figures.ttf") format("truetype"), url("/fonts/et-book-bold-line-figures.svg#etbookromanosf") format("svg");
  font-weight: bold;
  font-style: normal; }

.site {
  margin: 0 auto;
  border: 0;
  padding: 0;
  max-width: 400px;
  width: 90%;
  height: auto;
  min-height: calc(100vh - 22px);
  color: #000000;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 650px) {
    .site {
      margin: 0 auto;
      border: 0;
      padding: 0;
      width: 90%;
      height: auto;
      display: flex;
      max-width: 720px; } }
@media screen and (min-width: 650px) {
  .site--home {
    max-width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row; } }

.site-header {
  margin: 0 0 2em 0;
  border: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center; }
  @media screen and (min-width: 650px) {
    .site-header {
      width: 100%; } }
.site-header--home {
  margin: 0 0 2em 0;
  border: 0;
  padding: 0;
  width: auto;
  height: auto;
  color: inherit;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 1; }
  @media screen and (min-width: 650px) {
    .site-header--home {
      margin: 0;
      order: 2;
      align-items: center; } }
.site-header__logo {
  margin: 0 auto;
  border: 0;
  padding: 16px 0 0;
  height: auto;
  color: inherit;
  background: none; }

.site-header__logo--home {
  width: 200px; }

.site-header__logo-img {
  width: 120px; }
  @media screen and (min-width: 650px) {
    .site-header__logo-img {
      width: 200px; } }
.site-header__logo-img--home {
  width: 200px; }

.site-header__brand {
  margin: 0;
  border: 0;
  padding: 0;
  height: 0;
  color: inherit;
  background: none;
  visibility: hidden;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03em; }

.site-footer {
  width: 100vw;
  height: 20px;
  display: block;
  align-items: center;
  text-align: center;
  display: inline-flex;
  justify-content: center; }
  .site-footer p {
    display: inline;
    margin-bottom: 0; }

.site-nav {
  margin: 0;
  border: 0;
  padding: 0;
  width: auto;
  height: auto;
  color: inherit;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  order: 2; }
  @media screen and (min-width: 650px) {
    .site-nav {
      order: 1;
      align-items: flex-start; } }
/*
5a) .site-nav__list (Element)
- Stacks items vertically in mobile
 */
.site-nav__list {
  margin: 0;
  border: 0;
  padding: 0;
  width: 100vw;
  height: auto;
  list-style: none;
  color: inherit;
  background: none;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
  text-align: center; }
  @media screen and (min-width: 650px) {
    .site-nav__list {
      align-items: flex-start;
      text-align: initial;
      width: auto;
      margin-left: -20px; } }
.site-nav__list-item {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%; }
  @media screen and (min-width: 650px) {
    .site-nav__list-item:first-child {
      padding-left: 35px;
      margin-right: 20px; } }
  @media screen and (min-width: 650px) {
    .site-nav__list-item:nth-child(2) {
      padding-left: 0px; } }
  @media screen and (min-width: 650px) {
    .site-nav__list-item:nth-child(4) {
      padding-left: 28px; } }
  @media screen and (min-width: 650px) {
    .site-nav__list-item:nth-child(5) {
      padding-left: 56px; } }
/*
  5b) .site-nav__link (Element)
   */
.site-nav__link {
  display: block;
  margin: 0;
  border: 0;
  padding: 10px 2px;
  width: auto;
  height: auto;
  color: inherit;
  background: none;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.2s;
  font-family: "p22-underground", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-align: center; }

.site-nav__link:hover {
  color: #ffffff;
  background-color: #000000;
  font-weight: 400;
  text-decoration: none; }

.single-header {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 2rem; }

.single-header__back {
  flex-grow: 0;
  width: 29px;
  height: 25px;
  z-index: 10;
  border-bottom: 0; }
  .single-header__back img {
    display: block; }

.single-header__title-wrap {
  flex-grow: 1;
  text-align: center;
  margin-left: -29px;
  z-index: 0; }

.single-header__title {
  font-size: 1rem;
  font-family: "p22-underground", Arial, sans-serif;
  font-weight: 400;
  background: #000000;
  width: auto;
  display: inline-block;
  color: #ffffff;
  padding: 5px 10px 3px;
  line-height: 1rem; }

.image-gallery {
  overflow: auto;
  margin-left: -1% !important; }

.image-gallery li {
  float: left;
  display: block;
  margin: 0 0 1% 1%;
  width: 100%;
  overflow: hidden; }
  @media screen and (min-width: 650px) {
    .image-gallery li {
      width: 31.3333333333%;
      height: auto; } }
.image-gallery li a {
  text-align: center;
  text-decoration: none !important;
  color: #777; }

.image-gallery li a span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 3px 0; }

.image-gallery li a img {
  width: 100%;
  display: block; }

.contact-form {
  min-width: 400px;
  margin: 0 auto; }

.contact-form__item {
  margin-bottom: 1rem; }

.contact-form__text {
  line-height: 1.5rem;
  padding: 8px 10px 4px;
  background: #efefef;
  width: 100%;
  font-family: "p22-underground", Arial, sans-serif;
  font-size: 1rem; }

.contact-form__textarea {
  background: #efefef;
  width: 100%;
  height: 150px; }

.contact-form__submit {
  padding: 8px 10px; }

.highlight-banner {
  position: absolute;
  top: 1.5rem;
  right: -3.5rem;
  background: #3d8bc9;
  padding: 1rem 2.5rem;
  transform: rotate(45deg); }

.highlight-banner__content {
  max-width: 150px;
  text-align: center; }

.highlight-banner__link {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 0; }
  .highlight-banner__link:hover {
    color: #ffffff; }

.vendor-table {
  margin-bottom: 2rem; }

.vendor-table__row {
  height: 100px; }

.vendor-table__cell {
  padding-bottom: 2rem; }
  .vendor-table__cell:first-child {
    width: 400px;
    text-align: center; }
  .vendor-table__cell:last-child {
    min-width: 200px;
    text-align: left; }

.vendor-table__img {
  max-height: 80px;
  min-height: 40px; }

.team {
  display: block; }

.team__member {
  display: inline-block; }
  .team__member a {
    text-decoration: none;
    border: none; }

.social__container {
  margin-left: 1rem; }

.social__img {
  height: 2rem;
  width: 2rem; }

.video {
  max-width: 300px;
  margin: 0 auto; }

.video__element {
  width: 100%; }
