@charset "UTF-8";
/*
Theme Name: Swift Clean
Theme URI:
Description: Custom theme for Swift Clean
Author: Joe Blackburn
Version: 1.0
Tags: custom
*/
/* =============================================================================
	  Adapted from HTML5 Boilerplate CSS: h5bp.com/css
	  ========================================================================== */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
* :focus:not(:focus-visible) {
  outline: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
/* !Global Styles - - - - - */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}

.sans {
  font-family: "adapter-pe-variable", Arial, Verdana, sans-serif;
}

.serif {
  font-family: "ivypresto-text", Georgia, Times New Roman, serif;
}

.ivy {
  font-family: "ivypresto-display", "ivypresto-text", Georgia, Times New Roman, serif;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.blue {
  color: #67b1e5;
}

.lt-blue {
  color: #aae0ff;
}

.vlt-blue {
  color: #eef9ff;
}

.grey {
  color: #464646;
}

.dk-grey {
  color: #333;
}

.mid-grey {
  color: #808080;
}

.vlt-grey {
  color: #f7f8f7;
}

.lt-grey {
  color: #e6e8e5;
}

.white-bg {
  background: #fff;
}

.black-bg {
  background: #000;
}

.blue-bg {
  background: #67b1e5;
}

.lt-blue-bg {
  background: #aae0ff;
}

.vlt-blue-bg {
  background: #eef9ff;
}

.grey-bg {
  background: #464646;
}

.dk-grey-bg {
  background: #333;
}

.mid-grey-bg {
  background: #808080;
}

.vlt-grey-bg {
  background: #f7f8f7;
}

.lt-grey-bg {
  background: #e6e8e5;
}

.italic {
  font-style: italic;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.light {
  font-weight: 200;
}

.semi {
  font-weight: 600;
}

.center {
  text-align: center;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.space {
  letter-spacing: 0.05em;
}

.xspace {
  letter-spacing: 0.1em;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.plain a, a.plain {
  text-decoration: none;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}

a:hover {
  color: #000;
}

.rel {
  position: relative;
}

ul.clean {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.inline {
  display: inline-block;
}

ul.inline > li {
  display: inline;
  float: left;
}

ul.ilb > li,
.ilb {
  display: inline-block;
  vertical-align: top;
}

ul.ilb {
  display: block;
}

li.vmiddle,
.vmiddle {
  vertical-align: middle;
}

li.vbottom,
.vbottom {
  vertical-align: bottom;
}

.reverse {
  direction: rtl;
}

.dfix {
  direction: ltr;
}

img.full {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

img.fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

video {
  width: 100%;
  height: auto;
  display: block;
}

.screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.cover {
  background: url(images/trans.png) no-repeat center;
  background-size: cover;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
}

.grid.row {
  grid-auto-rows: 1fr;
}

.grid.grid2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.grid4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid.grid5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.over {
  position: relative;
  z-index: 20;
}

.swap {
  grid-auto-flow: column;
  direction: rtl;
}

.flex {
  display: flex;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.rounded {
  border-radius: 8px;
  overflow: hidden;
}

.big-rounded {
  border-radius: 20px;
  overflow: hidden;
}

.overflow {
  overflow: hidden;
}

a div.image-hover,
a.image-hover {
  position: relative;
  display: block;
}

a div.image-hover:before,
a.image-hover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  transition: all 0.35s ease-in-out;
}

a:hover div.image-hover:before,
a.image-hover:hover:before,
.team-image-wrap:hover a.image-hover:hover:before {
  background: rgba(0, 0, 0, 0.3);
}

.accent b,
.accent strong,
.headline b,
.headline strong {
  font-weight: inherit;
  color: #000;
}

.accent.white-accent b,
.accent.white-accent strong {
  color: #fff;
}

.headline.lt-blue b,
.headline.lt-blue strong,
.alt-accent b,
.alt-accent strong {
  color: #fff;
}

.has-caption:after {
  content: "";
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0) 100%);
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bg-image video,
video.fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* !Font Size Functions - - - - - */
/* !Page Defaults - - - - - */
.text {
  line-height: 1.6em;
  font-size: 1rem;
}

.text.small-text {
  font-size: 0.875rem;
}

.text.vsmall-text {
  font-size: 0.75rem;
}

.text.large-text {
  font-size: 1.1875rem;
}

.text.vlarge-text {
  font-size: 1.4375rem;
}

.text p,
.split-text p {
  margin: 15px 0;
}

.text a {
  color: #000;
  text-decoration: underline;
}

.text a:hover {
  color: #000;
}

.text.white a {
  color: #fff;
  text-decoration: underline;
}

.text.white a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.header-text p:first-child,
.text p:first-child,
.split-text p:first-child {
  margin-top: 0;
}

.header-text p:last-child,
.text p:last-child,
.split-text p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
}

.text img {
  display: block;
  margin: 10px auto;
  width: auto;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.text .alignleft {
  float: left;
  margin: 30px 30px 30px 0;
  display: inline-block;
}

.text .alignright {
  float: right;
  margin: 30px 0 30px 30px;
  display: inline-block;
}

.text p:first-child .alignleft,
.text p:first-child .alignright {
  margin-top: 0;
}

.text ul {
  margin: 30px 0;
  list-style: none;
  padding: 0 0 0 30px;
}

.text ul li {
  position: relative;
  margin: 0;
  line-height: 1.3em;
  padding: 0 0 0 20px;
}

.text ul li + li {
  margin-top: 5px;
}

.text ul li:before {
  content: "•";
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5 {
  margin: 30px 0 10px 0;
  font-weight: 600;
  color: #000;
  font-family: "ivypresto-text", Georgia, Times New Roman, serif;
  line-height: 1.3em;
}

.text.white h1,
.text.white h2,
.text.white h3,
.text.white h4,
.text.white h5 {
  color: #fff;
}

.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child,
.text ul:first-child {
  margin-top: 0;
}

.text h1:last-child,
.text h2:last-child,
.text h3:last-child,
.text h4:last-child,
.text h5:last-child,
.text ul:last-child {
  margin-bottom: 0;
}

.text blockquote {
  margin: 40px 0;
  padding: 10px 0 10px 25px;
  border-left: 2px solid #000;
  color: #000;
  font-size: 1.625rem;
  line-height: 1.5em;
  text-align: left;
  font-family: "ivypresto-text", Georgia, Times New Roman, serif;
  font-weight: 600;
}

.text.white blockquote {
  color: #fff;
}

section {
  scroll-margin-top: 800px;
}

/* !Body - - - - - */
html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-size: 16px;
  font-family: "adapter-pe-variable", Arial, Verdana, sans-serif;
  color: #000;
  line-height: 1.6em;
  background: #fff;
}

#container {
  background: #fff;
  padding-top: 100px;
}

.inner {
  padding: 0 30px;
  max-width: 850px;
  display: block;
  margin: 0 auto;
}

.inner.wide {
  max-width: 1160px;
}

.max {
  max-width: 1400px;
  margin: 0 auto;
  display: block;
}

/* !Block Spacing - - - - - */
.page-block + .page-block {
  margin-top: 100px;
}

.page-block.bg,
.block-pad,
.block-pad-top {
  padding: 100px 0;
}

.page-block.bg.small-block-pad,
.small-block-pad {
  padding: 70px 0;
}

.big-block-pad,
.page-block.bg.big-block-pad {
  padding: 130px 0;
}

.page-block.bg + .page-block.bg,
.page-block.header-block:first-child {
  margin-top: 0;
}

.page-block.vlt-grey-bg.bg + .page-block.vlt-grey-bg.bg {
  padding-top: 0;
}

.page-block.vlt-grey-bg.no-pad.bg + .page-block.vlt-grey-bg.bg {
  padding-top: 100px;
}

.page-block:last-child {
  padding-bottom: 100px;
}

#main > .page-block.bg:first-child,
#main > .page-block:first-child {
  margin-top: 0;
  padding-top: 100px;
}

.block-pad-top {
  padding-top: 100px;
}

.block-pad-bottom {
  padding-bottom: 100px;
}

.big-block-pad:first-child,
.page-block.bg.big-block-pad:first-child,
.page-block.small-block-pad:first-child,
.page-block.bg.small-block-pad:first-child {
  padding-top: 130px;
}

.big-block-pad:last-child,
.page-block.bg.big-block-pad:last-child {
  padding-bottom: 130px;
}

#main > .page-block.bg.small-block-pad:first-child,
#main > .page-block.small-block-pad:first-child {
  padding-top: 70px;
}

.small-block-pad:last-child,
.page-block.bg.small-block-pad:last-child {
  padding-bottom: 70px;
}

.page-block.bg.no-pad,
.page-block.no-pad {
  padding: 0 !important;
}

.page-block.margin-check:last-child {
  padding-bottom: 0;
}

.page-block.border-block {
  padding: 30px;
}

.border-pad {
  padding: 100px 0;
}

#main > .page-block.border-block:first-child {
  padding-top: 0;
}

#main > .page-block.border-block:last-child {
  padding-bottom: 30px;
}

