
@font-face {
  font-family: "Montserrat-Med";
  font-style: bolder;
  font-weight: 500;
  src: url("Montserrat-Med.woff2") format("woff2");
  }

  @font-face {
  font-family: "Montserrat-Semibold";
  font-style: bolder;
  font-weight: 600;
  src: url("Montserrat-SemiBold.woff2") format("woff2");
  }

  @font-face {
  font-family: "Montserrat-Bold";
  font-style: bolder;
  font-weight: 700;
  src: url("Montserrat-Bold.woff2") format("woff2");
  }


/* ==========================================================================
   Color Palette
   ========================================================================== */
    -color: #4ac2be;
    -color: #13B0A5;
    -color: #474D5D;
    -color: #28353E;
    color: #111111;
    color: #333333;
    color: #666666;
    color: #999999;
    color: #C6C6C6;
    color: #F6F6F6;
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #111;
  font-size: 1em;
  line-height: 1.4;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 200;
  text-rendering: optimizeLegibility ;
  -webkit-font-smoothing: antialiased;
  //font-feature-settings: "lnum";
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/13333338805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #4ac2be;
  text-shadow: none;
}

::selection {
  background: #4ac2be;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  #f6f6f6-space: nowrap; /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

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

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
  background: transparent !important;
  color: #111 !important; /* Black prints faster */
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  }

  a,
  a:visited {
  text-decoration: underline;
  }

  a[href]:after {
  content: " (" attr(href) ")";
  }

  abbr[title]:after {
  content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
  content: "";
  }

  pre {
  #f6f6f6-space: pre-wrap !important;
  }
  pre,
  blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */

  thead {
  display: table-header-group;
  }

  li {
    text-align: match-parent;
    display: list-item;
  }
  
  tr,
  img {
  page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
  orphans: 3;
  widows: 3;
  }

  h2,
  h3 {
  page-break-after: avoid;
  }
}

/* CUSTOM STYLES */

