.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;
}
 .cc-acad-vidhero {
     position: relative;
     height: 700px;
}
 #featured-block-classes, #explore-majors {
     margin: 60px;
}
 #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{
    position: relative;
}
aside.video .cc-video-preview {
    align-items: unset;
    justify-content: unset;
}

 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;
    }
}
/* ******************************* FEATURED VIDEO STYLES ******************************* */
 aside.video a.videocontainer {
     display: block;
     border: none;
     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;
}
 .cc-subsite-maincol aside.video {
     margin-left: 15px;
     width: 100%;
}
 aside.video span img {
     position: absolute;
     top: -20px;
     left: -12px;
}
 aside.video p {
     margin-top: 0.5em;
     font-family: Montserrat, Arial, sans-serif;
     color: #666;
}
 aside.video a.videocontainer {
     font-size: .857em;
     font-family: montserrat !important;
}
 aside.video span.cc-featvid-playbutton {
     background: url(//www.coloradocollege.edu/global/images/play_button.png) no-repeat;
     background-size: contain;
     height: 50px;
     width: 50px;
     padding: 0;
     overflow: hidden;
     position: absolute;
     text-indent: -1000px;
     display: block;
     margin: 0 auto;
     top: 50%;
     left: 50%;
     transform: translateX(-50%) translateY(-50%);
}
 .cc-subsite-maincol aside.video span.cc-featvid-playbutton {
     height: 70px;
     width: 70px;
}
 aside.video span img {
     display: none;
}
 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;
     margin: 20px 20px 180px 20px;
}
 @media (max-width: 576px) {
     .carousel-indicators li span {
         display: none;
    }
     #featured-alumni #cc-snapshots-carousel {
         margin-bottom: 0;
    }
}
 #cc-snapshots-carousel button {
     width: 200px;
     font-weight: bold;
}
 #explore-majors .cc-btn span:nth-of-type(2) {
     max-width: 90%;
}
 .cc-hero.container-fluid {
     position: relative;
     padding: 0;
}
 .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: 80px;
}
 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;
         left: 10px;
         font-size: 16px;
         color: #fff;
    }
     .vid-overlay img {
         max-width: 350px;
    }
     .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;
}
 .modal-body img {
     max-width: 100%;
     height: auto;
}
 .fluid-width-video-wrapper {
     width: 100%;
     position: relative;
     padding: 0;
}
 .fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 .cc-last-updated {
     display: none;
}
 .cc-last-updated.cla2 {
     display: block;
}
 #cc-hero-carousel .carousel-item {
     height: 190px;
     background-size: cover;
}
 @media screen and (min-width: 768px) {
     #cc-hero-carousel .carousel-item {
         height: 370px;
    }
}
 @media screen and (min-width: 992px) {
     #cc-hero-carousel .carousel-item {
         height: 500px;
    }
}
 @media screen and (min-width: 1200px) {
     #cc-hero-carousel .carousel-item {
         height: 600px;
    }
}
 @media screen and (min-width: 1600px) {
     #cc-hero-carousel .carousel-item {
         height: 700px;
    }
}
 @media screen and (min-width: 1940px) {
     #cc-hero-carousel .carousel-item {
         height: 940px;
    }
}
