/*
Theme Name: LAND IQ LP
Author: Proof
Author URI: https://proofbranding.com
Description: Custom theme starter
Text Domain: thm
*/
:root {
  --ff-main: "Poppins", sans-serif;
  --ff-heading: "Big Shoulders", serif;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-bold: 700;
  --fs-xsmall: 0.875rem;
  --fs-small: clamp(0.75rem, 0.383vw + 0.673rem, 1rem);
  --fs-regular: clamp(1rem, 0.192vw + 0.962rem, 1.125rem);
  --fs-medium: clamp(1.2rem, 0.63vw + 1.074rem, 1.625rem);
  --fs-large: clamp(1.75rem, 1.262rem + 1.19vw, 2.5rem);
  --fs-larger: clamp(1.5rem, 0.786rem + 3.571vw, 3rem);
  --fs-xlarge: clamp(2.5rem, 1.9444rem + 2.7778vw, 4.375rem);
  --fs-xxlarge: clamp(3rem, 2.143rem + 4.286vw, 6rem);
  --ls-wide: 0.05em;
  --ls-wider: 0.1em;
  --ls-widest: 0.2em;
  --tt-up: uppercase;
  --lh-body: 1.5;
  --lh-headings: 1.2;
  --lh-headings2: 1.175;
  --lh-nada: 1;
  --c-primary: #2B3844;
  --c-yellow: #FFC20E;
  --c-white: #ffffff;
  --c-black: #000000;
  --g-20: 20px;
  --g-40: 40px;
  --g-60: 60px;
  --g-80: 80px;
  --g-100: 100px;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*!
 * Bootstrap Grid v4.1.3 (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 {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.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;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  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;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    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;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    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;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    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;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    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: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !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: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !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: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !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: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !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: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !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: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-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;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 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;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-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;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-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;
  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;
  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;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-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;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 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;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-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;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-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;
    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;
    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;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-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;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 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;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-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;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-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;
    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;
    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;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-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;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 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;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-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;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-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;
    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;
    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;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-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;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 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;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-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;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-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;
    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;
    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;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/*-------------------------------------------------
# Slick Slider CSS
-------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

.slick-loading .slick-list {
  background: #fff url("img/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  opacity: .5;
  z-index: 1;
  transition: all .15s ease-in-out;
  min-width: 10px;
}

.slick-prev {
  left: -50px;
  background: url(img/arrow-left.svg) no-repeat;
  background-size: 50px 50px;
}

.slick-slider:hover .slick-prev {
  left: 0;
}

.slick-next {
  right: -50px;
  background: url(img/arrow-right.svg) no-repeat;
  background-size: 50px 50px;
}

.slick-slider:hover .slick-next {
  right: 0;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin: 0px;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  min-width: 1px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  background-color: #000;
}

.slick-dots li button:before {
  background-color: #999;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  content: '';
  text-align: center;
  opacity: 1;
  transition: all 0.15s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background-color: #000;
}

/*
@mixin font-size($sizeValue: 1.6) {
  font-size: ($sizeValue * 1) + px;
  font-size: ($sizeValue / 16) + rem;
}

@mixin line-height($sizeValue: 1.6) {
  line-height: ($sizeValue * 1) + px;
  line-height: ($sizeValue / 16) + rem;
}
*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: #fff;
  color: #000;
}

img, iframe {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
 MISC
--------------------------------------------------------------*/
.post-teaser {
  padding-bottom: 20px;
  transition: all .15s ease;
  position: relative;
  max-width: 400px;
  margin: 0 auto 50px;
}
@media (min-width: 768px) {
  .post-teaser {
    margin: 0 0 50px;
  }
}

.post-teaser-thumb {
  height: 240px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  transition: all .15s ease;
}

.post-teaser:hover .post-teaser-thumb {
  opacity: 0.8;
}

.post-teaser-thumb-inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.post-teaser h2 a {
  text-decoration: none;
}

body.single-post .content-area {
  padding-top: 150px;
  padding-bottom: 50px;
  max-width: 650px;
}

body.single-post .post-thumbnail {
  margin-bottom: 30px;
}

body.single-post .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.post-teaser .excerpt {
  font-size: 16px;
  font-size: .875rem;
  line-height: 20px;
  line-height: 1.25rem;
  transition: all 0.15s ease;
  text-align: center;
}
@media (min-width: 768px) {
  .post-teaser .excerpt {
    text-align: left;
  }
}

.posts-nav {
  padding: 0 0 70px;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "tenez";
  line-height: 32px;
  line-height: 3.2px;
  color: #00334d;
  font-weight: 700;
}

.posts-nav .pagination-title {
  margin-bottom: 20px;
  display: block;
}

.posts-nav .navigation.pagination {
  display: block;
}

.posts-nav .page-numbers {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 3.2px;
  color: #00334d;
  cursor: pointer;
  padding: 0 4px;
  text-decoration: none;
}

.posts-nav .current,
.posts-nav .page-numbers:hover {
  color: #00b8bc;
}

.posts-nav .nav-links a.prev,
.posts-nav .nav-links a.next {
  width: 28px;
  height: 14px;
  overflow: hidden;
  display: inline-block;
  background: url(img/sprite-arrow.png) no-repeat;
  background-position: 0 -29px;
  background-size: 28px 43px;
  text-indent: 100px;
  white-space: nowrap;
  position: relative;
  top: 0px;
  transition: none;
  transition: transform 0.15s ease-in-out;
  margin-left: 10px;
}

.posts-nav .nav-links a.prev {
  transform: rotate(-180deg);
  margin-left: 0px;
  margin-right: 10px;
}

.posts-nav .nav-links a.next:hover {
  background-position: 0 -15px;
  transform: translateX(3px);
}

.posts-nav .nav-links a.prev:hover {
  background-position: 0 -15px;
  transform: rotate(-180deg) translateX(-3px);
}

@media only screen and (min-width: 768px) {
  .posts-nav span.pagination-title {
    display: inline-block;
    line-height: 1;
    margin-bottom: 0;
  }

  .posts-nav .navigation.pagination {
    display: inline-block;
    margin-left: 20px;
  }
}
body {
  font-family: var(--ff-main);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  color: #fff;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, li, blockquote {
  margin: 0 0 24px;
}

h1 {
  font-family: var(--ff-heading);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: var(--fs-large);
  line-height: var(--lh-headings2);
}

.post-teaser h2 {
  margin-bottom: 0;
  padding-top: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .post-teaser h2 {
    text-align: left;
  }
}

body.error404 h1.page-title {
  text-align: center;
  letter-spacing: 5px;
}

body.error404 h2 {
  text-align: center;
}

.columns-two p {
  margin-bottom: 32px;
}

p.p-coming-soon {
  max-width: 400px;
  letter-spacing: 0.1em;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
  color: red;
  transition: all 0.15s ease-in-out;
}

a:visited {
  color: red;
}

a:hover,
a:focus,
a:active {
  color: blue;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
Social Links
--------------------------------------------------------------*/
ul.social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}

ul.social-links.post-share {
  text-align: center;
}

ul.social-links.post-share li {
  float: none;
  display: inline-block;
  margin: 0 5px;
}

ul.social-links li {
  display: block;
  float: left;
  margin-right: 10px;
}

ul.social-links.post-share li:last-child {
  margin-right: 0;
}

ul.social-links a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 42px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
}

ul.social-links a:hover {
  background: #fff;
  color: #000;
}

ul.social-links a svg {
  display: block;
  max-width: 22px;
  width: 100%;
  margin: 0 auto;
}

ul.social-links a svg path {
  fill: #fff;
}

ul.social-links a:hover svg path {
  fill: #000;
}

ul.social-links.post-share a {
  color: #000;
  border-color: #000;
  display: block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 40px;
  text-align: center;
}

ul.social-links.post-share a:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}

.social-wrapper > span {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-weight: 700;
  color: #000;
  display: block;
  margin: 0;
  text-align: center;
  position: relative;
}

ul.social-links a span {
  display: none;
}

#nav .social-links {
  margin-top: 30px;
}

