﻿body {
    padding: 40px 0 0 0;
    background-image: url(/Content/images/home/richmond.jpg);
    background-repeat: no-repeat;
}

.menuButton {
    position: absolute;
    z-index: 1000;
    top: 40px;
    right: 50px;
}

    .menuButton:hover {
        background-position: bottom;
        cursor: pointer;
    }

.left {
    width: 30%;
    float: left;
    color: #fff;
}

    .left .logoTagline {
        display: block;
        text-align: center;
        padding: 0 0 30px 0;
    }

        .left .logoTagline .logo {
            width: 80%;
            max-width: 387px;
        }

        .left .logoTagline h1 {
            display: block;
            padding: 28px 45px 0 0;
            text-align: right;
            color: #00a5b5;
            margin: 0;
            border: 0;
            font-weight: 300;
        }

    .left ul.mainLinks li, .right ul.mainLinks li {
        width: 50%;
        box-sizing: border-box;
        float: left;
        border-right: 2px solid transparent;
        border-bottom: 2px solid transparent;
        position: relative;
    }

        .left ul.mainLinks li img, .right ul.mainLinks li img {
            width: 100%;
        }

    .left .firstPost {
        width: 90%;
        margin: 40px 5px 60px 0;
        float: right;
        position: relative;
    }

        .left .firstPost .fl {
            display: none;
        }

        .left .firstPost img {
            width: 100%;
        }

        .left .firstPost .details h3, .right .latestFourPosts .details h3 {
            text-transform: uppercase;
            font-family: 'Oswald', sans-serif;
            color: #00829a;
            margin: 15px 0 10px 0;
            padding: 0;
        }

        .left .firstPost .details h2, .right .latestFourPosts .details h2 {
            margin: 15px 0 0 0;
            padding: 0;
            font-weight: normal;
            color: #40395f;
        }

        .left .firstPost .details .link {
            display: none;
        }

        .left .firstPost p, .right .latestFourPosts p {
            font-size: 14px;
            line-height: 18px;
            padding: 0;
        }

        .left .firstPost .blogTag {
            position: absolute;
            margin-left: -10%;
            margin-top: -20px;
            color: #fff;
            box-sizing: border-box;
            background-image: url(/Content/images/home/bluebg.png);
        }

            .left .firstPost .blogTag img {
                height: 100%;
                width: auto;
            }

            .left .firstPost .blogTag span {
                display: inline-block;
            }

ul.mainLinks li span.title, ul.mainLinks li span.smallTitle {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 2;
    display: block;
    color: #fff;
    font-weight: normal;
}

.right ul.mainLinks li span.smallTitle {
    text-align: left;
    font-size: 16px;
    line-height: 18px;
}

.left ul.mainLinks li:hover img, .right ul.mainLinks li:hover img {
    opacity: 0.9;
    cursor: pointer;
}

.right {
    width: 70%;
    float: right;
}

    .right ul {
        width: 85.75%;
    }

        .right ul.mainLinks li {
            width: 25%;
        }

    .right .featureArea {
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 30px 0;
        background-color: #fff;
        position: relative;
    }

        .right .featureArea .desc {
            width: 35%;
            float: left;
            padding: 60px;
        }

        .right .featureArea .imgContainer {
            float: left;
            overflow: hidden;
        }

            .right .featureArea .imgContainer img {
                height: 100%;
                width: auto;
            }

        .right .featureArea h2 {
            color: #1d7891;
            font-weight: normal;
            padding: 0;
        }

        .right .featureArea .desc p {
            padding: 0;
            margin: 0;
        }

        .right .featureArea .desc a {
            color: #01809e;
            text-decoration: none;
            font-weight: bold;
            margin: 30px 0 0 0;
            display: block;
        }

            .right .featureArea .desc a:hover {
                color: #00a5b5;
            }

        .right .featureArea .slide2, .right .featureArea .slide3 {
            display: none;
        }

body.sfPageEditor .right .featureArea .slide2, body.sfPageEditor .right .featureArea .slide3 {
    display: block;
}

