@charset "UTF-8";
/*@font-face {
    font-family: "Example Font";
    src: url("../fonts/ExampleFont.eot?#iefix");
    src: url("../fonts/ExampleFont.eot?#iefix") format("eot")
    , url("../fonts/ExampleFont.woff") format("woff")
    , url("../fonts/ExampleFont.ttf") format("truetype")
    , url("../fonts/ExampleFont.svg") format("svg"); 
}
*/
body {
  padding: 0;
  margin: 0;
  background-color: black;
}
@media screen and (min-width: 0) {
  body .display-mobile {
    display: initial;
  }
}
@media screen and (min-width: 768px) {
  body .display-mobile {
    display: none;
  }
}
@media screen and (min-width: 0) {
  body .display-desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body .display-desktop {
    display: initial;
  }
}
body img {
  height: auto;
  width: 100%;
  pointer-events: none;
}
body dark-icon {
  color: black;
}

.siteWrapper .field-validation-error {
  color: #e0383a;
}
.siteWrapper .field-validation-valid {
  display: none;
}
.siteWrapper input.input-validation-error, .siteWrapper select.input-validation-error, .siteWrapper textarea.input-validation-error, .siteWrapper label.input-validation-error {
  border: 1px solid #e0383a !important;
  background-color: #ffd3c9 !important;
}
.siteWrapper input[type=checkbox].input-validation-error {
  border: 0 none;
}
.siteWrapper .validation-summary-errors {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 16px;
  padding: 0.5rem 1rem;
  background: #ffd3c9;
  border: 1px solid #e0383a;
  border-radius: 6px;
  color: #333333;
  text-align: center;
}
.siteWrapper .validation-summary-errors span {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.siteWrapper .validation-summary-errors ul {
  margin-left: 16px;
}
.siteWrapper .validation-summary-errors ul li {
  margin-bottom: 4px;
}
.siteWrapper .validation-summary-errors ul li:last-child {
  margin-bottom: 0px;
}
.siteWrapper .validation-summary-valid {
  display: none;
}
.siteWrapper .navbar a.navbar-brand:hover {
  text-decoration: none;
}
.siteWrapper a.btn {
  text-decoration: none;
}
.siteWrapper a.btn:visited {
  text-decoration: none;
}
.siteWrapper a.btn:hover {
  text-decoration: none;
}
.siteWrapper a.btn:active {
  text-decoration: none;
}
.siteWrapper .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.siteWrapper a {
  text-decoration: none;
}
.siteWrapper a:visited {
  text-decoration: none;
}
.siteWrapper a:hover {
  text-decoration: underline;
}
.siteWrapper a.Link {
  color: #2c2c2c;
}
.siteWrapper a.add-act-btn:hover {
  cursor: pointer;
}
.siteWrapper hr {
  border-top: 1px solid #000;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-top: 12px;
  margin-bottom: 12px;
}
.siteWrapper ul {
  padding: 0px;
  margin: 0px;
}
.siteWrapper ul > li {
  text-align: left;
  padding: 0px;
  margin: 0px;
}
.siteWrapper label {
  font-weight: bold;
}
.siteWrapper table td {
  vertical-align: middle;
}
.siteWrapper .table-clickable {
  cursor: pointer;
}
.siteWrapper .form-hint {
  color: #696969;
  font-size: small;
  margin-left: 4px;
  color: #ff0000;
}
.siteWrapper .dataTables_filter input {
  border-radius: 20px;
}
.siteWrapper .dataTables_wrapper .dataTables_paginate {
  float: right !important;
  margin-top: 1.5rem;
  font-size: 16px;
}
.siteWrapper .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  padding: 4px 4px;
}
.siteWrapper .dataTables_wrapper .dataTables_paginate .page-item.disabled .page-link {
  color: #6c757d;
}
.siteWrapper .dataTables_wrapper .dataTables_paginate .page-item .page-link {
  color: #000;
  background: none;
  border: none;
}
.siteWrapper .dataTables_wrapper .dataTables_paginate .page-item.active .page-link {
  color: #fff;
  font-weight: bold;
  background-color: #000;
  border: none;
  border-radius: 10px;
}
@media (max-width: 460px) {
  .siteWrapper .dataTables_wrapper .dataTables_paginate {
    font-size: 14px;
  }
  .siteWrapper .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
  }
}
.siteWrapper .carouselButtons {
  width: 3rem;
}
.siteWrapper .carousel-inner-images {
  text-align: center;
}
.siteWrapper .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.5' viewBox='0 0 16 16'%3E%3Cpath d='M10.5 1.5L4 8l6.5 6.5'/%3E%3C/svg%3E");
}
.siteWrapper .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.5' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 1.5L12 8l-6.5 6.5'/%3E%3C/svg%3E");
}
.siteWrapper .display-invoice-container {
  width: 80%;
  margin-left: 10%;
}
.siteWrapper .entryinvoice-container {
  padding: 2rem;
  border-radius: 20px;
  border: solid 1px;
}
.siteWrapper .is-dragover, .siteWrapper:hover {
  background: rgba(0, 0, 0, 0.6);
}
.siteWrapper .customfile-button {
  border: 2px dashed #5a5a5a !important;
}
.siteWrapper input::-webkit-outer-spin-button, .siteWrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
.siteWrapper input[type=number] {
  -moz-appearance: textfield;
}
.siteWrapper textarea {
  min-height: 96px;
}
.siteWrapper a.buttonLink,
.siteWrapper button.buttonLink,
.siteWrapper input[type=button],
.siteWrapper input[type=submit] { /* Note: use the class .buttonLink on <button> elements when making back buttons. This is because other javascript libraries may generate <button> elements and you don't want to mess up those styles */
  margin-right: 8px;
  vertical-align: top;
}
.siteWrapper a.buttonLink *,
.siteWrapper button.buttonLink *,
.siteWrapper input[type=button] *,
.siteWrapper input[type=submit] * {
  vertical-align: top;
}
.siteWrapper a.buttonLink:last-child,
.siteWrapper button.buttonLink:last-child,
.siteWrapper input[type=button]:last-child,
.siteWrapper input[type=submit]:last-child {
  margin-right: 0px;
}
@media screen and (min-width: 0) {
  .siteWrapper a.buttonLink,
  .siteWrapper button.buttonLink,
  .siteWrapper input[type=button],
  .siteWrapper input[type=submit] {
    margin-right: 0px;
    margin-bottom: 8px;
  }
  .siteWrapper a.buttonLink:last-child,
  .siteWrapper button.buttonLink:last-child,
  .siteWrapper input[type=button]:last-child,
  .siteWrapper input[type=submit]:last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .siteWrapper a.buttonLink,
  .siteWrapper button.buttonLink,
  .siteWrapper input[type=button],
  .siteWrapper input[type=submit] {
    margin-right: 0px;
    margin-bottom: 8px;
  }
  .siteWrapper a.buttonLink:last-child,
  .siteWrapper button.buttonLink:last-child,
  .siteWrapper input[type=button]:last-child,
  .siteWrapper input[type=submit]:last-child {
    margin-right: initial;
    margin-bottom: initial;
  }
}
.siteWrapper .btn-tkg {
  color: #fff;
  background-color: #2c2c2c;
  border-color: #2c2c2c;
  width: 100%;
  max-width: 200px;
}
.siteWrapper .btn-tkg:hover {
  background-color: #000;
  border-color: #000;
}
.siteWrapper .btn-tkg-outline {
  color: #2c2c2c;
  background-color: #fff;
  border-color: #2c2c2c;
  width: 100%;
  max-width: 200px;
}
.siteWrapper .btn-tkg-outline:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
  background-color: #2c2c2c;
  border-color: #2c2c2c;
}
.siteWrapper .btn-tkg-small {
  color: #fff;
  background-color: #2c2c2c;
  border-color: #2c2c2c;
}
.siteWrapper .btn-tkg-small:hover {
  background-color: #000;
  border-color: #000;
}
.siteWrapper .btn-tkg-grey {
  color: #fff;
  background-color: #5a5a5a;
  border-color: #5a5a5a;
  width: 100%;
  max-width: 200px;
}
.siteWrapper .btn-tkg-grey:hover {
  background-color: #2c2c2c;
  border-color: #2c2c2c;
}
.siteWrapper .btn-tkg-grey-small {
  color: #fff;
  background-color: #5a5a5a;
}
.siteWrapper .btn-tkg-grey-small:hover {
  background-color: #2c2c2c;
  border-color: #2c2c2c;
}
.siteWrapper .tkg-status {
  border: 1px solid;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  padding: 4px 12px;
  white-space: nowrap;
}
.siteWrapper .tkg-status::before {
  content: "•";
  font-size: 1.4em;
}
.siteWrapper .tkg-approved-status {
  color: #48cc7c;
}
.siteWrapper .tkg-denied-status {
  color: #dd0014;
}
.siteWrapper .tkg-pending-status {
  color: #000000;
}
.siteWrapper .tkg-moreInfoNeeded-status {
  color: #b8860b;
}
.siteWrapper .locked-row {
  background-color: #f2f2f2;
  color: #888;
}
.siteWrapper .error-modal {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 16px;
  padding: 0.5rem 1rem;
  background: #ffd3c9;
  border: 1px solid #e0383a;
  border-radius: 6px;
  color: #333333;
  text-align: center;
}
.siteWrapper .error-modal .error-modal-title {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.siteWrapper .error-modal .error-modal-title .icon {
  font-size: 1.2rem;
  color: #e0383a !important;
  margin-right: 0.4rem;
}
.siteWrapper .error-modal .error-modal-verbiage {
  font-weight: 500;
  margin-top: 0.5rem;
}
.siteWrapper .req {
  color: #ff0000;
}
.siteWrapper ul.indented {
  margin-left: 32px;
}
.siteWrapper ul.indented > li {
  margin-bottom: 12px;
}
.siteWrapper ul.indented > li:last-child {
  margin-bottom: 0px;
}
.siteWrapper hr.spacer {
  border: none;
  padding: 0px;
  margin: 0px;
  background-color: unset;
  height: 8px;
}
.siteWrapper hr.spacer2 {
  border: none;
  padding: 0px;
  margin: 0px;
  background-color: unset;
  height: 16px;
}
.siteWrapper hr.spacer3 {
  border: none;
  padding: 0px;
  margin: 0px;
  background-color: unset;
  height: 24px;
}
.siteWrapper hr.spacer4 {
  border: none;
  padding: 0px;
  margin: 0px;
  background-color: unset;
  height: 32px;
}
.siteWrapper hr.inline-spacer {
  display: inline-block;
  border: none;
  padding: 0px;
  margin: 0px;
  height: 8px;
  width: 8px;
}
.siteWrapper hr.inline-spacer2 {
  display: inline-block;
  border: none;
  padding: 0px;
  margin: 0px;
  height: 8px;
  width: 16px;
}
.siteWrapper hr.inline-spacer3 {
  display: inline-block;
  border: none;
  padding: 0px;
  margin: 0px;
  height: 8px;
  width: 24px;
}
.siteWrapper hr.inline-spacer4 {
  display: inline-block;
  border: none;
  padding: 0px;
  margin: 0px;
  height: 8px;
  width: 32px;
}
.siteWrapper .utilWidth100 {
  width: 100%;
}
.siteWrapper .utilHeight100 {
  height: 100%;
}
.siteWrapper .utilDispInlineBlock {
  display: inline-block;
}
.siteWrapper .utilDispInlineTable {
  display: inline-table;
}
.siteWrapper .utilDispTable {
  display: table;
}
.siteWrapper .utilDispTableRow {
  display: table-row;
}
.siteWrapper .utilDispTableCell {
  display: table-cell;
}
.siteWrapper .utilVertAlignTop {
  vertical-align: top;
}
.siteWrapper .utilVertAlignMiddle {
  vertical-align: middle;
}
.siteWrapper .utilVertAlignBottom {
  vertical-align: bottom;
}

.viewWrapper {
  padding: 2rem;
}

body.cAccount .PartialBody .CoopImg {
  max-width: 300px;
  width: 100%;
}

body.cAccount.aLogin .siteWrapper .viewWrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

body.cAccount.aIndex {
  /*    .PartialBody {
      .content {
          @include responsive-width(1200px);
          background-color: unset;
          border-radius: unset;
          box-shadow: unset;
      }
  }*/
}
body.cAccount.aIndex .siteWrapper .viewWrapper {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
body.cAccount.aIndex .siteWrapper .viewWrapper .CoopImg {
  max-width: 300px;
  width: 100%;
}

body.cAccount.aAccessCode .siteWrapper .viewWrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

body.cAccount.aManageMyRetailer .siteWrapper .viewWrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
body.cAccount.aManageMyRetailer .siteWrapper .viewWrapper .RetailerTable table {
  width: 100%;
}
body.cAccount.aManageMyRetailer .siteWrapper .viewWrapper .RetailerTable table tr {
  border-top: #dee2e6 solid 1px;
}
body.cAccount.aManageMyRetailer .siteWrapper .viewWrapper .RetailerTable table tr:last-child {
  border-bottom: #dee2e6 solid 1px;
}
body.cAccount.aManageMyRetailer .siteWrapper .viewWrapper .RetailerTable table th, body.cAccount.aManageMyRetailer .siteWrapper .viewWrapper .RetailerTable table td {
  height: 2rem;
  vertical-align: top;
}
body.cAccount.aManageMyRetailer .siteWrapper .viewWrapper .RetailerTable table th {
  width: 50%;
}
@media screen and (min-width: 768px) {
  body.cAccount.aManageMyRetailer .siteWrapper .viewWrapper .RetailerTable table th {
    width: 30%;
  }
}
body.cAccount.aManageMyRetailer .siteWrapper .viewWrapper .RetailerTable table td {
  width: 50%;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  body.cAccount.aManageMyRetailer .siteWrapper .viewWrapper .RetailerTable table td {
    width: 70%;
  }
}

body.cAccount.aRegister .siteWrapper .viewWrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
body.cAccount.aRegisterSuccess .siteWrapper .viewWrapper {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
body.cAccountManagement.aViewAccounts .siteWrapper .viewWrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
body.cAccountManagement.aViewAccounts .siteWrapper .viewWrapper .add-act-btn {
  /* font-weight:bold;
  font-size:18px; */
}
body.cAccountManagement.aViewAccounts .siteWrapper .viewWrapper .MyModal {
  padding: 24px;
}
body.cAccountManagement.aViewAccounts .siteWrapper .viewWrapper .MyModal #SalesDirector + .select2-container {
  width: 100% !important;
}
body.cAccountManagement.aViewAccounts .siteWrapper .viewWrapper .MyModal #SalesDirector + .select2-container .select2-selection--single {
  height: 50px !important;
  min-height: 50px !important;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  padding: 0 36px 0 12px !important;
}
body.cAccountManagement.aViewAccounts .siteWrapper .viewWrapper .MyModal #SalesDirector + .select2-container .select2-selection__rendered {
  position: absolute;
  left: 12px;
  right: 36px;
  bottom: 6px;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.2 !important;
  color: #000;
}
body.cAccountManagement.aViewAccounts .siteWrapper .viewWrapper .MyModal #SalesDirector + .select2-container .select2-selection__arrow {
  height: 48px !important;
  right: 8px;
}
body.cAccountManagement.aViewAccounts .siteWrapper .viewWrapper .MyModal #SalesDirector + .select2-container.select2-container--focus .select2-selection--single {
  border-color: #80bdff;
  outline: 3px solid #bfdeff;
}
body.cAccountManagement.aViewAccounts .siteWrapper .viewWrapper .MyModal #SalesDirector + .select2-container.select2-container--disabled .select2-selection--single {
  background-color: #e9ecef;
  color: #6c757d;
  cursor: not-allowed;
}
body.cAccountManagement.aViewAccounts .siteWrapper .viewWrapper .MyModal label[for=SalesDirector] {
  display: block !important;
  position: absolute;
  top: 8px !important;
  left: 8px !important;
  transform: none !important;
  font-size: 10px !important;
  line-height: 1;
  z-index: 11;
  pointer-events: none;
  background-color: #fff;
  padding: 0 4px;
  color: #696969;
}
body.cAccountManagement.aViewAccounts .siteWrapper .viewWrapper .MyModal .select2-container {
  font-size: 1rem;
}
body.cAccountManagement.aViewAccounts .siteWrapper .viewWrapper .MyModal .select2-container--default .select2-dropdown {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
body.cAccountManagement.aViewAccounts .siteWrapper .viewWrapper .MyModal .select2-container--default .select2-results__options {
  max-height: 240px;
}
body.cAccountManagement.aViewAccounts .siteWrapper .viewWrapper .MyModal .select2-container--default .select2-results__option {
  padding: 10px 12px;
  line-height: 1.35;
}
body.cAccountManagement.aViewAccounts .siteWrapper .viewWrapper .MyModal .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #2c2c2c;
  color: #fff;
}
body.cAccountManagement.aViewAccounts .siteWrapper .viewWrapper .MyModal .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f8f9fa;
  color: #000;
}
body.cAccountManagement.aViewAccounts .siteWrapper .viewWrapper .MyModal .select2-search--dropdown {
  padding: 8px;
  background-color: #fff;
  border-bottom: 1px solid #e9ecef;
}
body.cAccountManagement.aViewAccounts .siteWrapper .viewWrapper .MyModal .select2-search--dropdown .select2-search__field {
  height: 38px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 6px 10px;
  font-size: 0.95rem;
}
body.cAccountManagement.aViewAccounts .siteWrapper .viewWrapper .MyModal .select2-search--dropdown .select2-search__field:focus {
  border-color: #80bdff;
  outline: 3px solid #bfdeff;
}

