ul.accordion { list-style:none!important; }
.accordion {
  max-width: 100%;
  margin: 60px auto;
  border-top: 1px solid #00507b;
}
.accordion li.ali {
  border-bottom: 1px solid #00507b;
  position: relative;
}
.accordion li.ali div.ainside {
  display: none;
  padding: 10px 25px 10px;
  color: #000000;
}
.accordion a.ahead {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  padding: 20px 40px 20px 20px;
  user-select: none;
  background-color:#efefef;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion a.ahead:after {
  width: 10px;
  height: 10px;
  border-right: 2px solid #00507b;
  border-bottom: 2px solid #00507b;
  position: absolute;
  right: 20px;
  content: " ";
  top: 28px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion a.ahead:hover, a.ahead.active {
  background-color:#00507b;
  color:#ffffff;
}
.accordion a.ahead:hover:after, .accordion a.ahead.active:after {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.accordion div.ainside {
  line-height: 2;
  padding: 10px;
}

a.ahead.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gfield label, .gfield_label, .gform_title {
	display:none!important;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 5px 15px!important;
    letter-spacing: normal;
    height: 50px;
}
.gform_wrapper.gf_browser_gecko select {
    padding: 2px 12px 2px 15px!important;
	height: 50px;
}
.ginput_container_address input { margin-bottom:16px!important; }
.ginput_container_address .address_zip input { margin-bottom:0px!important; }
.ainside .gform_wrapper { max-width: 800px; }
.ainside .gform_button { height:50px; }
@media (max-width:640px){
	.ginput_container_address input { margin-bottom:8px!important; }
	.ainside .name_first { margin-bottom:16px!important; }
}