@charset "UTF-8";
/*
Theme Name: Greater Indy Habitat
Theme URI:
Description: Custom theme for Habitat and 2nd Street
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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* !Local Fonts - - - - - */
/* Tomato Grotesk VF */
@font-face {
  font-family: "Tomato Grotesk VF";
  font-display: swap;
  src: url("fonts/Tomato-Grotesk-VF.woff2") format("woff2");
}
/* !Global Styles - - - - - */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.sans {
  font-family: "Tomato Grotesk VF", "roboto", Arial, Verdana, sans-serif;
}

.rob {
  font-family: "roboto", Arial, Verdana, sans-serif;
}

.white {
  color: #fff;
}

.blue {
  color: #00acd8;
}

.dk-blue {
  color: #0c6993;
}

.lt-blue {
  color: #e3f9ff;
}

.green {
  color: #c4d600;
}

.grey {
  color: #9799a6;
}

.lt-grey {
  color: #f5f5f5;
}

.black {
  color: #000;
}

.white-bg {
  background: #fff;
}

.blue-bg {
  background: #00acd8;
}

.dk-blue-bg {
  background: #0c6993;
}

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

.green-bg {
  background: #c4d600;
}

.grey-bg {
  background: #9799a6;
}

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

.black-bg {
  background: #000;
}

.italic {
  font-style: italic;
}

.normal {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.light {
  font-weight: 200;
}

.medium {
  font-weight: 450;
}

.semi {
  font-weight: 550;
}

.xbold {
  font-weight: 800;
}

.xxbold {
  font-weight: 900;
}

.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: #00acd8;
}

.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;
}

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

.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-wrap {
  display: flex;
  flex-wrap: wrap;
}

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

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

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

.overflow {
  overflow: hidden;
}

.fade-bottom {
  position: relative;
}

.fade-bottom:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

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);
}

/* !Font Size Functions - - - - - */
/* !Page Defaults - - - - - */
.text {
  line-height: 1.7em;
  font-size: 1.125rem;
  font-family: "roboto", Arial, Verdana, sans-serif;
  letter-spacing: normal;
}

.text.small-text {
  font-size: 1rem;
  letter-spacing: normal;
}

.text.vsmall-text {
  font-size: 0.875rem;
  letter-spacing: normal;
}

.text.large-text {
  font-size: 1.5rem;
  font-family: "Tomato Grotesk VF", "roboto", Arial, Verdana, sans-serif;
  line-height: 1.5em;
  letter-spacing: -0.02em;
}

.text.vlarge-text {
  font-size: 2.25rem;
  font-family: "Tomato Grotesk VF", "roboto", Arial, Verdana, sans-serif;
  line-height: 1.3em;
  letter-spacing: -0.02em;
}

.text.vvlarge-text {
  font-size: 2.75rem;
  font-family: "Tomato Grotesk VF", "roboto", Arial, Verdana, sans-serif;
  line-height: 1.3em;
  letter-spacing: -0.02em;
}

.text p {
  margin: 15px 0;
}

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

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

.blue-bg .text a,
.green-bg .text a {
  color: #000;
}

.blue-bg .text a:hover,
.green-bg .text a:hover {
  color: #fff;
}

.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 {
  margin-top: 0;
}

.header-text p:last-child,
.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%;
}

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

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

.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: 550;
  color: #000;
  font-family: "Tomato Grotesk VF", "roboto", Arial, Verdana, sans-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: 50px 0;
  padding: 10px 0 10px 30px;
  border-left: 2px solid #00acd8;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.5em;
  text-align: left;
  font-family: "Tomato Grotesk VF", "roboto", Arial, Verdana, sans-serif;
  font-weight: 550;
}

.blue-bg .text blockquote {
  border-color: #fff;
}

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

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

html,
section {
  scroll-margin-top: 230px;
}

body {
  min-width: 375px;
  font-size: 16px;
  font-family: "Tomato Grotesk VF", "roboto", Arial, Verdana, sans-serif;
  color: #000;
  line-height: 1.3em;
  background: #000;
  letter-spacing: -0.02em;
}

#container {
  background: #fff;
}

.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 {
  margin-top: 0;
}

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

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

.page-block.bg.border-pad:first-child {
  margin-top: 0;
  padding-top: 0;
}

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

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

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

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

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

.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-pad,
.border-pad {
  padding: 40px;
}

.border-pad.no-sides {
  padding-left: 0;
  padding-right: 0;
}

.page-block.border-pad.white-bg + .page-block.border-pad.white-bg,
.page-block.border-pad.lt-grey-bg + .page-block.border-pad.lt-grey-bg {
  padding-top: 0;
}

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

.inner.skinny {
  max-width: 800px;
}

.inner.mid {
  max-width: 1180px;
  margin: 0 auto;
}

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

.inner.vwide {
  max-width: 1550px;
}

.inner.vvwide {
  max-width: 1680px;
}

.max {
  max-width: 1730px;
  margin: 0 auto;
}

/* !Buttons + Links - - - - - */
.button,
input.gform_button,
.password-form input[type=submit] {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.3em;
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 40px 15px 40px;
  text-align: center;
  border-radius: 100px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #000;
  font-family: "roboto", Arial, Verdana, sans-serif;
  letter-spacing: normal;
  transition: all 0.35s ease-in-out;
}

.button.small {
  font-size: 1.125rem;
  padding: 10px 30px 11px 30px;
}

.button.vsmall {
  font-size: 1rem;
  padding: 9px 25px 11px 25px;
}

.button:hover,
input.gform_button:hover,
.button.blue-bg,
.password-form input[type=submit]:hover {
  background: #00acd8;
  color: #fff;
  border-color: #00acd8;
}

.button.green-bg {
  background: #c4d600;
  color: #000;
  border-color: #c4d600;
}

.button.outline {
  background: transparent;
  color: #000;
  border-color: #000;
}

.button.outline.blue {
  background: transparent;
  color: #00acd8;
  border-color: #00acd8;
}

.button.outline.green {
  background: transparent;
  color: #c4d600;
  border-color: #c4d600;
}

.button.outline.grey {
  background: transparent;
  color: #9799a6;
  border-color: #9799a6;
}

.button.blue-bg:hover,
.button.green-bg:hover,
.button.white-bg:hover,
.button.outline:hover,
.button.outline.grey:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.button.blue-hover:hover,
.button.outline.blue:hover,
.button.blue-hover:hover,
.button.blue.outline.active {
  background: #00acd8;
  color: #fff;
  border-color: #00acd8;
}

.button.outline.green:hover,
.button.outline.green.active {
  background: #c4d600;
  color: #000;
  border-color: #c4d600;
}

.button.blue-bg.white-hover:hover,
.button.blue-bg.active {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.button.white-bg,
.button.white-hover:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.button.block {
  display: block;
}

.arrow-link {
  display: inline-grid;
  grid-template-columns: 20px 1fr;
  gap: 25px;
  font-size: 1.375rem;
  line-height: 1.3em;
  color: #000;
  font-weight: 450;
}

.arrow-link.block {
  display: grid;
}

.arrow-link svg {
  position: relative;
  top: 4px;
}

.arrow-link:hover,
.arrow-link.blue {
  color: #00acd8;
}

.arrow-link path {
  fill: #000;
  transition: all 0.35s ease-in-out;
}

.arrow-link:hover path,
.arrow-link.blue path {
  fill: #00acd8;
}

.arrow-link.blue:hover {
  color: #000;
}

.arrow-link.blue:hover path {
  fill: #000;
}

.arrow-link.white,
.blue-bg .arrow-link:hover {
  color: #fff;
}

.arrow-link.white path,
.blue-bg .arrow-link:hover path {
  fill: #fff;
}

.arrow-link.white:hover {
  color: #000;
}

.arrow-link.white:hover path {
  fill: #000;
}

.button.email-icon {
  display: inline-grid;
  grid-template-columns: 28px 1fr;
  gap: 15px;
  align-items: center;
  padding-left: 30px;
}

.button.email-icon path {
  transition: all 0.35s ease-in-out;
}

.button.email-icon.white-bg path {
  fill: #000;
}

.button.email-icon.white-bg:hover path {
  fill: #fff;
}

/* !Headlines + Subhead - - - - - */
.s12 {
  font-size: 0.75rem;
  line-height: 1.4em;
}

.s14 {
  font-size: 0.875rem;
  line-height: 1.4em;
}

.s20 {
  font-size: 1.25rem;
  line-height: 1.35em;
}

.s24 {
  font-size: 1.5rem;
  line-height: 1.3em;
}

.s30 {
  font-size: 1.875rem;
  line-height: 1.3em;
}

.s36 {
  font-size: 2.25rem;
  line-height: 1.3em;
}

.s40 {
  font-size: 2.5rem;
  line-height: 1.25em;
}

.s44 {
  font-size: 2.75rem;
  line-height: 1.25em;
}

.s54 {
  font-size: 3.375rem;
  line-height: 1.2em;
}

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

.s70 {
  font-size: 4.375rem;
  line-height: 1.15em;
}

.s80 {
  font-size: 5rem;
  line-height: 1.1em;
}

.s90 {
  font-size: 5.625rem;
  line-height: 1.05em;
}

.s110 {
  font-size: 6.875rem;
  line-height: 1em;
}

.s125 {
  font-size: 7.8125rem;
  line-height: 1em;
}

/* !Spacing - - - - - */
* + .text {
  margin-top: 25px;
}

* + .button {
  margin-top: 35px;
}

/* !Card - - - - - */
.card {
  height: 100%;
  padding: 60px;
  border-radius: 40px;
  overflow: hidden;
}

.card.no-pad {
  padding: 0;
}

/* !Header - - - - - */
header {
  height: 90px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100200;
}

#container {
  padding-top: 90px;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}

.has-middle .header-left,
.has-middle .header-right {
  flex-grow: 1;
  flex-basis: 0;
}

.header-left {
  padding-left: 40px;
}

.header-right {
  padding-right: 40px;
}

.header-middle {
  width: 270px;
}

.header-flex,
.header-left,
.header-right,
.header-middle,
ul.nav,
ul.nav li,
a.main,
a.nav-open {
  height: 100%;
}

a.logo {
  height: 100%;
  width: 325px;
  background: url(images/habitat-logo-wide.svg) no-repeat left center;
  background-size: 100% auto;
  display: block;
  text-indent: -9999px;
  transition: none;
}

