.no-bullets, .primary-menu > .nav > ul > li {
  list-style: none;
}
.has-mega-menu {
  padding-bottom: 0;
}
.primary-menu {
  /* more explicit here to prevent conflicts with
   the megamenu / subnav */
}
.primary-menu > .nav > ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1199px) {
  .primary-menu > .nav > ul {
    width: 100%;
  }
}
.primary-menu > .nav > ul .active {
  background-color: #004b8d;
}
.primary-menu > .nav > ul .active a {
  color: #fff;
}
.primary-menu > .nav > ul .active:after {
  content: '';
  width: 100%;
  bottom: 0;
  display: block;
}
.primary-menu > .nav > ul .active:hover:after {
  content: none;
}
.primary-menu > .nav > ul li:focus-within mega-menu__wrapper {
  opacity: 1;
  visibility: visible;
}
.primary-menu > .nav > ul > li {
  /* border-top: 4px solid transparent; */
  transition: 0.2s 0.2s;
}
@media (max-width: 1199px) {
  .primary-menu > .nav > ul > li {
    /* flex: 1; 
     flex-basis: 0;
     display: flex; */
    /* justify-content: center;
     align-items: center;
     align-self: center;
     text-align: center;*/
  }
}
.primary-menu > .nav > ul > li.nav-search {
  padding-left: 15px;
  padding-right: 15px;
}
.primary-menu > .nav > ul > li a {
  height: 100%;
  transition: 0.2s 0.2s;
}
.primary-menu > .nav > ul > li .mega-menu__subnav .subnav li {
  /* visibility: hidden; */
  /* min-width: 33%; */
}
@media (min-width: 1450px) {
  .primary-menu > .nav > ul > li .mega-menu__subnav .subnav li {
    font-size: 90%;
  }
}
.primary-menu > .nav > ul > li .mega-menu__subnav .subnav li a {
  /* text-shadow: 3px 0 $white, 2px 0 $white, 1px 0 $white, -1px 0 $white, -2px 0 $white, -3px 0 $white;
   background-image: linear-gradient($blue-dark,$blue-med);
   background-repeat: no-repeat;
   background-size: 100% 2px;
   background-position: center bottom 5%;
   background-origin: padding-box;
   padding-bottom: 1px; */
  color: #4f4f4f;
  font-weight: 500;
  transition: none !important;
}
.primary-menu > .nav > ul > li .mega-menu__subnav .subnav li a:hover {
  /* background-image: linear-gradient($black,$black); */
}
.primary-menu > .nav > ul > li .mega-menu__subnav .subnav li .level1-item {
  color: #004b8d;
  font-size: 115%;
  margin-bottom: 10px;
}
.primary-menu > .nav > ul > li .mega-menu__subnav .subnav li .level1-item a {
  color: #004b8d;
}
.primary-menu > .nav > ul > li .mega-menu__subnav .subnav li .ext-link .external:after {
  content: none;
}
.primary-menu > .nav > ul > li .mega-menu__subnav .subnav li.megacol-33 {
  width: 33.33333333%;
}
.primary-menu > .nav > ul > li .mega-menu__subnav .subnav li.megacol-50 {
  width: 50%;
}
.primary-menu > .nav > ul > li .mega-menu__subnav .subnav li .bullet-arrows a {
  font-size: 14px;
}
.primary-menu > .nav > ul > li:hover, .primary-menu > .nav > ul > li:focus, .primary-menu > .nav > ul > li:active {
  background-color: #004b8d;
  /*border-top: 4px solid $blue; */
  color: #fff;
  /* show mega menu on rollover */
}
.primary-menu > .nav > ul > li:hover a, .primary-menu > .nav > ul > li:focus a, .primary-menu > .nav > ul > li:active a {
  color: #fff;
  transition: 0.2s 0.3s;
  /* background: $white; */
}
.primary-menu > .nav > ul > li:hover .mega-menu__wrapper, .primary-menu > .nav > ul > li:focus .mega-menu__wrapper, .primary-menu > .nav > ul > li:active .mega-menu__wrapper {
  /* display: block; */
  visibility: visible;
  transition: 0.2s 0.25s;
}
.primary-menu > .nav > ul > li:hover .mega-menu__subnav .subnav li, .primary-menu > .nav > ul > li:focus .mega-menu__subnav .subnav li, .primary-menu > .nav > ul > li:active .mega-menu__subnav .subnav li {
  /* visibility: visible;
   transition: 0 0; 
   display: block; */
}
.primary-menu > .nav > ul > li:hover .mega-menu__content .button:hover, .primary-menu > .nav > ul > li:focus .mega-menu__content .button:hover, .primary-menu > .nav > ul > li:active .mega-menu__content .button:hover, .primary-menu > .nav > ul > li:hover .mega-menu__content .button:focus, .primary-menu > .nav > ul > li:focus .mega-menu__content .button:focus, .primary-menu > .nav > ul > li:active .mega-menu__content .button:focus, .primary-menu > .nav > ul > li:hover .mega-menu__content .button:active, .primary-menu > .nav > ul > li:focus .mega-menu__content .button:active, .primary-menu > .nav > ul > li:active .mega-menu__content .button:active {
  background: rgba(0, 75, 141, .75);
}
.primary-menu > .nav > ul > li:hover .mega-menu__content .button:focus-within, .primary-menu > .nav > ul > li:focus .mega-menu__content .button:focus-within, .primary-menu > .nav > ul > li:active .mega-menu__content .button:focus-within {
  background: rgba(0, 75, 141, .75);
}
.primary-menu > .nav > ul > li:focus-within {
  background-color: #004b8d;
  /*border-top: 4px solid $blue; */
  color: #fff;
  /* show mega menu on rollover */
}
.primary-menu > .nav > ul > li:focus-within a {
  color: #fff;
  transition: 0.2s 0.3s;
  /* background: $white; */
}
.primary-menu > .nav > ul > li:focus-within .mega-menu__wrapper {
  /* display: block; */
  visibility: visible;
  transition: 0.2s 0.25s;
}
.primary-menu > .nav > ul > li:focus-within .mega-menu__subnav .subnav li {
  /* visibility: visible;
   transition: 0 0; 
   display: block; */
}
.primary-menu > .nav > ul > li:focus-within .mega-menu__content .button:hover, .primary-menu > .nav > ul > li:focus-within .mega-menu__content .button:focus, .primary-menu > .nav > ul > li:focus-within .mega-menu__content .button:active {
  background: rgba(0, 75, 141, .75);
}
.primary-menu > .nav > ul > li:focus-within .mega-menu__content .button:focus-within {
  background: rgba(0, 75, 141, .75);
}
.primary-menu > .nav > ul > li > a {
  box-sizing: border-box;
  /* color: $black; */
  display: block;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 25px 35px 20px 35px;
  text-decoration: none;
  height: 100%;
  /* text-transform: uppercase; */
  font-weight: 500;
  font-size: calc(16px + 1 * ((100vw - 991px) / 209));
  font-family: "Hind Guntur", "Roboto", Arial, Helvetica, sans-serif;
}
@media (max-width: 1199px) {
  .primary-menu > .nav > ul > li > a {
    padding: 20px 25px;
  }
}
@media (max-width: 1075px) {
  .primary-menu > .nav > ul > li > a {
    padding: 20px 15px;
  }
}
.primary-menu > .nav > ul > li > a:hover, .primary-menu > .nav > ul > li > a:focus, .primary-menu > .nav > ul > li > a:active {
  color: #fff;
}
.primary-menu > .nav > ul > li > a:focus-within {
  color: #fff;
}
.primary-menu > .nav > ul > li > a .button:hover, .primary-menu > .nav > ul > li > a .button:focus, .primary-menu > .nav > ul > li > a .button:active {
  background-color: rgba(0, 75, 141, .75);
}
.primary-menu > .nav > ul > li > a .button:focus-within {
  background-color: rgba(0, 75, 141, .75);
}
.primary-menu .sub-menu {
  display: none;
}
/* home */
.nav-home a {
  background: path('icon-home.svg') center center no-repeat;
}
.nav-home a:hover, .nav-home a:focus, .nav-home a:active {
  background: white path('icon-home.svg') center center no-repeat;
}
.nav-home a:focus-within {
  background: white path('icon-home.svg') center center no-repeat;
}
/* search - needs to be specific in order to prevent
 interferences with the search bar */
