body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal
}

strong {
    font-weight: bold;
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input,
textarea,
select {
    font-size: 100%
}

legend {
    color: #000
}

.clear {
    clear: both !important;
    float: none !important;
    display: block !important;
    width: 100% !important;
}

body {
    background: #fff;
    color: #000;
    min-height: 100%;
    padding: 0;
    font: 300 18px/1 'Open Sans', sans-serif;
    overflow-anchor: none;
}

html {
    scroll-behavior: smooth;
}

#maillink {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999999999;
}

#maillink a {
    width: 20px;
    height: 20px;
    display: block;
}

.gform-footer input.gform_button:disabled {
    opacity: 0.5;
    cursor: no-drop;
}

.page__header .wow {
    visibility: hidden;
}

a {
    color: #000;
    text-decoration: none;
    transition: all .3s ease;
}

a:hover {
    text-decoration: none;
}

figure {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

hr {
    display: block;
    background: #ddd;
    border: 0;
    width: 100%;
    height: 1px;
    position: relative;
    margin: 24px 0;
    padding: 0;
}

em {
    font-style: italic;
    font-weight: inherit;
}

strong em,
em strong {
    font-weight: 600;
}

.screen-reader-text {
    display: none;
}

sup {
    position: relative;
    display: inline-block;
    font-size: 60%;
    top: 0;
    line-height: 1;
    vertical-align: super;
}

/* buttons */
input[type=submit],
input[type=button],
a.btn,
a.button,
.button,
.btn,
input[type=reset] {
    font: 300 16px/1.1 'Open Sans', sans-serif;
    display: inline-block;
    padding: 16px 32px;
    margin: 0;
    cursor: pointer;
    width: auto;
    overflow: visible;
    text-decoration: none !important;
    box-sizing: border-box;
    text-transform: uppercase;
    background: var(--blue) !important;
    color: #fff !important;
    border: 2px solid var(--blue) !important;
    border-radius: 300px;
    transition: all .15s ease;
    -webkit-appearance: none;
}

input[type=submit]:hover,
input[type=button]:hover,
.btn:hover,
.button:hover {
    background: var(--dark-blue) !important;
    color: #fff !important;
    text-decoration: none !important
}

/* white */
input[type=submit].btn--white,
input[type=button].btn--white,
.button.btn--white,
.btn.btn--white {
    background: #fff !important;
    color: #626262 !important;
}

input[type=submit].btn--white:hover,
input[type=button].btn--white:hover,
.button.btn--white:hover,
.btn.btn--white:hover {
    background: #fff !important;
    color: #44a4d2 !important;
}

/* green */
input[type=submit].btn--green,
input[type=button].btn--green,
.button.btn--green,
.btn.btn--green {
    background: var(--dark-green) !important;
    color: var(--white) !important;
    border-color: var(--dark-green) !important;
}

input[type=submit].btn--green:hover,
input[type=button].btn--green:hover,
.button.btn--green:hover,
.btn.btn--green:hover {
    background: var(--green) !important;
    color: var(--white) !important;
}

/* small */
input[type=submit].size--small,
input[type=button].size--small,
.button.size--small,
.btn.size--small {
    font-size: 14px;
    padding: 8px 16px;
}

/* INPUTS */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=phone],
input[type=tel],
input[type=number],
input[type=search],
input[type=date],
select,
textarea {
    width: 100%;
    padding: 12px;
    background: #fff;
    border: 1px solid #bbb !important;
    font: 300 16px/1.2 'Open Sans', sans-serif;
    margin: 0;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-border-radius: 0;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=phone]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=date]:focus,
select:focus,
textarea:focus {
    border-color: #888;
    background: #f6f6f6;
    box-shadow: inset 2px 2px 8px -4px #bbb;
}

textarea {
    height: 104px;
    min-height: 74px;
    resize: vertical;
}

select {
    text-align: left;
    /*padding: 20px 24px;*/
}

/* TABLES */
.entry table {
    width: 100%;
    margin: 0 auto 20px;
    cursor: default;
    border-collapse: collapse;
    border: 1px solid #ccc;
    font-size: 14px;
}

.entry table td {
    padding: 8px;
    border: 1px solid #ccc;
    border-right: 0;
    vertical-align: top;
    background: #fff;
    background-clip: padding-box;
}

.entry table tr:nth-child(even) td {
    background: #f4f4f4;
}

.entry table th,
.entry table thead td {
    padding: 8px;
    font-weight: 600;
    border-bottom: 1px solid #333;
    vertical-align: top;
    background: none;
    color: #000;
    background-clip: padding-box;
}

/* CONTAINER */
/* .main__container {max-width: 1122px; width: 94%; margin: 0 auto; position: relative; box-sizing: border-box;} */
.main__container {
    max-width: 1622px;
    width: 94%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.size--large {
    max-width: 1744px !important;
}

.size--medium {}

.size--small {
    max-width: 1000px !important;
}

/* SPECIAL */
.bg--fixed {
    background-attachment: fixed;
}

.bg--cover,
.bg--full {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg--contain {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.list--side,
.form--fields {
    display: block;
    line-height: 0;
    padding: 0;
    margin: 0;
    letter-spacing: -0.31em;
    letter-spacing: normal;
    word-spacing: -0.43em;
    text-rendering: optimizespeed;
    box-sizing: border-box;
}

.list--side>*,
.form--fields>* {
    line-height: 1;
    padding: 0;
    margin: 0;
    display: inline-block;
    zoom: 1;
    /* display: inline; */
    letter-spacing: normal;
    word-spacing: normal;
    text-rendering: auto;
    box-sizing: border-box;
}

.table--side {
    display: table;
    box-sizing: border-box;
    table-layout: fixed;
}

.table--side>* {
    display: table-cell;
    box-sizing: border-box;
}

.vertical--top>* {
    vertical-align: top;
}

.vertical--middle>* {
    vertical-align: middle;
}

.vertical--bottom>* {
    vertical-align: bottom;
}

.size--1-5 {
    width: 20% !important;
}

.size--2-5 {
    width: 40% !important;
}

.size--3-5 {
    width: 60% !important;
}

.size--4-5 {
    width: 80% !important;
}

.size--1-4 {
    width: 25% !important;
}

.size--2-4 {
    width: 50% !important;
}

.size--3-4 {
    width: 75% !important;
}

.size--1-3 {
    width: 33.33% !important;
}

.size--2-3 {
    width: 66.66% !important;
}

.size--1-2 {
    width: 50% !important;
}

.size--1-1 {
    width: 100% !important;
}

.alert {
    padding: 24px 32px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    background: #e5fafd;
    border-left: 4px solid #00d0ea;
}

.alert--confirm {
    color: #fff;
    background: #169873;
    border-color: #35d39d;
}

.alert--notice {
    color: #000;
    background: #e5fafd;
    border-color: #00d0ea;
}

.alert--warning {
    color: #000;
    background: #fff9ea;
    border-color: #ffc12e;
}

.alert--error {
    color: #000;
    background: #fdedef;
    border-color: #ef4d61;
}

.columns--2 {
    columns: 2;
}

/* CONTENT */
.entry p,
.entry li {
    font-size: 18px;
    line-height: 1.5;
    padding: 0 0 16px;
}

.entry li {}

.b_simple_text h1 {
    padding: 16px 0;
    color: var(--blue);
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
}

.entry ul,
.entry ol {
    list-style-position: outside;
    position: relative;
    left: 16px;
    width: calc(100% - 16px);
    padding: 0 0 16px;
}

.entry ol {
    list-style-type: decimal;
}

.entry ul {
    list-style-type: square;
}

.entry li {
    padding: 8px 0;
}

.entry li li:last-child {
    padding-bottom: 0;
}

.entry li ol,
.entry li ul {
    padding: 0;
}

.entry a:not(.btn, .button) {
    text-decoration: underline;
}

.entry a:not(.btn, .button):hover {
    text-decoration: underline;
}

.entry h1,
.h1,
.entry h2,
.h2,
.entry h3,
.h3,
.entry h4,
.h4,
.entry h5,
.h5,
.entry h6,
.h6 {
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    padding: 8px 0 16px;
}

.entry h1,
.h1 {
    font-size: 42px;
    font-weight: 300;
    color: var(--dark-blue);
}

.entry h2,
.h2 {
    font-size: 38px;
    font-weight: 300;
    color: var(--dark-blue);
}

.entry h3,
.h3 {
    font-size: 28px;
    font-weight: 400;
    color: var(--dark-blue);
}

.entry h4,
.h4 {
    font-size: 24px;
    font-weight: 400;
    color: var(--dark-blue);
}

.entry h5,
.h5 {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-blue);
}

.entry h6,
.h6 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--dark-blue);
}