body.cAdmin.aSendEmailBlast .siteWrapper .viewWrapper {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
body.cAdmin.aSendEmailBlast .siteWrapper .viewWrapper .add-act-btn {
  /*       font-weight:bold;
         font-size:18px;*/
}
body.cAdmin.aSendEmailBlast .siteWrapper .viewWrapper .MyModal {
  padding: 24px;
}

body.cEntryReview.PartialDisplayUpload .table {
  width: 100%;
  border: 1px solid #ced4da;
  margin-top: 10px;
}
body.cEntryReview.PartialDisplayUpload .table thead {
  background: #e9ecef;
  color: #495057;
}
body.cEntryReview.PartialDisplayUpload .table thead th {
  font-weight: normal;
  padding: 0.5rem;
  border-top: none;
  border-bottom: none;
}
body.cEntryReview.PartialDisplayUpload .table tbody tr th, body.cEntryReview.PartialDisplayUpload .table tbody tr td {
  vertical-align: middle;
}
body.cEntryReview.PartialDisplayUpload .table tbody tr td:last-child {
  text-align: right;
}
body.cEntryReview.PartialDisplayUpload .table tbody .customfile-filename {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.cEntryReview.PartialDisplayUpload .table tbody button {
  outline: none;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  text-align: center;
  padding: 0;
  height: 40px;
  width: 40px;
}
body.cEntryReview.PartialDisplayUpload .table tbody .customfile-action:hover {
  background: #FFF;
}
body.cEntryReview.PartialDisplayUpload .table tbody .customfile-action:focus {
  border-color: #80bdff;
  outline: 3px solid #bfdeff;
  background: #FFF;
}
body.cEntryReview.PartialDisplayUpload .table tbody .customfile-action-none {
  border: none !important;
}

@media (max-width: 460px) {
  body.cEntryReview.aEntryReview .siteWrapper .viewWrapper {
    padding: 0;
  }
}
body.cEntryReview.aEntryReview .PartialBody .modal-separator {
  border-width: 4px !important;
  border-color: #000 !important;
}
body.cEntryReview.aEntryReview .PartialBody .review-btn {
  border-radius: 6px;
  color: #000000;
  background-color: #e6e6e6;
  font-size: 12px;
  border: 2px solid;
}
body.cEntryReview.aEntryReview .PartialBody .submissions-queue-table-filters {
  border-radius: 6px;
}
body.cEntryReview.aEntryReview .PartialBody .retailer-review-container {
  border-radius: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  font-size: 14px;
  padding: 1.5rem;
}
body.cEntryReview.aEntryReview .PartialBody .contract-account-container {
  background-color: #ffcccc;
  padding-top: 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
body.cEntryReview.aEntryReview .PartialBody .contract-account-header {
  animation: pop 2s ease-in-out infinite alternate;
  text-decoration: underline;
}
@keyframes pop {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.25);
  }
}
body.cEntryReview.aEntryReview .PartialBody .pricingProgram-imageTable {
  border-color: #000;
}
body.cEntryReview.aEntryReview .PartialBody .error-outline {
  border: 2px solid red;
  background-color: #ffecec;
}
body.cEntryReview.aEntryReview .PartialBody .TKGInternalNotes-comment-color {
  color: blue;
}
body.cEntryReview.aEntryReview .PartialBody .comment-color {
  color: green;
}
body.cEntryReview.aEntryReview .PartialBody .decline-comment-color {
  color: red;
}
body.cEntryReview.aEntryReview .PartialBody .moreinfo-comment-color {
  color: orange;
}
body.cEntryReview.aEntryReview .PartialBody #EntryComment {
  color: green;
}

