.jobs-latest-shortcode-widget:has(.nitro-sc-load)::after {
  background-image: url('../images/loader.gif');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left;
  content: "Hold tight, fetching latest jobs";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-left: 30px;
}
.job-results-elementor-block {
  display: none;
}
.jobs-shortcode-ajax .loading-card {
  width: 100%;
  min-height: 200px;
  background-color: #e0e0e0;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.jobs-shortcode-ajax .loading-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  animation: spotlight 1.5s infinite;
}

.jobs-shortcode-ajax .loading-content {
  position: relative;
  z-index: 1;
  padding: 20px;
}

.jobs-shortcode-ajax .loading-card .placeholder {
  height: 20px;
  background-color: #d6d6d6;
  margin-bottom: 15px;
  border-radius: 5px;
}

.jobs-shortcode-ajax .loading-card .placeholder.title {
  width: 70%;
  height: 30px;
}

.jobs-shortcode-ajax .loading-card .placeholder.small {
  width: 50%;
}

.jobs-shortcode-ajax .loading-card .placeholder.medium {
  width: 75%;
}

.jobs-shortcode-ajax .loading-card .placeholder.large {
  width: 100%;
}
.job-card {
  margin: 20px 0;
  padding: 20px;
  border: 2px solid #E7EFFA;
  background-color: #fff;
  transition: .3s all;
}
#jobs-container-ajax-loader .job-card:first-child {
  margin-top: 0;
}

.job-card:hover {
  background: #D2E2F3;
  border-width: 10px 0 0 0;
  border-color: #97BCE3;
  border-style: solid;
}

.job-card .job-title {
  font-size: 1.5rem;
  color: #003366;
  margin-bottom: 20px;
}

.job-card .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.job-card .job-info {
  flex: 1 1 23%;
  margin: 0 1% 10px;
}

.job-card .label {
  display: block;
  font-weight: bold;
  color: #003366;
  margin-bottom: 3px;
}

.job-card .value {
  font-size: 0.95rem;
  color: #333;
  text-transform: uppercase;
}

.job-card .job-description {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.5;
}

.job-card .job-buttons {
  display: flex;
  gap: 10px;
}

.job-card a {
  font-weight: 500;
  background-color: #fff;
  color: #06205C;
  border-style: solid;
  border-width: 1px;
  border-color: var(--e-global-color-primary);
  padding: 0 30px;
  min-width: 200px;
  display: inline-block;
  text-align: center;
  align-content: center;
  transition: .3s all;
}

.job-card a:hover {
  filter: brightness(1.3);
}

.job-card .view-job {
  background-color: #fff;
  color: #003366;
}

.job-card .apply-now {
  background-color: #06205C;
  color: #fff;
  border: none;
}

#load-more-jobs {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  background-color: #003366;
  color: white;
  border: none;
  cursor: pointer;
}

#load-more-jobs:hover {
  background-color: #06205C;
}

#gform_wrapper_17{
  max-width: 100% !important;
}
#gform_wrapper_17 form input{
  width: 100%;
}
#gform_wrapper_17 form input[type="submit"] {
  display: inline-block;
  width: 100px !important;
  background-color: var( --e-global-color-primary );
  color: #FFFFFF !important;
  margin: 0 auto;
}

.search-form.homepage select {
  display: block;
}
.search-form.homepage .form-input.submit {
  margin-top: 40px;
}
.search-form.homepage .hidden {
  display: none;
}
.search-form.homepage .form-inputs {
  padding: 0;
}
.search-form.homepage .form-input:not(.submit) {
  padding: 10px 20px;
}
.search-form.homepage input[type="submit"] {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 0;
  background-color: #A2589E;
  color: #fff;
  border: none;
  cursor: pointer;
}
.search-form.homepage input[type="submit"]:hover {
  background-color: #8A4A8E;
}

.search-form.jobs-page input {
  border-radius: 0;
}
.search-form.jobs-page input[type="text"] {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
}
.search-form.jobs-page input[type="submit"] {
  width: 100%;
  margin: 10px 0;
  background-color: #06205c;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  position: relative;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 6px 10px;
}
.search-form.jobs-page input[type="submit"]:hover {
  background-color: #091f53;
}
.search-form.jobs-page select {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
}
.search-form.jobs-page .form-inputs {
  padding: 0 0 20px;
}
.search-form.jobs-page .row {
  display: flex;
  width: 100%;
}
.search-form.jobs-page .col {
  flex: 1;
  padding: 0 10px;
  position: relative;
}
.search-form.jobs-page .form-inputs .col:last-child:after {
  content: ">";
  margin-left: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: white;
  font-size: 30px;
  display: block;
  height: 47px;
  width: 44px;
  text-align: center;
  color: #06205c;
}
.filter-form .filter-overflow {
  overflow-y: auto;
  max-height: calc(100vh - 245px);
}

.filter-form .filter-overflow::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
  background-color: #F5F5F5;
}

.filter-form .filter-overflow::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.filter-form .filter-overflow::-webkit-scrollbar-thumb {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
  background-color: #06205c;
}

