/* 
Theme Name: ESR
Author: Alan M
Author URI: https://www.myesr.org
Template: hello-elementor
Version: 1.0.0
Text Domain: myesr
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* PPNeueMontreal-Bold */
@font-face {
  font-family: 'PPNeueMontreal';
  src: url('../woff2/ppneuemontreal-bold.woff2') format('woff2'),
       url('../woff/ppneuemontreal-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

/* PPNeueMontreal-Light */
@font-face {
  font-family: 'PPNeueMontreal';
  src: url('../woff2/ppneuemontreal-light.woff2') format('woff2'),
       url('../woff/ppneuemontreal-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

/* PPNeueMontreal-Regular */
@font-face {
  font-family: 'PPNeueMontreal';
  src: url('../woff2/ppneuemontreal-regular.woff2') format('woff2'),
       url('../woff/ppneuemontreal-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

:root {
    color-scheme: dark;
    --e-a-color-txt: #000000!important;
    --neon-color: #D1FE17!important;
}


html {
  scroll-behavior: smooth;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

*,
*::before,
*::after {
  box-sizing: border-box;
  /* 3 */ }

::-moz-selection { /* Code for Firefox */
  color: #5FC4E2;
  background: #D1FE17;
}

::selection {
  color: #5FC4E2;
  background: #D1FE17;
}

/* Sections
 */
body {
  margin: 0;
  font-family: "PPNeueMontreal", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: .9rem; }

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  white-space: pre-wrap; }

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366; }
  a:hover, a:active {
    color: #333366; }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%; }

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400; }

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/**
 * Form styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 1rem;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */ }

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all .3s; }
  input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    border-color: #333333; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto;
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }


/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

select {
  display: block; }

/**
 * Table styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse; }
  table th,
  table td {
    padding: 15px;
    line-height: 1.2;
    vertical-align: top;
    border: 1px solid #80808080; }
  table th {
    font-weight: bold; }
  table thead th,
  table tfoot th {
    font-size: 1em; }
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 1px solid #80808080; }
  table tbody > tr:nth-child(odd) > td,
  table tbody > tr:nth-child(odd) > th {
    background-color: #80808012; }
  table tbody tr:hover > td,
  table tbody tr:hover > th {
    background-color: #8080801a; }
  table tbody + tbody {
    border-top: 2px solid #80808080; }
  @media (max-width: 767px) {
    table table {
      font-size: 0.8em; }
      table td {
        padding: 0.5rem; }
      table table th,
      table table td {
        padding: 0.5rem;
        line-height: 1.3; }
      table table th {
        font-weight: 400; } }

/**
 * List styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }


/*a:hover:not(.active) {
}*/

a {
    color: inherit;
}
a:hover {
    color: inherit;
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}
input:focus, textarea:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 8px;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

/*@media (prefers-color-scheme: dark) {
    .myesr-header .elementor-widget-theme-site-logo img,
    .myesr-hp-advertising-section .elementor-cta__bg,
    .myesr-nav-hamburger button .burger,
    body #elementor-popup-modal-629 .dialog-close-button::before,
    .elementor-element-381fbc1c,
    .myesr-invert-cursor.congress .myesr-cursor-ball circle
    {
      filter:invert(1)!important
    }
}*/

.responsive {
  --min-height: min(max(350px, 42vw), 650px)!important;
}

.myesr-header-title h1.elementor-heading-title {
    /*color: #FFFFFF!important;*/
    font-size: min(max(47px, 9.4vw), 170px)!important;
    text-transform: uppercase!important;
    line-height: 1em!important;
    word-break: break-word;
}


.myesr-header-container.no-bg .myesr-header-title h1.elementor-heading-title {
    /*color: #FFFFFF!important;*/
    font-size: min(max(47px, 5.4vw), 90px)!important;
    text-transform: uppercase!important;
    line-height: 1em!important;
    word-break: break-word;
}

.single-post .myesr-header-container .myesr-header-title h1.looong-title {
    /* color: #FFFFFF!important; */
    font-size: min(max(47px, 3.4vw), 64px)!important;
    text-transform: unset!important;
    word-break: break-word;
}

.elementor-pagination .page-numbers.current {
    background-color: #000;
    color: #fff;
    padding: 1px 6px;
}
.post-type-archive-ai-blog .elementor-pagination .page-numbers.current {
    background-color: #fff;
    color: #000!important;
    padding: 1px 6px;
}

/*
.elementor-tab-content ul, 
.elementor-text-editor ul {
    padding: 0 15px;
}
*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000!important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000!important;
}


.elementor-search-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff!important;
  opacity: 1; /* Firefox */
}

.elementor-search-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff!important;
}

.elementor-search-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff!important;
}


