.container {
    max-width: 1170px;
}
.newsletter h2 {
    color: #053676;
    margin-bottom: 30px;
    margin-top: 15px;
    text-align: right;
    position: relative;
}
h3{
    color: #0081cb;
}
p {
    text-align: justify;
}
.newsletter h2 i {
    color: #ed2426;
    font-size: 22px;
}
.news {
    background: #094e87;
    color: #fff;
    padding: 15px 25px;
}
.news a{
    color: #a6dcef;
}
.news h2, .news h3 {
    color: #fff;
}
.nlQuestion {
    border-bottom: 1px solid #0a4e87;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.nlQuestion strong:first-child{
    color: #ed2426;
}
.NL_author{
    color: #ccc;
    font-weight: normal;
    font-size: 19px;
}
.shut {
    border-bottom: 1px solid #04367a;
    padding-bottom: 20px;
}

.video iframe {
    width: 100%;
}
.video {
    border-top: 1px solid #04367a;
    padding-top: 10px;
    margin-top: 30px;
    border-bottom: 1px solid #04367a;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.newsText {
    height: 221px;
    overflow: hidden;
    margin-bottom: 10px;
}
.newsLinks{
    text-align: left;
}
.newsLinks a.btn{
    color: #094e87;
    border-color: #094e87;
    background-color: #a6dcef;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
}
.newsLinks a.btn:hover{ background-color: #fff;}
.newsLinks a.btn i{
    padding-right: 5px;
    vertical-align: -1px;
}
.newsRow:not(:last-child){
    border-bottom: 1px solid #a5dffc;
    margin-bottom: 20px;
}
.nlServices img{
    width: 100%;
}
.oldImgPadding img{
    margin-right: 15px;
}
.updateRow:not(:last-child){
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.btn-outline-primary {
    color: #0a4e87;
    border-color: #0a4e87;
    font-weight: 600;
    background-color: transparent;
}
.btn-outline-primary:hover {
    background-color: #0a4e87;
    border-color: #0a4e87;
}
.NL_face{
/*border-top: solid 1px rgb(179, 176, 176);*/
padding: 5px;
background-color: #053676;
}
.NL_face a{
    font-weight: 700;
    color: #fff;
 }
.fa-facebook-f:before {
    font-size: 18px;
    margin-right: 10px;
    border-radius: 5px;
}
.NL_facebook a:hover{
    color: #78a9c5;
}

.NL_Footer {
    background: #1f84c6;
    color: #fff;
    padding: 10px;
}
.NL_Footer a {
    color: #fff;
}
.NL_Footer a:hover {
color: #a6dcef;
}
.NL_Credit {
    float: left;
}
.newsletter h2::before {
    position: absolute;
    right: 5px;
    top: 13px;
    width: 15px;
    height: 15px;
    background: #ef2424;
    content: "";
    transform: rotate(45deg);
}
.newsletter h2 {
    padding-right: 30px;
}
.newsletter h2:after {
    position: absolute;
    right: 0;
    width: 60px;
    height: 4px;
    background: #0a4e87;
    content: "";
    bottom: -10px;
}
.newsletter .news h2:after {
    background: #91dbf6;
}
a.btn-Gilayon {
    background: #ef2425;
    color: #fff;
    margin: 10px auto;
    display: block;
    width: 200px;
    padding: 8px;
    text-align: center;
}
a.btn-Gilayon i {
    margin-left: 5px;
}
.imgArticle img {
    width: 100%;
}
.imgArticle {
    padding: 30px 20px;
}
.asideImg {
    padding-top: 66%;
    background-size: cover;
    margin-bottom: 15px;
}
.blueRow {
    background: #f2f5f8;
}
@media only screen and (max-width: 767px) {

    .redTitle h2 {
        text-align: right;
    }
    .news {
        margin: 0 -15px;
        padding: 15px;
    }
    .newsText {
        height: auto;
        margin-bottom: 0;
    }
    .NL_Credit {
        float: none;
    }
    .oldImgPadding img{
        width: 100% !important;
        height: auto !important;
        margin: 10px 0;
    }
}