/*!
Theme Name: KL-Congress
Theme URI: https://congress.fip.org/
Author: FIP
Description: FIP Congress Theme — Clean rewrite with modern PHP, proper escaping, CSS variables
Version: 2.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fip-congress
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Requires PHP: 8.0

Based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Normalizing styles: Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* Droid Sans - downloaded from Google Fonts 
@font-face {
    font-family: 'Droid Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('assets/fonts/droid-sans-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Droid Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('assets/fonts/droid-sans-bold.woff2') format('woff2');
}

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

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

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
    display: none;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* ----------------------------------------------------- */
/* --------------------  global      ------------------- */
body {
    position: relative;
    min-height: 100%;
    top: 0px;
    min-width: 320px;
}

.contain.contain-wide {
    max-width: 98.125rem;
}

.wrapper {
    padding: 30px 0;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* --------------------  global:font ----------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: Arial, sans-serif;
}

h2,
h3 {
    font-weight: 400;
}

h2 {
    font-size: 1.375rem;
}

h3 {
    font-size: 1.25rem;
}

a {
    color: #20c4f4;
    text-decoration: underline;
}

a:hover,
a:focus,
a:active {
    color: #1a9bc8;
}

a:visited {
    color: #1580a8;
}

.bg-blue-border-top {
    background: #f6f6f6;
    border-top: 4px solid #20c4f4;
    padding: 30px;
    margin-bottom: 45px;
}

.btn.btn-outline,
button.btn.btn-outline,
input[type=button].btn.btn-outline,
input[type=reset].btn.btn-outline,
input[type=submit].btn.btn-outline {
    background-color: transparent;
    border: 1px solid #20c4f4;
    color: #20c4f4;
}

.btn.btn-yellow,
button.btn.btn-yellow,
input[type=button].btn.btn-yellow,
input[type=reset].btn.btn-yellow,
input[type=submit].btn.btn-yellow {
    background: #e5e00c;
    color: #000;
}

.btn.btn-clear,
button.btn.btn-clear,
input[type=button].btn.btn-clear,
input[type=reset].btn.btn-clear,
input[type=submit].btn.btn-clear {
    background-color: transparent;
    border-color: transparent;
    color: #20c4f4;
}

figure {
    margin: 0 0 35px;
    padding: 0;
    position: relative;
}

figure figcaption.right {
    right: 0;
}

figure figcaption.left {
    left: 0;
    right: auto;
}

figure figcaption h1 {
    margin-top: 0;
    font-weight: 700;
}

figure figcaption.green {
    background: rgba(175, 202, 11, .9);
}

figure figcaption.green h1 {
    color: #fff;
}

figure figcaption.green.has-ribbon:after {
    background-color: rgba(175, 202, 11, .5);
}

figure figcaption.blue {
    background: rgba(32, 196, 244, .9);
}

figure figcaption.blue a,
figure figcaption.blue span.type span {
    color: #fff;
}

figure.header {
    margin-top: 0;
}

figure.header figcaption {
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: calc(100% - 30px);
}

figure.header figcaption {
    max-width: 460px;
}

figure.header figcaption:after {
    height: 30px;
    bottom: -30px;
}

figure figcaption.has-ribbon {
    width: 100%;
}

figure figcaption.has-ribbon:after {
    background: url(inc/fw_assets/images/ribbon-pattern.png) 0 0 repeat;
    content: "";
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -20px;
}

figure.header img {
    width: calc(100% + 100px);
    background-size: cover;
    background-position: center center;
}

@media only screen and (max-width: 1240px) {

    .content-img.header .location,
    .content-img.header img {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
    }
}

figure.has-no-img figcaption {
    position: relative;
    max-width: 100%;
}

