@charset "UTF-8";
/* Colors */
@import url("https://fonts.googleapis.com/css?family=Montserrat:700|Roboto+Condensed:400,400i,700,700i&display=swap");
.calc-step {
  padding: 1rem 1.5rem;
}

@media (min-width: 48em) {
  .calc-step {
    padding: 2rem 2rem;
  }
}

@media (min-width: 64em) {
  .calc-step {
    padding: 4rem 2rem;
  }
}

@media (min-width: 81.25em) {
  .calc-step {
    padding: 5rem 2rem;
  }
}

@media (min-width: 100em) {
  .calc-step {
    padding: 6rem 2rem;
  }
}

@media (min-width: 112.5em) {
  .calc-step {
    padding: 7rem 2rem;
  }
}

a {
  color: #F8F0E4;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

a:focus, a:hover {
  outline: none;
  text-decoration: none;
  transition: .25s all ease-in-out;
}

/* Firefox Seleted Text */
*::-moz-selection,
*::selection {
  background: #F8F0E4;
  color: #000;
}

:root {
  --black:          #000000;
  --white:          #fff;
  --black-rgb:      0,0,0;
  --white-rgb:      255,255,255;
  --red:            #db0000;
}

.calc-step {
  position: relative;
  z-index: 100;
  padding-bottom: 0;
  padding: 2rem 1rem 0;
}

@media (min-width: 48em) {
  .calc-step {
    padding: 5rem 2rem 0;
  }
}

@media (min-width: 64em) {
  .calc-step {
    padding: 7rem 2rem 0;
  }
}

@media (min-width: 81.25em) {
  .calc-step {
    padding: 8rem 2rem 0;
  }
}

@media (min-width: 100em) {
  .calc-step {
    padding: 10rem 2rem 0;
  }
}

.calc-step-x {
  min-height: 85vh;
}

@media (min-width: 48em) {
  .calc-step-x {
    min-height: 900px;
  }
}

@media (min-width: 100em) {
  .calc-step-x {
    min-height: 1100px;
  }
}

.calc-step h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 2rem;
  color: #F8F0E4;
  font-weight: 900;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  .calc-step h2 {
    font-size: 3rem;
  }
}

@media (min-width: 64em) {
  .calc-step h2 {
    font-size: 4rem;
  }
}

.calc-step h2 small {
  text-transform: none;
  font-weight: 300;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  display: block;
}

.calc-step p {
  color: #05ad52;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
}

.calc-step .center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 100;
}

.calc-step .wrap {
  position: relative;
  padding: 2em;
  z-index: 100;
  margin-top: -60%;
}

@media (min-width: 48em) {
  .calc-step .wrap {
    margin-top: -25%;
  }
}

@media (min-width: 64em) {
  .calc-step .wrap {
    margin-top: -10%;
    max-width: 1100px;
    padding: 1em;
  }
}

@media (min-width: 48em) {
  .share .center {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
  }
}

@media (min-width: 64em) {
  .panel3 .wrap {
    max-width: 1100px;
  }
}

.grid {
  display: grid;
  grid-auto-columns: 1fr;
}

.grid > * {
  margin: 0;
  grid-template-columns: repeat(3, 1fr);
}

.change-language {
  margin-top: 1rem;
}

@media (min-width: 48em) {
  .change-language {
    margin-top: 2rem;
  }
}

@media (min-width: 64em) {
  .change-language {
    margin-top: 3rem;
  }
}

.change-language-link {
  color: #F8F0E4;
  text-transform: uppercase;
  padding: .5rem 1rem;
  transition: 0.3s all all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  font-family: "Montserrat", sans-serif;
  font-size: 90%;
}

.change-language-link:hover {
  background: #1d548c;
}

.get-started {
  position: relative;
  z-index: 100;
}

.get-started-x {
  min-height: 750px;
}

@media (min-width: 48em) {
  .get-started-x {
    min-height: 900px;
  }
}

@media (min-width: 100em) {
  .get-started-x {
    min-height: 1100px;
  }
}

.get-started h1 {
  font-size: 2.5rem;
  line-height: .9;
  margin-bottom: 2rem;
  color: #F8F0E4;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  .get-started h1 {
    font-size: 5rem;
  }
}

@media (min-width: 64em) {
  .get-started h1 {
    font-size: 7rem;
  }
}

.get-started h1 strong {
  font-family: "Montserrat", sans-serif;
  color: #F8F0E4;
  text-transform: none;
  font-weight: 300;
  display: table;
  font-size: 1rem;
  margin: .5em auto 0;
  font-size: 1.25rem;
}

@media (max-width: 48em) {
  .get-started h1 strong {
    font-size: 1.75rem;
  }
}

@media (min-width: 48em) {
  .get-started h1 strong {
    font-size: 2rem;
  }
}

