body {
    font-size: 16px;
}

blockquote {
    display: inline-block;
    display: block;
    font-size: 2rem;
    line-height: 1.7em;
    font-weight: 400;
    font-style: normal;
    color: #000;
    margin: 0 0 .5em;
    font-style: italic;
    padding: 1em;
    text-indent: -.2em;
    background: center center;
    background-size: 22px 22px;
    border: none;
    margin: 1em 0;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.initiative-cards{ 
    text-align: justify;
    min-height:175px;
}

.initiative-title {
    text-align: center;
    font-size:28px;
    margin-bottom:30px;
    padding-bottom:15px;

}

.barstyle {
    color:#f68029;;
}

.center_blue {
  height: 200px;
  position: relative;
  border: 3px solid #496e9c;
}

.center_orange {
  height: 200px;
  position: relative;
  border: 3px solid #f68029;
}

.center_blue p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center_orange p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.item:hover {
    background-color:#cc4e0b;
}
.item:focus {
    background-color:#cc4e0b;
}

.margin-bottom {margin-bottom:15px;}
.margin-top {margin-top:15px;}

div.container4 {
    height: 10em;
    background-color:#03244d;
    color:#fff;
    position: relative; }
div.container4 p {
    font-size:26px;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) }

