/*******************************************************
1. Fonts
2. Global Header Styles
*********************************************************/

/*****************************
******************************
COLOR GUIDE:

# Dark Purple (header background) : #441f49 - rgba(68, 31, 73, 1)
# Purple (text, links) : #763775 - rgba(118, 55, 117, 1)
# Light Purple : #B094B5 - rgba(176, 148, 181, 1)
# Light Grey : #eeeeee - rgba(238, 238, 238, 1)
# Light White : #f7f7f7 - rgba(247,247,247,1)
# Grey : #c1c1c1 - rgba(193, 193, 193, 1)
# Gold : #FFBD07 - rgba(255, 189, 7, 1)
# Dark Gold : #D9AA2A - rgba(217, 170, 42, 1)
******************************
*****************************/

@charset "utf-8";
/* CSS Document */

/*  **************************************************  **
BEGIN FOCUS FOR ACCESSIBILITY
**  **************************************************  */

.contentHolder a:visited:not(.btn) {
	color: #6A4E00;
}
.contentHolder .tabContainer nav>a:visited, .contentHolder .tabContainer nav form button:visited {
	color: #FFF;
}
#footer a:visited {
	color: #FFBD07;
}
#wcuLoginForm *:focus,
.mainDropLinks *:focus,
#navigation a:focus, #header h1>a:focus img,
#crisisSiren a:focus img,
#facAlert a:focus,
#fRgtCol a:focus,
#fHorizLinks .grid6 > a:focus img,
#backToTopDS:focus,
#drop-content a:focus,
#drop-content input:focus,
#drop-content button:focus,
#aspnetForm input:focus,#aspnetForm select:focus,#aspnetForm textarea:focus,
.close-me:focus, a[href*="contact"]:focus, .breadCrumb a:focus, #headerLinksRight a:focus, a#searchBtnBox:focus, .fc-button-group > .fc-button:focus{
	outline: 3px dotted #382140;
}
.fc-button-group > .fc-button:focus{
	box-shadow: none;
}
#header a:focus{
	outline: 3px dotted #FFF !important;
}
#header #headerLogo a:focus{
	outline: none !important;
}
#headerLinksRight a:focus, a#searchBtnBox:focus{
	border: 1px solid #fff !important;
	outline: 3px dotted #FFF !important;
}
#home-content .ovBlockContainer a:focus{
	outline: #382140 dotted 3px;
}
#academic-drop a:focus, #apply-drop a:focus, #dept-drop a:focus {
	outline-offset: -5px;
}
a#searchBtnBox:focus
{
	outline-offset: -1px;
}
#home-content a img {
	box-sizing: border-box;
	outline: 0;
}
#home-content a:focus {
	outline: #382140 dotted 3px;
}
/*	THIS HANDLES FOCUS FOR PURPLE BACKGROUND BRAND ELEMENTS	*/
#home-content .purplePara a:focus, #home-content .pyPara2 .grid6:last-of-type a:focus, #home-content .pyPara1 .grid6:first-of-type a:focus, #upcomingEvents a:focus, #home-content .brand-social-media a:focus, .artSocialBar a:focus, #footer li a:focus{
	outline: #fff dotted 3px !important;
}
.horizontalMenu ul a:focus {
	outline-offset: -10px;
}

/*  **************************************************  **
END FOCUS FOR ACCESSIBILITY
**  **************************************************  */

#home-content a img, #home-wrapper *, #sliderContent p, #slideshow #sliderContent, #wcuLoginForm *, .btn, div[class^=grid], div[class^=grid]>div {
	box-sizing: border-box;
}
#btnForgot>a, #navigation ul li a, .home-mobile, .top-links li a, .top-links li a:hover i, .top-mobile {
	text-decoration: none;
}
#crisisSiren #crImage, #footer, #home-wrapper, .fancybox-inner, .navImgWrapper, .youVisitCtr {
	overflow: hidden;
}
#campus-annoucement ul, #campus-announcement ul, #fRgtCol ul, #hdnSiren ul, #hdnSirenDup ul, #home-content .fileList,#home-content .fileListItem, .fa-ul, .slides, .unv-address ul li, html.collegeTemplate .slides, ul.events, ul.forgotPass li {
	list-style-type: none;
}
.home-mobile, .top-mobile {
	text-transform: uppercase;
}
#academic-drop, #apply-drop, #header, #home-content p, #navigation, #searchbox, #searchcontent, #searchcontent form ul.simple-search button, .academic, .apply, .logo, body, dl, dt, form, h3.homepage, h4, img, li, ul {
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	background-color: #382140;
}
h1, h2, h3, h4, h5, h6 {
	color: #382140;
	clear: left;
	line-height: 1.3em;
}
h1, h2{
	font-family: "Phonk", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2rem;
}
h3, h4, h5, h6{
	font-family: "myriad-pro", Arial, sans-serif;
	font-weight: bold;
	letter-spacing: .15rem;
}
h1 {
	font-size: 2.25em; /* sizing for this header/font combo is to be 30pt ~ 40px = 2.5em @ base 16px */
}
h2 {
	font-size: 2em; 
	margin: 30px 0px;
}
h3 {
	font-size: 1.8em;
	margin: 30px 0px 20px 0px;
	padding-bottom: 0px;
}
h4 {
	font-size: 1.4em;
	margin: 30px 0px 20px 0px;
}
h5 {
	font-size: 1em;
	margin: 20px 0px;
}
h6 {
	font-size: .9em;
	margin: 20px 0px;
}
p{
	font-size: 1em;
	vertical-align: baseline;
	margin: 20px 0px;
}
a{
	color: #6e3061;
}

/*****************************
******************************
1. Fonts
******************************
*****************************/
@font-face{
	font-family: 'OpenSansLight';
	src: url('/fonts/open-sans/OpenSans-Light-webfont.eot');
	src: url('/fonts/open-sans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/open-sans/OpenSans-Light-webfont.woff') format('woff'),
		url('/fonts/open-sans/OpenSans-Light-webfont.ttf') format('truetype'),
		url('/fonts/open-sans/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'OpenSansLightItalic';
	src: url('/fonts/open-sans/OpenSans-LightItalic-webfont.eot');
	src: url('/fonts/open-sans/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/open-sans/OpenSans-LightItalic-webfont.woff') format('woff'),
		url('/fonts/open-sans/OpenSans-LightItalic-webfont.ttf') format('truetype'),
		url('/fonts/open-sans/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'OpenSansRegular';
	src: url('/fonts/open-sans/OpenSans-Regular-webfont.eot');
	src: url('/fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/open-sans/OpenSans-Regular-webfont.woff') format('woff'),
		url('/fonts/open-sans/OpenSans-Regular-webfont.ttf') format('truetype'),
		url('/fonts/open-sans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'OpenSansItalic';
	src: url('/fonts/open-sans/OpenSans-Italic-webfont.eot');
	src: url('/fonts/open-sans/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/open-sans/OpenSans-Italic-webfont.woff') format('woff'),
		url('/fonts/open-sans/OpenSans-Italic-webfont.ttf') format('truetype'),
		url('/fonts/open-sans/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'OpenSansSemibold';
	src: url('/fonts/open-sans/OpenSans-Semibold-webfont.eot');
	src: url('/fonts/open-sans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/open-sans/OpenSans-Semibold-webfont.woff') format('woff'),
		url('/fonts/open-sans/OpenSans-Semibold-webfont.ttf') format('truetype'),
		url('/fonts/open-sans/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'OpenSansSemiboldItalic';
	src: url('/fonts/open-sans/OpenSans-SemiboldItalic-webfont.eot');
	src: url('/fonts/open-sans/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/open-sans/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
		url('/fonts/open-sans/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
		url('/fonts/open-sans/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'OpenSansBold';
	src: url('/fonts/open-sans/OpenSans-Bold-webfont.eot');
	src: url('/fonts/open-sans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/open-sans/OpenSans-Bold-webfont.woff') format('woff'),
		url('/fonts/open-sans/OpenSans-Bold-webfont.ttf') format('truetype'),
		url('/fonts/open-sans/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'OpenSansBoldItalic';
	src: url('/fonts/open-sans/OpenSans-BoldItalic-webfont.eot');
	src: url('/fonts/open-sans/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/open-sans/OpenSans-BoldItalic-webfont.woff') format('woff'),
		url('/fonts/open-sans/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
		url('/fonts/open-sans/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'OpenSansExtrabold';
	src: url('/fonts/open-sans/OpenSans-ExtraBold-webfont.eot');
	src: url('/fonts/open-sans/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/open-sans/OpenSans-ExtraBold-webfont.woff') format('woff'),
		url('/fonts/open-sans/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
		url('/fonts/open-sans/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'OpenSansExtraboldItalic';
	src: url('/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.eot');
	src: url('/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'),
		url('/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'),
		url('/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Phonk';
	src: url('/_resources/includes/brand/fonts/phonkRegular.woff2') format('woff2'),
		url('/_resources/includes/brand/fonts/phonkRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/*****************************
******************************
End Fonts
******************************
*****************************/

/*****************************
******************************
2. Global Header Styles
******************************
******************************/
::selection {
	background: #6F316E;
	color: #fff;
}
a {
	color: #6e3061;
}
.noJsAlert {
	text-align: center;
	font-family: OpenSansRegular, sans-serif, arial;
	background-color: #ffbd07;
	border-color: 1px solid #d3a420;
	color: #382140;
	margin: 0 auto;
	padding: 10px 0;
}
#apply-drop a, #drop-content a, #searchbox, #searchcontent label, .tab1, .tab1-widget, .tab2, .tab2-widget, .tab3, .tab3-widget, .top-links li a, .unv-address ul li, h3.homepage, input.login, ul.forgotPass li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#campus-annoucement, #campus-announcement, #navigation ul li a, #news-wrapper, .home-mobile, body {
	font-family: "myriad-pro", Arial, sans-serif;
}
body {
	overflow-x: hidden;
	overflow-y: auto;
	color: #575757;
	max-width: 100%;
	font-size: 1.25em;
}
img {
	max-width: 100%;
}
#container {
	position: relative;
	width: 100%;
	border-top: 5px solid #5f3465;
}
#textOnly, .adaOnlyLabel {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	color: #FFF;
	background-color: #382140;
}
.adaOnlyLabel[href="#wcuMainContent"]:focus{
	top: 10px;
	left: 10px;
	z-index: 5;
	width: auto;
	height: auto;
	border: 1px solid #FFF;
	padding: 5px;
}

#loginDropDown, #wcuLoginForm, .logo {
	position: relative;
}
.logo {
	top: 0px;
}
.logo a:focus img {
	outline-offset: 5px;
}

/* ----- BACK TO TOP ---------*/
#backToTopDS{
	z-index: 9999;
	bottom: 60px;
	right: 25px;
	position: fixed;
	width: 51px;
	height: 51px;
	border-radius: 10px;
	background-color: #666;
	display: none;
	color: #F7F7F7;
	font-size: 1.5em;
	text-align: center;
	padding-top: 10px;
	cursor: pointer;
	border: 2px solid #000;
}

/*****************************
******************************
Brand Header
******************************
*****************************/

/** IE 11 fix **/
/* #header > .grid12 > .grid8{
height: 70px;
}
#header #headerLinks a{
width: 100%;
} */

#header{
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	width: calc(100% - 60px);
	height: auto;
	float: left;
	padding: 0 25px;
	background: #382140;
}
#header > .grid12 > .grid9{
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}
#header #headerLogo{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 20px;
}
#header #headerLogo a:focus img{
	outline: #fff dotted 3px;
}
#header .logo{
	padding-right: 5px;
}
#header .logo img{
	width: 200px;
	padding-right: 5px;
}
#header #headerLinks{
	border-top: 1px solid #ffe800;
	border-bottom: 1px solid #ffe800;
	display: flex;
	justify-content: center;
	justify-content: space-evenly;
	text-align: center;
	height: 100%;
	padding: 5px 5px;
	margin-top: 3px;
}
#header #headerLinks a{
	width: 100%;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffe800;
	font-weight: bold;
}
#header #headerLinksRight{
	display: flex;
	text-align: center;
	height: 100%;
	padding: 4px 4px 4px 0px;
}
#header #headerLinksRight a{
	border: 1px solid #ffe800;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffe800;
	font-weight: bold;
	padding: 5px;
	line-height: 2.6em;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 5px 0 #000;
	letter-spacing: .1rem;
}
#header #headerLinksRight a:hover{
	background: #6e3061;
}
#header #headerLinksRight a.headerSearchBtn{
	color: #ffe800;
}
#header .headerMenuBtn{
	font-family: "Phonk", Arial, sans-serif;
	width: 65%;
	margin-right: 5%;
	margin-left: 5%;
}
#header .headerSearchBtn{
	width: 25%;
}
.firstLALink{
	border-top: 3px solid #6e3061;
	padding-top: 3px;
}
#home-wrapper{
	float: left;
	width: 100%;
}

#home-content .topBannerMessage{
	padding: 3% 5% 3% 15%;
	background-color: #382140;
}
#home-content .topBannerMessage p{
	border-left: 4px solid #FFE800;
	color: #fff;
	padding: 10px;
	margin: 0px;
	font-weight: bold;
	font-size: 1.1em;
}
#home-content .topBannerMessage a,
#home-content .topBannerMessage a:visited{
	color: #FFE800;
}

/*****************************
******************************
Mobile Menu
******************************
*****************************/

/* ------------------ MOBILE NAVIGATION SLIDEOUT MENU ------------ */
ul#nav{
	font-size: 1.5em;
}

ul#nav li {
	list-style: none;
	line-height: 1.5em;
	padding: 5px 0;
}
ul.subnav li {
	padding: 0 25px;
}
ul#nav ul.subnav li a {
	text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
}
.top-mobile {
	border-bottom: 1px solid #DDD;
	font-size: .825em;
	font-family: arial;
	color: #6e3061;
	padding: 5px 0;
}
.top-mobile a, .home-mobile a{
	color: #6e3061;
	text-decoration: none;
}
.top-mobile a{
	display: block;
	width: 100%;
}
.home-mobile{
	padding: 0;
	font-size: 1em;
	top: 5px;
	border-bottom: none;
}
ul#nav .covid-mobile{
	margin-top: -5px;
    padding-top: 0px;
    border-bottom: none;
	color: #fff;
	margin-bottom: 10px;
	padding: 0px !important;
	
}
#nav .covid-mobile a, #nav.covid-mobile a:visited{
	color: #fff;
	padding: 5px 20px;
	display: inline-block;
    background-color: #6e3061;
	font-weight: bold;
	width: auto;
	font-size: .75em;
	border: 3px solid #6e3061;
}
ul#nav .covid-mobile a:hover{
	color: #6e3061;
	background-color: #f5f5f5;
}
#mmClose {
	display: inline-block;
	text-indent: -9999px;
}
.home-mobile .fa-times {
	color: #6e3061;
	width: 20px;
	height: 20px;
}
ul#subNav{
	display: none;
	padding-left: 10px;
	text-transform: initial;
}

/* ---------------------------- PAGESLIDE JQUERY -------------------------------*/
#pageslide{
	/* These styles MUST be included. Do not change. */
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	overflow:auto;

	/* Specify the width of your pageslide here */
	width: 30%;
	padding: 0 20px;

	/* These styles are optional, and describe how the pageslide will look */
	background-color: #F5F5F5;
	color: #6e3061;
	border: 2px solid #DDD;
}

/*****************************
*****************************
Header Search
*****************************
*****************************/

#header .headerSearchBtn svg{
	width: 1em;
	position: relative;
	z-index: 2;
	width: 25px;
	height: 25px;
}
#header .headerSearchBtn svg.fa-search{
	top: 2px;
}
#header .headerSearchBtn svg.fa-times{
	top: 4px;
}
#header .headerSearchBtn .hideSearchBtn{
	display: none;
}
#header #searchSlider{
	position: absolute;
	top: 0;
	z-index: 2;
	left: 100%;
	width: 75%;
	height: 100%;
	transition: left .5s;
	background: #6e3061;
}
#formWebSearch fieldset, #wcuLoginForm fieldset, form[id*=altSearch] fieldset{
	border: transparent;
	padding: 0;
}
#formWebSearch legend, #wcuLoginForm legend, form[id*=altSearch] legend {
	position: absolute;
	left: -10000px;
	top: -10000px;
	background-color: #fff;
	color: #000;
}
#formWebSearch #webSearch{
	width: 90%;
	height: 100%;
	border: none;
	box-sizing: border-box;
	background: #6e3061;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	font-size: 2em;
	text-indent: 10px;
	color: #FFF;
}
#formWebSearch #webSearch:focus{
	border: #ffe800 dotted 1px;
	outline: #ffe800 dotted 3px;
}
#formWebSearch #searchBtn{
	position: absolute;
	right: 5px;
	bottom: 7px;
	border: none;
	background: transparent;
	color: #ffe800;
}
#formWebSearch #searchBtn:hover{
	cursor: pointer;
}
#formWebSearch #searchBtn #searchIcon{
	width: 40px;
	height: 40px;
}
#formWebSearch label{
	position: absolute;
	left: 0;
	bottom: 7px;
	z-index: 1;
	color: rgba(255, 255, 255, .75);
	font-size: 2em;
	text-indent: 10px;
}
@media only screen and (max-width:1200px){
	#header .headerSearchBtn svg.fa-search{
		top: 5px;
	}
}
@media only screen and (min-width:1200px){
	#formWebSearch #searchBtn{
		bottom: 15px;
	}
	#formWebSearch label{
		bottom: 15px;
	}
}

