@font-face {
  font-family: "quattrocentobold";
  src: url("/assets/fonts/quattrocento-bold-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "quattrocentoregular";
  src: url("/assets/fonts/quattrocento-regular-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "quattrocento_sansbold_italic";
  src: url("/assets/fonts/quattrocentosans-bolditalic-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "quattrocento_sansbold";
  src: url("/assets/fonts/quattrocentosans-bold-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "quattrocento_sansitalic";
  src: url("/assets/fonts/quattrocentosans-italic-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "quattrocento_sansregular";
  src: url("/assets/fonts/quattrocentosans-regular-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none !important;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #01004F;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(1, 0, 79, 0.7), rgba(0, 0, 0, 0));
  margin: 1.5rem auto;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1rem 0;
  width: 100%;
}

caption {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0.5rem auto;
}

td,
th {
  padding: 0.5rem;
  border-bottom: 1px solid #ddd;
}

th {
  background-color: #ccc9e9;
}

tr:nth-child(even) {
  background-color: #f9faec;
}

aside {
  border: 1px solid #01004F;
  padding: 1rem 1rem;
  margin: 1rem 0;
  background-color: #f7f7f9;
  display: flow-root;
  font-size: 0.95rem;
}

#nintheleven {
  padding-top: 0;
  padding-bottom: 0;
}

blockquote {
  padding: 0;
  margin: 0 0 0 1rem;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@-webkit-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "quattrocento_sansregular", sans-serif;
  font-size: 1.1rem;
  line-height: 1.425;
  color: #01004F;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

ol {
  padding-left: 1.5em;
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

dl {
  margin-top: 1rem;
}

dt {
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

dd {
  margin-left: 0;
}

pre {
  margin: 0;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

th {
  text-align: left;
}

th:last-child {
  text-align: center;
}

label {
  display: inline-block;
  margin: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  border: 0;
}

input[type=search] {
  box-sizing: inherit;
  -webkit-appearance: none;
}

body {
  overflow-x: hidden;
}

#main {
  grid-area: main;
}

#header {
  grid-area: header;
}

#footer {
  grid-area: footer;
}

#sidenav {
  grid-area: sidenav;
}

@media (max-width: 967px) {
  .layout {
    display: grid;
    grid-template-areas: "header" "main" "footer";
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr;
    min-height: 100vh;
  }
  .layout .main {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
  }
  .layout .sidenav {
    display: none;
  }
}
@media (min-width: 968px) {
  .layout {
    display: grid;
    grid-template-areas: "header header header" "sidenav main main" "footer footer footer";
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 20vw 1fr 1fr;
    grid-column-gap: 10px;
    min-height: 100vh;
  }
  .layout .main {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    background-image: url("/assets/images/penta-back.jpg");
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: left -40px top 40px;
    background-attachment: fixed;
  }
  .layout .main::after {
    content: "";
    display: block;
    height: 0px;
    visibility: hidden;
  }
}
.container {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 60ch;
}

article.container ul {
  margin: 0.5rem 0 1rem 2rem;
  list-style-type: disc;
  text-align: justify;
}
article.container p {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: justify;
}
article.container a {
  color: #823bac;
}
article.container .flow-root blockquote {
  margin-left: 2rem;
}
article.container blockquote p {
  color: #220130;
}
article.container figcaption {
  font-size: 0.9rem !important;
  font-style: italic;
}

#backToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  padding: 0 !important;
  background-color: transparent;
}

body {
  overflow-x: hidden;
}

.contact {
  min-height: 100vh;
  color: #01004F;
}
.contact h1.inverted {
  color: white;
  margin-bottom: 2rem;
}
.contact::after {
  content: "";
  display: block;
  height: 0px;
  visibility: hidden;
}
.contact .sidenav {
  display: none;
}
.contact .main {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  background-image: url("/assets/images/penta-back-trans.png"), url("/assets/images/walton-lighthouse.webp");
  background-repeat: no-repeat, no-repeat;
  background-size: 12%, auto;
  background-attachment: fixed, scroll;
  background-color: #01004F;
  background-position: left 50px top 60px, top -100px right 100%;
}

.contactSection {
  padding-top: 2rem;
  padding-bottom: 1rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 60ch;
  height: 100vh;
}

.contactForm .frc-captcha {
  width: 100%;
  background-color: #f9faec;
}

.contactForm .inputBox {
  position: relative;
  width: 100%;
  margin-top: 18px;
}
.contactForm .inputBox input, .contactForm .inputBox textarea {
  width: 100%;
  padding: 5px;
  margin: 10px 0;
  border: none;
  border-bottom: 5px solid #fceea9;
  outline: none;
  resize: none;
}
.contactForm .inputBox span {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px;
  margin: 10px 0;
  color: #01004F;
  pointer-events: none;
  transition: 0.5s;
}

.contactForm .inputBox input:focus ~ span,
.contactForm .inputBox textarea:focus ~ span,
.contactForm .inputBox input:valid ~ span,
.contactForm .inputBox textarea:valid ~ span {
  color: #ccc9e9;
  transform: translateY(-30px);
}

input[type=submit] {
  font-weight: 700;
  background-color: #ccc9e9;
  border-bottom: 5px solid #a796a0 !important;
}

h4,
h5,
h6 {
  margin: 0.5rem 0 0 0;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-family: "quattrocentobold", serif;
  text-align: center;
  margin: 1.5rem auto 0.5rem;
}

h2 {
  font-size: 2.125rem;
  font-weight: 700;
  margin: 1.5rem auto 0.5rem;
}

h3 {
  margin: 1.5rem auto 0.5rem;
  font-size: 1.8rem;
}

p {
  margin: 0 0 0.5rem 0;
}

figure.imgcaption {
  text-align: center;
}

figure img {
  width: 100%;
}

.lead {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 670px) {
  .lead {
    font-size: 2rem;
  }
}

.footnotes {
  font-size: 0.9rem;
}
.footnotes .footnotes-list {
  list-style-type: decimal;
}

.blurb {
  font-weight: 600;
  font-size: 1.12rem !important;
  margin-left: 0 !important;
}

.colw-25 {
  width: 25%;
}

.colw-35 {
  width: 35%;
}

.colw-45 {
  width: 45%;
}

.colw-65 {
  width: 65%;
}

.colw-75 {
  width: 75%;
}

.fullw {
  width: 100%;
}

.divider {
  text-align: center !important;
  margin: 1.5rem auto 1.5rem;
}
.divider img {
  width: 50%;
  height: 75%;
}

a:focus,
button:focus,
input:focus {
  outline: 5px solid #01004F;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

.sr-skip-link:focus {
  outline: none;
}

a:focus:hover {
  outline: none;
}

.u-pt1 {
  padding-top: 1rem !important;
}

.u-pt2 {
  padding-top: 2rem !important;
}

.u-ml1 {
  margin-left: 1rem;
}

.u-ml2 {
  margin-left: 2rem;
}

.-u-mt1 {
  margin-top: -1rem !important;
}

.-u-mt2 {
  margin-top: -2rem !important;
}

.-u-mt3 {
  margin-top: -3rem !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt1 {
  margin-top: 1rem !important;
}

.u-mt2 {
  margin-top: 2rem !important;
}

.u-mt3 {
  margin-top: 3rem !important;
}

.u-mt4 {
  margin-top: 4rem !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb1 {
  margin-bottom: 1rem !important;
}

.u-mb2 {
  margin-bottom: 2rem !important;
}

.u-mb3 {
  margin-bottom: 3rem !important;
}

.u-mb4 {
  margin-bottom: 4rem !important;
}

.u-align-left {
  text-align: left !important;
}

.u-align-center {
  text-align: center !important;
}

.u-align-right {
  text-align: right !important;
}

@media (min-width: 670px) {
  .u-mobile-only {
    display: none !important;
  }
}

@media (min-width: 1030px) {
  .u-tablet-only {
    display: none !important;
  }
}

@media (max-width: 1029px) {
  .u-desktop-only {
    display: none !important;
  }
}

@media not print {
  .u-print-only {
    display: none !important;
  }
}

.flleft {
  float: left;
  width: 45%;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.6);
  margin: 1rem 2rem 1rem 0;
}

.flright {
  float: right;
  width: 45%;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.6);
  margin: 1rem 0 1rem 2rem;
}

.img-center {
  margin: 1rem auto 1rem;
  width: 95%;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.6);
  display: block;
}

.img-center-narrow {
  margin: 1rem auto 1rem;
  width: 60%;
  display: block;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.6);
}

.half {
  width: 50%;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.6);
}

.narrow {
  width: 30%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-45 {
  width: 45%;
}

.w-55 {
  width: 55%;
}

.w-65 {
  width: 65%;
}

.w-75 {
  width: 75%;
}

.w-85 {
  width: 85%;
}

.w-95 {
  width: 95%;
}

.w-100 {
  width: 100%;
}

.clip-right {
  clip: rect(0, 100px, 0, 0);
}

.verse {
  text-align: center;
  margin-left: 2rem;
  font-style: italic;
}

.verse-center {
  text-align: center !important;
  margin-top: 3rem;
  margin-bottom: 2rem;
  margin-left: 3rem;
  margin-right: 3rem;
  font-style: italic;
}

.flow-root {
  display: flow-root;
  margin-top: 1.5rem;
}

.flowroot blockquote p, .bq {
  font-size: 0.98rem;
  color: #3f025a;
}

#paired p:last-of-type {
  margin-top: 2rem;
}

.publish-date {
  text-align: right !important;
  font-style: italic;
  margin-top: 0;
  font-size: 0.98rem;
  margin-bottom: 1rem;
}

.special-heading {
  text-align: center;
  font-size: 2rem;
  font-family: "quattrocentobold";
}

.nobullets ul {
  list-style-type: none !important;
}

.author {
  margin-top: 1rem;
  margin-bottom: 0;
  text-align: right !important;
  font-style: italic;
  font-weight: 700;
  font-size: 0.98rem;
}

.bigger {
  font-size: 1.2rem;
}

.thinker-table {
  margin-top: 2rem;
}
.thinker-table thead {
  height: 0;
}
.thinker-table th {
  background-color: transparent;
  border-bottom: none;
  color: white;
  font-size: 1px;
}
.thinker-table td {
  border-bottom: none;
  padding: 1rem;
}
.thinker-table td img {
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.6);
}
.thinker-table p {
  color: #3f025a;
}
.thinker-table td:last-of-type .p {
  text-align: center;
  padding: 0;
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.sr-skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  font-family: "quattrocento_sansregular", sans-serif;
}
.sr-skip-link:active, .sr-skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.sr-skip-link:focus {
  position: absolute;
  z-index: 9999;
  left: 50%;
  top: 0;
  font-size: 1rem;
  transform: translateX(-50%);
  background-color: #373a3c;
  color: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 1rem 1.5rem;
  outline: 0;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01s !important;
    transition-duration: 0.01s !important;
  }
}
video {
  border: 2px solid #ccc9e9;
  background-color: #f9faec;
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
  transition: all 1s ease-in-out;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.6);
}

