#pageIntro ul {
    display: inline-block;
    text-align: left;
    font-size: 1.5em;
    margin: 0;
}
h1 { margin-bottom: .5em;}
.secWorkshop > div {
    min-width: 274px;
    max-width: 900px;
    text-align: center;
    align-self: stretch;
}
.secWorkshop > div:nth-child(2) {
    padding-top: 1em;
}
h4 { text-align: center;}
.secWorkshop > div ul {
    text-align: left;
}
.secWorkshop h6 {
    margin-bottom: 0px;
}
.secWorkshop > div > div {
    margin-top: 1.5em;
}
.secWorkshop p {
    display: inline-block;
    text-align: left;
    max-width: 40em;
    /*overflow:auto;*/
}
/* USE GOOGLE STD 480 X 270 */
/*.secWorkshop > div img {
    max-width: 368px;
    max-height: 460px;
}*/
#wspic1 > img {
    max-width: 304px;
    max-height: 240px;
}
#wspic2 > img {
    max-width: 320px;
    max-height: 240px;
}
#wspic3 > img {
    max-width: 252px;
    max-height: 230px;
}
#wspic4 > img {
    max-width: 295px;
    max-height: 230px;
}
#wspic5 > img {
    max-width: 320px;
    max-height: 213px;
}
#wspic6 > img {
    max-width: 320px;
    max-height: 213px;
}
#wspic7 > img {
    max-width: 241px;
    max-height: 256px;
}
#wspic8 > img {
    max-width: 233px;
    max-height: 256px;
}
.buttonpad {
    background-color: Linen;
}
.buttonpad div {
    text-align: center;
}

/* Uncomment to unfold flexgrid at higher resolutions */
    /* Paragragh height at bottom equalizes workshops sections */
@media only screen and (min-width: 992px) {
    .secWorkshop {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .secWorkshop > div {
        width: 48%;
        margin: 1% 1% 0% 1%;
        padding: 0%;
        max-width: 48%;
    }

    .secWorkshop > div:nth-child(2) {
        padding-top: unset;
    }

    .secWorkshop p {
        height: 10em;
    }
}
