	
body.full-width {
	background: #f6f6f6;
}

header::after {
	content: "";
	width: 100%;
	/*background-image: linear-gradient(#f4f4f4, #ffffff);*/
	bottom: -1000px;
	height: 1000px;
	background-image: linear-gradient(#e4e4e4, #f6f6f6);
	display: block;
	position: absolute;
	z-index: -1;
}

#back-to-dept-desktop,
#back-to-dept-mobile {
    color: #ffffff;
    display: inline-block;
    font-family:"Akkurat Pro Bold","Arial Black",sans-serif;
    margin-top: 0.15rem;
    font-size: 0.85rem;
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
}

#back-to-dept-desktop:before,
#back-to-dept-mobile:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 9px solid #005295;
    border-bottom: 13px solid transparent;
    position: absolute;
    z-index: 1;
    left: -9px;
    top: 0;
    -moz-transform: scale(0.9999);
}

#back-to-dept-desktop,
#back-to-dept-mobile {
    background: #005295;
    padding: 0 10px;
    text-transform: uppercase;
    line-height: 28px !important;
    margin-left: 0.65rem;
/*     margin-top: 3px; */
    position: absolute;
    bottom: 32px;
    left: 40px;
    height: 27px;
}

#back-to-dept-480 {
	display: none;
    width: 17px;
    height: 17px;
    border-top: 3px solid #005295;
    border-right: 3px solid #005295;
    transform: rotate(-135deg);
    position: absolute;
    bottom: 37px;
}

#back-to-dept-desktop:hover,
#back-to-dept-480:hover,
#back-to-dept-mobile:hover {
    text-decoration: none;
}

#back-to-dept-desktop:after,
#back-to-dept-mobile:after {
    display:none;
}

#back-to-dept-mobile {
	display: none;
}

@media screen and (max-width: 960px) {
	
	#back-to-dept-desktop {
		left: 30px;
	}
	
}

@media screen and (max-width:768px) {
	
	#back-to-dept-desktop {
		display: none;
	}
	
	#back-to-dept-mobile {
		display: block;
		left: 15px;
	}
	
}

@media screen and (max-width:480px) {
	
	#back-to-dept-480 {
		display: block;
	}
	
	#back-to-dept-mobile {
		display: none;
	}

}

@media screen and (max-width:370px) {
	
	#back-to-dept-mobile {
		display: block;
	}
	
	#back-to-dept-480 {
		display: none;
	}
}

#container-alternate {
 	background-color: transparent; 
 	box-shadow: none;
}

main.content {
	padding-bottom: 40px;
	border: 1px solid #d8d6d6;
	border-top: none;
	
}

.title-container {
  	background-color: #fff;
	text-align: center;
	padding: 25px 40px 30px;
	border-bottom: 5px solid #4e2a84;
	position:relative;
}

.title-container .title {
	color: #4e2a84;
	text-transform: uppercase;
	font-family: "Poppins Bold", "Arial Black", sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	margin: 0;
	position: relative;
    top: 4px;
}

/* Safari 7.1+ */

_::-webkit-full-page-media, _:future, :root .title-container .title {
    letter-spacing: -2px;
    top: 6px;
}

.title-container  .news-link {
    position: absolute;
    left: 40px;
    bottom: 35px;
}

.title-container .news-link > span {
    color: #9b9b9b;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.title-container #news-search {
	position: absolute;
	right: 40px;
	bottom: 30px;
}

.title-container .news-link:before {
	content: "";
	color: #4e2a84;
	background-image: url("../images/structure/share-icons/see-all-news.svg");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	margin-right: 11px;
	display: inline-block;
	vertical-align: middle;
}

#news-search .search-form form {
    margin: 0;
}

#news-search .search-form input {
    width: 245px;
    height: 30px;
    padding: 0 .3em 0 0;
    float: left;
    font: 18px "Akkurat Pro Regular",Arial,sans-serif;
    background: none;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #9b9b9b;    
    -webkit-appearance: none;
    box-sizing: border-box;
}


#news-search .search-form input::-webkit-input-placeholder {
    color: #9b9b9b;
}

#news-search .search-form input::-moz-placeholder {
    color: #9b9b9b;
}

#news-search .search-form input:-moz-placeholder {
    color: #9b9b9b;
}

#news-search .search-form input:-ms-input-placeholder {
    color: #9b9b9b;
}

