/* Minification failed. Returning unminified contents.
(75,34): run-time error CSS1039: Token not allowed after unary operator: '-billtracker-orange-xlt'
(76,26): run-time error CSS1039: Token not allowed after unary operator: '-billtracker-orange-md'
 */
body.brand-montana {
  background-color: #c5cfce;
  background-image: url(../images/montana/bkgd-geometric.png);
  color: #28282a;
  font-weight: 500;
  font-family: "Open Sans", Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.brand-montana .navbar {
  background-color: #8a5f68;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.0705882353), 0 2px 4px rgba(0, 0, 0, 0.0509803922);
  padding: 12px 16px;
}

.brand-montana .nav.nav-pills {
  border-radius: 8px;
  border: 1px solid #F0EEEB;
  background: #FAFAFA;
}
.brand-montana .nav.nav-pills .nav-item .nav-link {
  color: #6E6E6F;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}
.brand-montana .nav.nav-pills .nav-item .nav-link.active {
  color: #121212;
  border-radius: 8px;
  border: 1px solid #D5D7DA;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}

.brand-montana .form-container {
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 64px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(2px);
}

.brand-montana label {
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  margin-bottom: 4px;
}

.brand-montana input {
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  background: #FFF;
}
.brand-montana input:focus {
  border-color: #67897f;
  box-shadow: inset 0 0 0 1px #67897f;
}

.brand-montana .form-check .form-check-input {
  border: 1px solid #D0D5DD;
  height: 18px;
  width: 18px;
}
.brand-montana .form-check .form-check-input:checked {
  background-color: #F07E28;
  border: 1px solid #F07E28;
}
.brand-montana .form-check .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem var(--billtracker-orange-xlt);
  border: 1px solid var(--billtracker-orange-md);
}
.brand-montana .form-check .form-check-label {
  color: #28282a;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin: 2px auto auto 4px;
}

.brand-montana input[type=checkbox] {
  accent-color: #67897f;
}

.brand-montana h2 {
  font-size: 2.25em;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-montana a {
  color: #25575b;
  text-decoration: none;
}
.brand-montana a:hover {
  color: #4b7d81;
  text-decoration: none;
}

.brand-montana .btn {
  border: none;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
}
.brand-montana .btn.btn-primary {
  box-shadow: none;
  background-color: #67897f;
  color: #fff;
}
.brand-montana .btn.btn-primary:hover {
  background-color: #57736b;
}
.brand-montana .btn.btn-primary:focus {
  background-color: #57736b;
}
.brand-montana .btn.btn-primary:active {
  background-color: #5d7b72;
}

.brand-montana footer {
  line-height: 60px;
  font-size: 0.9em;
  background-color: #28282A;
  color: #fff;
  font-weight: 400;
  padding: 0 16px;
}
.brand-montana footer .poweredby img {
  text-align: right;
  height: 16px;
  margin-top: -6px;
  margin-left: 4px;
}

.brand-montana .modal {
  z-index: 9999;
}

.modal-backdrop {
  z-index: -1;
}

/*# sourceMappingURL=montana-styles.css.map */

