  
.cal-upcoming-h { width: 80%; margin: 0 auto; }
#cal-upcoming { 
	width: 60%; height: auto; margin: 0 80px; padding: 5px 20px; background-image: url("/_uat/images/event-planning-02.jpg"); background-repeat: no-repeat; background-size: cover; 
	/*box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;*/
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}
aside, #hc_c, #hc_l, #hc_r { width: fit-content; font-size: medium; margin: 10px; padding: 10px; line-height: 1em; border-top: none; background-color: #FAEBD7; list-style: none!important; }
aside #hc_l { border-top-left-radius: 0; -webkit-border-top-left-radius: 0; }
aside #hc_r { border-top-right-radius: 0; }
aside li.upcoming { margin-bottom: 20px; display: none; }
aside > #hc_featured, aside > #hc_popular, aside > #hc_newest { width: 350px; }
aside > #hc_featured > ul, aside > #hc_popular > ul, aside > #hc_newest > ul { width: 100%; text-align: left; font-size: initial; }
aside li { margin-bottom: 20px; line-height: 1.2em; }

a:hover { color: #fff; }
#cal-upcoming a:hover { color: #000; }

.upcoming .date { list-style: none!important; }
aside li.date { list-style: none; font-weight: 700; text-align: right; border-bottom: 1px solid #e9a449; }

#chaffey-stat { width: 80%; height: 400px; margin: 0 auto 80px; background-color: #808EA9; border: 1px solid red; }
.stat-img { width: 40%; height: 500px; display: inline-block; }
.stat-img img { object-fit: contain; }
.ccStat{ display: inline-block; width: 40%; vertical-align: top; }
.ccStatRow { display: table-row; }
.ccStatCell { border: 1px solid #999999; display: table-cell; min-width: 200px; height: 200px; padding: 20px; text-align: center; }


@media (min-width: 700px) {
	.activities-calendar { margin: 18px 0 0px; }
}

@media (min-width: 1025px) {
	.activities-calendar { margin: 18px 0 0px; }
}

@media screen and (max-width: 1000px) {
	.cal-upcoming-h { width: 100%; margin: 0 75px; }
	#cal-upcoming { width: 70%; background-image: none; box-shadow: none; -webkit-box-shadow:none; }
	aside > #hc_featured, aside > #hc_popular, aside > #hc_newest { width: 100%; }
	#chaffey-stat { width: 90%; /* height: 400px; */ }
}

@media (max-width: 700px) {
	.cal-upcoming-h { margin-left: 44px!important; }
	#cal-upcoming { width: 100%; margin: 0 20px!important; }
}


@media screen and (max-width: 460px) {
	#cal-upcoming { padding: 32px 0px; background-image: none; box-shadow: none; -webkit-box-shadow:none; margin-bottom: 20px; }
	aside, #hc_c, #hc_l, #hc_r { width: 90%; margin: 0px!important; padding: 10px 15px; }
	aside > #hc_featured { width: 100%; }
	#content ul { padding-left: 20px!important; }
}

@media screen and (max-width: 400px) {
	#cal-upcoming { margin-bottom: 200px; }
}

/* Learning Pathways */

.pathways-container {
    width: 100%;
    margin: 40px auto;
    padding: 40px;
    background-color: whitesmoke;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}

.intro-text {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.intro-text h2, .intro-text h3, .intro-text h3 {
  color: #93002B;
  margin-bottom: 16px;
  text-align-last: center;
}

.intro-text h2 {
  font-size: 2rem;
}

.intro-text h3 {
  font-size: 1.5rem;
}

.intro-text p {
  font-size: 1.4rem;
  color: #333;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
}


.home-acc-card {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 500px;
  background-color: snow;
  border-radius: 4px;
  padding: 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  transition: color 0.3s ease-out;
  border: 1px solid #ffb3b3;
  color: #000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.home-acc-card p {
    font-style: italic;
    text-decoration: none !important;
    font-weight: normal !important;
}

.home-acc-card p:hover {
    text-decoration: none !important;
    font-weight: normal !important;
}


.home-acc-card h3 {
  font-size: 1.4em !important;
}

.home-acc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); 
}


.home-acc-card::before,
.home-acc-card:focus::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -36px;
  right: -26px;
  background: #93002b;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 67% 24%;
  transition: transform 0.25s ease-out;
  outline: 2px solid #93002B; 
  outline-offset: 4px;
	text-decoration: none !important;
}

.home-acc-card:hover::before,
.home-acc-card:focus::before {
  transform: scale(20);
	text-decoration: none !important;
}


.home-acc-card:focus { 
  outline: 2px solid #93002B; 
  outline-offset: 4px;
	text-decoration: none !important;
}


.home-acc-card:hover h3,
.home-acc-card:focus h3 {
  transition: all 0.3s ease-out;
  color: #ffffff;
}

.home-acc-card p {
  font-style: italic;
}

.home-acc-card,
.home-acc-card:hover,
.home-acc-card:focus,
.home-acc-card * {
  text-decoration: none !important;
}

.home-acc-card a,
.home-acc-card a:hover,
.home-acc-card a:focus {
  text-decoration: none !important;
  color: inherit;
}

.home-acc-card h3,
.home-acc-card h3:hover,
.home-acc-card h3:focus,
.home-acc-card p,
.home-acc-card p:hover,
.home-acc-card p:focus {
  text-decoration: none !important;
}


.home-acc-card:hover p,
.home-acc-card:focus p {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
}

.card-content p:nth-child(3) {
  font-weight: 900;
}
.card-content p:nth-child(3)::before {
  font-weight: 900;
}

.home-acc-card .icon-container {
  flex: 0 0 64px;
  height: 64px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-acc-card .icon-container img {
  max-width: 100%;
  max-height: 100%;
  margin-right: 10px;
}

.home-acc-card .text-content {
  flex: 1;
}

@media (max-width: 1024px) { 
	.pathways-container { width: 90%; max-width: 100%; padding: 10px; z-index: 12; position: relative; } 
	.intro-text { max-width: 100%; }
	.pattern-block img { object-fit: cover !important; }
}
@media (max-width: 500px) {
  .home-acc-card::before, .home-acc-card:focus::before {
    transform-origin: 46% 37%;
    outline: unset;
   	outline-offset: unset;
  }
}
@media (max-width: 400px) {
  .home-acc-card::before, .home-acc-card:focus::before {
    transform-origin: 50% 37%;
  }
  .home-acc-card .icon-container {
      display: none;
    }
}

/* New Student testimonials css */

	.panorama-section {
      position: relative;
      max-width: 1900px;
      height: 700px;
      margin: 0 auto;
      background: url('https://www.chaffey.edu/_resources/images/home-carousel/testimonials-pattern-02.svg') center center/cover no-repeat;
		margin-bottom: 250px;
		border-top: 1px solid #ccc;
    }

    .overlay-carousel {
      position: absolute;
      top: 150px;
      left: 50%;
      transform: translateX(-50%);
      width: 1024px;
      background: rgba(255, 255, 255, 0.95);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      z-index: 10;
      overflow: hidden;
    }

    .fc-inner {
      position: relative;
      width: 100%;
      height: 608px;
      background: #252525;
    }

    .fc-slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      visibility: hidden;
      opacity: 0;
      z-index: 1;
      transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s;
      display: flex;
      border-top: 5px solid red;
      border-bottom: 5px solid red;
    }

    .fc-slide.fc-active {
      visibility: visible;
      opacity: 1;
      z-index: 2;
      transition-delay: 0s;
    }

    .fc-image {
      width: 50%;
      height: 100%;
      background-size: cover;
      background-position: center;
    }

    .fc-text {
      width: 50%;
      background: #252525;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      font-size: 1.5rem;
		font-weight: bold;
      text-align: center;
    }

    .fc-controls {
      text-align: center;
      padding: 20px;
    }

    .fc-controls button {
      background: #C2363D;
      border: none;
      color: #fff;
      font-size: 2rem;
      padding: 10px 20px;
      margin: 0 10px;
      cursor: pointer;
      border-radius: 5px;
    }

    .fc-controls button:hover {
      background: #252525;
    }

	@media (max-width: 1024px) {
		.overlay-carousel { width: 80%; }
		.fc-inner { width: 100%; margin: 0 auto; }
	}
	  
    @media (max-width: 768px) {
		.panorama-section { margin-bottom: 450px; }
		.overlay-carousel { width: 60%; }
		.fc-inner { height: 700px; }
		.fc-slide { display: block; background: #252525; }
		.fc-image { width: 100%; height: 350px; background-position: top; }
		.fc-text { width: auto; font-size: 1.2rem; line-height: 1.5; }
		
		.cta-section-2__content { font-size: 1.3em; margin: 20px; }
		.intro-text { width: 80%; }
		.intro-text p { font-size: 1.2rem; }
    }
	@media (max-width: 699px) {
		.intro-text > h2 { font-size: 1.7em !important; margin-top: 15px; }
		.intro-text { width: 100%; }
	}

	  @media (max-width: 600px) {
		.overlay-carousel { width: 85%; min-width: 300px; }
		.fc-inner { height: 800px; }
		  .fc-image { height: 330px; }
	  }