:root {
	--macnews-font-sansserif: "DIN Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
	--macnews-font-serif: NewslabLight,georgia,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
	--macnews-medium-width: 1200px;
	--macnews-narrow-width: 800px;
	--macnews-wide-width: 1400px;
	--macnews-box-shadow-color: #000;
	--macnews-box-shadow-color-light: rgba(0,0,0,.2);
	--macnews-headline-color: #01426a; /* Darker blue */
	--macnews-lighter-color: #5b6770;
	--macnews-highlight-1-color: #d44420; /* Orange */
	--macnews-highlight-2-color: #72c5e7; /* Light Blue */
	--macnews-highlight-2-color-pale: #e3f2fa; /* Very Pale Blue */
	--macnews-side-margin: 1.125rem;
	--macnews-thumbnail-radius: 5px;
}

/* Resets to container - no sidebar */
#main>.container {
	overflow-x: hidden;
}

.macnews-container {
	font-family: var(--macnews-font-sansserif);
}

.macnews-container>.layout-interior__components {
	flex: 0 0 100%;
	max-width: 100%;
}

.macnews-container .base-cta-primary {
	border-radius: 5px;
}

/* Single-post layout */
#primary.single-post .entry-content {
	margin: auto;
	max-width: var(--macnews-narrow-width);
	width: 100%;
}

/* Top navigation */
#macalester-news-nav {
	background: #fff;
	background-size: contain;
	box-shadow: 0px 0px 20px var(--macnews-box-shadow-color-light);
	margin-top: 72px;
	padding: 23px 15px 15px 15px;
	position: relative;
	z-index: 5;
	width: 100%;
}

#macalester-news-nav .inner {
	justify-content: space-between;
	margin: auto;
	max-width: var(--macnews-medium-width);
}

#macalester-news-nav .inner .navigation-items>ul {
	font-weight: bolder;
	font-size: 1.1rem;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	text-transform: uppercase;
}

#macalester-news-nav .inner .navigation-items>ul li {
	margin: 0;
}

#macalester-news-nav .inner .navigation-items>ul li.home {
	font-size: 1.3rem;
	font-weight: bolder;
	margin-right: 4rem;
	margin-bottom: 0.7rem;
}

#macalester-news-nav .inner .navigation-items>ul li a {
	align-items: center;
	display: flex;
	gap: 7px;
	font-family: var(--macnews-font-sansserif);
	text-decoration: none;
	line-height: 1.3rem;
}

#macalester-news-nav .inner .navigation-items>ul li.active a {
	margin-left: calc(-0.8rem + -7px);
}

#macalester-news-nav .inner .navigation-items>ul li.active a::before {
  content: "";
  display: inline-block;
  width: .8rem;
  height: .8rem;
  background-color: var(--macnews-highlight-2-color);
  flex-shrink: 0;
}

#macalester-news-nav .inner .navigation-items>ul li.home a {
	border-bottom: 5px solid var(--macnews-highlight-1-color);
	font-family: var(--macnews-font-serif);
}

#macalester-news-nav .inner .social-media-items  {
	display: none;
	text-align: right;
}

#macalester-news-nav .inner .social-media-items ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#macalester-news-nav .inner .social-media-items ul>li {
	display: inline-block;
	padding-left: 10px;
}

#macalester-news-nav .inner .social-media-items ul>li img {
	height: auto;
	max-width: 25px;
}

/* SMALL DESKTOP: Top Navigation */
@media screen and (min-width: 60em) and (max-width: 1400px) {
	#macalester-news-nav .inner .social-media-items  {
		margin-right: 150px;
	}
}

/* DESKTOP: Top navigation */
@media screen and (min-width: 40em) {
	#macalester-news-nav {
		margin-top: 100px;
	}
	
	#macalester-news-nav .inner .navigation-items>ul li {
		margin: 0 0 0.7rem 0;
	}
	
	#macalester-news-nav .inner .social-media-items  {
		display: block;
	}
}

@media screen and (min-width: 60em) {
	#macalester-news-nav {
		background-image: url('../images/hash-bg.svg');
		background-repeat: no-repeat;
		background-position: center right;
	
	}
	
	#macalester-news-nav .inner {
		display: flex;
		justify-content: space-between;
	}
	
	#macalester-news-nav .inner .navigation-items>ul {
		display: flex;
	}
	
	#macalester-news-nav .inner .navigation-items>ul li {
		margin: 0 2rem 0 0;
	}
	
	#macalester-news-nav .inner .navigation-items>ul li.active a {
		margin-left: 0;
	}
	
	#macalester-news-nav .inner .navigation-items>ul li.active a::before {
	  width: 1.3rem;
	  height: 1.3rem;
	}
}

