/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*
 * @description
 * Truncate text to ensure it doesn't overflow its container.
 * Possible $overflow values are: clip, ellipsis, or a string
 * Note: This will only work on single lines, not multiple lines - @andrew
*/
/*
* @include triangle within a pseudo element and add positioning properties (ie. top, left) - @andrew
* $direction: up, down, left, right
*/
/**
 * @description
 * (Use this if pixel fallback is required - http://caniuse.com/#feat=rem)
 * This mixin will enable using the CSS3 value 'rem', which lets you define
 * property-sizes based on the root-element's font-size.
 *
 * @source
 * https://github.com/bitmanic/rem
 *
 * @example
 *   .element {
 *      @include rem('padding', 10px 5px 0 10px);
 *      @include rem('font-size', 16px);
 *   }
 *
 * @returns
 *   <property>: <value>px;
 *   <property>: <value>rem;
*
*/
.clearfix:after, .row:after, .header:after {
  content: "";
  display: block;
  clear: both; }

a, .btn {
  transition: background-color 0.2s, color 0.2s, border-color 0.2s; }

.keep-together {
  display: inline-block; }

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  fill: currentColor; }

.row {
  display: block;
  width: auto;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-bottom: 0; }
  @media (min-width: 30em) {
    .row {
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      margin-bottom: 0; } }
  @media (min-width: 45em) {
    .row {
      margin-left: -1.75rem;
      margin-right: -1.75rem; } }
  @media (min-width: 60em) {
    .row {
      margin-left: -1.75rem;
      margin-right: -1.75rem; } }
  @media (min-width: 100em) {
    .row {
      margin-left: -1.75rem;
      margin-right: -1.75rem; } }
  .row.no-gap .col {
    padding: 0; }
  .row .col {
    width: 100%;
    min-height: 1px;
    float: left;
    padding: 0 1.25rem; }
    @media (min-width: 30em) {
      .row .col {
        padding: 0 1.5rem; } }
    @media (min-width: 45em) {
      .row .col {
        padding: 0 1.75rem; } }
    @media (min-width: 60em) {
      .row .col {
        padding: 0 1.75rem; } }
    @media (min-width: 100em) {
      .row .col {
        padding: 0 1.75rem; } }
    @media (max-width: 44.99em) {
      .row .col {
        margin-bottom: 3rem; } }
    .row .col:last-of-type {
      margin-bottom: 0; }
  @media (max-width: 44.99em) {
    .row .col-sml-20 {
      width: 20%; }
    .row .col-sml-25 {
      width: 25%; }
    .row .col-sml-30 {
      width: 30%; }
    .row .col-sml-third {
      width: 33.3333%; }
    .row .col-sml-40 {
      width: 40%; }
    .row .col-sml-50 {
      width: 50%; }
    .row .col-sml-half {
      width: 50%; }
    .row .col-sml-60 {
      width: 60%; }
    .row .col-sml-2thirds {
      width: 66.6667%; }
    .row .col-sml-70 {
      width: 70%; }
    .row .col-sml-75 {
      width: 75%; }
    .row .col-sml-80 {
      width: 80%; } }
  @media (min-width: 45em) {
    .row .col-20 {
      width: 20%; }
    .row .col-25 {
      width: 25%; }
    .row .col-30 {
      width: 30%; }
    .row .col-third {
      width: 33.3333%; }
    .row .col-40 {
      width: 40%; }
    .row .col-50 {
      width: 50%; }
    .row .col-half {
      width: 50%; }
    .row .col-60 {
      width: 60%; }
    .row .col-2thirds {
      width: 66.6667%; }
    .row .col-70 {
      width: 70%; }
    .row .col-75 {
      width: 75%; }
    .row .col-80 {
      width: 80%; } }

html {
  height: 100%;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 62.5%; }
  html.is-ie8 {
    font-size: 100%; }

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #eee;
  color: #212121; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: linear-gradient(to bottom, #ffffff 40%, #eee 100%);
    z-index: -1; }

img,
canvas,
iframe,
video,
svg {
  max-width: 100%; }

