/* fira-sans-regular - latin */
@font-face {
  font-family: 'Fira Sans';
  font-display: block;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fira-sans-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Fira Sans Regular'), local('FiraSans-Regular'),
       url('../fonts/fira-sans-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/fira-sans-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/fira-sans-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/fira-sans-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/fira-sans-v9-latin-regular.svg#FiraSans') format('svg'); /* Legacy iOS */
}
/* fira-sans-500 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-display: block;
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/fira-sans-v9-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Fira Sans Medium'), local('FiraSans-Medium'),
       url('../fonts/fira-sans-v9-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/fira-sans-v9-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/fira-sans-v9-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/fira-sans-v9-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/fira-sans-v9-latin-500.svg#FiraSans') format('svg'); /* Legacy iOS */
}
/* fira-sans-600 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-display: block;
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/fira-sans-v9-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Fira Sans SemiBold'), local('FiraSans-SemiBold'),
       url('../fonts/fira-sans-v9-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/fira-sans-v9-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/fira-sans-v9-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/fira-sans-v9-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/fira-sans-v9-latin-600.svg#FiraSans') format('svg'); /* Legacy iOS */
}
/* fira-sans-700 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-display: block;
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/fira-sans-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Fira Sans Bold'), local('FiraSans-Bold'),
       url('../fonts/fira-sans-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/fira-sans-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/fira-sans-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/fira-sans-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/fira-sans-v9-latin-700.svg#FiraSans') format('svg'); /* Legacy iOS */
}
a {
  color: #00A9E2;
}
h1, h2, h3, h4, h5, h5 {
  font-family: 'Fira Sans';
  hyphens: auto !important;
}
blockquote {
  color: #00A9E2;
  border-left: 8px solid #00A9E2;
  padding: 10px 0 10px 30px;
  font-style: italic;
  font-weight: 500;
  font-size:20px;
  font-family: 'Fira Sans';
}
blockquote > p {
  font-size:20px !important;
  font-family: 'Fira Sans' !important;
  font-style: italic !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}

body {
  font-family: "Fira Sans";
  overflow-x: hidden;
}
html {
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  header .container {
    max-width: 1224px;
  }
}
[class*="col-"]:not([class*="elementor-col-"]):not([class*="p-0"]) {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.row {
  margin-left: -12px !important;
  margin-right: -12px !important;
  /*margin-bottom:15px;*/
}

.row h3 {
 padding-right:30px;
 padding-top:6px;
}

#top-bar .border-r {
  border-right: 2px solid #3DBDE8;
}
.excerpt p {
  margin-bottom: 10px;
}
.gradient-bg {
  background: rgba(255,255,255,0);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0) 0%, rgba(0,0,0,0.5) 90%, rgba(0,0,0,0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(0%, rgba(246,246,246,0)), color-stop(90%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0.8)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0) 0%, rgba(0,0,0,0.5) 90%, rgba(0,0,0,0.8) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0) 0%, rgba(0,0,0,0.5) 90%, rgba(0,0,0,0.8) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0) 0%, rgba(0,0,0,0.5) 90%, rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(246,246,246,0) 0%, rgba(0,0,0,0.5) 90%, rgba(0,0,0,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}
