/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  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; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

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

textarea {
  resize: vertical; }

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.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 {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    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) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

html,
body {
  font-family: 'PT Sans', sans-serif;
  color: #58595b;
  line-height: 1.5;
  height: 100%; }

h1, h2, .h1, .h2 {
  font-weight: normal; }

h1, .h1 {
  font-size: 1.9em; }

h2, .h2 {
  font-size: 1.4em; }

h3 {
  font-size: 1.2em; }

p {
  font-size: 1em; }

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

/* responsive images */
img {
  max-width: 100%;
  height: auto; }

/* Clean links */
a {
  color: #718fa7;
  text-decoration: none; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.tel a {
  color: #58595b; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.center {
  text-align: center; }

/* Changing Susy default global settings */
.top-bar {
  display: none;
  background-color: #3d3d3d; }
  .top-bar nav {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    padding: 0;
    padding-right: 20px;
    /* to line up with main nav */ }
    .top-bar nav:after {
      content: " ";
      display: block;
      clear: both; }
    @media (min-width: 768px) {
      .top-bar nav {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto; }
        .top-bar nav:after {
          content: " ";
          display: block;
          clear: both; } }
    @media (min-width: 992px) {
      .top-bar nav {
        max-width: 85%;
        margin-left: auto;
        margin-right: auto; }
        .top-bar nav:after {
          content: " ";
          display: block;
          clear: both; } }
    @media (min-width: 1200px) {
      .top-bar nav {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto; }
        .top-bar nav:after {
          content: " ";
          display: block;
          clear: both; } }
    @media (min-width: 1200px) {
      .top-bar nav {
        max-width: 960px; } }
  .top-bar ul {
    float: right;
    margin: 0;
    padding: 0; }
  .top-bar li {
    display: inline-block; }
  .top-bar a {
    display: inline-block;
    margin: 0;
    padding: 8px;
    font-size: 0.9em;
    color: #fff; }
    .top-bar a:hover {
      background-color: #636363; }

@media (min-width: 1024px) {
  .top-bar {
    display: block; }
  .mob-nav {
    display: none !important; } }

.top-menu__label {
  background-color: #a7a9ac; }

header {
  background-color: #718fa7; }
  header a {
    color: #fff; }
  header .header-group {
    padding: 15px 10px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      header .header-group {
        padding: 15px 25px; } }
    header .header-group:after {
      content: " ";
      display: block;
      clear: both; }
    @media (min-width: 768px) {
      header .header-group {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto; }
        header .header-group:after {
          content: " ";
          display: block;
          clear: both; } }
    @media (min-width: 992px) {
      header .header-group {
        max-width: 85%;
        margin-left: auto;
        margin-right: auto; }
        header .header-group:after {
          content: " ";
          display: block;
          clear: both; } }
    @media (min-width: 1200px) {
      header .header-group {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto; }
        header .header-group:after {
          content: " ";
          display: block;
          clear: both; } }
    @media (min-width: 1200px) {
      header .header-group {
        max-width: 960px; } }
    header .header-group .logo {
      float: left;
      max-width: 200px;
      margin-top: 5px; }
      @media (min-width: 768px) {
        header .header-group .logo {
          max-width: 245px; } }
    header .header-group #pull {
      color: #fff;
      background: none;
      border: none;
      float: right;
      position: relative;
      top: 5px; }
      @media (min-width: 768px) {
        header .header-group #pull {
          top: 10px; } }
      header .header-group #pull:hover {
        cursor: pointer; }
      @media (min-width: 1024px) {
        header .header-group #pull {
          display: none; } }
    header .header-group nav {
      display: none;
      clear: both;
      z-index: 10; }
      @media (min-width: 1024px) {
        header .header-group nav {
          display: block !important;
          clear: none;
          float: right; } }
      header .header-group nav > ul {
        margin: 0;
        margin-top: 20px;
        padding: 0; }
      header .header-group nav li {
        list-style: none;
        display: block;
        display: inline\9;
        clear: both;
        clear: none\9;
        text-align: center;
        font-size: 1.15em; }
        header .header-group nav li a {
          display: block;
          padding: 10px 0; }
        @media (min-width: 1024px) {
          header .header-group nav li.has-dropdown {
            position: relative; }
            header .header-group nav li.has-dropdown:hover ul.dropdown-menu {
              display: block !important;
              /* overwrite the jQuery slideToggle */ } }
      header .header-group nav .menu-switch {
        padding: 0 0 0 5px; }
        @media (min-width: 1024px) {
          header .header-group nav .menu-switch {
            display: none; } }
      header .header-group nav ul.dropdown-menu {
        display: none;
        margin-top: 0;
        padding-left: 0;
        background-color: #718fa7;
        z-index: 10; }
        @media (min-width: 1024px) {
          header .header-group nav ul.dropdown-menu {
            position: absolute;
            top: 30px;
            left: 0;
            padding-top: 10px; }
            header .header-group nav ul.dropdown-menu li {
              text-align: left; } }
        header .header-group nav ul.dropdown-menu li {
          font-size: 0.95em;
          margin-left: 0;
          display: block; }
          header .header-group nav ul.dropdown-menu li a {
            min-width: 215px;
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 7px;
            padding-bottom: 7px; }
            header .header-group nav ul.dropdown-menu li a:hover {
              background-color: #3d3d3d; }
      @media (min-width: 1024px) {
        header .header-group nav {
          padding-top: 0;
          display: inline;
          position: relative;
          top: -8px;
          float: right;
          font-size: 1.15em; }
          header .header-group nav ul {
            display: block;
            margin-top: 20px; }
          header .header-group nav li {
            display: inline-block;
            font-size: 0.9em;
            margin-left: 15px; }
            header .header-group nav li a {
              padding: 5px; } }

footer {
  clear: both;
  font-size: 0.9em;
  border-top: 2px solid #fff;
  padding: 20px;
  background-color: #718fa7;
  text-align: center;
  color: #fff;
  line-height: 1.3em; }
  @media (min-width: 768px) {
    footer {
      font-size: 0.9em; } }
  footer a, footer .tel a {
    color: #fff; }
  footer p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    font-size: 0.95em; }

/*--------------------------------------------------------
    COMPONENTS
---------------------------------------------------------*/
/*--- DEVELOPMENT ---*/
.under-development {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #3d3d3d;
  text-align: center;
  color: #fff; }
  .under-development p {
    font-size: 1.2em;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px; }

/*--- HELPERS ---*/
article {
  padding-bottom: 5px; }

.warning {
  color: red; }

figure {
  margin: 30px 0;
  padding: 20px;
  border: 2px solid #f2f2f2; }

figcaption {
  margin-top: 20px;
  font-style: italic;
  font-size: 0.95em;
  margin-bottom: 0; }

/*--- HERO ---*/
.hero {
  padding-top: 200px;
  clear: both;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (min-width: 768px) {
    .hero {
      padding-top: 240px; } }
  @media (min-width: 1200px) {
    .hero {
      padding-top: 260px; } }
  @media (min-width: 1480px) {
    .hero {
      padding-top: 300px; } }

/* CAROUSEL */
#home-carousel {
  clear: both;
  display: block;
  /* stop content jumping */ }

.owl-slide {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 280px; }
  @media (min-width: 768px) {
    .owl-slide {
      padding-top: 350px; } }
  @media (min-width: 992px) {
    .owl-slide {
      padding-top: 380px; } }
  @media (min-width: 1200px) {
    .owl-slide {
      padding-top: 420px; } }
  @media (min-width: 1480px) {
    .owl-slide {
      padding-top: 450px; } }

.owl-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.owl-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1150px;
  margin: auto; }
  @media (min-width: 1480px) {
    .owl-wrap {
      max-width: 1280px; } }

.owl-content {
  color: #fff;
  text-align: left;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 350px;
  right: 20px;
  padding-left: 10px;
  padding-right: 10px; }

.owl-content--inverted {
  color: #303030; }

.owl-heading {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: bold;
  margin: 0;
  font-size: 3.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1; }
  @media (min-width: 1200px) {
    .owl-heading {
      font-size: 4.3em; } }

.owl-subheading {
  margin: 0;
  padding-left: 4px;
  font-size: 1.25em; }

.owl-image {
  display: none;
  background-color: #fff;
  padding: 10px 15px;
  box-shadow: 4px 4px 8px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  max-height: 50%;
  width: auto; }
  @media (min-width: 650px) {
    .owl-image {
      display: block;
      max-height: 45%; } }
  @media (min-width: 768px) {
    .owl-image {
      display: block;
      max-height: 60%;
      padding: 30px 40px; } }
  @media (min-width: 992px) {
    .owl-image {
      max-height: 80%; } }
  @media (min-width: 1200px) {
    .owl-image {
      max-height: 90%; } }
  @media (min-width: 1480px) {
    .owl-image {
      max-height: 100%; } }

.owl-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/*-- VIDEO --*/
.video-holder {
  margin-top: 40px;
  margin-bottom: 30px; }

.hero--home {
  background-image: url(../img/shopping-crowd.jpg);
  background-position: center 10%; }

.hero--systems {
  background-image: url(../img/systems.jpg); }

.hero--about {
  background-image: url(../img/security-monitoring.jpg);
  background-position: center bottom; }

.hero--contact {
  background-image: url(../img/video-surveillance.jpg);
  background-position: center 15%; }

.hero--monitored {
  background-image: url(../img/cctv.jpg);
  background-position: left 70%; }

.hero--access {
  background-image: url(../img/fingerprint-access.jpg);
  background-position: center 70%; }

.hero--response {
  background-image: url(../img/surveillance-monitoring.jpg); }

.hero--manned {
  background-image: url(../img/security.jpg);
  background-position: center 20%; }

.hero--partnerships {
  background-image: url(../img/interview.jpg);
  background-position: center 70%; }

.hero--time-lapse {
  background-image: url(../img/construction-site.jpg);
  background-position: center 70%; }

.hero--accreditations {
  background-image: url(../img/shopping-crowd.jpg);
  background-position: center 50%; }

/*--- BANNERS ---*/
.banner, .banner--cta, .banner--footer, .banner--header {
  text-align: center;
  color: #fff;
  font-size: 1.7em;
  line-height: 1.3em; }

.banner--cta, .banner--footer {
  padding: 45px 10px 25px 10px;
  background-color: #777; }
  .banner--cta:hover, .banner--footer:hover {
    background-color: #3d3d3d;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .banner--cta .fa, .banner--footer .fa {
    display: inline-block; }
    @media (min-width: 440px) {
      .banner--cta .fa, .banner--footer .fa {
        margin-top: 0;
        display: inline-block;
        margin-left: 15px;
        position: relative;
        top: 10px; } }
  .banner--cta .banner__group, .banner--footer .banner__group {
    position: relative;
    top: -10px; }
    .banner--cta .banner__group .fa, .banner--footer .banner__group .fa {
      font-size: 1.2em;
      margin-left: 12px;
      position: relative;
      top: 3px; }

.banner--header {
  display: none;
  padding: 20px 40px;
  background-color: #777; }
  .banner--header img {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px; }
  @media (min-width: 768px) {
    .banner--header {
      padding: 40px 20px; }
      .banner--header img {
        display: inline-block; }
      .banner--header span {
        padding: 0 30px; } }

.banner--footer {
  clear: both;
  background-color: #777; }

.client-logos {
  padding: 0;
  padding-top: 20px;
  margin: 0; }
  .client-logos li {
    list-style-type: none;
    width: 41.6666666667%;
    float: left;
    padding-bottom: 20px; }
    .client-logos li:nth-child(2n + 1) {
      margin-left: 4.1666666667%;
      margin-right: -100%;
      clear: both; }
    .client-logos li:nth-child(2n + 2) {
      margin-left: 54.1666666667%;
      margin-right: -100%;
      clear: none; }
    @media (min-width: 768px) {
      .client-logos li {
        width: 20.4081632653%;
        float: left; }
        .client-logos li:nth-child(4n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .client-logos li:nth-child(4n + 2) {
          margin-left: 26.5306122449%;
          margin-right: -100%;
          clear: none; }
        .client-logos li:nth-child(4n + 3) {
          margin-left: 53.0612244898%;
          margin-right: -100%;
          clear: none; }
        .client-logos li:nth-child(4n + 4) {
          margin-left: 79.5918367347%;
          margin-right: -100%;
          clear: none; } }
  .client-logos img {
    padding: 10px;
    border: 2px solid #f2f2f2; }

/*--------------------------------------------------------
    MAIN CONTENT
---------------------------------------------------------*/
.content {
  padding: 2em;
  max-width: 900px;
  margin: 0 auto; }

.columns {
  margin-top: 30px; }

.columns__item {
  margin-bottom: 20px;
  border: 2px solid #f2f2f2;
  padding: 15px 30px; }
  @media (min-width: 768px) {
    .columns__item {
      width: 48.7804878049%;
      float: left; }
      .columns__item:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .columns__item:nth-child(2n + 2) {
        margin-left: 51.2195121951%;
        margin-right: -100%;
        clear: none; } }

.flexbox .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }

.flexbox .columns__item {
  margin: 10px !important;
  clear: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 47%;
      -ms-flex: 1 1 47%;
          flex: 1 1 47%; }

/*--- HOME PAGE ---*/
.content--home__wrapper {
  margin-top: 20px;
  padding: 10px; }

.content--home {
  max-width: 1150px;
  margin: 0 auto;
  text-align: center; }
  .content--home h2 {
    font-size: 1.4em;
    margin-bottom: 5px;
    margin-top: 12px; }
  .content--home .intro-group {
    padding-top: 10px; }
  .content--home .intro-block {
    padding: 20px;
    border: 2px solid #f2f2f2;
    margin-bottom: 20px; }
    .content--home .intro-block p {
      margin-top: 0;
      font-size: 0.95em; }
    .content--home .intro-block img {
      margin: 0 auto;
      width: 75px;
      opacity: 0.75; }
  @media (min-width: 768px) {
    .content--home .intro-block {
      width: 43.4782608696%;
      float: left; }
      .content--home .intro-block:nth-child(2n + 1) {
        margin-left: 3.2608695652%;
        margin-right: -100%;
        clear: both; }
      .content--home .intro-block:nth-child(2n + 2) {
        margin-left: 53.2608695652%;
        margin-right: -100%;
        clear: none; } }
  @media (min-width: 992px) {
    .content--home .intro-block {
      width: 31.25%;
      float: left; }
      .content--home .intro-block:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .content--home .intro-block:nth-child(3n + 2) {
        margin-left: 34.375%;
        margin-right: -100%;
        clear: none; }
      .content--home .intro-block:nth-child(3n + 3) {
        margin-left: 68.75%;
        margin-right: -100%;
        clear: none; } }

@media (min-width: 768px) {
  .flexbox .intro-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .flexbox .intro-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 10px 30px 10px !important; }
    .flexbox .intro-block .read-more {
      margin-top: auto; } }

.intro-paragraph {
  padding: 10px 0.75em 0 0.75em;
  text-align: center;
  margin: 0 auto;
  max-width: 920px; }

.lead {
  font-size: 1.1em; }

.read-more {
  color: #718fa7; }
  .read-more .angle-right {
    position: relative;
    top: 1px;
    left: 5px; }
  .read-more:hover {
    color: #90a8bb;
    cursor: pointer; }

.accreditations {
  max-width: 960px;
  margin: 0 auto; }

.logos {
  padding: 30px 0;
  margin: 0;
  margin-top: 30px; }
  .logos li {
    margin-bottom: 20px;
    list-style-type: none;
    width: 25%;
    float: left; }
    .logos li:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .logos li:nth-child(3n + 2) {
      margin-left: 37.5%;
      margin-right: -100%;
      clear: none; }
    .logos li:nth-child(3n + 3) {
      margin-left: 75%;
      margin-right: -100%;
      clear: none; }
    @media (min-width: 440px) {
      .logos li {
        width: 18.1818181818%;
        float: left; }
        .logos li:nth-child(4n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .logos li:nth-child(4n + 2) {
          margin-left: 27.2727272727%;
          margin-right: -100%;
          clear: none; }
        .logos li:nth-child(4n + 3) {
          margin-left: 54.5454545455%;
          margin-right: -100%;
          clear: none; }
        .logos li:nth-child(4n + 4) {
          margin-left: 81.8181818182%;
          margin-right: -100%;
          clear: none; } }
    @media (min-width: 440px) {
      .logos li {
        width: 14.2857142857%;
        float: left; }
        .logos li:nth-child(5n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .logos li:nth-child(5n + 2) {
          margin-left: 21.4285714286%;
          margin-right: -100%;
          clear: none; }
        .logos li:nth-child(5n + 3) {
          margin-left: 42.8571428571%;
          margin-right: -100%;
          clear: none; }
        .logos li:nth-child(5n + 4) {
          margin-left: 64.2857142857%;
          margin-right: -100%;
          clear: none; }
        .logos li:nth-child(5n + 5) {
          margin-left: 85.7142857143%;
          margin-right: -100%;
          clear: none; } }

/*--- PACKAGES ---*/
.icon-list {
  padding-left: 0; }
  @media (min-width: 440px) {
    .icon-list {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  .icon-list li {
    margin-left: 1.75em;
    font-size: 1.05em;
    text-indent: -0.95em;
    list-style-type: none;
    line-height: 2.5; }
    .icon-list li:before {
      position: relative;
      font-family: FontAwesome;
      content: "\f00c";
      left: -0.75em;
      color: #718fa7;
      vertical-align: 0%;
      font-weight: normal; }
  .icon-list li.circle:before {
    content: "\f111";
    font-size: 0.6em;
    padding-right: 0.75em;
    vertical-align: 7%; }

@media (min-width: 440px) {
  .icon-list--single {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1; } }

#packages .icon-list {
  padding-top: 15px;
  padding-bottom: 15px; }

/*--- MANNED GUARDING ---*/
.side-by-side__left {
  width: 41.6666666667%;
  float: left;
  margin-right: 16.6666666667%; }

.side-by-side__right {
  width: 41.6666666667%;
  float: right;
  margin-right: 0; }
  .side-by-side__right p:first-of-type {
    margin-top: 0;
    font-size: 1.1em; }

.side-by-side img {
  border: 2px solid #f2f2f2;
  padding: 10px; }

.push {
  margin-top: 50px; }

/*--- CONTACT PAGE ---*/
.content--contact__wrapper {
  margin-top: 10px;
  padding-bottom: 20px; }

.content--contact {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0 20px 0;
  color: #58595b; }
  .content--contact:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 768px) {
    .content--contact {
      max-width: 85%;
      margin-left: auto;
      margin-right: auto; }
      .content--contact:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 992px) {
    .content--contact {
      max-width: 75%;
      margin-left: auto;
      margin-right: auto; }
      .content--contact:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1200px) {
    .content--contact {
      max-width: 65%;
      margin-left: auto;
      margin-right: auto; }
      .content--contact:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1200px) {
    .content--contact {
      max-width: 860px; } }
  @media (min-width: 768px) {
    .content--contact {
      padding: 20px 0; } }
  .content--contact h1 {
    font-size: 2em; }

.contact-details, .contact-details--success, .contact-details--error, .contact-details--404 {
  margin: 30px 0 0 0; }
  .contact-details i, .contact-details--success i, .contact-details--error i, .contact-details--404 i {
    width: 15px;
    text-align: center;
    margin-right: 10px;
    color: #718fa7; }

.contact-form-wrapper {
  margin-top: 40px;
  margin-bottom: 30px; }

.contact-form {
  margin: 5px;
  border: 2px solid #e9e9ea;
  padding: 1.5em; }
  .contact-form .form-input {
    margin-top: 10px; }
    @media (min-width: 768px) {
      .contact-form .form-input:nth-of-type(odd) {
        width: 48.5714285714%;
        float: left;
        margin-right: 2.8571428571%; }
      .contact-form .form-input:nth-of-type(even) {
        width: 48.5714285714%;
        float: right;
        margin-right: 0; }
      .contact-form .form-input:last-of-type {
        width: 100%;
        float: right;
        margin-right: 0; } }
  .contact-form label {
    display: inline-block;
    width: 120px; }
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #cecfd1; }
  .contact-form textarea {
    clear: both;
    margin-top: -12px;
    margin-bottom: 10px;
    resize: vertical; }
  .contact-form input[type="submit"] {
    display: block;
    clear: both;
    background-color: #718fa7;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    border: none; }
    .contact-form input[type="submit"]:hover {
      background-color: #3d3d3d;
      cursor: pointer;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    @media (min-width: 768px) {
      .contact-form input[type="submit"] {
        width: 120px;
        padding: 12px 15px; } }
  @media (min-width: 768px) {
    .contact-form {
      margin: 0 auto;
      max-width: 860px; } }
  .contact-form .unhappyMessage {
    color: #718fa7;
    font-style: italic; }

.contact-form-option-wrapper {
  text-align: center; }
  .contact-form-option-wrapper .contact-form-option {
    z-index: 20;
    display: inline-block;
    background-color: #e9e9ea;
    color: #a7a9ac;
    padding: 15px 20px;
    position: relative;
    top: 20px;
    margin-left: 5px;
    margin-right: 5px; }
    .contact-form-option-wrapper .contact-form-option:hover {
      cursor: pointer; }
  .contact-form-option-wrapper .active {
    background-color: #718fa7;
    color: #fff; }

.contact-details a, .contact-details--success a, .contact-details--error a, .contact-details--404 a {
  color: #58595b; }

.general-enquiry {
  display: none; }

.content--success, .content-error, .content-404 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  color: #58595b;
  text-align: center; }
  .content--success:after, .content-error:after, .content-404:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 768px) {
    .content--success, .content-error, .content-404 {
      max-width: 85%;
      margin-left: auto;
      margin-right: auto; }
      .content--success:after, .content-error:after, .content-404:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 992px) {
    .content--success, .content-error, .content-404 {
      max-width: 75%;
      margin-left: auto;
      margin-right: auto; }
      .content--success:after, .content-error:after, .content-404:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1200px) {
    .content--success, .content-error, .content-404 {
      max-width: 65%;
      margin-left: auto;
      margin-right: auto; }
      .content--success:after, .content-error:after, .content-404:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 1200px) {
    .content--success, .content-error, .content-404 {
      max-width: 860px; } }

.contact-details--success, .contact-details--error, .contact-details--404 {
  text-align: center;
  border: 1px solid #e9e9ea;
  margin: 40px auto;
  padding: 20px;
  padding-bottom: 30px; }

.helper-text {
  margin-top: 0;
  font-style: italic;
  font-size: 1em; }
