/*
Theme Name: NCAC
Author: Proof
Author URI: https://proofbranding.com
Description: Custom WP theme for NCAC
Text Domain: thm
*/
:root {
  --ff-main: poppins, sans-serif;
  --ff-secondary: serif;
  --fw-regular: 400;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fs-xsmall: 0.875rem;
  --fs-small: clamp(0.75rem, 0.383vw + 0.673rem, 1rem);
  --fs-regular: clamp(1rem, 0.192vw + 0.962rem, 1.125rem);
  --fs-medium: clamp(1.2rem, 0.63vw + 1.074rem, 1.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(3rem, 2.143rem + 4.286vw, 6rem);
  --ls-wide: 0.05em;
  --ls-wider: 0.1em;
  --ls-widest: 0.2em;
  --tt-up: uppercase;
  --lh-body: 1.5;
  --lh-headings: 1.2;
  --lh-nada: 1;
  --c-primary: #585858;
  --c-lightblue: #D1F3FF;
  --c-blue: #35CBFF;
  --c-darkblue: #004DA5;
  --c-navy: #063065;
  --c-green: #00B397;
  --c-lightgreen: #C2F36F;
  --c-gray: #585858;
  --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 10px;
  margin: 0;
  list-style: none;
  text-align: left;
}
@media (min-width: 992px) {
  .slick-dots {
    text-align: center;
    bottom: 20px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  min-width: 1px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  background-color: var(--c-blue);
}

.slick-dots li button:before {
  background-color: var(--c-lightblue);
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  content: '';
  text-align: center;
  opacity: 1;
  transition: all 0.15s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background-color: var(--c-blue);
}

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

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

iframe {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid var(--c-darkblue) !important;
}

.container {
  max-width: 1280px;
  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;
  display: flex;
  flex-wrap: wrap;
}

.gallery-item {
  display: block;
  text-align: center;
  vertical-align: top;
  margin: 0;
  padding: 15px;
}

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
 MISC
--------------------------------------------------------------*/
.post-teaser {
  transition: all .15s ease;
  position: relative;
  max-width: 400px;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .post-teaser {
    margin: 0 0 30px;
  }
}

.post-teaser-inner {
  background-color: var(--c-lightblue);
  border-radius: 10px;
  position: relative;
  height: 100%;
  padding: 30px 20px;
}

.post-teaser-superhero .post-teaser-inner {
  padding-top: 0;
}

.post-teaser-thumb {
  height: 240px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  transition: all .15s ease;
}

.post-teaser-superhero .post-teaser-thumb {
  border-radius: 10px 10px 0 0;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-bottom: 30px;
}

.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: 80px;
  max-width: 860px;
}

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 0px;
  text-align: center;
  color: var(--c-darkblue);
  font-weight: 700;
  font-size: var(--fs-medium);
}

.posts-nav .pagination-title {
  margin-bottom: 20px;
  display: block;
}

.posts-nav .navigation.pagination {
  display: block;
}

.posts-nav .page-numbers {
  font-size: var(--fs-medium);
  font-weight: 700;
  color: var(--c-darkblue);
  cursor: pointer;
  padding: 0 4px;
  text-decoration: none;
}

.posts-nav .current,
.posts-nav .page-numbers:hover {
  color: var(--c-green);
}

.posts-nav .nav-links a.prev,
.posts-nav .nav-links a.next {
  width: 30px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
  background-position: center;
  background-size: 30px auto;
  text-indent: 100px;
  white-space: nowrap;
  position: relative;
  top: 1px;
  transition: none;
  transition: transform 0.15s ease-in-out;
  margin-left: 10px;
}

.posts-nav .nav-links a.prev {
  margin-left: 0px;
  margin-right: 10px;
  background-image: url(img/arrow-left.svg);
}

.posts-nav .nav-links a.next {
  background-image: url(img/arrow-right.svg);
}

.posts-nav .nav-links a.next:hover {
  transform: translateX(3px);
}

.posts-nav .nav-links a.prev:hover {
  background-position: center;
  transform: 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;
  color: var(--c-gray);
  -webkit-font-smoothing: antialiased;
  counter-reset: list-counter;
}

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

h1 {
  color: var(--c-darkblue);
  font-size: var(--fs-larger);
  line-height: var(--lh-headings);
  font-weight: 700;
}

.single-post h1 {
  font-size: var(--fs-large);
}

.hero h1 {
  color: #fff;
}

#page .tribe-events .tribe-events-header__title h1.tribe-events-header__title-text,
#page .tribe-events-single-event-title {
  font-family: var(--ff-main);
  color: var(--c-darkblue);
  font-size: var(--fs-large);
  line-height: var(--lh-headings);
  font-weight: 700;
}

h2 {
  color: var(--c-darkblue);
  font-size: var(--fs-large);
  line-height: var(--lh-headings);
  font-weight: 700;
}

h2.larger {
  font-size: var(--fs-larger);
}

.hero-slider-content h2 {
  color: #fff;
  font-size: var(--fs-larger);
  line-height: var(--lh-headings);
  font-weight: 700;
}

.post-teaser h2 {
  font-size: var(--fs-medium);
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .post-teaser h2 {
    text-align: left;
  }
}

.post-teaser-superhero h2 {
  font-size: var(--fs-regular);
}

h3 {
  color: var(--c-darkblue);
  font-size: var(--fs-medium);
  line-height: var(--lh-headings);
  font-weight: 700;
}

.col-inner h2,
.col-inner h3 {
  margin-bottom: 16px;
}

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

.medium {
  font-size: var(--fs-medium);
}

body.search-results h1.page-title {
  font-size: var(--fs-large);
}

body.error404 h1.page-title {
  text-align: center;
  letter-spacing: 5px;
  font-size: var(--fs-xxlarge);
}

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

.editor ul,
.text-image-content ul,
.columns-two .col-inner ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.editor ul li,
.text-image-content ul li,
.columns-two .col-inner ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.editor ul li::before,
.text-image-content ul li::before,
.columns-two .col-inner ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: var(--c-primary);
  border-radius: 50vh;
  position: absolute;
  left: 5px;
  top: 11px;
}

.has-list-numbers ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.has-list-numbers ul li {
  position: relative;
  margin-bottom: 32px;
  padding-left: 50px;
  background: transparent;
}
@media (min-width: 768px) {
  .has-list-numbers ul li {
    padding-left: 80px;
  }
}
.has-list-numbers ul li::before {
  counter-increment: list-counter;
  content: counter(list-counter);
  display: flex;
  position: absolute;
  left: 0;
  top: 0px;
  color: var(--c-green);
  border: 3px solid var(--c-lightgreen);
  border-radius: 50vh;
  background: transparent;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-large);
  font-weight: 700;
}
@media (min-width: 768px) {
  .has-list-numbers ul li::before {
    width: 50px;
    height: 50px;
  }
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
  color: var(--c-darkblue);
  transition: all 0.15s ease-in-out;
}

a:visited {
  color: var(--c-darkblue);
}

a:hover,
a:focus,
a:active {
  color: var(--c-green);
}