/* !Buttons & Links - - - - - */
.button,
input.gform_button {
  font-family: "adapter-pe-variable", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.3em;
  padding: 15px 25px 17px 25px;
  border-radius: 100px;
  background: #67b1e5;
  color: #fff;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  transition: all 0.35s ease-in-out;
}

.button.large {
  padding: 18px 25px 20px 25px;
  font-size: 1.0625rem;
}

a.button:hover,
input.gform_button:hover {
  background: #333;
  color: #fff;
}

a.button.light-hover:hover {
  background: #fff;
  color: #67b1e5;
}

/* !Splash Page - - - - - */
.splash-top {
  min-height: 100dvh;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.splash-max {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
  display: block;
}

.splash-logo {
  max-width: 300px;
  margin: 0 auto 50px auto;
}

.splash-headline {
  font-size: 5.625rem;
  line-height: 1.1em;
  font-weight: 100;
}

ul.button-list {
  gap: 30px;
}

.splash-top ul.button-list {
  margin-top: 80px;
  justify-content: center;
}

.splash-top .text {
  margin-top: 30px;
}

.splash-footer {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
  align-items: center;
}

.splash-footer-logo {
  height: 100%;
  min-height: 80px;
  width: 300px;
  text-indent: -9999px;
  background: url(images/splash-footer-logo.svg) no-repeat left -12px;
}

.splash-credit {
  font-size: 0.8125rem;
  line-height: 1.3em;
  padding: 20px 0;
  color: #808080;
  font-weight: 500;
}

.splash-credit a {
  color: #808080;
}

.splash-credit a:hover {
  color: #fff;
}

.splash-bottom {
  padding: 140px 0;
}

.splash-top:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(51, 51, 51, 0.6);
}

