/*
Theme Name: WSSOM
Theme URI: http://www.med.wayne.edu/
Author: Manoj Pantula
*/
/* Font Setup
*/
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700|Droid+Serif:400,700);
/* Import css files
*/
@import url(css/font-awesome.css);
 @import url(css/responsive.css);
 @import url(css/bootstrap.css);
/* Font included
*/
@font-face {
	font-family: 'AvenirBook';
	src: url('fonts/avenir.eot');
	src: url('fonts/avenir.eot') format('embedded-opentype'), url('fonts/avenir.woff2') format('woff2'), url('fonts/avenir.woff') format('woff'), url('fonts/avenir.ttf') format('truetype'), url('fonts/avenir.svg#AvenirBook') format('svg');
}
/* CSS Reset
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, ul, ol, form, label, legend, table, caption, tbody, tr, th {
	background: transparent;
	border: 0 none;
	color: #5a6062;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	outline: 0 none;
	padding: 0;
}
.container {
	position:relative;
/*	width:1054px;	*/
	width:1170px;
	margin:0 auto;
}
body {
	font-family: 'AvenirBook';
}
.message-of-dean .wr-element-image img {
	width:100%;
	height:auto;
}
ul {
	list-style: outside none none;
}
ol li {
	margin-bottom:8px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Droid Serif", serif;
	font-weight: 400;
	margin: 0 0 10px;
}
h1 {
	font-size: 80px;
}
h2 {
	line-height:32px;
	font-size: 28px;
}
h3 {
	line-height:25px;
	font-size: 20px;
}
h4 {
	line-height:22px;
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
:focus {
	outline: 0 none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	content: "";
	display: table;
}
p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
}
.none, .none2, .none3 {
	display: none;
}
a:link {
	color: #1b907e;
	outline: medium none;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a:visited {
	color: #1b907e;
	outline: medium none;
	text-decoration: none;
}
a:hover {
	color: #1b907e;
	outline: medium none;
	text-decoration: underline;
}
a:active {
	color: #1b907e;
	outline: medium none;
	text-decoration: none;
}

.menu a
{

	color:#5a6062 !important;
}
.jsn-bootstrap3 a {
	color:#1b907e !important;
}

/* Add padding to main text content */
.wr_text
{
	padding-left:10px;
}
p
{
	padding-left:10px;
}


.Rt-col-blue {
	float:left;
	width:100%;
	padding:15px;
	background: #e7e7e7;
}
.Rt-column-margin {
	margin-bottom:20px;
}
.Rt-col-white {
	float:left;
	width:100%;
	padding:15px;
	background:#FFF;
}
.disc {
	list-style:disc !important;
	margin:0 0 25px 16px !important;
}
/*
.disc li {
	margin-bottom:10px;
}
*/
.list-blue {
	color:#0082cb !important;
	margin-top:10px;
}
.list-blue li {
	color:#0082cb !important;
	margin-bottom:20px;
}
.list-blue li a {
	color:#0082cb;
}
.Rt-paddingtop-15 {
	float:left;
	width:100%;
	padding-top:15px;
}
.Rt-paddingtop-30 {
	float:left;
	width:100%;
	padding-top:30px;
}
.Rt-paddingbottom-15 {
	float:left;
	width:100%;
	padding-bottom:15px;
}
.Rt-paddingbottom-30 {
	float:left;
	width:100%;
	padding-bottom:30px;
}
.Rt-padding-bottom-top-15 {
	float:left;
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
}
.Rt-padding-bottom-top-30 {
	float:left;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
}
.Rt-padding-left-right-15 {
	padding-left:15px;
	padding-right:15px;
}
header {
	background: #fff;
	width: 100%;
}
header .logo {
	text-align: center;
}
header .logo a {
	display: inline-block;
}
header .logo-small {
	display: none;
	text-align: center;
}
header .logo-small a {
	display: inline-block;
}
.top-bar {
	background: #c6e2dd;
	float: left;
	height: 22px;
	width: 100%;
}
.top-bar .toplinks-lt {
	float: left;
	width: 100%;
}
.top-bar .toplinks-lt li {
	background: url(images/top-sep.png) no-repeat right center;
	float: left;
}
.top-bar .toplinks-lt li:last-child {
 background:;
}
.top-bar .toplinks-lt li a {
	color: #000000;
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 12px;
	line-height: 22px;
	padding: 0 15px;
	text-transform: uppercase;
}
.top-bar .toplinks-rt {
	float: right;
}
.top-bar .toplinks-rt li {
	background: url("images/top-sep.png") no-repeat right center;
	float: left;
}
.top-bar .toplinks-rt li:last-child {
 background:;
}
.top-bar .toplinks-rt li a {
	color: #000000;
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 12px;
	line-height: 22px;
	padding: 0 15px;
	text-transform: uppercase;
}
.top-bar .toplinks-rt li a i {
	color: #000;
	display: inline-block;
	font-size: 14px;
	margin-left: 8px;
	vertical-align: middle;
}
.top-bar .toplinks-rt input[type="text"] {
	background: none;
	border: medium none;
	color: #000;
	float: left;
	font-family: "Oswald", sans-serif;
	font-size: 12px;
	height: 22px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	width: 150px;
}
.top-bar .toplinks-rt input[type="submit"] {
	background: url(images/serch-top.png) no-repeat left center;
	border: medium none;
	float: left;
	height: 12px;
	margin-top: 5px;
	width: 12px;
	margin-right:10px;
}
nav#main-nav {
	background: #4a4a4a;
	float: left;
	width: 100%;
	height: 46px;
}
nav#main-nav ul#menu-main-nav {
	float: left;
	width: 100%;
}
nav#main-nav ul#menu-main-nav li {
	float: left;
	height: 46px;
	padding: 12px 0;
	position: relative;
	text-align: center;
	width: 145px;
	position:relative;
}
nav#main-nav ul#menu-main-nav li.current-menu-item {
	background:#5e5e5e;
}
nav#main-nav ul#menu-main-nav li:nth-child(3), nav#main-nav ul#menu-main-nav li:nth-child(5) {
	padding: 6px 0;
}
nav#main-nav ul#menu-main-nav li:nth-child(3) a, nav#main-nav ul#menu-main-nav li:nth-child(5) a {
	line-height: 1.3;
}
nav#main-nav ul#menu-main-nav li a {
	color: #d7d7d7;
	display: inline-block;
	font-family: "Oswald", sans-serif;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
}
nav#main-nav ul#menu-main-nav li ul {
	display:none;
	background:#f4f4f4;
	z-index:99999;
	top:46px;
	width:230px;
	position:absolute;
}
nav#main-nav ul#menu-main-nav li ul li {
	height: auto;
	padding: 0;
	text-align: left;
	width: 100%;
}
nav#main-nav ul#menu-main-nav li ul li a {
	font-size:12px;
	font-weight:normal;
	padding:5px 15px;
	color:#4a4a4a;
	display:block;
}
nav#main-nav ul#menu-main-nav li ul li.current-menu-item a {
	color:#d7d7d7;
}
nav#main-nav ul#menu-main-nav li ul li a:hover {
	background:#e7e7e7;
}
nav#main-nav ul#menu-main-nav li:hover ul {
	display:block;
}
.banner {
	float: left;
	height: 353px;
	margin-bottom: 25px;
	width: 100%;
}
.features {
	float: left;
	margin-bottom: 25px;
	width: 100%;
	height:364px;
	overflow:hidden;
}
.features article {
	float: left;
	margin-right: 30px;
	padding: 0;
	width: 370px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.features article:last-child {
	float: right;
	width: 370px;
}
.features article.inspiring ul li {
	float: left;
	overflow: hidden;
	width: 341px;
	margin-right:1px;
}
.features article.inspiring ul li:last-child {
	width: 341px;
	margin:0;
}
.features article.remove ul li {
	float: left;
	overflow: hidden;
	width: 340px;
	margin-right:1px;
}
.features article.remove ul li:last-child {
	width: 340px;
	margin:0;
}
.features article.remove2 ul li {
	float: left;
	overflow: hidden;
	width: 340px;
	margin-right:1px;
}
.features article.remove2 ul li:last-child {
	width: 340px;
	margin:0;
}
.features article:last-child {
	margin: 0;
}
.features article h2 {
	background: #5a6062;
	color: #fff;
	font-size: 18px;
	line-height: 46px;
	margin: 0;
	text-align: center;
}
.inspiring a.expand {
	left: 41%;
	position: absolute;
	top: -123px;
}
.features article figure {
	position: relative;
	z-index: 1;
}
.features a.expand2 {
	left: 41%;
	position: absolute;
	top: -123px;
}
.features a.expand3 {
	left: 41%;
	position: absolute;
	top: -123px;
}
.features article figure img {
	height: 206px;
	line-height: 0;
	vertical-align: top;
	width: 100%;
}
.features article figure figcaption {
	background: rgba(90, 96, 98, 0.7);
	display: none;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}
.features article figure:hover figcaption {
	display: block;
	text-align: center;
}
.features article figure:hover figcaption a {
	color: #fff;
	display: inline-block;
	margin-top: 60%;
}
.features article figure:hover figcaption a i {
	color: #fff;
	vertical-align: middle;
}
.features article section {
	background: #FFFBE6;
	min-height: 112px;
	padding: 10px;
}
.features article section p {
	font-size:13px;
	line-height: 16px;
	margin-bottom: 5px;
}
.features article section p strong {
}
.features article section a {
	color: #5a6062;
	float: right;
	font-size: 14px;
	font-weight: bold;
}
.features article section a i {
	color: #5a6062;
	font-size: 14px;
	margin-left: 10px;
	vertical-align: middle;
}
.home-events {
	float: left;
	margin-bottom: 25px;
	padding: 0 120px;
	width: 100%;
}
article.tabs-home h2 {
	color: #5a6062;
	font-size: 16px;
	margin-bottom:5px;
}
article.tabs-home h2:after, article.events h2:after {
	display:none;
}
article.tabs-home h3 {
	color: #FFF;
	background:#5a6062;
	font-size: 16px;
	padding:9px 10px;
	margin-bottom:5px;
	display: none;
}
article.events h2 {
	color: #5a6062;
	font-size: 16px;
	margin-bottom:5px;
}
article.events ul {
	margin-bottom: 5px;
	overflow: hidden;
}
article.events ul li {
	margin-bottom: 7px;
	min-height: 44px;
}
article.events ul li span {
	background: #ffd478;
	display: inline-block;
	float: left;
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	font-weight: 300;
	height: 44px;
	padding-top: 2px;
	text-align: center;
	width: 32px;
	word-wrap:break-word;
}
article.events ul li a {
	color: #5a6062;
	float: right;
	line-height:1;
	padding: 7px 10px 0;
	width: 90%;
}
article.events ul li.active {
	background: #aed6ce;
}
article.events div h2 {
	background: #5a6062;
	color: #fff;
	line-height: 40px;
	margin-bottom: 2px;
	padding: 0 10px;
}
article.events div h2 i {
	color: #ffffff;
	float: right;
	margin-top:10px;
	font-size: 21px;
}
article.events div section {
	background: #FFFBE6;
	padding: 10px;
}
article.events div section p {
	color: #5a6062;
	line-height: 18px;
}
article.events div section a {
	color: #5a6062;
	float: right;
	font-weight: bold;
}
footer {
	background: #aed6ce;
	float: left;
	padding: 20px 0;
	width: 100%;
	font-family: "Oswald", sans-serif;
}
footer div {
	font-size:11px;
}
footer a {
	font-size:11px !important;
}
footer .right {
	text-align:right;
}
.sub-banner {
	background: #e7e7e7;
	float: left;
	width: 100%;
}
.sub-banner img {
	width:100%;
	height:auto;
}
.content-lt {
	display:table-cell;
	padding-bottom: 50px;
//	width: 770px;
	overflow:hidden;
	padding-top:25px;
	padding-right: 15px;
}
.content-lt h2 {
	margin-bottom: 20px;
	position: relative;
}
.content-lt h2 span {
	background: #fff;
	color: #5a6062;
	display: inline-block;
	font-size: 28px;
	line-height: 1.5;
	position: relative;
	z-index: 9;
	margin-left: -10px;
}
.content-lt h2:after {
	background: #ffd478;
	content: "";
	height: 3px;
	position: absolute;
	right: 0;
	top: 24px;
	width: 100%;
	z-index: 1;
}
.logo-inner {
	float: left;
}
 .logo-inner ~ div {
 padding-left: 100px;
}
.link-about, .link-about-2 {
	color: #5a6062;
	float: right;
	font-weight: bold;
}
.link-about img, .link-about-2 img {
	margin-left: 7px;
	vertical-align: middle;
}
.link-about-2 {
	display:none;
}
.detail-about {
	display:none;
	width:100%;
	float:left;
}
.dean-image {
	float:left;
}
 .dean-image ~ .dean-about {
 padding-left:190px;
 margin-bottom:20px;
}
.dean-about p.blockquote {
	font-style:italic;
	font-size:15px;
	line-height:24px;
	margin:0 0 20px 0;
	font-weight:normal;
}
.dean-about p.blockquote q {
	font-weight:normal;
}
.youtube-image {
	float:left;
}
 .youtube-image ~ .youtube-about {
 padding-left:360px;
}
.content-rt {
	width: 254px;
	height:100%;
	vertical-align:top;
	display:table-cell;
	background:#f5f5f5;
}
.content-rt h2 {
	color:#FFF;
	font-size:22px;
	line-height:50px;
	background:#013339;
	text-align:center;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:7px;
	font-family: "Oswald", sans-serif;
}
.content-rt h3 {
	color: #ffffff;
	font-size: 14px;
	line-height: 40px;
	background: #0c5449;
	text-align: left;
	padding: 0 15px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 7px;
	font-family: "Oswald", sans-serif;
}
.dcjq-accordion {
	padding-bottom:10px;
	background:#FFF;
}
.dcjq-accordion > ul {
	background:#FFF;
	padding-bottom:7px;
}
.dcjq-accordion > ul > li {
	margin-bottom:7px;
}
.dcjq-accordion > ul > li:last-child {
	margin-bottom:0;
}
.dcjq-accordion > ul > li > a {
	font-weight:400;
	line-height:40px;
	padding:0 15px;
	display:block;
	text-decoration:none;
//	background: url(images/accordion-nav-open.png) no-repeat 95% center #fffbe6;
	background: #fffbe6;
	font-family: "Oswald", sans-serif;
	text-transform:uppercase;
}
.dcjq-accordion > ul > li > ul > li > a {
	font-size:13px;
	line-height:32px;
	padding:0 15px;
	display:block;
	font-family: "Oswald", sans-serif;
}
.dcjq-accordion > ul > li > ul > li > a.active {
	font-size:12px;
	padding:4px 15px;
	display:block;
	font-family: "Oswald", sans-serif;
}
.dcjq-accordion > ul > li > ul > li > a.dcjq-parent {
	background: url(images/accordion-nav-open.png) no-repeat 95% 13px;
	background-size:3%;
}
.dcjq-accordion > ul > li > ul > li > a.dcjq-parent.active {
	background: url(images/accordion-nav-close.png) no-repeat 95% 13px;
	background-size:3%;
}
.dcjq-accordion > ul > li > a.active , .dcjq-accordion > ul > li.current-menu-item > a {
//	background: url(images/accordion-nav-close.png) no-repeat 95% 13px #fdedc9;
background: #fdedc9;
}
.dcjq-accordion > ul > li > ul > li > ul {
	padding:0 30px;
}
.dcjq-accordion > ul > li > ul > li > ul > li > a {
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 12px;
	padding: 4px 15px;
	/*background: url(images/accordion-nav-open.png) no-repeat left 13px;*/
	background-size:3%;
}
.dcjq-accordion > ul > li > ul > li > ul > li > ul {
	padding:0 30px;
}
.dcjq-accordion > ul > li > ul > li > ul > li > a.dcjq-parent {
	background: url(images/accordion-nav-open.png) no-repeat 95% 13px;
	background-size:2.6% !important;
}
.dcjq-accordion > ul > li > ul > li > ul > li > a.dcjq-parent.active {
	background: url(images/accordion-nav-close.png) no-repeat 95% 13px;
	background-size:2.6% !important;
}
.dcjq-accordion > ul > li > ul > li > ul > li > ul > li > a {
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 12px;
	padding: 4px 15px;
	background: url(images/accordion-nav-open.png) no-repeat left 13px;
	background-size:3%;
}
.dcjq-accordion > ul > li > ul > li > ul > li > ul > li > ul {
	padding:0 30px;
}
.dcjq-accordion > ul > li > ul > li > ul > li > ul > li > ul > li > a {
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 12px;
	padding: 4px 15px;
	background: url(images/accordion-nav-open.png) no-repeat left 13px;
	background-size:3%;
}
.dcjq-accordion > ul > li > ul > li > ul > li > ul > li > ul > li > a.dcjq-parent {
	background: url(images/accordion-nav-open.png) no-repeat 95% 13px;
	background-size:2.6% !important;
}
.dcjq-accordion > ul > li > ul > li > ul > li > ul > li > ul > li > a.dcjq-parent.active {
	background: url(images/accordion-nav-close.png) no-repeat 95% 13px;
	background-size:2.6% !important;
}
.solve-human {
	font-size:20px;
	line-height:24px;
	padding:0 30px;
}
.dean-name {
	color:#898e8f;
	display:block;
}
.deans {
	float:left;
	width:100%;
	padding:15px 0;
}
.deans figure {
	margin-bottom:20px;
	overflow:hidden;
}
.deans figure img {
	float:left;
	width:128px;
	height:auto;
}
.deans:nth-child(even) {
	background:#FFF;
	margin:0 -15px;
	padding:15px;
	width:740px;
}
 .deans figure img ~ figcaption {
 padding-left:150px;
}
.deans figure figcaption li:first-child {
	font-size:18px;
	margin-bottom:7px;
}
.deans figure figcaption li {
	line-height:1.6;
}
.deans a.link-bold {
	font-weight:bold;
}
.deans a.link-bold img {
	width:10px;
	vertical-align:middle;
	margin:0 0 0 7px;
}
.inspiring h2 i {
	color:#FFF;
	cursor:pointer;
}
.inspiring h2 a.close-inspiring {
	display:none;
}
.remove h2 i {
	color:#FFF;
	cursor:pointer;
}
.remove h2 a.close-alumni {
	display:none;
}
.remove2 h2 a.close-innovator {
	display:none;
}
.remove2 h2 i {
	color:#FFF;
	cursor:pointer;
}
.arrow-social {
	width:100%;
	height:50px;
	margin-top:10px;
	background: url(images/arrow.png) center no-repeat #aed6ce;
}
.Rt-col-md-6 {
	width: 50%;
	float:left;
}
.Rt-col-md-4 {
	float:left;
	width: 33.33333333%;
}
.Rt-col-md-3 {
	float:left;
	width: 25%;
}
.content-rt #sidebar article {
	padding:0 15px 15px 15px;
	background:#e7e7e7;
}
.content-rt #sidebar article h3 {
	line-height:40px;
	margin:0 -15px 15px -15px;
	padding:0 15px;
	font-size:14px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
