#news_template_1.container-fluid { padding: 0; }

#news_template_1 .story-header { border: none; margin: 0; padding: 20px 0; }

#news_template_1 .indent-width, 
#news_template_1 .entry-content p,
#news_template_1 .entry-content ul, 
#news_template_1 .entry-content ol,
#news_template_1 .entry-content h1,
#news_template_1 .entry-content h2,
#news_template_1 .entry-content h3,
#news_template_1 .wide-quote,
#news_template_1 .video-box { 
	padding-left: 25px; 
	padding-right: 25px; 
	margin-left: auto;
	margin-right: auto; 
}
@media (min-width: 1200px) {
	#news_template_1 .indent-width, 
	#news_template_1 .entry-content p, 
	#news_template_1 .entry-content ul, 
	#news_template_1 .entry-content ol,
	#news_template_1 .entry-content h1,
	#news_template_1 .entry-content h2,
	#news_template_1 .entry-content h3,
	#news_template_1 .wide-quote, 
	#news_template_1 .soundcloud,
	#news_template_1 .wide-image-attribution,
	#news_template_1 .video-box { 
		width: 1170px; 
	}	
}
@media (min-width: 992px) and (max-width: 1200px) {
	#news_template_1 .indent-width, 
	#news_template_1 .entry-content p,
	#news_template_1 .entry-content ul, 
	#news_template_1 .entry-content ol,
	#news_template_1 .entry-content h1,
	#news_template_1 .entry-content h2,
	#news_template_1 .entry-content h3,
	#news_template_1 .wide-quote, 
	#news_template_1 .soundcloud,
	#news_template_1 .wide-image-attribution,
	#news_template_1 .video-box { 
		width: 970px; 
	}	
}
@media (min-width: 768px) and (max-width: 992px) {
	#news_template_1 .indent-width, 
	#news_template_1 .entry-content p, 
	#news_template_1 .entry-content ul, 
	#news_template_1 .entry-content ol,
	#news_template_1 .entry-content h1,
	#news_template_1 .entry-content h2,
	#news_template_1 .entry-content h3,
	#news_template_1 .wide-quote, 
	#news_template_1 .soundcloud,
	#news_template_1 .wide-image-attribution,
	#news_template_1 .video-box { 
		width: 750px; 
	}	
}

#news_template_1 .larger-title .entry-title { font-size: 42px; }

#news_template_1 .entry-content ul, 
#news_template_1 .entry-content ol { padding-left: 75px; }
@media (max-width: 600px) {
	#news_template_1 .entry-content ul, 
	#news_template_1 .entry-content ol { padding-left: 50px; }
}

/******************************************/
/************Contributors byline**********/
/*****************************************/
.story-header-meta span.byline-two {
    margin-left: -2px;
}


/*****************************************/
/************Larger First Line****************/
/*****************************************/
p.larger-byline {
font-family: "freight-micro-pro", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
    font-size: 32px !important;
    line-height: 45px !important;
    font-weight: 300;
	color: rgb(85, 85, 85);
	margin-bottom: 30px;
}



/**************************************/
/************Wide Quote****************/
/**************************************/

#news_template_1 .wide-quote { 
	color: #003262;
	margin-bottom: 25px;
}

#news_template_1 .wide-quote .text {
	display: inline;
	float: left;
	font-size: 2em;
    line-height: 1.5em;
    font-style: italic;
    font-weight: 400;
}

#news_template_1 .wide-quote .openq {
	display: inline;
	float: left;
	font-size: 10em;
    line-height: 1em;
	margin-top: -15px;
	text-align: right;
}

#news_template_1 .wide-quote .source {
 	font-weight: bold;
    font-style: initial;
    margin-left: 25px;

}

#news_template_1 .wide-quote.short .text {
	font-size: 3em;
}

#news_template_1 .wide-quote.short .source {
	display: block;
	margin-left: 0;
}

@media (max-width: 768px) {
	#news_template_1 .wide-quote .text, #news_template_1 .wide-quote.short .text {
		font-size: 1.5em;
	}
	#news_template_1 .wide-quote .openq {
		font-size: 4em;
	}
}


/**************************************/
/************Small Images**************/
/**************************************/

#news_template_1 .wp-caption.alignleft {
	padding-left: 25px; 
	padding-right: 50px; 
	margin-right: auto; 
}

#news_template_1 .wp-caption.alignright {
	padding-left: 50px; 
	padding-right: 25px; 
	margin-left: auto;
}

#news_template_1 .wp-caption.aligncenter {
	width: 100% !important;
}

#news_template_1 .wp-caption.aligncenter a img {
	width: 100%;
}

@media (max-width: 768px) {
	#news_template_1 .wp-caption.alignright, #news_template_1 .wp-caption.alignleft {
		padding: none;
		margin: auto auto;
		width: 100% !important;
	}
}

#news_template_1 .wp-caption p { width: 100%; }


