a {font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;}

.menu a:hover {
    color:#fff !important;
}

.menu ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu ol:first-child {
  width: 100%;
  max-width: 960px;
  margin: 0rem auto 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: flex-start;
}
.menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 5px solid #0b334f;
  position: relative;
  transition: background 0.3s ease-in-out;
  text-align:center;
}
/*
.menu-item:nth-child(1) > a::before {
  content: "\f015";
}
.menu-item:nth-child(2) > a::before {
  content: "\f05a";
}
.menu-item:nth-child(3) > a::before {
  content: "\f102";
}
.menu-item:nth-child(4) > a::before {
  content: "\f103";
}
.menu-item:nth-child(5) > a::before {
  content: "\f03d";
}
.menu-item:nth-child(1) > a::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  display: block;
  margin-bottom: 1rem;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #ffffff;
}
*/
@media (min-width: 768px) {
  .menu-item:nth-child(1) > a::before {
    font-size: unset;
  }
}
.menu-item:nth-child(2) > a::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  display: block;
  margin-bottom: 1rem;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #ffffff;
}
@media (min-width: 768px) {
  .menu-item:nth-child(2) > a::before {
    font-size: 1.5rem;
  }
}
.menu-item:nth-child(3) > a::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  display: block;
  margin-bottom: 1rem;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #fff;
}
@media (min-width: 768px) {
  .menu-item:nth-child(3) > a::before {
    font-size: 1.5rem;
  }
}
.menu-item:nth-child(4) > a::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  display: block;
  margin-bottom: 1rem;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #fff;
}
@media (min-width: 768px) {
  .menu-item:nth-child(4) > a::before {
    font-size: 1.5rem;
  }
}
.menu-item:nth-child(5) > a::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  display: block;
  margin-bottom: 1rem;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #fff;
}
@media (min-width: 768px) {
  .menu-item:nth-child(5) > a::before {
    font-size: 1.5rem;
  }
}
.menu-item .sub-menu > a {
  color: red;
}
.menu-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.menu-item .sub-menu {
  position: absolute;
  top: 100%;
  width: 100%;
  transform-origin: top;
  transform: rotateX(-90deg);
  transition: transform 0.3s linear;
  background-color: rgba(255, 255, 255, 0.7);
}
.menu-item .sub-menu .menu-item {

    border-top: 1px solid #fff !important;
    padding: 2px 1px !important;

}

.menu-item .sub-menu .menu-item a {
  font-size:.9em;
  font-weight:300;
  padding: 1px 6px;
  text-align:center;
  color:#0b334f;
}

.menu-item .sub-menu .menu-item a::before {
  content: "";
}
.menu-item .sub-menu .menu-item:first-child {
}
.menu-item:hover, .menu-item.active {
  border-top: 5px solid #b42024;
  background-color: rgba(255, 255, 255, 0.5);
}
.menu-item:hover a::before, .menu-item.active a::before {
  color: white;
}
.menu-item:hover .sub-menu {
  transform: rotateX(0deg);
}
.menu-item a {
  font-size: 0.8rem;
  display: inline-block;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  padding: .3em .5em .5em;
}

.sub-menu .menu-item:hover a {
  color: #b42024 !important;
  
}

.menu-item.active a {
    color: #b42024 !important;

}

.menu-item a:active {
    color: #b42024 !important;

}

.menu-item.active a:hover {
    color: #b42024 !important;
}

@media (min-width: 768px) {
  .menu-item a {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px) {
    
    .menu-item {
        padding-right: 20px !important;
    }
    .menu-item a {
        font-size:.8em !Important;   
    }
}