.right .featureArea .featureSliderBtns {
    position: absolute;
}

    .right .featureArea .featureSliderBtns a {
        width: 27px;
        height: 23px;
        display: inline-block;
        background-image: url(/Content/images/home/sliderIndicator.png);
        background-position: center;
    }

        .right .featureArea .featureSliderBtns a:hover {
            background-position: bottom;
            cursor: pointer;
        }

        .right .featureArea .featureSliderBtns a.active {
            background-position: top;
        }

.right .latestFourPosts {
    margin: 71px 0 0 0;
}

    .right .latestFourPosts li {
        padding: 0 5px;
    }

    .right .latestFourPosts .details {
        padding: 0 10px;
    }

    .right .latestFourPosts a, .left .firstPost a {
        text-decoration: none;
    }

.right .firstPost a:hover h3 {
    color: red;
}

@media screen and (min-width: 1000px) {

    body {
        background-position: center 260px;
    }

    .menuButton {
        width: 60px;
        height: 60px;
        background-image: url(/Content/images/template/menuButton_small.png);
    }

    .language {
        position: absolute;
        top: 40px;
        right: 120px;
        z-index: 101;
    }

    .left .logoTagline h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .left .firstPost .blogTag {
        height: 45px;
        width: 160px;
        font-size: 14px;
    }

        .left .firstPost .blogTag span {
            padding: 13px 0 0 8px;
        }

    ul.mainLinks li span.title {
        font-size: 16px;
        line-height: 20px;
        margin: 78px 0 0 0;
    }

    .right .featureArea .featureSliderBtns {
        left: 30px;
        top: 205px;
    }

    .right .featureArea .desc {
        width: 45%;
        padding: 20px 30px 30px 30px;
    }

    .right .featureArea .imgContainer {
        width: 55%;
        height: 230px;
    }

    .right .featureArea h2 {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 10px 0;
    }

    .right .featureArea .desc p, .right .featureArea .desc a {
        font-size: 12px;
        line-height: 16px;
    }

    .right .featureArea .desc a {
        margin: 20px 0 0 0;
    }

    .right ul.mainLinks li span.smallTitle {
        padding: 148px 0 0 58px;
        font-size: 11px;
        line-height: 12px;
    }

        .right ul.mainLinks li span.smallTitle.threeLine {
            padding: 141px 0 0 58px;
        }

            .right ul.mainLinks li span.smallTitle.threeLine.middle {
                padding: 95px 0 0 58px;
            }

    .right .latestFourPosts {
        margin: 125px 0 0 0;
    }

        .left .firstPost .details h3, .right .latestFourPosts .details h3 {
            font-size: 9px;
            line-height: 12px;
        }

        .left .firstPost .details h2, .right .latestFourPosts .details h2 {
            font-size: 14px;
            line-height: 16px;
            height: 100px;
            padding: 0;
            margin: 10px 0 0 0;
        }

        .left .firstPost .details .publicationDate, .right .latestFourPosts .details .publicationDate {
            font-size: 10px;
        }
}

@media screen and (min-width: 1200px) {

    body {
        background-position: center 340px;
    }

    .left .logoTagline h1 {
        font-size: 22px;
        line-height: 26px;
    }

    .left .firstPost .blogTag {
        height: 55px;
        width: 160px;
        font-size: 14px;
    }

        .left .firstPost .blogTag span {
            padding: 18px 0 0 8px;
        }

    ul.mainLinks li span.title {
        font-size: 18px;
        line-height: 22px;
        margin: 95px 0 0 0;
    }

    .right ul.mainLinks li span.smallTitle {
        padding: 180px 0 0 70px;
        font-size: 14px;
        line-height: 15px;
    }

        .right ul.mainLinks li span.smallTitle.threeLine {
            padding: 172px 0 0 70px;
        }

            .right ul.mainLinks li span.smallTitle.threeLine.middle {
                padding: 116px 0 0 70px;
            }

    .right .featureArea .featureSliderBtns {
        left: 30px;
        top: 245px;
    }

    .right .featureArea .desc {
        width: 45%;
        padding: 30px;
    }

    .right .featureArea .imgContainer {
        width: 55%;
        height: 282px;
    }

    .right .featureArea h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 20px 0;
    }

    .right .featureArea .desc p, .right .featureArea .desc a {
        font-size: 14px;
        line-height: 18px;
    }

    .right .featureArea .desc a {
        margin: 20px 0 0 0;
    }

    .right .latestFourPosts {
        margin: 129px 0 0 0;
    }

        .left .firstPost .details h3, .right .latestFourPosts .details h3 {
            font-size: 11px;
            line-height: 14px;
        }

        .left .firstPost .details h2, .right .latestFourPosts .details h2 {
            font-size: 14px;
            line-height: 18px;
            height: 70px;
            padding: 0;
            margin: 10px 0 0 0;
        }

        .left .firstPost .details .publicationDate, .right .latestFourPosts .details .publicationDate {
            font-size: 12px;
        }
}

