@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|PT+Serif:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");

/*********************************************
 * GLOBAL STYLES.
 *********************************************/

html {
  font-size: 16px;
}

body {
  background-color: #fff;
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 1em;
  background: no-repeat center fixed url("../images/background.jpeg");
  background-size: cover;
}

/* clear */
.clear: before,
.clear: after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

::selection {
  color: #fff;
  background: #bee4fd;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: #bee4fd;
  text-shadow: none;
}

.page-container {
  max-width: 1200px;
  margin: 0 auto;
}

.game-wrapper {
  padding: 1em 0 2em 0;
  margin: 0 0 1em 0;
  border-radius: 10px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  position: relative;
  width: 100%;
}

.game-btn {
  margin: 0em 0 0 0;
  text-align: center;
}

.top-gap-bottom-gap {
  margin: 5em 0 5em 0;
}

.flex-container {
  display: flex;
  justify-content: center;
}

.flex-container .left-arrow,
.flex-container .right-arrow {
  margin: 15em 0 0 0;
}

.program-title {
  float: left;
  width: 100%;
  margin: 0.5em 144px 0 0;
}

.program-title h3 {
  padding: 0;
  text-align: center;
  color: #000000;
  font-size: 2rem;
  margin: 0em 1em 1em 1em;
}

.author h2 {
  margin: 1em 0 0 0;
  padding: 0;
}

.author h4 {
  margin: 0;
  padding: 0;
}

.slide-main {
  position: absolute;
  background-color: #ffffff;
  width: 0;
  height: 800px;
  border-radius: 10px;
  margin-bottom: 2em;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
}

.slide {
  transition: width 0.3s ease-in;
}

.current {
  width: 1200px !important;
}

.hidden {
  overflow: hidden;
}

