.nav--secondary-homepage-navigati > li > a {
    color: #004441;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    font-size: xx-large;
}

/*For main menu to stick with scroll*/
/*body.user-logged-in header.header {
    position: fixed !important;
    display: inline-block;
    top: 0;
}*/

.region-main-navigation {
    position: fixed;
    margin-top: 10.5em;
    z-index: 10;
    width: 100%;
}



.region-page-title .page-title {
    margin-top: 45px;
}

div#sticky-wrapper .nav {
    z-index: 5 !important;
    background-color: #fff;
}
ul.nav--secondary-homepage-navigati {
    justify-content: center;
    padding: 16px 0;
    flex-direction: row;
    width: 100%;
}



@media(min-width: 540px){
  ul.nav--secondary-homepage-navigati {
    display: flex;
  }
}
@media(max-width: 539px){
  ul.nav--secondary-homepage-navigati {
    display: grid;
  }
}

ul.nav--secondary-homepage-navigati li.nav__item {
    border-bottom: 2px solid #eee;
    margin: 0 8px;
}

.nav--secondary-homepage-navigati > li:first-child a:before {
  content: "";
  display: block;
  background-image: url(/sites/beaconbroadband/files/icons/Icon-Fiber.png);
  height: 64px;
  width: 64px;
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  float: left;
  margin-top: -8px;
}

.nav--secondary-homepage-navigati > li:nth-child(even) a:before {
  content: "";
  display: block;
  background-image: url(/sites/beaconbroadband/files/icons/Icon-Video.png);
  height: 64px;
  width: 64px;
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  float: left;
  margin-top: -8px;
}

.nav--secondary-homepage-navigati > li:last-child a:before {
  content: "";
  display: block;
  background-image: url(/sites/beaconbroadband/files/icons/Icon-Voice.png);
  height: 64px;
  width: 64px;
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  float: left;
  margin-top: -8px;
}

