.links .items-list .row .item .results-desc .info {
    margin: 30px 0;
    min-height: 0;
}

.filter-title {
    padding-top: 5px;
}

.header-desc .survey .filter-inner .filter label {
    width: 100%;
    text-align: center;
}

.header-desc .survey .filter-inner .filter select {
    width: 100%;
}

.no-result {
    display: none;
}

@media screen and (max-width: 768px){
    .filter-title {
        padding-top: 0;
    }

    .header-desc .survey .filter-inner .filter-title h3 {
        text-align: center;
    }
}

.links .items-list .row .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    margin: 50px 0;
}

.results-desc {
    text-align: center;
}

.intro-text h1 {
    margin: 50px 0 50px;
}

.description {
    font-size: 16px;
}

.header-desc {
    border: 1px solid darkgray;
    border-radius: 10px;
}

body .intro-text p.description a {
    text-decoration: underline !important;
}

body .intro-text p.description a:hover {
    text-decoration: none !important;
}

footer.footer {
    background: #005097;
}

footer .container{
    max-width: 1170px;
    width: 100%;
    margin: 25px auto 0;
    padding: 40px 15px 20px;
    background: #005097;
    text-align: center;
    color: #ffffff;
}

footer ul li a {
    font-size: 16px !important;
    line-height: 1.5em;
    color: #ffffff;
}

footer ul li a:hover {
    text-decoration: underline !important;
}

footer ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    list-style: none;
    padding-left: 0;
}

footer .heading {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

footer a {
    color: #fff !important; 
}

footer a:hover {
    text-decoration: underline !important; 
}

@media screen and (max-width: 768px){
    footer ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }   

    .links .items-list .row .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

