@font-face{
  font-family: Invention;
  font-style: normal
  font-weight: 400;
  font-display: swap;
  src: local('Invention'), url("fonts/InventionVF_W_Wght.woff2") format('woff2'),url("fonts/Invention_W_Rg.woff") format('woff')
}

  @font-face{
    font-family: Invention;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Invention Italic'), url("fonts/InventionVF_Italics_W_Wght.woff2") format('woff2'),url("fonts/Invention_W_It.woff") format('woff')
  }

  @font-face{
    font-family: Invention;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Invention Bold'), url("fonts/InventionVF_W_Wght.woff2") format('woff2'),url("fonts/Invention_W_Bd.woff") format('woff')
}

  font-face{
    font-family: Invention;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src:local('Invention Bold Italic'), url("fonts/InventionVF_Italics_W_Wght.woff2") format('woff2'),url("fonts/Invention_W_BdIt.woff") format('woff')
  }

  @font-face{
    font-family: Invention;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Invention Light'), url("fonts/InventionVF_W_Wght.woff2") format('woff2'),url("fonts/Invention_W_Lt.woff") format('woff')
}

  @font-face{
    font-family: Invention; font-style:italic;
    font-weight: 300;
    font-display: swap;
    src: local('Invention Light Italic'),
    url("fonts/InventionVF_Italics_W_Wght.woff2") format('woff2'), url("fonts/Invention_W_LtIt.woff") format('woff')
}

:root {
    --colorTextPrimary: #000;
    --colorPrimary: #00857c;
    --colorPrimaryLight: #6eceb2;
    --colorPrimaryDark: #005c55;
    --colorPrimaryDarkBlue: #0c2340;
    --colorSecondaryLime: #bfed33;
    --colorSecondaryLemon: #fff063;
    --colorSecondaryPastelBlue: #69b8f7;
    --colorSecondaryVistaBlue: #688ce8;
    --colorSecondaryRichBlue: #5450e4;
    --colorBlack: #000;
    --colorWhite: #fff;
    --colorOffWhite: #f7f7f7;
    --colorGray: #757575;
    --colorWarning: #fe0000;
    --colorSuccess: #029a01;
    --colorInfo: #1058a4;
}

	html {
  font-family: 'Invention', Roboto, sans-serif;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  background: white;
  color: #0a0a0a;
  font-family: 'Invention', Roboto, sans-serif;
  margin: 0 auto;
  padding: 0;
}

.container {
  padding: 22px;
  max-width: 640px;
}

  header h1 {
    font-size:24px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: .5em;
  }


.logo {
  margin-bottom: 1em;
}

.logo__icon {
  fill: var(--colorPrimary);
}

