
/*html {*/
/*  font-family: adobe-garamond-pro, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono,*/
/*  Bitstream Vera Sans Mono, Courier New, monospace;*/
/*}*/
html {
  font-family: montserrat, ui-sans-serif, system-ui, sans-serif;
}

h1,
h2 {
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
}

h3,
h4,
h5,
h6 {
  font-family: montserrat, sans-serif;
  font-weight: bold;
}

.serif {
  font-family: adobe-garamond-pro, serif !important;
}

.sans-serif {
  font-family: montserrat, sans-serif !important;
}

.font-thin {
  font-weight: 100 !important;
}

img {
  max-width: 100%;
  /*height: auto;*/
}

.inset-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.animate-spin-slower {
  -webkit-animation: spin 6s linear infinite;
  animation: spin 6s linear infinite;
}

section div.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: transform 5s cubic-bezier(0.3, 0, 0.7, 1), opacity 1s ease,
  -webkit-transform 5s cubic-bezier(0.3, 0, 0.7, 1);
}

.background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

section.module-combo-background-media div.background .background-video {
  height: 50vh;
}

a.slide-nav[data-title]:before {
  content: attr(data-title);
  position: absolute;
  right: 24px;
  top: 1px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 14px;
  min-width: 50px;
  border-radius: 6px;
  padding: 7px 12px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  pointer-events: none;
  visibility: hidden;
  margin-top: -10px;
}

a.slide-nav:hover:before {
  visibility: visible;
}

/* Individual Bio Page */
.module-bio .bio-text p {
  margin-bottom: 1.5rem;
}


.legal-indent {
  padding-left: 24px;
}


.careers_role_label {
  font-weight: 600;
}


.careers_qualifications {
  margin-top: 2rem;
  margin-bottom: 1rem;
}


.careers_content h4 {
  margin-top: 2rem;
  font-weight: bold;
}

#job-openings a {
  color: rgb(13, 148, 136);
  text-decoration: underline;
}

#job-openings a:hover {
  color: rgb(15, 118, 110);
  text-decoration: none;
}

#job-openings h2,
#job-openings h3{
  font-size: 20px;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: rgb(13 148 136);
  margin: 2rem 0 0.25rem 0;
}

#job-openings h3 {
  font-size: 18px;
}

#job-openings p {
  margin: 0.5rem 0 1rem;
  font-size: 1.125rem;
  line-height: 2rem;
  color: rgb(75 85 99);
}


.careers_content ul {
  list-style: disc;
  font-size: 1.125rem;
  line-height: 2rem;
  padding-left: 24px;
  margin-bottom: 1rem;
}
