/**
 * variables.less
 *
 * @author: lex w
 * Date: 07/23/14
 *
 */
/**
 * functions.less
 *
 * @author: lex w (original kinga.w)
 * Date: 07/23/2014
 *
 */
.less {
  position: fixed;
  top: 23px;
  left: 23px;
  z-index: 10001;
}
html,
body {
  height: 100%;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0;
  color: #444;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
body img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.green {
  color: #549809;
}
p:empty {
  display: none;
}
h2 {
  /*px*/ max-width: 1170px;
  /*rem*/ max-width: 117rem;
  margin: 4rem auto 2rem auto;
  /*px*/ font-size: 27px;
  /*rem*/ font-size: 2.7rem;
  font-weight: normal;
  color: #6d6e71;
}
@media (max-width:768px) {
  h2 {
    font-size: 2.5rem;
    margin: 3.5rem auto 4.5rem auto;
  }
}
@media (max-width:480px) {
  h2 {
    font-size: 1.8rem;
    margin: 2.5rem auto 3.5rem auto;
  }
}
h3 {
  font-weight: bold;
}
ul {
  padding-left: 2rem;
}
ul li {
  font-size: 1.8rem;
}
button {
  display: block;
  width: 100%;
  padding: 6px 35px;
  /*px*/ margin-bottom: 15px;
  /*rem*/ margin-bottom: 1.5rem;
  /*px*/ font-size: 22px;
  /*rem*/ font-size: 2.2rem;
  font-weight: normal;
  /*px*/ letter-spacing: 1px;
  /*rem*/ letter-spacing: 0.1rem;
}
blockquote {
  border: 0;
  padding: 20px 10px;
  text-align: left;
  margin: 0;
}
blockquote p {
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
}
blockquote span {
  color: #aaa;
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
  white-space: nowrap;
}
blockquote h3 {
  font-size: 28px;
  margin: 0;
  padding: 0;
}
blockquote footer {
  color: #aaa;
  font-size: 12px;
  font-weight: normal;
  background: 0;
  padding: 0;
}
button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  font-weight: normal;
  padding: 6px 10px;
  margin-right: 9px;
  outline: 0;
  text-decoration: none;
  text-align: center;
}
button:hover {
  cursor: pointer;
  text-decoration: none;
}
button:active {
  cursor: pointer;
  text-decoration: none;
}
button:focus {
  text-decoration: none;
}
.ctaButton {
  margin-right: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  width: auto;
  /*px*/ font-size: 14px;
  /*rem*/ font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 8px 25px;
  outline: 0;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  -webkit-transition-property: -webkit-transform background-color;
  -moz-transition-property: -moz-transform background-color;
  -o-transition-property: -o-transform background-color;
  -ms-transition-property: -o-transform background-color;
  transition-property: transform background-color;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  transition-delay: 0;
  -moz-transition-delay: 0;
  -webkit-transition-delay: 0;
}
.ctaButton--onwhite {
  border: 1px solid #549809;
}
.ctaButton--white {
  background-color: #fff;
  border: 1px solid #549809;
  color: #549809;
}
ul.dashlist {
  list-style: none;
  /*px*/ margin-top: -10px;
  /*rem*/ margin-top: -1rem;
  /*px*/ margin-bottom: 25px;
  /*rem*/ margin-bottom: 2.5rem;
}
ul.dashlist li {
  font-size: inherit;
  text-indent: -5px;
}
ul.dashlist li:before {
  content: "—";
  position: relative;
  left: -5px;
}
/**
 * Short description for file
 *
 * @date    8/22/2014
 * @author  Alex Wesler <a.wesler@smartrecruiters.com>
 */
