/*
 Theme Name:   GSI Theme - GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Eike Adler - Rings Kommunikation GmbH
 Author URI:   https://www.rings-kommunikation.de/
 Template:     generatepress
 Version:      0.3
*/

/* override styles when printing */
@media print {

  .container-for-fixed-header, .site-footer, #BorlabsCookieWidget {
    display: none;
  }
  /*blockquote {
    break-inside: avoid;
  }*/
  body {
    zoom: 80%;
  }

}


body, button, input, select, textarea {
    font-family: "DINPro", Arial, Sans-Serif;
}



/*HEADER*/
.site-header {
    border-bottom: 1px solid #cacaca;
  }
.inside-header {
    padding: 30px;
    padding-top:0px;
}
.site-logo {
    margin-top: -18px;
}
.main-navigation {
    margin-top: 45px;
}
.main-navigation .main-nav ul li a {
    line-height: 22px;
    padding-left: 9px;
    padding-right: 9px;
}
.menu-item-has-children .dropdown-menu-toggle {
    padding-right: 4px;
    padding-left: 4px;
}

ul#menu-topbar-menu li.menu-item a,
ul#menu-topbar-menu li.search-item a {
  padding-left: 9px;
  padding-right: 9px;
  line-height: 35px;
}

ul#menu-topbar-menu  > li.menu-item >  a:before {
    content: "|";
    position: relative;
    left: -9px;
    font-weight: 300;
}
ul#menu-topbar-menu li:first-child a:before {
    display:none;
}
ul#menu-topbar-menu .menu-item-has-children .dropdown-menu-toggle {
    padding-right: 0px;
}
ul#menu-topbar-menu ul.sub-menu li.menu-item a {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 15px;
}
.main-navigation .main-nav ul li#menu-item-171 ul li >ul {
  width: 205px;
}

.navigation-search {
    top: 32px;
    left: auto!important;
    max-width: 225px;
    right: 10px!important;
    z-index: 99;
}
.navigation-search input {
    height: 30px!important;
    font-size: 13px;
    background: #fafafa!important;
    border: 1px solid #ccc;
    opacity: 1;
    padding:5px;
}
.navigation-search input[type="search"]:focus {
    color: #3c3c3c;
    font-weight: 500;
    background-color: #ffffff;
}
nav#secondary-navigation {
  padding: 0px 30px;
}

.page-id-6299 .elementor-widget-heading .elementor-heading-title>a {
color: #0ea5e4;
}
.page-id-6299 .elementor-widget-heading .elementor-heading-title>a:hover {
color: #000;
}

/*CONTENT*/
#page div#content {
    padding:30px;
    padding-top:0px;
}


/*FOOTER*/
footer.site-info {
    border-top: 1px solid rgba(255, 255, 255, 0.63);
}

/*BLOG*/
body.archive  #page div#content,
body.single-post #page div#content,
body.single-press #page div#content,
body.single-liveblog #page div#content,
body.single-ygcb #page div#content,
body.single-speaker #page div#content,
body.single-video #page div#content,
body.single-event #page div#content,
body.single-global_solutions_hub #page div#content {
    padding:40px;
}
body.single-video #page main#main,
body.single-event #page main#main,
body.single-speaker #page main#main {
  margin-right: 0px;
}
body.archive h2.entry-title {
    font-size: 20px;
    font-weight:700;
}
body.single-post #page .entry-title,
body.single-press #page .entry-title,
body.single-ygcb #page .entry-title {
  background: #0ea5e4;
      color: #fff;
      padding: 9px 12px 11px 14px;
}

body.single-post #page .entry-content,
body.single-press #page .entry-content,
body.single-ygcb #page .entry-content {
    margin: 1.5em 0 0;
}

body.single-ygcb #page header .category a,
body.single-post #page header .category a  {
  background: #0ea5e4;
    color: #fff;
    padding: 9px 12px 11px 14px;
    font-weight: 700;
    /* margin-top: 10px; */
    display: block;
    padding-bottom: 0;
        margin-bottom: -5px;
}

.single-press  .meta .post-source {
  font-style: italic;
      color: #777;
      margin-top: 20px;
}

body.tax-ygcb-categories .entry-summary,
body.post-type-archive-ygcb .entry-summary {
    margin-top: 1em;
}


.masonry-load-more.load-more a.button {
  background-color: #0ea5e4;
}


/*SEARCH RESULTS*/
body.search-results  #page div#content {
    padding-top:40px;
}
body.search-results  .entry-summary {
    margin-top: 1em;
}
body.search-results .inside-article {
  padding: 15px 0 15px 0!important;
  border-bottom: 1px solid #e0e0e0;
}
body.search-results .inside-article .post-image img {
  max-width: 200px;
}
body.search-results .masonry-load-more.load-more {
      margin-top: 30px;
      margin-bottom:15px;
}
body.search-results .speaker.type-speaker .post-image img {
  max-width: 150px;
}

/*404*/
body.error404  #page div#content {
    padding-top:40px;
}

/*Widgets*/
.widget-title {

}

/*Blockquote*/
blockquote {
    border-left: 4px solid rgba(0,0,0,.05);
    padding: 13px 15px;
    font-size: 15px;
    font-style: italic;
    margin: 0 0 1.5em;
    position: relative;
}

/*Elementor News-Widget*/
.elementor-widget-news-box a.link {
   font-size: 12px;
   text-transform: uppercase;
   font-weight: bold;
}
.elementor-widget-news-box,
.elementor-widget-news-box .elementor-widget-container {
  height: 100%;
  display: inline-block;
}

/*Elementor Image Button Widget*/
.elementor-widget-image-button a.overlay-link {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  display: flex!important;
justify-content: center;
align-items: center;
}

.elementor-widget-image-button h1,
.elementor-widget-image-button h2,
.elementor-widget-image-button h3,
.elementor-widget-image-button h4 {
  margin-bottom:0;
}



/*Press shortcode*/
.press.press-releases .single-post {
    line-height: 21px;
}

