@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600,700");
body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  font-size: 1.0625rem;
  background-color: #f7f7f7;
  background-image: url(../img/header-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  @media (max-width: 768px) {
    body {
      background-position: center top; } }

a, a:visited, a:active {
  color: #a9813d;
  text-decoration: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  a:hover, a:visited:hover, a:active:hover {
    text-decoration: underline;
    color: #a9813d; }

span.local-time {
  display: none; }

@-webkit-keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(2rem);
            transform: translatey(2rem); }
  80% {
    -webkit-transform: translatey(-1rem);
            transform: translatey(-1rem); }
  100% {
    opacity: 100%;
    -webkit-transform: translate(0);
            transform: translate(0); } }

@keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(2rem);
            transform: translatey(2rem); }
  80% {
    -webkit-transform: translatey(-1rem);
            transform: translatey(-1rem); }
  100% {
    opacity: 100%;
    -webkit-transform: translate(0);
            transform: translate(0); } }
  .btn:link, .btn:visited, .btn {
    background-color: #a9813d;
    color: #fff;
    padding: .8625rem 2rem;
    border-radius: .375rem;
    margin: 1.5rem 0 0 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .75px; }
  .btn:hover {
    -webkit-box-shadow: 0.25rem 0 1rem rgba(169, 129, 61, 0.15);
            box-shadow: 0.25rem 0 1rem rgba(169, 129, 61, 0.15);
    background-color: #fff;
    color: #a9813d;
    border: 1px solid rgba(0, 0, 0, 0.2); }
  .btn:active {
    background-color: #a9813d;
    color: #fff;
    -webkit-box-shadow: 0 0.2rem 0.5rem rgba(169, 129, 61, 0.2);
            box-shadow: 0 0.2rem 0.5rem rgba(169, 129, 61, 0.2); }
  .btn#updates_form_disabled {
    opacity: 1;
    background-color: #f7f7f7;
    border: 1px solid #ced4da; }
  .btn:disabled, .btn[disabled] {
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.5) !important; }
  .modal-reg .modal-body {
    position: relative; }
    .modal-reg .modal-body .close {
      position: absolute;
      right: -37px;
      top: 0;
      z-index: 999;
      font-size: 2rem;
      font-weight: normal;
      color: #fff;
      background-color: #a9813d;
      opacity: 1;
      padding: 0 .625rem .25rem; }
      @media (max-width: 768px) {
        .modal-reg .modal-body .close {
          right: 0;
          top: 0;
          padding: .25rem .825rem .375rem; } }
  .modal-reg .modal-dialog {
    max-width: 720px;
    font-family: "Roboto", sans-serif;
    color: #1d1d1d;
    text-align: center; }
    @media (max-width: 768px) {
      .modal-reg .modal-dialog {
        min-width: 200px; } }
    .modal-reg .modal-dialog .modal-content {
      border: none;
      background-color: #f7f7f7;
      background-image: url(../img/header-bg.jpg);
      background-repeat: repeat;
      background-attachment: fixed;
      border-radius: 0; }
    .modal-reg .modal-dialog .modal-container {
      padding: 1rem 2rem .5rem; }
      @media (max-width: 768px) {
        .modal-reg .modal-dialog .modal-container {
          padding: .75rem 1.375rem 0; } }
    .modal-reg .modal-dialog .logo-modal {
      width: 28rem;
      margin: 1.75rem 0 .75rem; }
    .modal-reg .modal-dialog h4 {
      color: #1d1d1d;
      text-transform: uppercase;
      letter-spacing: .5px;
      font-weight: 700;
      margin: 1.5rem 0 2rem;
      color: #a9813d; }
      .modal-reg .modal-dialog h4 span {
        color: #888b8c;
        text-transform: none;
        font-style: italic;
        font-weight: 200;
        letter-spacing: 0; }
    .modal-reg .modal-dialog h5, .modal-reg .modal-dialog h6 {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 1rem;
      color: #a9813d;
      margin-top: 2rem;
      margin-bottom: .75rem;
      letter-spacing: .25px; }
    .modal-reg .modal-dialog h6 {
      color: #C22303; }
    .modal-reg .modal-dialog .divider {
      width: 12rem;
      padding: auto;
      margin: auto;
      margin-top: 2rem;
      margin-bottom: 2rem;
      height: 0;
      border-bottom: 2px solid rgba(29, 29, 29, 0.25);
      text-align: center; }
    .modal-reg .modal-dialog p {
      text-align: center;
      margin-bottom: .5rem;
      font-weight: 500;
      color: rgba(29, 29, 29, 0.75);
      font-size: 1.125rem; }
      .modal-reg .modal-dialog p.fail {
        color: rgba(194, 35, 3, 0.5); }
    .modal-reg .modal-dialog p.disclaimer {
      font-size: 0.875rem;
      margin-top: 2rem;
      color: #888b8c;
      font-weight: 400; }
    @media (max-width: 768px) {
      .modal-reg .modal-dialog .logo-modal {
        width: 18rem;
        margin: 1.75rem 0 .75rem; }
      .modal-reg .modal-dialog p {
        font-size: 1rem;
        margin-bottom: 1rem; } }
  @media (max-width: 768px) {
    .modal-reg {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important; } }
  #panel-video .modal-dialog {
    max-width: 1080px;
    margin: auto; }
    @media (max-width: 768px) {
      #panel-video .modal-dialog {
        padding: 0 .5rem; } }
  #panel-video .modal-content {
    background-color: transparent;
    border: none; }
  #panel-video .modal-body {
    position: relative;
    padding: 0px; }
  #panel-video .close {
    position: absolute;
    right: -15px;
    top: 0;
    z-index: 999;
    font-size: 2.25rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    #panel-video .close:hover {
      -webkit-transform: scale(1.4, 1.4);
          -ms-transform: scale(1.4, 1.4);
              transform: scale(1.4, 1.4);
      color: #fff;
      opacity: 1;
      text-shadow: none; }
    @media (max-width: 768px) {
      #panel-video .close {
        right: 2px;
        top: -42px;
        font-size: 2.5rem; } }