//	background:url(images/header-sidebar.png) no-repeat right top;
}
.content-rt #sidebar article p {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #CCC;
}
.content-rt #sidebar article p:last-child {
	margin-bottom:0;
	border:none;
}
.fullwidth-image img {
	width:100%;
}
.padding-12 {
	padding:12px 0;
}
#slides2, #slides {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 278px;
}
#slides2 ul, #slides ul {
	list-style: none;
	width: 100%;
	height: 235px;
	margin: 0;
	padding: 0;
	position: relative;
}
#slides2 li, #slides li {
	width: 100%;
	height: 235px;
	float: left;
	position: relative;
}
/* Styling for prev and next buttons */







.btn-bar {
	width: 92.5%;
	bottom:0;
	border-top:5px solid #FFF;
	margin:0 -13px;
	display: block;
	position: absolute;
	z-index:9;
	background:#5A6062;
}
#buttons, #buttons1 {
	text-align:center;
}
#buttons a, #buttons1 a {
	font-size: 20px;
	display:inline-block;
	outline: 0;
	margin: 0;
	color: #5a6062;
	text-decoration: none;
	padding: 9px;
	width: 35px;
	font-weight:bold;
}
a#prev:hover, a#next:hover {
	color: #FFF;
}
.dcjq-parent-li {
}
/*  DEFAULT WORDPRESS */







blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */







table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/* =Content







-------------------------------------------------------------- */







.entry-meta {
	color: #888;
}
.entry-meta abbr, .entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover, .entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content, .entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file, .entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup, .entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a, .entry-utility a {
	color: #888;
}
.entry-meta a:hover, .entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
/* =Images







-------------------------------------------------------------- */







/*







Resize images to fit the main content area.







- Applies only to images uploaded via WordPress by targeting size-* classes.







- Other images will be left alone. Use "size-auto" class to apply to other images.







*/







img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/* =Navigation







-------------------------------------------------------------- */







.navigation {
	font-size: 14px;
	line-height: 20px;
	font-weight:bold;
}
.navigation a:link, .navigation a:visited {
	text-decoration: none;
}
.navigation a:active, .navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above, .single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}
/* =Comments







-------------------------------------------------------------- */







#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul, #comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
	color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword, .nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */







input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
/* =Widget Areas







-------------------------------------------------------------- */







.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link, .widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active, .widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
/* Main sidebars */







#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}
/* Footer widget areas */







#footer-widget-area {
}
/* =Footer







-------------------------------------------------------------- */







#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}
/* =Mobile Safari ( iPad, iPhone and iPod Touch )







-------------------------------------------------------------- */







pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access, .entry-meta, .entry-utility, .navigation, .widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}







