.custom-agenda-post {
  padding-top:89px;
  padding-bottom:80px;
}

button#addtocalender{
  text-align: left;
  cursor: pointer;
  opacity: 1;
  background: transparent;
  border: 0;
  padding: 0 16px 3px;
  margin: 0;
  border-bottom:1px solid;
  transition:all 0.35s;
  color: var(--gff-bright-blue);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height:1.5;
  display: flex;
  align-items: center;
  gap: 5px;
}
button#addtocalender:hover{
  color:var(--gff-heading-color);
}
ul.calenderDropDown {
  display: none;
}
button#addtocalender svg path{
  transition:all 0.35s;
}
button#addtocalender:hover svg path{
  fill:var(--gff-heading-color);
}
button#addtocalender img {
  margin-right: 8px;
  width: 27px;
  height: 27px;
  vertical-align: text-bottom;
  margin-bottom: 1px;
}
.custom-agenda-post-calender {
  position: relative;
  z-index: 2;
}
ul.calenderDropDown {
  border: 0.6000000238418579px solid #8D8D8D;
  padding: 9px 20px;
  list-style: none;
  position: absolute;
  left: 0;
  background-color: #141414;
  top: 100%;
}
#print-button {
  cursor: pointer;
}

.un-active {
  display:none  !important;
}
.custom-agenda-post-pagination li.next {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: auto;
}
.custom-agenda-post-pagination li.previous {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.custom-agenda-post .custom-agenda-post-client-logo-image img {
  border-radius: 4px;
}
@-webkit-keyframes pulse {
  0%,75% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  25% {
    -webkit-transform: scaleY(3);
    transform: scaleY(3)
  }
}

@keyframes pulse {
  0%,75% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  25% {
    -webkit-transform: scaleY(3);
    transform: scaleY(3)
  }
}


.custom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin:0 -15px;
}

.custom-col-6,
.custom-col-4,
.custom-col-3,
.custom-col-2,
.custom-col-1,
.custom-col-7,
.custom-col-5,
.custom-col-8,
.custom-col-9,
.custom-col-10,
.custom-col-11,
.custom-col-12{
  position: relative;
  min-height: 1px;
  width: 100%;
  padding:0 15px;
}   

.custom-agenda-post .custom-agenda-back-list {
  text-align:left;
  margin-bottom:17px;
}

