/* logo grid paragraph css */
.paragraph--type--mt-logo-grid table {
  width: 100%;
  table-layout: fixed;
}
.paragraph--type--mt-logo img.image-style-mt-logo {
  width: 100%;
}
.paragraph--type--mt-logo-grid.col-1 .paragraph--type--mt-logo img.image-style-mt-logo {
  width: auto;
}
.paragraph--type--mt-logo-grid.col-1 table tr td {
  text-align: center;
}
.paragraph--type--mt-logo-grid .grid-wrapper {
  text-align: center;
}
.paragraph--type--mt-logo-grid .logo-wrapper {
  padding: 12px 20px;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .paragraph--type--mt-logo-grid .logo-wrapper {
    width: 100% !important;
  }
}
.paragraph--type--mt-logo-grid table {
  border: 1px solid #00000000;
  border-collapse: collapse;
}
.paragraph--type--mt-logo-grid table tr:last-child td {
  border: 0;
}
/* .paragraph--type--mt-logo-grid table tr:last-child {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e1e1e1;
} */
.paragraph--type--mt-logo-grid {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e1e1e1;
}
.paragraph--type--mt-logo-grid.no-border {
  border-top: none;
}
.paragraph--type--across-item .text,
.paragraph--type--across-item .image-text {
  padding: 20px;
  padding-bottom: 50px;
}
.region--dark-typography.paragraph--type--across-item .text {
  border: 1px solid #4a4a4a;
  height: 100%;
}
.paragraph--type--across-item .across-link {
  position: absolute;
  bottom: 20px;
  font-weight: 600;
  text-decoration: none;
}
.paragraph--type--across-item .across-link i.fa::before {
  content: "\f178";
}
.paragraph--type--two-across .row {
  display: flex;
}
.paragraph--type--across-item {
  flex: 1;
  height: 100%;
}
.speaker-item p {
  line-height: 1.5em;
  /* height: 3em; */
  /* overflow: hidden; */
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.speaker-item p:last-of-type {
  line-height: 1.5em;
  /* height: 3em; */
  /* overflow: hidden; */
  width: 100%;
  margin-bottom: 20px;
}
.paragraph--type--mt-collapse .panel {
  margin-bottom: 0;
}
.paragraph--type--mt-meeting-summary .table th,
.paragraph--type--mt-meeting-summary .table td {
  vertical-align: middle;
  padding: 20px 15px;
}
.paragraph--type--mt-meeting-summary .table thead {
  font-weight: 700;
  background: #f2f2f2;
}

.paragraph--type--mt-meeting-summary .table a.cta {
  text-decoration: none;
}
.paragraph--type--mt-meeting-summary .table tr.view td:nth-child(1) {
  white-space: nowrap;
}
.paragraph--type--mt-meeting-summary .table tr.view td .file--application-pdf a::before {
  content: none;
}
.paragraph--type--mt-publication {
  padding-bottom: 15px;
}
.paragraph--type--mt-publication-grid {
  position: relative;
}
a.anchor-link {
	position: absolute;
  top: 15px;
  left: -30px;
  font-size: 20px;
  text-decoration: none;
}
a.anchor-link .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
	line-height: normal;
	font-size: 1em;
}

a.anchor-link .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

a.anchor-link:hover .tooltiptext  {
  visibility: visible;
}