/*
Theme Name: MaeKing
Theme URI:
Author: Brad Pickford
Author URI: http://noanchovies.com.au
Description: This is a sample theme created for the WordPress and Genesis: Building Child Themes from Scratch course at Lynda.com
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: 
Template: genesis
Text Domain: MaeKing
*/
/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background: 0 0;
}

a:active, a:hover {
  outline: 0;
}

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

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #333;
}

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 {
  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] {
  -webkit-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] {
  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;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

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

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* Extras */
li {
  list-style: none;
}

ul {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

@font-face {
  font-family: "franklin-gothic-urw";
  src: url("../fonts/Franklin Gothic URW Book.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "franklin-gothic-urw";
  src: url("../fonts/Franklin Gothic URW Medium.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}
/* Colours */
/* Fonts */
/* Page Breaks */
/* Container widths */
/* Tables DIVs etc defaults */
/* Header */
/*buttons */
/* Tabs, Accordians */
/* Menu Icon */
/* dashes etc */
/* Transitions */
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
input,
select,
textarea {
  color: white;
  font-family: franklin-gothic-urw, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  font-size: 1.25rem;
  line-height: 1.25;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 125%;
  clear: both;
  font-weight: normal;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

h1 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark p,
.dark {
  color: white;
}

.sub-title {
  display: block;
  text-align: center;
  font-weight: normal;
  margin: 3em 0 2em;
}

.sub-title-underline {
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.sub-title-underline:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -0.2em;
  left: 0;
  border-bottom: 1.5px solid;
}

p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  max-width: 100ch;
}

.page-title {
  margin: 1em 0;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

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

ul {
  padding-left: 0;
}

.wp-caption-text {
  margin-top: 0.5em;
  font-size: 0.8rem;
  color: #959798;
}

/* extras */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

html {
  box-sizing: border-box;
}

table {
  border-collapse: separate;
  border-spacing: 0.4em;
  width: 100%;
}

.hidden {
  display: none;
}

.mono, .dark-btn, button, .btn, .button {
  display: inline-block;
  border: 0;
  border-radius: 0;
  background: white;
  color: #1051C9;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  line-height: initial;
  letter-spacing: 0.3em;
  padding: 1em 3em;
}
.mono:hover, .dark-btn:hover, .mono:focus, .dark-btn:focus, button:hover, button:focus, .btn:hover, .btn:focus, .button:hover, .button:focus {
  background-color: white;
}

.dark-btn {
  color: white;
  background-color: #2f2f2f;
  transition: color, background-color 200ms ease;
  transition-property: color, text-shadow;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.dark-btn:hover {
  background-color: #6F6F6F;
}

.mono {
  background-color: white;
  border: 2px #2f2f2f solid;
  transition: color, background-color 200ms ease;
}
.mono:hover {
  color: white;
  background-color: #2f2f2f;
}

/* Main Menu */
#mc-menu-icon {
  width: 40px;
  height: auto;
}
@media (min-width: 415px) {
  #mc-menu-icon {
    width: 50px;
  }
}

#mc-menu-icon-circle {
  stroke: white;
  transition: stroke 1000ms;
}
@media (min-width: 415px) {
  #mc-menu-icon-circle {
    stroke: #6F6F6F;
  }
  .home #mc-menu-icon-circle {
    stroke: white;
  }
}
#mc-menu-icon:hover #mc-menu-icon-circle {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  transform: rotate(45deg);
  transform-origin: center;
  -webkit-animation: amp_to_cross 2s forwards;
          animation: amp_to_cross 2s forwards;
}
.play #mc-menu-icon-circle {
  stroke: white;
}

#mc-menu-icon-ampersand {
  fill: white;
  transform-origin: center;
  opacity: 1;
  transform: scale(1);
  transition: transform 400ms 300ms, opacity 200ms 200ms, fill 400ms 100ms;
}
@media (min-width: 415px) {
  #mc-menu-icon-ampersand {
    fill: #6F6F6F;
  }
  .home #mc-menu-icon-ampersand {
    fill: white;
  }
}

