/*! Generated on Fri Jun 02 2017 08:33:14 GMT+0100 (BST) v2.0.0.173 */
/*!
 *
 * styles.css | Andy Barker
 *
 * The main styles for the site
 *
 * This CSS file is used to style a site that is copyrighted. Using any of this
 * code in a way that infringes copyright of the site's design is prohibited.
 *
 */
/* cubed-bootstrap reset */
html {
  box-sizing: border-box; }

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

body {
  margin: 0px; }

img {
  border: none; }

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body,
form {
  margin: 0; }

button,
input[type="submit"],
input[type="image"],
input[type="text"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  border-radius: 0px; }

button,
input[type="submit"],
label {
  cursor: pointer; }

button,
input[type="submit"],
input[type="image"] {
  border: none; }

sup {
  font-size: 0.83em;
  vertical-align: super;
  line-height: 0; }

a {
  cursor: pointer; }

/* Core */
body {
  line-height: 1.6; }

div,
p,
td,
th,
li,
header,
footer,
main,
input,
button,
textarea {
  font-family: Raleway, Arial, sans-serif;
  color: #222222;
  font-size: 14px;
  font-weight: 500; }

h1,
h2,
h3 {
  padding: 0;
  margin: 0;
  font-weight: 700; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 20px; }

strong {
  font-weight: 700; }

.end {
  display: block;
  height: 0;
  clear: both; }

