button#addtocalender {
  text-align: left;
  cursor: pointer;
  font: normal normal bold 20px/30px Open Sans;
  letter-spacing: 0px;
  color: #FCB316;
  opacity: 1;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  border-bottom: 3px solid;
}
ul.calenderDropDown {
  display: none;
}
.custom-agenda-post-speaker-section.Chaires {
    margin-top: 40px;
}
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;
}
.custom-agenda-post .custom-agenda-post-social ul svg, .social_share ul svg {
  width: 26px;
  fill: rgb(252, 179, 22);
}
.popup_icon_list > ul , .social_share ul svg {
  gap: 20px;
  align-items: center;
  justify-content: center !important

} 
.popup_icon_list > ul > li {
  margin: 0 !important;
}
.custom-agenda-post .custom-agenda-post-social ul li.mail svg, .social_share ul li.mail svg {
  width: 33px;
  height: auto;
}
.festivalstage {
  /*     background: #FCB316 !important;
  border-color: #FCB316 !important; */
  background: #FC613D !important;
  border-color: #FC613D !important;  
}
.insightsstage {
  /*     background-color: #3777FF !important;
  border-color: #3777FF !important; */
  background: #FC613D !important;
  border-color: #FC613D !important;
} 
.technologystage{
  background-color: #3777FF !important;
  border-color: #3777FF !important;
}

.technologystage h5{   
  color: #ffffff !important;
}
.regulationstage {
  background-color: #FF3333 !important;
  border-color: #FF3333 !important;
}
.insightsstage > *, .regulationstage > *, .talentstage > * {
  color: #fff !important;
}
.talentstage {
  background-color: #FF3F74 !important;
  border-color: #FF3F74 !important;
}
.esgstage {
  background-color: #25D26E !important;
  border-color: #25D26E !important;
}
.un-active {
  display:none  !important;
}
.custom-agenda-post-pagination li.next {
  order: 2;
  margin-left: auto;
}
.custom-agenda-post-pagination li.previous {
  order: 1;
}
.custom-agenda-post .custom-agenda-post-client-logo-image img {
  border-radius: 4px;
}
.load-more {
  border: 1px solid #fcb316;
  height: -webkit-fill-available;
  overflow: hidden;
  padding: 14px 18px;
  position: relative;
  transition: all .4s ease-in-out;
  cursor: pointer;
  display: inline-block;
}
.load-more:before, .load-more:after {
  border: 1px solid #fcb316;
  bottom: 4px;
  content: "";
  left: 4px;
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: -1;
}
.load-more:after {
  border: 1px solid #fcb316;
  bottom: 8px;
  left: 8px;
  right: 8px;
  top: 8px;
}
.load-more:hover:after, .load-more:focus:after {
  background-color: #fcb316;
  color: #000;
}
.load-more {
  margin: 50px 0
}
.load-more-group {
  text-align: center;
}
.loading-bars {
  padding: 22px 20px;
  text-align: center;
}
.page-load-status {
  display: none;
}

.custom-agenda-post-eventtype {
  text-align: center;
  padding: 5px 13px;
  border-top: 0;
  border: 0.6000000238418579px solid #8D8D8D;
}


.custom-agenda-post-eventtype.premium {
  background: #FF3F74;
  border-color: #FF3F74;
  color: #FFFFFF;
}
.custom-agenda-post-eventtype.inviteonly {
  background: #3777FF;
  border-color: #3777FF;
  color: #ffffff;
}

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

  25% {
    transform: scaleY(3)
  }
}


.loading-bars {
  padding: 22px 20px;
  text-align: center
}

.loading-bars .bar {
  animation: pulse 1.2s ease-out infinite;
  background: #fff;
  display: inline-block;
  height: 8px;
  width: 5px
}

.loading-bars .bar:nth-of-type(0n+1) {
  animation-delay: 0s
}

.loading-bars .bar:nth-of-type(0n+2) {
  animation-delay: .2s
}

.loading-bars .bar:nth-of-type(0n+3) {
  animation-delay: .4s
}

.loading-bars .bar:nth-of-type(0n+4) {
  animation-delay: .6s
}

.loading-bars .bar:nth-of-type(0n+5) {
  animation-delay: .8s
}


.custom-row {
  display: flex;
  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;
}   

@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.33333333%
  }

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

  .custom-col-10{
    width:83.3333333%;
  }
}

@media(max-width:992px){ 
  .custom-agenda-post .custom-agenda-post-calender {
    margin-top: 20px;
  }  
}

{# Listing Styling #}

.custom-agenda {
  padding-top: 159px;
  padding-bottom: 100px;
}


.custom-agenda img{
  max-width:100%;
  height:auto;
}

.custom-agenda .custom-agenda-title h1 {
  line-height: 1.35416667;
  margin-bottom: 10px;
}

.custom-agenda .custom-agenda-tag {
  display: flex;
  margin-bottom:50px;
}

.custom-agenda .custom-agenda-tag-item:not(:last-child) {
  margin-right: 6px;
}

.custom-agenda .custom-agenda-tag-item {
  border: 1px solid #fcb316;
  overflow: hidden;
  padding: 14px 18px;
  position: relative;
  transition: all .4s ease-in-out;
  cursor: pointer;
}

.custom-agenda .custom-agenda-tag-item:after,.custom-agenda-tag-item:before {
  border: 1px solid #fcb316;
  bottom: 4px;
  content: "";
  left: 4px;
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: -1;
  transition: all .4s ease-in-out;
}

.custom-agenda .custom-agenda-tag-item:after {
  border: 1px solid #fcb316;
  bottom: 8px;
  left: 8px;
  right: 8px;
  top: 8px;
}
.custom-agenda .custom-agenda-tag-item.active .custom-agenda-tag-date span{
  color:#000;
}
.custom-agenda .custom-agenda-tag-item.active:after{
  background-color: #fcb316;
  color:#000;
}

.custom-agenda .custom-agenda-tag-item:hover:after,
.custom-agenda .custom-agenda-tag-item:focus:after{
  background-color: #fcb316;
  color:#000;
}


.custom-agenda .custom-agenda-tag-item:nth-child(2):hover,
.custom-agenda .custom-agenda-tag-item:nth-child(2):focus,
.custom-agenda .custom-agenda-tag-item:nth-child(3):hover,
.custom-agenda .custom-agenda-tag-item:nth-child(3):focus {
  /*     border: 1px solid #3777FF; */
}

.custom-agenda .custom-agenda-tag-item.active:nth-child(2),
.custom-agenda .custom-agenda-tag-item.active:nth-child(2):before,
.custom-agenda .custom-agenda-tag-item.active:nth-child(2):after,
.custom-agenda .custom-agenda-tag-item:nth-child(2):hover:after, 
.custom-agenda-tag-item:nth-child(2):hover:before,
.custom-agenda .custom-agenda-tag-item:nth-child(2):focus:after, 
.custom-agenda-tag-item:nth-child(2):focus:before,
.custom-agenda .custom-agenda-tag-item.active:nth-child(3),
.custom-agenda .custom-agenda-tag-item.active:nth-child(3):before,
.custom-agenda .custom-agenda-tag-item.active:nth-child(3):after,
.custom-agenda .custom-agenda-tag-item:nth-child(2):hover:after, 
.custom-agenda-tag-item:nth-child(3):hover:before,
.custom-agenda .custom-agenda-tag-item:nth-child(3):focus:after, 
.custom-agenda-tag-item:nth-child(3):focus:before,
.custom-agenda-tag-item.active:nth-child(3):before,
.custom-agenda-tag-item:nth-child(3):hover:before,
.custom-agenda-tag-item:nth-child(3):hover:after {
  /*     border: 1px solid #3777FF; */
}
.custom-agenda .custom-agenda-tag-item.active:nth-child(2):after, 
.custom-agenda .custom-agenda-tag-item:nth-child(2):hover:after, 
.custom-agenda-tag-item:nth-child(2):focus:after,
.custom-agenda .custom-agenda-tag-item.active:nth-child(3):after, 
.custom-agenda .custom-agenda-tag-item:nth-child(3):hover:after, 
.custom-agenda-tag-item:nth-child(3):focus:after {
  /*     background-color: #3777FF; */
}

.custom-agenda .custom-agenda-tag-item.active:nth-child(2) .custom-agenda-tag-date span,
.custom-agenda .custom-agenda-tag-item:hover:nth-child(2) .custom-agenda-tag-date span,
.custom-agenda .custom-agenda-tag-item.active:nth-child(3) .custom-agenda-tag-date span,
.custom-agenda .custom-agenda-tag-item:hover:nth-child(3) .custom-agenda-tag-date span {
  /*     color: #FFF; */
}

.custom-agenda .custom-agenda-tag-item:hover .custom-agenda-tag-date span,
.custom-agenda .custom-agenda-tag-item:focus .custom-agenda-tag-date span{
  color:#000;
}

.custom-agenda .custom-agenda-tag-item .custom-agenda-tag-date span {
  line-height: 1.35714286;
  font-size: 14px;
  color: #BFBFBF;
  transition: all .4s ease-in-out;
}

.custom-agenda .custom-agenda-tag-item .custom-agenda-tag-date .day {
  color: #FFFFFC;
  font-size: 19px;
  line-height: 1;
  font-weight: bold;
  transition: all .4s ease-in-out;
}

.custom-agenda .custom-agenda-tag-item:first-child .custom-agenda-tag-date span {
  font-size: 19px;
  line-height: 1;
  font-weight: bold;
  color: #FFF;
}
.custom-agenda .custom-agenda-tag-item.active:first-child .custom-agenda-tag-date span {
  color: #000;
}
.custom-agenda-sideBar .custom-agenda-sideBar-column {
  margin-bottom: 24px;
}


.custom-agenda-sideBar .custom-agenda-sideBar-column input {
  font: normal normal normal 14px/19px Open Sans;
  font: normal normal normal 14px/1.35 Open Sans;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #707070;
  padding: 10px;
  width: 100%;
  background-image: url(https://24345494.fs1.hubspotusercontent-na1.net/hubfs/24345494/SFF%20-%20Sponsor%20and%20Exhibitor%20Image/search-icon.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 96% center;
  transition: background-image 0.3s ease;
}
.custom-agenda-sideBar .custom-agenda-sideBar-column input:hover, 
.custom-agenda-sideBar .custom-agenda-sideBar-column input:focus {
  background-image: url(https://24345494.fs1.hubspotusercontent-na1.net/hubfs/24345494/SFF%20-%20Sponsor%20and%20Exhibitor%20Image/search-icon-hover.png);
}

.custom-agenda-sideBar .custom-agenda-sideBar-column h5{
  font: normal normal bold 14px/19px Open Sans;
  color: #FCB316;
  margin-bottom: 18px;
}

.custom-agenda-sideBar .custom-agenda-sideBar-column ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.custom-agenda-sideBar .custom-agenda-sideBar-column .filter_tag ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.custom-agenda-sideBar .custom-agenda-sideBar-column .filter_tag ul li:not(:last-child){
  margin-right: 10px;
  margin-bottom: 16px;
}

.custom-agenda-sideBar .custom-agenda-sideBar-column .filter_tag ul li a{
  text-align: center;
  font: normal normal normal 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #BFBFBF;
  padding: 8px 15px;
  border: 1px solid #BFBFBF;
  border-radius: 6px;
  display: inline-block;
  font: normal normal normal 14px/1.35 Open Sans;
  transition: all .5s ease;
}

.custom-agenda-sideBar .custom-agenda-sideBar-column .filter_tag ul li a.active,
.custom-agenda-sideBar .custom-agenda-sideBar-column .filter_tag ul li a:hover {
  background: #FCB316;
  color: #141414;
  border-color: #FCB316;
}

.custom-agenda-sideBar .custom-agenda-sideBar-column .filter_tag ul li a:hover,
.custom-agenda-sideBar .custom-agenda-sideBar-column .filter_tag ul li a:focus{
  background: #FCB316;
  color: #141414;
  border-color: #FCB316;
}

.custom-agenda .custom-agenda-item-row {
  margin: 0;
}

.custom-agenda .custom-agenda-item-row .custom-col-2,
.custom-agenda .custom-agenda-item-row .custom-col-10 {
  padding: 0;
}

.custom-agenda .custom-agenda-listing-box {
  border: 0.6000000238418579px solid #8D8D8D;
  border-radius: 0px 6px 6px 6px;
}

.custom-agenda .custom-agenda-listing-location-title {
  border: 0.6000000238418579px solid #8D8D8D;
  padding: 9px 15px;
  text-align: center;
  border-right: 0;
  border-top: 0;
}

.custom-agenda .custom-agenda-listing-location {
  background: #FCB316;
  border: 0.6000000238418579px solid #FCB316;
  border-radius: 6px 0px 0px 0px;
  padding: 9px 15px;
  text-align: center;
  border-right: 0;
}

.custom-agenda .custom-agenda-listing-location h5 {
  font: normal normal bold 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #141414;
  font: normal normal bold 14px/1.35 Open Sans;
}

.custom-agenda .custom-agenda-listing-location-title p {
  font: normal normal bold 14px/19px Open Sans;
  margin: 0;
  color: #8D8D8D;
  font: normal normal normal 14px/1.35 Open Sans;
  color: #FFFFFC;
}

.custom-agenda .custom-agenda-listing-outer {
  padding: 30px;
}
.custom-agenda .custom-listing-agenda-date {
  font: normal normal normal 14px/19px Open Sans;
  letter-spacing: 0px;
  margin-bottom: 3px;
  font: normal normal normal 14px/1.35 Open Sans;
}

.custom-agenda .custom-agenda-listing-title h3 {
  font: normal normal bold 28px/38px Open Sans;
  letter-spacing: 0px;
  color:#fff;
  font: normal normal bold 28px/1.35 Open Sans;
}

.custom-agenda .custom-agenda-listing-title {
  margin-bottom: 9px;
}

.custom-agenda .custom-agenda-listing-topic ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap:wrap;
}

.custom-agenda .custom-agenda-listing-topic ul > li > a {
  border: 0.6000000238418579px solid #BFBFBF;
  border-radius: 6px;
  padding: 5px 15px;
  font: normal normal bold 10px/14px Open Sans;
  letter-spacing: 0px;
  display: inline-block;
  font-weight: bold;
  color: #BFBFBF;
  font: normal normal bold 10px/1.4 Open Sans;
  transition: all .5s ease;
}

.custom-agenda .custom-agenda-listing-topic ul > li:not(:last-child) {
  margin-right: 10px;
}

.custom-agenda .custom-agenda-listing-topic ul > li{
  margin-bottom: 12px;
}
.custom-agenda .custom-agenda-listing-description,
.custom-agenda .custom-agenda-listing-description p {
  font: normal normal normal 16px/26px Open Sans;
  color: #BFBFBF;
  font: normal normal normal 16px/1.625 Open Sans;
}
.custom-agenda .custom-agenda-listing-description p:last-child {
  margin: 0;
}

.custom-agenda .custom-agenda-listing-topic ul > li > a:hover,
.custom-agenda .custom-agenda-listing-topic ul > li > a:focus {
  background-color: #FCB316;
  border-color: #FCB316;
  color: #141414;
}

.custom-agenda .custom-agenda-listing-topic ul > li.active > a{
  background-color: #FCB316;
  border-color: #FCB316;
  color: #141414;
}

.custom-agenda .custom-agenda-listing-box-row {
  display: flex;
  margin-bottom: 30px;
}

.custom-agenda .custom-agenda-listing-logo {
  width: 100px;
}

.custom-agenda .custom-agenda-listing-content {
  width: calc(100% - 100px);
  padding-right: 35px;
}

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


.custom-agenda .custom-agenda-listing-logo-title,
.custom-agenda .custom-agenda-listing-logo-title p {
  font: normal normal normal 10px/10px Open Sans;
  letter-spacing: 0px;
  color: #BFBFBF;
  text-align: center;
  margin: 0;
}

.custom-agenda .custom-agenda-listing-logo-title {
  margin-bottom: 8px;
}

.custom-agenda .custom-agenda-listing-logo-image img {
  vertical-align: middle;
  border-radius: 6px;
  width: 90px;
}

.custom-agenda .custom-agenda-listing-logo-image {
  border-radius: 6px;
  text-align: center;
}

.custom-agenda .custom-agenda-author {
  display: flex;
  margin: 0 -8px;
  flex-wrap:wrap;
}

.custom-agenda .custom-agenda-author-box {
  display: flex;
}

.custom-agenda .custom-agenda-author-image {
  width: 56px;
}

.custom-agenda .custom-agenda-author-item {
  width: 33.333%;
  padding: 0 8px;
  margin-bottom: 16px;
}

.custom-agenda .custom-agenda-author-content {
  width: calc(100% - 56px);
  padding-left: 12px;
}

.custom-agenda .custom-agenda-author-content p {
  font: normal normal normal 12px/17px Open Sans;
  letter-spacing: 0px;
  color: #BFBFBF;
  margin: 0;
  font: normal normal normal 12px/1.41 Open Sans;
}

.custom-agenda .custom-agenda-author-content p span.name {
  color: #FCB316;
  font-weight: bold;
}

.custom-agenda .custom-agenda-author-image img {
  vertical-align: middle;
  border-radius: 6px;
  width: 56px;
}

.custom-agenda .social_share ul > li:not(:last-child) {
  margin-right: 20px;
}

.custom-agenda .social_share .more_icons {
  position: relative;
}

.custom-agenda .social_share .popup_icon_list {
  background: #141414;
  border: 1px solid #FCB316;
  padding: 15px 15px 5px 15px;
  border-radius: 6px;
  position: absolute;
  border-top-right-radius: 0;
  right: 0;
  min-width: 174px;
  top: 100%;
  margin: 10px 0 0;
  display: none;
}

.custom-agenda .social_share .popup_icon_list .arrow {
  height: 12px;
  position: absolute;
  width: 12px;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 0px;
  right: 9px;
}

.custom-agenda .social_share .popup_icon_list .arrow:before {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  content: "";
  display: inline-block;
  height: 22px;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
  border-color: #FCB316;
  background: #141414;
}

.custom-agenda .popup_icon_list.show_more {
  display: block;
}

.custom-agenda .social_share .popup_icon_list ul li:not(:last-child) {
  margin-bottom: 10px;
}

.custom-agenda .custom-agenda-item:not(:last-child) {
  margin-bottom: 35px;
}

.custom-agenda .custom-agenda-tag-item:hover,
.custom-agenda .custom-agenda-tag-item:focus {
  /*     transform: rotate(3deg); */
}

.custom-agenda .custom-agenda-tag-item.active {
  transform: rotate(3deg);
}


.custom-agenda .custom-agenda-tag-item:nth-child(2):hover, 
.custom-agenda .custom-agenda-tag-item.active:nth-child(2),
.custom-agenda .custom-agenda-tag-item:nth-child(2):focus, 
.custom-agenda .custom-agenda-tag-item:nth-child(4):hover, 
.custom-agenda .custom-agenda-tag-item.active:nth-child(4),
.custom-agenda .custom-agenda-tag-item:nth-child(4):focus, 
.custom-agenda .custom-agenda-tag-item:nth-child(6):hover, 
.custom-agenda .custom-agenda-tag-item.active:nth-child(6),
.custom-agenda .custom-agenda-tag-item:nth-child(6):focus {
  transform: rotate(-3deg);
}
.custom-agenda .custom-agenda-tag-item:nth-child(3):hover, 
.custom-agenda .custom-agenda-tag-item.active:nth-child(3),
.custom-agenda .custom-agenda-tag-item:nth-child(3):focus, 
.custom-agenda .custom-agenda-tag-item:nth-child(5):hover, 
.custom-agenda .custom-agenda-tag-item.active:nth-child(5),
.custom-agenda .custom-agenda-tag-item:nth-child(5):focus {
  transform: rotate(3deg);
}

.moderator {
  background-color: #fcb316;
  display: inline-block;
  font: normal normal bold 8px/11px Open Sans;
  letter-spacing: 0px;
  color: #141414;
  padding: 2px 5px;
}
.custom-agenda-sideBar .custom-agenda-sideBar-column .filter_tag ul li input[type="checkbox"] {
  left: 0;
  top: 10px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin: 0;
}
.custom-agenda-sideBar .custom-agenda-sideBar-column .filter_tag ul li input[type="checkbox"] + span {
  cursor: pointer;
  text-align: center;
  font: normal normal normal 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #BFBFBF;
  padding: 8px 15px;
  border: 1px solid #BFBFBF;
  border-radius: 6px;
  display: inline-block;
  transition: all 0.3s;
}
.custom-agenda-sideBar .custom-agenda-sideBar-column .filter_tag ul li input[type="checkbox"]:checked + span,
.custom-agenda-sideBar .custom-agenda-sideBar-column .filter_tag ul li input[type="checkbox"] + span:hover {
  background: #FCB316;
  color: #141414;
  border-color: #FCB316;
}
@media(max-width:992px){
  .custom-agenda .custom-agenda-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .custom-agenda .custom-agenda-sideBar {
    margin-bottom: 100px;
  }

  .custom-agenda .custom-agenda-tag {
    flex-wrap: wrap;
  }

  .custom-agenda .custom-agenda-tag-item {
    margin-bottom: 15px;
  }
  .custom-agenda .custom-agenda-listing-location {
    border-right: 0.6000000238418579px;
    border-radius: 6px 6px 0px 0px;
  }
  .custom-agenda .custom-agenda-listing-location-title {
    border: 0.6000000238418579px solid #8D8D8D;
    border-top: 0;
    border-radius: 0;
  }
  .custom-agenda .custom-agenda-listing-box {
    border-radius: 0px 0px 6px 6px;
    border-top: 0;
  }
}


@media(max-width:767px){
  .custom-agenda .custom-agenda-listing-box-row {
    flex-wrap: wrap;
  }

  .custom-agenda .custom-agenda-listing-content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .custom-agenda .custom-agenda-listing-logo {
    width: 100%;
    display: flex;
  }

  .custom-agenda .custom-agenda-listing-logo-item:not(:last-child) {
    margin-right: 15px;
  }

  .custom-agenda .custom-agenda-listing-logo-title,
  .custom-agenda .custom-agenda-listing-logo-title p {
    text-align: left;
  }

  .custom-agenda .custom-agenda-author-item {
    width: 50%;
  }
}


@media(max-width:479px){
  .custom-agenda .custom-agenda-author-item {
    width: 100%;
  }

  .custom-agenda .custom-agenda-author-item:last-child {
    margin-bottom: 0;
  }
  .custom-agenda .custom-agenda-listing-logo {
    flex-wrap: wrap;
  }
  .custom-agenda .custom-agenda-listing-logo-item {
    width: 100%;
    margin-right: 0;
  }
  .custom-agenda .custom-agenda-listing-logo-image {
    text-align: left;
  }
  .custom-agenda .custom-agenda-listing-topic ul {
    flex-wrap: wrap;
  }
  .custom-agenda .custom-agenda-listing-topic ul > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .custom-agenda-post-pagination li.next {
    /*             margin-top: 20px; */
  }
}

{# Post Styling #}

.custom-agenda-post {
  padding-top: 0;
  padding-bottom: 0;
}

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

.custom-agenda-post .custom-agenda-back-list a {
  border: 1px solid #FCB316;
  border-radius: 6px;
  padding: 12px 15px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  color: #FCB316;
  font: normal normal normal 14px/19px Open Sans;
  font: normal normal normal 14px/1.35 Open Sans;
  transition: all .5s ease;
}

.custom-agenda-post .custom-agenda-back-list a svg {
  width: 18px;
  height: 18px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

/* .custom-agenda-post .custom-agenda-back-list a:hover,
.custom-agenda-post .custom-agenda-back-list a:focus {
background-color: #FCB316;
border-color: #FCB316;
color: #141414;
}

.custom-agenda-post .custom-agenda-back-list a:hover svg path, 
.custom-agenda-post .custom-agenda-back-list a:focus svg path {
fill: #141414;
transition: all .5s ease;
} */

.custom-agenda-post .custom-agenda-post-title h1 {
  line-height: 1.20833333;
  margin-bottom: 12px;
}

.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: flex;
  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 {
  align-items: center;
}

.custom-agenda-post .custom-agenda-post-calender {
  margin-bottom: 35px;
}

.custom-agenda-post .custom-agenda-post-content ,
.custom-agenda-post .custom-agenda-post-content p {
  font: normal normal normal 20px/30px Open Sans;
  font: normal normal normal 20px/1.5 Open Sans;
  letter-spacing: 0px;
  color: #BFBFBF;
}

.custom-agenda-post .custom-agenda-post-content p:last-child {
  margin: 0;
}


.custom-agenda-post .custom-agenda-post-location {
  border: 0.6000000238418579px solid #FCB316;
  border-radius: 6px 6px 0px 0px;
  background-color: #FCB316;
  text-align: center;
  padding: 9px 20px;
}

.custom-agenda-post .custom-agenda-post-location.elevandiinsights {
  background: #5822FF !important;
  border: 0.6000000238418579px solid #5822FF !important;
}
.custom-agenda-post .custom-agenda-post-location.elevandiinsights h5 {
  color: #ffffff !important;
}
.custom-agenda-post .custom-agenda-post-location.festivalstage h5 {
  color: #ffffff !important;
}

.custom-agenda-post .custom-agenda-post-location h5 {
  font: normal normal bold 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #141414;
  margin: 0;
}

.custom-agenda-post .custom-agenda-post-location-title {
  border: 0.6000000238418579px solid #8D8D8D;
  padding: 9px 20px;
  text-align: center;
  border-top: 0;
}

.custom-agenda-post .custom-agenda-post-location-title p {
  margin: 0;
  font: normal normal normal 14px/19px Open Sans;
  font: normal normal normal 14px/1.35 Open Sans;
  letter-spacing: 0px;
  color: #FFFFFC;
}

.custom-agenda-post .custom-agenda-post-date {
  border: 0.6000000238418579px solid #8D8D8D;
  text-align: center;
  padding: 9px 20px;
  border-top: 0;
}

.custom-agenda-post .custom-agenda-post-date span {
  font: normal normal normal 14px/19px Open Sans;
  font: normal normal normal 14px/1.35 Open Sans;
  letter-spacing: 0px;
  color: #FFFFFC;
}

.custom-agenda-post .custom-agenda-post-topic {
  border: 0.6000000238418579px solid #8D8D8D;
  text-align: center;
  padding: 13px 13px;
  border-top: 0;
}

.custom-agenda-post .custom-agenda-post-topic ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;  
}

.custom-agenda-post .custom-agenda-post-topic ul > li:not(:last-child) {
  margin-right: 10px;
  margin-bottom: 16px;
}

.custom-agenda-post .custom-agenda-post-topic ul > li > a {
  padding: 8px 15px;
  border: 1px solid #BFBFBF;
  border-radius: 6px;
  display: inline-block;
  font: normal normal bold 12px/17px Open Sans;
  font: normal normal bold 12px/1.41 Open Sans;
  letter-spacing: 0px;
  background: #FCB316;
  color: #141414;
  border-color: #FCB316;
  transition: all .5s ease;
  display: inherit;
    line-height: 1;
}

.custom-agenda-post .custom-agenda-post-social {
  border: 0.6000000238418579px solid #8D8D8D;
  border-radius: 0px 0px 6px 6px;
  padding: 9px 20px;
  text-align: center;
  border-top: 0;
}

.custom-agenda-post .custom-agenda-post-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    row-gap: 10px;
}
.custom-agenda-post .custom-agenda-post-social ul li {
    float: left;
    width: 100%;
    max-width: 30px;
    display: inline-flex;
}
.custom-agenda-post .custom-agenda-post-social ul li a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}
.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.copy-link a img {
    min-height: auto;
}
.custom-agenda-post .custom-agenda-post-social ul li.mail a img {
    width: 100%;
}
.custom-agenda-post .custom-agenda-post-social h5 {
  font: normal normal bold 14px/19px Open Sans;
  font: normal normal bold 14px/1.3 Open Sans;
  color: #FCB316;
  margin-bottom: 18px;
}

/* .custom-agenda-post .custom-agenda-post-social ul > li:not(:last-child) {
  margin-right: 20px;
} */

.custom-agenda-post .custom-agenda-post-social .more_icons {
  position: relative;
}

.custom-agenda-post .custom-agenda-post-social .popup_icon_list {
  background: #141414;
  border: 1px solid #FCB316;
  padding: 15px 15px 5px 15px;
  border-radius: 6px;
  position: absolute;
  border-top-right-radius: 0;
  right: 0;
  min-width: 174px;
  top: 98%;
  margin: 10px 0 0;
  display: none;
  z-index: 1;
}
.custom-agenda-post-social ul li img {
  vertical-align: text-bottom;
}
.custom-agenda-post-social ul li.mail img {
  width: 33px;
}
.social_share ul li img {
  width: 26px;
  vertical-align: text-bottom;
}
.social_share ul li.mail img {
  height: auto;
}
.custom-agenda-post .custom-agenda-post-social .popup_icon_list .arrow{
  height: 12px;
  position: absolute;
  width: 12px;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 0px;
  right: 9px;
}
.custom-agenda-post .custom-agenda-post-social .popup_icon_list .arrow:before{
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  content: "";
  display: inline-block;
  height: 22px;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
  border-color: #FCB316;
  background: #141414;
}

.custom-agenda-post .custom-agenda-post-social .popup_icon_list.show_more {
  display: block;
}

.custom-agenda-post .custom-agenda-post-social .popup_icon_list ul {
  justify-content: unset;
}

.custom-agenda-post .custom-agenda-post-section1{
  margin-bottom:45px;
}


{# speaker Styling #}

.custom-agenda-post-speaker-item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 23px;
}

.custom-agenda-post-speaker-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.custom-agenda-post-speaker-inner {
  border: 1px solid #8D8D8D;
  border-radius: 6px;
  padding: 27px 30px;
  transform: translateY(0);
  transition: all .3s ease;
}
a.custom-agenda-post-speaker-title-link {
  color: inherit;
}
.custom-agenda-post-speaker-image {
  margin-bottom: 30px;
}

.custom-agenda-post-speaker-image img {
  max-width: 100%;
  width: 100%;
  display: block;
  border-radius: 6px;
}

.custom-agenda-post-speaker-title {
  border-bottom: 1px solid #FCB316;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.custom-agenda-post-speaker-title p {
  font: normal normal bold 16px/17px Open Sans;
  font: normal normal bold 16px/1.0625 Open Sans;
  letter-spacing: 0px;
  color: #FCB316;
  margin: 0;
}

.custom-agenda-post-speaker-designation p {
  font: normal normal normal 12px/17px Open Sans;
  font: normal normal normal 12px/1.41 Open Sans;
  letter-spacing: 0px;
  color: #BFBFBF;
  margin: 0;
}

.speaker-title {
  margin-bottom: 15px;
}

.custom-agenda-post-speaker-item:hover .custom-agenda-post-speaker-inner,
.custom-agenda-post-speaker-item:focus .custom-agenda-post-speaker-inner{
  transform: translateY(-5px);
  background: #191919;
  border: 1px solid #FCB316;
}

.speaker-title h4 {
  font: normal normal bold 20px/27px Open Sans;
  font: normal normal bold 20px/1.35 Open Sans;
  letter-spacing: 0px;
  color: #FCB316;
  margin: 0;
}

.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;
  font: normal normal normal 14px/19px Open Sans;
  font: normal normal normal 14px/1.35 Open Sans;
  letter-spacing: 0px;
  color: #FCB316;
  transition: all .5s ease;
}
.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 .custom-agenda-back-list a {
  padding: 0;
  border: 0;
  font-size: 16px;
  line-height: 20px;
  color: #FF5C64;
  font-weight: 700;
}
.custom-agenda-post .custom-agenda-back-list {
  text-align: left;
}
.custom-agenda-post * {
  font-family: inherit !important;
}
.custom-agenda-post .custom-agenda-back-list a path {
  fill: currentColor;
}
.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 .custom-agenda-post-title h1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 400;
}

button#addtocalender {
  color: #FF5C64;
  font-size: 20px;
}

.custom-agenda-post .custom-agenda-post-calender {
  margin-top: 14px;
}

button#addtocalender svg {
  margin-right: 4px;
}

.custom-agenda-post .custom-agenda-post-content, .custom-agenda-post .custom-agenda-post-content p {
  color: #333333;
}

.custom-agenda-post .custom-agenda-post-location {
  background: transparent !important;
  border: 0;
  color: #FF5C64;
  border-radius: 0;
  border-bottom: 0.5px solid #333333 !important;
}

.custom-agenda-post .custom-agenda-post-location h5 {
  font-size: 16px;
  color: #FF5C64 !important;
  font-weight: normal;
}

.custom-agenda-post-sideBar {
  border: 0.5px solid #333333;
  position: relative;
}

.custom-agenda-post .custom-agenda-post-date {
  border: 0;
  border-bottom: 0.5px solid #333333;
}

.custom-agenda-post .custom-agenda-post-location-title {
  border: 0;
  border-bottom: 0.5px solid #333333;
}
.custom-agenda-post .custom-agenda-post-location-title p {
  color: inherit;
  font-size: 16px;
}
.custom-agenda-post .custom-agenda-post-topic {
  border: 0;
  border-bottom: 0.5px solid #333333;
}

.custom-agenda-post .custom-agenda-post-social {
  border: 0;
}

.custom-agenda-post .custom-agenda-post-date span {
  color: #232221;
  font-size: 16px;
}

.custom-agenda-post .custom-agenda-post-topic ul > li > a {
  padding: 0;
  background: transparent;
  border: 0;
  font-weight: 400;
  font-size: #333333;
  font-size: 16px;
}

.custom-agenda-post .custom-agenda-post-social h5 {
  color: #FF5C64;
  font-weight: 400;
}

.custom-agenda-post-social ul li.mail img {
  width: auto;
}

.custom-agenda-post .custom-agenda-post-social .more_icons {
  color: #FF5C64;
}

.custom-agenda-post .custom-agenda-post-social .more_icons path {
  fill: currentColor;
}

.custom-agenda-post .custom-agenda-post-social .more_icons a:hover path {
  fill: #FF5C64;
}

.custom-agenda-post .custom-agenda-post-social .popup_icon_list {
  border-color: #FF5C64;
  background: #fff;
}

.custom-agenda-post .custom-agenda-post-social .popup_icon_list .arrow:before {
  background: #fff;
  border-color: #FF5C64;
}

.custom-agenda-post-sideBar:before, .custom-agenda-post-sideBar:after, .custom-agenda-post .custom-agenda-post-location:before, .custom-agenda-post .custom-agenda-post-location:after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background: #FF5C64;
  border-radius: 100%;
  position: absolute;
  left: -4.5px;
  top: -4.5px;
}

