/** TIER 2 ITEMS */

/*// force t2 styles in the interim*/
#tier2-wrapper {
    background-color: #323232;
}

.t2-item a, .t2-item a:link, .t2-item a:visited{
    color: #fff;
}

/*// fix left header alignment on t2*/
#tier2-wrapper  .package__title-group {
    margin-bottom: 4px;
    border: none;
    position: relative;
    padding-left: 16px;
}

.package__title-group:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 6px;
    height: 20px;
    top: 4px;
    background-color: rgba(100, 81, 137, 0.9);
}

@media screen and (min-width: 700px) {
    .package__title-group:before {
        height: 24px;
        top: 6px;
    }
}

/* <editor-fold defaultstate="collapsed" desc="Main CSS Block"> */
.radio-main .t2-content {
    margin: 0 auto;
    font-size: 1.231em;
}
.radio-main .t2-list {
    list-style: none;
    width: auto;
    max-width: none;
    clear: both;
    display: block;
    overflow: hidden;
    margin: 0 8px 8px;
    padding-bottom: 8px;
}
.radio-main .t2-item  {
    float: left;
    background-color: transparent;
    list-style: none;
}
.radio-main .t2-inner {
    display: block;
    position: relative;
    margin: 8px 8px 8px 8px;
    min-height: 98px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: auto;
}
.radio-main .t2-large .t2-inner {
    margin-bottom: 8px;
}

.radio-main .t2-content .package__title-group {
    margin-left: 18px;
}

.radio-main .t2-inner:focus .t2-inner,
.radio-main .t2-inner a:focus .t2-inner {
    background: #C0C0C0;
}
.radio-main .t2-item h2,
.radio-main .t2-latest-podcast .series {
    margin-bottom: .25em;
    font-weight: bold;
}
.radio-main .t2-item p {
    font-size: .75em;
    line-height: 1.333em;
    width: auto;

    padding: 0 16px;
}
.radio-main .t2-item p + p {
    margin-top: 1.4em;
}
.radio-main .t2-item .t2-invite {
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    border-top: 1px solid #000;
    border-top: 1px solid rgba(0,0,0,0.5);
    margin-bottom: .666em;
    font-size: .6875em;
    line-height: 1.46em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.35em 0.2em 0;
}
.radio-main .t2-invite a:focus {
    text-decoration: underline;
}
.radio-main .t2-small h2 {
    padding-bottom: 20px;
}
.radio-main .t2-item a.t2-inner {
    line-height: 1.242em;
    font-weight: bold;
}
.radio-main .t2-latest-podcast .series {
    margin-left: 10px;
}
.radio-main .t2-latest-podcast .episode {
    margin-left: 10px;
    font-size: 1em;
}
.radio-main .t2-latest-podcast .t2-invite {
    margin-left: 10px;
}
.radio-main .t2-bloq-post {
    margin-left: 35px;
}
.radio-main .t2-blogs .t2-inner {
    background-position: -2674px bottom;
}
.radio-main .t2-blogs .t2-inner.t2-multiblogs {
    background-image: none;
}
.radio-main .t2-blogs .t2-inner.t2-multiblogs h3 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.radio-main .t2-item p.t2-blog-name {
    margin-top: 1em;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #333;
    width: auto;
    margin-bottom: .5em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    margin-right: 1.333em;
}
.radio-main .t2-blog-post-title {
    font-style: italic;
    font-family: Georgia, serif;
    font-size: 1.5em;
    line-height: 1.265em;
    height: 5.6em;
    margin-bottom: .5em;
}
.radio-main .t2-blog-post-creator {
    font-style: italic;
    display: block;
    font-family: Georgia, serif;
}
.radio-main .t2-blog .t2-subitem-blogtitle {
    font-family: georgia;
    font-style: italic;
    padding-left: 1.333em;
    margin-top: 0;
    width: auto;
}
.radio-main .t2-inner .gelicon {
    position: absolute;
    left: 15px;
    bottom: 19px;
    font-size: 30px;
}
.radio-main .t2-large .t2-inner .gelicon {
    bottom: 6px;
}
.radio-main .t2-subitem-blogtitle {
    position: relative;
    top: 0;
}
.radio-main .t2-subitem-blogtitle .gelicon.gelicon--quote {
    bottom: auto;
    left: 2px;
    font-size: 12px;
}
.radio-main .t2-inner .gelicon.gelicon--facebook {
    left: 5px;
}
.radio-main .t2-inner .gelicon.gelicon--podcast {
    left: 13px;
}
.radio-main .t2-inner .gelicon.gelicon--help {
    left: 15px;
}
.radio-main .t2-inner .gelicon.gelicon--stations {
    font-size: 26px;
}
.radio-main .disc-icon {
    position: absolute;
    left: 15px;
    bottom: 12px;
    width: 30px;
    height: 30px;
    fill: #fff;
}

