.container {
  min-height: 100vh;
}

.container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-box {
  margin-top: 10vh;
  margin-left: 20vw;
}

.subtitle {
  margin-top: 0px;
  margin-left: 1.8em;
  font-family: 'Univers LT Std Roman', sans-serif;
  font-size: 2.9em;
  line-height: 1;
  font-weight: 400;
  text-transform: lowercase;
}

.title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Univers LT Std Light', sans-serif;
  font-size: 2.7em;
  line-height: 1;
  font-weight: 300;
  text-transform: lowercase;
}

.navbar {
  background-color: transparent;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer.fixed {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.list {
  list-style-type: none;
}

.list-item {
  display: inline;
  margin-right: 10px;
}

.list-item.last {
  margin-right: 0px;
}

.list-item-2 {
  display: inline;
}

.body {
  font-family: 'Univers LT Std Roman', sans-serif;
  color: #222;
  font-weight: 400;
}

.link {
  position: relative;
  color: #222;
  text-decoration: none;
}

.heading-one {
  font-family: 'Univers LT Std Light', sans-serif;
}

.heading-two {
  font-family: 'Univers LT Std Light', sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.heading-three {
  font-size: 18px;
  line-height: 24px;
}

.list-item-3 {
  margin-bottom: 5px;
  list-style-type: square;
}

.image {
  display: block;
  margin-bottom: 10px;
}

.image.last {
  margin-top: -5px;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer.normal {
    position: static;
  }

  .list {
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media screen and (max-width: 479px) {
  .title-box {
    margin-top: 2.5vh;
    margin-left: 5vw;
  }

  .subtitle {
    margin-left: 1.75em;
    font-size: 2.2em;
  }

  .title {
    font-size: 2em;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .list {
    text-align: center;
  }

  .html-embed {
    padding-right: 15px;
    padding-left: 15px;
  }

  .heading-one {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-two {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-three {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph {
    font-size: 12px;
    line-height: 18px;
  }
}

@font-face {
  font-family: 'Univers LT Std Light';
  src: url('../fonts/UniversLTStd-Light.woff2') format('woff2'), url('../fonts/UniversLTStd-Light.eot') format('embedded-opentype'), url('../fonts/UniversLTStd-Light.woff') format('woff'), url('../fonts/UniversLTStd-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers LT Std Roman';
  src: url('../fonts/UniversLTStd.woff2') format('woff2'), url('../fonts/UniversLTStd.eot') format('embedded-opentype'), url('../fonts/UniversLTStd.woff') format('woff'), url('../fonts/UniversLTStd.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers Std Light';
  src: url('../fonts/UniversLTStd-Light.eot') format('embedded-opentype'), url('../fonts/UniversLTStd-Light.woff') format('woff'), url('../fonts/UniversLTStd-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}