.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  font-family: Gibson;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: canada-type-gibson, sans-serif;
  color: #361d7e;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #361d7e;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

p {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: canada-type-gibson, sans-serif;
  color: #777;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

a {
  color: #6b57ff;
  font-weight: 400;
  text-decoration: underline;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}

strong {
  font-weight: 500;
}

.site-navigation {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: canada-type-gibson, sans-serif;
  color: #361d7e;
  font-weight: 500;
  text-transform: uppercase;
}

.dropdown {
  margin: 5px 0px;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero.short {
  min-height: 55vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero.medium {
  min-height: 80vh;
}

.hero.interiors {
  min-height: 90vh;
}

.hero.interiors.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  width: 90%;
  max-width: 1200px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.nav-menu {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand {
  position: relative;
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-toggle {
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  border-radius: 30px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: canada-type-gibson, sans-serif;
  color: #361d7e;
  font-size: 16px;
  font-weight: 700;
}

.dropdown-toggle:hover {
  background-color: #e7e2fd;
}

.menu-button {
  margin-top: 9px;
  margin-bottom: 9px;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: canada-type-gibson, sans-serif;
  color: #361d7e;
  font-size: 16px;
  font-weight: 500;
}

.menu-button:hover {
  background-color: #e7e2fd;
}

.nav-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  padding-top: 11px;
  padding-bottom: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #9d7dff;
  border-radius: 40px;
  background-color: #faf9ff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #361d7e;
  font-size: 16px;
  font-weight: 500;
}

.nav-button:hover {
  background-color: #e7e2fd;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.nav-button.button-header-register {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 300ms ease, background-color 200ms ease;
  transition: opacity 300ms ease, background-color 200ms ease;
}

.dropdown-list {
  height: 80px;
}

.dropdown-list.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #fff;
}

.menu-toggle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 hsla(0, 0%, 71.4%, 0.5);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.menu-toggle:hover {
  border-color: #eeedf6;
  background-color: #eeedf6;
}

.header-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.x-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #9782f7;
  box-shadow: 0 0 10px 0 rgba(54, 29, 126, 0.18);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.x-box:hover {
  background-color: #361d7e;
}

.header-menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: none;
  overflow: hidden;
  height: auto;
  max-width: 340px;
  min-width: 340px;
  padding: 30px 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 2px;
  border-color: #9d7dff;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.site-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #faf9ff;
  font-family: canada-type-gibson, sans-serif;
}

.image {
  display: block;
}

.dropdown-link {
  margin-left: 0px;
  padding-left: 15px;
  font-family: canada-type-gibson, sans-serif;
  color: #8574b0;
}

.utility-page-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  min-height: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: canada-type-gibson, sans-serif;
  color: #361d7e;
  font-size: 5em;
  line-height: 1;
}

.button {
  padding: 15px 30px;
  border-radius: 30px;
  background-color: #6b57ff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: canada-type-gibson, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button:hover {
  background-color: #9d7dff;
}

.button.margin {
  margin-top: 40px;
  font-weight: 500;
}

.button.button-lastcard-register {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 300ms ease, background-color 200ms ease;
  transition: opacity 300ms ease, background-color 200ms ease;
}

.button.get-involved {
  margin-top: 40px;
}

.button.learn-more {
  opacity: 1;
  -webkit-transition: opacity 300ms ease, background-color 200ms ease;
  transition: opacity 300ms ease, background-color 200ms ease;
}

.paragraph {
  margin-bottom: 30px;
}

.password-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 10px rgba(0, 0, 0, 0.07);
}

.circles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  white-space: nowrap;
}

.footer-item {
  font-family: canada-type-gibson, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 500;
}

.social-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  width: 24px;
  height: 26px;
}

.tag {
  margin-bottom: 10px;
  font-family: canada-type-gibson, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}

.competition-by {
  margin-bottom: 20px;
  color: #000;
  text-decoration: none;
}

.footer-nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-link {
  color: #000;
  text-align: center;
  text-decoration: none;
}

