@charset "UTF-8";
/* Shorthand */
/* File Paths */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;700&display=swap");
/* Media Queries (For per element use) */
.page .fl-post-header {
  display: none !important;
}
.search-results .fl-post-header {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .fl-col-small {
    max-width: 100% !important;
  }
}
.slide-text {
  color: #000 !important;
}
.slide-text .fl-slide-text {
  font-size: 60px !important;
  font-weight: 500 !important;
  font-family: "Oswald", sans-serif;
}
.slide-text .fl-slide-text > * {
  line-height: 1.1 !important;
}
.foot-menu ul {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .foot-menu ul {
    margin: 0;
  }
}
.foot-menu ul li {
  padding: 0 !important;
  margin-bottom: 5px;
  list-style: none;
  font-size: 18px;
  border: none !important;
  text-transform: uppercase !important;
  margin-bottom: 12px !important;
}
@media only screen and (max-width: 767px) {
  .foot-menu ul li {
    float: none;
    display: block;
    width: 100%;
  }
}
.foot-menu ul li:nth-child(odd) {
  clear: both;
}
.foot-menu ul li:before {
  content: "•";
  padding-right: 5px;
  color: #298b96;
}
.foot-menu ul li.current_page_item a {
  color: #d38b29 !important;
}
.foot-menu ul li a {
  color: #298b96 !important;
  padding: 0 !important;
}
.foot-menu ul li a:before {
  display: none;
}
.foot-menu ul li a:hover {
  color: #d38b29 !important;
  text-decoration: underline;
}
.quick-form .gfield_label {
  display: none !important;
}
