/*@font-face {
    font-family: MuseoSans;
    src: url(../fonts/MuseoSans_100-webfont.woff2),
    	url(../fonts/MuseoSans_100-webfont.woff);
    font-weight:100;
}
@font-face {
    font-family: MuseoSans;
    src: url(../fonts/MuseoSans_300-webfont.woff2),
    	url(../fonts/MuseoSans_300-webfont.woff);
    font-weight:300;
}
@font-face {
    font-family: MuseoSans;
    src: url(../fonts/MuseoSans_500-webfont.woff2),
    	url(../fonts/MuseoSans_500-webfont.woff);
    font-weight:500;
}
@font-face {
    font-family: MuseoSans;
    src: url(../fonts/MuseoSans_700-webfont.woff2),
    	url(../fonts/MuseoSans_700-webfont.woff);
    font-weight:700;
}
@font-face {
    font-family: MuseoSans;
    src: url(../fonts/MuseoSans_900-webfont.woff2),
    	url(../fonts/MuseoSans_900-webfont.woff);
    font-weight:900;
}*/
/* Legacy formatting */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
h2,p,ol,ul{margin:0;padding:0}
p{padding-top:3px;margin-bottom:10px}

video{background-color:#000;border:1px solid #CCC;}
a{text-decoration:none}
a:link{text-decoration:none;color:#A00}
a:visited{color:#A00}
a:hover{color:#999}
.views-table{border:1px solid #BEBFB9}
.indent{margin-left:15px}
table {border-collapse:collapse;border:none}
table .odd{background-color:#FFF}
table .even{background-color:#F3F4EE}
table th{background-color:#CCC;border:1px solid #BEBFB9;padding:1px 4px}
table td{padding:1px 4px;border:none;}
table.lined tr:nth-child(even){background-color:#F3F4EE}
#content h1{font-size:20px;margin:8px 0 10px}
#content h2{font-size:1.6em;margin:6px 0 8px}
#content h3{font-size:1.3em;margin:6px 0 8px}
#content h4{font-size:1.1em;margin:5px 0 6px}
#content h5{font-size:1em;margin:5px 0 6px}
#content h6{font-size:.8em;margin:2px 0 2px}
#content h7{font-size:.8em;margin:4px 0 4px}
#content ul{margin: 12px 12px 12px 26px}
#content ul ul{margin:4px 0;padding:0 0 0 15px}
#content li{padding:1px 0 3px 8px}
#content table.noborders td,#content table.noborders th{border:none}
#content table.noborder td,#content table.noborder th{border:none}
#content table.border, #content table.border td,#content table.border th{border:1px solid #000}
#content tbody {border:0}
#content .vertical-tabs{margin:0}
#content blockquote{background-color:#EEE;border:1px solid #AAA;font-weight:bold;font-style:italic;margin:20px 0;padding:20px}
#content .tabs li{padding:0;margin:0 2px}
#content .tabs li a{padding:1px 4px;margin:0}
#content table[border="1"] td,#content table[border="1"] th{border:1px solid #000}

/*  -----------   */
body,html{
	height:100%;
	font-family:MuseoSans,Verdana,Helvetica,Arial,Sans-serif;
	font-weight:100;
}
b{
	font-weight:700;
}
body,ul,h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
}
h1{
	margin:0 0 40px 0;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
}
h3{
	font-weight:400;
	font-size:110%;
}
input[type=text]{
	height:24px;
}
input[type=submit]{
	border:0;
	height:26px;
	padding:16px 24px;
	border-radius:18px;
	background-color:#AB0034;
	color:#FFF;
	font-size:80%;
	font-weight:700;
	margin-left:8px;
	line-height:0;
}
#programs-wrapper select{
	background:url(../img/triangle.png) no-repeat #A30F37;
	background-position: right 10px top 12px;
	-webkit-appearance:none;
	-moz-appearance:none;
	border:0;
	color:#FFF;
	font-size:120%;
	padding:8px 60px 8px 20px;
	border-radius:6px;
	margin:10px 0;
	max-width:400px;
}
a:link,a:visited{
	color:#A30F37;
	text-decoration:none;
}
a:link:hover,a:visited:hover{
	color:#999;
}

a.button{
	border:1px solid #FFF;
	border-radius:3px;
	padding:12px 24px;
	text-transform:uppercase;
	text-align:center;
}

a.button:hover{
	background:linear-gradient(
		rgba(255, 255, 255, 0.8),
		rgba(255, 255, 255, 0.8)
	);
	color:#A30F37;
}
.search-box{
	border:3px solid #AB0034;
	border-radius:6px;
	max-width:400px;
	position:relative;
	margin:0 auto;
	height:40px;
}
.search-box input[type=text]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	height:100%;
	font-size:150%;
	padding:0 100px 0 12px;
	border:0;
}
.search-box input[type=submit]{
	position:absolute;
	top:4px;
	right:0;
	text-indent:-9999px;
	background-color:#FFF;
	border-left:1px solid #A30F37;
	border-radius:0;
	background:url(../img/glass_red.png) 16px 5px no-repeat;
}
.uppercase{
	text-transform:uppercase;
}
.center{
	text-align:center;
}
.panel{
	padding:40px 0;
}
.red-overlay{
	background:linear-gradient(
		rgba(92, 0, 16, 0.8),
		rgba(92, 0, 16, 0.8)
	);
}
.white-text{
	color:#FFF;
}
.white-text a:link,.white-text a:visited{
	color:#FFF;
}
.red-text{
	color:#A30F37;
}
.black-text{
	color:#000;
}
.grey-text{
	color:#666;
}
.grey-text a:link,.grey-text a:visited{
	color:#666;
}
.notbold{
	font-weight:100;
}
.bold{
	font-weight:600;
}
.wrapper{
	padding:20px 0;
}
.flex-container{
	display:-webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display:-moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display:-ms-flexbox;      /* TWEENER - IE 10 */
	display:-webkit-flex;     /* NEW - Chrome */
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;

}
.striped{
	background: repeating-linear-gradient(
		135deg,
		#8B072B,
		#8B072B 1px,
		#A70532 1px,
		#A70532 6px
	);
}
#intro-wrapper{
	background:linear-gradient(
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0.5)
	),
	url(../img/intro.jpg) center center no-repeat;
	background-size:cover;
}
#intro-wrapper.bg-image-0{
	background:linear-gradient(
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0.5)
	),
	url(../img/bg_dept_0.jpg) center center no-repeat;
	background-size:cover;
}
#intro-wrapper.bg-image-1{
	background:linear-gradient(
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0.5)
	),
	url(../img/bg_dept_1.jpg) center center no-repeat;
	background-size:cover;
}
#intro-wrapper.bg-image-2{
	background:linear-gradient(
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0.5)
	),
	url(../img/bg_dept_2.jpg) center center no-repeat;
	background-size:cover;
}
#intro-wrapper.bg-image-3{
	background:linear-gradient(
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0.5)
	),
	url(../img/bg_dept_3.jpg) center center no-repeat;
	background-size:cover;
}
#intro-wrapper.bg-image-4{
	background:linear-gradient(
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0.5)
	),
	url(../img/bg_dept_4.jpg) center center no-repeat;
	background-size:cover;
}
#intro-wrapper.bg-image-5{
	background:linear-gradient(
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0.5)
	),
	url(../img/bg_dept_5.jpg) center center no-repeat;
	background-size:cover;
}
#page.front #intro-wrapper{
	background:
		linear-gradient(0deg, #000, #000 1%, transparent 80%),
		url(../img/intro.jpg) center 40px no-repeat;
	background-size:cover;
}
#header-top{
	height:105px;
	background:repeating-linear-gradient(
		135deg,
		#FFF,
		transparent 1px,
		transparent 6px
	),linear-gradient(
		rgba(255, 255, 255, 0.8),
		rgba(255, 255, 255, 0.8)
	);
}
#search-wrapper{
	display:none;
	text-align:center;
	position:absolute;
	top:-70px;
	right:0px;
	width:250px;
	background-color:#FFF;
	border-radius:3px;
}
#search-wrapper.active{
	display:block;
	overflow:hidden;
}
#search-wrapper .container-inline{
	width:90%;
	margin:8px auto;
	position:relative;
	max-width:380px;
}
#search-wrapper input[type=text]{
	width:100%;
	border:1px solid #000;
	background:linear-gradient(
		rgba(255, 255, 255, 0.27),
		rgba(255, 255, 255, 0.27)
	);
	font-weight:500;
	border-radius:2px;
	height:30px;
	padding-left:12px;
	margin-left:-8px;
	color:#000;
}
#search-wrapper input[type=submit]{
	position:absolute;
	right:3px;
	top:2px;
	width:19px;
	height:30px;
	background:url(../img/search16.png) center center no-repeat;
	text-indent:9999px;
	margin:0;
	padding:0;
	cursor:pointer;
}
#header-top-white{
	background-color:#FFF;
	height:40px;
}
#header-top-container{
	margin:0 auto;
	position:relative;
	font-size:80%;
}
#menu-header,#header-title{
	padding:0;
	position:absolute;
	top:-4px;
	right:0;
	list-style:none outside none;

}
#header-title{
	left:0;
	margin-top:15px;
	text-transform:uppercase;
	font-weight:500;
}
#header-title a:link,#header-title a:visited{
	color:#000;
}
#menu-header{
	list-style:none outside none;
	position:absolute;
	top:-107px;
}
#menu-header li{
	display:inline-block;
	padding:8px 0 10px 0;
	vertical-align: middle;
}
#menu-header a{
	border-right:1px solid #8B072B;
	padding:0 12px;
}
#menu-header a:link,#menu-header a:visited{
	color:#000;
}
#menu-header a:hover{
	color:#999;
}
#menu-header li.last a{
	border:0;
}
#menu-header .gift{
	background-color:#A70632;
	border-radius:0 0 2px 2px;
	border:0;
}
#menu-header .gift a{
	border:medium none;
	padding:0 0 4px;
	margin:0 12px;
}
#menu-header .gift a:link,#menu-header .gift a:visited{
	color:#FFF;
}
#menu-header .mycwu{
	background:url(../img/paw.png) 0 2px no-repeat;
	padding-left:18px;
	margin-left:10px;
}
#menu-header .home,#menu-header .canvas,#menu-header .email{
	display:none;
}
#menu-header #search-link{
	background:url(../img/search16.png) center center no-repeat;
	width:16px;
	height:16px;
	display:inline-block;
}
#menu-header #search-link.active{
	background-image:url(../img/x.png);
}

