/*@font-face {
  font-family: 'Copernicus';
  src: url('../../fonts/copernicus-bold/Copernicus-Bold.woff2') format('woff2'),
  url('../../fonts/copernicus-bold/Copernicus-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Copernicus Book';
  src: url('../../fonts/copernicus-book/Copernicus-Book.woff2') format('woff2'),
  url('../../fonts/copernicus-book/Copernicus-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Copernicus';
  src: url('../../fonts/copernicus-medium/Copernicus-Medium.woff2') format('woff2'),
  url('../../fonts/copernicus-medium/Copernicus-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

// Barlow Semi Condensed
@font-face {
  font-family: "Barlow Semi Condensed";
  src: url("../../fonts/barlow-semi-condensed/barlowsemicondensed-regular-webfont.woff2") format("woff2"),
  url("../../fonts/barlow-semi-condensed/barlowsemicondensed-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Semi Condensed";
  src: url("../../fonts/barlow-semi-condensed/barlowsemicondensed-light-webfont.woff2") format("woff2"),
  url("../../fonts/barlow-semi-condensed/barlowsemicondensed-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

// Ajola
@font-face {
  font-family: "Ajola Light";
  src: url("../../fonts/ajola/aloja-light-webfont.woff2") format("woff2"),
  url("../../fonts/ajola/aloja-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ajola Light Extended";
  src: url("../../fonts/ajola-extended/aloja-extended-webfont.woff2") format("woff2"),
  url("../../fonts/ajola-extended/aloja-extended-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/barlow/Barlow-Regular.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/barlow/Barlow-Bold.ttf") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../../fonts/barlow/Barlow-Italic.ttf") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Anton";
  src: url("../../fonts/anton/Anton-Regular.ttf") format("woff");
  font-weight: normal;
  font-style: italic;
}
/*$gradientPattern: linear-gradient(180deg, #fe4938, #ff7545);
$gradientPattern-alt: linear-gradient(90deg, #fe4938, #ff914d);
$gradientPattern-90: linear-gradient(90deg, #fe4938, #ff914d);
$gradientPattern-270: linear-gradient(270deg, #fe4938, #ff914d);*/
img.manu-tl-so {
  position: absolute;
  top: 390px;
  left: 0;
  width: 100%;
  opacity: 1;
  z-index: -1;
}
@media (max-width: 1280px) {
  img.manu-tl-so {
    display: none;
  }
}

.sub-page {
  background-color: transparent;
  padding-bottom: 160px;
  border-radius: 5px;
  overflow: visible;
  position: relative;
}
.sub-page.clear-bg {
  background-color: transparent;
}
@media (max-width: 1280px) {
  .sub-page {
    padding: 210px 1.5rem 1.5rem 1.5rem;
  }
}
@media (max-width: 1280px) {
  .sub-page.page-login {
    padding: 250px 1.5rem 1.5rem 1.5rem;
  }
}
.sub-page.page-meet-the-team {
  min-height: 1030px;
}
.sub-page.page-meet-the-team img.manu-tl {
  position: absolute;
  top: 300px;
  left: 20px;
  width: 150px;
  opacity: 0.75;
}
@media (max-width: 1280px) {
  .sub-page.page-meet-the-team img.manu-tl {
    top: 330px;
  }
}
.sub-page.page-meet-the-team img.building-br {
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: 225px;
  opacity: 0.75;
}
.sub-page-meet-the-team img.manu {
  position: absolute;
  max-width: 180px;
  bottom: 47px;
}
.sub-page-meet-the-team img.marae {
  position: absolute;
  max-width: 180px;
  bottom: 47px;
  right: 30px;
}
@media (max-width: 1280px) {
  .sub-page.page-register-as-employer {
    padding: 270px 1.5rem 3rem;
  }
}
.sub-page.page-register-as-employer img.manu {
  position: absolute;
  max-width: 180px;
  bottom: 47px;
}
@media (max-width: 1280px) {
  .sub-page.page-register-as-employer img.manu {
    display: none;
  }
}
.sub-page.page-register-as-employer img.marae {
  position: absolute;
  max-width: 180px;
  bottom: 47px;
  right: 30px;
}
.sub-page.page-view-jobs {
  padding: 0 0 160px 0;
}
@media (max-width: 1280px) {
  .sub-page.page-view-jobs {
    padding: 290px 1.5rem 3rem;
  }
}
.sub-page.page-view-jobs .vacancy-icon-row {
  background: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30px 0;
}
@media (max-width: 1280px) {
  .sub-page.page-view-jobs .vacancy-icon-row {
    position: relative;
  }
  .sub-page.page-view-jobs .vacancy-icon-row img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}
