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

[class^="urba-"], [class*=" urba-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'urba' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.urba-ic-mob:before {
    content: "\e905";
}
.urba-ic-env:before {
    content: "\e900";
}
.urba-ic-pay:before {
    content: "\e903";
}
.urba-ic-urb:before {
    content: "\e904";
}
.urba-ic-all:before {
    content: "\e901";
}
.urba-ic-dev:before {
    content: "\e902";
}

/* Change the UL bullet */
.whiteblock p+ul {list-style: none;}
.whiteblock p+ul li {position: relative;}
.whiteblock p+ul li:before {content: ">"; position: absolute; left: -1.1em;}


/* Hack columns with in Footer to fit new office in Bern */
@media only screen and (min-width: 64.0625em) {
	footer .large-2:first-of-type {width: 19.66667%!important;}
	footer .large-2:last-of-type {width: 13.66667%!important;}
}

