/*
Theme Name: BCNY 2022
Author: Proof
Author URI: https://proofbranding.com
Description: Custom WP theme for BCNY
Text Domain: thm
*/
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;
}

@media (min-width: 768px) {
  .block-events-carousel .slick-list {
    margin-top: 0;
  }
}

.block-events-carousel .slick-slider .slick-track {
  margin-top: -15px;
}
@media (min-width: 768px) {
  .block-events-carousel .slick-slider .slick-track {
    margin-top: 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;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  top: 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;
}

.block-events-carousel .slick-prev {
  background: url(img/icons/icon-events-carousel-left.png) no-repeat 0 0/30px 30px;
  left: -20px !important;
  width: 30px;
  height: 30px;
  top: 270px;
  transform: translate(0, 0);
}
@media (min-width: 768px) {
  .block-events-carousel .slick-prev {
    top: 50%;
    transform: translate(0, -50%);
    background-size: 50px 50px;
    left: -50px !important;
    width: 50px;
    height: 50px;
  }
}

.slick-slider:hover .slick-prev {
  left: 0;
}

.slick-next {
  right: -50px;
  background: url(img/arrow-right.svg) no-repeat;
  background-size: 50px 50px;
}

.block-events-carousel .slick-next {
  width: 30px;
  height: 30px;
  right: -20px !important;
  background: url(img/icons/icon-events-carousel-right.png) no-repeat 0 0/30px 30px;
  top: 270px;
  transform: translate(0, 0);
}
@media (min-width: 768px) {
  .block-events-carousel .slick-next {
    top: 50%;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    right: -50px !important;
    background-size: 50px 50px;
  }
}

.slick-slider:hover .slick-next {
  right: 0;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin: 0px;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

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

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

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

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  background-color: #009BDB;
}

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

.slick-dots li.slick-active button:before {
  background-color: #009BDB;
}

/*
@mixin font-size($sizeValue: 1.6) {
  font-size: ($sizeValue * 1) + px;
  font-size: ($sizeValue / 16) + rem;
}

@mixin line-height($sizeValue: 1.6) {
  line-height: ($sizeValue * 1) + px;
  line-height: ($sizeValue / 16) + rem;
}
*/
html {
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #000;
}

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

.container {
  max-width: 1240px;
  padding: 0 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;
  line-height: 1;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
 MISC
--------------------------------------------------------------*/
.block-latest-news {
  padding: 50px 0 20px;
}
@media (min-width: 992px) {
  .block-latest-news {
    padding: 100px 0 50px;
  }
}

.block-latest-news .container.section-heading {
  text-align: center;
  margin-bottom: 50px;
}

#category-filter-wrapper {
  margin: 0 0 36px;
}
@media (min-width: 768px) {
  #category-filter-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  #category-filter-wrapper {
    padding: 0;
  }
}

body.archive #category-filter-wrapper {
  margin: 0 0 50px;
}

.cat-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .cat-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}
@media (min-width: 1200px) {
  .cat-nav {
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}

.cat-nav li {
  display: block;
  margin: 0;
}
.cat-nav li + li {
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .cat-nav li {
    margin-bottom: 0;
  }
  .cat-nav li + li {
    margin: 0;
  }
}

.cat-nav li a {
  text-decoration: none;
  color: #707070;
  outline: none;
  letter-spacing: 0;
  font-weight: 600;
  display: inline-block;
  position: relative;
  border-bottom: 2px solid transparent;
}

.cat-nav li.current-menu-item a {
  color: #fff;
}

.cat-nav li a:hover,
.cat-nav li.current-menu-item a {
  border-bottom: 2px solid #FEBC44;
  color: #FEBC44;
}

.single-post-featured-image {
	text-align: center;
	margin-bottom: 20px;
}
.single-post-featured-image img {
	display: inline-block;
}
.post-teaser {
  padding: 0 8px;
  transition: all .15s ease;
  position: relative;
  max-width: 400px;
  margin: 0 auto 50px;
}
@media (min-width: 768px) {
  .post-teaser {
    margin: 0 0 50px;
  }
}

.post-teaser-inner {
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  transition: all .15s ease;
  position: relative;
  height: 100%;
  padding-bottom: 90px;
}

.post-teaser:hover .post-teaser-inner {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.35);
}

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

.post-teaser:hover .post-teaser-thumb {
  opacity: 0.8;
}

.post-teaser-thumb-inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.post-teaser h2 a {
  text-decoration: none;
}

body.single-post .content-area {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 800px;
}

body.single-post .post-thumbnail {
  margin-bottom: 30px;
}

body.single-post .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.post-teaser .post-details {
  padding: 30px 30px 0;
}
@media (min-width: 992px) {
  .post-teaser .post-details {
    padding: 30px 50px 0;
  }
}

.post-teaser .excerpt {
  font-size: 16px;
  font-size: .875rem;
  line-height: 20px;
  line-height: 1.25rem;
  transition: all 0.15s ease;
}
@media (min-width: 768px) {
  .post-teaser .excerpt {
    text-align: left;
  }
}

.post-teaser .btn {
  position: absolute;
  bottom: 40px;
  left: 30px;
  max-width: calc(100% - 60px);
}
@media (min-width: 992px) {
  .post-teaser .btn {
    left: 50px;
  }
}
body iframe.__youtube_prefs__ {
	width: 100%;
	min-height: 360px;
}
.posts-nav {
  padding: 0 00px;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #074C87;
  font-weight: 800;
}

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

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

.posts-nav .page-numbers {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #074C87;
  cursor: pointer;
  padding: 0 4px;
  text-decoration: none;
}

.posts-nav .current,
.posts-nav .page-numbers:hover {
  color: #FEBC44;
}

.posts-nav .nav-links a.prev,
.posts-nav .nav-links a.next {
  width: 28px;
  height: 16px;
  overflow: hidden;
  display: inline-block;
  background: url(img/icons/icon-arrow-right-navy.svg) no-repeat;
  background-position: 0 -14px;
  background-size: 28px 43px;
  text-indent: 100px;
  white-space: nowrap;
  position: relative;
  top: 0px;
  transition: none;
  transition: transform 0.15s ease-in-out;
  margin-left: 10px;
}

.posts-nav .nav-links a.prev {
  transform: rotate(-180deg);
  margin-left: 0px;
  margin-right: 10px;
}

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

.posts-nav .nav-links a.prev:hover {
  background-position: 0 -14px;
  transform: rotate(-180deg) translateX(3px);
}

@media only screen and (min-width: 768px) {
  .posts-nav span.pagination-title {
    display: inline-block;
    line-height: 1;
    margin-bottom: 0;
  }

  .posts-nav .navigation.pagination {
    display: inline-block;
    margin-left: 20px;
  }
}
body {
  color: #707070;
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 992px) {
  body {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}

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

h1 {
  color: #fff;
  font-weight: 800;
  font-family: "proxima-nova", sans-serif;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 42px;
  line-height: 2.625rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  h1 {
    font-size: 58px;
    font-size: 3.625rem;
    line-height: 62px;
    line-height: 3.875rem;
  }
}

.home h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 40px;
  line-height: 2.5rem;
}
@media (min-width: 992px) {
  .home h1 {
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 76px;
    line-height: 4.75rem;
  }
}

.home h1 span {
  font-weight: 400;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 30px;
  line-height: 1.875rem;
  text-transform: none;
}
@media (min-width: 992px) {
  .home h1 span {
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 60px;
    line-height: 3.75rem;
  }
}

body.error404 h1.page-title {
  color: #074C87;
  font-size: 58px;
  font-size: 3.625rem;
  line-height: 62px;
  line-height: 3.875rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  body.error404 h1.page-title {
    font-size: 90px;
    font-size: 5.625rem;
    line-height: 92px;
    line-height: 5.75rem;
  }
}

h1.tribe-events-single-event-title,
.tribe-events-meta-group h2.tribe-events-single-section-title {
  color: #074C87;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 800;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  margin: 0 0 16px;
}
@media (min-width: 992px) {
  h1.tribe-events-single-event-title,
  .tribe-events-meta-group h2.tribe-events-single-section-title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 38px;
    line-height: 2.375rem;
  }
}

.no-results h1 {
  color: #074C87;
}

.page-id-10793 .hero h1 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
}
@media (min-width: 992px) {
  .page-id-10793 .hero h1 {
    font-size: 58px;
    font-size: 3.625rem;
    line-height: 62px;
    line-height: 3.875rem;
  }
}

h2 {
  color: #074C87;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 42px;
  line-height: 2.625rem;
  font-weight: 800;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  margin: 0 0 16px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 58px;
    font-size: 3.625rem;
    line-height: 62px;
    line-height: 3.875rem;
  }
}

.text-image-alt-content h2 {
  color: #009BDB;
}

.bg-navy h2 {
  color: #fff;
}

.text-image h2 {
  color: #fff;
}

.block.image-fullwidth h2 {
  color: #fff;
}

.block-programs .programs-heading h2 {
  color: #fff;
}