img {image-rendering: -webkit-optimize-contrast;}
/* Safari 7.1+ */
_::-webkit-full-page-media, _:future, :root img {

  image-rendering: auto!important

}
@media not all and (min-resolution:.001dpcm) { 
  @supports (-webkit-appearance: none) {
    /*
      Safari style
     */
     img {image-rendering: auto!important;}
}}
@media not all and (min-resolution:.001dpcm) { @media {
    /*
      Safari style
     */
     img {image-rendering: auto!important;}
}}

.e-con {
    --padding-top: var( --container-default-padding-top, 0 );
    --padding-right: var( --container-default-padding-right, 0 );
    --padding-bottom: var( --container-default-padding-bottom, 0 );
    --padding-left: var( --container-default-padding-left, 0 );
}

p + p,
ul + ul,
ol + ol {
  margin-top: 20px;
  margin-bottom: 0; }

p, ol, ul,
table p + p {
  margin-top: 0;
  margin-bottom: 0; }

.myesr-hp-image-box .elementor-widget-container .elementor-image-box-description,
.elementor-widget-container a,
.elementor-widget-container a span,
.elementor-widget-container u {
  text-decoration-thickness: 1px!important;
}

header .elementor-widget-container .menu-item a {
  text-decoration-thickness: 2px!important;
}

.elementor-menu-toggle__icon--open,
.elementor-menu-toggle__icon--close {
  width: 16px;
  height: 16px;
}

button:focus, [type="submit"]:focus, [type="button"]:focus {
    outline: none;
}

.elementor-button:hover, .elementor-button:focus, .elementor-button:visited {
    text-decoration: none!important;
}

body .elementor-widget-button .elementor-button {

}

body .elementor-button-warning .elementor-button,
body .elementor-button-danger .elementor-button {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border-radius: 13px;
    cursor: pointer;
    text-decoration: none;
}
body .elementor-button-warning .elementor-button span,
body .elementor-button-danger .elementor-button span {
    text-align: center;
    font-size: 15px!important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
}
body .elementor-button-warning .elementor-button {
    background-color: #000!important;
}

body .elementor-button-danger .elementor-button {
    background-color: #D1FE17!important;
}

body .elementor-widget-button .elementor-size-md {
    min-height: 60px!important;
}

body[class*=elementor-kit-] {
    color: var(--e-global-color-text);
}

/* MENU */

.myesr-header {
  z-index: 2;
}

