.mkt img {
    animation: fadein 0.0s;
    -moz-animation: fadein 0.0s;
    -webkit-animation: fadein 0.0s;
    -o-animation: fadein 0.0s;
}

#connector-header {
    padding-top: 70px;
    padding-bottom: 70px;
    min-height: 280px;
    background: #ededed;
    background: linear-gradient(to bottom, #ededed 0%, #dddddd 100%);
}

.mkt #connector-header h1 {
    color: #007FAC;
    font-size: 38px;
    margin-top: 0;
    margin-bottom: 14px;
}

.mkt #connector-header h2 {
    color: #333333;
    font-weight: normal !important;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 14px;
}

#connector-header .textframe {
    width: 100%;
}

#connectors .frame {
    background-color: #ffffff;
    box-shadow: 1px 1px 4px #cccccc;
    height: 260px;
}

#connectors img {
    max-height: 170px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

#connectors h4 {
    margin-top: 0;
    hyphens: auto;
}

#connectors .label-default {
    background-color: #777;
}

#connectors .label {
    display: inline;
    padding: .3em .6em .3em;
    line-height: 2em;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: .25em;
    margin-right: .2em;
}

#connectors .label-large {
    font-size: 1.5em;
}

.mkt #connectors .label a {
    color: #fff;
}

#connectors.single-pane {
    border: 1px solid #dddddd;
    padding-top: 12px;
    padding-bottom: 12px;

}

#recommended h3 {
    font-weight: normal !important;
    font-size: 18px;
    margin-top: 6px;
}

#recommended .feature-image {
    height: 180px;
    padding: 20px;
    text-align: center;
    border: 1px solid #efefef;
    margin-bottom: 12px;
}

#recommended .feature-image img {
    max-height: 140px;
    width: auto;
    display: inline !important;
}

#recommended img.logo {
    height: 25px;
}

#trustedbrands .logo-tile img {
    max-height: 40px;
    max-width: 100%;
}

#trustedbrands .logo-tile {
    background-color: #ffffff;
}

.mkt .nav-tabs > li > a {
    font-size: 16px;
}

.mkt .nav-tabs > li.active > a, .mkt .nav-tabs > li.active > a:hover, .mkt .nav-tabs > li.active > a:focus {
    font-weight: bold;
    color: #333333 !important;
    background-color: #ececed !important;
}

/* Small */
@media (min-width: 768px) {
    #connector-header {
        background: url(/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/common/landing/connector-catalog/header-main-connectors.jpg?v=4) no-repeat center center;
        background-size: cover;
    }

    #connector-header .textframe {
        width: 50%;
    }

}

/* Medium */
@media (min-width: 992px) {
}

/* Large */
@media (min-width: 1200px) {
}
