.test-highlight {
  background-color: rgb(230, 225, 200) !important;
  display: inline-block;
}

/* fix google remarketing iframe gap at bottom of page */

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}


/* ----- Other Header Stuff ----- */
#outer .westphal-header .drexel-home {
  left: 610px;
  top: 20px;
  line-height: 0.9em;
}
#outer .westphal-header .sliver-search-advanced {
  left: 701px;
  top: 20px;
}
#outer .westphal-header .sliver-quick-links {
  left: 816px;
  top: 20px;
}
#outer .westphal-header .general-links {
  left: 916px;
  top: 20px;
  line-height: 0.9em;
}

.westphal-header div.general-links {
    left: 910px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 24px;
}
.westphal-header div.drexel-home {
    left: 604px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 24px;
}
.westphal-header div.general-links {
    border-left: 1px solid white;
    float: left;
    margin: 0;
    padding: 0;
}
.westphal-header div.drexel-home {
    border-right: 1px solid white;
    float: left;
    margin: 0;
    padding: 0;
}
.westphal-header div.general-links a:link, .westphal-header div.general-links a:visited, .westphal-header div.drexel-home a:link, .westphal-header div.drexel-home a:visited, .sliver-quick-links a:link, .sliver-quick-links a:visited, .sliver-search-advanced a:link, .sliver-search-advanced a:visited {
    color: white;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    padding: 0 10px;
    text-decoration: none;
}
.westphal-header div.general-links a:hover, .westphal-header div.drexel-home a:hover, .sliver-quick-links a:hover, .sliver-search-advanced a:hover {
    text-decoration: underline;
}


/* ----- */

ul.nobullet {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
} 
#col2 table img {
	margin-bottom: 10px;
}

/*---------------------  MENUS  ---------------------*/

div.mega ul.dm li h3 {
	display: none;
}
div.mega ul.dm li.first {
	font-weight: bold;
	font-size: 1.2em;
	background-color: #3260b0;
	color: white;
	margin-top: 0;
}
div.mega ul.dm li.first a:hover {
	background-color: #32a5e3;
}
div.mega {
	background-image: url(/~/media/Images/westphal/ui/mega-BG);
	background-repeat: repeat-y;
	background-position: center top;
	border-top-width: 0px !important;
}
div.mega ul.dm {
	border-top-color: black;
}
#outer div.ddm ul.dm {
	padding: 0 4px 4px 4px;
}
#outer div.mega ul.dm {
	padding: 0 5px 4px 4px;
}

/*---------------------  TYPOGRAPHY  ---------------------*/

h1 {
	background-color: black;
	color: white;
	text-transform: uppercase;
	width: 761px;
	font-family: Arial,Verdana,sans-serif;
	line-height: 1em;
	margin: 15px 0 0 0;
}
h1 p {
	padding: 5px 0 5px 10px;
}
h2 {
	color: black;
	text-transform: uppercase;
	font-family: Arial,Verdana,sans-serif;
	padding: 10px 0 0;
}

/*---------------------  LAYOUT  ---------------------*/

#col3inner {
	padding: 12px 12px 10px 12px;
}
#col2 {
	line-height: 1.25em;
}
#col2wide {
	line-height: 1.25em;
        margin: 0;
}
#breadcrumb {
	display: none;
}
.WideBannerImageContainer {
	margin: 0;
}

#col2.col2withBanner {
  padding-top:0;
}
.col2withBanner h1, .headlineUp h1 {
  display:none;
}
.col3withBanner .col3inner {
  xpadding-top: 0;
}
.col3withBanner .sidebar {
  margin-top: 0;
}

/* -----  NAV: Lvl 1  ----- */

#nav {
	font-weight: bold;
	font-size: .95em;
}
#nav a {
	border-left: 3px solid #2260cf;
	XX-text-transform: uppercase;
}

#nav a.selected {
	border-color: #449020;
	color: #449020;
}
#nav a:hover, #nav a:focus, #nav a:active {
	border-color: #449020;
	/* XX- */
	text-decoration: underline;
}

/* -----  NAV: Lvl 2  ----- */