.site-footer ul.social-links {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
  clear: none;
  text-align: center;
  float: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.site-footer ul.social-links li {
  display: inline-block;
  margin: 0 5px;
  float: none;
}

.site-footer ul.social-links a {
  color: #fff;
  border: 2px solid #fff;
  width: 56px;
  height: 56px;
  border-radius: 56px;
}

.site-footer ul.social-links a:hover {
  background: #fff;
  color: #00b8bc;
}

.site-footer ul.social-links a svg {
  max-width: 30px;
}

.site-footer ul.social-links a span {
  display: none;
}

@media screen and (min-width: 768px) {
  .site-footer ul.social-links {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 10px;
  }

  .site-footer ul.social-links li {
    float: left;
    margin: 0 0 0 10px;
  }

  .site-footer ul.social-links li:first-child {
    margin-left: 0;
  }

  .social-wrapper ul.social-links {
    clear: none;
    float: left;
  }

  .social-wrapper > span {
    display: inline-block;
    margin-right: 15px;
    float: left;
  }
}
@media screen and (min-width: 1025px) {
  #nav .social-links {
    display: none;
  }
}
.phone-no a {
  text-decoration: none !important;
}

.phone-no span {
  display: none;
}

@media screen and (min-width: 992px) {
  .phone-no a {
    display: none;
  }

  .phone-no span {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 2px solid var(--c-yellow);
  border-radius: 7px;
  background: var(--c-yellow);
  color: var(--c-primary);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.125rem;
  line-height: 18px;
  padding: 16px 40px 14px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  outline: 0;
  transition: all 0.3s ease;
}

.gform_button {
  display: block;
  width: 100%;
  max-width: 100%;
}

a.btn:visited {
  color: #000;
}

a.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: var(--c-yellow);
  background-color: transparent;
  color: var(--c-yellow);
  outline: 0;
  opacity: 1;
}

a.btn:active,
a.btn:focus,
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: var(--c-yellow);
  background-color: transparent;
  color: var(--c-yellow);
  outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #00334d;
  border: 2px solid #fff;
  background-color: #fff;
  border-radius: 7px;
  padding: 10px 15px 6px;
  width: 100%;
  margin-bottom: 5px;
  font-size: var(--fs-xsmall);
  line-height: var(--lh-nada);
  display: block;
  width: 100%;
  cursor: pointer;
  transition: all 0.15s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
textarea:hover {
  border-color: var(--c-yellow);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: var(--c-yellow);
  outline: 0;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #667085;
  letter-spacing: 0.05em;
}

:-moz-placeholder {
  opacity: 1;
  color: #667085;
  letter-spacing: 0.05em;
}

::-moz-placeholder {
  opacity: 1;
  color: #667085;
  letter-spacing: 0.05em;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #667085;
  letter-spacing: 0.05em;
}

.site-footer ::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}
.site-footer :-moz-placeholder {
  opacity: 1;
  color: #000;
}
.site-footer ::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.site-footer :-ms-input-placeholder {
  opacity: 1;
  color: #000;
}

.gform_fields {
  list-style: none;
  margin-left: 0;
  padding: 0;
  text-align: left;
}

.gform_fields > .gfield {
  margin-bottom: 15px;
  clear: both;
}

.gform_fields > .gfield.one-half {
  width: 49%;
  float: left;
  clear: none;
}

.gform_fields > .gfield.one-half.last {
  clear: none;
  margin-left: 2%;
}

