@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
body {
  font-family: "Lato", sans-serif;
  background-color: #fff;
  font-size: 1.125rem;
  background-color: #fcfcfc; }
  @media (max-width: 768px) {
    body {
      background-position: center top; } }

.clip-path {
  background-color: #246542;
  background-image: -webkit-linear-gradient(180deg, #459d63 0%, #246542 100%);
  -webkit-background-clip: polygon(0 0, 100% 0, 100% calc(100% - 6rem), 0 100%);
  background-clip: polygon(0 0, 100% 0, 100% calc(100% - 6rem), 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6rem), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6rem), 0 100%); }
  @media (max-width: 576px) {
    .clip-path {
      -webkit-background-clip: polygon(0 0, 100% 0, 100% 65%, 0 100%);
      background-clip: polygon(0 0, 100% 0, 100% 65%, 0 100%);
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 65%, 0 100%);
              clip-path: polygon(0 0, 100% 0, 100% 65%, 0 100%); } }

.clip-path-section {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #246542;
  background-image: -webkit-linear-gradient(180deg, #459d63 0%, #246542 100%);
  -webkit-background-clip: polygon(0 calc(0% + 6rem), 100% 0, calc(100% - 6rem), 0 100%);
  background-clip: polygon(0 calc(0% + 6rem), 100% 0, calc(100% - 6rem), 0 100%);
  -webkit-clip-path: polygon(0 calc(0% + 6rem), 100% 0, 100% calc(100% - 6rem), 0 100%);
          clip-path: polygon(0 calc(0% + 6rem), 100% 0, 100% calc(100% - 6rem), 0 100%); }
  @media (max-width: 576px) {
    .clip-path-section {
      padding-top: 3rem;
      padding-bottom: 4rem;
      -webkit-background-clip: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
      background-clip: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
      -webkit-clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
              clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%); } }

