/*
Copyright 2020 Eduworks Corporation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

.carousel_wrapper {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    will-change: transform;
}

.carousel_carouselContainer {
    display: flex;
    flex-flow: row wrap;
    background-color: var(--background-light);
    width: 100%;
    height: 400 px;
}

.carousel_carouselHeader {
    display: flex;
    background-color: var(--primary-color-dark);
    width: 100%;
    height: auto;
    will-change: unset;
}

.carousel_carouselBody {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 360px;
    overflow: hidden;
    will-change: transform;
}

.carousel_controlsContainer {
    display: inline-flex;
    margin: .5rem;
    justify-content: space-around;
    align-items: center;
    background-color: var(--primary-color-dark);
    width: 100%;
}

.carousel_dotsContainer {
    display: inline-flex;
    flex-wrap: wrap;
}

.carousel_dotWrapper {
    margin-left: 5px;
    margin-right: 5px;
}

.carousel_dot,
.carousel_leftButton,
.carousel_rightButton {
    background-color: var(--primary-color-dark);
    padding: 0;
    color: var(--light-font);
    border: none;
    cursor: pointer;
}

.carousel_dot:hover,
.carousel_leftButton:hover,
.carousel_rightButton:hover {
    background-color: transparent;
}

.carousel_leftButtonImage,
.carousel_rightButtonImage {
    color: var(--light-font);
    text-shadow: none;
}

.carousel_dotImage {
    color: var(--primary-color-light);
    text-shadow: none;
}

.carousel_leftButtonImage,
.carousel_rightButtonImage {
    font-size: 1.25rem;
}

.carousel_slide.carousel_imageOnly>.carousel_imageContainer {
    height: 360px !important;
}

.carousel_slide {
    position: absolute;
    background-color: var(--background-lightest);
    left: 0;
    margin: 0;
    list-style-type: none;
    padding-left: 0px;
    bottom: 0;
    right: 0;
    z-index: 2;
    visibility: visible;
    opacity: 1;
    transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;


}

.carousel_animateNext {
    visibility: hidden;
    opacity: 0;
    z-index: 3 !important;
    width: 100% !important;
}

.carousel_animatePrev {
    visibility: hidden;
    opacity: 0;
    z-index: 1 !important;
    width: 100% !important;

}

.carousel_carouselBody>.carousel_slide:nth-child(n+1) {
    z-index: -1;
}

.carousel_carouselBody>.carousel_slide:nth-child(n+1) {
    z-index: -1;
}

.carousel_carouselBody>.carousel_slide:nth-child(1) {
    z-index: 2;
}

.carousel_carouselBody>.carousel_slide:nth-child(1) {
    z-index: 2;
}

.carousel_imageContainer {
    height: 320px;
}

.carousel_imageContainer img {
    object-fit: contain;
    height: 100%;
    max-height: 100% !important;
    max-width: 100% !important;
    display: block;
    margin: auto;

}

.carousel_captionContainer {
    display: flex;
    padding: var(--spacing-s);
    /* height: 2rem; */
    /* line-height: 1em; */
    overflow: auto;
    max-height: 5em;
    /* color: var(--dark-font); */
    font-family: var(--font-family-primary);
    background-color: var(--background-lighter);
    border-top: solid 1px var(--background-darker);
}
/*
     FILE ARCHIVED ON 05:10:57 Jan 16, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:33:01 Oct 21, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 106.737
  exclusion.robots: 0.093
  exclusion.robots.policy: 0.084
  cdx.remote: 0.057
  esindex: 0.011
  LoadShardBlock: 63.513 (3)
  PetaboxLoader3.datanode: 88.61 (4)
  load_resource: 712.735
  PetaboxLoader3.resolve: 678.907
*/