@charset "utf-8";

body {
    margin: 0;
    padding: 0;
}

.tab-content {
  display: none; /* Initially hide all content divs */
}

.tab-content.active {
  display: block; /* Show the active content div */
  background-color: transparent;

}

.tab-button.active {
    background-color: transparent;
    border: none;
}

.tab-button.hover {
    background-color: transparent;
    border: none;
}
.tab-button {
  padding: 10px 0px 0px;
    background-color: transparent;
    border: none;
}

nav.menu {
    display: block;
    width: 100% !important;
    position: absolute;
    top: 0;
}
.menuSwitch,
.subMenuSwitch {
  display: none;
}
.menuListCol h3{
    font-size: 19px;
    text-align: left;
    font-weight: normal;
    font-family: sans-serif;
    padding: 0px;
    margin: 0px;
    color: #fff;
}
.menuListCol p{text-align: left; font-family: sans-serif; font-size: 15px; line-height: 19px; color: #ccc;}
.menuList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box; /* android 2.1-4.3 */
  margin: 0;
  padding: 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}
.menuList_item {
    font-size: 18px;
    list-style: none;
    font-family: system-ui;
}
.menuList_item a {
  box-sizing: border-box;
  color: #fafcfe;
  display: block;
  padding: 0 20px;
  text-decoration: none;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}
.menuList_item a:hover {
  background: rgba(251,251,244,.2);
}

.subMenuLabel {
  color: #fafcfe;
  cursor: pointer;
  display: block;
  font-size: 18px;
  padding: 0 20px;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}
.subMenuLabel:hover {
  background: #8dc000;
}
.subMenuLabelArrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fafcfe;
  display: inline-block;
  margin-left: 6px;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  vertical-align: middle;
}
.subMenuList {
  margin: 0;
  padding: 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}
.subMenuList_item {
  font-size: 12px;
  list-style: none;
}
.subMenuList_item a {
  box-sizing: border-box;
  color: #fafcfe;
  display: block;
  text-decoration: none;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}