@media (min-width: 64em) {
  .get-started h1 strong {
    font-size: 2.2rem;
  }
}

.calc-btn {
  background: #05ad52;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #F8F0E4;
  border: none;
  font-size: 1.25rem;
  padding: .8rem 1.25rem .75rem;
  margin-top: 2rem;
  display: inline-block;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .calc-btn {
    font-size: 1.5rem;
  }
}

@media (min-width: 64em) {
  .calc-btn {
    font-size: 1.7rem;
  }
}

.calc-btn:hover {
  background: #F8F0E4;
  color: #000;
}

.calc-btn.disabled {
  opacity: .3;
  cursor: auto;
}

.calc-btn.disabled:hover {
  background: #05ad52;
  color: #F8F0E4;
}

#main_content header {
  width: 100%;
  z-index: 2000;
  display: block;
  padding: .5rem;
  text-align: center;
  transition: all .5s ease-in-out;
}

@media (min-width: 48em) {
  #main_content header {
    position: absolute;
    top: 0;
    left: 0;
  }
}

#main_content header .label {
  display: none;
}

@media (min-width: 48em) {
  #main_content header .label {
    display: block;
  }
}

#main_content header nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  color: #F8F0E4;
  font-size: .85rem;
}

@media (min-width: 48em) {
  #main_content header nav {
    font-size: 1rem;
  }
}

#main_content header nav > * {
  padding: .5rem .5rem;
  border-right: 1px solid rgba(248, 240, 228, 0.5);
  align-self: stretch;
  margin: 0;
}

@media (min-width: 48em) {
  #main_content header nav > * {
    padding: .5rem 1rem;
  }
}

#main_content header nav > *:last-child {
  border-right: none;
}

#main_content header nav a:hover {
  color: #000;
  background: rgba(248, 240, 228, 0.8);
}

#main_content header nav a:hover svg {
  fill: #000;
}

#main_content header nav a:active {
  background: #f8f0e4;
}

#main_content header nav svg {
  width: .75rem;
  max-height: 2rem;
  fill: #F8F0E4;
  margin-left: .15rem;
  transition: all .2s ease-in-out;
}

@media (min-width: 48em) {
  #main_content header nav svg {
    margin-left: .25rem;
  }
}

.result-panel {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
}

.result-panel-x {
  min-height: 85vh;
}

@media (min-width: 64em) {
  .result-panel-x {
    min-height: 900px;
  }
}

.result-panel .center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 100;
}

.result-panel h3, .result-panel h4 {
  color: #F8F0E4;
  font-family: "Montserrat", sans-serif;
  font-size: 3.5rem;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 900;
}

@media (max-width: 48em) {
  .result-panel h3, .result-panel h4 {
    font-size: 4rem;
  }
}

@media (min-width: 48em) {
  .result-panel h3, .result-panel h4 {
    font-size: 4.5rem;
  }
}

@media (min-width: 64em) {
  .result-panel h3, .result-panel h4 {
    font-size: 5rem;
  }
}

.result-panel h3 em, .result-panel h4 em {
  font-style: normal;
  font-weight: 900;
}

.result-panel h3 strong, .result-panel h4 strong {
  background: #05ad52;
  color: #F8F0E4;
  display: table;
  padding: .5rem .75rem;
  font-weight: 300;
}

.result-panel h3 strong {
  font-size: 1.1rem;
  margin: 0 auto;
  max-width: 30rem;
  line-height: 1;
}

@media (max-width: 48em) {
  .result-panel h3 strong {
    font-size: 1.25rem;
  }
}

@media (min-width: 48em) {
  .result-panel h3 strong {
    font-size: 1.5rem;
  }
}

.result-panel h4 {
  text-align: center;
}

.result-panel h4 strong {
  font-size: .85rem;
  margin: 0 auto;
}

@media (max-width: 48em) {
  .result-panel h4 strong {
    font-size: 1em;
  }
}

@media (min-width: 48em) {
  .result-panel h4 strong {
    font-size: 1.3rem;
  }
}

.result-panel h4 strong:last-of-type {
  font-size: 1.3rem;
  margin: 0 auto;
  max-width: 25rem;
}

@media (max-width: 48em) {
  .result-panel h4 strong:last-of-type {
    font-size: 1.3rem;
  }
}

@media (min-width: 48em) {
  .result-panel h4 strong:last-of-type {
    font-size: 1.5rem;
  }
}

.result-panel p {
  font-size: 1rem;
}

.result-panel #racial-disclaimer {
  margin-top: 1rem;
}

.result-panel #racial-disclaimer p {
  font-size: .8rem;
}

@media (max-width: 48em) {
  .result-panel #racial-disclaimer p {
    font-size: 1.2rem;
  }
}

