  header {
	float: none;
}
body {
	background: white;
}
body.menu-open {
	position: fixed;
	overflow: hidden;
}
.l-page {
	background: white;
	margin-top: 62px;
}
.l-page h1 {
    padding-left: 0px; 
}
.column {
	padding: 0px 10px;
}
footer .column {
	padding: 0px;
}
.mobile-container h1 {
	text-align: center;
    margin: 0px 20px;
	display: inline-block;
	height: 62px
}
.mobile-container h1 a {
	font-size: 28px;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-weight: 600;
	color: white;
	display: block;
    line-height: 62px;
    height: 62px;
}
.mobile-container h1 a:hover {
	text-decoration: none;
}
.wcu-stories-heading, .blog-nav, nav.main-nav .desktop-container {
	display: none;
}
nav.main-nav {
	background: #3F1361;
	width: 100%;
	position: fixed;
	top: 0px;
	height: 62px;
	transition: height .5s;
	z-index: 9997;
}
body.menu-open .main-nav {
	height: 100%;
	transition: height .5s;
}
.hamburger {
	width: 65px;
	height: 62px;
	padding: 0px;
	background: none;
	cursor: pointer;
	border: none;
	position: absolute;
    right: 0;
}
.hamburger span {
	height: 4px;
	width: 25px;
	background-color: #fff;
	position: absolute;
	left: 17.5px;
}
@-webkit-keyframes line-one-move-back {
	0% {-webkit-transform: translateY(9px) rotate(45deg);transform: translateY(9px) rotate(45deg)}
	50% {-webkit-transform: translateY(9px) rotate(0deg);transform: translateY(9px) rotate(0deg)}
	100% {-webkit-transform: translateY(0px) rotate(0deg);transform: translateY(0px) rotate(0deg)}
}
@keyframes line-one-move-back {
	0% {-webkit-transform: translateY(9px) rotate(45deg);transform: translateY(9px) rotate(45deg)}
	50% {-webkit-transform: translateY(9px) rotate(0deg);transform: translateY(9px) rotate(0deg)}
	100% {-webkit-transform: translateY(0px) rotate(0deg);transform: translateY(0px) rotate(0deg)}
}
.hamburger .line-one {
	top: 20px;
}
.hamburger.reversed .line-one{
	-webkit-animation: line-one-move-back .5s forwards;
	        animation: line-one-move-back .5s forwards;
}
.hamburger .line-two {
	top: 29px;
	opacity: 1;
	transition: opacity .25s;
}
@-webkit-keyframes line-three-move-back {
	0% {-webkit-transform: translateY(-9px) rotate(-45deg);transform: translateY(-9px) rotate(-45deg)}
	50% {-webkit-transform: translateY(-9px) rotate(0deg);transform: translateY(-9px) rotate(0deg)}
	100% {-webkit-transform: translateY(0px) rotate(0deg);transform: translateY(0px) rotate(0deg)}
}
@keyframes line-three-move-back {
	0% {-webkit-transform: translateY(-9px) rotate(-45deg);transform: translateY(-9px) rotate(-45deg)}
	50% {-webkit-transform: translateY(-9px) rotate(0deg);transform: translateY(-9px) rotate(0deg)}
	100% {-webkit-transform: translateY(0px) rotate(0deg);transform: translateY(0px) rotate(0deg)}
}
.hamburger .line-three {
	top: 38px;
}
.hamburger.reversed .line-three {
	-webkit-animation: line-three-move-back .5s forwards;
	        animation: line-three-move-back .5s forwards;
}
@-webkit-keyframes line-one-move {
	0% {-webkit-transform: translateY(0px) rotate(0deg);transform: translateY(0px) rotate(0deg)}
	50% {-webkit-transform: translateY(9px) rotate(0deg);transform: translateY(9px) rotate(0deg)}
	100% {-webkit-transform: translateY(9px) rotate(45deg);transform: translateY(9px) rotate(45deg)}
}
@keyframes line-one-move {
	0% {-webkit-transform: translateY(0px) rotate(0deg);transform: translateY(0px) rotate(0deg)}
	50% {-webkit-transform: translateY(9px) rotate(0deg);transform: translateY(9px) rotate(0deg)}
	100% {-webkit-transform: translateY(9px) rotate(45deg);transform: translateY(9px) rotate(45deg)}
}
.hamburger.open .line-one{
	-webkit-animation: line-one-move .5s forwards;
	        animation: line-one-move .5s forwards;
}
.hamburger.open .line-two {
	opacity: 0;
	transition: opacity .25s;
}
@-webkit-keyframes line-three-move {
	0% {-webkit-transform: translateY(0px) rotate(0deg);transform: translateY(0px) rotate(0deg)}
	50% {-webkit-transform: translateY(-9px) rotate(0deg);transform: translateY(-9px) rotate(0deg)}
	100% {-webkit-transform: translateY(-9px) rotate(-45deg);transform: translateY(-9px) rotate(-45deg)}
}
@keyframes line-three-move {
	0% {-webkit-transform: translateY(0px) rotate(0deg);transform: translateY(0px) rotate(0deg)}
	50% {-webkit-transform: translateY(-9px) rotate(0deg);transform: translateY(-9px) rotate(0deg)}
	100% {-webkit-transform: translateY(-9px) rotate(-45deg);transform: translateY(-9px) rotate(-45deg)}
}
.hamburger.open .line-three {
	-webkit-animation: line-three-move .5s forwards;
	        animation: line-three-move .5s forwards;
}
.search {
	height: 50px;
}
.search input {
	width: calc(100% - 80px);
	font-size: 16px;
	line-height: 22px;
	height: 50px;
	padding: 0px 30px;
	margin: 0px;
	border: none;
	background: #592C88;
	color: white;
	font-weight: 600;
}
.search input::-webkit-input-placeholder {
	color: #b0b0b0;
}
.search input::-moz-placeholder {
	color: #b0b0b0;
}
.search input:-ms-input-placeholder {
	color: #b0b0b0;
}
.search input::-ms-input-placeholder {
	color: #b0b0b0;
}
.search input::placeholder {
	color: #b0b0b0;
}
.search button {
	width: 80px;
	padding: 0;
	height: 50px;
	margin: 0px;
	border: none;
	cursor: pointer;
	background: #592C88;
	color: #b0b0b0;
}
.search .fa-search {
	margin: 0px;
	font-size: 20px;
}
.mobile-nav-items {
	background: #3F1361;
    height: 0px;
	width: 100%;
	position: absolute;
	z-index: 2;
	transition: all 0.5s;
	overflow:scroll;
	visibility: hidden;
	transition: height .5s, visibility 0.5s;
}
.mobile-container.open .mobile-nav-items {
	height: calc(100% - 50px);
	visibility: visible;
	transition: height .5s, visibility 0s;
}
.mobile-nav-items .mobile-nav-container {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	    -ms-transform: translateY(-20px);
	        transform: translateY(-20px);
	transition: all .5s ease-in-out;
}
.mobile-container.open .mobile-nav-items .mobile-nav-container {
	opacity: 1;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	transition: all .5s ease-in-out;
}
.mobile-nav-container h2 {
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 20px;
	border-bottom: solid #6D469E 1px;
}
.mobile-nav-container > ul {
	margin-bottom: 40px;
}
.mobile-nav-container ul li a {
	color: white;
	font-size: 20px;
	font-weight: 600;
	display: block;
	padding: 20px 30px;
	border-bottom: solid #6D469E 1px;
}
.mobile-nav-container ul li a:hover {
	text-decoration: none;
}
.mobile-nav-container ul li a[aria-current="page"] {
	color: #CCB486;
}
.mobile-nav-container > ul > li > a .fa-chevron-down {
	font-size: 22px;
	height: 20px;
    vertical-align: middle;
    margin-bottom: 3px;
	float: right;
	transition: all .5s;
}
.mobile-nav-container > ul:nth-of-type(2) > li > a {
	font-size: 18px;
	font-weight: 400;
	padding: 12px 30px;
	border-bottom: solid #6D469E 1px;
}
.mobile-nav-container ul li ul {
	visibility: hidden;
	overflow:hidden;
	height: 0px;
	background: #592C88;
	transition: height .5s, visibility .5s;
}
.mobile-nav-container ul li.open ul {
	visibility: visible;
	transition: visibility 0s, height .5s;
}
.mobile-nav-container ul li.open a .fa-chevron-down {
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
	transition: all .5s;
}
.mobile-nav-container ul li ul li a {
	padding: 20px 50px;
}
@media (min-width: 700px) {
	.wcu-stories-heading {
		max-width: 1280px;
		margin: auto;
		padding: 0px 40px;
	}
}
@media (min-width: 1040px) {
	.l-page {
		margin-top: 0px;
	}
	.column {
		max-width: 1280px;
		padding: 0px 20px;
	}
	.mobile-container h1, .mobile-home, nav.main-nav .mobile-container {
		display: none;
	}
	.wcu-stories-heading {
		display: block;
	}
	.wcu-stories-heading h1 {
		text-align:left;
		margin: 0px;
		padding: 0px;
		line-height: 100px;
		display: block;
		border-bottom: solid 1px #DEDEDE;
	}
	.wcu-stories-heading h1 a {
		font-size: 34px;
		font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
		font-weight: 700;
		color: #343434;
		display: block;
		line-height: 96px;
		padding-bottom: 4px;
	}
	.wcu-stories-heading h1 a.active {
		color: #592c88;
	}
	.wcu-stories-heading h1 a:hover {
		text-decoration: none;
		color: #592c88;
	}
	nav.main-nav {
		height: 78px;
		position: static;
	}
	nav.main-nav .desktop-container {
		display: block;
		max-width: 1280px;
		margin: auto;
		position: relative;
		height: 100%;
		padding: 0px 40px;
	}
	nav.main-nav .desktop-container > a {
		display: inline-block;
		height: 100%;
	}
	nav.main-nav img {
		width: 96px;
		height: 100%;
	}
	nav.main-nav .right-container {
		position: absolute;
		right: 40px;
		top: 0px;
	}
	nav.main-nav ul {
		width: auto;
		display: inline-block;
		margin-right: 10px;
		height: 78px;
	}
	nav.main-nav li {
		float: left;
		line-height: 78px;
		height: 78px;
	}
	nav.main-nav li a {
		color: white;
		border-right: 1px solid #FFFFFF41;
		font-size: 15px;
		padding: 4px 12px;
	}
	nav.main-nav li a:hover {
		color: #CCB486;
		text-decoration: none;
	}
	nav.main-nav ul li:last-child a {
		border-right: none;
	}
	nav.main-nav .search-toggle-stories {
		cursor: pointer;
		background: transparent;
		float: right;
		width: 42px;
		height: 42px;
		border-radius: 50%;
		border: 2px solid white;
		color: #fcfcfc;
		margin: 18px 0px;
		position: relative;
	}
	.search-toggle-stories::before {
		content: "";
		position: absolute;
		top: 11px;
		right: 13px;
		width: 0;
		height: 3px;
		background: white;
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		-webkit-transform-origin: right top;
		    -ms-transform-origin: right top;
		        transform-origin: right top;
	}
	.search-toggle-stories::after {
		content: "";
		position: absolute;
		bottom: 11px;
		right: 13px;
		width: 20%;
		height: 3px;
		background-color: #ffffff;
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
		-webkit-transform-origin: right bottom;
		    -ms-transform-origin: right bottom;
		        transform-origin: right bottom;
	}
	.search-icon {
		position: absolute;
		display: block;
		top: 23%;
		left: 26%;
		width: 37%;
		height: 37%;
		border-radius: 50%;
		border-width: 3px;
		border-style: solid;
		border-color: #ffffff;
	}
	.search-toggle-stories.open::before,
	.search-toggle-stories.open::after {
		width: 19px;
	}
	.search-toggle-stories.open .search-icon {
		width: 0;
		height: 0;
		border-color: transparent;
	}
	.search-toggle-stories::before,
	.search-toggle-stories::after,
	.search-toggle-stories .search-icon {
		transition: all 0.3s ease-in-out;
	}
	.search {
		position: absolute;
		top: 0px;
		right: 60px;
		height: 78px;
	}
	.search input {
		width: 0px;
		font-size: 16px;
		line-height: 22px;
		height: 40px;
		padding: 0px;
		margin: 19px 0px;
		border: none;
		visibility: hidden;
		transition: 0.5s width, 0.5s padding, visibility 0.5s;
	}
	.search.open input {
		width: 460px;
		padding: 0px 10px;
		visibility: visible;
		transition: 0.5s width, 0.5s padding, visibility 0s;
	}
	.search button {
		width: 0;
		padding: 0;
		height: 40px;
		margin: 19px 0px;
		border: none;
		cursor: pointer;
		visibility:hidden;
		transition: 0.5s width ease-in, visibility 0.5s;
	}
	.search.open button {
		width: 40px;
		visibility: visible;
		transition: 0.5s width ease-out, visibility 0s;
	}
	.search .fa-search {
		margin: 0px;
		font-size: 16px;
		opacity: 0;
		transition: all .5s ease-in-out;
	}
	.search.open .fa-search {
		opacity: 1;
		transition: all .5s ease-in-out;
	}
	.blog-nav {
		max-width: 1280px;
		margin: auto;
		position: relative;
		display: block;
	}
	.blog-nav .blog-menu-container {
		position: absolute;
		right: 0px;
		top: -101px;
		text-align: right;
		height: 100px;
		margin-right: 40px;
	}
	.blog-menu-container > ul > li {
		float: left;
		margin: 25px 0px;
		position: relative;
	}
	.blog-menu-container > ul > li > a {
		color: #343434;
		font-size: 20px;
		font-weight: 700;
		padding: 0px 15px;
		display: block;
		line-height: 50px;
	}
	.blog-menu-container > ul > li > a span {
		padding: 12px 0px;
	}
	.blog-menu-container > ul > li > a .fa-chevron-down {
		display: none;
	}
	.blog-menu-container > ul > li:last-child > a {
		padding: 0px 0px 0px 15px;
	}
	.blog-menu-container > ul > li.open > a {
		color: #592c88;
	}
	.blog-menu-container > ul > li > a:hover {
		text-decoration: none;
		color: #592c88;
	}
	.blog-menu-container > ul > li.open > a span {
		border-bottom: solid 4px #CCB486;
	}
	.blog-menu-container ul li ul{
		display: none;
		position: absolute;
		z-index: 1;
		background: white;
		width: 240px;
		border: solid 1px #DEDEDE;
    	padding: 10px 0px;
		text-align: left;
		top: 54px;
	}
	.blog-menu-container > ul > li.open > ul{
		display: block;
	}
	.blog-menu-container > ul > li:last-child > ul {
		right: 0px;
	}
	.blog-menu-container > ul > li > ul > li a {
		font-size: 20px;
		font-weight: 600;
		line-height: 29px;
		color: #343434;
    	padding: 10px 25px;
		display: block;
	}
	.blog-menu-container > ul > li > ul > li a:hover, .blog-menu-container > ul > li > ul > li a.active:hover {
		text-decoration: none;
		background:#343434;
		color: white;
	}
	.blog-menu-container ul > li a.active {
		color: #592c88;
	}
}
@media (min-width: 1160px) {
	nav.main-nav li a {
		font-size: 16px;
		padding: 4px 14px;
	}
	.search.open input {
		width: 510px;
	}
	.blog-menu-container > ul > li > a {
		padding: 0px 22px;
		font-size: 22px;
	}
	.blog-menu-container > ul > li > a span {
		padding: 10px 0px;
	}
	.blog-menu-container > ul > li > ul > li a {
		font-size: 22px;
	}
	.blog-menu-container > ul > li:last-child > a {
		padding: 0px 0px 0px 22px;
	}
}