a:focus {
  outline: 0;
}

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

.box-green .col-inner a {
  color: var(--c-lightgreen);
}
.box-green .col-inner a:hover, .box-green .col-inner a:focus, .box-green .col-inner a:active {
  color: var(--c-white);
}

code {
	padding: 20px;
	background:#eee;
	border:1px solid #ddd;
	display:block;
	border-radius:5px;
}
/*--------------------------------------------------------------
Buttons
--------------------------------------------------------------*/
.btn,
.btn:visited,
.btn-blue,
.btn-blue:visited,
.btn-lightgreen,
.btn-lightgreen:visited,
.btn-green,
.btn-green:visited {
  border: 1px solid var(--c-darkblue);
  border-radius: 50vh;
  background-color: transparent;
  color: var(--c-darkblue);
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: var(--ff-main);
  padding: 12px 30px 12px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  outline: 0;
}

.btn:active,
.btn:hover,
.btn:focus {
  background-color: var(--c-darkblue);
  color: #fff;
}

.btn-small {
  padding: 5px 15px 5px;
  font-weight: 700;
}

.btn-blue,
.btn-blue:visited {
  border-color: var(--c-blue);
  background-color: var(--c-blue);
  color: var(--c-darkblue);
  font-weight: 700;
}

.btn-blue:active,
.btn-blue:hover,
.btn-blue:focus {
  background-color: var(--c-darkblue);
  border-color: var(--c-darkblue);
  color: #fff;
}
.modal .btn-blue:active,
.modal .btn-blue:hover,
.modal .btn-blue:focus {
  background-color: var(--c-lightblue);
  border-color: var(--c-lightblue);
  color: var(--c-darkblue);
}


.bg-navy .btn-blue:active,
.bg-navy .btn-blue:hover,
.bg-navy .btn-blue:focus {
  background-color: #fff;
  border-color: #fff;
  color: var(--c-darkblue);
}

.btn-lightgreen,
.btn-lightgreen:visited {
  border-color: var(--c-lightgreen);
  background-color: var(--c-lightgreen);
  color: var(--c-darkblue);
  font-weight: 700;
}

.btn-lightgreen:active,
.btn-lightgreen:hover,
.btn-lightgreen:focus {
  background-color: var(--c-green);
  border-color: var(--c-green);
  color: #fff;
}

.bg-navy .btn-lightgreen:active,
.bg-navy .btn-lightgreen:hover,
.bg-navy .btn-lightgreen:focus {
  background-color: #fff;
  border-color: #fff;
  color: var(--c-darkblue);
}

.btn-green,
.btn-green:visited {
  border-color: var(--c-green);
  background-color: var(--c-green);
  color: var(--c-white);
  font-weight: 700;
}

.btn-green:active,
.btn-green:hover,
.btn-green:focus {
  background-color: var(--c-lightgreen);
  border-color: var(--c-lightgreen);
  color: var(--c-darkblue);
}

@media screen and (max-width: 767px) {
  .block .btn,
  .block .btn-blue,
  .block .btn-lightgreen {
    max-width: 400px;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .block.hide-desktop .btn,
  .block.hide-desktop .btn-blue,
  .block.hide-desktop .btn-lightgreen {
    max-width: 480px;
    width: 100%;
    margin-bottom: 10px;
  }
}
/*--------------------------------------------------------------
 Training Category Filter
--------------------------------------------------------------*/
.training-filter li a,
.training-filter li a:visited {
  border: 1px solid var(--c-darkblue);
  border-radius: 50vh;
  background-color: transparent;
  color: var(--c-darkblue);
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  font-family: var(--ff-main);
  padding: 12px 30px 12px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  outline: 0;

}

.training-filter li.current-menu-item a,
.training-filter li a:active,
.training-filter li a:hover,
.training-filter li a:focus {
  background-color: var(--c-darkblue);
  color: #fff;
}

/*--------------------------------------------------------------
Safe Exit Button
--------------------------------------------------------------*/

#safe-exit {
  background-color: #D94759;
  color: #fff;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 143px;
  right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  padding: 10px;
  cursor: pointer;
  right: -100px;
  transition: all 0.25s ease;
		z-index:1;
}


#safe-exit.show-exit {
  right: 0;
}

#safe-exit > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#safe-exit img {
  display: inline-block;
  width: 20px;
  height: 20px;
}

#safe-exit strong {
  display: block;
  flex: 0 0 100%;
  text-align: center;
}


/*--------------------------------------------------------------
Social Links
--------------------------------------------------------------*/
ul.social-links {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 230px;
}

.site-footer ul.social-links {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .site-footer ul.social-links {
    margin-bottom: 0;
  }
}

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

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: 32px;
  height: 32px;
  border-radius: 32px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
}

ul.social-links a:hover {
  background: transparent;
  color: #fff;
}

ul.social-links a svg {
  display: block;
  max-width: 30px;
  width: 100%;
  margin: 0 auto;
}

ul.social-links a svg path {
  fill: #fff;
  transition: all 0.25s ease;
}

ul.social-links a:hover svg path {
  fill: var(--c-blue);
}

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

@media screen and (min-width: 768px) {
  .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;
  }
}
/*--------------------------------------------------------------
# Team Floating Nav
--------------------------------------------------------------*/
.team-floating-nav,
.training-floating-nav,
.get-involved-floating-nav {
  position: fixed;
  right: -200px;
  top: 230px;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 1;
  background-color: var(--c-blue);
  padding: 20px 10px 20px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px 0 0 10px;
  width: 200px;
  display: none;
}
@media screen and (min-width: 992px) {
  .team-floating-nav,
  .training-floating-nav,
  .get-involved-floating-nav {
    display: block;
  }
}

.show-floating-nav .team-floating-nav,
.show-floating-nav .training-floating-nav,
.show-floating-nav .get-involved-floating-nav {
  z-index: 10;
  opacity: 1;
  right: 0;
}

.team-floating-nav ul,
.training-floating-nav ul,
.get-involved-floating-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-floating-nav ul li,
.training-floating-nav ul li,
.get-involved-floating-nav ul li {
  margin: 0 0 15px;
}
.team-floating-nav ul li:last-child,
.training-floating-nav ul li:last-child,
.get-involved-floating-nav ul li:last-child {
  margin-bottom: 0;
}
.team-floating-nav ul li a,
.training-floating-nav ul li a,
.get-involved-floating-nav ul li a {
  font-weight: 600;
  line-height: var(--lh-headings);
  font-size: var(--fs-xsmall);
  color: var(--c-darkblue);
  text-decoration: none;
  display: block;
}
.team-floating-nav ul li a:hover,
.training-floating-nav ul li a:hover,
.get-involved-floating-nav ul li a:hover {
  color: var(--c-white);
}

/*--------------------------------------------------------------
Gravity Forms
--------------------------------------------------------------*/
body .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  border-color: var(--c-darkblue);
  border-radius: 10px;
  box-shadow: none;
  height: 45px;
  font-size: var(--fs-regular);
}
body .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
  border-color: var(--c-blue);
}

