.page-disabled {
  cursor: default;
}

.mega-section .container .row > div {
  padding-top: 0;
  padding-bottom: 0;
}

.mega-section ul ul li {
  border-bottom: 1px solid #e51937;
}

.mega-section ul ul li.last {
  border-bottom: 0;
}

.meganav img {
  display: none;
}

.additional-info > .title {
  display: none;
}

@media (min-width: 768px) {
  .search > span {
    display: block;
    width: 100%;
  }

  .search ul.searchSkinObjectPreview {
    font-size: 18px;
    width: 100%;
  }

  .searchInputContainer {
    width: 100%;
  }

  .searchInputContainer input[type=text] {
    border: 0;
    font-size: 18px;
    outline: 0;
    padding: 5px 40px 5px 5px;
    width: 100%;
  }

  .searchInputContainer a.dnnSearchBoxClearText {
    top: 0;
    margin: 11px 0;
    right: 45px !important;
  }

  .search .search-btn {
    position: absolute;
    right: 23px;
    top: 22px;
    width: 26px;
  }
}

@media (min-width: 992px) {
  .searchInputContainer {
    width: 100%;
  }

  .searchInputContainer input[type=text] {
    font-size: 17px;
  }

  .search ul.searchSkinObjectPreview {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  ul.top-level > li > a {
    font-weight: bold;
    color: #333;
    display: block;
    padding: 20px 20px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
  }

  ul.top-level > li > a:hover {
    background-color: transparent;
    color: #e51937;
    text-decoration: none;
    cursor: pointer;
  }
}

@media screen and (min-width: 1200px) {
  .searchInputContainer input[type=text] {
    font-size: 20px;
  }

  .search .search-btn {
    top: 0;
    width: 26px;
  }

  .search ul.searchSkinObjectPreview {
    font-size: 18px;
  }

  .pull-md-right,
  .pull-lg-right {
    float: right;
  }

  /* high level resets */

  .glyphicon {
    display: none;
  }

  .navigation-column {
    padding: 0 !important;
    position: static;
  }

  .navigation-column.collapse {
    display: block !important;
  }

  .meganav {
    position: static;
    overflow: hidden;
  }

  .meganav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  /* top level */

  ul.top-level {
    position: static;
    display: flex;
    align-items: center;
    min-height: 70px;
    justify-content: center;
  }

  ul.top-level > li {
    position: static;
    align-self: flex-end;
    flex: 1;
    -ms-flex: 1 0 auto;
    white-space: nowrap;
  }

  ul.top-level > li .img-text {
    display: none;
  }

  ul.top-level > li:first-child .mega-section,
  ul.top-level > li.parts-service .mega-section {
    padding-bottom: 0;
  }

  ul.top-level > li:first-child .img-text,
  ul.top-level > li.parts-service .img-text {
    display: inline-block;
    text-align: center;
    width: 100px;
    word-spacing: 100px;
    white-space: normal;
    line-height: 1;
    position: absolute;
  }

  ul.top-level > li:first-child .img-text {
    right: 70px;
    top: 100px;
  }

  ul.top-level > li li.last .img-text {
    right: 45px;
  }

  ul.top-level > li.parts-service .img-text {
    left: 220px;
    top: 50px;
  }

  ul.top-level > li.parts-service .img-link-top img {
    width: 356px;
  }

  /* dropdown */

  ul.top-level > li:hover > .mega-section {
    display: block !important;
  }

  .mega-section {
    background-color: #952023;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
    padding: 40px 0;
    left: 0;
    top: 90px;
    width: 100%;
    position: absolute;
    display: none;
    -webkit-box-shadow: inset 0 20px 20px -10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 0 20px 20px -10px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 20px 20px -10px rgba(0, 0, 0, 0.8);
  }

  .mega-section a {
    font-weight: 700;
    font-size: 22px;
  }

  .mega-section a:hover {
    text-decoration: none;
  }

  .mega-section ul a {
    font-weight: bold;
    display: block;
    color: #fff;
  }

  .mega-section ul li.active > a {
    color: #faa631;
  }

  .mega-section ul.parent-nav > li {
    padding: 0 12px;
    position: relative;
  }

  .mega-section ul.parent-nav ul li:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #faa631;
    position: absolute;
    left: 4px;
    right: 0;
    top: 17px;
    bottom: 0;
  }

  .mega-section ul.parent-nav > li a {
    background-color: transparent;
    font-size: 20px;
  }

  .mega-section ul.parent-nav ul li > a {
    font-size: 18px;
  }

  .mega-section ul ul a {
    display: block;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 400;
  }

  .mega-section ul ul a:hover,
  .mega-section ul ul a:focus {
    color: #faa631;
  }

  /* icon menu css */

  .row-flex {
    display: flex;
  }

  .column-flex {
    flex: 1;
  }

  .mega-section ul ul a {
    display: block;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 400;
  }

  .mega-section ul ul a:hover,
  .mega-section ul ul a:focus {
    color: #faa631;
  }

  /* icon menu css */

  .row-flex {
    display: flex;
    justify-content: space-around;
  }

  .column-flex {
    flex: 1;
  }

  /* image links and alignment */

  a.img-link {
    display: block;
    margin: 0 auto;
    color: #333333;
    max-width: 100%;
  }

  a.img-link-top {
    text-align: center;
  }

  a.img-link-top img {
    margin: 0 auto;
    display: block;
    clear: both;
  }
}

