

/* ============================================ */
/*             Numbers Don't Lie                  */
/* ============================================ */

#endowment::before,
#givelight::before {
    content:'$';
}

#endowment::after,
#givelight::after {
    content:' Billion';
}

#enrollment::before {
    content:'+';
}

#enrollment::after {
    content:'K';
}

#chronicle::after {
    content:' Years';
}

.research-numbers-text {
    color: #fff;
    font-family: bio-sans, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    max-width: 300px;
    margin: 0 auto;
    padding-top: 20px;
}

.band-type-numbers-columns .contentBandInner {
    position:relative;
    z-index: 2;
}

/*.mba_inside .band-type-numbers-columns::before {
    content:'';
    height:100%;
    width:100%;
    background:#000;
    right:0;
    left:0;
    bottom:0;
    top:0;
    opacity:.35;
    position:absolute;
    z-index: 1;
}*/

.band-type-numbers-columns {
    background: #154734 url('../img/MHSRS_numbers_bkg.jpg') no-repeat center/cover;
    position:relative;
    padding:50px;
}

.band-type-numbers-columns .overlay-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    width: 100%;
    vertical-align: middle;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 0;
}

.band-type-numbers-columns h3 {
    color:#fff;
    padding-bottom: 8px;
    position: relative;
}

.band-type-numbers-columns h3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #ffb81c;
    content: "";
}

.band-type-numbers-columns .contentBandInner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 1600px;
    margin: auto;
}

.mba-numbers-column-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0 40px 0;
    max-width: 1300px;
    margin: 0 auto;
}

.mba-numbers-column {
    width:33%;
    text-align: center;
}

.mba-numbers-column-icon {
    font-size: 54px;
    line-height: 1em;
    margin: 0 0 12px 0;
    color:#fff;
}

.online .mba-numbers-column-icon {
    color:#154734;
}

.mba-numbers-column-figure {
    font: 700 52px/1.20em bio-sans, Arial, sans-serif;
    color: #ffb81c;
    margin: 0 0 10px 0;
    letter-spacing: -0.03em;
}

.mba-numbers-column-caption {
    font: 400 22px/1.25em bio-sans;
    color: #fff;
    padding: 0 20px 0 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

#stats-women::before,
#stats-world::before,
#ft-stats-bloomberg::before,
#ft-stats-usnews::before,
#ft-stats-healthcare::before,
#ft-stats-pq::before {
    content:'#';
}

#online-stats-poets::before,
#online-stats-us::before,
#online-stats-general::before {
    color:#154734;
    content:'#';
}

#stats-us::before {
    content:'Top ';
    text-transform: uppercase;
}

@media(max-width: 1300px) {

    .band-type-numbers-columns .contentBandInner {
        margin-top: -30px;
        padding-top:20px;
    }

    .band-type-numbers-columns {
        height:auto;
    }
}

@media (max-width:768px) {

    .mba_inside .band-type-numbers-columns .contentBandInner {
        padding-bottom:0;
        padding-top:40px;
    }

    .mba-numbers-column-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 0 40px 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .mba-numbers-column  {
        padding:15px 0 30px 0;
        width:50%;
    }
}

@media (max-width:600px) {

    .mba-numbers-column  {
        width:100%;
    }
}

@media (max-width:500px) {

    .mba-numbers-column  {
        width:100%;
        padding:25px 7px;
    }
}


/* ============================================ */
/*                   News & Events              */
/* ============================================ */

.contentCustom5 {
    background-color:#eee;
    position: relative;
    background-size: cover;
    padding: 60px 0 20px 0;
}

.contentCustom5 {
    background-color:#fff;
}

.uiWidget-board-item-container {
    background-color: #fff;
}

.uiWidget-board-item-date {
    display: none;
}

.contentCustom5 .contentBandInner {
    position: relative;
    width: 90%;
    padding: 0 5% 50px 5%;
    overflow: hidden;
}


.contentCustom5 h3,
.contentCustom5 h3 a{
    color: #154734;
}

.contentCustom5 h3:after {
    color: #005525;
    text-align: center;
    background: #FFB81C;
    content: "";
    display: block;
    height: 1px;
    position: bottom;
    width: 58px;
    border-bottom: 4px solid #FFB81C;
    margin: 10px 0 30px 0;
}

.band-type-homepage-news {
	background: #eee;
}

.homepage-news {
	max-width: 1600px;
}

.uiWidget-cards-item-description {
	display: none;
}

.uiWidget-cards-item-date {
    display: none;
}

/* band 5 - events  not needed */

@media(max-width: 750px) {
	.uiEventWidget a:nth-of-type(n+5) {
		display: none;
	}

	.uiNewsWidget a:nth-of-type(n+5) {
		display: none;
	}
}

@media (max-width: 850px) {
   
.contentCustom5 .contentBandInner {
    position: relative;
    width: 90%;
    padding: 0 5% 0 5%;
    overflow: hidden;
}
}



/* ============================================ */
/*                   BAND 6 - 8                 */
/* ============================================ */

.contentCustom6,
.contentCustom7,
.contentCustom8 {
    display: none;
}
