#ORA012 p, h3, h4, h5, h6{
    padding: 10px !important;
}

/* Header */

#ORA012 .headerBG {
    margin: 0px;
    text-align: left;
    background-color: #d8d8d8;
    min-height: 350px;
    background: url(../images/headerBG.png) no-repeat left top;
    background-size: cover;
}

#ORA012 .headerText {
    color: white;
    text-align: left;
    font-size: 4rem;
    font-weight: 400;
    padding-top: 100px;
}

#ORA012 .fa-arrow-circle-up {
    position: fixed;
    font-size: 4rem;
    bottom: 2%;
    right: 2%;
    z-index: 100;
     color: #ed1c24;
}

#ORA012 .subHead {
    color: white;
    text-align: left;
    font-size: 2rem;
    font-weight: 400;
     padding-bottom: 50px;
}

#ORA012 .oracleBar {
    background-color: #cad9de;
    min-height: 30px;
}

#ORA012 .redBadge {
    position: absolute;
    top: -30px;
    left: 0;
    max-width: 150px;
}

/* BG Colors */

#ORA012 .greyBG {
    background-color: #eeefef;
}

#ORA012 .blueBG {
    background-color: #003b4d;
}

#ORA012 .blueBG h5, 
#ORA012 .blueBG p, 
#ORA012 .blueBG ul {
    color: #FFF !important;
}

/* Basic Styles */

#ORA012 body {
    overflow-y: scroll;
    overflow-x: hidden;
}

#ORA012 .center {
    text-align: center;
}

#ORA012 p, 
#ORA012 ul {
    font-family: "Arial", sans-serif;
    font-size: 1.5rem !important;
    line-height: 2.4rem !important;
    color: #000 !important;
}

#ORA012 li {
    padding: 10px 0;
    list-style-image: url(../images/checkmark.png);
}

#ORA012 .sectionHead {
    font-size: 2.5rem;
    padding: 20px 0px 10px 0;
}

#ORA012 .numHead {
    font-size: 2rem;
}

#ORA012 .smallText {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}

#ORA012 .red {
    color: #ed1c24;
}

#ORA012 .dkRed {
    color: #942645;
}

#ORA012 .green {
    color: #3a913f;
}

#ORA012 .navy {
    color: #003b4d;
}

#ORA012 .gold {
    color: #f29111;
}

/* Callout Boxes */

#ORA012 .callout {
    border-top: 6px solid navy; 
    margin: 30px 10px;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 15px;
    background-color: #FFF;
}

#ORA012 .stat {
    float: left;
}

#ORA012 .progress-bar {
    background-image: none;
}

#ORA012 .progress-bar.bar1 {
    width: 56%;
    background-color: #942645;
}

#ORA012 .progress-bar.bar2 {
    width: 51%;
    background-color: #3a913f;
}

#ORA012 .progress-bar.bar3 {
    width: 45%;
    background-color: #00758f;
}

#ORA012 .progress-bar.bar4 {
    width: 25%;
    background-color: #f29111;
}

#ORA012 .callout.redBar {
     border-top: 6px solid #942645; 
}

#ORA012 .callout.greenBar {
     border-top: 6px solid #3a913f; 
}

#ORA012 .callout h4 {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 300;
    padding-bottom: 20px;
    text-align: left;
    padding-left: 20px;
}

#ORA012 .callout p {
    color: #000;
}

#ORA012 .callout img {
    width: 100%;
    max-width: 100px;
    padding-bottom: 20px;
}

/* Accordion Boxes */

#ORA012 .successHead {
    font-size: 1.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #00758f;
    font-weight: bold;
}

#ORA012 .successTitle {
    font-size: 2.4rem;
    font-weight: 400;
    color: #00758f;
}

/* Footer */

#ORA012 .footerBG {
    margin: 0px;
    text-align: left;
    background-color: #d8d8d8;
    min-height: 300px;
    background: url(../images/footerImg.png) no-repeat left top;
    background-size: cover;
}

@media (max-width: 800px) {
    #ORA012 .mobileCenter {
        text-align: center;
    }
}

