.merchants-component .aq-logo-tagline {
    margin-top: 56px;
    margin-bottom: 48px;
}

.merchants-component .aq-logo {
    height: 36px;
}

.merchants-component .aq-tagline {
    display: block;
    font-size: 14px;
    margin-top: 8px;
}

.merchants-component md-progress-circular svg path {
  stroke: #36d1dc;
}

.search-biller-container.md-whiteframe-1dp {
    padding: 32px;
}

.search-biller-container h1 {
    color: #232735;
    font-family: Sailec, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.search-biller-container .description {
    color: #8B90A0;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
}

.biller-thumbnail {
    background: #fff;
    border: 1px solid #E3F0F7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    margin-bottom: 32px;
    height: 180px;
}

.biller-thumbnail:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.biller-thumbnail img {
    width: 100%;
    max-width: 120px;
    height: auto;
}

.merchants-component > footer {
    border-top: #E1E7ED 1px solid;
    padding: 48px 0;
}

.merchants-component > footer .aq-logo-tagline {
    margin-top: 0;
    margin-bottom: 0;
}

.merchants-component > footer .aq-logo {
    height: 24px;
}

.merchants-component > footer .aq-tagline {
    display: block;
    font-size: 12px;
    line-height: 20px;
}

.merchants-component > footer .footer-links {
    text-align: center;
}

.merchants-component > footer .footer-links > a {
    color: #505565;
    text-decoration: none;
}

@media only screen and (min-width: 600px) {
    .search-biller-container .description {
        width: 50%;
    }

    .merchants-component > footer {
        text-align: left;
    }

    .merchants-component > footer .qw-geotrust-btn {
        margin: 0;
        margin-left: auto;
    }
}