.press .single-post .post-meta {
  line-height: 1.3em;
    font-size: 12px;
    margin-bottom: 13px;
    color: #adadad;
        margin-top: 4px;
}
.press .single-post  span.lang {
  line-height: 1.3em;
    font-size: 12px;
    color: #adadad;
}
.custom_paginator {
  margin-top: 15px;
background: #f7f4f4;
display: inline-block;
padding: 1px 5px;
}
.custom_paginator > a {
  padding: 2px 7px;
}
span.page-numbers.current {
  background-color: #f7f4f4;
      color: #545454;
  font-weight: 700;
  padding: 2px 7px;
}

/*Liveblog Shortcode*/
.liveblog-articles .single-post {
    padding: 30px 0px;
    border-bottom: 1px solid #ccc;
    position:relative;
}
.liveblog-articles .single-post:first-child {
    padding-top:0px;
}
.liveblog-articles .single-post:last-child {
    border-bottom: 0px solid #ccc;
}
.liveblog-articles .single-post .post-title {
        padding-right: 160px;
}
.liveblog-articles .single-post .post-content {
      font-size: 14px;
      margin-top:10px;
}
.liveblog-articles .single-post span.post-date {
  position: absolute;
  right: 0;
  top: 30px;
}
.liveblog-articles .single-post:first-child span.post-date {
  top: 0px;
}

/*Twitter Feed*/
#ctf {
overflow: hidden;
}
#ctf .ctf-header {
  border: 0px !important;
}
.ctf-tweets {
  width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*flex-wrap: wrap;*/
    margin: 0 -10px;
}
.ctf-tweets .ctf-item {
    flex: 1 1 30%;
    border: 0px!important;
    border: 1px solid #f1f1f1!important;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
    margin: 10px;
    border-radius: 5px;
    padding: 12px!important;
}

#ctf .ctf-tweets .ctf-item .ctf-context,
#ctf .ctf-tweets .ctf-item .ctf-author-box,
#ctf .ctf-tweets .ctf-item .ctf-tweet-content,
#ctf .ctf-tweets .ctf-item  .ctf-tweet-actions  {
  margin-left: 0;
}

#ctf .ctf-tweets .ctf-item .ctf-author-avatar {
  margin: 0;
  margin-right: 6px;
}
#ctf .ctf-author-name, #ctf .ctf-author-screenname, #ctf .ctf-verified, #ctf .ctf-tweet-meta {
    margin-left: 0px;
  }

/*Think-Tank Logos*/
.think_tanks  .elementor-image-gallery .gallery-item {
    vertical-align: bottom;
}
.think_tanks  .elementor-image-gallery .gallery-item .gallery-caption {
    margin-top:10px;
}
.think_tanks img {
    max-height: 70px;
    width: auto!important;
}


/*List with line*/
.list_with_big_space ol > li {
  padding: 12px 0px;
    margin-right: 20px;
    border-bottom: 1px solid #d8d8d8;
}
.list_with_big_space ol > li:last-child {

    border-bottom: 0px solid #d8d8d8;
}

/*Home Slider*/
.home_slider .swiper-slide-inner {
      max-width: 1200px;
}
.home_slider .swiper-slide-inner  .swiper-slide-contents {
  background: #0ea5e4;
  padding: 15px 25px;
  max-width: 535px!important;
  margin-bottom: -50px;

}

/*Home Slider New Version*/
.home_slider_v2 .swiper-slide-inner {
    padding: 0px!important;
}
.home_slider_v2 .swiper-slide-inner  .swiper-slide-contents {
  background: rgb(1 53 106/75%);
  max-width: 50%!important;
  width: 400px!important;
  margin-bottom: 0;
  height: 100%;
  padding: 40px;
}
.home_slider_v2 .swiper-slide-bg {
  -webkit-transition-duration: 0s;
      -o-transition-duration: 0s;
      transition-duration: 0s;
}

@media (max-width: 1280px) and (min-width: 1025px) {
 .home_slider_v2 .elementor-slides .swiper-slide-inner .elementor-slide-description {
   font-size: 20px!important;
 }
}

@media (max-width: 1024px) {
  .home_slider_v2 .swiper-slide {
    height: auto!important;
  }
  /*.home_slider_v2 .swiper-slide-bg {
    height: 70%!important;
    min-height: 70%!important;
  }*/
  .home_slider_v2 .swiper-slide-bg {
  /*  height: 300px!important;*/
    min-height: 150px!important;
}
  .home_slider_v2 .swiper-slide-inner {
    position:relative!important;
  }
  .home_slider_v2 .swiper-slide-inner  .swiper-slide-contents .elementor-slide-heading {
    margin-bottom: 10px!important;
  }
  .home_slider_v2 .swiper-slide-inner  .swiper-slide-contents .elementor-slide-description {
    margin-bottom: 20px!important;
  }
  .home_slider_v2 .swiper-slide-inner  .swiper-slide-contents {
    padding: 20px;
    max-width: 100%!important;
    width: 100%!important;
    top: auto;
    position:relative!important;
    height: auto!important;
  }
  .home_slider_v2 .elementor-swiper-button-prev {
    left: -28px;
    color: #004276;
  }
  .home_slider_v2 .elementor-swiper-button-next {
    right: -28px;
    color: #004276;
  }
}

/*Mobile Menu Button*/
button.menu-toggle span.gp-icon.icon-menu-bars > svg {
    height: 1.3em;
    width: 1.3em;
    top: .15em;
    position: relative;
    fill: currentColor;
}
button.menu-toggle .mobile-menu {
    padding-left: 6px;
    font-size: 18px;
}

/*Overlay Menu*/
nav#generate-slideout-menu.slideout-navigation.do-overlay .slideout-menu > li {
    margin-bottom: 12px;
}
nav#generate-slideout-menu.slideout-navigation.main-navigation.do-overlay .main-nav ul ul li a {
  font-size: 17px;
      padding: 6px 5px 5px 5px;
      line-height: 16px;
}
nav#generate-slideout-menu.main-navigation .main-nav ul ul {
  margin-top: 3px;
margin-bottom: 6px;

    background: rgba(255, 255, 255, 0);
}
nav#generate-slideout-menu.slideout-navigation.do-overlay .menu-item-has-children .dropdown-menu-toggle {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

nav#generate-slideout-menu h2.widget-title {
    color: #212121;
    font-weight: 200;
    text-transform: none;
    font-size: 25px;
    margin-bottom: 15px;
}