.gradient-bg .underline {
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7); /* main titles on top of images */
}
.bg-highlight a {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 2px 4px;
}
.bg-highlight a:hover {
  text-decoration: underline;
}
.underline-single a:hover {
  text-decoration: underline;
}
.custom-post-section a,
.custom-post-section span {
  color: white !important;
}
.custom-post-section-2 .mh-72 {
  min-height: 72px;
}
.custom-post-section-2-cols .caption {
  position: absolute;
  top: 0;
  left: 12px;
}
.bg-cover {
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}
.p-0 {
  padding: 0 !important;
}
.h-no-underline:hover {
  text-decoration: none;
}
.yellow {
  color: #FAD535;
}
.blue, .blue a {
  color: #00A9E2 !important;
}
.pink {
  color: #E5178A;
}
.orange {
  color: #F3943F;
}
.white {
  color: white;
}
.black {
  color: #00141B;
}
.grey {
  color: #526064;
}
.h-black:hover {
  color: #00141B;
  text-decoration: none;
}
.green {
  color: #25B355;
}
.purple {
  color: #92459A;
}
.greenblack, .h-greenblack:hover,
.greenblack a, .greenblack a:hover{
  color: #293A40;
  text-decoration: none;
}
.h-white:hover {
  color: white;
  text-decoration: none;
}
.bg-white {
  background-color: white;
}
.bg-orange {
  background-color: #F3943F;
}
.bg-blue {
  background-color: #00A9E2;
}
.bg-green {
  background-color: #25B355;
}
.bg-purple {
  background-color: #92459A;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-70 {
  margin-top: 70px;
}
header nav {
  background: white;
}
.navbar-brand {
  padding: 30px 0;
  max-width: 190px;
}
.navbar-toggler {
  position: relative;
  border: none;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:hover {
    outline: 0;
    background: transparent !important;
}
.navbar-toggler.collapsed span {
   background-color: #00A9E2;
}
.navbar-toggler span {
  display: block;
  background-color: white;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}
a.underline:hover {
  text-decoration: underline;
}
.social-icon:hover img {
  -webkit-filter: brightness(0.90);
  filter: brightness(0.90);
}
.caption {
  display: inline-block;
  min-width: 78px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
}
.bg-watermark {
  background-image: url(../img/watermark.png);
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
}
.lh-16 {
  line-height: 16px;
}
.lh-18 {
  line-height: 18px;
}
.lh-20 {
  line-height: 20px;
}
.lh-24 {
  line-height: 24px;
}
.lh-28 {
  line-height: 28px;
}
.lh-32 {
  line-height: 32px;
}
.fw-bold {
  font-weight: 600;
}
.fs-10 {
  font-size: 10px;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-20 {
  font-size: 20px;
}
.fs-28 {
  font-size: 28px;
}
.fs-32 {
  font-size: 32px;
}
#top-bar .chapters-dropdown-toggle {
  position: relative;
}
.page-template-base-template .content a,
.page-template-base-template .elementor-location-single .content a,
.elementor-widget-theme-post-content a,
.elementor:not(.elementor-location-footer) .elementor-text-editor a {
  color: #00A9E2 !important;
}
.page-template-base-template .elementor-location-single .content a:hover,
.elementor-widget-theme-post-content a:hover,
.elementor:not(.elementor-location-footer) .elementor-text-editor a:hover {
  text-decoration: underline !important;
}
.page-template-base-template .elementor-location-single .content h1 {
  color: #526064;
  font-size: 44px;
  line-height: 52px;
  text-align: center;
}
.page-template-base-template .elementor-location-single .content h2,
.page-template-base-template .elementor-location-single .content h3,
.page-template-base-template .elementor-location-single .content h4,
.page-template-base-template .elementor-location-single .content h5,
.page-template-base-template .elementor-location-single .content h6,
.elementor-widget-theme-post-content h1,
.elementor-widget-theme-post-content h2,
.elementor-widget-theme-post-content h3,
.elementor-widget-theme-post-content h4,
.elementor-widget-theme-post-content h5,
.elementor-widget-theme-post-content h6{
  margin-top: 30px;
  font-family: 'Fira Sans';
  margin-bottom:18px;
  hyphens:auto;
}
body.page-template-base-template .content h1 {
  color:  #526064;
  text-align: center;
  font-size: 44px;
  font-weight: 600px;
}
body.page-template-base-template .content ul,
body.page-template-base-template .content p,
body.page-template-base-template .elementor-location-single .content p,
.elementor-widget-theme-post-content p{
  font-family: 'EB Garmond';
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
.elementor-location-footer a:hover {
  text-decoration: underline;
}
.elementor-location-footer a.elementor-button-link:hover {
  text-decoration: none;
}
.elementor-widget-theme-post-content img {
  border: 1px solid grey !important;
}
.elementor-widget-theme-post-content .wp-caption-text {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: normal;
  color: grey;
  font-size: 12px;
}

.review p {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: normal;
  color: grey;
  font-size: 18px;
  line-height:26px;
}

.review .wp-caption-text {
  font-size: 18px;
  
}
.review .wp-caption img {
  margin: 0;
}

.review figure {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  width: 100% !important;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}
.review figure a{
  max-width: 40%;
}
.review figure figcaption{
  max-width: 60%;
  width: 60%;
  margin: 0 !important;
  padding: 0 20px;
}



.review img { float:left; display: inline !important;}

.events-spacer {
  height: 25px;
  width: 100%;
}

/* START COPY */
.events-section {
  margin: 0 0 18px;
  display: flex;
  align-items: stretch;
  position: relative;
  background: #01A9E2;
}
@media (max-width: 991px) {
  .events-section {
    display: block;
    margin-bottom: 20px;
    height: auto;
  }
  .events-bar ul {
    float: none !important;
  }
}
.events-bar h5 {
  display: block;
  font-size: 16px;
  background: #00A9E2;
  color: white;
  width: 20%;
  text-align: center;
  padding: 20px 0;
  margin: auto 0;
  height: 100%;
}
.events-bar ul {
  list-style: none;
  padding: 10px 0;
  width: 80%;
  margin: 0;
  display: flex;
  background: #F5F6F6;
  float: right;
  align-items: stretch;
}
.events-bar ul li:last-child {
  border-right: none;
  border-left: 1px solid #526064;
  align-items: center;
}
.events-bar li {
  font-size: 16px;
  font-weight: 400;
  width: 25%;
  text-align: center;
  color: #526064;
  border-right: 1px solid #526064;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding: 0 10px;
  line-height: 12px;
}
.events-bar li.bold {
  font-weight: bold;
}
.events-bar li a{
  width: 100%;
  display: block;
}
.events-bar li a span{
  margin-top: 10px;
  display: block;
}

/* END COPY */
.events-bar li:last-child {
  border-right: none;
  padding: 
}
.events-bar li:nth-child(3) {
  border-right: none;
}
.events-bar li a, 
.events-bar li a:hover {
  color: #526064;
}
.events-bar li a:hover {
  text-decoration: underline;
}
.py-2-5 {
  padding: 0.7rem 0;
}
#top-bar .chapters-dropdown {
  display: none;
  list-style: none;
  position: absolute;
  padding: 5px 0;
  background: #00A9E2;
  z-index: 100;
  width: 120%;
  -webkit-box-shadow: 0px 33px 37px -6px rgba(0,0,0,0.24);
  -moz-box-shadow: 0px 33px 37px -6px rgba(0,0,0,0.24);
  box-shadow: 0px 33px 37px -6px rgba(0,0,0,0.24);
}
.chapters-dropdown a:hover {
  text-decoration: underline;
}
.chapters-dropdown .c-heading-top-wrapper {
  padding: 0 16px;
  margin: 0;
}
.chapters-dropdown .c-heading-top {
  background: #00506B;
  margin: 5px 0;
}
.chapters-dropdown > li {
  padding: 10px 15px;
}
.chapters-dropdown .c-heading {
  color: #00506B;
  padding: 0 16px;
}
.chapters-dropdown .chapter-link {
  padding: 3px 5px;
  border: 2px solid rgba(255,255,255,0.3);
  margin-left: 2px;
}
.chapters-dropdown .chapter-name {
  padding: 5px 0;
  display: inline-block;
}
.chapters-dropdown .chapter-link:hover {
  background: rgba(0,20,27,0.16);
  text-decoration: none;
}
.chapters-dropdown .chapter-link:active {
  background: rgba(0,20,27,0.32);
  text-decoration: none;
}
.header-menu > li {
  padding: 40px 0;
}
.header-menu > li a {
  color: #526064;
  padding: 5px 0;
  margin: 0 20px;
}
.header-menu > li:last-child a {
  margin-right: 0;
}
.header-menu > li:hover > a {
  color: #00A9E2;
  text-decoration: none;
}
.archive:not(.category-publications):not(.post-type-archive-events) .header-menu > li.blog-menu-item > a,
.single-post .header-menu li.blog-menu-item:not(.publication-menu-item) > a,
.single-post .header-menu li.current-menu-ancestor:not(.publication-menu-item):not(.menu-item-type-custom) > a,
.header-menu > li.current-menu-ancestor:not(.publication-menu-item) > a,
.archive .header-menu > li.current-menu-ancestor > a,
.header-menu > li.current-menu-item > a{
  color: #00A9E2 !important;
  border-bottom: 2px solid #00A9E2;
}

.header-menu .pink a {
  color: #E5178A;

}
.header-menu .pink:hover a {
  color: #C01377;
}
.header-menu > .pink.current-menu-ancestor > a,
.header-menu > .pink.current-menu-item > a{
  color: #E5178A !important;
  border-bottom: 2px solid #E5178A;

}
.header-menu > li:hover > .sub-menu {
  display: block;
}
.header-menu > .menu-item > .sub-menu {
  display: none;
  position: absolute;
  list-style: none;
  padding: 15px;
  background: #F5F6F6;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 32px -11px rgba(0,0,0,0.79);
  -moz-box-shadow: 0px 0px 32px -11px rgba(0,0,0,0.79);
  box-shadow: 0px 0px 32px -11px rgba(0,0,0,0.79);
  top: 110px;
}
.header-menu > .menu-item > .sub-menu:before {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #F5F6F6 transparent;  
  display: inline-block;
  left: calc( 50% - 10px);
  position: absolute;
  top: -15px;
}
.header-menu .sub-menu li a {
  margin: 0;
  width: 100%;
  padding: 8px 5px;
  display: block;
  font-size: 12px;
  color: #293A40;
}
.header-menu .sub-menu li a:hover {
  color: #00A9E2;
  text-decoration: none;
  border-bottom: none;
}
.header-menu .sub-menu .sub-menu {
  list-style: none;
  padding: 0;
}
.header-menu .sub-menu .sub-menu  li a {
  color: #293A40 !important;
}
.header-menu .sub-menu .sub-menu  li a:hover {
  color: #00A9E2 !important;
}
.header-menu .float-left,
.header-menu .float-right {
  max-width: 300px;
}
.header-menu .float-left {
  padding-right: 15px;
}
.header-menu .float-right {
  padding-left: 15px;
}
.header-menu .sub-menu li.blue > a {
  font-size: 10px;
  padding-bottom: 0;
}
.header-menu .sub-menu .border-l {
  border-left: 1px solid #00A9E2;
}
.header-menu .sub-menu .border-r {
  border-right: 1px solid #00A9E2;
}
.custom-post-loop .all-topics {
  background-color: #25B355;
  padding: 0 15px 15px;
}
.custom-post-loop .all-topics .wrapper {
  padding: 8px 0 49px;
}
.custom-post-loop .all-topics a {
  padding: 5px 0;
}
.custom-post-loop .border-b {
  border-bottom: 1px solid white;
}
#topicsModal .modal-header {
  border: none;
}
#topicsModal .close {
  opacity: 1;
}
#topicsModal .close {
  opacity: 1;
}
#topicsModal .close:hover {
  background: transparent;
}
#topicsModal .modal-dialog {
  background-color: #F5F6F6;
}
#topicsModal .modal-content {
  padding: 60px 0;
  -webkit-box-shadow: inset 0px 7px 15px -1px rgba(23,23,23,0.54); 
  box-shadow: inset 0px 7px 15px -1px rgba(23,23,23,0.54);
}
#topicsModal .modal-body {
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  #topicsModal .modal-dialog {
    max-width: 100%;
    margin: 1.75rem auto;
  }
}
.contribution {
  background-color: #F59533;
  min-height: 120px;
  padding: 20px;
}
.numbered-pagination {
  text-align: center;
  width: 100%;
}
.numbered-pagination .page-numbers {
  background: #F5F6F6;
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  color: #A3AAAD;
  padding: 6px;
}
.numbered-pagination .page-numbers.current,
.numbered-pagination .page-numbers:hover {
  background: #25B355;
  color: white;
  text-decoration: none;
}
.post-type-archive-event .numbered-pagination .page-numbers.current,
.post-type-archive-event .numbered-pagination .page-numbers:hover {
  background: #92459A;
  color: white;
  text-decoration: none;
}
.post-thumbnail-bg {
  height: 186px;
  background-position: center top !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.post-heading {
  min-height: 72px;
}
.post-heading:hover h5 {
  text-decoration: underline;
  color: #00141B;
}
.post-excerpt p {
  margin-bottom: 0;
}
.mb-60 {
  margin-bottom: 60px;
}
.custom-post-loop {
  padding: 30px 0;
}
.cat-entrance {
  padding: 16px;
  min-height: 320px;
}
.cat-entrance hr {
  background: white;
}
.archive .caption {
  position: absolute;
}
.archive .border-b {
  border-bottom: 1px solid white;
  padding-bottom: 14px;
}
#bottom-bar-mobile {
  display: none;
}
@media (min-width: 1200px){
  .custom-container {
    max-width: 1224px;
  }
}
body[class*="page-paged-"] .hide-on-page-greater-1, body[class^="page-paged-"] .hide-on-page-greater-1,
body[class*="category-paged-"] .hide-on-page-greater-1, body[class^="category-paged-"] .hide-on-page-greater-1 {
  display: none !important;
}
img.author-image {
  border-radius: 50% !important;
}
.wpcf7-submit {
  color: white !important;
  max-width: 140px;
  background: #007D8A !important;
  font-size: 14px !important;
  text-transform: uppercase;
  border: 1px solid #007D8A !important;
  font-weight: bold !important;
  float: left !important;
}
.screen-reader-response {
	display:none;
}

