@charset 'UTF-8';
@import url(spacing.css);

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
iframe {
  width: 100%;
}

* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
/******************************************
    ACF Google Map
******************************************/
.acf-map {
  width: 100%;
  min-height: 200px;
  height: auto;
  border: #ccc solid 1px;
  margin: 20px 0;
  aspect-ratio: 3/1;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.gm-style-cc {
  display: none !important;
}

::selection {
  background: #111;
  color: #fff;
}
::-moz-selection {
  background: #111;
  color: #fff;
}

/******************************************************************
  Slick Slider
******************************************************************/
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  margin-top: 5px;
  font-size: 30px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  color: inherit;
  width: auto;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #01589e;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* .slick-prev:before,
.slick-next:before {
  font-size: 40px;
  line-height: 1;
  opacity: .75;
  color: var(--color-dark-blue);
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
} */
.slick-prev {
  left: -25px;
}
.slick-next {
  right: -25px;
}

/* [dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto; */
/* } */
/* .slick-prev:before { content: "\f104";} */
/* [dir='rtl'] .slick-prev:before { content: "\f105"; } */

/* [dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before { content: "\f105"; }
[dir='rtl'] .slick-next:before { content: "\f104"; } */

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 25px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 8px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/******************************************************************
H1, H2, H3, H4, H5 Styles
******************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  text-rendering: optimizelegibility;
  margin: 0;
  padding-top: var(--spacing-xs);
  padding-bottom: var(--spacing-xs);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

h1,
.heading-01 {
  font-size: 48px;
  font-weight: 900;
}

h2,
.heading-02 {
  font-size: 44px;
  font-weight: 500;
}

h3,
.heading-03 {
  font-size: 36px;
  padding-bottom: var(--spacing-md);
}

h4,
.heading-04 {
  font-size: 30px;
  padding-bottom: var(--spacing-md);
}

h5,
.heading-05 {
  font-size: 22px;
}

h6,
.heading-06 {
  font-size: 18px;
  font-weight: 500;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  padding-bottom: 0;
}

p {
  margin-bottom: var(--spacing-sm);
}

p:last-child {
  margin-bottom: 0;
}

/******************************************
    Animation
******************************************/
.show,
.hidden,
.header,
a,
#mobileMenu,
.logo img,
.nav {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  position: relative;
}

html,
body {
  position: relative;
  font-family: var(--font-family-main);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-gray-01);
  background: var(--color-white);
}

.main-header .row {
  align-items: center;
  justify-content: center;
}

.header {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  z-index: 999;
  text-align: center;
  background: var(--color-white);
  border: none;
  padding-top: var(--spacing-sm);
  padding-bottom: var(--spacing-sm);
}

.header-logo {
  flex: 0 0 135px;
}

.header-logo img {
  display: block;
  width: auto;
  height: 70px;
}

.header .social-icons {
  display: flex;
  align-items: center;
  justify-content: end;
  flex: 0;
}

.social-icons a {
  padding-left: var(--spacing-md);
  display: inline-block;
  font-size: 16px;
  color: var(--color-gray-01);
}

.social-icons a:hover {
  color: var(--color-teal);
}

.single-networks.social-icons a {
  padding-left: 0;
  padding-right: var(--spacing-sm);
}

.fixed-filters {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
}

.fixed-filters.show {
  top: 0;
}

/******************************************
	Navigation
******************************************/
.header .header-navigation {
  display: flex;
  align-items: center;
  justify-content: end;
  border-bottom: 0;
  margin: 0;
  background: transparent;
  height: 100%;
  flex: 1;
  padding-left: var(--spacing-md);
}

.header-navigation ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}

.header-navigation ul > li > a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--color-gray-01);
  text-decoration: none;
  font-weight: 400;
  padding-top: var(--spacing-xs);
  padding-bottom: var(--spacing-xs);
  padding-left: var(--spacing-xs);
  padding-right: var(--spacing-sm);
}

.header-navigation ul > li > ul {
  display: none;
  width: auto;
  position: absolute;
  text-align: left;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  transform-origin: top;
}

.header-navigation ul > li:hover > ul {
  display: block;
}

.header-navigation ul > li > ul > li {
  display: block;
  width: auto;
  background: var(--color-dark-blue);
}

.header-navigation ul > li > ul > li > a {
  background: var(--color-dark-blue);
  /* color: var(--color-white) !important; */
  padding-top: calc(var(--spacing-sm) - 4px);
  padding-bottom: calc(var(--spacing-sm) - 4px);
  padding-left: var(--spacing-md);
  padding-right: var(--spacing-md);
  width: 100%;
  white-space: nowrap;
}

.header-navigation ul > li > ul > li > a:hover {
  background: var(--color-teal);
  /* color: var(--color-dark-blue) !important; */
  color: var(--color-white) !important;
}

.header-navigation li.menu-item-has-children a::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: var(--spacing-xs);
}

.header-navigation .sub-menu li a::after {
  display: none;
  content: "";
}

.header-navigation ul li a:hover {
  color: var(--color-teal);
}