.logo__text {
  fill: var(--colorBlack);
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.result-img {
  margin: 1.5em 0;
}

button {
  margin: 0 1rem 1rem 0;
  font-weight: 700;
  padding: 0.875em 2em;
  background: transparent;
  border: 2px solid;
  color: var(--colorPrimary);
  cursor: pointer;
  /* transition: 300ms; */
  -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    outline: none;
}

.reset__link {
  color: var(--colorGray);
  cursor: pointer;
  background: white;
  padding: .5rem 1rem;
  border-radius: 5px;
}

.reset__link:hover {
opacity: 0.8;
}


button:hover  {
  background: var(--colorPrimary);
  border-color: var(--colorPrimary);
  color: hsl(0, 0%, 100%);
  /* transform: translateY(-2px) rotate(0.02deg); */
}

button.reset__button:hover {
  color: var(--colorPrimary) !important;
}


button:focus {
  background: var(--colorPrimaryDark);
  border-color: var(--colorPrimaryDark);
  color: hsl(0, 0%, 100%);
  /* transform: translateY(-2px) rotate(0.02deg); */
}

button[disabled] {
  opacity: 0.5;
}

button:focus {
  transform: translateY(0);
}

button.icon-button {
  border-color: transparent !important;
  font-size: 1.3rem;
  padding: 0 16px;
  line-height: 36.33px;
}

a {
  border-bottom: 1px solid;
  color: #254f9d;
  text-decoration: none;
}

a:hover {
  color: #05446b;
}

.card {
  overflow: hidden;
  width: 100%;
  background: white;
  box-shadow: 0 4px 2px hsla(0, 0%, 0%, 0.2);
  transition: position 300ms ease-out;
  margin-bottom: 2em;
}

.card p {
  font-size: 18px;
}

.card-header {
  position: relative;
  margin: 0;
  line-height: 43.33px;
  padding: 1rem;
  background: var(--colorPrimaryDarkBlue);
  color: hsl(0, 0%, 100%);
  font-weight: normal;
  font-size: 18px;
}

[data-id="warning"] .card-header {
  background-color: var(--colorGray);
}

[data-id="general"] .card-header {
  background-color: var(--colorPrimaryDarkBlue);
}

[data-id="product-medical"] .card-header,
[data-id="product-origin"] .card-header,
[data-id="result-product-business"] .card-header,
[data-id="result-product-local"] .card-header,
[data-id="result-product-hq"] .card-header,
[data-id="result-product-slides"] .card-header {
  background-color: var(--colorPrimary);
}


[data-id="nonproduct-origin"] .card-header,
[data-id="nonproduct-origin-local"] .card-header,
[data-id="nonproduct-origin-local-yes"] .card-header,
[data-id="nonproduct-origin-local-no"] .card-header,
[data-id="nonproduct-origin-local-no-no"] .card-header,
[data-id="result-nonproduct-local-yes"] .card-header,
[data-id="result-nonproduct-local-no"] .card-header,
[data-id="nonproduct-origin-hq"] .card-header,
[data-id="nonproduct-origin-hq-yes"] .card-header,
[data-id="nonproduct-origin-hq-no"] .card-header,
[data-id="nonproduct-origin-hq-no-no"] .card-header,
[data-id="result-nonproduct-hq-yes"] .card-header,
[data-id="result-nonproduct-hq-no"] .card-header,
[data-id="result-nonproduct-3rdparty"] .card-header,
[data-id="result-nonproduct-slides"] .card-header {
  background-color: var(--colorPrimaryLight);
}


[data-id="agenda-approved"] .card-header,
[data-id="agenda-magic"] .card-header,
[data-id="agenda-approved-yes"] .card-header,
[data-id="agenda-approved-no"] .card-header,
[data-id="agenda-approved-yes-firsttime"] .card-header,
[data-id="agenda-approved-yes-firsttime-no"] .card-header,
[data-id="agenda-approved-yes-firsttime-yes"] .card-header,
[data-id="agenda-approved-no-firsttime"] .card-header,
[data-id="agenda-approved-no-firsttime-no"] .card-header,
[data-id="agenda-approved-no-firsttime-yes"] .card-header {
background-color: var(--colorSecondaryVistaBlue);
}

.card-header button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: 0;
  color: white;
  border: 2px solid white;
  transition: 0;
}

.card-header button:hover {
  background: white;
  color: #254f9d;
  transform: translateY(0);
}

.card-content {
  padding: 1rem;
}

.card-content > p:nth-of-type(1) {
  margin-top: 0;
}

@media only screen and (max-width: 700px) {
  .card-content > button {
    width: 100%;
  }
}

.card-2 {
  width: 50%;
  margin: 0 auto;
}

.card-2 .card-header {
  background: transparent;
  color: #254f9d;
  padding: 0;
}

.card-2 .card-header button {
  color: #254f9d;
  border-color: #254f9d;
}

.card-2 .card-header button:hover {
  color: white;
  background: #254f9d;
}

.card-2 .card-content {
  padding: 0;
}