/*********************************************
 * HEADERS
 *********************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2e7d32;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  letter-spacing: normal;
  text-shadow: none;
  word-wrap: break-word;
}

h1 {
  font-size: 2rem;
  margin: 0.5em 1em 0 1em;
  font-weight: 700;
  text-align: center;
}

h2 {
  font-size: 1.75rem;
  margin: 0.25em 1em;
  font-weight: 700;
  text-align: left;
}

.sign-in {
  margin: 1em 0 0 20px;
  font-family: "PT Serif", serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: #000000;
}

h3 {
  font-size: 1.25rem;
  text-align: center;
  margin: 0 1em 1em 1em;
}

.chance-text {
  color: #2e7d32;
}

.red-text {
  color: red;
}

.centered {
  text-align: center;
}

.game-setup-info {
  font-size: 2rem;
  margin: 0.5em 0 1em 0;
}

.sponsers {
  display: flex;
  justify-content: space-between;
  margin: 0 3em;
  padding: 0;
  height: 4em;
  width: 1100px;
  flex-direction: row;
  align-items: flex-end;
}

.sponsers img {
  width: 75px;
}

.game-setup-wrapper {
  margin: 1em 0 0 4em;
}

.setup-wrapper-column {
  float: left;
  width: 35%;
  margin: 0 4em;
  font-size: 1.25rem;
}

.flex-two-column {
  display: flex;
  justify-content: center;
  font-size: 1.25rem;
}

.flex-two-column h3 {
  margin: 0;
  padding: 0;
  text-align: left;
}

.flex-two-column .left-column {
  width: 40%;
}

.flex-two-column .right-column {
  width: 40%;
}

.flex-two-column p {
  text-align: left;
}

.flex-three-column {
  display: flex;
}

.flex-three-column h3 {
  margin: 0 0 1em 6rem;
  padding: 0;
  text-align: left;
}

.title-page {
  display: flex;
  flex-direction: column;
  align-content: center;
  text-align: center;
  padding: 1em 0 0 0;
  margin: 0;
  width: 100%;
}

.page-title img {
  width: 100px;
}

.main-title {
  font-size: 3rem;
  margin: 0.5em 144px 0.5em 0;
  width: 1056px;
}

.title-page-footer {
  margin: 0 0 0 0;
}

.title-page-footer h3 {
  color: #000000;
  font-size: 1rem;
  padding: 0;
  margin: 0.5em 0;
}

.company-title {
  margin: 1em 0 1em 0;
  font-size: 1.25rem;
}

.workshop-setup {
  display: flex;
  flex-direction: column;
  align-content: left;
  text-align: left;
  padding: 1em 0 0 0;
  margin: 0;
  width: 100%;
}

.workshop-setup h3 {
  text-align: left;
  font-size: 2rem;
  margin: 0;
  padding: 0;
}

.workshop-setup {
}

.workshop-topic {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  margin: 2em 0 2em 0;
}

.workshop-topic h1 {
  font-size: 4rem;
  margin: 0 0 0.5em 0;
  padding: 0;
}

.workshop-topic p {
  font-size: 2rem;
  margin: 0 0 3em 1.25em;
  padding: 0;
}

.connected-num {
  margin: 2em 0 0 0;
}

.connected-num::before {
  content: url("../images/connected-icon.png");
  width: 32px;
  height: 50px;
  margin: 0 10px 0 0;
  vertical-align: -10px;
}

.attendance-table {
  width: 86.75%;
  margin: 2em 0 4em 5em;
  border-spacing: 0;
  border-collapse: collapse;
}

.attendance-table thead {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  background-color: #2e7d32;
  color: #ffffff;
}

.attendance-table th {
  padding: 10px;
  margin-left: 10px;
}

.attendance-table td {
  font-family: "PT Serif", serif;
  font-size: 1.25rem;
  padding: 10px;
}

.attendance-table tr:nth-child(even) {
  background-color: #eeeeee;
}

.participants-column {
  display: flex;
  flex-direction: column;
  align-content: left;
  text-align: left;
  padding: 0 0 0 0;
  margin: 0;
  width: 100%;
}

.participants-inner-column {
  display: flex;
  flex-direction: column;
  align-content: left;
  text-align: left;
  padding: 1em 0 0 0;
  margin: 0 auto;
  width: 60%;
}

.participants-column h2 {
  text-align: left;
}

.participants-inner-column {
  display: flex;
  flex-direction: column;
  align-content: left;
  text-align: left;
  padding: 1em 0 0 0;
  margin: 0 auto;
  width: 80%;
}

.participants-inner-column li {
  list-style-image: url("/images/on.png");
  color: #2e7d32;
  font-size: 1.5rem;
  font-weight: 900;
  margin: 1em 0 0 0;
}

.participants-row {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 1em 0 3.3em 0;
}

.arrow {
  cursor: pointer;
  height: 40px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 40px;
}
.arrow:active {
  opacity: 0.9;
}
.arrow[data-disabled="true"] {
  opacity: 0.5;
  pointer-events: none;
}

.next {
  border-right: 3px solid #22ff00;
  border-top: 3px solid #22ff00;
  right: 40px;
}

.next:hover {
  opacity: 0.5;
}

.previous {
  border-bottom: 3px solid #22ff00;
  border-left: 3px solid #22ff00;
  left: 40px;
}

.previous:hover {
  opacity: 0.5;
}

.slick-prev:before,
.slick-next:before {
  color: #dd00ff !important;
}

.flex-wrapper {
}

.ask-top {
  margin: 2em 0 2em 0;
}

.awaiting-answers {
  margin: 0 0 0 15em;
  padding: 0;
  color: red;
  font-weight: 900;
}

.awaiting-answers li {
  list-style-type: none;
  color: red;
  font-weight: 900;
}

.awaiting-answers-years {
  margin: 0 0 0 0;
  padding: 0;
  color: red;
  font-weight: 900;
}

.awaiting-answers-years li {
  list-style-type: none;
  color: red;
  font-weight: 900;
}

.ask-question-header {
  margin: 1.25em 0 1.25em 0;
  padding: 0 2em;
}

.ask-question-header .black {
  color: #000000;
}

#intro_wrapper {
  text-align: center;
  background-color: white;
  width: 85%;
  margin: 0 auto;
  border-top: 1px solid #dfdfdf;
}

.intro-questions {
  margin: 0 0 2em 6em;
  font-size: 1.5rem;
  list-style-type: lower-alpha;
}

.three-row-one-col {
  display: flex;
  flex-direction: column;
}

.program-title-title-page {
  font-size: 2rem;
  margin: 0.5em 0 0.5em 0;
  width: 912px;
  text-align: center;
}

.three-row-one-col .state-photo {
  align-items: center;
  align-self: center;
  text-align: center;
  margin: 0 0 0 0;
}

.state-map {
  margin: 1em 1em 0 0;
  width: 144px;
  text-align: right;
}

.three-row-one-col .author {
  align-items: center;
  align-self: center;
  text-align: center;
  margin: 0 0 2em 0;
}

.two-col {
  display: flex;
  flex-direction: column;
}

.two-column {
  display: flex;
  flex-direction: row;
  padding: 0 2em;
}

.two-column h1 {
  text-align: left;
  font-size: 2.25rem;
}

.two-row {
  width: 100%;
}

.margin-extra-gap {
  margin-bottom: 11em;
}

.margin-full-gap {
  margin-bottom: 20em;
}

.column-content {
  padding: 1em 0.5em 0 4em;
  width: 100%;
}

.column-content p {
  padding: 0;
  margin: 10px 0;
  font-size: 1.5rem;
}

.column-content h2 {
  margin: 1em 0 0 0;
  padding: 0;
}

.column-content ul li {
  margin: 0.75em 0 0 0;
  font-size: 1.5rem;
}

.column-content ol li {
  margin: 1em 0 0 0;
  font-size: 1.5rem;
}

.rma-info .rma-link {
  margin: 1em 0 0 0;
}

.rma-info .rma-link a:link {
  color: #2e7d32;
  text-decoration: none;
}

.rma-info .rma-link a:visited {
  color: #2e7d32;
  text-decoration: none;
}

.rma-info .rma-link a:focus {
  color: #2e7d32;
  text-decoration: none;
}

.rma-info .rma-link a:hover {
  color: #000000;
  text-decoration: underline;
}

.rma-info .rma-link a:active {
  color: #000000;
  text-decoration: none;
}

.rma-info .rma-link::before {
  content: url("../images/link-icon.png");
  width: 35px;
  margin: 10px 10px 0 0;
  vertical-align: -10px;
}

.column-content .rma-link {
  margin: 4em 0 0 0;
}

.column-content .rma-link a:link {
  color: #2e7d32;
  text-decoration: none;
}

.column-content .rma-link a:visited {
  color: #2e7d32;
  text-decoration: none;
}

.column-content .rma-link a:focus {
  color: #2e7d32;
  text-decoration: none;
}

.column-content .rma-link a:hover {
  color: #000000;
  text-decoration: underline;
}

.column-content .rma-link a:active {
  color: #000000;
  text-decoration: none;
}

.column-content .rma-link::before {
  content: url("../images/link-icon.png");
  width: 35px;
  margin: 10px 10px 0 0;
  vertical-align: -10px;
}

.column-content p.big-important {
  font-size: 4rem;
}

.one-row-one-image {
  padding: 3em 7em 0 1em;
}

.column1-left-image {
  margin: 0 0 0 3em;
}

.column1-left-image,
.column2-right-image {
  width: 50%;
  text-align: center;
}

.column1-left-image h3,
.column-2-right-image h3 {
  text-align: center;
}

.one-column {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 0;
  margin: 0;
  width: 100%;
}

.one-column h1,
.one-column h2 {
  text-align: center;
  margin: 0 0 1em 0;
}

.one-column p {
  font-size: 1.75rem;
  margin: 0.5em 5.5em;
}

.one-column p.small-text {
  font-size: 1rem;
}

.one-big-image {
  align-self: center;
}

.column-content .small-text {
  font-size: 1rem;
}

.small-text {
  font-size: 1rem;
}

.look-down {
  font-size: 1rem;
  margin: 0.5em 144px 0.5em 0;
  width: 1056px;
  text-align: center;
}

.look-down::before {
  content: url("/images/look_down.png");
  padding: 10px 10px 0 0;
}

.look-down strong {
  margin: 0 2em 1em 2em;
}

.look-down p {
  padding: 0;
  margin: 2em 3em;
  width: 40%;
  float: left;
}

.general-question {
  padding: 1em 0.5em 0 3em;
  width: 65%;
}

.general-question h1 {
  margin: 1em 0.25em 0 0;
  line-height: 1.3;
}

.general-question ol li {
  margin: 1em 0 0 0;
  font-size: 1.75rem;
}

.general-results {
  margin: 2em 1em 0 0;
  padding: 0 0 0 1em;
  border-left: 1px solid #eee;
}

.general-results ul {
  font-weight: 900;
}

.general-results .answer-response-table {
  margin: 2em 0 0 2em;
  border-collapse: collapse;
}

.general-results .answer-response-table .response-name {
  border-right: 1px solid #727272;
  border-bottom: 1px solid #727272;
  padding: 0.15em;
  width: 300px;
}

.general-results .answer-response-table .response-status {
  border-bottom: 1px solid #727272;
  padding: 0.15em;
  color: red;
}

.main-wrapper {
  height: 768px;
  width: 100%;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  height: 560px;
}

.content-question-wrapper {
  display: flex;
  flex-direction: column;
  height: 560px;
}

.content-year-wrapper {
  display: flex;
  flex-direction: column;
  height: 360px;
}

.slide-header {
  display: flex;
  flex-direction: row;
  height: 150px;
}

.slide-header-title {
  display: flex;
  flex-direction: row;
  height: 166px;
}

.slide-header-questions {
  display: flex;
  flex-direction: row;
  height: 50px;
}
.main-content {
  width: 60%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.25rem;
}

.full-main-content {
  width: 60%;
  margin: 0 auto;
  text-align: left;
}

.left-intro {
  float: left;
  width: 50%;
  text-align: left;
  margin: 0 0 0 2em;
  font-size: 1.5rem;
}

.left-intro h3 {
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
}

.big-important {
  font-size: 5rem;
}

.column {
  float: left;
  width: 48%;
  text-align: left;
  margin: 0 0 5em 0;
  padding: 0;
}

ul.column li {
  margin: 0.25em 0 0 0;
}

.on::before {
  content: url("/images/on.png");
  color: #3bb300;
}

.on {
  color: #3bb300;
  font-weight: 900;
  padding: 10px 0 0 0;
}

.off {
  list-style-image: url("/images/off.png");
  color: #e60000;
  font-weight: 900;
}

.black-text-big {
  color: #000000;
  font-size: 1.25rem;
}

ul {
  list-style-image: url("/images/bullet.png");
}

ul li {
  margin: 1em 0 0 0;
}

ol li {
  margin: 1em 0 0 0;
}

.rma-map {
  float: left;
  width: 40%;
  font-size: 1.25rem;
}

.progress-wrapper {
  width: 80%;
  margin: 0 auto;
}

.left-arrow,
a:link {
  color: #000000;
  text-decoration: none;
}

.right-arrow,
a:link {
  color: #000000;
  text-decoration: none;
}

.left-arrow a:visited {
  color: #000000;
  text-decoration: none;
}

.right-arrow a:visited {
  color: #000000;
  text-decoration: none;
}

.left-arrowa:focus {
  color: #f5f5f6;
  text-decoration: none;
}

.right-arrowa:focus {
  color: #f5f5f6;
  text-decoration: none;
}

.left-arrow a:hover {
  color: #f5f5f6;
  text-decoration: none;
}

.right-arrow a:hover {
  color: #f5f5f6;
  text-decoration: none;
}

.left-arrow a:active {
  color: #000000;
  text-decoration: none;
}

.right-arrow a:active {
  color: #000000;
  text-decoration: none;
}

.inactive-arrow {
  color: #727272;
}

.progress-left-arrow,
.progress-right-arrow {
  background-color: #2e7d32;
  padding: 0.25em 0.25em;
  float: left;
  font-size: 2rem;
  font-weight: 900;
  cursor: pointer;
}

.progress-status {
  background-color: #f2f2f2;
  width: 72%;
  height: 115px;
  float: left;
}

.progress-status h1 {
  font-size: 3rem;
  text-align: center;
  margin: 0.75em 0 0 0;
  padding: 0;
  color: #000000;
  border: none;
}

select#item-menu {
  -webkit-appearance: button;
  background-image: url("/images/15xvbd5.png");
  background-position: 97% center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-family: "PT Serif", serif !important;
  font-size: 1.2rem !important;
  border: none !important;
  border-bottom: 1.85px solid rgba(51, 51, 51, 0.16) !important;
  margin: 20px 0 0 0;
  padding: 0 0 10px 0;
  color: #727272;
}

.btn-small {
  font-size: 0.75rem;
}

form div {
  margin: 0.5em 0;
}

.pure-toggle {
  cursor: pointer;
  width: 14em;
  height: 2em;
  display: inline-block;
  position: relative;
  background: white;
  text-align: left;
  line-height: 2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-perspective: 300px;
  -webkit-perspective: 300px;
  perspective: 1200px;
}

.pure-toggle span {
  padding: 0 0 0 1em;
}

.pure-toggle:before {
  width: 14em;
  height: 2em;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f5f5f5;
  display: inline-block;
  text-align: center;
  font-family: "FontAwesome", sans-serif;
  content: "···";
  color: #ffffff;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  /*@include box-shadow(0.1em 0 0.2em rgba(0,0,0,0.3));*/
}
.pure-toggle [class^="fontawesome-"] {
  padding: 1em;
  line-height: inherit;
  font-family: "FontAwesome", sans-serif;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.pure-toggle.flip:before {
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.pure-toggle.brick {
  background-color: white;
  border: 1px solid #d9d9d9;
  border-bottom-color: #e6e6e6;
  -moz-box-shadow: inset 0 0.1em 0.03em rgba(0, 0, 0, 0.2),
    inset 0 0.1em 0.3em rgba(0, 0, 0, 0.3), 0 0 2em rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 0 0.1em 0.03em rgba(0, 0, 0, 0.2),
    inset 0 0.1em 0.3em rgba(0, 0, 0, 0.3), 0 0 2em rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0.1em 0.03em rgba(0, 0, 0, 0.2),
    inset 0 0.1em 0.3em rgba(0, 0, 0, 0.3), 0 0 2em rgba(255, 255, 255, 0.6);
}
.pure-toggle.brick:before {
  margin-right: -1px;
  margin-top: -0.14em;
  -moz-box-shadow: 0 0.12em 0.01em #3ba5bc,
    0 0.12em 0.3em rgba(59, 165, 188, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3),
    -0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.12em 0.01em #3ba5bc,
    0 0.12em 0.3em rgba(59, 165, 188, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3),
    -0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.12em 0.01em #3ba5bc, 0 0.12em 0.3em rgba(59, 165, 188, 0.6),
    0 0.12em 2em rgba(0, 0, 0, 0.3), -0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  -moz-transition-duration: 0.66667s;
  -o-transition-duration: 0.66667s;
  -webkit-transition-duration: 0.66667s;
  transition-duration: 0.66667s;
  -moz-transition-timing-function: cubic-bezier(0.52, -0.41, 0.55, 1.46);
  -o-transition-timing-function: cubic-bezier(0.52, -0.41, 0.55, 1.46);
  -webkit-transition-timing-function: cubic-bezier(0.52, -0.41, 0.55, 1.46);
  transition-timing-function: cubic-bezier(0.52, -0.41, 0.55, 1.46);
}
.pure-toggle.brick.switch {
  background: transparent;
  -moz-box-shadow: inset 0 0 0.03em transparent, inset 0 0 0.3em transparent,
    0 0 2em rgba(255, 255, 255, 0);
  -webkit-box-shadow: inset 0 0 0.03em transparent, inset 0 0 0.3em transparent,
    0 0 2em rgba(255, 255, 255, 0);
  box-shadow: inset 0 0 0.03em transparent, inset 0 0 0.3em transparent,
    0 0 2em rgba(255, 255, 255, 0);
  border: 0;
}
.pure-toggle.brick.switch:before {
  display: none;
}
.pure-toggle.brick.switch .ok {
  color: white;
  top: 0;
  left: 1px;
  line-height: 1em;
  padding: 1em 1.045em;
  position: relative;
  background: #5eb9cc;
  -moz-box-shadow: 0 0.12em 0.01em #3ba5bc,
    0 0.12em 0.3em rgba(59, 165, 188, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3),
    -0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.12em 0.01em #3ba5bc,
    0 0.12em 0.3em rgba(59, 165, 188, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3),
    -0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.12em 0.01em #3ba5bc, 0 0.12em 0.3em rgba(59, 165, 188, 0.6),
    0 0.12em 2em rgba(0, 0, 0, 0.3), -0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  -moz-transition-duration: 0.33333s;
  -o-transition-duration: 0.33333s;
  -webkit-transition-duration: 0.33333s;
  transition-duration: 0.33333s;
}
.pure-toggle.brick.switch .ok.no {
  top: 0.14em;
  background: transparent;
  background: #cc0966;
  -moz-box-shadow: 0 0 0.01em #9b074e, 0 0 0.3em rgba(155, 7, 78, 0.6),
    0 0.12em 2em transparent, -0.12em 0.15em 0.2em transparent;
  -webkit-box-shadow: 0 0 0.01em #9b074e, 0 0 0.3em rgba(155, 7, 78, 0.6),
    0 0.12em 2em transparent, -0.12em 0.15em 0.2em transparent;
  box-shadow: 0 0 0.01em #9b074e, 0 0 0.3em rgba(155, 7, 78, 0.6),
    0 0.12em 2em transparent, -0.12em 0.15em 0.2em transparent;
}

input[type="checkbox"] + .pure-toggle:before {
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  background-color: #2a7b8c;
}
input[type="checkbox"] + .pure-toggle [class^="fontawesome-"],
input[type="checkbox"] + .pure-toggle [class*="fontawesome-"] {
  color: #5eb9cc;
}
input[type="checkbox"] + .pure-toggle.wide:before {
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -moz-animation: contract 1s ease-in-out forwards;
  -webkit-animation: contract 1s ease-in-out forwards;
  animation: contract 1s ease-in-out forwards;
}
input[type="checkbox"] + .pure-toggle.brick:before {
  border-bottom: 0.03em solid #71c1d2;
  text-shadow: 0 0.05em 0 #4bb1c6;
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
input[type="checkbox"] + .pure-toggle.brick.switch .ok {
  color: white;
}
input[type="checkbox"] + .pure-toggle.flip:before {
  -moz-animation: flip 0.5s ease-in-out forwards;
  -webkit-animation: flip 0.5s ease-in-out forwards;
  animation: flip 0.5s ease-in-out forwards;
}
input[type="checkbox"] + .pure-toggle.impossible:before {
  -moz-animation: impossible 0.5s ease-in-out forwards;
  -webkit-animation: impossible 0.5s ease-in-out forwards;
  animation: impossible 0.5s ease-in-out forwards;
}

input[type="checkbox"]:checked + .pure-toggle:before {
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background-color: #cc0966;
}
input[type="checkbox"]: checked + .pure-toggle [class^="fontawesome-"],
input[type="checkbox"]: checked + .pure-toggle [class*="fontawesome-"] {
  color: #cc0966;
}
input[type="checkbox"]:checked + .pure-toggle.wide:before {
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -moz-animation: expand 1s ease-in-out forwards;
  -webkit-animation: expand 1s ease-in-out forwards;
  animation: expand 1s ease-in-out forwards;
}
input[type="checkbox"]:checked + .pure-toggle.brick:before {
  margin-right: 3em;
  border-bottom: 0.03em solid #f5137f;
  text-shadow: 0 0.05em 0 #9b074e;
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -moz-box-shadow: 0 0.12em 0.01em #9b074e, 0 0.12em 0.3em rgba(155, 7, 78, 0.6),
    0 0.12em 2em rgba(0, 0, 0, 0.3), 0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.12em 0.01em #9b074e,
    0 0.12em 0.3em rgba(155, 7, 78, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3),
    0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.12em 0.01em #9b074e, 0 0.12em 0.3em rgba(155, 7, 78, 0.6),
    0 0.12em 2em rgba(0, 0, 0, 0.3), 0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
}
input[type="checkbox"]:checked + .pure-toggle.brick.switch:before {
  display: none;
}
input[type="checkbox"]:checked + .pure-toggle.brick.switch .ok {
  top: 0.14em;
  -moz-box-shadow: 0 0 0.01em #3ba5bc, 0 0 0.3em rgba(59, 165, 188, 0.6),
    0 0.12em 2em transparent, -0.12em 0.15em 0.2em transparent;
  -webkit-box-shadow: 0 0 0.01em #3ba5bc, 0 0 0.3em rgba(59, 165, 188, 0.6),
    0 0.12em 2em transparent, -0.12em 0.15em 0.2em transparent;
  box-shadow: 0 0 0.01em #3ba5bc, 0 0 0.3em rgba(59, 165, 188, 0.6),
    0 0.12em 2em transparent, -0.12em 0.15em 0.2em transparent;
}
input[type="checkbox"]:checked + .pure-toggle.brick.switch .ok.no {
  top: 0;
  background: #cc0966;
  -moz-box-shadow: 0 0.12em 0.01em #9b074e, 0 0.12em 0.3em rgba(155, 7, 78, 0.6),
    0 0.12em 2em rgba(0, 0, 0, 0.3), 0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.12em 0.01em #9b074e,
    0 0.12em 0.3em rgba(155, 7, 78, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3),
    0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.12em 0.01em #9b074e, 0 0.12em 0.3em rgba(155, 7, 78, 0.6),
    0 0.12em 2em rgba(0, 0, 0, 0.3), 0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
}
input[type="checkbox"]:checked + .pure-toggle.flip:before {
  -moz-animation: flip-back 0.5s ease-in-out forwards;
  -webkit-animation: flip-back 0.5s ease-in-out forwards;
  animation: flip-back 0.5s ease-in-out forwards;
}
input[type="checkbox"]:checked + .pure-toggle.impossible:before {
  -moz-animation: impossible-back 0.5s ease-in-out forwards;
  -webkit-animation: impossible-back 0.5s ease-in-out forwards;
  animation: impossible-back 0.5s ease-in-out forwards;
}

.page-num {
  text-align: left;
  margin: 1em 0 0 1em;
  font-size: 1.25rem;
  width: 144px;
}

@keyframes flip-back {
  0% {
    -moz-transform: rotateY(0deg) translateX(0) scale(1);
    -ms-transform: rotateY(0deg) translateX(0) scale(1);
    -webkit-transform: rotateY(0deg) translateX(0) scale(1);
    transform: rotateY(0deg) translateX(0) scale(1);
  }
  60%,
  80% {
    -moz-transform: rotateY(-360deg) translateX(0) scale(1.3);
    -ms-transform: rotateY(-360deg) translateX(0) scale(1.3);
    -webkit-transform: rotateY(-360deg) translateX(0) scale(1.3);
    transform: rotateY(-360deg) translateX(0) scale(1.3);
  }
  100% {
    margin-right: 3em;
    -moz-transform: rotateY(-360deg) translateX(0) scale(1);
    -ms-transform: rotateY(-360deg) translateX(0) scale(1);
    -webkit-transform: rotateY(-360deg) translateX(0) scale(1);
    transform: rotateY(-360deg) translateX(0) scale(1);
  }
}
@keyframes flip {
  0% {
    margin-right: 3em;
    -moz-transform: rotateY(0deg) translateX(0) scale(1);
    -ms-transform: rotateY(0deg) translateX(0) scale(1);
    -webkit-transform: rotateY(0deg) translateX(0) scale(1);
    transform: rotateY(0deg) translateX(0) scale(1);
  }
  60%,
  80% {
    -moz-transform: rotateY(360deg) translateX(0) scale(1.3);
    -ms-transform: rotateY(360deg) translateX(0) scale(1.3);
    -webkit-transform: rotateY(360deg) translateX(0) scale(1.3);
    transform: rotateY(360deg) translateX(0) scale(1.3);
  }
  100% {
    margin-right: 0;
    -moz-transform: rotateY(360deg) translateX(0) scale(1);
    -ms-transform: rotateY(360deg) translateX(0) scale(1);
    -webkit-transform: rotateY(360deg) translateX(0) scale(1);
    transform: rotateY(360deg) translateX(0) scale(1);
  }
}
@keyframes impossible-back {
  0% {
    -moz-transform: rotateX(0deg) translateX(0) scale(1);
    -ms-transform: rotateX(0deg) translateX(0) scale(1);
    -webkit-transform: rotateX(0deg) translateX(0) scale(1);
    transform: rotateX(0deg) translateX(0) scale(1);
  }
  60%,
  80% {
    -moz-transform: rotateX(-360deg) translateX(0) scale(1.3);
    -ms-transform: rotateX(-360deg) translateX(0) scale(1.3);
    -webkit-transform: rotateX(-360deg) translateX(0) scale(1.3);
    transform: rotateX(-360deg) translateX(0) scale(1.3);
  }
  100% {
    margin-right: 3em;
    -moz-transform: rotateX(-360deg) translateX(0) scale(1);
    -ms-transform: rotateX(-360deg) translateX(0) scale(1);
    -webkit-transform: rotateX(-360deg) translateX(0) scale(1);
    transform: rotateX(-360deg) translateX(0) scale(1);
  }
}
@keyframes impossible {
  0% {
    margin-right: 3em;
    -moz-transform: rotateX(0deg) translateX(0) scale(1);
    -ms-transform: rotateX(0deg) translateX(0) scale(1);
    -webkit-transform: rotateX(0deg) translateX(0) scale(1);
    transform: rotateX(0deg) translateX(0) scale(1);
  }
  60%,
  80% {
    -moz-transform: rotateX(360deg) translateX(0) scale(1.3);
    -ms-transform: rotateX(360deg) translateX(0) scale(1.3);
    -webkit-transform: rotateX(360deg) translateX(0) scale(1.3);
    transform: rotateX(360deg) translateX(0) scale(1.3);
  }
  100% {
    margin-right: 0;
    -moz-transform: rotateX(360deg) translateX(0) scale(1);
    -ms-transform: rotateX(360deg) translateX(0) scale(1);
    -webkit-transform: rotateX(360deg) translateX(0) scale(1);
    transform: rotateX(360deg) translateX(0) scale(1);
  }
}
@keyframes expand {
  0% {
    right: 0;
    width: 3em;
  }
  25% {
    right: 0;
    width: 100%;
  }
  50% {
    right: auto;
    width: 100%;
    left: 0;
  }
  100% {
    left: 0;
    width: 3em;
  }
}
@keyframes contract {
  0% {
    left: 0;
    width: 3em;
  }
  25% {
    left: 0;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
    left: auto;
  }
  100% {
    right: 0;
    width: 3em;
  }
}
@-webkit-keyframes flip-back {
  0% {
    -moz-transform: rotateY(0deg) translateX(0) scale(1);
    -ms-transform: rotateY(0deg) translateX(0) scale(1);
    -webkit-transform: rotateY(0deg) translateX(0) scale(1);
    transform: rotateY(0deg) translateX(0) scale(1);
  }
  60%,
  80% {
    -moz-transform: rotateY(-360deg) translateX(0) scale(1.3);
    -ms-transform: rotateY(-360deg) translateX(0) scale(1.3);
    -webkit-transform: rotateY(-360deg) translateX(0) scale(1.3);
    transform: rotateY(-360deg) translateX(0) scale(1.3);
  }
  100% {
    margin-right: 3em;
    -moz-transform: rotateY(-360deg) translateX(0) scale(1);
    -ms-transform: rotateY(-360deg) translateX(0) scale(1);
    -webkit-transform: rotateY(-360deg) translateX(0) scale(1);
    transform: rotateY(-360deg) translateX(0) scale(1);
  }
}
@-webkit-keyframes flip {
  0% {
    margin-right: 3em;
    -moz-transform: rotateY(0deg) translateX(0) scale(1);
    -ms-transform: rotateY(0deg) translateX(0) scale(1);
    -webkit-transform: rotateY(0deg) translateX(0) scale(1);
    transform: rotateY(0deg) translateX(0) scale(1);
  }
  60%,
  80% {
    -moz-transform: rotateY(360deg) translateX(0) scale(1.3);
    -ms-transform: rotateY(360deg) translateX(0) scale(1.3);
    -webkit-transform: rotateY(360deg) translateX(0) scale(1.3);
    transform: rotateY(360deg) translateX(0) scale(1.3);
  }
  100% {
    margin-right: 0;
    -moz-transform: rotateY(360deg) translateX(0) scale(1);
    -ms-transform: rotateY(360deg) translateX(0) scale(1);
    -webkit-transform: rotateY(360deg) translateX(0) scale(1);
    transform: rotateY(360deg) translateX(0) scale(1);
  }
}
@-webkit-keyframes impossible-back {
  0% {
    -moz-transform: rotateX(0deg) translateX(0) scale(1);
    -ms-transform: rotateX(0deg) translateX(0) scale(1);
    -webkit-transform: rotateX(0deg) translateX(0) scale(1);
    transform: rotateX(0deg) translateX(0) scale(1);
  }
  60%,
  80% {
    -moz-transform: rotateX(-360deg) translateX(0) scale(1.3);
    -ms-transform: rotateX(-360deg) translateX(0) scale(1.3);
    -webkit-transform: rotateX(-360deg) translateX(0) scale(1.3);
    transform: rotateX(-360deg) translateX(0) scale(1.3);
  }
  100% {
    margin-right: 3em;
    -moz-transform: rotateX(-360deg) translateX(0) scale(1);
    -ms-transform: rotateX(-360deg) translateX(0) scale(1);
    -webkit-transform: rotateX(-360deg) translateX(0) scale(1);
    transform: rotateX(-360deg) translateX(0) scale(1);
  }
}
@-webkit-keyframes impossible {
  0% {
    margin-right: 3em;
    -moz-transform: rotateX(0deg) translateX(0) scale(1);
    -ms-transform: rotateX(0deg) translateX(0) scale(1);
    -webkit-transform: rotateX(0deg) translateX(0) scale(1);
    transform: rotateX(0deg) translateX(0) scale(1);
  }
  60%,
  80% {
    -moz-transform: rotateX(360deg) translateX(0) scale(1.3);
    -ms-transform: rotateX(360deg) translateX(0) scale(1.3);
    -webkit-transform: rotateX(360deg) translateX(0) scale(1.3);
    transform: rotateX(360deg) translateX(0) scale(1.3);
  }
  100% {
    margin-right: 0;
    -moz-transform: rotateX(360deg) translateX(0) scale(1);
    -ms-transform: rotateX(360deg) translateX(0) scale(1);
    -webkit-transform: rotateX(360deg) translateX(0) scale(1);
    transform: rotateX(360deg) translateX(0) scale(1);
  }
}
@-webkit-keyframes expand {
  0% {
    right: 0;
    width: 3em;
  }
  25% {
    right: 0;
    width: 100%;
  }
  50% {
    right: auto;
    width: 100%;
    left: 0;
  }
  100% {
    left: 0;
    width: 3em;
  }
}
@-webkit-keyframes contract {
  0% {
    left: 0;
    width: 3em;
  }
  25% {
    left: 0;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
    left: auto;
  }
  100% {
    right: 0;
    width: 3em;
  }
}
html,
body {
  padding: 0;
  margin: 0;
}

.connection-status {
  padding: 0;
  display: inline-block;
  text-align: left;
  font-size: 0.8rem;
}

.connection-status.user-is-connected {
  color: #3bb300;
}

.connection-status.user-is-connected::before {
  content: url("/images/wireless-connected.png");
  width: 50px;
  color: #3bb300;
}

.connection-status.user-is-disconnected {
  color: #ff0000;
}

.connection-status.user-is-disconnected::before {
  content: url("/images/wireless-disconnected.png");
  width: 50px;
  color: #ff0000;
}

form button {
  margin: 1em 0;
}

form label {
  font-size: 1.5em;
  margin: 1em 0 0;
}

div#not-found a {
  display: block;
  clear: both;
}

div#not-found a,
form a {
  position: relative;
  left: 15px;
  top: 10px;
  padding-left: 20px;
}

#questions > div > span {
  padding: 2em;
  margin: -1em 0 0 -3em;
  display: block;
  cursor: pointer;
}

#currentQuestion {
  float: left;
}