nav#generate-slideout-menu .footer-icons a {
    padding: 5px;
    display: inline-block;
}

nav#generate-slideout-menu ul.lsi-social-icons li a {
    background: rgba(255, 255, 255, 0) !important;
}

nav#generate-slideout-menu .main-nav {
  margin-bottom: 0px;
}
nav#generate-slideout-menu  .slideout-exit {
  padding-top:0px;
}


/*Newsletter Popup*/
.dialog-widget.newsletter {
  z-index: 1000010;
}
div.newsletter_form form  div.elementor-field-group-field_receive_updates,
div.newsletter_form form div.elementor-field-group-field_tagesspiegel_background {
  visibility: hidden;
  height: 0;
  margin: 0!important;
}

/*Elementor WYSIWYH*/
.elementor-text-editor.elementor-clearfix p:last-child {
  margin-bottom: 0;
}


/*Cookie Bar*/
#cookie-notice {
  font-size:14px;
}
#cookie-notice a:hover,
#cookie-notice a:focus,
#cookie-notice a:active {
  color: #0ea5e4;
}


/*Young Global Changers Blog - Archive*/
body.post-type-archive-ygcb article  .inside-article .post-image,
body.tax-ygcb-categories article  .inside-article .post-image,
body.archive.category article  .inside-article .post-image
 {
  width: 400px;
  display: inline-block;
  margin-bottom: 0;
}
body.post-type-archive-ygcb article .inside-article,
body.tax-ygcb-categories article .inside-article,
body.archive.category article .inside-article  {
  padding: 15px!important;
  background: #f1f1f1;
  margin-bottom: 30px;

}
body.post-type-archive-ygcb article .content-container,
body.tax-ygcb-categories article .content-container,
body.archive.category article .content-container {
    display: inline-block;
    width: calc(100% - 435px);
}

/*IE Fix*/
.elementor img {
  width:100%;
}

/*Slider Fix*/
.elementor-159 .elementor-element.elementor-element-60b050f .swiper-slide-bg,
.elementor-11 .elementor-element.elementor-element-b2f17ff .swiper-slide-bg {
    transition-duration: calc(50ms*1.2)!important;
}

/*Profile-Builder Forms*/
form.wppb-user-forms input.submit.button,
form#wppb-loginform input.button.button-primary {
  font-weight: 600;
    background-color: #0ea5e4;
}
form.wppb-search-users input.wppb-search-button {
  padding: 3px 20px;
}
p.alert#wppb_register_pre_form_message > img {
  width: auto;
}


/*Comment Form wpdiscuz*/
div#wc_show_hide_loggedin_username a:first-child {
    color: currentColor !important;
    cursor: not-allowed !important;
    text-decoration: none !important;
    pointer-events: none !important;
}
#wc-comment-header {
  margin: 0;
  max-width:100%;
}
#wpcomm {
    margin: 7px auto 15px 0px;
    max-width:100%;
}


/*Hide Registration Msg on Summit-Page*/
.custom_registration_msg {
  display:none;
}


/*FacetWP Speaker Alphabet-Filter*/
.speaker-filter .elementor-shortcode {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    direction: ltr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.speaker-filter .facetwp-facet.facetwp-facet-alphabet_speaker {
    margin: 0;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.speaker-filter span.facetwp-alpha.selected {
  color: #cfcfcf;
}
.speaker-filter span.facetwp-alpha.selected {
    color: #0c4072;
}


/*Filter Speaker Search*/
.speaker-search {
      text-align: right;
}
.speaker-search .facetwp-facet {
  margin:0;
}
.speaker-search .facetwp-facet input[type=text] {
  background: #fff;
  padding:5px;
  padding-right: 30px;
}


/*Speakerlist*/
.speakerlist div.img-container {
  width: 12%;
}
.speakerlist div.details-container {
  width: 52%;
}
.speakerlist.all-speaker div.details-container {
  width: 62%;
}
.speakerlist div.relationsship-container {
  width: 31%;
}
.speakerlist div.social-container {
  width: 5%;
}
.speakerlist div.img-container img {
  border-radius:100%;
}
.speakerlist div.img-container div.img_placeholder {
  border-radius:100%;
  width:140px;
  height: 140px;
  background: #e6e6e6;
}
.speakerlist div.details-container .content {
 margin-top:15px;
}
.speakerlist div.social-container .elementor-widget-container {
  width: 100%;
  text-align: right;
}
.speakerlist div.social-container .elementor-widget-container i {
  color: #4054b2;
  font-size: 30px;
  margin-bottom:10px;
}
.speakerlist .content ul,
.speakerlist .verlinkungen ul {
  margin-left: 20px;
}
.speaker-facet-reset-container {
  position: absolute!important;
  right: 10px;
  display: inline-block;
  width: 20px!important;
}
.speaker-facet-reset-container .facet-reset {
  font-weight: bold;
  color: #d12d2d;
  cursor: pointer;
  text-align: center;
    margin-top: -2px;
}
.speaker-search .facetwp-facet .facetwp-icon {
  right: 20px;
}

/*Single Speaker*/
body.single-speaker .speakerlist div.details-container {
  width: 75%;
  max-width: 700px;
}
body.single-speaker .speakerlist div.img-container {
  width: 25%;
  max-width: 140px;
}
body.single-speaker #page div#content .featured-image.page-header-image-single {
  text-align:left;
      margin-top: 20px;
}
body.single-speaker #page div#content .featured-image.page-header-image-single img {
  text-align:left;
  max-width:150px;
  border-radius:100%;
  border: 1px solid #ccc;
}
body.single-speaker .details-container hr {
  margin: 18px 0px;
}

body.single-speaker .details-container .social-media,
body.single-speaker .details-container .verlinkungen {
    margin-top: 40px;
}

body.single-speaker .container-social > div {
  display: inline-block;
  padding-right:15px;
}
body.single-speaker .container-social  i {
    color: #4054b2;
    font-size: 30px;
    margin-bottom: 10px;
}

body.single-speaker  .company_position {
  margin-bottom:10px;
}

/*Filter Video Overview*/
.facetwp-type-dropdown select.facetwp-dropdown {
  background: #fff;
  padding: 5px;
  padding-right: 30px;
}
.facetwp-facet {
    margin-bottom: 0!important;
}

