#eb .eb-post-thumb .eb-post-image img {
  border-radius: 20px;
}

#eb .eb-post-nickel .eb-post-top {
  border-bottom: 2px solid #2d7850;
  }


#eb .eb-post-nickel {
  background: #fff;
  border: 2px solid #2d7850;
  border-radius: 20px;
 }


#eb .reset-heading {
  font-family: 'Solway', sans-serif;
  color: #19aae2;
  font-size: 44px;
  font-weight: 400;
}


#eb .eb-post-title {
  font-size: 24px;
  margin: 0 0 0px;
}


#eb .form-control {
  height: 46px;
  border: 2px solid #2d7850;
}


#eb .input-group-btn > .btn {
  height: 46px;
}


#eb .btn-default {
  color: #fff !important;
  background-color: #2d7850 !important;
  border-color: #2d7850 !important;
  text-transform: uppercase;
}


#eb .btn-default:hover {
  color: #fff !important;
  background-color: #389563 !important;
  border-color: #389563 !important;
  text-transform: uppercase;
}


#eb .btn-default:active {
  color: #fff !important;
  background-color: #2d7850 !important;
  border-color: #2d7850 !important;
  text-transform: uppercase;
}

#eb .eb-post-nickel .eb-post-foot {
  border-top: 2px solid #2d7850;
  border-radius: 0 0 20px 20px;
  padding: 15px;
}


#eb .eb-mod-thumb .eb-mod-image-cover {
  border: none;
  border-radius: 20px;
}


#eb h3, #eb h4 {
  color: #19aae2 !important;
}


#eb hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 3px solid #19aae2;
}