﻿.homepage-featured-article {
  max-width: 80%;
  float: none;
  margin: 3em auto;
}

.vendor-page-content{
 min-height:0px; 
}

.home-login-form .homepage-user-form{
 border:1px solid #61AF35; 
  
}

@media (max-width: 991px) {
  .homepage-featured-article {
    max-width: 100%;
  }
}

.homepage-featured-article header {
  background-image: url(/files/templates/designs/mchutch/images/sprite.png);
  background-repeat: no-repeat;
  padding-left: 100px;
  margin-bottom: 30px;
  background-position: 0 0;
  margin-left: 15px;
}

.homepage-featured-article h2 {
  font-size: 40px;
  font-size: 3em;
  line-height: 46px;
  color: #84682d;
  border-bottom: 1px solid #61af35;
  margin: 0;
  font-weight: 400;
  display: inline-block;
}

@media (max-width: 991px) {
  .homepage-featured-article h2 {
    font-size: 2em;
  }
}

.homepage-featured-article .paragraphText p {
  font-size: 1.4em;
  line-height: 1.4;
  font-weight: 600;
  color: #61AF35;
}

.homepage-articles-list {
  max-width: 80%;
  float: none;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .homepage-articles-list {
    max-width: 100%;
  }
}

.homepage-articles-list article {
  margin-bottom: 3em;
}

.homepage-articles-list a {
  color: #000 !important;
  text-decoration: underline;
}

.homepage-articles-list a:hover {
  color: #61af35;
}

.homepage-articles-list figure.pull-left img, .homepage-articles-list figure.pull-right img {
  margin: 0 auto;
}

.homepage-articles-list h3 {
  padding: 0;
  border-bottom: 1px solid #a1bc31;
  margin: 0 15px 1em;
  color: #61af35;
  font-size: 2.3em;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .homepage-articles-list h3 {
    font-size: 1.8em;
  }
}

.homepage-articles-list p {
  color: #3d3d3d;
  font-size: 1.2em;
  font-weight: 300;
}
.k-callout.k-callout-w {
	display: none;
}