.sub-page.page-view-jobs p {
  font-size: initial;
  color: #555;
}
.sub-page.page-view-jobs img.manu-tl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  z-index: -1;
}
@media (max-width: 1280px) {
  .sub-page.page-view-jobs img.manu-tl {
    display: none;
  }
}
.sub-page.page-view-jobs img.building-br {
  position: absolute;
  bottom: 200px;
  right: 20px;
  width: 225px;
  opacity: 0.75;
}
@media (max-width: 1280px) {
  .sub-page.page-view-jobs img.building-br {
    display: none;
  }
}
.sub-page.page-tu-te-puehu {
  padding: 160px 1.5rem 3rem 1.5rem;
  background-color: #161920;
  min-height: 990px;
}
.sub-page-banner {
  /*position: absolute;
  top: 0;
  left: 0;
  height: 304px;
  width: 100%;*/
}
.sub-page-header {
  font-family: "Poppins";
  font-size: 22px;
  margin-right: 9px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 2px;
  background: transparent;
  display: inline-block;
  min-height: 144px;
}
@media (max-width: 1280px) {
  .sub-page-header {
    min-height: 100px;
  }
}
@media (max-width: 1280px) {
  .sub-page-header img {
    display: none;
  }
}
.sub-page-header .left-logo {
  position: absolute;
  z-index: 220;
  max-height: 124px;
  left: 10px;
  top: 150px;
}
@media (max-width: 1280px) {
  .sub-page-header .left-logo {
    max-height: 90px;
    left: -40px;
    bottom: -40px;
    display: none;
  }
}
.sub-page-header .right-mountain {
  position: absolute;
  max-height: 162px;
  right: 0;
  top: 170px;
  z-index: 100;
}
@media (max-width: 1280px) {
  .sub-page-header .right-mountain {
    /*max-height: 90px;
    left: -40px;
    bottom: -40px;
    display: none;*/
  }
}
.sub-page-header .fern {
  position: absolute;
  z-index: 220;
  max-height: 164px;
  left: 10px;
  bottom: 0;
}
@media (max-width: 1280px) {
  .sub-page-header .fern {
    max-height: 90px;
    left: -40px;
    bottom: -40px;
  }
}
.sub-page-header .manu {
  position: absolute;
  z-index: 200;
  max-height: 107px;
  left: 250px;
  bottom: 5px;
}
.sub-page-header .logo-white {
  position: absolute;
  z-index: 200;
  max-height: 117px;
  right: 20px;
  bottom: 0;
}
@media (max-width: 1280px) {
  .sub-page-header .logo-white {
    max-height: 98px;
    right: -10px;
    bottom: -30px;
  }
}
.sub-page-header span {
  padding: 8px 20px;
  background-color: #000;
  border-radius: 7px;
  display: block;
}
.sub-page-header.full {
  width: 100%;
  display: block;
  text-align: center;
}
.sub-page-header.full .gradient-header {
  width: 100%;
}
@media (max-width: 1280px) {
  .sub-page-header .gradient-header {
    padding: 10px;
    font-size: 35px;
    position: relative;
    z-index: 100;
    margin-bottom: 0;
  }
}
.sub-page-header .gradient-header-tagline {
  font-size: 22px;
  color: #004aad;
  line-height: 1;
  font-weight: normal;
  display: block;
  width: 100%;
}
.sub-page.page-success-stories {
  background-color: #161920;
}
@media (max-width: 1280px) {
  .sub-page.page-success-stories {
    padding-top: 270px;
  }
}
.sub-page .alert p {
  color: #555;
}
.sub-page p {
  font-size: 20px;
  color: #afaea6;
  z-index: 1;
  position: relative;
  line-height: 2;
}
.sub-page p.alt-text-1 {
  color: #a14f38;
}
.sub-page .page-ipurangi {
  position: relative;
}
@media (max-width: 1280px) {
  .sub-page .page-ipurangi {
    padding-bottom: 100px;
  }
}
.sub-page .page-ipurangi p {
  color: white;
  font-size: 30px;
}
.sub-page .page-ipurangi p.title {
  color: yellow;
  margin-top: 0;
}
.sub-page .page-ipurangi img.manu-tr {
  position: absolute;
  top: -21px;
  right: 20px;
  width: 180px;
  opacity: 0.75;
  transform: rotate(-15deg);
}
@media (max-width: 1280px) {
  .sub-page .page-ipurangi img.manu-tr {
    position: absolute;
    top: -110px;
    right: auto;
    left: 110px;
    width: 120px;
  }
}
.sub-page .page-ipurangi img.mountain-bl {
  position: absolute;
  bottom: -20px;
  left: -10px;
  width: 340px;
  opacity: 0.75;
}
@media (max-width: 1280px) {
  .sub-page .page-ipurangi img.mountain-bl {
    position: absolute;
    bottom: 0px;
    left: 20px;
    width: 340px;
    opacity: 0.75;
  }
}
.sub-page.page-contact {
  position: relative;
  padding: 290px 3rem 0 3rem;
}
@media (max-width: 1280px) {
  .sub-page.page-contact {
    padding: 230px 1.5rem 0;
  }
}
.sub-page.page-contact .img-marae-contact-alt {
  position: absolute;
  max-width: 250px;
  bottom: 0;
  z-index: 0;
  right: 0;
}
.sub-page.page-contact .contact-panel-right {
  position: relative;
  z-index: 1;
}
.sub-page.page-contact .contact-panel-left {
  position: relative;
  z-index: 1;
  min-height: 600px;
  border-left: 5px solid #ff6841;
  padding-left: 20px;
}
@media (max-width: 1280px) {
  .sub-page.page-contact .contact-panel-left {
    padding: 1.5rem;
  }
}
.sub-page.page-contact .contact-panel-left h2 {
  color: #fff;
  font-size: 39px;
  margin-bottom: 32px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1280px) {
  .sub-page.page-contact .contact-panel-left h2 {
    font-size: 19px;
  }
}
.sub-page.page-contact .contact-panel-left h2 a {
  color: #fff;
  font-size: 39px;
  font-family: "Poppins";
}
@media (max-width: 1280px) {
  .sub-page.page-contact .contact-panel-left h2 a {
    font-size: 19px;
  }
}
.sub-page.page-contact .contact-panel-left h2 a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 0;
  position: relative;
}
.header-container {
  background: #1e1d1b;
  padding: 10px 0;
}
.header-container-slogan .main {
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media (max-width: 1280px) {
  .header-container-slogan .main {
    font-size: 28px;
  }
}
.header-container-slogan .tagline {
  font-family: "Barlow", sans-serif;
  color: #ffd156;
  font-style: italic;
  font-weight: bold;
  font-size: 26px;
}
@media (max-width: 1280px) {
  .header-container-slogan .tagline {
    font-size: 16px;
  }
}
.header.sticked {
  background-color: #000;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.25) !important;
  position: fixed;
}
.header.sticked .header-container-slogan {
  display: none;
}
.header.sticked img {
  max-height: 140px;
}
.header.sticked .marquee {
  display: none;
}
.header.sticked .logo {
  visibility: visible;
}
.header.sticked::after {
  display: block;
  height: 0;
  background-size: cover;
  width: 100%;
  content: " ";
  position: absolute;
}
@media (max-width: 1280px) {
  .header.sticked::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .header .logo {
    margin-left: 100px;
  }
}
.header .logo h1, .header .logo h2, .header .logo h3, .header .logo h4, .header .logo h5, .header .logo h6 {
  font-size: 37px;
  font-weight: 400;
  font-family: "Poppins";
  margin-left: 15px;
  color: #f64207;
  font-weight: bold;
  text-shadow: 1px 1px #e7cda8;
}
@media (max-width: 576px) {
  .header .logo h1, .header .logo h2, .header .logo h3, .header .logo h4, .header .logo h5, .header .logo h6 {
    font-size: 22px;
    margin-left: 0;
    text-align: center;
  }
}
.header .logo img {
  max-height: 120px;
  margin-right: 0;
}
.header .logo img:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .header .logo img .header .logo img {
    max-height: 190px;
  }
}
@media (max-width: 576px) {
  .header .logo span.hidden-mobile {
    visibility: hidden;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/*.home-page .hero {
  padding-top: 280px;
}*/
.hero {
  width: 100%;
  min-height: auto;
  background-color: #000;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
}
.home-page .hero {
  padding-top: 0;
}
.hero select {
  word-wrap: normal;
  border-radius: 7px;
  padding: 1.25rem 1.25rem;
  border: none;
}
.hero h2 {
  margin-bottom: 20px;
  padding: 0;
  font-size: 43px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 575px) {
  .hero h2 {
    font-size: 30px;
  }
}
.hero p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #fff;
}
.hero .btn-primary {
  background-color: #0BAF83;
  padding: 15px 30px;
  color: white;
  border: 1px solid #089672;
  font-family: "Barlow", sans-serif;
}
.hero .btn-primary:hover {
  background-color: #089672;
}
.hero form {
  padding: 10px 0;
  border-radius: 10px;
}
.hero form-control {
  padding: 18px 20px;
  border: none;
  margin-right: 10px;
  border: none !important;
}
.hero form-control:hover, .hero form-control:focus {
  outline: none;
  box-shadow: none;
}
.hero form .btn-primary {
  background-color: #0BAF83;
  padding: 15px 30px;
  color: white;
  border: 1px solid #089672;
  font-family: "Barlow", sans-serif;
}
.hero form .btn-primary:hover {
  background-color: #089672;
}
.hero form .stats-item {
  padding: 30px;
  width: 100%;
}
.hero form .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 600;
}
.hero form .stats-item span {
  font-size: 32px;
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.hero form .stats-item span:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  background: #f24403;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.card-title-profile-edit-pic {
  display: block;
  width: 40px;
  height: 40px;
  background: #333;
  position: absolute;
  right: 30px;
  top: 20px;
  border-radius: 50%;
  padding: 0;
  border: 2px solid #6d6d6d;
}
.card-title-profile-edit-pic:hover {
  background: #555;
  cursor: pointer;
}
.card-title-profile-edit-pic i {
  color: #fff;
  font-size: 14px;
}

