/* Views Styling */

.view-id-newsroom .views-row, .view-id-floor_resources .views-row {
	border-bottom: solid 1px #dedede;
	padding: 20px;
}
.view-id-newsroom .views-row:first-child, .view-id-floor_resources .views-row:first-child, .view-id-newsroom .views-row:first-child, .view-id-floor_resources .views-row:first-child {
    padding-top:0;
}
.view-id-newsroom .views-field.views-field-field-summary, .view-id-newsroom .field-name-body, .view-id-floor_resources .views-field.views-field-field-summary, .view-id-floor_resources .field-name-body div[style] {
	font-size: 16px;
	font-family: 'Din', sans-serif !important;
	line-height: 23px;
	color: #333;
	margin-bottom: 4px;
}
.carousel-caption {
  text-align: left;
}
.view-id-newsroom .views-field-title, .view-id-newsroom h3 a {
	font-family: 'Din Exp', sans-serif;
}
.view-id-newsroom h3, .view-id-newsroom h3 {
	margin: 0 0 10px 35px;
}

.views-row:hover {
	background: #FFF3D3;
}
.views-row:hover a, .views-row:hover .field-content {
	/*color: #900;*/
}
.views-row {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.views-bootstrap-grid-plugin-style {
}
.views-bootstrap-grid-plugin-style .col {
	display: flex;
	flex-direction: column;
	position: relative
}
.views-bootstrap-grid-plugin-style .col>a {
	padding: 12px 0;
}

.view-tweets.view-id-tweets {
    padding: 0;
}
.view-sample-tweet-feed .field-content, .view-tweet-feed .field-content {
	font-size: 17px;
}

#tweets blockquote {
  border: 5px solid #5e9cd2;
}
/*#tweets .views-bootstrap-grid-plugin-style .col {*/
/*  flex-direction: row;*/
/*}*/
/*#tweets .views-field views-field-profile-image-url {*/
/*  width: 25%;*/
/*}*/

.view-node-taxonomy-browser.view-display-id-default .views-bootstrap-grid-plugin-style .row {
    padding-top: 20px;
    padding-bottom: 20px;
}

.view-issues-taxonomy .thumbnail {
    border: 0;
    padding: 0;
}

.view-display-id-featured_block {
    padding: 1.5em 1.5em 0;
}
.view-display-id-lede .field-name-field-hero-image img {
    -webkit-filter: saturate(120%);
    filter: saturate(120%);
}

.view .field-type-text-with-summary strong {
    font-weight: normal;
}
