/* TM CMS Page */
header .container { width: 80% !important; }
    section .container { width: 80% !important; }
    .carousel-control-prev {
        left: 0px;
    }
    .carousel-control-next {
        right: 115px;
    }
    
.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 40px;
    width: 40px;
    outline: black;
    background-color: rgba(0, 0, 0, 0.8);
    background-size: 100%, 100%;
    border-radius: 10%;
    border: 1px solid black;
}

#carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") !important;
}

#carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") !important;
}

#carousel .carousel-control-next, #carousel .carousel-control-prev {
    opacity: 0.6;
}

#carousel .carousel-control-next-icon, 
#carousel .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}