@media (min-width: 1480px) {
  ul.top-level > li > a {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  ul.top-level > li > a {
    font-size: 18px;
  }
}

@media (min-width: 1920px) {
  ul.top-level > li > a {
    font-size: 22px;
  }
}

@media screen and (max-width: 1199px) {
  body#Body {
    padding-top: 0 !important;
  }

  header {
    position: relative;
  }

  .glyphicon {
    float: right;
    color: #333;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    text-align: center;
  }

  .search {
    padding: 15px;
    margin: 0;
    position: relative;
  }

  .search .searchInputContainer {
    width: 100%;
  }

  .search .searchInputContainer input[type='text'] {
    border: 0;
    font-size: 20px;
    outline: none;
    padding: 5px 40px 5px 5px;
    width: 100%;
  }

  .search .searchInputContainer input[type='text']::-webkit-input-placeholder {
    color: #000000;
    text-transform: uppercase;
  }

  .search .searchInputContainer input[type='text']:-moz-placeholder {
    color: #000000;
    text-transform: uppercase;
  }

  .search .searchInputContainer input[type='text']::-moz-placeholder {
    color: #000000;
    text-transform: uppercase;
  }

  .search .searchInputContainer input[type='text']:-ms-input-placeholder {
    color: #000000;
    text-transform: uppercase;
  }

  .search .searchInputContainer a.dnnSearchBoxClearText {
    top: 0;
    margin: 11px 0;
    right: 45px !important;
  }

  .search .searchInputContainer ul.searchSkinObjectPreview {
    font-size: 18px;
    width: 100%;
  }

  .search .searchInputContainer ul.searchSkinObjectPreview > li p {
    font-size: 13px;
  }

  .search .search-btn {
    position: absolute;
    right: 23px;
    top: 16px;
    width: 26px;
    font-size: 25px;
  }

  .navigation-column {
    padding-bottom: 0;
    padding-top: 0;
  }

  .meganav a {
    text-decoration: none;
    color: #000;
  }

  .meganav ul {
    padding: 0;
    list-style: none;
  }

  /* top level */

  ul.top-level {
    margin-bottom: 0;
  }

  ul.top-level > li {
    background-color: #952023;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
  }

  ul.top-level > li.focus,
  ul.top-level > li:focus {
    background-color: #952023;
  }

  ul.top-level > li > a {
    color: #fff;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 20px;
    border-top: 1px solid #e51937;
  }

  /* subsections */

  .mega-section {
    padding: 0;
    background-color: #faa631;
  }

  .mega-section a {
    font-weight: 600;
    display: block;
    color: #333;
  }

  .mega-section a.img-link {
    color: #000;
  }

  .mega-section a .glyphicon {
    display: none;
  }

  .mega-section .title a {
    color: #000;
  }

  .mega-section ul.parent-nav {
    margin-bottom: 10px;
    margin: 0 -15px;
  }

  .mega-section ul.parent-nav > li {
    padding: 10px 15px;
    background-color: #faa631;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
  }

  .mega-section ul li.additional-info {
    padding-top: 0;
  }

  .mega-section ul li.additional-info ul.parent-nav > li:first-child {
    padding-top: 0;
  }

  .mega-section ul ul a {
    display: block;
    padding-left: 15px;
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {

}

@media (max-width: 767px) {

}