.wpcf7-countries {
  height: 42px;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -webkit-appearance: none;
  background-image: url(../img/down.png);
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: auto 40%;
}

.wpcf7-cf7_answer_countries {
	display: inline !important;
}

span.wpcf7-list-item {
  margin-left: 0 !important;
}
.wpcf7-radio span.wpcf7-list-item {
  margin-right: 15px !important;
}
.wpcf7-form-control{
  border-radius: 0 !important;
  width: 100% !important;
  min-height: 42px !important;
}
.wpcf7-form-control input,
.wpcf7-form-control textarea {
  background-color: white !important;
}

/*.wpcf7 label {
  width: 100% !important;
}*/
.wpcf7 span.smaller {
  font-size: 10px;
  margin-bottom: 6px;
}


.no-border .wpcf7-countries {
  border: none !important;
}
.wpcf7-form-control-wrap textarea {
  height: 100px;
}
.support-form  label {
  color: white !important;
}

/*.wpcf7-list-item-label {
  color: white !important;
}*/

.wpcf7-not-valid-tip {
 font-size: small;
 color: #EF4848; 

}

.wpcf7-validation-errors {
 border: 0px !important;	
}

.wpcf7-response-output {
margin: 0px !important;
padding: 0px !important;
	
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border:0px;
}
.wpcf7 form.sent .wpcf7-response-output {
	border: 0px;
}

