.cdev-teamnb-nav {
    background: #184765 url(beta-blue-bg.jpg) top center;
    background-size: auto 125px;
    height: 560px;
    font-size: 0;
    white-space: normal;
}

.cdev-teamnb-nav a {
    display: inline-block!important;
    background: #184765 no-repeat center;
    background-size: cover;
    position: relative;
}

.cdev-teamnb-nav a .cdev-tile-link {
    color: #fff;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 200;
    text-transform: uppercase;
}

.cdev-teamnb-nav a .cdev-tile-link .icon {
    font-size: .6em;
    vertical-align: middle;
    line-height: 25px;
}

.cdev-teamnb-nav .cdev-tile-1 {
    background-color: transparent;
    width: 100%;
    height: 125px;
}

.cdev-teamnb-nav .cdev-tile-1 .cdev-copy-block {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    top: 30px;
    text-transform: uppercase;
}

.cdev-teamnb-nav .cdev-tile-1 .cdev-tile-cta {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 200;
    text-transform: uppercase;
}

.cdev-teamnb-nav .cdev-tile-1 .cdev-tile-cta .icon {
    font-size: .6em;
    vertical-align: middle;
    line-height: 25px;
}

.cdev-teamnb-nav .cdev-tile-2,
.cdev-teamnb-nav .cdev-tile-3,
.cdev-teamnb-nav .cdev-tile-4,
.cdev-teamnb-nav .cdev-tile-5 {
    width: 50%;
    height: 220px;
}

.cdev-teamnb-nav .cdev-tile-2 {
    background-image: url(running-tile-mob.jpg);
    background-position: right;
}

.cdev-teamnb-nav .cdev-tile-3 {
    background-image: url(baseball-tile-mob.jpg);
    background-position: left;
}

.cdev-teamnb-nav .cdev-tile-4 {
    background-image: url(soccer-tile-mob.jpg);
}

.cdev-teamnb-nav .cdev-tile-5 {
    background-image: url(tennis-tile-mob.jpg);
}

@media (min-width: 768px) {
    .cdev-teamnb-nav {
        height: 220px;
        background-size: auto 220px;
    }
    .cdev-teamnb-nav a {
        float: left;
    }
    .cdev-teamnb-nav .cdev-tile-1 {
        background-color: transparent;
        width: 20%;
        height: 220px;
    }
    .cdev-teamnb-nav .cdev-tile-1 .cdev-copy-block {
        font-size: 18px;
        line-height: 20px;
        width: auto;
        margin-left: 0;
        top: auto;
        bottom: 20px;
        left: 20px;
        right: 20px;
        text-transform: uppercase;
    }
    .cdev-teamnb-nav .cdev-tile-1 .cdev-tile-cta {
        font-size: 18px;
        line-height: 20px;
    }
    .cdev-teamnb-nav .cdev-tile-2,
    .cdev-teamnb-nav .cdev-tile-3,
    .cdev-teamnb-nav .cdev-tile-4,
    .cdev-teamnb-nav .cdev-tile-5 {
        height: 220px;
        width: 20%;
    }
}

@media (min-width: 960px) {
    .cdev-teamnb-nav .cdev-tile-1 .cdev-copy-block {
        font-size: 16px;
        line-height: 20px;
        width: auto;
        margin-left: 0;
        top: auto;
        bottom: 25px;
        left: 20px;
        right: 20px;
        max-width: 230px;
    }
    .cdev-teamnb-nav .cdev-tile-1 .cdev-tile-cta {
        font-size: 16px;
        line-height: 20px;
    }
    .cdev-teamnb-nav .cdev-tile-2,
    .cdev-teamnb-nav .cdev-tile-3,
    .cdev-teamnb-nav .cdev-tile-4,
    .cdev-teamnb-nav .cdev-tile-5 {
        height: 220px;
        width: 20%;
        max-width: 300px;
    }
    .cdev-teamnb-nav a .cdev-tile-link {
        bottom: 25px;
        left: 20px;
        font-size: 16px;
        line-height: 20px;
    }
}


/*# sourceMappingURL=style.css.map */