@charset "UTF-8";
/* CSS Document Common Elements */

body {
  position: absolute;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  background: #ffffff;
  background-color: transparent;

  /* below improves consistancey of font rendering across browsers */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;

  /* below stops FireFox rendering copy too heavily */
  -moz-osx-font-smoothing: grayscale;
}

/* Fix to stop Mobile Safari automatically scaling text - http://bit.ly/1mumu5F */
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}

/* Browser Support: Chrome:5+, Safari:5.1+, Firefox:3.6+, Opera:11.5+, IE:9+, Android:4.4+, iOS:5.1+ */
@font-face {
  font-family: "centralesansbook";
  src: url("../fonts/centralesansbook-webfont_woff.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

#container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 250px;
  margin: auto;
  overflow: hidden;
  display: none;
}

.abs {
  position: absolute;
  left: 0px;
  top: 0px;
}

.full {
  width: 100%;
  height: 100%;
}

.hidden {
  opacity: 0;
  filter: alpha(opacity=0);
}

#exitBtn {
  cursor: pointer;
  z-index: 400;
  background-color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
}

#btnReplay {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 10px;
  height: 13px;
  display: none;
  z-index: 401;
  cursor: pointer;
}

#keyline {
  z-index: 399;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #999999;
  background-color: transparent;
}

#background {
  background: #035a93;
  background-image: url("../images/bg_x2.png");
  background-size: contain;
}

a img {
  border: 0;
}

/*********** copy **********/
.mainCopy {
  left: 13px;
  top: 70px;
  width: 100%;
  font-family: centralesansbook;
  color: #ffffff;
  font-size: 22px;
  line-height: 26px;
  /*letter-spacing: 1px;*/
  text-align: left;
}

.termsCopy {
  left: 16px;
  top: 230px;
  width: 100%;
  font-family: centralesansbook;
  color: #ffffff;
  font-size: 8px;
  line-height: 10px;
  /*letter-spacing: 1px;*/
  text-align: left;
}

.termsCopy::before {
  content: "*";
  position: absolute;
  left: -5px;
}

/*********** cta **********/
#cta {
  position: absolute;
  left: 13px;
  top: 162px;
  cursor: pointer;
}

#cta_copy {
  text-align: center;
  font-size: 12px;
  line-height: 26px;
  height: 26px;
  width: 118px;
  letter-spacing: 0.5px;
  font-family: centralesansbook;
  color: #ffffff;
  background-image: url("../images/cta_x2.png");
  background-size: 118px 26px;
}