#news-search .search-form input::after {
    content: "";
    display: table;
    clear: both;
}

#news-search .search-form button, 
.navsearch + button,
#news-search .search-link {
    cursor: pointer;
    height: 30px;
    width: 20px;
    background: url("../images/structure/share-icons/news-search-icon.svg") no-repeat center;
    background-size: 20px 20px;
    background-position: 0 5px;
    border: none;
    -webkit-appearance: none;
    padding-right: 0;
    padding-left: 0;
}

#news-search .search-link {
		display: none;
	}
	
#news-search .search-form button {
	float: left;
	border-bottom: 1px solid #9b9b9b;
}


#news-search .search-form input:focus, .navsearch:focus {
  	outline: 0
}

@media screen and (max-width: 980px) {
	
	#news-search .search-form input {
    	width: 210px;
    }
    
}

@media screen and (max-width: 960px) {
	
	.title-container {
		padding: 25px 20px 30px ;
	}
	
	.title-container #news-search {
		right: 30px
	}
	
	.title-container .news-link {
		left: 30px;
	}
	
	.news-link span,
	#news-search .search-form {
		display: none;
	} 
	
	#news-search .search-link {
		display: block;
	}
	
}

@media screen and (max-width: 480px) {
	
	.title-container {
		padding: 25px 15px 30px ;
	}
	
	.title-container #news-search {
		right: 15px;
	}
	
	.title-container .news-link {
		left: 15px;
	}
	
	#container-alternate {
		margin-left: 0;
		margin-right: 0;
	}
	
}

@media screen and (max-width: 370px) {
	
	.title-container {
		padding-bottom: 60px;
		position: relative;
	}
	
	.title-container .news-link,
	#news-search .search-link,
	#back-to-dept-mobile {
		float: none;
	    position: absolute;
	}
	
	#news-search .search-link {
	    right: 20px;
	    bottom: 15px;
	}
	
	.title-container #news-search {
		position:unset;
	}
	
	.title-container .news-link,
	#back-to-dept-mobile  {
	    left: 20px;
	    bottom: 20px;
	}
	
}

.leading-no-media .header {
	padding-top: 90px;
}

.leading-no-media span.tag {
	font-family: 'Poppins Bold', "Arial Black", sans-serif;
	color: #4e2a84;
	text-transform: uppercase;
	text-shadow: none;
	border: 1px solid #4e2a84;
	padding: 8px 8px 5px;
	margin: 0 auto 40px;
	display: inline-block;
}

.leading-no-media h1 {
	text-transform: none;
	font-family: 'Akkurat Pro Bold', "Arial Black", sans-serif;
	font-size: 40px;
	line-height:48px;
	max-width: 80%;
	margin: 0 auto;
}

.leading-no-media .subtitle {
	color: #716c6b;
	font: 28px "Akkurat Pro Regular", Arial, sans-serif;;
	line-height: 1.2;
	padding: 20px 20px 0;
}

.leading-no-media .header:after {
	content: "";
	display: block;
	max-width: 835px;
	margin-top: 30px;
	height: 7px;
    background: url("../images/structure/share-icons/gray-stitch.svg");
}

.leading-media.cta .hero {
  	position: relative;
}

.leading-media.cta h1 {
	text-transform: none;
	font-family: "Poppins Bold", "Arial Black", sans-serif;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.65);
	font-size: 54px;
	color: #fff;
	line-height: 62px;
	margin: 0 0 20px 0;
}

.leading-media.cta .subtitle {
	font-size: 26px;
	margin-bottom: 0;
	text-transform: none;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.65);
	font-family: 'Akkurat Pro Regular', Arial, sans-serif;
	line-height: 34px;
}

.background.no_gradient::after {
    display: none;
}

#hero-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

#hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#hero-play {
	display: block;
	margin: 0 auto;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.4)); 
}

.leading-media.cta span.tag {
	color: #fff;
	font-family: 'Poppins Bold', "Arial Black", sans-serif;
	text-transform: uppercase;
	text-shadow: none;
	background-color: #4e2a84;
	padding: 8px 12px 5px; 
	margin: 40px;
	display: inline-block;
}

.leading-media .hero span.tag {
	background-color: #fff;
	color: #000;
	box-shadow: 1px 1px 2px rgb(0 0 0 / 65%);
}

.leading-media.cta .cta-content {
	position: absolute;
	width: 100%;
	padding: 0 21%;
	bottom: 50px;
	top: auto;
	transform: none;
	z-index: 1;
}

