* {
  font-family: "Raleway", sans-serif;
}
body {
  background: #F5F5F5;
}
A {
  color: #FF8243;
  text-underline-offset: 6px;
}
h2 {
  font-size: 36px !important;
  font-weight: bold !important;
  color: #214389;
  margin-bottom: 10px !important;
}
h3 {
  font-size: 20px !important;
  font-weight: bold !important;
  color: black;
  margin-bottom: 10px !important;
}
.container {
  background: white;
}
.navbar-toggler {
  border: none;
}
.offcanvas {
  width: 250px;
}
/* Always show the navbar-toggler */
.navbar-toggler {
  display: block;
}
img {
  max-width: 100%;
}
.eumcontainer {
  width: 1140px !important;
  margin: auto;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.bglightblue {
  background-color: #F6F7FD;
}
#icon_blocks > DIV {
  padding-right: 50px !important;
}
#icon_blocks .icon_title {
  display: flex;
  align-items: center;
  color: #214389;
  font-size: 23px;
  font-weight: bold;
}
#icon_blocks .icon_title .dashicons {
  margin-right: 10px;
}
#icon_blocks .icon_text {
  font-size: 20px;
}
#icon_blocks a {
  color: #FF8243;
  font-weight: bold;
  font-size: 20px;
}
#rounded_downloads {
  border: 1px solid #214389 !important;
  border-radius: 5px;
  border-bottom-left-radius: 30px;
  background: #F6F7FD;
  border-top-right-radius: 30px;
  padding: 20px;
  box-shadow: 2px 2px 5px 2px #d9d9d9;
  width: 100%;
}
#rounded_downloads .title {
  text-align: center;
  font-size: 20px;
  color: #214389;
  text-transform: uppercase;
  font-weight: bold;
}
#rounded_downloads .inactive {
  pointer-events: none;
  color: #a3a3a3;
  background-color: #d9d9d9;
}
#rounded_downloads .active {
  color: #FF8243;
  box-shadow: inset 0 0 0 2px #FF8243;
  background: transparent;
}
.backgroundblue {
  background-image: url('/wp-content/themes/eumw/assets/images/backgroundblue.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bigbluetitle {
  font-size: var(--wp--preset--font-size--large) !important;
  color: #214389;
  font-weight: bolder;
  text-align: center;
}
.bigwhitetitle {
  font-size: var(--wp--preset--font-size--large) !important;
  color: white;
  font-weight: bolder;
  text-align: center;
}
#next_events .event {
  display: flex;
  flex-direction: row;
  box-shadow: 2px 2px 5px 2px #d9d9d9;
  border-radius: 5px 20px 5px 20px;
  overflow: hidden;
}
#next_events .event .date_start {
  display: flex;
  flex-direction: column;
  background: #448AD5;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  text-align: center;
}
#next_events .event .date_start .day {
  font-size: 30px;
  line-height: 25px;
  margin-bottom: 8px;
}
#next_events .event .date_start .month {
  line-height: 26px;
  font-size: 24px;
  text-transform: uppercase;
}
#next_events .event .eventdetails {
  flex: 1;
  color: black;
  background: white;
}
#next_events .event .eventdetails .eventtitle {
  font-size: 20px;
}
#content h1 {
  font-size: var(--wp--preset--font-size--large) !important;
  font-weight: bold !important;
  color: #214389;
}
.wp-block-button__link {
  padding: 6px 20px !important;
  border-radius: 20px;
  font-weight: bold;
  background: #FF8243;
}
.wp-block-buttons .is-style-outline .wp-block-button__link {
  padding: 4px 20px !important;
}
#footer .spnsors {
  padding-top: 15px;
  padding-bottom: 15px;
}
#footer .spnsor {
  height: 60px;
  font-size: 9px;
  display: flex;
  font-weight: bold;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#footer .spnsor_type {
  height: 20px;
}
#footer .spnsor_image {
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 16/9;
  background-position: center;
  height: 40px;
}
.large_right .wp-block-uagb-image {
  justify-content: end;
}
.large_left .wp-block-uagb-image {
  justify-content: start;
}
.main-header {
  position: relative;
  aspect-ratio: 1728/450;
  background-size: cover;
  background-position: 50% 50%;
}
.main-header:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.4;
}
.main-header > div {
  position: relative;
  z-index: 1;
}
.main-header .header_title {
  position: absolute;
  bottom: 30px;
  right: 80px;
  color: white;
  font-size: 55px;
  padding: 15px;
  padding-bottom: 0;
  text-align: right;
}
.main-header .header_image {
  position: absolute;
  bottom: 49px;
  right: 163px;
  max-height: 50%;
  max-width: 400px;
}
.home .main-header {
  aspect-ratio: 1728/700;
}
#main_menu {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  background: transparent;
}
#main_menu #backmenutop {
  height: 60px;
  background: #214389;
  left: 0;
  right: 0;
  position: absolute;
  opacity: 0;
  transition: 0.4s opacity;
}
#main_menu #backmenutop.scrolled {
  opacity: 1;
}
.main_menu {
  height: 60px;
}
.main_menu LI {
  margin: 0 10px;
}
.main_menu LI A {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 14px;
}
#social_icons {
  display: flex;
  height: 24px;
  flex-direction: row;
  border-right: 1px solid white;
  margin-right: 15px;
}
#social_icons a {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 15px;
}
#social_icons .twitter {
  background-image: url('/wp-content/themes/eumw/assets/images/x-white.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#social_icons .facebook {
  background-image: url('/wp-content/themes/eumw/assets/images/facebook-white.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#social_icons .youtube {
  background-image: url('/wp-content/themes/eumw/assets/images/youtube-white.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#social_icons .linkedin {
  background-image: url('/wp-content/themes/eumw/assets/images/linkedin-white.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#footer .row1 {
  background: #214389;
}
#footer .menu-footer {
  padding: 0;
  margin: 0;
}
#footer .menu-footer LI {
  list-style-type: none;
}
#footer .menu-footer LI A {
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  color: white;
}
#footer .menu-footer LI A.active {
  color: white !important;
}
#main_menu .chevron {
  display: none;
}
#main_menu IMG {
  width: 300px;
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 9;
  transition: 0.4s all;
}
#main_menu UL {
  display: flex;
  flex-direction: row;
}
#main_menu LI {
  list-style-type: none;
}
#main_menu .level-1 {
  position: absolute;
  background: #2D5A87;
  top: 0;
  left: 0;
  right: 0;
  padding-left: calc(300px + 40px);
}
#main_menu .level-1 LI A {
  padding: 20px 10px;
  height: 64px;
  display: block;
}
#main_menu .level-2 {
  position: absolute;
  background: #214389;
  top: 60px;
  left: 0;
  padding-left: calc(300px + 20px);
  right: 0;
  display: flex;
  pointer-events: none;
  opacity: 0;
}
#main_menu .level-2.visible {
  pointer-events: all;
  opacity: 1;
}
#main_menu .level-2 LI A {
  padding-top: 13px;
  height: 47px;
  display: block;
}
#main_menu .level-3 {
  position: absolute;
  background: #448AD5;
  top: 47px;
  left: 0;
  right: 0;
  display: flex;
  padding-left: calc(300px + 20px);
  opacity: 0;
  pointer-events: none;
}
#main_menu .level-3.visible {
  opacity: 1;
  pointer-events: all;
}
#main_menu .level-3 LI A {
  padding-top: 10px;
  height: 40px;
}
#main_menu #top_menu_right {
  position: absolute;
  right: 17px;
  top: 17px;
  width: 188px;
  display: flex;
  justify-content: right;
}
.level-1 > LI.opened > A {
  color: #448AD5 !important;
}
.level-2 > LI.opened > A {
  color: #448AD5 !important;
}
.level-2 > LI > A.active {
  color: #448AD5 !important;
}
.level-3 > LI > A.active {
  color: #214389 !important;
}
#menu_mobile .level-3 > LI > A.active {
  color: #FF8243 !important;
}
.menu_toggler {
  cursor: pointer;
}
.scrolled #main_menu .level-2 {
  display: none !important;
}
.scrolled #main_menu .level-3 {
  display: none !important;
}
#menu_mobile {
  overflow: hidden;
  overflow-x: visible;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: white;
  transform: translateX(100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 350px;
  transition: 0.4s all;
  z-index: 9;
  padding: 0;
}
#menu_mobile #top_menu_mobile {
  background: #214389;
  display: flex;
  padding: 15px;
  font-size: 22px;
  color: white;
  height: 60px;
  font-weight: bolder;
}
#menu_mobile #top_menu_mobile .close {
  padding-right: 15px;
}
#menu_mobile #top_menu_mobile .close span {
  font-size: 40px;
  margin-top: -4px;
}
#menu_mobile #top_menu_mobile .menu_toggler {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 6px;
}
#menu_mobile UL.level-1 {
  overflow-x: visible;
  overflow-y: auto;
  flex: 1;
  padding: 15px;
  padding-top: 0;
}
#menu_mobile LI {
  position: relative;
  list-style-type: none;
}
#menu_mobile .sep {
  border-bottom: 1px solid #AAA;
}
#menu_mobile .chevron {
  position: absolute;
  top: 5px;
  height: 40px;
  padding: 10px;
  right: 5px;
  cursor: pointer;
  z-index: 9999;
  transform-origin: 50% 50%;
}
#menu_mobile .level-1 .chevron {
  top: 15px;
  color: #214389;
}
#menu_mobile .level-2 {
  background: #E9E9E9;
  margin-left: -40px;
  margin-right: -15px;
}
#menu_mobile .level-2 .sep {
  margin-left: 10px;
  margin-right: 10px;
}
#menu_mobile .level-2 .chevron {
  top: 3px;
  right: 14px;
  color: #214389;
}
#menu_mobile .level-3 {
  background: #d9d9d9;
  margin-left: -32px;
}
#menu_mobile .level-1 LI A {
  display: block;
  padding: 20px 10px 20px 0;
  color: #214389;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
