/*    version 1.1        */
/*    October 21st 2021     */

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;
}

.hiddenInfo ul {
  list-style: disc;
}

tr {
  border-bottom: none;
}
.margin-top-15 {
  margin-top: 15px;
}
.menuSubItem1 {
  line-height: 58px;
}
.addUnderLine:after {
  transform: translateY(-10px);
}

.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;
}
.small-h2 {
  font-size: 1.5em;
}
.date-style {
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.largeBG-right {
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: 102% 10%;
}
/* --------------------------------------- */
/* Landing Page Section */
/* --------------------------------------- */
.uhn-logo-landing {
  height: 100px;
  margin-left: -35px;
}

/* --------------------------------------- */
/* Services section */
/* --------------------------------------- */
.services-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.services-text {
  margin-left: 15px;
}
/* --------------------------------------- */
/* Footer */
/* --------------------------------------- */
.footer-copy a {
  border-bottom: solid 1px #2566af;
  text-decoration: none;
}

/* --------------------------------------- */
/* Queries for MSL */
/* --------------------------------------- */
@media only screen and (max-width: 1400px) {
  .inquiry-form {
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-height: 1200px) {
  .menuSubItem1 {
    line-height: 57px;
  }
  .addUnderLine:after {
    transform: translateY(-10px);
  }
}

@media only screen and (max-height: 1050px) {
  .menuSubItem1 {
    font-size: 1.9em;
    line-height: 50px;
  }
}

@media only screen and (max-height: 900px) {
  .menuSubItem1 {
    font-size: 1.8em;
    line-height: 45px;
  }
  .removeBigSpacer {
    display: none;
  }
}

@media only screen and (max-height: 650px) {
  .menuSubItem1 {
    font-size: 1.5em;
  }
  .menuSubItem2 {
    font-size: 0.9em;
    line-height: 25px;
  }
  .addUnderLine:after {
    transform: translateY(-5px);
    height: 2px;
  }
  .mainMenuOpen {
    height: 85% !important;
  }
}
@media only screen and (max-width: 2200px) {
  .kite-logo {
    width: 300px;
  }
}

@media only screen and (max-width: 1360px) {
  .fade-up-font {
    font-size: 2.5em;
  }
  .kite-logo {
    width: 250px;
  }
}

@media only screen and (max-width: 1200px) {
  .inquiry-form {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1110px) {
  .fade-up-font {
    font-size: 2em;
  }
}
@media only screen and (max-width: 1000px) {
  .kite-logo {
    width: 230px;
  }
}
@media only screen and (max-width: 908px) {
  .time-col-15 {
    width: 20%;
  }
}

@media only screen and (max-width: 900px) {
  .largeBG-right {
    background-size: 30%;
  }
}
@media only screen and (max-width: 830px) {
  .fade-up-font {
    font-size: 1.9em;
  }
  .kite-logo {
    width: 200px;
  }
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  .uhn-logo-landing {
    height: 100px;
    margin-bottom: -10px;
    margin-left: -25px;
  }
  .small-h2 {
    font-size: 1.3em;
  }
}
@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;
  }
  .kite-logo {
    width: 180px;
  }
  .inquiry-form {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 706px) {
  .fade-up-font {
    font-size: 1.8em;
  }
  .kite-logo {
    width: 150px;
  }
}

@media only screen and (max-width: 700px) {
  .largeBG-right {
    background-size: 0%;
  }
}
@media only screen and (max-width: 600px) and (orientation: portrait) {
  h1 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 0.95em;
  }
  .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;
  }
  .accordion-mobile-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .faq .card .card-body {
    padding: 15px;
  }
  .modal-left {
    width: 100%;
    display: table-row;
  }
  .modal-right {
    display: block;
    width: 100%;
  }
  .modal-img {
    margin-bottom: 2rem;
  }
  .fade-up-font {
    font-size: 2em;
  }
  .jumbo-caption {
    font-size: 1.2em;
  }
  .uhn-logo-landing {
    height: 60px;
    margin-bottom: -5px;
    margin-left: -15px;
  }
  .time-col-15 {
    width: 13%;
  }
  .inquiry-form {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 575px) {
  .margin-bottom-mobile {
    margin-bottom: 5%;
  }
  .kite-logo {
    width: 250px;
  }
}

@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;
  }
  .small-h2 {
    font-size: 1.1em;
  }
  .mainMenuOpen {
    height: 92% !important;
  }
  .menuSubItem1 {
    font-size: 1.3em;
    line-height: 30px;
  }
  .logo-landing {
    height: 44px;
  }
  .uhn-logo-landing {
    height: 60px;
    margin-left: -10px;
  }
}
