@charset "UTF-8";
/* CSS Document */

/*  structure  */
* {
  margin: 0;
}
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="checkbox"] {
  border-radius: 0;
}
.main {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.container {
  max-width: 640px;
  margin: 0 auto;
  padding: 10px;
}
header {
  text-align: center;
  height: 45px;
  background-image: url('image_files/wave_header.png');
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 825px 47px;
  padding-top: 70px;
  flex-shrink: 0;
}
main {
  flex: 1 0 auto;
}
/*
.footer-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
*/
.footer {
  padding:10px 0 20px;
  background-color: #0061aa;
  flex-shrink: 0;
}
.buoy {
  height: 113px;
  background-image: url('image_files/wave_footer.png');
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 2475px 113px;
}
.logo {
  width: 229px;
  height: 25px;
}
.form-row {
  padding-bottom: 20px;
}
.form-activity {
  border: 1px solid #ccc;
}
.form-activity-container {
  margin: 10px;
}
.form-activity img {
  width: 100%;
  height: auto;
}
.grid {
  margin-top: .25em;
  margin-bottom: 2em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: .8rem;
}
.social {
  margin: 0 auto;
  width: 250px;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.social img {
  height: 49px;
}
#zip {
  margin-right: 10px;
}
label {
  padding-left: 3px;
  padding-right: 10px;
}
.unsub {
  padding-top: 20px;
  padding-bottom: 10px;
}
.button {
  background-color: #0061aa;
  padding: 10px 16px;
  color: #fff;
  font-size: 1.0625rem;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
  margin-top: 12px;
}
.form-dropdown, .form-text {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  padding: 8px;
  width: 110px;
}
.select-css {
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 130px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23a8a8a8%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
  display: none;
}
.select-css:hover {
  border-color: #888;
}
.select-css:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.select-css option {
  font-weight:normal;
}
.checkbox-list {
  padding-bottom: .5rem;
}
.flex, .checkbox-list {
  display: flex;
  flex-direction: row;
}
.checkbox-list input {
  margin-top: 5px;
  margin-right: 10px;
}
#own_boat {
  margin-right:5px;
}
.margin-right {
  margin-right: 15px;
}
.footer-spacer {
  display: block;
  height: 20px;
  content: "";
}
/*  text  */
p, h1, h2, h3, h4, h5, h6, input, label {
  font-family: 'Source Sans Pro', sans-serif;
  color: #000000;
}
h1 {
  font-size: 2.75rem;
  line-height: 3rem;
  font-weight: 900;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  margin: 0 auto;
}
h1.custom {
  max-width: 480px;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}
h2 {
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  padding-bottom: 2.5rem;
  margin: 0 auto;
}
h2.custom {
  max-width: 480px;
}
h3 {
  font-size: 1em;
  color: #0061aa;
  font-weight: 700;
  padding-top: 1rem;
  padding-bottom: .875rem;
}
h3 span {
  font-weight: normal;
  color: #000;
}
.alert {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1em;
  color: #ff0000;
}
p a, h2 a {
  color: #0061aa;
}
.disclaimer {
  font-size: 0.875rem;
  color: #fff;
}
input[type="checkbox"], input[type="radio"] {
  font-size: 1.25rem;
  transform: scale(1.3);
}
input[type=checkbox] {
  -webkit-transform: scale(1,1);
}
input[type="text"] {
  border: 1px solid #ccc;
}
@media only screen and (max-width: 414px) {
  .padding-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .form-activity {
    width: 100%;
  }
  .grid {
    grid-template-columns: 100%;
  }
  .buoy {
    width: 100%;
    height: 133px;
    background-image: url('image_files/wave_footer_mob.png');
    background-repeat: no-repeat;
    background-size: cover;
  }
  .flex {
    display: block;
  }
  .flex .column:nth-child(2) {
    padding-top: 10px;
  }
  .center, .unsub {
    text-align: center;
  }
  h1 {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
  h2 {
    font-size: 1rem;
    padding-left: 20px;
    padding-right: 20px;
  }
  .margin-right {
    margin: 0;
  }
  .footer-fixed {
    position: inherit;
  }
  .footer-spacer {
    height: 0px;
  }
}
