#shield {
  margin-bottom: 40px;
}
#banners {
  height: 360px;
  display: block;
}
#banners > div {
  border-bottom: 1px solid #000000;
  background-image: url("../images/banner.svg");
  background-repeat: no-repeat;
  background-color: #000;
  padding: 20px;
  margin: 0px;
  height: 320px;
  opacity: 0;
  position: absolute;
  -moz-transition: opacity 0s ease 0.4s;
  -webkit-transition: opacity 0s ease 0.4s;
  transition: opacity 0s ease 0.4s;
  display: block;
}
#banners > div.current {
  opacity: 1;
  z-index: 1;
  -moz-transition: opacity 0.4s ease 0s;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
#banners > div p {
  font-size: 18px;
  line-height: 25px;
}
#banners > div > p {
  clear: both;
  display: block;
  padding: 3px 0px 2px;
  font-size: 12px;
  line-height: 0;
  position: absolute;
  bottom: 68px;
}
#banners > div > div {
  width: 860px;
  margin: 10px 30px 0 30px;
  height: 250px;
  text-align: right;
}
#banners > div > div > p.text {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  font-size: 18px;
  line-height: 26px;
  padding: 10px;
  max-width: 425px;
  margin-left: auto;
}
#banners a.button {
  display: inline-block;
  border-color: #666;
}
#banners a.button img {
  float: right;
  margin-left: 8px;
  margin-top: -4px;
  margin-bottom: -4px;
  margin-right: -2px;
}
#banners > div > div > p.foot {
  color: white;
  font-size: 80%;
  margin: 0px;
}

/* Tab portion under banners */
#shield .tabs {
  font-size: 12px;
  list-style: none;
  padding-left: 0;
  margin: -70px 19px -30px;
  z-index: 2;
  position: relative;
  height: 100px;
  line-height: 16px;
}
#shield .tabs li {
  border-color: black;
  border-style: solid;
  border-width: 1px 0;
  display: table-cell;
  background-color: #4d4d4d;
  background-image: linear-gradient(to bottom, #4d4d4d 0%, #1a1a1a 100%);
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #5a5a5a #333333 #1a1a1a #5a5a5a;
  width: 1%;
}
#shield .tabs a {
  padding: 19px 15px 20px 60px;
  text-decoration: none;
  color: white;
  outline: 0;
  display: block;
}
#shield .tabs li:hover,
#shield .tabs li:focus,
#shield .tabs li.current {
  background-color: #333333;
  background-image: linear-gradient(to bottom, #333333 0%, #4d4d4d 100%);
}
#shield .tabs img {
  width: 32px;
  height: 32px;
  float: left;
  margin: 0px 0px 16px -45px;
}
#shield .tabs strong {
  font-size: 17px;
  font-weight: normal;
  display: block;
  margin: 0 0 14px -45px;
}
#shield .tabs li:first-child {
  border-left-width: 1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#shield .tabs li:last-child {
  border-right-width: 1px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#columns {
  margin-top: -70px !important;
}