#macalester-today-issue-header {
	background: var(--macnews-highlight-1-color);
	color: #fff;
	padding: 20px;
}

#macalester-today-issue-header a {
	color: #fff;
}

#macalester-today-issue-header .inner {
	margin: auto;
	max-width: var(--macnews-medium-width);
}

/* SINGLE POSTS */

/* Entry content */
.entry-content {
	margin: auto;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	color: var(--macnews-headline-color);
	font-weight: 200;
}

.entry-content .inner {
	padding: 0 var(--macnews-side-margin);
}
	

/* Entry header on post */
.entry-header {
	margin-bottom: 50px;
}

.entry-header #entry-header-cat-date, .home-featured-stories .entry-header-cat-date, #home-news-feed-stories .entry-header-cat-date {
	display: flex;
	font-family: var(--macnews-font-sansserif);
	justify-content: space-between;
}

.entry-header #entry-header-cat-date.mac-today {
	display: block;
	margin-bottom: 10px;
}

.entry-header #entry-header-cat-date .entry-category a, .home-featured-stories .entry-header-cat-date .entry-category a, #home-news-feed-stories .entry-header-cat-date .entry-category a {
	color: var(--macnews-highlight-1-color);
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
}

.entry-header .entry-title-container {
	margin: auto;
	max-width: var(--macnews-narrow-width);
}

.entry-header .entry-title {
	color: var(--macnews-headline-color);
	font-size: 1.5rem;
	font-weight: 200;
}

.entry-header .inner {
	padding: 0 var(--macnews-side-margin);
}

.entry-header .subhead {
	font-weight: bolder;
	color: var(--macnews-lighter-color);
}


.entry-header #entry-header-author-tags {
	display: flex;
	font-family: var(--macnews-font-sansserif);
	justify-content: space-between;
}

.entry-header #entry-header-author-tags .entry-header-author {
	font-weight: bolder;
	flex-basis: 35%;
	color: var(--macnews-lighter-color);
}

.entry-header #entry-header-author-tags .entry-header-tags {
	text-align: right;
}

.entry-header-tags ul {
	margin: 0;
	padding: 0;	
}

.entry-header-tags ul li {
	display: inline-block;
}

.entry-header-tags ul li a {
	border: 1.5px solid var(--macnews-highlight-2-color);
	border-radius: 20px;
	display: inline-block;
	font-size: .9rem;
	font-weight: 500;
	margin-left: 5px;
	text-decoration: none;
	text-transform: lowercase;
	padding: 0 9px;
}

.entry-header-tags ul li.more-tags a {
	color: var(--macnews-lighter-color);
	border: 0;
}

.entry-header #entry-header-featured-image img {
	display: block;
}

.entry-header .featured-image-caption {
	color: var(--macnews-lighter-color);
	padding: 10px 0;
	margin-bottom: 10px;
}

.entry-header .featured-image-caption .inner {
	margin: auto;
	max-width: var(--macnews-narrow-width);
	width: 100%;
}

/* DESKTOP: Entry header on post */
@media screen and (min-width: 40em) {
	.entry-header #entry-header-cat-date.mac-today {
		display: flex;
		margin-bottom: 0;
	}
	.entry-header .entry-title {
		font-size: 3rem;
	}
	
	.entry-header .subhead {
		font-size: 1.3rem;
	}
}

/* Entry header - NARROW style */
.entry-header.style-narrow {
	margin: 40px auto;
	max-width: var(--macnews-narrow-width);
	width: 100%;
}

.entry-header.style-narrow #entry-header-featured-image .featured-image-caption {
	border-bottom: 1px solid var(--macnews-lighter-color);
	border-left: 1px solid var(--macnews-lighter-color);
	border-right: 1px solid var(--macnews-lighter-color);
}

.entry-header.style-narrow .subhead {
	margin-top: 10px;
}

/* Entry header - PORTRAIT style */
.entry-header.style-portrait {
	margin: 40px auto;
	max-width: var(--macnews-narrow-width);
	width: 100%;
}

