input[type=checkbox] {
    display: none;
}
input[type="checkbox"] {
    margin-right: 10px;
}
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type=checkbox]+label {
    border: 2px solid #dad7d5;
    height: 32px;
    width: 32px;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
	padding: 0;
}
input[type=checkbox]+label+span, input[type=checkbox]+label+span a {
    vertical-align: top;
}
input[type=checkbox]:checked+label {
     background: url(../images/icons/check.png) no-repeat;
    background-size: cover;
}

input[type=radio]:checked ~ .check::before{
  background: #1f9055;
}
.label-radio ul, ol
{
	margin-left: 24px;
}
@media screen and (max-width: 768px){
	ul li .check {
		 top: 18px;
	}
	ul li label{
		
	   padding: 12px 0px 0px 60px;
       margin: 8px auto;
	}
	.label-radio ul, ol
	{
		margin-left: -60px;
	}
	
}

label.control [type='radio'] {
    display: none;
}
label.control [type='radio']+span {
    display: block;
}
label.control [type="radio"]:checked+span:before {
    background: #1f9055;
}
label.control [type="radio"]+span:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.25em;
    border-radius: 1em;
    border: 0.2em solid #fff;
    box-shadow: 0 0 0 0.08em #ccc;
    margin-right: 0.75em;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
	background-color: #fff;
    
}
.form-control
{
	font-size: 18px;
	margin-bottom: 26px;
	color: #333;
	height: 40px;
}
.form-horizontal .control-label
{
	text-align: left;
}
label
{
	font-weight: 400;	
	padding-right: 50px;
}
.form-horizontal .form-group
{
	margin-right: 0;
    margin-left: 0;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
@media screen and (max-width: 798px){
	.form-horizontal .form-group .control-label, .form-control {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 400px){
	.form-control {
		font-size: 16px;
	}
}
@media screen and (max-width: 798px){
	.form-control {
		font-size: 18px;
	}
}

/*@media screen and (max-width: 520px)
{
	label {
		padding-left: 0 !important;
	}
}
*/select.form-control {
    padding: 6px 30px 6px 12px!important;
    margin-right: 20px;    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/icons/dropDownArrow.png) no-repeat;
    background-position: 97% 50%;
    border-radius: 0;
	background-color: #fff;
}

 select.form-control::-ms-expand {
    display: none; }
	

.btn-blue, .btnsm-blue, .btnmd-blue{
    color: #013763;
    font-family: 'montserratsemi_bold';    
    border: 2px solid #013763;
    border-radius: 23px;
    background: #fff;      
	
}

.btn-blue {
   
    font-size: 18px;  
    padding: 6px 65px;
	margin-top: 30px;
}

.btnsm-blue
{
	font-size: 16px;
	padding: 2px 30px;	
	margin-top: 2px;
}
.btnmd-blue
{
	font-size: 18px;
	 padding: 8px 88px;
	 margin-top: 2px;
}
.btn-blue:hover, .btnsm-blue:hover, .btnmd-blue:hover {
	color: #fff;
	background-color:#013763;
	
}

@media screen and (max-width: 720px){
	.btn-blue {
		padding: 3px 30px;
		font-size: 14px;
		margin-top: 10px;
	}
	.btnsm-blue {
		padding: 2px 8px;
		font-size: 14px;
	}
	.btnmd-blue
	{
		padding: 2px 20px;
       font-size: 16px;
	}
}
.phone {
  margin-left: 0px;
  width: 35%; }
  @media screen and (max-width: 798px) {
    .phone {
      width: 45%;
      float: left;
      margin-left: 0px; } }
  @media screen and (max-width: 400px) {
    .phone {
      width: 45%; } }
  @media screen and (max-width: 350px) {
    .phone {
      width: 50%; } }
  .phone .form-control {
    width: 90%; }
    @media screen and (max-width: 400px) {
      .phone .form-control {
        width: 100%; } }

.extension {
  vertical-align: top !important; }
  .extension input {
    width: 100px !important;
	padding-right: 10px; }
  @media screen and (max-width: 798px) {
    .extension {
      margin-left: 15px;
      float: left; }
      .extension input {
        float: right;
        width: 100px !important; } }
  @media screen and (max-width: 400px) {
    .extension {
      width: 35%;
      margin-left: 20px; }
      .extension input {
        float: right;
        width: 80px !important; } }
  @media screen and (max-width: 350px) {
    .extension {
      margin-left: 15px;
      width: 40%; } }

select.form-control.month, select.form-control.day, select.form-control.year {
    display: inline-block;
    background-position: 95% 50%; }
    @media screen and (max-width: 400px) {
      select.form-control.month, select.form-control.day, select.form-control.year {
        margin: 0; } }
  select.form-control.month {
    width: 30%; }
    @media screen and (max-width: 400px) {
      select.form-control.month {
        width: 40%; } }
  select.form-control.day {
    width: 20%;
    background-position: 93% 50%; }
    @media screen and (max-width: 400px) {
      select.form-control.day {
        width: 25%; } }
  select.form-control.year {
    width: 22%; }
    @media screen and (max-width: 400px) {
      select.form-control.year {
        width: 30%; } }

#imgCaptcha
{
	padding: 0px 18px 6px 18px;
  height: 50px;
  width: auto;
}

.privacy
{
	margin-top:	30px;
	padding-left: 15px;
}