@font-face {
    font-family: 'din_next_rounded_lt_probold';
    src: url('../fonts/dinnextroundedltpro-bold-webfont.eot');
    src: url('../fonts/dinnextroundedltpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/dinnextroundedltpro-bold-webfont.woff') format('woff'),
    url('../fonts/dinnextroundedltpro-bold-webfont.ttf') format('truetype'),
    url('../fonts/dinnextroundedltpro-bold-webfont.svg#din_next_rounded_lt_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din_next_rounded_lt_prolight';
    src: url('../fonts/dinnextroundedltpro-light-webfont.eot');
    src: url('../fonts/dinnextroundedltpro-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/dinnextroundedltpro-light-webfont.woff') format('woff'),
    url('../fonts/dinnextroundedltpro-light-webfont.ttf') format('truetype'),
    url('../fonts/dinnextroundedltpro-light-webfont.svg#din_next_rounded_lt_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din_next_rounded_lt_promedium';
    src: url('../fonts/dinnextroundedltpro-medium-webfont.eot');
    src: url('../fonts/dinnextroundedltpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/dinnextroundedltpro-medium-webfont.woff') format('woff'),
    url('../fonts/dinnextroundedltpro-medium-webfont.ttf') format('truetype'),
    url('../fonts/dinnextroundedltpro-medium-webfont.svg#din_next_rounded_lt_promedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din_next_rounded_lt_proRg';
    src: url('../fonts/dinnextroundedltpro-regular-webfont.eot');
    src: url('../fonts/dinnextroundedltpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/dinnextroundedltpro-regular-webfont.woff') format('woff'),
    url('../fonts/dinnextroundedltpro-regular-webfont.ttf') format('truetype'),
    url('../fonts/dinnextroundedltpro-regular-webfont.svg#din_next_rounded_lt_proRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #f2f2f2;
    color: #666666;
    font-family: 'din_next_rounded_lt_prolight';
}

a {
    text-decoration: none !important;
    color: #0991CA;
}

a, button {
    outline: 0 !important;
}

._logo {
    max-height: 115px;
}

.btn {
    border-radius: 0;
}

.bg-bird {
    background-color: #0991ca;
}

.bg-dark-blue {
    background-color: #1b2945;
}

.bg-white {
    background-color: #fff;
}

.bg-light-grey {
    background-color: #f3f3f3;
}

.bgc-bird-purple {
    background-color: #524f6c;
}

.bgc-bird-orange {
    background-color: #D29146;
}

.bgc-bird-brown {
    background-color: #9f8464;
}

body.bg-bird-purple .bg-bird {
    background-color: #524f6c;
}

body.bg-bird-orange .bg-bird {
    background-color: #D29146;
}

body.bg-bird-brown .bg-bird {
    background-color: #9F8464;
}

ul, ol {
    margin-bottom: 0;
}

table {
    text-align: left !important;
}

table tr td {
    padding: 15px;
}

._menu ul {
    list-style: none;
}

._menu ul > li > a {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666666;
    font-size: 18px;
}

._menu ul > li.active > a {
    color: #0991CA;
}

._top_area {
    background: #FCFCFC;
}

._top_menu a {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
}

._banner_symposium, ._banner_welcome {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 85px;
    background-color: lightskyblue;
}

._banner_symposium img {
    width: 100%;
    height: auto;
}

._banner_welcome {
    height: 180px;
}

._home_event_box {
    border-bottom: 1px solid #FFFFFF;
}

._home_event_box h3 {
    font-size: 24px;
}

._more_btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
}

._more_btn:after {
    content: '';
    width: 17px;
    height: 15px;
    background-image: url('../img/sprite.png');
    background-position: -12px -13px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 8px;
}

._more_btn.text-white:after {
    background-position: -42px -13px;
}

._more_btn._blue {
    color: #0991CA;
}

._more_btn._blue:after {
    background-position: -64px -12px;
}

._purple_btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #524F6C;
    color: #FFF !important;
    border: 0;
    padding: 7px 20px;
}

._blue_btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #0991CA;
    color: #FFF !important;
    border: 0;
    padding: 7px 20px;
}

._grey_btn {
    background-color: lightgrey !important;
    color: #3c3c3c !important;
}

._blue_btn._dark {
    background-color: #3c3c3c;
}

._blue_btn._orange {
    background-color: #d29146;
}

._research_box, ._box {
    background-color: #FFFFFF;
}

._research_box._left {
    margin-right: 0.5rem;
}

._research_box._right {
    margin-left: 0.5rem;
}

._research_box ._head, ._research_box ._body, ._box ._head, ._box ._body {
    padding: 15px;
}

._research_box ._head h3, ._box ._head h3, ._card h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

._research_box._left ._head {
    background-color: #524f6c;
}

._research_box._right ._head {
    background-color: #d29146;
}

._research_box ._body p, ._box ._item p, ._card p {
    font-size: 14px;
}

._box ._item {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.ml15 {
    margin-left: 1rem;
}

.p15 {
    padding: 15px;
}

._card p:last-child {
    margin-bottom: 0;
}

ul._footer_menu {
    list-style: none;
    padding: 0;
}

ul._footer_menu > li > a, .footer_title, .footer_title a {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    font-size: 12px;
}

._header_page {
    height: 160px;
}

._header_page h1 {
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    padding-top: 100px;
    font-weight: 100;
    margin: 0;
}

._banner_page {
    background: rgba(0, 0, 0, 0.1);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 160px;
}

._page_content {
    background: #FFF;
    padding: 30px;
}

._page_content h2 {
    color: #D29146;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 18px;
    margin-bottom: 30px;
}

._split_content_box ._content p:last-child {
    margin-bottom: 0;
}

._page_top_menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    position: relative;
}

._page_top_menu ul > li {
    padding: 15px 30px;
    background-color: #414042;
    margin-right: 2px;

}

._page_top_menu ul._smaller > li {
    padding: 6px 12px;
}

._page_top_menu ul > li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    font-size: 16px;
}