/*Video Overview*/
/*Owl Carousel Video-Overview */
.videolist {
  margin-top: 30px;
}
.videolist .owl-stage {
  padding-left: 0 !important;
  right: 8px;
}
.videolist .owl-dots {
  display: none;
}

.videolist .owl-prev,
.videolist .owl-next {
  height: 30px;
  width: 30px;
  line-height: 0px!important;
  background: #fff!important;
  border-radius: 100%;
  border: 1px solid #eaeaea!important;
  box-shadow: 0 1px 5px rgb(0 0 0 / 26%);
}

.videolist .owl-prev {
      position: absolute;
      top: 20%;
      margin-left: -15px;
      display: block !important;
}
.videolist .owl-prev.disabled {
  display:none!important;
}
.videolist .owl-next {
    position: absolute;
    top: 20%;
    right: -15px;
    display: block !important;
}
.videolist .owl-next.disabled {
  display:none!important;
}
.videolist .owl-prev span, .videolist .owl-next span {
  font-size: 35px;
  color: #7f7f7f;
}
.video-filters  select.facetwp-dropdown,
.video-filters .facetwp-type-fselect .fs-wrap,
.video-filters .facetwp-type-fselect .fs-dropdown {
    width: auto;
    max-width:100%;
}
.facetwp-type-fselect .fs-option .fs-option-label {
    white-space: initial!important;
    word-break: break-word!important;
}
.video-filters .facetwp-facet .fs-wrap {
  display: block;
}

.video-filters .facetwp-type-fselect .fs-label-wrap .fs-label {
  padding: 9px 22px 9px 8px;
}

.videolist .policy_area_con {
  margin: 15px 0px;
}
.videolist .policy_area_con.most_recent {
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
  /* border-color: rgba(0,0,0,.1); */
  padding-top: 15px;
  padding-bottom: 10px;
}
.videolist .policy_area_con h3.policy-term {
  margin-bottom: 10px;
  display: inline-block;
  padding: 0px 10px;
  color: #fff;
  width: 345px;
  max-height: 50px;
  height: 50px;
  vertical-align: top;
  font-size: 18px;
  line-height: 18px;
}
.videolist .policy_area_con h3.policy-term a {
  color: #fff;
  max-height: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.videolist .policy_area_con .policy-area-link-btn {
  font-weight: 600;
    color: #fff;
    background-color: #0ea5e4;
    border-radius: 0;
    font-size: 14px;
    padding: 5px 28px;
}
.videolist div.vimeo-iframe-placeholder .overlay:before {
  font-size: 37px;
}
.videolist div.video a {
  font-size: 13px;
      margin-top: 5px;
      display: block;
      line-height: 16px!important;
      min-height: 32px;
}
.videolist div.video hr {
  background-color: rgba(0,0,0,.1);
    border: 0;
    height: 1px;
    margin: 8px 0;
}
.videolist div.video div.topics {
  font-size: 13px;
}
.videolist div.video div.topics > a {
  padding: 0 5px;
  background: #cac8cb;
  color: #3a3a3a;
  display: inline-block;
  width: 49%;
  min-width:99px;
  margin-bottom: 10px;
  margin-right: 0px;
  font-size: 11px;
  line-height: 10px!important;
  max-height: 40px;
  height: 40px;
  vertical-align: top;
  margin: 0;
  margin-bottom: 5px;
}
.videolist div.video div.topics > a > span {
  max-height: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

/*Single Video - Vimeo*/
.single-video .elementor-column.details-container {
  max-width: 100%;
}
div.vimeo-iframe-placeholder {
  position: relative;
  cursor:pointer;
}
div.vimeo-iframe-placeholder .overlay {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      text-align: center;
      background: rgb(0 0 0 / 30%);
}
div.vimeo-iframe-placeholder .overlay::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f04b";
  top: calc(50% - 30px);
  position: relative;
  font-size: 60px;
  color: #fff;
}
div.video .iframe-wrapper  {
  padding-bottom: 56.25%;
  position: relative;
    /*height: 0;*/
    display: none;
}
div.video .vimeo-iframe-placeholder img {
  display:block;
  width: 100%;
}
div.video .iframe-wrapper iframe.video-iframe {
  max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #000;
}

.single-video .entry-content.video {
  margin-top: 20px;
}
.single-global_solutions_hub .terms,
.single-video .terms,
.single-event .terms {
  display: block;
    width: 100%;
}
.single-video .terms  .policy-area,
.single-event .terms  .policy-area,
.single-global_solutions_hub .terms .policy-area {
  display: inline-block;
  width: 300px;
  vertical-align: top;
  margin-right:20px;
}
.single-video .terms .topics,
.single-event .terms .topics,
.single-global_solutions_hub .terms .topics {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 325px);
}
.single-video .terms .policy-area a,
.single-event .terms .policy-area a,
.single-global_solutions_hub .terms .policy-area a {
  padding: 0px 10px;
  background: #cac8cb;
  color: #3a3a3a;
  display: inline-block;
  width: 280px;
  margin-bottom: 10px;
  font-size: 14px;
  max-height: 46px;
  height: 46px;
      vertical-align: top;
}
.single-video .terms .topics a,
.single-event .terms .topics a,
.single-global_solutions_hub .terms .topics a {
  padding: 0px 10px;
  background: #cac8cb;
  color: #3a3a3a;
  display: inline-block;
  width: 170px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 13px;
  max-height: 46px;
  height: 46px;
      vertical-align: top;
}
.single-video .terms  span,
.single-event .terms  span,
.single-global_solutions_hub .terms  span {
    max-height: 44px;
    height: 44px;
    display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  }

.single-video .speaker-container,
.single-event .speaker-container {
  padding-left:40px;
}

.single-video .speaker-container .elementor-widget-container,
.single-event .speaker-container .elementor-widget-container {
  width: 100%;
}

.single-video .speaker-container hr,
.single-event .speaker-container hr  {
  margin: 18px 0;
}

.single-video .speaker-container .speaker,
.single-event .speaker-container .speaker,
.single-global_solutions_hub .speaker-container,
.speaker-grid-shortcode.speaker-container {
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
  width: calc(100% + 30px);
  margin: -15px 0 0 -15px;
}

