.news-item {
    padding-bottom: 11px;
    overflow: hidden;
    width: 100%;
    margin: 20px 0px 23px 0px;
    border-bottom: 1px solid #f1f1f1;
}

.news-menu {
    padding-bottom: 21px;
    overflow: hidden;
    width: 100%;
    margin: 0px 0px 20px 0px;
    border-bottom: 1px solid #f1f1f1;
}

.news-menu li {
    display: inline;
    margin: 0px 0px 0px 0px;
    background-color: #999;
    border-radius: 4px;
    padding: 3px 10px 3px 10px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.news-menu li:hover {

}

.news-menu li a {
    font-size:14px;
    color:#fff;
}

.posted_on_border {
    border-radius: 3px;
/*    border: 1px solid #f9f8f8;*/
    width: 80px;
    height: 100px;
    background-color: #fff;
    float: left;
    margin-right: 20px;
    padding: 3px 0px 0px 3px;
}

.posted_on{
    background-color: #f9f8f8;
    border-radius: 3px;
    width: 97%;
    height: 98%;
    color: #333;
    padding-top: 25%;
    float: left;
}

.news_day{
    float:left;
    display:inline;
    text-align:center;
    font-size:25px;
    width: 100%;
    line-height: 20px;
    font-weight: 600;
    color:#E50003;
}

.news_month{
    float:left;
    display:inline;
    text-align:center;
    font-size:14px;
    width: 100%;

}

.news_year{
    float:left;
    display:inline;
    text-align:center;
    font-size:11px;
    width: 100%;
    color:#E50003;
}
/*.deliverable-item{
	border-top:1px #f9f8f8 solid ;
	padding-bottom: 10px;
}*/
.news-menu {
    padding-bottom: 21px;
    overflow: hidden;
    width: 100%;
    margin: 0px 0px 20px 0px;
    border-bottom: 1px solid #f1f1f1;
}

.news-menu li {
    display: inline;
    margin: 0px 0px 0px 0px;
    background-color: #999;
    color:#fff;
    padding: 3px 10px 3px 10px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-radius: 5px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.news-menu li a {
    font-size:14px;
    color:#fff;
}

.news-menu li:hover{
	cursor: pointer;

}
.deliverable-title{

    padding-bottom: 3px !important;

}


.download-type a{
    position: relative;
    left: 40%;
    text-decoration: underline;

}
.deliverable-title a:last-child {
    text-decoration: underline;
    font-size: 14px;
    position: relative;
    float: right;
    bottom: -100px;
    right: 40px;
}
.deliverable-title a:first-child {
    position: relative;
    left: 98px;
    top: 23px;
    font-size: 24px;
    color: #2B4592;
}

.deliverable-item {

}
.deliverable-item p
{
    color: #000000;
    padding: 30px 0 0 0;
    font-size: 20px;
}

.date_news {


}


.deliverable-cats li
{
    width: 25%;
    padding: 5px 15px 5px 15px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    color:  #2B4592;
    border: 1px solid #00AAE5;

}

.deliverable-cats li.active {
 background-color: #00AAE5 !important;
    color: #fff;

}

 .entry-content .deliverable-cats  {
    padding: 22px 0 23px 0  !important;
     

}

.download-icon {
    height: 30px;
    width: 30px;
}

.deliverable-item div p {
    width: 80% !important;
}
.main_title {

    color: #2B4592;
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
    .deliverable-cats li {
        display: inline-block;
        margin: 0 auto;
        text-align: center;
    }
    .deliverable-title a:first-child {
        top: 27px;
    }
    .deliverable-title a:last-child {
        bottom: -29px;
        right: 78px;
    }
    .icon__image img {
   transform:  translate(400px, -12px);
    }
    .deliverable-item div p {

        width: 100% !important;
        margin-left: 0;
        margin-top: -15px;

        text-align: left;

    }

}


/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {

    .deliverable-cats li {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .deliverable-item div p {
        padding-top: 60px;
        width: 100% !important;
        margin-left: 0;
        margin-top: 10px;

        text-align: left;

    }
    .deliverable-title a:last-child {
        bottom: -60px;
        right: 80px;
    }
    .icon__image img {
        transform: translate(80px, 24px);
    }
}