a, .button, .button::after, .buttonDark, .buttonDark::after, .buttonLight, .buttonLight::after {
  transition: all 0.3s linear;
}

.buttonDark, .button.white {
  border-radius: 6px;
  background-color: #165968;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 48px;
}

.buttonDark::after, .button.white::after {
  content: \" \";
  display: inline-flex;
  flex-wrap: nowrap;
  width: 50px;
  height: 16px;
  background: url(/wp-content/uploads/White-Logomark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.buttonDark:hover, .button.white:hover {
  background-color: #2d9ab2;
  color: #ffffff;
  padding-right: 38px;
}

.buttonDark:hover::after, .button.white:hover::after {
  width: 60px !important;
}

.buttonLight, .button.blue, .button.turquoise {
  border-radius: 6px;
  background-color: #ffffff;
  color: #165968 !important;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 48px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.buttonLight:hover, .button.blue:hover, .button.turquoise:hover {
  background-color: #d9d9d9;
  color: #165968;
  padding-right: 38px;
}

.buttonLight::after, .button.blue::after, .button.turquoise::after {
  content: \" \";
  display: inline-flex;
  flex-wrap: nowrap;
  width: 50px;
  height: 16px;
  background: url(/wp-content/uploads/Blue-Logomark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.buttonLight:hover::after, .button.blue:hover::after, .button.turquoise:hover::after {
  width: 60px;
}

.sub-menu {
  padding: 12px !important;
  background-color: #ffffff !important;
}

@media (max-width: 767px) {
  h1 {
    font-size: 44px !important;
  }
  h2 {
    font-size: 32px !important;
  }
  h3 {
    font-size: 26px !important;
  }
}
h3 {
  display: flex;
}

h3::before {
  padding-right: 12px;
  margin-right: 20px;
  content: \" \";
  background-color: #165968;
  background-position: left;
}

.turquoise h3::before, .turquoise h3::before, .blue h3::before {
  background-color: #ffffff !important;
}

.wpgb-facet .wpgb-radio-facet .wpgb-radio-control:after {
  border-radius: 0px !important;
}

.random-testimonial .oxy-repeater-pages-wrap, .news-events-small-feed .oxy-repeater-pages-wrap {
  display: none;
}

label {
  text-transform: uppercase;
  margin-left: 10px !important;
}

.gform_button, .gform-theme-button {
  border-radius: 6px !important;
  border: none !important;
  background-color: #165968 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  padding: 12px 48px !important;
  line-height: 1em !important;
}

.gform_button:hover, .gform-theme-button:hover {
  background-color: #2d9ab2 !important;
  color: #ffffff !important;
}

@media (max-width: 767px) {
  label {
    text-align: left !important;
  }
}
.oxy-repeater-pages-wrap {
  width: 100%;
}