#main-footer {
  font-size: 1.2rem;
  background: #000;
  padding: 25px 0 0 0;
  -webkit-font-smoothing: antialiased;
}
nav.footer {
  margin: auto;
  display: block;
  /*px*/ padding-bottom: 15px;
  /*rem*/ padding-bottom: 1.5rem;
}
@media (max-width:568px) {
  nav.footer {
    width: 85%;
  }
}
.footer-column {
  text-align: left;
  border-left: 1px solid #333;
  /*px*/ margin-bottom: 25px;
  /*rem*/ margin-bottom: 2.5rem;
}
@media (max-width:568px) {
  .footer-column {
    border-left: none;
  }
}
.footer-column h5 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  margin: 0 0 20px 0;
}
@media (max-width:568px) {
  .footer-column h5 {
    margin-left: 0 !important;
  }
}
.footer-column a {
  display: block;
  font-size: 1.2rem;
  color: #fff !important;
  margin-bottom: 10px;
  line-height: 1.1;
}
.footer-column a:hover {
  text-decoration: none;
  color: #ccc;
}
#main-footer .container .footer .minimal {
  list-style: none;
  color: #fff;
  padding-left: 0;
  margin-top: 10px;
}
#main-footer .container .footer .minimal li {
  display: inline-block;
  margin: 0 2px;
}
#main-footer .container .footer .minimal li a {
  color: #fff;
}
#main-footer .container .footer .minimal li a:hover {
  color: #ccc;
}
.subFooter {
  background-color: #fff;
  color: #000;
  padding: 20px 15px 20px 15px;
  text-transform: uppercase;
  text-align: center;
  line-height: 26px;
}
.subFooter a:link,
.subFooter a:visited {
  color: #000;
}
.subFooter a:hover,
.subFooter a:active {
  color: #549809;
  text-decoration: none;
}
.footerLogo {
  position: relative;
  top: -3px;
  width: 170px;
  margin: 0 7px 0 0;
}
.subFooter-details {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width:768px) {
  .subFooter-details {
    display: block;
    margin-top: 10px;
    margin-top: 1rem;
  }
}
.subFooter-details li {
  display: inline-block;
  list-style: none;
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0 0 0 .7rem;
  padding: 0 0 0 .7rem;
  border-left: 1px solid #000;
}
@media (max-width:768px) {
  .subFooter-details li.subFooter-link {
    border-left: 0;
  }
}
@media (max-width:480px) {
  .subFooter-details li.subFooter-link {
    display: block;
  }
}
@media (max-width:480px) {
  .subFooter-details li {
    border-left: 0;
    padding: .4rem 0 0 .4rem;
    margin: 0;
  }
}
@media (max-width:768px) {
  .subFooter-link {
    border-left: 0 !important;
  }
}
@media (max-width:480px) {
  .subFooter-link {
    display: block !important;
  }
}
.seoSliderContainer {
  background: #000;
}
.seoSliderContainer .row {
  /*px*/ padding-top: 30px;
  /*rem*/ padding-top: 3rem;
  border-top: 1px solid #666;
}
#seoSlider {
  text-align: center;
  position: relative;
  color: #444;
  /*px*/ padding-bottom: 10px;
  /*rem*/ padding-bottom: 1rem;
  overflow: hidden;
}
#seoSlider .item {
  height: 180px;
  width: 100%;
  color: #fff;
}
@media (max-width:480px) {
  #seoSlider .item {
    height: 27rem;
  }
}
#seoSlider .item h1,
#seoSlider .item h3,
#seoSlider .item p {
  /*px*/ padding-left: 25px;
  /*rem*/ padding-left: 2.5rem;
  /*px*/ padding-right: 25px;
  /*rem*/ padding-right: 2.5rem;
  text-align: left;
  color: #a3a5a7;
  /*px*/ font-size: 11px;
  /*rem*/ font-size: 1.1rem;
}
#seoSlider .item h1,
#seoSlider .item h3 {
  margin-top: 0;
  font-weight: bold;
}
.seoSlider-img {
  display: block;
  float: left;
  width: 20%;
  max-width: 200px;
  /*px*/ padding-right: 20px;
  /*rem*/ padding-right: 2rem;
}
@media (max-width:768px) {
  .seoSlider-img {
    display: none !important;
  }
}
#seoSlider .item .container ul {
  display: block;
  width: 87%;
  list-style: none;
  margin: 0 auto 0 auto;
  padding: 0;
}
#seoSlider .item .container ul li {
  display: block;
  float: left;
  width: 19.5%;
  margin: 0;
  padding: 35px 0 35px 0;
  border-right: 2px solid #c6c8c9;
}
@media (max-width:480px) {
  #seoSlider .item .container ul li {
    display: inline-block;
    float: none;
    width: 49%;
    margin: 0 .5% 0 0;
    padding: .5rem 0 .5rem 0;
    border-right: none;
  }
}
#seoSlider .item .container ul li:nth-child(5) {
  margin: 0;
  border: none;
}
#seoSlider .item .container ul img {
  max-width: 100%;
}
.carousel-indicators--top {
  position: relative;
  bottom: auto;
  top: 0;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* newsletter Hubspot form */
.footer .hs-form.stacked .hs-richtext {
  color: #FFFFFF;
  /*px*/ font-size: 11px;
  /*rem*/ font-size: 1.1rem;
  /*px*/ margin-bottom: 10px;
  /*rem*/ margin-bottom: 1rem;
}
.footer .hs-form.stacked .hs_email label {
  display: none;
}
.footer .hs-form.stacked .hs-button {
  box-shadow: none;
  border: 1px solid #FFF;
  color: #549809;
  background-color: #FFF;
  text-shadow: none;
  padding: 10px 15px;
}
.footer .hs-form.stacked .hs-button:hover {
  background-color: #CCC;
  border: 1px solid #FFF;
}
/* .newsletter Hubspot form */
/* NAPA styles*/
body,
td,
th {
  font-family: Helvetica, Arial, sans-serif;
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 1.2rem;
}
a {
  color: #071689;
}
a:visited {
  color: #071689;
}
a:hover {
  color: #0085e1;
}
a:active {
  color: #071689;
}
.customerHeader {
  min-height: 178px;
  border-top: 10px solid #000000;
  padding-bottom: 52px;
  background: url(/wp-content/themes/smartrecruiters/new-template/img/en_us/customer_pages/napa/grill.png) repeat-x bottom;
}
.customerHeader .napalogo {
  display: inline-block;
  width: 90px;
  height: 72px;
  margin: 22px 55px 22px 0;
  background: url(/wp-content/themes/smartrecruiters/new-template/img/en_us/customer_pages/napa/logo.png) no-repeat center;
}
@media (max-width:480px) {
  .customerHeader .napalogo {
    display: block;
    margin: 2.2rem auto 0 auto;
  }
}
.customerFooter {
  background-color: #000;
  color: #FFF;
}
@media (max-width:480px) {
  .customerFooter {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
  }
}
.customerFooter .napalogo {
  display: inline-block;
  vertical-align: middle;
  width: 63px;
  height: 50px;
  margin: 30px 22px 30px 0;
  background: url(/wp-content/themes/smartrecruiters/new-template/img/en_us/customer_pages/napa/logo_footer.png) no-repeat center;
}
@media (max-width:480px) {
  .customerFooter .napalogo {
    display: block;
    margin: 0 auto 2rem auto;
  }
}
.masthead {
  border-bottom: 10px solid #ffc525;
  padding: 40px 0 20px 0;
  background: url(/wp-content/themes/smartrecruiters/new-template/img/en_us/customer_pages/napa/masthead-bg.jpg) no-repeat center;
  background-size: cover;
}
.masthead h1 {
  margin-top: 0;
}
h1 {
  /*px*/ font-size: 33px;
  /*rem*/ font-size: 3.3rem;
  color: #000;
  /*px*/ margin-bottom: 28px;
  /*rem*/ margin-bottom: 2.8rem;
}
@media (max-width:480px) {
  h1 {
    font-size: 3rem;
  }
}
h2 {
  /*px*/ font-size: 36px;
  /*rem*/ font-size: 3.6rem;
  color: #000;
  margin-top: 0;
  /*px*/ margin-bottom: 26px;
  /*rem*/ margin-bottom: 2.6rem;
}
h3 {
  /*px*/ font-size: 24px;
  /*rem*/ font-size: 2.4rem;
  color: #071689;
  font-weight: normal;
  /*px*/ padding-top: 5px;
  /*rem*/ padding-top: 0.5rem;
  margin-top: 0;
  /*px*/ margin-bottom: 20px;
  /*rem*/ margin-bottom: 2rem;
}
h4 {
  /*px*/ font-size: 24px;
  /*rem*/ font-size: 2.4rem;
  color: #000;
  font-weight: normal;
  padding-top: 0;
  margin-top: 0;
  /*px*/ margin-bottom: 25px;
  /*rem*/ margin-bottom: 2.5rem;
}
p {
  color: #000;
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1.6rem;
  line-height: 1.45;
  /*px*/ margin-bottom: 18px;
  /*rem*/ margin-bottom: 1.8rem;
}
ul {
  /*px*/ margin-bottom: 20px;
  /*rem*/ margin-bottom: 2rem;
}
ul li {
  color: #000;
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1.6rem;
  line-height: 1.5;
}
.container--gray {
  background-color: #f2f2f2;
}
.col--white {
  background-color: #FFF;
  /*px*/ padding-top: 40px;
  /*rem*/ padding-top: 4rem;
  /*px*/ padding-right: 20px;
  /*rem*/ padding-right: 2rem;
  /*px*/ padding-bottom: 50px;
  /*rem*/ padding-bottom: 5rem;
}
hr {
  border-top: 1px solid #666666;
  /*px*/ margin-top: 30px;
  /*rem*/ margin-top: 3rem;
  /*px*/ margin-bottom: 28px;
  /*rem*/ margin-bottom: 2.8rem;
}
.ctaButton--blue {
  background-color: #071689;
  color: #fff;
}
.ctaButton--blue:visited {
  color: #FFF;
}
.ctaButton--blue:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #0085e1;
}
.blocklink {
  display: block;
}
.headerNav {
  display: inline-block;
  list-style: none;
  margin-top: 60px;
}
@media (max-width:480px) {
  .headerNav {
    display: block;
    margin-top: 3rem;
    padding: 0;
  }
}
.headerNav li {
  display: inline-block;
  list-style: none;
  padding: 0;
  color: #CCCCCC;
}
@media (max-width:480px) {
  .headerNav li {
    display: block;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
.headerNav li::after {
  content: ' | ';
}
@media (max-width:480px) {
  .headerNav li::after {
    content: '';
  }
}
.headerNav li:last-child:after {
  content: '';
}
.headerNav li a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px 0 15px;
}
@media (max-width:480px) {
  .headerNav li a {
    display: block;
    text-align: center;
  }
}
