.main-content {
    padding-top: 0px;
}

.visit-sub-header {
    background-color: #222;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.visit-sub-header-content {
    background: rgba(0, 0, 0, 0.25);
    color: white;
    padding: 10vw 1em 10vw 1em;
}

.fade-down {
    transition: opacity 1s, transform 2s;
}

.visit-sub-header-content h2.visit-sub-header-heading {
    display: block;
    font-weight: 800;
    text-align: center;
    text-shadow: 2px 2px black;
    text-transform: uppercase;
    margin-bottom: 0.25em;
    opacity: 0;
    transform: translateY(-40px);
}

.visit-sub-header-content h2.visit-sub-header-heading.animate {
    opacity: 1;
    transform: translateY(0px);
}

div.visit-sub-header-paragraphs {
    font-size: 130%;
    font-weight: 800;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0px 2px 15px rgba(0, 0, 0, 1);
    opacity: 0;
    animation: fadeIn 1s ease-in 1s forwards;
}

.visit-sub-header-paragraphs > p {
    margin-bottom: 0;
    text-align: center;
}

.visit-sub-header-paragraphs > p > strong {
    color: #ffa74f;
}

.slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    animation: crossfade 28s infinite;
    z-index: -1;
}

/* Images */
.s1 { background-image: url("../images/hero-summer.jpg"); animation-delay: 0s; }
.s2 { background-image: url("../images/hero-fall.jpg"); animation-delay: 4s; }
.s3 { background-image: url("../images/hero-fall-students.jpg"); animation-delay: 8s; }
.s4 { background-image: url("../images/hero-winter.jpg"); animation-delay: 12s; }
.s5 { background-image: url("../images/hero-winter-students.jpg"); animation-delay: 16s; }
.s6 { background-image: url("../images/hero-spring.jpg"); animation-delay: 20s; }
.s7 { background-image: url("../images/hero-spring-students.jpg"); animation-delay: 24s; }

