@charset "UTF-8";
/* --------------------------------------------------
1.0 SASS Imports
		- reset
		- dependencies (comes with default _s theme styles)
		- dev utils
		- variables
		- mixins
		- partials
-------------------------------------------------- */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* 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 {
  -webkit-box-sizing: content-box;
  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 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and 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 */
  -webkit-text-decoration: underline dotted;
  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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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; }

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover, a:focus, a:active {
  color: midnightblue; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* Colors */
/*	Grid system, define how many columns */
/* Responsive Break Points */
/* Fonts */
/* Animation */
/* --------------------------------------------------
RESPONSIVE DESIGN MIXIN
-------------------------------------------------- */
/* WIDTH MEDIA QUERIES */
strong {
  font-weight: 600; }

h1, h2, h3, h4, h5, h6 {
  margin: 15px 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-family: "Cinzel", Times, Georgia, serif;
  font-size: 1.5em;
  line-height: 1em; }
  @media (min-width: 48em) {
    h1 {
      font-size: 2.272em; } }

h2 {
  font-family: "Cinzel", Times, Georgia, serif;
  font-size: 1.5em; }
  @media (min-width: 48em) {
    h2 {
      font-size: 3em; } }

h3 {
  font-family: "Cinzel", Times, Georgia, serif;
  font-weight: 300;
  font-size: 1.363em;
  line-height: 1.3em; }

h4 {
  color: #161673;
  font-weight: 600;
  font-size: 1.25em;
  font-family: "Barlow Condensed", Helvetica Neueu, Helvetica, Arial, sans-serif; }

h5 {
  color: #161673;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em; }

h6 {
  font-size: 1em;
  text-transform: uppercase;
  font-family: "Cinzel", Times, Georgia, serif;
  font-weight: 400; }

p {
  line-height: 1.166em;
  font-weight: 300;
  margin: 1em 0;
  font-family: "Barlow Condensed", Helvetica Neueu, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a {
  color: #161673; }
  a:visited {
    color: #6C6CA4; }

ul, ol {
  margin-left: 0;
  padding-left: 0; }

li {
  font-family: "Cinzel", Times, Georgia, serif;
  color: #9B9B9B;
  list-style: none;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.8em;
  position: relative;
  padding-left: 25px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  li:before {
    content: '–\00a0';
    position: absolute;
    left: 0; }
  @media (min-width: 31.25em) {
    li {
      font-size: 1.363em; } }

.reverse {
  color: #fff; }
  .reverse a {
    color: #fff; }
  .reverse h1, .reverse h2, .reverse h3, .reverse h4, .reverse h5, .reverse h6 {
    color: #fff; }
  .reverse svg path {
    fill: #fff; }
  .reverse .grey {
    color: #9B9B9B; }

blockquote {
  margin: 2.272em 0 2.272em 1.5em;
  position: relative;
  font-weight: 300;
  font-style: italic;
  line-height: 1.2em;
  color: #9B9B9B; }
  blockquote p {
    font-size: 30px; }
  blockquote:before {
    content: '';
    width: 126px;
    height: 98px;
    background-image: url("../images/quotes.svg");
    position: absolute;
    top: -50px;
    left: -50px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    z-index: 0;
    pointer-events: none; }
    @media (min-width: 75em) {
      blockquote:before {
        -webkit-transform: scale(1);
        transform: scale(1); } }
  blockquote strong {
    font-weight: 600;
    font-style: normal;
    color: #161673;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 0.6em; }

.grey {
  color: #9B9B9B; }

.site-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: .25s transform ease-in-out;
  transition: .25s transform ease-in-out; }
  .site-wrap.nav-open {
    -webkit-transform: translate(calc( 100% - 50px), 0);
    transform: translate(calc( 100% - 50px), 0); }
    @media (min-width: 48em) {
      .site-wrap.nav-open {
        -webkit-transform: none;
        transform: none; } }

.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 100%;
  z-index: 15;
  background-color: #fff; }
  @media (min-width: 48em) {
    .site-header {
      height: 60px; } }

.top-bar .phone,
.main-navigation .phone {
  width: auto;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px; }
  @media (min-width: 48em) {
    .top-bar .phone,
    .main-navigation .phone {
      height: 60px; } }
  .top-bar .phone svg,
  .main-navigation .phone svg {
    margin-right: 10px; }

.top-bar {
  background-color: #fff;
  z-index: 15;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 50px;
  position: fixed;
  -webkit-transition: .25s transform ease-in-out;
  transition: .25s transform ease-in-out;
  -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.3); }
  @media (min-width: 48em) {
    .top-bar {
      -webkit-transition: none;
      transition: none;
      height: 60px; } }
  .top-bar.is-active {
    -webkit-transform: translateX(calc( 100% - 50px));
    transform: translateX(calc( 100% - 50px)); }
    @media (min-width: 48em) {
      .top-bar.is-active {
        -webkit-transform: none;
        transform: none; } }
  .top-bar .nav-trigger {
    width: 50px; }
    @media (min-width: 48em) {
      .top-bar .nav-trigger {
        width: 60px; } }
  .top-bar .phone {
    display: none;
    max-width: 205px;
    background-color: #4A4A4A;
    padding: 0 20px;
    text-decoration: none;
    -webkit-transition: background-color .25s ease-in;
    transition: background-color .25s ease-in; }
    .top-bar .phone:hover {
      color: #fff;
      background-color: #313131; }
    @media (min-width: 48em) {
      .top-bar .phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .top-bar .main-logo {
    display: none;
    margin-right: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .top-bar .main-logo svg {
      max-width: 290px;
      width: 90%; }
      .top-bar .main-logo svg path {
        fill: #161673; }
    @media (min-width: 48em) {
      .top-bar .main-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 75em) {
      .top-bar .main-logo {
        padding-left: 50px; } }
  .top-bar .mercedes-logo {
    width: 70px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.9); }
    .top-bar .mercedes-logo svg {
      width: 34px; }
    .top-bar .mercedes-logo path {
      fill: #fff; }
    @media (min-width: 48em) {
      .top-bar .mercedes-logo {
        display: none; } }
  .top-bar .book-service {
    background-color: #161673;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: background-color .25s ease-in;
    transition: background-color .25s ease-in; }
    .top-bar .book-service:hover {
      color: #fff;
      background-color: #0e0e48; }
    .top-bar .book-service .book {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-decoration: none;
      text-transform: uppercase;
      line-height: 1em;
      font-weight: 600;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased; }
      .top-bar .book-service .book span {
        margin-right: 10px; }
  @media (min-width: 48em) {
    .top-bar {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .top-bar .book-service {
        max-width: 270px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .top-bar .nav-trigger {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; } }

.logged-in.admin-bar .main-navigation {
  top: 32px; }

.main-navigation {
  width: calc(100% - 50px);
  height: 100vh;
  padding: 0;
  top: 0;
  position: fixed;
  background: linear-gradient(to bottom, #4a4a4a 0%, #4a4a4a 50px, #000 50px, #000 100%);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: .25s transform ease-in-out;
  transition: .25s transform ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 10; }
  .main-navigation.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .main-navigation .menu {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px; }
  .main-navigation ul {
    display: block;
    padding-top: 100px;
    text-transform: uppercase; }
  .main-navigation li {
    font-family: "Barlow Condensed", Helvetica Neueu, Helvetica, Arial, sans-serif;
    width: 100%;
    margin-right: 1em;
    line-height: 2.04em;
    font-size: 1.136em;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
    .main-navigation li:before {
      display: none; }
    .main-navigation li:hover ul.children {
      left: -1em; }
    .main-navigation li.current-menu-item a:hover:before {
      display: none; }
    .main-navigation li a {
      color: #9B9B9B;
      display: inline-block;
      position: relative; }
      .main-navigation li a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 10px;
        left: 0;
        background-color: rgba(255, 255, 255, 0.85);
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s; }
      .main-navigation li a:hover {
        color: #fff; }
        .main-navigation li a:hover:before {
          visibility: visible;
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }
    .main-navigation li.current-menu-item a {
      color: #fff;
      position: relative; }
      .main-navigation li.current-menu-item a:after {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 0;
        bottom: 5px; }
  .main-navigation ul.children {
    background-color: #fff;
    padding: 1em; }
    .main-navigation ul.children li {
      line-height: 1.2;
      padding: 10px 0;
      margin-right: 0; }
  .main-navigation .social {
    padding: 20px;
    margin-top: auto; }
    .main-navigation .social li {
      display: inline-block;
      width: auto; }
  @media (min-width: 48em) {
    .main-navigation {
      width: 100%;
      -webkit-transform: translate(0, 50px);
      transform: translate(0, 50px);
      z-index: 10;
      background: rgba(0, 0, 0, 0.7);
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: opacity 		.25s  ease-in-out, visibility 	.25s  linear;
      transition: opacity 		.25s  ease-in-out, visibility 	.25s  linear; }
      .main-navigation li {
        font-size: 1.59em; }
      .main-navigation .menu-alm_primary_nav-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%; }
      .main-navigation .menu {
        width: 50%;
        height: 100vh;
        background: #000;
        max-width: 530px;
        text-align: right;
        margin: 0;
        padding: 50px;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transition: -webkit-transform .25s ease-in-out;
        transition: -webkit-transform .25s ease-in-out;
        transition: transform .25s ease-in-out;
        transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out; }
      .main-navigation.is-open {
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px);
        visibility: visible;
        opacity: 1; }
        .main-navigation.is-open .menu {
          -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0);
          -webkit-transition: -webkit-transform .25s ease-in-out;
          transition: -webkit-transform .25s ease-in-out;
          transition: transform .25s ease-in-out;
          transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out; }
      .main-navigation .social,
      .main-navigation .phone {
        display: none; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0 auto;
  overflow: visible; }
  @media (min-width: 48em) {
    .hamburger {
      height: 60px;
      width: 60px; } }

.hamburger:hover {
  opacity: 1; }

.hamburger-box {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative; }
  @media (min-width: 31.25em) {
    .hamburger-box {
      width: 30px;
      height: 30px; } }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #161673;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }
  @media (min-width: 31.25em) {
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
      width: 30px;
      height: 3px; } }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -8px; }
  @media (min-width: 31.25em) {
    .hamburger-inner::before {
      top: -10px; } }

.hamburger-inner::after {
  bottom: -8px; }
  @media (min-width: 31.25em) {
    .hamburger-inner::after {
      bottom: -10px; } }

/** 3DX **/
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  @media (min-width: 31.25em) {
    .hamburger--3dx.is-active .hamburger-inner::before {
      -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
      transform: translate3d(0, 10px, 0) rotate(45deg); } }

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
  transform: translate3d(0, -7px, 0) rotate(-45deg); }
  @media (min-width: 31.25em) {
    .hamburger--3dx.is-active .hamburger-inner::after {
      -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
      transform: translate3d(0, -10px, 0) rotate(-45deg); } }

@media (min-width: 48em) {
  .hamburger--3dx.is-active {
    background-color: #000; }
    .hamburger--3dx.is-active .hamburger-inner::before,
    .hamburger--3dx.is-active .hamburger-inner::after {
      background-color: #fff; } }

.flickity-slider .slide > div {
  opacity: 0;
  -webkit-transition: opacity .5s ease-in;
  transition: opacity .5s ease-in; }

.flickity-slider .slide.is-selected > div {
  opacity: 1;
  -webkit-transition: opacity .75s ease-in;
  transition: opacity .75s ease-in; }

.flickity-page-dots {
  bottom: 0px;
  padding: 20px;
  text-align: left;
  margin-bottom: 0; }
  .flickity-page-dots li {
    display: inline-block;
    border-radius: 50%;
    margin: 0 12px 0 0;
    border: 1px solid #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
    padding-left: 0;
    background-color: transparent; }
    .flickity-page-dots li:before {
      display: none; }
    .flickity-page-dots li.is-selected {
      background-color: #fff; }

.resp-indicator {
  position: fixed;
  bottom: 30px;
  right: 0;
  width: 100px;
  height: auto;
  background-color: #E3E930;
  z-index: 99; }
  .resp-indicator:after {
    content: 'tiny';
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .025em;
    font-size: .85em;
    line-height: 2;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    position: relative;
    text-align: center;
    display: block; }
  @media (min-width: 31.25em) {
    .resp-indicator {
      background-color: #007bff; }
      .resp-indicator:after {
        content: 'small'; } }
  @media (min-width: 48em) {
    .resp-indicator {
      background-color: #91E8BD; }
      .resp-indicator:after {
        content: 'medium'; } }
  @media (min-width: 75em) {
    .resp-indicator {
      background-color: #F5C071; }
      .resp-indicator:after {
        content: 'large'; } }

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

*::-moz-selection {
  background-color: #161673;
  color: #fff; }

*::selection {
  background-color: #161673;
  color: #fff; }

html,
body {
  overflow-x: hidden; }

body {
  background-color: #fff;
  font-family: "Barlow Condensed", Helvetica Neueu, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 18px; }
  @media (min-width: 75em) {
    body {
      font-size: 22px; } }

.no-scroll {
  overflow: hidden; }
  @media (min-width: 48em) {
    .no-scroll {
      overflow-y: auto; } }

main {
  background-color: #fff;
  margin-bottom: auto; }

.centered-content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px;
  width: 100%; }
  @media (min-width: 48em) {
    .centered-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 30px; } }
  @media (min-width: 75em) {
    .centered-content {
      padding: 0; } }
  .centered-content .right,
  .centered-content .left {
    width: 100%; }
    @media (min-width: 48em) {
      .centered-content .right,
      .centered-content .left {
        width: 50%; } }

.home .hero {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #191919; }
  .home .hero .left {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
    @media (min-width: 48em) {
      .home .hero .left {
        height: auto; } }
  .home .hero .right {
    padding: 20px; }
  @media (min-width: 48em) {
    .home .hero .left, .home .hero .right {
      width: 50%; }
    .home .hero .right {
      max-width: 590px;
      padding: 50px; } }
  @media (min-width: 75em) {
    .home .hero .right {
      padding: 100px 60px; } }

.services .top-logos,
.about-page .top-logos {
  width: 100%;
  padding: 10px 0;
  background-color: #161673; }
  @media (min-width: 48em) {
    .services .top-logos,
    .about-page .top-logos {
      background-color: transparent; } }
  .services .top-logos .centered-content,
  .about-page .top-logos .centered-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .services .top-logos img:nth-of-type(n),
  .about-page .top-logos img:nth-of-type(n) {
    display: none; }
  .services .top-logos img:first-of-type,
  .about-page .top-logos img:first-of-type {
    display: initial; }
  @media (min-width: 48em) {
    .services .top-logos,
    .about-page .top-logos {
      padding: 30px 0; }
      .services .top-logos img:nth-of-type(n),
      .about-page .top-logos img:nth-of-type(n) {
        display: initial;
        max-width: 25%;
        height: auto; } }
  @media (min-width: 75em) {
    .services .top-logos,
    .about-page .top-logos {
      padding: 50px 0; }
      .services .top-logos img:nth-of-type(n),
      .about-page .top-logos img:nth-of-type(n) {
        max-width: 100%; } }

@media (min-width: 48em) {
  .services {
    background: linear-gradient(to bottom, #161673 0%, #161673 300px, #fff 300px, #fff 100%); } }

.services .images {
  display: none;
  width: 100%; }
  .services .images .main-img {
    position: relative; }
    .services .images .main-img .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .services .images .main-img h4 {
      text-transform: uppercase;
      max-width: 150px;
      text-align: center;
      line-height: 1em; }
  @media (min-width: 48em) {
    .services .images {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .services .images img, .services .images .main-img {
        width: 31%; }
      .services .images .main-img > img {
        width: 100%; }
      .services .images .overlay img {
        display: none; } }
  @media (min-width: 75em) {
    .services .images .overlay img {
      display: initial; }
    .services .images img,
    .services .images .main-img {
      width: auto;
      max-width: 100%;
      min-width: 100px;
      height: auto; } }

.services .services_txt {
  padding: 10px 0px; }

.services .experience img {
  width: 100%; }

@media (min-width: 48em) {
  .services .centered-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-top: 0; }
  .services .serv-wrap,
  .services .experience {
    width: 50%; }
  .services .serv-wrap {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 10px; }
  .services .experience {
    padding-right: 50px; }
  .services .services_txt {
    padding: 0 50px;
    margin-bottom: 80px; }
    .services .services_txt ul {
      font-size: .8em; }
  .services .serv-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 75em) {
  .services .serv-wrap {
    position: absolute;
    z-index: 1;
    right: 0;
    top: -110px; }
  .services .services_txt {
    padding: 0 70px; }
    .services .services_txt ul {
      font-size: 1em; }
  .services .experience {
    padding: 50px 100px 50px 0; } }

.testimonials {
  display: none;
  width: 100%;
  background-color: #7373AB;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  .testimonials .centered-content {
    position: relative; }
    .testimonials .centered-content:before {
      content: '';
      width: 126px;
      height: 98px;
      background-image: url("../images/quotes.svg");
      position: absolute;
      top: -20px;
      left: -20px;
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      z-index: 0; }
      @media (min-width: 75em) {
        .testimonials .centered-content:before {
          top: -50px;
          left: -50px;
          -webkit-transform: scale(1);
          transform: scale(1); } }
  @media (min-width: 48em) {
    .testimonials {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 80px 0; } }
  .testimonials .wrap {
    width: 100%;
    outline: none; }
    .testimonials .wrap .content {
      width: 50%; }
      @media (min-width: 48em) {
        .testimonials .wrap .content {
          max-width: 400px; } }
      @media (min-width: 75em) {
        .testimonials .wrap .content {
          max-width: 500px; } }
  .testimonials .slide,
  .testimonials .testimonial,
  .testimonials .attribution {
    width: 100%; }
  .testimonials .testimonial {
    color: #fff;
    font-weight: 300;
    font-style: italic;
    font-size: 1.363em;
    line-height: 1.2em; }
  .testimonials .attribution {
    font-weight: 500;
    color: #161673;
    text-transform: uppercase;
    margin-top: 20px; }
  .testimonials .flickity-page-dots {
    padding: 0; }
    .testimonials .flickity-page-dots li {
      border: 1px solid #161673; }
      .testimonials .flickity-page-dots li.is-selected {
        background-color: #161673; }

.articles {
  height: auto;
  background: #161673;
  background-attachment: fixed;
  background-size: 0;
  position: relative;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-position: 90% 0; }
  .articles .wrap {
    outline: none; }
    .articles .wrap:after {
      content: 'flickity';
      display: none; }
  @media (min-width: 31.25em) {
    .articles {
      background-size: initial; } }
  @media (min-width: 48em) {
    .articles {
      padding: 120px 0 100px 0; }
      .articles .wrap:after {
        content: '';
        display: none; } }
  .articles .centered-content {
    padding-bottom: 0; }
    @media (min-width: 48em) {
      .articles .centered-content .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  .articles h2, .articles h3, .articles h6, .articles h4 {
    width: 100%; }
  .articles h3 {
    margin-bottom: 0; }
  .articles h2 {
    font-size: 1.666em;
    margin-top: 0;
    font-weight: 400; }
    @media (min-width: 48em) {
      .articles h2 {
        font-size: 2.27em;
        line-height: 1em;
        margin-bottom: 50px; } }
  .articles .blog-post {
    width: 100%; }
    .articles .blog-post .centered-content {
      padding: 0px; }
    .articles .blog-post .excerpt {
      width: 100%; }
      .articles .blog-post .excerpt p {
        line-height: 1.3em; }
    @media (min-width: 48em) {
      .articles .blog-post {
        width: 33.3%; }
        .articles .blog-post .centered-content {
          padding: 0 30px 0 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          height: 100%; }
        .articles .blog-post .excerpt {
          margin-bottom: auto; } }
    @media (min-width: 75em) {
      .articles .blog-post {
        width: 25%; } }
  .articles a {
    text-decoration: none; }
  .articles h6 {
    font-size: 0.83em;
    margin-bottom: 0; }
    @media (min-width: 48em) {
      .articles h6 {
        font-size: 0.681em; } }
  .articles h4 {
    font-size: 1.38em;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 0;
    height: 60px; }
    @media (min-width: 48em) {
      .articles h4 {
        font-size: 1.13em; } }
  .articles .read-more, .articles h4 {
    display: inline-block; }
    .articles .read-more:after, .articles h4:after {
      content: '';
      width: 100%;
      height: 2px;
      background-color: #fff;
      display: block; }
  .articles h4:after {
    height: 1px;
    width: 120px;
    margin-top: 10px; }
  .articles .read-more {
    text-transform: uppercase; }
  .articles .flickity-viewport {
    -webkit-transition: height 0.2s;
    transition: height 0.2s; }

.insta {
  width: 100%; }
  .insta img {
    width: 100%; }
  .insta #instafeed {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .insta a {
    text-decoration: none;
    display: none;
    position: relative;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .insta a:first-of-type {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    @media (min-width: 48em) {
      .insta a {
        width: 25%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .insta a .info {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      color: #fff;
      padding: 15px 30px;
      text-transform: uppercase;
      background-color: rgba(12, 12, 64, 0.8); }
      .insta a .info p {
        width: 100%; }
      .insta a .info .likes {
        margin-left: auto;
        margin-right: 40px;
        position: relative; }
        .insta a .info .likes:after {
          content: '';
          width: 27px;
          height: 21px;
          background-image: url(../images/heart.svg);
          position: absolute;
          right: -35px;
          top: 0;
          bottom: 0;
          margin: auto 0; }

/* Generic — blocks that occur on multip0le layouts */
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-left: 0; }
  @media (min-width: 48em) {
    .social {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .social h6 {
    font-size: .8em;
    margin-top: 1em;
    margin-bottom: 0;
    width: 100%; }
    @media (min-width: 48em) {
      .social h6 {
        text-align: right;
        font-size: 1em; } }
  .social li {
    list-style: none;
    margin-right: .5em; }
    @media (min-width: 75em) {
      .social li {
        margin-right: 1em; } }
    .social li:before {
      display: none; }
    .social li:last-of-type {
      margin-right: 0; }
    .social li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      text-decoration: none; }
      .social li a svg {
        width: 20px; }
        @media (min-width: 48em) {
          .social li a svg {
            width: 25px; } }
        @media (min-width: 75em) {
          .social li a svg {
            width: 35px; } }
      .social li a span {
        display: none; }

.page .page-head,
.blog .page-head {
  background-color: #000;
  position: relative; }

.page h1,
.blog h1 {
  font-weight: 400;
  margin-bottom: 0; }

.page .image-region,
.page .video-region,
.blog .image-region,
.blog .video-region {
  width: 100%;
  height: 500px; }

.page .image-region,
.blog .image-region {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 300px; }
  .page .image-region:after,
  .blog .image-region:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5); }

.page .hero .image-region:after,
.blog .hero .image-region:after {
  display: none; }

.page .title,
.blog .title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  top: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 50px; }

.book_form {
  background-color: #eeeeee;
  padding: 20px; }
  @media (min-width: 48em) {
    .book_form {
      font-size: 1em;
      padding: 30px; } }
  @media (min-width: 75em) {
    .book_form {
      font-size: 0.81em;
      padding: 50px; } }

.book-form-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px; }
  .book-form-title .icon {
    width: 58px;
    height: 58px;
    background-color: #161673;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px; }
  .book-form-title h2 {
    font-family: "Barlow Condensed", Helvetica Neueu, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #161673;
    font-size: 1.9em; }
    @media (min-width: 48em) {
      .book-form-title h2 {
        font-size: 2.25em; } }

.video-region {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000;
  height: initial;
  overflow: hidden;
  min-height: 100%;
  position: relative; }
  .video-region .vid-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .video-region .vid-overlay + .vid_wrap video {
      -webkit-filter: blur(2px);
      filter: blur(2px);
      -webkit-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; }
    .video-region .vid-overlay .play {
      opacity: .7;
      -webkit-transition: opacity .25s ease-in;
      transition: opacity .25s ease-in; }
      .video-region .vid-overlay .play:hover {
        opacity: 1;
        cursor: pointer; }
    .video-region .vid-overlay.hidden {
      background-color: transparent;
      pointer-events: none;
      -webkit-transition: background-color 0.5s cubic-bezier(0.68, 0.1, 0.265, 0.1) 0.15s;
      transition: background-color 0.5s cubic-bezier(0.68, 0.1, 0.265, 0.1) 0.15s; }
      .video-region .vid-overlay.hidden .logo, .video-region .vid-overlay.hidden h2 {
        opacity: 0;
        -webkit-transform: translateY(-300px);
        transform: translateY(-300px); }
      .video-region .vid-overlay.hidden .play {
        opacity: 0; }
      .video-region .vid-overlay.hidden + .vid_wrap video {
        -webkit-filter: blur(0);
        filter: blur(0); }
  .video-region .vid_wrap {
    width: 100%;
    height: 100%;
    padding-bottom: 56.25%;
    position: relative; }
    .video-region .vid_wrap video {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      font-family: "object-fit: cover; object-position: center"; }

.map {
  width: 100%;
  height: 500px; }
  .map .g-map {
    height: 100%; }

.contact-page .centered-content,
.book-page .centered-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: -100px; }
  @media (min-width: 48em) {
    .contact-page .centered-content,
    .book-page .centered-content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .contact-page .centered-content .left,
      .contact-page .centered-content .right,
      .book-page .centered-content .left,
      .book-page .centered-content .right {
        width: 50%; }
      .contact-page .centered-content .left,
      .book-page .centered-content .left {
        padding-right: 15px; }
      .contact-page .centered-content .right,
      .book-page .centered-content .right {
        padding-left: 15px; } }

.contact-page h1,
.book-page h1 {
  font-size: 2.272em;
  margin-bottom: 60px;
  margin-top: 10px; }
  @media (min-width: 48em) {
    .contact-page h1,
    .book-page h1 {
      margin-bottom: 100px; } }

.contact-page .content,
.book-page .content {
  margin-bottom: 50px;
  font-size: 1.136em; }
  .contact-page .content p,
  .book-page .content p {
    font-weight: 400; }

.book-page h1 {
  margin-bottom: 0; }

.book-page .centered-content {
  top: 0px; }

.book-page .left {
  position: relative;
  top: -150px; }

.book-page .right {
  position: relative;
  top: -120px; }
  @media (min-width: 48em) {
    .book-page .right {
      top: 0; }
      .book-page .right .content {
        padding-top: 50px; } }

/* Blog ( home.php ) and signle posts */
.navigation {
  height: 100px;
  width: 100%; }

.blog .page-head {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .blog .page-head .image-region {
    background: #161673;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 90% 0; }
    .blog .page-head .image-region:after {
      display: none; }
  .blog .page-head h1 {
    padding-left: 10px; }

.blog .page-numbers.prev, .blog .page-numbers.next {
  display: none; }

.blog .pagination {
  padding-left: 10px; }
  .blog .pagination a, .blog .pagination .current {
    text-decoration: none;
    line-height: 40px;
    width: 45px;
    display: inline-block;
    border: 3px solid #9B9B9B;
    text-align: center;
    color: #9B9B9B; }
  .blog .pagination .current {
    color: #161673;
    border-color: #161673; }

/* BLOG */
.post-boxes {
  padding: 1em 0;
  max-width: 1180px;
  margin: 0 auto; }
  @media (min-width: 48em) {
    .post-boxes {
      padding: 3em 0; } }
  .post-boxes .box {
    width: 100%;
    position: relative;
    text-align: left;
    margin-top: 0;
    margin-bottom: calc(1em * 1.59);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (min-width: 31.25em) {
      .post-boxes .box {
        width: 50%; } }
    @media (min-width: 48em) {
      .post-boxes .box {
        width: 33.3%; } }
    @media (min-width: 75em) {
      .post-boxes .box {
        width: 25%; } }
    .post-boxes .box.featured {
      margin-bottom: calc(1em * 2.727);
      width: 100%;
      max-width: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
      .post-boxes .box.featured > div {
        padding: 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      .post-boxes .box.featured .featImage,
      .post-boxes .box.featured .post-meta {
        width: 100%; }
        @media (min-width: 48em) {
          .post-boxes .box.featured .featImage,
          .post-boxes .box.featured .post-meta {
            width: 50%; } }
      .post-boxes .box.featured .featImage {
        height: 200px;
        margin-bottom: 15px; }
        @media (min-width: 48em) {
          .post-boxes .box.featured .featImage {
            height: 370px;
            margin-bottom: 0; } }
      @media (min-width: 48em) {
        .post-boxes .box.featured .post-meta {
          padding-left: 20px; } }
    .post-boxes .box > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      padding: 20px;
      margin: 0 10px;
      background-color: #f2f2f2; }
      .post-boxes .box > div:hover img {
        -webkit-transform: scale(1);
        transform: scale(1); }
    .post-boxes .box .featImage {
      width: 100%;
      height: 180px;
      overflow: hidden; }
      .post-boxes .box .featImage img {
        width: 100%;
        height: 100%;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: -webkit-transform 2.5s ease-in-out;
        transition: -webkit-transform 2.5s ease-in-out;
        transition: transform 2.5s ease-in-out;
        transition: transform 2.5s ease-in-out, -webkit-transform 2.5s ease-in-out;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        font-family: "object-fit: cover; object-position: center"; }
    .post-boxes .box .date {
      font-family: "Cinzel", Times, Georgia, serif;
      font-size: 0.68em;
      line-height: 1em;
      margin-bottom: 15px;
      text-align: left;
      display: block;
      width: 100%; }
    .post-boxes .box .post-meta {
      width: 100%; }
    .post-boxes .box ul {
      margin: 0;
      padding: 0; }
      .post-boxes .box ul li {
        letter-spacing: 0.25em;
        list-style: none;
        text-transform: uppercase;
        margin-top: 1em;
        line-height: 1.2; }
    .post-boxes .box h4 {
      margin-top: .3em;
      line-height: 1.15;
      margin-bottom: 1em; }
      .post-boxes .box h4 a {
        text-decoration: none;
        display: inline-block;
        color: #333333;
        font-weight: 500; }
        .post-boxes .box h4 a:after {
          content: '';
          width: 100px;
          height: 1px;
          background-color: #000;
          display: block;
          margin-top: 10px; }
    .post-boxes .box .read-more {
      margin-top: 15px;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 600;
      display: inline-block;
      line-height: .65em; }
      .post-boxes .box .read-more:after {
        content: '';
        width: 100%;
        height: 3px;
        display: inline-block;
        background-color: #161673; }

/* SINGLE POST */
.post-head {
  height: 300px;
  background-color: #161673;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 50px; }

.date {
  font-family: "Cinzel", Times, Georgia, serif;
  font-size: 0.68em;
  line-height: 1em;
  margin-bottom: 30px;
  text-align: left;
  display: block;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.post .feature-img {
  width: 100%;
  max-height: 600px;
  margin-bottom: 50px;
  overflow: hidden; }
  .post .feature-img img {
    width: 100%; }

@media (min-width: 75em) {
  .post .centered-content .wrap {
    padding-right: 25%; } }

/* About page */
.about-page .centered-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.about-page .intro {
  padding-bottom: 50px; }
  @media (min-width: 48em) {
    .about-page .intro {
      padding-bottom: 80px; } }
  @media (min-width: 75em) {
    .about-page .intro {
      padding-bottom: 40px;
      min-height: 500px; } }
  .about-page .intro .left .content {
    padding: 40px 15px 0px 0; }
    @media (min-width: 48em) {
      .about-page .intro .left .content {
        padding: 80px 15px 0px 0; } }
  .about-page .intro .right {
    position: relative; }
    .about-page .intro .right h4 {
      font-size: 1.8em; }
    .about-page .intro .right .wrap {
      padding: 0;
      position: static; }
      @media (min-width: 48em) {
        .about-page .intro .right .wrap {
          position: absolute;
          top: -100px;
          padding: 0 20px; } }
      @media (min-width: 75em) {
        .about-page .intro .right .wrap {
          padding: 0 50px;
          top: -120px; } }
    .about-page .intro .right img {
      display: none;
      width: 243px;
      -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.45));
      filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.45)); }
      @media (min-width: 48em) {
        .about-page .intro .right img {
          display: block;
          width: 200px; } }
      @media (min-width: 75em) {
        .about-page .intro .right img {
          width: 243px; } }

@media (min-width: 48em) {
  .about-page .top-logos {
    background-color: #161673; } }

.about-page .history-family {
  padding-bottom: 40px;
  background: transparent; }
  @media (min-width: 75em) {
    .about-page .history-family {
      padding-bottom: 120px; } }
  @media (min-width: 48em) {
    .about-page .history-family {
      background: linear-gradient(to bottom, #161673 0%, #161673 80px, #fff 80px, #fff 100%); } }
  @media (min-width: 48em) {
    .about-page .history-family .left {
      margin-top: 80px; } }
  @media (min-width: 75em) {
    .about-page .history-family .left {
      margin-top: 160px; } }
  .about-page .history-family .left h3 {
    padding-left: 50px; }
  .about-page .history-family .left .history-wrap {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    padding-top: 30px;
    padding-right: 50px; }
    .about-page .history-family .left .history-wrap .history {
      padding-bottom: 15px;
      position: relative;
      padding-left: 55px; }
      @media (min-width: 48em) {
        .about-page .history-family .left .history-wrap .history {
          padding-bottom: 25px; } }
      @media (min-width: 75em) {
        .about-page .history-family .left .history-wrap .history {
          padding-bottom: 50px; } }
      .about-page .history-family .left .history-wrap .history:before {
        content: '';
        width: 2px;
        height: 100%;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.05);
        left: 0; }
      .about-page .history-family .left .history-wrap .history:after {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #161673;
        position: absolute;
        border-radius: 50%;
        left: -3px;
        top: 0; }
    .about-page .history-family .left .history-wrap h3 {
      color: #161673;
      margin-top: 0;
      position: relative;
      top: -10px;
      padding-left: 0;
      margin-bottom: 0; }
      @media (min-width: 48em) {
        .about-page .history-family .left .history-wrap h3 {
          margin-bottom: 15px; } }
    .about-page .history-family .left .history-wrap p {
      font-weight: 300;
      margin-top: 0; }
  .about-page .history-family .right {
    padding: 0px;
    margin-top: 20px; }
    @media (min-width: 48em) {
      .about-page .history-family .right {
        margin-top: 0; } }
    @media (min-width: 48em) {
      .about-page .history-family .right .text-content {
        padding: 30px; } }

.about-page .careers {
  padding: 20px 0;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1; }
  @media (min-width: 48em) {
    .about-page .careers {
      padding: 60px 0; } }
  @media (min-width: 75em) {
    .about-page .careers {
      padding: 110px 0; } }
  .about-page .careers:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1; }
  .about-page .careers .left, .about-page .careers .right {
    width: 100%; }
    @media (min-width: 75em) {
      .about-page .careers .left, .about-page .careers .right {
        width: 50%; } }
  .about-page .careers .left {
    padding-right: 15px; }
    .about-page .careers .left > h3 {
      margin-bottom: 0; }
    .about-page .careers .left > h2 {
      font-size: 2.272em;
      line-height: 1;
      font-weight: 400;
      margin-top: 0;
      margin-bottom: 50px; }
    .about-page .careers .left .intro {
      margin-bottom: 0; }
      .about-page .careers .left .intro h3 {
        margin-bottom: 40px; }
  .about-page .careers .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0; }
    @media (min-width: 75em) {
      .about-page .careers .right {
        padding-left: 15px; } }
    .about-page .careers .right .jobs-list {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media (min-width: 75em) {
        .about-page .careers .right .jobs-list {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
      .about-page .careers .right .jobs-list .job {
        width: 100%; }
        @media (min-width: 48em) {
          .about-page .careers .right .jobs-list .job {
            width: 50%; } }
        @media (min-width: 75em) {
          .about-page .careers .right .jobs-list .job {
            margin-top: 30px;
            padding: 0 15px;
            max-width: 270px; } }
        .about-page .careers .right .jobs-list .job h3 {
          font-family: "Barlow Condensed", Helvetica Neueu, Helvetica, Arial, sans-serif;
          font-weight: 500;
          font-size: 1.13em; }
          .about-page .careers .right .jobs-list .job h3:after {
            content: '';
            width: 95px;
            height: 1px;
            background-color: #fff;
            display: block;
            margin-top: 15px; }

/* Services page */
.services-page .intro .left, .services-page .intro .right {
  position: relative; }
  .services-page .intro .left .copy-block, .services-page .intro .right .copy-block {
    margin-top: 30px; }

@media (min-width: 48em) {
  .services-page .intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .services-page .intro .top-offset {
      top: -100px; }
    .services-page .intro .left,
    .services-page .intro .right {
      width: 50%; }
    .services-page .intro .left {
      padding-top: 50px; }
      .services-page .intro .left .copy-block {
        max-width: 520px;
        margin-bottom: 150px; }
        .services-page .intro .left .copy-block.merc-logo {
          position: relative; }
          .services-page .intro .left .copy-block.merc-logo:after {
            content: '';
            background: transparent url("../images/merc_logo.svg") left top no-repeat;
            position: absolute;
            bottom: -150px;
            right: -15px;
            width: 150px;
            height: 130px; }
        .services-page .intro .left .copy-block.devices {
          position: relative;
          z-index: 1; }
          .services-page .intro .left .copy-block.devices:after {
            content: '';
            background: transparent url("../images/devices.png") left top no-repeat;
            position: absolute;
            bottom: -650px;
            left: -200px;
            width: 652px;
            height: 603px;
            z-index: 0; }
    .services-page .intro .right {
      padding: 0; }
      .services-page .intro .right .copy-block {
        margin-top: 100px; }
      .services-page .intro .right .text {
        padding: 40px; } }

.services-page .enquiries {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  background-color: rgba(22, 22, 115, 0.6); }
  @media (min-width: 48em) {
    .services-page .enquiries {
      padding: 80px 0; } }
  @media (min-width: 75em) {
    .services-page .enquiries {
      padding: 170px 0; } }
  .services-page .enquiries .centered-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .services-page .enquiries .centered-content .enquiry {
      width: 100%;
      margin-bottom: 30px; }
      @media (min-width: 48em) {
        .services-page .enquiries .centered-content .enquiry {
          width: 50%;
          padding-right: 30px; } }
      .services-page .enquiries .centered-content .enquiry .button {
        margin-top: 0px; }
        @media (min-width: 48em) {
          .services-page .enquiries .centered-content .enquiry .button {
            margin-top: 40px; } }

.services-page .manuals {
  padding: 30px 0; }
  @media (min-width: 48em) {
    .services-page .manuals {
      padding: 60px 0; } }
  @media (min-width: 75em) {
    .services-page .manuals {
      padding: 110px 0; } }
  .services-page .manuals .centered-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .services-page .manuals .centered-content > h3 {
      width: 100%;
      margin-bottom: 50px; }
    .services-page .manuals .centered-content .manual {
      width: 100%;
      background-color: #eee;
      padding: 35px;
      margin-bottom: 30px; }
      @media (min-width: 48em) {
        .services-page .manuals .centered-content .manual {
          width: 48%; } }
      @media (min-width: 75em) {
        .services-page .manuals .centered-content .manual {
          width: 25%;
          max-width: 280px; } }
    .services-page .manuals .centered-content .body {
      margin-bottom: 30px; }
    .services-page .manuals .centered-content h4 {
      font-size: 1em;
      line-height: 1; }
    .services-page .manuals .centered-content .link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative; }
      .services-page .manuals .centered-content .link a {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0; }
      .services-page .manuals .centered-content .link svg {
        position: absolute;
        right: 0;
        bottom: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%; }
      .services-page .manuals .centered-content .link svg + a {
        text-decoration: none; }

.ui-datepicker {
  background-color: #fff;
  padding: 15px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25); }
  .ui-datepicker .ui-datepicker-next {
    margin-left: 30px; }
  .ui-datepicker td {
    padding: 0 10px; }
  .ui-datepicker .ui-datepicker-calendar {
    margin-bottom: 0; }

.button,
.gform_button.button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Barlow Condensed", Helvetica Neueu, Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  padding: .25em .9em;
  text-decoration: none;
  display: inline-block;
  color: #161673;
  border-radius: 0;
  border: 2px solid #161673;
  line-height: 1.5em;
  -webkit-transition: background-color .2s ease-in-out, color 					 .3s ease-in-out;
  transition: background-color .2s ease-in-out, color 					 .3s ease-in-out; }
  .button.wide,
  .gform_button.button.wide {
    padding: .25em 3em; }
  .button:visited,
  .gform_button.button:visited {
    color: #161673; }
  .button:hover,
  .gform_button.button:hover {
    background-color: #161673;
    color: #fff; }

.gform_button.button {
  font-size: 1.222em;
  margin: 0; }
  .gform_button.button:hover {
    border: 2px solid #161673; }

.reverse .button {
  color: #fff;
  border-color: #fff; }
  .reverse .button:visited {
    color: #fff; }
  .reverse .button:hover {
    background-color: #fff;
    color: #161673; }

.gform_wrapper .gfield {
  font-size: 1em; }

.gform_wrapper li {
  font-family: "Barlow Condensed", Helvetica Neueu, Helvetica, Arial, sans-serif;
  list-style: none;
  padding-left: 0; }
  .gform_wrapper li:before {
    display: none; }

.gform_wrapper .gform_body .top_label label.gfield_label {
  display: none; }

.gform_wrapper .gform_body input,
.gform_wrapper .gform_body label,
.gform_wrapper .gform_body textarea {
  font-size: 1em;
  font-family: "Barlow Condensed", Helvetica Neueu, Helvetica, Arial, sans-serif;
  border: 2px solid transparent;
  border-radius: 0; }
  .gform_wrapper .gform_body input::-webkit-input-placeholder,
  .gform_wrapper .gform_body label::-webkit-input-placeholder,
  .gform_wrapper .gform_body textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.9); }
  .gform_wrapper .gform_body input:-ms-input-placeholder,
  .gform_wrapper .gform_body label:-ms-input-placeholder,
  .gform_wrapper .gform_body textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.9); }
  .gform_wrapper .gform_body input::-ms-input-placeholder,
  .gform_wrapper .gform_body label::-ms-input-placeholder,
  .gform_wrapper .gform_body textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.9); }
  .gform_wrapper .gform_body input::placeholder,
  .gform_wrapper .gform_body label::placeholder,
  .gform_wrapper .gform_body textarea::placeholder {
    color: rgba(0, 0, 0, 0.9); }
  .gform_wrapper .gform_body input:focus,
  .gform_wrapper .gform_body label:focus,
  .gform_wrapper .gform_body textarea:focus {
    outline: none;
    border: 2px solid #161673; }

.gform_wrapper .gform_body textarea,
.gform_wrapper .gform_body input {
  padding-left: 15px !important;
  margin-bottom: 10px; }

.gform_wrapper .gform_body textarea {
  height: 180px; }

.gform_wrapper .gform_body .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .gform_wrapper .gform_body .gfield_radio li {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .gform_wrapper .gform_body .gfield_radio label {
    font-size: 18px;
    color: #000;
    margin-left: 10px;
    width: auto; }
  .gform_wrapper .gform_body .gfield_radio input[type=radio] {
    margin-bottom: 0;
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .gform_wrapper .gform_body .gfield_radio input[type=radio]:focus {
      outline: none; }
    .gform_wrapper .gform_body .gfield_radio input[type=radio]:checked:after {
      content: '';
      font-size: 3em;
      position: absolute;
      top: 0;
      left: 0;
      width: 14px;
      height: 14px;
      background: #161673;
      border-radius: 50%;
      bottom: 0;
      right: 0;
      margin: auto; }

.site-wrap .gform_wrapper .top_label input.medium,
.site-wrap .gform_wrapper .top_label select.medium {
  width: 100%; }

@media (min-width: 75em) {
  .site-wrap .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px 4px; } }

footer {
  background-color: #000;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 48em) {
    footer {
      padding-bottom: 30px; } }
  footer .book-service {
    background-color: #161673;
    text-align: center; }
    footer .book-service .book {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-decoration: none;
      text-transform: uppercase;
      line-height: 4em;
      font-weight: 600; }
      footer .book-service .book span {
        margin-right: 10px; }
  footer a {
    text-decoration: none; }
  footer .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: auto;
    margin-bottom: 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (min-width: 48em) {
      footer .logo {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 80px; } }
    footer .logo .alm_type {
      width: 100%;
      max-width: 270px; }
      @media (min-width: 48em) {
        footer .logo .alm_type {
          width: initial; } }
    footer .logo .alm_mark {
      width: 50px; }
      @media (min-width: 48em) {
        footer .logo .alm_mark {
          width: initial;
          width: 100%;
          max-width: 100px; } }
  footer .centered-content {
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(25%, #000000), color-stop(25%, #191919), to(#191919));
    background: linear-gradient(to top, #000000 0%, #000000 25%, #191919 25%, #191919 100%); }
    @media (min-width: 48em) {
      footer .centered-content {
        background: #000; } }
  footer .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    @media (min-width: 48em) {
      footer .contents {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 40px; } }
    footer .contents .text {
      width: 100%;
      font-size: .75em; }
      @media (min-width: 31.25em) {
        footer .contents .text br {
          display: none; } }
      footer .contents .text p {
        margin: 5px 0; }

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