/* fonts */
/* colors */
/* body colors */
/* fonts */
/* colors */
/* body colors */
.breadcrumb {
  padding: 0;
  font-size: .75em;
  background-color: #fff; }
  .breadcrumb .breadcrumb-item::before {
    content: ">"; }
  .breadcrumb .breadcrumb-item:first-of-type::before {
    content: none; }
  .breadcrumb a:hover {
    text-decoration: none;
    color: #059bff; }

caption {
  caption-side: top;
  font-weight: bold;
  color: #f26724;
  font-size: 1.3em; }

.card {
  border: none; }

.card-body {
  padding-left: 0; }

.card-footer {
  background: none;
  border-top: none; }

.accordion-item {
  margin-bottom: .8rem; }

.accordion-button {
  background-color: #f3f3f3;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: .7rem; }

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #132048; }

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important; }

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important; }

.accordion-button:focus {
  box-shadow: rgba(255, 143, 92, 0.8) 0px 0px 0px 3px; }

.alert-warning {
  background-color: rgba(250, 162, 27, 0.5); }

/* fonts */
/* colors */
/* body colors */
/* fonts */
/* colors */
/* body colors */
/* body background */
body {
  font-family: roboto, sans-serif;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position-y: -125px;
  background-position-x: center;
  background-image: url("../css/images/ACC_BG.jpg"); }

h1 {
  font-family: poppins, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2rem;
  color: #132048;
  margin-top: 2rem; }

h2 {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: #132048; }

h3 {
  font-weight: 400;
  font-size: 1.3rem;
  color: #333; }

p, ul, ol, td, dl {
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.7rem;
  color: #000; }

body a {
  color: #006eb5; }

body a:hover {
  text-decoration: none;
  color: #005a99; }

#skiptocontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  transition: all 250ms ease-out;
  transform: translateY(-100%);
  opacity: 0; }
  #skiptocontent:focus {
    transform: translateY(0);
    opacity: 1; }

.main-body-container {
  min-height: 500px; }

#main-body-content {
  background-color: #fff;
  padding: 1.5em;
  width: 85%;
  max-width: 1230px;
  margin: 18em auto 1em;
  min-height: 450px; }

/*special styles for smaller screens*/
@media screen and (max-width: 991px) {
  body {
    background-image: none; }

  #main-body-content {
    margin-top: 10em; }

  a[href^="tel:"] {
    display: block;
    margin-top: 1em; }

  a[href^="tel:"]:before {
    content: "\2706";
    margin-right: .5em; }

  #main-body-content {
    width: 95%; }

  .phoneLabel {
    display: none;
    visibility: hidden; }

  ul.navbar-nav li {
    min-width: 100px; } }
/*removes the visual cue for tel: links*/
@media screen and (min-width: 992px) {
  a[href^="tel:"] {
    cursor: text; }
    a[href^="tel:"]:hover {
      text-decoration: none !important;
      color: #fff !important; } }

.synced-readonly,
.synced-readonly:focus {
  background-color: #e9ecef !important;
  border-color: #ced4da;
  color: #495057;
  cursor: not-allowed;
  box-shadow: none;
}
/* fonts */
/* colors */
/* body colors */
/* fonts */
/* colors */
/* body colors */
/* fonts */
/* colors */
/* body colors */
/* body background */
body {
  font-family: roboto, sans-serif;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position-y: -125px;
  background-position-x: center;
  background-image: url("../css/images/ACC_BG.jpg"); }

h1 {
  font-family: poppins, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2rem;
  color: #132048;
  margin-top: 2rem; }

h2 {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: #132048; }

h3 {
  font-weight: 400;
  font-size: 1.3rem;
  color: #333; }

p, ul, ol, td, dl {
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.7rem;
  color: #000; }

body a {
  color: #006eb5; }

body a:hover {
  text-decoration: none;
  color: #005a99; }

#skiptocontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  transition: all 250ms ease-out;
  transform: translateY(-100%);
  opacity: 0; }
  #skiptocontent:focus {
    transform: translateY(0);
    opacity: 1; }

.main-body-container {
  min-height: 500px; }

#main-body-content {
  background-color: #fff;
  padding: 1.5em;
  width: 85%;
  max-width: 1230px;
  margin: 18em auto 1em;
  min-height: 450px; }

/*special styles for smaller screens*/
@media screen and (max-width: 991px) {
  body {
    background-image: none; }

  #main-body-content {
    margin-top: 10em; }

  a[href^="tel:"] {
    display: block;
    margin-top: 1em; }

  a[href^="tel:"]:before {
    content: "\2706";
    margin-right: .5em; }

  #main-body-content {
    width: 95%; }

  .phoneLabel {
    display: none;
    visibility: hidden; }

  ul.navbar-nav li {
    min-width: 100px; } }
/*removes the visual cue for tel: links*/
@media screen and (min-width: 992px) {
  a[href^="tel:"] {
    cursor: text; }
    a[href^="tel:"]:hover {
      text-decoration: none !important;
      color: #fff !important; } }
.navbar-nav li {
  margin-left: .625rem; }
  .navbar-nav li a {
    font-family: poppins, sans-serif;
    font-weight: 700;
    color: #383838;
    font-size: 1.125rem;
    /*18px*/
    line-height: 1.7; }

.navbar {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.navbar-brand img {
  max-height: 125px;
  margin-left: .5rem; }

/* fonts */
/* colors */
/* body colors */
/* fonts */
/* colors */
/* body colors */
/* fonts */
/* colors */
/* body colors */
/* body background */
body {
  font-family: roboto, sans-serif;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position-y: -125px;
  background-position-x: center;
  background-image: url("../css/images/ACC_BG.jpg"); }

h1 {
  font-family: poppins, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2rem;
  color: #132048;
  margin-top: 2rem; }

h2 {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: #132048; }

h3 {
  font-weight: 400;
  font-size: 1.3rem;
  color: #333; }

p, ul, ol, td, dl {
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.7rem;
  color: #000; }

body a {
  color: #006eb5; }

body a:hover {
  text-decoration: none;
  color: #005a99; }

#skiptocontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  transition: all 250ms ease-out;
  transform: translateY(-100%);
  opacity: 0; }
  #skiptocontent:focus {
    transform: translateY(0);
    opacity: 1; }

.main-body-container {
  min-height: 500px; }

#main-body-content {
  background-color: #fff;
  padding: 1.5em;
  width: 85%;
  max-width: 1230px;
  margin: 18em auto 1em;
  min-height: 450px; }

/*special styles for smaller screens*/
@media screen and (max-width: 991px) {
  body {
    background-image: none; }

  #main-body-content {
    margin-top: 10em; }

  a[href^="tel:"] {
    display: block;
    margin-top: 1em; }

  a[href^="tel:"]:before {
    content: "\2706";
    margin-right: .5em; }

  #main-body-content {
    width: 95%; }

  .phoneLabel {
    display: none;
    visibility: hidden; }

  ul.navbar-nav li {
    min-width: 100px; } }
/*removes the visual cue for tel: links*/
@media screen and (min-width: 992px) {
  a[href^="tel:"] {
    cursor: text; }
    a[href^="tel:"]:hover {
      text-decoration: none !important;
      color: #fff !important; } }
#footer {
  background-color: #132048;
  min-height: 250px;
  padding: 1em .6em;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400; }
  #footer p {
    color: #fff; }
  #footer a {
    color: #fff;
    text-decoration: none; }
    #footer a:hover {
      text-decoration: underline;
      color: #059bff; }
  #footer h3 {
    font-size: 1.2em;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff; }
  #footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #footer ul li {
      margin: 10px 0; }
  #footer #socialMediaLinks {
    margin: 1rem auto 0;
    width: 99%; }
    #footer #socialMediaLinks a {
      color: #faa21b;
      margin: .5rem; }
      #footer #socialMediaLinks a:hover {
        color: #fff; }

@media screen and (min-width: 992px) {
  #footer ul li {
    text-align: left; }
  #footer h3 {
    text-align: left; } }
