.instruction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: .5;
}

.side-by-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: calc( 100% - 3.2rem);
}

.side-by-side.medium {
    max-width: 55rem;
}

.side-by-side li + li {
    margin-left: 1.6rem;
}

.side-by-side figcaption {
    padding: 1.2rem 0;
}

h2 {
    margin-bottom: 2.4rem;
    font-family: 'Estado Headline';
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.graph.thumb img {
    box-shadow: 0 0.1rem .8rem rgba( 0, 0, 0, .25);
    -webkit-transition: all .3s;
    transition: all .3s;
}

[data-touch="false"] .my-gallery img:hover {
    box-shadow: 0 0.1rem 2.4rem rgba( 0, 0, 0, .125);
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
}

#colophon {
    margin-top: 6.4rem;
    border-top: .1rem solid #eee;
    padding-top: 1.6rem;
}

.stamp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 300%;
    /* opacity: .25; */
    color: #006194;
    margin: 3.2rem;
}

.byline, .dateline {
    opacity: .5
}

dl, dt, dd {
    margin: 0;
    padding: 0;
}

a { 
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}

[data-touch="false"] a:hover { 
    /*border-bottom: 2px solid blue;*/
}

[data-touch="false"] .contact-info a:hover i { 
    margin-right: 1.2rem;
}

.media-wrapper {
    margin: 0 auto;
}

.contact-info {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.5;
    color: rgba( 0, 0, 0, .5 );
}

.contact-info h3 {
    display: inline;
    font-size: 1.2rem;
    font-weight: normal;
    text-transform: uppercase;
}

.contact-info a {
    border: 0
}

.contact-info i {
    margin-right: .8rem;
    transition: margin .3s;
}

.contact-info dd {
    margin: 1.2rem 0;
}

.topbar {
    margin-bottom: 0;
}

.background {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 28.8rem;
    overflow: hidden;
    margin-bottom: 4.8rem;
}

.background img {
    width: 100%;
}

.paper-fold {
    position: absolute;
    width: 100%;
    height: 3.2rem;
    display: flex;
    align-self: flex-end;
    display: none;
}

.paper-fold:before {
    content: '';
    display: block;
    background: #fff;
    height: 3.2rem;
    width: calc(100% - 3.2rem);
}

.paper-fold:after { 
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 1.6rem solid transparent;
    border-right: 1.6rem solid transparent;
    border-bottom: 1.6rem solid #ccc;
    border-left: 1.6rem solid #ccc;
}
