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

#container {
  position: absolute;
  width: 300px;
  height: 600px;
  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: 526px;
    left: 69px; }

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

.arrow-left {
  position: absolute;
  right: 0px;
  top: 254px;
  width: 144px;
  height: 117px;
  z-index: -1; }

.arrow-right {
  position: relative;
  left: -2px;
  top: 254px;
  width: 145px;
  height: 117px;
  z-index: -1; }

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

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

#bg-wrapper {
  width: 300px;
  height: 600px;
  position: absolute;
  top: -50px;
  left: 0; }

.header {
  position: absolute;
  top: 31px;
  left: 0px;
  width: 300px;
  text-align: center;
  font-size: 44px;
  line-height: 48px;
  z-index: 10; }

.header-2 {
  position: absolute;
  top: 31px;
  left: 0px;
  width: 300px;
  text-align: center;
  font-size: 44px;
  line-height: 48px;
  z-index: 10;
  text-shadow: -3px 3px #112E68;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #112E68; }

#header-5 {
  position: absolute;
  top: 84px;
  left: 0px;
  width: 300px;
  text-align: center;
  font-size: 20px;
  z-index: 10; }

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

#sling-logo {
  position: absolute;
  top: 447px;
  left: 97px;
  width: 107px;
  height: 57px;
  z-index: 10; }

#sling-badge {
  position: absolute;
  position: absolute;
  top: 188px;
  left: 29px;
  width: 242px;
  height: 242px;
  z-index: 10; }

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

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

#cta-button {
  position: relative;
  top: 524px;
  left: 71px;
  width: 159px;
  height: 38px;
  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: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 159px;
  text-align: center; }

#cta-button-under {
  position: absolute;
  top: 526px;
  left: 69px;
  width: 159px;
  height: 38px;
  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: 159px;
  text-align: left;
  position: absolute;
  top: 571px;
  left: 118px;
  color: #ffffff; }
