body {
  margin: 0em;
  font-family: 'DIN-Regular';
  background-size: 100%;
}
.container {
  margin: 0px auto;
}
.container header {
  margin-top: 15px;
  padding: 0 2em;
}
@media screen and (min-width: 500px) {
  .container header {
    margin-top: calc(15px + 25 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .container header {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .container header {
    padding: 0 10px;
  }
}
.container header .inner {
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
}
.container header .inner .logo {
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  width: 30%;
  margin: 0 1.5em;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .container header .inner .logo {
    width: 50px;
  }
}
.container header .inner .logo img {
  width: 100px;
  height: 100px;
  margin-left: 2em;
}
@media screen and (min-width: 500px) {
  .container header .inner .logo img {
    width: calc(100px + 50 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .container header .inner .logo img {
    width: 150px;
  }
}
@media screen and (min-width: 500px) {
  .container header .inner .logo img {
    height: calc(100px + 50 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .container header .inner .logo img {
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .container header .inner .logo img {
    margin-left: 0;
    width: 50px;
    height: 50px;
  }
}
.container header .inner .logo a {
  height: 100px;
}
@media screen and (min-width: 500px) {
  .container header .inner .logo a {
    height: calc(100px + 50 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .container header .inner .logo a {
    height: 150px;
  }
}
.container header .inner .logo a img {
  transform: scale(1, 1);
  transition: transform 0.25s ease-in-out;
}
.container header .inner .logo a:hover img,
.container header .inner .logo a:focus img {
  transform: scale(0.95, 0.95);
}
.container header .inner .details {
  width: 70%;
  padding-right: 15px;
  margin-bottom: 50px;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .container header .inner .details {
    width: 90%;
  }
}
@media screen and (min-width: 500px) {
  .container header .inner .details {
    margin-top: calc(0px + 50 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .container header .inner .details {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .container header .inner .details {
    margin-top: 0px;
  }
}
.container header .inner .details .rfp-id {
  opacity: 0;
  font-family: "DIN-Bold";
  color: #dd0000;
  text-transform: uppercase;
  transform: translateY(10px);
  font-size: 14px;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 500px) {
  .container header .inner .details .rfp-id {
    font-size: calc(14px + 11 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .container header .inner .details .rfp-id {
    font-size: 25px;
  }
}
.container header .inner .details .category {
  margin-bottom: 1em;
  opacity: 0;
  font-weight: 700;
  font-family: "DIN-Bold";
  color: #dd0000;
  text-transform: uppercase;
  transform: translateY(10px);
  font-size: 18px;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
@media screen and (min-width: 500px) {
  .container header .inner .details .category {
    font-size: calc(18px + 12 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .container header .inner .details .category {
    font-size: 30px;
  }
}
.container header .inner .details .title {
  opacity: 0;
  text-transform: uppercase;
  font-weight: 700;
  transform: translateY(10px);
  font-family: "Clarendon-Bold";
  font-size: 18px;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
@media screen and (min-width: 500px) {
  .container header .inner .details .title {
    font-size: calc(18px + 12 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .container header .inner .details .title {
    font-size: 30px;
  }
}
.container header .inner .details .overview {
  opacity: 0;
  font-family: 'DIN-Regular';
  font-weight: 300;
  transform: translateY(10px);
  font-size: 14px;
  line-height: 160%;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
@media screen and (min-width: 500px) {
  .container header .inner .details .overview {
    font-size: calc(14px + 6 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .container header .inner .details .overview {
    font-size: 20px;
  }
}
.container header .inner .details .external-links {
  opacity: 0;
  color: #dd0000;
  position: relative;
  display: inline-block;
  font-family: 'DIN-Regular';
  font-weight: bold;
  margin: 1rem 0 0 0;
  transform: translateY(10px);
  font-size: 18px;
  line-height: 160%;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 500px) {
  .container header .inner .details .external-links {
    font-size: calc(18px + 6 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .container header .inner .details .external-links {
    font-size: 24px;
  }
}
.container header .inner .details .external-links::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform-origin: bottom right;
  transition: transform 0.3s ease-in-out;
}
.container header .inner .details .external-links:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.container article {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.container article img {
  width: 100%;
}
.container footer {
  opacity: 0;
  transition: opacity 1s ease-in-out 1s;
  border-top: 10px red solid;
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-top: 15px;
  padding: 0 2em;
}
@media screen and (min-width: 500px) {
  .container footer {
    margin-top: calc(15px + 25 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .container footer {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .container footer {
    padding: 0 10px;
  }
}
.container footer .inner {
  max-width: 1200px;
  margin: 2em auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.container footer .inner .logo {
  width: 30%;
  margin: 0 1.5em;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .container footer .inner .logo {
    width: 50px;
  }
}
.container footer .inner .logo img {
  width: 100px;
  height: 100px;
  margin-left: 2em;
}
@media screen and (min-width: 500px) {
  .container footer .inner .logo img {
    width: calc(100px + 50 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .container footer .inner .logo img {
    width: 150px;
  }
}
@media screen and (min-width: 500px) {
  .container footer .inner .logo img {
    height: calc(100px + 50 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .container footer .inner .logo img {
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .container footer .inner .logo img {
    margin-left: 0;
    width: 50px;
    height: 50px;
  }
}
.container footer .inner .more {
  font-size: 20px;
}
.container footer .inner .more p {
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  font-family: "DIN-Regular";
  font-size: 14px;
}
@media screen and (min-width: 500px) {
  .container footer .inner .more p {
    font-size: calc(14px + 6 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .container footer .inner .more p {
    font-size: 20px;
  }
}
.container footer .inner .more p a {
  font-family: "Clarendon-Bold";
  font-size: 20px;
  color: #dd0000;
}
@media screen and (min-width: 500px) {
  .container footer .inner .more p a {
    font-size: calc(20px + 4 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  .container footer .inner .more p a {
    font-size: 24px;
  }
}
.container footer .inner .more p a:hover,
.container footer .inner .more p a:focus {
  text-decoration: underline;
}
.container.active header .logo {
  opacity: 1;
}
.container.active header .details .rfp-id {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.container.active header .details .content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.container.active header .details .category {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.container.active header .details .title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.75s;
}
.container.active header .details .overview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.container.active header .details .external-links {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.25s;
}
.container.active article {
  opacity: 1;
  transition-delay: 1.25s;
}
.container.active footer {
  opacity: 1;
}
#index .content .category {
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transform: translateY(10px);
  opacity: 0;
}
#index h2 {
  font-size: 15px;
  color: #000;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 500px) {
  #index h2 {
    font-size: calc(15px + 5 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  #index h2 {
    font-size: 20px;
  }
}
#index ul {
  list-style-type: none;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#index ul li {
  list-style-type: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0em;
}
#index ul li a {
  font-size: 15px;
  color: #dd0000;
  font-family: "DIN-Regular";
  line-height: 120%;
  text-transform: none;
  text-decoration: none;
  transition: color 0.25s ease-in-out, transform 0.25s ease-in-out;
}
@media screen and (min-width: 500px) {
  #index ul li a {
    font-size: calc(15px + 5 * ((100vw - 500px) / 1100));
  }
}
@media screen and (min-width: 1600px) {
  #index ul li a {
    font-size: 20px;
  }
}
#index ul li a:hover,
#index ul li a:focus {
  transform: translateX(5px);
  color: #990000;
  text-decoration: underline;
}
#index .container .content .category.active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.75s;
}
#index .container .content .category.active:nth-child(2) {
  transition-delay: 0.9s;
}
#index .container .content .category.active:nth-child(3) {
  transition-delay: 1.05s;
}
#index .container .content .category.active:nth-child(4) {
  transition-delay: 1.2s;
}
#index .container .content .category.active:nth-child(5) {
  transition-delay: 1.35s;
}
#index .container .content .category.active:nth-child(6) {
  transition-delay: 1.5s;
}
#index .container .content .category.active:nth-child(7) {
  transition-delay: 1.65s;
}
#index .container .content .category.active:nth-child(8) {
  transition-delay: 1.8s;
}
#index .container .content .category.active:nth-child(9) {
  transition-delay: 1.95s;
}
#index .container .content .category.active:nth-child(10) {
  transition-delay: 2.1s;
}
#index .container .content .category.active:nth-child(11) {
  transition-delay: 2.35s;
}
#index .container .content .category.active:nth-child(12) {
  transition-delay: 2.5s;
}
h1 {
  display: none;
}
@font-face {
  font-family: 'DIN-Regular';
  font-style: normal;
  font-weight: normal;
  src: local('DIN-Regular'), url('fonts/D-DIN.woff') format('woff');
}
@font-face {
  font-family: 'DIN-Bold';
  font-style: normal;
  font-weight: normal;
  src: local('DIN-Bold'), url('fonts/D-DIN-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Clarendon-Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Clarendon-Regular'), url('fonts/Clarendon-Medium-webfont.woff') format('woff');
}
@font-face {
  font-family: 'Clarendon-Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Clarendon-Bold'), url('fonts/Clarendon-Bold-webfont.woff') format('woff');
}