.splash-top:after {
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}

/* !Form Module - - - - - */
.form-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 90px;
}

.form-headline {
  font-size: 4.0625rem;
  line-height: 1.2em;
}

.form-grid * + .text,
.form-grid * + .text-cta {
  margin-top: 30px;
}

.text-cta {
  font-size: 1.1875rem;
  line-height: 1.5em;
}

.text-cta.blue a {
  color: #67b1e5;
}

.text-cta.blue a:hover {
  color: #333;
}

/* !Form Fields - - - - - */
/* !Form Fields - - - - - */
.gfield {
  margin: 0;
  clear: both;
}

input.medium,
input.large,
input.small,
select,
textarea,
.ginput_complex input,
.ginput_product_price_wrapper input[type=text],
.gfield--type-product input[type=number],
input.datepicker {
  background: #f7f8f7;
  border-radius: 0;
  height: 48px;
  font-size: 1rem;
  line-height: 1.1em;
  font-family: "adapter-pe-variable", Arial, Verdana, sans-serif;
  color: #333;
  padding: 0 15px 3px 15px;
  border: 1px solid #f7f8f7;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  font-style: normal;
}

select {
  background: url(images/select-arrow.svg) no-repeat right 15px center #f7f8f7;
  padding-right: 52px;
}

.dark-form input.medium,
.dark-form input.large,
.dark-form input.small,
.dark-form select,
.dark-form textarea,
.dark-form .ginput_complex input,
.dark-form .ginput_product_price_wrapper input[type=text],
.dark-form .gfield--type-product input[type=number],
.dark-form input.datepicker,
.white-fields input.medium,
.white-fields input.large,
.white-fields input.small,
.white-fields select,
.white-fields textarea,
.white-fields .ginput_complex input,
.white-fields .ginput_product_price_wrapper input[type=text],
.white-fields .gfield--type-product input[type=number],
.white-fields input.datepicker {
  background-color: #fff;
  border-color: #fff;
}

