.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.margin-v-20 {
  margin: 20px 0;
}

/* Content pics */

.content-image {
  max-width: 100%;
  height: auto;
}

.image-to-center {
  text-align: center;
}

/* Align and color text */

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-red {
  color: red;
}

.text-bold {
  font-weight: bold;
}

/* Figure images */

.figure-image {
  max-width: 790px;
  margin: 20px 0;
}

@media (max-width: 1023px) {
  .figure-image {
    max-width: 800px;
    margin: 20px auto;
  }
}

.figure-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.figure-image figcaption {
  margin-top: 10px;
  font-size: 14px;
  color: #b2b2b2;
  text-align: center;
}

.figures-2-col {
  display: flex;
  gap:40px;
  margin: 20px 0;
}

.figures-2-col .figure-image {
  margin: 0;
}

@media (max-width: 767px) {
  .figures-2-col {
    flex-direction: column;
  }
}

/* Flex video */

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Certificates */

.cert-list {
  display: flex;
  flex-wrap: wrap;
}

.cert-item {
  width: 250px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.cert-desc {
  padding-left: 10px;
  padding-right: 10px;
}

.cert-list .cert-item a,
.cert-list .cert-item a:hover {
  border-bottom: none;
}

/* Old models */

.old-model {
  font-weight: bold;
  font-size: 16px;
}

/* Download PDF */

.download-pdf {
  margin-bottom: 20px;
}

.download-pdf .file-item {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 0;
}

.download-pdf .file-icon {
  flex-shrink: 0;
  margin-right: 15px;
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .download-pdf .file-item {
    width: 100%;
  }

  .download-pdf .file-name {
    padding: 0;
  }

  /* Iphone inputs font size fix */

  #header-search-q,
  #subscribe-email,
  #footer-subscribe-email {
    font-size: 16px;
  }

}