@import url("https://use.typekit.net/pqq8aix.css");

/* GLOBAL 2018 with Proxima, Kulturist, DIN Condensed */
html,
h1,
h2,
h3,
h4,
h5,
div,
span,
input,
p,
section,
button,
form {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
    line-height: normal;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 600 !important;
}

#popuplogo {
    background: #fff;
    border-bottom: 1px solid RGB(204, 204, 204);
    height: auto;
    margin: 0 0 -8px;
    padding: 16px 0 16px 12px;
    text-align: left;
}

#popuplogo img {
    height: 12px;
    width: auto;
}

/***************** BEGIN MAILTO **********************************************************/
.mailto-close {
    float: right;
}

div.formelm {
    clear: right;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 8px 0;
    width: 100%;
}

div.formelm label {
    float: left;
    margin: 0 5px;
    text-align: right;
    width: 25%;
}

#mailtoForm button {
    clear: left;
    float: right;
    line-height: 2em;
    margin: 5px;
    padding: 4px 10px;
}

/***************** END MAILTO ************************************************************/
/***************** BEGIN Print Window ****************************************************/
nav,
.menu,
.maximenuckh,
#epilogue,
.searchpanel,
#trigger {
    display: none;
}

#all > #main {
    margin: 5% auto;
    width: 85%;
}

div.actions {
    display: block;
    float: none;
    position: absolute;
    right: 15px;
    top: 12px;
    width: auto;
}

.actions a:before {
    color: #888;
    content: "Send to Printer";
    float: left;
    font-size: 13px;
    line-height: 0.75em;
    padding: 5px;
}

.actions a:hover:before {
    color: #1e6b52;
}

.actions a:active:before {
    color: #1e6b52;
}

@media print {
    .actions {
        display: none !important;
    }
}

/***************** END Print Window ****************************************************/
/***************** Begin Widgetkit overrides *********************************************/
div.uk-accordion > div {
    height: auto !important;
    overflow: visible !important;
}

/***************** End Widgetkit overrides *********************************************/