:root {
  --black: #000;
  --blue: #0d468c;
  --green: #006274;
  --white: #fff;
}

.button {
  padding: 20px 30px !important;
}

.plan-pricing-card--tooltip strong {
  color: var(--white);
}

.nav-container .nav__post-type-content-box .nav-post-card {
  border-radius: 0px;
}

.megadrop-nav--content,
.nav-container .nav__post-type-content-box__image-box img {
  border-bottom-right-radius: 0px;
}

.megadrop-nav--content {
  border-bottom-left-radius: 0px;
}

.button--blue {
  background-color: transparent;
  color: var(--green);
  border-color: var(--green);
}
.button--blue:hover {
  background-color: var(--green);
  color: var(--white);
}

.button--j-blue {
  background-color: var(--green);
  color: var(--white);
  border-color: var(--green);
}
.button--j-blue:hover {
  background-color: transparent;
  color: var(--green);
}

.nav-container {
	background-color: transparent;
}

.nav-container .nav__list--link {
	color: #fff!important;
}

.nav-container.nav-dark .button--white, .nav-container.nav-dark .button--blue {
    background-color: unset !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}

.nav-container.nav-dark .button--white:hover, .nav-container.nav-dark .button--blue:hover {
    background-color: #62a946 !important;
    border: 1px solid #62a946 !important;
    color: #ffffff !important;
}

.nav-container.scrolled .button--blue {
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
}
.nav-container.scrolled .button--blue:hover {
  background-color: var(--white);
  color: var(--black);
}

.nav-container.scrolled {
    background: #006274;
}

.nav-container:has(.navigation-mobile.active) {
	background: #006274;
}

.navigation-mobile.active {
    top: 100px;
}

.servicesSwiper {
  width: 100vw;
  margin-right: calc(-50vw + 50%);
}

.banner {
  /*margin-top: 100px;*/
  margin-top: 0px;
}

.banner,
.banner--video {
  /*height: 725px;*/
	height: 100vh;
}

.banner--overlay, .banner--image {
	height: 100%!important;
}

.servicesSwiper .swiper-slide {
  height: auto;
}

.service-card img {
	border-radius: 0%!important;
}

.banner.noimage {
  padding: 120px 20px;
}

