/* Colors */
.no-bullets, .primary-menu > .nav > ul > li {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
.primary-menu {
  /* more explicit here to prevent conflicts with
   the megamenu / subnav */
}
.primary-menu > .nav > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  margin-left: 15px;
}
@media (max-width: 1199px) {
  .primary-menu > .nav > ul {
    width: 100%;
  }
}
.primary-menu > .nav > ul .active {
  background-color: #ff7b23;
}
.primary-menu > .nav > ul .active a {
  color: #fff;
}
.primary-menu > .nav > ul .active svg {
  color: #333 !important;
}
.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 {
  /* border-top: 4px solid transparent; */
  -webkit-flex: auto;
  flex: auto;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-self: center;
  align-self: center;
  margin: 0;
  transition: 0.2s 0.2s;
}
.primary-menu > .nav > ul > li .mega-link {
  color: #333;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 1199px) {
  .primary-menu > .nav > ul > li .mega-link {
    font-size: 16px;
  }
}
.primary-menu > .nav > ul > li .mega-link svg {
  margin-left: 10px;
  color: #ff7b23;
  transform: rotate(-90deg);
  transition: 0.2s 0.2s;
}
.primary-menu > .nav > ul > li .mega-link:hover {
  color: #333;
}
.primary-menu > .nav > ul > li .mega-link:hover svg {
  color: #333;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.2s 0.2s;
}
@media (max-width: 1199px) {
  .primary-menu > .nav > ul > li {
    /* flex: 1; 
     flex-basis: 0;
     display: -webkit-flex; display: flex; */
    /* -webkit-justify-content: center; justify-content: center;
     -webkit-align-items: center; align-items: center;
     -webkit-align-self: 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%;
}
.primary-menu > .nav > ul > li:hover {
  background-color: #ff7b23;
  /*border-top: 4px solid $blue; */
  color: #fff;
  /* show mega menu on rollover */
}
.primary-menu > .nav > ul > li:hover a {
  color: #fff;
  /* background: $white; */
}
.primary-menu > .nav > ul > li:hover .mega-menu__wrapper {
  visibility: visible;
  transition: 0.2s 0.3s;
}
.primary-menu > .nav > ul > li:hover .mega-link {
  color: #333;
}
.primary-menu > .nav > ul > li:hover .mega-link svg {
  color: #333;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.primary-menu > .nav > ul > li .mega-menu__content .button:hover {
  background: rgba(255, 123, 35, .75);
}
.primary-menu > .nav > ul > li .mega-menu__subnav .subnav li {
  /* 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($orange,$blue-med);
   background-repeat: no-repeat;
   background-size: 100% 2px;
   background-position: center bottom 5%;
   background-origin: padding-box;
   padding-bottom: 1px; */
  color: #333;
  font-weight: 500;
}
.primary-menu > .nav > ul > li .mega-menu__subnav .subnav li a:hover {
  /* background-image: linear-gradient($black,$black); */
}
.primary-menu > .nav > ul > li .media {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  padding-right: 15px;
}
.primary-menu > .nav > ul > li .media img {
  width: 75px;
  height: 75px;
  margin-right: 15px;
}
.primary-menu > .nav > ul > li .media a {
  color: #ff7b23;
  font-size: 115%;
}
.primary-menu > .nav > ul > li .media a:hover {
  color: #333;
}
.primary-menu > .nav > ul > li .ext-link .external:after {
  content: none;
}
.primary-menu > .nav > ul > li .bullet-arrows a {
  font-size: 14px;
}
.primary-menu > .nav > ul > li > a {
  box-sizing: border-box;
  /* color: $black; */
  display: block;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 15px 0px;
  text-decoration: none;
  height: 100%;
  /* text-transform: uppercase; */
  font-weight: 500;
  font-size: calc(16px + 1 * ((100vw - 991px) / 209));
  font-family: 'Ubuntu', sans-serif;
}
.primary-menu > .nav > ul > li > a:hover {
  color: #fff;
}
.primary-menu > .nav > ul > li > a .button:hover {
  background-color: rgba(255, 123, 35, .75);
}
.primary-menu .sub-menu {
  display: none;
}
/* home */
.nav-home a {
  background: path('icon-home.svg') center center no-repeat;
}
.nav-home a:hover {
  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: -webkit-flex;
  display: flex;
  -webkit-align-self: center;
  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: #ff7b23;
  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
 \*------------------------------------*/
@-webkit-keyframes reveal-mega-menu {
  0% {
    height: 0%;
  }
  100% {
    height: auto;
  }
}
@-webkit-keyframes fadein-mega-menu {
  0% {
    opacity: 0;
    top: -5px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@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 {
  -webkit-animation: fadein-mega-menu 0.5s ease-in-out;
  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(255, 123, 35, .5);
  border-color: #333;
}
.mega-menu .page-sidebar .menu-products {
  margin: 0;
  padding: 0;
  -webkit-flex-flow: row wrap !important;
  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 {
  -webkit-animation: reveal-mega-menu 0.5s ease-in-out;
  animation: reveal-mega-menu 0.5s ease-in-out;
  background: white;
  box-shadow: 0 4px 4px -2px #777;
  /* display: none; */
  right: 0;
  /* min-height: 320px; */
  position: absolute;
  width: 80%;
  z-index: 30;
  transition: 0.2s 0.3s;
  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: #333;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  margin-top: 10px;
}
.mega-menu__content p {
  font-size: 90%;
  font-weight: normal;
  margin-bottom: 15px;
  color: #333;
}
.mega-menu__content .button {
  display: inline-block;
  width: auto;
  border: 2px solid #ff7b23;
  margin: 15px 15px 25px 0 !important;
}
.mega-menu__content .button:hover {
  background-color: rgba(255, 123, 35, .5);
  border-color: #333;
}
.mega-menu__content .learn-more {
  margin-bottom: 25px;
}
.mega-menu .subnav {
  padding: 0px 0 0 0;
  margin: 25px 0 0px 0px;
  display: -webkit-flex;
  display: flex;
  flex-flow: wrap;
}
.mega-menu .subnav li {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
  /* flex: 1; */
  list-style: none;
}
.mega-menu .subnav li.megacol-33 {
  padding: 0;
  margin: 0;
  width: 33.3333%;
}
.mega-menu .subnav li.megacol-50 {
  width: 50%;
}
.mega-menu .subnav li a {
  color: #333;
  text-decoration: none;
}
.mega-menu .subnav li a:hover {
  color: #ff7b23 !important;
  /* margin-left: 15px; */
}
.mega-menu .subnav li .level1-item a {
  color: #ff7b23;
}
.mega-menu .subnav li .level1-item .media {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.mega-menu .subnav li .level1-item .media img {
  width: 75px;
  height: 75px;
  margin-right: 15px;
}
.nav-search .mega-link {
  display: none !important;
  text-indent: -99999999px;
  position: absolute;
  left: -99999999px;
}
