/******************************** DISPATCHED ***********************************************/
.news-dispatch__inner-wrap {
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.news-dispatch__inner-wrap .news-dispatch__block {
    height: 140px;
}

.news-dispatch__inner-wrap .news-dispatch__block .news-dispatch__head {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
}

.news-dispatch__inner-wrap .news-dispatch__block .news-dispatch__subhead {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    /*text-align: center;*/
}

.news-dispatch__inner-wrap .news-dispatch__block .news-dispatch__blue-text-cont {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 7px;
}

.news-dispatch__inner-wrap .news-dispatch__block .news-dispatch__blue-text-cont .news-dispatch__text {
    color: #ffffff;
    font-size: 15px;
    padding-right: 15px;
    width: 60%;
}

.news-dispatch__inner-wrap .news-dispatch__block .news-dispatch__blue-text-cont .input-wrap {
    margin-top: 0px;
    width: 40%;
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
}

.news-dispatch__inner-wrap .news-dispatch__block .news-dispatch__blue-text-cont .input-wrap input {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    play-during: 15px;
    height: 45px;
    border-radius: 3px 0 0 3px;
    border: none;
    max-width: 120px;
}

.news-dispatch__outer-wrap .news-dispatch__inner-wrap .news-dispatch__block .news-dispatch__blue-text-cont .input-wrap input{
    max-width: none;
}

.news-dispatch__inner-wrap .content-wrap {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news-dispatch__inner-wrap .content-wrap .content {
    padding: 0 30px;
}

.news-dispatch__inner-wrap .news-dispatch__orange {
    position: relative;
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    padding-left: 70px;
}

.news-dispatch__inner-wrap .news-dispatch__orange .content-wrap {
    background-color: #f68121;
}

.news-dispatch__inner-wrap .news-dispatch__orange:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-top: 70px solid transparent;
    border-right: 70px solid #f68121;
    border-bottom: 70px solid transparent;
}

.news-dispatch__inner-wrap .news-dispatch__blue {
    position: relative;
    width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-dispatch__inner-wrap .news-dispatch__blue .content-wrap {
    background-color: #014282;
}

.news-dispatch__inner-wrap .news-dispatch__blue:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-top: 70px solid transparent;
    border-left: 70px solid #014282;
    border-bottom: 70px solid transparent;
}

.news-dispatch__outer-wrap {
    margin: 70px auto -70px;
}

.mainscreen-news .news-dispatch__outer-wrap {
    margin: 90px auto -90px;
}

.mainscreen-news .news-dispatch__inner-wrap .news-dispatch__block {
    height: 180px;
}

.mainscreen-news .news-dispatch__inner-wrap .news-dispatch__block.news-dispatch__orange {
    padding-left: 90px;
}

.mainscreen-news .news-dispatch__inner-wrap .news-dispatch__block.news-dispatch__orange:before {
    border-top: 90px solid transparent;
    border-right: 90px solid #f68121;
    border-bottom: 90px solid transparent;
}

.mainscreen-news .news-dispatch__inner-wrap .news-dispatch__block.news-dispatch__blue {
    padding-right: 90px;
}

.mainscreen-news .news-dispatch__inner-wrap .news-dispatch__block.news-dispatch__blue:before {
    border-top: 90px solid transparent;
    border-left: 90px solid #014282;
    border-bottom: 90px solid transparent;
}

.mainscreen-news .news-dispatch__inner-wrap .news-dispatch__block .news-dispatch__head {
    font-size: 32px;
}

/*********** MEDIA *******************/
@media (max-width: 1170px) {
    .news-dispatch__outer-wrap {
        padding: 0 !important;
    }

    .news-dispatch__inner-wrap {
        max-width: 100%;
    }

    .news-dispatch__inner-wrap .news-dispatch__block {
        padding: 0;
    }

    .news-dispatch__inner-wrap .news-dispatch__block .content {
        padding: 30px 30px;
    }

    .news-dispatch__inner-wrap .news-dispatch__blue {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .news-dispatch__inner-wrap .news-dispatch__blue:before,
    .news-dispatch__inner-wrap .news-dispatch__orange:before {
        display: none;
        content: none;
    }

    .mainscreen-news .news-dispatch__inner-wrap .news-dispatch__block.news-dispatch__orange {
        padding-left: 0;
    }

    .mainscreen-news .news-dispatch__inner-wrap .news-dispatch__block.news-dispatch__blue {
        padding-right: 0;
    }
}

@media (max-width: 960px) {
    .news-dispatch__blue-text-cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .news-dispatch__inner-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .news-dispatch__inner-wrap .news-dispatch__block .news-dispatch__blue-text-cont .input-wrap {
        width: auto;
        margin: 15px auto 0 auto;
    }

    .news-dispatch__inner-wrap .news-dispatch__block .news-dispatch__blue-text-cont .news-dispatch__text {
        width: 100%;
    }

    .news-dispatch__inner-wrap .news-dispatch__blue,
    .news-dispatch__inner-wrap .news-dispatch__orange {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .mainscreen-news .news-dispatch__inner-wrap .news-dispatch__block {}
}

@media (max-width: 750px) {
    .news-dispatch__inner-wrap {}
    .news-dispatch__inner-wrap .news-dispatch__blue,
    .news-dispatch__inner-wrap .news-dispatch__orange {
        width: 100%;
    }
    .news-dispatch__inner-wrap .news-dispatch__block .news-dispatch__blue-text-cont .input-wrap {
        margin-top: 10px;
        width: auto; }
    .news-dispatch__inner-wrap .news-dispatch__block .news-dispatch__blue-text-cont .news-dispatch__text {
        width: 100%; }
    .news-dispatch__outer-wrap {
        margin-top: 75px; }
}

@media (max-width: 420px) {
    .news-dispatch__blue-text-cont {
        width: 100%;
    }
}

/* END NEWS */
