/*    version 1.3        */
/*    Feb 13h 2023     */
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
}
th {
  color: #6e6e6e;
  font-weight: 300;
  vertical-align: bottom;
}
th,
td {
  text-align: left;
}
.tableHeader {
  color: #6e6e6e;
  font-size: 20px;
  font-weight: 400;
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
#feeTable td,
#feeTable th {
  max-width: 115px;
}
#feeTable td .feeColumn,
#feeTable th .feeColumn {
  max-width: 60px;
}
.mediumSpacer {
  height: 50px;
}
.instrumentTable td,
.instrumentTable th {
  max-width: 115px;
}
.instrumentTable tr .instrumentColumn,
.instrumentTable th .instrumentColumn {
  max-width: 60px;
  color: #6e6e6e;
  font-weight: 400;
}
.fee-link a {
  color: inherit;
  border-bottom: solid 1px black;
  text-decoration: none;
}
.fee-link a:hover {
  color: #914ceb;
  text-decoration: none !important;
  border-bottom: solid 0 black;
}
.maincolor-link a {
  color: #914ceb;
  border-bottom: solid 1px #914ceb;
  text-decoration: none;
}
.maincolor-link a:hover {
  border-bottom: solid 0px #914ceb;
}
.maincolor-link-noline a {
  color: #914ceb;
  border-bottom: solid 0px #914ceb;
  text-decoration: none;
}
.maincolor-link-noline a:hover {
  border-bottom: solid 1px #914ceb;
}
.jumbo-caption {
  font-weight: 300;
  font-size: 1.5em;
}
.smallIcons {
  height: 22px;
  font-weight: bold;
}
.small-margin {
  margin: 10px 0px !important;
}
.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;
}
.flipCard-background-image-analysis {
  background-size: 85%;
  background-repeat: no-repeat;
  background-color: black;
  background-position: bottom;
}
.small-h2-font {
  font-size: 1.6em;
}
.small-image {
  width: 300px;
  height: auto;
  margin-bottom: 1.5rem;
}
.outlineBtn:hover {
  background-color: black;
  color: white;
}
.option-button {
  background: none;
  border: none;
  padding: 0px;
}
.footer-copy a {
  border-bottom: solid 1px #914ceb;
  text-decoration: none;
}
.padding-top {
  padding-top: 10%;
}
.flipCard-showOnMobile {
  display: none;
}
.sub-description-line {
  font-size: 1.3rem;
  margin-bottom: 3%;
}

