/* Modification Log
     Chg ID Who Date     Description of Change     
     CS182 DJP 02/09/23 Fixing Custom Font Issue 
	 CS321 JJD 02/09/24 Add hidden class for new menu
     Marketing requests Sharon Romero 05/17/24 Underline links except for navigation links on left
		line 64,423 text-decoration: underline;
		line 1025,1038,1128,1137,1151(Level01,Level03,darker),1203 text-decoration:none;

    
*/



/* set the background color for the whole top and bottom blocks all at once  */
	#header, #header_title, #login, #cartCount, #cartOption a, 
	#loginContent input.button, #subCategories a:hover {
	background-color: #ffffff;
}

/* per ZD 7681 adding font instructions */
body, html, h1, h2, h3, h4, h5, h6, table, input, select, textarea, button, kbd, code, samp, pre, td, th, #login, #cartCount, .calDOWlisting, .calTodayDOWlisting, #footer {
	font-family: akzidenz-grotesk, sans-serif !important;
}

#staticResource a {
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

#staticResource a:hover {
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
}

a.nav-toggle {
	font-size: 1rem;
}

a.nav-toggle:hover {
	color: #ffffff;
    background-color: #000000;
    margin-left: 0px;
    font-weight: bold;
    font-size: 1rem;
}

a.nav-toggle:hover:before {
	content: "";
    position: absolute;
    left: 0;
    top: 0.15em;
    width: 1.5em;
    height: 0.15em;
    background: #ffffff;
    box-shadow: 0 0.3em 0 0 #ffffff, 0 0.6em 0 0 #ffffff;
}

.addAttendeeFieldLabel {
	max-width: 160px;
	padding-right: 20px;
	padding-left: 30px;
	text-indent: -30px;
}

.nav{
	font-weight:normal;
	list-style:none;
	margin: 10px 0 10px 15px;
	padding:0;
	margin-bottom:4px;
	
}
.nav li{
	position:relative;
	display:inline;
	text-align:center;
}
.nav a{
	display:inline-block;
	padding:7px;
}
.nav ul{
	position:absolute;
	top:100%; /*this makes the dropdowns work in IE7 but looks a little worse in all other browsers. */
	left:-9999px;
	margin:0;
	padding:0;
	text-align:left;
	padding-top:20px;
}
.nav ul li{
	display:block;
}
.nav li:hover ul{
	left:0;
}
.nav li a{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.nav li:hover a{
	text-decoration:none;
	background:#000000;
	color:#FFFFFF;
}
.nav li:hover ul a{
	text-decoration:none;
	background:none;
}
.nav li:hover ul a:hover,{
	text-decoration:underline;
}
.nav ul a{
	white-space:nowrap;
	display:block;
}
.nav a{
    color:black;
	text-decoration:none;
	font-weight:normal;
}
.nav a:hover{
	text-decoration:none;
}
.nav a.active{
	color:black; 
}

#footer a {
	color: #ffffff;
	background-color: transparent;
}

#footer a:hover {
	color: #000000;
	background-color: #ffffff;
}

#footer .nav li:after {
    content: "|";
    padding: 0 .72rem;
}

#footer .nav li:last-child:after {
  content: "";
  padding: 0;}


fieldset {
	border: none;
	padding: 0px;
}

fieldset legend {
	display: none;
}

fieldset table {
	width: auto;
}

.fitToContent {	
	width: 1%;
	white-space: nowrap;
}

.padRight {
	padding-right: 20px;
}

.courses .facilityimage {
	float: left;
	align: left;
}

.cartinner table th.tableheadingRight {
/* 	padding-left: 40px; */
}
#content .courseinner.courseListing {
	 padding: 15px 0px 5px 0px;
}

#loadAllLink {
	font-weight: bold;
}

#loadAllLink:hover {
	color: #ffffff;
	background-color: #000000;
}

.cxPolicy {
	color: #e00000;
	background-color: #f5f5f5;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #c2c2c2;
	margin-bottom: 25px;
}

