.read-more {
	white-space: nowrap;
}
article ul.meta,
.sidebar ul.meta {
	padding: 0;
	list-style: none;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0 0 12px;
}
article ul.meta li,
.sidebar ul.meta li {
	display: inline;
}
article ul.meta li + li:before,
.sidebar ul.meta li + li:before {
	content: "| ";
}
.sidebar ul.meta {
	margin: 0;
}
.sidebar {
	width: 30%;
}
.take-action-menu li {
	display: block;
	margin: 0 0 25px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	list-style: none;
}
span.press-menu-title,
.take-action-menu li a {
	background: url(../images/bg-button.png) no-repeat -16px -1px;
	background-color: #016eae;
	color: #ffffff;
	display: block;
	overflow: hidden;
	text-align: center;
	padding: 8px 10px;
	font: 400 22px/26px 'Roboto Condensed', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
ul.press-menu {
	margin-bottom: 25px;
}
ul.press-menu li {
	list-style: none;
	font: 400 18px/24px 'Roboto Condensed', Arial, Helvetica, sans-serif;
}
span.press-menu-title {
	margin-bottom: 8px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.take-action-menu li:nth-child(even) a {
	background-position: 113% -1px;
}
.take-action-menu li a:hover {
	-webkit-transition: all 700ms;
	transition: all 700ms;
	background-color: #005d8c;
	text-decoration: none;
}
.visual-container img {
	height: auto;
}
.widget-sco-facts .facts-box {
	margin: 0 0 24px;
	width: 195px;
	height: 217px;
	padding: 60px 10px 10px 80px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	background: url('../images/img-19.jpg') no-repeat;
	background-size: 100%;
	color: #231f20;
	font: 400 22px/26px 'Roboto Condensed', Arial, Helvetica, sans-serif;
}

.widget-easy-twitter-feed-widget-kamn .widget-title {
	margin-bottom: 4px;
}

.content .highlight-entry-title,
.archive .content .entry-title {
	color: #708e19;
	margin: 25px 0 10px;
}
.content .highlight-entry-title a,
.archive .content .entry-title a {
	color: #708e19;
}
.archive .page-title {
	color: #016eae;
}
.highlights-section-title {
	color: #fff;
	background: #016eae;
	padding: 8px 10px;
	margin-top: 35px;
}

.wp-pagenavi {
	margin-top: 15px;
}
#main .stButton .sharethis:before {
	content: '';
	clear: both;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	margin: 0 7px 0 0;
	background: url(../images/sprite.png) no-repeat -40px 0;
}
#main .stButton .sharethis {
	background: none;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #016eae;
	font-size: 15px;
}
#main .stButton .chicklets {
	padding-left: 13px;
}
#main .stButton .chicklets.sharethis {
	padding-left: 0;
}

.publications article {
	margin-bottom: 20px;
}
.publications .publication-title {
	margin-bottom: 10px;
}
.publications .cover,
.publications .description {
	display: inline-block;
	vertical-align: middle;
	max-width: 65%;
}
.publications .cover {
	margin-right: 2%;
	max-width: 29%;
}
.publications .cover {
	height: auto;
	max-width: 100%;
}

.gallery-section .thumbnail-holder {
	position: relative;
}
.gallery-section .description {
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #016eae;
	transition: opacity 0.5s ease-in;
}
.gallery-section .description:hover {
	opacity: 1;
	filter: alpha(opacity=1);
}
.gallery-section .description .holder {
	display: table;
	width: 100%;
	height: 100%;
}
.gallery-section .description .frame {
	display: table-cell;
	vertical-align: middle;
	padding: 14px 15px;
	font-weight: bold;
	color: #fff;
	font: 300 17px/22px 'Roboto Condensed', Arial, Helvetica, sans-serif;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.sidebar {
		margin: 0;
		width: 100%;
		max-width: 100%;
	}
}

