  .jumbotron {
	padding: 0;
	z-index: -1 !important;
	min-height: 250px;
	margin-bottom: 30px;
}

/* COLLEGE SPECIFIC BGs */
#college-landing {
	background-size: auto;
	position: relative;
	z-index: 1;
	min-height: 250px;
}

/*	ARTS & SCIENCES - page no longer in use KGB 2024-08-09
#arts-landing {
	background: url(/artsandsciences/images/Col-AS-COM-2-2014_1300x300.jpg) top center no-repeat #000;
	background-size: auto;
	position: relative;
	z-index: 1;
	min-height: 250px;
}
*/

/*	BUSINESS */
#business-landing {
	background: url(/business/images/Wilmington-University-College-Business.jpg) top center /* no-repeat  #000 */;
/* removed background color and replaced background image KGB 2024-08-09  */
	background-size: auto;
	position: relative;
	z-index: 1;
	min-height: 250px;

}

/*	EDUCATION */
#education-landing {
	background: url(/education/images/Wilmington-University-College-Education-Liberal-Arts.jpg) top center /* no-repeat #000 */;
/* removed background color and replaced background image KGB 2024-08-09 */
	background-size: auto;
	position: relative;
	z-index: 1;
	min-height: 250px;
}

/*	HEALTH PROFESSIONS */
#health-landing {
	background: url(/health/images/Wilmington-University-College-Health-Professions-Natural-Sciences.jpg) top center /* no-repeat #000 */;
/* removed background color and replaced background image KGB 2024-08-09 */
	background-size: auto;
	position: relative;
	z-index: 1;
	min-height: 250px;
}

/*	COEL - page no longer in use KGB 2024-08-09
#coel-landing {
	background: url(/archived/coel/coel-grad-2012-1300x300.jpg) top center no-repeat #000;
	background-size: auto;
	position: relative;
	z-index: 1;
	min-height: 250px;
}
*/

/*	SOCIAL AND BEHAVIORAL */
#social-behavioral-landing {
	background: url(/behavioralscience/images/Wilmington-University-College-Social-Behavioral-Sciences.jpg) top center /* no-repeat #000 */;
/* removed background color and replaced background image KGB 2024-08-09 */
	background-size: auto;
	position: relative;
	z-index: 1;
	min-height: 250px;
}

/*	TECHNOLOGY */
#technology-landing {
	background: url(/technology/images/Wilmington-University-Technology.jpg) top center /* no-repeat #000 */;
/* removed background color and replaced background image KGB 2024-08-09 */
	background-size: auto;
	position: relative;
	z-index: 1;
	min-height: 250px;
}


.jumbotron:before, .jumbotron:after {
	position: absolute;
  	z-index: 2;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;

}

.jumbotron:before {
	width: 100%;
	height: auto;
	content: "";
/*	background: url(/_files/images/2013/landing/landing-sides.png) center top repeat-y;
removed overlay gradient on sides KGB 2024-08-09 */
}

.jumbotron:after {
	width: 100%;
	height: auto;
	content: "";
/*	background: url(/_files/images/2013/landing/landing-bottom.png) center center repeat-x;
removed overly gradient on bottom KGB 2024-08-09 */
}

.college-programs {
	margin-top: 10px;
	margin-bottom: 20px;
}

.college-programs p {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}

.college-programs h1 {
	display: block;
	margin: 0;
	padding: 5px 0;
	font-size: 2em;
}

.college-programs a {
	padding: 5px 10px;
	display: block;
}

/* ==============  COLLEGE LANDING TITLES      ============*/
.college-landing-title {
	display: inline-block;
	margin-left: 15px;
	font-size: 120%;
	color: #FFF;
	text-shadow: 2px 2px 3px #000000;
	position: absolute;
	bottom: 10px;
	z-index: 5;
}

/*ARTS & SCIENCES */
#arts-title {
	padding: 0px 10px 10px 10px;
	display: inline-block;
	/* background: url(/_files/images/2013/stripes.png) repeat-x bottom left #4814A0; */
	color: #FFFFFF;
}

#arts-title h1{
	margin: 0;
	color: #FFF;
}


