header {
  position: fixed;
  background: #000000;
  width: 100%;
  /* max-width: 2000px; */
  /* height: 110px; */
  left: 0;
  top: 0;
  /* right: 0; */
  z-index: 3;
  border-bottom: 1px solid #1a1a1a;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80px;
  overflow: hidden;
  /* padding: 0 50px; */
}



.header-content {
  background: #000000;
  /* position: fixed; */
  /* left: 0;
  top: 0; */
  width: 100%;
  height: 80px;
  /* height: 100%; */
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  overflow: hidden;
  z-index: 1000;
  /* margin: 0 !important;
  padding: 0 !important; */
} 

header .header-content .logo {
  /* width: 25%; */
  flex:1;
  height: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}

header.fixed .header-content .logo {
  height: 80px;
}


/* @media (min-width: 2000px){
  header .header-content .logo {
    width: 27.5%;
  }
} */

header .header-content .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  height: 100%;
}





/* @media (max-width: 576px){
  header .header-content .logo a img{
    height: 18px;
    width: auto;
  }
} */


header.fixed {
height: 80px;
}
header.fixed .header-content .navigation ul li a {
  height: 76px;
}


header.fixed .header-content .navigation ul li div a.active {
  color: #c8dc00;
  border-bottom: solid 2px #c8dc00;
}


header .navigation {
  /* width: 70%; */
  flex: 3;
  height: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* margin-left: 160px; */
}

/* @media (max-width: 1082px){
  header .navigation {
    width: 60%;
    margin-left: 100px;
  }
} */


.green-link {
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 2px solid #C8DC00;
  cursor: pointer;
  color: #000000;
  opacity: 0.95;
}
.green-link:hover {
  background-color: #C8DC00;
  border-bottom: none;
  padding-bottom: 0;
}

header .navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  /* width: 100%; */
  padding: 0;
  overflow-y: hidden;
}

header .navigation ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin-right: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

header .navigation ul li a {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 125%;
  text-decoration: none;
  font-weight: 400;
  color: #ffffff;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  height: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: solid 4px transparent;
  top: 2px;
}

.navigation ul li a:hover {
  color: #c8dc00;
}


header .navigation > ul > li a.active {
  color: #c8dc00;
  border-bottom: solid 2px #c8dc00;
  height: 76px;
}


.header-hover-bg{
  background-color: #1A1A1A !important;
  background: #1A1A1A!important;
}

.main-downloads {
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
  height: 100%;
  /* width: 25%; */
  flex: 1;
}

/* @media (max-width: 1082px){
  .main-downloads {
    width: 15%;
  }
} */
.dropdown {
  position: fixed;
  display: flex;
  text-align: center;
  /* width: 209px; */
}


.dropbtn {
  border: 1px solid #4d4d4d;
  padding: 13px 20px;
  background-color: #000000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #c8dc00;
  text-decoration: none;
}


.dropbtn:hover {
color: #000000;
background-color: #c8dc00; 
}

.dropbtn:focus {
  outline: none !important;
}


.dropdown-main-downloads-icon {
  transition: all 500ms ease;
}

button#btnDownloads:hover .dropdown-main-downloads-icon path {
  stroke: #c8dc00;
}

.dropdown-content a {
  color: #c8dc00;
  /* padding: 10px 20px; */
  text-decoration: none;
  display: block;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  cursor: pointer;
}

@media (max-width: 1082px) {
.dropdown-content a {
  font-size: 15px;
}
}

.mobile-show {
  display: none;
}

.download-pdf-button-mobile {
  width: 140px;
  border: 1px solid #4d4d4d;
  /* border-radius: 20px; */
  padding: 5px 20px;
  background-color: #000000;
  color: white;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  cursor: pointer;
}

.download-pdf-button-mobile:focus {
  outline: none !important;
  color: #c8dc00;
}

