.monthly-updates-page{
    padding: 0;
    background: #fff;
    margin: 0;
}
.monthly-updates-page a{
    color:#136697;
    border-bottom: 2px solid #f7d700;
}
.m-t-0{
    margin-top: 0;
}
.text-white{
    color: #fff;
}
section.section-55{
    padding: 55px 0 0;
    background: #fff;
}
section.maverick-background-pattern{
    background: -webkit-linear-gradient( top left, rgba(0, 91, 151, 0.92), rgba(61, 132, 68, 0.92) ), url(../images/abstract.svg);
    background: -o-linear-gradient( top left, rgba(0, 91, 151, 0.92), rgba(61, 132, 68, 0.92) ), url(../images/abstract.svg);
    background: -ms-linear-gradient( top left, rgba(0, 91, 151, 0.92), rgba(61, 132, 68, 0.92) ), url(../images/abstract.svg);
    background-position: center center;
}
section h1,section h2{
    font-size: 40px;
    line-height: 52px;
    color: #4d4d4d;
    margin-bottom: 20px;
}
section h1{
    color: #136697;
    margin: 20px 0 50px;
}

.mu-blocks {
    padding: 40px 0;
}
.mu-blocks .mu-single-block{
    display: flex;
    padding: 20px 0;
}
.mu-blocks .mu-single-block .mu-block-content{
    padding-left: 15px;
}
.mu-blocks .mu-single-block .mu-block-content p{
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
.mu-blocks .mu-single-block .mu-block-image img{
    min-width: 100px;
}
.why-mu h2{
    font-size: 42px;
    line-height: 60px;
}
.why-mu p{
    line-height: 34px;
    font-weight: 400;
}
section.published-mu.section-55 {
    padding: 0;
}
.published-mu h3{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.published-mu img{
    box-shadow: 0 2px 18px 0 rgba(0,0,0,.3);
}
.published-mu a{
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
}
section.social-connect,
section.newsletter-section {
    padding: 30px 0 60px;
}
.newsletter-section ul{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.newsletter-section ul li{
    flex-basis: 40%;
    list-style: none;
}
.newsletter-section ul li:first-child{
    margin-right: 2.5%;
}
.newsletter-section ul li:last-child{
    flex-basis: 82.5%;
}
.newsletter-section ul li .input-group{
    width: 100%!important;
}
.newsletter-section ul li .input-group input[type="text"],
.newsletter-section ul li .input-group input[type="email"]{
    border-radius: 2px 2px 2px 2px;
    overflow: hidden;
    border-width: 2px;
    border-color: rgba(51,51,51,.1);
    padding: 14px 20px;
    height: 55px;
    background-color: #fff;
}
.newsletter-section ul li button{
    border: none;
    font-family: inherit;
    font-size: 18px;
    cursor: pointer;
    padding: 8px!important;
    margin: 0 auto;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    display: block;
    color: #222!important;
    border-radius: 2px;
    background: #f7d700;
    box-shadow: 0 4px #d6bb04;
    width: 100%;
    margin-top: 30px;
}
.newsletter-section .controls p{
    color: #fff;
}
.social-connect ul{
    padding: 0;
    margin: 50px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.social-connect ul li{
    flex-basis: 20%;
    margin-right: 2.5%;
    list-style: none;
    text-align: center;
}
.social-connect ul li:last-child{
    margin-right: 0%;
}
.social-connect ul li a{
    border: none;
}
.social-connect ul li i{
    font-size: 50px;
    line-height: 50px;
    display: block;
    margin-bottom: 30px
}
.social-connect ul li i.fa-facebook{
    color: #3a579a;
}
.social-connect ul li i.fa-twitter{
    color: #00abf0;
}
.social-connect ul li i.fa-instagram{
    color: #e4405f;
}
.social-connect ul li span{
    line-height: 26px;
    color: #4d4d4d;
}
@media only screen and (min-width: 992px) {
    .display-flex-min-992{
        display: flex;
        align-items: center;
    }
    .mu-blocks .mu-block-row{
        display: flex;
        flex-wrap: wrap;
    }
    .mu-blocks .mu-block-row .mu-single-block-wrap{
        flex-basis: 47.25%;
        margin-right: 5.5%;
    }
    .mu-blocks .mu-block-row .mu-single-block-wrap:nth-of-type(even){
        margin-right: 0;
    }
    .mu-blocks .mu-block-row .published-mu-block{
        flex-basis: 29.6667%;
        margin-right: 5.5%;
    }
    .mu-blocks .mu-block-row .published-mu-block:last-child{
        margin-right: 0;
    }
}
@media only screen and (max-width: 992px) {
    .section.section-55{
        padding: 35px 0
    }
    section.why-mu,
    section.mu-report-details,
    section.published-mu,
    section.starting-with-transparency{
        padding: 0;
    }
    .why-mu h2 br{
        display: none;
    }
    .monthly-updates-intro-content{
        margin-top: 40px;
    }
    .published-mu-blocks {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .published-mu-blocks .published-mu-block{
        flex-basis: 47.5%;
        padding: 0 20px 40px;
    }
}
@media only screen and (max-width: 767px) {
    .why-mu h2,
    section h1, section h2 {
        font-size: 34px;
        line-height: 45px;
    }
    .social-connect ul{
        display: block;
        max-width: 65%;
        margin: 50px auto 0;
    }
    .social-connect ul li {
        margin: 0 0 20px;
        text-align: left;
    }
    .social-connect ul li a{
        display: flex;
        align-items: center;
    }
    .social-connect ul li i {
        font-size: 20px;
        line-height: 25px;
        display: block;
        margin: 0 20px 0 0;
    }
    .social-connect ul li i:before {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 2px solid;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }
    .social-connect ul li i.fa-facebook:before {
        background: #3a579a;
    }
    .social-connect ul li i.fa-twitter:before {
        background: #00abf0;
    }
    .social-connect ul li i.fa-instagram:before {
        background: #e4405f;
    }
    .newsletter-heading br{
        display: none;
    }
}
@media only screen and (max-width: 576px) {
    .published-mu-blocks .published-mu-block{
        flex-basis: 100%;
    }
    .why-mu h2, section h1, section h2 {
        font-size: 30px;
        line-height: 40px;
    }
}