.aeg-nav .table {
  height: 38px;
}
.aeg-nav .table-cell {
  vertical-align: bottom;
}
.aeg-nav .table-cell > ul > li {
  float: left;
  margin-right: 2.857em;
  position: relative;
  cursor: pointer;
}
.aeg-nav .table-cell > ul > li:last-child {
  margin-right: 0;
}
.aeg-nav .table-cell > ul > li > span, .brand-link a {
  font-weight: 400;
  font-size: 1.286em;
  line-height: 1em;
  color: #444;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}

.brand-link a:hover {
  color: #c80028;
}

.aeg-sub-nav {
  display: none;
  position: absolute;
  background: #fff;
  padding: 12px;
  width: 170px;
  right: 0;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
  -webkit-animation: aeg-nav-active 0.3s;
  -moz-animation: aeg-nav-active 0.3s;
  -o-animation: aeg-nav-active 0.3s;
  animation: aeg-nav-active 0.3s;
}
.aeg-sub-nav li {
  margin-bottom: 5px;
}
.aeg-nav .table-cell > ul > li.aeg-nav-active > span {
  color: #c80028;
}
.aeg-nav-active .aeg-sub-nav {
  display: block;
}
.aeg-sub-nav li a {
  font-weight: 400;
  font-size: 1em;
  line-height: 1em;
  color: #444;
  display: block;
  cursor: pointer;
  background: #fff;
  padding: 8px 12px;
  text-decoration: none;
}


.aeg-sub-nav li a:hover {
  text-decoration: none;
  color: #c80028;
}
@-webkit-keyframes aeg-nav-active {
  0% {
    opacity: 0;
    top: 80%;
  }
  100% {
    opacity: 1;
    top: 100%;
  }
}
@-moz-keyframes aeg-nav-active {
  0% {
    opacity: 0;
    top: 80%;
  }
  100% {
    opacity: 1;
    top: 100%;
  }
}
@-o-keyframes aeg-nav-active {
  0% {
    opacity: 0;
    top: 80%;
  }
  100% {
    opacity: 1;
    top: 100%;
  }
}
@keyframes aeg-nav-active {
  0% {
    opacity: 0;
    top: 80%;
  }
  100% {
    opacity: 1;
    top: 100%;
  }
}
.aeg-mobile-menu-btn {
  top: 14px;
  right: 0;
  width: 32px;
  height: 32px;
  display: none;
  cursor: pointer;
}
.aeg-mobile-menu-icon {
  height: 3px;
  width: 32px;
  top: 10px;
  background-color: #101616;
  position: absolute;
  transition: all 0.3s;
}
.aeg-mobile-menu-icon:before {
  content: "";
  left: 0;
  position: absolute;
  top: -10px;
  height: 3px;
  width: 32px;
  background-color: #101616;
  transition-duration: 0.5s;
}
.aeg-mobile-menu-icon:after {
  content: "";
  left: 0;
  position: absolute;
  top: 10px;
  height: 3px;
  width: 32px;
  background-color: #101616;
  transition-duration: 0.5s;
}
.aeg-menu-open .aeg-mobile-menu-icon {
  background: transparent;
}
.aeg-menu-open .aeg-mobile-menu-icon:before {
  transform: rotate(45deg);
  top: 0;
}
.aeg-menu-open .aeg-mobile-menu-icon:after {
  transform: rotate(-45deg);
  top: 0;
}
@media screen and (max-width: 750px) {
  .aeg-mobile-menu-btn {
    display: block;
  }
  .aeg-header-content-container nav {
    display: none;
    float: none;
    position: absolute;
    width: 100%;
    top: 50px;
    background: #fff;
    padding: 1em 0;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
  }
  .aeg-nav .table-cell > ul > li {
    float: none;
    margin-right: 0;
    text-align: center;
    padding: 0.5em;
  }
  .aeg-sub-nav {
    display: none;
    position: relative;
    background: #fff;
    padding: 12px;
    width: 100%;
    right: 0;
    box-shadow: none;
    transition: all 0.2s;
    -webkit-animation: aeg-nav-active 0.3s;
    -moz-animation: aeg-nav-active 0.3s;
    -o-animation: aeg-nav-active 0.3s;
    animation: aeg-nav-active 0.3s;
  }
}
.aeg-section-outer {
  margin-bottom: 25px;
}
.aeg-blurb {
  margin-bottom: 1em;
}
.aeg-category-content {
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 1.429em;
}
.aeg-2-categories li {
  float: left;
  width: 50%;
}
.aeg-3-categories li {
  float: left;
  width: 33.333%;
}
.aeg-4-categories li {
  float: left;
  width: 25%;
}
.aeg-header-inner {
  padding: 15px 0;
}
.aeg-banner-outer {
  background: #4a4a4c;
  background: -moz-linear-gradient(-45deg, rgba(74, 74, 76, 1) 0, rgba(46, 49, 50, 1) 41%, rgba(46, 49, 50, 1) 41%, rgba(14, 20, 20, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(74, 74, 76, 1) 0, rgba(46, 49, 50, 1) 41%, rgba(46, 49, 50, 1) 41%, rgba(14, 20, 20, 1) 100%);
  background: linear-gradient(135deg, rgba(74, 74, 76, 1) 0, rgba(46, 49, 50, 1) 41%, rgba(46, 49, 50, 1) 41%, rgba(14, 20, 20, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a4a4c',endColorstr='#0e1414',GradientType=1);
}
.aeg-banner-content {
  padding: 150px 40px;
}
.aeg-banner-content img {
  margin: 0 auto 20px;
}
.aeg-header {
  margin-bottom: 1em;
}
.aeg-header h2 {
  font-weight: 300;
  font-size: 3.571em;
  line-height: 1em;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
.aeg-category-content header h3 {
  font-weight: 300;
  font-size: 1.429em;
  line-height: 1em;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
.aeg-banner-content p {
  font-weight: 500;
  font-size: 1.143em;
  margin: 0;
  color: #fff;
}
.aeg-blurb p {
  font-weight: 300;
  font-size: 1.2em;
  margin: 0;
  color: #fff;
  line-height: 1.4em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 1);
}
.aeg-button-container a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #c80028;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  padding: 10px 20px;
  transition: all 0.2s;
}
.aeg-button-container a:hover {
  text-decoration: none;
  background: #95001e;
}
.aeg-laundry-banner-outer {
  background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/aeg/images/aeg-laundry-banner.jpg) no-repeat center center / cover;
}
.aeg-laundry-banner-content {
  padding: 190px 20px 190px 100px;
  max-width: 510px;
}
.aeg-laundry-categories-inner ul li {
  height: 230px;
}
.aeg-laundry-washing-machines {
  background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/aeg/images/aeg-laundry-washing-machines.jpg) no-repeat top center / cover;
}
.aeg-laundry-washer-dryers {
  background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/aeg/images/aeg-laundry-washer-dryers.jpg) no-repeat top center / cover;
}
.aeg-laundry-tumble-dryers {
  background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/aeg/images/aeg-laundry-tumble-dryers.jpg) no-repeat top center / cover;
}
.aeg-cooking-banner-outer {
  background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/aeg/images/aeg-cooking-banner.jpg) no-repeat center left / cover;
}
.aeg-cooking-banner-content {
  padding: 160px 20px 160px 100px;
  max-width: 510px;
}
.aeg-cooking-categories-inner ul li {
  height: 240px;
}
.aeg-cooking-cookers {
  background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/aeg/images/aeg-cooking-cookers.jpg) no-repeat top center / cover;
}
.aeg-cooking-ovens {
  background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/aeg/images/aeg-cooking-ovens.jpg) no-repeat top center / cover;
}
.aeg-cooking-hobs {
  background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/aeg/images/aeg-cooking-hobs.jpg) no-repeat top center / cover;
}
.aeg-cooking-hoods {
  background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/aeg/images/aeg-cooking-hoods.jpg) no-repeat top center / cover;
}
.aeg-cooling-banner-outer {
  background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/aeg/images/aeg-cooling-banner.jpg) no-repeat center center / cover;
}
.aeg-cooling-banner-content {
  padding: 145px 20px 145px 100px;
  max-width: 510px;
}
.aeg-cooling-categories-inner ul li {
  height: 240px;
}
.aeg-cooling-fridges {
  background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/aeg/images/aeg-cooling-fridges.jpg) no-repeat top center / cover;
}
.aeg-cooling-freezers {
  background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/aeg/images/aeg-cooling-freezers.jpg) no-repeat top center / cover;
}
.aeg-cooling-fridge-freezers {
  background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/aeg/images/aeg-cooling-fridge-freezers.jpg) no-repeat top center / cover;
}
.aeg-floorcare-banner-outer {
  background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/aeg/images/aeg-floorcare-banner.jpg) no-repeat top center / cover;
}
.aeg-floorcare-banner-content {
  padding: 160px 20px 160px 100px;
  max-width: 510px;
}
.aeg-floorcare-categories-inner ul li {
  height: 240px;
}
.aeg-floorcare-cordless {
  background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/aeg/images/aeg-floorcare-cordless.jpg) no-repeat top center / cover;
}
.aeg-floorcare-handheld {
  background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/aeg/images/aeg-floorcare-handheld.jpg) no-repeat top center / cover;
}
@media screen and (max-width: 1300px) {
  .aeg-main-container {
    max-width: 1300px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 750px) {
  .aeg-main-container {
    padding: 0 15px;
  }
  .aeg-section-outer {
    margin-bottom: 15px;
  }
  .aeg-banner-content {
    padding: 60px 40px;
  }
  .aeg-header h2 {
    font-size: 28px;
  }
  .aeg-categories-inner ul li {
    height: 180px;
  }
  .aeg-2-categories li,
  .aeg-3-categories li,
  .aeg-4-categories li {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .aeg-banner-content {
    padding: 50px 30px;
  }
}