#logo{
	width:147px;
	margin:0 auto;
	position:relative;
	z-index:3;
}
#logo a{
	position:absolute;
	width:135px;
	height:50px;
	background-color:#000;
	border:1px solid #FFF;
	box-shadow:1px 1px 6px #000;
	border-radius:0 0 4px 4px;
	top:-72px;
	left:-2px;
	padding:6px 6px;
	text-align:center;
}
#logo img{
	z-index:2;
	margin-top:8px;
	width:120px;
	position:relative;
}
#logo a:before{
	content:'';
	position:absolute;
	left:20px;
	bottom:-53px;
	width:106px;
	height:106px;
	-ms-transform:scale(1,.3) rotate(45deg); /* IE 9 */
	-webkit-transform:scale(1,.3) rotate(45deg); /* Safari */
	transform:scale(1,.3) rotate(45deg);
	background-color:#000;
	border-radius:6px;
	border:2px solid #FFF;
	border-width:0 2px 2px 0;
	box-shadow:0px 1px 30px -2px #000;
}
#logo:before{
	content:'';
	width:35px;
	height:11px;
	background:url(../img/menu_small.png) center center no-repeat;
	position:absolute;
	z-index:5;
	left:56px;
	bottom:-2px;
	cursor:pointer;
}
#logo a:hover{
	background-color:#000;
}

#header-bot{
	background-color:#A70632;
	height:54px;
	position:relative;
	z-index:2;
}
#menu-link{
	width:54px;
	height:54px;
	background:url(../img/menu_icon.png) center center no-repeat;
	float:left;
	display:none;
}
#menu-main{
	text-transform:uppercase;
	padding:0;
	margin:0 auto;
	font-size:80%;
	font-weight:600;
	list-style:none inside none;
	border:1px solid #8B072B;
	border-right:0;
	-webkit-align-items:stretch;
	align-items:stretch;
	-webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
	max-height:52px;
	overflow:hidden;
	transition:max-height linear .2s;
	background-color:#A70632;
}
#menu-main-wrapper.active #menu-main{
	max-height:400px;
}
#menu-main li{
	-webkit-flex:1 1 auto;
	flex:1 1 auto;
	border-right:1px solid #8B072B;
	text-align:center;
	-webkit-justify-content:center;
	justify-content:center;

}
#menu-main > li {
    width:16%;
}
#menu-main a{
	padding:6px 6px;
	display:-webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display:-moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display:-ms-flexbox;      /* TWEENER - IE 10 */
	display:-webkit-flex;     /* NEW - Chrome */
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	flex-grow:1;
	transition: background-color 0.2s ease;
	height:40px;
}
#menu-main a:hover{
	background-color:#8B072B;
}
#menu-main a:link,#menu-main a:visited{
	color:#FFF;
}

#menu-main li ul{
	list-style:none outside none;
}
#menu-main > li:hover{
	background-color:#9c0731;
}
#menu-main li ul li{
	border:0;
}
#menu-main li ul li a{
	font-size:85%;
	font-weight:300;
	text-align:left;
	-webkit-justify-content:left;
	justify-content:left;
	border:1px solid #8B072B;
	border-width:1px 0 0 0;
	line-height:1;
	height:auto;
}
#menu-main li ul li:last-child a{
	border-bottom-width:1px;
}
/* Intro */

#splash-text{
	max-width:620px;
	margin:15% auto 0 auto;
	color:#FFF;
	text-align:center;
}
#splash-text h1{
	margin-bottom:0;
}
#splash-buttons{
	display:-webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display:-moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display:-ms-flexbox;      /* TWEENER - IE 10 */
	display:-webkit-flex;     /* NEW - Chrome */;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
	padding:50px 0;
}
#splash-buttons .button{
	margin:10px 12px;
	width:200px;
	min-width:200px;
	font-weight:600;
	text-align:center;
}

/* Programs Panel */
#searchResults{
	margin-top:10px;
}
#searchResults a{
    display:block;
}


/* Numbers Panel */

#panel-numbers{
	background-image:url(../img/bg_numbers.jpg);
	background-size:cover;
	color:#A30F37;
	padding-bottom:0;
}
#panel-numbers h3{
	font-size:200%;
	margin-bottom:40px;
}
#numbers-wrapper{
	display:-webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display:-moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display:-ms-flexbox;      /* TWEENER - IE 10 */
	display:-webkit-flex;     /* NEW - Chrome */;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
	max-width:600px;
	margin:0 auto 40px auto;
}
#numbers-wrapper .numbers{
	flex-basis:155px;
	border:1px dotted #A30F37;
	border-width:0 1px 1px 0;
	width:120px;
	height:120px;
	padding:20px;
}
#numbers-wrapper .numbers h4{
	font-size:180%;
	font-weight:700;
	margin:8px 0;
}
#panel-numbers .end{
	border-right:0;
}
#panel-numbers .bottom{
	border-bottom:0;
}

