﻿.Page-Home.Index .TextResource {
    width: 57%;
    float: right;
}

.image.MediaResource.LineArt-BaldEagle.Desktop {
    width: 41%;
    margin-top: 35px;
    float: left;
}

    .image.MediaResource.LineArt-BaldEagle.Desktop img {
        height: 100%;
        width: 100%;
    }

.Shortcut1,
.Shortcut3,
.Shortcut5 {
    width: 39%;
}

.Shortcut2,
.Shortcut4 {
    width: 22%;
}

.Shortcut6 {
    width: 20%;
}

.Shortcut7 {
    width: 19%;
}

.Shortcut .Overlay,
.HeaderWrapper .Overlay {
    position: absolute;
    bottom: 0;
    height: 60px;
    width: 100%;
    z-index: 1;
    background: -webkit-linear-gradient(bottom,#2B1B17,transparent);
    background: -o-linear-gradient(bottom,#2B1B17,transparent);
    background: -moz-linear-gradient(bottom,#2B1B17,transparent);
    background: linear-gradient(to bottom, transparent, #2B1B17);
}

.Shortcut {
    position: relative;
    display: block;
    height: 213px;
    float: left;
    overflow: hidden;
    background-color: black;
}

    .Shortcut .MediaResource {
        height: 100%;
        width: 100%;
        background-position: center center;
        background-size: cover;
    }

    .Shortcut a {
        display: block;
        height: 100%;
        width: 100%;
    }

        .Shortcut a p {
            display: inline-block;
            position: absolute;
            bottom: 15px;
            left: 15px;
            padding: 0 50px 0 0;
            line-height: 35px;
            color: white;
            font-family: 'Roboto', sans-serif;
            font-size: 28px;
            font-weight: 900;
            text-transform: uppercase;
            z-index: 2;
            background-position: 99% 50%;
            background-repeat: no-repeat;
            background-size: 35px 35px;
        }

    .Shortcut.Highlight {
        position: absolute;
        height: 100%;
        width: 100%;
    }

    .Shortcut.Shortcut1 iframe {
        width: 300px;
        height: 213px;
        margin: 0 auto;
    }

    .Shortcut.Shortcut6 iframe {
        width: 156px;
        height: 213px;
        margin: 0 auto;
    }

@media all and (max-width: 1024px) {
    .Page-Home.Index .LineArt-BaldEagle {
        width: 30%;
        height: auto;
    }
}

@media all and (max-width: 640px) {
    .Page-Home.Index .TextResource {
        width: 100%;
        float: none;
    }

    .Page-Home.Index .LineArt-BaldEagle {
        width: 100%;
        float: none;
        margin-top: auto;
    }

    .Shortcut {
        width: 100%;
    }

        .Shortcut .MediaResource {
            background-size: cover;
        }
}