#nav ul ul {
	XX-background-color: #c0c0c0;
}
#nav ul ul a:link, #nav ul ul a:visited {
	border: none;
	xbackground-image: url(~/media/Images/westphal/ui/bullets/bullet_black);
        xbackground-repeat: no-repeat;
        xbackground-position: 10px 7px;
	XX-color: #0044cc;
}
#nav ul ul a:hover, #nav ul ul a:focus, #nav ul ul a:active {
	XX-background-color: #aaaaaa;
	xbackground-image: url(~/media/Images/westphal/ui/bullets/bullet_white);
}
#nav ul ul a.selected {
	xbackground-image: url(~/media/Images/westphal/ui/bullets/bullet_white);
	color: #ffffff;
        /* XX- */
	color: black;
}

/*-------NAV - Lvl 3--------*/

#nav ul ul ul a:link, #nav ul ul ul a:visited {
        background-position: 5px 7px;
}
#nav ul ul ul a:hover, #nav ul ul ul a:focus, #nav ul ul ul a:active {
	XX-background-color: #999999;
}

/*-------------------  Curriculum Tables ------------------*/

table.curriculum {
	border: 1px solid #333333;
	padding: 5px;
	margin: 0;
}
table.curriculum tr th {
	padding: 1px 3px;
	margin: 0;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #333333;
}
table.curriculum tr td {
	padding: 1px 3px;
	margin: 0;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #333333;
}
/*---------------------  Sidebars  ---------------------*/
.sidebarStudentServices .sidebarInner {
  xpadding: 0;
}
/*---------------------  Creative Work  ---------------------*/
.thumb img {
  border:4px solid #fff;
  margin:4px;
}

.portfolio-piece h2{
  width:750px;
  text-transform: none;
  color:#fff;
  font-size:1em;
}

/*---------------------  Content Guide  ---------------------*/

div.content-guide h2
{
 font-size:1.2em !important;
}

/*---------------------  Homepage Redesign Test 08-20-2013  ---------------------*/

/*
	Westphal Home
*/

#homeContainer {
	background-color: #cdced0 !important;
}

#outer {
	background-color: #cdced0 !important;
}

/*
	Snippet 1
	Prospective Students
*/

.prospective-students {
    position: absolute; 
    bottom: 0; 
}

a.multi-line-button {
	color: #fff !important;
	background: #929397 !important;
	text-decoration: none !important;
	display: inline-block !important;	
}

a.multi-line-button:hover, a.multi-line-button:focus {
	color: #000 !important;	
	background: #797A7E !important;
	text-decoration: none !important;
}

a.multi-line-button:active {
  position: relative;
  top: 1px;
}

.multi-line-button {
	margin-top: 6px;
	padding: 0;
}

.multi-line-button-label {
	display: table !important;
	width: 155px !important;
	height: 46px !important;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 1em !important;
}

.multi-line-button-label-inner {
	display: table-cell !important;
	vertical-align: middle !important;
	text-align: center !important;
}

/*
	Snippet 3
	Events
*/ 
#three {
	margin: 25px 0 0 14px !important;
	width: 526px !important;
}

#three .jcarousel-skin-tango .jcarousel-prev-horizontal {
	background: #929397 url(/~/media/Images/westphal/ui/carouselLeftArrow) no-repeat 2px 74px !important;
}

#three .jcarousel-skin-tango .jcarousel-next-horizontal {
	background: #929397 url(/~/media/Images/westphal/ui/carouselRightArrow) no-repeat 2px 74px !important;
}

/*
	Snippet 4
	Word Art
*/

#four {
	width: 425px !important;
	margin: 20px 0 0 10px !important;	
}

#four #wordArt div {
	float: left !important;
	font-size: 12px !important;
	font-weight: bold !important;
}

#wordArt .red  {
	font-weight: bold !important;
	color: red !important;
}

#wordArt a:link, 		  #wordArt a:visited { display: block !important; padding: 2px 14px !important; text-decoration: none !important; line-height: 125% !important; }
#wordArt .black  a:link,  #wordArt .black  a:visited { color: #000000; }
#wordArt .black  a:hover, #wordArt .black  a:focus,   #wordArt .black  a:active	{ color: #4090e0; }