.nav-search {
  padding: 0px 0 0 15px;
  display: flex;
  align-self: center;
}
.nav-search form {
  position: relative;
}
@media (min-width: 1200px) {
  .nav-search form {
    min-width: 250px;
  }
}
@media (min-width: 1300px) {
  .nav-search form {
    min-width: 300px;
  }
}
.nav-search form label {
  width: 100%;
}
.nav-search > a {
  background: path('icon-search.svg') center center no-repeat;
  left: 0;
  position: relative;
  transition: left 0.5s ease-in-out;
  display: none !important;
}
.nav-search > a:hover {
  background: none;
}
.nav-search:hover {
  background: none !important;
}
.nav-search .search-submit {
  background-color: #004b8d;
  background-image: url('../images/search-icon.png');
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0;
  padding: 8px 15px;
  margin-left: -7px;
  border: 0;
  /* margin-top: 5px; */
  position: absolute;
  right: 0;
  top: 0;
}
.nav-search .search-submit:before {
  content: 'search';
  color: #fff;
}
.nav-search label {
  margin-bottom: 0;
  padding: 0px;
}
.nav-search input[type="search"] {
  padding: 0px 5px;
  border-radius: 0;
  height: 33px;
  width: 100%;
}
/*------------------------------------*\
 #MEGA-MENU
 \*------------------------------------*/
