body {
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased; }

#container {
  position: absolute;
  width: 300px;
  height: 50px;
  top: 0px;
  left: 0px;
  font-family: "brandon-text-black", Helvetica, Arial, sans-serif;
  opacity: 0;
  overflow: hidden;
  transition: opacity .25s ease-in;
  -ms-transition: opacity .25s ease-in;
  -oz-transition: opacity .25s ease-in;
  -moz-transition: opacity .25s ease-in;
  -webkit-transition: opacity .25s ease-in; }
  #container:hover {
    cursor: pointer; }
    #container:hover #cta-button {
      background-color: #f69705; }
  #container:active #cta-button {
    top: 15px;
    left: 159px; }

#blackborder {
  position: absolute;
  width: 298px;
  height: 48px;
  top: 0px;
  left: 0px;
  border: 1px solid #000;
  z-index: 50000; }

.arrow-left {
  position: absolute;
  right: 0px;
  top: 263px;
  width: 80px;
  height: 78px;
  z-index: -1; }

.arrow-right {
  position: relative;
  left: -2px;
  top: 261px;
  width: 82px;
  height: 81px;
  z-index: -1; }

.blue-bg {
  position: absolute;
  right: 150px;
  top: 0px;
  width: 600px;
  height: 50px;
  background: #14ABE0;
  z-index: -5;
  overflow: hidden; }

.yellow-bg {
  position: absolute;
  left: 150px;
  top: 0px;
  width: 600px;
  height: 50px;
  background: #FAA21B;
  z-index: -5;
  overflow: hidden; }

.header {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 150px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  z-index: 10; }

.header-2 {
  position: absolute;
  top: 12px;
  left: 0px;
  width: 160px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  z-index: 10;
  text-shadow: -1px 1px #112E68;
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #112E68; }

#header-5 {
  position: absolute;
  top: 2px;
  left: 30px;
  width: 95px;
  text-align: center;
  font-size: 9px;
  z-index: 10; }

#header-6 {
  position: absolute;
  top: 38px;
  left: 25px;
  width: 110px;
  text-align: center;
  font-size: 10px;
  z-index: 10; }

#sling-logo {
  position: absolute;
  top: 12px;
  left: 246px;
  width: 47px;
  height: 25px;
  z-index: 10; }

#sling-badge {
  position: absolute;
  top: 3px;
  left: 127px;
  width: 44px;
  height: 44px;
  z-index: 10; }

#badge-bg {
  position: absolute;
  top: 2px;
  left: 126px;
  width: 46px;
  height: 46px;
  z-index: 9;
  border-radius: 50%;
  background: white; }

#background {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -5;
  height: 50px;
  width: 300px; }

#cta-button {
  position: relative;
  top: 14px;
  left: 160px;
  width: 77px;
  height: 20px;
  border-radius: 2px;
  z-index: 10;
  border: 1px solid #001E60;
  background-color: #FAA21B;
  color: #001E60; }

#cta-text {
  font-family: "brandon-text-black", Helvetica, Arial, sans-serif;
  font-size: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 77px;
  text-align: center; }

#cta-button-under {
  position: absolute;
  top: 15px;
  left: 159px;
  width: 77px;
  height: 20px;
  border-radius: 2px;
  z-index: 9;
  border: 1px solid #001E60;
  background-color: #001E60;
  z-index: -5; }

#restrictions {
  font-family: "brandon-text-black", Helvetica, Arial, sans-serif;
  font-size: 8px;
  width: 77px;
  text-align: left;
  position: absolute;
  top: 39px;
  left: 166px;
  color: #ffffff; }
