@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.125rem;
  background-color: #272A31;
  background-image: url(../img/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: #14ade4;
  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: #14ade4; }

span.local-time {
  display: none; }

img {
  font-size: 0.875rem; }

@-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: -webkit-gradient(linear, right top, left top, from(#14ade4), to(#01589f));
    background: -webkit-linear-gradient(right, #14ade4, #01589f);
    background: -o-linear-gradient(right, #14ade4, #01589f);
    background: linear-gradient(-90deg, #14ade4, #01589f);
    color: #fff;
    padding: .8625rem 2rem;
    border-radius: .375rem;
    /* margin: 1rem 0 0 0 */
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .75px;
    border: none; }
  .btn:hover {
    -webkit-box-shadow: 0.25rem 0 1rem rgba(20, 173, 228, 0.15);
            box-shadow: 0.25rem 0 1rem rgba(20, 173, 228, 0.15);
    background: #fff;
    color: #01589f; }
  .btn:active {
    background-color: #14ade4;
    color: #fff;
    -webkit-box-shadow: 0 0.2rem 0.5rem rgba(20, 173, 228, 0.2);
            box-shadow: 0 0.2rem 0.5rem rgba(20, 173, 228, 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; }
  @media (max-width: 768px) {
    .btn {
      width: 100%; } }
  .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: #14ade4;
      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: 24rem;
      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: #14ade4; }
      .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: #14ade4;
      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: 8rem;
  padding-bottom: 4rem; }
  @media (max-width: 576px) {
    .header {
      height: auto;
      padding: 3rem 0 3rem; } }
  .header__title {
    color: #fff;
    margin-bottom: 8rem; }
    .header__title h1 {
      font-size: 3.25rem;
      font-weight: 900; }
    .header__title p {
      line-height: 1.6;
      margin-bottom: 3rem;
      color: rgba(255, 255, 255, 0.75); }
    .header__title img {
      max-width: 440px;
      margin-bottom: 1rem; }
    .header__title img.logo-mob {
      display: none; }
    .header__title h4 {
      color: #14ade4;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 700;
      margin: 2rem 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 {
        margin-bottom: 3rem;
        text-align: center; }
        .header__title h1 {
          font-size: 2.75rem; }
        .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 .program {
    border: none;
    text-align: left;
    margin-top: 2rem; }
    .header .program__header {
      font-size: 1.25rem;
      font-weight: 700;
      padding: 1rem 1.3625rem;
      background: -webkit-gradient(linear, right top, left top, from(#14ade4), to(#01589f));
      background: -webkit-linear-gradient(right, #14ade4, #01589f);
      background: -o-linear-gradient(right, #14ade4, #01589f);
      background: linear-gradient(-90deg, #14ade4, #01589f);
      color: #fff;
      border-bottom: none; }
      @media (max-width: 768px) {
        .header .program__header {
          font-size: 1.3125rem;
          padding: 1.25rem 1.5rem 1.125rem 1.5rem; } }
      .header .program__header span {
        margin: auto;
        margin-right: 0;
        text-align: right;
        float: right; }
    .header .program__body {
      padding: .25rem 1.3625rem .5rem; }
      .header .program__body .program__body--day {
        text-align: left;
        font-weight: 500;
        margin: 0;
        padding: .75rem 0;
        line-height: 1.4; }
      .header .program__body .program__body--single {
        margin-bottom: .75rem;
        cursor: pointer;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        .header .program__body .program__body--single:not(:last-child) {
          border-bottom: 1px dotted #888b8c;
          padding-bottom: .5rem; }
        .header .program__body .program__body--single:last-child {
          margin-bottom: 0; }
        .header .program__body .program__body--single:hover {
          color: #01589f; }
      .header .program__body .program__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 .program__body {
          padding: 1rem 1.5rem; }
          .header .program__body h5 {
            padding-top: 1rem; } }

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

.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: 1.8625rem;
    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: #14ade4;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(20, 173, 228, 0.5);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(20, 173, 228, 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: #14ade4;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(20, 173, 228, 0.5);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(20, 173, 228, 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: #14ade4; }
      .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: #14ade4;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(20, 173, 228, 0.5);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(20, 173, 228, 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: #14ade4; }
      .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;
    font-weight: 700;
    font-size: 1.3625rem;
    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); }
    @media (min-width: 768px) {
      .reg-choices .custom-control, .reg-choices .custom-switch {
        min-height: 112px; } }
    .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: 600;
      line-height: 1.3; }
      .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.4;
        margin-bottom: 4px; }
        .reg-choices .custom-control .custom-control-label-time:not(:first-child), .reg-choices .custom-switch .custom-control-label-time:not(:first-child) {
          border-top: 1px solid rgba(0, 0, 0, 0.15);
          margin-top: 1rem;
          padding-top: 1rem; }
    .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: #14ade4; }

.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: 8rem;
  padding-bottom: 4rem; }
  @media (max-width: 576px) {
    .header {
      height: auto;
      padding: 3rem 0 3rem; } }
  .header__title {
    color: #fff;
    margin-bottom: 8rem; }
    .header__title h1 {
      font-size: 3.25rem;
      font-weight: 900; }
    .header__title p {
      line-height: 1.6;
      margin-bottom: 3rem;
      color: rgba(255, 255, 255, 0.75); }
    .header__title img {
      max-width: 440px;
      margin-bottom: 1rem; }
    .header__title img.logo-mob {
      display: none; }
    .header__title h4 {
      color: #14ade4;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 700;
      margin: 2rem 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 {
        margin-bottom: 3rem;
        text-align: center; }
        .header__title h1 {
          font-size: 2.75rem; }
        .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 .program {
    border: none;
    text-align: left;
    margin-top: 2rem; }
    .header .program__header {
      font-size: 1.25rem;
      font-weight: 700;
      padding: 1rem 1.3625rem;
      background: -webkit-gradient(linear, right top, left top, from(#14ade4), to(#01589f));
      background: -webkit-linear-gradient(right, #14ade4, #01589f);
      background: -o-linear-gradient(right, #14ade4, #01589f);
      background: linear-gradient(-90deg, #14ade4, #01589f);
      color: #fff;
      border-bottom: none; }
      @media (max-width: 768px) {
        .header .program__header {
          font-size: 1.3125rem;
          padding: 1.25rem 1.5rem 1.125rem 1.5rem; } }
      .header .program__header span {
        margin: auto;
        margin-right: 0;
        text-align: right;
        float: right; }
    .header .program__body {
      padding: .25rem 1.3625rem .5rem; }
      .header .program__body .program__body--day {
        text-align: left;
        font-weight: 500;
        margin: 0;
        padding: .75rem 0;
        line-height: 1.4; }
      .header .program__body .program__body--single {
        margin-bottom: .75rem;
        cursor: pointer;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        .header .program__body .program__body--single:not(:last-child) {
          border-bottom: 1px dotted #888b8c;
          padding-bottom: .5rem; }
        .header .program__body .program__body--single:last-child {
          margin-bottom: 0; }
        .header .program__body .program__body--single:hover {
          color: #01589f; }
      .header .program__body .program__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 .program__body {
          padding: 1rem 1.5rem; }
          .header .program__body h5 {
            padding-top: 1rem; } }

.panel__cont {
  margin-top: 1rem; }
  .panel__cont .col-1 {
    -ms-flex: 0 0 10%;
    -webkit-box-flex: 0;
            flex: 0 0 10%;
    max-width: 10%;
    margin-top: 3rem; }
    @media (max-width: 768px) {
      .panel__cont .col-1 {
        -ms-flex: 0 0 12%;
        -webkit-box-flex: 0;
                flex: 0 0 12%;
        max-width: 12%;
        padding-right: 0;
        padding-left: 0; } }
  .panel__cont .col-11 {
    -ms-flex: 0 0 90%;
    -webkit-box-flex: 0;
            flex: 0 0 90%;
    max-width: 90%; }
    @media (max-width: 768px) {
      .panel__cont .col-11 {
        -ms-flex: 0 0 88%;
        -webkit-box-flex: 0;
                flex: 0 0 88%;
        max-width: 88%; } }
  .panel__cont--content {
    background-color: #fff;
    border-radius: .25rem;
    margin-top: 3rem; }
  .panel__cont--date {
    padding-left: 0; }
    .panel__cont--date--line {
      width: 4px;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.1);
      margin: auto;
      margin-top: -75px; }
      @media (max-width: 768px) {
        .panel__cont--date--line {
          margin-top: -56px; } }
    .panel__cont--date--box {
      background-color: #14ade4;
      background: -webkit-gradient(linear, right top, left top, from(#14ade4), to(#01589f));
      background: -webkit-linear-gradient(right, #14ade4, #01589f);
      background: -o-linear-gradient(right, #14ade4, #01589f);
      background: linear-gradient(-90deg, #14ade4, #01589f);
      color: #fff;
      text-align: center;
      border-radius: .25rem;
      padding: .75rem 0;
      line-height: 1;
      position: -webkit-sticky;
      position: sticky;
      top: 2rem; }
      .panel__cont--date--box::after {
        content: '';
        width: 0;
        height: 0;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-left: 14px solid #14ade4;
        position: absolute;
        right: -12px;
        top: 23px; }
      .panel__cont--date--box h5 {
        font-size: 2rem;
        line-height: 1;
        font-weight: 900;
        margin-bottom: .125rem; }
      @media (max-width: 768px) {
        .panel__cont--date--box {
          font-size: 12px;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .panel__cont--date--box h5 {
            font-size: 18px; }
          .panel__cont--date--box::after {
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 8px solid #14ade4;
            right: -8px;
            top: 18px; } }
  .panel__cont--header--row {
    padding: 1.25rem 2rem;
    margin-left: -33px;
    margin-right: -33px;
    color: #555659;
    font-size: 1.25rem;
    font-weight: 700;
    min-height: 76px;
    background-color: rgba(1, 88, 159, 0.04); }
    .panel__cont--header--row--time {
      padding-left: 2rem; }
      .panel__cont--header--row--time::before {
        content: url("../img/svg/time.svg");
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 2px;
        width: 24px;
        height: 24px; }
      .panel__cont--header--row--time span {
        font-weight: 400;
        padding-left: .25rem;
        font-size: 1rem;
        color: #888b8c; }
      @media (max-width: 768px) {
        .panel__cont--header--row--time span {
          display: block;
          padding-left: 0; } }
    .panel__cont--header--row img {
      max-width: 120px; }
    .panel__cont--header--row .time {
      text-align: right; }
    .panel__cont--header--row .sponsored-by {
      font-weight: 400;
      text-transform: uppercase;
      font-size: .75rem;
      letter-spacing: .5px; }
    @media (max-width: 768px) {
      .panel__cont--header--row .time {
        text-align: left; } }
  .panel__cont--footer {
    padding: 2rem 2rem; }
    .panel__cont--footer .sponsored-by {
      font-weight: 400;
      text-transform: uppercase;
      font-size: .75rem;
      letter-spacing: .5px; }
      .panel__cont--footer .sponsored-by img {
        margin-left: .5rem;
        max-height: 50px;
        max-width: 150px; }
    @media (max-width: 768px) {
      .panel__cont--footer {
        padding: 2rem 1rem;
        text-align: center; }
        .panel__cont--footer .sponsored-by {
          margin-top: 2rem; }
          .panel__cont--footer .sponsored-by img {
            display: block;
            margin: auto;
            margin-top: .5rem;
            max-width: 240px; } }
  .panel__cont--body, .panel__cont--panelists {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0;
    padding-bottom: 2rem; }
    .panel__cont--body p, .panel__cont--panelists p {
      color: #555659; }
    @media (max-width: 768px) {
      .panel__cont--body, .panel__cont--panelists {
        padding: 0 2rem; } }
  .panel__cont--panelists {
    background-color: rgba(1, 88, 159, 0.04);
    padding-top: 1rem; }
  .panel__cont h2 {
    font-size: 2rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    padding-bottom: 1rem;
    padding-top: 2.5rem;
    line-height: 1.3; }
    @media (max-width: 768px) {
      .panel__cont h2 {
        font-size: 1.625rem;
        line-height: 1.2; } }
  .panel__cont .panelists {
    margin-top: 1.5rem; }
    .panel__cont .panelists h4 {
      text-transform: uppercase;
      font-size: 1.125rem;
      font-weight: 700;
      letter-spacing: .5px;
      margin-bottom: 1.5rem;
      margin-top: 2rem;
      color: #1d1d1d; }
      .panel__cont .panelists h4 span {
        text-transform: none;
        font-size: 0.9375rem;
        font-weight: 500;
        font-style: italic;
        letter-spacing: 0;
        color: #888b8c; }
    .panel__cont .panelists__row .single-panelist {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      margin-bottom: .5rem;
      padding-bottom: .5rem; }
      .panel__cont .panelists__row .single-panelist--info {
        padding-left: 1rem;
        padding-right: 0; }
        @media (max-width: 768px) {
          .panel__cont .panelists__row .single-panelist--info {
            padding-left: 10px; } }
      .panel__cont .panelists__row .single-panelist--name {
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 1.25;
        margin-bottom: .1875rem; }
        .panel__cont .panelists__row .single-panelist--name span {
          font-size: .9375rem;
          line-height: 1.2;
          font-weight: 500;
          color: #888b8c;
          font-style: italic; }
      .panel__cont .panelists__row .single-panelist--label {
        font-size: .9375rem;
        line-height: 1.2;
        font-weight: 500;
        color: #888b8c;
        font-style: italic; }
      .panel__cont .panelists__row .single-panelist--position {
        font-size: .9375rem;
        color: #888b8c;
        font-weight: 500;
        line-height: 1.3;
        margin-bottom: .1875rem; }
      .panel__cont .panelists__row .single-panelist--company {
        font-size: .9375rem;
        font-weight: 700;
        color: #555659;
        line-height: 1.3; }
      .panel__cont .panelists__row .single-panelist img {
        border-radius: 4px;
        max-height: 90px;
        border: 1px solid rgba(0, 0, 0, 0.05); }
  #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-bottom: 5rem; }
  #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: 220px;
    opacity: .85;
    -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;
      margin: auto; }
      .navbar-brand img {
        width: 16rem; } }

.navbar {
  padding-top: 2rem;
  border: 0px;
  border-radius: 0px;
  width: 100%; }
    .navbar .nav.menu-nav {
      width: 100%;
      padding-top: 1rem;
      padding-bottom: 1rem; }
    .navbar .nav .btn {
      text-transform: none;
      letter-spacing: 0;
      font-weight: 500;
      padding: .625rem 2rem; }
    .navbar .nav .nav-item {
      margin-right: 2rem; }
      .navbar .nav .nav-item .nav-link {
        font-family: "Roboto", sans-serif;
        font-size: 1rem;
        color: #fff;
        opacity: .75;
        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: #14ade4;
          opacity: 1; }
      .navbar .nav .nav-item:last-child {
        margin-right: 0px; }
  @media (max-width: 576px) {
    .navbar .navbar-toggler {
      display: none; } }

.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(255, 255, 255, 0.75);
  margin: auto;
  margin-bottom: 4px;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  cursor: pointer; }

.social {
  position: fixed;
  right: 20px;
  bottom: 30px;
  letter-spacing: .5px;
  font-size: .5rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 100000;
  background-color: #01589f;
  border-top-left-radius: .75rem;
  border-bottom-left-radius: .75rem;
  border-radius: .75rem;
  padding: .75rem;
  line-height: 2; }
  .social a {
    display: block; }
  @media (max-width: 768px) {
    .social {
      text-align: center;
      padding-top: .875rem;
      bottom: 0;
      width: 100%;
      border-radius: 0;
      right: 0;
      font-size: 14px; }
      .social a {
        display: inline-block; } }
  .social img {
    width: 32px;
    height: 32px;
    margin-top: 8px;
    opacity: 0.7;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    @media (max-width: 768px) {
      .social img {
        margin-left: 12px;
        width: 38px;
        height: 38px;
        margin-top: 0; } }
  .social img:hover {
    opacity: 1; }