.bar-chart {
  width: 100%;
  height: 12rem;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: .5rem;
}

@media (min-width: 48em) {
  .bar-chart {
    height: 12rem;
  }
}

.bar-chart .label {
  width: 100%;
  color: #F8F0E4;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  position: absolute;
  left: 0;
  top: 100%;
  padding: .5em 0;
}

.bar-chart > * {
  position: relative;
  margin: 0;
}

.bar-chart .bar {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .2s ease-out;
}

.bar-chart .you {
  background: #F8F0E4;
  border: 2px solid #F8F0E4;
  height: 50%;
  z-index: 50;
}

.bar-chart .other {
  background: #05ad52;
  height: 20%;
  z-index: 100;
  font-family: "Montserrat", sans-serif;
}

.bar-chart .is-less .you {
  z-index: 150;
}

.bar-chart .is-less .other {
  z-index: 50;
}

.more {
  text-transform: uppercase;
  font-weight: 700;
  margin: 3rem auto 0;
  display: table;
  text-align: center;
  opacity: .7;
  transition: all .2s ease-out;
}

.more:hover {
  opacity: 1;
}

.more:hover svg {
  top: .5rem;
}

.more svg {
  width: 1.5rem;
  max-height: 2rem;
  display: block;
  margin: .25rem auto 0;
  fill: #F8F0E4;
  position: relative;
  top: 0;
  transition: all .2s ease-out;
}

.share h2, .share h3 {
  color: #F8F0E4;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 1rem !important;
  text-transform: uppercase;
}

.share .grid {
  display: table;
  display: grid;
  grid-auto-columns: 1fr;
}

@media (min-width: 48em) {
  .share .grid {
    width: 100%;
    display: table;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 4rem;
  }
}

.share .share-grid {
  background: rgba(0, 0, 0, 0.15);
  padding-bottom: 2rem;
  margin-top: 2rem;
}

@media (min-width: 48em) {
  .share .share-grid {
    margin-bottom: 2rem;
  }
}

.share-grid {
  padding: 2rem 1rem;
  max-width: 64em;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .share-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start;
  }
}

.share-grid > * {
  padding: 1rem;
}

@media (min-width: 48em) {
  .share-grid > * {
    width: 50%;
    padding: 2rem;
  }
}

.share .grouping {
  padding: 0 0 0 0;
}

@media (min-width: 48em) {
  .share .grouping {
    padding: 1em;
  }
}

@media (min-width: 64em) {
  .share .grouping {
    padding: 0 0 .5em 0;
  }
}

.share .fields {
  width: 100%;
  display: flex;
  margin: 0;
  gap: .5em;
}

.share .fields.wide .wide {
  margin-bottom: .5em;
}

.share .field {
  width: 100%;
  padding-bottom: .5rem;
  text-align: left;
  margin: 0;
  position: relative;
}

@media (min-width: 48em) {
  .share .field {
    width: 100%;
    display: flex;
    margin: 0;
    gap: .5em;
  }
}

.share .field.wide {
  grid-template-columns: 1fr;
  margin-bottom: .5em;
}

.share .field.text-entered input[type='text'],
.share .field.text-entered input[type='email'],
.share .field.text-entered textarea {
  padding: 1.6em 1.3em 1em;
}

.share .field label {
  width: 100%;
  display: block;
  color: #F8F0E4;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  padding: .3rem .4rem;
  font-size: .8em;
  text-transform: uppercase;
  display: inline-block;
  transition: all .3s ease-in-out;
}

.share h3 {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 48em) {
  .share h3 {
    font-size: 1.7rem;
  }
}

@media (min-width: 64em) {
  .share h3 {
    font-size: 2rem;
  }
}

.share .calc-btn {
  display: block;
  margin: 1rem auto 0;
}

.share-options {
  padding-bottom: 3rem;
}

.share .label {
  width: 100%;
  display: block;
  color: #F8F0E4;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  padding: .3rem .4rem;
  font-size: .8em;
  text-transform: uppercase;
  display: inline-block;
  transition: all .3s ease-in-out;
}

.share input[type='text'],
.share input[type='email'],
.share textarea {
  background: #F8F0E4;
  color: #000;
  -webkit-appearance: none;
  width: 100%;
  padding: 1.25em .75em;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.05em;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  transition: all .3s ease-in-out;
}

@media (min-width: 64em) {
  .share input[type='text'],
  .share input[type='email'],
  .share textarea {
    font-size: 1.15rem;
    padding: 1.3rem 1.3rem;
  }
}

.share input[type='text'].error,
.share input[type='email'].error,
.share textarea.error {
  box-shadow: inset 0 0 0 3px #d60000;
}