/*
	Snippet 5
*/

#five {
	width: 187px !important;
	margin: 25px 36px 0 23px !important;
	height: 46px !important;
}

a.donate-button {
	color: #fff !important;
	background: #4090e0 !important; <!-- #929397 -->
	text-decoration: none !important;
	display: inline-block !important;
}

a.donate-button:hover, a.donate-button:focus {
	color: #000 !important;
	background: #929397 !important; <!-- ##797A7E -->
	text-decoration: none !important;
}

a.donate-button:active {
	position: relative !important;
	top: 1px !important;
}

.donate-button-label {
	display: table !important;
	width: 187px !important;
	height: 46px !important;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 1em !important;
}

.donate-button-label-inner {
	display: table-cell !important;
	vertical-align: middle !important;
	text-align: center !important;
}

/*
	Snippet 6
*/

#six {
	width: 330px !important;
	height: 46px !important;
	margin: 22px 0 0 0px !important;
}

#six h2 {
	color: #4090e0 !important;
	margin-bottom: 15px !important;	
}

#six h2 span.em {
	color: #000000 !important;
	margin-bottom: 15px !important;
}

#six #formContainer {
	padding: 0 !important;
}

#six input {
	width: 120px !important;
    border: 1px solid #797A7E0 !important;
    background: #ffffff !important;	
}

#six input::-webkit-input-placeholder {
	color: #000 !important;	
}

#six input::-moz-placeholder {
	color: #000 !important;	
}

#six input:-moz-placeholder {   /* Older versions of Firefox */
	color: #000 !important;	
}

#six input:-ms-input-placeholder { 
	color: #000 !important;	
}

#six a:link, #six a:visited { color: #4090e0 !important; text-decoration: none !important; }
#six a:hover, #six a:focus, #six a:active { color: #000000 !important; text-decoration: underline !important; }

/*
	Snippet 7
*/

#seven {
	width: 354px !important;
	height: 46px !important;
	margin: 25px 0 17px 36px !important; 
}

#seven img {
	padding: 0 !important;
}

#seven .social {
	margin: 0 12px 0 0 !important; 
}

#seven .calendar {
	margin: 0 8px 0 0 !important; 
}

#seven .calendar  a:link, 	#seven .calendar 	a:visited { text-decoration: none !important; color: #000000 !important;  }
#seven .calendar  a:hover,  #seven .calendar  	a:focus, #seven	 .calendar a:active { color: #4090e0 !important; }

.link {
	display: table !important;
	height: 46px !important;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: .85em !important;
}

.link-inner {
	display: table-cell !important;
	vertical-align: middle !important;
}

/*
	Snippet 8
	Carrousel 
*/

#eight {
	float: left !important;
	width: 942px !important;
	height: 150px !important;
	margin: 19px 0 26px 14px !important;
}

#eight .jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 942px !important;
	padding: 0 21px !important;
}

#eight .jcarousel-skin-tango .jcarousel-clip {
	overflow: hidden !important;
}

#eight .jcarousel-skin-tango .jcarousel-clip-horizontal {
	width: 918px !important;
	height: 150px !important;
}

#eight .jcarousel-skin-tango .jcarousel-item {
}

#eight .jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0 !important;
	margin-right: 0px !important;
}

#eight .jcarousel-skin-tango .jcarousel-item-placeholder {
	background: #fff !important;
	color: #000 !important;
}

#eight .jcarousel-item div a + a img {
	margin-top: 9px !important;
}

#eight .jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute !important;
	top: 0px !important;
	left: 9px !important;
	width: 12px !important;
	height: 150px !important;
	cursor: pointer !important;
	background: #929397 url(/~/media/Images/westphal/ui/carouselLeftArrow) no-repeat 2px 68px !important;
}

#eight .jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute !important;
	top: 0px !important;
	left: 939px !important;
	width: 12px !important;
	height: 150px !important;
	cursor: pointer !important;
	background: #929397 url(/~/media/Images/westphal/ui/carouselRightArrow) no-repeat 2px 68px !important;
}
