
body, body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 9pt;
  color: #333;
}

@font-face {
    font-family:'SlateProReg';
    src: url('fonts/SlatePro.eot');
	src: url('fonts/SlatePro.eot?#iefix') format('embedded-opentype'),
		url('fonts/SlatePro.woff2') format('woff2'),
		url('fonts/SlatePro.woff') format('woff'),
		url('fonts/SlatePro.ttf') format('truetype'),
		url('fonts/SlatePro.otf') format('opentype'),
		url('fonts/SlatePro.svg#SlatePro') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}


#main-container {
  position: absolute;
  width: 300px;
  height: 250px;

  border: 2px solid #00468b;
  box-sizing: border-box;

  background: #fff;
    opacity: 0;
}


:focus {
  outline:none;
}
::-moz-focus-inner {
  border:0;
}
#background_exit {
    position: absolute;
    height: 100%;
    width: 100%;
    background: green;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
#imageHolder{
  position: absolute;
  top: 65px;left: 0px;
  width: 100%;height: 133px;
  overflow: hidden;
}

#vid {
  position: absolute;
  top: -20px;
  opacity: 0;
    display: none;
}

#image{
  position: absolute;
  left: 0;  top: 0;
  width: 100%;height: 133px;
  background-position: center center;
  background-repeat: no-repeat;
/*  background-image: url(https://s0.2mdn.net/ads/richmedia/studio/1681/1681_20170717074205905_1.jpg);*/
  background-size: cover;
  display: none;
  opacity: 0;
}
#image2{
  position: absolute;
  left: 0;  top: 0;
  width: 100%;height: 133px;
  background-position: center center;
  background-repeat: no-repeat;
/*  background-image: url(image.jpg);*/
  background-size: cover;
  display: block;
  opacity: 1;
}
#text_holder_parent {
    position: absolute;
    margin: auto;
    height: 65px;
    width: 100%;
}
#text_holder_top {
    position: absolute;
/*    top: 2px;*/
    margin: auto;
    top: 0;
    bottom: 0;

}
#text1{
  position: absolute;
  left: 16px; top:1px; /*orig top 15*/
  width: 270px;
/*    height: 35px;*/
  
  background-size: contain; 
  display: block;
    font-family: SlateProReg;
    font-size: 19px;
    color: #003087;
} 

#text2{
  position: relative;
  left: 16px; top:23px; /*orig top 15*/
    left: 16px; top:23px; /*orig top 15*/
  width: 270px;
/*    height: 35px;*/
  background-position: center center;
  background-repeat: no-repeat;
/*  background-image: url(text2.png);*/
    background-size: contain; 
    opacity: 0;
    display: block;
    font-family: SlateProReg;
    font-size: 19px;
    color: #003087;
}
#logo{
  position: absolute;
  left: 14px; top:210px;
  width: 149px;height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
/*  background-image: url(logo.png);*/
  background-size: contain; 
    opacity: 01;
    display: none;
}
#logo_2 {
  position: absolute;
  left: 14px; top:211px; 
  opacity: 01;
  height: 28px;
    width: 147px;
    z-index: 5;
      cursor: pointer;
}

#logo_2 img {
    position: absolute;
}

#ctaHolder{
  position: absolute;
  right: 15px; bottom:13px;
  width: 109px;height: 22px;
  overflow: hidden;
  cursor: pointer;
    z-index: 2;
}

/*#shine{
  position: absolute;
  left:0;top:0;
  width: 100%;height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(shine.png);
  background-size: cover; 
  opacity: 0;
}*/
#shine{
      opacity: 0;
      top: 162px;
      left: 0px;
      width: 148px;
      height: 36px;
      background-position: 0px 0px;
      background-size: 60px 50px;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url(shine.png);}
#ctaBtn{
  cursor: pointer;
  background-color: rgba(0,0,0,0.01);
  position: absolute;
  display: block;
  left: 173px;
  top: 211px;
  width: 110px;
  height: 23px; 
  z-index: 2;
}
#cta{
  position: absolute;
  right: 0; bottom:0;
  width: 109px;height: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(cta.png);
  background-size: contain; 
}

#cta_text {
    position: absolute;
    font-family: SlateProReg;
    font-size: 13px;
    letter-spacing: 1.2px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}
