@import url(https://fonts.googleapis.com/css?family=Ropa+Sans);

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  font-family: 'Ropa Sans';
  font-size: 12pt;
  color: #50626c;
  line-height: 130%;
  background: url(images/bg.jpg) no-repeat fixed;
  background-size: 100% 100%;
}
body {
  height: auto;
  min-height: 100%
}
h1,
h2 {
  font-size: 18pt;
  color: #0084c7
}
p {
  margin: 0 0 20px 0
}
div {
  position: relative
}
b {
  color: #111213
}
a {
  text-decoration: none;
  color: #fd8d00
}
a img {
  border: none
}
ul {
  padding: 0;
  margin: 0;
  list-style: none
}
ul li {
  display: block;
  padding: 0;
  margin: 0 0 60px 0
}
ul li ul li {
  float: left;
  margin: 0 80px 0 0;
}
ul li ul li.last {
  margin: 0;
}
ul li ul li h2 {
  font-size: 16pt;
  color: #50626c
}
.clear {
  clear: both;
  height: 0
}
#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 90px;
  border-bottom: 5px solid #0084c7;
  background: url(images/header-bg.png);
  z-index: 100
}
#header .logo {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 216px;
  background: url(images/logo.png) no-repeat 0 -4px;
  background-size: 100%;
  margin-left: -420px
}
#header .phone {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -420px;
  height: 50px;
  margin-top: -18px;
  color: #0084c7;
  font-size: 20pt;
  text-transform: uppercase
}
#header .phone div {
  font-size: 12pt;
  text-transform: none
}
#header .phone {
  left: auto;
  right: 50%;
  margin-left: auto;
  margin-right: -420px;
  text-align: right
}
#content {
  max-width: 900px;
  min-height: 100%;
  background: #fff;
  margin: 0 auto
}
#content .container {
  padding: 150px 60px 60px 60px
}
#content .container .section {
  margin-bottom: 20px
}
#content .container .notice {
  background: #fd8d00;
  background: #459b65;
  padding: 15px 60px 15px 60px;
  color: #fff;
  margin-bottom: 60px;
  margin-left: -60px;
  margin-right: -60px;
}
#content .container .notice h3 {
  font-size: 14pt;
  text-transform: uppercase;
}
#content .container .notice p:last-child {
  margin-bottom: 0;
}
#content .container .section .heading {
  height: 0;
  line-height: 32px;
  margin: 0 0 60px -60px;
  padding-left: 60px;
  font-size: 14pt;
  text-transform: uppercase;
  background: #0084c7;
  color: #fff;
  border-bottom: 32px solid transparent;
  border-right: 30px solid #fff
}
#content .container .section .tel {
  font-size: 20pt;
}
#content .container .section .tel span {
  white-space: nowrap;
}
#content .address {
  text-align: center;
  padding-top: 12px;
  border: 2px solid #e50623;
}
#content .address::after {
  content: 'Access via A26 only. No access from Isfield road.';
  display: block;
  background: #e50623;
  padding: 6px 12px;
  color: white;
  margin: -2px;
  margin-top: 12px;
  font-weight: bold;
}
#content .notice .address {
  border-color: white;
}
#content .notice .address::after {
  background: white;
  color: #e50623;
}
@media (max-width:900px) {
  html, body {
    background: #fff;
  }
  #header {
    height: 59px;
    background: #fff;
    border-bottom-width: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  #header .logo {
    width: 160px;
    left: 12px;
    margin-left: 0;
    background-position: 0 10%;
  }
  #header .phone {
    right: 12px;
    margin-right: 0;
  }
  #content .container {
    padding: 100px 40px 40px 40px;
  }
}

@media (max-width: 400px) {
  #header .phone {
    display: none;
  }
  ul li ul li {
    margin-right: 20px;
  }
}
