  * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;  
}
body {
	margin: 0;
	font-size: 16px;
}
h1,h3,h4,h5,h6 {
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-weight: 700;
	width: auto;
}
h2 {
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-weight: 600;
	font-size: 33px;
	color: #592c88;
	width: auto;
}
div.container h2, div.column h2 {
	margin-top: 0;
}
p {
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-size: 16px;
	line-height: 26px;
	width: auto;
}

/*** Mobile first ***/

.featured.image {
	width: 100%;
	position: relative;
	overflow: hidden;
	line-height: 0;
	height: calc(100vh - 80px);
}
.featured.image img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.featured.image .wrapper {
	overflow: visible;
	position: static;
}
.featured.image .wrapper .column {
	position: static;
}
.featured.image .wrapper .column h2 {
	width: 250px;
	font-family: "freight-sans-pro-i9","freight-sans-pro",sans-serif;
	font-style: italic;
	font-weight: 900;
	color: #fcfcfc;
	font-size: 40px;
	line-height: 26px;
	max-width: 100%;
	text-transform: uppercase;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	bottom: auto;
	margin: 0px;
	width: 100%;
	padding: 40px;
	line-height: 1em;
}
.featured.image .wrapper .column h2:hover {
	text-decoration:underline;
}
@media (min-width: 500px) {
	.featured.image .wrapper .column h2 {
		font-size: 50px;
	}
}
.featured.image.textwbutton {
	background-color: #592c88;
	height: calc(100vh - 80px);
	display: flex;
	flex-direction: column;
}
.featured.image.textwbutton picture{
	flex-grow: 1;
	min-height: auto;
	height: 0px;
}
.featured.image.textwbutton .wrapper .column {
	width: 90%;
	margin: 20px 5%;
	max-width: 1160px;
	position: relative;
}

.featured.image.textwbutton .wrapper .column h2 {
	display: block;
	float: none;
	width: 100%;
	font-family: "freight-sans-pro-i9","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #ffffff;
	font-size: 32px;
	line-height: 32px;
	max-width: 100%;
	text-transform: none;
	text-align: left;
	margin: 0;
	position: relative;
	padding: 0px;
	top: 0px;
	left: 0px;
	transform: none;
}
.featured.image.textwbutton .wrapper .column h2:hover {
	text-decoration: none;
}
.featured.image.textwbutton .wrapper .column p {
	color: #ffffff;
	font-size: 20px;
	line-height: 27px;
	width: 100%;
	margin-bottom: 18px;
}
.featured.image.textwbutton .wrapper .column a {
	display: block;
	float: none;
	color: #ffffff;
	padding: 4px 20px 6px 20px;
	border: 1px solid #ffffff;
	font-size: 19px;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
	width: auto;
	text-align: center;
	margin-bottom: 12px;
}
.featured.image.textwbutton .wrapper .column a:hover {
	color: #592c88;
	background-color: #ffffff;
	text-decoration: none;
}

section#info {
	width: 100%;
	height: auto;
	background: #f4f3f5;
	padding: 60px 0 54px 0;
}
section#info div.container {
	max-width:1160px;
	margin: 0 32px;
	display: -ms-grid;
	display: grid;
	grid-template-areas: "featurestory1"
		"morestories"
		"audienceinfo"
		"promo";
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
	-ms-grid-rows: 537px 128px 614px auto;
	grid-template-rows: 537px 128px 614px auto;   
}
.audience-info {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
	grid-area: audienceinfo;
	padding: 33px 23px;
	background-color: none;
	border: solid 1px;
	border-color: rgba(112, 112, 112, 0.5);
}

