body {
  color: #001E60;
  -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;
  background: #14ABE0 !important; }
  #container:hover {
    cursor: pointer; }
    #container:hover #cta-button {
      background-color: #dd8805; }
  #container:active #cta-button {
    top: 468px;
    left: 91px; }

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

#header-image {
  position: absolute;
  left: -65px;
  top: 209px; }

.header {
  position: absolute;
  left: 0px;
  top: 32px;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  width: 300px;
  z-index: 10;
  color: #ffffff; }

.subhead {
  position: absolute;
  top: 279px;
  left: 12px;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  z-index: 10;
  color: #001E60; }

.last-subhead {
  font-size: 16px;
  text-align: center;
  color: #001E60;
  width: 300px;
  z-index: 10; }

#subhead-2 {
  position: absolute;
  top: 104px; }

#subhead-3 {
  position: absolute;
  top: 420px; }

.photo {
  position: absolute;
  top: 116px;
  left: 0px;
  width: 230px;
  height: 399px; }

.sling-text-span {
  color: #FAA21B;
  text-shadow: -2px 2px black;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black; }

#sling-logo {
  position: absolute;
  top: 544px;
  left: 113px;
  width: 74.44px;
  height: 40px;
  z-index: 10; }

#sling-badge {
  position: absolute;
  top: 343px;
  left: 12px;
  width: 70px;
  height: 70px;
  z-index: 10; }

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

#logo-1 {
  position: absolute;
  left: 71.74px;
  top: 153px; }

#logo-2 {
  position: absolute;
  left: 184.74px;
  top: 154px; }

#logo-3 {
  position: absolute;
  left: 67px;
  top: 229px; }

#logo-4 {
  position: absolute;
  left: 174.74px;
  top: 233px; }

#logo-5 {
  position: absolute;
  left: 72.74px;
  top: 297px; }

#logo-6 {
  position: absolute;
  left: 176px;
  top: 302px; }

#logo-7 {
  position: absolute;
  left: 66.74px;
  top: 367px; }

#logo-8 {
  position: absolute;
  left: 175px;
  top: 367px; }

#cta-button {
  position: relative;
  top: 466px;
  left: 93px;
  width: 115px;
  height: 32px;
  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: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 115px;
  text-align: center; }

#cta-button-under {
  position: absolute;
  top: 468px;
  left: 91px;
  width: 115px;
  height: 32px;
  border-radius: 2px;
  z-index: 9;
  border: 1px solid #001E60;
  background-color: #001E60;
  z-index: 1; }

#restrictions {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  width: 115px;
  text-align: center;
  position: absolute;
  top: 504px;
  left: 93px;
  color: #001E60; }
