/* 1:55 */

.gttwireless {
    /*max-width: 1600px;*/
    margin: auto;
}

.gttwireless .header {
    background-color: #000000;
    min-height: 310px;
}

.gttwireless .header.top-level {
    background-image: url(/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/common/landing/gttwireless/gttwireless-banner.jpg);
    background-size: cover;
    background-position: left center;
}

.gttwireless .header.test-tools {
    background-image: url(/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/common/landing/gttwireless/gttwireless-banner.jpg);
    background-size: cover;
    background-position: left center;
}

.gttwireless .header.cable-connectors {
    background-image: url(/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/common/landing/gttwireless/gttwireless-banner.jpg);
    background-size: cover;
    background-position: left center;
}

.gttwireless .header.electromechanical {
    background-image: url(/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/common/landing/gttwireless/landing-page-bannerv1.jpg);
    background-size: cover;
    background-position: left center;
}

.gttwireless .header h1 {
    margin-top: 0;
    color: #41C363;
    font-size: 3.5em;
}

.gttwireless .header p {
    color: #ffffff;
    margin: 0;
    font-size: 2em;
}

.gttwireless .header img {
    width: 50%;
    min-width: 100px;
    max-width: 175px;
}

.gttwireless .featured-categories .frame {
    background-color: #eeeeee;
}

.gttwireless .featured-categories h3 {
    margin-top: 0;
}

.gttwireless .callout {
    font-weight: bold;
    font-size: 140%;
}

.mkt.gttwireless h2 {
    color: #41C363;
    margin-bottom: 24px;
    margin-top: 0;
}

.gttwireless .products {
    position: relative;
}

.gttwireless .products .anchor-link {
    position: absolute;
    top: -80px;
    left: 0;
}

.gttwireless .product-img {
    height: 100px;
    text-align: center;
    margin-bottom: 15px;
}

.gttwireless .product-img img {
    max-height: 100px;
    max-width: 100%;
}

.gttwireless .product {
    border-left: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    background-color: #ffffff;
}


.gttwireless .featured-product-category {
    background-color: #eeeeee;
}


.gttwireless .products h3 {
    background-color: #000000;
    color: #ffffff;
    margin: 0;
    padding: 5px 8px;
}

.gttwireless .products h4 {
    color: #000;
    margin-top: 0;
    padding-left: 1px;
}

.gttwireless .products h5 {
    margin: 0;
    color: #000;
}

.gttwireless .products .list h5 {
    font-size: 120%;
}

.gttwireless .products ul {
    list-style: none;
    padding: 0;
}

.gttwireless .list-divider::before {
    content: "\00a0\00a0|\00a0\00a0";
    color: #000000;
    font-weight: bold;
}

.gttwireless .learn-more-link {
    font-size: 80%;
}

.gttwireless .learn-more-link::after {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    font-size: 80%;
    margin-left: 0.2em;
}

.gttwireless ul.large-text {
    font-size: 1.2em;
}

/* Small and up */
@media (min-width: 768px) {
    .gttwireless .header {
        min-height: 350px;
    }

    .gttwireless .header.top-level {
        background-position: center center;
    }

    .gttwireless .header.test-tools {
        background-position: center center;
    }

    .gttwireless .header.cable-connectors {
        background-position: center center;
    }

    .gttwireless .header.electromechanical {
        background-position: center center;
    }

    .gttwireless .header img {
        width: 180px;
        min-width: auto;
        max-width: none;
    }


}

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

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