.table {
  display: table;
  width: 100%;
  border: 1px solid #2774ae;
}

.table .t-title {
  display: table-caption;
  background-color: #2774ae;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

.table .t-heading {
  display: table-row;
  background-color: #2774ae;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.table .t-row {
  display: table-row;
  font-size: 14px;
}

.table .t-cell {
  display: table-cell;
  vertical-align: middle;
}

.table .column-1 {
  border-right: 1px solid #2774ae;
}

.table .column-1 input[type="checkbox"] {
  margin-right: 0rem;
  font-size: 1rem;
}

.table .column-2 ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.table .t-row:nth-child(odd) {
  background-color: #fff;
}

.table .t-row:nth-child(even) {
  background-color: #ebebeb;
}

@media (max-width: 768px) {
  .table .t-title {
    font-size: 16px;
  }
}

.table-50-50 .t-row .column-1,
.table-50-50 .t-row .column-2 {
  width: 50%;
}

.table-12-88 .t-row .column-1 {
  width: 12%;
}

@media (max-width: 600px) {
  .table-12-88 .t-row .column-1 {
    width: 15%;
  }
}

.table-100 .column-1 {
  border-right: 0;
}

.site-navbar .nav-primary {
  background-color: #2774ae;
  height: 65px;
}

.site-navbar .nav-primary img {
  max-width: 150px;
}

.site-navbar .nav-primary .site-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  top: 0.25rem;
  left: -1rem;
}

.site-navbar .nav-secondary {
  background-color: #ffd100;
}

.site-navbar .nav-secondary a {
  color: #333333;
  font-weight: 500;
  position: relative;
}

.site-navbar .nav-secondary a::after {
  content: " ";
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  right: 100%;
  border-bottom: 0.2em solid #2774ae;
  -webkit-transition: right 0.4s cubic-bezier(0, 0.5, 0, 1);
  transition: right 0.4s cubic-bezier(0, 0.5, 0, 1);
}

.site-navbar .nav-secondary a:hover::after {
  right: 0%;
}

@media (max-width: 768px) {
  .site-navbar .nav-secondary a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media (max-width: 499px) {
  .site-navbar .nav-primary {
    height: auto;
  }
  .site-navbar .nav-primary .site-title {
    display: block;
    top: -10px;
    left: 15px;
  }
}

.req-date-row {
  display: block;
  width: 100%;
}

.req-date-row .date-col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.req-date-row .date-box {
  min-height: 200px;
  max-width: 400px;
  border-radius: 2px;
  border: 1px solid #2774ae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.req-date-row p {
  color: #005587;
  font-weight: 600;
}

.req-date-row .mid-col {
  color: #333333;
  max-width: 400px;
  text-align: center;
}

.req-date-row input {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

@media (min-width: 768px) {
  .req-date-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .req-date-row .date-box {
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
    margin: 0;
  }
  .req-date-row .mid-col {
    width: 100px;
  }
}

.req-type input[type="radio"],
.req-type input[type="checkbox"] {
  margin-right: 1rem;
}

.req-type-row .req-type-box {
  min-width: 300px;
  max-width: 350px;
  width: 100%;
  border: 1px solid #2774ae;
  border-radius: 3px;
  padding: 20px 10px 10px 20px;
  margin-top: 1rem;
}

.req-type-row .req-type-box p {
  margin-left: 2rem;
}

@media (min-width: 992px) {
  .req-type-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 800px;
  }
}

#dupe {
  display: none;
}

#visit {
  display: block;
}

.toggled-box {
  max-width: 800px;
  background: #ebebeb;
}

.toggled-box a {
  color: #005587;
  text-decoration: underline;
}

.toggled-box .input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  font-family: Helvetica, sans-serif;
  color: #333333;
}

hr {
  border-top: 1px solid #c3d7ee;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 0.875rem;
  font-style: italic;
  opacity: 0.8;
  padding-top: 1px;
  padding-left: 1px;
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 0.875rem;
  font-style: italic;
  opacity: 0.8;
  padding-top: 1px;
  padding-left: 1px;
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 0.875rem;
  font-style: italic;
  opacity: 0.8;
  padding-top: 1px;
  padding-left: 1px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 0.875rem;
  font-style: italic;
  opacity: 0.8;
  padding-top: 1px;
  padding-left: 1px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 0.875rem;
  font-style: italic;
  opacity: 0.8;
  padding-top: 1px;
  padding-left: 1px;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 0.875rem;
  font-style: italic;
  opacity: 0.8;
  padding-top: 1px;
  padding-left: 1px;
}

textarea {
  border: 1px solid #2774ae;
}

@media (max-width: 768px) {
  textarea {
    width: 100%;
  }
}

.h4-blue,
.h5-blue {
  color: #005587;
  font-weight: 600;
}

.pg-welcome {
  background-color: #f8f8f8;
}

a {
  color: #005587;
}

@media (max-width: 768px) {
  p p,
  p ul,
  .pg-welcome p,
  .pg-welcome ul {
    font-size: 15px;
  }
  .h4-blue {
    font-size: 20px;
  }
}

input[type="submit"] {
  padding: 12px 30px;
  background: #005587;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #2774ae;
}

input[type="submit"]:hover {
  background: #fff;
  color: #005587;
  cursor: pointer;
  border: 1px solid #2774ae;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer {
  background-color: #2774ae;
  margin-top: 6.25rem;
}

.error-log-wrapper {
  overflow-wrap: break-word;
}
/*# sourceMappingURL=main.css.map */