.single-video .speaker-container .speaker .single-speaker,
.single-event .speaker-container .speaker .single-speaker,
.single-global_solutions_hub .speaker-container  .single-speaker,
.speaker-grid-shortcode.speaker-container .single-speaker {
  width: 40%;
  padding:15px;
  text-align: center;
}

.speaker-grid-shortcode.speaker-container .single-speaker {
  width: 16%;
  padding: 0;
}
.speaker-grid-shortcode.speaker-container .single-speaker  > a{
  padding:15px;
  display: block;
}

.single-video .speaker-container .speaker .single-speaker img,
.single-event .speaker-container .speaker .single-speaker img,
.single-global_solutions_hub .speaker-container .single-speaker img,
.speaker-grid-shortcode.speaker-container .single-speaker img {
      border-radius: 100%;
}
.speaker-grid-shortcode.speaker-container .single-speaker img {
    max-width: 140px;
}

/*Single Event*/
.single-event .videos {
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-event .videos.multiple-videos {
    grid-template-columns: repeat(2,1fr);
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 30px;
}
.single-event .topic-logo-container {
  margin-bottom: 30px;
}
.single-event .topic-logo-container img {
  max-width: 280px;
}
.single-event  .elementor-column.details-container {
  margin-bottom: 30px;
}


/*Custom-Toggle*/
.gsi-custom-toggle .toggle-header {
  font-size: 20px;
  padding: 18px 0px;
  font-weight:bold;
  border-bottom: 1px solid  rgba(0,0,0,.1);
  position:relative;
  padding-right:30px;
  cursor:pointer;
}
.gsi-custom-toggle .toggle-header:after{
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0px;
  top: 20px;
      color: #0ea5e4;
}
.gsi-custom-toggle.show .toggle-header:after{
  content: "\f077";
}
.gsi-custom-toggle .toggle-content {
  display: none;
  padding: 20px 0px;
}


/*Single Hub*/
.single-global_solutions_hub .speaker-container {
  margin-top:0px;
}
.single-global_solutions_hub .speaker-container  .single-speaker {
  width: 15%;
  padding:15px;
  text-align: center;
}
.single-global_solutions_hub .session {
    margin-bottom: 40px;
    margin-top:10px;
  }
.single-global_solutions_hub .session .session-videos {
  display: flex;
    flex-flow: row wrap;
    align-content: space-between;
    width: calc(100% + 30px);
    margin: -15px 0 0 -15px;
}
.single-global_solutions_hub .session .session-videos .video{
    width: 30%;
    padding: 15px;
    text-align: center;
}
.single-global_solutions_hub .session  .session-title {
  font-size: 18px;
  margin-bottom:20px;
  font-weight: bold;
}
.single-global_solutions_hub .policy-briefs  .single-policy-brief,
.single-global_solutions_hub .comments-articles  .single-comment-article,
.tax-policy_areas .policy_briefs .single-policy-brief,
.single-event .comments-articles  .single-comment-article {
  margin-bottom:20px;
}
.single-global_solutions_hub .policy-briefs  .single-policy-brief a,
.single-global_solutions_hub .comments-articles  .single-comment-article a,
.tax-policy_areas .policy_briefs .single-policy-brief a,
.single-event .comments-articles  .single-comment-article  q {
  font-weight:bold;
}
.single-global_solutions_hub .policy-briefs  .single-policy-brief div.experts,
.single-global_solutions_hub .comments-articles  .single-comment-article div.experts,
.tax-policy_areas .policy_briefs .single-policy-brief div.experts,
.single-event .comments-articles  .single-comment-article div.experts {
  font-size: 14px;
}

/*Taxonomy Policy-Area & Taxonomy Global Categories*/
.tax-policy_areas .gsi-custom-toggle .toggle-header {
  border-bottom: 0px;
}
.tax-policy_areas  .gsi-custom-toggle {
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.tax-policy_areas .gsi-custom-toggle .toggle-content {
  padding-bottom:40px;
}
.tax-policy_areas .gsi-custom-toggle .toggle-content .content p:last-of-type  {
  margin-bottom: 0;
}
.tax-policy_areas .gsi-custom-toggle .toggle-content .content a.button {
  display: block;
  background-color: #0ea5e4;
  border-radius: 0px 0px 0px 0px;
  margin-top: 20px;
  width: 210px;
  text-align: center;
  font-size: 14px;
  padding: 6px;
}
.tax-policy_areas  .gsi-custom-toggle h3  {
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.tax-policy_areas  .gsi-custom-toggle .left {
  width:49%;
  display:inline-block;
  vertical-align: top;
  padding-right: 40px;
}
.tax-policy_areas  .gsi-custom-toggle .right {
  width: calc(49% - 40px);
      display: inline-block;
      vertical-align: top;
}
.tax-policy_areas  .gsi-custom-toggle .session  {
  width: calc(49% - 40px);
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}
.tax-policy_areas  .gsi-custom-toggle .session  .session-title  {
  font-weight:bold;
  margin: 8px 0px;
}
.tax-policy_areas .gsi-custom-toggle .session a {
    display: block;
    margin: 8px 0px;
    font-size: 14px;
}
.tax-policy_areas  .gsi-custom-toggle .expert {
  width: calc(49% - 40px);
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  margin: 4px 0px;
}
.tax-policy_areas  .gsi-custom-toggle .expert .institution {
    font-size: 14px;
}
.tax-policy_areas .videos > div {
  grid-template-columns: repeat(3,1fr);
  display: grid;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 30px;
}

/*Shortcode: Policy-Areas-Grid*/
.policy-areas-grid {
  display: flex;
  flex-flow: row wrap;
}

.policy-areas-grid .policy-area {
  width: calc(33% - 20px);
      margin-right: 20px;
      margin-bottom: 20px;
      padding: 10px;
}
.policy-areas-grid .policy-area span {
      max-height: 140px;
      height: 140px;
      display: flex;
      justify-content: center;
      align-content: center;
      flex-direction: column;
      font-weight: bold;
      text-align: center;
}

.policy-areas-grid.g20  {
  webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      grid-template-columns: repeat(3,1fr);
      display: grid;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      grid-gap: 30px;
}
.policy-areas-grid.g20 .policy-area {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
}
.policy-areas-grid.g20 .policy-area span {
  max-height: 180px;
  height: 180px;
}
.policy-areas-grid.g20 a:hover  {
  background: none!important;
}

/*Shortcode: Topics-Grid*/
.topics-grid {
  display: flex;
  flex-flow: row wrap;
}

.topics-grid a.topic {
  width: calc(20% - 10px);
      margin-right: 10px;
      margin-bottom: 10px;
      padding: 10px;
      background: #cac8cb;
      color: #3a3a3a;
}
.topics-grid a.topic span {
      max-height: 100px;
      height: 100px;
      display: flex;
      justify-content: center;
      align-content: center;
      flex-direction: column;
      text-align: center;
}

/*Superfilter*/
.superfilter-filterbox .facetwp-facet input.facetwp-search {
  min-width:450px;
}
.superfilter-filterbox .facetwp-type-search {
  text-align:left;
}
.superfilter-filterbox .speaker-facet-reset-container {
  left: 435px;
}
.superfilter-filterbox .fs-label-wrap {
  width:100%;
}

.facetwp-template.superfilter,
.paginator_superfilter,
#superfilter-sort {
  display: none;
}
.facetwp-template.superfilter.visible,
.paginator_superfilter.visible,
#superfilter-sort.visible {
  display: block;
}
#superfilter-sort {
      position: absolute;
      z-index:9;
          width: 145px;
}
#superfilter-sort select {
  font-size: 14px;
    padding: 7px 10px;
    cursor:pointer;
}
.paginator_superfilter.top .facetwp-type-pager {
  margin-left: 150px;
    margin-top: 6px;
}



