#summer-intensive img.banner {
    width: calc(100% + 2em);
    position: relative;
    left: -1em;
}

#summer-intensive .action-panel {
    text-align: center;
}

#summer-intensive h3 {
    text-transform: uppercase;
}

#summer-intensive em {
    font-style: normal;
    font-weight: bold;
}

#sip-info {
    background-image: url('/static/images/stock-3.jpg');
    background-size: cover;
    background-position: center;
    padding-top: 1em;
    padding-bottom: 0;
}

#sip-info h3 {
    background-color: #eee;
    margin: 0 0.5em;
    line-height: 3em;
    font-family: 'SafiraMarch';
    text-transform: uppercase;
    font-size:2em;
}

#sip-info div.split > div {
    display: inline-block;
    width: 50%;
}

#sip-info div.panel {
    background-color: rgba(250, 250, 250, 0.7);
    margin-bottom: 1em;
    padding: 1em;
}

#sip-info div.panel ul {
    list-style: none;
}

#sip-info div.panel h4 {
    text-align: center;
    font-size: 2em;
    text-transform: uppercase;
}

#sip-info div.panel h5 {
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;
}

@media (max-width: 760px)
{
    #sip-info div.split > div {
        display: block;
        width: 100%;
    }
}

#sip-info div.panel img {
    width: 200px;
    height: 200px;
    background-color: #000;
}

#sip-info div.panel span {
    display: block;
}

#sip-info div.panel div.guest-faculty {
    position: relative;
    text-align: center;
    display:inline-block;
    vertical-align: top;
}

@media (max-width: 955px)
{
    #sip-info div.panel div.guest-faculty {
        display:block;
    }
}

#sip-info div.panel div.guest-faculty span:first-of-type {
    position:absolute;
    top: calc(200px - 2em);
    left: calc(50% - 100px);
    width: 200px;
    text-transform: uppercase;
    color: #eee;
}

#sip-info div.panel table {
    width: 100%;
    border-spacing: 0;
}

#sip-info div.panel table th, #sip-info div.panel table td {
    border-bottom: 1px solid black;
    margin: 0;
    text-align: left;
}

#elevate {
    background-image: url(/static/images/pink-stream.svg);
    background-size: 100% 100%;
    background-color: #FFF0E6;
}

#elevate h3 {
    font-size: 4em;
}

#elevate h4 {
    font-size: 2em;
    text-align: center;
}

#elevate div.panel {
    display: inline-block;
    width: calc(50% - 1em);
    vertical-align: top;
}

#elevate div.panel img {
    width: 100%;
}

#elevate p.question {
    font-weight: bold;
    text-align: center;
}

#elevate div.action-panel {
    text-align: center;
}

@media (max-width: 760px)
{
    #elevate div.panel {
        display: block;
        width: 100%;
    }
}