/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: transparent; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

@keyframes pulse {
  0% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
*,
*::before,
*::after {
  box-sizing: border-box; }

body {
  margin: 0 auto;
  max-width: 100%; }

.container {
  padding-left: 2.5vw;
  padding-right: 2.5vw; }

.row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: -2.5vw;
  margin-right: -2.5vw; }

@media only screen and (min-width: 768px) {
  .row {
    flex-direction: row; } }
.row--centered {
  justify-content: center; }

.col {
  flex: 0 0 auto;
  padding: 0 2.5vw;
  flex-basis: 100%;
  max-width: 100%; }

.col--right {
  text-align: right; }
  @media only screen and (max-width: 767px) {
    .col--right {
      text-align: left; } }

.col--group {
  padding: 0; }

.col--1of1,
.col--2of2,
.col--3of3,
.col--4of4,
.col--6of6 {
  flex-basis: 100%;
  max-width: 100%; }

@media only screen and (min-width: 768px) {
  .col--1of4 {
    flex-basis: 25%;
    max-width: 25%; }

  .col--3of4 {
    flex-basis: 75%;
    max-width: 75%; }

  .col--1of2,
  .col--2of4,
  .col--3of6 {
    flex-basis: 50%;
    max-width: 50%; }

  .col--1of3,
  .col--2of6 {
    flex-basis: 33.3333333%;
    max-width: 33.3333333%; }

  .col--1of6 {
    flex-basis: 16.6666667%;
    max-width: 16.6666667%; }

  .col--2of3,
  .col--4of6 {
    flex-basis: 66.6666667%;
    max-width: 66.6666667%; }

  .col--5of6 {
    flex-basis: 83.3333333%;
    max-width: 83.3333333%; } }
html {
  font-size: 18px;
  scroll-behavior: smooth; }
  @media only screen and (min-width: 1024px) {
    html {
      font-size: 20px; } }