.myesr-nav-hamburger button {
  position: absolute;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.myesr-nav-hamburger button .burger {
  display: flex;
/*  position: relative;
  top: 55px;
  right: 30px;*/
  z-index: 3;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.myesr-nav-hamburger button .burger::before, .myesr-nav-hamburger button .burger::after {
  position: absolute;
  left: 0;
  display: block;
  width: 36px;
  height: 4px;
  background: black;
  content: "";
/*  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);*/
}
.myesr-nav-hamburger button .burger::before {
  top: 10px;
  transform-origin: top left;
}
.myesr-nav-hamburger button .burger::after {
  bottom: 10px;
  transform-origin: bottom left;
}
.myesr-nav-hamburger button:hover .burger {
  opacity: 0.75;
}
.menu .myesr-nav-hamburger button .burger::before,.menu .myesr-nav-hamburger button .burger::after {
  left: 3px;
}

body.admin-bar header .menu {
  margin-top: 32px !important;
}
.elementor .menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  /*display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;*/
  transform: translate3d(0, 0, 0);
  /* material acceleration */
  transform: translateX(-100%);
  will-change: transform;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.menu button::before {
  opacity: 1;
  pointer-events: auto;
}
.menu button .burger::before, .menu button .burger::after {
  width: 36px;
  transform-origin: 9.5px center;
  background: #fff;
}
.menu button .burger::before {
  transform: rotate(45deg);
}
.menu button .burger::after {
  transform: rotate(-45deg);
}
header .menu.showMenu {
  transform: translateX(0);
}

.menu-login-link a {color: #D1FE17!important;}

/*.myesr-header,
.elementor-location-footer,
.page-content {
  transform: translate3d(0, 0, 0);
  will-change: transform;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: left center;
}*/



/*.myesr-header.is-menu-active,
.elementor-location-footer.is-menu-active,
.page-content.is-menu-active {
  transform: translateX(50vw);
}*/

body.is-menu-active {
  overflow: hidden;
}

/* helper */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (max-width: 767px){
  .myesr-hamburget-active {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* MENU END */

/* SEARCH */

.myesr-search .elementor-search-form{
    height: 40px;
}
.myesr-search .elementor-search-form label{
    color: #fff;
}
.myesr-search .elementor-search-form__submit{
    cursor: pointer;
}
.myesr-search .elementor-search-form__input{
    padding-left: 0!important;
    padding-right: 0!important;
    height: 40px;
}
.myesr-search input.elementor-search-form__input:-webkit-autofill, 
.myesr-search input.elementor-search-form__input:-webkit-autofill:hover, 
.myesr-search input.elementor-search-form__input:-webkit-autofill:focus, 
.myesr-search input.elementor-search-form__input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #FFF!important;
    -webkit-box-shadow: 0 0 0px 944px rgba(0, 0, 0, 1) inset !important;
}
.myesr-search .elementor-search-form__submit{
    cursor: pointer;
    padding-right: 0!important;
    height: 40px;
}
.myesr-search input.elementor-search-form__input::-webkit-search-cancel-button{
    display: none;   
}
.myesr-search .elementor-search-form__submit svg {
    fill: none;
    width: var(--e-search-form-submit-icon-size, 16px);
    height: var(--e-search-form-submit-icon-size, 16px);
}

/* SEARCH END */

/* NAVIGATION */

.myesr-navigation .elementor-nav-menu--main .menu-item a:hover,
.myesr-navigation .elementor-nav-menu--main .menu-item a:focus,
.myesr-navigation .elementor-nav-menu--main .menu-item a:active {
  text-decoration: underline;
}
@media screen and (min-width: 480px) and ( max-height: 1000px ){
  .myesr-navigation .elementor-nav-menu .elementor-item {
      font-size: 4.5vh!important;
      line-height: 1.2!important;s
  }
  .menu-wrapper .menu-congress-title .elementor-heading-title {
      font-size: 12vh!important;
      line-height: 1!important;
  }
}

header .menu-wrapper {
    overflow-y: hidden;
}
header .menu-wrapper .myesr-navigation {
    overflow-y: auto;
}

.myesr-navigation {
  --scrollbar-width:3px;
  --scrollbar-border-radius:0px;
  --scrollbar-border-thickness:0px;
  --scrollbar-thumb-color:#FFFFFF;
  --scrollbar-track-color:#FFFFFF00;
  --scrollbar-height:3px;
}
.myesr-navigation::-webkit-scrollbar {
  width:3px;
  height:3px;
}
.myesr-navigation::-webkit-scrollbar-thumb {
  background:#FFFFFF;
  border:none;
}
.myesr-navigation::-webkit-scrollbar-track {
  background:#FFFFFF00;
}
.myesr-navigation::-webkit-scrollbar-corner {
  background:#FFFFFF;
  border:none;
}

.about-us-text,
.membership-text,
.education-text,
.publications-text,
.research-text,
.patients-text,
.quality-text,
.eu-international-text,
.sustainability-text,
.young-text,
.congress-text,
.login-text {
    display: none;
    opacity: 0;
    transition: opacity 500ms ease-in-out;
    visibility: hidden;
}
@media (max-width: 980px){
  .cky-btn-revisit-wrapper {
      z-index: 3!important;
  }
  header .menu-wrapper .e-con-inner {
      overflow-y: scroll;
  }
  header .menu-wrapper .myesr-navigation {
      width: 100%!important;
      max-width: 100%!important;
  }
}
@media (min-width: 981px){
  .about-us-text.show,
  .membership-text.show,
  .education-text.show, 
  .publications-text.show, 
  .research-text.show, 
  .patients-text.show, 
  .quality-text.show, 
  .eu-international-text.show, 
  .sustainability-text.show,
  .young-text.show,
  .congress-text.show,
  .login-text.show
  {
    display: flex;
    visibility: visible;
  }
}

@media only screen and (max-width: 1150px) and (min-width: 1024px) {
  body .elementor-element.about-us-text,
  body .elementor-element.membership-text,
  body .elementor-element.education-text,
  body .elementor-element.publications-text,
  body .elementor-element.research-text,
  body .elementor-element.patients-text,
  body .elementor-element.quality-text,
  body .elementor-element.eu-international-text,
  body .elementor-element.sustainability-text,
  body .elementor-element.young-text,
  body .elementor-element.congress-text,
  body .elementor-element.login-text {
    --width: 550px!important;
  }
}


/* NAVIGATION END */


/* FORMS */
.frm_forms.with_frm_style .frm_inside_container.frm_label_float_top > label {
    top: 6px!important;
}

.frm_forms .frm_combo_inputs_container, .frm_forms .frm_grid_container, .frm_forms .frm_form_fields .frm_section_heading, .frm_forms .frm_form_fields .frm_fields_container {
    display: grid;
    grid-template-columns: repeat(12, 6%);
    grid-auto-rows: max-content;
    grid-gap: 0 2.5%;
}

.frm_forms fieldset {
    padding: 0;
}

.with_frm_style .frm_form_fields > fieldset {
    border: 0!important;
}

.frm_forms.with_frm_style .frm_error_style, .frm_forms.with_frm_style .frm_message, .frm_success_style {
    padding: 16px 0;
}
.frm_forms.with_frm_style .frm_message, .frm_success_style {
    text-align: center;
}

.frm_forms .frm_style_formidable-style.with_frm_style .frm_section_heading {
    margin-top: 14px;
}

.frm_forms.with_frm_style .frm-show-form .frm_section_heading h3 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.frm_forms .frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing, .frm_forms .menu-edit #post-body-content .frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing {
    margin-top: 8px;
    margin-bottom: 8px;
}

.frm_forms .frm_style_formidable-style.with_frm_style p.description, .frm_forms .frm_style_formidable-style.with_frm_style div.description, .frm_forms .frm_style_formidable-style.with_frm_style div.frm_description, .frm_forms .frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description, .frm_forms .frm_style_formidable-style.with_frm_style .frm_error, .frm_forms .frm_style_formidable-style.with_frm_style .frm_pro_max_limit_desc {
    font-size: 16px;
    line-height: 20px;
}

.frm_forms.with_frm_style .frm_dropzone {
    background-color: transparent;
}
.frm_forms .frm_dropzone .dz-message {
    background: #fff;
    margin: 0;
}
.frm_forms .frm_style_formidable-style.with_frm_style .frm_icon_font {
    padding-bottom: 8px;
}
.frm_forms .frm_dropzone .frm_upload_icon:before {
    font-size: 24px;
}

.frm_forms .frm_dropzone .dz-preview .dz-image {
    display: none;
}

.frm_forms .frm_dropzone .dz-preview .dz-column {
    float: none;
    width: 100%;
    margin: 0 auto;
}


.myesr-rotator-container {
  display: flex;
  align-items: center;
  min-height: 250px;
}

.myesr-rotator-inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  background-color: #fff;
}

.myesr-rotator-inner .myesr-rotator-text {
  display: inline-block;
  font-weight: 400;
  color: #000;
  font-size: 90px;
  line-height: 1.1;
  text-transform: uppercase;
  pointer-event: none;
  transition: transform 0.1s linear;
  -webkit-animation: scrollText 30s infinite linear;
  animation: scrollText 30s infinite linear;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.myesr-rotator-container.congress .myesr-rotator-inner .myesr-rotator-text {
  color: #5FC4E2;
}

@-webkit-keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

.myesr-invert-cursor {
/*  pointer-events: none;*/
  mix-blend-mode: difference;
/*    position: absolute;
    top: 33%;
    left: 50%;*/
}
.myesr-invert-cursor.congress {
/*  mix-blend-mode: exclusion;*/
  mix-blend-mode: difference;
}
.myesr-invert-cursor .myesr-cursor-ball {
/*  display: none;*/
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 1000;
  cursor: none;
}
.myesr-invert-cursor .myesr-cursor-ball circle {
  fill: #fff;
}

.myesr-invert-cursor.congress .myesr-cursor-ball circle {
  fill: #a03b1d;
}

@media (max-width: 767px){
  .myesr-rotator-container {
    min-height: 200px;
  }
  .myesr-rotator-inner .myesr-rotator-text {
    font-size: 45px;
  }
  .myesr-invert-cursor .myesr-cursor-ball {
    top: 15%;
    left: 40%;
  }
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}

main .elementor:first-child > .e-con-boxed {
    --padding-right: 30px!important;
    --padding-left: 30px!important;
}


@media (max-width: 767px){
  main .elementor:first-child > .e-con-boxed {
      --padding-right: 20px!important;
      --padding-left: 20px!important;
  }
} 

.myesr-hp-image-box img {
  width: 100%
}
.myesr-hp-image-box h3 {
    transform: translate(30px, -20px);
    margin-top: -135px;
}
@media (max-width: 1024px){
  .myesr-hp-image-box h3 {
      transform: translate(15px, -5px);
      margin-top: -95px;
  }
}

.elementor-cta .elementor-cta__bg {
    background-repeat: no-repeat;
}

.myesr-advertising-section .elementor-cta__bg-wrapper {
    min-height: auto!important;
    border: 1px solid;
}
.myesr-advertising-section.three-col .elementor-cta__bg-wrapper {
    aspect-ratio:343/198;
}
.myesr-advertising-section.four-col .elementor-cta__bg-wrapper {
    aspect-ratio:465/283;
}
.myesr-advertising-section .elementor-cta__bg {
    background-size: cover;
    background-repeat: no-repeat;
}
.elementor-cta .elementor-cta__button-wrapper {
    padding-top: 20px;
}
.elementor-cta__button {
  text-align: left!important;
}

.myesr-hp-lastpost .myesr-hp-lastpost-content .elementor-widget-theme-post-title .elementor-widget-container {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0!important;
}

.myesr-hp-lastpost .myesr-hp-lastpost-img {
    --min-height: 100%!important;
}

.myesr-hp-lastpost .myesr-hp-lastpost-content .elementor-widget-theme-post-title .elementor-heading-title {
    font-size: min(max(30px, 3vw), 54px)!important;
}

.myesr-hp-mustread .elementor-heading-title {
    font-size: min(max(30px, 4.6vw), 64px)!important;
}

@media (max-width: 767px){
  .myesr-hp-lastpost .e-loop-item .e-con-inner {
      --flex-wrap: wrap!important;
  }
  .myesr-hp-lastpost .e-loop-item .e-con-inner .e-con-full {
      --width: 100%;!important;
  }
  .myesr-hp-lastpost.myesr-hp-lastpost-content {
    --padding-top: 25px;
    --padding-right: 25px;
    --padding-bottom: 25px;
    --padding-left: 25px;
  }
  .myesr-hp-lastpost .myesr-hp-lastpost-img {
      aspect-ratio: 495/440;
  }
  .myesr-hp-lastpost .myesr-hp-lastpost-content .elementor-widget-theme-post-title .elementor-heading-title {
    font-size: 28px!important;
  }
  .hide-mobile {
    display: none;
  }
}


@media (min-width: 768px){
  .myesr-hp-lastpost .myesr-hp-lastpost-loop-container {
      --min-height: 100%!important;
      aspect-ratio: 1235/440;
  }
}


@media (min-width: 1025px){
  .myesr-hp-mustread {
    writing-mode: vertical-rl;
    transform: scale(-1, -1);
  }
}

body .eicon-close:before {
    content: '+'!important;
    font-family: "PPNeueMontreal",eicons!important;
    font-weight: 300;
}

/* POPUPs */

body.dialog-prevent-scroll {
    overflow: hidden!important;
}

body .eicon-close {
    display: none;
    font-family: "PPNeueMontreal",eicons!important;
    font-size: inherit;
    font-weight: 300!important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body .dialog-lightbox-widget:not([id*="elementor-lightbox-slideshow"]) .dialog-close-button::before {
    content: '+'!important;
    font-family: "PPNeueMontreal",eicons!important;
    font-weight: 300;
    font-size: 90px;
    line-height: 45px;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    color: #fff;
}

body #elementor-popup-modal-629 .dialog-close-button::before {
    color: #000!important;
}
body .dialog-close-button {
    outline: none !important;
}
body .dialog-lightbox-widget:not([id*="elementor-lightbox-slideshow"]) .dialog-close-button {
    top: 20px;
    margin-top: 0;
    right: unset;
    left: 35px;
    opacity: 1;
    z-index: 9999;
    pointer-events: all;
    width: fit-content;
}

@media (max-width: 768px){
  body .dialog-lightbox-widget:not([id*="elementor-lightbox-slideshow"]) .dialog-close-button {
      top: 5px;
      left: 5px;
  }
  body .dialog-lightbox-widget:not([id*="elementor-lightbox-slideshow"]) .dialog-close-button::before {
      font-size: 58px;
      width: 32px;
      height: 32px;
      line-height: 29px;
  }
}


.slideInRight {
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /*animation-timing-function: ease-in-out;*/
}

/*.animated.reverse.slideInRight {
    animation-timing-function: ease-in-out
}*/


.membership-types-wrapper ul {
  padding-left: 20px;
}

.elementor-image-carousel-wrapper.swiper {
    cursor: ew-resize;
}


.modal-content .modal-body a,
.elementor-widget-toggle .elementor-tab-content a,
.elementor-widget-text-editor a,
.elementor-widget-theme-post-content .elementor-widget-container a {
  text-decoration: underline;
}
.page-id-1038 .modal-image {display: none}

.brochure .brochure__item a {
  cursor: pointer;
}

.elementor .elementor-background-video-container .elementor-html5-video,
.elementor .elementor-background-video-container .elementor-background-video-hosted {
    -o-object-fit: none;
    object-fit: none;
}

@media(max-width: 1024px) {
  .elementor .elementor-background-video-container .elementor-html5-video,
  .elementor .elementor-background-video-container .elementor-background-video-hosted {
      -o-object-fit: cover;
      object-fit: cover;
  }
}

.header-background-video-stretch video.elementor-html5-video,
.elementor-background-video-container video.elementor-background-video-hosted,
.elementor-background-video-container .elementor-background-video-embed {
  width: 2560px !important;
  height: 100% !important;
}

/* Testimonial */
.elementor-widget-testimonial-carousel .swiper-wrapper {
    margin-bottom: 30px;
}
.elementor-testimonial {
    display: flex;
    flex-direction: column;
}
.elementor-testimonial .elementor-testimonial__footer {
    order: 1
}
.elementor-testimonial .elementor-testimonial__content {
    order: 2
}
.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid;
}
.elementor-testimonial__image,
.elementor-testimonial__cite {
    margin-bottom: 20px;
}
.elementor-widget-testimonial-carousel .elementor-main-swiper .swiper-slide.swiper-slide-active {
    background-color: #D1FE17!important;
}

@media (min-width: 480px) {
  .elementor-widget-testimonial-carousel {
      width: calc(100% + 30px);
      max-width: 1380px;
  }
  .elementor-widget-testimonial-carousel .elementor-main-swiper, .elementor-widget-reviews .elementor-main-swiper {
      width: calc(100% + 30px);
  }
}
@media (min-width: 1440px) {
  .elementor-widget-testimonial-carousel .elementor-main-swiper, .elementor-widget-reviews .elementor-main-swiper {
      width: 100%;
  }
  .elementor-widget-testimonial-carousel .elementor-swiper::after {
      content: " ";
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
      z-index: 99;
      position: absolute;
      width: 70px;
      height: 100%;
      top: 0;
      right: 0;
  }
}
@media (min-width: 1025px) {
  .elementor-widget-testimonial-carousel .elementor-main-swiper .swiper-slide.swiper-slide-active {
      background-color: #E6E7E8!important;
  }
  .elementor-widget-testimonial-carousel .elementor-main-swiper .swiper-slide.swiper-slide-active + .swiper-slide {
      background-color: #D1FE17!important;
  }
}
/* Testimonial */


/* Flex Columns Container */
.flex-column {
    display: flex;
    flex-wrap: wrap; /* Prevent wrapping to keep items in a row */
    justify-content: flex-start; /* Adjust as needed (flex-start, center, flex-end, space-between, space-around) */
    align-items: flex-start; /* Adjust as needed (flex-start, center, flex-end, stretch) */
    margin: 0 -10px; /* Add some spacing between items */
}

/* Flex Column Item */
.flex-column-item {
    /*flex: 1;*/ /* Allow items to share equal width */
    padding: 0 10px; /* Add some spacing between items */
    box-sizing: border-box; /* Include padding in the width calculation */
}

/*@media (max-width: 1200px) {
  selector .flex-column-item {
      width: 25%!important;
  }
}

@media (max-width: 768px) {
  selector .flex-column-item {
      width: 50%!important;
  }
}*/

/* Timeline */
.timeline li {
  list-style: none;
  padding-bottom: 20px !important;
  border-left: 2px solid #C9976D;
/*  border-left: 2px solid #5FC4E2;*/
  position: relative;
  padding: 10px 0px 10px 20px !important;
  margin-left: -10px !important;
  margin-bottom: 0px !important;
}

/*.timeline li:last-child {
  border: 0px;
  padding-bottom: 0;
  margin-bottom: 0px !important;
}*/

.timeline li:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #C9976D;
/*    background: #5FC4E2;*/
    border-radius: 50%;
    position: absolute;
    left: 0%;
    top: 14px;
    transform: translateX(calc(-50% - 1px));
}
/* Timeline */


/* MEMBERS MODAL */
.brochure {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: visible !important;
}

.brochure__table p {
  margin-bottom: 20px
}

.brochure__see-more {
    font-size: 1.5rem;
}

.brochure__categories {
    margin-bottom: 2rem;
}

.brochure__categories button {
    background: none;
    border: 1px solid #D9D9D9;
    font-size: 0.75rem;
    padding: 0.5rem 1rem 0.5rem 2rem;
    line-height: 1;
    margin: 0 0.75rem 0.75rem 0;
    border-radius: 2rem;
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
    outline: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    position: relative;
    outline: none !important;
}

.brochure__categories button i span {
    display: block;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

.brochure__categories button i {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background: #000;
    border-radius: 1rem;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    display: block;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    opacity: 1;
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.brochure__categories button.active {
    padding: 0.5rem 1rem;
}

.brochure__categories button.active i {
    opacity: 0;
}

.brochure__categories button.active span {
    color: #fff;
}

.brochure .brochure__item {
    width: 25%;
    float: left;
    padding: 1rem 2rem;
    margin-bottom: 1rem;
}

.item__wrapper {
    position: relative;
    margin: 0 auto 2rem;
    max-width: 155px;
}

.brochure .brochure__item .item__link--image {
    display: block;
    position: relative;
}

.item__rounded {
    display: block;
    position: relative;
    padding: 50% 0;
    border-radius: 10rem;
    -moz-border-radius: 10rem;
    -webkit-border-radius: 10rem;
    overflow: hidden;
}

.item__border {
    display: none;
    position: absolute;
    top: -0.75rem;
    left: -0.75rem;
    bottom: -0.75rem;
    right: -0.75rem;
    border: 2px solid #ccc;
    border-radius: 10rem;
    -moz-border-radius: 10rem;
    -webkit-border-radius: 10rem;
}

.brochure .brochure__item.active .item__border {
    border: 8px solid #ccc;
}

.brochure .brochure__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item__label {
    display: block;
    min-height: 80px;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    overflow: visible;
}

.item__link--label {
    display: inline-block;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    font-size: clamp(1rem, 1.4vw, 18px);
    line-height: 1.25;
    padding-bottom: 0;
}

.my-sizer-element {
    width: 8.33333%;
}

@media all and (max-width: 720px) {
    .brochure .brochure__item {
        width: 33.3333%;
    }
}

@media all and (max-width: 540px) {
    .brochure .brochure__item {
        padding: 1rem;
        margin-bottom: 0;
    }

    .item__label {
        min-height: 85px;
    }

    .item__link--label {
        padding-bottom: 0;
    }

    .brochure .brochure__item a {
        cursor: pointer;
        font-size: 16px;
        line-height: 1.2;
    }

    .brochure .brochure__item .item__border {
        top: -0.5rem;
        left: -0.5rem;
        bottom: -0.5rem;
        right: -0.5rem;
    }

    .item__wrapper {
        position: relative;
        margin-bottom: 1rem;
    }
}

button[data-group*="5"] i {
    background: #BC1382;
}

button[data-group*="5"].active {
    border-color: #BC1382;
    background: #BC1382;
}

.modal [data-groups*="5"],
[data-groups*="5"] .item__border {
    border-color: #BC1382;
}

button[data-group*="4"] i {
    background: #5E2BA3;
}

button[data-group*="4"].active {
    border-color: #5E2BA3;
    background: #5E2BA3;
}

.modal [data-groups*="4"],
[data-groups*="4"] .item__border {
    border-color: #5E2BA3;
}

button[data-group*="3"] i {
    background: #CB1E1E;
}

button[data-group*="3"].active {
    border-color: #CB1E1E;
    background: #CB1E1E;
}

.modal [data-groups*="3"],
[data-groups*="3"] .item__border {
    border-color: #CB1E1E;
}

button[data-group*="2"] i {
    background: #ED7326;
}

button[data-group*="2"].active {
    border-color: #ED7326;
    background: #ED7326;
}

.modal [data-groups*="2"],
[data-groups*="2"] .item__border {
    border-color: #ED7326;
}

button[data-group*="1"] i {
    background: #E8B221;
}

button[data-group*="1"].active {
    border-color: #E8B221;
    background: #E8B221;
}

.modal [data-groups*="1"],
[data-groups*="1"] .item__border {
    border-color: #E8B221;
}

.brochure__item__data {
    display: none;
}

/* modal */

#brochure--person .modal-header {
    border: 0;
    padding: 0;
}

#brochure--person .modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#brochure--person .modal-dialog {
    width: auto;
    max-width: 820px;
    padding: 2rem 0;
}

@media all and (min-width: 544px) {
    #brochure--person .modal-dialog {
        padding: 4rem 10px;
    }
}

