@charset "UTF-8";

.legacy-css-wrapper .text-lg {
    line-height: 1.8;
}  
.legacy-css-wrapper h3.pres-heading {
    display: inline-block;
    position: relative;
    margin: 0 0 70px 0;
    padding: 20px 60px 20px 40px;
    background-color: #c10202;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
}
    @media (min-width: 768px) {
        .legacy-css-wrapper h3.pres-heading {
            font-size: 40px;
        }
    }
    @media (min-width: 992px) {
        .legacy-css-wrapper h3.pres-heading {
            font-size: 48px;
        }
    }
    .legacy-css-wrapper h3.pres-heading:after {
        position: absolute;
        bottom: -48px;
        left: 40px;
        content: '';
        width: 0;
        height: 0;
        border-top: 50px solid #c10202;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
    }
    .legacy-css-wrapper h3.pres-heading-block {
        display: block;
    }
.legacy-css-wrapper .text-lg {
    line-height: 1.8;
}  
/* for the about unlv page */
.paragraph--id--204998 .row.padding-lg {
    border-bottom: solid 2px #ddd;
}
.stat-value {
    color: #b10202 !important;
    font-size: 60px !important;
    font-weight: bold !important;
    text-align: left !important;
}
    .stat-value:after {
        content: none;
    }
.stat-label {
    font-size: 20px !important;
    text-align: left !important;
}
    /* exception for the about unlv page */
    .paragraph--id--204998 .stat-value, 
    .paragraph--id--204998 .stat-label {
    text-align: center !important;
    }
