﻿.x--Bold-All-Caps-for-Abstract, .x--Abstract-Text-Cite {
    font-weight: 600;
}

.x--Bold-All-Caps-for-Abstract{
    text-transform: uppercase;
}

.x--Headline-Major {
    color: #1D417B;
    font-weight: 600;
    font-size: 32px;
    line-height:38px;
}

.char-style-override-2 {
    vertical-align: super;
    font-size: 11px;
}

.x--Subhead-1 {
    color: #1D417B;
    font-weight:600;
    font-size:18px;
}

.x--Subhead-2{
    font-style:italic;
}

/* Absolute Center Spinner */
#loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 10em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 100px;
    right: 0;
}

    #loading > i {
        color: #0096D2;
        font-size: 40px;
    }