#sponsors {
  background-color: #fff;
  padding: 1rem 0; }

.sponsors {
  margin: 1.25rem 0 2.25rem; }
  .sponsors span {
    display: block;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: .5px;
    color: #888b8c;
    margin-bottom: .5rem; }
  .sponsors span.mob-1 {
    display: none; }
  .sponsors__box {
    display: inline-block;
    margin: .25rem 0 0; }
    .sponsors__box img {
      max-height: 50px; }
      .sponsors__box img.pwc {
        max-height: 60px; }
    .sponsors__box:not(:last-child) {
      margin-right: .75rem; }
      @media (max-width: 768px) {
        .sponsors__box:not(:last-child) {
          margin-right: 0; } }
    .sponsors__box.sponsors__box--featured {
      border-right: 2px solid rgba(0, 0, 0, 0.15);
      padding-right: 3rem;
      margin-right: 2rem; }
    .sponsors__box a, .sponsors__box a:active, .sponsors__box a:visited {
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
      opacity: .55;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .sponsors__box a:hover, .sponsors__box a:active:hover, .sponsors__box a:visited:hover {
        opacity: 1;
        -webkit-filter: grayscale(0);
                filter: grayscale(0); }
  @media (max-width: 768px) {
    .sponsors {
      margin: .5rem 0 2rem; }
      .sponsors .sponsors__box--featured {
        border-right: none;
        padding-right: 0;
        margin-right: 0; }
      .sponsors span {
        text-align: center; }
      .sponsors span.mob-1 {
        display: block;
        width: 100%;
        margin-top: 1rem; }
      .sponsors span.mob-2 {
        display: none; }
      .sponsors__box {
        padding: 0;
        margin-top: 1rem;
        display: inline-block;
        width: 50%;
        text-align: center;
        margin-bottom: 1rem; }
        .sponsors__box img {
          max-height: 48px;
          margin-top: .5rem; }
        .sponsors__box--featured img {
          max-height: 56px; } }

.header {
  color: #555659;
  padding-top: 13rem;
  padding-bottom: 4rem; }
  @media (max-width: 576px) {
    .header {
      height: auto;
      padding: 9.5rem 0 3rem; } }
    .header__title p {
      line-height: 1.6;
      margin-bottom: 1.25rem; }
    .header__title img {
      max-width: 440px;
      margin-bottom: 1rem; }
    .header__title img.logo-mob {
      display: none; }
    .header__title h4 {
      color: #a9813d;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 700;
      margin: 1.5rem 0; }
      .header__title h4 span {
        color: #888b8c;
        text-transform: none;
        font-style: italic;
        font-weight: 200;
        letter-spacing: 0; }
    @media (max-width: 768px) {
      .header__title {
        text-align: center; }
        .header__title img.logo-1 {
          display: none; }
        .header__title img.logo-mob {
          display: block;
          margin: 0 1.25rem 3rem; } }
  .header__disclaimer {
    padding: 0; }
    .header__disclaimer p {
      margin-top: 3rem;
      padding-top: 1rem;
      border-top: 1px dotted rgba(0, 0, 0, 0.25);
      font-size: .875rem;
      color: #888b8c; }
      @media (max-width: 768px) {
        .header__disclaimer p {
          text-align: center; } }
  .header .topics {
    text-align: left; }
    .header .topics__header {
      text-transform: uppercase;
      font-size: 1.125rem;
      font-weight: 700;
      padding: 1.125rem 0 .9125rem 1.8625rem;
      letter-spacing: .5px;
      background-color: rgba(169, 129, 61, 0.09);
      color: #555659;
      border-bottom: none; }
      @media (max-width: 768px) {
        .header .topics__header {
          font-size: 1.3125rem;
          padding: 1.5rem 0 1.125rem 1.5rem; } }
    .header .topics__body {
      padding: .25rem 1.75rem .5rem; }
      .header .topics__body .topics__body--day {
        text-align: left;
        font-weight: 500;
        margin: 0;
        padding: .75rem 0;
        line-height: 1.4; }
      .header .topics__body .topics__body--single {
        margin-bottom: .75rem;
        cursor: pointer;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        .header .topics__body .topics__body--single:not(:last-child) {
          border-bottom: 1px dotted #888b8c;
          padding-bottom: .5rem; }
        .header .topics__body .topics__body--single:last-child {
          margin-bottom: 0; }
        .header .topics__body .topics__body--single:hover {
          color: #a9813d;
          padding-left: .5rem; }
      .header .topics__body .topics__body--time {
        display: block;
        margin-top: .125rem;
        font-size: .9625rem;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.35);
        line-height: 1.6; }
      @media (max-width: 768px) {
        .header .topics__body {
          padding: 1rem 1.5rem; }
          .header .topics__body h5 {
            padding-top: 1rem; } }

.register-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.7); }

