/* MEDIA QUERIES */
@media only screen and (min-width: 2000px) {
  .mainMargins {
    margin-left: 25% !important;
    margin-right: 25% !important;
  }
  .flip-card-section-margins {
    margin-left: 19% !important;
    margin-right: 19% !important;
  }
  .information {
    width: 77% !important;
  }
}
@media (max-width: 2000px) {
  .mainMargins {
    margin-left: 15% !important;
    margin-right: 15% !important;
  }
}
@media only screen and (max-width: 2256px) {
  .team-section-margins {
    margin-left: 20% !important;
    margin-right: 20% !important;
  }
}
@media only screen and (max-width: 1939px) {
  .team-section-margins {
    margin-left: 15% !important;
    margin-right: 15% !important;
  }
}
@media only screen and (max-width: 1813px) {
  .team-section-margins {
    margin-left: 12% !important;
    margin-right: 12% !important;
  }
}
@media only screen and (max-width: 1699px) {
  .logo-in-header {
    height: 6rem !important;
  }
  .main-nav-list {
    gap: 3.5rem !important;
    font-size: 1.5rem !important;
  }
}
@media only screen and (max-width: 1491px) {
  .main-nav-list {
    gap: 2.5rem !important;
    font-size: 1.3rem !important;
  }
  .logo-in-footer {
    height: 70px !important;
  }
}
@media only screen and (max-width: 1439px) {
  .team-section-margins {
    margin-left: 2% !important;
    margin-right: 2% !important;
  }
}
@media only screen and (max-width: 1397px) {
  .team-section-margins {
    margin-left: 10% !important;
    margin-right: 10% !important;
  }
}
@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 2.5rem !important;
  }
  .main-nav-list {
    gap: 2rem !important;
  }
  .logo-in-footer {
    height: 80px;
    margin-top: -20px;
  }
  .welcome-title {
    font-size: 2.6rem !important;
  }
  .logo-in-header {
    height: 5rem !important;
  }
  .mainMargins {
    margin-left: 10% !important;
    margin-right: 10% !important;
  }
  .bigSpacer {
    height: 50px !important;
  }
  .smallSpacer {
    height: 15px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .flip-card-section-margins {
    margin-left: 5% !important;
    margin-right: 5% !important;
  }
  .logo-in-header {
    height: 4.5rem !important;
  }
}
@media only screen and (max-width: 944px) {
  .btn-mobile-nav {
    display: block !important;
    z-index: 9999 !important;
  }
  .main-nav {
    background-color: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(5px) !important;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    overflow-y: auto;
    transform: translateX(100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.5s ease-in !important;
    z-index: 9998 !important;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .main-nav-list {
    flex-direction: column !important;
    gap: 2.8rem !important;
    font-size: 2rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 900px) {
  .welcome-bg {
    background-size: 50% !important;
  }
}
@media only screen and (max-width: 700px) {
  .welcome-bg {
    background-size: 20% !important;
  }
}
@media only screen and (max-width: 830px) {
  h1 {
    font-size: 2.2rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .uhn-logo-landing {
    height: 6rem !important;
    margin-left: -25px !important;
  }
  .flip-card-wrapper {
    width: 100%;
    max-width: 520px;
    height: 300px;
  }
  .teamphoto {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    text-align: center !important;
  }
  .centerOnMobile {
    text-align: center !important;
  }
  .hiddenOnMobile {
    display: none !important;
  }
  .col1 {
    flex-basis: 100% !important;
  }
  .col {
    flex-basis: 50% !important;
  }
  .thinLine {
    display: block;
    width: 100% !important;
    height: 1px !important;
    background-color: lightgray !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 706px) {
  .textLeft-60 {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 670px) {
  .team-section-margins {
    margin-left: 10% !important;
    margin-right: 10% !important;
  }
}
@media only screen and (max-width: 600px) and (orientation: portrait) {
  h1 {
    font-size: 1.8rem !important;
  }
  h2 {
    font-size: 1.5em !important;
  }
  h3 {
    font-size: 0.95em !important;
  }
  .showOnMobile {
    display: block !important;
  }
  .showOnDesktop {
    display: none !important;
  }
  .centerOnMobile {
    text-align: center !important;
  }
  .logo-in-header {
    height: 4rem !important;
  }
  .logo-in-footer {
    height: 70px !important;
  }
  .footer-copy ul li {
    display: block !important;
  }
  .bigSpacer {
    height: 30px !important;
  }
  .welcome-title {
    font-size: 1.6em !important;
  }
  .flip-cards-container {
    flex-direction: column !important;
    align-items: center !important;
  }
  .flip-card-wrapper {
    width: 320px !important;
    height: 400px !important;
  }
  .uhn-logo-landing {
    margin-left: -12px !important;
    height: 50px !important;
  }
  .staff-name {
    font-size: 1.2rem !important;
  }
  .manager-box {
    margin-bottom: 10px !important;
  }
  .staff-box {
    margin-bottom: 10px !important;
  }
  .tabBody-container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .information {
    width: 100%;
    text-align: center;
  }
  .accordion-header {
    padding: 25px 20px;
  }
  .accordion-text {
    font-size: 16px;
  }
  .accordion-body-inner {
    padding: 25px 20px;
  }
  .col1 {
    flex-basis: 100% !important;
  }
  .col {
    flex-basis: 50% !important;
  }
  .cta {
    font-size: 0.7em;
    margin-top: 20px;
  }
  .btn-get-started {
    font-size: 0.75rem !important;
    padding: 8px 16px !important;
    margin-top: 2rem !important;
  }
}
@media only screen and (max-width: 575px) and (orientation: portrait) {
  .mapInfoContainer {
    display: block;
  }
  .gap10 {
    gap: 0;
  }
  .map-text {
    text-align: center;
  }
}
@media only screen and (max-width: 544px) {
  .team-name-box {
    text-align: center !important;
  }
  .team-members-row {
    justify-content: center;
  }
  .manager-box {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .staff-box {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
}
@media only screen and (max-height: 960px) {
  .removeBigSpacer {
    display: none !important;
  }
  .textLeft-60 {
    margin-right: 30% !important;
  }
}
@media only screen and (max-height: 850px) {
  .welcome-title {
    font-size: 2em !important;
  }
}
@media only screen and (max-height: 500px) and (orientation: landscape) {
  h1 {
    font-size: 2.2em !important;
  }
  h2 {
    font-size: 1.6em !important;
  }
  .jumbo-title {
    font-size: 1.75em !important;
  }
  .uhn-logo-landing {
    height: 4.5rem !important;
  }
}

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

/* PROJECT REQUEST FORM */
.project-request-form-section {
  padding: 40px 20px;
}

.request-info-box {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 4rem;
}

.onboarding-box {
  padding: 1.5rem;
  background-color: white;
  border: 1px solid #d1d5db;
  border-radius: 8px;
}

.onboarding-title {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
}

.onboarding-section-title {
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.onboarding-step {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 1.25rem;
}

.step-number {
  font-size: 1.25rem;
  flex-shrink: 0;
}
