body {
    padding: 0 2em;
}

#main {
    clear: both;
}

#page {
    margin: 0 auto 2em;
    max-width: 1000px;
}

#branding hgroup {
    margin: 0 7.6%;
}

#lang_menu div {
    margin-left: 7.6%;
    margin-right: 3.8%;
}

#lang_menu a {
    color: #eee;
    display: block;
    line-height: 3.333em;
    padding: 0 0.56em;
    font-size: 0.95em;
    text-decoration: none;
}

#lang_menu img {
    height: 16px;
}

@media (min-width: 776px) {
    #lang_menu img {
        display: none
    }

    #lang_menu span {
        display: inline-block
    }
}

@media (max-width: 775px) {
    #lang_menu img {
        display: inline-block
    }

    #lang_menu span {
        display: none
    }

    #lang_menu a {
        padding: 0 0.5em
    }
}

#primary {
    float: left;
    margin: 0 -26.4% 0 0;
    width: 100%;
}

#content {
    margin: 0 7.6%;
    width: 87%;
}

#secondary {
    float: right;
    margin-right: 7.6%;
    width: 18.8%;
}

body, input, textarea {
    color: #373737;
    font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.625;
}

body {
    background: #e2e2e2;
}

#page {
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
}

p {
    margin-bottom: 1.625em;
}

ul, ol {
    margin: 0 0 1.625em 0em;
}

ul {
    list-style: square;
}

ol {
    list-style-type: decimal;
}

ol ol {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
}

dl {
    margin: 0 1.625em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1.625em;
}

strong {
    font-weight: bold;
}

cite, em, i {
    font-style: italic;
}

blockquote {
    font-family: Georgia, "Bitstream Charter", serif;
    font-style: italic;
    font-weight: normal;
    margin: 0 3em;
}

blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}

blockquote cite {
    color: #666;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

pre {
    background: #f4f4f4;
    font: 13px "Courier 10 Pitch", Courier, monospace;
    line-height: 1.5;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em;
}

code, kbd, samp, var {
    font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym, dfn {
    border-bottom: 1px dotted #666;
    cursor: help;
}

address {
    display: block;
    margin: 0 0 1.625em;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

sup, sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

small {
    font-size: smaller;
}

.container {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

#wrapper-navbar {
    background: #222;
    background: -moz-linear-gradient(#252525, #0a0a0a);
    background: -o-linear-gradient(#252525, #0a0a0a);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a));
    background: -webkit-linear-gradient(#252525, #0a0a0a);
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    clear: both;
    display: block;
    margin: 0 auto;
    width: 100%;
}

#wrapper-navbar ul {
    font-size: 13px;
    list-style: none;
    margin: 0 0 0 -0.8125em;
    padding-left: 0;
    line-height: 2.1em;
}

#wrapper-navbar li {
    float: left;
    position: relative;
}

#wrapper-navbar a {
    color: #eee;
    display: block;
    text-decoration: none;
}

#wrapper-navbar ul ul {
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    margin: 0;
    position: absolute;
    top: 3.333em;
    left: 0;
    width: 188px;
    z-index: 99999;
}

#wrapper-navbar ul ul ul {
    left: 100%;
    top: 0;
}

#wrapper-navbar ul ul a {
    background: #f9f9f9;
    border-bottom: 1px dotted #ddd;
    color: #444;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: 1.4em;
    padding: 10px 10px;
    width: 168px;
}

#wrapper-navbar li:hover > a, #wrapper-navbar ul ul :hover > a, #wrapper-navbar a:focus {
    background: #efefef;
}

#wrapper-navbar li:hover > a, #wrapper-navbar a:focus {
    background: #f9f9f9;
    background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
    background: -o-linear-gradient(#f9f9f9, #e5e5e5);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5));
    background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
    color: #373737;
}

#wrapper-navbar ul li:hover > ul {
    display: block;
}

#wrapper-navbar .current-menu-item > a, #wrapper-navbar .current-menu-ancestor > a, #wrapper-navbar .current_page_item > a, #wrapper-navbar .current_page_ancestor > a {
    font-weight: bold;
}

#wrapper-navbar navbarNavDropdown .current_page_ancestor > a {
    font-weight: bold;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    margin: 0 1rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.1rem;
    font-weight: bolder;
}

.navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.entry-header .entry-title {
    padding-top: 0.5em;
}

.entry-title {
    clear: both;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    padding-bottom: .3em;
}

.entry-content h2 {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 .8125em;
}

.page-id-303, .page-id-413 {
    .entry-title {
        display: none;
    }
}

.menu-item-419 span {
    position: absolute;
    right: -1em;
    top: 0.3em;
    min-width: 1.6em;
    height: 1.6em;
    border-radius: 38%;
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.77em;
    font-weight: normal;
    color: white;
    padding: 0 4px
}

#fuse-privacy-tool {
    font-size: 0.6rem;
    position: fixed;
    left: 0px;
    bottom: 120px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #2083DF;
    color: #FFFFFF;
    cursor: pointer;
    padding: 10px 2px 10px 4px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    border-radius: 8px 0 0 8px;
}

.fuse-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 1.625em;
}

.fuse-standard > div[data-fuse] {
    min-height: 250px;
}

@media screen and (min-width: 831px) {
    .fuse-header > div[data-fuse] {
        min-height: 90px;
    }
}

@media screen and (max-width: 831px) {
    .fuse-header > div[data-fuse] {
        min-height: 250px;
    }
}