@font-face {
  font-family: 'Concourse T3';
  src: url("../fonts/concourse_t3_bold.woff2") format("woff2"), url("../fonts/concourse_t3_bold.woff") format("woff"), url("../fonts/concourse_t3_bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Concourse T3';
  src: url("../fonts/concourse_t3_regular.woff2") format("woff2"), url("../fonts/concourse_t3_regular.woff") format("woff"), url("../fonts/concourse_t3_regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

body {
  background: url("../img/bio20_bg.jpg") center top fixed no-repeat;
  background-color: #1B203A;
  background-size: cover; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Concourse T3", sans-serif; }

p {
  font-size: 1.1625rem;
  font-weight: 400; }

a,
a:active,
a:visited {
  color: #0CB0FA;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover,
  a:active:hover,
  a:visited:hover {
    color: #fff; }

#hero-section {
  background-color: transparent;
  padding: 3rem 0 1rem 0;
  color: #fff; }
  #hero-section sup {
    top: -0.25rem; }
  @media (max-width: 769px) {
    #hero-section {
      padding: 2.5rem 0;
      height: auto; } }
  @media (max-width: 1921px) {
    #hero-section {
      min-height: 100vh; } }
  #hero-section h1,
  #hero-section h2,
  #hero-section h3,
  #hero-section h4,
  #hero-section h5 {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff; }
  #hero-section h1 {
    margin-bottom: 1.25rem;
    display: inline-block;
    font-size: 3.375rem;
    letter-spacing: 0.0625rem;
    line-height: 1.0125;
    padding-bottom: 0; }
    #hero-section h1 span {
      text-transform: none; }
    #hero-section h1.fast {
      margin-bottom: 0;
      color: #0CB0FA; }
    @media (max-width: 769px) {
      #hero-section h1 {
        font-size: 2.75rem; } }
    @media (max-width: 376px) {
      #hero-section h1 {
        font-size: 2.15rem; } }
  #hero-section h5 {
    font-size: 1.25rem;
    letter-spacing: 0.0625rem;
    line-height: 1.5rem;
    margin-bottom: 0; }
    @media (max-width: 769px) {
      #hero-section h5 {
        font-size: 1.375rem; } }
    @media (max-width: 376px) {
      #hero-section h5 {
        font-size: 1.25rem; } }
  #hero-section h6 {
    margin-top: 0.125rem;
    color: rgba(255, 255, 255, 0.5); }
    @media (max-width: 769px) {
      #hero-section h6 {
        padding: 0rem 1rem;
        display: block; } }
  #hero-section .col-lg-7 {
    padding: 0 1rem; }
    @media (max-width: 376px) {
      #hero-section .col-lg-7 {
        padding: 0 1rem; } }
  #hero-section .reg-sponsor-container {
    /* border-bottom: 0.125rem solid rgba($primary-color,0.6) */
    padding: 0; }
    #hero-section .reg-sponsor-container .btn {
      font-family: "Concourse T3", sans-serif;
      padding: 1rem 0;
      border: 2px solid #0CB0FA;
      background-color: rgba(12, 176, 250, 0.05);
      text-transform: uppercase;
      font-size: 1.225rem;
      letter-spacing: 1px;
      font-weight: 700;
      color: #fff;
      -ms-flex-line-pack: center;
          align-content: center; }
      #hero-section .reg-sponsor-container .btn:hover {
        background-color: #0CB0FA; }
      @media (max-width: 769px) {
        #hero-section .reg-sponsor-container .btn {
          padding: 1.25rem 1rem;
          font-size: 1.25rem; } }
  #hero-section .date-time-container {
    padding: 1.5rem 0 0.75rem; }
    @media (max-width: 769px) {
      #hero-section .date-time-container {
        padding: 0.5rem 0;
        margin-bottom: 1rem; } }
    #hero-section .date-time-container img {
      max-height: 42px; }
    #hero-section .date-time-container .time,
    #hero-section .date-time-container .date {
      padding: 0; }
      @media (max-width: 769px) {
        #hero-section .date-time-container .time,
        #hero-section .date-time-container .date {
          padding: 0.875rem 0; } }