.siteWrapper .PartialDisplayEntry table {
  width: 100%;
}
.siteWrapper .PartialDisplayEntry table tr {
  border-top: #dee2e6 solid 1px;
}
.siteWrapper .PartialDisplayEntry table tr:last-child {
  border-bottom: #dee2e6 solid 1px;
}
.siteWrapper .PartialDisplayEntry table th, .siteWrapper .PartialDisplayEntry table td {
  height: 6rem;
}
.siteWrapper .PartialDisplayEntry table th {
  width: 35%;
}
.siteWrapper .PartialDisplayEntry table td {
  width: 65%;
  padding-left: 1.5rem;
}

.siteWrapper .PartialDisplayUpload table {
  width: 100%;
}
.siteWrapper .PartialDisplayUpload table tr {
  border-top: #dee2e6 solid 1px;
}
.siteWrapper .PartialDisplayUpload table tr:last-child {
  border-bottom: #dee2e6 solid 1px;
}
.siteWrapper .PartialDisplayUpload table th, .siteWrapper .PartialDisplayUpload table td {
  height: auto;
  padding: 1rem 0;
}
.siteWrapper .PartialDisplayUpload table th {
  width: auto;
}
.siteWrapper .PartialDisplayUpload table td {
  width: auto;
}
.siteWrapper .PartialDisplayUpload .img-content {
  width: 100%;
  display: grid;
  grid-gap: 1rem;
}
@media screen and (min-width: 0) {
  .siteWrapper .PartialDisplayUpload .img-content {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 768px) {
  .siteWrapper .PartialDisplayUpload .img-content {
    grid-template-columns: auto auto auto auto;
  }
}
.siteWrapper .PartialPayments .form_title {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  border-top: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
  padding-top: 5px;
  padding-bottom: 5px;
}
.siteWrapper .PartialPayments .modal-dialog {
  max-width: 800px;
}
.siteWrapper .PartialPayments .modal-dialog .modal-iframe {
  border: 0px;
  width: 100%;
  min-height: 1000px;
}
.siteWrapper .PartialPayments .modal-dialog img {
  display: block;
  width: 100%;
  max-width: 70px;
  margin: auto;
  margin-right: 20px;
  display: inline-block;
}
.siteWrapper .PartialPayments .modal-dialog img.paypal {
  padding: 10px;
}
.siteWrapper .PartialPayments .modal-dialog img.venmo {
  padding: 10px;
}
.siteWrapper .PartialPayments .hidden {
  display: none;
}
.siteWrapper .PartialPayments .uploadSection #imageUpload {
  margin-bottom: 10px;
}
.siteWrapper .PartialPayments .uploadSection #image {
  height: 38px;
}
.siteWrapper .PartialPayments .uploadSection .custom-file {
  height: auto;
}
.siteWrapper .PartialPayments .uploadSection .custom-file-input {
  height: 0px;
}
.siteWrapper .PartialPayments .uploadSection .loadingIcon {
  display: none;
}
.siteWrapper .PartialPayments .uploadSection #Image_Receipt_Progress {
  width: 0%;
}
.siteWrapper .PartialPayments .uploadSection .progress {
  background-color: #e6e6e6;
}
.siteWrapper .PartialPayments .uploadSection .progress-bar {
  background-color: #727272;
}
.siteWrapper .PartialPayments .uploadSection table {
  word-break: break-all;
  table-layout: fixed;
}
.siteWrapper .PartialPayments .uploadSection table tr {
  background: #F2F2F2;
}
.siteWrapper .PartialPayments .uploadSection table tr th {
  text-align: center;
}
.siteWrapper .PartialPayments .uploadSection table tr td {
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
  text-align: center;
}
.siteWrapper .PartialPayments .uploadSection table ul {
  list-style: none;
}
.siteWrapper .PartialPayments .deleteEntryFormProductsButton {
  color: #FF0000;
  cursor: pointer;
  font-size: 20px;
  margin-top: 10px;
}
.siteWrapper .PartialPayments .dateOfPurchaseLabelContainer {
  padding-left: 5px;
}
.siteWrapper .PartialPayments .entryFormTerms {
  border: 1px solid #2b2b2b;
  height: 200px;
  max-width: 600px;
  padding: 20px;
  overflow-y: scroll;
  margin: 0 auto;
  margin-top: 10px;
}
.siteWrapper .PartialPayments table tr td {
  vertical-align: middle;
}
.siteWrapper .PartialPayments .imageContainer {
  width: 70px;
}
.siteWrapper .PartialPayments .rebateOptionImageContainer {
  width: 70px;
}
.siteWrapper .PartialPayments .rebateOptionImageContainer img {
  display: block;
  width: 100%;
  max-width: 70px;
  margin: auto;
}
.siteWrapper .PartialPayments .rebateOptionImageContainer img.paypal {
  padding: 10px;
}
.siteWrapper .PartialPayments .rebateOptionImageContainer img.venmo {
  padding: 10px;
}
.siteWrapper .PartialPayments .radioContainer {
  width: 20px;
}
.siteWrapper .PartialPayments .paymentTypes th, .siteWrapper .PartialPayments .paymentTypes td {
  border-top: 1px solid #979797;
}
.siteWrapper .PartialPayments .paymentTypes tr:first-child th, .siteWrapper .PartialPayments .paymentTypes tr:first-child td {
  border-top: 0px;
}
.siteWrapper .PartialPayments .ACHOptionContainer {
  background-color: #5ac4f6;
  color: white;
  font-weight: bold;
  padding: 5px;
  border-radius: 5px;
}
.siteWrapper .PartialPayments .iframe {
  width: 100%;
  height: 600px;
}
@media (min-width: 768px) {
  .siteWrapper .PartialPayments .modal-dialog {
    max-width: 60%;
  }
}