#beitritt .wpcf7-list-item-label
{
 color: #000000 !important; 
 margin-left:12px;
}


#wpcf7-f13119-p13111-o1 .wpcf7-list-item

   {
	display: inline-block;
	width:100%;
}

#wpcf7-f13621-p13622-o1 .wpcf7-list-item
  {
	display: inline;
	width:100%;
}

#supportcss .wpcf7-list-item-label
{
  margin-left:12px;
}

#wpcf7-f13080-p7965-o1, 
#wpcf7-f13119-p13111-o1,
#wpcf7-f13621-p13622-o1 {
 background: #F2F2F2;	
 padding-top:5px;
 padding-left:15px;
 padding-right:15px;
 margin-bottom:20px;
}

#wpcf7-f13080-p7965-o1 .cf7mls_progress_bar, 
#wpcf7-f13119-p13111-o1 .cf7mls_progress_bar,
#wpcf7-f13621-p13622-o1 .cf7mls_progress_bar {
 margin-bottom:20px;
 padding-right:40px;
}



#wpcf7-f13621-p13978-o1 .fieldset-cf7mls{
	padding: 0px;
}
#wpcf7-f13621-p13978-o1 .wpcf7-list-item-label {
	color:#FFFFFF !important;
}

#wpcf7-f13621-p13978-o1 .wpcf7-not-valid-tip {
 font-size: small;
 color: #FFFFFF; 
}

span.wpcf7-list-item { display: block !important; }

#wpcf7-f13080-p7965-o1 .cf7mls_progress_bar li:after,
#wpcf7-f13119-p13111-o1 .cf7mls_progress_bar li:after,
#wpcf7-f13621-p13622-o1 .cf7mls_progress_bar li:after {
background-color: white; 
}
#wpcf7-f13080-p7965-o1 .cf7mls_progress_bar li.active:after,
#wpcf7-f13119-p13111-o1 .cf7mls_progress_bar li.active:after,
#wpcf7-f13621-p13622-o1 .cf7mls_progress_bar li.active:after
 { background-color: #27AE60; }

.wpcf7-form {
 border:none !important;	
}

.wpcf7-form select
{ color: #7F7F7F;
}
.wpcf7-form .col-6 { margin-bottom:12px;
}

.support-form .wpcf7-submit {
    color: #FFFFFF !important;
    max-width: 160px;
    background: #91a82a !important;
    font-size: 14px !important;
    text-transform: uppercase;
    border: 0px !important;
}
.publication-box  {
  padding: 0 10px;
  margin-top: 20px;
}
.publication-box .bg-lightgrey {
  background: #F5F6F6;
}
.publication-box .title {
  color: #00A9E2;
  font-size: 14px;
  font-weight: bold;
}
.publication-box .text {
  color: #00141B;
  font-size: 14px;
}
.publication-box .pub-btn {
  color: white;
  padding: 12px 60px;	
  background-color: #00A9E2;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 3rem;
}
.publication-box .pub-btn:hover {
  background-color: rgb(0, 124, 165);
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
.publication-box .entry-text {
  color: #526064;	
  font-family: "EB Garamond";	
  font-size: 20px;	
  font-style: italic;	
  line-height: 32px;
}
.featured-event-caption {
  position: absolute;
  bottom: 0;
  right: 0;
}
.post-type-archive-event .post-thumbnail-bg {
  position: relative;
}
.select-country {
  display: none !important;
}
.elementor-nav-menu--dropdown {
  background-color: #F5F6F6 !important;
}
.elementor-nav-menu--dropdown .pink a {
  color: #E80B8E !important;
}
.elementor-nav-menu--dropdown a {
  color: #00A9E2 !important;
  font-weight: 600 !important;
}
.elementor-nav-menu--dropdown a:hover, 
.elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
  background-color: transparent !important;
}
.single .post-image {
  height: 340px !important; 
  overflow: hidden !important;
}
.single .post-image img {object-fit: cover !important; position: absolute; left: 0; top: 0; height: 85%;}
.single .post-image .wp-caption-text {
    position: absolute; bottom: 0;
    width: 100%;
}
.elementor-share-btn {
  width: 44px !important;
  height: 44px !important;
  display: block;
}
.custom-post-section-2 .excerpt p {
  margin-bottom: 0;
}

.custom-post-meta
{text-align: left; padding-left:14px;}

@media (max-width: 1200px) {
  .elementor-share-btn {
    margin-right: 10px !important;
  }
  .custom-post-section-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .custom-post-loop {
    padding: 50px 0;
  }
  .single .post-image {
    height: 340px !important; 
    overflow: hidden !important;
    margin: 0 auto !important;
    width: 70% !important;
  }

  .home .custom-post-section {
    padding-left: 10px;
    padding-right: 10px;    
  }
  .modal-dialog {
    margin: 0;
  }
  .custom-container, .container {
    max-width: 100%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  #bottom-bar-mobile {
    display: block;
    max-width: 95%;
    margin: 100px auto 20px;
    border-top: 1px solid white;
    padding-top: 20px;
  }
  .custom-post-section-2 .bg-watermark br {
    display: none;
  }
  .custom-post-section-2-cols .bg-cover,
  .custom-post-section-2-cols .gradient-bg  {
    height: 250px !important;
  }
  
    .custom-post-meta {
    text-align: center;
  }
  
  #bottom-bar-mobile .chapters-dropdown {
    display: none;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    list-style: none;
    padding: 0;
  }
  .events-bar h5 {
    width: 100%;
    margin-bottom: 0;
  }
  .events-bar ul {
    width: 100%;
  }  
  .custom-container, .container {
    max-width: 100%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .archive .cat-entrance {
    min-height: 300px;
  }
  .archive .mb-60 {
    margin-bottom: 30px;
  }
  .archive .post-heading {
    min-height: auto;
  }
  .navbar-brand {
    margin: 0 auto;
    padding: 10px 40px 10px 0;
  }
 /* #top-bar {
    display: none;
  }*/
  header .navbar-collapse {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #00A9E2;
    z-index: 1000;
    text-align: center;
  }
  header .navbar-toggler {
    z-index: 2000;
  }
  .header-menu {
    max-width: 80%;
    margin: 0 auto;
    padding: 50px 0;
  }
  .header-menu li a,
  .header-menu li > a:hover,
  .header-menu li:hover > a,
  .archive:not(.category-publications):not(.post-type-archive-events) .header-menu > li.blog-menu-item > a, 
  .single-post .header-menu li.blog-menu-item:not(.publication-menu-item) > a, 
  .single-post .header-menu li.current-menu-ancestor:not(.publication-menu-item):not(.menu-item-type-custom) > a, 
  .header-menu > li.current-menu-ancestor:not(.publication-menu-item) > a, 
  .archive .header-menu > li.current-menu-ancestor > a, .header-menu > li.current-menu-item > a{
    color: white !important;
  }
  .header-menu li {
    padding: 0;
  }
  .header-menu li a {
    display: block;
    padding: 15px 0;
    width: 100%;
    margin: 0;
    font-size: 20px;
  }
  .header-menu li.pink a,
  .header-menu li.pink  > a:hover,
  .header-menu li.pink:hover >  a,
  .header-menu li.current-menu-item.pink a {
    color: #F8D536 !important;
    border-bottom: 0;
	
  }
  .header-menu > .menu-item-has-children > a::after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f078";
    display: inline-block;
    margin-left: 5px;
  }
  .header-menu > .menu-item-has-children.active > a::after {
    content: "\f077";
  }
  .header-menu > .menu-item > .sub-menu {
    position: relative;
    background: transparent;
    display: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    top: 0;
    padding: 0;
  }
  .header-menu .sub-menu li a {
    padding: 15px 0;
    font-size: 16px;
  }
  .header-menu > .menu-item > .sub-menu > li > .sub-menu{
    display: block;
  }
  .header-menu > .menu-item-has-children:hover > .sub-menu {
    display: none;
  }
  .header-menu .sub-menu li a,
  .header-menu .sub-menu li:hover a,
  .header-menu .sub-menu li .sub-menu li a,
  .header-menu .sub-menu li .sub-menu li:hover a{
    color: #01171E !important;
  }
  .header-menu > .menu-item > .sub-menu::before {
    display: none;
  }
  .header-menu .float-left, .header-menu .float-right {
    float: none !important;
    max-width: 100%;
    padding: 0;
  }
  .header-menu .sub-menu li.blue > a {
    color: white !important;
  }
}

