/* ==========================================================================
   1. GLOBAL STYLES & BASE TAGS
   ========================================================================== */
body {
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 20px;
    /*font-size: clamp(1rem, 2.5vw + 1rem, 2rem);*/
    margin-left: 0 !important;
}

h2 {
	/*font-size: 1.5rem;*/
	font-weight: 600;
}

h1 {
	font-size: clamp(2rem, 5vw + 1rem, 3rem);
}

h2 {
	font-size: clamp(1.625rem, 4vw + 1rem, 1.5rem);
}

h3 {
	font-size: clamp(1.375rem, 3vw + 1rem, 1.5rem);
}

h4 {
	font-size: clamp(1rem, 2vw + 1rem, 1rem);
}

h5 {
	font-size: clamp(1rem, 1vw + 1rem, 1.25rem);
}

h6 {
	font-size: clamp(0.875rem, 0.5vw + 1rem, 1.125rem);
}

p {
	margin-bottom: 20px;
}

a {
	color: #fc4600; /* ArtCenter Brand Orange */
	font-weight: 600;
}

a:hover {
	color: #fc4600;
}

/* ==========================================================================
   2. HEADER & TOP BAR
   ========================================================================== */
#header1Container {
	background-color: #FFFFFF;
	width: 100%;
	color: #000000 !important;
}

#header1 {
	padding-top: 20px;
	padding-bottom: 22px;
}

#header1Wrapper {
	background-color: #FFFFFF !important;
	color: #000000 !important;
}

#header1Wrapper img {
	height: auto !important;
}

#header1Wrapper .variable-content-item {
	padding: 0;
}

/* Login, Logout, and Profile Links */
#loginDropdownMenuLink {
	color: #000000;
	font-size: 16px !important;
	font-weight: 600;
}

#loginDropdownMenuLink:hover {
	color: #fc4600;
}

#logoutLinkWrapper,
.headerProfileLink,
#loginNameWrapper,
.headerStudentLoginLogoutLink {
	color: #000000 !important;
	font-size: 15px !important;
	font-weight: 400;
}

.schoolHeaderLogoWrapper {
	padding: 0;
}

/* ==========================================================================
   3. NAVIGATION
   ========================================================================== */
#header3Container {
	display: flex;
	justify-content: flex-start;
	background-color: #ffffff !important;
	border-bottom: 1px solid #d1d1d1;
}

#header3Wrapper {
	padding-bottom: 10px;
	background-color: #ffffff !important;
}

#globalNavigationBar {
	background-color: #ffffff !important;
}

.mainNavBar.navbar {
    justify-content: unset;
    margin-left: -15px;
}

.nav-item {
	font-size: 14px !important;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.nav-link {
	color: #000 !important;
	font-family: 'Open Sans', sans-serif;
}

.nav-link:hover {
	color: #fc4600 !important;
}

.navbar-toggler {
    margin-left: -20px !important;
}

/* ==========================================================================
   4. MAIN CONTENT & COMPONENTS
   ========================================================================== */
#mainContentWrapper {
	padding-bottom: 40px;
}

#contentModule5 {
    text-align: left !important;
	padding-bottom: 20px;
}

#contentModule5 h2, #contentModule5 h3 {
    padding-bottom: 20px;
    margin: 0;
	font-size: 1.25rem;
}

#contentModule5 h2 {
    font-size: 1rem;
	border-top: 4px solid #000;
    margin-bottom: 0;
    margin-top: 0;
	padding-top: 10px;
}

#contentModule5 h3 {
	padding-top: 15px;
}

#contentModule5 img {
	padding-right: 25px;
}

#contentHeader {
	padding-bottom: 10px;
	padding-top: 7px;
	border-width: 0px 0px 1px;
}

/* Breadcrumbs */
#searchBreadcrumb {
	padding-top: 22px;
	font-size: 12px;
}

#checkoutBreadcrumb {
	padding-top: 20px;
}

#checkoutBreadcrumb .breadcrumb-item {
	color: #000;
}

#checkoutBreadcrumb .breadcrumb-item.active {
	color: #fc4600;
	font-weight: 600;
}

#checkoutBreadcrumb .breadcrumb-item + .breadcrumb-item::before {
	content: ">";
}

.section .header span,
.labelSpanStyle {
	font-weight: 600;
}

/* Cards & Panels */
.card,
.panel-default.card,
#student_portal_create_checkout_container .card {
	border: none;
	background-color: #fff;
}

.card-header {
	border: none;
	background-color: #fff;
}

.panel-default.card {
	border-top: 1px solid #d1d1d1;
}

.panel-default.card:not(:first-child) {
	border-bottom: 1px solid #d1d1d1;
}

.panel-default.card .btn span {
	color: #fc4600;
}

.card.card-body.sectionHeader,
#student_portal_create_checkout_container legend {
	border-bottom: 4px solid #000;
	margin-bottom: 14px;
	padding-bottom: 15px;
	font-weight: 500;
	line-height: 1.2;
}

#contactMethod legend {
	border: none;
}

/* Course Profiles & Catalogs */
#courseProfileWrapper {
	padding-bottom: 40px;
}

#courseProfileWrapper img,
.catalog.programs img {
	width: 100% !important;
	height: auto !important;
}

.catalog.programs img {
    padding-bottom: 20px;
}

#courseProfileWrapper ul {
	list-style-type: "-  ";
	padding-left: 1.5rem;
}

