/*    version 1.2        */
/*    August 10th 2020     */

a {
  color: inherit;
  text-decoration: none;
}

a[href^='tel'] {
  color: inherit;
  text-decoration: none;
}

/* table {
  border-collapse: collapse;
  width: 100%;
} */
th {
  color: #6e6e6e;
  font-weight: 300;
  vertical-align: bottom;
  /* border-bottom: 1px solid #ddd; */
}
th,
td {
  padding: 10px 30px 10px 30px;
  text-align: left;
}
tr {
  border-bottom: none;
}

#feeTable td,
#feeTable th {
  max-width: 115px;
}
#feeTable td .feeColumn,
#feeTable th .feeColumn {
  max-width: 60px;
}
.custom-underline {
  text-underline-offset: 0.25rem;
}
.instrumentTable td,
.instrumentTable th {
  max-width: 115px;
  width: 33.34%;
}
.instrumentTable tr .instrumentColumn,
.instrumentTable th .instrumentColumn {
  max-width: 60px;
  color: #6e6e6e;
  font-weight: 400;
}

.jumbo-caption {
  font-weight: 300;
  font-size: 1.5em;
}
.sub-title {
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 30px;
  margin-bottom: 30px;
}
.about-image {
  padding: 50px;
  width: 100%;
  min-width: 300px;
  max-width: 800px;
  height: auto;
}
.hiddenInfo ul {
  list-style: disc;
}
.outlineBtn:hover {
  background-color: black;
  color: white;
}
.addUnderLine:hover:after {
  width: 45%;
}
.txtBtn a:hover {
  color: #6e6e6e;
}

.highlightText {
  margin-top: 7%;
}
.about-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-top: 5%;
}
/* --------------------------------------- */
/* Landing Page Section */
/* --------------------------------------- */
.logo-landing {
  height: 130px;
  margin-left: -20px;
  margin-bottom: -10px;
}
.uhn-logo-landing {
  height: 48px;
  padding-left: 10px;
  position: fixed;
  top: 10px;
  left: 60px;
}
/* --------------------------------------- */
/* Welcome Section */
/* --------------------------------------- */
.welcome-left-col {
  margin-right: 30%;
}
/* --------------------------------------- */
/* Services Section */
/* --------------------------------------- */
.service-section,
.faq-section,
.sample-section,
.team-section,
.contact-section {
  padding: 50px 0;
}
/* --------------------------------------- */
/* News Section */
/* --------------------------------------- */
.date_format {
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 1.2em;
}
.small-h2 {
  font-size: 1.2em;
}

/* --------------------------------------- */
/* Announcement Section */
/* --------------------------------------- */
.modal-title-style {
  font-size: 2rem;
  font-weight: 500;
}
.modal-body-style {
  font-size: 1.2rem;
}

/* --------------------------------------- */
/* Team Section */
/* --------------------------------------- */