#visit-wrapper{
	padding-top:120px;
}
#visit-wrapper h1{
	margin-bottom:2px;
}
#visit-wrapper h4{
	margin-bottom:30px;
}
#visit-wrapper .wrapper{
	margin:0 auto 40px auto;
	max-width:600px;
}
#visit-boxes{
	max-width:1000px;
	margin:0 auto;
}
#visit-boxes a{
	padding:48px 20px;
	min-width:140px;
	margin:12px;
	-webkit-flex:0 1 auto;
	flex:0 1 auto;
	background-size:cover;
	background-position:center center;
	border:2px solid #FFF;
	margin-bottom:40px;
}
#visit-boxes a:link,#visit-boxes a:visited{
	color:#FFF;
}
#visit-boxes .box1{
	background:
		linear-gradient(
			rgba(16, 16, 16, 0.8),
			rgba(16, 16, 16, 0.8)
		),
		url(../img/visit_vt.jpg) center center no-repeat;
		background-size:cover;
}
#visit-boxes .box2{
	background:
		linear-gradient(
			rgba(16, 16, 16, 0.8),
			rgba(16, 16, 16, 0.8)
		),
		url(../img/visit_ch.jpg) center center no-repeat;
		background-size:cover;
}
#visit-boxes .box3{
	background:
		linear-gradient(
			rgba(16, 16, 16, 0.8),
			rgba(16, 16, 16, 0.8)
		),
		url(../img/visit_box3.jpg) center center no-repeat;
		background-size:cover;
}
#visit-boxes .box4{
	background:
		linear-gradient(
			rgba(16, 16, 16, 0.8),
			rgba(16, 16, 16, 0.8)
		),
		url(../img/visit_dt.jpg) center center no-repeat;
		background-size:cover;
}


/* Learning */

#panel-learning{
	background-image:url(../img/bg_learning.jpg);
	background-size:cover;
}
#learning-wrapper{
	max-width:650px;
	padding-top:70px;
	margin:0 auto;
}

#learning-boxes{
	max-width:1000px;
	margin:40px auto;
}
.learning-box{
	border:3px solid #DDD;
	background-size:cover;
	background-position:center center;
	min-width:250px;
	float:left;
	-webkit-flex:1 1 250px;
	flex:1 1 250px;
	margin:12px;
}
.learning-box a{
	border:2px solid #FFF;
	margin:20px;
	overflow:hidden;
	padding:60px 0;
	background:linear-gradient(
		0deg,
		transparent,
		transparent 40%,
		rgba(92, 0, 16, 0.8) 40%,
		rgba(92, 0, 16, 0.8) 60%,
		transparent 60%
	);
	display:block;
	text-align:center;
}

.learning-box a:link,.learning-box a:visited{
	color:#FFF;
}
.learning-box a:hover{
	background:linear-gradient(
		rgba(92, 0, 16, 0.8),
		rgba(92, 0, 16, 0.8)
	);
}
.learning-box-1{
	background-image:url(../img/learning1.jpg);
}
.learning-box-2{
	background-image:url(../img/learning2.jpg);
}
.learning-box-3{
	background-image:url(../img/learning3.jpg);
}
.learning-box-4{
	background-image:url(../img/learning4.jpg);
}
.learning-box-5{
	background-image:url(../img/learning5.jpg);
}
.learning-box-6{
	background-image:url(../img/learning6.jpg);
}

/* tabs */
.tabs-links li{
	cursor:pointer;
}
.tabs-pages > div{
	display:none;
}
.tabs-pages > div.active{
	display:block;
}

/* News Panel */

#panel-news{
	padding-top:0;
	border-top:6px solid #A70532;
	background-color:#262626;
	border-bottom:1px solid #FFF;
}
#news-wrapper{
	max-width:1000px;
	margin:0 auto;
}
#news-menu{
	list-style:none outside none;
	margin:-32px auto 55px auto;
	max-width:800px;
}
#news-menu li{
	display:inline-block;
	padding:4px 12px;
}
#news-menu li.active{
	background-color:#A70532;
	color:#FFF;
	font-weight:100;
}
#news-pages .card{
	padding:0 24px;

	background:linear-gradient(
		180deg,
		#262626,
		transparent 80%
	),url(../img/dots.png) top right repeat-y;
	min-width:200px;
	float:left;
	-webkit-flex:1 1 200px;
	flex:1 1 200px;
	-webkit-align-items:stretch;
	align-items:stretch;
	display:flex;
}
#news-pages .card .img{
	height:120px;
	background-size:cover;
	background-position:center center;
}
#news-pages .card-inside{
	background-color:#FFF;
	width:100%;
}
#news-pages .card.end{
	background:0;
}
#news-pages .card .text{
	padding:12px;
}
.news-card-1{
	background-image:url(../img/news_card1.jpg);
}
.news-card-2{
	background-image:url(../img/news_card2.jpg);
}
.news-card-3{
	background-image:url(../img/news_card3.jpg);
}

/* Events */

#events-page .card-inside{
	border-bottom:6px solid #A70532;
}
#events-page .card.end .card-inside{
	border:1px solid #BBB;
	background:0;
}
#events-page .card.end .text{
	padding:0;
}
#events-page .card.end h3{
	border-bottom:1px solid #BBB;
	text-align:right;
	padding:4px 8px;
	color:#A70532;;
}
.events{
	padding-top:8px;
}
.event{
	height:62px;
	margin:0 8px 8px 8px;
	overflow:hidden;
}
.event p{
	color:#999;
	line-height:1;
}
.event-date{
	border:1px solid #A70532;
	border-radius:0 0 3px 0;
	width:60px;
	height:60px;
	overflow:hidden;
	position:relative;
	margin-right:8px;
	float:left;
}
.event-date h2{
	position:absolute;
	top:0;
	left:2px;
	color:#FFF;
}
.event-date h4{
	position:absolute;
	bottom:2px;
	right:4px;
	color:#FFF;
	text-transform:uppercase;
}
.event-date:before{
	content:'';
	background-color:#A70532;
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Safari */
	transform: rotate(-45deg);
	width:100px;
	height:100px;
	top:20px;
	left:11px;
	position:absolute;
}

/* Academic Calendar */

#academic-calendar-page .row{
	display:-webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display:-moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display:-ms-flexbox;      /* TWEENER - IE 10 */
	display:-webkit-flex;     /* NEW - Chrome */;
	display:flex;
	color:#FFF;
	text-transform:uppercase;
}
#academic-calendar-page .row:nth-child(odd){
	background-color:#333;
}
#academic-calendar-page .row.head{
	background-color:#A70532;
}
#academic-calendar-page .row div{
	padding:4px 8px;
	font-weight:500;
	color:#EEE;
	display:-webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display:-moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display:-ms-flexbox;      /* TWEENER - IE 10 */
	display:-webkit-flex;     /* NEW - Chrome */;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
}
#academic-calendar-page .row div:nth-child(1){
	flex-basis:20%;
	min-width:110px;
}
#academic-calendar-page .row div:nth-child(2){
	flex-basis:80%;
}

/* Aquisition Panel */

#panel-aquisition{
	background-color:#A70532;
}
#buttons-wrapper{
	padding:20px 0;
	margin-bottom:40px;
}
#buttons-wrapper .button{
	flex-basis:250px;
	margin:12px;
}
#buttons-wrapper a:link.button.active,#buttons-wrapper a:visited.button.active{
	background-color:#FFF;
	color:#A70532;
}
#buttons-wrapper a:link.button,#buttons-wrapper a:visited.button{
	color:#FFF;
}
#buttons-wrapper a:hover.button{
	background-color:#FFF;
	color:#A70532;
}
#aquisition-wrapper h1 {
    text-transform: none;
    font-weight: 300;
}

#aquisition-wrapper span {
    font-size: 80%;
    margin-top: 12px;
}

/* Footer Panel */