/*Superfilter - Global-Tag - Topic Taxnonomy */
.gsi-content-container {
  padding: 20px 0px;
border-bottom: 1px solid rgba(0,0,0,.1);
position:relative;
}
.gsi-content-container .post_type {
  font-weight: bold;
  font-size:14px;
}
.gsi-content-container a.title {
  font-size:20px;
}
.gsi-content-container .summit {
  position: absolute;
      right: 0;
      font-size: 15px;
      top: 20px;
}
.gsi-content-container .terms {
  width: 100%;
  font-size: 12px;
}
.gsi-content-container .terms .policy-area {
    display: inline-block;
    width: 260px;
    vertical-align: top;
    margin-right: 20px;
}
.gsi-content-container .terms .policy-area a {
    padding: 0px 10px;
    background: #cac8cb;
    color: #3a3a3a;
    display: inline-block;
    width: 240px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
    vertical-align: top;
}
.gsi-content-container .terms span {
    max-height: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
  }
.gsi-content-container  .terms .topics {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 285px);
}
.gsi-content-container .terms .topics a {
  padding: 0px 10px;
    background: #cac8cb;
    color: #3a3a3a;
    display: inline-block;
    width: 170px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 14px;
    vertical-align: top;
}
.gsi-content-container .terms span {
    max-height: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

/*Vimeo Iframe responsive*/
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

/*Videos - Shortcode*/
.videos.shortcode .video-grid {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: grid;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 30px;
  grid-template-columns: repeat(3,1fr);
}
.videos.shortcode .video-grid .policy-areas .policy-area {
  font-size: 12px;
  background: #ed7133;
  color: #fff;
  padding: 3px 5px;
  margin-right: 5px;
}

/*Event Shortcode*/
.events.shortcode .event-list .event {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bcbcbc;
}
.events.shortcode .event-list .event:last-child {
  border-bottom: 0px;
}
.events.shortcode .event-list .event .title {
  font-size: 18px;
  margin-bottom: 5px;
}
.events.shortcode .event-list .event-meta-data > div {
  margin-right: 12px;
}

.events.shortcode .event-list .event-meta-data > div {
  display: inline-block;
}
.events.shortcode .event-list .event-description {
  margin-top: 8px;
}
.events.shortcode .event-list .event-description a.read-more {
  display: none;
}

/*Tooltipser eg. on Event-Site*/
.tooltipster-base .tooltipster-content {
  font-size: 14px;
}


/*Task Force Shortcodes*/
body.archive.tax-presidency #page div#content {
  padding: 0;
}
.task-force-header.shortcode {
  -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-template-columns: repeat(4,1fr);
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 30px;
        align-items: end;
}
.task-force-header.shortcode .grid-item.first {
  grid-column: span 3;
}
.task-force-header.shortcode .grid-item.first h2 {
  color: #26a974;
  margin: 0;
}
.task-force-header.shortcode .grid-item.first h1 {
 margin-bottom: 5px;
}
.task-force-header.presidency.shortcode .grid-item.first h1 {
 color: #26a974;
  margin-bottom: 20px;
}
.task-force-header.shortcode .grid-item .presidency-logo {
  max-height: 120px;
  width: auto;
}

