eqp-root {
  display: block;
  background-color: #FAFAFA;
  color: #6F6F6F;
  position: relative;
}

eqp-root .logo {
  background-image: url(https://www.equipsme.com/wp-content/themes/equipsme/img/logo-equipsme.svg);
}


eqp-root form {
  background-color: #FAFAFA !important; 
  padding: 0 !important;
}

eqp-root .container {
  width: 100%;
  padding: 0;
}

eqp-root .message-container {
  padding: 10px;
}

eqp-root .switch {
  width: 80px !important;
} 

eqp-root .row:before {
  content: none;
}

eqp-root .eqpQuoteSteps {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #E6007E;
  margin-top: 10px;
  margin-bottom: 10px;
}

eqp-root ul[role=tablist] {
  padding: 0 !important;
  margin: 20px 0 20px 0 !important;
  list-style-type: none;  
  text-align: center;
}

eqp-root ul[role=tablist] li {
  display: inline-block;
  list-style-type: none;
  padding: 0 10px 0 0 !important;
  margin: 0 10px 0 0 !important;
}

eqp-root ul[role=tablist] li.current {
  color: #E6007E; 
  font-weight: bold;
}

eqp-root ul[role=tablist] li:before {
  content: none !important;
}

eqp-root ul[role=tablist] li:after {
  content: '>';
  position: relative;
  right: -10px;
  color: #E6007E;
}

eqp-root ul[role=tablist] li:last-child:after {
  content: none !important;
}

eqp-root input[type="number"]::-webkit-outer-spin-button, eqp-root input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
 
eqp-root input[type="number"] {
  -moz-appearance: textfield;
}

eqp-root .justify-content-center {
  text-align: center;
}

eqp-root .alert.alert-danger {
  color: red;
  margin-bottom: 15px;
}

eqp-root .logo {
  width: 200px;
  margin: 0 auto;
  min-height: 60px;
  position: relative;
  float: none;
}

eqp-root eqp-intro {
  display: block;
  margin-bottom: 30px;
}

eqp-root button{
  padding: 11px 18px 13px 18px !important;
  margin: 0 10px;
  border: 0;
  border-radius: 5px;
}

eqp-root button.btn-primary {
  background-color: #E6007E !important;
  border-color: #E6007E !important;
}

eqp-root button.btn-primary:hover {
  background-color: #E6007E !important;
  border-color: #E6007E !important;
}

eqp-root eqp-pricing-questions {
  margin-bottom: 30px;
  display: block;
}

eqp-root eqp-question-controller {
  display: block;
}

eqp-root eqp-question {
  display: block;
}

eqp-root .R_NUMBEMPL1,
eqp-root .R_OPTIONAL1 {
  color: #E6007E;
  font-size: 20px;
  line-height: 22px;
  margin-top: 40px;
  margin-bottom: 5px;
  padding: 0 15px;
  background-color: transparent;
}

eqp-root .R_NUMBEMPL2,
eqp-root .R_OPTIONAL2 {
  padding: 0 15px;
}

eqp-root .R_NUMBEMPL2 .row,
eqp-root .R_OPTIONAL2 .row {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
}


eqp-root .R_NUMBEMPL1 .col-sm-8,
eqp-root .R_NUMBEMPL2 .col-sm-8,
eqp-root .R_OPTIONAL1 .col-sm-8,
eqp-root .R_OPTIONAL2 .col-sm-8 {
  display: none;
}

eqp-root div.R_STRESSBOOL,
eqp-root div.R_DENTALBOOL,
eqp-root div.R_EMPCOUNT,
eqp-root div.R_L1COUNT,
eqp-root div.R_L2COUNT,
eqp-root div.R_L3COUNT,
eqp-root div.R_GPCOUNT {
  background-color: #FFFFFF;
  padding: 15px 15px 0 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

eqp-root div.R_EMPCOUNT {
  margin-bottom: 15px;
}

eqp-root div.R_STRESSBOOL .form-group,
eqp-root div.R_DENTALBOOL .form-group,
eqp-root div.R_EMPCOUNT .form-group,
eqp-root div.R_L1COUNT .form-group,
eqp-root div.R_L2COUNT .form-group,
eqp-root div.R_L3COUNT .form-group,
eqp-root div.R_GPCOUNT .form-group {
  margin-top: 0;
  margin-bottom: 0;
}

eqp-root div.R_STRESSBOOL .row,
eqp-root div.R_DENTALBOOL .row,
eqp-root div.R_EMPCOUNT .row,
eqp-root div.R_L1COUNT .row,
eqp-root div.R_L2COUNT .row,
eqp-root div.R_L3COUNT .row,
eqp-root div.R_GPCOUNT .row {
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
}

eqp-root div.R_STRESSBOOL .col-sm-4,
eqp-root div.R_DENTALBOOL .col-sm-4,
eqp-root div.R_EMPCOUNT .col-sm-4,
eqp-root div.R_L1COUNT .col-sm-4,
eqp-root div.R_L2COUNT .col-sm-4,
eqp-root div.R_L3COUNT .col-sm-4,
eqp-root div.R_GPCOUNT .col-sm-4 {
  width: 85%;
  color: #E6007E;
  font-weight: bold;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

eqp-root div.R_EMPCOUNT .col-sm-4 {
  padding-bottom: 20px;
}

eqp-root div.R_STRESSBOOL .col-sm-8,
eqp-root div.R_DENTALBOOL .col-sm-8,
eqp-root div.R_EMPCOUNT .col-sm-8,
eqp-root div.R_L1COUNT .col-sm-8,
eqp-root div.R_L2COUNT .col-sm-8,
eqp-root div.R_L3COUNT .col-sm-8,
eqp-root div.R_GPCOUNT .col-sm-8 {
  width: 15%;
}

eqp-root div.R_STRESSBOOL .col-sm-8 input,
eqp-root div.R_DENTALBOOL .col-sm-8 input,
eqp-root div.R_EMPCOUNT .col-sm-8 input,
eqp-root div.R_L1COUNT .col-sm-8 input,
eqp-root div.R_L2COUNT .col-sm-8 input,
eqp-root div.R_L3COUNT .col-sm-8 input,
eqp-root div.R_GPCOUNT .col-sm-8 input { 
  border: 1px solid #E6007E !important;
  border-radius: 5px; 
  padding: 5px;
  max-width: 100%;
  min-width: 50px;
  text-align: center;
}


eqp-root label[for=R_STRESSBOOL] ~ div.col-sm-2,
eqp-root label[for=R_DENTALBOOL]~ div.col-sm-2 {
  width: auto;
}


eqp-root div.R_EMPCOUNT .col-sm-8 input {
  background-color: transparent;
  border: 0;
  color: #E6007E;
  font-weight: bold;
  padding: 0;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}


eqp-root div.R_L1L1,
eqp-root div.R_L2L1,
eqp-root div.R_L3L1,
eqp-root div.R_GPL1,
eqp-root div.R_STRESSL1,
eqp-root div.R_DENTALL1 {
  padding: 0 15px;
  background-color: #FFFFFF;
}

eqp-root div.R_L1L1 .row,
eqp-root div.R_L2L1 .row,
eqp-root div.R_L3L1 .row,
eqp-root div.R_GPL1 .row,
eqp-root div.R_STRESSL1 .row,
eqp-root div.R_DENTALL1 .row {
  margin: 0;
}

eqp-root div.R_L1L1 .col-sm-8,
eqp-root div.R_L2L1 .col-sm-8,
eqp-root div.R_L3L1 .col-sm-8,
eqp-root div.R_GPL1 .col-sm-8,
eqp-root div.R_STRESSL1 .col-sm-8,
eqp-root div.R_DENTALL1 .col-sm-8 {
  display: none;
}

eqp-root div.R_L1L1 .col-form-label,
eqp-root div.R_L2L1 .col-form-label,
eqp-root div.R_L3L1 .col-form-label,
eqp-root div.R_GPL1 .col-form-label,
eqp-root div.R_STRESSL1 .col-form-label,
eqp-root div.R_DENTALL1 .col-form-label {

  font-size: 12px;
  line-height: 15px;
}


eqp-root div.R_L1L2,
eqp-root div.R_L2L2,
eqp-root div.R_L3L2,
eqp-root div.R_STRESSL1,
eqp-root div.R_DENTALL1 {
  padding: 0 15px 10px 15px;
  background-color: #FFFFFF;
  margin-bottom: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

eqp-root div.R_EMPCOUNT {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

eqp-root div.R_L1L2,
eqp-root div.R_L2L2,
eqp-root div.R_L3L2,
eqp-root div.R_GPL1 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

eqp-root div.R_L1L2 .row,
eqp-root div.R_L2L2 .row,
eqp-root div.R_L3L2 .row {
  margin: 0;
}

eqp-root div.R_L1L2 .col-sm-8,
eqp-root div.R_L2L2 .col-sm-8,
eqp-root div.R_L3L2 .col-sm-8 {
  display: none;
}

eqp-root div.R_L1L2 .col-form-label,
eqp-root div.R_L2L2 .col-form-label,
eqp-root div.R_L3L2 .col-form-label {
  width: 100%;
  color: #F0C40D;
  font-size: 14px;
  line-height: 18px;
}


eqp-root eqp-binding-message,
eqp-root eqp-accept-or-decline {
  border: 1px solid #E6007E;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 15px;
  display: block;
  margin-bottom: 30px;
}

eqp-root eqp-accept-or-decline .symbol,
eqp-root eqp-accept-or-decline .amount {
  font-size: 200%;
  color: #E6007E;
}


eqp-root eqp-binding-message a,
eqp-root eqp-binding-message .quote-result {
  color: #E6007E !important;
}

eqp-root eqp-binding-message .input-group,
eqp-root eqp-accept-or-decline .input-group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

eqp-root eqp-binding-message .input-group .input-group-text,
eqp-root eqp-accept-or-decline .input-group .input-group-text {
  font-size: 30px;
  line-height: 36px; 
  margin: 0;
  padding: 0;
}

eqp-root eqp-binding-message .input-group input,
eqp-root eqp-accept-or-decline .input-group input {
  font-size: 30px;
  line-height: 36px; 
  margin: 0;
  padding: 0;
}

eqp-root eqp-binding-message .header p {
  display: inline-block;
  margin-right: 5px;
}

eqp-root eqp-binding-message .header {
  margin-bottom: 5px;
}

eqp-root eqp-accept-or-decline > div:first-child > p:first-child {
  color: #E6007E;
} 

eqp-root eqp-accept-or-decline > div:first-child > p:last-child {
  font-size: 14px;
  line-height: 16px;
}

eqp-root eqp-accept-or-decline .input-group-text {
  background-color: transparent;
  color: #E6007E;
  border: 0;
}

eqp-root eqp-accept-or-decline input {
  background-color: transparent !important;
  color: #E6007E !important;
  border: 0 !important;
}


eqp-root eqp-company-registration {
  margin-bottom: 30px;
  display: block;
}

eqp-root eqp-company-registration .R_OPTIONAL1 + div {
  padding: 0 15px;
}

eqp-root eqp-company-registration h2 {
  color: #E6007E !important;
  font-weight: bold !important;
  font-size: 1.2em !important;
  line-height: 1.6em !important;
}

eqp-root eqp-company-registration h3 {
  color: #E6007E !important;
  font-weight: bold !important;
  font-size: 1.2em !important;
  line-height: 1.6em !important;
}

eqp-root eqp-company-registration eqp-question .form-group,
eqp-root eqp-company-registration .selectedCompany .form-group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
}

eqp-root eqp-company-registration eqp-question label,
eqp-root eqp-company-registration label[for=companySearch],
eqp-root eqp-company-registration label[for=selectedCompany] {
  font-size: 16px;
  line-height: 16px;
  width: 33%;
  color: #E6007E;
}

eqp-root eqp-company-registration label[for=companySearch] ~ div.col-sm-6 {
  padding-left: 20px !important;
}


/*eqp-root eqp-company-registration eqp-question label[for=C_ISREGISTERED]*/

eqp-root eqp-company-registration eqp-question label[for=CertifiedBusiness] {
  width: 60%;
  flex: 1;
}

eqp-root eqp-company-registration eqp-question label[for=CertifiedBusiness] ~ .col-sm-2,
eqp-root eqp-company-registration eqp-question label[for=C_ISREGISTERED] ~ .col-sm-2 {
  flex: 1;
  flex-grow: 0;
  margin-right: 15px;
}







eqp-root eqp-company-registration eqp-charity eqp-question .col-sm-8 {
  margin-left: 20px;
  flex-grow: 1;
}

eqp-root eqp-company-registration eqp-charity .R_OPTIONAL1 {
  padding: 0;
}



eqp-root .invalid-feedback.field-error {
  margin-left: calc( 33.3% + 20px );
  font-size: 12px;
}

eqp-root eqp-company-registration eqp-question input[type=text],
eqp-root eqp-company-registration eqp-question select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #F1F1F1;
  border-radius: 5px; 
  padding: 5px;
}

eqp-root eqp-company-registration label[for=companySearch] ~ .field-error,
eqp-root eqp-company-registration label[for=selectedCompany] ~ .field-error {
  position: relative;
  left: 33.33333333%;
  margin-left: 15px;
}

eqp-root eqp-company-registration input[formcontrolname=companySearch] {
  border-radius: 0;
}

eqp-root eqp-company-registration .CH_C_NUM .form-group .col-sm-8,
eqp-root eqp-company-registration .selectedCompany .form-group .col-sm-8 {
  flex-grow: 1;
  padding-left: 20px;
}

eqp-root eqp-company-registration .CH_C_NUM input {
  /*
  background-color: transparent;
  border: 0 !important;
  width: 100%;
  padding: 0 5px !important;
  */
  background-color: #F1F1F1;
}


eqp-root eqp-company-registration .selectedCompany select {
  border: 1px solid #F1F1F1;
  border-radius: 5px; 
  padding: 5px;
}

eqp-root eqp-company-registration eqp-question-controller ~ div {
  display: block;
  background-color: #FFFFFF;
  padding: 10px 15px 15px 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

eqp-root eqp-company-registration eqp-question {
  display: block;
}



eqp-root div.C_ISREGISTERED {
  background-color: #FFFFFF;
  padding: 15px 15px 0 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

eqp-root div.C_ISREGISTERED .row {
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
}

eqp-root div.C_ISREGISTERED .col-sm-4 {
  width: 85%;
  color: #E6007E;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 18px;
}

eqp-root div.C_ISREGISTERED .col-sm-8 {
  width: 15%;
}

eqp-root eqp-company-address {
    display: block;
    background-color: #FFFFFF;
    padding: 10px 0 15px 0;
    border-radius: 10px;
    border-radius: 10px;
}

eqp-root eqp-company-address > div,
eqp-root eqp-company-house > div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
}

eqp-root eqp-company-address > div label,
eqp-root eqp-company-house > div label {
  font-size: 14px;
  line-height: 16px;
  color: #E6007E;
  width: 33.3%;
}

eqp-root eqp-company-address > div .col-sm-6 {
  flex-grow: 1;
  padding-left: 36px;
}

eqp-root eqp-company-house > div .col-sm-6 {
  flex-grow: 1;
  padding-left: 20px;
}

eqp-root eqp-company-address > div .col-sm-6 input,
eqp-root eqp-company-house > div .col-sm-6 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #F1F1F1;
  border-radius: 5px; 
  padding: 5px;
}

eqp-root eqp-company-address > div .col-sm-2 {
  flex: 1;
  flex-grow: 0;
}

eqp-root eqp-company-address > div .col-sm-2 button,
eqp-root eqp-company-house > div .col-sm-2 button { 
  padding-top: 5px;
  padding-bottom: 5px;
}

eqp-root eqp-company-address eqp-question-controller,
eqp-root eqp-company-house eqp-question-controller {
  display: block;
}

eqp-root eqp-company-address .col-sm-8 {
  flex-grow: 1;
  padding-left: 20px;
}

eqp-root eqp-company-address eqp-question input[type=text],
eqp-root eqp-company-address eqp-question select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #F1F1F1;
  border-radius: 5px; 
  padding: 5px;
}

div.C_ISREGISTERED .col-sm-8 input { 
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  text-align: center;  
}

eqp-root eqp-key-contact {
  margin-bottom: 30px;
  display: block;
}

eqp-root eqp-key-contact .invalid-feedback.field-error {
  margin-left: 20px;
}

eqp-root eqp-key-contact {
  display: block; 
  padding: 15px;
  border-radius: 10px;
  background-color: #FFFFFF;
}

eqp-root eqp-key-contact .mobile-notice {
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #E6007E;
}

eqp-root eqp-key-contact .col-sm-8 {
  flex-grow: 1;
  margin-left: 10px;
}

eqp-root eqp-key-contact .col-sm-8 input,
eqp-root eqp-key-contact .col-sm-8 select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #F1F1F1;
  border-radius: 5px; 
  padding: 5px;
}

eqp-root eqp-key-contact .field-error {
  position: relative;
  left: 33.33333333%;
  margin-left: 15px;
}


/* BROADSTONE */



eqp-root {
  padding: 15px;
}

eqp-root > .container {
  box-sizing: border-box;
}

eqp-root .col-sm-2,
eqp-root .col-sm-4,
eqp-root .col-sm-6,
eqp-root .col-sm-8,
eqp-root .col-sm-12 {
  width: 100%;
  flex: initial;
  max-width: 100%;
}

eqp-root div.R_L1L1 .col-form-label,
eqp-root div.R_L2L1 .col-form-label,
eqp-root div.R_L3L1 .col-form-label,
eqp-root div.R_GPL1 .col-form-label,
eqp-root div.R_STRESSL1 .col-form-label,
eqp-root div.R_DENTALL1 .col-form-label {
  padding-left: 0;
  padding-right: 0;
}

eqp-root div.R_L1L2 .col-form-label,
eqp-root div.R_L2L2 .col-form-label,
eqp-root div.R_L3L2 .col-form-label {
  padding-left: 0;
  padding-right: 0;
}

eqp-root div.C_ISREGISTERED .col-sm-4,
eqp-root div.R_STRESSBOOL .col-sm-4,
eqp-root div.R_DENTALBOOL .col-sm-4,
eqp-root div.R_EMPCOUNT .col-sm-4,
eqp-root div.R_L1COUNT .col-sm-4,
eqp-root div.R_L2COUNT .col-sm-4,
eqp-root div.R_L3COUNT .col-sm-4,
eqp-root div.R_GPCOUNT .col-sm-4 {
  width: 80%;
  margin-left: 0;
}


eqp-root div.C_ISREGISTERED .form-group > label,
eqp-root div.R_STRESSBOOL .form-group > label,
eqp-root div.R_DENTALBOOL .form-group > label{
  width: auto !important;
  flex: 1;
}

eqp-root eqp-charity label.col-sm-4,
eqp-root eqp-company-house label.col-sm-4,
eqp-root eqp-company-address label.col-sm-4,
eqp-root eqp-key-contact label.col-sm-4 {
  width: 33%;
}

eqp-root eqp-charity div.col-sm-8,
eqp-root eqp-company-house div.col-sm-8,
eqp-root eqp-company-address eqp-question div.col-sm-8,
eqp-root eqp-key-contact eqp-question div.col-sm-8 {
  width: 50%;
}


eqp-root eqp-company-house div.col-sm-6,
eqp-root eqp-company-address div.col-sm-6 {
  width: 40%;
}

eqp-root eqp-company-house div.col-sm-2,
eqp-root eqp-company-address div.col-sm-2 {
  width: 15%;
}

eqp-root eqp-company-house div.col-sm-2 button {
  padding: 5px !important;
}


eqp-root .form-control {
  border: 1px solid #E6007E !important; 
}

eqp-root .form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #F1F1F1;
  background-image: none;
}

