/* GLOBAL STYLES */
@media (max-width: 1343px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
  }
}
/* FIX FORM FROM SKIPPING TO THE LEFT ON POP-UP */
.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding-right: 0 !important;
}

.blue-bullets ul {
  color: #fff;
}

.blue-bullets ul li::marker {
  color: #9FC4FF;
}

.white-bullets ul li::marker {
  color: #ffffff;
}

/* SPLIT HEADERS + IMAGE SECTIONS */
.split-section-mobile-image-column img {
  object-fit: cover;
}

/* split header right  */
.nfm-splitheader-right {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50px 100%);
}

/* split section right */
.half-column-clip-left {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
}

/* split section left */
.half-column-clip-right {
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.half-column-image {
  flex: 0 0 calc(50vw - 100px);
}

.half-section-image-left > .elementor-container {
  justify-content: flex-end;
}

.half-column-text {
  flex: 0 0 60%;
}

/* WHITE LINED SECTIONS */
/* all white sections */
.nfm-white-lines {
  overflow-x: clip;
}

/* Both left & right lines */
.nfm-white-lines:before,
.nfm-white-lines:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 300px;
  opacity: 5%;
  content: "";
}

/* left lines */
.nfm-white-lines:before {
  background-image: url("/wp-content/uploads/2021/06/LINES-LEFT.svg");
  left: -150px;
}

/* right lines */
.nfm-white-lines:after {
  background-image: url("/wp-content/uploads/2021/06/LINES-RIGHT.svg");
  right: -150px;
}

/* GRAVITY FORMS */
form fieldset input[type=text],
form div input[type=text],
form div select,
form div textarea {
  background: #eee;
  border: none;
  padding: 15px !important;
  font-size: 22px !important;
}

form .gform_footer input[type=submit] {
  font-size: 30px !important;
  border: none;
}

.footer-email-form form #field_4_1 #input_4_1 {
  padding: 5px 15px !important;
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.footer-email-form form .gform_footer input#gform_submit_button_4[type=submit] {
  font-size: 21px !important;
}

#field_7_2 button {
  background: #ef890f;
  border: none;
}

form .gform_footer #gform_submit_button_7 {
  font-size: 16px !important;
}

/* JOB LISTING */
/* job-button */
.job-button {
  background: #9fc4ff;
  padding-left: 25px;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* job info */
.job-info {
  line-height: 0;
  color: #282969;
}

.job-info h3 {
  text-transform: capitalize !important;
}

/* job icon */
.job-icon {
  background-image: url("/wp-content/uploads/2021/06/ARROW.svg");
  background-size: 100% 100%;
  height: 75px;
  width: 75px;
}

.modal-button {
  background: #9fc4ff;
  padding-left: 25px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  color: white;
}

.modal-button:hover {
  background-color: #ef890F;
}

.details-modal {
  background: #ffffff;
  border-radius: 0.5em;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  left: 50%;
  max-width: 80%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80vh;
  overflow: scroll;
  display: none;
  flex-direction: column;
}

.details-modal-content h4 {
  font-size: 35px;
}

.details-modal .details-modal-close {
  display: block;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 15px;
}

.details-modal .details-modal-close svg {
  display: block;
}

.details-modal .details-modal-title,
.details-modal .details-modal-content {
  padding: 1em;
}

.details-modal-overlay {
  transition: opacity 0.2s ease-out;
  background: rgba(40, 41, 105, 0.5);
  position: relative;
  width: 100%;
  height: 100%;
}

.modals {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 99;
}

/*# sourceMappingURL=nfm-styles.css.map */
