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

@media only screen and (max-height: 900px) {
  .menuSubItem1 {
    font-size: 1.9em;
    line-height: 60px;
  }
  .addUnderLine:after {
    transform: translateY(-10px);
  }
}

@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;
  }
  .row {
    margin-top: 50px;
  }
  .mainMargins,
  .flip-card-section-margins {
    margin-top: 0px;
  }
  .menuSubItem2 {
    font-size: 1em;
    line-height: 28px;
  }
}

@media only screen and (max-height: 650px) {
  .menuSubItem1 {
    font-size: 1.6em;
    line-height: 45px;
  }
  .menuSubItem2 {
    font-size: 0.9em;
    line-height: 25px;
  }
  .addUnderLine:after {
    transform: translateY(-5px);
    height: 2px;
  }
}

@media only screen and (min-width: 2000px) {
  .mainMargins {
    margin-left: 25%;
    margin-right: 25%;
  }
  .flip-card-section-margins {
    margin-left: 19%;
    margin-right: 19%;
  }
  .scrollCardContainer {
    margin-left: 25%;
    margin-right: 25%;
  }
  .course-container {
    margin-left: 15%;
    margin-right: 15%;
  }
  .information {
    width: 77%;
  }
}

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

@media only screen and (max-width: 1524px) {
  .flip-card-section-margins {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media only screen and (max-width: 1400px) {
  footer .footer-column {
    width: calc(100% / 3);
  }
  .flip-card-section-margins {
    margin-left: 10%;
    margin-right: 10%;
  }
  .newsImg {
    height: 180px;
  }
}

@media only screen and (max-width: 1265px) {
  .information {
    width: 73%;
  }
}

@media only screen and (max-width: 1200px) {
  .mainMargins {
    margin-left: 10%;
    margin-right: 10%;
  }
  .fullScreen {
    height: auto;
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content-verticalCentreChild {
    position: relative;
    top: 100%;
    transform: none;
  }
  .bigSpacer {
    height: 50px;
  }
  .smallSpacer {
    height: 15px;
  }
  .mainMargins,
  .flip-card-section-margins {
    margin-top: 0px;
  }
  .flipRow {
    flex-flow: row wrap;
    align-items: left;
  }
  .flip-container {
    margin-bottom: 25px;
  }
  .newsImg {
    height: 160px;
  }
}

@media only screen and (max-width: 1100px) {
  .information {
    width: 80%;
  }
}

@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;
  }
  .newsImg {
    height: 100px;
  }
}

@media only screen and (max-width: 960px) {
  .information {
    width: 100%;
  }
}

@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;
  }
  .logo-in-footer {
    height: 80px;
    margin-top: -20px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
  .no-flex-wrap {
    flex-wrap: nowrap;
  }
}

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

@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;
  }
  .fullScreen {
    height: auto;
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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,
  .front,
  .back {
    width: 300px;
  }
  .borderCard {
    height: 400px;
  }
  .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%;
  }
  .col {
    flex-basis: 50%;
  }
  .cta {
    font-size: 0.7em;
    margin-top: 20px;
  }
  .flip-cards-container {
    flex-direction: column;
    align-items: center;
  }
  .logo-in-footer {
    height: 70px;
    margin-top: -20px;
  }
  .footer-copy ul li {
    display: block;
  }
  .menuSubItem1 {
    margin-right: 13%;
    color: white;
    font-weight: bold;
    font-size: 1.8em;
    line-height: 45px;
  }
  .addUnderLine:after {
    content: '';
    display: block;
    transform: translateY(-5px);
    width: 0px;
    height: 2px;
    background: white;
    z-index: 1000;
    transition: 0.3s ease;
  }
  .newsImg {
    height: 200px;
  }
  .margin-mobile {
    margin: 0 1px;
  }
}

@media only screen and (max-height: 500px) and (orientation: landscape) {
  .jumbo-title {
    font-size: 1.5em;
  }
  .jumbo-caption {
    font-size: 1.2em;
  }
  .contain .verticalCentreChild {
    position: relative;
    transform: translateY(-50%);
  }
}

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