eqp-root .invalid-feedback {
  color: #495057;
}


eqp-root .links a {
  display: inline-block;
  margin-bottom: 0;
}

eqp-root .links .link-devider {
  display: inline;
}

eqp-root .switch-input:checked ~ .switch-label {
  background-color: #E6007E;
}

eqp-root .email.label {
  margin-top: 15px;
  margin-bottom: 5px;
  display: block;
}

eqp-root .email-control {
  margin-bottom: 15px;
}
 



eqp-root label[for=R_WHATYPOF],
eqp-root label[for=R_S_COVLEV_DESC],
eqp-root label[for=R_S_ADDFAM] {
  color: #E6007E;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
  display: block;
}




eqp-root select#R_S_COVLEV_DESC,
eqp-root select#R_WHATYPOF {
  width: 100%; 
  box-sizing: border-box;
  padding: 10px;
  -webkit-appearance: listbox;
}


eqp-root label[for=R_SP_BENLEVEL],
eqp-root label[for=R_P_BENEFITADD],
eqp-root label[for=R_S_BENLEVEL] {
  color: #F0C40D;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  display: block;
}

eqp-root input#R_S_BENLEVEL,
eqp-root input#R_SP_BENLEVEL,
eqp-root input#R_P_BENEFITADD {
  background-color: transparent;
  border: 0 !important;
  width: 100%;
}

