.newsInformation{
    margin-top: 1.5%;
    margin-bottom: 1.5%;
}

section.content.news h1{
    color: #ea6e30 !important;
    font-weight: 600;
    padding: 0 !important;
}

section.content.news .mt-4 h4{
    color: #ea6e30 !important;
    text-align: center;
    font-weight: bold;
}

section.content.news .news-description h4{
    color: #ea6e30 !important;
    text-align: center;
}

 section.content.news h5{
    margin-top: 2.5%;
    color: #279b9a !important;
    text-align: center;

}
html body div#pageContent section.content.news div.container.newsInformation div.container.text-left div.col-lg-7.col-md-6.col-sm-10.col-xs-8.padding-0{
    padding: 0;
}


.newsList{
    font-size: 14px;
    text-align: center;
}


.mt-4 h4{
    text-align: center;
}

html body div#pageContent section.content.news div.container.newsInformation div.container.content-body.text-left.no-margin div.col-lg-12.col-md-12.col-sm-12.col-xs-12.padding-0 div.row div.col-md ul{
    text-align: center;
    padding: 0;
    list-style: none;
}

html body div#pageContent section.content.news div.container.newsInformation div.container.content-body.text-left.no-margin div.col-lg-12.col-md-12.col-sm-12.col-xs-12.padding-0 div.row div.col-md ul li{
    border: 7px solid #eee;
    margin-top: 1%;
}

.newsTitle{
    font-size: 20px;
}
.newsTitle a:hover {
    color: #ea6e30 !important;
}

.news.wrapper-item{
    border: 1px solid #eee;
    padding-top: 0;
}

.wrapper-item{
    height: auto;
    text-align: center;
}
.wrapper-item {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    display: block;
    vertical-align: top;
    padding-top: 10px;
}
.news .wrapper-item .news-description{
    margin-top: 3.5%;
    /*text-align: left;*/
}
.news .wrapper-item{
    border: 15px solid #eee;
    padding: 0;
}

span.newsBolder{
    font-weight: bold;
    color: #3c3d41;
    text-align: left;
}

span.newsItalics{
    font-style: italic;
    display: block;
    text-align: left;
}

.news ul .newsUl {
    font-size: 14px;
}


span.newsBody{
    text-align: left;
}

.newsInnerContent{
    text-align:justify;
    margin-left:15px;
    margin-right:15px;
}

html body div#pageContent section.content.news div.container.newsInformation div.container.content-body.text-left.no-margin div.application.wrapper-item div.news-description details div.newsInnerContent iframe{
    margin-left: 22%;
}

@media only screen and (max-width: 1199px){
    html body div#pageContent section.content.news div.container.newsInformation div.container.content-body.text-left.no-margin div.application.wrapper-item div.news-description details div.newsInnerContent iframe{
        margin-left: 16%;
   }
}

@media only screen and (max-width: 992px){
    html body div#pageContent section.content.news div.container.newsInformation div.container.content-body.text-left.no-margin div.application.wrapper-item div.news-description details div.newsInnerContent iframe{
        margin-left: 0%;
        width: 100%;
   }
}

@media only screen and (max-width: 767px){
    html body div#pageContent section.content.news div.container.newsInformation div.container.content-body.text-left.no-margin div.application.wrapper-item div.news-description details div.newsInnerContent iframe{
        width: 100%;
        margin-left: 0%;
   }

}
