  @charset "utf-8";


html {
  scroll-behavior: smooth;
}    

table tr:last-child th, table tr:last-child td {
	border-bottom: none;
}
/*TABLE SORTER STYLES: */

/*table {
	margin: 0;
	padding: 0;
	font-size: .8em;
	width: 99%;
}*/
table.tablesorter th {
	font-size: 8.5pt;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
	padding: 10px 3px;
}
table.tablesorter th, table.tablesorter td.bottomrow, .bottomrow {
    	border-bottom: 1px solid #333;
}
/*
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
}
*/
table.tablesorter tbody td {
	padding: 7px; /*2px 7px;*/
    font-size: .9em;
}
/*
table.tablesorter tbody tr.odd td {
}
*/
table.tablesorter thead tr .header {
	background-image: url(http://www.csudh.edu/Assets/csudh-sites/ccpe/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(http://www.csudh.edu/Assets/csudh-sites/ccpe/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(http://www.csudh.edu/Assets/csudh-sites/ccpe/images/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
}
	
.expand {
    cursor: pointer;
}
.expandable {
    display:none;
}
.nowrap {
    white-space: nowrap;
}
	

/* STYLES FOR HUX, SPECIALTY PAGES: */
.cap-bkg {
    background-color: rgba(39, 44, 41, 0.5);
    background: rgba(39, 44, 41, 0.5);
    color: rgba(39, 44, 41, 0.5);
}
.cap-overlay {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 200px;
    padding: 20px 0 3px 20px;
    width: 305px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.cap-fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.cap-animated {
   -webkit-animation-duration: 1s;
   -moz-animation-duration: 1s;
   -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.caption-discover {
  color: #e8b909;
  font-size: 40px;
  font-weight: 600;
  /*letter-spacing: 2px;*/
}
.caption-your {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  padding-left: 40px;
}
.caption-passion {
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  padding-left: 4px;
}
#home-background-container {
    margin-bottom: 0;
}
.callout-container {
    background-color: #ededed;
    height: 100px;
    margin: 0 0 10px;
    padding: 20px;
    width: 90%;
    border-radius: 20px;
}
.callout-container p:first-of-type {
    font-size: larger;
    margin: 0 0 10px;
}
.callout-container ul {
    list-style-type: none;
    margin-bottom: 0.35em;
}
.section-item {
    float: left;
    width: 32.2%;
}
.section-item-full {
    float: left;
    width: 100%;
}
.section-image {
    float: left;
    margin-right: 10px;
}
.section-title h2, h2.section-title {
    font-size: 1.3em !important;
    margin-bottom: 0.15em;
}
.section-item p, p.section-item {
    margin-bottom: 0;
    padding-bottom: 0 0 0.3em;
}
.section-link a, a.section-link {
    font-size: 0.8em;
    font-weight: 600;
    text-transform: uppercase;
}
.testimonial {
    display: inline-block;
    height: auto;
    border: 1px solid goldenrod;
    color: #fff;
    margin-bottom: 20px;
    padding: 15px;
}
.testimonial img {
    float: left;
    padding-right: 30px;
}
.testimonial > p {
    color: #fff;
    font-size: 1.14em;
    font-style: italic;
}

.roundedcorners {
	border-radius: 3px;
}

.roundedcornersmax {
	border-radius: 1000px;
}


.alert {
    padding: 10px 15px;
    margin-bottom: 1em;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #f1fdff;
    border-color: #009DBB;
	width: auto;
}
.pad10 { 
    padding: 10px;
}
.outline {
	border: 1px solid #000;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

a[href^="tel:"]:before {
    content: "\260E" / "Call";
    /*content: "\1F4DE";*/
	/*font-family: "Font Awesome 5 Free";
  	font-weight: 900;
    content: "\f87b";*/ /*phone-square*/
    /*display: block;*/
    margin-right: 0.3em;
}
a.notel[href^="tel:"]:before {
    content: none;
}


/*
blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    width: 93%;
    margin: 0.25em 0;
    padding: 0.35em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
}

blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: -20px;
    color: #7a7a7a;
}

blockquote cite {
    display: block;
    color: #999;
    font-size: 14px;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}
*/

.sidebar-home {
    background-color: #ededed;
    padding: 10px;
}
.question {
    border: 1px solid goldenrod;
    padding: 10px;
}
.faculty-pic {
    object-fit: cover;  /* auto-scale, fit and center pic to restricted size */
    width:100px; height:100px;
	margin: 0 10px 10px 0; 
	border: 1px solid #666;	
}
.backtotop {
	text-align:right; 
	font-size: 80%; 
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}
.cancelled-text {
	text-decoration: line-through;
	font-style: italic;
}

#sidebar-latest-news { display:none; }


/**           Cards            */
/* Just for the fallback layout */
section .card {
  max-width: 300px;
  margin: 0 auto;
}
article {
  margin: 1rem 0;
}

/* Grid-based layout */
@supports (grid-area: auto) {
    section .card, section .card-borderless {
      max-width: 10000px;
      margin: 0;
    }
    article {
      margin: 0;
    }
    .cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
      grid-auto-rows: minmax(200px, auto);
      grid-gap: 1rem;
    }
}
.card {
  border: 2px solid #e7e7e7;
  border-radius: 4px;
  padding: .5rem;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.card-borderless {
  padding: .5rem;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.card-content {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.card-content > h3 {
    margin-bottom: -3px;
}



.unit-footer-title {
    font-size: 1.2em;
    color: black;
    /* text-align: center;*/
}
.unit-footer-container {
	display: flex;
	flex-wrap: wrap;
	/* text-align: center; */
}
.unit-footer-section {
    flex-basis: 31%;
    margin: 0 1%;
}
	
@media only screen and (max-width: 800px) {
	.unit-footer-section {
		flex-basis: 48%;
	}
}

@media only screen and (max-width: 480px) {
	.unit-footer-section {
		flex-basis: 100%;
	}
}

/*HORIZONTAL/RESPONSIVE CARDS*/
.card-block {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 2px !important;
	}
	
	.card-block:hover {
		box-shadow: 0 0 10px 5px rgba(112, 112, 112, .25);
	}
	
.return-card {
	border: 2px solid #E9E9E9;
	border-top: 5px solid #860038;
	background: #f2f2f2;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	}
	
.card-text-container {
	padding: 16px 32px;
	flex: 4 1 20rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	}

.card-block-image {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex: 2 1 20rem;
	height: 22rem;
	overflow: hidden;
	}
@media screen and (max-width: 480px) {
  .card-block-image {
    height: 15rem;
  }
}

@media screen and (min-width: 737px) and (max-width: 965px) {
  .card-block-image {
    height: 30rem;
  }
}

.card-block-image img {
	max-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	object-fit: cover;
	object-position: 50% 50%;
	}


.card-title-container {
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	flex: 3 1 20rem;
	}

.card-icon img {
	width: 100px;
	padding: 15px;
	}
	
.card-title {
	margin: 0;
	}


/* Grid Container for simple grey columns */
.grid-container-2col {display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 20px; margin: 20px 0}
.grid-container-3col {display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 20px; margin: 20px 0}
.grid-container-4col {display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 20px; margin: 20px 0}
.grid-col, .event-grid-col {border: 1px solid #dedede; border-radius: 5px;}
.grid-col-header {background-color: #f1f1f1; padding: 4px 16px; border-bottom: 1px solid #dedede; border-radius: 5px 5px 0 0;}
.grid-col-header-title {color: black!important; font-size: 1em !important; font-family: ProxNova-Med !important; margin-block-end: .8em; margin-block-start: .8em;}
.grid-content {padding: 16px 16px;}
.grid-content-title {font-family: ProxNova-SemiBold!important; font-size: 1.3rem!important; color: black !important; margin: 0 !important;display: inline-block; position: relative; text-decoration: none;}
.grid-content-title a {font-family: ProxNova-SemiBold!important; font-size: 1.3rem!important; color: black !important; margin-top: 0 !important;display: inline-block; position: relative; text-decoration: none;}


@media screen and (max-width: 767px) {
	.grid-container-2col, .grid-container-3col, .event-grid-container,.grid-container-4col {grid-template-columns: repeat(1, 1fr)!important; row-gap: 20px;}
}



/* OSHA RELATED DISPLAY: */
#notice {
	padding: 30px 30px 17px;
	background-color: #860038;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 3px;
	width: 100%;
	max-width: 600px;
}
.earlybird-icon {
	padding: 0 5px;
}

/* Feature Button: */
.feature-button {
    background-color: #860038;
    border: none;
    color: white;
    font-family: ProxNova-SemiBold,sans-serif;
    padding: 20px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.3em;
    line-height: 125%;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    width: 300px;
}


#navy-button {
	background-color: #00416d;
	border: none;
	color: white;
/*	font-family: ProxNova-SemiBold,sans-serif;*/
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1.3em;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 4px;
}

#navy-button:hover {
	background-color: #860038;
}

#feature-button {
	background-color: #860038;
	border: none;
	color: white;
/*	font-family: ProxNova-SemiBold,sans-serif;*/
	padding: 20px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1.3em;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 4px;
	width: 300px;
}

#feature-button:hover {
	background-color: #00416d;
}

#feature-button > a {
	color: white;
/*	font-family: ProxNova-SemiBold,sans-serif;*/
	text-decoration: none;
}


table.schedule {
    overflow-x: auto;
}
table.schedule th {
	font-size: 8.5pt;
	border-bottom: 1px solid #333;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
	padding: 10px 3px;
}
table.schedule th, .smaller {
    font-size: smaller;
}
table.schedule tbody td {
	padding: 7px; /*2px 7px;*/
    font-size: .9em;
}

.classnotes td:nth-child(1) {    
    content: "\26A0"; 
    text-align: right;
}
.classnotes td:nth-child(2) {    
    font-style: italic;
}


/* Responsive YouTube Video Block*/
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

/* Responsive iFrame Block */
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}


/* COLORS, INCLUDING BACKGROUND COLORS FOR CONTENT AREAS */
.red { /*BURGUNDY*/
	color: #860038;
}
.redbackground, tr.redbackground { /*BURGUNDY*/
	background-color: #860038 !important;
}

.yellow {
	color: #EFBA08;
}
.yellowbackground, tr.yellowbackground {
	background-color: #EFBA08 !important;
}
.lightyellow {
	color: #F1D078;
}
.lightyellowbackground, tr.lightyellowbackground {
	background-color: #F1D078 !important;
}

.gray {
	color: #75787B;
}
.graybackground, tr.graybackground {
	background-color: #75787B !important;
    color: #FFF !important;
}
.lightgray {
	color: #F2F2F2;
}
.lightgraybackground, tr.lightgraybackground {
	background-color: #F2F2F2 !important;
}

.black {
	color: #000;
}

/* Secondary and Accent Palettes: */

.blue { /*NAVY*/
	color: #00416D;
}
.bluebackground, tr.bluebackground { /*NAVY*/
	background-color: #00416D !important;
    color: #FFF !important;
}
.lightblue { /*TURQUOISE*/
	color: #00B3C5;
}
.lightbluebackground, tr.lightbluebackground { /*TURQUOISE*/
	background-color: #00B3C5 !important;
}
.cyan { /*CYAN*/
	color: #009DBB;
}
.cyanbackground, tr.cyanbackground { /*CYAN*/
	background-color: #009DBB !important;
}

.purple { 
	color: #69287D;
}
.purplebackground, tr.purplebackground { 
	background-color: #69287D !important;
    color: #FFF !important;
}
.green { 
	color: #92C83E;
}
.greenbackground, tr.greenbackground { 
	background-color: #92C83E !important;
    color: #FFF !important;
}
.orange { 
	color: #D56939;
}
.orangebackground, tr.orangebackground { 
	background-color: #D56939 !important;
    color: #FFF !important;
}
.gradient {
    background: #860038;
    background: -moz-linear-gradient(left, #860038 0%, #cc0055 100%);
    background: -webkit-linear-gradient(left, #860038 0%, #cc0055 100%);
    background: linear-gradient(to right, #860038 0%, #cc0055 100%);
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66002b', endColorstr='#cc0055',GradientType=1 );*/
}

/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
	/*  border-bottom: 1px dotted black;  If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	width: 280px;
	background-color: black;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 1;  padding: 5px;
	border-radius: 3px; 
	/* Position the tooltip text - see examples below! */
}	
.tooltiptext:before {
	content: "\1f4c5 Last Day to Register: ";
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
}