*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: "Crimson Text", serif;
  color: #393834; }

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  background: #F7F6F3;
  line-height: 1.5; }

a {
  color: #393834; }

a:hover {
  color: #E4572E; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.SiteContent {
  padding: 0 2rem 2rem; }

.align-center {
  text-align: center; }

.container {
  margin: 0 auto;
  max-width: 1024px; }

.typed-cursor {
  font-size: 6.5rem;
  font-family: "Montserrat", sans-serif;
  -webkit-animation: blink 1s infinite;
  -moz-animation: blink 1s infinite;
  -ms-animation: blink 1s infinite;
  -o-animation: blink 1s infinite;
  animation: blink 1s infinite; }

.Acronym.typed {
  display: inline;
  font-size: 6.5rem;
  font-weight: 900; }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.Logo {
  font-size: 2.5rem;
  font-weight: 900;
  position: relative;
  display: inline-block;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.5rem; }

.Logo-Title {
  margin: 0;
  z-index: 1;
  position: relative;
  letter-spacing: .0625rem; }
  .Logo-Title a {
    text-decoration: none;
    color: #393834; }

.Logo-Stripe {
  display: block;
  background: #F8E71C;
  height: 1.75rem;
  position: absolute;
  z-index: 0; }

.Logo-StripeTop {
  width: 88%;
  left: 0.75rem;
  top: 1.325rem; }

.Logo-StripeBottom {
  width: 100%;
  right: 0.825rem;
  bottom: -0.5rem; }

.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 2rem; }

.mt-3 {
  margin-top: 3rem; }

.mb-half {
  margin-bottom: 0.5rem; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 2rem; }

.mb-3 {
  margin-bottom: 3rem; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizelegibility;
  margin: 0;
  line-height: 1.1; }

.serif {
  font-family: "Crimson Text", serif; }

.sans-serif {
  font-family: "Montserrat", sans-serif; }

.center {
  text-align: center; }

.Acronym {
  font-size: 9.5rem;
  letter-spacing: .5rem;
  word-break: break-word; }

.Acronym-SpeltOut {
  font-size: 2rem;
  letter-spacing: .0625rem;
  font-weight: 700; }

.Acronym-Container {
  background: #FAFAFA;
  margin: 0 auto;
  padding: 4rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); }

.Acronym-Meta {
  padding: 1rem;
  text-align: center; }

.Acronym-Container.mobile {
  height: 512px;
  width: 512px;
  position: relative; }
  .Acronym-Container.mobile .Acronym {
    font-size: 6rem; }
  .Acronym-Container.mobile .Acronym-SpeltOut {
    font-size: 1.75rem; }
  .Acronym-Container.mobile header {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .Acronym-Container.mobile .Logo {
    font-size: 1.25rem;
    position: absolute;
    left: 2.5rem;
    bottom: 2.5rem; }
  .Acronym-Container.mobile .Logo-Stripe {
    height: 0.875rem; }
  .Acronym-Container.mobile .Logo-StripeTop {
    width: 88%;
    left: 0.375rem;
    top: 0.6625rem; }
  .Acronym-Container.mobile .Logo-StripeBottom {
    width: 100%;
    right: 0.4125rem;
    bottom: -0.25rem; }
  .Acronym-Container.mobile .username {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    right: 2rem;
    bottom: 2.5rem;
    position: absolute; }

.SiteHeader {
  border-top: 0.5rem solid #F8E71C;
  padding: 2rem 3rem;
  margin-bottom: 2rem;
  position: relative; }

.SiteNav {
  float: right;
  margin-top: 1.825rem; }
  .SiteNav a {
    color: #393834;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    margin-left: 1rem;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: .0625rem;
    position: relative; }
    .SiteNav a:before {
      content: "";
      display: none;
      background: #F8E71C;
      height: 0.875rem;
      position: absolute;
      z-index: -1;
      width: 96%;
      right: 0.625rem;
      top: 1rem; }
  .SiteNav a:hover:before {
    display: block; }

.SiteFooter-Container {
  max-width: 1024px;
  margin: 3rem auto 0;
  padding: 0 2rem; }

.SiteFooter {
  border-top: #D8D3D1 1px solid;
  padding: 3rem 0;
  font-family: "Montserrat", sans-serif; }
  .SiteFooter a {
    text-decoration: none; }
  .SiteFooter a:hover {
    text-decoration: underline; }

.SiteFooter-Credit {
  display: inline-block;
  margin-right: 1rem;
  vertical-align: top; }

.SiteFooter .twitter-follow-button {
  margin-top: 2px; }

.GlossaryList {
  padding-left: 0;
  -webkit-columns: 200px 4;
  -moz-columns: 200px 4;
  columns: 200px 4; }
  .GlossaryList ul {
    padding-left: 0; }
  .GlossaryList li {
    list-style: none; }

.GlossaryList-Item {
  font-family: "Montserrat", sans-serif;
  font-size: 2.75rem; }

.GlossaryList-Letter {
  float: left;
  font-size: 2.75rem;
  font-weight: 900;
  text-align: center;
  width: 4.5rem; }

.GlossaryList-SubList {
  font-family: "Crimson Text", serif;
  font-size: 1.25rem;
  float: left;
  margin-top: 0.25rem;
  margin-bottom: 2rem; }
  .GlossaryList-SubList a {
    text-decoration: none; }
  .GlossaryList-SubList a:hover {
    text-decoration: underline; }
  .GlossaryList-SubList > li {
    margin-top: 0.125rem; }
  .GlossaryList-SubList > li:first-of-type {
    margin-top: 0; }

.GlossaryMap {
  display: inline-grid;
  grid-template-columns: repeat(20, 1rem);
  grid-column-gap: 1rem; }

.float-right {
  float: right; }

.col-1 {
  width: calc(1 / 12 * 100%); }

.col-2 {
  width: calc(2 / 12 * 100%); }

.col-3 {
  width: calc(3 / 12 * 100%); }

.col-4 {
  width: calc(4 / 12 * 100%); }

.col-5 {
  width: calc(5 / 12 * 100%); }

.col-6 {
  width: calc(6 / 12 * 100%); }

.col-7 {
  width: calc(7 / 12 * 100%); }

.col-8 {
  width: calc(8 / 12 * 100%); }

.col-9 {
  width: calc(9 / 12 * 100%); }

.col-10 {
  width: calc(10 / 12 * 100%); }

.col-11 {
  width: calc(11 / 12 * 100%); }

.col-12 {
  width: 100%; }

.input {
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  height: 2.5rem;
  padding: .25rem .5rem;
  border: 1px solid #CCC;
  border-radius: 3px;
  display: block;
  box-sizing: border-box; }
  .input:focus {
    border-color: #0FACF3;
    outline: 0; }

.label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 900; }