.prereqNote {
	color: #000080;
	background-color: #f5f5f5;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #c2c2c2;
	margin-top: 25px;
}

.sessionFullNote {
	color: #000080;
	background-color: #f5f5f5;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #c2c2c2;
	margin-top: 25px;
}

#breadcrumb a {
	font-size: 1rem;
	color: #000000;
}

#breadcrumb a:hover {
	color: #ffffff;
	background-color: #000000;
}

.promoCodeButton .cartOption input.submit{
/* 	width: 150px;	 */
	margin-right: 0px;
}

.alignTop {
	vertical-align: top;
}

.courseDivider {
	background-color: #c2c2c2;
	height: 1px;
}

.monthDivider {
	background-color: #c2c2c2;
	height: 3px;
	border-radius: 1000px;
}

.cart a.removeButton:hover {
	background-color: transparent;
	border-color: transparent;
}

.cart a.removeButton img:hover {
	background-color: transparent;
}

.coursethumbnail img.fullWidth {
	width: 100%;
	height: auto;
}

.cart a.alert:hover {
	background-color: transparent;
	color: #000000;
	border-color: transparent;
}


/* line 8 */
body {
	background-color: #f5f5f5;
	font-size: 1rem;
	line-height: 1rem;
}

/* line 27 */
td, th {
	font-size: 1rem;
}

/* line 40 */
h2 {
	font-size: 1rem;
	font-weight: normal;
}

/* line 64 */ 
a {
	color: #000000;
	font-size: 1rem;
	text-decoration: underline;
}

/* line 77 */
a:hover {
	font-size: 1rem;
}

/* line 85 */
input.submit {
	font-size: 0.813rem;
	border: 1px solid #000000;
	color: #ffffff;
	background-color: #000000;
	cursor: pointer;
	padding-top: 4px;
	padding-bottom: 4px;
}

input.submit:hover {
	font-size: 0.813rem;
	border: 1px solid #000000;
	color: #000000;
	background-color: #ffffff;
	cursor: pointer;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* line 92 */
input {
	font-size: 1rem;
}

/* line 98 */
select {
	font-size: 0.813rem;
}

/* ln 109 */
#wholeContent {
	background-color: #ffffff;
}

/* Header line 153
--------------------------------------------------*/
#header {
	height: unset;
	min-height: 90px;
}

#header_title {

}

#header table {
	width: 100%;
	padding-left: 25px;
}

/* Login on header line 181
--------------------------------------------------*/
#login {
	text-shadow: none;
	padding-top: 10px;
	padding-right: 20px;
	color: #000000;
}

/* line 197 */
#cartCount {
	text-shadow: none;
}

/* line 217 */
#cartCount a {
	color: #000000;
	background-color: #ffffff;
	font-size: 0.813rem;
}

/* line 229 */
#login input.submit {
	color: #ffffff;
	background-color: #000000;
	font-weight: normal;
	border-radius: 0px;
}

/* line 249 */
#login input.text {
	font-size: 0.813rem;
}

#login input.submit:hover {
	background-color: #ffffff;
	color: #000000;
}

/* line 257 */
#login a {
	color: #000000;
	background-color:#ffffff;
}

/* line 281 */ 
#breadcrumbTop a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 1rem;
}

#breadcrumbTop a:hover {
	color: #000000;
	background-color: #ffffff;
	text-decoration: underline;
}

/* line 308 */
#search input.text {
	font-size: 0.813rem;
}

/* 11526r2 BEG ADD */
.searchResults a {
	font-size: 1rem;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.searchResults a:hover {
	font-weight: bold;
	background-color: #000000;
	color: #ffffff;
}
/* 11526r2 END ADD */

/* Course Content line 389
--------------------------------------------------*/
#content {
	background-color: #ffffff;
}

#content i {
	border: none;
	font-weight: normal;
}

#contentinner {
	background-color: #ffffff;
}

