body {
  font-family: sans-serif;
  color: #546670;
}

.wrapper {
  margin: 0 auto;
  max-width: 1060px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .desktop-logo {
    padding: 15px 0;
    display: inline;
    width: 283px;
    height: 50px;
  }
  .mobile-logo {
    display: none;
  }
}

@media (max-width: 767px) {
  .desktop-logo {
    display: none;
  }
  .mobile-logo {
    padding: 15px 0;
    display: inline;
    width: 159px;
    height: 66px;
  }
}

img {
  display: block;
  margin: 20px 40px 40px 40px;
}

.print-disclaimer {
  margin-top: 10px;
  text-align: center;
}

.print-disclaimer p {
  margin: 5px;
}

.test-info {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  display: flex;
  color: #005D85;
  padding: 0 25px;
}

.test-info__box {
  width: 50%;
  margin: 0 10px;
}

.test-info__type {
  color: #546670;
  margin-bottom: 6px;
}

.test-info__data {
  word-break: break-all;
}

@media (max-width: 555px){
  .test-iframe {
    height: 1620px;
  }
}

@media (min-width: 556px) and (max-width: 1075px) {
  .test-iframe {
    height: 880px;
  }
}

@media (min-width: 1076px) {
  .test-iframe {
    height: 500px;
  }
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.test-iframe {
  border: none;
  width: 100%;
}

.disclaimer {
  color: #0000EE;
  background-color: #fff;
  text-decoration: underline;
}

.disclaimer:visited {
  color: #804180;
  background-color: #fff;
}

.disclaimer:hover {
  color: #B50010;
  background-color: #fff;
}

.disclaimer:focus {
  color: #B50010;
  background-color: #fff;
}

.disclaimer:active {
  color: #B50010;
  background-color: #fff;
}

#footer {
  margin: 0 -8px -8px -8px;
  border-top: 1px solid #dedede;
  font-size: 14px;
}

.footer-content {
  display: flex;
  padding: 30px;
  max-width: 1600px;
  justify-content: space-between;
  margin: 0 auto;
}

.footer-links {
  padding-bottom: 18px;
}

.footer-links a {
  color: #8d7300;
  background-color: #fff;
  text-decoration: none;
}

.footer-links a:first-child::after {
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.1);
  content: '';
  margin: 0 18px;
  position: relative;
  top: 1px;
}

.footer-links a:hover {
  color: #8d3b00;
}

.footer-copyright {
  color: black;
}

.footer-right {
  width: 510px;
  padding-top: 15px;
}

.footer-logos {
  display: flex;
  align-items: center;
}

.footer-logos a {
  margin-right: 30px;
}

.footer-logos a img {
  margin: 0;
}

@media (max-width: 992px) {
  .footer-content {
    display: block;
  }
}

@media (max-width: 555px){
  .footer-right {
    width: auto;
  }
  .footer-logos {
    flex-wrap: wrap;
  }
}


.privacy-policy-link {
  margin-left: -4px;
}

.img-one {
  height: 66px;
  width: 129px;
}

.img-two {
  height: 31px;
  width: 88px;
}

.img-three {
  height: 52px;
  width: 41px;
}

.img-four {
  height: 66px;
  width: 162px;
}