#menu_mobile .level-2,
#menu_mobile .level-3 {
  display: none;
}
#menu_mobile .level-2.visible,
#menu_mobile .level-3.visible {
  display: block;
}
#menu_mobile .level-2 LI A {
  padding: 10px 10px;
  padding-left: 24px;
  font-size: 16px;
  text-transform: none;
  background: #E9E9E9;
}
#menu_mobile .level-3 LI A {
  padding: 10px 10px;
  padding-left: 48px;
  font-size: 13px;
  text-transform: none;
  background: #d9d9d9;
}
#menu_mobile .level-1 > .opened > .level-2.visible > .last.menu-item > .sep {
  border-bottom: 0;
}
#menu_mobile .level-2 > .opened > .level-3.visible > .last.menu-item > .sep {
  border-bottom: 0;
}
#menu_mobile .opened > .chevron {
  transform: rotate(180deg);
}
.menu_open {
  overflow: hidden;
}
.menu_open #menu_mobile {
  transform: translateX(0);
}
#menu_opener {
  border: 0;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/eumw/assets/images/menu-opener-white.png');
  width: 24px;
  height: 24px;
}
#menu_opener .navbar-toggler-icon {
  font-size: 30px;
  font-weight: bold;
}
.around_mobile_menu {
  overflow: hidden;
}
.menu_open .around_mobile_menu {
  overflow: visible;
}
.menu_open #backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  pointer-events: none;
}
#hiddendiv {
  height: 20px !important;
  min-height: 20px;
}
.tease-event .block {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 2px 5px 2px #d9d9d9;
}
.tease-event .block .image {
  aspect-ratio: 360/270;
  background-size: cover;
  background-position: 50%;
}
.tease-event .block .title {
  color: #214389;
  font-size: 18px;
  font-weight: bold;
}
.tease-event .block .dates {
  color: black;
  font-size: 14px;
  height: 42px;
}
.future {
  display: flex;
  flex-direction: column;
}
.future .block {
  flex: 1;
  padding: 20px;
  background-image: url('/wp-content/themes/eumw/assets/images/backgroundblue.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.forminator-custom-form .forminator-textarea,
.forminator-custom-form .forminator-input {
  background: white !important;
  padding: 4px 15px !important;
  border-radius: 18px !important;
  border: none!important;
  width: 100%;
}
.forminator-custom-form .forminator-row {
  margin-bottom: 5px !important;
}
.forminator-custom-form .forminator-textarea {
  padding: 15px !important;
  margin-bottom: 15px!important;
}
.forminator-custom-form .forminator-label {
  font-size: 18px !important;
  color: #448AD5 !important;
  padding: 10px 0 !important;
  display: block;
}
.forminator-custom-form .forminator-button-submit {
  background: #FF8243 !important;
  font-weight: bold !important;
  font-size: 18px !important;
  width: 100% !important;
  color: white;
  border-radius: 18px !important;
  border: 0;
}
.forminator-custom-form .forminator-button-submit:hover {
  box-shadow: inset 0 0 0 2px black !important;
}
.conferences .tease-conference {
  flex: 1;
  display: flex;
}
.conferences .block {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 2px 5px 2px #d9d9d9;
}
.conferences .block .image {
  aspect-ratio: 360/270;
  background-size: 90%;
  background-color: #a3a3a3;
  background-repeat: no-repeat;
  background-position: 50%;
}
.conferences .block .title {
  color: #214389;
  font-size: 18px;
  font-weight: bold;
}
.conferences .block .dates {
  color: black;
  font-size: 14px;
}
.container-xxl {
  max-width: 1780px;
}
.large {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: calc((1780px - 1140px) / -2) !important;
  margin-right: calc((1780px - 1140px) / -2) !important;
}
.large_left {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: calc((1780px - 1140px) / -2) !important;
  margin-right: calc((1780px - 1140px) / -2) !important;
}
.large_left > div {
  max-width: 100% !important;
}
.large_left > div > .right {
  padding-right: calc(-1 * calc((1780px - 1140px) / -2)) !important;
}
.large_right {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: calc((1780px - 1140px) / -2) !important;
  margin-right: calc((1780px - 1140px) / -2) !important;
}
.large_right > div {
  max-width: 100% !important;
}
.large_right > div > .left {
  padding-left: calc(-1 * calc((1780px - 1140px) / -2)) !important;
}
div.text-white {
  font-size: 70px;
  line-height: 80px;
}
@media (min-width: 1400px) {
  .future .bigwhitetitle {
    font-size: 50px !important;
  }
}
@media (max-width: 1400px) {
  #main_menu IMG {
    max-width: 200px;
  }
  div.text-white {
    font-size: 50px;
    line-height: 50px;
  }
  #main_menu .level-1 {
    padding-left: calc(200px + 30px);
  }
}
@media (min-width: 1400px) and (max-width: 1780px) {
  .large {
    margin-left: calc((1780px - 1400px) / -2) !important;
    margin-right: calc((1780px - 1400px) / -2) !important;
  }
  .large_left {
    margin-left: calc((1780px - 1400px) / -2) !important;
    margin-right: calc((1780px - 1400px) / -2) !important;
  }
  .large_left > div {
    max-width: 100% !important;
  }
  .large_left > div > .right {
    padding-right: calc(-1 * calc((1780px - 1400px) / -2)) !important;
  }
  .large_right {
    margin-left: calc((1780px - 1400px) / -2) !important;
    margin-right: calc((1780px - 1400px) / -2) !important;
  }
  .large_right > div {
    max-width: 100% !important;
  }
  .large_right > div > .left {
    padding-left: calc(-1 * calc((1780px - 1400px) / -2)) !important;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .large {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -74px !important;
    margin-right: -74px !important;
  }
  .large_left {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -74px !important;
    margin-right: -74px !important;
  }
  .large_left > div {
    max-width: 100% !important;
  }
  .large_left > div > .right {
    padding-right: 74px;
  }
  .large_right {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -74px !important;
    margin-right: -74px !important;
  }
  .large_right > div {
    max-width: 100% !important;
  }
  .large_right > div > .left {
    padding-left: 74px;
  }
}
@media (max-width: 1200px) {
  .block-3 > div {
    border-radius: 20px !important;
  }
  .large {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .large_right {
    margin-right: -15px !important;
    margin-left: 0 !important;
  }
  .large_right > div > .left {
    padding-left: 0 !important;
    padding-right: 15px;
  }
  .large_right > div > .right {
    padding-right: 0;
  }
  .large_left {
    margin-left: -15px !important;
    margin-right: 0 !important;
  }
  .large_left > div > .left {
    padding-left: 0;
  }
  .large_left > div > .right {
    padding-left: 15px;
    padding-right: 0 !important;
  }
}
@media (max-width: 1200px) {
  .eumcontainer {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #social_icons {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .scrolled #main_menu IMG {
    height: 50px;
    width: auto;
    top: 5px;
  }
  #social_icons {
    display: none !important;
  }
  #main_menu .main_menu.level-1 {
    display: none;
  }
  .main-header {
    aspect-ratio: 1728/1000;
  }
  .main-header .header_title {
    bottom: 15px;
    right: 15px;
  }
  .main-header .header_title H1 {
    margin-bottom: 0;
  }
  .main-header .header_center_zone {
    line-height: 35px;
    margin-bottom: 15px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-top: 5rem !important;
  }
  .main-header .header_center_zone div.text-white {
    font-size: 30px !important;
  }
  .main-header .header_center_zone a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .main-header .header_image {
    position: absolute;
    bottom: 15px;
    right: 15px;
    max-height: 40%;
    max-width: 250px;
  }
  .home .main-header {
    aspect-ratio: 390/400;
  }
  .home .main-header .header_title {
    bottom: 15px;
    right: 15px;
  }
}
.wp-block-group > H2 {
  margin-bottom: 0!important;
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  display: flex !important;
  height: auto !important;
}
.content-wrapper {
  overflow: hidden;
  min-height: 400px;
}
/*# sourceMappingURL=styles.css.map */