/* line 423 */
#content .courseinner {
	background-color: #ffffff;
	padding-left: 0;
	padding-bottom: 0;
}

.courseSectionHeading {
    font-size: 1.25rem;
    font-style: italic;
    font-weight: normal;
    color: #000000;
    padding-top: 5px;
}

.courseinner a {
	background-color: #ffffff;
	text-decoration: underline;
}

.courseinner table {
	background-color: #ffffff;
	width: unset;
}

/* line 454 */
.courses {
	font-size: 1rem;
}

/* line 462 */
/*.courses img {
	width: 200px;
	height: 120px;
} */

.coursethumbnail img {
	width: 240px;
	height: 144px;
}

/* line 485 */
.courseinner table tr td {
	font-size: 1rem;
	line-height: 1.5rem;
}

/* line 513 */
.courseinner table tr td select.dropdown {
	font-size: .85rem;
	width: auto;
	line-height: 1rem;
	padding: 2px 2px 2px 2px;
}

/* line 521 */
.courseinner table tr td.tableheading {
	font-size: 1rem;
	color: #000000;
}

/*
.sessDetailTable {
	margin-top: 13px !important;
    margin-bottom: 13px !important;
    padding-top: 10px !important;
    border-top: 10px solid #FFF !important;
}
*/

/* line 540 */
.courses a {
	font-size: 1rem;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.courses a:hover {
	color: #ffffff;
	background-color: #000000;
}

/* line 552 */
.subheadinglink a {
	font-size: 1.25rem;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right; 3px;
}

.subheadinglink a:hover {
	color: #ffffff;
	background-color: #000000;
}

/* Shopping Cart line 565
--------------------------------------------------*/
.cartinner {
	background-color: #ffffff;
	font-size: 1rem;
	font-weight: normal;
	padding-left: 0;
}

/* line 575 */
.cart a img {
	background-color: #ffffff;
}

/* line 584 */
.cartinner table {
	background-color: #ffffff;
}

/* line 589 */
.cartinner table tr td.tableheading {
	font-size: 1rem;
	color: #000000;
}

/* line 597 */
.cartinner table tr td.heading {
	font-size: 1rem;
	font-weight: normal;
}

/* line 602 */ 
.cartinner table tr th.tableheadingRight {
	font-size: 1rem;
	font-weight: bold;
/* 	padding-bottom: 5px; */
	color: #000000;
	text-align: right;
}

.cartinner table tr td.tableheadingRight {
	font-size: 1rem;
	color: #000000;
}

/* line 610 */
.cartinner table tr td.headingRight {
	font-size:  1rem;
	font-weight: normal;
}

/* line 630 */
.cartinner table tr td.total {
	font-size: 1rem;
}

/* line 653 */
.cartinner table tr td select.dropdownCart {
	font-weight: normal;
	font-size: 0.813rem;
}

/* line 657 */
.cartinner table tr td hr {
	color: #c2c2c2;
	background-color: #c2c2c2;
}

/* line 663 */
.cartinner hr {
	color: #c2c2c2;
	background-color: #c2c2c2;
}

/* line 676 */
.cart a {
	padding-top: 0px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	font-size: 1rem;
}

/* line 685 */
.cart a:hover {
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #000000;
}

/* line 689 */
.cartinner #addedAttendee {
	border: 1px solid #000000;
	background-color: #ffffff;
	border-radius: 0px;
	font-size: 0.813rem;
}

/* line 700 */
.cartinner #addedAttendee a {
	background-color: #ffffff;
}

/* line 704 */
.cartinner #addedAttendee:hover {
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
}

/* line 745 */
.cartOption a {
	background-color: #000000;
	color: #ffffff;
	font-weight: normal;
	border-radius: 0px;
	border: 1px solid #000000;
	font-size: .813rem;
	padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 25px;
    padding-left: 25px;
}

/* line 762 */
.cartOption a:hover {
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #000000;
	font-size: 0.813rem;
}

