/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  transition: color 0.5s ease, border 0.5s ease, background 0.5s ease; }
  a:active, a:focus, a:hover {
    text-decoration: none; }

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  box-sizing: border-box; }

/* --- CLEARFIX --- */
.clearfix {
  display: block;
  zoom: 1; }
  .clearfix:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden; }

/*
::selection {
  background: #000000;
  color: #ffffff;
}
::-moz-selection {
  background: #000000;
  color: #ffffff;
}
*/
/* ----------------------------------------------------------------------------------------------------
Super Form Reset
A couple of things to watch out for:
- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs
----------------------------------------------------------------------------------------------------*/
input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: "agenda",Arial; }

input {
  -webkit-appearance: none; sans-serif}

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0; }

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  box-sizing: border-box; }

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  box-sizing: border-box; }

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px; }

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none; }

/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto; }

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none; }

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto; }

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top; }

iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"],
iframe[src*="vimeo.com"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9; }

/*
Ability to set font size, line height, and font size for each breakpoint
Headings usually have setup scale of 1, .95, .9, .85, .8, .75
*/
/*
Ability to set columns, margins, how many columns for each breakpoint, and margins for each breakpoint
For scaling down margin relatively, 1, .9, .8, .7, .6, .5 works well
*/
/*
@font-face {
  font-family: 'agenda';
  src: url('https://www.saratogawater.com/cdn/shop/t/130/assets/AgendaReg.otf');
  font-weight:  normal;
  font-style:   normal;
  font-stretch: normal;
}
*/
html {
  font-size: 18px; }

body {
  color: #2C2C2C;
  margin: 0px;
  font-family: "agenda", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased; }
  body.inactive {
    height: 100vh;
    overflow: hidden; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

strong, b {
  font-weight: 700; }

img {
  max-width: 100%;
  height: auto; }

.reveal {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out; }
  .reveal.active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .reveal.logos {
    -webkit-transform: translateY(calc(-50% + 50px)) !important;
            transform: translateY(calc(-50% + 50px)) !important; }
    .reveal.logos.active {
      -webkit-transform: translateY(-50%) !important;
              transform: translateY(-50%) !important; }

.serif {
  font-family: "urw-antiqua", serif;
  font-weight: 400;
  font-style: normal; }

.mobile {
  display: none; }
  @media (max-width: 768px) {
    .mobile {
      display: block; } }
.desktop {
  display: block; }
  @media (max-width: 768px) {
    .desktop {
      display: none; } }
h1 {
  font-family: "agenda", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 90px;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase; }
  @media only screen and (max-width: 1200px) {
    h1 {
      font-size: 72px; } }
  @media only screen and (max-width: 960px) {
    h1 {
      font-size: 63px; } }
  @media only screen and (max-width: 768px) {
    h1 {
      font-size: 54px; } }
  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 36px; } }
  @media only screen and (max-width: 320px) {
    h1 {
      font-size: 36px; } }
  @media (max-width: 960px) {
    h1 {
      margin-bottom: 20px; } }
h2 {
  font-family: "agenda", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 1.15;
  margin-bottom: 30px; }
  @media only screen and (max-width: 1200px) {
    h2 {
      font-size: 38px; } }
  @media only screen and (max-width: 960px) {
    h2 {
      font-size: 34px; } }
  @media only screen and (max-width: 768px) {
    h2 {
      font-size: 29px; } }
  @media only screen and (max-width: 480px) {
    h2 {
      font-size: 21px; } }
  @media only screen and (max-width: 320px) {
    h2 {
      font-size: 21px; } }
  @media (max-width: 960px) {
    h2 {
      margin-bottom: 20px; } }
h3 {
  font-family: "agenda", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 40px; }
  @media only screen and (max-width: 1200px) {
    h3 {
      font-size: 34px; } }
  @media only screen and (max-width: 960px) {
    h3 {
      font-size: 32px; } }
  @media only screen and (max-width: 768px) {
    h3 {
      font-size: 31px; } }
  @media only screen and (max-width: 480px) {
    h3 {
      font-size: 29px; } }
  @media only screen and (max-width: 320px) {
    h3 {
      font-size: 27px; } }
  @media (max-width: 960px) {
    h3 {
      margin-bottom: 30px; } }
