#main-content {
	background-color: #fff;
  padding-bottom: 25px;
}

.main-content-region {
  background: url(../images/leapbg.gif) no-repeat right bottom transparent;
  margin: 0 auto;
	max-width: 920px;
  padding: 0 20px;
}

/**** begin front page styles ****/

/* begin custom main content styles */

.home-content {
  font-size: 0;
}

.home-content .home-image {
  box-sizing: border-box;
  display: inline-block;
  padding-right: 60px;
  vertical-align: top;
  width: 55%;
}

.home-content .home-image img {
  border: solid 1px #a9a9a9;
	box-sizing: border-box;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
  height: auto;
  padding: 5px;
  width: 100%;
}

.home-content .main-content-block {
  background: rgb(236,209,179);
  background: -moz-linear-gradient(top, rgba(236,209,179,1) 0%, rgba(255,242,226,1) 50%, rgba(236,209,179,1) 100%);
  background: -webkit-linear-gradient(top, rgba(236,209,179,1) 0%,rgba(255,242,226,1) 50%,rgba(236,209,179,1) 100%);
  background: linear-gradient(to bottom, rgba(236,209,179,1) 0%,rgba(255,242,226,1) 50%,rgba(236,209,179,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecd1b3', endColorstr='#ecd1b3',GradientType=0 );
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  padding: 20px 15px;
  vertical-align: top;
  width: 45%;
}

.home-content .main-content-block h1 {
  background: rgb(243,149,27);
  background: -moz-linear-gradient(left, rgba(243,149,27,1) 0%, rgba(255,215,166,1) 50%, rgba(243,149,27,1) 100%);
  background: -webkit-linear-gradient(left, rgba(243,149,27,1) 0%,rgba(255,215,166,1) 50%,rgba(243,149,27,1) 100%);
  background: linear-gradient(to right, rgba(243,149,27,1) 0%,rgba(255,215,166,1) 50%,rgba(243,149,27,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3951b', endColorstr='#f3951b',GradientType=1 );
  box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  color: #fff;
  display: inline-block;
  margin-left: -35px;
  padding: 15px 35px 15px 55px;
  position: relative;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.home-content .main-content-block h1::before {
  border-color: transparent #ca710d transparent transparent;
  border-style: solid;
  border-width: 0 20px 20px 0;
  bottom: -20px;
  content: '';
  display: inline-block;
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.home-content .main-content-block h2 {
  color: #000;
  font-size: 18px;
}

.home-content .main-content-block .donate-btn {
  margin: 15px 0 0 0;
  text-align: right;
}

.home-content .main-content-block .donate-btn a {
  background: rgb(247,148,29);
  background: -moz-linear-gradient(top, rgba(247,148,29,1) 0%, rgba(253,202,141,1) 100%);
  background: -webkit-linear-gradient(top, rgba(247,148,29,1) 0%,rgba(253,202,141,1) 100%);
  background: linear-gradient(to bottom, rgba(247,148,29,1) 0%,rgba(253,202,141,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#fdca8d',GradientType=0 );
  border: solid 1px #f7941d;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  color: #fff;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  padding: 10px;
  text-decoration: none;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  width: auto;
}

/* end custom main content styles */

/* begin featured content styles */

.featured-content-row {
  font-size: 0;
  padding-top: 40px;
}

.featured-content-row .featured-image {
  box-sizing: border-box;
  display: inline-block;
  padding-right: 30px;
  vertical-align: top;
  width: 30%;
}

.featured-content-row .featured-image img {
  border: solid 1px #a9a9a9;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
  box-sizing: border-box;
  height: auto;
  padding: 5px;
  width: 100%;
}

.featured-content-row .featured-content-text {
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  width: 70%;
}

.featured-content-row .featured-content-text .headline,
.featured-content-row .featured-content-text .headline a {
  color: #42b5e6;
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 400;
	line-height: 1.3;
	margin: 0 0 15px 0;
  text-decoration: none;
}

/* end featured content styles */

/**** end front page styles ****/

.main-content-region {
  font-size: 0;
}

.feature-image {
  box-sizing: border-box;
  display: inline-block;
  padding-right: 60px;
  vertical-align: top;
  width: 40%;
}

.feature-image img {
  border: solid 1px #a9a9a9;
  box-sizing: border-box;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
  height: auto;
  padding: 5px;
  width: 100%;
}

.main-content-block {
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  width: 60%;
}

/* begin scholarship styles */

.scholarship-content-row {
  padding-top: 20px;
}

.scholarship-content-row .scholarship-image {
  box-sizing: border-box;
  display: inline-block;
  padding-right: 30px;
  vertical-align: middle;
  width: 20%;
}

.scholarship-content-row .scholarship-image img {
  border: solid 1px #a9a9a9;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
  box-sizing: border-box;
  height: auto;
  padding: 5px;
  width: 100%;
}

.scholarship-content-row .scholarship-content-text {
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  width: 80%;
}

.scholarship-content-row .scholarship-content-text h2 a {
	color: #42b5e6;
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 400;
	line-height: 1.3;
	margin: 0 0 15px 0;
  text-decoration: none;
}

.scholarship-content-row .scholarship-content-text h2 a:hover {
	text-decoration: underline;
}


/* end scholarship styles */

/* Tablets - General */

@media (min-width: 768px) and (max-width: 1024px) {
	
	.scholarship-content-row .scholarship-image {
		width: 30%;
	}
	
	.scholarship-content-row .scholarship-content-text {
		width: 70%;
	}
	
	p img {
		height: auto;
		width: 100%;
	}
}

/* Smartphones - General */

@media (max-width: 767px) {
	
	.home-content .home-image {
		display: block;
		padding: 0 0 15px 0;
		width: auto;
	}
	
	.home-content .main-content-block {
		display: block;
		width: auto;
	}
	
	.feature-image {
    display: none;
	}
	
	.main-content-block {
    display: block;
    width: auto;
	}
	
	.featured-content-row .featured-image {
		display: block;
		padding: 0 0 15px 0;
		width: auto;
	}
	
	.featured-content-row .featured-content-text {
		display: block;
		width: auto;
	}
	
	p img {
		height: auto;
		width: 100%;
	}
	
	.scholarship-content-row .scholarship-image {
		display: block;
		padding: 0 0 15px 0;
		width: auto
	}
	
	.scholarship-content-row .scholarship-content-text {
		display: block;
		width: auto;
	}
}