.filter.abso {
    position: absolute;
	background-color: #fff;
}
.filter.relative {
	width: 100%;
    margin-top: 3rem!important;
    position: relative;
}
.filter .filter-wrapper {
	padding: 10px 10px 20px 10px;
}
.filter .button {
	text-align: center;
}
.filter input[type=text] {
    padding: 10px;
    color: #014b6e;
    background-color: #addaf1;
}

.news-desc .img-wrapper {
	width: 350px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #d9e2e7;
}
.news-desc .img-wrapper p {
	padding: 0 !important;
	font-size: 12px;
	font-weight: 600;
}
.news-desc p.txt-img {
    display: inline-block;
    width: 350px;
}
.oembedall-container,
.news-desc p:not(.txt-img) {
    padding-left: 200px;
}
.news-desc ul {
    padding-left: 240px;
}
.video .play {
    top: 150px;
    left: 150px;
    position: absolute;

	width: 80px;
	height: 80px;
	padding: 5px;
	background: white;
	border-radius: 50%;

    cursor: pointer;
}
.video .play:hover {
    opacity: 0.8;
}
.video .play i {
	color: #f15a23
}
.video-embbed {
    display: none;
}

.related {
	width: 100%;
}
.related .item {
    position: relative;
    min-height: 300px !important;
}
.related .item .item-content {
    width: 80%;

    left: 0;
    bottom: 25px;
    position: absolute;

    font-weight: 600;
    font-size: 16px;

    margin: 0 15px;
}
.related .item .item-content > span {
    padding: 5px;
    color: #ffffff;
    display: block;
    width: fit-content;
    word-wrap: break-word;
}
.related .item .item-content p {
    line-height: 1.6; 
    padding: 2px 0; 
    width: 300px;
    margin: 0;
}
.related .item .item-content p span.caption {
    color: #014b6e;
    background-color: #ffffff;

    display: inline;
    padding: 0.45rem;

    /* Needs prefixing */
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;

}

.news .more {
    padding: 10px;
    background-color: #addaf1;
    font-weight: 600;
}
.news .news-item .img {
    min-height: 200px;
    transition: all .25s ease-out;
}
.news .news-item:hover .img {
    transform: scale(1.2);
}

#newsletter-form input[type=text] {
    color: #014b6e;
    font-weight: 700;
    background-color: #ffffff!important;
    border: 0;
    border-bottom: 1px solid #014b6e!important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    position: relative!important;
    padding-left: 2px;
}
#newsletter-form input[type=text]::placeholder {
    color: #32a3db!important;
    font-weight: 500;
}
#newsletter-form button {
    padding-top: 8px;
}
#newsletter-form button i {
    font-size: 16px;
}
.news.news-details .global {
    border-top: 1px solid #32a3db;
}
.news.news-details .global h5 {
    padding: 15px 0;
    color: #32a3db;
}
.news.news-details .global ul {
    padding-left: 0;
    display: block;
}
.news.news-details .global.tags li {
    margin-bottom: 15px;
}
.news.news-details .global.social ul {
}
.btn-category {
    background-color: #addaf1;
    color: #32a3db;
    font-weight: 600;
    border-radius: 30px;
    padding: 5px 20px;
}
@media only screen and (max-width: 991px) {
    #newsletter-form button {
        font-size: 12px;
    }
    .filter h5.txt-orange a.txt-orange {
        font-size: 14px;
    }
    .filter h5.txt-orange a.txt-orange i {
        bottom: -6px;
        position: relative;
    }
    .lts {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    #newsletter-form button {
        font-size: 14px;
    }
    .filter h5.txt-orange a.txt-orange {
        font-size: 1.25rem;
    }
    .filter h5.txt-orange a.txt-orange i {
        bottom: 0;
        position: relative;
    }
}
@media only screen and (max-width: 414px) {
    .news-desc img {
        width: 100%;
        float: none;
    }
    .related .item .item-content p {
        width: 300px !important;
    }
    
}
@media only screen and (max-width: 375px) {
    .related .item .item-content p {
        width: 250px !important;
    }
}