@import "styles/base.scss";

.arrow-link {
    color: #002C5A;
    font-family: "Source Sans Pro";
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 17px;
    text-transform: uppercase;
    border: none;
    background: none;

    &:hover {
        color: #00AEEF;
    }

    &:focus {
        outline-color: #00AEEF;
    }

    &:after{
        content: "\e90b";
        color: #00AEEF;
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 17px;
        font-size: 9px;
        margin: 0 0 0 7px;
        display: inline-block;
        vertical-align: top;
    }
}