h4 {
  font-family: "agenda", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.35;
  margin-bottom: 15px; }
  @media only screen and (max-width: 1200px) {
    h4 {
      font-size: 27px; } }
  @media only screen and (max-width: 960px) {
    h4 {
      font-size: 25px; } }
  @media only screen and (max-width: 768px) {
    h4 {
      font-size: 24px; } }
  @media only screen and (max-width: 480px) {
    h4 {
      font-size: 22px; } }
  @media only screen and (max-width: 320px) {
    h4 {
      font-size: 21px; } }
h5 {
  font-family: "agenda", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.35;
  margin-bottom: 15px; }
  @media only screen and (max-width: 1200px) {
    h5 {
      font-size: 23px; } }
  @media only screen and (max-width: 960px) {
    h5 {
      font-size: 23px; } }
  @media only screen and (max-width: 768px) {
    h5 {
      font-size: 22px; } }
  @media only screen and (max-width: 480px) {
    h5 {
      font-size: 22px; } }
  @media only screen and (max-width: 320px) {
    h5 {
      font-size: 22px; } }
p, ul, ol {
  font-family: "agenda", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 40px;
  font-size: 21px; }
  @media (max-width: 960px) {
    p, ul, ol {
      margin-bottom: 30px; } }
  @media (max-width: 480px) {
    p, ul, ol {
      font-size: 16px; } }
.content {
  padding: 0px 20px;
  max-width: 1200px;
  margin: 0px auto;
  position: relative; }
  .content.small {
    max-width: 800px; }

