@charset "UTF-8";
@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff");
}
/* Layout */
.bdod-row {
  display: flex;
  justify-content: center;
  padding: 2.5rem 0;
}
.bdod-row.condensed {
  padding: 1rem 0;
}

/* Colors */
.bdod-bg-light {
  background-color: #F7F7F7 !important;
}

.bdod-bg-medium {
  background-color: #E6E6E6 !important;
}

.bdod-bg-gray {
  background-color: #D7D7D7 !important;
}

.bdod-bg-orange {
  background-color: #FF6632 !important;
}

.bdod-bg-blue {
  background-color: #1281B3 !important;
}

/* Typography */
.bdod h1 {
  font-size: 45px;
}
.bdod h2 {
  font-size: 36px;
}
.bdod h3 {
  font-size: 31px;
}
.bdod h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.bdod h5 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.5rem;
}
.bdod h6 {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
}
.bdod p {
  font-size: 13px;
  line-height: 21px;
  color: #000000;
}

/* BDOD Wysiwyg  */
.bdod-wysiwyg-content h3, .bdod-wysiwyg-content h4, .bdod-wysiwyg-content h5 {
  margin-bottom: 0.5rem;
  font-size: 13px;
  color: #000000;
}
.bdod-wysiwyg-content p, .bdod-wysiwyg-content ul {
  font-size: 12px;
  line-height: 1.75;
  color: #000000;
  margin-bottom: 1.5rem;
}

.bdod-title {
  text-align: center;
  font-weight: 700;
  color: #000000;
}
.bdod-title h1 {
  font-size: 45px;
}
.bdod-title h2 {
  font-size: 36px;
}

.bdod-section-title {
  color: #3E3E3E;
  font-weight: 700;
}

.bdod-subtitle {
  font-weight: 700;
  color: #9B9B9B;
}

.text-bold {
  font-weight: 700;
}

.bdod-text-primary {
  color: #FF6632;
}

.bdod-text-gray {
  color: #D7D7D7;
}

.bdod-underline-text {
  border-bottom: 1px solid #000000;
}

.font-franklin-gothic {
  font-family: "Franklin Gothic DmCp";
}

.font-franklin-gothic-normal {
  font-family: "Franklin Gothic BkCd";
}

.section-title-gray {
  font-weight: 700;
  color: #9B9B9B;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 0.5rem;
}