._page_top_menu ul > li.active {
    background-color: #FFF;
}

._page_top_menu ul > li.active a {
    color: #414042;
}

._page_top_menu ul._sub_menu {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
}

._page_top_menu ul._sub_menu > li {
    background-color: #666666;
    border-bottom: 1px solid #F2F2F2;
    margin-right: 0;
}

._page_top_menu ul._sub_menu > li:last-child {
    border-bottom: none;
}

._page_top_menu ul._sub_menu > li a {
    color: #FFF !important;
}

._page_top_menu ul > li._has_sub:hover > ._sub_menu {
    display: block;
}

._page_top_menu ul._sub_menu:hover {
    display: block;
}

._page_content .col p:last-child, ._page_content .fc p:last-child {
    margin-bottom: 0;
}

._member_box {
    background-color: #F2F2F2;
    margin: 15px 0;
    padding: 20px;
}

._member_box h4, ._page_research_papers h4 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 100;
    margin-bottom: 5px;
}

._member_box h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 100;
    color: #0991CA;
    margin-bottom: 20px;
}

._page_research_papers ._box {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 1rem;
}

._page_research_papers ._box._last {
    margin-bottom: 0;
    border-bottom: none;
}

._page_back_link {
    background-color: #FFF;
    display: flex;
    justify-content: flex-end;
}

._page_back_link a {
    padding: 15px 30px;
    background-color: #0991ca;
    text-transform: uppercase;
    font-weight: 100;
    color: #FFF;
    display: block;
    letter-spacing: 1px;
}

body.bg-bird-purple ._page_back_link a {
    background-color: #524f6c;
}

body.bg-bird-orange ._page_back_link a {
    background-color: #D29146;
}

body.bg-bird-brown ._page_back_link a {
    background-color: #9F8464;
}

._page_back_link a:after {
    content: '';
    width: 17px;
    height: 15px;
    background-image: url('../img/sprite.png');
    background-position: -2px -82px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 8px;
}

._page_back_link a.icon--none:after {
    content: none;
}

span._abstract_title {
    padding: 3px 7px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 100;
    background-color: #666666;
    display: inline-block;
    margin: 30px 0;
}

img {
    max-width: 100%;
}

._minute_box h4 {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 14px;
}

._minute_box h3 a, ._minute_box h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 100;
    color: #9F8464;
}

._page_minutes ._minute_box {
    border-bottom: 1px solid #cccccc;
    padding: 20px 0;
}

._page_minutes ._minute_box._last {
    border-bottom: none;
    padding-bottom: 0;
}

table._feedbacks {
    overflow-x: auto;
    white-space: nowrap;
    display: block;
    margin-top: 20px;
}

._announcement_box h4 {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 14px;
}

._announcement_box h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 100;
    color: #9F8464;
}

._announcement_box h3 a {
    color: #9F8464;
}

._announcement_box._inverse h4 {
    font-weight: 600;
    color: #524f6c;
}

._announcement_box._inverse h3 {
    font-weight: 400;
    font-size: 16px;
}

._announcement_box._inverse h3 a {
    color: #FFF;
}