/* =Print Style







-------------------------------------------------------------- */







@media print {
body {
	background: none !important;
}
#wrapper {
	clear: both !important;
	display: block !important;
	float: none !important;
	position: relative !important;
}
#header {
	border-bottom: 2pt solid #000;
	padding-bottom: 18pt;
}
#colophon {
	border-top: 2pt solid #000;
}
#site-title, #site-description {
	float: none;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}
#site-title {
	font-size: 13pt;
}
.entry-content {
	font-size: 14pt;
	line-height: 1.6em;
}
.entry-title {
	font-size: 21pt;
}
#access, #branding img, #respond, .comment-edit-link, .edit-link, .navigation, .page-link, .widget-area {
	display: none !important;
}
#container, #header, #footer {
	margin: 0;
	width: 100%;
}
#content, .one-column #content {
	margin: 24pt 0 0;
	width: 100%;
}
.wp-caption p {
	font-size: 11pt;
}
#site-info, #site-generator {
	float: none;
	width: auto;
}
#colophon {
	width: auto;
}
img#wpstats {
	display: none;
}
#site-generator a {
	margin: 0;
	padding: 0;
}
#entry-author-info {
	border: 1px solid #e7e7e7;
}
#main {
	display: inline;
}
}
.home-tweet-tweet {
	margin-bottom:5px !important;
}
.widget_link_widget_info a {
	text-decoration: none;
}
/****************SLICK NAV*****************/