.policy-briefs-list .policy-brief,
.policy-briefs-from-task-force.shortcode .policy-brief,
.policy-briefs-from-think-tank .policy-brief,
.single-speaker .policy-briefs .policy-brief {
  -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-template-columns: repeat(4,1fr);
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #26a974;
}
.facetwp-template .policy-briefs-list .policy-brief:first-child {
  border-top: 0px;
  padding-top: 10px;
}
/*.policy-briefs-list .policy-brief:first-of-type,
.policy-briefs-from-task-force.shortcode .policy-brief:first-of-type,
.policy-briefs-from-think-tank .policy-brief:first-of-type,
.single-speaker .policy-briefs .policy-brief:first-of-type {
  border-top: 0px;
  padding-top: 20px;
}*/
.policy-briefs-list .policy-brief .grid-item,
.policy-briefs-from-task-force.shortcode .policy-brief .grid-item,
.policy-briefs-from-think-tank .policy-brief .grid-item,
.single-speaker .policy-briefs .policy-brief .grid-item {
  grid-column: span 3;
}
.policy-briefs-list .policy-brief .grid-item a,
.policy-briefs-from-task-force.shortcode .policy-brief .grid-item a,
.policy-briefs-from-think-tank .policy-brief .grid-item a,
.single-speaker .policy-briefs .policy-brief .grid-item a {
  color: inherit;
}
.policy-briefs-list .policy-brief .grid-item .authors a,
.policy-briefs-list .policy-brief .grid-item .task-force a,
.policy-briefs-list .policy-brief .grid-item .policy-area a,
.policy-briefs-from-task-force.shortcode .policy-brief .grid-item .authors a,
.policy-briefs-from-task-force.shortcode .policy-brief .grid-item .task-force a,
.policy-briefs-from-task-force.shortcode .policy-brief .grid-item .policy-area a,
.policy-briefs-from-think-tank .policy-brief .grid-item .authors a,
.policy-briefs-from-think-tank .policy-brief .grid-item .task-force a,
.policy-briefs-from-think-tank .policy-brief .grid-item .policy-area a,
.single-speaker .policy-briefs .policy-brief .grid-item .authors a,
.single-speaker .policy-briefs .policy-brief .grid-item .task-force a,
.single-speaker .policy-briefs .policy-brief .grid-item .policy-area a,
.single-policy_brief .authors a  {
/*  color: #0ea5e4;*/
  color: #26a974;
}
.policy-briefs-list .policy-brief .grid-item.first,
.policy-briefs-from-task-force.shortcode .policy-brief .grid-item.first,
.policy-briefs-from-think-tank .policy-brief .grid-item.first,
.single-speaker .policy-briefs .policy-brief .grid-item.first {
  grid-column: span 1;
}
.policy-briefs-list .policy-brief .grid-item.first img,
.policy-briefs-from-task-force.shortcode .policy-brief .grid-item.first img,
.policy-briefs-from-think-tank .policy-brief .grid-item.first img,
.single-speaker .policy-briefs .policy-brief .grid-item.first img {
  width: 100%;
}
.policy-briefs-list .policy-brief .grid-item  h3,
.policy-briefs-from-task-force.shortcode .policy-brief .grid-item  h3,
.policy-briefs-from-think-tank .policy-brief .grid-item h3,
.single-speaker .policy-briefs .policy-brief .grid-item h3 {
  font-size: 26px;
  color: #26a974;
  margin-top: 65px;
}
.policy-briefs-list .policy-brief .grid-item .policy-area,
.policy-briefs-from-task-force.shortcode .policy-brief .grid-item .policy-area,
.policy-briefs-from-think-tank .policy-brief .grid-item .policy-area,
.single-speaker .policy-briefs .policy-brief .grid-item .policy-area {
  font-size: 20px;
  margin-bottom: 20px;
}
.policy-briefs-list .policy-brief .grid-item .task-force,
.policy-briefs-from-task-force.shortcode .policy-brief .grid-item .task-force,
.policy-briefs-from-think-tank .policy-brief .grid-item .task-force,
.single-speaker .policy-briefs .policy-brief .grid-item .task-force {
  font-size: 20px;
}

.policy-briefs-list .policy-brief .grid-item.first .presidency,
.policy-briefs-from-task-force.shortcode .policy-brief .grid-item.first .presidency,
.policy-briefs-from-think-tank .policy-brief .grid-item.first .presidency,
.single-speaker .policy-briefs .policy-brief .grid-item.first .presidency {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  grid-template-columns: repeat(2,1fr);
  display: grid;
  grid-gap: 10px;
  padding-bottom: 10px;
}
.policy-briefs-list .policy-brief .grid-item.first .presidency .presidency-logo,
.policy-briefs-from-task-force.shortcode .policy-brief .grid-item.first .presidency .presidency-logo,
.policy-briefs-from-think-tank .policy-brief .grid-item.first .presidency .presidency-logo,
.single-speaker .policy-briefs .policy-brief .grid-item.first .presidency .presidency-logo {
  grid-column: span 1;
  max-height: 61px;
  width: auto;
}
.policy-briefs-list .policy-brief .grid-item.first .presidency .presidency-title,
.policy-briefs-from-task-force.shortcode .policy-brief .grid-item.first .presidency .presidency-title,
.policy-briefs-from-think-tank .policy-brief .grid-item.first .presidency .presidency-title,
.single-speaker .policy-briefs .policy-brief .grid-item.first .presidency .presidency-title {
  grid-column: span 1;
  text-align:right;
}

.facetwp-facet-policy_briefs_pager button {
   background-color: #26a974;
}
.presidency_task_force_filter .facetwp-facet-presidency_task_force select {
  width: 70%;
  text-overflow: ellipsis;
  background: #fff;
}
.presidency_task_force_filter .facetwp-facet-presidency_task_force select:first-child {
  width: 29%;
  margin-right: 1%;
}
.presidency_task_force_filter .facetwp-facet-presidency_task_force select:disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.reset_policy_briefs_filter .facetwp-reset {
      color: #f44336;
}
.reset_policy_briefs_filter .facetwp-reset::before {
  content: "x";
  padding-right: 5px;
  font-weight: bold;
  position: relative;
  top: -1px;
}
.policy_area_filter .facetwp-facet-policy_area select {
  padding: 10px 15px;
  background: #fff;
}
.policy_area_filter .facetwp-facet-policy_area .fs-wrap {
  width: 100%;
}
.policy_area_filter .facetwp-facet-policy_area .fs-label-wrap {
  border-color: #ccc;
}
.policy_area_filter .facetwp-facet-policy_area .fs-label {
  padding: 13px 22px 14px 8px;
background: #fff;
}

.free_text_search .facetwp-facet-search_policy_brief .facetwp-input-wrap,
.free_text_search .facetwp-facet-search_policy_brief .facetwp-input-wrap input {
  width: 100%;
  background: #fff;
}

.expert_filter .facetwp-facet-experts input,
.policy_brief_title_filter .facetwp-facet-policy_brief_title input,
.expert_filter .facetwp-facet-think_tanks_from_experts input,
.think_tank_filter .facetwp-facet-think_tank input {
  width: 100%;
  background: #fff;
}
.expert_filter .facetwp-facet-experts .facetwp-autocomplete-update,
.policy_brief_title_filter .facetwp-facet-policy_brief_title .facetwp-autocomplete-update,
.expert_filter .facetwp-facet-think_tanks_from_experts .facetwp-autocomplete-update,
.think_tank_filter .facetwp-facet-think_tank .facetwp-autocomplete-update {
  display: none;
}
.expert_filter .facetwp-facet-experts .fcomplete-wrap,
.policy_brief_title_filter .facetwp-facet-policy_brief_title  .fcomplete-wrap,
.expert_filter .facetwp-facet-think_tanks_from_experts .fcomplete-wrap,
.think_tank_filter .facetwp-facet-think_tank .fcomplete-wrap {
  z-index: 99;
}

