@font-face {
  font-family: 'Archer';
  src: url("../assets/Archer-Medium.woff");
  font-weight: normal;
}

body {
  margin: 0;
  overflow: hidden;
  font-family: 'Archer', times, serif;
  text-rendering: optimizeLegibility;
}

#wrapper {
  width: 728px;
  height: 90px;
  border: 1px solid black;
  background-color: #0078c1;
  box-sizing: border-box;
  position: relative;
  display: block;
  overflow: hidden;
  color: white;
}

#wrapper:hover .cta {
  background-color: white;
  color: #0078c1;
}

.imageGrid img {
  position: absolute;
}

.imageGrid img.out {
  opacity: 0;
}

.topLeftImages {
  position: absolute;
  left: 200px;
}

.topRightImages {
  position: absolute;
  left: 280px;
}

.bottomLeftImages {
  position: absolute;
  left: 360px;
}

.bottomRightImages {
  position: absolute;
  left: 440px;
}

.text {
  position: absolute;
  opacity: 0;
  top: 8px;
  right: 22px;
}

.text.in {
  opacity: 1;
}

.text:nth-of-type(2) {
  right: 50px;
}

.logo {
  width: 170px;
  height: 64px;
  position: absolute;
  top: 13px;
  left: 15px;
}

.cta {
  font-size: 12px;
  padding: 4px 8px;
  border: 1px solid white;
  font-weight: 900;
  position: absolute;
  bottom: 8px;
  right: 52px;
  transition: bottom .5s ease-in-out;
}

.cta.in {
  bottom: 33px;
}

.leftBlueBackground {
  position: absolute;
  left: 199px;
  background-color: #0078c1;
  height: 100%;
  width: 1px;
  transition: width .5s ease-in-out;
}

.leftBlueBackground.in {
  width: 322px;
}

.finalFrame {
  position: absolute;
  right: 200px;
  background-color: #0078c1;
  height: 100%;
  width: 0;
  transition: width .5s ease-in-out;
  overflow: hidden;
}

.finalFrame .finalWrap {
  position: absolute;
  width: 100%;
  top: 0;
  transition: bottom .5s ease-in-out;
}

.finalFrame.in {
  width: 330px;
}

.finalFrame .award {
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0;
}

.finalFrame .award.in {
  opacity: 1;
}

.finalFrame .text {
  top: 12px;
  right: 10px;
}
