/*General Link hover CSS*/
/*.node__content a {
	text-decoration: underline !important;
}
.node__content a:hover {
	text-decoration: none !important;
}*/

/*.views-field-nothing a {
	text-decoration: underline !important;
	color: #3366CC !important;
}
.views-field-nothing a:hover {
	text-decoration: none !important;
	color: #3366CC !important;
}*/
.view-news-story-photo-gallery .views-field-field-image-caption .caption a {
	text-decoration: underline !important;
}
.view-news-story-photo-gallery .views-field-field-image-caption .caption a:hover {
	text-decoration: none !important;
}
/*End General Link hover CSS*/
/*This is for non-news stories, starting with academics*/
.content .field--name-description a {
	text-decoration: underline !important;
}
.content .field--name-description a:hover {
	text-decoration: none !important;
}
.field--name-field-news-body .sidebar a {
	text-decoration: underline !important;
}
.field--name-field-news-body .sidebar a:hover {
	text-decoration: none !important;
}

/*Neha's Suggestions*/
.paragraph--type--body-text p {
	line-height: 1.75 !important;
}
.field--name-field-story-body .paragraph--type--body-text h3 {
	margin-top: 50px !important;
	margin-bottom: 15px !important;
}
.field--name-field-story-body .field--name-field-text-with-image-text h3 {
	margin-top: 50px !important;
	margin-bottom: 15px !important;
}
.field--name-field-story-body .pull-quote .quote-author {
	margin-top: 15px !important;
}
/*.paragraph--type--body-text {
	padding-bottom: 20px !important;
}*/
.view-news-story-lists h3 {
	font-size: 1.4em !important;
	font-weight: 590 !important;
	line-height: 1.275 !important;
}
.view-news-story-lists p {
	line-height: 1.6 !important;
}
.view-news-story-lists .more-link a{
	text-decoration: none !important;
}
.view-news-story-lists .more-link a:hover {
	text-decoration: none !important;
}
.view-news-story-lists .view-header h2 {
	padding-top: 15px !important;
	padding-bottom: 10px !important;
	font-weight: 550 !important;
}
.view-news-story-lists h3 a {
	text-decoration: none !important;
}
.view-news-story-lists h3 a:hover {
	text-decoration: underline !important;
}
.paragraph--type--body-text .field--name-field-body-text a {
	text-decoration: underline !important;
}
.paragraph--type--body-text .field--name-field-body-text a:hover {
	text-decoration: none !important;
}
.view-media-room-experts a {
	text-decoration: underline !important;
}
.view-media-room-experts a:hover {
	text-decoration: none !important;
}
.view-video-listings .field-content a {
	text-decoration: underline !important;
}
.view-video-listings .field-content a:hover {
	text-decoration: none !important;
}
.caption a {
	text-decoration: underline !important;
}
.caption a:hover {
	text-decoration: none !important;
}