select.quick-select,
li.translate select,
.mobile-translate select {
  border-radius: 36px;
  height: 40px;
  font-size: 1rem;
  line-height: 1.1em;
  font-family: "Tomato Grotesk VF", "roboto", Arial, Verdana, sans-serif;
  color: #000;
  padding: 10px 40px 10px 20px;
  border: 1px solid #e6ebed;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  font-style: normal;
  background: url(images/select-arrow-black.svg) no-repeat right 15px center #e6ebed;
  font-weight: 400;
}

li.translate select {
  background-size: 10px auto;
  font-size: 0.75rem;
}

.mobile-translate select {
  background-color: #fff;
  border-color: #fff;
}

ul.nav {
  justify-content: flex-end;
  gap: 25px;
}

ul.nav li,
a.main,
a.nav-open,
.header-middle {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

a.nav-open div {
  display: inline-grid;
  gap: 12px;
  grid-template-columns: 1fr 20px;
  align-items: center;
}

a.main,
a.nav-open,
a.main.nav-button {
  font-size: 1rem;
  line-height: 1.3em;
  color: #000;
}

a.main.nav-button {
  color: #000;
  padding: 10px 30px;
  border: 1px solid #c4d600;
  background: #c4d600;
  height: auto;
  border-radius: 50px;
}

a.main.nav-button.blue-bg {
  color: #fff;
  border-color: #00acd8;
  background: #00acd8;
}

a.main.nav-button:hover,
a.main.nav-button.blue-bg:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}

a.main:hover,
a.nav-open:hover {
  color: #c4d600;
}

a.nav-open rect {
  fill: #000;
  transition: all 0.35s ease-in-out;
}

a.nav-open:hover rect {
  fill: #c4d600;
}

ul.nav li.translate {
  width: 110px;
}

.mobile-translate {
  display: block;
  padding-top: 25px;
}

/* !Header - - - - - */
.nav-col {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  overflow: scroll;
  z-index: 100500;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.nav-active .nav-col {
  visibility: visible;
  opacity: 1;
}

.nav-col-flex {
  padding: 130px 60px 0 60px;
  min-height: 100%;
  overflow: scroll;
  justify-content: space-between;
  gap: 60px;
}

a.nav-close {
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 10;
  width: 50px;
  height: 50px;
  display: block;
}

a.nav-close path {
  fill: #00acd8;
}

a.nav-close circle {
  fill: #fff;
  transition: all 0.35s ease-in-out;
}

a.nav-close:hover circle {
  fill: #000;
}

.nav-col-bottom {
  padding: 0 0 30px 0;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
}

.nav-col-icon {
  width: 60px;
}

.nav-text {
  max-width: 400px;
}

.nav-col-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 80px;
}

ul.big-nav {
  max-width: 850px;
}

ul.med-nav {
  gap: 13px;
}

ul.med-nav a {
  display: block;
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.2em;
  font-weight: 450;
}

ul.med-nav a:hover,
ul.med-nav a.active {
  color: #000;
}

* + ul.small-nav {
  margin-top: 45px;
}

ul.small-nav a {
  display: block;
  color: #000;
  font-size: 1.1875rem;
  line-height: 1.3em;
  font-weight: 500;
}

ul.small-nav a:hover,
ul.small-nav a.active {
  color: #fff;
}

ul.small-nav {
  gap: 10px;
}

a.big-nav-toggle {
  display: block;
  position: relative;
  font-size: 3.4375rem;
  line-height: 1.2em;
  color: #000;
  font-weight: 550;
  padding: 25px 70px 25px 0;
}

a.big-nav-toggle:hover {
  color: #fff;
}

ul.big-nav > li + li {
  border-top: 1px solid #fff;
}

a.big-nav-toggle:before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 1;
  background: url(images/plus.svg) no-repeat center;
  background-size: 50px 50px;
}

a.big-nav-toggle.active:before {
  background-image: url(images/minus.svg);
}

.big-nav-sub-wrap {
  padding: 0 0 35px 0;
  display: none;
}

ul.big-nav-sub {
  gap: 15px 40px;
}

ul.big-nav-sub a {
  display: block;
  font-size: 1.25rem;
  line-height: 1.3em;
  color: #fff;
  font-weight: 550;
}

ul.big-nav-sub a:hover,
ul.big-nav-sub a.active {
  color: #000;
}

/* !Footer - - - - - */
footer {
  gap: 50px;
  padding: 0 40px;
  font-size: 1rem;
  line-height: 1.4em;
}

.footer-top {
  padding: 55px 0 0 0;
}

footer a {
  color: #fff;
  display: block;
}

footer a:hover {
  color: #00acd8;
}

.footer-bottom-left {
  max-width: 400px;
}

.footer-bottom {
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  padding: 0 0 60px 0;
}

.footer-bottom-right {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}

.footer-credit {
  font-size: 0.75rem;
  line-height: 1.3em;
  color: #fff;
}

.footer-credit a {
  color: #fff;
  display: inline-block;
  font-weight: normal;
}

.footer-credit a:hover {
  color: #00acd8;
}

.footer-sep {
  padding: 0 10px;
}

.footer-top {
  gap: 50px;
}

ul.social {
  gap: 10px;
  align-items: center;
}

ul.social path,
ul.social polygon,
ul.social circle {
  transition: all 0.35s ease-in-out;
}

ul.social li:nth-child(3n+1) path,
ul.social li:nth-child(3n+1) polygon,
ul.social li:nth-child(3n+1) circle {
  fill: #c4d600;
}

ul.social li:nth-child(3n+2) path,
ul.social li:nth-child(3n+2) polygon,
ul.social li:nth-child(3n+2) circle {
  fill: #00acd8;
}

ul.social li:nth-child(3n+3) path,
ul.social li:nth-child(3n+3) polygon,
ul.social li:nth-child(3n+3) circle {
  fill: #fff;
}

ul.social a:hover path,
ul.social a:hover polygon,
ul.social a:hover circle {
  fill: #9799a6 !important;
}

.footer-section + .footer-section {
  margin-top: 25px;
}

.footer-section a + a {
  margin-top: 10px;
}

* + ul.footer-links {
  margin-top: 15px;
}

ul.footer-links {
  gap: 10px;
}

.footer-cols {
  gap: 50px;
}

ul.right-logos {
  margin-bottom: 30px;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}

ul.right-logos img {
  width: auto;
  height: 60px;
  display: block;
}

/* !Text Block - - - - - */
.text-card {
  padding: 70px 30px;
}

.text-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px;
}

/* !Accordion - - - - - */
.acc-top {
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 40px;
}

a.acc-toggle {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 27px 70px 25px 80px;
  font-size: 1.8125rem;
  line-height: 1.3em;
  color: #000;
  display: block;
  position: relative;
}

a.acc-toggle.no-number {
  padding-left: 30px;
}

a.acc-toggle:after {
  content: attr(data-number);
  width: 40px;
  position: absolute;
  top: 27px;
  left: 30px;
  z-index: 1;
  font-family: "Tomato Grotesk VF", "roboto", Arial, Verdana, sans-serif;
  color: #00acd8;
}

a.acc-toggle.no-number:after {
  display: none;
}

a.acc-toggle:before,
.card-toggle:before {
  content: "";
  width: 24px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 1;
  background: url(images/toggle-arrow.svg) no-repeat center;
  transform: translate(0, -50%);
  transform-origin: center;
  transition: all 0.35s ease-in-out;
}

.card-toggle:before {
  background-image: url(images/toggle-arrow-white.svg);
  right: 0;
}

.lt-blue-bg .card-toggle:before {
  background-image: url(images/toggle-arrow.svg);
}

a.acc-toggle.ui-state-active:before,
.card-toggle.ui-state-active:before {
  transform: translate(0, -50%) rotate(180deg);
}

.no-numbers a.acc-toggle {
  padding-left: 30px;
}

.acc-item + .acc-item {
  padding-top: 10px;
}

.acc-content {
  padding: 35px 30px;
  display: none;
}

.all-faqs-block ul.filter-list {
  justify-content: center;
  margin-bottom: 50px;
}

/* !Info Cards - - - - - */
.card-grid {
  gap: 30px;
}

.card.black-bg {
  color: #fff;
}

* + .card-content {
  margin-top: 40px;
}

.card-title {
  justify-content: space-between;
  gap: 30px;
}

* + .card-title {
  margin-top: 25px;
}

* + .card-toggles {
  margin-top: 25px;
}

.card-toggle-content {
  display: none;
  padding: 25px 0 35px 0;
}

.card-toggle {
  display: block;
  padding: 15px 50px 15px 0;
  position: relative;
  cursor: pointer;
}

.card-toggle-item + .card-toggle-item {
  padding-top: 10px;
  border-top: 1px solid #000;
}

.black-bg .card-toggle-item + .card-toggle-item {
  border-color: #fff;
}

/* !Featured News - - - - - */
.featured-top {
  margin-bottom: 40px;
}

ul.post-grid {
  gap: 60px 30px;
}

* + .grid-post-content {
  margin-top: 30px;
}

a.grid-post-image,
.resource-row-image {
  aspect-ratio: 105/62;
  display: block;
}

.grid-post-content {
  padding: 0 15px;
}

.grid-post-cat {
  margin-bottom: 15px;
}

.grid-post-title a {
  display: block;
  color: #000;
}

.grid-post-title a:hover {
  color: #00acd8;
}

.grid-post-title + .text {
  margin-top: 15px;
}