/* *****************  AUTOCOMPLETE FOR SEARCH BOX  ***************** */
.autocomplete-group, .autocomplete-no-suggestion {
	padding: 2px 5px
}
#home-content .purpleContentBtn>.grid12 img {
	display: block
}
#home-content .videoContainer {
	position: relative
}

#home-content .videoContainer .playBtn {
	position: absolute;
	left: 0;
	top: 0
}
#home-content .videoContainer .fancybox-media img.playBtn {
	box-shadow: none
}
#home-content .flexsliderLarge div.flex-caption>p, #home-content .flexsliderLarge div.flex-caption>p a, #home-content .flexsliderLarge div.flex-caption>p a:visited {
	color: #FFF
}
.autocomplete-group strong, .autocomplete-suggestions strong {
	font-weight: 700;
	color: #000
}
.autocomplete-suggestions {
	border: 1px solid #999;
	background-color: #fff;
	cursor: default;
	overflow: auto;
	box-shadow: 1px 4px 3px rgba(50, 50, 50, .64)
}
.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
	font-family: OpenSansRegular, sans-serif, arial;
	font-size: .75em
}
.autocomplete-selected {
	background: #F0F0F0
}
.autocomplete-group strong {
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #000
}

/*****************************
******************************
Global Nav
******************************
*****************************/
#navigation-wrapper{
	display: none;
}
#navigation-wrapper {
	z-index: 9;
	clear: both;
	width: 100%;
	position: relative;
	border-top: none;
}
#wcuNavBar{
	background: #FFE800;
	padding: 20px 0;
	display: flex;
	justify-content: space-evenly;
}
#wcuNavBar a{
	text-decoration: none;
	color: #6e3061;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 2px solid #FFE800;
}
#wcuNavBar a:hover{
	border-bottom: 2px solid #6e3061;
}
#wcuNavBar a:visited{
	color: #6e3061;
}

/*****************************
******************************
Breadcrumb/Contact button
******************************
*****************************/

#contact h1, #contact h2, .contact h1, .contact h2 {
	background: #FFE800;
	padding: 10px;
	margin-top: 0;
	text-shadow: 0 1px 0 #FFF
}
#contact h2, .contact h2 {
	font-size: 2em;
	color: #444
}
#contact, .contact {
	display: none;
}
.breadCrumb{
	color: #382140;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
.breadCrumb a{
	text-decoration: none;
	color: #6e3061;
}
.breadCrumb a:hover{
	text-decoration: underline;
}
.header h1{
	float: left;
	margin: 0;
	text-transform: uppercase;
}
.header h1{
	padding-left: 10px;
}
.header h1 a{
	text-decoration: none;
	color: #6e3061;
}
.header h1 a:hover{
	color: #382140 !important;
}
.header h1 a:visited{
	color: #6e3061;
}
.header h1 .fa-home{
	display: inline;
	width: 20px;
	position: relative;
	bottom: 6px;
}
.header h2{
	display: none;
}
a.btnContact{
	float: right;
	border: 2px solid #6e3061 !important;
	background-color: #6e3061;
	color: #fff;
	font-size: .8em;
	padding: 10px 20px;
	text-decoration: none;
}
#CollegeTemplateSlideshow img{
	width: 100%;
}

/*****************************
******************************
Site Menu
******************************
*****************************/
.horizontalMenu{
	margin: 10px 0;
}
.horizontalMenu ul{
	width: 100%;
	display: flex;
	list-style-type: none;
	text-transform: uppercase;
}
.horizontalMenu ul li{
	flex-grow: 1;
}
.horizontalMenu ul li a{
	display: block;
	height: 100%;
	text-align: center;
	text-decoration: none;
	color: #6e3061;
	font-weight: bold;
	border-bottom: 2px solid #EEE;
	border-right: 2px solid #DDD;
	padding: 5px;
	min-width: 44px;
	min-height: 44px;
}
.horizontalMenu ul li:last-of-type a{
	border-right: none;
}
.horizontalMenu ul li a:hover, .horizontalMenu ul li a.activeMenu{
	border-bottom: 4px solid #ffe800;
	color: #6e3061 !important;
}
.horizontalMenu ul li a:visited{
	color: #6e3061;
}
.hideHorizontalMenu{
	display: none;
}

#home-wrapper {
	background-color: #fff;
	float: left;
	width: 100%;
}
.headerWrapper{
	padding: 25px 0 35px 0;
	overflow: hidden;
}
.header{
	width: 100%;
	padding: 0 30px;
	max-width: none;
	margin: 0 auto;
	position: relative;
}
.pageWrapper{
	position: relative;
	margin-top: -30px;
	margin-bottom: 0;
	padding-bottom: 20px;
	background-color: #fff;
	box-shadow: none;
}
#home-content .pageWrapper .contentHolder{
	font-size: .9em;
	line-height: 1.5em;
}
.contentHolder {
	padding: 0 30px 10px;
	min-height: 400px;
}
blockquote {
	font-size: 1.125em;
	font-weight: 300;
	line-height: 1.5em;
	padding: 0 0 0 12px;
	margin-left: 0;
	border-left: 2px solid rgba(0, 0, 0, .15);
	margin-bottom: 20px
}
.contentHolder ol, .contentHolder ol ol, .contentHolder ul, .contentHolder ul ul {
	margin-left: 20px;
	padding: 0
}
.contactHolder hr, .contentHolder hr {
	border: 1px solid #EEE;
	margin-top: 15px;
	margin-bottom: 15px
}
@media only screen and (min-width:1024px){
	#header #headerLinks a{
		line-height: 1.32em;
	}
}
@media only screen and (min-width:1200px){
	#header #headerLinks a, #header #headerLinksRight a{
		font-size: 1.4em;
	}
	#header #headerLinksRight a{
		padding: 12px 5px;
		line-height: 1.8em;
	}
	#header #headerLinks a{
		line-height: 1.25em;
	}
}
@media only screen and (min-width:1368px){
	#header #headerLinks a{
		line-height: 1.15em;
	}
}
@media only screen and (max-width:1366px){
	#header > .grid12 > .grid9{
		margin-top: 25px;
	}
}
@media only screen and (max-width:1024px){
	#header #headerLinks a{
		line-height: 1.55em;
	}
	#header #headerLinksRight a{
		line-height: 3.1em;
	}
	#header > .grid12 > .grid9{
		margin-top: 15px;
	}
}
@media only screen and (max-width:950px){
	#header{
		padding: 0;
		width: 100%;
	}
	#header .grid3,
	#header .grid9,
	#header .grid2,
	#header .grid10{
		width: 50%;
	}
	#header #headerLinksRight{
		width: 100%;
	}
	#header > .grid12 > .grid9{
		margin-top: 35px;
		padding-right: 20px;
	}
	#header #headerLogo{
		justify-content: inherit;
	}
	#header .logo img{
		padding-left: 20px;
	}
	#header #headerLinks{
		display: none;
	}
	#header #searchSlider{
		width: 66%;
	}
	#formWebSearch #webSearch{
		font-size: 1em;
	}
	#formWebSearch label{
		font-size: 1em;
		bottom: 20px;
	}
	#formWebSearch #searchBtn #searchIcon{
		width: 20px;
	}
	#formWebSearch #searchBtn{
		bottom: 10px;
	}
	.header{
		text-align: center;
	}
	.header h1, .header .btnContact{
		float: none;
	}
	.horizontalMenu{
		display: none;
	}
}

@media only screen and (max-width:768px){
	#pageslide{
		width: 90%;
		padding: 0 5%;
	}
	.top-mobile{
		font-size: .5em;
	}
	#header #headerLinksRight{
		margin-bottom: 0;
	}
	#header .logo img{
		max-width: 140px;
	}
	#header > .grid12 > .grid9{
		margin-top: 20px;
	}
	#home-content .topBannerMessage{
		padding: 3% 3.5% 3% 3.5%;
	}
}

@media only screen and (max-width:480px){
	#header > .grid12 > .grid9{
		margin-top: 10px;
		padding-right: 10px;
	}
}

/** new login 01/20 **/
.loginGrid .top{
	text-align: center;
}
.loginGrid .loginBox{
	width: 300px;
	border: 2px solid #8D688D;
	background-color: #D8CCD9;
	margin: 0px auto;
}
#home-content .loginGrid .loginBox .btn{
	display: block;
	margin: 15px auto;
}
#home-content .loginGrid .loginHead p{
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
	margin: 2px;
	color:#FFF;
	background-color: #382140;
}
.loginGrid .userBox, .loginGrid .passBox{
	margin-left: 10px;
	display: block;
}
#home-content .loginGrid .userBox label,
#home-content .loginGrid .passBox label{
	width: auto;
	text-align: right;
}
#home-content .loginGrid .userBox input,
#home-content .loginGrid .passBox input{
	width: initial;
	margin-top: 5px;
}
#home-content .loginGrid .passBox input{
	padding-top: 0.1875em;
	padding-left: 0.3125em;
}
.loginGrid .loginFail{
	text-align:center;
	color: red;
}
.loginGrid .loginGrid table{
	margin: 0 auto;
}
.contentHolder .loginGrid input[type=text],
.contentHolder .loginGrid input[type=password]{
	width: 100%;
}

/* ---------------------------- FLEX SLIDER ------------------------------------*/
.no-js .slides.loading li:first-child .flex-caption {
	display: block;
}
.no-js .slides.loading li .flex-caption {
	display: none;
}
.photo-by {
	color: #666;
	float: right;
	font-size: 12px;
}
.flex-container a:active, .flex-container a:focus, .flexslider a:active, .flexslider a:focus {
	outline: 0;
}
.contentHolder .slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*********************************
*********************************
FlexSlider Necessary Styles
*********************************
*********************************/
.flexslider{
	margin: 0;
	padding: 0;
}
.flexslider .slides > li{
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img{
	max-width: 100%;
	display: block;
}
.flex-pauseplay span{
	text-transform: capitalize;
}
.btnContact, .close-me, .news-tabs li a, h2.c-title {
	text-transform: uppercase;
}

/* Clearfix for the .slides element */
.slides:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.bubbleInfo:after, .bubbleInfo:before {
	content: "";
}
.flexslider span.slider-header, span.slider-header a {
	color: #ffbd07;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
	line-height: 1.125em;
}
html[xmlns] .slides{
	display: block;
}
* html .slides{
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
/*.no-js .slides > li:first-child {display: block;}*/

/* FlexSlider Default Theme
*********************************/
.flexslider{
	position: relative;
	zoom: 1;
	clear:both;
}
.flexslider .slides{
	zoom: 1;
	position:relative;
}
.flexslider .slides > li{
	position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container{
	zoom: 1;
	position: relative;
}

/* Caption style */
/* IE rgba() hack */
.flex-caption{
	background:none;
	max-height:110px;
	min-height:110px;
	width: 100%;
	padding: 2%;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(56,33,64,.85);
}
.flexslider span.slider-header{
	color: #ffbd07;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	font-size: 2.25em;
	line-height: 1.125em;
}
span.slider-header a{
	color: #ffbd07;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	font-size: 1em;
	line-height: 1.125em;
	text-decoration:none;
}
.flexslider span.slider-header a:hover{
	color:#fff;
}
.flex-caption p{
	width:96%;color:#fff;
	font-size:1.125em;
	text-shadow: 0 -1px 0 rgba(0,0,0,1);
}
.learn-more a{
	color: #ffbd07;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
/* Direction Nav */
.flex-direction-nav{
	height: 0;
}
.flex-direction-nav li a{
	border:0;
	width: 57px;
	height: 87px;
	margin: -13px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -999em;
}
.flex-next{
	background:url(/images/slider/next-btn.png);
	background-position: right 0px;
	right:3.3125%;
}
.flex-next:hover{
	background-position:right -87px;
}
.flex-prev {
	left:3.3125%;
	background:url(/images/slider/prev-btn.png);
}
.flex-prev:hover{
	background-position:right 87px;
}
.flex-direction-nav li .disabled{
	opacity: .3;
	filter:alpha(opacity=30);
	cursor: default;
}

/* Control Nav */
.flex-control-nav{
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
}
.flex-control-nav li{
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1; *display: inline;
}
.flex-control-nav li:first-child{
	margin: 0;
}
.flex-control-nav li a{
	width: 13px;
	height: 13px;
	display: block;
	background: #FFF;
	cursor: pointer;
	text-indent: -999em;
}
.flex-control-nav li a:hover{
	background-position: 0 -13px;
}
.flex-control-nav li a.active{
	background-position: 0 -26px;
	cursor: default;
}




.alert_status_special a {
	color: #00f!important;
}
.alert_status_emergency a, .alert_status_high a, .alert_status_weather a {
	color: red!important;
}
#campus-annoucement, #campus-announcement, #campus-connection, #news-wrapper, #social-media, #wcu-weekly {
	width: 42.84210526315789%;
}
#campus-annoucement h2.c-title, #campus-announcement h2.c-title {
	text-align: left;
}
#social-media, #wcu-weekly, .news-tabs, .news-tabs li a, a.date span.day, a.date span.month, h2.c-title {
	text-align: center;
}
#news-wrapper, #social-media {
	padding-top: 42px;
}
#social-media {
	padding-bottom: 20px;
}
#campus-annoucement, #campus-announcement, #news-wrapper {
	float: left;
	clear: left;
}
#campus-connection, #social-media, #wcu-weekly {
	clear: right;
	float: right;
}
.FancyBoxText {
	width: 700px;
	padding: 0 20px 20px;
	max-width: 100%;
}
.fancybox-media img {
	box-shadow: 0 0 14px 1px rgba(0, 0, 0, .5);
}
.news-content {
	display: none;
	font-size: .875em;
}
.news-tabs {
	box-shadow: 0 1px 0 rgba(255, 255, 255, .65);
	border-bottom: 1px solid #C7C7C7;
}
.news-tabs li {
	background: #f7f7f7;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	display: inline-block;
	padding: 5px 0 2px;
	box-shadow: inset 0 0 67px rgba(109, 47, 109, .5);
}
.news-tabs li.active {
	background: #FFF;
	box-shadow: 0 -2px 8px -1px rgba(0, 0, 0, .4);
}
.news-tabs li.active a {
	color: #6e3061;
	opacity: 1;
	filter: alpha(opacity=100);
}
.news-tabs li.active a:hover {
	text-decoration: none;
}
.news-tabs li a {
	opacity: .2;
	filter: alpha(opacity=20);
	text-shadow: 0 1px 0 rgba(256, 256, 256, .7);
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 10px;
	text-decoration: none;
	font-size: 1.75em;
	color: #575757;
	letter-spacing: -2px;
	font-weight: 400;
}
.news-tabs li a:hover {
	text-decoration: none;
}
a.date {
	text-decoration: none;
	display: block;
	width: 50px;
	border-radius: 5px;
}
a.date, a.news-img img {
	box-shadow: 0 1px 8px -1px #000;
	float: left;
	margin-right: 6%;
}
.events-content-section, .news-content-section {
	float: left;
	width: 73.531172%;
	line-height: 1.25em;
}
.events-content-section p, .news-content-section p {
	font-size: 1em!important;
	font-family: Georgia, "Times New Roman", Times, serif!important;
}
a.date span.day, h2.c-title {
	font-family: Arial, Helvetica, sans-serif;
}
ul.events li {
	padding: 30px 0;
	border-bottom: 1px solid #cfcfcf;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .65);
	float: left;
	width: 100%;
}
ul.events li:last-child {
	margin-bottom: 10px;
	border: none;
	box-shadow: none;
}
a.date span.month {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3OTRhNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZjQzN2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -ms-linear-gradient(top, #a794a7 0, #7f437e 100%);
	background: linear-gradient(top, #a794a7 0, #7f437e 100%);
	display: block;
	color: #fff;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
a.date span.day {
	font-size: 1.5em;
	font-weight: 700;
	padding: 5px 0;
	display: block;
	color: #000;
	background: #f9fcf7;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
h4 a {
	text-decoration: none;
	font-size: 1.125em;
	font-weight: 200;
}
a.news-img img {
	padding: 3px;
	background: #fff;
	border-radius: 5px;
}
span.news-date {
	font-style: italic;
	color: #767676;
	font-size: 1em;
	display: block;
}
#home-content p {
	color: #575757;
	margin: 1em 0;
	line-height: 1.375em;
}
#campus-annoucement ul li, #campus-announcement ul li {
	border-bottom: 1px solid #cfcfcf;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .65);
	padding: 5px 0;
}
#campus-annoucement ul li a, #campus-announcement ul li a {
	text-decoration: none;
}
h2.c-title {
	font-size: 1.75em;
	color: #575757;
	letter-spacing: -2px;
	font-weight: 400;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}
h3.homepage, span.secondary {
	color: #6e3061;
}
h3.homepage {
	font-size: 1.125em;
	font-weight: 200;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
}
#tabs, #tabs-widget {
	font-size: .75em;
	list-style: none;
}
#social-media ul li {
	display: inline;
}
#social-media ul li a.socialIcon {
	background-image: url(/images/social-media.png);
	display: inline-block;
}
#crisisSirenDup, .tab_content, .tab_content_widget {
	display: none;
}
#social-media ul li a.learnMore {
	color: #FFBD07;
}
.fbook, .twitter {
	padding: 20px;
}
.fbook {
	background-position: 120px 1px;
}
.fbook:hover {
	background-position: 120px 38px;
}
.twitter {
	background-position: 0 1px;
}
.twitter:hover {
	background-position: 0 38px;
}
.youtube {
	padding: 20px 35px;
	background-position: 75px 0;
}
.youtube:hover {
	background-position: 75px 37px;
}

