    .tile {
        position: relative;
        /**color: #fff;**/
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
        border-color: #dddddd;
        overflow: hidden;
    }

        .tile h3 {
            padding-top: 0px;
            text-align: center;
            margin-bottom: 10px;
            margin-top: 15px;
        }

        .tile p {
            text-align: center;
            padding: 0 5px 0 5px;
            font-size: 1.1em;
        }

        .tile.mini {
            width: 255px;
            height: 105px;
            margin-left: 10px;
            margin-bottom: 10px;
            display: inline-block;
        }

        .tile.mini2 {
            width: 195px;
            height: 85px;
            margin-left: 4px;
            margin-bottom: 4px;
            display: block;
            float: left;
        }

        .tile a {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            display: block;
            z-index: 999;
        }

        .tiled-menu > li:hover .menu-item-wrap, .tile:hover {
            -moz-transform: scale(.98);
            -webkit-transform: scale(.98);
            -o-transform: scale(.98);
            -ms-transform: scale(.98);
            transform: scale(.98);
        }

        .tile.mini .icon_center, .tile.double .icon_center {
            padding: 15px 0 0 10px;
            text-align: left;
            font-size: 3em;
        }

        .tile.mini .text-mini-left, .tile.double .text-mini-left {
            position: absolute;
            font-size: 13px;
            bottom: 10px;
            left: 15px;
            line-height: 1.2;
        }


    .tile {
        background-color: #428bca;
        color: white !important;
    }

    .tile {
        background-color: #f5f5f5;
        color: #6b6b6b !important;
    }

    a.tile:hover, a.tile:focus {
        text-decoration: none;
        background-color: #428bca;
        opacity: 1;
    }

    .tile .icon {
        float: left;
        font-size: 8em;
        position: absolute;
        right: 0px;
        bottom: -20px;
        opacity: .1;
        overflow: hidden;
    }





    .news-box {
        position: relative;
        width: 325px;
        display: inline-block;
        margin-right: 20px;
        vertical-align: top;
        font-size: .9em;
        cursor: pointer;
    }

        .news-box:hover {
            -moz-transform: scale(.98);
            -webkit-transform: scale(.98);
            -o-transform: scale(.98);
            -ms-transform: scale(.98);
            transform: scale(.98);
        }

        .news-box img {
            /*border-radius: 50%;
            -webkit-border-radius: 50%;*/
            width: auto;
            height: 70px;
            margin-top: 3px;
            margin-right: 5px;
        }

        .news-box h1 {
            font-size: 18px;
            color: #8b8b8b;
            font-weight: 400;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-top: 5px;
            margin-bottom: 0px;
            width: 275px;
        }

        .news-box a {
            text-decoration: none;
            color: #6b6b6b;
            /*color: #3ac7f9;*/
            /*float: left;*/
        }

        .news-box img {
            float: left;
        }

        .news-box p {
            display: flex;
            justify-content: center; /* align horizontal */
            align-items: center; /* align vertical */
            height: 75px;
            font-size: 11px;
        }

        .news-box .panel-body {
            height: 110px;
            background-color: #f5f5f5;
            border: 1px solid #e3e3e3;
            padding: 5px 15px 5px 5px;
        }

    .corner-ribon {
        text-align: center;
        width: 71px;
        height: 71px;
        position: absolute;
        right: 2px;
        top: 2px;
        font-size: 20px;
    }

        .corner-ribon i {
            padding: 10px 0 0 35px;
            color: #fff;
        }

    .blue-ribon {
        background: url("/public/20251219104335oe_/https://wag.app.vanderbilt.edu/PublicPage/template/app/images/corner_blue.png") no-repeat;
    }

    .black-ribon {
        background: url("/public/20251219104335oe_/https://wag.app.vanderbilt.edu/PublicPage/template/app/images/corner_black.png") no-repeat;
    }

    .grey-ribon {
        background: url("/public/20251219104335oe_/https://wag.app.vanderbilt.edu/PublicPage/template/app/images/corner_grey.png") no-repeat;
    }
