/*!
Theme Name: EuroQol
Author: europewebmedia
Author URI: https://europewebmedia.nl/
Description: EuroQol custom theme based on Bootstrap framework.
Version: 1.0.0
Requires at least: Bootstrap 5.0
Requires PHP: 7.4+
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: euroqol
*/

@font-face {
  font-family: "Viga";
  src: url("assets/fonts/viga.woff2") format("woff2");
}

body {
  background-color: #f2f2f2;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  font-style: normal;
  padding: 0;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: "Viga", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  font-style: normal;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 {
  font-size: 35px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #333;
  font-family: "Viga", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}

h1 a {
  color: #333
}

h2 {
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: 0px
}

h2 .fl-comments-list-title {
  font-size: 17px
}

h3 {
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0px
}

h4 {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0px
}

h5 {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0px
}

h6 {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0px
}
a {
    color: #5f908f;
}
a.fl-button, a.fl-button:visited {
  background: #5f908f;
  color: #000;
  border: 1px solid #476b6a;
}
a.fl-button.back-button, a.fl-button.back-button:hover {
  border-style: none;
  border-width: 0;
  background-clip: border-box;
  border-radius: 25px;
  font-family: Viga, sans-serif;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #afc2bf;
  background-color: #bbcecb;
  padding-top: 11px;
  padding-right: 45px;
  padding-bottom: 11px;
  padding-left: 25px;
  text-decoration: none;
}
a.fl-button.back-button:hover {
  background-color: #3d3d3d;
  border: 1px solid #313131;
  color: #fff;
}

.column-content a.fl-button, .column-content a.fl-button:visited {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  padding: 12px 24px;
  text-decoration: none;
  text-shadow: none;
}
.column-content .rich-text *:not(b, strong) {
  font-family: Viga, sans-serif;
  font-weight: 400;
  /*text-align: center;*/
  /*text-transform: uppercase;*/
}
.module-content {
  margin: 20px;
}
.module-content.is-column-heading {
margin-bottom: 0;
}

img {
  max-width: 100%;
}

.rich-text ul li,
.blogs-list ul li {
  list-style-type: none;
  background-image: url(./assets/img/bullet.svg);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: 0px 8px;
  padding-left: 20px;
  /* color: #5f9190; */
  padding-bottom: 5px;
}
.rich-text div:not(.full-width-text) ul li,
.blogs-list div:not(.full-width-text) ul li {
    /*margin-left: -38px;*/
  }
.rich-text div.full-width-text ul,
.blogs-list div.full-width-text ul {
  padding-left: 0;
}
  
  
  .site-header-wrapper {
    position: sticky;
    z-index: 2;
  }
  
  .header-top-section {
    background-color: #8a9c9b;
  }
  
  .header-top-section .social-icons,
  .column-module .social-icons {
    list-style: none;
    display: flex;
    gap: 5px;
    margin: 0;
    padding: 0;
  }
  
  .header-top-section .social-icons a,
  .column-module .social-icons a {
    display: block;
  }
  
  .header-top-section .social-icons a svg,
  .column-module .social-icons a svg {
    width: 17px;
    height: 17px;
    display: block;
  }
  .header-top-section .social-icons a svg {
    fill: #004a6d;
  }
  .column-module .social-icons a svg {
    fill: #B0C9C8;
  }
  .about-us-list-columns .column-module .social-icons a svg {
    fill: #000000;
    stroke: #000000;
  }
  .about-us-list-columns .column-module .social-icons a svg path {
    fill: #000000;
  }
  @media (max-width: 991px) {
    .header-top-section .social-icons a svg,
    .column-module .social-icons a svg {
      fill: #004a6d;
    }
  }
  
  .header-top-section a.btn {
    color: #ffffff;
    font-family: Viga, sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #ca9812;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 25px;
  }
  
  .header-top-section a.btn:hover {
    background-color: #004a6d;
  }
  
  .header-top-section .column-search form {
    position: relative;
    overflow: hidden;
    min-height: 45px;
    display: flex;
    align-items: center;
  }
  
  .header-top-section .column-search [type=search] {
    position: absolute;
    left: 100%;
    height: 100%;
    color: #ffffff;
    outline: none;
    border: 0;
    padding: 10px;
    width: 100%;
    background-color: transparent;
    transition: all .3s;
  }
  .header-top-section .column-search [type=search]::placeholder {
    color: #fff;
  }
  
  .header-top-section .column-search .search-input.open {
    left: 0;
  }
  
  .header-top-section .column-search ::placeholder {
    color: #004a6d;
  }
  
  .header-top-section .column-search a.search {
    position: absolute;
    right: 0;
    color: #004a6d;
  }
  
  .header-top-section .column-search a.search:hover {
    color: #ffffff;
  }
  
  .header-top-section .column-login {
    background-color: #004a6d;
  }
  
  .header-top-section .column-login .login-btn {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-family: Viga, sans-serif;
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    align-content: center;
    height: 100%;
    display: block;
  }
  
  .header-main-section {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  @media(min-width: 992px) {
    .header-main-section {
      background: #fff;
      margin-bottom: 0;
      margin-top: 0;
      padding-top: 20px;
    }
    .header-main-section .site-branding {
      margin-top: 10px;
      margin-bottom: 10px;
    }
    #mainmenu > li.menu-item {
      padding-bottom: 10px;
      top: 10px;
      /* position: relative; */
    }
  }
  
  .header-main-section .menu-column {
    align-self: end;
  }
  
  .main-menu-wrapper {
    padding: 0 2rem;
  }
  
  .main-menu-container ul {
    list-style: none;
  }
  
  .main-menu-container ul li {
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
  }
  
  .main-menu-container ul li a {
    font-family: Viga, sans-serif;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
  }
  
  .main-menu-container ul li a {
    color: #004a6d;
    text-transform: uppercase;
  }
  
  .main-menu-container ul li.menu-item-has-children:hover,
  .main-menu-container ul li.menu-item-has-children a:hover {
    border-top-left-radius: 20px;
  }
  
  .sub-menu-wrapper ul {
    padding-left: 0;
  }
  
  .sub-menu-wrapper.lvl-0 {
    opacity: 0;
    visibility: hidden;
    padding: 25px 30px;
    position: absolute;
    background: #fff;
    -webkit-transition: opacity 0s, visibility 0s;
    transition: opacity 0s, visibility 0s;
    margin-top: 0px;
    left: 13px;
    right: 13px;
    /*box-shadow: 0px 34px 24px 0px #00000040;*/
    transform: translateY(10px);
  }
  
  .main-menu-container ul li.menu-item-has-children:hover .sub-menu-wrapper.lvl-0 {
    opacity: 1;
    visibility: visible;
  }
  
  .main-menu-container ul li.menu-item-has-children:hover,
  .main-menu-container ul li.menu-item-has-children:hover .sub-menu-wrapper.lvl-0 {
    background-color: currentColor;
    border-color: currentColor;
    border-width: 1px;
  }
  
  .main-menu-container ul li.menu-item-has-children:hover .sub-menu-wrapper.lvl-0 {
    border-top-left-radius: 20px;
  }
  
  .main-menu-container ul li .sub-menu-wrapper a {
    display: block;
    margin-bottom: 25px;
  }
  
  .main-menu-container ul.nav > li:first-child .sub-menu-wrapper a {
    color: #000000;
  }
  
  .main-menu-container ul li:hover a,
  .main-menu-container ul li .sub-menu-wrapper a {
    color: #ffffff;
  }
  
  .main-menu-container ul li .sub-menu-wrapper > .sub-menu {
    display: flex;
    width: 100%;
  }
  
  .main-menu-container ul li .sub-menu-wrapper.lvl-0 li {
    border-right: solid 1px rgba(255, 255, 255, 0.5);
    width: 100%;
    margin-right: 2.5rem;
  }
  
  .main-menu-container ul li .sub-menu-wrapper.lvl-0 li:last-of-type {
    border-right: 0;
  }
  
  .main-menu-container ul li .sub-menu-wrapper.lvl-1 > .sub-menu {
    display: block;
  }
  
  .main-menu-container ul li .sub-menu-wrapper.lvl-1 > .sub-menu li {
    padding-top: 5px;
    padding-left: 0;
    border: 0;
    margin-bottom: 0;
  }
  
  .main-menu-container ul li .sub-menu-wrapper.lvl-1 > .sub-menu li a {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.2;
    letter-spacing: 0px;
  }
  .main-menu-container ul li .sub-menu-wrapper.lvl-1 > .sub-menu li.white-menu-button a {
    background-color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase !important;
    letter-spacing: 0;
    margin: 20px 5px 5px 0 !important;
    border-radius: 25px;
    display: inline flow-root list-item;
    font-size: 12px !important;
    padding: 5px 10px !important;
    width: 95%;
  }
  .main-menu-container ul li .sub-menu-wrapper.lvl-1 > .sub-menu li.white-menu-button a:hover {
    background: rgba(255, 255, 255, 0.7);
  }
  
  .header-main-section .container {
    position: relative;
  }
  
  /* content top bar */
  .content-top-bar .section-wrapper {
    background-color: #8e8e8e;
    color: #fff;
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .content-top-bar .section-wrapper.larger {
    min-height: 200px;
  }
  .top-level-titles-wrapper {
    margin-top: 0.5rem;
  }
  .top-level-heading {
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
  }
  .top-level-heading .sub-title {
    color: rgba(255, 255, 255, 0.50) !important;
    font-size: 21px;
    vertical-align: bottom;
    display: contents;
  }
  .top-level-titles-wrapper + .breadcrumbs-wrapper {
    display: grid;
    align-content: center;
  }
  .breadcrumbs {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 3px;
    padding-bottom: 3px;
    border-style: none;
    border-width: 0;
    background-clip: border-box;
    
    padding: 0px;
    background-color: transparent;
    border: 0px;
    margin: 0px;
    box-shadow: none;
    color: #fff;
  }
  .breadcrumbs span:not(.trail-end),
  .breadcrumbs a {
    color: #fff;
    text-decoration: none;
    /*font-weight: 200;*/
  }
  
  /* home sections */
  .section.news-grid {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  
  .section.news-grid .bx-wrapper {
    margin-bottom: 2rem;
    border: 0;
    box-shadow: none;
    background-color: transparent;
  }
  
  .section.news-grid .bx-wrapper .slider-item {
    border-radius: 15px;
    padding: 10px;
  }
  
  .section.news-grid .bx-wrapper .slider-item h3 {
    font-size: 18px;
    color: #ffffff;
    overflow: hidden;
    max-width: 45ch;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .section.news-grid .bx-wrapper .slider-item h3 a {
    color: #fff;
    text-decoration: none;
  }
  .section.news-grid .bx-wrapper .slider-item h3:hover a {
    color: #004a6d;
  }
  .section.news-grid .bx-wrapper .slider-item .date {
    text-transform: uppercase;
    font-size: 14px;
  }
  
  .section.news-grid .bx-wrapper .slider-item .featured-image {
    border-radius: 15px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    border-left: solid 12px #ca9812!important;
  }
  #newsgrid div.pp-content-post.category-events img {
    border-left: solid 12px #aab6b6 !important;
  }
  #newsgrid div.pp-content-post.category-news-euroqol img {
    border-left: solid 12px #8E8E8E !important;
  }
  
  .section.news-grid .bx-wrapper .slider-item img {
    max-width: 100%;
  }
  
  .section.news-grid .bx-wrapper .bx-pager.bx-default-pager a {
    background: #b0c9c8;
  }
  .section.news-grid .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
  }
  
  .slider-item .column-inner .categories {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 20px;
  }
  
  .slider-item .column-inner .categories a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
  }
  
  .slider-item .column-inner .categories a.news-members {
    color: #004a6d!important;
  }
  .slider-item .column-inner .categories a.news-euroqol {
    color: #004a6d;
  }
  
  .news-grid-slider {
    visibility: hidden;
  }
  
  .hidden {
    opacity: 0;
    visibility: hidden;
  }
  
  .slider-item .column-inner {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
  }
  
  .section.one-column-text .column-inner {
    color: #004a6d;
    font-family: Viga, sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 20px;
  }
  
  .section.info-banner .column-inner {
    padding: 50px;
    color: #ffffff;
    font-family: Viga, sans-serif;
    font-weight: 400;
    font-size: 37px;
    line-height: 1.2;
    text-align: center;
    align-content: center;
    height: 100%;
  }
  
  .section.info-banner .column-inner p {
    margin-bottom: 10px;
  }
  
  .section.info-banner .column-inner .btn {
    border: 2px solid #ffffff;
    border-radius: 20px;
    padding: 7px 50px;
    font-family: Viga, sans-serif;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
  }
  
  .section.info-banner .column-inner .btn:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #cccccc;
    border-color: #222222;
    text-decoration: none;
  }
  
  .section.events-and-video {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
  
  .section.events-and-video .left-col h2 {
    font-size: 19px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
  
  .section.events-and-video .btn {
    background-color: rgba(0,74,109,0.48);
    border-radius: 25px;
    font-family: Viga, sans-serif;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 11px;
    padding-right: 45px;
    padding-bottom: 11px;
    padding-left: 25px;
  }
  
  .section.events-and-video .btn:hover {
    background-color: #ffffff;
    color: #004a6d;
  }
  
  .section.events-and-video .btn svg {
    margin-right: 8px;
  }
  
  .section.events-and-video .video-column h2 {
    font-family: Viga, sans-serif;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #004a6d;
  }
  
.section.events-and-video .video-column video {
  max-width: 100%;
  border-style: solid;
  border-width: 0;
  background-clip: border-box;
  border-color: #004a6d;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  box-shadow: 0px 0px 28px -3px rgba(0, 0, 0, 0.45);
  aspect-ratio: 16 / 9;
}
.section.events-and-video .video-column .eq-video-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  display: flex;
}
.section.events-and-video .video-column .eq-video-play-icon {
  background: #004a6d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  line-height: 0;
  padding: 20px;
  border-radius: 100%;
  cursor: pointer;
}
.section.events-and-video .video-column .eq-video-play-icon:hover {
  background: #ca9812;
}
.section.events-and-video .video-column .eq-video-play-icon svg {
  width: 30px;
  height: 30px;
  transform: translateX(3px);
}
.section.events-and-video .video-column .eq-video-play-icon .eq-screen-only {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
  
  .event-wrapper {
    background-color: #ffffff;
    padding: 20px;
    background-clip: border-box;
    border-bottom-right-radius: 65px;
  }
  .event-wrapper:hover {
    background: #eeeeee;
  }
  .event-wrapper:hover h3 {
    color: #fff;
  }
  .event-wrapper a {
    text-decoration: none;
  }
  
  .event-wrapper h3 {
    font-family: Viga, sans-serif;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.5px;
    color: #92b5b3;
    
  }
  .event-wrapper h3:hover {
    color: #004a6d;
  }
  
  .event-wrapper .event-type {
    font-size: 18px;
    color: #007d6c;
    font-weight: 700;
  }
  
  .event-wrapper .start-date {
    padding: 0;
    color: #007d6c;
  }
  
  .section.two-column-download {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #ffffff;
  }
  
  .section.two-column-download h3 {
    color: #004a6d;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  /*  */
  .page-heading {
    margin: 0;
    padding: 0;
  }
  .page-heading,
  .page-heading-text {
    font-size: 35px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #333;
    /*font-family: "Viga", sans-serif;*/
    font-family: "Helvetica",Verdana,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
  }
  
  /* default template with left menu sidebar */
  .sidemenu {
    -webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 25px 0;
  }
  .euroqol-sidemenu,
  .euroqol-sidemenu .accordion {
    background-color: #bababa;
  }
  .euroqol-sidemenu * {
    color: #000000;
  }
  .sidemenu .menu {
    -webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 25px 0;
  }
  .sidemenu .accordion-item {
    background: transparent;
    border: unset;
  }
  .sidemenu .accordion-button {
    background: transparent;
    border: unset;
    border-radius: unset;
    box-shadow: unset;
    outline: unset;
    
    font-family: Viga, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
  .sidemenu .accordion-button.sub-submenu-accordion-button {
    padding-top: 0;
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-right: 2rem;
  }
  
  .sidemenu .accordion-button a {
    text-decoration: unset;
    color: #000000;
  }
  
  .sidemenu .accordion-button::after {
    background-image:unset;
    border-bottom: 2px solid;
    border-right: 2px solid;
    color: #000;
    content: '';
    display: block;
    height: 9px;
    margin: -5px -5px 0 0;
    position: absolute;
    right: 8%;
    top: 50%;
    width: 9px;
    z-index: 1;
  }
  .sidemenu.info-and-support .accordion-button::after {
    color: #fff;
  }
  .sidemenu .accordion-button.collapsed::after {
    -webkit-transform: translateX(-5px) rotate(45deg);
    -ms-transform: translateX(-5px) rotate(45deg);
    transform: translateX(-5px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  .sidemenu .accordion-button:not(.collapsed)::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  
  .sidemenu.research .accordion-button a,
  .sidemenu.info-and-support .accordion-button a {
    color: #fff;
  }
  .sidemenu.research .accordion-button a:hover,
  .sidemenu.info-and-support .accordion-button a:hover {
    color: #000;
  }
  
  .sidemenu .accordion-body {
    padding-bottom: 0;
    padding-top: 0;
  }
  .euroqol-sidemenu .accordion-body,
  .register-sidemenu .accordion-body,
  .research-sidemenu .accordion-body {
    background-color: rgba(255, 255, 255, 0.45);
  }
  
  .sidemenu .accordion a {
    font-size: 14px;
  }
  .sidemenu .accordion a:hover {
    color: #fff;
  }
  
  .sidemenu .sub-menu {
    /*background-color: transparent;*/
    list-style-type: none;
    margin: 0;
    min-width: 95% !important;
    padding: 15px 0 20px;
  }
  .sidemenu ul {
    background: rgba(255,255,255,0.45);
  }
  .sidemenu.info-and-support ul {
    background: rgba(255,255,255,0.65);
  }
  
  .sidemenu .sub-menu a {
    color: #000000;
    display: flex;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 5px;
    padding-top: 15px;
    text-decoration: none;
    text-transform: none;
  }
  
  .sidemenu li a {
    padding: 8px 18px;
  }
  
  .defaultpage-left-sidebar {
    background-color: #fff;
  }
  .defaultpage-left-sidebar .content-block .text-block a {
    color: #5f908f;
  }
  
  /* top level template styles */
  .content-column .fl-button {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    padding: 12px 24px;
    text-decoration: none;
    text-shadow: none;
  }
  .toplevel-top-row .column-inner {
    padding: 30px;
  }
  .toplevel-top-row .banner-column {
    background-repeat: no-repeat;
    background-position: left bottom;
    background-attachment: scroll;
    background-size: cover;
    padding: 30px;
    min-height: 290px;
  }
  .toplevel-top-row .banner-column .content-entry {
    margin: 20px;
  }
  .toplevel-top-row .banner-column .top-heading .content-entry {
    color: #fff;
    font-family: Viga, sans-serif;
    font-weight: 400;
    font-size: 21px;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .toplevel-top-row .banner-column .description .content-entry p {
    color: #004a6d;
    font-size: 31px;
    line-height: 1.3;
    text-align: right;
    font-family: unset;
    text-transform: none;
    text-align: right;
  }
  .toplevel-top-row .banner-column .anchor {
    color: #fff;
    text-align: right;
  }
  .toplevel-top-row.register-top-row .banner-column .anchor {
    margin-top: 3rem;
  }
  
  .toplevel-top-row .banner-column .anchor a:not(.cta-button),
  .toplevel-top-row .banner-column .anchor a:not(.fl-button) {
    color: #fff;
    text-decoration: none;
  }
  .toplevel-top-row.register-top-row .banner-column .anchor a {
    border: unset;
    background: transparent;
    padding: 4px 0 4px 15px;
  }
  
  .toplevel-top-row .cta-box-column {
    padding: 20px;
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    
    text-align: center;
    min-height: 290px;
    display: grid;
    align-content: center;
    vertical-align: middle;
    height: 100%;
  }
  .toplevel-top-row.register-top-row .cta-box-column {
    border-color: #ffffff;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
  }
  .toplevel-top-row .cta-box-column .banner-link {
    text-decoration: none;
  }
  .toplevel-top-row .cta-box-column .banner-title {
    font-family: Viga, sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 25px;
    border-color: #f3f3f3;
    border-width: 1px;;
    color: #fff;
    opacity: 0.65;
  }
  /*.toplevel-top-row .cta-box-column .cta-button {*/
  .toplevel-top-row .cta-button {
    display: inline-block;
    background-color: transparent;
    padding: 5px 25px;
    border: 2px solid #FFF;
    border-radius: 25px;
    margin-top: 1.25rem;
    color: #FFFFFF;
    font-family: Viga, sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
  }
  
  .toplevel-top-row .cta-box-column:hover .banner-title,
  .toplevel-top-row .cta-box-column:hover .cta-button {
    color: #004a6d!important;
  }
  .toplevel-top-row .cta-box-column:hover .banner-title {
    opacity: 1;
  }
  
  .toplevel-top-row .cta-box-column:hover .cta-button {
    border-color: #004a6d!important;;
  }
  
  .toplevel-top-row.infosupport-top-row .banner-column .anchor {
    margin-bottom: 3.5rem;
    text-align: left;
  }
  
  .toplevel-top-row.infosupport-top-row .cta-button {
    padding-right: 15px;
  }
  
  .toplevel-top-row.infosupport-top-row .col-md-8 .cta-button {
    color: #004a6d!important;
    border-color: #004a6d;
  }
  
  .toplevel-top-row.infosupport-top-row .col-md-8 .cta-button:hover {
    background: rgba(255,255,255,0.2);
    border-color: rgba(0,74,109,0.8);
  }
  
.infosupport-top-row .column-content .banner-column {
  border: 2px solid #007d6c;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
  
.infosupport-top-row .column-content .banner-column .column-heading {
  margin-top: 0;
}

.infosupport-top-row .column-heading {
  font-weight: 300;
  font-size: 44px;
  text-align: left;
  text-transform: uppercase;
  color: #004a6d;
}
.infosupport-top-row .column-heading span {
  color: #004a6d;
}
.infosupport-top-row .description .content-entry {
  margin-top: 0;
}
.infosupport-top-row .column-subheading {
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
}
.infosupport-top-row .column-subheading span {
  color: rgba(0,74,109,0.55);
}
  
  .info-banner-row .banner-title {
    font-family: Viga, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1;
    color: #004a6d;
    margin-bottom: 5px;
    border-color: #f3f3f3;
    border-width: 1px;
  }
  .info-banner-row .banner-title a {
    color: #004a6d;
    opacity: 0.65;
    text-decoration: none;
    text-transform: uppercase;
  }
  .info-banner-row .banner-title:hover a {
    opacity: 1!important;
  }
  
  .info-banner-row .info-banner-column {
    text-align: center;
  }
  .info-banner-row .column-content {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .info-banner-row .column-content .column-inner {
    display: grid;
    place-content: center;
    height: 100%;
  }
  
  .toplevel-second-row-section .events-list .card.event:hover {
    background: #eeeeee;
    cursor: pointer;
  }
  
  #working-groups-block {
    background-color: #ffffff;
    padding: 0;
    display: block;
  }
  
  
  #working-groups-block .accordion-body {
    /*background-color: rgba(176,201,200,0.35);*/
    padding: 25px;
  }
  
  .working-groups-module .members-group:first-child {
    margin-top: 1.5rem;
  }
  
  .members-module {
    background-color: #f7f8f8;
    padding: 15px;
  }
  
  .members-module .column-inner {
    height: 100%;
    background-color: #ffffff;
    text-align: center;
  }
  
  .members-module .column-inner a {
    display: block;
    padding: 20px;
    height: 100%;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  
  .members-module .column-inner a:hover {
    background-color: #eeeeee;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  
  .members-module .column-inner img {
    width: 228px;
    object-fit: cover;
  }
  
  @media (min-width: 1200px) {
    .page-working-groups-content-section .members-module .column-inner img {
      height: 300px;
      width: 100%;
    }
    .page-euroqol-office-content-section .members-module .column-inner img {
      width: 100%;
      object-fit: contain;
      height: 190px;
    }
  }
  
  .members-module .member-info {
    padding: 20px;
    color: #666666;
  }
  .page-working-groups-content-section .members-module .member-info {
    padding-top: 5px;
  }
  
  .members-module .member-info .function {
    display: block;
    font-weight: 600;
  }
  .page-working-groups-content-section .members-module .member-info .function {
    display: block;
    font-weight: 700;
  }
  .page-working-groups-content-section .members-module .member-info .function,
  .page-working-groups-content-section .members-module .member-info .institute {
    font-size: 14px;
  }
  
  .members-module .column-inner h3 {
    color: #be8c06;
    font-weight: 400;
    margin-top: 0.5rem;
  }
  
  .members-module svg {
    width: 32px;
    color: #5f908f;
  }
  
  /* blogs list */
  .content-post-grid,
  .blog-list-row {
    margin: 0 auto;
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .blogs-list article {
    padding: 35px;
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #5f908f;
    border-bottom-width: 3px;
    border-bottom-right-radius: 25px;
    margin-right: 0;
    position: relative;
    background-color: #f7f7f7;
  }
  .blogs-list .module-content {
    text-align: center;
  }
  .blogs-list .module-content .post-heading {
    color: #be8c06;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .blogs-list .module-content .post-meta {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #007d6c;
    padding-bottom: 10px;
    position: relative;
  }
  .blogs-list .module-content .post-content {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  /* news list */
  .news-list-row {
    /*display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;*/
  }
  .news-list .news-post {
    float: left;
    margin-bottom: 20px;
    /*width: calc((100% - 20.1px) / 2);*/
    background-color: #f7f7f7;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .news-list .news-post .featured-image img {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    height: auto !important;
    width: 100%;
    display: inline;
    max-width: 100%;
  }
  .news-list .news-post .post-heading {
    color: #be8c06;
  }
  .news-list .news-post .post-details {
    padding: 10px;
    text-align: center;
  }
  .news-list .news-post .post-meta {
    font-size: 14px;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
  }
  .news-list .news-post .news-post-link {
    height: 100%;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
  }
  
  /* single event */
  h3.column-heading {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .content-post-grid .content-post {
    background-color: #fff;
    padding: 20px;
  }
  .content-post-grid .content-post:hover {
    background-color: #eee;
  }
  .content-post-grid .content-post .post-details {
    padding: 20px;
    text-align: center;
  }
  
  .sidebar.event-webinar-details {
    background-color: #b0c9c8;
    border-bottom-right-radius: 25px;
  }
  
  /* single news */
  .single-post-wrapper .post-meta {
    font-size: 12px;
  }
  .single-post-wrapper .post-heading {
    color: #004a6d;
  }
  .sidebar.latest-news .post-heading {
    color: #be8c06;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .sidebar.latest-news .post-meta {
    color: #606060;
  }
  .sidebar.latest-news .content-post-link {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    height: 100%;
  }
  .content-block .rich-text .full-width-text a:hover,
  .content-block .rich-text .full-width-text a:focus {
    color: #004a6d;
  }
  .content-block .rich-text .full-width-text .wp-block-button:hover,
  .content-block .rich-text .full-width-text .wp-block-button:focus {
    color: #000!important;
  }
  .content-block .rich-text table {
    margin-bottom: 1rem;
  }
  .content-block .rich-text table:not(.tablepress) tbody tr:first-child {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    color: #FFFFFF !important;
    font-weight: 600 !important;
  }
  .content-block .rich-text table:not(.tablepress) tbody tr:first-child {
    background-color: #004a6d !important;
  }
  .content-block .rich-text table:not(.tablepress) tbody tr:first-child td {
    background-color: #004a6d !important;
    border: 1px solid #ebebeb;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 12px;
    text-align: left;
    vertical-align: top;
  }
  .content-block .rich-text table tbody tr:nth-child(even) {
    background-color: #f3f5f5;
  }
  .content-block .rich-text table tbody td {
    border: 1px solid #ebebeb;
    padding: 12px;
  }
  .content-block .rich-text table ul li {
    margin-left: -28px;
  }
  .texts-faq-component summary {
    cursor: pointer;
    color: #5f908f;
  }
  .texts-faq-component summary::marker {
    display: none;
    opacity: 0;
    content:'';
  }
  .texts-faq-component .toggle-content {
    border-bottom: 1px solid #999;
  }
  .texts-faq-component .toggle-content > * {
    margin-bottom: 1rem;
  }
  .wp-block-button {
    background-color: #8a9c9b;
    border-radius: 0;
    border-bottom-right-radius: 20px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
    margin: 15px 0 35px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none !important;
    word-break: break-word;
  }
  .wp-block-button:hover {
    color: #000;
  }
  .wp-block-button.register-button {
    background-color: #ca9812;
  }
  .wp-block-button.transparent-button {
    background: transparent none;
    border-color: #000;
    border-width: 2px;
    border-style: solid;
    color: #000;
  }
  
  /* accordion - base */
  
  .accordion-button:not(.collapsed) {
    color: #5f908f;
    /*background-color: rgba(176,201,200,0.15);*/
  }
  
  .accordion-button:focus {
    box-shadow: none;
  }
  
  .accordion-faq-component .accordion-item {
    border: 0!important;
  }
  .accordion-faq-component .accordion-item:not(:last-child) {
    margin-bottom: 12px;
  }
  .accordion-faq-component .accordion-header {
    border-bottom-width: 2px;
    border-top-left-radius: 25px;
  }
  
  .accordion-faq-component .accordion-button {
    border-bottom: 1px solid #d3d3d3;
    outline: unset;
    box-shadow: unset;
  }
  .accordion-faq-component .accordion-button::after {
    background-image:unset;
    content:'';
    display: none;
  }
  .accordion-faq-component .accordion-button .dashicons::before {
    font-size: 14px;
  }
  .accordion-faq-component .accordion-button:not(.collapsed) .dashicons::before {
    content: "\f342";
  }
  .accordion-faq-component .accordion-button .button-label {
    font-family: Viga, sans-serif;
    font-weight: 500;
    color: #004a6d;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-size: 15px;
  }
  .accordion-faq-component .accordion-button:not(.collapsed),
  .accordion-faq-component .accordion-button:hover {
    background: rgba(0,74,109,0.48);
    transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.31s ease-in;
  }
  
  .accordion-faq-component .accordion-button:not(.collapsed) span,
  .accordion-faq-component .accordion-button:hover span {
    color: #fff;
  }
  .accordion-faq-component .accordion-body {
    border-bottom-right-radius: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  
  /* accordion type a component */
  .accordion-faqs-typea-component .accordion-faq-component .accordion-item {
    border: 0!important;
  }
  .accordion-faqs-typea-component .accordion-faq-component .accordion-item:not(:last-child) {
    margin-bottom: 12px;
  }
  .accordion-faqs-typea-component .accordion-faq-component .accordion-header {
    border-bottom-width: 2px;
    border-top-left-radius: 25px;
  }
  
  .accordion-faqs-typea-component .accordion-faq-component .accordion-button {
    border-bottom: 1px solid #d3d3d3;
    outline: unset;
    box-shadow: unset;
  }
  .accordion-faqs-typea-component .accordion-faq-component .accordion-button::after {
    background-image:unset;
    content:'';
    display: none;
  }
  /*.accordion-faq-component .accordion-button:not(.collapsed) {
		background: rgba(0,74,109,0.48);
	}*/
  .accordion-faqs-typea-component .accordion-faq-component .accordion-button .dashicons::before {
    font-size: 14px;
  }
  .accordion-faqs-typea-component .accordion-faq-component .accordion-button:not(.collapsed) .dashicons::before {
    content: "\f342";
  }
  .accordion-faqs-typea-component .accordion-faq-component .accordion-button .button-label {
    font-family: Viga, sans-serif;
    font-weight: 500;
    color: #004a6d;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-size: 15px;
  }
  .accordion-faqs-typea-component .accordion-faq-component .accordion-button:not(.collapsed),
  .accordion-faqs-typea-component .accordion-faq-component .accordion-button:hover {
    background: rgba(0,74,109,0.48);
    transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.31s ease-in;
  }
  .accordion-faqs-typea-component .accordion-faq-component .accordion-flush .accordion-item .accordion-button,
  .accordion-faqs-typea-component .accordion-faq-component .accordion-flush .accordion-item .accordion-button.collapsed,
  .accordion-faqs-typea-component .accordion-faq-component .accordion-button {
    border-top-left-radius: 25px;
  }
  .accordion-faqs-typea-component .accordion-faq-component .accordion-button:not(.collapsed) span,
  .accordion-faqs-typea-component .accordion-faq-component .accordion-button:hover span {
    color: #fff;
  }
  .accordion-faqs-typea-component .accordion-faq-component .accordion-body {
    border-bottom-right-radius: 20px;
    padding: 20px;
    background: rgba(0, 74, 109, 0.2);
  }
  
  
  
  /* book list component */
  .book-list-component .rich-text h2,
  .book-list-component .rich-text h3 {
    margin-top: 0;
  }
  
  .pubmed-search-block input[type="text"] {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #000;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #e6e6e6;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .pubmed-search-block .btn.search-btn {
    width: 33% !important;
    background-color: #5f908f;
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    padding: 6px 12px;
    font-weight: normal;
    text-shadow: none;
    border: 1px solid #476b6a;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .pubmed-search-block .btn.search-btn:hover {
    background-color: #004a6d;
    color: #fff;
    border: 1px solid #002030;
    text-decoration: none;
  }
  
  /* user guides */
  .user-guides-block .downloads .accordion-button {
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    vertical-align: middle;
    width: 100%;
    font-weight: 300;
    background: transparent;
    color: #000;
    outline: unset;
    box-shadow: unset;
  }
  .user-guides-block .downloads .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
  }
  .user-guides-block .downloads-list {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
  }
  .user-guides-block .downloads-list li {
    position: relative;
  }
  .user-guides-block .downloads-list li::before {
    display: inline-block;
    content: '';
    background-repeat: no-repeat;
    background-position: left center;
    width: 22px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .user-guides-block .downloads-list li.en::before {
    background-image: url(./assets/img/flags/engels.jpg);
  }
  .user-guides-block .downloads-list li.cn::before {
    background-image: url(./assets/img/flags/chinese.jpg);
  }
  .user-guides-block .downloads-list li.jp::before {
    background-image: url(./assets/img/flags/japan.jpg);
  }
  
  .last-update-section {
    background: #fff;
    padding: 3rem 0;
  }
  .last-update-section .last-update {
    color: #898989;
    font-size: 12px;
    text-align: right;
    font-style: italic;
  }
  
  /* search results page */
  .search-results-block article {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 2rem;
  }
  .search-results-block article h2,
  .search-results-block article h2 a {
    color: #333;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0px;
    text-decoration: none;
  }
  .search-results-block article .feed-read-more {
    text-decoration: none;
    font-size: 14px;
  }
  
  /* datatables */
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    margin-bottom: 1.5rem;
    width: 50%;
  }
  .dataTables_wrapper .dataTables_length {
    float: left;
  }
  .dataTables_wrapper .dataTables_filter {
    float: right;
  }
  .dataTables_wrapper .dataTables_filter {
    text-align: right;
  }
  .dataTables_wrapper .dataTables_filter input[type="search"] {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #000;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #e6e6e6;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline;
    margin: 2px;
    width: auto;
    margin-left: .5em;
    margin-right: 0;
  }
  .dataTables_wrapper .dataTables_info {
    float: left;
    width: 50%;
  }
  .dataTables_wrapper .dataTables_paginate {
    float: right;
    width: 50%;
    text-align: right;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    cursor: pointer;
    text-decoration: none;
    position: relative;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button:first-child {
    margin-right: 2rem;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    text-decoration: underline;
  }
  .dataTables_paginate.paging_simple .paginate_button.next:after,
  .dataTables_paginate.paging_simple .paginate_button.previous:before {
    font-family: TablePress;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    bottom: 0;
    content: "\f053";
    height: 14px;
    left: -14px;
    line-height: 1;
    margin: auto;
    position: absolute;
    right: auto;
    text-shadow: .1em .1em #666;
    top: 0;
    width: 14px;
  }
  .dataTables_paginate.paging_simple .paginate_button.next:after,
  .dataTables_paginate.paging_simple .paginate_button.previous:before {
    display: none;
  }
  .dataTables_paginate.paging_simple .paginate_button.next:after {
    content: "\f054";
    left: auto;
    text-align: right;
  }
  
  /* footer styles */
  .footer-main {
    color: #ffffff;
    font-size: 14px;
    background-color: #004a6d;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .footer-widget h2 {
    font-family: Viga, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 0;
  }
  
  .footer-widget .wp-block-group {
    width: 100%;
  }
  
  .footer-widget.column-1-widget .wp-block-image {
    margin-bottom: 20px;
  }
  
  .footer-widget.column-2-widget a {
    color: #B0C9C8;
    text-decoration: underline;
  }
  
  .footer-widget.column-3-widget ul {
    list-style: none;
    padding-left: 0;
  }
  
  .footer-widget.column-3-widget ul li {
    display: block;
  }
  
  .footer-widget .widget_nav_menu {
    width: 100%;
  }
  
  .footer-widget.column-3-widget a {
    color: #B0C9C8;
    text-decoration: none;
    display: block;
    padding: 5px 0;
  }
  
  .footer-widget .wp-block-button {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  .footer-widget .wp-block-button .wp-element-button {
    margin: 1rem 0;
  }
  .footer-widget .wp-block-button .wp-element-button:hover {
    background: #8a9c9b!important;
  }
  .footer-widget.column-4-widget .wp-block-image {
    margin-bottom: 10px;
  }
  
  .footer-widget .wp-block-buttons a {
    padding: 10px 25px;
    font-family: Viga, sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 20px;
  }
  
  .footer-copyright {
    padding: 15px;
    font-size: 13px;
    background-color: #8a9c9b;
  }
  
  .header-top-section .social-icons a.icon-bluesky svg {
    color: #004a6d;
  }
  .header-top-section .social-icons a.icon-bluesky svg path {
    color: #004a6d;
    opacity: 0.6;
  }
  .footer-main .column-module .social-icons a.icon-bluesky svg {
    fill: #FFF;
    stroke: #fff;
  }
  .footer-main .column-module .social-icons a.icon-bluesky svg path {
    color: #FFF;
    opacity: 0.6;
  }
  .column-module .social-icons a.icon-bluesky:hover svg path {
    opacity: 1;
  }
  
  
  
  /* register subpage template */
  
  /* register subpage template */
  
  .event-card-module {
    background-color: #ffffff;
    padding: 20px;
    border-top-right-radius: 25px;
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #b0c9c8;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-right-radius: 25px;
    height: 100%;
  }
  
  .event-card-module:hover,
  .event-card-module:hover .card {
    background-color: #eeeeee;
  }
  
  .card {
    border:unset!important;
  }
  
  .card.event figure img {
    border-top-right-radius: 25px;
  }
  
  .card.event h3,
  .card.event h3 a {
    transition: color 0.3s ease-in-out;
    color: #333;
    text-decoration: none;
    font-size: 22px;
  }
  
  .card.event h3 a,
  .card.event .webinar-goto a {
    text-decoration: none;
  }
  .card.event .event-type {
    font-size: 18px;
    color: #16514d;
    font-weight: 700;
  }
  
  .card.event .start-date-time {
    padding: 0;
    /*color: #16514d;*/
    color: #5f908f;
    font-size: 14px;
    font-weight: 500;
  }
  
  .featured-events-component .event-card-module img {
    height: 175px;
    width: 100%;
    object-fit: cover;
  }
  .featured-events-component .event-card-module .event-category > * {
    font-size: 17px;
    color: #5f908f;
    font-weight: 700;
  }
  .featured-events-archive-button-block .fl-button.back-button {
    background-color: rgba(0, 74, 109, 0.48);
    color: #fff;
  }
  .featured-events-archive-button-block .fl-button.back-button:hover {
    background-color: transparent;
    border: unset;
    color: #004a6d;
  }
  
  .dataTables_wrapper {
    overflow: auto;
  }
  
  .dataTables_wrapper table {
    max-width: 100%;
  }
  
  div.gallery img,
  div#gallery-1 img {
    height: auto;
    border: 0;
    padding: 2px;
  }


.page-template-about-us-subpage .page-disclaimer-content-section .flexible-content .full-width-text,
.page-template-about-us-subpage .flexible-content .full-width-text {
  padding-left: 0;
  padding-right: 0;
}
.page-disclaimer-content-section .flexible-content .full-width-text .module-content,
.page-template-about-us-subpage .flexible-content .full-width-text .module-content {
  margin-left: 0;
  margin-right: 0;
}

@media(min-width: 992px) {
  .page-template-about-us-subpage .flexible-content .full-width-text {
    /*padding: 20px;*/
  }
}

.page-template-about-us-subpage .content-block .gallery {
  display: grid;
}
.page-template-about-us-subpage .content-block .gallery .gallery-item {
  position: relative;
}
.page-template-about-us-subpage .content-block .gallery .gallery-caption {
  background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  scrollbar-color: #0000 #0000;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  text-align: center;
  width: 100%;
  will-change: transform;
}

.page-current-members-content-section .members-module .column-inner img {
  width: 100%;
  object-fit: cover;
  height: 220px;
}
.page-current-members-content-section .members-module .column-inner .member-name {
  color: #333;
  text-decoration: underline;
  font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0px;
}
.page-current-members-content-section .members-module .members-module-search .col-auto {
    width: 100%;
  }
.page-current-members-content-section .members-module .members-module-search .btn {
    margin-left: auto!important;
  }

@media (min-width: 1200px) {
  .page-current-members-content-section .members-module .members-module-search .row.form-group {
    justify-content: space-evenly;
  }
  
  .page-current-members-content-section .members-module .members-module-search input.form-control {
        width: 500px;
    display: inline-block;
    flex: unset;
  }
}


/* accordion faq type B */
/* accordion type b component */
.accordion-faqs-typeb-component .accordion-button {
  outline: unset;
  box-shadow: unset;
}
.accordion-faqs-typeb-component .accordion-button::after {
  display: none;
  content: unset;
}
.accordion-faqs-typeb-component .accordion-button .button-label {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  font-family: Viga, sans-serif;
}

.accordion-faqs-typeb-component .accordion-item.top-level {
  margin-bottom: 10px;
  border-style: solid;
  border-width: 0;
  background-clip: border-box;
  border-color: #b0c9c8;
  border-right-width: 0px;
  border-bottom: 1px solid #b0c9c8 !important;
  border-left-width: 0px;
}

/*.accordion-faqs-typeb-component .accordion-item.top-level .module-item-heading .accordion-button {*/
.accordion-faqs-typeb-component .module-item-heading .accordion-button {
  color: #004a6d;
  background-color: rgba(176,201,200,0.15)!important;
  border-bottom: 1px solid #d3d3d3;
}
.accordion-faqs-typeb-component .module-item-heading .accordion-button {
  background: rgba(176, 201, 200, 0.15);
  font-family: Viga, sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding: 14px 16px;
}
.accordion-faqs-typeb-component .module-item-heading .accordion-button:not(.collapsed) .button-label {
  /*color: #004a6d;*/
  text-decoration: underline;
}

/*.accordion-faqs-typeb-component .module-item-heading:hover .accordion-button,
.accordion-faqs-typeb-component .accordion-item.top-level .members-group:hover .accordion-button {

}*/
.accordion-faqs-typeb-component .module-item-heading:hover .accordion-button .button-label,
.accordion-faqs-typeb-component .accordion-item.top-level .members-group:hover .accordion-button .button-label {
  color: #004a6d;
  text-decoration: none!important;
}
/*.defaultpage-left-sidebar .accordion-faqs-typeb-component .module-item-heading .accordion-button.collapsed .button-label,
.register-subpage-content-column .accordion-faqs-typeb-component .module-item-heading .accordion-button.collapsed .button-label {
  text-decoration: underline;
}*/
.accordion-faqs-typeb-component .module-item-heading .accordion-button.collapsed .button-label {
  text-decoration: underline;
}

.accordion-faqs-typeb-component .module-item-heading .accordion-button .button-label {
  color: #5f908f;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.accordion-faqs-typeb-component .module-item-heading .accordion-button .faq-button-icon {
  opacity: 0.5;
}
.accordion-faqs-typeb-component .module-item-heading .accordion-button .dashicons-arrow-down-alt:before {
  color: #5f908f;
  text-decoration: none;
}

.accordion-faqs-typeb-component .accordion-collapse {
  background: rgba(176, 201, 200, 0.35);
}
.accordion-faqs-typeb-component .accordion-collapse .accordion-item,
.accordion-faqs-typeb-component .accordion-collapse .accordion-button {
  background: transparent;
}
.accordion-faqs-typeb-component .accordion-collapse .accordion-item {
  border-bottom: unset;
}
.accordion-faqs-typeb-component .accordion-collapse .accordion-button {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 0;
}
.accordion-faqs-typeb-component .accordion-collapse .accordion-button .button-label {
  width: 100%;
  font-weight: 400;
  color: #004a6d;
  font-size: 15px;
}
.accordion-faqs-typeb-component .accordion-collapse .accordion-button:hover .button-label,
.accordion-faqs-typeb-component .accordion-collapse .accordion-button:not(.collapsed) .button-label {
  text-decoration: underline;
}
.accordion-faqs-typeb-component .accordion-collapse .accordion-button .faq-button-icon:before {
  font-size: 14px;
  color: #004a6d;
}
.accordion-faqs-typeb-component .accordion-collapse .sub-level .accordion-header .accordion-button {
  padding-left: 20px;
}
.accordion-faqs-typeb-component .accordion-collapse .sub-level .accordion-header:hover .accordion-button,
.accordion-faqs-typeb-component .accordion-collapse .sub-level .accordion-header .accordion-button:not(.collapsed) {
  background: rgba(0,74,109,0.48);
  border-top-left-radius: 25px;
}
.accordion-faqs-typeb-component .accordion-collapse .sub-level .accordion-header:hover .accordion-button .button-label,
.accordion-faqs-typeb-component .accordion-collapse .sub-level .accordion-header:hover .accordion-button .faq-button-icon:before,
.accordion-faqs-typeb-component .accordion-collapse .sub-level .accordion-header .accordion-button:not(.collapsed) .button-label,
.accordion-faqs-typeb-component .accordion-collapse .sub-level .accordion-header .accordion-button:not(.collapsed) .faq-button-icon:before {
  color: #fff;
  text-decoration: none;
}

.register-subpage-content-column .accordion-faqs-typeb-component .top-level > .accordion-collapse > .accordion-body {
  padding-bottom: 3rem;
}
.accordion-faqs-typeb-component .accordion-collapse .accordion-body ul {
  padding-left: 0;
}
.accordion-faqs-typeb-component .accordion-collapse .accordion-body ul li {
    list-style-type: none;
    background-image: url(./assets/img/bullet.svg);
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 0px 8px;
    padding-left: 20px;
    padding-bottom: 5px;
}
.accordion-faqs-typeb-component .accordion-collapse .accordion-collapse {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: unset;
  padding: 20px;
  background: rgba(0, 74, 109, 0.2);
}

/*.register-subpage-content-column .accordion-faqs-typeb-component .accordion-body .accordion-item .accordion-button {
  background: unset!important;
}*/

#working-groups-block .accordion-faqs-typeb-component .accordion-collapse {
  background: rgba(176,201,200,0.35);
}

.accordion-faq-component:not(.accordion-faqs-typeb-component) .accordion-flush .accordion-item .accordion-button,
.accordion-faq-component:not(.accordion-faqs-typeb-component) .accordion-flush .accordion-item .accordion-button.collapsed,
.accordion-faq-component:not(.accordion-faqs-typeb-component) .accordion-button {
border-top-left-radius: 25px;
}

.accordion-faq-component:not(.accordion-faqs-typeb-component) .accordion-body {
  background: rgba(0, 74, 109, 0.2);
}

@media (min-width: 1200px) {
  .page-working-groups-content-section .accordion-faqs-typeb-component .accordion-item.top-level:first-child .members-group,
  .page-working-groups-content-section .accordion-faqs-typeb-component .accordion-item.top-level:first-child .accordion-header {
    margin-top: 0;
  }
}


/* category */
.archive.category .site-content section.section {
  background: #fff;
}

.page-template-templates .dt-container .dt-buttons,
.page-template-templates .dt-container .column-filter-widgets {
  margin-bottom: 1rem;
}

.page-template-templates .dt-container .dt-length {
    float:left;
  margin-bottom: 1.5rem;
}
.page-template-templates .dt-container .dt-search {
  float: right;
  margin-bottom: 1.5rem;
}
.page-template-templates .dt-container .dt-label,
.page-template-templates .dt-container label {
  max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #757575;
    font-size: 14px;
}
.page-template-templates .dt-container .dt-input {
  line-height: 1.428571429;
  color: #757575;
  background-color: #fcfcfc;
  background-image: none;
  border: 1px solid #e6e6e6;
  -moz-transition: all ease-in-out .15s;
  -webkit-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.members-module.page-board .members-module-search,
.members-module.page-executive-committee .members-module-search,
.members-module.page-euroqol-office .members-module-search {
  display: none;
}

.members-module.page-current-members .function {
  display: none;
}
.members-module-search .input-group .btn {
  z-index: 1;
}