.cc-subsite-content {
  margin-top: 50px;
  margin-bottom: 20px;
}
drawer {
  position: relative;
  width: 100%;
  z-index: 1000; /* Ensures the drawer appears on top of other content */
}

#drawer-toggle {
  position: relative;
  margin: 10px 0; /* Adds some space above and below the button */
}

#drawer-content {
  display: none;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  padding: 15px;
  overflow-y: auto;
  transition: max-height 0.3s ease-in-out;
}
#drawer-content h4 {
 margin: 25px; 
}
@media screen and (min-width:992px){
  .cataloglist {
      -moz-column-count: 3;
      -moz-column-gap: 2.5em;
      -webkit-column-count: 3;
      -webkit-column-gap: 2.5em;
      column-count: 3;
      column-gap: 2.5em;
  }
}
#program-chooser-toggle {
  position: relative;
}
#drawer-toggle {
    position: absolute;
    z-index: 2;
    right: 12px;
    margin-top: 0;
    padding-top: 2px;
    background-color: #000;
    border-color: #000;
/*     color: rgb(208, 155, 44); */
    font-family: montserrat, sans-serif;
    font-size: 0.9rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
#featured-alumni #cc-snapshots-carousel {
/*     margin-bottom: 180px; */
}
#featured-alumni .carousel-indicators {
    bottom: -60px;
}
/* #drawer-toggle:active:focus{
  box-shadow: none !important;
} */
/* .carousel-indicators {
    bottom: 0;
} */
/* #cc-snapshots-carousel .carousel-inner {
    display: flex;
    align-items: stretch;
}

#cc-snapshots-carousel .carousel-item {
    flex: 1 0 auto;
} */

#featured-alumni .carousel-control-prev-icon, 
#featured-alumni .carousel-control-next-icon {
  display: none;
}
#featured-alumni .carousel-indicators li {
    max-width: 240px;
    width: 20%;
 }
#featured-alumni .carousel-indicators li span {
  font-family: montserrat, sans-serif;
  font-weight: bold;
  font-size: 0.9rem;
  text-align: center;
}
.alumni_showmore {
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
}
aside.video a.fc_container {
  display: block;
  background: transparent url() no-repeat scroll 50% 50%;
  background-size: cover;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0;
  height: 0;
}
aside.video a.videocontainer {
  border: unset;
}
aside.video a.videocontainer,
aside.video a.fc_container {
/*   border-width: 3px;
  border-style: solid;
  border-color: rgba(0,0,0,0);
  transition: border-color 0.5s ease-in-out; */
/*   box-sizing: border-box; */
}
.videocontainer i,
.fc_container i {
  position: absolute;
  bottom: 12px;
  right: 12px;
  color: #fff;
  font-size: 1.8rem;
  background-color: #d19d1d;
  padding: 5px 7px;
  border-radius: 5px;
}
.videocontainer i {
  border-radius: 50%;
  font-size: 1.35rem;
  padding: 15px 13px 15px 17px;
  bottom: 10px;
  right: 10px;
}
@keyframes pulse {
    0%   { opacity: 1; }
    50%  { opacity: 0.8; }
    100% { opacity: 1; }
}
aside.video a.videocontainer:hover,
aside.video a.fc_container:hover {
  border-color: #d19d1d;
}
.videocontainer:hover i,
.fc_container:hover i {
    animation: pulse 2s infinite;
  
}

aside.video h5 {
   font-size: 1rem;
}
.cc-stripe-heading {
    margin: 75px 0 75px -50vw;
}
#intro-contact {
  margin-top: 0.5rem;
}
.cc-subsite-pagetitle {
   display: none;
}
#featured-alumni .carousel {
 /*  background: #eee; */
}
#featured-alumni .container .carousel-indicators {
    position: relative;
    bottom: initial;
}
@media (max-width: 576px) {
   .carousel-indicators li span {
      display: none;
   }
   #featured-alumni #cc-snapshots-carousel {
      margin-bottom: 0;
   }
}
#explore-majors .cc-btn span:nth-of-type(2) {
   max-width: 90%;
}

.cc-hero.container-fluid {
    position: relative;
}
.vid-overlay {
  position: absolute;
  bottom: 20px;
  left: 50px;
  font-size: 40px;
  color: #fff;
  z-index: 1;
}
.vid-overlay img {
  max-width: 450px; 
}
.embed-responsive-custom {
    background: url(https://www.coloradocollege.edu/other/example/dept/img/still.jpg);
    background-size: 100%;
}

#dept_contact {
    margin-top: 40px;
    margin-bottom:  20px;
}
ul.social-media-links{
    margin: 0 0 1rem 0;
    padding: 0;
    list-style-type: none;
}
ul.social-media-links li i {
    position: relative;
    top: 3px;
    font-size: 1.4rem;
}
@media screen and (max-width: 767px){
   .vid-overlay {
    position: absolute;
    bottom: 0;
    left: 10px;
    font-size: 16px;
    color: #fff;
  }
  .vid-overlay img {
    max-width: 150px; 
  }
  .vid-overlay p {
    margin-bottom: 0;
  }
}
.cc-footer-cta {
  background-color: rgb(208, 155, 44);
  
}
.cc-footer-cta a {
  display: block;
  text-align: center;
  color: #000;
  font-family: monserrat, sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  padding: 5px;
}
.cc-footer-cta a:hover,
.cc-footer-cta a:active {
  background-color: rgba(255,255,255,0.2)
}
.cc-footer-requestinfo a {
  border-left: 2px solid rgba(255,255,255,0.5);
}
.cc-footer-visit a {
  border-left: 2px solid rgba(255,255,255,0.5);
  border-right: 2px solid rgba(255,255,255,0.5);
}
.cc-footer-apply a {
  border-right: 2px solid rgba(255,255,255,0.5);
}

@media screen and (max-width:991px){
  .cc-footer-requestinfo a,
  .cc-footer-visit a,
  .cc-footer-apply a {
   border: none; 
  }
}
 #explore-majors .cc-btn {
  line-height: 1.5rem; 
  min-height: 4.4rem;
}
#content #explore-majors a.button, 
#content #explore-majors a.button:hover {
    text-align: center;
}

}