/*    version 1.2        */
/*    August 5th 2020     */
/* ** This is different from other redesign queries.css files */

@media only screen and (max-height: 800px) {
  .fullScreen {
    height: auto;
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content-verticalCentreChild {
    position: relative;
    top: 100%;
    transform: none;
  }
  .mainMargins {
    margin-top: 0px;
  }
  .uhnBookletIndex-contact {
    margin-top: 0;
  }
}

@media only screen and (min-width: 2000px) {
  .mainMargins {
    margin-left: 25%;
    margin-right: 25%;
  }
  .uhnBookletIndex-contact {
    margin: 30px 15% 20px 15%;
  }
  .scrollCardContainer {
    margin-left: 25%;
    margin-right: 25%;
  }
  .course-container {
    margin-left: 15%;
    margin-right: 15%;
  }
}

@media only screen and (max-width: 2000px) {
  .mainMargins {
    margin-left: 15%;
    margin-right: 15%;
  }
  .uhnBookletIndex-contact {
    margin: 30px 10% 20px 10%;
  }
}

@media only screen and (max-width: 1400px) {
  footer .footer-column {
    width: calc(100% / 3);
  }
}

@media only screen and (max-width: 1200px) {
  .mainMargins {
    margin-left: 10%;
    margin-right: 10%;
  }
  .uhnBookletIndex-contact {
    margin: 30px 7% 20px 7%;
  }
  .fullScreen {
    height: auto;
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .newsletter-fullScreen {
    height: auto;
    width: auto;
    padding-bottom: 20px;
  }
  .content-verticalCentreChild {
    position: relative;
    top: 100%;
    transform: none;
  }
  .bigSpacer {
    height: 50px;
  }
  .smallSpacer {
    height: 15px;
  }
  .mainMargins {
    margin-top: 0px;
  }
  .flipRow {
    flex-flow: row wrap;
    align-items: left;
  }
  .flip-container {
    margin-bottom: 25px;
  }
  .content-image-box img {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .flow-cytometry-tile > div > p {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1000px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .accordionCardHeader .accordion-Title {
    line-height: 26px;
    margin-top: 10px;
  }
  .course-container {
    flex-direction: column;
    align-items: baseline;
  }
  .course-item {
    flex-basis: 100%;
    flex-grow: 1;
  }
  .course-item-body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .course-item:hover {
    max-height: 700px;
  }
  .course-item:hover .course-item-body {
    max-height: 800px;
  }
}

@media only screen and (max-width: 900px) {
  .largeBG-right {
    background-size: 50%;
  }
}

@media only screen and (max-width: 800px) {
  .imageIcons {
    height: 70%;
    width: 70%;
  }
  .flip-cards-container {
    position: relative;
    top: 100%;
    transform: none;
    margin: 0px;
  }
  .uhn-logo-landing {
    height: 100px;
    margin-bottom: -10px;
    margin-left: -25px;
  }
  .logo-in-footer {
    height: 80px;
    margin-top: -20px;
  }
  .about-text {
    font-size: 1.35em;
  }
  .up-to-date {
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2.8em;
  }
  .nav-container {
    margin: 20px 0 10px 0;
  }
  .nav-container h2 {
    font-size: 1.35em;
  }
  .newsletter-h1 {
    font-size: 1.5rem;
  }
  .content-image-box img {
    width: 100%;
    float: none;
  }
  .image-top-title {
    font-size: 1.3rem;
    width: 100%;
  }
  .edition-title {
    font-size: 1.1rem;
  }
  .ourcores-video {
    width: 512px;
  }
  .twitter-box {
    margin-top: 80px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .no-flex-wrap {
    flex-wrap: nowrap;
  }
}
@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;
  }
  .image-on-mobile {
    width: 100% !important;
  }
  .bigSpacer {
    height: 25px;
  }
}

@media only screen and (max-width: 700px) {
  .textLeft-60 {
    margin-right: 0;
  }
  .textRight-60 {
    margin-left: 0;
  }
  .largeBG-right {
    background-size: 20%;
  }
  .largeBG-left {
    background-size: 20%;
  }
  .largeBG-up {
    background-size: 20%;
  }
  .uhnBookletGrid {
    flex-direction: column;
  }
}

@media only screen and (max-width: 600px) and (orientation: portrait) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.5em;
  }
  .showOnMobile {
    display: block;
  }
  .showOnDesktop {
    display: none;
  }
  .hiddenOnMobile {
    display: none;
  }
  .iconContainer {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #hamburger {
    top: 4px;
    left: 4px;
  }
  .centerOnMobile {
    text-align: center !important;
  }
  .alignLeftOnMobile {
    text-align: left !important;
  }
  .mobile-accordian-panel {
    font-weight: 400;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .mobile-pointer {
    cursor: pointer;
    font-weight: 700;
    font-size: 1.5em;
  }
  .addMarginBottomMobile {
    margin-bottom: 30px;
  }
  .nav ul li {
    font-weight: 400;
    font-size: 1.15em;
  }
  .content-verticalCentreChild {
    position: relative;
    top: 100%;
    transform: none;
  }
  .txtBtn {
    font-size: 1em;
  }
  .scrollCardContainer {
    margin-top: 20px;
    margin-left: 8%;
    margin-right: 8%;
  }
  .endOfScroll {
    width: 16px;
  }
  .flipRow {
    flex-direction: column;
    align-items: center;
  }
  .flip-container {
    width: 300px;
  }
  .flip-container,
  .front,
  .back {
    width: 300px;
  }
  .borderCard {
    height: 40s0px;
  }
  .profilePicture {
    height: 200px;
    margin-top: 10px;
  }
  .offsetBG-right {
    background-size: 100% 100%;
    padding: 10%;
  }
  .offsetBG-left {
    background-size: 100% 100%;
    padding: 10%;
  }
  .col1 {
    flex-basis: 100%;
    padding-bottom: 20px;
  }
  .col {
    flex-basis: 50%;
  }
  .cta,
  .cta-no-arrow {
    font-size: 0.8em;
  }
  .flip-cards-container {
    flex-direction: column;
    align-items: center;
  }
  .uhn-logo-landing {
    height: 60px;
    margin-bottom: -5px;
    margin-left: -15px;
  }
  .logo-in-footer {
    height: 70px;
    margin-top: -20px;
  }
  .logo-mobile-center {
    text-align: center;
    padding-left: 0px;
  }
  .footer-copy ul li {
    display: block;
  }
  .newsImg {
    height: 200px;
  }
  .bigSpacer {
    height: 10px !important;
  }
  .mobile-service-box-txtBtn {
    font-size: 1.08em !important;
  }
  .footer-mainMargins {
    margin-left: 5%;
    margin-right: 5%;
  }
  .margin-mobile {
    margin: 0 1px;
  }
  .about-text {
    font-size: 1.2em;
  }
  .news-image-left {
    flex: 35%;
    padding: 0px;
  }
  .news-image-right {
    flex: 65%;
    padding: 0 0 0 15px;
  }
  .article-box {
    padding: 0.5rem 0 1rem;
  }
  .bigSpacer {
    height: 20px;
  }
  .share-icon-size {
    width: 25px;
    height: 25px;
  }
  .image-top-title {
    font-size: 1.1rem;
  }
  .link-style-top {
    list-style-type: none;
    margin: 20px 0 0 -10px;
  }
  .ourcores-video {
    width: 256px;
  }
  .ourcores-title {
    font-size: 1em;
  }
  .twitter-box {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .mobile-flow-box {
    display: flex;
    flex-direction: column;
  }
  .mobile-flow-box li {
    margin: 10px 0 0 -10px;
  }
  .flow-cytometry-tile > div > p {
    margin-bottom: 0;
  }
  .flow-cytometry-tile > div > ul > .link-style {
    list-style-type: none;
    margin: 13px 0 0 -10px;
  }
  .nav-container {
    margin: 40px 0 10px 0;
  }
  .kdt-mobile {
    font-size: 1em;
  }
  .link-style-no-margin {
    font-size: 1em;
    margin: 5px 0 0 -10px;
  }
  .footer-contact-box {
    flex-direction: column;
  }
  .social-col {
    justify-content: center;
  }
  .social-col > .social-links {
    margin-bottom: 0;
  }
  .social-col > ul > li > a > .social-icon {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 450px) {
  .margin-left-negative {
    margin-left: -20px;
  }
  .mobile-margin-left {
    margin-left: -20px;
  }
  .biobanks-tile > div > p,
  .flow-cytometry-tile > div > p {
    margin-bottom: 10px;
  }
  .link-style-top {
    margin: 10px 0 0 -10px;
  }
  .biobanks-tile > div > ul > .link-style {
    margin: 10px 0 0 -10px;
  }
  .flow-cytometry-tile > div > ul > .link-style {
    list-style-type: none;
    margin: 3px 0 0 -10px;
  }
  .in-box-title,
  .in-box-title-flow {
    font-size: 1.4em;
  }
  .uhnBookletIndex-contact > h2 {
    font-size: 22px;
  }
}

@media only screen and (max-height: 500px) and (orientation: landscape) {
  .jumbo-title {
    font-size: 1.5em;
  }
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 1.6em;
  }
  .jumbo-caption {
    font-size: 1.45em;
  }
  .contain .verticalCentreChild {
    position: relative;
    transform: translateY(-50%);
  }
  .newsletter-h1 {
    font-size: 1.5rem;
  }
  .news-image-left {
    flex: 20%;
    padding: 0px;
  }
  .news-image-right {
    flex: 80%;
    padding: 0 0 0 15px;
  }
  .content-image-box img {
    width: 100%;
  }
  .image-top-title {
    font-size: 1.3rem;
    width: 100%;
  }
  .edition-title {
    font-size: 1.1rem;
  }
  .thinLine {
    display: none;
  }
  .ourcores-video {
    width: 512px;
  }
  .twitter-box {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .social-col {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .social-col > .social-links {
    margin-bottom: 0;
  }
  .social-col > ul > li > a > .social-icon {
    font-size: 1.8rem;
  }
  .uhnBookletIndex {
    font-size: 16px;
  }
  .uhnBookletIndex-contact {
    font-size: 16px;
    margin: 30px 4% 20px 4%;
  }
  .uhnBookletIndex-contact > h2 {
    font-size: 22px;
  }
  .uhnBookletLink {
    font-size: 16px;
    margin-left: -20px;
  }
  .uhn-logo-landing {
    height: 60px;
    margin-left: -10px;
  }
}

@media only screen and (max-width: 350px) {
  .wave-down {
    transform: translateY(-4px);
  }
  h1 {
    font-size: 1.7em;
  }
}