figure span.type {
    color: #000;
    display: block;
    font-size: .9375rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.content-img figcaption {
    padding-bottom: 40px;
}

.content-img {
    margin: 50px 0 80px;
}

.hidden {
    display: none;
}

img {
    max-width: 100%;
}

input[type=email],
input[type=file],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    background: #fff;
    color: #a3a3a3;
    border-radius: 0;
    border: 1px solid #dedede;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    line-height: normal;
    display: block;
    width: 100%;
    margin: 0 0 10px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* --------------------  end global  ------------------- */

/* ----------------------------------------------------- */
/* HOMEPAGE */
.contain-banner-slider {
    z-index: -1;
}

figure.homepage {
    clear: both;
}

figure.homepage figcaption {
    position: relative;
    margin-top: -15%;
    float: right;
    bottom: auto !important;
    top: auto !important;
    right: auto !important;
    margin-bottom: 35px;
}

figure.header figcaption:after {
    height: 30px;
    bottom: -30px;
}

figure.header img {
    margin-left: -100px;
    max-height: 500px;
    height: 500px;
    max-width: calc(100% + 100px);
}

figure figcaption.blue h1 {
    color: #fff;
}

figure figcaption h1 {
    margin-top: 0;
    font-weight: 700;
}

figure figcaption .subtitle {
    margin-bottom: 0;
    color: black;
    font-weight: 700;
}

.content .indent {
    padding: 0 30px;
}

.primary h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.entry-content+ul {
    margin-top: 0px;
}

.site-main ol,
.site-main ul {
    margin: auto;
    padding: auto;
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

.site-main ol li,
.site-main ul li {
    line-height: 1.5;
    font-size: 1rem;
    margin: auto;
    padding: auto;
    position: relative;
    list-style-type: circle;
    display: list-item;
}

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

.entry-content h2 {
    margin-bottom: 18px;
    margin-top: 24px;
}

.entry-content+h2 {
    margin-top: 0px;
}

.entry-content h3 {
    margin-bottom: 14px;
    margin-top: 18px;
}

.entry-content ol li,
.entry-content ul li {
    padding: 5px;
}

.entry-content>ul,
.entry-content+ol {
    padding-top: 0px;
    margin-top: 0px;
}

.event {
    display: block;
    text-decoration: none;
    margin-bottom: 140px;
}

.event span.online {
    color: #000;
    display: block;
    margin-bottom: -8px;
}

.event span.title {
    color: #fff;
}

.event figure {
    margin-bottom: 0;
}

.event img {
    width: 100%;
}

/* NEWS HOMEPAGE */
.home-news {
    margin-top: 40px;
}

.home-news .column:first-child h3 {
    padding-left: 30px;
}

.news-item {
    border-top: 1px solid #eee;
    padding-top: 23px;
    padding-bottom: 23px;
    display: block;
    text-decoration: none;
}

.news-item span.date,
.news-item span.online {
    color: #000;
    display: inline-block;
    font-size: .9375rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.news-item span.date span,
.news-item span.online span {
    color: #a3a3a3;
}

.news-item span.more {
    display: block;
    padding-right: 50px;
    font-weight: 700;
}

.news-item span.more .fa {
    margin-left: 5px;
}

.content ol li:before,
.content ul li:before {
    color: #20c4f4;
    content: "\2022";
    position: absolute;
    left: 0;
    top: 0;
}

.content .readmore.inline {
    display: inline-block;
}

.content .readmore {
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 700;
}

/* END HOME ----------------------------------------------------- */

/* START BANNER ---------------------------------------------------- */
.banner {
    height: 492px;
    position: relative;
    margin-bottom: 55px;
}

.banner .contain {
    height: 492px;
    position: relative;
}

.banner .banner-slider {
    height: 492px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 .9375rem;
}

.banner .banner-title {
    background: rgba(32, 196, 244, .9);
    padding: 55px;
    position: absolute;
    left: 35px;
    bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .banner .banner-title {
        padding: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .banner .banner-title {
        padding: 25px;
        left: 5%;
    }
}

.banner .banner-title .pre {
    color: #81c566;
    font-size: 3.75rem;
    font-weight: normal;
    line-height: 1;
}

.banner .banner-title.has-ribbon:after {
    background: url(inc/fw_assets/images/ribbon-pattern.png) 0 0 repeat #20c4f4;
    content: "";
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.banner .banner-title h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
}

@media only screen and (max-width: 1024px) {
    .banner .banner-title .pre {
        font-size: 2.5rem;
    }
}

.banner .banner-title h2 {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 400;
    margin: 10px 0 0 0;
}

@media only screen and (max-width: 768px) {
    .banner .banner-title h2 {
        font-size: 1rem;
    }
}

.btn .fa,
button.btn .fa,
input[type=button].btn .fa,
input[type=reset].btn .fa,
input[type=submit].btn .fa {
    margin-left: 5px;
    margin-right: 5px;
}

.banner .panel-login {
    background: url(inc/fw_assets/images/ribbon-pattern-light.png) 0 0 repeat rgba(0, 0, 0, .6);
    padding: 30px;
    width: 100%;
    max-width: 270px;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    z-index: 1;
}

@media only screen and (max-width: 1440px) and (min-width: 1025px) {
    .banner .banner-title {
        max-width: calc(100% - 340px);
        padding: 40px;
    }

    .banner .panel-login {
        max-width: 240px;
        padding: 20px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .banner .banner-title {
        max-width: calc(100% - 300px);
    }

    .banner .panel-login {
        max-width: 220px;
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    header.banner .panel-login {
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }

    header.banner,
    header.banner .contain,
    header.banner .banner-slider {
        height: auto;
        min-height: 260px;
    }

    header.banner {
        margin-bottom: 30px;
    }

    h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.25rem;
    }

    h3 {
        font-size: 1.1rem;
    }

    .banner .banner-title .pre {
        font-size: 1.5rem;
    }

    .banner .banner-title h1 {
        font-size: 1rem;
    }

    .banner .banner-title h2 {
        font-size: .85rem;
    }
}

.banner .panel-login .btn {
    margin: 0;
}

.banner .panel-login .btn-clear {
    font-size: .875rem;
    line-height: 1.2;
    padding: .6375rem 0 .9rem .9375rem;
}

.banner .panel-login h2 {
    color: #fff;
    font-size: 1.375rem;
    font-weight: 300;
    margin: 0 0 25px;
}

.banner .panel-login .item {
    margin-bottom: 20px;
}

.banner .panel-login label {
    color: #fff;
    display: block;
    font-size: .875rem;
    font-weight: 500;
    margin: 0 0 10px;
}

.banner .panel-login .btn-clear:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 5px;
}

.banner .panel-login .btn:last-child {
    width: 100%;
    margin-bottom: 0;
}

/* END BANNER  ----------------------------------------------------- */

/* ----------------------------------------------------- */
/* --------------------  sidebar     ------------------- */
/* ----------------------------------------------------- */

/* -------------------- search --------------------*/
.search-form {
    display: flex;
    border-bottom: 1px solid #20c4f4;
    margin-bottom: 40px;
}

.search-form .search-label {
    width: 100%;
    background: #f6f6f6;
    margin: 0;
    border: none;
}

.search-form .search-submit {
    padding: 12px;
    line-height: 0;
    background-color: #20c4f4;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 500;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    vertical-align: top;
    white-space: nowrap;
}

.search-field {
    width: 100%;
}

.search-form input {
    background: #f6f6f6;
    padding: 12px .9375rem;
    margin: 0;
    border: none;
}

.search-form button {
    padding: 12px;
    line-height: 0;
}

.search-form button .fa {
    font-weight: 700;
}

.fa-search:before {
    content: "";
}

input[type=search] {
    padding: 12px;
}

/* -------------------- end search --------------------*/
.side-links {
    margin-bottom: 40px;
}

.side-links header {
    background: #20c4f4;
}

.side-links header {
    padding: 15px 30px;
    color: #fff;
    font-weight: 700;
}

.side-links ul {
    padding: 0;
    margin: 0;
}

.side-links ul li a {
    background: #f6f6f6;
    color: #20c4f4;
    font-size: 1rem;
    font-weight: 700;
    display: block;
    max-width: none;
    padding: 10px 30px;
    position: relative;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-color: #20c4f440;
    border-bottom-style: solid;
}

.side-links ul li a.active {
    color: #00375e;
}

/* -------------------- sidebar-font ---------------------- */
.sidebar .social h2 {
    margin-bottom: 20px;
}

.sidebar h2 {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
}

/* -------------------- sidebar: social  --------------------*/
.fa-facebook-official:before {
    content: "";
}

.social a .fa {
    font-size: 1.5rem;
    margin-left: 0;
    margin-right: 0;
}

.sidebar.social,
.sidebar section {
    border-top: 1px solid #dedede;
}

.social h2 {
    font-size: 1.375rem;
    cursor: auto !important;
}

.social a {
    display: block;
    float: left;
    border: 1px solid #20c4f4;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 48px;
    padding: 0;
    text-align: center;
    margin-right: 10px;
}

.btn,
button.btn,
input[type=button].btn,
input[type=reset].btn,
input[type=submit].btn {
    background-color: #20c4f4;
    padding: .625rem .9375rem;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    vertical-align: top;
    white-space: nowrap;
}

/* --------------------  end sidebar ------------------- */
/* ----------------------------------------------------- */

/* ----------------------------------------------------- */
/* -------------------- footer links ------------------- */
footer.footer {
    background: #f6f6f6;
    height: auto;
    margin-top: 25px;
}

footer.footer ul {
    margin-top: 15px;
}

footer.footer ul a {
    color: #a3a3a3;
    font-size: .875rem;
    font-weight: 500;
    text-decoration: none;
    margin-right: 1.25rem;
}

footer.footer ul a:after {
    color: #20c4f4;
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 10px;
}

footer.footer ul li {
    display: inline-block;
}

footer.footer a.logo {
    width: 64px;
    position: absolute;
    top: -21px;
    left: .9375rem;
}

.footer-container {
    background: #f6f6f6;
}

*,
:after,
:before {
    list-style: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}

.text--bold {
    font-weight: 500;
}

footer.footer .copy {
    color: #a3a3a3;
    display: inline-block;
    font-size: .875rem;
    font-weight: 500;
    margin: 17px 0 0 100px;
}

section.footerlinks figure a.text,
section.footerlinks figure span.text {
    line-height: 1.6;
}

/* -------------------- end footer -------------------- */

/* ---------------------------------------------------- */
/* -------------------- footerlinks   ----------------- */
section.footerlinks {
    border-top: 1px solid #f6f6f6;
    margin-top: 60px;
    margin-bottom: 40px;
}

section.footerlinks ul {
    padding: 0;
    margin: 0;
}

ul,
menu,
dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

section.footerlinks ul li a {
    color: #20c4f4;
    font-size: 1rem;
    font-weight: 700;
    display: block;
    max-width: none;
    padding: 10px 70px 10px 0;
    position: relative;
    text-decoration: none;
}

section.footerlinks ul li a:after {
    color: #20c4f4;
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    bottom: 2px;
    right: 55px;
    font-weight: 400;
    transform: translateY(-50%);
}

/* -------------------- end footerlink----------------- */

/* ---------------------------------------------------- */
/* -------------------- figure ------------------------ */
figure figcaption.top.has-ribbon:after {
    top: -20px;
}

figure figcaption.blue.has-ribbon:after {
    background-color: rgba(32, 196, 244, .5);
}

figure figcaption.has-ribbon:after {
    background: url(inc/fw_assets/images/ribbon-pattern.png) 0 0 repeat;
    content: "";
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -20px;
}

section.footerlinks figure figcaption {
    padding-top: 70px;
}

@media only screen and (max-width: 768px) {
    section.footerlinks figure figcaption {
        top: 50%;
        transform: translateY(-50%);
    }
}

figure figcaption.center {
    left: 30px;
    right: 30px;
}

figure figcaption.top {
    top: 0;
    bottom: auto;
}

section.footerlinks figure a.title,
section.footerlinks figure span.title {
    margin-bottom: 20px;
}

section.footerlinks figure a,
section.footerlinks figure span {
    text-decoration: none;
    color: #fff;
}

section.footerlinks figure span.title {
    display: block;
}

figure a,
figure span.title {
    border: 0;
    color: #000;
    font-size: 1.1875rem;
    font-weight: 700;
}

/* -------------------- end figure ------------------------ */

.text--bold {
    font-weight: bold;
}

.contain--relative {
    position: relative;
}

.remove--padding {
    padding-right: 0;
    padding-left: 0;
}

/* carousel */
.w100,
.carousel-item {
    min-width: 100%;
    min-height: 100%;
}

.carousel {
    height: 100%;
    z-index: -10;
}

.carousel-item img {
    object-fit: cover;
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-item {
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.carousel-item img {
    visibility: hidden;
}

/** --- overrule --- **/
input[type=email],
input[type=file],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    color: #a3a3a3 !important;
}

/* navigation */
.navbar-logo-img {
    max-height: 80px;
}

/* ------ masthead -------- */
#masthead {
    height: 130px;
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
    overflow: visible;
}

.header-top-bar {
    background: #f6f6f6;
    height: 50px;
    width: 100%;
    position: relative;
}

.header-top-bar-nav {
    float: right;
    margin: 5px 0 0;
    padding: 0;
}

.header-top-bar-nav li {
    display: inline-block;
    vertical-align: top;
    max-height: 40px;
}

.header-top-bar-nav a {
    color: #a3a3a3;
    display: block;
    font-size: .875rem;
    font-weight: 500;
    text-decoration: none;
    padding-top: 12px;
    margin-right: 25px;
    height: 32px;
    position: relative;
}

.header-top-bar-nav a:after {
    color: #20c4f4;
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: -11px;
    top: 12px;
}

.header-top-bar-nav a i {
    font-size: 1.25rem;
}

.header-top-bar-nav li:first-child a:after {
    display: none;
}

.header-top-bar-nav a i.mo {
    display: none;
}

.header-top-bar-nav-home {
    margin-right: 70px;
}

.fa-home:before {
    content: "";
}

#masthead .nav-link-spotlight:after {
    display: none;
}

/* sidemenu off canvas */
.side-menu header.header button.btn-hamburger span {
    background: transparent;
    left: calc(50% + 8px);
}

header.header .btn-hamburger span {
    height: 4px;
    width: 28px;
    background: #20c4f4;
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

header.header .btn-hamburger span:after,
header.header .btn-hamburger span:before {
    content: "";
    background: #20c4f4;
    height: 4px;
    width: 28px;
    position: absolute;
    left: 0;
    top: -10px;
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

header.header .btn-hamburger span:after {
    top: auto;
    bottom: -10px;
}

@media (max-width: 576px) {
    .container {
        max-width: 100% !important;
    }
}

/* donation widget */
.sliderbar-submenu-description {
    background: #f6f6f6;
    color: #20c4f4;
    font-size: 1rem;
    font-weight: normal;
    display: block;
    max-width: none;
    padding: 10px 30px;
    position: relative;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-color: #20c4f440;
    border-bottom-style: solid;
}

/* >> ---------------- PAGES ----------------*/

/* news page */
.content-news-table-2column tr td {
    padding-right: 10px;
    padding-bottom: 10px;
}

.content-news-table-2column tr h6 {
    color: #20c4f4;
}

/* << ----------------- PAGES -----------------*/

/* search results page */
searchtag {
    background: #a0a4a7;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 30px;
    margin-left: 5px;
    cursor: pointer;
}

.search h1.page-title {
    font-size: .9375rem;
}

.search-results-item .entry-summary {
    margin-top: 10px;
}

.search-results-link {
    border-top: 1px solid #eee;
    padding-top: 23px;
    padding-bottom: 23px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 0px;
}

/* offsite */
.off-canvas {
    z-index: 1;
    background: #fff;
    box-shadow: inset 5px 0 10px rgba(0, 0, 0, .15);
    position: fixed;
    height: 100vh;
    padding-bottom: 50px;
    width: 300px;
    overflow-y: auto;
}

#page-wrapper {
    z-index: 2;
}

@media only screen and (min-width:992px) {
    a.nav-link-spotlight {
        text-decoration: none;
    }

    a.nav-link-regular {
        border: 0;
        color: #80c266 !important;
        font-size: 1rem;
        position: relative;
        text-decoration: none;
    }

    #masthead .header-top-bar-nav a {
        color: #a3a3a3;
    }

    .header-top-bar-nav a:after {
        color: #80c266;
    }
}

/****** MASTHEAD ----- SUBMENUS */
@media only screen and (min-width:992px) {
    #masthead .dropdown-menu {
        background: #fff;
        padding: 0 20px 20px;
        padding-top: 20px;
        border: 1px solid rgba(128, 194, 102, .2);
        margin-top: 0;
    }

    #masthead .dropdown-menu .dropdown-item {
        border-bottom: 1px solid #eee;
        color: rgba(128, 194, 102, 1);
        font-size: 16px;
        font-weight: 500;
        min-height: 40px;
        padding: 8px 20px 12px 0;
        text-decoration: none;
        position: relative;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: #f8f9fa90 !important;
    }

    #masthead .dropdown-menu .dropdown-item:last-child {
        border-bottom-width: 0px;
    }

    #masthead .dropdown-menu a::after {
        color: rgba(128, 194, 102, 1);
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .nav-item-spotlight {
        display: table;
    }
}

