.footer__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/*  Phoenix ATS 
 *	Recruitment Software solution from Capital Software
 *	version 5
 *	http://www.phoenixats.com/
 */
@font-face {
  font-family: Brandon Text;
  src: local("Brandon Text"), url(/content/Skins/Plunket/fonts/BrandonText-Regular.woff2?db51323fcdee0cdbc1999474dfdea6fd) format("woff2"), url(/content/Skins/Plunket/fonts/BrandonText-Regular.woff?ad5b577c15875af0b1824ee46871944d) format("woff");
  font-weight: 400; }
@font-face {
  font-family: Brandon Text;
  src: local("Brandon Text"), url(/content/Skins/Plunket/fonts/BrandonText-Medium.woff2?c2985fc6e64f7bc275fa92e54990f286) format("woff2"), url(/content/Skins/Plunket/fonts/BrandonText-Medium.woff?8a021e7f9031ccb86b3fe72d267fc1cf) format("woff");
  font-weight: 500; }
@font-face {
  font-family: Brandon Text;
  src: local("Brandon Text"), url(/content/Skins/Plunket/fonts/BrandonText-Bold.woff2?f32726152bcc1a608fc3af5b09d22a42) format("woff2"), url(/content/Skins/Plunket/fonts/BrandonText-Bold.woff?2b86fd9aeff644a91c968debb3d704b2) format("woff");
  font-weight: 700; }
html, body {
  height: 100%; }

body {
  display: flex;
  flex-direction: column; }

nav.navbar {
  flex: 0 0 auto; }

main.body-content {
  flex: 1 0 auto; }

footer.site-footer {
  flex: 0 0 auto; }

@media (min-width: 1400px) {
  .container {
    width: 1326px; } }
