#edu-master-content .EducomForms .form-subcontainer {
  background: #fff;
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
}

#edu-master-content .EducomForms h2 {
  margin-bottom: 5px;
}

#edu-master-content .EducomForms h3 {
  color: #565454;
  font-size: 18px;
}

#edu-master-content .EducomForms .validation-summary-container {
  width: 90%;
  margin: 15px auto;
  padding: 10px;
  background: #fff;
  color: #000;
  border: 3px solid #ff5900;
}

#edu-master-content .EducomForms .validation-summary-container ul {
  list-style: disc;
  list-style-type: disc;
}

#edu-master-content .EducomForms .validation-summary-container ul li {
  display: inline-block;
  float: none;
  width: 200px;
  list-style: disc;
  list-style-type: disc;
}

#edu-master-content .EducomForms h3.no-margin {
  margin-bottom: 0;
}

#edu-master-content .EducomForms h3.mandatory {
  background: url(/img/red-star-obl.gif) 0 6px no-repeat;
  padding-left: 9px;
}

#edu-master-content .EducomForms span {
  font-size: 13px;
}

#edu-master-content .EducomForms span.mandatory {
  background: url(/img/red-star-obl.gif) 0 2px no-repeat;
  padding-left: 8px;
}

#edu-master-content .EducomForms p.mandatory {
  background: url(/img/red-star-obl.gif) 0 2px no-repeat;
  padding-left: 8px;
}

#edu-master-content .EducomForms ul {
  margin: 0 20px 0 0;
  height: auto;
}

#edu-master-content .EducomForms ul li {
  list-style: none;
  float: left;
  width: auto;
  margin-right: 50px;
}

#edu-master-content .EducomForms ul.donation-amount li {
  margin-right: 20px;
}

#edu-master-content .EducomForms ul li input {
  display: block;
  float: left;
  margin-right: 6px;
}

#edu-master-content .EducomForms ul li label {
  display: block;
  float: left;
}

#edu-master-content .small-font, #edu-master-content .EducomForms .small-font {
  font-size: 11px;
}

#edu-master-content .big-font {
  font-size: 15px;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: bold;
}

#edu-master-content .EducomForms .big-font {
  font-size: 15px;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: bold;
}

#edu-master-content .EducomForms .grey {
  color: #565454;
}

#edu-master-content .EducomForms .grey.small-font {
  line-height: 120%;
  margin-bottom: 15px;
}

#edu-master-content .EducomForms a {
  color: #ff5900;
}

#edu-master-content .red {
  color: #dd281d;
}

#edu-master-content .EducomForms .red {
  color: #dd281d;
}

#edu-master-content .EducomForms a:hover {
  text-decoration: none;
}

#edu-master-content .EducomForms .divider {
  width: 100%;
  height: 6px;
  background: #f4f4f4;
  clear: both;
  margin-top: 20px;
}

#edu-master-content .EducomForms input.input-text {
  box-sizing: border-box;
  width: 100%;
  min-height: 30px;
}

#edu-master-content .EducomForms input.input-text.short {
  width: 90px;
}

#edu-master-content .EducomForms input.input-text.day, #edu-master-content .EducomForms input.input-text.month {
  width: 30px;
}

#edu-master-content .EducomForms input.input-text.year {
  width: 60px;
  margin-right: 100px;
}

#edu-master-content .EducomForms .column {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

#edu-master-content .EducomForms .column.left, #edu-master-content .EducomForms .column.right {
  width: 50%;
  margin-bottom: 20px;
  float: left;
  text-align: left;
}

#edu-master-content .EducomForms .column input, #edu-master-content .EducomForms .column textarea, #edu-master-content .EducomForms .column select {
  margin-top: 3px;
}

#edu-master-content .EducomForms .column .small-font.telephone-help-text {
  color: #dc291e;
  font-size: 10px;
  margin-top: 20px;
  display: block;
}

#edu-master-content .EducomForms .textContact {
  width: 570px;
  height: 100px;
}

#edu-master-content .EducomForms span.error-msg {
  color: red;
  font-size: 11px;
  font-weight: bold;
}

#edu-master-content .EducomForms .button.submit {
  border: 1px solid #ff5900;
  background: #ff5900;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

#edu-master-content .EducomForms .button.submit:hover {
  color: #ff5900;
  background: #fff;
}

