body {
    font-family: 'GT America Trial', sans-serif;
}

h1 {
    margin-bottom: 40px;
}

label {
    color: #333;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.banner {
    background-image: url(images/CS-2584_ADL_Fringe_Hub_Assets_LP.jpg);
  }
  @media only screen and (min-width: 769px) {
      .popup-style {
          width: auto !important;
          height: 800 !important;
      }
  }