/*! normalize.css v8.0.1 | 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 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;
}

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

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 16px;
}

@media (max-width: 80em) {
  .privacy .main {
    margin-top: 112px;
  }
}

#page, #content {
  position: relative;
  overflow: hidden;
}
.ie #page, .ie #content {
  float: left;
  width: 100%;
}

#content {
  overflow: hidden;
  margin-top: 113px;
}
@media (min-width: 48em) {
  #content {
    padding-top: 0px;
  }
}

.ie #primary {
  width: 100%;
  float: left;
}

.ie section, .ie .section {
  width: 100%;
  float: left;
  clear: both;
}
@supports (display: grid) {
  section, .section {
    grid-template-columns: 1fr minmax(auto, 88em) 1fr;
    display: grid;
  }
}

.section-small {
  grid-template-columns: 1fr minmax(auto, 72em) 1fr;
  display: grid;
}

span {
  display: inline-block;
}

.ie .container {
  max-width: 82em;
  margin: 0 auto;
  display: block;
  clear: both;
}
@supports (display: grid) {
  .container {
    grid-column: 2/3;
    grid-auto-flow: row;
  }
}

@supports (display: grid) {
  .col {
    display: grid;
  }
}

.ie .col-2 > * {
  width: 100%;
  float: left;
}
@supports (display: grid) {
  .col-2 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 60em) {
  .ie .col-2 > * {
    width: 50%;
  }
  @supports (display: grid) {
    .col-2 {
      grid-template-columns: 1fr 1fr;
    }
  }
}

.ie .col-3 > * {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.ie .col-3 > *:nth-last-child(1) {
  margin-bottom: 0;
}
@supports (display: grid) {
  .col-3 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 48em) {
  .ie .col-3.hp {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ie .col-3 > * {
    width: calc(50% - 40px);
    margin-right: 10px;
    margin-left: 10px;
  }
  @supports (display: grid) {
    .col-3 {
      grid-template-columns: 1fr 1fr;
    }
  }
}
@media (min-width: 60em) {
  .ie .col-3 > * {
    width: calc(33.33% - 20px);
  }
  @supports (display: grid) {
    .col-3 {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
}

.ie .col-4 > * {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.ie .col-4 > *:nth-last-child(1) {
  margin-bottom: 0;
}
@supports (display: grid) {
  .col-4 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 32.5em) {
  .ie .col-4.hp {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ie .col-4 > * {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  @supports (display: grid) {
    .col-4 {
      grid-template-columns: 1fr 1fr;
      grid-gap: 20px;
    }
  }
}
@media (min-width: 48em) {
  .ie .col-4 > * {
    width: calc(33.33% - 20px);
  }
  @supports (display: grid) {
    .col-4 {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
}
@media (min-width: 60em) {
  .col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .ie .col-4 > * {
    width: calc(25% - 20px);
  }
}

.ph {
  padding-left: 20px;
  padding-right: 20px;
}

.pv {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt {
  padding-top: 20px;
}

.pb {
  padding-bottom: 20px;
}

.pr {
  padding-right: 20px;
}

.pl {
  padding-left: 20px;
}

.mt {
  margin-top: 20px;
}

.mv {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mb {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.section-pt {
  padding-top: 25px;
}
@media (min-width: 60em) {
  .section-pt {
    padding-top: 80px;
  }
}

.section-pb {
  padding-bottom: 25px;
}
@media (min-width: 60em) {
  .section-pb {
    padding-bottom: 100px;
  }
}

.np {
  padding-top: 0;
  padding-bottom: 0;
}

.section-pv {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 60em) {
  .section-pv {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.cover {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-attachment: cover;
  background-size: cover !important;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.textcenter {
  text-align: center;
}

h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
  margin: 0.6em 0;
  font-weight: 400;
  color: #000000;
  display: block;
  max-width: 100%;
}

h1 {
  font-size: 2.75em;
}

h2 {
  font-size: 2.75em;
  padding: 0 0 0.6em 0;
  margin: 0.4em 0;
  border-bottom: 1px solid #6096AD;
  font-weight: 300;
  line-height: 1;
}
.section-small h2 {
  line-height: 1.5;
}
@media (min-width: 60em) {
  h2 {
    margin: 0.3em 0 0.8em;
  }
  .section-small h2 {
    margin: 0.8em 0;
  }
}

h3 {
  font-size: 1.125em;
}

h4 {
  font-size: 1.125em;
  margin: 0.4em 0;
}

.f-m {
  font-size: 1.125em;
}

.f-l {
  font-size: 1.125em;
}

.f-xl {
  font-size: 2.75em;
}

.f-xs {
  font-size: 0.8em;
}

.f-xxs {
  font-size: 0.75em;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 4px;
}

p {
  margin: 1em 0;
}

.gold {
  color: #92835F;
}

.section-small ul {
  margin-left: 20px;
}

form {
  padding-top: 20px;
}
form input[type=text],
form textarea {
  background: none;
  border: 0;
  outline: none;
  border-bottom: 1px solid #6096AD;
  width: 100%;
  margin-bottom: 10px;
  display: block;
  padding: 0 0 10px;
  border-radius: 0;
}
form input[type=text].error,
form textarea.error {
  border-color: #FF0000;
}
form input[type=submit] {
  background: #6096AD;
  text-transform: uppercase;
  -webkit-appearance: none;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  padding: 15px;
  outline: none;
  border: none;
  margin-top: 20px;
  display: block;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  border-radius: 0;
}
form input[type=submit]:hover {
  cursor: pointer;
  background: #4F7E91;
}
form textarea {
  height: 130px;
  max-width: 100%;
  min-height: 80px;
}

a, a:visited {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
}
a .fas, a:visited .fas {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a:hover, a:visited:hover {
  cursor: pointer;
}

button, a.button {
  background: #6096AD;
  padding: 12px 16px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8em;
  color: #FFFFFF;
  margin: 10px 0;
  letter-spacing: 4px;
}
button:hover, a.button:hover {
  background: #4F7E91;
}

header#masthead {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 80em) {
  header#masthead {
    display: block;
    position: fixed;
    z-index: 999;
  }
}
header#masthead::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  mix-blend-mode: multiply;
}
@media (min-width: 80em) {
  header#masthead::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.privacy header#masthead::after {
  display: none;
}
header#masthead .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 80em) {
  header#masthead .logo:not(.regular) svg * {
    fill: #FFFFFF;
  }
}
header#masthead .mobile {
  display: none;
  background: #FFFFFF;
  padding: 20px 20px;
}
@media (max-width: 80em) {
  header#masthead .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header#masthead .menu-toggle {
  width: 28px;
  height: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 4;
}
header#masthead .menu-toggle:hover {
  cursor: pointer;
}
header#masthead .menu-toggle span {
  width: 100%;
  height: 2px;
  background: #000000;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.no-touchevents header#masthead .menu-toggle:hover {
  cursor: pointer;
}
.no-touchevents header#masthead .menu-toggle:hover span {
  background: #6096AD;
}
header#masthead .menu-toggle.open:before {
  color: #000000;
}
header#masthead .menu-toggle.open span {
  background: #000000;
}
header#masthead .menu-toggle.open span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
header#masthead .menu-toggle.open span:nth-child(2) {
  width: 0;
}
header#masthead .menu-toggle.open span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

.main-navigation {
  display: grid;
  grid-template-columns: 1fr 170px 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 80px;
}
@media (max-width: 80em) {
  .main-navigation {
    display: none;
  }
}
header .main-navigation {
  padding: 60px 20px;
}
.main-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.8em;
}
.main-navigation ul li {
  position: relative;
}
.main-navigation ul li a {
  color: #FFFFFF;
  font-weight: 500;
  position: relative;
  padding-bottom: 3px;
}
.main-navigation ul li a::after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #6096AD;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
footer .main-navigation ul li a, .privacy .main-navigation ul li a {
  color: #000000;
  font-weight: 400;
}
.main-navigation ul li a:hover::after {
  width: 100%;
}

.mobile-navigation {
  display: none;
}
.mobile-navigation.show {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFFFFF;
  width: 100%;
  padding: 20px;
}
.mobile-navigation.show::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  top: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  mix-blend-mode: multiply;
}
.mobile-navigation.show ul {
  list-style: none;
}
.mobile-navigation.show ul li {
  padding: 30px 0;
}
.mobile-navigation.show ul li a::after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #6096AD;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.mobile-navigation.show ul li a:hover::after {
  width: 100%;
}

#hero {
  display: block;
}
#hero video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}
@media (max-width: 80em) {
  #hero {
    margin-top: 112px;
  }
}

@media (min-width: 60em) {
  .image-text .text.left {
    padding-right: 100px;
  }
}
.image-text .image {
  position: relative;
}
.image-text img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}

.cards-bg {
  position: relative;
}
@media (min-width: 80em) {
  .cards-bg {
    padding-top: 130px;
    padding-bottom: 120px;
  }
}
.cards-bg::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.33);
  mix-blend-mode: multiply;
  z-index: 2;
}
.cards-bg .container {
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
  grid-gap: 35px;
  grid-row-gap: 50px;
}
@media (min-width: 48em) {
  .cards-bg .container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 80em) {
  .cards-bg .container {
    grid-template-columns: 1.4fr 1fr 1fr;
  }
}
.cards-bg .intro {
  padding-right: 40px;
}
@media (min-width: 48em) {
  .cards-bg .intro {
    grid-column: span 2;
  }
}
@media (min-width: 80em) {
  .cards-bg .intro {
    grid-column: 1;
  }
}
.cards-bg .intro > * {
  color: #FFFFFF;
}
.cards-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}
.cards-bg .card {
  background: #FFFFFF;
  padding: 50px 0;
  height: 100%;
}
@media (min-width: 60em) {
  .cards-bg .card {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    height: auto;
  }
}
.cards-bg .card h3,
.cards-bg .card p {
  padding: 0 60px;
}
.cards-bg .card h3 {
  border-bottom: 1px solid #6096AD;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
@media (min-width: 60em) {
  .cards-bg .card:last-of-type {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
}

.features {
  font-weight: 500;
}
.features i {
  color: #6096AD;
  margin-right: 10px;
}
.features p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sector-text {
  max-width: 100%;
  padding-top: 40px;
}
@media (min-width: 60em) {
  .sector-text {
    width: 520px;
  }
}

.contact {
  position: relative;
  display: block;
}
@media (min-width: 60em) {
  .contact {
    display: grid;
    padding-left: 20px;
  }
}
.contact img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}
@media (min-width: 60em) {
  .contact img {
    position: absolute;
  }
}
.contact .container {
  position: relative;
  z-index: 2;
  max-width: 100%;
  background: #FFFFFF;
  padding: 30px;
}
@media (min-width: 48em) {
  .contact .container {
    padding: 30px 80px 70px;
  }
}
@media (min-width: 60em) {
  .contact .container {
    width: 570px;
  }
}
.contact .contact-details {
  padding: 2px 0;
}
.contact .contact-details a {
  margin-left: 5px;
}

.page .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}

footer {
  padding-top: 30px;
}
footer .menu.container {
  padding: 0;
}
@media (min-width: 48em) {
  footer .menu.container {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}

#footer {
  padding: 20px 20px 70px;
  grid-template-columns: 1fr minmax(auto, 100em) 1fr;
}
#footer .container {
  border-top: 1px solid #6096AD;
}
@media (min-width: 48em) {
  #footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 48em) {
  #footer .social {
    width: 200px;
    text-align: right;
  }
}
#footer .social a {
  color: #92835F;
  padding-right: 20px;
}
@media (min-width: 48em) {
  #footer .social a {
    padding-left: 20px;
    padding-right: 0;
  }
}
#footer .legal {
  padding-bottom: 30px;
}
@media (min-width: 48em) {
  #footer .legal {
    padding-bottom: 0;
  }
}
#footer .legal span,
#footer .legal a {
  padding-right: 10px;
}

.legacy-browser-notice {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9993;
  width: 100%;
  max-width: 500px;
  font-size: 1rem;
  font-weight: 400;
  color: #FFFFFF;
  padding: 22px 30px;
  background-color: #00aadd;
}
.legacy-browser-notice img {
  margin-bottom: 20px;
  max-width: 35px;
}
.legacy-browser-notice a {
  color: #FFFFFF;
  font-weight: bold;
  display: inline-block;
}
.legacy-browser-notice p {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.legacy-browser-notice p.notice {
  text-transform: uppercase;
  fonr-size: 1rem;
}
.legacy-browser-notice strong {
  font-weight: 700;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-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;
}

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

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

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

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

@-webkit-keyframes fadeInUp {
  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 fadeInUp {
  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);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.animated, .anim {
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -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 (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
            animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/