@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald&family=PT+Serif:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@font-face {
  font-family: 'Just Lovely';
  src: url("../../fonts/JustLovely.ttf") format("trueType");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Bebas Neue';
  src: url("../../fonts/BebasNeueBold.ttf") format("trueType");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Space Grotesk';
  src: url("../../fonts/SpaceGrotesk-VariableFont_wght.ttf") format("trueType"); }

@font-face {
  font-family: 'DM Sans';
  src: url("../../fonts/DMSans-VariableFont_opsz,wght.ttf") format("trueType"); }

.row-small {
  margin: 0 auto; }

@media only screen and (min-width: 40.063em) {
  .row-small .large-12 {
    width: 100%; }
  .row-small {
    width: 100%;
    padding: 0 20px; } }

header {
  position: sticky;
  top: 0;
  z-index: 10000; }

#navigation ul, #top-bar ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#navigation #top-bar {
  background: #204d8e;
  font-family: 'DM Sans', Helvetica, Arial, sans-serif; }
  #navigation #top-bar .row-small {
    display: flex;
    height: 50px;
    align-items: center; }
  #navigation #top-bar #login a {
    color: #77f4d7;
    font-weight: 500;
    text-decoration: underline;
    font-size: 14px;
    margin-right: 16px; }
  #navigation #top-bar #login #logged-in {
    color: #77f4d7;
    font-weight: 500;
    font-size: 14px; }
    #navigation #top-bar #login #logged-in span {
      margin-right: 16px;
      font-size: 18px; }
  #navigation #top-bar ul {
    display: flex;
    margin-left: auto; }
    #navigation #top-bar ul li {
      font-family: 'DM Sans', sans-serif;
      margin: 0 10px 0 0; }
      #navigation #top-bar ul li:last-child {
        margin-right: 0; }
      #navigation #top-bar ul li a {
        padding: 7px 10px 5px;
        color: #000;
        font-size: 17px;
        min-width: 103px;
        text-align: center;
        background: #faff00;
        display: inline-block;
        line-height: 17px;
        text-transform: uppercase;
        border: 1px solid #faff00; }
        #navigation #top-bar ul li a:hover {
          border: 1px solid #000; }

#navigation {
  position: relative;
  background: #fff;
  font-family: 'Space Grotesk', sans-serif; }
  #navigation .fa-moon {
    display: inline;
    cursor: pointer;
    color: #faff00; }
  #navigation .fa-sun {
    display: none;
    cursor: pointer;
    color: #faff00; }
  #navigation #logo-light img, #navigation #logo-dark img {
    width: 149px; }
  #navigation #logo-dark {
    display: none; }
  #navigation #nav-donate-button {
    background: #77f4d7;
    font-family: 'DM Sans', sans-serif;
    text-transform: uppercase;
    padding: 13px 25px 11px 25px;
    font-size: 20px;
    font-weight: 700; }
  #navigation .row-small {
    display: flex;
    min-height: 70px;
    align-items: center; }
  #navigation ul {
    display: flex;
    margin-left: auto; }
    #navigation ul li {
      font-size: 22px;
      margin-left: 35px;
      font-weight: 500;
      height: 108px;
      line-height: 108px; }
      #navigation ul li a {
        color: #000; }
        #navigation ul li a .menu-icon {
          width: 34px;
          height: 34px; }
        #navigation ul li a .fa-chevron-down {
          font-size: 14px;
          position: relative;
          top: -1px; }
      #navigation ul li a:hover {
        color: #204d8e !important; }
      #navigation ul li ul.dropdown {
        display: none;
        position: absolute;
        flex-direction: column;
        z-index: 100;
        background: #fff;
        margin-top: -30px; }
        #navigation ul li ul.dropdown.donate li:hover {
          background: #77f4d7; }
          #navigation ul li ul.dropdown.donate li:hover a:hover {
            color: black !important;
            text-decoration: none; }
        #navigation ul li ul.dropdown li {
          margin-left: 0;
          padding: 8px 15px;
          height: auto;
          line-height: normal;
          width: 250px;
          border-bottom: 1px solid #f4f4f4; }
          #navigation ul li ul.dropdown li:last-child {
            border: 0; }
          #navigation ul li ul.dropdown li a {
            color: #000;
            font-size: 18px; }
      #navigation ul li.has-dropdown:hover ul.dropdown {
        display: flex; }

header .row-small {
  padding: 0 15px; }

#menu-slide-btn {
  display: none;
  width: 35px;
  margin-left: auto; }

@media (max-width: 1390px) {
  #navigation ul li {
    font-size: 20px;
    margin-left: 15px; }
  #navigation #nav-donate-button {
    font-size: 18px;
    padding: 13px 12px 11px 12px; } }

@media (max-width: 1120px) {
  #navigation ul li {
    font-size: 16px;
    margin-left: 8px; } }

@media (max-width: 767px) {
  header {
    margin-bottom: 40px; }
  #menu-slide-btn {
    display: block; }
  #navigation {
    position: relative; }
  #navigation #main-nav-list {
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    z-index: 99;
    text-align: center;
    padding-top: 30px; }
  #navigation #main-nav-list li {
    height: auto;
    line-height: 30px;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    font-size: 32px;
    margin-left: 0; }
  #navigation #main-nav-list li.has-dropdown > a {
    pointer-events: none;
    opacity: 0.8; }
  #navigation #main-nav-list li ul.dropdown {
    position: relative;
    background: transparent;
    border-top: none;
    padding: 0; }
  #navigation #main-nav-list li ul.dropdown li {
    margin-left: 0;
    padding: 9px 15px 0px;
    height: auto;
    line-height: normal;
    width: 100%;
    float: left;
    margin: 0;
    font-size: 24px; }
  #navigation #top-bar ul li a {
    font-size: 12px; } }

@media (max-width: 639px) {
  #top-bar #main-nav-list li a {
    font-size: 14px; } }

#select-dates, #instructor-report-modal {
  margin-top: 10%; }

html, body, h1, h2, h3, h4, h5, h6, table {
  font-family: "DM Sans", sans-serif; }

.martop {
  margin-top: 40px; }

.marbot {
  margin-bottom: 40px; }

.row.space {
  margin-top: 20px;
  margin-bottom: 20px; }

p {
  font-family: 'DM Sans', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #000; }

h1 {
  margin: 0;
  color: #092145;
  font-family: "Space Grotesk", sans-serif;
  font-size: 42px;
  font-weight: 500; }

h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 36px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  color: #092145; }
  h2 i {
    font-style: normal;
    color: #204d8e; }

h2.event-type {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 45px;
  color: #D2FCF2;
  margin-bottom: 0;
  width: 70%; }

h3 {
  color: #264184;
  font-family: Space Grotesk;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }

h3.header-subtitle {
  font-size: 22px;
  font-weight: normal;
  color: #fff;
  margin: 0 0 18px 0; }

h3.view-event-subtitles {
  margin: 16px 0;
  font-size: 35px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  color: #264184; }

h4.important {
  color: #f00; }

a {
  color: #204d8e; }
  a.important {
    color: #f00;
    font-weight: 500; }
  a:hover {
    text-decoration: underline; }

button.disabled, .button.disabled, .button.filled.disabled {
  border: 1px solid #000;
  background: #f4f4f4; }
  button.disabled:hover, .button.disabled:hover, .button.filled.disabled:hover {
    background: #f4f4f4; }

.columns {
  padding-left: 0; }
  .columns:last-child {
    padding-right: 0; }

.row.center-content {
  display: flex;
  justify-content: center; }

.banner-header {
  background: url("../images/rectangle-432.jpg") top center repeat-y #092145;
  background-size: cover;
  padding-top: 52px; }

.cke {
  margin-bottom: 22px; }

.impersonation {
  background-color: #D2FCF2;
  padding: 3px 10px; }
  .impersonation p {
    font-size: 18px;
    color: #000;
    margin: 15px 0; }
  .impersonation a {
    color: #264184; }
    .impersonation a:hover {
      text-decoration: underline; }

.row.alert-box {
  padding: 10px 20px 10px 60px; }

.impersonating .alert-box {
  top: 186px; }

.alert-box {
  left: 20%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px 20px 10px 60px;
  font-weight: 500;
  font-size: 14px;
  top: 128px;
  width: 1024px;
  z-index: 10000; }
  .alert-box a {
    color: white; }
  .alert-box.success {
    background-color: #204d8e;
    border-color: #204d8e; }
  .alert-box.warning {
    background-color: #faff00;
    border-color: #faff00;
    color: #000; }
  .alert-box.info {
    background-color: #204d8e;
    border-color: #204d8e;
    color: #fff; }
  .alert-box.error {
    background-color: #C63737;
    border-color: #C63737;
    color: #fff; }
  .alert-box .close {
    color: #fff; }

.row.martop-5 {
  margin-top: 30px; }

@media print {
  .sitewide-header,
  .supernav, header, footer {
    display: none !important; }
  .no-print, .no-print * {
    display: none !important; }
  a[href]:after {
    content: none !important; }
  .print-only, .print-only * {
    display: block !important; } }

input {
  background: #f4f4f4; }

input[type=checkbox] {
  cursor: pointer; }

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6; }

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7; }

.parsley-errors-list {
  margin: 2px 0 35px 0;
  padding: 0;
  list-style-type: none;
  font-size: 1em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in; }
  .parsley-errors-list li {
    color: #B94A48;
    font-weight: 500;
    font-size: 16px; }

.parsley-errors-list.filled {
  opacity: 1; }

.error-message {
  color: #B94A48; }

form .row .row div.nopad-sides.columns, div.nopad-sides {
  padding-left: 0;
  padding-right: 0; }

form .row .row div.nopad-left.columns, div.nopad-left {
  padding-left: 0; }

form .row .row div.nopad-right.columns, div.nopad-right {
  padding-right: 0; }

form .select2-container .select2-search--inline .select2-search__field {
  margin: 0; }

form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 25px; }

form p {
  font-size: 15px;
  margin: 10px 0; }

#donation__personal_info_amountManual, #donation__payment_info_amountManual {
  width: 328px; }

#co-trainers .select2 {
  height: 42px; }

#cropper-container {
  width: 700px; }

input[type='submit'] {
  background: #faff00; }
  input[type='submit']:hover {
    background: #faff00;
    border: 1px solid black; }

.book-notice.error {
  color: white;
  clear: both;
  background: #C63737;
  border-color: #C63737; }

form .form-info {
  font-size: 14px;
  margin: 20px 0;
  border-radius: 30px 30px 30px 0;
  clear: both;
  margin-right: 20px;
  padding: 10px; }

form.donation-form .amount-values, #registration-form .amount-values, #donation-form .amount-values, #sign-in-form .amount-values {
  display: flex;
  flex-wrap: wrap; }

form.donation-form .panel, #registration-form .panel, #donation-form .panel, #sign-in-form .panel {
  border: 0;
  overflow: auto;
  background: transparent; }

form.donation-form h1, #registration-form h1, #donation-form h1, #sign-in-form h1 {
  font-family: 'Space Grotesk', sans-serif;
  color: #77f4d7;
  font-size: 30px;
  weight: 500;
  margin-bottom: 34px; }

form.donation-form h3, #registration-form h3, #donation-form h3, #sign-in-form h3 {
  margin-top: 30px; }

form.donation-form p, #registration-form p, #donation-form p, #sign-in-form p {
  font-weight: 400;
  font-size: 18px; }
  form.donation-form p a, #registration-form p a, #donation-form p a, #sign-in-form p a {
    color: #77f4d7; }

form.donation-form label, #registration-form label, #donation-form label, #sign-in-form label {
  color: #000;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
  margin-right: 30px;
  vertical-align: top; }
  form.donation-form label.required::after, #registration-form label.required::after, #donation-form label.required::after, #sign-in-form label.required::after {
    content: " *";
    color: #ca0000; }
  form.donation-form label.simple-label, #registration-form label.simple-label, #donation-form label.simple-label, #sign-in-form label.simple-label {
    font-weight: 400; }

form.donation-form #credit-tax-checkbox label, #registration-form #credit-tax-checkbox label, #donation-form #credit-tax-checkbox label, #sign-in-form #credit-tax-checkbox label {
  width: 90%; }

form.donation-form .columns, #registration-form .columns, #donation-form .columns, #sign-in-form .columns {
  margin-bottom: 10px; }
  form.donation-form .columns.hide, #registration-form .columns.hide, #donation-form .columns.hide, #sign-in-form .columns.hide {
    display: none; }
  form.donation-form .columns.form-title, #registration-form .columns.form-title, #donation-form .columns.form-title, #sign-in-form .columns.form-title {
    border: 0;
    margin-bottom: 20px; }
  form.donation-form .columns.icon, #registration-form .columns.icon, #donation-form .columns.icon, #sign-in-form .columns.icon {
    padding-right: 0; }

