* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body h1, body h2, body h3, body h4, body h5, body p {
  text-wrap: balance !important;
}

body h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

body h2 {
  font-size: 2rem;
  font-weight: bold;
}

body h3 {
  font-size: 1.75rem;
  font-weight: bold;
}

body h4 {
  font-size: 1.5rem;
  font-weight: bold;
}

body h5 {
  font-size: 1.25rem;
  font-weight: bold;
}

body a {
  color: #333;
}

body p {
  font-size: 1rem;
  color: #000;
}

body .navbar-nav a {
  font-weight: bold;
}

body .navbar-nav .dropdown-menu a {
  font-weight: unset;
}

/* Body */
body {
  overflow-x: hidden;
}

#sub-header {
  background: #f0f0f0;
  font-size: 0.8rem;
  text-align: center;
  padding: 10px 0;
}

/* Home Page Specific Header */
.home header.navbar {
  border-bottom: none;
}

/* Global Header */
header {
  padding: 20px 0 !important;
}

header .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

header.navbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header .navbar-brand img {
  max-width: 150px;
}

header .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}

header .nav-item .dropdown-item.active,
header .nav-item .dropdown-item:active {
  background-color: #333;
  color: #f0f0f0;
}

header .nav-item.btn {
  margin-left: 10px;
  background-color: #333;
}

header .nav-item.btn a {
  color: #f0f0f0;
}

@media (min-width: 992px) {
  header.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  header .site-branding {
    position: relative;
    z-index: 12;
  }
  header #menu-mainmenu {
    background: #000;
    position: fixed;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0px;
    padding: 150px 30px;
    z-index: 10;
  }
}

header .navbar-toggler {
  z-index: 11;
}

header .navbar-toggler .navbar-toggler-icon {
  background-image: none !important;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: relative;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

header .navbar-toggler .navbar-toggler-icon::before, header .navbar-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

header .navbar-toggler .navbar-toggler-icon::before {
  top: -6px;
}

header .navbar-toggler .navbar-toggler-icon::after {
  top: 6px;
}

header .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-color: transparent;
}

header .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

header .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

header .navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

footer {
  padding: 20px 0 !important;
}

footer p {
  font-size: 1rem;
}

footer ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  font-size: 1rem;
}

footer ul li {
  list-style-type: none;
}

footer .col-dynamic:last-child {
  text-align: right;
}

.row-breadcrumb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.row-breadcrumb .container-fluid .col {
  text-align: center;
}

@media (min-width: 769px) {
  .row-breadcrumb .container-fluid .col {
    text-align: left;
    padding-left: 30px;
  }
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea {
  display: block;
  width: 100%;
  margin-bottom: .5rem;
  padding: 10px;
}

.wpcf7-form select {
  width: 100%;
  margin-bottom: 1rem;
}

.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
  margin-right: 0.5rem;
}

.wpcf7-form label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  width: 100%;
}

.wpcf7-form input[type="submit"],
.wpcf7-form button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  border-radius: 0.375rem;
}

.wpcf7-form .wpcf7-list-item {
  margin-left: 0 !important;
}

.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.wpcf7-form .wpcf7-response-output {
  margin-top: 1rem;
}

.home .foundation-block {
  margin: 100px auto;
}

.home .foundation-block:first-child {
  margin-top: 100px;
}

.foundation-block {
  margin: 100px auto;
}

.foundation-block:first-child {
  margin-top: 20px;
}

.foundation-block.foundation-block__info-buckets {
  text-align: center;
}

.foundation-block.foundation-block__info-buckets img {
  height: 100%;
  max-height: 200px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .foundation-block.foundation-block__info-buckets .content {
    margin-bottom: 70px;
  }
}

.foundation-block.foundation-block__image_link .image_link {
  position: relative;
  background-color: #000;
  margin-bottom: 30px;
}

.foundation-block.foundation-block__image_link .image_link .title {
  opacity: 0;
  position: absolute;
  top: 45%;
  text-align: center;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
  z-index: 10;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.foundation-block.foundation-block__image_link .image_link .content {
  opacity: 0;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  z-index: 10;
}

.foundation-block.foundation-block__image_link .image_link .content * {
  color: #fff;
}

.foundation-block.foundation-block__image_link .image_link:after {
  opacity: 0;
  content: '';
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.foundation-block.foundation-block__image_link .image_link img {
  margin-bottom: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.foundation-block.foundation-block__image_link .image_link a:hover .title {
  opacity: 1;
  top: 47%;
}

.foundation-block.foundation-block__image_link .image_link a:hover .content {
  opacity: 1;
  top: 60%;
}

.foundation-block.foundation-block__image_link .image_link a:hover img {
  opacity: 0.2;
}

@media (max-width: 768px) {
  .foundation-block .col.col-txt {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100% !important;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .foundation-block img {
    margin-bottom: 40px;
  }
}

.carousel_hero {
  position: relative;
  padding: 0;
  margin: 0;
}

.carousel_hero ul {
  padding: 0;
  margin: 0;
}

.carousel_hero ul li.splide__slide {
  padding: 0;
  margin: 0;
  height: 300px;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-size: cover;
  text-wrap: balance;
}

.carousel_hero ul li.splide__slide .banner-container {
  position: relative;
  z-index: 20;
  width: 90%;
}

@media (min-width: 769px) {
  .carousel_hero ul li.splide__slide {
    width: 100%;
    height: 400px;
  }
  .carousel_hero ul li.splide__slide .banner-container * {
    max-width: 45%;
  }
}

.carousel_hero ul li.splide__slide:before {
  content: '';
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media (min-width: 769px) {
  .carousel_hero ul li.splide__slide:before {
    right: 50%;
  }
}

.carousel_hero ul li.justify-content-center .banner-container {
  position: relative;
  max-width: 75vw;
  text-align: center;
}

.carousel_hero .splide__pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
}

.carousel_hero .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.carousel_hero img {
  max-width: 100%;
}

.btn,
.button,
.wpcf7-submit {
  background-color: #333;
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid #333;
}

.btn:hover,
.button:hover,
.wpcf7-submit:hover {
  background-color: #f0f0f0;
  color: #333;
}

.btn.btn-outline,
.button.btn-outline,
.wpcf7-submit.btn-outline {
  border: 1px solid #333;
  background-color: transparent;
  color: #333;
}

.btn.btn-outline:hover,
.button.btn-outline:hover,
.wpcf7-submit.btn-outline:hover {
  color: #333;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
}

.card p {
  font-size: 1rem;
}

.card .card-image img {
  width: 100%;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.dynamic_col_section .col {
  position: relative;
}

.editor-tab a {
  position: absolute;
  top: 15px;
  width: 100px;
  z-index: 10;
  color: #fff;
  display: block;
  padding: 10px !important;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: uppercase !important;
  background: #333;
}

.editor-tab a:hover {
  width: 130px;
}
/*# sourceMappingURL=theme.css.map */