/* cmsms stylesheet: carousel modified: Friday, May 16, 2025 9:50:00 AM */
#carouselHome {
/*margin-top:55px;*/
}

#carouselHome .carousel-control-next, .carousel-control-prev{
align-items:end;
margin-bottom:2rem;}

#carouselHome .carousel-item{
background-repeat:none;
background-position: center center;
background-size:cover;
}
#carouselHome .carousel-item .carousel-holder{
height:80vh;
}
#carouselHome .carousel-caption {
background-color:none;/*rgba(255,255,255,.90);*/
border-top: solid 1px #FFF;
text-align:center;
/*max-width:60vw;
right: 15%;*/
padding:1.25rem;
bottom: 1rem;
}

#carouselHome .carousel-caption p{
font-size:90%;
}

#carouselHome .carousel-control-prev-icon,
#carouselHome .carousel-control-next-icon {
background-color:none;
width: 5rem;
height: 3rem;
background-size: 75% 75%;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
height:80vh;
#carouselHome {
/*margin-top:85px;*/
}

#carouselHome .carousel-caption {
/*max-width:50vw;*/
padding:2rem;
}

#carouselHome .carousel-item .carousel-holder{
height:80vh;
}


}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
#carouselHome .carousel-item .carousel-holder{
height:70vh;
}
#carouselHome .carousel-caption {
/*max-width:40vw;*/
padding:2rem;
}
.carousel-caption h5 {
font-size:2em;
}
#carouselHome .carousel-caption p{
font-size:100%;
}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
#carouselHome .carousel-item .carousel-holder{
height:90vh;
}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}
/* cmsms stylesheet: nav modified: Monday, March 10, 2025 1:44:39 PM */
.navTopHolder{
position:fixed;
top:0;
width:100%;
height:auto;
z-index:1050;
}

nav .navLeft{ justify-content: flex-end;}

nav#mainNav a.nav-link{
color:#FFF;
text-transform:uppercase;
}

body.content nav#mainNav a.nav-link{
color:#000;
}
/* cmsms stylesheet: main modified: Friday, May 16, 2025 9:31:44 AM */
:root{
--color01:#F00;
}

body.content section.mainContent{
margin-top:80px;
}

.submitBar {
position:fixed;
bottom:0;
left:0;
right:0;
backgtround:#EFEFEF;
border-top:solid 1px #CCC;
padding:10px;
}

#questionCtrl{padding-bottom:70px;}