@media only screen and (min-width:992px) {
    .nav-item .nav-link {
        display: table-cell;
        vertical-align: bottom;
        height: 68px;
    }

    .navbar-nav {
        padding-top: 0px;
        margin-top: 0px;
    }

    .navbar .nav-link:hover {
        color: rgba(69, 134, 133, 1) !important;
    }

    .nav-link-spotlight {
        border-bottom-color: rgb(128, 194, 102);
        border-bottom-style: solid;
        border-bottom-width: 2px;
    }

    .nav-item-spotlight {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .nav-link-spotlight {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .navbar-nav li>.dropdown-menu {
        display: none;
    }

    .navbar-nav li:hover>.dropdown-menu {
        display: block;
    }
}

/* ------------ MODULES --------------*/
.formoptions span {
    margin-right: 4px;
}

.btn,
button.btn,
input[type=button].btn,
input[type=reset].btn,
input[type=submit].btn {
    background-color: #81c566;
}

.bootstrap-filestyle label.btn-default {
    padding: 5px;
}

/* ----------------------------------*/
/* ------------ GREEN ---------------*/
/* ----------------------------------*/

/** MOBILE MENU LINKS green **/
.dropdown-menu .dropdown-item:active {
    background-color: #468684;
}

/** SIDEBAR LINKS green **/
.side-links ul li a:hover {
    color: #468684;
}

/** CONTENT NEWS green **/
.content-news-table-2column tr h6 {
    color: rgba(69, 134, 133, 1);
}

/* ------------------- --------------*/
/* ------------ MOBILE DEVICES-------*/
/* ------------------- --------------*/
@media only screen and (max-width:420px) {
    header.banner {
        height: 210px;
        margin-bottom: 26px;
    }

    header.banner .banner-slider {
        height: 210px;
    }

    header.banner .banner-title {
        padding: 5px;
    }

    header.banner .banner-title h1 {
        font-size: 20px;
    }

    header.banner .contain {
        height: 210px;
    }

    #secondary {
        margin-top: 20px;
    }

    #secondary .search-form {
        margin-bottom: 20px;
    }

    #main figure.header {
        margin-bottom: 40px;
    }
}