#panel-footer{
	background-image:url(../img/bg_footer.jpg);
	background-size:cover;
}
#footer-links{
	-webkit-justify-content:left;
	justify-content:left;
	max-width:1200px;
	margin:0 auto 40px auto;
}
#footer-links .footer-links-box{
	-webkit-box-flex:1 1 auto;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex:1 1 auto;         /* OLD - Firefox 19- */
	-webkit-flex:1 1 auto;          /* Chrome */
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	min-width:150px;
	margin:12px;
	float:left;
	max-width:200px;
}
#footer-links ul{
	list-style:none outside none;
}
#footer-links li{
	margin:6px 0;
	font-weight: 300;
}
#footer-links li a:hover{
	text-decoration: underline;
}
#footer-logo-wrapper{
	-webkit-align-items:flex-start;
	align-items:flex-start;
	min-width:320px;
	margin-bottom:40px;
}
#footer-logo-wrapper .line{
	flex:1 1;
	border-bottom:1px solid #CCC;
	margin:24px 16px 0;
}
#footer-logo-wrapper .logo{
	flex-basis:245px;
	background-image:url(../img/logo_footer.png);
	height:47px;
	cursor:pointer;
}
#footer-icons a{
	display:inline-block;
	height:35px;
	width:31px;
	background-image:url(../img/social_icons.png);
	margin:10px;
}
.icon_in{
	background-position:-64px 0;
}
.icon_tw{
	background-position:-128px 0;
}
.icon_yt{
	background-position:-192px 0;
}
#menu-post-footer{
	list-style:none outside none;
	margin:20px 0 12px;
}
#menu-post-footer li{
	display:inline-block;
	border-right:1px solid #666;
	padding:0 6px;
	margin:6px 0;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
}
#menu-post-footer .end{
	border:0;
}

#site-name{
	text-align:center;
	padding:40px 0;
}
#site-name a{
	border:2px solid #FFF;
	padding:8px 16px;
	font-weight:500;
}
#site-name a:link,#site-name a:visited{
	color:#FFF;
}

/* legacy layout */
#wrapper{
	overflow:hidden;
	max-width:1000px;
	margin:0 auto;
}

/* Left menu */

#left{
	float:left;
	width:210px;
	min-width:200px;
	-webkit-flex:0 0 200px;
	flex:0 0 200px;
}
#left h2{
	font-size:80%;
	text-transform:uppercase;
	color:#AAA;
	margin-left:20px;
}
#left .menu{
	margin-bottom:20px;
}
#left a{
	font-size:90%;
}
#left a:link,#left a:visited{
	color:#000;
}
#left a:hover{
	color:#A70532;
}
#left a.active{
	color:#A70532;
}
#left li{
	margin-left:20px;
	list-style:none outside none;
}
#left li.collapsed > a,#left li.expanded > a{
	font-weight:700;
}
#left li.collapsed{
	list-style:disc url(../img/arrow_menu.png);
}
#left li.expanded{
	list-style:disc url(../img/arrow_menu_down.png);
}
#left li a{
	font-weight:100;
}
#left li ul li{
	list-style:none outside none;
}

#ldl-container{
	overflow:hidden;
}
#ldl-images{
	float:none;
	margin:0 auto;
}
#ldl-images,#ldl-images .image,#ldl-images .image img{
	width:100%;
	max-width:530px;
}
#ldl-images .image img{
	height:auto;
}
#ldl-rb{
	width:auto;
	height:auto;
	background-color:#A70532;
	float:none;
	background-image:none;
	max-width:530px;
	margin:0 auto;
}
#ldl-descs{
	height:20px;
	padding:2px 8px 4px;
	line-height:1.6;
	margin:0;
}
#ldl-descs .ldl-desc{
	position:inherit;
}
#content{
	display: block;
	padding:0 10px;
}
#middle{
	-webkit-flex:1 1 569px;
	flex:1 1 569px;
	min-width:300px;
}
#right{
	-webkit-flex:1 1 200px;
	flex:1 1 200px;
}
#right h2{
	background-color:#000;
	color:#FFF;
	padding:2px 6px;
	font-size:100%;
}
#right h2 a:link,#right h2 a:visited{
	color:#FFF;
}
#right .content{
	padding:8px 10px;
}
#right .block{
	margin-bottom:8px;
}
.block-newsfeed p{
	text-transform:uppercase;
}
/* Content */

#content{
	max-width:1000px;
	margin:0 auto;
}

#page.front #virtual-tour-container{
	display:none;
}
#alert-notice{
	background-color:#F58626;
	font-size:110%;
	color:#FFF;
	font-weight:500;
	max-height:0;
	transition:max-height linear 1s;
}
#alert-notice.active{
	padding:60px;
	max-height:200px;
}
/* Responsive */

@media only screen and (max-width: 400px){
	#programs-wrapper select{
		max-width:320px;
	}
}
@media only screen and (max-width: 600px){
	#numbers-wrapper{
		max-width:160px;
	}
	#numbers-wrapper .numbers{
		border:0;
	}
	#banner{
		display:none;
	}
}
/* Menu collapses*/
@media only screen and (max-width: 768px){
	#alert-notice.active{
		padding-top:90px;
	}
