@font-face {
  font-family: poppins-light;
  src: url(../fonts/Poppins-Light.ttf);
}
@font-face {
  font-family: poppins-regular;
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: poppins-medium;
  src: url(../fonts/Poppins-Medium.ttf);
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul .general {
  list-style-type: disc;
  list-style-position: inside;
}

li .general {
  list-style-type: disc;
  margin-left: 10px;
  padding-left: 10px;
}

header {
  box-shadow: 0px 1px 4px 1px #636363;
  position: relative;
}
header .search-box {
  padding: 16px 0;
}

.navigation ul > .parent-menu {
  float: left;
  margin-right: 65px;
}
.navigation ul > .parent-menu > a {
  color: #000;
  font-size: 18px;
  text-transform: capitalize;
  display: inline-block;
  line-height: 3.9em;
  position: relative;
}
.navigation ul > .parent-menu:last-child {
  margin-right: 0;
}
.navigation ul > .parent-menu::after {
  content: "\f282";
  font-family: bootstrap-icons !important;
  font-size: 14px;
  margin-left: 4px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.navigation ul > .parent-menu:hover::after {
  content: "\f286";
}
.navigation ul > .parent-menu .mega-menu-wrapper {
  position: absolute;
  box-shadow: 1px 1px 5px 0px #ccc;
  left: 15%;
  right: 15%;
  display: none;
  z-index: 1;
}
.navigation ul > .parent-menu .mega-menu-wrapper .mega-menu-container {
  margin-left: 12px;
  margin-right: 12px;
  z-index: 0;
}
.navigation ul > .parent-menu .mega-menu-wrapper .no-padding {
  padding-left: 0;
  padding-right: 0;
}
.navigation ul > .parent-menu .mega-menu-wrapper .mega-menu {
  height: 430px;
  padding: 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.navigation ul > .parent-menu .mega-menu-wrapper .mega-menu.light-bg {
  background-color: #f3f3f3;
}
.navigation ul > .parent-menu .mega-menu-wrapper .mega-menu .title {
  margin-bottom: 24px;
}
.navigation ul > .parent-menu .mega-menu-wrapper .mega-menu .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.navigation ul > .parent-menu .mega-menu-wrapper .mega-menu .links ul li {
  display: block;
  margin-bottom: 4px;
}
.navigation ul > .parent-menu .mega-menu-wrapper .mega-menu .links ul li a {
  color: #43a534;
  line-height: normal;
}
.navigation
  ul
  > .parent-menu
  .mega-menu-wrapper
  .mega-menu
  .links
  .bottom-text {
  margin-top: auto;
}
.navigation
  ul
  > .parent-menu
  .mega-menu-wrapper
  .mega-menu
  .links
  .bottom-text
  p {
  margin-bottom: 0;
}
.navigation ul > .parent-menu:hover .mega-menu-wrapper {
  display: block;
}

.navigation ul::after {
  content: "";
  clear: both;
  display: table;
}

.search-box {
  position: relative;
  float: right;
}
.search-box .search-box {
  background-color: #f1f1f1;
  width: auto;
  border: none;
  padding: 8px 8px 8px 38px;
  max-width: 220px;
  font-size: 14px;
}
.search-box .search-icon {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 17px;
  left: 0;
  height: 35px;
  padding: 0 10px;
}

.sub-header {
  background-color: #43a534;
}
.sub-navigation {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  margin-top: 125px;
  width: -webkit-fill-available;
  max-width: 1125px !important;
}
.sub-header {
  background-image: url("../../images/EDS Graphic - high res_30.png");
  background-repeat: no-repeat;
  background-position: top;
  background-blend-mode: luminosity;
  background-size: contain;
}
.sub-header .sub-navigation li {
  /*float: left;*/
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
  word-break: break-word;
}
/* 786px width and below */
@media screen and (max-width: 786px) {
  .sub-header {
    background-image: unset !important;
  }
  .sub-navigation {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.sub-header .sub-navigation li a {
  /* text-transform: uppercase; */
  color: #fff;
}
.sub-header .sub-navigation li.active {
  border-bottom: 2px solid #000;
}
.sub-header .sub-navigation::after {
  content: "";
  clear: both;
  display: table;
}
.sidebar-links-wrapper .sidebar-links-container .sidebar-links {
  margin-bottom: 25px;
}
.sidebar-links-wrapper .sidebar-links-container .sidebar-links .title {
  font-size: 14px;
  color: #969696;
  /* text-transform: uppercase; */
  margin-bottom: 5px;
}
.sidebar-links-wrapper .sidebar-links-container .sidebar-links ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 4px;
}
.sidebar-links-wrapper .sidebar-links-container .sidebar-links ul li a {
  color: #969696;
  text-transform: capitalize;
  font-size: 14px;
}
.sidebar-links-wrapper .sidebar-links-container .sidebar-links ul li::before {
  content: "\f285";
  font-family: bootstrap-icons !important;
  position: absolute;
  left: 0;
  top: 3px;
  color: #969696;
  font-size: small;
}

.content {
  position: relative;
}
.content .content-wrapper {
  margin-bottom: 40px;
}
.content .content-wrapper .main-heading {
  text-transform: uppercase;
}
.content .content-wrapper .title {
  font-size: 18px;
  margin-bottom: 15px;
}
.content .content-wrapper .list-group .list-group-item.active {
  background-color: #43a534;
}
/* .content:before,
.content:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #dedada;
  top: 0;
}
.content:before {
  left: -30px;
}
.content::after {
  right: -30px;
} */

footer {
  height: 100px;
  width: 100%;
  background-color: #555;
}

.sidebar-bg {
  height: 400px;
  background-color: #e8e8e8;
  margin-left: 30px;
}

.offcanvas-end {
  top: 88px !important;

  @media screen and (max-width: 992px) {
    top: 104px !important;
  }
}

.sticky-top {
  top: 20px;
  z-index: 0;
}

/* @media screen and (max-width: 1199px) {
  body {
    display: none;
  }
} */

/*# sourceMappingURL=style.css.map */