body .gform-theme.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  border-color: var(--c-darkblue);
  border-radius: 10px;
  box-shadow: none;
  font-size: var(--fs-regular);
  height: 120px;
  min-block-size: 1rem !important;
}
body .gform-theme.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
  border-color: var(--c-blue);
}

body .gform-theme.gform-theme--framework .gform-field-label {
  font-weight: 700;
  color: var(--c-darkblue);
  font-size: var(--fs-regular);
}

body .gform-theme.gform-theme--framework .gfield_label {
  font-weight: 700;
  color: var(--c-darkblue);
  font-size: var(--fs-medium);
}

body .gform-theme.gform-theme--framework .gform_required_legend {
  display: none;
}

body .gform-theme--framework ::placeholder {
  color: var(--c-darkblue);
}

body .gform-theme--framework select {
  border-color: var(--c-darkblue);
  border-radius: 10px;
}
body .gform-theme--framework select:focus, body .gform-theme--framework select:active {
  outline: 0;
  box-shadow: none;
}
body .gform-theme--framework select:hover {
  border-color: var(--c-blue);
}

body .gform-theme.gform-theme--framework .gfield_html {
  font-size: var(--fs-xsmall);
}

body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  background-color: var(--c-white);
  border: 1px solid var(--c-darkblue);
  color: var(--c-darkblue);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-wide);
  font-size: var(--fs-regular);
  border-radius: 50vh;
  padding: 12px 40px 12px;
}
body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
  background-color: var(--c-darkblue);
  color: var(--c-white);
}

body .gform-theme--foundation .gform_fields {
  grid-row-gap: 16px;
}

body .gform-theme--framework .gform_validation_errors .gform_submission_error,
body .gform-theme--framework .gform_validation_errors .gform_submission_error.hide_summary {
  font-size: var(--fs-regular);
}

.header-searchform {
  position: relative;
  padding-right: 0px;
  width: 170px;
  height: 32px;
  background: rgba(255, 255, 255, 0.6);
}
.header-searchform .search-field {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1;
  position: relative;
}
.header-searchform .search-field:focus {
  outline: none;
}
.header-searchform .search-submit {
  background: url(img/icon-search.svg) no-repeat center center/15px 15px;
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  width: 35px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
}

.footer-form {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer-form {
    width: auto;
    max-width: unset;
    margin: 0;
  }
}

.footer-form .nolabel .gfield_label {
  display: none;
}

body .footer-form .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  border-color: var(--c-white);
  border-radius: 0;
  box-shadow: none;
  height: 45px;
  font-family: var(--ff-main);
  font-size: var(--fs-regular);
  background: transparent;
}

body .footer-form .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .footer-form .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .footer-form .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .footer-form .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .footer-form .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .footer-form .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .footer-form .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  background-color: var(--c-white);
  color: #000;
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-wide);
  text-transform: var(--tt-up);
  font-size: var(--fs-xsmall);
  border-radius: 0;
  padding: 14px 20px 15px;
}
body .footer-form .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .footer-form .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .footer-form .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .footer-form .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .footer-form .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .footer-form .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .footer-form .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
  background-color: var(--c-midorange);
  color: #fff;
}