.entry h1 a,
.h1 a,
.entry h2 a,
.h2 a,
.entry h3 a,
.h3 a,
.entry h4 a,
.h4 a,
.entry h5 a,
.h5 a,
.entry h6 a,
.h6 a {
    text-decoration: underline;
    color: inherit;
}

.entry h1 a:hover,
.h1 a:hover,
.entry h2 a:hover,
.h2 a:hover,
.entry h3 a:hover,
.h3 a:hover,
.entry h4 a:hover,
.h4 a:hover,
.entry h5 a:hover,
.h5 a:hover,
.entry h6 a:hover,
.h6 a:hover {
    text-decoration: underline;
    color: inherit;
}

.entry blockquote {
    padding: 32px;
    background: #eee;
}

.entry blockquote p {
    font-style: italic;
    padding: 0;
}

.alignleft,
.alignright,
.aligncenter,
.alignnone {
    margin-bottom: 24px;
}

.alignleft {
    float: left;
    margin-right: 32px;
}

.alignright {
    float: right;
    margin-left: 32px;
}

.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

.wp-caption p {
    margin: 0;
    padding: 24px 0 0;
    font-size: 14px;
    line-height: 1.3;
}

.entry form {
    width: 100%;
}

.entry form input,
.entry form select,
.entry form textarea {
    margin: 0;
}

.entry form label {
    display: block;
    cursor: pointer;
    font-size: 14px;
    padding: 0 0 8px;
}

.entry form ul {
    padding: 0;
    margin: 0;
}

.entry form ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* SLICK */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track::before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-slider {
    padding: 0;
}

.slick-arrow {
    display: block;
    text-align: center;
    opacity: .8;
    color: var(--white);
    position: absolute;
    width: 56px;
    height: 56px;
    padding: 0;
    top: 25%;
    margin-top: -28px;
    z-index: 4000;
    border: 0;
    cursor: pointer;
}

.slick-arrow svg {
    color: var(--white);
    font-size: 32px !important;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--blue);
    padding: 12px;
}

.slick-arrow:hover {
    opacity: 1;
}

.slick-arrow.slick-prev {
    left: 12px;
}

.slick-arrow.slick-next {
    right: 12px;
}

.slick-dots {
    text-align: center;
}

.slick-dots>li {
    display: inline-block;
    padding: 0 8px;
}

.slick-dots button {
    -webkit-appearance: none;
    cursor: pointer;
    border: 0;
    background: var(--grey);
    border-radius: 50%;
    text-indent: -999em;
    overflow: hidden;
    width: 16px;
    height: 16px;
    padding: 0;
}

.slick-dots .slick-active button {
    background: var(--blue);
}

/* HEADER */

.header__top {
    background: var(--blue);
    color: var(--white);
    padding: 0;
    text-align: right;
    position: relative;
    z-index: 100;
    max-height: 40px;
    transition: all .1s linear;
    overflow: hidden;
}

.has--scrolled .header__top {
    display: none;
}

.header__top a {
    color: var(--white);
}

.header__top .item--form {
    position: relative;
}

.header__top .item--form input[type="search"] {
    border: 0 !important;
    font-size: 14px;
    background: none;
    color: var(--white);
    border-radius: 56px;
    padding: 6px 12px 6px 40px;
    transition: all .3s ease;
    width: 140px;
}

.header__top .item--form input[type="search"]:hover,
.header__top .item--form input[type="search"]:focus {
    /*background: rgba(255,255,255,.1);*/
    box-shadow: none;
}

.header__top .item--form button {
    border: 0;
    background: none;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 8px;
    font-size: 24px;
    width: 24px;
    height: 24px;
    padding: 0;
    line-height: 1;
}

.header__top .item--form button span {
    display: none;
}

.header__top li {}

.header__top li.item--phone {
    font-weight: 600;
    font-size: 14px;
    padding: 0 16px;
}

.header__top li.item--form {
    padding: 0;
    border-left: 0;
}

.header__top li>a {
    display: block;
    line-height: 1;
    padding: 8px 16px;
    position: relative;
}

.header__top li>a::before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
    background: var(--green);
}

.header__top li:first-child>a::before {
    display: none;
}

.header__top li>a:hover {
    background: var(--dark-blue);
    color: var(--white)
}

.header__top li>a.on {
    background: var(--dark-blue);
    color: var(--white)
}

.header__top li>a>span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    padding: 0 12px 0 0;
}

.header__top li>a>svg {
    display: inline-block;
    vertical-align: middle;
}

.header__top svg {
    display: inline-block;
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: var(--white);
}

.header__top .item--social span {
    display: none;
}

.header__main {
    background: var(--white);
    position: sticky;
    width: 100%;
    z-index: 10000;
}

.header__bottom {
    width: 100%;
    background: var(--white);
    color: var(--blue);
    border: 0 solid var(--green);
    border-width: 8px 0;
    padding: 12px 0;
    overflow: hidden;
    transition: top .15s ease;
    z-index: 1000;
}

.header__bottom a {
    color: var(--white);
}

.header__logo {
    width: 150px;
}

.header__logo img {
    width: 222px;
    transition: all .2s linear;
}

/* .has--scrolled .header__logo img {width: 152px; transition: all .2s linear;} */
.header__logo a {
    display: block;
    line-height: 0;
}

.header__logo a span {
    display: block;
}

.header__nav {
    text-align: right;
}

.header__nav--resources .this--trigger {
    display: inline-block;
    border: 4px solid var(--green);
    padding: 12px 16px;
    border-radius: 100px;
    color: var(--blue);
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

.header__nav--resources .this--trigger svg {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 1;
    dispay: inline-block;
    color: var(--blue);
}

.header__nav--resources .this--trigger strong {
    display: inline-block;
    width: 60px;
    text-align: center;
    padding: 0;
    background: var(--dark-grey);
    border-radius: 56px;
    margin: 0 0 0 16px;
}

.header__nav--resources .this--trigger:hover {
    border-color: var(--dark-blue);
    background: var(--blue);
    color: var(--white);
}

.header__nav .nav_main {
    padding: 8px 0 0;
}

.header__nav .nav_main>ul>li {
    position: relative;
}

.header__nav .nav_main>ul>li>a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--white);
    display: block;
    padding: 0 8px;
    border-right: 2px solid var(--white);
}

.header__nav .nav_main>ul>li>a>span {
    display: inline-block;
    padding: 4px 16px;
    color: var(--white);
    transition: all .3s ease;
    border-radius: 16px;
}

.header__nav .nav_main>ul>li:last-child>a,
.header__nav .nav_main>ul>li:last-child>a span {
    border-right: 0;
}

.header__nav .nav_main>ul>li.current_page_item>a span,
.header__nav .nav_main>ul>li:hover>a span {
    background: var(--white);
    color: var(--black);
}

.header__nav #nav_secondary {
    position: relative;
    max-height: 40px;
    transition: all .2s linear;
    overflow: hidden;
}

.has--scrolled .header__nav #nav_secondary {
    max-height: 0;
    transition: all .2s linear;
}

.header__nav .nav_secondary {
    padding: 0 0 8px;
}

.header__nav .nav_secondary>ul>li {
    margin: 0 0 0 8px;
}

.header__nav .nav_secondary>ul>li.weglot-en {
    border-left: 2px solid #fff;
    padding-left: 8px;
}

