* {
  padding: 0px;
  margin: 0px; }

/*$neat-grid: (
  columns: 12,
  gutter: 20px,
);*/
body {
  background-color: grey;
  background-image: repeating-linear-gradient(to right, transparent, transparent 20px, rgba(0, 212, 255, 0.25) 20px, rgba(0, 212, 255, 0.25) calc(8.3333333333% - 21.6666666667px + 20px));
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: url(../img/london.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

content::after {
  clear: both;
  content: "";
  display: block; }

header {
  margin-top: 20px;
  text-align: center;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }
  @media only screen and (min-width: 1000px) {
    header {
      width: calc(50% - 75px);
      float: left;
      margin-left: 50px;
      margin-left: calc(25% - 62.5px + 100px); } }

.top {
  padding: 20px;
  background-color: #ffdf2d;
  color: #ffffff; }
  .top h1, .top h2 {
    color: #b72217; }

.bottom {
  background-color: #ffffff;
  padding: 20px; }

.logos {
  margin-top: 20px; }

#acc-logo img {
  max-width: 125px; }

iframe {
  margin-top: 20px;
  width: 100%;
  height: 450px; }

.map {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }
