 .btn-blue {
  color: #ffffff; 
  background: #0051a5 !important;
  border-radius: 0;
 }

 .page-banner {
    background-position: top;
 }

 .page-banner .center-block p {
    max-width: 620px;
 }
 
 #livestream-block {
  padding: 40px 0;
  background: #003168;
display: none;
 }
 
 .livestream-eyebrow {
  color:#FFC72C;
  line-height: 120%;
  letter-spacing: 2px;
  font-size: 18px;
  font-family: 'Roboto Medium', Roboto, Arial, Verdana, sans-serif;
 }
 
 #livestream-block h2 {
  font-size: 28px;
  color:#fff;
 }

 #livestream-block .btn {
  margin-top:10px;

 }
 
 /*Featured Conferences*/
 #featured-conferences {
  background-color:#082043;
  padding-top:64px;
 }

 #featured-conferences h2 {
  color:#fff;
 }

 #featured-conferences-tabs {
  margin-top:0px;
  padding-top:10px;
 }

#featured-conferences-tabs {
    background-color: #082043;
}

#featured-conferences-tabs .nav-tabs li a {
    padding: 20px 30px;
}

#featured-conferences-tabs .white-box-text {
    padding:32px 0 22px 0;
}


#featured-conferences-tabs .tab-content {
    margin-bottom:10px;
}

 /* Overview row: video + info side-by-side, body wraps below */
  .rbccm-featured-conferences__overview {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }

  .rbccm-featured-conferences__video {
    flex: 1 1 0;
    min-width: 0;
  }

  .video-reel-wrap {
    width: 100%;
    height: calc(100% * 0.5625);
}

.video-reel-wrap iframe {
    position: absolute;
    left: 0;
    min-height: 100%;
    top: 0;
    width: 100%;
    height: auto;
}

  .rbccm-featured-conferences__info {
    align-content: center;        /* vertically center the row group inside the card */
    align-items: start;           /* each item sits at top of its row, not stretched */
    align-self: stretch;
    display: grid;
    flex: 1 0 0;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto; /* rows collapse to content height */
    justify-content: center;
    padding: 32px;
  }

  .rbccm-featured-conferences__info-item {
    width: auto;
  }

  .rbccm-featured-conferences__overview-body {
    flex-basis: 100%;
  }

/* Info card */
.rbccm-featured-conferences__info {
  align-items: flex-start;
  align-self: stretch;
  background-color: #003168;
  border-radius: 0;
  display: grid;
  grid-template-columns: auto auto;
  gap: 24px;
  justify-content: space-between;
  padding: 24px 16px;
}

.rbccm-featured-conferences__info-item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 159px;
}

.rbccm-featured-conferences__info-item--full {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  grid-column: 1 / -1;
  padding-top: 22px;
  width: auto;
}

.rbccm-featured-conferences__info-label {
  color: #FFC72C !important;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}

.rbccm-featured-conferences__info-value {
  color: #FFF;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.rbccm-featured-conferences__info-item--full .rbccm-featured-conferences__info-value {
  font-size: 18px;
  line-height: 27px;
}

/*---end overview first row*/

#featured-conferences-tabs .rbccm-featured-conferences__overview-heading {
  color: #FFFDFD;
  font-family: "RBCDisplay", Georgia, Times, serif !important;
  font-size: 24px;
  font-weight: 500;
}

#featured-conferences-tabs .rbccm-featured-conferences__overview-text {
  color: #FFFDFD;
  font-family: "Roboto Light", "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;

}

#featured-conferences-tabs .rbccm-featured-conferences__overview-text {
  color: #FFFDFD;
  font-family: "Roboto Light", "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 16px 0;
}
#featured-conferences-tabs .rbccm-featured-conferences__overview-text p:last-child {
  margin-bottom: 0;
}

#featured-conferences-tabs .rbccm-featured-conferences__topics {
  color: #FFFDFD;
  font-family: "Roboto Light", "Roboto", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}
#featured-conferences-tabs .rbccm-featured-conferences__topics strong {
  display: block;
  font-family: "Roboto Medium", "Roboto", Arial, sans-serif;
  font-weight: 500;
}

.rbccm-featured-conferences__contact {
  color: #FFFDFD;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.rbccm-featured-conferences__contact em {
  opacity: 0.85;
}

.conference-image {
  width:100%;
}

/*---end featured conferences*/