/* line 767 */
.cartOption input.submit {
-webkit-border-radius: 0px;
	background-color: #000000;
	color: #ffffff;
	font-weight: normal;
	border-radius: 0px;
	border: 1px solid #000000;
	width: auto;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* line 784 */
.cartOption input.submit:hover {
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #000000;
}

/* line 805 */
.historyinner table tr td.heading {
	font-size: 1rem;
	font-weight: normal;
}

/* line 818 */
.historyinner table tr td {
	font-size: 1rem;
}

/* line 832 */
.historyinner hr {
	color: #c2c2c2;
	background-color: #c2c2c2;
}

/* line 846 */
.history a {
	color: #000000;
	background-color: #f5f5f5;;
	font-size: 1rem;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* line 855 */
.history a:hover {
	color: #ffffff;
	background-color: #000000;
	font-size: 1rem;
}

/* line 863 */
.profileinner {
    padding: 5px 15px 15px 0px;
	background-color: #ffffff;
}

/* line 871 */
.profileinner table {
	background-color: #ffffff;
	font-size: 1rem;
	font-weight: normal;
}

/* line 882 */
.profileinner table tr td {
	font-size: 1rem;
}

/* footer line 972
--------------------------------------------------*/
#footer {
	border-top: 5px solid #000000;
	background-color: #000000;
	text-transform: none;
}

/* line 996 */
#footer table {
	background-color: #000000;
}

/* line 1007 */
#footer table tr td {
	color: #ffffff;	
}

/* line 1011 */
#footer img {
	box-shadow: none;
}

/* popular container line 1025
--------------------------------------------------*/
.leftMenu {
	padding-left: 25px;
	text-decoration:none;
}

/* line 1038 */
.leftMenu ul li a {
	font-weight: normal;
	color: #000000;
	background-color: #f5f5f5;
	font-size: 1rem;
	text-decoration: none;
}

/* line 1128 */
.leftMenu ul li a:hover {
	color: #ffffff;
	background-color: #000000;
	border-radius: 0px;
	text-decoration:none;
}

/* line 1137 */
.leftMenu ul.Level00 li a {
	background-color: #f5f5f5;
	border-radius: 0px;
	font-weight: normal;
	font-size: 1rem;
	padding-left: 50px;
	text-indent: -30px;
	color: #000000;
	text-decoration:none;
}

/* line 1151 */
.leftMenu ul.Level01 li a {
	background-color: #f5f5f5;
	color: #000000;
	font-weight: normal;
	padding-left: 75px;
	text-indent: -30px;
	text-decoration:none;
}

.leftMenu li.browseAllHdr {
	color: #000000;
	background-color: #f5f5f5;
	font-size: 1rem;
	padding: 4px 4px 6px 20px;
	display: block;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 50px;
	text-indent: -30px;
}

.leftMenu li.locationsHdr {
	color: #000000;
	background-color: #f5f5f5;
	font-size: 1rem;
	padding: 4px 4px 6px 20px;
	display: block;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 75px;
	text-indent: -30px;
}

.leftMenu li.lecturesHdr {
	color: #000000;
	background-color: #f5f5f5;
	font-size: 1rem;
	padding: 4px 4px 6px 20px;
	display: block;
	padding-bottom: 8px;
	padding-top: 8px;
}

.leftMenu ul.Level02 li a {
	background-color: #f5f5f5;
	color: #000000;
	font-weight: normal;
	padding-left: 95px;
	text-indent: -30px;
}

.leftMenu ul.Level03 li a {
	background-color: #f5f5f5;
	color: #000000;
	font-weight: normal;
	padding-left: 115px;
	text-indent: -30px;
	text-decoration:none;
}

.leftMenu ul.Level04 li a {
	background-color: #f5f5f5;
	color: #000000;
	font-weight: normal;
	padding-left: 135px;
	text-indent: -30px;
}

.leftMenu.darker ul li {
	background-color: #eaeaea;
	border-bottom: 1px solid white;
}

