.themed-primary-color {
  color: darkgray !important; }

.themed-primary-bg {
  background-color: darkgray !important; }

.themed-primary-btn {
  background-color: darkgray !important;
  border-color: darkgray !important; }

.themed-primary-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(169, 169, 169, 0.5) !important; }

.sign-up-sheet-name {
  color: darkgray;
  font-family: "" Open Sans ", sans-serif";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px; }

.sign-up-sheet-info {
  color: darkgray;
  font-family: "Dagny Pro";
  font-size: 22px;
  line-height: 40px;
  padding-bottom: 5px;
  margin-left: 0px;
  font-weight: 400 !important; }

.sign-up-sheet-info-1 {
  color: darkgray;
  font-family: "Dagny Pro";
  font-size: 28px;
  line-height: 40px;
  padding-bottom: 40px; }

.sub-title {
  color: darkgray;
  font-family: "Dagny Pro";
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px; }

.themed-btn-primary-invert {
  background: transparent;
  border: 2px solid darkgray;
  color: darkgray; }

.themed-secondary-color {
  color: black !important; }

.themed-secondary-color g {
    fill: black !important; }

.themed-secondary-color-fill {
  fill: black !important; }

.themed-secondary-border-color {
  border-color: black !important; }

.themed-secondary-bg {
  background-color: black !important; }

.btn-primary {
  background-color: darkgray !important;
  border-color: darkgray !important;
  min-width: 240px; }

.btn-primary:hover, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(169, 169, 169, 0.5) !important; }

.btn-primary:active {
    background-color: unset !important;
    color: darkgray !important; }

.btn-secondary {
  background-color: black !important;
  border-color: black !important; }

.btn-secondary:hover, .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5) !important; }

.btn-secondary:active {
    background-color: unset !important;
    color: black !important; }

.themed-tertiary-bg {
  background-color: #7a7a7a !important; }

.themed-tertiary-color {
  color: #7a7a7a !important; }

.themed-tertiary-color g {
    fill: #7a7a7a !important; }

.themed-hyperlink-color {
  color: "#037B86" !important; }

.themed-hyperlink-color g {
    fill: "#037B86" !important; }

.themed-hyperlink-color-fill {
  fill: "#037B86" !important; }


/*# sourceMappingURL=theme-default.css.map*/