.post-teaser h2 {
  color: #074C87;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 800;
  font-family: "proxima-nova", sans-serif;
  margin: 0 0 6px;
}
@media (min-width: 768px) {
  .post-teaser h2 {
    text-align: left;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

h2.archive-events-heading {
  color: #074C87;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 42px;
  line-height: 2.625rem;
  font-weight: 800;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  margin: 0 0 36px;
  text-align: center;
}
@media (min-width: 992px) {
  h2.archive-events-heading {
    font-size: 58px;
    font-size: 3.625rem;
    line-height: 62px;
    line-height: 3.875rem;
  }
}

#category-filter-wrapper h2 {
  text-align: center;
  color: #009BDB;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 800;
  font-family: "proxima-nova", sans-serif;
  margin: 0 0 6px;
}
@media (min-width: 992px) {
  #category-filter-wrapper h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

h2.page-title.archive-title {
  color: #074C87;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 800;
  font-family: "proxima-nova", sans-serif;
  margin: 0 0 36px;
}
@media (min-width: 992px) {
  h2.page-title.archive-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

body.error404 h2 {
  text-align: center;
  color: #009BDB;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 800;
  font-family: "proxima-nova", sans-serif;
  margin: 0 0 6px;
}
@media (min-width: 992px) {
  body.error404 h2 {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 42px;
    line-height: 2.625rem;
  }
}

h3 {
  color: #074C87;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 800;
  font-family: "proxima-nova", sans-serif;
  margin: 0 0 16px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 42px;
    line-height: 2.625rem;
  }
}

h3.heading-light {
  color: #074C87;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
}
@media (min-width: 992px) {
  h3.heading-light {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}

.tribe-events-event-meta dt {
  color: #074C87;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.BBFormSectionHeading {
  color: #074C87;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700 !important;
}
@media (min-width: 992px) {
  .BBFormSectionHeading {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}

.columns-two-hover h3,
.columns-three-hover h3,
.columns-four-hover h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .columns-two-hover h3,
  .columns-three-hover h3,
  .columns-four-hover h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}

.text-image-alt-content h3 {
  color: #009BDB;
}

.has-boxes.has-counter h3 {
  color: #009BDB;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 42px;
  line-height: 2.625rem;
}
@media (min-width: 992px) {
  .has-boxes.has-counter h3 {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 68px;
    line-height: 4.25rem;
  }
}

.has-stats-headings h3 {
  display: inline-block;
  background-color: #f3f5f6;
  padding: 5px 20px;
  color: #009BDB;
}

.programs-intro h3,
.columns-four-icons h3 {
  color: #074C87;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
}

.block-accordion .item .item-title h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 600;
  color: #074C87;
}
@media (min-width: 992px) {
  .block-accordion .item .item-title h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

.events-item-meta h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 600;
  color: #009BDB;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .events-item-meta h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 38px;
    line-height: 2.375rem;
  }
}

.contact-box h3 {
  color: #fff;
}

h4 {
  color: #074C87;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin: 0 0 5px;
}

.has-boxes h4 {
  font-weight: 400;
  color: #707070;
}

.program-item-title h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #074C87;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .program-item-title h4 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}

p {
  margin-bottom: 24px;
}

.program-item-content p {
  margin-bottom: 24px;
}

.item-content-hover-inner p {
  margin-bottom: 10px;
}

.has-stats-headings h3 {
  margin-top: 10px;
}

li {
  margin-bottom: 8px;
}

.editor ul,
.columns-two ul,
.columns-three ul,
.columns-four ul,
.text-image ul {
  padding: 0;
  list-style: none;
}
.editor ul li,
.columns-two ul li,
.columns-three ul li,
.columns-four ul li,
.text-image ul li {
  padding: 0 0 0 15px;
  position: relative;
}
.editor ul li:before,
.columns-two ul li:before,
.columns-three ul li:before,
.columns-four ul li:before,
.text-image ul li:before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #FEBC44;
  border-radius: 50%;
  left: 0;
  top: 14px;
}

@media (min-width: 480px) {
  .list-two-columns ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list-two-columns ul li {
    flex: 0 0 48%;
  }
}

.text-medium {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .text-medium {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
  color: #009BDB;
  transition: all 0.15s ease-in-out;
}

.bg-navy a:not(.btn) {
  color: #FEBC44;
}

.text-image a:not(.btn) {
  color: #FEBC44;
}

.bg-blue a:not(.btn) {
  color: #FEBC44;
}

a:visited {
  color: #009BDB;
}

.bg-navy a:visited {
  color: #FEBC44;
}

.text-image a:visited {
  color: #FEBC44;
}

.bg-blue a:visited {
  color: #FEBC44;
}

a:hover,
a:focus,
a:active {
  color: #FEBC44;
}

.bg-navy:not(.columns-three-hover, .columns-four-hover) a:hover,
.bg-navy:not(.columns-three-hover, .columns-four-hover) a:focus,
.bg-navy:not(.columns-three-hover, .columns-four-hover) a:active {
  color: #009BDB;
}

.bg-blue:not(.columns-three-hover, .columns-four-hover) a:hover,
.bg-blue:not(.columns-three-hover, .columns-four-hover) a:focus,
.bg-blue:not(.columns-three-hover, .columns-four-hover) a:active {
  color: #074C87;
}

a:focus {
  outline: 0;
}

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

.block .column-two-hover-item a,
.block .column-three-hover-item a,
.block .column-four-hover-item a {
  color: #fff;
}

/*--------------------------------------------------------------
Social Links
--------------------------------------------------------------*/
ul.social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}

ul.social-links.post-share {
  text-align: center;
}

ul.social-links.post-share li {
  float: none;
  display: inline-block;
  margin: 0 5px;
}

ul.social-links li {
  display: block;
  float: left;
  margin-right: 10px;
}

ul.social-links.post-share li:last-child {
  margin-right: 0;
}

ul.social-links a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
}

ul.social-links a:hover {
  color: #FEBC44;
}

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

ul.social-links a svg path {
  fill: #fff;
}

ul.social-links a:hover svg path {
  fill: #000;
}

ul.social-links.post-share a {
  color: #000;
  border-color: #000;
  display: block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 40px;
  text-align: center;
}

ul.social-links.post-share a:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}

.social-wrapper > span {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-weight: 700;
  color: #000;
  display: block;
  margin: 0;
  text-align: center;
  position: relative;
}

ul.social-links a span {
  display: none;
}

#nav .social-links {
  margin-top: 30px;
}

.site-footer ul.social-links {
  margin: 0 auto 20px;
  padding: 0;
  display: inline-block;
  list-style: none;
  clear: none;
  text-align: center;
  float: none;
  width: auto;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer ul.social-links li {
  display: inline-block;
  margin: 0px;
  float: none;
}

.site-footer ul.social-links a {
  width: 36px;
  height: 36px;
  border-radius: 56px;
}

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

.site-footer ul.social-links a span {
  display: none;
}

@media screen and (min-width: 768px) {
  .site-footer ul.social-links {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 0px;
    float: right;
    width: 270px;
  }

  .site-footer ul.social-links li {
    float: left;
    margin: 0 0 0 10px;
  }

  .site-footer ul.social-links li:first-child {
    margin-left: 0;
  }

  .social-wrapper ul.social-links {
    clear: none;
    float: left;
  }

  .social-wrapper > span {
    display: inline-block;
    margin-right: 15px;
    float: left;
  }
}
@media screen and (min-width: 1025px) {
  #nav .social-links {
    display: none;
  }
}
.phone-no a {
  text-decoration: none !important;
}

.phone-no span {
  display: none;
}

@media screen and (min-width: 992px) {
  .phone-no a {
    display: none;
  }

  .phone-no span {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 2px solid #FEBC44;
  background: #FEBC44;
  color: #074C87;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 600;
  border-radius: 8px;
  padding: 11px 40px 13px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  outline: 0;
}

a.btn:visited {
  color: #074C87;
}

a.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: transparent;
  color: #FEBC44;
  outline: 0;
}

a.btn:active,
a.btn:focus,
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  background-color: transparent;
  color: #FEBC44;
  outline: 0;
}

