@font-face {
  font-family: headingFont;
  src: url(../assets/fonts/argent/fonnts.com-Argent-CF-Thin.otf);
}
@font-face {
  font-family: headingFontVariant;
  src: url(../assets/fonts/tt-backwards/TT.html\ Backwards\ Sans\ Trial\ Regular.otf);
}
@font-face {
  font-family: bodyFont;
  src: url(../assets/fonts/tt-norms/TT.html\ Norms\ Pro\ Light.otf);
}
html {
  scroll-behavior: smooth;
}
h1,
h2,
h3 {
  font-family: headingFont;
}
h4 {
  font-family: headingFontVariant;
  letter-spacing: 2%;
}
body {
  font-family: bodyFont;
  letter-spacing: 5%;
}
.contact-info,
.footer-links-one,
.footer-links-two,
.contact-info-wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
}
.contact-info div,
.footer-links-one div,
.footer-links-two div,
.contact-info-wrapper div {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
}
.custom-container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.heading-font {
  font-family: headingFont;
}
.heading-font-variant {
  font-family: headingFontVariant;
}
.body-font {
  font-family: bodyFont;
}
.hero-title em {
  color: #c2b59b;
  font-style: normal;
}
.vimeo-container iframe {
  box-sizing: border-box;
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none !important;
  user-select: none !important;
}
.owl-dots {
  pointer-events: none !important;
}
.owl-dots button {
  pointer-events: all !important;
}
.rich-text a {
  color: #c2b59b;
  transition: all 0.3s linear;
}
.rich-text a:hover {
  text-decoration: underline;
}
.text-gold {
  color: #c2b59b;
}
.contact-form form .submit-button {
  position: relative;
}
.contact-form form .submit-button .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}
.subscription-form {
  position: relative;
}
.subscription-form .wpcf7-spinner {
  position: absolute;
  right: 25px;
  top: 22px;
  margin: 0 !important;
}
@media (min-width: 1024px) {
  .subscription-form .wpcf7-spinner {
    right: 30px;
    top: 30px;
  }
}
.subscription-form > div {
  width: 100%;
}
.subscription-form > div > div {
  width: 100%;
}
.subscription-form input[type="email"] {
  outline: none !important;
  box-shadow: none !important;
  width: calc(100% - 75px);
  background: transparent;
  border-bottom: 1px solid #1d1d1d;
  padding-bottom: 10px;
  font-size: 16px;
  color: #eee;
}
@media (min-width: 1024px) {
  .subscription-form input[type="email"] {
    width: calc(100% - 88px);
  }
}
.subscription-form input[type="email"] + .wpcf7-not-valid-tip {
  color: white;
  background: #e74c3c;
  font-size: 12px;
  display: inline-block;
  padding: 2px 4px;
  border-radius: 2px;
  top: 40px;
  position: absolute;
  left: 0;
  font-weight: bold;
}
.subscription-form input[type="submit"] {
  text-transform: uppercase;
  font-size: 12px;
  color: black;
  height: 68px;
  width: 68px;
  background: #c2b59b;
  cursor: pointer;
  transition: all 0.3s linear;
  border-radius: 50%;
  font-weight: bold;
}
.subscription-form input[type="submit"]:hover {
  color: white;
  background: #1d1d1d;
}
@media (min-width: 1024px) {
  .subscription-form input[type="submit"] {
    height: 84px;
    width: 84px;
  }
}
.subscription-form span.wpcf7-form-control-wrap {
  position: relative;
}
.subscription-form span.wpcf7-form-control-wrap > span {
  position: absolute;
}
.subscription-form .wpcf7-response-output {
  border: 1px solid #555 !important;
  outline: none;
  box-shadow: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: center;
  border-radius: 5px;
  padding: 5px 10px !important;
  font-size: 14px;
  font-weight: bold;
  color: #999;
}
/* Jobs Widget */
#ja-jobs-widget {
  position: relative;
}
.ja-loading {
  position: absolute;
  top: 10px;
  right: 10px;
}
.ja-loading.left {
  left: 10px;
  right: auto;
}
/* Forms */
.ja-form {
  margin-bottom: 3em;
}
.ja-form .ja-field-container {
  margin-bottom: 0.5em;
}
.ja-form .ja-field-container:before,
.ja-form .ja-field-container:after {
  content: "";
  display: table;
}
.ja-form .ja-field-container:after {
  clear: both;
}
.ja-form .ja-field-container {
  zoom: 1;
}
.ja-form .ja-field-container label {
  display: block;
  float: left;
  width: 100px;
  padding-top: 6px;
}
.ja-form .ja-field-container .ja-field {
  float: left;
}
.ja-form .ja-field-container select,
.ja-form .ja-field-container textarea,
.ja-form .ja-field-container input[type="text"],
.ja-form .ja-field-container input[type="password"],
.ja-form .ja-field-container input[type="datetime"],
.ja-form .ja-field-container input[type="datetime-local"],
.ja-form .ja-field-container input[type="date"],
.ja-form .ja-field-container input[type="month"],
.ja-form .ja-field-container input[type="time"],
.ja-form .ja-field-container input[type="week"],
.ja-form .ja-field-container input[type="number"],
.ja-form .ja-field-container input[type="email"],
.ja-form .ja-field-container input[type="url"],
.ja-form .ja-field-container input[type="search"],
.ja-form .ja-field-container input[type="tel"],
.ja-form .ja-field-container input[type="color"] {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #333;
  border: solid 1px #ccc;
}
.ja-form .ja-field-container select {
  width: 240px;
  padding: 2px;
}
.ja-form .ja-field-container textarea {
  width: 230px;
  padding: 3px 4px;
}
.ja-form .ja-field-container input[type="text"],
.ja-form .ja-field-container input[type="password"],
.ja-form .ja-field-container input[type="datetime"],
.ja-form .ja-field-container input[type="datetime-local"],
.ja-form .ja-field-container input[type="date"],
.ja-form .ja-field-container input[type="month"],
.ja-form .ja-field-container input[type="time"],
.ja-form .ja-field-container input[type="week"],
.ja-form .ja-field-container input[type="number"],
.ja-form .ja-field-container input[type="email"],
.ja-form .ja-field-container input[type="url"],
.ja-form .ja-field-container input[type="search"],
.ja-form .ja-field-container input[type="tel"],
.ja-form .ja-field-container input[type="color"] {
  width: 230px;
  padding: 3px 4px;
}
.ja-form .ja-field-container .checkbox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ja-form .ja-field-container .checkbox {
  display: block;
  margin-left: 95px;
}
.ja-form .ja-field-container .checkbox br {
  clear: left;
}
.ja-form .ja-field-container .checkbox input {
  width: 15px;
  height: 19px;
  float: left;
}
.ja-form .ja-field-container .checkbox label {
  height: 21px;
  width: auto;
  line-height: 21px;
  float: left;
  padding: 2px 12px 0 5px;
}
.ja-form .ja-submit {
  margin-top: 1em;
  margin-left: 100px;
  vertical-align: middle;
}
.ja-form .ja-submit .ja-loading {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 10px;
  vertical-align: middle;
}
.ja-button {
  font-size: 1em;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  padding: 4px 18px;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9));
  background: -moz-linear-gradient(center top, #f9f9f9 5%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
  background-color: #f9f9f9;
  color: #333333;
  display: inline-block;
  text-shadow: 1px 1px 1px #ffffff;
  -webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
  -moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
  box-shadow: inset 1px 1px 0px 0px #ffffff;
}
.ja-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9));
  background: -moz-linear-gradient(center top, #e9e9e9 5%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
  background-color: #e9e9e9;
  cursor: pointer !important;
}
.ja-button:active {
  position: relative;
  top: 1px;
}
.ja-form .ja-field-container .error {
  color: #990000;
  border-color: #990000;
}
.ja-form .ja-field-container .validation-error {
  display: block;
  clear: both;
  margin-top: 5px;
  color: #aa0000;
}
.ja-form .ja-error-container {
  color: #aa0000;
  margin-top: 2em;
  margin-left: 100px;
}
.ja-form .ja-error-container p {
  margin-bottom: 0;
}
/* End forms */
/* Job list */
.ja-job-list {
  margin-bottom: 3em;
}
.ja-job-list .job {
  margin-bottom: 1em;
  padding: 0.5em;
}
.ja-job-list .job.alt {
  background-color: #4e4e4e;
}
.ja-job-list .job.hot {
  background-color: #fffdfd;
}
.ja-job-list .job .meta {
  margin-bottom: 1em;
}
.ja-job-list .job .meta:before,
.ja-job-list .job .meta:after {
  content: "";
  display: table;
}
.ja-job-list .job .meta:after {
  clear: both;
}
.ja-job-list .job .meta {
  zoom: 1;
}
.ja-job-list .job .meta p {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.ja-job-list .job .meta .classifications {
  float: left;
  list-style: none;
  width: 50%;
  margin: 0 0 0.5em 0;
}
.ja-job-list .job .meta .classifications li {
  display: inline;
  margin-right: 0.5em;
}
.ja-job-list .job .meta .date-posted {
  float: right;
  width: 50%;
  text-align: right;
}
.ja-job-list .job .meta .salary {
  clear: left;
  float: left;
}
.ja-job-list .job .meta .reference {
  float: right;
  text-align: right;
}
.ja-job-list .job .view-details {
  font-size: 0.9em;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  padding: 4px 10px;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9));
  background: -moz-linear-gradient(center top, #f9f9f9 5%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
  background-color: #f9f9f9;
  color: #333333;
  display: inline-block;
  text-shadow: 1px 1px 1px #ffffff;
  -webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
  -moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
  box-shadow: inset 1px 1px 0px 0px #ffffff;
}
.ja-job-list .job .view-details:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9));
  background: -moz-linear-gradient(center top, #e9e9e9 5%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
  background-color: #e9e9e9;
  cursor: pointer !important;
}
.ja-job-list .job .view-details:active {
  position: relative;
  top: 1px;
}
/* End job list */
/* Pager */
.ja-pager-container:before,
.ja-pager-container:after {
  content: "";
  display: table;
}
.ja-pager-container:after {
  clear: both;
}
.ja-pager-container {
  zoom: 1;
}
.ja-pager {
  float: left;
  font-size: 0.9em;
}
.ja-pager:before,
.ja-pager:after {
  content: "";
  display: table;
}
.ja-pager:after {
  clear: both;
}
.ja-pager {
  zoom: 1;
}
.ja-pager span,
.ja-pager a {
  display: block;
  float: left;
  line-height: 23px;
  padding: 0 8px;
  margin-right: 3px;
  color: #333;
  background-color: #f3f3f3;
  border: solid 1px #ddd;
}
.ja-pager a:hover,
.ja-pager .current-page {
  color: #fff;
  background-color: #bbb;
  border-color: #999;
  text-decoration: none;
}
.ja-pager-summary {
  float: right;
  line-height: 25px;
  font-size: 0.9em;
}
/* End pager */
/* Job details */
.ja-job-details .meta {
  margin-bottom: 1em;
}
.ja-job-details .meta:before,
.ja-job-details .meta:after {
  content: "";
  display: table;
}
.ja-job-details .meta:after {
  clear: both;
}
.ja-job-details .meta {
  zoom: 1;
}
.ja-job-details .meta p {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.ja-job-details .meta .classifications {
  float: left;
  width: 50%;
  list-style: none;
  margin: 0 0 0.5em 0;
}
.ja-job-details .meta .classifications li {
  display: inline;
  margin-right: 0.5em;
}
.ja-job-details .meta .date-posted {
  clear: right;
  float: right;
  width: 50%;
  text-align: right;
}
.ja-job-details .meta .salary {
  clear: left;
  float: left;
}
.ja-job-details .meta .reference {
  float: right;
  text-align: right;
}
.ja-job-details .apply {
  margin: 2em 0 0.5em 0;
  text-align: center;
}
.ja-job-details .apply .back-link {
  font-size: 0.9em;
  margin-right: 1em;
}
/* End job details */
/* Application form iframe (external app forms) */
.ja-apply-iframe iframe {
  width: 100%;
  height: 500px;
  border: none;
}
.ja-apply-iframe .apply {
  margin: 2em 0 0.5em 0;
  text-align: center;
}
.ja-apply-iframe .apply .back-link {
  font-size: 0.9em;
}
/* End application form iframe */
/* Application form */
.ja-job-apply .ja-submit .back-link {
  font-size: 0.9em;
  margin-left: 1em;
}
/* End application form */
/* Powered by JobAdder */
.powered-by-jobadder {
  color: #bbb;
  font-size: 0.9em;
  text-align: center;
  margin: 2em 0 1em 0;
}
.powered-by-jobadder a {
  color: #bbb;
}
.powered-by-jobadder a:hover {
  color: #aaa;
}
/* End powered by JobAdder */
#ja-jobs-widget .job-alt {
  background: transparent;
  padding: 0;
}
#ja-jobs-widget .ja-job-list {
  margin-top: 20px;
}
#ja-jobs-widget .job {
  padding: 0;
  background: transparent;
}
#ja-jobs-widget .job .title {
  font-family: bodyFont;
  background: #1d1d1d;
  font-size: 30px;
  color: #c2b59b;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 14px;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  #ja-jobs-widget .job .title {
    font-size: 50px;
    padding-top: 60px;
    padding-left: 50px;
    padding-right: 100px;
  }
}
#ja-jobs-widget .job .meta {
  background: #1d1d1d;
  margin-bottom: 0;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  #ja-jobs-widget .job .meta {
    padding-left: 50px;
    padding-right: 100px;
  }
}
#ja-jobs-widget .job .meta .classifications {
  width: 60%;
  padding-bottom: 0;
}
#ja-jobs-widget .job .meta .classifications li {
  color: #818285;
  list-style-type: disc;
  padding-right: 28px;
  margin-right: 0;
  font-size: 12px;
  position: relative;
}
#ja-jobs-widget .job .meta .classifications li::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #818285;
  border-radius: 50%;
}
#ja-jobs-widget .job .meta .classifications li:last-of-type::after {
  display: none;
}
@media (min-width: 768px) {
  #ja-jobs-widget .job .meta .classifications li {
    font-size: 16px;
  }
}
#ja-jobs-widget .job .meta .date-posted {
  display: none;
}
#ja-jobs-widget .job .summary {
  color: #fff;
  background: #1d1d1d;
  font-size: 16px;
  padding-bottom: 42px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  #ja-jobs-widget .job .summary {
    font-size: 18px;
    padding-left: 50px;
    padding-right: 100px;
  }
}
#ja-jobs-widget .job .view-details {
  margin-top: 2px;
  display: block;
  width: 100%;
  background: #1d1d1d;
  border-radius: 0;
  color: #818285;
  border: none;
  box-shadow: none;
  text-shadow: none;
  padding-left: 20px;
  padding-right: 20px;
  font-style: italic;
  transition: all 0.3s ease;
  padding-top: 8px;
  padding-bottom: 12px;
  position: relative;
}
@media (min-width: 1200px) {
  #ja-jobs-widget .job .view-details {
    padding-left: 50px;
    padding-right: 100px;
  }
}
#ja-jobs-widget .job .view-details::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 12px;
  transition: all 0.3s ease;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  opacity: 0;
  transform: rotate(-45deg);
  right: 32px;
}
@media (min-width: 1200px) {
  #ja-jobs-widget .job .view-details::after {
    right: 112px;
  }
}
#ja-jobs-widget .job:hover .title,
#ja-jobs-widget .job:hover .meta,
#ja-jobs-widget .job:hover .summary,
#ja-jobs-widget .job:hover .view-details {
  background: #c2b59b;
  color: #000;
}
#ja-jobs-widget .job:hover .view-details {
  padding-bottom: 20px;
}
#ja-jobs-widget .job:hover .view-details::after {
  right: 20px;
  opacity: 1;
}
@media (min-width: 1200px) {
  #ja-jobs-widget .job:hover .view-details::after {
    right: 100px;
  }
}
#ja-jobs-widget .job:hover .meta .classifications li {
  color: #000;
}
#ja-jobs-widget .job:hover .meta .classifications li::after {
  background: #000;
}
#ja-jobs-widget .ja-job-details .title {
  font-family: bodyFont;
  font-size: 30px;
  color: #c2b59b;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  #ja-jobs-widget .ja-job-details .title {
    font-size: 50px;
  }
}
#ja-jobs-widget .ja-job-details .meta {
  border-bottom: 1px dashed #c2b59b;
}
#ja-jobs-widget .ja-job-details .meta .classifications {
  min-width: 60%;
}
#ja-jobs-widget .ja-job-details .meta .classifications li {
  color: #818285;
  list-style-type: disc;
  padding-right: 28px;
  margin-right: 0;
  font-size: 12px;
  position: relative;
}
#ja-jobs-widget .ja-job-details .meta .classifications li::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #818285;
  border-radius: 50%;
}
#ja-jobs-widget .ja-job-details .meta .classifications li:last-of-type::after {
  display: none;
}
@media (min-width: 768px) {
  #ja-jobs-widget .ja-job-details .meta .classifications li {
    font-size: 16px;
  }
}
#ja-jobs-widget .ja-job-details .meta .date-posted {
  display: none;
}
#ja-jobs-widget .ja-job-details .description {
  font-size: 18px;
}
#ja-jobs-widget .ja-job-details .description ul {
  padding-left: 20px;
}
#ja-jobs-widget .ja-job-details .description ul li {
  list-style: disc;
  margin-bottom: 16px;
}
#ja-jobs-widget .ja-job-details .description strong {
  border-top: 1px dashed #c2b59b;
  padding-top: 20px;
  margin-top: 20px;
  display: block;
  color: #c2b59b;
  font-size: 24px;
  margin-bottom: 14px;
}
@media (min-width: 1200px) {
  #ja-jobs-widget .ja-job-details .description strong {
    padding-top: 40px;
    margin-top: 40px;
  }
}
#ja-jobs-widget .ja-job-details .apply {
  text-align: right;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  row-gap: 20px;
}
#ja-jobs-widget .ja-job-details .apply .back-link {
  position: relative;
  color: #818285;
  padding-bottom: 8px;
  order: 3;
  padding-left: 12px;
}
#ja-jobs-widget .ja-job-details .apply .back-link::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 8px;
  left: 0;
  transition: all 0.3s ease;
  transform: rotate(135deg);
  border-right: 2px solid #818285;
  border-bottom: 2px solid #818285;
}
#ja-jobs-widget .ja-job-details .apply .ja-button {
  position: relative;
  background: #1d1d1d;
  order: 1;
  text-align: left;
  padding: 12px 20px 8px;
  color: #a6a7a9;
  width: 100%;
  max-width: 590px;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.3s linear;
  font-size: 12px;
  border: none;
  outline: none;
  box-shadow: none;
  text-shadow: none;
}
#ja-jobs-widget .ja-job-details .apply .ja-button::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 12px;
  transition: all 0.3s ease;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  opacity: 1;
  transform: rotate(-45deg);
  right: 32px;
}
#ja-jobs-widget .ja-job-details .apply .ja-button:hover {
  background: #c2b59b;
  color: black;
}
#ja-jobs-widget .ja-job-details .apply .ja-button:hover::after {
  opacity: 1;
  right: 20px;
}
#ja-jobs-widget .ja-pager-container {
  display: flex;
  justify-content: center;
}
#ja-jobs-widget .ja-pager-container .ja-pager {
  margin: 0 auto;
}
#ja-jobs-widget .ja-pager-container .ja-pager .current-page,
#ja-jobs-widget .ja-pager-container .ja-pager .page,
#ja-jobs-widget .ja-pager-container .ja-pager .next-ellipsis,
#ja-jobs-widget .ja-pager-container .ja-pager .previous-ellipsis,
#ja-jobs-widget .ja-pager-container .ja-pager .last-page,
#ja-jobs-widget .ja-pager-container .ja-pager .first-page {
  background: transparent;
  border: none;
  outline: none;
  margin: 0 8px;
}
@media (min-width: 1200px) {
  #ja-jobs-widget .ja-pager-container .ja-pager .current-page,
  #ja-jobs-widget .ja-pager-container .ja-pager .page,
  #ja-jobs-widget .ja-pager-container .ja-pager .next-ellipsis,
  #ja-jobs-widget .ja-pager-container .ja-pager .previous-ellipsis,
  #ja-jobs-widget .ja-pager-container .ja-pager .last-page,
  #ja-jobs-widget .ja-pager-container .ja-pager .first-page {
    margin: 0 15px;
  }
}
#ja-jobs-widget .ja-pager-container .ja-pager .current-page {
  color: #c2b59b;
}
#ja-jobs-widget .ja-pager-container .ja-pager .page,
#ja-jobs-widget .ja-pager-container .ja-pager .next-ellipsis,
#ja-jobs-widget .ja-pager-container .ja-pager .previous-ellipsis,
#ja-jobs-widget .ja-pager-container .ja-pager .last-page,
#ja-jobs-widget .ja-pager-container .ja-pager .first-page {
  color: #818285;
}
#ja-jobs-widget .ja-pager-container .ja-pager .next,
#ja-jobs-widget .ja-pager-container .ja-pager .previous {
  display: none;
}
#ja-jobs-widget .ja-pager-container .ja-pager-summary {
  display: none;
}
#ja-jobs-widget .ja-job-search {
  background: #1d1d1d;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  #ja-jobs-widget .ja-job-search {
    padding: 40px 32px;
  }
}
@media (min-width: 1200px) {
  #ja-jobs-widget .ja-job-search {
    padding: 60px 50px;
  }
}
#ja-jobs-widget .ja-job-search .ja-field-container {
  width: 100%;
}
@media (min-width: 768px) {
  #ja-jobs-widget .ja-job-search .ja-field-container {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  #ja-jobs-widget .ja-job-search .ja-field-container {
    width: 23%;
  }
}
#ja-jobs-widget .ja-job-search .ja-field-container:nth-child(1) {
  order: 2;
}
#ja-jobs-widget .ja-job-search .ja-field-container:nth-child(2) {
  order: 3;
}
#ja-jobs-widget .ja-job-search .ja-field-container:nth-child(3) {
  order: 1;
}
#ja-jobs-widget .ja-job-search .ja-field-container:nth-child(4) {
  order: 4;
}
#ja-jobs-widget .ja-job-search .ja-form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px;
}
#ja-jobs-widget .ja-job-search .ja-form .ja-submit {
  order: 5;
}
#ja-jobs-widget .ja-job-search .ja-form .ja-field-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  #ja-jobs-widget .ja-job-search .ja-form .ja-field-container {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  #ja-jobs-widget .ja-job-search .ja-form .ja-field-container {
    width: 23%;
  }
}
#ja-jobs-widget .ja-job-search .ja-form .ja-field-container:nth-last-child(2) .ja-field select,
#ja-jobs-widget .ja-job-search .ja-form .ja-field-container:nth-last-child(2) .ja-field input {
  padding: 4px 20px;
}
#ja-jobs-widget .ja-job-search .ja-form .ja-field-container label {
  margin-bottom: 12px;
  width: 100%;
}
#ja-jobs-widget .ja-job-search .ja-form .ja-field-container .ja-field::after {
  display: none;
}
#ja-jobs-widget .ja-job-search .ja-form .ja-field-container .ja-field select,
#ja-jobs-widget .ja-job-search .ja-form .ja-field-container .ja-field input {
  padding: 6px 20px;
  background: #c2b59b;
  font-style: italic;
  width: 100%;
}
#ja-jobs-widget .ja-job-search .ja-form .ja-submit {
  margin: 0;
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  #ja-jobs-widget .ja-job-search .ja-form .ja-submit {
    width: 23%;
    margin-top: 42px;
  }
}
#ja-jobs-widget .ja-job-search .ja-form .ja-submit input {
  background: #c2b59b;
  width: 100%;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  border-radius: 0;
  padding: 5px 20px;
  font-weight: 500;
  font-style: italic;
}
#ja-jobs-widget .powered-by-jobadder {
  display: none;
}
.rich-text-wrapper p {
  margin-bottom: 15px !important;
}
.wysiwyg a {
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
}
@media (min-width: 960px) {
  .homepage .home-services,
  .homepage .home-statistics,
  .homepage .home-insights,
  .homepage .home-team,
  .homepage .home-video,
  .homepage .home-career {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .homepage .exec-search .exec-search-box {
    bottom: 26vh;
  }
  .homepage .career-move .career-move-box {
    bottom: 26vh;
  }
}
.insights-grid .insight:hover > div,
.insights .insight:hover > div,
.insights-grid .insight:hover > a,
.insights .insight:hover > a {
  background-color: #c2b59b;
}
.insights-grid .insight:hover.retail > div,
.insights .insight:hover.retail > div,
.insights-grid .insight:hover.retail > a,
.insights .insight:hover.retail > a {
  background-color: #6cca97;
}
.insights-grid .insight:hover.consumer > div,
.insights .insight:hover.consumer > div,
.insights-grid .insight:hover.consumer > a,
.insights .insight:hover.consumer > a {
  background-color: #65b2e8;
}
.insights-grid .insight:hover.aviation > div,
.insights .insight:hover.aviation > div,
.insights-grid .insight:hover.aviation > a,
.insights .insight:hover.aviation > a {
  background-color: #62cbc9;
}
.insights-grid .insight:hover.our_team > div,
.insights .insight:hover.our_team > div,
.insights-grid .insight:hover.our_team > a,
.insights .insight:hover.our_team > a {
  background-color: #ffc629;
}
.insights-grid .insight:hover.job_seeker > div,
.insights .insight:hover.job_seeker > div,
.insights-grid .insight:hover.job_seeker > a,
.insights .insight:hover.job_seeker > a {
  background-color: #f26651;
}
.contact-redirect {
  text-transform: uppercase;
  font-size: 12px;
  color: black;
  height: 68px;
  width: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c2b59b;
  cursor: pointer;
  transition: all 0.3s linear;
  border-radius: 50%;
  font-weight: bold;
}
.contact-redirect:hover {
  color: white;
  background: #1d1d1d;
}
@media (min-width: 1024px) {
  .contact-redirect {
    height: 84px;
    width: 84px;
  }
}
.industries .single-industry {
  height: 100%;
  padding-bottom: 125px;
}
@media (min-width: 1200px) {
  .industries .single-industry {
    padding-bottom: 250px;
  }
}
.industries .single-industry .industry-title-container {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1200px) {
  .contact-page .contact-form-wrapper {
    margin-top: -400px;
  }
}
.contact-page .hero-long-text .title-wrapper {
  height: 100%;
  padding-bottom: 180px;
}
@media (min-width: 1200px) {
  .contact-page .hero-long-text .title-wrapper {
    padding-bottom: 750px;
  }
}
.contact-page .hero-long-text .title-wrapper .title-container {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
