/*    version 1.1         */
/*    August 3rd 2021     */
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
}

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

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

th,
td {
  padding: 10px 30px 10px 30px;
  text-align: left;
}
#feeTable td,
#feeTable th {
  max-width: 115px;
  word-wrap: break-word;
}

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

.hiddenInfo ul {
  list-style: disc;
}

td {
  border-top: 1px solid #ddd;
}
.outlineBtn:hover {
  background-color: black;
  color: white;
}
.tab-in-paragraph {
  margin-left: 1em;
}
.text-center {
  text-align: center;
}
.jumbo-caption {
  font-weight: 400;
}
.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;
}
.footer-copy a {
  border-bottom: solid 1px #147580;
  text-decoration: none;
}
.first-hidden-margin {
  margin-left: 5px;
}
.flipCard-showOnMobile {
  display: none;
}
.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;
}
/* --------------------------------------- */
/* Landing Page Section */
/* --------------------------------------- */
.uhn-logo-landing {
  height: 100px;
  margin-left: -35px;
}
.flow-logo-landing {
  height: 70px;
}
.textLeft-65 {
  margin-right: 33%;
}
.small-h1 {
  font-size: 0.9em;
}
/* --------------------------------------- */
/* Announcement Section */
/* --------------------------------------- */
.modal-title-style {
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 40%;
}
.modal-subtitle-style {
  font-size: 2rem;
  font-weight: 500;
}
.modal-body-title-style {
  font-size: 1.5rem;
  font-weight: 400;
}
.modal-body-style {
  font-size: 1.2rem;
}
.modal-body > img {
  width: 100%;
}
/* --------------------------------------- */
/* Fee Table */
/* --------------------------------------- */
.table-header-mainColor {
  background-color: #147580;
}
.table-header-mainColor th {
  color: white;
  font-size: 1.4rem;
  text-align: center;
}
.table-borderless td,
.table-borderless th {
  border: 0;
}
.table-sub-title {
  font-size: 1.35rem;
}
.add-border-bottom {
  border-bottom: 1px solid #ddd;
}
.add-border-top {
  border-top: 1px solid #ddd;
}
.first-column-font {
  font-size: 1.3rem;
}
.column-width {
  width: 64.7%;
}
.warning-text {
  text-align: left;
  font-size: 1.1em;
}
/* --------------------------------------- */
/* Queries for KDT */
/* --------------------------------------- */

@media only screen and (max-height: 900px) {
  .jumbo-caption,
  .jumbo-caption li {
    font-size: 1em;
    line-height: 1.5em;
  }
}

@media only screen and (max-height: 710px) {
  .jumbo-caption,
  .jumbo-caption li {
    line-height: 1.3em;
  }
}

@media only screen and (max-width: 1250px) {
  .flipCard-showOnDesktop {
    display: none;
  }
  .flipCard-showOnMobile {
    display: block;
  }
  .newsletter-fullScreen {
    height: auto;
    width: auto;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .modal-title-style {
    padding-left: 5%;
  }
}

@media only screen and (max-width: 1100px) {
  .first-hidden-margin {
    margin-left: 10px;
  }
  .margin-leftRight {
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media only screen and (max-width: 1000px) {
  .jumbo-caption,
  .jumbo-caption li {
    font-size: 1em;
  }
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  .small-h2 {
    font-size: 1.3em;
  }
  .modal-title-style {
    font-size: 1.6rem;
    padding-left: 0;
    text-align: center;
  }
  .modal-subtitle-style {
    font-size: 1.5rem;
  }
  .modal-body-title-style {
    font-size: 1.2rem;
  }
  .modal-body-style {
    font-size: 1rem;
  }
  .flow-logo-landing {
    height: 50px;
  }
  .logo-landing {
    height: 40px;
  }
  .uhn-logo-landing {
    height: 100px;
    margin-bottom: -10px;
    margin-left: -25px;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
  .centerOnMobile {
    text-align: center !important;
  }
  .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;
  }
  .showOnMobile {
    display: block;
  }
  .showOnDesktop {
    display: none;
  }
  .fullScreen {
    height: auto;
    width: auto;
  }
  .mainMargins {
    margin-left: 10%;
    margin-right: 10%;
  }
  .mobile-margin {
    padding-left: 5%;
    padding-right: 5%;
  }
  .txtBtn {
    font-size: 1em;
  }
  .newsImg {
    height: 100px;
  }
}
@media only screen and (max-width: 700px) {
  .textLeft-65 {
    margin-right: 0;
  }
  .table-sub-title {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 600px) and (orientation: portrait) {
  h1 {
    font-size: 1.8rem;
  }
  .logo-landing {
    height: 35px;
  }
  .mobile-margin {
    padding: 40px 10px 10px;
  }
  .cta {
    font-size: 0.8em;
  }
  .faq {
    margin-bottom: 0px;
  }
  .logo-mobile-center {
    text-align: center;
    padding-left: 0px;
  }
  .flip-container,
  .front,
  .back {
    width: 350px;
  }
  .flip-mobile-font-h2 {
    font-size: 1.3em !important;
  }
  .flip-mobile-font {
    font-size: 0.9em;
  }
  .mobile-main-margins {
    margin-left: 0% !important;
    margin-right: 0% !important;
  }
  .row {
    margin-top: 0px;
  }
  .newsImg {
    height: 200px;
  }
  .margin-leftRight {
    margin-left: 0;
    margin-right: 0;
  }
  .modal-title-style {
    font-size: 1.3rem;
    text-align: center;
  }
  .modal-subtitle-style {
    font-size: 1.3rem;
  }
  .modal-body-title-style {
    font-size: 1.15rem;
  }
  .modal-body-style {
    font-size: 1rem;
  }
  .uhn-logo-landing {
    height: 60px;
    margin-bottom: -5px;
    margin-left: -15px;
  }
  .newsletter-h1 {
    font-size: 1.55rem;
  }
  .article-box {
    padding: 1rem 0 1rem;
  }
  .table-header-mainColor th {
    font-size: 1.2rem;
  }
  .table-sub-title {
    font-size: 1.1rem;
  }
  .first-column-font {
    font-size: 1rem;
  }
}

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

@media only screen and (max-width: 350px) {
  .flip-container,
  .front,
  .back {
    width: 300px;
  }
  .jumbo-caption,
  .jumbo-caption li {
    font-size: 0.95em;
    line-height: 1.3em;
  }
}
@media only screen and (max-height: 500px) and (orientation: landscape) {
  .jumbo-caption {
    font-size: 1em;
  }
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 1.6em;
  }
  .small-h2 {
    font-size: 1.2em;
  }
  .menuSubItem1 {
    font-size: 1.4em;
    line-height: 35px;
  }
  .uhn-logo-landing {
    height: 60px;
    margin-left: -10px;
  }
  .newsletter-h1 {
    font-size: 1.55rem;
  }
  .table-header-mainColor th {
    font-size: 1.3rem;
  }
  .first-column-font {
    font-size: 1.1rem;
  }
}
