/* styles specific to the actiras link tower */
.abm_link_tower {
    width: 100%;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 300;
    font-family: 'Oswald';
}

.abm_tower_block {
    display: inline-block;
    width: 100%;
    height: 100px;
    vertical-align: middle;
    padding-top: 38px;
    padding-left: 20px;
    line-height: 16px;
    border-bottom: 2px solid #fff;
}

aside .block .abm_link_tower a {
    font-weight: 300;
}

.abm_tower_block:hover {
    cursor: pointer;
}

.abm_tower_block.selected {
    background: #53a4d3 url("link_tower-arrow.png") no-repeat 0 34px;
}

.abm_tower_block.selected a {
    color: #fff !important;
}

.abm_tower_block a {
    line-height: 22px;
    white-space: normal;
}

.abm_tower_block_light {
    background: #e5f1f8;
    color: #53a4d3;
}

.abm_tower_block#abm_tower_legal_star {
    background: #006eb6 url("link_tower-star.png") no-repeat right 0 bottom 0; /* #25247b */
    background-size: 60px 60px;

    color: #fff;
}

.abm_tower_block#abm_tower_legal_star a {
    color: #fff;
}


.abm_tower_block#abm_tower_analytics {
    background: #efefef; /*url("link_tower-forward.png") no-repeat right 29px bottom 30px;*/
}

.abm_tower_block#abm_tower_analytics a {
    color: #333;
}
.market-insights a {
    width: 100%;
}


/* JTR/CN - fix for link tower covering clickable content */
.abm_tower_block {
    pointer-events: auto;
}
