/* Globals */
html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Source Sans Pro', Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

#banner {
  background: #E4E4E4;
  color: #1A1A1A;
  height: 90px;
  overflow: hidden;
  position: absolute;
  user-select: none;
  width: 728px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#logo {
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 700;
  left: 15px;
  position: absolute;
  top: 20px;
  width: 112px;
}

#hl-1 {
  color: #1A1A1A;
  font-size: 20px;
  font-weight: 400;
  left: 158px;
  line-height: 21px;
  margin: 0;
  position: absolute;
  top: 9px;
  transform: translateX(-30px);
  visibility: hidden;
  width: 547px;
}

#cta {
  background: #FFC200;
  border-radius: 2px;
  height: 34px;
  left: 548px;
  position: absolute;
  top: 44px;
  width: 156px;
}

#cta-dark {
  background: #2B343E;
  background: -moz-linear-gradient(left, #2B343E 0%, #4E5766 100%);
  background: -webkit-linear-gradient(left, #2B343E 0%, #4E5766 100%);
  background: linear-gradient(to right, #2B343E 0%, #4E5766 100%);
  border-radius: 2px;
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2B343E', endColorstr='#4E5766', GradientType=1);
  height: 34px;
  opacity: 0;
  position: absolute;
  width: 156px;
}

#cta-text {
  color: #1A1A1A;
  font-size: 12px;
  font-weight: 700;
  height: 34px;
  letter-spacing: 0.5px;
  line-height: 34px;
  position: absolute;
  text-align: center;
  width: 156px;
}

#cta-text img {
  width: 100%;
}

#bg-blue-bar {
  background: #242E39;
  bottom: 0;
  height: 29px;
  position: absolute;
  width: 100%;
}

#click-tag {
  cursor: pointer;
  height: 90px;
  position: absolute;
  width: 728px;
}