.header__mobile {
    display: none;
    text-align: right;
    padding: 8px;
}

.header__mobile a {
    display: inline-block;
    line-height: 0;
    background: none;
}

.header__mobile a span {
    display: none;
}

.header__mobile a svg {
    width: 24px !important;
    height: 24px !important;
    color: var(--white);
    padding: 12px;
}

.header__mobile a i {
    display: none;
}

.header__mobile.on a,
.header__mobile a:hover {
    background: var(--blue);
}

.header__mobile a:hover svg,
.header__mobile.on a svg {
    color: var(--white);
}

.header__menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    color: var(--white);
    position: absolute;
    width: 100%;
    z-index: 8000;
}

.header__menu::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--dark-blue);
    opacity: .95;
    z-index: -1;
}

.header__menu.mobile_header_menu.on {
    visibility: visible;
    opacity: 1;
}

.header__menu a {
    color: var(--white);
}

.header__menu a:hover {
    color: var(--white);
}

.header__menu a {
    display: inline-block;
}

.header__menu nav {
    width: 100%;
    font-family: effra, sans-serif;
    line-height: 1;
}

.header__menu nav>div {
    display: table-cell;
    vertical-align: top;
    padding: 20px;
    box-sizing: border-box;
}

.header__menu nav.count--1>div {
    width: 100%;
}

.header__menu nav.count--2>div {
    width: 50%;
}

.header__menu nav.count--3>div {
    width: 33.33%;
}

.header__menu nav.count--4>div {
    width: 25%;
}

.header__menu nav.count--5>div {
    width: 20%;
}

.header__menu h4 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    padding: 6px 0 0;
    margin: 0 0 6px;
}

.header__menu ul {
    display: block;
    font-size: 16px;
}

.header__menu ul ul {
    display: block;
    padding: 0 0 0 32px;
}

.header__menu .divide--2 ul {
    columns: 60px 2;
}

.header__menu li {
    display: block;
    padding: 0;
}

.header__menu li a {
    position: relative;
}

.header__menu a span {
    display: block;
    position: relative;
    padding: 5px;
}

.header__menu a span i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    transition: width .15s ease;
    z-index: -1;
}

.header__menu a:hover span i {
    width: 100%;
}

/* FOOTER */
.footer__main {
    background: var(--white);
    color: var(--black);
    position: relative;
    padding: 64px 0 16px;
    border-top: 8px solid var(--green);
}

.footer__main a {
    color: var(--black);
    text-decoration: underline;
}

.footer__main a:hover {
    text-decoration: underline;
    color: var(--blue);
}

.footer__main.theme--dark {
    background: var(--black);
    color: var(--white);
}

.footer__main.theme--dark a {
    color: var(--white);
}

.footer__main.theme--dark a:hover {
    color: var(--white);
}

.footer__main .main__container>div {
    width: 33.33%;
}

.footer__main .this--news h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--blue);
    padding: 0 0 8px;
}

.footer__main .this--news h4 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    padding: 8px;
}

.footer__main .this--news .this--more {
    padding: 8px 0;
    text-align: center;
}

.footer__main .this--news .this--entry {
    border-top: 1px solid #ccc;
    width: 100%;
}

.footer__main .this--news .this--entry a:hover {
    background: #eee;
}

.footer__main .this--news .this--entry a {
    text-decoration: none;
    display: block;
}

.footer__main .this--news .this--entry:first-child {
    border-top: 0;
}

.footer__main .list--news,
.footer__main .list--events {
    padding: 0 0 24px;
}


.footer__main .list--news time {
    display: block;
    font-size: 18px;
    color: #999;
    padding: 8px 8px 0;
}

.list--events .this--calendar {
    width: 80px;
    text-align: center;
    line-height: 1;
    padding: 4px;
}

.list--events .this--calendar time {
    padding: 8px 0;
    display: block;
    background: var(--dark-green);
    color: var(--white);
}

.list--events .this--calendar.is--past time {
    background: var(--grey);
    color: var(--black);
}

.list--events .this--calendar strong {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
}

.list--events .this--calendar span {
    display: block;
    font-size: 12px;
    padding: 4px;
}

.footer__logo a {
    display: inline-block;
}

.footer__logo a img {
    width: 182px;
}

.footer__contact p,
.footer__contact li {
    font-size: 14px;
    font-weight: 300;
    padding: 0 0 16px;
    line-height: 1.3;
}

.footer__contact h1,
.footer__contact h2,
.footer__contact h3,
.footer__contact h4,
.footer__contact h5,
.footer__contact h6 {
    font-size: 16px;
    font-weight: 600;
}

.footer__main .social_links {
    padding: 16px 0 0;
}

.footer__main .social_links a {
    margin: 0 16px 0 0;
    text-decoration: none;
}

.footer__main .social_links a span {
    display: none;
}

.footer__main .social_links a svg {
    font-size: 38px;
    width: 40px;
    height: 40px;
}

.footer__col h2:not(.gform_submission_error) {
    text-align: center;
    color: var(--blue);
    letter-spacing: 2px;
    font-size: 38px;
    font-weight: 500;
    line-height: 1;
    padding: 0 0 24px;
    margin: 0;
    border-bottom: 4px solid var(--green);
    text-transform: uppercase;
}

.footer__col .this--wrap {
    padding: 32px 16px;
}

.footer__col .gform_wrapper {
    padding: 0 !important;
}

.footer__col .this--info p,
.footer__col .gform_description {
    font-size: 16px;
    line-height: 1.4;
    padding: 0 0 16px;
    display: block;
}

.footer__col .this--img {
    padding: 24px 0;
}

.footer__col .gform_required_legend,
.footer__col .gfield_label {
    display: none !important;
}

.footer__col .this--contact svg {
    font-size: 38px;
    width: 40px;
    height: 40px;
    color: var(--blue);
}

.footer__col .this--contact .this--icon {
    width: 40px;
}

.footer__col .this--contact .this--label {
    padding: 0 0 0 24px;
}

.footer__col .this--contact li {
    width: 100%;
    padding: 0 0 16px;
}

.footer__credits {
    background: var(--grey);
    color: var(--blue);
    text-align: center;
    position: relative;
    padding: 24px 0;
    font-size: 14px;
    font-weight: 300;
    z-index: 1000;
}

.footer__credits a {
    color: var(--blue);
}

.footer__credits a:hover {
    color: var(--blue);
    text-decoration: underline;
}

.footer__copyright {
    text-align: right;
    padding: 0;
}

.footer__nav {
    text-align: left;
    padding: 0 0 0 24px;
}

.footer__nav li {
    padding: 0;
}

.footer__nav li a {
    display: inline-block;
}

.footer__nav li a span {
    display: inline-block;
    padding: 0 24px;
    border-left: 2px solid var(--blue);
}

.footer__nav li:hover a span {
    text-decoration: underline;
}


.page__header {
    position: relative;
    background-color: var(--blue);
    width: 100%;
    bottom: 0;
    left: 0;
}

.page__header .this--bg {
    width: 400px;
    height: 400px;
}

.page__header .this--bg.bg--cover[style=""] {
    display: none;
}

.page__header .this--content {
    padding: 32px 0;
    position: relative;
    z-index: 2;
}

.page__header .this--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page__header h1, .page__header p {
    font-size: 64px;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 16px 8px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
}

.page__header h1 strong, .page__header p strong {
    font-weight: 600;
}

.page__header h2 {
    font-size: 38px;
    font-weight: 300;
    padding: 16px 8px;
    text-align: center;
    color: var(--white);
}

.b_content .main__container {
    table-layout: fixed;
}

.b_content .b_internal {
    padding: 32px 0;
}

.b_content .b_internal.has--sidebar {
    padding-left: 32px;
}

.b_content .b_sidebar {
    width: 400px;
    background: var(--grey);
}

.b_content .b_sidebar h3 {
    background: var(--green);
    color: var(--white);
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}

.b_content .b_sidebar h3 a,
.b_content .b_sidebar h3 strong {
    color: var(--white);
    display: block;
    padding: 16px;
}