.t2-item a {
    display: block;
    height: 100%;
    text-decoration: none;
}
.radio-main .t2-inner {
    background: #47464b;
    overflow: hidden;
}
.radio-main .t2-webcam .t2-inner {
    background: #47464b url(../../img/icons/tier2_icons.png)  -4184px 95% no-repeat;
}
.radio-main .t2-small.t2-webcam .t2-inner {
    background-position: -4184px 54px;
}

.radio-main .t2-metawrap {
    position: absolute;
    top: 10px;
    z-index: -100;
}
.radio-main .t2-item:hover {
    background: transparent;
}
.radio-main .t2-item:hover .t2-metawrap,
.radio-main .t2-item-a:focus .t2-metawrap {
    left: 10px;
    top: 8px;
    z-index: 3;
    background: #FFF;
}
.radio-main .t2-music-title,
.radio-main .t2-music-artist,
.radio-main .t2-music-short-synopsis,
.radio-main .t2-music-reviewer {
    display: block;
    padding: 4px 8px;
}
.radio-main .t2-music-artist{
    font-weight: bold;
}
.radio-main .t2-music-reviewer{
    font-size: 0.75em;
    font-style: italic;
}
.radio-main .t2-music-review-date {
    font-size: 0.7em;
    font-weight: bold;
    display: block;
    position: absolute;
    bottom: 0;
    margin: 8px;
    border-top: 1px solid #ccc;
    text-transform: uppercase;
}
.radio-main .t2-image {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.radio-main p.t2-subitem-meta {
    font-size: .685em;
    line-height: 1.46em;
    text-transform: uppercase;
    padding: .125em;
    border-top: 1px solid white;
    font-weight: bold;
}
.radio-main .t2-subitem-title {
    font-size: .875em; /* 14 / 16 */
    line-height: 1.285em;
    height: 3.7em;
    font-weight: normal;
}
.radio-main .t2-latest-podcasts .t2-subitem-title {
    background: url(../../img/icons/smallpodcast.png) 2px 3px no-repeat;
    padding-left: 22px;
}
.radio-main .t2-item-subitem {
    display: block;
    margin-bottom: 1em;
    width: auto;
}
.radio-main .t2-item .t2-invite,
.radio-main .t2-item h2 {
    width: auto;
}

.radio-main #tier2-wrapper {
    position: relative;
    z-index: 1;
    padding: 20px 0 2px;
}

.radio-main .t2-item h2 {
    padding: 8px 16px;
}

.amen ul.t2-list {
    padding-left: 0;
}
.t2-item ol.t2-item-list {
    padding: 0 16px;
}
.radio-main .t2-item.t2-newsletter p {
    font-size: 16px;
}

/*</editor-fold> */
/* <editor-fold defaultstate="collapsed" desc="Media Queries"> */
@media screen and (min-width: 1008px) {
    .radio-main .t2-list {
        margin-left: -8px;
        margin-right: -8px;
    }
    .radio-main .t2-item  {
        width: 25%;
    }
    .radio-main .t2-medium .t2-inner {
        min-height: 212px;
    }
    .radio-main .t2-large .t2-inner {
        min-height: 326px;
    }
    .radio-main .t2-item h2 {
        font-size: 1.3125em;
        line-height: 1.242em;
    }
    .radio-main .t2-blog .t2-subitem-blogtitle {
        font-size: .9133em;
    }
    .radio-main #tier2-wrapper .package__title-group {
        margin-left: 0;
    }
}
@media screen and (max-width: 1007px) {
    .radio-main .t2-content {
        width: 100%;
    }
    .radio-main .t2-item  {
        width: 25%;
    }
    .radio-main .t2-medium .t2-inner {
        min-height: 212px;
    }
    .radio-main .t2-large .t2-inner {
        min-height: 326px;
    }
    .radio-main .t2-item h2 {
        font-size: 1.1em;
        line-height: 1.242em;
    }
    .radio-main .t2-blog .t2-subitem-blogtitle {
        font-size: .8333em;
    }
}
@media screen and (max-width: 749px) {
    .radio-main .t2-item  {
        width: 33.33%;
    }
    .radio-main .t2-medium .t2-inner {
        min-height: 212px;
    }
}
@media screen and (max-width: 599px) {
    .radio-main .t2-item  {
        width: 50%;
    }

    .radio-main .t2-item-subitem {
        margin-bottom: .6em;
        overflow: hidden;
    }

    .radio-main .t2-item h2 {
        padding: 8px 16px 0 16px;
    }
}
@media screen and (max-width: 320px) {
    .radio-main .t2-item  {
        width: 100%;
    }

    .radio-main .t2-item-subitem {
        margin-bottom: .6em;
        overflow: hidden;
    }

    .radio-main .t2-item h2 {
        padding: 8px 16px 0 16px;
    }
}
/*</editor-fold> */