/**************************************/
/*************Wide Image***************/
/**************************************/
#news_template_1 .wide-image {
	position: relative;
	width: 100%;
	min-height: 700px;	
	background-position: top center; /*top right;*/
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-weight: 100;
	background-attachment: fixed;
	text-align: center;
}
@media (max-width: 992px) {
	#news_template_1 .wide-image { min-height: 500px; }
}
@media (max-width: 768px) {
	#news_template_1 .wide-image { 
		min-height: 400px; 
		background-size: auto 100%;
	}
}
@media (max-width: 500px) {
	#news_template_1 .wide-image { 
		min-height: 300px; 
		background-attachment: initial;
	}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	#news_template_1 .wide-image { 
		background-attachment: initial;
	}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
	#news_template_1 .wide-image { 
		background-attachment: initial;
	}
}

#news_template_1 .wide-image-attribution {
	text-align: left;
	color: #003262;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	line-height: 22px;
	padding-left: 25px;
    padding-right: 25px;
	margin: 10px auto 25px auto;
}

#news_template_1 .wide-image > img { width: 100%; }

/*****************************************/
/************Header Image****************/
/*****************************************/
.wide-image {
	overflow: hidden;
}
.wide-image.sixteen-by-nine { height: calc((100vw/(16/9)) * .8); min-height: inherit !important; }
.wide-image.four-by-three { height: calc((100vw/(4/3)) * .8); min-height: inherit !important; }
.wide-image.three-by-two { height: calc((100vw/(3/2)) * .8); min-height: inherit !important; }

.credit {
	position: absolute;
    bottom: 0;
	z-index: 9998;
    font-size: 11px;
    padding: 0px 5px;
    display: inline;
    font-style: italic;
    color: #fff;
    text-decoration: none;
    background-color: rgba(102, 102, 102, 0.6);
	left: 0;
}


#news_template_1 .entry-content iframe { margin: 25px 0; }


#news_template_1 .video-box { text-align: center; }

#news_template_1 .video-box .embed-responsive iframe { margin: auto; }

#news_template_1 .video-box .caption {
    margin-top: -30px;
    text-align: left;	
}

#news_template_1 .video-box > .embed-responsive + .caption { margin-top: 0; padding-left: 0}

@media (max-width: 768px) {
	#news_template_1 .entry-content .video-box iframe { max-height: 50vh; }
}

/**************************************/
/*************Soundcloud from post snippet (will have link below it)***************/
/**************************************/
#news_template_1 .soundcloud {
	padding-left: 25px;
	padding-right: 25px;
	margin: auto auto 25px auto;
}

#news_template_1 .soundcloud iframe { margin-bottom: 0; }

#news_template_1 .soundcloud .soundcloud-container {
	background-color: #eee;
    padding: 0 10px 10px 10px;
    border-radius: 5px;
}

#news_template_1 .soundcloud a.soundcloud-caption { 
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
}






#news_template_1 .social .sharedaddy .sd-social-icon .sd-content ul li[class*="share-"] a.sd-button { 
	background-color: rgba(0,0,0,0); 
	color: #003262 !important;
}

#news_template_1 .entry-content .sharedaddy { display: none; }

/*****************************************/
/************Nobel Page****************/
/*****************************************/



.overlay {
	text-align: left;
}

.nobel.caption {
    display: table;
    height: 320px;
    padding: 0;
    padding-bottom: 30px;
    margin-left: 0px;
    max-width: 75%;
    text-decoration: none !important;
}

.nobel.caption .caption-inner {
	display: table-cell;
    vertical-align: bottom;
    min-height: 160px;
}

.nobel.caption h2 {
    background-color: rgba(0, 50, 98, 1);
    box-shadow: 14px 0 0 0 rgba(0, 50, 98, 1), -14px 0 0 0 rgba(0, 50, 98, 1);
    text-decoration: none;
}

.nobel.caption .caption-inner h2 {
    margin-bottom: 2px;
    display: inline;
    position: relative;
    left: 14px;
    color: #fff;
    text-decoration: none;
}

.nobel.caption p {
	background-color: rgba(0, 50, 98, 1);
    box-shadow: 14px 0 0 0 rgba(0, 50, 98, 1), -14px 0 0 0 rgba(0, 50, 98, 1);
    color: #fff;
	display: inline;
	position: relative;
	left: 14px;
	padding: 8px 0;
	line-height: 45px;
}

@media (min-width: 768px){
	#news_template_1 .wide-image.nobel-banner {
		background-size: cover !important;
		
	}
	.nobel.caption{
		width: 50%;
    	min-height: 450px;
	}

	.nobel.caption .caption-inner {
		display: table-cell;
	    vertical-align: middle;
	    height: 410px;
	}

	.nobel.caption h2 {
		font-size: 44px;
    	line-height: 65px;
	}

	.nobel.caption p {
		display: inline;
		position: relative;
		left: 14px;
		padding: 8px 0;
		line-height: 45px;
	}
}
@media (max-width: 767px){
	.wide-image.sixteen-by-nine{
		min-height: 300px !important;
	}

	.nobel.caption h2{
		font-size: 28px;
    	line-height: 42px;
	}
}

@media (min-width: 992px){
	.nobel.caption{
		padding: 0;
	}

	.nobel.caption p {
		line-height: 45px;
		font-size: 18px;
	}
}

@media (min-width: 1200px){
	.nobel.caption h2 {
		font-size: 54px;
    	line-height: 78px;
	}
}
