@charset "UTF-8";
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.datepicker.dropdown-menu {
  z-index: 10000 !important;
}

/* -- Fonts -- */
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.woff") format("woff");
}
@font-face {
  font-family: "Gotham-Light";
  src: url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.otf") format("opentype");
}
@font-face {
  font-family: "SouthbankLT";
  src: url("../fonts/southbanklt-webfont.woff2") format("woff2"), url("../fonts/southbanklt-webfont.woff") format("woff");
}
/* -- Global defaults -- */
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  width: 100%;
  font-family: "Gotham-Book", "Helvetica Neue", "Arial", sans-serif;
}

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

h2 {
  font-family: "Gotham-Book", "Helvetica Neue", "Arial", sans-serif;
  font-weight: normal;
  font-size: 200%;
}
@media screen and (min-width: 600px) {
  h2 {
    font-size: 250%;
  }
}

header ul, footer ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
header li, footer li {
  display: inline-block;
}

html.no-js .countdown.section {
  display: none;
}

.video-parent {
  max-width: 756px;
  margin: 0 auto;
  margin-top: 3em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section {
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 1em;
}
.section p {
  text-align: left;
}

header + .section {
  overflow: visible;
}

.browserupgrade {
  padding: 1em;
}
.browserupgrade a {
  text-decoration: underline;
  color: blue;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

button {
  color: inherit;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

form input, form button, form select {
  width: 100%;
  padding: 0.5em;
  border-radius: 0;
  border: none;
  line-height: 2;
}
form input[type=text], form input[type=phone], form input[type=email] {
  height: 3em;
}
form input[type=checkbox], form input[type=radio] {
  width: auto;
}
form label.checkbox {
  font-size: 100%;
}
form select {
  height: 3em;
  background: white;
}
form div.empty > label {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
form label {
  display: inline-block;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  font-size: 80%;
}
form .error {
  display: inline-block;
  color: red;
  font-size: 80%;
  margin-top: 0.2em;
}

.wpcf7 form label {
  display: block;
  font-size: 100%;
}
.wpcf7 form textarea {
  width: 100%;
}
.wpcf7 form input[type=submit] {
  width: auto;
  background: #ffaf3d;
  color: white;
  padding-left: 3em;
  padding-right: 3em;
}

nav#menu li.highlight {
  background: #E9C12C;
  opacity: 1;
}

button.register {
  font-family: "Gotham-Book", "Helvetica Neue", "Arial", sans-serif;
  background: #E9C12C;
  color: white;
  text-transform: uppercase;
  font-size: 140%;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  margin-bottom: 1em;
  width: 100%;
  max-width: 12em;
  font-weight: 600;
  line-height: 1.4;
}

.big-register {
  display: none;
  margin: 2em;
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 200%;
  color: white;
  font-weight: bold;
}
.big-register a {
  background: #32b0bd;
  padding: 0.5em 1em;
  text-transform: uppercase;
}

.checklist.embed .submit .button {
  background: #8cc832;
  color: white;
  border: 2px solid white;
  font-size: 120%;
}

/* -- Header -- */
header.section {
  font-family: "Gotham-Book", "Helvetica Neue", "Arial", sans-serif;
  height: 4em;
  background: #35b0bd;
  color: white;
  text-align: right;
  overflow: visible;
  position: relative;
  padding: 0;
}
header.section .content {
  position: relative;
  padding-left: 194.6666666667px;
}
@media screen and (min-width: 1200px) {
  header.section .content {
    padding-left: 292px;
  }
}
@media screen and (min-width: 1240px) {
  header.section .content {
    width: 1240px;
    margin: 0 auto;
  }
}
header.section a.logo {
  position: absolute;
  top: 0;
  left: 1em;
}
@media screen and (min-width: 1200px) {
  header.section a.logo {
    left: 7em;
  }
}
header.section img.logo {
  width: 100px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 600px) {
  header.section img.logo {
    width: 125px;
  }
}
@media screen and (min-width: 900px) {
  header.section img.logo {
    width: 166.6666666667px;
  }
}
@media screen and (min-width: 1200px) {
  header.section img.logo {
    width: 200px;
  }
}
header.section nav {
  text-transform: uppercase;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #35b0bd;
  z-index: 1000;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  opacity: 0;
  -webkit-transition: visibility 0s 0.2s, opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: visibility 0s 0.2s, opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: visibility 0s 0.2s, opacity 0.2s ease-in, transform 0.2s ease-in;
  transition: visibility 0s 0.2s, opacity 0.2s ease-in, transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
header.section nav li {
  display: block;
}
header.section nav li a {
  display: inline-block;
  padding: 0.5em 0.5em;
}
@media screen and (min-width: 1090px) {
  header.section nav li a {
    padding: 0.5em 0.6em;
  }
}
@media screen and (min-width: 1024px) {
  header.section nav {
    font-size: 100%;
    line-height: 3.5;
    position: static;
    visibility: visible;
    opacity: inherit;
    box-shadow: none;
    -webkit-transform: none;
            transform: none;
    height: auto;
    background: none;
    padding-right: 0.5em;
  }
  header.section nav li {
    display: inline-block;
    position: relative;
    opacity: 0.7;
    font-size: 90%;
  }
  header.section nav li.current, header.section nav li:hover {
    opacity: 1;
  }
  header.section nav li.current:after {
    content: "▾";
    position: absolute;
    bottom: -0.8em;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
header.section #toggle-menu {
  margin-right: 0.2em;
  position: relative;
  font-size: 3em;
  width: 1em;
  height: 1em;
  margin-top: 0.333em;
}
header.section #toggle-menu:before {
  position: absolute;
  width: 80%;
  height: 0.08em;
  left: 0.1em;
  top: 0.25em;
  background: white;
  content: " ";
  box-shadow: 0 0.21em 0 0 white, 0 0.42em 0 0 white;
  border-radius: 0.05em;
}
@media screen and (min-width: 1024px) {
  header.section #toggle-menu {
    display: none;
  }
}

.show-menu header.section nav {
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  transition: opacity 0.2s ease-in, transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

/* -- Generic main section -- */
header + .section {
  background: -webkit-linear-gradient(top, #dceef9, #fff);
  background: linear-gradient(to bottom, #dceef9, #fff);
  background-position: top;
  background-size: 100% 12em;
  background-repeat: no-repeat;
  padding-top: 3em;
}
@media screen and (min-width: 1200px) {
  header + .section {
    padding-top: 8em;
  }
}

body.page-template-default .main.section,
body.page-template-teachers-schools .main.section,
body.post-template-default .main.section,
body.page-template-prizes .main.section,
body.blog .main.section,
body.single-qsm_quiz .main.section,
body.category .main.section {
  text-align: left;
  padding-top: 3em;
  background: #dceef9;
  color: #466;
}
@media screen and (min-width: 1200px) {
  body.page-template-default .main.section,
body.page-template-teachers-schools .main.section,
body.post-template-default .main.section,
body.page-template-prizes .main.section,
body.blog .main.section,
body.single-qsm_quiz .main.section,
body.category .main.section {
    padding-top: 8em;
  }
}
body.page-template-default .main.section .content,
body.page-template-teachers-schools .main.section .content,
body.post-template-default .main.section .content,
body.page-template-prizes .main.section .content,
body.blog .main.section .content,
body.single-qsm_quiz .main.section .content,
body.category .main.section .content {
  max-width: 800px;
  margin: 0 auto;
}
body.page-template-default .main.section h3,
body.page-template-teachers-schools .main.section h3,
body.post-template-default .main.section h3,
body.page-template-prizes .main.section h3,
body.blog .main.section h3,
body.single-qsm_quiz .main.section h3,
body.category .main.section h3 {
  color: #32b0bd;
  font-size: 150%;
}
body.page-template-default .main.section h2,
body.page-template-teachers-schools .main.section h2,
body.post-template-default .main.section h2,
body.page-template-prizes .main.section h2,
body.blog .main.section h2,
body.single-qsm_quiz .main.section h2,
body.category .main.section h2 {
  color: #747476;
}
body.page-template-default .main.section p,
body.page-template-teachers-schools .main.section p,
body.post-template-default .main.section p,
body.page-template-prizes .main.section p,
body.blog .main.section p,
body.single-qsm_quiz .main.section p,
body.category .main.section p {
  line-height: 1.8;
}
body.page-template-default .main.section li,
body.page-template-teachers-schools .main.section li,
body.post-template-default .main.section li,
body.page-template-prizes .main.section li,
body.blog .main.section li,
body.single-qsm_quiz .main.section li,
body.category .main.section li {
  margin: 0.5em 0;
}
body.page-template-default .main.section a,
body.page-template-teachers-schools .main.section a,
body.post-template-default .main.section a,
body.page-template-prizes .main.section a,
body.blog .main.section a,
body.single-qsm_quiz .main.section a,
body.category .main.section a {
  text-decoration: underline;
  color: #35b0bd;
}

body.blog h2, body.category h2 {
  margin-bottom: 0.5em;
}
body.blog p, body.category p {
  margin: 0.5em 0;
}

.posts {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 540px) {
  .posts {
    margin-left: -20px;
  }
}
.posts .entry-summary {
  font-size: 80%;
  width: 100%;
  display: inline-block;
  background: white;
  clear: both;
  overflow: auto;
  margin-bottom: 2em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 540px) {
  .posts .entry-summary {
    max-width: 240px;
    margin-left: 20px;
    height: 34em;
  }
}
.posts .entry-summary h3.entry-title {
  font-size: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.posts .entry-summary h3.entry-title > a {
  text-decoration: none;
}
.posts .entry-summary img.size-post-thumbnail {
  display: block;
  width: 100%;
  height: 40%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.posts .entry-summary .post-date,
.posts .entry-summary .post-category {
  font-style: italic;
  margin-top: 0;
  font-size: 90%;
}
.posts .entry-summary .post-date a,
.posts .entry-summary .post-category a {
  text-decoration: none !important;
  color: inherit !important;
}
.posts .entry-summary .post-category {
  margin-bottom: 0;
}
.posts .entry-summary-body {
  padding: 0.5em;
}

.main.section ul.cat-list {
  list-style-type: none;
  padding: 0.5em;
  margin-bottom: 2em;
  background: #35b0bd;
  color: white;
}
.main.section ul.cat-list li.cat-item, .main.section ul.cat-list li.cat-item-all {
  display: inline-block;
  margin: 0 0.5em;
  text-transform: uppercase;
  font-size: 85%;
  opacity: 0.7;
}
.main.section ul.cat-list li.current-cat {
  opacity: 1;
}
.main.section ul.cat-list a {
  text-decoration: none;
  color: white;
}

body.blog .main.section li.cat-item-all {
  opacity: 1;
}

body.page-template-teachers-schools form .submit {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* -- Title section -- */
.title.section {
  font-family: "Gotham-Book", "Helvetica Neue", "Arial", sans-serif;
  background-color: #35b0bd;
  background-image: url("../images/bg-texture2.jpg");
  background-size: 1400px auto;
  background-repeat: no-repeat repeat;
  background-position: center 0;
  padding: 0;
  color: white;
  position: relative;
  padding-top: 0;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .title.section {
    overflow: visible;
    padding-left: 2em;
    padding-right: 2em;
    height: 750px;
  }
}
@media screen and (min-width: 1280px) {
  .title.section {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .title.section {
    background-position: center 0px;
  }
}
.title.section .welcome .register-button-parent {
  display: none;
}
@media screen and (min-width: 1024px) {
  .title.section .welcome .register-button-parent {
    display: inherit;
  }
}
.title.section .register-button-parent {
  text-align: center;
}
.title.section .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .title.section .content {
    display: -webkit-box;
    display: flex;
    gap: 2em;
    -webkit-box-pack: justify;
            justify-content: space-between;
    background: -webkit-linear-gradient(#32b0bd, rgba(50, 176, 189, 0)), url("../images/scene4-behind.png");
    background: linear-gradient(#32b0bd, rgba(50, 176, 189, 0)), url("../images/scene4-behind.png");
    background-size: 100% 2em, 800px auto;
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, 0 -2em;
  }
}
.title.section .mobile-welcome {
  max-width: 400px;
  margin: 0 auto;
  padding-top: 5em;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1024px) {
  .title.section .mobile-welcome {
    display: none;
  }
}
.title.section .mobile-welcome .title-image {
  margin-bottom: 2em;
}
.title.section .welcome {
  -webkit-box-ordinal-group: 3;
          order: 2;
  -webkit-box-flex: 0;
          flex: none;
  font-family: "Gotham-Light", "Helvetica Neue", "Arial", sans-serif;
  text-align: center;
  position: relative;
  z-index: 100;
}
.title.section .welcome .intro-title, .title.section .welcome .dates {
  display: none;
}
@media screen and (min-width: 1024px) {
  .title.section .welcome {
    margin-top: 5em;
    width: 400px;
  }
  .title.section .welcome .intro-title, .title.section .welcome .dates {
    display: inherit;
  }
}
.title.section .intro {
  margin-bottom: 0.5em;
  font-size: 200%;
}
.title.section .dates {
  font-size: 175%;
  margin-bottom: 1em;
}
.title.section .dates div {
  display: inline;
}
.title.section .title-image {
  position: relative;
  width: 100%;
  margin-bottom: 0.5em;
}
.title.section .intro-title {
  margin-bottom: 0.5em;
  text-align: center;
}
.title.section .pardot-embed {
  width: 100%;
  background: rgb(139, 215, 223);
  padding: 1em;
}
.title.section .pardot-embed iframe {
  max-width: 30em;
}
.title.section .countdown {
  -webkit-box-ordinal-group: 2;
          order: 1;
  width: 100%;
  max-width: 768px;
  font-size: 2.2vw;
  margin: 0 auto;
  top: -3em;
  position: relative;
  height: 58vw;
  padding-top: 37vw;
  background: url("../images/scene4-bottom.png");
  background-size: 110% auto;
  background-repeat: no-repeat, no-repeat;
  background-position: center 0;
}
@media screen and (min-width: 768px) {
  .title.section .countdown {
    background-size: 100% auto;
    font-size: 90%;
    width: 768px;
    height: 450px;
    padding-top: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .title.section .countdown {
    top: 0;
    height: 700px;
    padding-top: 530px;
    background: none;
  }
}
@media screen and (min-width: 1080px) {
  .title.section .countdown {
    font-size: 100%;
  }
}
/* -- Countdown section -- */
#counter {
  -webkit-user-select: none;
          user-select: none;
}
#counter > div:first-child {
  margin-left: 0;
}
#counter > div {
  display: inline-block;
  margin-left: 0.8em;
}
#counter .label {
  display: inline-block;
  font-family: "Gotham-Light", "Helvetica Neue", "Arial", sans-serif;
  font-size: 110%;
  color: white;
  margin-top: 1em;
}
#counter .digit {
  font-size: 380%;
  margin: 0 0.04em;
}

/* -- Get involved section -- */
.get-involved.section {
  padding: 2em 1em;
  text-align: center;
  background: #e9f4fa;
  color: #555;
}
.get-involved.section a {
  text-decoration: underline;
}
.get-involved.section a.app {
  font-style: italic;
}
.get-involved.section h2 {
  font-size: 150%;
}
.get-involved.section .steps {
  display: -webkit-box;
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}
.get-involved.section .steps > div {
  position: relative;
  text-align: center;
  padding: 0 3em;
}
.get-involved.section .steps img {
  width: 65px;
}
.get-involved.section .steps h3 {
  margin-bottom: 0;
}
.get-involved.section .steps p {
  text-align: center;
  margin-top: 0;
  padding: 0 1em;
}
.get-involved.section .steps .step-line {
  position: absolute;
  left: 1em;
  top: 0;
  bottom: 0;
}
.get-involved.section .steps .step-line span {
  position: relative;
  top: 5.1em;
  display: inline-block;
  background: #32b0bd;
  font-weight: bold;
  width: 2em;
  height: 2em;
  line-height: 2;
  color: white;
  border-radius: 1em;
  z-index: 1;
}
.get-involved.section .steps .step-line .line {
  position: absolute;
  left: 0.9em;
  top: 5.1em;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='0' y1='0' x2='0' y2='100%25' fill='none' stroke='%2332b0bd' stroke-width='6' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  width: 4px;
}
@media screen and (min-width: 520px) {
  .get-involved.section .steps > div {
    width: 240px;
    padding: 0;
    margin-bottom: 1em;
  }
  .get-involved.section .steps .step-line {
    position: relative;
    left: 0;
    top: 0;
    margin: 1em 0;
  }
  .get-involved.section .steps .step-line span {
    top: 0;
  }
  .get-involved.section .steps .step-line .line {
    display: none;
  }
}
.get-involved.section .subsection {
  margin-bottom: 3em;
}
.get-involved.section .image {
  display: none;
}
@media screen and (min-width: 1000px) {
  .get-involved.section {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .get-involved.section .content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .get-involved.section .subsection {
    vertical-align: middle;
  }
  .get-involved.section .subsection.image {
    text-align: center;
    padding: 0 1em;
  }
  .get-involved.section .image {
    display: block;
  }
  .get-involved.section .image img {
    width: 240px;
    border: 7px solid white;
    box-shadow: -5px -5px 15px rgba(0, 0, 0, 0.3);
  }
  .get-involved.section .image img#photo-1 {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  .get-involved.section .image img#photo-2 {
    -webkit-transform: rotate(10deg) translateY(-7px);
            transform: rotate(10deg) translateY(-7px);
  }
}

/* -- FAQ & Testimonial section -- */
.faq.section, .testimonial {
  background: #35b0bd;
  background-image: url("../images/bg-texture2.jpg");
  background-repeat: no-repeat repeat;
  background-size: 1400px auto;
  text-align: center;
  border-bottom: 2px solid #e9f4fa;
  /*
  	.box p::before {
  		display: inline-block;
  		content: '“';
  		color: white;
  		transform: scale(2) translateY(1px);
  	}
  	.box p::after {
  		display: inline-block;
  		content: '”';
  		color: white;
  		transform: scale(2) translateY(1px);
  	}
  */
}
.faq.section h2, .testimonial h2 {
  font-size: 150%;
}
.faq.section ul, .testimonial ul {
  text-align: left;
  padding: 0;
}
.faq.section li, .testimonial li {
  list-style-type: none;
  background: white;
  margin-bottom: 1em;
}
.faq.section .question, .testimonial .question {
  position: relative;
  cursor: pointer;
  padding: 0.5em;
  padding-left: 3em;
  padding-right: 2em;
}
.faq.section .question::before, .testimonial .question::before {
  position: absolute;
  left: 0.5em;
  top: 0;
  line-height: 2em;
  content: ">";
  font-weight: bold;
  display: inline-block;
  font-size: 120%;
}
.faq.section .expanded .question::before, .testimonial .expanded .question::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq.section .expanded .question, .testimonial .expanded .question {
  background: #eee;
}
.faq.section .question:hover, .testimonial .question:hover {
  background: #eee;
}
.faq.section .answer, .testimonial .answer {
  padding: 0.5em;
  padding-left: 3em;
  padding-right: 2em;
  display: none;
}
.faq.section li.expanded .answer, .testimonial li.expanded .answer {
  display: block;
}
.faq.section .more, .testimonial .more {
  margin-top: 2em;
  text-align: right;
}
.faq.section .content, .testimonial .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.faq.section .boxes, .testimonial .boxes {
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 3em;
  margin-bottom: 3em;
  display: -webkit-box;
  display: flex;
  gap: 2em;
}
.faq.section .box, .testimonial .box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 18em;
  padding: 2em;
  border: 1px solid white;
  text-align: center;
}
.faq.section .box p, .testimonial .box p {
  text-align: center;
}
@media screen and (min-width: 800px) {
  .faq.section, .testimonial {
    text-align: left;
  }
  .faq.section .question, .faq.section .answer, .testimonial .question, .testimonial .answer {
    font-size: 120%;
  }
  .faq.section .boxes, .testimonial .boxes {
    -webkit-box-pack: center;
            justify-content: center;
  }
}

/* -- Page links section -- */
.page-links.section {
  background: #e9f4fa;
}
.page-links.section .pages {
  margin: 2em 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 2em;
  flex-wrap: wrap;
}
.page-links.section .pages a {
  text-align: left;
  width: 15em;
}
.page-links.section .pages img {
  width: 100%;
  border: 2px solid #32b0bd;
}

/* -- Register section -- */
.register.section {
  background: #35b0bd;
  background-image: url("../images/bg-texture2.jpg");
  background-repeat: no-repeat repeat;
  background-size: 1400px auto;
  text-align: left;
}
.register.section h2 {
  color: white;
}
.register.section .subsection.image {
  display: none;
}
@media screen and (min-width: 800px) {
  .register.section {
    overflow: hidden;
  }
  .register.section .form-container {
    max-width: 360px;
  }
  .register.section .content {
    display: table;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .register.section .subsection {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 1em;
  }
  .register.section .subsection.form {
    width: 360px;
  }
  .register.section .subsection.image {
    display: table-cell;
    overflow: visible;
  }
  .register.section .subsection.image > div {
    width: 0;
    height: 0;
  }
  .register.section .subsection.image img {
    margin-top: 150px;
    margin-left: 2em;
    width: 700px;
  }
}
@media screen and (min-width: 800px) and (min-width: 900px) {
  .register.section .subsection.image img {
    width: 910px;
  }
}
.register.section form {
  text-align: left;
}
.register.section input[type=checkbox], .register.section input[type=radio] {
  display: inline;
}
.register.section label.checkbox {
  margin-top: 1em;
}
.register.section button {
  margin: 1em auto;
  display: block;
}

/* -- App section -- */
.app.section {
  background-color: #f1f8fc;
}
.app.section h2 {
  color: #747476;
}
.app.section .download img {
  height: 60px;
  margin: 10px;
}
@media screen and (min-width: 620px) {
  .app.section .download img {
    height: 80px;
  }
}

/* -- Prizes Page -- */
body.page-template-prizes .main.section .content {
  max-width: 1000px;
}

body:not(.checklist-submitted) .if-checklist-submitted {
  display: none;
}

.prize-entry.section {
  background: #35b0bd;
  background-image: url("../images/bg-texture2.jpg");
  background-size: 1400px auto;
  background-position: center;
  background-repeat: no-repeat repeat;
  text-align: left;
  color: white;
  overflow: visible;
  padding-top: 2em;
  padding-bottom: 4em;
}
@media screen and (min-width: 1200px) {
  .prize-entry.section {
    padding-top: 2em;
  }
}
.prize-entry.section .register-button-parent {
  text-align: center;
}
.prize-entry.section button.register {
  background-color: #85cb28;
}
.prize-entry.section h3 {
  color: #f67300;
  font-family: "Roboto", "Helvetica Neue", "Arial", sans-serif;
  margin-bottom: 0;
  font-size: 190%;
  font-weight: 500;
}
.prize-entry.section h2 {
  color: white;
  margin: 0;
  font-weight: 500;
}
.prize-entry.section span.big-win {
  display: inline-block;
  font-family: "Gotham-Book", "Helvetica Neue", "Arial", sans-serif;
  color: white;
  font-weight: normal;
  font-size: 6em;
  line-height: 1;
  margin-top: 0.5em;
}
@media screen and (min-width: 800px) {
  .prize-entry.section span.big-win {
    margin-top: 0;
  }
}
.prize-entry.section button {
  margin-top: 1em;
}
.prize-entry.section .prizes {
  text-align: center;
}
.prize-entry.section .prizes > p {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 30em;
}
@media screen and (min-width: 800px) {
  .prize-entry.section .content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 3em;
  }
}
.prize-entry.section ul.photos {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 2em;
          column-gap: 2em;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  list-style-type: none;
  padding: 0;
  margin-bottom: 2em;
}
.prize-entry.section ul.photos > li {
  width: 100%;
  position: relative;
  margin-bottom: 1em;
}
.prize-entry.section ul.photos > li.binoculars,
.prize-entry.section ul.photos > li.olympus {
  text-align: center;
}
.prize-entry.section ul.photos > li.binoculars img,
.prize-entry.section ul.photos > li.olympus img {
  max-width: 400px;
  width: 100%;
}
.prize-entry.section ul.photos > li span {
  display: none;
}
.prize-entry.section ul.photos > li > h4 {
  display: none;
}
.prize-entry.section ul.photos .description {
  padding: 1em;
  text-align: left;
  font-size: 90%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 1em;
}
.prize-entry.section ul.photos .description a {
  text-decoration: underline;
  color: #333;
}
.prize-entry.section ul.photos .description h4 {
  font-weight: bold;
  font-size: 120%;
  margin: 0;
}
.prize-entry.section ul.photos .description li {
  margin: 0.5em 0;
}
.prize-entry.section ul.photos > li img {
  width: 50%;
  max-width: 240px;
  border: 4px solid white;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.prize-entry.section ul.photos > li img.no-border {
  border: none;
  box-shadow: none;
}
@media screen and (min-width: 800px) {
  .prize-entry.section ul.photos > li > h4 {
    display: block;
  }
  .prize-entry.section ul.photos > li {
    width: 15em;
  }
  .prize-entry.section ul.photos > li img {
    width: 100%;
  }
  .prize-entry.section ul.photos > li.binoculars,
.prize-entry.section ul.photos > li.olympus {
    width: 45%;
  }
  .prize-entry.section ul.photos .description {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 60%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    width: 250px;
    z-index: 10;
    font-size: 80%;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear, visibility 0.2s step-end;
    transition: opacity 0.2s linear, visibility 0.2s step-end;
    color: #333;
    background: white;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    border-radius: 0.2em;
  }
  .prize-entry.section ul.photos .description span {
    display: inline;
  }
  .prize-entry.section ul.photos .binoculars .description {
    width: 500px;
    top: 80%;
    left: 40%;
  }
  .prize-entry.section ul.photos .olympus .description {
    width: 500px;
    top: 80%;
    left: 60%;
  }
  .prize-entry.section ul.photos li:hover .description {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear, visibility 0.2s step-start;
    transition: opacity 0.2s linear, visibility 0.2s step-start;
  }
}
@media screen and (min-width: 800px) {
  html.no-csstransforms3d .prize-entry.section ul.photos .description {
    top: 0;
  }
}
/*-- Supporters page --*/
body.supporters .app.section {
  background-image: none;
}

.supporters.section {
  padding: 0;
}
.supporters.section h3 {
  padding: 4em 1em 1em 1em;
  font-size: 150%;
  margin: 0;
  background: -webkit-linear-gradient(top, #dceef9, #fff);
  background: linear-gradient(to bottom, #dceef9, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dceef9", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
  color: #747476;
}
@media screen and (min-width: 1200px) {
  .supporters.section h3 {
    padding-top: 7em;
  }
}
.supporters.section h4 {
  font-size: 150%;
  color: #32b0bd;
}
.supporters.section ul {
  list-style-type: none;
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
  background: white;
}
.supporters.section li {
  display: inline-block;
  width: 150px;
  margin: 30px;
}
.supporters.section li img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1015px) {
  .supporters.section li {
    margin: 50px;
  }
}

/* Submit a count */
body.page-template-submit-count header + .section {
  background: #dceef9;
}
@media screen and (min-width: 1200px) {
  body.page-template-submit-count header + .section {
    padding-top: 4em;
  }
}
body.page-template-submit-count select {
  background: #fff;
}
body.page-template-submit-count input, body.page-template-submit-count select {
  border-radius: 5px;
  border: none;
  height: 2.5em;
}
body.page-template-submit-count .section.main .content > p {
  padding-top: 3em;
  padding-bottom: 3em;
  max-width: 800px;
  margin: 0 auto;
  font-size: 150%;
}
body.page-template-submit-count .section.main .content .holding-message p {
  padding: 0;
  margin: 1em auto;
  max-width: 800px;
  font-size: 115%;
  line-height: 1.5;
}
body.page-template-submit-count .section.main .content .holding-message p:first-child {
  padding-top: 2em;
  font-weight: bold;
  font-size: 140%;
}
body.page-template-submit-count .section.main .content .holding-message p a {
  text-decoration: underline;
  color: blue;
}
body.page-template-submit-count h2 {
  font-weight: bold;
}

/* Statistics */
body.page-template-statistics input {
  border: 1px solid #ccc;
}
body.page-template-statistics .thumb {
  border-radius: 5px;
}
body.page-template-statistics .app.section {
  background-image: none;
}
body.page-template-statistics .sightings-map {
  margin-bottom: 3em;
}
body.page-template-statistics .statistics-selector.section {
  background: #dceef9;
  background: -webkit-linear-gradient(top, #dceef9, #fff);
  background: linear-gradient(to bottom, #dceef9, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dceef9", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
  padding-top: 5em;
  overflow: hidden;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  body.page-template-statistics .statistics-selector.section {
    padding-top: 10em;
  }
}
body.page-template-statistics .statistics-selector.section .content {
  max-width: 1000px;
  margin: 0 auto;
}
body.page-template-statistics .statistics-selector.section .tab {
  display: inline-block;
  padding: 0.5em 1em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  background: #85cb28;
  border-radius: 2em;
  cursor: pointer;
  font-family: "Gotham-Medium", "Helvetica Neue", "Arial", sans-serif;
  border: 1px solid #85cb28;
  color: rgba(255, 255, 255, 0.8);
}
body.page-template-statistics .statistics-selector.section .tab.current, body.page-template-statistics .statistics-selector.section .tab:hover {
  opacity: 1;
  color: white;
  box-shadow: 0 0 0 2px white inset;
}
body.page-template-statistics .statistics.section {
  background: white;
  min-height: 600px;
}
body.page-template-statistics .statistics.embed {
  display: none;
  max-width: 1000px;
  margin-top: 0;
}
body.page-template-statistics .statistics.embed a {
  text-decoration: underline;
  opacity: 0.8;
}
body.page-template-statistics .statistics.embed a:hover {
  opacity: 1;
}
body.page-template-statistics .statistics.embed .stats {
  width: 100%;
}
body.page-template-statistics .statistics.embed .species-list {
  font-size: 80%;
}
body.page-template-statistics .statistics.embed .species-list > h3 {
  color: #f67300;
}
body.page-template-statistics .statistics.embed .species-list ul {
  width: 100%;
}
body.page-template-statistics .statistics.embed .species-list ul li {
  display: inline-block;
  width: 22em;
}
body.page-template-statistics .statistics.embed .values {
  max-width: 400px;
  border-radius: 5px;
  background: #85cb28;
  color: white;
  padding: 1em;
}
body.page-template-statistics .statistics.embed.current {
  display: block;
}

/* -- Footer -- */
footer.section {
  color: #495962;
  font-size: 110%;
  font-weight: 500;
}
@media screen and (min-width: 800px) {
  footer.section .content {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  footer.section .subsection {
    display: table-cell;
    width: 34%;
    padding-right: 2%;
    vertical-align: top;
  }
  footer.section .subsection:last-child {
    width: 32%;
    padding-right: 0;
  }
  footer.section .subsection.image {
    display: table-cell;
  }
  footer.section .subsection.events ul {
    height: 20em;
    overflow: scroll;
    border-bottom: 1px solid #eee;
  }
}
footer.section .subsection.events h4 {
  margin: 0;
}
footer.section .subsection.events ul {
  width: 100%;
  text-align: left;
  font-size: 85%;
}
footer.section .subsection.events li {
  width: 100%;
  padding: 0.5em;
  border-bottom: 1px solid #eee;
}
footer.section .subsection.events span.date {
  font-size: 90%;
}
footer.section h3 {
  color: #32b0bd;
  padding: 0.5em 5px;
  border-bottom: 1px solid #32b0bd;
  text-align: left;
  margin-bottom: 0;
  font-size: 150%;
}
footer.section nav {
  text-align: left;
}
footer.section nav li {
  display: block;
  border-top: 1px solid #eee;
}
footer.section nav a {
  display: inline-block;
  padding: 0.6em 5px;
}
footer.section nav li:first-child {
  border: none;
}
footer.section .social span {
  font-weight: bold;
}
footer.section .social ul {
  max-width: 350px;
  margin: 0 auto;
}
footer.section .social img {
  width: 78px;
  margin: 15px 20px;
}
footer.section .credits {
  max-width: 32em;
  margin: 0 auto;
}
footer.section .credits p {
  text-align: center;
}
footer.section .credits img {
  width: 100px;
  margin: 20px;
}
@media screen and (min-width: 400px) {
  footer.section .credits img {
    width: 140px;
  }
}
footer.section hr {
  border-color: #32b0bd;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 2em;
}

section.entry-content.accordion h3 {
  margin: 0;
  padding: 0.5em 0;
}
section.entry-content.accordion p {
  margin: 0;
  padding: 0.25em 0;
}

body.page-id-284 section.entry-content ul {
  padding: 0;
  list-style-type: none;
  text-align: left;
}
@media screen and (max-width: 450px) {
  body.page-id-284 section.entry-content ul {
    text-align: center;
  }
}
body.page-id-284 section.entry-content ul li {
  display: inline-block;
  width: 195px;
  vertical-align: top;
  text-align: center;
  padding-right: 10px;
}
body.page-id-284 section.entry-content ul li img {
  width: 100%;
}

#tribe-events-bar {
  border: 1px solid #ccc;
}

.qsm-before-message img {
  max-width: 640px;
  width: 100%;
  height: auto;
}

/* --- Pardot form --- */
body {
  margin: 0;
}

iframe.registration-iframe {
  width: 100%;
  border: none;
  overflow: hidden;
  height: 1100px;
}

#pardot-form .form-field {
  display: block;
}

#pardot-form label {
  display: block;
  float: none;
  text-align: left;
  width: auto;
  font-size: 0.85rem;
}

#pardot-form label.inline {
  display: inline;
  font-size: 1rem;
}

#pardot-form input.date {
  background: white;
}

#pardot-form input.text, #pardot-form input.date {
  width: 100%;
  font-size: 1rem;
  color: black;
  padding: 0.5em;
}

#pardot-form {
  font: inherit;
  padding: 0;
  color: #fff;
}

#pardot-form p {
  margin: 0;
}

#pardot-form input[type=submit] {
  background: #85cb28;
  color: white;
  max-width: 12em;
  font-weight: 500;
  line-height: 1.8;
  font-size: 1.2rem;
  margin: 1em auto;
  display: block;
  cursor: pointer;
}

html.no-csstransforms3d .digit .next {
  display: none;
}

.digit {
  position: relative;
  width: 0.9em;
  height: 1.2em;
  display: inline-block;
  font-family: "Gotham-Book", "Helvetica Neue", "Arial", sans-serif;
  font-weight: normal;
  color: #333;
  text-align: center;
}
.digit span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #f7f7f7;
  font-size: 95%;
  line-height: 1.3;
}
.digit .top {
  height: 50%;
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.digit .top:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
}
.digit .bottom {
  background: -webkit-linear-gradient(top, #eee, #fff);
  background: linear-gradient(to bottom, #eee, #fff);
}
.digit .current.bottom {
  z-index: 1;
  -webkit-transform: translateZ(0.1px);
          transform: translateZ(0.1px);
}
.digit .next.bottom {
  -webkit-transition: -webkit-transform 0.2s 0.2s linear;
  transition: -webkit-transform 0.2s 0.2s linear;
  transition: transform 0.2s 0.2s linear;
  transition: transform 0.2s 0.2s linear, -webkit-transform 0.2s 0.2s linear;
  -webkit-transform: translateZ(0.2px) rotate3d(1, 0, 0, 90deg);
          transform: translateZ(0.2px) rotate3d(1, 0, 0, 90deg);
  z-index: 2;
}
.digit.show-next .next.bottom {
  -webkit-transform: translateZ(0.2px) rotate3d(1, 0, 0, 0);
          transform: translateZ(0.2px) rotate3d(1, 0, 0, 0);
}
.digit .next.top {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  z-index: 3;
  -webkit-transform: translateZ(0.3px);
          transform: translateZ(0.3px);
}
.digit .current.top {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  z-index: 4;
  -webkit-transform: translateZ(0.4px) rotate3d(1, 0, 0, 0);
          transform: translateZ(0.4px) rotate3d(1, 0, 0, 0);
}
.digit.show-next .current.top {
  -webkit-transform: translateZ(0.4px) rotate3d(1, 0, 0, -90deg);
          transform: translateZ(0.4px) rotate3d(1, 0, 0, -90deg);
  background: #eee;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after,
*:first-letter,
*:first-line {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}