:root {
  --primary-color: #012243;
  --header-color: #424775;
  --page-bg-color: #efefef;
  --link-active-color: #50afa2;
  --link-color: #44958a;
  --hover-color: #493987;
  --body-typeface: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Open Sans, sans-serif;
  --header-typeface: Montserrat Alternates, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Open Sans, sans-serif;
  --new-header-color: #493987;
}

.cc-primary {
  background-color: #012243 !important;
}

body {
  min-height: 100vh;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Open Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  font-family: "Montserrat Alternates", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Open Sans", sans-serif;
  color: #493987;
  font-weight: 700;
}

.entry-title, .newsletter-title {
  font-size: 32px;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .entry-title, .newsletter-title {
    font-size: 36px;
  }
}

.eael-lr-footer .eael-lr-form-loader-wrapper {
  width: 100%;
}
.eael-lr-footer .eael-lr-form-loader-wrapper #eael-login-submit {
  width: 100%;
}

input {
  font-size: 16px;
}

.site-content {
  display: flex;
  flex-flow: column;
}

.site-header {
  display: flex;
  background: #012243;
  color: white;
  font-weight: 600;
  justify-content: center;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
}

.site-footer {
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
}

.separate-containers .inside-article {
  padding: 0;
  background: none;
}
.separate-containers .inside-article .entry-title {
  margin-top: -24px;
  padding: 18px;
  text-align: center;
  background: linear-gradient(180deg, #012243 0%, #35266D 100%);
  color: white;
}
@media screen and (min-width: 768px) {
  .separate-containers .inside-article .entry-title {
    padding: 32px 72px 24px 72px;
  }
}
.separate-containers .inside-article .newsletter-header {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0 12px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.entry-content, footer.entry-meta {
  padding: 0 16px;
  max-width: 1200px;
  margin: 0 auto;
  background: none;
}
@media screen and (min-width: 480px) {
  .entry-content, footer.entry-meta {
    padding: 0 32px;
  }
}

.header-container {
  display: flex;
  flex-flow: column wrap;
  flex-grow: 1;
  max-width: 1280px;
  background-color: #012243;
}
@media screen and (min-width: 768px) {
  .header-container {
    flex-flow: row;
    align-items: center;
  }
}

.site {
  flex-grow: 1;
  max-width: none;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
}

.nav-logo {
  text-align: center;
  padding: 8px 0;
}
.nav-logo #logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-logo img {
  display: block;
  max-width: 145px;
}
@media screen and (min-width: 480px) {
  .nav-logo {
    padding: 8px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .nav-logo {
    padding: 0;
  }
  .nav-logo #logo {
    justify-content: start;
  }
  .nav-logo img {
    max-width: 175px;
  }
}

.main-nav {
  position: fixed;
  bottom: 4px;
  left: 4px;
  right: 4px;
  z-index: 999;
  background-color: inherit;
  font-size: 15px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 0;
  margin-bottom: env(safe-area-inset-bottom, 0);
  border-radius: 50px;
  box-shadow: 0 -1px 5px 1px rgba(0, 0, 0, 0.3);
}
.main-nav .asl_w_container #ajaxsearchlite1 {
  min-width: 180px !important;
}
.main-nav .asl_w_container #ajaxsearchlite1 .proinput input[type=search] {
  font-size: 16px;
}
.main-nav .asl_w_container #ajaxsearchlite1 .proclose svg {
  background-color: white !important;
}
@media screen and (min-width: 480px) {
  .main-nav {
    position: static;
    flex-grow: 1;
    padding: 0;
    box-shadow: none;
  }
  .main-nav .asl_w_container #ajaxsearchlite1 .proinput input[type=search] {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .main-nav {
    margin: 0;
  }
}

.nav-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  gap: 6px;
}
@media screen and (min-width: 480px) {
  .nav-items {
    padding: 4px;
  }
}
@media screen and (min-width: 768px) {
  .nav-items {
    padding: 8px 4px;
    justify-content: start;
  }
}
@media screen and (min-width: 1024px) {
  .nav-items {
    margin-left: 16px;
  }
}

