/*--BEGINNING--Secondary link arrow pale blue---*/

/*--INFO--*/
/*--These CSS are meant to change the seconday link arrow black into pale blue
PENDING SNOW TICKET --*/

.corp_second_btn_arrow_black:after{
    -ms-flex-negative: 0;
    background: url(/etc.clientlibs/eastman-platform/clientlibs/corporate/clientlib-site/resources/images/Icon_Sprite.svg) 16.7% 49.85%;
}
.corp_second_btn_arrow_black:hover{
    background: transparent;
    color: #a2dce6;
}

/*--END--Secondary link arrow pale blue--*/
