/*    version 1.2        */
/*    August 5th 2020     */

a {
  cursor: pointer;
}

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

h3 {
  font-size: 1.1em;
  font-weight: bold;
}

table {
  border-collapse: collapse;
  width: 100%;
  table-layout: auto;
}

th {
  color: #6e6e6e;
  font-weight: 300;
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
}

td {
  border-top: 1px solid #ddd;
}

th,
td {
  padding: 10px 20px 10px 20px;
  text-align: left;
  vertical-align: top;
}

.jumbo-caption {
  font-weight: 300;
  font-size: 1.5em;
}
.tableHeader {
  color: #6e6e6e;
  font-size: 20px;
  font-weight: 400;
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.hiddenInfo ul {
  list-style: disc;
}
.outlineBtn:hover {
  background-color: black;
  color: white;
}
.contact-form {
  width: 70%;
  margin: 0 auto;
}
.alert-messages {
  padding: 10px !important;
  border-radius: 3px !important;
}
input[type='text'],
input[type='email'],
select,
textarea {
  width: 100%;
  padding: 7px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
textarea {
  height: 100px !important;
}
.lightPurple02 {
  background: linear-gradient(#ecdffe, #ecdffe);
}
.lightPurple03 {
  background: linear-gradient(#e5d4fe, #e5d4fe);
}
.lightPurple04 {
  background: linear-gradient(#e1cefe, #e1cefe);
}
.lightPurple05 {
  background: linear-gradient(#ddc6ff, #ddc6ff);
}
.modal-title-font {
  font-size: 1.5em;
  font-weight: 300;
}
.modal-dialog {
  position: relative;
  display: table; /* This is important */

  min-width: 75%;
  min-height: 90vh;
}
.modal-body {
  height: 75vh;
  overflow-y: hidden;
}
.modal-text-under-title {
  font-size: 0.8em;
}
.iframe-text-under-title {
  font-size: 1.3em;
}
#projects {
  padding-top: 200px;
  padding-bottom: 100px;
}
.project-title {
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 30px;
  margin-bottom: 30px;
}
.faq-margins {
  margin-left: 10%;
  margin-right: 10%;
}
.card-body-list ul {
  list-style-type: none;
}
.about-top-margin {
  margin-top: 4%;
}
.footer-copy a {
  border-bottom: solid 1px #914ceb;
  text-decoration: none;
}
/* .link a:link,
.link a:visited {
  display: inline-block;
  color: #914ceb;
  border-bottom: 0.5px solid currentColor;
  transition: all 0.3s;
}
.link a:hover,
.link a:active {
  color: #7b2ae6;
  border-bottom: 0.5px solid transparent;
} */
/* --------------------------------------- */
/* Landing Page Section */
/* --------------------------------------- */
.uhn-logo-landing {
  height: 100px;
  margin-left: -35px;
}
/* --------------------------------------- */
/* How can I help you Section */
/* --------------------------------------- */
/* .help-section-list-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}
.help-section-list-text {
  margin-left: 5px;
}
.check-mark-img {
  width: 15px;
} */
/* --------------------------------------- */
/* Our Services Section */
/* --------------------------------------- */
.col-one {
  width: 20%;
  max-width: 150px;
}
.remove-ul-margin {
  margin-left: -20px;
  margin-bottom: 0px;
}
.add-border-bottom {
  border-bottom: 1px solid #ddd;
}
.padding-left-0 {
  padding-left: 0;
}
.no-margin-list {
  margin-inline-start: -22px;
}
/* --------------------------------------- */
/* Data Tables */
/* --------------------------------------- */
.data-title {
  margin-top: 30px;
}
.container.table-container {
  padding-left: 30px;
}
.ul-mainColor {
  color: #914ceb;
}
/* --------------------------------------- */
/* Publications Section/Page */
/* --------------------------------------- */
.publications-section .card .accordionCardHeader {
  padding: 0px;
  border: none;
  background: none;
  -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;
}
.publications-section .card .accordionCardHeader:hover {
  padding-left: 10px;
}
.publications-section .card .accordionCardHeader .accordion-Title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 1.2em;
  color: black;
  text-decoration: none !important;
  -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;
  cursor: pointer;
  margin-top: 5%;
  margin-bottom: 5%;
}
.publications-section .card .accordionCardHeader .accordion-Title .badge {
  /* display: inline-block; */
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}
.publications-section .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  border-top: 1px solid #f2f2f2;
}
.publications-section .card .card-body p {
  margin-bottom: 14px;
}

/* --------------------------------------- */
/* Our Team Section */
/* --------------------------------------- */
.team-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.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: 14px;
}
.team-icon {
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: #914ceb;
}
/* --------------------------------------- */
/* Questions Section */
/* --------------------------------------- */
.faq {
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.faq .card .accordionCardHeader {
  padding: 0px;
  border: none;
  background: none;
  -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;
}
.faq .card .accordionCardHeader:hover {
  padding-left: 10px;
}
.faq .card .accordionCardHeader .accordion-Title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 1.2em;
  color: black;
  text-decoration: none !important;
  -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;
  cursor: pointer;
  margin-top: 5%;
  margin-bottom: 5%;
}
.faq .card .accordionCardHeader .accordion-Title .badge {
  /* display: inline-block; */
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}
.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  border-top: 1px solid #f2f2f2;
}
.faq .card .card-body p {
  margin-bottom: 14px;
}
/* --------------------------------------- */
/* Queries for AMDL */
/* --------------------------------------- */
@media only screen and (max-width: 1400px) {
  .about-top-margin {
    margin-top: 10%;
  }
  .contact-form {
    width: 70%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1200px) {
  .about-top-margin {
    margin-top: 1%;
  }
  .contact-form {
    width: 80%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 800px) {
  .about-top-margin {
    margin-top: 5%;
  }
  .faq-margins {
    margin-left: 8%;
    margin-right: 8%;
  }
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  .uhn-logo-landing {
    height: 100px;
    margin-bottom: -10px;
    margin-left: -25px;
  }
  .tablet-center {
    text-align: center;
  }
  .tablet-left {
    text-align: left;
  }
  .iconContainer {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .container.table-container {
    padding-left: 15px;
  }
  .team-attribute {
    font-size: 16px;
  }
  .tableHeader {
    font-size: 18px;
  }
  .team-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
  #services .centerOnMobile {
    text-align: center !important;
  }
  .contact-form {
    width: 90%;
    margin: 0 auto;
  }
  .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: 600px) and (orientation: portrait) {
  h1 {
    font-size: 1.5rem;
  }
  .bigSpacer {
    height: 30px !important;
  }
  .cta {
    font-size: 0.8em;
  }
  .faq {
    margin-bottom: 0px;
  }
  .logo-mobile-center {
    text-align: center;
    padding-left: 0px;
  }
  .row {
    margin-top: 0px;
  }
  .contact-form {
    width: 100%;
    margin: 0 auto;
  }
  .newsImg {
    height: 200px;
  }
  .card-body-list ul {
    margin-left: -25px;
  }
  .jumbo-caption {
    font-size: 1.2em;
  }
  .uhn-logo-landing {
    height: 60px;
    margin-bottom: -5px;
    margin-left: -15px;
  }
  .data-title {
    margin-top: 40px;
    text-align: center;
  }
  .text-align-left-mobile {
    text-align: left;
  }
  .team-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@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;
  }
  .logo-landing {
    height: 35px;
  }
  .uhn-logo-landing {
    height: 60px;
    margin-left: -15px;
  }
  .text-align-left-mobile {
    text-align: left;
  }
}