.btn {
  border: 0;
  padding: 12px 36px;
  border-radius: 50px;
  line-height: 1.75;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn:hover, .btn:focus {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.btn-social-icon {
  min-width: initial; }

.btn-default {
  background: #fff;
  border: 0; }
  .btn-default:hover, .btn-default:focus {
    background: #fff;
    border-color: #14b3ff; }
  .btn-default:focus {
    -webkit-box-shadow: 0, 0, 0, #fff;
    -moz-box-shadow: 0, 0, 0, #fff;
    box-shadow: 0, 0, 0, #fff; }

.btn-primary, .btn-info {
  background: #4E389D; }
  .btn-primary:hover, .btn-info:hover, .btn-primary:focus, .btn-info:focus {
    background-color: #040c4f;
    -webkit-transition: all, 0.1s, ease-in-out;
    -moz-transition: all, 0.1s, ease-in-out;
    -ms-transition: all, 0.1s, ease-in-out;
    -o-transition: all, 0.1s, ease-in-out;
    transition: all, 0.1s, ease-in-out; }

a.btn {
  display: inline-block\9;
  margin-bottom: 3px\9; }

.main-content .search-jobs .control-label {
  font-size: 16px;
  font-size: 1.6rem; }

.form-control {
  border-color: #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .form-control:hover, .form-control:focus {
    border-color: #c4c4c4; }
  .form-control:focus {
    -webkit-box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd; }

.thumbnail {
  border-radius: 16px; }
  @media (min-width: 1200px) {
    .thumbnail {
      padding: 16px; } }
  .thumbnail .caption {
    color: #777; }

.vacancy-box.feature-job {
  border-color: #e5f4fb;
  background-color: #e5f4fb; }

.alert {
  margin: 20px 0;
  font-weight: bold; }

.alert-danger {
  background-color: #ffdcda;
  border-color: #f44336;
  color: #f44336; }

.pagination li > a {
  border-radius: 50% !important;
  min-width: 46px;
  min-height: 46px;
  text-align: center;
  background-color: #f7f7f7;
  margin: 6px;
  line-height: 1.9;
  padding: 6px; }
  @media (max-width: 525px) {
    .pagination li > a {
      font-size: 12px;
      margin: 3px;
      min-width: 35px;
      min-height: 35px; } }
.pagination .active > a, .pagination .active > a:hover, .pagination .active > a:focus,
.pagination .active > span, .pagination .active > span:hover, .pagination .active > span:focus {
  background-color: #4e389d;
  border-color: 0; }
.pagination li > a:hover, .pagination li > a:focus,
.pagination li > span:hover, .pagination li > span:focus {
  background-color: #040c4f;
  color: #fff;
  border: 0; }
.pagination li > a, .pagination li > span,
.pagination .disabled > a, .pagination .disabled > a:hover {
  color: #4e389d;
  border: 0; }

i#social {
  opacity: 0.85; }
  i#social:hover, i#social:focus {
    -webkit-transition: all, 0.2s, ease-in-out;
    -moz-transition: all, 0.2s, ease-in-out;
    -ms-transition: all, 0.2s, ease-in-out;
    -o-transition: all, 0.2s, ease-in-out;
    transition: all, 0.2s, ease-in-out;
    opacity: 1; }

.linkedinimport {
  font-family: Brandon Text, "system-ui", -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  padding-left: 50px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
  .linkedinimport i.fa-linkedin {
    line-height: 32px; }

ul.nav-wizard {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  ul.nav-wizard li:before {
    border-left-color: #fff; }

ul.nav-wizard li a {
  color: #000; }
ul.nav-wizard li.active {
  color: #fff;
  background: #0098e0; }
  ul.nav-wizard li.active a, ul.nav-wizard li.active a:active, ul.nav-wizard li.active a:focus, ul.nav-wizard li.active a:visited {
    color: #fff;
    background: #0098e0; }

ul.nav-wizard li.active:after {
  border-left-color: #0098e0; }

.thumbnail {
  border-color: #eee; }
  .thumbnail:hover {
    border-color: #ddd; }

#JobNumberOrTitle.k-textbox {
  width: 100%; }

.k-textbox {
  border-color: #ddd;
  max-width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .k-textbox:hover, .k-textbox:focus {
    border-color: #c4c4c4; }
  .k-textbox:focus {
    -webkit-box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd; }

.k-textbox:focus, .k-autocomplete.k-state-focused, .k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-multiselect.k-header.k-state-focused {
  -webkit-box-shadow: 0 0 5px #ddd;
  -moz-box-shadow: 0 0 5px #ddd;
  box-shadow: 0 0 5px #ddd; }

.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default,
.k-dropdown-wrap.k-state-default, .k-multiselect.k-header, .k-state-default > .k-select {
  border-color: #ddd; }

.k-state-hover span {
  background-color: #ddd; }

.k-calendar .k-header, .k-calendar .k-footer, .k-calendar .k-footer .k-nav-today {
  background-color: #ddd; }

.k-calendar .k-footer .k-nav-today:hover, .k-calendar .k-footer .k-nav-today.k-state-hover,
.k-link.k-state-hover, .k-state-hover, .k-state-hover:hover,
.k-calendar .k-link.k-nav-fast.k-state-hover, .k-state-focused {
  background-color: #ddd; }

.k-calendar .k-footer .k-nav-today:active,
.k-calendar .k-footer .k-nav-today:active,
.k-heade .k-link:active,
.k-calendar .k-link.k-nav-fast:active {
  color: #000;
  background-color: #ddd; }

::-moz-selection {
  background: #0098e0;
  color: #000; }

::selection {
  background: #0098e0;
  color: #000; }

.username {
  color: #ddd; }

hr {
  border-color: #ddd; }

body {
  font-family: Brandon Text, "system-ui", -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 18px;
  font-size: 1.8rem;
  color: #777; }

p {
  font-family: Brandon Text, "system-ui", -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000;
  font-family: Brandon Text, "system-ui", -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: bold; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: #000; }
    h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus,
    .h1 a:hover,
    .h1 a:focus, .h2 a:hover, .h2 a:focus, .h3 a:hover, .h3 a:focus, .h4 a:hover, .h4 a:focus, .h5 a:hover, .h5 a:focus, .h6 a:hover, .h6 a:focus {
      color: #000; }

h1, .h1 {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: Brandon Text, "system-ui", -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 25px;
      font-size: 2.5rem; } }

h2, .h2 {
  font-size: 30px;
  font-size: 3rem; }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 20px;
      font-size: 2rem; } }

h3, .h3 {
  font-size: 21px;
  font-size: 2.1rem; }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 17px;
      font-size: 1.7rem; } }

h4, .h4 {
  font-size: 18px;
  font-size: 1.8rem; }
  @media (max-width: 767px) {
    h4, .h4 {
      font-size: 16px;
      font-size: 1.6rem; } }

h5, .h5 {
  font-size: 16px;
  font-size: 1.6rem; }

a {
  color: #0098e0; }
  a:hover, a:focus {
    color: #0098e0;
    text-decoration: underline; }

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th,
.table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td,
.control-label,
.k-textbox,
.k-picker-wrap, .k-calendar-container table {
  font-size: 14px;
  font-size: 1.4rem; }

.logo-nav-header {
  float: left;
  min-height: 92px;
  height: 92px;
  display: flex;
  align-items: center; }
  .logo-nav-header a, .logo-nav-header .logo {
    height: 100%; }
  @media (max-width: 767px) {
    .logo-nav-header .logo {
      margin-left: 15px; } }

.navbar-default {
  padding: 16px 0;
  background-color: #0098e0;
  border-bottom: 0;
  margin-bottom: 0; }
  .navbar-default .navbar-brand {
    color: #0098e0; }
    .navbar-default .navbar-brand:hover {
      color: #0087c7; }
  .navbar-default .navbar-nav {
    padding-right: 15px; }
    .navbar-default .navbar-nav > li > a {
      color: white;
      padding: 0 0 0 25px;
      font-weight: 700;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 18px;
      line-height: 1.8rem; }
      .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: white; }
  .navbar-default .navbar-toggle {
    margin-right: 0; }
    @media (max-width: 767px) {
      .navbar-default .navbar-toggle {
        margin-right: 15px; } }

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.mobile-nav-btn {
  float: right;
  display: flex;
  align-items: center;
  min-height: 92px; }

.navigation__content {
  display: flex;
  flex-direction: column; }

.navigation__supernav {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px; }
  .navigation__supernav .btn-navigation__supernav {
    padding: 10px 14px;
    border-radius: 50px;
    line-height: 1.75;
    font-size: 13px;
    margin-left: 24px;
    color: white;
    border-color: white;
    border: 3px solid;
    text-decoration: none; }
    .navigation__supernav .btn-navigation__supernav:hover {
      background-color: #040c4f;
      border-color: #040c4f; }
  .navigation__supernav .fa-map-marker {
    font-size: 18px;
    margin-right: 6px; }

.navbar-default .navbar-toggle {
  border-color: transparent; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
  height: 3px;
  width: 32px; }

.navbar-default .navbar-collapse {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  background-color: #0098e0; }
  .navbar-default .navbar-collapse .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

.hero-section {
  width: 100%;
  min-height: 350px;
  background-color: #0098e0;
  background-image: url(/content/skins/Plunket/img/tohu-background.svg);
  background-repeat: repeat-x;
  background-size: 2000px;
  background-blend-mode: overlay;
  background-position: left 8% top 40px;
  position: relative; }
  .hero-section:after {
    bottom: 0; }
  @media (min-width: 430px) {
    .hero-section {
      min-height: 430px; } }
  @media (min-width: 768px) {
    .hero-section {
      min-height: auto;
      background-position: left 6% bottom -220px; } }

.hero-section::after,
.curved-container--top-flipped:before,
.curved-container--top:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 8rem;
  background: transparent url(/content/skins/Plunket/img/curved-container-mask.svg) repeat-x 100% bottom;
  background-size: 200% 50%;
  z-index: 400;
  padding-bottom: 128px; }
  @media (min-width: 480px) {
    .hero-section::after,
    .curved-container--top-flipped:before,
    .curved-container--top:before {
      background-size: contain; } }

@media (min-width: 768px) {
  .page-header__layout {
    margin-top: 30px;
    margin-bottom: -100px; }

  .page-header__content {
    padding-top: 26px; } }
@media (min-width: 1200px) {
  .page-header__content {
    padding-top: 76px;
    padding-bottom: 56px; } }
.page-header__title,
.page-header__introduction {
  color: white; }

.page-header__introduction {
  font-weight: 500; }

.page-header__media {
  position: relative;
  z-index: 500;
  text-align: center;
  margin-top: 0;
  margin-bottom: -6rem;
  transform: translate3d(0, 6rem, 0); }
  @media (min-width: 768px) {
    .page-header__media {
      transform: none;
      margin-top: 0;
      margin-bottom: 0; } }

.page-header__media img {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  max-width: 100%; }

.body-content {
  padding-top: 50px;
  margin-bottom: 0; }

.sidebar {
  margin-top: 20px; }

.careernav p {
  margin-bottom: 0; }
.careernav a {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 8px 0;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .careernav a:hover, .careernav a:focus {
    background-color: #0098e0;
    color: #fff;
    text-decoration: none;
    padding-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.job-search .form-control, .job-search .k-textbox {
  height: auto;
  padding: 14px 30px;
  border-radius: 28px;
  border: 2px solid rgba(34, 34, 34, 0.1);
  background-color: #f7f7f7;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  -webkit-appearance: none;
  appearance: none; }
  .job-search .form-control .selected, .job-search .k-textbox .selected {
    color: #000; }
  .job-search .form-control:focus, .job-search .k-textbox:focus {
    border-color: #4e389d;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18); }
  .job-search .form-control .control-label, .job-search .k-textbox .control-label {
    font-size: 16px;
    margin-bottom: 7px; }
.job-search .form-control {
  height: 56px;
  background-image: url(/content/skins/Plunket/img/dropdown.svg);
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  background-size: 16px 10px;
  padding-right: 40px; }
.job-search .form-control::-ms-expand {
  display: none; }
.job-search .k-textbox {
  height: 56px; }

.panel-default {
  border-color: #0098e0; }
  .panel-default .panel-heading {
    background-color: #0098e0;
    color: #fff; }

.team-grid .member:hover:after {
  background: #0098e0; }

.tohu {
  background-image: url(/content/skins/Plunket/img/tohu-background.svg);
  background-repeat: repeat-x;
  background-size: 2000px;
  background-blend-mode: overlay;
  background-position: left 6% bottom -250px;
  padding-top: 128px;
  margin-top: 54px;
  background-color: #0098e0;
  color: #fff;
  position: relative; }

@media (min-width: 768px) {
  .curved-container--fixed-height {
    height: 96px;
    box-sizing: content-box; } }
.curved-container--bottom:after, .curved-container--top-flipped:before, .curved-container--top:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 128px;
  background: transparent url(/content/skins/Plunket/img/curved-container-mask.svg) repeat-x 100% bottom;
  background-size: 200% 50%;
  z-index: 400; }

@media (min-width: 480px) {
  .curved-container--bottom:after, .curved-container--top-flipped:before, .curved-container--top:before {
    background-size: contain; } }
.curved-container--top:before {
  top: 0;
  transform: scaleY(-1); }

.site-footer {
  background-color: #040c4f;
  height: auto; }
  .site-footer * {
    color: white; }
  .site-footer .phx-copyright {
    text-align: center; }
  .site-footer a:hover {
    color: white;
    text-decoration: none; }
  .site-footer .caption {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500; }

.footer__content {
  justify-content: space-between;
  padding: 64px 0;
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px; }
  @media (max-width: 768px) {
    .footer__content {
      flex-direction: column; } }

.footer__item .footer__content-title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 8px; }
.footer__item .footer__phone {
  display: inline-block;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 32px; }
  .footer__item .footer__phone:before {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 1rem;
    margin-bottom: 2px;
    content: "";
    -webkit-mask-image: url(/content/skins/Plunket/img/telephone.svg);
    mask-image: url(/content/skins/Plunket/img/telephone.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor; }

.footer__partner--best-start {
  background-image: url(/content/skins/Plunket/img/best-start-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 80px;
  margin-top: 8px;
  margin-bottom: 32px; }

.footer__item--social {
  display: flex; }

.footer__social {
  width: 32px;
  height: 32px;
  margin-right: 24px; }
  .footer__social::after {
    width: 32px;
    height: 32px;
    display: inline-block; }
  .footer__social--facebook:after {
    content: "";
    -webkit-mask-image: url(/content/skins/Plunket/img/facebook.svg);
    mask-image: url(/content/skins/Plunket/img/facebook.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor; }
  .footer__social--twitter:after {
    content: "";
    -webkit-mask-image: url(/content/skins/Plunket/img/twitter.svg);
    mask-image: url(/content/skins/Plunket/img/twitter.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor; }
  .footer__social--instagram:after {
    content: "";
    -webkit-mask-image: url(/content/skins/Plunket/img/instagram.svg);
    mask-image: url(/content/skins/Plunket/img/instagram.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor; }
  .footer__social--linkedin:after {
    content: "";
    -webkit-mask-image: url(/content/skins/Plunket/img/linkedin.svg);
    mask-image: url(/content/skins/Plunket/img/linkedin.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor; }

/*# sourceMappingURL=Site.css.map */