.btn {
  display: block;
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin-top: 10px;
  margin-right: 10px;
}
@media (min-width: 480px) {
  .btn {
    display: inline-block;
    width: auto;
    max-width: auto;
  }
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #B7BEC1;
  border: 1px solid rgba(94, 127, 177, 0.2);
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  width: 100%;
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 400;
  display: block;
  width: 100%;
  cursor: pointer;
  transition: all 0.15s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
textarea:hover {
  color: #707070;
  border: 1px solid #074C87;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #707070;
  border: 1px solid #074C87;
  outline: 0;
}

select {
  color: #B7BEC1;
  border: 1px solid rgba(94, 127, 177, 0.2);
  background-color: #fff;
  border-radius: 8px;
}

textarea {
  width: 100%;
  border: 2px solid #B7BEC1;
  padding: 20px 20px;
}

.gform_wrapper textarea {
  max-height: 125px;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #707070;
  transition: color 0.15s ease-in-out;
}

:-moz-placeholder {
  opacity: 1;
  color: #707070;
  transition: color 0.15s ease-in-out;
}

::-moz-placeholder {
  opacity: 1;
  color: #707070;
  transition: color 0.15s ease-in-out;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #707070;
  transition: color 0.15s ease-in-out;
}

.gfield:hover ::-webkit-input-placeholder {
  color: #707070;
}
.gfield:hover :-moz-placeholder {
  color: #707070;
}
.gfield:hover ::-moz-placeholder {
  color: #707070;
}
.gfield:hover :-ms-input-placeholder {
  color: #707070;
}

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

.gform_fields {
  list-style: none;
  margin-left: 0;
  padding: 0;
  text-align: left;
}

.gform_fields > .gfield {
  margin-bottom: 0px;
  clear: both;
}

.blog-post-cta .gform_fields > .gfield {
  margin-bottom: 0;
}

.subscribe-box .gform_fields > .gfield {
  margin-bottom: 0;
}

.site-footer .gform_fields > .gfield {
  margin-bottom: 5px;
}

@media screen and (min-width: 480px) {
  .gform_fields > .gfield.one-half {
    width: 49%;
    float: left;
    clear: none;
  }
}

.gform_fields > .gfield.one-half.last {
  clear: none;
}
@media screen and (min-width: 480px) {
  .gform_fields > .gfield.one-half.last {
    margin-left: 2%;
  }
}

@media screen and (min-width: 480px) {
  .gform_fields > .gfield.one-fourth {
    width: 49%;
    margin-right: 2%;
    float: left;
    clear: none;
  }
  .gform_fields > .gfield.one-fourth:nth-child(2n+1) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .gform_fields > .gfield.one-fourth {
    width: 23.5%;
    margin-right: 2%;
  }
  .gform_fields > .gfield.one-fourth:nth-child(2n+1) {
    margin-right: 2%;
  }
}

.gform_fields > .gfield.one-fourth.last {
  clear: none;
}
@media screen and (min-width: 480px) {
  .gform_fields > .gfield.one-fourth.last {
    margin-right: 0;
  }
}

.gform_fields > .gfield label {
  font-weight: bold;
}

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

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

.gform_fields > .gfield .gfield_description {
  font-size: 12.8px;
  font-size: 0.8rem;
  line-height: 1;
}

.gform_wrapper .gform_footer {
  text-align: right;
}

.gform_fields > .gfield .gfield_description.validation_message {
  border: 0;
  background: transparent;
  padding: 0 !important;
  font-size: 14px;
  line-height: 18px;
}

.gform_fields .ginput_container_select + .validation_message {
  margin-top: 5px;
}

.gform_fields .gfield_error .selectric {
  /* border-color: #f00; */
}

.gform_fields ul.gfield_radio li input[type="radio"] {
  display: none;
}

.gform_fields ul.gfield_radio li label {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
}

.gform_fields ul.gfield_radio li label:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  border: 1px solid #ccc;
  border-radius: 30px;
}

.gform_fields ul.gfield_radio li :checked + label:before {
  border-color: #0B2D4E;
  background: #0B2D4E;
}

.gform_fields .gfield_checkbox {
  position: relative;
}

.gform_fields .gfield_checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.gform_fields .gfield_checkbox input[type="checkbox"],
.gform_fields .gfield_checkbox label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.gform_fields .gfield_checkbox label {
  position: relative;
  padding-left: 25px;
  font-weight: 400;
  color: #B7BEC1;
}

.gform_fields .gfield_checkbox input[type="checkbox"] + label:before {
  content: "";
  background: #fff;
  border: 0px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 7px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}

.gform_fields .gfield_checkbox input[type="checkbox"]:checked + label:before {
  border-color: #0B2D4E;
  color: #0B2D4E;
}

.gform_fields .gfield_checkbox input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 0px;
  display: inline-block;
  transform: rotate(45deg);
  height: 22px;
  width: 14px;
  border-bottom: 5px solid #78b13f;
  border-right: 5px solid #78b13f;
}

.gform_fields .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd;
  /* focus style */
}

.gform_fields fieldset {
  border: 0;
  padding: 0;
  margin-top: -15px;
}
.gform_fields fieldset legend {
  display: none;
}

@media screen and (min-width: 768px) {
  .gfield.last-field {
    padding-right: 120px;
    margin-bottom: 0;
  }
}

.gfield.gform_hidden {
  margin: 0;
}

.gform_wrapper .gform_validation_errors h2 {
  text-align: center;
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.site-footer .gform_wrapper .gform_validation_errors h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 0 0 10px !important;
}

.gform_confirmation_message {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 30px;
  color: #fff;
}

.site-footer .gform_confirmation_message {
  color: #fff;
}

.block.editor .gform_description p:last-child {
  margin-bottom: 38px;
}

.site-footer .gform_wrapper form > .validation_error {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
  .hero-video .btn-wrapper .btn {
    display: inline-block;
  }

  .btn {
    margin-top: 10px;
    margin-right: 10px;
  }

  .hero-video .btn:last-child {
    margin-bottom: 0px;
  }
}
.newsletter-form {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.newsletter-form .gform_fields input {
  border-radius: 8px 0 0 8px;
  border-width: 2px !important;
  padding: 13px !important;
  border-color: #fff;
}

.newsletter-form .gform_fields input:hover {
  border-color: #FEBC44;
}

.newsletter-form .gform_body {
  width: calc(100% - 130px);
  display: block;
  float: left;
}

.newsletter-form .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
  width: 130px;
  float: right;
}

.newsletter-form .gform_button {
  padding: 11px 15px 13px;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0 8px 8px 0;
}

body.error404 .search-form,
body.search-no-results .search-form,
body.archive .not-found .search-form {
  width: 100%;
  max-width: 600px;
  margin: 0;
}

body.error404 .search-form > label,
body.search-no-results .search-form > label,
body.archive .not-found .search-form > label {
  width: 100%;
}

body.error404 .search-form > label .search-field,
body.search-no-results .search-form > label .search-field,
body.archive .not-found .search-form > label .search-field {
  border-radius: 0;
  padding: 24px 20px 18px;
  margin-bottom: 0;
  border-color: #ccc;
}

body.error404 .search-form > label .search-field:hover,
body.search-no-results .search-form > label .search-field:hover,
body.archive .not-found .search-form > label .search-field:hover,
body.error404 .search-form > label .search-field:focus,
body.search-no-results .search-form > label .search-field:focus,
body.archive .not-found .search-form > label .search-field:focus {
  border-color: #000;
}

body.error404 .search-form .search-submit,
body.search-no-results .search-form .search-submit,
body.archive .not-found .search-form .search-submit {
  border-radius: 0 0px 0px 0;
  width: 100px;
  min-width: 10px;
}

/*--------------------------------------------------------------
Search Forms
--------------------------------------------------------------*/
.search-form {
  position: relative;
  width: 100%;
}

body.error404 .search-form {
  max-width: 600px;
}

.search-form input[type=search] {
  background: #edf2f5;
  max-width: 1200px;
  border: 2px solid #edf2f5;
  padding: 10px 23px;
  border-radius: 0px;
  outline: 0;
}

.search-form input[type=search]:focus {
  border-color: #00b8bc;
}

.blog-sidebar .search-form input[type="search"] {
  background: #edf2f5;
  padding: 12px 10px 7px;
}

.blog-sidebar .search-form input[type="search"]:focus {
  background: #edf2f5;
}

.search-form .search-submit {
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  border-radius: 0 0px 0px 0;
  padding: 0;
  min-width: 10px;
  width: 100px;
}

.gform_wrapper .hidden_label .gfield_label,
.gform_wrapper label.hidden_sub_label,
.gform_wrapper label.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.gform_wrapper li.hidden_label input {
  margin-top: 12px;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 12px;
}

.gform_wrapper .left_label li.hidden_label input,
.gform_wrapper .right_label li.hidden_label input {
  margin-left: 3.7%;
}

.gform_wrapper .hidden_label input.large,
.gform_wrapper .hidden_label select.large,
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large {
  width: 100%;
}

#bbox-root #BBPanelPrices {
  color: #707070;
}

.BBFormTableRowCell {
  text-align: left;
}

#mc_embed_signup {
  max-width: 600px;
  margin-inline: auto;
  text-align: left;
}

#mc_embed_signup .indicates-required {
  margin-bottom: 20px;
}

#mc_embed_signup label.hide {
  display: none;
}

#mc_embed_signup .mc-field-group {
  margin-bottom: 20px;
}

#mc_embed_signup .datefield .subfield {
  display: inline-block;
}

body #mc_embed_signup div.mce_inline_error {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}

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

.selectric-responsive {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 999;
  transition: background ease-in-out 0.25s;
  background: #009BDB;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.admin-bar .site-header {
  top: 32px;
}

.site-header .container {
  max-width: 1480px;
}

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