.img-col {
  background-color: transparent;
  padding: 0 1rem; }
  @media (max-width: 769px) {
    .img-col {
      display: none; } }

.ticket-box {
  border-top: 1rem solid #0CB0FA;
  background-color: #fff;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  padding: 0 1rem; }
  @media (max-width: 769px) {
    .ticket-box {
      padding: 0 1rem; } }

/* Speaker styles */
.speaker-info {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 40%;
  left: 37.5%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .speaker-info p {
    padding-bottom: 0;
    margin-bottom: 0.5rem; }
  .speaker-info li {
    display: inline-block; }
    .speaker-info li i,
    .speaker-info li span {
      font-size: 14px;
      color: #fff;
      opacity: .7; }
    .speaker-info li::after {
      content: "|";
      color: #0CB0FA;
      margin-left: 9px;
      margin-right: 7px; }
    .speaker-info li:last-child::after {
      display: none; }
      .speaker-info li:hover i,
      .speaker-info li:hover span {
        color: #fff;
        opacity: 1; }

/* Speaker styles - END */
#footer {
  margin-top: 5rem;
  padding: 1rem;
  color: rgba(255, 255, 255, 0.35);
  text-align: left;
  background-color: rgba(27, 32, 58, 0.85);
  font-size: 0.875rem; }
  @media (max-width: 769px) {
    #footer {
      text-align: left; } }

.bio20-logo {
  display: block;
  max-width: 250px;
  margin-bottom: 2.5rem; }
  @media (max-width: 769px) {
    .bio20-logo {
      max-width: 230px;
      margin-bottom: 2rem; } }
  @media (max-width: 376px) {
    .bio20-logo {
      max-width: 220px; } }

#panelists {
  background-color: rgba(27, 32, 58, 0.75);
  padding: 4rem 1rem; }
  @media (max-width: 769px) {
    #panelists {
      padding: 4rem 0; } }

.card-img {
  max-width: 165px;
  border-radius: 0.5rem;
  padding-bottom: 0; }

.panelist-info {
  padding: 0 1rem;
  margin-bottom: 2rem; }
  @media (max-width: 769px) {
    .panelist-info {
      margin-bottom: 2rem;
      /* padding: 0.5rem */ } }
  .panelist-info h4 {
    font-size: 1.25rem;
    letter-spacing: 0.0675rem;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0.25rem;
    margin: 0; }
    @media (max-width: 769px) {
      .panelist-info h4 {
        font-size: 1.375rem; } }
    .panelist-info h4 span {
      display: block;
      font-size: 0.875rem;
      text-transform: uppercase;
      margin-top: 0.25rem; }
      @media (max-width: 769px) {
        .panelist-info h4 span {
          display: block;
          margin-top: 0.25rem; } }
  .panelist-info h5 {
    font-size: 1rem;
    margin-bottom: 0.375rem; }
    @media (max-width: 769px) {
      .panelist-info h5 {
        font-size: 1.0625rem; } }
  .panelist-info h6 {
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.0625rem; }
    @media (max-width: 769px) {
      .panelist-info h6 {
        font-size: 1.0625rem; } }
  .panelist-info .panelist-name {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.5s, opacity 0.5s linear;
    -o-transition: visibility 0.5s, opacity 0.5s linear;
    transition: visibility 0.5s, opacity 0.5s linear;
    background-color: rgba(27, 32, 58, 0.8);
    color: #fff;
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    left: 1rem;
    padding: 1.25rem;
    border-left: 0.625rem solid #0CB0FA;
    border-radius: 0.5rem; }
    .panelist-info:hover .panelist-name {
      visibility: visible;
      opacity: 1; }

