body{
    font-family: Open Sans;
}
.headline-green{
    background-color: #e3eed5;
    padding-top: 81px;
    padding-bottom: 81px;
}
.headline-gray{
    background-color: #f0f0f0;
    padding-top: 81px;
    padding-bottom: 81px;
}



.img-circle-blue{
    color: #ffffff;
    background: #003258 url("../mips/images/tpt-mips_quality.svg") no-repeat center center;
    background-size: auto;
    background-size: cover;
}
.img-circle-orange{
    color: #ffffff;
    background: #f15a29 url("../mips/images/tpt-mips_resource.svg") no-repeat center center;
    background-size: auto;
    background-size: cover;
}
.img-circle-green{
    color: #ffffff;
    background: #7FB539 url("../mips/images/tpt-mips_activities.svg") no-repeat center center;
    background-size: auto;
    background-size: cover;
}
.img-circle-blue2{
    color: #ffffff;
    background: #1C75BC url("../mips/images/tpt-mips_information.svg") no-repeat center center;
    background-size: auto;
    background-size: cover;
}
.img-circle{
    z-index: 138;
    width: 120px;
    height: 120px;
    box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    border-radius: 50%;
    margin-right: -10000px;
}

.round-image-box{
    float: left;
    margin-right: 20px;
    width: 130px;
}

.round-image-label{
    word-wrap: break-word;
    line-height: 22px;
    text-align: center;
    font-size: 18px;
    color: #1C75BC;
    font-weight: 700;
}

.info-graphic-container{
    margin: auto; 
    min-width: 25px;
    margin-bottom: 50px;
}

.quick-list{
    text-align: left;
    transform-origin: left top;
    background-repeat: no-repeat;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    margin: 0px;
    padding: 0px;
    padding-left: 16px;
    font-size: 14px;
    line-height: 17px;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    max-width: 586px;
    list-style: none;
}
.quick-list li{
    font-size: 11.5pt;
    font-weight: 300;
    line-height: 25px;
}
.quick-list li::before {
    content: '■';
    margin-top: -1px;
    margin-right: 3px;
    font-size: 18px;
    color: #1C75BC;
}

.fancy-list{
    color: #7F7F7F;
    list-style: none;
    padding: unset;
    margin: unset;
}
.fancy-list li::before{
    content: '■';
    margin-top: -1px;
    margin-right: 5px;
    font-size: 32px;
    line-height: 25px;
}

li.bullet-blue:before{
    color: #003258;
}
li.bullet-green:before{
    color: #7fb539;
}
li.bullet-orange:before{
    color: #f7941e;
}
li.bullet-blue2:before{
    color: #1c75bc;
}