/*CSS for home page*/
/* HORIZ NAV SUB */
#horizNav2 a:active,
#horizNav2 a:link,
#horizNav2 a:visited {
  color: #444;
  text-decoration: none;
}
#horizNav2 span {
  color: #444;
  font-weight: bold;
  font-size: 1.2em;
}
#horizNav2 form label {
  color: #444;
}
#horizNav2 form {
  float: left;
  padding: 0 2em 0 1em;
  width: auto;
}
#horizNav2 fieldset {
  width: 210px;
}
#horizNav2 ul {
  float: left;
  padding: 0 1em;
}
#horizNav2 .Tbl {
  width: 100%;
  margin: -1px 0 0 0;
}
#horizNav2 .Tbl > div {
  height: 78px;
  background-position: bottom 11px left 5px;
  background-repeat: no-repeat;
}
#horizNav2 .Tbl a:hover {
  border-bottom-width: 3px;
}
#horizNavBanner {
  margin: 0 auto;
}
.HoverMe div {
  margin-left: 6px;
}
.HoverMe span {
  font-family: arial;
  text-decoration: none !important;
}
a:-webkit-any-link {
  text-decoration: none !important;
}
.HoverMe {
  border-right: 1px solid #cacaca;
  width: 100%;
  float: left;
  height: 63px;
  margin-top: 10px;
  border-bottom: 2px solid;
}
img.changeme {
  /*margin-bottom: 5px;*/
  width: 100%;
  max-width: 522px;
}
.Box {
  margin-top: 1px;
  display: none;
  width: 100% !important;
  background-color: gray;
}
.bannerTextTriangle {
  margin-top: 40px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #ffffff;
}
.bannerIconTriangle {
  position: absolute;
  bottom: 13px;
  right: 47px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #ffffff;
}
.TextImg {
  position: relative;
  display: table-cell;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: bottom 10px right 20px;
  color: white;
  font-size: 1.2em;
}
.TextImg h1 {
  font-weight: 800 !important;
}
.ancor {
  display: table-cell;
  max-width: 522px;
  width: 522px;
  /*when width is not small*/
}
.TextImg h2 {
  text-decoration: none;
}
.TextImg .bannerIcon {
  padding-top: 16px;
  padding-right: 12px;
}
.TextImg .spanOne {
  font-size: 29px;
  font-weight: bold;
  font-family: arial;
}
.TextImg .spanOne h2 {
  font-size: 22px;
  margin-bottom: 0;
  margin-left: 20px;
  line-height: 23px;
}
.TextImg .spansecond {
  font-size: 22px;
  font-weight: bold;
  margin-left: 20px;
  font-family: arial;
}
.TextImg .spanThird {
  margin: 14px 0 10px 23px;
  display: block;
  font-weight: 800;
  font-family: arial;
}
.promos {
  display: flex;
  flex-wrap: wrap;
}
.promos .promo-item {
  flex-grow: 1;
  flex-shrink: 1;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  position: relative;
  min-height: 120px;
  width: 33%;
  min-width: 250px;
  margin-right: 2px;
  margin-bottom: 2px;
}
.promos .promo-item:last-child {
  width: 34%;
}
.promos .promo-item.promo1 .promo-tone {
  background-color: rgba(70, 132, 70, 0.75);
  background: linear-gradient(0deg, rgba(70, 132, 70, 0.75) 0%, rgba(54, 241, 54, 0.75) 100%);
}
.promos .promo-item.promo1 .promo-tone .promo-title {
  color: #007700;
}
.promos .promo-item.promo2 .promo-tone {
  background-color: rgba(160, 40, 40, 0.75);
  background: linear-gradient(0deg, rgba(160, 40, 40, 0.75) 0%, rgba(243, 75, 75, 0.75) 100%);
}
.promos .promo-item.promo2 .promo-tone .promo-title {
  color: #9B0000;
}
.promos .promo-item.promo3 .promo-tone {
  background-color: rgba(105, 105, 105, 0.75);
  background: linear-gradient(0deg, rgba(105, 105, 105, 0.75) 0%, rgba(152, 152, 152, 0.75) 100%);
}
.promos .promo-item.promo3 .promo-tone .promo-title {
  color: #505050;
}
.promos .promo-item .promo-tone {
  height: 100%;
}
.promos .promo-item .promo-tone a {
  text-decoration: none;
}
.promos .promo-item .promo-tone a .promo-text {
  padding: 6px 12px;
  height: 82%;
  overflow-y: hidden;
}
.promos .promo-item .promo-tone a .promo-text .promo-title {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 white, 1px -1px 0 white, -1px 1px 0 white, -1px -1px 0 white, 1px 0px 0 white, 0px 1px 0 white, -1px 0px 0 white, 0px -1px 0 white;
}
.promos .promo-item .promo-tone a .promo-text .promo-details {
  font-size: 14px;
  margin-right: 100px;
  color: white;
  text-shadow: 1px 1px 1px #666666;
}
.promos .promo-item .promo-tone a .promo-footer {
  color: white;
  padding: 2px 12px;
  height: 18%;
  font-size: 14px;
  background-color: #999999;
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) {
  .promos {
    flex-wrap: nowrap;
  }
  .promos .promo-item:last-child {
    margin-right: 0;
  }
}