#currentQuestion2 {
  float: left;
}

#currentQuestion4 {
  float: left;
}

#currentQuestion5 {
  float: left;
}

#currentQuestion button {
  margin: 2px 0;
  cursor: pointer;
}

#currentQuestion button:hover {
  opacity: 0.9;
}

#scoreboard {
  width: 100%;
  text-align: center;
}

#scoreboard {
  font-size: 1.5rem;
  color: #000000;
}

#scoreboard svg {
  margin: 0 0 0 0;
}

.question-wrapper {
  padding: 0 2em;
  line-height: 1.5;
}

ul#tabs-list {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

label.panel-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  color: #bdc3c7;
  cursor: pointer;
  background-color: #ecf0f1;
  transition-property: background-color, color;
  transition-duration: 200ms;
}
label.panel-label:hover {
  color: #2e7d32;
}

#panels {
  background-color: white;
  width: 85%;
  margin: 0 auto;
  border-top: 1px solid #dfdfdf;
}
#panels .container {
  margin: 0 auto;
  padding: 2em 0;
}
#panels section header label.panel-label {
  padding: 12px 24px;
  box-sizing: border-box;
}
#panels section main {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  transition: opacity 600ms;
  overflow-y: hidden;
}

#panel-1-ctrl:checked ~ #panels #panel-1 main {
  max-height: initial;
  opacity: 1;
  padding: 48px 24px;
}

