/* line 1, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
* {
  box-sizing: border-box;
}

/* line 7, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
body {
  background: #000003;
  margin: 0;
  color: white;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 140%;
}

/* line 18, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
a {
  color: red;
  text-decoration: none;
}

/* line 23, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
p.info {
  font-size: 0.7em;
  line-height: 1.7em;
}

/* line 29, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
.small-print {
  font-size: 0.8em;
  line-height: 1.5em;
}

/* line 36, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
hr {
  max-width: Min(90vw, 1280px);
  margin: 100px auto;
  border: none;
  height: 4px;
  position: relative;
  overflow: visible;
  --height: 170px;
  --bar-offset: 132.6px;
}

/* line 48, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
hr:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - var(--height) / 2);
  width: calc(var(--height) * 1.25);
  height: var(--height);
  background-image: url("../images/connector-outline.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 60, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
hr:after {
  content: "";
  position: absolute;
  left: var(--bar-offset);
  width: calc(100% - var(--bar-offset));
  height: 4px;
  background: #4B5768;
}

/* line 70, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
hr.right:before {
  left: calc(100% - var(--height) * 1.25);
  top: calc(50% - var(--height) / 2);
  transform: rotate(180deg);
}

/* line 76, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
hr.right:after {
  left: 0px;
}

/* line 84, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
div.hr-logo {
  margin-top: 250px;
  margin-bottom: 250px;
  position: relative;
}

/* line 90, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
div.hr-logo:after {
  position: absolute;
  content: "";
  display: block;
  width: 422px;
  height: 336px;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-image: url("../images/JumpStart-logo-outline.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 106, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
header {
  background-color: red;
  padding: 16px 0;
}

/* line 110, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
header article {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
}

/* line 116, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
header article a#logo {
  flex: 0 0 283px;
  height: 32px;
  text-indent: -99999px;
  background-image: url("../images/o2v-logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* line 126, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
header article a#top {
  flex: 0 0 283px;
  height: 60px;
  text-indent: -99999px;
  background-image: url("../images/JumpStart-logotop-outline.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* line 139, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
section a.button {
  display: inline-block;
  font-weight: 600;
  font-size: 1em;
  line-height: 1em;
  padding: 16px 20px;
  text-decoration: none;
  color: #FF0000;
  border: 2px solid #FF0000;
  transition: background-color 0.15s cubic-bezier(0.31, 1.99, 0.83, -0.41), color 0.125s cubic-bezier(0.31, 1.99, 0.83, -0.41);
}

/* line 150, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
section a.button:hover {
  background-color: red;
  color: white;
}

/* line 157, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
section p b {
  color: red;
  display: inline-block;
  font-weight: 800;
  transform: scale(1.2);
  margin: 0 10px;
}

/* line 168, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
section#jumpstart h1 {
  display: block;
  text-indent: -99999px;
  width: 100%;
  max-height: 700px;
  height: calc(100vh - 160px);
  background-image: url("../images/JumpStart-logo-outline.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 180, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
section#jumpstart article {
  display: block;
  width: 100%;
  padding-right: Min(1280px - 30%, 50vw);
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 80px;
  position: relative;
}

/* line 189, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
section#jumpstart article:before {
  display: block;
  position: absolute;
  width: 55%;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  background-image: url("../images/JumpStarter-outline.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

/* line 203, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
section#jumpstart article > h2 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 65px;
  padding: 25px 0 25px 75px;
  background-image: url("../images/Plus-icon-outline.svg");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 214, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
section#jumpstart article > a {
  margin-top: 40px;
}

/* line 220, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
section#adfundr {
  display: block;
  width: 100%;
  margin-top: 150px;
  margin-bottom: 150px;
  position: relative;
}

/* line 227, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
section#adfundr:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  padding-top: 60%;
  background-image: url("../images/AdFundr-Mockup-outline.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

/* line 240, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
section#adfundr > h2 {
  text-transform: uppercase;
  display: block;
  width: 283px;
  height: 80px;
  background-image: url("../images/AdFundr-logo-large.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

/* line 252, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
section#adfundr > a {
  margin-top: 40px;
}

/* line 257, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
section#promo-car {
  padding-right: Min(1280px - 30%, 65vw);
  position: relative;
  padding-top: 40px;
}

/* line 262, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
section#promo-car:before {
  display: block;
  position: absolute;
  width: Min(1280px - 30%, 60vw);
  right: 0;
  top: 20px;
  content: "";
  height: 100%;
  background-image: url("../images/SuzukiSwift-outline.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

/* line 277, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
nav.bottom {
  background: linear-gradient(179deg, rgba(25, 29, 35, 0) 6%, #191d23 6%);
  min-height: 400px;
  padding-top: 40px;
  margin-top: 0.02vw;
  color: #B8C0CC;
  font-size: 0.55em;
  line-height: 1.7em;
}

/* line 289, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
nav.bottom b {
  font-weight: 600;
}

/* line 293, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
nav.bottom article {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  padding: 2em 0;
}

/* line 300, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
nav.bottom article > div:first-child {
  flex: 0 1 70%;
  margin-right: 40px;
}

/* line 304, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
nav.bottom article > div:first-child h4 {
  text-indent: -9999px;
  height: 26px;
  margin: 4px 0 0 0;
  background-image: url("../images/footer-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 313, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
nav.bottom article > div:first-child .small-print {
  max-width: 30vw;
}

/* line 317, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
nav.bottom article > div:first-child p#start-property-search {
  padding-bottom: 0;
  margin-bottom: 5px;
}

/* line 322, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
nav.bottom article > div:first-child ul.aunz {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: space-around;
  margin-bottom: 16px;
}

/* line 332, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
nav.bottom article > div:first-child ul.aunz li {
  flex: 0 1 20%;
  text-align: left;
  line-height: 20px;
  padding: 10px 0;
}

/* line 338, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
nav.bottom article > div:first-child ul.aunz li > a {
  color: #B8C0CC;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}

/* line 344, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
nav.bottom article > div:first-child ul.aunz li > a:hover {
  color: white;
}

/* line 349, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
nav.bottom article > div:first-child ul.aunz li:first-child {
  padding-left: 40px;
  background-image: url("../images/nz.svg");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 16px;
}

/* line 358, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
nav.bottom article > div:first-child ul.aunz li:last-child {
  padding-left: 44px;
  background-image: url("../images/au.svg");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 369, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
nav.bottom article > div:nth-child(2) {
  margin-left: 40px;
  flex: 1 0 20%;
}

/* line 373, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
nav.bottom article > div:nth-child(2) > b {
  line-height: 26px;
  vertical-align: bottom;
}

/* line 379, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
nav.bottom article .services ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style-position: inside;
  list-style-type: none;
  margin: 0;
  margin-top: 0.5em;
  padding: 0;
}

/* line 388, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
nav.bottom article .services ul li {
  padding: 0.25em 0;
  white-space: nowrap;
  width: 18vw;
}

/* line 394, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
nav.bottom article .services ul li a {
  color: #B8C0CC;
  text-decoration: none;
}

/* line 398, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
nav.bottom article .services ul li a:hover {
  color: white;
}

/* line 403, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
nav.bottom article .services ul li.new:after {
  content: "NEW";
  display: inline-block;
  margin-left: 0.5em;
  background-color: red;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  padding: 0 5px;
  color: white;
}

/* line 420, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
footer {
  background-color: #64748B;
  padding: 16px 0;
  font-size: 0.55em;
}

/* line 425, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
footer article {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
}

/* line 431, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
footer article h6 {
  margin: 0;
  flex: 0 0 275px;
  height: 22px;
  background-image: url("../images/o2v_logo-grey-long.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -99999px;
}

/* line 442, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/jumpstart.scss */
footer article p.small-print {
  flex: 1 1 50%;
  text-align: right;
  margin: 0;
}