#brochure--person .modal-content {
    border-radius: 1rem;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    box-shadow: 0 0 20px rgba(41, 40, 47, 0.2);
    border: 0;
    padding: 4rem 2rem;
}

#brochure--person .modal-container {
    max-width: 540px;
    margin: 0 auto;
}


#brochure--person .modal-content .close {
    top: 2rem;
    right: 2rem;
    position: absolute;
    color: #000;
    opacity: 1;
    text-shadow: none;
    font-weight: 300;
    font-size: 3rem;
    line-height: 0.5;
}

[data-groups='["1","2"]'] .item__border::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    border: 2px solid #ED7326 !important;
    border-radius: 10rem;
    -moz-border-radius: 10rem;
    -webkit-border-radius: 10rem;
}

[data-groups='["1","3"]'] .item__border::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    border: 2px solid #CB1E1E !important;
    border-radius: 10rem;
    -moz-border-radius: 10rem;
    -webkit-border-radius: 10rem;
}

[data-groups='["1","2","3"]'] .item__border::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    border: 2px solid #CB1E1E !important;
    border-radius: 10rem;
    -moz-border-radius: 10rem;
    -webkit-border-radius: 10rem;
}

[data-groups='["1","2","3"]'] .item__border::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    bottom: 4px;
    right: 4px;
    border: 2px solid #ED7326 !important;
    border-radius: 10rem;
    -moz-border-radius: 10rem;
    -webkit-border-radius: 10rem;
}