:root {
  --main-hue: 180;
  --main-sat: 100%;
  --main-light: 40%;
  --mainColor: hsl(0,80%,40%);
  --mainHover: hsl(0,80%,20%);
  --mainTransparent: hsl(0,80%,40%,0.2);
  /*--medium: "Suss-Med";
  --semibold: "Suss-Semibold";
  --bold: "Suss-Bold";*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  text-rendering: geometricPrecision;
  margin-top: 0;
}

h3 {
  font-size: 1.3125rem;
}

p{
  margin-top: 0;
}

body {
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  margin: 0;
  padding: 0;
}

a {
  color: var(--mainColor);
  text-decoration: none;
  border-bottom: 1px solid;
}

hr {
  margin: 0 5%;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  height: 1px;
  background: rgba(0,0,0,0.2);
}

ul {
  font-size: 1.3125rem;
  margin-top: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul>li {
  margin-bottom: 1rem;
  margin-left: 3rem
}

ul>li::before {
   content: "•"; 
   color: var(--mainColor);
   padding: 0 1.17rem 0 1rem;
   margin-left: -3rem;
}

strong {
  font-weight: bold;
}

.roles li {
  font-size: 1.5rem;
}

.section {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 5%;
}

.no-padding-top {
  padding-top: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}

.section-heading {
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.3125rem;
  line-height: 1.38096em;
  color: var(--mainColor);
}

#logo {
  width: 2rem;
}

#logo-path {
  fill: var(--mainColor);
  }

#logo:hover #logo-path {
  fill: #333333;
  }

.navigation {
  pointer-events: none;
  padding: 0.25rem 5% 0 5%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 12.5% 1fr 12.5%;
  background: rgba(255,255,255,0.95);
  position: fixed;
  top: 0;
  width: 100vw;
  align-items: center;
}

.navigation:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--mainColor);
  grid-column: 1 / 4;
}

.navigation a {
  pointer-events: auto;
  display: inline-block;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 500;
  color: var(--mainColor);
  font-size: 1rem;
  line-height: 1em;
  border: 0;
}

.navigation a:hover {
  color: #13B0A5;
}

.logo-block {
  place-self: center left;
  align-items: center;
}
.menu-block {
  grid-column: 3/4;
  place-self: center right;
}
.hero-heading {
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.3125rem;
  line-height: 1.38096em;
  color: var(--mainColor);
}
.hero-subheading {
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  letter-spacing: -0.02em;
  font-size: 3rem;
  line-height: 1em;
  color: #333333;
}
.hero {
  margin-top: 5em;
}
.home {
  overflow: visible;
  min-height: 640px;
  background-blend-mode: color, normal;
  background: url('../img/basic.svg'),
  url('../img/leaf-xray-invert.jpg'), #f6f6f6;
  background-position: -10px bottom;
  background-repeat: no-repeat;
  background-size: 400px;
}

.invert {
  background: var(--mainHover);
  color: #f6f6f6;
}
.invert * {
  color: #f6f6f6;
}

.home2 {
  padding-left: 0;
}
.home-image {
  margin-top: 20vw;
}
.home-image .background-Color {
  fill: #f6f6f6;
}
.home-image .overlay-color {
  fill: var(--mainColor)
}
.home-text {
  x: 87.5%;
}
.home-text tspan {
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 80px;
  color: #4AC2BE;
  letter-spacing: -0.04em;
  x: 87.5%;
  text-anchor: end;
  text-rendering: geometricPrecision;
}

.home-text .mainColor {
  fill: var(--mainColor)
}

.footer {
  background: #28353e;
  padding: 1em 5%;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  color: rgba(255,255,255,0.8);
}

.copyright {
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 0.75rem;
}
.copyright .c {
  font-size: 1.5em;
  position: relative;
  top: .12em;
}


@keyframes grow-in {
  0% {
    opacity: 1;
    transform:scale(0.95, 0.9);
    transform:translate(-5px 0);
    transform-origin: 0 35%;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform:scale(1);
  }
}

.home-image svg {
  object-fit: cover;
}
#home-bitmap {
  animation: grow-in 7s ease-out;
}


.home-image-middle, .home-image-wide {
  display: none;
}

.home-image-narrow .home-text tspan {
  font-size: 160px;
}

.home-image-middle .home-text tspan {
  font-size: 110px;
}



.simpletext-block p, .simpletext-block blockquote {
  font-size: 1.3125rem;
  margin-top: 0.5rem;
  }

.simpletext-block blockquote {
  margin-left: 0;
  margin: 2rem 0;
  padding-left: 2rem;
  border-left: 0.25rem solid var(--mainColor);
  }

.simpletext-block p:first-of-type {
  margin-top: 0rem;
  }

  .simpletext-block p:last-of-type {
  margin-bottom: 0rem;
  }

.blocks {
  display: grid;
  grid-template-columns: 100%;
  gap: 1rem;
}
.blocks article {
  transition: all 50ms ease-out;
}
.blocks article h1 {
  font-size: 1.5rem;
}
.blocks article p {
  font-size: 1.3125rem;
}
.full-bleed {
  width: 100vw
}
.full-bleed img {
  width: 100%;
  max-width: 100%;
}

.blocks .span-2 {
  grid-column: span 2;
}

.blocks .span-3 {
  grid-column: span 3;
}





.blocks img {
  max-width: 100%;
}





.image-grid-1 .blocks {
  grid-template-columns: 50fr 50fr;
}

.image-grid-1 .blocks div:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1;
}
.image-grid-1 .blocks div:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 2;
}
.image-grid-1 .blocks div:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 2;
}

.image-grid-2 .blocks {
  grid-template-columns: 50fr 50fr;
}

.image-grid-2 .blocks div:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1;
}
.image-grid-2 .blocks div:nth-of-type(2) {
  grid-column: 2/3;
  grid-row: 1;
}
.image-grid-2 .blocks div:nth-of-type(3) {
  grid-column: 1/3;
  grid-row: 2;
}


.numbers .blocks {
  grid-template-columns: 1fr 1fr;
}

.numbers .blocks div:first-of-type {
  grid-column: 1 / 3;
}

.numbers p {
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1em;
  font-size: 1em;
}

.numbers .number {
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 4rem;
  line-height: 1em;
  letter-spacing: -0.02em;
  margin-top: 0;
}
.numbers .unit {
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1em;
}


.page-nav ul {
  list-style-type: decimal-leading-zero;
  font-variant-numeric: lining-nums;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

.page-nav li {
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  letter-spacing: -0.03em;
  font-weight: 300;
  font-size: 1.325rem;
  margin-bottom: 1rem;
}

a:hover {
  color: var(--mainHover);
}

.page-heading-section {
  padding-top: 80px;
}

.page-heading h2, .page-heading-number h1 {
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  letter-spacing: -0.02em;
  font-size: 2.5rem;
  line-height: 1em;
  color: #333333;
}

.page-heading-number {
  align-items: end;
}

.page-heading-number h1 {
  font-size: 2rem;
}

.highlights img {
  margin-bottom: 1.5rem;
}

.testimonials blockquote {
  letter-spacing: -0.02em;
  font-size: 2rem;
  line-height: 1.125em;
  border: 0;
  padding-left: 0;
  margin: 0;
  color: var(--mainColor);
}

.testimonials em {
  letter-spacing: 0;
  margin-top: 1rem;
  color: #333333;
  display: block;
  font-size: 1.5rem;
  line-height: 1.25em;
}
.testimonials {
  background: var(--mainTransparent);
  color: #f6f6f6;
}


@media (min-width: 640px) {
  .section {
  padding: 6.25vw 12.5%;
  }
  .no-padding-top {
  padding-top: 0;
  }
  .no-padding-bottom {
    padding-bottom: 0;
  }
 
  .navigation {
  padding: 0.25rem 12.5% 0 12.5%;
  position: fixed;
  top: 0;
  }
  .logo-block {
  place-self: center left;
  }
  .menu-block {
  grid-column: 3/4;
  place-self: center right;
  }


  .home-image {
  margin-top: 6.25vw;
  }

  .home-image-middle, .home-image-wide {
  display: block;
  }

  .home-image-narrow, .home-image-wide {
  display: none;
  }


  .simpletext-copy {
  font-size: 1.5rem;
  }
  hr {
  margin: 0 12.5%;
  }

  .image-grid-1 .blocks {
  grid-template-columns: 1fr 1fr;
  }

  .image-grid-1 .blocks div:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1;
  }
  .image-grid-1 .blocks div:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 2;
  }
  .image-grid-1 .blocks div:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 2;
  }
  .numbers .number {
  font-size: 5rem;
  }
  .page-nav li {
    font-size: 1.75rem;
  }
  .footer {
  padding: 2rem 12.5%;
  }
}
  


@media (min-width: 1000px) {
  .section {
  padding: 6.25vw 12.5%;
  }
  .no-padding-top {
  padding-top: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}
  .navigation {
  padding: 1.5rem 0;
  background: none;
  }
  .navigation:after {
  display: none;
  }
  .logo-block {
  place-self: center;
  }
  .menu-block {
  grid-column: 3/4;
  place-self: center;
  }
  .hero-content {
    grid-column: 2 / 4;
  }
  .home {
  min-height: 36rem;
  background-size: 100%, 65%;
  background-position: -2vw center;
  background-repeat: no-repeat;
  }

  .home2 {
    padding-left: 0;
  }
  .home-content {
    margin-left: 24px;
  }
  .home-content {
  grid-column: 3 / 4;
  }
  .home-image {
  margin-top: 6.25vw;
  }

  .home-image-wide {
  display: block;
  }
  
  .home-image-narrow, .home-image-middle {
  display: none;
  }

  .simpletext-block {
  grid-column: 2 / 4;
  }

  .profile p {
    font-size: 1.5rem;
  }
  .home-heading {
  font-family: "Helvetica", sans-serif;
  font-size: 3rem;
  }

  .testimonials blockquote {
  font-size: 3em;
  }
  .blocks {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  }
  hr {
  margin: 0 12.5%;
  }

  .page-heading-section {
    padding-top: 112px;
  }

  .numbers .blocks {
  grid-template-columns: 1fr 1fr 1fr;
  }
  .numbers .blocks div:first-of-type {
    grid-column: span 1;
  }
  .highlights img {
    max-width: 100%;
    margin-bottom: 1.5rem;
  }


  .footer {
  padding: 1rem 12.5%;
  }
}

@media (min-width: 1600px) {
  html {
  font-size: 21px;
  }
  .no-padding-top {
  padding-top: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}
  .home {
  min-height: 36rem;
  }
  .home2 {
  padding-left: 0;
}
.home-content {
  margin-left: 24px;
}
.image-grid {
  padding-top: 0;
  padding-bottom: 0;
}
.footer {
  padding: 1rem 12.5%;
  }
}

.hr-short {
  margin: 3rem 90% 3rem 0;
  height: 0.1875rem;
  background: var(--mainColor);
}