.updatesHeader{
    background:url('../images/updates_slider.png') no-repeat center 0 fixed;
    width: 100%;
    min-height: 50px;
    background-size:cover;
}

.carousel-inner{
    height:100px;
}

.allcontent{
    margin-top:70px;
}

.allcontent .update2{
    background-color: #FFF;
    margin-bottom: 65px;
    height: 420px;
}

.allcontent .update2 img{
    width: 100%;
    height: 200px;
    outline: 1px solid #efefef;
}

.allcontent .update2 .innerCard{
    padding: 10px 15px;
    letter-spacing: -0.6px;
}

.allcontent .update2 .innerCard h4{
    color: #00445c;
    font-weight: bold;
}

.allcontent .update2 .innerCard p{
    color: #00445c;
    font-size: 14px;
    line-height: 20px;
}

.allcontent .update2 .innerCard i{
    margin-bottom: 10px;
}

.allcontent .read{
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    height: 33px;
    line-height: 24px;
    text-align: center;
    background: #f87021;
    padding: 8px 25px;
    text-transform: uppercase;
    position: relative;
    top: -76px;
}

@media (max-width:767px){
    .updatesHeader .updatesPhoto h1{
        font-size: 12px;
        line-height: 30px;
        top: 160px;
    }
}

@media (min-width:768px) and (max-width:1024px){
    .updatesHeader .updatesPhoto h1{
        font-size: 22px;
    }
}