/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 10px;
  line-height: 1.4;
}
@font-face {
  font-family: safiroRegular;
  src: url(fonts/Safiro/safiro-regular-webfont.ttf);
  font-weight: 400;
}
@font-face {
  font-family: safiroMedium;
  src: url(fonts/Safiro/safiro-medium-webfont.ttf);
  font-weight: medium;
}
@font-face {
  font-family: safiroSemibold;
  src: url(fonts/Safiro/safiro-semibold-webfont.ttf);
  font-weight: 600;
}
@font-face {
  font-family: safiroBold;
  src: url(fonts/Safiro/safiro-bold-webfont.ttf);
  font-weight: bold;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */ ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden, [hidden] {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *, *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " ("attr(href) ")";
  }
  abbr[title]::after {
    content: " ("attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
/*
* Main site
*/
* {
  box-sizing: border-box;
}
body {
  font: normal 400 1.6rem/1.5 safiroRegular, sans-serif;
  color: #111827;
}
h1 {
  font: normal 600 3.8rem/1.26 safiroSemibold, sans-serif;
  text-transform: uppercase;
  margin: 1rem 0;
}
h2 {
  font: normal 600 3rem/1.33 safiroSemibold, sans-serif;
  text-transform: uppercase;
  margin: 4rem 0 2rem;
}
h3 {
  font: normal 600 2.4rem/1.41 safiroSemibold, sans-serif;
  margin: 0;
}
p {
  font: normal 400 1.6rem/1.5 safiroRegular, sans-serif;
}
a {
  text-decoration: none;
  color: #111827;
}
strong {
  font-weight: 700;
}
ul, li {
  list-style: none;
}
img {
  width: 100%;
  height: auto;
  display: inline-block;
}
video {
  width: 100%;
  height: auto;
}
.dBreak {
  display: none;
}
.date {
  font: normal 700 1.8rem safiroBold, sans-serif;
  color: #111827;
  margin: 0 0 1rem;
}
.date2 {
  margin: 0 0 2rem;
}
.ctaBtn {
  background: #FFBB22;
  border: 0;
  border-radius: 1rem;
  width: 100%;
  height: 5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3;
  color: #111827;
  text-align: center;
  display: block;
  margin: 3rem 0 0;
}
header, .regForm {
  background: #FFBB22;
}
header {
  padding: 3rem 1.6rem 3rem;
}
header svg, footer svg {
  width: 11.89rem;
}
.regForm {
  padding: 0 1.6rem;
}
.waveIcon svg {
  width: 4.3rem;
}
.regForm form {
  margin: 3rem 0 0;
  padding-bottom: 4rem;
}
.regForm input {
  background: #fff;
  border: 0;
  width: 100%;
  height: 4.2rem;
  padding: 1.2rem 2rem;
  margin-bottom: 1.1rem;
  font-size: 1.2rem;
  line-height: .15;
  border-radius: 1rem;
	color: rgba(17, 24, 39, 1);
}
::placeholder {
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(17, 24, 39, 1);
  opacity: 1;
}
::-ms-input-placeholder {
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(17, 24, 39, 1);
  opacity: 1;
}
.regForm select {
  background: #fff url("img/caretDown.svg") no-repeat 96% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  width: 100%;
  padding: 1.2rem 2rem;
  border: 0;
  border-radius: 1rem;
  margin-bottom: 1.1rem;
  font-size: 1.2rem;
  font-weight: 400;
	color: rgba(17, 24, 39, 1);
}
.regForm select option {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: .15;
	color: rgba(17, 24, 39, 1);
}
.regForm button {
  background: #000;
  border: 0;
  border-radius: 1rem;
  height: 5rem;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
.flexCol {
  display: flex;
  gap: 1rem;
  flex: 1 0 0;
}
.flexCol input {
  width: 48%;
}
.flexCol input, .flexCol select {
  width: 100%;
}
.baptized {
  background: #FFFFF4;
  padding-top: 2rem;
}
.baptized .baptizedInner div:first-of-type {
  padding: 0 1.6rem 0;
}
.baptized img {
  margin: 4rem 0;
}
.faq {
  background: #fff;
  text-align: center;
  padding: 0 1.6rem;
}
.faq p {
  margin-top: 2rem;
}
.faq a {
  text-decoration: underline;
}
footer {
  background: #fff;
  padding: 4rem 0 3rem;
  text-align: center;
}
@media only screen and (min-width: 320px) {
  h2 {
    font-size: 2.9rem;
  }
  h3 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 375px) {
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 1024px) {
  .dBreak {
    display: block;
  }
  header {
    text-align: center;
    padding: 6.2rem 0 8rem;
  }
  .containerInner {
    width: 96rem;
    margin: 0 auto;
  }
  .regForm {
    padding: 0 0 8rem 0;
  }
  .regForm form {
    margin: 0;
    padding-bottom: 0;
  }
  .regForm .containerInner {
    display: flex;
    justify-content: space-between;
    gap: 0 8.2rem;
    align-items: start;
  }
  .regForm .containerInner > div {
    width: 48%;
  }
  .regForm .regBtn {
    display: flex;
    justify-content: end;
  }
  .regForm button {
    width: 16rem;
    margin-top: 1rem;
  }
  .baptized {
    padding: 7rem 0;
  }
  .baptized .baptizedInner {
    display: flex;
    justify-content: space-between;
    gap: 0 9.4rem;
    align-items: center;
    max-width: 144rem;
    width: 100%;
    margin: 0 auto;
  }
  .baptized .baptizedInner div:first-of-type {
    padding: 0 0 0 1.6rem;
  }
  .baptized .baptizedInner > div {
    width: 48%;
  }
  .baptized img {
    margin: 0;
  }
  .baptized .ctaBtn {
    width: 16rem;
  }
  .faq {
    padding-top: 7rem;
  }
  footer {
    padding: 9rem 0 3rem;
  }
}
@media only screen and (min-width: 1280px) {}
@media only screen and (min-width: 1440px) {
  body, p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  h1 {
    font-size: 5rem;
    line-height: 1.2;
  }
  h2 {
    font-size: 4.8rem;
    line-height: 1.25;
  }
  h3 {
    font-size: 4.4rem;
    line-height: 1.22;
    margin-bottom: 3rem;
  }
  header svg, footer svg {
    width: 16.2rem;
  }
  .regForm input, .regForm select {
    height: 5rem;
  }
  ::placeholder, .regForm select {
    font-size: 1.6rem;
  }
  .date {
    font-size: 2rem;
  }
  .baptized .baptizedInner div:first-of-type {
    padding: 0 0 0 10.1rem;
  }
}