.gform_fields > .gfield label {
  font-weight: 400;
  letter-spacing: 0.05em;
}

.gform_fields > .gfield label .gfield_required {
  color: var(--c-yellow);
}

.gform_fields > .gfield.nolabel > label {
  display: none;
}

.gform_fields > .gfield.gfield_error input,
.gform_fields > .gfield.gfield_error textarea {
  border-color: var(--c-yellow);
}

.gform_fields > .gfield .gfield_description {
  font-size: 12.8px;
  font-size: 0.8rem;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 5px;
}

.gform_wrapper .gform_footer {
  text-align: left;
}

.gform_wrapper .gform_required_legend {
  display: none;
}

.gform_fields > .gfield .gfield_description.validation_message {
  color: var(--c-yellow);
}

.gform_fields .ginput_container_select + .validation_message {
  margin-top: 5px;
}

.gform_fields .gfield_error .selectric {
  border-color: #f00;
}

.gform_fields ul.gfield_radio li input[type="radio"] {
  display: none;
}

.gform_fields ul.gfield_radio li label {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
}

.gform_fields ul.gfield_radio li label:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  border: 1px solid #ccc;
  border-radius: 30px;
}

.gform_fields ul.gfield_radio li :checked + label:before {
  border-color: #0B2D4E;
  background: #0B2D4E;
}

.gform_fields ul.gfield_checkbox li {
  position: relative;
}

.gform_fields ul.gfield_checkbox li input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.gform_fields ul.gfield_checkbox li input[type="checkbox"],
.gform_fields ul.gfield_checkbox li label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.gform_fields ul.gfield_checkbox li label {
  position: relative;
  padding-left: 18px;
}

.gform_fields ul.gfield_checkbox li input[type="checkbox"] + label:before {
  content: "";
  background: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}

.gform_fields ul.gfield_checkbox li input[type="checkbox"]:checked + label:before {
  border-color: #0B2D4E;
  color: #0B2D4E;
}

.gform_fields ul.gfield_checkbox li input[type="checkbox"]:checked + label:after {
  content: "\f00c";
  font-family: "Font Awesome\ 5 Free";
  display: block;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  left: -1px;
  top: 50%;
  margin-top: -11px;
  color: #0B2D4E;
  font-weight: 900;
}

.gform_fields .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd;
  /* focus style */
}

.gform_wrapper .gform_validation_errors h2 {
  color: var(--c-yellow);
  text-align: left;
  font-weight: 500;
  margin-bottom: 30px !important;
  font-size: var(--fs-regular);
  line-height: var(--lh-headings2);
}

.gform_wrapper .gform_validation_errors ol {
  display: none;
}

.gform_confirmation_message {
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 30px;
}

#content p.gform_description {
  margin-bottom: 0;
}

/**
 Honeypot
 */
.gform_validation_container, .gform_wrapper.gravity-theme .gform_validation_container, body .gform_wrapper.gravity-theme .gform_validation_container, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gform_validation_container, body .gform_wrapper.gravity-theme .gform_fields .gfield.gform_validation_container {
  display: none !important;
  left: -9000px;
  position: absolute !important;
}

.block.editor .gform_description p:last-child {
  margin-bottom: 38px;
}

.site-footer .gform_wrapper {
  margin: 0 auto 0px;
  width: 100%;
  max-width: 570px;
}

.site-footer .gform_wrapper .gform_fields {
  margin: 0 0 30px;
}

.site-footer .gform_wrapper .gform_body {
  width: calc(100% - 100px);
  float: left;
}

.site-footer .gform_wrapper .gform_footer {
  width: 100px;
  float: left;
}

.site-footer .gform_body input {
  border-radius: 0;
  border-color: transparent;
  border-right: 0;
  background: #002436;
  color: #fff;
}

.site-footer .gform_body input:hover,
.site-footer .gform_body input:focus {
  border-color: #00b8bc;
}

.site-footer .gform_button {
  border: 2px solid #00b8bc;
  border-radius: 0;
  background: #00b8bc;
  color: #fff;
  min-width: 100px;
  padding: 17px 15px 16px;
}

