@charset "UTF-8";
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 18px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #1f2933;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 15.75px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #0a58a8;
  text-decoration: none;
}
a:visited {
  color: rgb(2.236175369%, 19.6783432474%, 37.5677461996%);
}
a:hover {
  color: #1f2933;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #52606d;
  border-left: 4px solid rgb(74.2634226465%, 77.5690380864%, 80.6385381378%);
  padding-left: 15px;
  font-size: 20.25px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 16.875px;
  border: 1px solid rgb(74.2634226465%, 77.5690380864%, 80.6385381378%);
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(780px - (30px * 2));
  max-width: calc(780px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(780px - (30px));
    max-width: calc(780px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #52606d;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: rgb(25.7666188427%, 34.0784313725%, 42.3902439024%);
  border-collapse: collapse;
  border: 1px solid rgb(74.2634226465%, 77.5690380864%, 80.6385381378%);
}
table tr:nth-child(even) {
  background-color: rgb(81.1115901858%, 83.5376244739%, 85.7903705985%);
}
table th, table td {
  padding: 9.999999999px 15px;
}
table th {
  background-color: rgb(77.6875064162%, 80.5533312802%, 83.2144543681%);
  border: 1px solid rgb(69.6979776204%, 73.5899804948%, 77.2039831639%);
  border-bottom-color: rgb(60.567087568%, 65.6318653116%, 70.3348732163%);
}
table td {
  border: 1px solid rgb(74.2634226465%, 77.5690380864%, 80.6385381378%);
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid rgb(10.6908941587%, 12.5161687712%, 14.2110666256%);
  border-bottom: 1px solid rgb(74.2634226465%, 77.5690380864%, 80.6385381378%);
  min-height: 55.95px;
  position: relative;
}

.site-title {
  font-size: 29.25px;
  font-weight: 300;
  line-height: 64.8px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: rgb(10.6908941587%, 12.5161687712%, 14.2110666256%);
}

.site-nav {
  float: right;
  line-height: 64.8px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #1f2933;
  line-height: 1.6;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: #fdfdfd;
    border: 1px solid rgb(74.2634226465%, 77.5690380864%, 80.6385381378%);
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: rgb(10.6908941587%, 12.5161687712%, 14.2110666256%);
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    margin-left: 20px;
    padding: 5px 10px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid rgb(74.2634226465%, 77.5690380864%, 80.6385381378%);
  padding: 30px 0;
}

.footer-heading {
  font-size: 20.25px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 16.875px;
  color: #52606d;
  margin-left: -15px;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - 30px / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - 30px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - 30px / 2);
}

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1;
}

.page-heading {
  font-size: 36px;
}

.post-list-heading {
  font-size: 31.5px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 15.75px;
  color: #52606d;
}

.post-link {
  display: block;
  font-size: 27px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 47.25px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 40.5px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 36px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 31.5px;
  }
}
.post-content h3 {
  font-size: 29.25px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 24.75px;
  }
}
.post-content h4 {
  font-size: 22.5px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 20.25px;
  }
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

.site-header {
  border-top: 5px solid #053773;
}

.site-title, .site-title:visited {
  color: #053773;
  font-weight: 700;
}

.site-nav .page-link {
  font-size: 1rem;
}

.post-content h2 {
  color: #053773;
  border-bottom: 2px solid #d9e2ec;
  padding-bottom: 0.2em;
  margin-top: 1.8em;
}

.post-content h3 {
  margin-top: 1.4em;
}

.post-content blockquote {
  background: #f0f4f8;
  border-left: 4px solid #0a58a8;
  color: #1f2933;
  font-style: normal;
  letter-spacing: 0;
  padding: 0.6em 1em;
  font-size: 1rem;
}

.post-content a {
  text-decoration: underline;
}

.issue-kicker {
  color: #52606d;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.2em;
}

.draft-banner {
  background: #fff3c4;
  border: 1px solid #f0b429;
  padding: 0.5em 1em;
  font-weight: 600;
}

.issue-nav {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  border-top: 1px solid #d9e2ec;
  margin-top: 2em;
  padding-top: 1em;
}

.issue-list {
  list-style: none;
  margin-left: 0;
}

.issue-list li {
  margin-bottom: 1.4em;
}

.issue-list .meta {
  color: #52606d;
  font-size: 0.95rem;
  display: block;
}

.issue-list .title {
  font-size: 1.25rem;
  font-weight: 600;
}