.session-excerpt {
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

/* Elements */
.background-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.btn {
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  cursor: pointer;
  border-radius: 0;
}

.btn-primary {
  background-color: #FF6632;
  border-color: #FF6632;
}
.btn-primary:hover {
  color: #fff;
  background-color: #3E3E3E;
  border-color: #3E3E3E;
}

.bdod-btn-group .button {
  margin-right: 1.25rem;
}
.bdod-btn-group a:hover {
  text-decoration: none;
}

.action-btn {
  background-color: #FF6632;
  border-color: #FF6632;
  border: 2px solid #FF6632 !important;
  font-size: 12px !important;
}
.action-btn:hover {
  color: #fff;
}

.modal-btn {
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  background-color: #EDEDED !important;
  border: 2px solid rgba(74, 74, 74, 0.5) !important;
  color: #3E3E3E !important;
}
.modal-btn:hover {
  text-decoration: none;
}

.fa-arrow-right {
  padding-left: 0.45rem;
}

/* BDOD Header */
.bdod-header {
  padding-left: 0;
  padding-right: 0;
}
.bdod-header h4 {
  color: #000;
  font-weight: 700;
  margin-bottom: 0;
}
.bdod-header .navbar-brand {
  font-size: 21px;
  font-weight: 700;
  white-space: normal;
}
.bdod-header .breadcrumbs {
  color: #9B9B9B;
  font-size: 13px;
  font-weight: 400;
  margin: 0.55rem 0 0;
}
.bdod-header .breadcrumbs a {
  text-decoration: none !important;
}
.bdod-header .breadcrumbs a:hover {
  text-decoration: underline !important;
}
.bdod-header .nav-link {
  color: #000 !important;
  font-weight: 700;
}
.bdod-header .nav-link i {
  color: #D7D7D7;
  padding-right: 0.5rem;
}
.bdod-header .nav-link:hover {
  color: rgba(0, 0, 0, 0.7) !important;
  font-weight: 700;
}
@media (min-width: 992px) {
  .bdod-header .navbar-nav .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* BDOD Live Session Banner */
.live-session-banner {
  margin-bottom: 2.5rem;
}
.live-session-banner a {
  color: #000000;
}
.live-session-banner a:hover {
  color: #000;
  text-decoration: none;
}
.live-session-banner .alert-icon {
  color: #FF6632;
  padding: 0 0.65rem;
}
.live-session-banner .message-text {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

/* BDOD Ad Banner */
.bdod-ad-banner {
  padding: 1.5rem 0;
  /* Extra small devices (portrait phones, less than 576px) */
}
.bdod-ad-banner .ads-container {
    width: 100%;
    max-width: 1200px;
    display: block;
    margin: 0 auto;
  }
.bdod-ad-banner .ad-large {
  width: 75%;
}
.bdod-ad-banner .ad-small {
  width: 25%;
}
.bdod-ad-banner .ad-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 575.98px) {
  .bdod-ad-banner .ad-large {
    width: 100%;
    padding-bottom: 0.65rem;
  }
  .bdod-ad-banner .ad-small {
    width: 100%;
  }
}

/* BDOD Event Tracks */
.bdod-track-container {
  /* track col  */
  /* heading  */
  /* card */
  /* Extra small devices (portrait phones, less than 576px) */
}
.bdod-track-container .bdod-track {
  padding-top: 50px;
  margin-bottom: 30px;
}
.bdod-track-container .bdod-track.is_active {
  box-shadow: 0 12px 54px rgba(0, 0, 0, 0.2);
  padding-top: 0;
}
.bdod-track-container .bdod-track-heading {
  color: #fff;
  text-align: center;
  padding: 30px;
}
.bdod-track-container .bdod-track-heading h4 {
  font-size: 23px;
  font-weight: 700;
}
.bdod-track-container .bdod-track-heading.flag {
  height: 50px;
}
.bdod-track-container .bdod-track-heading.flag.is_active {
  background-color: #1281B3;
  font-size: 16px;
  font-weight: 700;
  padding: 13px;
}
.bdod-track-container .bdod-track-heading.offset-is_active {
  margin-top: 50px;
}
.bdod-track-container .bdod-track-heading.top {
  background-color: #3E3E3E;
  color: #fff;
  text-align: center;
}
.bdod-track-container .bdod-track-heading.sub {
  background-color: #FF6632;
  font-size: 16px;
  font-weight: 700;
  padding: 16px;
}
.bdod-track-container .bdod-track-heading .track-date {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 13px;
  font-weight: 700;
  color: #D7D7D7;
  margin-bottom: 0.5rem;
}
.bdod-track-container .bdod-track-heading .track-title {
  font-size: 20px;
}
.bdod-track-container .bdod-track-card {
  background-color: #fff;
  padding: 23px 18px 30px 30px;
  border: 1px solid #D7D7D7;
  border-top: none;
}
.bdod-track-container .bdod-track-card.no-access {
  padding: 3rem;
  background-color: #b5b5b5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 24rem;
}
.bdod-track-container .bdod-track-card.no-access i {
  font-size: 3rem;
  margin-bottom: 3rem;
}
.bdod-track-container .bdod-track-card.no-access h4 {
  color: white;
  text-align: center;
}
.bdod-track-container .bdod-track-card .title {
  color: #3E3E3E;
  font-size: 14px;
  font-weight: 700;
}
.bdod-track-container .bdod-track-card .pill {
  display: inline-block;
  border-radius: 15.5px;
  background-color: rgba(18, 129, 179, 0.2);
  font-size: 10px;
  font-weight: 700;
  padding: 4px 8px;
}
.bdod-track-container .bdod-track-card .exerpt {
  color: #4A4A4A;
  font-size: 12px;
  margin-top: 0.75rem;
}
.bdod-track-container .bdod-track-card .action-btn {
  text-transform: uppercase;
  background-color: #FF6632;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 9px;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .bdod-track-container .bdod-track.is_active {
    box-shadow: none;
    padding-top: 50px;
  }
}

/* BDOD Carousel */
.bdod-carousel .carousel-indicators {
  bottom: -4rem;
}
.bdod-carousel .carousel-indicators li {
  background-color: #9B9B9B;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin: 1em;
}
.bdod-carousel .carousel-indicators .active {
  background-color: #FF6632;
}

/* BDOD Footer */
.bdod-footer {
  margin-bottom: -3.75rem;
}
.bdod-footer .connect-card {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  height: 500px;
  /* Extra small devices (portrait phones, less than 576px) */
}
.bdod-footer .connect-card.eval-connect {
      height: inherit;
      height: 240px;

}
.bdod-footer .connect-card.eval-connect.top {
  align-items: flex-start;
}
.bdod-footer .connect-card.eval-connect.bottom {
  align-items: flex-end;
}
@media (max-width: 575.98px) {
  .bdod-footer .connect-card {
    margin-bottom: 1.5rem;
  }
}

.bdod-footer .bdod-eval-boxes {
  height: 240px;
  height: 100%;
  width: 100%;
  background-color: #D7D7D7;
}
.bdod-footer .bdod-eval-boxes img {
  max-height: 240px;
}
.bdod-footer .eval-padding-seperator {
  padding-bottom: 20px;
}

/* Template: Topic */
.sessions-loop-title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

/* BDOD Session Stick */
.bdod-session-stick-wrapper {
  margin-bottom: 1.5rem;
}

.bdod-session-stick {
  background-color: #ffffff;
  border: 1px solid #D7D7D7;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 550px;
}
.bdod-session-stick.back-card {
  justify-content: center;
  text-align: center;
}
.bdod-session-stick.back-card a {
  color: #3E3E3E;
  text-decoration: none;
}
.bdod-session-stick.back-card a:hover {
  text-decoration: none;
  color: #3E3E3E;
}
.bdod-session-stick.back-card .icon {
  color: #9B9B9B;
  font-size: 37px;
  margin-bottom: 0.5rem;
}
.bdod-session-stick.back-card .text {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 0 3rem;
  line-height: 1.3;
}
.bdod-session-stick .body-wrapper {
  padding: 20px 20px 0;
}
.bdod-session-stick .header-video {
  height: 140px;
  background-color: #D7D7D7;
}
.bdod-session-stick .header-text .session-title {
  line-height: 21px;
  font-size: 21px;
  font-weight: 700;
  color: #000000;
}
.bdod-session-stick .live-session-time {
  color: #9B9B9B;
  font-size: 12px;
  margin-bottom: 0.5rem;
}
.bdod-session-stick .speakers-list {
  margin-bottom: 0.5rem;
}
.bdod-session-stick .speaker-item {
  display: flex;
  flex-direction: row;
  padding: 0.5rem 0;
  color: #4A4A4A;
  border-top: 1px solid #D7D7D7;
}
.bdod-session-stick .speaker-item:first-child {
  border-top: none;
}
.bdod-session-stick .speaker-item .icon {
  width: 30px;
}
.bdod-session-stick .speaker-item .icon img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: tan;
}
.bdod-session-stick .speaker-item .name {
  width: 85%;
  line-height: 16px;
  padding: 0 8px;
  font-size: 13px;
  font-weight: 700;
}
.bdod-session-stick .speaker-item .name .title {
  line-height: 16px;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}