/*BUSINESS */
#business-title {
	padding: 0px 10px 10px 10px;
	display: inline-block;
	/* background: url(/_files/images/2013/stripes.png) repeat-x bottom left #6F4C23; */
	color: #FFFFFF;
}

#business-title h1{
	margin: 0;
	color: #FFF;
}

/*EDUCATION */
#education-title {
	padding: 0px 10px 10px 10px;
	display: inline-block;
	/* background: url(/_files/images/2013/stripes.png) repeat-x bottom left #003479; */
	color: #FFFFFF;
}

#education-title h1{
	margin: 0;
	color: #FFF;
}

/*HEALTH PROFESSIONS */
#health-title {
	padding: 0px 10px 10px 10px;
	display: inline-block;
	/* background: url(/_files/images/2013/stripes.png) repeat-x bottom left #DD6000; */
	color: #FFFFFF;
}

#health-title h1{
	margin: 0;
	color: #FFF;
}

/*COEL */
#coel-title {
	padding: 0px 10px 10px 10px;
	display: inline-block;
	/* background: url(/_files/images/2013/stripes.png) repeat-x bottom left #2c8601; */
	color: #FFFFFF;
}

#coel-title h1{
	margin: 0;
	color: #FFF;
}


/*SOCIAL & BEHAVIORAL */
#social-behavioral-title {
	padding: 0px 10px 10px 10px;
	display: inline-block;
	/* background: url(/_files/images/2013/stripes.png) repeat-x bottom left #ffffff; */
	color: #014E25;
	text-shadow: 0px 0px 6px #f1d48e;
/* changed background color to white */
}

#social-behavioral-title h1{
	margin: 0;
	color: #014E25;
}

/*TECHNOLOGY */
#technology-title {
	padding: 0px 10px 10px 10px;
	display: inline-block;
	/* background: url(/_files/images/2013/stripes.png) repeat-x bottom left #793141; */
	color: #FFFFFF;
}

#technology-title h1{
	margin: 0;
	color: #FFF;
}


/* INQUIRY */
#inquiry {
	display: block;
	position: absolute;
	top: 350px;
	right: 250px;
	height: 50px;
	width: 200px;
	margin-bottom: -30px;
}

/* ==============  COLLEGE LANDING — SIDEBAR NAVIGATION      ============*/
.sidebar-right {
	background: none;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-left: 0;
}

.sidebar-right h1, .sidebar-right h1 a {
	display: block;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0px 5px 0  5px;
}

.sidebar-right ul li {
	border: none;
	margin: 0;
	padding: 0;
}

.sidebar-right ul li a{
	background: none;
	transition: all .5s ease-in-out;
}

.sidebar-right ul li a:hover{
	background: #F9C22B;
	transition: all .5s ease-in-out;
}


@media screen and (max-width: 640px) {
/*===== BANNER =====*/
#college-landing {
	background-size: auto;
	position: relative;
	z-index: 1;
	min-height: 250px;
}

.jumbotron {
	padding: 0;
	z-index: -1 !important;
	min-height: 160px;
	margin-bottom: 10px;
	background-size: cover;
}

/* COLLEGE-SPECIFIC BANNER BGs */
/* no longer used KGB 2024-08-12
#arts-landing {
	background: url(/artsandsciences/images/Col-AS-COM-2-2014_1300x300.jpg) top center no-repeat #000;
	background-size: cover;
	position: relative;
	z-index: 1;
	min-height: 150px;
}
*/

#business-landing {
	background: url(/business/images/Wilmington-University-College-Business.jpg) top center no-repeat #000;
	background-size: cover;
	position: relative;
	z-index: 1;
	min-height: 150px;

}

#education-landing {
	background: url(/education/images/Wilmington-University-College-Education-Liberal-Arts.jpg) top center no-repeat #000;
	background-size: cover;
	position: relative;
	z-index: 1;
	min-height: 150px;

}