.site-footer .gform_wrapper form > .validation_error {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
  .hero-video .btn-wrapper .btn {
    display: inline-block;
  }

  .btn + .btn {
    margin-left: 10px;
  }

  .hero-video .btn:last-child {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .site-footer .gform_wrapper {
    margin: 0;
  }

  .site-footer .gform_wrapper .gform_fields {
    margin: 0;
  }
}
body.error404 .search-form,
body.search-no-results .search-form,
body.archive .not-found .search-form {
  width: 100%;
  max-width: 600px;
  margin: 0;
}

body.error404 .search-form > label,
body.search-no-results .search-form > label,
body.archive .not-found .search-form > label {
  width: 100%;
}

body.error404 .search-form > label .search-field,
body.search-no-results .search-form > label .search-field,
body.archive .not-found .search-form > label .search-field {
  border-radius: 0;
  padding: 24px 20px 18px;
  margin-bottom: 0;
  border-color: #ccc;
}

body.error404 .search-form > label .search-field:hover,
body.search-no-results .search-form > label .search-field:hover,
body.archive .not-found .search-form > label .search-field:hover,
body.error404 .search-form > label .search-field:focus,
body.search-no-results .search-form > label .search-field:focus,
body.archive .not-found .search-form > label .search-field:focus {
  border-color: #000;
}

body.error404 .search-form .search-submit,
body.search-no-results .search-form .search-submit,
body.archive .not-found .search-form .search-submit {
  border-radius: 0 0px 0px 0;
  width: 100px;
  min-width: 10px;
}

/*--------------------------------------------------------------
Search Forms
--------------------------------------------------------------*/
.search-form {
  position: relative;
  width: 100%;
}

body.error404 .search-form {
  max-width: 600px;
}

.search-form input[type=search] {
  background: #edf2f5;
  max-width: 1200px;
  border: 2px solid #edf2f5;
  padding: 10px 23px;
  border-radius: 0px;
  outline: 0;
}

.search-form input[type=search]:focus {
  border-color: #00b8bc;
}

.blog-sidebar .search-form input[type="search"] {
  background: #edf2f5;
  padding: 12px 10px 7px;
}

.blog-sidebar .search-form input[type="search"]:focus {
  background: #edf2f5;
}

.search-form .search-submit {
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  border-radius: 0 0px 0px 0;
  padding: 0;
  min-width: 10px;
  width: 100px;
}

.gform_wrapper .hidden_label .gfield_label,
.gform_wrapper label.hidden_sub_label,
.gform_wrapper label.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.gform_wrapper li.hidden_label input {
  margin-top: 12px;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 12px;
}

.gform_wrapper .left_label li.hidden_label input,
.gform_wrapper .right_label li.hidden_label input {
  margin-left: 3.7%;
}

.gform_wrapper .hidden_label input.large,
.gform_wrapper .hidden_label select.large,
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large {
  width: 100%;
}

/*--------------------------------------------------------------
SELECTRIC
--------------------------------------------------------------*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 2px solid #edf2f5;
  background: #edf2f5;
  position: relative;
  border-radius: 30px;
  padding: 19px 20px 16px;
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  font-family: muli, sans-serif;
}

.selectric:focus,
.selectric:hover {
  border-color: #00b8bc;
}

.selectric .label {
  color: #00334d;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 100%;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #00334d;
  border-bottom: none;
}

.selectric-focus .selectric {
  /* border-color: $color__border-input-focus;
   */
}

.selectric-hover .selectric {
  /*border-color: #c4c4c4;
   */
}

.selectric-hover .selectric .button {
  color: #00334d;
}

.selectric-hover .selectric .button:after {
  border-top-color: #00334d;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #00b8bc;
  border-radius: 30px 30px 0 0;
  border-bottom: 0;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  border: 2px solid #00b8bc;
  border-top: 0;
  border-radius: 0 0 30px 30px;
  background: #edf2f5;
  overflow: hidden;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.selectric-items li {
  display: block;
  padding: 17px 20px 18px;
  color: #666;
  cursor: pointer;
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  font-family: muli, sans-serif;
}

.selectric-items li.selected {
  background: #00b8bc;
  color: #00334d;
}

.selectric-items li.highlighted {
  background: #00b8bc;
  color: #fff;
}

.selectric-items li:hover {
  background: #00b8bc;
  color: #00334d;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 999;
  transition: background ease-in-out 0.25s;
  display: none;
}

.admin-bar .site-header {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

.sticky-header.admin-bar .site-header {
  top: 0px;
}
@media screen and (min-width: 783px) {
  .sticky-header.admin-bar .site-header {
    top: 0px;
  }
}

.site-header .container .row {
  padding-left: 15px;
  padding-right: 15px;
}

.sticky-header .site-header,
.nav-toggle.site-header {
  background-color: #ccc;
}

.site-branding {
  width: 80px;
}

.site-branding a {
  display: block;
}

.site-branding img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1025px) {
  .site-header .container .row {
    display: flex;
    align-items: center;
    position: relative;
  }

  .site-header .site-branding {
    width: 120px;
  }

  .site-header #nav {
    width: calc(100% - 120px);
  }
}
/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
/*  VARIABLES MOBILE MENU  */
/* (Top Padding + Bottom Padding + Font Size) - 1px */
/* Mobile menu links */
/* Mobile sub-menu links */
/*  VARIABLES DESKTOP MENU  */
/* Desktop menu links */
/* Desktop submenu links */
/* Menu - Default Styles */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-toggle {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 30px;
  height: 18px;
}
.menu-toggle .menu-bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: black;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}
.menu-toggle .menu-bar:nth-child(1) {
  top: 0px;
}
.menu-toggle .menu-bar:nth-child(2) {
  top: 6px;
}
.menu-toggle .menu-bar:nth-child(3) {
  top: 6px;
}
.menu-toggle .menu-bar:nth-child(4) {
  top: 12px;
}

.menu-toggle.clicked .menu-bar:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%;
}
.menu-toggle.clicked .menu-bar:nth-child(2) {
  transform: rotate(45deg);
}
.menu-toggle.clicked .menu-bar:nth-child(3) {
  transform: rotate(-45deg);
}
.menu-toggle.clicked .menu-bar:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}

ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #ddd;
}
ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.menu li a {
  display: block;
  padding: 10px 40px 10px 30px;
  color: black;
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
  position: relative;
}
ul.menu li a:hover {
  color: red;
  background-color: white;
  text-decoration: none;
}
ul.menu li a .arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 40px;
  display: block;
  color: black;
}
ul.menu li a .arrow:before {
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  display: inline-block;
  line-height: 1;
  text-align: center;
  z-index: 999;
  width: 12px;
  margin-top: -6px;
  margin-left: -6px;
  height: 12px;
  border-style: solid;
  border-color: inherit;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  transition: transform .15s ease-in-out;
}
ul.menu li.current-menu-item > a, ul.menu li.current-page-parent > a {
  color: red;
  background-color: white;
}
ul.menu li.current-menu-item > a:hover, ul.menu li.current-page-parent > a:hover {
  color: red;
  background-color: white;
}
ul.menu .sub-menu a {
  padding: 10px 40px 10px 40px;
}

