/*    version 1.4        */
/*    August 5th 2020     */

a[href^='tel'] {
  color: inherit;
  text-decoration: none;
}
.hiddenInfo ul {
  list-style: disc;
}
.sub-title {
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 30px;
  margin-bottom: 30px;
}
.small-h2 {
  font-size: 1.5em;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.check-list-container {
  padding-top: 2%;
  margin: 0 5% 0 10%;
}
.check-list-container > ul > li {
  list-style-type: none;
  margin-bottom: 20px;
}
.check-list-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.check-list-text {
  margin-left: 15px;
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 20px;
}
.check-list-icon {
  width: 15px;
}
.mediumSpacer {
  height: 40px;
}

/*************************************/
/* HEADER */
/*************************************/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;

  /* Because we want header to be sticky later */
  height: 6rem;
  padding: 0 4.8rem;
  position: relative;
}
.logo-in-header {
  height: 5rem;
  margin-left: -10px;
  object-fit: 'contain';
}
/*************************************/
/* NAVIGATION */
/*************************************/
.main-nav ul {
  margin-bottom: 0;
  padding: 0;
}
.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4.8rem;
  font-weight: 500;
  font-size: 1.5rem;
}
.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
}
.main-nav-link:hover,
.main-nav-link:active {
  color: #2566af;
}
.main-nav-link.nav-cta:link,
.main-nav-link.nav-cta:visited {
  padding: 1.6rem 2.4rem;
  border-radius: 9px;
  color: #fff;
  background-color: #2566af;
}
.main-nav-link.nav-cta:hover,
.main-nav-link.nav-cta:active {
  background-color: #2566af;
}

/* MOBILE */
.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;

  display: none;
}
.icon-mobile-nav {
  height: 2rem;
  width: 2rem;
  color: #333;
}
.icon-mobile-nav[name='close-outline'] {
  display: none;
}

/* STICKY NAVIGATION */
.sticky .header {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 6rem;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 999;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
}

.sticky .section-hero {
  margin-top: 9.6rem;
}
/* --------------------------------------- */
/* Landing Page Section */
/* --------------------------------------- */
.uhn-logo-landing {
  height: 100px;
  margin-left: -35px;
}

/* --------------------------------------- */
/* Welcome Section */
/* --------------------------------------- */
.welcome-image-box {
  text-align: center;
}
.welcome-image-box > figure > img {
  width: 250px;
  border-radius: 4px;
}
.welcome-image-title {
  font-size: 20px;
  font-weight: 500;
  padding: 6px 0;
}
/* --------------------------------------- */
/* Our Services */
/* --------------------------------------- */
.services-list-container,
.additional-list-container {
  padding-top: 2%;
  margin: 0 5% 0 0;
}
.additional-list-container {
  padding-left: 20px;
}
.services-list-container > ul,
.additional-list-container > ul {
  padding: 0;
}
.services-list-container > ul > li,
.additional-list-container > ul > li {
  list-style-type: none;
  margin-bottom: 5px;
}
.services-list-text {
  margin-left: 15px;
  font-size: 16px;
  font-weight: 400;
}
.service-subtitle {
  margin-bottom: 20px;
}
.services-list-hidden {
  margin: 0 5% 0 0;
}
.services-list-hidden > ul {
  padding: 0;
}
.services-list-hidden > ul > li {
  list-style-type: none;
  margin-bottom: 5px;
}
/* --------------------------------------- */
/* Our Facility Section */
/* --------------------------------------- */
.facility-section {
  padding: 50px 0;
}
/* --------------------------------------- */
/* Our Team Section */
/* --------------------------------------- */
.team-section .team-column {
  padding: 30px 20px;
  text-align: center;
  margin: 0 0 28px;
}
.team-section .team-column img {
  width: 162px;
  height: 162px;
  border-radius: 100%;
}
.team-title {
  font-size: 24px;
  font-weight: 500;
  padding: 6px 0;
}
.team-text {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  text-align: left;
  color: #6f6f6f;
}
/* --------------------------------------- */
/* Contact Us */
/* --------------------------------------- */
.contact-list-container {
  padding-top: 2%;
  margin: 0 5% 0 0;
}
.contact-list-container > ul {
  padding: 0;
}
.contact-list-container > ul > li {
  list-style-type: none;
  margin-bottom: 5px;
}
.contact-list-text {
  margin-left: 8px;
  font-size: 16px;
  font-weight: 400;
}
.mail-list-icon {
  width: 23px;
}
/* --------------------------------------- */
/* Footer */
/* --------------------------------------- */
.cores-link-style {
  font-weight: 400;
  font-size: 1.2em;
}
.image-credit-text {
  text-align: center;
  font-size: 0.75em;
}
/* --------------------------------------- */
/* Queries for Pathology Research */
/* --------------------------------------- */
@media only screen and (max-height: 900px) {
  .removeBigSpacer {
    display: none;
  }
}
@media only screen and (max-width: 1699px) {
  .header {
    height: 5rem;
  }
  .sticky .header {
    height: 5rem;
  }
  .main-nav-list {
    gap: 3.5rem;
    font-size: 1.5rem;
  }
  .logo {
    height: 5rem;
  }
}
@media only screen and (max-width: 1491px) {
  .main-nav-list {
    gap: 2.5rem;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
  .header {
    padding: 0 3.2rem;
  }
  .main-nav-list {
    gap: 2rem;
  }
  .welcome-image-box > figure > img {
    width: 200px;
  }
  .logo {
    height: 4.5rem;
  }
}
@media only screen and (max-width: 1030px) {
  .logo {
    height: 4rem;
  }
}
@media only screen and (max-width: 944px) {
  /* MOBILE NAVIGATION */
  .btn-mobile-nav {
    display: block;
    z-index: 9999;
  }
  .main-nav {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);

    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in;

    z-index: 9998;

    /* Hiding navigation */
    /* Allows NO transitions at all */
    /* display: none; */

    /* 1) Hide it visually */
    opacity: 0;

    /* 2) Make it unaccessible to mouse and keyboard */
    pointer-events: none;

    /* 3) Hide it from screen readers */
    visibility: hidden;
  }
  .nav-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
  }

  .nav-open .icon-mobile-nav[name='close-outline'] {
    display: block;
  }
  .nav-open .icon-mobile-nav[name='menu-outline'] {
    display: none;
  }
  .main-nav-list {
    flex-direction: column;
    gap: 2.8rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 908px) {
  .time-col-15 {
    width: 20%;
  }
}