#panel-2-ctrl:checked ~ #panels #panel-2 main {
  max-height: initial;
  opacity: 1;
  padding: 48px 24px;
}

#panel-3-ctrl:checked ~ #panels #panel-3 main {
  max-height: initial;
  opacity: 1;
  padding: 48px 24px;
}

#panel-4-ctrl:checked ~ #panels #panel-4 main {
  max-height: initial;
  opacity: 1;
  padding: 48px 24px;
}

#panel-5-ctrl:checked ~ #panels #panel-5 main {
  max-height: initial;
  opacity: 1;
  padding: 48px 24px;
}

#panel-6-ctrl:checked ~ #panels #panel-6 main {
  max-height: initial;
  opacity: 1;
  padding: 48px 24px;
}

#panel-7-ctrl:checked ~ #panels #panel-7 main {
  max-height: initial;
  opacity: 1;
  padding: 48px 24px;
}

#panel-8-ctrl:checked ~ #panels #panel-8 main {
  max-height: initial;
  opacity: 1;
  padding: 48px 24px;
}

@media all and (max-width: 767px) {
  #nav-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    max-height: 46px;
    opacity: 1;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    max-height: 46px;
    opacity: 1;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    max-height: 46px;
    opacity: 1;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    max-height: 46px;
    opacity: 1;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-5 {
    max-height: 46px;
    opacity: 1;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-6 {
    max-height: 46px;
    opacity: 1;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-7 {
    max-height: 46px;
    opacity: 1;
  }

  #nav-ctrl:checked ~ #tabs-list #li-for-panel-8 {
    max-height: 46px;
    opacity: 1;
  }

  #open-nav-label {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
  }

  #nav-ctrl:checked ~ #tabs-list #open-nav-label {
    display: none;
  }

  #close-nav-label {
    display: block;
    max-height: 0;
    overflow-y: hidden;
    background-color: #444444;
    color: #ecf0f1;
    padding: 0px;
    transition: max-height 200ms;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px;
  }

  #nav-ctrl:checked ~ #tabs-list #close-nav-label {
    max-height: 36px;
    opacity: 1;
    padding: 12px 24px;
  }

  #tabs-list {
    position: relative;
  }
  #tabs-list label.panel-label {
    padding: 12px 0;
  }
  #tabs-list #li-for-panel-1 {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-2 {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-3 {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-4 {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-5 {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-6 {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-7 {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-8 {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 200ms;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
    background-color: #2e7d32;
    color: white;
  }

  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
    background-color: #2e7d32;
    color: white;
  }

  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
    background-color: #2e7d32;
    color: white;
  }

  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
    background-color: #2e7d32;
    color: white;
  }

  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label {
    background-color: #2e7d32;
    color: white;
  }

  #panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 label.panel-label {
    background-color: #2e7d32;
    color: white;
  }

  #panel-7-ctrl:checked ~ #tabs-list #li-for-panel-7 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-7-ctrl:checked ~ #tabs-list #li-for-panel-7 label.panel-label {
    background-color: #2e7d32;
    color: white;
  }

  #panel-8-ctrl:checked ~ #tabs-list #li-for-panel-8 {
    max-height: 46px;
    opacity: 1;
  }
  #panel-8-ctrl:checked ~ #tabs-list #li-for-panel-8 label.panel-label {
    background-color: #2e7d32;
    color: white;
  }

  #panels .container {
    width: 100%;
  }
  #panels section header {
    display: block;
  }
}
@media all and (min-width: 768px) {
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1.last {
    border-right: 1px solid transparent;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
    background-color: white;
    color: #2e7d32;
    padding-top: 26px;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after {
    height: 6px;
  }

  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.last {
    border-right: 1px solid transparent;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
    background-color: white;
    color: #2e7d32;
    padding-top: 26px;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after {
    height: 6px;
  }

  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3.last {
    border-right: 1px solid transparent;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
    background-color: white;
    color: #2e7d32;
    padding-top: 26px;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label::after {
    height: 6px;
  }

  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4.last {
    border-right: 1px solid transparent;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
    background-color: white;
    color: #2e7d32;
    padding-top: 26px;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label::after {
    height: 6px;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5.last {
    border-right: 1px solid transparent;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label {
    background-color: white;
    color: #2e7d32;
    padding-top: 26px;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label::after {
    height: 6px;
  }
  #panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6.last {
    border-right: 1px solid transparent;
  }
  #panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 label.panel-label {
    background-color: white;
    color: #2e7d32;
    padding-top: 26px;
  }
  #panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 label.panel-label::after {
    height: 6px;
  }
  #panel-7-ctrl:checked ~ #tabs-list #li-for-panel-7 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-7-ctrl:checked ~ #tabs-list #li-for-panel-7.last {
    border-right: 1px solid transparent;
  }
  #panel-7-ctrl:checked ~ #tabs-list #li-for-panel-7 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-7-ctrl:checked ~ #tabs-list #li-for-panel-7 label.panel-label {
    background-color: white;
    color: #2e7d32;
    padding-top: 26px;
  }
  #panel-7-ctrl:checked ~ #tabs-list #li-for-panel-7 label.panel-label::after {
    height: 6px;
  }
  #panel-8-ctrl:checked ~ #tabs-list #li-for-panel-8 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-8-ctrl:checked ~ #tabs-list #li-for-panel-8.last {
    border-right: 1px solid transparent;
  }
  #panel-8-ctrl:checked ~ #tabs-list #li-for-panel-8 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-8-ctrl:checked ~ #tabs-list #li-for-panel-8 label.panel-label {
    background-color: white;
    color: #2e7d32;
    padding-top: 26px;
  }
  #panel-8-ctrl:checked ~ #tabs-list #li-for-panel-8 label.panel-label::after {
    height: 6px;
  }

  ul#tabs-list {
    text-align: center;
  }
  ul#tabs-list li {
    display: inline-block;
    text-align: center;
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    width: 10%;
    box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
    border-right: 1px solid #dfdfdf;
    position: relative;
  }
  ul#tabs-list li:hover {
    transition: none;
    border-right: none;
  }
  ul#tabs-list li:hover.last {
    border-right: 1px solid transparent;
  }
  ul#tabs-list li:hover + li {
    border-left: 1px solid #dfdfdf;
  }
  ul#tabs-list li label.panel-label {
    position: relative;
    padding: 24px 0;
  }
  ul#tabs-list li label.panel-label::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    background-color: #2e7d32;
    height: 0;
    transition-property: height;
    transition-duration: 200ms;
  }
  ul#tabs-list li label.panel-label:hover {
    padding-top: 25px;
  }
  ul#tabs-list li label.panel-label:hover::after {
    height: 6px;
  }

  #open-nav-label,
  #close-nav-label {
    display: none;
  }

  #nav-ctrl {
    display: none;
  }
}
@media all and (min-width: 900px) {
  main {
    width: 90%;
    margin: 0 auto;
  }
}
.panel-radios {
  position: fixed;
  left: 50%;
  top: 10px;
  width: 20px;
  opacity: 0;
  z-index: 99;
}
.panel-radios:nth-child(1) {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.panel-radios:nth-child(2) {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.panel-radios:nth-child(3) {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.panel-radios:nth-child(4) {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.panel-radios:nth-child(5) {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.panel-radios:nth-child(6) {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.panel-radios:nth-child(7) {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.panel-radios:nth-child(8) {
  top: 30px;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  display: block;
}

#introduction {
  width: 90%;
  margin: 0 auto;
  padding: 48px 24px;
  color: white;
}
#introduction h1 {
  font-weight: 300;
  text-align: center;
}

main h1 {
  margin-top: 0;
  font-weight: 700;
  font-size: 3rem;
  color: #2e7d32;
}
main p {
  line-height: 1.8;
}
main hr {
  margin: 12px 0;
  border-top: 1px solid #dfdfdf;
}

label.demo-label {
  background-color: #2e7d32;
  color: white;
  padding: 4px 8px;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.demo-label:hover {
  background-color: #2e7d32;
}

#demo-child-toggle {
  display: none;
}
#demo-child-toggle:checked ~ #demo-parent #demo-child {
  color: #2e7d32;
  font-weight: bold;
  text-transform: uppercase;
}

#demo-parent {
  margin-top: 8px;
}

.animate {
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

.action-button {
  position: relative;
  padding: 10px 40px;
  margin: 0px 10px 10px 0px;
  float: left;
  width: 100%;
  border-radius: 10px;
  font-size: 25px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.disabled-button {
  position: relative;
  padding: 10px 40px;
  margin: 0px 10px 10px 0px;
  float: left;
  width: 100%;
  border-radius: 10px;
  font-size: 25px;
  color: #fff;
  text-decoration: none;
  cursor: not-allowed;
}

.blue {
  background-color: #3498db;
  border-bottom: 5px solid #2980b9;
  text-shadow: 0px -2px #2980b9;
}

.red {
  background-color: #577f39;
  border-bottom: 5px solid #2b3f1d;
  text-shadow: 0px -2px #2b3f1d;
}

.green {
  background-color: #82bf56;
  border-bottom: 5px solid #669644;
  text-shadow: 0px -2px #669644;
}

.green-text {
  color: #2e7d32;
}

.yellow {
  background-color: #f2cf66;
  border-bottom: 5px solid #d1b358;
  text-shadow: 0px -2px #d1b358;
}

.action-button:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  border-bottom: 1px solid;
}

.results-header {
  float: right;
  margin: 30px 0 0 0;
}

pre {
  font-size: 2rem;
  white-space: pre-wrap;
}

.summary-flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 0 0;
  padding: 0;
  width: 100%;
  background-color: #d4d5dd;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.summary-flex-row-sep {
  border-right: 1px solid #000000;
}

.summary-flex-row h1 {
  font-size: 1.75rem;
  text-align: left;
  padding: 0;
  margin: 0;
}

.summary-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
  width: 100%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.summary-flex-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 0.8em 0.5em;
  overflow: hidden;
  list-style: none;
  border: solid 1px white;
  background: rgba(112, 128, 144, 0.1);
}

.summary-flex-cell-alternate {
  background: rgba(112, 128, 144, 0.3);
}

.summary-flex-sep {
  border-right: 1px solid #000000;
}

.summary-flex-cell > h1,
.summary-flex-cell > h2,
.summary-flex-cell > h3,
.summary-flex-cell > h4,
.summary-flex-cell > h5,
.summary-flex-cell > h6 {
  margin: 0;
  color: #2e7d32;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
}

.summary-flex--2cols > .summary-flex-cell {
  width: 50%;
}
.summary-flex--3cols > .summary-flex-cell {
  width: 33.33%;
}
.summary-flex--4cols > .summary-flex-cell {
  width: 25%;
}
.summary-flex--5cols > .summary-flex-cell {
  width: 20%;
}
.summary-flex--6cols > .summary-flex-cell {
  width: 16.6%;
}
.summary-flex--8cols > .summary-flex-cell {
  width: 11.6%;
}
.summary-flex-2span {
  flex-basis: 45%;
  border: none;
}
.selection-introduction {
  font-size: 1.25rem;
}

.selection-introduction::before {
  content: url("/images/selected-choice-icon.png");
  width: 28px;
  height: 28px;
  float: left;
  margin: 5px 5px 0 0;
}

.column-highlight {
  background: rgba(112, 128, 144, 0.6);
}

.bad-year {
  font-weight: 700;
  color: red;
}

.good-year {
  font-weight: 700;
  color: green;
}

#year1_answer,
#year2_answer,
#year3_answer,
#year4_answer,
#year5_answer,
#year6_answer {
  font-weight: 700;
  text-decoration: underline;
}

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: -200%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 120px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* General button style */
.btn {
  border: none;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before {
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* General button style */
.btn-smallfont {
  border: none;
  font-size: 1rem;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-smallfont:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn-smallfont:before {
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* Icon separator */
.btn-sep {
  padding: 25px 60px 25px 120px;
}

.btn-sep2 {
  padding: 15px 60px 15px 95px;
}

.btn-sep3 {
  padding: 25px 40px 25px 100px;
}

.btn-sep4 {
  padding: 25px 72px 25px 132px;
}

.btn-sep-reveal {
  padding: 15px 40px 15px 100px;
}

.btn-sep:before {
  background: rgba(0, 0, 0, 0.15);
}

.btn-sep2:before {
  background: rgba(0, 0, 0, 0.15);
}

.btn-sep3:before {
  background: rgba(0, 0, 0, 0.15);
}

.btn-sep4:before {
  background: rgba(0, 0, 0, 0.15);
}

.btn-sep-reveal:before {
  background: rgba(0, 0, 0, 0.15);
}

/* Button 2 */
.btn-2 {
  background: #2e7d32;
  color: #fff;
}

.btn-2:hover {
  background: #27ae60;
}

.btn-2:active {
  background: #27ae60;
  top: 2px;
}

.btn-2:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 3;
  font-size: 140%;
  width: 60px;
}

/* Button 3 */
.btn-3 {
  background: #2e7d32;
  color: #fff;
}

.btn-3:hover {
  background: #27ae60;
}

.btn-3:active {
  background: #27ae60;
  top: 2px;
}

.btn-3:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 2;
  font-size: 150%;
  width: 60px;
}

/* Button Reveal */
.btn-reveal {
  background: #2e7d32;
  color: #fff;
}

.btn-reveal:hover {
  background: #27ae60;
}

.btn-reveal:active {
  background: #27ae60;
  top: 2px;
}

.btn-reveal:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 2;
  font-size: 150%;
  width: 60px;
}

.medium-font {
  font-size: 1rem;
}

/* Icons */

.icon-lock::before {
  content: "\f023";
}

.icon-unlock::before {
  content: "\f09c";
}

.icon-start::before {
  content: "\f04b";
}

.icon-confirm::before {
  content: "\f058";
}

.icon-online::before {
  content: "\f0c0";
}

.icon-calculate::before {
  content: "\f1ec";
}

.icon-display::before {
  content: "\f200";
}

.icon-reveal::before {
  content: "\f06e";
}

#question-1-locked-msg::before,
#question-2-locked-msg::before,
#question-3-locked-msg::before,
#question-4-locked-msg::before {
  content: url("/images/student-padlock.png");
  margin: 0 10px 0 0;
}

.quiz-window {
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}
.quiz-window-header {
  padding: 20px 15px;
  text-align: center;
  position: relative;
}
.quiz-window-title {
  font-size: 26px;
  font-weight: 700;
}
.quiz-window-body {
  background-color: #f9f9f9;
}
.guiz-awards-row {
  margin: 0;
  padding: 10px 40px;
  list-style: none;
}
.guiz-awards-row:after {
  content: "";
  display: table;
  clear: both;
}
.guiz-awards-row-even {
  background-color: #fff;
}
.guiz-awards-row li {
  display: inline-block;
  vertical-align: top;
  float: left;
}
.guiz-awards-header {
  text-align: center;
  padding: 20px 40px;
}
.guiz-awards-star,
.guiz-awards-track,
.guiz-awards-time,
.guiz-awards-header-star,
.guiz-awards-header-track,
.guiz-awards-header-time {
  text-align: center;
  width: 16%;
  font-weight: 700;
}
.guiz-historical-average,
.guiz-awards-market-prices {
  width: 20%;
  min-width: 100px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.guiz-awards-header-title {
  width: 40%;
  min-width: 160px;
}
.guiz-awards-subtitle {
  color: #858585;
  font-size: 14px;
  font-weight: 300;
}
.guiz-awards-track {
  width: 20%;
  min-width: 80px;
  font-size: 18px;
  font-weight: 400;
}

.guiz-awards-my-prices {
  width: 20%;
  min-width: 80px;
  font-size: 18px;
}

.guiz-my-time {
  width: 20%;
  min-width: 80px;
  font-size: 18px;
  text-align: center;
}

.guiz-awards-title {
  width: 20%;
  min-width: 80px;
  font-size: 18px;
  text-align: center;
}

.guiz-awards-header-track,
.guiz-awards-header-time {
  width: 20%;
  min-width: 80px;
}
.guiz-awards-track .null,
.guiz-awards-time .null {
  color: #bababa;
}
.cow-size {
  display: block;
  width: 53px;
  height: 29px;
}

.dairy-size {
  display: block;
  width: 33px;
}

.corn-size {
  display: block;
  width: 33px;
}

.wheat-size {
  display: block;
  width: 32px;
  height: 29px;
  padding: 0 20px 0 0;
}
.cow {
  content: url("/images/summary-cow.png");
  float: left;
}
.wheat {
  content: url("/images/summary-wheat.png");
  float: left;
}

.dairy {
  content: url("/images/dairy_icon.png");
  float: left;
}

.corn {
  content: url("/images/corn_icon.png");
  float: left;
}

.guiz-awards-buttons {
  background: #fff;
  text-align: center;
  padding: 20px 0;
}
.guiz-awards-but-back {
  display: inline-block;
  background: none;
  border: 1px solid #61a3e5;
  border-radius: 21px;
  padding: 7px 40px 7px 20px;
  color: #61a3e5;
  font-size: 17px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.guiz-awards-but-back:hover {
  background: #61a3e5;
  color: #fff;
}

.guiz-awards-but-back i {
  font-size: 26px;
  line-height: 17px;
  margin-right: 20px;
  position: relative;
  top: 2px;
}

.manage-effects-reveal,
.balanceRisk-reveal,
.q2Commod-reveal,
.q1Commod-reveal {
  display: none;
  font-size: 1.75rem;
  margin: 0 0 0 1em;
}

.fiveCategories-reveal {
  display: none;
  font-size: 2.5rem;
  margin: 0 0 0 1em;
}

.fiveCategories-reveal p {
  font-size: 3.5rem;
}

.collisions-reveal {
  display: none;
  font-size: 1.75rem;
  margin: 0 0 0 1em;
  text-align: left;
}

.collisions-reveal p {
  margin: 0;
  padding: 0;
  text-align: left;
}

.currentUser {
  font-weight: 900;
  text-decoration: underline;
}

.company-logos {
  margin: 0 0 0 0;
  text-align: center;
}

.company-logos img {
  width: 100px;
}

.look-down .question-lock-btns {
  width: 55%;
}

.question-btn-list-wrapper {
  display: flex;
  justify-content: center;
  height: 200px;
}

.question-btn-list-year-wrapper {
  display: flex;
  justify-content: center;
  height: 100px;
}

.question-sep {
  width: 80%;
}

.summary-page h3 {
  margin: 0.25em 1em 0 1em;
}

.one-big-image .rma-link {
  margin: 0 0 0 0;
}

.one-big-image .rma-link::before {
  content: url("../images/link-icon.png");
  width: 35px;
  margin: 10px 10px 0 0;
  vertical-align: -10px;
}

.one-big-image .rma-link a:link {
  color: #2e7d32;
  text-decoration: none;
}

.one-big-image .rma-link a:visited {
  color: #2e7d32;
  text-decoration: none;
}

.one-big-image .rma-link a:focus {
  color: #2e7d32;
  text-decoration: none;
}

.one-big-image .rma-link a:hover {
  color: #000000;
  text-decoration: underline;
}

.one-big-image .rma-link a:active {
  color: #000000;
  text-decoration: none;
}

p.rma-link-local {
  margin: 1em 0 2em 0;
}

.rma-link-local::before {
  content: url("../images/link-icon.png");
  width: 35px;
  margin: 10px 10px 0 0;
  vertical-align: -10px;
}

.rma-link-local a:link {
  color: #2e7d32;
  text-decoration: none;
}

.rma-link-local a:visited {
  color: #2e7d32;
  text-decoration: none;
}

.header-link a:link {
  color: #2e7d32;
  text-decoration: none;
}

.header-link a:visited {
  color: #2e7d32;
  text-decoration: none;
}

.header-link a:focus {
  color: #2e7d32;
  color: #000000;
  text-decoration: underline;
}

.header-link a:hover {
  color: #000000;
  text-decoration: underline;
}

.header-link a:active {
  color: #000000;
  text-decoration: underline;
}

.insurance-triggered {
  font-weight: 900;
}

.insurance-triggered::before {
  content: url("../images/insurance-triggered.png");
  float: left;
  margin: 0 5px 0 0;
}

p.body-link {
  margin: 0;
  padding: 0;
}

.body-link a:link {
  color: #2e7d32;
  text-decoration: none;
}

.body-link a:visited {
  color: #2e7d32;
  text-decoration: none;
}

.body-link a:focus {
  color: #2e7d32;
  text-decoration: none;
}

.body-link a:hover {
  color: #000000;
  text-decoration: underline;
}

.body-link a:active {
  color: #000000;
  text-decoration: none;
}

#year1-presenter-results,
#year2-presenter-results,
#year3-presenter-results,
#year4-presenter-results,
#year5-presenter-results,
#year6-presenter-results,
#sob-stats-table-total {
  width: 1150px;
  margin: 0 auto;
  border: 1px solid #000000;
}

#sob-stats-table {
  width: 1100px;
  margin: 0 auto;
  border: 1px solid #000000;
}

#year1-presenter-results th,
#year2-presenter-results th,
#year3-presenter-results th,
#year4-presenter-results th,
#year5-presenter-results th,
#year6-presenter-results th,
#sob-stats-table th,
#sob-stats-table-total th {
  text-align: center;
  background-color: #d4d5dd;
  color: #2e7d32;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.8em 0.5em;
}