.custom-agenda-post-sideBar:after {
  top: auto;
  bottom: -4.5px;
}

.custom-agenda-post .custom-agenda-post-location:before {
  left: auto;
  right: -4.5px;
}

.custom-agenda-post .custom-agenda-post-location:after {
  top: auto;
  left: auto;
  right: -4.5px;
  bottom: -4.5px;
}

.speaker-title h4 {
  color: #232221;
  font-size: 50px;
  line-height: 58px;
  font-weight: 400;
  margin: 0 0 18px;
}

.custom-agenda-post-speaker-inner {
  border: 0;
  border-radius: 0;
  height: 100%;
  padding: 0;
  border-bottom: 0.5px solid #333333 !important;
  padding-bottom: 30px;
}

.custom-agenda-post-speaker-image {
  padding: 18px;
  position: relative;
  border: 0.5px solid #333333;
  margin-bottom: 19px;
}

.custom-agenda-post-speaker-image img {
  border-radius: 0;
}

.custom-agenda-post-speaker-image:after, .custom-agenda-post-speaker-image:before, .custom-agenda-post-speaker-image a:before, .custom-agenda-post-speaker-image a:after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background: #F6AA1C;
  border-radius: 100%;
  position: absolute;
  left: -4.5px;
  top: -4.5px;
}