form.donation-form #business-affiliation, #registration-form #business-affiliation, #donation-form #business-affiliation, #sign-in-form #business-affiliation {
  color: #000; }

form.donation-form input[type="text"], form.donation-form input[type="email"], form.donation-form input[type="password"], form.donation-form input[type="number"], form.donation-form .select2, form.donation-form select, form.donation-form #card-element, #registration-form input[type="text"], #registration-form input[type="email"], #registration-form input[type="password"], #registration-form input[type="number"], #registration-form .select2, #registration-form select, #registration-form #card-element, #donation-form input[type="text"], #donation-form input[type="email"], #donation-form input[type="password"], #donation-form input[type="number"], #donation-form .select2, #donation-form select, #donation-form #card-element, #sign-in-form input[type="text"], #sign-in-form input[type="email"], #sign-in-form input[type="password"], #sign-in-form input[type="number"], #sign-in-form .select2, #sign-in-form select, #sign-in-form #card-element {
  padding: 6px 12px;
  outline: none;
  font: 1em "DM Sans", sans-serif;
  margin: 0;
  background: #f4f4f4;
  letter-spacing: normal;
  border: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  height: 35px;
  box-shadow: none; }

form.donation-form #card-element, #registration-form #card-element, #donation-form #card-element, #sign-in-form #card-element {
  padding: 9px 12px 6px 12px; }

form.donation-form button.values, #registration-form button.values, #donation-form button.values, #sign-in-form button.values {
  background: #f4f4f4;
  color: #000;
  font-weight: 500;
  margin-right: 10px;
  width: 200px; }

form.donation-form button.values.clicked, #registration-form button.values.clicked, #donation-form button.values.clicked, #sign-in-form button.values.clicked {
  background: #264184;
  color: #fff; }

form.donation-form select option, #registration-form select option, #donation-form select option, #sign-in-form select option {
  background: #f4f4f4; }

form.donation-form option, #registration-form option, #donation-form option, #sign-in-form option {
  color: #000; }

form.donation-form .postfix, #registration-form .postfix, #donation-form .postfix, #sign-in-form .postfix {
  border: 0;
  background: #264184;
  color: #fff;
  font: 1em "DM SAns", sans-serif;
  font-size: 18px;
  height: 44px;
  line-height: 44px; }

form.donation-form .select2 .select2-selection, #registration-form .select2 .select2-selection, #donation-form .select2 .select2-selection, #sign-in-form .select2 .select2-selection {
  background: transparent;
  border: 0; }

form.donation-form .show-password, #registration-form .show-password, #donation-form .show-password, #sign-in-form .show-password {
  color: #000;
  background: #faff00;
  padding: 5px 17px;
  position: relative;
  top: -50px;
  float: right; }
  form.donation-form .show-password span, #registration-form .show-password span, #donation-form .show-password span, #sign-in-form .show-password span {
    display: none; }
  form.donation-form .show-password::after, #registration-form .show-password::after, #donation-form .show-password::after, #sign-in-form .show-password::after {
    font-family: "FontAwesome";
    content: "\f06e";
    font-size: 25px; }

form#sign-in-form .login-box {
  width: 814px;
  height: 460px;
  padding: 90px 200px 90px 200px;
  background: url('data:image/svg+xml,<svg width="814" height="460" viewBox="0 0 814 460" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 120.678L120.875 0H814V339.332L693.125 460H0V120.678Z" fill="%23264184"/></svg>') #77f4d7;
  border: 0;
  overflow: auto;
  margin-top: 150px;
  margin-bottom: 270px; }

form#sign-in-form .panel {
  padding: 100px 165px 40px 165px; }
  form#sign-in-form .panel input[type="text"], form#sign-in-form .panel input[type="email"], form#sign-in-form .panel input[type="password"], form#sign-in-form .panel input[type="number"], form#sign-in-form .panel .select2, form#sign-in-form .panel select {
    width: 100%; }
  form#sign-in-form .panel input[type="submit"] {
    font-size: 20px;
    margin: 28px auto;
    padding: 10px 30px;
    border: 1px solid #faff00;
    display: block;
    background: #faff00; }
    form#sign-in-form .panel input[type="submit"]:hover {
      border-color: #000; }

form#sign-in-form .form-field {
  margin: 20px 0; }

form#sign-in-form p {
  display: block;
  margin: 0 auto;
  width: max-content;
  color: #fff; }

form.donation-form .buttons {
  padding: 20px; }

form.donation-form .columns .row {
  padding: 0; }

form.donation-form .panel {
  background-color: transparent;
  border: 0;
  overflow: auto;
  padding: 20px;
  border-radius: 0px; }
  form.donation-form .panel label {
    color: #000;
    font-size: 18px;
    font-weight: 400; }
    form.donation-form .panel label.required::after {
      content: " *"; }
  form.donation-form .panel input[type="text"], form.donation-form .panel input[type="email"], form.donation-form .panel input[type="password"], form.donation-form .panel input[type="number"], form.donation-form .panel .select2, form.donation-form .panel select {
    color: #000;
    border: none;
    background: #f4f4f4;
    font-size: 16px;
    font-weight: 500;
    height: 47px; }
    form.donation-form .panel input[type="text"]::placeholder, form.donation-form .panel input[type="email"]::placeholder, form.donation-form .panel input[type="password"]::placeholder, form.donation-form .panel input[type="number"]::placeholder, form.donation-form .panel .select2::placeholder, form.donation-form .panel select::placeholder {
      color: #3e3e3e; }
  form.donation-form .panel .select2-selection__rendered {
    color: #3e3e3e; }
  form.donation-form .panel .select2-selection__placeholder, form.donation-form .panel .select2-selection__clear {
    color: #3e3e3e; }
  form.donation-form .panel option {
    color: #3e3e3e; }
  form.donation-form .panel .postfix {
    color: #f8fafb;
    border-bottom: 1px solid #f8fafb;
    height: 47px;
    line-height: 47px; }

form.donation-form.light .panel input[type="text"], form.donation-form.light .panel input[type="number"], form.donation-form.light .panel input[type="email"], form.donation-form.light .panel input[type="password"], form.donation-form.light .panel .select2, form.donation-form.light .panel select {
  color: #000;
  background: #F4F4F4; }

form.donation-form.light .panel label {
  color: #000; }

form.donation-form.light .select2-selection__rendered {
  color: #000;
  background: #F4F4F4; }

form.donation-form.light .select2-selection__placeholder, form.donation-form.light .select2-selection__clear {
  color: #000;
  background: #F4F4F4; }

form.donation-form.light button.values {
  background: #F4F4F4;
  color: #000;
  width: 32%; }

form.donation-form input[type="submit"] {
  width: auto;
  font-family: "DM Sans", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 30px 15px 30px;
  border: 1px solid #faff00;
  background: #faff00; }

#sign-in-form input[type="text"], #sign-in-form input[type="password"] {
  width: 100%; }

#sign-in-form input[type="text"] {
  margin-bottom: 15px; }

#sign-in-form input[type="submit"] {
  margin-bottom: 20px; }

form.base-form label {
  color: #000;
  width: auto;
  font-size: 18px;
  font-weight: 400;
  font-family: 'DM Sans', sans-serif;
  margin-right: 30px; }
  form.base-form label.required::after {
    content: " *";
    color: #ca0000; }
  form.base-form label.main-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.1em;
    margin-bottom: 20px;
    color: #264184; }

form.base-form input[type="text"], form.base-form input[type="number"], form.base-form input[type="email"], form.base-form input[type="password"], form.base-form .select2, form.base-form select {
  padding: 6px;
  outline: none;
  font-family: 'DM Sans', sans-serif;
  margin: 0 0 20px 0;
  background: #f4f4f4;
  letter-spacing: normal;
  border: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  height: 47px;
  width: 75%;
  box-shadow: none; }

form.base-form .select2 {
  padding: 2px; }
  form.base-form .select2 .select2-selection {
    background: transparent;
    border: 0; }

form.base-form #ethnicity-field {
  margin: 20px 0; }

#eventForm #app_mainbundle_training_region {
  margin-bottom: 3px; }

form.update-user-info .row, form.update-user-info .columns {
  padding: 0; }

form.update-user-info .medium-6.nopad-sides, form.update-user-info .medium-6.padright-0 {
  padding-right: 10px; }

form.update-user-info .phone-checkbox {
  padding-left: 20px;
  position: relative;
  top: 27px; }

form.update-user-info #profile-picture {
  width: 200px;
  border: 1px solid #999;
  margin: 20px 0; }

@media (max-width: 1024px) {
  form .panel {
    padding: 50px 100px 50px 100px; }
  form .panel input[type="text"], form .panel input[type="email"], form .panel input[type="password"], form .panel .select2, form .panel select {
    width: 90%;
    font-size: 16px; }
  form .panel label {
    font-size: 16px; }
  form input[type="submit"] {
    font-size: 28px;
    padding: 11px 20px 7px 20px; } }

@media (max-width: 991px) {
  form .panel {
    padding: 50px; } }

@media (max-width: 640px) {
  form .panel {
    padding: 30px 15px; }
  form .panel input[type="text"], form .panel input[type="email"], form .panel input[type="password"], form .panel .select2, form .panel select {
    width: 100%;
    font-size: 14px; }
  form input[type="submit"] {
    font-size: 22px; }
  form .panel .columns {
    padding: 0; }
  #sign-in-form .panel {
    padding: 60px 20px 60px 20px; }
    #sign-in-form .panel input[type="text"], #sign-in-form .panel input[type="password"] {
      width: 100%; } }

@media (max-width: 479px) {
  form .panel .columns {
    width: 100%; } }

table {
  width: 100%;
  border: 0;
  table-layout: fixed; }

table tr, table thead tr th, table tr:nth-of-type(2n) {
  background: transparent; }

table thead {
  background: #D2FCF2; }
  table thead th {
    padding-top: 20px; }

.table-disclaimer {
  margin-top: 10px; }

.leaderboard-table thead tr th, .leaderboard-table tbody tr td {
  padding-top: 15px;
  padding-bottom: 15px; }

.dataTable th {
  cursor: pointer; }

.dataTable .table-filters th {
  cursor: initial; }

.instructor-list tr:nth-child(odd) td {
  background-color: #F0F0F0; }

table tbody tr:nth-child(odd) td {
  background-color: #F9F9F9; }

table tbody tr:nth-child(even) {
  background: transparent; }

table thead tr th, table tbody tr td {
  color: #000;
  font-size: 14px;
  padding-top: 25px;
  padding-bottom: 25px; }

table thead {
  margin-bottom: 30px; }

table thead tr th {
  font-weight: 600;
  padding-bottom: 5px;
  color: #000; }

table thead tr th label {
  font-weight: 600;
  font-size: 13px; }

table.instructor-list td:first-child,
table.instructor-list td:last-child {
  position: relative; }

table.instructor-list span.fa.green-icon {
  color: #77f4d7; }

table.instructor-list span.fa.red-icon {
  color: #E44242; }

table.instructor-list th.sorting:after {
  content: '\f0dc';
  font: normal normal normal 14px/1 FontAwesome;
  color: #bbb;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  margin-left: 5px;
  padding-top: 5px; }

table.instructor-list th.sorting_asc:after {
  content: '\f0de';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  margin-left: 5px;
  padding-top: 5px; }

table.instructor-list th.sorting_desc:after {
  content: '\f0dd';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  margin-left: 5px;
  padding-top: 5px; }

table.instructor-list th.empty:after {
  content: ''; }

table.instructor-list .photo {
  margin-left: 20px; }

table.instructor-list th {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600; }

table .row-tiny-col {
  width: 4.16%; }

table .row-half-col {
  width: 4.16%;
  width: 39px; }

table .row-1-col {
  width: 8.33%;
  width: 78px; }

table .row-2-col {
  width: 16.66%;
  width: 147px; }

table.kwkc-table {
  margin-bottom: 100px; }

table.kwkc-table span.fa.green-icon {
  color: #77f4d7; }

table.kwkc-table span.fa.red-icon {
  color: #E44242; }

table.kwkc-table th, table.kwkc-table td {
  padding: 14px 18px; }

table.kwkc-table thead {
  background: #D2FCF2; }

table.kwkc-table th {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000; }

table.kwkc-table th.sorting:after {
  content: '\f0dc';
  font: normal normal normal 14px/1 FontAwesome;
  color: #bbb;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  margin-left: 5px;
  padding-top: 5px; }

table.kwkc-table th.sorting_asc:after {
  content: '\f0de';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  margin-left: 5px;
  padding-top: 5px; }

table.kwkc-table th.sorting_desc:after {
  content: '\f0dd';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  margin-left: 5px;
  padding-top: 5px; }

table.kwkc-table tr {
  border-bottom: 1px solid #dcdcdf;
  background: none; }

table.kwkc-table .datefield {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif; }

table.kwkc-table .timefield {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
  text-transform: uppercase; }

table.kwkc-table .view-event-link {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif; }

table.kwkc-table .instructor-link {
  font-size: 16px; }

table.kwkc-table .attendance-type {
  display: inline-block;
  background: #f5f5f5;
  padding: 1px 10px 10px 10px; }

table.kwkc-table .attendance-type.online {
  background: #eef8fb;
  color: #2194bf; }

table.kwkc-table .attendance-type span {
  position: relative;
  top: 5px;
  margin-right: 5px; }

table.kwkc-table td {
  font-weight: 400;
  padding-top: 22px;
  padding-bottom: 26px;
  color: #000; }

table.kwkc-table a {
  color: #264184;
  font-weight: 400;
  font-size: 20px; }

table.kwkc-table .private-event {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  font-family: 'DM Sans', sans-serif; }

table th.center {
  text-align: center;
  vertical-align: top; }

#table {
  overflow: hidden; }

/* font awesome */
table .fa {
  font-size: 18px;
  color: #ccc; }

table a:hover .fa, table .fa:hover::before {
  color: #77f4d7;
  transition: color, .3s, ease-in-out;
  cursor: pointer; }

table tr td.center {
  text-align: center; }

.dataTables_info {
  text-align: center;
  font-size: 13px;
  margin-bottom: 15px;
  color: #777; }

/* Onboarding steps */
.value {
  display: none; }

table tr td .step {
  width: 26px;
  height: 26px;
  border-radius: 15px;
  background: white;
  border: 1px solid #d9d9d9;
  margin: 0 auto;
  position: relative;
  z-index: 20; }

table tr td .step .circle {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: block;
  background: #d9d9d9;
  position: relative;
  top: 8px;
  margin: 0 auto; }

table tr td .date {
  position: relative;
  text-align: center;
  height: 20px; }

table tr td .step:after {
  content: '';
  height: 3px;
  width: 220px;
  position: absolute;
  background: #d9d9d9;
  left: 100%;
  top: 11px;
  z-index: 10; }

table tr td.done .step {
  background: #77f4d7;
  border: 0; }

table tr td.done .step .circle {
  background: white; }

table tr td.done .step:after {
  background: #77f4d7; }

table tr td:last-child .step:after {
  content: none; }

table tbody tr td.control {
  padding-left: 35px; }

table .checkmark {
  border-color: #cccccc; }

.dataTables_paginate {
  text-align: center; }

.dataTables_paginate a {
  padding: 0 5px 2px 5px;
  margin: 0 5px;
  color: #414141; }

.dataTables_paginate a.current, .dataTables_paginate a:hover {
  background: #77f4d7;
  color: white; }

.event-info p {
  font-size: 16px;
  font-weight: normal; }

.event-info small {
  font-size: 14px; }

.event-info h4 {
  font-weight: 500;
  margin-top: 20px; }

#search {
  height: 325px;
  background: url("../images/rectangle-432.jpg") top center repeat-y #092145;
  background-size: cover; }
  #search .row {
    max-width: 1200px; }

#search h2 {
  font-size: 35px;
  margin-top: 50px;
  margin-bottom: 15px;
  color: #77f4d7; }

#search #search-control {
  height: 82px;
  border: 1px solid #ddd;
  background: white;
  border-radius: 3px;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0 30px; }

#search #search-control div {
  display: flex;
  align-items: center;
  width: 100%; }

#search #search-control div input, #search #search-control button {
  margin: 0; }

#search #search-control div span {
  font-size: 32px;
  margin-right: 10px; }

#search #search-control div input {
  margin-right: 20px;
  border: 0;
  font-size: 18px;
  font-weight: bold;
  box-shadow: none; }

#search #search-control div input:focus {
  background: white; }

#search #search-control button {
  width: 230px;
  height: 50px;
  padding-top: 16px;
  background: #faff00; }

#search #search-control div .clear-search {
  cursor: pointer; }

#search #search-control div .clear-search span {
  position: relative;
  top: 3px;
  font-size: 28px; }

.cards {
  margin-left: 0;
  margin-top: 25px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 20px; }

.cards li {
  list-style: none; }

.cards .card {
  width: 390px;
  display: flex;
  padding: 15px;
  margin: 0 10px;
  background: #f4f4f4;
  align-items: center; }

.cards .card .title {
  font-family: "Space Grotesk", sans-serif;
  color: #264184;
  font-weight: 500;
  font-size: 20px; }

.cards .card .image {
  width: 128px;
  margin-right: 15px;
  flex-shrink: 0; }

.cards .card .info {
  margin-left: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  color: #000;
  width: 257px; }

.cards .card .info span {
  color: #b8bcbf;
  font-size: 20px;
  position: relative;
  top: 5px;
  margin-right: 3px; }

.card-tooltip {
  display: none; }

.card-tooltip-title {
  font-size: 22px; }

.tippy-box {
  background: white;
  color: #484848;
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.15);
  padding: 20px; }

.tippy-box[data-placement^='top'] .tippy-arrow::before {
  border-top-color: white; }

.tippy-box[data-placement^='bottom'] .tippy-arrow::before {
  border-bottom-color: white; }

.tippy-box[data-placement^='left'] .tippy-arrow::before {
  border-left-color: white; }

.tippy-box[data-placement^='right'] .tippy-arrow::before {
  border-right-color: white; }

.slick-prev::before, .slick-next::before {
  color: #484848;
  font-size: 26px; }

.slick-arrow:hover {
  border: 0; }

.date-title {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px; }

#share-event-modal h3 {
  font-size: 28px;
  color: #484848; }

#share-event-modal ul {
  margin: 0; }

#share-event-modal ul li {
  list-style: none;
  color: #4c8b2b;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0; }

#share-event-modal ul li:hover {
  color: #0078a0; }

#share-event-modal ul li .fa {
  color: #aaa;
  display: inline-block;
  width: 30px;
  font-size: 20px; }

#table-info {
  display: flex;
  align-items: baseline;
  margin: 30px 0; }

#clear-filters {
  font-size: 18px;
  color: #aa1a1a;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 30px;
  cursor: pointer; }

#table-counter {
  font-size: 28px;
  color: #000; }

.event-image {
  width: 372px;
  height: 372px;
  float: left;
  margin-right: 45px; }
  .event-image img {
    width: 100%; }

.instructors, .about-instructors {
  margin-left: 0; }

.instructors {
  float: left; }

.instructors li {
  width: 500px;
  list-style: none;
  font-size: 0.85rem;
  clear: both; }

.instructors li .photo, .about-instructors li .photo {
  width: 89px;
  height: 89px;
  float: left;
  margin-right: 10px;
  margin-bottom: 30px;
  clear: left; }

.instructors li .instructor-title, .about-instructors li .instructor-title {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 4px;
  line-height: 1; }

.instructors li .location, .about-instructors li .location {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 600; }

.instructors li .name, .about-instructors li .name {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  margin-top: 30px; }
  .instructors li .name a, .about-instructors li .name a {
    text-decoration: underline;
    color: #D2FCF2; }
    .instructors li .name a:hover, .about-instructors li .name a:hover {
      color: #faff00; }

.about-instructors li {
  display: flex;
  line-height: 1.4;
  list-style: none; }
  .about-instructors li .name {
    margin-top: 0; }
    .about-instructors li .name a {
      text-decoration: none;
      color: #264184; }
      .about-instructors li .name a:hover {
        text-decoration: underline;
        color: #264184; }
  .about-instructors li .location {
    color: #000; }

.about-instructors li .info {
  width: 670px; }

.box {
  width: 740px; }

.event-header {
  background: url("../images/rectangle-432.jpg") top center repeat-y #092145;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 22px; }

.event-description {
  padding-top: 26px; }

.event-description p {
  font-family: 'DM Sans', sans-serif;
  font-size: 22px; }

.description-list {
  margin: 0; }

.description-list li {
  font-family: 'DM Sans', sans-serif;
  list-style: none;
  font-size: 16px;
  margin-bottom: 14px;
  display: flex; }

.description-list li .material-icons {
  font-size: 16px;
  color: #264184;
  margin-right: 10px;
  position: relative;
  display: block;
  top: 5px; }

#registration-steps {
  background: url("../images/rectangle-432.jpg") top center repeat-y #092145;
  background-size: cover;
  padding: 55px 80px 65px 80px;
  margin: 0 0 50px 0; }
  #registration-steps #steps {
    display: flex;
    justify-content: space-between; }
  #registration-steps p {
    font-size: 22px;
    color: white;
    font-family: "DM Sans", Sans-serif;
    margin: 0; }
    #registration-steps p.number {
      color: #faff00; }
  #registration-steps h2 {
    margin-top: 30px;
    font-family: 'Space Grotesk', sans-serif;
    color: white;
    font-size: 18px; }
  #registration-steps div a {
    color: #faff00;
    font-weight: 600; }
  #registration-steps div label {
    color: white; }

#kit-information {
  margin-bottom: 50px; }

.instructor-registration {
  text-align: center; }
  .instructor-registration i {
    border: 5px solid #D2FCF2;
    width: 43px;
    height: 43px;
    border-radius: 30px;
    font-size: 23px;
    padding: 5px;
    color: #D2FCF2; }
  .instructor-registration.active i {
    border-color: #faff00; }
  .instructor-registration .complete::before {
    color: #D2FCF2; }

#welcome-text {
  overflow: auto; }

#watch-videos h2 {
  font-size: 22px;
  color: #D2FCF2;
  font-family: 'Space Grotesk', sans-serif; }

#watch-videos p {
  font-size: 15px; }

#watch-videos .buttons {
  margin-top: 30px; }

