
.achievementsInfographics {
  padding:50px 0;
}

.acheivementsInfographic{
  margin-bottom: 20px;
}

.acheivementsInfographic:last-of-type{
  margin-bottom: 0;
}

@media screen and (min-width:768px) and (max-width:991px){
  .acheivementsInfographic:last-of-type{
    margin-bottom: 20px;
  }
}

.acheivementsInfographic .outer{
  width:100%;
  height:auto;
  position:relative;
  overflow:hidden;
  max-width:414px;
}

.acheivementsInfographic .outer:after{
  content:'';
  width:100%;
  padding-top:112.5%;
  display:block;
}
.acheivementsInfographic .outer > .content{
  z-index:1;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 15px;
  text-align:center;
}

.acheivementsInfographic svg{
  position: absolute;
  top: 0;
  left: 0;
  display:block;
}

.acheivementsInfographic p:last-of-type{
  margin-bottom: 0;
}

.acheivementsInfographic.box{
  background-color:white;
  border-bottom:1px solid #e5e5e5;
  padding:30px 20px;
}

.acheivementsInfographic.box p{
  font-size:18px;
  line-height: 24px;
  font-weight: bold;
}

.acheivementsInfographic.box strong{
  font-size:26px;
  line-height:34px;
  display:block;
}
.acheivementsInfographic.box h3 {
  margin-top: 0;
}
.acheivementsInfographic h3 {
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 20px;
}
.acheivementsInfographic ul{
  margin:0;
  padding:0;
  list-style:none;
  color: #2d556b;
  font:bold 18px/24px 'Merriweather', serif;
}
.acheivementsInfographic li{
  padding-left:20px;
  position:relative;
  margin-bottom: 36px;
}
.acheivementsInfographic li:last-child {
  margin-bottom: 0;
}
.acheivementsInfographic li:before{
  content:'';
  width: 1px;
  height: 100%;
  position:absolute;
  left:0;
}
.acheivementsInfographic em{
  font-style:normal;
}


.acheivementsInfographic.hexagon p{
  font:20px/30px 'Merriweather', serif;
  color:white;
  padding-top:3px;
}

@media screen and (max-width:767px){
    .acheivementsInfographic, .acheivementsInfographic:last-of-type{
      max-width:100%;
      margin:0 auto 0;
    }
    
}

/* SECTION COLORS */

.cancer .acheivementsInfographic em, .cancer .acheivementsInfographic h3{
  color:#eb272a;
}
.technology .acheivementsInfographic em, .technology .acheivementsInfographic h3{
  color:#f38354;
}
.education .acheivementsInfographic em, .education .acheivementsInfographic h3{
  color:#ffd800;
}
.planet .acheivementsInfographic em, .planet .acheivementsInfographic h3{
  color:#6dc255;
}
.health .acheivementsInfographic em, .health .acheivementsInfographic h3{
  color:#538dcb;
}
.physical .acheivementsInfographic em, .physical .acheivementsInfographic h3{
  color:#8e4398;
}

.cancer .acheivementsInfographic li:before {
  background-color: #eb272a;
}
.technology .acheivementsInfographic li:before {
  background-color: #f38354;
}
.education .acheivementsInfographic li:before {
  background-color: #ffd800;
}
.planet .acheivementsInfographic li:before {
  background-color: #6dc255;
}
.health .acheivementsInfographic li:before {
  background-color: #538dcb;
}
.physical .acheivementsInfographic li:before {
  background-color: #8e4398;
}

/* BOOTSTRAP OVERRIDE */

@media (min-width: 768px) and (max-width: 991px){
  .achievementsInfographics .col-md-4 {
    width: 50%;
    float: left;
  }
}