/* !CTA Block - - - - - */
.cta-strip-flex {
  gap: 30px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cta-card {
  padding: 120px 30px;
}

.cta-grid {
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 70px;
}

.cta-image-right {
  padding: 90px 0;
}

.cta-image-grid {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 70px;
}

.image-cta-card {
  padding: 0 30px;
}

.cta-image {
  height: 100%;
}

.cta-image-header {
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid #000;
  padding-bottom: 25px;
}

/* !Locations - - - - - */
ul.pill-slider {
  display: inline-flex;
  background: #fff;
  border-radius: 100px;
  gap: 0;
  align-items: center;
  padding: 10px 9px;
  gap: 10px;
}

ul.pill-slider li {
  padding: 10px 0;
}

a.pill-button {
  background: #fff;
  padding: 15px 20px;
  border-radius: 30px;
  color: #000;
}

a.pill-button:hover {
  background: #e6ebed;
}

a.pill-button.active,
a.pill-button.active:hover {
  background: #c4d600;
  color: #000;
}

.green-bg a.pill-button.active,
.green-bg a.pill-button.active:hover {
  background: #00acd8;
  color: #000;
}

.locations-block ul.pill-slider,
* + .locations-bottom {
  margin-top: 65px;
}

.tab-cards {
  gap: 30px;
}

.tab-wrap {
  display: none;
}

.tab-wrap.active {
  display: block;
}

a.location-link {
  padding: 20px 0;
  font-size: 1.75rem;
  line-height: 1.3em;
  display: grid;
  grid-template-columns: 50px 1fr 20px;
  gap: 15px;
}

a.location-link path {
  fill: #00acd8;
}

a.location-link:hover {
  color: #00acd8;
}

ul.location-list li + li {
  border-top: 1px solid #9799a6;
}

* + ul.location-list {
  margin-top: 20px;
}

/* !Subnav Bar - - - - - */
.page-block.subnav-bar.bg {
  padding: 12px 30px;
  position: sticky;
  position: -webkit-sticky;
  top: 90px;
  left: 0;
  z-index: 10000;
}

ul.bar-flex {
  justify-content: center;
  gap: 20px;
}

ul.bar-flex a.button {
  color: #000;
}

/* !Image Grid - - - - - */
.simple-image-grid {
  gap: 30px;
}

* + .simple-image-grid-bottom {
  margin-top: 70px;
}

.simple-image-grid-max {
  max-width: calc(66.66% - 15px);
  margin: 0 0 0 auto;
  padding-bottom: 60px;
}

* + .simple-grid-caption.text {
  margin-top: 10px;
}

.grid-image-wrap .rounded {
  height: 100%;
}

/* !Complex Image Grid - - - - - */
.complex-top {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  margin-bottom: 70px;
  padding-top: 60px;
}

.complex-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 30px;
  grid-template-areas: "image1 image2 image2" "image3 image4 image5" "image3 image6 image6";
}

.image1 {
  grid-area: image1;
}

.image2 {
  grid-area: image2;
}

.image3 {
  grid-area: image3;
}

.image4 {
  grid-area: image4;
}

.image5 {
  grid-area: image5;
}

.image6 {
  grid-area: image6;
}

.image-screen {
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.5s ease-in-out;
}

.image-screen:hover {
  padding-bottom: 35px;
}

.image-screen-text {
  max-height: 0;
  padding-top: 1px;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.image-screen:hover .image-screen-text {
  max-height: 100%;
  opacity: 1;
  padding-top: 20px;
}

.complex-image-grid .rounded {
  position: relative;
}

.image2 .image-screen-title,
.image2 .image-screen-text,
.image6 .image-screen-title,
.image6 .image-screen-text {
  width: 50%;
  margin: 0 0 0 auto;
}

/* !Resources - - - - - */
.resources-top {
  gap: 70px;
  padding-bottom: 40px;
}

.resources-button {
  justify-content: flex-end;
}

.resources-top-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 35px;
}

a.resource-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  padding: 20px 0;
  border-top: 1px solid #000;
}

.resoure-row-text {
  padding-right: 50px;
  position: relative;
}

.resource-row-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 1;
}

.resource-row-arrow path {
  fill: #00acd8;
  transition: all 0.35s ease-in-out;
}

a:hover .resource-row-arrow path {
  fill: #000;
}

.resource-row-title {
  transition: all 0.35s ease-in-out;
}

a:hover .resource-row-title {
  color: #000;
}

/* !Partners - - - - - */
.partners-grid {
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
}

.logo-box {
  padding: 0 15px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.logo-box {
  transition: all 0.35s ease-in-out;
}

a.logo-box:hover {
  opacity: 0.5;
}

.logo-box img {
  display: block;
  object-fit: contain;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 125px;
}

.logo-slider .slick-track {
  display: flex;
}

.logo-slider .slick-slide {
  display: flex;
  height: inherit !important;
  align-items: center;
  justify-content: center;
}

* + ul.small-controls {
  margin-top: 30px;
}

.partners-block ul.small-controls {
  margin-left: -15px;
}

ul.small-controls a {
  display: flex;
  width: 50px;
  height: 40px;
  justify-content: center;
  align-items: center;
}

ul.small-controls polygon {
  fill: #000;
  transition: all 0.35s ease-in-out;
}

ul.small-controls a:hover polygon {
  fill: #00acd8;
}

ul.small-controls li + li {
  border-left: 2px solid #000;
}

ul.small-controls.white li + li {
  border-color: #fff;
}

ul.small-controls.white a polygon {
  fill: #fff;
}

ul.small-controls.white a:hover polygon {
  fill: #000;
}

.lt-blue-bg ul.small-controls a:hover polygon,
.lt-grey-bg ul.small-controls a:hover polygon,
.message-header ul.small-controls.white a:hover polygon,
.black-bg ul.small-controls.white a:hover polygon {
  fill: #00acd8;
}

/* !Icon Columns - - - - - */
.icon-cols {
  gap: 70px 60px;
}

.icon-cols-grid {
  display: grid;
  grid-template-columns: 1fr 58%;
  gap: 80px;
}

.col-icon {
  max-width: 80px;
  margin-bottom: 30px;
}

.icon-cols * + .text,
ul.columns * + .text {
  margin-top: 20px;
}

/* !Columns - - - - - */
ul.columns {
  gap: 60px 0;
  justify-content: center;
  width: calc(100% + 60px);
  margin-left: -30px;
  text-align: center;
  align-items: stretch;
}

ul.columns li {
  padding: 0 30px;
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
  align-self: stretch;
}

.column-image {
  margin-bottom: 30px;
}

.big-col-icon {
  max-width: 120px;
  margin: 0 auto 30px auto;
}

/* !Impact - - - - - */
.impact-card {
  padding: 60px 30px;
}

.impact-grid {
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 0;
}

.impact-image {
  position: relative;
  left: -71px;
}

* + .impact-image {
  margin-top: 40px;
}

* + .impact-stat {
  margin-top: 55px;
}

* + .impact-label {
  margin-top: 5px;
}

.impact-left .headline {
  padding-right: 60px;
}

/* !Left / Right Block - - - - - */
.lr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.lr-image {
  height: 100%;
}

.lr-image-shift {
  position: relative;
  right: -70px;
  height: 100%;
}

.swap .lr-image-shift {
  right: auto;
  left: -70px;
}

.lr-content {
  padding: 80px 0;
}

.lr-card {
  padding: 0 30px;
}

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

.lr-image video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* !Team - - - - - */
ul.team-list {
  gap: 45px 30px;
}

a.team-image {
  display: block;
}

.intro-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 70px;
}

.team-image-wrap.has-icon:before {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: url(images/corner-cover.svg) no-repeat right bottom;
}

a.linkedin {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
}

a.linkedin svg {
  display: block;
}

a.linkedin path {
  transition: all 0.35s ease-in-out;
}

a.linkedin:hover path {
  fill: #000;
}

* + ul.filter-list,
* + .team-bottom {
  margin-top: 70px;
}

ul.filter-list {
  gap: 15px;
}

.team-card {
  padding: 70px 30px;
}

.team-title {
  font-size: 1.125rem;
  line-height: 1.3em;
}

* + .team-title {
  margin-top: 10px;
}

.team-image-wrap {
  margin-bottom: 25px;
}

ul.team-list li.hide,
.filter-faq.hide {
  display: none;
}

ul.team-list.select-team li.hide {
  display: block;
}

/* !Color Block - - - - - */
.color-block-card {
  padding: 70px 30px 0 30px;
}

.color-block-left {
  padding-bottom: 70px;
}

.color-block-grid,
.ccb-bottom {
  display: grid;
  grid-template-columns: 1fr 45%;
  gap: 70px;
  align-items: end;
}

.ccb-bottom {
  grid-template-columns: 1fr 1fr;
}

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

* + .ccb-bottom {
  margin-top: -100px;
}

.ccb-top {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 70px;
}

.ccb-image {
  position: relative;
  bottom: -100px;
}

.ccb-bottom-left {
  padding: 40px 0;
}

.complex-color-block:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #fff;
}

/* !Half Header - - - - - */
.half-header-grid {
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 0;
}

.half-header-right {
  padding: 70px 0;
}

.half-header-max {
  max-width: 600px;
  margin: 0 auto;
}

.half-header-image {
  position: relative;
  left: -80px;
}

.swap .half-header-image {
  left: auto;
  right: -80px;
}

.half-header-block:first-child {
  padding-top: 40px;
}

a.image-header-button {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: url(images/angle-arrow-white.svg) no-repeat right 20px bottom 20px #00acd8;
  border-radius: 20px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.3em;
  min-height: 80px;
  padding: 20px 60px 20px 20px;
  font-weight: 550;
}

li:nth-child(3n+2) a.image-header-button {
  background-color: #0c6993;
}

li:nth-child(3n+3) a.image-header-button {
  background-color: #c4d600;
}

a.image-header-button:hover {
  background-color: #000 !important;
}

ul.half-header-links {
  gap: 15px;
  width: 300px;
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 101;
}

.swap ul.half-header-links {
  transform: translate(40px, 0);
  right: 0;
}

/* !Text Header - - - - - */
.text-header-card {
  padding: 90px 30px;
}

* + .text-header-bottom {
  margin-top: 70px;
}

.text-header-bottom.has-button {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 200px);
  gap: 60px;
  align-items: end;
}

.accent-headline em {
  font-style: normal;
  color: #fff;
}

.lt-blue-bg .accent-headline em,
.lt-grey-bg .accent-headline em,
.black-bg .accent-headline em {
  color: #00acd8;
}

/* !Image Header - - - - - */
.image-header-headline {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  border-top-right-radius: 40px;
  width: 500px;
  padding: 50px 50px 20px 0;
  z-index: 101;
}

.image-header-headline:before,
.image-header-headline:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(images/inside-corner.svg) no-repeat left bottom;
  transform: translate(0, -100%);
  background-size: 100% auto;
}

.image-header-headline:after {
  top: auto;
  bottom: 0;
  left: 100%;
  transform: none;
}

ul.image-header-links {
  position: absolute;
  bottom: 0;
  transform: translate(0, 50%);
  right: 40px;
  width: calc(100% - 590px);
  gap: 15px;
}

.image-header-wrap {
  padding-bottom: 40px;
}