.sticky-header .site-header,
.nav-toggle.site-header,
body.error404 .site-header,
body.tribe-events-page-template .site-header {
  background-color: #009BDB;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.site-branding {
  width: 205px;
}

.site-branding a {
  display: block;
}

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

@media screen and (min-width: 1025px) {
  .site-header {
    background: transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  }

  .site-header .container .row {
    display: flex;
    align-items: center;
    position: relative;
  }

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

  .site-header #nav {
    width: calc(100% - 200px);
  }
}
@media screen and (min-width: 1280px) {
  .site-header .site-branding {
    width: 300px;
  }

  .site-header #nav {
    width: calc(100% - 300px);
  }
}

body.hide-header .site-header {
	display: none;
}
/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
#nav {
  display: block;
}

#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav .menu {
  clear: both;
  float: right;
  width: auto;
}

#nav .menu a {
  color: #fff;
}

/* Top Level Menu Items */
#nav .menu > li > a {
  padding: 0;
  font-weight: 600;
  margin: 0;
  width: auto;
  display: block;
  text-decoration: none;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
}

#nav > .menu > li.menu-item > a:hover,
#nav > .menu > li.current-menu-item > a,
#nav .menu li.current-menu-ancestor > a {
  color: #FEBC44;
}

.sticky-header #nav > .menu > li.menu-item > a:hover,
.sticky-header #nav > .menu > li.current-menu-item > a {
  color: #FEBC44;
}

#nav > .menu > li.menu-item > .sub-menu > a:hover,
#nav > .menu > li.menu-item > .sub-menu > li.current-menu-item > a {
  color: #FEBC44;
}

.sticky-header #nav > .menu > li.menu-item > .sub-menu > a:hover,
.sticky-header #nav > .menu > li.menu-item > .sub-menu li.current-menu-item a {
  color: #FEBC44;
}

#nav .menu > li.menu-item-has-children {
  padding-right: 40px;
}

#nav > .menu > li.menu-btn a {
  border: 2px solid #FEBC44;
  background: #FEBC44;
  color: #074C87;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 600;
  border-radius: 8px;
  padding: 11px 25px 13px;
  display: inline-block;
}

#nav > .menu > li.menu-btn.current-menu-item a {
  background: #FEBC44;
  color: #FEBC44;
}

#nav > .menu > li.menu-btn a:hover {
  background: transparent;
  color: #FEBC44;
}

#nav .menu li.menu-item-has-children > a {
  padding-right: 0;
  position: relative;
}

#nav .menu > li.menu-item-has-children.menu-btn > a:after {
  display: none;
}

/* Sub-menu Menu Items */
#nav .sub-menu {
  opacity: 1;
  position: relative;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 100%;
  z-index: 99;
}

#nav ul.sub-menu li {
  margin: 0;
  padding: 0;
  cursor: pointer;
}

#nav .sub-menu a {
  width: 100%;
  padding: 5px 15px;
  display: block;
  background-color: transparent;
  text-decoration: none;
}

#nav .sub-menu .sub-menu a {
  padding: 5px 15px 5px 30px;
}

#nav .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

/* 2nd level and below Menu Items */
#nav .menu > .menu-item > .sub-menu,
#nav .menu > .menu-item > .sub-menu .sub-menu,
#nav .menu {
  display: none;
  float: none;
  width: 100%;
}

#nav .menu {
  height: calc(100vh - 56px);
  overflow-y: scroll;
  position: absolute;
  left: 0;
  top: 71px;
  background: #074C87;
  padding: 20px 0 20px 30px;
}

#nav .menu li {
  margin-left: 0;
  margin-bottom: 0;
  display: block;
  float: none;
  padding: 10px 0;
}

#nav .sub-menu li.menu-item-has-children {
  cursor: pointer;
  position: relative;
  padding-top: 10px;
}

#nav .menu li.menu-item-has-children > a span.arrow {
  display: block;
  width: 40px;
  height: 30px;
  top: 0;
  right: -40px;
  transition: transform .15s ease-in-out;
  position: absolute;
}

#nav .menu li.menu-item-has-children > a span.arrow:before {
  content: "";
  right: 20px;
  top: 4px;
  position: absolute;
  display: inline-block;
  line-height: 1;
  text-align: center;
  z-index: 999;
  height: 12px;
  width: 12px;
  border-style: solid;
  border-color: inherit;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  transition: transform .15s ease-in-out;
}

#nav .menu li.menu-item-has-children li.menu-item-has-children a span.arrow {
  top: 7px;
}

#nav .menu li.menu-open.menu-item-has-children > a span.arrow {
  transform: rotate(-135deg);
  top: 0;
}

#nav .menu .sub-menu li a,
#nav .menu .sub-menu li a:hover {
  text-transform: none;
  width: 100%;
}

#nav .sub-menu a:after {
  display: none;
}

.responsive-menu-icon {
  display: flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 50%;
  margin-top: -21px;
  right: 30px;
  background: #fff;
  align-items: center;
  cursor: pointer;
}

.menu-toggle {
  width: 21px;
  height: 12px;
  margin: 0 auto;
}

.menu-bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #074C87;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  position: relative;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-font-smoothing: antialiased;
}

.menu-bar + .menu-bar {
  margin-top: 3px;
}

#nav.openwide .menu-toggle .menu-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 2px;
  top: -1px;
}

#nav.openwide .menu-toggle .menu-bar:nth-child(2) {
  opacity: 0;
}

#nav.openwide .menu-toggle .menu-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 4px;
  left: 2px;
}

@media screen and (min-width: 1025px) {
  .responsive-menu-icon {
    display: none;
  }

  #nav .menu {
    display: flex;
    height: auto;
    overflow-y: unset;
    padding: 0;
    float: right;
    width: auto;
    position: relative;
    top: auto;
    background: transparent;
    align-items: center;
    display: block !important;
  }

  #nav .menu-item:hover > .sub-menu {
    left: -15px;
  }

  /* 
      #nav .menu-item.last-submenu:hover>.sub-menu {
          left: auto;
          right: 0;
      } */
  #nav .menu-item > .sub-menu li:hover .sub-menu {
    left: auto;
  }

  #nav > .menu > li {
    display: inline-block;
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
  }

  #nav > .menu > li.menu-item-has-children {
    padding-right: 12px;
    position: relative;
  }

  #nav > .menu > li:not(.menu-item-has-children) + li.menu-item-has-children {
    margin-left: 30px;
  }

  #nav > .menu > li:first-child {
    margin-left: 0;
  }

  #nav .menu li.menu-item-has-children > a span.arrow {
    right: -13px;
    width: 8px;
    height: 8px;
    top: 14px;
    position: absolute;
    display: inline-block;
    line-height: 1;
    text-align: center;
    z-index: 999;
    border-style: solid;
    border-color: inherit;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: transform .15s ease-in-out;
  }

  #nav .menu li.menu-item-has-children > a span.arrow:before {
    display: none;
  }

  #nav .menu li.menu-item-has-children li.menu-item-has-children a span.arrow {
    right: 10px;
    top: 17px;
    position: absolute;
    transform: rotate(-45deg);
  }

  #nav > .menu > li > a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
    display: block;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
  }

  #nav > .menu > li.menu-item > a:hover,
  #nav > .menu > li.current-menu-item > a,
  #nav > .menu > li.current-menu-item > a {
    color: #009BDB;
  }

  #nav .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 220px;
    z-index: 99;
  }

  #nav .sub-menu a {
    background: #074C87;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }

  #nav > .menu > li:last-child:hover .sub-menu {
    left: auto;
    right: 0;
  }

  #nav .menu > .menu-item > .sub-menu,
  #nav .menu > .menu-item > .sub-menu .sub-menu {
    display: block;
    width: 220px;
  }

  #nav > .menu > li.menu-item > .sub-menu a {
    color: #fff;
    margin: 0;
    padding: 10px 12px;
    display: block;
  }

  #nav > .menu > li.menu-item > .sub-menu a:hover,
  #nav > .menu > li.menu-item > .sub-menu > li.current-menu-item > a {
    background: #009BDB;
    color: #fff;
  }

  #nav > .menu > li.menu-btn > a,
  .sticky-header #nav > .menu > li.menu-btn > a {
    color: #074C87;
  }
  #nav > .menu > li.menu-btn > a:hover,
  .sticky-header #nav > .menu > li.menu-btn > a:hover {
    color: #FEBC44;
  }

  #nav > .menu > li.menu-btn.current-menu-item a {
    color: #074C87;
  }
  #nav > .menu > li.menu-btn.current-menu-item a:hover {
    color: #FEBC44;
  }

  .sticky-header #nav > .menu > li.menu-item > .sub-menu > a:hover,
  .sticky-header #nav > .menu > li.menu-item > .sub-menu li.current-menu-item a {
    color: #fff;
  }

  body.error404 #nav > .menu > li.menu-item > a:hover,
  body.tribe-events-page-template #nav > .menu > li.menu-item > a:hover {
    color: #FEBC44;
  }

  #nav .sub-menu .sub-menu {
    margin: -40px 0 0 219px;
  }
}
@media screen and (min-width: 1280px) {
  #nav > .menu > li > a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 18px;
    line-height: 1.125rem;
  }

  #nav > .menu > li:not(:first-child) {
    margin-left: 35px;
  }

  #nav > .menu > li:not(.menu-item-has-children) + li.menu-item-has-children {
    margin-left: 45px;
  }
}
/*--------------------------------------------------------------
# Main Content Area
--------------------------------------------------------------*/
/* 
 * body.search-results,
body.search-no-results {
  padding-top: 50px;
}
body.search-results #content,
body.search-no-results #content {
  padding: 25px 0 50px;
}
@media (min-width: 768px) {
  body.search-results #content,
  body.search-no-results #content {
    padding: 50px 0 100px;
  }
} */

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