.entry-header.style-portrait #entry-header-featured-image {
	max-width: 80%;
	margin: 20px auto 20px auto;
}

.entry-header.style-portrait #entry-header-featured-image img {
	height: auto;
	width: 100%;
}

.entry-header.style-portrait #entry-header-featured-image .featured-image-caption {
	border-bottom: 1px solid var(--macnews-lighter-color);
	border-left: 1px solid var(--macnews-lighter-color);
	border-right: 1px solid var(--macnews-lighter-color);
}

/* DESKTOP: Entry header - PORTRAIT style */
@media screen and (min-width: 40em) {
	.entry-header.style-portrait #entry-header-featured-image {
		float: left;
		margin: 40px 20px 20px 0;
		max-width: 50%;
	}
}

/* Entry header - WIDE style */
.entry-header.style-wide #entry-header-featured-image {
	margin-bottom: 30px;
}

.entry-header.style-wide #entry-header-featured-image img {
	min-height: 420px;
	height: 50vh;
	object-fit: cover;
	object-align: center center;
	width: 100%;
}

.entry-header.style-wide .featured-image-caption {
	border-bottom: 1px solid var(--macnews-lighter-color);
}

/* WIDE DESKTOP: Entry header - WIDE style */
@media screen and (min-width: 1401px) {
	.entry-header.style-wide #entry-header-featured-image img {
		height: 50vw;
	}
}

/* VERY WIDE DESKTOP: Entry header - WIDE style */
@media screen and (min-width: 2000px) {
	.entry-header.style-wide #entry-header-featured-image {
		text-align: center;
	}
	
	.entry-header.style-wide #entry-header-featured-image img {
		max-width: 2000px;
		height: auto;
		margin: auto;
	}
}

/* Press Downloads area */
.macalester-news-downloads .inner {
	border-top: 1px solid var(--macnews-lighter-color);
	font-family: var(--macnews-font-sansserif);
	margin: auto;
	max-width: var(--macnews-narrow-width);
	padding: 20px var(--macnews-side-margin);
}

.macalester-news-downloads .inner h3 {
	color: var(--macnews-highlight-1-color);
	font: 14px var(--macnews-font-sansserif);
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

.macalester-news-downloads .inner .download-grid {
	display: flex;
	gap: 10px;
}

.macalester-news-downloads .inner .download-grid .download-item {
	box-shadow: 0px 0px 8px var(--macnews-box-shadow-color);
	padding: 5px;
	flex-basis: 25%;
}

.macalester-news-downloads .inner .download-grid .download-item a {
	text-decoration: none;
}

.macalester-news-downloads .inner .download-grid .download-item a .icon-container {
	background: var(--macnews-lighter-color);
	border-radius: var(--macnews-thumbnail-radius);
	color: #fff;
	height: 100px;
	font-size: 48px;
	padding-top: 20px;
	text-align: center;
	width: 100%;
}

.macalester-news-downloads .inner .download-grid .download-item a img {
	border-radius: var(--macnews-thumbnail-radius);
	display: block;
	height: 100px;
	object-fit: cover;
	width: 100%;
}

.macalester-news-downloads .inner .download-grid .download-item a .label {
	text-decoration: underline;
}

/* Mac Today: Issue interlinking */
#macalester-today-issue .inner {
	background: var(--macnews-highlight-2-color-pale);
	margin: auto;
	max-width: var(--macnews-narrow-width);
}

#macalester-today-issue .inner a {
	align-items: center;
	display: flex;
	gap: var(--macnews-side-margin);
	padding: var(--macnews-side-margin);
	text-decoration: none;
}

#macalester-today-issue .inner a img {
	width: 140px;
	height: auto;
}

#macalester-today-issue .inner a p {
	color: var(--macnews-highlight-1-color);
	font-size: 1.2rem;
}

#macalester-today-issue .inner a span.underline {
	text-decoration: underline;
}

/* DESKTOP: Mac Today: Issue interlinking */
@media screen and (min-width: 40em) {
	#macalester-today-issue .inner a img {
		width: 180px;
	}
	
	#macalester-today-issue .inner a p {
		font-size: 1.5rem;
	}
}

/* Mac Today: Recent Posts (includes reusable class) */
#macalester-today-recent {
	margin-top: 50px;
}

#macalester-today-recent>.inner {
	padding: 0 var(--macnews-side-margin);
}