[data-groups='["1","4"]'] .item__border::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    border: 2px solid #5E2BA3 !important;
    border-radius: 10rem;
    -moz-border-radius: 10rem;
    -webkit-border-radius: 10rem;
}

[data-groups='["1","5"]'] .item__border::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    border: 2px solid #BC1382 !important;
    border-radius: 10rem;
    -moz-border-radius: 10rem;
    -webkit-border-radius: 10rem;
}

[data-groups='["2","3"]'] .item__border::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    border: 2px solid #CB1E1E !important;
    border-radius: 10rem;
    -moz-border-radius: 10rem;
    -webkit-border-radius: 10rem;
}

[data-groups='["2","4"]'] .item__border::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    border: 2px solid #5E2BA3 !important;
    border-radius: 10rem;
    -moz-border-radius: 10rem;
    -webkit-border-radius: 10rem;
}

[data-groups='["2","5"]'] .item__border::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    border: 2px solid #BC1382 !important;
    border-radius: 10rem;
    -moz-border-radius: 10rem;
    -webkit-border-radius: 10rem;
}

[data-groups='["3","4"]'] .item__border::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    border: 2px solid #5E2BA3 !important;
    border-radius: 10rem;
    -moz-border-radius: 10rem;
    -webkit-border-radius: 10rem;
}