.index-content,
.archive-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .index-content,
  .archive-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

body.tribe-events-page-template #content {
  padding: 25px 0 50px;
}
@media (min-width: 768px) {
  body.tribe-events-page-template #content {
    padding: 100px 0 100px;
  }
}

body.page-template-default .entry-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  body.page-template-default .entry-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/*--------------------------------------------------------------
# Blog Archive
--------------------------------------------------------------*/
.blog-posts {
  margin-top: 4rem;
  margin-bottom: 6rem;
}
.blog-posts .teaser {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.blog-posts .teaser h2 {
  margin: 0;
}
.blog-posts .teaser h2 a {
  color: red;
  text-decoration: none;
}
.blog-posts .teaser h2 a:hover {
  color: blue;
  text-decoration: none;
}

.teaser .meta {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.teaser .meta a {
  text-decoration: none;
}
.teaser .meta a:hover {
  text-decoration: none;
}
.teaser .meta time {
  display: none;
}
.teaser .meta time.entry-date {
  display: inline-block;
}

.blog-categories {
  margin-top: 4rem;
  margin-bottom: 6rem;
}
.blog-categories h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.blog-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.blog-categories ul li {
  display: inline-block;
  margin: 0 15px 15px 0;
}
.blog-categories ul li a {
  display: block;
  padding: 7px 15px;
  border: 2px solid blue;
  font-size: 16px;
  font-size: 1rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: red;
}
.blog-categories ul li a:hover {
  color: blue;
  text-decoration: none;
}

.blog-pagination {
  margin-bottom: 3rem;
}

/*--------------------------------------------------------------
# Single Post
--------------------------------------------------------------*/
.post .entry-header h1 {
  color: #009BDB;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  text-transform: uppercase;
  border: none;
  margin: 0 0 30px;
}
@media (min-width: 992px) {
  .post .entry-header h1 {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 44px;
    line-height: 2.75rem;
  }
}

.single-post hr {
  background: red;
}

.single-post .entry-content {
  padding-bottom: 0;
}

/* .single-post .wp-post-image {
  width: 100%;
  height: auto;
} */

.site-footer {
  background-color: #009BDB;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover {
  color: #FEBC44;
  text-decoration: none;
}
@media (min-width: 768px) {
  .site-footer {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

.colophon {
  overflow: hidden;
}

.site-footer .container {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: visible;
}
@media (min-width: 992px) {
  .site-footer .container {
    padding-bottom: 3.5rem;
  }
}

.site-footer #footer-logo-desktop {
  opacity: .15;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -120px;
  width: 460px;
  height: 460px;
  display: none;
}
@media (min-width: 768px) {
  .site-footer #footer-logo-desktop {
    display: block;
  }
}
@media (min-width: 1024px) {
  .site-footer #footer-logo-desktop {
    left: -90px;
    width: 460px;
    height: 460px;
  }
}
@media (min-width: 1440px) {
  .site-footer #footer-logo-desktop {
    left: -160px;
    width: 460px;
    height: 460px;
  }
}
@media (min-width: 1660px) {
  .site-footer #footer-logo-desktop {
    left: -200px;
    width: 500px;
    height: 500px;
  }
}

.site-footer h3,
.site-footer .widget-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 5px;
  color: #fff;
}

.footer-contact h3 {
  display: none;
}
@media (min-width: 768px) {
  .footer-contact h3 {
    display: block;
  }
}

.site-footer ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer p {
  margin: 0;
}

.site-footer .footer-utility {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-top: 30px;
}
.site-footer .footer-utility span.copy, .site-footer .footer-utility span.designby {
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  .site-footer .footer-utility {
    text-align: right;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-top: 0;
  }
  .site-footer .footer-utility span.copy, .site-footer .footer-utility span.designby {
    display: inline-block;
  }
}

.site-footer span.footer-links {
  display: block;
  font-weight: 600;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .site-footer span.footer-links {
    margin-top: 0;
  }
}

.copy-design {
  clear: both;
}

#footer-logo {
  display: block;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  #footer-logo {
    display: none;
  }
}

#footer-logos-acc {
  margin-bottom: 20px;
}

.site-footer .footer-address {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .site-footer .colophon {
    text-align: center;
  }
}
/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero {
  position: relative;
  background: #009BDB;
}
.hero .row {
  min-height: 550px;
  padding: 100px 0 50px;
}

.home .hero .row {
  height: 100vh;
}

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

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

.hero-img-mobile {
  display: block;
}
@media (min-width: 768px) {
  .hero-img-mobile {
    display: none;
  }
}

.hero-img {
  display: none;
}
@media (min-width: 768px) {
  .hero-img {
    display: block;
  }
}

.hero-content {
  display: flex;
  justify-content: center;
}

.hero-content-inner {
  background: rgba(0, 155, 219, 0.75);
  backdrop-filter: blur(10px);
  color: #fff;
  display: inline-block;
  padding: 30px 20px 30px;
  max-width: 800px;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-content-inner {
    min-width: 540px;
    padding: 30px 50px;
  }
}
.hero-content-inner *:last-child {
  margin-bottom: 0;
}

.home .hero-content-inner {
  background: transparent;
  backdrop-filter: none;
  text-align: left;
  display: block;
  padding: 0;
  max-width: unset;
}

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

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

@media (min-width: 992px) {
  .has-stats-headings .columns-two--one {
    padding-right: 50px;
  }
}

@media (min-width: 992px) {
  .has-stats-headings .columns-two--two {
    padding-left: 50px;
  }
}

/*--------------------------------------------------------------
# Two Columns - Contact
--------------------------------------------------------------*/
.block-contact .container {
  max-width: 1480px;
}

.block-contact .columns-two--one .col-inner {
  border: 2px solid #074C87;
  padding: 0px 30px 30px;
}
@media (min-width: 1200px) {
  .block-contact .columns-two--one .col-inner {
    padding: 0px 80px 50px;
  }
}
.block-contact .columns-two--one .col-inner .row > .col-md-6 {
  margin-bottom: 36px;
}

.contact-box {
  background: #074C87;
  color: #fff;
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-bottom: 30px;
  padding: 30px 30px 30px;
}
@media (min-width: 1200px) {
  .contact-box {
    padding: 50px 80px 50px;
    width: calc(100% + 160px);
    margin-left: -80px;
    margin-bottom: 50px;
  }
}

.contact-box a {
  color: #fff;
  text-decoration: none;
}
.contact-box a:hover {
  color: #FEBC44;
}

.block-contact .columns-two--two .col-inner {
  padding: 50px 30px 20px;
  background: #f3f5f6;
}
@media (min-width: 1200px) {
  .block-contact .columns-two--two .col-inner {
    padding: 50px 60px 50px;
  }
}

