/* 
This is the section css for
Theatre and Dance 
*/

/**DIGITAL EXPERIENCE**/
#home-content .whiteLink, #home-content .whiteLink:visited{
	color: #fff;
}
#home-content #digitalExperience ul {
	background-image: linear-gradient(to bottom right, #441F49, #763775);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #FFF;
	font-weight: bold;
	list-style: none;
	margin-left: 0;
	padding: .5em 1em;
	width:98%;
}
#home-content #digitalExperience ul li:first-child {
	font-size: 1.2em;
	text-transform: uppercase;
}
#home-content #digitalExperience ul + p { margin-top: 0; }
#home-content #digitalExperience img {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	width: 100%;
}
#home-content #digitalExperience a:hover img {
	filter: brightness(50%);
	-webkit-filter: brightness(50%);
}

#home-content #digitalExperience .videoContainer{
	margin-top: 0px;
	width: 100%;
	padding-right: 12px;
}
/**IMAGE PLACEMENT**/
#home-content .imgRight{
	float: right;
	padding-left: 10px;
}
#home-content .imgLeft{
	float: left;
	padding-right: 10px;
}
#home-content .imgCenter{
	display: block;
	margin: 0 auto;
}

#home-content .greyGrid{
	background-color: #eee;
}

/***** NEW CONTENT 2020*****/
/* 

/* ================ */
/*   GRID SYSTEM    */
/* ================ */
#home-content .col8-4 > .row-responsive > .grid8 { padding-right: 20px; }
#home-content .col6-6 > .row-responsive > .grid6:nth-child(1) { padding-right: 10px; }
#home-content .col6-6 > .row-responsive > .grid6:nth-child(2) { padding-left: 10px; }

#home-content .col4-4-4 > .row-responsive > .grid4:nth-child(1) { padding-right: 10px; }
#home-content .col4-4-4 > .row-responsive > .grid4:nth-child(2) { padding-right: 5px; padding-left: 5px; }
#home-content .col4-4-4 > .row-responsive > .grid4:nth-child(3) { padding-left: 10px; }

#home-content .fullWidth {
	clear: both;
/* 	margin-left: -50vw;
	margin-right: -50vw; */
	overflow: auto;
/* 	padding: 20px 50vw; */
}
#home-content .fullWidth:first-of-type { padding-top: 0; }
#home-content .fullWidth:nth-child(even) hr { border-color: #ddd; }
#home-content .support .fullWidth:nth-child(even) { background-color: #EEE; }

#home-content .noList {
	list-style: none;
	margin-left: 0;
}

#home-content .grid4{
	padding-right: 10px;
}
/* ===== DEFAULT.aspx ===== */
#home-content .greyGrid {
	background-color: #eee;
	padding: 1px 10px 10px 10px;
	margin-bottom: 20px;
	width: 100%;
}
#home-content ul.socialMedia {
	margin-left: 0;
}
#home-content .socialMedia li {
	list-style-type: none;
	padding: 3px 0 15px 35px;
}
#home-content .facebookLink  { background: url(../images/socialMedia/facebook.jpg) no-repeat; }
#home-content .twitterLink   { background: url(../images/socialMedia/twitter.jpg) no-repeat; }
#home-content .youtubeLink   { background: url(../images/socialMedia/youtube.jpg) no-repeat; }
#home-content .instagramLink { background: url(../images/socialMedia/instagram.jpg) no-repeat; }
#home-content .tumblrLink    { background: url(../images/socialMedia/tumblr.jpg) no-repeat; }
#home-content .linkedinLink  { background: url(../images/socialMedia/linkedin.jpg) no-repeat; }
#home-content .flickrLink    { background: url(../images/socialMedia/flickr.jpg) no-repeat; }


