/* Includes */
/* Components */
/* Theme */
a {
  transition: color 0.25s ease-in-out;
}

/*  ==========================================================================
    Text Alignments
    ========================================================================== */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: left;
}

/*  ==========================================================================
    Text Colors
    ========================================================================== */
.text-white {
  color: #FFFFFF !important;
}

/*  ==========================================================================
    Links
    ========================================================================== */
.more-link a {
  border-bottom: 3px solid #1c1c1c;
  padding-bottom: 3px;
  display: inline-block;
  text-decoration: none;
}
.more-link a:hover {
  border-color: #002D62;
}

.more-link.center a {
  margin-left: auto;
  margin-right: auto;
}

.align-self-center {
  align-self: center;
}

.background-slice-green {
  background: #EDF0F3;
}

.section-split-image .kt-sc-imgcol figure {
  position: relative;
}
.section-split-image .kt-sc-imgcol figure:before {
  width: 75%;
  height: 120%;
  background-image: linear-gradient(-90deg, #848F99 75%, #BDDB16 0%);
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  right: -15px;
  top: -10%;
}
.section-split-image .kt-sc-imgcol figure img {
  box-shadow: 0px 0px 24px 12px rgba(28, 28, 28, 0.06);
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
  display: block;
  float: right;
  margin-right: -15px;
}

.section-split-image.s-right.s-wide .kt-sc-imgcol figure:before {
  width: 150%;
  background-image: linear-gradient(90deg, #F3F4F5 75%, #BDDB16 0%);
}

.section-split-image.s-left .kt-sc-imgcol figure:before {
  width: 75%;
  left: -15px;
  background-image: linear-gradient(-90deg, #BDDB16 25%, #848F99 0%);
}
.section-split-image.s-left .kt-sc-imgcol figure img {
  float: left;
  margin-left: -15px;
}

.section-split-image.s-left.s-wide .kt-sc-imgcol figure:before {
  width: 150%;
  background-image: linear-gradient(90deg, #BDDB16 25%, #F3F4F5 0%);
}

.logo-gallery .kb-gallery-filter-grayscale .kb-gallery-item-link:hover .kb-gallery-image-contain img {
  filter: none !important;
}

/* Header - Fontend only */
.kadence-sticky-header.item-is-stuck {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.125);
}

div[data-section=kadence_customizer_header_button2] + .site-header-item {
  margin-left: -7rem;
}

.main-navigation .primary-menu-container > ul ul li a {
  text-transform: none !important;
}

.site-footer-section {
  flex-direction: column;
}

.site-footer .site-container {
  padding: 0;
}

.list-checkmarks li::marker {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/* Found in Additional CSS class(es) */
.list-checkmarks {
  margin-left: 0 !important;
  padding-left: 1rem !important;
}
.list-checkmarks li {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.list-checkmarks li::marker {
  content: "\f00c";
  text-align: left;
  color: var(--global-palette1);
}

a[href].sw-phone:link {
  color: var(--global-palette-highlight) !important;
}

#mobile-drawer .drawer-header button.drawer-toggle {
  width: 2em;
  height: 2em;
  padding: 15px;
  margin: 0;
}

#mobile-drawer button.drawer-toggle .toggle-close-bar {
  width: 1.6em;
  height: 6px;
}

.align-self-center {
  align-self: center;
}

.background-slice-green {
  background: #EDF0F3;
}

/*footer logo mobile centering*/
@media only screen and (max-width: 719px) {
  .footer-logo-img {
    margin: auto;
  }
}
/*CONTACT PAGE STYLING*/
@media only screen and (min-width: 1025px) {
  .target-block-bg {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 14px 0px;
  }
  .background-slice-green {
    background: linear-gradient(90deg, #EDF0F3 60%, #BDDB16 40%);
  }
  .target-block-bg .kt-svg-icon-list-item-2 svg {
    color: #fff;
  }
}
/*CONTACT FORM STYLING*/
.contact-form-layout input[type=text], .contact-form-layout input[type=email], .contact-form-layout input[type=tel], .contact-form-layout select, .contact-form-layout textarea {
  border: 2px solid #000000;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.contact-form-layout form input[type=submit] {
  border: none;
  background-color: #A0B913;
  color: white;
}

/*EMPLOYMENT FORM PROGRESS BAR STYLING*/
.gform_wrapper.gravity-theme .gf_progressbar {
  border-radius: 0px;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
  background-color: #A0B913 !important;
  border-radius: 0px;
}

.gform_wrapper.gravity-theme .gf_progressbar_title {
  font-size: 15px;
  color: #000000 !important;
  text-transform: uppercase !important;
}

/*EMPLOYMENT FORM STYLING*/
.employment-form-layout input[type=text], .employment-form-layout input[type=email], .employment-form-layout input[type=tel], .employment-form-layout select, .employment-form-layout textarea {
  border: 2px solid #000000;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.employment-form-layout input[type=submit], .employment-form-layout input[type=button] {
  border: none;
  background-color: #A0B913;
  color: white;
}

.employment-form-layout .gform_previous_button {
  background: #212931 !important;
  color: #fff !important;
}

.employment-form-layout h5 {
  padding-top: 30px;
}

.employment-form-layout .fieldset-group-header h3 {
  padding-top: 60px;
}

@media only screen and (min-width: 768px) {
  .employment-form-layout .fieldset-group-header h3 {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .employment-form-layout .fieldset-group-header h3 {
    padding-top: 120px;
  }
}
.gfield_consent_label, .disclaimer-text {
  font-size: 16px !important;
}

.logo-gallery .kb-gallery-filter-grayscale .kb-gallery-item-link:hover .kb-gallery-image-contain img {
  filter: none !important;
}

/* Block Patterns */
/* Reusable Blocks */
/* Kadence Blocks */
.kb-gallery-ul.kb-gallery-type-slider .kt-blocks-carousel .slick-slider .kb-slide-item {
  padding: 0 !important;
}

button.kt-blocks-accordion-header {
  font-size: inherit;
}

/* Custom Blocks */
/*# sourceMappingURL=theme.css.map */