.custom-agenda-post .custom-agenda-back-list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  font-size: 14px;
  line-height: 20px;
  font-weight:600;
  color: var(--gff-green-color);
}
.custom-agenda-post .custom-agenda-back-list a:hover {
  color: var(--gff-heading-color);
}
.custom-agenda-post .custom-agenda-back-list a svg {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.custom-agenda-post .custom-agenda-back-list a path{
  fill: currentColor;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.custom-agenda-post .custom-agenda-back-list a:hover path{
  fill: var(--gff-heading-color);
}

.custom-agenda-post .custom-agenda-post-title h1 {
  font-size: 50px;
  line-height:1.16;
  margin-bottom:12px;
  font-style: normal;
  font-weight: 700;
  font-family: var(--headline-font-family) !important;
}
.custom-agenda-post img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.custom-agenda-post .custom-agenda-post-client-logo {
  padding-left: 60px;
}

.custom-agenda-post .custom-agenda-post-client-logo-item:not(:last-child) {
  margin-bottom: 20px;
}

.custom-agenda-post .custom-agenda-post-client-logo-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-agenda-post .custom-agenda-post-client-logo-image {
  width: 90px;
  margin-left: 12px;
}

.custom-agenda-post .custom-agenda-post-client-logo-title {
  width: calc(100% - 90px);
}

.custom-agenda-post .custom-agenda-post-client-logo-title p {
  font: normal normal normal 20px/30px Open Sans;
  font: normal normal normal 20px/1.5 Open Sans;
  letter-spacing: 0px;
  color: #BFBFBF;
  margin: 0;
  text-align: right;
}

.custom-agenda-post .custom-agenda-post-title-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-agenda-post .custom-agenda-post-calender {
  margin-bottom:25px;
}
.custom-agenda-post .custom-agenda-post-content,
.custom-agenda-post .custom-agenda-post-content p{
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; 
  letter-spacing: 0px;
}
.custom-agenda-post .custom-agenda-post-content p:last-child{
  margin: 0;
}
.custom-agenda-post-sideBar {
  border: 0.5px solid #707070;
  position: relative;
  border-radius:10px;
}
.custom-agenda-post .custom-agenda-post-location {
  text-align: center;
  padding:9px 20px;
  border: 0;
  border-bottom: 0.5px solid #707070;
  border-radius: 10px 10px 0 0;
}
.custom-agenda-post .custom-agenda-post-location h5 {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight:600;
  line-height: 1.1875;@
  color: var(--gff-heading-color);
}
.custom-agenda-post-eventtype{
  text-align: center;
  padding:9px 20px;
  border-bottom: 0.5px solid #707070;
  font-size: 16px;
  font-style: normal;
  font-weight:normal;
  line-height: normal;
  color:var(--gff-heading-color);
}

.custom-agenda-post .custom-agenda-post-location-title {
  border: 0;
  border-bottom: 0.5px solid #707070;
  padding:9px 20px;
  text-align: center;
}
.custom-agenda-post .custom-agenda-post-location-title p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  letter-spacing: 0px;
}

.custom-agenda-post .custom-agenda-post-date {
  border-bottom: 0.5px solid #707070;
  padding:9px 20px;
}
.custom-agenda-post .custom-agenda-post-date,
.custom-agenda-post .custom-agenda-post-date span {
  font-size: 16px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
}
.custom-agenda-post .custom-agenda-post-topic {
  border-bottom: 0.5px solid #707070;
  text-align: center;
  padding: 13px 13px;
}
.custom-agenda-post .custom-agenda-post-topic ul > li > a{
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight:700;
  line-height: normal;
  border-radius:100px;
  display: inline-block;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background-color:var(--gff-teal-blue);
  color:var(--gff-heading-color);
  padding:7px 10px;
}
.custom-agenda-post .custom-agenda-post-topic ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap:10px;
}
.custom-agenda-post .custom-agenda-post-section1{
  margin-bottom:45px;
}
.custom-agenda-post-speaker-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap:20px;
}
.custom-agenda-post-speaker-item {
  flex-basis:calc(25% - 15px);
  border-radius: 10px 10px 0px 0px;
  background: #272727;
  box-shadow: 5px 10px 13px 1px rgba(28, 28, 28, 0.15);
  position:relative;
  padding:14px 14px 30px;
  transition:all 0.35s;
}
.custom-agenda-post-speaker-item:nth-child(2n){
background-color:#424242;
}
.custom-agenda-post-speaker-item:after{
  background-color: var(--gff-green-color);
  border-radius: 50px;
  bottom: 0;
  content: "";
  height: 8px;
  left: -2px;
  position: absolute;
  right: -2px;
  transition: all .35s;
  width: calc(100% + 4px);
}
.custom-agenda-post-speaker-item:hover:after{
 background-color: var(--gff-bright-blue);
}
.custom-agenda-post-speaker-inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  height: 100%;
}
.custom-agenda-post-speaker-item:hover .custom-agenda-post-speaker-inner,
.custom-agenda-post-speaker-item:focus .custom-agenda-post-speaker-inner{
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

a.custom-agenda-post-speaker-title-link {
  color: inherit;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.custom-agenda-post-speaker-image {
  margin-bottom:16px;
}
.custom-agenda-post-speaker-image img {
  max-width: 100%;
  width: 100%;
  display: block;
  border-radius:100%;
}

.custom-agenda-post-speaker-title p {
  font-size:28px;
  font-style: normal;
  font-weight: 400;
  line-height:1.14;
  margin: 0;
  margin-bottom:5px;
  color: var(--gff-heading-color, #FCFCFC);
  font-family:var(--headline-font-family) !important;
}
.custom-agenda-post-speaker-title p a{
  font-weight:700;
  font-family:var(--headline-font-family) !important;
}
.custom-agenda-post-speaker-item:hover .custom-agenda-post-speaker-inner .custom-agenda-post-speaker-title p{
  color:var(--gff-bright-blue);
}
.speaker-title {
  margin-bottom:22px;
}
.speaker-title h4{
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  color:var(--gff-green-color);
  margin-bottom:22px;
}
.custom-agenda-post-pagination ul {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom-agenda-post-pagination ul > li {
  padding: 0 15px;
}

.custom-agenda-post-pagination ul > li svg {
  width: 28px;
  height: 28px;
  width: 18px;
  height: 18px;
}
.custom-agenda-post-pagination ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  color: var(--gff-green-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height:1.35;
}
.custom-agenda-post-pagination ul > li > a:hover{
  color: var(--gff-heading-color);
}

.custom-agenda-post-pagination ul > li > a path{
  fill: currentColor;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
.custom-agenda-post-pagination ul > li > a:hover path{
  fill: var(--gff-heading-color);
} 
.custom-agenda-post-pagination ul > li.previous svg {
  margin-right: 10px;
}

.custom-agenda-post-pagination ul > li.next svg {
  margin-left: 10px;
}

.custom-agenda-post-pagination {
  padding: 20px 0;
}
.custom-agenda-post * {
  font-family: inherit !important;
}
.custom-agenda-post .custom-agenda-post-title-row .custom-col-4 {
  display: none;
}
.custom-agenda-post .custom-agenda-post-title-row .custom-col-8 {
  width: 100%;
}
.custom-agenda-post-speaker-image{
  position: relative;
}
.custom-agenda-post-speaker-title,
.custom-agenda-post-speaker-designation {
  padding: 0 8px;
}
.custom-agenda-post-speaker-designation p{
  margin: 0;
  line-height: 28px;
  word-break: break-word;
  color: var(--gff-heading-color, #FCFCFC);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}
.custom-agenda-post-speaker-section.Chaires,
.custom-agenda-post-speaker-section.Moderators {
  margin: 40px 0 0;
}
.custom-agenda-post-pagination {
  padding-top: 60px;
  padding-bottom: 0;
}
.pwr-header.pwr-header-fixed {
  z-index: 999;
}
.custom-agenda-post .custom-agenda-post-social {
  padding:12px 10px 20px;
  text-align: center;
}
.custom-agenda-post .custom-agenda-post-social h5{
  color: var(--gff-heading-color);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom:11px;
}
.custom-agenda-post .custom-agenda-post-social ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  column-gap:30px;
  row-gap:30px;
  max-width:210px;
  margin: 0 auto;
}

.custom-agenda-post .custom-agenda-post-social ul li {
  float: left;
  width: 100%;
  max-width: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.custom-agenda-post .custom-agenda-post-social ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-agenda-post .custom-agenda-post-social ul li img {
  vertical-align: text-bottom;
}
.custom-agenda-post .custom-agenda-post-social ul li a img {
  max-height: 25px;
  width: auto;
  min-height: 23px;
}
.custom-agenda-post .custom-agenda-post-social ul li #myAnchor img{
  min-height:15px;
}
.custom-agenda-post .custom-agenda-post-social ul li.mail a img {
  width: 100%;
}

.custom-agenda-post .custom-agenda-post-social ul svg {
  width: 30px;
  height:30px;
  display:block;
  fill: var(--gff-bright-blue);
}
.custom-agenda-post .custom-agenda-post-social ul svg:hover {
  fill: var(--gff-bright-blue);
}
.custom-agenda-post .custom-agenda-post-social ul .svg--cd--icon svg {
  /*   fill:none; */
  width:auto;
  height:auto;
}
.custom-agenda-post .custom-agenda-post-social ul .svg--cd--icon svg path{
  transition:all 0.2s ease-in-out;
}
.custom-agenda-post .custom-agenda-post-social ul li.mail .svg--cd--icon svg,
.custom-agenda-post .custom-agenda-post-social ul li.print .svg--cd--icon svg{
  fill:none;
}

.custom-agenda-post .custom-agenda-post-social ul .svg--cd--icon svg:hover path{
  fill: var(--gff-heading-color);
}
.custom-agenda-post .custom-agenda-post-social ul li.mail .svg--cd--icon svg:hover path,
.custom-agenda-post .custom-agenda-post-social ul li.print .svg--cd--icon svg:hover path{
  stroke: var(--gff-heading-color);
  fill: none;
}
.custom-agenda-post .custom-agenda-post-social ul li .social-icon-hover-img,
.custom-agenda-post .custom-agenda-post-social ul li:hover .social-icon-img {
  display:none; 
}
.custom-agenda-post .custom-agenda-post-social ul li:hover .social-icon-hover-img {
  display:block;
}

.custom-agenda-post .custom-agenda-post-social .more_icons{
  color: var(--gff-teal-blue);
  width: 26px;
  position: relative;
  margin-right:0 !important;
}
.custom-agenda-post .custom-agenda-post-social .more_icons path{
  fill:var(--gff-heading-color);
  transition:all 0.35s;
}
.custom-agenda-post .custom-agenda-post-social .more_icons a:hover path{
  fill: var(--gff-bright-blue);
}

.custom-agenda-post .custom-agenda-post-social .popup_icon_list{
  display: none;
  z-index: 1;
}
.custom-agenda-post .custom-agenda-post-social .popup_icon_list.show_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.custom-agenda-post .custom-agenda-post-social .popup_icon_list ul{
  justify-content: flex-start;
  max-width: 160px;
  margin-left: 0;
}
.custom-agenda-post .custom-agenda-post-social ul svg{
  width: 30px;
  height:30px;
  fill: var(--gff-bright-blue);
}
.custom-agenda-post .custom-agenda-post-social ul li.mail svg{
  width: 33px;
  height: auto;
}

.custom-agenda-post .custom-agenda-post-social ul svg:hover {
  fill: var(--gff-heading-color);
}


@media(min-width:993px){
  .custom-col-4 {
    width:33.333%
  }

  .custom-col-1 {
    width: 8.333%
  }

  .custom-col-6 {
    width: 50%
  }

  .custom-col-3 {
    width: 25%
  }

  .custom-col-9 {
    width: 75%
  }

  .custom-col-8 {
    width: 66.66666667%
  }

  .custom-col-5 {
    width: 41.66666667%
  }

  .custom-col-7 {
    width: 58.3333333%
  }

  .custom-col-2 {
    width: 16.66666667%
  }

  .custom-col-10{
    width:83.3333333%;
  }
}
@media(max-width:1200px){
  .custom-agenda-post-speaker-item {
    flex-basis:calc(33.33% - 13.33px);
  }
  .custom-agenda-post .custom-agenda-post-social ul {
    column-gap:20px;
    row-gap:20px;
    max-width:180px;
  }
}
@media(max-width:1100px){
  .custom-agenda-post .custom-agenda-post-social{
    padding: 12px 10px 20px;
  }
}
@media(max-width:992px){ 
  .custom-agenda-post .custom-agenda-post-calender {
    margin-top: 20px;
  }  
  .custom-agenda-post .custom-agenda-post-client-logo {
    padding-left: 0;
    margin-top: 20px;
  }
  .custom-agenda-post .custom-agenda-post-client-logo-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .custom-agenda-post .custom-agenda-post-content {
    margin-bottom: 32px;
  }
  .custom-agenda-post-speaker-item{
    flex-basis:calc(50% - 10px);
  }
  .custom-agenda-post .custom-agenda-back-list{
    margin-bottom: 25px;
  }
}
@media(max-width:767px){
  .custom-agenda-post {
    padding-top:60px;
    padding-bottom:60px;
  }
  .custom-agenda-post .custom-agenda-post-title h1{
    font-size:30px;
  }
  .custom-agenda-post-content{
    word-break: break-word;
  }
  .custom-agenda-post-pagination ul li {
    width: 50%;
  }
  .custom-agenda-post-pagination ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .custom-agenda-post-pagination li.next a{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }
  .speaker-title h4 {
    font-size: 30px;
  }
  .custom-agenda-post .custom-agenda-post-content p,
  .custom-agenda-post .custom-agenda-post-client-logo-title p {
    font-size: 16px;
  }
}
@media(max-width:479px){
  .custom-agenda-post-speaker-item {
    flex-basis:100%;
  }
}
@media print {
  .pwr-header.pwr-header-fixed{
    position:static;
  }
  .gftn_speaker_details_wrapper {
    background-color:var(--gff-background-color) !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  html,
  body{
    background-color: var(--gff-background-color) !important;
    color:var(--gff-heading-color) !important; /* Ensures text is readable */
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}