.play #mc-menu-icon-ampersand {
  fill: white;
  transform-origin: center;
  opacity: 0;
  transform: scale(0);
  transition: transform 400ms, opacity 200ms;
}
.home .play #mc-menu-icon-ampersand {
  fill: white;
}

#mc-menu-icon-cross {
  transform-origin: center;
  opacity: 0;
  transition: opacity 200ms;
}

.closed #mc-menu-icon-cross {
  transform-origin: center;
  opacity: 0;
  transition: opacity 200ms 400ms;
  -webkit-animation: cross_all_close1 150ms 400ms forwards;
          animation: cross_all_close1 150ms 400ms forwards;
}

#mc-menu-icon-cross {
  stroke: white;
  transform-origin: center;
}
.play #mc-menu-icon-cross {
  opacity: 1;
  -webkit-animation: cross_all_open1 200ms 500s forwards;
          animation: cross_all_open1 200ms 500s forwards;
}

#mc-menu-icon-line1 {
  stroke: white;
  transform-origin: center;
}
.play #mc-menu-icon-line1 {
  transform: rotate(135deg);
  -webkit-animation: cross_open1 500ms forwards;
          animation: cross_open1 500ms forwards;
}
.closed #mc-menu-icon-line1 {
  transform-origin: center;
  -webkit-animation: cross_close1 500ms forwards;
          animation: cross_close1 500ms forwards;
}

#mc-menu-icon-line2 {
  stroke: white;
  transform-origin: center;
}
.play #mc-menu-icon-line2 {
  transform: rotate(-135deg);
  -webkit-animation: cross_open2 500ms forwards;
          animation: cross_open2 500ms forwards;
}
.closed #mc-menu-icon-line2 {
  transform-origin: center;
  -webkit-animation: cross_close2 500ms forwards;
          animation: cross_close2 500ms forwards;
}

@-webkit-keyframes amp_to_cross {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes amp_to_cross {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes cross_open1 {
  from {
    transform: rotate(135deg);
  }
  to {
    transform: rotate(0);
  }
}
@keyframes cross_open1 {
  from {
    transform: rotate(135deg);
  }
  to {
    transform: rotate(0);
  }
}
@-webkit-keyframes cross_open2 {
  from {
    transform: rotate(-135deg);
  }
  to {
    transform: rotate(0);
  }
}
@keyframes cross_open2 {
  from {
    transform: rotate(-135deg);
  }
  to {
    transform: rotate(0);
  }
}
@-webkit-keyframes cross_close1 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(135deg);
  }
}
@keyframes cross_close1 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(135deg);
  }
}
@-webkit-keyframes cross_close2 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-135deg);
  }
}
@keyframes cross_close2 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-135deg);
  }
}
@-webkit-keyframes cross_all_open1 {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes cross_all_open1 {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes cross_all_close1 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@keyframes cross_all_close1 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
#header-main-nav {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50vw;
  color: #fff;
  z-index: 100;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.4s 0.1s, visibility 0.4s;
  transform: translateX(100%);
  visibility: hidden;
}
#header-main-nav .menu-primary-container {
  margin-top: 3em;
  width: 80%;
}
@media (min-width: 768px) {
  #header-main-nav .menu-primary-container {
    margin-top: 5em;
  }
}
#header-main-nav .menu-primary-container li a {
  display: block;
  padding: 0.5em;
  border-bottom: 1px dashed;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}
#header-main-nav .menu-primary-container li.checkout-menu-button a {
  text-align: center;
  border-bottom: none !important;
  background-color: white;
  font-weight: 400;
  padding: 0.3em 0.5em;
}
#header-main-nav .menu-primary-container svg#checkout-cart {
  height: 2rem;
  width: auto;
  vertical-align: text-top;
  margin-right: 0.5em;
  stroke-width: 0.22em;
}
#header-main-nav .main-menu-contacts li {
  display: inline-block;
  padding-right: 1em;
}
#header-main-nav .main-menu-contacts svg {
  width: 2.5em;
}
@media (max-width: 767px) {
  #header-main-nav {
    width: 100%;
    text-align: center;
  }
}

body.show-nav-main #header-main-nav {
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.4s;
}

.main-menu-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em;
  z-index: 120;
}
@media (min-width: 415px) {
  .main-menu-button {
    position: relative;
    padding: 1em;
  }
}

