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

#container {
  position: absolute;
  width: 728px;
  height: 90px;
  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: #1299c9; }
  #container:active #cta-button {
    top: 33px;
    right: 91px; }

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

.arrow-left {
  position: relative;
  left: 258px;
  top: 2px;
  width: 110px;
  height: 85px;
  z-index: -1; }

.arrow-right {
  position: relative;
  left: -2px;
  top: 2px;
  width: 106px;
  height: 85px;
  z-index: -1; }

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

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

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

.header-2 {
  position: absolute;
  top: 17px;
  left: 0px;
  width: 256px;
  text-align: center;
  font-size: 25px;
  line-height: 25px;
  z-index: 10;
  text-shadow: -2px 2px #112E68;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #112E68; }

#header-5 {
	position: absolute;
	top: 10px;
	left: 50px;
	width: 160px;
	text-align: center;
	font-size: 14px;
	z-index: 10; }

#header-6 {
	position: absolute;
	top: 24px;
	left: 283px;
	width: 160px;
	text-align: center;
	font-size: 20px;
  z-index: 10; }
  
#sling-logo {
  position: absolute;
  top: 26px;
  right: 12px;
  width: 65px;
  height: 35px;
  z-index: 10; }

#sling-badge {
  position: absolute;
  top: 4px;
  left: 326px;
  width: 82px;
  height: 82px;
  z-index: 10; }

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

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

#cta-button {
  position: absolute;
  top: 27px;
  right: 89px;
  width: 123px;
  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: 123px;
  text-align: center; }

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

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