._announcement_box p {
    margin-bottom: 0;
}

._page_announcements ._announcement_box {
    border-bottom: 1px solid #cccccc;
    padding: 20px 0;
}

._page_announcements ._announcement_box._last {
    border-bottom: none;
    padding-bottom: 0;
}

._download_box h4 {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 14px;
}

._download_box h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 100;
    color: #D29146;
}

._download_box h3 a {
    color: #D29146;
}

._download_box p {
    margin-bottom: 0;
}

._page_downloads ._download_box {
    border-bottom: 1px solid #cccccc;
    padding: 20px 0;
}

._page_downloads ._download_box._last {
    border-bottom: none;
    padding-bottom: 0;
}

._welcome_box {
    padding: 15px;
}

._welcome_box h1 {
    font-size: 26px;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    font-weight: 100;
    letter-spacing: 1px;
    margin: 0;
}

h2._white_title {
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
}

hr._separator {
    margin: 2.5rem 0;
    border-style: dashed;
    border-color: #fff;
}

form label:not(.form-check-label) {
    font-weight: bold;
    display: block;
}

._video_box ._img {
    width: 180px;
    flex-shrink: 0;
    margin-right: 15px;
}

._video_box h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 100;
    color: #0991CA;
}

._video_box h4 {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 14px;
}

._video_box p {
    margin-bottom: 0;
}

._page_videos ._video_box {
    padding: 15px;
    margin: 8px 0;
    background-color: #f2f2f2;
}

._slide_box h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #FFF;
}

._slide_box p {
    color: #F2F2F2;
    font-size: 14px;
}

.flickity-page-dots {
    position: relative;
    margin-bottom: 15px;
    bottom: 0;
}

.flickity-page-dots .dot {
    background: #fff;
}

._page_content ul, ._page_content ol {
    padding-left: 40px;
}

._programTable ._chapter {
    background-color: #0b97c4;
    color: #F2F2F2;
    padding: 8px;
}

._program_heading {
    text-align: left;
    background-color: #d29146;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px !important;
}

._programTable tr td.cell-time{
    width: 200px;
}

@media screen and (max-width: 768px) {
    ._programTable tr td.cell-time{
        width: 100px;
        font-size: 13px;
    }

    ._programTable tr td.cell-description h6, ._programTable tr td.cell-description li, ._programTable tr td.cell-description p{
        font-size: 14px;
    }

    ._programTable tr td._program_heading{
        font-size: 14px;
    }

    table.table.table-pricing tr td{
        min-width: 120px;
    }

    table.table.table-pricing tr td{
        font-size: 12px;
        padding: 0.2rem 0.5rem;
    }

    table.table.table-pricing tr td p{
        font-size: 12px;
        margin-bottom: 0;
    }

}

._speakers_list ._speaker_box {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc;
}

._speakers_list ._speaker_box:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

._sponsors_list ._sponsor_box {
    margin: 15px 0;
}

._sponsors_list ._sponsor_box img {
    max-width: 200px;
}

._forum_box h4 {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 14px;
}

._forum_box h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 100;
    color: #0991CA;
}

._forum_box h3 a {
    color: #0991CA;
}

._forum_box p {
    margin-bottom: 0;
}

._page_forum ._forum_box {
    border-bottom: 1px solid #cccccc;
    padding: 20px 0;
}

._page_forum ._forum_box._last {
    border-bottom: none;
    padding-bottom: 0;
}

._page_forum ._user_box {
    text-align: center;
    width: 200px;
    padding-top: 20px;
}

._page_forum ._user_box img {
    width: 80px;
    margin-bottom: 15px;
}

._page_forum table td {
    vertical-align: top;
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #DDD;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#map {
    width: 100%;
    height: 600px;
}

._page_hospitals ._hospital_box {
    border-bottom: 1px solid #cccccc;
    padding: 20px 0;
}

._page_hospitals ._hospital_box._last {
    border-bottom: none;
    padding-bottom: 0;
}

._hospital_box h4 {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 14px;
}

._hospital_box h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 100;
    color: #D29146;
}

._hospital_box ._info {
    display: flex;
    align-items: center;
}

._hospital_box ._info span {
    margin-right: 15px;
}

._filters {
    margin-bottom: 5px;
}

._filters form {
    display: flex;
    align-items: center;
}

._filters form div {
    flex-grow: 1;
    margin-right: 5px;
}

._filters form button {
    margin-right: 5px;
}

._info_window p:last-child {
    margin-bottom: 0;
}

._gallery_item {
    margin: 7px 0;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 5px;
    border-radius: 4px;
}