textarea {
  resize: none;
  height: 48px;
  padding: 12px 15px 0 15px;
  transition: all 0.35s ease-in-out;
}

textarea:focus-visible {
  height: 150px;
  padding: 15px;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #333;
  transition: all 0.35s ease-in-out;
}

:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #333;
  transition: all 0.35s ease-in-out;
}

::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #333;
  transition: all 0.35s ease-in-out;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #333;
  transition: all 0.35s ease-in-out;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus:-moz-placeholder { /* Firefox 18- */
  color: transparent;
}

:focus::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

.gform_validation_container {
  display: none !important;
}

.gfield_label,
.ginput_complex label,
.ginput_container_creditcard legend,
.gfield--type-choice legend {
  color: #333;
  font-size: 1rem;
  padding-bottom: 10px;
  font-family: "adapter-pe-variable", Arial, Verdana, sans-serif;
  line-height: 1.3em;
  display: block;
}

.gfield--type-choice legend {
  font-weight: 600;
}

.dark-form .gfield_label,
.dark-form .ginput_complex label,
.dark-form .ginput_container_creditcard legend,
.dark-form .gfield--type-choice legend {
  color: #fff;
}

.gfield_label {
  display: none;
}

.ginput_complex .gform-field-label--type-sub {
  padding-top: 10px;
  font-weight: 500;
}

.gform_submission_error {
  padding-bottom: 20px;
  color: #b50000 !important;
  font-size: 1.25rem;
  line-height: 1.4em;
  font-weight: bold;
  padding-bottom: 30px;
}

.validation_message,
.gfield_validation_message,
.gfield_description,
.gfield--type-html {
  padding-top: 10px;
  font-size: 0.875rem;
  line-height: 1.4em;
  clear: both;
  color: #333;
  font-style: normal;
}

label + .gfield_description,
legend + .gfield_description {
  padding-top: 0;
  padding-bottom: 10px;
}

.validation_message,
.gfield_validation_message {
  color: #b50000;
  font-style: italic;
  margin: 0;
  padding: 0 0 10px 0;
}