#year1-presenter-results tr,
#year2-presenter-results tr,
#year3-presenter-results tr,
#year4-presenter-results tr,
#year5-presenter-results tr,
#year6-presenter-results tr,
#sob-stats-table tr,
#sob-stats-table-total tr {
  text-align: center;
}

#year1-presenter-results td,
#year2-presenter-results td,
#year3-presenter-results td,
#year4-presenter-results td,
#year5-presenter-results td,
#year6-presenter-results td,
#sob-stats-table td,
#sob-stats-table-total td {
  padding: 0.8em 0.5em;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}

#year1-presenter-results td:nth-child(odd),
#year2-presenter-results td:nth-child(odd),
#year3-presenter-results td:nth-child(odd),
#year4-presenter-results td:nth-child(odd),
#year5-presenter-results td:nth-child(odd),
#year6-presenter-results td:nth-child(odd),
#sob-stats-table td:nth-child(odd),
#sob-stats-table-total td:nth-child(odd) {
  background-color: rgba(112, 128, 144, 0.3);
}

#year1-presenter-results td:nth-child(even),
#year2-presenter-results td:nth-child(even),
#year3-presenter-results td:nth-child(even),
#year4-presenter-results td:nth-child(even),
#year5-presenter-results td:nth-child(even),
#year6-presenter-results td:nth-child(even),
#sob-stats-table td:nth-child(even),
#sob-stats-table-total td:nth-child(even) {
  background: rgba(112, 128, 144, 0.1);
}