.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: right;
	padding: 0.438em 0.625em 0.438em 0.625em;
	line-height: 1.125em;
	cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em;
}
.slicknav_menu {
 *zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
}
.slicknav_menu .slicknav_icon {
	float: left;
	margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
	margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:before {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	content: " ";
	display: table;
	clear: both;
}
.slicknav_nav {
	clear: both;
}
.slicknav_nav ul {
	display: block;
}
.slicknav_nav li {
	display: block;
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_nav .slicknav_item a {
	display: inline;
}
.slicknav_nav .slicknav_row {
	display: block;
}
.slicknav_nav a {
	display: block;
}
.slicknav_nav .slicknav_parent-link a {
	display: inline;
}
.slicknav_brand {
	float: left;
}
.slicknav_menu {
	font-size: 16px;
	box-sizing: border-box;
	background: #4c4c4c;
	padding: 5px;
}
.slicknav_menu * {
	box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
	background-color: #fff;
}
.slicknav_btn {
	margin: 5px 5px 6px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #222;
}
.slicknav_nav {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 0.875em;
	list-style: none;
	overflow: hidden;
}
.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
	padding: 5px 10px;
	margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #fff;
}
.slicknav_nav a {
	padding: 5px 10px;
	margin: 2px 5px;
	text-decoration: none;
	color: #fff;
}
.slicknav_nav a:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #222;
}
.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
	padding: 0;
	margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}
.slicknav_brand {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding: 7px 12px;
	height: 44px;
}
.slicknav_menu {
	display:none;
}
 @media screen and (max-width: 800px) {
.js #menu-main-nav {
	display:none;
}
.features article, .features article.remove ul li, .features article.remove ul li:last-child, .features article:last-child {
	width:100%;
}
.features article figure img {
	height:auto;
}
.js .slicknav_menu {
	display:block;
}
.scroll-back-to-top-wrapper.show {
	opacity:0 !important;
}
.left-img figure {
	width:80px;
}
 .left-img figure ~ section {
 padding-left:90px !important;
}
.jsn-bootstrap3 .btn {
	white-space: pre-line !important;
}
.back-grey .form-search input[type=text] {
	width:130px;
}
.jsn-bootstrap3 .panel-title > a {
	font-size:15px !important;
}
footer .col-md-6 {
	padding:0 10px !important;
}
}
/********************SLICK NAV END**********************/