#macalester-today-recent #macalester-today-recent-header {
	color: var(--macnews-highlight-1-color);
	font-family: var(--macnews-font-sansserif);
	text-transform: uppercase;
}

#macalester-today-recent>.inner {
	margin: auto;
	max-width: var(--macnews-narrow-width);
}

.recent-posts .entry-summary>.inner {
	align-items: center;
	box-shadow: 0px 0px 10px var(--macnews-box-shadow-color-light);
	display: flex;
	gap: var(--macnews-side-margin);
	margin: calc(var(--macnews-side-margin) * 2) 0;
	padding: var(--macnews-side-margin);
	text-decoration: none;
}

.recent-posts .entry-summary>.inner h3 {
	color: var(--macnews-headline-color);
	font-size: 1.25rem;
}

.recent-posts .entry-summary>.inner h3 a:after {
	content: "";
}

.recent-posts .entry-summary .entry-header-featured-image>a {
	display: block;
	width: 120px;
}

.recent-posts .entry-summary img {
	border-radius: var(--macnews-thumbnail-radius);
	height: 120px;
	width: 120px;
	object-fit: cover;
}
/* DESKTOP: Mac Today: Recent Posts (includes reusable class) */
@media screen and (min-width: 40em) {
	.recent-posts .entry-summary>.inner h3 {
		font-size: 1.75rem;
	}
}

/* Mac Today: Issue page */
#primary.mactoday .entry-content>.inner {
	padding-top: 70px;
	margin: auto;
	max-width: var(--macnews-medium-width);
}

#primary.mactoday .mactoday-heading {
	display: flex;
	flex-direction: column;
}

#primary.mactoday .mactoday-heading .mactoday-nav {
	text-align: right;
}

#primary.mactoday .mactoday-heading .mactoday-nav a {
	background-repeat: no-repeat;
	background-position-y: center;
	background-size: 20px;
	display: inline-block;
	font-family: var(--macnews-font-sansserif);
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
}

#primary.mactoday .mactoday-heading .mactoday-nav a.next {
	background-image: url('../images/arrow-right.svg');
	background-position-x: right;
	margin-left: 50px;
	padding: 0 30px 0 0;
}

#primary.mactoday .mactoday-heading .mactoday-nav a.previous {
	background-image: url('../images/arrow-left.svg');
	background-position-x: left;
	padding: 0 0 0 30px;
}

#primary.mactoday .mactoday-heading .mactoday-nav a.disabled {
	cursor: default;
	opacity: 0.5;
}

.mac-today-issue {
	color: var(--macnews-headline-color);
}

.mac-today-issue .inner {
	margin: auto;
	max-width: var(--macnews-medium-width);
	padding: calc(var(--macnews-side-margin) / 2) var(--macnews-side-margin);
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.mac-today-issue .inner .current-issue-cover {
	text-align: right;
}

.mac-today-issue .inner .current-issue-cover img {
	height: auto;
	margin: 40px 90px 60px 0;
	width: 60vw;
}

.mac-today-issue .inner .current-issue-text .title {
	color: var(--macnews-highlight-1-color);
	font-family: var(--macnews-font-sansserif);
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
}

.mac-today-issue .inner .issue-links {
	font-weight: bolder;
	text-align: center;
}

.mac-today-issue .inner .issue-links a.pdf-link {
	background: url('../images/download-icon.svg') no-repeat center right;
	background-size: 20px;
	color: var(--macnews-highlight-1-color);
	font-family: var(--macnews-font-sansserif);
	display: inline-block;
	margin: 10px 0 0 0;
	padding-right: 30px;
}

.mac-today-issue .inner ul li {
	margin-bottom: 0;
}

.mac-today-issues {
	margin: 100px auto 0 auto;
	max-width: var(--macnews-medium-width);
	text-align: right;
}

.mac-today-issues a#mac-today-showhide {
	background: url('../images/arrow-down-blue.svg') no-repeat center right;
	background-size: 16px;
	display: inline-block;
	font: 16px var(--macnews-font-sansserif);
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 10px 20px 0;
	padding-right: 22px;
}

.mac-today-issues a#mac-today-showhide.show-less {
	background-image: url('../images/arrow-up.svg');
}