.b_content .b_sidebar li a {
    color: var(--blue);
    display: block;
    padding: 16px;
    font-size: 18px;
}

.b_content .b_sidebar li a:hover {
    color: var(--white);
    background: var(--blue);
}

.b_content .b_sidebar li[class*="current"] a {
    color: var(--white);
    background: var(--blue);
}

.m_sidebar .this--trigger {
    display: none;
    padding: 16px 32px 16px 16px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    background: #eee;
}

.m_sidebar .this--trigger svg {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 24px;
    width: 24px;
    height: 24px;
}

.m_sidebar .this--trigger svg.fa-caret-down {
    display: inline-block;
}

.m_sidebar.on .this--trigger svg.fa-caret-down {
    display: none;
}

.m_sidebar .this--trigger svg.fa-caret-up {
    display: none;
}

.m_sidebar.on .this--trigger svg.fa-caret-up {
    display: inline-block;
}

.b_internal>div:not(:empty) {
    padding: 0 0 16px;
}

.b_expert .this--headline {
    text-align: center;
    color: var(--white);
    background: var(--blue);
    padding: 24px;
    text-transform: uppercase;
}

.b_expert .this--headline .h1 {
    color: var(--white);
}

.b_expert .this--info {
    padding: 24px;
}

.i_expert {
    padding: 80px 0 0 !important;
}

.i_expert .this--headline {
    background: var(--blue);
    text-align: center;
    margin: 0 0 32px;
}

.i_expert .this--headline h3 {
    font-size: 32px;
    font-weigh: 300;
    text-align: center;
    text-transform: uppercase;
    padding: 8px;
    margin: 0;
    color: #ffff;
}

.i_expert .gform_wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
}

.i_expert .this--photo {
    width: 20%;
    padding: 0 24px 0 0;
}

.i_expert .this--photo img {
    max-width: 256px;
    width: 100%;
}

.i_expert .this--info {
    width: 30%;
    padding: 0 40px 0 0;
}

.i_expert .this--form {
    width: 50%;
}

.i_team .this--photo {
    width: 320px;
    padding: 0 32px 16px 0;
}

.i_team .this--team {
    border-bottom: 1px solid #ccc;
}

.i_team .this--team>li {
    border-top: 1px solid #ccc;
    padding: 24px 0;
    position: relative;
}

.i_team .this--photo img {
    width: 100%;
    max-width: 320px;
    height: auto;
}

.team--info h3 {
    font-size: 32px;
    font-weight: 300;
    padding: 0 0 8px;
    color: var(--dark-blue);
}

.team--info h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 8px;
    color: var(--dark-blue);
}

.team--info h5 {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 8px;
    color: var(--black);
    line-height: 1.2;
}

.team--info p {
    font-size: 16px;
    line-height: 1.6;
    padding: 8px 0;
}

.i_resources .this--filters>li {
    padding: 0 16px 16px 0;
}

.i_resources .this--filters>li>a {
    display: block;
    padding: 8px 16px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
    background: var(--grey);
    color: var(--black);
}

.i_resources .this--filters>li>a.on {
    background: var(--blue);
    color: var(--white);
}

.i_resources h2 {
    position: relative;
}

.i_resources h2 .this--anchor {
    position: absolute;
    width: 0;
    height: 0;
    display: inline-block;
}

.i_resources .this--list>li {
    width: 50%;
    padding: 0;
    margin: 0 !important;
    line-height: 1.3;
    padding: 0 16px 16px 0;
    display: none;
}

.i_resources .this--list>li.on {
    display: inline-block;
}

.i_resources .this--list>li .this--wrap {
    background: var(--grey);
    padding: 8px 24px;
    width: 100%;
    color: var(--black);
    border-radius: 4px;
    border: 1px solid #ccc;
}

.i_resources .this--list>li a {
    display: inline-block;
}

.i_resources .this--list>li a:hover {
    text-decoration: underline;
}

/* .i_resources .this--list > li a:hover {background: var(--blue); padding: 8px; width: 100%; color: var(--white);} */
.i_resources .this--icon {
    width: 64px;
    padding: 8px;
    text-align: center;
}

.i_resources .this--icon svg {
    width: 40px;
    height: 40px;
}

.i_resources .this--info {
    padding: 8px 0 16px;
}

.i_resources .this--info h4 {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    padding: 0 0 4px;
}

.i_resources .this--info h4 small {
    display: none;
}

.i_resources .this--info h5 {
    display: block;
    font-size: 14px;
    font-weight: 800;
    padding: 0 0 4px;
    text-transform: uppercase;
}

.i_resources .this--info p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
}

.i_resources .this--ghost {
    width: 0;
}

.i_resources .this--tags span {
    color: var(--blue);
    padding: 0 16px 0 0;
    line-height: 1;
}

.i_resources a:hover .this--tags span {
    color: var(--white);
}

.i_resources .this--sub li {
    font-size: 14px;
    padding: 16px 16px 0 0
}

.i_resources .this--sub strong {
    padding: 0 0 0 4px;
}

.i_resources .this--sub a:hover strong {
    text-decoration: underline;
}

.i_resources .this--sub svg {
    width: 24px;
    height: 24px;
}

.i_resources .this--sub .is--audio svg {
    color: #00adef;
}

.i_resources .this--sub .is--pdf svg {
    color: #ff1b0e;
}

.i_resources .this--sub .is--presentation svg {
    color: #ffa500;
}

.i_resources .this--sub .is--article svg {
    color: #26a204;
}

.i_resources .this--sub .is--video svg {
    color: #ff0000;
}

.i_form {
    text-align: center;
}

.i_form form {
    display: inline-block;
    background: #eee;
    margin: 0 auto;
    padding: 16px;
}

.i_form form .search--field {
    width: 300px;
}

.i_form form .search--submit {
    padding: 0 0 0 16px;
}

.resources_filter ul {
    width: 100%;
}

.resources_filter li {
    width: 16.66%;
    padding: 4px;
    line-height: 1;
}

.resources_filter li a {
    background: var(--grey) !important;
    color: var(--black) !important;
    width: 100%;
    text-align: center;
    display: block;
    padding: 8px 16px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
}

.resources_filter li a strong {
    padding: 8px;
    box-sizing: border-box;
    color: var(--black) !important;
}

.resources_filter li a span {
    width: 0;
}

.resources_filter li a:hover {
    background: var(--blue) !important;
    color: var(--white) !important;
    text-decoration: none;
}

.resources_search {
    width: 100%;
    padding: 0 0 32px !important;
    position: relative;
}

.resources_search .this--anchor {
    width: 0;
    height: 0;
    position: absolute;
    display: inline-block;
}

.resources_search .this--input {
    width: 318px;
}

.resources_search label {
    position: relative;
    display: block;
}