#watch-videos #video-viewer {
  width: 960px;
  margin: 0 auto; }
  #watch-videos #video-viewer .columns {
    padding: 0; }
    #watch-videos #video-viewer .columns.titles {
      background: #dedede;
      height: 270px;
      font-size: 13px;
      color: #444a56;
      display: grid;
      grid-auto-rows: 1fr; }
      #watch-videos #video-viewer .columns.titles a {
        color: #444a56;
        font-weight: bold; }
      #watch-videos #video-viewer .columns.titles .video-link {
        padding-left: 16px;
        padding-top: 10px; }
        #watch-videos #video-viewer .columns.titles .video-link.active {
          background: #faff00; }
        #watch-videos #video-viewer .columns.titles .video-link.done {
          background: #204d8e;
          color: #fefefe; }
          #watch-videos #video-viewer .columns.titles .video-link.done a {
            color: #fefefe; }
  #watch-videos #video-viewer .videos {
    background: black; }
    #watch-videos #video-viewer .videos .vjs-big-play-button {
      top: 108px;
      left: 190px;
      border: 0;
      background: transparent; }
      #watch-videos #video-viewer .videos .vjs-big-play-button::before {
        color: #faff00;
        font-size: 80px; }
    #watch-videos #video-viewer .videos .vjs-control-bar {
      margin-left: 2%; }

form.base-form .show-password {
  border-radius: 20px 20px 20px 20px;
  color: #ffffff;
  background: #204d8e;
  padding: 1px 12px;
  position: relative;
  top: -50px;
  float: right;
  margin: 0 5px; }
  form.base-form .show-password span {
    display: none; }
  form.base-form .show-password::after {
    font-family: "FontAwesome";
    content: "\f06e";
    font-size: 15px; }

form.base-form .form-title label {
  font-family: "DM Sans", Sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 20px;
  color: #264184; }

form.base-form .panel {
  border: 0;
  padding: 0;
  background: transparent; }

form.base-form input[type="text"], form.base-form input[type="email"], form.base-form input[type="password"], form.base-form .select2, form.base-form select {
  width: 100%; }

form.base-form #display-phone {
  padding-top: 24px; }

form.base-form .sections {
  overflow: auto;
  margin-bottom: 25px; }
  form.base-form .sections#verification-section {
    height: 180px; }

form.base-form.registration .columns {
  padding: 0; }
  form.base-form.registration .columns.nopad-sides {
    padding-right: 20px; }

.student-register p {
  font-family: 'DM Sans', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #264184; }

.student-register h2 {
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #264184; }

.student-register ul li {
  color: #264184;
  font-size: 18px;
  font-weight: 800; }
  .student-register ul li.parsley-required {
    color: #d92929;
    font-weight: 500;
    font-size: 16px; }

.student-register .parsley-errors-list li {
  color: #d92929;
  font-weight: 500;
  font-size: 16px; }

.student-register .buttons {
  clear: both;
  padding-top: 50px;
  text-align: center; }
  .student-register .buttons button.add-another {
    background: transparent;
    border: 2px solid #264184; }
    .student-register .buttons button.add-another:hover {
      background: #D2FCF2; }

@media (max-width: 640px) {
  #registration-steps .row {
    flex-direction: column; }
  #watch-videos .video-js {
    width: 256px;
    height: 192px; }
  #watch-videos #video-viewer .columns.titles {
    height: 354px; }
  #watch-videos #video-viewer .columns.titles .video-link {
    padding-bottom: 10px; }
  #watch-videos #video-viewer .videos .vjs-control-bar {
    margin: 0; }
  #watch-videos #video-viewer .videos .vjs-big-play-button {
    top: 78px;
    left: 87px; } }

.donation-header {
  background: url("../images/rectangle-432.jpg") top center no-repeat #092145;
  background-size: cover;
  padding: 20px 0px 50px 0px; }
  .donation-header h1 {
    color: #fff;
    text-align: center;
    font-size: 45px;
    line-height: 58px;
    font-weight: 500;
    margin-top: 28px; }

h3.green-title {
  color: #264184;
  font-family: 'DM Sans', sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.0;
  text-align: center;
  margin-top: 40px; }

#donate-form .form-title label {
  font-family: "Space Grotesk", sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: #264184; }
  #donate-form .form-title label::after {
    content: ""; }

#donate-form .recurring_choice label::after {
  content: ""; }

#donate-form #credit-tax-checkbox label {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000; }

#donate-form .large-label {
  font-family: "Space Grotesk", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #264184; }
  #donate-form .large-label div label {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000; }
    #donate-form .large-label div label::after {
      content: ""; }

#donation-info {
  max-width: 100%;
  width: 100%;
  background: #264184; }
  #donation-info .row {
    padding: 60px 55px 60px 55px; }
  #donation-info p {
    font-size: 22px;
    line-height: 120%; }
  #donation-info h2 {
    font-family: "Space Grotesk", Sans-serif;
    font-size: 100px;
    font-weight: 500;
    line-height: 1.1em;
    color: #fff; }
  #donation-info h3 {
    color: #fff;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.0;
    text-align: center;
    margin-top: 40px; }
  #donation-info .large-message {
    margin-top: 40px;
    margin-bottom: 40px; }
    #donation-info .large-message p {
      color: #fff;
      font-family: "Space Grotesk", Sans-serif;
      font-size: 35px;
      font-weight: 500;
      line-height: 1.0; }
      #donation-info .large-message p.emphasis {
        color: #204d8e; }
  #donation-info #how-to-videos {
    padding: 0;
    margin: 0; }
    #donation-info #how-to-videos .video-title {
      color: #fff;
      font-family: "Space Grotesk", Sans-serif;
      font-size: 29px;
      font-weight: 500;
      line-height: 1.0;
      margin-top: 15px; }
    #donation-info #how-to-videos .button {
      margin-top: 20px; }
  #donation-info .centered-paragraph {
    width: 50%;
    margin: 0 auto;
    font-size: 17px;
    line-height: 22px; }
  #donation-info .buttons {
    text-align: center; }
  #donation-info .appear-required .row {
    padding: 0; }
  #donation-info .thank-you {
    font-family: "Space Grotesk", sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin: 20px 0; }
  #donation-info .tax-info {
    margin: 0;
    padding-top: 20px; }
    #donation-info .tax-info h5, #donation-info .tax-info p {
      font-size: 18px;
      color: #fff;
      line-height: 120%;
      font-family: "DM Sans", sans-serif; }
    #donation-info .tax-info h5 {
      font-weight: bold;
      margin-bottom: 20px; }
  #donation-info #social-media-icons {
    list-style: none;
    display: flex;
    width: 170px;
    margin: 30px auto;
    justify-content: space-around; }
    #donation-info #social-media-icons li {
      background: #092145;
      width: 40px;
      height: 40px;
      border-radius: 20px; }
      #donation-info #social-media-icons li:hover {
        background: #264184; }
    #donation-info #social-media-icons a {
      display: block;
      margin: 9px 0 0 4px;
      text-align: center; }
      #donation-info #social-media-icons a i {
        font-size: 20px; }

.video-modal {
  text-align: center; }

.message-card {
  padding: 60px 20px 60px 20px;
  margin-bottom: 20px; }
  .message-card p {
    letter-spacing: 0.8px;
    line-height: 42px;
    text-align: center;
    font-size: 42px;
    font-family: 'DM Sans', sans-serif;
    margin: 0;
    padding: 0; }

.donation-values {
  margin: 50px 40px; }
  .donation-values p {
    font-size: 18px; }
  .donation-values .donation-value {
    color: #264184;
    font-weight: bold;
    font-size: 18px; }
  .donation-values a {
    color: #264184; }
    .donation-values a:hover {
      text-decoration: underline; }
  .donation-values ul {
    list-style: none; }
    .donation-values ul li {
      font-family: 'DM Sans', sans-serif;
      font-size: 16px;
      font-weight: 500;
      color: #3f4652; }

.donation-landing .donation-header {
  background: url("../images/KWNGHeader.png") top center no-repeat #092145;
  height: 450px;
  background-size: cover;
  padding: 125px 0px 50px 0px; }
  .donation-landing .donation-header::before {
    content: "";
    position: absolute;
    margin-top: -125px;
    width: 100%;
    height: 450px;
    background: rgba(0, 0, 0, 0.65);
    /* Black overlay with 50% transparency */ }
  .donation-landing .donation-header .center-button {
    margin-top: 20px; }
    .donation-landing .donation-header .center-button .button {
      padding: 15px 25px;
      font-size: 25px; }

.donation-landing .panel.blue.alternate h3, .donation-landing .panel.blue.alternate h4 {
  color: #77f4d7; }

.donation-landing .panel.light-blue.alternate p, .donation-landing .panel.light-blue.alternate li {
  color: #204d8e; }

.donation-landing .panel.light-blue.alternate li {
  font-weight: bold; }

.donation-landing .panel.special {
  padding: 30px; }
  .donation-landing .panel.special h3 {
    color: #204d8e; }
  .donation-landing .panel.special p {
    font-size: 22px; }

.donation-landing .instructor-card {
  margin-top: 40px;
  margin-bottom: 40px; }
  .donation-landing .instructor-card .photo {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1; }
  .donation-landing .instructor-card .mission {
    color: #204d8e; }
    .donation-landing .instructor-card .mission p {
      color: #204d8e; }
    .donation-landing .instructor-card .mission div {
      padding: 15px 30px;
      background: linear-gradient(to right, #77f4d7 100px, white 100px);
      font-size: 18px; }

.donation-landing .center-button {
  text-align: center; }

@media (max-width: 640px) {
  #donation-header h1 {
    font-size: 50px; }
    #donation-header h1 i {
      font-size: 90px; }
  .message-card p {
    font-size: 28px;
    line-height: 28px; }
  #donation-info p {
    font-size: 18px;
    line-height: 27px; }
  #donation-info h2 {
    font-size: 42px;
    line-height: 42px; }
    #donation-info h2 i {
      font-size: 90px;
      line-height: 45px; }
  #donation-info h3 {
    font-size: 28px; } }

@media (max-width: 480px) {
  .donation-header h1 {
    font-size: 26px; } }

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?1467071");
  src: url("../fonts/fontello.eot?1467071#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?1467071") format("woff"), url("../fonts/fontello.ttf?1467071") format("truetype"), url("../fonts/fontello.svg?1467071#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

.fontello-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  font-size: 16px;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#policies {
  color: #FFFFFF80;
  flex-direction: row;
  display: flex;
  margin-left: 0;
  margin-bottom: 0; }
  #policies li {
    font-size: 12px;
    line-height: 16.8px;
    font-family: 'DM Sans' sans-serif; }
    #policies li a {
      font-size: 12px;
      color: #FFFFFF80; }
    #policies li::after {
      content: "";
      border-left: 1px #ddd solid;
      margin: 0 12px; }
    #policies li:last-child::after {
      border: 0; }

