/*
Theme Name: The Accessible Web theme
Theme URI: https://www.theaccessibleweb.co.uk
Author: Govi Tusler, Dan Conway, Hanuman Hook
Author URI: https://www.theaccessibleweb.co.uk
Description: A completely custom theme tailored to your needs
Version: 1.0.0
License: Not for use by anyone except The Accessible Web personell
*/
.single .nav-links, .blog .more-link, .leaderboards-wrap, .leaderboard-buttons, .error404 .entry-content, .footer-inner, .more-link, .wp-block-columns, .entry-header,
.wp-block-column, .content-pad {
  width: 100% !important;
  padding: 0 16px;
  max-width: 928px !important;
  margin: 0 auto !important;
}
@media (min-width: 960px) {
  .single .nav-links, .blog .more-link, .leaderboards-wrap, .leaderboard-buttons, .error404 .entry-content, .footer-inner, .more-link, .wp-block-columns, .entry-header,
  .wp-block-column, .content-pad {
    padding: 0;
  }
}

p,
div {
  font-size: 16.8px;
  margin-top: 0;
  letter-spacing: 1px;
}
a {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "moderat", sans-serif;
  color: #180428;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 16px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
  color: #180428;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
}

mark {
  background: yellow;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -new-list()-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -moz-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -new-list()-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -new-list()-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

fieldset {
  border: 1px solid c(fieldsetBorder);
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

html {
  -new-list()-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -new-list()-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fafafa;
  color: #180428;
  font-family: "moderat", sans-serif;
  line-height: 1.5;
}

blockquote,
q {
  quotes: '" "';
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  background-color: c(hrBg);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: #444444;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: underline;
  transition: color 0.2s;
}
a:visited {
  color: #000;
}
a:hover, a:focus, a:active {
  color: #000;
}
a:focus {
  outline: thin dotted;
  color: #000;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: gsc(screenBg);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(34, 34, 34, 0.1333333333);
  clip: auto !important;
  color: gsc(screenColor);
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  font-weight: bold;
  font-size: 0.875rem;
}

.site-content {
  min-height: 60vh;
  width: 100%;
}

.entry-content .wp-block-columns:nth-child(odd) {
  flex-direction: column-reverse;
}
@media (min-width: 782px) {
  .entry-content .wp-block-columns:nth-child(odd) {
    flex-direction: row;
  }
}

.wp-block-columns .plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: flex !important;
  justify-content: space-between;
  padding: 1em;
  border: 2px solid #180428;
}

.butt {
  padding: 2em;
}

.site-footer {
  box-shadow: 1px -1px 6px -5px #222;
  padding: 0 1em;
}

.footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  padding: 1em;
  margin-top: 2em !important;
  margin-bottom: 3em !important;
}
@media (min-width: 600px) {
  .footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 1em !important;
    padding: 0;
  }
}
.footer-inner .footer-left,
.footer-inner .footer-center,
.footer-inner .footer-right {
  flex: 0 0 100%;
}
@media (min-width: 600px) {
  .footer-inner .footer-left,
  .footer-inner .footer-center,
  .footer-inner .footer-right {
    flex: 1 1 30%;
  }
}
.footer-inner .footer-left ul {
  list-style: none;
}
.footer-inner .footer-center {
  text-align: center;
}
.footer-inner .footer-center .copy-text {
  margin-bottom: 8px;
}
.footer-inner .footer-right {
  text-align: center;
}
@media (min-width: 600px) {
  .footer-inner .footer-right {
    text-align: right;
  }
}
.footer-inner .footer-right a {
  margin-bottom: 0;
}