/*dynamic menu*/
h2.custom-menu-title {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.custom-menu {
	position: relative;
}
#current-menu-item {
	color: #592c88;
	background-color: #ffffff;
	border: 1px solid rgba(112, 112, 112, 0.5);
	cursor: pointer; 
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-weight: 700;
	text-align: left;
	height: 77px;
	margin: 0px;
	font-size: 26px;
	padding: 0px 12px;
	line-height: 30px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.menu-list {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: none;
	position: absolute;
	top: 0;
	z-index: 2;
	width: 100%;
	background-color: white;
	border-top: 1px solid rgba(112, 112, 112, 0.5);
}
.menu-item {
	border: 1px solid rgba(112, 112, 112, 0.5);  
	border-top: none; 
	cursor: pointer; 
	height: 77px;
	padding: 0px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.menu-item button {
	width: 100%;
	height: 100%;
	border: none;
	background: white;
	font-size: 26px;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-weight: 700;
	color: #636363;
	line-height: 30px;
	text-align: left;
	padding: 0px 12px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.fa-chevron-down#list-open {
	color: #C1A875;
	font-size: 30px;
}
.fa-chevron-down#list-close {
	color: #C1A875;
	font-size: 30px;
}
.menu-item button:hover, .menu-item button:focus {
	background-color: #F2F2F2;
}
.menu-options-container {
	margin: 0px 8px;
	padding: 0px;
}
ul.menu-options-list {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 450px;
	-ms-flex-pack:distribute;
	-webkit-box-pack: justify;
	justify-content: space-evenly;
	-ms-flex-line-pack: distribute;
	align-content: space-around;
}
ul.menu-options-list li.text-item {
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	padding: 0px;
	line-height: 21px;
}
ul.menu-options-list li.text-item a {
	text-decoration: none;
	color: #454545;
	font-size: 1em;
	font-weight: 700;
	line-height: 21px;
}
ul.menu-options-list li.text-item a .fa-chevron-right {
	font-size: 13px;
	color: #c1a875;
}
ul.menu-options-list li a.button {
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-weight: 700;
	font-size: 22px;
	text-align: center;
	padding: 16px 5px;
	border-radius: 5px;
	text-decoration: none;
	display: block;
	width: 100%;
	margin: 0;
}
ul.menu-options-list li a.button.grey {
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
}
ul.menu-options-list li a.button.grey {
	text-decoration: none;
	color: #592c88;
}
ul.menu-options-list li a.button.purple {
	background-color: #592c88;
}
ul.menu-options-list li a.button.purple {
	text-decoration: none;
	color: #FFFFFF;
}
.visible {
	display: block;
}
.active-menu button {
	color: #592c88;
}


.audience-info h2 {
	text-align: left;
	font-size: 33px;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	color: #592c88;
	font-weight: 500;
}
div.resource-links {
	display: none;   
}

section#info div.container article {
	-webkit-box-shadow: 0px 3px 6px #D6D6D6;
	box-shadow: 0px 3px 6px #D6D6D6;
	background-color: #ffffff;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
}
.feature-story-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}
.feature-stories picture {
	order: -1;
}
.feature-stories img {
	width: 100%;
	height: 260px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
.feature-stories h3 {
	margin: 0 30px;
	font-size: 23px;
	line-height: 33px;
	color: #592c88;
	/*old browser support h3 float*/
	float: none;
}
.feature-stories p {
	margin: 0 30px;
	color: #444444;
}
.feature-stories .learn-more {
	margin: 0 30px 22px 30px;
	text-align: right;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #592c88;
}
.feature-stories a .fa-chevron-right {
	font-size: 17px;
	color: #c1a875;
	transition: transform .3s;
}
.feature-stories a:hover {
	text-decoration: none;
}
article#first-feature-story {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: featurestory1;
}
article#second-feature-story {
	display: none;
	grid-area: 0;
}



div.more-stories {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	grid-area: morestories;
}
div.more-stories > a {
	padding: 18px 12px 16px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #592c88;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	background-color: #ffffff;
	width: 100%;
	text-align: center;
	height: 3em;
	-webkit-box-shadow: 0px 3px 6px #D6D6D6;
	box-shadow: 0px 3px 6px #D6D6D6;
}
div.more-stories > a .fa-chevron-right {
	font-size: 17px;
	color: #c1a875;
}
div.link-line {
	display: none;
}
div.more-stories a:hover {
	position:relative;
	top: 2px;
}


a.fact {
	display: none;
}