.card-title-profile-edit-pepeha {
  display: block;
  width: 33px;
  height: 33px;
  background: #333;
  position: absolute;
  right: -36px;
  top: -4px;
  border-radius: 50%;
  padding: 0;
  border: 2px solid #6d6d6d;
}
.card-title-profile-edit-pepeha:hover {
  background: #555;
  cursor: pointer;
}
.card-title-profile-edit-pepeha i {
  color: #fff;
  font-size: 14px;
  position: relative;
  top: -6px;
}

.goal-page p {
  color: #004aad;
  font-weight: bold;
}
.goal-page textarea {
  width: 80%;
  border-radius: 3px;
  padding: 15px;
  min-height: 200px;
}

.button-current-situation {
  width: 300px;
  border: 3px solid white;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  border-radius: 20px;
  position: relative;
}
.button-current-situation .tick {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 35px;
  color: #41b741;
}
.button-current-situation .tick i {
  border-radius: 50%;
  background: white;
}
.button-current-situation.current .tick {
  display: block;
}
.button-current-situation.disabled {
  opacity: 0.25;
}

.goal-situation-wrap {
  display: flex;
  justify-content: space-evenly;
}

.goal-page-drivers-license input.date {
  padding: 10px;
  border-radius: 5px;
  border: none;
  text-align: center;
  color: #222;
}
.goal-page-drivers-license span.date {
  background: white;
  border-radius: 5px;
  padding: 10px 0 10px 10px;
  color: #666;
}
.goal-page-drivers-license span.date input {
  background: transparent;
  border: none;
}
.goal-page-drivers-license span.date input.two-digit-input {
  width: 64px;
}
.goal-page-drivers-license span.date input.four-digit-input {
  width: 82px;
}
.goal-page-drivers-license .goal-button-license-none {
  background-color: #474747;
  color: #fff;
}
.goal-page-drivers-license .goal-button-license-none:hover {
  background-color: #444;
  cursor: pointer;
}
.goal-page-drivers-license .goal-button-license-learners {
  background-color: #95d2f1;
  color: #474747;
  border-color: #95d2f1;
}
.goal-page-drivers-license .goal-button-license-learners:hover {
  background-color: rgb(194.05, 229.125, 246.95);
  cursor: pointer;
}
.goal-page-drivers-license .goal-button-license-restricted {
  background-color: #fff69d;
  color: #474747;
  border-color: #fff69d;
}
.goal-page-drivers-license .goal-button-license-restricted:hover {
  background-color: rgb(255, 241.3163265306, 106);
  cursor: pointer;
}
.goal-page-drivers-license .goal-button-license-full {
  background-color: #ceeada;
  color: #474747;
  border-color: #ceeada;
}
.goal-page-drivers-license .goal-button-license-full:hover {
  background-color: rgb(170.3, 218.7, 191.0428571429);
  cursor: pointer;
}

.goal-heading {
  font-size: 30px;
  color: #004aad;
  font-weight: bold;
}
.goal-heading-main {
  font-size: 36px;
  color: white;
}
.goal-heading span.underline {
  text-decoration: underline;
}

.goal-button {
  border: 3px solid #666;
  border-radius: 3px;
  padding: 15px;
  text-align: center;
  color: white;
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #666;
}
.goal-button-save {
  background-color: #179417;
  border: 2px solid #2aa22a;
  padding: 1rem 2.75rem;
  color: white;
  font-family: "Anton";
  font-size: 30px;
  margin: 0 auto;
  border-radius: 5px;
}
.goal-button-save:hover {
  background-color: #41b741;
}
.goal-button-normal {
  background-color: #406aff;
  border: 2px solid #627fe5;
  padding: 1rem 2.75rem;
  color: white;
  font-family: "Anton";
  font-size: 30px;
  margin: 10px;
  border-radius: 5px;
}
.goal-button-normal:hover {
  color: white;
  background-color: rgb(115, 145.7853403141, 255);
}
.goal-button p {
  font-size: 20px;
  color: white;
}
.goal-button i {
  font-size: 85px;
  color: white;
}
.goal-button a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.goal-button a:hover {
  background-color: rgba(247, 247, 247, 0.2);
}

.goal-progress-timeline.license {
  padding-left: 35px;
}
.goal-progress-timeline .goal-point {
  height: 45px;
  color: white;
}