footer {
  min-height: 562px;
  background: url("../images/footer-arrow-bg.png") top left no-repeat, #092145;
  background-size: 65%;
  color: #fff;
  font-family: 'DM Sans' sans-serif;
  padding-left: 15%;
  transition: background 0.3s; }
  footer #site-map-container {
    padding: 0;
    width: 60%; }
  footer #social-media-icons a i {
    color: #faff00; }
    footer #social-media-icons a i:before {
      font-size: 26px; }
  footer #badges {
    width: 95%;
    display: flex; }
    footer #badges div {
      width: 50%;
      margin-right: 10px; }
    footer #badges img {
      margin: 0; }
  footer .row {
    padding: 0;
    display: flex;
    width: 100%; }
  footer .columns {
    padding: 0 20px;
    flex-direction: row;
    float: none; }
  footer img {
    margin: 35px 0 20px 0; }
  footer #site-map {
    margin: 0 10px 0 10px;
    padding: 0; }
    footer #site-map .large-3 {
      padding: 0 8px; }
      footer #site-map .large-3.contact-us {
        width: 28%; }
  footer a, footer a:active, footer a:visited {
    color: #77f4d7; }
  footer h3 {
    font-size: 25px;
    color: white;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    margin: 50px 0 14px 0;
    line-height: 30px;
    text-shadow: none; }
  footer address {
    margin-top: 35px;
    font-size: 16px;
    font-style: normal;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    line-height: 22.4px; }
  footer ul {
    list-style: none;
    margin: 0; }
    footer ul li {
      line-height: 16px;
      margin-bottom: 16px; }
      footer ul li a {
        color: #77f4d7;
        font-size: 16px;
        font-weight: 400;
        font-family: 'DM Sans', sans-serif;
        line-height: 16px; }
        footer ul li a:hover {
          color: #D2FCF2; }
        footer ul li a.button {
          font-family: "DM Sans", Sans-serif;
          font-size: 14px;
          font-weight: 700;
          color: #000;
          background-color: #77f4d7;
          padding: 5px 19px 4px 19px;
          margin-top: 8px; }
          footer ul li a.button:hover {
            opacity: 0.9;
            border: 1px solid #77f4d7; }
  footer .small-text {
    font-size: 12px;
    line-height: 19.2px;
    margin-bottom: 20px;
    font-weight: 500; }
  footer #social-media-icons {
    display: flex;
    margin: 25px 0 10px 0; }
    footer #social-media-icons li {
      margin-right: 16px; }
      footer #social-media-icons li a, footer #social-media-icons li a:hover {
        text-decoration: none; }
  footer #copyright {
    font-size: 10px;
    line-height: 16px;
    opacity: 0.55; }
  footer .telephone {
    margin-top: 30px; }
  footer .email {
    margin-top: 5px; }
  footer #stay-connected {
    padding: 46px calc(50px + 1.68%) 50px 50px;
    background: url("../images/footer_bg.png") top right no-repeat, #204d8e;
    width: 40%; }
    footer #stay-connected .card {
      max-width: 500px;
      margin: 0 auto; }
      footer #stay-connected .card h3 {
        font-size: 35px;
        margin-top: 0;
        margin-bottom: 10px;
        line-height: 1.2;
        letter-spacing: 0px; }
      footer #stay-connected .card p {
        font-family: 'DM Sans', sans-serif;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        line-height: 25.2px;
        margin-bottom: 25px; }
    footer #stay-connected form {
      max-width: 350px; }
    footer #stay-connected input {
      background-color: #092145;
      height: 48px;
      font-size: 16px;
      color: #fff;
      font-family: "DM Sans",sans-serif;
      font-weight: 400;
      border: 0;
      line-height: 22px;
      padding: 10px 14px 10px 14px; }
      footer #stay-connected input::placeholder {
        color: #fff; }
    footer #stay-connected input[type="submit"] {
      background: #faff00;
      color: #000;
      font-family: "DM Sans", Sans-serif;
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      text-decoration: none;
      padding: 16px 30px 33px 30px;
      line-height: 20px;
      border: 0;
      margin: 0;
      margin-bottom: 8px; }

.dashboard footer {
  margin-top: 100px; }

.dashboard .photo {
  width: 125px;
  height: 125px;
  background: #aaa;
  margin-bottom: 30px;
  margin-left: 30px; }

.dashboard .row {
  display: flex; }

.dashboard .dash-column {
  margin-bottom: 25px;
  display: flex; }

.dashboard #qrcode-box {
  width: 182px;
  margin: 0 auto 20px auto;
  border: 4px solid black;
  height: 182px; }
  .dashboard #qrcode-box:hover {
    cursor: pointer; }

