body {
  margin: 0px;
}

p, span {
  font-family: "interstate", Arial, Helvetica, sans-serif;
  font-weight: 800;
  color: white;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "interstate", sans-serif;
  font-weight: 400;
  color: #8e6f32;
  letter-spacing: 0.2px;
  font-style: normal;
}
/* ----------------------------------------------------------- */
#legal_con {
  position: absolute;
  bottom:0px;
  left: 0px;
  background-color: #ececec;
  height: 37px;
  width: 300px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}

#h2-text {
  font-family: "interstate", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 10px;
  text-align: center;
  font-style: normal;
  line-height: 11px;

}

#text_legal {
  margin-bottom: 1px;
  width: 240px !important;
  height: 26px;
  border: 1px solid black;
  background-color: white;
  box-sizing: border-box;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}
/* ----------------------------------------------------------- */

div {
  position: absolute;
  margin: 0px;
  padding: 0px;
}

.bannerSize {
  overflow: hidden;
  width: 300px;
  height: 600px;
}

#viewport {
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  margin: 0 auto;
}

#gold {
  position: absolute;
  width: 154px;
  height: 57px;
  border: 3px solid;
  border-image: linear-gradient(to right, #c5a15a 0%,#f2ce88,#c5a15a 100%);
  border-image-slice: 1;
  top: 147px;
  left:30px;
  background-color: rgba(0, 0, 0, 0);
}

#gold_rightMask {
  background-image: url("images/gold_rightMask.png");
  position: absolute;
  background-size: contain;
  /* left: 0.5px; */
}

#border {
  overflow: hidden;
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #999999;
}

#clickable {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: white;
  opacity: 0;
  border: 1px solid red;
}

#background {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #ffffff no-repeat;
}

#bg1 {
  background-image: url("images/bg1.jpg");
  position: absolute;
  background-size: contain;
}

#bg2 {
  background-image: url("images/bg2.jpg");
  position: absolute;
  background-size: contain;
}


#white {
  background: #ffffff;
}

/* ---- banner content ---- */

#liveLegal_container {
  position: absolute;
  width: 235px;
  top: 3px;
  left: 4px;
}

#legal {
  position: absolute;
  font-size: 8.5px;
  top: 0px;
  left: 0;
  color: #757575;
}

@supports (-ms-ime-align:auto) {
  #text_legal{
      bottom: 1px;
  }
}

_:-ms-lang(x), #text_legal{ bottom: 1px;}

#text1_con {
  position: absolute;
  width: 300px;
  height: 50px;
  top: 127px;
  left: 29px;
}

#text1 {
  font-size: 14px;
}

#text1_2con {
  position: absolute;
  width: 300px;
  height: 50px;
  top: 161px;
  left: 47px;
}

#text1_2 {
  position: absolute;
  font-size: 14px;
  top: 0px;
  left: 0;
  color: white;
}

#text2_con {
  position: absolute;
  width: 300px;
  height: 50px;
  top: 158px;
  left: 50px;
}

#text2 {
  position: absolute;
  font-size: 14px;
  top: 3px;
  left: -3px;
  color: white;
}


#trade{
  position: relative;
  font-size: 13px;
  color: #8e6f32;
  bottom: 6px;
}

#text3_con {
  position: absolute;
  width: 300px;
  height: 68px;
  top: 130px;
  left: 30px;
}

#text3{
  position: absolute;
  font-size: 22px;
  top: 0px;
  left: 0;
  letter-spacing: -0px;
  line-height: 26.7px;
}

#text3_2con {
  position: absolute;
  width: 230px;
  height: 30px;
  top: 319px;
  left: 31px;
}

#text3_2 {
  position: absolute;
  font-size: 17px;
  top: 0px;
  left: 0;
  color: #8e6f32;
  letter-spacing:0px;
}

span.trademark {
  position: absolute;
  top: 20px;
  left: 103px;
  font-size: 8.5px;
}

/* #liveText2 p:last-child {
  position: absolute;
  top: 19px;
  left: 113px;
} */

#cta_con {
  overflow: hidden;
  background: #163c6a;
  border-radius: 6px;
  position: absolute;
  top: 99px;
  left: 116px;
  width: 100px;
  height: 30px;
  left: 30px;
  top: 365px;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}

#cta {
  padding-bottom: 1px;
  /* padding: 7px 5px 7px 5px; */
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
  font-family: "interstate", Arial, Helvetica, sans-serif;
}

#sheen {
	position: absolute;
	background: no-repeat url("images/sheen.png");
	width: 20px;
  height: 40px;
  transform: rotate(20deg);
	top: -7px;
  left: 0px;
  opacity: .5;
  background-color: white;
}

#logo {
  background: url(images/logo.png) no-repeat;
  background-size: contain;
  position: absolute;
}

#citigold {
  background: url(images/citigold.png) no-repeat;
  background-size: contain;
  position: absolute;
}

/* #bottom_bar1{
	position: absolute;
    width: 300px;
    height: 9px;
	background-color: #60c5ef;
	left:0px;
	bottom: 36px;
}

#bottom_bar4{
	position: absolute;
	width: 7px;
	height: 9px;
	background-color: #0f497e;
	right: 0px;
	bottom: 36px;
}

#bottom_bar2{
	position: absolute;
    width: 128px;
    height: 21px;
	background-color: #36b1e2;
	right: 106px;
	bottom: 36px;
}
#bottom_bar3{
	position: absolute;
    width: 60px;
    height: 47px;
	background-color: #1490c9;
	right: 78px;
	bottom: 36px;
} */