/* ------- BUTTONS ------ */
.btn-default {
  border-radius: 5px;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  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-full {
  color: white;
  background-color: #914ceb;
}
.btn-full:hover {
  color: #914ceb;
  background-color: white;
  box-shadow: 0 5px 11px rgb(145, 76, 235, 0.6); /*RGB of #MAINCOLOR*/
}
.btn-ghost {
  background-color: white;
  color: #914ceb;
}
.btn-ghost:hover {
  color: white;
  background-color: #914ceb;
  box-shadow: 0 5px 11px rgba(145, 76, 235, 0.6); /*RGB of #MAINCOLOR*/
}
.cta-default {
  font-size: 1em;
  border-radius: 50px;
  padding: 10px 20px 10px 20px;
  margin-top: 20px;
}
.cta-default: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-default:hover:after {
  padding-left: 5px;
}
/* --------------------------------------- */
/* Landing Page Section */
/* --------------------------------------- */
.logo-container {
  display: flex;
  flex-direction: column;
  z-index: 5;
}
.logo-text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.28rem;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  z-index: 5;
}
.logo {
  height: 4rem;
  z-index: 5;
}
.footer-logo-text {
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  margin-bottom: 0.2rem;
  margin-left: -7rem;
  text-transform: uppercase;
  z-index: 5;
}
.footer-logo {
  height: 5rem;
  z-index: 5;
}
.logo-landing {
  height: 70px;
}
.uhn-logo-landing {
  height: 100px;
  margin-left: -35px;
}
/* --------------------------------------- */
/* Welcome Section */
/* --------------------------------------- */
.statics-box,
.highlightText-box {
  margin-top: 100px;
}
.statics-box > div {
  width: 20%;
  padding: 0 15px;
}
/* --------------------------------------- */
/* About Us */
/* --------------------------------------- */
.about-us-content > img {
  display: block;
  margin: 2rem auto;
  width: 50%;
}
/* --------------------------------------- */
/* TEAM */
/* --------------------------------------- */
.option-button {
  background: none;
  border: none;
  padding: 0px;
}
.core-manager {
  justify-content: center;
  text-align: center;
}
.team-name {
  padding: 20px 0 0 10px;
}
.staff-feature {
  margin-bottom: 5px;
}
.staff-title {
  margin-bottom: 1em;
  text-align: center;
}
.staff-div {
  width: 100% !important;
}
.a11y_txtBtn {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.team-attributes {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.team-attribute {
  color: #555;
  font-size: 18px;
  display: flex;
  align-items: center;
  column-gap: 7px;
}
.team-icon {
  width: 21px;
  height: 21px;
  align-items: center;
  justify-content: center;
  color: #914ceb;
}
.study-team {
  color: #555;
  font-size: 18px;
}
/* --------------------------------------- */
/* POPUP */
/* --------------------------------------- */
.modal-dialog {
  position: relative;
  min-width: 60%;
}
.modal-content {
  height: 30vh;
  overflow: hidden;
  display: table;
  color: #757575;
}
.modal-header {
  border: 0px solid rgba(0, 0, 0, 0.2);
}
.modal-left {
  width: 33.333333%;
  display: table-cell;
}
.modal-right {
  width: 66.6666667%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 2rem;
}
.modal-img {
  display: block;
  width: 100%;
}
.modal-text {
  font-size: 1rem;
  margin-bottom: 4rem;
  margin-top: 2rem;
  hyphens: auto;
}
.footer-copy a {
  border-bottom: solid 1px #914ceb;
  text-decoration: none;
}
/* --------------------------------------- */
/* Funders & Partners */
/* --------------------------------------- */
.funders-img-box {
  align-items: center;
  column-gap: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.funders-img-01 {
  width: 300px;
}
.funders-img-02 {
  width: 350px;
  height: 100px;
}
/* --------------------------------------- */
/* Eligible Cancer Types */
/* --------------------------------------- */
.glossary-list > li {
  color: #9451ec;
  margin-bottom: 10px;
}
.glossary-image {
  width: 300px;
  margin-bottom: 0;
  margin-top: 10px;
}
/* ## For large tooltip box */
.large.tooltip-inner {
  max-width: 350px;
  width: 350px;
}
.tooltip.show {
  opacity: 1;
}
.tooltip-purple1 .tooltip-inner,
.tooltip-purple2 .tooltip-inner,
.tooltip-purple3 .tooltip-inner,
.tooltip-purple4 .tooltip-inner,
.tooltip-purple5 .tooltip-inner,
.tooltip-purple6 .tooltip-inner,
.tooltip-purple7 .tooltip-inner,
.tooltip-purple8 .tooltip-inner,
.tooltip-purple9 .tooltip-inner,
.tooltip-purple10 .tooltip-inner {
  background-color: #9451ec;
  border: 1px solid #9451ec;
  color: #ffffff;
  font-size: 16px;
}
/* --------------------------------------- */
/* CONTACT US */
/* --------------------------------------- */
.location-title {
  font-size: 1.75rem;
  font-weight: 400;
  padding-bottom: 2%;
}
.padding-left-5 {
  padding-left: 5%;
}
.extra-box {
  padding-left: 13px;
  padding-top: 10px;
}
/* --------------------------------------- */
/* Getting Started */
/* --------------------------------------- */
.get-started-container {
  padding-top: 2%;
  margin: 0 8% 0 3.5%;
}
.get-started-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 3%;
}
.get-started-text {
  margin-left: 15px;
  font-size: 1.2rem;
  font-weight: 300;
}
/* --------------------------------------- */
/* Summary Page*/
/* --------------------------------------- */
.summary-box,
.octane-1-box,
.octane-2-box {
  padding-bottom: 2rem;
}
.summary-box > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}
.summary-title {
  font-size: 1.4rem;
}
.recruitment-box {
  padding-left: 0;
}
.recruitment-box > .card {
  background-color: #914ceb;
  color: #fff;
}
.recruitment-box > .card > .card-block {
  padding: 1rem 1.5rem;
}
.recruitment-box > .card > .card-block > p {
  margin-bottom: 0.2rem;
}
/* --------------------------------------- */
/* Queries for Octane */
/* --------------------------------------- */
@media only screen and (max-height: 1000px) {
  .menuSubItem1 {
    font-size: 1.9em;
    line-height: 60px;
  }
  .addUnderLine:after {
    transform: translateY(-10px);
  }
}
@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: 1800px) {
  .statics-box,
  .highlightText-box {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1250px) {
  .flipCard-showOnDesktop {
    display: none;
  }
  .flipCard-showOnMobile {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .flip-card-section-margins {
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media only screen and (max-width: 991px) {
  .padding-top {
    padding-top: 0;
  }
}
@media only screen and (max-width: 911px) {
  .flip-card-section-margins {
    margin-left: 10%;
    margin-right: 10%;
  }
  .statics-box {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  .uhn-logo-landing {
    height: 100px;
    margin-bottom: -10px;
    margin-left: -25px;
  }
  .menuSubItem1 {
    line-height: 60px;
  }
  .small-h2 {
    font-size: 1.3em;
  }
  .sub-description-line {
    font-size: 1.1rem;
    margin-bottom: 5%;
  }
  .staff-box {
    width: 70%;
  }
  .background-right {
    background-position: 105% 5%;
  }
  .textLeft-80 {
    margin-right: 0%;
  }
  .get-started-container {
    margin: 0 7% 0 3.5%;
  }
  .topic-image-box {
    text-align: center;
  }
  .topic-image-box > a > img {
    width: 70%;
  }
  .topic-title {
    font-size: 1.3rem;
  }
  .topic-detail-box {
    margin-top: 2rem;
  }
  .mediumSpacer {
    height: 10px;
  }
  .team-name h2 {
    font-size: 1.5rem;
  }
  .tableHeader {
    font-size: 18px;
  }
  .funders-img-box {
    column-gap: 50px;
  }
  .statics-box > div > h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  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;
  }
  .background-right {
    background-position: 105% 2%;
  }
}
@media only screen and (max-width: 600px) and (orientation: portrait) {
  h1 {
    font-size: 1.8rem;
  }
  .bigSpacer {
    height: 30px !important;
  }
  .cta {
    font-size: 0.8em;
  }
  .faq {
    margin-bottom: 0px;
  }
  .logo {
    height: 3rem;
  }
  .logo-text {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .logo-mobile-center {
    text-align: center;
    padding-left: 0px;
  }
  .menuSubItem1 {
    font-size: 1.5em;
    line-height: 45px;
  }
  .flip-container,
  .front,
  .back {
    width: 350px;
  }
  .small-h2-font {
    font-size: 1.5em;
  }
  .flip-mobile-font {
    font-size: 0.9em;
  }
  .mobile-main-margins {
    margin-left: 0% !important;
    margin-right: 0% !important;
  }
  .row {
    margin-top: 0px;
  }
  .flipCard-background-image {
    background-size: 90%;
    background-repeat: no-repeat;
    background-color: black;
    background-position: bottom;
  }
  .newsImg {
    height: 200px;
  }
  .flexObject {
    flex-basis: 200px;
    max-height: 250px;
  }
  .flip-card-section-margins {
    margin-left: 10%;
    margin-right: 10%;
  }
  .keep-h2-size {
    font-size: 1.75em;
  }
  .jumbo-caption {
    font-size: 1.2em;
  }
  .team-box img {
    width: 50%;
    margin-left: 0;
  }
  .sub-description-line {
    font-size: 1.1rem;
    margin-bottom: 5%;
  }
  .location-title {
    font-size: 1.2rem;
    font-weight: 400;
    padding-bottom: 5%;
  }
  .staff-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .staff-box {
    width: 100%;
  }
  .background-right {
    background-position: 108% 4%;
  }
  .tintedWithPadding {
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .instrument-description {
    padding-top: 15px;
  }
  .uhn-logo-landing {
    height: 60px;
    margin-bottom: -5px;
    margin-left: -15px;
  }
  .get-started-text {
    margin-left: 10px;
    font-size: 1.1rem;
  }
  .get-started-container {
    margin: 0 0 3% -5px;
  }
  .cta-default {
    font-size: 0.8em;
    margin-top: 20px;
  }
  .topic-title {
    font-size: 1.3rem;
  }
  .topic-image-box > a > img {
    width: 100%;
  }
  .team-name {
    padding: 0;
  }
  .team-name h2 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .funders-img-box {
    row-gap: 40px;
    flex-direction: column;
  }
  .statics-box > div {
    width: 50%;
    margin: auto;
  }
  .statics-box > div > h1 {
    font-size: 1.8rem;
  }
  .footer-logo {
    height: 3rem;
  }
  .footer-logo-text {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    margin-bottom: 0.2rem;
    margin-left: -4.8rem;
  }
}
@media only screen and (max-width: 375px) {
  .newsImg {
    height: 165px;
  }
  .sub-description-line {
    margin-bottom: 7%;
  }
}
@media only screen and (max-width: 350px) {
  .flip-container,
  .front,
  .back {
    width: 300px;
  }
  .small-image {
    width: 250px;
  }
}
@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;
  }
  .small-h2 {
    font-size: 1.1em;
  }
  .mainMenuOpen {
    height: 95% !important;
  }
  .background-right {
    background-position: 108% 2%;
  }
  .uhn-logo-landing {
    height: 60px;
    margin-left: -10px;
  }
}