.hero {
  height: 75vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .hero:before {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px; }
  .hero .background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom center;
       object-position: bottom center;
    z-index: 0;
    -webkit-animation: fade-in 1.5s ease-in-out;
            animation: fade-in 1.5s ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .hero .content {
    height: 100%;
    z-index: 2; }
    .hero .content h1 {
      color: #ffffff;
      position: absolute;
      left: 40px;
      bottom: 40px;
      max-width: 50%;
      text-align: left;
      margin-bottom: 0px; }
      @media (max-width: 768px) {
        .hero .content h1 {
          max-width: 75%; } }
      @media (max-width: 480px) {
        .hero .content h1 {
          left: 20px; } }
      .hero .content h1 span {
        -webkit-animation: slide-in 1s ease;
                animation: slide-in 1s ease;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        opacity: 0;
        display: inline-block; }
        .hero .content h1 span:nth-of-type(1) {
          -webkit-animation-delay: 1s;
                  animation-delay: 1s; }
        .hero .content h1 span:nth-of-type(2) {
          -webkit-animation-delay: 1.15s;
                  animation-delay: 1.15s; }
        .hero .content h1 span:nth-of-type(3) {
          -webkit-animation-delay: 1.3s;
                  animation-delay: 1.3s; }
        .hero .content h1 span:nth-of-type(4) {
          -webkit-animation-delay: 1.45s;
                  animation-delay: 1.45s; }
        .hero .content h1 span:nth-of-type(5) {
          -webkit-animation-delay: 1.6s;
                  animation-delay: 1.6s; }
        .hero .content h1 span:nth-of-type(6) {
          -webkit-animation: fade-in 2s ease;
                  animation: fade-in 2s ease;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards;
          -webkit-animation-delay: 2.6s;
                  animation-delay: 2.6s; }
        .hero .content h1 span:nth-of-type(7) {
          -webkit-animation: fade-in 4s ease;
                  animation: fade-in 4s ease;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards;
          -webkit-animation-delay: 2.75s;
                  animation-delay: 2.75s; }
  .hero .logo {
    margin: 50px auto 0px;
    width: 35%;
    max-width: 250px;
    -webkit-animation: fade-in 1.5s ease-in-out;
            animation: fade-in 1.5s ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

@-webkit-keyframes scale-in {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-in {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.form {
  padding: 50px 0px 70px;
  text-align: center; }
  @media (max-width: 480px) {
    .form {
      padding: 45px 0px 55px; } }
  .form p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px; }
    @media (max-width: 480px) {
      .form p {
        max-width: 300px;
        font-size: 14px; } }
  .form form {
    text-align: left; }
    .form form label {
      display: block;
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 5px; }
      @media (max-width: 480px) {
        .form form label {
          font-size: 12px; } }
      .form form label.error {
        color: red; }
    .form form input[type='text'] {
      width: 100%;
      color: #2C2C2C;
      line-height: 40px;
      height: 40px;
      font-size: 16px;
      border-bottom: 1px solid #2C2C2C;
      margin-bottom: 30px; }
      .form form input[type='text']::-webkit-input-placeholder {
        opacity: 0.25 !important; }
      .form form input[type='text']::-moz-placeholder {
        opacity: 0.25 !important; }
      .form form input[type='text']:-ms-input-placeholder {
        opacity: 0.25 !important; }
      .form form input[type='text']::placeholder {
        opacity: 0.25 !important; }
      @media (max-width: 480px) {
        .form form input[type='text'] {
          font-size: 14px; } }
    .form form .checkbox {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
      cursor: pointer; }
      .form form .checkbox input[type='checkbox'] {
        margin-right: 10px;
        width: 15px;
        height: 15px;
        border: 1px solid #2C2C2C;
        -webkit-appearance: auto;
        border-radius: 0px;
        cursor: pointer; }
      .form form .checkbox label {
        text-transform: none;
        width: calc(100% - 30px);
        margin-bottom: 0px;
        cursor: pointer; }
        .form form .checkbox label.error {
          color: red; }
    .form form .button-wrapper {
      text-align: center; }
      .form form .button-wrapper button {
        font-size: 16px;
        text-transform: uppercase;
        display: inline-block;
        border-bottom: 1px solid #2C2C2C;
        height: 40px;
        cursor: pointer;
        color: #2C2C2C !important; }

.thanks {
  display: none;
  text-align: center; }
  .thanks .content {
    max-width: 800px; }
  .thanks .logo {
    margin: 50px auto;
    width: 35%;
    max-width: 250px;
    opacity: 0; }
  .thanks .divider {
    background: rgba(0, 51, 161, 0.2);
    display: block;
    width: 100%;
    height: 1px;
    opacity: 0; }
  .thanks .message {
    padding: 50px 0px 60px;
    opacity: 0; }
    .thanks .message p {
      margin-bottom: 0px; }
    .thanks .message h1 {
      font-size: 72px;
      line-height: 1;
      margin-bottom: 50px; }
      @media only screen and (max-width: 1200px) {
        .thanks .message h1 {
          font-size: 58px; } }
      @media only screen and (max-width: 960px) {
        .thanks .message h1 {
          font-size: 50px; } }
      @media only screen and (max-width: 768px) {
        .thanks .message h1 {
          font-size: 43px; } }
      @media only screen and (max-width: 480px) {
        .thanks .message h1 {
          font-size: 29px; } }
      @media only screen and (max-width: 320px) {
        .thanks .message h1 {
          font-size: 29px; } }
      @media (max-width: 480px) {
        .thanks .message h1 {
          margin-bottom: 40px; } }
    @media (max-width: 480px) {
      .thanks .message h2 {
        font-size: 19px;
        letter-spacing: 1px;
        margin-bottom: 30px; } }
    .thanks .message .promo {
      width: 100%;
      aspect-ratio: 4 / 3;
      position: relative;
      overflow: hidden;
      margin: 0px auto 30px; }
      @media (max-width: 480px) {
        .thanks .message .promo {
          aspect-ratio: 3 / 4; } }
      .thanks .message .promo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: top center;
           object-position: top center;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scale(1.25);
                transform: translate(-50%, -50%) scale(1.25); }

footer {
  background: #0033A1;
  padding: 50px 0px 25px;
  text-align: center; }
  footer img {
    width: 100px;
    margin-bottom: 50px; }
  footer p {
    opacity: 0.5;
    color: #ffffff;
    font-size: 12px;
    padding: 0px 20px;
    margin-bottom: 0px; }