.btn {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.0625);
  color: #FFF;
  background-color: #06D6A0;
  border-radius: 3px;
  padding: .5rem .75rem;
  border: 1px solid transparent;
  text-transform: capitalize;
  font-weight: 900;
  font-size: inherit;
  display: block;
  width: 100%;
  text-decoration: none;
  display: inline-block;
  line-height: 1.125rem;
  margin: 0;
  height: auto;
  -webkit-appearance: none;
  vertical-align: middle;
  cursor: pointer; }

.SiteSearch {
  position: absolute;
  left: 220px;
  top: 52px;
  width: 280px; }
  .SiteSearch .post-list.hidden {
    display: none; }

.SiteSearch .ais-search-box--input {
  display: block;
  width: 100%;
  outline: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #D8D3D1;
  font-size: 1.5rem;
  background: transparent;
  padding: 10px 10px 10px 40px; }

.SiteSearch .ais-search-box--magnifier-wrapper {
  position: absolute;
  left: 8px;
  top: 16px; }

.SiteSearch .ais-search-box--magnifier {
  fill: #D8D3D1; }
  .SiteSearch .ais-search-box--magnifier svg {
    height: 18px;
    width: 18px; }

.SiteSearch .ais-search-box--reset-wrapper {
  display: none !important; }

.SiteSearch .post-link {
  margin-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px solid rgba(216, 211, 209, 0.5);
  background: rgba(247, 246, 243, 0.5);
  text-decoration: none; }

.SiteSearch.HomeSearch {
  position: relative;
  left: 0;
  top: inherit;
  transform: none;
  width: 100%;
  margin-bottom: 4rem; }
  .SiteSearch.HomeSearch .post-link {
    padding: 1rem 2rem;
    margin: 0; }
  .SiteSearch.HomeSearch .ais-search-box--input {
    font-size: 2.5rem;
    padding: 2rem;
    border-bottom: 0;
    background: #FAFAFA;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); }
  .SiteSearch.HomeSearch .ais-search-box--magnifier-wrapper {
    display: none; }

.Search-Credit {
  width: 100px;
  display: block;
  position: absolute;
  right: 1rem;
  bottom: 0.5rem; }

.CategoryCards {
  text-align: center; }

.CategoryCard {
  background: #FAFAFA;
  padding: 3rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: inline-block;
  text-decoration: none;
  text-align: center;
  margin: 0 1rem 2rem; }
  .CategoryCard .Acronym {
    font-size: 5rem;
    letter-spacing: .25rem; }
  .CategoryCard .Acronym-SpeltOut {
    font-size: 1.5rem;
    letter-spacing: .04rem; }

.Sponsor {
  font-family: "Montserrat", sans-serif;
  max-width: 200px;
  font-size: 0.875rem;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  background: #FAFAFA;
  padding: 2rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-top: 0.5rem solid #F8E71C; }

.Sponsor-Button {
  background: #E4572E;
  border-radius: 4px;
  color: #FAFAFA;
  display: block;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none; }
  .Sponsor-Button:hover {
    color: #FAFAFA; }