.social-wrap {
  display: -ms-grid;
  display: grid;
  height: 30px;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.copyright {
  font-family: canada-type-gibson, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 500;
}

.footer-nav-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ghost-button {
  padding: 12px 24px;
  border-style: solid;
  border-width: 3px;
  border-color: #9d7dff;
  border-radius: 40px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: canada-type-gibson, sans-serif;
  color: #361d7e;
  font-size: 16px;
  font-weight: 500;
}

.ghost-button:hover {
  background-color: #e7e2fd;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hero-wrapper {
  position: relative;
  left: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-wrapper.short {
  min-height: 30vh;
}

.hero-wrapper.medium {
  left: -79px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content {
  position: relative;
  z-index: 1;
  width: 620px;
  margin-top: 198px;
  margin-left: -20vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.content._300 {
  left: 0px;
  width: 550px;
  text-align: left;
}

.content._300.secondar-header {
  margin-left: -11vw;
}

.content._300.secondar-header.wide-title {
  width: 660px;
  margin-bottom: 87px;
  margin-left: 0vw;
}

.content._300.secondar-header.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.content._300.about-header-content {
  margin-left: -20vw;
}

.content._500 {
  width: 500px;
}

.content._400 {
  width: 400px;
}

.hero-title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: canada-type-gibson, sans-serif;
  color: #361d7e;
  font-size: 4.2em;
  line-height: 1.2;
  font-weight: 600;
}

.hero-title.large-title {
  line-height: 1.1;
}

.wallpaper {
  position: absolute;
  right: 0vw;
}

.wallpaper.about {
  min-height: auto;
}

.wallpaper.finalists {
  width: 640px;
  height: 539px;
  min-height: auto;
}

.vertical-social {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.vertical-social.interior {
  bottom: 10%;
  margin-bottom: 2px;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.twitter {
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url('../images/twitter.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.share-link {
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url('../images/facebook.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.share-link.facebook {
  width: 24px;
  height: 24px;
}

.share-link.facebook.share-link-div:hover {
  background-color: #9d7dff;
}

.share-link.linkedin {
  width: 24px;
  height: 24px;
}

.share-link.linkedin.share-link-div:hover {
  background-color: #9d7dff;
}

.share-link.twitter {
  width: 24px;
  height: 24px;
  background-image: url('../images/twitter.svg');
}

.share-link.twitter.share-link-div:hover {
  background-color: #9d7dff;
}

.linkedin {
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url('../images/linkedin.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.share {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: canada-type-gibson, sans-serif;
  color: #9d7dff;
  font-weight: 400;
}

.fact-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #6b57ff;
  font-size: 64px;
  font-weight: 600;
}

.fact-heading.stlyed {
  margin-top: 19px;
  margin-bottom: 19px;
  font-size: 50px;
  text-align: center;
}

.source {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
}

.content-wrap-edge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  margin-top: -300px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.fact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fact-link {
  font-family: canada-type-gibson, sans-serif;
  color: #361d7e;
  font-weight: 500;
  text-decoration: underline;
}

.facts-grid {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.subtitle {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: canada-type-gibson, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 26px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.subtitle.centered {
  text-align: center;
}

.facts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 109px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fact-inner {
  position: relative;
}

.fact-inner.styled {
  display: none;
}

.fact-close {
  font-family: canada-type-gibson, sans-serif;
  color: #6b57ff;
  font-weight: 500;
  text-decoration: underline;
}

.fact-description {
  font-family: canada-type-gibson, sans-serif;
  color: #361d7e;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}

.fact-description.styled {
  margin-top: 5px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 10px;
  text-align: center;
  text-transform: none;
}

.fact-description.no-top-padd {
  margin-top: 0px;
}

.fact-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 390px;
  padding: 80px 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f9f7fe;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}

.slider {
  width: 1000px;
  height: 390px;
  background-color: transparent;
}

.slider.mobile {
  display: none;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.challenge-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Purple.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.challenge {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bottom-curve {
  height: 130px;
  background-image: url('../images/Purple-Bottom.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-curve {
  height: 130px;
  background-image: url('../images/Purple-Top.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  line-height: 50px;
}

.content-title.light {
  color: #fff;
  font-size: 42px;
  font-weight: 500;
}

.content-title.dark {
  color: #361d7e;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
}

.details {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stepscontainer {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 90%;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.slide-navigation {
  display: none;
  font-size: 4px;
  line-height: 1em;
}

.slider-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #e7e2fd;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.slider-right:hover {
  background-color: #faf9ff;
}

.slider-right.dark:hover {
  background-color: #361d7e;
}

.column-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.mask {
  overflow: visible;
  width: 700px;
  margin-left: -280px;
}

.mark-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-arrow-right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
}

.slider-left-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  color: #444;
}

.slider-arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 145px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #e7e2fd;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.slider-left:hover {
  background-color: #faf9ff;
}

.slider-left.dark:hover {
  background-color: #361d7e;
}

.title {
  z-index: 0;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #9d7dff;
  font-size: 40px;
  font-weight: 500;
}

.process-slider {
  height: 100%;
  background-color: transparent;
}

.illustration {
  width: 100%;
  height: 350px;
  background-image: url('../images/Illustration-1.png');
  background-position: 50% 100%;
  background-size: auto 210px;
  background-repeat: no-repeat;
}

.illustration._1 {
  position: relative;
  z-index: 1;
  background-image: url('../images/p1.png');
  background-size: auto 300px;
}

.illustration._2 {
  position: relative;
  z-index: 1;
  background-image: url('../images/p2.png');
  background-size: auto 300px;
}

.illustration._3 {
  position: relative;
  z-index: 1;
  background-image: url('../images/p3.png');
  background-size: auto 300px;
}

.illustration._4 {
  position: relative;
  z-index: 1;
  background-image: url('../images/p4.png');
  background-size: auto 300px;
}

.illustration._5 {
  position: relative;
  z-index: 1;
  background-image: url('../images/p5.png');
  background-size: auto 300px;
}

.description {
  width: 74%;
  margin-bottom: 0px;
  font-family: canada-type-gibson, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.description.wider {
  width: 78%;
}

.caption {
  margin-top: 50px;
  font-family: canada-type-gibson, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.column {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.step-link {
  margin-top: 30px;
  font-family: canada-type-gibson, sans-serif;
  color: #9d7dff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.step-link.white-link.light-purple:hover {
  border-bottom-color: #9d7dff;
}

.judges {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: auto;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.judge-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f7ff;
  color: #361d7e;
  text-align: center;
}

.spotlight-grid {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.judge-photo {
  width: 100%;
  height: 250px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.judge-box {
  position: relative;
  overflow: hidden;
  width: 250px;
  border-style: solid;
  border-width: 0px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 10px;
  background-color: #faf9ff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.judges-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 69px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.judges-container.judges-interior {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.judge-name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 500;
}

.header {
  width: 80%;
  max-width: 600px;
  margin-bottom: 49px;
  text-align: center;
}

.judge-tagline {
  margin-top: 0px;
  font-family: canada-type-gibson, sans-serif;
  color: #8972b4;
  font-size: 16px;
  font-weight: 400;
}

.meet-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6b57ff;
  font-size: 20px;
}

.meet {
  color: #fff;
}

.first-name {
  color: #fff;
}

.judges-spotlight {
  margin-bottom: 68px;
}

.spotlight {
  position: relative;
}

.judge-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.09);
}

.close-judge {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
}

.popup-wrap {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  overflow: auto;
  width: 400px;
  height: 97vh;
  margin: 15px;
  padding: 30px;
  border-radius: 10px;
  background-color: #361d7e;
  color: #fff;
}

.judge-cover {
  width: 100%;
  height: 340px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.judge-bio {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.top-curve-2 {
  height: 130px;
  background-image: url('../images/Top-Pink.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.donors-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Pink.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.bottom-curve-2 {
  height: 130px;
  background-image: url('../images/Bottom-Pink.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.donor-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 460px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 0px solid #000;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(75, 75, 75, 0.2);
  cursor: auto;
}

.donor-content {
  min-height: 250px;
  padding: 20px 40px;
  background-color: #fff;
  color: #fff;
}

.donor-button {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-top: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e7e2fd;
  color: #6b57ff;
  font-size: 18px;
  font-weight: 500;
}

.donor-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo {
  display: none;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px solid #d1d1d1;
  border-radius: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.donor-name {
  width: 60%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #361d7e;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}

.overview {
  margin-top: 0px;
  font-family: canada-type-gibson, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.donors-collection {
  margin-bottom: 100px;
}

.donors-grid {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.donors-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  position: relative;
  overflow: hidden;
  min-height: auto;
}

.footer-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-box {
  position: relative;
  z-index: 1;
  width: 400px;
  margin-right: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #361d7e;
  font-size: 3.5em;
  line-height: 1.2;
  font-weight: 600;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin: 34px auto 29px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.close {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.open {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.circle {
  position: absolute;
  left: auto;
  top: auto;
  bottom: 0%;
}

.circle._4 {
  display: none;
}

.circle._1 {
  left: -10vw;
  top: 3vh;
  right: auto;
  bottom: auto;
}

.circle._3 {
  left: auto;
  top: 5vh;
  right: -15vw;
  bottom: auto;
}

.circle._2 {
  left: -8vw;
  top: auto;
  right: auto;
  bottom: 20vh;
  opacity: 0.2;
}

.large-title {
  margin-top: 0px;
  color: #361d7e;
  font-size: 6em;
  line-height: 1.3;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about.ort {
  display: block;
}

.rich-text-block {
  position: static;
  width: 90%;
  max-width: 800px;
  margin-top: 0px;
  margin-bottom: 70px;
}

.rich-text-block.rules li {
  list-style-type: lower-alpha;
}

.rich-text-block h3 {
  margin-top: 53px;
}

.rich-text-block.notoppadding {
  margin-top: 0px;
}

.rich-text-block.nobottompadding {
  margin-bottom: 0px;
}

.rich-text-block.nobottompadding.somebottompadding {
  margin-bottom: 24px;
}

.rich-text-block.fairness {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.quote-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 960px;
  min-height: 300px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: url('../images/Purple.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.quote-block.sidebar {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-image: url('../images/Pink.png');
}

.quote-block.sidebar.right {
  left: 0px;
}

.quote-block.sidebar.left {
  right: 40px;
  margin-bottom: 0px;
}

.quote {
  width: 90%;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: canada-type-gibson, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.quote.sidebar {
  color: #361d7e;
}

.author {
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.author.sidebar {
  color: #361d7e;
}

.role {
  font-family: canada-type-gibson, sans-serif;
  color: #eeedf5;
}

.timeline-title {
  color: #361d7e;
}

.timeline-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-right: 90px;
  padding-left: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.timeline-slider {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.dot {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #9d7dff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.timeline-mask {
  overflow: visible;
}

.line {
  width: 100%;
  height: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #c0b9dd;
}

.line-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.timeline-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.timeline-column {
  position: relative;
  z-index: 1;
  margin-bottom: 75px;
}

.period {
  overflow: visible;
  margin-right: 0px;
}

.timeline-heading {
  display: none;
  margin-top: 40px;
}

.timeline-top {
  width: 100%;
}

.timeline-period {
  position: absolute;
  left: -18%;
  top: 130px;
  right: auto;
  bottom: auto;
  margin-left: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #c0b9dd;
  font-weight: 400;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.date {
  margin-top: -10px;
  margin-bottom: 30px;
  font-family: canada-type-gibson, sans-serif;
  color: #9e8ac1;
  font-size: 18px;
  font-weight: 500;
}

.highlight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eeedf5;
}

.highlight.max {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.highlight-wrap {
  width: 80%;
  max-width: 800px;
  margin-bottom: 60px;
}

.highlight-subtitle {
  max-width: none;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: canada-type-gibson, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.icon {
  font-size: 20px;
}

.slide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  box-shadow: none;
}

.slider-button {
  padding: 15px 25px;
  border: 3px solid #000;
  background-color: #fff;
  color: #000;
}

.slide-cover {
  width: 50%;
  height: 100%;
  background-color: #000;
}

.slide-cover._1 {
  width: 60%;
  height: 400px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-cover._4 {
  background-color: #50234d;
}

.slide-cover._3 {
  background-color: #3c597e;
}

.slide-cover._2 {
  background-color: #492a2a;
}

.slide-cover._5 {
  background-color: #25502d;
}

.slide-description {
  margin-top: 0px;
  margin-bottom: 20px;
}

.right-slider-arrow {
  right: -80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #361d7e;
  font-size: 20px;
}

.slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #eeedf5;
}

.news-slider {
  width: 100%;
  height: 400px;
  max-width: 900px;
  margin-bottom: 117px;
  background-color: transparent;
}

.slide-date {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #9e8ac1;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.slide-nav-dots {
  bottom: -60px;
  background-color: transparent;
}

.slide-heading {
  margin-top: 0px;
  color: #361d7e;
  font-size: 28px;
  font-weight: 600;
}

.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.result-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 200px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-slider-arrow {
  left: -80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #361d7e;
}

.results-collection-list {
  display: -ms-grid;
  display: grid;
  max-width: 1000px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.article-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 300px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 13px;
  background-color: #eeedf5;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.result-image {
  position: static;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.result-content {
  margin-right: 20px;
  margin-left: 20px;
}

.sponsor-date {
  margin-bottom: 20px;
  font-family: canada-type-gibson, sans-serif;
  color: #9e8ac1;
  font-style: italic;
  font-weight: 400;
}

.sponsor-heading {
  margin-top: 10px;
  color: #361d7e;
  font-size: 20px;
  font-weight: 600;
}

.sponsor-description {
  margin-bottom: 20px;
}

.sponsor-learn-more {
  color: #6b57ff;
}

.next-button {
  padding: 15px 25px;
  border: 3px solid #000;
  background-color: #fff;
  color: #000;
}

.category {
  margin-right: 20px;
  margin-bottom: 0px;
}

.article-cms {
  margin-right: 50px;
  margin-bottom: 100px;
  margin-left: 50px;
}

.article-date {
  margin-bottom: 0px;
  color: #8f8f8f;
}

.article-title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.article-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 90%;
  max-width: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.article-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dadada;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.next-article:hover {
  background-color: #bbb;
}

.article {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-article {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.meta-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-article-name {
  margin-bottom: 30px;
}

.article-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.next-article-date {
  margin-bottom: 20px;
}

.news-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subtitle-light {
  max-width: 100%;
  margin-top: 10px;
  font-family: canada-type-gibson, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}

.donors {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logo {
  width: 100%;
  height: 80px;
  margin-bottom: 6px;
  border-radius: 10px;
  background-image: url('../images/LFC__COLOR.png');
  background-position: 0% 50%;
  background-size: 150px;
  background-repeat: no-repeat;
}

.content-wrap {
  text-align: center;
}

.slide-nav {
  top: 462px;
}

.footer-subtitle {
  max-width: 600px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: canada-type-gibson, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.mask-2 {
  width: 100%;
  height: 410px;
}

.timeline-paragraph {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.content-title-left {
  color: #361d7e;
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
  text-align: left;
}

.link {
  font-size: 18px;
}

.link-blue {
  color: #6b57ff;
  font-size: 18px;
}

.sdc-news-section {
  padding-bottom: 74px;
}

.sdc-news-detail-bg-header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 300px;
  background-color: #e7e2fd;
}

.sdc-news-detail-div {
  position: relative;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
}

.news-date {
  margin-bottom: 22px;
  font-family: canada-type-gibson, sans-serif;
  color: #9d7dff;
  font-size: 16px;
  font-weight: 400;
}

.heading-2 {
  font-family: canada-type-gibson, sans-serif;
  color: #361d7e;
  font-weight: 500;
}

.detail-news-img {
  width: 100%;
  max-height: 400px;
}

.news-detail-close {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #6b57ff;
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.06);
}

.container-1200 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container-1200.faq-container {
  position: relative;
  width: 90%;
  max-width: 1200px;
}

.container-1200.finalist-details {
  width: 90%;
  max-width: 1200px;
}

.container-1200.finalist-container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin-right: 0px;
  margin-left: 0px;
}

.score-section {
  position: relative;
}

.score-entry {
  width: 970px;
  margin: 100px auto;
  padding-bottom: 40px;
}

.score-title {
  display: inline;
}

.score-title-text {
  display: inline;
  margin-right: 10px;
}

.score-title-range {
  display: inline;
  margin-right: 10px;
}

.score-heading {
  margin-top: 8px;
  margin-bottom: 17px;
  font-size: 18px;
}

.score-description {
  margin-top: 26px;
  margin-bottom: 37px;
  padding: 58px;
  border-radius: 10px;
  background-color: #e7e2fd;
}

.score-description-value-number {
  display: inline;
  margin-right: 6px;
  color: #6b57ff;
  font-size: 30px;
  font-weight: 500;
}

.score-description-value-text {
  display: inline;
  color: #6b57ff;
  font-size: 30px;
  font-weight: 500;
}

.score-slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tsr-slider {
  position: relative;
  width: 78%;
  height: 20px;
  border-radius: 20px;
}

.slider-track {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 3px;
  background-color: #c0b9dd;
  cursor: pointer;
}

.slider-track-low {
  position: absolute;
  width: 0px;
  height: 100%;
  background-color: #e7e2fd;
}

.slider-selection {
  position: absolute;
  width: 50%;
  height: 100%;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1f0;
}

.slider-track-high {
  position: absolute;
  width: 50%;
  height: 100%;
  border-radius: 4px;
  background-color: #361d7e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.slider-handle {
  position: absolute;
  left: 48.5%;
  top: -3px;
  z-index: 3;
  width: 30px;
  height: 30px;
  border: 4px solid #faf9ff;
  border-radius: 100px;
  background-color: #6b57ff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.slider-handle.max-slider-handle {
  display: none;
}

.slider-handle.min-slider-handle {
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.slider-ticks {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 1;
  width: 78%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  text-align: center;
}

.slider-tick {
  position: absolute;
  background-color: #6b57ff;
}

.slider-tick.slider-tick-01 {
  left: 0%;
  top: 0px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.slider-tick.slider-tick-02 {
  left: 20%;
  top: 0px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.slider-tick.slider-tick-03 {
  left: 40%;
  top: 0px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.slider-tick.slider-tick-o4 {
  left: 60%;
  top: 0px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.slider-tick.slider-tick-05 {
  left: 80%;
  top: 0px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.slider-tick.slider-tick-06 {
  left: 100%;
  top: 0px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.slider-tick-top {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 4px solid #faf9ff;
  border-radius: 50%;
  background-color: #361d7e;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.slider-tick-bottom {
  position: absolute;
  left: 50%;
  bottom: -30px;
  display: inline;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.slider-anchor {
  position: absolute;
  display: block;
  width: 100px;
  font-weight: 500;
  text-transform: capitalize;
}

.slider-anchor.slider-anchor-low {
  right: 93%;
  width: 102px;
  font-size: 12px;
}

.slider-anchor.slider-anchor-high {
  left: 93%;
  width: 102px;
  font-size: 12px;
  text-align: right;
}

.accordion-item {
  margin-bottom: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #cecece;
  border-radius: 10px;
  background-color: rgba(250, 249, 255, 0.53);
}

.accordion-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 30px 3px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.5px none #000;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  cursor: pointer;
}

.expand-icon {
  margin-bottom: 8px;
}

.faq-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-right: 50px;
  padding-left: 50px;
}

.accordion-content {
  overflow: hidden;
}

.padding {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0px 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq-answer {
  margin-top: 0px;
}

.faq-question {
  margin-top: 0px;
  color: #361d7e;
}

.mask-3 {
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.text-block {
  font-weight: 500;
}

.tooltip {
  display: none;
}

.loading-indicator {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: block;
  background-color: #faf9ff;
  opacity: 1;
}

.image-10 {
  position: absolute;
  left: 50%;
  top: 50px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.sda-judge-detail-header {
  position: relative;
  top: -79px;
  height: 550px;
  background-color: #eeedf5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 237, 245, 0.82)), to(rgba(238, 237, 245, 0.82))), url('../images/Illustration-1.png');
  background-image: linear-gradient(180deg, rgba(238, 237, 245, 0.82), rgba(238, 237, 245, 0.82)), url('../images/Illustration-1.png');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.sdc-judge-content-div {
  position: relative;
  top: 305px;
}

.sda-judgedetail-content-div {
  font-family: canada-type-gibson, sans-serif;
  font-size: 16px;
}

.sda-judgedetail-image {
  width: 200px;
  height: 200px;
}

.sda-judgedetail-image.bio {
  border-radius: 10px;
}

.sda-judgedetail-backbutton {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: inline-block;
  margin-bottom: 16px;
  margin-left: auto;
  padding: 13px 17px 11px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: canada-type-gibson, sans-serif;
  color: #fff;
  text-decoration: none;
}

.sda-judgedetail-backbutton:hover {
  padding-left: 11px;
}

.sda-jd-button-text {
  float: left;
  color: #6b57ff;
}

.sda-jd-button-icon {
  width: 18px;
  margin-right: 6px;
  padding-top: 0px;
  float: left;
}

.sda-jd-body {
  margin-bottom: auto;
}

.text-block-2 {
  color: #9e8ac1;
}

.heading-3 {
  color: #361d7e;
  font-weight: 500;
}

.sda-jd-bio-judgegroup-div {
  margin-top: 51px;
  margin-bottom: 94px;
}

.judgebio {
  color: #361d7e;
}

.sda-jd-judgegroup-name {
  margin-bottom: 1px;
  color: #361d7e;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
}

.sda-jd-judgegroup-title {
  color: #9e8ac1;
  font-size: 14px;
}

.sda-jd-judgegroup-photo {
  border-radius: 6px;
}

.sda-jd-judgegroup-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sda-jd-group-item {
  margin-bottom: 16px;
}

.sda-jd-group-cols {
  border-radius: 6px;
  background-color: #f5f5f5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.sda-jd-group-cols:hover {
  background-color: #eeedf5;
}

.link-block {
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.white-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #e7e2fd;
}

.white-link:hover {
  text-decoration: none;
}

.white-link.light-purple {
  border-bottom: 2px solid #6b57ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.white-link.light-purple:hover {
  border-bottom-color: #9d7dff;
}

.heading-4 {
  color: #361d7e;
  text-align: center;
}

.heading-4.donor-subheader {
  margin-top: 8px;
  margin-bottom: 57px;
  padding-right: 34px;
  padding-left: 34px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

.text-container {
  max-width: 960px;
}

.nav-button.button-sidebar-register {
  display: none;
}

.text-span {
  font-family: canada-type-gibson, sans-serif;
}

.text-span-2 {
  font-family: canada-type-gibson, sans-serif;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 190px;
  padding: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  background-color: rgba(238, 237, 245, 0);
  text-decoration: none;
}

.judges-slider-button {
  border-width: 3px;
  border-color: #9d7dff;
  border-radius: 100px;
  background-color: transparent;
  color: #361d7e;
  font-weight: 500;
  text-transform: uppercase;
}

.bold-text {
  font-weight: 500;
}

.bold-text-2 {
  font-weight: 500;
}

.bold-text-3 {
  font-weight: 400;
}

.bold-text-4 {
  font-weight: 400;
}

.bold-text-5 {
  font-size: 26px;
  font-weight: 400;
}

.bold-text-6 {
  font-weight: 400;
}

.bold-text-7 {
  font-weight: 400;
}

.bold-text-8 {
  font-weight: 400;
}

.bold-text-9 {
  font-weight: 400;
}

.bold-text-10 {
  font-weight: 400;
}

.bold-text-11 {
  font-weight: 400;
}

.bold-text-12 {
  font-weight: 400;
}

.news-item-hero-parent {
  height: 400px;
  margin-top: 36px;
  margin-bottom: 36px;
  border-radius: 20px;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-object-fit: fill;
  object-fit: fill;
}

.news-featured-slide-parent {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.about-grid-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-bottom: 36px;
}

.about-grid-parent._4square {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-grid-parent.nobottompadding {
  max-width: 800px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-3col-grid {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.about-3col-grid._4square {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.about-3col-grid.right {
  margin-left: 30px;
}

.about-3col-grid.left {
  padding-right: 30px;
}

.grid-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-content-block.leftpadding {
  width: 100%;
  margin-left: 0px;
}

.grid-content-block.leftpadding._4square {
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.grid-header {
  text-align: center;
}

.grid-paragraph {
  max-width: 700px;
  margin-top: 0px;
  text-align: left;
}

.grid-paragraph._4square {
  text-align: center;
}

.grid-icon {
  width: 150px;
  height: 150px;
  margin-right: 0px;
}

.large {
  font-size: 40px;
}

.stat-caps {
  color: #9d7dff;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.bold-text-13 {
  font-weight: 400;
}

.about-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-col.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bold-text-14 {
  font-weight: 500;
}

.fairness-images-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.erp-tips-list-div {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
}

.open-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.erp-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.share-link-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-left: 9px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: canada-type-gibson, sans-serif;
  text-decoration: none;
}

.share-link-div:hover {
  background-color: #12365f;
}

.icon-2 {
  right: -45px;
  color: #f27056;
}

.site-nav-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 45px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.erp-tip-item-cols {
  margin-bottom: 15px;
  padding: 17px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.erp-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding-top: 105px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.accordion-trigger-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #000;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  cursor: pointer;
}

.erp-tips-heading {
  font-family: canada-type-gibson, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.erp-smallheader {
  margin-bottom: -1px;
  font-family: canada-type-gibson, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.padding-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0px 30px 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-12 {
  width: 340px;
}

.nav-button-2 {
  position: relative;
  margin-right: 60px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #ef952c;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: canada-type-gibson, sans-serif;
  color: #f27056;
  font-size: 16px;
  font-weight: 500;
}

.nav-button-2:hover {
  background-color: #ef952c;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #fff;
}

.nav-button-2.button-header-register {
  opacity: 0;
}

.nav-button-2.button-sidebar-register {
  display: none;
  opacity: 0;
}

.x-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.x-box-2:hover {
  background-color: #e9e9e9;
}

.header-menu-2 {
  position: absolute;
  top: -11px;
  right: 0px;
  z-index: 10;
  display: none;
  width: 400px;
  height: 800px;
  max-height: 96vh;
  padding: 30px 30px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #0d2441;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
}

.erp-tips-col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dropdown-toggle-2 {
  left: 0px;
  display: block;
  margin-bottom: 20px;
  padding: 9px 10px;
  color: #fff;
  font-size: 18px;
}

.dropdown-toggle-2.w--open {
  margin-bottom: 0px;
}

.drop-list {
  background-color: #0d2441;
}

.drop-list.w--open {
  overflow: hidden;
  border-radius: 5px;
}

.menu-button-2 {
  position: relative;
  left: 30px;
  display: block;
  margin-top: 5px;
  margin-right: 60px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 15px;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: canada-type-gibson, sans-serif;
  font-size: 18px;
}

.menu-button-2:hover {
  color: #f27056;
}

.menu-button-2.w--current {
  display: block;
  color: #f27056;
}

.icon-3 {
  position: absolute;
  z-index: 1;
  color: #ef952c;
  text-align: left;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 12;
  width: 97%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.text-block-3 {
  font-family: canada-type-gibson, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.faq-paragraph {
  margin-top: 0px;
  margin-bottom: 20px;
}

.dropdown-link-2 {
  margin-bottom: 9px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: canada-type-gibson, sans-serif;
  color: #f27056;
  font-size: 16px;
}

.dropdown-link-2:hover {
  color: #ef952c;
}

.erp-chrome-icon {
  max-width: 60%;
}

.social-drop {
  margin-right: 20px;
}

.menu-opened-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: none;
}

.menu-toggle-2 {
  position: relative;
  right: 8px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.menu-toggle-2:hover {
  background-color: transparent;
}

.erp-h1 {
  margin-top: 4px;
  font-family: canada-type-gibson, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.erp-headercontent-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.dropdown-list-2 {
  height: 80px;
}

.dropdown-list-2.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 63px;
  margin-top: 2px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0d2441;
}

.accordion-item-2 {
  margin-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 48.6%, 0.5);
  border-radius: 6px;
}

.faq-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
}

.fade {
  position: absolute;
  top: -40px;
  right: -29px;
  bottom: auto;
  z-index: 0;
  width: 130px;
  height: 350px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.75)), color-stop(42%, hsla(0, 0%, 55.7%, 0)), to(transparent));
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.75), hsla(0, 0%, 55.7%, 0) 42%, transparent);
}

.erp-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle-3 {
  z-index: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(13, 36, 65, 0.8);
}

.dropdown-toggle-3:hover {
  color: #0d2441;
}

.site-navigation-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: canada-type-gibson, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.erp-brand-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  margin: 36px;
}

.header-container {
  position: relative;
  z-index: 1;
}

.erp-webinar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.erp-content-wrap {
  display: block;
  max-width: 700px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.erp-youtube {
  margin-top: 21px;
  border-style: solid;
  border-width: 6px;
  border-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.erp-tips {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-wrapper-2 {
  width: 100%;
  max-width: 960px;
  margin-top: 100px;
  margin-bottom: 100px;
  border-radius: 6px;
}

.faq-wrapper-2.lesstoppadding {
  margin-top: 50px;
}

.text-block-4 {
  font-family: canada-type-gibson, sans-serif;
}

.socialshare-icon {
  margin-right: 12px;
  float: none;
}

.dropdown-2 {
  left: 35px;
  margin: 5px 0px;
}

.div-block {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 50px;
  max-width: 1200px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #6b57ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7062d7), to(#6b57ff));
  background-image: linear-gradient(180deg, #7062d7, #6b57ff);
  box-shadow: 0 10px 40px 0 rgba(107, 87, 255, 0.3);
}

.finalists-heade-spacer {
  position: relative;
}

.text-block-5 {
  font-family: canada-type-gibson, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}

.meet-finalist-link {
  color: #fff;
  font-weight: 500;
}

.html-embed {
  position: absolute;
  left: auto;
  top: 0%;
  right: 16px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c0b9dd;
}

.meet-f-banner-wrapper {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 50px;
  max-width: 1200px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #6b57ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7062d7), to(#6b57ff));
  background-image: linear-gradient(180deg, #7062d7, #6b57ff);
  box-shadow: 0 10px 40px 0 rgba(107, 87, 255, 0.3);
}

.finalists-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/finalists-content-bg.png');
  background-position: 50% 0%;
  background-size: cover;
}

.finalists-section.ort {
  display: block;
}

.finalists-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.finalists-wrapper.anchor-data-feed {
  width: 100%;
  max-width: 1104px;
}

.finalists-wrapper.anchor-data-feed.winner-collection {
  padding-top: 0px;
}

.finalists-wrapper.anchor-data-feed.winners-wrapper {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.finalists-wrapper.anchor-data-feed.support-list-finalist {
  display: -ms-grid;
  display: grid;
  padding-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.finalist-card-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 24px 40px 24px 24px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 10px 40px 0 hsla(0, 0%, 51.4%, 0.15);
}

.finalist-image-wrapper {
  position: relative;
  width: 300px;
  height: 300px;
  min-width: 300px;
  border-radius: 15px;
}

.finalist-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.finalist-orgname-city-state {
  margin-right: 4px;
  margin-left: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: canada-type-gibson, sans-serif;
  color: #9e8ac1;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.finaslit-title {
  margin-top: 24px;
  border-radius: 16px;
  font-family: canada-type-gibson, sans-serif;
  color: #3c1583;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}

.finalist-description {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: canada-type-gibson, sans-serif;
  color: #838383;
  font-size: 18px;
  line-height: 28px;
}

.link-2 {
  display: block;
  margin-top: auto;
  font-family: canada-type-gibson, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.org-name-city-state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.combined-video-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 848px;
  height: 498px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 10px 40px 0 hsla(0, 0%, 51.4%, 0.15);
}

.combined-video {
  width: 800px;
  height: 450px;
  border-radius: 15px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.video {
  border: 1px none #000;
  border-radius: 15px;
}

.finalist-details-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  margin-top: 200px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.finalist-details-section.ort {
  display: block;
}

.back-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-3 {
  margin-left: 16px;
  font-family: canada-type-gibson, sans-serif;
  color: #6b57ff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  text-decoration: underline;
}

.finalist-image {
  width: 300px;
  height: 300px;
  min-width: 300px;
  border-radius: 15px;
  background-image: url('../images/finalist-image-example.png');
  background-position: 50% 50%;
  background-size: cover;
}

.purpure-bg-wrapper {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: rgba(60, 21, 131, 0.5);
}

.html-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6b57ff;
}

.orgname-citystate-website-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}

.text-block-6 {
  margin-right: -7px;
  padding-right: 0px;
  font-family: canada-type-gibson, sans-serif;
  color: #9e8ac1;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.text-block-6.divider {
  margin-right: 8px;
  margin-left: 8px;
  padding-left: 8px;
}

.text-block-6.website-link {
  padding-right: 0px;
  padding-left: 0px;
  color: #6b57ff;
  text-decoration: underline;
}

.finalist-video-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
}

.finalist-video-wrapper.no-video {
  height: 32px;
  margin-top: 24px;
}

.rich-text-block-2 {
  font-family: canada-type-gibson, sans-serif;
  color: #8a8a8a;
  font-size: 18px;
  line-height: 32px;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.image-13 {
  width: 100%;
  height: 100%;
}

.div-block-3 {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-image: url('../images/play-video-button-bg.png'), url('../images/SDA-finalists2.png');
  background-position: 50% 50%, 0px 0px;
  background-size: auto, cover;
}

.security-link-block {
  margin-bottom: 16px;
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.security-footer-logo {
  margin-bottom: 8px;
}

.text-block-41 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.security-logo {
  margin-bottom: 29px;
}

.text-field {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.passwor-button {
  padding: 15px 30px;
  border-radius: 30px;
  background-color: #6b57ff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: canada-type-gibson, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.passwor-button:hover {
  background-color: #9d7dff;
}

.passwor-button.margin {
  margin-top: 40px;
  font-weight: 500;
}

.passwor-button.button-lastcard-register {
  opacity: 0;
  -webkit-transition: opacity 300ms ease, background-color 200ms ease;
  transition: opacity 300ms ease, background-color 200ms ease;
}

.bold-text-15 {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 500;
}

.video-2 {
  margin-top: 24px;
  border-radius: 0px;
}

.previous-next-finalists-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.previous-finalist-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: auto;
  padding: 32px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 7px 7px 40px 20px hsla(0, 0%, 51.4%, 0.15);
}

.organization-name-pn {
  font-family: canada-type-gibson, sans-serif;
  color: #838383;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
}

.solution-title-pn {
  margin-top: 6px;
  margin-bottom: 24px;
  font-family: canada-type-gibson, sans-serif;
  color: #3c1583;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}

.link-pn {
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  font-family: canada-type-gibson, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.link-pn._8 {
  margin-right: 0px;
}

.link-block-4 {
  display: none;
}

.link-block-5 {
  display: none;
}

.right-awardees-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: auto;
  height: 100%;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.right-awardees-block.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-8 {
  position: relative;
  display: block;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.anchor-put-links-in-here {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.anchor-link-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  margin-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #c0b9dd;
  opacity: 1;
  color: #c0b9dd;
}

.anchor-link-button:hover {
  border: 1px solid #9d7dff;
  background-color: transparent;
}

.anchor-link-button.active-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #9d7dff;
  background-color: #361d7e;
  box-shadow: none;
}

.text-block-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 0px;
  height: 0px;
}

.anchor-hidden-link-info {
  display: none;
  width: auto;
}

.anchor-link-button-2 {
  width: 8px;
  height: 8px;
  margin-bottom: 16px;
  border-radius: 20px;
  background-color: rgba(22, 32, 52, 0.54);
}

.anchor-link-button-2:hover {
  background-color: #162034;
}

.text-block-42 {
  display: none;
}

.div-block-9 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 16px;
  height: 16px;
  min-height: 16px;
  min-width: 16px;
  border-radius: 100px;
  background-color: #c0b9dd;
  box-shadow: 0 1px 14px 2px hsla(0, 0%, 56.9%, 0.27);
}

.div-block-9.active {
  background-color: #3c1583;
  box-shadow: 0 1px 14px 2px hsla(0, 0%, 56.9%, 0.27);
}

.div-block-9.change-color {
  background-color: #3c1583;
  box-shadow: 0 1px 14px 2px hsla(0, 0%, 56.9%, 0.27);
}

.slider-dot-1 {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #c0b9dd;
}

.slider-dot-2 {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #361d7e;
}

.collection-list-wrapper {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.collection-list-wrapper.winners-cms {
  margin-left: auto;
}

.collection-list-wrapper.hide {
  display: none;
}

.finalist-ca {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 36px;
  padding-bottom: 36px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.finalsit-card-content {
  padding-top: 36px;
  padding-bottom: 36px;
}

.finalsit-card-content.support-list-finalist {
  padding-top: 0px;
  padding-bottom: 0px;
}

.finalist-content-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100vw;
  height: 250px;
  background-image: url('../images/finalists-content-bg.png');
  background-position: 50% 5%;
  background-size: auto;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-icon-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6b57ff;
}

.previous-icon-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6b57ff;
}

.finalists-header-spacer {
  position: relative;
}

.winner-content-title {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.winner-content-title.second-subtitle {
  margin-top: 80px;
}

.winner-badge-wrapper {
  position: absolute;
  left: 0%;
  top: 50px;
  right: auto;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 32px;
  margin-left: -40px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#7062d7), to(#6b57ff));
  background-image: linear-gradient(90deg, #7062d7, #6b57ff);
  box-shadow: 0 10px 40px 0 rgba(107, 87, 255, 0.3), 0 6px 10px 0 rgba(28, 28, 28, 0.2);
}

.winner-badge-wrapper.winner-details-page {
  position: relative;
  top: 0px;
  margin-top: 0px;
  margin-left: 0px;
}

.winner-badge-wrapper.winner-details-page.no-video {
  top: 0px;
  margin-top: 0px;
  margin-left: 0px;
}

.winner-card-content {
  position: relative;
}

.text-block-43 {
  color: #fff;
}

.bold-text-16 {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.get-involved-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  height: 85vh;
  margin-left: 50px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 16px;
  background-color: #361d7e;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-11.support-list-finalist {
  position: relative;
  margin-top: 100px;
}

.text-block-44 {
  color: #fff;
  font-size: 40px;
  line-height: 48px;
}

.bold-text-17 {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
}

.meet-a-banner-wrapper {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 50px;
  max-width: 1200px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #6b57ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7062d7), to(#6b57ff));
  background-image: linear-gradient(180deg, #7062d7, #6b57ff);
  box-shadow: 0 10px 40px 0 rgba(107, 87, 255, 0.3);
}

.link-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #6b57ff;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .hero {
    min-height: 88vh;
  }

  .hero.interiors {
    min-height: 80vh;
  }

  .hero.interiors.eval {
    min-height: 70vh;
  }

  .hero.interiors.timline {
    min-height: 90vh;
  }

  .hero.interiors.about {
    min-height: 90vh;
  }

  .hero.home {
    min-height: 91vh;
  }

  .nav-button {
    display: none;
  }

  .nav-button.button-header-register {
    display: block;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
    padding: 5px;
  }

  .header-menu {
    display: none;
    overflow: auto;
    height: 93vh;
  }

  .utility-page-wrap {
    min-height: 0px;
    margin-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .circles {
    display: none;
  }

  .footer-wrapper {
    position: static;
    margin-top: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-menu-wrapper {
    margin-bottom: 30px;
  }

  .footer-item {
    font-size: 16px;
  }

  .competition-by {
    margin-bottom: 30px;
  }

  .footer-nav-right {
    margin-top: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer-nav-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-wrapper {
    left: auto;
    right: auto;
    overflow: visible;
    min-height: auto;
    margin-top: 172px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-wrapper.medium {
    left: 0px;
    min-height: 70vh;
  }

  .hero-wrapper.medium.evaluation {
    min-height: 55vh;
    margin-top: 124px;
  }

  .hero-wrapper.tsr {
    margin-top: 281px;
  }

  .hero-wrapper.about {
    top: 113px;
  }

  .hero-wrapper.finalists {
    top: 113px;
  }

  .hero-wrapper.finalists.more {
    top: 110px;
    height: 570px;
    margin-top: 160px;
  }

  .content {
    top: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-bottom: 29px;
    margin-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .content._300 {
    left: auto;
    top: 187px;
    right: auto;
    width: 80%;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .content._300.secondar-header {
    top: -15px;
  }

  .content._300.secondar-header.centered {
    margin-left: 0vw;
  }

  .content._300.about-header-content {
    top: 61px;
    height: auto;
    margin-left: 0vw;
  }

  .content._300.about-header-content.finalists {
    margin-top: 240px;
  }

  .content._500 {
    width: 80%;
  }

  .content._500.timeline-hero-content {
    top: 105px;
  }

  .content._500.tsr-hero-content {
    margin-bottom: 91px;
  }

  .content._400 {
    width: 80%;
  }

  .content._400.eval-hero-content {
    top: 215px;
  }

  .hero-title {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-title.large-title {
    margin-bottom: 12px;
    font-size: 60px;
    text-align: center;
  }

  .wallpaper {
    position: absolute;
    top: -271px;
    right: auto;
    max-width: 110%;
  }

  .wallpaper.timeline-hero {
    top: -97px;
  }

  .wallpaper.tsr-hero {
    top: -171px;
    max-width: 120%;
  }

  .wallpaper.evaluation-hero {
    top: -30px;
  }

  .wallpaper.home-hero {
    top: -181px;
  }

  .wallpaper.about {
    top: -325px;
    max-width: 90%;
    min-height: auto;
  }

  .wallpaper.finalists {
    top: -200px;
    width: auto;
    height: auto;
    max-width: 90%;
    min-height: auto;
  }

  .vertical-social {
    left: 30px;
    max-width: none;
  }

  .vertical-social.interior {
    display: none;
  }

  .social-wrapper {
    margin-left: 1%;
  }

  .facts-grid {
    width: 90%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .subtitle {
    max-width: none;
    font-size: 26px;
    text-align: center;
  }

  .subtitle.centered {
    text-align: left;
  }

  .facts {
    width: 100%;
  }

  .fact-box {
    height: 220px;
    min-height: 200px;
    margin: 30px;
    padding: 40px;
  }

  .slider {
    display: none;
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .slider.mobile {
    display: block;
  }

  .challenge {
    margin-top: 299px;
  }

  .bottom-curve {
    height: 50px;
    margin-bottom: 50px;
  }

  .content-title {
    font-size: 30px;
    line-height: 40px;
  }

  .content-title.light {
    font-weight: 500;
  }

  .content-title.dark {
    width: 70%;
    margin-bottom: 10px;
    line-height: 50px;
    font-weight: 500;
    text-align: left;
  }

  .details {
    width: 90%;
    margin-bottom: 30px;
  }

  .stepscontainer {
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-wrap {
    margin-bottom: 40px;
  }

  .mask {
    width: auto;
    margin-left: 0px;
  }

  .title {
    margin-bottom: 20px;
    font-size: 8vw;
  }

  .process-slider {
    width: 90vw;
  }

  .illustration {
    height: 250px;
  }

  .illustration._1 {
    background-size: auto 250px;
  }

  .illustration._2 {
    background-size: auto 250px;
  }

  .illustration._3 {
    background-size: auto 250px;
  }

  .illustration._4 {
    background-size: auto 250px;
  }

  .illustration._5 {
    background-size: auto 250px;
  }

  .description {
    width: 100%;
  }

  .spotlight-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .judge-box {
    width: 40vw;
  }

  .header {
    width: 90%;
  }

  .popup-wrap {
    width: 90%;
    height: 90%;
  }

  .judge-cover {
    height: 300px;
  }

  .donor-box {
    width: 40vw;
  }

  .donors-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .left-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-top: 100px;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-title {
    font-size: 42px;
    line-height: 40px;
    font-weight: 500;
  }

  .footer-wrap {
    position: static;
    margin-top: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .large-title {
    font-size: 30px;
    line-height: 40px;
  }

  .rich-text-block {
    margin-top: 60px;
  }

  .quote-block.sidebar.left {
    position: static;
    width: 90%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .quote {
    width: 100%;
  }

  .timeline-container {
    overflow: hidden;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .timeline-slider {
    overflow: hidden;
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
  }

  .timeline-content {
    width: 100%;
  }

  .timeline {
    min-height: 70vh;
  }

  .timeline-column {
    margin-bottom: 50px;
  }

  .period {
    margin-right: 0px;
  }

  .timeline-heading {
    margin-top: 50px;
  }

  .timeline-period {
    position: static;
    margin-top: 30px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .highlight-subtitle {
    font-size: 18px;
  }

  .slide-wrap {
    height: 540px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .slide-cover {
    width: 100%;
  }

  .slide-cover._1 {
    width: 100%;
    height: 470px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-position: 50% 0%;
  }

  .right-slider-arrow {
    position: relative;
    top: -24px;
    right: -116px;
    height: 50px;
  }

  .slide-content {
    width: 100%;
    height: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    text-align: center;
  }

  .news-slider {
    height: 640px;
    margin-bottom: 60px;
  }

  .slide-nav-dots {
    top: 551px;
    bottom: 0px;
  }

  .result-wrapper {
    width: 90%;
  }

  .left-slider-arrow {
    position: relative;
    left: -120px;
    top: 24px;
    width: 50px;
    height: 50px;
  }

  .results-collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .article-cms {
    margin-right: 20px;
    margin-bottom: 50px;
    margin-left: 20px;
  }

  .article-title {
    font-size: 25px;
  }

  .article-container {
    width: 90%;
    height: 95%;
  }

  .article-wrap {
    margin-top: 50px;
  }

  .article {
    display: none;
  }

  .subtitle-light {
    font-size: 18px;
  }

  .slide-nav {
    top: 235px;
    bottom: -70px;
  }

  .footer-subtitle {
    max-width: none;
    font-size: 18px;
  }

  .mask-2 {
    height: 280px;
  }

  .sdc-news-section {
    padding-right: 2%;
    padding-left: 2%;
  }

  .detail-news-img {
    border-radius: 10px;
  }

  .news-detail-close {
    left: auto;
    top: auto;
    right: 42%;
    bottom: 0%;
  }

  .score-entry {
    width: 85%;
  }

  .tsr-slider.slider {
    width: 78%;
    height: 20px;
    max-width: none;
  }

  .slider-tick.slider-tick-05 {
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .slider-tick.slider-tick-06 {
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .mask-3 {
    height: 540px;
  }

  .sda-judge-detail-header {
    top: -99px;
  }

  .sdc-judge-content-div {
    top: 297px;
  }

  .text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .nav-button.button-sidebar-register {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    opacity: 1;
    text-decoration: none;
  }

  .bold-text-2 {
    font-size: 50px;
    line-height: 60px;
  }

  .bold-text-3 {
    font-weight: 400;
    text-align: center;
  }

  .about-grid-parent {
    padding-right: 2%;
    padding-left: 2%;
  }

  .about-3col-grid.right {
    margin-left: 0px;
  }

  .about-3col-grid.left {
    padding-right: 0px;
  }

  .grid-content-block {
    width: 30%;
  }

  .grid-content-block.leftpadding {
    width: 90%;
  }

  .fairness-images-parent {
    padding-right: 3%;
    padding-left: 3%;
  }

  .erp-smallheader {
    color: #9d7dff;
  }

  .nav-button-2 {
    display: none;
  }

  .nav-button-2.button-sidebar-register {
    display: inline-block;
    width: auto;
    margin-right: 0px;
    margin-left: 40px;
    opacity: 1;
  }

  .header-menu-2 {
    display: block;
  }

  .social-drop {
    display: none;
  }

  .menu-toggle-2 {
    width: 40px;
    height: 40px;
  }

  .erp-h1 {
    color: #361d7e;
  }

  .fade {
    display: none;
  }

  .erp-webinar {
    padding-right: 3%;
    padding-left: 3%;
  }

  .erp-tips {
    padding-left: 3%;
  }

  .text-block-5 {
    font-size: 22px;
    line-height: 28px;
  }

  .meet-f-banner-wrapper {
    height: 70px;
    padding-right: 54px;
    padding-left: 24px;
    border-radius: 16px;
  }

  .finalists-section {
    margin-top: 40px;
  }

  .finalists-wrapper {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .finalists-wrapper.anchor-data-feed {
    width: auto;
  }

  .finalist-card-wrapper {
    padding-right: 24px;
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .finalist-image-wrapper {
    width: 100%;
    height: 300px;
    min-width: 0px;
  }

  .finalist-text {
    margin-top: 24px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .finaslit-title {
    font-size: 32px;
    line-height: 40px;
  }

  .combined-video-wrapper {
    width: 600px;
    height: 468px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .combined-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 552px;
    height: 420px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .finalist-image {
    width: 100%;
    height: 100%;
  }

  .purpure-bg-wrapper {
    height: 100%;
    min-width: 350px;
  }

  .finalist-video-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-3 {
    border-radius: 15px;
  }

  .video-2 {
    margin-top: 24px;
  }

  .link-pn {
    margin-top: 0px;
    margin-left: 0px;
  }

  .link-block-4 {
    display: none;
  }

  .link-block-5 {
    display: none;
  }

  .right-awardees-block {
    display: none;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .next-icon-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6b57ff;
  }

  .previous-icon-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6b57ff;
  }

  .winner-badge-wrapper.winner-details-page {
    position: relative;
    top: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .get-involved-wrapper {
    height: 70vh;
    margin-left: 36px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .bold-text-17 {
    font-size: 36px;
    line-height: 40px;
  }

  .meet-a-banner-wrapper {
    height: 70px;
    padding-right: 54px;
    padding-left: 24px;
    border-radius: 16px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    position: relative;
    min-height: 80vh;
  }

  .hero.short.secondary-header {
    min-height: 40vh;
  }

  .hero.interiors {
    min-height: 65vh;
  }

  .hero.interiors.timline {
    min-height: 80vh;
  }

  .hero.interiors.about {
    height: auto;
  }

  .hero.home {
    min-height: 76vh;
  }

  .header-nav {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .brand.w--current {
    -webkit-transform: translate(-48px, 0px) scale(0.6);
    -ms-transform: translate(-48px, 0px) scale(0.6);
    transform: translate(-48px, 0px) scale(0.6);
  }

  .nav-button.button-header-register {
    display: none;
  }

  .header-menu {
    left: 0px;
    top: -30px;
    right: 0px;
    display: none;
    width: 100%;
    height: 100vh;
    max-width: none;
    min-width: auto;
    border-radius: 0px;
  }

  .footer-menu-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .copyright {
    text-align: center;
  }

  .hero-wrapper {
    margin-top: 113px;
  }

  .hero-wrapper.finalists.more {
    height: 550px;
    margin-top: 0px;
  }

  .content {
    top: 59px;
    width: 90%;
  }

  .content._300.secondar-header {
    top: 58px;
  }

  .content._300.secondar-header.wide-title {
    width: 560px;
    margin-bottom: 142px;
  }

  .content._300.secondar-header.centered {
    margin-top: 9px;
  }

  .content._300.about-header-content {
    top: -1px;
  }

  .content._300.about-header-content.finalists {
    margin-top: 330px;
  }

  .content._500 {
    width: 90%;
  }

  .content._500.timeline-hero-content {
    top: 111px;
    margin-top: 197px;
    margin-bottom: 15px;
  }

  .content._500.tsr-hero-content {
    top: 81px;
  }

  .content._400 {
    width: 90%;
  }

  .hero-title {
    line-height: 23px;
  }

  .hero-title.large-title {
    margin-bottom: 8px;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
  }

  .wallpaper {
    top: -192px;
    max-width: 120%;
  }

  .wallpaper.timeline-hero {
    top: -86px;
    max-width: 110%;
  }

  .wallpaper.tsr-hero {
    top: -87px;
    max-width: 100%;
  }

  .wallpaper.home-hero {
    top: -104px;
  }

  .wallpaper.about {
    top: -281px;
  }

  .wallpaper.finalists {
    position: absolute;
    top: -50px;
    width: auto;
    height: auto;
  }

  .vertical-social {
    left: 20px;
    right: auto;
    bottom: 60px;
  }

  .social-wrapper {
    display: none;
  }

  .fact-heading {
    margin-bottom: 3px;
  }

  .subtitle {
    font-size: 26px;
  }

  .fact-box {
    margin-bottom: 0px;
  }

  .challenge {
    margin-top: 217px;
  }

  .content-title.light {
    font-size: 32px;
    font-weight: 500;
  }

  .content-title.dark {
    font-size: 32px;
    line-height: 40px;
  }

  .stepscontainer {
    overflow: hidden;
  }

  .judge-box {
    width: 40vw;
  }

  .judge-name {
    margin-bottom: 11px;
    font-size: 20px;
    line-height: 20px;
  }

  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .popup-wrap {
    padding: 20px;
  }

  .donor-box {
    width: 90vw;
  }

  .donor-name {
    font-size: 20px;
  }

  .left-box {
    width: 90%;
    margin-top: 27px;
  }

  .footer-wrap {
    margin-top: 88px;
  }

  .rich-text-block {
    margin-top: 0px;
  }

  .quote-block.sidebar.left {
    margin-top: 30px;
  }

  .timeline-container {
    overflow: hidden;
  }

  .result-wrapper {
    margin-top: 153px;
  }

  .results-collection-list {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-wrap {
    width: 90%;
  }

  .footer-image {
    max-width: 90%;
  }

  .slide-nav {
    bottom: -54px;
  }

  .tsr-slider.slider {
    width: 96%;
  }

  .slider-ticks {
    width: 96%;
  }

  .slider-anchor.slider-anchor-low {
    left: 5px;
    top: 70px;
    right: auto;
  }

  .slider-anchor.slider-anchor-high {
    left: auto;
    top: 70px;
    right: 5px;
  }

  .faq-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .sdc-judge-content-div {
    padding-right: 3%;
    padding-left: 3%;
  }

  .sda-jd-judgegroup-photo {
    margin-right: 20px;
  }

  .nav-button.button-sidebar-register {
    margin-top: 15px;
  }

  .link-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bold-text {
    font-size: 32px;
  }

  .bold-text-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .about-grid-parent._4square {
    margin-bottom: 0px;
  }

  .about-grid-parent.nobottompadding {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-3col-grid.left {
    display: -ms-grid;
    display: grid;
    margin-bottom: 13px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-content-block {
    width: 40%;
  }

  .grid-content-block.leftpadding {
    width: 100%;
  }

  .grid-paragraph {
    margin-bottom: 0px;
  }

  .grid-icon {
    width: 110px;
    height: 110px;
  }

  .erp-container {
    display: block;
  }

  .erp-tips-heading {
    margin-top: 14px;
  }

  .image-12 {
    width: 180px;
  }

  .nav-button-2.button-header-register {
    display: none;
  }

  .nav-button-2.button-sidebar-register {
    display: inline-block;
  }

  .header-menu-2 {
    display: block;
    overflow: scroll;
    height: 96vh;
  }

  .erp-chrome-icon {
    max-width: 11%;
  }

  .menu-spacer {
    margin-bottom: 0px;
  }

  .fade {
    width: 110px;
  }

  .faq-wrapper-2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .text-block-5 {
    font-size: 18px;
    line-height: 28px;
  }

  .meet-f-banner-wrapper {
    height: 70px;
    padding-right: 54px;
    padding-left: 20px;
    border-radius: 16px;
  }

  .finalists-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .finalists-wrapper.anchor-data-feed.winners-wrapper {
    padding-top: 0px;
  }

  .finalist-text {
    margin-top: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .combined-video-wrapper {
    width: 90%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .combined-video {
    width: 100%;
  }

  .video {
    width: 100%;
  }

  .purpure-bg-wrapper {
    height: 100%;
    min-width: 300px;
  }

  .orgname-citystate-website-wrapper {
    margin-top: 40px;
  }

  .finalist-video-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .video-2 {
    margin-top: 16px;
  }

  .previous-next-finalists-wrapper {
    margin-top: 70px;
  }

  .previous-finalist-wrapper {
    height: 100px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .organization-name-pn {
    display: none;
  }

  .solution-title-pn {
    display: none;
  }

  .link-pn {
    display: none;
  }

  .html-embed-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .html-embed-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .div-block-10 {
    display: none;
  }

  .next-icon-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .previous-icon-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .winner-content-title.second-subtitle {
    width: 100%;
  }

  .winner-badge-wrapper {
    margin-left: 0px;
  }

  .winner-badge-wrapper.winner-details-page {
    position: relative;
    top: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .get-involved-wrapper {
    width: 100%;
    height: 50vh;
    margin-top: 50px;
    margin-left: 0px;
  }

  .div-block-11.support-list-finalist {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .meet-a-banner-wrapper {
    height: 70px;
    padding-right: 54px;
    padding-left: 20px;
    border-radius: 16px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }

  li {
    font-size: 16px;
  }

  .hero {
    min-height: auto;
  }

  .hero.short.secondary-header {
    min-height: 30vh;
  }

  .hero.interiors {
    height: 45vh;
    min-height: 10vh;
  }

  .hero.interiors.eval {
    height: 43vh;
    min-height: 0vh;
  }

  .hero.interiors.tsr {
    height: 60vh;
  }

  .hero.interiors.timline {
    min-height: 60vh;
  }

  .hero.interiors.about {
    height: auto;
    min-height: 60vh;
  }

  .hero.home {
    overflow: hidden;
    min-height: auto;
  }

  .header-nav {
    margin-top: 8px;
  }

  .brand.w--current {
    -webkit-transform: translate(-48px, 0px) scale(0.6);
    -ms-transform: translate(-48px, 0px) scale(0.6);
    transform: translate(-48px, 0px) scale(0.6);
  }

  .header-menu {
    top: -8px;
    border-radius: 0px;
  }

  .heading {
    font-size: 4em;
  }

  .footer-wrapper {
    margin-bottom: 150px;
  }

  .footer-menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link {
    width: auto;
  }

  .hero-wrapper {
    margin-top: 174px;
  }

  .hero-wrapper.short {
    min-height: 20vh;
    margin-top: -1px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-wrapper.short.terms {
    margin-top: 76px;
  }

  .hero-wrapper.short.monitor {
    margin-top: 88px;
  }

  .hero-wrapper.medium.evaluation {
    min-height: 0vh;
    margin-top: 0px;
  }

  .hero-wrapper.home-hero {
    height: 75vh;
    min-height: auto;
    margin-top: 0px;
  }

  .hero-wrapper.tsr {
    margin-top: 231px;
  }

  .hero-wrapper.about {
    top: 0px;
    margin-top: 0px;
  }

  .hero-wrapper.finalists {
    top: 0px;
    margin-top: 0px;
  }

  .hero-wrapper.finalists.more {
    top: 0px;
    height: auto;
    margin-top: 24px;
  }

  .content {
    top: 87px;
    width: 96%;
    margin-bottom: 0px;
  }

  .content._300 {
    top: 166px;
  }

  .content._300.secondar-header {
    top: -9px;
  }

  .content._300.secondar-header.wide-title {
    width: 310px;
    margin-bottom: 0px;
  }

  .content._300.about-header-content {
    top: 212px;
  }

  .content._300.about-header-content.finalists {
    top: 0px;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .content._500.timeline-hero-content {
    margin-top: 186px;
    margin-bottom: 56px;
  }

  .content._500.tsr-hero-content {
    margin-top: 130px;
    margin-bottom: 11px;
  }

  .content._400.eval-hero-content {
    top: 126px;
  }

  .hero-title.large-title {
    font-size: 34px;
  }

  .wallpaper {
    position: relative;
    top: -224px;
    max-width: 100%;
  }

  .wallpaper.timeline-hero {
    top: -279px;
    max-width: 100%;
  }

  .wallpaper.tsr-hero {
    top: -292px;
  }

  .wallpaper.orgread-hero {
    top: -279px;
  }

  .wallpaper.evaluation-hero {
    top: -196px;
  }

  .wallpaper.home-hero {
    top: -396px;
    max-width: 130%;
  }

  .wallpaper.about {
    top: -121px;
  }

  .wallpaper.finalists {
    position: relative;
    top: 50px;
    width: auto;
    height: auto;
  }

  .social-wrapper {
    display: none;
  }

  .fact-heading {
    font-size: 56px;
  }

  .content-wrap-edge {
    margin-bottom: 0px;
  }

  .subtitle {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
  }

  .facts {
    margin-bottom: 30px;
  }

  .fact-description {
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 500;
  }

  .fact-box {
    height: 290px;
    padding: 46px 25px 25px;
  }

  .fact-box.no-stat {
    padding-top: 20px;
  }

  .challenge {
    margin-top: 69px;
  }

  .bottom-curve {
    height: 25px;
  }

  .content-title.light {
    font-size: 26px;
    font-weight: 500;
  }

  .content-title.dark {
    width: 90%;
    font-size: 26px;
    line-height: 30px;
  }

  .details {
    margin-bottom: 60px;
  }

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

  .illustration {
    height: 130px;
  }

  .illustration._1 {
    background-size: auto 130px;
  }

  .illustration._2 {
    background-size: auto 130px;
  }

  .illustration._3 {
    background-size: auto 130px;
  }

  .illustration._4 {
    background-size: auto 130px;
  }

  .illustration._5 {
    background-position: 50% 100%;
    background-size: auto 130px;
  }

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

  .caption {
    margin-top: 30px;
  }

  .judge-info {
    height: auto;
  }

  .spotlight-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .judge-box {
    width: 90vw;
  }

  .judges-container {
    margin-bottom: 100px;
  }

  .judges-spotlight {
    margin-bottom: 50px;
  }

  .top-curve-2 {
    height: 50px;
  }

  .bottom-curve-2 {
    height: 60px;
  }

  .donor-box {
    width: 90vw;
  }

  .donors-grid {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer {
    min-height: auto;
  }

  .footer-content {
    margin-top: 21px;
  }

  .left-box {
    margin-top: 27px;
  }

  .footer-title {
    font-size: 30px;
  }

  .footer-wrap {
    margin-top: 60px;
    margin-bottom: 33px;
  }

  .rich-text-block {
    margin-top: 0px;
  }

  .timeline-slider {
    width: 90vw;
  }

  .timeline-period {
    font-size: 16px;
  }

  .highlight {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .highlight-subtitle {
    margin-top: 30px;
  }

  .slide-wrap {
    height: 450px;
  }

  .slide-cover._1 {
    height: 390px;
  }

  .slide-content {
    height: 70%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .news-slider {
    height: 610px;
    margin-bottom: 0px;
  }

  .slide-nav-dots {
    top: 402px;
  }

  .slide-heading {
    font-size: 22px;
  }

  .result-wrapper {
    margin-top: 111px;
  }

  .slide-nav {
    bottom: -46px;
  }

  .mask-2 {
    height: 440px;
  }

  .sdc-news-section {
    padding-right: 2%;
    padding-left: 2%;
  }

  .sdc-news-detail-div {
    margin-top: 25px;
    padding-top: 1px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 42px;
  }

  .detail-news-img {
    border-radius: 10px;
  }

  .news-detail-close {
    top: auto;
    right: 36%;
    bottom: 0%;
    width: 50px;
    height: 50px;
  }

  .accordion-trigger {
    padding-right: 12px;
    padding-left: 12px;
  }

  .faq-wrapper {
    padding-top: 28px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .padding {
    padding-right: 12px;
    padding-left: 12px;
  }

  .faq-answer {
    font-size: 16px;
    line-height: 25px;
  }

  .faq-question {
    font-size: 20px;
    line-height: 26px;
  }

  .mask-3 {
    height: 450px;
  }

  .sda-judge-detail-header {
    height: 400px;
  }

  .sdc-judge-content-div {
    top: 213px;
  }

  .bold-text {
    font-size: 26px;
    line-height: 10px;
  }

  .bold-text-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .image-11 {
    -webkit-transform: translate(-44px, 0px) scale(0.7);
    -ms-transform: translate(-44px, 0px) scale(0.7);
    transform: translate(-44px, 0px) scale(0.7);
  }

  .bold-text-5 {
    font-size: 20px;
    line-height: 23px;
  }

  .bold-text-7 {
    font-weight: 400;
  }

  .news-item-hero-parent {
    height: 300px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .about-grid-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-grid-parent._4square {
    margin-bottom: -10px;
  }

  .grid-content-block {
    width: 60%;
  }

  .grid-content-block.leftpadding {
    width: 100%;
    margin-left: 0px;
  }

  .grid-icon {
    width: 70px;
    height: 70px;
  }

  .fairness-images-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .erp-header {
    padding-right: 5%;
    padding-left: 5%;
  }

  .accordion-trigger-2 {
    padding: 10px;
  }

  .erp-tips-heading {
    margin-top: 10px;
  }

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

  .header-menu-2 {
    position: fixed;
    top: 0px;
    display: none;
    overflow: scroll;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    padding-top: 51px;
    padding-right: 20px;
    padding-left: 8px;
    border-radius: 0px;
  }

  .erp-tips-col1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .dropdown-toggle-2 {
    padding-left: 0px;
  }

  .menu-button-2 {
    padding-left: 6px;
  }

  .menu {
    margin-top: 18px;
  }

  .erp-chrome-icon {
    max-width: 19%;
  }

  .brand-2.w--current {
    width: 220px;
  }

  .faq-header {
    font-size: 18px;
    line-height: 27px;
  }

  .fade {
    width: 100px;
  }

  .erp-webinar {
    padding-right: 5%;
    padding-left: 5%;
  }

  .erp-content-wrap {
    min-width: auto;
  }

  .text-block-5 {
    font-size: 14px;
    line-height: 18px;
  }

  .html-embed {
    right: 10px;
  }

  .meet-f-banner-wrapper {
    width: 100%;
    height: 53px;
    margin-top: 0px;
    padding-left: 16px;
    border-radius: 0px 0px 16px 16px;
  }

  .finalists-wrapper {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .finalist-card-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .finalist-image-wrapper {
    height: 180px;
  }

  .finalist-text {
    margin-top: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .finalist-orgname-city-state {
    margin-top: 0px;
  }

  .finalist-orgname-city-state.separator {
    display: none;
  }

  .finalist-orgname-city-state._8px {
    margin-top: 8px;
  }

  .finaslit-title {
    font-size: 24px;
    line-height: 32px;
  }

  .finalist-description {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .org-name-city-state {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .combined-video-wrapper {
    width: 90%;
    height: 228px;
    max-height: 280px;
    padding: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .combined-video {
    width: 100%;
    height: 180px;
    min-height: 220px;
  }

  .finalist-details-section {
    margin-top: 150px;
  }

  .finalist-image {
    height: 100%;
    max-height: none;
    min-height: 0px;
    min-width: 0px;
    background-size: cover;
  }

  .purpure-bg-wrapper {
    height: 100%;
    min-width: 0px;
  }

  .orgname-citystate-website-wrapper {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-6 {
    margin-top: 8px;
  }

  .text-block-6.divider {
    display: none;
  }

  .text-block-6.website-link {
    margin-top: 8px;
    margin-left: 0px;
  }

  .finalist-video-wrapper {
    margin-top: 16px;
  }

  .lightbox-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .video-2 {
    margin-top: 16px;
  }

  .previous-next-finalists-wrapper {
    margin-top: 50px;
  }

  .finalist-content-bg {
    display: none;
  }

  .winner-content-title.second-subtitle {
    width: 100%;
  }

  .winner-badge-wrapper {
    top: 36px;
  }

  .winner-badge-wrapper.winner-details-page {
    position: relative;
    top: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .get-involved-wrapper {
    height: 360px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .div-block-11.support-list-finalist {
    margin-top: 36px;
  }

  .text-block-44 {
    font-size: 36px;
    line-height: 40px;
  }

  .meet-a-banner-wrapper {
    width: 100%;
    height: 53px;
    margin-top: 0px;
    padding-left: 16px;
    border-radius: 0px 0px 16px 16px;
  }
}

#w-node-f226aca6-e1a1-135a-cb2f-66fd13201975-97d66afd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6a7ac644-cedf-989b-d3f5-8b6dad9d3f5c-97d66afd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_846fa2a8-0037-fd37-2add-46e6a56b4013-97d66afd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_57b7eed8-7ff8-091f-e7c4-7bd4d23963ed-97d66afd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

