@charset "UTF-8";

#error-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 72px;
  padding: 20px 18px 0 1px;
  line-height: 1.3em;
  font-size: 21px;
  text-transform: none;
  background-size: 200px;
  border: 1px solid #CCC;
}

.container {
  position: relative;
  background: rgba(0,0,0, 0.075);
}


#container-error-image {
  position: relative;
  margin-right: 12px;
  width: calc(50% - 12px);
-moz-calc(50% - 12px);
-webkit-calc(50 % - 12px);
  float: left;
  height: 500px;
}

#container-error-message {
  position: relative;
  width: calc(50% - 2px);
-moz-calc(50% - 2px);
-webkit-calc(50% - 2px);
  float: right;
  height: 500px;
}

header .return_link {
  position: relative;
  left: 0;
  top: 16px;
  width: 220px;
  height: 40px;
  font-size: 0;
  text-indent: -999em;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
}

header #obc_logo {
  position: relative;
  z-index: 9;
  background: url("../img/opc_logo.png") left center no-repeat;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 72px;
  margin: -20px 30px;
  background-size: 220px;
}

.error-image {
  position: relative;
  padding: 25%;
  background: url(../img/error-wheel.gif) center center no-repeat;
  background-size: 80%;
}

#container-error-message h3 {
  color: #222;
  line-height: 1.3em;
  margin: 1em 0;
  font-size: 21px;
  text-transform: none;
}

#container-error-message h4 {
  margin: 0;
  line-height: 1.75em;
}

#container-error-message a {
  text-decoration: none;
  font-weight: bold;
}

#container-error-message a:hover {
  color: #D4021D;
}