[data-groups='["3","5"]'] .item__border::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    border: 2px solid #BC1382 !important;
    border-radius: 10rem;
    -moz-border-radius: 10rem;
    -webkit-border-radius: 10rem;
}

[data-groups='["4","5"]'] .item__border::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    border: 2px solid #BC1382 !important;
    border-radius: 10rem;
    -moz-border-radius: 10rem;
    -webkit-border-radius: 10rem;
}

.brochure__categories {
    display: none;
    text-align: center;
}

/*.brochure__item a i.fa-window-maximize{
    font-size: 14px;
    line-height: 1;
    padding-left: 5px;
}*/
.brochure__item .brochure-popup-icon {
    background-image: url('data:image/svg+xml,<?xml version="1.0" ?><svg class="feather feather-plus-circle" fill="none" height="24" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="10"/><line x1="12" x2="12" y1="8" y2="16"/><line x1="8" x2="16" y1="12" y2="12"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 18px;
    height: 18px;
}
.brochure__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.my-sizer-element {
    width: 8.33333%;
}

.brochure__item__data {
    display: none;
}

/* modal */
#brochure--person.modal {
    background: rgba(255, 255, 255, 0.8);
}

#brochure--person .modal-dialog {
    width: auto;
    max-width: 820px;
    padding: 2rem 0;
}