.onScroll .header-navigation ul li a:hover,
.no-hero .header-navigation ul li a:hover {
  color: #01589e;
}

.mobile-button-wrapper {
  justify-content: end;
  flex: 1;
  display: none;
}

#mobileButton {
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mobileMenu {
  position: absolute;
  width: 100%;
  z-index: 9;
  margin: 0;
  padding: 0;
  transform: translateY(-100%);
  overflow: hidden;
  display: none;
}

#mobileMenu ul {
  margin: 0;
  padding: 0;
}

#mobileMenu.is-active {
  transform: translateY(0%);
}

#mobileMenu li {
  list-style: none;
  float: none;
  position: relative;
  margin: 0;
  padding: 0;
}

#mobileMenu li:last-child {
  border-bottom: none;
}

#mobileMenu li a {
  width: 100%;
  padding: var(--spacing-md);
  display: inline-block;
  color: var(--color-white);
  background: var(--color-teal);
  border-bottom: 1px solid var(--color-white);
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

#mobileMenu li a:hover {
  color: var(--color-dark-blue);
  background: var(--color-yellow);
}

.hamburger-inner:after {
  bottom: -9px;
}

.hamburger-inner:before {
  top: -9px;
}

hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 40px;
}

.hamburger {
  padding-left: var(--spacing-md);
}

/******************************************
	Loader
******************************************/
.loader-wrapper {
  position: absolute;
  z-index: 11;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-wrapper .overlay {
  left: -10px;
  background: rgba(255, 255, 255, 0.75);
}

.loader {
  display: block;
  color: #212121;
  font-size: 45px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
  z-index: 3;
}

@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
select,
.vfbp-form .vfb-form-control {
  display: block;
  height: 40px;
  line-height: 1;
  padding: 10px;
  color: #222;
  box-shadow: none;
  border: none;
  width: 100%;
  max-width: 100%;
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/******************************************
	Buttons
******************************************/
input[type="button"],
input[type="reset"],
input[type="submit"],
.vfbp-form .btn-primary,
.button,
.button:link,
.button:visited,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
  font-size: 16px;
  font-weight: 400;
  fill: var(--color-white);
  color: var(--color-white);
  background-color: var(--color-blue);
  display: inline-block;
  line-height: 1;
  padding: var(--spacing-sm) var(--spacing-sm) calc(var(--spacing-xs) + 3px);
  border: 0;
  outline: 0;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  text-decoration: none;
  transition: all 0.2s;
  position: relative;
}

.button {
  margin-right: var(--spacing-md);
}

.button:last-child {
  margin-right: 0;
}

.resource-buttons .resource-card-button {
  width: 100%;
  text-align: center;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.button:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.button:focus {
  outline: var(--color-teal) solid 2px;
}

.footer {
  background-color: var(--color-blue);
  color: var(--color-white);
  font-size: 16px;
  padding: var(--spacing-lg) 0;
}

.footer .heading-06 {
  padding-bottom: var(--spacing-xs);
}

.footer .footer-inner {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: center;
}

.footer .footer-title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  padding-bottom: var(--spacing-md);
}

.footer__navigation li {
  display: block;
  position: relative;
}

.footer__navigation li > a {
  text-decoration: none;
  color: var(--color-white);
  display: block;
  padding-bottom: var(--spacing-sm);
}

.footer .social-icons a {
  color: var(--color-white);
  display: block;
  padding-bottom: var(--spacing-sm);
  text-decoration: none;
}

.footer .social-icons i {
  font-size: 18px;
  width: 32px;
  padding-right: var(--spacing-xs);
}

.footer .social-icons a {
  padding-left: 0;
}

.footer-location {
  padding-bottom: var(--spacing-md);
}

.footer .footer-hr {
  max-width: unset;
}

.legal-navigation li {
  display: inline-block;
  position: relative;
}

.legal-navigation li > a {
  text-decoration: none;
  color: var(--color-white);
  display: block;
  padding: 0 var(--spacing-sm);
}

.legal-navigation li:last-child > a {
  padding: 0 0 0 var(--spacing-sm);
}

.legal-navigation li:first-child > a {
  padding: 0 var(--spacing-sm) 0 0;
}

@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1420px;
  }
}

@media (min-width: 1800px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1620px;
  }
}

@media only screen and (max-width: 1200px) {
  .header-navigation ul > li > a {
    padding-right: var(--spacing-xs);
  }
}

@media only screen and (max-width: 991px) {
  .mobile-button-wrapper {
    display: flex;
  }

  .header .header-navigation,
  .header .social-icons {
    display: none;
  }

  #mobileMenu {
    display: block;
  }

  .header-logo img {
    height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .header-buttons {
    display: none;
  }

  .header-logo {
    flex: 1;
    justify-content: start;
    display: flex;
    padding-left: var(--spacing-md);
  }

  .legal-navigation {
    padding-top: var(--spacing-md);
  }

  .footer-title {
    margin-top: var(--spacing-lg);
  }
}
