

.views-exposed-form .views-exposed-widget {
	float: left;
	padding: 0 1em 0 0;
}

.views-exposed-form .views-exposed-widget .form-submit {
	position: relative;
}

div.views-exposed-widget.views-submit-button,
div.views-exposed-widget.views-reset-button {
	margin-top: 5px;
}

.views-exposed-form .form-item, .views-exposed-form .form-submit {
	margin-top: 0;
	margin-bottom: 0;
}

select.form-select {
	background-color: white;
}

.views-exposed-widgets {
	width: 630px;
	margin-bottom: .9em;
	padding: 0.75em;
	border: 5px solid #D6D6D6;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(183,183,183,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(183,183,183,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(183,183,183,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(183,183,183,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(183,183,183,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(183,183,183,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */
}

.views-exposed-form label {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1.3em;
	font-weight: normal;
	font: "Quattrocento Sans", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #838585;
}

.ui-state-default:hover {
	background: #80ceed; /* Old browsers */
	background: -moz-linear-gradient(top, #80ceed 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80ceed), color-stop(40%,#53cbf1), color-stop(100%,#05abe0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #80ceed 0%,#53cbf1 40%,#05abe0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #80ceed 0%,#53cbf1 40%,#05abe0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #80ceed 0%,#53cbf1 40%,#05abe0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #80ceed 0%,#53cbf1 40%,#05abe0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ceed', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
	color: #FEFEFE;
}

.context-media_landing_context div.block-twitter-pull {
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
}

.context-media_landing_context div.block-mailchimp-lists {
	width: 37%;
	height: 30%;
	display: inline-block;
	vertical-align: top;
	padding: 5px;
}

.main-menu li.expanded {
	z-index: 2;
}

.block--latest-arpa-e-news {
	padding: 0px 10px 5px 10px;
	margin-bottom: 5px;
}

.node-type-arpa-e-publications .field-name-field-author-first, .node-type-arpa-e-publications .field-name-field-author-first div, .node-type-arpa-e-publications .field-name-field-author-last, .node-type-arpa-e-publications .field-name-field-author-last div {
	display: inline;
	margin-right: 2px;
}

.node-type-arpa-e-publications .field-name-body {
	padding: 0px;
	display: block;
	margin-top: 20px;
	text-align: justify;
	text-justify: none;
}

.node-type-arpa-e-publications .field.field-name-field-publication-authors div.field-label {
	margin-bottom: 0px;
}

/** VIEW: ARTICLES AND PUBLICATIONS **/

.vc-aap-addthis {
	position: relative;
	top: 19px;
	width: 100px;
}

.view--articles-publications h4.views-field-title {
	margin-bottom: 5px;
}

.view--articles-publications div.views-field-field-publication-date {
	margin-bottom: 15px;
}

.view--articles-publications div.views-field-view-node.read-more {
	margin-bottom: 0;
}

.view--articles-publications div.field-name-field-author-first,
.view--articles-publications div.field-name-field-author-last,
.view--articles-publications div.entity-field-collection-item.field-collection-item-field-publication-authors
{
	display: inline-block;
	width: auto;
}

.view--articles-publications div.field-name-field-author-first
{
	margin-right: 3px;
}

.view--articles-publications .views-field-field-publication-authors div.field-content
{
	line-height: 100%;
	font-size: 1.2em;
	font-weight: bold;
}

.view--articles-publications div.views-field-field-publication-authors
{
	margin-bottom: 5px;
}

/** END VIEW **/

/** CONTENT VIEWS FFFFFUUUUU **/

.node-type-arpa-e-events div.field-type-image {
	float: left;
	margin-right: 30px;
}

.node-type-news-item div.field-name-field-news-item-date {
	margin-bottom: 15px;
}

/** END CONTENT VIEW ALTERATIONS **/

/* table style column align */
.views-align-left {
	text-align: left;
}
.views-align-right {
	text-align: right;
}
.views-align-center {
	text-align: center;
}

/* Remove the border on tbody that system puts in */
.views-view-grid tbody {
	border-top: none;
}

.view .progress-disabled {
	float: none;
}

