﻿/*------------------------------------*\
    $LANDING PAGE
\*------------------------------------*/

.landing-block-container {
    height: 100%;
}

.landing-block {
    border-top: 1px solid #78858e;
    padding: 24px 0 0;
    margin-bottom: 20px;
    margin-top: 10px;
}

    .landing-block a,
    .landing-block a:hover {
        text-decoration: none;
    }

        .landing-block a h4 {
            margin-top: 0;
            text-decoration: underline;
            color: #406e92;
            transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
        }

        .landing-block a:hover h4,
        .landing-block a:focus h4 {
            color: #031122;
            transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
        }

        .landing-block a p,
        .landing-block a .displaydate {
            color: #000;
        }


@media only screen and (max-width: 767px) {
    .landing-block {
        height: auto !important;
    }
}

.tags-wrapper {
    margin-bottom: 16px;
}

.tags-wrapper a {
    margin-right: 6px;
}