/*********BRAND SOCIAL MEDIA ICONS*********/
.brand-social-media{
	width: 100%;
	display: block;
	background-color: #6e3061;
	text-align: center;
	padding: 10px;
	float: left;
	margin-top: 0px;
}
#home-content .brand-social-media p{
	margin: 0px 0px;
}
.brand-social-media a img{
	transition: all .2s ease-in-out;
}
.brand-social-media a:hover img{
    transform: scale(1.10);
    transition: all .2s ease-in-out;
}
.socialLogo{
	display: inline-block;
	margin-right: 5px;
	max-width: 45px;
}
/*********END BRAND SOCIAL MEDIA ICONS*********/


/* --------------
--------------
STUDENT LOGIN 
--------------
------------- */
.tabs_wrapper{
	background:url(/images/login-bg2.png) no-repeat;
	height:277px;
	width:253px;
	margin:0 auto;
}
.tab1, .tab2, .tab3, .tab1-widget, .tab2-widget, .tab3-widget, input.login, ul.forgotPass li a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.tab1, .tab1-widget{
	margin-left: 31px;
	padding-left: 6px;
	padding-right: 4px;
}
.tab2, .tab2-widget{
	margin-left: 12px;
	padding-left: 9PX;
	padding-right: 7px;
}
.tab3, .tab3-widget{
	margin-left: 15px;
	margin-left: 13px \0/;
	padding-right: 18px;
	padding-left: 18px;
}
#tabs{
	padding-top:25px;
	list-style: none;
	font-size: 0.75em;
}
#tabs-widget{
	padding-top:20px;
	list-style: none;
	font-size: 0.75em;
}
#tabs li, #tabs-widget li{
	display: inline;
}
#tabs-widget li a{
	vertical-align:baseline;
	color:#010101;
	text-decoration: none;
	outline: none;
	background: #dbcbdb;
	border-radius: 3px;
	box-shadow: 0px 0px 9px -1px rgba(0,0,0,6);
	padding-top:13px;
	padding-bottom:10px;
	padding-bottom:14px \0/;
	font-size:.75em;
}
#tabs li a{
	vertical-align: baseline;
	color: #010101;
	text-decoration: none;
	outline: none;
	background: #dbcbdb;
	padding-top: 13px;
	padding-bottom: 10px;
	padding-bottom: 14px url(0/);
	border-radius: 3px;
	box-shadow: 0px 0px 9px -1px rgba(0,0,0,6);
}
#tabs li a:hover{
	text-decoration:underline;
}
#tabs-widget li.active a{
	text-decoration:underline;
	background: #ffffff; /* Old browsers */
	background: -o-linear-gradient(top,  #fff 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff 0%,#f7f7f7 100%); /* W3C */
}
#tabs li.active a{
	opacity:1;
	text-decoration:underline;
	background: #fff; /* Old browsers */
	background: -o-linear-gradient(top,  #fff 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff 0%,#f7f7f7 100%); /* W3C */
}

#tabs li a.icon_accept, #tabs-widget li a.icon_accept{
	background-image: url(accept.png);
	background-position: 5px;
	background-repeat: no-repeat;
	padding-left: 24px;
}
#tabs li a.icon_accept:hover, #tabs-widget li a.icon_accept:hover{
	padding-left: 24px;
}
#tabs_content_container{

}
.tab_content, .tab_content_widget{
	display: none;
}
#webmailpass, #webmailuser,#mywcuuser, #mywcupass, #d2luser, #d2lpass{
	border:2px solid #CEE1F4;
	width:150px;
	height:15px;
	padding:3px;
	box-sizing:content-box;
}
ul.forgotPass li{
	margin-left:73px;
	width:65%;
	list-style-type:none;
	line-height: .875em;
}
.tab_content_widget ul.forgotPass li a{
	text-decoration:none;
	font-size:1em!important;
	line-height:0em!important;
	color:#000;
	font-weight:bold;
}
ul.forgotPass li a{
	text-decoration:none;
	font-size:.75em;
	color:#000;
	font-weight:bold;
}
ul.forgotPass li a:hover{
	text-decoration:underline;
}
input.login{
	color:#fff;
	padding:5px 10px;
	text-shadow:0px 1px 0px rgba(0, 0, 0, .7);
	cursor:pointer;
	border:none;
	margin-left:37%;
	border-radius:5px;
	background: #5f5f5f;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVmNWY1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NzQ3NDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -o-linear-gradient(top,  #5f5f5f 0%,#474747 100%);
	background: -ms-linear-gradient(top,  #5f5f5f 0%,#474747 100%);
	background: linear-gradient(top,  #5f5f5f 0%,#474747 100%);
}
input.login:hover{
	background: #474747;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZjVmNWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -o-linear-gradient(top,  #474747 0%,#5f5f5f 100%);
	background: -ms-linear-gradient(top,  #474747 0%,#5f5f5f 100%);
	background: linear-gradient(top,  #474747 0%,#5f5f5f 100%);
}
dt{
	padding:10px 0px 4px 16%;
}
dl{
	margin: 27px 0px 16px 0px;
}
.help-link{
	padding-left:24%;
	margin-right: 8px;
}

/* --------------- 
---------------
FOOTER 
---------------
------------------- */

#footer .footerContent {
	max-width: 100%;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
#fHorizLinks li {
	display: inline-block;
	padding-left: 5px;
	border-left: 1px solid #FFF;
	margin-left: 5px;
}
.footerSpace {
	padding-top: 30px;
}
#fRgtCol ul, #fRgtCol>.grid12 {
	padding-top: 10px;
}
#fHorizLinks div:first-of-type li {
	display: block;
}
#fHorizLinks div:first-of-type li, #fHorizLinks ul li:first-child {
	border-left: transparent;
	margin-left: 0;
	padding-left: 0;
}
#footer #fHorizLinks .faList li:first-child {
	padding-left: 3px;
}
#footer #fHorizLinks .faList li {
	border-color: transparent;
	float: left;
	padding-left: 10px;
}
#fRgtCol a, #fRgtCol ul, #gcwf {
	float: right;
	clear: right;
}
#fRgtCol a {
	width: 153px;
	max-width: 153px;
}
#fRgtCol li {
	display: inline-block;
	padding-left: 20px;
}
#fRgtCol li:first-child {
	padding-left: 28px;
}
#fRgtCol ul a {
	float: none;
}
#fRgtCol>.grid12 {
	text-align: right;
}
#close-container, .footer-logo {
	text-align: center;
}
#crisisSiren a, #emotiCtr a {
	color: #ffbd07;
	text-decoration: none;
	position: relative;
}
#crisisSiren #crImage {
	background-image: url(/global/images/emergency009.png);
	width: 55px;
	height: 62px;
	margin: auto;
	position: relative;
	right: 10px;
}
#crisisSiren #crText {
	width: 75px;
	padding-top: 5px;
	margin: auto;
	position: relative;
}
#facAlert {
	width: 197px;
	height: 62px;
	background-color: #fff;
	float: left;
}
#facAlert span {
	float: left;
}
#facAlert .linkText {
	color: #000;
	font-size: 1.65em;
	width: 130px;
	padding: 5px 0 0 3px;
	font-family: Times;
}
#facAlert .fa {
	color: #D55;
	padding-left: 10px;
	padding-top: 7px;
	width: 60px;
	font-size: 3.5em;
}
#crisisSiren {
	width: 197px;
	height: 62px;
	background-color: #fff;
	margin-bottom: 10px;
}
#crisisSiren span {
	float: left;
}
#crisisSiren .linkText {
	color: #000;
	font-size: 1.65em;
	width: 130px;
	padding: 5px 0 0 3px;
	font-family: Times;
}
#crisisSiren .fa {
	color: #D55;
	padding-left: 10px;
	padding-top: 7px;
	width: 60px;
	font-size: 3.5em;
}
#gcwf {
	margin-top: 10px;
}


/* *****************
*****************
BEGIN SIREN FANCYBOX
*****************
************************* */
#hdnHelp {
	max-width: 600px;
}
#hdnHelp, #hdnSiren, #hdnSirenDup {
	padding: 10px;
}
#hdnHelp>.row-responsive, #hdnSiren li, #hdnSirenDup li {
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
}
#hdnHelp>.row-responsive:last-child, #hdnSiren li:last-child, #hdnSirenDup li:last-child {
	border-bottom: none;
}
#survey-content, .hide-survey a {
	border: 1px solid rgba(0, 0, 0, .3);
}

/* *****************
*****************
END SIREN FANCYBOX    
*****************
************************* */
#prMember img {
	padding-top: 5px;
}
#close-container {
	padding: 2%;
	width: 250px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.close-me {
	color: #ffbd07;
	font-size: 1.25em;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .8);
	transition: color ease 1s;
}
a.close-me:hover {
	color: #D9AA2A;
}
#footer {
	width: 100%;
	padding-bottom: 40px;
	padding-top: 20px;
	clear: both;
	background-color: #382140;
	box-shadow: 0 -3px 8px 0 #000;
	box-shadow: 0 -3px 8px 0 rgba(0, 0, 0, .3);
	position: relative;
	font-family: OpenSansRegular, sans-serif;
}
.footerContent {
	font-size: .75em;
	max-width: 1280px;
	width: 80%;
	margin: 0 auto;
	color: #eee;
}
.footerContent a {
	color: #FFF;
}
.footerLinks {
	text-align: right;
}
.footerLinks img {
	max-height: 51px;
}
.footerIcon {
	font-size: 1.5em;
}
.footerIcon+.footerIcon {
	margin-left: 10px;
}

/* ------------------
------------------
SURVEY POPUP
------------------
------------------------*/
#survey {
	font-size: 12px;
	position: fixed;
	top: 30%;
	width: 280px;
	z-index: 100;
	left: -325px;
}
#commentBox {
	resize: none;
	width: 250px;
}
#survey-content {
	width: 100%;
	box-shadow: 0 0 9px -2px #000;
	background: #fff;
	background: -ms-linear-gradient(left, #fff 0, #eee 100%);
	background: linear-gradient(to right, #fff 0, #eee 100%);
	padding: 10px;
}
#survey-content li {
	list-style: none;
	line-height: 1.5em;
}
.hide-survey a {
	height: 69px;
	width: 21px;
	background: url(/images/survey-hide2.jpg);
	position: absolute;
	left: 301px;
	top: 0;
	border-left: none;
}
#show-survey a:hover {
	width: 24px;
}
#show-survey a {
	background: url(/images/survey-hide2.jpg) right -136px;
	height: 69px;
	width: 21px;
	position: fixed;
	top: 30%;
	z-index: 99;
	left: 0;
	box-shadow: 0 0 5px -2px #000;
	border: 1px solid rgba(0, 0, 0, .3);
}
ul.survey-options li, ul.survey-value li {
	display: inline;
	list-style: none;
}
.survey-title {
	font-size: 12px;
	font-weight: 700;
	clear: both;
	margin-bottom: 3px;
}
.like-option {
	font-size: 10px;
}
#survey p {
	font-size: 13px;
}

/*****************************
******************************
Begin Brand Footer
******************************
*****************************/
#footer {
	width: 100%;
	padding-bottom: 0;
	padding-top: 0;
	clear: both;
	background-color: #382140;
	box-shadow: 0 -3px 8px 0 #000;
	box-shadow: 0 -3px 8px 0 rgb(0 0 0 / 30%);
	position: relative;
}
#wcuSocialBar
{
	/* 	background-color: #ffe800; */
	width: 100%;
	float: left;
	background-image: url(https://wcupa.edu/_resources/includes/brand/images/socialBarBack.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#wcuSocialBar ul
{
	padding: 1em 25%;
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: relative;
}
#wcuSocialBar li
{
	width: 22%;
	padding: 1em 0;
	text-align: center;
	overflow: hidden;
}
#wcuSocialBar ul, #wcuSocialBar li
{
	float: left;
}
#wcuSocialBar svg
{
	fill: #FFF;
	position: absolute;
	margin: 0 auto;
	transition: opacity .05s, top .25s;
}
#wcuSocialBar .footerIconsFB svg:last-of-type{
	fill: #1877f2;
}
#wcuSocialBar .footerIconsTW svg:last-of-type{
	fill: #000;
}
#wcuSocialBar .footerIconsYT svg:last-of-type{
	fill: #ff0000;
}
#wcuSocialBar .footerIconsIG svg:last-of-type{
	fill: #c32aa3;
}
#wcuSocialBar li a > svg:first-of-type{
	top: 30px;
	opacity: 1;
}
#wcuSocialBar li a > svg:last-of-type{
	top: 100px;
	opacity: 0;
}
#wcuSocialBar li:hover a > svg:first-of-type{
	top: 100px;
	opacity: 0;
}
#wcuSocialBar li:hover a > svg:last-of-type{
	top: 30px;
	opacity: 1;
}
#ftLinks
{
	background-color: #382140;
	color: #FFF;
	padding: 6em 4em 3em 4em;
	float: left;
	width: 100%;
}
#ftLinks address, #ftLinks .dialPhone
{
	padding-top: 1em;
	font-style: normal;
	font-size: 1.25em;
	line-height: 1.5em;
}
#ftLinks .dialPhone.noMobile
{
	padding-top: 0;
}
#ftLinks a
{
	position: relative;
	display: inline-block;
	color: #ffe800;
	text-decoration: none;
	position: relative;
	font-size: 1.25em;
	text-transform: uppercase;
	min-height: 44px;
	min-width: 44px;
}
#ftLinks a:visited{
	color: #ffe800;
}

#wcuSocialBar svg
{
	height: 2em;
	fill: #FFF;
	width: 40px;
	height: 40px;
}
#ftLinks svg
{
	height: 1em;
	fill: #FFBD07;
	position: relative;
	top: 4px;
	left: 4px;
	padding: 0 5px;
	margin-right: 5px;
	border-radius: 5px;
}
#ftLinks a:hover svg
{
	background: #FFBD07;
	fill: #6e3061;
	color: #6e3061;
	transition: all .25s;
}
.ulNoStyle
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#ftLinks > .grid4:nth-of-type(2),
#ftLinks > .grid4:nth-of-type(3){
	padding-left: 20px;
}
.ftBottomLinks{
	list-style-position: outside;
	list-style-image: url(/_resources/includes/brand/images/footerLinks2.svg);
}
#ftLinks .ftBottomLinks li a:hover{
	text-decoration: underline;
}
#ftLogo
{
	margin-left: -1.125em;
	margin-top: -.75em;
}
#ftLinks li, #directedit a
{
	padding: .5em .5em;
}
#directedit a{
	padding-top: 0px;
}
#ftCopy
{
	padding-left: 33.3333%; 
	margin-top: 6em;
}
.noMobile
{
	display: block;
}
.mOnly
{
	display: none;
}

