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

#container {
  position: absolute;
  width: 300px;
  height: 250px;
  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: 193px;
    left: 15.5px; }

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

#header-image {
  position: absolute;
  left: -64px;
  top: 32px; }

.header {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  width: 300px; }

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

.last-subhead {
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  width: 300px; }

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

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

.photo {
  position: absolute;
  bottom: 0px;
  left: 0px; }

.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: 208px;
  left: 230px;
  width: 59.56px;
  height: 32px;
  z-index: 10; }

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

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

#logo-1 {
  position: absolute;
  left: 31px;
  top: 102px; }

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

#logo-3 {
  position: absolute;
  left: 176px;
  top: 102px; }

#logo-4 {
  position: absolute;
  left: 245px;
  top: 105px; }

#logo-5 {
  position: absolute;
  left: 30px;
  top: 139px; }

#logo-6 {
  position: absolute;
  left: 98px;
  top: 139px; }

#logo-7 {
  position: absolute;
  left: 173px;
  top: 139px; }

#logo-8 {
  position: absolute;
  left: 244px;
  top: 136px; }

#cta-button {
  position: relative;
  top: 191px;
  left: 17.5px;
  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: 193px;
  left: 15.5px;
  width: 115px;
  height: 32px;
  border-radius: 2px;
  z-index: 9;
  border: 1px solid #001E60;
  background-color: #001E60;
  z-index: 2; }

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