.mac-today-issues .inner {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.mac-today-issues .inner .mac-today-issue {
	width: 50%;
}

.mac-today-issues .inner .mac-today-issue:not(.recent-issue) {
	display: none;
}

.mac-today-issues .inner .mac-today-issue>a {
	display: block;
	padding: 20px;
	text-decoration: none;
}

.mac-today-issues .inner .mac-today-issue.current-issue>a {
	box-shadow: 0px 0px 10px var(--macnews-box-shadow-color-light);
	color: var(--macnews-highlight-1-color);
}

.mac-today-issues .inner .mac-today-issue>a>h3 {
	font: 16px var(--macnews-font-sansserif);
	font-weight: bolder;
	text-transform: uppercase;
	margin-bottom: 0;
}

.mac-today-issues .inner .mac-today-issue>a>img {
	box-shadow: 0px 0px 5px var(--macnews-box-shadow-color-light);
	margin-bottom: 15px;
}

/* DESKTOP: Mac Today: Issue page */
@media screen and (min-width: 40em) {
	#primary.mactoday .mactoday-heading {
		justify-content: space-between;
		flex-direction: row;
	}
	
	.mac-today-issue .inner {
		gap: 100px;
		flex-direction: row;
		align-items: top;
	}
	
	.mac-today-issue .inner>div {
		width: calc(50% - 50px);
	}
	
	.mac-today-issue .inner .current-issue-cover img {
		margin: 40px 90px 80px 0;
		width: 500px;
	}
	
	.mac-today-issue .inner .current-issue-text h3 {
		font-size: 2.5rem;
		line-height: 1.1;
	}
	
	.mac-today-issue .inner .issue-links {
		text-align: left;
	}
	
	.mac-today-issue .inner .issue-links a.pdf-link {
		margin: 10px 0 0 30px;
	}
	
	.mac-today-issues .inner .mac-today-issue {
		width: 25%;
	}
}

/* Mac News home page */
.home-page h2 a[href]:after, .home-page h3 a[href]:after {
	content: "";
}

.home-page .inner {
	margin: auto;
	max-width: var(--macnews-medium-width);
}

.home-featured-stories {
	margin-top: calc(var(--macnews-side-margin) * 3);
}

.home-featured-stories .home-featured-story {
	box-shadow: 0px 0px 20px var(--macnews-box-shadow-color-light);
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	margin-bottom: 50px;
}

.home-featured-stories .home-featured-story .entry-title {
	margin-top: 10px;
}

.home-featured-stories .home-featured-story .entry-header-featured-image {
	height: 300px;
	width: 100%;
}

.home-featured-stories .home-featured-story .entry-header-featured-image img {
	object-fit: cover;
	height: 300px;
	width: 100%;
}

.home-featured-stories .home-featured-story .entry-title-container, #home-news-feed-stories .home-news-featured-story .entry-title-container {
	padding: var(--macnews-side-margin);
}

#home-news-feed {
	margin-top: calc(var(--macnews-side-margin) * 5);
}

#home-news-feed-header {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}

#home-news-feed-header-date-field {
	margin-bottom: calc(var(--macnews-side-margin) * 2);
}

#home-news-feed-header-date-field h3 a {
	background: url('../images/arrow-down-blue.svg') no-repeat center right;
	background-size: 15px;
	font: 1rem var(--macnews-font-sansserif);
	line-height: 30px;
	text-decoration: none;
	padding-right: 20px;
}

#home-news-feed-header-date-field h3 a.active {
	background-image: url('../images/arrow-up-blue.svg');
}

#home-news-feed-header-date-field>form {
	align-items: flex-end;
	display: flex;
	flex-direction: row;
	gap: 20px;
}

#home-news-feed-header-date-field>form .form-group {
	margin-top: 0;
}

#home-news-feed-header #home-news-feed-cats {
	display: none;
}

#home-news-feed-header #home-news-feed-cats .news-feed-cat {
	display: block;
	font-weight: bolder;
	text-align: center;
}

#home-news-feed-header #home-news-feed-cats .news-feed-cat a {
	display: block;
	margin: 0 20px;
	text-decoration: none;
}

#home-news-feed-header #home-news-feed-cats .news-feed-cat a span {
	border-radius: 50px;
	display: inline-block;
	margin: 0 auto 5px auto;
	padding: 10px;
	border: 2px solid var(--macnews-headline-color);
}

#home-news-feed-header #home-news-feed-cats .news-feed-cat a span img {
	height: 30px;
	object-fit: contain;
	width: 30px;
}