.subMenuList_item a:hover {
  background: rgba(251,251,244,.2);
}
.subMenu > div {
    overflow: visible;
}
@media screen and (max-width: 767px) {
  .menuLabel {
    cursor: pointer;
    display: block;
  }
  .menuListCol p {
    display: none;
}


.navsubmenu.menu-block-1 {
    display: none;
}
.tab-button {
    padding: 10px 20px;
    background-color: transparent;
    border: none;
}
.menuListCol h3

 {
    font-size: 15px;
}
  .menuLabel_inner {
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center; /* android 2.1-4.3 */
 
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box; /* android 2.1-4.3 */
    height: 50px;
    padding: 5px 20px;
  }
  .menuLabel_inner h1 {
    color: #fafcfe;
    font-size: 18px;
    font-weight: bold;
    line-height: 42px;
    margin: 0;
  }
  .menuSwitch:checked + div { font-size: inherit;}
  .menuHamburgerIcon {
    display: block;
    margin-right: 20px;
    position: relative;
    text-align: center;
  }
  .menuHamburgerIcon, .menuHamburgerIcon::before, .menuHamburgerIcon::after {
    background-color: #fafcfe;
    border-radius: 1px;
    height: 3px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    width: 30px;
            text-align: right;
        position: absolute;
        right: 5px;
  }
  .menuHamburgerIcon::before, .menuHamburgerIcon::after {
    content: "";
    left: 0;
    position: absolute;
  }
  .menuHamburgerIcon::before { top: -10px;}
  .menuHamburgerIcon::after { top: 10px;}

  .menuSwitch:checked ~ div .menuHamburgerIcon { background-color: transparent;}
  .menuSwitch:checked ~ div .menuHamburgerIcon::before,
  .menuSwitch:checked ~ div .menuHamburgerIcon::after { top: 0;}
  .menuSwitch:checked ~ div .menuHamburgerIcon::before {
    box-shadow: 0 0; /* android 2.1-4.3 */
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .menuSwitch:checked ~ div .menuHamburgerIcon::after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    box-shadow: 0 0; /* android 2.1-4.3 */
  }

  .menuList {
    background: #13294f;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical; /* android 2.1-4.3 */
    overflow: hidden;
  }
  .menuList_item a {
    height: 0;
    line-height: 50px;
    overflow: hidden;
  }
  .menuSwitch:checked ~ div .menuList_item {
    border-bottom: 1px solid rgba(251,251,244,.2);
  }
  .menuSwitch:checked ~ div .menuList_item:last-child {
    border-bottom: none;
  }
  .menuSwitch:checked ~ div .menuList_item a {
    height: 50px;
    overflow: visible;
  }

  .subMenu {
    line-height: 50px;
    transition: 0.6s;
    -webkit-transition: 0.6s;
  }
  .subMenuLabel {
    display: block;
    height: 0;
    overflow: hidden;
  }
  .subMenuList {
    background: #0f213e;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical; /* android 2.1-4.3 */
    overflow: hidden;
  }
  .subMenuList_item {
    height: 0;
    overflow: hidden;
    transition: 0.6s;
    -webkit-transition: 0.6s;
  }
  .subMenuList_item a {
    line-height: 50px;
    padding: 0 30px;
  }
  .menuSwitch:not(:checked) ~ div .subMenu {
    height: 0;
    overflow: hidden;
  }
  .menuSwitch:checked ~ div .subMenuLabel {
    height: 50px;
    overflow: visible;
  }
  .subMenuSwitch:checked ~ div .subMenuList {
    border-top: 1px solid rgba(251,251,244,.2);
  }
  .subMenuSwitch:checked ~ div .subMenuLabelArrow {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  .subMenuSwitch:checked ~ div .subMenuList_item {
    border-bottom: 1px solid rgba(251,251,244,.2);
    height: 50px;
    overflow: visible;
  }
  .subMenuSwitch:checked ~ div .subMenuList_item:last-child {
    border-bottom: none;
  }
}

@media screen and (min-width: 768px) {

  .menuLabel {
    display: none;
  }

  .menuList {

    height: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
  }
  .menuList_item {
    line-height: 50px;
    text-align: center;
    width: auto;
    overflow: visible;
  }
  .menuList_item a {
    height: 50px;
  }

  .subMenuLabel {
    line-height: 50px;
    text-align: center;
  }
  .subMenuList {
        background: #13294f;
        justify-content: space-between;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        left: 0;
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
        position: absolute;
}
  .menuListCol {
            border-bottom: 1px solid #20265d;
        border-radius: 0px;
    /* display: grid; */
    /* grid-template-columns: fit-content(300px) fit-content(300px) fit-content(300px); */
    /* grid-gap: 5px; */
    /* box-sizing: border-box; */
    /* height: 200px; */
    width: auto;
    background-color: #011747;
    padding: 0px 20px;
    }
    .subMenu1, .subMenu2, .subMenu3 {
    display: inline-block;
    color: #fff;
}
       .navsubmenu {
        font-family: "Helvetica Neue", Arial, sans-serif;
        position: absolute;        
        width: 70%;    
        margin-left: 20px;   
        text-align: left;
        border-left: 1px solid #112b51;
        height: auto;
        padding-top: 20px;
    }
    .subMenu1, .subMenu2, .subMenu3 {
    width: 30%;

}
    .menuListCol:hover {
        
        background-image: linear-gradient(to left, #011747, #2a3f61);
    }
.navsubmenu h3
 {
    color: #fff;
    font-size: 18px;
    font-family: sans-serif;
    padding-left: 20px;
}

.subMenu1
 {
    border-right: 1px solid #132e6c;
}
.subMenu2
 {
    border-right: 1px solid #132e6c;
}
 ul {
    list-style-type: none;
  }
    .subMenu1, .subMenu2, .subMenu3 ul li {
    font-size: 16px;     
    list-style-type: none;
    font-family: sans-serif;
    text-decoration: none;
    vertical-align: top;
}
  .subMenuList_item a {
    border-bottom: 1px solid rgba(251,251,244,.2);
    height: 0;
    line-height: 50px;
    overflow: hidden;
    padding: 0 10px;
    text-align: left;
    width: 200px;
  }
  .subMenuList_item {
    font-size: 12px;
    list-style: none;
    display: grid;
    grid-template-columns: fit-content(300px) fit-content(300px) fit-content(300px);
    grid-gap: 5px;
    box-sizing: border-box;
    background-color: #011747;
    padding: 5px;
    width: auto;
    margin: 0 auto;
}
  .subMenuList_item:last-child a {
    border-bottom: none;
  }
  .menuList_item:hover .subMenuLabelArrow {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
  }
  .menuList_item:hover .subMenuList {
    opacity: 1;
  }
  .menuList_item:hover .subMenuList_item a {
    height: 50px;
    overflow: visible;
  }
}
@media (min-width: 768px) {
  /* Remove any :hover rules that force open; rely on .open */
  /* .menuList_item:hover .subMenuList { opacity: 1; }  <-- remove */
  /* .menuList_item:hover .subMenuList_item a { height: 50px; overflow: visible; } <-- remove */

  [data-submenu-root] .subMenuList {
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
  }
  [data-submenu-root].open .subMenuList {
    opacity: 1;
    pointer-events: auto;
  }
  [data-submenu-root].open .subMenuLabelArrow {
    transform: rotate(-180deg);
  }
}
@media (min-width: 568px) {

  .dropdown-content {

    background-color: #0f213e;
    min-width: 100%;
  
}

.Tagline .contact {
    display: none;
}
li a, .dropbtn{    text-align: left;}
}