/* Menu - Mobile */
@media (max-width: 1024px) {
  ul.menu {
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    background: #ddd;
  }

  ul.sub-menu {
    display: none;
    margin: 0;
    padding: 0;
  }
}
/* Menu - Desktop */
@media (min-width: 1025px) {
  .navbar {
    display: flex;
    justify-content: space-between;
  }

  .menu-toggle {
    display: none;
  }

  ul.menu {
    display: flex !important;
    float: right;
    background: transparent;
  }
  ul.menu li {
    display: block;
    position: relative;
    margin-left: 20px;
  }
  ul.menu li:first-child {
    margin-left: 0;
  }
  ul.menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  ul.menu li a {
    padding: 10px 0px;
    color: black;
    font-size: 1rem;
  }
  ul.menu li a:hover {
    color: red;
    background: transparent;
  }
  ul.menu li a .arrow {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 20px;
    display: block;
    color: black;
  }
  ul.menu li a .arrow:before {
    content: "";
    top: 50%;
    right: 5px;
    left: auto;
    position: absolute;
    display: inline-block;
    line-height: 1;
    text-align: center;
    z-index: 999;
    width: 8px;
    margin-top: -4px;
    height: 8px;
    border-style: solid;
    border-color: inherit;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: transform .15s ease-in-out;
  }
  ul.menu li a:hover .arrow:before {
    color: red;
  }
  ul.menu li.current-menu-item > a, ul.menu li.current-page-parent > a {
    color: red;
    background-color: transparent;
  }
  ul.menu li.current-menu-item > a .arrow:before, ul.menu li.current-page-parent > a .arrow:before {
    color: red;
  }

  ul.menu li.menu-item-has-children a {
    padding-right: 20px;
  }

  ul.menu .sub-menu {
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    z-index: 999;
    visibility: hidden;
    padding: 0;
    margin: 0;
    opacity: 0;
    width: 220px;
  }
  ul.menu .sub-menu .sub-menu {
    top: 0;
    left: 220px;
  }
  ul.menu .sub-menu li {
    display: block;
    width: 100%;
    margin: 0;
  }
  ul.menu .sub-menu li a {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    background: #111111;
    color: white;
    padding: 10px 10px;
  }
  ul.menu .sub-menu li a:hover {
    color: black;
    background: white;
  }
  ul.menu .sub-menu li.current-menu-item > a, ul.menu .sub-menu li.current-page-parent > a {
    color: white;
    background: #555;
  }
}
/*--------------------------------------------------------------
# Main Content Area
--------------------------------------------------------------*/
body.page-template-default,
body.blog,
body.archive,
body.search-results,
body.search-no-results {
  padding-top: 50px;
}
body.page-template-default #content,
body.blog #content,
body.archive #content,
body.search-results #content,
body.search-no-results #content {
  padding: 25px 0 50px;
}
@media (min-width: 768px) {
  body.page-template-default #content,
  body.blog #content,
  body.archive #content,
  body.search-results #content,
  body.search-no-results #content {
    padding: 50px 0 100px;
  }
}

body.error404 .page-content {
  text-align: center;
}