eqp-root .R_S_ADDFAM .switch,
eqp-root .R_S_PARTNER .switch,
eqp-root .R_S_CHILDREN .switch,
eqp-root .R_P_PARTNER .switch,
eqp-root .R_P_CHILDREN .switch {
  float: right;
}


eqp-root label[for=R_S_PARTNER],
eqp-root label[for=R_S_CHILDREN],
eqp-root label[for=R_P_PARTNER],
eqp-root label[for=R_P_CHILDREN] {
  color: #F0C40D;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  display: block;
}


eqp-root .R_S_ADDFAM .form-group,
eqp-root .R_S_PARTNER .form-group,
eqp-root .R_S_CHILDREN .form-group,
eqp-root .R_P_PARTNER .form-group,
eqp-root .R_P_CHILDREN .form-group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
}

eqp-root .R_S_ADDFAM .form-group .col-sm-10,
eqp-root .R_S_PARTNER .form-group .col-sm-10,
eqp-root .R_S_CHILDREN .form-group .col-sm-10,
eqp-root .R_P_PARTNER .form-group .col-sm-10,
eqp-root .R_P_CHILDREN .form-group .col-sm-10 {
  width: 75%;
}


eqp-root .R_S_ADDFAM .form-group .col-sm-2,
eqp-root .R_S_PARTNER .form-group .col-sm-2,
eqp-root .R_S_CHILDREN .form-group .col-sm-2,
eqp-root .R_P_PARTNER .form-group .col-sm-2,
eqp-root .R_P_CHILDREN .form-group .col-sm-2 {
  width: 25%;
  text-align: right;
}