.task-forces-from-presidency.shortcode h2 {
  color: #26a974;
  margin-top: 20px;
  margin-bottom: 30px;
}
.task-forces-from-presidency.shortcode .grid {
  -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-template-columns: repeat(3,1fr);
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 20px;
}
.task-forces-from-presidency.shortcode .grid .task_force {
  -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-template-columns: repeat(4,1fr);
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 20px;
    background: #D5EDFF;
    padding: 15px 15px;
    padding-bottom: 5px;
    color: #3a3a3a;
}
.task-forces-from-presidency.shortcode .grid .task_force .logo {
  grid-column: span 1;
}
.task-forces-from-presidency.shortcode .grid .task_force .name {
  font-weight: bold;
  grid-column: span 3;
}
.task-forces-from-presidency.shortcode .grid .task_force .name.full-width {
  grid-column: span 4;
  padding-bottom: 10px;
}

.presidencies.shortcode .grid {
  -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-template-columns: repeat(3,1fr);
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 30px;
}

.presidencies.shortcode .grid .presidency {
  padding: 20px;
  border: 3px solid #00357A;
      text-align: center;
}

.presidencies.shortcode .grid .presidency .logo img {
  height: 100px;
  width: auto;
}

.presidencies.shortcode .grid .presidency .name {
  color: #00357A;
  margin-top: 10px;
  font-weight: bold;
    font-size: 22px;
}

.latest-policy-briefs-slider.shortcode {
  margin-bottom: 20px;
}
.latest-policy-briefs-slider.shortcode h2 {
  color: #26a974;
}
.latest-policy-briefs-slider.shortcode .policy-brief .task-force {
  margin-bottom: 20px;
}
.latest-policy-briefs-slider.shortcode .policy-brief .task-force  a {
      color: #3a3a3a;
      text-decoration: underline;
}
.latest-policy-briefs-slider.shortcode .policy-brief .grid {
  -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-template-columns: repeat(3,1fr);
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 20px;
}
.latest-policy-briefs-slider.shortcode .policy-brief .grid .grid-item {
  grid-column: span 2;
}
.latest-policy-briefs-slider.shortcode .policy-brief .grid .grid-item.first {
  grid-column: span 1;
}
.latest-policy-briefs-slider.shortcode .policy-brief .grid .title {
 margin-bottom: 10px;
}
.latest-policy-briefs-slider.shortcode .policy-brief .grid .title a {
  color: #26a974;
}
.latest-policy-briefs-slider.shortcode .owl-carousel .owl-nav .disabled {
  opacity: 0.1;
}
.latest-policy-briefs-slider.shortcode .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -20px;
  top: 40%;
  font-size: 40px;
}
.latest-policy-briefs-slider.shortcode .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -20px;
  top: 40%;
  font-size: 40px;
}

/*Single Policy Biref*/
.single-policy_brief  #page div#content {
  padding: 0;
}
.single-policy-brief-bar .presidency {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      grid-template-columns: repeat(4,1fr);
      display: grid;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      grid-gap: 20px;
          align-items: center;
}
.single-policy-brief-bar .presidency .logo {
      grid-column: span 1;
}
.single-policy-brief-bar .presidency .logo img {
      max-height: 45px;
}
.single-policy-brief-bar .presidency a {
      grid-column: span 3;
      font-size: 19px;
      font-weight: 700;
      color: #323e39;
}
.single-policy_brief .task-force.con {
  display: flex;
  gap: 20px;
  align-items: center;
    background: #D5EDFF;
    padding: 10px 20px;
}
.single-policy_brief .task-force.con .logo img {
      max-height: 80px;
          width: auto;
}
.single-policy_brief .task-force.con a {
      grid-column: span 11;
      font-size: 30px;
      font-weight: 700;
      color: #000;
}


/*Single-Think Tank*/
.single-think_tank #page div#content {
  padding: 0;
}
.single-think_tank .think-tank-info.con {
    display: flex;
    gap: 30px;
    align-items: center;
    /* justify-content: space-around; */
}
.single-think_tank  .think-tank-info.con .logo {
        max-width: 240px;
}
.single-think_tank  .think-tank-info.con .info {
  font-size: 20px;
line-height: 26px;
}
.single-think_tank  .think-tank-info.con .info h1 {
    margin-bottom: 5px;
    font-weight: bold;
}

/*Compliance Form*/
.compliance_form {
  max-width: 800px;
}
.tippy-box[data-theme~='gsi'] {
  background-color: #ccdae8;
  color: #000;
}
.tippy-box[data-theme~='gsi'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #ccdae8;
}
.tippy-box[data-theme~='gsi'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #ccdae8;
}
.tippy-box[data-theme~='gsi'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #ccdae8;
}
.tippy-box[data-theme~='gsi'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #ccdae8;
}

/*Shortcode Publication List*/
.publication-list.shortcode .toggle-header .authors  {
  font-size: 16px;
  font-weight: normal;
}

.publication-list.shortcode .toggle-content .buttons,
.publication-list.shortcode .toggle-header .buttons {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
.publication-list.shortcode .toggle-content .buttons .button,
.publication-list.shortcode .toggle-header .buttons .button {
  font-weight: 600;
  fill: #ffffff;
  color: #ffffff;
  background-color: #0ea5e4;
  border-radius: 0px 0px 0px 0px;
  padding: 5px 20px;
  font-size: 14px;
}

/*BBG BLOG*/
.single-bggblog blockquote {
  font-size: 24px;
  border-left: 5px solid #00a0e3;
 font-style: italic;
     padding: 16px 16px;
  padding-left: 24px;
  background: #f3f3f3;
}
/*.single-bggblog blockquote::before {
  content: "";
  width: 80px;
  display: block;
  height: 5px;
  background: #00a0e3;
  margin-bottom: 10px;
  position: absolute;
  left: 0;
  top: 0;
}*/
