@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: 970px;
  height: 250px;
  border: 1px solid #000;
  box-sizing: border-box;
  background: #D5EAF4;
  overflow: hidden;
}

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

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

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

.image {
  position: absolute;
  top:0px;
  left:0px;
  width: 392px;
  height: 250px;
}

#copy_1 {
  position: absolute;
  font-size: 28px;
  line-height: 1.3em;
  top: 65px;
  left: 25px;
  color: #243746;
}

#copy_2 {
  position: absolute;
      font-size: 28px;
      line-height: 1.3em;
      top: 58px;
      left: 25px;
      color: #243746;
}

#copy_2 span {
  font-size: 40px;
  line-height: 1.3em;
}

#copy_3 {
  position: absolute;
      font-size: 28px;
      line-height: 1.3em;
      top: 65px;
      left: 31px;
      color: #FFF;
}


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

li {
  position: relative;
  display: inline-table;
  //overflow:hidden;
}

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: 14px;
  right: 18px;
  overflow: visible;
  width: 140px;
  height: 140px;
  background: rgba(0, 0, 0, 0);
}

.logo path {
			fill: #F8214B;
}