.leading-media .caption {
	margin: 0 20px;
	text-shadow: none;
	padding: 14px 0px 12px !important;
}

.leading-media .caption .contain {
	max-width: 1120px;
	margin: 0 auto;
}

.article_info-box {
	color: #4e2a84;
	margin-top: 40px;
    margin-bottom: 70px;
	min-height: 33px;
}

.article_info-box .date,
.article_info-box .author {
    font-size: 18px;
}

.article_info-box .date + .author:before {
	content: " // ";
	display: inline-block;
	padding: 0 6px;
	letter-spacing: 2px;
}

.article_info-box .addthis {
  	float: right;
}

.article_info-box .addthis .addthis_toolbox {
	max-width: 250px;
    display: flex;
	align-items: center;
}

.article_info-box .addthis a {
	width: 29px !important;
	margin-left: 15px;
	margin-bottom: 0;
}

main .article_info-box .addthis a:after {
    display:none;
}

.article_info-box .addthis a[download] {
    margin-right: 0;
}

.article_info-box .addthis a:first-child {
	margin-left: 10px;
}

.article_info-box .addthis .addthis_button_print {
  padding-left: 15px;
  border-left: 1px solid #bbb8b8;
  box-sizing: content-box;
}

@media screen and (max-width: 1400px) {
	
	.leading-media.cta h1 {
	  	font-size: 48px;
	  	line-height: 56px;
	}
	
	.leading-media.cta .subtitle {
	  	font-size: 21px;
	  	line-height: 31px;
	}
	
	.leading-media.cta .cta-content {
    	padding: 0 15%;
	}
}

@media screen and (max-width: 960px) {
	.leading-media.cta span.tag {
		margin: 30px;
	}
	
	.leading-media.cta .subtitle {
	  	font-size: 21px;
	  	line-height: 31px;
	}
	
	.leading-media.cta .caption {
	    max-width: 835px;
	    margin: 0 auto;
	}
	
	
	.leading-media.cta .cta-content {
		padding: 0 20px;
	}
	
	.leading-media.cta .background.center img {
		max-height: 570px;
	}
	
	.leading-media.video .background.center img {
		max-height: 740px;
	}
	
	.article_info-box {
		margin-top: 25px;
        margin-bottom: 0;
	}
	
}

@media screen and (max-width: 875px) {
	
	.leading-media.cta .caption {
	  	margin: 0 20px;
	}
}

@media screen and (max-width: 768px) {
	.leading-media.cta .cta-content {
	  bottom: 40px;
	  /* top: 50%;
	  transform: translateY( -50% ); */
	}
	
	.leading-media.cta h1 {
	  	font-size: 42px;
	  	line-height: 48px;
	}
	
	.leading-media.cta .background.center img {
		min-height: 200px;
		max-height: 512px;
	}
	
	.leading-media.cta .background.center img {
		max-height: 758px;
	}
}

@media screen and (max-width: 480px) {
	
	.leading-media.video .cta-content:not(.mobile){
		display: flex;
	    bottom: auto;
	    align-items: center;
	    height: 100%;
    }
    
    .leading-media .background::after {
	    display: none;
    }
	
	.leading-media .cta-content:not(.mobile) span.tag,
	.leading-media .cta-content:not(.mobile) h1,
	.leading-media .cta-content:not(.mobile) .subtitle {
		display:none;
	}
	
	.leading-media .cta-content.mobile {
	  	display:block !important;
	  	text-shadow: none;
	}
	
	.leading-media.cta h1,
	.leading-no-media h1 {
	  	font-size: 36px;
	  	line-height: 42px
	}
	
	.leading-media.cta h1,
	.leading-media.cta .subtitle {
	    text-shadow: none;
	}
	
	.leading-no-media .header {
	    padding-top: 80px;
	}
	
	.leading-no-media h1 {
	    max-width: 90%
	}
	
	.leading-media.cta h2.subtitle,
	.leading-no-media h2.subtitle {
	  font-size: 18px;
	  line-height: 26px;
	}
	
	.leading-media.cta .background.center img {
		max-height: 270px;
	}
	
	#hero-play {
		width: 83px;
	}
	
	.leading-media.cta .cta-content.mobile {
		position: relative;
		background-color: #4e2a84;
		padding: 0px 20px 40px;
		bottom: auto;
		margin: 0;
		
	}
	
	.leading-media .cta-content.mobile .tag {
		border: 1px solid #fff;
	}
	
	.article_info-box {
	    text-align: center;
	    margin-bottom: 0;
	}
	
	.article_info-box .addthis  {
	    display: none;
	    float: none;
	}
	
	.article_info-box .addthis .addthis_toolbox {
	    margin: 25px auto 0;
	}
	
}