#sob-stats-date {
  font-weight: 900;
}

.setup-container {
  display: flex;
  flex-direction: row;
  padding: 0 4em 1em 4em;
}

.setup-instruction {
  font-size: 1.5rem;
  width: 60%;
  border-right: 1px solid #eee;
}

.setup-instruction a:link {
  color: #2e7d32;
  font-weight: 900;
}

.setup-instruction a:visited {
  color: #2e7d32;
}

.setup-instruction a:hover {
  color: #000000;
}

#setup-code {
  font-weight: 900;
  font-size: 3rem;
}

#setup-url {
  font-weight: 900;
  font-size: 3rem;
}

#users-online-list {
  margin: 0 0 0 0;
  height: 450px;
  width: 40%;
}

#users-online-list #users-online-users li {
  color: #2e7d32;
  font-weight: 900;
  margin: 1em 0 0 0;
  list-style: none;
}

#users-online-list #users-online-users li .connected {
  color: #3bb300;
  font-weight: 900;
  padding: 10px 0 0 0;
  font-size: 1.25rem;
}

#users-online-list #users-online-users li.connected img {
  width: 25px;
  margin: -1px 10px 0 0;
  float: left;
}

#question1_answered_users #question1-users-list li,
#question2_answered_users #question2-users-list li,
#year1_answered_users #year1-users-list li,
#year2_answered_users #year2-users-list li,
#year3_answered_users #year3-users-list li,
#year4_answered_users #year4-users-list li,
#year5_answered_users #year5-users-list li,
#year6_answered_users #year6-users-list li {
  color: #ff0000;
  font-weight: 900;
  margin: 1em 0 0 0;
  list-style: none;
}