.resources_search label input {
    padding-left: 40px;
    -webkit-appearance: textfield;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.resources_search label svg {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 24px;
    width: 24px;
    height: 24px;
    color: #777;
}

.resources_search p {
    padding: 0 0 0 32px;
    margin: 0;
    font-size: 16px;
    color: #777;
}

.resources_search--top {
    position: fixed;
    bottom: 16px;
    right: 16px;
}

.resources_search--top a {
    display: inline-block;
    padding: 12px;
    background: rgba(28, 63, 149, .2);
    font-size: 32px;
    line-height: 1;
    color: #fff;
}

.resources_search--top a:hover {
    background: rgba(28, 63, 149, .8);
}

.i_careers {
    padding: 16px 0 0;
}

.i_careers ul.this--openings {
    padding: 16px 0;
}

.i_careers .this--openings li {
    border-top: 1px solid var(--grey);
}

.i_careers .this--openings li:last-child {
    border-bottom: 1px solid var(--grey);
}

.i_careers .this--openings li h3 {
    font-size: 20px;
    font-weight: 500;
}

.i_careers .this--openings li h3 a {
    display: block;
    padding: 20px 16px;
    color: var(--blue)
}

.i_careers .this--openings li h3 a:hover {
    background: var(--green);
    color: var(--white);
}

.i_post__meta li {
    padding: 8px 16px 8px 0;
}

.i_post__meta {
    padding: 0 0 24px;
    border-bottom: 2px solid var(--green);
    margin: 0 0 24px;
}

.i_events .this--info h4 {
    font-size: 20px;
    padding: 8px;
    line-height: 1.3;
}

.i_events .this--entry {
    padding: 4px 0;
}

.i_events .list--events .this--calendar strong {
    font-size: 22px;
}

.i_events .list--events .this--calendar span {
    font-size: 16px;
}

.i_events .list--events .this--calendar {
    width: 100px;
}

.i_events .this--entry a {
    width: 100%;
}

.i_events .this--entry a:hover {
    background: #eee;
}

.i_events .list--events {
    padding: 0 0 40px;
}

.i_archive .this--content h3 {
    font-size: 20px;
    padding: 0 0 8px;
    line-height: 1.4;
}

.i_archive .this--content h3 a {
    color: var(--blue);
    font-weight: 500;
}

.i_archive .this--content p {
    font-size: 16px;
    line-height: 1.4;
}

.i_archive .this--item {
    padding: 24px 0;
    border-top: 1px solid #ccc;
}

.i_archive .this--item:first-child {
    border-top: 0;
}

.i_archive .this--date {
    width: 180px;
}

.i_archive .this--date time {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 8px;
    color: var(--black);
}

.i_archive .this--date a {
    display: inline-block;
    padding: 4px;
    text-transform: uppercase;
    background: var(--green);
    color: var(--white);
    font-size: 13px;
    border-radius: 4px;
    font-weight: 700;
    margin: 0 4px 4px 0;
}

.i_archive .this--date a:hover {
    background: var(--dark-green);
    color: var(--white);
}

/* CONTENT */
.b_section {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
}

.b_section.padding-top--narrow {
    padding-top: 24px;
}

.b_section.padding-bottom--narrow {
    padding-bottom: 24px;
}

.b_section>div {
    position: relative;
    z-index: 100;
}

.is--fixed {
    position: fixed !important;
}

.anchor--a,
.anchor--b {
    position: absolute;
    left: 0;
    width: 1px;
    height: 1px;
}

.anchor--a {
    top: 0;
}

.anchor--b {
    bottom: 0;
}

.b_slider--single>div {
    position: relative;
}

.b_intro {
    z-index: 1;
}

.b_intro--bg {
    width: 100%;
    height: 34.3vw;
    position: relative;
}

.b_intro--bg>.this--image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.b_intro--bg .this--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.b_intro--bg .this--ghost {
    width: 0;
    height: 34.3vw;
}

.b_intro--bg h1, .b_intro--bg p {
    color: var(--white);
    font-size: 56px;
    font-weight: 300;
    padding: 0 0 0 10%;
}

.b_slider--dots {
    position: absolute !important;
    z-index: 1000 !important;
}

.b_intro--content {
    border-top: 8px solid var(--green);
    z-index: 200 !important;
    background: #fff;
}

.b_intro--bio {
    text-align: center;
}

.b_intro--bio figure {
    width: 400px;
    display: block;
    margin: -200px auto 32px;
    position: relative;
}

.b_intro--bio img {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 8px solid var(--green);
}

.b_intro--bio h2 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 600;
    font-style: italic;
    color: var(--blue);
}

.b_intro--bio p {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 300;
    font-style: italic;
}

.b_intro--bio i,
.b_intro--bio svg {
    font-size: 28px;
    color: var(--green);
    display: block;
    margin: 8px auto;
}
.b_intro--bio .title {
   line-height: 1.3;
   font-weight: 600;
   font-style: italic;
   color: var(--blue);
   font-size:18px;
}
.b_intro--desc {
    padding: 32px 0;
}

.b_intro--desc p {
    font-size: 28px;
    line-height: 1.6;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 24px;
}

.b_intro--desc p strong {
    color: var(--blue);
    font-weight: 500;
}

.b_intro--desc figure {
    text-align: center;
}

.b_intro--desc .dots--placeholder {
    width: 100%;
    height: 40px;
}

/* .b_intro--desc .this--dots i, */
/* .b_intro--desc .this--dots svg */
/* {font-size: 16px; width: 16px; height: 16px; display: inline-block; margin: 0 6px;} */
.b_intro .this--video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.b_intro .this--video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}


.b_wide {
    height: 56.3vw;
    overflow: hidden;
    z-index: 1;
    clip-path: inset(0 0 0 0);
}

