﻿
@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a {
    text-decoration: none;
}

    a:hover,
    a:active {
        outline: 0;
    }

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button,
input {
    *overflow: visible;
    line-height: normal;
}

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-decoration,
        input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

textarea {
    overflow: auto;
    vertical-align: top;
}


@font-face {
    font-family: "HelveticaNeuePro";
    src: url('~/content/themes_boa/default/font/HelveticaNeueLTPro-Th.woff');
}

@font-face {
    font-family: "HelveticaNeueProMd";
    src: url('../../../../content/themes_boa/default/font/HelveticaNeueLTPro-Md.woff');
}

@font-face {
    font-family: "FuturaBold";
    src: url('../../../../content/themes_boa/default/font/FuturaStd-Bold.woff');
}

@font-face {
    font-family: "FuturaHeavy";
    src: url('../../../../content/themes_boa/default/font/FuturaStd-Heavy.woff');
}

@font-face {
    font-family: "FuturaMedium";
    src: url('../../../../content/themes_boa/default/font/FuturaStd-Medium.woff');
}

@font-face {
    font-family: "FuturaBook";
    src: url('../../../../content/themes_boa/default/font/FuturaStd-Book.woff');
}

@font-face {
    font-family: "FuturaLight";
    src: url('../../../../content/themes_boa/default/font/FuturaStd-Light.woff');
}