.header {
  padding: 0 0;
  position: relative;
  background: linear-gradient(180deg, #a796a0 0%, #dcddcc 50%, #4e50a2 100%);
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1029px) {
  .header__central {
    display: flex;
    flex-direction: column-reverse;
  }
  .header__central #logo {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0.5rem;
    text-align: center;
  }
  .header__central #logo a {
    color: white !important;
  }
  .header__central #logo img {
    width: 45%;
  }
  .header__central #tagline {
    margin-left: auto;
    margin-right: auto;
  }
  .header__central #lighthouse {
    display: none;
  }
  .header__tagline h1 {
    font-size: 3rem;
  }
  .header__tagline p {
    font-family: "quattrocentoregular", serif;
    font-size: 2rem;
    text-align: center;
  }
  .header__main-nav {
    display: none;
  }
}
@media (min-width: 940px) {
  .header__tagline h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1030px) {
  .header__central {
    display: flex;
    align-items: center;
  }
  .header__central #logo {
    margin-left: auto;
    text-align: center;
    font-family: quattrocentoregular;
    font-size: 1.4rem;
  }
  .header__central #logo a:visited {
    color: white;
  }
  .header__central #logo img {
    width: 50%;
  }
  .header__central #tagline {
    margin-right: auto;
  }
  .header__central #lighthouse {
    height: 100px;
    align-self: flex-end;
    margin-right: 2rem;
    opacity: 0.2;
    filter: blur(10);
  }
  .header__tagline {
    align-items: center;
  }
  .header__tagline h1 {
    font-size: 4rem;
    font-weight: 500;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  .header__tagline p {
    font-family: "quattrocentoregular", serif;
    font-size: 2.5rem;
    text-align: center;
  }
  .header__main-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(233, 233, 217, 0.116);
    padding-right: 2rem;
  }
  .header__main-nav .nav__sections {
    display: flex;
    list-style-type: none;
  }
  .header__main-nav .nav__item {
    position: relative;
  }
  .header__main-nav .nav__item:hover {
    background-color: #01004F;
  }
  .header__main-nav .nav__item .dropdown__links {
    list-style-type: none;
    display: none;
    position: absolute;
    background-color: #ccc9e9;
    padding: 0.5rem 1rem 0.5rem;
    left: 0;
    min-width: 5rem;
    right: -5rem;
    z-index: 10;
  }
  .header__main-nav .nav__item .dropdown__links li {
    padding-left: 0.5rem;
  }
  .header__main-nav .nav__item .dropdown__links li.dropdown__item:hover {
    background-color: #4e50a2;
  }
  .header__main-nav .nav__item .dropdown__links a {
    display: block;
    margin-top: 0.5rem;
    color: #01004F;
  }
  .header__main-nav .nav__item .dropdown__links a:hover {
    color: #ccc9e9;
  }
  .header__main-nav .nav__item:hover .dropdown__links {
    display: block;
  }
  .header__main-nav .nav__link {
    color: white;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #4e50a2;
}

