/*!
Theme Name: Concierge UK Theme
Theme URI: 
Version: 1.1
Description: Custom theme developed for Concierge UK
Author: Concierge UK
Author URI: 
Tags:
Copyright: (c) 2020
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*! normalize.css v8.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 iOS.
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:300;400;700);
@import url(https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * 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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

html, body, main {
  max-width: 100% !important;
  overflow-x: hidden !important; }

a {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6, p, a, ul {
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

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

ol {
  padding: 0; }

li {
  text-decoration: none;
  list-style: none; }

@font-face {
  font-family: 'Albertus Nova';
  src: url("fonts/AlbertusNova.woff2") format("woff2"), url("fonts/AlbertusNova.woff") format("woff"), url("fonts/AlbertusNova.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

html {
  font-size: 16px; }

html {
  font-size: 16px; }

body {
  font-size: 1rem;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.575rem;
  color: #58595B;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-family: "Albertus Nova", Arial, sans-serif;
  font-size: 3.2rem;
  color: #FFF3CE;
  line-height: 0.974;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  letter-spacing: -1.5px;
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 4.875rem; } }

h2 {
  font-family: "Albertus Nova", Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1.4;
  position: relative;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 768px) {
    h2 {
      padding-left: 0;
      padding-right: 0; } }
  h2.dark {
    padding-bottom: 100px;
    margin-bottom: 10px;
    background: -webkit-linear-gradient(#065D97, #023763);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative; }
    h2.dark::after {
      background-color: #D8D8D8;
      content: "";
      display: inline-block;
      height: 1px;
      position: absolute;
      bottom: 50px;
      left: 50%;
      margin-left: -50px;
      width: 100px; }
  h2.light {
    color: #FFF3CE;
    overflow: hidden;
    text-align: center;
    margin-bottom: 50px; }
    h2.light::before, h2.light::after {
      background-color: #FFF3CE;
      content: "";
      opacity: 0.2;
      display: inline-block;
      height: 1px;
      position: relative;
      vertical-align: middle;
      width: 50%; }
    h2.light::before {
      right: 1em;
      margin-left: -50%; }
    h2.light:after {
      left: 1em;
      margin-right: -50%; }

h4 {
  font-size: 0.9375rem;
  text-transform: uppercase; }
  h4.light {
    color: #FFF3CE;
    overflow: hidden;
    text-align: center;
    margin-bottom: 35px;
    letter-spacing: 1.5px; }
    h4.light::before, h4.light::after {
      background-color: #FFF3CE;
      content: "";
      display: inline-block;
      height: 1px;
      position: relative;
      vertical-align: middle;
      width: 100px;
      opacity: .5; }
    h4.light::before {
      right: 1em;
      margin-left: -50%; }
    h4.light:after {
      left: 1em;
      margin-right: -50%; }

p {
  font-size: 1.56rem;
  line-height: 1.4;
  padding: 0 0 30px;
  font-family: "EB Garamond", serif; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto; }

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

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; } }

input.button, a.button, button {
  padding: 19px 25px;
  color: #000;
  letter-spacing: 1.5px;
  font-size: 0.9375rem;
  border-color: rgba(0, 0, 0, 0.2);
  border-width: 1px;
  border-style: solid;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Roboto", Arial, sans-serif; }

button.button.alt {
  color: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(#065D97), to(#023763));
  background: -webkit-linear-gradient(#065D97, #023763);
  background: -o-linear-gradient(#065D97, #023763);
  background: linear-gradient(#065D97, #023763); }

.hero a.button {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1); }

button.loadmore, button.alm-load-more-btn {
  background: #FFF;
  margin-top: 90px;
  cursor: pointer; }
  button.loadmore.more.done, button.alm-load-more-btn.more.done {
    display: none !important; }

a.button.light {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFF;
  margin-top: 60px;
  display: inline-block; }

.slick-arrow {
  position: absolute;
  margin-left: -30px;
  bottom: 50px;
  display: block;
  border: 1px solid #FFF;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  z-index: 3;
  background: transparent; }
  .slick-arrow::before {
    position: absolute;
    font-family: FontAwesome;
    text-align: center;
    display: block;
    left: 0;
    right: 0;
    top: 15px;
    color: #FFF;
    font-size: 1.4rem; }

.slick-next.slick-arrow {
  right: 0; }
  .slick-next.slick-arrow::before {
    content: "\f054"; }

.slick-prev.slick-arrow {
  left: 0; }
  .slick-prev.slick-arrow::before {
    content: "\f053"; }

.client-ticker {
  margin: 120px 0; }

.client-ticker li img {
  width: 170px;
  padding: 0 20px;
  height: auto;
  margin: 0 10px;
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.client-ticker .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.client-ticker .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.mobile-menu {
  display: none; }

nav.menu-header {
  text-align: right;
  float: right;
  font-family: "Roboto", Arial, sans-serif;
  color: #FFF3CE;
  text-transform: uppercase; }
  nav.menu-header > ul > li {
    position: relative;
    display: inline-block;
    padding: 10px 7px; }
    nav.menu-header > ul > li > a {
      padding: 10px 15px;
      font-size: 0.9375rem;
      letter-spacing: 1.5px;
      font-weight: 700;
      border-radius: 999px;
      border: 2px solid transparent;
      color: inherit; }
  nav.menu-header li.contact a {
    border: 1px solid #FFF3CE;
    border-radius: 15px 0 15px 0;
    margin-left: 15px;
    position: relative;
    padding-right: 45px; }
    nav.menu-header li.contact a::after {
      display: block;
      position: absolute;
      content: "";
      width: 13px;
      height: 11px;
      background-image: url("images/bell.png");
      top: 13px;
      right: 19px; }
  nav.menu-header ul li.menu-item-has-children {
    padding-right: 25px; }
    nav.menu-header ul li.menu-item-has-children:hover {
      background: #0a141d;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      border-bottom: 1px solid rgba(255, 243, 206, 0.2); }
    nav.menu-header ul li.menu-item-has-children::after {
      display: block;
      width: 10px;
      height: 10px;
      content: "\f107";
      position: absolute;
      top: 9px;
      left: 120px;
      opacity: 0.7;
      font-family: FontAwesome; }
    nav.menu-header ul li.menu-item-has-children > ul {
      padding: 10px 20px;
      text-align: left;
      display: none;
      position: absolute;
      top: 47px;
      left: 0;
      background: #0a141d;
      text-align: left;
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px;
      border-top-right-radius: 15px;
      z-index: 1; }
      nav.menu-header ul li.menu-item-has-children > ul > li {
        padding: 10px 0;
        white-space: nowrap;
        list-style-type: disc;
        list-style-position: inside; }
        nav.menu-header ul li.menu-item-has-children > ul > li > a {
          font-size: 0.9375rem;
          letter-spacing: 1.5px;
          font-weight: 700;
          border-radius: 999px;
          border: 2px solid transparent;
          color: inherit; }
    nav.menu-header ul li.menu-item-has-children:hover > ul {
      display: block; }

/*
nav.menu-header{text-align:right; float:right; font-family:$roboto; color:$brand1; text-transform:uppercase;

	ul li.menu-item-has-children{padding-right:25px; position:relative;
		&:hover{position:relative; top:-15px; left:60px; padding:15px; bottom:0; background:#0a141d; text-align:left; 	border-bottom-right-radius: 15px; border-top-left-radius: 15px;
			@media screen and (min-width:$xl){left:55px;}
			&::after{display:block;  width:10px; height:10px; content:"\f107"; position:absolute; top:15px; left:120px; opacity:0.7; font-family:FontAwesome;}
			> a{padding-left:9px; padding-top:7px;}
			ul{display:block; border-top:1px solid rgba(255,243,206, 0.2); position:relative; z-index:3; position:relative;  margin:15px 0 0; padding:20px 0 10px; text-align:left;
				li{display:block; padding-bottom:10px;
					a{padding-right:0; padding-left:0;}
				}
			}
		} 
	&::after{display:block; width:10px; height:10px; content:"\f107"; position:absolute; top:0; left:115px; opacity:0.7; font-family:FontAwesome;}
	}
	li{display:inline-block; flex: 0 1 auto;
		
		ul{display:none;}
	
        a{padding:10px 15px; font-size:0.9375rem; letter-spacing:1.5px; font-weight:700; border-radius:999px; border:2px solid transparent; color:inherit;
		@media screen and (min-width:$xl){padding:10px $smallpad;}
		}
		        
		&.contact a{border:1px solid $brand1; border-radius:15px 0 15px 0; margin-left:15px; position:relative; padding-right:45px;
		 &::after{display:block; position:absolute; content:""; width:13px; height:11px; background-image:url('images/bell.png'); @extend .backgroundcover; top:13px; right:19px;}
		}
	}

}
*/
@media screen and (max-width: 992px) {
  header .menu-header {
    display: none; }
  .mm-icon {
    border-radius: 100%;
    padding: 3px;
    margin-top: 15px;
    margin-right: 15px;
    right: 15px;
    background: #0a141d;
    line-height: 1.5;
    z-index: 9999;
    text-align: center;
    width: 1.2rem;
    height: 1.2rem;
    border: .6rem solid #0a141d;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: fixed;
    top: 0;
    display: block;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    .mm-icon span {
      display: block;
      position: absolute;
      height: 1px;
      width: 90%;
      background: rgba(255, 255, 255, 0.7);
      right: 5%;
      left: 5%;
      border-radius: 4px;
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
      -webkit-transform-origin: left center;
      -o-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
      .mm-icon span:first-child {
        top: 3px; }
      .mm-icon span:nth-child(2) {
        top: 12px; }
      .mm-icon span:nth-child(3) {
        top: 21px; }
  .mm-icon.open span:first-child {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
    left: 4px; }
  .mm-icon.open span:nth-child(2) {
    width: 0;
    opacity: 0; }
  .mm-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 19px;
    left: 4px; }
  .mobile-menu {
    z-index: 9998;
    width: 100vw;
    height: 100vh;
    text-align: center;
    background-size: cover; }
    .mobile-menu.active {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .mobile-menu ul {
      padding: 20px 20px; }
    .mobile-menu ul ul {
      padding-bottom: 0;
      border: 1px solid rgba(255, 243, 206, 0.2);
      border-radius: 15px;
      margin: 35px auto 10px;
      position: relative;
      width: 220px; }
      .mobile-menu ul ul::before {
        display: block;
        content: "";
        background: rgba(255, 243, 206, 0.2);
        position: absolute;
        height: 25px;
        width: 1px;
        top: -13.5px;
        left: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .mobile-menu ul ul > li {
        margin-bottom: 15px; }
      .mobile-menu ul ul > li > a {
        font-size: 1rem;
        opacity: .9; }
    .mobile-menu li {
      position: relative;
      margin: 0 0 30px;
      width: 100%; }
      .mobile-menu li.contact a {
        border: 1px solid #FFF3CE;
        border-radius: 15px 0 15px 0;
        top: 15px;
        position: relative;
        padding: 10px 45px 10px 20px; }
        .mobile-menu li.contact a::after {
          display: block;
          position: absolute;
          content: "";
          width: 13px;
          height: 11px;
          background-image: url("images/bell.png");
          background-size: cover;
          background-position: center;
          top: 15px;
          right: 19px; }
      .mobile-menu li a {
        color: #FFF3CE;
        font-size: 1.125rem;
        text-transform: uppercase; }
    .mobile-menu img {
      width: 167px;
      height: auto;
      margin: 40px 10px 15px; } }

@media screen and (max-width: 767px) {
  .form-parent {
    padding: 0; } }

form {
  background: #FFF;
  color: #000;
  text-align: center;
  padding: 50px 20px;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 576px) {
    form {
      margin: 200px auto;
      padding: 50px; } }
  form .image-line {
    display: inline-block;
    margin-bottom: 50px; }
    form .image-line::before, form .image-line::after {
      background-color: #D8D8D8;
      margin-top: -10px;
      content: "";
      display: inline-block;
      height: 1px;
      position: relative;
      vertical-align: middle;
      width: 50%; }
    form .image-line::before {
      right: 1em;
      margin-left: -50%; }
    form .image-line:after {
      left: 1em;
      margin-right: -50%; }
  form img {
    display: inline-block;
    width: 134px;
    height: auto;
    position: relative; }
  form h2 {
    font-size: 2.34rem;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.9);
    padding: 0 0 30px; }
  form p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.328rem;
    padding: 10px 0 40px;
    line-height: 1.4;
    letter-spacing: -0.45px; }
    @media screen and (min-width: 992px) {
      form p {
        padding: 10px 47px 58px; } }
  form button[type="submit"], form input, form textarea {
    width: 100%;
    padding: 24px;
    margin-bottom: 30px;
    font-weight: 400; }
  form input[type="text"] {
    text-align: left; }
  form input, form textarea {
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.3); }
    form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
      letter-spacing: 1.2px;
      color: rgba(0, 0, 0, 0.5); }
    form input:-ms-input-placeholder, form textarea:-ms-input-placeholder {
      letter-spacing: 1.2px;
      color: rgba(0, 0, 0, 0.5); }
    form input::-ms-input-placeholder, form textarea::-ms-input-placeholder {
      letter-spacing: 1.2px;
      color: rgba(0, 0, 0, 0.5); }
    form input::placeholder, form textarea::placeholder {
      letter-spacing: 1.2px;
      color: rgba(0, 0, 0, 0.5); }
  form button[type="submit"] {
    font-size: 1.125rem;
    width: 100%;
    margin-bottom: 17px;
    border-color: #D8D8D8;
    color: #D8D8D8;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 700; }
    form button[type="submit"] i {
      padding-left: 10px;
      opacity: 0.3; }

.contact .hero .container .row > div {
  position: relative; }
  @media screen and (min-width: 768px) {
    .contact .hero .container .row > div form {
      scale: 85%;
      margin-bottom: 0;
      position: absolute;
      -index: 2;
      bottom: -100px;
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%); } }
  .contact .hero .container .row > div form textarea {
    height: 167px; }