@media only screen and (max-width:1366px){
	body{
		font-size: 1.15em;
	}
}
@media only screen and (max-width:1024px){
	body{
		font-size: 1em;
	}
}
@media only screen and (max-width:768px){
	#ftCopy
	{
		width: 100%;
		padding-left: 0;
		margin-top: 4em;
	}
	#ftLinks .mOnly
	{
		display: block;
		margin-top: 1em;
	}
	#ftLinks li
	{
		padding: .75em 0;
	}
	.noMobile
	{
		display: none;
	}
	#wcuSocialBar ul
	{
		padding: 1em 0;
		width: 100%;
	}
	#wcuSocialBar
	{
		background-attachment: initial;
	}
}


/*****************************
******************************
End Brand Footer
******************************
*****************************/

/* ----------------- RESPONSIVE MENU --------------------- */

/*****************************
******************************
Fancybox
******************************
*****************************/

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../images/fancybox_sprite.png);
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: visible !important;
	width: auto;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../images/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 1.5em;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
.FancyBoxText {
	width: 700px;
	padding: 0 20px 20px;
	max-width: 100%;
}
.fancybox-media img {
	box-shadow: 0 0 14px 1px rgba(0, 0, 0, .5);
}

/*-------------------- 
--------------------
START OF BUBBLE TEXT POP OUT
--------------------
--------------------*/
.bubbleWrap {
	z-index: 1;
	display: inline-block;
	position: relative;
}
.bubbleTrigger {
	color: #6e3061;
	text-decoration: underline;
	cursor: pointer;
}
.bubbleInfo {
	position: absolute;
	background-color: #FFF;
	padding: 10px;
	box-shadow: 0 0 5px rgba(3, 3, 3, .5);
	border: 1px solid #AAA;
	border-radius: 5px;
	top: 32px;
	min-width: 320px;
}
.bubbleInfo:before {
	border-top: 8px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 8px solid #AAA;
	position: absolute;
	left: 15px;
	top: -15px;
	z-index: 2;
}
.bubbleInfo:after {
	border-top: 6px solid transparent;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 6px solid #FFF;
	position: absolute;
	left: 17px;
	top: -11px;
	z-index: 3;
}
.activeBubble {
	z-index: 9;
}

/* ---------------------
---------------------
DROP DOWN BUTTON
---------------------
---------------------*/
.dropdown-menu {
	font: 14px sans-serif;
	position: absolute;
	z-index: 9999999;
	display: none;
}
.dropdown-menu.has-tip:after, .dropdown-menu.has-tip:before {
	content: '';
	display: inline-block;
	position: absolute;
}
.dropdown-menu UL {
	min-width: 160px;
	list-style: none;
	background: #FFF;
	border: 1px solid #DDD;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	overflow: visible;
	padding: 4px 0;
	margin: 0;
}
.dropdown-menu.has-tip {
	margin-top: 8px;
}
.dropdown-menu.has-tip:before {
	top: -6px;
	left: 9px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #CCC;
	border-bottom-color: rgba(0, 0, 0, .2);
}
.dropdown-menu.has-tip.anchor-right:before {
	left: auto;
	right: 9px;
}
.dropdown-menu.has-tip:after {
	top: -5px;
	left: 10px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #FFF;
}
.dropdown-menu.has-tip.anchor-right:after {
	left: auto;
	right: 10px;
}
.dropdown-menu.has-scroll UL {
	max-height: 358px;
	overflow: auto;
}
.dropdown-menu LI {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.125em;
}
.dropdown-menu LABEL, .dropdown-menu LI>A {
	display: block;
	color: #555;
	text-decoration: none;
	line-height: 1.125em;
	padding: 3px 15px;
	white-space: nowrap;
}
.dropdown-menu LABEL:hover, .dropdown-menu LI>A:hover {
	background-color: #6e3061;
	color: #FFF;
	cursor: pointer;
}
.dropdown-menu .divider {
	font-size: 1px;
	border-top: solid 1px #E5E5E5;
	padding: 0;
	margin: 10px 1px;
}

/*------------------
------------------
START OF ACCORDION
------------------
------------------ */
#accordion, .accordion {
	width: 100%;
	clear: both;
}

/*  REMOVE FIRST SELECTOR AFTER SWITCHING FROM I TO SPAN FOR FONT AWESOME FOR OMNI  */
/* #accordion h3 i, #accordion h3 span, .accordion h3 i, .accordion h3 span {
	position: absolute;
	left: 10px;
	top: 15px;
} */

#accordion ul, .accordion ul {
	list-style-position: inside;
	margin-left: 15px;
}
#accordion ul li, .accordion ul li {
	margin-bottom: 10px;
}
#accordion h3, .accordion h3 {
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #382140;
	padding: 10px 10px 10px 50px;
	color: #382140;
	margin: 16px 0;
	font-size: 1.2em;
	position: relative;
}
#accordion h3::after {
	background: 0 0;
}
.contentHolder .accordion h3::after {
	background: 0 0;
}
#accordion h3:hover, .accordion h3:hover {
	background-color: #F5F5F5;
}
#accordion>div, .accordion>div {
	padding: 0 16px 16px;
}
#accordion p:first-child, .accordion p:first-child {
	margin: 0 0 1em;
	padding: 0;
}
#accordion h3>a, .accordion h3>a, .accordion h3>a>a {
	text-decoration: none;
	color: #382140;
}
/*	PLUS/MINUS SIGN FOR ACCORDION	*/
#accordion .closed .vertical, .accordion .closed .vertical {
	transition: all 0.5s ease-in-out;
	transform: rotate(-90deg);
}
#accordion .closed .horizontal, .accordion .closed .horizontal {
	transition: all 0.5s ease-in-out;
	transform: rotate(-90deg);
	opacity: 1;
}
#accordion .opened, .accordion .opened {
	opacity: 1;
}
#accordion .opened .vertical, .accordion .opened .vertical {
	transition: all 0.5s ease-in-out;
	transform: rotate(90deg);
}
#accordion .opened .horizontal, .accordion .opened .horizontal {
	transition: all 0.5s ease-in-out;
	transform: rotate(90deg);
	opacity: 0;
}
#accordion h3 .circle-plus, .accordion h3 .circle-plus {
	height: 1em;
	width: 1em;
	font-size: 1em;
	opacity: 1;
	float: left;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 15px;
	
}
#accordion .circle-plus .circle, .accordion .circle-plus .circle {
	position: relative;
	width: 1em;
	height: 1em;
	border-radius: 100%;
	float: left;
}
#accordion .circle-plus .circle .horizontal, .accordion .circle-plus .circle .horizontal {
	position: absolute;
	background-color: #382140;
	width: 15px;
	height: 5px;
	left: 50%;
	margin-left: -7.5px;
	top: 50%;
	margin-top: -2.5px;
}
#accordion .circle-plus .circle .vertical, .accordion .circle-plus .circle .vertical {
	position: absolute;
	background-color: #382140;
	width: 5px;
	height: 15px;
	left: 50%;
	margin-left: -2.5px;
	top: 50%;
	margin-top: -7.5px;
}



/* --START OF JQUERY TABS -- */
.tabContainer {
	background-color: #fff;
	box-shadow: none !important;
}
.tabContainer .tabContentContainer {
	padding: 20px;
	border: 2px solid #382140;
}
.tabContainer nav {
	background-color: #fff;
	padding: 20px 20px 0;
}
.tabContainer nav a {
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	background-color: #fff;
	color: #382140;
	display: inline-block;
	padding: 10px 10px 5px;
	margin: 5px 5px 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border: 2px solid #382140;
	border-bottom: none;
}
.tabContainer nav a.activeTab {
	text-decoration: underline;
	background-color: #6e3061;
	color: #FFF;
	font-weight: bold;
}
.breadCrumb a, .btn, .homeButtons>a {
	text-decoration: none;
}
.tabContainer select, .tabContainer .tabBtn{
	display: none;
}
@media screen and (max-width:768px) {
	.tabContainer nav a {
		display: none
	}
	.tabContainer select {
		display: block;
		width: 100%;
		margin: 10px 0;
		padding: 5px
	}
	.tabContainer a.tabBtn, .tabContainer button.tabBtn, .tabContainer button.tabBtn:focus{
		display: block;
		width: 100%;
		color: #FFF !important;
		margin-bottom: 20px;
		text-decoration: none;
		background-color: #6e3061;
		border: 2px solid #6e3061;
		border-bottom: 2px solid #6e3061;
	}
	.moccordion {
		width: 100%;
		clear: both;
		position: relative
	}
	.moccordion h3 span {
		position: absolute;
		left: 10px;
		top: 15px
	}
	.moccordion ul {
		list-style-position: inside;
		margin-left: 15px
	}
	.moccordion ul li {
		margin-bottom: 10px
	}
	.moccordion h3 {
		cursor: pointer;
		background-color: #f7f7f7;
		border: 1px solid #ccc;
		padding: 10px 10px 10px 30px;
		color: #522152;
		border-radius: 4px;
		box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2), inset 0 3px 10px #fff;
		margin: 16px 0
	}
	#container .moccordion h3::after {
		background: 0 0
	}
	.moccordion h3:hover {
		background-color: #eee
	}
	.moccordion>div {
		padding: 0 16px;
		overflow: auto
	}
	.moccordion p:first-child {
		margin: 0 0 1em;
		padding: 0
	}
	.moccordion h3.selected>div {
		outline: 0
	}
}

/* ----------------- START OF GRID LAYOUT ---------------- */
.toggle{
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.toggleSlow {
	-o-transition: all .4s linear;
	transition: all .4s linear
}

.rounded, div[data-class*=rounded] img {
	border-radius: 6px
}
.circle, div[data-class*=circle] img {
	border-radius: 50px
}
.shadow, div[data-class*=shadow] img {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .35)
}

/*****************************
******************************
Brand Buttons (btn)
******************************
*****************************/
a.btn, .btn{
	border: 2px solid #6e3061;
	color: #6e3061;
	font-size: 1em;
	background: none;
	padding: 10px 20px;
	text-decoration: none;
	text-align: center;
	margin: 10px 0px;
	font-family: "myriad-pro", Arial, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
	min-height: 44px;
	min-width: 44px;
}
a.btn:hover, .btn:hover{
	color: #FFF !important;
	background: #6e3061;
	cursor: pointer;
}
a.btn:visited, .btn:visited{
	color: #6e3061;
}
a.btnMain, .btnMain{
	color: #FFF;
	background: #6e3061;
}
a.btnMain:hover, .btnMain:hover{
	color: #6e3061 !important;
	background: none;
}
a.btnMain:visited, .btnMain:visited{
	color: #FFF;
}
a.btnContact{
	float: right;
	font-size: .8em;
}
a.btnGold, .btnGold{
	color: #382140;
	background: #FFE800;
	border: 2px solid #FFE800;
}
a.btnGold:visited, .btnGold:visited{
	color: #382140 !important;
}
a.btnGold:hover, .btnGold:hover{
	color: #FFE800 !important;
	background: none;
}
a.btnFullWidth{
	width: 100%;
	text-align: center;
}
a.btnSuccess, a.btnAlert, a.btnWarning, .btnSecondary, .btnSuccess, .btnAlert, .btnWarning{
	color: #fff;
}
a.btnSuccess:visited, a.btnAlert:visited, a.btnWarning:visited, .btnSecondary:visited, .btnSuccess:visited, .btnAlert:visited, .btnWarning:visited{
	color: #fff !important;
}
a.btnSecondary, .btnSecondary{
	color: #ffe800;
	background-color: #382140;
	border-color: #382140;
}
a.btnSecondary:visited, .btnSecondary:visited{
	color: #ffe800 !important;
}
a.btnSecondary:hover, .btnSecondary:hover{
	background-color: #ffe800;
	background: #ffe800;
	color: #382140 !important;
}
a.btnSuccess, .btnSuccess{
	background-color: #3A833A;
	border-color: #3A833A;
}
a.btnSuccess:hover, .btnSuccess:hover{
	background-color: none;
	background: none;
	color: #3A833A !important;
}
a.btnAlert, .btnAlert{
	background-color: #A52622;
	border-color: #A52622;
}
a.btnAlert:hover, .btnAlert:hover{
	background-color: none;
	background: none;
	color: #A52622 !important;
}
a.btnWarning, .btnWarning {
	background-color: #C75300;
	border-color: #C75300;
}
a.btnWarning:hover, .btnWarning:hover{
	background-color: none;
	background: none;
	color: #C75300 !important;
}
a.wcuLink{
	font-size: 1em;
	margin: 10px 0px;
	text-decoration: none;
	font-family: "myriad-pro", Arial, sans-serif;
	text-transform: uppercase;
}
a.wcuLink:hover{
	text-decoration: underline;
}
.wcuLink svg{
	fill: #6e3061;
	height: 1.1em;
	position: relative;
	top: 3px;
	left: 5px;
	height: 16px;
	width: 19px;
}
a.wcuLink:hover svg{
	left: 10px;
	transition: all .5s;
}

#slideshow {
	width: 100%;
	position: relative
}
#slideshow #sliderContent {
	zoom: 1;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0
}
.sliderh1 {
	padding: 0 0 0 1%;
	margin: 1% 0;
	color: #ffbf07;
	float: left;
	font-size: 2em;
	line-height: 2.0625em;
	font-weight: 300;
}

#sliderContent {
	box-shadow: 0 3px 11px -1px rgba(0, 0, 0, .52)
}
#sliderContent p {
	margin: 0;
	width: 100%;
	clear: both;
	padding: 5px 0 5px 10px;
	font-size: 1.25em;
	color: #fff
}
.slides img {
	display: block
}
ul#contact {
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
	float: right;
	font-size: 1em;
	list-style: none;
	text-align: right;
	padding: 1% 2% 1% 0
}
ul#contact a {
	color: #D9AA2A
}
.row-responsive {
	width: 100%;
	margin: 10px 0 20px;
	float: left
}
div[class^="grid"] > div{
	box-sizing:border-box;
}
div[class^="grid"]:first-child{
	margin-left: 0;
}
div[class^="grid"]{
	float: left;
	box-sizing:border-box;
}
/* Chose what margin you want left then divide by your suggested container.. so I choose container to be 1127px and margin-left 40px*/

/*margin-left: 3.54924578527063%;*/ /* 40px / 1127px */

/* Now take your 40px * number of left margins (11) subtract from container (1127) then divide that number absolute by numer of column (12) */

.grid1 {
	width: 8.333333333333334%
}
.grid2 {
	width: 16.666666666666668%
}
.grid3 {
	width: 25%
}
.grid4 {
	width: 33.333333333333336%
}
.grid5 {
	width: 41.66666666666667%
}
.grid6 {
	width: 50%
}
.grid7 {
	width: 58.333333333333336%
}
.grid8 {
	width: 66.66666666666667%
}
.grid9 {
	width: 75%
}
.grid10 {
	width: 83.33333333333334%
}
.grid11 {
	width: 91.66666666666669%
}
.grid12 {
	width: 100%;
	margin-left: 0!important
}
.top-links li a {
	color: #FFBD07;
	text-shadow: inherit;
	background-color: #4E2354;
	font-family: OpenSansRegular, sans-serif, arial
}
.top-links li a:hover, .top-links li.apply a:hover {
	text-decoration: none;
	background-color: #5F3465
}
.top-links .mobileGiveBtn{
	display: none;
}
#academic-drop li a, #apply-drop li a, #dept-drop li a {
	background-color: #FFF
}
#academic-drop li a:hover, #apply-drop li a:hover, #dept-drop li a:hover {
	background-color: #DDD
}
.lines a:before {
	border: none
}
#container .header-dropdown li a {
	padding-left: 22px;
	padding-right: 22px
}
.homeButtons>a {
	display: inline-block;
	width: 100px;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 0 0 10px #5F3465;
	border: 1px solid #5F3465;
	background-color: silver;
	color: #333;
	transition: .3s;
	text-shadow: 0 1px 0 #FFF
}
h1.homepageHeader {
	text-shadow: 0 1px rgba(68, 31, 73, .7);
	font-family: Georgia, "Times New Roman", Times, serif
}
li.homeButtons:hover {
	color: #000
}

@media screen and (max-width: 1185px){
	#giveSearchBlock{
		display: block;
	}
}





@media screen and (max-width:768px) {
	div[class^=grid] {
		width: 100%;
		margin-left: 0;
		margin-bottom: 5px
	}
	#slideshow .slides {
		display: none;
	}
	#slideshow {
		margin-top: -7px;
	}
	#slideshow #sliderContent {
		position: inherit;
		background: #333;
		background: rgba(51, 51, 51, .8);
	}
	#sliderContent h1, #sliderContent ul {
		width: 100%;
		padding: 2% 0;
	}
	#sliderContent h1, #sliderContent p, #sliderContent ul {
		font-size: 1em;
		float: none;
		box-sizing: border-box;
		clear: both;
		text-align: center;
	}
	.row-responsive {
		margin: 0;
	}
	.homeButtons>a {
		width: 125px;
	}
}

