/* Image Map Styles for 2015 banner - this style sheet just pertains to the 2015 banner and can be removed next year. If removed, remember to also remove the reference to this file in the includes/header.php file */

/*  2018 Banner */
.banner-img {
  display: inline-block;
  position: relative;
  width: 1210px;
  height: 437px;
}

.banner-img .top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.banner-img:hover .top {
  display: inline;
}

.header-banner {
  position: relative;
  width: 1210px;
  height: 434px;
  overflow: hidden;
  margin: 0 auto;
}

.header-banner img {
  width: 100%;
}

.hover-instruction {
  width: 1210px;
  eight: 95px;
  eight: auto;
  background-color: #161a1d;

  position: relative;
  margin: 0 auto;
}

.hover-instruction a {
  color: #ffd602;
}

.hover-instruction p {
  padding: 15px 10px 15px 40px;
  color: #fff;
  font-family: "Heebo", sans-serif;
  font-size: 13px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.hover-instruction .btn {
  float: right;
  margin-right: 30px;
  font-style: normal;
}
.hover-instruction.b-page .btn {
  margin-right: 40px;
}

/* .banner-img figcaption:hover {
	background: rgba(0,0,0,.7);
	transition: background-color 0.5s ease;
}

/* ie 7 and 8 solid background for banner-img figcaption
.ie7 .banner-img figcaption:hover {
	background: #000000;
}

.ie8 .banner-img figcaption:hover {
	background: #000000;
}
/*

/* PANEL HEADER */

.panel-general {
  position: absolute;
  top: 0;
  width: 16.66611570247934%;
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
    no-repeat;
}

/* from the left */
.panel-one {
  left: 0;
  height: 434px;
}

.panel-two {
  left: 201.66666666666667px;
  height: 434px;
}

.panel-three {
  left: 403.33333333333334px;
  height: 434px;
}

.panel-four {
  left: 605.00000000000001px;
  height: 434px;
}

.panel-five {
  left: 806.66666666666668px;
  height: 434px;
}

.panel-six {
  left: 1008.33333333333335px;
  height: 434px;
}

.panel-text {
  left: 0;
}

.header-banner > div:hover > div[class$="-text"] {
  display: block;
}

.header-banner div[class$="-text"] {
  position: absolute;
  display: none;
  height: auto;
  padding: 5px 20px;
  bottom: 0;
  height: 324px;
}

.header-banner .panel-one div[class$="-text"] {
  background: rgba(0, 0, 0, 0.7);
}

.header-banner .panel-two div[class$="-text"] {
  background: rgba(0, 0, 0, 0.7);
}

.header-banner .panel-three div[class$="-text"] {
  background: rgba(0, 0, 0, 0.7);
}

.header-banner .panel-four div[class$="-text"] {
  background: rgba(0, 0, 0, 0.7);
}

.header-banner .panel-five div[class$="-text"] {
  background: rgba(0, 0, 0, 0.7);
}

.header-banner .panel-six div[class$="-text"] {
  background: rgba(0, 0, 0, 0.7);
}

.header-banner div[class$="-text"] p {
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
}

.header-banner div[class$="-text"] h1 {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  margin-top: 30px;
}

/* IE overrides for image map styles for 2015 banner */
.ie7 .header-banner div[class$="-text"] {
  background: #000000;
}

.ie8 .header-banner div[class$="-text"] {
  background: #000000;
}