@media (max-width: 768px) {
    ._research_box {
        margin: 0 !important;
    }

    .mlxs0 {
        margin-left: 0;
    }

    ._header_page {
        height: auto;
    }

    ._page_top_menu ul {
        display: block;
    }

    ._page_top_menu ul._sub_menu {
        display: block !important;
        width: auto;
        bottom: auto;
        position: relative;
        margin-left: 0;
        margin-top: 15px;
    }

    ._page_top_menu ul > li {
        margin: 0;
    }

    ._header_page h1 {
        padding-top: 0;
        margin: 15px 0;
        text-align: center;
    }

    .d-flex {
        flex-wrap: wrap;
    }
}

table tr th {
    background-color: #192f59;
}

.gdlr-core-pbf-element .gdlr-core-text-box-item p a,
.gdlr-core-pbf-element .gdlr-core-text-box-item li a{
    color:#0991CA;
}
.gdlr-core-pbf-element .gdlr-core-text-box-item p a.gdlr-core-button,
.gdlr-core-pbf-element .gdlr-core-text-box-item li a.gdlr-core-button{
    color:#FFFFFF;
}

.wpcf7 input, .wpcf7 select {
    padding: 10px 16px;
    border-radius:4px;
}
.wpcf7 textarea {
    padding: 10px 16px;
    border-radius:4px;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #192f59;
    border-color: #192f59;
}

.js-cookie-consent.cookie-consent {
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 20px;
    text-align: center;
    width: 100%;
    background-color: #192f59;
    z-index: 10000;
    color: #96a2b8;
}

button.js-cookie-consent-agree {
    margin-left: 30px;
    border: none;
    border-radius: 3px;
    background: #0991ca;
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
}
.association-link{
    border-bottom:1px solid #F3F3F3;
    padding-bottom:20px;
}
.association-link a .fa{
    margin-right: 10px;
    color:#C0C0C0;
}

.kingster-body a.switch_member_type{
    color:#0991ca;
}
.switch_member_type .fa{
    margin-left:6px;
    font-size:13px;
}

.home-multimedia.home-multimedia-connected .gdlr-core-event-item-list .gdlr-core-event-item-title a, .home-multimedia.home-multimedia-connected .gdlr-core-event-item-list .gdlr-core-event-item-title a:hover {
    color: #ffffff;
}

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

.tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap .tp-loop-wrap .tp-caption.main-title:before{
    content:'';
    position: absolute;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    left:-20px;
    top:-18px;
    background: rgba(25, 47, 89, 0.8);
    z-index: 6;
    border-radius: 3px;
}
.tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap .tp-loop-wrap .tp-caption.main-title .title-text{
    z-index: 7;
    position:relative;
}

.blocs_with_icons .gdlr-core-column-service-content-wrapper h3{
    font-size: 21px !important;
    font-weight: 700 !important;
}

.blocs_with_icons .gdlr-core-column-service-content-wrapper .gdlr-core-column-service-content p{
    font-size:15px !important;
}

.blocs_with_icons .gdlr-core-column-service-content-wrapper .gdlr-core-column-service-read-more{
    font-style: normal !important;
}

.faq_list .gdlr-core-accordion-style-background-title-icon .gdlr-core-active .gdlr-core-accordion-item-title{
    background: #0991ca;;
}

.faq_list .gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title{
    color: #192f59;
}

body.no_header .kingster-page-title-wrap{
    display:none;
}
body.titles_not_underlined .sections .gdlr-core-pbf-element h3{
    margin-bottom: 0;
}
body.titles_not_underlined .sections .gdlr-core-pbf-element h3:after{
    display:none;
}
body.titles_not_underlined .gdlr-core-block-item-title-wrap .gdlr-core-block-item-read-more{
    font-size:14px;
}

.key_figures .key_figure{
    color: #fff;
    display:flex;
    align-items: center;
    width: 100%;
}

.key_figures .key_figure .counter{
    width: 230px;
    font-size: 38px;
    margin-right: 10px;
    text-align: center;
    font-weight: bold;
}
.key_figures .key_figure .label{
    width: 100%;
    font-size: 20px;
    line-height: 22px;
}


@media (max-width: 768px) {
    .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap .tp-loop-wrap .tp-caption.main-title:before{
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        left:-5px;
        top:-5px;
    }
    .tp-revslider-mainul .tp-revslider-slidesli .tp-parallax-wrap .tp-loop-wrap .tp-caption.main-title .title-text{
        font-size: 20px !important;
        line-height: 20px !important;
    }
}
