html, body {
  height: 100%; }

body {
  font: 100% "Inter", "Calibri", "Arial", "Helvetica", "sans-serif";
  color: #000;
  display: flex;
  flex-direction: column; }

html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  font-family: "Inter", "Calibri", "Arial", "Helvetica", "sans-serif"; }

h1 {
  font-size: 2.25rem;
  line-height: 1.25;
  font-weight: 600;
  color: #004b8d;
  font-family: "Inter", "Calibri", "Arial", "Helvetica", "sans-serif";
  margin-bottom: 1.5rem; }

h2 {
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 600;
  color: #000;
  font-family: "Inter", "Calibri", "Arial", "Helvetica", "sans-serif";
  margin-bottom: 1.5rem; }

h3, h4 {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 8px;
  color: #004b8d;
  font-family: "Inter", "Calibri", "Arial", "Helvetica", "sans-serif"; }

p, li, td, th, textarea, a, div, label, option, select, input {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Inter", "Calibri", "Arial", "Helvetica", "sans-serif";
  color: #000; }

p, ul {
  margin-bottom: 0.8rem; }
  p:has(+ ul), ul:has(+ ul) {
    margin-bottom: 0.4rem; }
  p:has(+ h2, + h3), ul:has(+ h2, + h3) {
    margin-bottom: 2rem; }

em {
  font-style: italic; }

bold, strong {
  font-weight: 700; }

img {
  display: block; }

textarea {
  border: 1px solid #6d6d6d;
  padding: 2px; }

select {
  padding: 0.2rem 1rem 0.2rem 0; }

input[type=text] {
  padding: 0.2rem;
  line-height: 1; }

input:focus-visible, select:focus-visible, text-area:focus-visible, nav li > a:focus-visible, a:focus-visible, button:focus-visible, .users-tbody img:focus-visible {
  outline: 1px dotted #f33; }

th {
  color: black;
  font-weight: 600; }

ul {
  list-style-position: outside;
  list-style-type: disc;
  padding-inline-start: 40px; }

li {
  margin-bottom: 0.4rem; }

a {
  color: #004b8d;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer; }
  a:hover {
    filter: brightness(85%); }

label {
  display: block;
  line-height: 1;
  font-weight: 600;
  font-family: "Inter", "Calibri", "Arial", "Helvetica", "sans-serif"; }

input[type=text] {
  padding: 0.2rem 1rem 0.2rem 0;
  font-family: "Inter", "Calibri", "Arial", "Helvetica", "sans-serif"; }
  input[type=text]:read-only {
    background-color: #ddd; }

input[type=checkbox] {
  accent-color: #ff00ff; }

button {
  display: flex;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
  color: #004b8d;
  font-family: "Inter", "Calibri", "Arial", "Helvetica", "sans-serif";
  padding: 0.4rem 0.9rem;
  cursor: pointer;
  border-radius: 1.5rem;
  border: 2px solid #0e6abc; }
  button:hover {
    filter: brightness(85%); }

button.reverse {
  background-color: #ffffff;
  color: #ff00ff; }

button.alt, input::file-selector-button, label[for=logo-upload] {
  background-color: #004b8d;
  color: white; }
  button.alt:hover, input::file-selector-button:hover, label[for=logo-upload]:hover {
    filter: brightness(125%); }

.watch, .upcoming {
  margin-bottom: 36px; }

.error {
  color: #db1818;
  font-weight: 700; }

.dim {
  filter: brightness(190%); }

.p-1 {
  padding: 0.4rem; }

.p-2 {
  padding: 0.8rem; }

.drop-shadow {
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.5); }

.print-only {
  display: none; }
  @media only print {
    .print-only {
      display: block; } }

@media only print {
  .screen-only {
    display: none; } }

.mobile-hide {
  display: none; }
  @media only screen and (min-width: 800px) {
    .mobile-hide {
      display: block; } }

@media only screen and (min-width: 800px) {
  desktop-hide {
    display: none; } }

.vcenter {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.full-mask {
  display: block;
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10; }

.prelogo {
  margin-top: 30px;
  margin-bottom: 30px; }
  .prelogo img {
    width: 140px; }

.popup {
  background-color: #004b8d;
  width: 95%;
  max-width: 600px;
  box-shadow: 4px 4px 4px 2px #666;
  position: absolute;
  padding: 2rem 0;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #fff;
  z-index: 25; }
  .popup p, .popup h2, .popup h1 {
    color: #fff; }
  .popup .interior {
    padding-left: 1rem;
    padding-right: 1rem; }
  .popup .rule {
    width: 100%;
    border-top: 1px solid #fff;
    margin-top: 48px;
    margin-bottom: 48px; }
  .popup .popup-close {
    display: none;
    position: absolute;
    top: -1px;
    right: 0;
    background-color: #004b8d;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    padding: 0.5rem 0.8rem;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff; }
  .popup .popup-signup {
    display: flex;
    margin-top: 1.5rem; }
    .popup .popup-signup div.popup-input {
      width: 60%;
      margin-right: 1rem; }
      .popup .popup-signup div.popup-input input {
        width: 100%; }
  .popup .emailError {
    display: none; }

header {
  flex-grow: 0;
  display: flex;
  flex-wrap: nowrap;
  background-color: #004b8d;
  background-image: url("../images/rapid_response_banner_bg_1600x770.jpg");
  background-size: cover;
  padding: 72px 0 72px 0;
  margin-bottom: 64px; }
  header h1 {
    color: #fff;
    font-weight: 800;
    font-size: 2.875rem;
    line-height: 1.25;
    margin-bottom: 24px; }
  header .header-intro {
    display: flex;
    flex-wrap: nowrap; }
    header .header-intro div {
      max-width: 6rem;
      width: 20%;
      height: 6px;
      border-radius: .4rem;
      background-color: #ffde00;
      margin-right: 1.2rem;
      margin-top: .4rem; }
    header .header-intro p {
      color: #fff;
      margin-bottom: 0; }

nav {
  flex-grow: 0; }

.button-group {
  position: relative;
  display: block;
  margin-bottom: 24px;
  height: 34px;
  overflow: hidden;
  background-color: antiquewhite;
  width: 245px; }
  @media only screen and (min-width: 800px) {
    .button-group {
      position: static;
      height: auto;
      display: flex;
      flex-wrap: wrap;
      background-color: white;
      border: none;
      width: 100%; } }
  .button-group .category-button, .button-group .category-button-hamburger {
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
    background-color: #fff;
    color: #004b8d;
    font-family: "Inter", "Calibri", "Arial", "Helvetica", "sans-serif";
    padding: 8px 10px 8px 26px;
    cursor: pointer;
    border-top: none;
    border-right: 1px solid #0e6abc;
    border-left: 1px solid #0e6abc;
    border-bottom: 1px solid #0e6abc;
    margin: 0;
    width: 245px; }
    @media only screen and (min-width: 800px) {
      .button-group .category-button, .button-group .category-button-hamburger {
        border-radius: 1.5rem;
        border-width: 2px;
        border-top: 2px solid #0e6abc;
        margin: 0 16px 16px 0;
        padding: 8px 10px 8px 10px;
        justify-content: center;
        width: 235px; } }
    .button-group .category-button:hover, .button-group .category-button-hamburger:hover {
      filter: brightness(85%); }
    .button-group .category-button img, .button-group .category-button-hamburger img {
      width: 1rem;
      display: block;
      margin-right: 6px;
      vertical-align: middle; }
    .button-group .category-button div, .button-group .category-button-hamburger div {
      font-size: 1rem;
      line-height: 1;
      font-weight: 600;
      color: #0e6abc; }
    .button-group .category-button.button-down, .button-group .category-button-hamburger.button-down {
      background-color: #004b8d; }
      .button-group .category-button.button-down div, .button-group .category-button-hamburger.button-down div {
        color: #fff; }
  .button-group .category-button-hamburger {
    border-top: 1px solid #0e6abc;
    background-image: url("../images/icon-bars-solid.svg");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 4px 8px; }
    @media only screen and (min-width: 800px) {
      .button-group .category-button-hamburger {
        display: none; } }

.height-auto {
  height: auto; }

.events-outline {
  border: 1px solid #004b8d;
  padding: 0.5rem;
  margin-bottom: 64px; }

.events {
  overflow-y: auto;
  max-height: 500px;
  top: 0; }
  .events .events-date-group {
    padding-bottom: 24px; }
    .events .events-date-group h2 {
      color: #fff;
      font-size: 1.125rem;
      line-height: 1.5;
      background-color: #004b8d;
      padding: .5rem 0 .5rem .5rem;
      margin-bottom: 1.5rem; }
    .events .events-date-group .event {
      margin-bottom: 0.5rem;
      margin-left: 0.5rem; }
      .events .events-date-group .event.showThis {
        display: flex; }
      .events .events-date-group .event.hideThis {
        display: none; }
      .events .events-date-group .event img {
        display: block;
        height: 1.2rem;
        padding-right: .8rem;
        padding-top: 0.2rem; }
      .events .events-date-group .event .event-words {
        color: #0e6abc;
        font-size: 1rem;
        line-height: 1.5; }

.callout {
  background-color: #f5f5f5;
  padding-top: 64px;
  margin-bottom: 64px;
  padding-bottom: 48px; }
  .callout .callout-infographic {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .callout .callout-infographic div {
      width: 100%;
      margin-bottom: 48px; }
      @media only screen and (min-width: 800px) {
        .callout .callout-infographic div {
          width: 28%; } }
      .callout .callout-infographic div img {
        display: block;
        padding: 0 20px;
        width: 100%;
        max-width: 250px;
        margin: 0 auto; }

.about-anthony {
  display: flex;
  margin-top: 48px;
  margin-bottom: 64px; }
  .about-anthony img {
    width: 110px;
    padding-right: 20px;
    display: block; }

.editable {
  width: 100%;
  border: 1px solid #343434;
  margin-bottom: 16px;
  padding: 2px;
  height: 8rem;
  overflow-y: scroll; }

.modal-center {
  display: none;
  width: 90%;
  max-width: 150rem;
  box-shadow: 4px 4px 4px 2px #666;
  background-color: white;
  position: absolute;
  padding: 1.5rem 1.0rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20; }
  @media only screen and (min-width: 800px) {
    .modal-center {
      width: 65%; } }
  .modal-center .modal-center-close {
    position: absolute;
    top: -1.9rem;
    right: 0;
    background-color: white;
    font-size: 1rem;
    line-height: 1;
    padding: 0.5rem 0.8rem;
    text-align: center;
    cursor: pointer; }

footer {
  flex-shrink: 0;
  width: 100%;
  background-color: black;
  color: #ffffff;
  padding-top: 24px;
  padding-bottom: 48px; }
  footer p {
    color: #ffffff;
    font-size: 95%; }
  footer a {
    color: inherit;
    font-weight: inherit; }

.main-content {
  flex-grow: 1; }

.interior {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  width: 98%; }
  @media only screen and (min-width: 800px) {
    .interior {
      width: 94%; } }

/* no more tables  */
@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  .no-more-tables table,
  .no-more-tables thead,
  .no-more-tables tbody,
  .no-more-tables th,
  .no-more-tables td,
  .no-more-tables tr {
    display: block; }

  /* Hide table headers (but not display: none;, for accessibility) */
  .no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .no-more-tables tr {
    border: 1px solid #ccc; }

  .no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 0.3rem 0 0.3rem 25%;
    white-space: normal;
    text-align: left; }

  .no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0.3rem;
    left: 6px;
    width: 70%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold; }

  /*
  Label the data
  */
  .no-more-tables td:before {
    content: attr(data-title); } }
.page-hide {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10; }

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px; }

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5); }

/* :not(:required) hides these rules from IE9 and below */
.loading {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.loading:after {
  content: '';
  display: block;
  font-size: 10px;
  width: 100px;
  height: 100px;
  margin-top: -0.5em;
  border: 15px solid #2196f3;
  border-radius: 100%;
  border-bottom-color: transparent;
  animation: spinner 1s linear 0s infinite; }

/* Animation */
@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*# sourceMappingURL=rapidresponse.css.map */