.achievements .achievement-goal {
  width: 100%;
  float: left;
  min-height: 115px;
  color: white;
  border-bottom: 1px solid rgba(138, 138, 138, 0.25);
  margin-bottom: 15px;
}
.achievements .achievement-goal .avatar {
  width: 86px;
  height: 86px;
  background-color: #555;
  float: left;
  padding-top: 25px;
  text-align: center;
  position: relative;
}
.achievements .achievement-goal .avatar span.trophy {
  background: linear-gradient(180deg, #fe4938, #ff7545);
  width: 35px;
  display: block;
  height: 35px;
  padding-top: 7px;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  color: #fff;
}
.achievements .achievement-goal .avatar.learners {
  background-color: #95d2f1;
  border: 4px solid rgb(126.475, 200.4375, 238.025);
  border-radius: 4px;
}
.achievements .achievement-goal .avatar.learners.not-active {
  opacity: 0.25;
}
.achievements .achievement-goal .avatar.restricted {
  background-color: #fff69d;
  color: #555;
  border-radius: 4px;
}
.achievements .achievement-goal .avatar.restricted.not-active {
  opacity: 0.25;
}
.achievements .achievement-goal .avatar.full {
  background-color: #ceeada;
  color: #555;
  border: 4px solid rgb(152.45, 211.05, 177.5642857143);
  border-radius: 4px;
}
.achievements .achievement-goal .avatar.full.not-active {
  opacity: 0.25;
}
.achievements .achievement-goal .avatar.complete {
  background: linear-gradient(180deg, #fe4938, #ff7545);
  color: white;
  border: 4px solid #ff7545;
  border-radius: 4px;
}
.achievements .achievement-goal .avatar.complete.not-active {
  opacity: 0.25;
}
.achievements .achievement-goal .title {
  width: 50%;
  float: left;
  padding: 10px 0 0 15px;
}
.achievements .achievement-goal .title h3 {
  margin-bottom: 0;
}
.achievements .achievement-goal .title p, .achievements .achievement-goal .title h3 {
  color: #666;
  font-family: "Barlow";
}
.achievements .achievement-goal .title p {
  text-indent: 10px;
}
.achievements .achievement-goal .actions {
  width: calc(50% - 86px);
  float: left;
}
.achievements .achievement-goal .actions .buttons {
  /*width: 86px;
  height: 86px;
  background-color: #3c3c3c;
  display: block;
  float: right;
  padding-top: 30px;
  margin-left: 1px;
  color: white;
  text-align: center;*/
  width: 86px;
  height: 86px;
  background-color: #7f7f7f;
  display: block;
  float: right;
  padding: 30px 0;
  margin-left: 1px;
  color: white;
  text-align: center;
  border: none;
}
.achievements .achievement-goal .actions .buttons:hover {
  background-color: #5f5f5f;
}

/*--------------------------------------------------------------
# Profile Page
--------------------------------------------------------------*/
.profile-section {
  width: 100%;
  height: 342px;
}
.profile-section:nth-child(1) > .profile-marker .profile-upper-line {
  visibility: hidden;
}
.profile-section.cv-ready .profile-lower-line {
  visibility: hidden;
}
.profile-section.cv-ready, .profile-section.cv-not-ready {
  height: 110px;
}
.profile-section.cv-ready .profile-upper-line, .profile-section.cv-not-ready .profile-upper-line {
  height: 40px;
}
.profile-section.cv-ready .profile-lower-line, .profile-section.cv-not-ready .profile-lower-line {
  height: 40px;
}
.profile-section.complete-questionnaire {
  height: 390px;
}
.profile-section.complete-questionnaire .profile-upper-line {
  height: 170px;
}
.profile-section.complete-questionnaire .profile-lower-line {
  height: 200px;
}
.profile-section.complete {
  height: 100px;
}
.profile-section.complete .profile-upper-line {
  height: 42px;
}
.profile-section.complete .profile-lower-line {
  height: 40px;
}
.profile-section.complete .profile-marker {
  height: 70px;
}
.profile-marker {
  width: 30px;
  float: left;
  height: 100%;
  margin-right: 18px;
}
.profile-panel {
  width: calc(100% - 50px);
  float: left;
  height: 100%;
}
.profile-upper-line {
  height: 125px;
  border-right: 2px solid #ccc;
  width: 50%;
}
.profile-lower-line {
  height: 190px;
  border-right: 2px solid #ccc;
  width: 50%;
}
.profile-status {
  height: 28px;
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: white;
}
.profile-status i {
  position: relative;
  top: -8px;
}
.profile-icon-success {
  color: #59d759;
}
.profile-icon-warning {
  color: #ff7244;
}
.profile-faded {
  opacity: 0.25;
}

.page-tu-puehu-content p {
  color: white;
  font-size: 30px;
}
@media (max-width: 1280px) {
  .page-tu-puehu-content {
    width: 100%;
    padding-bottom: 120px;
  }
}
.page-tu-puehu-content .left {
  position: absolute;
  width: 150px;
  left: 20px;
  bottom: 140px;
}
@media (max-width: 1280px) {
  .page-tu-puehu-content .left {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
  }
}
.page-tu-puehu-content .left h3 {
  color: #e8462a;
  text-align: left;
  font-size: 50px;
}
@media (max-width: 1280px) {
  .page-tu-puehu-content .left h3 {
    text-align: center;
    font-size: 40px;
  }
}
.page-tu-puehu-content .left img {
  width: 100%;
}
.page-tu-puehu-content .content {
  text-align: center;
  width: 60%;
  margin-left: 10%;
}
@media (max-width: 1280px) {
  .page-tu-puehu-content .content {
    width: 100%;
    margin-left: 0;
  }
}
.page-tu-puehu-content .content p {
  font-size: 20px;
}
.page-tu-puehu-content .right {
  position: absolute;
  width: 440px;
  right: 0;
  bottom: 130px;
  padding: 1rem;
}
@media (max-width: 1280px) {
  .page-tu-puehu-content .right {
    position: relative;
    width: 100%;
    top: 0;
    bottom: auto;
  }
}
.page-tu-puehu-content .right img {
  width: 100%;
}
.page-tu-puehu-footer {
  position: absolute;
  height: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1e1d1b;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .page-tu-puehu-footer {
    height: auto;
    bottom: 0;
    left: 0;
  }
}
.page-tu-puehu-footer h3 {
  color: #c1ff72;
}
.page-tu-puehu-footer p {
  color: #fff;
}
.page-tu-puehu-footer .right p {
  font-size: 27px;
}
.page-tu-puehu-footer img.fern-left {
  position: absolute;
  height: 190px;
  left: -80px;
  top: -16px;
  transform: rotate(-29deg);
}
@media (max-width: 1280px) {
  .page-tu-puehu-footer img.fern-left {
    display: none;
  }
}
.page-tu-puehu-footer img.fern-right {
  position: absolute;
  height: 190px;
  right: -80px;
  top: -16px;
  transform: rotate(29deg);
}
@media (max-width: 1280px) {
  .page-tu-puehu-footer img.fern-right {
    display: none;
  }
}

@media (max-width: 1280px) {
  .success-stories {
    min-height: 560px;
  }
}
@media (max-width: 800px) {
  .success-stories {
    min-height: 800px;
  }
}
.success-stories .manu {
  position: absolute;
  width: 150px;
  z-index: 300;
  top: 160px;
  left: 290px;
}
@media (max-width: 1280px) {
  .success-stories .manu {
    top: 190px;
    left: 280px;
  }
}
.success-stories-main-image {
  position: relative;
  top: -110px;
  z-index: 200;
  margin-bottom: -110px;
  left: -40px;
}
@media (max-width: 1400px) {
  .success-stories-main-image {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .success-stories-main-image {
    display: none;
  }
}

div#successStoryModal .modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
}

.video-player-1 {
  display: block;
  position: absolute;
  top: 260px;
  right: 266px;
  width: 216px;
  height: 209px;
  z-index: 210;
  transform: rotate(-16deg);
}
@media (max-width: 1400px) {
  .video-player-1 {
    top: 205px;
    right: 230px;
  }
}
@media (max-width: 800px) {
  .video-player-1 {
    top: 270px;
    right: calc(50% - 104px);
  }
}
.video-player-1 .success-story-rt {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 205;
  width: 290px;
}
.video-player-1 .success-story-rt > img {
  width: 100%;
}
.video-player-1 .success-story-rt span {
  display: none;
}
.video-player-1 .success-story-rt:hover span {
  transform: rotate(-113deg);
  display: block;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  background: #1e1d1b;
  border-radius: 50%;
}
.video-player-1 .success-story-rt:hover span i {
  cursor: pointer;
  color: white;
  font-size: 50px;
  margin-left: 34px;
  display: block;
  margin-top: 24px;
}
.video-player-1 .success-story-rt:hover span {
  top: calc(50% - 40px);
  left: calc(50% - 80px);
}
.video-player-1-outer {
  width: 215px;
  position: relative;
  left: -58px;
  top: 69px;
  overflow: hidden;
  z-index: 250;
  height: 208px;
}
.video-player-1-inner {
  width: 430px;
  position: relative;
  left: -50%;
}

.video-player-2 {
  display: block;
  position: absolute;
  bottom: 210px;
  left: 346px;
  width: 216px;
  height: 209px;
  z-index: 210;
  transform: rotate(0deg);
}
@media (max-width: 1400px) {
  .video-player-2 {
    bottom: 155px;
    left: 290px;
  }
}
@media (max-width: 800px) {
  .video-player-2 {
    top: 680px;
    left: calc(50% - 100px);
    transform: rotate(10deg);
  }
}
.video-player-2 .success-story-rt {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 205;
  width: 250px;
}
.video-player-2 .success-story-rt > img {
  width: 100%;
}
.video-player-2-outer {
  width: 176px;
  position: relative;
  left: -14px;
  top: 61px;
  overflow: hidden;
  z-index: 250;
  height: 168px;
}
.video-player-2-inner {
  width: 360px;
  position: relative;
  left: -50%;
}

.page-register .manu {
  position: absolute;
  right: 20px;
  top: 320px;
  width: 200px;
  transform: rotate(-19deg);
}
@media (max-width: 1280px) {
  .page-register .manu {
    position: absolute;
    right: 30px;
    top: 270px;
    width: 100px;
    transform: rotate(-19deg);
  }
}

.page-meet-the-team .meet-the-team-tr {
  position: absolute;
  right: 10px;
  top: 160px;
  width: 310px;
}

.team-member-column img {
  border-radius: 50%;
  width: 100%;
}
.team-member-column .name {
  color: white;
  text-align: center;
  font-size: 40px;
  margin: -30px 0 0 0;
}
.team-member-column .role {
  text-align: center;
  font-size: 23px;
  color: #ffbd59;
  margin-bottom: 10px;
  line-height: 1;
}
.team-member-column .role-translation {
  text-align: center;
  font-size: 23px;
  color: white;
  margin-bottom: 10px;
  line-height: 1.2;
  min-height: 60px;
}
.team-member-column .quote {
  background-color: #ffbd59;
  border-radius: 20px;
  padding: 10px 0;
  margin-bottom: 30px;
  min-height: 118px;
}
.team-member-column .quote p {
  color: black;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins";
}
h1.light, h2.light, h3.light, h4.light, h5.light, h6.light {
  font-family: "Poppins";
}
h1.alt-text, h2.alt-text, h3.alt-text, h4.alt-text, h5.alt-text, h6.alt-text {
  font-family: "Poppins";
}

html body, a, p {
  font-family: "Barlow", sans-serif;
  color: #555;
}

body {
  background-color: #f7f7f7;
  background-size: contain;
  background-repeat: repeat;
  background-position: center top -2%;
  background-image: url(../../images/2025/background.png);
}
body.body-standard {
  background-image: none;
}

body#tinymce {
  background-color: white;
}

.heading {
  color: #004aad;
  font-weight: bold;
  font-family: "Poppins";
}
.heading-alt {
  color: #0BAF83;
  font-weight: 400;
}
.heading-alt a {
  color: #4D4D4E;
}
.heading a {
  color: #4D4D4E;
}

/* This is the precompiled SCSS file */
.backToAdmin {
  position: fixed;
  z-index: 100;
  bottom: 15px;
  left: 15px;
  width: auto;
  height: 54px;
  border-radius: 5px;
  background-color: #444;
  color: white;
  padding: 5px 20px 10px 20px;
}
.backToAdmin:hover {
  background-color: #4c4c4c;
  color: white;
  text-decoration: none;
}
.backToAdmin .fa {
  font-size: 30px;
  position: relative;
  top: 4px;
  left: -4px;
  color: white;
}

.navbar li.dropdown ul {
  background: none;
  left: auto;
  margin-top: 10px;
  padding: 2px;
  right: 0;
}
.navbar li.dropdown ul li a {
  background-color: #000;
  color: white;
  font-family: "Poppins";
  font-size: 22px;
  border-radius: 0;
  letter-spacing: 2px;
  padding: 6px;
  justify-content: center;
}
.navbar li.dropdown ul li a:hover, .navbar li.dropdown ul li a:focus {
  background-color: #333;
  color: #fff;
}
@media (min-width: 992px) {
  .navbar li.dropdown ul li:nth-child(2) a {
    border-radius: 0;
  }
  .navbar li.dropdown ul li:last-child a {
    border-radius: 0;
  }
}
.navbar > ul > li > a:hover,
.navbar > ul > li > a.active {
  background-color: #f24403;
  border-radius: 5px;
}
@media (max-width: 1280px) {
  .navbar > ul > li > a:hover,
  .navbar > ul > li > a.active {
    border-radius: 5px;
  }
}
.navbar a.link-home {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}
@media (max-width: 1280px) {
  .navbar a.link-home {
    border-radius: 0;
  }
}
.navbar a.link-nav-custom,
.navbar a.link-nav-custom:focus {
  font-family: "Poppins";
  font-size: 22px;
  border-radius: 7px;
  letter-spacing: 2px;
  padding: 2px;
  color: #e0dcd0;
}
.navbar a.link-nav-custom.nav-home,
.navbar a.link-nav-custom:focus.nav-home {
  display: none;
}
@media (max-width: 1280px) {
  .navbar a.link-nav-custom.nav-home,
  .navbar a.link-nav-custom:focus.nav-home {
    display: block;
  }
}
.navbar a.link-nav-custom span,
.navbar a.link-nav-custom:focus span {
  padding: 8px 15px;
  border-radius: 7px;
}
.navbar a.link-nav-custom:hover,
.navbar a.link-nav-custom:focus:hover {
  background-color: #333;
  border-radius: 10px;
}
.navbar a.link-nav-custom:hover span,
.navbar a.link-nav-custom:focus:hover span {
  background-color: #333;
}
@media (max-width: 1280px) {
  .navbar a.link-nav-custom {
    margin-bottom: 0;
  }
  .navbar a.link-nav-custom span {
    display: block;
  }
}
@media (max-width: 1280px) {
  .navbar li a,
  .navbar li a:focus {
    text-align: center;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0;
  }
  .navbar a.view-jobs,
  .navbar a.view-jobs:focus {
    padding: 3px;
    border-radius: 5px;
  }
  .navbar > ul {
    padding: 60px 0 10px 0 !important;
  }
  .navbar li.dropdown ul {
    padding: 2px;
    border-radius: 5px;
  }
}

.navbar .view-jobs,
.navbar .view-jobs:focus {
  font-family: "Poppins";
  font-size: 22px;
  border-radius: 7px;
  margin-right: 9px;
  letter-spacing: 2px;
  padding: 2px;
}
.navbar .view-jobs span,
.navbar .view-jobs:focus span {
  padding: 8px 20px;
  background-color: #333;
  border-radius: 7px;
}

nav.navbar a i,
nav.navbar a:focus i {
  font-size: 18px;
  line-height: 0;
  margin-left: 0;
}

main#main {
  min-height: 450px;
}

