.bannerflex {background-color: #0a5696;}
.pmp-spl.home p {
    font-size: 17px;
    line-height: 35px;
    max-width: 900px;
    margin: auto;
}
.pmp-spl.home ul.bullet-list {
    font-size: 18px;
    line-height: 50px;
    font-weight: 500;
    margin: auto;
    max-width: 900px;
    margin-top: 25px;
    position: relative;
}

ul.bullet-list strong {
    font-size: 25px;
    padding-right: 3px;
    color: #025eac;
}
.pmp-spl {
    padding: 25px 25px 45px;
}
.pmp-spl.grey {
    background-color: #4193c71f;
}
.pmp-spl h2{
    text-align: center;
    max-width: 800px;
    font-size: 30px;
    font-weight: 300;
    margin: 10px auto 30px;
    line-height: 50px;
}
.pmp-spl.fea .fea-inner a {
    background-color: #fff;
    display: inline-block;
    max-width: 250px;
    vertical-align: top;
    margin: 15px;
    padding: 15px;
    box-shadow: 0 0 5px #ccc;
    text-decoration: none;
    color: #000;
}
.pmp-spl.fea .fea-inner a:hover{
   color:#2a79bb;
    box-shadow: 0 0 5px #2a79bb;
}
.pmp-spl.fea .fea-inner a img {
    max-width: 40px;
    margin: 0px auto 10px;
    display: block;
}
.pmp-spl.fea .fea-inner {
    display: flex;
    flex-flow: wrap;
    text-align: center;
    justify-content: center;
}
.pmp-spl.ben ul {
    display: flex;
    flex-flow: wrap;
    text-align: center;
    justify-content: center;
}

.pmp-spl.ben ul li {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 300px;
    margin: 15px;
    border-radius: 50%;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.pmp-spl.ben ul li:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 30px;
    background-color: #ccc;
    right: -30px;
    top: 150px;
}
.pmp-spl.ben ul li:last-child:after{ display: none;}
.pmp-spl.ben ul li img {
    display: block;
    max-width: 50px;
    margin: auto;
    margin-bottom:10px;
}
.pmp-spl iframe {
    display: block;
    margin: auto;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.pmp-spl.home ul.bullet-list .call-to {
    position: absolute;
    top: -10px;
    left: 520px;
    padding: 15px 30px;
    max-width: 240px;
}
.pmp-spl.home ul.bullet-list .call-to a{
    display:block;
}
.pmp-spl.home ul.bullet-list .call-to a img{
    max-width:100%;
}
.pmp-spl.ben ul li p {
    padding: 20px 25px;
    margin-top: 0;
    padding-top: 0;
}

.pmp-spl.ben ul li h3 {
    padding: 0;
    margin: 0;
    padding-top: 25px;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: 600;
}
.pmp-spl .source{
    font-size:13px;
    color:#555;
    font-style: italic;
}