/*! tailwindcss v2.2.9 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
html {
  -moz-tab-size: 4;
  tab-size: 4;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}
hr {
  height: 0;
  color: inherit;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo,
    monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
}
body {
  font-family: inherit;
  line-height: inherit;
}
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid;
}
hr {
  border-top-width: 1px;
}
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  /* color: inherit;
  text-decoration: inherit; */
  color: blue;
  text-decoration: underline;
}
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
*,
:after,
:before {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.relative {
  position: relative;
}
.m-4 {
  margin: 1rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.contents {
  display: contents;
}
.w-full {
  width: 100%;
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes ping {
  75%,
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%,
  to {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.rounded {
  border-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
.focus\:border-blue-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}
.p-4 {
  padding: 1rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem;
}
.text-center {
  text-align: center;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-lg,
.text-xl {
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
.leading-tight {
  line-height: 1.25;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
*,
:after,
:before {
  --tw-shadow: 0 0 transparent;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
*,
:after,
:before {
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 transparent;
  --tw-ring-shadow: 0 0 transparent;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}
body {
  font-family: "Open Sans", sans-serif;
}
.capitlize {
  text-transform: capitalize;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.legal-container {
  background-color: #fff;
  padding: 20px;
  line-height: 1.25;
}
.legal-container h2 {
  font-size: 3rem;
  margin: 0;
  line-height: 1;
}
.legal-container li,
.legal-container p {
  margin: 10px 0;
  line-height: 1.5;
}
.legal-container h3 span,
.legal-container h4 span {
  display: inline-block;
  margin-left: 5px;
}
.legal-container h4 {
  margin: 0;
}
.content-container {
  background-color: #fff;
  width: calc(100% - 40px);
  max-width: 400px;
  margin: 50px auto;
  box-shadow: 0 10px 20px rgb(0 0 0/19%), 0 6px 6px rgb(0 0 0/23%);
  border-radius: 10px;
  padding-bottom: 40px;
}
.content-container h2 {
  text-align: center;
  padding: 30px 0 0;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}
.content-container h3 {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  margin: 5px 0 20px;
}
.content-container li {
  list-style: none;
  font-size: 18px;
  line-height: 1.5;
  padding: 0;
  margin-bottom: 0;
}
.content-container li span {
  float: right;
  display: inline-block;
  margin-right: 4px;
  color: grey;
  opacity: 0.9;
  font-size: 13px;
  margin-top: 4px;
}
.navigation ul {
  padding: 0;
  margin: 0;
}
.navigation a,
.navigation li {
  display: inline-block;
}
.navigation a {
  color: #fff;
  height: 50px;
  font-size: 22px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.25);
  padding: 0 15px;
  text-decoration: none;
  line-height: 2;
}
.navigation a:hover {
  background: rgba(0, 0, 0, 0.249);
}
.logo-container {
  top: -50px;
  width: 360px;
  text-align: center;
}


._body-sq {
  background: #f04923;

  background: rgba(0, 40, 84, 0.3);
  /* Aqua */
  background: rgba(194, 232, 245);
  /* Sky Blue */
  background: rgba(156,201,229);
  /* Powder Blue */
  background: rgba(206,220,223);
  /* Alliance Silvergray */
  background: rgba(167,167,170);
  /* Alliance Blue */
  background: rgba(0,40,84);
}

body {
  background-color: #002854;
}

.alliance-blue {
  color: rgba(0,40,84);
}
.alliance-silvergray {
  color: rgba(167,167,170);
}
.alliance-blue-bg {
  background: rgba(0,40,84);
}
.alliance-silvergray-bg {
  background: rgba(167,167,170);
}
.body-sq {
  background: #f04923;
}
.body-sq .legal-container h2,
h3,
h4 {
  color: #f04923;
}
.body-hb {
  background: #70b516;
}
.body-hb .legal-container h2,
h3,
h4 {
  color: #5a960a;
}
.body-un {
  background: #000;
}
.body-un .legal-container h2,
h3,
h4 {
  color: #ee1c24;
}
.body-un .brand-logo {
  width: 140px;
  border-radius: 5px;
}
.body-pr {
  background: #04aeef;
}
.body-pr .legal-container h2,
h3,
h4 {
  color: #04aeef;
}
.body-pr .brand-logo {
  width: 150px;
}
.body-ip {
  background: #f15d22;
}
.body-ip .legal-container h2,
h3,
h4 {
  color: #f15d22;
}
.body-ip .brand-logo {
  width: 150px;
}
.brand-logo {
  display: block;
  text-align: center;
  margin: 50px auto 0;
}
.reset-password-success {
  background-color: #fff;
  width: 400px;
  margin: 50px auto;
  box-shadow: 0 10px 20px rgb(0 0 0/19%), 0 6px 6px rgb(0 0 0/23%);
  border-radius: 10px;
  padding: 2em 2em 40px;
}
.reset-password-success img {
  display: auto;
  margin: 0 auto 1.5em;
}
/*# sourceMappingURL=main.f7b2b213.chunk.css.map */

.markdown h1 {
  padding-top:30px;
  font-weight:bold;
  font-size:18px;
  opacity: 0.73;
  cursor: pointer;
}

.markdown li {
  font-size:16px;
  padding-left:0px;
  font-weight:normal;
  margin-top: 10px;
}
.content-container {
  padding: 30px;
  max-width:1024px;
}
.markdown {
  padding:0 40px;
  opacity: 0;
}

.markdown p {
  font-size:16px;
  font-weight:normal;
  margin: 10px 0;
}
/* This CSS will initially hide all div elements inside .markdown */
.markdown div {
  display: none;
}

.markdown h1.open::before {
  /* content: "▼ "; Using a downward triangle as a caret, change it to any character or symbol */
  content: "▼ ";
  font-size: 0.75em;
  color: black; /* Change color as needed */
}
.markdown h1::before {
  content: "▶ ";
  font-size: 0.75em;
  color: black; /* Change color as needed */
}

td {
 border-width:1px;
 border-color: darkgrey;
 padding:2px 6px;
}
th {
 border-width:1px;
 background-color: darkgrey;
 color: black;
 padding:2px 6px;
 font-weight: normal;
}

.markdown ol li {
  list-style-type: decimal;
  padding-left: 5px;
}
.markdown ul li {
  list-style-type: disc;
  padding-left: 5px;
}

.markdown div {
  margin-bottom: 1rem;
  margin-left: 4rem;
}
.markdown h1 {
  padding-bottom: 1.2rem;
}
.markdown p + h1 {
  padding-top:10px;
}


.icon {
  width: 32px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}

.markdown table {
  margin-bottom: 2rem;
}

.body-plans table {
  width: 100%;
}