.news .clear {
    clear: both
}

.news .nav ul {
    float: left;
    display: inline;
    margin: 0
}

.news .nav li {
    float: left
}

.news .nav a {
    float: left;
    display: block
}

.news .nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.news .article {
    padding-bottom: 15px;
    margin-bottom: 15px
}

.news .article:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.news .article:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.news .article .news-img-wrap {
    float: left;
    margin: 3px 12px 5px 0;
    background: #fff
}

.news .article .news-img-wrap a {
    display: block;
    float: left;
    padding: 4px;
    border: 1px solid #ddd;
    background: #fff
}

.news .article .news-img-wrap img {
    float: left;
    height: auto;
    width: auto
}

.news .article .teaser-text {
    margin: 0 0 10px 0
}

.news .article h3 {
    margin-bottom: 0
}

.news .footer {
    clear: both;
    padding: 10px 0 0 0;
    border-top: 1px solid #eee;
    margin-top: 15px;
    color: #888
}

.news .footer p {
    line-height: 1em
}

.news .footer span {
    display: inline-block;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #ddd
}

.news .footer span:last-child {
    border-right: 0
}

.news .footer .news-category a {
    text-transform: uppercase
}

.news .no-news-found {
    color: #db0202;
    font-style: italic
}

.news .page-navigation p {
    float: left
}

.news .page-navigation ul {
    float: right
}

.news .page-navigation ul li {
    float: left;
    display: block;
    padding: 0 2px;
    background: none
}

.news .page-navigation ul li a {
    display: block
}

.news-category-view ul li {
    padding: 5px 8px
}

.news-category-view ul li li {
    padding: 2px 8px 2px 12px
}

.news-category-view > ul > li:nth-child(even) {
    background: #f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.news-category-view .category-desc {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #ddd
}

.news-single .footer {
    margin-bottom: 20px;
    margin-top: 5px;
    padding: 10px 0 0 0;
    border-bottom: 0;
    border-top: 1px solid #eee
}

.news-single .article .news-img-wrap {
    float: right;
    width: 282px;
    margin: 0 0 0 25px
}

.news-single .article .news-img-wrap img {
    float: none
}

.news-single .teaser-text {
    font-size: 15px;
    color: #888
}

.news-text-wrap {
    margin-bottom: 10px
}

.news-img-caption {
    color: #888
}

.news-related-wrap {
    display: table;
    margin-top: 20px;
    width: 100%
}

.news-related {
    width: 50%;
    padding: 15px;
    border: 1px solid #eee;
    display: table-cell
}

.news-related ul li {
    line-height: 1em;
    margin-bottom: 12px
}

.news-related ul li span {
    border-right: 1px solid #ddd;
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
    color: #888
}

.news-related ul li span:last-child {
    border-right: 0;
    padding-right: 0
}

.news-related h4 {
    margin-bottom: 10px
}

.news-related-files ul li {
    margin-bottom: 20px
}

.news-related-files .news-related-files-link .jpg {
    background-position: 0 0
}

.news-clear {
    clear: both
}
.news-section li {
    cursor: pointer!important
}

.media-center .news-box-main {
    display: none
}

.media-center .top-section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 135px;
    height: 448px
}

.media-center .top-section .left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px
}

.media-center .top-section .left img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out
}

.media-center .top-section .left img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.media-center .top-section .right {
    width: 409px;
    background-color: #12a77a;
    border-radius: 0 19px 19px 0;
    color: #fff;
    font-family: "LatoBold",sans-serif;
    padding: 84px 0 0 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.media-center .top-section .right .txt1 {
    font-size: 12px;
    line-height: 42px;
    letter-spacing: 1.2px
}

.media-center .top-section .right .txt2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .6px;
    font-family: "LatoBold",sans-serif;
    padding-right: 15px
}

.media-center .top-section .right .txt3 {
    font-size: 12px;
    line-height: 42px;
    letter-spacing: 1.2px;
    margin-top: auto;
    margin-bottom: 20px
}

.media-center .bottom-section {
    margin-top: 72px
}

.media-center .bottom-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.media-center .bottom-section .newsroom-box .image-news {
    height: 188px
}