div.promo {
	-ms-grid-row: 4;
	-ms-grid-column: 1;
	margin-top: 45px;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	grid-area: promo;
}
div.promo .image-promo-story-gradient {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}
.promo img {
	width: 100%;
	min-height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	left: 0px
}
.promo figure {
	padding: 2vw 4vw;
	margin: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
}
.promo figure .sub-heading {
	font-size: 20px;
	font-size: 4vw;
	font-weight: 500;
	color: #ffffff;
	text-shadow: 0px 3px 6px #00000029;
	letter-spacing: 2.46px;
	margin: 0px;
}
.promo figure .promo-heading {
	font-size: 46px;
	font-size: 8vw;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 0px 3px 6px #00000029;
	line-height: 1em;
	margin: 0px;
}
.promo figure .learn-more {
	font-weight: 500;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	background: rgba(88, 40, 136,0.89) 0% 0% no-repeat padding-box;
	padding: 8px 20px;
	margin: 0px auto;
	font-size: 29px;
	font-size: 5vw;
}
.promo figure .learn-more .fa-chevron-right {
	font-size: 20px;
}

.module > h2, .module .column > h2 {
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #592c88;
	font-size: 33px;
	line-height: 28px;
	padding: 50px 10px 26px 10px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	text-transform: none;
	background: none;
	border: none; 
}
/* Program Search */
.theme-white, .theme-fog, .theme-purple, .theme-gray, .theme-darkgray {
	clear: both;
}
.theme-white {
	background:white;
}
.theme-fog {
	background: #f4f3f5;
}
.theme-purple {
	background: #3F1361;
}
.theme-gray {
	background:#343434;
}
.theme-darkgray {
	background: #252525;
}
.theme-gray h3, .theme-darkgray h3, .theme-purple h2, .theme-purple h3 {
	color: white;
	float: none;
	transition: color .4s;
}
.theme-darkgray p, .theme-gray p, .theme-purple p {
	color: #ececec;
	float: none;
	transition: color .4s;
}
.theme-white h3, .theme-fog h3, .theme-white .content h2, .theme-fog .content h2 {
	color: #222;
	float: none;
}
.theme-gray h2, .theme-darkgray h2, .theme-purple a, .theme-gray a, .theme-darkgray a {
	color: #CCB486;
	transition: color .4s;
}
.landing-section.program-search {
	max-width: 1200px;
	margin: auto;
	padding: 60px 32px;
}
.landing-section.program-search h2 {
	font-weight: 600;
	font-size: 34px;
	line-height: 1.1em;
	margin: -.1em 0px 10px 0px;
}
.landing-section.program-search p {
	font-size: 18px;
	line-height: 1.4em;
	margin: 0px;
}
@media (min-width: 450px) {
	.landing-section.program-search h2 {
		font-size: 40px;
	}
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px) {
	section#social .social-icons a {
    	margin: 0px 7px!important;
	}
	section#social .social-icons svg {
    	width: 40px!important;
	}
}
section#social {
	width:100%;
	background-color: white;
	padding: 0 0 50px 0;
}
#curator-feed-wcu-home-layout {
	margin: 0px 22px;
	padding-bottom: 10px;
}
section#social h2 {
	padding: 50px 10px 26px 10px;
	line-height: 1em;
}
section#social .social-icons {
	display: flex;
	justify-content: center;
	padding: 0px 22px;
}
section#social .social-icons a {
	margin: 0px 10px;
}
section#social .social-icons svg {
	width: 50px;
	height: auto;
}
section#events {
	width: 100%;
	background: #f4f3f5;
	padding: 0 0 50px 0;
}
section#events div.column {
	margin: auto;
}
div#event-list, .engage-list {
	margin: 6px 32px 0 32px;
	display: -ms-grid;
	display: grid;
	grid-template-areas: "event1"
		"event2";
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	grid-column-gap: 40px;
}
.event-item {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 3px 6px #D6D6D6;
	box-shadow: 0px 3px 6px #D6D6D6;
	text-decoration: none;
	width: 100%;
	max-width: 550px;
	margin: 0 auto 24px auto;
	grid-area: event1;
}
a.event-item, .event-item a {
	text-decoration: none;
	overflow: hidden;
}
.event-item:nth-child(2) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
	grid-area: event2;
}
.event-item:nth-child(2) img {
	display: none;
}
.event-item:nth-child(3) {
	display: none;
}
.event-item > div {
	margin: 10px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap:wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.event-item .title-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.event-item div h3 {
	font-size: 22px;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	line-height: 31px;
	font-weight: 700;
	color: #592c88;
	margin: 0px;
	width: 60%;
}
.event-item div time {
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	width: calc(40% - 15px);
	margin-left: 15px;
	text-align: center;
}
.event-item div time span.month{
	font-size:.85em;
	text-transform: uppercase;
	color: #592c88;
	font-weight: 600;
	clear:right;
}
.event-item div time span.date{
	font-size:4.5em;
	color: #A89063;
	font-weight: 700;
	line-height: 60px;
	font-variant-numeric: lining-nums;
	-moz-font-feature-settings: "lnum";
	-ms-font-feature-settings: "lnum";
	-webkit-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
}
.event-item p.description {
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
	color: #444444;
	margin: 0px 15px 15px 15px;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	width: auto;
}
@media (min-width: 450px) {
	.event-item > div {
		margin: 18px 25px;
	}
	.event-item p.description {
		margin: 0px 25px 20px 25px;
	}
	.event-item div h3 {
		font-size: 26px;
		line-height: 35px;
		width: 68%;
	}
	.event-item div time {
		width: calc(32% - 15px);
	}
}
.event-item p.location {
	margin: 20px 0px;
	width: 100%;
	font-size: 18px;
}
.event-item img {
	width: 100%;
	height: 190px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	transition: all .4s;
}
.engage-events .img-container:hover img {
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: all .4s;
}
.engage-events .content button {
	font-size: 16px;
	border: none;
	cursor: pointer;
	background: none;
	color: #592c88;
	padding: 5px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
}
.engage-events .content button i, .engage-events .content button svg {
	margin-left: 8px;
	transition: all .3s;
}
.engage-events .content button[aria-expanded='true'] i, .engage-events .content button[aria-expanded='true'] svg {
	transform: rotate(-90deg);
	transition: all .3s;
}
.engage-events .content > div {
	width: 100%;
	padding: 0px 18px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	height: 0px;
	background:#f4f3f5;
	overflow: hidden;
}
.engage-events .content .hidden-menu {
	visibility: visible;
	opacity: 1;
	transition: all .3s;
	height: 70px;
	padding: 8px 18px;
}
.engage-events .content > div i, .engage-events .location i, .engage-events .content > div svg, .engage-events .location svg {
	margin-right: 6px;
}
.engage-events .content > div a:nth-of-type(1) {
	margin-right: 20px;
}
section#events div.column > ul {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
}
section#events div.column > ul li {
	margin-bottom: 24px;
}
section#events div.column li a.calendar-link {
	background-color: #fff;
	text-transform: uppercase;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-weight: 700;
	text-decoration: none;
	color: #592c88;
	font-size: 1.3em;
	padding: 14px 22px;
	width: calc(100% - 64px);
	max-width: 400px;
	-webkit-box-shadow: 0px 3px 6px #D6D6D6;
	box-shadow: 0px 3px 6px #D6D6D6;
	display: block;
	text-align: center;
	margin: auto;
}
section#events div.column li a.calendar-link .fa-chevron-right {
	color: #c1a875;
	font-size: .85em;
	margin-left: 2px;
}
section#events div.column li a.calendar-link:hover {
	background-color: #f9f9fa;
	position:relative;
	top: 3px;
}

