@media (max-width: 992px) {
  body {
    padding-top: 0;
  }

  .header .left {
    position: fixed;
    z-index: 999999;
    width: 90%;
  }

  header.header {
    top: 0;
  }

  header {
    padding: 20px !important;
  }

  header.header {
    background: #060f1e;
    height: 70px;
    width: 50%;
    z-index: 999999;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .header.light .logo--light {
    height: auto;
  }

  .header .logo--dark {
    opacity: 0;
  }
}

.contact__form form .contact__form-line {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 383px;
}

.contact__form form .contact__form-line > p > label {
  margin-bottom: 20px;
  display: block;
}

.tabs__tab .solution-works__content a.att-button {
  width: 100%;
}

@media (min-width: 992px) {
  #menu-new-mega-menu {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
  }

  #menu-new-mega-menu a {
    color: #fff;
    text-decoration: none;
    font-family: termina, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    margin: 4px 0 16px;
  }

  .sub-menu {
    display: none;
  }

  .menu > li.menu-item-has-children:hover > .sub-menu {
    display: flex;
    z-index: 10;
    gap: 15px;
  }

  .menu > li.menu-item-has-children > .sub-menu {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 18px;
    border-radius: 15px;
    margin-top: 12px;
    width: auto;
    margin-left: calc(18px + 20%);
    margin-bottom: 8px;
  }

  .menu > li.menu-item-has-children.six-col > .sub-menu {
    width: calc(100% - 60px - 20%);
  }

  .menu > li.menu-item-has-children.six-col > .sub-menu > li {
    width: 16%;
  }

  .menu > li.menu-item-has-children.one-col,
  .menu > li.menu-item-has-children.two-col {
    position: relative;
  }

  .menu > li.menu-item-has-children.one-col > .sub-menu,
  .menu > li.menu-item-has-children.two-col > .sub-menu {
    margin-left: 0;
  }

  .menu > li.menu-item-has-children.two-col > .sub-menu > li {
    min-width: 265px;
  }

  .menu > li.menu-item-has-children.one-col > .sub-menu > li {
    min-width: 135px;
    margin-right: 0 !important;
  }

  .menu > li.menu-item-has-children:not(.six-col) > .sub-menu > li {
    margin-right: 20px;
  }

  .menu > li.menu-item-has-children > .sub-menu a {
    color: #000;
  }

  #menu-new-mega-menu .sub-menu a {
    color: #000;
    font-size: 13px;
  }

  .menu-item-has-children .sub-menu > li {
    margin-bottom: 10px;
  }

  .sub-menu .sub-menu {
    display: block;
    margin-top: 7px;
  }

  .menu > li.menu-item-has-children:hover > .sub-menu > li > a:first-child {
    font-weight: 700 !important;
    display: inline-block;
  }

  .menu > li.menu-item-has-children > .sub-menu:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
    height: 15px;
    top: -15px;
  }

  .main-menu-container {
    width: 70%;
  }

  .header .right {
    width: 10%;
    justify-content: flex-end;
  }

  .header .left {
    width: 20%;
  }

  .menu-new-mega-menu-container > .menu > li.menu-item-has-children > a {
    position: relative;
  }

  .menu-new-mega-menu-container > .menu > li.menu-item-has-children > a:after,
  .menu
    > li.menu-item-has-children:hover
    > .sub-menu
    > li
    > a:first-child:after {
    content: " \00BB";
    transform: rotate(0);
    top: -1px;
    display: inline-block;
    padding-left: 4px;
    position: relative;
    position: absolute;
  }

  #menu-new-mega-menu .all-parent-menu a {
    position: relative;
  }

  .menu
    > li.menu-item-has-children:hover
    > .sub-menu
    > li
    > a:first-child:after,
  #menu-new-mega-menu .all-parent-menu a:after {
    content: " \00BB";
    transform: rotate(0);
    top: -2px;
    display: inline-block;
    padding-left: 4px;
    position: relative;
  }

  .menu-new-mega-menu-container
    > #menu-new-mega-menu.menu
    > li.menu-item-has-children
    > a {
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
  }

  .menu-new-mega-menu-container
    > #menu-new-mega-menu.menu
    > li.menu-item-has-children
    > a:hover {
    color: #fff;
    border-bottom: 3px solid #fff;
    transition: all 0.3s;
  }

  #menu-new-mega-menu .sub-menu a {
    text-transform: none;
    display: inline-block;
    margin-bottom: 3px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .menu > li.menu-item-has-children:hover > .sub-menu > li > a:first-child {
    padding-bottom: 8px;
    text-transform: uppercase !important;
  }

  .menu
    > li.menu-item-has-children:hover
    > .sub-menu
    > li
    > a:first-child:hover {
    text-decoration: underline !important;
    text-underline-offset: 4px;
  }

  header .right .button--main {
    background: #252d72;
  }

  #menu-new-mega-menu .all-parent-menu a {
    text-transform: uppercase;
    font-weight: 700;
  }

  .menu-new-mega-menu-container {
    padding-top: 6px;
  }

  .header {
    background: #1d245b;
    padding: 20px 40px;
    align-items: center;
  }

  .header .logo--light {
    padding-top: 5px;
    height: auto;
  }

  .header .logo--dark {
    display: none;
  }

  .header.light .logo--light {
    height: auto;
    top: auto;
  }
}

