html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
}

:focus {
  outline: 0;
}

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

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #e6f2ff;
}

.wrapper.form {
  background-image: url("./images/map_bg.png");
  background-repeat: no-repeat;
  background-position: 50% 25%;
  background-size: 50%;
}

.header {
  background: url("./images/earth_spinning.gif") no-repeat 60px 60px;
  background-size: 150px;
}
@media screen and (max-width: 1024px) {
  .header {
    background: none;
  }
}
.header .topnav {
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background: #333;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 400px) {
  .header .topnav {
    display: flex;
    justify-content: space-around;
  }
}
.header .topnav li {
  float: left;
}
@media screen and (max-width: 400px) {
  .header .topnav li {
    float: none;
  }
}
.header .topnav li a {
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
@media screen and (max-width: 1024px) {
  .header .topnav li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .header .topnav li a {
    font-size: 12px;
  }
}
.header .topnav li a:hover {
  text-decoration: underline;
}
.header .topnav li a.active {
  background: #d2e8ff;
  color: black;
}
.header .hero {
  padding: 60px 0 2em 60px;
  margin: 0 60px 0 0;
  text-align: center;
  background: url("./images/earth_spinning.gif") no-repeat right 60px;
  background-size: 150px;
}
@media screen and (max-width: 1024px) {
  .header .hero {
    background: none;
  }
}
.header .hero > a img {
  width: 250px;
  height: auto;
}
.header .hero h1 {
  margin: 0.67em 0;
  font-size: 2em;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .header .hero h1 {
    font-size: 1.5em;
  }
}
.header .hero p {
  font-size: 1.5em;
  margin: 0.5em 0;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .header .hero p {
    font-size: 1em;
    font-weight: normal;
  }
}

.footer {
  box-sizing: border-box;
  background-color: black;
  color: white;
  padding: 12px;
  width: 100%;
}
.footer span, .footer b {
  font-weight: bold;
}

.form .content {
  padding: 0 20px;
}
.form .content .step-one {
  padding: 2.5em 0;
  border-top: 1px solid #ccc;
}
.form .content .step-one h2 {
  margin: 0 0 1em;
  text-align: center;
  font-weight: bold;
  font-size: 1.17em;
}
.form .content .step-one p {
  margin: 0 0 0.5em;
}
.form .content .step-one p strong {
  font-weight: bold;
}
.form .content .step-one .countries {
  text-align: left;
}
.form .content .step-one .countries h3 {
  font-size: 1.5em;
  margin: 0.83em 0;
  font-weight: bold;
  text-decoration: underline;
}
.form .content .step-one .countries h3 input {
  position: relative;
  bottom: 2px;
  margin: 0 10px 0 0;
}
.form .content .step-one .countries ul {
  display: flex;
  flex-wrap: wrap;
}
.form .content .step-one .countries ul li {
  width: 33%;
  margin: 0 0 0.4em;
}
@media screen and (max-width: 900px) {
  .form .content .step-one .countries ul li {
    width: 50%;
  }
}
@media screen and (max-width: 374px) {
  .form .content .step-one .countries ul li {
    width: 100%;
  }
}
.form .content .step-one .countries ul li input {
  margin: 0 10px 0 0;
}
.form .content .step-one .countries ul li img {
  margin: 0 10px 0 0;
  width: 20px;
  height: 15px;
}
.form .content .step-two, .form .content .step-three {
  padding: 2.5em 0;
  text-align: center;
  border-top: 1px solid #ccc;
}
.form .content .step-two h2, .form .content .step-three h2 {
  margin: 0 0 1em;
  text-align: center;
  font-weight: bold;
  font-size: 1.17em;
}
.form .content .step-two p, .form .content .step-three p {
  margin: 0 0 1.5em;
}
.form .content .step-two p strong, .form .content .step-three p strong {
  font-weight: bold;
}
.form .content .step-two .age, .form .content .step-three .age {
  font-size: 1.17em;
  font-weight: bold;
}
.form .content .step-two .button, .form .content .step-three .button {
  display: inline-block;
  margin: 4px 2px;
  padding: 4px 12px;
  background-color: #3399ff;
  border: 2px solid #555555;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 4px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: none;
}

#geochart-colors {
  max-width: 1000px;
  margin: 0 auto 30px;
}

.card {
  max-width: 520px;
  padding: 30px 40px 30px;
  margin: 0 auto 2.3em;
  border: 2px solid #3399ff;
  text-align: center;
}
.card h2 {
  margin: 0 0 1em;
  font-size: 1.5em;
  font-weight: bold;
  color: green;
}
.card .summary {
  font-size: 1.5em;
  font-weight: bold;
  color: green;
}
.card .score {
  font-size: 1.5em;
  font-weight: bold;
  color: black;
}

.results .content {
  padding: 0 20px;
}
.results .content .feedback {
  text-align: center;
}
.results .content .feedback h2 {
  display: block;
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: bold;
}
.results .content .feedback .info {
  border: 2px solid #3399ff;
  background-color: #cce5ff;
  max-width: 520px;
  padding: 30px 40px 30px;
  margin: 0 auto 2.3em;
  border: 2px solid #3399ff;
  text-align: center;
}
.results .content .feedback .info h3 {
  display: block;
  font-size: 1em;
  margin: 0.67em 0;
  font-weight: bold;
}
.results .content .feedback .info .underline {
  text-decoration: underline;
}
.results .content .feedback .info b {
  font-weight: bold;
}
.results .content .feedback .info i {
  display: block;
  font-style: italic;
}
.results .content .feedback .info p {
  margin: 0 0 20px;
}
.results .content .feedback .share .button {
  display: inline-block;
  margin: 4px 2px;
  padding: 4px 12px;
  background-color: #3399ff;
  border: 2px solid #555555;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 4px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}
.results .content .feedback .share p {
  margin: 0 0 20px;
}
.results .content .feedback .share p span {
  text-decoration: underline;
}
.results .content .feedback .share p span, .results .content .feedback .share p b {
  font-weight: bold;
}
.results .content .feedback .share ul {
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.results .content .feedback .share ul li {
  padding: 0 2px;
}

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