.mobile-popup-downloads {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.mobile-popup-downloads .bg-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-popup-downloads .mobile-popup-downloads-content {
  height: 300px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 101;
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-popup-downloads.active {
  opacity: 1;
  z-index: 100;
  visibility: visible;
}

.mobile-popup-downloads.active .bg-overlay {
  opacity: 1;
  visibility: visible;
}

.mobile-popup-downloads.active .mobile-popup-downloads-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}



.downloads-mobile-title {
  text-align: center;
  padding: 25px 20px 20px 20px;
  border-bottom: solid 1px #e6e6e6;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #202020;
}


.downloads-mobile-files {
  display: flex;
  flex-direction: column;
}

.downloads-mobile-files a:first-child {
  border-bottom: 1px solid #e6e6e6;
} 

.downloads-mobile-file {
  padding: 15px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  margin: 0px 10px;
}


.turn {
  transform: rotate(180deg);
}


.dropbtn.open-dropdown-menu {
  border-top: 1px solid #4d4d4d !important;
  border-right: 1px solid #4d4d4d !important;
  border-left: 1px solid #4d4d4d !important;
  border-bottom: none !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  color: #c8dc00;
}

.show {
  display: block;
}

@media (max-width: 375px) {
  header .header-content .logo {
    height: 80px;
  }
}

@media (max-width: 500px) {
  header .navigation {
    margin-left: 0px;
    display: flex;
  }
  header .navigation ul {
      display: inline-flex;
      justify-content: flex-start;
  }
  header .navigation ul li:first-child{
      margin-left:5px;
  }
}

@media (max-width: 576px) {
  /* header {
    height: 200px;
  } */
  
  header .navigation ul li {
      margin: 0 15px;
    }
  .dropbtn {
    padding: 8px 15px !important;
    width: 163px !important;
  }
  .dropdown-content {
    width: 163px !important;
  }
  .dropdown-content a {
      padding: 8px 15px !important;
  }

}

@media (max-width: 768px) {
  header .navigation {
    margin-left: 0px;
    display: flex;
  }
  header .navigation ul li a {
      font-size: 14px;
  }
  .dropbtn {
      font-size: 14px !important;
      width: 179px !important;
  }
  .dropdown-content {
      width: 179px !important;
  }
  .dropdown-content a {
        padding: 10px 20px !important;
        font-size: 14px !important;
  }
}


@media (max-width: 910px) {
  /* header {
    height: 130px;
  } */
  header .header-content .logo {
      /* width: 135px; */
      height: 80px;
  }
  header .navigation {
      margin-top: 77px;
      /* width: 95%; */
      display: flex;
      border-top: 1px solid #1a1a1a;
      height: 50px;
      margin-left: 0px;
    }
  header.fixed {
    height: 80px;
  }
  header.fixed .header-content .navigation {
      margin-top: 77px;
      height: 50px;
  }
  header .navigation ul {
      height: 50px;
      padding-left: 0px;
      overflow-y: hidden;
  }

  header .navigation ul li:first-child {
    margin-left: 5px;
  }
  header .navigation ul li a {
      height: 48px;
  }
  .main-downloads {
      align-items: center !important;
      width: 50%;
  }
  .dropdown {
      margin-top: 16px;
  }
  header.fixed .header-content .navigation ul li a {
    height: 48px;
  }
  
}

@media (max-width: 992px) {
  header .header-content .logo {
    border-right: none;
    width: auto;
    align-items: center;
  }
  header .navigation {
      /* margin-left: 125px; */
      position: absolute;
      width: 95%;
  }
  .dropbtn {
    width: 191px;
  }
  .dropdown-content {
    width: 191px;
  }
}


@media (max-width: 992px) {
.mobile-show {
  display: block;
}

.mobile-hide {
  display: none !important;
}


.download-pdf-btn-mobile {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 78px;
}

.mobile-menu-overlay {
  display: block;
}
}

@media (max-width: 1082px) {
.dropdown-content a {
  padding: 10px !important;
}
}
/* Footer */

section#footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #000000;
  /* margin-top: 130px; */
}


/* @media (max-width: 1040px) {
  section#footer {
    margin-top: 60px;
  }
} */