.dashboard .dash-panel {
  width: 100%;
  background: #f4f4f4;
  padding: 15px 20px 7px 20px; }
  .dashboard .dash-panel.blue-panel {
    background: #204d8e; }
    .dashboard .dash-panel.blue-panel h3 {
      color: #faff00; }
    .dashboard .dash-panel.blue-panel p {
      color: white; }
      .dashboard .dash-panel.blue-panel p b {
        color: #faff00;
        text-transform: uppercase; }
    .dashboard .dash-panel.blue-panel a {
      color: white; }
  .dashboard .dash-panel.light-blue-panel {
    background: #77f4d7; }
  .dashboard .dash-panel.warning {
    border: 3px dashed #f00; }
    .dashboard .dash-panel.warning p {
      color: #f00;
      font-size: 18px; }
  .dashboard .dash-panel .button-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .dashboard .dash-panel .button-list .button {
      font-size: 16px;
      width: 49%;
      height: 60px;
      line-height: 48px;
      text-align: center;
      display: block;
      padding: 5px; }
      .dashboard .dash-panel .button-list .button span {
        vertical-align: middle;
        display: inline-block;
        line-height: normal; }
  .dashboard .dash-panel .fa.primary::before, .dashboard .dash-panel .fa-solid.primary::before {
    color: #204d8e; }
  .dashboard .dash-panel .fa.secondary, .dashboard .dash-panel .fa-solid.secondary {
    color: #77f4d7; }
  .dashboard .dash-panel .fa.accent, .dashboard .dash-panel .fa-solid.accent {
    color: #faff00; }
  .dashboard .dash-panel .fa.purple, .dashboard .dash-panel .fa-solid.purple {
    color: #db00b9; }
  .dashboard .dash-panel .icon {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 0;
    text-align: center;
    margin-right: 12px; }
    .dashboard .dash-panel .icon .fa, .dashboard .dash-panel .icon .fa-solid {
      font-size: 25px;
      color: #fff;
      margin: 13px 0 0 0; }
    .dashboard .dash-panel .icon.green {
      background: #77f4d7; }
    .dashboard .dash-panel .icon.yellow {
      background: #faff00; }
    .dashboard .dash-panel .icon.blue {
      background: #204d8e; }
    .dashboard .dash-panel .icon.purple {
      background: #db00b9; }
  .dashboard .dash-panel h4 {
    font-size: 13px;
    text-transform: uppercase; }
    .dashboard .dash-panel h4.panel-title {
      font-size: 16px;
      font-weight: 500; }
  .dashboard .dash-panel p {
    font-size: 14px;
    margin-bottom: 8px; }

.dashboard #year-selection {
  display: flex;
  list-style: none;
  background: #264184;
  margin-left: 0;
  padding: 0 10px;
  flex-wrap: wrap; }
  .dashboard #year-selection li {
    padding: 15px; }
    .dashboard #year-selection li a {
      font-weight: bold;
      color: #fff; }
      .dashboard #year-selection li a.selected {
        color: #faff00; }
      .dashboard #year-selection li a:hover {
        color: #faff00; }

.dashboard .personal-stats h4.panel-title {
  font-size: 22px;
  padding-top: 20px;
  clear: both;
  color: #204d8e; }

.dashboard .personal-stats p {
  text-transform: uppercase;
  font-size: 14px; }

.dashboard .leaderboard tbody tr td:last-child {
  text-align: right;
  padding-right: 10px; }

.dashboard .leaderboard th {
  background: #204d8e;
  color: #fff; }

.dashboard .link-list p {
  display: flex; }

.dashboard .link-list p i {
  margin-right: 5px;
  padding-top: 5px; }

.dashboard table.responsive-table td, .dashboard table.responsive-table td ul li, .dashboard table.responsive-table button {
  font-size: 16px; }

.dashboard table.responsive-table tr::nth-child(odd) {
  color: #F2F2F2; }

.dashboard table.responsive-table .half {
  width: 8%; }

#dash-progress {
  background: #204d8e;
  padding-top: 20px;
  padding-bottom: 20px; }
  #dash-progress ul {
    list-style: none;
    display: flex;
    margin: 0; }
  #dash-progress .steps .circle {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 2px solid #092145;
    background: #204d8e;
    display: inline-block;
    z-index: 20;
    position: relative;
    padding-top: 9px; }
  #dash-progress .steps.complete .circle {
    background: #faff00;
    border-color: #faff00; }
  #dash-progress .steps {
    flex-grow: 1;
    text-align: center; }
  #dash-progress .title {
    color: #77f4d7;
    font-size: 22px;
    margin-bottom: 8px; }
  #dash-progress .steps .line::before {
    width: 100%;
    border-top: 5px solid #092145;
    content: '';
    display: block;
    margin-left: -47%;
    top: -29%;
    position: relative;
    z-index: 10; }
  #dash-progress .steps.complete .line::before {
    border-top: 5px solid #faff00; }
  #dash-progress .fa-check {
    font-size: 28px; }

@media (max-width: 640px) {
  .dashboard .row {
    display: block; } }

.tabs {
  overflow: none;
  border-bottom: 1px solid #F0F0F0; }

.tabs ul {
  overflow: auto;
  margin: 0;
  width: 720px;
  float: left; }

.tabs div {
  margin: 40px 0 0 0;
  padding: 8px 12px; }

.tabs div a {
  font-size: 13px;
  color: #666;
  font-family: 'DM Sans', sans-serif; }

.tabs ul li {
  float: left;
  padding: 8px 12px;
  list-style: none; }

.tabs ul li.pull-right {
  float: right; }

.tabs ul li.active {
  background-color: #77f4d7; }

.tabs ul li.active a {
  color: #333; }

.tabs ul li a {
  color: #666;
  font-size: 18px;
  font-family: 'DM Sans', sans-serif; }

.dataTables_paginate {
  display: flex; }

.dataTables_wrapper .pagination {
  margin: 0 auto; }

.dt-buttons button, .dt-buttons a {
  float: right; }

.dt-buttons {
  clear: both; }

.empty .dt-column-order::before {
  display: none; }

.empty .dt-column-order::after {
  display: none; }

.dt-column-order {
  position: relative;
  left: 12px;
  top: 0;
  bottom: 0;
  width: 12px; }
  .dt-column-order::before {
    position: absolute;
    display: block;
    bottom: 50%;
    content: "▲";
    left: 0;
    opacity: 0.125;
    line-height: 9px;
    font-size: 0.8em; }
  .dt-column-order::after {
    position: absolute;
    display: block;
    top: 50%;
    content: "▼";
    left: 0;
    opacity: 0.125;
    line-height: 9px;
    font-size: 0.8em; }

.dt-ordering-asc .dt-column-order::before {
  opacity: 1; }

.dt-ordering-desc .dt-column-order::after {
  opacity: 1; }

.table-filters .dt-column-order::before {
  display: none; }

.table-filters .dt-column-order::after {
  display: none; }

.csv {
  margin-bottom: 20px;
  clear: both; }

.dt-buttons button, .dt-buttons a {
  background: none;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid transparent; }
  .dt-buttons button:hover, .dt-buttons a:hover {
    border: 1px solid transparent;
    background: transparent; }
    .dt-buttons button:hover span, .dt-buttons a:hover span {
      color: #264184; }

.dt-buttons button span, .dt-buttons a span, .csv a {
  color: #666;
  font-size: 13px;
  font-family: 'DM Sans', sans-serif; }

.dt-buttons i.fa, .csv i.fa {
  color: #77f4d7; }

.button, button, input[type="submit"] {
  font-size: 20px;
  line-height: 20px;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  text-transform: uppercase;
  background: #77f4d7;
  padding-top: 20px;
  font-weight: 700;
  border: 1px solid transparent; }
  .button:focus, button:focus, input[type="submit"]:focus {
    background: #264184;
    color: #fff; }
  .button.disabled, button.disabled, input[type="submit"].disabled {
    background: #aaa; }
    .button.disabled:hover, button.disabled:hover, input[type="submit"].disabled:hover {
      background: #aaa; }
  .button.filled, button.filled, input[type="submit"].filled {
    color: #000;
    background: #faff00; }
    .button.filled:hover, button.filled:hover, input[type="submit"].filled:hover {
      border: 1px solid #000;
      background: #faff00;
      color: #000; }
  .button.small, button.small, input[type="submit"].small {
    padding: 10px 25px 7px;
    font-size: 18px; }
  .button.tiny, button.tiny, input[type="submit"].tiny {
    padding: 10px 25px 7px;
    font-size: 15px; }
  .button.nano, button.nano, input[type="submit"].nano {
    padding: 10px 15px 7px;
    font-size: 14px; }
  .button:hover, button:hover, input[type="submit"]:hover {
    border: 1px solid #000;
    background: #77f4d7;
    color: #000; }
  .button.primary, button.primary, input[type="submit"].primary {
    color: #fff;
    background: #204d8e;
    border: 1px solid transparent; }
    .button.primary:hover, button.primary:hover, input[type="submit"].primary:hover {
      color: #77f4d7;
      border-color: 1px solid #000;
      background: #204d8e; }
  .button.secondary, button.secondary, input[type="submit"].secondary {
    color: #000;
    background: #faff00;
    border: 1px solid transparent; }
    .button.secondary:hover, button.secondary:hover, input[type="submit"].secondary:hover {
      color: #000;
      border-color: #000;
      background: #faff00; }
  .button.neutral, button.neutral, input[type="submit"].neutral {
    color: #000;
    background: #77f4d7;
    border: 1px solid transparent; }
    .button.neutral:hover, button.neutral:hover, input[type="submit"].neutral:hover {
      color: #000;
      border-color: #000;
      background: #faff00; }
  .button.special, button.special, input[type="submit"].special {
    background: #204d8e;
    color: #faff00;
    border: 1px solid transparent; }
    .button.special:hover, button.special:hover, input[type="submit"].special:hover {
      color: #fff;
      border-color: #000;
      background: #204d8e; }
  .button.alternate, button.alternate, input[type="submit"].alternate {
    background: #204d8e;
    color: #77f4d7;
    border: 1px solid transparent; }
    .button.alternate:hover, button.alternate:hover, input[type="submit"].alternate:hover {
      color: #fff;
      border-color: #000;
      background: #204d8e; }

.panel {
  border: 0; }
  .panel p {
    font-size: 18px; }
  .panel.blue {
    background-color: #204d8e; }
    .panel.blue p {
      color: #fff; }
    .panel.blue a {
      color: #faff00; }
    .panel.blue h3 {
      color: #faff00; }
    .panel.blue h4 {
      color: #fff;
      margin: 30px 0 0 0; }
    .panel.blue div {
      color: #fff; }
  .panel.light-blue {
    background-color: #77f4d7; }
    .panel.light-blue h3 {
      color: #204d8e; }

.accented, .panel.blue .accented {
  color: #faff00; }

/* Attend an Event */
#filters .button.small {
  padding: 8px 18px; }

#sticky-info {
  width: 25%;
  background: #204d8e;
  padding: 20px 45px;
  margin-top: 16px;
  margin-bottom: 50px;
  color: #fff; }

#sticky-info ul {
  margin-left: 0px; }

#sticky-info ul li .icon {
  color: #77f4d7; }

#sticky-info ul li {
  list-style: none;
  font-size: 18px;
  display: flex;
  margin-bottom: 16px; }

#sticky-info ul li .icon {
  margin-right: 10px; }

#sticky-info ul li .list-text {
  width: 100%; }

#sticky-info button, #sticky-info .button {
  display: block;
  width: 100%; }

#sticky-info button i {
  margin-right: 10px;
  font-size: 22px;
  position: relative;
  top: 2px; }

#filter-types {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px; }

#filter-types .item {
  height: 34px; }

#filter-types .clicked {
  background: white;
  border-radius: 2px 2px 0 0; }

#filter-types .clicked .filter-label {
  color: #051421; }

#filter-types li {
  color: white;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 26px;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  border-right: 1px solid white;
  line-height: 1; }

#filter-types li:last-child {
  border-right: 0; }

#filter-types {
  overflow: auto; }

#filter-types .filter {
  background: white;
  position: absolute;
  list-style: none;
  z-index: 100;
  width: 400px;
  color: #051421;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  margin-top: 16px;
  display: none;
  padding: 10px 20px;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.15);
  margin-left: -26px; }

#filter-types .filter-label {
  font-family: "DM Sans", Sans-serif;
  font-size: 18px;
  letter-spacing: 2px; }

#filter-types .text {
  display: flex;
  margin-bottom: 20px;
  align-items: baseline; }

#filter-types .text label {
  width: 100px; }

#filter-types #date-range-filter {
  padding-top: 25px; }

#filter-types .checkbox input:checked ~ .searchVal {
  color: #77f4d7;
  font-weight: bold; }

.info-filters {
  background: #f4f4f4;
  margin-left: 20px;
  display: inline-block;
  padding: 6px 10px; }

.searchVal {
  position: relative;
  top: -4px;
  margin-left: 12px;
  text-transform: none;
  font-size: 18px; }

.checkmark {
  height: 25px;
  width: 25px;
  border: 1px solid #D9D9D9;
  background: white;
  display: block;
  margin: 6px auto 0 auto; }

.checkmark:after {
  content: "";
  position: relative;
  display: none; }

.checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 25px;
  width: 25px;
  z-index: 10; }

.checkmark {
  height: 22px;
  width: 22px;
  border: 2px solid #092145;
  border-radius: 2px;
  display: inline-block;
  margin: 6px auto 0 auto;
  z-index: 5; }

.checkmark:after {
  content: "";
  position: relative;
  display: none; }

.checkbox input:checked + .checkmark {
  border: 2px solid #092145;
  background: #77f4d7; }

.checkbox input:checked ~ .checkmark:after {
  display: block; }

.dataTable .checkbox input:checked ~ .checkmark:after {
  display: block; }

.card .checkbox input:checked ~ .searchVal {
  color: #000; }

.card .checkbox .searchVal {
  font-size: 14px;
  font-weight: 400;
  color: #000; }

.card .checkmark {
  height: 22px;
  width: 22px;
  border: 2px solid #092145; }

#view-dashboard-modal {
  width: 60%; }

#view-dashboard-modal .photo {
  width: 145px;
  height: 145px; }

#view-dashboard-modal table thead {
  background: #d0d0d0; }

#view-dashboard-modal table thead tr th {
  color: #2f2f2f; }

.reveal-modal {
  top: 210px; }

.registrations-modal {
  top: 220px; }

.registrations-modal table td {
  border-bottom-color: #59667d; }

.registrations-modal table .email-col {
  width: 30%; }

.registrations-modal table .copy-to-clipboard, .registrations-modal table .copy-to-clipboard i {
  font-size: 13px;
  color: #204d8e;
  font-weight: normal;
  text-transform: capitalize; }

.registrations-modal h4 {
  margin: 20px 0; }

#view-dashboard-modal {
  top: 135px; }

#filters .button.small {
  padding: 8px 18px; }

.traces li {
  margin: 20px 0; }
  .traces li ol li {
    margin: 5px 0; }

.photo {
  display: block;
  width: 78px;
  height: 78px;
  overflow: hidden;
  z-index: 1;
  background: #909090; }
  .photo.large {
    width: 300px;
    height: 300px;
    background: #ccc; }
  .photo.center {
    margin: 0 auto; }
  .photo img {
    width: 100%;
    display: block;
    position: relative; }

#kwnextgen-modal {
  padding: 0; }
  #kwnextgen-modal .row {
    padding: 0; }
  #kwnextgen-modal h3 {
    font-size: 35px;
    margin-top: 45px; }
    #kwnextgen-modal h3 span {
      background: linear-gradient(#FFF 28%, #FFFB00 0);
      display: inline-block;
      line-height: 26px; }
  #kwnextgen-modal p {
    font-size: 18px;
    width: 75%; }
  #kwnextgen-modal button {
    background: #77f4d7; }

#order-kit-description p {
  font-size: 18px; }

#order-kit-description ul li {
  font-size: 18px; }

p.message-box {
  background: #204d8e;
  padding: 30px;
  color: #faff00; }

.registration-sidebar {
  color: #000;
  background: #D2FCF2;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 60px; }
  .registration-sidebar p {
    color: #000;
    font-size: 16px; }
    .registration-sidebar p.blue-text {
      color: #204d8e; }

.donation-sidebar {
  color: white;
  background: #264184;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px; }
  .donation-sidebar a {
    color: #faff00; }
  .donation-sidebar h3 {
    color: white;
    font-size: 22px;
    margin-bottom: 20px; }
  .donation-sidebar p {
    color: white;
    font-size: 16px; }
  .donation-sidebar ul {
    margin-left: 0;
    list-style: none; }
    .donation-sidebar ul li {
      color: #faff00;
      font-size: 15px;
      font-weight: 500; }
      .donation-sidebar ul li span:first-child {
        display: inline-block;
        width: 100px; }

#download-guide {
  display: block;
  margin: 30px 0; }

#reveal-command img {
  width: 100%; }

.attendance-form .column + .column:last-child,
.attendance-form .columns + .columns:last-child {
  float: left; }

.attendance-form table thead tr th {
  padding-top: 10px; }

#training-info {
  background: #204d8e;
  padding: 20px; }
  #training-info h3, #training-info div {
    color: #fff; }
  #training-info h3 {
    padding-bottom: 5px; }
  #training-info div {
    font-size: 18px; }

.light-blue .button-list {
  display: flex;
  flex-wrap: wrap; }
  .light-blue .button-list .button {
    flex: 1 1 0px;
    margin: 5px;
    font-size: 17px;
    display: block;
    line-height: 60px; }
    .light-blue .button-list .button span {
      vertical-align: middle;
      display: inline-block;
      line-height: normal; }

.wc-attendance {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .wc-attendance i {
    font-size: 30px !important; }
  .wc-attendance .fa-square-o {
    display: inline-block; }
  .wc-attendance .fa-check-square-o {
    color: #204d8e;
    display: none; }
  .wc-attendance .name {
    font-size: 18px; }

#training-info {
  margin-bottom: 20px; }

.attended h3, .attended h4 {
  color: #333; }

.attended .fa-check-square-o {
  display: inline-block; }

.attended .fa-square-o {
  display: none; }

.in-progress h3, .in-progress h4 {
  color: #4A4A4A; }

.in-progress img {
  width: 60px;
  display: inline-block !important;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px); }

.panel .icons {
  text-align: center; }
  .panel .icons a {
    display: inline-block;
    margin: 0 40px;
    font-size: 45px; }

.public-profile-header {
  height: 473px;
  padding-top: 35px; }
  .public-profile-header .photo {
    width: 403px;
    height: 403px;
    float: left;
    margin-right: 120px; }
  .public-profile-header .instructor-name {
    color: #D2FCF2;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 35px;
    font-weight: 500; }
  .public-profile-header .instructor-title, .public-profile-header .instructor-website, .public-profile-header .mission-title {
    color: #D2FCF2;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; }
  .public-profile-header .instructor-website, .public-profile-header .mission-title {
    margin: 14px 0; }
  .public-profile-header .instructor-website a {
    color: #77f4d7;
    font-family: 'DM Sans', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
    .public-profile-header .instructor-website a:hover {
      text-decoration: underline; }
  .public-profile-header .mission p {
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
  .public-profile-header .social-links a {
    color: #D2FCF2;
    margin-right: 15px; }
  .public-profile-header.light {
    background: #D2FCF2;
    height: auto;
    overflow: auto;
    margin-top: 100px; }
    .public-profile-header.light h2 {
      color: #264184;
      margin-bottom: 38px; }
    .public-profile-header.light .instructor-title, .public-profile-header.light .instructor-website, .public-profile-header.light .mission-title, .public-profile-header.light .instructor-name, .public-profile-header.light .social-links a {
      color: #264184; }
    .public-profile-header.light .mission p, .public-profile-header.light .instructor-website a {
      color: #000; }
  .public-profile-header .instructor-info {
    margin-bottom: 50px; }

.public.instructor-events-list {
  margin: 30px 0 100px; }

.public-bio {
  margin-top: 30px;
  background: url('data:image/svg+xml,<svg width="167" height="167" viewBox="0 0 167 167" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M167 0H55.6677L0 55.6677H111.335V167L167 111.335V0Z" fill="%2377F4D7"/></svg>') top right no-repeat;
  min-height: 167px; }

@media print {
  body {
    margin: 0 !important; } }

.main-container {
  font-family: 'Lato';
  width: fit-content;
  margin-left: auto;
  margin-right: auto; }

.ck-content {
  font-family: 'Lato';
  line-height: 1.6;
  word-break: break-word; }

.editor-container_classic-editor .editor-container__editor {
  min-width: 795px;
  max-width: 795px; }

.ck-content h3.category {
  font-family: 'Oswald';
  font-size: 20px;
  font-weight: bold;
  color: #555;
  letter-spacing: 10px;
  margin: 0;
  padding: 0; }

.ck-content h2.document-title {
  font-family: 'Oswald';
  font-size: 50px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  border: 0; }

.ck-content h3.document-subtitle {
  font-family: 'Oswald';
  font-size: 20px;
  color: #555;
  margin: 0 0 1em;
  font-weight: bold;
  padding: 0; }

.ck-content p.info-box {
  --background-size: 30px;
  --background-color: #e91e63;
  padding: 1.2em 2em;
  border: 1px solid var(--background-color);
  background: linear-gradient(135deg, var(--background-color) 0%, var(--background-color) var(--background-size), transparent var(--background-size)), linear-gradient(135deg, transparent calc(100% - var(--background-size)), var(--background-color) calc(100% - var(--background-size)), var(--background-color));
  border-radius: 10px;
  margin: 1.5em 2em;
  box-shadow: 5px 5px 0 #ffe6ef; }

.ck-content blockquote.side-quote {
  font-family: 'Oswald';
  font-style: normal;
  float: right;
  width: 35%;
  position: relative;
  border: 0;
  overflow: visible;
  z-index: 1;
  margin-left: 1em; }

.ck-content blockquote.side-quote::before {
  content: '“';
  position: absolute;
  top: -37px;
  left: -10px;
  display: block;
  font-size: 200px;
  color: #e7e7e7;
  z-index: -1;
  line-height: 1; }

.ck-content blockquote.side-quote p {
  font-size: 2em;
  line-height: 1; }

.ck-content blockquote.side-quote p:last-child:not(:first-child) {
  font-size: 1.3em;
  text-align: right;
  color: #555; }

.ck-content span.marker {
  background: yellow; }

.ck-content span.spoiler {
  background: #000;
  color: #000; }

.ck-content span.spoiler:hover {
  background: #000;
  color: #fff; }

.ck-content pre.fancy-code {
  border: 0;
  margin-left: 2em;
  margin-right: 2em;
  border-radius: 10px; }

.ck-content pre.fancy-code::before {
  content: '';
  display: block;
  height: 13px;
  background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NCAxMyI+CiAgPGNpcmNsZSBjeD0iNi41IiBjeT0iNi41IiByPSI2LjUiIGZpbGw9IiNGMzZCNUMiLz4KICA8Y2lyY2xlIGN4PSIyNi41IiBjeT0iNi41IiByPSI2LjUiIGZpbGw9IiNGOUJFNEQiLz4KICA8Y2lyY2xlIGN4PSI0Ny41IiBjeT0iNi41IiByPSI2LjUiIGZpbGw9IiM1NkM0NTMiLz4KPC9zdmc+Cg==);
  margin-bottom: 8px;
  background-repeat: no-repeat; }

.ck-content pre.fancy-code-dark {
  background: #272822;
  color: #fff;
  box-shadow: 5px 5px 0 #00001f; }

.ck-content pre.fancy-code-bright {
  background: #dddfe0;
  color: #000;
  box-shadow: 5px 5px 0 #b3b3b3; }

.ck.ck-editor {
  margin-bottom: 40px; }

.row, .row-small {
  max-width: 1480px; }

footer .row {
  width: 100%;
  max-width: 100%; }

@media (min-width: 2100px) {
  .row, .row-small {
    max-width: 1960px; }
  table tr td .step::after {
    width: 300px; } }

@media (max-width: 1850px) {
  footer {
    background-size: 80%; }
  .cards .card .title {
    font-size: 18px; }
  table tr td .step::after {
    width: 220px; } }

@media (max-width: 1600px) {
  .row, .row-small {
    max-width: 1480px; }
  footer {
    background-size: 100%; }
  footer .row {
    width: 100%;
    max-width: 100%; } }

@media (max-width: 1420px) {
  .cards .card .title {
    font-size: 16px; }
  .cards .card .info {
    font-size: 12px; }
  table tr td .step::after {
    width: 180px; }
  .dashboard .dash-panel .button-list .button {
    font-size: 13px; } }

@media (max-width: 1300px) {
  table.instructor-list .photo {
    margin-left: 12px;
    width: 46px;
    height: 46px; } }

@media (max-width: 1200px) {
  .row, .row-small {
    max-width: 100%; }
  footer {
    background: url("../images/mobile-footer-pattern.png") top left no-repeat, #092145;
    background-size: 10% auto; }
  footer .row {
    width: 100%;
    max-width: 1024px; }
  .cards .card .title {
    font-size: 16px; }
  .cards .card .info {
    font-size: 12px; }
  .cards .card .image {
    width: 80px; }
  #sticky-info {
    width: 33.33333%; } }

@media (max-width: 1024px) {
  a.mobile-link {
    display: inline; }
  a.desktop-link {
    display: none; } }

@media (min-width: 1024px) {
  a.mobile-link {
    display: none; }
  a.desktop-link {
    display: inline; } }

.row {
  padding: 0 15px; }

@media (max-width: 640px) {
  footer {
    padding: 0; }
    footer #stay-connected {
      width: 100%;
      padding: 46px calc(20px + 1.68%) 50px 20px; }
      footer #stay-connected .card h3 {
        font-size: 25px; }
      footer #stay-connected .card p {
        font-size: 18px; }
    footer #site-map-container {
      width: 100%; }
    footer #site-map {
      flex-direction: column;
      width: auto; }
  footer .row, .dashboard footer .row {
    display: flex;
    flex-direction: column-reverse; }
  #donation__personal_info_amountManual, #donation__payment_info_amountManual {
    width: 100%; }
  form.donation-form #credit-tax-checkbox label {
    width: 75%; } }

@media (max-width: 767px) {
  table.instructor-list td:first-child:before,
  table.dataTable.dtr-column > tbody > tr > td.control:before,
  table.instructor-list td:last-child:after {
    content: none; }
  table.instructor-list {
    table-layout: initial;
    display: block; }
  table.instructor-list thead, table.instructor-list thead tr {
    display: block;
    width: 100%; }
  table.instructor-list thead tr th {
    font-size: 11px;
    padding: 5px;
    width: 16.66% !important; }
  table.instructor-list thead tr th:first-child {
    display: none; }
  table.instructor-list tbody {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  table.instructor-list tbody tr {
    width: 50%;
    display: block;
    margin-bottom: 10px; }
  table.instructor-list tbody tr td {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 0;
    display: block;
    position: relative; }
  table.instructor-list tbody tr td:last-child {
    padding-bottom: 20px; }
  table.instructor-list tbody tr td:not(first-child):before {
    /* Now like a table header */
    position: relative;
    /* Top/left values mimic padding */
    top: 0 !important;
    left: 6px !important;
    width: 45% !important;
    right: auto !important;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: 600; }
  table.instructor-list tbody tr td:nth-of-type(2):before {
    content: "Name"; }
  table.instructor-list tbody tr td:nth-of-type(3):before {
    content: "Region"; }
  table.instructor-list tbody tr td:nth-of-type(4):before {
    content: "City"; }
  table.instructor-list tbody tr td:nth-of-type(5):before {
    content: "State"; } }

@media (max-width: 479px) {
  table.instructor-list thead tr th {
    padding: 5px; }
  table.instructor-list tbody {
    display: block;
    width: 100%; }
  table.instructor-list tbody tr {
    width: 100%; } }

@media (max-width: 1024px) {
  a.mobile-link {
    display: inline; }
  a.desktop-link {
    display: none; }
  .box {
    width: 100%; }
  #filters {
    display: none; }
  #sticky-info {
    position: static;
    top: auto;
    width: 100%;
    margin-left: 0; }
  #search #search-control {
    flex-direction: row;
    padding: 0 15px; }
  .event-header .row {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .event-header .row h2, .event-header .row h3 {
    text-align: center; }
  .event-header .row .event-image {
    margin: 0;
    width: 140px;
    height: 140px; } }

@media (min-width: 1024px) {
  a.mobile-link {
    display: none; }
  #search #search-control button {
    width: 255px; }
  a.desktop-link {
    display: inline; }
  footer #site-map .large-3 {
    width: 24%; } }

.row {
  padding: 0 15px; }

.cards .slick-prev {
  left: -10px; }

.cards .slick-next {
  right: -10px; }

.cke {
  margin-bottom: 22px; }

@media (max-width: 1024px) {
  html, body, p {
    font-size: 18px; }
  h1 {
    font-size: 34px;
    margin-bottom: 20px; }
  h2 {
    font-size: 30px;
    margin-bottom: 20px; }
  .cards .card .image {
    width: 60px;
    margin-right: 10px;
    margin-top: 5px; }
  .cards .card .info {
    width: 280px; }
  .cards .card {
    padding: 10px;
    margin: 0 5px; } }

@media (max-width: 960px) {
  .cards .card .image {
    width: 128px; } }

@media (max-width: 991px) {
  h1 {
    font-size: 30px; }
  h2 {
    font-size: 26px; }
  .slick-prev::before, .slick-next::before {
    font-size: 20px; } }

@media (max-width: 320px) {
  #search h2 {
    font-size: 42px; }
  #search-input {
    width: 195px; }
  table.kwkc-table th {
    font-size: 13px; } }

@media (max-width: 480px) {
  .columns.small-12 {
    padding-right: 0; }
  .student-register .buttons button {
    width: 90%; }
  .public-profile-header .photo {
    width: 342px;
    height: 342px; }
  form.donation-form button.values {
    width: 45%;
    font-size: 18px;
    padding: 10px; }
  #donation-header {
    padding-top: 50px; }
  form.donation-form .panel .recurring_choice label {
    font-size: 16px; }
  .event-header {
    padding-top: 35px; }
    .event-header .instructors {
      display: none; }
  .about-instructors li .info {
    width: 215px; }
  #sticky-info {
    margin-bottom: 30px; }
  .cards {
    display: block; }
  .cards .card .searchVal {
    font-size: 12px;
    top: -6px;
    margin-left: 8px; }
  .cards .donation {
    display: none; }
  .cards .card .image {
    width: 96px; }
  #search #search-control button {
    width: 120px;
    padding: 12px;
    font-size: 18px;
    height: 42px; }
  form#sign-in-form .panel {
    padding: 0; }
  form#sign-in-form .login-box {
    width: 100%;
    height: auto;
    padding: 25px;
    background: #264184;
    margin-bottom: 30px;
    margin-top: 30px; }
  #navigation #logo-light img, #navigation #logo-dark img {
    width: 115px; }
  #navigation #main-nav-list {
    right: 0;
    width: 260px;
    text-align: left; }
    #navigation #main-nav-list li {
      margin-left: 16px;
      border-bottom: 1px solid #F4F4F4;
      margin-bottom: 12px;
      padding-bottom: 12px; }
      #navigation #main-nav-list li.menu-icon-item {
        display: block;
        float: left;
        width: 35px;
        margin-left: 30px;
        border: 0; }
        #navigation #main-nav-list li.menu-icon-item.first {
          margin-left: 79px; }
      #navigation #main-nav-list li.donate-button-item {
        margin: 0;
        text-align: center;
        border: 0;
        margin-bottom: 30px; }
      #navigation #main-nav-list li a {
        font-size: 22px; }
      #navigation #main-nav-list li .dropdown {
        text-align: left; }
        #navigation #main-nav-list li .dropdown li {
          border-bottom: 0; }
          #navigation #main-nav-list li .dropdown li a {
            font-size: 18px; }
  footer h3 {
    font-size: 22px; }
  footer #site-map-container {
    background: url("../images/mobile-footer-pattern.png") top left no-repeat, #092145;
    background-size: 22% auto;
    background-position: left 10% top 56px; }
  footer .row .row.policies-row {
    margin: 0; }
  footer #policies {
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: center; }
    footer #policies .break {
      flex-basis: 100%;
      line-height: 0;
      margin: 0; }
      footer #policies .break:after {
        border: 0;
        margin: 0; }
  footer #site-map .columns {
    width: auto;
    margin-left: 120px; }
    footer #site-map .columns.contact-us {
      margin-left: 0;
      width: 100%;
      text-align: center; }
      footer #site-map .columns.contact-us #social-media-icons {
        justify-content: center; }
        footer #site-map .columns.contact-us #social-media-icons li {
          margin: 0 8px; } }

