﻿.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.image.left2 {
    max-width: 30%;
    float: left;
    display: block;
    padding-right: 15px;
    padding-top: 7px;
}

    .image.left2 img {
        width: 100%;
        height: auto;
        border-radius: 3px;
    }

.image.legacy {
    display: block;
    margin: 0.4em 0.4em 0 0.4em;
    max-width: 30%;
}

.image.fit {
    display: block;
    margin: 0;
    width: 100%;
    align-content: center;
}

.image.fit img {
    width: 90%;
}

.box {
    border-radius: 0;
    border: solid 1px;
    margin-bottom: 2em;
    padding: 1.5em;
    word-wrap: break-word;
}

    .box > :last-child,
    .box > :last-child > :last-child,
    .box > :last-child > :last-child > :last-child {
        margin-bottom: 0;
    }

    .box.alt {
        border: 0;
        border-radius: 0;
        padding: 0;
    }

.box {
    border-color: rgba(144, 144, 144, 0.25);
}

.email2 {
    display: none;
}