@media all and (min-width: 544px) {
    #brochure--person .modal-dialog {
        padding: 4rem 10px;
    }
}

#brochure--person .modal-content {
    border-radius: 1rem;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    box-shadow: 0 0 20px rgba(41, 40, 47, 0.2);
    border: 0;
    padding: 4rem 2rem;
}

#brochure--person .modal-container {
    max-width: 540px;
    margin: 0 auto;
}

#brochure--person .modal-content .close {
    top: 2rem;
    right: 2rem;
    position: absolute;
    color: #000;
    opacity: 1;
    text-shadow: none;
    font-weight: 300;
    font-size: 3rem;
    line-height: 0.5;
}
.modal-image {
    padding-bottom: 20px;
}

@media (max-width: 543px) {
    .brochure__categories {
        text-align: left;
    }
    .brochure table td,
    .brochure table.table-style-1 td {
        padding: 0.5rem;
        display: block;
        width: 100%;
    }
}


.executive-council-modal .modal-body-wrapper {
    padding-top: 100px;
}
.executive-council-modal .modal-title {
    color: #fff;
    border-bottom: 1px solid var(--e-global-color-8876b7c );
    padding-bottom: 5px;
}
.executive-council-modal .modal-subtitle {
    color: #fff;
    font-size: 20px;
    line-height:28px;
    border-left: 6px solid var(--e-global-color-8876b7c );
    margin-top: 15px;
    padding-left: 1rem;
}
.executive-council-modal .modal-image {
    float:left;
    padding-right: 30px;
}
.executive-council-modal .modal-image img {
    width: 100%;
    max-width: 495px;
    object-fit: cover;
    aspect-ratio: 1/1;

}
.executive-council-modal .modal-body {
    font-size: 20px;
    line-height:24px;
    color: #fff;
}
.executive-council-modal .modal-body p:first-child {
    font-size: 32px;
    font-weight: bold;
    line-height:38px;
}
/* MEMBERS MODAL*/