ul.image-header-links li {
  height: 100%;
}

ul.image-header-links a.image-header-button {
  height: 100%;
}

.mobile-links ul.image-header-links {
  display: none;
}

ul.controls {
  gap: 15px;
  align-items: center;
}

ul.controls circle {
  transition: all 0.35s ease-in-out;
}

ul.controls a:hover circle {
  fill: #00acd8;
}

ul.controls a {
  width: 50px;
  height: 50px;
}

.image-header-block ul.controls {
  position: absolute;
  bottom: 100px;
  right: 40px;
  z-index: 10;
}

/* !Info Stack - - - - - */
.info-stack-row {
  background: #e3f9ff;
  border-radius: 40px;
}

.info-stack-row.blue-bg {
  background: #00acd8;
}

.info-stack-row.green-bg {
  background: #c4d600;
}

.info-stack-row.lt-grey-bg {
  background: #f5f5f5;
}

.info-stack-row + .info-stack-row {
  margin-top: 30px;
}

.info-stack-toggle {
  padding: 65px 190px 65px 65px;
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 80px;
  position: relative;
}

.info-stack-toggle:before {
  content: "";
  width: 30px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 65px;
  background: url(images/toggle-arrow-white-big.svg) no-repeat center;
  z-index: 10;
  transform: translate(0, -50%);
  transform-origin: center;
  transition: all 0.35s ease-in-out;
}

.info-stack-toggle.ui-state-active:before {
  transform: translate(0, -50%) rotate(180deg);
}

.info-stack-row.lt-blue-bg .info-stack-toggle:before,
.info-stack-row.lt-grey-bg .info-stack-toggle:before {
  background-image: url(images/toggle-arrow-blue-big.svg);
}

.info-stack-grid {
  display: grid;
  grid-template-columns: 1fr 470px;
  gap: 80px;
  border-top: 1px solid #000;
  padding: 65px 0;
}

.info-stack-content {
  padding: 0 65px;
  display: none;
}

.info-stack-section + .info-stack-section {
  margin-top: 30px;
}

.info-stack-section * + .text {
  margin-top: 10px;
}

ul.form-links {
  gap: 25px;
}

* + ul.form-links {
  margin-top: 50px;
}

.toggle-text {
  position: relative;
  transition: all 0.35s ease-in-out;
}

.toggle-text:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 1;
}

.ui-state-active .toggle-text {
  opacity: 0;
}

.info-stack-image {
  aspect-ratio: 3/2;
  overflow: hidden;
  display: block;
}

.slick-prev svg,
.slick-next svg,
.slick-prev,
.slick-next {
  display: block;
}

.sidebar-gallery button.slick-prev,
.sidebar-gallery button.slick-next {
  width: 30px;
  height: 30px;
  border: none;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 101;
  transition: all 0.35s ease-in-out;
}

.sidebar-gallery button.slick-prev {
  background: url(images/small-arrow-left-white.svg) no-repeat center;
  left: 0;
}

.sidebar-gallery button.slick-next {
  background: url(images/small-arrow-right-white.svg) no-repeat center;
  right: 0;
}

.sidebar-gallery button.slick-prev:hover,
.sidebar-gallery button.slick-next:hover {
  opacity: 0.5;
}

/* !Testimonials - - - - - */
.test-card {
  padding: 70px;
}

.test-card-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 650px;
  align-items: center;
}

.test-card-right {
  transform: translate(70px, 0);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
}

.test-card-max {
  max-width: 1400px;
  margin: 0 auto;
}

* + .test-name {
  margin-top: 25px;
}

/* !Image Slider - - - - - */
.image-slide-wrap {
  border-top: 20px solid #000;
}

.image-slide-wrap ul.pill-slider {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: calc(100% - 50px);
  z-index: 101;
}

.hide-pills ul.pill-slider {
  display: none;
}

.image-slide-wrap ul.controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 50px);
  z-index: 101;
  justify-content: space-between;
}

.image-slider-screen {
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}

.screen-bottom {
  justify-content: space-between;
  gap: 50px;
  align-items: flex-end;
  width: 100%;
}

.screen-icon {
  width: 130px;
  height: 130px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.screen-bottom-text {
  max-width: 550px;
}

.test-card ul.small-controls {
  margin-left: -15px;
  margin-bottom: 20px;
}

/* !Message Header - - - - - */
.mssage-block {
  overflow: hidden;
}

.message-header-card {
  padding: 70px 30px;
}

* + .message-headline {
  margin-top: 25px;
}

* + .message-bottom {
  margin-top: 100px;
}

.card-slider-header {
  padding-bottom: 30px;
}

.card-slider-bottom {
  width: calc(100vw + 740px);
}

.message-bottom {
  padding-left: 40px;
}

.message-bottom ul.small-controls {
  position: relative;
  left: -10px;
}

.card-slider-pad {
  padding-right: 25px;
  width: 465px;
}

* + .card-slider-content {
  margin-top: 25px;
}

/* !Card Slider - - - - - */
.block-slider-pad {
  padding: 70px 60px 70px 70px;
}

.block-slider-top {
  margin-bottom: 50px;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}

.block-slider-top-left {
  max-width: calc(100% - 100px);
}

.block-slider .slick-track {
  display: flex;
}

.block-slider .slick-slide {
  display: flex;
  height: inherit !important;
  align-items: center;
  justify-content: center;
}

.block-slider-wrap {
  width: calc(100vw + 740px);
}

.block-slider-card {
  height: 100%;
  padding: 35px;
  background: #fff;
  border-top: 15px solid #000;
  border-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: space-between;
}

.block-slider-card.accent-blue,
.image-slide-wrap.accent-blue {
  border-color: #00acd8;
}

.block-slider-card.accent-green,
.image-slide-wrap.accent-green {
  border-color: #c4d600;
}

.block-slider-card.accent-lt-blue .image-slide-wrap.accent-lt-blue {
  border-color: #e3f9ff;
}

.block-card-top {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 35px;
  align-items: start;
}

.block-card-pad {
  width: 470px;
  padding-right: 30px;
  height: 100%;
}

.block-slider-top-right {
  display: flex;
  justify-content: flex-end;
}

.block-slider-wrap.has-timeline:before {
  content: "";
  width: calc(100% + 70px);
  height: 2px;
  position: absolute;
  bottom: 0;
  left: -70px;
  background: #000;
  z-index: 1;
}

.has-timeline .block-card-pad {
  position: relative;
  padding-bottom: 50px;
}

.has-timeline .block-card-pad:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 50%);
  margin-left: -15px;
  background: #000;
  border-radius: 50px;
}

.has-timeline .block-card-pad:after {
  content: "";
  width: 2px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  margin-left: -15px;
  background: #000;
}

.gfield {
  margin: 0;
  clear: both;
}

.gfield_error.gfield {
  margin-bottom: 20px;
}

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,
.password-form input {
  background: none;
  border-radius: 50px;
  height: 60px;
  font-size: 1.125rem;
  line-height: 1.1em;
  font-family: "Tomato Grotesk VF", "roboto", Arial, Verdana, sans-serif;
  color: #000;
  padding: 10px 30px;
  border: 2px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  font-style: normal;
  font-weight: 450;
}

select {
  background: url(images/select-arrow-black.svg) no-repeat right 25px center;
  padding-right: 70px;
}

textarea {
  resize: none;
  height: 250px;
  padding: 20px;
}

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

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

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

:-ms-input-placeholder {
  opacity: 1;
  color: #000;
  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,
.password-form label {
  color: #000;
  font-size: 1rem;
  padding-bottom: 10px;
  font-family: "Tomato Grotesk VF", "roboto", Arial, Verdana, sans-serif;
  font-weight: 550;
  line-height: 1.3em;
  display: block;
}

.signup-form .gfield_label {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: -1;
}

.ginput_complex label {
  padding: 10px 0 0 0;
}

.gf_clear {
  display: none;
}

.gform_submission_error {
  padding-bottom: 20px;
  color: #790000 !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: 15px;
  color: #000;
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1.4em;
  clear: both;
}

.validation_message,
.gfield_validation_message {
  color: #790000;
}

.gform_confirmation_message {
  color: #000;
  font-size: 1.375rem;
  line-height: 1.4em;
}

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

.gfield_radio,
.gfield_checkbox,
.ginput_container_consent {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}

.ginput_container_consent legend {
  display: none;
}

fieldset.gfield--type-choice {
  clear: both;
}

fieldset.gfield--type-choice legend {
  padding-top: 20px;
}

.gfield_radio .gchoice,
.gfield_checkbox .gchoice,
.ginput_container_consent {
  text-align: left;
  width: calc(50% - 4px);
  display: inline-grid;
  grid-template-columns: 30px 1fr;
  gap: 15px;
  padding: 0 25px 0 0;
  margin: 15px 0 0 0;
  position: relative;
  vertical-align: top;
}

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

.gfield_radio label,
.gfield_checkbox label,
.ginput_container_consent label {
  font-size: 1rem;
  display: block;
  font-family: "Tomato Grotesk VF", "roboto", Arial, Verdana, sans-serif;
  color: #000;
  font-weight: 550;
}

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

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

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

.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: #fff;
}

.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;
}

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

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

.gfield {
  flex-basis: 100%;
}

.gfield--width-half {
  flex-basis: calc(50% - 10px);
}

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

.gfield--type-time .ginput_complex {
  gap: 10px;
}

.hour_minute_colon {
  width: 3px;
  position: relative;
  top: 46px;
}

.screen-reader-text {
  display: none;
}

.gfield--type-time .ginput_container {
  flex-basis: calc(33.33% - 11px);
}

.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.address_city {
  flex-basis: 40%;
}

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

.ginput_complex.ginput_container_address span.address_zip {
  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;
}

.gform_wrapper {
  text-align: left;
}

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

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

.gfield_required:after {
  content: " *";
  color: #790000;
  font-family: "Tomato Grotesk VF", "roboto", 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: "Tomato Grotesk VF", "roboto", Arial, Verdana, sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 1.5rem;
  padding-bottom: 10px;
  line-height: 1.3em;
  margin: 50px 0 30px 0;
}

.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.address_city {
  flex-basis: 40%;
}

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

.ginput_complex.ginput_container_address span.address_zip {
  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 #000;
  padding: 40px 20px;
  margin: 5px 0;
  text-align: center;
}