@keyframes reveal-mega-menu {
  0% {
    height: 0%;
  }
  100% {
    height: auto;
  }
}
@keyframes fadein-mega-menu {
  0% {
    opacity: 0;
    top: -5px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.mega-menu {
  animation: fadein-mega-menu 0.5s ease-in-out;
  position: relative;
  /* content within the mega menu */
  /* subnavigation within the mega menu */
}
.mega-menu .container-fluid {
  padding: 0px 50px !important;
}
.mega-menu .page-sidebar {
  font-size: 90%;
  padding: 30px;
}
@media (max-width: 991px) {
  .mega-menu .page-sidebar {
    display: none;
  }
}
.mega-menu .page-sidebar .button:hover {
  background-color: rgba(0, 75, 141, .5);
  border-color: #4f4f4f;
}
.mega-menu .page-sidebar .menu-products {
  margin: 0;
  padding: 0;
  flex-flow: row wrap !important;
}
.mega-menu .page-sidebar .menu-products li {
  list-style: none;
  padding-bottom: 10px;
  width: 100%;
}
.mega-menu .menu-image {
  float: right;
  /* max-width: 30%; */
}
.mega-menu .menu-image img {
  width: 100%;
  height: auto;
  padding: 15px 0px 15px 15px;
}
.mega-menu__wrapper {
  animation: reveal-mega-menu 0.25s ease-in-out;
  background: white;
  box-shadow: 0 4px 4px -2px #777;
  /* display: none;*/
  left: 0;
  /* min-height: 320px; */
  position: absolute;
  width: 100%;
  z-index: 30;
  transition: 0.2s 0.25s;
  visibility: hidden;
}
.mega-menu__content {
  box-sizing: border-box;
  padding: 25px 0;
  /* mega menu title */
  /* description */
  /* learn more button */
}
.mega-menu__content h2 {
  font-size: 28px;
  color: #4f4f4f;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  margin-top: 10px;
}
.mega-menu__content p {
  font-size: 90%;
  font-weight: normal;
  margin-bottom: 15px;
  color: #4f4f4f;
}
.mega-menu__content .button {
  display: inline-block;
  width: auto;
  border: 2px solid #004b8d;
  margin: 15px 15px 25px 0 !important;
}
.mega-menu__content .button:hover {
  background-color: rgba(0, 75, 141, .5);
  border-color: #4f4f4f;
}
.mega-menu__content .learn-more {
  margin-bottom: 25px;
}
.mega-menu .subnav {
  padding: 0px 0 0 0;
  margin: 15px 0 0px 0px;
  display: flex;
  flex-flow: wrap;
}
.mega-menu .subnav .bullet-arrows {
  margin-bottom: 5px;
}
.mega-menu .subnav li {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
  /* flex: 1; */
  list-style: none;
}
.mega-menu .subnav li a {
  color: #4f4f4f;
  text-decoration: none;
}
.mega-menu .subnav li a:hover {
  color: #004b8d !important;
  /* margin-left: 15px; */
}
.mega-menu .subnav li .level1-item a {
  color: #004b8d;
}