body.show-nav-main .main-menu-button {
  position: fixed;
}

header ~ div {
  transform: translateX(0);
  transition: transform 0.4s;
}

svg#mc-plus {
  transition: transform 0.25s ease-out;
  width: 1.2em;
  height: auto;
}
.toggle:hover svg#mc-plus {
  cursor: pointer;
}
.trigger.active svg#mc-plus, .toggle.active svg#mc-plus {
  transform: rotate(45deg);
}
svg#mc-plus line {
  stroke: #2f2f2f;
  stroke-width: 0.5em;
}

.overlay-trigger {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em;
  z-index: 10;
}

input {
  height: 2.2em;
  background-color: #f9f9f9;
  border: 1px solid;
}

.inner {
  padding: 2em;
  overflow: hidden;
  display: none;
}

.accordian-content-inner, .accordian-tab {
  font-size: 1rem;
}

.accordian-tab {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 2em;
  margin: -2px 0;
  border: 2px solid #6F6F6F;
  transition: all 0.3s ease;
}
@media (max-width: 415px) {
  .accordian-tab {
    font-size: 0.8rem;
  }
}
.accordian-content .inner {
  border: 2px solid #6F6F6F;
}

/*
Show the accordian tabs
/
/
*/
.tab3, .tab2, .tab1, .tab0 {
  transition: opacity 1000ms ease;
  display: none;
}

input#tab3:checked ~ .tab3, input#tab2:checked ~ .tab2, input#tab1:checked ~ .tab1, input#tab0:checked ~ .tab0 {
  display: block;
}

input#tab0:checked ~ nav label[for=tab0] {
  color: white;
  background-color: #2f2f2f;
}
input#tab1:checked ~ nav label[for=tab1] {
  color: white;
  background-color: #2f2f2f;
}
input#tab2:checked ~ nav label[for=tab2] {
  color: white;
  background-color: #2f2f2f;
}
input#tab3:checked ~ nav label[for=tab3] {
  color: white;
  background-color: #2f2f2f;
}
.tab_content {
  display: none;
  overflow: auto;
  overflow-x: hidden;
}

.tab_content_active {
  display: block;
  overflow: auto;
  overflow-x: hidden;
}

ul.tabs {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  ul.tabs {
    display: flex;
  }
}
ul.tabs li {
  margin-right: 0.5em;
}
ul.tabs a.active {
  color: white;
  background-color: #2f2f2f;
}

.tabs-container {
  display: flex;
  justify-content: center;
  margin: 1em auto 2em;
  width: 100%;
}
.tabs-container select {
  display: block;
  -moz-text-align-last: center;
       text-align-last: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'><path d='M50.27,73.656a2.5,2.5,0,0,1-1.892-.865L11.812,30.479a2.5,2.5,0,0,1,3.783-3.27L50.27,67.333l34.135-39.5a2.5,2.5,0,1,1,3.783,3.27L52.161,72.791A2.5,2.5,0,0,1,50.27,73.656Z' fill='%23ffffff'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  background-size: 1.5em;
  padding-right: 2.5em;
}
@media (min-width: 768px) {
  .tabs-container select {
    display: none;
  }
}
.tabs-container select.active {
  color: white;
  background-color: #2f2f2f;
}

body {
  background-color: #1051C9;
}

.container {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}

div#primary {
  padding: 2em 0;
}