@media only screen and (max-width: 830px) {
  h1 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .logo-in-header {
    height: 4.5rem;
  }
  .uhn-logo-landing {
    height: 100px;
    margin-bottom: -10px;
    margin-left: -25px;
  }
  .small-h2 {
    font-size: 1.3em;
  }
  .team-attribute {
    font-size: 16px;
  }
  .tableHeader {
    font-size: 18px;
  }
  .welcome-image-box > figure > img {
    width: 180px;
  }
  .welcome-image-title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
  .centerOnMobile {
    text-align: center !important;
  }
  .hiddenOnMobile {
    display: none;
  }
  .thinLine {
    width: 100%;
    height: 1px;
    background-color: lightgray;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .col1 {
    flex-basis: 100%;
  }
  .col {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 706px) {
  .header {
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 600px) and (orientation: portrait) {
  h1 {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 0.95em;
  }
  .header {
    height: 4rem;
  }
  .sticky .header {
    height: 4rem;
  }
  .main-nav-list {
    font-size: 1.5rem;
  }
  .bigSpacer {
    height: 30px !important;
  }
  .cta {
    font-size: 0.8em;
  }
  .logo-mobile-center {
    text-align: center;
    padding-left: 0px;
  }
  .row {
    margin-top: 0px;
  }
  .sub-title {
    font-size: 1em;
  }
  .logo-in-header {
    height: 3.5rem;
  }
  .uhn-logo-landing {
    height: 60px;
    margin-bottom: -5px;
    margin-left: -15px;
  }
  .time-col-15 {
    width: 13%;
  }
  .mediumSpacer {
    height: 25px;
  }
  .logo {
    height: 3rem;
    margin-left: -20px;
  }
  .check-list-container {
    margin: 0;
  }
  .check-list-container > ul {
    padding-left: 18px;
  }
  .team-title {
    font-size: 20px;
  }
}
@media only screen and (max-height: 500px) and (orientation: landscape) {
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 1.6em;
  }
  .small-h2 {
    font-size: 1.1em;
  }
  .logo-in-header {
    height: 3.5rem;
    margin-left: -1rem;
  }
  .uhn-logo-landing {
    height: 60px;
    margin-left: -10px;
  }
}
