/*
Theme Name:		UCCS Theme
Theme URI:		http://allcampus.com
Description:	Base theme for UCCS Business
Version:		1.0.0
Author:			AllCampus Design
Author URI:		http://allcampus.com
Tags:			starkers, bootstrap
*/

@import url('css/defaults.css');

/*******************************************
:--- General ---:
*******************************************/

body {
	background: #fff;
	font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 2rem;
}

h1, div.page-title {
	font-size: 2.5rem;
}

h2 {
	font-size: 1.75rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.25rem;
}

p {
	margin: 0 0 1.5rem;
}

a, a:active {
	color: var(--primary);
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: none
}

blockquote {
	
}

blockquote p {

}

.btn {
	border-radius: 0;
}

/*******************************************
:--- Alert ---:
*******************************************/

.alert-message {
	
}

.alert-message a {
	color:#fff;
	font-weight: bold;
}

/*******************************************
:--- Header ---:
*******************************************/

header.site-header {
	position: relative;
}

header.site-header .site-logo {
	max-width: 250px;
}

header.site-header .site-logo img {
	width: 100%;
}

header a {
	color: #fff;
}

header a.btn-ghost {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
}

header a.btn-ghost:hover {
	color: var(--primary);
	background: #fff;
}

/*******************************************
:--- Navigation ---:
*******************************************/

/* Desktop Menu & Hover States */

nav.site-nav .menu-item {
	float: left;
}

nav.site-nav .menu-item a {
	color: #fff;
	display: block; 
	padding: 1rem;
	text-decoration: none;
	white-space: nowrap;
}

nav.site-nav .menu-item a:hover,
nav.site-nav .menu-item a:focus {
	background: var(--primary-dark);
}

nav.site-nav ul.sub-menu {
	background: var(--primary-dark);
	border: 0;
	border-radius: 0;
	position: absolute;
	left: -999em;
}

nav.site-nav ul.sub-menu .menu-item {
	float: none;
}

/* Mobile Nav Customization */

.nav-open span {
	background: #fff;
}

/*******************************************
:--- Hero and Page Title---:
*******************************************/

.hero-section h1 {
	margin: 0;
}

.hero-section > * {
	z-index: 3;
}

.hero-section.hero-image {
	color: #fff;
	padding-bottom: 10rem !important;
    padding-top: 10rem !important;
}

.hero-section.hero-image:after {
    background: linear-gradient(90deg,rgba(0,0,0,.85),rgba(0,0,0,0));
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
	z-index: 2;
}

.hero-bg-image {
	display: flex;
	align-items: center;
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	z-index: 1 !important;
}

.hero-bg-image img {
    width: 100%;
	height: 100%;
	object-fit: cover;
}

/*******************************************
:--- Homepage ---:
*******************************************/

/* Benefits & Quick Facts */

.benefits-section .benefit-bullet {
	list-style: none;
}

.benefits-section .benefit,
.facts-section .benefit {
	flex: 1 1 100%;
}

.benefits-section .benefit-icon,
.facts-section .benefit-icon {
	font-size: 2.25rem;
}

.benefits-list {
	margin: 0;
}

.benefits-list .benefit-icon {
	font-size: 1.25rem;
}

.facts-section table tr td,
.facts-section table tr th {
	background-color: transparent;
	border-color: rgba(255,255,255,0.2);
	color: #fff;
}

/* Cards for multi-program site */ 

.program-grid {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

/* Testimonial */

.testimonial-section blockquote {
    font-size: 1.4rem;
}

/* About Section */

.about-section > * {
	z-index: 3;
}

/*******************************************
:--- Structure ---:
*******************************************/

.breadcrumb-section {
	background: var(--light-grey);
}

#breadcrumbs {

}
 
#breadcrumbs li {
	display: inline;
	margin: 0 0.5rem 0 0;
}
 
#breadcrumbs .separator {

}

/*******************************************
:--- Content Section ---:
*******************************************/

.main-content p a:focus-visible,
.main-content ul li a:focus-visible {
	background: var(--primary-dark);
	color: var(--white);
	outline: 0;
}

.main-content ul {
	margin: 0 0 2rem;
}

.main-content  ul li {
	list-style: disc;
	margin: 0 0 0 1.5rem;
}

.main-content hr {

}

.main-content .table-wrap {
	overflow-x: auto;
}

.main-content table {
	margin: 0 0 1.5em;
	width: 100%;
}

.main-content table th {
	background-color: #666;
	border: 1px solid #ffffff;
	color: #fff;
	padding: 1rem;
}

.main-content table td {
	background-color: #f6f6f6;
	border: 1px solid #ffffff;
	color: #000;
	padding: 1rem;
}

.main-content table caption {
	font-size: 0.8rem;
	margin: 1rem 0 0;
}

/*******************************************
:--- Sidebar ---:
*******************************************/

/* .sidebar .btn {
	background: var(--primary);
	border: 0;
	border-radius: 0;
}

.sidebar .btn:hover {
	background: #222;
	background: var(--primary-light);
} */