.gform_confirmation_message {
  color: #67b1e5;
  font-size: 1.25rem;
  line-height: 1.4em;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

.gfield_radio,
.gfield_checkbox,
.ginput_container_consent {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 25px;
  width: 100%;
}

.ginput_container_consent legend {
  display: none;
}

fieldset.gfield--type-choice {
  clear: both;
  padding-bottom: 20px;
}

fieldset.gfield--type-choice legend {
  padding: 15px 0;
}

.gfield_radio .gchoice,
.gfield_checkbox .gchoice,
.ginput_container_consent {
  text-align: left;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  padding: 0 25px 0 0;
  margin: 0;
  position: relative;
  vertical-align: top;
}

.ginput_container_consent {
  width: 100%;
  margin-bottom: 20px;
}

.gfield_radio label,
.gfield_checkbox label,
.ginput_container_consent label {
  font-size: 1rem;
  display: block;
  font-family: "adapter-pe-variable", Arial, Verdana, sans-serif;
  color: #333;
}

.dark-form .gfield_radio label,
.dark-form .gfield_checkbox label,
.dark-form .ginput_container_consent label {
  color: #fff;
}

.gfield--type-consent legend {
  display: none;
}

.gfield_radio input,
.gfield_checkbox input,
.ginput_container_consent input {
  width: 22px;
  height: 22px;
  border: 2px solid #e6e8e5;
  background: #fff;
  border-radius: 120%;
  -webkit-appearance: none;
  position: relative;
  top: 2px;
}

.gfield_checkbox input,
.ginput_container_consent input {
  border-radius: 0;
}

.dark-form .gfield_radio input,
.dark-form .gfield_checkbox input,
.dark-form .ginput_container_consent input,
.white-fields .gfield_radio input,
.white-fields .gfield_checkbox input,
.white-fields .ginput_container_consent input {
  background-color: #fff;
  border-color: #fff;
}

.woocommerce-terms-and-conditions-wrapper input[type=checkbox] {
  top: 1px;
}

.woocommerce-form-login__rememberme,
.remember_me label {
  position: relative;
  padding-left: 34px;
  top: 0;
}

.remember_me label {
  margin-top: 20px;
}

.woocommerce input#rememberme {
  padding: 0;
  margin: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme,
#loginform .sensei-login-submit a {
  display: inline-block;
  margin-top: 10px;
  margin-left: 20px;
}

.gfield_radio input:checked {
  background: #67b1e5 !important;
}

.gfield_checkbox input:checked,
.offset input[type=checkbox],
.woocommerce input#rememberme:checked,
.woocommerce-terms-and-conditions-wrapper input[type=checkbox]:checked,
.remember_me input[type=checkbox]:checked,
.ginput_container_consent input:checked {
  background: url(images/check.svg) no-repeat center #fff;
}

.dark-form .gfield_checkbox input:checked,
.dark-form .offset input[type=checkbox],
.dark-form .woocommerce input#rememberme:checked,
.dark-form .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:checked,
.dark-form .remember_me input[type=checkbox]:checked,
.dark-form .ginput_container_consent input:checked,
.white-fields .gfield_checkbox input:checked,
.white-fields .offset input[type=checkbox],
.white-fields .woocommerce input#rememberme:checked,
.white-fields .woocommerce-terms-and-conditions-wrapper input[type=checkbox]:checked,
.white-fields .remember_me input[type=checkbox]:checked,
.white-fields .ginput_container_consent input:checked {
  background-color: #fff;
}

.gfield:first-child .gsection_title {
  margin-top: 0;
}

.gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
}

.gfield {
  flex-basis: 100%;
}

.gfield--width-half,
.ginput_complex > span {
  flex-basis: calc(50% - 5px);
}

.ginput_complex {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* Match this to your flex container's gap */
:root {
  --gf-gap: 10px;
}

/* Time field: 3 equal columns */
.gfield--type-time .ginput_container {
  flex-basis: calc((100% - 2 * var(--gf-gap)) / 3);
}

/* Address: full-width spans (Address 1, Address 2, Country) */
.ginput_complex.ginput_container_address span:nth-child(1),
.ginput_complex.ginput_container_address span:nth-child(2),
.ginput_complex.ginput_container_address span:nth-child(6) {
  flex-basis: 100%;
}

/* Address: City — 40% of remaining width after 2 gaps */
.ginput_complex.ginput_container_address span:nth-child(3) {
  flex-basis: calc(40% - 2 * var(--gf-gap) * 0.4);
}

/* Address: State + Zip — 30% each of remaining width after 2 gaps */
.ginput_complex.ginput_container_address span:nth-child(4),
.ginput_complex.ginput_container_address span:nth-child(5) {
  flex-basis: calc(30% - 2 * var(--gf-gap) * 0.3);
}

.gfield_description:last-child {
  margin-top: 5px;
}

legend + .gfield_description {
  margin-top: 0;
}

.gform_wrapper {
  text-align: left;
}

.gform_ajax_spinner {
  display: block;
  margin: 20px auto 0 auto;
  border: 4px solid rgba(51, 51, 51, 0.2);
  border-left: 4px solid #333;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.dark-form .gform_ajax_spinner {
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
}

#gform_1 .gform-body .gform_ajax_spinner,
#gform_2 .gform-body .gform_ajax_spinner,
#gform_3 .gform-body .gform_ajax_spinner {
  display: none;
}

