@font-face {
    font-family: 'AssideoSymbols';
    src: url('/fonts/AssideoSymbols.eot?#iefix') format('embedded-opentype'),  url('/fonts/AssideoSymbols.woff') format('woff'), url('/fonts/AssideoSymbols.ttf')  format('truetype'),
        url('/fonts/AssideoSymbols.svg#AssideoSymbols') format('svg');
    font-weight: normal;
    font-style: normal;
}

.as {
    display: inline-block;
    font: normal normal normal 14px/1 AssideoSymbols;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.as-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.as-2x {
    font-size: 2em;
}
.as-3x {
    font-size: 3em;
}
.as-4x {
    font-size: 4em;
}
.as-5x {
    font-size: 5em;
}
.as-fw {
    width: 1.28571429em;
    text-align: center;
}
.as-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.as-ul > li {
    position: relative;
}
.as-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.as-li.as-lg {
    left: -1.85714286em;
}
.as-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.as.pull-left {
    margin-right: .3em;
}
.as.pull-right {
    margin-left: .3em;
}
.as-spin {
    -webkit-animation: as-spin 2s infinite linear;
    animation: as-spin 2s infinite linear;
}
.as-pulse {
    -webkit-animation: as-spin 1s infinite steps(8);
    animation: as-spin 1s infinite steps(8);
}
@-webkit-keyframes as-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes as-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.as-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.as-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.as-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.as-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.as-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .as-rotate-90,
:root .as-rotate-180,
:root .as-rotate-270,
:root .as-flip-horizontal,
:root .as-flip-vertical {
    filter: none;
}
.as-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.as-stack-1x,
.as-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.as-stack-1x {
    line-height: inherit;
}
.as-stack-2x {
    font-size: 2em;
}
.as-inverse {
    color: #ffffff;
}

.as-A:before, .as-circlecheck:before {
    content: "\041";
}

.as-B:before, .as-mag:before {
    content: "\042";
}

.as-C:before, .as-spectr:before {
    content: "\043";
}

.as-D:before, .as-graph:before {
    content: "\044";
}

.as-E:before, .as-pin:before {
    content: "\045";
}

.as-F:before, .as-page:before {
    content: "\046";
}

.as-G:before, .as-tools:before {
    content: "\047";
}

.as-H:before, .as-play:before {
    content: "\048";
}

.as-I:before, .as-checklist:before {
    content: "\049";
}

.as-J:before, .as-pencil:before {
    content: "\04A";
}

.as-K:before, .as-pages:before {
    content: "\04B";
}

.as-L:before, .as-calendar:before {
    content: "\04C";
}

.as-M:before, .as-chat:before {
    content: "\04D";
}

.as-N:before, .as-clipboard:before {
    content: "\04E";
}

.as-O:before, .as-phone:before {
    content: "\04F";
}

.as-P:before, .as-dollar:before {
    content: "\050";
}

.as-Q:before, .as-forward:before {
    content: "\051";
}

.as-R:before, .as-flag:before {
    content: "\052";
}

.as-S:before, .as-trash:before {
    content: "\053";
}

.as-T:before, .as-note:before {
    content: "\054";
}

.as-U:before, .as-flower:before {
    content: "\055";
}

.as-V:before, .as-check:before {
    content: "\056";
}

.as-W:before, .as-gears:before {
    content: "\057";
}

.as-X:before, .as-save:before, .as-floppy:before {
    content: "\058";
}

.as-Y:before, .as-cart:before {
    content: "\059";
}

.as-Z:before, .as-checklist-2:before {
    content: "\05A";
}

.as-a:before, .as-lamp:before {
    content: "\061";
}

.as-b:before, .as-people:before {
    content: "\062";
}

.as-c:before, .as-clock:before {
    content: "\063";
}

.as-d:before, .as-circlecross:before {
    content: "\064";
}

.as-e:before, .as-filter:before {
    content: "\065";
}

.as-f:before, .as-directions-up:before {
    content: "\066";
}
.as-g:before, .as-directions-down:before {
    content: "\067";
}
.as-h:before, .as-directions:before {
    content: "\068";
}

.as-i:before, .as-circle-right-arrow:before {
    content: "\069";
}

.as-j:before, .as-circle-left-arrow:before {
    content: "\06a";
}

.as-k:before, .as-cross-arrows:before {
    content: "\06b";
}

.as-l:before, .as-plus:before {
    content: "\06c";
}

.as-m:before, .as-minus:before {
    content: "\06d";
}

.as-n:before, .as-hamburgher:before {
    content: "\06e";
}

.as-o:before, .as-arrows-out:before {
    content: "\06f";
}

.as-p:before, .as-arrows-in:before {
    content: "\070";
}

.as-q:before, .as-circle:before {
    content: "\071";
}

.as-r:before, .as-roadmap:before {
    content: "\072";
}