div[class^=col-] {
  padding: 1rem 0;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.acf-map img {
  max-width: inherit !important;
}

.gm-style-iw-c {
  border-radius: 0;
}
.gm-style-iw-c h6 {
  font-size: 0.9rem;
  font-weight: 700;
}
.gm-style-iw-c li {
  margin-top: 0.4em;
}
.gm-style-iw-c .btn {
  width: 100%;
  padding: 0.5em 1em;
  letter-spacing: 0.1em;
}

.geo-infobox-phone i {
  font-size: 2rem;
  display: inline;
}
@media (min-width: 768px) {
  .geo-infobox-phone i {
    display: none;
  }
}

.ph-number {
  display: none;
}
@media (min-width: 768px) {
  .ph-number {
    display: inline;
  }
}

svg {
  height: 100%;
}

.quiz-start {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.quiz-select-btns {
  display: flex;
  margin-top: 2em;
}
.quiz-select-btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  width: 300px;
  margin: 1em;
  padding: 2em;
}
.quiz-select-btns a svg {
  fill: white;
}

.option1 {
  background-color: #06BDD6;
}

.option2 {
  background-color: #FC7C2D;
}

.cm-logo-home {
  margin-top: 2em;
}
.cm-logo-home svg {
  fill: white;
  width: 200px;
}

.leader-board {
  margin-top: 2em;
}
.leader-board button {
  color: white;
  background-color: #D23526;
}

.survey_question, .section_content, .survey_form {
  font-weight: 500;
}

.quiz-menu {
  width: 100vw;
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
}
.quiz-menu div svg {
  width: 150px;
  height: auto;
  margin: 2em;
  display: inline-block;
}
.quiz-menu svg {
  fill: white;
}

.cm-logo-kids-quiz svg {
  margin: 1em !important;
  max-height: 120px;
}

.modal-survey-container {
  display: flex;
  align-items: center;
  align-content: flex-end;
  justify-content: center;
  font-family: franklin-gothic-urw, sans-serif;
  max-width: 100% !important;
  padding: 2rem !important;
  width: 100% !important;
  height: 100vh;
  box-shadow: none !important;
  background: #1051C9 !important;
  position: relative;
  color: white !important;
}

.eachdisplay {
  align-self: flex-end;
  margin-bottom: 0.5em;
}
.part-form-cont {
  align-self: center;
}

.survey_table[class*=qt] {
  max-width: 45%;
  width: 100%;
  justify-content: space-evenly;
  align-self: flex-start;
}
.modal-survey-theme .survey_element.survey_question, .modal-survey-theme .survey_element.section_content {
  color: white !important;
  font-size: 2.2rem !important;
  text-shadow: 3px 3px 10px black;
}

.modal-survey-container > div.section_content.survey_element {
  position: absolute;
  padding: 0 !important;
  width: 100%;
  height: 100%;
}

.quiz-bg-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0.6;
}

.quiz-bg-image-top {
  background-position: top center;
}

.quiz-bg-image-01 {
  background-image: url("/wp-content/uploads/2021/05/BPC6422.jpg");
}

.quiz-bg-image-02 {
  background-image: url("/wp-content/uploads/2021/05/daethPenny1.jpg");
}

.quiz-bg-image-03 {
  background-image: url("/wp-content/uploads/2021/05/Daniel-Victor-Fleming-B-3974.jpg");
}

.quiz-bg-image-04 {
  background-image: url("/wp-content/uploads/2021/05/IMG_3717_L.jpg");
}

.quiz-bg-image-05 {
  background-image: url("/wp-content/uploads/2021/05/B-10594.jpg");
}

.quiz-bg-image-06 {
  background-image: url("/wp-content/uploads/2021/05/BPC6420.jpg");
}

.quiz-bg-image-07 {
  background-image: url("/wp-content/uploads/2021/05/BPC6425.jpg");
}

.quiz-bg-image-08 {
  background-image: url("/wp-content/uploads/2021/05/BPC6360.jpg");
}

.quiz-bg-image-09 {
  background-image: url("/wp-content/uploads/2021/05/BPC6414.jpg");
}

.quiz-bg-image-10 {
  background-image: url("/wp-content/uploads/2021/05/IMG_9767.jpg");
}

.quiz-bg-image-11 {
  background-image: url("/wp-content/uploads/2021/05/BPC6344.jpg");
}

.quiz-bg-image-12 {
  background-image: url("/wp-content/uploads/2021/05/BPC6419.jpg");
}

.quiz-bg-image-13 {
  background-image: url("/wp-content/uploads/2021/05/BPC6389.jpg");
}

.quiz-bg-image-14 {
  background-image: url("/wp-content/uploads/2021/05/BPC6383.jpg");
}

.quiz-bg-image-15 {
  background-image: url("/wp-content/uploads/2021/05/BPC6374.jpg");
}

.quiz-bg-image-16 {
  background-image: url("/wp-content/uploads/2021/05/BPC6350.jpg");
}