.white {
	margin:0 -15px;
	padding:15px;
	background:#FFF;
}
.grey {
	padding:15px 0;
}
.left-img {
	margin-bottom:20px;
}
.left-img figure {
	float:left;
}
 .left-img figure ~ section {
 padding-left: 170px;
}
.back-grey {
	background:#eaeaea;
	overflow:hidden;
	margin-bottom:10px;
	padding:10px 20px;
}
.back-grey .form-search {
	float:left;
	width:50%;
}
.back-grey .form-search input[type=submit] {
	background:#aed6ce;
	color:#FFF;
	font-weight:bold;
}
.back-grey .form-search label, .back-grey .form-discipline label {
	font-weight:normal;
}
.back-grey .form-discipline {
	float:right;
	width:39%;
}
.page-template-leadership .panel-heading a {
	display:block;
	outline:none !important;
	text-decoration:none !important;
}
 .page-template-leadership .left-img figure ~ section {
 line-height:28px;
}
.widgetcont {
	padding:0 !important;
}
#wpbs__cont .widget {
	padding:0 !important;
}
.applynow-hidden {
	float:left;
	width:100%;
	margin-top:5px;
	background:#ffd478;
}
.applynow-hidden ul li {
	margin-bottom:1px;
}
.applynow-hidden ul li:last-child {
	margin-bottom:0;
}
.applynow-hidden ul li a {
	background: #aed6ce;
	display: block;
	font-size: 12px;
	line-height: 23px;
	padding: 0 10px;
}
.applynow-hidden p {
	font-size: 13px;
	line-height: 15px;
	margin: 2px 0 3px;
	padding: 0 10px;
}
.widget_link_widget_info h3 {
//	background-image: url(/wp-content/themes/WSSOM/images/header-sidebar-after-toggle.png) !important;
}
#slides li p, #slides2 li p {
	word-break: break-all;
}
.search-page h3 {
	width: 96%;
	float: left;
	margin-left: 15px;
	padding: 10px 0px 10px 10px;
	background-color: #aed6ce;
	margin-bottom: 30px;
}
.widget_link_widget_info {
	padding-bottom:7px !important;
}
.widget_link_widget_info a h3 {
	margin-bottom:0 !important;
}







/********************RESPONSIVE START**********************/







@media screen and (max-width:1020px) {
.container {
	width:100%;
}
.banner, .features {
	height:auto;
}
#wpbs_slider {
	position:absolute !important;
	z-index:999 !important;
}
.content-lt {
	width:70%;
	display:block;
	float:left;
}
nav#main-nav ul#menu-main-nav li a {
	font-size:11px;
}
.dcjq-accordion > ul > li > a {
	font-size:12px;
}
.content-rt {
	float:right;
	display:block;
	width:30%;
}
.events-feed .col-md-6, .top-bar .col-md-6 {
	width:60%;
	float:left;
}
article.events ul li a {
	width:85%;
}
footer .container {
	padding:0;
}
footer .col-md-6 {
	width:48%;
	float:left;
}
.TabbedPanelsTab {
	width:31% !important;
}
.top-bar .toplinks-lt, .top-bar .toplinks-rt {
	margin-bottom:5px;
	width:100%;
}
.top-bar .col-md-6 {
	overflow:hidden;
	width:50%;
}
}
 @media screen and (max-width:800px) {
.container {
	width:100%;
}
.dean-image {
	margin-right:20px;
}
 .dean-image ~ .dean-about {
 padding-left:0px;
}
.content-lt {
	float:left;
	display:block;
	width:100%;
	padding:0;
	margin-bottom:30px;
}
.content-rt {
	float:none;
	display:block;
	width:269px;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}
.features article {
	margin:0 0 20px 0;
}
.home-events {
	padding:0;
}
.top-bar {
	height:auto;
}
.top-bar .toplinks-lt li:last-child, .top-bar .toplinks-rt li:last-child {
	background:none;
}
.events-feed .col-md-6, .top-bar .col-md-6 {
	width:50%;
	float:left;
}
.sub-banner .container {
	padding:0;
}
.content-lt h2:after {
	display:none;
}
.content-lt h2 span {
	font-size:20px;
	line-height:20px;
}
.content-lt h2 {
	padding-top:10px;
}
.jsn-bootstrap3.wr-element-container.wr-element-image img {
	display: block;
	margin: 0 auto;
}
.jsn-bootstrap3 [class^="col-"] {
	margin-bottom:15px;
}
}
 @media screen and (max-width:550px) {

.top-bar .toplinks-rt li a, .top-bar .toplinks-lt li a {
	font-size:10px;
	padding:0 10px;
}
#wpbs_slider {
	right: 0 !important;
	width: auto !important;
//	background: url(http://medwaynedev.us/wp-content/uploads/2016/01/apply-mobile.png) no-repeat left 1px !important;
}
#wpbs_slider .icon_label {
	width:40px !important;
}
#wpbs_slider #wpbs__cont {
	margin-left:40px !important;
}
.events-feed .col-md-6, .top-bar .col-md-6 {
	width:100%;
	float:left;
}
.sp-caption {
	font-size:16px !important;
	width:270px !important;
	line-height:1 !important;
}
.panel-body table {
	overflow: scroll;
	width: 270px;
}
#slides li p, .home-tweet-tweet {
	width: 217px !important;
	word-break: break-strict !important;
}
body {
	overflow-x: hidden;
	width: 100%;
}
}

