/* ie8 specific stylesheet
 Death to IE8! */

 /* Homepage - invitation to install chrome frame  */
.ie-alert{
    display:block;
}

/* Text shadow on manage BPCLEtool dropdown */
.nav .manage-dropdown li a {
    filter: none;
}

/* Align custom comparison graph */

.diff-chart {
    margin: 0 auto;
}

#diff-chart-1 {
    width: 403px;
}

#diff-chart-2 {
    width: 295px;
}

#diff-chart-3 {
    width: 858px;
}

#diff-chart-4 {
    width: 304px;
}

#diff-chart-5 {
    width: 349px;
}

#diff-chart-6 {
    width: 142px;
}


.dept-credit-cont {
    float: right;
    width: 530px;
}


/* Disable printing of graphs */

.print{
    display: none;
}

/* Promotional Site */

.promo-top-block .nav li a {
    color: #c6dbe9;
}

.promo-top-block .nav li.active a {
    border-bottom: 1px solid #3986b7;
}

#promo-content .circle {
    background-color: transparent;
    color: #fff;
    height: 60px;
}

#promo-content .developed .developed-icons .inner .circle {
    background-color: transparent;
    border: 0;
}

#promo-content .promo-section .outcome-row .framework-outcome .inner {
    border: 1px solid #005d95;
}

