

/* 5.0 Modal Box */
.Modal {
  display: none;
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9000;
}

@media (min-width: 1024px) {
  .Modal {
    top: 10%;
    left: 50%;
    width: 80%;
    height: auto;
    max-width: 600px;
    max-height: 80%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 0.4045rem;
  }
}

.Modal__title {
  margin: 0;
  padding: 0 1.618rem;
  border-bottom: 1px solid #ffffff;
  line-height: 4.854rem;
  text-align: center;
  color: #f6f4f3;
}

.Modal__content {
  padding: 3.236rem;
}

.Modal__content h1, .Modal__content h2, .Modal__content h3, .Modal__content h4, .Modal__content h5, .Modal__content h6, .Modal__content p {
  color: #f6f4f3;
}

.Modal__close {
  position: fixed;
  top: 0;
  right: 0;
  height: 4.854rem;
  width: 4.854rem;
  border: 1px solid #999;
  color: white !important;
  text-align: center;
  line-height: 4.854rem;
}

@media (min-width: 1024px) {
  .Modal__close {
    border-radius: 0.4045rem;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.Disclaimer-section {
    font-size: 12px;
}

.Disclaimer-section p {
    margin-bottom: 1em;
    text-align: left;
}

.Disclaimer-section nav {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.Primary-footer {
    margin-top: 16px;
    border-top: 1px solid #ddd;
    padding: 32px;
}

.Primary-footer__navigation {
  color: #f6f4f3;
  text-align: center;
}

.Primary-footer__navigation li {
  display: inline-block;
}

.Primary-footer__navigation a {
  padding: 0.809rem;
  color: #000;
  font-weight: bold;
}

.js-modal {
    font-weight: bold;
    text-decoration: underline;
}

div.footer a {
    font-size: inherit;
}