#question1_answered_users #question1-users-list li .waiting,
#question2_answered_users #question2-users-list li .waiting,
#year1_answered_users #year1-users-list li .waiting,
#year2_answered_users #year2-users-list li .waiting,
#year3_answered_users #year3-users-list li .waiting,
#year4_answered_users #year4-users-list li .waiting,
#year5_answered_users #year5-users-list li .waiting,
#year6_answered_users #year6-users-list li .waiting {
  color: #ff0000;
  font-weight: 900;
  padding: 10px 0 0 0;
  font-size: 1.25rem;
}

#question1_answered_users #question1-users-list li.waiting img,
#question2_answered_users #question2-users-list li.waiting img,
#year1_answered_users #year1-users-list li.waiting img,
#year2_answered_users #year2-users-list li.waiting img,
#year3_answered_users #year3-users-list li.waiting img,
#year4_answered_users #year4-users-list li.waiting img,
#year5_answered_users #year5-users-list li.waiting img,
#year6_answered_users #year6-users-list li.waiting img {
  width: 20px;
  margin: -1px 10px 0 0;
  float: left;
}

.school-name {
  text-align: center;
  font-size: 1.5rem;
  margin: 0.25em 0 0 0;
  padding: 0;
}

.school-logo {
  text-align: center;
  margin: 0;
  padding: 0;
}

.doughnut {
  padding: 20px 5px;
  background-color: white;
  height: 350px;
  margin: 0 0 0 4em;
}

.doughnutChartContainer {
  float: left;
  background-color: white;
  width: 450px;
}

.doughnut .chart-legend {
  float: left;
  width: 180px;
  background-color: white;
  list-style-type: none;
  margin-top: 20px;
  text-align: center;
  /* NOTE: Browsers automatically add 40px of padding-left to all lists, so we should offset that, otherwise the legend is off-center */
  -webkit-padding-start: 0;
  /* Webkit */
  -moz-padding-start: 0;
  /* Mozilla */
  padding-left: 0;
  /* IE (handles all cases, really, but we should also include the vendor-specific properties just to be safe) */
}

.doughnut .chart-legend li {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  margin-bottom: 4px;
  border-radius: 5px;
  padding: 2px 24px 2px 0;
  font-size: 1rem;
  cursor: default;
}