#overlay {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
  z-index: 1001;
}

#splash {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: 1002;
  background-image: url("/assets/images/landing.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#splash #logo {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-align: center;
  font-family: quattrocentoregular;
  font-size: 2rem;
  font-weight: 700;
}
#splash #logo a {
  display: inline-block;
  color: white;
}
#splash .tagline {
  margin-top: 18rem;
  align-items: center;
}
#splash .tagline h1 {
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  margin-top: 8rem;
  margin-bottom: 0;
}
#splash .tagline p {
  font-family: "quattrocentoregular", serif;
  font-size: 2.5rem;
  text-align: center;
}

@-webkit-keyframes greenPulse {
  from {
    -webkit-box-shadow: 0 0 1px #ffffff;
  }
  50% {
    -webkit-box-shadow: 0 0 18px #9ea3ce;
  }
  to {
    -webkit-box-shadow: 0 0 9px #af9ec5;
  }
}
.cta {
  -moz-border-radius: 10px/10px;
  -webkit-border-radius: 10px 10px;
  border-radius: 10px/10px;
  border: 1px solid #dad4e7;
  width: 180px;
  margin: 2rem auto;
  outline: none;
  -webkit-animation-name: greenPulse;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
}

.nav__menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #f9faec;
  list-style-type: none;
}
.nav__sectionsx {
  border-top: 1px solid #4e50a2;
  display: none;
  position: absolute;
  top: 12.5rem;
  left: 0;
  right: 0;
  background-color: #f9faec;
}
.nav__compendiax {
  border-top: 1px solid #4e50a2;
  display: none;
  position: absolute;
  top: 28.5rem;
  left: 0;
  right: 0;
  background-color: #f9faec;
}
.nav__link {
  display: block;
  padding: 0.5em 1em;
  color: #101046;
  text-decoration: none !important;
}
.nav__link:hover {
  background-color: #4e50a2;
  color: #fceea9;
}
.nav__toggle {
  border: 0;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
}
@media (max-width: 1029px) {
  .nav.is-open .nav__menu {
    display: block;
    list-style-type: none;
  }
  .nav.is-open .nav__sectionsx {
    display: block;
  }
  .nav.is-open .nav__compendiax {
    display: block;
  }
}
@media (min-width: 1030px) {
  .nav__toggle {
    display: none;
  }
  .nav__menu {
    list-style-type: none;
    display: flex;
    position: static;
    background-color: transparent;
  }
  .nav__sectionsx {
    display: none;
  }
  .nav__compendiax {
    display: none;
  }
}