.share strong.error {
  background: #d60000;
  padding: .25em .3em .2em;
  display: block;
  white-space: nowrap;
  position: absolute;
  right: 0;
  top: 0;
  font-size: .7rem;
  z-index: 9999;
  line-height: 1;
  font-weight: 400;
  color: #F8F0E4;
  text-transform: uppercase;
}

.illustration {
  width: 100%;
  height: auto;
  z-index: 1;
  opacity: 1;
  transition: opacity .3s ease-in-out;
}

.illustration-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: flex-end;
}

.illustration-img {
  width: 100% !important;
  height: auto !important;
  position: relative;
  z-index: 10;
  max-width: 1800px;
}

.illustration.dim {
  opacity: .5;
}

.illustration:after {
  display: none;
  background: #1d548c;
  content: "";
  width: 100%;
  height: 300%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left center;
  transform: rotate(30deg) translate(-100%, -50%);
  z-index: 1;
}

@media (min-width: 64em) {
  .illustration:after {
    display: block;
  }
}

.final .illustration:after {
  display: none;
}

.income-entry {
  align-items: center;
  display: flex;
  justify-content: center;
}

.income-entry label {
  font-size: 1.4rem;
  cursor: pointer;
  color: #F8F0E4;
  font-family: "Montserrat", sans-serif;
  transition: all .25s ease-in-out;
}

@media (min-width: 48em) {
  .income-entry label {
    font-size: 1.8rem;
  }
}

.income-entry label:first-of-type {
  text-align: right;
}

.income-entry label:last-of-type {
  text-align: right;
}

.income-entry label:hover {
  cursor: pointer;
}

.income-entry input {
  width: 10rem;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  color: #F8F0E4;
  border: none;
  border-bottom: 1px solid #F8F0E4;
  font-size: 2.4rem;
  padding: 1rem 0;
  margin: 0 .2rem;
  overflow: hidden;
  font-weight: 400;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  position: relative;
  transition: all .25s ease-in-out;
}

@media (min-width: 48em) {
  .income-entry input {
    width: 14rem;
  }
}

.income-entry input:hover {
  box-shadow: inset 0 -2px 0 0 #F8F0E4;
}

.income-entry input:focus {
  box-shadow: inset 0 -3px 0 0 #F8F0E4;
}

.options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
}

@media (min-width: 48em) {
  .options {
    flex-wrap: nowrap;
  }
}

.option {
  margin: 0 .2rem;
}

.race .option {
  margin: .2rem;
}

.option input {
  display: none;
}

.option label {
  background: #05ad52;
  font-weight: 400;
  display: block;
  color: #F8F0E4;
  font-size: 1.3rem;
  text-align: center;
  padding: 1.2rem 1.5rem;
  cursor: pointer;
  transition: all .2s ease-in-out;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}

@media (min-width: 48em) {
  .option label {
    font-size: 1.5rem;
  }
}

@media (min-width: 64em) {
  .option label {
    font-size: 1.7rem;
  }
}

.race .option label {
  width: 6rem;
  height: 6rem;
  padding: 1.4rem .5rem;
  font-weight: 400;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
}

@media (min-width: 64em) {
  .race .option label {
    width: 4rem;
    height: 4rem;
    font-size: 1rem;
  }
}

.option:hover label {
  background: #006633;
  transform: scale(1.05);
  transition: all .1s ease-in-out;
}

.option:active label {
  background: #194777;
  color: #000;
  transform: scale(0.95);
}

.option input:checked + label {
  background: rgba(248, 240, 228, 0.9);
  color: #000;
}

@media only screen and (min-width: 340px) and (min-device-width: 480px) {
  .option label {
    font-size: 1.5em;
  }
  .race .option label {
    width: 5rem;
    height: 5rem;
    padding: 1.8rem .5rem;
    border-radius: 50%;
    font-size: 1.2em;
  }
}

@media only screen and (min-width: 740px) and (min-device-width: 480px) {
  .option label {
    font-size: 1.8em;
  }
  .race .option label {
    width: 8rem;
    height: 8rem;
    font-size: 1.8em;
    padding: 3rem .5rem;
  }
}

.espanol .race label {
  font-size: 1rem;
}

@media (min-width: 48em) {
  .espanol .race label {
    width: 10rem;
    height: 10rem;
  }
}

.disclaimer {
  display: block;
  margin: 2rem auto 0;
  max-width: 550px;
}

.disclaimer p {
  color: rgba(248, 240, 228, 0.6);
  font-size: .85rem;
  line-height: 1.15;
  font-family: "Montserrat", sans-serif;
}

.disclaimer a {
  color: #f8f0e4;
  border-bottom: 1px solid rgba(248, 240, 228, 0);
}

.disclaimer a:hover {
  color: #f8f0e4;
  border-bottom: 1px solid #f8f0e4;
}

main#main_content {
  position: relative;
  background: #194777;
  overflow: hidden;
  position: relative;
}
