/**
 * smarterta.less
 *
 * @author: lex w
 *
 */
/**
 * variables.less
 *
 * @author: lex w
 *
 */
/* @srGrayDark: #515151; */
/* @srFontFamily: "calluna-sans", Arial, sans-serif; */
/* @srFontFamily: "Open Sans", Arial, sans-serif; */
.masthead-inner--smarterta {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 11rem 0 2rem 0;
  height: 24rem;
  text-align: center;
  color: #FFF;
}
@media (max-width:768px) {
  .masthead-inner--smarterta {
    height: auto;
    background-position: center top;
    padding-top: 8rem;
    padding-bottom: 3rem;
  }
}
.masthead-inner--smarterta .masthead-title {
  font-family: Decour-Regular, "source-sans-pro", 'Source Sans Pro', Arial, sans-serif;
  font-size: 5.6rem;
}
@media (max-width:768px) {
  .masthead-inner--smarterta .masthead-title {
    font-size: 3.2rem;
  }
}
.masthead-inner--smarterta .masthead-title.small {
  font-size: 3.4rem;
}
@media (max-width:768px) {
  .masthead-inner--smarterta .masthead-title.small {
    font-size: 3.2rem;
  }
}
.masthead-inner--smarterta p {
  font-size: 1.8rem;
}
.smarterTAFormOuter {
  margin: 0 auto 6rem auto;
  text-align: center;
}
.smarterTAFormOuter .sectionTitle {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 2rem 0;
}
.smarterTAFormOuter form .wideinput {
  width: 100%;
  border: 1px solid #DEDDDD;
  background-color: #ffffff;
  border-radius: 0px;
  box-shadow: none;
  padding: 1.5rem 2rem;
  height: auto;
  font-size: 1.6rem;
  line-height: 1.1;
  color: #000;
  margin-bottom: 3rem;
}
.smarterTAFormOuter form .inlineinput {
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #DEDDDD;
  background-color: #ffffff;
  border-radius: 0px;
  box-shadow: none;
  padding: 1.5rem 2rem;
  height: auto;
  font-size: 1.6rem;
  line-height: 1.1;
  color: #000;
  margin: 1rem 2rem 1rem 2rem;
}
.smarterTAFormOuter form select {
  display: block;
  width: 100%;
  height: auto;
  padding: 1.3rem 3rem 1.3rem 1.5rem;
  margin-bottom: 3rem;
  border: 1px solid #DEDDDD;
  font-size: 1.6rem;
  box-shadow: none;
  border-radius: .2rem;
  background: #ffffff url('/wp-content/themes/smartrecruiters/new-template/img/en_us/forms/arrow-down-bk.png') center right no-repeat;
  background-color: white;
  min-height: 1.9em;
  -webkit-appearance: none;
}
@media (max-width:768px) {
  .smarterTAFormOuter form select {
    font-size: 1.2rem;
    min-height: 1.6em;
  }
}
.smarterTAFormOuter form button {
  display: inline-block;
  font-size: 1.6rem;
  color: #FFF;
  text-transform: uppercase;
  text-shadow: none;
  padding: 1.2rem 2rem;
  width: fit-content;
  min-width: 17rem;
  max-width: 25rem;
  margin: 3rem auto 2rem auto;
  border: 1px solid #b3b3b3;
  box-shadow: none;
  background-color: #00ae41;
  background-image: none;
  transition: all .3s;
}
.smarterTAFormOuter form button:hover {
  background-image: none;
  background-color: #009638;
}
@media (max-width:480px) {
  .smarterTAFormOuter form button {
    width: 100%;
  }
}
.smarterTAFormOuter form button.calculating {
  opacity: .5;
}
.lp_mainContent.lp_mainContent--smarterta {
  padding-top: 0;
}
.lp_mainContent.lp_mainContent--smarterta .lp_mainContent-inner {
  max-width: 100%;
}
.lp_mainContent.lp_mainContent--smarterta .lp_margins {
  max-width: 120rem;
}
.lp_mainContent.lp_mainContent--smarterta .lp_margins img.aligncenter {
  padding-right: 0;
}
.lp_mainContent.lp_mainContent--smarterta h1 {
  padding: 4rem 2rem 3rem 8rem;
  margin: 0 0 5rem 0;
  max-width: 100%;
  font-family: Decour-Regular, "source-sans-pro", 'Source Sans Pro', Arial, sans-serif;
  font-size: 4.8rem;
  font-weight: 400;
  background-color: #0841b0;
  color: #FFF;
}
@media (max-width:768px) {
  .lp_mainContent.lp_mainContent--smarterta h1 {
    font-size: 3rem;
    padding-top: 4rem;
    padding-left: 3rem;
    margin: 0 -3rem 3rem -3rem;
  }
}
.lp_mainContent.lp_mainContent--smarterta h2 {
  max-width: 120rem;
  text-align: center;
  font-family: Decour-Regular, "source-sans-pro", 'Source Sans Pro', Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  color: #00ae41;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 2rem;
  border-top: 0;
  border-bottom: 0;
}
@media (max-width:768px) {
  .lp_mainContent.lp_mainContent--smarterta h2 {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
.lp_mainContent.lp_mainContent--smarterta h3 {
  clear: both;
  text-align: center;
  font-size: 3.2rem;
  color: #0841b0;
  max-width: 120rem;
  padding-top: 4rem;
  padding-right: 2rem;
  margin-top: 2rem;
  border-top: 0;
}
@media (max-width:768px) {
  .lp_mainContent.lp_mainContent--smarterta h3 {
    font-size: 2.4rem;
  }
}
.lp_mainContent.lp_mainContent--smarterta p {
  max-width: 120rem;
  text-align: center;
  padding-right: 2rem;
}
.lp_mainContent.lp_mainContent--smarterta .container--hss-card {
  width: auto;
}
@media (max-width:768px) {
  .lp_mainContent.lp_mainContent--smarterta .container--hss-card {
    width: 100%;
  }
}
.lp_mainContent.lp_mainContent--smarterta .hss-card--report {
  background: none;
  padding-top: 2rem;
  padding-bottom: 0;
}
.lp_mainContent.lp_mainContent--smarterta .hss-card--report .hss-module-outer {
  width: 22.6rem;
}
.lp_mainContent.lp_mainContent--smarterta .hss-card--report .hss-module-outer .hss-module {
  height: 30.5rem;
}
.lp_mainContent.lp_mainContent--smarterta .hss-card--report .hss-module-outer .hss-module .hss-module-range {
  width: 20rem;
}
.lp_mainContent.lp_mainContent--smarterta .hss-card--report .hss-module-outer .hss-module .hss-module-title {
  font-size: 2rem;
  font-family: Decour-Regular, "source-sans-pro", 'Source Sans Pro', Arial, sans-serif;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 1.5rem;
}
.lp_mainContent.lp_mainContent--smarterta .hss-card--report .hss-module-outer .hss-module .hss-module-total {
  font-family: Decour-Regular, "source-sans-pro", 'Source Sans Pro', Arial, sans-serif;
  font-size: 4.2rem;
  font-weight: 400;
}
.lp_mainContent.lp_mainContent--smarterta .hss-card--report .hss-module-outer .hss-module .hss-module-label {
  font-size: 1.4rem;
}
.lp_mainContent.lp_mainContent--smarterta .hss-card--report .hss-module-outer .hss-module .hss-module-chart {
  width: 12rem;
  height: 12rem;
  margin: 1rem auto 1rem auto;
}
.lp_mainContent.lp_mainContent--smarterta .hss-card--report .hss-module-outer .hss-module .hss-module-chart .pointer {
  width: 12rem;
  height: 12rem;
}
.lp_mainContent.lp_mainContent--smarterta .hss-card--report .hss-module-outer .hss-module--budget .hss-module-range {
  bottom: -3rem;
}
.lp_tabOuter {
  margin: 0 1.2rem 2.5rem 8rem;
  max-width: 120rem;
}
@media (max-width:768px) {
  .lp_tabOuter {
    margin: 0 0 2.5rem 0;
  }
}
.lp_tabOuter .lp_tabNav {
  padding: 2rem 0 0 0;
  border-bottom: 3px solid #ececeb;
  margin-bottom: 2rem;
  text-align: center;
}
.lp_tabOuter .lp_tabNav .lp_SubNavTab {
  display: inline-block;
  vertical-align: bottom;
  padding: 1rem 1rem .5rem 1rem;
  margin: 0 .25rem 0 .25rem;
  font-family: Decour-Semibold, "source-sans-pro", 'Source Sans Pro', Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #8c8c8c;
  border: 2px solid #ececeb;
  border-bottom: none;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
}
@media (max-width:768px) {
  .lp_tabOuter .lp_tabNav .lp_SubNavTab {
    display: block;
    text-align: left;
    width: 100% !important;
  }
}
.lp_tabOuter .lp_tabNav .lp_SubNavTab.current {
  color: #FFF !important;
  background-color: #00ae41;
}
.lp_tabOuter .lp_tabNav .lp_SubNavTab.current:hover {
  color: #FFF !important;
}
.lp_tabOuter .lp_tabNav .lp_SubNavTab:hover {
  color: #00ae41;
}
.lp_tabOuter .tab-content {
  text-align: center;
}
.lp_tabOuter .tab-content:not(.current) {
  display: none;
}
.lp_tabOuter .tab-content p {
  text-align: left;
  max-width: 90% !important;
  margin: 0 auto 2rem auto !important;
}
.lp_tabOuter .tab-content ul {
  max-width: 70rem;
  margin: 3rem auto 3rem auto;
  padding-right: 0;
  text-align: left;
}
.lp_tabOuter .tab-content ul.lp_stackedList {
  margin: 3rem auto 3rem auto;
  max-width: 70rem;
}
.lp_tabOuter .tab-content ul.lp_stackedList li {
  clear: both;
  text-align: left;
}
.lp_tabOuter .tab-content ul.lp_stackedList li .lp_list_icon {
  height: 4.8rem;
  margin-right: 3rem;
}
.lp_tabOuter .tab-content ul.lp_stackedList li p {
  font-size: 1.7rem;
  margin-left: 6rem;
  text-align: left;
}
.lp_tabOuter .tab-content p {
  margin: 0 0 2rem 0;
  max-width: 100%;
}
.lp_tabOuter .tab-content img.fullimage {
  margin: 0 auto 0 auto;
  padding: 0 0 2rem 0;
  max-width: 100%;
}
.sta_costTable-head {
  background-color: #F4F6F8;
  max-width: 120rem;
  width: 89%;
  padding: 1rem;
  margin: 0 4rem 0 8rem;
  text-align: center;
  font-family: Decour-Regular, "source-sans-pro", 'Source Sans Pro', Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  color: #0841b0;
  border-bottom: 1px solid #0841b0;
}
.sta_costTable-head.sta_costTable-head--blue {
  background-color: #0841b0;
  color: #FFF;
  font-size: 3rem;
}
@media (max-width:768px) {
  .sta_costTable-head.sta_costTable-head--blue {
    font-size: 2.4rem;
  }
}
@media (max-width:768px) {
  .sta_costTable-head {
    margin: 0 0 2rem 0;
    width: 100%;
  }
}
.sta_costTable {
  display: table;
  max-width: 120rem;
  width: 89%;
  margin: 0 4rem 4rem 8rem;
}
@media (max-width:768px) {
  .sta_costTable {
    display: block;
    margin: 0 0 3rem 0;
    width: 100%;
  }
}
.sta_costTable .sta_costTable-row {
  display: table-row;
}
@media (max-width:768px) {
  .sta_costTable .sta_costTable-row {
    display: block;
  }
}
.sta_costTable .sta_costTable-row .sta_costTable-col {
  display: table-cell;
  padding: 2rem;
  text-align: center;
  background-color: #F4F6F8;
  border-right: 1px solid #0841b0;
}
@media (max-width:768px) {
  .sta_costTable .sta_costTable-row .sta_costTable-col {
    display: block;
    width: 100% !important;
    margin-bottom: 2rem;
    border-right: none !important;
  }
}
.sta_costTable .sta_costTable-row .sta_costTable-col:last-child {
  border-right: none;
}
.sta_costTable .sta_costTable-row .sta_costTable-col p {
  display: block;
  padding: 0;
  margin: 0 auto 1.5rem auto;
  max-width: 30rem;
  font-size: 1.4rem;
  color: #242424;
}
.sta_costTable .sta_costTable-label {
  display: block;
  margin: 0 auto 1.5rem auto;
  font-family: Decour-Regular, "source-sans-pro", 'Source Sans Pro', Arial, sans-serif;
  font-size: 2rem;
  color: #0841b0;
}
.sta_costTable .sta_costTable-value {
  display: block;
  margin: 0 auto 0 auto;
  font-family: Decour-Regular, "source-sans-pro", 'Source Sans Pro', Arial, sans-serif;
  font-size: 3rem;
  color: #00ae41;
}
.stabcg-module {
  display: inline-block;
  vertical-align: top;
  width: 22.6rem;
  max-width: 28%;
  margin: 2rem 2rem 5rem 2rem;
}
@media (max-width:768px) {
  .stabcg-module {
    display: block;
    max-width: 100%;
    margin: 2rem auto 5rem auto;
  }
}
.stabcg-module .stabcg-module-title {
  display: block;
  font-family: Decour-Regular, "source-sans-pro", 'Source Sans Pro', Arial, sans-serif;
  font-size: 2rem;
  text-align: center;
}
.stabcg-module .stabcg-module-diagram {
  margin: 3rem auto;
}
.stabcg-module .stabcg-module-diagram .stabcg-module-label {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #242424;
}
.stabcg-module .stabcg-module-diagram .stabcg-module-label.stabcg-module-label--rt {
  text-align: right;
}
.stabcg-module .stabcg-module-diagram .stabcg-module-bar {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-height: 4rem;
  width: 49%;
  padding: .5rem 1rem;
}
.stabcg-module .stabcg-module-diagram .stabcg-module-bar.stabcg-module-bar--current {
  background-color: #F4F6F8;
}
.stabcg-module .stabcg-module-diagram .stabcg-module-bar.stabcg-module-bar--current:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  margin-right: -2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #00ae41 url('/wp-content/themes/smartrecruiters/new-template/img/en_us/smarterta/output-arrow.png') no-repeat center;
  background-size: .9rem 1.8rem;
}
.stabcg-module .stabcg-module-diagram .stabcg-module-bar.stabcg-module-bar--projected {
  background-color: #0841b0;
  color: #FFF;
  text-align: right;
}
.stabcg-module .stabcg-module-diagram .stabcg-module-bar .stabcg-module-result {
  font-size: 2rem;
  line-height: 3rem;
}
.stabcg-module .stabcg-module-summary {
  margin: 0 auto;
  text-align: center;
}
.stabcg-module .stabcg-module-summary .stabcg-module-summary-result {
  display: block;
  font-size: 2rem;
  color: #00ae41;
}
.stabcg-module .stabcg-module-summary .stabcg-module-summary-caption {
  display: block;
  font-size: 1.6rem;
}
.sta-Total {
  padding-bottom: 4rem;
  font-family: Decour-Regular, "source-sans-pro", 'Source Sans Pro', Arial, sans-serif;
  font-size: 3.4rem;
  text-align: center;
  color: #0841b0;
}
.sta-Total .sta-Total-value {
  color: #00ae41;
}
.sta_inputsTableOuter {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin-right: 1%;
  margin-left: 1%;
}
@media (max-width:768px) {
  .sta_inputsTableOuter {
    width: 100%;
    margin-right: 0;
  }
}
.sta_inputsTable {
  display: table;
  width: 100%;
  font-size: 1.4rem;
  margin: 0 auto 0 auto;
  border: 1px solid #ececeb;
  border-bottom: none;
}
@media (max-width:768px) {
  .sta_inputsTable {
    font-size: 1.3rem;
  }
}
.sta_inputsTable .sta_inputsTable-row {
  display: table-row;
}
.sta_inputsTable .sta_inputTable-label {
  display: table-cell;
  width: 55%;
  padding: .5rem 2rem .5rem 1rem;
  border-bottom: 1px solid #ececeb;
}
.sta_inputsTable .sta_inputTable-value {
  display: table-cell;
  padding: .5rem 1rem;
  border-bottom: 1px solid #ececeb;
}
.sta-infonote {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.sta-infonote:before {
  position: absolute;
  left: -3rem;
  top: 0;
  z-index: 2;
  content: 'i';
  display: block;
  width: 2rem;
  height: 2rem;
  padding-right: .25rem;
  font-family: Decour-Semibold, "source-sans-pro", 'Source Sans Pro', Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #8c8c8c;
  text-align: center;
  border: 1px solid #8c8c8c;
  border-radius: 50%;
}
.sta-infotip {
  position: relative;
  text-align: left;
  padding-top: 1.3rem;
}
.sta-infotip .sta-infotip-label--inactive {
  position: relative;
  padding-top: 1.3rem;
  font-size: 1.8rem;
}
.sta-infotip .sta-infotip-label {
  position: relative;
  padding-top: 1.3rem;
  font-size: 1.8rem;
  color: #242424;
  cursor: pointer;
}
.sta-infotip .sta-infotip-label:after {
  position: absolute;
  right: -3rem;
  top: 1.3rem;
  z-index: 2;
  content: 'i';
  display: block;
  width: 2rem;
  height: 2rem;
  font-family: Decour-Semibold, "source-sans-pro", 'Source Sans Pro', Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #0841b0;
  text-align: center;
  border: 1px solid #0841b0;
  border-radius: 50%;
}
.sta-infotip .sta-infotip-label .sta-infotip-content {
  display: none;
  position: absolute;
  z-index: 3;
  bottom: 3rem;
  right: -6rem;
  padding: 1.5rem;
  border: 1px solid #0841b0;
  font-size: 1.2rem;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.sta-infotip .sta-infotip-label:hover .sta-infotip-content {
  display: block;
}
.blurOuter {
  position: relative;
}
.blurOuter.blurOuter--active .blurInner {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.blurOuter.blurOuter--active .blurOverlay {
  display: block !important;
}
.blurOuter .blurOverlay {
  display: none;
  position: absolute;
  top: 15%;
  width: 100%;
  height: 100%;
}