/*Upcoming conferences*/
#conference-listing-wrapper {
  background: #082043;
  padding:64px 0;
}

#conference-listing-wrapper h2, #conference-listing-wrapper p, .conference-tiles * {
  color:#fff;
}

.conference-tiles {
  margin-bottom:19px;
}

.conference-tile {
  display:grid;
  height:400px;
  padding:24px;
  margin-bottom:24px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
} 

.conference-tile:hover, .conference-tile:focus {
  opacity: 0.9;
}

.conference-tile .details {
  display: grid;
}

.conference-tile .details .date {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
      margin-bottom: 5px;
}

.conference-tile .details .date-day {
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: -1.8px;
  font-family: Roboto Light, Arial, Verdana, sans-serif;
}

.conference-tile .details .bottom {
    align-self: flex-end;
    gap: 6px;
    margin-top: auto;
    flex-shrink: 0;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.conference-tile .details .bottom:before {
    content: "";
    width: 32px;
    height: 2px;
    display: block;
    background: #fff;
    margin: 9px 0;
    transition: width 0.3s ease;
}

.conference-tile:hover .details .bottom:before {
  width:56px;
}

.conference-tile .details .conference-title {
    font-family: "RBC Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin-bottom:8px;
    line-height: 27.5px;
}

.conference-tile .details .location {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.35px;
}

.conference-tile .details .location:before {
  content: url("/assets/rbccm/images/icons/location-pin-white.svg");
  height:15px;
  margin-right:7px;
}

#conference-listing-modal h2 {
  font-size: 32px;
font-style: normal;
font-weight: 500;
}

.conference-table {
 width:100%;
}

.conference-table tr {
  border-bottom: 1px solid #F3F4F6;
  height: 57px;
}

.conference-table td {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #003168;
}

.conference-table td.location {
  color: #2C2C2C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.conference-table td.location:before {
  content: url("/assets/rbccm/images/icons/location-pin-black.svg");
  height:13px;
  margin-right:4px;
}

.modal-bottom {
border-top: 1px solid #E5E7EB;
background: #F9FAFB;
padding: 25px 32px;
}

.modal-bottom p {
      text-align: right;
}

#cm-insights-header {
  margin-top: 64px;
}

#past-speakers-header {
  margin-top:34px;
  margin-bottom:40px;
}

#past-speakers .story-card--vertical .img-stretch {
    min-height: 260px;
}

#past-speakers .story-card--vertical {
    min-height: 450px;
}

#past-speakers .story-card .tile--news {
  pointer-events:none;
}

#past-speakers .story-card .text-wrapper {
  padding:24px;
}

#past-speakers .story-card .text-wrapper h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  font-family: Roboto, Arial, sans-serif !important;
}

#past-speakers .story-card .text-wrapper .description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

#past-speakers .story-card .tile--news .learn-more {
  color:#003168;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

#past-speakers .story-card .tile--news:hover .learn-more {
    outline: 0;
    outline-offset: 0;
    border-bottom: 1px solid #fff;
}

#past-speakers .learn-more:after {
  content:'';
}

#faq-wrapper {
    margin-top: 45px;
}

#faq-wrapper .accordion {
  padding: 15px 0 40px 0;
}

#faq-wrapper .accordion .panel-heading a {
  padding:25px;
}

#faq-wrapper .accordion .panel-body {
  padding: 10px 25px 25px 25px;
}

@media (min-width:992px) {

 #livestream-block .btn {
  margin-top:25px;
    width: 325px;
    float:right;
 }

  #past-speakers .story-tile-row {
    padding-right: 10%;
    padding-left: 10%;
  }
}


@media (min-width:992px) and (max-width:1199px) {

}







@media (max-width:767px) {
      .tabs-wrapper .tabs .panel:last-child .panel-heading {
        border-bottom: 2px solid #FFC72C;
    }
    .tabs-wrapper .tabs.dark .panel:last-child .panel-heading {
        border-bottom: 0.5px solid #FFC72C;
    }

    .tabs-wrapper .tabs .panel:not(:last-child) .panel-collapse.collapse.in {
        border-top: 0.5px solid #FFC72C;
    }

    .tabs-wrapper .panel-heading a {
        font-size: 20px;
        font-weight: 400;
        padding:25px 0px;
    }
    .tabs .panel-group {
        padding: 0 16px;
    }
    .tabs .panel-body .white-box-text {
        padding: 32px 0 11px 0;
    }
}