@media (max-width: 460px) {
  body.cHome.aIndex .siteWrapper .viewWrapper {
    padding: 0;
  }
}
body.cHome.aIndex .PartialBody .content {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
body.cHome.aIndex .PartialBody .home-container {
  padding: 40px;
}
@media (min-width: 780px) {
  body.cHome.aIndex .PartialBody .home-form-btn {
    margin-top: 6px;
  }
}
body.cHome.aIndex .PartialBody .performance-dropdownlist {
  background-color: #e2e2e2;
  border-radius: 20px;
  padding: 6px;
}
body.cHome.aIndex .PartialBody .btn-fixed {
  width: 160px;
  white-space: nowrap;
  text-align: center;
}
body.cHome.aIndex .PartialBody .home-boxes {
  display: flex;
  background-color: #000000;
  color: #e2e2e2;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
}
body.cHome.aIndex .PartialBody .home-boxes:hover {
  background-color: #333;
}
body.cHome.aIndex .PartialBody .resource-link {
  height: 150px;
  font-size: 26px;
  max-width: 20%;
}

@media (max-width: 460px) {
  body.cHome.aIndex .siteWrapper .viewWrapper {
    padding: 0;
  }
}
body.cHome.aIndex .PartialBody .content {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
body.cHome.aIndex .PartialBody .retailer-stats-container {
  position: relative;
  z-index: 10;
}
body.cHome.aIndex .PartialBody .see-all-links {
  font-weight: bold;
  color: #000;
  font-size: 1.5rem;
}
body.cHome.aIndex .PartialBody .home-container {
  padding: 40px;
}
@media (min-width: 780px) {
  body.cHome.aIndex .PartialBody .home-form-btn {
    margin-top: 6px;
  }
}
body.cHome.aIndex .PartialBody .performance-dropdownlist {
  background-color: #e2e2e2;
  border-radius: 20px;
  padding: 6px;
}
body.cHome.aIndex .PartialBody .btn-fixed {
  width: 160px;
  white-space: nowrap;
  text-align: center;
}
body.cHome.aIndex .PartialBody .home-boxes {
  display: flex;
  background-color: #000000;
  color: #e2e2e2;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
}
body.cHome.aIndex .PartialBody .home-boxes:hover {
  background-color: #333;
}
body.cHome.aIndex .PartialBody .resource-link {
  height: 150px;
  font-size: 26px;
  max-width: 20%;
}
body.cHome.aIndex .PartialBody .year-fund-container {
  max-width: 960px;
}

@media (max-width: 460px) {
  body.cHome.aPreApprovalsAndClaims .siteWrapper .viewWrapper {
    padding: 0;
  }
}
body.cHome.aPreApprovalsAndClaims .PartialBody .preapprovalAndClaim-container {
  padding: 40px;
}
body.cHome.aPreApprovalsAndClaims .PartialBody .new-btn {
  padding-left: 26px;
  padding-right: 26px;
}
body.cHome.aPreApprovalsAndClaims .PartialBody .preapproval-and-claims-table-links {
  font-weight: bold;
  font-size: 18px;
}
body.cHome.aPreApprovalsAndClaims .PartialBody .preapproval-and-claims-table-links a {
  color: #000000;
}
body.cHome.aPreApprovalsAndClaims .PartialBody .preapproval-and-claims-table-links .active-table-link {
  opacity: 1;
  cursor: pointer;
}
body.cHome.aPreApprovalsAndClaims .PartialBody .preapproval-and-claims-table-links .inactive-table-link {
  opacity: 0.5;
  cursor: pointer;
}

body.cNotification .PartialBody {
  text-align: center;
}

.input-group-text {
  min-height: 50px;
}

.input-container {
  position: relative;
  flex: 1;
}
.input-container input {
  min-height: 50px;
}
.input-container select {
  min-height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.input-container textarea {
  min-height: 144px;
}
.input-container label {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  padding: 12px;
  transition: 0.2s ease all;
  color: #696969;
}
.input-container input + label, .input-container select + label {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.input-container textarea + label {
  left: 0;
  top: 0;
}
.input-container input:focus ~ label, .input-container input:not([value=""]) ~ label {
  top: 12px;
  font-size: 10px;
}
.input-container input:focus, .input-container input:not([value=""]) {
  padding-top: 18px;
}
.input-container input:focus ~ label {
  color: #000000;
}
.input-container input.input-validation-error:focus ~ label, .input-container input.input-validation-error:not([value=""]) ~ label {
  color: #f0687a !important;
}
.input-container input::-webkit-datetime-edit, .input-container input[type=date] {
  color: transparent;
}
.input-container input:focus::-webkit-datetime-edit, .input-container input[type=date]:focus {
  color: #696969 !important;
}
.input-container input:not([value=""])::-webkit-datetime-edit, .input-container input[type=date]:not([value=""]) {
  color: #000000;
}
.input-container select,
.input-container select option {
  color: #000000;
}
.input-container select:invalid,
.input-container select option:disabled,
.input-container select option[value=""] {
  color: #999999;
}
.input-container .select-wrapper {
  position: relative;
}
.input-container .select-wrapper::after {
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.input-container select:focus ~ label, .input-container select:not([value=""]) ~ label {
  top: 12px;
  font-size: 10px;
}
.input-container select:focus, .input-container select:not([value=""]) {
  padding-top: 18px;
}
.input-container select:focus ~ label {
  color: #000000;
}
.input-container select.input-validation-error:focus ~ label, .input-container select.input-validation-error:not([value=""]) ~ labell {
  color: #f0687a !important;
}
.input-container textarea:focus ~ label, .input-container textarea:not([value=""]) ~ label {
  top: 12px;
  transform: translateY(-50%);
  font-size: 10px;
}
.input-container textarea:focus, .input-container textarea:not([value=""]) {
  padding-top: 18px;
}
.input-container textarea:focus ~ label {
  color: #000000;
}
.input-container textarea.input-validation-error:focus ~ label, .input-container textarea.input-validation-error:not([value=""]) ~ label {
  color: #f0687a !important;
}

.customfile {
  position: relative;
  flex: 1;
  margin-top: 6px;
  width: 100%;
  max-width: 800px;
}
.customfile input {
  position: absolute;
  bottom: 0;
  border: none;
  height: 1px;
  width: 1px;
  padding: 0px;
  margin: 0px;
}
.customfile input:disabled + .customfile-button {
  cursor: default !important;
  border-color: #ececec !important;
  background: #ececec !important;
  color: #b4b4b4 !important;
}
.customfile input:focus {
  outline: none;
  box-shadow: none;
}
.customfile input::file-selector-button {
  visibility: hidden;
}
.customfile .customfile-button-container {
  position: relative;
  height: auto;
}
.customfile .customfile-button-container .customfile-button {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 8px 14px;
  margin-bottom: 0;
  color: #000;
}
.customfile .customfile-button-container .customfile-button:hover {
  border-color: #adadad;
  background: #e6e6e6;
  cursor: pointer;
}
.customfile .customfile-button-container input:focus + .customfile-button {
  border-color: #80bdff;
  outline: 3px solid #bfdeff;
  background: #e6e6e6;
}
.customfile .customfile-button-container .req {
  position: absolute;
  top: 0;
  margin-left: 6px;
}
.customfile .table {
  width: 100%;
  border: 1px solid #ced4da;
  margin-top: 10px;
}
.customfile .table thead {
  background: #e9ecef;
  color: #495057;
}
.customfile .table thead th {
  font-weight: normal;
  padding: 0.5rem;
  border-top: none;
  border-bottom: none;
}
.customfile .table tbody tr th, .customfile .table tbody tr td {
  vertical-align: middle;
}
.customfile .table tbody tr td:last-child {
  text-align: right;
}
.customfile .table tbody .customfile-filename {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.customfile .table tbody button {
  outline: none;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  text-align: center;
  padding: 0;
  height: 40px;
  width: 40px;
}
.customfile .table tbody .customfile-action:hover {
  background: #FFF;
}
.customfile .table tbody .customfile-action:focus {
  border-color: #80bdff;
  outline: 3px solid #bfdeff;
  background: #FFF;
}
.customfile .table tbody .customfile-action-none {
  border: none !important;
}
.customfile .progress-container {
  margin: 5px 0;
  background-color: #e6e6e6;
}
.customfile .progress-container .progress-bar {
  height: 10px;
  width: 0%;
}
.customfile .progress {
  background-color: #727272;
}

.hint {
  color: #696969;
  font-size: small;
  margin-left: 4px;
}

.siteWrapper .PartialBody {
  background-color: white;
  background-image: url("../images/TKG_Full_Background.png");
  background-size: cover;
  padding: 16px;
  color: black;
}
@media screen and (min-width: 576px) {
  .siteWrapper .PartialBody {
    padding: 8px 32px 32px 32px;
  }
}
.siteWrapper .PartialBody .content {
  background-color: white;
  border-radius: 20px;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 0) {
  .siteWrapper .PartialBody .content {
    padding: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .siteWrapper .PartialBody .content {
    padding: 2rem;
  }
}
.siteWrapper .PartialBody .BodyContent {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.siteWrapper .PartialBody .SignedInContainer {
  text-align: right;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.siteWrapper .PartialBody .SignedInContainer .account-info {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .siteWrapper .PartialBody .SignedInContainer .account-info {
    font-size: 1.25rem;
  }
}

.siteWrapper .PartialCookiesDisabled {
  background-color: #FFF;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  padding: 32px;
}
.siteWrapper .PartialCookiesDisabled a {
  color: #000;
  text-decoration: underline;
}
.siteWrapper .PartialCookiesDisabled a:visited {
  color: #000;
  text-decoration: underline;
}
.siteWrapper .PartialCookiesDisabled a:hover {
  color: #000;
  text-decoration: underline;
}
.siteWrapper .PartialCookiesDisabled a:active {
  color: #000;
  text-decoration: underline;
}

.siteWrapper .PartialCookiesSettings {
  overflow-y: auto;
  position: fixed;
  z-index: 100;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 500px;
  padding: 32px;
  background-color: #202020;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  transition: 0.4s;
  left: -100%;
}
.siteWrapper .PartialCookiesSettings h2 {
  font-size: medium;
  font-weight: 700;
  text-transform: uppercase;
}
.siteWrapper .PartialCookiesSettings p {
  font-size: small;
  font-weight: 500;
}
.siteWrapper .PartialCookiesSettings a {
  color: white;
}
.siteWrapper .PartialCookiesSettings .upc-panel-divider {
  background: grey;
  height: 2px;
  margin: 24px 0;
}
.siteWrapper .PartialCookiesSettings .panel-section-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.siteWrapper .PartialCookiesSettings .panel-section-header h2 {
  margin-bottom: 0 !important;
}
.siteWrapper .PartialCookiesSettings .panel-control {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 4px;
}
.siteWrapper .PartialCookiesSettings button {
  width: 100%;
  padding: 6px 12px;
  border: 2px solid white;
  background-color: #202020;
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
  transition: 0.1s;
}
.siteWrapper .PartialCookiesSettings button:hover, .siteWrapper .PartialCookiesSettings button:focus {
  border: 2px solid #202020;
  background-color: white;
  color: #202020;
  text-decoration: none !important;
}
.siteWrapper .PartialCookiesSettings .switch {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 80px;
  margin-bottom: 0 !important;
}
.siteWrapper .PartialCookiesSettings .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.siteWrapper .PartialCookiesSettings .switch .slider {
  z-index: 2;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 34px;
  background-color: white;
  transition: 0.4s;
}
.siteWrapper .PartialCookiesSettings .switch .slider:before {
  position: absolute;
  left: 4px;
  bottom: 4px;
  height: 22px;
  width: 35px;
  content: "";
  transition: 0.4s;
  border-radius: 16px;
}
.siteWrapper .PartialCookiesSettings .switch .slider:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  font-size: 10px;
}
.siteWrapper .PartialCookiesSettings .switch input + .slider:before {
  background: darkgrey;
  transform: translateX(102%);
}
.siteWrapper .PartialCookiesSettings .switch input:checked + .slider:before {
  background: #202020;
  transform: translateX(0%);
}
.siteWrapper .PartialCookiesSettings #GPC-Notification {
  color: lightgray;
  font-size: small;
  font-style: italic;
  margin-bottom: 0.5rem;
}

.siteWrapper .PartialFooter {
  background-color: black;
  color: white;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 12px;
}
.siteWrapper .PartialFooter a {
  color: white;
}

.siteWrapper .PartialNavbar {
  background-color: black;
  color: white;
  /*    display: flex;
      align-items: center;
      justify-content: center;*/
  padding: 8px 12px 8px 12px;
}
.siteWrapper .PartialNavbar .navbar-container {
  /*        display: flex;
          align-items: center;*/
  width: 100%;
  max-width: 1200px;
  padding: 0px 12px 0px 12px;
}
.siteWrapper .PartialNavbar .navbar-container .navbar-toggler {
  border: 2px solid white;
}
.siteWrapper .PartialNavbar .navbar-container .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.siteWrapper .PartialNavbar .navbar-container .navbar-left {
  margin-right: auto;
  position: relative;
  height: 100%;
}
.siteWrapper .PartialNavbar .navbar-container .navbar-right {
  margin-left: auto;
  position: relative;
  height: 100%;
}
.siteWrapper .PartialNavbar .navbar-container .navbar-right .Active {
  padding-bottom: 5px;
  border-bottom: 3px solid;
}
.siteWrapper .PartialNavbar .navbar-container .navbar-logo-link img {
  pointer-events: unset !important;
}
.siteWrapper .PartialNavbar .navbar-container .navbar-links {
  list-style: none;
}
.siteWrapper .PartialNavbar .navbar-container .navbar-links li {
  display: inline-block;
  margin-right: 24px;
}
.siteWrapper .PartialNavbar .navbar-container .navbar-links li:last-child {
  margin-right: 0;
}
.siteWrapper .PartialNavbar .navbar-container .navbar-links a {
  font-weight: 600;
  color: white;
}
.siteWrapper .PartialNavbar .navbar-container .navbar-links a:hover, .siteWrapper .PartialNavbar .navbar-container .navbar-links a:focus {
  text-decoration: none;
  color: grey;
}
.siteWrapper .PartialNavbar .navbar-container .navbar-links .dropdown-menu a {
  font-weight: 600;
  color: black;
}
.siteWrapper .PartialNavbar .navbar-container .navbar-links .dropdown-menu a:hover, .siteWrapper .PartialNavbar .navbar-container .navbar-links .dropdown-menu a:focus, .siteWrapper .PartialNavbar .navbar-container .navbar-links .dropdown-menu a:active {
  text-decoration: none;
  color: grey;
}
.siteWrapper .PartialNavbar .navbar-container .section-title {
  font-weight: bold;
  font-size: 1.1rem !important;
}
.siteWrapper .PartialNavbar .navbar-container .account-controls .disabled {
  color: dimgray !important;
}
.siteWrapper .PartialNavbar .navbar-container .account-info-mobile {
  color: black;
  font-size: 0.9rem;
}
.siteWrapper .PartialNavbar .navbar-container .account-info-desktop {
  color: #808080;
  font-size: 0.75rem;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, 100%);
}
.siteWrapper .PartialNavbar .navbar-container #NavBarHamburger {
  background: transparent;
  outline: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.siteWrapper .PartialNavbar .navbar-container #NavBarHamburger:hover, .siteWrapper .PartialNavbar .navbar-container #NavBarHamburger:focus {
  color: grey;
}
.siteWrapper .PartialNavbar .navbar-container #NavBarSliderBody {
  background-color: black;
  border-left: 2px solid black;
  padding: 1rem;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
.siteWrapper .PartialNavbar .navbar-container #NavBarSliderBody button {
  width: 2.5rem;
  margin-left: auto;
  background: transparent;
  outline: none;
  border: none;
  color: white;
}
.siteWrapper .PartialNavbar .navbar-container #NavBarSliderBody button:hover, .siteWrapper .PartialNavbar .navbar-container #NavBarSliderBody button:focus {
  color: red;
}
.siteWrapper .PartialNavbar .navbar-container #NavBarSliderBody a {
  font-size: 1.1rem;
  font-weight: 600;
  color: white;
}
.siteWrapper .PartialNavbar .navbar-container #NavBarSliderBody a:hover, .siteWrapper .PartialNavbar .navbar-container #NavBarSliderBody a:focus {
  text-decoration: none;
  color: grey;
}
.siteWrapper .PartialNavbar .navbar-container #NavBarSliderBody .disabled {
  color: dimgray !important;
}
.siteWrapper .PartialNavbar .navbar-container .hide {
  display: none;
}
.siteWrapper .PartialNavbar .navbar-container .spacer-h {
  width: 10px;
}