@media only screen and (max-width: 768px) {
	/* ================ */
	/*   GRID SYSTEM    */
	/* ================ */
	#home-content .col8-4 > .row-responsive > .grid8 { padding-right: 0; }
	#home-content .col6-6 > .row-responsive > .grid6:nth-child(1) { padding-right: 0; }
	#home-content .col6-6 > .row-responsive > .grid6:nth-child(2) { padding-left: 0; }

	#home-content .col4-4-4 > .row-responsive > .grid4:nth-child(1) { padding-right: 0; }
	#home-content .col4-4-4 > .row-responsive > .grid4:nth-child(2) { padding-right: 0; padding-left: 0; }
	#home-content .col4-4-4 > .row-responsive > .grid4:nth-child(3) { padding-left: 0; }

}

/*	FULL CALENDAR STYLING	*/

#home-content .calendarConfine{
	overflow-y: scroll;
}

.fc-toolbar{
	padding-right: 20px;
}
.fc-left h3{
	margin-top: 5px;
	border-bottom: none;
	margin-left: 0 !important;
	font-size: 2em;
}
.fc-left h3:after{
	background: none;
}

.fc-list-heading-main{
	font-size: 1.4em;
	color: #441F49;
	font-weight: bold;
}
.fc-list-heading-alt{
	font-size: 1.2em;
	padding-left: 5px;
	color: #441F49;
	font-weight: bold;
}

.fc-scroller{
	height: 100% !important;
}


.filter form{
	display: none;
}
.filter .filterHeader{
	display: none;
}

.invisible{
	display: none;
}

#home-content .fc-center{
	display: none;
}


.fc-prev-button{
	padding: 70px;
}
.fc-next-button{
	padding: 70px;
}


.fc-icon{
	width: 10px;
	height: 20px;
}


.fc-icon-left-single-arrow:after{
	content: "\02039";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
}

.fc-icon-right-single-arrow:after{
	content: "\0203A";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
}





/*** END NEW CONTENT 2020****/


/* ================ */
/*      GLOBAL      */
/* ================ */

#home-content .sideBox {
	background-color: #eee;
	padding: 1px 10px 10px 10px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
#home-content .sideBox p {
	margin-top: 5px;
	font-size: .95em;
}

#home-content .fullWidth {
	clear: both;
/* 	margin-left: -50vw;
	margin-right: -50vw; */
	overflow: hidden;
/* 	padding: 20px 50vw 40px 50vw; */
}

#home-content .fullWidth:nth-child(odd) { background-color: #FFF; border-bottom: 3px solid #6e3061; border-top: 3px solid #6e3061;}
#home-content .fullWidth:first-of-type { padding-top: 0; border-top: none; }
#home-content .fullWidth:nth-child(even) hr { border-color: #ddd; }

#home-content .noList {
	list-style: none;
	margin-left: 0;
}

#home-content h2 span {
	font-size: .4em;
	position: relative;
	left: 3px;
}


#home-content .bandFLeft {
	display: inline-block;
	float: left;
	margin-bottom: 5px;
	margin-right: 20px;
}
#home-content .fRight {
	display: inline-block;
	float: right;
	margin-left: 20px;
}

/* ===== DEFAULT.aspx ===== */
#home-content .capital { text-transform: uppercase; }