@media (min-width: 768px) {
  .footer-form .gform_wrapper form {
    position: relative;
    padding-right: 140px;
  }
}
.footer-form .gform_wrapper form .gform_body {
  display: block;
}
.footer-form .gform_wrapper form .gform_footer {
  margin-top: 10px;
}
.footer-form .gform_wrapper form .gform_footer .gform_button.button {
  display: block;
}
@media (min-width: 768px) {
  .footer-form .gform_wrapper form .gform_footer {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
SELECTRIC
--------------------------------------------------------------*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 2px solid #edf2f5;
  background: #edf2f5;
  position: relative;
  border-radius: 30px;
  padding: 19px 20px 16px;
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  font-family: muli, sans-serif;
}

.selectric:focus,
.selectric:hover {
  border-color: #00b8bc;
}

.selectric .label {
  color: #00334d;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 100%;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #00334d;
  border-bottom: none;
}

.selectric-focus .selectric {
  /* border-color: $color__border-input-focus;
   */
}

.selectric-hover .selectric {
  /*border-color: #c4c4c4;
   */
}

.selectric-hover .selectric .button {
  color: #00334d;
}

.selectric-hover .selectric .button:after {
  border-top-color: #00334d;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #00b8bc;
  border-radius: 30px 30px 0 0;
  border-bottom: 0;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  border: 2px solid #00b8bc;
  border-top: 0;
  border-radius: 0 0 30px 30px;
  background: #edf2f5;
  overflow: hidden;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.selectric-items li {
  display: block;
  padding: 17px 20px 18px;
  color: #666;
  cursor: pointer;
  font-size: 14px;
  font-size: .875rem;
  line-height: 16px;
  line-height: 1rem;
  font-family: muli, sans-serif;
}

.selectric-items li.selected {
  background: #00b8bc;
  color: #00334d;
}

.selectric-items li.highlighted {
  background: #00b8bc;
  color: #fff;
}

.selectric-items li:hover {
  background: #00b8bc;
  color: #00334d;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 999;
  transition: all ease-in-out 0.25s;
  background-color: var(--c-darkblue);
}
@media screen and (min-width: 1025px) {
  .site-header {
    padding-top: 0;
  }
}

body.has-top-notification .site-header {
  padding-top: 41px;
}

.admin-bar .site-header {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

.sticky-header.admin-bar .site-header {
  top: 0px;
}
@media screen and (min-width: 783px) {
  .sticky-header.admin-bar .site-header {
    top: 0px;
  }
}

body.has-top-notification .site-header__navbar {
  padding-top: 20px;
}

@media screen and (min-width: 1025px) {
  .site-header__navbar .container {
    padding-top: 20px;
  }

  body.has-top-notification .site-header__navbar .container {
    padding-top: 0;
  }
}
.site-header .container .row {
  padding-left: 15px;
  padding-right: 15px;
}

.sticky-header .site-header,
.nav-toggle.site-header {
  background-color: var(--c-darkblue);
}

body.sticky-header.has-top-notification .site-header {
  padding-top: 0px;
}

@media screen and (min-width: 1025px) {
  body.sticky-header.has-top-notification.admin-bar .site-header {
    padding-top: 32px;
  }
}

.site-branding {
  width: 170px;
}

.site-branding a {
  display: block;
}

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

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

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

  .site-header #nav {
    width: calc(100% - 186px);
  }
}
.site-header__notice {
  background-color: var(--c-lightgreen);
  color: var(--c-darkblue);
  text-align: center;
  padding: 5px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: all ease-in-out 0.25s;
}
.site-header__notice .container > * {
  margin-bottom: 0;
}

body.sticky-header.has-top-notification .site-header__notice {
  top: -100px;
}
@media screen and (min-width: 783px) {
  body.sticky-header.has-top-notification .site-header__notice {
    top: -100px;
  }
}

body.admin-bar.has-top-notification .site-header__notice {
  top: 46px;
}
@media screen and (min-width: 783px) {
  body.admin-bar.has-top-notification .site-header__notice {
    top: 32px;
  }
}

body.admin-bar.has-top-notification.sticky-header .site-header__notice {
  top: -100px;
}
@media screen and (min-width: 783px) {
  body.admin-bar.has-top-notification.sticky-header .site-header__notice {
    top: -100px;
  }
}

.site-header__utility {
  background-color: var(--c-blue);
  text-align: right;
  display: none;
  padding: 12px 0;
}
@media screen and (min-width: 1025px) {
  .site-header__utility {
    display: block;
  }
}

.site-header__utility a {
  display: inline-block;
  vertical-align: middle;
}
.site-header__utility a:not(:last-child) {
  padding-right: 50px;
}
.site-header__utility a:hover {
  opacity: 0.75;
}
.site-header__utility a img {
  display: block;
}

/*--------------------------------------------------------------
# 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: 28px;
  right: 30px;
  width: 30px;
  height: 18px;
  transition: all ease-in-out 0.25s;
}
.menu-toggle .menu-bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  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: 8px;
}
.menu-toggle .menu-bar:nth-child(3) {
  top: 8px;
}
.menu-toggle .menu-bar:nth-child(4) {
  top: 16px;
}

body.has-top-notification .menu-toggle {
  top: 70px;
}

body.sticky-header.has-top-notification .menu-toggle {
  top: 28px;
}

.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: var(--c-navy);
}
ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.menu li a {
  display: block;
  padding: 10px 40px 10px 30px;
  color: #fff;
  font-family: var(--ff-main);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
  position: relative;
  text-align: right;
}
ul.menu li a:hover {
  color: var(--c-lightblue);
  background-color: transparent;
  text-decoration: none;
}
ul.menu li a .arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.menu li a .arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #fff;
  position: relative;
  top: 3px;
}
ul.menu li.current-menu-item > a, ul.menu li.current-menu-parent > a {
  color: var(--c-blue);
  background-color: transparent;
}
ul.menu li.current-menu-item > a:hover, ul.menu li.current-menu-parent > a:hover {
  color: var(--c-blue);
  background-color: transparent;
}
ul.menu .sub-menu a {
  padding: 10px 40px 10px 30px;
  color: var(--c-lightgreen);
  font-size: 1rem;
}

@media (max-width: 1024px) {
  ul.menu li.menu-btn {
    text-align: right;
    padding: 20px 40px 10px 0;
  }
}
ul.menu li.menu-btn a {
  border: 1px solid #fff;
  border-radius: 50vh;
  background-color: transparent;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: var(--ff-main);
  padding: 5px 20px 5px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  outline: 0;
}
ul.menu li.menu-btn a:hover, ul.menu li.menu-btn a:focus {
  background-color: #fff;
  color: var(--c-darkblue);
}

/* Menu - Mobile */
@media (max-width: 1024px) {
  ul.menu {
    position: absolute;
    top: 76px;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    background: var(--c-navy);
    padding-top: 30px;
    overflow-y: scroll;
  }

  ul.sub-menu {
    display: none;
    margin: 0;
    padding: 0;
  }

  body.has-top-notification ul.menu {
    top: 117px;
  }

  body.sticky-header.has-top-notification ul.menu {
    top: 76px;
  }

  body ul.menu .sub-menu li.menu-item-highlight > a {
    font-size: 1.2rem;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
  }
  body ul.menu .sub-menu li.menu-item-highlight > a::after {
    display: block;
    content: "";
    width: calc(100% - 40px - 30px);
    /* calc(100% - padding-left - padding-right) */
    height: 2px;
    background: var(--c-blue);
    position: absolute;
    right: 40px;
    bottom: 0;
  }

  ul.menu .sub-menu li.without-active-state a:hover {
    color: var(--c-blue);
  }
  ul.menu .sub-menu li.without-active-state.current-menu-item a {
    color: var(--c-lightgreen);
  }
  ul.menu .sub-menu li.without-active-state.current-menu-item a:hover {
    color: var(--c-blue);
  }
}
/* 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;
  }
  ul.menu li {
    display: block;
    position: relative;
    margin-left: 20px;
  }
  ul.menu li:first-child {
    margin-left: 0;
  }
  ul.menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  ul.menu li a {
    padding: 10px 0px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
  }
  ul.menu li a:hover {
    color: var(--c-blue);
    background: transparent;
  }
  ul.menu li a .arrow {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 20px;
    color: #fff;
  }
  ul.menu li a .arrow:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #fff;
    top: 1px;
    transition: all ease-in-out 0.2s;
  }
  ul.menu li a:hover .arrow:before {
    border-top-color: var(--c-blue);
  }
  ul.menu li.current-menu-item > a, ul.menu li.current-menu-parent > a {
    color: var(--c-blue);
    background-color: transparent;
  }
  ul.menu li.current-menu-item > a:hover, ul.menu li.current-menu-parent > a:hover {
    color: var(--c-blue);
    background-color: transparent;
  }
  ul.menu li.current-menu-item > a .arrow:before, ul.menu li.current-menu-parent > a .arrow:before {
    border-top-color: var(--c-blue);
  }
  ul.menu li.current-menu-item > a:hover .arrow:before {
    border-top-color: var(--c-blue);
  }

  ul.menu li.menu-item-has-children a {
    padding-right: 20px;
  }

  ul.menu .sub-menu {
    border-radius: 0 0 10px 10px;
    background: #fff;
    overflow: hidden;
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    z-index: 999;
    visibility: hidden;
    padding: 15px 0;
    margin: 0;
    opacity: 0;
    width: 305px;
    box-shadow: 0 0 5px rgba(0, 77, 165, 0.5);
  }
  ul.menu .sub-menu .sub-menu {
    top: 0;
    left: 305px;
  }
  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: #fff;
    color: var(--c-primary);
    padding: 8px 20px;
    font-weight: 600;
  }
  ul.menu .sub-menu li a:hover {
    color: var(--c-blue);
    background: white;
  }
  ul.menu .sub-menu li.current-menu-item > a, ul.menu .sub-menu li.current-menu-parent > a {
    color: var(--c-blue);
    background: white;
    font-weight: 600;
  }

  ul.menu li.has-submenu-wide .sub-menu {
    width: 355px;
  }

  ul.menu li.has-submenu-narrow .sub-menu {
    width: 220px;
  }

  ul.menu li:last-child .sub-menu {
    right: 0;
    left: auto;
  }

  ul.menu li.hide-desktop {
    display: none;
  }
}
ul.menu .sub-menu li.menu-item-highlight a {
  font-size: 1rem;
  position: relative;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--c-darkblue);
}
ul.menu .sub-menu li.menu-item-highlight a::after {
  display: block;
  content: "";
  width: calc(100% - 40px);
  height: 2px;
  background: var(--c-blue);
  position: absolute;
  left: 20px;
  bottom: 0;
}
ul.menu .sub-menu li.menu-item-highlight a:hover {
  color: var(--c-blue);
}

ul.menu .sub-menu li.without-active-state a:hover {
  color: var(--c-blue);
}
ul.menu .sub-menu li.without-active-state.current-menu-item a {
  color: var(--c-primary);
  font-weight: 600;
}
ul.menu .sub-menu li.without-active-state.current-menu-item a:hover {
  color: var(--c-blue);
}

ul.menu li.menu-logo-srcac,
ul.menu li.menu-logo-calio,
ul.menu li.menu-logo-symposium {
  text-align: right;
  padding: 20px 40px 0 0;
}

ul.menu li.menu-logo-srcac a,
ul.menu li.menu-logo-calio a,
ul.menu li.menu-logo-symposium a {
  padding: 0;
  overflow: hidden;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  transition: all 0.25s ease;
}

ul.menu li.menu-logo-srcac a {
  background: url(img/logo-srcac-white.svg) no-repeat center/83px 25px;
  width: 83px;
  height: 25px;
}

ul.menu li.menu-logo-calio a {
  background: url(img/logo-calio-white.svg) no-repeat center/83px 35px;
  width: 83px;
  height: 35px;
}

ul.menu li.menu-logo-symposium a {
  background: url(img/logo-symposium-white.svg) no-repeat center/187px 39px;
  width: 187px;
  height: 39px;
}

ul.menu li.menu-logo-srcac a:hover,
ul.menu li.menu-logo-calio a:hover,
ul.menu li.menu-logo-symposium a:hover {
  opacity: 0.75;
}

/*--------------------------------------------------------------
# Main Content Area
--------------------------------------------------------------*/
body {
  padding-top: 76px;
}
body.has-top-notification {
  padding-top: 116px;
}
@media (min-width: 1025px) {
  body {
    padding-top: 142px;
  }
  body.has-top-notification {
    padding-top: 182px;
  }
}

/* 

body.page-template-default,
body.blog,
body.archive,
body.search-results,
body.search-no-results {
    padding-top: 50px;

    #content {
        padding: 25px 0 50px;

         @media (min-width: 768px) {
            padding: 50px 0 100px;
         }
    }
}
 */
body.search-no-results #content,
body.search-results #content {
  padding: 25px 0 50px;
}
@media (min-width: 768px) {
  body.search-no-results #content,
  body.search-results #content {
    padding: 50px 0 100px;
  }
}

