#contactForm input.custom-checkbox[type=checkbox], #applyForm input.custom-checkbox[type=checkbox], #whatWeDoContactForm input.custom-checkbox[type=checkbox]{
    width: 26px;
    -webkit-appearance: none;
    background-color: #fff;
    padding: 13px;
    border-radius: 13px;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    margin-right: 5px;
  }
  #contactForm input.error[type=checkbox], #applyForm input.error[type=checkbox], #whatWeDoContactForm input.error[type=checkbox]{
	  background-color: #ff8f81;
     }
  #contactForm input.custom-checkbox[type=checkbox], #applyForm input.custom-checkbox[type=checkbox], #whatWeDoContactForm input.custom-checkbox[type=checkbox]{
  	 border-radius: 0px;
  	 margin-bottom: 20px;
  }
 #contactForm input.custom-checkbox[type=checkbox]:checked:before, #applyForm input.custom-checkbox[type=checkbox]:checked:before, #whatWeDoContactForm input.custom-checkbox[type=checkbox]:checked:before{
	 background-color: #000;
	 content: " ";
	 width: 60%;
	 height: 60%;
	 position: absolute;
	 z-index: 12;
	 top: 50%;
	 left: 50%;
	 -webkit-transform: translate(-50%,-50%);
	 -ms-transform: translate(-50%,-50%);
	 transform: translate(-50%,-50%);
	 border-radius: 0px;
 }
 #contactForm label.error[for=accept_terms], #applyForm label.error[for=accept_terms], #whatWeDoContactForm label.error[for=accept_terms]{
	 display: none!important;
 }