@media screen and (max-width: 545px){
	.homeButtons > a
	{
		width: 105px;
	}
}

/* RWD Non DOT NET PAGES (DEPARTMENTS ETC.) */
#columnNone {
	margin-top: 10px;
}
/*-------------------- SECONDARY PAGES --------------------*/
/*contribute fixes*/
img[height] {
	height: auto;
}
img[hspace] {
	padding-left: 10px;
	padding-right: 10px;
}
img[vspace] {
	padding-top: 10px;
	padding-bottom: 10px;
}
img[align=left] {
	padding-right: 20px;
	padding-left: 0;
}
img[align=right] {
	padding-left: 20px;
	padding-right: 0;
}
@media only screen and (max-width:480px) {
	img[align=left], img[align=right], img[hspace] {
		padding-left: 0;
		padding-right: 0;
	}
}

/*~~~~~~~~~~~~~~~~~~~~~~~~COLLEGE TEMPLTE STYLES~~~~~~~~~~~~~~~~~~~~~~~~*/
html.collegeTemplate .headerWrapper {
	padding: 0;
}
html.collegeTemplate .header {
	width: 100%;
	padding: 0 30px
}
html.collegeTemplate .pageWrapper {
	margin-top: 0;
	margin-top: 10px;
}
html.collegeTemplate .slides {
	max-width: none;
	margin: 0 auto
}
html.collegeTemplate .slides li{
	margin: 0;
}
[id*="CollegeTemplateSlideshow"]{
	overflow: hidden;
	width: 100%;
	position: relative;
}
[id*="CollegeTemplateSlideshow"] .secondarySlider{
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
[id*="CollegeTemplateSlideshow"] .flex-viewport{
	overflow: visible !important;
}
[id*="CollegeTemplateSlideshow"] .flex-viewport:before{
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}
/** direction nav **/
[id*="CollegeTemplateSlideshow"] .flex-prev{
	background: url('../images/prev.png');
	background-repeat: no-repeat;
	background-size: 50px 50px;
}
[id*="CollegeTemplateSlideshow"] .flex-next{
	background: url('../images/next.png');
	background-repeat: no-repeat;
	background-size: 50px 50px;
}
[id*="CollegeTemplateSlideshow"] .flex-direction-nav li a{
	margin: 0;
	top: 0;
	width: calc(50% - 1280px/2);
	min-width: 50px;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	background-position: center;
}
[id*="CollegeTemplateSlideshow"] .flex-direction-nav li:first-of-type a{
	left: 0;
}
[id*="CollegeTemplateSlideshow"] .flex-direction-nav li:last-of-type a{
	right: 0;
}
[id*="CollegeTemplateSlideshow"] .flex-next:hover, [id*="CollegeTemplateSlideshow"] .flex-prev:hover{
	background-position: center;
}
/** control nav **/
[id*="CollegeTemplateSlideshow"] .flex-control-nav{
	bottom: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	max-width: 1280px;
}
[id*="CollegeTemplateSlideshow"] .flex-control-paging li a{
	background: #FFF;
	box-shadow: 0 0 1px rgba(0,0,0,.5);
	border-radius: 100%;
	margin: 0 5px;
}
[id*="CollegeTemplateSlideshow"] .flex-control-paging li a.flex-active{
	background-color: #D9AA2B;
}
#contact h1, #contact h2, .contact h1, .contact h2 {
	background: #ffbd07;
	padding: 10px;
	margin-top: 0;
	text-shadow: 0 1px 0 #FFF
}
#contact h2, .contact h2 {
	font-size: 2em;
	color: #444
}
.btnContact:active {
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .6)
}
#contact, .contact {
	display: none;
	font-family: OpenSansRegular, Arial, sans-serif
}
/*Top Gold Border*/
.goldTopDivider {
	border-top: 5px solid #ffbd07
}

/* ~~~~~~~~~~~~~~~~contact info above footer ~~~~~~~~~~~~~~~~ */


.contactHolder {
	padding: 0 10px
}
#contactFancyBox{
	display: none;
	font-family: 'OpenSansRegular',Arial,sans-serif;
}
#contactFancyBox h2{
	background: #ffbd07;
	padding: 10px;
	margin-top: 0;
	text-shadow: 0px 1px 0px #FFF;
}
.pageWrapper {
	position: relative;
	margin-top: -30px;
	margin-bottom: 0;
	padding-bottom: 20px;
	background-color: #fff;
	box-shadow: none
}
#home-content .pageWrapper .contentHolder {
	font-size: .875em;
	line-height: 1.5em;
}
.contentHolder {
	padding: 0 30px 10px;
	min-height: 400px
}
blockquote {
	font-size: 1.125em;
	font-weight: 300;
	line-height: 1.5em;
	padding: 0 0 0 12px;
	margin-left: 0;
	border-left: 2px solid rgba(0, 0, 0, .15);
	margin-bottom: 20px
}
.horizontalMenu ul, .verticalMenu ul {
	line-height: inherit!important
}
.contentHolder ol, .contentHolder ol ol, .contentHolder ul, .contentHolder ul ul {
	margin-left: 20px;
	padding: 0
}
.contactHolder hr, .contentHolder hr {
	border: 1px solid #EEE;
	margin-top: 15px;
	margin-bottom: 15px
}
.tinynav, html.js .slides li {
	display: none
}
.contentHolder h4 {
	margin-bottom: 20px;
}
.contentHolder h5 {
	font-size: 1em;
	color: #382140
}

@media only screen and (max-width:1300px){
	[id*="CollegeTemplateSlideshow"] .flex-direction-nav li a{
		background-color: rgba(0,0,0,0);
		background-position: inherit;
		height: 50px;
		width: 50px;
		top: auto;
		bottom: 5px;
	}
}

@media screen and (max-width:768px) {
	.header h2, html.collegeTemplate .headerWrapper {
		display: none
	}
	.contentHolder {
		min-width: inherit
	}
	.pageWrapper, html.collegeTemplate .pageWrapper {
		margin-top: 0
	}
	html.collegeTemplate .header {
		padding: 10px
	}
	.contact h1 {
		font-size: 1.5em
	}
	.collegeHomepage {
		text-align: center
	}
	h1.homepageHeader {
		font-size: 1.5em;
		margin: 5px auto 10px
	}
	a.homepageBtn, h1.homepageHeader {
		float: none
	}
}

@media screen and (max-width:480px) {
	.contentHolder {
		padding: 0 15px
	}
}

/* -----------------
-----------------
START OF STICKY SIDE MENU
-----------------
---------------- */
/* #home-wrapper, .headerWrapper, #footer, body{
	overflow: visible !important;
}
.headerWrapper{
	float: left;
	width: 100%;
}
.contentHolder > .row-responsive:first-of-type{
	display: flex;
	width: 100%;
}
@media screen and (max-width: 768px){
	.contentHolder > .row-responsive:first-of-type{
		display: block;
		width: 100%;
	}
}

#home-content .sideLinks{
	margin-top: 10px;
	padding-right: 20px;
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
} */
/* -----------------
-----------------
END OF STICKY SIDE MENU
-----------------
---------------- */


/* ---------------- Secondary Navigation ---------------- */
html.js .slides li{
	display: none;
}
.tinynav {
	width: 95%;
	padding: 5px;
	margin: 12px auto;
	font-size: 1em;
	font-weight: 400
}
.verticalMenu ul li {
	margin: 0 18px;
	overflow: visible;
	box-shadow: 0 2px #FFF
}
.verticalMenu ul a {
	margin: 0 -18px;
	text-decoration: none;
	padding: 15px;
	color: #522152;
	letter-spacing: -1px;
	font-weight: 700;
	font-family: OpenSansLight, sans-serif;
	display: block;
	text-shadow: 0 1px #bfbfbf;
	transition: all linear 250ms
}
.verticalMenu ul>li+li {
	border-top: 1px solid #dedede
}
.verticalMenu ul li ul[class^=l_tinynav] li+li {
	border-top: 1px solid #e8e8e8
}
.verticalMenu {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyMSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRUVFRUVFIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnMjEpIiAvPgo8L3N2Zz4=);
	background-image: -ms-linear-gradient(top, #eee 0, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 0, #fff 100%)
}
.verticalMenu ul>li {
	position: relative;
	display: block;
	font-size: .9375em
}
.verticalMenu .l_tinynav1 a:hover {
	color: #E8AF0C
}
.verticalMenu .dropDownNav {
	padding-right: 33px
}
.verticalMenu ul i, .verticalMenu ul span {
	position: absolute;
	right: 0;
	top: 17px
}
.horizontalMenu select, .verticalMenu select {
	border: 1px solid #ccc;
	color: #666
}
.verticalMenu .l_tinynav1 li ul[class^=l_tinynav] li {
	display: block
}
.verticalMenu ul li ul li a {
	display: block;
	font-size: .90625em;
	color: #6e3061
}
@media screen and (max-width:768px) {
	.verticalMenu .tinynav {
		display: block;
		cursor: pointer
	}
	.verticalMenu {
		background: 0 0
	}
	.verticalMenu ul {
		display: none
	}
	.verticalMenu #sideContentHolder {
		padding-bottom: 0;
		padding-top: 0
	}
}

@media screen and (max-width:768px) {
	.horizontalMenu .tinynav {
		display: block;
		cursor: pointer
	}
	.horizontalMenu {
		background-color: transparent;
		background-image: none
	}
	.horizontalMenu ul {
		display: none
	}
}

/* ----------------- START OF MEDIA Queries -------------- */
@media screen and (max-width:1280px) {
	div#close-container {
		position: relative;
		z-index: 10;
		width: 25%;
		margin-left: 75%;
		text-align: left;
		padding-left: 0
	}
}

/* Tablet Portrait */
@media screen and (max-width:1180px) {
	.events-content-section {
		width: 60%
	}
	.news-tabs li a {
		font-size: 1.4375em
	}
	#drop-content a {
		font-size: .75em
	}
	.emergency,
	.wcu-alert {
		margin: 0
	}
	.college-port,
	.feedback {
		float: none!important
	}
	#icons ul li a img {
		width: 22%
	}
	#alumni #wcua, #alumni #wcuf {
		font-size: .75em;
		left: 5%
	}
}

@media screen and (max-width:1100px) {
	#drop-content {
		font-size: .75em
	}
	#drop-content a {
		font-size: 1em
	}
	#drop-down .firstCol {
		padding-left: 15px
	}
}

@media screen and (min-width:900px) and (max-width:1100px) {
	.shorten {
		display: none
	}
}

@media only screen and (max-width:1024px) {
	.drop-left, .drop-mid, .drop-right {
		padding-left: 7%
	}
}

/* Tablet Landscape */
@media only screen and (min-width:480px) and (max-width:1024px) {
	#searchcontent {
		width: 31%;
		top: 0
	}
	#navigation-wrapper {
		top: 0;
		margin: 0
	}
	.top-links {
		left: 0
	}
}

/* iPads (landscape) */
@media only screen and (min-width:768px) and (max-width:905px) {
	#crisisSiren #crText {
		width: 100%;
		position: initial;
		text-align: right;
		padding-top: 0
	}
	#footer .footerContent .grid6 {
		width: 50%
	}
	.footerContent .grid4 {
		float: right;
		width: 30%
	}
	#crisisSiren, #facAlert {
		float: right;
		max-width: 153px
	}
	#crisisSiren .fa, #facAlert .fa {
		font-size: 3em
	}
	#crisisSiren .linkText, #facAlert .linkText {
		font-size: 1.1em;
		float: left;
		width: 90px;
		height: 54px
	}
	#facAlert {
		margin-bottom: 10px
	}
	.footerContent .grid5 {
		width: 70%
	}
	.footerContent .grid3 {
		width: 30%;
		float: right;
		clear: right
	}
	.drop-left, .drop-mid, .drop-right {
		padding-left: 3%
	}
	.top-links {
		top: 5px
	}
	#formWebSearch {
		top: 0px;
	}
	#alumni #wcua, #alumni #wcuf {
		font-size: .65em;
		left: 5%
	}
}


@media only screen and (max-width:830px) {
	.events-content-section {
		width: 76%
	}
	.tabs_wrapper {
		margin: 0 auto
	}
	#navigation ul li.main-nav {
		padding: 12px 1.052631578947368%
	}
	#addressList, .footerLinks {
		height: 100px
	}
	#campus-annoucement, #campus-announcement, #campus-connection, #news-wrapper, #social-media, #wcu-weekly, #weather, .footer-logo, .unv-address {
		float: none;
		width: 100%
	}
	.unv-address {
		padding-bottom: 20px
	}
	.footer-logo {
		padding-bottom: 10%
	}
	#drop-down .firstCol {
		padding-left: 0
	}
}

@media only screen and (max-width:1000px) {
	.footerContent {
		width: 90%
	}
	/* --------- SLIDE SHOW EDIT ----------*/
	.flex-caption {
		box-sizing: border-box;
		position: relative;
		background: #382140!important;
		max-height: 144px;
		min-height: 144px
	}
	.flexslider span.slider-header {
		font-size: 1.25em
	}
}

@media only screen and (max-width:901px) {
	#emotiCtr a, .grid6.unv-address {
		float: right
	}
	#crisisSiren #crText, #crisisSiren a {
		text-align: left
	}
	#crisisSiren #crText, #emotiCtr a {
		color: #fff;
		text-decoration: underline
	}
	#emotiCtr div {
		text-align: right
	}
	#emotiCtr img {
		display: none
	}
}

@media only screen and (min-width:768px) {
	.moccordion .fa {
		display: none
	}
}

@media only screen and (max-width:768px) {
	#wcuLoginForm, .btnContact, .header, .header h1, .mobileLogin {
		float: none
	}
	#addressList li, #crisisSiren #crText, #emotiCtr div, #wcuLoginForm, .footerLinks, .header, .header h1, .logo, .mainDropLinks {
		text-align: center
	}
	.top-links {
		top: 10px
	}
	.top-links li a {
		font-size: .875em;
		padding: 5px
	}
	.top-links .giveBtn a{
		margin-top: 10px;
	} 
	.mobile-nav .fa-search {
		display: none
	}
	#formWebSearch {
		top: 0;
		float: none;
		margin: 10px 0;
		left: 0
	}
	#formWebSearch .placeholder {
		width: 90%;
		margin: auto;
		display: block
	}
	#footer, #home-content.rwdContent, .header {
		width: 100%
	}
	#formWebSearch input {
		width: 94%;
		padding-right: 0
	}
	.mobileLogin {
		display: inline-block!important
	}
	#navigation ul {
		text-align: left;
		padding: 12px 0px;
	}
	#navigation ul li a {
		font-size: 1.5em;
		padding-left: 50px
	}
	#drop-down, #navigation ul li.main-nav, #searchcontent {
		display: none!important
	}
	#navigation ul li.mobile-nav {
		display: inline-block!important
	}
	#navigation ul li.mobile-nav.searchbar {
		position: absolute;
		right: 11%;
		top: 22px
	}
	.mobile-nav a {
		background: url(/images/mobile-nav-search.png) -3px -6px no-repeat;
		background-size: 51px 77px
	}
	.mobile-nav.searchbar a {
		background: url(/images/mobile-nav-search.png) 0 -39px no-repeat;
		background-size: 51px 77px
	}
	#home-wrapper {
		background-color: #FFF
	}
	.header {
		padding: 0 15px
	}
	.header h1 {
		font-size: 1.5em
	}
	.breadCrumb {
		padding-top: 0
	}
	.headerWrapper {
		padding: 15px 0
	}
	#footer .noMobile,
	.noMobile {
		display: none
	}
	#footer .footer-logo {
		padding-bottom: 5px
	}
	.btnContact {
		display: inline-block;
		margin: 0
	}
	#navigation-wrapper {
		margin-bottom: 0;
		top: 0
	}
	.drop-left, .drop-mid, .drop-right {
		margin: 0;
		padding: 0 1%!important;
		width: 31%
	}
	.tablet-show {
		display: inherit
	}
	#crisisSiren {
		display: block
	}
	#crImage, #crisisSirenDup {
		display: none
	}
	#emotiCtr div {
		padding-bottom: 10px
	}
	#emotiCtr a {
		float: initial;
		float: none
	}
	#footer #fHorizLinks .faList li:first-child {
		padding-left: 3px
	}
	#footer #fHorizLinks .faList li {
		float: none;
		display: inline
	}
}

@media only screen and (min-width:601px) and (max-width:765px) {
	#navigation ul li a {
		letter-spacing: -1px
	}
}