a {
  color: #C4441E; }
  a:hover {
    color: #222222; }

img {
  max-width: 100%; }

hr {
  height: 0;
  border: none;
  width: 60px;
  display: block;
  border-bottom: 1px solid #C4441E;
  margin: 10px auto 10px auto; }

div.content {
  max-width: 962px;
  margin: 0 auto 0 auto; }

a.button,
button {
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #C4441E;
  margin-top: 20px; }
  a.button:hover,
  button:hover {
    background-color: #222222; }

form input,
form textarea {
  border: 1px solid #222222;
  background-color: #FFFFFF;
  font-size: 13px;
  padding: 2px;
  width: 100%;
  margin-bottom: 5px; }

form textarea {
  height: 80px; }

div.thanks {
  background-color: #177b0c;
  text-align: center;
  padding: 5px 10px 5px 10px;
  color: #FFFFFF; }

header div.sub {
  background-color: #C4441E;
  min-height: 42px;
  padding: 8px 30px 8px 30px;
  text-align: center;
  color: #FFFFFF; }
  header div.sub a {
    color: #FFFFFF;
    text-decoration: none; }
    header div.sub a:hover {
      text-decoration: underline; }

header div.main {
  min-height: 100px;
  background-color: #F7F7F7;
  padding-left: 30px;
  padding-right: 30px; }
  @media only screen and (max-width: 639px) {
    header div.main {
      padding: 30px; } }
  header div.main div.content {
    position: relative; }
    header div.main div.content > * {
      position: absolute; }
      @media only screen and (max-width: 639px) {
        header div.main div.content > * {
          position: static;
          width: 100%; } }
    header div.main div.content > a {
      left: 0;
      top: 25px; }
      @media only screen and (max-width: 639px) {
        header div.main div.content > a {
          display: block;
          margin: 0 auto 0 auto;
          text-align: center; } }
    header div.main div.content nav {
      right: 0;
      top: 36px;
      font-size: 15px; }
      @media only screen and (max-width: 639px) {
        header div.main div.content nav {
          padding-top: 20px;
          text-align: center; } }
      header div.main div.content nav a {
        color: #222222;
        text-decoration: none; }
        header div.main div.content nav a:hover {
          color: #C4441E; }
      header div.main div.content nav span {
        color: #C4441E;
        display: inline-block;
        vertical-align: middle;
        padding-left: 5px;
        padding-right: 5px; }
      header div.main div.content nav span.drop-down {
        position: relative; }
        header div.main div.content nav span.drop-down span.drop-down-child {
          display: none;
          width: 200px;
          background-color: #F7F7F7;
          position: absolute;
          top: 30px;
          left: -100px;
          font-size: 13px;
          z-index: 2000;
          line-height: 2;
          border: 1px solid #dedede;
          padding-left: 10px;
          padding-right: 10px; }
          header div.main div.content nav span.drop-down span.drop-down-child a {
            display: block; }

main {
  padding: 30px; }
  @media only screen and (max-width: 639px) {
    main {
      padding: 0; } }
  main div.feature {
    height: 400px;
    position: relative; }
    @media only screen and (max-width: 991px) {
      main div.feature {
        height: auto; } }
    main div.feature div.cycle-slideshow {
      width: 651px; }
      @media only screen and (max-width: 991px) {
        main div.feature div.cycle-slideshow {
          width: auto; } }
      main div.feature div.cycle-slideshow div.slide {
        width: 100%; }
        main div.feature div.cycle-slideshow div.slide img {
          width: 100%; }
        main div.feature div.cycle-slideshow div.slide div.label {
          position: absolute;
          bottom: 5px;
          left: 0;
          right: 0;
          background-color: rgba(0, 0, 0, 0.7);
          padding: 20px;
          color: #FFFFFF;
          font-weight: 700; }
          @media only screen and (max-width: 639px) {
            main div.feature div.cycle-slideshow div.slide div.label {
              padding: 10px;
              font-size: 12px; } }
      main div.feature div.cycle-slideshow div.cycle-pager {
        position: absolute;
        left: 20px;
        top: 20px;
        z-index: 1000; }
        @media only screen and (max-width: 639px) {
          main div.feature div.cycle-slideshow div.cycle-pager {
            display: none; } }
        main div.feature div.cycle-slideshow div.cycle-pager span {
          width: 25px;
          height: 25px;
          background-color: #C4441E;
          display: inline-block;
          text-align: center;
          margin-right: 10px;
          cursor: pointer;
          color: #FFFFFF; }
          main div.feature div.cycle-slideshow div.cycle-pager span.cycle-pager-active {
            background-color: #222222; }
    main div.feature div.panel {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: #F7F7F7;
      width: 280px;
      padding: 30px; }
      @media only screen and (max-width: 991px) {
        main div.feature div.panel {
          position: static;
          width: auto;
          margin-top: 30px; } }
      main div.feature div.panel p {
        font-weight: 700;
        font-size: 18px;
        padding-right: 20px; }
      main div.feature div.panel ul {
        margin: 0;
        padding: 0;
        margin-left: 15px;
        padding-top: 20px; }
        main div.feature div.panel ul li {
          font-size: 16px; }
          main div.feature div.panel ul li a {
            color: #222222;
            text-decoration: none; }
            main div.feature div.panel ul li a:hover {
              text-decoration: underline; }
  main div.nacs {
    margin-top: 30px;
    position: relative;
    min-height: 135px;
    background-color: #F7F7F7;
    padding: 15px 0 0 30px; }
    @media only screen and (max-width: 991px) {
      main div.nacs {
        padding: 30px; } }
    main div.nacs a {
      position: absolute;
      top: -15px;
      left: 50%;
      width: 150px;
      margin-left: -75px; }
      @media only screen and (max-width: 991px) {
        main div.nacs a {
          position: static;
          width: 100px;
          margin: 0 auto 0 auto;
          display: block; } }
      main div.nacs a img {
        width: 100%; }
    main div.nacs > div {
      float: left;
      width: 150px; }
      @media only screen and (max-width: 991px) {
        main div.nacs > div {
          width: auto;
          float: none;
          margin: 0 !important;
          text-align: center;
          padding-top: 20px; } }
      main div.nacs > div:nth-of-type(2) {
        margin-left: 40px; }
      main div.nacs > div:nth-of-type(3) {
        margin-left: 230px; }
      main div.nacs > div:nth-of-type(4) {
        margin-left: 40px; }
      main div.nacs > div img {
        display: block;
        margin: 0 auto 0 auto;
        padding-bottom: 5px; }
      main div.nacs > div div strong {
        font-size: 18px; }
  main div.intro {
    max-width: 500px;
    margin: 0 auto 0 auto;
    padding-top: 50px;
    padding-bottom: 30px; }
    main div.intro > h1,
    main div.intro p {
      text-align: center; }
  main div.general {
    padding-top: 30px; }
  @media only screen and (max-width: 639px) {
    main div.intro,
    main div.general {
      padding-left: 20px;
      padding-right: 20px; } }

footer h2 {
  text-align: center; }

footer div.main {
  background-color: #F7F7F7;
  min-height: 300px;
  padding-top: 30px; }
  @media only screen and (max-width: 991px) {
    footer div.main {
      padding: 30px; } }
  footer div.main > * {
    float: left;
    width: 50%; }
    @media only screen and (max-width: 991px) {
      footer div.main > * {
        float: none;
        width: auto; } }
  footer div.main div.testimonials {
    padding-right: 15px;
    padding-left: 30px; }
    @media only screen and (max-width: 639px) {
      footer div.main div.testimonials {
        padding: 0; } }
    footer div.main div.testimonials div.cycle-slideshow div.slide {
      width: 100%;
      height: 200px; }
      @media only screen and (max-width: 991px) {
        footer div.main div.testimonials div.cycle-slideshow div.slide {
          height: 250px; } }
      footer div.main div.testimonials div.cycle-slideshow div.slide p {
        max-width: 385px;
        margin-left: 30px;
        text-align: center;
        font-size: 16px;
        font-style: italic; }
        @media only screen and (max-width: 991px) {
          footer div.main div.testimonials div.cycle-slideshow div.slide p {
            padding-top: 15px;
            padding-bottom: 15px;
            margin: 0 auto 0 auto; } }
        footer div.main div.testimonials div.cycle-slideshow div.slide p strong {
          font-size: 14px;
          font-style: normal; }
    footer div.main div.testimonials div.cycle-slideshow div.cycle-pager {
      text-align: center;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1000; }
      footer div.main div.testimonials div.cycle-slideshow div.cycle-pager span {
        font-size: 36px; }
        footer div.main div.testimonials div.cycle-slideshow div.cycle-pager span.cycle-pager-active {
          color: #C4441E; }
  footer div.main div.areas {
    padding-left: 15px;
    padding-right: 30px; }
    @media only screen and (max-width: 639px) {
      footer div.main div.areas {
        padding: 0;
        padding-top: 50px; } }
    footer div.main div.areas p {
      text-align: center; }
      footer div.main div.areas p em {
        font-size: 16px; }

footer div.sub {
  clear: both;
  margin-top: 30px;
  text-align: center;
  background-color: #222222;
  min-height: 42px;
  padding: 8px 30px 8px 30px;
  color: #FFFFFF; }
  footer div.sub a {
    color: #FFFFFF;
    text-decoration: none; }
    footer div.sub a:hover {
      text-decoration: underline; }
