html,
body,
object,
img {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

a,
a:active,
a:hover {
  outline: none;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.click-through {
  cursor: pointer !important;
  position: absolute;
  width: 728px;
  height: 90px;
  top: 0px;
  left: 0px;
  opacity: 0;
  background: transparent;
}

#content {
  position: absolute;
  display: block;
  width: 728px;
  height: 90px;
}

#banner {
  width: 728px;
  height: 90px;
  background-color: #ffffff;
  overflow: hidden;
}

#content::after {
  content: "";
  position: absolute;
  display: block;
  width: 728px;
  height: 90px;
  top: 0px;
  left: 0px;
  border: 1px;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  opacity: 1;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.format {
  position: absolute;
  display: block;
  width: 728px;
  height: 90px;
  opacity: 0;
}

#logo {
  background: url(./images/logo.png) 0px 0px no-repeat;
  background-size: 728px 90px;
}

#logo2 {
  width: 68px;
  height: 68px;
  top: -68px;
  left: -68px;
  background: url(./images/logo2.png) 0px 0px no-repeat;
  background-size: 68px 68px;
}

#logo2Holder {
  width: 68px;
  height: 68px;
  top: 12px;
  left: 364px;
  overflow: hidden;
}

#fullLogoHolder {
  left: 0;
}

#bg {
  background: url(./images/bg.jpg) 0px 0px no-repeat;
  background-size: 728px 90px;
}

#copy1 {
  background: url(./images/copy1.png) 0px 0px no-repeat;
  background-size: 728px 90px;
}

#copy2 {
  background: url(./images/copy2.png) 0px 0px no-repeat;
  background-size: 728px 90px;
}

#copy3 {
  background: url(./images/copy3.png) 0px 0px no-repeat;
  background-size: 728px 90px;
}

#copy4 {
  background: url(./images/copy4.png) 0px 0px no-repeat;
  background-size: 728px 90px;
}

#copy5a {
  background: url(./images/copy5a.png) 0px 0px no-repeat;
  background-size: 728px 90px;
}

#copy5b {
  background: url(./images/copy5b.png) 0px 0px no-repeat;
  background-size: 728px 90px;
}

#copy5c {
  background: url(./images/copy5c.png) 0px 0px no-repeat;
  background-size: 728px 90px;
}

#cta {
  background: url(./images/cta.png) 0px 0px no-repeat;
  background-size: 728px 90px;
}

#overlay {
  opacity: 0;
  background: #141e2a;
}

.size {
  width: 728px !important;
  height: 90px !important;
}

.fhc {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
  transform: matrix3d(1, 0.0000872665, 0, 0, -0.0000872665, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0.1, 0.9999);
  transform-origin: left top 0;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

/* fades */
.fade-in {
  opacity: 1 !important;
}

.fade-half {
  opacity: 0.9 !important;
}

/* transitions */
.transition-1 {
  transition: all 0.25s ease;
}

.transition-2 {
  transition: all 0.5s ease-out;
}

.transition-3 {
  transition: all 0.85s ease-out;
}

.transition-4 {
  transition: all 1s ease-out;
}

.transition-5 {
  transition: all 1.5s ease-out;
}

.logo2Move {
  transform: translate(68px, 68px) rotate(0.01deg) !important;
}

.left {
  transform: translateX(-15px) rotate(0.01deg) !important;
}

.rightLogo {
  transform: translateX(251px) rotate(0.01deg) !important;
}/*# sourceMappingURL=style.css.map */