.quote-callout {
	background-color: #4e2a84;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 400px;
	/* overflow: hidden; */
	display:flex;
}

.quote-callout.purple-slashes {
	background-image: url(//common.northwestern.edu/v8/css/images/slashes-purple-bg.gif);
}

.quote-callout.gray-slashes {
	background-image: url(//common.northwestern.edu/v8/css/images/slashes-grey-bg.gif);
}

.quote-callout.layout_560 .callout-img {
	flex: 0 1 50%;
}

.quote-callout.layout_400 .callout-img {
	flex: 0 1 400px;
}
	
.quote-callout .callout-img img {
	/*IE object-fit images: https://github.com/fregante/object-fit-images*/
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* .quote-callout .callout-img {
max-height: 650px;
} */

.quote-callout .sidebar {
	flex: 1 1 0;
	padding: 80px 40px;
	display: flex;
	align-items: center;
	line-height: 1.4;
}

.quote-callout.purple .textbox .teaser,
.quote-callout.purple .textbox .attribution,
.quote-callout.purple-slashes .textbox .teaser,
.quote-callout.purple-slashes .textbox .attribution {
	color: #b6acd1;
}

.quote-callout .textbox .teaser, 
.quote-callout .textbox .attribution strong {
	font-size: 1.3rem;
	display: block;
}

.quote-callout .textbox .attribution strong {
    line-height: 26px;
}

.quote-callout .textbox .attribution {
	margin-bottom: 0;
}

.quote-callout .textbox .attribution > span strong {
    display: block;
    margin-top: 6px;
    font-size: 1rem;
	line-height: 24px;
}

.quote-callout .textbox .teaser {
	margin-top: 0;
}

.quote-callout .textbox h5 {
	font-size: 24px;
	line-height: 1.3;
	font-family: 'Poppins Bold', "Arial Black", sans-serif;
	color: #fff;
}

.quote-callout.gray-slashes .textbox h5 {
    color: #4e2a84;
}

.quote-callout .textbox .quote:before {
	content: "";
	background-image: url("../images/structure/quote-mark-light-purple.svg");
	background-repeat: no-repeat;
	background-size: 35px 25px;
	display: inline-block;
	width: 35px;
	height: 25px;
	margin-right: 8px;
	position: relative;
	top: 4px;
}

.quote-callout.gray-slashes .textbox .quote:before {
	background-image: url("../images/structure/quote-mark-nu-purple.svg");
}

.quote-callout .textbox .quote:after {
	content: "\201d";
}

.quote-callout.layout_no-image {
	padding: 70px 40px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 485px;
}

.quote-callout.layout_no-image .textbox h5 {
	font-size: 1.75rem;
	margin: 0 0 30px 0;
}

.quote-callout.layout_no-image .textbox .quote:before {
	display: block;
	margin: 0px auto 40px;
	width: 45px;
	height: 32px;
	background-size: contain;
}

@media screen and (max-width: 1200px) {
	
	.quote-callout.layout_560 .callout-img {
		flex: 0 1 65.45%;
	}
	
	.quote-callout.layout_400 .callout-img {
		flex: 0 1 55.61%;
	}
	
	.quote-callout.layout_400 {
		max-width: 980px;
		margin: 0 auto;
	}
	
}

@media screen and (max-width: 1100px) { 

	.quote-callout.contain-1120 {
		flex-direction: column;
/* 		max-height: none; */
		max-width: 840px !important;
		margin: 0 auto;
	}
	
	.quote-callout .callout-img {
		width: 100%;
		max-width: 100%;
		max-height: 540px;
		overflow-y: hidden;
		position: relative;
	}

	.quote-callout .callout-img img {
	    height: auto;
	    width: 100%;
	}
	
	.quote-callout.layout_400 .callout-img img {
		position: relative;
		bottom: 150px
	}
		
	.quote-callout .sidebar {
		width: 100%;
		position: relative;
		padding: 40px;
		flex-basis: auto;
	}

}

@media screen and (max-width: 900px) {
	
	.quote-callout.contain-1120 {
		margin-right: 20px;
		margin-left: 20px;
	}
	
}

@media screen and (max-width: 768px) {

	.quote-callout .sidebar {
		padding: 40px 20px;
	}

}

@media screen and (max-width: 620px) {
	
	.quote-callout.layout_400 .callout-img img {
		bottom: 24vw
	}
	
}

@media screen and (max-width: 480px) {

	.quote-callout.contain-1120 {
		margin-right: 0px;
		margin-left: 0px;
	}
	.quote-callout .callout-img {
		max-height: 424px;
		overflow: hidden;
	}

}

/* TWO-UP PHOTOS */

.two-up {
	display: flex;
	justify-content: space-between;
}

.two-up .feature {
	flex: 0 1 543px;
	font-size: 15.2px;
	line-height: 1.45;
	color: #716c6b;
	margin-bottom: 15px;
}

.two-up .feature:first-child {
	margin-right: 34px;
}

@media screen and (max-width: 600px){

	.two-up {
	    flex-direction: column;
	}
	
	.two-up .feature {
	    flex: 1 1 100%;
	}
	
	.two-up .feature:first-child {
		margin-right: 0;
		margin-bottom: 50px;
	}

}

/* Facts */

.feature-cols.feature-cols-unit2 .feature-copy,
.feature-cols.feature-cols-unit2 .feature-copy p,
.feature-cols.feature-cols-unit5 .feature-copy,
.feature-cols.feature-cols-unit5 .feature-copy p {
    font-size: 16px;
}

.feature-cols-unit2 .header h3,
.feature-cols-unit5 .header h3 {
    font-family: 'Akkurat Pro Bold', "Arial Black", sans-serif;
    font-size: 1.625rem;
	margin-bottom: 20px; 
	line-height: 32px; 
}

.feature-cols-unit2 .feature-box:last-of-type,
.feature-cols-unit5 .feature-box:last-of-type {
    border-right: none;
}
	
@media screen and (min-width: 769px) {
		
	.feature-cols-unit2 .feature-box,
	.feature-cols-unit5 .feature-box {
    	border-right: 1px solid #d8d6d6;
	}
}

/* General Caption Styling */
.feature .title {
	text-transform: uppercase;
	font-family: 'Akkurat Pro Bold', "Arial Black", sans-serif;
}

.feature .credit {
	display: inline;
	font-family: 'Akkurat Pro Regular', Arial, sans-serif;
}

.feature .credit:before {
	content: " | ";
}

.feature img,
.rspnsv-wrap img {
	display: block;
}

/* News WYSIWYG */
.left-sidebar h4 {
    margin-bottom: 1rem;
}

.news-wysiwyg {
    font-size: 1.125rem;
    margin: 70px 0;
}

.news-wysiwyg h3,
.news-wysiwyg h4,
.news-wysiwyg h5  {
	font-family: 'Akkurat Pro Bold', "Arial Black", sans-serif;

}

.news-wysiwyg h3  {
	font-size: 1.625rem;
	margin-bottom: 20px; 
	line-height: 32px; 
}

.news-wysiwyg h4  {
	font-size: 1.5rem;
	color: #342f2e;
}

.news-wysiwyg h5  {
	font-size: 1.3125rem;
}

.news-wysiwyg p {
	font-size: 18px;
}

.news-wysiwyg .contain-835 p:first-child {
	margin-top: 0;
}

.news-wysiwyg p+h3,
.news-wysiwyg p+h4,
.news-wysiwyg p+h5 { 
	margin-top: 35px;
  
}

.news-wysiwyg ul li {
	display: block;
}

#page .news-wysiwyg .caption {
	padding: 14px 0px 12px;
	right: 0;
	position: relative;
	height: auto;
	background: transparent;
	display: block;
}

.fluid-width-video-wrapper + .caption {
    margin-bottom: 20px;
}

.news-wysiwyg .image_floatRight,
.news-wysiwyg .image_floatLeft,
.image_float_right,
.image_float_left,
.news-wysiwyg .p-quote-right-400,
.news-wysiwyg .p-quote-left-400 {
	max-width: 400px;
}

.news-wysiwyg .p-quote-right-265,
.news-wysiwyg .p-quote-left-265 {
	max-width: 265px;
}

.news-wysiwyg .right-sidebar,
.news-wysiwyg .image_floatRight,
.image_float_right,
.news-wysiwyg .p-quote-right-400,
.news-wysiwyg .p-quote-right-265 {
	margin-left: 35px;
	margin-right: -140px;
	margin-bottom: 20px;
	float: right;
}

.news-wysiwyg .left-sidebar,
.news-wysiwyg .image_floatLeft,
.image_float_left,
.news-wysiwyg .p-quote-left-265,
.news-wysiwyg .p-quote-left-400 {
	margin-right: 35px;
	margin-left: -140px;
	margin-bottom: 20px;
	float: left;
}

.news-wysiwyg .right-sidebar,
.news-wysiwyg .left-sidebar {
	width: 265px;
	min-width: 265px;
	max-width: 400px;
	position: relative;
	border-top: 10px solid #4e2a84;
	background: #f8f8f8;
	padding: 25px;
	font-size: 16px;
	line-break: 1.5;
}

.news-wysiwyg .right-sidebar p,
.news-wysiwyg .left-sidebar p {
	font-size: 16px;
}

.news-wysiwyg .right-sidebar ul,
.news-wysiwyg .left-sidebar ol {
	margin-right: 0;
}

.news-wysiwyg .right-sidebar.image,
.news-wysiwyg .left-sidebar.image {
	width: auto;
}

.news-wysiwyg .right-sidebar img,
.news-wysiwyg .left-sidebar img {
	max-width: calc(100% + 50px);
	display: block;
	margin: -25px -25px 25px -25px;
}

.news-wysiwyg .right-sidebar h3,
.news-wysiwyg .left-sidebar h3 {
	font-family: 'Akkurat Pro Regular', Arial, sans-serif;
}

.news-wysiwyg:after {
  content: "";
  clear: both;
  display: table;
}

.news-wysiwyg.gray-background {
	background-color: #e9e9e9;
	box-sizing: content-box;
	padding: 70px 0;
}

.news-wysiwyg.gray-background .right-sidebar,
.news-wysiwyg.gray-background .left-sidebar {
	background-color: #ffffff;
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {

	.news-wysiwyg .right-sidebar,
	.news-wysiwyg .image_floatRight,
	.image_float_right,
	.news-wysiwyg .p-quote-right-400,
	.news-wysiwyg .p-quote-right-265 {
	  	margin-right: calc(-70vw + 700px);
	}
	
	.news-wysiwyg .left-sidebar,
	.news-wysiwyg .image_floatLeft,
	.image_float_left,
	.news-wysiwyg .p-quote-left-400,
	.news-wysiwyg .p-quote-left-265 {
	  	margin-left: calc(-70vw + 700px);
	}

}

@media screen and (max-width: 1000px) {

	.news-wysiwyg .right-sidebar,
	.news-wysiwyg .image_floatRight,
	.image_float_right,
	.news-wysiwyg .p-quote-right-400,
	.news-wysiwyg .p-quote-right-265 {
		margin-right: 0px;
	}
	
	.news-wysiwyg .left-sidebar,
	.news-wysiwyg .image_floatLeft,
	.image_float_left,
	.news-wysiwyg .p-quote-left-400,
	.news-wysiwyg .p-quote-left-265 {
	 	margin-left: 0px;
	}

}

@media screen and (max-width: 840px) {

	.news-wysiwyg .right-sidebar,
	.news-wysiwyg .left-sidebar,
	.news-wysiwyg .image_floatRight,
	.image_float_right,
	.image_float_left,
	.news-wysiwyg .image_floatLeft,
	.news-wysiwyg .p-quote-left-400,
	/* .news-wysiwyg .p-quote-left-265,  */
	/* .news-wysiwyg .p-quote-right-265  */
	.news-wysiwyg .p-quote-right-400 {
	  max-width: 50%;
	}

}

@media screen and (max-width: 640px) {

	.news-wysiwyg .right-sidebar,
	.news-wysiwyg .left-sidebar,
	.news-wysiwyg .image_floatRight,
	.news-wysiwyg .image_floatLeft,
	.image_float_right,
	.image_float_left,
	.news-wysiwyg .p-quote-left-400,
	.news-wysiwyg .p-quote-left-265,
	.news-wysiwyg .p-quote-right-400,
	.news-wysiwyg .p-quote-right-265 {
		float: none;
		display: block;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
		max-width: 100%;
	}
	
	
	.news-wysiwyg .p-quote-left-265,
	.news-wysiwyg .p-quote-right-265 {
		
	} 
	
}

/* PULL QUOTES */

.news-wysiwyg .p-quote-right-400 .quote,
.news-wysiwyg .p-quote-left-400 .quote,
.news-wysiwyg .p-quote-right-265 .quote,
.news-wysiwyg .p-quote-left-265 .quote {
	font-family: 'Akkurat Pro Bold', "Arial Black", sans-serif;
	font-size: 26px;
	line-height: 1.2;
	color: #4e2a84;
}

.news-wysiwyg .p-quote-right-400 .author,
.news-wysiwyg .p-quote-left-400 .author,
.news-wysiwyg .p-quote-right-265 .author,
.news-wysiwyg .p-quote-left-265 .author {
	font-family: 'Akkurat Pro Bold', "Arial Black", sans-serif;
	display: block;
	margin-top: 1rem;
	color: #342f2e;
	/*color: #716c6b;*/
}

.news-wysiwyg .p-quote-right-400 .attribution,
.news-wysiwyg .p-quote-left-400 .attribution,
.news-wysiwyg .p-quote-right-265 .attribution,
.news-wysiwyg .p-quote-left-265 .attribution {
	font-size: 1rem;
	display: block;
	line-height: 1.2;
	color: #342f2e;
}

.news-wysiwyg .p-quote-right-400,
.news-wysiwyg .p-quote-right-265 {
	border-left: 5px solid #d8d6d6;
	padding-left: 20px;
}

.news-wysiwyg .p-quote-left-400,
.news-wysiwyg .p-quote-left-265 {
	text-align: right;
	border-right: 5px solid #d8d6d6;
	padding-right: 20px
}

.news-wysiwyg .p-quote-right-400 .quote:before,
.news-wysiwyg .p-quote-left-400 .quote:before,
.news-wysiwyg .p-quote-right-265 .quote:before,
.news-wysiwyg .p-quote-left-265 .quote:before {
	content: "";
	background-image: url("../images/structure/quote-mark-nu-purple.svg");
	background-repeat: no-repeat;
	background-size: 35px 25px;
	display: inline-block;
	width: 35px;
	height: 25px;
	margin-right: 12px;
	position: relative;
	top: 4px;
}

.news-wysiwyg .p-quote-right-400 .quote:after,
.news-wysiwyg .p-quote-left-400 .quote:after,
.news-wysiwyg .p-quote-right-265 .quote:after,
.news-wysiwyg .p-quote-left-265 .quote:after {
	content: "\201d";
}

@media screen and (max-width: 640px){

	.news-wysiwyg .p-quote-right-400,
	.news-wysiwyg .p-quote-right-265 {
	border-left: none;
	padding-left: 0;
	margin: 30px 0;
	}
	
	.news-wysiwyg .p-quote-left-400,
	.news-wysiwyg .p-quote-left-265 {
	text-align: left;
	border-right: none;
	padding-right: 0;
	margin: 30px 0;
	}

}

/* Q and A */
.news-wysiwyg h3.question {
	margin: 70px 0 0 63px;
	position: relative;
}

.news-wysiwyg h3.question:before {
	content: "Q";
	font-family: 'Poppins Bold', "Arial Black", sans-serif;
	font-size: 55px;
	line-height: 1;
	position: absolute;
	left: -63px;
	top: -5px;
}

.news-wysiwyg p.answer {
	border-left: 5px solid #d8d6d6;
	padding-left: 20px;
	margin-left: 43px;
}

.news-wysiwyg p.answer + * {
	margin-top: 70px;
}

.news-wysiwyg p.answer + .question {
	margin-top: 30px;
}

/* Aside and footer */

aside.content {
	margin-top: 70px;
	border: 1px solid #d8d6d6;
	padding-bottom: 40px;
}

.recent-news.content {
	border-bottom: 10px solid #d8d6d6; 
}

.news-footer {
	display:flex;
	padding: 70px 0;
}

.news-footer h3 {
	font-size: 28px;
	line-height: 34px;
}

.news-footer p {
	font-size: 18px;
	color: #4e2a84;
	margin: 24px 0;
	line-height: 21.5px;
	
}

.news-footer .link-bttn {
	margin: 0;
}

.news-footer .right {
	flex:0 1 50%;
	border-left: 1px solid #bbb8b8;
	padding-left: 80px;
	padding-right: 80px;
	display: flex;
}

.news-footer .right:before {
	content:"";
	display:block;
	background: url("https://www.mccormick.northwestern.edu/magazine/images/cover-photos/spring-2025-cover.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	width: 140px;
	height: 169px;
	margin-top: 4px;
}

.news-footer.mag .right:before {
	width: 107px;
	height: 89px;
	background-image: url("../images/structure/share-icons/news-icon.svg");
}

.news-footer .left {
	flex:0 1 50%;
	padding-left: 80px;
	padding-right: 80px;
	display: flex;
}

.news-footer .left:before {
	content:"";
	display:block;
	background-image: url("../images/structure/share-icons/footer-get-news.svg");
	background-repeat: no-repeat;
	background-size:cover;
	width: 100px;
	height: 69px;
	margin-top: 4px;
}

.news-footer .right:before,
.news-footer .left:before {
	margin-right: 40px;
	flex: 0 0 auto;
}

.news-footer .right > div,
.news-footer .left > div {
	flex: 1 1 auto;
}

@media screen and (max-width: 1000px) {

	.news-footer .left,
	.news-footer .right {
		display: flex;
		flex-direction: column;
		text-align: center;
	    align-items: center;
	    justify-content: flex-start;
	    padding-left: 50px;
	    padding-right: 50px;
	}
	
	.news-footer .left:before,
	.news-footer .right:before,
	.news-footer.mag .right:before { 
		margin-bottom: 30px;
		margin-right:0;
		margin-left: 0;
		height: 170px;
		background-size: contain;
		background-position: bottom;
	}
	
	.news-footer.mag .right:before,
	.news-footer.mag .left:before {
		height: 89px;
		
	}

}

@media screen and (max-width: 760px) {
	
	.news-footer {
		flex-direction: column;
		padding: 0 0 70px;
	}
	
	.news-footer .right {
		border-left: none;
	}
	
	.news-footer .left,
	.news-footer .right {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	
	.news-footer .left:after {
		display: block;
	    width: 200px;
	    border-bottom: 1px solid #bbb8b8;
	    content: '';
	    margin: 40px auto;
	}
	
	.news-footer .left:before,
	.news-footer .right:before {
		margin-top: auto;
	}
	
	.news-footer.mag .left:before {
		height: 170px;
	}
	
}

/* News Features */

.news.unit-2.three .news-box {
	grid-template-columns: 1fr 1fr 1fr;
}

.news.unit-2.two .news-box {
	grid-template-columns: 1fr 1fr;
}

.contain-550 {
	max-width: 550px;
	margin: 0 auto;
}

.news-box .feature-box .feature-content > p.feature-copy {
    line-height: 1.7;
}

.news-box .feature-box .feature-content > p {
    font-size: 16px;
}

@media screen and (max-width: 480px) {
    .news.unit-2.three .news-box,
    .news.unit-2.two .news-box {
        grid-template-columns: 1fr;
    }
} 

/*Subarticle*/

.subarticle:before {
	content: "";
	display: block;
	height: 10px;
	width: 100%;
	background-color: #4e2a84;
}

.subarticle .header .author {
	color: #4e2a84;
	font-size: 18px;
	margin-top: 50px;
}

.subarticle .header .author:before {
	content: "by";
	margin-right: 5px;
}

.subarticle h2 {
    font-family: 'Akkurat Pro Bold', "Arial Black", sans-serif;
    font-size: 40px;
    line-height: 48px;
}

.subarticle.content section:first-child .header,
.subarticle.content .header *:last-child {
    margin-bottom: 0;
}

.subarticle.content section:first-child .header .section-top::after,
.subarticle.content .leading-media + section .header .section-top::after{
    height: 25px;
}


@media screen and (max-width: 480px) {
    .subarticle h2 {
        font-size: 36px;
        line-height: 42px;
    }
}

/* General Styles Start*/

.content p:not(.section-top-headline) {
    font-size: 18px;
}

.content .feature-type p {
    font-size: .75rem;
}

.content p.emphasized-text {
	 font-size: 1.3rem;
	 line-height: 1.7;
	 color: #342f2e;
}

@media screen and (max-width: 1200px) {
	.contain-1120 {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 915px) {
	.contain-835 {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 630px) {
	.contain-550 {
		margin-left: 20px;
		margin-right: 20px;
	}
}