.banner.noimage {
    background: -webkit-gradient(linear, right top, left top, from(#006274ad), to(#006274));
    background: linear-gradient(270deg, #006274ad, #006274);
    height: unset;
    padding: 150px 20px 70px;
}

.tws-has-background-green-linear {
    background: -webkit-gradient(linear, right top, left top, from(#006274ad), to(#006274));
    background: linear-gradient(270deg, #006274ad, #006274);
}

strong span, strong a {
	font-weight: 700;
}


.banner.noimage .banner__content-box--content .wysiwyg {
  margin-top: 20px;
}

.banner.noimage .banner--title {
  margin-bottom: 0px;
}

.banner--title {
  text-transform: unset;
}

.services-posts-section {
  overflow: hidden;
}

.banner.fullimage .banner__content-box .wysiwyg p,
.banner.noimage .banner__content-box .wysiwyg p,
.banner.fullvideo .banner__content-box .wysiwyg p,
.banner.imageslim .banner__content-box .wysiwyg p {
  font-size: 1rem;
}

.banner__content-box--content.imageslim {
  width: 100%;
  text-align: center !important;
}
.wysiwyg ul li {
  list-style: none;
  position: relative;
  padding-left: 24px;
}

.wysiwyg ul li {
  background-image: unset;
}

.wysiwyg ul li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(/wp-content/uploads/2025/05/list-item.png) no-repeat center;
  background-size: contain;
}

.service-card.tws-service-grid {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-card.tws-service-grid .service-card__content-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.service-card.tws-service-grid .service-card__content-box .service-card__content-box--inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.content-switch__image-box .acf-map {
  min-height: 400px;
  height: 100%;
}

.service-card.tws-service-grid
  .service-card__content-box
  .service-card__content-box--inner
  .service-card--text {
  display: flex;
  flex-grow: 1;
}

.tws-has-background-white .has-text-white {
    color: var(--black) !important;
}

.tws-has-background-white .wysiwyg.has-text-white, .tws-has-background-white .wysiwyg.has-text-white h1, .tws-has-background-white .wysiwyg.has-text-white h2, .tws-has-background-white .wysiwyg.has-text-white h3, .tws-has-background-white .wysiwyg.has-text-white h4, .tws-has-background-white .wysiwyg.has-text-white h5, .tws-has-background-white .wysiwyg.has-text-white h6, .wysiwyg.has-text-white a {
    color: var(--black) !important;
}

.wysiwyg h1 span, .wysiwyg h2 span, .wysiwyg h3 span, .wysiwyg h4 span, .wysiwyg h5 span, .wysiwyg h6 span {
    font-weight: 800;
}

.global-banner-section__content-box--content .wysiwyg p span,.global-banner-section__content-box--content .wysiwyg p a {
    font-weight: 600;
}

.single-job-banner {
  height: 350px;
  margin-top: 130px;
  min-height: 350px;
  position: relative;
}
.single-job-banner--image {
  display: block;
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.single-job-banner--title {
  font-weight: 700;
  line-height: 1.2;
}
.single-job-banner__content-box {
  left: 50%;
  padding: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.single-job-banner--location-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3px;
  justify-content: center;
}
.single-job-banner--salary {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}
.single-job-banner--location-box--link {
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.single-job-banner--location-box--link:not(:last-child):after {
  color: #fff;
  content: '|';
  display: inline-block;
}
@media (min-width: 768px) {
  .single-job-banner__content-box {
    padding: 0;
    width: 80%;
  }
}
.job-card {
  background-color: var(--white);
  border-radius: 0px;
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.08) !important;
  display: block;
  padding: 40px;
  margin-bottom: 20px;
}

.job-card:last-child {
  margin-bottom: 0px;
}

.job-card--salary,
.job-card--title {
  color: var(--black);
  font-weight: 700;
}
.job-card--salary {
  font-size: 14px;
}
.job-card--location {
  color: var(--green);
  font-weight: 700;
}

.job-card__location-box {
  margin-top: 10px;
}
@media (min-width: 64rem) {
  .job-card__location-box {
    margin-top: 0;
    text-align: right;
  }
}
.job-card__heading-box {
  display: grid;
}
@media (min-width: 64rem) {
  .job-card__heading-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.job-card__summary-box--text {
  color: var(--black);
  font-weight: 600;
  line-height: 1.4;
}
.job-content {
  padding: 50px 20px;
}
@media (min-width: 1024px) {
  .job-content {
    padding: 70px 0;
  }
}
.job-content__apply-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  margin-top: 50px;
}

.tws-tabs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-overflow-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  justify-content: center;
  margin-bottom: 50px;
  overflow: scroll;
  padding: 0;
  scrollbar-width: none;
  width: 100%;
}
@media (min-width: 64rem) {
  .tws-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.tws-tabs::-webkit-scrollbar {
  display: none;
}
.tab-button {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: #ddd;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 600;
  height: 100px;
  padding: 0 20px 20px;
  width: 200px;
}
.tab-button,
.tws-tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tws-tabs ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.searchandfilter ul li {
  padding: 0;
}
@media (min-width: 48rem) {
  .tws-tabs ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
  }
}
.tws-tabs ul li,
.tws-tabs ul li label {
  cursor: pointer;
}
.tws-tabs ul li ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 48rem) {
  .tws-tabs ul li ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.tws-tabs ul li ul li {
  background-color: transparent;
  border: unset;
  border-radius: 0;
  color: #000;
  font-weight: 600;
  padding: 0 !important;
  text-align: center;
}
.tws-tabs ul li ul li label {
  padding: 10px 30px !important;
}
.tws-tabs ul li ul li.sf-option-active {
  background-color: transparent;
  border: unset;
  border-bottom: 2px solid #6d9886;
  color: #6d9886;
}
.tws-tabs ul .sf-input-radio {
  display: none;
}
.searchandfilter ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
}
.searchandfilter ul > li {
  width: 100%;
}
@media (min-width: 64rem) {
  .searchandfilter ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    max-width: 170px;
  }
}
.searchandfilter ul > li.sf-field-reset,
.searchandfilter ul > li.sf-field-submit {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-top: 1rem;
}
.searchandfilter ul > li.sf-field-submit {
  text-align: center;
}
@media (min-width: 64rem) {
  .searchandfilter ul > li.sf-field-submit {
    text-align: right;
  }
}
.searchandfilter ul > li.sf-field-submit input {
  background-color: transparent;
  background-color: #001a44;
  border: none;
  border-radius: 30px;
  color: #fff;
  font-size: 1rem;
  padding: 8px 15px;
}
.searchandfilter ul > li.sf-field-reset {
  text-align: center;
}
@media (min-width: 64rem) {
  .searchandfilter ul > li.sf-field-reset {
    text-align: left;
  }
}
.searchandfilter ul > li.sf-field-reset a {
  background-color: transparent;
  background-color: var(--green);
  border: none;
  border-radius: 0px;
  color: var(--white);
  display: flex;
  font-size: 1rem;
  margin: auto;
  padding: 20px 30px !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 1;
  height: 2.5em;
  font-weight: 600;
}

.tws-modal__content-box {
  border-radius: 0px;
}

.plan-pricing {
  border-width: 2px;
}

.plan-pricing .tws-grid {
  position: relative;
}

.tws-container {
  max-width: 80%;
  margin: 0 auto;
}

.plan-pricing--title {
  position: absolute;
  left: calc(-5rem - 68px);
  top: 50%;
  transform: rotate(270deg) translateY(-50%);
  padding: 10px;
  color: #182229;
  width: 190px;
  text-align: center;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .tws-container {
    max-width: 1152px;
  }
}

.plan-pricing--row-three .plan-pricing__calc-box--box:first-of-type {
  border-bottom: unset !important;
  border-top: 1px solid #ebedf0;
}
.plan-pricing--row-three .plan-pricing__calc-box--box:last-of-type {
  border-bottom: unset !important;
  border-top: 1px solid #ebedf0;
}

@media (min-width: 64rem) {
  .searchandfilter ul > li.sf-field-reset a {
    margin: unset;
  }

  .tws-grid.plan-pricing--row-two .plan-pricing__calc-box--box {
    grid-column: span 3;
  }

  .plan-pricing-card__data-box .select-wrapper {
    width: 225px;
  }
}
.searchandfilter ul li label {
  display: block;
  width: 100%;
}
.searchandfilter ul li label select {
  border-radius: 0px;
  padding: 10px;
  width: 100%;
}
.searchandfilter h4 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
  padding: 0;
}

.single-job .tws-modal__content-box {
  padding: 20px;
}

.tws-content-switch-tab-nav {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
}

.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}

.service-card {
  display: flex;
}

.service-card__content-box {
  display: flex;
  flex-direction: column;
}
.service-card__content-box .service-card__content-box--inner {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.service-card--text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: flex-end;
}

.tws-tab-button {
  font-size: 1rem;
  border: none;
  cursor: pointer;
}

.tws-tab-button {
    background: var(--green);
    color: white;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 5px;
}

.tws-tab-button:hover {
    background:  #62a946;
    color: white;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 5px;
}
.tws-tab-button.active {
	background:  #62a946;
  font-weight: 700;
}

.content-switch-section.tabbed .tab-content-wrapper,
.content-switch-section.tabbed .content-switch-offset__image-box .swiper {
  min-height: 500px;
}

#microsoft-name {
  grid-row: span 2;
}
