@charset "UTF-8";
/* Theme Name: CBNC
 * Theme URI: https://ChicagoNurse.org
 * Description: Theme for the CBNC app
 *
 * Author: 3×5
 * Version: 1.0 */
* {
  box-sizing: border-box; }
  *::before, *::after {
    box-sizing: border-box; }

body {
  overflow: hidden;
  margin: 0;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: #fff; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 30px 0 15px 0; }

p:empty {
  display: none; }

img {
  max-width: 100%;
  height: auto; }

a {
  color: inherit; }

a, span, label, summary, figcaption, input {
  text-underline-position: under; }

p a, li a {
  color: #1a5cad; }
  p a:hover, p a:focus, li a:hover, li a:focus {
    outline: 1px #1a5cad; }
  p a:active, p a:focus-visible, li a:active, li a:focus-visible {
    outline: 0 none; }

figure {
  margin: 0;
  padding: 0; }

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", serif;
  font-weight: 200; }

h1 {
  font-weight: 200;
  font-size: 40px;
  line-height: 60px; }
  @media screen and (min-width: 1040px) {
    h1 {
      font-size: 56px; } }

h2,
h2.rich-text {
  font-weight: 200;
  font-size: 32px;
  line-height: 60px; }
  @media screen and (min-width: 1040px) {
    h2,
    h2.rich-text {
      margin-top: 30px;
      margin-bottom: 20px;
      font-size: 44px;
      line-height: 45px; } }

h3,
.h3,
form legend,
aside header {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px; }
  @media screen and (min-width: 1040px) {
    h3,
    .h3,
    form legend,
    aside header {
      font-size: 30px; } }

h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px; }

h2 a, h3 a, h4 a, form legend a, aside header a {
  text-decoration-thickness: 1px; }
  h2 a:hover, h2 a:focus, h2 a:active, h3 a:hover, h3 a:focus, h3 a:active, h4 a:hover, h4 a:focus, h4 a:active, form legend a:hover, aside header a:hover, form legend a:focus, aside header a:focus, form legend a:active, aside header a:active {
    text-decoration: none;
    color: #1a5cad; }

::selection {
  background: rgba(0, 0, 0, 0.8);
  text-shadow: none; }

::moz-selection {
  background: rgba(0, 0, 0, 0.8);
  text-shadow: none; }

input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-results-button, input[type='search']::-webkit-search-results-decoration {
  display: none; }

fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  -ms-flex-item-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-content-align: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  gap: 0 20px; }
  fieldset .acf-field {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }

summary {
  cursor: pointer; }

[type="text"], [type="email"], [type="tel"], [type="url"], [type="password"], [type="search"], [type="number"], textarea, [type="submit"], [type="button"], button:not(.trigger), p.button a, label.button, .button:link, .button:visited, .buttonblock a, select, .select2 {
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit; }
  [type="text"]::placeholder, [type="email"]::placeholder, [type="tel"]::placeholder, [type="url"]::placeholder, [type="password"]::placeholder, [type="search"]::placeholder, [type="number"]::placeholder, textarea::placeholder, [type="submit"]::placeholder, [type="button"]::placeholder, button:not(.trigger)::placeholder, p.button a::placeholder, label.button::placeholder, .button:link::placeholder, .button:visited::placeholder, .buttonblock a::placeholder, select::placeholder, .select2::placeholder {
    transition: all 0.1s ease-in-out;
    color: #000; }
  [type="text"]:focus, [type="email"]:focus, [type="tel"]:focus, [type="url"]:focus, [type="password"]:focus, [type="search"]:focus, [type="number"]:focus, textarea:focus, [type="submit"]:focus, [type="button"]:focus, button:not(.trigger):focus, p.button a:focus, label.button:focus, .button:link:focus, .button:visited:focus, .buttonblock a:focus, select:focus, .select2:focus {
    outline: 2px solid #1a5cad;
    outline-offset: 2px; }
    [type="text"]:focus::placeholder, [type="email"]:focus::placeholder, [type="tel"]:focus::placeholder, [type="url"]:focus::placeholder, [type="password"]:focus::placeholder, [type="search"]:focus::placeholder, [type="number"]:focus::placeholder, textarea:focus::placeholder, [type="submit"]:focus::placeholder, [type="button"]:focus::placeholder, button:not(.trigger):focus::placeholder, p.button a:focus::placeholder, label.button:focus::placeholder, .button:link:focus::placeholder, .button:visited:focus::placeholder, .buttonblock a:focus::placeholder, select:focus::placeholder, .select2:focus::placeholder {
      color: transparent; }
  [type="text"]:focus:not(:focus-visible), [type="text"]:active, [type="email"]:focus:not(:focus-visible), [type="email"]:active, [type="tel"]:focus:not(:focus-visible), [type="tel"]:active, [type="url"]:focus:not(:focus-visible), [type="url"]:active, [type="password"]:focus:not(:focus-visible), [type="password"]:active, [type="search"]:focus:not(:focus-visible), [type="search"]:active, [type="number"]:focus:not(:focus-visible), [type="number"]:active, textarea:focus:not(:focus-visible), textarea:active, [type="submit"]:focus:not(:focus-visible), [type="submit"]:active, [type="button"]:focus:not(:focus-visible), [type="button"]:active, button:not(.trigger):focus:not(:focus-visible), button:not(.trigger):active, p.button a:focus:not(:focus-visible), p.button a:active, label.button:focus:not(:focus-visible), label.button:active, .button:link:focus:not(:focus-visible), .button:link:active, .button:visited:focus:not(:focus-visible), .button:visited:active, .buttonblock a:focus:not(:focus-visible), .buttonblock a:active, select:focus:not(:focus-visible), select:active, .select2:focus:not(:focus-visible), .select2:active {
    outline: none; }

main [type="text"], main [type="email"], main [type="tel"], main [type="url"], main [type="password"], main [type="search"], main [type="number"], main [type="submit"], main [type="button"], main button:not(.trigger), main p.button a, main label.button, main .button:link, main .button:visited, main .buttonblock a {
  padding: 12px 15px; }
main [type="text"], main [type="email"], main [type="tel"], main [type="url"], main [type="password"], main [type="search"], main [type="number"] {
  background: #f5f5f5;
  border: 1px solid #aaa; }

label {
  cursor: pointer;
  user-select: none; }

.screen-reader-response {
  position: fixed;
  right: 100vw; }

form label {
  display: block;
  margin-bottom: 15px; }
form [type="text"], form [type="email"], form [type="tel"], form [type="url"], form [type="password"], form [type="search"], form [type="number"] {
  width: 100%; }
form [type="submit"], form [type="button"], form button:not(.trigger), form p.button a, form label.button, form .button:link, form .button:visited, form .buttonblock a {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 1px;
  word-spacing: 0.25em;
  margin-top: 15px; }
form fieldset {
  margin: 0;
  padding: 0; }

textarea {
  overflow: auto;
  height: 160px;
  line-height: 30px;
  min-height: 90px;
  resize: vertical; }

p.button {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px; }

label.button {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content; }

[type="submit"], [type="button"], button:not(.trigger), p.button a, label.button, .button:link, .button:visited, .buttonblock a {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 1px;
  word-spacing: 0.25em;
  border: 0 none;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  color: #fff;
  background: #507182; }
  [type="submit"]:hover, [type="submit"]:focus, [type="button"]:hover, [type="button"]:focus, button:not(.trigger):hover, button:not(.trigger):focus, p.button a:hover, p.button a:focus, label.button:hover, label.button:focus, .button:link:hover, .button:link:focus, .button:visited:hover, .button:visited:focus, .buttonblock a:hover, .buttonblock a:focus {
    background: #bf5c07; }
  [type="submit"]:active, [type="button"]:active, button:not(.trigger):active, p.button a:active, label.button:active, .button:link:active, .button:visited:active, .buttonblock a:active {
    background: #ca5723; }

[type="radio"], [type="checkbox"] {
  cursor: pointer; }
  [type="radio"]:focus, [type="checkbox"]:focus {
    outline: 2px solid #bf5c07;
    outline-offset: 2px; }
  [type="radio"]:focus:not(:focus-visible), [type="radio"]:active, [type="checkbox"]:focus:not(:focus-visible), [type="checkbox"]:active {
    outline: none; }

[type="radio"], [type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0 6px 0 0;
  height: 20px;
  width: 20px;
  appearance: none;
  border: 3px solid #000;
  vertical-align: -33%; }
  [type="radio"]:hover, [type="radio"]:focus, [type="checkbox"]:hover, [type="checkbox"]:focus {
    outline: 2px solid #1a5cad; }

dialog {
  max-width: 480px;
  width: 100%;
  padding: 0;
  border: 0 none;
  background: none; }
  dialog > div {
    position: relative;
    border-top: 10px solid #1a5cad;
    border-bottom: 3px solid #1a5cad;
    background: #666;
    padding: 30px;
    z-index: 1; }
  dialog::backdrop {
    background: rgba(0, 0, 0, 0.8); }

form[method="dialog"] {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-width: unset;
  z-index: -1; }
  form[method="dialog"] button {
    display: block;
    font-size: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 100%;
    width: 100%;
    cursor: pointer;
    background: transparent; }
    form[method="dialog"] button::after {
      background: linear-gradient(-45deg, transparent calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), transparent calc(50% + 2px)), linear-gradient(45deg, transparent calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), transparent calc(50% + 2px)) #1a5cad;
      position: absolute;
      top: 0;
      content: "";
      z-index: 100;
      height: 30px;
      width: 20px;
      padding: 12px;
      border: 6px solid #1a5cad;
      right: 12px; }
    form[method="dialog"] button:hover::after {
      background: linear-gradient(-45deg, transparent calc(50% - 2px), #1a5cad calc(50% - 2px), #1a5cad calc(50% + 2px), transparent calc(50% + 2px)), linear-gradient(45deg, transparent calc(50% - 2px), #1a5cad calc(50% - 2px), #1a5cad calc(50% + 2px), transparent calc(50% + 2px)) #fff;
      border: 6px solid #fff; }

.buttons {
  margin-bottom: 30px; }

.updated, .-success {
  display: none; }

.process > article {
  display: none;
  margin-top: -50px;
  padding-top: 50px; }
  .process > article:last-child {
    display: block; }
  .process > article:target {
    display: block; }
    .process > article:target ~ article:last-child {
      display: none; }

dialog {
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  visibility: hidden;
  transition: all 0.1s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: flex-start;
  -ms-flex-item-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-content-align: flex-start;
  align-content: flex-start;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background: rgba(26, 92, 173, 0.96);
  z-index: 999;
  opacity: 0; }
  dialog article, dialog h2 {
    box-sizing: border-box; }
  dialog > div {
    width: 100%;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto; }
  dialog:target {
    outline: 0 none;
    visibility: visible;
    opacity: 1; }
  dialog > a {
    top: 0;
    bottom: 0; }
    dialog > a.prev, dialog > a.next {
      position: fixed;
      vertical-align: middle;
      font-size: 0;
      z-index: 2;
      height: 48px;
      width: 48px;
      background: #1a5cad; }
      @media screen and (min-width: 801px) {
        dialog > a.prev, dialog > a.next {
          margin: auto; } }
      @media screen and (max-width: 800px) {
        dialog > a.prev, dialog > a.next {
          margin: auto auto 0 auto;
          transform: scale(0.75, 0.75); } }
      dialog > a.prev:before, dialog > a.next:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        display: block;
        box-sizing: border-box;
        margin: auto;
        content: "";
        height: 30px;
        width: 20px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent; }
    @media screen and (min-width: 1040px) {
      dialog > a[href="#_"] {
        left: 0;
        bottom: 0; } }
    dialog > a.prev {
      left: 20px; }
      dialog > a.prev:before {
        margin-right: 15px;
        border-right: 20px solid #1a5cad; }
      dialog > a.prev:hover:before, dialog > a.prev:active:before {
        border-right: 20px solid #fff; }
    dialog > a.next {
      right: 20px; }
      dialog > a.next:before {
        margin-left: 15px;
        border-left: 20px solid #1a5cad; }
      dialog > a.next:hover:before, dialog > a.next:active:before {
        border-left: 20px solid #fff; }
  dialog a[href="#_"] {
    position: absolute;
    display: block;
    font-size: 0;
    background: linear-gradient(-45deg, transparent calc(50% - 2px), #1a5cad calc(50% - 2px), #1a5cad calc(50% + 2px), transparent calc(50% + 2px)), linear-gradient(45deg, transparent calc(50% - 2px), #1a5cad calc(50% - 2px), #1a5cad calc(50% + 2px), transparent calc(50% + 2px)) #000;
    right: 15px;
    top: 6px;
    border: 16px solid #1a5cad;
    border-radius: 6px;
    padding: 7px 6px 6px 7px;
    margin: 0 0 auto auto;
    height: 30px;
    width: 30px; }
    dialog a[href="#_"]:hover, dialog a[href="#_"]:active {
      background: linear-gradient(-45deg, transparent calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), transparent calc(50% + 2px)), linear-gradient(45deg, transparent calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), transparent calc(50% + 2px)) #fff; }
    dialog a[href="#_"]:before {
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      content: "";
      z-index: -1; }
    dialog a[href="#_"]:after {
      position: fixed;
      right: 10px;
      top: 60px; }

.toggled {
  transition: all 0.1s ease-in-out;
  height: 0;
  overflow: hidden; }

.reset {
  display: none; }

.toggler {
  position: fixed;
  right: 100vw; }
  .toggler:checked + .toggled {
    height: auto; }
  .toggler:checked ~ label,
  .toggler:checked ~ legend {
    display: none; }
  .toggler:checked ~ .reset {
    display: block; }

.todo,
.done {
  margin-left: -28px;
  list-style: none; }
  .todo [type='radio'],
  .done [type='radio'] {
    margin-right: 10px; }

.done::before {
  background-image: url('data:image/svg+xml,%3Csvg version="1.1" fill="%23fff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: inline-block;
  background-color: #74a90b;
  margin: 0 6px 0 0;
  height: 20px;
  width: 20px;
  border: 3px solid #74a90b;
  vertical-align: -7%;
  content: ""; }

.gone {
  position: fixed;
  right: 100vw; }

.todo {
  position: relative; }
  .todo [type="radio"]:checked {
    background-image: url('data:image/svg+xml,%3Csvg version="1.1" fill="%23fff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-color: #74a90b;
    border-color: #74a90b; }
  .todo label {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20px; }
  .todo input:checked + label {
    display: block; }

.todo input:checked ~ a,
.done a {
  text-decoration: line-through; }

.completed {
  margin-top: 60px;
  position: relative;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: fit-content; }
  .completed label {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 1px;
    word-spacing: 0.25em;
    display: block;
    background: #74a90b;
    padding: 12px 15px 12px 45px; }
    .completed label::before {
      position: absolute;
      top: 0;
      bottom: 0;
      background-image: url('data:image/svg+xml,%3Csvg version="1.1" fill="%23fff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/%3E%3C/svg%3E');
      background-repeat: no-repeat;
      margin: auto;
      left: 8px;
      content: "";
      height: 30px;
      width: 30px;
      border: 3px solid #fff; }
  .completed span + span {
    display: none; }
  .completed input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 0 none;
    z-index: 1; }
    .completed input[type="radio"]:checked + label, .completed input[type="checkbox"] + label {
      background: #507182; }
      .completed input[type="radio"]:checked + label::before, .completed input[type="checkbox"] + label::before {
        background: none; }
      .completed input[type="radio"]:checked + label span:first-child, .completed input[type="checkbox"] + label span:first-child {
        display: none; }
        .completed input[type="radio"]:checked + label span:first-child + span, .completed input[type="checkbox"] + label span:first-child + span {
          display: block; }
    .completed input[type="radio"]:checked {
      pointer-events: none; }
    .completed input[type="checkbox"]:checked + label {
      background: #74a90b; }
      .completed input[type="checkbox"]:checked + label::before {
        background-image: url('data:image/svg+xml,%3Csvg version="1.1" fill="%23fff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/%3E%3C/svg%3E');
        background-repeat: no-repeat; }
      .completed input[type="checkbox"]:checked + label span:first-child {
        display: block; }
        .completed input[type="checkbox"]:checked + label span:first-child + span {
          display: none; }

progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 none;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 21px; }
  progress::-webkit-progress-value {
    background-color: #74a90b; }
  progress::-webkit-progress-bar {
    background: #ccc; }

.acfe-form {
  position: relative; }

.acf-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column-reverse nowrap;
  -ms-flex-flow: column-reverse nowrap;
  flex-flow: column-reverse nowrap;
  -webkit-align-items: stretch;
  -ms-flex-item-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-content-align: stretch;
  align-content: stretch;
  -webkit-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch; }

.acf-input {
  position: relative; }
  .acf-input .acf-error-message {
    background-image: url('data:image/svg+xml,%3Csvg version="1.1" fill="%239b050a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"%3E%3Cpath d="M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    text-indent: 20px;
    z-index: 100;
    background-color: rgba(155, 5, 10, 0.2);
    color: #9b050a;
    background-size: 12px auto;
    background-position: 12px 8px;
    line-height: 1; }
    .acf-input .acf-error-message p {
      margin: 0;
      text-indent: 0;
      line-height: 1;
      padding: 6px 6px 6px 30px;
      font-size: 14px; }

.ajax-loader, .acf-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 3; }
  .is-validating .ajax-loader, .is-validating .acf-spinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-item-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-content-align: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
  .ajax-loader::before, .ajax-loader::after, .acf-spinner::before, .acf-spinner::after {
    content: ""; }
  .ajax-loader::before, .acf-spinner::before {
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 0;
    height: 60px;
    width: 60px;
    border: 12px solid transparent;
    border-top-color: #507182;
    border-right-color: #507182;
    animation: rot8n 0.6s linear infinite;
    margin: auto; }
  .ajax-loader::after, .acf-spinner::after {
    display: block;
    position: absolute;
    font-size: 0;
    line-height: 0;
    height: 0;
    top: 100%; }

@keyframes rot8n {
  to {
    transform: rotate(360deg); } }
main {
  position: relative;
  text-align: center;
  padding-bottom: 160px;
  z-index: 3;
  background: #fff; }
  main h2 {
    position: relative; }
    main h2 small {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 14px;
      font-family: "Open Sans", sans-serif;
      letter-spacing: 1px; }
      @media screen and (min-width: 801px) {
        main h2 small {
          float: right; } }
  main a[href^="https"]::after {
    content: "➚"; }
  main a[href^="https://app.chi"]::after {
    content: none; }

.edit {
  position: fixed;
  right: 20px;
  bottom: 30px; }

.mce-content-body {
  border: 30px solid transparent; }

article p, article li, .is-root-container p, .is-root-container li, .mce-content-body p, .mce-content-body li {
  font-size: 20px;
  line-height: 30px;
  word-spacing: 0.1em; }
article li, .is-root-container li, .mce-content-body li {
  margin-bottom: 15px; }
article ul ul, .is-root-container ul ul, .mce-content-body ul ul {
  margin-top: 15px; }

article > p:first-child,
article .sharedaddy + p,
article .videoembed + p, .is-root-container > p:first-child,
.is-root-container .sharedaddy + p,
.is-root-container .videoembed + p {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 48px;
  word-spacing: 0; }

iframe {
  border: 0 none; }

figure {
  text-align: center;
  margin-bottom: 30px; }
  figure img {
    width: auto;
    box-shadow: 0 3px 12px rgba(80, 113, 130, 0.5); }

.wp-block-image img {
  max-width: 320px; }

figcaption {
  padding-bottom: 6px;
  font-style: italic;
  color: #485925; }

.sidebar > figure {
  width: 100%; }
.sidebar hr {
  border: 0 none;
  margin: 30px 0;
  height: 1px;
  background: #666; }
.sidebar > a, .sidebar > img {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  vertical-align: top;
  max-width: 240px;
  border: 6px solid transparent; }
.sidebar img {
  margin-left: auto;
  margin-right: auto;
  max-width: 160px; }

body.page main > p, body.page main > ul, body.page main > ol,
body.page main > figure, body.page main > table,
body.page main > h1, body.page main > h2, body.page main > h3, body.page main > h4, body.page main > h5, body.page main > h6,
body.page main > a, body.page main > nav {
  max-width: 1552px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px; }
  @media screen and (min-width: 1040px) {
    body.page main > p, body.page main > ul, body.page main > ol,
    body.page main > figure, body.page main > table,
    body.page main > h1, body.page main > h2, body.page main > h3, body.page main > h4, body.page main > h5, body.page main > h6,
    body.page main > a, body.page main > nav {
      padding-left: 56px;
      padding-right: 56px; } }
body.page main > p, body.page main > ul, body.page main > ol {
  font-size: 18px;
  line-height: 1.8;
  word-spacing: 0.1em; }
  body.page main > p:last-child, body.page main > ul:last-child, body.page main > ol:last-child {
    margin-bottom: 80px; }
body.page main > p + ul, body.page main > p + ol {
  margin-top: 30px; }
@media screen and (min-width: 1040px) {
  body.page main > p, body.page main > ul, body.page main > ol, body.page main > nav,
  body.page main > h2, body.page main > h3, body.page main > h4, body.page main > h5, body.page main > h6 {
    padding-right: 320px; } }
@media screen and (min-width: 1200px) {
  body.page main > p, body.page main > ul, body.page main > ol, body.page main > nav,
  body.page main > h2, body.page main > h3, body.page main > h4, body.page main > h5, body.page main > h6 {
    padding-right: 560px; } }
body.page main > ul li, body.page main > ol li {
  margin-left: 20px; }

ul ul {
  margin-bottom: 6px; }

.alignleft {
  float: left;
  margin: 0 20px 30px 0; }

.alignright {
  float: right;
  margin: 0 0 30px 20px; }

.process {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  min-height: 100vh;
  padding: 30px 20px; }

aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  -ms-flex-item-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-content-align: flex-start;
  align-content: flex-start;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  gap: 30px;
  background: #ca5723;
  color: #fff; }
  aside header::after {
    display: block;
    margin: 30px auto;
    content: "";
    height: 5px;
    background: rgba(255, 255, 255, 0.5);
    width: 80px; }
  aside > div {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    max-width: 320px; }
  aside p {
    margin: 0; }
  aside a {
    color: white; }

.skip {
  position: fixed;
  right: 100vw; }

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: stretch;
  -ms-flex-item-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-content-align: stretch;
  align-content: stretch;
  -webkit-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden; }
  .wrap > div:first-child {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }
    .wrap > div:first-child > div:first-child {
      max-width: 960px;
      margin-left: auto;
      margin-right: auto; }

.logo {
  display: inline-block;
  font-size: 0;
  height: 60px;
  background: url("/assets/logo.png") no-repeat left center/cover; }

[role="banner"] {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-end;
  -ms-flex-item-align: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-content-align: flex-end;
  align-content: flex-end;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  background: #1a5cad; }
  [role="banner"] .logo {
    margin: 15px 20px;
    width: 180px; }
  [role="banner"] a {
    text-decoration: none;
    color: #fff; }
    [role="banner"] a:hover, [role="banner"] a:active, [role="banner"] a:focus {
      text-decoration: underline;
      text-decoration-thickness: 1px; }
    [role="banner"] a:focus {
      outline: 2px solid #fff; }

[role="navigation"] ul {
  margin: 0;
  list-style: none; }

@media screen and (min-width: 1040px) {
  .mobiletab, #mobile {
    display: none; } }

.mobiletab {
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  right: 0;
  top: 12px;
  cursor: pointer;
  font-size: 14px;
  width: 60px; }

#mobile {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: linear-gradient(to bottom, transparent calc(50% - 1px), #000 calc(50% - 1px), #000 calc(50% + 1px), transparent calc(50% + 1px));
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  cursor: pointer;
  top: 36px;
  right: 24px;
  height: 24px;
  width: 36px;
  z-index: 1;
  background-size: 30px 20px;
  background-repeat: repeat-x;
  background-position: center; }
  @media screen and (max-width: 1040px) {
    #mobile:checked ~ .wrap {
      overflow-y: hidden; }
      #mobile:checked ~ .wrap header {
        z-index: 3; }
        #mobile:checked ~ .wrap header::before {
          position: absolute;
          right: 0;
          left: 0;
          height: 100vh;
          top: 100%;
          background: rgba(0, 0, 0, 0.7);
          content: "";
          z-index: -1; }
    #mobile:not(:checked) ~ .wrap [role="banner"] > div {
      display: none; } }
  #mobile:checked {
    z-index: 6;
    border-top: none;
    border-bottom: none;
    border-left: 6px solid #fff;
    border-right: 6px solid #fff;
    background: linear-gradient(-45deg, transparent calc(50% - 2px), #000 calc(50% - 2px), #000 calc(50% + 2px), transparent calc(50% + 2px)), linear-gradient(45deg, transparent calc(50% - 2px), #000 calc(50% - 2px), #000 calc(50% + 2px), transparent calc(50% + 2px)) transparent; }
    #mobile:checked + label {
      z-index: 5; }
    #mobile:checked ~ header {
      z-index: 3; }

.lngmenu ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  -ms-flex-item-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-content-align: flex-start;
  align-content: flex-start;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  gap: 6px 18px;
  margin: 6px 20px 12px 20px; }
.lngmenu li {
  list-style: none; }

main nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -ms-flex-item-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-content-align: center;
  align-content: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  gap: 20px;
  font-size: 19px;
  font-weight: 500;
  bottom: 15px;
  left: 20px;
  right: 20px; }
  main nav strong {
    color: #9b050a; }

.nav {
  margin: 0;
  padding: 0; }
  .nav li {
    display: inline-block; }
    .nav li + li {
      margin-left: 20px; }

.closedialog {
  background: linear-gradient(-45deg, transparent calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), transparent calc(50% + 2px)), linear-gradient(45deg, transparent calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), transparent calc(50% + 2px)) transparent;
  position: absolute;
  border: 0 none;
  margin: 0;
  left: 0;
  bottom: 0;
  border: 12px solid #9b050a;
  height: 40px;
  width: 40px;
  z-index: 6; }
  .closedialog:focus {
    background: linear-gradient(-45deg, transparent calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), transparent calc(50% + 2px)), linear-gradient(45deg, transparent calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), transparent calc(50% + 2px)) transparent;
    outline: 2px solid #ca5723; }
  .closedialog:focus:not(:focus-visible), .closedialog:active {
    outline: none; }
  .closedialog:checked {
    background: linear-gradient(-45deg, transparent calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), transparent calc(50% + 2px)), linear-gradient(45deg, transparent calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), transparent calc(50% + 2px)) #74a90b;
    border-color: #74a90b; }
  @media screen and (max-width: 1040px) {
    .closedialog {
      z-index: 3; } }
  .closedialog + label {
    position: fixed;
    right: 100vw; }
    .closedialog + label + div {
      -webkit-flex-basis: 100%;
      -ms-flex-basis: 100%;
      flex-basis: 100%;
      top: 100%;
      line-height: 1;
      font-size: 16px;
      color: #fff;
      background: #9b050a;
      padding: 12px 100px 12px 42px;
      min-height: 30px; }
      .closedialog + label + div .hd {
        display: inline-block; }
      .closedialog + label + div a {
        color: #1a5cad; }
  @media screen and (min-width: 1040px) {
    .closedialog:not(:checked) ~ .wrap #mobile {
      top: 60px; }
    .closedialog:not(:checked) ~ .wrap .mobiletab {
      top: 30px; } }

[role="contentinfo"] {
  position: relative;
  text-align: center;
  z-index: 2;
  padding: 60px 20px 30px 20px;
  border-top: 2px solid #ca5723; }
  [role="contentinfo"] .logo {
    margin-bottom: 12px;
    width: 60px; }
    [role="contentinfo"] .logo + div {
      font-style: italic; }
  [role="contentinfo"] p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }

.disclaimer {
  margin-top: 30px; }

/*# sourceMappingURL=style.css.map */