.card-2 .card-content button {
  background: var(--colorPrimary);
  border-color: var(--colorPrimary);
  color: white;
}

#history {
  margin: 0 auto;
  margin-bottom: 16px;
  top: 0;
  right: 5%;
  z-index: 0;
  padding: 0;
  max-width: 100%;
  list-style-type: none;
}

#history li {
  border-bottom: #ddd 1px solid;
  overflow: hidden;
  animation-name: expand;
  animation-duration: 300ms;
  animation-timing-function: ease-in;
}

#history p:nth-of-type(1) {
  margin-top: 16px;
  color: var(--colorPrimary);
  font-weight: bold;
}

#history p:nth-of-type(2) {
  line-height: 43.33px;
}

#history button {
  float: right;
  margin-bottom: 16px;
  color: var(--colorPrimary);
  background: transparent;
  box-shadow: none;
}

.squish {
  animation-name: squish !important;
  animation-duration: 300ms !important;
  animation-timing-function: ease-out !important;
  animation-fill-mode: both !important;
}

@keyframes squish {
  from {
    max-height: 1000px;
  }
  to {
    max-height: 0;
    opacity: 0;
  }
}

@keyframes expand {
  to {
    max-height: 1000px;
  }
  from {
    max-height: 0;
    opacity: 0;
  }
}

.illustration {display: none;}

nav {
  margin: 2em 0;
}

nav a, nav a:link {
  color: var(--colorPrimaryDark);
  text-decoration: none;
}

.sep {
  opacity: .5;
  margin: 0 .25em;
}

.small-title {
  display: block;
  font-size: 16px;
  margin: 1em 0;
}

h1 {
  margin-top: 0;
  color: var(--colorPrimary);
}

/* Adapt layout for larger screens */
@media screen and (min-width : 759px) {

  .wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
  }

  .container {
    padding: 44px;
    align-self: top;
  }

  header {
    width: 50%;
    text-align: left;
    display: flex;
    justify-content: flex-end;
  }

  .illustration {
    width: 380px;
    display: block;
    margin-bottom: 5em;
    background
  }

  header h1 {
    font-size:48px;
  }

  .wizard {
    width: 50%;
    background-color: var(--colorOffWhite);
    display: flex;
    justify-content: center;
  }

  .wizard .container {
    width: 100%;
  }

  .card-content {
    font-size: 16px;
  }

  nav {
    position: fixed;
    bottom: 1;
    left: 1;
  }

.lead {
  font-size: 22px;
  width: 80%;

}

.reset__link {
  position: fixed;
  bottom: 2em;
  right: 2em;
}

}