#page.front #intro-wrapper{
	background:
		linear-gradient(0deg, #000, #000 1%, transparent 80%),
		url(../img/intro.jpg) center center no-repeat;
	background-size:cover;
}
	#header-top-white{
		background:0;
	}
	#header-title{
		display:none;
	}
	#menu-header a:link,#menu-header a:visited{
		color:#FFF;
	}
	#menu-header{
		position:relative;
		top:auto;
		text-align:center;
		max-width:380px;
		margin:12px auto 0 auto;
	}
	#menu-header .mycwu{
		padding:50px 8px 0;
		margin:0;
		background:url(../img/paw_white.png) center top no-repeat;
		display:block;
	}
	#menu-header .home{
		background:url(../img/home_white.png) center top no-repeat;
		display:block;
	}
	#menu-header .canvas{
		background:url(../img/canvas_white.png) center top no-repeat;
		display:block;
	}
	#menu-header .email{
		background:url(../img/email_white.png) center top no-repeat;
		display:block;
	}
	#menu-header li{
		flex:1 1;
		-webkit-flex:1 1;
	}
	#menu-header li:first-child a{
		margin-top:10px;
	}
	#menu-header li a{
		padding:50px 8px 0;
		background-position:center top;
		border:0;
	}
	#menu-header .gift,#menu-header .map,#menu-header .news, #menu-header .last{
		display:none;
	}
	#menu-main-wrapper{
		position:absolute;
		top:0;
		left:0;
		right:0;
		height:0;
		overflow:visible!important;
		z-index:100;
	}
	#search-wrapper{
		display:block;
		position:inherit;
		background:0;
		width:auto;
	}

	#search-wrapper input[type=text]{
		border:1px solid #FFF;
		color:#FFF;
	}
	#search-wrapper input[type=submit]{
		background:url(../img/search_white.png) center center no-repeat;
	}
	#menu-main-wrapper.active{
		height:100%;
	}

	#header-top{
		background:0;
		height:74px;
	}
	#menu-main-wrapper.active #search-wrapper{
		display:block;
	}
	#logo{
		position:absolute;
		z-index:51;
		bottom:-40px;
		left:0;
		right:0;
	}
	#logo a{
		top:-43px;
		border-radius:4px;
		height:54px;
	}
	#logo.bottom a:after{

		content:'';
		position:absolute;
		left:20px;
		top:-53px;
		width:106px;
		height:106px;
		-ms-transform:scale(1,.3) rotate(45deg); /* IE 9 */
		-webkit-transform:scale(1,.3) rotate(45deg); /* Safari */
		transform:scale(1,.3) rotate(45deg);
		background-color:#000;
		border-radius:6px;
		border:2px solid #FFF;
		border-width:2px 0 0 2px;
		box-shadow:0px 1px 30px -2px #000;
	}
	#logo.bottom a:before{
		display:none;
	}
	#logo:before{
		bottom:-33px;
	}
	#logo.bottom:after{
		content:'';
		width:35px;
		height:11px;
		background:url(../img/drag_up.png) center center no-repeat;
		position:absolute;
		z-index:5;
		left:55px;
		top:-53px;
		cursor:pointer;
	}
	#logo.bottom:before{
		display:none;
	}
	#menu-main-wrapper.active #logo{
		bottom:16px;
		position:absolute;
		left:0;
		right:0;
		top:auto;
	}
	#menu-link{
		display:block;
	}
	#header-bot{
		position:inherit;
	}
	#page.front #header-bot{
		background:0;
	}
	#page.front #header-bot #menu-link{
		display:none;
	}
	#drawer{
		height:100%;
		display:block;
		background-color:rgba(32, 32, 32, 0.92);
		border:0;
		z-index:50;
		overflow-y:scroll;
	}
	#menu-main{
		-webkit-flex-direction:column;
		flex-direction:column;
		max-height:none;
		height:auto;
		background-color:rgba(32, 32, 32, 0.5);
		border:0;
	}
	#menu-main-wrapper.active #menu-main{
		max-height:none;
	}
	.v-space{
		height:80px;
	}
	#menu-main-wrapper.active #drawer{
		height:100%;
		overflow-y:scroll;
		overflow-x:hidden;
	}
	#menu-main li{
		border:0;
	}
	#menu-main > li:last-child{
		margin-bottom:80px;
	}
	#menu-main a{
		height:auto;
	}
	#menu-main li ul{
		display:-webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display:-moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display:-ms-flexbox;      /* TWEENER - IE 10 */
		display:-webkit-flex;     /* NEW - Chrome */;
		display:flex;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-align-items:left;
		align-items:left;
		-webkit-justify-content:left;
		justify-content:left;
		text-align:left;
	}
	#menu-main li ul li{
		-webkit-flex:0 1 50%;
		flex:0 1 50%;
	}
	#menu-main > li > a:link,#menu-main > li > a:visited{
		color:#A70532;
		margin-top:40px;
		letter-spacing:1px;
		font-weight:900;
		margin-bottom:4px;
	}
	#menu-main > li > a:hover{
		color:#CCC;
	}
	#menu-main > li:hover{
		background:0;
	}
	#menu-main li a,#menu-main li ul li a{
		border:0;
		font-size:110%;
	}
	#site-name{
		position:relative;
		padding:0;
	}
	#site-name a{
		position:absolute;
		top:-40px;
		left:64px;
		color:#FFF;
		border:0;
		padding:0;
	}
	#left{
		position:absolute;
		width:300px;
		left:-300px;
		max-height:none;
		overflow:scroll;
		bottom:0;
		top:0;
		display:block;
		background-color:#262626;
		border:0;
	}
	#left{
		padding-top:100px;
	}
	#left .block-menu{
		margin-top:20px;
	}
	#left a:link,#left a:visited{
		color:FFF;
	}
	#left h2{
		color:#AAA;
		font-size:70%;
		padding:3px 6px;
		border-bottom:1px solid #000;
		text-transform:uppercase;
		margin:0;
	}
	#left li{
		margin:0;
		padding:0;
	}
	#left a{
		display:block;
		padding:3px 6px;
		font-size:100%;
	}
	#left a:link,#left a:visited{
		color:#FFF;
	}
	#left a:hover{
		color:#999;
	}
	#left li.collapsed > a,#left li.expanded > a{
		color:#A30F37;
		letter-spacing:1px;
		font-weight:900;
		background:url(../img/arrow_left.png) right 12px center no-repeat;
		padding-right:24px;
	}
	#left li.expanded > a{
		background-image:url(../img/arrow_up.png);
	}
	#left li a,#left li ul li a{
		border:1px solid #000;
		border-width:0 0 1px 0;
	}
	#left li ul li a{
		padding-left:20px;
	}
	#left ul ul{
		margin-bottom:20px;
	}
	#left .first{
		border-top-width:1px;
	}
	#page{
		left:0px;
		transition:left linear .2s;
	}
	#page.active{
		left:300px;
	}
	#page.lock{
		position:fixed;
		bottom:0;
		top:0;
		transition:left linear .2s;
	}
}
@media only screen and (max-width: 760px){
	#news-page{
		max-width:300px;
		margin:0 auto;
	}
	#news-page .card{
		background:0;
	}
}
@media only screen and (min-width: 1024px){
	#menu-main{
		margin:0 8%;
	}
	#header-top-container{
		margin:0 8%;
	}
}

/* ==========================================================================
   Program Page
   ========================================================================== */

.node-type-program #intro-wrapper {
	background: none;
}

/* Begin Program Page Layout
   ========================================================================== */


/* Overwriting other theme layout styles for the programs page. */
.node-type-program #wrapper,
.node-type-program #content {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.group-programs h2 {
	text-align: center;
	background-color: #a30f37;
	color: #fff;
}

.group-programs {
	padding-bottom: 40px;
	background-color: #fff;
}
@media only screen and (min-width: 1000px) {
	.group-programs {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 1000px) {
	.group-programs-inner {
		display: inline-block;
		width: 1000px;
		margin: 0 auto;
		order: 1;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}
}

.group-programs-inner > .field-name-field-related-programs-link {
	margin-bottom: 44px;
}
@media only screen and (min-width: 768px) {
	.group-programs-inner > .field-name-field-related-programs-link {
		float: left;
		width: 45%;
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 1000px) {
	.group-programs-inner > .field-name-field-related-programs-link {
		width: 33%;
		order: 2;
	}
}

.group-programs-inner > .eva-degree-slideshow {
	clear: both;
}
@media only screen and (min-width: 1000px) {
	.group-programs-inner > .eva-degree-slideshow {
		order: 1;
		float: left;
		width: 63%;
		margin-right: 4%;
		padding-left: 4%;
	}
}

@media only screen and (min-width: 1000px) {
	.eva-degree-drawer {
		order: 3;
		width: 100%;
	}
}


@media only screen and (min-width: 1000px) {
	.group-programs > h2 {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.group-programs > .group-get-in-touch {
		float: left;
		width: 50%;
		margin-right: 5%;
	}
}
@media only screen and (min-width: 1000px) {
	.group-programs > .group-get-in-touch {
		order: 4;
		width: 1000px;
		margin: 40px auto 0 auto;
	}
}

/* End Program Page Layout
   ========================================================================== */

/* Begin Banner
   ========================================================================== */

/* Overwriting other theme styles for the programs page. */
@media only screen and (max-width: 600px) {
	#banner {
    display: block;
	}
}

.node-type-program #header-top {
	position: relative;
	z-index: 9;
}

.node-type-program #header-bot {
	margin-bottom: -80px;
	z-index: 99;
}
@media only screen and (min-width: 768px) {
	.node-type-program #header-bot {
		margin-bottom: -125px;
	}
}

.node-type-program .banner-outer {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#content .banner-inner {
	padding-top: 100px;
	padding-bottom: 40px;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	#content .banner-inner {
		padding-top: 200px;
	}
}
@media only screen and (min-width: 1000px) {
	#content .banner-inner {
		width: 1000px;
		margin: 0 auto;
		padding-top: 300px;
	}
}

/* Overwriting other theme styles for the programs page. */
#content .banner-inner h1 {
	display: inline-block;
	width: 90%;
	margin-bottom: 50px;
	padding: 6px 0;
	border: 1px solid #fff;
	font-size: 28px;
	font-weight: 100;
	color: #fff;
}
@media only screen and (min-width: 768px) {
	#content .banner-inner h1 {
		width: auto;
		margin-bottom: 25px;
		padding: 16px 120px;
	}
}
@media only screen and (min-width: 1000px) {
	#content .banner-inner h1 {
		margin-bottom: 35px;
		padding: 24px 170px;
		font-size: 34px;
	}
}

.banner-inner .views-field-field-description {
	width: 90%;
	margin: 0 auto 40px auto;
	color: #fff;
}
@media only screen and (min-width: 768px) {
	.banner-inner .views-field-field-description {
		font-size: 20px;
	}
}
@media only screen and (min-width: 1000px) {
	.banner-inner .views-field-field-description {
		font-size: 24px;
	}
}

#content .views-field-field-header-links ul {
	box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

#content .views-field-field-header-links .item-list li {
  box-sizing: border-box;
	margin:10px 12px;
	padding: 0;
	width: 80%;
	min-width:200px;
	list-style-type: none;
}
@media only screen and (min-width: 768px) {
 	#content .views-field-field-header-links .item-list li {
		width: 230px;
	}
}

.views-field-field-header-links li a {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	font-weight:600;
	text-align:center;
	border: 1px solid #fff;
  border-radius: 3px;
  padding: 15px 24px;
  text-transform: uppercase;
}

