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

#ORA011 h4 {
    color: #00758f;
}

#ORA011 a {
    color: inherit;
}
/* Header */

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

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

#ORA011 .subHead {
    color: white;
    text-align: left;
    font-size: 2.3rem;
    font-weight: 400;
    letter-spacing: 1px;
    padding-bottom: 50px;
    padding-top: 0px;
    margin-top: 0px;
}

#ORA011 .oracleBar {
    background-color: #dee0e0;
    min-height: 53px;
}

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

/* BG Colors */

#ORA011 .ltTeal {
    color: #bde6ee;
}

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

#ORA011 .tealBG {
    background-color: #00758f;
}

#ORA011 .tealBG p{
    color: #FFF;
}

#ORA011 .greenBG {
    background-color: #3a913f;
}

#ORA011 .dkRedBG {
    background-color: #942645;
}

#ORA011 .dkGreyBG {
    background-color: #8d9091;
}

#ORA011 .dkGreyBG p, #ORA011 .dkGreyBG h3{
    color: #FFF;
}

#ORA011 .whiteBG {
    background-color: #FFF;
    padding: 20px;
}

#ORA011 .whiteBG b {
    font-size: 1.8rem;
}

#ORA011 .whiteBG p {
    color: #000;
}

/* Basic Styles */

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

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

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

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

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

#ORA011 .dkRed {
    color: #942645;
}

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

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

#ORA011 .gold {
    color: #f29111;
}

#ORA11 .teal {
    color: #00758f;
}

/* Flip Cards*/

.card {
    text-align: center;
    min-height: 175px;
    width: 100%;   
}

.card .front {
    -webkit-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.5);
box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.5);
   border: 1px solid #CCC;
}

.card h1 {
    font-size: 6rem; 
}

.card .back {
    padding: 0 0 20px 0;
    word-break: normal;
    min-height: 175px;
    -webkit-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.5);
box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.5);
   
    
}

.card .back p {
    color: #FFF !important;
}

@media (max-width: 800px) {
    .card {
        
        max-width: 300px;
        margin: auto;
        margin-bottom: 30px;
    }
}


/* Nav Bar */


#navbar {
  overflow: hidden;
  background-color: #333;
    z-index: 100;
}

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: #4CAF50;
  color: white;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 110%
}

.sticky + .content {
  padding-top: 60px;
}


/* Callout Boxes */

#ORA011 .callout {
    border-top: 6px solid #003b4d;
    background-color: #eeefef;
    margin: 30px 10px;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 15px;
}


#ORA011 .stat {
    float: left;
    padding: 0 10px 0 0 !important;
}

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

#ORA011 .progress-bar.bar1 {
    width: 37%;
    background-color: #942645;
}

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

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

#ORA011 .progress-bar.bar4 {
    width: 52%;
    background-color: #00758f;
}

#ORA011 .progress-bar.bar5 {
    width: 39%;
    background-color: #942645;
}

#ORA011 .progress-bar.bar6 {
    width: 36%;
    background-color: #3a913f;
}


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

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


#ORA011 .key td:nth-child(3n-2) {
    width: 40px;
}

#ORA011 .key td:nth-child(3n+0) {
    width: 40px;
}

#ORA011 .icon {
    width: 100%; max-width: 65px;
}

/* Footer */

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

#ORA011 .ribbon {
    text-align: right;
    padding-top: 20px;
}

@media (max-width: 800px) {
    #ORA011 .ribbon {
    text-align: center;
    padding-top: 20px;
}
}

