﻿.summary-title {
    margin: 0.5em 0;
}

.placeholder-160 {
    width: 16em;
    height: 60em;
}

#body-padding {
    padding: 1em;
}

#column, #spacer {
    display: none;
}

#video {
    color: white;
    background-color: teal;
    position: relative;
    padding-bottom: 0.8em;
}

#column > div {
    margin-top: 2em;
    width: inherit;
}

    #column > div > div {
        margin-top: 1em;
    }

#column > div > a, #column > div > div > a, #column > div > div {
    width: inherit;
}

    #column img {
        width: 100%;
    }

    .vdcontainer { position:relative; }
        .vdcontainerfeat { position:relative; display:block; height: 100%; }
        .vdoverlayerimglarge { position:absolute; top: -20px; left: 0px; z-index: 3; width: 100% }
        .vdoverlayerimgfeat { position:absolute; top: 0px; left: 0px; z-index: 3; width: 100% } 
        .vdoverlayerimgsmall { position:absolute; top: -10px; left: 0px; z-index: 3; width: 100% } 
        .vdunderlayerimg { z-index: 1; } 

@media (min-width: 768px) {
}

@media (min-width: 1024px) {
    #column {
        display: table-cell;
        width: 38em;
    }

        #column > div:first-child {
            margin: 0;
        }

    #spacer {
        display: table-cell;
        width: 2em;
    }

    #content {
        width: 60em;
    }
}

#static-promo {
    display: table;
    width: 100%;
    height: 40em;
}

    #static-promo > div {
        display: table-cell;
    }

    #static-promo > .spacer {
        width: 2em;
    }

    #static-promo > :last-child {
        width: 38em;
    }

#promo1 {
    height: 30em;
}

    #promo1 p {
        font-size: 1.8em;
        color: black;
        margin: 0.25em 0;
    }

    #promo1 img {
        width: 100%;
    }

#promo2 {
    background-color: #ccc;
    height: 8em;
    margin-top: 2em;
}
