@charset "UTF-8";

.spinner-wrapper {
  position: absolute;
  text-align: center;
  margin-top: 10%;
  width: 100%;
  pointer-events: none;
  -webkit-user-select: none; }
  .spinner-wrapper h1 {
    margin-top: 1em; }
  .spinner-wrapper .spinner {
    animation: rotator 1.4s linear infinite; }
  .spinner-wrapper .path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite; }

@keyframes rotator {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }

.account {
  background: #fff;
  padding: 0.4rem;
  margin: 1rem 0 0 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 25px 50px 0 rgba(0, 0, 0, 0.1); }
  .account label {
    padding: 0.3rem 1rem;
    line-height: 2rem; }
  .account input {
    padding: 0.4rem 0.4rem;
    margin-left: 0.8rem;
    line-height: 1rem; }
  .account button {
    padding: 0.3rem 1rem; }

#container {
  min-height: 100%; }
  #container > div {
    min-height: 100%; }
    #container > div > div {
      min-height: 100%; }

.home {
  background-color: #fff;
  display: flex;
  font-family: 'Eurostile';
  font-weight: 400;
  min-height: 100%;
  overflow: hidden;
  flex-direction: column;
  padding: 40px 0 200px 0;
  position: relative; }
  @media (min-width: 500px) {
    .home {
      padding: 100px 0 150px 0; } }
  @media (min-width: 800px) {
    .home {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 0;
      height: 100vh; } }
  .home .lawton-info {
    width: 100%;
    padding: 0 20px 40px; }
    @media (min-width: 500px) {
      .home .lawton-info {
        padding: 0 8%;
        max-width: 600px; } }
    @media (min-width: 800px) {
      .home .lawton-info {
        max-width: 800px; } }
    .home .lawton-info .lawton-logo {
      width: 120px; }
      @media (min-width: 500px) {
        .home .lawton-info .lawton-logo {
          width: 160px; } }
    .home .lawton-info .description {
      font-size: 20px; }
      @media (min-width: 500px) {
        .home .lawton-info .description {
          font-size: 30px;
          line-height: 1;} }
      @media (min-width: 800px) {
        .home .lawton-info .description {
          font-size: 30px;
          font-size: 2vw; } }
  @media (min-width: 800px) and (max-width: 1000px) {
    .home .lawton-info .description {
      font-size: 20px; } }
  @media (min-width: 800px) and (min-width: 1500px) {
    .home .lawton-info .description {
      font-size: 30px; } }
    .home .lawton-info .companies {
      display: flex;
      align-items: center;
      border-top: 1px solid #EBEBEB;
      padding: 20px 0;
      justify-content: space-between; }
      .home .lawton-info .companies li {
        margin-right: 5%; }
        .home .lawton-info .companies li:last-of-type {
          margin-right: 0;}
        .home .lawton-info .companies li a {
          width: 30%; }
          .home .lawton-info .companies li a img {
            width: 106px;
            height: auto; }
    .home .lawton-info {
      font-size: 14px; }
    .locations {
      font-size: 14px; color: black;}
      a:link { text-decoration: none; color: black;}
      a:visited { text-decoration: none; color: black;}
      a:hover { text-decoration: none; color: black;}
      a:active { text-decoration: none; color: black;}
  .home .enquire {
    position: absolute;
    bottom: 20px;
    font-size: 14px;
    line-height: 18px;
    left: 20px; }
    .home .enquire .fast-track {
      display: block;
      width: 75px;
      margin-bottom: 10px;
      position: absolute;
      bottom: 47px;
      /* This is definitely an afterthought ~ cbc */ }
      .home .enquire .fast-track img {
        width: 100%; }
      @media (min-width: 800px) and (max-height: 600px) {
        .home .enquire .fast-track {
          bottom: 5%;
          margin: 15px; }
          .home .enquire .fast-track img {
            width: 60%;
            height: auto; } }
    @media (min-width: 500px) {
      .home .enquire {
        left: 8%;
        bottom: 2%;
        font-size: 16px; } }
    .home .enquire p {
      margin: 0; }
    .home .enquire .enquiries-title {
      display: block;
      margin-bottom: 5px; }
      @media (min-width: 800px) {
        .home .enquire .enquiries-title {
          display: inline; } }
    .home .enquire .pipe {
      display: none; }
      @media (min-width: 500px) {
        .home .enquire .pipe {
          display: inline; } }
    .home .enquire .email, .home .enquire .tel {
      display: block; }
      @media (min-width: 500px) {
        .home .enquire .email, .home .enquire .tel {
          display: inline; } }
  .home .projects {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between; }
    @media (min-width: 500px) {
      .home .projects {
        align-items: center;
        align-self: flex-end;
        flex-wrap: nowrap; } }
    @media (min-width: 800px) {
      .home .projects {
        align-self: auto; } }
    .home .projects .project-list {
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      width: 48%; }
      @media (min-width: 500px) {
        .home .projects .project-list {
          flex: 1;
          margin: 0 20px 0 0;
          flex-wrap: nowrap;
          width: auto; } }
      .home .projects .project-list:nth-of-type(1) {
        margin: 24vw 0 0 0; }
        @media (min-width: 500px) {
          .home .projects .project-list:nth-of-type(1) {
            margin: 0 20px 0 0; } }
      .home .projects .project-list:nth-of-type(3) {
        order: 4; }
        @media (min-width: 500px) {
          .home .projects .project-list:nth-of-type(3) {
            order: 3; } }
      .home .projects .project-list:nth-of-type(4) {
        order: 3;
        margin: calc(-24vw - 10px) 0 0 0; }
        @media (min-width: 500px) {
          .home .projects .project-list:nth-of-type(4) {
            order: 4;
            margin: 0; } }
      .home .projects .project-list .project {
        margin: 0 0 10px 0;
        /* Note: Use of Max Width */ }
        @media (max-width: 500px) {
          .home .projects .project-list .project {
            height: 48vw !important;
            width: 48vw !important; } }
        @media (min-width: 500px) {
          .home .projects .project-list .project {
            margin: 0 0 20px 0; } }
        @media (min-width: 500px) {
          .home .projects .project-list .project:last-of-type {
            margin: 0; } }
        .home .projects .project-list .project a {
          display: block;
          height: 100%;
          width: 100%;
          transition: all 0.3s ease;
          position: relative; }
          .home .projects .project-list .project a .project-image {
            height: 100%;
            width: 100%;
            transition: all 0.3s ease; }
          .home .projects .project-list .project a .project-logo-wrapper {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: all 0.3s ease; }
            .home .projects .project-list .project a .project-logo-wrapper .project-logo {
              max-width: 60%; }
          .home .projects .project-list .project a .l1, .home .projects .project-list .project a .l2, .home .projects .project-list .project a .l3, .home .projects .project-list .project a .l4 {
            position: absolute;
            background: transparent;
            width: 0px;
            height: 0px;
            animation-duration: .2s;
            animation-iteration-count: 1;
            animation-timing-function: ease-in-out;
            animation-fill-mode: forwards; }

