﻿

    .contentheader3 {
        font-size: 3.5em;
        color: rgb(239, 65, 53);
        font-family: 'Knockout 30 A', 'Knockout 30 B';
        margin: 2.5% 0px;

    }

    main .no-red-border {
        border-right:none;
    }

    .contentHolder {
        font-size: 1.2em;
        font-family: var(--p-FontFamily);
    }

    .program-about-text {
      border-right: var(--redLine);
      padding: 0% 2%;
    }

    .program-about-text .header3, .program-resources .header3 {
        margin-bottom:1vw;
    }
    .program-section-about {
        display:grid;
        grid-template-columns: 2fr 1fr;
        grid-gap:2%;
        margin-top: 4%;
    }

    .mobile-resources-header {
        display:none;
    }

@media (max-width:650px) {

    .spotlight .colored-box {
        background:white;
    }

    .spotlight-item-holder .spotlight {
        display:block;
    }

    .spotlight-item-holder .spotlight-image {
        transform:none;
    }

    .mobile-resources-header {
        display: block;
    }

    .resources-header {
        display:none;
    }

    .program-section-about {
        margin-bottom:0;
    }

    .program-section-about, .program-section .program-section-production-holder {
        grid-template-columns: 1fr;
    }

    .collapsable-div .sub-program {
        display:block;
    }

    .program-section .program-about-text {
        border-right:none;
    }

    main .mobile-sponsor-text {
        display: block;
    }

    .program-about-text {
        padding: 0%;
    }

    .program-about-text .header3, .program-resources .header3, .mobile-sponsor-text .header3 {
        margin-bottom: 3vw;
    }

    .sub-program-image {
        float: right;
        width: 50%;
        margin-left: 2%;
        margin-bottom: 2%;
    }

    .collapsable-div .sub-program {
        margin-bottom:8%;
        
    }

    .collapsable-div {
        display: flex;
        flex-direction: column;
        margin-bottom: 2vh;
        gap: 10px;
    }

    .resource-link {
        display: flex;
        justify-content: space-between;
    }

    .header5 {
        width: 60%;
    }

    .resource-more-info {
        width: 100%;   
    }

    main .sub-program:nth-child(even) .sub-program-image {
        width: 50%;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
    }

}

    .mobile-sponsor-text {
        display: none;
    }

    .about-text-header3{
        margin-top: 0%;
    }

    .resources-header{
        margin-top: 0%;
    }

    .resource-link {
    font-weight: 500;
    font-size: 1.4em;
    margin-bottom: 1vw;
    }

    .resource-link  .resource-more-info {
        color: var(--ptRed);
        display: block;
    }

    .program-section-production-holder {
      display:grid;
        grid-template-columns: 1fr 1fr;
        grid-gap:3vw;
    }

    .sub-program {
        display:grid;
        grid-template-columns:1fr 1fr;
        grid-gap:4%;
        margin-bottom:4%;
    }

    .program-section-production-holder img{
        width:100%;
    }

    .sub-program-image img {
        width:100%;
    }
    .sub-program:nth-child(odd) .sub-program-image {
        order:2;
       
    }

    .sub-program:nth-child(odd) .sub-program-image img {
       transform: translate(5%, -7%);
    }

     .sub-program:nth-child(even) .sub-program-image {
        width: 100%;
    }

     .sub-program:nth-child(even) .sub-program-image img {
        transform: translate(-5%, 7%);
    }
     

    .sub-program-image-colored-box {
       background-color: var(--ptRed);
    }

    .program-section-media::after, .mobile-sponsor-text::after, .block-section-media::after, .program-section-sub-programs::after, section::after {
        height:0vh !important; /*we can get rid of this later*/ 
    }

    /*community partners*/
.spotlight-item-holder {
    display: grid;
    width:100%;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3vw; 
}

.spotlight-image {
    width: 100%;
    transform: translate(-5%, 7%);
}

.spotlight {
        display: grid;
    grid-template-columns: 1fr 1fr;
     grid-column-gap:2%;
}

.spotlight-title {
    margin-bottom: var(--spacing6);
}

.introtext {
    margin-bottom:var(--spacing);
}

.video-holder {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 2%;
}

.spotlight-blurb {
    margin-bottom: 3%;
}

.partner-link {
    color: red;
    margin-top: 3%;
    cursor: pointer;
}

@media(max-width:650px) {
    .media-images__item {
        text-align: center;
    }

    .large{
        width:66%;
    }

    .AllenandOvery {
        width: 60%;
    }
}