/*Press Release */
.innerpage .section {
    margin: 60px 0;
}
.bg-innerpage-pr {
    background: url(../../images/banner-resources.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 160px;
}
.breadcrumb {
    position: absolute!important;
    width: auto!important;
    top: 60px;
    left: 15px;
    right: 0;
    margin: 0;
    background-color: transparent !important;
    padding: 0;
    font-size: 16px;
}
.post {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.post .post-content {
    /*font-weight: 300;*/
	font-size: 15px;
}
.post .post-content ul{
    margin-left:25px
}

.post-heading{
	font-family: 'Roboto Condensed', sans-serif;
    /*font-size: 24px;*/
	font-size: 22px;
    margin: 0 0 17px;
    color: #267DF4;
    font-weight: 500;
}
.post ul.post-meta {
    text-align: left;
    width: auto;
    float: inherit;
	padding:0;
}
.post ul.post-meta > li {
    display: inline-block;
    margin-right: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 14px;
}
#content p {
    line-height: 1.8;
}
.btn-post, .btn-post:hover, .btn-post:focus, .btn-post:active {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    background: #267DF4;
    border: 1px solid #267DF4;
    color: #fff;
}
.sidebar .widget {
    margin-bottom: 50px;
    font-size: 12px;
}
#content .widget.widget:not(.widget-search):not(.widget-newsletter) h6, #content .widget.widget:not(.widget-search):not(.widget-newsletter) .h6 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 8px;
    font-size: 16px;
    margin-top: 0;
    color: #267DF4;
    font-weight: 500;
}
.sidebar .widget h6 {
    margin-bottom: 18px;
}
.text-uppercase {
    text-transform: uppercase!important;
}
.sidebar .widget h6 {
    margin-bottom: 18px;
    color: #939393;
    font-size: 12px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.sidebar .widget-recent-posts .list-posts, .sidebar .widget-recent-categories .list-posts {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar .widget-recent-posts .list-posts > li, .sidebar .widget-recent-categories .list-posts > li {
    margin-bottom: 15px;
}
.list-posts > li > a {
    font-size: 15px;
    color: #333;
    display: block;
    margin-bottom: 5px;
}
.list-posts > li > .date {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    font-size: 12px;
    color: #565656;
}
.list-posts a:hover {
    color: #0056b3;
	text-decoration:none;
}
.post-heading a:hover{
	text-decoration:none;
}
.btn-back {
    margin-bottom: 15px;
    padding: 7px 18px !important;
    outline: none;
    background-color: #A1A1A1;
    color: #fff;
    vertical-align: baseline;
    text-align: center;
    text-decoration: none;
    font: 14px/1.5 'Segoe UI', Arial !important;
    cursor: pointer;
    border-radius: 3px;
    float: right;
}
.mb-30{margin-bottom:30px;}
.post-content .zlp.zrp { padding: 0; }
/*Press Release */