@media (max-width: 1200px) {
	nav#main-nav ul#menu-main-nav li{
		width: 135px;
	}
}
@media (max-width: 1100px) {
	nav#main-nav ul#menu-main-nav li{
/* MP 08-10-2016: width too small @980px(tablets)		width: 90px; */
		width: 100px;
	}
	nav#main-nav ul#menu-main-nav li a {
		font-size:10px;
	}
}

/********************RESPONSIVE END**********************/
.widget_link_widget_info a h3{
background-position:left top!important;
}
.news-arrow .dcjq-accordion > ul > li > a , .page-id-365 .dcjq-accordion > ul > li > a  , .page-id-367 .dcjq-accordion > ul > li > a  , .page-id-369 .dcjq-accordion > ul > li > a , .page-id-370 .dcjq-accordion > ul > li > a , .page-id-374 .dcjq-accordion > ul > li > a {
	background:none !important;
	background-color:#fffbe6 !important;
}
/*.news-arrow #sidebar article h3 , .page-id-365 #sidebar article h3 , .page-id-367 #sidebar article h3 , .page-id-369 #sidebar article h3 , .page-id-370 #sidebar article h3 , .page-id-374 #sidebar article h3 {
	background-position:left top !important;
}*/
.dcjq-accordion > ul > li.current-menu-item > a{
	background-color:#fdedc9 !important;
}
.content-lt h2::after
{
	background: #e7e7e7 none repeat scroll 0 0 !important;
}

/**** APPLY NOW BUTTON */
.btn_apply {
    background-color: #fffbe6;
    right: -10px;
    color: #013339 !important;
}
.btn_apply > a {
    color: #013339 !important;
}
.btn_apply.current-menu-item {
    background-color: #fffbe6 !important;
    color: #FFD478 !important;
}


/* Accordion Style */
.accordion-title {
    background-color: #013339;
    color: #ffffff;
    padding: 10px 15px !important;
    background-position: right center;
}

.accordion-title.read.open {
    background-color: #0c5449;
    color: #ffffff;
    padding: 10px 15px !important;
}


.accordion-title {
    background-image: url(images/accordion-next.png);
    background-repeat: no-repeat;
    background-size: 18px auto;
}

.accordion-title.read.open {
    background-image: url(images/accordion-down.png);
    background-position: right center;
}



.accordion {
    background-color: #f5f5f5;
}






[class*="col-"] {
    margin-bottom: 10px;
}

/* Start WAYNE Block */
@font-face {
  font-family: 'fontello-search';
  src: url("data:application/octet-stream;base64,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") format("woff"), url("data:application/octet-stream;base64,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") format("truetype"); }

