:root {
  --white: white;
  --black: #141414;
  --apple: #cdf03f;
  --dark-gray: #292626;
  --medium-gray: #ddd;
  --light-gray: #f1f1f1;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-fullcontainer {
  max-width: 100%;
  align-content: center;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--white);
  color: #000;
  font-family: halyard-display-variable, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: halyard-micro-variable, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
}

h2 {
  color: var(--black);
  letter-spacing: -3px;
  margin-bottom: 20px;
  font-family: halyard-micro-variable, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: halyard-display-variable, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  letter-spacing: -1.5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: halyard-micro-variable, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

p {
  color: var(--black);
  margin-bottom: 10px;
  font-family: halyard-display-variable, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

a {
  color: var(--black);
  text-decoration: none;
}

a:hover {
  color: var(--apple);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: halyard-display-variable, sans-serif;
}

li {
  color: var(--black);
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: none;
  border-style: none;
  border-color: #000;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-end;
  align-items: center;
  width: 100%;
  min-width: 100%;
  min-height: 95px;
  display: flex;
  position: relative;
  overflow: visible;
}

.navigationbar {
  background-color: var(--black);
  opacity: 1;
  border-bottom: 0 solid #fff;
  width: 100%;
  font-family: halyard-display-variable, sans-serif;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 20px #00000014;
}

.nav-link {
  color: var(--white);
  letter-spacing: 1px;
  padding: 20px;
  font-family: halyard-display-variable, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--apple);
  text-decoration: none;
}

.nav-link:visited {
  color: var(--white);
}

.nav-link.w--current {
  color: var(--apple);
}

.nav-link.applybutton {
  border: 2px solid var(--medium-gray);
  border-radius: 0;
  margin: 10px;
  padding: 10px 20px;
}

.nav-link.applybutton:hover {
  border-color: var(--apple);
  background-color: var(--dark-gray);
  color: var(--apple);
  -webkit-text-stroke-color: var(--apple);
}

.nav-link.applybutton.w--current {
  border-color: var(--apple);
  color: var(--apple);
}

.nav-link.applybutton.hidden {
  display: none;
}

.backgroundpattern {
  background-color: var(--light-gray);
  background-image: url('../images/dtech-pattern-11.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
}

.logo {
  width: 100%;
  height: 100%;
  padding: 10px;
  position: relative;
}

.brand {
  position: absolute;
  inset: 0% auto auto 0%;
}

.line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.line.black {
  background-color: var(--black);
  height: .5px;
  margin-top: 0;
}

.primarybutton {
  border: 2.5px solid var(--white);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #ff00e700;
  max-width: 280px;
  margin: 60px auto 10px;
  padding: 20px 40px;
  font-family: halyard-micro-variable;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.primarybutton:hover {
  border-color: var(--apple);
  background-color: var(--apple);
  color: var(--white);
}


.secondarybutton {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2.5px solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 40px;
  font-family: halyard-display-variable, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.secondarybutton:hover {
  border-color: var(--dark-gray);
  background-color: var(--dark-gray);
  color: var(--apple);
  text-decoration: none;
}

.secondarybutton.center {
  color: var(--black);
  margin-bottom: 20px;
  margin-left: 0;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.secondarybutton.center.w--current {
  color: var(--white);
  border-radius: 0;
  outline-width: 2px;
  margin-bottom: 60px;
  padding: 16px 24px;
  font-size: 18px;
}

.secondarybutton.center.w--current:hover {
  background-color: var(--black);
  color: var(--white);
}

.secondarybutton.hidden {
  flex: 0 auto;
  display: none;
}

.section {
  clear: both;
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section.darkbg {
  background-color: var(--dark-gray);
  background-image: url('../images/dtech-pattern-11.webp');
  background-position: 50%;
  background-size: auto;
}

.section.darkbg.hidden {
  display: none;
}

.section.mobile {
  min-height: auto;
}

.section.hidden {
  display: block;
}

.section.colorbg {
  background-color: #cdf03f;
}

.section.graybg {
  background-color: var(--light-gray);
}

.card {
  clear: right;
  background-color: var(--dark-gray);
  color: var(--black);
  border-radius: 12px;
  width: 100%;
  height: 40vh;
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.separatorline {
  border: .5px #444;
  width: 100%;
}

.overhead {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: halyard-display-variable, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.questionblock {
  position: relative;
}

.text-block {
  color: var(--black);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footerlink1img {
  width: auto;
  max-width: none;
  max-height: 40px;
  padding-right: 0;
  position: static;
}

.footerlink {
  color: var(--apple);
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.footerlink:hover {
  text-decoration: underline;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu.hidden {
  display: none;
}

.menu-button {
  color: var(--white);
}

.menu-button.w--current {
  border: 2px solid var(--white);
  background-color: var(--black);
  border-radius: 0;
  margin-left: 20px;
  padding: 12px 18px;
  font-size: 16px;
}

.menu-button.w--current:hover {
  border-color: var(--dark-gray);
}

.faqquestiondropdown {
  width: 100%;
  overflow: hidden;
}

.faqquestiondropdowntoggle {
  width: 100%;
  height: auto;
  font-family: halyard-display-variable, sans-serif;
  font-weight: 400;
  display: flex;
}

.faqquestiondropdownlist {
  background-color: var(--light-gray);
  padding: 36px 20px 24px;
  display: block;
  position: static;
}

.faqquestiondropdownicon {
  color: var(--dark-gray);
  font-size: 20px;
}

.faqquestiondropdownicon:hover {
  color: var(--black);
}

.answerpara {
  color: var(--black);
  white-space: normal;
  position: relative;
}

.column2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 40px;
  display: flex;
}

.column1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 20px 40px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.keydatecolumn1 {
  border-right: 0px none var(--black);
  padding: 0 10px 10px;
}

.questiontextblock {
  letter-spacing: .3px;
  white-space: normal;
  width: 100%;
  min-height: auto;
  font-family: halyard-display-variable, sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}

.applicationform {
  width: 100%;
  margin: 40px auto 60px;
  display: inline-block;
  position: relative;
}

.safezonenavigation {
  width: 100%;
  height: 80px;
  position: relative;
}

.body {
  background-color: var(--white);
  font-family: halyard-display-variable, sans-serif;
  font-weight: 300;
}

.blacksection {
  background-color: var(--black);
  padding-top: 60px;
  padding-bottom: 60px;
}

.blacksection.hidden {
  display: none;
}

.pastwinnerlinkblock {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  text-decoration: none;
  display: block;
  position: relative;
}

.pastwinnerlinkblock:hover {
  text-decoration: none;
}

.header {
  z-index: 99;
  background-image: url('../images/brown-paper-texture.webp');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding: 0 20px;
}

.header.backgroundpattern {
  background-color: var(--black);
  background-image: url('../images/brown-paper-texture.webp');
  background-repeat: repeat;
  background-size: cover;
  border-bottom-style: none;
  height: 100%;
  padding: 0;
}

.dtech_logo_sticky {
  z-index: 100;
  margin-right: -30px;
  position: fixed;
  inset: 80% 0% auto auto;
  transform: rotate(-90deg);
}

.paragraph {
  margin-top: 30px;
  margin-bottom: auto;
  font-family: halyard-display-variable, sans-serif;
  font-size: 16px;
  font-weight: 300;
  position: static;
}

.inner_wrapper_h {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  display: flex;
}

.textlink {
  text-decoration: underline;
}

.textlink:hover {
  background-color: var(--black);
  color: var(--apple);
  text-decoration: underline;
}

.footer {
  background-color: #000;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.pageheading {
  color: var(--black);
  text-align: left;
  letter-spacing: -4px;
  margin-top: 80px;
  margin-bottom: 60px;
  font-family: halyard-micro-variable, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.text_pete {
  background-color: var(--black);
  color: var(--apple);
  margin-right: 2px;
  padding: 0 6px;
  font-weight: 400;
  display: inline;
}

.body_full {
  height: 100vh;
}

.footertext {
  color: #ccc;
  letter-spacing: .5px;
  font-family: halyard-display-variable, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.copyright {
  align-items: center;
  width: 100%;
  max-width: 1140px;
  padding: 20px 40px;
  display: flex;
}

.dtech_logo_static {
  z-index: 100;
  float: left;
  color: var(--white);
  width: 32px;
  height: 150px;
  margin: -220px auto 20px 20px;
  display: block;
  position: relative;
  left: 20px;
}

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

.inner_wrapper_v {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  display: flex;
}

.inner_wrapper_v.alignleft {
  align-items: flex-start;
}

.inner_wrapper_v.center {
  align-items: center;
}

.whitetext {
  color: #fff;
}

.whitetext.hidden {
  display: flex;
}

.centeredtext {
  text-align: center;
}

.largetext {
  margin-top: 0;
  margin-bottom: 0;
  font-family: halyard-micro-variable, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.keydatecolumns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 0px none var(--black);
  width: 100%;
  padding: 40px;
  display: flex;
}

.keydatecolumns.blackbg {
  background-color: var(--black);
  color: var(--white);
}

._2cols {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.textcol {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 20px 40px;
  display: flex;
}

.listparagraph {
  padding-bottom: 20px;
  font-family: halyard-display-variable, sans-serif;
}

.card-2 {
  clear: right;
  color: #000;
  width: 100%;
  height: 40vh;
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.card-2.pastwinner {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 1px;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.pastwinnerinfo {
  background-color: #000;
  height: 115px;
  padding: 20px;
  text-decoration: none;
  overflow: hidden;
}

.pastwinnerproject {
  color: #fff;
  text-align: left;
  font-family: halyard-display-variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.pastwinnername {
  color: var(--medium-gray);
  text-align: left;
  font-family: halyard-display-variable, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.pastwinnername:hover {
  text-decoration: none;
}

.pastwinnerimg {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100px;
  max-height: 100%;
  display: block;
}

.paragraph-3 {
  font-size: 16px;
}

.center {
  text-align: center;
  font-size: 16px;
}

.tag_winner {
  background-color: #FFEB14;
  color: var(--black);
  padding: 8px 10px;
  font-family: halyard-display-variable, sans-serif;
  font-weight: 600;
  position: fixed;
  inset: auto auto 115px 0%;
}

.tag_finalist {
  background-color: var(--apple);
  color: var(--black);
  padding: 8px 10px;
  font-family: halyard-display;
  font-weight: 600;
  position: fixed;
  inset: auto auto 115px 0%;
}

.cta_questions {
  border-top: 1px none var(--black);
  background-color: var(--apple);
  background-image: url('../images/banner-bg-03.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bannertext {
  text-align: center;
  letter-spacing: -3px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: halyard-micro-variable, sans-serif;
}

.bannertext.whitetext {
  font-family: halyard-micro-variable, sans-serif;
  font-size: 36px;
  line-height: 40px;
}

.footercolumns {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.footerseparatorline {
  border: .5px solid #444;
  width: 100%;
}

.heroblock {
  background-image: url('../images/hero-bg.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height:auto;
  max-height: 90vh;
  overflow: hidden;
}

.herotextcontainer {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin: 8% auto auto 22%;
  display: flex;
  z-index: 99;
}
.heroimg {
  float: right;
  max-height: 100%;
  margin: -8% auto 0 auto;
  display: block;
  position: static;
  inset: auto 0 0 0;
}

.herohead1 {
  color: var(--black);
  text-align: left;
  letter-spacing: -8px;
  margin-bottom: 0;
  font-family: halyard-micro-variable, sans-serif;
  font-size: 92px;
  font-weight: 400;
  line-height: 85%;
}

.herohead2 {
  color: var(--black);
  text-align: left;
  letter-spacing: -3px;
  margin-bottom: 20px;
  font-family: halyard-micro-variable, sans-serif;
  font-size: 42px;
  line-height: 100%;
}

.herohead3 {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: halyard-display-variable, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.herobutton {
  border: 2.5px solid var(--black);
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  max-width: 280px;
  margin: 0;
  padding: 15px 30px;
  font-family: halyard-micro-variable;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  float: left;
  z-index: 100;
}

.herobutton:hover {
  background-color: var(--black);
  color: var(--white);
  text-decoration: none;
}

.centeredimg {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}

.section-auto {
  background-color: var(--dark-gray);
  opacity: 1;
  background-image: url('../images/dtech-pattern-b.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
  position: relative;
}

.section-auto.blackbg {
  background-color: var(--black);
}

.petequality {
  border-radius: 8px;
  width: 85%;
  padding: 0 20px;
}

.subheading {
  color: var(--black);
  letter-spacing: -2px;
  white-space: nowrap;
  margin-left: 10px;
  margin-right: 10px;
  font-family: halyard-micro-variable;
  font-weight: 400;
}

.timelinelist {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 65%;
  list-style-type: none;
  display: flex;
}

.timelinedate {
  min-width: 100px;
  font-family: halyard-display-variable, sans-serif;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}

.timelinelistitem {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.timelinedesc {
  min-width: 450px;
  font-family: halyard-display-variable, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.timelinecol {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.linefillafter {
  background-color: var(--black);
  flex: 30%;
  align-self: center;
  height: 1px;
  position: relative;
}

.spacer {
  height: 20px;
}

.underlined {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.headerimg {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  width: 50%;
  padding: 0;
  display: block;
  overflow: hidden;
}

.pastwinnersubhead {
  letter-spacing: -1.5px;
  padding-bottom: 20px;
  font-family: halyard-micro-variable, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.pastwinnerheading {
  margin-bottom: 10px;
  font-family: halyard-micro-variable, sans-serif;
}

.casestudyheading {
  color: var(--black);
  text-align: left;
  letter-spacing: -5px;
  margin-top: 0;
  font-family: halyard-micro-variable, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.link-2 {
  color: var(--white);
}

.imgcol {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0;
  display: flex;
}

.linefillbefore {
  background-color: var(--black);
  flex: 30%;
  align-self: center;
  height: 1px;
  display: none;
  position: relative;
}

.headertext {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  font-family: halyard-micro-variable, sans-serif;
  font-weight: 400;
  display: block;
}

.headercols {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.footerlink3img {
  width: auto;
  max-width: none;
  max-height: 40px;
  padding-right: 40px;
  position: static;
}

.carousel.hidden {
  display: none;
}

.banner_questions {
  background-color: var(--apple);
  background-image: url('../images/banner-bg-03.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  border-top-width: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.keydatecolumn2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #bbb;
  border-right: 0px none var(--black);
  border-bottom: 1px solid #bbb;
  flex-flow: column;
  padding: 10px;
  display: flex;
}

.keydatecolumn3 {
  border-right: .5px none var(--black);
  padding: 0 10px 10px;
}

.sectionheading {
  margin-bottom: 20px;
  font-family: halyard-micro-variable, sans-serif;
}

.hero {
  z-index: 99;
  background-image: url('../images/hero-bg.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.yellow {
  color: #FFEB14;
}

.bold {
  font-family: halyard-display-variable, sans-serif;
}

.banner_inspiration {
  background-image: url('../images/banner-bg-02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-width: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.banner_changemaker {
  background-color: var(--apple);
  background-image: url('../images/banner-bg-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-width: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.full-image {
  width: 100%;
}

.full-image.mobile {
  display: none;
}

.button {
  background-color: var(--black);
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: halyard-display-variable, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.button:hover {
  background-color: var(--dark-gray);
  color: var(--apple);
  text-decoration: none;
}

.winnerblock {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.line2 {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: -60px;
  position: relative;
}

.line2.black {
  background-color: var(--black);
  height: .5px;
  margin-top: 0;
}

.button-2 {
  background-color: var(--black);
  color: var(--white);
}

.calendarinfo {
  float: left;
  text-align: left;
  width: 70%;
  margin-bottom: 0;
  font-family: halyard-display-variable, sans-serif;
  font-size: 20px;
}

.calendardate {
  text-align: center;
  width: 10%;
}

.calendarrsvp {
  text-align: center;
  align-self: center;
  width: 10%;
}

.rsvp {
  background-color: var(--black);
  color: var(--white);
  padding: 8px 20px;
  font-family: halyard-micro-variable, sans-serif;
  font-size: 16px;
}

.rsvp:hover {
  color: var(--apple);
  text-decoration: none;
}

.bold-text {
  font-weight: 400;
  display: block;
  overflow: visible;
}

.paragraph-7, .paragraph-8 {
  font-family: halyard-display-variable, sans-serif;
}

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

.keydaterow {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #bbb;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.keydaterowlast {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px #bbb;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.bold-text-2 {
  letter-spacing: 0;
  font-family: halyard-display-variable, sans-serif;
  font-weight: 400;
}

.bold-text-3 {
  font-family: halyard-micro-variable, sans-serif;
  font-weight: 400;
}

.greentext {
  color: var(--apple);
}

.applicationquestions {
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  list-style-type: decimal;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
    line-height: 36px;
  }

  p, li {
    font-size: 18px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .navigationbar {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
  }

  .nav-link {
    color: var(--black);
    font-size: 3vw;
    line-height: 4vw;
  }

  .nav-link:hover {
    color: var(--apple);
  }

  .nav-link:focus {
    color: var(--black);
    font-weight: 400;
  }

  .nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
    font-weight: 400;
  }

  .nav-link:visited {
    color: var(--black);
  }

  .nav-link.w--current {
    color: var(--apple);
  }

  .nav-link.applybutton {
    color: var(--black);
    border-style: none;
    border-width: 0;
    margin: 0;
    padding: 20px;
  }

  .nav-link.applybutton:hover {
    color: var(--apple);
  }

  .icon {
    color: var(--white);
    font-size: 42px;
  }

  .logo {
    padding-left: 0;
  }

  .secondarybutton.center.w--current {
    line-height: 20px;
  }

  .section {
    padding: 40px 60px;
  }

  .nav-menu {
    color: var(--white);
    background-color: #000000d9;
    width: 100%;
    padding: 20px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .keydatecolumn1 {
    padding: 10px 0;
    display: block;
  }

  .questiontextblock {
    font-size: 18px;
    line-height: 24px;
  }

  .safezonenavigation {
    height: 80px;
  }

  .blacksection {
    padding-left: 60px;
    padding-right: 60px;
  }

  .paragraph {
    text-align: center;
  }

  .inner_wrapper_h {
    flex-direction: column;
  }

  .pageheading {
    margin-top: 60px;
  }

  .hero_img {
    width: 560px;
    margin-right: auto;
  }

  .dtech_logo_static {
    display: none;
  }

  .keydatecolumns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding: 0;
  }

  ._2cols {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .textcol {
    order: -1;
    width: 100%;
    padding: 0;
  }

  .pastwinnerproject {
    font-size: 20px;
  }

  .pastwinnername {
    font-size: 18px;
  }

  .trophy {
    width: 400px;
  }

  .sparkle {
    width: 20px;
  }

  .timelinelist {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .timelinedate {
    margin-right: 20px;
    font-size: 18px;
  }

  .timelinedesc {
    min-width: 400px;
    font-size: 18px;
  }

  .timelinecol {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .herohead2 {
    text-align: center;
    margin-bottom: 10px;
  }

  .casestudyheading {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 42px;
  }

  .heroblock {
    background-image: url('../images/hero-mobile-bg.webp');
    background-position: 50% 0;
    height: auto;
	overflow: hidden;
  }

  .heroblock.backgroundpattern {
    height: auto;
  }
	
  .heroimg {
    margin:8% auto 0;
	padding: 0;
  }

  .herotextcontainer {
    text-align: center;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin: 15% auto auto;
    padding: 0 40px;
  }

  .floatinglogo {
    padding-top: 100px;
    padding-right: 100px;
    display: inline-block;
    position: relative;
    left: 0;
  }

  .imgcol {
    order: 1;
    width: 100%;
    padding: 0;
  }

  .linefillbefore {
    display: block;
  }

  .headertext {
    order: -1;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
  }

  .headercols {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    padding-left: 60px;
    padding-right: 60px;
  }

  .pattern_07 {
    display: none;
  }

  .sparkleheading {
    font-size: 32px;
    line-height: 32px;
  }

  .keydatecolumn2, .keydatecolumn3 {
    padding: 10px 0;
  }

  .hero {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .herohead3 {
    text-align: center;
    max-width: none;
  }

  .banner_inspiration {
    background-image: url('../images/banner-bg-03.webp');
  }

  .banner_changemaker {
    background-image: url('../images/banner-bg-03.webp');
    background-position: 50%;
  }

  .button {
    font-size: 18px;
    line-height: 24px;
  }

  .calendarinfo {
    font-size: 18px;
  }

  .calendarrsvp {
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  ul {
    padding-left: 20px;
  }

  .nav-link {
    color: var(--white);
    font-size: 4vw;
  }

  .nav-link:hover {
    background-color: var(--dark-gray);
    color: var(--apple);
  }

  .nav-link:active, .nav-link:focus, .nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
    color: var(--apple);
  }

  .nav-link:visited {
    color: var(--white);
  }

  .nav-link.w--current {
    color: var(--apple);
    font-size: 4vw;
  }

  .nav-link.applybutton {
    border-color: var(--white);
    color: var(--white);
  }

  .nav-link.applybutton:hover {
    color: var(--apple);
  }

  .nav-link.applybutton:focus {
    border-color: var(--apple);
    color: var(--apple);
  }

  .brand.w--current {
    padding-left: 0;
  }

  .line.black {
    margin-bottom: 10px;
  }

  .section {
    padding: 20px 40px;
  }

  .section.mobile {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.cta_applynow {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .separatorline {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .text-block {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-menu {
    height: 100%;
  }

  .safezonenavigation {
    height: 80px;
  }

  .inner_wrapper_h {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .pageheading {
    font-size: 40px;
  }

  .largetext {
    font-size: 30px;
  }

  .pastwinnerinfo {
    text-align: left;
    height: 80px;
    padding: 10px;
  }

  .pastwinnerproject {
    font-size: 14px;
    line-height: 18px;
  }

  .pastwinnername {
    font-size: 14px;
    line-height: 16px;
  }

  .tag_winner {
    text-align: left;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 18px;
    bottom: 80px;
  }

  .bannertext {
    padding-top: 0;
  }

  .footerseparatorline {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .herohead1 {
    font-size: 85px;
  }

  .petequality {
    width: 100%;
  }

  .timelinelistitem {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .timelinedesc {
    min-width: 240px;
  }

  .timelinecol {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .herohead2 {
    font-size: 40px;
  }

  .headerimg {
    width: 100%;
  }

  .casestudyheading {
    font-size: 36px;
    line-height: 36px;
  }

  .list {
    padding-left: 20px;
  }

  .headertext {
    width: 100%;
  }

  .headercols {
    padding-left: 40px;
    padding-right: 40px;
  }

  .list-2 {
    padding-left: 20px;
  }

  .herohead3 {
    font-size: 20px;
  }

  .list-5 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    text-align: left;
    font-size: 28px;
    line-height: 32px;
  }

  h3 {
    margin-top: 40px;
  }

  ul {
    padding-left: 20px;
  }

  .nav-link {
    font-size: 5vw;
    line-height: 7vw;
  }

  .backgroundpattern {
    position: relative;
  }

  .logo {
    width: 75%;
    max-width: 90%;
  }

  .brand.w--current {
    height: 100%;
  }

  .primarybutton {
    text-align: center;
    width: 80%;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 16px;
  }

  .secondarybutton {
    text-align: center;
    width: 100%;
    max-width: 90%;
  }

  .secondarybutton.center {
    left: 50%;
  }

  .secondarybutton.center.w--current {
    max-width: 80%;
  }

  .section {
    padding: 20px;
  }

  .section.darkbg {
    min-height: auto;
  }

  .section.mobile {
    margin-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.cta_applynow {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .separatorline {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    position: relative;
  }

  .overhead {
    font-size: 18px;
    line-height: 18px;
  }

  .footer_temp {
    height: 100px;
  }

  .text-block {
    margin-bottom: 0;
    padding-top: 0;
  }

  .footerlink {
    top: 30%;
  }

  .menu-button {
    padding: 15px;
  }

  .faqquestiondropdowntoggle {
    padding-top: 10px;
  }

  .faqquestiondropdownlist {
    padding: 20px 20px 10px;
  }

  .answerpara {
    font-size: 14px;
    line-height: 20px;
  }

  .column2, .column1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .keydatecolumn1 {
    border-bottom: .5px none var(--black);
    border-right-style: none;
    padding-bottom: 20px;
  }

  .questiontextblock {
    object-position: 50% 50%;
  }

  .applicationform {
    height: 85vh;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .safezonenavigation {
    height: 95px;
  }

  .blacksection {
    padding: 40px 20px;
  }

  .dtech_logo_sticky {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    top: 80%;
    right: auto;
    transform: rotate(0);
  }

  .inner_wrapper_h {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    background-position: 50% 100%;
    background-size: contain;
    margin-top: 0;
  }

  .pageheading {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .copyright {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dtech_logo_static {
    display: none;
  }

  .video {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .whitetext.centeredtext {
    text-align: left;
    margin-bottom: 20px;
  }

  .largetext {
    font-size: 26px;
    line-height: 26px;
  }

  .sparkleheader {
    margin-bottom: 0;
  }

  .keydatecolumns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    border-bottom-width: .5px;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._2cols {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .pastwinnerinfo {
    height: 80px;
  }

  .pastwinnerproject {
    font-size: 18px;
    line-height: 24px;
  }

  .tag_winner {
    bottom: 80px;
  }

  .bannertext {
    padding-top: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .footerseparatorline {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    position: relative;
  }

  .herohead1 {
    text-align: center;
    letter-spacing: -4px;
    font-size: 48px;
  }

  .section-auto {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-auto.blackbg {
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .timelinedate {
    min-width: 80px;
    margin-right: 0;
    font-size: 20px;
    font-weight: 400;
  }

  .timelinelistitem {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 10px;
  }

  .timelinedesc {
    padding-bottom: 10px;
  }

  .timelinecol {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .spacer {
    height: 20px;
  }

  .underlined {
    font-size: 28px;
    line-height: 36px;
  }

  .herohead2 {
    text-align: center;
    max-width: 440px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 26px;
  }

  .herosubhead1 {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .underline {
    max-width: 180px;
  }

  .headerimg {
    width: 100%;
    margin-bottom: 0;
  }

  .pastwinnersubhead {
    font-size: 16px;
  }

  .heroblock {
    background-size: 460px;
    height: auto;
  }

  .list {
    padding-left: 20px;
    padding-right: 10px;
  }

  .headertext {
    order: -1;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .headercols {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .footerlink3img {
    margin-bottom: 20px;
  }

  .heading-10 {
    font-size: 20px;
    line-height: 24px;
  }

  .list-2 {
    padding-left: 20px;
  }

  .list-4 {
    padding-top: 10px;
  }

  .sparkleheading {
    font-size: 28px;
    line-height: 28px;
  }

  .keydatecolumn2 {
    border-bottom: .5px solid var(--black);
    border-right-style: none;
  }

  .sectionheading {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 30px;
  }

  .herohead3 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .banner_inspiration {
    background-size: cover;
  }

  .full-image.mobile {
    display: inline-block;
  }

  .full-image.desktop {
    display: none;
  }

  .calendarinfo {
    width: 100%;
  }

  .calendardate {
    width: 40px;
  }

  .calendarrsvp {
    text-align: left;
    width: 100px;
  }

  .rsvp {
    padding-left: 10px;
    padding-right: 10px;
  }

  .greentext.centeredtext {
    text-align: left;
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .applicationquestions {
    padding-left: 40px;
    padding-right: 20px;
  }

  .heading-11 {
    margin-top: 20px;
  }
}