eqp-root input#R_S_PARTNER_C,
eqp-root input#R_S_CHILDREN_C,
eqp-root input#R_P_PARTNER_C,
eqp-root input#R_P_CHILDREN_C {
  display: none;
}


/*
.x-eqp-root .R_EMPCOUNT,
eqp-root .R_P_BENEFITADD,
eqp-root .R_S_BENLEVEL,
eqp-root .R_SP_BENLEVEL,
eqp-root .R_S_BENEFIT,
eqp-root .R_P_BENEFIT {
  display: none !important;
}

*/


eqp-root .R_P_BENEFITADD input,
eqp-root .R_S_BENLEVEL input,
eqp-root .R_SP_BENLEVEL input,
eqp-root .R_S_BENEFIT input,
eqp-root .R_P_BENEFIT input {
  display: none !important;
}

eqp-root .R_P_BENEFITADD label {
  font-size: inherit !Important;
  line-height: inherit !Important;
  margin-bottom: 30px !Important;
}




@media screen and (  max-width: 600px ) {

  eqp-root div.C_ISREGISTERED .col-sm-4,
  eqp-root div.R_STRESSBOOL .col-sm-4,
  eqp-root div.R_DENTALBOOL .col-sm-4,
  eqp-root div.R_EMPCOUNT .col-sm-4,
  eqp-root div.R_L1COUNT .col-sm-4,
  eqp-root div.R_L2COUNT .col-sm-4,
  eqp-root div.R_L3COUNT .col-sm-4,
  eqp-root div.R_GPCOUNT .col-sm-4 {
    width: 70%;
  }

  eqp-root eqp-company-registration label {
    width: 100% !important;
  }

  eqp-root eqp-charity .col-sm-8,
  eqp-root eqp-key-contact .col-sm-8 {
    margin-left: 0 !important;
  }

  eqp-root eqp-company-house > div .col-sm-2,
  eqp-root eqp-company-house > div .col-sm-6 {
    width: 100% !important;
  }

  eqp-root eqp-company-house div.col-sm-2 button {
    width: 100%;
    box-sizing: border-box; 
    margin-left: 2px;
    margin-top: 10px;
  }

}

