.banner {
    border: 2px solid #ccd6ce;
    margin-bottom: 20px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 25px; }

.banner-text {
    margin: 20px 35px; }

.row {
    margin-left: 0;
    margin-right: 0; }
.row:before, .row:after {
    content: " ";
    display: table; }
.row:after {
    clear: both; }

.row.catalogues-wrapper {
    border: 2px solid #ccd6ce;
    background-color: #ccd6ce;
    margin: 0 20px 20px 0; }
.row.catalogues-wrapper .catalogues-list .download-result-file:nth-child(odd) {
    background-color: white; }
.row.catalogues-wrapper .catalogues-list .download-result-file:nth-child(even) {
    background-color: #F5F7F5; }

.download-result-file a.download {
    width: 100%;
    font-family: "helvetica_bold", Helvetica, Arial, sans-serif;
    color: #00490e;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    float: inherit;
    display: table; }
.download-result-file a.download:hover {
    text-decoration: underline; }
.download-result-file a.download img {
    margin-top: 4px;
    width: 14px;
    float: left;
    display: table-cell;
    margin-right: 8px; }

.download-result-file span {
    font-family: "helvetica_bold", Helvetica, Arial, sans-serif;
    color: #00490e;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    display: block;
    margin-left: 5px;
    word-wrap: break-word;
    padding: 0;
    line-height: 1.1em;
    margin-top: 5px; }
.download-result-file span:first-child {
    margin-top: 8px !important; }
.download-result-file span.nouppercase {
    text-transform: none; }

.download-result-file {
    padding: 7px 15px; }

.field--name-field-catalogues-title {
    text-transform: uppercase;
    color: #00490e;
    font-family: "helvetica_reg", Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding: 15px;
    font-weight: bold; }