.bdod-session-stick .session-excerpt {
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.bdod-session-stick .bdod-btn-group {
  margin-top: auto;
  padding: 10px 20px 20px;
}
.bdod-session-stick .action-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.bdod-session-stick .action-btn i {
  font-size: 14px;
}

.live-session-flag {
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0.5rem;
  padding: 2px 13px 3px 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 20px;
}
.live-session-flag.is-active {
  background-color: #FF6632;
  color: #ffffff;
  background: rgba(255, 102, 50, 1);
  box-shadow: 0 0 0 0 rgba(255, 102, 50, 1);
  animation: pulse-orange 2s infinite;
}
@keyframes pulse-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 102, 50, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 102, 50, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 102, 50, 0);
  }
}

.live-session-flag.is-upcoming {
  background-color: #D7D7D7;
  color: #3E3E3E;
}
.live-session-flag i {
  font-size: 8px;
  color: #ffffff;
  padding-right: 5px;
}

.bdod-session .accordion .card {
  margin-bottom: 0;
}
.bdod-session .accordion .card-header {
  padding: 20px;
  background-color: #ffffff;
}
.bdod-session .accordion .card-header i {
  font-size: 12px;
  color: #9B9B9B;
}
.bdod-session .accordion .card-body {
  padding: 0 20px 20px;
  margin-left: 60px;
  font-size: 12px;
}
.bdod-session .accordion .card-body div {
  margin-bottom: 1rem;
}
.bdod-session .accordion .btn-link {
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  flex-wrap: wrap;
}
.bdod-session .accordion .btn-link:hover {
  text-decoration: none;
}
.bdod-session .accordion .btn-link::after {
  font-family: FontAwesome;
  content: "";
  color: #9B9B9B;
  font-size: 12px;
  transition: all 1s ease;
}
.bdod-session .accordion .btn-link.collapsed::after {
  content: "";
}
.bdod-session .accordion .btn-link i {
  font-size: 12px;
  color: #9B9B9B;
}
.bdod-session .accordion .btn-link .speaker-item {
  padding: 0 !important;
}
.bdod-session .accordion .button {
  margin-bottom: 0;
}
.bdod-session .speaker-item {
  display: flex;
  flex-direction: row;
  padding: 12px 0;
  color: #4A4A4A;
  border-top: 1px solid #D7D7D7;
}
.bdod-session .speaker-item:first-child {
  border-top: none;
}
.bdod-session .speaker-item .icon {
  height: 40px;
  width: 40px;
  margin-right: 20px;
}
.bdod-session .speaker-item .icon img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: tan;
}
.bdod-session .speaker-item .name {
  line-height: 16px;
  padding: 0;
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  padding-left: 1rem;
}
.bdod-session .speaker-item .name .title {
  line-height: 16px;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}
