@font-face{
    /* Univers LT W02 55 Roman */
    font-family:"UniversRoman";
    src:url("https://cdn.ncsu.edu/brand-assets/fonts/f1999e78-ab0c-4adc-a7dc-51e567e6cf5e.eot?#iefix");
    src:url("https://cdn.ncsu.edu/brand-assets/fonts/f1999e78-ab0c-4adc-a7dc-51e567e6cf5e.eot?#iefix") format("embedded-opentype"),url("https://cdn.ncsu.edu/brand-assets/fonts/4d1e8df3-6c45-428d-a522-84c8a6a4e533.woff") format("woff"),url("https://cdn.ncsu.edu/brand-assets/fonts/3c9abc50-742c-46dd-8af4-c50866112be0.ttf") format("truetype"),url("https://cdn.ncsu.edu/brand-assets/fonts/c6310aa0-a8a1-4afc-a747-091de3970894.svg#c6310aa0-a8a1-4afc-a747-091de3970894") format("svg");
}
@font-face{
    /* UniversLTW01-57Condense 723821 */
    font-family:"UniversCondensed";
    src:url("https://cdn.ncsu.edu/brand-assets/fonts/aefefc4e-9cb8-4e8e-8599-dda705456734.eot?#iefix");
    src:url("https://cdn.ncsu.edu/brand-assets/fonts/aefefc4e-9cb8-4e8e-8599-dda705456734.eot?#iefix") format("embedded-opentype"),url("https://cdn.ncsu.edu/brand-assets/fonts/1eaf27c0-f4de-4273-9f4c-1b3236ad2f3c.woff") format("woff"),url("https://cdn.ncsu.edu/brand-assets/fonts/9b913baf-b1f0-47d2-8c76-42f59650058f.ttf") format("truetype"),url("https://cdn.ncsu.edu/brand-assets/fonts/0abcce12-2274-4ee7-b6d5-0066b5f5f670.svg#0abcce12-2274-4ee7-b6d5-0066b5f5f670") format("svg");
}
@font-face {
    font-family: 'ncsu-icons';
    src: url('https://cdn.ncsu.edu/brand-assets/icons/ncsu-icons.eot');
    src: url('https://cdn.ncsu.edu/brand-assets/icons/ncsu-icons.eot?#iefix') format('embedded-opentype'),
       url('https://cdn.ncsu.edu/brand-assets/icons/ncsu-icons.woff') format('woff'),
       url('https://cdn.ncsu.edu/brand-assets/icons/ncsu-icons.ttf') format('truetype'),
       url('https://cdn.ncsu.edu/brand-assets/icons/ncsu-icons.svg#ncsu-icons') format('svg');
}

html body a#campaign-sticker-full,
html body a#campaign-sticker-small {
    display: inline-block;
    color: #cc0000;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
    margin: 12px;
    float: right;
    clear:right;
}

html body a#campaign-sticker-full {
    width: 215px;
    max-width: 100%;
    font-family: UniversRoman, Arial;
    font-size: 11px;
    text-transform: none;
    text-align: center;
}

html body a#campaign-sticker-small {
    font-family: UniversCondensed, Arial;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
}

html body a#campaign-sticker-full.invert,
html body a#campaign-sticker-small.invert {
    color: #fff;
}

html body a#campaign-sticker-full svg {
    display: block;
}

html body a#campaign-sticker-small svg {
    display: inline;
    width: 38px;
    margin-right: 8px;
    vertical-align: -14px;
}

html body a#campaign-sticker-full:hover svg .a,
html body a#campaign-sticker-small:hover svg .a {
    fill: #990000;
}

html body a#campaign-sticker-full.invert svg .a,
html body a#campaign-sticker-small.invert svg .a {
    fill: #fff;
}

html body a#campaign-sticker-full.invert:hover svg .a,
html body a#campaign-sticker-small.invert:hover svg .a {
    fill: #ccc;
}

html body a#campaign-sticker-full:hover,
html body a#campaign-sticker-small:hover {
    color: #990000;
    text-decoration: none;
}

html body a#campaign-sticker-full.invert:hover,
html body a#campaign-sticker-small.invert:hover {
    color: #ccc;
}

html body a#campaign-sticker-full .glyphicon,
html body a#campaign-sticker-small .glyphicon {
    position: relative;
    top: 6px;
    left: 0;
    display: inline;
    vertical-align: top;
    font-size: 1.8em;
    font-family: 'ncsu-icons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: left 0.2s ease;
    transition: left 0.2s ease;
}

html body a#campaign-sticker-full .glyphicon:before,
html body a#campaign-sticker-small .glyphicon:before {
    content: 'B';
}

html body a#campaign-sticker-small .glyphicon {
    top: 7px;
}

html body a#campaign-sticker-full:hover .glyphicon,
html body a#campaign-sticker-small:hover .glyphicon {
    left: 4px;
}

@media (max-width: 768px) {
    html body a#campaign-sticker-full {
        font-family: UniversCondensed, Arial;
        font-size: 14px;
        text-transform: uppercase;
        text-align: right;
        background: url("../images/sticker-small.svg") no-repeat left;
        height: 40px;
        width:240px;
    }
    html body a#campaign-sticker-full svg {
        display: none;
    }
    html body a#campaign-sticker-full .glyphicon {
        font-size:1.5em;
        top:5px;
    }
}