.nav-item {
  padding: 5px;
  flex: 1 1 60px;
}
@media screen and (min-width: 480px) {
  .nav-item {
    height: 48px;
    padding: 6px;
  }
  .nav-item.small {
    flex-grow: 0;
  }
}
@media screen and (min-width: 768px) {
  .nav-item {
    flex: 0 1 120px;
    position: relative;
  }
  .nav-item.small {
    flex: 1 1 55px;
    max-width: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .nav-item {
    flex: 0 1 fit-content;
    padding: 6px 18px;
  }
  .nav-item.small {
    flex: 0 1 70px;
    max-width: unset;
  }
}
.nav-item a, .nav-item span {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  font-size: 11px;
  height: 100%;
  cursor: pointer;
}
@media screen and (min-width: 480px) {
  .nav-item a, .nav-item span {
    flex-flow: row;
    justify-content: center;
    font-size: 16px;
  }
}
.nav-item i {
  font-size: 20px;
  position: relative;
}
@media screen and (min-width: 480px) {
  .nav-item i {
    font-size: 18px;
    margin-bottom: 0;
  }
  .nav-item i.fa-chevron-down {
    font-size: 14px;
    transition: transform 0.13s ease-in;
  }
}
.nav-item > a, .nav-item > span {
  flex-flow: column;
  gap: 2px;
}
@media screen and (min-width: 480px) {
  .nav-item > a, .nav-item > span {
    flex-flow: row;
    gap: 6px;
  }
}
.nav-item .item-count-badge {
  position: absolute;
  background: #e66a00;
  border-radius: 20px;
  padding: 1px 8px;
  font-weight: bold;
  top: -8px;
  right: 10px;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Open Sans", sans-serif;
  font-size: 15px;
}
.nav-item .nav-btn {
  padding: 12px 36px;
  border-radius: 50px;
  font-size: 16px;
  width: 100%;
  justify-content: center;
  height: auto;
}
@media screen and (min-width: 768px) {
  .nav-item .nav-btn {
    width: max-content;
  }
}
@media screen and (min-width: 1024px) {
  .nav-item .nav-btn {
    padding: 8px 32px;
  }
}
.nav-item .nav-login-btn {
  background: #50afa2;
}
.nav-item .nav-register-btn {
  color: #012243;
}
.nav-item .pointer {
  display: none;
}
@media screen and (min-width: 768px) {
  .nav-item .pointer {
    display: block;
  }
}
@media screen and (min-width: 480px) {
  .nav-item .touch {
    display: none;
  }
}
@media (hover) and (pointer: fine) {
  .nav-item:hover {
    background-color: #50afa2;
    border-radius: 50px;
  }
}
@media screen and (max-width: 480px) {
  .nav-item:active > a, .nav-item:active > span {
    animation: menuClicked 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  }
}
@media screen and (min-width: 768px) {
  .nav-item#nav-search:hover {
    background-color: transparent;
  }
}
@media screen and (min-width: 1024px) {
  .nav-item#nav-login.logged-out:hover {
    background-color: transparent;
  }
}

.nav-toggle .left {
  left: 8px;
  right: 8px;
}
@media screen and (min-width: 480px) {
  .nav-toggle .left {
    right: unset;
  }
}
.nav-toggle .right {
  left: 8px;
  right: 8px;
}
@media screen and (min-width: 480px) {
  .nav-toggle .right {
    left: unset;
  }
}

.nav-login-wrapper {
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .nav-login-wrapper {
    padding: 0;
    min-width: unset;
  }
}
.nav-login-wrapper .nav-login, .nav-login-wrapper .nav-register {
  flex-grow: 1;
}