.box {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.box img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
/* .staff-feature {
  margin-bottom: 5px;
} */
.staff-thinLine {
  width: 100%;
  height: 1px;
  background-color: lightgray;
  margin-top: 30px;
  margin-bottom: 30px;
}

.bsci-link-section {
  font-size: 18px;
  padding: 30px 0 80px 0;
  text-align: center;
}
/* --------------------------------------- */
/* Sample Submission Guidelines Section */
/* --------------------------------------- */
.sample-table-head {
  font-size: 24px;
  font-weight: bold;
}
.sample-table-head > th > span {
  font-weight: 600;
}

/* --------------------------------------- */
/* Helpful Links */
/* --------------------------------------- */
.helpful-link-list {
  padding-left: 10px;
}
.helpful-link-list > li {
  list-style-type: none;
  padding-top: 14px;
}
.helpful-link-list a {
  color: inherit;
  text-decoration: underline !important;
  text-decoration-color: inherit !important;
  text-underline-offset: 4px;
}
.helpful-link-list a:hover {
  color: inherit;
  text-decoration: none !important;
}
.external-link-icon {
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}
/* --------------------------------------- */
/* FAQ Section */
/* --------------------------------------- */

.faq-row-margin {
  margin-bottom: 2rem;
}
.faq-subtitle {
  font-size: 20px;
  padding: 50px 8px 8px 8px;
}
.faq-subtitle-general {
  font-size: 20px;
  padding: 50px 8px 8px 8px;
}
.faq-answer-title {
  font-size: 1.2em;
  color: #757575;
}
.faq-img {
  display: block;
  width: 100%;
}
.faq-text {
  font-size: 1rem;
  hyphens: auto;
}
.shipping-text {
  padding-left: 2rem;
  margin-top: -1rem;
}
.custom-info {
  padding-top: 1rem;
}
.footer-copy a {
  border-bottom: solid 1px #00805e;
  text-decoration: none;
}
/* --------------------------------------- */
/* BSCI sub-page */
/* --------------------------------------- */
.bsci-section {
  padding-top: 50px;
}
.title-underline-bsci {
  background-color: #0353a4;
}
.bsciImage {
  border-radius: 5px;
  height: auto;
  margin: 0 10px;
  max-width: 100%;
  object-fit: contain;
}
.bsciTeam {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin: auto;
  text-align: center;
}
.bsciTeam > div > p {
  font-size: 20px;
  font-weight: 600;
}
.divide-thinLine {
  width: 100%;
  height: 1px;
  background-color: lightgray;
  margin-top: 30px;
}
.bsciPortrait {
  border-radius: 5px;
  height: 200px;
  margin: 10px;
  width: 200px;
}
.initiative-title-container {
  background-image: url('../images/bsci/initiative-bg.jpg');
  background-repeat: no-repeat;
  background-position: 47% 0;
  background-size: 36% auto;
}
.initiative-title {
  font-size: 38px;
  padding-top: 60px;
}
.initiative-list {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.check-list-container {
  padding-top: 10px;
}
.check-list-container > ul {
  padding-left: 20px;
}
.check-list-container > ul > li {
  list-style-type: none;
  margin-bottom: 8px;
}
.check-list-row {
  align-items: baseline;
  display: flex;
  flex-direction: row;
}
.check-list-text {
  font-size: 18px;
  margin-bottom: 20px;
  margin-left: 10px;
}
.check-list-icon {
  width: 15px;
}
.btn-bsci {
  border-radius: 5px;
  color: white !important;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 400;
  letter-spacing: 0.05em;
  cursor: pointer;
  padding: 8px 16px 8px 16px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
}
.btn-bsci:hover {
  background-color: white;
}
.cta-bsci {
  color: white;
  font-size: 20px;
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
  margin-top: 20px;
}
.cta-bsci:after {
  /* content: '  â€º'; */
  content: '  ›';
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
}
.cta-bsci:hover:after {
  padding-left: 5px;
}
.bsci-subscribe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 32%;
  text-align: center;
}
.bsci-footer {
  background-color: #fff;
  color: #333;
}
.footer-container {
  margin-top: 30px;
  font-size: 14px;
}
.footer-logo-container > img {
  height: auto;
  max-width: 85%;
  width: 85%;
}
.mainColor-bg-bsci {
  background-color: #0353a4;
}
/* --------------------------------------- */
/* Queries for PMGC */
/* --------------------------------------- */

@media only screen and (max-height: 900px) {
  .menuSubItem1 {
    font-size: 1.8em;
    line-height: 50px;
  }
  .addUnderLine:after {
    transform: translateY(-10px);
  }
  .highlightText {
    margin-top: 5%;
  }
}
@media only screen and (max-height: 650px) {
  .menuSubItem1 {
    font-size: 1.6em;
    line-height: 45px;
  }
  .addUnderLine:after {
    transform: translateY(-5px);
    height: 2px;
  }
}
@media only screen and (max-width: 2180px) {
  .initiative-list {
    width: 55%;
  }
}
@media only screen and (max-width: 1558px) {
  .initiative-list {
    width: 60%;
  }
}
@media only screen and (max-width: 1297px) {
  .initiative-list {
    width: 70%;
  }
}
@media only screen and (max-width: 1278px) {
  .bsciTeam {
    gap: 0;
  }
}
@media only screen and (max-width: 973px) {
  .initiative-list {
    width: 80%;
  }
}
@media only screen and (max-width: 851px) {
  .initiative-list {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  .logo-landing {
    height: 100px;
    margin-bottom: -10px;
    margin-left: -15px;
  }
  .uhn-logo-landing {
    height: 40px;
  }
  .welcome-left-col {
    margin-right: 40%;
  }
  .initiative-title {
    font-size: 35px;
  }
  .initiative-list {
    width: 95%;
  }
  .initiative-title-container {
    background-position: 80% 0;
    background-size: 50% auto;
  }
  .bsci-subscribe {
    margin-bottom: 18px;
    width: 70%;
  }
  .bsciTeam {
    gap: 20px;
  }
  .footer-logo-container {
    padding: 0;
  }
  .footer-logo-container > img {
    max-width: 100%;
    width: 100%;
  }
  .sample-table-head {
    font-size: 20px;
  }
  .helpful-link-box > div > h2 {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 767px) {
  .about-image {
    padding: 10px;
    width: 100%;
    min-width: 100px;
    max-width: 250px;
    height: auto;
  }
  footer {
    text-align: center;
  }
  .iconContainer {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .centerOnMobile {
    text-align: center !important;
  }
  .alignLeftOnMobile {
    text-align: left !important;
  }
  .addMarginBottomMobile {
    margin-bottom: 30px;
  }
  .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%;
  }
  .borderCard {
    height: 400px;
  }
  .newsImg {
    height: 100px;
  }
}
@media only screen and (max-width: 700px) {
  .welcome-left-col {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) and (orientation: portrait) {
  h1 {
    font-size: 1.8rem;
  }
  .about-image {
    max-width: 200px;
  }
  .bigSpacer {
    height: 30px !important;
  }
  .faq {
    margin-bottom: 0px;
  }
  .logo-mobile-center {
    text-align: center;
    padding-left: 0px;
  }
  .highlightText {
    margin-top: 0px !important;
  }
  .row {
    margin-top: 0px;
  }
  .newsImg {
    height: 200px;
  }
  .modal-title-style {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .modal-body-style {
    font-size: 1rem;
  }
  .jumbo-caption {
    font-size: 1.2em;
  }
  .logo-landing {
    height: 60px;
    margin-bottom: -5px;
    margin-left: -10px;
  }
  .uhn-logo-landing {
    height: 30px;
    padding-left: 0;
  }
  .initiative-title {
    font-size: 30px;
  }
  .initiative-list > h2 {
    font-size: 22px;
  }
  .initiative-list,
  .bsci-subscribe {
    width: 100%;
  }
  .initiative-title-container {
    background-size: 100% auto;
  }
  .cta-bsci {
    font-size: 17px;
  }
  .footer-logo-container > img {
    max-width: 70%;
    width: 70%;
  }
  .sample-table-head {
    font-size: 17px;
    font-weight: 400;
  }
  .sample-table-margins {
    margin-left: 3%;
    margin-right: 3%;
  }
  .helpful-link-box > div > h2 {
    font-size: 1.3em;
  }
  .pricing-button > a {
    width: 150px;
    padding: 5px;
  }
}

@media only screen and (max-width: 575px) {
  .staff-margins {
    margin-left: 5%;
    margin-right: 0%;
  }
}

@media only screen and (max-width: 375px) {
  .newsImg {
    height: 165px;
  }
}

@media only screen and (max-width: 350px) {
  .flip-container,
  .front,
  .back {
    width: 300px;
  }
}
@media only screen and (max-height: 500px) and (orientation: landscape) {
  .jumbo-caption {
    font-size: 1.2em;
  }
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 1.6em;
  }
  .mainMenuOpen {
    height: 95% !important;
  }
  .logo-landing {
    height: 60px;
    margin-bottom: -25px;
    margin-left: -10px;
  }
  .uhn-logo-landing {
    height: 27px;
  }
}
