/*  Phoenix ATS 
 *	Recruitment Software solution from Capital Software
 *	version 5
 *	http://www.phoenixats.com/
 */
.navbar-default .navbar-brand {
  color: #5f2161; }
  .navbar-default .navbar-brand:hover {
    color: #4c1b4e; }
.navbar-default .navbar-nav > li > a {
  color: #5f2161;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem; }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #3a143b; }

.btn {
  -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: #842e87; }
  .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 {
  font-size: 18px;
  font-weight: bold; }
  .btn-primary:hover, .btn-info:hover, .btn-primary:focus, .btn-info:focus {
    -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: #5f2161;
  border-color: #5f2161; }
.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: #5f2161;
  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: "Helvetica Neue", Helvetica, 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: #000; }
ul.nav-wizard li.active {
  color: #fff;
  background: #5f2161; }
  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: #5f2161; }

ul.nav-wizard li.active:after {
  border-left-color: #5f2161; }

.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: #5f2161;
  color: #000; }

::selection {
  background: #5f2161;
  color: #000; }

@media (min-width: 1200px) {
  .wrapper {
    margin-bottom: -270px; }

  footer, .wrapper:after {
    height: 270px; } }
.username {
  color: #ddd; }

hr {
  border-color: #ddd; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333; }

p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue", Helvetica, 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: #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;
  color: #00a88e;
  font-weight: 500; }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 28px;
      font-size: 2.8rem; } }

h2, .h2 {
  font-size: 30px;
  font-size: 3rem; }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 24px;
      font-size: 2.4rem; } }

h3, .h3 {
  font-size: 24px;
  font-size: 2.4rem; }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 20px;
      font-size: 2rem; } }

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; }

.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; }

.topbar {
  padding: 5px;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  background-color: #234f5b; }
  .topbar a {
    color: #fff;
    padding: 0 11px; }
    .topbar a + a {
      border-left: 1px solid #fff; }

.header .logo {
  padding-top: 15px;
  padding-bottom: 15px; }
@media (min-width: 992px) {
  .header {
    background: url(/content/skins/HuttValleyDhb/img/masthead.jpg);
    background-position: center center;
    background-repeat: no-repeat; }
    .header .phone {
      float: right;
      text-align: right;
      margin-top: 50px; } }
@media (max-width: 991px) {
  .header .logo {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
  .header .phone {
    width: 100%;
    text-align: center;
    font-size: 24px; } }

.navbar-default {
  background-color: #5f2161;
  min-height: 40px;
  border: 0; }
  .navbar-default .navbar-nav li a {
    color: #fff;
    font-size: 14px;
    padding: 17px 15px; }
  .navbar-default .navbar-nav li:hover, .navbar-default .navbar-nav li:focus {
    background-color: #00a88e; }
    .navbar-default .navbar-nav li:hover a, .navbar-default .navbar-nav li:focus a {
      color: #fff; }
  .navbar-default .fb {
    float: right;
    color: #fff;
    font-size: 34px;
    line-height: 50px; }

.navbar-collapse {
  color: #fff; }
  .navbar-collapse .navbar-nav li a {
    padding-left: 0; }
  .navbar-collapse .navbar-nav li:hover, .navbar-collapse .navbar-nav li:focus, .navbar-collapse .navbar-nav li:active {
    background: transparent  !important; }

.navbar-default .navbar-toggle .icon-bar {
  background: #fff; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
  background-color: transparent; }

.sidebar {
  margin-top: 20px; }

.careernav p {
  margin-bottom: 0;
  border-bottom: 1px solid #dcdedd; }
.careernav a {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 15px; }
  .careernav a:hover, .careernav a:focus, .careernav a:active {
    background-color: #eee;
    text-decoration: none; }

.panel-default {
  border-color: #5f2161; }
  .panel-default .panel-heading {
    background-color: #5f2161;
    color: #fff; }

.team-grid .member:hover:after {
  background: #5f2161; }

footer {
  padding-bottom: 15px;
  color: #fff;
  background-color: #234f5b; }
  footer h3 {
    color: #fff; }
  footer img {
    margin: 0 auto;
    border: 5px solid #fff; }
  footer .bubble {
    background-image: url(/content/skins/HuttValleyDhb/img/feedback-new.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 55px;
    height: 150px;
    color: #666;
    text-align: center; }
  footer .phx-copyright a {
    color: #efefef; }

.contact_us_email{
    color:#666;
    font-size:1.8rem;
}

.mySlides {
    display: none
}
.contact_us_email:hover{
    color:#666;
}
/*.slideshow-container {
    max-width: 400px;
    position: relative;
    margin: auto;
}*/

.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;
    }
}
    .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;
        }
    }

    .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);
        }

    @media only screen and (max-width: 300px) {
        .prev, .next, .text {
            font-size: 11px
        }
    }

    .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: 2rem;
    }

        .horizontal-search_container > form > .search-jobs > .form-group > .field > .form-control {
            width: 100%;
        }

        .horizontal-search_container > form > .search-jobs > .clearfix > .col-md-3 {
            margin-top: 10px;
        }

            .horizontal-search_container > form > .search-jobs > .clearfix > .col-md-3 > .btn {
                background-color: #ffe71c;
                color: #234f5b;
                padding: 6px 12px 6px 12px;
                font-size: 14px;
                border: none;
                margin-bottom: 10px;
            }

                .horizontal-search_container > form > .search-jobs > .clearfix > .col-md-3 > .btn:hover {
                    background-color: #ffec4f;
                }

    .main-content > .menu-career {
        display: flex;
        flex-wrap: wrap;
    }

        .main-content > .menu-career > .menu-career_speciality {
            width: 50%;
            display: flex;
            flex-direction: column;
        }

        .main-content > .menu-career > .menu-career_work {
            width: 50%;
            display: flex;
            flex-direction: column;
        }

            .main-content > .menu-career > .menu-career_work > h3 {
                text-align: center;
                color: #4d647c;
            }

        .main-content > .menu-career > .menu-career_speciality > h3 {
            text-align: center;
            color: #4d647c;
        }

        .main-content > .menu-career > .menu-career_speciality > .menu-career_link {
            padding: 10px;
            margin: 10px;
            text-align: center;
            text-decoration: none;
            border-radius: 10px;
        }

            .main-content > .menu-career > .menu-career_speciality > .menu-career_link:hover {
                text-decoration: none;
            }

        .main-content > .menu-career > .menu-career_work > .menu-career_link {
            padding: 20px;
            margin: 10px;
            text-align: center;
            text-decoration: none;
            border-radius: 10px;
        }

            .main-content > .menu-career > .menu-career_work > .menu-career_link:hover {
                text-decoration: none;
            }

        .main-content > .menu-career > .menu-career_speciality > .odd {
            color: #fff;
        }

        .main-content > .menu-career > .menu-career_speciality > .even {
            color: #4d647c;
        }

        .main-content > .menu-career > .menu-career_work > .odd {
            color: #fff;
        }

        .main-content > .menu-career > .menu-career_work > .even {
            color: #4d647c;
        }


    .row > aside > .aside-btns {
        margin-top: 20px;
    }

        .row > aside > .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;
        }

            .row > aside > .aside-btns > .aside-btns_links:hover {
                background-color: #0081d1;
            }

    .crumb-bar {
        margin-bottom: 15px;
        background-color: #234f5b;
        padding-left: 25px;
    }

    .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;
        }

    .wrapper > .navbar {
        margin-bottom: 0;
    }

    .crumb-bar > .container > .breadcrumb > .active {
        background-color: #717171;
    }


    /*# sourceMappingURL=Site.css.map */

.sidebar{
    margin-top:1rem;
}

.header .logo{
    height: 120px;
}

@media(max-width: 1199px){
    .header .logo {
        padding-top: 40px;
    }
}