.gfield_required_text,
.gfield--input-type-consent legend {
  display: none !important;
}

.gfield_required:after {
  content: " *";
  color: #b50000;
  font-family: "adapter-pe-variable", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-indent: 0;
  position: relative;
  transition: all 0.35s ease-in-out;
}

h3.gsection_title,
.text h3.gsection_title {
  font-family: "ivypresto-text", Georgia, Times New Roman, serif;
  font-weight: 600;
  border-bottom: 1px solid #67b1e5;
  color: #67b1e5;
  font-size: 1.5rem;
  padding-bottom: 10px;
  line-height: 1.3em;
  margin: 50px 0 30px 0;
}

.dark-form h3.gsection_title,
.dark-form .text h3.gsection_title {
  border-color: #fff;
  color: #fff;
}

.gfield:first-child .gsection_title {
  margin-top: 0;
}

.ginput_complex {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.ginput_complex.ginput_container_address span:nth-child(1),
.ginput_complex.ginput_container_address span:nth-child(2) {
  flex-basis: 100%;
}

.ginput_complex.ginput_container_address span:nth-child(3) {
  flex-basis: 40%;
}

.ginput_complex.ginput_container_address span:nth-child(4) {
  flex-basis: calc(30% - 20px);
}

.ginput_complex.ginput_container_address span:nth-child(5) {
  flex-basis: calc(30% - 20px);
}

.ginput_complex.ginput_container_address span:nth-child(6) {
  flex-basis: 100%;
}

.gfield_description:last-child {
  margin-top: 5px;
}

legend + .gfield_description {
  margin-top: 0;
}

.text .gform_wrapper {
  margin-top: 40px;
}

.text .gform_wrapper:first-child {
  margin-top: 0;
}

.gform_drop_area {
  border: 1px dashed #f7f8f7;
  padding: 40px 20px;
  margin: 5px 0;
  text-align: center;
}

.dark-form .gform_drop_area {
  border-color: #fff;
}

.gform_drop_instructions {
  display: block;
  margin-bottom: 15px;
  font-family: "adapter-pe-variable", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#extensions_message {
  display: block;
  margin-top: 3px;
}

.ginput_preview {
  font-size: 0.9375rem;
  line-height: 16px;
  margin-bottom: 8px;
}

.ginput_preview button {
  width: 16px;
  height: 16px;
  z-index: 9;
  margin-right: 5px;
  position: relative;
  top: 1px;
  display: inline-block;
  border: none;
  padding: 0;
  text-indent: -9999px;
  background: url(images/cancel.svg) no-repeat;
}

.gform_footer img {
  display: block;
  margin: 30px auto 0 auto;
  width: 24px;
  height: 24px;
  clear: both;
}

.gform_footer {
  padding-top: 20px;
}

/* !Datepicker - - - - - */
/* .ui-datepicker { padding: 20px; background: $white; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); position: absolute; top: -9999px; left: -9999px; transform: translate(0,15px); width: 280px; font-family: $sans; border-radius: 0; font-weight: bold;}

.ui-datepicker-title { padding: 10px 0;}

table.ui-datepicker-calendar td { padding: 4px 5px; text-align: center; color: rgba($dk-grey, .2);}

table.ui-datepicker-calendar th { color: $dk-grey;}

.ui-datepicker-title select { width: calc(50% - 8px); margin: 0 0 0 8px; background-color: $vlt-grey; color: $dk-grey; font-size: rem(13px); font-family: $sans; font-weight: 600; height: 40px; text-transform: uppercase; border-radius: 0 !important; padding: 0 25px 0 10px; border: none; background-size: 15px 9px;}

.ui-datepicker-title select:first-child { margin: 0 8px 0 0;}

a.ui-datepicker-prev { width: 50%; padding: 0 5px 3px 15px; line-height: 20px; font-weight: bold; background: url(images/small-arrow-left.svg) no-repeat left 3px; display: inline-block; text-transform: uppercase; color: $dk-grey;}

a.ui-datepicker-next { width: 50%; padding: 0 15px 3px 5px; text-align: right; line-height: 20px; font-weight: bold; background: url(images/small-arrow-right.svg) no-repeat right 3px; display: inline-block; text-transform: uppercase; color: $dk-grey;}

a.ui-datepicker-prev:hover,
a.ui-datepicker-next:hover
{ color: $orange;}

a.ui-datepicker-prev span { padding-left: 10px; margin-left: -8px;}

a.ui-datepicker-next span { padding-right: 10px; margin-right: -8px;}

.ui-datepicker-calendar { width: 100%;}

table.ui-datepicker-calendar td a { color: $blue; display: block;}

table.ui-datepicker-calendar td.ui-datepicker-today a,
table.ui-datepicker-calendar td a:hover
{ color: $orange;}

.ginput_container_date span,
.gfield--type-date .screen-reader-text
{ display: none;} */
/* !Hide Captcha Badge - - - - - */
.grecaptcha-logo,
.grecaptcha-badge {
  visibility: hidden !important;
}

/* !Accessibility - - - - - */
.link-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: -1;
}