.overlay {
  display: none;
}
.is-saving .overlay {
  background: rgba(230, 230, 230, 0.25);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  display: block;
}

.header .logo img {
  max-height: 150px;
  margin-right: 0;
}

@media (max-width: 768px) {
  .header .logo img {
    max-height: 128px;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
  background-color: #4D4D4E;
  padding: 50px 0;
  color: white;
  height: 350px;
}
.footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
  display: block;
}
.footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}
.footer-info .logo span {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Poppins";
}
.footer-info p {
  font-size: 14px;
  font-family: var(--font-primary);
  color: #fff;
}
@media (max-width: 768px) {
  .footer .social-links {
    justify-content: center;
  }
}
.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  transition: 0.3s;
}
.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
}
.footer h4 {
  font-size: 16px;
  position: relative;
  padding-bottom: 12px;
}
.footer-links {
  margin-bottom: 30px;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links ul i {
  padding-right: 2px;
  color: rgba(13, 66, 255, 0.8);
  font-size: 12px;
  line-height: 0;
}
@media (max-width: 768px) {
  .footer-links ul li {
    justify-content: center;
  }
  .footer-links ul a {
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    text-align: center;
    padding: 1rem 0;
    color: white;
  }
}
.footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.footer-links ul li:first-child {
  padding-top: 0;
}
.footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.footer-links ul a:hover {
  color: #fff;
}
.footer-contact a {
  color: #fff;
}
.footer-contact p {
  line-height: 30px;
  color: #fff;
}
.footer .copyright {
  text-align: center;
}
.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}
.footer .credits a {
  color: #fff;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
  padding: 60px 0 70px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 140px;
}
@media (max-width: 768px) {
  .breadcrumbs .page-header {
    min-height: 0;
  }
}
.breadcrumbs .page-header h2 {
  font-size: 51px;
  color: #fff;
  font-family: "Poppins";
  margin-top: 120px;
}
.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, 0.8);
}
.breadcrumbs .page-header:before {
  content: "";
  position: absolute;
  inset: 0;
}
.breadcrumbs nav {
  background: #1e1d1b;
  padding: 30px 0 20px 0;
}
.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.breadcrumbs nav ol a {
  color: #fff;
  transition: 0.3s;
}
.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}
.breadcrumbs nav ol li + li {
  padding-left: 10px;
  color: #fff;
  font-weight: normal;
}
@media (max-width: 768px) {
  .breadcrumbs nav ol li + li {
    width: 100%;
  }
}
.breadcrumbs nav ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #ccc;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs nav ol li + li::before {
    transform: rotate(76deg);
    position: relative;
    top: 3px;
    left: -4px;
  }
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 21px;
  z-index: 99999;
  background: #4e3c30;
  width: 40px;
  height: 44px;
  border-radius: 4px;
  transition: all 0.4s;
}
.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.scroll-top:hover {
  background: rgb(62.2142857143, 47.8571428571, 38.2857142857);
  color: #fff;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Opportunities page
--------------------------------------------------------------*/
.page-opportunities {
  background-color: #111;
  padding: 3rem;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .page-opportunities {
    padding: 1.5rem;
  }
}
.page-opportunities p {
  font-size: 25px;
  color: #afaea6;
  z-index: 1;
  position: relative;
  line-height: 2;
}
.page-opportunities .left-title {
  font-family: tahoma;
  color: #e5472a;
  font-weight: bold;
  font-size: 77px;
  z-index: 1;
  position: relative;
  margin-top: 100px;
}
@media (max-width: 1280px) {
  .page-opportunities .left-title {
    font-size: 40px;
  }
}
.page-opportunities .opportunities-panel-left {
  position: relative;
  min-height: 850px;
}
@media (max-width: 1280px) {
  .page-opportunities .opportunities-panel-left {
    min-height: auto;
  }
}
.page-opportunities .opportunities-panel-left .img-fern {
  width: auto;
  position: absolute;
  bottom: -370px;
  opacity: 0.125;
  z-index: 0;
  left: 0;
}
.page-opportunities .opportunities-panel-right {
  position: relative;
}
.page-opportunities .opportunities-panel-right-content {
  width: 75%;
}
@media (max-width: 1280px) {
  .page-opportunities .opportunities-panel-right-content {
    width: 100%;
    padding-bottom: 200px;
  }
}
.page-opportunities .opportunities-panel-right .img-marae {
  max-width: 360px;
  position: absolute;
  right: 0;
  bottom: 20px;
}

.gradient-header {
  color: #004aad;
  font-family: "Poppins";
  font-size: 55px;
  display: inline-block;
  border-radius: 0;
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .gradient-header {
    padding: 15px;
    font-size: 45px;
  }
}
.gradient-header.medium {
  font-size: 35px;
}
.gradient-header.full {
  width: 100%;
}
/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.featured-services-home {
  background-color: #111;
  padding: 3rem 1.5rem 0 1.5rem;
  border-radius: 5px;
  overflow: hidden;
}
.featured-services-home p {
  font-size: 25px;
  color: #afaea6;
  z-index: 1;
  position: relative;
  line-height: 2;
}
.featured-services-home .featured-services-home-panel-left {
  position: relative;
  min-height: 850px;
}
@media (max-width: 1280px) {
  .featured-services-home .featured-services-home-panel-left {
    min-height: 700px;
  }
}
.featured-services-home .featured-services-home-panel-left .img-fern {
  width: 410px;
  position: absolute;
  bottom: -180px;
  opacity: 0.125;
  z-index: 0;
  right: 0;
}
.featured-services-home .featured-services-home-panel-left .img-manu {
  position: relative;
  max-width: 270px;
  z-index: 100;
  display: block;
  margin: 40px auto 0;
  transform: rotate(-25deg);
}
@media (max-width: 1280px) {
  .featured-services-home .featured-services-home-panel-left .img-manu {
    left: -30px;
  }
}
.featured-services-home .featured-services-home-panel-right {
  position: relative;
}
.featured-services-home .featured-services-home-panel-right .img-marae {
  width: 120%;
  position: relative;
  left: -16%;
}
@media (max-width: 1280px) {
  .featured-services-home .featured-services-home-panel-right .img-marae {
    width: 100%;
    left: 0;
  }
}

.featured-services .service-item {
  position: relative;
  height: 100%;
  margin-bottom: 20px;
}

.featured-services .service-item .icon {
  margin-right: 20px;
}

.featured-services .service-item .icon i {
  color: #7b301d;
  font-size: 48px;
  transition: 0.3s;
}

.featured-services .service-item:hover .icon {
  background: #fff;
}

.featured-services .service-item:hover .icon i {
  color: #7b301d;
}

.featured-services .service-item .title {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 24px;
  color: #fff;
  transition: 0.3s;
}
.featured-services .service-item .title::after {
  content: " ";
  width: 31px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  margin-left: 6px;
  margin-top: 8px;
}

.featured-services .service-item .description {
  font-size: 17px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.9;
  margin-left: 6px;
}

.featured-services .service-item .readmore {
  display: flex;
  align-items: center;
  color: #E43E28;
  transition: 0.3s;
  font-weight: 700;
  font-size: 14px;
}

.featured-services .service-item .readmore i {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 1280px) {
  section {
    padding: 50px 0;
  }
}

.section-header {
  text-align: center;
  padding: 30px 0;
  position: relative;
}
.section-header h2 {
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  color: #4D4D4E;
  z-index: 2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #4D4D4E;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.section-header span {
  position: absolute;
  top: 46px;
  color: rgba(14, 29, 52, 0.06);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 0;
}
.section-header p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 640px) {
  .section-header h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-header span {
    font-size: 38px;
  }
}
.job-listing {
  background-color: white;
  padding: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .job-listing {
    background-color: white;
    padding: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .job-listing a {
    width: 100%;
    margin-bottom: 1.15rem;
  }
}
.job-listing .heading, .job-listing .heading > a {
  color: #4D4D4E;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 1.75rem;
}
.job-listing .heading:hover, .job-listing .heading > a:hover {
  color: #f24403;
}
.job-listing .watch-list-add, .job-listing .job-listing-profile button.watch-list-add, .job-listing-profile .job-listing button.watch-list-add {
  background: none;
  border: none;
  font-size: 19px;
  margin-left: -5px;
  color: #ccc;
}
.job-listing button.watch-list-remove {
  background: none;
  border: none;
  font-size: 19px;
  margin-left: -5px;
  color: #E43E28;
}
.job-listing i.job-map-marker {
  color: #f24403;
}

.job-listing-profile button.watch-list-remove {
  background: none;
  border: none;
  font-size: 19px;
  margin-left: -5px;
  color: #E43E28;
}

.job-listing-single .heading {
  color: #4D4D4E;
  font-weight: 400;
  font-family: "Poppins";
}
.job-listing-single .icon-marker {
  color: #4D4D4E;
}
.job-listing-single button.watch-list-add {
  background: none;
  border: none;
  font-size: 19px;
  margin-left: -5px;
  color: #ccc;
}
.job-listing-single button.watch-list-remove {
  background: none;
  border: none;
  font-size: 19px;
  margin-left: -5px;
  color: #E43E28;
}
@media (max-width: 768px) {
  .job-listing-single .job-listing-share-button a {
    width: 100%;
    margin-bottom: 10px;
  }
}

.job-application .content-details h1, .job-application .content-details h2, .job-application .content-details h3, .job-application .content-details h4, .job-application .content-details h5, .job-application .content-details h6 {
  color: #004aad;
}
.job-application .content-details li, .job-application .content-details p, .job-application .content-details i {
  color: #666;
}
.job-application .heading {
  color: #004aad;
  font-weight: bold;
}
.job-application .icon-marker {
  color: #4D4D4E;
}

.btn.btn-primary.btn-custom {
  color: white;
  background-color: rgba(228, 62, 40, 0.8);
  border-color: rgb(215.444214876, 49.1012396694, 27.055785124);
}
.btn.btn-primary.btn-custom:hover {
  background-color: rgba(228, 62, 40, 0.9);
}

.btn.btn-outline-primary.btn-custom {
  color: #E43E28;
  border-color: rgb(215.444214876, 49.1012396694, 27.055785124);
}
.btn.btn-outline-primary.btn-custom:hover, .btn.btn-outline-primary.btn-custom:focus {
  background-color: #E43E28;
  color: white;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .sub-page-wrap {
  padding: 1.5rem;
}

.contact .info-item + .info-item {
  margin-top: 40px;
}

.contact .info-item i {
  font-size: 20px;
  background: #f24403;
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
}

.contact .info-item a,
.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: linear-gradient(90deg, #fe4938, #ff914d);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type=submit]:hover {
  background: linear-gradient(90deg, #fe4938, #ffdbc4);
}

.card-title-profile {
  width: 260px;
  height: 260px;
  background: #fff;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 2px 2px 9px 0px #757575;
  position: relative;
  overflow: hidden;
}
.card-title-profile img {
  width: 100%;
}
.card-title-profile .title-initials {
  /*font-size: 60px;
  color: white;
  font-family: variables.$fontHeading-alt;*/
  font-size: 60px;
  color: white;
  font-family: "Poppins";
  background: #f24403;
  height: 260px;
  width: 260px;
}
.card-title-profile .title-initials span {
  text-align: center;
  display: block;
  margin-top: 87px;
}

[data-tooltip]:hover:before, [data-tooltip]:hover:after {
  display: block;
  position: absolute;
  font-size: 0.8em;
  color: white;
  z-index: 999;
}
[data-tooltip]:hover:before {
  border-radius: 0.2em;
  content: attr(alt);
  background-color: #000;
  margin-top: -45px;
  margin-left: -9px;
  padding: 0.6em;
  width: 240px;
}
[data-tooltip]:hover:after {
  content: "";
  margin-top: -2.1em;
  margin-left: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #000;
  border-width: 0.5em 0.5em 0 0.5em;
}

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}
.bd-callout h4 {
  margin-bottom: 0.25rem;
}
.bd-callout p:last-child {
  margin-bottom: 0;
}
.bd-callout code {
  border-radius: 0.25rem;
}
.bd-callout + .bd-callout {
  margin-top: -0.25rem;
}
.bd-callout-info {
  border-left-color: #5bc0de;
}
.bd-callout-warning {
  border-left-color: #f0ad4e;
}
.bd-callout-danger {
  border-left-color: #d9534f;
}

/*--------------------------------------------------------------
# Google captcha section
--------------------------------------------------------------*/
.enquiryWrap .alert {
  border-radius: 0;
}
.enquiryWrap .enquiry-success {
  display: none;
}
.enquiryWrap a.enquiry-close-button {
  color: #656565;
  border: 1px solid #656565;
  padding: 8px;
  font-weight: bold;
  font-size: 16px;
}
.enquiryWrap a.enquiry-close-button:hover {
  background-color: #656565;
  color: #fff;
}

.captcha-outer {
  background: #f9f9f9;
}
.captcha-outer .captcha {
  background: transparent;
  border: 3px solid #f9f9f9;
  height: 79px;
  width: 301px;
  overflow: hidden;
  margin: 0 auto;
}
.captcha-outer .g-recaptcha {
  position: relative;
  left: -5px;
  top: -2px;
}

/*--------------------------------------------------------------
# Home - mission statement section
--------------------------------------------------------------*/
.mission-statement-inner {
  background-color: rgba(255, 255, 255, 0.9);
}
.mission-statement .heading-footer {
  color: #4D4D4E;
}

@media print {
  @page {
    size: portrait;
  }
  .no-print,
  .no-print * {
    display: none !important;
  }
  body {
    background-color: #fff;
  }
}
.custom-pagination .page-link {
  color: #f24403;
  border: 1px solid #f24403;
}
.custom-pagination .page-item.active .page-link {
  background-color: #f24403;
  color: white;
}

.home-social-media {
  background-color: #333;
  background-size: cover;
  background-position-y: bottom;
}
.home-social-media h3 {
  font-family: "Poppins";
}
.home-social-media h3 span.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  display: block;
  float: left;
  width: 28px;
  padding: 0;
  border-radius: 8px;
  height: 28px;
  position: relative;
  margin-right: 10px;
  top: 5px;
}
.home-social-media h3 span.instagram i {
  position: absolute;
  top: -1px;
}
.home-social-media h3 {
  color: white;
  font-weight: 400;
}

.content-block {
  background-color: white;
  padding: 2.25rem 2rem;
  border-radius: 4px;
  background-image: url(../../images/backgrounds/layered-peaks-haikei-5.png);
  background-size: cover;
}

.content-block-alt {
  color: white;
  padding: 2.25rem 2rem;
  border-radius: 4px;
  background-image: url(../../images/backgrounds/blurry-gradient-haikei-2.png);
  background-size: cover;
}
.featured-services .service-item .content-block-alt h4.title, .featured-services .service-item .content-block-alt p.description {
  color: white;
}

.nav-mobile-item {
  display: none;
}
@media (max-width: 1280px) {
  .nav-mobile-item {
    display: block;
  }
}

#LoginForm label {
  color: #666;
}
#LoginForm a.text-body {
  color: #666 !important;
}
#LoginForm p {
  color: #666;
}

