/*    version 1.2        */
/*    August 5th 2020     */
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
}

th {
  color: #6e6e6e;
  font-weight: 300;
  vertical-align: bottom;
}

th,
td {
  text-align: left;
}

#feeTable td,
#feeTable th {
  max-width: 115px;
}
#feeTable td .feeColumn,
#feeTable th .feeColumn {
  max-width: 60px;
}

.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: #3b7dc9;
  text-decoration: none !important;
  border-bottom: solid 0 black;
}
.maincolor-link a {
  color: #3b7dc9;
  border-bottom: solid 1px #3b7dc9;
  text-decoration: none;
}
.maincolor-link a:hover {
  border-bottom: solid 0px #3b7dc9;
}
.maincolor-link-noline a {
  color: #3b7dc9;
  border-bottom: solid 0px #3b7dc9;
  text-decoration: none;
}
.maincolor-link-noline a:hover {
  border-bottom: solid 1px #3b7dc9;
}
.jumbo-caption {
  font-weight: 300;
  font-size: 1.5em;
}
.smallIcons {
  height: 22px;
  font-weight: bold;
}
.sub-title {
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-top: 30px;
  margin-bottom: 30px;
}
.outlineBtn:hover {
  background-color: black;
  color: white;
}
/* ------- 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: #3b7dc9;
}
.btn-full:hover {
  color: #3b7dc9;
  background-color: white;
  box-shadow: 0 5px 11px rgb(56, 111, 140, 0.6); /*RGB of #MAINCOLOR*/
}
.btn-ghost {
  background-color: white;
  color: #3b7dc9;
}

.btn-ghost:hover {
  color: white;
  background-color: #3b7dc9;
  box-shadow: 0 5px 11px rgba(241, 241, 241, 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;
}
.xline {
  background-color: #3b7dc9;
}
.logo {
  height: 70px;
  margin-left: -20px;
}
/* --------------------------------------- */
/* Landing Page Section */
/* --------------------------------------- */
.uhn-logo-landing {
  height: 100px;
  margin-left: -35px;
}
.modal-title-style {
  font-size: 1.5rem;
}
/* --------------------------------------- */
/* ABOUT US */
/* --------------------------------------- */
.about-section {
  margin-top: 0rem;
  padding-top: 2rem;
}
.about-title {
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 30px;
  margin-bottom: 10px;
}
.textLeft-75 {
  margin-right: 25%;
}
.team-section {
  margin-right: 25%;
}
.team-row {
  margin: 0 0 45px;
}
.team-category {
  color: #333;
  text-align: right;
  font-weight: bold;
}
/* --------------------------------------- */
/* How does it work */
/* --------------------------------------- */
.how-does-section {
  padding: 50px 0;
}
.iconRow-icon {
  padding: 20px;
  margin-top: 20px;
  text-align: center;
  margin: 10px;
  height: 300px;
  flex-basis: 200px;
  flex-wrap: wrap;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.feature-title {
  font-weight: 300;
}
.data-flow-box {
  padding-top: 50px;
}
.data-flow-image img {
  width: 90%;
}
/* --------------------------------------- */
/* SERVICES */
/* --------------------------------------- */
.services-section {
  padding: 50px 0;
}
.service-list-row {
  margin-bottom: 70px;
}
.service-list-box {
  display: flex;
  align-items: center;
}
.service-list-title {
  font-size: 1.6em;
}
/* --------------------------------------- */
/* Data Asssets */
/* --------------------------------------- */
.data-asset-row {
  padding-top: 50px;
}
.data-sources {
  padding-top: 50px;
  text-align: center;
}
/* --------------------------------------- */
/* ACCESS & REQUESTS */
/* --------------------------------------- */
.access-section {
  padding: 50px 0;
  margin: 0 6%;
}
.borderCardContainer {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-basis: 330px;
  flex-wrap: wrap;
}
.borderCardContainer a {
  text-decoration: none;
  color: inherit;
}
.borderCard {
  display: flex;
  border: 2.5px solid #00afda;
  background-color: white;
  border-radius: 15px;
  padding: 30px 20px 30px 30px;
  margin-top: 20px;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.25);
  margin: 20px;
  height: 330px;
  width: 330px;
  flex-basis: 330px;
  flex-wrap: wrap;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.borderCard:hover {
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.4);
}
.in-box-title {
  font-size: 1.5em;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 2rem;
}
/* --------------------------------------- */
/* DOCUMENTS */
/* --------------------------------------- */
.documents-link-box {
  padding-top: 50px;
}
.sops-row {
  margin: 0;
}
/* --------------------------------------- */
/* FOOTER */
/* --------------------------------------- */
.footer-copy a {
  border-bottom: solid 1px #3b7dc9;
  text-decoration: none;
}
/* --------------------------------------- */
/* Queries for DHP */
/* --------------------------------------- */
@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: 1443px) {
  .team-section {
    margin-right: 15%;
  }
}
@media only screen and (max-width: 1274px) {
  .team-section {
    margin-right: 9%;
  }
}
@media only screen and (max-width: 1041px) {
  .team-section {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2.2rem;
  }
  .menuSubItem1 {
    font-size: 1.6em;
    line-height: 60px;
  }
  .uhn-logo-landing {
    height: 100px;
    margin-bottom: -10px;
    margin-left: -25px;
  }
  .service-list-row {
    margin-bottom: 40px;
  }
  .service-list-title {
    font-size: 1.2em;
  }
  .mediumIcons {
    height: 60px;
  }
  .fade-up-font {
    font-size: 1.9rem;
  }
  .team-row {
    margin: 0 0 25px;
  }
}

@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%;
  }
  .team-category {
    margin-bottom: 15px;
    text-align: left;
  }
  .team-member {
    margin-bottom: 15px;
  }
  .margin-bottom-0 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 700px) {
  .textLeft-75 {
    margin-right: 0;
  }
  .data-flow-image img {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) and (orientation: portrait) {
  h1 {
    font-size: 1.8rem;
  }
  .menuSubItem1 {
    font-size: 1.5em;
    line-height: 45px;
  }
  .bigSpacer {
    height: 30px !important;
  }
  .cta {
    font-size: 0.8em;
  }
  .faq {
    margin-bottom: 0px;
  }
  .logo-mobile-center {
    text-align: center;
    padding-left: 0px;
  }
  .flip-mobile-font {
    font-size: 0.9em;
  }
  .mobile-main-margins {
    margin-left: 0% !important;
    margin-right: 0% !important;
  }
  .row {
    margin-top: 0px;
  }
  .jumbo-caption {
    font-size: 1.2em;
  }
  .tintedWithPadding {
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .logo-landing {
    height: 60px;
    margin-left: -10px;
  }
  .uhn-logo-landing {
    height: 60px;
    margin-bottom: -5px;
    margin-left: -15px;
  }
  .cta-default {
    font-size: 0.8em;
    margin-top: 20px;
  }
  .service-list-row {
    margin-bottom: 20px;
  }
  .service-list-title {
    font-size: 1.1em;
  }
  .mediumIcons {
    height: 70px;
  }
  .sub-title {
    font-size: 1em;
  }
  .access-section {
    padding: 20px 0;
    margin: 0 10%;
  }
  .borderCard {
    height: 300px;
    width: 300px;
    flex-basis: 300px;
  }
  .team-row {
    margin: 0;
  }
  .sub-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@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-left: -15px;
  }
  .uhn-logo-landing {
    height: 60px;
    margin-left: -10px;
  }
}