.rotate {
  animation: rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@media only screen and (max-width : 759px) {
  .logo {
    width: 70px;
  }
}

.text-right svg {
  margin: 0 auto;
}

@media only screen and (min-width : 1600px) {
  .wizard {
    background-image: url(arrow.svg);
    background-position: left 100px;
    background-size: 48px auto;
    background-repeat: no-repeat;
  }
}

li.reset {
  display: none;
  border-bottom: 0 !important;
  padding: 2em 0 0 0;
  text-align: center;
}


li  ~ .reset {
  display: block;
}

.help-links {
  text-align: right;
}

.help-links a {
  text-decoration: none;
  display: none;
  color: var(--colorPrimary);
  border: 0;
  padding: 0 1em 1em 1em;
}

/* Modal Triggers */

[data-id="general"] .card-content ~ .help-links a[data-modal-source="modal-general"],
[data-id="result-product-hq"] .card-content ~ .help-links a[data-modal-source="modal-product-branded"],
[data-id="result-product-business"] .card-content ~ .help-links a[data-modal-source="modal-product-promotional"],
[data-id="result-product-local"] .card-content ~ .help-links a[data-modal-source="modal-product-branded"],
[data-id="result-nonproduct-hq-yes"] .card-content ~ .help-links a[data-modal-source="modal-nonroduct-branded"],
[data-id="result-nonproduct-hq-no"] .card-content ~ .help-links a[data-modal-source="modal-nonroduct-branded"],
[data-id="result-nonproduct-3rdparty"] .card-content ~ .help-links a[data-modal-source="modal-nonproduct-branded"],
[data-id="result-nonproduct-local-yes"] .card-content ~ .help-links a[data-modal-source="modal-nonproduct-origin-3rdparty"],
[data-id="result-nonproduct-local-no"] .card-content ~ .help-links a[data-modal-source="modal-nonproduct-origin-3rdparty"],
[data-id="product-origin"] .card-content ~ .help-links a[data-modal-source="modal-product-branded"],
[data-id="nonproduct-origin"] .card-content ~ .help-links a[data-modal-source="modal-nonproduct-branded"],
[data-id="agenda-approved-no-firsttime-no"] .card-content ~ .help-links a[data-modal-source="modal-agenda"],
[data-id="agenda-approved-no-firsttime-yes"] .card-content ~ .help-links a[data-modal-source="modal-agenda"],
[data-id="agenda-approved-yes-firsttime-yes"] .card-content ~ .help-links a[data-modal-source="modal-agenda"],
[data-id="agenda-approved-yes-firsttime-no"] .card-content ~ .help-links a[data-modal-source="modal-agenda"] {
  display: inline-block;
}

/* Modals */

/* Layout classes
----------------------------------------*/
.gutters {
  padding: 24px;
}
.hidden {
  display: none;
}

/* Modal - Off-Canvas Panel
----------------------------------------*/
.modal,
.modal-content,
.modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 300;
}
.modal {
    overflow: hidden;
    position: fixed;
    opacity: 0.0;
    -webkit-transform: translate(100%,0%);
    transform: translate(100%,0%);
    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;
}

.modal .overlay {
    z-index: 0;
    background: rgba(0,0,0,0.20);
    opacity: 0.0;
    -webkit-transition: opacity 300ms ease-out 150ms;
    transition: opacity 300ms ease-out 150ms;
}


.modal-content {
    left: 0;
    right: 60px;
    z-index: 1;
    overflow-y: scroll;
    background: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;

    /* no motion on outro - transition is instant */
    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;
}
@media (min-width: 759px) {

    .modal-content {
      right: 50%;
    }

    .modal-content-inner .row {
      display: table;
      width: 100%;
    }

    .modal-content-inner .row .cell {
      display: table-cell;
      vertical-align: middle;
      height: 100vh;
    }

}

/* show the modal */
.show-modal .modal {
  opacity: 1.0;
  transform: translate(0%,0%);
  -webkit-transform: translate(0%,0%);
}
.show-modal .modal .overlay {
    opacity: 1.0;
}
.show-modal .modal-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /* animationed in on intro */
    -webkit-transition: -webkit-transform 300ms ease-out 150ms;
    transition: transform 300ms ease-out 150ms;
}


/* Modal - Inner Content Styling
----------------------------------------*/

.modal-content-inner {
  color: #555;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.modal-content-inner .modal-title {
  font-size: 32px;
  line-height: 85%;
  font-weight: 300;
  margin-top: 1.5em;
  color: var(--colorPrimary);
}

.modal-content-inner ul {
  list-style-type: square;
}
.modal-content-inner ul li {
    padding: 0.5em;
}
.modal-content-inner ul li:nth-child(even) {
  background-color: rgba(0,0,0,0.1);
}

a.dismiss-modal {
  font-size: 46px;
  position: fixed;
  top: 0px;
  right: 0;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  display: flex;
  width: 46px;
  height: 46px;
  padding: 7px;
  align-items: center;
  justify-content: center;
  color: var(--colorPrimary);
}

a.dismiss-modal:hover {
  opacity: 0.7;
}

/* Disable Animate.css on small screens */
@media only screen and (max-width : 759px) {
  .animate__animated {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}