/*  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: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
  .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: #0098c1; }
  .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: #00708e;
  font-size: 16px;
  padding-left: 24px;
  padding-right: 24px; }
  .btn-primary:hover, .btn-info:hover, .btn-primary:focus, .btn-info:focus {
    background-color: #005c75;
    -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: #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
  .form-control:hover, .form-control:focus {
    border-color: #b3b3b3; }
  .form-control:focus {
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc; }

.thumbnail .caption {
  color: #363f48; }

.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: #00708e;
  border-color: #00708e; }
.pagination li > a:hover, .pagination li > a:focus,
.pagination li > span:hover, .pagination li > span:focus {
  border-color: #ccc; }
.pagination li > a, .pagination li > span,
.pagination .disabled > a, .pagination .disabled > a:hover {
  color: #00708e;
  border-color: #ccc; }

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: "Open Sans", "Helvetica Neue", Helvetica, Arial, "DejaVu Sans", "Liberation Sans", Freesans, 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: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
  ul.nav-wizard li:before {
    border-left-color: #fff; }

ul.nav-wizard li a {
  color: #000; }
ul.nav-wizard li.active {
  color: #fff;
  background: #00708e; }
  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: #00708e; }

ul.nav-wizard li.active:after {
  border-left-color: #00708e; }

.thumbnail {
  border-color: #f5f5f5;
  border-radius: 2px; }
  .thumbnail:hover {
    border-color: #ccc; }

#JobNumberOrTitle.k-textbox {
  width: 100%; }

.k-textbox {
  border-color: #ccc;
  max-width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
  .k-textbox:hover, .k-textbox:focus {
    border-color: #b3b3b3; }
  .k-textbox:focus {
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc; }

.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 #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc; }

.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: #ccc; }

.k-state-hover span {
  background-color: #ccc; }

.k-calendar .k-header, .k-calendar .k-footer, .k-calendar .k-footer .k-nav-today {
  background-color: #ccc; }

.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: #ccc; }

.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: #ccc; }

::-moz-selection {
  background: #00708e;
  color: #fff; }

::selection {
  background: #00708e;
  color: #fff; }

@media (min-width: 1200px) {
  .wrapper {
    margin-bottom: -auto; }

  footer, .wrapper:after {
    height: auto; } }
.username {
  color: #ccc; }

hr {
  border-color: #ccc; }

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "DejaVu Sans", "Liberation Sans", Freesans, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #363f48; }
  @media (max-width: 767px) {
    body {
      font-size: 16px;
      font-size: 1.6rem; } }

p {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "DejaVu Sans", "Liberation Sans", Freesans, sans-serif; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #363f48;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "DejaVu Sans", "Liberation Sans", Freesans, 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: #00708e; }

h1, .h1 {
  font-size: 47px;
  font-size: 4.7rem;
  font-weight: lighter;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "DejaVu Sans", "Liberation Sans", Freesans, sans-serif; }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 25px;
      font-size: 2.5rem; } }

h2, .h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: lighter; }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 20px;
      font-size: 2rem; } }

h3, .h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: lighter; }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 17px;
      font-size: 1.7rem; } }

h4, .h4 {
  font-size: 21px;
  font-size: 2.1rem; }
  @media (max-width: 767px) {
    h4, .h4 {
      font-size: 16px;
      font-size: 1.6rem; } }

h5, .h5 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

a {
  color: #00708e; }
  a:hover, a:focus {
    color: #00708e;
    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; }

.mobile-logo {
  max-width: 45%;
  margin: 6px 0; }
  @media (max-width: 767px) {
    .mobile-logo {
      padding-left: 10px; } }

.top-banner {
  max-width: 60%;
  padding-top: 15px;
}

.navbar-default {
  background: transparent; }
  @media (min-width: 992px) {
    .navbar-default {
      border: 0; } }
  .navbar-default .navbar-toggle {
    border: 0;
    padding: 0;
    margin-top: 12px; }
    .navbar-default .navbar-toggle .icon-bar {
      background: #00708e;
      margin-top: 6px; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:focus {
      background: transparent; }
  .navbar-default .navbar-nav {
    margin-top: 10px; }
    .navbar-default .navbar-nav > li > a {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 16px;
      line-height: 1.6rem; }

.social-share a {
  color: #1ccabb; }

.job-search-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  background: #f5f5f5; }

.sidebar {
  margin-top: 5px; }

.careernav p {
  margin-bottom: 0; }
.careernav a {
  padding: 8px 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; }
  .careernav a:hover, .careernav a:focus {
    background-color: #00708e;
    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; }

.panel-default {
  border-color: #00708e; }
  .panel-default .panel-heading {
    background-color: #00708e;
    color: #fff; }

.team-grid .member:hover:after {
  background: #00708e; }


footer {
  text-align: center; }
  @media (max-width: 767px) {
    footer.container {
      padding-left: 0;
      padding-right: 0; } }
  footer .banners {
    padding: 20px;
    background: #f5f5f5; }
    footer .banners a img {
      margin: 10px 2%;
      max-width: 29%; }
      @media (max-width: 720px) {
        footer .banners a img {
          max-width: 96%; } }
      footer .banners a img:hover {
        box-shadow: 0px 4px 10px #0000001c; }
  footer .bottom-bar {
    font-size: 15px;
    line-height: 22px;
    padding: 10px; }
    footer .bottom-bar p {
      margin-bottom: 0; }

.search-jobs input[value="Search"] {
    background-color: #0067B9;
}

.navbar-header {
    background-color: #0067B9;
    width:100%;
}

    .navbar-header > .header-image{
        width: 100%;
    }

.careernav p a, .all-vacancies {
    color: #0067B9;
}

    .careernav p a:hover {
        background-color: #0067B9;
    }

.navbar-logo-anchor {
    margin-right: 5rem;
    margin-left: auto;
    display: block;
    max-width: 200px;
    margin-top: 1rem;
}

.navbar-logo-anchor > img{
    width: 100%;
}

.navbar{
    border: 0!important;
}
.navbar > .container {
    border: 0!important;
}

@media (max-width: 767px){
    .container > .navbar-header {
        margin-left: 0;
        margin-right: 0;
    }
    .navbar > .container{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
}
.navbar-logo-anchor-desktop {
    display: block;
}

.navbar-logo-anchor-mobile {
    display: none;
}
@media(max-width:991px){
    .navbar-logo-anchor-desktop {
        display: none;
    }
    .navbar-logo-anchor-mobile{
        display: inline-block;
    }
}
.navbar-logo-anchor-mobile{
    margin-left: 2rem;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
}
.navbar-collapse{
    padding: 0 5rem;
    max-width: 100%;
    border: 0!important;
}
.navbar-collapse a {
    color: #363f48 !important;
}
@media(max-width: 600px){
    .navbar-logo-anchor {
        max-width: calc(33.333%);
    }
}

@media(max-width: 393px) {
    .header-image{
        display: none;
    }
    .navbar-logo-anchor-mobile{
        margin-bottom: 1rem;
    }
}

.welcome__content a {
    color: #0067B9;
}

/*.vacancy-info h2 > a {
    color: #0067B9;
}*/

/*.btn-primary, .btn-info {
    background-color: #0067B9;
}
.btn-primary:hover, .btn-info:hover {
    background-color: #0067B9;
}*/
/*# sourceMappingURL=Site.css.map */

.btn-primary:focus, .careernav a:focus {
    background-color: #0067B9;
}

.btn.btn-primary {
    background-color: #0067B9;
}

#registerLink, a[href='/Account/ForgotPassword'], #loginLink {
    color: #0067B9;
}

#RegisterModal .modal-header .text-right{
    text-align: left;
}

.btn-info {
    background-color: #40C1AB;
}

.vacancy-item h2 > a {
    color: #0067B9;
}

a {
    color: #0067B9;
}

.social-share a {
    color: #40C1AB;
}

.btn{
    font-size: 16px;
    padding-left: 24px;
    padding-right: 24px;
}

.nav.nav-wizard > .active, .nav.nav-wizard > .active > a  {
    background-color: #0067B9;
}

ul.nav-wizard li.active:after {
    border-left-color: #0067B9;
}

.pagination > .active > a {
    background-color: #0067B9;
}

.pagination li > a {
    color: #0067B9;
}