@media (max-width: 1640px) {

}
@media (max-width: 1440px) {

}
@media (max-width: 1130px) {
    .openData-wrapper .openData_item-title {
        padding: 30px 30px;
    }
}

@media (max-width: 1024px) {
    .app-header,
    .container{
        padding: 0 20px;
    }
    footer{
        padding: 20px;
    }
    .app-brand{
        align-self: flex-start;
        flex: 0 0 50%;
        order: 1;
    }
    .top-center{
        flex: 0 0 100%;
        order: 3;
        text-align: center;
        margin-top: 20px;
    }
    .top-right{
        align-self: flex-start;
        order: 2;
        align-items: flex-end;
    }

    #responsiveNavWrapper {

        display: block;
        position: fixed;
        z-index: 9999;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 100%;
        right: 0;
        background-color: rgba(35, 35, 49, 0.75);
        height: 100%;
        transition: all .4s ease;
    }
    #responsiveNavWrapper.active {
        width: 100%;
        left: 0;
        transition: all .3s ease;
    }

    .responsiveNav {
        position: absolute;
        right: 0;
        top: 0;
        padding: 20px 20px 100px;
        height: 100vh;
        display: block;
        background-color: #fff;
        width: 100%;
        max-width: 300px;
        overflow-y: auto;
        z-index: 999;
        box-shadow: -2px 0px 12px rgb(9 58 110 / 30%);
        overflow-x: hidden;
    }

    .top-right .app-search,
    .top-right .lang,
    .app-nav{
        display: none;
    }

    .burgerNav {
        display: block;
        float: right;
        width: 32px;
        margin: 10px 0 0;
        cursor: pointer;
    }
    .burgerNav span {
        width: 100%;
        height: 3px;
        display: block;
        background-color: #0C71C3;
        transition: all .3s ease;
    }
    .burgerNav span:nth-of-type(2) {
        margin: 7px 0;
    }
    .burgerNav:hover span {
        background-color: #CB1F27;
        transition: all .3s ease;
    }

    .closeResponsiveNav {
        float: right;
        cursor: pointer;
        width: 25px;
        height: 25px;
        display: block;
        position: relative;
    }
    .closeResponsiveNav span {
        width: 28px;
        height: 2px;
        background-color: #0C71C3;
        transition: all .3s ease;
        display: block;
        position: absolute;
        left: 0;
        top: 12px;
    }
    .closeResponsiveNav span:nth-of-type(1) {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .closeResponsiveNav span:nth-of-type(2) {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .closeResponsiveNav:hover span {
        background-color: #CB1F27;
        transition: all .3s ease;
    }
    .app-input{
        width: 100%;
    }
    .lang{
        clear: both;
    }
    .responsive-menu{
        margin-top: 20px;
    }
    .nav-link{
        font-size: 18px;
        padding: 5px 0px;
        color: #333;
        font-weight: 700;
    }
    .nav-link:hover,
    a.nav-link.onPath.subL2{
        color: #0C71C3;
    }
    .navL1{
        display: block;
    }
    .navL1 ul li{
        border-bottom: none;
    }
    .nav-link.subL1 i{
        display: none;
    }
    .sideBarNav ul li a, .childrenItem a, .openData-wrapper .openData_item-title {
        padding: 20px 20px;
    }
    .filterWrapper {
        grid-template-columns: repeat(4,1fr);
    }

    .contact-form {
        margin-right: 20px;
    }

    .responsive-menu-top{
        display: flex;
        justify-content: flex-end;
    }
}



@media (max-width: 991px) {
    /*    .sideBarNav ul li a,
        .childrenItem a,
        .openData-wrapper .openData_item-title {
            padding: 30px 20px;
        }*/
    .filterWrapper {
        grid-template-columns: repeat(3,1fr);
    }
    .contact-info-wrapper {
        flex-direction: column;
    }
    .contact-form{
        margin-bottom: 50px;
    }
    .imgTitleLeadDate .eventDate{
        margin-bottom: 10px;
    }
    .topJnodeSix .gridHolder {
        grid-template-columns: repeat(2, 1fr);
    }
    .topExtension3-bodyIframes{
        grid-template-columns: repeat(2,1fr);
    }
}
@media (max-width: 768px) {
    .pageWithChildren, .sideBarNav ul, .openData-wrapper {
        grid-template-columns: repeat(3,1fr);
    }
    .grid-column-start{
        grid-column-start: 1;
    }
    .imgTitleLeadDate{
        flex-direction: column;
    }
    .imgTitleLeadDate .storyImgWrapper{
        width: 100%;
        margin-bottom: 10px;
    }
    .imgTitleLeadDate h4.title{
        font-size: 24px;
    }
}

@media(max-width: 680px) {
    .pageWithChildren, .sideBarNav ul, .openData-wrapper {
        grid-template-columns: repeat(2,1fr);
    }
    .filterWrapper {
        grid-template-columns: repeat(2,1fr);
    }
    .topExtension3-bodyIframes{
        grid-template-columns: repeat(1,1fr);
    }
    .topExtension3-bodyIframes .iframe-container:last-child{
        text-align: inherit;
    }

}

@media(max-width: 600px) {
    .logo{
        width: 154px;
        height: 40px;
    }
    .resultDownloadWrapper{
        flex-direction: column;
    }
    .searchFilterResult{
        margin-bottom: 20px;
    }
}

@media(max-width: 480px) {

    .pageWithChildren, .sideBarNav ul, .openData-wrapper {
        grid-template-columns: repeat(1,1fr);
    }
    .filterWrapper {
        grid-template-columns: repeat(1,1fr);
    }
    .contactForm .captchaHolder{
        width: 100%;
        margin-bottom: 20px;
    }
    .contactForm button{
        float: right;
    }
    .topJnodeSix .gridHolder {
        grid-template-columns: repeat(1, 1fr);
    }


}