@media screen and (max-width: 1400px) {
  .wrapper {overflow-x: hidden}
  .no-scroll {overflow: hidden;}
  /* .swoosh-top { height: 150px; }     */
}

@media only screen and (max-width:1199px) {
  h2 { font-size: 50px; line-height: 1; }
}

@media only screen and (max-width:991px) {
  .wrapper { overflow-x: hidden; }
  header { display: none; }
  .header-mobile { position: fixed; top: 30px; z-index: 10; padding: 0 15px; width: 100%; transition: all 0.3s ease; }
  .header-mobile .container { transition: all 0.3s ease; padding: 10px 22px; }
  .header-mobile .logo img { max-width: 200px; width: 100%; }
  .header-mobile .mobile-menu-icon { width: 30px; }
  .header-mobile .mobile-menu-icon span { width: 100%; height: 2px; background: #0b3; display: block; margin: 6px auto; transition: all 0.3s ease; border-radius: 2px; }
  .header-mobile .mobile-menu-icon span:nth-child(1), .header-mobile .mobile-menu-icon span:nth-child(3) { width: 80%; }

  .header-mobile .mobile-menu-icon.active span:nth-child(1) { transform: rotate(45deg); position: relative; top: 8px}
  .header-mobile .mobile-menu-icon.active span:nth-child(2) { opacity: 0 !important; visibility: hidden}
  .header-mobile .mobile-menu-icon.active span:nth-child(3) { transform: rotate(-45deg); position: relative; top: -8px; }

  .header-mobile.scrolled { top: 15px; }
  .header-mobile .container { background: rgba(0,0,0,0.55); border-radius: 100px; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
  .mobile-menu-overlay.active { opacity: 1; visibility: visible; }
  .mobile-menu-overlay .mobile-menu { padding-top: 90px; height: calc(100% - 90px); overflow-y: auto; padding-bottom: 100px; }
  .mobile-menu-overlay .bottom { position: absolute; bottom: 0; width: 100%; text-align: center; padding: 20px 30px; background: #000 url(img/mobile-header-glow.jpg) center top; background-size: 100% auto; background-repeat: no-repeat; }
  .mobile-menu-overlay .sub-menu { max-height: 0; visibility: hidden; opacity: 0; transition: all 0.3s ease; overflow: hidden; }
  .mobile-menu-overlay .sub-menu.active { max-height: 1500px; visibility: visible; opacity: 1; }
  .mobile-menu-overlay .mobile-menu ul .sub-menu { margin: 0; }
  .mobile-menu-overlay .mobile-menu ul .sub-menu li a { font-size: 18px; }
  .mobile-menu-overlay .mobile-menu ul .sub-menu li a .dropdown-arrow { display: none; }
  .mobile-menu-overlay .mobile-menu ul .sub-menu .sub-menu { max-height: none; visibility: visible; opacity: 1; padding-left: 20px; padding-bottom: 40px; }
  .mobile-menu-overlay .mobile-menu ul .sub-menu .sub-menu li a { font-size: 16px; padding: 5px 0; opacity: 0.6; }
  .mobile-menu-overlay .mobile-menu ul { padding: 0; margin: 0 30px; list-style: none; }
  .mobile-menu-overlay .mobile-menu ul li a { display: block; color: #fff; font-size: 30px; font-family: 'Effra'; padding: 7px 0; position: relative; }
  .mobile-menu-overlay .bottom .btn { margin: 0 auto; display: block; max-width: 100%; }
  .mobile-menu-overlay .dropdown-arrow { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); }
  .mobile-menu-overlay .dropdown-arrow svg { width: 20px; height: 14px; }

  .translation-dropdown {position: absolute; bottom: 95px; z-index: 10; width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column}
  .translation-dropdown button {color: #CCC; font-size: 20px; gap: 10px}
  .translation-dropdown .dropdown {position: static; max-height: 0px; overflow: hidden; background: transparent;}
  .translation-dropdown .dropdown.active {max-height: 500px; overflow: visible;}
  .translation-dropdown .dropdown ul {padding: 10px 0; text-align: center;}
  .translation-dropdown .dropdown ul li a {color: #CCC; font-size: 18px; line-height: 2;}
  .green-line {width: 100%;}
}

@media (max-width: 767px) {

  .module-wrap {padding-bottom: 40px; padding-top: 40px}
  .module-repeatable_module {padding: 0}
  .module-hero {padding-top: 0; padding-bottom: 70px}
  

  .breadcrumb-item,
  .tag {font-size: 12px; padding-left: 10px; padding-right: 10px}
  h2 {font-size: 45px;}
  h3 {font-size: 25px;}
  .container { padding: 0 22px; }
  p { font-size: 15px; }
  .p-medium p, p.medium { font-size: 18px; }
  .spacer-md { height: 45px; }
  .site-footer { padding-left: 13px; padding-right: 13px; }
  .footer-heading { font-size: 18px; }
  .footer-section { margin-bottom: 0; }
  .footer-subheading { max-width: 100%; }
  /* .footer-menu { columns: 2; padding-left: 0; border-left: 0; margin-bottom: 30px; width: 100%; padding-right: 0; } */

  .site-footer .container {padding-left: 10px; padding-right: 10px;}

  .footer-menu { display: block; column-count: 2; flex-wrap: wrap; justify-content: flex-start; gap: 0; padding-left: 0; border-left: 0; margin-bottom: 20px; width: 100%; padding-right: 0; }
  .footer-menu li { width: 100%; margin-bottom: 15px;}
  .footer-menu li:nth-child(odd) { padding-right: 15%; }
  /* .footer-menu li:nth-child(even) { padding-right: 5%; } */
  .footer-menu li a { font-size: 13.5px; color: #fff; opacity: 0.5; line-height: 1.3; display: block}
  .footer-menu li a:hover { opacity: 1; color: #fff; }
  .footer-menu > div {width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start;} 
  .footer-heading.legal { margin-top: 0; }
  .mobile-bd-top { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 40px; }
  .mobile-bd-bottom { border-bottom: 1px solid rgba(255,255,255,0.1); }
  .footer-social { justify-content: center; margin-top: 50px!important; }
  .footer-copyright { text-align: center; padding-top: 10px; }
  .footer-logo img { margin: 0 auto; display: block; max-width: 220px; margin-top: 40px; }

  .swoosh-bottom {max-width: 200%; margin-left: -30%}
  .swoosh-top {width: 200%; max-width: none; margin-left: -50%; margin-bottom: 30px; }

  .style-light .glow-bottom {width: 150%; left: -25%; margin: -130px 0 0}

  .page-environmental-social-governance #section-4 .has-side-image .features-headline,
  .page-environmental-social-governance .features-headline-centered {font-size: 32px;}
  .page-environmental-social-governance .feature-card-icon img {height: 30px}

  /* .page-investors #module-3 .container {margin: 0 15px; max-width: calc(100% - 30px);}  */

  .page-template-page-careers .callout-content-wrapper {padding: 15px; margin-bottom: 15px;}
  .interview-process-grid .col-lg-3 {margin-bottom: 5px !important;}

  .language-switcher ul {display: block}

  .post-content img {height: auto !important}
}





@media screen and (max-height: 815px) {
  .mega-menu-dropdown .container {padding: 20px}
  .mega-menu-item {margin-bottom: 0}
}