.leftMenu.darker ul li a {
	background-color: #eaeaea;
	text-decoration: none;
}

/* line 1203 */
.leftMenu ul.Level00 li a:hover,.leftMenu ul.Level01 li a:hover,.leftMenu ul.Level02 li a:hover,.leftMenu ul.Level03 li a:hover 
	{
	background-color: #000000;
	color: #ffffff;
	text-decoration:none;
}

/* line 1209 
#popularContainer {
	background-color: #F5F5F5;
}
*/

/* maincontent line 1228
-----------------------------------*/
#maincontent {
	background-color: #ffffff;
	padding-right: 25px;
}

/* line 1241 */
#maincontent input.text {
	font-size: 0.813rem;
}

/* loginContent ** 08/08/18 Responsive line 1262
-----------------------------*/

.logform {
  background: #f5f5f5;
}

/* line 1283 */
.logform input {
  background: #ffffff;
  border: 1px solid #000000;
  font-size: 1rem;
}

/* line 1294 */
.logform button {
	background: #000000;
	border: 1px solid #000000;
	color: #ffffff;
	font-size: 0.813rem;
}

/* line 1309 */
.logform button:hover,
.logform button:active,
.logform button:focus {
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #000000;
}

/* line 1317 */
.logform .forgotPw {
	font-size: 1rem;
  color: black;
}

.logform .forgotPw a,
.logform .forgotPw a:hover {
    color: black;
}

/* line 1348 */
.logHeading {
  font-size: 1rem;
  color: black;
}

/* line 1369 */
#importantN {
	font-size: 1rem;
  color: black;
}

/* line 1379 */
#importantDescription {
	font-size: 1rem;
  color: black;
}

/* line 1455 */
#loginHeader {
	font-size: 1rem;
	color: #000000;
	background-color: #e8e9e8;
}

/* line 1568 */
#subHeader {
	border-bottom: 3px solid #c2c2c2;
	color: #000000;
}

/* line 1578 */
.subHeader {
	border-bottom: 1px solid #c2c2c2;
	color: #000000;
	font-size: 25px;
	line-height: 32px;
}

.monthBreak {
	color: #000000;
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

/* line 1597 */
#subHeaderNote {
	font-size: 1rem;
	color: #000000;
	border-bottom: 3px solid #FDB7BB;
}

/* line 1642 */
.alert {
	font-weight: normal;
}
/* line 1660 */
.note {
	color: #000000;
	font-size: 1rem;
}

/* line 1682 */
#instructors table tr td {
	font-size: 1rem;
	background-color: #ffffff;
	line-height: 1.5rem;
}

/* line 1693 */
#instructors img {
	vertical-align: top;
	width: 100px;
	height: 100px;
}

/* line 1706 */
.instructorbreak {
	background-color: #f5f5f5;
	border: 1px solid;
	border-color: #c2c2c2;
	color: #000000;
}

/* line 1721 */
.instructorline a {
	font-size: 1rem;
	font-weight: bold;
    color: #000000;
    padding: 2px;
}

.instructorline a:hover {
	color: #ffffff;
	background-color: #000000;
}

/* line 1856 */
.bio_table td {
	font-size: 1rem;
}

.bio_masthead {
	background-color: transparent;
}

.bio_name {
	font-size: 1rem;
	color: #000000;
}

.bio_title {
	font-size: 1rem;
	color: #000000;
}

/* Bulletins line 1725
--------------------------------------------------*/
#bulletin i {
	border: none;
}

/* line 2200 */
.transDisclaimer {
	font-size: .813rem;	
}
/* line 2209 */
@media print {
	.noPrint {
		display: none;
	}
	
}

/* line 2252 */
.leftMenu ul li a i {
    border: solid #808080;
    border-width: 0 3px 3px 0;
}

div.leftMenu .hidden {
	display: none;
}

.image_header {
width: 400px; !important
height: 100%;
}
