html, body {
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

html {
  font-size: 1em; }

body {
  font-size: 100%;
  background-color: #fff; }

a img, :link img, :visited img {
  border: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

.alpha-0 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.invisible {
  visibility: hidden; }

.none {
  display: none; }

.offstage {
  position: absolute;
  left: -4000px;
  top: -4000px; }

.gpu {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.transform-reset {
  -webkit-transform: none !important;
          transform: none !important; }

@font-face {
  font-family: "customfont-bold";
  src: url("customfont-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-007E; }

@font-face {
  font-family: "customfont-regular";
  src: url("customfont-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-007E; }

sup {
  vertical-align: super;
  font-size: 0.5em; }

h1 {
  font-family: "customfont-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 1;
  color: #cd040b;
  margin: 0 0 5px 0; }

h2 {
  font-family: "customfont-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: black;
  margin: 0 0 5px 0; }

h3 {
  font-family: "customfont-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 8px;
  line-height: 1;
  color: #333;
  margin: 0 0 5px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#copy {
  position: absolute;
  right: 0;
  width: 500px;
  height: 90px;
  padding-top: 9px;
  padding-right: 110px;
  padding-bottom: 9px;
  overflow: hidden; }

.four-sided-padding {
  padding-left: 9px; }

.bg-color-trans {
  -webkit-transition: background-color 0.25s ease-in-out, padding 0.2s ease-in 0.3s, width 0.5s ease-in;
  transition: background-color 0.25s ease-in-out, padding 0.2s ease-in 0.3s, width 0.5s ease-in; }

.text-color-trans {
  -webkit-transition: color 0.25s ease-in-out, line-height 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, line-height 0.25s ease-in-out; }

.text-size-trans {
  -webkit-transition: font-size 0.25s ease-in-out, letter-spacing 0.25s ease-in-out;
  transition: font-size 0.25s ease-in-out, letter-spacing 0.25s ease-in-out; }

.full-width-copy {
  width: 728px !important; }

#ad_content, #fallback {
  position: absolute;
  width: 728px;
  height: 90px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid black;
  cursor: pointer; }

#bg_img, #f1_bg_img, #f2_bg_img, #f3_bg_img, #f4_bg_img, #f5_bg_img {
  position: absolute;
  max-width: 728px;
  max-height: 90px;
  width: auto;
  height: auto;
  margin: -1px; }

#logo {
  position: absolute;
  font-size: 0; }

.logo-x {
  right: 9px; }

.logo-y {
  bottom: 9px; }

#cta {
  position: absolute;
  top: 9px;
  right: 9px; }

.cta-img-over {
  left: 0;
  top: 0;
  position: relative;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0); }

#cta_arrow {
  -webkit-transform: translateY(1px);
          transform: translateY(1px); }

#cta_arrow_shape, #logo_check {
  fill: #cd040b;
  fill-rule: evenodd; }

.cta-text {
  color: #cd040b;
  font-family: "customfont-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px; }

.frame-content {
  position: absolute;
  left: 9px;
  top: 9px;
  width: 710px;
  height: 72px; }

#main_img_holder {
  position: absolute; }
  #main_img_holder img {
    position: absolute;
    display: block;
    width: auto;
    height: auto; }

.portrait {
  vertical-align: middle;
  top: 9px;
  left: 114px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 140px;
  max-height: 190px; }

.landscape {
  top: 45px;
  left: 114px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 210px;
  max-height: 80px; }

.image-fix {
  top: 45px;
  left: 114px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 140px;
  max-height: 190px; }

.full-bleed {
  position: absolute;
  margin: -1px;
  width: 728px;
  height: 90px; }
