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

/* Reset styles */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

html {
  font-family: 'Times', ui-serif, "Times New Roman", serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
}

h1,h2,h3,h4,h5,h6,p,dl,dt {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border-style: solid;
}

/* Used utility classes only */
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.bg-gray-50 { --tw-bg-opacity: 1; background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); }
.text-gray-950 { --tw-text-opacity: 1; color: rgba(17, 17, 17, var(--tw-text-opacity)); }
.grid { display: grid; }
.grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
.gap-4 { gap: 1rem; }
.sticky { position: sticky; }
.z-50 { z-index: 50; }
.top-2 { top: 0.5rem; }
.pl-4 { padding-left: 1rem; }
.col-start-1 { grid-column-start: 1; }
.col-end-7 { grid-column-end: 7; }
.col-span-10 { grid-column: span 10 / span 10; }
.mt-4 { margin-top: 1rem; }
.pt-20 { padding-top: 5rem; }
.w-20 { width: 5rem; }
.h-auto { height: auto; }
.absolute { position: absolute; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-500 { transition-duration: 500ms; }
.ease-out { transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }

/* Responsive classes */
@media (min-width: 640px) {
  .sm\:mt-0 { margin-top: 0px; }
  .sm\:mb-8 { margin-bottom: 2rem; }
}

@media (min-width: 768px) {
  .md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .md\:pt-60 { padding-top: 15rem; }
  .md\:w-24 { width: 6rem; }
  .md\:col-start-1 { grid-column-start: 1; }
  .md\:col-end-7 { grid-column-end: 7; }
  .md\:col-start-8 { grid-column-start: 8; }
  .md\:col-span-5 { grid-column: span 5 / span 5; }
}

/* Custom styles */
.hover-a a {
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
}

.hover-a a:hover {
  transform: skewY(2.4deg);
  font-weight: 600;
}

.hover-b a {
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
}

.hover-b a:hover {
  transform: skewY(-2.4deg);
  font-weight: 600;
}

.magpie {
  transition: all ease-out 0.6s;
}

/* Semantic HTML resets to maintain visual consistency */
nav {
  all: inherit;
}

h1 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: white;
  color: black;
  padding: 8px;
  text-decoration: none;
  border-radius: 4px;
  z-index: 100;
}

.skip-link:focus {
  top: 6px;
}

/* Print styles */
@media print {
  .magpie { display: none; }
  body { background: white !important; color: black !important; }
}