body {
  font-family: 'Open Sans', sans-serif; }

.banner {
  margin-bottom: 60px;
  position: relative;
  background: url("images/banner-bg.jpeg") center center no-repeat;
  background-size: cover; }
  .banner:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: .7;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0063a1+0,006d6b+100 */
    background: #0063a1;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0063a1 0%, #006d6b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0063a1 0%, #006d6b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0063a1 0%, #006d6b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063a1', endColorstr='#006d6b',GradientType=0 );
    /* IE6-9 */
    z-index: 1; }
  .banner .columns {
    position: relative;
    z-index: 2; }
  .banner .img-container {
    text-align: center;
    width: 100%;
    padding: 100px 40px; }
  .banner .logo {
    max-height: 150px;
    margin-top: 100px; }
  .banner .form-container {
    padding: 100px 40px;
    color: #fefefe;
    background: rgba(0, 0, 0, 0.3); }
  .banner .intro {
    max-width: 500px;
    margin: 0px auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
    position: relative; }
    .banner .intro:after {
      content: '';
      position: absolute;
      left: 20%;
      right: 20%;
      bottom: 0px;
      height: 1px;
      background: #fefefe; }

.footer {
  background: url("images/banner-bg.jpeg") center center no-repeat;
  background-size: cover;
  position: relative;
  color: #fefefe;
  padding: 60px 40px;
  margin-top: 60px; }
  .footer .columns {
    position: relative;
    z-index: 2; }
  .footer:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: .7;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0063a1+0,006d6b+100 */
    background: #0063a1;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0063a1 0%, #006d6b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0063a1 0%, #006d6b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0063a1 0%, #006d6b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063a1', endColorstr='#006d6b',GradientType=0 );
    /* IE6-9 */
    z-index: 1; }
  .footer:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: .7;
    background: #000;
    z-index: 1; }
  .footer button {
    margin-top: 24px; }
  .footer .intro {
    max-width: 700px;
    margin: 0px auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
    position: relative; }
    .footer .intro:after {
      content: '';
      position: absolute;
      left: 20%;
      right: 20%;
      bottom: 0px;
      height: 1px;
      background: #fefefe; }

form label {
  margin: 0px auto;
  max-width: 500px;
  text-transform: uppercase;
  color: #fefefe;
  font-weight: 700;
  text-align: left; }
form input.is-invalid-input:not(:focus) {
  background-color: #fefefe !important; }

.button.primary {
  background-color: #F1842B !important; }
  .button.primary:hover {
    background-color: #ef7613 !important; }

h1, h2, h3 {
  font-weight: 800;
  font-family: 'Open Sans', sans-serif; }

h1 {
  font-size: 30px;
  margin-bottom: 20px; }

input, button, a.button {
  border-radius: 5px !important;
  border: none; }
  input:focus, button:focus, a.button:focus {
    box-shadow: none !important; }

#thanks {
  padding: 80px 0;
  background: url("images/banner-bg.jpeg") center center no-repeat;
  background-size: cover;
  min-height: 100%;
  color: #fefefe !important;
  text-align: center; }
  #thanks .logo {
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 40px;
    display: block; }
  #thanks:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: .7;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0063a1+0,006d6b+100 */
    background: #0063a1;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0063a1 0%, #006d6b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0063a1 0%, #006d6b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0063a1 0%, #006d6b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063a1', endColorstr='#006d6b',GradientType=0 );
    /* IE6-9 */
    z-index: 1; }
  #thanks .columns {
    position: relative;
    z-index: 2; }

img {
  display: block;
  margin: 20px auto; }

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