@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 400, 500, 600, 700;
}
html,
body {
  height: 100%;
}

body {
  font-family: "Roboto Flex", sans-serif;
  color: #333633;
  font-weight: 400;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f5f5f5;
}

p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4;
}

h1 {
  font-weight: 600;
  font-size: 2.5rem;
}

h2 {
  font-weight: 600;
  font-size: 2.25rem;
}

h3 {
  font-weight: 600;
  font-size: 1.75rem;
}

a {
  color: #4cbb17;
}
a:hover {
  color: #317C0E;
}

ol li {
  list-style: decimal;
}

.br-8 {
  border-radius: 8px;
}

.subtext {
  color: #555855;
}

.text__primary {
  color: #3f9c12;
}

.navbar .logo {
  width: 170px;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("../../images/icons/menu.svg");
  background-size: 25px;
}
.navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url("../../images/icons/close.svg");
  background-size: 18px;
}
.navbar .navbar-nav {
  gap: 30px;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-weight: 600;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #4cbb17;
}
.navbar .navbar-nav .nav-item.active .nav-link {
  border-bottom: 3px solid #4cbb17;
}
.navbar .navbar-nav .nav-item .btn__primary {
  width: 146px;
}

@media (min-width: 320px) {
  .navbar {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .navbar .logo {
    width: 140px;
  }
  .navbar .navbar-toggler {
    padding: 0.25rem;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-collapse {
    border: 1px solid rgba(0, 0, 0, 0.1490196078);
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 99;
    position: absolute;
    right: 0px;
    top: 69px;
    background-color: white;
    width: 200px;
    overflow: hidden;
    text-align: end;
  }
}
footer {
  padding: 30px;
  background-color: #efefef;
}
footer .logo {
  width: 30%;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
  opacity: 0.6;
}

.btn__primary {
  font-weight: 600;
  font-size: 1.125rem;
  display: inline-flex;
  width: initial;
  padding: 17px 22px;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  text-decoration: none;
  border: none;
  outline: none;
  justify-content: center;
  color: #ffffff;
  border: 1px solid #4cbb17;
  background-color: #000000;
}
.btn__primary:hover {
  background: #333633;
  color: #ffffff;
}

.btn__secondary {
  font-weight: 600;
  font-size: 1.125rem;
  display: inline-flex;
  width: initial;
  padding: 17px 22px;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  text-decoration: none;
  border: none;
  outline: none;
  justify-content: center;
  border: 2px solid #4cbb17;
  color: #4cbb17;
  background-color: #efefef;
}
.btn__secondary:hover {
  color: #ffffff;
  background-color: #4cbb17;
}

.btn__tertiary {
  font-weight: 600;
  font-size: 1.125rem;
  display: inline-flex;
  width: initial;
  padding: 17px 22px;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  text-decoration: none;
  border: none;
  outline: none;
  justify-content: center;
  border: 2px solid #4cbb17;
  color: #333633;
  background-color: #efefef;
}
.btn__tertiary:hover {
  color: #000000;
  background-color: #4cbb17;
}

.btn__danger {
  font-weight: 600;
  font-size: 1.125rem;
  display: inline-flex;
  width: initial;
  padding: 17px 22px;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  text-decoration: none;
  border: none;
  outline: none;
  justify-content: center;
  background-color: #bf244c;
  color: #ffffff;
}
.btn__danger:hover {
  color: #ffffff;
}

.btn__danger__outline {
  font-weight: 600;
  font-size: 1.125rem;
  display: inline-flex;
  width: initial;
  padding: 17px 22px;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  text-decoration: none;
  border: none;
  outline: none;
  justify-content: center;
  border: 2px solid #bf244c;
  color: #bf244c;
}
.btn__danger__outline:hover {
  color: #ffffff;
  background-color: #bf244c;
}

.v-cont .form-label::after {
  content: "*";
  color: red;
  margin-left: 5px;
}

.form-control {
  background-color: #f3f9f6;
  padding: 14px;
  border-radius: 8px;
}
.form-control:focus {
  border: 2px solid #317C0E;
  box-shadow: none;
  border-right: none;
}

.form-label {
  font-weight: 600;
  font-size: 1.125rem;
}

.form-check-label {
  margin-top: 7px;
}

.form-check-input {
  background-color: #efefef;
  width: 1.2em;
  height: 1.2em;
}
.form-check-input:focus {
  box-shadow: none;
}
.form-check-input:checked {
  background-color: #4cbb17;
  border-color: #4cbb17;
}

.input-group .form-control {
  border-right: none;
}
.input-group .form-control:focus + .input-group-text {
  border: 2px solid #317C0E;
  border-left: none;
}
.input-group .form-control .input-group-text {
  background-color: #f3f9f6;
}

.step-form .left-col {
  border-radius: 10px;
  background: linear-gradient(12deg, #4cbb17, #000000);
  padding: 30px;
}
.step-form .left-col h2 {
  color: #ffffff;
}
.step-form .step {
  display: none;
}
.step-form .step.active {
  display: block;
}
.step-form .progress-step {
  padding: 15px;
  margin: 10px 0;
  background: #ffffff;
  color: #317C0E;
  border-radius: 5px;
}
.step-form .progress-step.active {
  background: #317C0E;
  color: #ffffff;
}
.step-form .request-type {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.step-form .request-type i {
  color: #317C0E;
  margin-bottom: 5px;
}
.step-form .request-type div {
  flex: 0 0 24%;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  background-color: #f0f0f0;
  cursor: pointer;
}
.step-form .request-type div:hover {
  background-color: #e0e0e0;
}
.step-form .request-type div.selected {
  border: 1px solid #317C0E;
}

.more-info {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 6px;
}
.more-info img {
  width: 15px;
  cursor: pointer;
}

@media (min-width: 99px) {
  .step-form .left-col {
    border-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.dtTable {
  background-color: #ffffff;
}
.dtTable thead th {
  font-weight: 600;
  font-size: 1rem;
  padding: 20px 10px;
  border-bottom: 1px solid #dadadf;
  color: #3f9c12;
  background-color: #efefef;
  font-size: 0.875rem;
}
.dtTable tbody tr td {
  border-bottom: 1px solid #dadadf;
  padding: 12px;
}
.dtTable tbody tr td a {
  font-size: 0.875rem;
  padding: 15px;
}
.dtTable tbody tr:nth-child(even) {
  background-color: #e4ece5;
}

.tbl-custom-responsive {
  padding: 20px;
}
.tbl-custom-responsive .dtTable thead th {
  padding: 15px 6px;
  text-align: center;
  vertical-align: middle;
}
.tbl-custom-responsive .dtTable tbody tr td {
  padding: 15px 12px;
  border-bottom: 1px solid #dadadf;
  text-align: left;
}

.table-responsive .dtTable thead th {
  padding: 15px 6px;
  text-align: center;
  vertical-align: middle;
}

div.dt-paging .page-item.active .page-link {
  color: #ffffff !important;
  background-color: #3f9c12 !important;
  border-color: #3f9c12 !important;
}
div.dt-paging .page-item .page-link {
  color: #333633 !important;
}
div.dt-paging .page-item .page-link:focus {
  box-shadow: none;
}

@media (max-width: 1400px) {
  .tbl-custom-responsive {
    overflow-x: auto;
  }
}
.v-cont .input-validation-error {
  border: 2px solid #bf244c;
  background-color: #f8d7d7;
}
.v-cont .field-validation-error {
  font-weight: 400;
  font-size: 0.875rem;
  color: #bf244c;
  margin-top: 7px;
  display: block;
}

.password-criteria {
  display: none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 16px;
  top: 94px;
}
.password-criteria li {
  padding-bottom: 10px;
}
.password-criteria input[type=radio]:disabled:checked {
  border-color: #317C0E;
  background-color: #4cbb17;
}
.password-criteria .form-check-input:disabled {
  opacity: 1;
}
.password-criteria .form-check-input:disabled ~ .form-check-label,
.password-criteria .form-check-input[disabled] ~ .form-check-label {
  opacity: 1;
}
.password-criteria::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: 12px;
  border: 12px solid transparent;
  border-bottom: 14px solid rgba(0, 0, 0, 0.25);
  transform: rotate(0deg);
  top: -27px;
}

.full-bleed {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.hero-outer.full-bleed {
  position: relative;
  min-height: clamp(520px, 72vh, 900px);
  background: center/cover no-repeat url("../../images/collage only.png");
  --gutter: clamp(48px, 6vw, 96px);
  --text-max: clamp(640px, 48vw, 980px);
  display: flex;
  background-position: 50% 1%;
  --duane-x: 50%;
  /* left/right focus – 0% left, 100% right */
  --duane-y: 28%;
}
@media (min-width: 320px) {
  .hero-outer.full-bleed {
    background-position: 80% 1%;
  }
}

.hero-outer.full-bleed::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.45) 55%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 0;
}

.hero-grid {
  position: relative;
  display: grid;
  z-index: 1;
  grid-template-columns: 1fr;
  gap: 0;
  width: 100%;
  padding: clamp(16px, 4vw, 48px);
  min-height: inherit;
}
@media (min-width: 992px) {
  .hero-grid {
    grid-template-columns: 7fr 5fr;
  }
}

.mcta-wrap {
  position: relative;
  z-index: 2;
  max-width: var(--text-max);
  padding-left: var(--gutter);
  padding-bottom: clamp(80px, 16vh, 160px);
  margin-top: 0px;
}

.mcta {
  color: #ffffff;
  padding: clamp(0.25rem, 1vw, 0.75rem) 0 0 0;
  max-width: 780px;
}
.mcta .hero-title {
  font-size: clamp(36px, 3.2vw, 64px);
  line-height: 1.12;
  margin: 0 0 0.25em;
}
.mcta .cap-h {
  color: #4cbb17;
}
.mcta .hero-sub {
  font-size: clamp(22px, 2.4vw, 44px);
  line-height: 1.12;
  max-width: 28ch;
  margin: 0 0 1rem;
}
.mcta .hero-cap {
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.5;
  max-width: 65ch;
  padding-bottom: 1em;
}

.jlp-logo {
  position: absolute;
  left: var(--gutter);
  bottom: clamp(14px, 3.5vh, 64px);
  width: clamp(160px, 24vw, 340px);
  height: auto;
  z-index: 2;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.35));
}

.mcta-right {
  min-height: clamp(420px, 70vh, 760px);
  position: relative;
  overflow: hidden;
}
.mcta-right .hero-figure {
  position: absolute;
  inset: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  max-height: none;
  padding-right: 0;
}

@media (max-width: 768px) {
  .mcta-wrap {
    margin-top: 0;
    padding-left: clamp(16px, 4vw, 24px);
    padding-right: clamp(16px, 4vw, 24px);
  }
  .mcta-wrap .jlp-logo {
    width: clamp(180px, 30vw, 300px);
  }
  .mcta {
    margin-top: 0px;
    padding-bottom: 0.25em;
  }
  .mcta .hero-title {
    font-size: clamp(25px, 10vw, 35px);
    margin-bottom: 0.75rem;
  }
  .mcta .cap-h {
    display: block;
  }
  .mcta .hero-sub {
    font-size: clamp(15px, 8vw, 25px);
    margin-bottom: 0.75rem;
  }
  .mcta .hero-cap {
    font-size: clamp(12.5px, 5vw, 17.5px);
    padding-bottom: clamp(20px, 6vh, 40px);
  }
  .mcta-right .hero-figure {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .mcta-right .hero-figure {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .mcta {
    margin-top: 50px;
  }
  .mcta-right .hero-figure {
    width: 140%;
  }
}
@media (min-width: 1200px) {
  .mcta {
    margin-bottom: 0px;
  }
}
.ml-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.ml-wrapper main {
  flex: 1;
}

.center-box {
  margin: 2.5rem auto;
}
.center-box .colored-bg {
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.center-box .white-bg {
  background-color: #ffffff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.center-box .black-bg {
  color: #ffffff;
  background-color: #000000;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.w-card {
  background-color: #ffffff;
  border-radius: 8px;
}

.popover {
  background-color: #efefef;
}

.popover-body {
  color: #000000;
}

.bs-popover-top > .popover-arrow::after {
  border-top-color: #efefef;
}