.quiz-bg-image-17 {
  background-image: url("/wp-content/uploads/2021/05/BPC6372.jpg");
}

.quiz-bg-image-18 {
  background-image: url("/wp-content/uploads/2021/05/BPC6355.jpg");
}

.quiz-bg-image-19 {
  background-image: url("/wp-content/uploads/2021/05/BPC6424.jpg");
}

.quiz-bg-image-20 {
  background-image: url("/wp-content/uploads/2021/05/BPC6421.jpg");
}

.quiz-bg-image-21 {
  background-image: url("/wp-content/uploads/2021/05/BPC6409.jpg");
}

.quiz-bg-image-22 {
  background-image: url("/wp-content/uploads/2021/05/BPC6402.jpg");
}

.quiz-bg-image-23 {
  background-image: url("/wp-content/uploads/2021/05/BPC6377.jpg");
}

.quiz-bg-image-24 {
  background-image: url("/wp-content/uploads/2021/05/BPC6367.jpg");
}

.quiz-bg-image-25 {
  background-image: url("/wp-content/uploads/2021/05/stuart-formby-1.jpg");
}

.quiz-bg-image-26 {
  background-image: url("/wp-content/uploads/2021/05/BPC6354.jpg");
}

.quiz-bg-image-27 {
  background-image: url("/wp-content/uploads/2021/05/BPC6424.jpg");
}

.quiz-bg-image-28 {
  background-image: url("/wp-content/uploads/2021/05/BPC6424.jpg");
}

.quiz-bg-image-29 {
  background-image: url("/wp-content/uploads/2021/10/Ladies-Bowls-1.jpg");
}

.quiz-bg-image-30 {
  background-image: url("/wp-content/uploads/2021/10/Richard_Morphett.jpg");
}

.quiz-bg-image-31 {
  background-image: url("/wp-content/uploads/2021/10/power-lines.jpg");
}

.quiz-bg-image-32 {
  background-image: url("/wp-content/uploads/2021/10/tally-ho.jpg");
}

.quiz-bg-image-33 {
  background-image: url("/wp-content/uploads/2021/10/legacy2.jpg");
}

.quiz-bg-image-34 {
  background-image: url("/wp-content/uploads/2021/10/War-Memorial.jpg");
}

.quiz-bg-image-35 {
  background-image: url("/wp-content/uploads/2021/10/town-vista.jpg");
}

.quiz-bg-image-36 {
  background-image: url("/wp-content/uploads/2021/10/cfs-truck.jpg");
}

.quiz-bg-image-37 {
  background-image: url("/wp-content/uploads/2021/10/churches.jpg");
}

.quiz-bg-image-38 {
  background-image: url("/wp-content/uploads/2021/10/CPS.jpg");
}

.quiz-bg-image-39 {
  background-image: url("/wp-content/uploads/2021/10/riverbend.jpg");
}

.quiz-bg-image-40 {
  background-image: url("/wp-content/uploads/2021/10/clarendon-bakery.jpg");
}

.quiz-bg-image-41 {
  background-image: url("/wp-content/uploads/2021/10/DaileyFox.jpg");
}

.quiz-bg-image-42 {
  background-image: url("/wp-content/uploads/2021/10/CBC.jpg");
}

.quiz-bg-image-43 {
  background-image: url("/wp-content/uploads/2021/10/First-Bridge.jpg");
}

.quiz-bg-image-44 {
  background-image: url("/wp-content/uploads/2021/10/general-store.jpg");
}

.quiz-bg-image-45 {
  background-image: url("/wp-content/uploads/2021/10/cfs.jpg");
}

.quiz-bg-image-46 {
  background-image: url("/wp-content/uploads/2021/10/donnie.jpg");
}

.quiz-bg-image-47 {
  background-image: url("/wp-content/uploads/2021/10/royal-oak.jpg");
}

.quiz-bg-image-48 {
  background-image: url("/wp-content/uploads/2021/10/postcode.jpg");
}

.quiz-bg-image-49 {
  background-image: url("/wp-content/uploads/2021/10/road-clarendon.jpg");
}

