/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
  position: relative;
}

/**
 * Basic styles for links
 */
a {
  color: #56CCF2;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #333;
  text-decoration: underline;
}

img {
  max-width: 100%;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #333;
  font: normal 125%/1.4 "Lato", "Open Sans", "Helvetica", "Arial", sans-serif;
}

h1, h2, h3 {
  font-weight: 700;
}

h1 {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 4.5rem;
  }
}

h2 {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 2.2rem;
  }
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.faqs, .services-grid, .rental-grid, .contact-form .container, .text-and-image .container, .centered-text .container, nav.main .container, .hero .container, footer .container {
  width: 100%;
  max-width: 1180px;
  padding: 0 1rem;
  margin: 0 auto;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

footer {
  background: #4F4F4F;
  color: #fff;
  padding: 2rem 0;
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  footer .container {
    flex-direction: row;
  }
}
footer .logo {
  height: 45px;
}
footer .logo img {
  max-height: 100%;
}
footer .footer-col {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
footer .footer-col:not(:last-child) {
  margin-right: 1rem;
}
footer .footer-col h4, footer .footer-col p {
  margin: 0 0 0.5rem 0;
  font-weight: 200;
}
footer .footer-col h4 a {
  color: #fff;
  text-decoration: underline;
}
footer .footer-col p {
  font-size: 0.9rem;
}
footer .footer-col.w-50 {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  footer .footer-col.w-50 {
    margin-top: 0;
    width: 50%;
  }
}
footer .footer-col.w-35 {
  width: 50%;
}
@media screen and (min-width: 768px) {
  footer .footer-col.w-35 {
    width: 35%;
  }
}
footer .footer-col.w-45 {
  width: 50%;
}
@media screen and (min-width: 768px) {
  footer .footer-col.w-45 {
    width: 45%;
  }
}
footer .footer-col > .footer-col {
  flex-direction: column;
}

button, a.button {
  font-size: 1.5rem;
  padding: 0.5em 1.8em;
  background-color: #56CCF2;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s;
  font-weight: 200;
  border: transparent;
}
button:hover, button:focus, a.button:hover, a.button:focus {
  background-color: #27beee;
  color: #fff;
  text-decoration: none;
}
button.lg, a.button.lg {
  font-size: 1.8rem;
}
@media screen and (min-width: 1620px) {
  button.lg, a.button.lg {
    font-size: 2.5rem;
  }
}
button.xl, a.button.xl {
  font-size: 2.5rem;
}
@media screen and (min-width: 1620px) {
  button.xl, a.button.xl {
    font-size: 4.5rem;
  }
}

.hero {
  min-height: 100vh;
  width: 100vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.hero .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  min-height: 100vh;
  width: 100vw;
  height: 100%;
  z-index: 1;
}
.hero .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .hero .container {
    flex-direction: row;
    align-items: center;
  }
}
.hero h1 {
  width: 50%;
  line-height: 1.1;
}
.hero .cta {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero .cta {
    width: 50%;
  }
}
.hero.sm {
  min-height: 70vh;
}
.hero.sm .container {
  justify-content: flex-start;
}
.hero.sm .container .text {
  padding: 5rem 0;
}
.hero.sm h1 {
  width: 100%;
  margin-bottom: 0;
}
.hero.sm h3 {
  font-weight: 300;
  margin: 0;
}
.hero.sm .overlay {
  min-height: 70vh;
}
.hero.sm .cta {
  text-align: left;
  margin: 2rem 0;
}

nav.main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 2rem 0;
}
@incude media($large) {
  nav.main {
    z-index: 10;
  }
}
nav.main .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
nav.main a.logo {
  height: 60px;
  width: 30%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  nav.main a.logo {
    width: 20%;
  }
}
nav.main.nav-open {
  position: fixed;
  padding: 2rem 0;
  background: #4F4F4F;
}
nav.main.nav-open .container {
  padding: 0;
}
nav.main.nav-open a.logo {
  width: 100%;
  height: 48px;
  padding: 0 1rem;
  z-index: 100;
}
nav.main.nav-open a.logo img {
  height: 100%;
}
nav.main .nav-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: fixed;
  padding: 1rem 0;
  top: -4rem;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  color: #4F4F4F;
  transition: top 0.4s, height 0.4s;
}
nav.main .nav-links a:not(.button) {
  padding: 1rem 0;
  color: #4F4F4F;
  font-weight: 200;
}
nav.main .nav-links.open {
  height: calc(100% - 7rem);
  top: 7rem;
}
@media screen and (min-width: 1024px) {
  nav.main .nav-links {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    background: transparent;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
  }
  nav.main .nav-links a:not(.button) {
    padding: 0 1.5rem;
    color: #fff;
    font-weight: 200;
  }
}
nav.main .nav-links .button {
  font-weight: 200;
}
nav.main #nav-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 3rem;
  position: fixed;
  top: 2.1rem;
  right: 1rem;
  color: #fff;
  background: #4F4F4F;
  padding: 1rem;
  z-index: 110;
}
@media screen and (min-width: 1024px) {
  nav.main #nav-toggle {
    display: none;
  }
}
nav.main #nav-toggle svg {
  height: 100%;
  width: 100%;
}

