footer {
  background: transparent !important;
  margin: 5rem 0 0 0;
  padding: 0px;
}

footer h1 {
  font-weight: bold;
  color: #0077c0;
  text-align: center;
}

footer ul.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  align-items: center;
  justify-content: center;
}

footer ul.gallery a {
  height: 100%;
}

footer ul.gallery li {
  width: calc(100% / 3 - 2rem);
  margin: 1rem;
  padding: 2rem;
}

@media only screen and (max-width: 812px) {
  footer ul.gallery ul.gallery {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer ul.gallery li {
    width: calc( 100% - 2rem);
    height: 256px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer ul.gallery li img {
    height: 100%;
  }
}

footer section.light-blue {
  background: #0077c0;
  color: #FFF;
}

footer section.light-gray {
  background: #262626;
  color: #FFF;
}

footer section.dark-gray {
  background: #191919;
  color: #FFF;
}

footer #footer_sponsors h1 {
  margin: 0rem;
}

@media screen and (max-width: 812px) {
  footer #footer_sponsors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer #footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  footer #footer_social .container {
    max-width: 1200px;
  }
}

footer #footer_social ul.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  font-size: 24pt;
  margin: 0 1rem;
  padding: 0;
}

footer #footer_social ul.social li {
  opacity: .4;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  margin: 0 .5rem;
}

footer #footer_social ul.social li:hover {
  opacity: 1;
}

@media screen and (max-width: 812px) {
  footer #footer_social ul.social {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer #footer_social h4 {
  font-weight: bold;
  color: #80bbe0;
  margin: 0 1rem 0 0;
  font-size: 22pt;
  white-space: nowrap;
}

footer #footer_social .newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: bold;
}

footer #footer_social .newsletter form, footer #footer_social .newsletter div.form {
  width: 55%;
  padding-left: 12px;
}

@media screen and (max-width: 812px) {
  footer #footer_social .newsletter form, footer #footer_social .newsletter div.form {
    width: 100%;
  }
}

footer #footer_social .newsletter span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: right;
  width: 20%;
  font-size: 10pt;
  color: #80bbe0;
}

@media screen and (max-width: 812px) {
  footer #footer_social .newsletter span {
    text-align: center;
    width: 100%;
    font-size: 14pt;
    margin: 0;
    margin-bottom: 2rem;
  }
}

footer #footer_social .newsletter input {
  color: #0077c0;
  border: none;
  font: inherit;
  padding: 1rem 1.5rem;
  width: calc(50% - 5px);
  margin: 8px 2px 8px 0px;
  border-radius: 2px;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

footer #footer_social .newsletter input:placeholder-shown {
  opacity: .4;
}

footer #footer_social .newsletter input::-webkit-input-placeholder {
  color: #0077c0;
}

footer #footer_social .newsletter input:-ms-input-placeholder {
  color: #0077c0;
}

footer #footer_social .newsletter input::-ms-input-placeholder {
  color: #0077c0;
}

footer #footer_social .newsletter input::placeholder {
  color: #0077c0;
}

footer #footer_social .newsletter input:not(:placeholder-shown):not(:active):not(:focus) {
  opacity: .8;
}

footer #footer_social .newsletter input:active, footer #footer_social .newsletter input:focus {
  opacity: 1;
}

@media screen and (max-width: 812px) {
  footer #footer_social .newsletter input {
    width: calc(100% - 1rem);
  }
}

footer #footer_social .newsletter div.btn {
  background: #00a4e4;
  color: #FFF;
  font-weight: bold;
  font-size: 11pt;
  padding: 1rem 1.5rem;
  border-radius: 2px;
  letter-spacing: initial;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

footer #footer_social .newsletter div.btn:hover {
  color: #0077c0;
  background: #FFF;
}

@media only screen and (max-width: 812px) {
  footer #footer_social .newsletter {
    margin: 2rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer #footer_social .newsletter div.form {
    margin: 0 0 1rem 0;
  }
}

@media only screen and (max-width: 1920px) {
  footer #footer_social .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer #footer_social h4 {
    margin: 2rem 0 2rem 0;
  }
  footer #footer_social aside {
    width: 100%;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

footer #footer_social a {
  color: #FFF;
}

footer #footer_social aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 800px) {
  footer #footer_social aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0rem;
  }
}

footer #footer_social > * {
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer #footer_app h3 {
  margin: 2rem;
  text-align: center;
  font-weight: bold;
}

footer #footer_app div.stores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer #footer_app div.stores img.store {
  margin: 1rem;
  height: 42px;
}

footer #footer_app img {
  max-height: 128px;
}

footer #footer_app .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer #footer_app .container > * {
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer #footer_app .container h3 {
  width: calc(100%/3 + 2rem);
  padding: 0;
  opacity: .8;
}

@media only screen and (max-width: 800px) {
  footer #footer_app .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer #footer_app .container > * {
    width: 100%;
    margin: 1rem 0;
  }
}

@media only screen and (max-width: 800px) {
  footer #footer_app {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 1rem;
  }
  footer #footer_app > * {
    width: 100%;
  }
}

footer #footer_terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

footer #footer_terms ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

footer #footer_terms ul li {
  margin: 0 1rem;
}

@media screen and (max-width: 812px) {
  footer #footer_terms ul {
    margin: 0;
    padding: 0;
    margin-bottom: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer #footer_terms a {
  color: inherit;
}

footer #footer_terms span {
  opacity: .5;
}
/*# sourceMappingURL=footer.css.map */