.header-mask {
  height: 66px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.site-header {
  background-color: #fafafa;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 1px 1px 6px -5px #222;
}
.site-header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1em;
  max-width: 1080px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .site-header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.site-header.fixed {
  position: fixed;
  width: 100%;
  height: 54px;
}
.site-header.fixed .site-header-inner {
  padding: 4px 8px;
}
.site-header.fixed .site-header-inner .site-title {
  margin: 0;
  line-height: 0;
}
.site-header.fixed .site-header-inner .site-title a {
  top: 8px;
}
.site-header.fixed .site-header-inner .site-title img {
  max-height: 40px;
  margin: 0;
}
.site-title {
  flex: 0 0 100%;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 600px) {
  .site-title {
    flex: 1 1 50%;
    text-align: left;
  }
}
.site-title a {
  color: #180428;
  top: 16px;
}
.site-title img {
  max-width: 100%;
  height: 44px;
}

.main-nav {
  padding: 0;
  list-style: none;
  margin: 0;
}
@media (min-width: 800px) {
  .main-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: justify;
    -ms-flex-align: justify;
    -webkit-align-items: space-evenly;
    align-items: space-evenly;
  }
}
.main-nav .menu-item {
  display: block;
  width: 100%;
}
@media (min-width: 800px) {
  .main-nav .menu-item {
    width: auto;
  }
}
.main-nav .menu-item a {
  display: block;
  width: 100%;
  padding: 8px 16px;
  color: #444444;
  text-align: center;
}
@media (min-width: 800px) {
  .main-nav .menu-item a {
    text-align: right;
    width: auto;
    padding: 16px;
  }
}
.main-nav .icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.main-nav .icons.icon {
  padding: 0;
}
@media (min-width: 800px) {
  .main-nav .icons.icon {
    text-align: right;
    width: auto;
    padding: 0 16px !important;
  }
}

.sclmm {
  background-color: #fff;
  color: #180428;
}

.menu-menu-1-container {
  display: none;
}

.menu-footer-menu-container .menu {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
@media (min-width: 600px) {
  .menu-footer-menu-container .menu {
    text-align: left;
  }
}

.home .hero {
  height: 400px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.home .hero-tag {
  width: 100%;
  text-align: center;
  color: #fff;
}
.home .techstack {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.home .techstack-item {
  padding: 8px;
  flex: 1 1 8%;
}
.home .techstack-img {
  filter: grayscale(100%);
  transition-duration: 0.4s;
}
.home .techstack-img:hover {
  filter: grayscale(0%);
}
.home .techstack-title {
  flex: 0 0 100%;
  text-align: center;
}

.leaderboard-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.leaderboard-buttons .leaderboard-button {
  flex: 1 1 33%;
}

.leaderboards-wrap {
  padding: 0 !important;
  position: relative;
  min-height: 20em;
}
@media (min-width: 900px) {
  .leaderboards-wrap {
    min-height: 24em;
  }
}
.leaderboards-wrap .leaderboard {
  opacity: 1;
  transition-duration: 0.4s;
  width: 100%;
  position: absolute;
}
.leaderboards-wrap .leaderboard-list {
  margin: 0;
  padding: 8px;
  background-color: #fff;
  border: 2px solid #444444;
}
@media (min-width: 900px) {
  .leaderboards-wrap .leaderboard-list {
    padding: 3em;
  }
}
.leaderboards-wrap .leaderboard-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 2px solid #444444;
}
.leaderboards-wrap .leaderboard-item div {
  flex: 1 1 100px;
  text-align: center;
}
.leaderboards-wrap .leaderboard-item div.name {
  text-align: left;
  max-width: 30%;
  overflow: hidden;
}
.leaderboards-wrap .leaderboard-item div.pos {
  flex: 0 0 50px;
  margin-right: 8px;
  background-color: #444444;
  text-align: center;
  color: #fff;
}
.leaderboards-wrap .leaderboard-item div .trophy-img {
  max-height: 22px;
}
.leaderboards-wrap .leaderboard .header {
  font-size: 0.8em;
}
@media (min-width: 900px) {
  .leaderboards-wrap .leaderboard .header {
    font-size: 1.2em;
  }
}
.leaderboards-wrap .hide {
  opacity: 0;
  position: absolute;
}

.blog .more-link {
  display: block !important;
}

.nomargin {
  margin: 0 0 0 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.wp-block-button__link {
  background-color: #180428 !important;
  color: #fff !important;
}
.wp-block-button__link a {
  color: #fafafa !important;
  text-decoration: underline !important;
}
.wp-block-button__link a:hover {
  color: #fff !important;
}

.light-col {
  background-color: #fafafa;
  padding: 1em;
  color: #180428;
  border: 2px solid #180428;
  transition-duration: 0.4s;
  text-align: justify;
}

.dark-col {
  background-color: #180428 !important;
  padding: 1em;
  transition-duration: 0.4s;
  text-align: justify;
}
.dark-col p,
.dark-col a {
  color: #fafafa !important;
}
.dark-col .btn {
  background-color: #fafafa !important;
}
.dark-col .btn a {
  color: #180428 !important;
  text-decoration: underline !important;
}
.dark-col .btn a:hover {
  background-color: #180428 !important;
  color: #fafafa !important;
}

.pad {
  padding: 1em;
}

.single .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}