/*  Phoenix ATS 
 *	Recruitment Software solution from Capital Software
 *	version 5
 *	http://www.phoenixats.com/
 */
@import url(animations.css);
.btn {
  border: 0;
  padding: 10px 20px;
  line-height: 14.3px;
  line-height: 1.43rem;
  -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: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .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: #80c780; }
  .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: #5cb85c;
  border: 1px solid #4cae4c; }
  .btn-primary:hover, .btn-info:hover, .btn-primary:focus, .btn-info:focus {
    background-color: #449d44;
    border-color: #398439;
    -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: #d5d5d5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .form-control:hover, .form-control:focus {
    border-color: #bcbcbc; }
  .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: #283043; }

.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: #76bd1d;
  border-color: #76bd1d; }
.pagination li > a:hover, .pagination li > a:focus,
.pagination li > span:hover, .pagination li > span:focus {
  border-color: #d5d5d5; }
.pagination li > a, .pagination li > span,
.pagination .disabled > a, .pagination .disabled > a:hover {
  color: #76bd1d;
  border-color: #d5d5d5; }

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", 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: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  ul.nav-wizard li:before {
    border-left-color: #fff; }

ul.nav-wizard li a {
  color: #283043; }
ul.nav-wizard li.active {
  color: #fff;
  background: #76bd1d; }
  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: #76bd1d; }

ul.nav-wizard li.active:after {
  border-left-color: #76bd1d; }

.thumbnail {
  border-color: #eee; }
  .thumbnail:hover {
    border-color: #d5d5d5; }

#JobNumberOrTitle.k-textbox {
  width: 100%; }

.k-textbox {
  border-color: #d5d5d5;
  max-width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .k-textbox:hover, .k-textbox:focus {
    border-color: #bcbcbc; }

.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: #d5d5d5; }

.k-state-hover span {
  background-color: #d5d5d5; }

.k-calendar .k-header, .k-calendar .k-footer, .k-calendar .k-footer .k-nav-today {
  background-color: #d5d5d5; }

.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: #d5d5d5; }

.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: #283043;
  background-color: #d5d5d5; }

.username {
  display: block;
  padding: 10px 15px;
  font-style: italic;
  color: #ddd; }

hr {
  border-color: #d5d5d5; }

.panel-default {
  border-color: #76bd1d; }
  .panel-default .panel-heading {
    background-color: #76bd1d;
    color: #fff; }

.team-grid .member:hover:after {
  background: #76bd1d; }

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #283043;
  word-wrap: break-word; }

p {
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 24px;
  line-height: 2.4rem; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #283043;
  font-family: "Roboto Slab", Arial, Helvetica;
  font-weight: normal; }
  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: #283043; }
    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: #283043; }

h1, .h1 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 40px;
  line-height: 4rem; }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 25px;
      font-size: 2.5rem; } }

h2, .h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  line-height: 4rem; }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 20px;
      font-size: 2rem; } }

h3, .h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 3.2rem; }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 17px;
      font-size: 1.7rem; } }

h4, .h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem; }
  @media (max-width: 767px) {
    h4, .h4 {
      font-size: 16px;
      font-size: 1.6rem; } }

h5, .h5 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem; }

a {
  color: #76bd1d; }
  a:hover, a:focus {
    color: #76bd1d; }

.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; }

.navbar-default {
  background-color: #fff;
  border: 0;
  margin-bottom: 0; }
  .navbar-default .navbar-brand {
    color: #76bd1d; }
    .navbar-default .navbar-brand:hover {
      color: #68a71a; }
  .navbar-default .navbar-nav > li {
    line-height: 24px;
    margin: 0; }
    .navbar-default .navbar-nav > li > a {
      border-bottom: solid 3px transparent;
      color: #4D5258;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px; }
      @media (min-width: 992px) {
        .navbar-default .navbar-nav > li > a {
          padding: 0 18px 20px 18px; } }
      .navbar-default .navbar-nav > li > a:hover {
        border-bottom: solid 3px #76bd1d; }
    .navbar-default .navbar-nav > li.active a {
      border-bottom: solid 3px #76bd1d;
      background: none;
      color: #76bd1d; }
      .navbar-default .navbar-nav > li.active a:hover, .navbar-default .navbar-nav > li.active a:focus {
        background: none; }
  .navbar-default .navbar-toggle {
    background-color: #76bd1d;
    border-color: #76bd1d; }
    @media (max-width: 547px) {
      .navbar-default .navbar-toggle {
        float: none;
        margin-left: auto;
        margin-right: auto; } }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #fff;
      height: 4px; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #76bd1d; }

@media (min-width: 992px) {
  .navbar-header {
    width: 100%; } }
.navbar-header .logo {
  display: inline-block;
  float: left;
  margin-top: 10px; }
  @media (max-width: 547px) {
    .navbar-header .logo {
      float: none;
      display: inherit;
      text-align: center;
      margin: 0 auto; } }
  .navbar-header .logo img {
    height: 100px; }
.navbar-header h1 {
  display: inline-block;
  float: right;
  font-size: 17px;
  padding-top: 60px;
  margin-bottom: 0px;
  color: #76bd1d;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.03em;
  margin-top: 0; }
  @media (max-width: 547px) {
    .navbar-header h1 {
      display: inherit;
      float: none;
      text-align: center;
      padding-top: 10px; } }

.breadcrumb-wrapper {
  background: url(/content/skins/Nzwineries/img/winery_bg.jpg) 50% 0 no-repeat fixed;
  margin: 0 auto;
  background-position: center center;
  background-size: cover; }
  .breadcrumb-wrapper h2 {
    font-size: 26px;
    line-height: 40px;
    margin: 24px 0;
    color: #fff;
    font-weight: normal; }

.pattern-overlay {
  background-color: rgba(89, 171, 2, 0.75);
  background-image: url(/content/skins/Nzwineries/img/bg_off.png); }

.body-content {
  margin-top: 45px;
  margin-bottom: 35px; }

.thumbnail {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border-bottom: 1px solid #d5d5d5; }
  .thumbnail .caption {
    padding: 0; }
    .thumbnail .caption h2 {
      border-bottom: 1px solid #ddd; }
      .thumbnail .caption h2 a {
        border-bottom: 3px solid #76bd1d; }
        .thumbnail .caption h2 a:hover, .thumbnail .caption h2 a:focus {
          text-decoration: none;
          opacity: 0.9; }

form .thumbnail {
  padding: 15px; }

.careernav p {
  border-bottom: 1px solid #ddd; }
  .careernav p a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px 0;
    -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; }
    .careernav p a:hover, .careernav p a:focus {
      text-decoration: none;
      text-indent: 2px;
      -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; }

.panel-default {
  border-color: #76bd1d; }
  .panel-default .panel-heading {
    background-color: #76bd1d;
    color: #fff; }

.team-grid .member:hover:after {
  background: #76bd1d; }

.product-lead {
  background: url(/content/skins/Nzwineries/img/winery_bg.jpg) 50% 16px no-repeat fixed;
  margin: 0 auto;
  background-position: center center;
  background-size: cover;
  margin-top: 100px; }
  .product-lead * {
    color: #fff; }
  .product-lead a {
    color: #fff;
    font-weight: 800;
    border-bottom: 3px solid #76bd1d;
    padding-bottom: 3px; }
    .product-lead a:hover, .product-lead a:focus {
      text-decoration: none;
      color: #283043; }

.padding-bottom50 {
  padding-bottom: 50px; }

.headline {
  display: block;
  margin: 50px 0 20px;
  border-bottom: 1px solid #e4e9f0;
  clear: both; }

.headline h3, .headline h4 {
  border-bottom: 3px solid #76bd1d;
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block; }

.footer-bottom {
  background-color: #283043;
  height: auto; }
  .footer-bottom * {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 40px;
    line-height: 4rem;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .footer-bottom * {
        text-align: center;
        line-height: 20px;
        line-height: 2rem; } }
  .footer-bottom a {
    color: #ddd; }

/*# sourceMappingURL=Site.css.map */