.b_wide .this--pattern {
    width: 100%;
    height: 100px;
    display: block;
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.b_wide .this--video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.b_wide .this--video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.b_links--headline {
    position: relative;
}

.b_links--headline .main__container {
    padding: 30px 80px;
}

.b_links--headline h1 {
    font-size: 72px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.b_links--desc .main__container {
    padding: 0 80px 38px;
}

.b_links--desc {
    position: relative;
}

.b_links--desc p {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 1.4;
}

.b_links--desc .this--cta {
    display: inline-block;
}

.b_links--desc .this--cta a {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}

.b_links--desc .this--cta a i,
.b_links--desc .this--cta a svg {
    font-size: 14px;
    display: inline-block;
}

.b_links--desc .this--cta a:hover {
    text-decoration: underline;
}

.b_links--links {
    text-align: center;
    height: 45.4vw;
    position: static !important;
}

.b_links--links .main__container {
    position: static !important;
}

.b_links--links.count--1 li {
    width: 50%;
}

.b_links--links.count--2 li {
    width: 50%;
}

.b_links--links.count--3 li,
.b_links--links.count--5 li,
.b_links--links.count--6 li,
.b_links--links.count--9 li {
    width: calc(100% / 3);
}

.b_links--links.count--4 li,
.b_links--links.count--7 li,
.b_links--links.count--8 li {
    width: 25%;
}

.b_links--links ul {
    border: 1px solid #fff;
}

.b_links--links li {
    line-height: 1;
}

.b_links--links li a {
    display: block;
    position: relative;
    padding: 32px 0;
    font-size: 18px;
    line-height: 1.2;
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #fff;
    z-index: 1000;
}

.b_links--links li a::before {
    content: '';
    opacity: .85;
    filter: contrast(1.25);
    z-index: -1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--blue);
}

.b_links--links li a:hover {
    color: var(--blue);
    font-weight: 700;
}

.b_links--links li a:hover {
    background: var(--green);
    color: var(--blue);
}

.b_links--links li .this--bg {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s ease;
    z-index: -2;
}

.b_links--links li:hover .this--bg {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease;
}

.b_links.style--gradient::before {
    filter: contrast(1.25);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(var(--blue), rgba(255, 255, 255, 0));
    opacity: .85;
    mix-blend-mode: multiply;
    z-index: -1;
}

.b_links.style--gradient .b_links--headline h1 {
    color: var(--white);
}
.b_links.style--gradient .b_links--headline h2 {
    color: var(--white);
	font-size: 38px;
	text-align:center;
	text-transform: uppercase;
}

.blue h2 {
	color: var(--blue);
	font-size: 38px;
	text-align:center;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:25px;
	padding-bottom: 25px;
	border-bottom: 4px solid var(--green);
}
.white h2 {
	color: var(--white);
	font-size: 38px;
	font-weight: 500;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.experts h2 {
	color: var(--blue);
	font-size: 38px;
	text-align:center;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:25px;
	padding-bottom: 25px;
	border-bottom: 4px solid var(--green);
}

.b_links.style--gradient .b_links--desc p {
    color: var(--white);
}

.b_links.style--gradient .b_links--desc a {
    color: var(--white);
}

.b_links.style--gradient .b_links--links ul {
    border-top: 2px solid var(--green);
}

.b_links.style--gradient .b_links--links ul {
    border-width: 2px 0 0;
}

.b_links.style--gradient .b_links--links li a {
    border: 0;
}

.b_links.style--gradient .b_links--links li a:hover {
    background: var(--white);
}

.b_links.style--gradient .b_links--links li a::before {
    display: none;
}

.b_links.style--white .b_links--headline {
    background: var(--white);
}

.b_links.style--white .b_links--headline h1 {
    color: var(--blue);
}

.b_links.style--white .b_links--desc p {
    color: var(--white);
}

.b_links.style--white .b_links--desc a {
    color: var(--white);
}

.b_links.style--blue .b_links--desc .main__container {
    border: 2px solid #fff;
    border-bottom: 0;
}

.b_links.style--blue .b_links--desc p {
    color: var(--white);
}

.b_links.style--blue .b_links--desc a {
    color: var(--white);
}

.b_links.style--blue .b_links--headline h1 {
    color: var(--white);
}

.b_links.style--blue .b_links--headline::before,
.b_links.style--blue .b_links--desc::before {
    content: '';
    opacity: .85;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: contrast(1.25);
    background: var(--blue);
}

.b_tabs {
    border-top: 8px solid var(--green);
    padding: 25px 0;
}

.b_tabs--headline h1 {
    font-size: 72px;
    font-weight: 500;
    color: var(--blue);
    text-align: center;
    line-height: 1.2;
    letter-spacing: 6px;
    text-transform: uppercase;
    border-bottom: 4px solid var(--green);
    padding: 0 0 32px;
    margin: 0 0 32px;
}

.b_tabs--left figure {
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 340px;
}

.b_tabs--left img {
    width: 100%;
    height: 100%;
}

.b_tabs--left {
    width: 400px;
    padding: 0 32px;
}

.b_tabs--right {
    padding: 0 0 0 32px;
}

.b_tabs--desc {
    padding: 0 0 32px;
}

.b_tabs--desc p {
    font-size: 20px;
    line-height: 1.6;
}

.b_tabs--desc .this--cta {
    display: inline-block;
}

.b_tabs--desc .this--cta a {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}

.b_tabs--desc .this--cta a i,
.b_tabs--desc .this--cta a svg {
    font-size: 14px;
    display: inline-block;
}

.b_tabs--desc .this--cta a:hover {
    text-decoration: underline;
}

.b_tabs--main {
    width: 100%;
}

.b_tabs--core {
    position: relative;
    width: 100%;
}

.b_tabs--core>div {
    width: 50%;
}

.b_tabs--items .this--desc {
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    box-sizing: border-box;
    padding: 0 64px;
    background: rgba(255, 255, 255, .9);
    transition: all .3s ease;
}

.b_tabs--items .this--desc p {
    font-size: 18px;
    line-height: 1.6;
}

.b_tabs--items li:hover .this--desc,
.b_tabs--items .on .this--desc {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
}

.b_tabs--items .this--label {
    z-index: 2;
    position: relative;
}

.b_tabs--items .this--label a {
    display: block;
    color: var(--blue);
    background: var(--white);
    text-transform: uppercase;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    padding: 24px 0;
    line-height: 1.2;
    box-shadow: inset 0 1px 0 0 var(--green), inset 0 -1px 0 0 var(--green);
    position: relative;
}

.b_tabs--items li:first-child .this--label a {
    box-shadow: inset 0 -1px 0 0 var(--green);
}

.b_tabs--items li:last-child .this--label a {
    box-shadow: inset 0 1px 0 0 var(--green);
}

.b_tabs--items li:hover .this--label a {
    color: var(--blue);
    background: var(--green);
}

.b_tabs--items .this--label a::after {
    opacity: 0;
    visibility: hidden;
    content: '';
    width: 0;
    height: 0;
    border: 36px solid transparent;
    border-left-color: var(--green);
    position: absolute;
    top: 0;
    right: -72px;
    transition: all .3s ease;
}

.b_tabs--items li:hover .this--label a::after {
    opacity: 1;
    visibility: visible;
}

.b_tabs--buffer {
    text-align: center;
}

.b_tabs--items .this--cta {
    display: block;
    padding: 16px 0 0;
}

.b_tabs--items .this--cta a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--blue);
}

.b_tabs--items .this--cta a:hover {
    text-decoration: underline;
}

.b_headline h1 {
    font-size: 72px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin: 0 0 32px;
    color: var(--blue)
}

.b_headline.has--border h1 {
    border-bottom: 4px solid var(--green);
    padding: 0 0 32px;
}

.b_headline.is--white h1 {
    color: var(--white);
}

.b_about {
    padding: 80px 0;
    border-top: 8px solid var(--green);
}

.b_about--main {
    width: 100%;
}

.b_about--left {
    width: 400px;
}

.b_about--center {
    padding: 0 32px;
}

.b_about--right {
    width: 400px;
}

.b_about--left img {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 8px solid var(--green);
}

.b_about--center p {
    font-size: 20px;
    line-height: 1.6;
    text-align: right;
}

.b_about--center .this--cta {
    display: block;
    padding: 40px 0 0;
}

.b_about--center .this--cta a {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--blue);
}

.b_about--center .this--cta a:hover {
    text-decoration: underline;
}

.b_team {
    padding: 25px 0;
    border-top: 8px solid var(--green);
}

.b_team ul {
    border-left: 1px solid #fff;
}

.b_team li {
    width: 33.33%;
    text-align: center;
    border: 1px solid #fff;
    border-left: 0;
}

.b_team li a {
    color: var(--white);
}

.b_team--desc {
    padding: 0 0 40px;
}

.b_team--desc p {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    padding: 0 80px;
}

.b_team li .this--dept {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    color: var(--white);
    background: var(--blue);
    padding: 24px 8px;
}

.b_team li:nth-of-type(even) .this--dept {
    background: var(--green);
}

.b_team li a figure {
    position: relative;
}

.b_team li a figure .this--img {
    filter: grayscale(1);
    transition: filter .3s ease;
}

.b_team li a:hover figure .this--img,
.b_team li.on a figure .this--img {
    filter: grayscale(0);
    transition: opacity .3s ease;
}

.b_team li a figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--blue);
    z-index: 1;
    opacity: .7;
    transition: opacity .3s ease;
    mix-blend-mode: multiply;
}

.b_team li:nth-of-type(even) a figure::before {
    background: var(--green);
}

.b_team li a:hover figure::before,
.b_team li.on a figure::before {
    opacity: 0;
}

.b_team li a figure .this--info {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    transition: opacity .3s ease;
}

.b_team li a:hover figure .this--info,
.b_team li.on a figure .this--info {
    opacity: 1;
    visibility: visible;
}

.b_team li a figure .this--info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dark-blue);
    opacity: .8;
}

.b_team li:nth-of-type(even) a figure .this--info::before {
    background: var(--dark-green);
}

.b_team li figure h3 {
    position: relative;
    z-index: 10;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}

.b_team li figure h4 {
    position: relative;
    z-index: 10;
    font-weight: normal;
    font-size: 18px;
    font-style: italic;
    padding: 0 0 8px;
    color: #fff;
}

.b_team li figure p {
    position: relative;
    z-index: 10;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}

.b_team li a {
    color: #fff;
}

.careers__form .this--footnote {
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.b_internal .pagination {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 40px 0 0;
}

.b_internal .pagination>* {
    display: inline-block;
    vertical-align: top;
}

.b_internal .pagination .page-numbers {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 4px;
}

.b_internal .pagination a.page-numbers {
    background: var(--white);
    color: #888;
}

.b_internal .pagination a.page-numbers:hover {
    background: var(--grey);
    color: var(--black);
}

.b_internal .pagination .current {
    background: var(--blue);
    color: var(--white);
}

.b_internal .event--meta {
    padding: 8px 16px !important;
    background: var(--grey);
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 0 24px;
}

.b_internal .event--meta li {
    padding: 8px 32px 8px 0;
}

.b_internal .event--meta svg {
    font-size: 24px;
    height: 24px;
    width: 24px;
}

.b_internal .event--meta h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
}

.b_internal .event--meta .this--data {
    padding: 0 0 0 8px;
}

.b_internal .event--links li {
    padding: 8px 16px 8px 0;
}

.b_resource .this--body {
    width: 100%;
    max-width: 1000px;
    margin: 24px auto;
    padding: 0;
}