.views-field-field-header-links li a:hover {
	 background: -webkit-linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
	 background: -o-linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
	 background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
	 color: #a30f37;
}

/* Overwriting other theme styles for the programs page. */
@media only screen and (max-width: 600px) {
	.node-type-program #header-bot {
		height: 0;
		overflow: hidden;
	}
}

/* End Banner
   ========================================================================== */

/* Begin Contact Info
   ========================================================================== */

#content .group-programs h2 {
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 100;
	text-transform: uppercase;
}

.group-get-in-touch {
	box-sizing: border-box;
	position: relative;
	padding-top: 20px;
	margin-bottom: 40px;
	z-index: 9;
	text-align: center;
	font-size: 110%;
	color: #a30f37;
}
@media only screen and (min-width: 768px) {
	.group-get-in-touch {
		padding-right: 10px;
		border-right: 2px dashed #a30f37;
	}
}
@media only screen and (min-width: 1000px) {
	.group-get-in-touch {
		text-align: left;
		padding: 20px;
		border: 1px solid #a30f37;
	}
}

.group-get-in-touch:after {
	content: '';
	display: inline-block;
	width: 90%;
	height: 2px;
	padding-top: 40px;
	border-bottom: 2px dashed #a30f37;
}
@media only screen and (min-width: 768px) {
	.group-get-in-touch:after {
		border-bottom: 0;
		display: none;
	}
}

#content .group-get-in-touch h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 100;
}
@media only screen and (min-width: 768px) {
	#content .group-get-in-touch h3 {
		margin-bottom: 20px;
	}
}
@media only screen and (min-width: 1000px) {
	#content .group-get-in-touch h3 {
		float: left;
		margin: 8px 50px 0 0;
		font-size: 150%;
	}
}

.field-name-field-contact-name {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
}
@media only screen and (min-width: 1000px) {
	.field-name-field-contact-name {
		float: left;
		margin: 13px 20px 0 0;
	}
}

.field-name-field-phone-contact-phone {
	margin-bottom: 10px;
}
@media only screen and (min-width: 1000px) {
	.field-name-field-phone-contact-phone {
		float: left;
		margin: 12px 20px 0 0;
		font-size: 120%;
	}
}

.field-name-field-email-contact-email {
	margin-bottom: 10px;
}
@media only screen and (min-width: 1000px) {
	.field-name-field-email-contact-email {
		float: left;
		margin: 9px 0 0 0;
	}
}

.field-name-field-email-contact-email a {
	display: block;
	width: 37px;
	height: 25px;
	margin: 4px auto 4px auto;
	background: url(../img/email-red.png) no-repeat;
	text-indent: -9999px;
}
@media only screen and (min-width: 1000px) {
	.field-name-field-email-contact-email a {
		margin: 0;
	}
}

@media only screen and (min-width: 1000px) {
	.field-name-field-contact-website {
		float: right;
		margin: 0;
	}
}

.field-name-field-contact-website a {
	box-sizing: border-box;
	display: inline-block;
	width: 80%;
	font-weight: 600;
	text-align:center;
	border: 1px solid #a30f37;
  border-radius: 3px;
  padding: 12px 24px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1000px) {
	.field-name-field-contact-website a {
		float: right;
		width: auto;
	}
}

/* End Contact Info
   ========================================================================== */


/* Begin Degree Slideshow
   ========================================================================== */

/* Begin Degree Slideshow
   ========================================================================== */

.eva-degree-slideshow {
	box-sizing: border-box;
	width: 80%;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) {
	.eva-degree-slideshow {
		width: 92%;
		padding-top: 20px;
	}
}
@media only screen and (min-width: 1000px) {
	.eva-degree-slideshow {
		width: 92%;
		padding-top: 0;
		padding-right: 5%;
		border-right: 2px dashed #a30f37;
	}
}

.eva-degree-slideshow .views-row {
	position: relative;
	margin: 0 5px;
	height: 175px;
	padding: 20px 0 20px 0;
	border: 3px solid #a30f37;
	text-align: center;
	background: url(../img/info-icon.png) no-repeat 50% 55%;
	cursor: pointer;
}

.eva-degree-slideshow .views-field-title {
	width: 90%;
	margin: 0 auto;
	font-weight: 400;
}