.filter-form input[type="submit"] {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 0;
  background-color: #06205C;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}

.filter-form .filter {
  margin-bottom: 10px;
}

.filter-form .filter:last-child {
  margin-bottom: 0;
}

.filter-form .heading {
  position: relative;
}

.filter-form .heading h3 {
  background: #9a5da6;
  color: white;
  padding: 5px 10px;
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
}

.filter-form .values {
  padding: 10px;
  background: #e0cee4;
  color: #06205c;
  font-size: 1.1rem;
  font-weight: 500;
}

.filter-form .filter[data-accordion] {
  cursor: pointer;
}

.filter-form .expand-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  transition: transform .3s;
  color: white;
  cursor: pointer;
  font-size: 20px;
}
.filter-form  .expand-btn.expanded {
  transform: rotate(45deg);
}
.branch-description .read-more {
  overflow: hidden;
  transition: height 0.5s;
}
.branch-description a[data-read-more] {
  text-decoration: none;
  padding: 0;
  display: block;
  margin: 10px 0;
  cursor: pointer;
  color: #a2589e;
  width: 200px;
}
.branch-description a[data-read-more] .icon {
  display: none;
  background: #a2589e;
  padding: 0 15px;
  color: #FFF;
  float: right;
}
body .signature-output {
  font-family: "Playwrite CU", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 10px;
  font-size: 20px;
}

/* Show Hide Sticky Header Speed Control */
.elementor-location-header {
  position: relative;
  z-index: 100;
}
#hide-header {
  transition: top .4s ease!important;
}

.jt-job-content {
  text-align: justify;
}
.jt-job-content p:has(> strong) {
  margin-bottom: .1rem;
}
.jt-job-content ul {
  list-style-position: inside;
  padding: 0 0 .9rem;
  list-style: none;
}
.jt-job-content ul li:before {
  content: "•";
  font-size: 120%;
  padding-right: 10px;
  position: relative;
  top: 1px;
}
.close-job-filters {
  width: 30px;
  right: -15px;
  position: absolute;
  background: rgba(255, 255, 255, .9);
  color: black;
  border: none;
  height: 30px;
  border-radius: 100%;
  box-shadow: 0px 1px 5px #4e4e4e;
  top: 0%;
  z-index: 2;
  padding: 0 0 1px 0;
}
body .gform-theme--foundation .gform_fields {
  grid-row-gap: 20px;
}
.latest-job .title {
  font-weight: 600;
}
.latest-job .information {
  font-weight: 500;
  font-size: 13px;
  color: #3A3232;
}
.gfield--type-choice.inline-radio .gfield_radio {
  flex-direction: row !important;
  flex-wrap: wrap;
}
.blue-button {
  background: #061f5c;
  text-decoration: none !important;
  color: white !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  margin-right: 0px;
  font-size: 16px;
  margin-top: 0px;
}
.modal {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: .5s all ease;
}
.modal.visible {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background-color: #fefefe;
  margin: 180px auto 80px;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.modal p {
  margin: 5px 0;
}
.modal ul {
  margin: 5px 0;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.post-password-form {
  max-width: 800px;
  margin: 40px auto;
  width: 100%;
}

/* Form Field Width Fixes */
#likert_col_2_6_19,
#likert_col_4_6_19,
#likert_col_3_6_19,
#likert_col_5_6_19,
#likert_col_6_6_19,
#likert_col_2_7_19,
#likert_col_4_7_19,
#likert_col_3_7_19,
#likert_col_5_7_19,
#likert_col_6_7_19,
#likert_col_2_8_19,
#likert_col_4_8_19,
#likert_col_3_8_19,
#likert_col_5_8_19,
#likert_col_6_8_19,
#likert_col_2_46_19,
#likert_col_4_46_19,
#likert_col_3_46_19,
#likert_col_5_46_19,
#likert_col_6_46_19 {
  width: 110px;
}

/* !!! Responsive !!! */
@media (max-width: 1024px) {
  #job-filters {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    z-index: 100;
    background: white;
    height: 100vh;
    transition: left .5s;
  }
  #job-filters.active::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background: rgba(0,0,0,0.5);
    z-index: -1;
  }
  .filter-form {
    overflow: auto;
    height: auto;
    padding: 10px 10px 10px calc(10% + 10px);
  }
  .filter-form .filter-overflow {
    overflow-y: auto;
    max-height: 84vh;
  }
  .filter-form input[type="submit"] {
    padding: 0;
    height: 10vh;
    margin: 1vh 0;
  }
}
@media (max-width: 900px) {
  .job-card a {
    padding: 10px 0;
    min-width: 150px;
  }
  .job-card .job-info {
    flex: 1 1 50%;
  }
}
@media (max-width: 768px) {
  .job-card .job-buttons {
    width: 100%;
  }
  .job-card a {
    padding: 10px 0;
    min-width: unset;
    width: 100%;
  }
  .search-form.jobs-page .row {
    flex-direction: column;
  }
}
@media (max-width: 425px) {
  .job-card .job-details {
    display: block;
  }
  .benefits-graphic {
    padding-top: 10px;
    margin-bottom: 0;
  }
  .jt-job-content {
    text-align: center;
  }
  .modal-content {
    margin-top: 55px;
  }
}

@keyframes spotlight {
  0% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateX(150%);
  }
}