﻿/* Colors used: #FFF Lightest | #CCC Light | #222 Darkest | #666 Medium | #B7142E Branding | #183763 Branding Alt */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

.right { background-color: transparent; }

body { font-size: 16px !important; font-family: 'Open Sans', sans-serif;}

/* Start Foundation 6 Marketing Footer */
.marketing-site-footer {background: #333333; color: #FFF; padding:0px !important;}
.marketing-site-footer .marketing-site-footer-menu-social a {color: #FFF;}
.marketing-site-footer-name {color: #FFF;}
.marketing-site-footer-title {color: #FFF;}
.marketing-site-footer-block .fa {color: #333333;}
.marketing-site-footer-bottom {background: #333333; padding: 25px !important;}
.marketing-site-footer-bottom .marketing-site-footer-bottom-links a {color: #FFF;}
.marketing-site-footer-bottom-links a:hover {color: #B7142E;}
/* End Foundation 6 Marketing Footer */

/* Start Foundation 6 Top Bar Marketing Menu */
.topbar-responsive {background: #FFF; padding-top: 10px; padding-bottom: 10px;}
.topbar-responsive .topbar-responsive-logo {color: #B7142E; position: relative; }
.top-bar-right a { position: relative; top: 10px; }
.top-bar-right .topbar-responsive-button {top: 20px; color: #B7142E !important; border-color: #B7142E; background: #FFF !important; border-radius: 25px !important;}
.top-bar-right .topbar-responsive-button:hover {background: #B7142E !important;}
.top-bar-right .topbar-responsive-button i { color: #B7142E !important;}
.top-bar-right .topbar-responsive-button:hover i {color: #B7142E !important; border-color: #B7142E;}
@media screen and (max-width: 39.9375em) {.topbar-responsive .top-bar-title span {border-color: #FFF;}}
/* End Foundation 6 Top Bar Marketing Menu */

.custom-menu { background-color: #333333; font-family: 'Open Sans', sans-serif; font-size: 14px;}
.custom-menu ul { margin-right:20px; }
.custom-menu a, .custom-menu a:visited, .custom-menu a:hover { 
	color: #FFF; 
	text-transform: uppercase; 
	font-weight: bold; 
	padding: 11px 15px 11px 11px !important; 
	background-color: #333333;}
.custom-menu a:hover { background-color: hsla(0,0%,100%,.15); padding: 11px 15px 11px 11px !important;}

/* Start Foundation 6 Simple Hero */
.hero-section {
	background: url("https://pce.ewu.edu/ewu/configuration/ewu/img/ewu-campus-pathway-fall-colors.jpg"); 
	height: 32vh; 
	background-size: cover !important;
	background-position: 0% 25% !important;
  background-repeat: no-repeat !important;
}
.hero-section .hero-section-text {color: #FFF;}
/* End Foundation 6 Simple Hero */

#CCEContent { font-family: 'Open Sans', sans-serif; }
#CCEContent a, #CCEContent a:visited {color: #B7142E;text-decoration:underline;}
#CCEContent a:hover {color: #183763; text-decoration: underline;}

#catalogHoriz {width: 100%;}
.categoryColumn {width: 100%;}
@media only screen and (min-width: 200px) {#catalogHoriz {width: 100%; padding: 0;} .categoryColumn {margin-bottom: 4%;}}
@media only screen and (min-width: 640px) {.categoryColumn {width: 48%; min-height: 275px;} .categoryTitle {min-height: 50px;}}
@media only screen and (min-width: 960px) {.categoryColumn {width: 31%; min-height: 200px;} .categoryTitle {min-height: 70px;}}

@media only screen and (max-width: 640px) { 
	.hero-section, .top-bar-right{display: none;}
	.custom-menu ul { float:left !important; width:100%; }
	.custom-menu ul li { border-top: 1px solid #DDD; }
	
	#CCEMenu li { padding-top: 10px; }
}

@media only screen and (max-width: 1100px) { #CCESecMenu {padding-bottom: 15px !important;}}

#CCESecMenu { background-color: #E0E0E0; color: #333333 !important; font-weight: bold;}
#CCESecMenu a:link, #CCESecMenu a:visited { color: #333333 !important; font-weight: bold;}
#CCESecMenu a:hover {color: #600517 !important; }

table#ctl00_ContentPlaceHolder1_ucCartTable_cartTable ~ div table tr td {background: #FFF !important;}
td.classInfoButton, table.class tr + tr, #ctl00_ContentPlaceHolder1_pnlClass tr {background: #FFF !important;}

button, .button, ul.result p.right a.button, input[type="submit"], input[type="button"] {
	/*background-color: #B7142E !important; 
 
	font-size: 16px !important;
	padding: 10px 15px 10px 15px !important;
	font-weight: bold;
	text-transform: uppercase;*/
	color: #333 !important;	
	background-color: #fff !important;
    border: 3px solid #333 !important;
    border-radius: 6px;
    box-shadow: 0 3px rgba(51,51,51,.2),0 0 0 transparent;
    color: #333333;
    display: inline-block;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .046875em;
    padding: 1em 1.5em !important;
    transition: all .15s ease-in-out;
    white-space: normal;
}
button:hover, .button:hover, ul.result p.right a.button:hover, input[type="submit"]:hover, input[type="button"]:hover {
	
	background-color: #e0e0e0 !important;
    border: 3px solid #333333;
    border-radius: 6px;
    box-shadow: 0 3px rgba(51,51,51,.2),0 0 0 transparent;
    color: #333 !important;
    display: inline-block;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .046875em;
    padding: 1em 1.5em !important;
    transition: all .15s ease-in-out;
    white-space: normal;
}



#topBtn {
  color: #FFF !important; /* Text color */
  border: 1px solid #FFF !important; /* Remove borders */
  background-color: #222 !important; /* Set a background color */
  bottom: 75px !important; /* Place the button at the bottom of the page */
}

#topBtn:hover {
  color: #FFF !important; /* Text color */
  border: 1px solid #222;
  background-color: #B7142E !important; /* Set a background color */
}

#topBtn i {font-size: 32px !important;}
#topBtn div {position: relative; top: -5px;}

ul.result {border-color: #B7142E;}
ul.result p.right a {background: #B7142E !important; color: #FFF !important;}

ul.course li div.wrap { display: table !important; width: 100% !important; }

ul.course li div.wrap div { display: table-cell !important; float: left; text-align: left;}
ul.course li div.wrap div.right { width: 66%; padding-top: 10px;}
ul.course li div.wrap div.left { width: 33%; padding-top: 10px;}

ul.course li.coursetitle { background-color: #333333; padding: 5px 0px 5px 10px;}
ul.course li.coursetitle span, ul.course li.coursetitle span a {font-weight: bold; font-size: 18px !important; color: #FFF !important;}

#ctl00_ContentPlaceHolder1_pnlClass div.classPanelInfo { border-top: none !important; }

/*ul.course { border-bottom: #183763 5px solid; padding-bottom: 10px;}*/

/* FONT SIZES & FORMATTING */
div.pageHeading p, div.pageHeading p span span,
div.pageTitle, div.whitebody div.pageTitle p,
div.pageHeading, table tr td span.pageTitle, h1, h2 {
	font-size: 32px !important;
	font-weight: bold;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
}

#bob {max-width: 290px !important;}
#bobsynopsis { padding: 0.5rem !important;}

#divPopup, .genericPopup, .genericPopupHeader[width], .genericPopup[width], .genericPopupFooter[width] {width: 458px !important;}
#divPopup table tr td:nth-of-type(1)[width], .genericPopup table tr td:nth-of-type(1)[width] {width: 9px !important;}
#divPopup table tr td:nth-of-type(2)[width], .genericPopup table tr td:nth-of-type(2)[width] {width: 409px !important;}
#divPopup table tr td:nth-of-type(3)[width], .genericPopup table tr td:nth-of-type(3)[width]{width: 40px !important;}
.genericPopup {border: 5px solid #000 !important;}
#divPopup table tr td[style], .genericPopup table tr td[style] {background-image: none !important;}
#divPopup img {display: none !important;}
#tdContent {font-size: 120% !important;}
#divPopup, .genericPopup {height: 150px !important;}
.genericPopupHeader {background-color: #000; text-transform: uppercase;}
.genericPopupHeader tr td:nth-of-type(1), 
.genericPopupHeader tr td:nth-of-type(3) {display: none;}
.genericPopupHeader tr td:nth-of-type(2) span { 
	position: relative; 
	top: 12px;
	left: 12px;
	color: #FFF !important;
	font-weight: bold;
}
.genericPopupFooter {display: none;}

.genericPopupHeader tr td:nth-of-type(2) {background: #000 !important; padding-bottom: 15px !important;}
.genericPopup tr td:nth-of-type(2) table tr:nth-of-type(2) td {background: #FFF !important;}
#divPopup .genericPopup tr td:nth-of-type(2) table tr td, .genericPopup tr td:nth-of-type(2) table tr td {font-size: 16px !important;}

span#ctl00_ContentPlaceHolder1_ucCourse_lblDescription p img { padding: 25px; width: 400px; }

button.menu-icon { background-color: #B7142E !important; }

#ctl00_Ucpreheader1_hypFeedback { display: none !important; }

.categoryImg { padding: 0px; border: 0px; }

footer div div { margin-top: 10px; padding-bottom: 10px;}

footer div div span { font-weight: bold; font-size: 18px; }

footer a, footer a:visited { color: #FFF; text-decoration: underline; }
footer a:hover { color: #FFF; text-decoration: none; }

.marketing-site-footer-bottom a, .marketing-site-footer-bottom a:visited {text-decoration: none;}
.marketing-site-footer-bottom a:hover {text-decoration: underline;}

.footerborder { border-left: 2px solid #FFF; padding-right: 50px; min-height: 250px; display: inline-block; }
@media only screen and (max-width: 1020px) { .footerborder {border-top: 2px solid #FFF; display: block; border-left:0px; min-height: 0px; padding-right: 0px;}}

/*.categoryColumn ul {display: none;}*/

#ctl00_Ucpreheader1_divPreHeaderWelcome { color: #FFF !important; font-weight: bold !important; }

.categoryTitle {
	background: #B7142E !important;
	text-align: center !important;
	margin-top: 0 !important;
	padding: 10px 15px !important;
	width: 100% !important;
    display: table; /* Use table display to center text vertically */
    text-align: center; /* Center the text within the title div */
}

.categoryTitle span {
    display: table-cell; /* Use table-cell to vertically center the text */
    vertical-align: middle; /* Vertically center the text */
}

.categoryTitle:hover {
	background: #600517 !important;
}
.categoryTitle span a {
	color:#ffffff !important;
}

.categoryImg {
	overflow:hidden;
}
.categoryImg img {
	transition: all 0.3s;
}
.categoryImg:hover img {
	transform: scale(1.1);
}

ul.course img {display: block !important;}

.leftpane, .rightpane {
	display: inline-block !important; 
	float: left; 
	padding: 5px 25px 25px 25px; 
	border: 1px solid #003B73; 
	border-radius: 5px;}

.leftpane {margin-right: 25px;}

@media only screen and (min-width: 200px) { .leftpane, .rightpane {width: 100% !important;} }
@media only screen and (min-width: 1200px) { .leftpane, .rightpane {width: 45% !important;} }

.sliding-cart { background: rgba(24, 55, 99, 0.75) !important; }

#CCENewSearch input { 
	display: inline-block;
	height: 45px;
}

.marketing-site-footer-bottom ul li {display:inline-block;}

.marketing-site-footer-bottom li:after {
  content: "|";
  margin: 0 10px;
}

.marketing-site-footer-bottom li:last-child:after {
  content: '';
  margin: 0 10px;
}