.gform_drop_instructions {
  display: block;
  margin-bottom: 15px;
  font-family: "Tomato Grotesk VF", "roboto", 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;
}

.ginput_product_price_wrapper {
  font-size: 1rem;
  line-height: 1.4em;
  margin-bottom: 10px;
  border: none;
  font-family: "Tomato Grotesk VF", "roboto", Arial, Verdana, sans-serif;
  margin: 0;
  font-weight: bold;
}

.ginput_product_price_wrapper .gform-field-label {
  margin-bottom: 5px;
}

.ginput_product_price_wrapper input[type=text] {
  font-size: 1rem;
  line-height: 1.4em;
  border: none;
  font-family: "Tomato Grotesk VF", "roboto", Arial, Verdana, sans-serif;
  margin: 0;
}

.gfield--type-product input[type=number] {
  margin-left: 10px;
  max-width: 90px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}

.gfield--type-product .ginput_quantity_label {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0 0 0 !important;
}

.gfield--type-total {
  font-family: "Tomato Grotesk VF", "roboto", Arial, Verdana, sans-serif;
  color: #000;
  margin: 40px 0;
}

.gfield--type-total .gfield_label {
  font-size: 1.875rem;
  line-height: 1.3em;
  font-weight: bold;
  display: inline-block;
  font-family: "Tomato Grotesk VF", "roboto", Arial, Verdana, sans-serif;
  vertical-align: top;
  padding: 0 15px 0 0;
  color: #fff;
  position: relative;
  top: 1px;
  text-transform: capitalize;
}

.ginput_container_total {
  font-weight: bold;
  display: inline-block;
  font-family: "Tomato Grotesk VF", "roboto", Arial, Verdana, sans-serif;
  vertical-align: top;
}

input.ginput_total {
  border: none;
  font-family: "Tomato Grotesk VF", "roboto", Arial, Verdana, sans-serif;
  font-size: 1.875rem;
  line-height: 1.3em;
  font-weight: bold;
  color: #000;
  background: none;
  padding: 0;
}

.ginput_container_creditcard {
  max-width: 475px;
}

.ginput_container_creditcard span {
  display: block;
  width: 100%;
  float: none;
}

.ginput_container_creditcard span + span {
  margin-top: 20px;
}

.ginput_cardinfo_left {
  margin-bottom: 20px;
}

.gform_card_icon_container,
.ginput_container_creditcard span.ginput_card_security_code_icon {
  display: none;
}

.gform_footer {
  padding-top: 20px;
}

/* !Datepicker - - - - - */
.ui-datepicker {
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -9999px;
  left: -9999px;
  transform: translate(0, 15px);
  width: 280px;
  font-family: "Tomato Grotesk VF", "roboto", Arial, Verdana, sans-serif;
  border-radius: none;
  font-weight: 550;
  border-radius: 10px;
}

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

table.ui-datepicker-calendar td {
  padding: 4px 5px;
  text-align: center;
  color: rgba(0, 0, 0, 0.2);
}

table.ui-datepicker-calendar th {
  color: #000;
}

.ui-datepicker-title select {
  width: calc(50% - 8px);
  margin: 0 0 0 8px;
  background-color: #fff;
  color: #000;
  font-size: 0.8125rem;
  font-family: "Tomato Grotesk VF", "roboto", Arial, Verdana, sans-serif;
  font-weight: 600;
  height: 40px;
  text-transform: uppercase;
  border-radius: 0 !important;
  padding: 0 25px 0 10px;
}

.ui-datepicker-title select {
  background-size: 16px auto;
  background-position: right 10px center;
}

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

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

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

a.ui-datepicker-prev:hover,
a.ui-datepicker-next:hover {
  color: #00acd8;
}

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

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

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

table.ui-datepicker-calendar td a {
  color: rgba(0, 0, 0, 0.5);
  display: block;
}

table.ui-datepicker-calendar td.ui-datepicker-today a,
table.ui-datepicker-calendar td a:hover {
  color: #00acd8;
}

.ginput_container_date span,
.gfield--type-date .screen-reader-text {
  display: none;
}

.blue-form input.gform_button:hover {
  background: #fff;
  color: #000;
}

/* !Hide Captcha Badge - - - - - */
.grecaptcha-logo,
.grecaptcha-badge {
  visibility: hidden !important;
}

/* !Signup Bar - - - - - */
.signup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.signup-left {
  text-align: right;
}

.signup-form {
  position: relative;
}

.signup-form .gfield--type-email input.large {
  background: #fff;
  border-radius: 100px;
  height: 77px;
  border-radius: 100px;
  width: 100% !important;
  border: none;
  padding: 10px 100px 10px 40px;
}

.signup-form .gfield--type-email.gfield--width-half {
  flex-basis: 100%;
}

.signup-form #field_submit {
  position: absolute;
  top: 10px;
  right: 10px;
}

.signup-form .gform_fields {
  position: relative;
}

.signup-form .gform-footer {
  text-align: center;
}

.signup-right {
  position: relative;
  top: 10px;
}

* + .signup-form {
  margin-top: 30px;
}

/* !Form - - - - - */
.form-card {
  padding: 70px 30px;
}

.form-card-grid {
  display: grid;
  grid-template-columns: 1fr 50%;
  gap: 100px;
}

* + .page-form {
  margin-top: 50px;
}

/* !Form Page - - - - - */
* + ul.form-nav {
  margin-top: 45px;
}

.form-card-top,
.form-card-bottom {
  padding: 70px 0;
}

.form-card-bottom {
  border-top: 1px solid #000;
}

.form-tab {
  display: none;
}

.form-tab.active {
  display: block;
}

/* !Blog Landing - - - - - */
ul.big-post-grid,
ul.post-grid {
  gap: 70px 50px;
}

.big-post-section + .post-grid-section {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid rgb(178.481865285, 179.9533678756, 189.518134715);
}

.cat-header-label {
  padding-bottom: 20px;
}

/* !Single Post - - - - - */
.post-intro-grid {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 70px;
}

.post-meta {
  gap: 35px;
}

* + ul.post-meta {
  margin-top: 40px;
}

* + .meta-text {
  margin-top: 5px;
}

.post-block + .post-block {
  margin-top: 70px;
}

.post-block-max {
  max-width: 890px;
  margin: 0 0 0 auto;
}

* + .post-content-list {
  margin-top: 45px;
}

.post-content-list {
  gap: 70px;
}

.post-list-item {
  position: relative;
}

.post-list-item * + .text {
  margin-top: 15px;
}

.post-list-item + .post-list-item:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: -36px;
  left: 0;
  background: rgb(178.481865285, 179.9533678756, 189.518134715);
  z-index: 1;
}

.post-content-list.has-numbers {
  padding-left: 150px;
}

.post-content-list.has-numbers .post-list-item:after {
  content: attr(data-number);
  position: absolute;
  top: 0;
  left: -150px;
  z-index: 1;
  font-size: 4.375rem;
  color: #c4d600;
  line-height: 1em;
  z-index: 1;
}

.post-card-grid {
  display: grid;
  grid-template-columns: 1fr 50%;
  align-items: center;
}

.post-card-left {
  padding: 70px;
}

.post-card-right {
  height: 100%;
}

.single-post .post-content-block:first-child {
  margin-top: 80px;
}

.post-intro-stick {
  position: sticky;
  position: -webkit-sticky;
  top: 130px;
}

/* !Drawers - - - - - */
.drawers {
  display: flex;
  gap: 20px;
}

.drawer {
  width: 110px;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  height: 600px;
  transition: all 0.35s ease-in-out;
}

.drawer:nth-child(5n+2) {
  background: #00acd8;
}

.drawer:nth-child(5n+3) {
  background: #c4d600;
}

.drawer:nth-child(5n+4) {
  background: #9799a6;
}

.drawer:nth-child(5n+5) {
  background: #0c6993;
}

.drawer.active {
  flex-grow: 1;
}

.drawer-content {
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  transition-delay: 0.35s;
}

.active .drawer-content {
  opacity: 1;
}

.drawers-card {
  padding: 70px 40px 40px 40px;
}

.drawer-grid {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 0;
  height: 100%;
}

.drawer-label {
  padding: 60px 20px 30px 20px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.drawer-label:before {
  content: attr(data-number);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: 450;
  color: #fff;
  padding: 20px 0 0 0;
}

.drawer:nth-child(5n+1) .drawer-label:before {
  color: #000;
}

.drawer-content-pad {
  padding: 60px 40px;
}

.drawer-inner-grid.has-image {
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 0;
  align-items: end;
}

.label-flip {
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  font-size: 1.875rem;
  line-height: 1.3em;
  color: #fff;
  font-weight: 550;
  letter-spacing: 0.025em;
}

.drawer:nth-child(5n+1) .label-flip {
  color: #000;
}

/* !Pagination - - - - - */
.blog-nav {
  padding-top: 40px;
}

/* !Spacer - - - - - */
.spacer-small {
  height: 70px;
}

.spacer-medium {
  height: 100px;
}

.spacer-large {
  height: 130px;
}

/* !Links Block - - - - - */
ul.links-list {
  gap: 15px;
  justify-content: center;
}

/* !Half Header Text Version - - - - - */
.half-text-header-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 80px;
}

.half-text-header-grid ul.half-header-links {
  gap: 15px;
  width: 100%;
  max-width: 400px;
  position: static;
  transform: none !important;
  display: flex;
}

/* !Password Block - - - - - */
.page-block.pw-block {
  padding-top: 50px;
}

.password-form label {
  margin-top: 30px;
}

.password-form label input {
  margin-top: 6px;
}

.password-form p {
  position: relative;
}

/* !Partners Block (New) - - - - - */
.partners-top {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 80px;
}

.top-tier + .top-tier,
ul.top-tier-logos li + li {
  margin-top: 30px;
}

.top-tier {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 40px;
  max-width: 585px;
  margin: 0 0 0 auto;
}

a.logo-hover {
  display: block;
  transition: all 0.35s ease-in-out;
}

a.logo-hover:hover {
  opacity: 0.5;
}

.tier-label-wrap {
  font-size: 1rem;
  line-height: 1.3em;
}

.top-tier-logo {
  max-width: 375px;
}

* + .partners-middle {
  margin-top: 50px;
}

* + .partners-bottom {
  margin-top: 70px;
}

* + ul.tier-names,
* + ul.middle-tier-logos {
  margin-top: 40px;
}

ul.tier-names li + li {
  margin-top: 10px;
}