body {
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans', sans-serif; }
  body > header {
    height: 50px;
    background-color: #FABE5E;
    text-align: center; }
    body > header h2 {
      margin-top: 0;
      line-height: 50px; }
    body > header .sticky {
      background-color: rgba(255, 255, 255, 0.5);
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1;
      height: 80px; }
      body > header .sticky > * label {
        display: none; }
      body > header .sticky > * .expression__checkbox {
        display: none; }
      body > header .sticky > * .expression__operator {
        margin-top: 0.625rem; }

h1, h2, h3, h4, h5, h6 {
  margin: 2.75rem 0 1rem;
  font-weight: 300;
  line-height: 1.15; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    border-bottom: 5px solid #F47115; }

h1 {
  font-size: 2.488em; }

h2 {
  font-size: 2.074em; }

h3 {
  font-size: 1.728em; }

h4 {
  font-size: 1.44em; }

h5 {
  font-size: 1.2em; }

h6, small {
  font-size: 0.833em; }

p {
  margin: 0 0 2.5vw 0; }

pre {
  display: block;
  padding: 1.5rem 0.75rem;
  background-color: #F5F5F5; }

address {
  margin-bottom: 2.5vw; }

a {
  color: inherit; }

label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.025em; }

input {
  border: none;
  border-radius: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-left: 25px;
  padding-right: 25px;
  height: 70px;
  border-radius: 35px; }

input:focus,
select:focus,
button:focus {
  outline: none; }

textarea {
  border: none;
  border-radius: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 25px;
  height: 140px;
  border-radius: 35px; }

section {
  padding-top: 2.5vw;
  padding-bottom: 2.5vw; }

footer {
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  background: #2B2B2B;
  color: #FFF;
  font-size: 0.833em; }
  footer a {
    text-decoration: none; }
  footer .button {
    background: #FFF;
    color: #2B2B2B; }
    footer .button svg {
      fill: #2B2B2B; }

.alert {
  padding: 1.5rem;
  margin: 3rem 2.5vw;
  background: #F47115;
  background: linear-gradient(140deg, #FABE5E 20%, #F47115 100%);
  border-radius: 0.75rem;
  text-align: center;
  font-size: 0.833em; }

a.button {
  display: inline-block; }

.button,
button {
  border: none;
  border-radius: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 70px;
  border-radius: 35px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.035em;
  font-size: smaller;
  line-height: 70px;
  transition: all 0.25s ease-in-out; }
  .button svg,
  button svg {
    margin-right: 0.5em;
    position: relative;
    top: 0.2em;
    height: 20px; }
  .button--primary,
  button--primary {
    background: #F47115;
    background: linear-gradient(140deg, #F47115 20%, #FABE5E 100%); }
    .button--primary:hover, .button--primary:active, .button--primary:focus,
    button--primary:hover,
    button--primary:active,
    button--primary:focus {
      background: #F47115;
      background: linear-gradient(140deg, #FABE5E 20%, #F47115 100%); }
    @media only screen and (max-width: 767px) {
      .button--primary,
      button--primary {
        margin-left: 0;
        width: 100%; } }
  .button--secondary,
  button--secondary {
    background-color: #2B2B2B;
    color: #FFF; }
    .button--secondary svg,
    button--secondary svg {
      fill: #FFF; }
    .button--secondary:hover, .button--secondary:active, .button--secondary:focus,
    button--secondary:hover,
    button--secondary:active,
    button--secondary:focus {
      background-color: #FFF;
      color: #2B2B2B; }
    @media only screen and (max-width: 767px) {
      .button--secondary,
      button--secondary {
        margin-left: 0;
        width: 100%; } }
  .button + button,
  button + button {
    margin-left: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .button + button,
      button + button {
        margin-left: 0; } }

.expression {
  display: flex;
  height: 100%; }
  .expression label {
    margin-top: 3rem;
    margin-bottom: 0.75rem; }
  .expression input, .expression select {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    background-color: #000; }
  .expression ::placeholder {
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.833em; }
  .expression__input {
    width: 90%;
    text-align: center;
    color: #FFF; }
    @media only screen and (max-width: 767px) {
      .expression__input {
        width: 100%; } }
  .expression__operator {
    margin-top: 6rem;
    margin-left: 2.5vw;
    margin-right: -2.5vw; }
    @media only screen and (max-width: 767px) {
      .expression__operator {
        display: none; } }
  .expression__checkbox {
    margin: 0.75rem 0; }
    .expression__checkbox label {
      margin: 0;
      display: inline-block;
      text-align: left;
      text-transform: none;
      font-size: 0.833em;
      font-style: italic;
      vertical-align: top; }
    .expression__checkbox input {
      margin: 0 0.75rem 0 0;
      height: 15px;
      width: 15px; }
  .expression:last-child {
    cursor: pointer; }
    .expression:last-child .expression__operator {
      margin: 1.5rem 2.5vw; }
      .expression:last-child .expression__operator span {
        display: block; }
    @media only screen and (min-width: 768px) {
      .expression:last-child .expression__operator {
        margin: 6rem 0 0 2.5vw; }
        .expression:last-child .expression__operator span {
          position: absolute;
          width: 1px;
          height: 1px;
          padding: 0;
          margin: -1px;
          overflow: hidden;
          clip: rect(0, 0, 0, 0);
          border: 0; } }
    @media only screen and (max-width: 767px) {
      .expression:last-child {
        flex-direction: column; }
        .expression:last-child svg {
          display: none; }
        .expression:last-child .expression__operator {
          display: block; } }

.header-logo {
  display: inline-block;
  align-items: baseline; }
  .header-logo svg {
    margin-left: 0.375rem; }

.label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: smaller; }
  .label svg {
    margin-right: 0.375rem;
    position: relative;
    top: 0.2em;
    height: 20px; }
  .label a {
    border: 0;
    text-decoration: none; }

.loading {
  display: flex;
  align-content: center;
  margin: auto; }

.loading__dots {
  display: flex; }
  .loading__dots div {
    width: 0.5em;
    height: 0.5em;
    margin: 1em 0.5em 0 0;
    background: #F47115;
    border-radius: 50%;
    animation: 0.75s bounce infinite alternate; }
    .loading__dots div:nth-child(2) {
      animation-delay: 0.2s; }
    .loading__dots div:nth-child(3) {
      animation-delay: 0.4s; }

@keyframes bounce {
  to {
    opacity: 0.3;
    transform: translate3d(0, -0.5em, 0); } }
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.25);
  /* Black w/ opacity */ }

/* Modal Content/Box */
.modal-content {
  margin: 5vh auto;
  padding: 30px 50px;
  background-color: #F5F5F5;
  border-radius: 0.75rem;
  width: 95vw; }
  @media only screen and (min-width: 768px) {
    .modal-content {
      width: 75vw; } }
  @media only screen and (min-width: 1024px) {
    .modal-content {
      width: 50vw; } }

.modal-header {
  padding: 30px 50px;
  margin: -50px -50px 30px -50px;
  background-color: #FABE5E;
  border-radius: 0.75rem 0.75rem 0 0; }
  .modal-header h2 {
    margin: 0;
    font-size: 1.44em; }

.modal-inputs {
  margin-top: 2.5vw; }

/* The Close Button */
.close {
  float: right;
  font-size: 1em;
  cursor: pointer; }

.contact_input {
  width: 100%;
  margin-top: 0.75rem;
  border: solid 2px black;
  background-color: transparent;
  border-radius: 0; }

.helpicon {
  padding: 0; }

.helpicon_img {
  width: 25px;
  height: 25px;
  float: right;
  cursor: pointer; }

.wave {
  overflow: hidden;
  margin-left: -2.5vw;
  margin-right: -2.5vw; }

.card {
  margin-bottom: 3rem; }
  .card__icon {
    display: flex;
    align-items: center;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    background: #F47115;
    background: linear-gradient(140deg, #F47115 20%, #FABE5E 100%); }
    .card__icon svg {
      margin: 0 auto;
      width: 22px; }
  .card h4 {
    margin-top: 1.5rem;
    padding-left: 15px;
    border-left: 5px solid #FABE5E;
    font-size: 0.833em; }
  .card p {
    padding-left: 15px;
    color: #585756;
    font-size: 0.833em; }
  .card a.modal-trigger {
    color: #000; }

.explainable_card {
  border: 2px solid transparent;
  border-radius: 15px;
  padding: 10px 10px 1.5rem 10px; }
  .explainable_card .read_more_banner {
    display: none;
    text-align: center;
    background: #FABE5E;
    margin: 0 -10px 0 -10px;
    border-radius: 0 0 11px 11px;
    height: 1.5rem; }
    .explainable_card .read_more_banner a {
      color: #FFF;
      font-size: 0.7rem;
      text-decoration: none;
      font-weight: bold;
      line-height: 1.5rem; }

.explainable_card:hover {
  border: 2px solid #FABE5E;
  padding: 10px 10px 0 10px; }
  .explainable_card:hover .read_more_banner {
    display: block; }

.patterned-section {
  background-image: url("../img/bg.png");
  background-size: cover;
  mix-blend-mode: multiply; }
  .patterned-section .wave {
    margin-top: -2.5vw;
    width: 100%; }
    .patterned-section .wave svg path {
      stroke: #FFF;
      fill: #FFF; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.query {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  background: #2B2B2B;
  min-height: 75vh;
  color: #FFF;
  text-align: center; }
  .query h2 {
    margin-top: 0; }
  .query a {
    color: #FFF; }
  .query--compliant {
    background: #FABE5E;
    background-image: url("../img/confetti.svg");
    background-size: contain;
    color: #000; }
    .query--compliant label {
      color: #000; }
    .query--compliant a {
      color: #000; }
    .query--compliant .expression__operator path {
      stroke: #000;
      fill: #000; }
  .query--non-compliant {
    background: #F5F5F5;
    color: #000; }
    .query--non-compliant label {
      color: #000; }
    .query--non-compliant a {
      color: #000; }
    .query--non-compliant .expression__operator path {
      stroke: #000;
      fill: #000; }

.clinput__options {
  padding: 0;
  background-color: #000;
  border-radius: 0.75rem;
  list-style: none;
  max-height: 200px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #F47115 #FFF; }
  .clinput__options::-webkit-scrollbar {
    width: 5px; }
  .clinput__options::-webkit-scrollbar-track {
    background: #FFF; }
  .clinput__options::-webkit-scrollbar-thumb {
    background-color: #F47115; }

.clinput__option {
  padding: 0;
  height: auto;
  overflow-wrap: break-word;
  border-radius: 0.75rem;
  cursor: pointer; }
  .clinput__option a {
    display: block;
    padding: 0.75rem 0;
    margin: 0 1.5rem;
    color: #FFF;
    font-size: 0.833em;
    line-height: 1.75;
    border-bottom: #F5F5F5 solid 1px; }
  .clinput__option:hover, .clinput__option:focus, .clinput__option:active {
    background-color: #FABE5E;
    border-radius: 0;
    outline: none; }
    .clinput__option:hover a, .clinput__option:focus a, .clinput__option:active a {
      color: #000;
      border: 0; }
  .clinput__option:first-of-type {
    border-radius: 0.75rem 0.75rem 0 0; }
    .clinput__option:first-of-type:hover, .clinput__option:first-of-type:focus, .clinput__option:first-of-type:active {
      border-radius: 0.75rem; }
  .clinput__option:last-of-type {
    border-radius: 0 0 0.75rem 0.75rem; }
    .clinput__option:last-of-type:hover, .clinput__option:last-of-type:focus, .clinput__option:last-of-type:active {
      border-radius: 0.75rem; }
    .clinput__option:last-of-type a {
      border-bottom: none; }

.results {
  max-height: 0;
  overflow: hidden; }
  .results header {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    margin-left: -2.5vw;
    margin-right: -2.5vw;
    text-align: center; }
  .results h2 {
    margin: 0; }
  .results .wave svg {
    fill: #2B2B2B; }
  .results--compliant {
    max-height: 100%; }
    .results--compliant header {
      background-color: #FABE5E;
      background-image: url("../img/confetti.svg");
      background-size: contain; }
    .results--compliant .wave svg {
      fill: #FABE5E; }
  .results--non-compliant {
    max-height: 100%; }
    .results--non-compliant header {
      background-color: #F5F5F5; }
    .results--non-compliant .wave svg {
      fill: #F5F5F5; }
  .results .jct_compliance--question {
    margin-top: 1.5rem;
    font-size: smaller;
    margin-bottom: 0; }

.show_detailed_results {
  display: block; }

#jct_jcs_price_data {
  padding-top: 0; }

.jcs_container {
  background: #F9F6F6;
  box-shadow: 0px 0px 8px #FABE5E;
  padding: 20px;
  margin-bottom: 1.5rem; }
  .jcs_container h5 {
    font-weight: 700;
    margin-top: 0;
    font-size: 0.833em;
    text-transform: uppercase; }
  .jcs_container p {
    color: #585756;
    font-size: 0.833em;
    margin-bottom: 0; }
    .jcs_container p img {
      height: 1rem;
      padding-right: .75rem; }
  .jcs_container a {
    font-weight: bold;
    text-decoration: underline; }
  .jcs_container a.modal-trigger {
    display: block;
    margin-top: 1rem;
    color: #F39325;
    text-decoration: underline;
    font-weight: bold;
    font-size: 0.833em; }

#jct_ta_results_list {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 40px; }

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