.sidebar h2 {
	font-size: 1.5rem;
}

.sidebar .contact:before {
	font-family: "Font Awesome 5 Pro";
    font-weight: 300;
	display: inline-block;
	margin-right: 10px;
}

.sidebar .contact-email:before {
    content: "\f1fa";
}

.sidebar .contact-phone:before {
    content: "\f095";
}

.sidebar .contact-chat:before {
    content: "\f4ad";
}

/*******************************************
:--- Form ---:
*******************************************/

/* Popover */

.popover {
	background-color: var(--tertiary-dark);
	border: 1px solid var(--tertiary-dark);
	color: #fff;
	padding: 6px;
	text-align: center;
}

.popover-body {
	color: #fff;
}

.popover-arrow::after, 
.popover-arrow::before {
	border-bottom-color: var(--tertiary-dark) !important;
	border-top-color: var(--tertiary-dark) !important;
}

/*******************************************
:--- Blog and Articles ---:
*******************************************/

/* Article Date and Share Links */

.article-info {
	
}

.article-info i {
	font-size: 1.75rem;
}

.article-date {

}

.article-share a {
	color: var(--primary);
	transition: color .15s ease-in-out;
}
.article-share a:hover {
	color: var(--primary-light);
}

/* Article List */

article.article-list h2 {
	font-size: 1.5rem;
}

article.article-list img {
	height: 220px;
}

@media (max-width: 992px) {	
	article.article-list img {
		height: 300px;
		width: 100%;
	}
	
}

/* Article Image */

article img.featured {
	width: 400px;
}

@media (max-width: 1200px)  {
	article img.featured {
		width: 100%;
	}
}

/* Article Buttons */

.btn.read-more {
	background: var(--primary);
	border: 0;
	border-radius: 0;
}

.btn.read-more:hover {
	background: #222;
	background: var(--primary-light);
}

.article-pagination .btn {
	border: 1px solid var(--primary);
	border-radius: 0;
}

/* Article Pagination */

.article-pagination .btn:hover {
	background: var(--primary);
	color: #fff;
}

.article-pagination .previous:before {
	content: '\f104';
	font-family: "Font Awesome 6 Pro";
	margin-right: 0.5rem;
}

.article-pagination .next:after {
	content: '\f105';
	font-family: "Font Awesome 6 Pro";
	margin-left: 0.5rem;
}

/*******************************************
:--- Curriculum Page ---:
*******************************************/

.curriculum-intro {
	
}
.curriculum-courses {
	
}
.curriculum-accordion-intro {
	
}
.curriculum-accordion {
	margin: 20px 0 40px 0;
}
.curriculum-accordion .accordion-item {
	margin: 5px 0;
	border: 1px solid #eee;
}

/*******************************************
:--- Accordion ---:
*******************************************/

.accordion .card,
.accordion .card .card-header {
    border-radius: 0;
}

.accordion .card .card-header .btn {
    display: block;
    text-align: left;
    width: 100%;
    padding: .375rem 0;
}

/*******************************************
:--- Upcoming Date Box ---:
*******************************************/

.upcoming-date-box {
	background-color: #EEE;
	text-align: center;
	margin: 40px 0;
	padding: 0;
}

.upcoming-date-box .btn {
    background: #4ba9cc;
    border: none;
    border-radius: 0;
	width: 85%;
    padding: 1rem 2rem;
}

.upcoming-date-box .notice {
	font-size: 11px;
	line-height: 15px;
	margin: 15px 0 0 !important;
}

.upcoming-date-box .upcoming-date-header {
	background-color: #666666;
	color: #FFF;
	font-size: 1.5rem;
    font-weight: 700;
	margin-bottom: 0;
	padding: 20px 15px;
}

.upcoming-date-box .upcoming-date-content {
	padding: 20px;
}

.upcoming-date-box .upcoming-date-content p {
	margin: 0;
}

.upcoming-date-box .upcoming-date-content .start-date {
	display: block;
	font-size: 1.8rem;
    font-weight: 900;
	margin-bottom: 15px;
}

/*******************************************
:--- Credential Box ---:
*******************************************/

.cred-box {
	background-color: #666666;
	color: #FFF;
	margin: 40px 0;
	padding: 30px 50px;
}
/* // UNCOMMENT FOR QUOTE ICON ON TOP LEFT CORNER
.cred-box:before {
	background: #4ba9cc;
	border-radius: 50%;
	content: "\f10d";
	font-family: "Font Awesome 5 Pro";
	font-size: 30px;
	font-weight: bold;
	left: -20px;
	line-height: 30px;
	padding: 18px;
	position: absolute;
	top: -20px;
}
*/
.cred-content {
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 0 55px;
    opacity: .5;
}
.cred-box .fas {
    color: #4ba9cc;
    font-size: 40px;
    margin: 0 15px 0 0;
    float: left;
}
.cred-source {
	font-size: 12px;
	text-align: right;
	margin: 0;
}

