﻿/*      Bootstrap breakpoints.
X-Small             <576px
Small               ≥576px
Medium              ≥768px
Large               ≥992px
Extra large         ≥1200px
Extra extra large   ≥1400px
*/
/*@media (min-width: 768px) {*/
/* Medium */
/*}*/

/***********
    Results Detail Page
***********/
.intro-txt-cont {
    width: 100%;
}
.meet-det-name {
}
.meet-det-container {
    min-height: 50px;
    background: rgb(242, 242, 242);
    border-radius: 10px;
    padding: 20px 0;
}
.meet-det-venuecontainer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.meet-det-info {
    width: 100%;
    padding: 0 20px;
    color: #1F2E57;
    display: flex;
    flex-direction: column;
}
.meet-det-inner {
    border-top: 6px solid #ffffff;
    padding: 10px 0;
}
.meet-det-info:last-child .meet-det-inner {
    padding: 10px 0 0 0;
}
.meet-det-info.align-c {
    text-align: center;
    justify-content: center;
}
.meet-det-inner.multi-col {
    display: flex;
}
.big-stat {
    width: 50%;
}
.meet-det-info p {
    line-height: 1.3em;
}
.meet-det-info a {
    color: #1F2E57;
}
.meet-perfs-title {
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.meet-perfs-large {
    display: inline-flex;
    font-size: 30px;
    font-weight: bold;
    align-items: center;
}
    .meet-perfs-large .expand-contract {
        margin-left: 10px;
    }
.expand-contract {
    width: 30px;
}
    .expand-contract img, .best-close img {
        display: block;
        width: 100%;
        height: auto;
    }
.best-close {
    text-align: right;
    margin-top: 5px;
}
    .best-close a {
        display: inline-flex;
        white-space: nowrap;
        color: #1F2E57;
    }
    .best-close img {
        display: block;
        width: 30px;
        height: auto;
        margin-right: 10px;
    }
.best-button-wrap {
}
.res-grd {
    margin-bottom: 30px;
}
    .res-grd td {
        min-height: 48px;
    }

.res-grd-heatcellcontent {
    font-size: 0.6rem;
    line-height 1;
    margin-left: 10px;
}

.event-btn-wrap {
    display: flex;
}
#divPerfsResultsTables {
    margin-top: 20px;
}
    #divPerfsResultsTables .meet-results-grid-header {
        display: inline-flex;
        font-weight: bold;
        color: #D02D26;
        margin-right: 10px;
        margin-left: 8px;
    }
    #divPerfsResultsTables .meet-results-grid-name {
        width: 150px;
    }
    #divPerfsResultsTables .meet-results-grid-coach {
        width: 150px;
    }
    #divPerfsResultsTables .meet-results-grid-club {
        width: 150px;
    }
.meet-results-grid-container {
    margin-bottom: 30px;
}
.site-getmore-container {
    margin: 15px 0 30px 0;
}
.meet-results-grid-pbimg {
    height: 0.9rem;
}
@media only screen and (max-width: 575px) {
    /* Small */
    .meet-det-name {
    }
    #divPerfsResultsTables .meet-results-grid-header {
        display: block;
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    /* Medium */
    .meet-det-info {
        width: 50%;
    }
        .meet-det-info:nth-child(1), .meet-det-info:nth-child(3) {
            border-right: 6px solid #ffffff;
        }
        .meet-det-info:nth-child(2) .meet-det-inner {
            border-top: none;
            border-right: none;
        }
        .meet-det-info:nth-child(3) .meet-det-inner, .meet-det-info:nth-child(4) .meet-det-inner {
            border-top: 6px solid #ffffff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 20px 0 0 0;
        }
        .meet-det-info:last-child .meet-det-inner {
            padding: 20px 0 0 0;
        }
        .meet-det-info:nth-child(4) .meet-det-inner {
            border-right: none;
        }
    .meet-perfs-title {
        font-size: 18px;
    }
    .meet-perfs-large {
        font-size: 40px;
    }
}
@media (min-width: 992px) {
    /* Large */

}
@media (min-width: 1200px) {
    /* Extra Large */
    .meet-det-info {
        width: 25%;
    }
        .meet-det-info:nth-child(2) {
            border-right: 6px solid #ffffff;
        }
        .meet-det-info:nth-child(3) .meet-det-inner, .meet-det-info:nth-child(4) .meet-det-inner {
            border-top: none;
            min-height: none;
            padding-top: 0;
        }
}