.bdod-session .speaker-social-links a {
  color: #9B9B9B;
  font-size: 16px;
  margin-right: 1rem;
}

.speakers-section {
  margin-bottom: 0.5rem;
}
.speakers-section .accordion .title {
  margin-top: 0.25rem;
}

.bdod-modal .modal-dialog {
  padding-top: 4rem;
}
.bdod-modal .modal-body {
  padding: 1.75rem;
}
.bdod-modal .close {
  position: absolute;
  right: -5px;
  top: -5px;
  padding: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #4A4A4A;
  opacity: 1;
  color: #fff;
  z-index: 5;
}
.bdod-modal .modal-header {
  padding: 0;
}

.preview-session-modal {
  padding-bottom: 2rem;
}
.preview-session-modal .modal-body h4 {
  margin-bottom: 1rem;
}
.preview-session-modal .modal-body .session-excerpt {
  line-height: 1.75;
}
.preview-session-modal .preview-video {
  height: 445px;
  width: 100%;
}
.preview-session-modal .bdod-btn-group {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.preview-session-modal .bdod-btn-group .action-btn {
  width: auto;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}
.preview-session-modal .speaker-item {
  align-items: center;
  padding: 13.5px 0;
}
.preview-session-modal .speaker-item:first-child {
  padding-top: 0;
}
.preview-session-modal .speaker-item:last-child {
  padding-bottom: 0;
}
.preview-session-modal .speaker-item .name {
  width: 40%;
}
.preview-session-modal .speaker-item .icon {
  width: 50px !important;
}
.preview-session-modal .speaker-item .icon img {
  height: 50px !important;
  width: 50px !important;
}
.preview-session-modal .speaker-item .modal-btn {
  width: auto;
  margin: 0;
}

.make-a-meeting-modal .modal-title {
  font-weight: 700;
  margin-bottom: 1rem;
}
.make-a-meeting-modal .bd-form-button {
  margin: 4px auto;
  display: block;
}

.bd-form-button {
  display: flex;
  margin: 0 auto;
  float: none;
}

.make-meeting-form-content {
  padding: 2rem 2rem 2.75rem;
}

.make-meeting-message {
  font-size: 13px !important;
  font-family: arial !important;
  font-weight: 700 !important;
}

.make-a-meeting-row {
  display: flex;
  align-items: center;
  height: 8.5rem;
  background-color: #F7F7F7;
  padding: 0 2rem;
}
.make-a-meeting-row input {
  background: transparent;
}
.make-a-meeting-row.make-meeting-sender {
  background-color: #ebebeb;
}
.make-a-meeting-row .make-a-meeting-data-wrapper {
  font-size: 1.5rem;
  margin-right: 1rem;
  font-weight: bold;
}
.make-a-meeting-row .make-a-meeting-info-wrapper {
  display: flex;
}
.make-a-meeting-row .make-a-meeting-profile-image {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background-color: #9B9B9B;
  margin-right: 1.25rem;
  overflow: hidden;
}
.make-a-meeting-row .make-a-meeting-profile-image img {
  width: 100%;
  height: 100%;
}
.make-a-meeting-row .make-a-meeting-user-meta {
  font-weight: 100 !important;
  font-style: italic;
  font-size: 0.85rem;
}
.make-a-meeting-row .make-a-meeting-user-meta input {
  font-weight: 100 !important;
  font-style: italic;
  font-size: 0.85rem;
}
.make-a-meeting-row .make-a-meeting-profile input {
  border: none;
  box-shadow: none;
  padding: 0;
  height: 1rem;
  margin-bottom: 0;
  font-weight: bold;
  min-width: 500px;
}

/* Template: Session */
.session-video {
  margin-bottom: 5rem;
  height: 450px;
}

.bluejeans-thumbnail:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
  font-size: 102px;
  color: rgba(5, 5, 5, 0.4);
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.bluejeans-message {
  font-size: 15px !important;
  text-decoration: underline;
}

.intro-section {
  margin-bottom: 2.5rem;
}

.bdod-list-group {
  margin-bottom: 0.75rem;
}
.bdod-list-group .bdod-subtitle {
  color: #000000;
  font-size: 14px;
}

.bdod-icon-list a {
  color: #000000;
}
.bdod-icon-list .icon-list-item {
  padding: 13px 0 12px 0;
  border-top: 1px solid #d7d7d7;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
.bdod-icon-list .icon-list-item:first-child {
  border-top: none;
}

.bdod-sidebar-item-wrapper .bdod-sidebar-item {
  margin-bottom: 1.5rem;
}
.bdod-sidebar-item-wrapper .bdod-sidebar-item .title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.5rem;
}
.bdod-sidebar-item-wrapper .bdod-sidebar-item .content {
  min-height: 250px;
  background-color: #F7F7F7;
}
.bdod-sidebar-item-wrapper .bdod-sidebar-item .content.twitter-widget {
  border: 2px solid rgba(215, 215, 215, 0.3);
}
.bdod-sidebar-item-wrapper .bdod-sidebar-item .content.session-resources {
  border: 2px solid rgba(215, 215, 215, 0.3);
  padding: 20px;
}

/* Template: Events */
.welcome-modal .modal-title {
  font-weight: 700;
  font-size: 24px;
  color: #000000;
}

/* Sessions List Page */
.bdod-sessions-list-page .bdod-track-heading {
  display: flex;
  align-items: baseline;
  margin-top: 1.75rem;
}
.bdod-sessions-list-page .bdod-track-heading h4 {
  font-size: 31px;
  text-transform: uppercase;
  font-family: "Franklin Gothic DmCp";
}
.bdod-sessions-list-page .bdod-track-heading .track-date {
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  font-size: 14px;
  font-weight: 700;
  color: #9B9B9B;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
}
.bdod-sessions-list-page .topic-title {
  border-bottom: 2px solid #979797;
  padding: 1rem 1.75rem;
  line-height: 1.05;
  font-size: 20px;
}
.bdod-sessions-list-page .session-card {
  border-bottom: 1px dashed rgba(151, 151, 151, 0.5);
}
.bdod-sessions-list-page .session-card .header {
  flex-wrap: wrap;
}
.bdod-sessions-list-page .session-card .details {
  padding: 1rem 1.75rem;
  margin-bottom: 0.5rem;
}
.bdod-sessions-list-page .session-card .session-title {
  line-height: 21px;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.5rem;
}
.bdod-sessions-list-page .session-card .action-btns {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .bdod-sessions-list-page .session-card .action-btns .action-btn {
    margin: 1.25rem 0.25rem;
    display: block;
  }
}

.live-session-time {
  color: #9B9B9B;
  font-size: 12px;
  margin-bottom: 0.5rem;
}

/* Sponsors list */
.sponsor-card-wrapper {
  margin-bottom: 1rem;
}
.sponsor-card-wrapper .sponsor-card {
  margin: 1rem 0;
  margin-bottom: 0;
}
.sponsor-card-wrapper .sponsor-card .sponsor-card-section {
  padding-top: 1.5rem;
}
.sponsor-card-wrapper .sponsor-card .sponsor-card-section.downloads {
  padding-top: 0.75rem;
}
.sponsor-card-wrapper .sponsor-card .sponsor-logo {
  padding: 0 1rem;
}
.sponsor-card-wrapper .sponsor-accordion .card {
  border: 1px solid #D7D7D7;
}
.sponsor-card-wrapper .sponsor-accordion .card-header {
  padding: 1rem 1.5rem;
  background-color: #9B9B9B;
}
.sponsor-card-wrapper .sponsor-accordion .card-header .btn-link {
  color: #F7F7F7;
  line-height: 21px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}
.sponsor-card-wrapper .sponsor-accordion .card-header .btn-link:hover {
  text-decoration: none;
}
.sponsor-card-wrapper .sponsor-accordion .card-header .btn-link::after {
  font-family: FontAwesome;
  content: "";
  color: #F7F7F7;
  font-size: 12px;
  transition: all 1s ease;
}
.sponsor-card-wrapper .sponsor-accordion .card-header .btn-link.btn-info-link::after {
  content: "";
}
.sponsor-card-wrapper .sponsor-accordion .card-header .btn-link.collapsed::after {
  content: "";
}
.sponsor-card-wrapper .sponsor-accordion .card-header .btn-link .session-sponsor-name {
  font-style: italic;
}
.sponsor-card-wrapper .sponsor-accordion .card-header:first-child {
  border-radius: 0;
}
.sponsor-card-wrapper .sponsor-accordion .card-body {
  padding: 1rem 1.5rem;
}
.sponsor-card-wrapper .sponsor-accordion .card-body.title {
  margin-left: 0;
  padding-bottom: 0;
}
.sponsor-card-wrapper .sponsor-accordion .card-body.speaker-details {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.sponsor-card-wrapper .sponsor-accordion .collapse {
  background-color: #F9F8F8;
}
.sponsor-card-wrapper .sponsor-accordion .collapsing {
  background-color: #F9F8F8;
}
.sponsor-card-wrapper .sponsor-accordion .sponsor-accordion-list .sponsor-accordion-list-item {
  border-bottom: 1px solid #D7D7D7;
}
.sponsor-card-wrapper .sponsor-accordion .sponsor-accordion-list .sponsor-accordion-list-item:last-child {
  border-bottom: none;
}
.sponsor-card-wrapper .sponsor-accordion .bdod-btn-group {
  padding: 1.5rem;
}
.sponsor-card-wrapper .action-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.sponsor-card-wrapper .make_a_meeting_btn {
  width: auto;
  margin-right: 1rem;
  margin-top: 0;
}
.sponsor-card-wrapper .live-session-flag {
  margin-bottom: 0;
}
.sponsor-card-wrapper .live-session-time {
  display: inline-block;
  margin-left: 0.5rem;
}

.speaker-item {
  display: flex;
  flex-direction: row;
  padding: 12px 0;
  color: #4A4A4A;
  border-top: 1px solid #D7D7D7;
}
.speaker-item:first-child {
  border-top: none;
}
.speaker-item .avatar {
  background-image: url("http://1.gravatar.com/avatar/1744cc8…?s=52&d=mm&r=g");
  background-size: cover;
  border-radius: 50%;
  height: 40px;
  width: 100%;
  min-width: 40px;
  max-width: 40px;
  display: flex;
  justify-content: center;
}
.speaker-item .avatar.lg {
  height: 70px;
  max-width: 70px;
}
.speaker-item .avatar img {
  width: 100%;
  border-radius: 50%;
}
.speaker-item .icon {
  height: 40px;
  width: 40px;
  margin-right: 20px;
}
.speaker-item .icon img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: tan;
}
.speaker-item .name {
  line-height: 16px;
  padding: 0;
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  padding-left: 1rem;
}
.speaker-item .name.accordion-header {
  padding-left: 20px;
}
.speaker-item .name .title {
  line-height: 16px;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}
.speaker-item .speaker-social-links {
  margin-top: 0.25rem;
}
.speaker-item .speaker-social-links a {
  font-size: 13px;
  margin-right: 1rem;
}

/* BDOD accordion icon toggle */
.accordion .btn-link[aria-expanded=false]::after {
  font-family: FontAwesome;
  content: "";
}

.accordion .btn-link[aria-expanded=true]::after {
  font-family: FontAwesome;
  content: "";
}

/* BDOD Social Links */
.bdod-social-links a {
  margin-right: 1rem;
}

.speaker-social-links a {
  color: #9B9B9B;
  font-size: 16px;
  margin-right: 1rem;
}

/* BDOD Images */
.bdod-bg-img-wrapper {
  height: 100%;
}

.bdod-bg-img {
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bdod-featured-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  min-height: 150px;
}

.bdod-video-responsive iframe {
  transition: all 0.25s ease;
}

/* BDOD Bordered Card */
.bdod-card-bordered-x {
  border: 1px solid #D7D7D7;
}
.bdod-card-bordered-x .bordered-section {
  border-top: 1px solid #D7D7D7;
}
.bdod-card-bordered-x .bordered-section:first-child {
  border-top: none;
}
@media (min-width: 768px) {
  .bdod-card-bordered-x .bordered-section {
    border-top: none;
    border-left: 1px solid rgba(215, 215, 215, 0.8);
  }
  .bdod-card-bordered-x .bordered-section:first-child {
    border-left: none;
  }
}

/* Datatables */
.dataTables_filter {
  display: flex;
  justify-content: flex-end;
}

.text-center-bold {
  text-align: center;
  font-weight: 700;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .bdod-modal .close {
    right: 10px;
    top: 0;
  }

  .bdod-btn-group {
    margin-bottom: 1.5rem;
  }
}
/* BDOD event access form */
.bdod-event-access .access-form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5rem 3rem 4rem;
}
.bdod-event-access .access-form-wrapper h4 {
  margin-bottom: 0.85rem;
}
.bdod-event-access .access-form-wrapper form {
  width: 100%;
  margin: 1rem;
}
.bdod-event-access .access-form-wrapper label {
  text-align: left;
}
.bdod-event-access .access-form-wrapper input[type=text] {
  width: 100%;
}
.bdod-event-access .access-form-wrapper input[type=submit] {
  color: #fff;
  background: #FF6632;
  border: none;
  padding: 0.45rem 1rem;
  margin-top: 0.85rem;
  font-weight: bold;
}
.bdod-event-access .bdod-alerts-wrapper {
  margin: 0.55rem 0;
  background-color: #FF6632;
  border-radius: 4px;
}
.bdod-event-access .bdod-alerts-wrapper p {
  color: #fff;
  padding: 0.55rem 0.95rem;
  margin-bottom: 0;
}
.bdod-event-access .bdod-alerts-wrapper p:first-of-type {
  padding-top: 1rem;
}
.bdod-event-access .bdod-alerts-wrapper p:last-of-type {
  padding-bottom: 1rem;
}