@media screen and (min-width: 1050px) {
  /* line 3, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_desktop.scss */
  body > section,
  header > article,
  nav.bottom > article,
  footer > article {
    max-width: Min(90vw, 1280px);
    margin: auto;
  }
  /* line 11, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_desktop.scss */
  body > section {
    display: block;
  }
  /* line 15, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_desktop.scss */
  section#adfundr {
    padding-left: Min(744px, 55vw);
  }
  /* line 18, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_desktop.scss */
  section#adfundr:before {
    width: 55%;
  }
  /* line 23, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_desktop.scss */
  section#promo-car {
    padding-right: Min(788px, 65vw);
  }
  /* line 26, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_desktop.scss */
  section#promo-car:before {
    width: Min(748px, 60vw);
  }
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
  /* line 3, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_tablet.scss */
  body {
    font-size: 21px;
  }
  /* line 7, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_tablet.scss */
  body > section,
  header > article,
  nav.bottom > article,
  footer > article {
    max-width: calc(100% - 40px);
    margin: 0 20px;
  }
  /* line 15, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_tablet.scss */
  body > section {
    display: block;
  }
  /* line 19, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_tablet.scss */
  hr {
    max-width: 100%;
    margin: 100px 20px;
    --height: 150px;
    --bar-offset: 117px;
  }
  /* line 29, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_tablet.scss */
  section#jumpstart h1 {
    height: calc(70vw - 160px);
  }
  /* line 34, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_tablet.scss */
  section#adfundr {
    padding-left: calc(45% + 20px);
  }
  /* line 37, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_tablet.scss */
  section#adfundr h2 {
    width: 280px;
  }
  /* line 41, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_tablet.scss */
  section#adfundr:before {
    width: 45%;
  }
  /* line 46, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_tablet.scss */
  section#promo-car {
    padding: 80px 0;
    padding-right: 50%;
  }
  /* line 49, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_tablet.scss */
  section#promo-car:before {
    left: 50%;
    width: 80%;
    background-position: left;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  /* line 3, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  body {
    font-size: 21px;
  }
  /* line 7, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  body > section,
  header > article,
  nav.bottom > article,
  footer > article {
    max-width: calc(100% - 32px);
    width: calc(100% - 32px);
    margin: 0 16px;
    text-align: center;
  }
  /* line 17, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  body > section {
    display: block;
  }
  /* line 21, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  hr {
    max-width: 100%;
    margin: 100px 20px;
    --height: 94px;
    --bar-offset: 73.32px;
  }
  /* line 30, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  div.hr-logo {
    margin: 0px 0;
  }
  /* line 33, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  div.hr-logo:after {
    width: 70vw;
    height: 70vw;
    position: static;
    top: inherit;
    left: inherit;
    transform: none;
    margin: auto;
  }
  /* line 43, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  div.hr-logo hr {
    display: none;
  }
  /* line 50, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  header article a#logo {
    flex: 0 0 173px;
    width: 173px;
    height: 32px;
  }
  /* line 56, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  header article a#top {
    flex: 1 0 auto;
    background-position: right center;
  }
  /* line 64, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  section#jumpstart h1 {
    margin: 0;
    height: inherit;
    padding-top: 65%;
    margin: 32px 0;
  }
  /* line 71, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  section#jumpstart article {
    padding: 0;
  }
  /* line 74, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  section#jumpstart article p:first-of-type:after {
    display: block;
    content: "";
    padding-top: 120%;
    background-image: url("../images/JumpStarter-outline.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
  }
  /* line 84, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  section#jumpstart article:before {
    display: none;
  }
  /* line 88, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  section#jumpstart article > h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2em;
    padding: 0;
    margin: 0;
    background-image: none;
  }
  /* line 96, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  section#jumpstart article > h2:before {
    content: "";
    display: inline-block;
    background-image: url("../images/Plus-icon-outline.svg");
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 3em;
    width: 1.75em;
    margin-right: 5px;
    vertical-align: middle;
  }
  /* line 111, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  section#jumpstart article > a {
    margin-top: 20px;
  }
  /* line 117, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  section#adfundr {
    padding: 0 16px;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  /* line 123, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  section#adfundr h2 {
    width: 80%;
    margin: auto;
  }
  /* line 128, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  section#adfundr:before {
    width: 100%;
    height: inherit;
    padding-top: 80%;
    margin-bottom: 32px;
    position: static;
  }
  /* line 137, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  section#promo-car {
    padding: 0 16px;
    margin: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: calc(50vw + 40px);
  }
  /* line 144, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  section#promo-car:before {
    top: calc(100% + 20px);
    left: 16px;
    width: calc(100vw - 32px);
    height: inherit;
    padding-top: 40%;
    background-position: center;
    background-size: contain;
    transform: none;
  }
  /* line 155, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  nav.bottom {
    background: linear-gradient(171deg, rgba(25, 29, 35, 0) 20vw, #191d23 20vw);
    padding-top: 20vw;
  }
  /* line 159, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  nav.bottom article {
    flex-direction: column;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
  /* line 165, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  nav.bottom article h4 {
    margin: 0;
    background-position: center;
  }
  /* line 170, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  nav.bottom article p, nav.bottom article .services {
    margin: 0;
    border-top: 1px  solid #323A46;
    padding-bottom: 16px;
    padding-top: 16px;
  }
  /* line 176, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  nav.bottom article p:first-of-type, nav.bottom article .services:first-of-type {
    border: none;
  }
  /* line 181, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  nav.bottom article > div {
    text-align: center;
  }
  /* line 185, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  nav.bottom article > div:first-child,
  nav.bottom article > div:nth-child(2) {
    flex: 1 1 auto;
    margin: 0;
  }
  /* line 190, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  nav.bottom article > div:first-child .small-print,
  nav.bottom article > div:nth-child(2) .small-print {
    max-width: 100%;
    width: 100%;
    font-size: 0.9em;
  }
  /* line 197, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  nav.bottom article ul.aunz {
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
  }
  /* line 203, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  nav.bottom article .services {
    width: 100%;
    max-width: 100%;
  }
  /* line 207, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  nav.bottom article .services > ul {
    grid-template-columns: 1fr;
  }
  /* line 210, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  nav.bottom article .services > ul li {
    width: 100%;
    text-align: center;
  }
  /* line 220, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  footer article {
    align-items: flex-start;
  }
  /* line 223, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  footer article h6 {
    flex: 0 0 114px;
    height: 43px;
    background-image: url("../images/o2v_logo-grey.svg");
  }
  /* line 229, ../../../../../Users/pmurray/Development/jumpstart-landing-page/src/_mobile.scss */
  footer article p.small-print {
    flex: 0 1 162px;
  }
}

/*# sourceMappingURL=jumpstart.css.map */