.sidenav {
  padding-left: 0.5em;
  background-color: #101046 !important;
  border-right: 5px solid #ccc9e9;
  color: white;
  background-image: url("/assets/images/beacon.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 4rem;
}
.sidenav ul {
  list-style-type: none;
}
.sidenav ul > li {
  position: relative;
}
.sidenav .nav__link {
  color: white !important;
}
.sidenav .banner {
  position: relative;
}
.sidenav li > .banner::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 14px;
  width: 100px;
  height: 100px;
  background: url("/assets/images/new-badget.png");
  background-size: 35%;
  background-repeat: no-repeat;
  z-index: 100;
}
.sidenav .sub__nav__list {
  margin-left: 1rem;
  list-style-type: none;
}
.sidenav__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  font-size: 0.9rem;
  padding: 0.2rem 0;
  background-color: #4D4C9F;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white !important;
}
.footer__inner a {
  color: white !important;
  text-decoration: none;
}
.footer #disclaimer {
  color: white !important;
  text-align: center;
}

.icon {
  display: inline-block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  vertical-align: middle;
  fill: currentColor;
  pointer-events: none;
}

.menuicon {
  display: block;
  width: 18px;
  height: 16px;
  position: relative;
  transform: rotate(0deg);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  margin: 0 auto;
}
.menuicon__bar {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transform: rotate(0deg);
  transition: transform 0.25s ease-in-out;
}
.menuicon__bar:nth-child(1) {
  top: 0px;
}
.menuicon__bar:nth-child(2), .menuicon__bar:nth-child(3) {
  top: 50%;
}
.menuicon__bar:nth-child(4) {
  top: 100%;
}
.is-open .menuicon {
  top: 2px;
  transform: rotate(-180deg);
}
.is-open .menuicon .menuicon__bar:nth-child(1), .is-open .menuicon .menuicon__bar:nth-child(4) {
  width: 0;
  top: 50%;
  left: 50%;
}
.is-open .menuicon .menuicon__bar:nth-child(2) {
  transform: rotate(45deg);
}
.is-open .menuicon .menuicon__bar:nth-child(3) {
  transform: rotate(-45deg);
}

