/*  Phoenix ATS 
 *	Recruitment Software solution from Capital Software
 *	version 5
 *	http://www.phoenixats.com/
 */
.btn {
  border: 0;
  -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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .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: #ffec4f; }
  .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: #ffe71c;
  color: #234f5b;
  font-weight: bold; }
  .btn-primary:hover, .btn-info:hover, .btn-primary:focus, .btn-info:focus {
    color: #234f5b;
    background-color: #ffec4f;
    -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 .caption {
  color: #333; }

.alert {
  margin: 20px 0;
  font-weight: bold; }

.alert-danger {
  background-color: #ffdcda;
  border-color: #f44336;
  color: #f44336; }

.pagination .active > a, .pagination .active > a:hover, .pagination .active > a:focus,
.pagination .active > span, .pagination .active > span:hover, .pagination .active > span:focus {
  background-color: #0074BD;
  border-color: #0074BD; }
.pagination li > a:hover, .pagination li > a:focus,
.pagination li > span:hover, .pagination li > span:focus {
  border-color: #ddd; }
.pagination li > a, .pagination li > span,
.pagination .disabled > a, .pagination .disabled > a:hover {
  color: #0074BD;
  border-color: #ddd; }

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: Arial, sans-serif;
  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: #333; }
ul.nav-wizard li.active {
  color: #fff;
  background: #0074BD; }
  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: #0074BD; }

ul.nav-wizard li.active:after {
  border-left-color: #0074BD; }

.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: #333;
  background-color: #ddd; }

::-moz-selection {
  background: #0074BD;
  color: #333; }

::selection {
  background: #0074BD;
  color: #333; }

@media (min-width: 1200px) {
  .wrapper {
    margin-bottom: -271px; }

  footer, .wrapper:after {
    height: 271px; } }
.username {
  color: #ddd; }

hr {
  border-color: #ddd; }

body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333; }

p {
  font-family: Arial, sans-serif; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Arial, sans-serif; }
  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: #0074BD; }
    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: #333; }

h1, .h1 {
  font-size: 36px;
  font-size: 3.6rem;
  color: #234f5b; }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 25px;
      font-size: 2.5rem; } }

h2, .h2 {
  font-size: 30px;
  font-size: 3rem;
  color: #0074BD; }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 20px;
      font-size: 2rem; } }

h3, .h3 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #0074BD; }
  @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: #0074BD; }
  a:hover, a:focus {
    color: #234f5b;
    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 {
  padding-top: 15px;
  padding-bottom: 15px; 
  height: 120px;
}
@media(max-width: 991px){
    .logo{
        height: 100px;
    }
}
@media (max-width: 767px) 
{
    .logo {
        padding-left: 15px; 
    }
}
@media (max-width: 350px) {
    .logo {
        height: 90px;
    }
}

@media (min-width: 992px) {
  .navbar-header {
    float: none !important; } }

.navbar-inverse {
  background-color: #0074BD;
  margin-bottom: 0;
  border: 0; }
  .navbar-inverse .navbar-nav > li > a {
    color: #fff;
    padding: 10px 6px; }
    @media (min-width: 768px) {
      .navbar-inverse .navbar-nav > li > a {
        font-weight: bold;
        padding: 15px 24px !important; } }
  .navbar-inverse .navbar-nav .caret {
    display: inline-block; }
  .navbar-inverse .navbar-nav > li:hover > a,
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus,
  .navbar-inverse .navbar-nav > li.active > a,
  .navbar-inverse .dropdown-menu > li > a:hover {
    color: #234f5b !important;
    background-color: #ffe71c !important; }
  .navbar-inverse .dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: #e6e6e6; }
    .navbar-inverse .dropdown-menu > li > a {
      font-weight: bold;
      padding: 5px 20px; }
  .navbar-inverse .navbar-toggle {
    border-color: #fff;
    margin-top: 30px; }

.navbar-collapse .control-label {
  color: #fff; }
.navbar-collapse .btn {
  border: 1px solid #fff; }

.crumb-bar {
  margin-bottom: 15px;
  background-color: #234f5b; }

.breadcrumb {
  padding: 15px 0;
  margin-bottom: 0;
  background-color: inherit; }

.breadcrumb > li + li:before {
  color: #fff;
  content: '> ';
  font-weight: normal; }

.breadcrumb > li > a {
  color: #fff; }

.breadcrumb > li.active {
  color: #fff;
  font-weight: bold; }

.menu-career {
  display: flex;
  flex-wrap: wrap; }
  .menu-career h3 {
    text-align: center;
    color: #4d647c; }
  .menu-career .menu-career_link {
    text-decoration: none;
    background-color: #4d647c;
    margin: 10px;
    text-align: center;
    border-radius: 10px;
    color: #fff; }
    .menu-career .menu-career_link:nth-child(odd) {
      background-color: #93a0ad;
      color: #4d647c; }
      .menu-career .menu-career_link:nth-child(odd):hover {
        background-color: #b0bac3; }
    .menu-career .menu-career_link:hover {
      background-color: #617d9b; }
  .menu-career_speciality, .menu-career_work {
    width: 50%;
    display: flex;
    flex-direction: column; }
    @media (max-width: 600px) {
      .menu-career_speciality, .menu-career_work {
        width: 100%; } }
  .menu-career_speciality .menu-career_link {
    padding: 10px; }
  .menu-career_work .menu-career_link {
    padding: 20px;
    font-weight: bold;
    font-size: 18px; }
  @media (max-width: 600px) {
    .menu-career {
      flex-direction: column; } }

.carrer-work_container {
  display: flex;
  margin-top: 30px; }
  .carrer-work_container .side-img {
    width: 50%;
    margin: 10px;
    background-image: url(/content/skins/Ccdhb/img/carrer-work.png);
    background-size: cover;
    background-position: center center; }
  @media (max-width: 600px) {
    .carrer-work_container {
      flex-direction: column; }
      .carrer-work_container .side-img {
        width: calc(100% - 20px);
        height: 300px;
        margin: 10px auto; }
      .carrer-work_container .carrer-work_info {
        width: 100%; } }
  @media (max-width: 991px) {
    .carrer-work_container {
      margin-top: 0; } }

@font-face {
  font-family: 'Segoe Print';
  src: url("/content/skins/Ccdhb/fonts/segoepr.ttf") format("ttf"); }
.carrer-work_info {
  width: 50%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 10px; }
  .carrer-work_info h3 {
    font-family: 'Segoe Print';
    color: #4d647c;
    margin-bottom: 30px;
    width: 70%; }
  .carrer-work_info p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #93a0ad; }

.horizontal-search_container {
  margin-top: 30px; }
  .horizontal-search_container .form-control {
    width: 100%; }
  .horizontal-search_container .btn-primary, .horizontal-search_container .btn-info {
    margin-top: 10px;
    margin-bottom: 10px; }
  .horizontal-search_container .text-right {
    margin-top: 10px; }
  .horizontal-search_container .form-group {
    z-index: 1; }

.sidebar {
  margin-top: 20px; }

.aside-btns {
  margin-top: 20px; }
  .aside-btns .aside-btns_links {
    display: block;
    padding: 10px;
    background-color: #0074BD;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    text-decoration: none;
    border-radius: 3px; }
    .aside-btns .aside-btns_links:hover {
      background-color: #0081d1; }

.careernav p {
  margin-bottom: 0;
  border-top: 1px solid #0074BD; }
.careernav:not(.custom-links) p:first-child {
  border: none !important; }
.careernav a {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  font-size: 1.4rem; }
  .careernav a:hover, .careernav a:focus {
    background-color: #ffe71c;
    color: #234f5b;
    text-decoration: none; }

.careernav:not(.custom-links) p:first-child a {
  text-transform: lowercase; }
.careernav:not(.custom-links) p:first-child a:before {
  content: 'All';
  padding-left: 20px;
  text-transform: initial; }
.careernav:not(.custom-links) p:first-child i.glyphicon-file {
  margin-left: -35px;
  margin-right: 22px; }

h1 > .vacancies-title {
  text-transform: lowercase; }
  h1 > .vacancies-title:before {
    content: 'All';
    text-transform: initial;
    margin-right: 10px; }

.panel-default {
  border-color: #0074BD; }
  .panel-default .panel-heading {
    background-color: #0074BD;
    color: #fff; }

.team-grid .member:hover:after {
  background: #0074BD; }

.job-ad-header,
.job-ad-footer {
  height: auto; }
  .job-ad-header > img,
  .job-ad-footer > img {
    width: 100%;
    width: calc(100% + 30px); }

footer {
  margin-top: 30px;
  padding: 30px 0 115px;
  color: #fff;
  background-color: #0074BD;
  border-bottom: 15px solid #0074BD;
  background-image: url(/content/skins/Ccdhb/img/kowhaiwhai.png);
  background-repeat: repeat-x;
  background-position: left bottom; }
  footer h2 {
    margin: 0 0 15px 0;
    color: #fff; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #ffe71c; }
  footer .links {
    margin: 0 0 15px 0;
    padding-left: 0;
    text-align: right; }
    footer .links li {
      list-style: none;
      display: inline-block;
      padding: 0 15px;
      line-height: 33px; }

.phx-copyright {
  text-align: center; }

@media (max-width: 767px) {
  footer,
  footer .links {
    text-align: center; }

  footer .links li {
    padding: 8px; } }

/*# sourceMappingURL=Site.css.map */


.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 400px;
    position: relative;
    margin: auto;
    height: 250px;
}

.new-header-image {
    width: 100%;
    height: 70%;
}

@media(max-width:600px) {
    .slideshow-container {
        max-width: 100%;
        position: relative;
        margin: auto;
        height: auto;
    }

    .new-header-image {
        width: 100%;
        height: auto;
    }
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}

div.job-ad-header {
    min-height: 0px;
}

body > div > main > div > article > div.menu-career > div.menu-career_work > a {
    font-size: 14px;
    font-weight: normal;
}

body > div > main > div > article > div.menu-career > div.menu-career_work > a:nth-child(2) {
    color: #4D647c;
}

body > div > main > div > article > div.menu-career > div.menu-career_work > a:nth-child(3) {
    color: white;
}

body > div > main > div > article > div.menu-career > div.menu-career_work > a:nth-child(4) {
    color: #4D647c;
}

body > div > main > div > article > div.menu-career > div.menu-career_work > a:nth-child(5) {
    color: white;
}

body > div > main > div > aside > div.careernav.auth > p.active {
    background-color: transparent !important;
}

body > div > main > div > aside > div.careernav.unauth > p.active {
    background-color: transparent !important;
}


@media (max-width: 991px){
    .email_heading {
        margin-left: 0;
        font-size:2.8rem;
    }
}
@media (max-width: 767px) {
    .email_heading {
        font-size: 2rem;
    }
}