.nav-menu {
  display: block;
  padding: 8px;
  visibility: hidden;
  background: #012243;
  position: absolute;
  bottom: 64px;
  border-radius: 20px;
}
@media screen and (min-width: 480px) {
  .nav-menu {
    top: 126px;
    bottom: unset;
  }
}
@media screen and (min-width: 768px) {
  .nav-menu {
    top: 58px;
  }
}
.nav-menu ul {
  list-style-type: none;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .nav-menu ul li.menu-item {
    padding: 4px 0;
  }
}
.nav-menu ul li.menu-item a {
  font-size: 16px;
  padding: 18px;
  justify-content: center;
  border-radius: 50px;
}
@media screen and (min-width: 480px) {
  .nav-menu ul li.menu-item a {
    justify-content: start;
    min-width: 150px;
    padding: 12px 24px;
    box-sizing: content-box;
  }
}

.active-toggle {
  background: #50afa2;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .active-toggle#nav-search {
    background: none;
  }
}
.active-toggle .nav-menu {
  visibility: visible;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.4117647059);
}
.active-toggle .nav-menu ul > li a:hover {
  background: #50afa2;
}
@media screen and (min-width: 768px) {
  .active-toggle .nav-menu {
    box-shadow: 0px 2px 12px 4px rgba(26, 26, 26, 0.3);
  }
}
.active-toggle .fa-chevron-down {
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  #nav-search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
  }
  #nav-search span {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  #nav-search {
    flex: 1 1 110px;
  }
}
#nav-search ul {
  position: relative;
  border-radius: 5px;
  max-height: 360px;
}
@media screen and (min-width: 768px) {
  #nav-search ul {
    position: absolute;
  }
}

@media screen and (min-width: 768px) {
  #nav-login {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 480px) {
  #games-btn {
    display: none;
  }
}

#searchform i.fa-search {
  font-size: 15px;
}

.search-wrapper {
  display: flex;
  flex-flow: column-reverse;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .search-wrapper {
    display: block;
    visibility: visible;
    position: static;
    padding: 0;
    flex-grow: 1;
    max-width: 300px;
    border: none;
  }
}
.search-wrapper input {
  flex-grow: 1;
  font-size: 16px;
  border-radius: 5px 0 0 5px;
  background-color: white;
  padding: 8px 12px;
  border: none;
}
.search-wrapper button {
  border-radius: 5px;
  background: #44958a;
  padding: 4px 12px;
  margin: 0 2px;
}

@media screen and (min-width: 1024px) {
  #nav-login .login-menu {
    display: flex;
    visibility: visible;
    align-items: center;
    height: 100%;
    position: static;
    padding: 0;
    flex-grow: 1;
    border: none;
    box-shadow: none;
  }
}
@media screen and (min-width: 1024px) {
  #nav-login.logged-out > span {
    display: none;
  }
}

/***** Footer  *****/
.footer-inner {
  display: flex;
  flex-flow: column;
  padding: 20px 16px 84px 16px;
  font-size: 15px;
  color: #8091a1;
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}
.footer-inner a {
  color: #44958a;
  text-decoration: none;
}
.footer-inner a:hover {
  color: #50afa2;
}
@media screen and (min-width: 480px) {
  .footer-inner {
    padding: 20px 20px 30px 20px;
  }
}