@media screen and (max-width: 991px) {
  #footer .footer-quick-links {
    margin-top: 2em; } }
/* fonts */
/* colors */
/* body colors */
#ActiveProjects thead tr th:nth-child(1),
#ActiveProjects tbody tr td:nth-child(1),
#CompletedProjects thead tr th:nth-child(1),
#CompletedProjects tbody tr td:nth-child(1) {
  vertical-align: middle; }

#ActiveProjects thead tr th:nth-child(2),
#ActiveProjects tbody tr td:nth-child(2),
#CompletedProjects thead tr th:nth-child(2),
#CompletedProjects tbody tr td:nth-child(2) {
  width: 150px;
  vertical-align: middle; }

#ActiveProjects thead tr th:nth-child(3),
#ActiveProjects tbody tr td:nth-child(3),
#CompletedProjects thead tr th:nth-child(3),
#CompletedProjects tbody tr td:nth-child(3) {
  width: 70px;
  text-align: center; }

.projUpdateImg {
  float: left;
  max-width: 200px;
  margin-right: 1rem; }

#ProjUpdateList hr:last-of-type {
  display: none; }

.sectionBreak {
  border-top: 1px solid black;
  margin-top: 1em; }

.accordion-body h4 {
  font-size: 1.1rem;
  font-weight: bold; }

.accordion-body h5 {
  font-size: .9rem;
  margin-top: 1rem;
  font-weight: bold;
  padding-bottom: .5rem;
  border-bottom: 1px solid #000; }

.alert-warning svg {
  height: 25px;
  margin-right: .5rem;
  fill: #f26724; }

/* ADA-compliant locked / readonly field styling.
   Applied by the Blazor address component when "same mailing address" is checked.
   Uses a distinct background + muted text so sighted users can see the field
   is not editable, while aria-disabled and readonly keep it accessible. */
.field-locked,
.field-locked.form-control,
.field-locked.form-select {
  background-color: #e9ecef;
  color: #6c757d;
  border-color: #ced4da;
  cursor: not-allowed;
  opacity: 1; }

/* ADA: Ensure form controls are visually distinct from surroundings (>= 3:1 boundary contrast). */
#licenseTransferForm .form-control,
#licenseTransferForm .form-select,
#licenseTransferForm .form-check-input {
  background-color: #fff !important;
  border: 2px solid #495057 !important;
}

#licenseTransferForm .form-check-input:checked {
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
}

#licenseTransferForm .form-control:focus,
#licenseTransferForm .form-select:focus,
#licenseTransferForm .form-check-input:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 .2rem rgba(13, 110, 253, 0.25);
}

#licenseTransferForm .synced-readonly,
#licenseTransferForm .synced-readonly:focus,
#licenseTransferForm .synced-readonly[readonly],
#licenseTransferForm .synced-readonly:disabled {
  background-color: #d9dfe6 !important;
  color: #1f2933 !important;
  border: 2px dashed #495057 !important;
  opacity: 1 !important;
  cursor: not-allowed;
  box-shadow: none !important;
}

.required-indicator {
  font-weight: 600;
}

/* Honeypot: moves the trap field off-screen without display:none (which bots ignore) */
.field-trap {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*# sourceMappingURL=Site.css.map */