.b_resource .this--body .this--thumb {
    width: 50%;
    line-height: 0;
    text-align: right;
    padding: 40px 40px 40px 0;
}

.b_resource .this--body .this--desc {
    text-align: left;
    padding: 0;
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
}

.b_resource .this--body .this--thumb img {
    width: auto;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 10px 10px 10px -4px rgba(0, 0, 0, .4) !important;
    border: 1px solid #bbb;
}

.b_resource .this--form {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
}

.b_resource .this--form h3 {
    font-size: 24px;
    font-weight: bold;
    color: var(--blue);
    text-align: center;
    margin: 0 0 40px;
}

.b_resource .this--file {
    margin: 24px 0;
}

.b_resource .this--download {
    text-align: center;
}

.b_resource .file--pdf .this--download {
    margin-bottom: 24px;
}

.b_resource .this--file.file--video video {
    width: 100%;
    height: auto;
}

.b_resource .this--file.file--image {
    text-align: center;
}

.gform_wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.gform_wrapper .this--loading {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
}

.gform_wrapper .this--loading.on {
    display: block;
}

.gform_wrapper .this--loading span {
    position: absolute;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    padding: 28px 16px;
    box-sizing: border-box;
    width: 100%;
    bottom: 0;
    display: block;
    background: #fff;
    font-weight: bold;
    font-size: 16px;
}

.gform_wrapper .gfield_label,
.ginput_complex label {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 10px;
    line-height: 1;
    cursor: pointer;
}

.gform_wrapper .validation_error {
    display: none !important;
}

.gform_wrapper .gfield_description,
.gform_wrapper .instruction {
    font-size: 14px;
    padding: 0 0 5px;
    color: #555;
    font-style: italic;
    display: block;
    line-height: 1.4;
    margin-top: -5px;
    font-weight: normal;
}

.gform_wrapper .field_description_below .gfield_description {
    margin-top: 8px;
}

.gform_wrapper .field_description_below .gfield_description a {
    text-decoration: underline !important;
}

.gform_wrapper .instruction {
    padding: 5px 0 0;
}

.gform_wrapper .gfield_description.validation_message {
    color: #a00;
    padding: 5px 0 0;
    font-size: 12px;
}

.gform_wrapper li::marker {
    display: none !important;
}

.gform_footer {
    text-align: right;
    padding: 0 0 10px;
}

.gform_confirmation_message {
    padding: 20px;
    margin: 0;
    background: #09b83e;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.gform_confirmation_message a {
    color: #fff !important;
    font-weight: bold;
    text-decoration: underline;
}

.gform_required_legend {
    display: block;
    font-size: 12px;
    color: #666;
    padding: 8px 0;
}

.gform_submission_error {
    display: block;
    padding: 16px;
    margin: 0 0 16px;
    text-align: center;
    background: #b00 !important;
    font-size: 14px;
    line-height: 1.4;
    color: #fff !important;
}

.gform_submission_error a {
    color: #fff !important;
    font-weight: bold;
}

.gform_required_legend {
    display: none;
}

#field_submit {
    text-align: right;
}

.gform_fields {
    --gap: 16px;
    left: auto !important;
    display: inline-flex;
    flex-wrap: wrap;
    margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
    width: calc(100% + var(--gap)) !important;
    ;
}

.gform_fields>.gfield {
    line-height: 1.4;
    margin: var(--gap) 0 0 var(--gap);
    position: relative;
    width: calc(100% - var(--gap));
}

.gform_fields>.gfield.gfield_html {
    font-size: 13px;
}

.gform_fields>.gfield.half,
.gform_fields>.gfield--width-half {
    width: calc(50% - var(--gap));
}

.gform_fields>.gfield.third,
.gform_fields>.gfield--width-third {
    width: calc(33.33% - var(--gap));
}

.gform_fields>.gfield.fourth,
.gform_fields>.gfield--width-fourth,
.gform_fields>.gfield--width-quarter {
    width: calc(25% - var(--gap));
}

.gform_fields>.gfield.fifth,
.gform_fields>.gfield--width-fifth {
    width: calc(20% - var(--gap));
}

.gform_fields>.gfield--width-three-quarter {
    width: calc(75% - var(--gap));
}

.gform_fields>.gfield--width-two-thirds {
    width: calc(66.66% - var(--gap));
}

.gform_fields>.gfield.gfield_visibility_hidden {
    display: none !important;
    visibility: hidden;
    opacity: 0;
}

.gfield_consent_label,
.gfield_consent_description {
    font-size: 13px !important;
    font-style: normal !important;
    line-height: 1.4;
    color: #000 !important;
    font-weight: 300 !important;
}

.ginput_container_consent input {
    margin: 0 8px 0px 0px;
    top: 2px;
    position: relative;
}

.ginput_container_address,
.gfield_list_header,
.gfield_list_group {
    --gap: 16px;
    left: auto !important;
    display: inline-flex;
    flex-wrap: wrap;
    margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
    width: calc(100% + var(--gap)) !important;
    ;
}

.ginput_container_address>span,
.gfield_list_header>div,
.gfield_list_group>div {
    line-height: 1.4;
    margin: var(--gap) 0 0 var(--gap);
    position: relative;
    width: calc(100% - var(--gap));
}

.ginput_container_address .ginput_address_line_1,
.ginput_container_address .ginput_address_line_2 {
    width: calc(50% - var(--gap));
}

.ginput_container_address .ginput_address_city,
.ginput_container_address .ginput_address_state,
.ginput_container_address .ginput_address_zip {
    width: calc(33.33% - var(--gap));
}

.gform_fields>.gfield.recaptcha>label {
    display: none;
}

.gfield_checkbox,
.gfield_radio {
    --gap: 16px;
    left: auto !important;
    display: inline-flex;
    flex-wrap: wrap;
    margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
    width: calc(100% + var(--gap)) !important;
}

.gfield_checkbox .gchoice,
.gfield_radio .gchoice {
    margin: var(--gap) 0 0 var(--gap);
    position: relative;
    width: calc(25% - var(--gap));
}

.sub_half .gfield_checkbox .gchoice,
.sub_half .gfield_radio .gchoice {
    width: 50%;
}

.sub_third .gfield_checkbox .gchoice,
.sub_third .gfield_radio .gchoice {
    width: 33.33%;
}

.sub_fourth .gfield_checkbox .gchoice,
.sub_fourth .gfield_radio .gchoice {
    width: 25%;
}

.sub_fifth .gfield_checkbox .gchoice,
.sub_fifth .gfield_radio .gchoice {
    width: 20%;
}

.gfield_checkbox input,
.gfield_radio input {
    position: absolute;
    top: 13px;
    left: 13px;
}

.gfield_checkbox label,
.gfield_radio label {
    display: block;
    font-size: 14px;
    padding: 10px 10px 10px 32px;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 2px;
    box-shadow: inset -2px -2px 8px -4px #bbb;
}

.gfield_checkbox label:hover,
.gfield_radio label:hover {
    background: #eee;
}

.gfield_checkbox .checked label,
.gfield_radio .checked label {
    background: #00a141;
    color: #fff;
    border-color: #060;
}


.gfield_list_header>div:nth-of-type(1),
.gfield_list_group>div:nth-of-type(1) {
    width: calc(10% - var(--gap));
}

.gfield_list_header>div:nth-of-type(2),
.gfield_list_group>div:nth-of-type(2) {
    width: calc(10% - var(--gap));
}

.gfield_list_header>div:nth-of-type(3),
.gfield_list_group>div:nth-of-type(3) {
    width: calc(30% - var(--gap));
}

.gfield_list_header>div:nth-of-type(4),
.gfield_list_group>div:nth-of-type(4) {
    width: calc(10% - var(--gap));
}

.gfield_list_header>div:nth-of-type(5),
.gfield_list_group>div:nth-of-type(5) {
    width: calc(10% - var(--gap));
}

.gfield_list_header>div:nth-of-type(6),
.gfield_list_group>div:nth-of-type(6) {
    width: calc(20% - var(--gap));
}