a, a:visited, a:active {
  color: #459D63;
  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: #459D63; }

span.local-time {
  display: none; }

img {
  font-size: 0.875rem; }

.fixed-logo {
  position: fixed;
  pointer-events: none; }
  .fixed-logo--left {
    width: 850px;
    top: 60px;
    left: -450px;
    opacity: .04; }
  .fixed-logo--right {
    width: 20px;
    top: -300px;
    right: 450px;
    opacity: .04; }
  @media (max-width: 1600px) {
    .fixed-logo--left {
      top: 60px;
      left: -600px; }
    .fixed-logo--right {
      top: -300px;
      right: 250px; } }
  @media (max-width: 1280px) {
    .fixed-logo {
      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: -webkit-linear-gradient(-180deg, #459d63 0%, #246542 100%);
    background-color: #246542;
    color: #fff;
    padding: .8625rem 4rem;
    border-radius: 20rem;
    /* margin: 1rem 0 0 0 */
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .75px;
    border: none; }
  .btn:hover {
    -webkit-box-shadow: 0.25rem 0 1rem rgba(69, 157, 99, 0.15);
            box-shadow: 0.25rem 0 1rem rgba(69, 157, 99, 0.15);
    background: #459D63;
    color: #fff; }
  .btn:active {
    background-color: #459D63;
    color: #fff;
    -webkit-box-shadow: 0 0.2rem 0.5rem rgba(69, 157, 99, 0.2);
            box-shadow: 0 0.2rem 0.5rem rgba(69, 157, 99, 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: #fff; }
  @media (max-width: 768px) {
    .btn {
      width: 100%; } }
  .modal-reg .modal-body {
    position: relative; }
    .modal-reg .modal-body .close {
      position: absolute;
      right: -1px;
      top: -1px;
      z-index: 999;
      font-size: 2rem;
      font-weight: normal;
      color: #fff;
      background-color: #459D63;
      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: "Lato", sans-serif;
    color: #1d1d1d;
    text-align: center; }
    @media (max-width: 768px) {
      .modal-reg .modal-dialog {
        min-width: 200px;
        margin-bottom: 6rem; } }
    .modal-reg .modal-dialog .modal-content {
      border: 1px solid rgba(0, 0, 0, 0.1);
      background-color: #fff;
      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 1rem 0; } }
    .modal-reg .modal-dialog .logo-modal {
      width: 16rem;
      margin: 1.5rem 0 0; }
    .modal-reg .modal-dialog h2 {
      font-size: 2rem;
      font-weight: 900;
      margin-top: 2rem; }
    .modal-reg .modal-dialog h4 {
      color: #1d1d1d;
      font-size: 1.375rem;
      font-weight: 700;
      margin: 1.5rem 0 2rem;
      color: #459D63; }
      .modal-reg .modal-dialog h4 span {
        display: block;
        color: #888b8c;
        text-transform: none;
        font-style: italic;
        font-weight: 400;
        font-size: 1.1875rem;
        margin-top: .375rem; }
    .modal-reg .modal-dialog h5, .modal-reg .modal-dialog h6 {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 1rem;
      color: #459D63;
      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: #656565;
  padding-top: 8rem;
  padding-bottom: 4rem; }
  @media (max-width: 576px) {
    .header {
      height: auto;
      padding: 3rem 0 3rem; } }
  .header__title {
    color: #1c1c1c; }
    .header__title .sep {
      margin: 0 .5rem;
      font-size: 1.6125rem; }
    .header__title .sponsored-by {
      font-style: italic;
      color: #bbbfc1;
      font-size: 1.125rem; }
      .header__title .sponsored-by img {
        margin-left: 8px;
        max-width: 210px; }
    .header__title h1 {
      font-size: 3.25rem;
      font-weight: 900; }
    .header__title p {
      line-height: 1.6;
      margin-bottom: 3rem;
      color: #656565; }
    .header__title img {
      max-width: 440px; }
    .header__title img.logo-mob {
      display: none; }
    .header__title h4 {
      color: #459D63;
      font-size: 1.6125rem;
      font-weight: 700;
      margin: 2rem 0; }
      .header__title h4 span {
        font-size: 1.25rem;
        color: #bbbfc1;
        text-transform: none;
        font-weight: 400;
        letter-spacing: 0; }
    @media (max-width: 768px) {
      .header__title {
        margin-bottom: 3rem;
        padding-left: .25rem;
        padding-right: .25rem; }
        .header__title h1 {
          font-size: 2.5rem; }
        .header__title img.logo-1 {
          display: none; }
        .header__title img.logo-mob {
          display: block;
          margin: 0 1.25rem 3rem; }
        .header__title h4 {
          font-size: 1.3725rem; }
          .header__title h4 .local_time {
            display: block;
            margin-top: .3725rem; }
        .header__title .sponsored-by {
          margin-top: 2.5rem;
          float: none;
          text-align: center; }
          .header__title .sponsored-by img {
            text-align: center;
            display: block;
            margin: auto;
            max-width: 260px;
            padding-right: 10px; } }
  .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; } }

.register-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin: auto; }

.registration_form {
  border-radius: 12px;
  padding: 2rem 0;
  text-align: center; }
  .registration_form__section-title {
    font-family: "Lato", 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: #459D63;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(69, 157, 99, 0.5);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(69, 157, 99, 0.5); }
  .registration_form input, .registration_form select {
    text-align: left;
    background-color: #f7f7f7;
    height: 3rem;
    border-radius: 4px;
    padding: 0 1rem; }
    .registration_form input:focus, .registration_form select:focus {
      border-color: #459D63;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(69, 157, 99, 0.5);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(69, 157, 99, 0.5); }
  @media (max-width: 576px) {
    .registration_form {
      padding: 0; } }
  .registration_form label {
    float: left;
    font-size: 1.0625rem;
    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;
    margin-top: 3rem; }
    .registration_form button.btn[disabled] {
      background: none;
      background-color: #fff;
      color: #459D63; }
      .registration_form button.btn[disabled]:hover {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        cursor: default; }

.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: #459D63;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(69, 157, 99, 0.5);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(69, 157, 99, 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; }
    @media (max-width: 576px) {
      .signup_form button {
        margin: 1rem 0; } }
    .signup_form button:disabled {
      background-color: #fff;
      color: #459D63; }
      .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.375rem;
    font-family: "Lato", 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; }
    .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.4; }
      .reg-choices .custom-control .custom-control-label-time, .reg-choices .custom-switch .custom-control-label-time {
        display: block;
        font-weight: 400;
        margin-top: .25rem;
        color: rgba(0, 0, 0, 0.5);
        text-transform: none;
        line-height: 1;
        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) {
          margin-top: .125rem;
          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: #459D63; }

.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: #656565;
  padding-top: 8rem;
  padding-bottom: 4rem; }
  @media (max-width: 576px) {
    .header {
      height: auto;
      padding: 3rem 0 3rem; } }
  .header__title {
    color: #1c1c1c; }
    .header__title .sep {
      margin: 0 .5rem;
      font-size: 1.6125rem; }
    .header__title .sponsored-by {
      font-style: italic;
      color: #bbbfc1;
      font-size: 1.125rem; }
      .header__title .sponsored-by img {
        margin-left: 8px;
        max-width: 210px; }
    .header__title h1 {
      font-size: 3.25rem;
      font-weight: 900; }
    .header__title p {
      line-height: 1.6;
      margin-bottom: 3rem;
      color: #656565; }
    .header__title img {
      max-width: 440px; }
    .header__title img.logo-mob {
      display: none; }
    .header__title h4 {
      color: #459D63;
      font-size: 1.6125rem;
      font-weight: 700;
      margin: 2rem 0; }
      .header__title h4 span {
        font-size: 1.25rem;
        color: #bbbfc1;
        text-transform: none;
        font-weight: 400;
        letter-spacing: 0; }
    @media (max-width: 768px) {
      .header__title {
        margin-bottom: 3rem;
        padding-left: .25rem;
        padding-right: .25rem; }
        .header__title h1 {
          font-size: 2.5rem; }
        .header__title img.logo-1 {
          display: none; }
        .header__title img.logo-mob {
          display: block;
          margin: 0 1.25rem 3rem; }
        .header__title h4 {
          font-size: 1.3725rem; }
          .header__title h4 .local_time {
            display: block;
            margin-top: .3725rem; }
        .header__title .sponsored-by {
          margin-top: 2.5rem;
          float: none;
          text-align: center; }
          .header__title .sponsored-by img {
            text-align: center;
            display: block;
            margin: auto;
            max-width: 260px;
            padding-right: 10px; } }
  .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; } }

.panel__cont {
  margin-top: 1rem; }
  .panel__cont--content {
    background-color: transparent;
    margin-top: 3rem; }
    .panel__cont--content:not(:last-child) {
      border-right: 2px solid rgba(255, 255, 255, 0.2);
      padding-left: 0;
      padding-right: 1rem; }
    @media (max-width: 768px) {
      .panel__cont--content:not(:last-child) {
        padding-left: .75rem;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2); } }
  .panel__cont--header--row {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem; }
    .panel__cont--header--row--time {
      padding-left: 2.25rem; }
      .panel__cont--header--row--time::before {
        content: url("../img/svg/time.svg");
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 3px;
        width: 26px;
        height: 26px; }
      .panel__cont--header--row--time span {
        font-weight: 400;
        padding-left: .5rem;
        font-size: 1rem;
        color: #88d8a3; }
      @media (max-width: 768px) {
        .panel__cont--header--row--time {
          padding-left: 3.5rem; }
          .panel__cont--header--row--time span {
            display: block;
            padding-left: 0;
            line-height: 1.2; }
          .panel__cont--header--row--time::before {
            margin-top: 6px;
            width: 42px;
            height: 42px; } }
    .panel__cont--header--row img {
      max-width: 140px; }
    .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--body, .panel__cont--panelists {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
    padding-bottom: 2rem; }
    .panel__cont--body .video-btn, .panel__cont--panelists .video-btn {
      background: #fff;
      color: #656565; }
      .panel__cont--body .video-btn:hover, .panel__cont--panelists .video-btn:hover {
        background: rgba(255, 255, 255, 0.7); }
    .panel__cont--body p, .panel__cont--panelists p {
      color: rgba(255, 255, 255, 0.8); }
    @media (max-width: 768px) {
      .panel__cont--body, .panel__cont--panelists {
        padding: 0 1.5rem; } }
  .panel__cont h2 {
    font-size: 2rem;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    padding-bottom: 1rem;
    padding-top: 1rem;
    line-height: 1.3;
    color: #fff; }
    @media (max-width: 768px) {
      .panel__cont h2 {
        font-size: 2rem;
        line-height: 1.3; } }
    .panel__cont .panelists__row .single-panelist {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      margin-bottom: .75rem;
      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.25rem;
        font-weight: 600;
        line-height: 1.25;
        margin-bottom: .1875rem;
        color: #fff; }
        .panel__cont .panelists__row .single-panelist--name span {
          font-size: .9375rem;
          line-height: 1.2;
          font-weight: 500;
          color: #88d8a3;
          font-style: italic; }
      .panel__cont .panelists__row .single-panelist--label {
        font-size: 1rem;
        line-height: 1.2;
        font-weight: 500;
        color: #888b8c;
        font-style: italic; }
      .panel__cont .panelists__row .single-panelist--position {
        font-size: 1rem;
        color: #88d8a3;
        font-weight: 500;
        line-height: 1.35;
        margin-bottom: .1875rem; }
      .panel__cont .panelists__row .single-panelist--company {
        font-size: 1rem;
        font-weight: 700;
        color: #fff;
        line-height: 1.3; }
      .panel__cont .panelists__row .single-panelist img {
        border-radius: 50%;
        max-height: 96px;
        border: 1px solid rgba(0, 0, 0, 0.05); }

.navbar {
  padding-top: 2rem;
  padding-bottom: 3.5rem;
  border: 0px;
  border-radius: 0px;
  width: 100%; }
  @media (max-width: 576px) {
    .navbar {
      padding-top: 2rem;
      padding-bottom: 3rem; } }
  .navbar .navbar-brand {
    margin-right: 2rem;
    padding: 0;
    cursor: pointer; }
    .navbar .navbar-brand img {
      width: 220px; }
    @media (max-width: 576px) {
      .navbar .navbar-brand {
        padding: 0 .5rem; }
        .navbar .navbar-brand img {
          width: 14rem; } }

.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: #246542;
  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; }
