* {
  box-sizing: border-box; }

body, html {
  opacity: 1;
  background-color: #fff;
  background: #fff;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Open Sans, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "pnum";
  font-feature-settings: "pnum";
  font-variant-numeric: proportional-nums;
  font-size: 16px;
  line-height: 1.25; }

.center {
  max-width: 640px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto; }

.button {
  min-width: 150px;
  text-decoration: none;
  padding: 10px 30px;
  font: inherit;
  cursor: pointer;
  display: block;
  height: 45px;
  border: none;
  background: #2C57C9;
  color: #fff;
  border-radius: 6px;
  font-weight: 600; }
  .button__container {
    margin-right: 15px;
    margin-bottom: 10px; }

.preview-content {
  white-space: break-spaces;
  border: 1px solid #b7b7b7;
  margin: 5px 0 15px 0;
  border-radius: 6px;
  position: relative; }
  @media only screen and (max-width: 420px) {
    .preview-content {
      padding: 10px; } }
  .preview-content__text {
    max-height: 300px;
    overflow-y: auto;
    padding: 20px; }
    @media only screen and (max-width: 420px) {
      .preview-content__text {
        padding: 0; } }
  .preview-content__button {
    margin: 0;
    min-width: auto;
    font-size: 14px;
    color: #333;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #333;
    height: 35px;
    padding: 0 15px;
    top: 12px;
    right: 20px;
    position: absolute; }
    .preview-content__button-placeholder {
      width: 151px;
      float: right;
      height: 15px; }
      @media only screen and (max-width: 420px) {
        .preview-content__button-placeholder {
          display: none; } }
    @media only screen and (max-width: 420px) {
      .preview-content__button {
        position: static;
        width: 100%;
        margin: 15px 0 0; } }
  .preview-content__hidden-copy {
    visibility: hidden;
    height: 0;
    width: 0;
    position: absolute;
    z-index: -1; }

.email-form > label {
  display: block;
  font-weight: 600; }

.input-item {
  display: block;
  box-shadow: none;
  font: inherit;
  font-weight: normal;
  padding: 5px 10px;
  margin: 5px 0 15px;
  border: 1px solid #b7b7b7;
  border-radius: 6px;
  max-width: 300px;
  width: 100%;
  height: 45px;
  background-color: white; }

select.input-item {
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: 98% 50%; }

select::-ms-expand {
  display: none; }

.more-ways-to-help {
  margin-top: 100px; }

.preview-for > * {
  display: block;
  padding: 10px;
  border: 1px solid;
  margin: 10px 0;
  border-radius: 6px;
  max-width: 300px;
  border-color: #b7b7b7; }

.optional {
  margin-left: 5px; }

input[type="radio"] {
  margin-right: 15px; }

h1 {
  font-size: 42px; }

h2, h3, h4, h5 {
  margin-bottom: 5px; }

a {
  color: #2C57C9; }

.button-holder {
  display: flex; }

.send-button-container a {
  text-decoration: none; }

.footer {
  color: #484848;
  font-size: 13px;
  margin: 50px 0; }

.gmail-send {
  background-color: #A80000; }

@media only screen and (max-width: 420px) {
  h1 {
    font-size: 16px; }
  .input-item {
    max-width: 100%;
    width: 100%; }
  .button {
    display: block;
    width: 100%;
    margin-bottom: 15px; }
    .button__container {
      margin-left: 0; }
  .button-holder {
    display: block; }
  .preview-content__button {
    margin-bottom: 0; } }

.alert {
  background-color: #A80000;
  border-radius: 6px;
  margin: 20px 0 0;
  padding: 15px;
  color: #fff;
  font-weight: 600; }

.navigation {
  margin-top: 15px; }
  .navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; }
    .navigation ul li {
      margin-right: 10px; }
  .navigation__more {
    font-weight: 600; }
  .navigation__city {
    text-transform: capitalize; }
    .navigation__city--selected {
      font-weight: 600; }


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