/*--------------------------------------------------------------
# Blog Archive
--------------------------------------------------------------*/
.blog-posts {
  margin-top: 4rem;
  margin-bottom: 6rem;
}
.blog-posts .teaser {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.blog-posts .teaser h2 {
  margin: 0;
}
.blog-posts .teaser h2 a {
  color: red;
  text-decoration: none;
}
.blog-posts .teaser h2 a:hover {
  color: blue;
  text-decoration: none;
}

.teaser .meta {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.teaser .meta a {
  text-decoration: none;
}
.teaser .meta a:hover {
  text-decoration: none;
}
.teaser .meta time {
  display: none;
}
.teaser .meta time.entry-date {
  display: inline-block;
}

.blog-categories {
  margin-top: 4rem;
  margin-bottom: 6rem;
}
.blog-categories h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.blog-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.blog-categories ul li {
  display: inline-block;
  margin: 0 15px 15px 0;
}
.blog-categories ul li a {
  display: block;
  padding: 7px 15px;
  border: 2px solid blue;
  font-size: 16px;
  font-size: 1rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: red;
}
.blog-categories ul li a:hover {
  color: blue;
  text-decoration: none;
}

.blog-pagination {
  margin-bottom: 3rem;
}

/*--------------------------------------------------------------
# Single Post
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .single-post #content {
    margin-top: 100px;
  }
}

.post .entry-header h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  border: none;
  margin: 1.5rem 0 2rem;
}

.single-post hr {
  background: var(--c-primary);
}

.single-post .entry-content {
  padding-bottom: 3rem;
}

.site-footer {
  background-color: var(--c-yellow);
  color: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 60px 0 0;
  }
}
.site-footer a {
  color: red;
  text-decoration: none;
}
.site-footer a:hover {
  color: blue;
  text-decoration: none;
}

.colophon {
  padding-top: 3.5rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .colophon {
    padding-bottom: 3.5rem;
  }
}

.site-footer h3,
.site-footer .widget-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 1rem;
}

.site-footer ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer p {
  margin: 0;
}

.site-footer .footer-utility {
  position: relative;
  background-color: var(--c-yellow);
  color: #fff;
  text-align: center;
  padding: 15px 0;
  color: #0F1A21;
  font-family: var(--ff-heading);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: var(--fs-small);
}
@media (min-width: 768px) {
  .site-footer .footer-utility {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
.site-footer .footer-utility a {
  color: #0F1A21;
  text-decoration: none;
}
.site-footer .footer-utility a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-utility-inner {
  text-align: center;
}
.footer-utility-inner div {
  display: block;
}
@media (min-width: 768px) {
  .footer-utility-inner div {
    display: inline-block;
  }
}
.footer-utility-inner .footer-sep {
  display: none;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .footer-utility-inner .footer-sep {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .site-footer .colophon {
    text-align: center;
  }
}
/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero {
  position: relative;
}
@media (min-width: 992px) {
  .hero .row {
    height: 700px;
  }
}

.hero-media {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.hero-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 100%;
}
.hero-img .hero .row {
  height: 500px;
}
.hero-img:after {
  content: "";
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/*--------------------------------------------------------------
# Text Editor
--------------------------------------------------------------*/
.block.editor {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .block.editor {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/*--------------------------------------------------------------
# Two Columns
--------------------------------------------------------------*/
.columns-two {
  padding-top: 50px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .columns-two {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.columns-two .columns-two--one,
.columns-two .columns-two--two {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .columns-two .columns-two--one,
  .columns-two .columns-two--two {
    margin-bottom: 50px;
  }
}

/*--------------------------------------------------------------
# Three Columns
--------------------------------------------------------------*/
.columns-three {
  padding-top: 50px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .columns-three {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.columns-three .columns-three--one,
.columns-three .columns-three--two,
.columns-three .columns-three--three {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .columns-three .columns-three--one,
  .columns-three .columns-three--two,
  .columns-three .columns-three--three {
    margin-bottom: 50px;
  }
}

/*--------------------------------------------------------------
# Four Columns
--------------------------------------------------------------*/
.columns-four {
  padding-top: 50px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .columns-four {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.columns-four .columns-four--one,
.columns-four .columns-four--two,
.columns-four .columns-four--three,
.columns-four .columns-four--four {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .columns-four .columns-four--one,
  .columns-four .columns-four--two,
  .columns-four .columns-four--three,
  .columns-four .columns-four--four {
    margin-bottom: 50px;
  }
}

/*--------------------------------------------------------------
# Six Columns
--------------------------------------------------------------*/
.columns-six {
  padding-top: 50px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .columns-six {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.columns-six .columns-six--one,
.columns-six .columns-six--two,
.columns-six .columns-six--three,
.columns-six .columns-six--four,
.columns-six .columns-six--five,
.columns-six .columns-six--six {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .columns-six .columns-six--one,
  .columns-six .columns-six--two,
  .columns-six .columns-six--three,
  .columns-six .columns-six--four,
  .columns-six .columns-six--five,
  .columns-six .columns-six--six {
    margin-bottom: 50px;
  }
}

/*--------------------------------------------------------------
# Text Image Block
--------------------------------------------------------------*/
.text-image-wrap {
  position: relative;
}
@media (min-width: 992px) {
  .text-image-wrap {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.text-image-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 100%;
  display: inline-block;
}

@media (min-width: 992px) {
  .text-image-img {
    position: absolute;
    top: 0;
    right: 0;
  }

  .reverse .text-image-img {
    left: 0;
    right: auto;
  }
}
.text-image-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .text-image-content {
    padding: 0 85px 0 15px;
  }

  .reverse .text-image-content {
    padding: 0 15px 0 85px;
  }
}
@media (max-width: 991px) {
  .text-image-img {
    min-height: 400px;
  }

  .text-image .container {
    padding-left: 0;
    padding-right: 0;
  }

  .text-image .row {
    margin-left: 0;
    margin-right: 0;
  }
}
/*--------------------------------------------------------------
# ACCORDION
--------------------------------------------------------------*/
.block-accordion {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .block-accordion {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.block-accordion .item {
  background: #ddd;
  margin-bottom: 15px;
}
.block-accordion .item .item-content {
  display: none;
  padding: 0px 25px 30px 25px;
}
@media (min-width: 768px) {
  .block-accordion .item .item-content {
    padding: 0px 60px 50px 45px;
  }
}
.block-accordion .item .item-title h3 {
  color: #454545;
  margin: 0;
  padding: 20px 50px 20px 25px;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) {
  .block-accordion .item .item-title h3 {
    padding: 30px 60px 30px 45px;
  }
}
.block-accordion .accordion-toggle {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
@media (min-width: 768px) {
  .block-accordion .accordion-toggle {
    right: 30px;
  }
}
.block-accordion .accordion-toggle::before, .block-accordion .accordion-toggle::after {
  display: block;
  content: "";
  position: absolute;
  background: #454545;
  border-radius: 3px;
  transition: opacity 0.15s ease-in-out;
}
.block-accordion .accordion-toggle::before {
  width: 100%;
  height: 4px;
  top: 50%;
  margin-top: -2px;
}
.block-accordion .accordion-toggle::after {
  width: 4px;
  height: 100%;
  left: 50%;
  margin-left: -2px;
}
.block-accordion .active .accordion-toggle:after {
  opacity: 0;
}

/*-------------------------------------------------
# Image Fullwidth
-------------------------------------------------*/
.image-fullwidth {
  position: relative;
  color: #fff;
}
.image-fullwidth h2 {
  margin-bottom: 30px;
}
.image-fullwidth .image-fullwidth-img,
.image-fullwidth .image-fullwidth-img-mobile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.image-fullwidth .row {
  min-height: 300px;
}
@media (min-width: 768px) {
  .image-fullwidth .row {
    min-height: 500px;
  }
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.block-cta {
  background-color: #eee;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .block-cta {
    padding: 100px 0;
  }
}
.block-cta h2, .block-cta h3 {
  margin: 0 0 24px;
}
.block-cta h2:last-child, .block-cta h3:last-child {
  margin-bottom: 0;
}
.block-cta .col-lg-9 h2:last-child,
.block-cta .col-lg-9 h3:last-child {
  margin: 0 0 24px;
}
.block-cta p {
  margin: 0 0 20px;
}
.block-cta p:last-child {
  margin-bottom: 0;
}

.block-cta + .block-cta {
  background-color: #fff;
}

/*--------------------------------------------------------------
# Hero - Slider
--------------------------------------------------------------*/
.hero-slides-wrapper {
  overflow: hidden;
}

.hero-slide-item {
  min-height: 400px;
}
.hero-slide-item .row {
  min-height: 400px;
}
@media (min-width: 768px) {
  .hero-slide-item .row {
    min-height: 500px;
  }
}
@media (min-width: 992px) {
  .hero-slide-item .row {
    min-height: 700px;
  }
}
@media (min-width: 768px) {
  .hero-slide-item {
    min-height: 500px;
  }
}
@media (min-width: 992px) {
  .hero-slide-item {
    min-height: 700px;
  }
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero-video {
  position: relative;
  overflow: hidden;
}
.hero-video .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.hero-video #hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}
.hero-video .row {
  height: 500px;
}
@media (min-width: 992px) {
  .hero-video .row {
    height: 700px;
  }
}

/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
.testimonial {
  background-color: #eee;
  text-align: center;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .testimonial {
    padding: 100px 0;
  }
}
.testimonial .testimonial-content {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
}
.testimonial .testimonial-author {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 700;
  padding-top: 24px;
}

/*--------------------------------------------------------------
# Testimonial Slider
--------------------------------------------------------------*/
.testimonial-slider {
  text-align: center;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .testimonial-slider {
    padding: 100px 0;
  }
}
.testimonial-slider .testimonial-content {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
}
.testimonial-slider .testimonial-author {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 700;
  padding-top: 24px;
}

.testimonial-slider .testimonial-slides-wrapper {
  padding: 0 0 40px;
}

/*--------------------------------------------------------------
# Team (simple without bios)
--------------------------------------------------------------*/
.block-team {
  background-color: #eee;
  padding: 50px 0 0;
}
@media (min-width: 768px) {
  .block-team {
    padding: 100px 0 50px;
  }
}
.block-team .team-member {
  margin: 0 0 50px;
}
.block-team .team-member .member-thumb img {
  display: block;
  margin: 0 auto 0px;
}
.block-team .member-info h3 {
  margin: 0 0 0px;
}

/*--------------------------------------------------------------
# Team with bios
--------------------------------------------------------------*/
.block-team-bios {
  padding: 50px 0 0;
}
@media (min-width: 768px) {
  .block-team-bios {
    padding: 100px 0 50px;
  }
}
.block-team-bios .team-grid {
  display: none;
}
@media (min-width: 768px) {
  .block-team-bios .team-grid {
    display: block;
  }
}
.block-team-bios .team-row {
  padding-top: 30px;
}
.block-team-bios .team-member {
  cursor: pointer;
  margin-bottom: 40px;
}
.block-team-bios .post-thumb {
  overflow: hidden;
  margin: 0 auto 20px;
}
.block-team-bios .post-thumb img {
  display: block;
  margin: 0 auto 0px;
  transition: all .3s ease;
  transform-style: preserve-3d;
  width: 100%;
  display: block;
  height: auto;
}
.block-team-bios .team-member:hover img {
  opacity: 0.8;
}
.block-team-bios .member-bio-full {
  display: none;
}
.block-team-bios .member-bio-text {
  padding-top: 0px;
}
.block-team-bios h3.member-name {
  font-size: 32px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 2.5rem;
  margin-bottom: 0;
}
.block-team-bios .member-bio > h3.member-name {
  color: #00334d;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
}
.block-team-bios .member-position {
  margin-bottom: 0px;
}
.block-team-bios .member-bio-full-inner .member-position {
  font-weight: 700;
  margin-bottom: 24px;
}
.block-team-bios .summary {
  display: none;
  background: #edf2f5;
}
.block-team-bios .summary .container .row {
  position: relative;
}
.block-team-bios .summary a.close {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  right: 15px;
  background: url(img/icon-close.svg) no-repeat 0 0/30px auto;
}
.block-team-bios .summary .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .team-grid-mobile {
    display: none;
  }
}
.team-grid-mobile .mobile-team-member {
  margin-bottom: 50px;
}
.team-grid-mobile .mobile-member-bio {
  text-align: center;
}
.team-grid-mobile .mobile-member-bio-full {
  display: none;
  position: relative;
}
.team-grid-mobile .mobile-team-member .post-thumb {
  max-width: 400px;
  width: 100%;
}
.team-grid-mobile .mobile-team-member .member-bio-text {
  padding-top: 25px;
}
.team-grid-mobile .mobile-team-member a.close {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 0px;
  right: 0px;
  background: url(img/icon-close.svg) no-repeat 0 0/20px auto;
}
.team-grid-mobile .mobile-member-bio h3 {
  margin: 0 0 5px;
}
.team-grid-mobile .member-position {
  margin-bottom: 24px;
}

/* Margins */
.block.margin-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.block.margin-top-0 {
  margin-top: 0;
}

.block.margin-bottom-0 {
  margin-bottom: 0;
}

.block.margin-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.block.margin-top-20 {
  margin-top: 20px;
}

.block.margin-bottom-20 {
  margin-bottom: 20px;
}

.block.margin-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.block.margin-top-50 {
  margin-top: 50px;
}

.block.margin-bottom-50 {
  margin-bottom: 50px;
}

.block.margin-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.block.margin-top-80 {
  margin-top: 80px;
}

.block.margin-bottom-80 {
  margin-bottom: 80px;
}

/* Padding */
.block.padding-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.block.padding-top-0 {
  padding-top: 0;
}

.block.padding-bottom-0 {
  padding-bottom: 0;
}

.block.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.block.padding-top-20 {
  padding-top: 20px;
}

.block.padding-bottom-20 {
  padding-bottom: 20px;
}

.block.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.block.padding-top-30 {
  padding-top: 30px;
}

.block.padding-bottom-30 {
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .boxes-blue.padding-top-30 {
    padding-top: 0;
  }
}
.block.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.block.padding-top-50 {
  padding-top: 50px;
}

.block.padding-bottom-50 {
  padding-bottom: 50px;
}

.block.padding-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.block.padding-top-70 {
  padding-top: 70px;
}

.block.padding-bottom-70 {
  padding-bottom: 70px;
}

.block.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.block.padding-top-100 {
  padding-top: 100px;
}

.block.padding-bottom-100 {
  padding-bottom: 100px;
}

.hide-block {
  display: none;
}

.hide-mobile {
  display: none;
}
@media (min-width: 768px) {
  .hide-mobile {
    display: block;
  }
}

.hide-desktop {
  display: block;
}
@media (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}

div[class*=" columns-"] p:last-child,
div[class*=" col-"] p:last-child,
div[class*=" col-"] h2:last-child,
div[class*=" col-"] h3:last-child,
.entry-content p:last-child {
  margin-bottom: 0;
}

.block.bg-white {
  background: #fff;
}

.block.bg-grey {
  background: #f9f9f9;
}

.color-white {
  color: #fff;
}

.color-tan {
  color: #bf9372;
}

.text-center,
.block.text-center,
.block.text-right,
.block.text-left {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .block.text-right {
    text-align: right;
  }

  .block.text-left {
    text-align: left;
  }
}
.block-width-1000 .container {
  max-width: 1030px;
}

.block-width-800 .container {
  max-width: 830px;
}

.block-width-600 .container {
  max-width: 630px;
}

.container.section-heading {
  margin-bottom: 36px;
}

#content .blocks {
  position: relative;
}
@media (min-width: 768px) {
  #content .blocks {
    /* height: 100%; */
  }
}

#content .blocks .block {
  position: relative;
}
@media (min-width: 768px) {
  #content .blocks .block {
    /* height:  100%; */
  }
}

#content .blocks .block .container,
#content .blocks .block .row {
  z-index: 2;
}
@media (min-width: 768px) {
  #content .blocks .block .container,
  #content .blocks .block .row {
    position: relative;
    height: 100%;
  }
}

#content .blocks .block .container {
  padding: 0 60px;
}

#content .blocks .block .row {
  padding: 80px 0 60px;
}
@media (min-width: 768px) {
  #content .blocks .block .row {
    align-items: center;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #content .blocks .block .row {
    height: Max(calc(100vh - 60px), 750px);
    padding: 100px 0;
  }
}

#content .blocks .columns-two {
  background-color: #121d23;
  background-image: url(img/bg-coming-soon.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
}

@media (min-width: 768px) {
  #content .columns-two .columns-two--one {
    padding-right: 50px;
    margin-bottom: 0;
  }
  #content .columns-two .columns-two--two {
    padding-left: 25px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #content .columns-two .columns-two--one {
    padding-right: 100px;
  }
  #content .columns-two .columns-two--two {
    padding-left: 50px;
  }
}

.box {
  position: absolute;
  left: 30px;
  top: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  overflow: visible;
  z-index: 1;
  opacity: 0.5;
}

/* Border lines */
.box::before,
.box::after {
  content: "";
  position: absolute;
  background: white;
}

/* Horizontal borders (top & bottom) */
.box::before {
  top: 0;
  left: 50%;
  width: 0;
  height: 1px;
  animation: borderH 1s forwards;
}

.box::after {
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  animation: borderH 1s forwards;
}

/* Vertical borders */
.vline {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 0;
  background: white;
}

.vline.left {
  left: 0;
  animation: borderV 1s forwards;
}

.vline.right {
  right: 0;
  animation: borderV 1s forwards;
}

/* Corner plus signs */
.corner {
  position: absolute;
  width: 20px;
  height: 20px;
}

.corner::before,
.corner::after {
  content: "";
  position: absolute;
  background: white;
  opacity: 0;
}

/* Vertical bar */
.corner::before {
  left: 50%;
  top: 0;
  width: 1px;
  height: 0;
  transform: translateX(-50%);
  animation: plusV 0.4s forwards;
}

/* Horizontal bar */
.corner::after {
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  transform: translateY(-50%);
  animation: plusH 0.4s forwards;
  animation-delay: 0.4s;
}

/* Corner positions */
.corner.tl {
  top: -10px;
  left: -10px;
}

.corner.tr {
  top: -10px;
  right: -9px;
}

.corner.bl {
  bottom: -9px;
  left: -10px;
}

.corner.br {
  bottom: -9px;
  right: -9px;
}

/* Staggered delays */
.corner.tl::before {
  animation-delay: 1s;
}

.corner.tl::after {
  animation-delay: 1s;
}

.corner.tr::before {
  animation-delay: 1s;
}

.corner.tr::after {
  animation-delay: 1s;
}

.corner.bl::before {
  animation-delay: 1s;
}

.corner.bl::after {
  animation-delay: 1s;
}

.corner.br::before {
  animation-delay: 1s;
}

.corner.br::after {
  animation-delay: 1s;
}

/* Animations */
@keyframes borderH {
  from {
    width: 0;
    left: 50%;
  }
  to {
    width: calc(100% - 60px);
    left: 30px;
  }
}
@keyframes borderV {
  from {
    height: 0;
    top: 50%;
  }
  to {
    height: calc(100% - 60px);
    top: 30px;
  }
}
@keyframes plusV {
  from {
    height: 0;
    opacity: 1;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}
@keyframes plusH {
  from {
    width: 0;
    opacity: 1;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}
/*-------------------------------------------------
#  ANIMATION WOW
-------------------------------------------------*/
.wow {
  visibility: hidden;
}

.no-js {
  visibility: visible;
}

.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-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;
}

/*# sourceMappingURL=style.css.map */