.centered-text {
  padding: 6rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.centered-text .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.4);
}
.centered-text .container {
  text-align: center;
  z-index: 20;
}
.centered-text .container h2, .centered-text .container h3 {
  margin: 0;
}
.centered-text .container p {
  line-height: 2.5rem;
}
.centered-text .container .cta {
  margin: 2.5rem 0;
}

.text-and-image {
  padding: 4rem 0;
}
.text-and-image .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .text-and-image .container {
    flex-direction: row;
  }
  .text-and-image .container .text-wrap {
    width: 50%;
    padding: 0 4rem 0 0;
  }
  .text-and-image .container .image-wrap {
    width: 50%;
  }
}
.text-and-image .container .cta {
  padding: 2rem 0;
}
@media screen and (min-width: 1024px) {
  .text-and-image.text-right .container {
    flex-direction: row-reverse;
  }
  .text-and-image.text-right .container .text-wrap {
    padding: 0 0 0 4rem;
  }
}

.form-wrap .form-row {
  padding: 1rem 0;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .form-wrap .form-row {
    flex-direction: row;
  }
  .form-wrap .form-row.text-right {
    justify-content: flex-end;
  }
}
.form-wrap .form-row .form-input {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form-wrap .form-row .form-input label {
  color: #333;
  padding: 0 0 0.5rem 0.5rem;
}
.form-wrap .form-row .form-input.w-50 {
  width: 50%;
}
.form-wrap .form-row .form-input.w-50:first-child {
  padding-right: 0.75rem;
}
.form-wrap .form-row .form-input.w-50:last-child {
  padding-left: 0.75rem;
}
.form-wrap input, .form-wrap textarea, .form-wrap select {
  padding: 1rem;
  border-color: transparent;
  border-radius: 0.5rem;
  background-color: #E0E0E0;
}
.form-wrap input[name=email_address] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.contact-form {
  padding: 4rem 0;
}
.contact-form:last-child {
  padding-bottom: 8rem;
}

.rental-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  column-gap: 1.5rem;
  row-gap: 5rem;
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
@media screen and (min-width: 768px) {
  .rental-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .rental-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.rental-grid .rental-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.rental-grid .item-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1.1rem;
  margin-top: 1.1rem;
}
@media screen and (min-width: 1024px) {
  .rental-grid .item-title {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.rental-grid .item-title h3 {
  font-size: 1.1rem;
  margin: 0;
}
.rental-grid .item-title .price {
  font-size: 1.1rem;
  color: #56CCF2;
}
.rental-grid .item-description {
  flex-grow: 1;
  margin: 0 0 1.1rem 0;
  font-size: 1rem;
  font-weight: 300;
}
.rental-grid .cta {
  font-size: 1rem;
  width: 100%;
  text-align: center;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  column-gap: 4rem;
  row-gap: 5rem;
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
@media screen and (min-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .services-grid {
    column-gap: 6rem;
  }
}
.services-grid .service-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.services-grid .item-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1.1rem;
  margin-top: 1.1rem;
}
.services-grid .item-title h3 {
  font-size: 2rem;
  margin: 0;
}
.services-grid .item-title .price {
  font-size: 2rem;
  color: #56CCF2;
}
.services-grid .item-description {
  flex-grow: 1;
  margin: 0 0 1.1rem 0;
  font-size: 1rem;
  font-weight: 300;
}
.services-grid .cta {
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
  padding: 1.5rem 3rem;
}

.faqs {
  padding: 8rem 0;
}
.faqs .faq-item {
  margin-bottom: 3rem;
}
.faqs .faq-item h3 {
  font-size: 1.5rem;
}
.faqs .faq-item p {
  font-size: 1.1rem;
  font-weight: 300;
}

main.splash {
  height: 100vh;
  width: 100vw;
}
main.splash .logo {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 50;
  top: calc(50% - 27px);
  height: 55px;
}
main.splash .logo img {
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  main.splash .logo {
    height: 85px;
    top: calc(50% - 42px);
  }
}
@media screen and (min-width: 1024px) {
  main.splash .logo {
    top: calc(50% - 40px);
    height: 80px;
  }
}
@media screen and (min-width: 1620px) {
  main.splash .logo {
    top: calc(50% - 70px);
    height: 140px;
  }
}
main.splash .diag-half {
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.splash .diag-half.left {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 74%);
  z-index: 20;
  left: 0;
}
main.splash .diag-half.right {
  z-index: 10;
  top: auto;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  main.splash .diag-half {
    width: 60%;
    height: 100%;
    display: block;
  }
  main.splash .diag-half.left {
    clip-path: polygon(0 0, 74% 0, 100% 100%, 0% 100%);
  }
  main.splash .diag-half.left .button {
    position: absolute;
    bottom: 4rem;
    left: 25%;
  }
  main.splash .diag-half.right {
    top: 0;
  }
  main.splash .diag-half.right .button {
    position: absolute;
    top: 4rem;
    right: 25%;
  }
}