@media (max-width: 992px) {
  .mean-container .mean-bar {
    float: none;
    position: fixed;
    /* background: transparent; */
    background: rgba(0, 0, 0, 0.5);
  }

  header.header.dark .right {
    display: none;
  }

  .header .left {
    position: fixed;
    z-index: 999999;
  }

  header {
    padding: 20px !important;
  }

  .mean-container .mean-nav {
    margin-top: 65px;
  }

  header.header {
    background: rgba(0, 0, 0, 0.5);
    height: 70px;
    width: 50%;
    z-index: 999999;
  }

  a.meanmenu-reveal span {
    display: flex;
    flex-direction: column;
  }

  a.meanmenu-reveal span span {
    margin-top: 9px !important;
  }

  .mean-container a.meanmenu-reveal span {
    border: 1px solid #fff;
    background: #fff;
    height: 0;
  }

  a.meanmenu-reveal {
    margin-top: 9px;
  }

  .mean-container .mean-nav {
    background: black;
  }

  .mean-container .mean-nav ul li a {
    border: 0;
  }

  .mean-container .mean-nav ul li a.mean-expand {
    border: 0;
    background: black;
    margin: 0;
    border: 0 !important;
  }

  .header.light .logo--light {
    height: auto;
  }

  .header .logo--dark {
    opacity: 0;
  }

  .menu-item-has-children .sub-menu > li {
    margin-bottom: 6px;
  }

  .sup-3 > a {
    padding-right: 12px;
  }

  .sup-3 > a:after {
    right: -8px;
  }
}

body.home.is-hovered:before {
  content: "";
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  z-index: 1;
}

@media (max-width: 1200px) {
  .header .right {
    display: none;
  }

  .header .left {
    width: auto;
  }

  .main-menu-container {
    width: 87%;
  }

  .menu > li.menu-item-has-children.six-col > .sub-menu,
  .menu > li.menu-item-has-children.five-col > .sub-menu {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
}

.menu > li.menu-item-has-children:hover > .sub-menu > li > a:first-child:after {
  color: #2d60f6 !important;
}

header .right .button--main {
  background-color: #fff;
  color: #2d60f6;
}

ul#menu-new-mega-menu > li > a:after {
  position: relative;
}

.page-template-page-new-landing .header {
  padding: 20px 40px;
  width: 100%;
  align-items: center;
}

.newspage__bigpost .article {
  height: auto;
}