div[class^="form-"] {
  position: relative;
  display: block; }
  div[class^="form-"]::before {
    font-family: FontAwesome;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.1);
    right: 20px;
    position: absolute;
    top: 25px;
    display: block;
    width: 20px;
    height: 20px; }

footer div[class^="form-"]::before {
  color: #D8D8D8; }

.form-name::before {
  content: "\f2c0"; }

.form-email::before {
  content: "\f003"; }

.form-number::before {
  content: "\f095"; }

footer {
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  background: #D8D8D8;
  padding: 100px 0 0;
  text-align: left;
  font-family: "Roboto", Arial, sans-serif; }
  @media screen and (max-width: 767px) {
    footer {
      text-align: center; } }
  @media screen and (min-width: 768px) {
    footer #menu-footer-container {
      text-align: right; } }
  @media screen and (max-width: 767px) {
    footer #menu-footer-container ul {
      padding-top: 30px; }
    footer #menu-footer-container li {
      padding-bottom: 10px; } }
  footer #menu-footer-container a {
    color: #000;
    font-size: 0.938rem;
    font-weight: 700; }
  footer #menu-footer-terms-container li {
    display: inline-block; }
    footer #menu-footer-terms-container li:last-child a {
      border-right: none; }
  footer #menu-footer-terms-container a, footer #menu-footer-terms-container a:visited {
    color: rgba(0, 0, 0, 0.5);
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #D8D8D8;
    font-weight: 400;
    text-decoration: underline; }
  footer .footer-contact a, footer .footer-contact a:visited, footer .footer-contact p {
    color: #D8D8D8;
    text-decoration: none;
    font-weight: 400; }
  footer a.home-nav {
    overflow: hidden;
    margin-bottom: 40px;
    display: block; }
    @media screen and (min-width: 768px) {
      footer a.home-nav {
        text-align: left; }
        footer a.home-nav::after {
          background-color: rgba(0, 0, 0, 0.1);
          content: "";
          display: inline-block;
          height: 1px;
          position: relative;
          vertical-align: middle;
          width: 100%;
          left: 1em;
          margin-right: -216px;
          margin-top: -27px; } }
    footer a.home-nav img {
      display: inline-block;
      max-width: 166px; }
      @media screen and (min-width: 768px) {
        footer a.home-nav img {
          margin-right: 50px; } }
  footer p, footer a {
    font-size: .85rem;
    line-height: 1.64rem;
    padding-bottom: 0;
    font-family: "Roboto", Arial, sans-serif; }
  footer img {
    max-width: 192px; }
  footer h6 {
    padding: 10px 0 40px; }
  footer .footer-contact-details {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.647;
    font-size: 0.85rem;
    margin: 30px auto; }
    @media screen and (min-width: 768px) {
      footer .footer-contact-details {
        text-align: left;
        margin: 0 25px; } }
    footer .footer-contact-details td:first-child {
      padding-right: 10px;
      color: rgba(0, 0, 0, 0.2); }
    footer .footer-contact-details td {
      vertical-align: top;
      padding: 0;
      border-collapse: collapse; }
    footer .footer-contact-details strong {
      font-weight: 700; }
    footer .footer-contact-details a, footer .footer-contact-details a:visited {
      color: inherit; }
  footer .ends {
    background-color: #FFF;
    color: rgba(0, 0, 0, 0.5);
    padding: 40px 0;
    margin-top: 100px; }
    footer .ends .legal {
      text-align: center; }
      footer .ends .legal p {
        font-family: "Roboto", Arial, sans-serif;
        font-weight: 400;
        font-size: 0.85;
        color: rgba(0, 0, 0, 0.5);
        padding-bottom: 2px; }
      @media screen and (min-width: 768px) {
        footer .ends .legal {
          text-align: left; } }
    footer .ends .social {
      text-align: center;
      margin-top: 10px; }
      @media screen and (min-width: 768px) {
        footer .ends .social {
          text-align: right; } }
      footer .ends .social span {
        font-size: 1.25rem;
        color: #D8D8D8;
        font-weight: 700;
        margin-right: 20px; }
      footer .ends .social a {
        text-align: center;
        display: inline-block;
        padding: 7.5px;
        color: #FFF;
        background-color: #aaaaaa;
        border-radius: 100px;
        width: 40px;
        margin-left: 5px;
        font-size: 1.5rem; }