.registration_form {
  border-radius: 12px;
  padding: 2rem 0;
  text-align: center; }
  .registration_form__section-title {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 2.125rem;
    line-height: 1.1;
    text-transform: uppercase;
    padding-bottom: 3rem;
    letter-spacing: .5px;
    color: #1d1d1d; }
  .registration_form textarea {
    text-align: left;
    background-color: rgba(29, 29, 29, 0.025);
    border-radius: 4px;
    padding: 0 1rem; }
    .registration_form textarea:focus {
      border-color: #a9813d;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(169, 129, 61, 0.5);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(169, 129, 61, 0.5); }
  .registration_form input, .registration_form select {
    text-align: left;
    background-color: rgba(29, 29, 29, 0.025);
    height: 3rem;
    border-radius: 4px;
    padding: 0 1rem; }
    .registration_form input:focus, .registration_form select:focus {
      border-color: #a9813d;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(169, 129, 61, 0.5);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(169, 129, 61, 0.5); }
  @media (max-width: 576px) {
    .registration_form {
      padding: 0; } }
  .registration_form label {
    float: left;
    font-size: 1rem;
    color: rgba(29, 29, 29, 0.7);
    margin-bottom: 0.25rem; }
  .registration_form textarea {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .registration_form__disclaimer {
    font-size: 0.875rem;
    margin-top: 2.5rem;
    color: #888b8c; }
    .registration_form__disclaimer p {
      margin-bottom: 0.25rem; }
  .registration_form button.btn {
    padding: 1rem 4rem;
    min-width: 320px; }
    .registration_form button.btn:disabled {
      background-color: #fff;
      color: #a9813d; }
      .registration_form button.btn:disabled:hover {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        -webkit-box-shadow: none;
                box-shadow: none; }

.signup_form {
  border-radius: 12px;
  padding: 0 .375rem 1rem;
  text-align: center; }
    .signup_form .form-row [class^='col-'] {
      padding: 0; }
  .signup_form h6 {
    font-size: 1rem;
    text-transform: uppercase;
    padding-bottom: 1.25rem;
    letter-spacing: 0;
    font-weight: 600;
    letter-spacing: .5px;
    color: #353639; }
  .signup_form input, .signup_form select {
    text-align: left;
    background-color: rgba(29, 29, 29, 0.025);
    height: 3rem;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 0 1rem; }
    .signup_form input:focus, .signup_form select:focus {
      border-color: #a9813d;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(169, 129, 61, 0.5);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(169, 129, 61, 0.5); }
  @media (max-width: 576px) {
    .signup_form {
      padding: 0; } }
  .signup_form label {
    float: left;
    font-size: 1rem;
    color: rgba(29, 29, 29, 0.7);
    margin-bottom: 0.25rem; }
  .signup_form button {
    padding: .5rem .25rem;
    color: #fff;
    width: 100%;
    height: 3rem;
    margin: 0;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    @media (max-width: 576px) {
      .signup_form button {
        margin: 1rem 0; } }
    .signup_form button:disabled {
      background-color: #fff;
      color: #a9813d; }
      .signup_form button:disabled:hover {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        -webkit-box-shadow: none;
                box-shadow: none; }

.reg-choices {
  margin-top: 2.5rem;
  text-align: left; }
  .reg-choices h5 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.375rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 1rem; }
  .reg-choices-card {
    background-color: #fff;
    padding: 1rem 1.5rem .5rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    margin-bottom: 2rem; }
  .reg-choices .custom-control, .reg-choices .custom-switch {
    display: inline-block;
    width: 100%;
    padding-bottom: .5rem;
    padding-top: .6125rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    .reg-choices .custom-control:last-child, .reg-choices .custom-switch:last-child {
      border-bottom: none;
      padding-bottom: 0; }
    .reg-choices .custom-control .custom-control-label, .reg-choices .custom-switch .custom-control-label {
      display: block;
      padding-left: .5rem;
      font-weight: 700;
      line-height: 1.4;
      text-transform: uppercase; }
      .reg-choices .custom-control .custom-control-label-time, .reg-choices .custom-switch .custom-control-label-time {
        display: block;
        font-weight: 400;
        margin-top: .125rem;
        color: rgba(0, 0, 0, 0.5);
        text-transform: none;
        line-height: 1.5; }
    .reg-choices .custom-control .custom-control-input, .reg-choices .custom-switch .custom-control-input {
      width: 20rem !important;
      height: 100px; }

.ui_loader_spinner {
  display: inline-block;
  position: relative;
  width: 34px;
  height: 1rem;
  margin-left: 0rem; }

.ui_loader_spinner div {
  display: inline-block;
  position: absolute;
  left: 2px;
  width: 8px;
  -webkit-animation: ui_loader_spinner_anim 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
          animation: ui_loader_spinner_anim 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  background-color: #a9813d; }

.ui_loader_spinner div:nth-child(1) {
  left: 2px;
  -webkit-animation-delay: -0.24s;
          animation-delay: -0.24s; }

.ui_loader_spinner div:nth-child(2) {
  left: 14px;
  -webkit-animation-delay: -0.12s;
          animation-delay: -0.12s; }

.ui_loader_spinner div:nth-child(3) {
  left: 26px;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

@-webkit-keyframes ui_loader_spinner_anim {
  0% {
    top: 0px;
    height: 20px; }
  50%, 100% {
    top: 7px;
    height: 8px; } }

@keyframes ui_loader_spinner_anim {
  0% {
    top: 0px;
    height: 20px; }
  50%, 100% {
    top: 7px;
    height: 8px; } }

.header {
  color: #555659;
  padding-top: 13rem;
  padding-bottom: 4rem; }
  @media (max-width: 576px) {
    .header {
      height: auto;
      padding: 9.5rem 0 3rem; } }
    .header__title p {
      line-height: 1.6;
      margin-bottom: 1.25rem; }
    .header__title img {
      max-width: 440px;
      margin-bottom: 1rem; }
    .header__title img.logo-mob {
      display: none; }
    .header__title h4 {
      color: #a9813d;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 700;
      margin: 1.5rem 0; }
      .header__title h4 span {
        color: #888b8c;
        text-transform: none;
        font-style: italic;
        font-weight: 200;
        letter-spacing: 0; }
    @media (max-width: 768px) {
      .header__title {
        text-align: center; }
        .header__title img.logo-1 {
          display: none; }
        .header__title img.logo-mob {
          display: block;
          margin: 0 1.25rem 3rem; } }
  .header__disclaimer {
    padding: 0; }
    .header__disclaimer p {
      margin-top: 3rem;
      padding-top: 1rem;
      border-top: 1px dotted rgba(0, 0, 0, 0.25);
      font-size: .875rem;
      color: #888b8c; }
      @media (max-width: 768px) {
        .header__disclaimer p {
          text-align: center; } }
  .header .topics {
    text-align: left; }
    .header .topics__header {
      text-transform: uppercase;
      font-size: 1.125rem;
      font-weight: 700;
      padding: 1.125rem 0 .9125rem 1.8625rem;
      letter-spacing: .5px;
      background-color: rgba(169, 129, 61, 0.09);
      color: #555659;
      border-bottom: none; }
      @media (max-width: 768px) {
        .header .topics__header {
          font-size: 1.3125rem;
          padding: 1.5rem 0 1.125rem 1.5rem; } }
    .header .topics__body {
      padding: .25rem 1.75rem .5rem; }
      .header .topics__body .topics__body--day {
        text-align: left;
        font-weight: 500;
        margin: 0;
        padding: .75rem 0;
        line-height: 1.4; }
      .header .topics__body .topics__body--single {
        margin-bottom: .75rem;
        cursor: pointer;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        .header .topics__body .topics__body--single:not(:last-child) {
          border-bottom: 1px dotted #888b8c;
          padding-bottom: .5rem; }
        .header .topics__body .topics__body--single:last-child {
          margin-bottom: 0; }
        .header .topics__body .topics__body--single:hover {
          color: #a9813d;
          padding-left: .5rem; }
      .header .topics__body .topics__body--time {
        display: block;
        margin-top: .125rem;
        font-size: .9625rem;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.35);
        line-height: 1.6; }
      @media (max-width: 768px) {
        .header .topics__body {
          padding: 1rem 1.5rem; }
          .header .topics__body h5 {
            padding-top: 1rem; } }

.panel__cont {
  background-color: #fff;
  border-radius: .5rem;
  margin-top: 2rem;
  -webkit-box-shadow: 0 0 0.35rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0.35rem rgba(0, 0, 0, 0.05); }
  .panel__cont--header--row {
    border-bottom: 4px solid #a9813d;
    padding-bottom: 1.25rem;
    margin-left: 0;
    margin-right: 0;
    min-height: 80px;
    margin-bottom: 2rem;
    color: rgba(0, 0, 0, 0.35);
    font-size: 1.0625rem;
    font-weight: 400; }
    .panel__cont--header--row img {
      max-width: 160px; }
    .panel__cont--header--row .time {
      text-align: right; }
    .panel__cont--header--row .sponsored-by {
      font-weight: 400;
      text-transform: uppercase;
      font-size: .9375rem;
      letter-spacing: .5px; }
    @media (max-width: 768px) {
      .panel__cont--header--row .time {
        text-align: left; } }
  .panel__cont--left, .panel__cont--right {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2.5rem;
    padding-bottom: 3rem; }
    .panel__cont--left p, .panel__cont--right p {
      color: #555659; }
    @media (max-width: 768px) {
      .panel__cont--left, .panel__cont--right {
        padding: 3rem 2rem; } }
  .panel__cont--right {
    background-color: rgba(0, 0, 0, 0.03); }
  .panel__cont h2 {
    font-size: 2rem;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    padding-bottom: 1rem;
    padding-top: .5rem; }
  .panel__cont h6 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0; }
    .panel__cont .panelists__row .single-panelist {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .panel__cont .panelists__row .single-panelist:not(:last-child) {
        margin-bottom: .875rem;
        border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
        padding-bottom: .875rem; }
      .panel__cont .panelists__row .single-panelist--info {
        padding-left: 1.25rem;
        padding-right: 0; }
      .panel__cont .panelists__row .single-panelist--name {
        font-size: 1.125rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .5px; }
      .panel__cont .panelists__row .single-panelist--position {
        font-size: .9375rem;
        color: #888b8c;
        font-weight: 400;
        letter-spacing: .25px;
        line-height: 1.4; }
      .panel__cont .panelists__row .single-panelist--company {
        font-size: .9375rem;
        font-weight: 700;
        letter-spacing: .25px; }
      .panel__cont .panelists__row .single-panelist img {
        border-radius: 4px;
        max-height: 180px; }

#day-1 {
  background-color: rgba(0, 104, 170, 0.025); }
  #day-1 .panel__cont--header--row {
    border-bottom-color: #0068AA; }
    #day-1 .panel__cont--header--row h6 {
      color: #0068AA; }
    #day-1 .btn:link, #day-1 .btn:visited, #day-1 .btn:active, #day-1 .btn {
      background-color: #0068AA; }
    #day-1 .btn:hover {
      -webkit-box-shadow: 0.25rem 0 1rem rgba(0, 104, 170, 0.15);
              box-shadow: 0.25rem 0 1rem rgba(0, 104, 170, 0.15);
      color: #0068AA;
      background-color: #fff; }

#day-2 {
  background-color: rgba(194, 35, 3, 0.025); }
  #day-2 .panel__cont--header--row {
    border-bottom-color: #C22303; }
    #day-2 .panel__cont--header--row h6 {
      color: #C22303; }
    #day-2 .btn:link, #day-2 .btn:visited, #day-2 .btn:active, #day-2 .btn {
      background-color: #C22303; }
    #day-2 .btn:hover {
      -webkit-box-shadow: 0.25rem 0 1rem rgba(194, 35, 3, 0.15);
              box-shadow: 0.25rem 0 1rem rgba(194, 35, 3, 0.15);
      color: #C22303;
      background-color: #fff; }

#day-3 {
  background-color: rgba(163, 57, 98, 0.05); }
  #day-3 .panel__cont--header--row {
    border-bottom-color: #A33962; }
    #day-3 .panel__cont--header--row h6 {
      color: #A33962; }
    #day-3 .btn:link, #day-3 .btn:visited, #day-3 .btn:active, #day-3 .btn {
      background-color: #A33962; }
    #day-3 .btn:hover {
      -webkit-box-shadow: 0.25rem 0 1rem rgba(163, 57, 98, 0.15);
              box-shadow: 0.25rem 0 1rem rgba(163, 57, 98, 0.15);
      color: #A33962;
      background-color: #fff; }
  #panel-3 .panel__cont--right {
    padding-top: 1.5rem; }
    #panel-3 .panel__cont--header--row img {
      max-width: 96px; }

#day-1, #day-2, #day-3 {
  padding-top: 2rem;
  padding-bottom: 4rem; }
  #day-1 .btn, #day-2 .btn, #day-3 .btn {
    padding: 0.875rem 3.5rem; }

.navbar-brand {
  margin-right: 2rem;
  padding: 0;
  cursor: pointer; }
  .navbar-brand img {
    width: 200px;
    opacity: .85;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .navbar-brand img:hover {
      opacity: 1;
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }
  @media (max-width: 576px) {
    .navbar-brand {
      padding: 0 .5rem; }
      .navbar-brand img {
        width: 13rem; } }

.navbar {
  background: #fff;
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%; }
    .navbar .nav.menu-nav {
      width: 100%;
      padding-top: 1rem;
      padding-bottom: 1rem; }
    .navbar .nav .nav-item {
      margin-right: 2rem; }
      .navbar .nav .nav-item .nav-link {
        font-family: "Roboto", sans-serif;
        font-size: 1rem;
        color: #1d1d1d;
        opacity: .75;
        text-transform: uppercase;
        font-weight: 500;
        cursor: pointer;
        display: inline-block;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s; }
        .navbar .nav .nav-item .nav-link:after {
          display: none; }
        .navbar .nav .nav-item:hover .nav-link, .navbar .nav .nav-item.active .nav-link {
          color: #a9813d;
          opacity: 1; }
      .navbar .nav .nav-item:last-child {
        margin-right: 0px; }

.navbar-toggler {
  border: none;
  border-radius: 0px;
  padding: 0px;
  cursor: pointer;
  margin-top: 27px;
  margin-bottom: 23px; }

.navbar-toggler[aria-expanded="false"] span:nth-child(2) {
  opacity: 1; }

.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  opacity: 0; }

.navbar-toggler[aria-expanded="true"] span:first-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: 7.5px; }

.navbar-toggler[aria-expanded="true"] span:last-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 6px;
  position: relative; }

.navbar-toggler span {
  display: block;
  width: 25px;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  margin: auto;
  margin-bottom: 4px;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  cursor: pointer; }