#home {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1108) {
  #home {
    width: 95%;
  }
}
@media (min-width: 1250px) {
  #home {
    width: 85%;
  }
}

.card__container {
  width: 60%;
  margin: 3rem auto;
  display: grid;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  row-gap: 2.5rem;
  justify-items: stretch;
  justify-content: stretch;
}

@media (max-width: 669px) {
  .card__container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.card__section__container {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2rem;
}

@media (min-width: 670px) {
  .card__container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-template-areas: "p1 p2" "p4 p5" "p7 p8" "p3 p6" "p9 .";
  }
}
@media (min-width: 1030px) {
  .card__container {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "p1 p2 p3" "p4 p5 p6" "p7 p8 p9";
  }
}
.card {
  border: 2px solid rgba(48, 2, 59, 0.28);
  padding: 0.5rem;
  border-radius: 8px;
  box-shadow: 3px 3px 3px rgba(67, 18, 80, 0.48);
  background-color: #fffef5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.card div {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 0.7rem;
  text-align: center;
}
.card div img {
  border-radius: 3%;
  width: 80%;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.6);
}
.card h4 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

#p1 {
  grid-area: p1;
}

#p2 {
  grid-area: p2;
}

#p3 {
  grid-area: p3;
}

#p4 {
  grid-area: p4;
}

#p5 {
  grid-area: p5;
}

#p6 {
  grid-area: p6;
}

#p7 {
  grid-area: p7;
}

#p8 {
  grid-area: p8;
}

#p9 {
  grid-area: p9;
}

.mainbanner {
  position: relative;
}

.mainbanner::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 2.5em;
  width: 120px;
  height: 100px;
  background: url("/assets/images/new-badget-white.png");
  background-size: 35%;
  background-repeat: no-repeat;
  z-index: 100;
}

.thinkers:first-child, .thinkers p {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.reverse {
  flex-direction: row-reverse;
}

.thinkerscard {
  border: 2px solid rgba(48, 2, 59, 0.28);
  background-color: #fffef8;
  padding: 0.5rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.thinkerscard .portrait {
  width: 30%;
  text-align: center;
}
.thinkerscard .name {
  font-weight: 700;
  text-align: left;
}
.thinkerscard img {
  width: 80%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  position: relative;
  background-color: #f9faec;
  margin: 5px auto;
  width: 50%;
  padding: 2rem;
  border: 5px solid #01004F;
  border-radius: 10px;
}
.modal-content .box input,
.modal-content .box textarea {
  margin: 0.25rem 0;
  width: 90%;
  border: none;
  border-bottom: 2px solid #01004F;
  outline: none;
}
.modal-content .box label {
  display: block;
}
.modal-content .box input[type=radio] {
  width: auto;
}
.modal-content h1 {
  margin-top: 1rem;
}
.modal-content button {
  width: 100%;
}
.modal-content .frc-captcha {
  width: 100%;
  margin-bottom: 0.25rem;
}

.modal-close {
  position: absolute;
  right: 1rem;
  top: 3rem;
  color: #000;
  font-size: 35px;
  font-weight: bold;
  display: inline-block;
  padding: 0 0.5rem 0;
  border: 1px solid #a796a0;
  border-radius: 3px;
}

.modal-close:hover,
.modal-close:focus {
  background-color: #fceea9;
  cursor: pointer;
}

.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
button {
  border-radius: 5px;
  border-color: #01004F;
  background-color: #ccc9e9;
  padding: 3px 8px;
}