body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

html,
body {
  min-width: 320px;
  height: 100%;
  font-size: 14px !important;
}

h1 {
  font-size: 1.602em;
}

h2 {
  font-size: 1.424em;
}

h3 {
  font-size: 1.266em;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 0.889em;
}

h6 {
  font-size: 0.79em;
}

@media (min-width: 48em) {
  h1 {
    font-size: 2.441em;
  }
  h2 {
    font-size: 1.953em;
  }
  h3 {
    font-size: 1.563em;
  }
  h4 {
    font-size: 1.25em;
  }
}
@media (min-width: 62em) {
  html,
body {
    font-size: 16px !important;
  }
}
@media (min-width: 75em) {
  html,
body {
    font-size: 18px !important;
  }
}
h2 {
  margin-bottom: 20px;
}

.old-browser-msg {
  position: absolute;
  top: calc(50% - 125px);
  left: calc(50% - 250px);
  height: 250px;
  width: 100%;
  max-width: 500px;
  z-index: 10000;
  transform: scale(0); /* Zeroes element's dimensions */
  transition: all 1s linear;
  display: none;
}
.old-browser-msg.visible {
  transform: scale(1);
}
.old-browser-msg h4 {
  display: inline-block;
}
.old-browser-msg p {
  margin-bottom: 0.5rem;
}
.old-browser-msg .close {
  cursor: pointer;
}

.opaque-curtain {
  position: fixed;
  _position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  _height: expression(document.body.offsetHeight + "px");
  background-color: #000;
  filter: alpha(opacity=30);
  opacity: 0.5;
  display: none;
}

strong,
.strong {
  font-weight: 700;
}

.big-font {
  font-size: 2em;
}

p:last-of-type {
  margin-bottom: 0;
}

.page-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.page-wrapper .content-wrapper {
  flex: 1 0 auto;
  min-height: 500px;
}

.section-heading {
  color: #005294;
}

.media-side {
  padding-right: 0;
  padding-left: 0;
}
.media-side .inner,
.media-side .carousel,
.media-side .carousel-inner,
.media-side .carousel-item {
  height: 100%;
}
.media-side .carousel-item {
  min-height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
}

.preview-modal {
  font-size: 14px !important;
}
@media (min-width: 62em) {
  .preview-modal {
    font-size: 16px !important;
  }
}
@media (min-width: 75em) {
  .preview-modal {
    font-size: 16px !important;
  }
}
.preview-modal .btn {
  font-size: 14px !important;
}
@media (min-width: 62em) {
  .preview-modal .btn {
    font-size: 16px !important;
  }
}
@media (min-width: 75em) {
  .preview-modal .btn {
    font-size: 16px !important;
  }
}
.preview-modal .modal-view-roles-btn {
  background-color: #005294;
  color: #fff;
}
.preview-modal .modal-view-roles-btn:hover {
  background-color: #003d6e !important;
  color: #fff !important;
}

.talk-to-us-btn {
  background-color: #ececec;
  font-weight: 700;
}
.talk-to-us-btn:hover {
  background-color: #d9d9d9 !important;
  color: #005294;
}

.apply-btn {
  background-color: #74caff;
  font-weight: 700;
}
.apply-btn:hover {
  background-color: #4ebbff !important;
}

.header-wrapper .navbar {
  background-color: #414142;
  color: #fff;
}
.header-wrapper .navbar-brand {
  margin-right: 0;
}
.header-wrapper .navbar-brand img {
  display: inline-block;
}
.header-wrapper .navbar-brand .workhere-logo {
  width: 169px;
  margin-right: 20px;
}
.header-wrapper .navbar-brand .ace-logo {
  width: 50px;
}
.header-wrapper .navbar-toggler {
  border-color: transparent;
}
.header-wrapper .menu-icon {
  width: 32px;
  height: auto;
}
.header-wrapper .navbar-nav {
  text-align: end;
}
.header-wrapper .nav-link {
  color: #fff;
}
.header-wrapper .nav-link:hover {
  color: #74caff;
}