/* Buttons */
.btn-primary {
	background-color: #fc4600;
	border-color: #fc4600;
	border-radius: 20px;
	padding: 5px 30px;
}

.btn-primary:hover {
	opacity: 0.9;
	background-color: #fc4600;
	border-color: #fc4600;
}

.btn-secondary {
	color: #fc4600;
	background-color: #FFF;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	/*height: 40px;*/
	border: 1px solid #fc4600;
	border-radius: 20px;
	font-weight: 500;
	line-height: 30px;
	margin-right: 10px;
	min-width: 140px;
	padding: 5px 30px;
}

.btn-secondary:hover {
	color: #FFF;
	background-color: #fc4600;
	border-color: #fc4600;
}

.carousel img {
    height: auto !important;
}

.flex-container {
    width: 100% !important;
}

#buttonViewInstructors {
	display: none;
}

#programAreaCourses {
	border: unset !important;
}

.fontawesome-icons {
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  height: 45px;
  width: auto;
  justify-content: space-between;
  max-width: 330px;
  padding-bottom: 60px;
}

.fontawesome-icons svg {
	height: 30px;
	width: auto;
}

.fontawesome-icons a {
	color: white !important;
}

.follow-artcenter {
	font-weight: 600;
}
/* ==========================================================================
   5. SIDEBAR & UTILITIES
   ========================================================================== */
#sidebar1Wrapper {
	background-color: white;
}

#sidebar1Module1 {
	color: white !important;
}

.nav-pills {
	color: #000000 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #fff;
	background-color: #fc4600;
}

.glyphicon {
	font-size: .75rem;
}

.glyphicon-shopping-cart {
	color: #000;
}

#cartCount {
	background-color: #fc4600;
}

.poweredByDestinyOne {
	/*display: none;*/
}

/* ==========================================================================
   6. FOOTER
   ========================================================================== */
footer {
	background-color: #000;
	color: #FFF;
	padding: 40px 20px 20px 20px;
}

footer a {
	color: #FC4600;
}

footer .img-fluid {
	height: auto !important;
	padding-bottom: 40px;
}

#footer-info {
	line-height: 18px;
}

#footer1Wrapper {
	height: 100%;
}

#footer2Sub2 {
	height: 65px;
}

.footerSiteMap {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-align: left;
	height: 100%;
}

.footer-helpful-links {
	list-style-type: none;
	padding: 0;
}

.footer-helpful-links a {
	color: #FFF;
}

.footer-helpful-links a:hover {
	color: #fc4600;
}

.footer-helpful-links li {
	padding: 17px 0;
	border-top: 1px solid #d1d1d1;
}

.footer-helpful-links li:last-child {
	border-bottom: 1px solid #d1d1d1;
}

/* ==========================================================================
   7. COOKIE CONSENT
   ========================================================================== */

.cc-window {
    background-color: #e5e5e5 !important;
    color: #000 !important;
    font-weight: 600;
}

.cc-btn {

	border-radius: 20px;
	padding: 5px 30px !important;
}

.cc-allow {
    background-color: #fc4600 !important;
    border-color: #fc4600;
    color: #FFF !important;
}

.cc-deny {
    background-color: #FFF !important;
    color: #000 !important;
}


/* Mobile Styles (767px and above) */
@media screen and (min-width: 767px) {
    /* Custom Navigation Hover Animation */
    .mainNavBar {
        padding: 0;
        margin-left: -24px !important;
    }

    .mainNavBar .nav-link:first-child {
        /*padding-left: 0 !important;*/
    }

    .mainNavBar .nav-item:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 3px;
        width: 0;
        background-color: #fc4600;
        transition: width 0.3s ease;
    }

    .mainNavBar .nav-item:hover:after {
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    #cartInfo {
        position: absolute;
        top: -50px;
        right: 20px;
    }

    #header1  {
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    /* Container and spacing */
	.cartContainer {
		padding: 15px;
		background-color: #fff;
	}

	/* Image and Description Layout */
	.cartItemFeaturedImageContainer {
		text-align: center;
		margin-bottom: 15px;
	}

	.cartItemFeaturedImage {
		width: 100% !important; /* Forces the image to be prominent */
		height: auto !important;
		height: auto;
	}

	/* Text Styling */
	.cartItemName {
		font-size: 1.2rem;
		margin-bottom: 5px;
		display: block;
	}

	.cartItemCode {
		color: #666;
		font-size: 0.9rem;
		margin-bottom: 15px;
	}

	/* Formatting the labels (Fee, Subtotal, Quantity) */
	.shoppingCartLabel,
	.cartHeaderQuantityLabelMobile,
	.cartHeaderSubTotalLabelMobile {
		font-weight: 600;
		color: #000;
		margin-right: 10px;
		display: inline-block;
		min-width: 80px; /* Aligns the values vertically */
	}

	/* Pricing and Totals */
	.shoppingCartAmount, .cartItemQuantity {
		padding: 10px 0;
		border-bottom: 1px solid #eee;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	/* The Discount/Coupon area */
	.cartItemDiscountContainer {
		margin-top: 15px;
		padding: 10px;
		background: #f9f9f9;
		border-radius: 4px;
	}

	/* The Mobile Remove Button */
	.cartItemUpdateLinksContainerMobile {
		margin-top: 20px;
		text-align: center;
	}

	.cartItemUpdateLinksContainerMobile .btn-secondary {
		width: 100%; /* Makes the button easy to tap on a phone */
		padding: 12px;
	}
}