.footer-links {
  display: flex;
  align-items: center;
  flex-flow: column;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .footer-links {
    flex-flow: row;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.site-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 8px;
}

ul.social-icons {
  display: flex;
  list-style: none;
  font-size: 28px;
  justify-content: center;
  margin: 12px 0;
  gap: 16px;
}
ul.social-icons a {
  color: #8091a1;
}

.footer-credits span {
  margin: 0 4px;
}
@media screen and (min-width: 768px) {
  .footer-credits {
    text-align: left;
  }
}

@keyframes menuClicked {
  0% {
    opacity: 0.2;
    transform: scale(0.8, 0.8);
  }
  25% {
    opacity: 0.4;
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 0.1;
    transform: scale(0.001, 0.001);
  }
}
.cta-btn {
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 8px 18px;
  background: #44958a;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  color: white;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  cursor: pointer;
}
.cta-btn:hover {
  color: white;
  box-shadow: 0px 0px 4px 2px rgba(80, 175, 162, 0.7019607843);
  background: #50afa2;
}
.cta-btn:active {
  box-shadow: 1px 0px 6px 2px #50afa2;
  background: #50afa2;
}
.cta-btn:disabled {
  background: #b5b5b5;
  box-shadow: none;
  cursor: not-allowed;
}

.alt-cta-btn {
  background: white;
  color: #012243;
  cursor: pointer;
}
.alt-cta-btn:hover {
  color: #012243;
  box-shadow: 0px 0px 4px 2px rgba(255, 255, 255, 0.8666666667);
  background: white;
}
.alt-cta-btn:active {
  background: #f7f7f7;
}
.alt-cta-btn.active {
  background: #f7f7f7;
  box-shadow: 0px 0px 4px 2px rgba(255, 255, 255, 0.8666666667);
}

.icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

label.cc-checkbox {
  position: relative;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  padding: 0;
  line-height: normal !important;
}
label.cc-checkbox span.checkmark {
  display: block;
  position: static;
  height: 28px;
  width: 28px;
  background-color: rgba(255, 255, 255, 0.43);
  border: 1px solid rgba(66, 71, 117, 0.5);
  border-radius: 6px;
  margin-right: 8px;
}
label.cc-checkbox input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label.cc-checkbox input:checked ~ .checkmark {
  background-color: #424775;
}
label.cc-checkbox input:checked ~ .checkmark::after {
  display: block;
  position: absolute;
  content: "";
  left: 10px;
  top: 6px;
  width: 8px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  border-radius: 2px;
  transform: rotate(40deg);
}
label.cc-checkbox input.section-check:checked ~ .checkmark {
  background-color: white;
}
label.cc-checkbox input.section-check:checked ~ .checkmark::after {
  border-color: #424775;
}

button, input, select, textarea {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Open Sans", sans-serif;
}

input[type=submit].link-btn, button.link-btn {
  background: none;
  border: none;
  box-shadow: none;
  color: #666;
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
  padding: 10px 20px;
  font-weight: 700;
}

.cc-select {
  display: grid;
  grid-template-areas: "select";
  position: relative;
  align-items: center;
}
.cc-select select {
  grid-area: select;
  appearance: none;
}
.cc-select:not(.cc-select.disabled)::after {
  content: "";
  width: 0.8em;
  height: 0.5em;
  background-color: #493987;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  position: absolute;
  right: 16px;
}
.cc-select.disabled select {
  background-color: rgba(204, 204, 204, 0.15);
}

/**
*
* Popup styles
*
**/
::backdrop {
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.25);
}

.cc-popup {
  position: fixed;
  z-index: 9999;
  width: 94%;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.25);
  border: none;
}
@media screen and (min-width: 768px) {
  .cc-popup {
    width: 80%;
  }
}
@media screen and (min-width: 1440px) {
  .cc-popup {
    max-width: 960px;
  }
}
.cc-popup .close-popup {
  cursor: pointer;
}
.cc-popup .close-popup i {
  font-size: 25px;
}
.cc-popup .popup-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  align-items: center;
}
.cc-popup .popup-header .title {
  max-width: 85%;
  margin: 0;
}
.cc-popup p {
  margin-bottom: 16px;
}
.cc-popup .popup-content {
  overflow-y: auto;
  max-height: 85vh;
  padding: 18px;
}
@media screen and (min-width: 1024px) {
  .cc-popup .popup-content {
    padding: 18px 36px;
  }
}

.beehiiv__body {
  max-width: 800px;
  margin: 0 auto;
}
.beehiiv__body table, .beehiiv__body td, .beehiiv__body th {
  border: none !important;
}
.beehiiv__body .button {
  padding: 0;
}
.beehiiv__body .button__link {
  display: flex;
  padding: 10px 20px;
  border-radius: 20px;
  color: white;
}

.beehiiv__footer {
  display: none;
}

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