body iframe a.u-floatLeft {
  display: none !important; }

header {
  position: absolute;
  margin: 40px auto 0;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0; }
  header.dark {
    color: #FFF; }
  header a.home-nav {
    max-width: 160px; }
    header a.home-nav img {
      max-width: 167px; }
    @media screen and (min-width: 768px) {
      header a.home-nav {
        max-width: 220px;
        float: left; } }

.home .dark-text-block {
  padding-bottom: calc(17.5vw + 150px); }

.triple-service {
  font-family: "EB Garamond", serif;
  background-color: #d8d8d8;
  padding-top: 50px;
  padding-bottom: 50px; }
  .triple-service [class^="col-"] {
    padding: 20px 20px;
    position: relative; }
    .triple-service [class^="col-"] a > div.middle {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (min-width: 576px) {
        .triple-service [class^="col-"] a > div.middle {
          min-height: 120px; } }
    .triple-service [class^="col-"] a > div.img {
      width: 100%;
      padding-top: 55%;
      border-radius: 10px; }
    @media screen and (min-width: 768px) {
      .triple-service [class^="col-"] {
        padding: 60px 12px 34px; } }
  .triple-service h2 {
    font-family: "EB Garamond", serif;
    font-size: 1.3rem;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 400;
    padding-bottom: 15px;
    letter-spacing: -0.55px; }

.light-text-block {
  padding: 100px 0; }
  .light-text-block p {
    color: rgba(0, 0, 0, 0.9); }
    @media screen and (max-width: 767px) {
      .light-text-block p {
        padding-left: 20px;
        padding-right: 20px; } }

.image-carousel {
  position: relative;
  margin-bottom: 60px; }
  @media screen and (min-width: 992px) {
    .image-carousel {
      height: calc(5vw + 150px);
      margin-bottom: 140px; } }
  .image-carousel div {
    display: block;
    position: absolute;
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3); }
  .image-carousel div:nth-of-type(1) {
    width: 25vw;
    padding-top: 25vw;
    top: -12.9vw;
    left: 0%;
    z-index: 2; }
  .image-carousel div:nth-of-type(2) {
    width: 28vw;
    padding-top: 28vw;
    top: -14.2vw;
    left: 12%;
    z-index: 3; }
  .image-carousel div:nth-of-type(3) {
    width: 35vw;
    padding-top: 35vw;
    top: -17.5vw;
    left: 50%;
    z-index: 4;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .image-carousel div:nth-of-type(4) {
    width: 28vw;
    padding-top: 28vw;
    top: -14.2vw;
    right: 12%;
    z-index: 3; }
  .image-carousel div:nth-of-type(5) {
    width: 25vw;
    padding-top: 25vw;
    top: -12.9vw;
    right: 0%;
    z-index: 2; }

@media screen and (min-width: 768px) {
  .profiles {
    text-align: left; }
    .profiles .profile-content {
      padding-left: 30px; } }

.profiles > div {
  padding-bottom: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.profiles h3 {
  display: block;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
  font-size: 2.344rem;
  line-height: 1.4;
  letter-spacing: -0.79px;
  padding-bottom: 42px;
  position: relative; }

.profiles p {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.33rem;
  line-height: 1.4; }

.profiles h4 {
  font-family: "EB Garamond", serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.33rem;
  line-height: 1.4;
  text-transform: capitalize;
  padding-bottom: 30px; }

.profiles .img-container-parent {
  height: 250px;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .profiles .img-container-parent {
      height: 550px; } }

.profiles .img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2; }

.profiles .profile-even h3::before {
  left: -1em;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: #D8D8D8;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  vertical-align: middle;
  width: 80%;
  z-index: -1;
  top: 1.6rem; }

.profiles .profile-odd h3::after {
  right: -20px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #D8D8D8;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  vertical-align: middle;
  width: 80%;
  z-index: -1;
  top: 1.6rem; }

body {
  overflow-x: hidden;
  width: 100%; }

.grecaptcha-badge {
  display: none !important; }

object {
  width: 100%; }

.backgroundcover, nav.menu-header li.contact a::after, .triple-service [class^="col-"] a > div.img, .image-carousel div, .profiles .img-container, .service-blocks > div > div, .reviews-parent, .background, .looking-cta .img-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

body {
  text-align: center;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%; }

.container-fluid .container {
  padding-left: 30px;
  padding-right: 30px; }

@media screen and (max-width: 767px) {
  .desktop {
    display: none !important; }
  .mobile {
    display: block !important; }
    .mobile .col {
      padding-left: 0;
      padding-right: 0; } }

@media screen and (min-width: 768px) {
  .mobile {
    display: none !important; }
  .desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.service-blocks > div {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.service-blocks > div > div {
  padding: 30px 40px 80px; }
  @media screen and (min-width: 768px) {
    .service-blocks > div > div {
      padding: 30px 7.5% 40px;
      text-align: left; } }
  .service-blocks > div > div:first-child {
    height: 250px; }
    @media screen and (min-width: 768px) {
      .service-blocks > div > div:first-child {
        height: 530px; } }
  @media screen and (max-width: 767px) {
    .service-blocks > div > div:last-child {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); } }

.service-blocks h2 {
  font-size: 2.343;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.4;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  padding-bottom: 40px; }

.service-blocks p {
  font-size: 1.328rem;
  margin-bottom: 40px; }

.container.stories {
  margin-bottom: 160px; }

.summary {
  margin-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.block-short {
  position: relative;
  min-height: 250px; }
  @media screen and (min-width: 768px) {
    .block-short {
      min-height: 360px; } }
  .block-short .img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media screen and (min-width: 768px) {
      .block-short .img-container {
        min-height: 360px; } }

.summary-short {
  padding: 40px 20px; }
  @media screen and (min-width: 768px) {
    .summary-short {
      padding: 25px 70px; } }
  .summary-short h3 {
    font-size: 2.1875rem;
    color: rgba(0, 0, 0, 0.9);
    font-family: "EB Garamond", serif;
    font-weight: 400;
    line-height: 1.143;
    padding-bottom: 13px; }
  .summary-short span {
    display: block;
    line-height: 1.563;
    font-size: 1rem;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    padding-bottom: 30px; }
  .summary-short p {
    font-size: 1.25rem;
    color: rgba(0, 0, 0, 0.9);
    line-height: 1.333;
    letter-spacing: 0.89px;
    padding-bottom: 30px; }
  .summary-short a {
    display: inline-block;
    color: rgba(0, 0, 0, 0.5);
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    font-size: 0.8125; }

a.down {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 50px;
  z-index: 2;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  width: 60px;
  height: 60px; }
  a.down:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f078";
    text-align: center;
    display: block;
    left: 0;
    right: 0;
    top: 15px;
    color: #FFF;
    font-size: 1.4rem; }

.dark-text-block {
  padding: 150px 0;
  background-color: rgba(7, 18, 29, 0.9); }
  .dark-text-block p {
    color: rgba(255, 255, 255, 0.9); }

.testimonial-block {
  padding: 150px 0;
  background-color: rgba(7, 18, 29, 0.8); }
  .testimonial-block p {
    color: rgba(255, 243, 206, 0.9);
    font-family: "EB Garamond", serif;
    letter-spacing: -1.6px;
    line-height: 1.333;
    font-size: 2.23rem;
    padding-bottom: 32px; }
  .testimonial-block span {
    font-family: "Roboto", Arial, sans-serif;
    color: #FFF;
    font-size: 1rem;
    font-weight: 700; }

.image-row, .small-image-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 95px 0 95px; }
  .image-row > div, .small-image-row > div {
    position: relative;
    margin-bottom: 30px; }
    .image-row > div .img-container, .small-image-row > div .img-container {
      top: 0;
      bottom: 0;
      left: 15px;
      right: 15px;
      height: 0;
      padding-top: calc(100% - 30px);
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      @media screen and (min-width: 576px) {
        .image-row > div .img-container, .small-image-row > div .img-container {
          width: calc(100% - 30px); } }

.small-image-row {
  margin: 40px 0; }

.light-text-block {
  padding: 160px 0 90px; }
  .light-text-block p {
    padding-bottom: 70px; }
  .light-text-block a {
    display: inline-block;
    margin-bottom: 70px; }
  .light-text-block.small-pad {
    padding: 100px 0 20px; }

.reviews-parent {
  background-color: #cab577;
  background-image: url(images/reviews-bgrnd.jpg);
  padding-top: 100px; }
  .reviews-parent i {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #564927), color-stop(50%, #877a59));
    background: -webkit-linear-gradient(bottom, #564927 50%, #877a59 50%);
    background: -o-linear-gradient(bottom, #564927 50%, #877a59 50%);
    background: linear-gradient(0deg, #564927 50%, #877a59 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3rem;
    padding: 0 5px; }
    .reviews-parent i:first-of-type {
      padding-left: 0; }
    .reviews-parent i:last-of-type {
      padding-right: 0; }
  .reviews-parent > p {
    color: #FFF;
    font-family: "Albertus Nova", Arial, sans-serif;
    font-size: 2.75rem;
    text-shadow: 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: 400; }
  .reviews-parent .star-rating {
    display: inline-block;
    position: relative;
    margin-top: 20px; }
  .reviews-parent .star-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    background: #c6b170;
    opacity: 0.4; }

.reviews {
  margin: 60px 0 120px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .reviews {
      margin: 60px 60px 120px; }
      .reviews::before {
        z-index: 2;
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 45%;
        right: 55%;
        background: -webkit-gradient(linear, left top, right top, color-stop(20%, #c1ac6b), to(rgba(193, 172, 107, 0)));
        background: -webkit-linear-gradient(left, #c1ac6b 20%, rgba(193, 172, 107, 0) 100%);
        background: -o-linear-gradient(left, #c1ac6b 20%, rgba(193, 172, 107, 0) 100%);
        background: linear-gradient(90deg, #c1ac6b 20%, rgba(193, 172, 107, 0) 100%); }
      .reviews::after {
        z-index: 2;
        display: block;
        content: "";
        position: absolute;
        left: 55%;
        top: 0;
        bottom: 0;
        width: 45%;
        right: 0;
        background: -webkit-gradient(linear, right top, left top, color-stop(20%, #c1ac6b), to(rgba(193, 172, 107, 0)));
        background: -webkit-linear-gradient(right, #c1ac6b 20%, rgba(193, 172, 107, 0) 100%);
        background: -o-linear-gradient(right, #c1ac6b 20%, rgba(193, 172, 107, 0) 100%);
        background: linear-gradient(270deg, #c1ac6b 20%, rgba(193, 172, 107, 0) 100%); } }
  .reviews .slide {
    padding: 0 15px; }
    .reviews .slide p.review-content {
      display: block;
      background: #fff3d1;
      border-radius: 10px;
      padding: 30px;
      font-size: 1.31rem;
      color: rgba(0, 0, 0, 0.8); }

.container-fluid {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }

.hero {
  width: 100%;
  height: 740px;
  background: #0f5c8f;
  background: -webkit-gradient(linear, left top, right top, from(#0f5c8f), color-stop(50%, rgba(15, 92, 143, 0.5)));
  background: -webkit-linear-gradient(left, #0f5c8f 0%, rgba(15, 92, 143, 0.5) 50%);
  background: -o-linear-gradient(left, #0f5c8f 0%, rgba(15, 92, 143, 0.5) 50%);
  background: linear-gradient(90deg, #0f5c8f 0%, rgba(15, 92, 143, 0.5) 50%);
  position: relative; }
  @media screen and (min-width: 576px) {
    .hero {
      text-align: left;
      height: 950px; } }
  .hero .container > .row {
    height: 740px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 576px) {
      .hero .container > .row {
        height: 950px; } }
  .hero form p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.328rem;
    line-height: 1.4;
    letter-spacing: -0.45px;
    padding: 33px 0 43px; }
  .hero a.breadcrumb {
    font-family: "Albertus Nova", Arial, sans-serif;
    display: block;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 50px;
    font-size: 1.4625rem;
    position: relative;
    line-height: 0.974; }
    .hero a.breadcrumb::before {
      background-color: #FFF3CE;
      content: "";
      display: inline-block;
      height: 1px;
      position: relative;
      vertical-align: middle;
      width: 23px;
      opacity: 0.3;
      margin-top: -2px;
      margin-right: 10px; }
  .hero p {
    font-size: 1.5rem;
    color: #FFF;
    line-height: 1.7;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    padding-top: 56px;
    padding-bottom: 56px;
    max-width: 400px;
    margin: auto; }
    @media screen and (min-width: 768px) {
      .hero p {
        margin: 0; } }
  .hero a.button {
    color: #FFF; }

.banner-center {
  width: 100%;
  height: 650px;
  background: #0f5c8f;
  background: -webkit-gradient(linear, left top, right top, from(#0f5c8f), color-stop(50%, rgba(15, 92, 143, 0.5)));
  background: -webkit-linear-gradient(left, #0f5c8f 0%, rgba(15, 92, 143, 0.5) 50%);
  background: -o-linear-gradient(left, #0f5c8f 0%, rgba(15, 92, 143, 0.5) 50%);
  background: linear-gradient(90deg, #0f5c8f 0%, rgba(15, 92, 143, 0.5) 50%);
  text-align: center;
  margin: 0 auto;
  position: relative; }
  .banner-center .container > .row {
    height: 650px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .banner-center a.breadcrumb {
    font-family: "Albertus Nova", Arial, sans-serif;
    display: block;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 50px;
    font-size: 1.4625rem;
    position: relative;
    line-height: 0.974; }
    .banner-center a.breadcrumb::before {
      background-color: #FFF3CE;
      content: "";
      display: inline-block;
      height: 1px;
      position: relative;
      vertical-align: middle;
      width: 23px;
      opacity: 0.3;
      margin-top: -2px;
      margin-right: 10px; }
    .banner-center a.breadcrumb::after {
      background-color: #FFF3CE;
      content: "";
      display: inline-block;
      height: 1px;
      position: relative;
      vertical-align: middle;
      width: 23px;
      opacity: 0.3;
      margin-top: -2px;
      margin-left: 10px; }

.looking-cta > div {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.looking-cta > div > div {
  position: relative;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.looking-cta .img-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.looking-cta .content-container {
  z-index: 2;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 60px 10vw;
  text-align: left; }

.looking-cta h2 {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  color: rgba(255, 243, 206, 0.9);
  letter-spacing: -0.1px;
  font-size: 2.188rem;
  line-height: 1.143;
  padding-bottom: 36px; }

.looking-cta p {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: -0.45px;
  line-height: 1.364;
  font-size: 1.375rem;
  max-width: 350px;
  padding-bottom: 53px; }

.looking-cta a {
  color: #FFF3CE;
  background: rgba(255, 243, 206, 0.1);
  border-color: rgba(255, 243, 206, 0.5); }

.experience .testimonial-block {
  margin: 140px 0; }

.about .dark-text-block {
  margin-bottom: 140px; }

.about .testimonial-block {
  margin-top: 100px; }

span.post-date {
  display: block;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  padding: 75px 0; }
  span.post-date::before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 60px;
    opacity: 0.3;
    margin-top: -2px; }

.news-intro {
  text-align: left; }
  .news-intro p {
    font-size: 1.375rem;
    line-height: 1.364;
    color: rgba(0, 0, 0, 0.7);
    padding-bottom: 30px;
    letter-spacing: -0.45px; }

.news-post {
  text-align: left;
  padding-bottom: 120px; }
  .news-post p {
    font-size: 1.375rem;
    line-height: 1.364;
    color: rgba(0, 0, 0, 0.7);
    padding-bottom: 30px;
    letter-spacing: -0.45px; }
  .news-post img {
    padding: 45px 0 75px; }

.contact-details {
  text-align: left;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.36rem;
  font-weight: 400;
  line-height: 1.838;
  color: rgba(0, 0, 0, 0.8);
  margin: auto; }
  .contact-details td:first-child {
    padding-right: 23px;
    color: rgba(0, 0, 0, 0.29); }
  .contact-details td {
    vertical-align: top; }
  .contact-details strong {
    font-weight: 700; }
  .contact-details a, .contact-details a:visited {
    color: inherit; }

.no-hero {
  min-height: 110px;
  background: -webkit-gradient(linear, left top, right top, from(#0a5b8f), to(#020b15));
  background: -webkit-linear-gradient(left, #0a5b8f 0%, #020b15 100%);
  background: -o-linear-gradient(left, #0a5b8f 0%, #020b15 100%);
  background: linear-gradient(90deg, #0a5b8f 0%, #020b15 100%); }

.triple-service h2 {
  background: -webkit-linear-gradient(#065D97, #023763);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  font-family: "Albertus Nova", Arial, sans-serif; }

@media screen and (min-width: 768px) {
  .triple-service [class^="col-"] {
    padding: 0px 12px 0px; } }

@media screen and (min-width: 576px) {
  .home .hero {
    height: 800px !important; }
  .triple-service [class^="col-"] a > div.middle {
    min-height: 100px; } }

.triple-service [class^="col-"] a > div.middle {
  padding: 0 25px; }

.about .profiles .img-container {
  background-size: contain !important; }

@media screen and (min-width: 768px) {
  .about .profiles .img-container {
    background-size: cover !important; } }

.mobile-menu ul ul {
  width: auto; }

.mobile-menu ul ul > li {
  margin-bottom: 20px; }

.mobile-menu ul ul > li:last-child {
  margin-bottom: 0px; }

.mobile-menu .sub-menu {
  padding: 20px !important; }

.mobile-menu .sub-menu li a {
  /* 	opacity: 0.8; */
  text-transform: capitalize !important; }

.page-template-template-tickets-and-events .service-blocks .col-md-6 {
	background-size: contain !important;
}