.quiz-bg-image-50 {
  background-image: url("/wp-content/uploads/2021/10/riverbend-sign.jpg");
}

.quiz-bg-image-51 {
  background-image: url("/wp-content/uploads/2021/10/uniting-church.jpg");
}

.quiz-bg-image-52 {
  background-image: url("/wp-content/uploads/2021/10/onkaparinga.jpg");
}

.quiz-bg-image-53 {
  background-image: url("/wp-content/uploads/2021/10/welcome-clarendon.jpg");
}

.survey_answer_image, .survey_question_image {
  max-height: 50vh;
  margin: 0.5em;
  width: auto;
  height: 100%;
}

.modal-survey-theme-1 .survey_element.survey_answers, .modal-survey-theme-1 .survey_element.survey_answers:not(.msnumericanswer) .open_text_answer, .modal-survey-theme-1 .ms-participant-form input, .modal-survey-theme-1 .ms-participant-form select, .modal-survey-theme-1 .ms-participant-form textarea, .modal-survey-theme-1 .ms-participant-form .send-participant-form.button, .modal-survey-theme-1 .survey_element.survey_answers, .modal-survey-theme-1 .ms-next-back.button, .modal-survey-theme-1 .ms-next-question.button {
  background: white !important;
  color: #1051C9 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 !important;
  margin: 1rem !important;
  margin-top: 0 !important;
}

.modal-survey-theme-1 .ms-participant-form .send-participant-form.button:hover, .modal-survey-theme-1 .ms-participant-form .send-participant-form.button:focus {
  background: white !important;
}

.ms-a-label {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.3em;
}

.modal-survey-theme .ms-participant-form > p {
  font-size: 1.7rem !important;
  color: white !important;
}

.survey_element.survey_form {
  max-width: 800px;
  margin: 0 auto !important;
}

.modal-survey-theme .ms-participant-form input, .modal-survey-theme .ms-participant-form select, .modal-survey-theme .ms-participant-form textarea {
  font-size: 3.5rem !important;
  padding: 1em !important;
  background: #1051C9 !important;
  border: 0.1em solid white !important;
  color: white !important;
  margin: 0 !important;
  margin-bottom: 0.5em !important;
  text-align: center;
  text-transform: uppercase;
}

a.send-participant-form.button.button-secondary.button-default {
  font-size: 3rem !important;
  font-weight: 600;
  padding: 1em !important;
  letter-spacing: 5px;
  margin: 0 !important;
}

input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-style: italic;
  text-transform: uppercase;
  color: white;
  opacity: 1;
  /* Firefox */
}

input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-style: italic;
  text-transform: uppercase;
  color: white;
  opacity: 1;
  /* Firefox */
}

input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-style: italic;
  text-transform: uppercase;
  color: white;
  opacity: 1;
  /* Firefox */
}

.quiz-results-template {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 2em;
}

.ranking-table-container {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 2em;
}
.ranking-table-container > div:nth-child(1) {
  background-color: #06BDD6;
}
.ranking-table-container > div:nth-child(2) {
  background-color: #FC7C2D;
}
.ranking-table-container > div:last-child {
  margin-right: 0 !important;
}
.ranking-table-container .ranking-table thead {
  color: #1051C9;
}

.ranking-table-inner {
  margin-right: 1em;
  padding: 1em;
  min-width: 40vw;
  width: 50%;
}
.ranking-table-inner .ranking-table {
  margin: 0;
}

.ranking-table {
  max-width: 700px;
  font-size: 1.4em;
  text-transform: uppercase;
  margin: 0.5em auto 1.5em;
}
.ranking-table tbody > tr:first-of-type {
  font-weight: 600;
}
.ranking-table thead {
  color: #06BDD6;
}
.ranking-table th {
  padding: 0.2em;
}

h2.score-result {
  margin-bottom: 0.5em;
  font-size: 2.5rem;
}

table.modal-survey-list-table.modal-survey-list-table-rankings {
  border-collapse: collapse;
  font-size: 0.9em;
}
table.modal-survey-list-table.modal-survey-list-table-rankings tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
table.modal-survey-list-table.modal-survey-list-table-rankings td {
  padding: 0.2em;
}

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