
@charset "utf-8";


@font-face {
    font-family: 'AkzidenzGrotesk-Bold';
    src: url('../font/AktivGrotesk_WKR_Bd.woff') format('woff');
}

@font-face {
    font-family: 'AkzidenzGrotesk-Light';
    src: url('../font/AktivGrotesk_WKR_Lt.woff') format('woff');
}

@font-face {
    font-family: 'AkzidenzGrotesk-Medium';
    src: url('../font/AktivGrotesk_WKR_Md.woff') format('woff');
}

@font-face {
    font-family: 'AkzidenzGrotesk-Regular';
    src: url('../font/AktivGrotesk_WKR_Rg.woff') format('woff');
}

/*
@font-face {
    font-family: 'AkzidenzGrotesk-Bold';
    src: url('../font/AktivGrotesk_AKR_Bd.ttf') format('truetype');
}

@font-face {
    font-family: 'AkzidenzGrotesk-Light';
    src: url('../font/AktivGrotesk_AKR_Lt.ttf') format('truetype');
}

@font-face {
    font-family: 'AkzidenzGrotesk-Medium';
    src: url('../font/AktivGrotesk_AKR_Md.ttf') format('truetype');
}

@font-face {
    font-family: 'AkzidenzGrotesk-Regular';
    src: url('../font/AktivGrotesk_AKR_Rg.ttf') format('truetype');
}
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, p,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}

pre {
    font-family: AkzidenzGrotesk-Medium;
    width: 100%;
    white-space: pre-wrap;
    text-align: left;
    line-height: 25px;
    word-break: keep-all;
}

@media all and (max-width:768px) {
    pre {
        line-height: 20px;
    }
}

.main_content.englishVersion pre {
    line-height: 22px;
}

p, dd {
    word-break: keep-all;
}

@media all and (max-width:768px) {
    p, dd {
        word-break: keep-all;
    }
}

input[type="text"], input[type="password"] {
    background-color: #f5f5f5;
    border: 0px;
    height: 29px;
}

textarea {
    background-color: #f5f5f5;
    border: 0px;
}

select {
    background-color: #f5f5f5;
    border: 0px;
    height: 29px;
    color: #868e96;
}

img {
    vertical-align: top;
}

a:link, a:visited {
    text-decoration: none;
    color:#000;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: AkzidenzGrotesk-Medium;
    margin: 0;
}

.wrap {
    width: 100%;
    margin: 0;
    padding: 0;
}

ol, ul, li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table, tr, td, th {
    border-collapse: collapse;
    border-spacing: 0;
}

.marginLeft20 {
    margin-left: 20px !important;
}

.marginTop0 {
    margin-top: 0px !important;
}

.marginTop5 {
    margin-top: 5px !important;
}

.paddingTop50 {
    padding-top: 50px !important;
}

.paddingTop0 {
    padding-top: 0px !important;
}

.paddingTop20 {
    padding-top: 20px !important;
}

.paddingLeft40 {
    padding-left: 40px;
}

.paddingBottom20 {
    padding-bottom: 20px;
}

.paddingBottom120 {
    padding-bottom: 120px;
}

.width50 {
    width: 50%;
    float: left;
}

.textAlignRight {
    text-align: right;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.noView {
    display: none !important;
}

.telNo {
    width: 60px;
}

.fontFamilyLight {
    font-family: AkzidenzGrotesk-Light;
}

.fontFamilyMedium {
    font-family: AkzidenzGrotesk-Medium;
}

.fontFamilyRegular {
    font-family: AkzidenzGrotesk-Regular;
}

.logout {
    display: none !important;
}

.englishNoDisplay {
    display: none !important;
}