/* ===== DEPTNEWS.aspx ===== */
#home-content .fullWidth .flex-next,
#home-content .fullWidth .flex-prev {
	height: 87px;
	top: 27%;
	transition-duration: 0ms;
	width: 57px;
}
/* right arrow */
#home-content .fullWidth .flex-next { background: url(/images/slider/next-btn.png) right 0;	right: 1.3125%; }
#home-content .fullWidth .flex-next:hover { background-position: right -87px; }
/* left arrow */
#home-content .fullWidth .flex-prev { background: url(/images/slider/prev-btn.png); left: 1.3125%; }
#home-content .fullWidth .flex-prev:hover { background-position: right 87px; }
/* slide circles */
#home-content .fullWidth .flex-control-paging { top: -1px; }
#home-content .fullWidth .flex-control-nav li a {
	width: 13px;
	height: 13px;
	background-color: #ddd;
	border-radius: 100%;
	box-shadow: none;
	margin: 0 5px;
	cursor: pointer;
	color: #ddd;
}
#home-content .fullWidth .flex-control-nav li a.flex-active {
	background-color: #c1c1c1; 
}
#home-content .fullWidth .flex-control-nav {
	text-align: center; 
}
#home-content .newsTile .tileBuilderSnippet > .grid4 img {
	display: block;
	margin: 0 auto;
}
#home-content .newsTile .tileBuilderSnippet > .grid4 ul {
	list-style: none;
	margin-left: 0;
	text-align: center;
}
#home-content .newsTile .tileBuilderSnippet > .grid4 ul li:first-of-type {
	font-weight: bold;
	text-transform: uppercase;
	color: #575757;
}

#home-content .newsTile .tileBuilderSnippet > .grid4 li{
	color: #575757;
}
#home-content .newsTile .tileBuilderSnippet > .grid4 > a {
	text-decoration: none; 
}


/* properly show in edit and preview omni modes */
html.js .fullWidth .slides li li { display: block; }
.ou-justedit-region .fullWidth .slides li { display: block !important; }
.ou-justedit-region #home-content .fullWidth .slides li { clear: both; overflow: auto; }
.ou-justedit-region #home-content .slides li { display: block; }

/* ===== FACULTY.aspx ===== */
#home-content .faculty .tileBuilderSnippet > .grid3 img {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}
#home-content .faculty .tileBuilderSnippet > .grid3 ul {
	list-style: none;
	margin-left: 0;
	text-align: center;
}
#home-content .faculty .tileBuilderSnippet > .grid3 ul li:first-of-type {
	font-weight: bold;
	text-transform: uppercase;
}
#home-content .faculty .tileBuilderSnippet > .grid3 > a { text-decoration: none; }

/* ===== PROSPECTIVESTU.aspx ===== */
#home-content #dellArte {
	float: left;
	margin-bottom: 10px;
	margin-right: 1em;
}

/* ===== CURRENTSEASON.aspx ===== */
#home-content .currentSeason{
	border-bottom: 3px solid #6e3061;
	padding-bottom: 20px;
}

/* ===== SEASONAUDITIONS.aspx ===== */
#home-content #currentSeasonShows .grid4 img { width: 100%; }
#home-content #currentSeasonShows .grid8 { padding-left: 10px; }
#home-content #auditoriums iframe {
	margin: .5em auto;
	width: 100%;
}
#home-content #auditoriums span {
	display: block;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#home-content .currentSeasonImg{
	width: 150px;
}

/* ===== SEASONEVENTS.aspx ===== */
#home-content .seasonEvents .tileBuilderSnippet > .grid4 > .row-responsive > .grid4 img { width: 100%; }
#home-content .seasonEvents .tileBuilderSnippet > .grid4 > .row-responsive > .grid8 { padding-left: 1em; }
#home-content .seasonEvents .tileBuilderSnippet > .grid4 > .row-responsive > .grid8 ul {
	font-weight: bold;
	list-style: none;
	margin-left: 0;
}
#home-content .seasonEvents .tileBuilderSnippet > .grid4 > .row-responsive > .grid8 ul li:first-of-type { text-transform: uppercase; }
#home-content .seasonEvents .tileBuilderSnippet > .grid4 > .row-responsive > .grid8 p { font-size: .95em; }
#home-content #googleTheatres iframe {
	display: block;
	margin: 0 auto;
}
#home-content #googleTheatres p {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

