  .ivcf-find-chapter-form #header-image img {
  width: 100%;
  margin-bottom: 30px;
}

.ivcf-find-chapter-form .search-input {
  background-image: none !important;
}

.ivcf-find-chapter-form #edit-buttons .form-item-buttons{
  display: inline-block;
	margin-right: 30px;
  padding: 0;
}

.ivcf-find-chapter-form #edit-buttons .form-item-buttons:nth-child(3){
	margin-right: 0;
}

.ivcf-find-chapter-form .error {
  color: #af1e2d;
}

.ivcf-find-chapter-form #edit-buttons input[type=radio] {
	display: none;
}


.ivcf-find-chapter-form #edit-buttons label {
  padding: 9px 16px 9px 16px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Avenir', sans-serif;
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-bottom: 0.625rem;
  color: #fff;
  background-color: #006880;
  border-color: #006880;
  min-width: 128px;
}

.ivcf-find-chapter-form #edit-buttons label:hover {
  color: #fff;
  background-color: #47c0bb;
  border-color: #47c0bb;
}

.ivcf-find-chapter-form #edit-radius .form-item-radius {
  display: inline-block;
  margin-right: 10px;
}

.ivcf-find-chapter-form .fieldset-legend {
  color: #333;
  font-size: 18px;
  line-height: 1.2em;
}

.ivcf-find-chapter-form .filter-box {
  background-color: #F2F2F2;
  padding: 5px 3px 15px 15px;
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.5;
}

.ivcf-find-chapter-form .filter-box #filter-mobile {
  display: none;
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 0;
  font-weight: 700;
  font-size: 24px;
  color: #333;
}

.ivcf-find-chapter-form .filter-box h4 {
  margin-top: 1.3em;
  color: #333;
  font-size: 24px;
}

.ivcf-find-chapter-form #chapter-results h2.results {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 28px;
  padding-bottom: 9px;
  color: #333;
  border-bottom: 1px solid #F2F2F2;
  font-family: 'Avenir', sans-serif;
}

.ivcf-find-chapter-form #chapter-results .chapter-item {
  margin: 24px 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F2F2F2;
  line-height: 1.5;
  color: #333;
  font-family: 'Avenir', sans-serif;
}

.ivcf-find-chapter-form #chapter-results .chapter-item h5 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #808080;
  text-transform: uppercase;
  font-family: 'KapraNeuePro', sans-serif;
}

.ivcf-find-chapter-form #chapter-results .chapter-item h3 {
  margin-top: 8px;
  margin-bottom: 2px;
  padding: 0;
  font-weight: 700;
  font-size: 24px;
  color: #333;
  line-height: 28.8px;
}

.ivcf-find-chapter-form #chapter-results .chapter-item p {
  margin-top: 4px;
  margin-bottom: 16px;
  padding: 0;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.ivcf-find-chapter-form #chapter-results .chapter-item .fix-left .primary-ministry {
  margin-left: 46px;
  margin-top: 30px;
}

.ivcf-find-chapter-form #chapter-results .chapter-item .fix-left h6 {
  font-weight: 700;
  text-transform: none;
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 19px;
}

.ivcf-find-chapter-form #chapter-results .chapter-item .fix-left ul {
  padding-left: 24px;
  margin-top: 0px;
}

.ivcf-find-chapter-form #chapter-results .chapter-item .fix-left ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}

.ivcf-find-chapter-form #chapter-results .chapter-item .chapter-buttons .large {
  padding: 9px 16px 9px 16px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Avenir', sans-serif;
  margin-right: 20px;
  min-width: 94px;
}

.ivcf-find-chapter-form #chapter-results .btn-outline-text-gray {
  width: 100%;
}

.ivcf-find-chapter-form .chapters-bottom-block {
  margin: 25px 0;
}

.ivcf-find-chapter-form .chapters-bottom-block h2 {
  color: #333;
  font-family: 'Avenir', sans-serif;
}

.ivcf-find-chapter-form .chapters-bottom-block a {
  color: rgb(0, 148, 201);
  text-decoration: none;
}

.ivcf-find-chapter-form .chapters-bottom-block .btn {
  color: #fff;
}

.ivcf-find-chapter-form .filter-box .ajax-progress-throbber {
  display: none;
}

.ivcf-find-chapter-form select,
.ivcf-find-chapter-form input[type="text"]{
  width: 100%;
}

.d-none {
  display: none;
}

/* Mobile CSS */
@media (max-width:767px){
  .ivcf-find-chapter-form .filter-box{
    margin-top: 0px;
  }

  .ivcf-find-chapter-form .filter-box #filter-mobile{
    display:block;
  }

  .ivcf-find-chapter-form .filter-box #filters{
    display:none;
  }
  
  .ivcf-find-chapter-form #chapter-results .chapter-item .fix-left .primary-ministry {
    margin: 0;
  }
  
}

@media (max-width:577px){
  .ivcf-find-chapter-form #edit-buttons .form-item-buttons {
    display: block;
    margin-right: 0;
  }
  
  .ivcf-find-chapter-form #edit-buttons .form-item-buttons label {
    min-width: 100%;
  }
}