/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.releaselist .sixcolgrid h3 {
	font-family: Georgia, serif;
	font-weight: 500;
	line-height: 1.4em;
	margin: 5px 0 10px;
	padding: 5px 5px 5px 0;
	color: #0074a2;
}

h2, .h2 {
	padding-top: 10px;
}

.search-results article h3 {
	font-size: 1.2em;
}

p {
	color: #555555;
	line-height: 1.6875em;
	font-size: 1.1em;
	-moz-hyphens: unset;
}

.feature-excerpt p {
	line-height: 1.35em;
}

.feature-mini h3 {
	font-size: 1.2em;
}

.feature-mini h2 {
	font-size: 1.2em;
}

.releasedate {
	color: #666;
	font-size: 1em;
}

.article-header h1 {
	padding: 0 .4em 0 0;
	text-align: left;
	font-family: Georgia, serif;
	font-size: 30px;
}

.entry-content p {
	color: #555;
	font-size: 1em;
	line-height: 1.6875em;
}

h2 {
	font-family: Georgia, serif;
}

.threecol {
	white-space: normal;
	word-break: normal;
}

section {
	color: #555;
	display: block;
	font-size: 1.15em;
	font-weight: 500;
	line-height: 1.4em;
	margin: 3px 0 10px;
}

.search-results article {
	border-bottom: 1px solid #ccc;
	padding-left: 10px;
	margin-bottom: 10px;
}

.search-results .article-header {
	margin-top: 10px;
}

.byline {
	color: #666;
}

.feature-mini p {
	margin: 5px 0 10px;
}

div.left-2column {
	float: left;
	width: 47%;
	display: inline;
	clear: both;
	margin-bottom: 20px;
}

div.right-2column {
	float: left;
	width: 49%;
	display: inline;
	border-left: 1px solid #dddddd;
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.numberedlist {
	margin: 0 0 20px 60px;
}

.squarelist {
	list-style-type: square;
	margin: 0 0 20px 60px;
}

.squarelist ul li {
	list-style-type: disc;
	margin: 0 0 0 30px;
}

.entry-content ul {
	font-size: .9em;
	line-height: 1.15em;
}

div.left-3column {
	float: left;
	width: 31%;
	display: inline;
	clear: both;
	margin-bottom: 20px;
}

div.center-3column {
	float: left;
	width: 31%;
	display: inline;
	border-left: 1px solid #ddd;
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

div.right-3column {
	float: left;
	width: 31%;
	display: inline;
	border-left: 1px solid #ddd;
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.story-caption {
	background-color: #eee;
	border: 2px solid #ccc;
	display: block;
	float: right;
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 500;
	line-height: 20px;
	margin: 10px 20px;
	padding: 10px;
	width: 60%;
}

.a2a_kit #ata-list {
	padding-left: 0;
	list-style: none;
	margin: 0;
}

.a2a_kit #ata-list li {
	display: inline-block;
	padding-right: 1px;
	margin: 0 0 10px;
	list-style: none;
}

.social-icons .fa {
	font-size: 1.4em;
}

.social-icons .fa {
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #FFF;
}

.social-icons.icon-circle .fa {
	border-radius: 50%;
}

.social-icons.icon-rounded .fa {
	border-radius: 5px;
}

.social-icons.icon-flat .fa {
	border-radius: 0;
}

.social-icons .fa-envelope {
	background-color: #CCCCCC;
}

.social-icons .fa-reddit {
	background-color: #ff8b60;
}

.social-icons .fa-facebook {
	background-color: #3C599F;
}

.social-icons .fa-google-plus {
	background-color: #CF3D2E;
}

.social-icons .fa-linkedin {
	background-color: #0085AE;
}

.social-icons .fa-twitter {
	background-color: #32CCFE;
}

.social-icons .fa-plus {
	background-color: #0166ff;
}