@media screen and (min-width: 1400px) {

    body {
        background-position: center 460px;
    }


    .menuButton {
        width: 80px;
        height: 80px;
        background-image: url(/Content/images/template/menuButton.png);
    }

    .language {
        right: 140px;
    }

    .left .logoTagline h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .left .firstPost .blogTag {
        height: 66px;
        width: 230px;
    }

        .left .firstPost .blogTag span {
            padding: 24px 0 0 14px;
        }

    ul.mainLinks li span.title {
        font-size: 20px;
        line-height: 22px;
        margin: 115px 0 0 0;
    }

    .right ul.mainLinks li span.smallTitle {
        padding: 214px 0 0 82px;
        font-size: 15px;
        line-height: 17px;
    }

        .right ul.mainLinks li span.smallTitle.threeLine {
            padding: 204px 0 0 82px;
        }

            .right ul.mainLinks li span.smallTitle.threeLine.middle {
                padding: 140px 0 0 82px;
            }

    .right .featureArea .featureSliderBtns {
        left: 60px;
        top: 290px;
    }

    .right .featureArea .imgContainer {
        width: 55%;
        height: 332px;
    }


    .right .featureArea .desc {
        padding: 50px;
    }

    .right .featureArea h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .right .featureArea .desc p, .right .featureArea .desc a {
        font-size: 15px;
        line-height: 20px;
    }

    .right .featureArea .desc a {
        margin: 20px 0 0 0;
    }

    .right .latestFourPosts {
        margin: 134px 0 0 0;
    }

        .left .firstPost .details h3, .right .latestFourPosts .details h3 {
            font-size: 13px;
            line-height: 16px;
        }

        .left .firstPost .details h2, .right .latestFourPosts .details h2 {
            font-size: 16px;
            line-height: 20px;
            height: 80px;
        }
}

@media screen and (min-width: 1600px) {

    body {
        background-position: center 560px;
    }

    .left .logoTagline h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .left .firstPost .blogTag {
        height: 76px;
        width: 250px;
    }

        .left .firstPost .blogTag span {
            padding: 30px 0 0 14px;
        }

    ul.mainLinks li span.title {
        margin: 135px 0 0 0;
    }

    .right ul.mainLinks li span.smallTitle {
        padding: 250px 0 0 95px;
    }

        .right ul.mainLinks li span.smallTitle.threeLine {
            padding: 240px 0 0 95px;
        }

            .right ul.mainLinks li span.smallTitle.threeLine.middle {
                padding: 164px 0 0 95px;
            }


    .right .featureArea .featureSliderBtns {
        left: 60px;
        top: 430px;
    }

    .right .featureArea .desc {
        width: 35%;
        padding: 60px;
    }

    .right .featureArea .imgContainer {
        width: 65%;
        height: 491px;
    }

    .right .featureArea h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .right .featureArea .desc p {
        font-size: 16px;
        line-height: 22px;
    }

    .right .featureArea .desc a {
        margin: 30px 0 0 0;
    }

    .right .latestFourPosts {
        margin: 38px 0 0 0;
    }

        .left .firstPost .details h3, .right .latestFourPosts .details h3 {
            font-size: 14px;
            line-height: 18px;
        }
}