body.error404 #content {
  padding: 25px 0 50px;
  text-align: center;
}
@media (min-width: 768px) {
  body.error404 #content {
    padding: 50px 0 100px;
  }
}

body .index-content {
  padding-top: 70px;
  padding-bottom: 50px;
}

/*--------------------------------------------------------------
# Blog Archive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Single Post
--------------------------------------------------------------*/
.single-post hr {
  background: var(--c-primary);
}

.site-footer {
  background: var(--c-darkblue);
  color: #fff;
  position: relative;
  padding: 50px 0 55px;
}
@media (min-width: 992px) {
  .site-footer {
    padding: 50px 0 65px;
  }
}
.site-footer::after {
  display: block;
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(img/line-rainbow.svg) repeat-x left center/auto 15px;
}
@media (min-width: 992px) {
  .site-footer::after {
    height: 25px;
    background-size: auto 25px;
  }
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover {
  color: var(--c-blue);
  text-decoration: none;
}

img.footer-logo {
  display: block;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  img.footer-logo {
    margin-inline: 0;
  }
}

.site-footer h3,
.site-footer .widget-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 1rem;
}

ul.footer-menu {
  padding: 0;
  margin: 0 auto 15px;
  list-style: none;
  font-weight: 600;
  max-width: 660px;
}
@media (min-width: 992px) {
  ul.footer-menu {
    margin: 0 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
ul.footer-menu li {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  ul.footer-menu li {
    margin-bottom: 0;
  }
}
ul.footer-menu li a {
  color: #fff;
}

.site-footer p {
  margin: 0;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 200px;
  width: 100%;
  margin: 0 auto 30px;
}
@media (min-width: 992px) {
  .footer-badges {
    max-width: 245px;
    margin: 0 0 30px;
    justify-content: end;
  }
  .footer-badges img + img {
    margin-left: 20px;
  }
}

.desktop-copy-designby {
  display: none;
  font-weight: 300;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .desktop-copy-designby {
    display: block;
  }
}

.mobile-copy-design {
  background-color: var(--c-darkblue);
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .mobile-copy-design {
    display: none;
  }
}
.mobile-copy-design span {
  display: block;
}
.mobile-copy-design span + span {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .site-footer .colophon {
    text-align: center;
  }
}
/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero {
  background-color: var(--c-navy);
  position: relative;
  color: #fff;
  padding: 35px 0;
}
@media (min-width: 992px) {
  .hero {
    padding: 65px 0;
  }
}

.hero.has-image {
  padding-bottom: 135px;
  margin-bottom: -100px;
}
@media (min-width: 992px) {
  .hero.has-image {
    padding-bottom: 265px;
    margin-bottom: -200px;
  }
}

.hero-tagline {
  color: var(--c-lightgreen);
  font-weight: 700;
  margin-bottom: -5px;
}

.hero-media {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.block.hero-image {
  position: relative;
  padding: 0 30px;
}
.block.hero-image img {
  display: block;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  border-radius: 10px;
}

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

/*--------------------------------------------------------------
# Two Columns
--------------------------------------------------------------*/
.columns-two {
  padding-top: 50px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .columns-two {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
.columns-two .columns-two--one,
.columns-two .columns-two--two {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .columns-two .columns-two--one,
  .columns-two .columns-two--two {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Three Columns
--------------------------------------------------------------*/
.columns-three {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .columns-three {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
.columns-three .columns-three--one,
.columns-three .columns-three--two {
  margin-bottom: 30px;
  max-width: 500px;
}
@media (min-width: 768px) {
  .columns-three .columns-three--one,
  .columns-three .columns-three--two {
    margin-bottom: 30px;
    max-width: unset;
  }
}
.columns-three .columns-three--three {
  margin-bottom: 0px;
  max-width: 500px;
}
@media (min-width: 768px) {
  .columns-three .columns-three--three {
    margin-bottom: 30px;
    max-width: unset;
  }
}

.columns-three + .columns-three .columns-three--one {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .columns-three + .columns-three .columns-three--one {
    margin-top: 0;
    max-width: unset;
  }
}

/*--------------------------------------------------------------
# Four Columns
--------------------------------------------------------------*/
.columns-four {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .columns-four {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
.columns-four .columns-four--one,
.columns-four .columns-four--two,
.columns-four .columns-four--three {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .columns-four .columns-four--one,
  .columns-four .columns-four--two,
  .columns-four .columns-four--three {
    margin-bottom: 30px;
  }
}
.columns-four .columns-four--four {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .columns-four .columns-four--four {
    margin-bottom: 30px;
  }
}

.columns-four.has-counter .statistics {
  margin-top: -10px;
}

/*--------------------------------------------------------------
# Block Logos Grid
--------------------------------------------------------------*/
.block.logos-grid {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .block.logos-grid {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.logo-wrapper {
  margin-bottom: 30px;
  width: 50%;
  padding: 0 15px;
}

.logo-wrapper .client-logo {
  padding: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background: transparent;
}

.logo-wrapper .client-logo span {
  display: block;
  width: 100%;
}

.logo-wrapper .client-logo img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  max-height: 100%;
}

@media only screen and (max-width: 480px) {
  .logos-grid .logo-wrapper {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .logos-grid .logo-wrapper {
    width: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .logos-grid .logo-wrapper {
    width: 20%;
  }

  .block.grid-four-logos .logo-wrapper {
    width: 25%;
  }
}
/*--------------------------------------------------------------
# Text Image Block
--------------------------------------------------------------*/
.text-image {
  padding: 70px 0;
}
@media (min-width: 992px) {
  .text-image {
    padding: 100px 0;
  }
}
.text-image .row {
  align-items: center;
}

.text-image-wrap {
  position: relative;
}

.text-image-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 100%;
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
  flex: 0 0 100%;
}
.text-image-img img {
  opacity: 1;
  display: block;
  border-radius: 10px;
  margin-inline: auto;
}

.text-image.image-contain .text-image-img {
  background-size: contain;
}

@media (min-width: 992px) {
  .text-image-img {
    width: 44%;
    flex: 0 0 44%;
    max-width: 100%;
  }
  .text-image-img img {
    opacity: 0;
  }

  .reverse .text-image-img {
    left: 0;
    right: auto;
  }
}
.text-image-content {
  flex: 0 0 100%;
  padding: 50px 30px;
}

@media (min-width: 992px) {
  .text-image-content {
    padding: 0 50px 0 15px;
    width: 56%;
    flex: 0 0 56%;
    max-width: 100%;
  }

  .reverse .text-image-content {
    padding: 0 15px 0 50px;
  }
}
@media (max-width: 991px) {
  .text-image-img {
    background-image: none !important;
  }

  .text-image .container {
    padding-left: 0;
    padding-right: 0;
  }

  .text-image .row {
    margin-left: 0;
    margin-right: 0;
  }

  .text-image-img {
    order: 1 !important;
  }

  .text-image-content {
    order: 2 !important;
    padding-bottom: 0;
  }
}
.block-ceo.text-image {
  padding: 50px 0 50px;
  margin-top: 50px;
}

.block-ceo.text-image .text-image-img {
  margin-top: -120px;
}

/*--------------------------------------------------------------
# ACCORDION
--------------------------------------------------------------*/
.block-accordion {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .block-accordion {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.accordion-wrapper .item {
  background: var(--c-lightblue);
  margin-bottom: 15px;
}
.accordion-wrapper .item .item-content {
  display: none;
  padding: 0px 25px 30px 15px;
}
@media (min-width: 768px) {
  .accordion-wrapper .item .item-content {
    padding: 0px 60px 50px 30px;
  }
}
.accordion-wrapper .item .item-title h3 {
  font-size: var(--fs-regular);
  margin: 0;
  padding: 15px 50px 15px 15px;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) {
  .accordion-wrapper .item .item-title h3 {
    padding: 25px 60px 25px 30px;
  }
}
.accordion-wrapper .accordion-toggle {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
@media (min-width: 768px) {
  .accordion-wrapper .accordion-toggle {
    right: 30px;
  }
}
.accordion-wrapper .accordion-toggle::before, .accordion-wrapper .accordion-toggle::after {
  display: block;
  content: "";
  position: absolute;
  background: var(--c-green);
  border-radius: 3px;
  transition: opacity 0.15s ease-in-out;
}
.accordion-wrapper .accordion-toggle::before {
  width: 100%;
  height: 4px;
  top: 50%;
  margin-top: -2px;
}
.accordion-wrapper .accordion-toggle::after {
  width: 4px;
  height: 100%;
  left: 50%;
  margin-left: -2px;
}
.accordion-wrapper .active .accordion-toggle:after {
  opacity: 0;
}

.accordion-single .item .item-title h3 {
  font-size: var(--fs-medium);
}
.accordion-single .item .accordion-toggle {
  display: block;
  width: 16px;
  height: 22px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
}
@media (min-width: 768px) {
  .accordion-single .item .accordion-toggle {
    right: 30px;
  }
}
.accordion-single .item .accordion-toggle::before {
  background: url(img/icon-accordion-arrow.svg) no-repeat center center/16px 22px;
  display: block;
  content: "";
  position: absolute;
  width: 16px;
  height: 22px;
  top: 50%;
  margin-top: -11px;
  transition: all 0.25s ease-in-out;
}
.accordion-single .item .accordion-toggle::after {
  display: none;
}
.accordion-single .item.item-expanded .accordion-toggle:before {
  transform: rotate(180deg);
}

/*-------------------------------------------------
# Image Fullwidth
-------------------------------------------------*/
.image-fullwidth {
  position: relative;
  color: #fff;
}
.image-fullwidth h2 {
  margin-bottom: 30px;
	color:#fff;
}
.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;
	
	&:after{
	  position: absolute;
	  height: 100%;
	  width: 100%;
	  background-image:linear-gradient(90deg, rgb(6, 48, 101) 0%, rgba(6, 48, 101, 0.5) 80%, rgba(6, 48, 101, 0.1) 100%);
	  content:"";
      z-index:1
	  left:0;
	  top:0;

	}
}


.image-fullwidth .row {
  min-height: 400px;
}
@media (min-width: 768px) {
  .image-fullwidth .row {
    min-height: 800px;
  }
}

/*--------------------------------------------------------------
# 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-slider {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-bottom: 25px;
}
.hero-slider::after {
  display: block;
  content: "";
  width: 100%;
  height: 15px;
  background: url(img/line-rainbow.svg) repeat-x left center/auto 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
@media (min-width: 992px) {
  .hero-slider::after {
    height: 25px;
    background-size: auto 25px;
  }
}

.hero-slider .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #063065;
  background: linear-gradient(90deg, #063065 0%, rgba(6, 48, 101, 0.5) 80%, rgba(6, 48, 101, 0.1) 100%);
}

.hero-slider #hero-slider-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1000;
  overflow: hidden;
  object-fit: cover;
}

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

.hero-slider-content {
  border-left: 3px solid var(--c-blue);
  align-self: end;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .hero-slider-content {
    align-self: center;
    margin-bottom: 0;
  }
}

.hero-slider-content h2 {
  padding: 10px 0 10px 5px;
}
@media (min-width: 992px) {
  .hero-slider-content h2 {
    padding-left: 10px;
  }
}

/*--------------------------------------------------------------
# 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: 300px;
}
@media (min-width: 992px) {
  .hero-video .row {
    height: 300px;
  }
}

/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
.testimonial {
  background-color: #eee;
  text-align: center;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .testimonial {
    padding: 100px 0;
  }
}
.testimonial .testimonial-content {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
}
.testimonial .testimonial-author {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 700;
  padding-top: 24px;
}

/*--------------------------------------------------------------
# Testimonial Slider
--------------------------------------------------------------*/
.testimonial-slider {
  text-align: center;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .testimonial-slider {
    padding: 100px 0;
  }
}
.testimonial-slider .testimonial-content {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
}
.testimonial-slider .testimonial-author {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 700;
  padding-top: 24px;
}

.testimonial-slider .testimonial-slides-wrapper {
  padding: 100px 0 40px;
  background: url(img/icon-quote.svg) no-repeat top center/80px auto;
}

/*--------------------------------------------------------------
# Team (simple without bios)
--------------------------------------------------------------*/
.block-team {
  padding: 50px 0 0;
}
@media (min-width: 768px) {
  .block-team {
    padding: 100px 0 50px;
  }
}
.block-team .team-member {
  margin: 0 0 30px;
}
.block-team .team-member .member-thumb img {
  display: block;
  margin: 0 auto 0px;
  border-radius: 10px;
}
.block-team .member-info {
  padding: 15px 0px;
  border-radius: 10px;
}
.block-team .member-info h3 {
  margin: 0 0 0px;
  font-size: var(--fs-regular);
}
.block-team .member-info p {
  line-height: 1.3;
  font-size: var(--fs-xsmall);
  font-weight: 400;
  color: var(--c-darkblue);
}
.block-team .member-info p span {
  font-weight: 400;
  display: block;
}

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

/*--------------------------------------------------------------
# Block SuperHero
--------------------------------------------------------------*/
.block-superhero {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: var(--c-lightblue);
  margin-top: 30px;
}
@media (min-width: 992px) {
  .block-superhero {
    margin-top: 0;
    margin-bottom: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.superhero-col-inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 0 50px;
}
@media (min-width: 992px) {
  .superhero-col-inner {
    padding: 50px 0;
  }
}

.superhero-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  position: relative;
  border-radius: 10px;
  margin-top: -50px;
  margin-bottom: 30px;
}
.superhero-image img {
  display: block;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .superhero-image {
    margin-top: 0;
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    top: -30px;
    height: calc(100% + 60px);
  }
  .superhero-image img {
    display: none;
  }
}

@media (min-width: 992px) {
  .superhero-content {
    padding-left: 60px;
  }
}

.superhero-excerpt {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .superhero-image {
    background-image: none !important;
  }
}
.block-superhero-extra {
  padding-top: 50px;
  padding-bottom: 50px;
}

.block-superhero-extra .section-heading {
  text-align: center;
}
@media (min-width: 992px) {
  .block-superhero-extra .section-heading {
    text-align: left;
  }
}

/*--------------------------------------------------------------
# Block Trainings
--------------------------------------------------------------*/
.block-trainings {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .block-trainings {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.training-item {
  margin: 0 auto 30px;
  max-width: 500px;
  width: 100%;
}
@media (min-width: 768px) {
  .training-item {
    max-width: 1000px;
  }
}

.training-item-inner {
  background: var(--c-lightblue);
  color: var(--c-darkblue);
  padding: 30px;
  border-radius: 10px;
  position: relative;
  height: 100%;
}

.training-item-date {
  margin-bottom: 20px;
}

/* 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-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.block.margin-top-70 {
  margin-top: 70px;
}

.block.margin-bottom-70 {
  margin-bottom: 70px;
}


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

.block.margin-bottom-100 {
  margin-bottom: 100px;
}
/* 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: 992px) {
  .hide-desktop {
    display: none;
  }
}

.training-filter {
  margin-bottom: 30px;
}
.training-filter ul {
  display: block;
  margin: 0 -7px 0px;
  padding: 0;
  list-style: none;
}
.training-filter ul li {
  display: inline-block;
  margin: 0 0 10px;
}
.training-filter ul a {
  margin: 0 7px;
}

#ps2id-dummy-offset {
  height: 110px;
}

@media only screen and (min-width: 992px) {
  #ps2id-dummy-offset {
    height: 180px;
  }
}
div[class*=" columns-"] p:last-child,
div[class*=" col-"] p:last-child,
div[class*=" col-"] h1:last-child,
div[class*=" col-"] h2:last-child,
div[class*=" col-"] h3:last-child,
div[class*=" col"] *:last-child,
.entry-content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
Color Classes
--------------------------------------------------------------*/
.c-primary {
  color: var(--c-primary);
}

.c-lightblue {
  color: var(--c-lightblue);
}

.c-blue {
  color: var(--c-blue);
}

.c-darkblue {
  color: var(--c-darkblue);
}

.c-navy {
  color: var(--c-navy);
}

.c-white {
  color: var(--c-white);
}

.c-black {
  color: var(--c-black);
}

.c-green {
  color: var(--c-green);
}

.c-lightgreen {
  color: var(--c-lightgreen);
}

.c-gray {
  color: var(--c-gray);
}

.bg-primary {
  background-color: var(--c-primary);
}

.bg-lightblue {
  background-color: var(--c-lightblue);
}

.bg-blue {
  background-color: var(--c-blue);
}

.bg-darkblue {
  background-color: var(--c-darkblue);
}

.bg-navy {
  background-color: var(--c-navy);
}

.bg-white {
  background-color: var(--c-white);
}

.bg-black {
  background-color: var(--c-black);
}

.bg-green {
  background-color: var(--c-green);
}

.bg-lightgreen {
  background-color: var(--c-lightgreen);
}

.bg-gray {
  background-color: var(--c-gray);
}
.block.bg-darkblue *:not(a),
.block.bg-navy *:not(a),
.block.bg-green *:not(a){
	color:#fff;
}
/*-------------------------------------------------
#  BOXES BACKGROUND COLORS
#  for blocks: Columns Two, Columns Three, Columns Four
-------------------------------------------------*/
.col-inner {
  position: relative;
  height: 100%;
}

section[class*=" box-"]:not(.box-none) .col-inner {
  padding: 30px;
  border-radius: 10px;
}

.box-primary .col-inner {
  background-color: var(--c-primary);
}

.box-lightblue .col-inner {
  background-color: var(--c-lightblue);
}

.box-blue .col-inner {
  background-color: var(--c-blue);
}

.box-darkblue .col-inner {
  background-color: var(--c-darkblue);
}

.box-navy .col-inner {
  background-color: var(--c-navy);
}

.box-white .col-inner {
  background-color: var(--c-white);
}

.box-black .col-inner {
  background-color: var(--c-black);
}

.box-green .col-inner {
  background-color: var(--c-green);
}

.box-lightgreen .col-inner {
  background-color: var(--c-lightgreen);
}

.box-gray .col-inner {
  background-color: var(--c-gray);
}

.has-images img.box-image {
  border-radius: 10px 10px 0 0;
  display: block;
  margin: -30px 0 30px -30px;
  width: calc(100% + 60px);
  max-width: calc(100% + 60px);
}

.has-icons img.box-icon {
  display: block;
  margin: 0 auto 20px;
}

.event-breakfast.has-icons img.box-icon {
  max-height: 80px;
  width: auto;
}

.block.bg-navy {
  color: #fff;
  background-color: var(--c-navy);
}
.block.bg-navy h2, .block.bg-navy h3 {
  color: #fff;
}

.box-blue .col-inner,
.box-lightblue .col-inner {
  color: var(--c-darkblue);
}
.box-blue .col-inner h2, .box-blue .col-inner h3,
.box-lightblue .col-inner h2,
.box-lightblue .col-inner h3 {
  color: var(--c-darkblue);
}

.box-navy .col-inner,
.box-darkblue .col-inner,
.box-green .col-inner,
.box-black .col-inner,
.box-gray .col-inner {
  color: #fff;
}
.box-navy .col-inner h2, .box-navy .col-inner h3,
.box-darkblue .col-inner h2,
.box-darkblue .col-inner h3,
.box-green .col-inner h2,
.box-green .col-inner h3,
.box-black .col-inner h2,
.box-black .col-inner h3,
.box-gray .col-inner h2,
.box-gray .col-inner h3 {
  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-900 .container {
  max-width: 930px;
}

.block-width-800 .container {
  max-width: 830px;
}

.block-width-600 .container {
  max-width: 630px;
}

.container.section-heading {
  margin-bottom: 36px;
}

.block.has-border-bottom {
  position: relative;
}
.block.has-border-bottom::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 1220px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 2px;
  background-color: var(--c-darkblue);
  position: absolute;
}

.block.vertical-center .row > div {
  align-self: center;
}


/*-------------------------------------------------
# MODAL BOX
-------------------------------------------------*/
.modal,
.modal-box {
  z-index: 9999;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(6,48,101);
  background: rgba(6,48,101,.9);
  overflow: auto;
}

.modal-box {
  position: relative;
  width: 94%;
  max-width:600px;
  margin: 150px auto 0;
  animation-name: modalbox;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0, 0, 0.3, 1.6);
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.25)
}
.modal.modal-has-image .modal-box{
	max-width:1000px;
}

.modal-header {
  padding: 20px 40px;
  background: #546E7A;
  color: #ffffff;
}
.modal-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(img/popup-image.png);
	position: relative;
	flex: 0 0 45%;
	max-width: 45%;
	position: relative;
	width: 100%;
	min-height: 1px;
}
.modal-body {
  position: relative;
  background: #004DA5;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.modal-body-inner {
	flex: 1;
	padding:60px 40px;
	background:url(img/line-rainbow.svg) repeat-x left -20px bottom/1140px auto;
}
.modal-body h2 {
	color: #fff;
	font-size: var(--fs-medium);
	font-weight: bold;
  	position: relative;
  	margin: 0 0 20px;
}
.modal-body-text {
	color: #fff;
	margin-bottom: 25px;
}

.modal-body h3 span {
  font-size: 16px;
  font-weight: 400;
}

.modal-body iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 0px;
}

/* Close Button */
.close-modal {
	text-align: right;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
	color: var(--c-darkblue);
	background: var(--c-lightgreen);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.25s ease;
}
.close-modal:hover {
	opacity: 0.8;
}

.modal-box .gfield_label {
  color: #fff;
}

.modal-box .gform_button {
  width: 100%;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes modalbox {
  0% {
    top: -250px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
/*-------------------------------------------------
#  COUNTER/STATS
-------------------------------------------------*/
.has-counter .col-inner {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

.statistics {
  color: var(--c-green);
  font-weight: 700;
  font-size: var(--fs-large);
  line-height: var(--lh-headings);
  margin-bottom: 10px;
}

.counter {
  display: inline-block;
  position: relative;
  isolation: isolate;
}
.counter:before {
  background-color: var(--c-lightgreen);
  content: "";
  display: block;
  width: calc(100% + 60px);
  height: 0px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
  transition: all 1s ease;
  min-width: 160px;
}
.counter.counter-started:before {
  height: 20px;
}

.counter-sufix {
  position: relative;
  z-index: 2;
}

/*-------------------------------------------------
#  Brand Colors
-------------------------------------------------*/
[class*="brand-color-"] {
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: left top;
  padding: 0 0 0 80px;
}
@media screen and (min-width: 480px) {
  [class*="brand-color-"] {
    background-size: 70px auto;
    padding: 0 0 0 90px;
  }
}
@media screen and (min-width: 768px) {
  [class*="brand-color-"] {
    background-size: 30% auto;
    padding: 0 0 0 35%;
  }
}

.brand-color-darkblue {
  background-image: url(img/brandcolor-darkblue.svg);
}

.brand-color-blue {
  background-image: url(img/brandcolor-blue.svg);
}

.brand-color-green {
  background-image: url(img/brandcolor-green.svg);
}

.brand-color-pistachio {
  background-image: url(img/brandcolor-pistachio.svg);
}

/*-------------------------------------------------
#  Events Calendar CSS customizations
-------------------------------------------------*/
#page .tribe-events .tribe-events-c-search__button, #page .tribe-events button.tribe-events-c-search__button {
  background-color: var(--c-darkblue);
  font-family: var(--ff-main);
}
#page .tribe-common .tribe-common-b2, #page .tribe-common .tribe-common-h6, #page .tribe-common .tribe-common-h7, #page .tribe-common .tribe-common-h8, #page .tribe-events-schedule h2, #page .tribe-events-schedule .tribe-events-cost, #page .tribe-events-back a {
  font-family: var(--ff-main);
}
#page .tribe-events .tribe-events-calendar-list__event-featured-image, #page .tribe-events-event-image img, #page .tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a, #page .tribe-events-single ul.tribe-related-events li {
  border-radius: 10px;
}
#page .tribe-common .tribe-common-c-btn-border {
  border-color: var(--c-darkblue);
  color: var(--c-darkblue);
  font-family: var(--ff-main);
}
#page .tribe-common .tribe-common-c-btn-border:hover {
  background-color: var(--c-darkblue);
  color: #fff;
}
#page .tribe-common a:not(.tribe-common-anchor--unstyle),
#page .tribe-common a:not(.tribe-common-anchor--unstyle):active,
#page .tribe-common a:not(.tribe-common-anchor--unstyle):focus,
#page .tribe-common a:not(.tribe-common-anchor--unstyle):hover,
#page .tribe-common a:not(.tribe-common-anchor--unstyle):visited,
#page .tribe-events-meta-group a {
  color: var(--c-darkblue);
}
#page .tribe-common--breakpoint-medium.tribe-common .tribe-common-h3,
#page .tribe-events .tribe-events-c-view-selector__list-item-text,
#page .tribe-events-content,
#page .tribe-events-event-meta {
  font-family: var(--ff-main);
}
#page .tribe-events .datepicker .day.active,
#page .tribe-events .datepicker .day.active.focused,
#page .tribe-events .datepicker .day.active:focus,
#page .tribe-events .datepicker .day.active:hover,
#page .tribe-events .datepicker .month.active,
#page .tribe-events .datepicker .month.active.focused,
#page .tribe-events .datepicker .month.active:focus,
#page .tribe-events .datepicker .month.active:hover,
#page .tribe-events .datepicker .year.active,
#page .tribe-events .datepicker .year.active.focused,
#page .tribe-events .datepicker .year.active:focus,
#page .tribe-events .datepicker .year.active:hover {
  background-color: var(--c-darkblue);
}

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