/*--------------------------------------------------------------
# Two Columns Hover
--------------------------------------------------------------*/
.columns-two-hover {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .columns-two-hover {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

.columns-two-hover .container:not(.section-heading) {
  /* max-width: 1440px; */
  padding: 0 16px;
}
@media (min-width: 1280px) {
  .columns-two-hover .container:not(.section-heading) {
    padding: 0 30px;
  }
}

.columns-two-hover .container:not(.section-heading) .row {
  margin-left: -8px;
  margin-right: -8px;
}

.columns-two-hover .container:not(.section-heading) .row > .column-two-hover-item {
  padding-left: 8px;
  padding-right: 8px;
}

.column-two-hover-item {
  margin-bottom: 16px;
}

.column-two-hover-item a {
  position: relative;
  display: block;
  height: 100%;
  color: #fff;
}

.column-two-hover-item img {
  display: block;
  width: 100%;
}

.column-two-hover-item .item-content-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(7, 76, 135, 0.5);
  backdrop-filter: blur(1px);
  opacity: 1;
  transition: all .25s ease;
  display: flex;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
.column-two-hover-item .item-content-hover .item-content-hover-inner {
  width: 100%;
  flex: 0  0 100%;
}
.column-two-hover-item .item-content-hover .item-content-hover-inner p {
  margin-bottom: 0;
}

.bg-navy .column-two-hover-item .item-content-hover {
  background-color: rgba(0, 155, 219, 0.8);
}

.column-two-hover-item a:hover .item-content-hover {
  opacity: 1;
}

.columns-two-hover .container.section-outro {
  padding-top: 25px;
}
@media (min-width: 1025px) {
	.column-two-hover-item .item-content-hover {
	  background-color: rgba(7, 76, 135, 0.8);
	  backdrop-filter: blur(10px);
	  opacity: 0;
	 }
}
/*--------------------------------------------------------------
# Three Columns
--------------------------------------------------------------*/
.columns-three {
  padding-top: 50px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .columns-three {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
.columns-three .columns-three--one,
.columns-three .columns-three--two,
.columns-three .columns-three--three {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .columns-three .columns-three--one,
  .columns-three .columns-three--two,
  .columns-three .columns-three--three {
    margin-bottom: 30px;
  }
}

.block.no-margin-columns {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .block.no-margin-columns {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.block.no-margin-columns .row > div {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Three Columns Hover
--------------------------------------------------------------*/
.columns-three-hover {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .columns-three-hover {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

.columns-three-hover .container:not(.section-heading) {
  max-width: 1440px;
  padding: 0 16px;
}

.columns-three-hover .container:not(.section-heading) .row {
  margin-left: -8px;
  margin-right: -8px;
}

.columns-three-hover .container:not(.section-heading) .row > .column-three-hover-item {
  padding-left: 8px;
  padding-right: 8px;
}

.column-three-hover-item {
  margin-bottom: 16px;
}

.column-three-hover-item a {
  position: relative;
  display: block;
  height: 100%;
}

.column-three-hover-item img {
  display: block;
  width: 100%;
}

.column-three-hover-item .item-content-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(7, 76, 135, 0.5);
  backdrop-filter: blur(1px);
  opacity: 1;
  transition: all .25s ease;
  display: flex;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
.column-three-hover-item .item-content-hover .item-content-hover-inner {
  width: 100%;
  flex: 0  0 100%;
}

.bg-navy .column-three-hover-item .item-content-hover {
  background-color: rgba(0, 155, 219, 0.8);
}

.column-three-hover-item a:hover .item-content-hover {
  opacity: 1;
}

.columns-three-hover .container.section-outro {
  padding-top: 25px;
}

@media (min-width: 1025px) {
	.column-three-hover-item .item-content-hover {
	  background-color: rgba(7, 76, 135, 0.8);
	  backdrop-filter: blur(10px);
	  opacity: 0;
	 }
}
/*--------------------------------------------------------------
# Four Columns
--------------------------------------------------------------*/
.columns-four {
  padding-top: 50px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .columns-four {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.columns-four .columns-four--one,
.columns-four .columns-four--two,
.columns-four .columns-four--three,
.columns-four .columns-four--four {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .columns-four .columns-four--one,
  .columns-four .columns-four--two,
  .columns-four .columns-four--three,
  .columns-four .columns-four--four {
    margin-bottom: 50px;
  }
}

/*--------------------------------------------------------------
# Four Columns
--------------------------------------------------------------*/
.columns-four-hover {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .columns-four-hover {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

.columns-four-hover .container:not(.section-heading) {
  max-width: 1440px;
  padding: 0 16px;
}

.columns-four-hover .container:not(.section-heading) .row {
  margin-left: -8px;
  margin-right: -8px;
}

.columns-four-hover .container:not(.section-heading) .row > .column-four-hover-item {
  padding-left: 8px;
  padding-right: 8px;
}

.column-four-hover-item {
  margin-bottom: 16px;
}

.column-four-hover-item a {
  position: relative;
  display: block;
  height: 100%;
}

.column-four-hover-item img {
  display: block;
  width: 100%;
}

.column-four-hover-item .item-content-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(7, 76, 135, 0.5);
  backdrop-filter: blur(1px);
  opacity: 1;
  transition: all .25s ease;
  display: flex;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
.column-four-hover-item .item-content-hover .item-content-hover-inner {
  width: 100%;
  flex: 0  0 100%;
}

.bg-navy .column-four-hover-item .item-content-hover {
  background-color: rgba(0, 155, 219, 0.5);
}

.column-four-hover-item a:hover .item-content-hover {
  opacity: 1;
}

.columns-four-hover .container.section-outro {
  padding-top: 25px;
}

@media (min-width: 1025px) {
	.column-four-hover-item .item-content-hover {
	  background-color: rgba(7, 76, 135, 0.8);
	  backdrop-filter: blur(10px);
	  opacity: 0;
	 }
	 .bg-navy .column-four-hover-item .item-content-hover {
	  background-color: rgba(0, 155, 219, 0.8);
	}
}

/*--------------------------------------------------------------
# Four Columns With Icons
--------------------------------------------------------------*/
.columns-four-icons {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f3f5f6;
}
@media (min-width: 768px) {
  .columns-four-icons {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

.columns-four-icons .container {
  max-width: 1480px;
}

.columns-four-icons .container.section-heading {
  /* padding-top: 50px; */
}

.columns-four-icons .container:not(.section-heading) .row {
  margin-left: -8px;
  margin-right: -8px;
}

.columns-four-icons .container .row > .columns-four-icons-item {
  padding-left: 8px;
  padding-right: 8px;
}

.columns-four-icons-item {
  margin-bottom: 16px;
}

.columns-four-icons-item a {
  position: relative;
  display: block;
  height: 100%;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  padding: 50px 15px 40px;
  text-decoration: none;
}
.columns-four-icons-item a:hover {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.35);
}
@media (min-width: 992px) {
  .columns-four-icons-item a {
    padding: 100px 30px 40px;
  }
}

.columns-four-icons-item img {
  display: block;
  margin: 0 auto 30px;
}

.columns-four-icons-item span {
  display: block;
  text-align: center;
  color: #074C87;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  transition: all 0.15s ease;
}

.columns-four-icons-item a:hover span {
  color: #FEBC44;
}

/*--------------------------------------------------------------
# Six Columns
--------------------------------------------------------------*/
.columns-six {
  padding-top: 50px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .columns-six {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.columns-six .columns-six--one,
.columns-six .columns-six--two,
.columns-six .columns-six--three,
.columns-six .columns-six--four,
.columns-six .columns-six--five,
.columns-six .columns-six--six {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .columns-six .columns-six--one,
  .columns-six .columns-six--two,
  .columns-six .columns-six--three,
  .columns-six .columns-six--four,
  .columns-six .columns-six--five,
  .columns-six .columns-six--six {
    margin-bottom: 50px;
  }
}

/*--------------------------------------------------------------
# Text Image Block
--------------------------------------------------------------*/
.text-image {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media (min-width: 992px) {
  .text-image {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

.text-image + .text-image {
  padding-top: 0;
  margin-top: -40px;
}
@media (min-width: 992px) {
  .text-image + .text-image {
    margin-top: 0;
  }
}

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

.text-image-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 100%;
  display: block;
  z-index: 1;
  border: 20px solid #fff;
}

@media (min-width: 992px) {
  .text-image-img {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
  }

  .reverse .text-image-img {
    left: auto;
    right: 0;
  }
}
.text-image-content {
  color: #fff;
  padding: 30px 20px;
  margin-top: -90px;
  position: relative;
  background-color: rgba(0, 155, 219, 0.9);
  backdrop-filter: blur(10px);
  z-index: 2;
}
.text-image-content:after {
  content: "";
  display: none;
  width: 1920px;
  height: 100%;
  background-color: rgba(0, 155, 219, 0.9);
  backdrop-filter: blur(10px);
  left: 0%;
  top: 0;
  position: absolute;
  z-index: -1;
}

@media (min-width: 992px) {
  .text-image-content {
    margin-top: 0;
    background-color: transparent;
    backdrop-filter: none;
    padding-top: 80px;
    padding-bottom: 65px;
    padding-right: 15px;
    padding-left: 85px;
  }
  .text-image-content:after {
    display: block;
  }

  .reverse .text-image-content {
    padding-right: 85px;
    padding-left: 15px;
  }
  .reverse .text-image-content:after {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1280px) {
  .text-image-content {
    padding-right: 15px;
    padding-left: 130px;
  }

  .reverse .text-image-content {
    padding-right: 130px;
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .text-image-img {
    min-height: 600px;
  }

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

  .text-image .row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 480px) {
  .text-image-img {
    min-height: 340px;
  }
}
/*--------------------------------------------------------------
# Text Image ALT Block
--------------------------------------------------------------*/
.text-image-alt {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .text-image-alt {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

.text-image-alt .container.section-heading {
  max-width: 1220px;
}

.text-image-alt .container:not(.section-heading) {
  max-width: 1400px;
  position: relative;
  padding: 0 30px;
}
.text-image-alt .container:not(.section-heading):after {
  display: none;
  background-color: #f3f5f6;
  content: "";
  height: calc(100% - 60px);
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .text-image-alt .container:not(.section-heading):after {
    display: block;
  }
}
@media (min-width: 1200px) {
  .text-image-alt .container:not(.section-heading) {
    padding: 0 120px;
  }
}

.text-image-alt + .text-image-alt {
  padding-top: 0;
  margin-top: -60px;
}

.hero + .text-image-alt {
  padding-top: 0;
}

.text-image-alt-wrap {
  position: relative;
  max-width: 1920px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .text-image-alt-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.text-image-alt-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 100%;
  display: block;
  border: 20px solid #fff;
}

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

@media (min-width: 768px) {
  .text-image-alt-img {
    border: 0;
    order: 1;
  }

  .reverse .text-image-alt-img {
    order: 2;
  }
}
@media (min-width: 992px) {
  .text-image-alt-img {
    border: 0;
  }
}
.text-image-alt-content {
  background-color: #f3f5f6;
  padding: 30px 20px;
  margin-top: -90px;
  position: relative;
  color: #252525;
}

@media (min-width: 768px) {
  .text-image-alt-content {
    background-color: transparent;
    margin-top: 0;
    order: 2;
    padding: 80px 15px 80px 60px;
  }

  .reverse .text-image-alt-content {
    order: 1;
    padding: 80px 60px 80px 15px;
  }
}
@media (min-width: 1200px) {
  .text-image-alt-content {
    margin-top: 0;
    padding: 80px 15px 80px 130px;
  }

  .reverse .text-image-alt-content {
    padding: 80px 130px 80px 15px;
  }
}
@media (max-width: 767px) {
  .text-image-alt-img {
    min-height: 450px;
  }

  .text-image-alt-content {
    width: calc(100% - 70px);
    margin-inline: auto;
  }

  .text-image-alt .container:not(.section-heading) {
    padding-left: 0;
    padding-right: 0;
  }

  .text-image-alt .container:not(.section-heading) .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .text-image-alt-img {
    min-height: 340px;
  }
}
/*--------------------------------------------------------------
# Block Programs
--------------------------------------------------------------*/
.block-programs {
  background: #f3f5f6;
  padding-top: 0px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .block-programs {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
.block-programs .container {
  max-width: 1480px;
}
.block-programs .programs-heading {
  background: #074C87;
  color: #fff;
  padding: 20px 0;
}
.block-programs .programs-intro {
  /* padding-top: 48px; */
  margin-bottom: 32px;
}
.block-programs .programs-heading + .programs-intro {
  padding-top: 48px;
}
.block-programs .program-item {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}
.block-programs .program-item .program-item-content {
  display: none;
  color: #fff;
  background: #009BDB;
  padding: 30px 20px 30px;
}
@media (min-width: 1024px) {
  .block-programs .program-item .program-item-content {
    padding-right: 120px;
    padding-left: 240px;
  }
}
@media (min-width: 1440px) {
  .block-programs .program-item .program-item-content {
    padding-right: 240px;
    padding-left: 360px;
  }
}
.block-programs .program-item .program-item-title {
  background: #fff;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .block-programs .program-item .program-item-title {
    padding: 40px 20px 40px 20px;
  }
}
@media (min-width: 1024px) {
  .block-programs .program-item .program-item-title {
    padding-top: 55px;
    padding-bottom: 55px;
    padding-right: 120px;
    padding-left: 240px;
  }
}
@media (min-width: 1440px) {
  .block-programs .program-item .program-item-title {
    padding-right: 240px;
    padding-left: 360px;
  }
}
.block-programs .program-item .program-item-title h4 {
  margin: 0;
  padding-left: 75px;
  padding-right: 40px;
  cursor: pointer;
  position: relative;
}
@media (min-width: 1024px) {
  .block-programs .program-item .program-item-title h4 {
    padding-left: 0;
  }
}
.block-programs .program-item .program-item-title h4 .program-icon {
  position: absolute;
  left: 0px;
  width: 60px;
  height: auto;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .block-programs .program-item .program-item-title h4 .program-icon {
    width: 100px;
    left: -125px;
  }
}
.block-programs .program-accordion-toggle {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.block-programs .program-accordion-toggle::before {
  border-color: #FEBC44;
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  height: 1em;
  left: 0.15em;
  position: relative;
  top: 0.05em;
  transform: rotate(135deg);
  vertical-align: top;
  width: 1em;
  transition: all .25s ease;
  transform-origin: center center;
}
.block-programs .active .program-accordion-toggle:before {
  transform: rotate(-45deg);
  transform-origin: center center;
  top: .35em;
}

/*--------------------------------------------------------------
# ACCORDION
--------------------------------------------------------------*/
.block-accordion {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .block-accordion {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.block-accordion .item {
  background: #fff;
  margin-bottom: 15px;
  color: #707070;
}
.block-accordion .item .item-content {
  display: none;
  padding: 0px 25px 30px 25px;
}
@media (min-width: 768px) {
  .block-accordion .item .item-content {
    padding: 0px 60px 50px 45px;
  }
}
.block-accordion .item .item-title h3 {
  margin: 0;
  padding: 20px 50px 20px 25px;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) {
  .block-accordion .item .item-title h3 {
    padding: 30px 60px 30px 45px;
  }
}
.block-accordion .accordion-toggle {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
@media (min-width: 768px) {
  .block-accordion .accordion-toggle {
    right: 30px;
  }
}
.block-accordion .accordion-toggle::before, .block-accordion .accordion-toggle::after {
  display: block;
  content: "";
  position: absolute;
  background: #FEBC44;
  border-radius: 3px;
  transition: opacity 0.15s ease-in-out;
}
.block-accordion .accordion-toggle::before {
  width: 100%;
  height: 4px;
  top: 50%;
  margin-top: -2px;
}
.block-accordion .accordion-toggle::after {
  width: 4px;
  height: 100%;
  left: 50%;
  margin-left: -2px;
}
.block-accordion .active .accordion-toggle:after {
  opacity: 0;
}

/*-------------------------------------------------
# Image Fullwidth
-------------------------------------------------*/
.image-fullwidth {
  position: relative;
  color: #fff;
  padding: 70px 0;
}
@media (min-width: 992px) {
  .image-fullwidth {
    padding: 100px 0;
  }
}
.image-fullwidth h2 {
  margin-bottom: 30px;
}
.image-fullwidth .image-fullwidth-img,
.image-fullwidth .image-fullwidth-img-mobile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .image-fullwidth .image-fullwidth-img-mobile {
    display: none;
  }
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.block-cta {
  background-color: #eee;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .block-cta {
    padding: 100px 0;
  }
}
.block-cta h2, .block-cta h3 {
  margin: 0 0 24px;
}
.block-cta h2:last-child, .block-cta h3:last-child {
  margin-bottom: 0;
}
.block-cta .col-lg-9 h2:last-child,
.block-cta .col-lg-9 h3:last-child {
  margin: 0 0 24px;
}
.block-cta p {
  margin: 0 0 20px;
}
.block-cta p:last-child {
  margin-bottom: 0;
}

.block-cta + .block-cta {
  background-color: #fff;
}

/*--------------------------------------------------------------
# Hero - Slider
--------------------------------------------------------------*/
.hero-slides-wrapper {
  overflow: hidden;
}

.hero-slide-item {
  min-height: 400px;
}
.hero-slide-item .row {
  min-height: 400px;
}
@media (min-width: 768px) {
  .hero-slide-item .row {
    min-height: 500px;
  }
}
@media (min-width: 992px) {
  .hero-slide-item .row {
    min-height: 700px;
  }
}
@media (min-width: 768px) {
  .hero-slide-item {
    min-height: 500px;
  }
}
@media (min-width: 992px) {
  .hero-slide-item {
    min-height: 700px;
  }
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero-video {
  position: relative;
  overflow: hidden;
}
.hero-video .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.hero-video #hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}
.hero-video .row {
  height: 500px;
}
@media (min-width: 992px) {
  .hero-video .row {
    height: 700px;
  }
}

/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
.testimonial {
  text-align: center;
  padding: 50px 0;
}
.testimonial .container {
  max-width: 940px;
}
@media (min-width: 992px) {
  .testimonial {
    padding: 100px 0;
  }
}
.testimonial .testimonial-content {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  background: url(img/icon-testimonial.png) no-repeat top center/69px auto;
  padding-top: 100px;
}
.testimonial .testimonial-author {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding-top: 0px;
  color: #074C87;
}
@media (min-width: 992px) {
  .testimonial .testimonial-author {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

.testimonial.bg-navy .testimonial-author,
.testimonial.bg-blue .testimonial-author {
  color: #FEBC44;
}

/*--------------------------------------------------------------
# Testimonial Slider
--------------------------------------------------------------*/
.testimonial-slider {
  text-align: center;
  padding: 50px 0;
}
.testimonial-slider .container {
  max-width: 940px;
}
@media (min-width: 992px) {
  .testimonial-slider {
    padding: 100px 0 60px;
  }
}
.testimonial-slider .testimonial-content {
  background: url(img/icon-testimonial.png) no-repeat top center/69px auto;
  padding-top: 100px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
}
.testimonial-slider .testimonial-author {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding-top: 0px;
  color: #074C87;
}
@media (min-width: 992px) {
  .testimonial-slider .testimonial-author {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

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

.testimonial-slider.bg-navy .testimonial-author,
.testimonial-slider.bg-blue .testimonial-author {
  color: #FEBC44;
}

/*--------------------------------------------------------------
# Team (simple without bios)
--------------------------------------------------------------*/
.block-team {
  background-color: #eee;
  padding: 50px 0 0;
}
@media (min-width: 768px) {
  .block-team {
    padding: 100px 0 50px;
  }
}
.block-team .team-member {
  margin: 0 0 50px;
}
.block-team .team-member .member-thumb img {
  display: block;
  margin: 0 auto 0px;
}
.block-team .member-info h3 {
  margin: 0 0 0px;
}

/*--------------------------------------------------------------
# Team with bios
--------------------------------------------------------------*/
.block-team-bios {
  padding: 50px 0 0;
}
@media (min-width: 768px) {
  .block-team-bios {
    padding: 100px 0 50px;
  }
}
.block-team-bios .team-grid {
  display: none;
}
@media (min-width: 768px) {
  .block-team-bios .team-grid {
    display: block;
  }
}
.block-team-bios .team-row {
  padding-top: 15px;
}
.block-team-bios .team-member {
  cursor: pointer;
  margin-bottom: 15px;
}
.block-team-bios .team-member-inner {
  background: #fff;
  position: relative;
  border: 3px solid #f3f5f6;
  height: 100%;
  text-align: center;
  padding: 20px 20px;
}
.block-team-bios .post-thumb {
  overflow: hidden;
  margin: 0 auto 10px;
}
.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 .member-bio-text a {
	color:#FEBC44
}
.block-team-bios h3.member-name {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
}
.block-team-bios .member-bio > h3.member-name {
  color: #009BDB;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
  text-transform: uppercase;
}
.block-team-bios .member-position {
  margin-bottom: 0px;
}
.block-team-bios .member-bio-full-inner .member-position {
  font-weight: 400;
  margin-bottom: 24px;
}
.block-team-bios .summary {
  display: none;
}
.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-white.svg) no-repeat 0 0/30px auto;
}
.block-team-bios .summary .container {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #074C87;
  color: #fff;
  max-width: 1180px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
}

@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;
  padding: 30px 20px 15px;
  border: 3px solid #f3f5f6;
}
.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 10px;
  color: #009BDB;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.team-grid-mobile .member-position {
  margin-bottom: 5px;
}

/*--------------------------------------------------------------
# Events Carousel
--------------------------------------------------------------*/
.block-events-carousel {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f3f5f6;
}
@media (min-width: 768px) {
  .block-events-carousel {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.block-events-carousel .container {
  max-width: 1470px;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .block-events-carousel .container {
    padding: 0 70px;
  }
}
@media (min-width: 1200px) {
  .block-events-carousel .container {
    padding: 0 120px;
  }
}

.events-item-details {
  padding: 30px 30px 30px;
  color: #252525;
}
@media (min-width: 768px) {
  .events-item-details {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
}
@media (min-width: 1280px) {
  .events-item-details {
    padding: 40px 60px 60px;
  }
}

.events-item {
  margin: 0 15px;
  width: 100%;
  max-width: calc(100% - 30px);
}

.events-item-inner {
  background: #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .events-item-inner {
    display: flex;
  }
}

@media (min-width: 768px) {
  .events-item-thumb {
    width: 30%;
  }
}

.events-item-meta span {
  color: #009BDB;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 1200px) {
  .events-item-meta span {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 32px;
    line-height: 2rem;
  }
}

.events-item-description .btn {
  margin-top: 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-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

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

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

/* Padding */
.block.padding-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.block.padding-top-0 {
  padding-top: 0;
}

.block.padding-bottom-0 {
  padding-bottom: 0;
}

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

.block.padding-top-20 {
  padding-top: 20px;
}

.block.padding-bottom-20 {
  padding-bottom: 20px;
}

.block.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.block.padding-top-30 {
  padding-top: 30px;
}

.block.padding-bottom-30 {
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .boxes-blue.padding-top-30 {
    padding-top: 0;
  }
}
.block.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.block.padding-top-50 {
  padding-top: 50px;
}

.block.padding-bottom-50 {
  padding-bottom: 50px;
}

.block.padding-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

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

.block.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.block.padding-bottom-100 {
  padding-bottom: 100px;
}

.hide-block {
  display: none;
}

.hide-mobile {
  display: none;
}
@media (min-width: 768px) {
  .hide-mobile {
    display: block;
  }
}

.hide-desktop {
  display: block;
}
@media (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}

div[class*=" columns-"] p:last-child,
div[class*=" col-"] p:last-child,
div[class*=" col-"] h2:last-child,
div[class*=" col-"] h3:last-child,
div[class*=" col-"] ul:last-child,
.entry-content p:last-child {
  margin-bottom: 0;
}

.block.bg-white {
  background: #fff;
}

.block.bg-gray {
  background: #f3f5f6;
}

.block.bg-navy {
  background: #074C87;
  color: #fff;
}
.block.bg-navy h2, .block.bg-navy h3 {
  color: #fff;
}

.block.bg-blue {
  background: #009BDB;
  color: #fff;
}
.block.bg-blue h2, .block.bg-blue h3 {
  color: #fff;
}

.color-white {
  color: #fff;
}

.color-blue {
  color: #009BDB;
}

.color-yellow {
  color: #FEBC44;
}

.text-small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.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-1100 .container {
  max-width: 1100px;
}

.block-width-1000 .container {
  max-width: 1060px;
}

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

.block-width-700 .container {
  max-width: 760px;
}

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

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

.columns-three-hover .section-heading,
.columns-four-hover .section-heading {
  max-width: 1100px;
}

.text-image-alt .section-heading {
  margin-bottom: 0px;
}

.has-boxes .col-inner {
  background-color: #f3f5f6;
  padding: 60px 30px 50px;
  position: relative;
  height: 100%;
}


.editor #loginform {
	width:100%;
	max-width:600px;
	background:#f3f5f6;
	border:3px solid #ccc;
	margin: 0 auto 30px;
	padding:50px 40px
}
/*-------------------------------------------------
#  ANIMATION WOW
-------------------------------------------------*/
.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;
}

body .tribe-events-meta-group {
  width: 100%;
}

body .tribe-events-event-meta dt {
  margin-bottom: 0;
}

body .tribe-events-event-meta dd {
  margin-bottom: 20px;
}

body .bwg_container {
  margin-bottom: 100px;
}

body .tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
  background-color: #009BDB;
}

body .tribe-events .tribe-events-c-search__button {
  background-color: #074C87;
}

body .tribe-events .tribe-events-c-search__button:focus,
body .tribe-events .tribe-events-c-search__button:hover {
  background-color: #009BDB;
}

body .tribe-events .datepicker .month.active.focused,
body .tribe-events .datepicker .year.active.focused {
  background-color: #074C87;
}

body .tribe-events .tribe-events-c-ical__link,
body .tribe-events .tribe-events-c-ical__link:visited {
  color: #009BDB;
  border-color: #009BDB;
}

body .tribe-events .tribe-events-c-ical__link:hover,
body .tribe-events .tribe-events-c-ical__link:focus {
  background-color: #009BDB;
  border-color: #009BDB;
  color: #fff;
}

body .tribe-common .tribe-common-c-svgicon {
  color: #009BDB;
}

body .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
  background-color: #074C87;
}

body .tribe-events .tribe-events-calendar-month__day-cell--selected {
  background-color: #074C87;
}

body #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-title1 {
  opacity: 0 !important;
}

@media screen and (max-width: 480px) {
  body #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item {
    max-width: 480px;
    width: 100% !important;
  }

  body #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item1 img {
    height: auto !important;
  }
}
.block.block-gallery-links {
  padding: 20px 0;
  background: #f3f5f6;
}
@media screen and (min-width: 680px) {
  .block.block-gallery-links {
    padding: 0;
  }
}
.block.block-gallery-links a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  margin-left: 0px;
  border-left: 0px solid transparent;
}
@media screen and (min-width: 680px) {
  .block.block-gallery-links a {
    display: inline-block;
    border-left: 0;
    margin: 0 10px;
    padding: 25px 0px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.block.block-gallery-links a:first-child {
  margin-left: 0px;
  padding-left: 0;
}
@media screen and (min-width: 680px) {
  .block.block-gallery-links a:first-child {
    margin-left: 0px;
  }
}
.block.block-gallery-links a:hover, .block.block-gallery-links a.current {
  border-left: 0px solid #074C87;
  color: #FEBC44;
}
@media screen and (min-width: 680px) {
  .block.block-gallery-links a:hover, .block.block-gallery-links a.current {
    border-left: 0;
    border-bottom: 5px solid #074C87;
  }
}

.video-results .video-item {
  margin-bottom: 50px;
}
.video-results .video-item img {
  display: block;
  margin-bottom: 10px;
}
.video-results .video-item a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-decoration: none !important;
  display: block;
}
@media (max-width: 767px) {
ul.b-list {
	margin-bottom: 20px !important;
}
}

/*# sourceMappingURL=style.css.map */
