﻿
/* CAROUSEL ON THE SITE */
/* Set the hight of the carousel on the main pages */

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2343b02a' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2343b02a' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

#jumboCarousel .carousel-caption {
    font-size: 3em;
    text-align: center;
    max-width: 18.75rem; /* 300px */
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
}

#jumboCarousel .carousel-captionLogin {
    right: 9%;
    color: #fff;
    font-size: 1.75em;
    text-align: left;
    background: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e4e5));
    background-image: -webkit-linear-gradient(#ffffff, #e3e4e5);
    background-image: linear-gradient(#ffffff, #e3e4e5);
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px !important;
}

#jumboCarousel .carousel-captionProvider {
    right: 70%;
    color: #000000;
}

#jumboCarousel .carousel-captionIndividual {
    right: 60%;
    color: #000000;
}

#jumboCarousel .carousel-captionMissionMotion {
    right: 65%;
    color: #ffffff;
}

.carouselLoginLink {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 25px;
    display: block;
    margin-bottom: 6px;
}

    .carouselLoginLink:before {
        font-family: FontAwesome;
        content: "\f054";
        color: #2EB135;
        font-size: 0.7em;
        display: inline-block;
        position: relative;
        left: -0.7em;
    }

.nextCarousel {
    box-shadow: 7px solid black;
    position: absolute;
    top: 50%;
    height: 60px;
    font-family: 'FontAwesome';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
    font-size: 5em;
    text-shadow: rgb(0 0 0 / 30%) 3px 0px 6px;
    line-height: 1;
    font-weight: bold;
}

    .nextCarousel:hover {
        color: #000;
    }

.login-title {
    background-color: #CAEBCC; 
    color: #000;
    padding: 10px 20px;
    font-size: 1.12rem;
    margin: 0;
}

.login-instruction {
    font-weight: bold;
    color: #000;
    font-size: 1rem;
    padding: 5px 0 5px 20px; 
    margin: 0;
}