@media only screen and (max-width:500px){
	#navigation ul li.mobile-nav.searchbar{
		padding-right: 100px;
	}
}
@media only screen and (max-width:330px){
	#navigation ul li a{
		font-size: 1em;
	}
}
@media only screen and (min-width:601px) and (max-width:765px){
	#navigation ul li a{
		letter-spacing:-1px;
	}
}

/* Kindle Fire and Smaller Tablets (landscape)*/
@media only screen and (min-width:601px) {
	#search-drop-down {
		display: none!important
	}
}

@media only screen and (max-width:767px) {
	#footer .footerContent * {
		text-align: center;
		clear: initial;
		float: initial;
		float: none
	}
	#footer #crisisSiren, #footer #facAlert {
		margin: auto;
		text-align: left;
		position: relative
	}
	#crisisSiren .linkText, #facAlert .linkText {
		position: absolute;
		text-align: left;
		left: 60px
	}
	#footer #crisisSiren {
		margin-bottom: 10px
	}
	#footer #facAlert .fa {
		float: left
	}
}

@media only screen and (max-width:600px) {
	#container {
		border-top: 0
	}
	.flexslider, a.news-img img {
		display: none
	}
	#loginDropDown #wcuLoginForm {
		padding: 10px 0!important
	}
	.events-content-section {
		width: 100%
	}
	.grid12 .footerSpace {
		border-top: 1px solid #6e3061
	}
	#fHorizLinks>.grid12 {
		padding: 5px 0;
		margin-bottom: 0
	}
	#fHorizLinks .grid12>.footerSpace li {
		display: block;
		border-left: transparent
	}
	#fHorizLinks ul.grid12 {
		border-bottom: 1px solid #6e3061
	}
	#fHorizLinks ul.grid12 li {
		width: 100%;
		border-left: transparent;
		margin: 0
	}
	#fHorizLinks ul.footerSpace li, #fHorizLinks ul.grid12 li,
	ul.footerSpace {
		padding: 5px 0
	}
	#fRgtCol li:first-child {
		padding-left: 0
	}
}

/* Hand Held Device Landscape */
@media only screen and (max-width:480px) {
	@-ms-viewport {
		width: device-width
	}

	.flexslider, li.academic, li.apply, li.directories {
		display: none!important
	}
	li.academic-option, li.apply-option, li.dept-option {
		display: inline-block;
		float: left;
		clear: left;
		margin: 0;
		padding: 0;
		position: relative
	}
	li.dept-option {
		float: right
	}
	.directories, .no-lines {
		float: right;
		clear: right
	}
	.directories a:before {
		border-right: none;
		height: 0;
		width: 0
	}
	.search {
		display: block!important
	}
	#home-content {
		width: 96%
	}
	#drop-content {
		width: 100%
	}
	.top-links li a {
		padding: 0
	}
	.logo {
		float: none;
		margin: 0 auto;
		position: relative;
		top: 0
	}
	.top-links {
		margin: 0;
		top: 0;
		left: 0;
		float: left;
		width: 100%;
		text-align: center
	}
	.top-links .mobileLogin{
		display: block !important;
		float: none;
		width: 100%;
		padding: 10px 0px;
	}
	.top-links .mobileLogin a{
		padding: 10px;
	}
	.top-links .desktopGiveBtn{
		display: none;
	}
	.top-links .mobileGiveBtn{
		display: block;
		float: right;
	}
	.top-links .mobileGiveBtn a{
		margin-top: 5px;
	}
	#navigation {
		width: 100%;
		height: auto
	}
	#formWebSearch .placeholder {
		margin-left: 5%;
		width: 100%
	}
	#formWebSearch input {
		width: 75%
	}
	#home-wrapper #crisisSiren.grid6 {
		width: 50%;
		position: relative;
		left: 25%
	}
	#crisisSiren #crImage, #crisisSiren #crText {
		float: left;
		position: initial
	}
}

@media only screen and (min-width:360px) and (max-width:480px) {
	#icons ul li a img {
		width: 33%!important
	}
	#icons ul li {
		margin: 0 5%!important
	}
}

@media only screen and (max-width:360px) {
	.apply, .search {
		float: right
	}
	.news-tabs li a {
		font-size: 1.125em
	}
	#icons ul li a img {
		width: 49%!important
	}
	#navigation-wrapper {
		background: #b4b4b4
	}
	.apply {
		clear: right
	}
	.top-links {
		text-align: inherit!important
	}
	.top-links li a {
		font-size: 1em!important;
		padding: 0
	}
	li.academic-option, li.apply-option {
		padding-left: 0
	}
	.logo {
		width: 96.578947%!important
	}
}

/*****************************
******************************
SMALL PHONES - HTC EVO
******************************
*****************************/
@media only screen and (max-width:320px) {
	#navigation ul li a {
		padding: 0 5px
	}
	#navigation .open {
		padding-left: 50px
	}
	.mobile-nav.searchbar a {
		background: 0 0
	}
	.mobile-nav.searchbar .fa-search, .mobile-nav.searchbar .icon-search {
		display: inline-block;
		font-size: 1.25em;
		color: #FFF;
		font-weight: 400;
		position: relative;
		top: -5px
	}
}

/*****************************
******************************
PRINT MEDIA QUERY
******************************
*****************************/
@media print {
	body,
	div[class^=grid] {
		width: 100%
	}
	body {
		font-family: Georgia, serif!important
	}
	#home-content {
		width: 95%
	}
	.pageWrapper,
	html.collegeTemplate .pageWrapper {
		margin: 0;
		padding: 0
	}
	#footer, #header, #navigation-wrapper, #widget-bar, .header, .headerWrapper, .secondarySlider,
	div[id$=sidemenu] {
		display: none
	}
}
.fa, .fa-stack, .widgetAlert {
	display: inline-block
}
/* ------------ IE 7 CHEATS -------- */
#social-media ul li a{
	*display:inline;
}

/*  ****************    BEGIN DOCUMENT LIST     *************************************** */
#home-content .docuIcon, #home-content .fileList li:before, #home-content .fileListItem:before {
	background-image: url(/images/docsSprite.png);
	display: inline-block;
	height: 16px;
	width: 16px
}
#home-content .docuIcon {
	position: relative;
	top: 2px;
	margin-left: 1px;
	background-repeat: no-repeat
}
#home-content .fileList {
	text-indent: -21px;
	margin-left: 21px
}
#home-content .fileList li:before, #home-content .fileListItem:before {
	content: " ";
	margin-right: 4px
}
.fa.fa-pull-left, .fa.pull-left {
	margin-right: .3em
}
#home-content .fileList ol, #home-content .fileList ul {
	text-indent: 0;
	margin-left: 40px
}
#home-content .fileList li li:before {
	background-image: none;
	content: none
}
#home-content .fileListItem {
	margin-left: 0;
	text-indent: -20px
}
#home-content .pdfIcon, #home-content .pdfList li:first-child:before, #home-content .pdfListItem:before {
	background-position: 0 0
}
#home-content .docIcon, #home-content .docList li:before, #home-content .docListItem:before {
	background-position: -26px 0
}
#home-content .xlsIcon, #home-content .xlsList li:before, #home-content .xlsListItem:before {
	background-position: -52px 0
}
#home-content .pptIcon, #home-content .pptList li:before, #home-content .pptListItem:before {
	background-position: -78px 0
}
#home-content .zipIcon, #home-content .zipList li:before, #home-content .zipListItem:before {
	background-position: -104px 0
}

/*  ****************    END DOCUMENT LIST       *************************************** */