* :focus-visible,
a:focus-visible,
a.nav-toggle:focus-visible,
input.gform_button:focus-visible {
  outline: 2px solid #67b1e5;
  outline-offset: 5px;
}

.gform_validation_errors:focus-visible {
  outline: none;
}

ul.nav a:focus-visible {
  outline-offset: -4px;
}

input.medium:focus-visible,
input.large:focus-visible,
input.small:focus-visible,
input.search-box:focus-visible,
select:focus-visible,
textarea:focus-visible,
.ginput_complex input:focus-visible,
.ginput_product_price_wrapper input[type=text]:focus-visible,
.gfield--type-product input[type=number]:focus-visible,
input.datepicker:focus-visible,
input[type=text]:focus-visible,
input[type=email]:focus-visible {
  border-color: #67b1e5;
  outline: none;
}

/* - - - Media Queries - - - */
@media only screen and (max-width: 1200px) {
  /* Style adjustments for viewports that meet the condition */
  .splash-top {
    padding: 60px 0;
  }
  .splash-headline {
    font-size: 4.375rem;
  }
  .splash-max {
    max-width: 860px;
  }
  .splash-logo {
    max-width: 250px;
    margin-bottom: 30px;
  }
  .splash-bottom {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .splash-headline {
    font-size: 3.125rem;
  }
  .splash-logo {
    max-width: 200px;
  }
  .splash-bottom {
    padding: 60px 0;
  }
  .form-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 35px;
  }
  .form-headline {
    font-size: 2.8125rem;
  }
  .splash-top ul.button-list {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 768px) {
  /* Style adjustments for viewports that meet the condition */
  .text .alignleft,
  .text .alignright {
    margin: 10px auto;
    float: none;
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  /* Style adjustments for viewports that meet the condition */
  .gfield--width-half {
    flex-basis: 100%;
  }
  .splash-headline {
    font-size: 2.75rem;
  }
  .text.vlarge-text {
    font-size: 1.1875rem;
  }
  .gfield_radio,
  .gfield_checkbox {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .splash-footer {
    justify-content: center;
  }
  .splash-credit {
    padding-top: 10px;
  }
  .form-grid * + .text,
  .form-grid * + .text-cta {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 400px) {
  /* Style adjustments for viewports that meet the condition */
}
@media only screen and (max-width: 320px) {
  /* Style adjustments for viewports that meet the condition */
}
/* - - - Non-Semantic Helper Classes - - - */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* - - - Print Styles - - - */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