.doughnut .chart-legend li .line-legend-icon,
.doughnut .chart-legend li .doughnut-legend-icon {
  display: block;
  float: left;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

.doughnut .chart-legend li .doughnut-legend-text,
.doughnut .chart-legend li .line-legend-text {
  padding-left: 10px;
}

.company-carousel {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;
}

.regional-office-bullets {
  width: 50%;
  float: left;
  text-align: left;
  margin: 0 1em 0 2em;
  font-size: 1.5rem;
}

.regional-office-bullets ul li {
  list-style-image: url("/images/bullet.png");
  margin: 0 0 1.25em 0;
  padding: 0;
}

.regional-office-bullets-map {
  width: 40%;
  float: left;
}

.rma-info-content {
  width: 50%;
  float: left;
  text-align: left;
  margin: 0 1em 0 2em;
  font-size: 1.5rem;
}

.rma-info-content .rma-link {
  margin: 1em 0 0 0;
  font-size: 1.5rem;
}

.rma-info-content .rma-link a:link {
  color: #2e7d32;
  text-decoration: none;
}

.rma-info-content .rma-link a:visited {
  color: #2e7d32;
  text-decoration: none;
}

.rma-info-content .rma-link a:focus {
  color: #2e7d32;
  text-decoration: none;
}

.rma-info-content .rma-link a:hover {
  color: #000000;
  text-decoration: underline;
}

.rma-info-content .rma-link a:active {
  color: #000000;
  text-decoration: none;
}

.rma-info-content .rma-link::before {
  content: url("../images/link-icon.png");
  width: 25px;
  margin: 10px 10px 0 0;
  vertical-align: -3px;
}

.rma-info-image {
  width: 40%;
  float: left;
}

.rma-info .rma-info-image img {
  width: 400px;
}

.sub-title {
  font-size: 1, 5rem;
  margin: 0 0 2em 0;
}

.company-carousel p.big-important {
  font-size: 2.5rem;
  margin: 0;
  padding: 0;
}

.RMALocalLink {
  margin: 4em 0 0 0;
}

.RMALocalLink a:link {
  color: #2e7d32;
  text-decoration: none;
}

.RMALocalLink a:visited {
  color: #2e7d32;
  text-decoration: none;
}

.RMALocalLink a:focus {
  color: #2e7d32;
  text-decoration: none;
}

.RMALocalLink a:hover {
  color: #000000;
  text-decoration: underline;
}

.RMALocalLink a:active {
  color: #000000;
  text-decoration: none;
}

.slick-slider {
  width: 900px;
}

.you-are-bankrupt-year1,
.you-are-bankrupt-year2,
.you-are-bankrupt-year3,
.you-are-bankrupt-year4,
.you-are-bankrupt-year5,
.you-are-bankrupt-year6 {
  color: #ff0000;
  font-weight: 900;
}

.display-user,
.display-className,
.display-schooName,
.display-workshop {
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0 0 0 0;
  padding: 0;
}

.display-workshop {
  margin: 0 0 2em 0;
  font-size: 1.75rem;
}

.slider-left-column {
  width: 60%;
  margin: 0;
  padding: 0;
  text-align: left;
}

.slider-left-column p {
  margin: 0.5em 0 0 0;
  padding: 0;
}

.slider-left-column h2 {
  text-align: left;
}

.slider-right-column {
  padding: 0;
  margin: 0;
}

.insurance-terms h2 {
  padding: 0;
  margin: 0.25em 0 0 0;
  text-align: left;
}

.insurance-terms p {
  padding: 0;
  margin: 0.5em 0 0 0;
  text-align: left;
}

ul.transfer-list li {
  font-size: 2.5rem;
}

.progressBar {
  width: 800px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  background-color: #419e39;
  -webkit-box-shadow: 1px 1px 20px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 1px 1px 20px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 1px 1px 20px rgba(255, 255, 255, 0.4);
  -o-box-shadow: 1px 1px 20px rgba(255, 255, 255, 0.4);
  box-shadow: 1px 1px 20px rgba(255, 255, 255, 0.4);
}
.progressBar::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-linear-gradient(
    to bottom,
    rgba(46, 53, 125, 0.5) 0%,
    rgba(46, 53, 113, 0.5) 50%,
    rgba(46, 53, 107, 0.5) 51%,
    rgba(46, 53, 125, 0.5) 100%
  );
  background: -moz-linear-gradient(
    to bottom,
    rgba(46, 53, 125, 0.5) 0%,
    rgba(46, 53, 113, 0.5) 50%,
    rgba(46, 53, 107, 0.5) 51%,
    rgba(46, 53, 125, 0.5) 100%
  );
  background: -ms-linear-gradient(
    to bottom,
    rgba(46, 53, 125, 0.5) 0%,
    rgba(46, 53, 113, 0.5) 50%,
    rgba(46, 53, 107, 0.5) 51%,
    rgba(46, 53, 125, 0.5) 100%
  );
  background: -o-linear-gradient(
    to bottom,
    rgba(46, 53, 125, 0.5) 0%,
    rgba(46, 53, 113, 0.5) 50%,
    rgba(46, 53, 107, 0.5) 51%,
    rgba(46, 53, 125, 0.5) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(46, 53, 125, 0.5) 0%,
    rgba(46, 53, 113, 0.5) 50%,
    rgba(46, 53, 107, 0.5) 51%,
    rgba(46, 53, 125, 0.5) 100%
  );
  -webkit-animation: progressBar 6s infinite ease-in-out;
  -moz-animation: progressBar 6s infinite ease-in-out;
  -o-animation: progressBar 6s infinite ease-in-out;
  -ms-animation: progressBar 6s infinite ease-in-out;
  animation: progressBar 6s infinite ease-in-out;
}

@-webkit-keyframes progressBar {
  0% {
    width: 0%;
  }
  15% {
    width: 15%;
  }
  20% {
    width: 20%;
  }
  45% {
    width: 45%;
  }
  55% {
    width: 55%;
  }
  65% {
    width: 65%;
  }
  85% {
    width: 85%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes progressBar {
  0% {
    width: 0%;
  }
  15% {
    width: 15%;
  }
  20% {
    width: 20%;
  }
  45% {
    width: 45%;
  }
  55% {
    width: 55%;
  }
  65% {
    width: 65%;
  }
  85% {
    width: 85%;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes progressBar {
  0% {
    width: 0%;
  }
  15% {
    width: 15%;
  }
  20% {
    width: 20%;
  }
  45% {
    width: 45%;
  }
  55% {
    width: 55%;
  }
  65% {
    width: 65%;
  }
  85% {
    width: 85%;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes progressBar {
  0% {
    width: 0%;
  }
  15% {
    width: 15%;
  }
  20% {
    width: 20%;
  }
  45% {
    width: 45%;
  }
  55% {
    width: 55%;
  }
  65% {
    width: 65%;
  }
  85% {
    width: 85%;
  }
  100% {
    width: 100%;
  }
}
@keyframes progressBar {
  0% {
    width: 0%;
  }
  15% {
    width: 15%;
  }
  20% {
    width: 20%;
  }
  45% {
    width: 45%;
  }
  55% {
    width: 55%;
  }
  65% {
    width: 65%;
  }
  85% {
    width: 85%;
  }
  100% {
    width: 100%;
  }
}

ul.medium-text-list li {
  font-size: 1.75rem;
  margin: 1em 0 0 0;
}

ul.insurance-terms-list li {
  font-size: 16px;
}

.Red {
  font-weight: 700;
  color: red;
}

.Green {
  font-weight: 700;
  color: green;
}

.Yellow {
  font-weight: 700;
  color: #ffa500;
}

.tooltip {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  color: #fff;
  font-size: 4rem;
  padding: 6px 10px;
  white-space: nowrap;
}

.ui-dialog {
  width: 50% !important;
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 20px rgba(0, 0, 0, 0.2);
  color: #000;
  max-height: 600px;
  overflow-y: auto;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-dialog-titlebar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  color: #404040;
  font-size: 20px;
  font-weight: 900;
  line-height: 60px;
}
.ui-dialog-content {
  padding: 20px;
  line-height: 26px;
  font-size: 14px;
}

.ui-dialog .ui-button {
  border: none;
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  margin: 1em 0 0 0;
  float: right;
}
.ui-dialog .ui-button .ui-button-text {
  display: none;
}

/**
.ui-dialog-titlebar-close::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  content: "";
  background: url('../images/dialog_close.png') no-repeat 0 0;
  background-size: 100%;
} **/

.at-modal__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.at-modal__footer .at-modal__button {
  margin: 0 5px;
}
.at-modal__footer .at-modal__button:last-child {
  margin-right: 0;
}
.at-modal__button {
  display: inline-block;
  background: #ffffff;
  height: 36px;
  border: 0;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  color: #404040;
  line-height: 36px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.at-modal__button--primary {
  background: #0080ff;
  color: #ffffff;
}

.slide-letter {
  font-weight: 900;
  font-size: 1rem;
  text-transform: uppercase;
}

.printable-header {
  margin: 1em 1em 0 0;
}

.printable-header a:link {
  color: #000000;
  font-weight: 900;
  font-size: 1rem;
}

.printable-header a:visited {
  color: #000000;
  font-weight: 900;
}

.printable-header a:hover {
  color: #2e7d32;
  font-weight: 900;
  text-decoration: none;
}

#confetti-fun {
  display: block;
  position: fixed;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

.return-to-dashboard {
  width: 43%;
  margin: 0 auto;
  text-align: center;
}

.return-to-dashboard a:link {
  font-size: 2rem;
  text-decoration: underline;
  color: #2e7d32;
}

.return-to-dashboard a:visited {
  font-size: 2rem;
  text-decoration: underline;
  color: #2e7d32;
}

.return-to-dashboard a:hover {
  font-size: 2rem;
  text-decoration: none;
  color: #000000;
}

.resend-question {
  margin: 10px 10px 0 0;
}

.pause-game {
  cursor: pointer;
  width: 15px;
  margin: 1em 1em 0 0;
}