/* *****************    BEGIN CURRENT FONT AWESOME VERSION 4.7  *********************** */
@font-face {
	font-family: FontAwesome;
	src: url(/fonts/icons/font/fontawesome-webfont.eot?v=4.7.0);
	src: url(/fonts/icons/font/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/fonts/icons/font/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(/fonts/icons/font/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(/fonts/icons/font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
	font-weight: 400;
	font-style: normal
}
.fa {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571429em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em
}
.fa.fa-pull-right, .fa.pull-right {
	margin-left: .3em
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714286em
}
.fa-border {
	padding: .2em .25em .15em;
	border: .08em solid #eee;
	border-radius: .1em
}
.fa-pull-left {
	float: left
}
.fa-pull-right, .pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
	filter: none
}
.fa-stack {
	position: relative;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.widgetAlert, .widgetAlert a {
	color: #F7F7F7;
	font-family: OpenSansRegular, sans-serif, arial
}
.fa-glass:before {
	content: "\f000"
}
.fa-music:before {
	content: "\f001"
}
.fa-search:before {
	content: "\f002"
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-heart:before {
	content: "\f004"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-o:before {
	content: "\f006"
}
.fa-user:before {
	content: "\f007"
}
.fa-film:before {
	content: "\f008"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-check:before {
	content: "\f00c"
}
.fa-close:before, .fa-remove:before, .fa-times:before {
	content: "\f00d"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-signal:before {
	content: "\f012"
}
.fa-cog:before, .fa-gear:before {
	content: "\f013"
}
.fa-trash-o:before {
	content: "\f014"
}
.fa-home:before {
	content: "\f015"
}
.fa-file-o:before {
	content: "\f016"
}
.fa-clock-o:before {
	content: "\f017"
}
.fa-road:before {
	content: "\f018"
}
.fa-download:before {
	content: "\f019"
}
.fa-arrow-circle-o-down:before {
	content: "\f01a"
}
.fa-arrow-circle-o-up:before {
	content: "\f01b"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-play-circle-o:before {
	content: "\f01d"
}
.fa-repeat:before, .fa-rotate-right:before {
	content: "\f01e"
}
.fa-refresh:before {
	content: "\f021"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-lock:before {
	content: "\f023"
}
.fa-flag:before {
	content: "\f024"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-book:before {
	content: "\f02d"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-print:before {
	content: "\f02f"
}
.fa-camera:before {
	content: "\f030"
}
.fa-font:before {
	content: "\f031"
}
.fa-bold:before {
	content: "\f032"
}
.fa-italic:before {
	content: "\f033"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-list:before {
	content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-video-camera:before {
	content: "\f03d"
}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
	content: "\f03e"
}
.fa-pencil:before {
	content: "\f040"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-tint:before {
	content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}
.fa-share-square-o:before {
	content: "\f045"
}
.fa-check-square-o:before {
	content: "\f046"
}
.fa-arrows:before {
	content: "\f047"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-play:before {
	content: "\f04b"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-eject:before {
	content: "\f052"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-times-circle-o:before {
	content: "\f05c"
}
.fa-check-circle-o:before {
	content: "\f05d"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}
.fa-expand:before {
	content: "\f065"
}
.fa-compress:before {
	content: "\f066"
}
.fa-plus:before {
	content: "\f067"
}
.fa-minus:before {
	content: "\f068"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-exclamation-triangle:before, .fa-warning:before {
	content: "\f071"
}
.fa-plane:before {
	content: "\f072"
}
.fa-calendar:before {
	content: "\f073"
}
.fa-random:before {
	content: "\f074"
}
.fa-comment:before {
	content: "\f075"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-arrows-v:before {
	content: "\f07d"
}
.fa-arrows-h:before {
	content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-key:before {
	content: "\f084"
}
.fa-cogs:before, .fa-gears:before {
	content: "\f085"
}
.fa-comments:before {
	content: "\f086"
}
.fa-thumbs-o-up:before {
	content: "\f087"
}
.fa-thumbs-o-down:before {
	content: "\f088"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-heart-o:before {
	content: "\f08a"
}
.fa-sign-out:before {
	content: "\f08b"
}
.fa-linkedin-square:before {
	content: "\f08c"
}
.fa-thumb-tack:before {
	content: "\f08d"
}
.fa-external-link:before {
	content: "\f08e"
}
.fa-sign-in:before {
	content: "\f090"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-upload:before {
	content: "\f093"
}
.fa-lemon-o:before {
	content: "\f094"
}
.fa-phone:before {
	content: "\f095"
}
.fa-square-o:before {
	content: "\f096"
}
.fa-bookmark-o:before {
	content: "\f097"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-feed:before, .fa-rss:before {
	content: "\f09e"
}
.fa-hdd-o:before {
	content: "\f0a0"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-hand-o-right:before {
	content: "\f0a4"
}
.fa-hand-o-left:before {
	content: "\f0a5"
}
.fa-hand-o-up:before {
	content: "\f0a6"
}
.fa-hand-o-down:before {
	content: "\f0a7"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-briefcase:before {
	content: "\f0b1"
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-group:before, .fa-users:before {
	content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-floppy-o:before, .fa-save:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
	content: "\f0c9"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-underline:before {
	content: "\f0cd"
}
.fa-table:before {
	content: "\f0ce"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-plus:before {
	content: "\f0d5"
}
.fa-money:before {
	content: "\f0d6"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-sort:before, .fa-unsorted:before {
	content: "\f0dc"
}
.fa-sort-desc:before, .fa-sort-down:before {
	content: "\f0dd"
}
.fa-sort-asc:before, .fa-sort-up:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}
.fa-gavel:before, .fa-legal:before {
	content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-bolt:before, .fa-flash:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-clipboard:before, .fa-paste:before {
	content: "\f0ea"
}
.fa-lightbulb-o:before {
	content: "\f0eb"
}
.fa-exchange:before {
	content: "\f0ec"
}
.fa-cloud-download:before {
	content: "\f0ed"
}
.fa-cloud-upload:before {
	content: "\f0ee"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-bell-o:before {
	content: "\f0a2"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cutlery:before {
	content: "\f0f5"
}
.fa-file-text-o:before {
	content: "\f0f6"
}
.fa-building-o:before {
	content: "\f0f7"
}
.fa-hospital-o:before {
	content: "\f0f8"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}
.fa-circle-o:before {
	content: "\f10c"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-circle:before {
	content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-folder-o:before {
	content: "\f114"
}
.fa-folder-open-o:before {
	content: "\f115"
}
.fa-smile-o:before {
	content: "\f118"
}
.fa-frown-o:before {
	content: "\f119"
}
.fa-meh-o:before {
	content: "\f11a"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-keyboard-o:before {
	content: "\f11c"
}
.fa-flag-o:before {
	content: "\f11d"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-code:before {
	content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-crop:before {
	content: "\f125"
}
.fa-code-fork:before {
	content: "\f126"
}
.fa-chain-broken:before, .fa-unlink:before {
	content: "\f127"
}
.fa-question:before {
	content: "\f128"
}
.fa-info:before {
	content: "\f129"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-shield:before {
	content: "\f132"
}
.fa-calendar-o:before {
	content: "\f133"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-ticket:before {
	content: "\f145"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-minus-square-o:before {
	content: "\f147"
}
.fa-level-up:before {
	content: "\f148"
}
.fa-level-down:before {
	content: "\f149"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-pencil-square:before {
	content: "\f14b"
}
.fa-external-link-square:before {
	content: "\f14c"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
	content: "\f150"
}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
	content: "\f151"
}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
	content: "\f152"
}
.fa-eur:before, .fa-euro:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}
.fa-inr:before, .fa-rupee:before {
	content: "\f156"
}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
	content: "\f157"
}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
	content: "\f158"
}
.fa-krw:before, .fa-won:before {
	content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-text:before {
	content: "\f15c"
}
.fa-sort-alpha-asc:before {
	content: "\f15d"
}
.fa-sort-alpha-desc:before {
	content: "\f15e"
}
.fa-sort-amount-asc:before {
	content: "\f160"
}
.fa-sort-amount-desc:before {
	content: "\f161"
}
.fa-sort-numeric-asc:before {
	content: "\f162"
}
.fa-sort-numeric-desc:before {
	content: "\f163"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-youtube-square:before {
	content: "\f166"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-youtube-play:before {
	content: "\f16a"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-adn:before {
	content: "\f170"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitbucket-square:before {
	content: "\f172"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-long-arrow-down:before {
	content: "\f175"
}
.fa-long-arrow-up:before {
	content: "\f176"
}
.fa-long-arrow-left:before {
	content: "\f177"
}
.fa-long-arrow-right:before {
	content: "\f178"
}
.fa-apple:before {
	content: "\f179"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-android:before {
	content: "\f17b"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-foursquare:before {
	content: "\f180"
}
.fa-trello:before {
	content: "\f181"
}
.fa-female:before {
	content: "\f182"
}
.fa-male:before {
	content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
	content: "\f184"
}
.fa-sun-o:before {
	content: "\f185"
}
.fa-moon-o:before {
	content: "\f186"
}
.fa-archive:before {
	content: "\f187"
}
.fa-bug:before {
	content: "\f188"
}
.fa-vk:before {
	content: "\f189"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-arrow-circle-o-right:before {
	content: "\f18e"
}
.fa-arrow-circle-o-left:before {
	content: "\f190"
}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-try:before, .fa-turkish-lira:before {
	content: "\f195"
}
.fa-plus-square-o:before {
	content: "\f196"
}
.fa-space-shuttle:before {
	content: "\f197"
}
.fa-slack:before {
	content: "\f198"
}
.fa-envelope-square:before {
	content: "\f199"
}
.fa-wordpress:before {
	content: "\f19a"
}
.fa-openid:before {
	content: "\f19b"
}
.fa-bank:before, .fa-institution:before, .fa-university:before {
	content: "\f19c"
}
.fa-graduation-cap:before, .fa-mortar-board:before {
	content: "\f19d"
}
.fa-yahoo:before {
	content: "\f19e"
}
.fa-google:before {
	content: "\f1a0"
}
.fa-reddit:before {
	content: "\f1a1"
}
.fa-reddit-square:before {
	content: "\f1a2"
}
.fa-stumbleupon-circle:before {
	content: "\f1a3"
}
.fa-stumbleupon:before {
	content: "\f1a4"
}
.fa-delicious:before {
	content: "\f1a5"
}
.fa-digg:before {
	content: "\f1a6"
}
.fa-pied-piper-pp:before {
	content: "\f1a7"
}
.fa-pied-piper-alt:before {
	content: "\f1a8"
}
.fa-drupal:before {
	content: "\f1a9"
}
.fa-joomla:before {
	content: "\f1aa"
}
.fa-language:before {
	content: "\f1ab"
}
.fa-fax:before {
	content: "\f1ac"
}
.fa-building:before {
	content: "\f1ad"
}
.fa-child:before {
	content: "\f1ae"
}
.fa-paw:before {
	content: "\f1b0"
}
.fa-spoon:before {
	content: "\f1b1"
}
.fa-cube:before {
	content: "\f1b2"
}
.fa-cubes:before {
	content: "\f1b3"
}
.fa-behance:before {
	content: "\f1b4"
}
.fa-behance-square:before {
	content: "\f1b5"
}
.fa-steam:before {
	content: "\f1b6"
}
.fa-steam-square:before {
	content: "\f1b7"
}
.fa-recycle:before {
	content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}
.fa-tree:before {
	content: "\f1bb"
}
.fa-spotify:before {
	content: "\f1bc"
}
.fa-deviantart:before {
	content: "\f1bd"
}
.fa-soundcloud:before {
	content: "\f1be"
}
.fa-database:before {
	content: "\f1c0"
}
.fa-file-pdf-o:before {
	content: "\f1c1"
}
.fa-file-word-o:before {
	content: "\f1c2"
}
.fa-file-excel-o:before {
	content: "\f1c3"
}
.fa-file-powerpoint-o:before {
	content: "\f1c4"
}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
	content: "\f1c5"
}
.fa-file-archive-o:before, .fa-file-zip-o:before {
	content: "\f1c6"
}
.fa-file-audio-o:before, .fa-file-sound-o:before {
	content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}
.fa-file-code-o:before {
	content: "\f1c9"
}
.fa-vine:before {
	content: "\f1ca"
}
.fa-codepen:before {
	content: "\f1cb"
}
.fa-jsfiddle:before {
	content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
	content: "\f1cd"
}
.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
	content: "\f1d0"
}
.fa-empire:before, .fa-ge:before {
	content: "\f1d1"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-git:before {
	content: "\f1d3"
}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
	content: "\f1d4"
}
.fa-tencent-weibo:before {
	content: "\f1d5"
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}
.fa-paper-plane:before, .fa-send:before {
	content: "\f1d8"
}
.fa-paper-plane-o:before, .fa-send-o:before {
	content: "\f1d9"
}
.fa-history:before {
	content: "\f1da"
}
.fa-circle-thin:before {
	content: "\f1db"
}
.fa-header:before {
	content: "\f1dc"
}
.fa-paragraph:before {
	content: "\f1dd"
}
.fa-sliders:before {
	content: "\f1de"
}
.fa-share-alt:before {
	content: "\f1e0"
}
.fa-share-alt-square:before {
	content: "\f1e1"
}
.fa-bomb:before {
	content: "\f1e2"
}
.fa-futbol-o:before, .fa-soccer-ball-o:before {
	content: "\f1e3"
}
.fa-tty:before {
	content: "\f1e4"
}
.fa-binoculars:before {
	content: "\f1e5"
}
.fa-plug:before {
	content: "\f1e6"
}
.fa-slideshare:before {
	content: "\f1e7"
}
.fa-twitch:before {
	content: "\f1e8"
}
.fa-yelp:before {
	content: "\f1e9"
}
.fa-newspaper-o:before {
	content: "\f1ea"
}
.fa-wifi:before {
	content: "\f1eb"
}
.fa-calculator:before {
	content: "\f1ec"
}
.fa-paypal:before {
	content: "\f1ed"
}
.fa-google-wallet:before {
	content: "\f1ee"
}
.fa-cc-visa:before {
	content: "\f1f0"
}
.fa-cc-mastercard:before {
	content: "\f1f1"
}
.fa-cc-discover:before {
	content: "\f1f2"
}
.fa-cc-amex:before {
	content: "\f1f3"
}
.fa-cc-paypal:before {
	content: "\f1f4"
}
.fa-cc-stripe:before {
	content: "\f1f5"
}
.fa-bell-slash:before {
	content: "\f1f6"
}
.fa-bell-slash-o:before {
	content: "\f1f7"
}
.fa-trash:before {
	content: "\f1f8"
}
.fa-copyright:before {
	content: "\f1f9"
}
.fa-at:before {
	content: "\f1fa"
}
.fa-eyedropper:before {
	content: "\f1fb"
}
.fa-paint-brush:before {
	content: "\f1fc"
}
.fa-birthday-cake:before {
	content: "\f1fd"
}
.fa-area-chart:before {
	content: "\f1fe"
}
.fa-pie-chart:before {
	content: "\f200"
}
.fa-line-chart:before {
	content: "\f201"
}
.fa-lastfm:before {
	content: "\f202"
}
.fa-lastfm-square:before {
	content: "\f203"
}
.fa-toggle-off:before {
	content: "\f204"
}
.fa-toggle-on:before {
	content: "\f205"
}
.fa-bicycle:before {
	content: "\f206"
}
.fa-bus:before {
	content: "\f207"
}
.fa-ioxhost:before {
	content: "\f208"
}
.fa-angellist:before {
	content: "\f209"
}
.fa-cc:before {
	content: "\f20a"
}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
	content: "\f20b"
}
.fa-meanpath:before {
	content: "\f20c"
}
.fa-buysellads:before {
	content: "\f20d"
}
.fa-connectdevelop:before {
	content: "\f20e"
}
.fa-dashcube:before {
	content: "\f210"
}
.fa-forumbee:before {
	content: "\f211"
}
.fa-leanpub:before {
	content: "\f212"
}
.fa-sellsy:before {
	content: "\f213"
}
.fa-shirtsinbulk:before {
	content: "\f214"
}
.fa-simplybuilt:before {
	content: "\f215"
}
.fa-skyatlas:before {
	content: "\f216"
}
.fa-cart-plus:before {
	content: "\f217"
}
.fa-cart-arrow-down:before {
	content: "\f218"
}
.fa-diamond:before {
	content: "\f219"
}
.fa-ship:before {
	content: "\f21a"
}
.fa-user-secret:before {
	content: "\f21b"
}
.fa-motorcycle:before {
	content: "\f21c"
}
.fa-street-view:before {
	content: "\f21d"
}
.fa-heartbeat:before {
	content: "\f21e"
}
.fa-venus:before {
	content: "\f221"
}
.fa-mars:before {
	content: "\f222"
}
.fa-mercury:before {
	content: "\f223"
}
.fa-intersex:before, .fa-transgender:before {
	content: "\f224"
}
.fa-transgender-alt:before {
	content: "\f225"
}
.fa-venus-double:before {
	content: "\f226"
}
.fa-mars-double:before {
	content: "\f227"
}
.fa-venus-mars:before {
	content: "\f228"
}
.fa-mars-stroke:before {
	content: "\f229"
}
.fa-mars-stroke-v:before {
	content: "\f22a"
}
.fa-mars-stroke-h:before {
	content: "\f22b"
}
.fa-neuter:before {
	content: "\f22c"
}
.fa-genderless:before {
	content: "\f22d"
}
.fa-facebook-official:before {
	content: "\f230"
}
.fa-pinterest-p:before {
	content: "\f231"
}
.fa-whatsapp:before {
	content: "\f232"
}
.fa-server:before {
	content: "\f233"
}
.fa-user-plus:before {
	content: "\f234"
}
.fa-user-times:before {
	content: "\f235"
}
.fa-bed:before, .fa-hotel:before {
	content: "\f236"
}
.fa-viacoin:before {
	content: "\f237"
}
.fa-train:before {
	content: "\f238"
}
.fa-subway:before {
	content: "\f239"
}
.fa-medium:before {
	content: "\f23a"
}
.fa-y-combinator:before, .fa-yc:before {
	content: "\f23b"
}
.fa-optin-monster:before {
	content: "\f23c"
}
.fa-opencart:before {
	content: "\f23d"
}
.fa-expeditedssl:before {
	content: "\f23e"
}
.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
	content: "\f240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241"
}
.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243"
}
.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244"
}
.fa-mouse-pointer:before {
	content: "\f245"
}
.fa-i-cursor:before {
	content: "\f246"
}
.fa-object-group:before {
	content: "\f247"
}
.fa-object-ungroup:before {
	content: "\f248"
}
.fa-sticky-note:before {
	content: "\f249"
}
.fa-sticky-note-o:before {
	content: "\f24a"
}
.fa-cc-jcb:before {
	content: "\f24b"
}
.fa-cc-diners-club:before {
	content: "\f24c"
}
.fa-clone:before {
	content: "\f24d"
}
.fa-balance-scale:before {
	content: "\f24e"
}
.fa-hourglass-o:before {
	content: "\f250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253"
}
.fa-hourglass:before {
	content: "\f254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255"
}
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
	content: "\f256"
}
.fa-hand-scissors-o:before {
	content: "\f257"
}
.fa-hand-lizard-o:before {
	content: "\f258"
}
.fa-hand-spock-o:before {
	content: "\f259"
}
.fa-hand-pointer-o:before {
	content: "\f25a"
}
.fa-hand-peace-o:before {
	content: "\f25b"
}
.fa-trademark:before {
	content: "\f25c"
}
.fa-registered:before {
	content: "\f25d"
}
.fa-creative-commons:before {
	content: "\f25e"
}
.fa-gg:before {
	content: "\f260"
}
.fa-gg-circle:before {
	content: "\f261"
}
.fa-tripadvisor:before {
	content: "\f262"
}
.fa-odnoklassniki:before {
	content: "\f263"
}
.fa-odnoklassniki-square:before {
	content: "\f264"
}
.fa-get-pocket:before {
	content: "\f265"
}
.fa-wikipedia-w:before {
	content: "\f266"
}
.fa-safari:before {
	content: "\f267"
}
.fa-chrome:before {
	content: "\f268"
}
.fa-firefox:before {
	content: "\f269"
}
.fa-opera:before {
	content: "\f26a"
}
.fa-internet-explorer:before {
	content: "\f26b"
}
.fa-television:before, .fa-tv:before {
	content: "\f26c"
}
.fa-contao:before {
	content: "\f26d"
}
.fa-500px:before {
	content: "\f26e"
}
.fa-amazon:before {
	content: "\f270"
}
.fa-calendar-plus-o:before {
	content: "\f271"
}
.fa-calendar-minus-o:before {
	content: "\f272"
}
.fa-calendar-times-o:before {
	content: "\f273"
}
.fa-calendar-check-o:before {
	content: "\f274"
}
.fa-industry:before {
	content: "\f275"
}
.fa-map-pin:before {
	content: "\f276"
}
.fa-map-signs:before {
	content: "\f277"
}
.fa-map-o:before {
	content: "\f278"
}
.fa-map:before {
	content: "\f279"
}
.fa-commenting:before {
	content: "\f27a"
}
.fa-commenting-o:before {
	content: "\f27b"
}
.fa-houzz:before {
	content: "\f27c"
}
.fa-vimeo:before {
	content: "\f27d"
}
.fa-black-tie:before {
	content: "\f27e"
}
.fa-fonticons:before {
	content: "\f280"
}
.fa-reddit-alien:before {
	content: "\f281"
}
.fa-edge:before {
	content: "\f282"
}
.fa-credit-card-alt:before {
	content: "\f283"
}
.fa-codiepie:before {
	content: "\f284"
}
.fa-modx:before {
	content: "\f285"
}
.fa-fort-awesome:before {
	content: "\f286"
}
.fa-usb:before {
	content: "\f287"
}
.fa-product-hunt:before {
	content: "\f288"
}
.fa-mixcloud:before {
	content: "\f289"
}
.fa-scribd:before {
	content: "\f28a"
}
.fa-pause-circle:before {
	content: "\f28b"
}
.fa-pause-circle-o:before {
	content: "\f28c"
}
.fa-stop-circle:before {
	content: "\f28d"
}
.fa-stop-circle-o:before {
	content: "\f28e"
}
.fa-shopping-bag:before {
	content: "\f290"
}
.fa-shopping-basket:before {
	content: "\f291"
}
.fa-hashtag:before {
	content: "\f292"
}
.fa-bluetooth:before {
	content: "\f293"
}
.fa-bluetooth-b:before {
	content: "\f294"
}
.fa-percent:before {
	content: "\f295"
}
.fa-gitlab:before {
	content: "\f296"
}
.fa-wpbeginner:before {
	content: "\f297"
}
.fa-wpforms:before {
	content: "\f298"
}
.fa-envira:before {
	content: "\f299"
}
.fa-universal-access:before {
	content: "\f29a"
}
.fa-wheelchair-alt:before {
	content: "\f29b"
}
.fa-question-circle-o:before {
	content: "\f29c"
}
.fa-blind:before {
	content: "\f29d"
}
.fa-audio-description:before {
	content: "\f29e"
}
.fa-volume-control-phone:before {
	content: "\f2a0"
}
.fa-braille:before {
	content: "\f2a1"
}
.fa-assistive-listening-systems:before {
	content: "\f2a2"
}
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
	content: "\f2a3"
}
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
	content: "\f2a4"
}
.fa-glide:before {
	content: "\f2a5"
}
.fa-glide-g:before {
	content: "\f2a6"
}
.fa-sign-language:before, .fa-signing:before {
	content: "\f2a7"
}
.fa-low-vision:before {
	content: "\f2a8"
}
.fa-viadeo:before {
	content: "\f2a9"
}
.fa-viadeo-square:before {
	content: "\f2aa"
}
.fa-snapchat:before {
	content: "\f2ab"
}
.fa-snapchat-ghost:before {
	content: "\f2ac"
}
.fa-snapchat-square:before {
	content: "\f2ad"
}
.fa-pied-piper:before {
	content: "\f2ae"
}
.fa-first-order:before {
	content: "\f2b0"
}
.fa-yoast:before {
	content: "\f2b1"
}
.fa-themeisle:before {
	content: "\f2b2"
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "\f2b3"
}
.fa-fa:before, .fa-font-awesome:before {
	content: "\f2b4"
}
.fa-handshake-o:before {
	content: "\f2b5"
}
.fa-envelope-open:before {
	content: "\f2b6"
}
.fa-envelope-open-o:before {
	content: "\f2b7"
}
.fa-linode:before {
	content: "\f2b8"
}
.fa-address-book:before {
	content: "\f2b9"
}
.fa-address-book-o:before {
	content: "\f2ba"
}
.fa-address-card:before, .fa-vcard:before {
	content: "\f2bb"
}
.fa-address-card-o:before, .fa-vcard-o:before {
	content: "\f2bc"
}
.fa-user-circle:before {
	content: "\f2bd"
}
.fa-user-circle-o:before {
	content: "\f2be"
}
.fa-user-o:before {
	content: "\f2c0"
}
.fa-id-badge:before {
	content: "\f2c1"
}
.fa-drivers-license:before, .fa-id-card:before {
	content: "\f2c2"
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "\f2c3"
}
.fa-quora:before {
	content: "\f2c4"
}
.fa-free-code-camp:before {
	content: "\f2c5"
}
.fa-telegram:before {
	content: "\f2c6"
}
.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
	content: "\f2c7"
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "\f2c8"
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "\f2c9"
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "\f2ca"
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "\f2cb"
}
.fa-shower:before {
	content: "\f2cc"
}
.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
	content: "\f2cd"
}
.fa-podcast:before {
	content: "\f2ce"
}
.fa-window-maximize:before {
	content: "\f2d0"
}
.fa-window-minimize:before {
	content: "\f2d1"
}
.fa-window-restore:before {
	content: "\f2d2"
}
.fa-times-rectangle:before, .fa-window-close:before {
	content: "\f2d3"
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "\f2d4"
}
.fa-bandcamp:before {
	content: "\f2d5"
}
.fa-grav:before {
	content: "\f2d6"
}
.fa-etsy:before {
	content: "\f2d7"
}
.fa-imdb:before {
	content: "\f2d8"
}
.fa-ravelry:before {
	content: "\f2d9"
}
.fa-eercast:before {
	content: "\f2da"
}
.fa-microchip:before {
	content: "\f2db"
}
.fa-snowflake-o:before {
	content: "\f2dc"
}
.fa-superpowers:before {
	content: "\f2dd"
}
.fa-wpexplorer:before {
	content: "\f2de"
}
.fa-meetup:before {
	content: "\f2e0"
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
.widgetAlert {
	position: absolute;
	top: -15px;
	border: 2px solid #F7F7F7;
	background-color: red;
	border-radius: 20px;
	padding: 2px 8px;
	cursor: pointer;
	text-shadow: 1px 1px 10px #300
}
.widgetAlert a {
	text-decoration: none;
	text-shadow: 1px 1px 1px #300
}

/* *****************    END CURRENT FONT AWESOME VERSION 4.7   ************************* */

/*****************************
******************************
New Program Pages
******************************
*****************************/

@media only screen and (max-width:900px){
	.div-fix a.open-close{
		background-color: #ffe800;
		color: #382140;
	}
	.div-fix .open-close:visited{
		background-color: #ffe800;
		color: #382140;
	}
	.div-fix .open-close:hover{
		background-color: #382140;
		color: #ffe800 !important;
		border: 3px solid #ffe800;
	}
}

/*****************************
******************************
End New Program Pages
******************************
*****************************/

/* *****************        BEGIN OUC SNIPPETS         ************************* */

/*** FONT AWESOME ICON SNIPPET ***/
#home-content .faIcons {
	font-size: 3em
}
#home-content .faIcons a {
	text-decoration: none;
	display: inline;
	margin: 0 2px
}
#home-content .faIcons .fa-facebook-square {
	color: #3b5998;
}
#home-content .faIcons .fa-twitter-square {
	color: #55acee;
}
#home-content .faIcons .fa-instagram {
	color: #125688;
}
#home-content .faIcons .fa-youtube-square {
	color: #B00;
}
#home-content .faIcons .fa-linkedin-square {
	color: #007BB5;
}
#home-content .faIcons .fa-pinterest-square {
	color: #CB2027;
}
#home-content .faIcons .fa-flickr {
	color: #FF0084;
}
#home-content .faIcons .fa-snapchat-square {
	color: #FFFC00;
}


/*** EXPAND LIST SNIPPET ***/
.expandList details summary{
	cursor: pointer;
	text-decoration: underline;
	color: #6e3061;
}
.expandList details summary > p{
	display: inline;
}
#home-content .expandList details summary > p{
	color: #6e3061;
}
.expandList details > div{
	margin-left: 20px;
}

/*** IMAGE BTN ACCORDION PANEL SNPPET ***/
.imgBtnAccordionCtr .contentButton{
	margin: 20px 0px;
	background-color: #382140;
	padding: 5px;
	min-height: 315px;
	float: left
}
.imgBtnAccordionCtr .contentButton:hover{
	cursor: pointer;
	background-color: #6e3061;
}
#home-content .imgBtnAccordionCtr .contentButton h3{
	text-align: center;
	color: #ffe800;
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
}
#home-content .imgBtnAccordionCtr .contentButton p, #home-content .imgBtnAccordionCtr .contentButton a{
	color: #F5F5F5;
} 
.imgBtnAccordionCtr .contentButton img{
	margin: 0 auto;
	display: block;
	width: 100%;
}
.imgBtnAccordionCtr .buttonContent.active, .imgBtnAccordionCtr .buttonContent{
	padding: 15px;
	color: #F5F5F5;
}
#home-content .responsiveTable td, #home-content .responsiveTable th{
	padding: 5px;
	border: 1px solid #CCC;
}

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

}

@media only screen and (max-width:700px) {
	.imgBtnAccordionCtr .contentButton {
		width: 100%
	}
}

/*** RESPONSIVE TABLE SNIPPET ***/
#home-content .responsiveTable {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0
}
#home-content .responsiveTable tr:nth-of-type(odd) {
	background: #EEE
}
#home-content .responsiveTable th {
	background: #6e3061;
	color: #fff;
	font-weight: 700;
	text-align: left
}
#home-content .responsiveTable td.tableLeft, #home-content .responsiveTable th.tableLeft {
	text-align: left
}
#home-content .responsiveTable td.tableCenter, #home-content .responsiveTable th.tableCenter {
	text-align: center
}
#home-content .responsiveTable td.tableRight, #home-content .responsiveTable th.tableRight {
	text-align: right
}

/*** PICTURE GRID FLEX SLIDER SNIPPET ***/
#home-content .pictureGridSlider .opaqueTitle {
	background-color: rgba(0, 0, 0, .8);
	display: inline-block;
	padding: 2px 5px;
	color: #FFBD07;
	font-weight: 700;
	font-size: 1.1em;
	position: relative;
	top: 36px;
	margin: 0
}

@media only screen and (max-width:768px) {
	/* Force table to not be like tables anymore */
	#home-content .responsiveTable, #home-content .responsiveTable tbody, #home-content .responsiveTable td, #home-content .responsiveTable th, #home-content .responsiveTable thead, #home-content .responsiveTable tr {
		display: block
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	#home-content .responsiveTable thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px
	}
	#home-content .responsiveTable tr {
		border: 1px solid #CCC
	}
	#home-content .responsiveTable td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #C1C1C1;
		position: relative;
		padding-left: 50%
	}
	#home-content .responsiveTable td.tableCenter, #home-content .responsiveTable td.tableLeft, #home-content .responsiveTable td.tableRight, #home-content .responsiveTable th.tableCenter, #home-content .responsiveTable th.tableLeft, #home-content .responsiveTable th.tableRight {
		text-align: left
	}
	#home-content .responsiveTable td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		font-weight: 700;
		/* Label the data */
		content: attr(data-label)
	}
}

/*  for flex slider mixed content   */
#home-content .flexsliderMixedContent {
	position: relative
}
#home-content .flexsliderMixedContent .slides li {
	padding: 10px;
	background-color: #eee;
	margin: 0 5px;
	width: 100%;
	display: inline-block
}
#home-content .flexsliderMixedContent img {
	transition: all .6s cubic-bezier(.215, .61, .355, 1);
	margin: auto
}
#home-content .flexsliderMixedContent .flex-prev {
	background: url(/images/prev1.png);
	left: 1%
}
#home-content .flexsliderMixedContent .flex-next {
	background: url(/images/next1.png);
	right: 1%
}
#home-content .flexsliderMixedContent .flex-direction-nav li a {
	top: 16%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .6s cubic-bezier(.215, .61, .355, 1);
	width: 50px;
	height: 126px;
	opacity: .7
}
#home-content .flexsliderMixedContent .flex-control-paging {
	display: none
}
#home-content .flexsliderMixedContent .flex-direction-nav li a:hover {
	opacity: 1
}
#home-content .flexsliderMixedContent .slides {
	height: 300px;
	overflow: hidden
}
#home-content .flexsliderMixedContent img+* {
	font-size: .9em;
	display: block;
	padding-top: 5px;
	color: #575757
}