#ViewJobListSingle .view-job-list-content h1, #ViewJobListSingle .view-job-list-content h2, #ViewJobListSingle .view-job-list-content h3, #ViewJobListSingle .view-job-list-content h4, #ViewJobListSingle .view-job-list-content h5, #ViewJobListSingle .view-job-list-content h6 {
  color: #004aad;
  font-weight: bold;
}
#ViewJobListSingle .view-job-list-content li, #ViewJobListSingle .view-job-list-content p, #ViewJobListSingle .view-job-list-content i, #ViewJobListSingle .view-job-list-content a {
  color: #666666;
}
#ViewJobListSingle .view-job-list-content a {
  text-decoration: underline;
}
#ViewJobListSingle .view-job-list-content a.btn-facebook-content {
  text-decoration: none;
  color: #fff;
}
#ViewJobListSingle .view-job-list-content a.btn-facebook-content i {
  color: #fff;
}

.job-application .content-details h1, .job-application .content-details h2, .job-application .content-details h3, .job-application .content-details h4, .job-application .content-details h5, .job-application .content-details h6 {
  color: #004aad;
}
.job-application .content-details li, .job-application .content-details p, .job-application .content-details i {
  color: #666;
}
.job-application .job-listing-share-button a {
  text-decoration: none;
}

