/* reset.css ##-##-##-##-##-##-##-## ||| -> */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* with additions from Martin Eberhardt regarding box-sizing and default font  - thanks to meyerweb for the basics */

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,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html {
    box-sizing: border-box;
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

*, *:before, *:after {
    box-sizing: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* bootstrap-grid.min.css ##-##-##-##-##-##-##-## ||| -> */
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * MaE: added xxl, removed -ms- rules (IE 10, 11) - minify: https://www.toptal.com/developers/cssminifier
 */html{box-sizing:border-box}*,::after,::before{box-sizing:inherit}.container,.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto,.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:none}.col-1{flex:0 0 8.333333%;max-width:8.333333%}.col-2{flex:0 0 16.666667%;max-width:16.666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.333333%;max-width:33.333333%}.col-5{flex:0 0 41.666667%;max-width:41.666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.333333%;max-width:58.333333%}.col-8{flex:0 0 66.666667%;max-width:66.666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.333333%;max-width:83.333333%}.col-11{flex:0 0 91.666667%;max-width:91.666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.container{max-width:540px}.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.container{max-width:720px}.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:none}.col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.container{max-width:960px}.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.container{max-width:1140px}.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.col-xl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}@media (min-width:1400px){.container{max-width:1320px}.col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.col-xxl-auto{flex:0 0 auto;width:auto;max-width:none}.col-xxl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-xxl-2{flex:0 0 16.666667%;max-width:16.666667%}.col-xxl-3{flex:0 0 25%;max-width:25%}.col-xxl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xxl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-xxl-6{flex:0 0 50%;max-width:50%}.col-xxl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-xxl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-xxl-9{flex:0 0 75%;max-width:75%}.col-xxl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-xxl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-xxl-12{flex:0 0 100%;max-width:100%}.order-xxl-first{order:-1}.order-xxl-last{order:13}.order-xxl-0{order:0}.order-xxl-1{order:1}.order-xxl-2{order:2}.order-xxl-3{order:3}.order-xxl-4{order:4}.order-xxl-5{order:5}.order-xxl-6{order:6}.order-xxl-7{order:7}.order-xxl-8{order:8}.order-xxl-9{order:9}.order-xxl-10{order:10}.order-xxl-11{order:11}.order-xxl-12{order:12}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.333333%}.offset-xxl-2{margin-left:16.666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.333333%}.offset-xxl-5{margin-left:41.666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.333333%}.offset-xxl-8{margin-left:66.666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.333333%}.offset-xxl-11{margin-left:91.666667%}.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}}

