/*
Theme Name: HHS
Author: Proof
Author URI: https://proofbranding.com
Description: Custom WP theme for HHS
Text Domain: thm
*/
:root {
  --ff-main: poppins, sans-serif;
  --ff-heading: acumin-variable, sans-serif;
  --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.5rem);
  --fs-large: clamp(1.5rem, 1.262rem + 1.19vw, 2rem);
  --fs-larger: clamp(1.5rem, 0.786rem + 3.571vw, 3rem);
  --fs-xlarge: clamp(2.5rem, 1.9444rem + 2.7778vw, 4.375rem);
  --fs-xxlarge: clamp(2.5rem, 1.943rem + 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.05;
  --lh-headings2: 1.2;
  --lh-nada: 1;
  --c-primary: #072B31;
  --c-darkteal: #00313C;
  --c-lime: #a8e300;
  --c-gray: #F2F0EA;
  --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: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  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: #072B31;
}

.slick-dots li button:before {
  background-color: rgba(71, 84, 103, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  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: #072B31;
}

/*
@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: 1260px;
  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;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, li, blockquote {
  margin: 0 0 24px;
}

h1 {
  font-family: var(--ff-heading);
}

h2 {
  font-size: var(--fs-larger);
  line-height: var(--lh-headings);
  font-family: var(--ff-heading);
  text-transform: uppercase;
  font-weight: 800;
  color: var(--c-darkteal);
  font-variation-settings: 'wght' 800, 'wdth' 65, 'slnt' 0;
}

.home .hero h2 {
  font-size: var(--fs-xxlarge);
}

.post-teaser h2 {
  margin-bottom: 0;
  padding-top: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .post-teaser h2 {
    text-align: left;
  }
}

h3 {
  font-size: var(--fs-medium);
  line-height: var(--lh-headings);
  color: var(--c-primary);
  text-transform: uppercase;
  font-family: var(--ff-main);
}

.has-accent {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 30px !important;
}
.has-accent:after {
  content: "";
  display: block;
  width: 140px;
  height: 6px;
  background-color: var(--c-lime);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

h3.heading-small {
  font-size: var(--fs-regular);
}

.boxes-images-item-content h3 {
  font-size: var(--fs-small);
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

body.error404 h1.page-title {
  text-align: center;
  letter-spacing: 5px;
}

body.error404 h2 {
  text-align: center;
}

/*--------------------------------------------------------------
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 0 20px;
  padding: 0;
  display: inline-block;
  list-style: none;
  clear: none;
  text-align: center;
  float: none;
  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: 0px solid #fff;
  width: 38px;
  height: 38px;
  border-radius: 0;
}

.site-footer ul.social-links a:hover {
  background: transparent;
}
.site-footer ul.social-links a:hover svg path {
  fill: var(--c-lime);
}

.site-footer ul.social-links a svg {
  max-width: 38px;
}

.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: 0px;
  }

  .site-footer ul.social-links li {
    margin: 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: 0;
  padding: 20px 25px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  outline: 0;
  background: var(--c-lime);
  color: var(--c-primary);
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 8px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-weight: 800;
  transition: all 0.3s ease;
}

.block-contact input[type="submit"] {
  display: block;
  width: 100%;
}

a.btn:visited {
  color: #000;
}

a.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: var(--c-darkteal);
  color: #fff;
  outline: 0;
}

.block-contact a.btn:hover,
.block-contact button:hover,
.block-contact input[type="button"]:hover,
.block-contact input[type="reset"]:hover,
.block-contact input[type="submit"]:hover {
  background-color: #fff;
  color: var(--c-darkteal);
}

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 {
  background-color: var(--c-darkteal);
  color: #fff;
  outline: 0;
}

.block-contact a.btn:active,
.block-contact a.btn:focus,
.block-contact button:active,
.block-contact button:focus,
.block-contact input[type="button"]:active,
.block-contact input[type="button"]:focus,
.block-contact input[type="reset"]:active,
.block-contact input[type="reset"]:focus,
.block-contact input[type="submit"]:active,
.block-contact input[type="submit"]:focus {
  background-color: #fff;
  color: var(--c-darkteal);
}

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 var(--c-gray);
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 20px 10px;
  width: 100%;
  margin-bottom: 5px;
  font-size: var(--fs-regular);
  line-height: 1;
  display: block;
  width: 100%;
  cursor: pointer;
  transition: all 0.15s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-align: left;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

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-lime);
}

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-lime);
  outline: 0;
}

#page .block-contact label {
  color: #fff;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #666;
  font-size: var(--fs-small);
}

:-moz-placeholder {
  opacity: 1;
  color: #666;
  font-size: var(--fs-small);
}

::-moz-placeholder {
  opacity: 1;
  color: #666;
  font-size: var(--fs-small);
}

:-ms-input-placeholder {
  opacity: 1;
  color: #666;
  font-size: var(--fs-small);
}

.site-footer ::-webkit-input-placeholder {
  opacity: 1;
  color: #666;
}
.site-footer :-moz-placeholder {
  opacity: 1;
  color: #666;
}
.site-footer ::-moz-placeholder {
  opacity: 1;
  color: #666;
}
.site-footer :-ms-input-placeholder {
  opacity: 1;
  color: #666;
}

.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: 500;
  font-size: var(--fs-regular);
  margin-bottom: 5px;
  display: inline-block;
}

.gform_fields > .gfield.nolabel > label {
  display: none;
}

.gform_fields > .gfield.gfield_error input,
.gform_fields > .gfield.gfield_error textarea {
  border-color: #f00;
}

.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_fields > .gfield .gfield_description.validation_message {
  color: #f00;
}

.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: #fff;
  text-align: left;
  font-weight: 600;
  font-size: var(--fs-medium);
  margin-bottom: 30px !important;
  text-transform: unset;
  letter-spacing: 0.01em;
}

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

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

.gform_required_legend {
  display: none;
}

/*--------------------------------------------------------------
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 {
  background-color: #011922;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 999;
  transition: background ease-in-out 0.25s;
}

.site-header .row {
  align-items: center;
}

.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: 0;
}
@media screen and (min-width: 601px) {
  .sticky-header.admin-bar .site-header {
    top: 46px;
  }
}
@media screen and (min-width: 783px) {
  .sticky-header.admin-bar .site-header {
    top: 32px;
  }
}

.site-header .container {
  padding-left: 45px;
  padding-right: 45px;
}

.site-branding {
  width: 135px;
  transition: all 0.3s ease;
}

.site-branding a {
  display: block;
}

.site-branding img {
  display: block;
  width: 100%;
  height: auto;
}

.site-header #nav {
  width: calc(100% - 150px);
  margin-left: auto;
}

@media screen and (min-width: 1025px) {
  .site-header .container .row {
    display: flex;
    align-items: center;
    position: relative;
  }

  .site-header .site-branding {
    width: 245px;
  }

  .site-header #nav {
    width: calc(100% - 260px);
    margin-left: auto;
  }

  .sticky-header .site-header .site-branding {
    /* width: 135px; */
  }
}
/*--------------------------------------------------------------
# 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;
  display: none;
}
.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: transparent;
}
ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.menu li a {
  display: inline-block;
  padding: 10px 10px;
  color: #fff;
  font-family: var(--ff-main);
  font-size: var(--fs-medium);
  line-height: 1;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
  position: relative;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-align: center;
}
ul.menu li a:hover {
  color: var(--c-lime);
  background-color: transparent;
  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: var(--c-lime);
  background-color: transparent;
}
ul.menu li.current-menu-item > a:hover, ul.menu li.current-page-parent > a:hover {
  color: var(--c-lime);
  background-color: transparent;
}
ul.menu li.menu-btn a {
  background: var(--c-lime);
  color: var(--c-primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  line-height: 1;
  padding: 10px 15px;
  border-radius: 8px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
ul.menu li.menu-btn a:hover {
  background-color: #fff;
  color: var(--c-primary);
}
ul.menu .sub-menu a {
  padding: 10px 40px 10px 40px;
}

@media (max-width: 640px) {
  ul.menu li.menu-hide-mobile {
    display: none;
  }
}
/* Menu - Mobile */
@media (max-width: 1024px) {
    /* ul.menu {
        position: absolute;
        top: $mobile_menu_gap;
        left: 0;
        width: 100%;
        height: 100vh;
        display: none;
        background: $mobile_menu_background;
    }
	
    ul.sub-menu {
        display: none;
        margin: 0;
        padding: 0
    } */
  ul.menu {
    display: flex !important;
    float: right;
    background: transparent;
    margin-left: auto;
    align-items: center;
  }
}
/* 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;
    align-items: center;
    margin-left: auto;
  }
  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 10px;
    color: #fff;
    font-size: var(--fs-medium);
  }
  ul.menu li a:hover {
    color: var(--c-lime);
    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: var(--c-lime);
  }
  ul.menu li.current-menu-item > a, ul.menu li.current-page-parent > a {
    /* color: $desktop_menu_item_color_active; */
    /* background-color: $desktop_menu_item_background_color_active; */
  }
  ul.menu li.current-menu-item > a .arrow:before, ul.menu li.current-page-parent > a .arrow:before {
    color: var(--c-lime);
  }
  ul.menu li.menu-btn a {
    background-color: var(--c-lime);
    padding: 20px 25px;
  }

  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: $desktop_sub_menu_item_color_active; */
    /* background:$desktop_sub_menu_item_background_color_active; */
  }
}
/*--------------------------------------------------------------
# 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: #011922;
  color: #fff;
  padding: 50px 0;
}
.site-footer a {
  color: red;
  text-decoration: none;
}
.site-footer a:hover {
  color: blue;
  text-decoration: none;
}

.colophon .container {
  max-width: 520px;
}
.colophon .col-md-12 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

img.logo-footer {
  display: block;
  width: 100%;
  max-width: 183px;
  margin: 0 auto 40px;
}

.site-footer p {
  margin: 0;
}

.site-footer .footer-utility {
  background-color: #011922;
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--fs-xsmall);
  text-align: center;
  padding: 40px 0 0;
}
.site-footer .footer-utility a {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer .footer-utility a:hover, .site-footer .footer-utility a:active, .site-footer .footer-utility a:focus {
  color: white;
}
.site-footer .footer-utility .copydesignby span {
  display: block;
}
@media (min-width: 768px) {
  .site-footer .footer-utility .copydesignby span {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero {
  position: relative;
}
.hero .row {
  padding: 160px 0;
  justify-content: center;
}
@media (min-width: 992px) {
  .hero .row {
    padding: 200px 0;
    height: Max(750px, 100vh);
  }
}

.hero-media {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.hero-media:after {
  content: "";
  background: linear-gradient(90deg, rgba(102, 102, 102, 0.05) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.hero-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 100%;
}
.hero-img:after {
  content: "";
  background: rgba(5, 28, 44, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.home .hero-content {
  display: flex;
  flex-direction: column;
  color: #fff;
  max-width: 700px;
}
.home .hero-content h1 {
  order: 2;
  color: #fff;
  font-weight: 400;
  font-family: var(--ff-main);
  font-size: var(--fs-regular);
  max-width: 480px;
  margin: 0 auto 36px;
}
.home .hero-content h2 {
  order: 1;
  color: #fff;
}
.home .hero-content p {
  order: 3;
}

/*--------------------------------------------------------------
# Text Editor
--------------------------------------------------------------*/
.block.editor {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .block.editor {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.block-contact {
  color: #fff;
  position: relative;
  isolation: isolate;
}
.block-contact:before {
  content: "";
  display: block;
  background: #002739 url(img/bg-spackle-on-dark.webp) repeat center/500px auto;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.block-contact:after {
  content: "";
  display: block;
  background: url(img/gatorHead.svg) no-repeat center/auto 110%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.block-contact .container {
  position: relative;
  z-index: 3;
}
.block-contact h2 {
  color: #fff;
}

/*--------------------------------------------------------------
# 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: 60px;
  padding-bottom: 20px;
}
@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: 40px;
}
@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;
  }
}

/*--------------------------------------------------------------
# Block: Boxes Images
--------------------------------------------------------------*/
.boxes-images {
  padding-top: 60px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .boxes-images {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.boxes-images .boxes-images-item {
  margin-bottom: 50px;
  padding-top: 80px;
}
@media (min-width: 768px) {
  .boxes-images .boxes-images-item {
    margin-bottom: 50px;
  }
}
.boxes-images .boxes-images-item-inner {
  background: var(--c-gray) url(img/bg-spackle-on-light.webp) repeat center/500px auto;
  padding: 0 43px 43px;
  position: relative;
  height: 100%;
}
.boxes-images .boxes-images-item-img {
  border: 10px solid #FFF;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin-top: -80px;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Block: Photo  & Testimonial Carousel
--------------------------------------------------------------*/
.block-photo-testimonial-carousel {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .block-photo-testimonial-carousel {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.block-photo-testimonial-carousel .container {
  max-width: 1920px;
}
.block-photo-testimonial-carousel .container-carousels {
  padding: 0;
  overflow: hidden;
}

.first-row-items-wrapper {
  margin-bottom: 20px;
}

.carousel {
  overflow: hidden;
  display: flex;
  position: relative;
}
.carousel > * {
  flex: 0 0 100%;
}
.carousel .carousel-btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 100px;
}
@media (min-width: 1025px) {
  .carousel .carousel-btn {
    display: none;
  }
}
.carousel .carousel-btn a.btn {
  padding: 10px 20px;
}
.carousel.carousel-pause .group {
  animation-play-state: paused;
}
@media (min-width: 1025px) {
  .carousel:hover .group {
    /* animation-play-state: paused; */
  }
}

.group {
  display: flex;
  gap: 20px;
  padding-right: 20px;
  will-change: transform;
  animation: scrollingLTR 150s linear infinite;
}

.second-row-items-wrapper .group {
  animation: none;
  flex-direction: row-reverse;
  animation: scrollingRTL 150s linear infinite;
}

.carousel .item {
  width: 360px;
  flex: 0 0 360px;
}
.carousel .item .item-inner {
  position: relative;
  height: 360px;
}
.carousel .item .item-inner img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.link-view-all {
  text-align: center;
  padding-top: 50px;
}

@keyframes scrollingLTR {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrollingRTL {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*--------------------------------------------------------------
# Text Image Block
--------------------------------------------------------------*/
.text-image {
  padding-top: 50px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .text-image {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 992px) {
  .text-image {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
.text-image .row {
  min-height: 400px;
}

.text-image.padding-top-50 {
  padding-top: 0 !important;
}

.block.text-image + .block.text-image {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .block.text-image + .block.text-image {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .hero + .text-image {
    padding-top: 0;
  }
}

.text-image-wrap {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .text-image-wrap {
    overflow: hidden;
  }
}

.text-image-img {
  position: relative;
  min-height: 100%;
  display: inline-block;
  overflow: hidden;
  margin-top: -50px;
}
@media (min-width: 768px) {
  .text-image-img {
    overflow: visible;
    margin-top: 0px;
  }
}
.text-image-img img {
  display: block;
  width: calc(100% + 150px);
  margin-left: -75px;
  max-width: unset;
}
@media (min-width: 768px) {
  .text-image-img img {
    width: 110%;
    max-width: unset;
    margin: 0 auto;
  }
}

.text-image-content {
  padding: 30px 30px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .text-image-content {
    padding: 0px 15px;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .text-image-content {
    padding: 0 15px;
    align-self: center;
  }

  .layout-image-text .text-image-content {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .text-image-content {
    padding: 0 35px 0 15px;
  }

  .layout-image-text .text-image-content {
    padding: 0 15px 0 35px;
  }
}
@media (max-width: 767px) {
  .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: var(--c-gray) url(img/bg-spackle-on-light.webp) repeat center/500px auto;
  margin-bottom: 15px;
  position: relative;
  height: 100%;	
}
.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 {
  font-family: var(--ff-main);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;

  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;
}
.testimonial-slider .container {
  max-width: 730px;
}
@media (min-width: 992px) {
  .testimonial-slider {
    padding: 100px 0;
  }
}
.testimonial-slider .testimonial-content {
  font-size: var(--fs-medium);
}
.testimonial-slider .testimonial-author {
  font-weight: 700;
  font-size: var(--fs-regular);
  padding-top: 24px;
}

.testimonial-slider .testimonial-slides-wrapper {
  padding: 0 0 40px;
}

.testimonial-rating {
  width: 150px;
  margin: 5px auto 10px;
}
.testimonial-rating img {
  display: block;
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# 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-gray {
  background-color: var(--c-gray);
}

.block.bg-gray-texture {
  background: var(--c-gray) url(img/bg-spackle-on-light.webp) repeat center/500px auto;
}

.color-white {
  color: #fff;
}

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

.testimonial-slider .container.section-heading {
  margin-bottom: 12px;
}

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