/*** Tablet ***/
@media (min-width: 800px) {
	.featured.image {
		height: auto;
		max-height: calc(100vh - 140px);
	}
	.featured.image .wrapper .column h2 {
		font-size: 65px;
	}
	.featured.image.textwbutton {
		height: 44vw;
		display: block;
	}
	.featured.image.textwbutton .wrapper {
		zoom: 1;
		position: absolute;
		bottom: 0;
		height: 100%;
		filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FFA60000');
		background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
		background-size: 100%;
		background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
		background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
		background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
		background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	}
	.featured.image.textwbutton.right .wrapper {
		background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
		background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	}
	.featured.image.textwbutton .wrapper .column {
		width: 100%;
		margin: auto;
		top: 50%;
		transform: translateY(-50%);
	}
	.featured.image.textwbutton.left .wrapper .column {
		left: 6%;
	}    
	.featured.image.textwbutton.right .wrapper .column {
		right: 6%;
	}    
	.featured.image.textwbutton .wrapper .column h2 {
		width: 550px;
		font-size: 54px;
		line-height: 56px;
		max-width: 100%;
		margin: 0px;
		text-align: left;
	}
	.featured.image.textwbutton.right .wrapper .column h2 {
		text-align: right;
		margin-left: calc(100% - 550px);
	}
	.featured.image.textwbutton .wrapper .column p {
		font-size: 22px;
		line-height: 32px;
		width: 480px;
	}
	.featured.image.textwbutton.right .wrapper .column p {
		text-align: right;
		margin-left: calc(100% - 480px);
	}
	.featured.image.textwbutton .wrapper .column a {
		padding: 4px 20px 6px 20px;
		font-size: 24px;
		line-height: 33px;
		display: inline-block;
	}
	.featured.image.textwbutton.right .wrapper .column a {
		margin-left: calc(100% - 220px);
	}
	section#info {
		padding: 50px 0 50px 0;
	}
	section#info div.container {
		max-width:748px;
		margin: auto;
		grid-template-areas: "audience-info featurestory1"
			"audience-info morestories"
			"resource-links promo"
			"fact1 promo"
			"fact2 promo";
		-ms-grid-columns: 262px 32px 454px;
		grid-template-columns: 262px 454px;
		-ms-grid-rows: 538px 32px 55px 32px 50px 32px 100px 32px 100px;
		grid-template-rows: 538px 55px 50px 100px 100px;
		grid-column-gap: 32px;
		grid-row-gap: 32px;
	}

	.audience-info {
		grid-area: audience-info;
		padding: 35px 28px;
		background-color: #ffffff;
		-webkit-box-shadow: 0px 3px 6px #D6D6D6;
		box-shadow: 0px 3px 6px #D6D6D6;
		border: none;
	}
	div.resource-links {
		grid-area: resource-links;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		margin-top: 0;
		-ms-flex-pack:distribute; 
	}
	div.resource-links a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 4px;
		font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
		font-weight: 600;
		text-transform: uppercase;
		color: #636363;
		text-decoration: none;
	}
	div.resource-links a:hover {
		color: #343434;
		position:relative;
		top: 2px;
	}
	div.resource-links a > [class^='fa-'], div.resource-links a > [class*=' fa-'] {
		margin-bottom: 5px;
		font-size: 1.6em;
	}
	div.resource-links span [class^='fa-'], div.resource-links span [class*=' fa-'] {
		margin-bottom: 0;
		font-size: .7em;
	}    
	article#first-feature-story {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
		grid-area: featurestory1;
	}
	article#second-feature-story {
		display: none;
	}
	div.more-stories {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
		grid-area: morestories;
	}   
	div.promo {
		-ms-grid-row: 4;
		-ms-grid-column: 1;
		grid-area: promo;
		margin-top: 0;
	}
	.promo img {
		height: 100%;
	}
	.promo figure {
		height: 314px;
		padding: 20px 40px;
	}
	.promo figure .sub-heading {
		font-size: 20px;
	}
	.promo figure .promo-heading {
		font-size: 46px;
	}
	.promo figure .learn-more {
		font-size: 29px;
	}

	a.fact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: #592c88;
		text-align: center;
		text-decoration: none;
	}
	a.fact:hover {
		background-color: #582277;
		position:relative;
		top: 3px;
	}
	a.fact p:nth-of-type(1) {
		font-size: 2.6rem;
		font-weight: 400;
		text-transform: none;
		margin: .7rem 1rem .7rem;
		color: #ffffff;
	}
	a.fact p:nth-of-type(2){
		font-weight: 700;
		text-transform: uppercase;
		margin: .5rem 1rem;
		line-height: 1rem;
		font-size: .9rem;
		color: #ffffff;
	}
	a.fact.fact-1 {
		grid-area: fact1;
	}
	a.fact.fact-2 {
		grid-area: fact2;
	}

	section#social h2 {
		padding: 50px 10px 26px 10px;
	}
	section#social .social-icons a:hover svg path {
		fill: #592c88;
	}
	article#first-feature-story {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	div.more-stories {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
	div.promo {
		-ms-grid-row: 5;
		-ms-grid-row-span: 5;
		-ms-grid-column: 3;
	}
	section#events div.column li a.calendar-link {
		width: 100%;   
	}
	.landing-section.program-search {
		max-width: 812px;
		display: block;
	}
	.landing-section.program-search .top-majors {
		margin-top: 40px;
		margin-left: 0px;
		width: 100%;
	}
	.landing-section.program-search .top-majors ul {
		columns: 2;
	}
}
/*** Desktop ***/
@media (min-width: 1240px) {
	.featured.image .wrapper .column h2 {
		font-size: 80px;
	}
	.featured.image.textwbutton {
		max-height: 800px;
	}
	.featured.image.textwbutton .wrapper .column, .featured.image.textwbutton.left .wrapper .column {
		left:0;
	}
	.featured.image.textwbutton .wrapper .column h2 {
		display: block;
		float: none;
		width: 550px;
		font-family: "freight-sans-pro-i9","freight-sans-pro",sans-serif;
		font-style: normal;
		font-weight: 600;
		color: #ffffff;
		font-size: 54px;
		line-height: 60px;
		max-width: 100%;
		bottom: 0;
		text-transform: none;
		margin: 0px;

	}
	.featured.image.textwbutton.left .wrapper .column h2 {
		text-align: left;
	}
	.featured.image.textwbutton.right .wrapper .column h2 {
		text-align: right;
	}
	.featured.image.textwbutton .wrapper .column p {
		color: #ffffff;
		font-size: 22px;
		line-height: 34px;
		width: 480px;
		margin-bottom: 45px;
	}
	.featured.image.textwbutton.left .wrapper .column p {
		text-align: left;
	}
	.featured.image.textwbutton.right .wrapper .column p {
		text-align: right;
	}
	.featured.image.textwbutton .wrapper .column a {
		float: none;
		color: #ffffff;
		padding: 4px 20px 6px 20px;
		border: 1px solid #ffffff;
		font-size: 24px;
		line-height: 33px;
		font-weight: 600;
		text-transform: uppercase;
		top: 182px;
	}

	section#info {
		padding: 50px 0 80px 0;
	}
	section#info div.container {
		max-width:1160px;
		margin: auto;
		display: -ms-grid;
		display: grid;
		grid-template-areas: "audience-info featurestory1 featurestory1 featurestory2"
			"audience-info featurestory1 featurestory1 featurestory2"
			"audience-info morestories morestories morestories"
			"resource-links fact1 promo promo"
			". . promo promo "
			". fact2 promo promo";
		-ms-grid-columns: 260px 41px 260px 41px 108px 41px 409px;
		grid-template-columns: 260px 260px 108px 409px;
		-ms-grid-rows: 269px 0 269px 0 100px 0 167px 0 41px 0 167px;
		grid-template-rows: 269px 269px 100px 167px 41px 167px;
		grid-column-gap: 41px;
		grid-row-gap: 0;
	}
	.audience-info {
		grid-area: audience-info;
	}
	/*dynamic menu*/
	ul.menu-options-list li a.button.grey {
		background-color: #F2F2F2;
	}

	div.resource-links {
		grid-area: resource-links;
		margin-top: 35px;
	}


	article#first-feature-story {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
		grid-area: featurestory1;
	}
	article#second-feature-story {
		display: block;
		grid-area: featurestory2;
	}
	.feature-stories a:hover .fa-chevron-right {
		transform: translateX(5px);
		transition: transform .3s;
	}

	div.more-stories {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		grid-area: morestories;
	}
	div.more-stories > a {
		padding: 10px;
		background-color: transparent;
		width: auto;
		text-align: auto;
		height: auto;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	div.more-stories a:hover {
		position:relative;
		top: 0px;
		text-decoration: underline;
	}
	div.link-line {
		height:4px;
		background-color: #cecece;
		display: block;
	}
	div.link-line.beforelink {
		width: calc(100% - 282px);
	}
	div.link-line.afterlink {
		width: 50px;
	}
	div.more-stories > hr {
		border-top: 4px solid #cecece;
	}


	div.promo {
		-ms-grid-row: 4;
		-ms-grid-column: 1;
		grid-area: promo;
	}
	.promo figure {
		height: 376px;
	}
	a.fact p:nth-of-type(1) {  
		font-size: 3.8rem;
		margin: 1rem 1rem 1.8rem;
	}
	a.fact p:nth-of-type(2){
		margin: .5rem;
		line-height: 1.4em;
		font-size: 1rem;
	}
	a.fact.fact-1 {
		grid-area: fact1;
	}
	a.fact.fact-2 {
		grid-area: fact2;
	}


	.module > h2, .module .column > h2 {
		padding: 90px 10px 40px 10px;
	}

	.landing-section.program-search {
		display: flex;
		max-width: 1280px;
		padding: 80px 60px;
	}
	.landing-section.program-search .top-majors {
		margin-left: 100px;
		width: 275px;
		margin-top: 0px;
	}
	.landing-section.program-search .top-majors ul {
		columns: 1;
	}
	section#social {
		padding: 0 0 90px 0;
	}
	section#social h2 {
		padding: 90px 10px 40px 10px;
	}
	div#event-list, .engage-list {
		margin-top: 6px;
		grid-template-areas: "event1 event2 event3";
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.event-item {
		margin-bottom: 0;
	}
	.event-item:nth-child(2) img {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		grid-area: event2;
	}
	.event-item:nth-child(3) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		grid-area: event3;
	}
	a.event-item:hover {
		background-color: #f9f9fa;
		position:relative;
		top: 3px;
		cursor: pointer;
	}

	section#events div.column > ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0;
	}
	section#events div.column > ul li {
		margin: 44px 20px;
	}
	article#first-feature-story {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 3;
		-ms-grid-column-span: 3;
	}
	div.more-stories {
		-ms-grid-row: 5;
		-ms-grid-column: 3;
		-ms-grid-column-span: 5;
	}
	div.promo {
		-ms-grid-row: 7;
		-ms-grid-row-span: 5;
		-ms-grid-column: 5;
		-ms-grid-column-span: 3;
	}
	div.social-item:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	div.social-item:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}
	div.social-item:nth-child(3) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}


	.event-item {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}


	.event-item:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}
	.audience-info {
		-ms-grid-row: 1;
		-ms-grid-row-span: 5;
		-ms-grid-column: 1;
	}
	div.resource-links {
		-ms-grid-row: 7;
		-ms-grid-column: 1;
	}
	article#first-feature-story {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 3;
		-ms-grid-column-span: 3;
	}
	div.more-stories {
		-ms-grid-row: 5;
		-ms-grid-column: 3;
		-ms-grid-column-span: 5;
	}
	div.promo {
		-ms-grid-row: 7;
		-ms-grid-row-span: 5;
		-ms-grid-column: 5;
		-ms-grid-column-span: 3;
	}
	a.fact.fact-1 {
		-ms-grid-row: 7;
		-ms-grid-column: 3;
	}
	a.fact.fact-2 {
		-ms-grid-row: 11;
		-ms-grid-column: 3;
	}
}
@media (min-width: 1240px) {


	.event-item:nth-child(2) img {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}


	.event-item:nth-child(3) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}  
}
@media (min-width: 800px) {
	.audience-info {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 1;
	}
	div.resource-links {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
	}
	article#first-feature-story {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	div.more-stories {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
	div.promo {
		-ms-grid-row: 5;
		-ms-grid-row-span: 5;
		-ms-grid-column: 3;
	}
	a.fact.fact-1 {
		-ms-grid-row: 7;
		-ms-grid-column: 1;
	}
	a.fact.fact-2 {
		-ms-grid-row: 9;
		-ms-grid-column: 1;
	}
	.audience-info {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 1;
	}
	div.resource-links {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
	}
	article#first-feature-story {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	div.more-stories {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
	div.promo {
		-ms-grid-row: 5;
		-ms-grid-row-span: 5;
		-ms-grid-column: 3;
	}
	a.fact.fact-1 {
		-ms-grid-row: 7;
		-ms-grid-column: 1;
	}
	a.fact.fact-2 {
		-ms-grid-row: 9;
		-ms-grid-column: 1;
	}  
}
@media (min-width: 1240px) {
	.audience-info {
		-ms-grid-row: 1;
		-ms-grid-row-span: 5;
		-ms-grid-column: 1;
	}
	div.resource-links {
		-ms-grid-row: 7;
		-ms-grid-column: 1;
	}
	article#first-feature-story {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 3;
		-ms-grid-column-span: 3;
	}
	article#second-feature-story {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 7;
	}
	div.more-stories {
		-ms-grid-row: 5;
		-ms-grid-column: 3;
		-ms-grid-column-span: 5;
	}
	div.promo {
		-ms-grid-row: 7;
		-ms-grid-row-span: 5;
		-ms-grid-column: 5;
		-ms-grid-column-span: 3;
	}
	a.fact.fact-1 {
		-ms-grid-row: 7;
		-ms-grid-column: 3;
	}
	a.fact.fact-2 {
		-ms-grid-row: 11;
		-ms-grid-column: 3;
	}  
}