@-webkit-keyframes l1 {
  0% {
    height: 0;
    background: #EBEBEB; }
  100% {
    height: 100%;
    background: #EBEBEB; } }

@-webkit-keyframes l2 {
  0% {
    width: 0;
    background: #EBEBEB; }
  100% {
    width: 100%;
    background: #EBEBEB; } }

@-webkit-keyframes l3 {
  0% {
    height: 0;
    background: #EBEBEB; }
  100% {
    height: 100%;
    background: #EBEBEB; } }

@-webkit-keyframes l4 {
  0% {
    width: 0;
    background: #EBEBEB; }
  100% {
    width: 100%;
    background: #EBEBEB; } }
          .home .projects .project-list .project a:hover .l1 {
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            animation-name: l2;
            animation-delay: 0.3s; }
          .home .projects .project-list .project a:hover .l2 {
            right: 0;
            top: 0;
            height: 100%;
            width: 1px;
            animation-name: l3;
            animation-delay: 0.5s; }
          .home .projects .project-list .project a:hover .l3 {
            bottom: 0;
            right: 0;
            width: 100%;
            height: 1px;
            animation-name: l4;
            animation-delay: 0.7s; }
          .home .projects .project-list .project a:hover .l4 {
            left: 0;
            bottom: 0;
            height: 100%;
            width: 1px;
            animation-name: l1;
            animation-delay: 0.9s; }
          .home .projects .project-list .project a:hover .project-image {
            opacity: 0; }
          .home .projects .project-list .project a:hover .project-logo-wrapper {
            opacity: 1; }

menu {
  margin: 0;
  padding: 1rem;
  width: 100%; }
  menu a {
    color: #6a6f7d;
    font-size: 1.1rem;
    line-height: 1.1rem;
    margin-right: 1rem;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.2s ease-in-out; }
    menu a:hover, menu a.selected {
      color: #000; }

.admin h1 {
  font-size: 3rem;
  font-weight: 100;
  text-align: center;
  margin: 0 0 20px; }

.admin main {
  width: 680px;
  margin: 0 auto; }

.admin .error-message {
  color: #f66;
  margin: 2px 0 4px 0; }

.admin .hidden {
  display: none; }

.admin .project-add {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 25px 50px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff; }
  .admin .project-add .field, .admin .project-add .image-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 0;
    width: 100%;
    font-size: 24px;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1.4em;
    outline: none;
    color: inherit;
    box-sizing: border-box;
    padding: 16px 16px 16px 60px;
    border: none;
    background: rgba(0, 0, 0, 0.003);
    box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.03); }
  .admin .project-add .image-field {
    height: 80px; }
  .admin .project-add .submit-button {
    width: 100%;
    padding: 16px 16px 16px 16px;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    appearance: none;
    border: none; }
  .admin .project-add .preview {
    height: 80px;
    width: 80px;
    object-fit: contain; }

.admin .projects-list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 25px 50px 0 rgba(0, 0, 0, 0.1); }
  .admin .projects-list .project-item {
    position: relative;
    display: flex;
    font-size: 24px;
    border-bottom: 1px solid #ededed;
    height: 100px;
    align-items: center; }
    .admin .projects-list .project-item:last-child {
      border-bottom: none; }
    .admin .projects-list .project-item img {
      height: 100%;
      width: 100px;
      object-fit: cover; }
    .admin .projects-list .project-item .project-info {
      margin-left: 45px;
      padding: 15px 60px 15px 15px;
      display: flex;
      flex-direction: column; }
      .admin .projects-list .project-item .project-info label {
        white-space: pre-line;
        word-break: break-all;
        line-height: 1.2;
        transition: color 0.4s; }
      .admin .projects-list .project-item .project-info a {
        font-size: 14px;
        text-decoration: none;
        color: #000; }
    .admin .projects-list .project-item .destroy {
      margin-left: auto;
      align-self: flex-start;
      width: 40px;
      height: 40px;
      font-size: 30px;
      color: #cc9a9a;
      border: none;
      cursor: pointer;
      background: transparent;
      transition: color 0.2s ease-out; }
      .admin .projects-list .project-item .destroy:hover {
        color: #af5b5e; }
      .admin .projects-list .project-item .destroy:after {
        content: '\D7'; }
    .admin .projects-list .project-item:hover .destroy {
      display: block; }

div, span, object, iframe, blockquote, pre, a, abbr, cite, code, em, font, img, q, s, samp, small, strike, strong, sub, sup, b, u, i, center, ul, li, fieldset, form, label, legend, table, caption, tbody, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

*, *:before, *:after {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  height: 100%;
  background: #F4F5F7;
  font-family: "Open Sans","lucida grande","Segoe UI",tahoma,sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #3d464d;
  padding: 0;
  margin: 0;
  border: 0;
  overflow-x: hidden;
  letter-spacing: 0.2px; }

hr {
  margin: 1em 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #985527;
  animation: border-colors 20s ease-in-out infinite; }

img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table td, table th {
    padding: 0; }

input::-webkit-input-placeholder {
  font-style: italic;
  font-weight: 300;
  color: #bbb; }

input::-moz-placeholder {
  font-style: italic;
  font-weight: 300;
  color: #bbb; }

input::input-placeholder {
  font-style: italic;
  font-weight: 300;
  color: #bbb; }


/*# sourceMappingURL=bundle.css.map*/