@media (max-width: 1280px) {
  .hero-bottom-panel {
    margin-top: -6px;
  }
}
.marquee {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.marquee img {
  max-height: 140px;
}
.marquee span {
  display: inline-block;
  animation: marquee 50s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% + 100vw));
  }
}
.page-content {
  padding-top: 160px;
  position: relative;
}
.page-content-sub-header {
  position: absolute;
  top: 0;
  left: 0;
}
.page-content-sub-header.full {
  width: 100%;
  display: block;
  text-align: center;
}
.page-content-sub-header.full .gradient-header {
  width: 100%;
}
.page-content-sub-header .gradient-header {
  padding: 30px 80px;
}
@media (max-width: 1280px) {
  .page-content-sub-header .gradient-header {
    padding: 30px;
    font-size: 35px;
  }
}

.img-fern {
  width: auto;
  position: absolute;
  bottom: -370px;
  opacity: 0.125;
  z-index: 0;
  left: 0;
}

.sub-page-highlight {
  border-radius: 7px;
  margin-right: 9px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 2px;
  background: linear-gradient(to right, #b83535, #975c3a);
  display: inline-block;
  color: #fff;
  font-family: "Poppins";
}
.sub-page-highlight span {
  padding: 8px 20px;
  background-color: #000;
  border-radius: 7px;
  display: block;
}

.terms-and-conditions p, .terms-and-conditions h1, .terms-and-conditions h2, .terms-and-conditions h3, .terms-and-conditions h4, .terms-and-conditions h5, .terms-and-conditions h6, .terms-and-conditions a {
  color: #fff;
}

div#ViewJobList {
  width: 66.6666%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  div#ViewJobList {
    width: 100%;
  }
}