.footer {
  padding: 40px 0px;
  /* max-width: 2000px; */
  width: 100%;
  position: relative;
  z-index: 2;
  height: 170px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.footer .content .content-container {
  display: flex;
  justify-content: space-between;
  align-items: end;
  height: 100%;
  /* padding: 0px 50px; */
  /* gap: 400px; */
}

.footer .content .content-container.mobile {
  display: none;
}
.footer .content .content-container .left {
  /* width: 33.333%; */
  width: 50%;
}
.footer .content .content-container .left .logo img {
  width: 140px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0;
  margin-bottom: 30px;
}
.footer .content .content-container .left .text p {
  margin: 0;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  color: #ffffff;
}
.footer .content .content-container .middle {
  /* width: 33.333%; */
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (min-width: 2000px){
  .footer .content .content-container .middle {
    width: 35%;
  }
}
.footer .content .content-container .middle ul {
  /* margin: 0; */

  /* margin-left: -40px; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  /* gap: 10px; */

}
.footer .content .content-container .middle ul li {
  display: inline-block;
  list-style: none;
}
.footer .content .content-container .middle ul li a {
  outline: 0;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.footer .content .content-container .middle ul li a:hover {
  text-decoration: none;
  color: #c8dc00;
}
.footer .content .content-container .middle ul li span {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  color: #ffffff;
  padding: 0 3px;
  position: relative;
  top: -1px;
}


.footer-tooltip {
  position: absolute;
  background: #ffffff;
  color: #000000;
  border-radius: 10px;
  transition: all 300ms ease;
  padding: 3px 7px;
  top: -22px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.12px;
  opacity: 0;
  visibility: hidden;
}

.footer .content .content-container .right ul li:hover .footer-tooltip {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1024px) {

  .footer.after-toggle {
    height: 200px;
  }
  .footer .content .content-container.desktop {
    display: none;
  }
  .footer .content .content-container.mobile {
    display: block;
  }
  .footer .content .content-container.mobile .top {
    display: flex;
    justify-content: space-between;
  }
  .footer .content .content-container.mobile .top .top-left {
    width: 50%;
  }
  .footer .content .content-container.mobile .top .top-left .logo img {
    width: 110px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 20px;
  }
  .footer .content .content-container.mobile .top .top-right {
    width: 50%;
    text-align: right;
  }
  .footer .content .content-container.mobile .top .top-right ul {
    margin: 0;
    position: relative;
    top: 1px;
  }
  .footer .content .content-container.mobile .top .top-right ul li {
    display: inline-block;
    list-style: none;
  }
  .footer .content .content-container.mobile .top .top-right ul li a {
    outline: 0;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.12px;
    color: #ffffff;
    padding-left: 20px;
    text-decoration: none;
  }
  .footer .content .content-container.mobile .top .top-right ul li a:hover {
    text-decoration: none;
  }
  .footer .content .content-container .bottom {
    width: 100%;
  }
  .footer .content .content-container .bottom ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: left;
    gap: 15px;
    flex-wrap: wrap;
  }

  .footer .content .content-container .bottom ul li {
    display: inline-block;
    list-style: none;
  }
  .footer .content .content-container .bottom ul li a {
    outline: 0;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.12px;
    color: #ffffff;
    text-decoration: none;
  }
  .footer .content .content-container .bottom ul li a:hover {
    text-decoration: none;
  }
  .footer .content .content-container .bottom ul li span {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.12px;
    color: #ffffff;
  }
  .footer .content .content-container .bottom .text {
    margin: 0;
    margin-top: 20px;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.12px;
    color: #ffffff;
  }

  .footer-tooltip {
    display: none;
  }
}
@media (max-width: 1140px) {
  .footer .content .content-container .middle {
    width: 50%;
  }
}

.logo-wrap{
  height: 50px;
  width: auto;
  margin-right: 40px;
}

.logo-wrap:last-child{
  margin-right: 0;
}

.logo-wrap a img {
  height: 50px;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.hover-arrow{
  display: none;
}

@media (max-width: 768px) {
  .logo-wrap{
    height: 32px;
    width: auto;
    margin-right: 20px;
  }
  .logo-wrap:last-child{
    margin-right: 0;
  }
  .logo-wrap a img {
    height: 32px;
    height: 100%;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: none;
  }
}
@media (max-width: 992px) {
  .dropdown-content {
    width: auto;
}
  .dropbtn {
      width: auto;
  }
}
@media (max-width: 768px){
  .main-downloads{
    width: auto;
  }
  .dropdown-content{
    width: auto!important;
  }
  .dropdown-content a{
    display: flex;
  }
  .mr-8{
    margin-right: 5px;
  }
  .dropbtn{
    width: auto!important;
  }
}
@media (max-width: 576px){
  .main-downloads{
    width: auto;
  }
  .dropdown-content{
    width: 72px!important;
  }
  .dropdown-content a{
    display: flex;
  }
  .dropbtn{
    width: auto!important;
  }
  .mt-1{
    margin-top: 1px;
  }
  .dropbtn:hover .hover-state .no-hover{
    display: none;
  }
  
  .dropbtn:focus .hover-state .no-hover{
    display: none;
  }

  .dropbtn:hover .hover-state .hover-arrow{
    display: block;
  }
  
  .dropbtn:focus .hover-state .hover-arrow{
    display: block;
  }
  .logo-wrap{
    height: 25px;
    width: auto;
    margin-right: 20px;
  }
  .logo-wrap:last-child{
    margin-right: 0;
  }
  .logo-wrap a img {
    height: 25px;
    height: 100%;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: none;
  }
  .logo-wrap a .wbl-logo{
    height: 36px;
  }
  .logo-wrap a .wpl-logo{
    height: 30px;
  }
}

