@font-face {
  font-family: 'Helvetica Neue';
  src:    url('/cdn/shop/files/HelveticaNeue.woff2?v=1599764546') format('woff2'),
          url('/cdn/shop/files/HelveticaNeue.woff?v=1599764548') format('woff'),
          url('/cdn/shop/files/HelveticaNeue.ttf?v=1599764546') format('truetype'),
          url('/cdn/shop/files/HelveticaNeue-Bold.svg?v=1599764546#HelveticaNeue') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src:    url('/cdn/shop/files/HelveticaNeue-Bold.woff2?v=1599764546') format('woff2'),
          url('/cdn/shop/files/HelveticaNeue-Bold.woff?v=1599764841') format('woff'),
          url('/cdn/shop/files/HelveticaNeue-Bold.ttf?v=1599764928') format('truetype'),
          url('/cdn/shop/files/HelveticaNeue-Bold.svg?v=1599764546#HelveticaNeue-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

#payroll-comparison .wrapper-container *{font-family: 'nexa_boldregular';}

body#payroll-comparison *{
  font-family: 'Helvetica Neue';
}


.step-bar{
  margin: 3.5rem auto 40px auto;
  background-color: #ECE9F3;
  width: 100%;
  max-width: 1160px;
  padding: 0.5rem 4rem 0.5rem 0.5rem;
  border-radius: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.step-bar .step{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.step-bar .active,
.step-bar .active small,
.title-header h1,
.results .result-box h4,
.form-group label,
.small-well h5,
.small-well .checkbox-container span,
.step-bar .inactive,
.result-box{
  color: #331A80;
}

.step-bar .done,
.step-bar .done small{
  color: #A296C5;
}

.step-bar .active small,
.step-bar .done small{
  font-weight: bold;
}

.step-bar .active .bubble{color: #fff;}

.step-bar .done .bubble,
.step-bar .active .bubble,
.step-bar .inactive .bubble,
.small-well .checkbox-container input:checked ~ .checkmark{
  background-color: #331A80;
}

.step-bar .inactive{
  opacity: 0.4;
}

.step-bar .bubble{
  padding: 10px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: inline-block;
  color: #fff;
  float: left;
  font-size: 30px;
  text-align: center;
  border: solid #fff 4px;
  line-height: 35px;
}

.step-bar .text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  font-size: 1.3rem;
  margin-left: 0.3rem;
}

.step-bar .text small{
  font-size: 65%;
  margin-bottom: 0.5rem;
  font-
}

.small-well{
  margin: 4rem auto 10rem auto;
  width: 100%;
  max-width: 744px;
  background-color: #F7F8FE;
  padding: 40px 8rem;
  border-radius: 0.5rem;
}

.small-well.step-2{padding: 2rem 1.5rem 4rem 1.5rem;}

.small-well.step-2 .form-group select{
  margin: 1rem auto;
  width: 65%;
}

.small-well.step-2 .form-group label{
  font-weight: normal;
  font-size: 1.1em;
}

.small-well .submit_box{
  margin: 0 auto;
  text-align: center;
}

.small-well .submit_box .next_step,
.submit_box .btn-2,
.result-box .btn-2{
  border: none;
  background: rgb(76,38,191);
  background: -moz-linear-gradient(180deg, rgba(76,38,191,1) 0%, rgba(51,26,128,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(76,38,191,1) 0%, rgba(51,26,128,1) 100%);
  background: linear-gradient(180deg, rgba(76,38,191,1) 0%, rgba(51,26,128,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c26bf",endColorstr="#331a80",GradientType=1);
  padding: 0.8rem 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
}

.form-group label{
  font-weight: 900;
  margin-bottom: 0;
}

.form-group label.error{
  color: red;
  background: #f1c5c5;
  margin-top: 0.3rem;
  padding: 0rem 1rem;
  width: 100%;
  border-radius: 3px;
  border: 1px solid red;
  height: 3.25rem;
  display: flex;
  align-items: center;
}

.form-group input.form-control, 
.form-group select.form-control,
#payroll-comparison .select2-container--default{
  border: solid 1px #331A80;
  height: 3.2rem;
  box-shadow: inset 0 8px 8px -8px rgba(0,0,0,0.3);
  border-radius: 4px;
}

#payroll-comparison .select2-container--default input[type="search"]{
    box-shadow: inset 0 8px 8px -8px rgba(0,0,0,0.3);
    height: 3rem;
    width: 100%;
    padding: 0 0 0 1rem;
    margin: 0;
}

input[type="search"]::placeholder{
    color: #495057;
}

#payroll-comparison .select2-container--default .select2-selection--multiple{
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 1px;
}

#payroll-comparison .select2-container--default input[type="search"]:focus{
    box-shadow: none;
}

.form-group select.form-control{
  background-image: url('/cdn/shop/files/blue-down-arrow.png?v=1600073191');
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 97% center;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  padding-right: 1.5rem;
}

.form-group input.form-control:focus, 
.form-group select.form-control:focus,
#payroll-comparison .select2-container--default:focus
{
  box-shadow: none;
  border-width: 2px;
}

/* Customize the label (the container) */
.small-well .checkbox-container {
display: block;
position: relative;
padding-left: 35px;
cursor: pointer;
font-size: 12px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
line-height: 1.2;
margin-bottom: 0.5rem;
}

/* Hide the browser's default checkbox */
.small-well .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.small-well h5{
  text-align: center;
  font-weight: 700;
}

/* Create a custom checkbox */
.small-well .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: solid 2px #331A80;
  border-radius: 3px;
  background-color: #fff;
}

/* On mouse-over, add a grey background color */
.small-well .checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.small-well .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.small-well .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.small-well .checkbox-container .checkmark:after {
  left: 4px;
  top: 0px;
  width: 7.5px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-group{
  border: 1px solid #D9D5EA;
  position: relative;
  border-radius: 5px;
  margin-bottom: 2rem;
  padding: 15px 15px 20px 15px;
}

.checkbox-group .form-group{
  width: 50%;
  margin-bottom: 0.5rem;
  }

.checkbox-group .apply-all{
  position:absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -10px;
  height: 30px;
  width: 200px;
  background-color: #F7F8FE;
  padding-left: 20px;
}

.small-well .center-checkboxes{
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}

.small-well .center-checkboxes label{
  font-size: 1rem;
}

.small-well .well-highlight{
  width: 35%;
  height: 3.5rem;
  background-color: #ECEBF7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.4rem auto 2rem auto;
  border-radius: 5px;
}

.small-well .well-highlight label.checkbox-container{
  margin-bottom: 0;
  line-height: 1.6;
}

.title-header{
  margin: 4rem 0 0 0;
  text-align: center;
}

.title-header h1{
  font-weight: 700;
}

.country-list{
  text-align:center;
  margin-left: auto;
  margin-right: auto;
}

.country-list select{
  width: 80%;
  text-align: left;
}

.select2-results__group{cursor: pointer !important;}

@keyframes spinner-border {
  to {
      transform: rotate(360deg);
  }
}

.spinner-border {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  text-indent: -999em;
  vertical-align: text-bottom;
  border: 0.25em solid;
  border-color: currentColor transparent currentColor currentColor;
  border-radius: 50%;
  animation-name: spinner-border;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.spinner-border-reverse {
  border-color: transparent currentColor transparent transparent;
}

.spinner-border-reverse::after {
  position: absolute;
  top: -0.25em;
  right: -0.25em;
  bottom: -0.25em;
  left: -0.25em;
  display: inline-block;
  content: "";
  border: 0.25em solid rgba(0, 0, 0, .1);
  border-radius: 50%;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

.spinner-border-sm.spinner-border-reverse::after {border-width: 0.2em;}

@keyframes spinner-grow {
  0% {
      opacity: 0;
      transform: scale(0);
  }
  50% {
      opacity: 1;
  }
  100% {
      opacity: 0;
      transform: scale(1);
  }
}

.spinner-grow {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  text-indent: -999em;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  animation-name: spinner-grow;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.results.container{
  padding-bottom: 5rem;
}

.results .result-box{
  border-radius: 10px;
  border: 1px solid rgb(95,75,155);
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 20px 20px 4rem 20px;
  font-size: 1rem;
}

.results .result-box img{
  height: auto;
  margin-bottom: 20px;
  max-width: 70%;
  max-height: 100px;
}

.results .result-box .profile-button{
  position:absolute;
  bottom: 20px;
}

.results .result-box h4{font-weight: 700;}

@media (max-width: 1351px){
  .checkbox-group{padding: 15px 15px 40px 15px;}
}

@media (max-width: 768px){

  .title-header{
      margin: 2rem 0 0 0;
      padding: 0 2rem;
  }

  .title-header h1{
      font-size: 1.5rem;
  }

  .small-well{
      padding: 2rem;
      max-width: 500px;
      margin: 2rem auto;
  }

  .small-well .well-highlight{
    margin: 1rem auto;
    width: 50%;
  }

  .step-bar{
      margin: 2.5rem auto 40px auto;
      padding: 0.5rem 1rem 0.5rem 0.5rem;
  }

  .step-bar .bubble{
      width: 40px;
      height: 40px;
      line-height: 10px;
      font-size: 20px;
  }

  .step-bar .text{
    font-size: 0.85rem;
    margin: 0 0.2rem;
  }

  .step-bar .text small{
    margin-bottom: 0.2rem;
  }

  .small-well.step-2 .form-group label{
    font-size: 0.85rem;
  }

  .small-well.step-2 .form-group select{
    width: 92%;
  }

  .form-group input.form-control, 
  .form-group select.form-control,
  #payroll-comparison .select2-container--default {
      height: 2.5rem;
      font-size: 0.8rem;
  }

  #payroll-comparison .select2-container--default input[type="search"]{
      height: 2.3rem;
      font-size: 0.8rem;
  }

  .small-well .center-checkboxes{
      width: 58%;
  }
  

  .small-well .center-checkboxes label{font-size: 0.9rem;}

  .small-well .checkmark{
      width: 18px;
      height: 18px;
  }

  .checkbox-group .form-group:not(:first-of-type){
      width: 100%;
  }

  .results .result-box{
    margin-left: 20px;
  }

}

@media (max-width: 375px){
  .step-bar,
  .small-well{
      max-width: 335px;
  }

  .small-well{padding: 1.5rem;}
}

@media (min-width: 992px){
    .margin-top-lg-5-rem{margin-top: 5rem;}
}

.purple-text{
	color: #331A80;
}