/*******************************************
:--- Faculty Page ---:
*******************************************/

.faculty-grid {
 	display: grid;
	grid-template-columns: repeat(3, 1fr);
 	gap: 1.5rem;
}

.faculty-member-card {

}

.faculty-member-card .btn {

}

.faculty-image {

}

.faculty-image img {
    background: var(--secondary-light);
    display: block;
    transition: all .25s ease-in-out;
}

.faculty-name {
	font-size: 1.25rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.faculty-title, 
.faculty-department {	
	overflow: hidden;
	text-overflow: ellipsis;
}

/*******************************************
:--- Custom Sidebar ---:
*******************************************/

#sidebarAccordion .accordion-item {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top: 0px solid transparent !important;
	border-right: 0px solid transparent !important;
	border-bottom: 0px solid transparent !important;
	border-left: 0px solid transparent;
	background: transparent;
}

#sidebarAccordion .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

#sidebarAccordion .accordion-item button.accordion-button {
    cursor: pointer;
    outline: none;
    position: relative;
    text-align: left;
    width: 100%;
	background: transparent;
	margin: 0;
	padding: 0;
	box-shadow: none !important;
}

#sidebarAccordion .accordion-item button.accordion-button:not(.collapsed) {
	font-weight: 700;
	border-left: 2px solid #000;
}

#sidebarAccordion ul {
	margin: 0 0 0 5px;
}

#sidebarAccordion ul li {
	margin-bottom: 10px;
}

#sidebarAccordion .jump-sub-links ul li {
	list-style-type: circle;
}

#sidebarAccordion .accordion-item .accordion-body {
    padding: 0 0 0 20px;
	border-left: 2px solid #000;
}

/* If you want to add a custom icon to the accordion button, you can use the following CSS: */
#sidebarAccordion .accordion-button.collapsed::after,
#sidebarAccordion .accordion-button:not(.collapsed)::after {
	background-image: none !important;
}

/*******************************************
:--- Footer ---:
*******************************************/

footer.site-footer {
	padding: 2rem 0;
	font-size: 0.875rem;
}

footer.site-footer p {
	margin-bottom: 0 !important;
}

footer.site-footer a {
	color: #fff;
}

footer.site-footer .site-logo {
	max-width: 250px;
}

footer.site-footer .site-logo img {
	width: 100%;
}

footer.site-footer #menu-footer {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

footer.site-footer #menu-footer li {
	margin-bottom: 0.5rem;
}

footer.site-footer #menu-footer li ul{
	margin-top: 0.5rem;
}

footer.site-footer .social-links {

}

footer.site-footer .social-links li {
	font-size: 1.4rem;
	margin-right: 1rem
}

/*******************************************
:--- Media Queries ---:
*******************************************/

@media (max-width: 1440px) {
	article.article-list img {
		height: auto;
	}
}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {
	.hero-section.hero-image,
	.hero-section.hero-home {
		padding-bottom: 6rem !important;
		padding-top: 6rem !important;
	}
	.program-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	article.article-list img {
		height: 300px;
		width: 100%;
	}
	
	footer.site-footer .site-logo {
		max-width: 200px;
	}

	footer.site-footer #menu-footer {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	
}

@media (min-width: 768px) {
	
	/* Desktop Navigation */

	nav.site-nav .menu-item.menu-item-has-children:hover ul.sub-menu {
		display: block;
		left: auto;
	}

	nav.site-nav .menu-item.menu-item-has-children:hover ul.sub-menu li ul.sub-menu {
		position: absolute;
		left: -999em;
	}

	nav.site-nav .menu-item.menu-item-has-children:hover ul.sub-menu .menu-item.menu-item-has-children:hover ul.sub-menu {
		display: block;
		left: auto;
	}
	
	nav.site-nav .menu-item.menu-item-has-children.open ul.sub-menu.dropdown-menu {
		border-radius: 0;
		display: block;
		float: none;
		left: 0;
	}
	
}
 
@media (max-width: 767px) {
	header.site-header .site-logo {
		max-width: 200px;
	}
	
	.mobile-only-nav li {
		border-top: 1px solid #ccc;
		float: none;
		padding-right: 0;
	}
	
	.mobile-only-nav li a {
		display: block;
		padding: 1em 2em;
		text-decoration: none;
	}
	
	.article-content .w-50 {
		width: 100% !important;
	}
	
	.faculty-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) { 
	.hero-section.hero-image,
	.hero-section.hero-home {
		padding-bottom: 3rem !important;
		padding-top: 3rem !important;
	}
}

@media (max-width: 480px) { 
	.faculty-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 320px) { 

}

/* Sticky sidebar */

@media(min-width:1200px) {
    .sticky-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 20px;
        margin-bottom: 40px;
    }

    .overlap {
        margin-top: 0
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .sticky-sidebar {
        top: 0
    }

    .accordion ul.nav-pills li {
        flex: none;
    }

    img {
        max-width: 100%;
        flex-shrink: 0;
    }
}