/* essentials.css ##-##-##-##-##-##-##-## ||| -> */
html, body {width: 100%;height: 100%}
img {max-width: 100%;height: auto;display: block}
.block {display: block}
.float_left {float: left}
.float_right {float: right}
.hidden {display: none}
.noSelect {-moz-user-select: none;-ms-user-select: none;-webkit-user-select: none;user-select: none} /* i.e. accordion title */
.clearAfter:after, .elText:after {display: block;content: '';clear: both} /* use this class on floaters surrounding element instead of s.th. like <div class="clear"> */
a {outline: none}
#wrapper {overflow: hidden}
.spin {animation:spin 1s linear infinite}
@keyframes spin { 0% { -webkit-transform: rotate(0deg); transform:rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#skipToContent a {position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;}
#skipToContent a:focus {position:static;width:auto;height:auto;}

/* Accordion */
.elAccordion .title {cursor: pointer}
.elAccordion .content {display: none}
.elAccordion.opened .content {display: block}

/* Form */
.fieldWrapper.required label:after {content: '*';color: red}
#flxFirstName, label[for=flxFirstName] {display: none !important;} /* honey pot in forms */

/* Flex Slider */
.flex-direction-nav a {margin-top: 20px}
.flex-direction-nav a {overflow: visible;text-shadow: none}
.flex-control-paging li a {box-shadow: none}
.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {color: transparent;font-size: 0}

/* youTube responsive */
.video-container {position: relative;padding-bottom: 56.25%;padding-top: 0;height: 0;overflow: hidden;}
.video-container iframe, .video-container object, .video-container embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.twoClick-container .video-container {background-color: #000;background-size: cover}
video.autoWidth {width:100%;height:auto;}
.twoClickBox {position: absolute;background: #eee;color: #333;width: 100%;max-width: 400px;padding: 20px;line-height: 1.2em;margin: 0;left: 50%;top: 50%;transform: translate(-50%, -50%);}

/* Background Images */
.hasBgImage {position: relative}
.maeBgImage {position: absolute;z-index: -1;width: 100%;left: 0;height: 100%;top: 0;background-repeat: no-repeat;background-size: cover;background-position: center center}
.maeBgImage.maeBgFullWidth {width: 100vw;left: 50%;margin-left: -50vw}

/* ImageMap */
.imgMapWrapper {position: relative;overflow: hidden;}
.imgMapWrapper img {width: 100%;height: auto;display: block;margin: 0 0 0 0;}
.mapArea {position: absolute;background-position: center center;background-size: contain;background-repeat: no-repeat}
.mapArea a {display: block;width: 100%;height: 100%}

/* lightbox */
#maeLightbox {z-index: 101;display: none;position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,.90);color: #fff}
#maeLightbox .header {position: absolute;left: 0;top: 0;right: 0;height: 60px}
#maeLightbox .title {margin: 10px 80px 0 25px;max-height: 50px;overflow: hidden;padding-bottom: .15em}
#maeLightbox .title .source::before {content: ' | '}
#maeLightbox .maeBtn {width: 40px;height: 40px;position: absolute;display: block}
#maeLightbox .maeBtn:hover {background-color: #444}
#maeLightbox .maeBtn:focus {outline: #aaa dashed 1px}
#maeLightbox .close {right: 25px;top: 10px;}
#maeLightbox .close:before, #maeLightbox .close:after {position: absolute;left: 19px;content: ' ';height: 41px;width: 2px;background-color: #fff;}
#maeLightbox .close:before {transform: rotate(45deg);}
#maeLightbox .close:after {transform: rotate(-45deg);}
#maeLightbox .media {position: absolute;left: 0;right: 0;top: 60px;bottom: 60px;background-size: contain;background-position: center center;background-repeat: no-repeat}
#maeLightbox .loading {width: 64px;height: 64px;margin: calc(50vh - 32px) auto 0 auto;opacity: .6;background: center / contain no-repeat url("../images/loading.gif")}
#maeLightbox .nav {position: absolute;left: 0;bottom: 0;height: 60px;width: 100%}
#maeLightbox .nav .prev {left: 25px;top: 10px;}
#maeLightbox .nav .maeBtn.prev .inside {left: 5px;transform: rotate(-45deg)}
#maeLightbox .nav .next {right: 25px;top: 10px}
#maeLightbox .nav .maeBtn.next .inside {right: 5px;transform: rotate(135deg)}
#maeLightbox .nav .navTitle {margin: 0 65px;text-align: center;line-height: 60px;overflow: hidden}
#maeLightbox .nav .maeBtn .inside {position: absolute;width: 20px;height: 20px;margin: 10px;border-top: 2px solid #fff;border-left: 2px solid #fff;}
#maeLightbox .nav .maeBtn .inside:before {display: block;height: 200%;width: 200%;margin-left: -50%;margin-top: -50%;content: "";transform: rotate(45deg);}
@media (max-height: 500px) {
    #maeLightbox .media {top: 0;bottom: 0}
    #maeLightbox .header, #maeLightbox .nav {background-color: rgba(0,0,0,.5)}
}

/* Mobile Navi */
#maeMM-trigger {right: 10px;top: 10px;position: absolute;z-index: 101;cursor: pointer}
#maeMM-trigger .bar {height: 5px;background: #333;margin: 6px 0;transition: .4s;width: 35px}
.theX .bar1 {transform: rotate(-45deg) translate(-7px, 7px)}
.theX .bar2 {opacity: 0}
.theX .bar3 {transform: rotate(45deg) translate(-8px, -8px)}
#maeMM-trigger.blocked, #maeMM.blocked {display: none !important}
#maeMM {background: rgba(0,0,0,.5);display: none;width: 0;left: 0;top: 0;bottom: 0;z-index: 100;overflow: hidden;position: fixed}
#maeMM .wrapper {background: #444;height: calc(100% - 45px);overflow: auto}
#maeMM a {display: none;color: #fff;background: #333;border-bottom: solid #444 1px;padding: 14px 20px;text-decoration: none;transition: all .3s;position: relative;user-select: none;margin: 0}
#maeMM a:not(.top):hover, #maeMM a:focus, #maeMM.parentToggles a.top:hover, #maeMM.parentToggles a.top:focus {background: #444;transition-duration: unset}
#maeMM li.active > a {text-decoration: underline}
#maeMM ul {list-style: none}
#maeMM ul.open > li > a:not(.top), #maeMM .headerWrapper a {display: block}
#maeMM .maeBtn {position: absolute;width: 50px;height: 100%;top: 0;cursor: pointer}
#maeMM .maeBtn:hover, #maeMM .maeBtn:focus {background: #444;border-color: #333;outline: none}
#maeMM a .inside {position: absolute;width: 12px;height: 12px;margin: 10px;border-top: 2px solid #fff;border-left: 2px solid #fff;right: 10px;top: calc(50% - 20px)}
#maeMM .opener, #maeMM .close {border-left: solid #444 1px;right: 0}
#maeMM a .opener .inside {transform: rotate(135deg)}
#maeMM a .back {border-right: solid #444 1px;left: 0}
#maeMM a .back .inside {left: 10px;transform: rotate(-45deg)}
#maeMM .close {right: 0}
#maeMM .close:before, #maeMM .close:after {position: absolute;left: 23px;top: 50%;margin-top: -15px;content: ' ';height: 30px;width: 2px;background-color: #fff;}
#maeMM .close:before {transform: rotate(45deg);}
#maeMM .close:after {transform: rotate(-45deg);}
#maeMM a.hasBack, #maeMM a.heading {padding: 0 60px;line-height: 45px;max-height: 45px;overflow: hidden;text-transform: uppercase;border-bottom-color: #ccc}
#maeMM a.hasOpener {padding-right: 60px}
#maeMM ul, #maeMM li {padding: 0;margin: 0}
#maeMM a.heading {padding-left: 20px}
#maeMM a.top, #maeMM.parentToggles a.top.heading {cursor: default}
#maeMM.parentToggles a.top {cursor: pointer}
#maeMM .headerWrapper, #maeMM .wrapper {margin-right: 60px}

/* Addresses */
.elEventDetails.noLocation .locationAddress, .elEventDetails.noOrganizer .organizerAddress {display: none}

/* product catalog */
.prodCat .yourBookmarks {display: none}
.m-bookmark-list form .singleProduct, .m-prod-detail form .bookmarkProducts {display: none !important;}
.prodCat .yourBookmarks.hasBookmarks, .prodCat .yourBookmarks.thisList {display: block}

/* privacy settings */
.provider-list .provider {line-height: 1.5em;padding-left: 2em;background-image: url("../images/checkbox_unchecked.svg");background-position: left top;background-size: 1.5em 1.5em;background-repeat: no-repeat;cursor: pointer}
.provider-list .provider.checked {background-image: url("../images/checkbox_checked.svg")}
.provider-list .consent-info {margin-left: .8em}

/* resetInputs.css ##-##-##-##-##-##-##-## ||| -> */
input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], textarea{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    min-height: 36px;
    padding: 8px 12px;
    width: 100%;
    margin-top: 5px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    font-size: 100%;
    color: #000;
    outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #333;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #333;opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #333;
}
:-moz-placeholder { /* Firefox 18- */
    color: #333;
}

input:focus, textarea:focus {
    border-color: #000;
}

input[type=submit], input[type=button], button {-webkit-appearance: none;border-radius: 0;-moz-appearance: none;}

/* blacktie.css ##-##-##-##-##-##-##-## ||| -> */
/*!
 *  The Black Tie Font is commercial software. Please do not distribute.
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'Black Tie';
    src: url('fonts/BlackTie-Regular-webfont.eot?v=1.0.0');
    src: url('fonts/BlackTie-Regular-webfont.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('fonts/BlackTie-Regular-webfont.woff2?v=1.0.0') format('woff2'), url('fonts/BlackTie-Regular-webfont.woff?v=1.0.0') format('woff'), url('fonts/BlackTie-Regular-webfont.ttf?v=1.0.0') format('truetype'), url('fonts/BlackTie-Regular-webfont.svg?v=1.0.0#black_tieregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Black Tie';
    src: url('fonts/BlackTie-Light-webfont.eot?v=1.0.0');
    src: url('fonts/BlackTie-Light-webfont.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('fonts/BlackTie-Light-webfont.woff2?v=1.0.0') format('woff2'), url('fonts/BlackTie-Light-webfont.woff?v=1.0.0') format('woff'), url('fonts/BlackTie-Light-webfont.ttf?v=1.0.0') format('truetype'), url('fonts/BlackTie-Light-webfont.svg?v=1.0.0#black_tielight') format('svg');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Font Awesome Brands';
    src: url('fonts/FontAwesomeBrands-Regular-webfont.eot?v=1.0.0');
    src: url('fonts/FontAwesomeBrands-Regular-webfont.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('fonts/FontAwesomeBrands-Regular-webfont.woff2?v=1.0.0') format('woff2'), url('fonts/FontAwesomeBrands-Regular-webfont.woff?v=1.0.0') format('woff'), url('fonts/FontAwesomeBrands-Regular-webfont.ttf?v=1.0.0') format('truetype'), url('fonts/FontAwesomeBrands-Regular-webfont.svg?v=1.0.0#font_awesome_brandsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.bts,
.btb,
.btr,
.btl,
.fab {
    display: inline-block;
    font: normal normal normal 14px/1 "Black Tie";
    font-size: inherit;
    vertical-align: -14.28571429%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.bts {
    font-weight: 900;
}
.btb {
    font-weight: 700;
}
.btl {
    font-weight: 200;
}
.fab {
    font-family: "Font Awesome Brands";
}
/* makes the font 25% smaller relative to the icon container */
.bt-sm {
    font-size: .7em;
    vertical-align: baseline;
}
/* makes the font 33% larger relative to the icon container */
.bt-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
}
.bt-2x {
    font-size: 2em;
}
.bt-3x {
    font-size: 3em;
}
.bt-4x {
    font-size: 4em;
}
.bt-5x {
    font-size: 5em;
}
.bt-lg,
.bt-2x,
.bt-3x,
.bt-4x,
.bt-5x {
    vertical-align: -30%;
}
.bt-fw {
    width: 1.28571429em;
    text-align: center;
}
.bt-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.bt-ul > li {
    position: relative;
}
.bt-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.bt-li.bt-lg {
    left: -2em;
}
.bt-border {
    padding: .2em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.bts.pull-left,
.btb.pull-left,
.btr.pull-left,
.btl.pull-left,
.fab.pull-left {
    margin-right: .3em;
}
.bts.pull-right,
.btb.pull-right,
.btr.pull-right,
.btl.pull-right,
.fab.pull-right {
    margin-left: .3em;
}
.bt-spin {
    -webkit-animation: bt-spin 2s infinite linear;
    animation: bt-spin 2s infinite linear;
}
.bt-pulse {
    -webkit-animation: bt-spin 1s infinite steps(8);
    animation: bt-spin 1s infinite steps(8);
}
@-webkit-keyframes bt-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes bt-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.bt-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.bt-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.bt-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.bt-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);
}
.bt-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 .bt-rotate-90,
:root .bt-rotate-180,
:root .bt-rotate-270,
:root .bt-flip-horizontal,
:root .bt-flip-vertical {
    filter: none;
}
.bt-stack {
    position: relative;
    display: inline-block;
    width: 1.28571429em;
    height: 1em;
    line-height: 1em;
    vertical-align: baseline;
}
.bt-stack-sm {
    position: absolute;
    top: 0;
    left: 0;
    line-height: inherit;
    font-size: .5em;
}
.bt-stack-1x,
.bt-stack-sm {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.bt-inverse {
    color: #ffffff;
}
/* Black Tie uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.bt-bars:before {
    content: "\f000";
}
.bt-envelope:before {
    content: "\f001";
}
.bt-search:before {
    content: "\f002";
}
.bt-search-plus:before {
    content: "\f003";
}
.bt-search-minus:before {
    content: "\f004";
}
.bt-phone:before {
    content: "\f005";
}
.bt-comment:before {
    content: "\f007";
}
.bt-commenting:before {
    content: "\f008";
}
.bt-comments:before {
    content: "\f009";
}
.bt-rss:before {
    content: "\f00a";
}
.bt-times:before {
    content: "\f00c";
}
.bt-times-circle:before {
    content: "\f00d";
}
.bt-clock:before {
    content: "\f00e";
}
.bt-star:before {
    content: "\f010";
}
.bt-star-half:before {
    content: "\f011";
}
.bt-check:before {
    content: "\f012";
}
.bt-check-circle:before {
    content: "\f013";
}
.bt-check-square:before {
    content: "\f014";
}
.bt-th:before {
    content: "\f015";
}
.bt-th-large:before {
    content: "\f016";
}
.bt-heart:before {
    content: "\f017";
}
.bt-heart-half:before {
    content: "\f018";
}
.bt-calendar:before {
    content: "\f019";
}
.bt-shopping-cart:before {
    content: "\f01a";
}
.bt-plus:before {
    content: "\f01b";
}
.bt-plus-circle:before {
    content: "\f01c";
}
.bt-plus-square:before {
    content: "\f01d";
}
.bt-pen:before {
    content: "\f01e";
}
.bt-minus:before {
    content: "\f021";
}
.bt-minus-circle:before {
    content: "\f022";
}
.bt-minus-square:before {
    content: "\f023";
}
.bt-pencil:before {
    content: "\f024";
}
.bt-edit:before {
    content: "\f025";
}
.bt-thumbs-up:before {
    content: "\f026";
}
.bt-thumbs-down:before {
    content: "\f027";
}
.bt-gear:before {
    content: "\f028";
}
.bt-trash:before {
    content: "\f029";
}
.bt-file:before {
    content: "\f02a";
}
.bt-info-circle:before {
    content: "\f02b";
}
.bt-label:before {
    content: "\f02c";
}
.bt-rocket:before {
    content: "\f02d";
}
.bt-book:before {
    content: "\f02e";
}
.bt-book-open:before {
    content: "\f02f";
}
.bt-notebook:before {
    content: "\f030";
}
.bt-camera:before {
    content: "\f031";
}
.bt-folder:before {
    content: "\f032";
}
.bt-quote-left:before {
    content: "\f036";
}
.bt-quote-right:before {
    content: "\f037";
}
.bt-eye:before {
    content: "\f038";
}
.bt-lock:before {
    content: "\f039";
}
.bt-lock-open:before {
    content: "\f03a";
}
.bt-gift:before {
    content: "\f03b";
}
.bt-spinner-clock:before {
    content: "\f03c";
}
.bt-spinner:before {
    content: "\f03d";
}
.bt-wrench:before {
    content: "\f03e";
}
.bt-cloud:before {
    content: "\f040";
}
.bt-cloud-upload:before {
    content: "\f041";
}
.bt-cloud-download:before {
    content: "\f042";
}
.bt-sync:before {
    content: "\f043";
}
.bt-question-circle:before {
    content: "\f044";
}
.bt-share:before {
    content: "\f045";
}
.bt-briefcase:before {
    content: "\f046";
}
.bt-money:before {
    content: "\f047";
}
.bt-megaphone:before {
    content: "\f048";
}
.bt-sign-in:before {
    content: "\f049";
}
.bt-sign-out:before {
    content: "\f04a";
}
.bt-film:before {
    content: "\f04b";
}
.bt-trophy:before {
    content: "\f04c";
}
.bt-code:before {
    content: "\f04d";
}
.bt-light-bulb:before {
    content: "\f04e";
}
.bt-print:before {
    content: "\f050";
}
.bt-fax:before {
    content: "\f051";
}
.bt-video:before {
    content: "\f052";
}
.bt-signal:before {
    content: "\f053";
}
.bt-sitemap:before {
    content: "\f054";
}
.bt-upload:before {
    content: "\f055";
}
.bt-download:before {
    content: "\f056";
}
.bt-key:before {
    content: "\f057";
}
.bt-mug:before {
    content: "\f058";
}
.bt-bookmark:before {
    content: "\f059";
}
.bt-flag:before {
    content: "\f05a";
}
.bt-external-link:before {
    content: "\f05b";
}
.bt-smile:before {
    content: "\f05c";
}
.bt-frown:before {
    content: "\f05d";
}
.bt-meh:before {
    content: "\f05e";
}
.bt-magic:before {
    content: "\f060";
}
.bt-bolt:before {
    content: "\f061";
}
.bt-exclamation-triangle:before {
    content: "\f062";
}
.bt-exclamation-circle:before {
    content: "\f063";
}
.bt-flask:before {
    content: "\f064";
}
.bt-music:before {
    content: "\f065";
}
.bt-push-pin:before {
    content: "\f066";
}
.bt-shield:before {
    content: "\f067";
}
.bt-sort:before {
    content: "\f068";
}
.bt-reply:before {
    content: "\f069";
}
.bt-forward:before {
    content: "\f06a";
}
.bt-reply-all:before {
    content: "\f06b";
}
.bt-forward-all:before {
    content: "\f06c";
}
.bt-bell:before {
    content: "\f06d";
}
.bt-bell-off:before {
    content: "\f06e";
}
.bt-ban:before {
    content: "\f070";
}
.bt-database:before {
    content: "\f071";
}
.bt-hard-drive:before {
    content: "\f072";
}
.bt-merge:before {
    content: "\f073";
}
.bt-fork:before {
    content: "\f074";
}
.bt-wifi:before {
    content: "\f075";
}
.bt-paper-plane:before {
    content: "\f076";
}
.bt-inbox:before {
    content: "\f077";
}
.bt-fire:before {
    content: "\f078";
}
.bt-play:before {
    content: "\f079";
}
.bt-pause:before {
    content: "\f07a";
}
.bt-stop:before {
    content: "\f08b";
}
.bt-play-circle:before {
    content: "\f07b";
}
.bt-next:before {
    content: "\f07c";
}
.bt-previous:before {
    content: "\f07d";
}
.bt-repeat:before {
    content: "\f07e";
}
.bt-fast-forward:before {
    content: "\f080";
}
.bt-fast-reverse:before {
    content: "\f081";
}
.bt-volume:before {
    content: "\f082";
}
.bt-volume-off:before {
    content: "\f083";
}
.bt-volume-up:before {
    content: "\f084";
}
.bt-volume-down:before {
    content: "\f085";
}
.bt-maximize:before {
    content: "\f086";
}
.bt-minimize:before {
    content: "\f087";
}
.bt-closed-captions:before {
    content: "\f088";
}
.bt-shuffle:before {
    content: "\f089";
}
.bt-triangle:before {
    content: "\f08a";
}
.bt-square:before {
    content: "\f08b";
}
.bt-circle:before {
    content: "\f08c";
}
.bt-hexagon:before {
    content: "\f08d";
}
.bt-octagon:before {
    content: "\f08e";
}
.bt-angle-up:before {
    content: "\f090";
}
.bt-angle-down:before {
    content: "\f091";
}
.bt-angle-left:before {
    content: "\f092";
}
.bt-angle-right:before {
    content: "\f093";
}
.bt-angles-up:before {
    content: "\f094";
}
.bt-angles-down:before {
    content: "\f095";
}
.bt-angles-left:before {
    content: "\f096";
}
.bt-angles-right:before {
    content: "\f097";
}
.bt-arrow-up:before {
    content: "\f098";
}
.bt-arrow-down:before {
    content: "\f099";
}
.bt-arrow-left:before {
    content: "\f09a";
}
.bt-arrow-right:before {
    content: "\f09b";
}
.bt-bar-chart:before {
    content: "\f09c";
}
.bt-pie-chart:before {
    content: "\f09d";
}
.bt-circle-arrow-up:before {
    content: "\f0a0";
}
.bt-circle-arrow-down:before {
    content: "\f0a1";
}
.bt-circle-arrow-left:before {
    content: "\f0a2";
}
.bt-circle-arrow-right:before {
    content: "\f0a3";
}
.bt-caret-up:before {
    content: "\f0a4";
}
.bt-caret-down:before {
    content: "\f0a5";
}
.bt-caret-left:before {
    content: "\f0a6";
}
.bt-caret-right:before {
    content: "\f0a7";
}
.bt-long-arrow-up:before {
    content: "\f0a8";
}
.bt-long-arrow-down:before {
    content: "\f0a9";
}
.bt-long-arrow-left:before {
    content: "\f0aa";
}
.bt-long-arrow-right:before {
    content: "\f0ab";
}
.bt-Bold:before {
    content: "\f0ac";
}
.bt-italic:before {
    content: "\f0ad";
}
.bt-underline:before {
    content: "\f0ae";
}
.bt-link:before {
    content: "\f0b0";
}
.bt-paper-clip:before {
    content: "\f0b1";
}
.bt-align-left:before {
    content: "\f0b2";
}
.bt-align-center:before {
    content: "\f0b3";
}
.bt-align-right:before {
    content: "\f0b4";
}
.bt-align-justify:before {
    content: "\f0b5";
}
.bt-cut:before {
    content: "\f0b6";
}
.bt-copy:before {
    content: "\f0b7";
}
.bt-paste:before {
    content: "\f0b8";
}
.bt-photo:before {
    content: "\f0b9";
}
.bt-table:before {
    content: "\f0ba";
}
.bt-ulist:before {
    content: "\f0bb";
}
.bt-olist:before {
    content: "\f0bc";
}
.bt-indent:before {
    content: "\f0bd";
}
.bt-outdent:before {
    content: "\f0be";
}
.bt-undo:before {
    content: "\f0c0";
}
.bt-redo:before {
    content: "\f0c1";
}
.bt-sup:before {
    content: "\f0c2";
}
.bt-sub:before {
    content: "\f0c3";
}
.bt-text-size:before {
    content: "\f0c4";
}
.bt-text-color:before {
    content: "\f0c5";
}
.bt-remove-formatting:before {
    content: "\f0c6";
}
.bt-blockquote:before {
    content: "\f036";
}
.bt-globe:before {
    content: "\f0c7";
}
.bt-map:before {
    content: "\f0c8";
}
.bt-map-arrow:before {
    content: "\f0c9";
}
.bt-map-marker:before {
    content: "\f0ca";
}
.bt-map-pin:before {
    content: "\f0cb";
}
.bt-home:before {
    content: "\f0cc";
}
.bt-building:before {
    content: "\f0cd";
}
.bt-industry:before {
    content: "\f0ce";
}
.bt-desktop:before {
    content: "\f0d0";
}
.bt-laptop:before {
    content: "\f0d1";
}
.bt-tablet:before {
    content: "\f0d2";
}
.bt-mobile:before {
    content: "\f0d3";
}
.bt-tv:before {
    content: "\f0d4";
}
.bt-radio-checked:before {
    content: "\f0d5";
}
.bt-radio-unchecked:before {
    content: "\f08c";
}
.bt-checkbox-checked:before {
    content: "\f014";
}
.bt-checkbox-unchecked:before {
    content: "\f08b";
}
.bt-checkbox-intermediate:before {
    content: "\f023";
}
.bt-user:before {
    content: "\f0d6";
}
.bt-user-male:before {
    content: "\f0d6";
}
.bt-user-female:before {
    content: "\f0d7";
}
.bt-crown:before {
    content: "\f0d8";
}
.bt-credit-card:before {
    content: "\f0d9";
}
.bt-strikethrough:before {
    content: "\f0da";
}
.bt-eject:before {
    content: "\f0db";
}
.bt-ellipsis-h:before {
    content: "\f0dc";
}
.bt-ellipsis-v:before {
    content: "\f0dd";
}
.fab-facebook:before {
    content: "\f000";
}
.fab-facebook-alt:before {
    content: "\f001";
}
.fab-twitter:before {
    content: "\f002";
}
.fab-linkedin:before {
    content: "\f003";
}
.fab-linkedin-alt:before {
    content: "\f004";
}
.fab-instagram:before {
    content: "\f005";
}
.fab-github:before {
    content: "\f006";
}
.fab-github-alt:before {
    content: "\f007";
}
.fab-googleplus:before {
    content: "\f008";
}
.fab-googleplus-alt:before {
    content: "\f009";
}
.fab-pinterest:before {
    content: "\f00a";
}
.fab-pinterest-alt:before {
    content: "\f00b";
}
.fab-tumblr:before {
    content: "\f00c";
}
.fab-tumblr-alt:before {
    content: "\f00d";
}
.fab-bitcoin:before {
    content: "\f010";
}
.fab-bitcoin-alt:before {
    content: "\f011";
}
.fab-dropbox:before {
    content: "\f012";
}
.fab-stackexchange:before {
    content: "\f013";
}
.fab-stackoverflow:before {
    content: "\f014";
}
.fab-flickr:before {
    content: "\f015";
}
.fab-flickr-alt:before {
    content: "\f016";
}
.fab-bitbucket:before {
    content: "\f017";
}
.fab-html5:before {
    content: "\f018";
}
.fab-css3:before {
    content: "\f019";
}
.fab-apple:before {
    content: "\f01a";
}
.fab-windows:before {
    content: "\f01b";
}
.fab-android:before {
    content: "\f01c";
}
.fab-linux:before {
    content: "\f01d";
}
.fab-dribbble:before {
    content: "\f01e";
}
.fab-youtube:before {
    content: "\f021";
}
.fab-skype:before {
    content: "\f022";
}
.fab-foursquare:before {
    content: "\f023";
}
.fab-trello:before {
    content: "\f024";
}
.fab-maxcdn:before {
    content: "\f025";
}
.fab-gittip:before,
.fab-gratipay:before {
    content: "\f026";
}
.fab-vimeo:before {
    content: "\f027";
}
.fab-vimeo-alt:before {
    content: "\f028";
}
.fab-slack:before {
    content: "\f029";
}
.fab-wordpress:before {
    content: "\f02a";
}
.fab-wordpress-alt:before {
    content: "\f02b";
}
.fab-openid:before {
    content: "\f02c";
}
.fab-yahoo:before {
    content: "\f02d";
}
.fab-yahoo-alt:before {
    content: "\f02e";
}
.fab-reddit:before {
    content: "\f02f";
}
.fab-google:before {
    content: "\f030";
}
.fab-google-alt:before {
    content: "\f031";
}
.fab-stumbleupon:before {
    content: "\f032";
}
.fab-stumbleupon-alt:before {
    content: "\f033";
}
.fab-delicious:before {
    content: "\f034";
}
.fab-digg:before {
    content: "\f035";
}
.fab-piedpiper:before {
    content: "\f036";
}
.fab-piedpiper-alt:before {
    content: "\f037";
}
.fab-drupal:before {
    content: "\f038";
}
.fab-joomla:before {
    content: "\f039";
}
.fab-behance:before {
    content: "\f03a";
}
.fab-steam:before {
    content: "\f03b";
}
.fab-steam-alt:before {
    content: "\f03c";
}
.fab-spotify:before {
    content: "\f03d";
}
.fab-deviantart:before {
    content: "\f03e";
}
.fab-soundcloud:before {
    content: "\f040";
}
.fab-vine:before {
    content: "\f041";
}
.fab-codepen:before {
    content: "\f042";
}
.fab-jsfiddle:before {
    content: "\f043";
}
.fab-rebel:before {
    content: "\f044";
}
.fab-empire:before {
    content: "\f045";
}
.fab-git:before {
    content: "\f046";
}
.fab-hackernews:before {
    content: "\f047";
}
.fab-hackernews-alt:before {
    content: "\f048";
}
.fab-slideshare:before {
    content: "\f049";
}
.fab-twitch:before {
    content: "\f04a";
}
.fab-yelp:before {
    content: "\f04b";
}
.fab-paypal:before {
    content: "\f04c";
}
.fab-google-wallet:before {
    content: "\f04d";
}
.fab-angellist:before {
    content: "\f04e";
}
.fab-cc-visa:before {
    content: "\f050";
}
.fab-cc-mastercard:before {
    content: "\f051";
}
.fab-cc-discover:before {
    content: "\f052";
}
.fab-cc-amex:before {
    content: "\f053";
}
.fab-cc-paypal:before {
    content: "\f054";
}
.fab-cc-stripe:before {
    content: "\f055";
}
.fab-lastfm:before {
    content: "\f056";
}
.fab-whatsapp:before {
    content: "\f057";
}
.fab-medium:before {
    content: "\f058";
}
.fab-meanpath:before {
    content: "\f059";
}
.fab-meanpath-alt:before {
    content: "\f05a";
}
.fab-pagelines:before {
    content: "\f05b";
}
.fab-ioxhost:before {
    content: "\f060";
}
.fab-buysellads:before {
    content: "\f061";
}
.fab-buysellads-alt:before {
    content: "\f062";
}
.fab-connectdevelop:before {
    content: "\f063";
}
.fab-dashcube:before {
    content: "\f064";
}
.fab-forumbee:before {
    content: "\f065";
}
.fab-leanpub:before {
    content: "\f066";
}
.fab-sellsy:before {
    content: "\f067";
}
.fab-shirtsinbulk:before {
    content: "\f068";
}
.fab-simplybuilt:before {
    content: "\f069";
}
.fab-skyatlas:before {
    content: "\f06a";
}
.fab-viacoin:before {
    content: "\f06b";
}
.fab-codiepie:before {
    content: "\f06c";
}
.fab-queue:before {
    content: "\f06d";
}
.fab-queue-alt:before {
    content: "\f06e";
}
.fab-fonticons:before {
    content: "\f070";
}
.fab-fonticons-alt:before {
    content: "\f071";
}
.fab-blacktie:before {
    content: "\f072";
}
.fab-blacktie-alt:before {
    content: "\f073";
}
.fab-xing:before {
    content: "\f090";
}
.fab-vk:before {
    content: "\f091";
}
.fab-weibo:before {
    content: "\f092";
}
.fab-renren:before {
    content: "\f093";
}
.fab-tencent-weibo:before {
    content: "\f094";
}
.fab-qq:before {
    content: "\f095";
}
.fab-wechat:before,
.fab-weixin:before {
    content: "\f096";
}


/* fonts.css ##-##-##-##-##-##-##-## ||| -> */
/* open-sans-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-300italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: url('fonts/open-sans-v40-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/open-sans-v40-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url('fonts/open-sans-v40-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cmess.css ##-##-##-##-##-##-##-## ||| -> */
:root {
    --cm-page-bg: #FFF;
    --cm-text: #323232;
    --cm-green: #009CA3;
}
/*
font-size:
13px        100%
15px        115%
18px        138%
21px        161%
 */
html {font-size: 10px}
body {font-family: 'Open Sans', sans-serif;font-size: 13px;color: var(--cm-text);background-color: var(--cm-page-bg);font-weight: 300;line-height: 1.4em}

/* inner width */
#header .inside, #main .inside, #footer .inside {max-width: 1200px;width: 90vw;margin: 0 auto}

b, strong {font-weight: 700}
i, em {font-style: italic}
p {margin-bottom: 2em}
a {color: var(--cm-green);transition: all .3s;text-underline-offset: 4px;text-decoration: none}
a:hover {text-decoration: underline;transition-duration: unset}
#main ul, #main ol {color: var(--cm-green);margin: 0 0 1.5em 1em;list-style: disc outside;}
#main li {margin-bottom: 1em;position: relative}
#main ol li {list-style-type: decimal}
.talc {text-align: center}
.clear {clear: both}

.kicker {color: var(--cm-green)}
h1 {font-size: 161%;margin-bottom: 1.5em;line-height: 1.4em;font-weight: 400}
h2 {font-size: 138%;margin-bottom: 1.3em;line-height: 1.3em;font-weight: 400}
h3 {font-size: 115%;margin-bottom: 1em;line-height: 1.3em;font-weight: 700}
h4 {font-size: 100%;margin-bottom: .5em;line-height: 1.2em;font-weight: 700}

/* Header */
#header {position: static;top: -150px;left: 0;width: 100%;z-index: 10;transition: top 0.5s ease-in-out;background-color: rgba(255,255,255,.8)}
#header.fixed {position: fixed;top: 0;box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1)}
#header .inside {border-bottom: solid var(--cm-green) 1px;height: 150px;line-height: 150px;position: relative}
#header.fixed .inside {height: 60px;line-height: 60px}
#logo {display: inline-block;padding-top: 48px;}
#header.fixed #logo {padding-top: 13px}
#logo img {height: 54px;width: auto}
#header.fixed #logo img {height: 34px}
#maeMM-trigger {right: 0;top: 50%;transform: translateY(-50%)}
#maeMM-trigger .bar {height: 2px;background: var(--cm-green);margin: 8px 0;width: 30px;}
.theX {display: none}
#langSwitch {position: absolute;right: 45px;top: 50%;line-height: 1.5em;transform: translateY(-50%);min-height: 30px;min-width: 30px;background-image: url("../images/cmess/globus.svg");background-size: cover;cursor: pointer}
#langSwitch ul {display: none}
#langSwitch.clicked {background-image: none;cursor: default}
#langSwitch.clicked ul {display: block}

figcaption .source {display: none}
.elMargin {content: '';height: 2em}
.elMargin.lined {height: 1px;background-color: #ebebeb;margin: 1.5em 0}
.tIcon {font-size: 85%;line-height: 1.2em}
.tIcon img {margin: 1em auto}
a.button {display: inline-block;color: var(--cm-page-bg);background-color: var(--cm-green);padding: .5em 1em}
a.button:hover {background-color: #3e8c92;text-decoration: none}
.formDesc a.button:before {font-family: 'Black Tie', sans-serif;content: '\F0CA';display: inline-block;margin-right: 10px}
.greenBox {background-color: var(--cm-green);color: var(--cm-page-bg);padding: 1.5em 1.5em .1em 1.5em}
.greenBox a.button {display: inline-block;color: var(--cm-text);background-color: var(--cm-page-bg);padding: .5em 1em}
.greenBox a.button:hover {background-color: #efefef;text-decoration: none}
.banner {height: calc(100vw / 5.1)}
label {font-weight: 700}
input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"], textarea {color: var(--cm-green);font-size: 80%}
input:focus, textarea:focus {background-color: rgba(233, 245, 252, 1)}
.elForm {margin-bottom: 2em}

/* Footer */
#fTop {background-color: var(--cm-text);color: var(--cm-page-bg);padding: 50px 0 30px 0}
a.soc {color: var(--cm-page-bg);text-decoration: none !important;font-size: 130%}
.tuev {font-size: 70%}
.tuev .image_container {margin-right: 15px}
#fBott {background-color: var(--cm-green);color: var(--cm-page-bg);border-top: solid var(--cm-page-bg) 1px;padding: 30px 0;}
#fBott .inside {position: relative}
#fBott a {color: var(--cm-page-bg)}
#fBott li {display: inline-block;}
#fBott li:after {content: '|';margin: 0 4px}
#fBott li.last:after {display: none}
#toTop {text-decoration: none;position: absolute;right: 0;top: 50%;margin-top: -10px}

/* --> BOOTSTRAP media query bodies ---------------------------------------------------------------------*/
@media (min-width: 400px) {
    #logo {padding-top: 39px}
    #logo img {height: 72px}
}

/* sm Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #fBott li:after {margin: 0 8px}
}

/* md Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    body {font-size: 14px}
}

/* lg Large devices (landscape tablet, 992px and up) */
@media (min-width: 992px) {

}

/* xl Extra large devices (Notebook, 1200px and up) */
@media (min-width: 1200px) {
    body {font-size: 16px}
}

/* xxl Extra extra large devices (Desktops, 1400px and up) */
@media (min-width: 1400px) {

}
/* <-- BOOTSTRAP media query bodies ---------------------------------------------------------------------*/


/* fug.css ##-##-##-##-##-##-##-## ||| -> */
h1 { font-weight:200 !important; }