@media (max-width: 1280px) {
  .login-page-icon {
    margin-top: 2rem;
  }
}

.modal-ipurangi {
  width: 95% !important;
  max-width: 95%;
}

#QuestionnaireForm .heading {
  color: #333;
}

form#AddYourPepeha input[type=text] {
  border: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.25);
  border-radius: 0;
  text-align: center;
  font-style: italic;
  font-weight: bold;
}
form#AddYourPepeha input[type=text]:focus {
  box-shadow: none;
}

.generate-account-details {
  display: none;
}

.is-employee-form .generate-account-details {
  display: block;
}

.cv-banner {
  height: 100px;
  background: #4d4d4d;
  margin-bottom: 25px;
}

.cv-title {
  background: #e7e7e7;
  padding: 0;
  width: 100%;
  float: left;
  margin: 0 0 14px 0;
}
.cv-title h4 {
  padding: 0px 11px 0px 0;
  background: white;
  float: left;
  margin: 0;
}

[v-show] {
  display: block;
}

.login-marae-lhs {
  max-width: 480px;
  position: absolute;
  right: 400px;
  top: -160px;
  z-index: -1;
  opacity: 0.75;
}

.login-woman-rhs {
  max-width: 590px;
  position: absolute;
  left: 290px;
  top: -170px;
  z-index: -1;
  opacity: 0.75;
}

.client-profile-bg-rhs {
  max-width: 330px;
  position: absolute;
  right: 0;
  top: 370px;
  z-index: -1;
  opacity: 0.75;
}

.register-page-bg-wrap .login-marae-lhs {
  max-width: 480px;
  right: 1070px;
  top: -10px;
}
.register-page-bg-wrap .login-woman-rhs {
  max-width: 1060px;
  left: 620px;
  top: -100px;
}

.client-profile-border {
  background: white;
  padding: 25px;
  margin-left: 35px;
  box-shadow: 1px 1px 6px #e3e3e3;
  border-radius: 5px;
}
.client-profile-border::before {
  content: "";
  display: block;
  background: #74bf73;
  width: 3px;
  height: calc(100% - 20px);
  position: absolute;
  left: 9px;
  top: 9px;
}

.client-profile-employer .header.sticked {
  position: relative;
}

.client-profile-employer .header.fixed-top {
  position: relative;
}

.client-profile-goal-table {
  width: 100%;
}
.client-profile-goal-table td {
  padding: 12px;
  border-bottom: 1px solid #eee;
}
.client-profile-goal-table th {
  padding: 5px;
}

/*# sourceMappingURL=style.css.map */