.siteWrapper .PartialNoScript {
  background-color: #FFF;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  padding: 32px;
}
.siteWrapper .PartialNoScript a {
  color: #000;
  text-decoration: underline;
}
.siteWrapper .PartialNoScript a:visited {
  color: #000;
  text-decoration: underline;
}
.siteWrapper .PartialNoScript a:hover {
  color: #000;
  text-decoration: underline;
}
.siteWrapper .PartialNoScript a:active {
  color: #000;
  text-decoration: underline;
}

.siteWrapper .PartialTestBar {
  border-top: 2px solid #e3a19f;
  border-bottom: 2px solid #641614;
  padding: 6px 2px;
  background-color: #c04542;
  font-size: 12px;
  font-family: Arial, ​Sans-Serif;
  line-height: initial;
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
}
.siteWrapper .PartialTestBar > .testBody {
  text-align: left;
  padding-top: 16px;
}
.siteWrapper .PartialTestBar a {
  text-decoration: underline;
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
  cursor: pointer;
}
.siteWrapper .PartialTestBar a:hover {
  text-decoration: underline;
}
.siteWrapper .PartialTestBar ul {
  margin-left: 16px;
}
.siteWrapper .PartialTestBar ul li {
  padding-bottom: 8px;
}
.siteWrapper .PartialTestBar label {
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 8px;
}