@media (max-width: 800px) {
  .single .post-image {
    width: 100% !important;
  }
  .events-bar ul {
    display: block;
    height: auto;
  }  
  .events-bar li {
    width: 100%;
    display: block;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #526064;
  }  
  .events-bar li a {
    padding: 10px 0;
    display: inline-block;
  }  
  .events-bar li.all-events-link a {
    display: inline-block;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .elementor-nav-menu a {
    padding-left: 10px !important;
  }
  .publication-box  {
    padding: 0 10px;
  }
  .publication-box .no-p-mobile {
    padding: 0 !important;
  }
  .bg-cover {
    min-height: 400px;
  }
  .archive .bg-cover {
    min-height: 300px;
  }
  .bg-cover .gradient-bg {
    padding: 10px !important;
  }
  .bg-cover.bg-cover-2, .gradient-bg {
    min-height: 200px;
  }
  .custom-post-section-2-cols .bg-cover,
  .custom-post-section-2-cols .gradient-bg  {
    min-height: 250px !important;
  }
  .custom-post-section-2 .mh-72 {
    min-height: auto;
  }
  .custom-post-section-2 .bg-watermark {
    min-height: 200px;
  }
  .custom-post-section-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .custom-post-loop {
    padding: 60px 0;
  }
  .custom-post-loop .all-topics, .custom-post-loop .contribution {
    width: 48%;
    float: left;
  }
  .custom-post-loop .all-topics {
    margin-right: 4%;
  }
  .custom-post-loop .contribution {
    min-height: 274px;
  }
  .custom-post-loop .post-heading {
    min-height: auto;
  }
}

.mediaQueryClass {float:left;}
@media (max-width: 991px){
	.mediaQueryClass {float:none;}
}

.textstroke {
	text-shadow: 2px 0 0 #657275, -2px 0 0 #657275, 0 2px 0 #657275, 0 -2px 0 #657275, 1px 1px #657275, -1px -1px 0 #657275, 1px -1px 0 #657275, -1px 1px 0 #657275;
}

@media print {
/* your print styles */

.wp-caption,
.wp-caption-text,  
.elementor-location-footer, 
.author-image,
.elementor-widget-container .col-2,
.elementor-element-6f4987b, /* Divider */
.elementor-element-8063fb8, /* Donation text */
.elementor-element-7d0e3ba, /* Donation button */
.elementor-element-7ede076, /* Share buttons */
.image-box,
.fas,
.print_cats,
.elementor-share-btn__icon,
#cookieChoiceInfo 
{display: none !important;}

.ml-2 {margin-left: 0px !important;}
body {margin: 1.5em !important;}
p { font-size: 16pt !important; }
.grecaptcha-badge { visibility: hidden;}

h1 {text-align: left;}

.custom-post-meta
{text-align: left; padding-left:12px !important;}

@page {
    margin-top: 2cm;
    margin-bottom: 2cm;
    margin-left: 2cm;
    margin-right: 2cm;
}


}
.team-site h1 {
  color: #526064;
  margin: 45px 0px 65px 0px;
  font-size: 44px;
  font-weight: 600;
}
.team-site h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
}
.team-site h3 {
  font-size: 16px;
  font-weight: 600;
  padding: 0;
}
.team-site .location {
  font-size: 14px;
  line-height: 16px;
  padding: 0;
}
.team-site .info {
  font-size: 14px;
  line-height: 16px;
  padding: 0;
}
a.team-member-link:hover {
  text-decoration: none;
}
a.team-member-link:hover h3 {
  text-decoration: underline;
}
.team-site .pl-0 {
  margin-left: -12px;
}
#international-team-btn {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #2fb159;
  border-radius: 0px 0px 0px 0px;
  padding: 15px 50px 15px 50px;
}
#international-team-btn:hover {
  background-color: #008e39;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  text-decoration: none;
}
.single-team_member .team-site h1 {
  font-size: 30px;
}
.single-team_member .team-site .social {
  bottom: 10px;
  position: absolute;
}
.single-team_member .team-site .social a {
  display: inline-block;
  text-align: center;
  background: #526064;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  padding: 10px 0;
  color: white;
  margin-right: 5px;
}
.single-team_member .team-site .social a:hover {
  background: #00A9E2;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}
.single-team_member .team-site .top {
  background: #f5f6f6;
}
.single-team_member .team-site .location {
  color: #25b355;
}
.single-team_member .team-site .cv {
  font-family: 'EB Garmond';
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
.single-team_member .team-site hr {
  border-top: 1px solid #00A9E2;
  margin: 0 auto;
}
.single-team_member .team-site .custom-post-loop {
  padding-top: 10px;
}
#navbar-toggler-2[aria-expanded="false"] span {
  display: none;
}
#navbar-toggler-2[aria-expanded="true"] span {
  display: block;
}
#navbar-toggler-2[aria-expanded="true"] img {
  display: none;
}  
#navbar-toggler-2 img {
  width: 25px;
}  
#bottom-bar-mobile-2 {
  display: none;
}
#navbarNav2 {
  display: none !important;
}
@media (max-width: 991px) {
  #navbarNav2.collapse.show {
    display: block !important;
  }
  #navbarNav2.collapsing {
    display: block !important;
  }
  #bottom-bar-mobile-2 .chapters-dropdown {
    display: block;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    list-style: none;
    padding: 0;
  }
  #bottom-bar-mobile-2{
    display: block;
    max-width: 95%;
    margin: 30px auto 20px;
    border-top: 0;
    padding-top: 20px;
  }
  #bottom-bar-mobile {
    margin: 0 auto 20px;
  }
  .navbar-brand {
    padding: 10px 0;
  }
  .chapters-dropdown .c-heading-top {
    background: white;
  }
  .single-team_member .team-site h1 {
    font-size: 20px;
  }
  .single-team_member .team-site .social {
    bottom: 0;
    margin-top: 10px;
    position: relative;
  }
}
.rund {
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
}