.panelist-row {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media (max-width: 769px) {
    .panelist-row {
      margin: 2rem 0; } }

.section-title {
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  padding-bottom: 3rem; }
  @media (max-width: 769px) {
    .section-title {
      text-align: center;
      padding-left: 1rem;
      padding-right: 1rem; } }

.panel-image {
  background: url("../img/panel1-img.jpg") center no-repeat;
  background-size: cover;
  background-color: #0CB0FA; }

#previous-events {
  padding: 4rem 1rem; }
  #previous-events .section-title {
    text-align: center; }
  @media (max-width: 769px) {
    #previous-events {
      padding: 4rem 1rem; } }
  #previous-events .p-events-container {
    max-width: 1800px;
    margin: auto; }
    @media (max-width: 769px) {
      #previous-events .previous-event {
        padding: 0;
        margin-bottom: 1.5rem; } }
    #previous-events .previous-event .p-event-box {
      padding: 1rem 1.5rem;
      background-color: rgba(0, 0, 0, 0.35);
      border-bottom-left-radius: 0.5rem;
      border-bottom-right-radius: 0.5rem; }
      @media (max-width: 769px) {
        #previous-events .previous-event .p-event-box {
          padding: 1rem; } }
    #previous-events .previous-event h5 {
      display: inline-block;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Concourse T3", sans-serif;
      letter-spacing: 0.05rem;
      font-size: 1.125rem;
      line-height: 1.75rem; }
      @media (max-width: 769px) {
        #previous-events .previous-event h5 {
          font-size: 1.125rem; } }

.carousel-indicators {
  margin-right: 0;
  margin-left: 0;
  /* background-color: rgba($dark,0.65) */
  margin-bottom: 0;
  padding: 1rem 0; }
  .carousel-indicators li {
    border-top: none;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 1rem;
    border-bottom: none;
    margin-left: 0.3725rem;
    margin-right: 0.3725rem; }

.carousel-inner {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem; }

[data-toggle=collapse] {
  cursor: pointer; }

.single-panelist {
  margin-bottom: 3rem;
  color: #fff; }
  .single-panelist .col-5 {
    padding-right: 0.25rem; }
  .single-panelist h4 {
    font-size: 1.625rem;
    letter-spacing: 0.125rem;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase; }
    @media (max-width: 769px) {
      .single-panelist h4 {
        font-size: 1.375rem;
        margin-bottom: 0.25rem; } }
  .single-panelist h5 {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.5); }
    @media (max-width: 769px) {
      .single-panelist h5 {
        font-size: 1rem;
        margin-bottom: 0.25rem; } }
  .single-panelist h6 {
    font-size: 1rem;
    line-height: 1.35rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.0625rem; }
    @media (max-width: 769px) {
      .single-panelist h6 {
        font-size: 1rem; } }
  .single-panelist p {
    font-size: 1.125rem;
    line-height: 1.35; }
  .single-panelist .btn {
    font-size: 0.8125rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    margin-top: 0.5rem; }
    @media (max-width: 376px) {
      .single-panelist .btn {
        position: relative; } }
  .single-panelist .bio {
    margin-top: 1rem;
    color: #1B203A;
    padding: 2rem 1.5rem;
    background-color: #4ac7ff;
    border-radius: 0.375rem;
    border: 1px solid rgba(255, 255, 255, 0.25); }
  @media (max-width: 769px) {
    .panelists-container {
      padding: 0; } }

.btn {
  font-family: "Concourse T3", sans-serif;
  padding: 0.625rem 1.25rem;
  border-radius: 0.375rem;
  border: 2px solid rgba(12, 176, 250, 0.35);
  background: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.075rem;
  font-weight: 700;
  color: #fff; }
  .btn:hover {
    border: 2px solid #0CB0FA;
    background-color: #0CB0FA;
    color: #1B203A !important; }
  @media (max-width: 769px) {
    .btn {
      padding: 1rem 1rem;
      font-size: 0.75rem; } }

.sponsor-conteiner {
  text-align: center;
  margin: 1.75rem 0; }
  .sponsor-conteiner .btn {
    padding: 1.25rem 0;
    font-size: 1.125rem;
    color: #fff;
    border: 2px solid #0CB0FA;
    background-color: rgba(12, 176, 250, 0.05); }
    .sponsor-conteiner .btn:hover {
      background-color: #0CB0FA; }
  .sponsor-conteiner h6 {
    display: inline-block; }
  .sponsor-conteiner img {
    max-height: 64px;
    margin: 0 0.5rem; }
  @media (max-width: 769px) {
    .sponsor-conteiner {
      margin: 0 0 1.5rem;
      text-align: center; } }