/* Animation */
@keyframes crossfade {
  0%   { opacity: 0; }
  10%  { opacity: 1; }  /* fade in */
  30%  { opacity: 1; }  /* visible */
  40%  { opacity: 0; }  /* fade out */
  100% { opacity: 0; }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.section-ocu {
    background: linear-gradient(135deg, #06357a 0%, #1f2f7f 15%, #352b81 45%, #4c2683 100%);
    color: white;
    padding-top: 3em;
    padding-bottom: 2em;
}

.section-ocu h3 {
    color: #f68b1f !important;
}

.section-ocu .btn {
    margin-bottom: 0px;
}

.section-where {
    padding-top: 2em;
    padding-bottom: 2em;
}

.section-where h3 {
    color: #34657F;
    font-size: 200%;
}

.section-scholarship {
    background-color: #261244;
    color: white;
    padding-top: 3em;
    padding-bottom: 3em;
}

.scholarship-icon-and-text {
    display: flex;
    gap: 30px;
}

.scholarship-icon {
    flex: 0 0 20%;
    color: #F2C75C;
}

.scholarship-icon svg {
    display: block;
    width: 100%;
    max-width: 150px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.scholarship-text {
    flex: 1;
    font-size: 90%;
    font-weight: normal;
}

.scholarship-text h3 {
    color: #F2C75C;
    text-transform: uppercase;
    font-size: 180%;
}

.section-visit-options {
    background-color: #4C2683;
    color: white;
    padding-top: 3em;
    padding-bottom: 3em;
}

.section-visit-options h3 {
    font-size: 200%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.section-visit-options .options {
}

.section-visit-options .options .option {
    display: block;
    text-decoration: none;
    color: inherit;
    border: 2px solid white;
    border-radius: 6px;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    height: 100%;
    cursor: pointer;
    margin-bottom: 2em;
}

.section-visit-options .options .option:hover {
    background-color: #3f1f6c;
}

.section-visit-options .options .option .option-photo {
    margin: 0;
    padding: 0;
}

.section-visit-options .options .option h4 {
    padding: 1.5rem 1.5rem 0 1.5rem;
    font-size: 150%;
    margin-bottom: 0;
}

.section-visit-options .options .option h4 span {
    display: block;
    font-size: 50%;
}

.section-visit-options .options .option .option-details {
    padding: 1.5rem 1.5rem 0 1.5em;
}

.section-visit-options .options .option .option-cta a {
    display: block;
    background-color: #F68B1F;
    color: black !important;
    text-align: center;
    text-decoration: none;
    padding: 1rem;
    pointer-events: none;
}

.section-visit-options .group a {
    display: block;
    color: white;
    font-size: 150%;
    margin-top: 2em;
    text-align: center;
    text-decoration: underline;
}

.purple-visit-day-options {
    display: none;
    background-color: white;
    border-radius: 6px;
    color: black;
    grid-column: span 2;
    padding: 2em;
    margin-bottom: 30px;
}

.pvd-days {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: center;
}
.pvd-day-cta a {
    margin-bottom: 0px !important;
 }
.pvd-day-details {
    margin-bottom: 0px !important;
}

.section-testimonials {
    background-color: #34657F;
    color: white;
}

.testimonals {
	position: relative;
}

.testimonial-wrapper {
	position: relative;
}

.testimonial {
    display: none;
}

.testimonial.active {
    display: block;
}

.testimonial-content {
}

.testimonial-photo {
    aspect-ratio: 1 / 1;
    background-size: cover;
    border-radius: 50%;
    border: 4px solid white;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
}

.ethan-john .testimonial-photo {
	background-image: url('../images/student-ethan-john.jpg');
}

.nina-wilson .testimonial-photo {
	background-image: url('../images/student-nina-wilson.jpg');
}

.sarah-coram .testimonial-photo {
	background-image: url('../images/student-sarah-corum.jpg');
}

.ally-harness .testimonial-photo {
	background-image: url('../images/student-ally-harness.jpg');
}

.testimonial-text {
    padding: 20px 40px;
}

.testimonial-text .quote {
    font-family: 'Times New Roman', serif;
    font-size: clamp(1rem, 1.5vw, 30px);
}

.testimonial-text .by-line {
    padding-left: 2em;
}

.testimonial-text .by-line strong {
    display: block;
}

.testimonial-thumbs {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.testimonial-thumb {
	width: 60px;
	height: 60px;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	opacity: 0.5;
	border: 2px solid white;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.testimonial-thumb.active {
	opacity: 1;
	border-color: #F68B1F;
}

.section-tct {
    background-color: #4C2683;
    background-image: url("../images/background-triangles.png");
    color: white;
    padding-top: 3em;
    padding-bottom: 2em;
}

.section-tct h3 {
    text-transform: uppercase;
    font-size: 200%;
}

.section-plan {
    padding-bottom: 2em;
}

.section-plan > .container > .row {
	align-items: center;
}

.section-plan .pencil-drawing {
    width: 100%;
    max-width: 600px;
}

.section-plan .time {
    background-color: #4C2683;
    color: white;
    font-weight: bold;
    padding: 1em 2em;
    margin-bottom: 1em;
    clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
    text-align: center;
}

.section-plan #clock {
    color: #ffa74f;
}

.section-contact .contact-box {
    border: 4px solid #4C2683;
    padding: 2em 2em 1em 2em;
}

.section-contact .contact-box h3 {
    color: #F68B1F;
    text-transform: uppercase;
}

.section-contact .contact-box .address {
    color: #4C2683;
}

.section-contact .contact-box .cta a {
    color: #F68B1F !important;
}

/* Small devices (tablets, 744px and up. Fix for portrait on iPad mini) */
@media (min-width: 744px) {
    
    .pvd-days {
        grid-template-columns: minmax(200px, 30%) 1fr;
    }

}

/* Small devices (tablets, 768px and up) */
 @media (min-width: 768px) {
     .visit-sub-header-content h2 {
         font-size: 350%;
    }
    
    .section-visit-options .options {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 60px;
    }
    
    .section-visit-options .options .option {
        margin-bottom: 0;
    }
    
    .section-testimonials {
        padding-bottom: 2em;
    }
    
    .testimonial-content {
        display: grid;
        column-gap: 60px;
        grid-template-columns: 30% 1fr;
        align-items: center;
    }
    
    .testimonial-photo {
        max-width: 400px;
    }
    
    .testimonial-text {
        padding: 20px 60px 20px 20px;
        padding-right: 60px;
    }
}