a[name*="anc"] {
	font-size: smaller;
	position: relative;
	top: -0.5em;
	padding-left: 0.125em;
}
.article{
	max-width:700px;
	margin:auto;
}
.article__header{
	padding:1em 0;
	border-top:1px solid black;
	border-bottom:1px solid black;
	/*
	margin:auto;
	margin-bottom:1em;
	*/
	margin-bottom:1.5em;
	max-width:52em;
	text-align:center;
}
.article__section{
	margin-bottom:1em;
}
.article__title{
	font-size:2em;
	font-family: "Vollkorn SC";
}
figcaption{
	padding-top:0.125em;
}
.header{
	font-family:'Rye',serif;
	text-align:center;
}
.list__item{
	font-size:1.125em;
}
.main{
	min-height:600px;
}
/*
.media{
	margin-bottom:1em;
}
*/
.media__items{
	margin-bottom:1em;
}
.media__item{
	height:80px;
	display:inline-block;
	vertical-align:bottom;
	margin-right:0.5em;
	margin-bottom:0.5em;
}
.media__item--large{
	height:140px;
}
.media__image{
	height:80px;
	width:auto;
}
.media__image--large{
	height:140px;
}
.masthead__link{
	font-size:2em;
	text-transform:uppercase;
}
.menu__label,.article__title{
	font-size:1.25em;
}
.navigation/*,.article__header*/{
	padding:1em 0;
	border-top:4px double black;
	border-bottom:4px double black;
	margin:auto;
	margin-bottom:1.5em;
	max-width:52em;
	text-align:center;
}
/*
.article__header{
	padding:1em 0;
}*/
.wysiwyg__blockquote{
	margin:1em;
}
.wysiwyg__blockquote .wysiwyg__paragraph{
	font-family:'Rye',serif;
	font-size:1.25em;
	margin:0;
	margin-bottom: 0.5em;
}
.wysiwyg__footer{
	font-family: "Vollkorn SC";
	margin-left:1em;
	margin-top: -0.5em;
}
.splash{
	text-align:center;
	/*
	background: rgba(0, 0, 0, 0) linear-gradient(240deg, #fff 10%, #CF285A 100%) repeat fixed 0 0;
	*/
	color:#000;
	width:180px;
	height:180px;
	text-align:center;
	border-radius:90px;
	line-height:1.3;
	padding-top:2.25em;
	float:right;
	margin-bottom:1em;
	margin-left:1em;
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	o-transform: rotate(4deg);
}
.splash__date{
	display:block;
}
.splash__link{
	color:#000;
}
.splash__message{
	width:80%;
	display:block;
	margin:auto;
}
.stage{
	font-family:'Vollkorn',Helvetica;
	line-height:1.5;
	margin:1em;
	background: rgba(0, 0, 0, 0) linear-gradient(340deg, #4486ba 10%, #CF285A 100%) no-repeat fixed 0 0;
}
.stage--1{
	background: rgba(0, 0, 0, 0) linear-gradient(340deg, #4486ba 10%, #CF285A 100%) no-repeat fixed 0 0;
}
.stage--2{
	background: rgba(0, 0, 0, 0) linear-gradient(200deg, #CF285A 10%, #4486ba 60%, #CF285A 100%) no-repeat fixed 0 0;
}
.stage--3{
	background: rgba(0, 0, 0, 0) linear-gradient(140deg, #4486ba 10%, #CF285A 100%) no-repeat fixed 0 0;
}
.submenu__label{
    display:none;
}
.submenu__items{
	font-size:1.125em;
	display:none;
}
.text--sc{
	font-family:'Vollkorn SC';
}
.wysiwyg__italic{
	font-style:italic;
}
.wysiwyg__paragraph{
	margin-bottom:1em;
	font-size:1.125em;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	border:1px solid blue;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}