@media only screen and (max-width: 768px) {
  .nav-item--wrapper_main {
    display: block;
  }
  .navbar_nav {
    border-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .nav-item--wrapper_main {
    display: block;
  }
  .navbar_nav {
    border-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .nav-item--wrapper_main {
    display: block;
  }
  .navbar_nav {
    border-bottom: 0;
  }
}

@media only screen and (min-width: 1250px) {
  .nav-item--wrapper_main {
    height: 109px;
    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;
  }
  .navbar_nav {
    border-bottom: 1px solid #C3D0CE;
  }
}

@media only screen and (min-width: 1400px) {
  .nav-item--wrapper_main {
    height: 109px;
    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;
  }
  .navbar_nav {
    border-bottom: 1px solid #C3D0CE;
  }
}

a:hover, a:focus, a:active {
  text-decoration: none;
  color: #114d3f;
}

.me2 {
  color: #114d3f;
}

.me2 span {
  cursor: pointer;
}

.me2 > a span {
  color: #f29145;
}

.me3 > a span {
  color: #f29145;
}

.me4 {
  border-right: 1px solid #333;
  cursor: default;
  text-align: center;
  float: left;
  position: relative;
}

.me5 {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.me5 span {
  color: #114d3f;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.me5 span a {
  color: #FF484F;
}

.me5 span:hover {
  color: #f29145;
}

.me5 .me7 {
  background-color: #fff !important;
  display: none;
  left: 0;
  position: absolute;
  top: 50px;
  width: 300px;
  -webkit-box-shadow: 0px 8px 16px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 16px 4px rgba(0, 0, 0, 0.25);
}

.me5:hover a {
  color: #4A494A !important;
}

.me6 {
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.me6:hover {
  background-color: #fff;
  color: #4A494A;
}

.me8 {
  cursor: pointer;
}

.me9 {
  display: none;
}

.me10 {
  display: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.social_icon:hover {
  color: #114d3f;
}

#navbar {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.nav-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-item--wrapper {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-item--wrapper:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-item--wrapper .h_element::before {
  content: "";
  width: 100%;
  height: 41px;
  position: absolute;
  left: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 7px solid transparent;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-item--wrapper .h_element:hover {
  color: red !important;
}

.nav-item--wrapper .h_element:hover span {
  color: #f29145 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-item--wrapper .h_element:hover::before {
  content: "";
  width: 100%;
  height: 41px;
  position: absolute;
  left: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 7px solid #0d4c3e;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*# sourceMappingURL=styles.css.map */