/* ===== SUMMERPROGRAMS.aspx ===== */
#home-content ul.socialMedia { margin: 0; }
#home-content ul.socialMedia li { padding: 3px 0 15px 35px; list-style-type: none; }
#home-content .facebookLink { background: url(../images/socialMedia/facebook.jpg) no-repeat; }
#home-content .twitterLink { background: url(../images/socialMedia/twitter.jpg) no-repeat; }
#home-content .youtubeLink { background: url(../images/socialMedia/youtube.jpg) no-repeat; }
#home-content .instagramLink { background: url(../images/socialMedia/instagram.jpg) no-repeat; }
#home-content .tumblrLink { background: url(../images/socialMedia/tumblr.jpg) no-repeat; }
#home-content .linkedinLink { background: url(../images/socialMedia/linkedin.jpg) no-repeat; }
#home-content .flickrLink { background: url(../images/socialMedia/flickr.jpg) no-repeat; }

#home-content .socialMedia a {
	color: #575757;
	font-size: .95em;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}
#home-content .socialMedia a:hover {
	color: #763775;
	text-decoration: underline;
}

#home-content #facBanner { background-color: #441f49; }
#home-content #facBanner .grid3 { padding: 0 10px; }
#home-content #facBanner h2 { color: #FFF; }
#home-content #facBanner p { text-align: center; }
#home-content #facBanner img { border-radius: 3px; }
#home-content #facBanner ul {
	color: #FFF;
	list-style: none;
	margin-left: 0;
	text-align: center;
}
#home-content #facBanner li:first-of-type {
	font-weight: bold;
	text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
	/* ================ */
	/*   GRID SYSTEM    */
	/* ================ */
	#home-content .col8-4 > .row-responsive > .grid8 { padding-right: 0; }

	#home-content .col6-6 > .row-responsive > .grid6:nth-child(1) { padding-right: 0; }
	#home-content .col6-6 > .row-responsive > .grid6:nth-child(2) { padding-left: 0; }

	#home-content .col4-4-4 > .row-responsive > .grid4:nth-child(1) { padding-right: 0; }
	#home-content .col4-4-4 > .row-responsive > .grid4:nth-child(2) { padding-right: 0; padding-left: 0; }
	#home-content .col4-4-4 > .row-responsive > .grid4:nth-child(3) { padding-left: 0; }

	/* ===== DEPTNEWS.aspx ===== */
	#home-content .fullWidth .flex-next, #home-content .fullWidth .flex-prev { display: none; }

	/* ===== FACULTY.aspx ===== */
	#home-content .faculty .tileBuilderSnippet > .grid3,
	#home-content .newsTile .tileBuilderSnippet .grid6 { width: 100%; }
	#home-content .faculty .tileBuilderSnippet > .grid3 ul,
	#home-content .newsTile .tileBuilderSnippet .grid6 ul {
		margin-bottom: 10px;
		text-align: left;
	}

	/* ===== SEASONAUDITIONS.aspx ===== */
	#home-content #currentSeasonShows .grid4 img {
		display: block;
		margin: .5em auto;
		width: 25%;
	}
	#home-content #currentSeasonShows .grid8 { padding-left: 0; }

	/* ===== SEASONEVENTS.aspx ===== */
	#home-content .tileBuilderSnippet > .grid4 > .row-responsive > .grid4 img { width: 100%; }
	#home-content .tileBuilderSnippet > .grid4 > .row-responsive > .grid8 { padding-left: 0; }
}

@media only screen and (max-width: 600px) {
	#home-content .flexslider { display: block; }
}




/*******************************/
/****  BRAND TILE SWITCHER  ****/
/*******************************/

.tile-switcher {
    width: 100%;
    padding: 0px 10%;
}

.tile-content {
    width: 100%;
	border-bottom: 5px solid #6e3061;
	margin-bottom: 2em;
    padding: 1.25em;
}

/* let contents wrap around any images floated left */
.tile-content h2 {
	clear: none;
}
.tile-content .title-small{
	font-size: .7em;
	text-transform: initial;
}
.tile-image{
	float: left;
	display: inline-block;
	margin: 10px 20px 10px 0px;
}
#home-content .title-small{
	text-transform: initial;
	margin-top: 10px;
	color: #000;
}


