@font-face {
  font-family: 'Equinor-Medium';
  src: url('Equinor-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}



body {
  font-family: Equinor-Medium;
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0px;
  background-color: #323232;
}


#main-container {
  position: absolute;
  width: 970px;
  height: 250px;
  border: 1px solid #000;
  box-sizing: border-box;
  background: #fee7d6;
  overflow: hidden;
}

#loadingcover {
  background: #fee7d6;
}

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

#tick {
    width: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.fullsize {
  position: absolute;
  top:0px;
  left:0px;
  width: 970px;
  height: 250px;
  background-size: 970px 250px;
  pointer-events: none;
}

#super {
    display: inline-block;
    font-size: 0.5em;
    height:0px;
}

.copy {
    position: absolute;
    font-size: 38px;
    line-height: 40px;
    letter-spacing: 0.2px;
    color: #7c0425;
    top: 37px;
    left: 27px;
}

.copy2 {
    position: absolute;
    font-size: 38px;
    line-height: 1.06em;
    letter-spacing: 0.18px;
    color: #7c0425;
    top: 38px;
    left: 28px;
}

#answers_container {
    position: absolute;
    top: 150px;
    left: 2px;
    width: 100%;
}

.answer_row {
    position: relative;
    display: block;
    width: auto;
    margin-left: 28px;
    display: inline-block;
}

.answer_letter {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    background-color: #7c0425;
    color: #fee7d6;
    border-radius: 26px;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 50px;
}


.answer {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    color: #7c0425;
    margin-left: 10px;
    margin-top: 3px;
}



#cta {
    position: absolute;
    top: 176px;
    left: 30px;
    color: white;
    background-color: #ff1243;
    font-size: 23px;
    padding: 14px 33px;
    border-radius: 9px;
}

#exit {
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.logo {
    position: absolute;
    top: 24px;
    right: 24px;
    overflow: visible;
    width: 109px;
    height: 103px;
/*    background-color: aqua;*/
}

.logo path {
			fill: #ff1243;
}
