.content .jobsDataSection h3 {
    color: #0d2142;
}

.jobsDataSection .row {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.jobsDataSection .columns {
    padding-left: 0;
    padding-right: 0;
}

.jobssheading {
    background: #58585a;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.content .jobssheading p {
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}

.jobsDataSection {
    display: block;
    margin-bottom: 50px;
}

.animated_graph_container {
    margin-bottom: 20px;
}

.animated_graph_container .jobsDataSection {
    margin-bottom: 0px;
}

.salaryGraphs, .projectionsBlock {
    display: block;
    border: 1px solid #ccc;
    /*padding: 10px;*/
}

.salaryGraphs {
    margin-bottom: 20px;
}

.animated_graph_container .salaryGraphs {
    border: 0px;
    margin-bottom: 0px;
}

.salaryGraphs p, .full-report-link p {
    margin-bottom: 0;
}

.full-report-link a {
    font-size: 12px;
    font-family: "Avenir", "Lato", Arial, sans-serif;
    color: #353534;
    float: right;
    height: 15px;
}

.full-report-link a:hover {
    color: #353534 !important;
}

.jobsDataSection .columns.graphsBlock {
    padding: 5px 20px;
}

.progress {
  height: 50px;
  padding: 1px;
  margin-bottom: 20px; 
  overflow: hidden;
  background-color: #f7f7f7;
  border: 1px solid #eee;
}

.animated_graph_container .progress {
    margin-bottom: 0px;
}

.progress__bar {
  display: block;
  height: 100%;
  width: 0;
}

.progMetroInner.progress__bar {
    background: #0d2142;
}

.progStateInner.progress__bar {
    background: #d29f2a;
}

.progress__label {
  float: right;
  padding: 10px 10px 0px 0px;
  font-size: 26px; 
  color: #fff;
  font-weight: 600;
}

.progStateInner .progress__label {
    color: #0d2142;
}

.progress--radius {
  border-radius: 2px;
}
.progress--round {
  border-radius: 1000px;
}
.progress--radius .progress__bar, .progress--round .progress__bar {
  border-radius: inherit;
}
.progress--small {
  height: 15px;
}
.progress--large {
  height: 10px;
}
.progress--success .progress__bar {
  background-color: #43ac6a;
}
.progress--alert .progress__bar {
  background-color: #f04124;
}
.progress--striped .progress__bar {
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}

.projectionsBlock {
    /*border: 1px solid #ccc;*/
}



.projectionsData {
    
}

.projectionsData p {
    text-align: center;
    margin-bottom: 0;
    line-height: 1.2em;
    padding: 5px 0;
}

.projectionsData p:first-child {
    background: #eee;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;

}

.projectionsData p:last-child {
    border-right: 1px solid #ccc;
    font-size: 26px;
}

.projectionsData div:last-child p {
    border-right: 0;
}

.row.border-cols {
    margin-top: 20px;
}

.border-col-gold, border-col-gray {
    height:5px;
}

.border-col-gold {
    background: #d29f2a;
}

.border-col-gray {
    border-bottom: 1px solid #ccc;
    padding-top: 4px;
    height: 1px;
}

.otherCareers p {
    margin-top: 0;
    margin-bottom: 0;
}