.d0bluebox2 {background-color:#4bacc6; padding:20px; min-height:0px; margin-top: 1em; display:block;}
.d0navybox2 {background-color:#17375E; padding:20px; min-height:0px; margin-bottom: 1em; display:block;}

.d0navybox li:before {color: #e6aa00 !important;}

#r8_content .parallax01 {background-attachment: scroll; background-position-y: 55%;}
#r8_content .parallax02 {background-attachment: scroll; background-position-y: 50%;}
#r8_content .parallax03 {background-attachment: scroll; background-position-y: 30%;}
#r8_content .parallax04 {background-attachment: scroll; background-position-y: 40%}

.d0-slider {
    overflow: hidden;
    width: 100%;
  }

  /* Inner track: holds all 6 slides side by side */
  .d0-slides {
    display: flex;
    /* Width is set by JS once we know the container size */
    transition: transform 0.8s ease-in-out;
    will-change: transform;
  }

  /* Each slide matches the visible slider width exactly — set by JS */
  .d0-slide {
    flex-shrink: 0;
    box-sizing: border-box;
    text-align: center;
  }

  .d0-slide-question {
    color: #ffffff;
    font-family: 'Domine', serif;
    white-space: normal;
  }