.latest {
  background: #f0f4f8;
  border-radius: 6px;
  padding: 1em 1.2em;
  margin-bottom: 2em;
}

.pagefind-ui {
  --pagefind-ui-scale: 1;
  --pagefind-ui-primary: #0a58a8;
  --pagefind-ui-text: #1f2933;
  --pagefind-ui-font: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  --pagefind-ui-border-radius: 6px;
}

.site-title {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.site-logo {
  width: 40px;
  height: 40px;
}

.site-header {
  border-top-color: #FDB00D;
}

.footer-logo {
  width: 180px;
  height: auto;
  display: block;
}

.footer-tagline {
  color: #053773;
  font-weight: 600;
  margin-top: 0.4em;
}

.site-footer .footer-col-wrapper {
  color: #1f2933;
}

.about-logo {
  display: block;
  width: 260px;
  max-width: 70%;
  margin: 0 0 1em 0;
}

@media screen and (min-width: 800px) {
  .site-footer .footer-col-1 {
    width: calc(33% - 30px / 2);
  }
  .site-footer .footer-col-2 {
    width: calc(34% - 30px / 2);
  }
  .site-footer .footer-col-3 {
    width: calc(33% - 30px / 2);
  }
}
.site-nav .page-link {
  padding-bottom: 4px;
  border-bottom: 3px solid transparent;
}

.site-nav .page-link.active {
  color: #053773;
  font-weight: 700;
  border-bottom-color: #FDB00D;
}

.site-nav .page-link:hover {
  text-decoration: none;
  border-bottom-color: #d9e2ec;
}

.site-nav .page-link.active:hover {
  border-bottom-color: #FDB00D;
}

@media screen and (max-width: 600px) {
  .site-nav .page-link.active {
    border-bottom: none;
    border-left: 4px solid #FDB00D;
    padding-left: 8px;
  }
}
.post-content > p:first-child:has(.about-logo) {
  margin-bottom: 0;
}

.post-content > p:first-child:has(.about-logo) + h2 {
  margin-top: 0.4em;
}

.parent-club-row {
  border-top: 1px solid #d9e2ec;
  margin-top: 0.25em;
  padding-top: 0.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4em 1em;
}

.parent-club-label {
  font-size: 0.9rem;
  color: #52606d;
}

.parent-club {
  display: block;
}

.parent-club img {
  display: block;
  width: 380px;
  max-width: 100%;
  height: auto;
}

.parent-club:hover img {
  opacity: 0.85;
}

.site-footer .footer-col > :last-child {
  margin-bottom: 0;
}

.club-banner {
  display: block;
  width: 340px;
  max-width: 100%;
  margin: 0.2em 0 1em;
}

.club-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.resource-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em 1.2em;
  margin: 0 0 1.2em;
  font-size: 0.95rem;
}

.resource-intro {
  color: #52606d;
}

.resource-list {
  list-style: none;
  margin-left: 0;
}

.resource-list li {
  border-left: 3px solid #FDB00D;
  padding: 0.1em 0 0.1em 0.9em;
  margin-bottom: 1.3em;
}

.resource-title {
  font-size: 1.15rem;
  font-weight: 600;
}

.resource-meta {
  display: block;
  color: #52606d;
  font-size: 0.9rem;
  margin-bottom: 0.3em;
}

.resource-list p {
  margin-bottom: 0.3em;
}

.resource-details {
  font-size: 0.95rem;
  color: #52606d;
}

.resource-footnote {
  margin-top: 2em;
}

.start-here {
  background: #f0f4f8;
  border-radius: 8px;
  padding: 0.4em 1.3em 1em;
  margin-bottom: 2em;
}

.start-here h2 {
  border-bottom: none;
  margin-top: 0.6em;
}

.start-steps {
  margin-left: 1.4em;
}

.start-steps > li {
  margin-bottom: 1.1em;
}

.start-steps > li::marker {
  color: #053773;
  font-weight: 700;
}

.start-steps h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #053773;
  margin: 0 0 0.2em;
}

.start-steps p {
  margin-bottom: 0.3em;
}

.step-links {
  list-style: none;
  margin-left: 0;
}

.step-links li {
  margin-bottom: 0.15em;
}

.step-links li::before {
  content: "→ ";
  color: #b37a00;
}

.resource-meta-inline {
  color: #52606d;
  font-size: 0.9rem;
}

.post-content h3.resource-category {
  color: #053773;
  margin-top: 1.4em;
}

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