#home-news-feed-header #home-news-feed-cats .news-feed-cat a.active {
	color: var(--macnews-highlight-1-color);
}

#home-news-feed-header #home-news-feed-cats .news-feed-cat a.active img {
	border-color: var(--macnews-highlight-1-color);
}

#home-news-feed-header #home-news-feed-filter>a {
	margin-left: 20px;
	padding: 10px 15px;
}

#home-news-feed-stories .home-news-feed-story-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
	gap: 15px;
}

#home-news-feed-stories .home-news-feed-story {
	box-shadow: 5px 5px 10px -2px var(--macnews-box-shadow-color-light);
	border: 1px solid var(--macnews-box-shadow-color-light);
}

#home-news-feed-stories .home-news-feed-story .entry-header-featured-image {
	margin-bottom: 10px;
	text-align: center;
	background-color: var(--macnews-headline-color);
	display: flex;
	justify-content: center;
}

#home-news-feed-stories .home-news-feed-story .entry-header-featured-image img {
	object-fit: cover;
	height: 200px;
	display: flex;
}

#home-news-feed-stories .home-news-feed-story .entry-header-tags ul li.more-tags {
	display: none;
}

#home-news-feed-more {
	margin: 50px 0 20px 0;
	text-align: center;
}

#home-news-feed-more>a {
	display: inline-block;
}

.home-mac-today {
	background: var(--macnews-highlight-2-color);
	color: var(--macnews-headline-color);
	font-weight: bolder;
	left: 50%;
	margin-left: -50vw;
	position: relative;
	width: 100vw;
}

.home-mac-today .inner {
	background: url('../images/mac-today-old-issues.png') no-repeat bottom 20px center;
	background-size: 300px;
	margin: auto;
	max-width: var(--macnews-medium-width);
	padding: calc(var(--macnews-side-margin) * 2) var(--macnews-side-margin);
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-mac-today .inner .current-issue-cover {
	text-align: center;
}

.home-mac-today .inner .current-issue-cover img {
	box-shadow: 1px 1px 28px 4px var(--macnews-box-shadow-color-light);
	height: auto;
	margin: 40px 90px 60px 0;
	width: 180px;
}

.home-mac-today .inner .current-issue-text .title {
	color: var(--macnews-highlight-1-color);
	font-family: var(--macnews-font-sansserif);
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
}

.home-mac-today .inner .issue-links {
	text-align: center;
}

.home-mac-today .inner .issue-links a.base-cta-primary:hover {
	background: var(--macnews-headline-color);
	color: #fff;
}

.home-mac-today .inner .issue-links a.collection-link {
	background: url('../images/issue-icon.svg') no-repeat center right;
	background-size: 20px;
	color: var(--macnews-highlight-1-color);
	font-family: var(--macnews-font-sansserif);
	display: inline-block;
	margin: 10px 0 0 0;
	padding-right: 30px;
}

/* DESKTOP: Mac News home page */
@media screen and (min-width: 40em) {
	.home-featured-stories .home-featured-story {
		flex-direction: row;
	}
	
	.home-featured-stories .home-featured-story:nth-child(2) {
		flex-direction: row-reverse;
	}
	
	.home-featured-stories .home-featured-story .entry-title-container {
		width: calc(100% - 300px);
	}
	
	.home-featured-stories .home-featured-story .entry-header-featured-image {
		width: 300px;
	}
	
	#home-news-feed-header {
		flex-direction: row;
	}
	
	#home-news-feed-stories .home-news-feed-story {
		width: calc(33.33% - 10px);
	}
	
	.home-mac-today .inner {
		background: url('../images/mac-today-old-issues.png') no-repeat bottom 20px right 0;
		background-size: 300px;
		margin: auto;
		max-width: var(--macnews-medium-width);
		padding: calc(var(--macnews-side-margin) * 2) var(--macnews-side-margin);
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		align-items: center;
	}

	.home-mac-today .inner .current-issue-cover {
		text-align: right;
	}
	
	.home-mac-today .inner .current-issue-cover img {
		margin: 40px 90px 80px 0;
		width: 220px;
	}
	
	.home-page h2 {
		font-size: 2.5rem;
		line-height: 1.1;
	}
	
	.home-mac-today .inner .issue-links {
		text-align: left;
	}
	
	.home-mac-today .inner .issue-links a.collection-link {
		margin: 0 0 0 30px;
	}
}