/* Datatable Styles  */
.page-item.active .page-link {
  background-color: #FF6632;
  line-height: 1.5;
  border: none;
}

.bdod-sponsor-links span {
  color: #979797;
  font-style: italic;
}

.bdod-sponsor-link-list {
  display: flex;
  list-style-type: none;
  text-transform: uppercase;
  text-decoration: underline;
  margin: 0 0 0.95rem;
  width: 75%;
}
.bdod-sponsor-link-list li {
  font-weight: bold;
  margin: 0.25rem 0.55rem 0.25rem 0;
}
.bdod-sponsor-link-list li a {
  color: #3E3E3E;
}

.bdod-sponsor-link-title {
  padding-top: 0.75rem;
}

/* Agenda list start */
.agenda-card-wrapper .agenda-accordion .card {
  border: 1px solid #D7D7D7;
}
.agenda-card-wrapper .agenda-accordion .card-header {
  background-color: #9B9B9B;
  padding: .75rem 1.25rem 0 1.25rem;
}
.agenda-card-wrapper .agenda-accordion .card-header h3 {
  margin-bottom: 0;
  line-height: normal;
}
.agenda-card-wrapper .agenda-accordion .card-header .btn-link {
  color: #F7F7F7;
  line-height: 21px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}
.agenda-card-wrapper .agenda-accordion .card-header .btn-link:hover, .agenda-card-wrapper .agenda-accordion .card-header .btn-link:active {
  text-decoration: none;
}
/* Agenda list end */