.field-name-field-college-reference {
	box-sizing: border-box;
	position: absolute;
	bottom: 10px;
	width: 100%;
	padding: 10px 8px;
	background: #ddbc89;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.125;
	background: -moz-linear-gradient(left,  #ddbc89 0%, #e8d2a1 50%, #ddbc89 100%);
	background: -webkit-linear-gradient(left,  #ddbc89 0%,#e8d2a1 50%,#ddbc89 100%);
	background: linear-gradient(to right,  #ddbc89 0%,#e8d2a1 50%,#ddbc89 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddbc89', endColorstr='#ddbc89',GradientType=1 );
}

.eva-degree-slideshow .slick-prev {
	position: absolute;
	top: 50%;
	left: -20px;
	width: 29px;
	height: 45px;
	margin-top: -22px;
	border: 0;
	background: url(../img/program-arrow-left.png) no-repeat;
	text-indent: -9999px;
	-webkit-background-size: 66%;
	background-size: 66%;
	background-position: left;
}

.eva-degree-slideshow .slick-next {
	position: absolute;
	top: 50%;
	right: -20px;
	width: 29px;
	height: 45px;
	margin-top: -22px;
	border: 0;
	background: url(../img/program-arrow-right.png) no-repeat;
	text-indent: -9999px;
	-webkit-background-size: 66%;
	background-size: 66%;
	background-position: right;
}

/* End Degree Slideshow
   ========================================================================== */

/* Begin Degree Drawer
   ========================================================================== */

.eva-degree-drawer {
	padding: 0 20px;
	box-sizing: border-box;
	background-color: #e7d1b9;
}

.eva-degree-drawer .views-field-field-contact-email {
	display: inline-block;
	width: 100%;
	margin: 35px 0 10px 0;
	font-weight: 700;
}
@media only screen and (min-width: 1000px) {
	.eva-degree-drawer .views-field-field-contact-email {
		font-size: 110%;
	}
}

.eva-degree-drawer .views-field-field-contact-website {
	font-weight: 700;
	margin-bottom: 20px;
}
@media only screen and (min-width: 1000px) {
	.eva-degree-drawer .views-field-field-contact-website {
		font-size: 110%;
	}
}

.eva-degree-drawer .views-field-field-contact-website a {
	color: #000;
}

@media only screen and (min-width: 1000px) {
	.eva-degree-drawer .view-content {
		width: 1000px;
		margin: 0 auto;
	}
}

.views-label-field-description,
.views-label-field-contact-information,
.views-label-field-opportunities,
.views-label-field-why-this-program {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 110%;
	font-weight: 400;
}
@media only screen and (min-width: 1000px) {
	.views-label-field-description,
	.views-label-field-contact-information,
	.views-label-field-opportunities,
	.views-label-field-why-this-program {
		font-size: 175%;
		font-weight: 400;
	}
}

.views-field-field-description .field-content,
.views-field-field-contact-information .field-content,
.views-field-field-opportunities .field-content,
.views-field-field-why-this-program .field-content {
	margin: 0 0 15px 40px;
}
@media only screen and (min-width: 1000px) {
	.views-field-field-description .field-content,
	.views-field-field-contact-information .field-content,
	.views-field-field-opportunities .field-content,
	.views-field-field-why-this-program .field-content {
		margin-left: 80px;
	}
}

.views-field-field-why-this-program {
	display: inline-block;
	width: 100%;
	margin-bottom: 35px;
}

.views-label-field-description:before,
.views-label-field-contact-information:before,
.views-label-field-opportunities:before,
.views-label-field-why-this-program:before {
	box-sizing: border-box;
	content: '+';
	float: left;
	height: 25px;
	width: 25px;
	margin: 3px 20px 0 0;
	font-size: 80%;
	font-weight: 400;
	cursor: pointer;
}

.field-open .views-label-field-description:before,
.field-open .views-label-field-contact-information:before,
.field-open .views-label-field-opportunities:before,
.field-open .views-label-field-why-this-program:before {
	content: '-';
	position: relative;
	padding-top: 3px;
	left: -7px;
	height: 25px;
	width: 25px;
	border: 2px solid #000;
	border-radius: 50%;
	line-height: 1;
	text-align: center;
}
@media only screen and (min-width: 1000px) {
	.field-open .views-label-field-description:before,
	.field-open .views-label-field-contact-information:before,
	.field-open .views-label-field-opportunities:before,
	.field-open .views-label-field-why-this-program:before {
		padding-top: 0;
	}
}

.eva-degree-drawer .views-field-nothing .field-content {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	padding: 5px;
	background-color: #a30f37;
	color: #fff;
	cursor: pointer;
}

/* End Degree Drawer
   ========================================================================== */

/* Begin Related Programs Slideshow
   ========================================================================== */

.field-name-field-related-programs-link {
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.field-name-field-related-programs-link {
		text-align: left;
		padding-top: 20px;
	}
}
@media only screen and (min-width: 1000px) {
	.field-name-field-related-programs-link {
		padding-top: 0;
	}
}

.field-name-field-related-programs-link .field-label {
	margin-bottom: 20px;
	font-size: 150%;
	font-weight: 100;
	text-transform: uppercase;
	color: #a30f37;
}

.field-name-field-related-programs-link a {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
	font-weight: 400;
}

.field-name-field-related-programs-link .slick-dots li {
	display: inline-block;
	margin: 0 6px;
	list-style-type: none;
}

.field-name-field-related-programs-link .slick-dots li button {
	box-sizing: border-box;
	width: 12px;
	height: 14px;
	border: 1px solid #a2a2a2;
	border-radius: 50%;
	background-color: #d8d8d8;
	text-indent: -9999px;
}

.field-name-field-related-programs-link .slick-dots li.slick-active button {
	background-color: #a30f37;
}

/* End Related Programs Slideshow
   ========================================================================== */



/* Begin Common Background
   ========================================================================== */

.group-bg-wrapper-inner {
	padding: 0 15px;
}
@media only screen and (min-width: 1000px) {
	.group-bg-wrapper-inner {
		width: 1000px;
		margin: 0 auto;
	}
}

/* End Common Background
   ========================================================================== */


/* Begin Common Background: Section 1
   ========================================================================== */

.bg-wrapper-section-1 {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	color: #a30f37;
}

#content .bg-wrapper-section-1 h2 {
	margin-top: 15px;
	margin-bottom: 30px;
	font-weight: 100;
	text-transform: uppercase;
}

.field-name-field-why-this-major-group {
	font-size: 120%;
}

@media only screen and (min-width: 768px) {
	.field-name-field-why-this-major-group > .field-items {
    position: relative;
    display: flex;
    flex-flow: row wrap;
	}
}

.field-name-field-why-this-major-group > .field-items > .field-item {
	box-sizing: border-box;
	display: inline-block;
	padding: 14px 10%;
}
@media only screen and (min-width: 768px) {
	.field-name-field-why-this-major-group > .field-items > .field-item {
		flex: 1;
		flex-basis: 50%;
		padding: 25px 2%;
		text-align: left;
	}
}
@media only screen and (min-width: 1000px) {
	.field-name-field-why-this-major-group > .field-items > .field-item {
		flex-basis: 33%;
	}
}

.field-name-field-why-this-major-group > .field-items > .field-item {
	position: relative;
	border-bottom: 2px dashed #a30f37;
}

.field-name-field-why-this-major-group > .field-items > .field-item:nth-last-child(1) {
	border-bottom: 0;
}
@media only screen and (min-width: 768px) {
	.field-name-field-why-this-major-group > .field-items > .field-item:nth-last-child(2) {
  	border-bottom: 0;
  }
}
@media only screen and (min-width: 1000px) {
	.field-name-field-why-this-major-group > .field-items > .field-item:nth-last-child(3) {
  	border-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
	.field-name-field-why-this-major-group > .field-items > .field-item:nth-child(1n):after {
	    content: '';
	    width: 2px;
	    display: inline-block;
	    border-right: 2px dashed #a30f37;
	    height: 68px;
	    position: absolute;
	    top: 50%;
	    right: 0;
	    margin-top: -34px;
	}
}

@media only screen and (min-width: 768px) {
	.field-name-field-why-this-major-group > .field-items > .field-item:nth-child(2n):after {
		display: none;
	}
}
@media only screen and (min-width: 1000px) {
	.field-name-field-why-this-major-group > .field-items > .field-item:nth-child(2n):after {
		display: block;
	}
	.field-name-field-why-this-major-group > .field-items > .field-item:nth-child(3n):after {
		display: none;
	}
}

/* End Common Background: Section 1
   ========================================================================== */

/* Begin Common Background: Section 2
   ========================================================================== */

.bg-wrapper-section-2 {
	padding-top: 40px;
	text-align: center;
}

.bg-wrapper-section-2 .field-name-field-career-opportunities-title {
	margin-bottom: 20px;
	font-weight: 100;
	text-transform: uppercase;
}

.field-name-field-career-opportunities-descr {
	margin-bottom: 40px;
}

.field-career-opportunity-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.field-career-opportunity {
	width: 140px;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
	font-size: 110%;
}
@media only screen and (min-width: 400px) {
	.field-career-opportunity {
		width: 150px;
	}
}
@media only screen and (min-width: 600px) {
	.field-career-opportunity {
		width: 200px;
	}
}
@media only screen and (min-width: 738px) {
	.field-career-opportunity {
		width: 20%;
	}
}

.career-opportunity-img {
	margin-bottom: 15px;
}

/* End Common Background: Section 2
   ========================================================================== */

/* Begin Common Background: Section 3
   ========================================================================== */

.bg-wrapper-section-3 {
	padding-top: 40px;
	text-align: center;
}

.field-hands-on-learning-wrapper, .field-name-field-sp-ctr-group {
	display: inline-block;
	width: 100%;
}

.field-name-field-hands-on-learning-title, .field-name-field-sp-cts-instructional-title {
	font-weight: 100;
	text-transform: uppercase;
}

.field-name-field-hands-on-learning-descr, .field-name-field-sp-ctr-instructional-desc {
	margin-bottom: 40px;
}
@media only screen and (min-width: 738px) {
	.field-name-field-hands-on-learning-descr {
		font-size: 120%;
	}
}

.field-hands-on-learning {
	margin-bottom: 40px;
	padding: 0 10%;
}
@media only screen and (min-width: 600px) {
	.field-hands-on-learning {
		float: left;
		padding: 0;
		width: 48%;
		margin: 0 1% 2% 1%;
	}
}
@media only screen and (min-width: 768px) {
	.field-hands-on-learning {
		width: 31.33%;
		margin: 0 1% 2% 1%;
	}
}

.hands-on-learning-img {
	display: block;
	width: 100%;
	height: auto;
}

.hands-on-learning-label {
	box-sizing: border-box;
	font-size: 100%;
	height: 62px;
	padding-top: 20px;
	text-transform: uppercase;
	background-color: #fff;
}
@media only screen and (min-width: 768px) {
	.hands-on-learning-label {
		height: 72px;
		padding-top: 25px;
	}
}

/* End Common Background: Section 3
   ========================================================================== */

/* Begin Common Background Video and Photo Slideshow (Section 4 and 5)
   ========================================================================== */

.bg-wrapper-section-4 {
	padding-top: 40px;
}

.bg-wrapper-section-5 {
	padding-top: 40px;
}

.bg-wrapper-section-4 h2,
.bg-wrapper-section-5 h2 {
	text-transform: uppercase;
	font-weight: 100;
	text-align: center;
}

/* Make video responsive */
.player {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 768px) {
	.eva-video-slideshow .views-row,
	.eva-photo-slideshow .views-row {
		display: table;
	}
}

.eva-video-slideshow,
.eva-photo-slideshow {
	width: 99.8%;
	margin: 0 auto 10px auto;
}
@media only screen and (min-width: 768px) {
	.eva-video-slideshow,
	.eva-photo-slideshow {
		margin-bottom: 20px;
	}
}

.eva-video-slideshow .slick-arrow,
.eva-photo-slideshow .slick-arrow {
	/* Overrride inline styles */
	display: none !important;
}

.eva-video-slideshow .views-field-field-video,
.eva-photo-slideshow .field-name-field-image {
	box-sizing: border-box;
	display: block;
}
@media only screen and (min-width: 768px) {
	.eva-video-slideshow .views-field-field-video,
	.eva-photo-slideshow .field-name-field-image {
		display: table-cell;
		width: 67%;
		vertical-align: top;
	}
}

.eva-photo-slideshow .field-name-field-image img {
	width: 100%;
	height: auto;
}

.eva-video-slideshow .views-field-nothing,
.eva-photo-slideshow .views-field-nothing {
	box-sizing: border-box;
	display: block;
	padding: 20px 30px;
	background-color: #a70632;
	color: #fff;
}
@media only screen and (min-width: 768px) {
	.eva-video-slideshow .views-field-nothing,
	.eva-photo-slideshow .views-field-nothing {
		display: table-cell;
		width: 33%;
		vertical-align: top;
	}
}

#content .eva-video-slideshow .views-field-nothing .video-title,
#content .eva-photo-slideshow .views-field-nothing .photo-title {
	margin-top: 0;
}

.eva-video-slideshow .video-link {
	margin-top: 20px;
}

.eva-video-slideshow .video-link a {
	font-size: 14px;
	color: #fff;
}

.eva-video-slideshow .video-link a:hover {
	text-decoration: underline;
}

.eva-thumbnail-slideshow,
.eva-photo-thumbnail-slideshow {
	margin-bottom: 40px;
}

.eva-thumbnail-slideshow .views-row img,
.eva-photo-thumbnail-slideshow .views-row img {
	width: 100%;
	height: auto;
}

.eva-thumbnail-slideshow .slick-track .views-row,
.eva-photo-thumbnail-slideshow .slick-track .views-row {
	margin-left: .1%;
	margin-right: .1%;
}

.eva-thumbnail-slideshow .slick-slider,
.eva-photo-thumbnail-slideshow .slick-slider {
	position: relative;
}

.eva-thumbnail-slideshow .slick-prev,
.eva-photo-thumbnail-slideshow .slick-prev {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: 8px;
	width: 38px;
	height: 32px;
	border: 0;
	z-index: 9;
	background: url(../img/open-arrow-left.png) no-repeat;
	-webkit-background-size: 50%;
	background-size: 50%;
	text-indent: -9999px;
}
@media only screen and (min-width: 768px) {
	.eva-thumbnail-slideshow .slick-prev,
	.eva-photo-thumbnail-slideshow .slick-prev {
		left: 16px;
		height: 64px;
		margin-top: -32px;
	  -webkit-background-size: 100%;
		background-size: 100%;
	}
}

.eva-thumbnail-slideshow .slick-next,
.eva-photo-thumbnail-slideshow .slick-next {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	right: 8px;
	width: 38px;
	height: 32px;
	border: 0;
	z-index: 9;
	background: url(../img/open-arrow-right.png) no-repeat 100% 0;
	-webkit-background-size: 50%;
	background-size: 50%;
	text-indent: -9999px;
}
@media only screen and (min-width: 768px) {
	.eva-thumbnail-slideshow .slick-next,
	.eva-photo-thumbnail-slideshow .slick-next {
		right: 16px;
		height: 64px;
		margin-top: -32px;
	  -webkit-background-size: 100%;
		background-size: 100%;
	}
}

.eva-thumbnail-slideshow .slick-current,
.eva-photo-thumbnail-slideshow .slick-current {
	opacity: .5;
}

/* End Common Background Video and Photo Slideshow (Section 4 and 5)
   ========================================================================== */

/* Begin Common Background: Section 6
   ========================================================================== */

.bg-wrapper-section-6 {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

.bg-wrapper-section-6 h2 {
	padding-top: 96px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 100;
	background: url(../img/pride.png) no-repeat 50% 0;
	color: #a30f37;
}

.field-points-of-pride-wrapper .slick-dots {
	text-align: center;
}

.field-points-of-pride-wrapper .slick-dots li {
	display: inline-block;
	margin: 0 6px;
	list-style-type: none;
}

.field-points-of-pride-wrapper .slick-dots li button {
	box-sizing: border-box;
	width: 12px;
	height: 14px;
	border: 1px solid #a2a2a2;
	border-radius: 50%;
	background-color: #d8d8d8;
	text-indent: -9999px;
	cursor: pointer;
}

.field-points-of-pride-wrapper .slick-dots li.slick-active button {
	background-color: #a30f37;
	cursor: pointer;
}

.field-points-of-pride-statement,
a .field-points-of-pride-statement {
	font-size: 110%;
	line-height: 1.5;
	color: #414141;
}
@media only screen and (min-width: 768px) {
	.field-points-of-pride-statement,
	a .field-points-of-pride-statement {
		font-size: 175%;
	}
}
@media only screen and (min-width: 1000px) {
	.field-points-of-pride-statement,
	a .field-points-of-pride-statement {
		font-size: 175%;
		font-weight: 400;
	}
}

/* End Common Background: Section 6
   ========================================================================== */

.group-bg-img-wrapper {
	background: url(../img/program-bg-temp.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.group-ctr-bg-img-wrapper {
	background: url(../img/program-bg-ctr.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}


/* **** header menu - mycwu dropdown */


li.mycwu-dropdown {
  position: relative;
}
.mycwu-dropdown ul {
  position: absolute;
  height:0;
  width:200px;
  overflow: hidden;
  padding-top:2px;
  transition-delay: .2s;

}
.mycwu-dropdown:hover ul{
  height:200px;
  top:40px;
  transition:all .2s linear;
  transition-delay: .2s;
}
.mycwu-dropdown ul li {
  display: block;
  width:inherit;
  background: #fff;
  border:none;
  border-bottom: 1px solid #eee;

}
.mycwu-dropdown ul li:first-child {
  border-top: 1px solid #eee;
}
#menu-header .mycwu-dropdown ul li a {
  display: inline-block;
  width:100%;
  border:none;
  padding-left:28px;

}
@media screen and (max-width:768px) {
  .mycwu-dropdown ul {
    position: fixed;
    height:auto;
    width:auto;
    left:0;
    overflow: hidden;
    display: none;
  }
  #menu-main-wrapper.active .mycwu-dropdown ul {
    display:initial;
  }
  .mycwu-dropdown:hover ul {
    top:auto;
    height:auto;
    transition:all 0s linear;
  }
  .mycwu-dropdown ul li {
    background: transparent;
    border:none;

  }
  .mycwu-dropdown ul li:first-child {
    border:none;
  }
  #menu-header .mycwu-dropdown ul li a {
    margin:0;
    padding:0;
    padding-right:1em;
  }
}
/******FRONT PAGE OVERRIDE ******/
.front #content {
	max-width: none;
}
.front #content > div > * {
	max-width: 1000px;
	margin: 0 auto;
}
.front #block-views-c29fa573a537f1b1f6d1361a6edecbca, .front #block-views-degree-drawer-homepage-drawer,.node-type-sp-degrees-and-programs #block-views-degree-drawer-homepage-drawer  {
  width:100%;
  max-width: 100% !important;
}
.front #content > div > #block-views-degree-drawer-homepage-list ,
.node-type-sp-degrees-and-programs #content > div > #field-name-field-sp-dap-program-views-list,
#content .group-sp-programs .field-type-blockreference{
    width:80% ;
    max-width: none ;
}
.front #panel-content {
    margin-bottom: 3em;
}

.is-hidden {
	display: none;
}

@import url('degree-cards.css');
@import url('degree-drawer.css');
@import url('search-flyout.css');
@import url('slate-forms.css');
@import url('mobile-menu.css');
@import url('mobile-fixes.css');
@import url('mobile-fixes-admiss.css');
