.bannerwrap {
  width: 100%;
  max-width: 1200px;
  min-width: 320px;
  float: left;
  min-height: 150px;
  position: relative;
  margin: 0;
  font-size: 0;
}
.bannerwrap h1 {
  font-size: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 30px 0 0;
  color: rgb(128,128,128);
  font-weight: normal;
}
.bannerwrap h2 {
  font-size: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 30px 0 0;
}
.bannerwrap img {
  width: 100%;
  min-width: 320px;
}
.emph {
  font-size: 22px;
}
.software {
  background-color: #BBB9BB;
}
#bannerbox {
  position: absolute;
  bottom: 20%;
  left: 10%;
  width: 500px;
  height: 150px;
}  
#bannerbox .col1 {
  color: #FFFFFF;
  font-size: 14px;
  width: 248px;
}
#bannerbox .col2 {
  color: #FFFFFF;
  font-size: 14px;
  width: 248px;
}
#bannerbox .col3 {
  color: #FFFFFF;
  font-size: 16px;
  width: 300px;
  padding: 30px 0 0 30px;
}
#bannerbox .col4 {
  color: #FFFFFF;
  font-size: 16px;
  width: 500px;
  padding: 30px 0 0 30px;
}
#bannerbox .col5 {
  color: #FFFFFF;
  font-size: 16px;
  width: 400px;
  padding: 0;
}
.emph a {
  color: #FFFFFF;
}
.homelink {
  padding: 5px 5px 5px 20px;;
  background-color: #FFFFFF;
  color: rgb(128,128,128);
  text-decoration: none;
  font-size: 14px;
  float: left;
  margin: 20px 0 0 0;
  background-image: url(/images/chevron-14-red.png);
  background-repeat: no-repeat;
  background-position: 4px;
}
.homelink:hover {
  background-color: #AA1816;
  color: #FFFFFF;
}
.bannerwrap2 {
  width: 100%;
  max-width: 1200px;
  min-width: 320px;
  float: left;
  position: relative;
  margin: 10px 0 0 0;
  overflow: hidden;
  min-height: 130px;
}
.csfooterlink {
  padding: 10px 5px 10px 20px;
  background-color: #FFFFFF;
  color: rgb(32,166,229);
  text-decoration: none;
  font-size: 16px;
  position: absolute;
  top: 20px;
  right: 10px;
  background-image: url(/images/chevron-16-blue.png);
  background-repeat: no-repeat;
  background-position: 4px;
}
.csfooterlink:hover {
  background-color: #94C11E;
  color: #FFFFFF;
}
.cfooterlink {
  padding: 10px 5px 10px 20px;
  background-color: #FFFFFF;
  color: #20A6E5;
  text-decoration: none;
  font-size: 16px;
  position: absolute;
  top: 20px;
  right: 10px;
  background-image: url(/images/chevron-16-blue.png);
  background-repeat: no-repeat;
  background-position: 4px;
}
.cfooterlink:hover {
  background-color: #004E9F;
  color: #FFFFFF;
}
.abfooterlink {
  padding: 10px 5px 10px 20px;
  background-color: #FFFFFF;
  color: #20A6E5;
  text-decoration: none;
  font-size: 16px;
  position: absolute;
  top: 30px;
  right: 10px;
  background-image: url(/images/chevron-16-blue.png);
  background-repeat: no-repeat;
  background-position: 4px;
}
.abfooterlink:hover {
  background-color: #004E9F;
  color: #FFFFFF;
}
.sfooterlink {
  padding: 10px 5px 10px 20px;
  background-color: #FFFFFF;
  color: rgb(32,166,229);
  text-decoration: none;
  font-size: 16px;
  position: absolute;
  top: 35px;
  right: 10px;
  background-image: url(/images/chevron-16-blue.png);
  background-repeat: no-repeat;
  background-position: 4px;
}
.sfooterlink:hover {
  background-color: #94C11E;
  color: #FFFFFF;
}
.bannerwrap2 img {
  width: 100%;
  float: left;
  min-width: 400px;
}

.csfoot {
  background-image: url(/images/csfoot.png);
}

@media (max-width: 850px) {
  .sfooterlink,
  .abfooterlink,
  .csfooterlink,
  .cfooterlink {
    position: relative;
    float: left;
    margin: 0 0 5px 10px;
    top: 0;
    right: 0;
    border: 1px solid rgb(128, 128, 128);
  }
  .bannerwrap h1 {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 15px 0 0;
    float: right;
    font-size: 20px;
    text-align: right;
  }
  .bannerwrap h2 {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 15px 0 0;
    float: right;
    font-size: 20px;
    text-align: right;
  }
  #bannerbox {
    position: relative;
    bottom: 0;
    left: 0;
    max-width: 810px;
    width: calc(100% - 40px);
    margin: 0 auto 15px auto;
    height: auto;
    overflow: hidden;
  }  
  #bannerbox .col5,
  #bannerbox .col1,
  #bannerbox .col2,
  #bannerbox .col3,
  #bannerbox .col4 {
    width: 100%;
    color: rgb(128,128,128);
    margin: 0;
    padding: 0;
    font-size: 14px;
  }
  #bannerbox .col1,
  #bannerbox .col2 {
    margin: 10px 0 0 0;
  }
  .software #bannerbox .col3 {
    color: #FFFFFF;
  }
  .emph a {
    color: rgb(128,128,128);
  }

  .homelink {
    padding: 5px 10px 5px 20px;
    background-color: rgb(128,128,128);
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    float: left;
    margin: 20px 0 0 0;
  }
  .homelink:hover {
    background-color: #AA1816;
    color: #FFFFFF;
  }

}
/*@media (max-width: 599px) {
  .bannerwrap h1 {
    font-size: 5vw;
  }
  .bannerwrap h2 {
    font-size: 5vw;
  }
}
*/