﻿/* Colors used: #FFF Lightest | #CCC Light | #222 Darkest | #666 Medium | #02014B Branding | #EE7F1F Branding Alt */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap');

.right { background-color: transparent; }

body { font-size: 16px !important; font-family: 'Lato', sans-serif;}

/* Start Foundation 6 Marketing Footer */
.marketing-site-footer { 
	color: #FFF; 
	background-image: url('https://ncc.edu/_resources/img/footerbknd.jpg'); 
	background-color: #02014b;
}
.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: #EE7F1F;}
.marketing-site-footer-bottom { padding: 25px !important; background-color: #02014B;}
.marketing-site-footer-bottom .marketing-site-footer-bottom-links a {color: #FFF;}
.marketing-site-footer-bottom-links a:hover {color: #02014B;}
/* End Foundation 6 Marketing Footer */

/* Start Foundation 6 Top Bar Marketing Menu */
.topbar-responsive {background: #02014B; padding-top: 25px; padding-bottom: 25px;}
.topbar-responsive .topbar-responsive-logo {color: #FFF; position: relative; }
.top-bar-right a { position: relative; top: 10px; }
.top-bar-right .topbar-responsive-button {top: 20px; color: #FFF !important; border-color: #FFF; background: #3E135F !important; border-radius: 25px !important;}
.top-bar-right .topbar-responsive-button:hover {background: #EE7F1F !important;}
.top-bar-right .topbar-responsive-button i { color: #FFF !important;}
.top-bar-right .topbar-responsive-button:hover i {color: #FFF !important; border-color: #FFF;}
@media screen and (max-width: 39.9375em) {.topbar-responsive .top-bar-title span {border-color: #3E135F;}}
/* End Foundation 6 Top Bar Marketing Menu */

.custom-menu { background-color: #3E135F; font-family: 'Lato', sans-serif; font-size: 14px; }
.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: #3E135F;}
.custom-menu a:hover { background-color: #EE7F1F; padding: 11px 15px 11px 11px !important;}

/* Start Foundation 6 Simple Hero */
.hero-section {
	background: url("https://continuinged.ncc.edu/nassau/configuration/sunynassau/img/banner.jpg"); 
	height: 32vh; 
	background-size: cover !important;
	background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
.hero-section .hero-section-text {color: #FFF;}
/* End Foundation 6 Simple Hero */

#CCEContent { font-family: 'Lato', sans-serif; }
#CCEContent a, #CCEContent a:visited {color: #02014B; text-decoration: none;}
#CCEContent a:hover {color: #EE7F1F; 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;}}
@media only screen and (min-width: 960px) {.categoryColumn {width: 23%; min-height: 200px;}}

@media only screen and (max-width: 640px) { 
	.hero-section, .top-bar-right{display: none;}
	.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: #02014B; color: #FFF !important; font-weight: bold;}
#CCESecMenu a:link, #CCESecMenu a:visited { color: #FFF !important; font-weight: bold;}
#CCESecMenu a:hover {color: #EE7F1F !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, input[type="submit"], input[type="button"] {
	background-color: #3E135F !important; 
	color: #FFF !important; 
	font-size: 16px !important;
	padding: 10px 15px 10px 15px !important;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
button:hover, .button:hover, input[type="submit"]:hover, input[type="button"]:hover {
	background-color: #EE7F1F !important; 
	color: #FFF !important;
	font-size: 16px !important;
	padding: 10px 15px 10px 15px !important;
	font-weight: bold;
	text-transform: uppercase;
}

#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: #02014B !important; /* Set a background color */
}

#topBtn i {font-size: 32px !important;}
#topBtn div {position: relative; top: -5px;}

ul.result {border-color: #02014B;}
ul.result p.right a {background: #02014B; 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: #02014B; 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: #EE7F1F 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: #02014B;
	font-family: 'Oswald', 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: #3E135F !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: none; }
footer a:hover { color: #FFF; text-decoration: underline; }

.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: #3E135F !important;
	text-align: center !important;
	margin-top: 0 !important;
	padding: 10px 15px !important;
	font-family: 'Oswald', sans-serif;
}
.categoryTitle:hover {
	background: #EE7F1F !important;
}
.categoryTitle span a {
	color:#FFF !important;
	text-decoration: none !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;
}

.social a, .social a:visited { 
	background-color: #343358; 
	border-radius: 50%; 
	display: inline-block; 
	height: 45px; 
	width: 45px; 
	font-size: 22px !important;
	color: #FFF !important;  
	padding-left: 0px;
	padding-top: 5px;
}

.social a:hover { 
	background-color: #EE7F1F; 
	color: #FFF !important;  
}

p.rightp { text-align: right; }

@media only screen and (max-width: 960px) {
  .marketing-site-footer div.row div.columns p,
  .marketing-site-footer div.row div.columns, 
  .marketing-site-footer-bottom div.row div.columns { text-align: center !important; }
}