.business-name {
  font-size: 1.125rem;
  line-height: 1.4em;
  font-weight: bold;
}

.bottom-tier-columns {
  gap: 60px;
}

ul.middle-tier-logos {
  gap: 45px;
}

* + .tier-sub {
  margin-top: 5px;
}

/* !Code Embed - - - - - */
.code-embed {
  max-width: 650px;
  margin: 0 auto;
}

* + .code-embed {
  margin-top: 40px;
}

.code-top {
  display: grid;
  grid-template-columns: 1fr 650px;
  gap: 60px;
}

/* !Accessibility Focus - - - - - */
.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 #c4d600;
  outline-offset: 5px;
}

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

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 {
  outline: none;
  border-color: #00acd8;
}

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

/* - - - Media Queries - - - */
@media only screen and (max-width: 1800px) {
  /* Style adjustments for viewports that meet the condition */
  .swap ul.half-header-links {
    transform: none;
  }
}
@media only screen and (max-width: 1500px) {
  ul.image-header-links {
    width: calc(100% - 490px);
  }
  .image-header-headline {
    width: 400px;
    padding: 40px 40px 20px 0;
  }
  .drawer-content-pad .text {
    font-size: 1rem;
  }
  .drawer-content-pad {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 1400px) {
  .image-header-headline:before,
  .image-header-headline:after {
    display: none;
  }
  .image-header-headline {
    width: 100%;
    position: static;
    padding: 10px 0 0 0;
    text-align: center;
  }
  ul.image-header-links {
    width: calc(100% - 60px);
    right: -30px;
    position: relative;
    transform: translate(0, -50%);
  }
  .image-header-block ul.controls {
    bottom: auto;
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    justify-content: space-between;
  }
  .test-card-left .s54 {
    font-size: 2.5rem;
  }
  .info-stack .s90 {
    font-size: 3.125rem;
  }
  .drawer-inner-grid.has-image .drawer-image {
    display: none;
  }
  .drawer-inner-grid.has-image {
    display: block;
  }
}
@media only screen and (max-width: 1250px) {
  .header-left {
    padding-left: 25px;
  }
  .header-right {
    padding-right: 25px;
  }
  .inner {
    padding: 0 25px;
    max-width: 1100px;
  }
  .inner.mid {
    max-width: 1150px;
  }
  .spacer-small {
    height: 50px;
  }
  .spacer-medium {
    height: 80px;
  }
  .spacer110 {
    height: 110px;
  }
  .page-block + .page-block {
    margin-top: 80px;
  }
  .page-block.bg,
  .block-pad,
  .block-pad-top {
    padding: 80px 0;
  }
  .page-block.bg.small-block-pad,
  .small-block-pad {
    padding: 50px 0;
  }
  .big-block-pad,
  .page-block.bg.big-block-pad {
    padding: 110px 0;
  }
  .page-block:last-child {
    padding-bottom: 80px;
  }
  .page-block.bg:first-child,
  .page-block:first-child {
    margin-top: 0;
    padding-top: 80px;
  }
  .page-block.small-block-pad.bg:first-child,
  .page-block.small-block-pad:first-child {
    margin-top: 0;
    padding-top: 50px;
  }
  .page-block.big-block-pad.bg:first-child,
  .page-block.big-block-pad:first-child {
    margin-top: 0;
    padding-top: 110px;
  }
  .block-pad-top {
    padding-top: 80px;
  }
  .block-pad-bottom {
    padding-bottom: 80px;
  }
  .big-block-pad:last-child,
  .page-block.bg.big-block-pad:last-child {
    padding-bottom: 110px;
  }
  .small-block-pad:last-child,
  .page-block.bg.small-block-pad:last-child {
    padding-bottom: 50px;
  }
  .page-block.border-pad,
  .border-pad {
    padding: 25px;
  }
  .button,
  input.gform_button {
    font-size: 1.125rem;
    padding: 10px 25px 11px 25px;
  }
  .button.small,
  a.main.nav-button {
    font-size: 1rem;
    padding: 9px 20px 10px 20px;
  }
  ul.bar-flex {
    gap: 5px;
  }
  a.logo {
    width: 275px;
  }
  header {
    height: 80px;
  }
  #container {
    padding-top: 80px;
  }
  .page-block.subnav-bar.bg {
    top: 80px;
  }
  .header-flex {
    gap: 25px;
  }
  .header-middle {
    width: 200px;
  }
  a.big-nav-toggle {
    font-size: 2.5rem;
  }
  ul.med-nav a {
    font-size: 1.875rem;
  }
  ul.big-nav-sub.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .nav-col-flex {
    padding: 120px 40px 0 40px;
    gap: 40px;
  }
  .nav-col-grid {
    grid-template-columns: 1fr 300px;
  }
  .footer-bottom-left {
    max-width: 300px;
  }
  .text {
    line-height: 1.6em;
    font-size: 1rem;
  }
  .text.small-text {
    font-size: 0.875rem;
  }
  .text.vsmall-text {
    font-size: 0.8125rem;
  }
  .text.large-text {
    font-size: 1.125rem;
    line-height: 1.5em;
    letter-spacing: normal;
  }
  .text.vlarge-text {
    font-size: 1.25rem;
    line-height: 1.4em;
    letter-spacing: -0.01em;
  }
  .text.vvlarge-text {
    font-size: 1.5rem;
    line-height: 1.4em;
    letter-spacing: -0.01em;
  }
  .s20 {
    font-size: 1.125rem;
    line-height: 1.4em;
  }
  .s24 {
    font-size: 1.25rem;
    line-height: 1.35em;
  }
  .s30 {
    font-size: 1.5rem;
    line-height: 1.3em;
  }
  .s36 {
    font-size: 1.875rem;
    line-height: 1.3em;
  }
  .s40 {
    font-size: 2.25rem;
    line-height: 1.3em;
  }
  .s44 {
    font-size: 2.5rem;
    line-height: 1.25em;
  }
  .s54 {
    font-size: 2.75rem;
    line-height: 1.25em;
  }
  .s64 {
    font-size: 3rem;
    line-height: 1.25em;
  }
  .s70 {
    font-size: 3.125rem;
    line-height: 1.5em;
  }
  .s80 {
    font-size: 3.75rem;
    line-height: 1.15em;
  }
  .s90 {
    font-size: 4.375rem;
    line-height: 1.1em;
  }
  .s110 {
    font-size: 5rem;
    line-height: 1.05em;
  }
  .s125 {
    font-size: 5.625rem;
    line-height: 1.05em;
  }
  .text-card,
  .text-header-card,
  .form-card,
  .cta-card,
  .impact-card,
  .message-header-card {
    padding: 50px 30px;
  }
  .text-grid,
  .form-card-grid,
  .info-stack-toggle,
  .info-stack-grid,
  .cta-grid,
  .half-text-header-grid {
    gap: 50px;
  }
  * + .text-header-bottom {
    margin-top: 50px;
  }
  .rounded {
    border-radius: 15px;
  }
  .big-rounded,
  .card,
  .info-stack-row {
    border-radius: 30px;
  }
  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 {
    border-radius: 25px;
    height: 50px;
  }
  textarea {
    height: 250px;
  }
  .card {
    padding: 30px;
  }
  * + .card-content {
    margin-top: 25px;
  }
  a.acc-toggle {
    font-size: 1.5rem;
  }
  .acc-top {
    gap: 25px;
  }
  .cta-image-grid {
    grid-template-columns: 300px 1fr;
    gap: 50px;
  }
  .cta-image-right {
    padding: 50px 0;
  }
  .card-grid,
  .card-title {
    gap: 25px;
  }
  ul.big-post-grid,
  ul.post-grid {
    gap: 50px 25px;
  }
  .signup-form .gfield--type-email input.large {
    height: 68px;
    padding-left: 30px;
  }
  .icon-cols-grid {
    gap: 50px;
  }
  .icon-cols.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 30px;
  }
  ul.columns {
    width: calc(100% + 30px);
    margin-left: -15px;
    gap: 45px 0;
  }
  .message-bottom {
    padding-left: 0;
  }
  * + .message-bottom,
  * + .simple-image-grid-bottom {
    margin-top: 50px;
  }
  .half-header-image {
    left: -50px;
  }
  .swap .half-header-image {
    left: auto;
    right: -50px;
  }
  .complex-top {
    gap: 50px;
    margin-bottom: 50px;
  }
  .complex-image-grid,
  .simple-image-grid {
    gap: 15px;
  }
  .block-slider-pad {
    padding: 50px;
  }
  .block-slider-card {
    border-width: 10px;
  }
  .block-card-top {
    grid-template-columns: 1fr 80px;
    gap: 25px;
  }
  .lr-content {
    padding: 50px 0;
  }
  .locations-block ul.pill-slider,
  * + .locations-bottom {
    margin-top: 50px;
  }
  .image-slide-wrap {
    border-width: 10px;
  }
  .test-card-left .s54 {
    font-size: 1.75rem;
  }
  .test-card {
    padding: 50px;
  }
  .test-card-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .test-card-right {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 40px;
  }
  .color-block-card {
    padding: 50px 5px;
  }
  .color-block-grid,
  .ccb-top,
  .ccb-bottom {
    gap: 50px;
  }
  .ccb-image {
    bottom: -50px;
  }
  .ccb-pad {
    padding-top: 20px;
  }
  .info-stack .s90 {
    font-size: 2.5rem;
  }
  .info-stack-toggle {
    padding: 30px 155px 30px 30px;
  }
  .info-stack-toggle:before {
    right: 30px;
  }
  .info-stack-content {
    padding: 0 30px;
  }
  .info-stack-grid {
    padding: 50px 0;
  }
  .team-card {
    padding: 50px 5px;
  }
  * + ul.filter-list,
  * + .team-bottom,
  .post-block + .post-block {
    margin-top: 50px;
  }
  .drawers-card {
    padding: 50px 30px 30px 30px;
  }
  .drawer-content-pad {
    padding: 30px 30px 30px 0;
  }
  .drawer-grid {
    grid-template-columns: 90px 1fr;
  }
  .drawer {
    width: 90px;
  }
  .post-intro-grid {
    gap: 50px;
    grid-template-columns: 1fr 1fr;
  }
  .post-card-left {
    padding: 50px;
  }
  ul.half-header-links {
    right: 25px;
  }
}
@media only screen and (max-width: 1100px) {
  .header-middle {
    display: none;
  }
  .button,
  input.gform_button,
  .button.small,
  a.main.nav-button {
    font-size: 1rem;
    padding: 9px 20px 10px 20px;
  }
  .s36 {
    font-size: 1.625rem;
    line-height: 1.3em;
  }
  .s40 {
    font-size: 1.75rem;
    line-height: 1.3em;
  }
  .s44 {
    font-size: 2rem;
    line-height: 1.25em;
  }
  .s54 {
    font-size: 2.375rem;
    line-height: 1.25em;
  }
  .s64 {
    font-size: 2.5rem;
    line-height: 1.25em;
  }
  .s70 {
    font-size: 2.625rem;
    line-height: 1.5em;
  }
  .s80 {
    font-size: 2.75rem;
    line-height: 1.15em;
  }
  .s90 {
    font-size: 3.125rem;
    line-height: 1.1em;
  }
  .s110 {
    font-size: 3.75rem;
    line-height: 1.05em;
  }
  .s125 {
    font-size: 4.375rem;
    line-height: 1.05em;
  }
  a.acc-toggle {
    font-size: 1.25rem;
    padding: 15px 50px 15px 50px;
  }
  a.acc-toggle:before,
  .card-toggle:before {
    width: 18px;
    background-size: 100% auto;
    right: 20px;
  }
  .card-toggle {
    padding-right: 40px;
  }
  .card-toggle:before {
    right: 0;
  }
  a.acc-toggle:before {
    top: 20px;
    transform: translate(0, 0);
  }
  a.acc-toggle.ui-state-active:before {
    transform: translate(0, 0) rotate(180deg);
  }
  a.acc-toggle:after {
    width: 30px;
    top: 16px;
    left: 15px;
    font-size: 0.9375rem;
  }
  .acc-content {
    padding: 30px 0;
  }
  .card-grid.grid,
  .signup-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .card-grid.grid.grid2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .signup-grid {
    display: block;
    text-align: center;
  }
  .signup-left {
    text-align: center;
    margin-bottom: 15px;
  }
  .signup-form .gfield--type-email input.large {
    height: 64px;
    padding-left: 25px;
  }
  .page-block.signup-block.bg {
    padding: 40px 0;
  }
  .signup-form #field_submit {
    width: auto !important;
  }
  ul.columns li {
    width: 50%;
    padding: 0 13px;
  }
  ul.columns {
    width: calc(100% + 26px);
    margin-left: -13px;
    gap: 45px 0;
  }
  .simple-image-grid-max {
    max-width: none;
    padding-bottom: 50px;
  }
  .block-card-pad {
    width: 430px;
    padding-right: 25px;
  }
  a.location-link {
    font-size: 1.5rem;
  }
  .screen-icon {
    width: 80px;
    height: 80px;
    padding: 20px;
  }
  .image-slider-screen {
    padding: 30px 25px;
  }
  .test-card-left .s54 {
    font-size: 1.25rem;
  }
  .info-stack-grid {
    grid-template-columns: 1fr minmax(0, 1fr);
  }
  .info-stack-toggle:before {
    width: 20px;
    background-size: 100% auto;
  }
  .drawer-label {
    padding: 60px 15px 25px 15px;
  }
  .drawers {
    gap: 15px;
  }
  .post-card-left {
    padding: 30px;
  }
  .post-meta {
    gap: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .page-block.subnav-bar.bg,
  ul.nav li.hide-mobile,
  .nav-text,
  ul.half-header-links,
  ul.image-header-links,
  .complex-image-grid .fade-bottom:before,
  .complex-image-grid .screen,
  .image-slide-wrap ul.pill-slider,
  .image-slider-screen,
  .toggle-right,
  .footer-top-right {
    display: none;
  }
  .page-block.subnav-bar + .page-block.border-pad {
    padding-top: 0;
  }
  .nav-col-grid,
  ul.big-nav-sub.grid,
  .footer-top.grid.grid2,
  .footer-cols,
  .text-grid,
  .form-card-grid,
  .text-header-card,
  .cta-grid,
  .resources-top-grid,
  .icon-cols-grid,
  .impact-grid,
  .text-header-bottom.has-button,
  .half-header-grid,
  .complex-top,
  .lr-grid,
  .tab-cards.grid.grid2,
  .color-block-grid,
  .ccb-top,
  .ccb-bottom,
  .intro-grid,
  .post-intro-grid,
  .half-text-header-grid,
  .partners-top,
  .code-top {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-auto-flow: row;
    gap: 35px;
    grid-auto-rows: auto;
  }
  .text-card,
  .text-header-card,
  .form-card,
  .cta-card,
  .message-header-card {
    padding: 35px 0;
  }
  .text-grid {
    gap: 20px;
  }
  .nav-col-grid {
    gap: 10px;
  }
  ul.big-nav {
    max-width: none;
  }
  .nav-col-flex {
    padding: 80px 30px 0 30px;
  }
  a.big-nav-toggle {
    padding: 15px 50px 15px 0;
    font-size: 1.75rem;
  }
  a.big-nav-toggle:before {
    width: 30px;
    height: 30px;
    background: url(images/plus.svg) no-repeat left center;
    background-size: 30px 30px;
  }
  a.big-nav-toggle.active:before {
    width: 30px;
    height: 30px;
    background: url(images/minus.svg) no-repeat left center;
    background-size: 30px 30px;
  }
  ul.med-nav a {
    font-size: 1.25rem;
  }
  ul.small-nav a,
  ul.big-nav-sub a {
    font-size: 0.9375rem;
  }
  * + ul.small-nav {
    margin-top: 20px;
  }
  a.nav-close {
    right: 20px;
  }
  ul.big-nav-sub.grid {
    gap: 10px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 25px;
    align-items: center;
    justify-content: center;
  }
  .footer-bottom-left {
    max-width: 200px;
  }
  .footer-bottom-right,
  .footer-top-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  * + .footer-top-right {
    margin-top: 30px;
  }
  ul.social svg {
    width: 30px;
    height: 30px;
  }
  .footer-cols {
    text-align: center;
  }
  .text.large-text {
    font-size: 1.0625rem;
    line-height: 1.6em;
  }
  .text.vlarge-text {
    font-size: 1.1875rem;
    line-height: 1.5em;
    letter-spacing: normal;
  }
  .text.vvlarge-text {
    font-size: 1.3125rem;
    line-height: 1.4em;
    letter-spacing: normal;
  }
  a.acc-toggle {
    font-size: 1.125rem;
  }
  .s44 {
    font-size: 1.875rem;
    line-height: 1.25em;
  }
  .s54 {
    font-size: 2.0625rem;
    line-height: 1.25em;
  }
  .s64 {
    font-size: 2.25rem;
    line-height: 1.25em;
  }
  .s70 {
    font-size: 2.375rem;
    line-height: 1.25em;
  }
  .s80 {
    font-size: 2.5rem;
    line-height: 1.25em;
  }
  .s90 {
    font-size: 2.8125rem;
    line-height: 1.15em;
  }
  .s110 {
    font-size: 3.125rem;
    line-height: 1.15em;
  }
  .s125 {
    font-size: 3.4375rem;
    line-height: 1.15em;
  }
  * + .text {
    margin-top: 20px;
  }
  * + .button {
    margin-top: 25px;
  }
  .spacer-small {
    height: 40px;
  }
  .spacer-medium {
    height: 55px;
  }
  .spacer-large {
    height: 70px;
  }
  .page-block + .page-block {
    margin-top: 55px;
  }
  .page-block.bg,
  .block-pad,
  .block-pad-top {
    padding: 55px 0;
  }
  .page-block.bg.small-block-pad,
  .small-block-pad {
    padding: 40px 0;
  }
  .big-block-pad,
  .page-block.bg.big-block-pad {
    padding: 70px 0;
  }
  .page-block:last-child {
    padding-bottom: 55px;
  }
  .page-block.bg:first-child,
  .page-block:first-child {
    margin-top: 0;
    padding-top: 55px;
  }
  .page-block.small-block-pad.bg:first-child,
  .page-block.small-block-pad:first-child {
    margin-top: 0;
    padding-top: 40px;
  }
  .page-block.big-block-pad.bg:first-child,
  .page-block.big-block-pad:first-child {
    margin-top: 0;
    padding-top: 70px;
  }
  .block-pad-top {
    padding-top: 55px;
  }
  .block-pad-bottom {
    padding-bottom: 55px;
  }
  .big-block-pad:last-child,
  .page-block.bg.big-block-pad:last-child {
    padding-bottom: 70px;
  }
  .small-block-pad:last-child,
  .page-block.bg.small-block-pad:last-child {
    padding-bottom: 40px;
  }
  .page-block.border-pad,
  .border-pad {
    padding: 10px;
  }
  * + ul.form-links {
    margin-top: 30px;
  }
  .cta-image-grid {
    grid-template-columns: 250px 1fr;
  }
  .image-cta-card,
  .image-cta-card .inner {
    padding-left: 0;
  }
  .card-grid.grid,
  .card-grid.grid.grid2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }
  * + .card-content {
    margin-top: 20px;
  }
  .big-rounded,
  .card,
  .info-stack-row {
    border-radius: 25px;
  }
  ul.post-grid.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .featured-news-block ul.post-grid.grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  a.resource-row {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 25px;
  }
  .resources-top {
    gap: 25px;
  }
  .resources-button {
    justify-content: flex-start;
  }
  .partners-grid {
    display: block;
  }
  .partners-left {
    display: grid;
    grid-template-columns: 1fr 100px;
    gap: 30px;
    padding-bottom: 20px;
  }
  .partners-left ul.small-controls {
    margin-left: 15px;
    margin-top: 0 !important;
    height: 40px;
  }
  .icon-cols.grid {
    gap: 30px;
  }
  .impact-left .headline {
    padding-right: 0;
  }
  * + .impact-image {
    margin-top: 30px;
  }
  .impact-image {
    width: calc(100% + 50px);
    left: -25px;
  }
  .impact-card {
    padding: 35px 0;
  }
  * + .impact-stat {
    margin-top: 35px;
  }
  * + .text-header-bottom {
    margin-top: 35px;
  }
  .message-bottom {
    padding-left: 25px;
  }
  .half-header-right {
    padding: 0;
  }
  .half-header-image {
    left: 0;
  }
  .swap .half-header-image {
    right: 0;
  }
  .half-header-max {
    max-width: none;
  }
  .page-block.subnav-bar + .page-block.half-header-block {
    margin-top: 25px;
  }
  .image-header-wrap .slick-prev svg,
  .image-header-wrap .slick-next svg {
    width: 30px;
    height: 30px;
  }
  .image-header-headline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    background: none;
    padding: 35px 25px;
  }
  .slide-header-image .big-rounded {
    position: relative;
  }
  .slide-header-image .big-rounded:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .image-header-wrap {
    padding-bottom: 0;
  }
  .complex-image-grid {
    gap: 10px;
    grid-template-areas: "image1 image4 image5" "image6 image6 image6" "image3 image2 image2";
  }
  .simple-image-grid {
    gap: 10px;
  }
  .complex-top {
    margin-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }
  * + .simple-image-grid-bottom {
    margin-top: 40px;
  }
  .simple-image-grid-max {
    max-width: none;
    padding-bottom: 40px;
    padding: 0 15px;
  }
  .block-slider-pad {
    padding: 40px 25px 25px 25px;
  }
  .lr-grid {
    gap: 0;
  }
  .lr-content {
    padding: 45px 25px;
  }
  .lr-card {
    padding: 0;
  }
  .lr-card .inner {
    padding: 0;
  }
  .swap .lr-image-shift,
  .lr-image-shift {
    left: 0;
    right: 0;
  }
  .tab-cards.grid.grid2 {
    gap: 25px;
  }
  .locations-block ul.pill-slider,
  * + .locations-bottom {
    margin-top: 35px;
  }
  a.pill-button {
    font-size: 0.75rem;
    padding: 8px 15px;
    display: block;
  }
  ul.pill-slider {
    padding: 5px;
    gap: 5px;
  }
  ul.pill-slider li {
    padding: 0;
  }
  a.location-link {
    font-size: 1.25rem;
    grid-template-columns: 30px 1fr 20px;
  }
  ul.controls a,
  ul.controls a svg {
    width: 30px;
    height: 30px;
  }
  .image-slide-wrap ul.controls {
    width: calc(100% - 30px);
  }
  .test-card {
    padding: 30px;
  }
  .test-card-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
  }
  .test-card-right {
    transform: none;
    border-radius: 25px;
  }
  .color-block-card {
    padding: 30px 0 0 0;
  }
  .color-block-left {
    padding: 15px 0 0 0;
  }
  .color-block-right {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
  .ccb-bottom-left {
    padding-bottom: 0;
  }
  .ccb-image {
    bottom: -30px;
    border-radius: 25px;
    overflow: hidden;
  }
  .ccb-bottom {
    gap: 0;
  }
  .ccb-pad {
    padding-top: 0;
  }
  .info-stack-toggle {
    padding: 25px 60px 25px 30px;
  }
  .info-stack .s90 {
    font-size: 1.875rem;
  }
  .info-stack-row + .info-stack-row {
    margin-top: 10px;
  }
  .info-stack-grid,
  .team-card {
    padding: 30px 0;
  }
  .info-stack-toggle {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
  }
  * + ul.filter-list,
  * + .team-bottom {
    margin-top: 30px;
  }
  ul.team-list.grid {
    gap: 40px 25px;
  }
  .drawers-card {
    padding: 45px 25px 25px 25px;
  }
  .block-slider-top {
    margin-bottom: 30px;
  }
  .drawers {
    flex-direction: column;
  }
  .drawer {
    width: 100%;
  }
  .label-flip {
    transform: none;
    writing-mode: horizontal-tb;
    font-size: 1.625rem;
  }
  .drawer-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
    height: auto;
    text-align: left;
  }
  .drawer-content-pad {
    padding: 0 25px 30px 25px;
  }
  .drawer-content {
    height: 0;
    transition: all 0.35s ease-in-out;
  }
  .active .drawer-content {
    height: auto;
  }
  .drawer {
    height: auto;
  }
  .drawer-label {
    padding: 20px 25px 20px 70px;
    display: block;
  }
  .drawer-label:before {
    left: 25px;
    top: 25px;
    margin-top: 0;
    padding-top: 0;
    transform: translate(0, 0);
    width: auto;
    text-align: left;
    font-size: 1.25rem;
  }
  .post-content-list.has-numbers {
    padding-left: 60px;
  }
  .post-content-list.has-numbers .post-list-item:after {
    left: -60px;
    font-size: 2.5rem;
  }
  .post-meta.s20 {
    font-size: 1rem;
  }
  * + ul.post-meta {
    margin-top: 25px;
  }
  ul.post-meta {
    gap: 20px;
  }
  .single-post .post-content-block:first-child {
    margin-top: 40px;
  }
  .nav-col-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 10px;
  }
  * + ul.small-nav {
    margin-top: 0;
  }
  .nav-col-flex {
    gap: 30px;
  }
  .image-header-headline {
    text-align: left;
  }
  .mobile-links ul.image-header-links {
    display: grid;
    position: static;
    transform: none;
    width: 100%;
    padding: 10px 0 0 0;
    gap: 10px;
  }
  .mobile-links ul.image-header-links a.image-header-button {
    width: 100%;
  }
  .mobile-translate {
    padding-top: 0;
    grid-column: 1/3;
  }
  * + .ccb-bottom {
    margin-top: 20px;
  }
  ul.right-logos {
    justify-content: center;
  }
  .partners-top {
    gap: 45px;
  }
  .ptop-right {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 45px;
  }
  ul.middle-tier-logos.grid.grid4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 45px;
  }
  .top-tier + .top-tier {
    margin-top: 0;
  }
  .top-tier {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 30px;
    max-width: none;
    width: 100%;
    margin: auto;
  }
  .code-top {
    gap: 40px;
  }
}
@media only screen and (max-width: 850px) {
  .post-card-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
  }
  .mobile-links ul.image-header-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@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;
  }
  a.logo {
    width: 150px;
    background: url(images/habitat-stack-black.svg) no-repeat left center;
    background-size: 100% auto;
  }
  .gfield--width-half,
  .gfield_radio .gchoice,
  .gfield_checkbox .gchoice,
  .ginput_container_consent {
    flex-basis: 100%;
    width: 100%;
  }
  .ginput_complex.ginput_container_address span.address_city {
    flex-basis: 100%;
  }
  .ginput_complex.ginput_container_address span.address_state {
    flex-basis: calc(50% - 10px);
  }
  .ginput_complex.ginput_container_address span.address_zip {
    flex-basis: calc(50% - 10px);
  }
  .cta-image-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
  }
  .image-cta-card,
  .image-cta-card .inner {
    padding: 0;
  }
  .cta-image-right {
    padding: 35px 25px;
  }
  .text.vlarge-text {
    font-size: 1.125rem;
    line-height: 1.5em;
    letter-spacing: normal;
  }
  .text.vvlarge-text {
    font-size: 1.1875rem;
    line-height: 1.4em;
    letter-spacing: normal;
  }
  ul.columns li {
    width: 100%;
  }
  ul.columns {
    gap: 35px 0;
  }
  .big-col-icon {
    max-width: 80px;
  }
  .s64 {
    font-size: 2.1875rem;
    line-height: 1.25em;
  }
  .s70 {
    font-size: 2.25rem;
    line-height: 1.25em;
  }
  .s80 {
    font-size: 2.375rem;
    line-height: 1.25em;
  }
  .s90 {
    font-size: 2.625rem;
    line-height: 1.2em;
  }
  .s110 {
    font-size: 2.875rem;
    line-height: 1.2em;
  }
  .s125 {
    font-size: 3.125rem;
    line-height: 1.2em;
  }
  .slide-header-image .big-rounded {
    aspect-ratio: 4/3;
  }
  .slide-header-image .big-rounded img.full {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .complex-image-grid {
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "image6 image6 image6 image6 image1 image1" "image4 image4 image4 image5 image5 image5" "image3 image3 image2 image2 image2 image2";
  }
  .card-toggle-content {
    padding-top: 5px;
  }
  .info-stack-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
  }
  ul.filter-list a.button {
    font-size: 0.8125rem;
    padding: 8px 13px;
  }
  ul.filter-list,
  ul.links-list {
    gap: 8px;
  }
  ul.team-list.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 25px;
  }
  .team-name.s36 {
    font-size: 1.25rem;
  }
  .team-title {
    font-size: 0.875rem;
  }
  .team-image-wrap {
    margin-bottom: 20px;
  }
  ul.big-post-grid.grid.grid2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
  }
  .post-content-list.has-numbers .post-list-item:after {
    font-size: 1.875rem;
  }
  .footer-sep {
    display: block;
    height: 8px;
    text-indent: -9999px;
  }
  .ptop-right {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
  }
  ul.middle-tier-logos.grid.grid4,
  .bottom-tier-columns.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
  .top-tier-logo {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  /* Style adjustments for viewports that meet the condition */
  .image-header-block ul.controls {
    display: none;
  }
  .icon-cols.grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
  }
  .card-slider-pad,
  .block-card-pad {
    width: calc(100vw - 45px);
    padding-right: 25px;
  }
  .slide-header-image .big-rounded {
    aspect-ratio: 1/1;
  }
  .simple-image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .block-card-top {
    grid-template-columns: 1fr 60px;
  }
  .card-toggle.s36 {
    font-size: 1.25rem;
  }
  ul.post-grid.grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
  }
  .label-flip {
    font-size: 1.25rem;
  }
  .drawer-label:before {
    top: 23px;
    font-size: 1rem;
  }
  .drawer-label {
    padding: 20px 25px 20px 60px;
  }
  .mobile-links ul.image-header-links {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .s44 {
    font-size: 1.75rem;
    line-height: 1.25em;
  }
  .s54 {
    font-size: 1.875rem;
    line-height: 1.25em;
  }
  .s64 {
    font-size: 2rem;
    line-height: 1.25em;
  }
  .s70 {
    font-size: 2.0625rem;
    line-height: 1.25em;
  }
  .s80 {
    font-size: 2.125rem;
    line-height: 1.25em;
  }
  .s90 {
    font-size: 2.25rem;
    line-height: 1.2em;
  }
  .s110 {
    font-size: 2.375rem;
    line-height: 1.2em;
  }
  .s125 {
    font-size: 2.5rem;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 480px) {
  /* Style adjustments for viewports that meet the condition */
  .simple-image-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
/* - - - 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;
  }
}