/* ***************
      tile nav
   *************** */

.tile-navigation {
	display: flex;
	flex-wrap: wrap;
    text-align: center;
}

.tile {
    text-transform: uppercase;
    text-decoration: none;
	margin-bottom: 1em;
	padding: 1.25em;
	width: calc(100% / var(--columns)); /* --columns is set on .tile-navigation by snippet XSL */
}

.tile h3 {
	font-size: 1.3em;
	letter-spacing: .05rem;
	margin: 0;
	line-height: 1.2em;
}
.tile h3 .title-small{
	letter-spacing: .04rem;
}
/* underline tile header when tile is selected */
.active-tile .title-underline {
    border-bottom: 3px solid #6e3061;
}
#home-content .tile:hover .title-underline{
	border-bottom: 3px solid #ffe800;
}

.tile img {
	display: block;
	transition: .3s ease;
}

/* pop out image when tile is active */
.active-tile img {
	transform: translate(.75em, .75em);
}

/* when tile is selected, image pops out and purple border appears behind;
   can't set a pseudo-element on <img>, so we're setting it on this wrapper */
.tile-image-border {
	display: inline-block;
	position: relative;
	margin-bottom: 1em;
}

.tile-image-border::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 3px solid #6e3061;
}

/* fallback for browsers that don't support :focus-visible;
   needs #home-content for specificity over #home-content a:focus */
#home-content .tile:focus {
	outline: 3px dotted #b58bb5;
}

/* remove mouse focus style for browsers that support :focus-visible */
#home-content .tile:focus:not(:focus-visible) {
	outline: none;
}

/* add keyboard focus style for browsers that support :focus-visible */
#home-content .tile:focus-visible {
	outline: 3px dotted #b58bb5;
}

/* use JS to switch from tiles to native dropdown on mobile screens */
.tile-switcher .native-dropdown {
	display: none;
	font-size: 1em;
	width: 50%;
	min-width: 200px;
	margin: 1em auto 0px;
	padding: .5em 1em;
}

/* TILE MEDIA QUERIES */
@media screen and (max-width: 768px) {

	.tile-switcher .native-dropdown {
		display: block;
	}

	.tile-navigation {
		display: none;
	}

}

@media screen and (max-width: 1366px) {

	.tile-switcher {
		padding: 0;
	}

}
#home-content #alumPage .centerH2{
	text-align: center;
}


/* 
This is the section css for
Arts 
*/

#home-wrapper, .headerWrapper, #footer, body{
	overflow: visible !important;
}
.headerWrapper{
	float: left;
	width: 100%;
}

#home-content .flex-control-nav{
	overflow: hidden;
}
#home-content .flex-caption{
	padding: 5px 140px 20px 80px;
	max-height: 120px;
	background-color: rgba(56,33,64,.85) !important;
	text-align: center;
}
#home-content .flex-caption a.purpleBoxBtn{
	color: #FFE800;
	text-transform: uppercase;
	padding: 6px;
	font-weight: bold;
	margin-top: 10px;
	font-size: 1.2em;
	transition: 0.6s;
	transition-timing-function: ease-in-out;
	font-family: "myriad-pro", Arial, sans-serif;
}
#home-content .flexsliderLarge{
	margin-bottom: 0px;
}
#home-content .flexsliderLarge img{
	width: 100%;
}