#edu-master-content #PaypalPayments.EducomForms .button.submit.it {
  border: 0;
  width: 170px;
  height: 40px;
  background: url(/img/paypal-submit.jpg) no-repeat top left;
}

#edu-master-content .EducomForms .button.submit:hover, #edu-master-content #PaypalPayments.EducomForms .button.submit:hover {
  background-position: bottom left;
}

#edu-master-content .EducomForms .button {
  border: 0;
  cursor: pointer;
  margin-top: 30px;
  margin-right: 30px;
}

#edu-master-content .EducomForms .button.back {
  background: url(/img/btn-indietro.gif) 0 0 no-repeat;
  border: 0;
  width: 113px;
  height: 31px;
}

#edu-master-content .EducomForms .button.next {
  background: url(/img/btn-avanti.gif) 0 0 no-repeat;
  width: 113px;
  height: 31px;
}

#edu-master-content .EducomForms textarea {
  width: 100%;
  resize: none;
  height: 120px;
}

#edu-master-content .EducomForms select {
  height: 32px;
  width: 250px;
}

#edu-master-content .EducomForms .caption {
  display: block;
  width: 270px;
  margin: -29px 0 0 270px;
}

#edu-master-content .EducomForms .caption-short {
  display: block;
  width: 270px;
  margin: -29px 0 0 130px;
}

#edu-master-content p.nwl-lnk {
  float: left;
  width: 150px;
  margin: -10px 0 45px;
  display: block;
}

.EducomForms .captcha-container {
  margin: 30px 0;
}

.EducomForms .captcha-container input {
  width: 175px;
  height: 30px;
  text-align: center;
}

.EducomForms .captcha-container .error-message-container span {
  color: red;
  font-size: 11px;
  font-weight: bold;
}

#edu-master-content #QuotationRequest .radio-choose {
  margin: 0;
  padding: 0;
}

#edu-master-content #QuotationRequest .radio-choose:after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  clear: both;
}

#edu-master-content #QuotationRequest .radio-choose > li {
  display: inline-block;
  margin: 0;
  min-height: 54px;
  width: 32%;
}

#edu-master-content #QuotationRequest .radio-choose > li > span > label {
  padding-left: 60px;
  min-height: 54px;
  line-height: 54px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

#edu-master-content #QuotationRequest .radio-choose > li > span > input {
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 15px;
}

#edu-master-content #QuotationRequest .radio-choose > li > span > input:after {
  /*opacity: 0;*/
  width: 16px;
  height: 16px;
  content: "";
  display: inline-block;
  border: 4px solid #000;
  background: #fff;
  z-index: 3;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 2;
}

#edu-master-content #QuotationRequest .radio-choose > li > span > input + label {
  opacity: 0.5;
}

#edu-master-content #QuotationRequest .radio-choose > li:hover input, #edu-master-content #QuotationRequest .radio-choose > li:hover label {
  cursor: pointer;
}

#edu-master-content #QuotationRequest .radio-choose > li input:checked + label {
  opacity: 1;
}

#edu-master-content #QuotationRequest .radio-choose > li input:checked:before {
  /*opacity: 0;*/
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  background: #000;
  z-index: 3;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 3;
}

#edu-master-content #QuotationRequest .radio-choose > li .rbl-item-0 > label {
  background: url(/img/pt.jpg) no-repeat center left;
}

#edu-master-content #QuotationRequest .radio-choose > li .rbl-item-1 > label {
  background: url(/img/pm.jpg) no-repeat center left;
}

#edu-master-content #QuotationRequest .radio-choose > li .rbl-item-2 > label {
  background: url(/img/pd.jpg) no-repeat center left;
}

/*#edu-master-content #QuotationRequest .radio-choose > li > input:checked {
      opacity: 0.5;
  }*/
/*#edu-master-content #QuotationRequest .radio-choose > li > input:checked + #edu-master-content #QuotationRequest .radio-choose > li > label {
      width: 10px;
      height: 10px;
      content: "";
      display: inline-block;
      
      background: #000;
      z-index: 3;
      border-radius: 50%;
  }*/
/*#edu-master-content #QuotationRequest .radio-choose > li > label:before {
      width: 20px;
      height: 20px;
      content: "";
      display: inline-block;
      border: 4px solid #000;
      background: #fff;
      z-index: 3;
      border-radius: 50%;
  }*/
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