img {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

.browserupgrade {
  margin: 0;
  padding: 20px;
  background-color: #ccc;
  border-bottom: 1px solid #333;
  font-size: 18px; }

p {
  margin: 1.2rem 0; }
  p.lead {
    font-size: 2.6rem;
    line-height: 3rem;
    margin-top: 0;
    text-transform: uppercase; }

h2 {
  margin: 0 0 1.5rem 0;
  color: #66a611;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 2.4rem; }
  @media (min-width: 45em) {
    h2 {
      font-size: 2.4rem;
      line-height: 2.8rem; } }

a {
  color: #2096cd; }
  a:focus, a:hover {
    text-decoration: none; }

.color-blue {
  color: #2096cd; }

.color-green {
  color: #74bd13; }

.header,
.about-tagline .about,
.about-tagline .tagline,
.about-tagline .promotion,
.services-solutions,
.areas {
  padding: 3rem 5%; }
  @media (min-width: 45em) {
    .header,
    .about-tagline .about,
    .about-tagline .tagline,
    .about-tagline .promotion,
    .services-solutions,
    .areas {
      padding: 6rem 5%; } }
  @media (min-width: 100em) {
    .header,
    .about-tagline .about,
    .about-tagline .tagline,
    .about-tagline .promotion,
    .services-solutions,
    .areas {
      padding: 10rem 10%; } }

.header {
  background-color: #eee; }

.about-tagline {
  display: table;
  width: 100%;
  background-color: #ddd; }
  .about-tagline .row {
    margin: 0 !important; }
    @media (max-width: 59.99em) {
      .about-tagline .row .col {
        width: 100%; } }
  .about-tagline .about {
    background-color: #fff;
    padding-right: 3%; }
    @media (min-width: 60em) {
      .about-tagline .about {
        display: table-cell;
        width: 70%;
        padding-right: 3%; } }
  .about-tagline .contact {
    padding: 1.6rem;
    color: #212121;
    background-color: #ddd;
    font-size: 2rem;
    text-transform: uppercase;
    margin-top: 4.5rem;
    max-width: 80rem; }
  .about-tagline .promotion h2 {
    font-size: 3rem; }
  .about-tagline .promotion .terms {
    margin-top: 5rem;
    font-size: 1.3rem; }
  .about-tagline .tagline {
    display: none !important;
    padding-left: 3%;
    padding-right: 3%;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: Arial;
    line-height: 2rem;
    color: #666;
    letter-spacing: 1px;
    text-transform: uppercase; }
    @media (min-width: 45em) {
      .about-tagline .tagline {
        font-size: 3rem;
        line-height: 3.4rem;
        letter-spacing: 2px; } }
    @media (min-width: 60em) {
      .about-tagline .tagline {
        display: table-cell;
        width: 30%;
        vertical-align: middle; } }
    @media (min-width: 100em) {
      .about-tagline .tagline {
        font-size: 4.2rem;
        line-height: 4.4rem; } }

.services-solutions {
  background-color: #555;
  color: white; }
  .services-solutions ul {
    padding-left: 3rem;
    margin-bottom: 0; }
  @media (min-width: 60em) {
    .services-solutions .key-values-list {
      font-size: 1.9rem; } }

.areas {
  position: relative;
  background-image: url("../img/map-mobile.jpg");
  background-size: cover;
  background-position: center center;
  color: white; }
  @media (min-width: 45em) {
    .areas {
      background-image: url("../img/map.jpg"); } }
  .areas:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0; }
  .areas .text {
    position: relative;
    z-index: 1; }
    @media (min-width: 45em) {
      .areas .text {
        max-width: 70rem;
        margin: 0 auto; } }

button,
input[type="submit"] {
  border: 0;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  button.btn--plain,
  input[type="submit"].btn--plain {
    padding: 0;
    border: 0;
    background-color: transparent; }

.btn {
  display: inline-block; }

.btn {
  background-color: #2096cd;
  color: white;
  padding: 1.2rem;
  font-size: 2rem;
  text-decoration: none;
  border-radius: 0.4rem;
  border-right: 5px solid #16668b;
  border-bottom: 5px solid #16668b; }
  .btn.email-us {
    margin: 0 1rem 1rem 0; }
  .btn:hover, .btn:focus {
    background-color: #16668b; }

::-webkit-input-placeholder {
  font-style: italic;
  color: #999; }

:-moz-placeholder {
  font-style: italic;
  color: #999; }

::-moz-placeholder {
  font-style: italic;
  color: #999; }

:-ms-input-placeholder {
  font-style: italic;
  color: #999; }

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%; }

textarea {
  height: auto;
  min-height: 90px; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin: 0; }
  .list-inline > li {
    display: inline-block; }

.overflow-container {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.header {
  position: relative; }
  .header .container {
    padding: 4rem 0; }
    @media (min-width: 45em) {
      .header .container {
        padding: 6rem; } }
  .header .logo {
    width: 24.5rem;
    height: 6.9rem;
    background-image: url("../img/logo.png");
    background-size: 100%;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
    @media (max-width: 44.99em) {
      .header .logo {
        margin: 0 auto; } }
    @media (min-width: 45em) {
      .header .logo {
        background-image: url("../img/logo2.png");
        float: left;
        width: 50rem;
        height: 15rem; } }
    @media (min-width: 100em) {
      .header .logo {
        width: 62rem;
        height: 20rem; } }
  .header .contact-details {
    position: absolute;
    top: 2rem;
    right: 4rem; }
    @media (max-width: 99.99em) {
      .header .contact-details {
        display: none; } }
    .header .contact-details span {
      display: inline-block;
      margin: 0 1.5rem; }
  @media (max-width: 44.99em) {
    .header .contact {
      width: 60%;
      margin: 5rem auto;
      text-align: center; } }
  @media (min-width: 45em) {
    .header .contact {
      float: right;
      text-align: right; } }
  .header .contact p {
    margin: 0; }
  .header .contact a {
    display: inline-block; }

.footer {
  font-size: 1.3rem;
  text-align: center;
  background-color: #2096cd;
  color: white; }
  .footer .container {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem; }
  .footer p {
    margin: 0; }
  .footer a {
    color: white; }
    .footer a:hover, .footer a:focus {
      color: white;
      text-decoration: none; }
  .footer .contact-details {
    margin-bottom: 2rem; }

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