/*	CALENDAR BOX FOR MOCK UP	*/
#upcomingEvents{
	padding: 5% 5%;
	background-image: url(https://www.wcupa.edu/_resources/includes/brand/images/homePageImages/hpFindProgParallax.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	width: 100%;
	display: block;
}
#upcomingEvents h2{
	text-align: center;
	margin-bottom: 5%;
	color: #ffe800;
}
#home-content #upcomingEvents .forceUpper
{
	text-transform: uppercase;
	color: #EEE;
}
#upcomingEvents h3 + span
{
	font-size: .75em;
	padding-bottom: 50px;
}
#upcomingEvents .noImage
{
	background-color: #CCC;
	width: 70%;
}
#upcomingEvents .theMonth
{
	text-transform: uppercase;
	padding-top: 5px;
}
#upcomingEvents p
{
	font-size: .75em;
	margin-top: 0;
}
#upcomingEvents li:nth-child(n+10){
	display: none;
}
#upcomingEvents .theMonth, #upcomingEvents .theDate
{
	text-align: center;
	display: block;
	font-weight: bold;
	color: #FFE800;
    font-family: "Phonk", Arial, sans-serif;
    font-size: 1.3em;
}

#upcomingEvents a{
	font-size: 1.2em;
}
#upcomingEvents a:hover{
	color: #FFE800;
}
#upcomingEvents .theDate{
	font-size: 1.9em;
}
#upcomingEvents .moreDate{
	font-size: 1em;
}
#upcomingEvents .leftDate{
	float: left;
	padding: 5px 10px;
	/* 	margin-top: -10px; */
	border-right: 5px solid #FFE800;
	margin-right: 20px;
}
#upcomingEvents a .theMonth, #upcomingEvents a .theDate{
	color: #FFE800;
	font-family: "Phonk", Arial, sans-serif;
	font-size: 1.1em;
	text-decoration: none;
	margin-bottom: 10px;
	letter-spacing: .2rem;
}
#upcomingEvents a .theDate{
	font-size: 1.8em;
}
#upcomingEvents .theLocation{
	font-size: .6em;
}
.contentHolder .flexsliderLarge ul{
	margin-left: 0px;
}
#upcomingEvents .slides li:first-child
{
	padding-left: 0;
}
#upcomingEvents li
{
	list-style-type: none;
	padding: 20px 25px;
}
#upcomingEvents .dateContainer
{
	padding: 0 10px;
	margin-right: 20px;
	float: left;
	padding: 0 10px;
	height: auto;
	min-height: 85px;
	border-right: 5px solid #FFE800;
	overflow: hidden;
}
#upcomingEvents .flex-control-nav.flex-control-paging
{
	position: relative;
	/*	top: -15px;	*/
}
#upcomingEvents li{
	width: 33%;
	float: left;
}
/* #upcomingEvents a
{
text-decoration: none;
} */ /* requested to have links underlined */
#upcomingEvents a, #upcomingEvents a h3{
	color: #F5F5F5;
}
#upcomingEvents a.btnGold{
	color: #6e3061;
	text-align: center;
}
#upcomingEvents .grid12 p{
	text-align: center;
	margin-top: 40px;
}
#upcomingEvents .grid4 li:hover a, #upcomingEvents .grid4 li:hover a h3, #upcomingEvents a.btnGold:hover{
	color: #FFE800;
}
#upcomingEvents a:hover
{
	cursor: pointer;
}
#upcomingEvents .grid4{
	margin-bottom: 30px;
}
#upcomingEvents .grid4:nth-of-type(3n+1){
	clear: left;
}
#upcomingEvents .dateContainer
{
	transition: background-color, .5s;
}
#upcomingEvents h3
{
	display: inline;
}
#upcomingEvents h3::after
{
	display: none;
}
#home-content #rssNews .commNewsItem{
	padding-bottom: 20px;
}
#home-content .commNewsItem a{
	text-decoration: none;
	color: #444;
}
#home-content .commNewsItem a:hover h3{
	text-decoration: underline;
}
#home-content #rssNews .commNewsItem h3{
	font-size: 1.2em;
	padding-bottom: 0px;
	margin: 10px 0px;
	color: #6e3061;
}
#home-content .commNewsItem h3:after{
	background: none;
}
#rssNews .grid4:nth-of-type(3n+1){
	clear: left;
}
#rssNews .grid4:nth-of-type(6) ~ .grid4{
	display: none;
}
#home-content .grid4 .commNewsItem img{
	width: 100%;
	max-width: 650px;
	margin: 0px 0px 20px 0px;
}
#home-content .commNewsItem figure{
	max-width: 80%;
}
#home-content #rssNews{
	display :flex;
}
#home-content .flexsliderLarge{
	margin-bottom: 0px;
	position: relative;
}
#home-content .flexsliderLarge img{
	width: 100%;
}
#home-content #rssNews h2{
	margin-top: 40px;
	float: left;
}
#home-content #rssNews .commNewsItem .commDate{
	bottom: auto;
	left: 10px;
	top: 20px;
	background-color: #382140;
	color: #FFE800;
}
#home-content #rssNews .commNewsItem:hover{
	background-color: #fff;
}
#home-content #rssNews .commNewsItem:hover h3{
	color: #6e3061;
	text-decoration: underline;
}
#home-content .commNewsItem .highlightedDate{
	display: block;
	font-family: "NotoSans", Arial, sans-serif;
	text-transform: uppercase;
}
#home-content .commNewsItem p{
	margin-top: 10px;
	color: #444;
	font-family: "NotoSans", Arial, sans-serif;
}
#artsFeed, #studentSuccessFeed{
	padding-bottom: 30px;
	border-bottom: 5px solid #FFE800;
	float: left;
}
#home-content .grid10{
	padding-right: 7%;
}
.grid2 .stickyBtn{
	position: sticky;
	position: -webkit-sticky;
	top: 40px;
	left: 0;
	padding: 10px 30px;
	margin: 37px 0px;
	font-size: .8em;
}
.artSocialBar{
	width: 100%;
	display: block;
	background-color: #6e3061;
	text-align: center;
	padding: 10px;
	float: left;
	margin-top: 0px;
}
#home-content .artSocialBar p{
	margin: 0px 0px;
}
.socialLogo{
	display: inline-block;
	margin-right: 5px;
	max-width: 45px;
}
#home-content .floatRight{
	float: right;
	margin-top: 40px;
	font-size: 1.3em;
	padding-right: 40px;
}
#home-content .silverFont .wcuLink svg{
	fill: #F5F5F5;
}
#home-content .centerContent .accordion ul, #home-content .centerContent > ul{
	margin-left: 43%;
	padding-right: 25%;
}

