body {
  background: #7BD102;
}
@media (min-width: 768px) {
  #TopLinks {
    height: 100%;
    min-height: 70px;
  }
  .nav-justified {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .nav-justified .toplinks__li {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-justified .toplinks__li a {
    height: 100%;
    width: 100%;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media (max-width: 950px) {
  #TopLinks a {
    font-size: 1.5vw;
  }
}
@media (min-width: 768px) {
  .header__logo {
    width: 48%;
    bottom: 12%;
    left: 2%;
  }
  .header__email {
    width: 28.47%;
    bottom: 20.51%;
    right: 0.75%;
  }
  .header__call-today {
    right: 5.2%;
  }
  .header__phone {
    width: 27.02%;
    bottom: 36.87%;
  }
}
#AreaChecker {
  display: none;
}
#MainColumn .DetailsTitle h1,
#MainColumn .DetailsTitle h2,
#MainColumn .DetailsMainImage {
  background: #FDBF14;
}
#LeftColumn #ProductSearch {
  position: relative;
  background: #272727;
  background: radial-gradient(ellipse at center, #272727 0%, #000 100%);
  padding-top: 52.5%;
  margin-bottom: 10px;
}
#LeftColumn #CategoryPanel a {
  background-color: #FDBF14;
  background: -webkit-gradient(linear, left top, left bottom, from(#FDBF14), to(#F5821C));
  background: linear-gradient(#FDBF14, #F5821C);
}
.castlePanel {
  border: 1px solid #000;
}
.castlePanel .castleCheckBook {
  background: #000;
  color: #FFDB00;
}
