
body {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0px;
  background-color: #FFF;
}

#main-container {
  /* ---------------------------------------------------
Comment out before supplying!
--------------------------------------------------- */
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  /* --------------------------------------------------- */
  position: absolute;
  width: 728px;
  height: 90px;
  border: 1px solid #002887;
  box-sizing: border-box;
  background: #000;
  overflow: hidden;
}

#content_dc {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

#exit {
  cursor: pointer;
}

.fullsize {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 728px;
  height: 90px;
}

#logo {
  position: absolute;
  width: 174px;
  margin: auto;
  left: 0;
  right: 0;
  top: 27px;
}

.copy {
  position: absolute;
  color: white;
  /* color: pink; */
  font-family: EricssonHilda-Light;
  line-height: 1.15em;
}

.copy b {
  font-family: EricssonHilda-Bold;
}

#copy_1 {
  top: 15px;
  left: 20px;
  font-size: 26px;
}

#copy_2 {
  top: 15px;
  left: 20px;
  font-size: 26px;
}

#copy_3 {
  /* THIS IS AN IMAGE */
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 250px;
}

#cta {
  position: absolute;
  width: 110px;
  height: 34px;
  right: 22px;
  top: 27px;
  overflow: hidden;
  border-radius: 6px;
  background-color: rgba(255,255,255,0);
  border: 2px solid #fff;
  box-sizing: border-box;
}

#border_container {
  position: absolute;
  width:100%;
  height:100%;
}

#cta_text_container {
  position: absolute;
  width:100%;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: EricssonHilda-Medium;
  font-size: 17px;
  color: white;
}
