/*!
Theme Name: GA Reads for America 250
Theme URI: https://gareads.org/
Author: GA Reads
Author URI: https://gareads.org/
Description: GA Reads Custom Theme
Version: 1.0.1025

/* GA Reads is based on Underscores https://underscores.me/ */
/* CSS Document */
/* --------------------------------- */
/* CSS Order */
/* Core Elements */
/* Resets and Loading Webfont */
/* Colors and Editor Colors */
/* Common Elements */
/* Content Add-ons */
/* Buttons */
/* Captcha */
/* Forms */
/* Forms */
/* Content */
/* Map Panel */
/* News Connect Panel */
/* Resume Panel */
/* Post and CPT Navigation */
/* Timeline */
/* Services and Success Stories */
/* Webinars */
/* Footer */
/* --------------------------------- */
/*  Media Queries */
/*  Mobile */
/*  Desktop Landscape */
/*  Desktop */
/*  Desktop/Tablet (Portrait) */
/*  Desktop/Tablet Landscape */
/*  Desktop Greater than 1600px Wide */
/*  Desktop Greater than 1800px Wide */
/* --------------------------------- */
/* Resets and Loading Webfont */
/* --------------------------------- */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; }

/* Reset */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: #221f20;
  font-size: 16px; }

/* --------------------------------- */
/* Colors */
/* --------------------------------- */
.blue {
  color: #3e74f5; }

.brightblue {
  color: #309eff; }

.darkblue {
  color: #18395e; }

.purple {
  color: #9c3092; }

.red {
  color: #d93833; }

/* Display Colors Set in Editor */
.has-blue-color {
  color: #3e74f5; }

.has-brightblue-color {
  color: #309eff; }

.has-darkblue-color {
  color: #18395e; }

.has-purple-color {
  color: #9c3092; }

.has-red-color {
  color: #d93833; }

/* --------------------------------- */
/* Common Elements */
/* --------------------------------- */
a {
  color: #9c3092;
  text-decoration: none; }

a:visited {
  color: #9c3092;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a:hover, a:visited:hover {
  color: #d93833;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.lined-link a, .lined-link a:visited {
  border-bottom: 1px solid #9c3092; }

.lined-link a:hover, .lined-link a:visited:hover {
  border-bottom: 1px solid #d93833; }

strong {
  font-weight: 700; }

/* --------------------------------- */
/* Content Add-ons */
/* --------------------------------- */
.lr-1 {
  padding: 0 1% 0 1%; }

.lr-2 {
  padding: 0 2% 0 2%; }

.lr-3 {
  padding: 0 3% 0 3%; }

.lr-4 {
  padding: 0 4% 0 4%; }

.lr-5 {
  padding: 0 5% 0 5%; }

.lr-6 {
  padding: 0 6% 0 6%; }

.lr-7 {
  padding: 0 7% 0 7%; }

.lr-8 {
  padding: 0 8% 0 8%; }

.lr-9 {
  padding: 0 9% 0 9%; }

.lr-10 {
  padding: 0 10% 0 10%; }

.tb-1 {
  padding: 1% 0 1% 0; }

.tb-2 {
  padding: 2% 0 2% 0; }

.tb-3 {
  padding: 3% 0 3% 0; }

.tb-4 {
  padding: 4% 0 4% 0; }

.tb-5 {
  padding: 5% 0 5% 0; }

.tb-6 {
  padding: 6% 0 6% 0; }

.tb-7 {
  padding: 7% 0 7% 0; }

.tb-8 {
  padding: 8% 0 8% 0; }

.tb-9 {
  padding: 9% 0 9% 0; }

.tb-10 {
  padding: 10% 0 10% 0; }

.pad-0 {
  padding: 0; }

.pad-1 {
  padding: 1%; }

.pad-2 {
  padding: 2%; }

.pad-3 {
  padding: 3%; }

.pad-4 {
  padding: 4%; }

.pad-5 {
  padding: 5%; }

.pad-6 {
  padding: 6%; }

.pad-7 {
  padding: 7%; }

.pad-8 {
  padding: 8%; }

.max-10 {
  max-width: 10%; }

.max-20 {
  max-width: 20%; }

.max-30 {
  max-width: 30%; }

.max-40 {
  max-width: 40%; }

.max-50 {
  max-width: 50%; }

.max-60 {
  max-width: 60%; }

.max-70 {
  max-width: 70%; }

.max-80 {
  max-width: 80%; }

.max-90 {
  max-width: 90%; }

.base-container {
  padding: 4%;
  margin: 0 auto; }

.base-container > div {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto; }

.base-container.flex-start {
  align-items: flex-start; }

.flex-container {
  display: flex;
  justify-content: flex-start;
  column-gap: 20px; }

.flex-container.flex-start {
  align-items: flex-start; }

.flex-half {
  flex-basis: 50%; }

.flex-third {
  flex-basis: 33.333%; }

.flex-twothird {
  flex-basis: 66.666%; }

.flex-quarter {
  flex-basis: 25%; }

.flex-threequarter {
  flex-basis: 75%; }

.image-max-180, .image-max-360, .image-max-720 {
  text-align: center; }

.image-max-180 img {
  width: 90%;
  height: auto;
  max-width: 180px;
  margin: 20px auto; }

.image-max-360 img {
  width: 90%;
  height: auto;
  max-width: 360px;
  margin: 20px auto; }

.image-max-720 img {
  width: 90%;
  height: auto;
  max-width: 720px;
  margin: 20px auto; }

/* --------------------------------- */
/* Buttons */
/* ---------------------------------  */
/* added to p tags of buttons */
.button-blue {
  margin-bottom: 40px;
  padding-top: 10px; }

.button-blue a, .button-blue a:visited {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: white;
  padding: 18px 36px;
  background-color: #3e74f5;
  border-radius: 40px;
  text-decoration: none;
  text-align: center; }

.button-blue a:hover, .button-blue a:visited:hover {
  text-decoration: none;
  background-color: #18395e; }

.button-purple {
  margin-bottom: 40px;
  padding-top: 10px; }

.button-purple a, .button-purple a:visited {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: white;
  padding: 18px 36px;
  background-color: #9c3092;
  border-radius: 40px;
  text-decoration: none;
  text-align: center; }

.button-purple a:hover, .button-purple a:visited:hover {
  text-decoration: none;
  background-color: #18395e; }

.button-red {
  margin-bottom: 40px;
  padding-top: 10px; }

.button-red a, .button-red a:visited {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: white;
  padding: 18px 36px;
  background-color: #d93833;
  border-radius: 40px;
  text-decoration: none;
  text-align: center; }

.button-red a:hover, .button-red a:visited:hover {
  text-decoration: none;
  background-color: #18395e; }

.button-library {
  margin: 80px auto;
  text-align: center; }

.button-library a, .button-library a:visited {
  display: inline-block;
  width: 80%;
  max-width: 400px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: white;
  padding: 24px 48px;
  background-color: #d93833;
  border-radius: 40px;
  text-decoration: none;
  text-align: center; }

.button-library a:hover, .button-library a:visited:hover {
  text-decoration: none;
  background-color: #18395e; }

/* added directly to button hrefs */
.has-buttons a {
  margin: 10px 20px 20px 0; }

a.btn-blue, a.btn-blue:visited {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: white;
  padding: 18px 36px;
  background-color: #3e74f5;
  border-radius: 40px;
  text-decoration: none;
  text-align: center; }

a.btn-blue:hover, a.btn-blue:visited:hover {
  text-decoration: none;
  background-color: #18395e;
  color: white; }

a.btn-purple, a.btn-purple:visited {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: white;
  padding: 18px 36px;
  background-color: #9c3092;
  border: none;
  border-radius: 40px;
  text-decoration: none;
  text-align: center; }

a.btn-purple:hover, a.btn-purple:visited:hover {
  text-decoration: none;
  background-color: #18395e;
  color: white; }

a.btn-red, a.btn-red:visited {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: white;
  padding: 18px 36px;
  background-color: #d93833;
  border-radius: 40px;
  text-decoration: none;
  text-align: center; }

a.btn-red:hover, a.btn-red:visited:hover {
  text-decoration: none;
  background-color: #18395e; }

/* --------------------------------- */
/* Forms */
/* --------------------------------- */
.gform_validation_errors, .gform_validation_errors:focus {
  outline: none; }

h2.gform_submission_error, h2.gform_submission_error:focus {
  outline: none;
  font-size: 24px; }

.gform_fields {
  display: flex;
  margin-bottom: 40px; }

.gfield_label {
  color: #221f20;
  font-size: 16px;
  margin-bottom: 4px; }

.gfield_required {
  display: inline-block;
  margin-left: 4px;
  font-size: 12px; }

.gform_fields input[type="text"], .gform_fields input[type="email"], .gform_fields input[type="tel"] {
  font-family: "effra", sans-serif;
  -webkit-appearance: none;
  width: 90%;
  padding: 14px !important;
  background-color: #f4f8fa;
  border: 1px solid rgba(91, 102, 112, 0.5);
  border-radius: 6px;
  color: #221f20;
  font-size: 16px;
  line-height: 16px; }

.gform_fields input[type="text"]:focus, .gform_fields input[type="email"]:focus, .gform_fields input[type="tel"]:focus {
  -webkit-appearance: none;
  outline: none;
  background-color: #f4f8fa;
  border: 1px solid #18395e; }

.gform_fields textarea {
  font-family: "effra", sans-serif;
  -webkit-appearance: none;
  width: 90%;
  padding: 14px !important;
  background-color: #f4f8fa;
  border: 1px solid rgba(91, 102, 112, 0.5);
  border-radius: 6px;
  color: #221f20;
  font-size: 16px;
  line-height: 16px; }

.gform_fields textarea:focus {
  -webkit-appearance: none;
  outline: none;
  background-color: #f4f8fa;
  border: 1px solid #18395e; }

.validation_message {
  padding-top: 4px;
  font-weight: 700;
  color: #5b6670; }

input[type="submit"] {
  font-family: "effra", sans-serif;
  -webkit-appearance: none;
  padding: 16px 40px;
  background-color: #9c3092;
  border: 1px solid #9c3092;
  border-radius: 36px;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px; }

input[type="submit"]:focus {
  outline: none;
  color: white;
  background-color: #18395e;
  border: 1px solid #18395e; }

input[type="submit"]:hover {
  cursor: pointer;
  color: white;
  background-color: #18395e;
  border: 1px solid #18395e; }

.gform_confirmation_message_1.gform_confirmation_message {
  font-size: 18px; }

/* Contact Page Mailing List Form */
.form-wrapper {
  width: 100%;
  border: 1px solid #d6dadd;
  border-radius: 18px;
  padding: 6%; }

.grecaptcha-badge {
  visibility: hidden; }

/* --------------------------------- */
/* Header / Masthead / Navigation */
/* --------------------------------- */
#Masthead {
  position: fixed;
  width: 100%;
  z-index: 8800;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  /*  box-shadow: 0 0 4px rgba($black,0.0),0 4px 8px rgba($black,0.0);  */
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

#Masthead.separate {
  /*  box-shadow: 0 0 4px rgba($black,0.07),0 4px 8px rgba($black,0.14);  */
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.header.is-hidden {
  top: -160px;
  position: fixed; }

.header.is-sticky {
  top: 0;
  position: fixed;
  background-color: rgba(9, 35, 64, 0.98); }

.header.is-at-top {
  background-color: rgba(24, 57, 94, 0);
  top: 0;
  position: fixed; }

/* Toolkit Banner/Nav */
.toolkit-header {
  top: 0 !important;
  position: relative;
  background-color: #18395e; }

.toolkit-logo img {
  width: 100%;
  max-width: 100px;
  height: auto; }

/* Main Menu / Navigation */
.nav-container {
  width: 92%;
  padding: 20px 4%;
  margin: 0 auto;
  max-width: 1400px;
  display: flex;
  justify-content: space-between; }

.toolkit-header .nav-container {
  align-items: center; }

.toolkit-header .nav-links {
  display: flex;
  justify-content: flex-end; }

#MainMenu {
  display: flex;
  flex-wrap: nowrap; }

#PrimaryMenu, #menu-toolkit-menu {
  display: flex;
  justify-content: flex-end; }

#menu-toolkit-menu {
  margin-right: 40px; }

#PrimaryMenu li {
  padding: 20px; }

#menu-toolkit-menu li {
  padding: 16px 20px; }

#PrimaryMenu li a, #menu-toolkit-menu li a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: white;
  text-decoration: none;
  padding: 0;
  margin: 0;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

#PrimaryMenu li a:hover, #menu-toolkit-menu li a:hover {
  color: #309eff; }

.menu-toggle {
  display: none;
  width: 100%; }

.external-links {
  display: flex; }

.external-links .donate a, .external-links .donate a:visited {
  display: inline-block;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: white;
  padding: 14px 36px 15px 36px;
  background-color: #d93833;
  border-radius: 40px;
  text-decoration: none;
  text-align: center;
  margin: 0 16px; }

.external-links .donate a:hover, .external-links .donate a:visited:hover {
  text-decoration: none;
  background-color: #e51f18; }

.external-links .shop a, .external-links .shop a:visited {
  display: inline-block;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: white;
  padding: 14px 36px 15px 36px;
  background-color: #3e74f5;
  border-radius: 40px;
  text-decoration: none;
  text-align: center;
  margin: 0; }

.external-links .shop a:hover, .external-links .shop a:visited:hover {
  text-decoration: none;
  background-color: #309eff; }

.external-links .request a, .external-links .request a:visited {
  display: inline-block;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: white;
  padding: 14px 36px 15px 36px;
  background-color: #3e74f5;
  border-radius: 40px;
  text-decoration: none;
  text-align: center;
  margin: 0; }

.external-links .request a:hover, .external-links .request a:visited:hover {
  text-decoration: none;
  background-color: #309eff; }

/* --------------------------------- */
/* Home Page Billboard  */
/* --------------------------------- */
/* Top Billboard  */
.home-billboard {
  background-color: #18395e;
  background: url("images/city-image.jpg") top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  aspect-ratio: 16 / 9;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.home-billboard--container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center; }

.home-billboard--logo {
  flex-basis: 100%;
  max-width: 580px;
  height: auto; }

.home-billboard--countdown {
  flex-basis: 100%;
  color: #ffffff;
  text-align: center;
  padding: 60px 0 0 0; }

.home-billboard--countdown h4 {
  font-size: 18px;
  line-height: 24px;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px; }

/* Timer On Home Page */
#Timer {
  height: 75px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 20px; }

#Timer strong {
  display: block;
  font-size: 48px;
  line-height: 48px;
  color: white;
  text-align: center;
  vertical-align: top;
  font-weight: 700;
  margin: 0 0 0 0;
  padding: 0 10px 0 10px; }

#Timer span {
  display: block;
  font-size: 24px;
  line-height: 24px;
  color: white;
  font-weight: 500;
  margin: 0;
  padding: 0; }

/* --------------------------------- */
/* Content */
/* --------------------------------- */
/* Standard Article Content */
article {
  font-size: 14px;
  line-height: 21px; }

article h1, article h2, article h3, article h4, article h5 {
  font-weight: 500; }

article h1 {
  font-size: 54px;
  line-height: 62px;
  font-weight: 700; }

article h2 {
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 20px; }

article h3 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px; }

article h4 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px; }

article h5 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px; }

article h6 {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 24px; }

article p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px; }

article p strong, article li strong {
  font-weight: 700; }

article ul, article ol {
  margin: 0 0 40px 30px; }

article ul li, article ul li {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: disc; }

article ol li, article ol li {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: decimal; }

article em {
  font-style: italic; }

article hr {
  display: block;
  margin: 30px 0 30px 0;
  border: none;
  height: 1px;
  width: 100%;
  background-color: #221f20; }

.wp-block-separator {
  border: none; }

.smallnote {
  display: block;
  padding-top: 18px;
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5); }

.star-heading {
  position: relative;
  font-weight: 500;
  margin-bottom: 40px;
  margin-left: 64px; }

.star-heading::before {
  position: absolute;
  width: 50px;
  height: 50px;
  left: -64px;
  top: -4px;
  content: " ";
  background-image: url("images/heading-star.png");
  background-position: center center;
  background-size: 50px 50px; }

/* --------------------------------- */
/* Literacy and Great Works Content Panels */
/* --------------------------------- */
.literacy-panel {
  margin: 40px auto 120px auto;
  align-items: flex-start;
  gap: 28px; }

.literacy-panel figure {
  flex-basis: 40%; }

.literacy-panel figure img {
  width: 80%;
  height: auto; }

.literacy-panel--content {
  flex-basis: calc(60% - 28px); }

.greatworks-panel {
  margin: 120px auto 60px auto;
  align-items: flex-start;
  gap: 28px; }

.greatworks-panel figure {
  flex-basis: 40%;
  text-align: right; }

.greatworks-panel figure img {
  width: 80%;
  height: auto; }

.greatworks-panel--content {
  flex-basis: calc(60% - 28px); }

/* --------------------------------- */
/* Quotes */
/* --------------------------------- */
.quotes-panel {
  width: 96%;
  margin: 180px auto; }

/* Quotes Swiper */
.quotes {
  position: relative;
  margin: 80px auto 60px auto;
  width: 92%;
  max-width: 900px; }

.quotes::before {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 100px;
  height: 102px;
  content: " ";
  background: url("images/quotes.png") top left;
  background-repeat: no-repeat;
  background-size: 100px 102px; }

.quotes::after {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 100px;
  height: 102px;
  content: " ";
  background: url("images/quotes.png") top left;
  background-repeat: no-repeat;
  background-size: 100px 102px;
  transform: rotate(180deg); }

.quotes .swiper-quotes {
  overflow: hidden;
  height: inherit; }

.quotes .swiper-slide {
  height: auto;
  margin-bottom: 20px; }

.swiper-pagination {
  bottom: -40px !important; }

.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background-color: rgba(34, 31, 32, 0.2) !important; }

.swiper-pagination-bullet-active {
  background-color: rgba(34, 31, 32, 0.5) !important; }

.quote {
  display: flex;
  align-content: stretch;
  justify-content: center; }

.quote-image {
  width: 120px;
  margin-right: 40px; }

.quote-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%; }

.quote-content {
  flex-basis: calc(100% - 160px); }

.quote-content h4 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 18px;
  color: #221f20; }

.quote-content p.quote-author {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0; }

.quote-content p.quote-source {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0; }

/* --------------------------------- */
/* Events */
/* --------------------------------- */
.events-panel {
  background-color: #f1f2f2;
  width: 100%;
  padding: 6% 4%; }

.events-panel > div {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto; }

/* Events Swiper */
.events {
  position: relative;
  margin: 80px 0 0 0; }

.events .swiper-events {
  overflow: hidden; }

.events .swiper-button-prev {
  position: absolute;
  left: auto;
  right: 40px;
  top: -40px;
  z-index: 100;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #221f20; }

.events .swiper-button-next {
  position: absolute;
  right: 0;
  top: -40px;
  z-index: 100;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #221f20; }

.events .swiper-button-next:after {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  font-size: 28px;
  font-weight: 700;
  content: "\f061";
  text-transform: none !important;
  letter-spacing: 0;
  line-height: 1; }

.events .swiper-button-prev:after {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  font-size: 28px;
  font-weight: 700;
  content: "\f060";
  text-transform: none !important;
  letter-spacing: 0;
  line-height: 1; }

.events .swiper-slide {
  height: auto; }

.events .swiper-slide > div {
  height: calc(100% - 60px);
  padding: 28px;
  border: 1px solid rgba(34, 31, 32, 0.25);
  background-color: white;
  -moz-transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }

.events .swiper-slide > div:hover {
  border: 1px solid rgba(34, 31, 32, 0.5);
  -moz-transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }

.events .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%; }

.events .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin-bottom: 10px; }

article .events .swiper-slide h4 {
  font-size: 21px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #221f20;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

article .events .swiper-slide p {
  color: rgba(34, 31, 32, 0.8);
  font-size: 16px;
  line-height: 21px; }

article .events .swiper-slide p.event-date {
  margin-bottom: 0; }

article .events .swiper-slide p.event-time {
  margin-bottom: 12px; }

article .events .swiper-slide .event-description {
  margin-bottom: 42px; }

article .events .swiper-slide .event-link {
  position: absolute;
  right: 28px;
  bottom: 28px;
  color: #221f20;
  font-size: 16px;
  line-height: 24px;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

article .events .swiper-slide .event-link a {
  color: rgba(34, 31, 32, 0.8);
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

article .events .swiper-slide .event-link a i {
  color: rgba(34, 31, 32, 0.8);
  padding-left: 8px;
  font-size: 16px;
  line-height: 24px;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

article .events .swiper-slide .event-link a:hover, article .events .swiper-slide .event-link a:hover i {
  color: #d93833; }

/* --------------------------------- */
/* Featured Book */
/* --------------------------------- */
.featured-book {
  margin: 50px auto 60px auto;
  padding: 28px;
  align-items: flex-start;
  gap: 28px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  -moz-transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }

.featured-book:hover {
  border: 1px solid rgba(0, 0, 0, 0.5);
  -moz-transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }

.featured-book figure {
  flex-basis: 20%; }

.featured-book-content {
  flex-basis: calc(80% - 28px); }

.featured-book-content h6 {
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase; }

.featured-book-content h5 strong {
  font-size: 28px;
  line-height: 28px;
  font-weight: 500; }

.featured-book-content h5 {
  font-size: 21px;
  font-weight: 400; }

.featured-book-content .button-red {
  margin-bottom: 20px;
  padding-top: 10px; }

.featured-book-content .button-red a, .featured-book-content .button-red a:visited {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: white;
  padding: 18px 36px;
  background-color: #d93833;
  border-radius: 40px;
  text-decoration: none;
  text-align: center; }

.featured-book-content .button-red a:hover, .featured-book-content .button-red a:visited:hover {
  text-decoration: none;
  background-color: #18395e; }

/* --------------------------------- */
/* Books Listings */
/* --------------------------------- */
.books-tab-container {
  width: 96%;
  padding: 0 2% 4% 2%;
  max-width: 1200px;
  margin: 0 auto; }

/* Alphabetical Elements */
.searchandfilter ul {
  margin: 0;
  padding: 0; }

.sf-field-post-meta-books_alphabet_display {
  overflow-x: auto; }

.searchandfilter .sf-field-post-meta-books_alphabet_display ul {
  display: flex;
  justify-content: space-between; }

.searchandfilter .sf-field-post-meta-books_alphabet_display ul li input[type=radio] {
  visibility: hidden;
  display: none; }

.searchandfilter .sf-field-post-meta-books_alphabet_display li label {
  display: block;
  margin: 0;
  padding: 6px 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 2px solid rgba(217, 56, 51, 0); }

.searchandfilter .sf-field-post-meta-books_alphabet_display li label:hover {
  cursor: pointer;
  color: #d93833;
  border-bottom: 2px solid #d93833; }

.searchandfilter .sf-field-post-meta-books_alphabet_display li.sf-option-active label {
  color: #d93833;
  border-bottom: 2px solid #d93833; }

.searchandfilter .sf-field-post-meta-books_alphabet_display li[data-sf-count="0"] {
  color: rgba(34, 31, 32, 0.25); }

/* Book Panel */
.results-book {
  padding: 28px;
  background-color: #f1f2f2;
  margin-bottom: 28px; }

.results-book .acc-panel {
  height: auto;
  overflow: hidden; }

.results-book h3 {
  position: relative;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  margin: 0; }

.results-book h3 span {
  font-size: 21px;
  font-weight: 400; }

.results-book h3:hover {
  cursor: pointer; }

.results-book-content {
  padding: 30px 0 0 60px;
  position: relative; }

.results-book-content.acc-content {
  display: none;
  overflow: hidden; }

.book-w-image, .book-wo-image {
  display: flex;
  flex-direction: row-reverse; }

.book-image {
  flex-basis: 33%;
  text-align: center; }

.book-image img {
  width: 80%;
  height: auto;
  margin: 0 auto; }

.book-content {
  flex-basis: 66%;
  position: relative; }

.book-content:before {
  position: absolute;
  content: " ";
  left: -70px;
  top: 2px;
  width: 50px;
  height: 50px;
  background-image: url("images/book-icon.png");
  background-repeat: no-repeat;
  background-size: 50px auto; }

.book-content h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 10px; }

/* No Results */
.no-results {
  margin: 40px auto;
  font-size: 21px;
  font-weight: 700;
  text-align: center; }

/* Chevron status */
.results-book .icon {
  color: #666666;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  transform: rotate(0deg) perspective(1px) scale(1);
  text-align: center;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  filter: grayscale(0%); }

.results-book .active .icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg) perspective(1px) scale(1);
  filter: grayscale(100%); }

.sfp-loadmore button {
  margin: 0 auto !important;
  border: none;
  padding: 18px 36px;
  background-color: #f1f2f2;
  font-size: 18px;
  line-height: 18px;
  border-radius: 0; }

.sfp-loadmore button:hover {
  background-color: #f1f2f2 !important; }

/* --------------------------------- */
/* Essential Partner */
/* --------------------------------- */
.essential-partner {
  margin: 50px auto 60px auto;
  padding: 28px;
  align-items: flex-start;
  gap: 28px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  -moz-transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }

.essential-partner:hover {
  border: 1px solid rgba(0, 0, 0, 0.5);
  -moz-transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }

.essential-partner figure {
  flex-basis: 20%; }

.essential-partner-content {
  flex-basis: calc(80% - 28px); }

.essential-partner-content h6 {
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase; }

.essential-partner-content h5 strong {
  font-size: 28px;
  line-height: 28px;
  font-weight: 500; }

.essential-partner-content h5 {
  font-size: 21px;
  font-weight: 400; }

.essential-partner-content .button-red {
  margin-bottom: 20px;
  padding-top: 10px; }

.essential-partner-content .button-red a, .essential-partner-content .button-red a:visited {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: white;
  padding: 18px 36px;
  background-color: #d93833;
  border-radius: 40px;
  text-decoration: none;
  text-align: center; }

.essential-partner-content .button-red a:hover, .essential-partner-content .button-red a:visited:hover {
  text-decoration: none;
  background-color: #18395e; }

/* --------------------------------- */
/* Newsletter Panel */
/* --------------------------------- */
.newsletter {
  background-color: #d93833;
  padding: 4%;
  color: white; }

.newsletter-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto; }

.newsletter-content h6 {
  width: 100%;
  max-width: 640px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
  margin: 0 auto 20px auto;
  text-align: center; }

.newsletter-form {
  width: 80%;
  max-width: 720px;
  margin: 0 auto; }

.newsletter-form .gform_validation_errors, .newsletter-form .gform_validation_errors:focus {
  outline: none; }

.newsletter-form form {
  display: flex;
  align-items: flex-start; }

.newsletter-form .gform_body {
  flex-basis: 75%;
  margin-right: 5%; }

.newsletter-form .gform_footer {
  flex-basis: 20%; }

.newsletter-form .gfield_label {
  color: white; }

.newsletter-form .gfield_required_text {
  color: rgba(255, 255, 255, 0.6) !important; }

.newsletter-form .gform_fields input[type="email"] {
  font-family: "effra", sans-serif;
  -webkit-appearance: none;
  width: 90%;
  margin-right: 20px;
  padding: 12px 36px 13px 36px !important;
  border: 1px solid white !important;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0) !important;
  color: white !important;
  font-size: 18px !important;
  line-height: 20px !important; }

.newsletter-form .gform_fields input[type="email"]:focus {
  -webkit-appearance: none;
  outline: none;
  background-color: white;
  border: 1px solid rgba(255, 255, 255, 0.8); }

.newsletter-form .gform_fields input[type="email"]::placeholder {
  color: white !important; }

.newsletter-form .gform_confirmation_message {
  text-align: center;
  font-size: 21px !important;
  padding-top: 4px !important;
  font-weight: 700 !important;
  color: white !important; }

.newsletter-form input[type="submit"] {
  font-family: "effra", sans-serif;
  -webkit-appearance: none;
  margin-top: 1px;
  padding: 14px 36px;
  border: none;
  border-radius: 40px;
  background-color: #18395e !important;
  color: white !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px; }

.newsletter-form input[type="submit"]:focus {
  outline: none;
  color: white;
  background-color: rgba(34, 31, 32, 0.5); }

.newsletter-form input[type="submit"]:hover {
  color: #9c3092;
  background-color: white;
  cursor: pointer; }

.newsletter-form .gform_wrapper.gravity-theme .gform_footer, .newsletter-form .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0 !important;
  padding: 0 !important; }

/* --------------------------------- */
/* Participate Panel */
/* --------------------------------- */
.participate-panel {
  background-color: #18395e;
  background: url("images/city-image.jpg") top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4%; }

.participate-panel--content > div {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 40px;
  margin: 0 auto; }

.participate {
  flex-basis: calc(50% - 40px);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px;
  text-align: center; }

.participate .button-red, .participate .button-blue {
  margin-bottom: 0 !important; }

/* --------------------------------- */
/* Partner Logo Grid */
/* --------------------------------- */
.partner-logo-grid {
  width: 96%;
  max-width: 1400px;
  padding: 2%;
  list-style-type: none;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px; }

.partner-logo-grid li {
  aspect-ratio: 1 / 1;
  list-style-type: none;
  margin: 0 auto;
  flex-basis: calc(16% - 8px);
  display: flex;
  justify-content: center;
  align-items: center; }

.partner-logo-grid li img {
  display: block;
  width: 75%;
  height: auto;
  margin: 0 auto; }

.partner-logo-grid li.small img {
  max-width: 65%; }

.partner-logo-grid li.smaller img {
  max-width: 55%; }

.partner-logo-grid li.smallest img {
  max-width: 45%; }

/* --------------------------------- */
/* Toolkit Page Specific */
/* --------------------------------- */
#page.toolkit {
  margin-top: 120px; }

.toolkit #logos, .toolkit #print, .toolkit #signage, .toolkit #social {
  padding-top: 20px; }

/* Downloads */
.assets a {
  position: relative; }

.assets img {
  position: relative;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.1); }

.assets a::before {
  position: absolute;
  z-index: 100;
  bottom: 20px;
  right: 10px;
  width: 20px;
  height: 20px;
  color: #3e74f5;
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  font-weight: 400;
  content: "\f33d";
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.assets a:hover::before {
  opacity: 1;
  bottom: 10px; }

.assets p {
  padding-top: 10px;
  font-size: 15px;
  line-height: 21px; }

/* --------------------------------- */
/* Footer */
/* --------------------------------- */
footer {
  background-color: #f1f2f2;
  padding: 4%;
  color: #18395e; }

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto; }

.footer-branding {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 40px auto; }

/* Left Column */
.footer-branding--logos {
  display: flex;
  flex-basis: 50%;
  justify-content: flex-start; }

.footer-branding--logos div:nth-of-type(1) {
  margin-right: 40px; }

.footer-branding--logos div:nth-of-type(1) img {
  width: 100%;
  max-width: 140px;
  height: auto; }

.footer-branding--logos div:nth-of-type(2) img {
  width: 100%;
  max-width: 240px;
  height: auto; }

/* Right (Social) Column */
.footer-branding--social {
  flex-basis: 50%; }

.social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px; }

.instagram a, .facebook a, .linkedin a, .xtwitter a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d93833;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-decoration: none; }

.instagram a:hover, .facebook a:hover, .linkedin a:hover, .xtwitter a:hover {
  background-color: #18395e;
  color: white; }

.instagram i, .facebook i, .linkedin i, .xtwitter i {
  font-size: 24px; }

.social-icons .donate a, .social-icons .donate a:visited {
  display: inline-block;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: white;
  padding: 14px 36px 15px 36px;
  background-color: #3e74f5;
  border-radius: 40px;
  text-decoration: none;
  text-align: center;
  margin: 0 4px; }

.social-icons .donate a:hover, .social-icons .donate a:visited:hover {
  text-decoration: none;
  background-color: #18395e; }

.social-icons .shop a, .social-icons .shop a:visited {
  display: inline-block;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: white;
  padding: 14px 36px 15px 36px;
  background-color: #d93833;
  border-radius: 40px;
  text-decoration: none;
  text-align: center;
  margin: 0; }

.social-icons .shop a:hover, .social-icons .shop a:visited:hover {
  text-decoration: none;
  background-color: #18395e; }

.footer-overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto; }

.footer-overview--left {
  flex-basis: 70%;
  padding-bottom: 14px; }

.footer-overview--left h6 {
  font-size: 21px;
  line-height: 28px;
  font-weight: 500;
  margin: 0 6% 0 0; }

.footer-overview--left p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 2% 24px 0; }

.footer-overview--right {
  flex-basis: 30%;
  text-align: right; }

.footer-overview--right img {
  width: 100%;
  max-width: 280px;
  height: auto; }

.button-georgiareads {
  margin-bottom: 40px;
  padding-top: 20px; }

.button-georgiareads a, .button-georgiareads a:visited {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: white;
  padding: 18px 36px;
  background-color: #3f3485;
  border-radius: 40px;
  text-decoration: none;
  text-align: center; }

.button-georgiareads a:hover, .button-georgiareads a:visited:hover {
  text-decoration: none;
  background-color: #9f03aa; }

.footer-links {
  flex-basis: 100%;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0; }

.footer-links a, .footer-links a:visited {
  display: inline-block;
  color: #18395e;
  border-bottom: 1px solid rgba(24, 57, 94, 0);
  margin-right: 30px;
  padding-bottom: 2px; }

.footer-links a:hover, .footer-links a:visited:hover {
  color: #3e74f5;
  border-bottom: 1px solid #3e74f5; }

/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Mobile */
@media screen and (max-width: 769px) {
  .flex-container {
    flex-wrap: wrap !important; }

  .flex-container .flex-half {
    flex-basis: 100%; }

  /* --------------------------------- */
  /* Header / Masthead / Navigation */
  /* --------------------------------- */
  #Masthead {
    height: 90px; }

  .header.is-hidden {
    top: 0 !important;
    position: fixed;
    background-color: #18395e; }

  .header.is-sticky {
    top: 0 !important;
    position: fixed;
    background-color: #18395e; }

  .header.is-at-top {
    top: 0 !important;
    position: fixed;
    background-color: rgba(24, 57, 94, 0); }

  .toolkit-header {
    top: 0 !important;
    position: relative;
    background-color: #18395e; }

  #Masthead .logo {
    flex-basis: 140px;
    align-self: center;
    padding: 0;
    position: relative;
    z-index: 6000; }

  #Masthead .logo img.static-logo {
    width: 140px;
    height: auto; }

  #MainMenu {
    justify-content: flex-end;
    position: relative;
    left: 0;
    -moz-transition: left 0.2s ease-in-out 0s;
    -webkit-transition: left 0.2s ease-in-out 0s;
    -o-transition: left 0.2s ease-in-out 0s;
    transition: left 0.2s ease-in-out 0s; }

  #MainMenu.open {
    -moz-transition: left 0.3s ease-in-out 0s;
    -webkit-transition: left 0.3s ease-in-out 0s;
    -o-transition: left 0.3s ease-in-out 0s;
    transition: left 0.3s ease-in-out 0s; }

  .menu-toggle {
    position: relative;
    z-index: 9000;
    width: 30px;
    height: 25px;
    display: none;
    /* display: flex; */
    align-self: center;
    justify-self: flex-end;
    margin: 14px 10px 15px 10px;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }

  .menu-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: white;
    color: white;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }

  .menu-toggle span:nth-child(1) {
    top: 0px; }

  .menu-toggle span:nth-child(2) {
    top: 9px; }

  .menu-toggle span:nth-child(3) {
    top: 18px; }

  .menu-toggle.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }

  .menu-toggle.open span:nth-child(2) {
    opacity: 0;
    left: 10px; }

  .menu-toggle.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }

  #PrimaryMenu {
    position: fixed;
    top: 0px;
    left: -100%;
    opacity: 0;
    z-index: 5000;
    width: 100%;
    height: 100vh;
    background-color: #18395e;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 160px 20px 120px 20px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

  #PrimaryMenu.open {
    left: 0;
    opacity: 1; }

  #PrimaryMenu li {
    font-size: 21px;
    flex-basis: 100%;
    max-width: none;
    border-right: none;
    margin: 14px 0;
    padding: 10px 20px 10px 50px;
    text-align: left; }

  #PrimaryMenu li a, #PrimaryMenu li:hover a {
    color: white;
    text-decoration: none;
    padding: 0 0 0 0;
    font-weight: 700; }

  #PrimaryMenu li.current_page_item a {
    color: white; }

  #PrimaryMenu li.current_page_item::after {
    position: absolute;
    left: 18px;
    top: 12px;
    color: #309eff; }

  .external-links {
    margin: 0 auto; }

  .external-links .donate a, .external-links .donate a:visited {
    margin: 0 16px 0 0; }

  /* --------------------------------- */
  /* Home Page  */
  /* --------------------------------- */
  .home-billboard {
    aspect-ratio: auto;
    padding: 140px 0 60px 0; }

  .home-billboard--logo {
    max-width: 300px; }

  .home-billboard--countdown {
    flex-basis: 80%; }

  /* Timer On Home Page */
  #Timer strong {
    display: block;
    font-size: 36px;
    line-height: 36px;
    color: white;
    text-align: center;
    vertical-align: top;
    font-weight: 700;
    margin: 0 0 5px 0;
    padding: 0 10px 0 10px; }

  #Timer span {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
    margin: 0;
    padding: 0; }

  /* --------------------------------- */
  /* Literacy Panel */
  /* --------------------------------- */
  .literacy-panel {
    margin: 40px auto 80px auto;
    justify-content: center; }

  .literacy-panel figure {
    flex-basis: 96%; }

  .literacy-panel figure img {
    width: 90%; }

  .literacy-panel--content {
    flex-basis: calc(96% - 28px); }

  article .literacy-panel--content h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px; }

  /* --------------------------------- */
  /* Quotes */
  /* --------------------------------- */
  .quotes-panel {
    width: 80%;
    margin: 0 auto; }

  .quotes {
    widows: 100%; }

  .quotes::before {
    width: 50px;
    height: 51px;
    top: -25px;
    left: -25px;
    background-size: 50px 51px; }

  .quotes::after {
    width: 50px;
    height: 51px;
    bottom: -25px;
    right: -25px;
    background-size: 50px 51px; }

  .quote {
    flex-wrap: wrap; }

  .quote-image {
    flex-basis: 80%;
    margin-bottom: 20px; }

  .quote-image img {
    width: 80%; }

  .quote-content {
    flex-basis: 90%; }

  .quote-content h4 {
    font-size: 24px;
    line-height: 28px; }

  .quote-content p {
    font-size: 14px;
    text-align: right; }

  /* --------------------------------- */
  /* Literacy Panel */
  /* --------------------------------- */
  .greatworks-panel {
    flex-wrap: wrap-reverse;
    justify-content: center; }

  .greatworks-panel figure {
    flex-basis: 96%;
    text-align: left; }

  .greatworks-panel figure img {
    width: 90%; }

  .greatworks-panel--content {
    flex-basis: calc(96% - 28px); }

  article .greatworks-panel--content h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px; }

  /* --------------------------------- */
  /* Books Listings */
  /* --------------------------------- */
  article h2#Books {
    font-size: 36px;
    line-height: 44px; }

  .featured-book {
    flex-wrap: wrap;
    padding: 14px;
    gap: 14px;
    width: 90%;
    margin-top: 30px; }

  .featured-book figure {
    flex-basis: 100%; }

  .featured-book-content {
    flex-basis: calc(100% - 14px); }

  /* Book Listings */
  .results-book h3 {
    padding: 0 40px 0 0; }

  .results-book-content {
    padding: 30px 0 0 0; }

  .book-w-image, .book-wo-image {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse; }

  .book-image {
    flex-basis: 100%;
    text-align: left; }

  .book-image img {
    width: 80%;
    height: auto;
    margin: 0 auto 20px auto; }

  .book-content {
    flex-basis: 100%;
    position: relative; }

  .book-content:before {
    position: absolute;
    content: " ";
    left: -70px;
    top: 2px;
    width: 50px;
    height: 50px;
    background-image: url("images/book-icon.png");
    background-repeat: no-repeat;
    background-size: 50px auto; }

  .book-content h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px; }

  .button-library a, .button-library a:visited {
    padding: 24px; }

  /* --------------------------------- */
  /* Essential Partner Panel */
  /* --------------------------------- */
  .essential-partner {
    flex-wrap: wrap;
    padding: 14px;
    gap: 14px;
    width: 90%;
    margin-top: 30px; }

  .essential-partner figure {
    flex-basis: 100%; }

  .essential-partner-content {
    flex-basis: calc(100% - 14px); }

  /* --------------------------------- */
  /* Events Panel */
  /* --------------------------------- */
  .events-panel {
    padding: 60px 4%; }

  .featured-event {
    padding: 14px; }

  .featured-event--content {
    flex-wrap: wrap;
    gap: 14px; }

  .featured-event--image {
    flex-basis: 100%; }

  .featured-event--info {
    flex-basis: calc(100% - 14px); }

  /* --------------------------------- */
  /* Participate Panel */
  /* --------------------------------- */
  .participate-panel {
    padding: 60px 4%; }

  .participate {
    flex-basis: calc(100% - 40px); }

  /* --------------------------------- */
  /* Partner Logos */
  /* --------------------------------- */
  .partner-logo-grid li {
    flex-basis: calc(50% - 18px); }

  /* --------------------------------- */
  /* Newsletter Panel */
  /* --------------------------------- */
  .newsletter {
    width: 88%;
    padding: 60px 6% 40px 6%;
    flex-wrap: wrap; }

  .newsletter-container {
    flex-wrap: wrap; }

  .newsletter-content h6 {
    font-size: 32px;
    line-height: 42px; }

  .newsletter-content p {
    line-height: 24px;
    margin-bottom: 28px; }

  .newsletter-content, .newsletter-form {
    flex-basis: 100%; }

  .newsletter-form form {
    flex-wrap: wrap;
    justify-content: center; }

  .newsletter-form .gform_body {
    margin-right: 0; }

  .newsletter-form input[type="submit"] {
    font-size: 16px;
    padding: 10px 32px; }

  /* --------------------------------- */
  /* Toolkit Page Specific */
  /* --------------------------------- */
  .toolkit-logo img {
    max-width: 65px; }

  #menu-toolkit-menu {
    display: none; }

  /* Downloads */
  #page.toolkit .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 45% !important; }

  .assets a::before {
    position: absolute;
    z-index: 100;
    bottom: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    color: #666;
    font-family: "Font Awesome 6 Pro";
    font-size: 24px;
    font-weight: 400;
    content: "\f33d";
    opacity: 1; }

  .assets p {
    padding-top: 10px;
    font-size: 16px;
    line-height: 21px; }

  /* --------------------------------- */
  /* Footer */
  /* --------------------------------- */
  footer {
    padding: 60px 8%; }

  .footer-branding--logos {
    flex-basis: 100%; }

  .footer-branding--social {
    flex-basis: 100%;
    padding: 40px 0 0 0; }

  .social-icons {
    gap: 20px;
    justify-content: center; }

  .social-icons .donate, .social-icons .shop {
    flex-basis: calc(50% - 20px);
    text-align: center;
    margin-top: 30px; }

  .footer-overview--left, .footer-overview--right {
    flex-basis: 100%; }

  .footer-overview--right {
    text-align: left;
    padding-top: 30px; }

  .footer-links {
    flex-basis: 100%;
    margin: 20px 0 0 0; } }
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Desktop Landscape */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Desktop */
@media screen and (min-width: 769px) {
  /* Shifts scrolltop to accomodate fixed menus. */
  html {
    scroll-padding-top: 80px; } }
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Minor Adjustments for smaller desktop screens */
@media screen and (min-width: 770px) and (max-width: 1200px) {
  .home-billboard--logo {
    max-width: 320px; }

  .home-billboard--countdown {
    padding: 10px 0 0 0; } }
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Larger than Phone up to 1020px Wide Desktop */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Desktop / Tablet Portrait */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Mobile: Tablet Landscape */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Greater than 1600px Wide Desktop */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Greater than 1800px Wide Desktop */