.hero-section {
  background: #005294 url("../images/ace_hero-section_image.jpg") -245px 0 no-repeat;
  background-size: cover;
}
@media (min-width: 440px) {
  .hero-section {
    background-position-x: -124px;
  }
}
@media (min-width: 576px) {
  .hero-section {
    background-position-x: 0;
  }
}
@media (min-width: 1440px) {
  .hero-section {
    background-position-y: -150px;
  }
}
.hero-section .inner {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 3rem 0.5rem;
}
@media (min-width: 576px) {
  .hero-section .inner {
    padding: 3.5rem 1rem;
  }
}
@media (min-width: 768px) {
  .hero-section .inner {
    padding: 3.5rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .hero-section .inner {
    padding: 4rem 2.5rem;
  }
}
@media (min-width: 1200px) {
  .hero-section .inner {
    padding: 4.5rem 3rem;
  }
}
@media (min-width: 1440px) {
  .hero-section .inner {
    padding: 5rem 3rem;
  }
}
.hero-section .container {
  position: relative;
  min-height: 450px;
}
@media (min-width: 576px) {
  .hero-section .container {
    min-height: 320px;
  }
}
@media (min-width: 768px) {
  .hero-section .container {
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .hero-section .container {
    min-height: 350px;
  }
}
@media (min-width: 1200px) {
  .hero-section .container {
    min-height: 450px;
  }
}
.hero-section .hero-line-1 {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #fff;
  display: block;
  max-width: 230px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 440px) {
  .hero-section .hero-line-1 {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .hero-section .hero-line-1 {
    max-width: 360px;
    text-align: left;
    margin: unset;
  }
}
@media (min-width: 992px) {
  .hero-section .hero-line-1 {
    max-width: 410px;
  }
}
@media (min-width: 1200px) {
  .hero-section .hero-line-1 {
    max-width: 460px;
  }
}
.hero-section .hero-line-2 {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .hero-section .hero-line-2 {
    justify-content: flex-start;
  }
}
.hero-section .hero-line-2 .we-are,
.hero-section .hero-line-2 .open {
  max-height: 75px;
}
.hero-section .hero-line-2 .we-are {
  margin-right: 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .hero-section .hero-line-2 .we-are {
    margin-bottom: 0;
  }
}
.hero-section .btns-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .hero-section .btns-container {
    left: 14px;
    transform: none;
  }
}

.intro-section {
  padding: 3rem 0.5rem;
}
@media (min-width: 576px) {
  .intro-section {
    padding: 3.5rem 1rem;
  }
}
@media (min-width: 768px) {
  .intro-section {
    padding: 3.5rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .intro-section {
    padding: 4rem 2.5rem;
  }
}
@media (min-width: 1200px) {
  .intro-section {
    padding: 4.5rem 3rem;
  }
}
@media (min-width: 1440px) {
  .intro-section {
    padding: 5rem 3rem;
  }
}

.work-that-matters-section {
  background-color: #ccdcea;
}
.work-that-matters-section .media-side .carousel-one {
  background-image: url("../images/ace_work-that-matters_section_slide1.jpg");
  background-position: center left;
}
.work-that-matters-section .media-side .carousel-two {
  background-image: url("../images/ace_work-that-matters_section_slide2.jpg");
  background-position: center right;
}
.work-that-matters-section .text-side {
  padding: 3rem 0.5rem;
}
@media (min-width: 576px) {
  .work-that-matters-section .text-side {
    padding: 3.5rem 1rem;
  }
}
@media (min-width: 768px) {
  .work-that-matters-section .text-side {
    padding: 3.5rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .work-that-matters-section .text-side {
    padding: 4rem 2.5rem;
  }
}
@media (min-width: 1200px) {
  .work-that-matters-section .text-side {
    padding: 4.5rem 3rem;
  }
}
@media (min-width: 1440px) {
  .work-that-matters-section .text-side {
    padding: 5rem 3rem;
  }
}

.a-life-that-delivers-section {
  background-color: #ececec;
}
.a-life-that-delivers-section .media-side .carousel-one {
  background-image: url("../images/ace_a-life-that-delivers_section_slide1.jpg");
  background-position: center left;
}
.a-life-that-delivers-section .media-side .carousel-two {
  background-image: url("../images/ace_a-life-that-delivers_section_slide2.jpg");
  background-position: center center;
}
.a-life-that-delivers-section .media-side .carousel-three {
  background-image: url("../images/ace_a-life-that-delivers_section_slide3.jpg");
  background-position: center right;
}
.a-life-that-delivers-section .text-side {
  padding: 3rem 0.5rem;
}
@media (min-width: 576px) {
  .a-life-that-delivers-section .text-side {
    padding: 3.5rem 1rem;
  }
}
@media (min-width: 768px) {
  .a-life-that-delivers-section .text-side {
    padding: 3.5rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .a-life-that-delivers-section .text-side {
    padding: 4rem 2.5rem;
  }
}
@media (min-width: 1200px) {
  .a-life-that-delivers-section .text-side {
    padding: 4.5rem 3rem;
  }
}
@media (min-width: 1440px) {
  .a-life-that-delivers-section .text-side {
    padding: 5rem 3rem;
  }
}

.partners-section {
  padding: 3rem 0.5rem;
}
@media (min-width: 576px) {
  .partners-section {
    padding: 3.5rem 1rem;
  }
}
@media (min-width: 768px) {
  .partners-section {
    padding: 3.5rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .partners-section {
    padding: 4rem 2.5rem;
  }
}
@media (min-width: 1200px) {
  .partners-section {
    padding: 4.5rem 3rem;
  }
}
@media (min-width: 1440px) {
  .partners-section {
    padding: 5rem 3rem;
  }
}
.partners-section .partner-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.partners-section .partner-logos > div {
  text-align: center;
  padding: 10px;
  width: 100%;
  max-width: 49%;
}
@media (min-width: 768px) {
  .partners-section .partner-logos > div {
    max-width: 32%;
  }
}
@media (min-width: 992px) {
  .partners-section .partner-logos > div {
    max-width: 24%;
  }
}
@media (min-width: 1200px) {
  .partners-section .partner-logos > div {
    max-width: 20%;
  }
}
.partners-section .partner-logos > div img {
  max-height: 64px;
}

.roles-section {
  background-color: #c8c8c8;
  padding: 3rem 0.5rem;
}
@media (min-width: 576px) {
  .roles-section {
    padding: 3.5rem 1rem;
  }
}
@media (min-width: 768px) {
  .roles-section {
    padding: 3.5rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .roles-section {
    padding: 4rem 2.5rem;
  }
}
@media (min-width: 1200px) {
  .roles-section {
    padding: 4.5rem 3rem;
  }
}
@media (min-width: 1440px) {
  .roles-section {
    padding: 5rem 3rem;
  }
}
.roles-section .btn {
  margin: 3px;
  background-color: #c8c8c8;
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
}
.roles-section .btn:hover {
  background-color: #74caff;
  color: #005294;
}
.roles-section .card {
  background-color: #efeff0;
}
.roles-section .card .card-title {
  font-size: 0.889em;
}
.roles-section .card-image-wrapper {
  background-color: #7d7e81;
  background-repeat: no-repeat;
  background-size: cover;
}
.roles-section .energy-renewables .card-image-wrapper {
  background-image: url("../images/ace_energy-renewables_jobs.jpg");
  background-position: center right;
}
.roles-section .water .card-image-wrapper {
  background-image: url("../images/ace_water_jobs.jpg");
  background-position: center left;
}
.roles-section .geotech .card-image-wrapper {
  background-image: url("../images/ace_geotech_jobs.jpg");
  background-position: center center;
}
.roles-section .mechanical-electrical .card-image-wrapper {
  background-image: url("../images/ace_mechanical-electrical_jobs.jpg");
  background-position: center center;
}
.roles-section .civil-land-development .card-image-wrapper {
  background-image: url("../images/ace_civil-land-development_jobs.jpg");
  background-position: center center;
}
.roles-section .transport .card-image-wrapper {
  background-image: url("../images/ace_transport_jobs.jpg");
  background-position: center center;
}
.roles-section .structural .card-image-wrapper {
  background-image: url("../images/ace_structural_jobs.jpg");
  background-position: center left;
}
.roles-section .rail .card-image-wrapper {
  background-image: url("../images/ace_rail_jobs.jpg");
  background-position: center center;
}
.roles-section .environmental .card-image-wrapper {
  background-image: url("../images/ace_environmental_jobs.jpg");
  background-position: center center;
}
.roles-section .other .card-image-wrapper {
  background-image: url("../images/ace_other_jobs.jpg");
  background-position: center center;
}
.roles-section .card-body {
  background-color: #efeff0;
}

.cta-section .media-side {
  background: url("../images/ace_cta-section_slide1.jpg") center center no-repeat;
  background-size: cover;
  min-height: 250px;
}
.cta-section .text-side {
  padding: 3rem 0.5rem;
}
@media (min-width: 576px) {
  .cta-section .text-side {
    padding: 3.5rem 1rem;
  }
}
@media (min-width: 768px) {
  .cta-section .text-side {
    padding: 3.5rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cta-section .text-side {
    padding: 4rem 2.5rem;
  }
}
@media (min-width: 1200px) {
  .cta-section .text-side {
    padding: 4.5rem 3rem;
  }
}
@media (min-width: 1440px) {
  .cta-section .text-side {
    padding: 5rem 3rem;
  }
}
.cta-section .cta-btn-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media (min-width: 768px) {
  .cta-section .cta-btn-container {
    justify-content: flex-start;
  }
}
.cta-section .cta-btn-container .btn {
  margin: 4px;
}
.cta-section .talk-to-us-btn {
  line-height: 1.2;
}
.cta-section .apply-btn {
  display: flex;
  align-items: center;
}
.cta-section .file-download-link {
  color: #005294;
  text-decoration: none;
}
.cta-section .file-download-link:hover {
  color: #000;
}

.meet-the-team-section {
  background-color: #ccdcea;
  padding: 3rem 0.5rem;
}
@media (min-width: 576px) {
  .meet-the-team-section {
    padding: 3.5rem 1rem;
  }
}
@media (min-width: 768px) {
  .meet-the-team-section {
    padding: 3.5rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .meet-the-team-section {
    padding: 4rem 2.5rem;
  }
}
@media (min-width: 1200px) {
  .meet-the-team-section {
    padding: 4.5rem 3rem;
  }
}
@media (min-width: 1440px) {
  .meet-the-team-section {
    padding: 5rem 3rem;
  }
}
.meet-the-team-section .team-items {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}
.meet-the-team-section .team-item {
  padding: 5px;
  margin: 10px;
}
.meet-the-team-section .team-item a {
  color: #212529;
  text-decoration: none;
}
.meet-the-team-section .team-item a:hover {
  color: #005294;
}
.meet-the-team-section .team-item .linkedin-icon-container {
  max-width: 56px;
}
.meet-the-team-section .team-item .team-member-photo {
  max-width: 250px;
  border-radius: 50%;
}
.meet-the-team-section .team-item .team-member-name {
  font-weight: 700;
  margin-bottom: 0;
}

.footer {
  background-color: #005294;
}
.footer img {
  display: inline-block;
}
.footer .workhere-logo {
  width: auto;
  height: 42px;
  margin-right: 20px;
}
.footer .ace-logo {
  width: 50px;
}/*# sourceMappingURL=style-destination-nz.css.map */