a {
  text-decoration: none;
}
.corporation2 {
  width: 100%;
}
#header-banner {
  background-color: #E5E5E5;
  height: 650px;
  width: 100%;
  color: black;
}
#header-banner h1 {
  line-height: 1.5;
}
#header-banner a {
  color: #3366CC;
  transition: all .5s;
}
#header-banner a:hover {
  text-decoration: underline;
  transition: all .5s;
}
#header-banner .fixed-height {
  height: 420px;
}
#header-banner [class*=sub-cat] {
  height: 280px;
  color: white;
  transition: all 1s;
}
#header-banner [class*=sub-cat] div {
  cursor: pointer;
  padding: 20px 15px;
}
#header-banner [class*=sub-cat] div h2 {
  padding-bottom: 20px;
  width: 150px;
}
#header-banner [class*=sub-cat]:hover {
  margin-top: -10px;
  transition: all 1s;
  text-decoration: none;
}
.bottom-content {
  color: #999999;
  margin-top: 85px;
}
.bottom-content div a {
  color: #999999 !important;
}