@media only screen and (max-width:1366px){
	#home-content .flex-caption{
		max-height: 250px !important;
		padding: 10px 4px !important;
	}
	#home-content .centerContent .accordion ul, #home-content .centerContent > ul{
		margin-left: 35%;
	}
}

@media screen and (max-width: 768px){
	#home-content .centerContent .accordion ul, #home-content .centerContent > ul{
		margin-left: 20px;
	}
	#home-content .centerContent .accordion h3, #home-content .centerContent .accordion p{
		text-align: left;
	}
	#home-content #rssNews{
		display: block;
		padding-top: 0px;
	}
	#home-content #rssNews .grid2 .btn{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#home-content #rssNews .grid2{
		text-align: center;
		padding-right: 0px;
	}
	#home-content #rssNews .grid10{
		padding-right: 0px;
	}
	#home-content .flex-caption{
		max-height: 500px !important;
		padding: 10px 5px !important;
		position: relative;
	}
	#home-content h2, #home-content .psuedoHead2{
		font-size: 1.7em;
	}
	#home-wrapper, .headerWrapper, #footer, body{
		overflow: hidden;
		overflow-x: hidden !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	#home-content .newsAnnouncements, #home-content #rssNews{
		float: left;
		padding: 3.5%;
		width: 100%;
		max-width: 100%;
	}
	#home-content .newsAnnouncements h2{
		font-size: 1.5em;
	}
	#upcomingEvents li{
		width: 100%;
	}
	#home-content .commNewsItem figure{
		max-width: 100%;
	}
	#home-content .commNewsItem figure img{
		width: 100%;
	}
}







