.dci iframe {
    width: 100%;
    min-height: 700px;
}
nav .fa-key {
    color: #95011a;
    font-size: 1rem;
}
* nav.menu-vertical a, * nav.menu-vertical button {
    padding-right: 10px;
}

#mf_iframe {
    background-color: #fff;
    background-color: rgba(255,255,255, .8);
}

td {
    line-height: 2em;
}

[href*="xrt/secure"]::after,
[href*="www.xrt.upenn.edu"]::after{
    content: '';
}

/* Ticker Styles */
.dci iframe {
    width: 100%;
    min-height: 700px;
}
nav .fa-key {
    color: #95011a;
    font-size: 1rem;
}
* nav.menu-vertical a, * nav.menu-vertical button {
    padding-right: 10px;
}

#mf_iframe {
    background-color: #fff;
    background-color: rgba(255,255,255, .8);
}

td {
    line-height: 2em;
}

[href*="xrt/secure"]::after,
[href*="www.xrt.upenn.edu"]::after{
    content: '';
}
/* CountUp ticker: up to 4 tickers */
.flex {
    display: flex;
    flex-wrap: wrap;
}

.ticker {
    flex-direction: column;
    background-color: #000f3a;
    color: white;
    padding: 40px 20px;
    margin: 1%;
    text-align: center;
    width: 48%;
}

/* FOR 1 TICKER */
.tickers--one-item, .tickers--one-item .ticker {
    width: 100%;
}


/* FOR 3 TICKERS */
.tickers--three-items .ticker {
    width: 31.33%;
}

.ticker-title {
    font-size: 40px; font-size: 2.5rem;
}

.ticker-text { 
    font-size: 0.925rem;
    line-height: 1.5em;
    color: #e0ebf4;
    margin-top: 10px;
}

@media only screen and (max-width: 1180px) {

    .has_sidebar .tickers--three-items .ticker {
        width: 48%;
    }  
    .has_sidebar .tickers--three-items .ticker:nth-last-child(1):nth-child(odd) {
        width: 100%;
        padding: 40px 90px;
    }    
}

@media only screen and (max-width: 978px){
    
    .tickers--three-items .ticker {
        width: 48%;
    }  
    .tickers--three-items .ticker:nth-last-child(1):nth-child(odd) {
        width: 100%;
        padding: 40px 90px;
    }  
}

@media only screen and (max-width: 480px) {

    .ticker,
    .tickers--three-items .ticker,
    .has_sidebar .tickers--three-items .ticker,
    .tickers--three-items .ticker:nth-last-child(1):nth-child(odd),
    .has_sidebar .tickers--three-items .ticker:nth-last-child(1):nth-child(odd) {
        width: 100%;
        margin: 10px 0;
        padding: 40px;
    }
    
}

/* LightWidget */
.homepage-lightwidget-wrapper {
    background-color: #f7f7f7;
    padding: 20px;
    text-align: center;
}

.homepage-lightwidget-wrapper iframe {
    max-width: 800px;
}

@media only screen and (max-width: 768px) {
    
    .homepage-lightwidget-wrapper {
        padding: 20px;
    }
    
}
