@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: #DFF5FF;
  overflow: hidden;
}

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

svg {
  transform: translate3d(0px, 0px, 0px);
  transform: unset !important;
}

#anim_container{
  position: absolute;
  width:350px;
  top:233px;
  left:-38px;
  display: none;
}

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

#copy_1 {
  position: absolute;
  font-size: 25px;
  top: -10px;
  left: 12px;
  color: #243746;

}


.copy_1_line_1 {
  /* //background-color: white;
  //z-index: 2;
  //color: #243746; */
}

.copy_1_line_2 {
  /* //background-color: pink;
  //z-index: 1; */
  color: #F8214B;
}

#copy_2 {
  position: absolute;
  font-size: 18px;
  line-height: 1.25em;
  top: 38px;
  left: 12px;
  color: #243746;
}

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

#copy_4 {
  position: absolute;
  font-size: 17px;
  line-height: 1.2em;
  top: 200px;
  left: 13px;
  color: #243746;
}


#cta {
  display: table-cell;
  position: absolute;
  font-size: 15pt;
  line-height: 1.3em;
  top: 115px;
  left: 13px;
  color: #243746;
}

#cta span {
  display: inline-block;
  font-size: 9pt;
  font-weight: bold;
}

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

#panel_end {
  background-color: #243746;
}

#end_line {
  position: absolute;
  width: 64px;
  height: 2px;
  top: 230px;
  left: 85px;
  background-color: #F8214B;
}

#exit {
  cursor: pointer;
}

.logo {
  position: absolute;
  top: 14px;
  right: 12px;
  overflow: visible;
  width: 90px;
  height: 88px;
  background: rgba(0, 0, 0, 0);
}

.logo path {
			fill: #F8214B;
}