.custom-agenda-post-speaker-image:after {
  top: auto;
  bottom: -4.5px;
}

.custom-agenda-post-speaker-image a:after {
  left: auto;
  right: -4.5px;
}

.custom-agenda-post-speaker-image a:before {
  left: auto;
  right: -4.5px;
  top: auto;
  bottom: -4.5px;
}

.custom-agenda-post-speaker-item:hover .custom-agenda-post-speaker-inner, .custom-agenda-post-speaker-item:focus .custom-agenda-post-speaker-inner {
  background: transparent;
  border: 0;
}

.custom-agenda-post-speaker-title {
  padding: 0 18px;
  margin: 0;
  border: 0;
}

.custom-agenda-post-speaker-title p {
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  color: #333333;
  margin: 0 0 5px;
}

.custom-agenda-post-speaker-designation p {
  color: #333333;
  font-size: 20px;
  line-height: 28px;
}

.custom-agenda-post-speaker-designation {
  padding: 0 18px;
}

.custom-agenda-post-speaker-item {
  margin: 0;
  padding-bottom: 0;
}

.custom-agenda-post-speaker-section.Moderators {
  margin: 40px 0 0;
}

.custom-agenda-post-pagination {
  padding-top: 60px;
  padding-bottom: 0;
}

.custom-agenda-post-pagination ul > li > a {
  color: #FF5C64;
  font-weight: 700;
}