#health-landing {
	background: url(/health/images/Wilmington-University-College-Health-Professions-Natural-Sciences.jpg) top center no-repeat #000;
	background-size: cover;
	position: relative;
	z-index: 1;
	min-height: 150px;

}
/* no longer used KGB 2024-08-12
#coel-landing {
	background: url() top center no-repeat #000;
	background-size: cover;
	position: relative;
	z-index: 1;
	min-height: 150px;

}
*/
#social-behavioral-landing {
	background: url(/behavioralscience/images/Wilmington-University-College-Social-Behavioral-Sciences.jpg) top center no-repeat #000;
	background-size: cover;
	position: relative;
	z-index: 1;
	min-height: 150px;

}

#technology-landing {
	background: url(/technology/images/Wilmington-University-Technology.jpg) top center no-repeat #000;
	background-size: cover;
	position: relative;
	z-index: 1;
	min-height: 150px;

}

/*===== COLLEGE TITLE BARS =====*/
.college-landing-title {
	display: block;
	width: 100%;
	padding: 0;
	margin-left: 0px;
	font-size: 60%;
	color: #FFF;
	position: absolute;
	bottom: 0px;
	z-index: 5;
}

.college-landing-title h1{
	margin: 0;
	padding: 5px 10px 0px 10px;
	line-height: .8em;
	color: #FFF;
}

.college-landing-title h4{
	color: #FFF;
	margin: 0;
	text-align: center;
}

/*===== COLLEGE-SPECIFIC TITLEBARS =====*/
#arts-title {
	display: block;
	/* background: url(/_files/images/2013/stripes.png) repeat-x bottom left #4814A0; */
	color: #FFFFFF;
}

#business-title {
	display: block;
	/* background: url(/_files/images/2013/stripes.png) repeat-x bottom left #6F4C23; */
	color: #FFFFFF;
}

#education-title {
	display: block;
	/* background: url(/_files/images/2013/stripes.png) repeat-x bottom left #003479; */
	color: #FFFFFF;
}

#health-title {
	display: block;
	/* background: url(/_files/images/2013/stripes.png) repeat-x bottom left #DD6000; */
	color: #FFFFFF;
}

#coel-title {
	display: block;
	/* background: url(/_files/images/2013/stripes.png) repeat-x bottom left #2c8601; */
	color: #FFFFFF;
}

#social-behavioral-title {
	display: block;
	/* background: url(/_files/images/2013/stripes.png) repeat-x bottom left #ecac00; */
	color: #014E25;
}

#technology-title {
	display: block;
	/* background: url(/_files/images/2013/stripes.png) repeat-x bottom left #793141; */
	color: #FFFFFF;
}

/*=====  PROGRAM LINKS  ======*/
.college-programs {
	margin-top: 10px;
	margin-bottom: 15px;
}

.college-programs h1 {
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 1.6em;
}

.college-programs p {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
/*
	font-size: 18px;
	font-weight: bold;
	font-family: "myriad-pro-condensed", "Helvetica Neue", Helvetica, Arial;
*/
}





/*=====  INQUIRY BUTTONS =====*/
#inquiry {
	display: block;
	position: absolute;
	top: 390px;
	left: 0;
	height: auto;
	width: 100%;
	
}

#inquiry a{
	min-width: 100% !important;
}

}


/* COLLEGE EVENTS */
#college-events {
}

#college-events ul{
	margin-left: 15px;
}

#college-events li{
	padding: 5px 0;
	
}

#college-features img {
}

#college-features img {
	margin: 5px;
}

/* ACADEMIC DIGEST */
.academic-digest-list {
     list-style: none;
     margin: 0 10px;
     padding: 0;
     display: inline-block;
}
.feed-heading {
     margin: 0;
     padding: 0;
     width: 100%;
     font-size: 16px;
}
.feature-heading {
     margin: 0;
     padding: 0;
     width: 100%;
     font-size: 20px;
     font-weight: 600;
}
.spacer {
     margin-bottom: 10px;
     margin-top: -20px;
}
.feature-image {
     width: 95%;
     margin-bottom: 10px;
     max-width: 480px;
     margin-left: 2.5%;
}
#academicLogo {
     padding-left: 0;
     padding-top: 0;
     margin-left: 0;
     margin-top: 0;
     max-width: 250px !important;
}