.media-center .bottom-section .newsroom-box .image-news img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.media-center .bottom-section .news-card {
    background-color: #f8f9fa;
    display: inline-block;
    border-radius: 19px;
    max-width: 30%;
    margin: 10px;
    margin-bottom: 34px
    
}

.media-center .bottom-section .news-card .image-news {
    overflow: hidden;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px
}

.media-center .bottom-section .news-card img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    height: 100%;
    object-fit: cover
}

.media-center .bottom-section .news-card img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.media-center .bottom-section .news-card .txt1,.media-center .bottom-section .news-card .txt2,.media-center .bottom-section .news-card .txt3 {
    font-family: "LatoBold",sans-serif;
    margin-left: 25px
}

.media-center .bottom-section .news-card .txt1 {
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #12a77a;
    margin-top: 19px
}

.media-center .bottom-section .news-card .txt2 {
    font-size: 21px;
    color: #000;
    margin-top: 6px;
    font-family: "LatoBold",sans-serif!important
}

.media-center .bottom-section .news-card .txt3 {
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #464749;
    margin-top: 24px;
    margin-bottom: 18px
}

.media-center .bottom-section .top {
    max-width: 46.5%!important;
    width: 46.5%!important;
    margin-bottom: 60px
}

.media-center .bottom-section .top .image-news {
    overflow: hidden;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
    height: 291px
}

.media-center .bottom-section .top img {
    height: 100%
}

.media-center .bottom-section .top .txt2 {
    margin-top: 10px!important;
    margin-right: 33px
}

.media-center .bottom-section .top .txt3 {
    margin-top: 24px!important;
    margin-bottom: 23px!important
}

.media-center .bottom-section .load-btn {
    width: 186px;
    height: 50px;
    margin-top: 40px;
    margin-bottom: 90px;
    background-color: #00b48d;
    border-radius: 25px;
    color: #fff;
    font-family: "LatoBold",sans-serif;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 1.4px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer
}

.media-center .bottom-section .load-btn a {
    color: #fff
}

@media (max-width: 1150px) {
    .media-center .top-section .right {
        padding-top:34px!important;
        width: 280px!important
    }

    .media-center .top-section .right .txt2 {
        font-size: 18px!important;
        line-height: 24px!important
    }

    .media-center .top-section .right .txt3 {
        margin-top: 50px!important
    }

    .media-center .bottom-section .news-card {
        max-width: 47%!important
    }

    .media-center .bottom-section .news-card .txt2 {
        margin-right: 10px!important
    }
}

@media (max-width: 750px) {
    .media-center .top-section {
        -webkit-box-orient:vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .media-center .top-section .left {
        height: 201px;
        border-top-right-radius: 19px;
        border-bottom-left-radius: unset!important
    }

    .media-center .top-section .right {
        background-color: #f8f9fa!important;
        padding: unset!important;
        width: unset!important;
        border-radius: 0 0 19px 19px!important
    }

    .media-center .top-section .right .txt1,.media-center .top-section .right .txt2,.media-center .top-section .right .txt3 {
        font-family: "LatoBold",sans-serif;
        margin-left: 25px
    }

    .media-center .top-section .right .txt1 {
        font-size: 12px!important;
        letter-spacing: 1.2px!important;
        color: #12a77a!important;
        margin-top: 12px!important
    }

    .media-center .top-section .right .txt2 {
        font-size: 21px!important;
        color: #000!important;
        margin-top: 6px!important;
        font-family: "LatoBold",sans-serif!important;
        padding-right: 10px!important
    }

    .media-center .top-section .right .txt3 {
        font-size: 12px!important;
        letter-spacing: 1.2px!important;
        color: #464749!important;
        margin-top: 15px!important
    }

    .media-center .bottom-section .top {
        max-width: 100%!important;
        width: 100%!important
    }

    .media-center .bottom-section .news-card {
        max-width: 100%!important
    }
}

@media (max-width: 1150px) {
    .main-container {
        max-width:720px!important
    }
}

@media (max-width: 750px) {
    .main-container {
        max-width:375px!important
    }
}