.news-box {
  background-color: #F5F6F6;
  padding-bottom: 20px;
  background-image: url(../img/news_bg.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
.news-box .heading {
  background: rgba(0, 125, 138, 0.8);
  font-size: 20px;
  font-family: 'Fira Sans';
  font-weight: bold;
  color: white;
  padding: 10px;
}
.news-box .article img {
  /*width: 100%;*/
  max-width: 45px;
  max-height:35px;
  margin: 0 auto;
  display: block;
  filter: grayscale(100%);
}
.news-box .article .title {
  font-size: 12px;
  line-height: 16px; 
  color: #7A8488;
  text-decoration: none;
}
.news-box .article .title > span {
  font-weight: bold;
}
.news-box .article:hover .title {
  text-decoration: underline;
}
.news-box .article {
  margin-top: 10px;
}
.news-box .article .pl-0 {
  padding-left: 0 !important;
}
.news-box .article .line {
  border-bottom: 1px dotted #7A8488;
  width: 100%;
  margin: 10px auto 0;
}
.news-box .news > .article:last-child .line {
  display: none;
}
.related-posts-bottom-section {
  margin-bottom: 50px;
}
.related-posts-bottom-section .thumbnail {
  height: 200px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.related-posts-aside-section .thumbnail {
  height: 100px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.related-posts-bottom-section .title,
.related-posts-aside-section .title,
.next-events-aside-section .title {
  font-family: 'Fira Sans';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  width: 100%;
  border-bottom: 2px solid #00A9E2;
  margin-bottom: 30px;
}
.related-posts-aside-section .title,
.next-events-aside-section .title  {
  margin-bottom: 10px;
}
.related-posts-bottom-section .excerpt p {
  margin-bottom: 0;
}
.single .elementor-widget-share-buttons .elementor-share-btn__icon {
  border: 2px solid #7A8488;
  border-radius: 50%;
}
.single .elementor-widget-share-buttons .elementor-share-btn__icon:hover {
  background: #00A9E2;
  border-color: #00A9E2;
}
.single .elementor-widget-share-buttons .elementor-share-btn__icon:hover i {
  color: white;
}
.related-posts-aside-section-margin {
  margin-bottom: 46px;
}
.next-events-aside-section {
  /* margin-top: 50px; */
}
.next-events-aside-section .row > .article .line {
  border-bottom: 1px solid #CCD0D1;
  margin: 5px 0 10px;
}
.related-posts-aside-section .row > .article .line {
  border-bottom: 1px solid #CCD0D1;
  margin: 10px 0 10px;
}
.related-posts-aside-section .row > .article:last-child .line {
  display: none;
}
.related-posts-aside-section .article h5.heading,
.next-events-aside-section .article h5.heading {
  font-size: 14px;
  line-height: 20px;
}
.related-posts-aside-section .article,
.next-events-aside-section .article {
  padding: 0 12px;
  width: 50%;
}
@media (min-width: 1024px) {
  .related-posts-aside-section .article,
  .next-events-aside-section .article {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .related-posts-aside-section .article,
  .next-events-aside-section .article {
    width: 500% !important;
  }
  .next-events-aside-section .row > .article .line,
  .related-posts-aside-section .row > .article .line {
    display: block;
  }
  .related-posts-aside-section .article h5.heading {
    margin-top: 15px !important;
  }
}
@media (max-width: 1024px) {
  .related-posts-aside-section .article h5.heading {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .related-posts-aside-section .thumbnail {
    height: 200px;
  }
  .next-events-aside-section .row > .article .line,
  .related-posts-aside-section .row > .article .line {
    display: none;
  }
  .related-posts-bottom-section {
    display: none;
  }
}
.next-events-aside-section .date {
  color: #92459A;
}
.next-events-aside-section .heading {
  margin-bottom: 0;
}
.next-events-aside-section .all-events {
  color: #00A9E2;
  font-weight: bold;
}
.next-events-aside-section .all-events:hover {
  text-decoration: underline;
}
.long-quote {
padding-left:25px;
font-style: italic;
line-height:27px !important;
font-size:19px;
}
.blog-notes {
font-style: italic;
font-size:19px !important;
line-height:26px !important;
}
.titleright {
padding-right:50px !important;
}
.titleright_main {
padding-right:80px !important;
}

/* Mega Menu  */
.latest_post_meta, .feature_post_meta { display: flex; }  
.latest_post_meta, .feature_post_meta , .latest_post_meta a, .feature_post_meta a { color:#7A7A7A;font-size: 13px; }
.post_author { border-right: 1px solid #7a7a7a; padding-right: 6px; margin-right: 6px; }
.latest_post_meta, .feature_post_meta { padding-top: 10px; }
.latest_post_title, .feature_post_title { -webkit-hyphens: auto; -ms-hyphens: auto;  hyphens: auto; }
.latest_post_title, .latest_post_title a , .feature_post_title, .feature_post_title a { color: #00141B; font-weight: 500; font-size: 17px; }
.latest_post_title, .latest_post_title a:hover, .feature_post_title, .feature_post_title a:hover {  color: #00A9E2; } 
/*.latest_post_feature img, .latest_post_feature a img { max-width: 200px; } */
.latest_post_feature img, .latest_post_feature a img, .feature_post_feature img, .feature_post_feature a img { height: 120px;width: auto; }
.feature_post_menu .elementor-widget-container , .latest_post_menu .elementor-widget-container { visibility: hidden;font-size: 14px; }
.feature_post_menu .elementor-shortcode , .latest_post_menu .elementor-shortcode { visibility: visible; }
.global_democracy_title{ color:#e00474 }
.global_governance_title{ color:#2ca4dc }
.global_citizenship_title{ color:#25b355 }
.global_democracy_title, .global_governance_title, .global_citizenship_title { margin-left: 10px; }
.program_areas_links .elementor-icon-list-item:hover{font-weight: 600; }

@media (min-width: 1025px) {
  .e-n-menu-items-content {
    max-width: 1214px !important;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
  }
  .elementor-widget-n-menu .e-n-menu-items-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100% !important;
    z-index: 999;
    background-color: transparent;
    min-width: 1200px !important;
    margin-right: auto !important;
    left: auto !important;
}
.e-n-menu-item-title-text:before {
    content: "";
    background: #00a9e2;
    height: 20px;
    position: absolute;
    top: 25px;
    left: 0px;
    right: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 50%);
    transition: all 0.4s ease;
    opacity: 0;
    z-index: 99999999999 !important
}
  .elementor-widget-n-menu .e-n-menu-item-title-container{
    gap:0px !important;
  }
  .e-n-menu-item-title.e-active .e-n-menu-item-title-text:before {
    opacity: 1;
  }

  .e-n-menu-item-title-text {
    position: relative;
  }
  .lang-se .e-n-menu-item-title:before{
    right:0px !important;
  }

  .main_menu_active{
    position: relative;
  }

  header > .elementor-column {
    z-index: 0 !important;
  }
  .e-n-menu-item-title-text:before:last-child{
    background: #E5178A !important;
    min-width: 68px;
  }
  .lang-se .e-n-menu-item-title:last-child:before , .lang-ch .e-n-menu-item-title:last-child:before, .lang-suisse .e-n-menu-item-title:last-child:before{
    min-width: 38px;
  }
  .lang-de .e-n-menu-item-title:last-child:before , .lang-ch .e-n-menu-item-title:last-child:before{
    right:0px;
  }
  .main_activity_menu, .main_blog_menu {
    max-width: 1000px !important;
    margin-left: auto !important;
  }
  .main_about_menu{
    max-width: 600px !important;
    margin-left: auto !important;
  }
  .elementor-widget-n-menu .e-n-menu-items-content  .elementor-element.e-con-full.e-flex.e-con:last-child {
    max-width: 700px !important;
    margin-left: auto !important;
  }
  .e-n-menu-item-title.e-active:before {
      opacity: 1;
  }
  .main_mega_menu .e-n-menu-item-title:last-child .e-n-menu-item-title-text {
    color: #E5178A !important;
  }
  .main_mega_menu .e-n-menu-item-title:last-child .e-n-menu-item-title-text:before {
    background: #E5178A !important;
  }
  .main_mega_menu .e-n-menu-item-title.e-normal.main_menu_active span {
  border-bottom: 2px solid #00A9E2;
  }
  .main_menu_active .e-n-menu-item-title-container .e-n-menu-item-title-text, .e-n-menu-item-title.e-normal.main_menu_active:first-child .e-n-menu-item-title-text{
    color: #00A9E2 !important;
  }
 
  .main_menu_active .e-n-menu-item-title:first-child .e-n-menu-item-title-text{
    color: #00A9E2 !important;
  }
  .elementor-widget-n-menu .e-n-menu-item-title .e-n-menu-item-icon {
    height: auto !important;
  }
  .main_mega_menu .e-n-menu-item-title.e-normal.main_menu_active:last-child span, .main_mega_menu .e-n-menu-item-title.e-normal.main_menu_active:last-child a span{
    border-bottom: 2px solid #E5178A !important;
  }
  .e-n-menu-item-title{ position: relative; }
  #top-bar .container { padding-left: 5px !important;padding-right: 5px !important; }
  .main_mega_menu .e-n-menu-item-title:last-child{ padding-right: 0px; }

  .democracy_top_header .elementor-widget-n-menu .e-n-menu-items-content{ left: unset !important;right:unset !important; }
  .democracy_top_header .e-n-menu-item-title-text:before { content: none !important; }
  .democracy_top_header .elementor-widget-n-menu .e-n-menu-items-content { min-width: 840px !important; }
  .democracy_country_list_shortcode ul.custom-countries-menu { /*grid-column-gap: 40px;*/ }


  
  .menu_international { padding-top: 5px; }
}

/* Democracy Top Header */

.democracy_top_header span.e-n-menu-item-title-text{ margin-left: 12px !important;}
.democracy_top_header .e-n-menu-item-title-container .e-n-menu-item-icon { margin-left: 8px !important; }
.democracy_top_header .e-n-menu-item-title-text:hover { font-weight: 600; }
.democracy_top_header .elementor-widget-n-menu .e-n-menu-items-content:not(.content-above) { padding-top: 0px !important; }
.democracy_country_list_shortcode ul.custom-countries-menu li, ul.custom-countries-menu li a { color: #fff; }

.democracy_country_list_shortcode .custom-countries-menu li{ padding-bottom:5px;font-size: 14px !important;}
.democracy_country_list_shortcode ul.custom-countries-menu ul.sub-menu { display: flex;padding-left: 0px;list-style: disc !important;margin-top: -3px;}
.democracy_country_list_shortcode ul.custom-countries-menu ul.sub-menu li:first-child { list-style: none; }
.democracy_country_list_shortcode ul.custom-countries-menu ul.sub-menu li{ margin-right: 22px;word-break: break-all;padding-bottom: 0px; }
.democracy_country_list_shortcode ul.custom-countries-menu ul.sub-menu li::marker { font-size: 12px; }

.international_country_list .elementor-icon-list-icon i { font-size: 4px !important;margin-left: 2px; margin-right: 2px; }
.country_list_sec, .take_action_sec { border-top: 2px solid #29b5e6 !important; }
.custom-countries-menu li:hover > a { font-weight: 600; }
.custom-countries-menu li:hover  span.main-menu-item{ font-weight: normal; }
.internation_menu_open .main_mega_menu .e-n-menu-item-title:first-child,.internation_menu_open .main_mega_menu .e-n-menu-item-title:nth-child(2)  { pointer-events: none; }
.top_header_countries .e-n-menu-item-title-container:hover { font-weight: 600; }
.menu_international { position: relative; }
.international_country_list .elementor-icon-list-item span.elementor-icon-list-text  { padding-left: 5px !important; }
.international_country_list .elementor-icon-list-item span.elementor-icon-list-text:first-child { padding-left: 0px !important; }
.custom-countries-menu .sub-menu a { font-size: 12px; margin-left: -1px;}
.democracy_country_list_shortcode ul.custom-countries-menu ul.sub-menu li:first-child a{ margin-left: 0px; }
.democracy_top_header .e-n-menu-item-title {  transition: none !important; }
@media (min-width: 1025px){
 
  .top_header_countries .e-n-menu{ min-height: 44px; }
  #internation_menu { padding-top: 12px;}
  .menu_international:before { content: "" !important; position: absolute !important; left: 182px !important; right: 0; top: 3px; border-top: 1px solid #fff !important; width: calc( 100% - 182px ) !important; }
  .country_list_sec {  padding-top: 24px !important; }
}

@media (min-width: 1025px) and (max-width: 1220px) {
   header{ padding-left: 10px;padding-right: 10px; }
   .democracy_top_header > .e-con-inner > .elementor-element:nth-child(2) { min-width: 20%;  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .democracy_country_list_shortcode ul.custom-countries-menu { grid-column-gap: 26px;}
  .main_mega_menu .main_social_icons .elementor-widget-social-icons .elementor-widget-container  {/* width: 40%;margin: 0 auto;*/ }
}

@media (min-width: 768px) {
.democracy_country_list_shortcode ul.custom-countries-menu { list-style: none;padding-left: 0px !important; /*display: grid;grid-template-columns: repeat(3, 1fr);*/ }
.democracy_country_list_shortcode .elementor-shortcode { display: flex; }
.country_menu_list { width: 100%;display: flex; }



}
@media (max-width: 1024px) {
  .democracy_mobile_menus .elementor-widget-n-menu .e-n-menu { flex-direction: unset !important; }
  .mobile_social_icons { text-align: center; border-top: 1px solid #fff;padding-top: 20px; }
  #internation_menu{ display: none; }
  .main_mega_menu .e-n-menu { justify-content: end; }
  .democracy_top_header .e-n-menu-tablet > .elementor-widget-container > .e-n-menu > .e-n-menu-toggle { cursor: pointer; }
  .main_mega_menu .main_social_icons { display: block !important; }
  .main_mega_menu #mobile_social_icons{ display: none; }
}
@media (max-width: 767px) {
  .global_network_name { display: none !important; }
  #top-bar .chapters-dropdown {width: 200px; right: 10px; }
  .elementor-widget-n-menu .e-n-menu-item-title .e-n-menu-item-icon {  height: auto !important;}
  .democracy_top_header .democracy_country_list_shortcode ul.custom-countries-menu ul.sub-menu {padding-left: 0px;}
  .democracy_top_header .custom-countries-menu {padding-left: 0; list-style: none;margin-bottom: 0px;}
  .main_mega_menu .main_social_icons .elementor-widget-social-icons .elementor-widget-container  { /*width: 70%;margin: 0 auto !important;*/margin-top: 10px; }
  .democracy_country_list_shortcode .custom-countries-menu li{ padding-bottom: 5px; }
  .democracy_country_list_shortcode { padding-bottom: 5px !important; }
}