.custom-agenda-post-pagination ul > li > a path {
  fill: currentColor;
}
.custom-agenda-post-speaker-grid {
  gap: 20px 0;
}
.Moderators .custom-agenda-post-speaker-image:after, 
.Moderators .custom-agenda-post-speaker-image:before, 
.Moderators .custom-agenda-post-speaker-image a:before, .Moderators .custom-agenda-post-speaker-image a:after {
  background: #FF5C64;
}
.pwr-header.pwr-header-fixed {
  z-index: 999;
}


.custom-agenda-post .custom-agenda-post-social .popup_icon_list {
  background: transparent;
  padding: 0;
  border: 0;
}

.custom-agenda-post .custom-agenda-post-social .popup_icon_list .arrow {
  display: none;
}

.custom-agenda-post .custom-agenda-post-social .ssf_speaker_details_wrapper .popup_icon_list ul {
  max-width: 118px;
}

.custom-agenda-post .custom-agenda-post-social .more_icons {
  width: 26px;
}

.custom-agenda-post .custom-agenda-post-social .popup_icon_list.show_more {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    margin-top: 15px;
}
/* .custom-agenda-post-speaker-section {
  display: none !important;
} */
@media(max-width:1200px){
  .custom-agenda-post-speaker-item {
    width: 33.333%;
  }
}

@media(max-width:992px){
  .custom-agenda-post .custom-agenda-post-client-logo {
    padding-left: 0;
    margin-top: 20px;
  }

  .custom-agenda-post .custom-agenda-post-client-logo-item {
    display: flex;
    justify-content: flex-start;
  }

  .custom-agenda-post .custom-agenda-post-content {
    margin-bottom: 32px;
  }

  .custom-agenda-post-speaker-item {
    width:50%;
  }
  .custom-agenda-post .custom-agenda-back-list {
    margin-bottom: 25px;
  }
}

@media(max-width:479px){
  .custom-agenda-post .custom-agenda-post-client-logo-title p {
    line-height: 1.5;
    font-size: 16px;
  }

  .custom-agenda-post-speaker-item {
    width:100%;
  }
}