@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: 0;
  background-color: #323232;
}

#main-container {

  /* ---------------------------------------------------
Comment out before supplying!
--------------------------------------------------- */
        /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
/* --------------------------------------------------- */

  position: absolute;
  width: 300px;
  height: 250px;
  border: 1px solid #000;
  box-sizing: border-box;
  background: #D5EAF4;
  overflow: hidden;
}

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

.fullsize {
  position: absolute;
  top:0px;
  left:0px;
  width: 300px;
  height: 250px;
}

#copy_1 {
  position: absolute;
  font-size: 15px;
  line-height: 1.3em;
  top: 35px;
  left: 12px;
  color: #243746;
}

#copy_2 {
  position: absolute;
  font-size: 15px;
  line-height: 1.3em;
  top: 14px;
  left: 12px;
  color: #243746;
}

#copy_2 span {
  font-size: 18px;
  line-height: 1.4em;
}

#copy_3 {
  position: absolute;
  font-size: 20px;
  line-height: 1.3em;
  top: 102px;
  left: 12px;
  color: #FFF;
}

#cta {
  position: absolute;
  font-size: 18px;
  line-height: 1.3em;
  top: 175px;
  left: 12px;
  color: #FFF;
}

li {
  position: relative;
  display: inline-table;
}

li span {
  position: absolute;
  bottom: 10%;
  left: 0%;
  width: 98%;
  height: 0;
  border-bottom: 1px solid white;
}

#panel_end {
  background-color: #ff1243;
}

#panel_start {
  background-color: #d5eaf4;
}

#exit {
  cursor: pointer;
}

.logo {
  position: absolute;
  top: 16px;
  right: 11px;
  overflow: visible;
  width: 92px;
  height: 87px;
  background: rgba(0, 0, 0, 0);
}

.logo path {
			fill: #F8214B;
}