.gfield_list_header>div:nth-of-type(7),
.gfield_list_group>div:nth-of-type(7) {
    width: calc(10% - var(--gap));
    text-align: center;
}

/* DATEPICKER */
.ginput_container_date {
    position: relative;
}

.ginput_container_date img {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -8px;
    cursor: pointer;
}

.ginput_container_date img {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -8px;
    cursor: pointer;
}

#ui-datepicker-div {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    display: none;
    padding: 10px;
    width: 320px;
    box-sizing: border-box;
}

#ui-datepicker-div .ui-datepicker-header {
    padding: 0 0 10px;
}

#ui-datepicker-div .ui-icon {
    color: transparent;
    cursor: pointer;
    font-size: 0
}

#ui-datepicker-div .ui-icon:before {
    font-family: "icon";
    font-size: 18px
}

#ui-datepicker-div .ui-datepicker-prev .ui-icon:before,
#ui-datepicker-div .ui-datepicker-next .ui-icon:before {
    display: inline-block;
    color: #111;
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 1;
}

#ui-datepicker-div .ui-datepicker-prev {
    float: left;
    width: 28px;
    text-align: center;
    padding: 10px 0 0;
}

#ui-datepicker-div .ui-datepicker-prev .ui-icon:before {
    content: '\e85a';
}

#ui-datepicker-div .ui-datepicker-prev.ui-state-disabled {
    display: none
}

#ui-datepicker-div .ui-datepicker-next {
    float: right;
    width: 28px;
    text-align: center;
    padding: 10px 0 0;
}

#ui-datepicker-div .ui-datepicker-next .ui-icon:before {
    content: '\e85b';
}

#ui-datepicker-div .ui-datepicker-next.ui-state-disabled {
    display: none
}

#ui-datepicker-div .ui-datepicker-title {
    display: table;
    width: 200px;
    margin: 0 auto;
}

#ui-datepicker-div .ui-datepicker-title>select {
    display: table-cell;
    width: 45%;
    box-sizing: border-box;
}

#ui-datepicker-div .ui-datepicker-title .ui-datepicker-month {
    margin: 0 5% 0 0;
}

#ui-datepicker-div .ui-datepicker-title .ui-datepicker-year {
    margin: 0 0 0 5%;
}

#ui-datepicker-div .ui-datepicker-today {
    border-radius: 4px
}

#ui-datepicker-div a.ui-state-default {
    color: #777;
}

#ui-datepicker-div a.ui-state-default:hover {
    background: #eee;
    color: #111;
}

#ui-datepicker-div .ui-datepicker-today a {
    background: #eee;
    color: #111;
}

#ui-datepicker-div a.ui-state-active {
    background: #e00 !important;
    color: #fff !important;
}

#ui-datepicker-div table {
    width: 100%
}

#ui-datepicker-div table td,
#ui-datepicker-div table th {
    text-align: center
}

#ui-datepicker-div table td a {
    display: block;
    padding: 10px 4px;
    font-size: 14px;
    line-height: 1;
}


.popup__wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100000;
}

.popup__overlay {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    cursor: default;
}

.popup__container {
    position: absolute;
    top: 5%;
    left: 50%;
    width: 900px;
    padding: 0;
    margin-left: -450px;
    background: #fff;
}

.popup__wrap .invisible {
    display: none;
}

.popup__content {
    padding: 0;
    max-height: 80vh;
    overflow-y: auto;
    box-sizing: border-box;
    box-sizing: border-box;
}

.popup__content::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
}

.popup__content.theme--grey {
    background: var(--grey3);
}

.popup__content.theme--blue {
    background: var(--blue3);
}

.popup__content .i_expert .this--headline {
    margin: 0;
}

.popup__content .i_expert .this--headline h3 {
    font-size: 24px;
}

.popup__content .team--info h3 {
    font-size: 20px;
}

.popup__content .team--info h4 {
    font-size: 16px;
}

.popup__content .team--info h5 {
    font-size: 14px;
}

.popup__content .i_expert .this--photo {
    width: 100%;
    display: block;
    padding: 16px;
    text-align: center;
}

.popup__content .i_expert .this--info {
    width: 100%;
    display: block;
    padding: 16px;
}

.popup__content .i_expert .this--form {
    width: 60%;
    padding: 16px;
}

.popup__content .i_expert .this--photo img {
    max-width: 200px;
}

.popup__content p {
    font-size: 14px;
    padding: 0 0 12px;
}

.popup__content .i_expert {
    padding: 0 !important;
}

.popup__content .gform_wrapper .gfield_description.validation_message {
    padding: 8px 0 0;
}

.popup__close {
    position: absolute;
    top: -16px;
    right: -16px;
    z-index: 10001;
}

.popup__close a {
    display: block;
    font-size: 32px;
    width: 32px;
    height: 32px;
    line-height: 1;
    background: #fff;
    border-radius: 50%;
}

.popup__close a svg {
    font-size: 32px;
    width: 32px;
    height: 32px;
    color: #a00;
}

.close_contact span {
    display: none;
}

.popup__close a:hover svg {
    color: #c00;
}

/*
.popup__content input[type="text"],
.popup__content input[type="password"],
.popup__content input[type="email"],
.popup__content input[type="url"],
.popup__content input[type="phone"],
.popup__content input[type="tel"],
.popup__content input[type="number"],
.popup__content input[type="search"],
.popup__content input[type="date"],
.popup__content select,
.popup__content textarea
{padding: 8px 12px;}
.popup__content .gform_wrapper {padding: 0;}
.popup__content .gform_footer {padding: 0;}
.popup__content .gform_fields > .gfield {padding: 0 24px 16px 0;}
.popup__content .gfield_checkbox label,
.popup__content .gfield_radio label
{padding: 12px 16px 12px 40px;}
.popup__content .gfield_checkbox input,
.popup__content .gfield_radio input
{top: 14px; left: 14px;}
.popup__content .gform_submission_error {display: block; padding: 16px; margin: 0 0 16px; text-align: center; background: #fff; font-size: 16px; color: #c00;}
*/

.screen-reader-shortcut {
    color: #fff !important;
}

.cky-notice-des a {
    text-decoration: underline;
    font-weight: bold;
}

.gform_anchor {
    scroll-margin-top: 250px;
}



/**/
.popupcopy * {
    box-sizing: border-box;
}

.popupcopy {
    display: none;
}


.b_resource .this--file {
    margin: 30px 0 !important;
}

@media (max-width: 600px) {
    .b_resource .this--file {
        margin: 24px 0 !important;
    }
}
.page__header p
 {
    font-size: 64px;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 16px 8px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
}
.event-header-styles, {font-size: 64px; font-weight: 300; letter-spacing: 2px; padding: 16px 8px; text-align: center; text-transform: uppercase; color: var(--white);}
@media (max-width: 1000px) {
	.desktop-search{display:none}
}
@media (max-width: 1000px) {
	.desktop-button{display:none;}
	.header-contact{margin-bottom:20px}
}

@media (min-width: 1001px) {
	.mobile-button{display:none}
	li.item--menu{display:none}
	.desktop-button{border:0;background:none;display:inline-block;font-size:24px;width:45px;height:45px;line-height:1}
	nav{background-color:white;color:#1C3173}
	nav h4 a span {color:#1C3173}
	nav ul li a span {color:#1C3173}
	.header__menu::before {background:none}
}
.desktop-button span, .mobile-button span{display:none}
@media (min-width: 1001px) {
	.header__menu{visibility:visible!important;opacity:1;position:relative}
	.header__menu .divide--1 ul{display:none}
	.header__menu .divide--1:hover ul{display:block;position:absolute;background-color:white;padding:10px;left:20px;width:max-content;min-width:calc(100% - 40px);text-align:left;}
	.header__logo img {width:200px}
	.header__nav{text-align:center}
	.header__bottom{overflow:visible}
	.header__menu .divide--1{position:relative}
	.mobile_header_menu{display:none!important}
	.header__menu nav {
    display: flex;
	justify-content:flex-end;
}
}