/* for sync flex slider */
#home-content .syncImgSlides .slides li {
	padding: 10px 5px
}
#home-content .syncContentSlides .slides li .grid4 {
	padding-right: 10px
}

@media only screen and (max-width:768px) {
	#home-content .syncContentSlides .slides li .grid4 img {
		padding: 0;
		display: block;
		margin: 0 auto
	}
}
/* for hover image button snippet */
#home-content .imgHoverBtn .imgHoverHidden {
	display: none
}

/*********News Image Button Snippet**********/
#home-content .commNewsItem figcaption {
	padding-top: 10px;
	padding-right: 10px
}
#home-content .commNewsItem {
	display: block;
	float: left;
	width: 100%;
	position: relative
}
#home-content .commNewsItem:hover {
	background-color: #6e3061;
	transition: background-color .5s
}
#home-content figure {
	margin: 0;
	padding: 10px 0
}
#home-content .commNewsItem h3 {
	display: inline;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: none;
	font-size: 1em;
	color: #474747;
	text-decoration: none
}
#home-content .commNewsItem:hover h3 {
	color: #FFBD07;
	transition: color .5s
}
#home-content .commNewsItem h3:after {
	display: none
}
#home-content .commNewsItem:hover img {
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .35);
	-moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .35);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .35)
}
#home-content .commNewsItem img {
	float: left;
	margin: 10px 20px 20px;
	max-width: 159px
}
#home-content .commNewsItem a {
	text-decoration: none;
	color: #404040;
	display: block;
	float: left;
	width: 100%;
}
#home-content .commNewsItem .commDate {
	position: absolute;
	color: #404040;
	bottom: 30px;
	left: 30px;
	font-weight: 700;
	background-color: rgba(255, 255, 255, .8);
	padding: 0 5px
}

@media screen and (max-width:1200px) {
	#home-content .commNewsItem img {
		float: none;
		display: block;
		margin: 0 auto
	}
	#home-content .commNewsItem figcaption {
		padding-top: 10px;
		padding-right: 15px;
		padding-left: 15px;
		text-align: center
	}
	#home-content .commNewsItem .commDate {
		bottom: unset;
		top: 80px
	}
}

@media screen and (max-width:768px) {
	#home-content .commNewsItem img {
		float: left;
		display: unset;
		margin: 10px 20px 20px
	}
	#home-content .commNewsItem figcaption {
		padding-top: 10px;
		padding-right: 10px;
		padding-left: unset;
		text-align: left
	}
	#home-content .commNewsItem .commDate {
		bottom: 30px;
		top: unset
	}
}

/****************      PURPLE PICTURE BUTTON      *********************/
#home-content .pictureBtns {
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px
}
#home-content .pictureBtns a {
	background-color: #6e3061;
	padding: 0;
	line-height: 0;
	text-align: center;
	display: inline-block;
	text-decoration: none
}
#home-content .pictureBtns a:hover img {
	opacity: .4;
	background-color: #6e3061
}
#home-content .pictureBtns p {
	padding: 10px;
	text-align: center
}
#home-content .pictureBtns a img {
	display: block;
	width: 100%
}
#home-content .gridTitle {
	background-color: #6e3061;
	color: #fff;
	font-weight: 700;
	margin-top: 0;
	font-size: 1.1em;
	margin-bottom: 0;
	padding-left: 5px;
	padding-right: 5px
}

@media screen and (max-width:768px) {
	#home-content .pictureBtns {
		margin-bottom: 5px
	}
	#home-content .pictureBtns a,
	#home-content .pictureBtns a img {
		width: 100%
	}
}

@media screen and (max-width:481px) {
	#home-content .pictureBtns a img {
		display: none!important
	}
	#home-content .gridTitle {
		margin-top: 5px;
		margin-bottom: 5px
	}
}
@media screen and (max-width:260px) {
	#header{
		padding: 10px 10px 10px 10px;
	}
}

/********** CONTENT CAROUSEL SLIDE SNIPPET **********/
#home-content .contentCarouselSlides .slides li {
	background-color: #EEE;
	margin: 0 5px;
	padding: 5px
}

/********** PURPLE CONTENT SNIPPET **********/
#home-content .purpleContentBtn > .grid12 {
	border: 1px solid #EEE;
	text-align: left;
	background: #FFF
}
#home-content .purpleContentBtn > .grid12 img{
	margin-top: -24px;
}
#home-content .purpleContentBtn > .grid12 > a {
	text-decoration: none;
	display: block;
	float: left;
}
#home-content .purpleContentBtn > .grid12 > a:visited p{
	color: #000;
}
#home-content .purpleContentBtn .purpleContentTitle, #home-content .purpleContentBtn > .grid12 > a:visited .purpleContentTitle {
	background: #382140;
	color: #ffe800 !important;
	font-weight: 700;
	text-align: left;
	margin: 0;
	padding: 10px;
	padding-left: 20px;
	font-size: 1.1em
}
#home-content .purpleContentBtn > .grid12 > a:hover, #home-content .purpleContentBtn > .grid12 > a:hover p, #home-content .purpleContentBtn > .grid12 > a:hover .purpleContentTitle {
	background: #6e3061;
}

/** tile builder snippet **/
#home-content .tileBuilderSnippet > div{
	padding-right: 10px;
}
#home-content .tileBuilderSnippet > div.grid6:nth-of-type(2n+1){
	clear: left;
}
#home-content .tileBuilderSnippet > div.grid4:nth-of-type(3n+1){
	clear: left;
}
#home-content .tileBuilderSnippet > div.grid3:nth-of-type(4n+1){
	clear: left;
}

@media screen and (max-width:768px) {
	#home-content .tileBuilderSnippet > div.grid6{
		width: 50%;
	}
	#home-content .tileBuilderSnippet > div.grid4{
		width: 33.3333%;
	}
	#home-content .tileBuilderSnippet > div.grid3{
		width: 25%;
	}
}

@media screen and (max-width:480px) {
	#home-content .tileBuilderSnippet > div.grid6,
	#home-content .tileBuilderSnippet > div.grid4,
	#home-content .tileBuilderSnippet > div.grid3{
		width: 100%;
	}
	#home-content .tileBuilderSnippet > div.grid6:nth-of-type(2n+1),
	#home-content .tileBuilderSnippet > div.grid4:nth-of-type(3n+1),
	#home-content .tileBuilderSnippet > div.grid3:nth-of-type(4n+1){
		clear: none;
	}
}

/**************************************/
/******	BLOCK BTN TILE SNIPPET	******/
/**************************************/
#home-content .wcuTileBtn{
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 60px 20px 60px 20px;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.4em;
	transition: all .2s ease-in-out;
	display: table;
	width: 100%;
}
#home-content .wcuTileBtn:hover{
	transform: scale(1.02);
	transition: all .2s ease-in-out;
}
#home-content .wcuTileBtn span{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-align: center;
}
#home-content .wcuPurpleTile, #home-content .wcuPurpleTile:visited{
	background-color: #382140;
	color: #fff;
}
#home-content .wcuGrayTile, #home-content .wcuGrayTile:visited{
	background-color: #EEE;
	color: #6e3061;
}
@media only screen and (max-width:1400px){
	#home-content .wcuTileBtn{
		padding: 50px 20px 50px 20px;
		font-size: 1.6em;
	}
}
@media only screen and (max-width:800px){
	#home-content .wcuTileBtn{
		padding: 40px 20px 40px 20px;
	}
}
@media only screen and (max-width:768px){
	#home-content .wcuTileBtn{
		font-size: 2em;
	}
}
/**************************************/
/***	END BLOCK BTN TILE SNIPPET	***/
/**************************************/

/************   IMAGE HOVER CARD SNIPPET  ************/
.cardBox{
	overflow: hidden;
	position: relative;
}
.cardBox .cardContent{
	background: rgba( 60, 0, 106, 0.9 );
	padding: 20px;
	bottom: -100%;
	color: #fff;
	height: 100%;
	left: 0%;
	position: absolute;
	transition: bottom 0.5s ease;
	width: 100%;
	z-index: 3;
}
.cardBox:hover .cardContent{
	bottom: 0%;
	transition: bottom 0.5s ease;
}
#home-content .cardContent h2, #home-content .cardContent h3, #home-content .cardContent h4, #home-content .cardContent p, #home-content .cardContent li, #home-content .cardContent a, #home-content .cardContent .wcuLink svg{
	color: #fff;
	fill: #fff;
}
/* .cardBox h4{
	font-family: "NotoSans", Arial, sans-serif;
} */
.contentHolder .cardContent a:visited:not(.btn){
	color: #fff;
}
.cardImageBackground{
	position: relative;
	background: transparent;
}
.cardImageBackground img{
	z-index: 0;
	position: relative;
}
.cardImageBackground > h4{
	position: absolute;
	padding: 20px 0px 0px 20px;
	color: #fff;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%,   rgba(0, 0, 0, 0.51) 16%, rgba(0, 0, 0, 0) 26%);
	z-index: 1;
	font-size: 1.3em;
	border-bottom: none;
}
#home-content .cardBox .cardContent h4, #home-content .cardBox .cardImageBackground h4{
	font-size: 1.3em;
	border-bottom: none;
}
@media only screen and (max-width:768px){
	.cardBox{
		position: relative;
		height: auto;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.cardImageBackground{
		height: auto;
	}
	.cardBox .cardContent{
		bottom: 0%;
		position: relative;
		float: left;
	}
}
/************   END IMAGE HOVER CARD SNIPPET  ************/

/* *****************        END OUC SNIPPETS           ************************* */