@import url("https://fonts.googleapis.com/css?family=Spartan:400,700&display=swap");
@font-face {
  font-family: 'League Gothic';
  src: url("fonts/LeagueGothic-Regular.eot");
  src: url("fonts/LeagueGothic-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/LeagueGothic-Regular.woff2") format("woff2"), url("fonts/LeagueGothic-Regular.woff") format("woff"), url("fonts/LeagueGothic-Regular.ttf") format("truetype"), url("fonts/LeagueGothic-Regular.svg#LeagueGothic-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'League Gothic';
  src: url("fonts/LeagueGothic-Italic.eot");
  src: url("fonts/LeagueGothic-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/LeagueGothic-Italic.woff2") format("woff2"), url("fonts/LeagueGothic-Italic.woff") format("woff"), url("fonts/LeagueGothic-Italic.ttf") format("truetype"), url("fonts/LeagueGothic-Italic.svg#LeagueGothic-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'SignPainter';
  src: url("fonts/SignPainter-HouseScript.eot");
  src: url("fonts/SignPainter-HouseScript.eot?#iefix") format("embedded-opentype"), url("fonts/SignPainter-HouseScript.woff2") format("woff2"), url("fonts/SignPainter-HouseScript.woff") format("woff"), url("fonts/SignPainter-HouseScript.ttf") format("truetype"), url("fonts/SignPainter-HouseScript.svg#SignPainter-HouseScript") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'SignPainter';
  src: url("fonts/SignPainter-HouseScript_1.eot");
  src: url("fonts/SignPainter-HouseScript_1.eot?#iefix") format("embedded-opentype"), url("fonts/SignPainter-HouseScript_1.woff2") format("woff2"), url("fonts/SignPainter-HouseScript_1.woff") format("woff"), url("fonts/SignPainter-HouseScript_1.ttf") format("truetype"), url("fonts/SignPainter-HouseScript_1.svg#SignPainter-HouseScript") format("svg");
  font-weight: normal;
  font-style: normal; }
:root, html, body, input, textarea, button {
  font-size: calc(15px + .55vw);
  font-family: "Spartan", sans-serif; }

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

html, body {
  height: 100%;
  font-synthesis: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar; }

body {
  color: #36494b;
  text-align: center;
  background: #fafbfb; }

row {
  display: table;
  width: 100%; }

column {
  display: table-cell;
  vertical-align: middle; }

column.one {
  width: 8.33%; }

column.two {
  width: 16.66%; }

column.three {
  width: 25%; }

column.four {
  width: 33.33%; }

column.five {
  width: 51.66%; }

column.six {
  width: 50%; }

column.seven {
  width: 58.33%; }

column.eight {
  width: 66.66%; }

column.nine {
  width: 75%; }

column.ten {
  width: 83.33%; }

column.eleven {
  width: 91.66%; }

column.twelve {
  width: 100%; }

a {
  color: #d34848;
  text-decoration: none;
  transition: all 200ms ease; }

a.normal {
  color: #36494b;
  text-decoration: underline; }

a:hover, button:hover, a.working, a.button.working, button.working,
a:active, button:active {
  opacity: .8; }

a.working, a.butonn.working, button.working {
  cursor: default; }

.fa.rm, .far.rm, .fab.rm {
  margin-right: 10px; }

.fa.lm, .far.lm, .fab.lm {
  margin-left: 10px; }

.res-small {
  display: inline-block !important; }
  @media (min-width: 1050px) {
    .res-small {
      display: none !important; } }

.res-medium {
  display: none !important; }
  @media (min-width: 1050px) {
    .res-medium {
      display: inline-block !important; } }

@media (min-width: 1050px) {
  column.res-medium {
    display: table-cell !important; } }

nav.soft a {
  opacity: .5; }

nav {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  font-size: .8rem;
  background: white;
  z-index: 999; }
  nav .wrap {
    position: relative;
    padding: 0 10px; }
    @media (max-width: 720px) {
      nav .wrap {
        padding: 0 4%; } }
  nav row {
    padding: 0 10px;
    margin: 0 auto;
    height: 70px; }
  nav column {
    text-align: left; }
    nav column a {
      margin-right: 5px; }
  nav column.right {
    text-align: right; }
    nav column.right a, nav column.right a:hover {
      margin-left: 5px;
      padding: 8px 18px;
      color: white;
      font-weight: bold;
      line-height: 1;
      background: #e23822;
      border-color: #e23822;
      -webkit-border-radius: 0.28571429rem;
      -moz-border-radius: 0.28571429rem;
      -ms-border-radius: 0.28571429rem;
      border-radius: 0.28571429rem; }
    nav column.right a.normal {
      color: #36494b;
      font-weight: normal;
      text-decoration: none;
      background: transparent;
      border: 0; }
  nav a {
    display: inline-block;
    padding: 10px 0;
    margin: 0 14px;
    color: #e23822;
    font-weight: 500;
    border-bottom: 3px solid transparent; }
  nav a.on, nav a:hover {
    border-bottom-color: #e23822;
    opacity: 1; }
  nav a.on.hide {
    border-bottom-color: transparent; }

.nav-drop, .nav-drop-sub {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-height: 100%;
  text-align: left;
  background: white;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.25);
  z-index: 9999;
  overflow: scroll; }
  .nav-drop a, .nav-drop-sub a {
    display: block;
    color: #e23822;
    text-align: center;
    border-bottom: 1px solid #d2e1e1;
    padding: 20px 10px; }
  .nav-drop a.toggle-nav-drop, .nav-drop a.toggle-nav-drop-sub, .nav-drop-sub a.toggle-nav-drop, .nav-drop-sub a.toggle-nav-drop-sub {
    display: block;
    width: 100%;
    color: #36494b;
    text-align: right;
    font-weight: bold;
    padding: 0 20px;
    line-height: 70px;
    text-transform: uppercase;
    background: #fafbfb; }
    .nav-drop a.toggle-nav-drop .fa, .nav-drop a.toggle-nav-drop .far, .nav-drop a.toggle-nav-drop-sub .fa, .nav-drop a.toggle-nav-drop-sub .far, .nav-drop-sub a.toggle-nav-drop .fa, .nav-drop-sub a.toggle-nav-drop .far, .nav-drop-sub a.toggle-nav-drop-sub .fa, .nav-drop-sub a.toggle-nav-drop-sub .far {
      display: none; }

.nav-join {
  position: fixed;
  right: 0;
  top: 75px;
  padding: 12px 22px;
  color: white;
  font-size: .8rem;
  font-weight: bold;
  background: #4D6CEF;
  background: -moz-linear-gradient(0deg, #4D6CEF 0%, #5D7CFF 100%);
  background: -webkit-linear-gradient(0deg, #4D6CEF 0%, #5D7CFF 100%);
  background: linear-gradient(0deg, #4D6CEF 0%, #5D7CFF 100%);
  box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 0.28571429rem 0 0 0.28571429rem;
  -moz-border-radius: 0.28571429rem 0 0 0.28571429rem;
  -ms-border-radius: 0.28571429rem 0 0 0.28571429rem;
  border-radius: 0.28571429rem 0 0 0.28571429rem;
  z-index: 9998;
  cursor: pointer; }

.tab-join.on .container {
  transform: scale(1); }

.tab-join {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 9999; }
  .tab-join .container {
    width: 100%;
    max-width: 720px;
    height: 100%;
    margin: 0 auto;
    transition: all 300ms ease;
    transform: scale(0.5);
    overflow: scroll; }
    .tab-join .container form {
      max-width: 720px;
      padding: 20px;
      background: white;
      box-shadow: 0 4px 27px 0 rgba(0, 0, 0, 0.05);
      border: 1px solid #d2e1e1;
      -webkit-border-radius: 0 0 0.28571429rem 0.28571429rem;
      -moz-border-radius: 0 0 0.28571429rem 0.28571429rem;
      -ms-border-radius: 0 0 0.28571429rem 0.28571429rem;
      border-radius: 0 0 0.28571429rem 0.28571429rem; }
      .tab-join .container form h4 {
        padding: 20px 0;
        color: #e23822; }
      .tab-join .container form p {
        max-width: 520px;
        padding-bottom: 20px;
        text-align: center;
        border-bottom: 1px solid #c2d1d1; }
      .tab-join .container form p.small {
        max-width: 400px;
        margin-bottom: 5px;
        padding: 0;
        border: 0; }
      .tab-join .container form button {
        margin-top: 20px; }

section {
  display: table;
  width: 100%;
  margin: 0 auto; }
  section > column {
    padding: 90px 4%; }

section.page {
  height: 100%; }

.narrow {
  max-width: 720px; }

.min > column {
  padding: 40px 4%; }

.spacer {
  height: 90px; }

.masthead {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  padding: 0;
  color: white;
  background: #e23822;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .masthead > column {
    vertical-align: middle;
    padding: 50px 4%; }
  .masthead .scroll {
    position: absolute;
    left: 50%;
    bottom: 10px;
    display: block;
    width: 100px;
    line-height: 40px;
    margin-left: -50px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0.28571429rem;
    -moz-border-radius: 0.28571429rem;
    -ms-border-radius: 0.28571429rem;
    border-radius: 0.28571429rem;
    cursor: pointer; }
  .masthead h1, .masthead h2, .masthead h3, .masthead h4, .masthead h5 {
    font-weight: bold;
    line-height: 1.4; }
  .masthead h1 {
    font-family: "League Gothic";
    font-size: 4.5rem; }
    .masthead h1 span {
      font-size: 130%; }
  .masthead img {
    margin-bottom: 25px;
    padding: 20px; }
    @media (max-width: 720px) {
      .masthead img {
        width: 120px;
        height: 120px; } }
  .masthead button {
    color: #4D6CEF;
    background: white; }

.masthead.short {
  height: auto;
  padding: 20px 4%; }
  .masthead.short > column {
    padding-top: 70px; }
  .masthead.short .graph {
    width: 45px;
    margin: 0 auto;
    font-size: 26px;
    line-height: 45px; }

section.short {
  padding: 20px 2%; }
  section.short > column {
    padding: 0; }

section.red {
  color: white;
  background: #e23822; }
  section.red .round {
    border: 6px solid white; }
  section.red a {
    color: white;
    font-weight: bold; }

section.white {
  background: white; }

section.light {
  background: #fafafa; }

section.dark {
  background: #d2e1e1; }

section.bb {
  border-bottom: 1px solid #f2f1f1; }

h1, h2, h3, h4, h5 {
  margin: 0 auto;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  max-width: 800px; }
  h1 span, h2 span, h3 span, h4 span, h5 span {
    font-family: "SignPainter"; }
  h1 .fa, h1 .far, h2 .fa, h2 .far, h3 .fa, h3 .far, h4 .fa, h4 .far, h5 .fa, h5 .far {
    display: inline-block;
    margin-bottom: 25px; }

h1 {
  font-size: 2em;
  font-weight: bold; }
  @media (max-width: 800px) {
    h1 {
      font-size: 2.2em; } }

h1.gothic {
  font-size: 5rem; }

h2 {
  font-size: 1.7em;
  font-weight: 500; }
  @media (max-width: 720px) {
    h2 {
      font-size: 2em; } }

h2.gothic {
  font-size: 3.5rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.4rem; }

h5 {
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 500; }

p {
  max-width: 720px;
  margin: 20px auto;
  padding: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left; }
  p light {
    display: block;
    color: #898E91;
    font-size: .9em; }

p.small {
  font-size: 15px; }

p.first:first-letter {
  float: left;
  display: inline-block;
  padding-top: 10px;
  padding-right: 15px;
  font-size: 46px;
  font-weight: bold;
  line-height: 46px; }

p.disclaimer {
  padding-top: 10px;
  margin: 0 auto;
  max-width: 520px;
  color: #a9aEb1;
  font-size: 13px;
  text-align: center; }
  p.disclaimer a:link, p.disclaimer a:active, p.disclaimer a:visited {
    color: #898E91;
    transition: none; }
  p.disclaimer a:hover {
    color: #36494b;
    text-decoration: underline; }

p.disclaimer a.working {
  color: #a9aEb1;
  text-decoration: underline;
  opacity: .5; }

ul, ol {
  margin: 0 40px;
  line-height: 1.5;
  text-align: left;
  font-weight: normal; }
  @media (max-width: 520px) {
    ul, ol {
      margin: 0; } }
  ul li, ol li {
    padding: 5px 0; }
  ul em, ol em {
    display: block;
    margin: 10px auto; }

em {
  font-style: italic !important; }

hr {
  width: 40px;
  height: 1px;
  margin: 25px auto;
  background: #c2d1d1;
  border: 0;
  clear: both; }

.right {
  text-align: right !important; }

.left {
  text-align: left !important; }

.center {
  text-align: center !important; }

.normal {
  color: #36494b; }

.light {
  color: #898E91; }

.lighter {
  color: #a9aEb1; }

.red {
  color: #d34848; }

.blue {
  color: #4D6CEF; }

.green {
  color: #44BBA4; }

.gothic {
  font-family: "League Gothic";
  line-height: 1.1; }

.sign {
  font-family: "SignPainter"; }

img.round {
  widtH: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

img.round.lg {
  widtH: 150px;
  height: 150px; }

.team {
  margin: 50px auto; }
  .team > div {
    display: inline-block;
    margin: 10px;
    padding: 20px;
    width: calc(50% - 40px);
    background: white;
    border: 1px solid #d2e1e1; }
    @media (max-width: 720px) {
      .team > div {
        display: block;
        margin: 0;
        padding: 25px 0;
        border: 0;
        width: 100%; } }
    .team > div > a {
      color: #36494b;
      font-size: 1.4rem;
      line-height: 1.5;
      font-weight: Bold; }
      .team > div > a img {
        display: block;
        margin: 0 auto 20px auto; }
      .team > div > a strong {
        display: block;
        font-size: 15px;
        text-transform: uppercase; }
    .team > div P {
      text-align: center; }
      @media (max-width: 720px) {
        .team > div P {
          text-align: left;
          font-size: 1.2rem; } }

form {
  padding: 0;
  margin: 0 auto;
  max-width: 520px; }
  @media (max-width: 720px) {
    form row column {
      display: block;
      width: 100% !important;
      padding: 0 0 0 0 !important; } }
  form row column:first-child {
    padding-right: 4px; }
  form row column:last-child {
    padding-left: 4px; }
  form button {
    width: 100%; }

.field {
  position: relative;
  display: block;
  margin-bottom: 8px; }
  .field .fa, .field .far, .field .fab {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 50px;
    font-size: .75em;
    line-height: 48px;
    background: white;
    -webkit-border-radius: 27px 0 0 27px;
    -moz-border-radius: 27px 0 0 27px;
    -ms-border-radius: 27px 0 0 27px;
    border-radius: 27px 0 0 27px; }
  .field input {
    padding-left: 60px; }

input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 25px;
  font-size: 17px;
  text-align: left;
  border: 1px solid #c2d1d1;
  outline: none;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  border-radius: 27px; }

textarea {
  display: block;
  padding: 8px 15px;
  width: 100%;
  height: 90px;
  border: 1px solid #d2e1e1;
  resize: none;
  outline: none;
  -webkit-border-radius: 0.28571429rem;
  -moz-border-radius: 0.28571429rem;
  -ms-border-radius: 0.28571429rem;
  border-radius: 0.28571429rem; }

label {
  display: none; }

::placeholder {
  color: #9aa7b4; }

:focus::placeholder {
  color: #36494b; }

:focus {
  color: #36494b; }

textarea:focus, input:focus {
  border-color: #d2e1e1; }

.error input, .error textarea {
  color: #e23822;
  border-color: #e23822; }
.error .fa, .error .far, .error .fab {
  color: #e23822; }
.error ::placeholder {
  color: #e23822; }
.error label {
  color: #e23822; }

.options {
  display: table;
  width: 100%;
  margin: 10px auto 25px auto;
  border: 1px solid #d2e1e1;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  border-radius: 27px;
  overflow: hidden; }
  .options input[type=radio] {
    display: none; }
  .options label {
    display: table-cell !important;
    vertical-align: middle;
    width: 50%;
    padding: 10px 10px;
    font-size: .8em;
    line-height: 1.5;
    text-align: center;
    background: #f4f4f4;
    cursor: pointer; }
  .options input[type=radio]:checked + label {
    color: white !important;
    background: #4D6CEF; }
  .options input[type=radio]:checked + label.no {
    color: #36494b; }
  .options input[type=radio] + label:hover {
    color: #36494b; }

.options.thirds label {
  width: 33.33% !important; }

.options.quarters label {
  width: 50% !important; }

button, a.button {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 17px 37px;
  height: 46px;
  color: white;
  font-size: 14px;
  line-height: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-size: auto;
  background-image: none;
  background-origin: padding-box;
  background-attachment: scroll;
  background-clip: border-box;
  background: #4D6CEF;
  background: -moz-linear-gradient(0deg, #4D6CEF 0%, #5D7CFF 100%);
  background: -webkit-linear-gradient(0deg, #4D6CEF 0%, #5D7CFF 100%);
  background: linear-gradient(0deg, #4D6CEF 0%, #5D7CFF 100%);
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  border-radius: 27px;
  border: 1px solid white;
  vertical-align: middle;
  word-wrap: break-word;
  white-space: nowrap;
  opacity: 1;
  overflow: hidden;
  cursor: pointer; }
  button .fa, button .far, button .fab, a.button .fa, a.button .far, a.button .fab {
    position: absolute;
    left: 50%;
    top: -42px;
    display: block;
    width: 40px;
    margin-left: -20px;
    line-height: 42px;
    transition: all 400ms ease; }
  button span .fa, button span .far, button span .fab, a.button span .fa, a.button span .far, a.button span .fab {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    width: inherit;
    margin-left: 0;
    line-height: inherit; }
  button em, a.button em {
    font-style: normal; }

button:hover, a.button:hover {
  opacity: 1; }

button.skip,
button.working, a.button.working, button.red.working, .button.red.working, button.gray.working, a.button.gray.working,
button.working:hover, a.button.working:hover, button.red.working:hover, .button.red.working:hover, button.gray.working:hover, a.button.gray.working:hover {
  opacity: 1;
  color: #a9aEb1;
  background: #fafbfb;
  border-color: #d2e1e1;
  cursor: default; }

button.skip {
  cursor: pointer; }

button.completed, a.button.completed, button.gray.completed, a.button.gray.completed,
button.completed:hover, a.button.completed:hover, button.gray.completed:hover, a.button.gray.completed:hover {
  opacity: 1;
  background: white;
  border-color: #d2e1e1; }
  button.completed .fa, button.completed .far, button.completed .fab, a.button.completed .fa, a.button.completed .far, a.button.completed .fab, button.gray.completed .fa, button.gray.completed .far, button.gray.completed .fab, a.button.gray.completed .fa, a.button.gray.completed .far, a.button.gray.completed .fab,
  button.completed:hover .fa,
  button.completed:hover .far,
  button.completed:hover .fab, a.button.completed:hover .fa, a.button.completed:hover .far, a.button.completed:hover .fab, button.gray.completed:hover .fa, button.gray.completed:hover .far, button.gray.completed:hover .fab, a.button.gray.completed:hover .fa, a.button.gray.completed:hover .far, a.button.gray.completed:hover .fab {
    top: 50%;
    margin-top: -20px !important;
    color: #4D6CEF !important; }
  button.completed span, a.button.completed span, button.gray.completed span, a.button.gray.completed span,
  button.completed:hover span, a.button.completed:hover span, button.gray.completed:hover span, a.button.gray.completed:hover span {
    opacity: 0; }

button.lg, a.button.lg {
  height: 50px;
  font-size: 19px;
  font-weight: 600;
  padding: 17px 67px; }
  button.lg strong, a.button.lg strong {
    font-weight: 700; }

button.round, a.button.round {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px; }

button.alt, a.button.alt {
  margin-top: 20px;
  color: #36494b;
  font-size: .7rem;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #c2d1d1; }

button.box, a.button.box {
  width: 180px;
  height: inherit;
  padding: 8px 0;
  color: #36494b;
  font-size: .7em;
  text-align: center;
  line-height: inherit;
  background: #fafbfb;
  background: -moz-linear-gradient(0deg, #fafbfb 0%, white 100%);
  background: -webkit-linear-gradient(0deg, #fafbfb 0%, white 100%);
  background: linear-gradient(0deg, #fafbfb 0%, white 100%);
  border: 1px solid #d2e1e1;
  -webkit-border-radius: 0.28571429rem;
  -moz-border-radius: 0.28571429rem;
  -ms-border-radius: 0.28571429rem;
  border-radius: 0.28571429rem; }
  button.box .fa-spin, a.button.box .fa-spin {
    color: #4D6CEF; }

button.box:hover, a.button.box:hover {
  color: #e23822; }

button.box.disabled, a.button.box.disabled {
  color: #4D6CEF;
  background: white;
  cursor: default; }

button.red, a.button.red {
  background: #e23822;
  background: -moz-linear-gradient(0deg, #e23822 0%, #e23822 100%);
  background: -webkit-linear-gradient(0deg, #e23822 0%, #e23822 100%);
  background: linear-gradient(0deg, #e23822 0%, #e23822 100%); }

.items {
  max-width: 420px;
  margin: 0 auto; }
  .items column {
    vertical-align: top; }
  .items a.image {
    display: block;
    padding: 5px;
    margin: 10px auto;
    width: 120px;
    height: 120px;
    background: #fafafa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden; }
    .items a.image img {
      width: 110px;
      padding: 10px;
      background: white;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  .items a.title, .items a.title:hover {
    color: #36494b;
    display: block;
    padding: 10px 20px;
    margin: 20px auto;
    max-width: 200px; }
  .items a.icon {
    margin: 5px;
    font-size: .9rem; }

.amounts {
  padding: 30px 0 0 0;
  background: #fafbfb; }
  .amounts .field {
    margin-top: 10px; }

.amount {
  display: inline-block;
  width: 155px;
  max-height: 50px;
  margin: 5px 2px;
  color: #4D6CEF;
  font-size: .8em;
  line-height: 50px;
  background: white;
  border: 1px solid #c2d1d1;
  -webkit-border-radius: 0.28571429rem;
  -moz-border-radius: 0.28571429rem;
  -ms-border-radius: 0.28571429rem;
  border-radius: 0.28571429rem;
  cursor: pointer; }

.amount.on {
  color: white;
  background: #4D6CEF;
  border-color: #4D6CEF; }

#card-element {
  margin: 20px auto 0 auto;
  padding: 15px 20px;
  background: white;
  border: 1px solid #c2d1d1;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  border-radius: 27px; }

.map-wrapper {
  position: relative;
  width: 100%;
  height: 500px;
  text-align: left; }

#map {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #e23822; }

.error-alert {
  position: fixed;
  left: 50%;
  top: 40px;
  margin: 0 auto 0 -175px;
  width: 350px;
  padding: 14px;
  color: white;
  font-size: .75em;
  background: #e23822;
  background: -moz-linear-gradient(0deg, #e23822 0%, #f24832 100%);
  background: -webkit-linear-gradient(0deg, #e23822 0%, #f24832 100%);
  background: linear-gradient(0deg, #e23822 0%, #f24832 100%);
  box-shadow: 0 4px 27px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  border-radius: 27px;
  z-index: 99999; }

.wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 10, 15, 0.2);
  overflow: scroll;
  z-index: 99999; }
  .wrapper > div {
    max-width: 520px;
    margin: 70px auto;
    padding: 40px 4%;
    background: white !important;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.07);
    -webkit-border-radius: 0.28571429rem;
    -moz-border-radius: 0.28571429rem;
    -ms-border-radius: 0.28571429rem;
    border-radius: 0.28571429rem; }
  .wrapper .field {
    margin-bottom: 20px; }

footer {
  width: 100%;
  margin: 0 auto;
  padding: 25px 10px;
  color: #a9aEb1;
  font-size: 12px;
  line-height: 1.56364;
  background: rgba(0, 0, 0, 0.02); }
  footer div {
    padding: 4px 0;
    margin: 0 auto;
    max-width: 520px; }
  footer div.lg {
    font-size: 13px;
    color: #36494b; }
  footer a:link, footer a:active, footer a:visited {
    display: inline-block;
    color: #898E91;
    padding: 5px 10px;
    transition: none; }
  footer a:hover {
    color: #36494b;
    text-decoration: underline; }

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