/* FORM MODULE */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #fff;
}
body .forminator-ui .forminator-button-submit {
    border-radius: 13px!important;
    min-height: 40px!important;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 13px 20px!important;
}
/* FORM MODULE */


.ai-blog-template-default img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.ai-blog-template-default img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}
.ai-blog-template-default img.aligncenter{
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.ai-blog-template-default img.alignright,
.ai-blog-template-default img.alignleft {
    max-width: 360px;
}

.ai-blog-template-default .elementor-posts .elementor-post__avatar img {
    background-color: #ccc;
}

.ai-blog-template-default .myesr-header-container .myesr-header-title h1.looong-title,
.tax-ai-blog-tag .myesr-header-container .myesr-header-title h1.looong-title,
.tax-ai-blog-category .myesr-header-container .myesr-header-title h1.looong-title {
    /* color: #FFFFFF!important; */
    font-size: min(max(47px, 3.4vw), 64px)!important;
    text-transform: unset!important;
    word-break: break-word;
}


.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-cloud-item {
    border: 1px solid #000;
    border-radius: 100px;
    padding: 8px 14px;
    line-height: 1;
    color: #000;
    background-color: transparent;
    font-size: 15px!important;
    text-decoration: none;
    transition: background-color 0.3s, transform 0.3s;
}

.tag-cloud-item:hover {
    transform: scale(1.1);
    color: #000;
}


/*EventON*/

.post-type-archive-ajde_events .wrapper.evo_archive_page {
    max-width: 1090px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 30px;
}

#evo_search {
    padding: 20px 0;
}