.somheader {

      color: #fff;
      display: block;
      font-family: "Noto Sans","Lucida Sans","Lucida Grande","Lucida Sans Unicode","Dejavu Sans",Verdana,sans-serif;
      font-size: 2.5rem;
      font-weight: 400;
      height: 3rem;
      padding-top: 10px;
      text-decoration: none;
      line-height: 1.2;
}
.wsuheader {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5M2YzOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBjNTQ0OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-image: linear-gradient(#093f39, #0c5449);
  background-size: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF093F39', endColorstr='#FF0C5449');
  *zoom: 1;
  padding: 10px 0;
  font: 100% Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  .wsuheader .wsuwordmark {
    text-align: left;
    margin-top: 15px; }
    .wsuheader .wsuwordmark a {
      white-space: nowrap;
      overflow: hidden;
      height: 35px;
      color: transparent;
      display: block; }
  }
  .wsuheader .wsusearch {
    text-align: right; }
    .wsuheader .wsusearch a {
      color: #fff;
      text-decoration: none;
      font-size: 1em;
      padding: 3px;
      margin: 0 1px; }
      .wsuheader .wsusearch a:hover {
        background: #006666;
        color: #fff;
        border-radius: 5px; }
    .wsuheader .wsusearch .aimhigher a, .wsuheader .wsusearch .aimhigher a:hover {
      color: #fbe090;
      text-transform: uppercase; }
    .wsuheader .wsusearch ul {
      list-style: none;
      margin: 0;
      padding: 0 0 5px;
      font-size: 1.0em; }
      .wsuheader .wsusearch ul li {
        display: inline-block; }
    .wsuheader .wsusearch .input-group {
      margin-bottom: 0; }
    .wsuheader .wsusearch .input-group-button {
      background: #fff; }
    .wsuheader .wsusearch form {
      margin: 0;
      padding: 0;
      margin-bottom: 5px; }
      .wsuheader .wsusearch form input, .wsuheader .wsusearch form button {
        border: none;
        box-shadow: none;
        transition: none;
        margin-bottom: 0; }
      .wsuheader .wsusearch form button {
        color: #000;
        background-color: #fff;
        text-align: right;
        overflow: hidden;
        font-size: 1.4em;
        padding: 0; }
      .wsuheader .wsusearch form label {
        display: none; }
      .wsuheader .wsusearch form .input-group-button {
        border-radius: 0;
        border: 0; }
    .wsuheader .wsusearch .search-icon {
      font-family: "fontello-search";
      font-style: normal;
      font-weight: normal;
      display: inline-block;
      text-decoration: inherit;
      text-align: center; }
      .wsuheader .wsusearch .search-icon:before {
        content: '\e800'; }
      .wsuheader .wsusearch .search-icon span {
        display: none; }

.wsufooter {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxYzVjMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiZGJkOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: linear-gradient(#b1c5c2, #cbdbd9);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFB1C5C2', endColorstr='#FFCBDBD9');
  border-top: 1px solid #536461; }
  .wsufooter p {
    font-size: 0.8em;
    margin: 0;
    padding: 6px 0; }
  .wsufooter a {
    color: #0C5449;
    text-decoration: underline; }
    .wsufooter a:hover {
      text-decoration: none; }
  .wsufooter .privacy {
    text-align: left; }
  .wsufooter .copyright {
    text-align: right; }

    .container {
	max-width: 1170px;
    }

    footer.contact {
        background-color: #0c5449;
        color: #fff;
        padding: 0.75rem 0;
        text-align: center;
    }
    footer.contact h4 a {
        color: #ffd478;
        text-decoration: none;
        font-size: 24px !important;
        font-family: Noto Sans,Lucida Sans,Lucida Grande,Lucida Sans Unicode,Dejavu Sans;
    }
    .contact_body p {
        color: #FFFFFF;
        font-family: Noto Sans,Lucida Sans,Lucida Grande,Lucida Sans Unicode,Dejavu Sans;
        font-size: 16px !important;

    }
    .contact_body a {
        color: #FFFFFF;
        font-family: Noto Sans,Lucida Sans,Lucida Grande,Lucida Sans Unicode,Dejavu Sans;
        font-size: 16px !important;

    }
    .social {
        background-color: #013339;
        position: relative;
        z-index: 10;
    }
    .social .columns {
        text-align: center;
    }
    .social ul {
        list-style: outside none none;
        margin: 2em 0;
        padding: 0;
    }
    .social li {
        display: inline;
    }
    .social i {
        background-color: #1e3e40;
        border-radius: 50%;
        font-size: 0.75rem;
        margin: auto 8px;
        padding: 12px 10px;
    }
    .social i:hover {
        background: #00ac99 none repeat scroll 0 0;
    }
    @media only screen and (min-width: 40.0625em) {
    .social i {
        font-size: 1.5625rem;
    }
    }
    @media only screen and (min-width: 64.0625em) {
    .social i {
        margin: auto 1.5625rem;
    }
    }
    .social a {
        color: #b1c5c3 !important;
    }
    .social a:hover {
        color: #fff;
    }

    [class*=" icon-"]::before, [class^="icon-"]::before {
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1em;
        margin-left: 0.2em;
        margin-right: 0.2em;
        text-align: center;
        text-decoration: inherit;
        text-transform: none;
        width: 1em;
        color: #ffffff;
    }
    .icon-pinterest::before {
        content: "\f0d2";
    }
    .icon-linkedin::before {
        content: "\f0e1";
    }
    .icon-flickr::before {
        content: "\f16e";
    }
    .icon-instagramm::before {
        content: "\f16d";
    }
    .icon-youtube-play::before {
        content: "\f16a";
    }
    .icon-twitter::before {
        content: "\f099";
    }
    .icon-facebook::before {
        content: "\f09a";
    }
    a i span {
        float: left;
        font-size: 0 !important;
    }
  .feed-date{
   background-color: #0a5449 !important;
    color:#ffffff;
  }
  /* End Wayne Block */


/* Start Latest News Block */
.featured-spotlight, .featured-latest {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.featured-latest h4 {
    background: #5a6062 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
}
.featured-latest section {
    background: #eaf2f1 none repeat scroll 0 0;
    float: left;
    font-size: 16px;
    line-height: 24px;
    padding: 20px;
    width: 100%;
    height:130px;
}
.featured-spotlight article, .featured-latest article {
    float: left;
    margin-right: 30px;
    width: 270px;

}
.featured-latest ul {
    background: #eaf2f1 none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    padding: 0 15px;
    width: 100%;
}
.featured-latest article:last-child {
    margin-right: 0px !important;

}


/* End Latest News Block */



:target:before {
content:"";
display:block;
height:135px; /* fixed header height*/
margin:-135px 0 0; /* negative fixed header height */
}



.accordion-title2 {
    background-color: #cfc0a8;
    background-position: right center;
    color: #000000;
    padding: 10px 15px !important;
}


/* Widen Main content area so it does not collapse when there is an iframe or no text  */
.content-lt {

    width: 950px;
}

/* Fix Bullets within content area  */
.content-lt > ul li{
    list-style: outside !important;
//    padding-left: 30px !important;
}
.content-lt ul {
    list-style: outside none none;
    padding-left: 30px !important;
}

.content-lt ol {
    padding-left: 30px !important;
}

.content-lt strong {
    font-family: -webkit-body;
}

/********************sesquicentennial-footer (150 Year)**********************/

.wsu-sesquicentennial {
    margin:0 auto;
    max-width:73.125rem;
    width:100%;
}

.wsu-sesquicentennial__link {
    text-decoration:none;
    text-align:center;
    display:block;
    padding:20px;
}

.wsu-sesquicentennial__background {
    background:url("https://150.wayne.edu/images/150-footer-background-image.jpg") no-repeat 50%;
    background-size:cover
}

.wsu-sesquicentennial__title {
    max-width:750px;
    margin:0 auto;
    display:block;
    height:12rem;
    margin:auto;
}

@media (min-width:600px) {
    .wsu-sesquicentennial__link{
        padding:30px;
    }
}
