@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    color: #595b5b !important;
}

h1 {
    font-family: 'Merriweather', serif !important;
    font-size: 21px !important;
    font-weight: 400 !important;
}

h5 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px !important;
    color: #595b5b !important;
    font-weight: 300 !important;
    letter-spacing: 0.03em !important;
}

a {
    font-family: 'Merriweather', serif !important;
    color: #007775 !important;
}

.row {
    margin-bottom:0px!important;
    display: flex;
}

.logos {
    display: flex!important;
    justify-content: flex-end;
    align-items: center;
 }

.list-img {
    height: auto;
    max-width: 240px;
    padding: 0px 0.75rem 0px;
}

#chevron-right {
    max-width: 16px;
    fill: #007775;
    float: right;
    padding-top: 50px;
    margin-right: 20px;
}
.divider {
    height: 3px !important;
}

#no-results {
    font-size: 1.35rem;
    padding: 0 0 40px;
    letter-spacing: 0.03rem;
}


@media only screen and (max-width: 680px) {
    .arrow-section {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .list-img {
        display: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #chevron-right {
        padding-top: 0 !important;
    }
}