@media (min-width: 720px) {
  .cards {
    display: block; }
  #policies .break {
    display: none; } }

.dark-mode #navigation #logo-dark {
  display: inline; }

.dark-mode #navigation .fa-moon {
  display: none;
  color: #faff00; }

.dark-mode #navigation .fa-sun {
  display: inline;
  color: #faff00; }

.dark-mode #navigation #logo-light {
  display: none; }

.dark-mode .reveal-modal {
  background: #1f2022; }
  .dark-mode .reveal-modal .text-center {
    color: #dadbdd; }
    .dark-mode .reveal-modal .text-center span {
      color: #77f4d7; }

.dark-mode .tippy-box {
  background: #1f2022;
  color: #dadbdd; }

.dark-mode .slick-prev::before, .dark-mode .slick-next::before {
  color: #c6c6c6; }

.dark-mode .about-instructors li .name a {
  color: #77f4d7; }

.dark-mode .description-list li .material-icons {
  color: #77f4d7; }

.dark-mode .card .checkbox .searchVal {
  color: #dadbdd; }

.dark-mode #table-counter {
  color: #dadbdd; }

.dark-mode table.kwkc-table a {
  color: #77f4d7; }

.dark-mode table.kwkc-table .datefield {
  color: #dadbdd; }

.dark-mode table.kwkc-table .timefield {
  color: #dadbdd; }

.dark-mode .cards .card {
  background: #1f2022; }
  .dark-mode .cards .card .title {
    color: #77f4d7; }

.dark-mode body {
  background: #2a2c2f; }

.dark-mode p {
  color: #dadbdd; }

.dark-mode a {
  color: #77f4d7; }

.dark-mode h1, .dark-mode h2, .dark-mode h3 {
  color: #77f4d7; }

.dark-mode h4 {
  color: #dadbdd; }

.dark-mode a.button {
  color: #000; }
  .dark-mode a.button.special {
    color: #faff00; }

.dark-mode table thead {
  background: #204d8e; }
  .dark-mode table thead th {
    color: #77f4d7; }

.dark-mode table tbody tr:nth-child(2n) {
  background: #373737; }
  .dark-mode table tbody tr:nth-child(2n) td {
    color: #dadbdd; }

.dark-mode ul li {
  color: #dadbdd; }

.dark-mode table tbody tr:nth-child(2n+1) td, .dark-mode table.instructor-list tbody tr:nth-child(2n+1) td {
  background: #4A4A4A;
  color: #dadbdd; }

.dark-mode .xdsoft_calendar table tbody tr:nth-child(2n) td {
  background: #373737; }

.dark-mode #navigation {
  background: #2a2c2f; }
  .dark-mode #navigation ul a {
    color: #dadbdd; }
  .dark-mode #navigation .dropdown {
    background: #2a2c2f; }
    .dark-mode #navigation .dropdown li {
      border-bottom: 1px solid #606060; }
      .dark-mode #navigation .dropdown li:last-child {
        border: 0; }
    .dark-mode #navigation .dropdown li a {
      color: #dadbdd; }
  .dark-mode #navigation #nav-donate-button {
    color: #000; }

.dark-mode #donation-form label {
  color: #dadbdd; }

.dark-mode label {
  color: #dadbdd; }

.dark-mode div {
  color: #dadbdd; }

.dark-mode .tabs ul li a {
  color: #b7b7b7; }

.dark-mode .tabs ul li.active a {
  color: #1e1e1e; }

.dark-mode .impersonation {
  background: #0F2944; }

.dark-mode form input[type="text"], .dark-mode form input[type="email"], .dark-mode form input[type="password"], .dark-mode form input[type="number"], .dark-mode form .select2, .dark-mode form select, .dark-mode form .select2-dropdown, .dark-mode form .report-date, .dark-mode form input, .dark-mode form #card-element, .dark-mode form.donation-form input[type="text"], .dark-mode form.donation-form input[type="email"], .dark-mode form.donation-form input[type="password"], .dark-mode form.donation-form input[type="number"], .dark-mode form.donation-form .select2, .dark-mode form.donation-form select, .dark-mode form.donation-form .select2-dropdown, .dark-mode form.donation-form .report-date, .dark-mode form.donation-form input, .dark-mode form.donation-form #card-element, .dark-mode form.base-form input[type="text"], .dark-mode form.base-form input[type="email"], .dark-mode form.base-form input[type="password"], .dark-mode form.base-form input[type="number"], .dark-mode form.base-form .select2, .dark-mode form.base-form select, .dark-mode form.base-form .select2-dropdown, .dark-mode form.base-form .report-date, .dark-mode form.base-form input, .dark-mode form.base-form #card-element, .dark-mode #registration-form input[type="text"], .dark-mode #registration-form input[type="email"], .dark-mode #registration-form input[type="password"], .dark-mode #registration-form input[type="number"], .dark-mode #registration-form .select2, .dark-mode #registration-form select, .dark-mode #registration-form .select2-dropdown, .dark-mode #registration-form .report-date, .dark-mode #registration-form input, .dark-mode #registration-form #card-element, .dark-mode #donation-form input[type="text"], .dark-mode #donation-form input[type="email"], .dark-mode #donation-form input[type="password"], .dark-mode #donation-form input[type="number"], .dark-mode #donation-form .select2, .dark-mode #donation-form select, .dark-mode #donation-form .select2-dropdown, .dark-mode #donation-form .report-date, .dark-mode #donation-form input, .dark-mode #donation-form #card-element, .dark-mode #donate-form input[type="text"], .dark-mode #donate-form input[type="email"], .dark-mode #donate-form input[type="password"], .dark-mode #donate-form input[type="number"], .dark-mode #donate-form .select2, .dark-mode #donate-form select, .dark-mode #donate-form .select2-dropdown, .dark-mode #donate-form .report-date, .dark-mode #donate-form input, .dark-mode #donate-form #card-element, .dark-mode #sign-in-form input[type="text"], .dark-mode #sign-in-form input[type="email"], .dark-mode #sign-in-form input[type="password"], .dark-mode #sign-in-form input[type="number"], .dark-mode #sign-in-form .select2, .dark-mode #sign-in-form select, .dark-mode #sign-in-form .select2-dropdown, .dark-mode #sign-in-form .report-date, .dark-mode #sign-in-form input, .dark-mode #sign-in-form #card-element {
  background: #1f2122;
  color: #dadbdd;
  border-color: #424242; }

.dark-mode form .large-label, .dark-mode form.donation-form .large-label, .dark-mode form.base-form .large-label, .dark-mode #registration-form .large-label, .dark-mode #donation-form .large-label, .dark-mode #donate-form .large-label, .dark-mode #sign-in-form .large-label {
  color: #faff00; }

.dark-mode form label, .dark-mode form.donation-form label, .dark-mode form.base-form label, .dark-mode #registration-form label, .dark-mode #donation-form label, .dark-mode #donate-form label, .dark-mode #sign-in-form label {
  color: #dadbdd; }

.dark-mode .select2-dropdown {
  background: #1f2122;
  color: #dadbdd;
  border: 1px solid #1f2122; }

.dark-mode .select2-container--default .select2-search--dropdown .select2-search__field {
  background: #343839;
  border: 1px solid #343839;
  color: #dadbdd; }

.dark-mode .apexcharts-canvas {
  background: #373737; }

.dark-mode .apexcharts-text tspan {
  color: #dadbdd; }

.dark-mode .dash-panel {
  background: #1f2022; }
  .dark-mode .dash-panel h4 {
    color: #dadbdd; }

.dark-mode .dashboard .dash-panel.light-blue-panel h3 {
  color: #204d8e; }

.dark-mode .dashboard .dash-panel.light-blue-panel .button {
  color: #dadbdd; }
  .dark-mode .dashboard .dash-panel.light-blue-panel .button:hover {
    color: #77f4d7; }

.dark-mode .dashboard .personal-stats h4.panel-title {
  color: #77f4d7; }

.dark-mode .dt-info {
  color: #dadbdd; }

.dark-mode form.base-form label, .dark-mode form .form-info {
  color: #dadbdd; }
  .dark-mode form.base-form label.main-label, .dark-mode form .form-info.main-label {
    color: #faff00; }

.dark-mode .registrations-modal table .copy-to-clipboard, .dark-mode .registrations-modal table .copy-to-clipboard i {
  color: #faff00; }

@media print {
  #tax-info-print p {
    font-size: 12px; } }
