/*
Theme Name: Georgia Prospers
Theme URI: http://www.georgiaprospers.org

Version: 1.0
Description: Original responsive design for Georgia Prospers.

Author: Olive Digital
Author URI: http://www.olive.digital

*************************************************************************************/

html {
    -webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	transition: color 0.25s ease, background-color 0.25s ease, opacity 0.25s, box-shadow .5s;
	-webkit-transition: color 0.25s ease, background-color 0.25s ease, opacity 0.25s, box-shadow .5s;
} 

body {
	padding: 0;
	max-width: 2000px;
	margin: 0 auto -1px;
	font-family: "Gotham SSm A", "Gotham SSm B", "Gotham";
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	font-size: 1em;
	color: #666;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
}

b, strong { font-weight: 700 }

hr {
	width: 100%;
	height: 1px;
	background-color: #b6c4b8;
	border: 0;
	margin: 2em 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=submit] {
	font-family: "Gotham SSm A", "Gotham SSm B", "Gotham";
	font-style: normal;
	font-weight: 300;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.clear { clear: both }

.show { display: none !important }


/** ASSETS **/

.button {
	display: block;
	width: intrinsic;
	width: -moz-max-content;
	width: -webkit-max-content;
	padding: 1em 1.2em;
	font-size: .8em;
	margin-top: 1.25em;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	background-color: #6d8972;
	line-height: 1;
	text-decoration: none;
}

.button:hover { background-color: #e77050 }

.center {
	margin-left: auto;
	margin-right: auto;
}

.orange { background-color: #e77050 }
.orange:hover { background-color: #6d8972 }


/** HEADER & FOOTER **/

header {
	width: 100%;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(240,243,241,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(35%, rgba(255,255,255,1)), color-stop(100%, rgba(240,243,241,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(240,243,241,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(240,243,241,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(240,243,241,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(240,243,241,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f3f1', GradientType=0 );
	padding: 1.5em;
}

footer {
	width: 100%;
	background-color: #6d8972;
	padding: 1.5em;
	text-align: center;
}

footer .center {
	color: #fff;
	font-size: .8em;
	display: block;
	overflow: auto;
	margin: 1em auto 0;
	clear: both;
}

footer .center b {
	font-size: 1em; 
	display: block;
	margin: .75em auto 0;
}

footer .center span {
	display: block;
	margin: .75em auto 0;
}

header b,
footer b {
	text-transform: uppercase;
	color: #e77050;
	display: block;
	line-height: 1;
	margin-bottom: .75em;
	font-size: .8em
}

footer b { color: #fff }

header .left,
footer .left {
	float: left;
	width: 33%;
	text-align: left;
}

header .left a,
footer .left a {
	display: block;
	margin: .25em .75em 0 .25em;
	float: left;
}

footer .center a {
	color: #fff;
}

header .left img,
footer .left img {
	display: block;
	height: 1.28em;
}

header .left img:hover,
footer .left img:hover { opacity: .6 }

header .right,
footer .right {
	float: right;
	width: 33%;
	text-align: right;
}

header .right form,
footer .right form {
	float: right;
	overflow: auto;
	font-size: .8em;
}

header .right input,
footer .right input {
	height: 2em;
	width: 10em;
	padding: 0 .25em .25em;
    background: transparent;
	border: none;
	color: #6d8972;
	font-size: 1em;
	float: left;
	border-bottom: 1px solid #b6c4b8;
	display: block;
	margin: 0;
	transition: width 0.5s ease, opacity 0.25s ease;
	-webkit-transition: width 0.5s ease, opacity 0.25s ease;
}
footer .right input {
	border-bottom: 1px solid #fff;
	color: #fff;
}

header .right input:first-child:focus,
footer .right input:first-child:focus {
	width: 14em;
	outline: none
}

header .right input[type=submit],
footer .right input[type=submit] {
	background-color: #6d8972;
	height: 1.5em;
	width: 1.5em;
	margin: .25em 0 0 .5em;
	background-image: url('/images/submit.png');
	background-size: cover;
	background-position: center center;
	border-bottom: 0;
}

footer .right input[type=submit] {
	background-color: #fff;
	background-image: url('/images/submit_green.png');
}

header .right input[type=submit]:hover,header .right input[type=submit]:focus,
footer .right input[type=submit]:hover,header .right input[type=submit]:focus { opacity: .6 }

header .right input::-webkit-input-placeholder { color: #6d8972 }
header .right input:-moz-placeholder { color: #6d8972 }
header .right input::-moz-placeholder { color: #6d8972 }
header .right input:-ms-input-placeholder { color: #6d8972 }

footer .right input::-webkit-input-placeholder { color: #fff }
footer .right input:-moz-placeholder { color: #fff }
footer .right input::-moz-placeholder { color: #fff }
footer .right input:-ms-input-placeholder { color: #fff }

header .logo,
footer .logo {
	display: block;
	margin: 0 auto;
	width: 10em;
}

/** NAVIGATION **/

.nav_mobile { display: none }

.buffer { display: none }

nav.desktop {
	background-color: #6d8972;
	overflow: auto;
}

nav.desktop ul.center {
	margin: 0 auto;
	display: block;
	margin: 0 auto;
	width: intrinsic;
	width: -moz-max-content;
	width: -webkit-max-content;
	padding: 0;
}

nav.desktop ul.center li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

nav.desktop ul.center li a {
	display: block;
	font-size: .8em;
	padding: 1.5em;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	text-shadow: 1px 1px 0 #6d8972;
	z-index: 5;
}

nav.desktop ul.center li ul.drop {
	display: block;
	position: absolute;
	overflow: auto;
	float: left;
	width: intrinsic;
	width: -moz-max-content;
	width: -webkit-max-content;
	padding: 0;
	margin: 0;
	background-color: #8aa18e;
	display: block;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 1em #6d8972;
	z-index: 4;
}

nav.desktop ul.center li:hover ul.drop {
	opacity: 1;
	visibility: visible;
}

nav.desktop ul.drop li {
	display: block;
	float: none;
}

nav.desktop ul.drop li a { text-transform: none; font-weight: 300 }


nav.desktop ul.center li:hover a,nav.desktop ul.center li:focus a { background-color: #8aa18e }
nav.desktop ul.center li a:active { background-color: #e77050 }
nav.desktop ul.center li a:active ul li a { background-color: inherit }


nav.desktop ul.drop li:hover a,nav.desktop ul.drop li:focus a { background-color: #a1b4a5 }
nav.desktop ul.drop li:active a { background-color: #e77050 }

/** SLIDER **/

section.slider {
	width: 100%;
	background-color: #aebeb1;
	overflow: auto;
}

section.slider div.slider {
	width: 100%;
	max-width: 1300px;
	height: auto;
	margin: 0 auto;
	display: block;
	box-shadow: 0 0 10em #6d7872;
}

section.slider .easingsliderpro-arrows.easingsliderpro-prev,section.slider .easingsliderpro-arrows.easingsliderpro-next {
    top: -moz-calc(50% - 20px) !important;
    top: -webkit-calc(50% - 20px) !important;
    top: calc(50% - 20px) !important;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.easingsliderpro-next.inside { right: 0 !important }
.easingsliderpro-prev.inside { left: 0 !important }

.easingsliderpro-arrows.easingsliderpro-prev {
    background-image: url('/images/slideshow_arrow_prev.png') !important;
    background-position: top right;
}

.easingsliderpro-arrows.easingsliderpro-next {
    background-image: url('/images/slideshow_arrow_next.png') !important;
    background-position: top right;
}


/** HOME PAGE **/

section.intro .container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 2.5em;
	overflow: auto;
	background-image: url('/images/peach.svg');
    background-size: -moz-calc(30% - 1.5em);
    background-size: -webkit-calc(30% - 1.5em);
    background-size: calc(30% - 1.5em);
	background-position: right 4.5em;
	background-repeat: no-repeat;
}

section.intro .left {
	float: left;
	width: 70%;
	border-left: 1px solid #e77050;
	padding: 1em 0 1em 1.5em;
	line-height: 1.4;
}

section.intro .left b {
	display: block;
	text-transform: uppercase;
	color: #6d8972;
	line-height: 1.2;
	font-size: 1.8em;
}

section.intro .left p { margin: 1em 0 0 0 }

section.intro .left p i {
	color: #e77050;
}

section.open {
	display: none;
	padding: 3em;
	color: #fff;
	min-height: 1px;
	text-align: center;
	background: transparent;
	box-shadow: inset 0 0 10em #e77050
}

section.open span {
	text-shadow: 0 0 5em #e77050;
	font-size: 1.8em;
	display: block;
	text-transform: uppercase;
}

section.open b {
	display: block;
	margin: 0 auto;
}

section.open .button {
	margin: 0 auto;
	box-shadow: 0 0 5em #e77050;
}

section.open div {
	border-top: 1px solid rgba(255,255,255,.5);
	border-bottom: 1px solid rgba(255,255,255,.5);
	max-width: 1000px;
	margin: 1.5em auto;
	padding: 1.5em;
	line-height: 1.4;
}

section.facts {
	background-color: #e9edea;
	padding: 3em 1.5em;
	box-shadow: inset 0 0 10em #dae1dc
}

section.facts b {
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
	font-size: 1.8em;
	color: #e87251;
	text-align: center;
}

section.facts ul {
	display: table;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 2.5em 0;
	overflow: auto;
}

section.facts ul li {
	display: table-cell;
	width: 33%;
	text-align: center;
	padding: 0 1.5em;
	border-right: 1px solid #b6c4b8;
}

section.facts ul li:last-child { border-right: none }

section.facts ul li span:nth-child(1) { display: block }

section.facts ul li span:nth-child(1) img {
	display: block;
	max-width: 50%;
	margin: 0 auto;
}

section.facts ul li span:nth-child(2) {
	display: block;
	font-size: 1.2em;
	margin: 1em auto .25em;
	font-weight: 700;
	line-height: 1.4;
	color: #eb704a;
	text-transform: uppercase;
}

section.facts ul li span:nth-child(3) {
	display: block;
	line-height: 1.4;
	margin: 0 auto;
	color: #6d8972;
}

section.facts small { color: #f18d72 }

section.facts .button { margin: 0 auto }

section.news {
	display: none;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 1.5em 0;
}

section.news a {
	text-decoration: none;
	color: inherit;
}

section.news a.button { color: #fff }

section.news ul {
	display: table;
	width: 100%;
	padding: 1.5em 0;
	margin: 0;
}

section.news li {
	display: table-cell;
	width: 33% !important;
	padding: 0 1.5em;
	border-right: 1px solid #b6c4b8;
}

section.news ul li ul li a { display: block }
section.news ul li ul li a:hover { opacity: .6 }

section.news li:last-child { border-right: none }

section.news li.twitter {
	background-image: url('/images/twitter.png');
	background-position: right bottom;
	background-size: 50%;
	background-repeat: no-repeat;
	transition: background ease .5s;
	-webkit-transition: background ease .5s;
}

section.news li.twitter a:not(.button) { display: inline-block; color: #eb704a }

section.news li.twitter p { margin: 0; line-height: 1.4 }

section.news li.twitter *:not(.button) { width: auto !important; height: auto !important }

section.news li.twitter:hover {
	background-size: 55%;
}

section.news b {
	display: block;
	text-transform: uppercase;
	color: #6d8972;
	font-size: 1.2em;
}

section.news ul li ul {
	padding: 0;
	margin: -.5em 0;
	display: block;
}

section.news ul li ul li {
	display: block;
	width: 100% !important;
	padding: 1.5em 0;
	border-right: none;
	border-bottom: 1px solid #b6c4b8;		
}

section.news ul li ul li:last-child { border-bottom: none }

section.news .news_thumb {
	padding-top: 50%;
	width: 100%;
	background-size: cover;
	background-position: center center;
	border: 1px solid #b6c4b8;
	margin-bottom: 1.5em;
}

section.news .news_title {
	display: block;
	line-height: 1.4
}

section.news .news_date {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: .8em;
	color: #e77050;
	margin-top: .5em;
}

/** BODY **/

.page {
	max-width: 1300px;
	width: 100%;
	overflow: auto;
	margin: 0 auto;
	padding: 1.5em;
}

.main_column {
    width: -moz-calc(70% - 1.5em);
    width: -webkit-calc(70% - 1.5em);
    width: calc(70% - 1.5em);
	padding-right: 1.5em;
	border-right: 1px solid #b6c4b8;
}

.main_column .text ul li { padding: .5em 0 }

.side_column {
	display: none;
	float: right;
	width: 30%;
	margin-bottom: 1.5em;
}

.side_column .title {
	display: block;
	background-color: #e77050;
	padding: .8em;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
	font-size: .8em;
	margin-top: 2em
}

.side_column .title:first-child { margin-top: 0 }

.side_column .twitter p { line-height: 1.4; text-align: center }
.side_column .twitter p a { color: #e97252 }
.side_column .twitter p a:hover { color: #f18d72 }
.side_column .twitter p a:active { color: #6d8972 }

.side_column section.slider div.slider {
	width: 150%;
	margin: 0 -25%;
}

.side_column .easingsliderpro-next.inside { right: 16.66% !important }
.side_column .easingsliderpro-prev.inside { left: 16.66% !important }

.easingsliderpro-arrows.easingsliderpro-prev,.easingsliderpro-arrows.easingsliderpro-next {
    top: -moz-calc(50% - 15px) !important;
    top: -webkit-calc(50% - 15px) !important;
    top: calc(50% - 15px) !important;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}

.text { line-height: 1.4; margin-top: 1em; display: block }

.text a { color: #e97252; text-decoration: none }
.text a:hover { color: #f18d72 }
.text a:active { color: #6d8972 }

.text b { font-weight: 700 }

.share {
	display: block;
	font-size: 1em;
	padding-bottom: .5em;
	color: #e97252
}

.title {
	display: block;
	font-size: 1.2em;
	font-weight: 700;
	color: #e77050;
	
}

.title_sub {
	display: block;
	font-size: 1.2em;
	font-weight: 700;
	color: #6d8972;
	margin-top: 1em
}

.date {
	display: block;
	font-size: .8em;
	font-weight: 700;
	margin-top: 1.5em;
	text-transform: uppercase;
	color: #6d8972
}

.text h1,
.text h2,
.text h3,
.text h4,
#bsdwrap h1,
#bsdwrap h2,
#bsdwrap h3,
#bsdwrap h4 {
	display: block;
	font-size: 1.2em;
	font-weight: 700;
	color: #e77050;
	line-height: 1.4;
	margin: 1em 0 .5em;
}

.text h2,#bsdwrap h2 { color: #6d8972 }
.text h3,#bsdwrap h3 { font-size: 1em; margin: 1.2em 0 .6em }
.text h4,#bsdwrap h4 { font-size: 1em; color: #6d8972; margin: 1.2em 0 .6em }

/** Images, Aligns, and Captions **/

.text div { max-width: 100% !important }

.text img {
	margin: 0 auto;
	display: block;
	padding: 1em 0;
	max-width: 80%;
	height: auto;
}

.text .wp-caption-text {
	display: block;
	max-width: 80%;
	height: auto;
	text-align: center;
	color: #ca0613;
	font-style: italic;
	font-size: .8em;
	padding-bottom: 1em;
	margin: 0 auto 1em;
	line-height: 150%;
}

.text img.alignnone {
	margin: 0px auto;
	display: block;
}

.text .alignleft,
.text img.alignleft {
	display: inline;
	float: left;
}

.text img.alignleft {
	margin-right: 20px;
}

.text .alignright,
.text img.alignright {
	display: inline;
	float: right;
}
.text img.alignright {
	margin-left: 20px;
}

.text .aligncenter,
.text img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.text img.alignleft,
.text img.alignright {
	max-width: 40%;
	margin-bottom: 15px;
}

.text .attachment img {
	display: block;
	margin: 0 auto;
}

.text blockquote {
	width: 90%;
	padding: 1.25em;
	margin: 1.75em auto;
	border-top: 1px solid #b6c4b8;
	border-bottom: 1px solid #b6c4b8;
	display: block;
	overflow: visible;
	color: #6d8972;
	font-size: 1.2em;
	font-style: italic;
	text-align: center;
}

.text blockquote p {
	margin: 0;
	text-align: center !important
}

.text blockquote b,.text blockquote strong {
	text-transform: uppercase;
	margin-top: 1em;
	font-size: .8em;
	color: #e57055;
	display: block;	
	font-weight: 700;
	font-style: normal;
}

/** JOIN THE COALITION **/

.pledge_list {
	padding: 1.5em 0;
	margin: 1em 0 0 0;
	display: table;
	border-spacing: .15em;
	border-collapse: separate;
}

.pledge_list li {
	display: table-cell;
	width: 33.33%;
	font-size: .8em;
	padding: 0 1.5em;
	border-right: 1px solid #decea5;
}

.pledge_list li:last-child { border-right: none }

.pledge_list li b {
	display: block;
	color: #06294d;
	text-transform: uppercase;
	font-family: 'BlockGothicRR-BoldCond';
	letter-spacing: .03em;
	font-size: 1.5em;
	font-weight: 100;
}

.pledge_list_support {
	margin: 1em 0 0 0;
	padding: 0;
	display: block;
}

.pledge_list_support li {
	display: table;
	padding-bottom: 1.5em;
}

.pledge_list_support li:last-child { padding-bottom: 0 }

.pledge_list_support li div { display: table-cell; width: 10%; vertical-align: top }
.pledge_list_support li div:last-child { width: 90%; padding-left: 1.5em }

.pledge_list_support img {
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
}

.pledge_list_support b {
	font-family: 'BlockGothicRR-BoldCond';
	letter-spacing: .03em;
	color: #06294d;
	text-transform: uppercase;
	font-weight: 100;
	display: block;
	font-size: 1.25em;
	border-bottom: 1px solid #decea5;
	width: intrinsic;
	width: -moz-max-content;
	width: -webkit-max-content;
	margin-bottom: .25em;
}

.pledgesignup {
	background-color: #e9edea;
	padding: 2em;
	border: 0;
	font-size: .8em;
}

.pledgesignup label {
	font-weight: 700;
	color: #6d8972;
	display: block;
	margin-top: .75em;
	margin-bottom: .25em;
}

.pledgesignup input[type=text],
.pledgesignup input[type=email],
.pledgesignup input[type=tel] {
	width: 100%;
	background-color: #fff;
	font-size: 1em !important;
	padding: .4em;
	border: 1px solid #b6c4b8;
	color: #666;
	font-weight: 100;
	line-height: normal;
	display: block;
	margin-top: .35em;
}

.pledgesignup .required { color: #e77050 }

.pledgesignup input[type=checkbox] {
	float: left;
	width: 7%;
	display: block;
	margin-top: 1em !important;
	overflow: auto;
    clear: left;
}

.pledgesignup label.checklabel {
	font-family: inherit;
	color: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	display: block;
	float: left;
	width: 85%;
	font-weight: 300;
	line-height: 1.2;
	margin-top: .5em !important;
	clear: right;
}

.pledgesignup input[type=submit] {
	font-size: 1em;
	font-weight: 100;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	white-space: nowrap;
	padding: 1em 1.2em;
	display: block;
	width: intrinsic;
	width: -moz-max-content;
	width: -webkit-max-content;
	background-color: #e77050;
	margin: 1em auto 0;
	border: 0;
	cursor: pointer;
	cursor: hand;
	clear: both;
	line-height: 1;
}

.pledgesignup input[type=submit]:hover { background-color: #6d8972 }

.pledgesignup center {
	display: block;
	margin: 1em 0 2em;
	line-height: 1.2;
	font-size: 1.2em;
}

.logos_big,.logos_small { text-align: center; background-color: #fff; }

.logos_big .logo_image {
	width: 14.5%;
	margin: 2.5% 2.5%;
	padding-top: 8%;
	display: inline-block;
}

.logos_small .logo_image {
	width: 10%;
	margin: 2% 3%;
	padding-top: 8%;
	display: inline-block;
}

.logo_image {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.columns {
	border-top: 1px solid #b6c4b8;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    font-size: .8em;
    line-height: 1.25em;
    margin: 1.5em 0 1.5em;
    padding: 2em 0;
}
.columns ul {
	margin: 0;
	padding: 0;
	display: block;
}
	
.columns ul li {
	display: block;
	break-inside: avoid-column;
	padding: 0;
	margin: 0 0 .25em 0;
	-webkit-column-break-inside: avoid;
	color: #e77050;
}

.columns ul li:nth-child(2n) {
	color: #6d8972
}

.coalition_title {
	text-align: center;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #e77050;
	margin-bottom: .5em
}

.coalition_title b {
	display: block;
	color: #6d8972;
	font-weight: 300;
}

/** NEWS CATEGORY **/

.news_tabs_container {
	width: 100%;
	margin: 1em 0 0;
	border-bottom: 1px solid #6d8972;
}

ul.news_tabs {
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

ul.news_tabs li {
	font-size: .8em;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	padding: 1em 1.25em;
	line-height: 1;
	display: block;
	width: intrinsic;
	width: -moz-max-content;
	width: -webkit-max-content;
	float: left;
	margin-right: .25em;
	background-color: #a1bba6;
	margin-top: 1em;
	cursor: pointer;
	cursor: hand;
}

.tab_active {
	background-color: #6d8972 !important;
	color: #ffffff !important;
}

#press { display: none }
#clips { display: none }

.main_column .news_feed {
	padding: 0;
	margin: 0;
}

.main_column .news_feed li {
	display: block;
	padding: 1.25em 0;
	border-bottom: 1px solid #b6c4b8;
	overflow: auto;
}

.main_column .news_feed li a { display: block; opacity: 1 }
.main_column .news_feed li:hover a { display: block; opacity: .6 }

.main_column .news_feed li:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.main_column .news_feed li a { text-decoration: none; color: inherit }

.main_column .news_feed li:hover a { color: #555 }

.main_column .news_feed .title {
	display: block;
	font-family: inherit;
	color: inherit;
	font-weight: 300;
	font-size: 1em;
	letter-spacing: normal;
}

.main_column .news_feed .date {
	text-transform: uppercase;
	margin-top: .5em;
	font-size: .8em;
	color: #e77050;
	display: block;
}

.main_column .news_image {
	width: 25%;
	float: left;
	padding-top: 12.5%;
	margin-bottom: 0;
	margin-right: 1.5em;
	background-size: cover;
	background-color: #b6c4b8;
	background-position: center center
}