/* ------------------- --------------*/
/* ------------ COMMON --------------*/
/* ------------------- --------------*/
h2:empty {
    display: none;
}

.highlight-block {
    background-color: #ecf0e0;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.highlight-block-darkgreen {
    background-color: #9dcc62;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.highlight-references {
    background-color: #f2f2f2;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*********** CONTENT ********/
h4 {
    font-size: 1.1rem;
}

section.footerlinks figure figcaption {
    padding-top: 50px;
}

@media only screen and (max-width: 420px) {
    section.footerlinks figure figcaption {
        padding-top: 0px;
    }

    section.footerlinks figure {
        margin-top: 30px;
    }
}

.btn-margin {
    margin: 10px !important;
    background-color: #4b97d4 !important;
}

.important-info {
    padding: 20px;
    border-width: 1px;
    border-style: dashed;
    border-color: #4b97d4;
    margin-bottom: 10px;
}

.important-info>h3 {
    margin-top: 0px !important;
}

.nice-table {
    border-width: 1px;
    border-style: dashed;
    border-color: #4b97d4;
    padding: 10px;
}

/* 2020 */
.schedule__date-btn.active {
    background-color: #1a377b;
    color: white !important;
    transition: color .3s;
}

.schedule__date-btn,
.schedule__date-btn:visited,
.schedule__date-btn a:hover,
.schedule__date-btn a:focus,
.schedule__date-btn a:active {
    text-decoration: none !important;
    color: white !important;
}

.schedule__item {
    position: relative;
    padding: 23px 0;
    border-top: 2px solid #f3f3f3;
    text-align: center;
}

@media (min-width: 768px) {
    .schedule__item {
        text-align: left;
        padding: 24px 17px 17px;
    }
}

@media (min-width: 1000px) {
    .schedule__item {
        padding: 24px 30px 17px;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }
}

.schedule__items2 h1 {
    margin-bottom: 10px;
    line-height: 1.1em;
    color: #051a48;
    padding-top: 10px;
    text-align: left;
    font-weight: 400;
}

.schedule__date-btn {
    background-color: #bcbec0;
    text-align: center !important;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    width: 190px;
    padding: 8px 10px;
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-decoration: none !important;
}

.schedule {
    padding: 0px 0 0px;
    font-size: 16px;
    line-height: 19px;
}

.schedule .btn {
    background-color: #3a5ba6;
    color: white !important;
}

.schedule__time {
    display: block;
    margin: 0 0 13px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .schedule__time {
        display: inline-block;
        vertical-align: top;
        margin: 3px 0 0;
        padding: 0 30px 0 0;
        width: 13.9%;
    }
}

.schedule__event {
    display: block;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .schedule__event {
        display: inline-block;
        vertical-align: top;
        width: 85%;
        padding: 0 0 0 27px;
        text-align: left !important;
    }
}

.schedule__labels {
    max-height: 43px;
    overflow: hidden;
    margin: 0 15px 16px;
}

@media (min-width: 768px) {
    .schedule__labels {
        margin: 0 0 20px;
        max-height: 39px;
    }
}

@media (min-width: 1000px) {
    .schedule__text {
        padding: 0;
        margin: 0 0 22px;
    }

    .schedule__labels {
        margin: 0 0 20px;
        max-height: 43px;
    }
}

.label {
    display: inline-block;
    vertical-align: top;
    padding: 10px 13px;
    margin: 0 0 3px;
    min-width: 88px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    background: #41c5f6;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

@media (min-width: 768px) {
    .label {
        min-width: 71px;
        font-size: 12px;
        line-height: 12px;
    }
}

.schedule__main-place {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 42px;
    color: #b5b5b5 !important;
    font-size: 16px;
    line-height: 19px;
    transition: color .3s;
    text-decoration: none;
}

.schedule__main-place:hover {
    color: black !important;
    text-decoration: none;
}

@media (min-width: 768px) {
    .schedule__main-place {
        margin: 0 0 23px;
    }
}

@media (min-width: 1000px) {
    .schedule__main-place {
        margin: 0 0 22px;
    }
}

/*--------------------------- SINGLE SESSION ------------------------------*/
.single-congresssessions .content h2 {
    text-transform: inherit;
    line-height: 20px;
    font-weight: 400;
    margin-top: 20px;
}

.congress-session-title {
    margin-bottom: 20px;
    margin-top: 30px;
}

.congress-session-organisation {
    color: #4b97d4;
}

.site-main ol li {
    list-style-type: decimal;
}

.time-schedule__session time {
    text-align: center !important;
    display: block;
    width: auto;
    padding-right: 30px;
    padding-bottom: 12px;
    padding-left: 30px;
    color: white;
}

.time-schedule__session__place,
.time-schedule__session time {
    float: left;
    text-align: center;
    color: #eee;
}

.time-schedule__session__place {
    width: auto;
    padding-left: 15px;
    padding-right: 28px;
    border-right: 2px solid rgba(255, 255, 255, 0.3);
}

.sessionlink:active,
.sessionlink:hover,
a.sessionlink:focus {
    color: #eeee !important;
}

.sidebar-header {
    font-weight: bold;
    color: #FFF;
    background-color: #20c4f4;
    padding: 15px 30px;
}

/* 2022 */
.ccard-body h2,
.ccard-body h3 {
    padding-top: 20px;
    padding-bottom: 0px;
}

/* 2023 */
.banner-table td,
.banner-table th {
    border-width: 0px;
}

.fee-table {
    height: auto !important;
    margin-bottom: 0px !important;
}

.fee-table tr td {
    height: auto !important;
    margin: 5px !important;
}

.fee-table tr td {
    border-left-size: 2px;
    border-left-color: white;
    border-left-style: solid;
}

.fee-table tr td h2 {
    margin-bottom: 0px;
    margin-top: 0px;
}

/****** NEWS IN SIDEBAR ********/
.side-news {
    margin-top: -1px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.side-news a {
    display: block;
    text-decoration: none;
    color: #000;
}

.side-news a img {
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid #dedede;
}

.side-news a span.title {
    display: block;
    margin-top: 10px;
    margin-bottom: 28px;
    color: #20c4f4;
    font-weight: 700;
}

.side-news a span.type {
    color: #001120;
    font-size: .9375rem;
}

.side-news a span.type span {
    color: #a3a3a3;
}

/****** NEWS-END IN SIDEBAR ********/

.wp-block-table.style-table table {
    border-width: 1px;
    border-style: dashed !important;
    border-color: #4b97d4;
    padding: 10px;
}

.wp-block-table.style-table td,
.wp-block-table.style-table th {
    border: 1px dashed rgba(130, 203, 189, 0.81);
    padding: .5em;
    overflow-wrap: normal;
    word-break: normal;
    text-align: left;
    font-size: 0.6vw;
}

figure.wp-block-table.style-table a {
    font-size: 0.6vw;
}

/* ===== LAYOUT FIXES ===== */

.header-top-bar-nav li {
    vertical-align: baseline;
}

.header-top-bar-nav li:first-child {
    vertical-align: top;
}

#masthead .dropdown-menu {
    padding: 0 20px;
    border: none;
    margin-top: 0;
    background: #f9fafb;
    min-width: 240px;
}

a.nav-link {
    text-decoration: none;
}

/* ===== BANNER RESPONSIVE ===== */

@media only screen and (max-width: 1024px) {
    .banner .banner-title {
        padding: 25px;
        max-width: calc(100% - 280px);
    }

    .banner .banner-title .pre {
        font-size: 2rem;
    }

    header.banner .banner-title h1 {
        font-size: 1.2rem;
    }

    .banner-title h2 {
        font-size: 0.8rem;
    }

    .row {
        width: 100%;
    }

    li.nav-item a {
        text-decoration: none;
    }
}

@media only screen and (max-width: 768px) {
    .banner .banner-title {
        padding: 30px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .row {
        width: auto;
    }
}

/* ===== BANNER PANEL LOGIN ===== */
.banner .panel-login {
    z-index: 1;
}

.panel-login .openpopup {
    color: #cceaf7 !important;
}

/* ===== DROPDOWN SELECT ===== */
select {
    background: url(inc/fw_assets/images/arrow-select.svg) top 8px right 10px/auto 20px no-repeat #fff;
}

/* ===== FAQ ACCORDION ===== */
.faq-accordion {
    margin: 0 0 40px;
    position: relative;
}

.faq-accordion .panel-heading {
    background-color: #fefefe;
    border: none;
}

a.faq-item-link {
    text-decoration: none;
}

.faq-accordion .ccard .fa-angle-down {
    position: absolute;
    left: 0px;
    font-family: FontAwesome;
    transition: all .5s ease;
    transform: rotate(270deg);
    top: 30px;
    font-size: 48px;
}

.faq-accordion .ccard .panel-heading a:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.card-header,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
}

.faq-accordion-widget .accordion .item {
    padding: 10px 0 10px 40px;
    margin: 0;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #dedede;
}

.faq-accordion-widget .ccard-header {
    border: 0px;
}

.content .ccard-body ol li:before,
.content .ccard-body ul li:before {
    display: none;
}

.ccard-body {
    padding-top: 20px;
}

/* ===== EVENTS & WEBINARS ===== */
.event-list form {
    padding-bottom: 0px;
    padding-top: 0px;
}

.event-list-results .date {
    color: #000;
    display: block;
    font-size: .9375rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.content-info.webinars {
    border-bottom: 1px solid #dedede;
    padding-bottom: 30px;
    margin-top: 20px;
}

.content-info.webinars .info h2 {
    margin-bottom: 20px;
    color: black !important;
}

.content-info .info span.action a {
    text-decoration: none;
    color: #000;
    display: inline-block;
}

.content-info .info span.action span {
    color: #a3a3a3;
    margin: 0 5px;
}

.content-info .content-picture {
    margin: 0;
    position: relative;
    width: 280px;
    max-height: 178px;
}

.content-info .content-picture img {
    border: 1px solid #dedede;
    max-width: 280px;
    max-height: 178px;
    width: 100%;
    display: block;
    height: auto;
    object-fit: cover;
    object-position: 50% top;
}

.content-info .info {
    flex: 1;
    padding: 0 15px;
    margin-left: 0px;
}

@media only screen and (max-width: 992px) {
    .content-info .info {
        padding-left: 15px;
        padding-top: 0px;
    }
}

.content-info .info div .readmore,
.content-info .info p .readmore {
    margin-bottom: 0;
    cursor: pointer;
    display: inline;
}

figure .figcaption {
    padding-bottom: 40px;
    padding-top: 40px;
}

#content figure figcaption h1 {
    margin-bottom: 0px;
}

/* ===== FORMS ===== */
.form .item label {
    color: #3a3a3a;
    font-size: .9375rem;
}

.form.small-labels .item-wr .options {
    width: 80%;
    padding-right: 0;
}

.form .item-wr .item-il,
.form .item-wr .label {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.form .item-wr .label {
    padding-right: 10px;
    padding-top: 12px;
}

.form .item-wr .label.main {
    color: #000;
    font-size: 1rem;
}

.form.small-labels .item-wr .label {
    width: 20%;
}

.form.sort .item-wr .label {
    width: 10%;
}

.form.sort .item-wr select {
    margin-bottom: 0;
}

.form .item-wr .options.multi-select select {
    display: inline-block;
    margin-right: 15px;
}

/* ===== TABS ===== */
.tab-bar .tab-item {
    background: #fbfbfb !important;
    padding: 20px 30px 0 !important;
    margin: 0 !important;
    display: inline-block;
    font-size: 1rem;
    height: 80px;
    position: relative;
    border-right: 1px solid #fff;
    cursor: pointer;
    list-style: none;
    vertical-align: top;
    color: #a3a3a3 !important;
    text-decoration: none;
}

.tab-bar .tab-item span {
    display: block;
    font-weight: 700;
    font-size: 1.125rem;
}

.tab-item-col2 {
    width: 50%;
}

.tab-item-col3 {
    width: 33%;
}

.tab-item-col4 {
    width: 25%;
}

.tab-item-col5 {
    width: 20%;
}

.tab-item-col6 {
    width: 16.6%;
}

.tab-item-col7 {
    width: 14.2%;
}

.tab-bar .tab-item.active {
    background: #f6f6f6 !important;
    color: #000 !important;
}

.tab-bar .tab-item:before {
    display: none;
}

.tab-bar .tab-item.active:before {
    content: "";
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
}

.tab-content {
    background: #f6f6f6;
    padding: 20px 30px;
}

.tab-bar .tab-content {
    display: none;
    position: relative;
    background: #f6f6f6;
    padding: 20px 30px;
}

.tab-bar .tab-content .result {
    background-color: white !important;
}

@media only screen and (max-width: 620px) {
    .tab-bar .tab-item {
        display: block;
        text-align: left;
        width: 100%;
        height: 50px;
    }

    .tab-bar .tab-item span:after {
        content: "\f105";
        font-family: FontAwesome;
        position: relative;
        left: 10px;
    }
}

.tabs-wr {
    margin: 0 0 40px;
}

.tabs-wr .tabs li span {
    display: block;
    font-weight: 700;
    font-size: 1.125rem;
}

.result,
.tabs-wr {
    position: relative;
}

.tabs-wr .tabs {
    padding: 0;
    margin: 0 !important;
    font-size: 0;
}

.tabs-wr .tabs.tabs-2 li {
    width: 50%;
}

.tabs-wr .tabs li {
    background: #fbfbfb;
    padding: 20px 30px 0 !important;
    margin: 0 !important;
    display: inline-block;
    font-size: 1rem;
    height: 80px;
    position: relative;
    border-right: 1px solid #fff;
    cursor: pointer;
    list-style: none;
    vertical-align: top;
    color: #a3a3a3;
}

.tabs-wr .tabs li.active:before {
    content: "";
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
}

.tabs-wr.lib .tabs li {
    padding-top: 30px !important;
    text-align: center;
}

/* ===== CONGRESS SESSIONS ===== */
.speakers__photo {
    height: 0px;
}

.speakers__person {
    height: 90px;
}

.speakers__item {
    height: 80px;
}

.speakers__name {
    text-transform: inherit;
    margin-top: 20px;
}

.time-schedule__session {
    border-width: 0px;
    text-transform: inherit;
}

.content .congress-session-title:first-child {
    margin-top: 0px;
}

.congress-session-text,
.session__text p,
.content li {
    line-height: 24px;
    font-family: "Droid Sans", Varela, Helvetica, Tahoma, Arial, sans-serif;
}

.session__text {
    text-align: left;
}

.congress-session-text li {
    font-family: "Droid Sans", Varela, Helvetica, Tahoma, Arial, sans-serif;
}

.congress-session-organisation,
.congress-session-organisation p {
    font-style: italic;
}

.session__labels {
    margin-top: 20px;
}

.congress-session-footer {
    margin-bottom: 20px;
    display: block;
    height: 10px;
}

.presented .speakers__item {
    margin-bottom: 20px;
}

.congress-session-programme table td {
    vertical-align: top !important;
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 10px;
    padding-bottom: 10px;
}

.congress-session-programme table tr td:first-child {
    width: 15% !important;
}

.congress-session-programme table td p:first-child {
    margin-bottom: 0px;
    margin-top: 0px;
}

@media (max-width: 768px) {
    .presented {
        display: none !important;
    }

    .session {
        padding: 20px 0 40px 0;
    }
}

@media (min-width: 768px) {
    .session__text p {
        margin-bottom: 10px;
    }

    .time-schedule {
        margin: auto;
        margin-top: 20px;
        text-align: center !important;
    }
}

@media (min-width: 1000px) {
    .presented {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .session {
        padding-bottom: 0px;
    }
}

/* ===== PRESS ===== */
.press-entry {
    padding-bottom: 20px;
}

.press-image img {
    max-height: 300px;
    width: auto;
}

.content-img.header .location,
.content-img.header img {
    max-height: 300px;
}

/* ===== WORDPRESS BLOCKS ===== */
.wp-block-buttons .wp-block-button__link {
    color: white !important;
}

hr.wp-block-seperator {
    background: none;
    border: none;
    height: 0;
}

figure.wp-block-table.is-style-stripes table {
    height: auto !important;
    border-width: 0px;
}

figure.wp-block-table.is-style-stripes table tr {
    height: auto !important;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

figure.wp-block-table.is-style-stripes table tr td {
    padding: 4px !important;
    height: auto !important;
    min-height: 20px;
    padding-top: 8px !important;
}

figure.wp-block-table.is-style-stripes table tr>td:first-child {
    padding-left: 10px !important;
}

/* ===== FOOTERLINKS LAYOUT ===== */
section.footerlinks figcaption.blue {
    padding: 20px;
}

section.footerlinks figure {
    margin-top: 0px;
}

/* ===== CLEARFIX ===== */
.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

/* ===== WIDER CONTAINER FOR MODERN SCREENS ===== */
@media (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }
}