﻿@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    [grid][gutter-lg] > * {
        padding-right: 8px;
        padding-left: 8px;
    }
}
[twelve] {
    width: 100%;
}

[grid][gutter-lg] > * {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

@media screen and (min-width: 768px) {
    [six-md] {
        width: 50%;
    }
}

@media screen and (min-width: 1025px) {
    [two-lg] {
        width: 16.66667%;
    }
}

[grid] > * {
    float: left;
    padding-right: 8px;
    padding-left: 8px;
}


.highlighted-links .item {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(1, 33, 88, 0.12);
    border-radius: 9px;
    padding: 20px;
    display: block;
    transition: all 0.2s;
    will-change: transform;
    min-height: 220px;
    position: relative;
}

    .highlighted-links .item > div {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        font-size: 19px;
        font-weight: 300;
    }

        .highlighted-links .item > div > strong {
            font-size: 28px;
            color: #dc1c2e;
        }

        .highlighted-links .item > div > div:not(.item-action) {
            margin: 10px 0;
        }

            .highlighted-links .item > div > div:not(.item-action) strong {
                font-weight: 600;
                display: block;
            }

        .highlighted-links .item > div .item-action {
            margin-top: 5px;
            font-size: 13px;
            font-weight: 600;
            border-radius: 5px;
            background: #e7f0ff;
            color: #012158;
            display: inline-block;
            padding: 8px 10px;
            width: 100%;
        }

    .highlighted-links .item:hover {
        transform: translateY(-5px);
        box-shadow: 0 0 0 2px #012158, 0 2px 50px 0 #dce1f4;
    }

.highlighted-links {
    margin-top: 80px;
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    [grid][gutter-lg] > * {
        padding-right: 8px;
        padding-left: 8px;
    }
}