﻿/*Grad Programs All.css*/

a.event-link {
    display: grid;
    grid-template-columns: 20px 1fr;
    grid-template-rows: 50px;
    grid-gap: 10px;
    align-items: center;
    text-decoration: none;
}

    a.event-link:hover {
        text-decoration: underline;
    }

a.event-button-action {
    margin-top:20px;
    display: block;
    background-color: var(--titan-blue);
    color: white;
    font-weight: 500;
    text-align: center;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid var(--titan-blue);
}

    a.event-button-action:hover {
        background-color: var(--lt-blue);
        color: var(--titan-blue);
    }


/*OLD STUFF */

/*Event page css*/
.eventDisplayTable {
}

    .eventDisplayTable .action-button {
        display: block !important;
        width: 50% !important;
        float: right;
        clear: right;
    }
    /*.eventDisplayTable .action-button::after{
    clear:both;
}*/
    .eventDisplayTable th, .eventDisplayTable td {
        padding: 5px 10px !important;
        width: 100% !important;
    }

    .eventDisplayTable hr {
        margin: 0;
    }

.infographic p {
    line-height: 16px !important;
}

/*Temporary- Should be added to main css*/
.grad-list-section {
    color: #565656 !important;
}

.user-content a {
    color: var(--med-blue) /*#084bBA*/ !important;
    /*text-decoration-style: dotted;*/
    border-bottom: 1px dotted;
    text-decoration: none !important;
}

    .user-content a:hover {
        color: var(--titan-blue) /*#00376B*/ !important;
        /*text-decoration: underline !important;*/
        border-bottom: 1px solid;
    }

.compare-table {
    border: none;
}

    .compare-table thead, .compare-table tbody td, .compare-table tbody th {
        border: 1px solid #edf0f1;
    }

        .compare-table thead th {
            padding: 2em;
            color: white;
            text-align: center;
        }

            .compare-table thead th:nth-child(1) {
                width: 25%;
                border-top: none;
                border-left: none;
            }

            .compare-table thead th:nth-child(2) {
                background-color: #007FAD;
            }

            .compare-table thead th:nth-child(3) {
                background-color: #004071;
            }

        .compare-table thead a, .compare-table thead a:hover {
            background-color: transparent;
            color: white !important;
        }


        .compare-table tbody th:nth-child(1) {
            padding-left: 8px;
        }

    .compare-table tbody tr:nth-of-type(even) {
        background-color: #F9F9F9;
    }

    .compare-table tbody td, .compare-table tfoot td {
        padding: 2em 1em;
    }

    .compare-table tfoot td {
        text-align: center;
    }

.calendar-block {
    background-color: var(--cool-gray-40);
    padding-bottom: 3px;
    margin-right: 1em;
    display: inline-block;
}

.calendar-month {
    font-weight: 600;
    padding: .25em 1em;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    font-size: .875em;
}

.calendar-date {
    background-color: white;
    color: #2277B4;
    font-size: 1.625rem;
    margin: 0 3px;
    font-weight: 600;
    padding: .3em 0;
    line-height: 1;
    text-align: center;
}

.calendar-desc {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.table-vertical-top {
    vertical-align: top;
}

.table-info h3 {
    margin-top: 0px;
}

.table-info-name {
    font-weight: 900;
    font-size: 1.123rem;
}

.table-info-title {
    color: #007FAD !important;
    font-weight: 700;
}

.table-info-email {
    word-break: break-all;
}

.table-info-office, .table-info-email, .table-info-phone {
    font-weight: 600;
}

.table-info-office, .table-info-email, .table-info-title, .table-info-phone {
    margin-bottom: 2px;
}
.table{
    display:flex;
    justify-content:space-between;
}
.table-data-3column{
    width:33%;
    text-align:center;
}
.table-data-4column {
    width: 25%;
    text-align: center;
}