.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-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-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  font-size: 80px;
  line-height: 70px;
  font-weight: 700;
}

h2 {
  margin-top: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
}

strong {
  font-weight: bold;
}

.overlay-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  width: 100%;
  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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay-box {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 600px;
  padding-top: 50px;
  padding-bottom: 50px;
  -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: #000;
}

.x {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -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;
  cursor: pointer;
}

.closer {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  border-bottom: 1px solid #c5c5c5;
}

.header {
  position: relative;
  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;
  border-bottom: 1px solid #c5c5c5;
}

.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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: relative;
  z-index: 10;
  width: 100%;
}

.index-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100px;
  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: #d4d4d4;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #000;
  text-decoration: none;
}

.box:hover {
  background-color: #a8a8a8;
}

.index-grid {
  width: 850px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.index-title {
  text-align: center;
}

.header-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  width: 90%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.register-button {
  margin-right: 29px;
  margin-left: 10px;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}

.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;
}

.menu-toggle {
  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;
}

.nav-menu {
  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;
}

.header-menu {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 50px 40px 30px;
  -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;
  background-color: #e4e4e4;
}

.site-navigation {
  margin-top: 0px;
  margin-bottom: 0px;
}

.menu-button {
  width: 100%;
  margin-bottom: 30px;
  background-color: transparent;
  color: #000;
  font-weight: 700;
}

.dropdown {
  width: 100%;
  margin-bottom: 30px;
}

.dropdown-toggle {
  display: block;
  padding-left: 15px;
  font-weight: 700;
}

.dropdown-list {
  height: 80px;
}

.cookies {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  border-bottom: 1px solid #c5c5c5;
}

.cookie-block {
  z-index: 99;
  width: 90%;
  max-width: 800px;
  min-height: 64px;
  padding: 20px;
  -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: 1px;
  border-color: #000;
  border-radius: 10px;
  color: #000;
}

.banner-wrap-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  font-size: 14px;
  letter-spacing: -0.02em;
}

.cookie-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;
}

.cookie {
  width: 22px;
  margin-right: 20px;
}

.button-cookie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  padding: 10px 30px;
  -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: 1px;
  border-color: #bbb;
  border-radius: 7px;
  background-color: #fff;
  opacity: 0.7;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #000;
  text-decoration: none;
}

.button-cookie:hover {
  border-color: #000;
}

.cookie-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  max-width: 600px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 10px 10px 10px 20px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-color: #131313;
}

.cookie-bar-text {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
}

.link {
  color: #fff;
  font-size: 16px;
}

.cookie-buttons {
  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;
}

.cookie-button {
  margin-right: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  color: #000;
}

.dismiss {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  cursor: pointer;
}

.button-circle-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -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: 50%;
  background-color: #36496f;
}

.button-circle-small:hover {
  opacity: 0.75;
}

.button-circle-icon {
  width: 20px;
  height: 20px;
}

.cookie-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 50px 40px 40px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
  background-color: #42a5f5;
}

.cookie-text {
  color: #fff;
}

.cookie-wrapper {
  position: relative;
  width: 90%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.static-menu {
  position: relative;
  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;
  border-bottom: 1px solid #c5c5c5;
}

.menu {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 300px;
  padding: 50px 40px 30px;
  -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;
  background-color: #e4e4e4;
}

.menu-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.wallpaper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.open-button {
  margin-top: 30px;
  padding: 15px 20px;
}

.dynamic-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
  border-bottom: 1px solid #c5c5c5;
}

.gallery-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
  background-image: url('../images/Photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-1 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #758490;
  opacity: 0;
}

.image-2 {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #4c3166;
  opacity: 0;
}

.dynamic-panel {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 300px;
  padding: 50px 40px 30px;
  -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;
  background-color: #e4e4e4;
}

.dynamic-menu-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.chapter-title {
  margin-bottom: 30px;
  opacity: 0.16;
}

.chapter-title.margin {
  margin-bottom: 50px;
}

.content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 800px;
  -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;
}

.title {
  line-height: 50px;
}

.subtitle {
  max-width: 600px;
  margin-top: 20px;
  font-weight: 400;
}

.large-button {
  margin-top: 20px;
  padding: 15px 20px;
  font-size: 20px;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  border-bottom: 1px solid #c5c5c5;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  border-bottom: 1px solid #c5c5c5;
}

.footer-wrapper {
  position: relative;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tag {
  margin-bottom: 10px;
  color: #919191;
}

.social-wrap {
  display: -ms-grid;
  display: grid;
  height: 30px;
  margin-bottom: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-icon {
  width: 30px;
  height: 30px;
}

.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;
}

.competition-by {
  color: #000;
  text-decoration: none;
}

.footer-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-nav {
  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 {
  margin-right: 20px;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.footer-item {
  font-size: 18px;
}

.copyright {
  font-size: 12px;
}

.nav-link {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.nav-link:hover {
  background-color: #c5c5c5;
}

.fullscreen {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  border-bottom: 1px solid #c5c5c5;
}

.navigation-wrapper {
  position: absolute;
  top: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #d6d6d6;
}

.nav-heading-1 {
  position: absolute;
  display: none;
  opacity: 0.1;
  font-size: 20vw;
  text-align: center;
}

.headings-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
}

.nav-heading-2 {
  position: absolute;
  display: none;
  opacity: 0.1;
  font-size: 20vw;
  text-align: center;
}

.nav-heading-3 {
  position: absolute;
  display: none;
  opacity: 0.1;
  font-size: 20vw;
  text-align: center;
}

.nav-heading-4 {
  position: absolute;
  display: none;
  opacity: 0.1;
  font-size: 20vw;
  text-align: center;
}

.nav-heading-5 {
  position: absolute;
  display: none;
  opacity: 0.1;
  font-size: 20vw;
  text-align: center;
}

.nav-heading-6 {
  position: absolute;
  display: none;
  opacity: 0.1;
  font-size: 20vw;
  text-align: center;
}

.nav-heading-7 {
  position: absolute;
  display: none;
  width: 100%;
  opacity: 0.1;
  font-size: 20vw;
  text-align: center;
}

.nav-heading {
  position: absolute;
  opacity: 0.1;
  font-size: 20vw;
  text-align: center;
}

.nav-bar {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.close-nav {
  width: 30px;
  height: 30px;
}

.nav-menu-list {
  z-index: 1;
  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;
}

.nav-menu-item {
  padding: 15px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #000;
}

.nav-menu-item:hover {
  background-color: #8d8d8d;
}

.nav-menu-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20%;
  -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;
}

.dropdown-nav-item {
  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;
}

.content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.social-wrapper {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.mini-nav {
  display: none;
}

.footer-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-heading-8 {
  position: absolute;
  display: none;
  width: 100%;
  opacity: 0.1;
  font-size: 20vw;
  text-align: center;
}

.nav-heading-9 {
  position: absolute;
  display: none;
  width: 100%;
  opacity: 0.1;
  font-size: 20vw;
  text-align: center;
}

.intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  border-bottom: 1px solid #c5c5c5;
}

.photo-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  border-bottom: 1px solid #c5c5c5;
}

.photo-intro-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  min-height: 600px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-wrapper {
  position: absolute;
  left: auto;
  right: 0%;
  width: 50%;
  height: 600px;
  background-color: #e2e2e2;
}

.intro-content {
  position: relative;
  z-index: 1;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.intro-logo {
  position: absolute;
  left: 3%;
  top: auto;
  right: auto;
  bottom: 5%;
}

.scroll-down {
  position: absolute;
  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;
  color: #000;
  text-decoration: none;
}

.scroll {
  font-weight: 700;
}

.scroll-buttons {
  position: fixed;
  left: auto;
  top: auto;
  right: 3%;
  bottom: 5%;
  z-index: 10;
  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;
}

.intro-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  -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;
}

.scroll-arrow {
  max-width: 30px;
}

.scroll-up {
  position: absolute;
  display: 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;
  color: #000;
  text-decoration: none;
}

.facts-grid {
  max-width: 800px;
  margin-top: 50px;
  -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;
}

.fact-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 300px;
  padding: 20px;
  -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;
  background-color: #000;
}

.fact-heading {
  margin-bottom: 30px;
  color: #fff;
}

.fact-description {
  color: #fff;
  font-size: 16px;
}

.fact-close {
  color: #a5a5a5;
}

.twitter-share {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  cursor: pointer;
}

.share-title {
  color: #fff;
}

.twitter-logo {
  margin-right: 10px;
}

.html-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  opacity: 0;
}

.source {
  color: #fff;
  font-size: 16px;
}

.fact-inner {
  position: relative;
  margin-bottom: 30px;
}

.share-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.fact-link {
  color: #fff;
}

.facts-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  border-bottom: 1px solid #c5c5c5;
}

.slider-container {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 40px;
}

.sliding-facts-sec {
  position: relative;
  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;
}

.facts-slider-right-arrow {
  right: -100px;
  height: 50%;
  color: #444;
}

.mask {
  overflow: visible;
}

.slider-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -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: 5px;
  border-color: #c7c7c7;
  border-radius: 100%;
  font-family: Oswald, sans-serif;
  color: #9b9b9b;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.slider {
  width: 400px;
  height: 500px;
  background-color: transparent;
}

.slide-content-wrapper {
  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;
  background-color: #e1e1e1;
}

.slider-left-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  color: #444;
}

.slide-nav {
  display: none;
}

.number-slide {
  position: relative;
  z-index: 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;
  background-color: #e1e1e1;
  cursor: pointer;
}

.cover-slide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  -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;
  background-image: url('../images/img01.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fact-label {
  color: #fff;
  font-weight: 400;
}

.question {
  width: 30px;
  height: 30px;
}

.slide-footer {
  position: absolute;
  left: 3%;
  top: auto;
  right: 3%;
  bottom: 3%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.details-slide {
  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: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #a5a5a5;
}

.fact-source {
  font-weight: 400;
}

.fact-url {
  text-decoration: none;
}

.close {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 0;
}

.question-box {
  position: relative;
  cursor: pointer;
}

.vertical-facts-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  border-bottom: 1px solid #c5c5c5;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cards {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  min-height: 400px;
  -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;
}

.card-2 {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 50px;
  -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;
  background-color: #5da044;
}

.card-1 {
  position: absolute;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 50px;
  -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;
  background-color: #3f5457;
}

.card-3 {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 50px;
  -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;
  background-color: #7c2a2a;
}

.card-4 {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 50px;
  -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;
  background-color: #2a587c;
}

.flipper-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.navigation {
  position: relative;
  margin-left: 50px;
}

.up {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-bottom: 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: #000;
  cursor: pointer;
}

.up-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  width: 100%;
  height: 100%;
}

.up-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.up-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.down {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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: #000;
  cursor: pointer;
}

.down-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  width: 100%;
  height: 100%;
}

.down-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.down-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.nunber {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  -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;
  font-size: 20px;
}

.fact-title {
  margin-top: 0px;
  color: #fff;
}

.fact-paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
}

.card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
}

.card-source {
  color: #fff;
}

.arrow {
  width: 50%;
}

.process-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-bottom: 1px solid #c5c5c5;
}

.process-content {
  width: 90%;
  max-width: 400px;
  margin-right: 100px;
}

.slider-box {
  position: relative;
  overflow: hidden;
  width: 350px;
  min-height: 400px;
  background-color: #000;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.step-1 {
  position: absolute;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
}

.step {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #fff;
}

.process-title {
  margin-bottom: 30px;
  color: #fff;
}

.process-description {
  color: #bbb;
}

.slider-arrow-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-top: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.right-arrow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  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;
  background-color: #000;
  cursor: pointer;
}

.pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 5px;
  margin-left: 5px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
}

._1-4 {
  position: absolute;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
}

.step-2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
}

.step-3 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
}

.step-4 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
}

._2-4 {
  position: absolute;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
}

._3-4 {
  position: absolute;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
}

._4-4 {
  position: absolute;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
}

.right-arrow-1 {
  position: absolute;
  z-index: 3;
  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;
}

.right-arrow-2 {
  position: absolute;
  z-index: 2;
  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;
}

.right-arrow-3 {
  position: absolute;
  z-index: 1;
  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;
}

.left-arrow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  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;
  background-color: #000;
  cursor: pointer;
}

.left-arrow-1 {
  position: absolute;
  z-index: 3;
  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;
}

.left-arrow-2 {
  position: absolute;
  z-index: 2;
  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;
}

.left-arrow-3 {
  position: absolute;
  z-index: 1;
  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;
}

.process-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-bottom: 1px solid #c5c5c5;
}

.cubes-wrapper {
  position: absolute;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-left: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.process-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cube {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  margin-right: 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;
  background-color: #000;
}

.left-1 {
  position: absolute;
  z-index: 3;
  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;
}

.left-2 {
  position: absolute;
  z-index: 2;
  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;
}

.right-1 {
  position: absolute;
  z-index: 3;
  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;
}

.right-2 {
  position: absolute;
  z-index: 2;
  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;
}

.left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  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;
  background-color: #000;
  cursor: pointer;
}

.right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  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;
  background-color: #000;
  cursor: pointer;
}

.right-3 {
  position: absolute;
  z-index: 1;
  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;
}

.left-3 {
  position: absolute;
  z-index: 1;
  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;
}

.slide-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
}

.slide-2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
}

.slide-3 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
}

.slide-4 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
}

.process-info {
  position: relative;
  z-index: 1;
}

.cubes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.process-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.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;
}

.step-title {
  margin-bottom: 10px;
  font-weight: 400;
}

.timeline-heading {
  margin-top: 100px;
}

.giant-heading {
  position: absolute;
  left: 0%;
  right: auto;
  z-index: 0;
  opacity: 0.1;
  font-size: 200px;
}

.mask-2 {
  overflow: visible;
}

.content-section {
  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;
}

.content-section.p5 {
  position: absolute;
  width: 100%;
}

.margin-bottom {
  position: relative;
  z-index: 1;
  margin-bottom: 75px;
}

.slide-navigation {
  display: none;
  font-size: 4px;
  line-height: 1em;
}

.process-slider {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.process-slide-1 {
  margin-right: -30px;
}

.process-panel {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 100%;
  -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;
  background-color: #5e5e5e;
}

.process-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
  -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;
}

.banner-title {
  margin-bottom: 30px;
  color: #fff;
}

.banner-description {
  color: #fff;
}

.slider-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  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;
  background-color: #000;
  cursor: pointer;
}

.slider-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  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;
  background-color: #000;
  cursor: pointer;
}

.slide-arrow-right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
}

.faq-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  border-bottom: 1px solid #c5c5c5;
}

.q-a-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 600px;
  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;
}

.qa-title {
  margin-bottom: 20px;
}

.qa-description {
  margin-bottom: 0px;
}

.faq-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  height: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5%;
  -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: #5e5e5e;
  text-decoration: none;
  cursor: pointer;
}

.answer-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 500px;
  -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: #000;
}

.qa-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
}

.question-title {
  color: #fff;
  font-weight: 400;
}

.faq-close {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  cursor: pointer;
}

.answer-1 {
  position: absolute;
  padding-right: 200px;
  padding-left: 200px;
  color: #fff;
}

.answer-2 {
  position: absolute;
  padding-right: 200px;
  padding-left: 200px;
  color: #fff;
}

.answer-3 {
  position: absolute;
  padding-right: 200px;
  padding-left: 200px;
  color: #fff;
}

.answer-4 {
  position: absolute;
  padding-right: 200px;
  padding-left: 200px;
  color: #fff;
}

.answer-5 {
  position: absolute;
  padding-right: 200px;
  padding-left: 200px;
  color: #fff;
}

.answer-6 {
  position: absolute;
  padding-right: 200px;
  padding-left: 200px;
  color: #fff;
}

.faq-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 100px;
  padding-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;
  border-bottom: 1px solid #c5c5c5;
}

.faq-tabs-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-header {
  overflow: hidden;
  max-width: 430px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.questions {
  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;
}

.faq {
  margin-bottom: 10px;
  padding: 20px;
}

.faq.a {
  margin-bottom: 10px;
}

.faq.b {
  margin-bottom: 10px;
}

.answer-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 500px;
  max-width: 500px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dbdbdb;
}

.q1 {
  position: absolute;
  padding-right: 10%;
  padding-left: 10%;
}

.q2 {
  position: absolute;
  padding-right: 10%;
  padding-left: 10%;
}

.q3 {
  position: absolute;
  padding-right: 10%;
  padding-left: 10%;
}

.q4 {
  position: absolute;
  padding-right: 10%;
  padding-left: 10%;
}

.q5 {
  position: absolute;
  padding-right: 10%;
  padding-left: 10%;
}

.q6 {
  position: absolute;
  padding-right: 10%;
  padding-left: 10%;
}

.close-faq {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  cursor: pointer;
}

.faq-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -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 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 940px;
  margin: 36px auto 0px;
}

.accordion-item {
  margin-bottom: 30px;
  border: 1px solid #c5c5c5;
  border-radius: 8px;
}

.accordion-trigger {
  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-style: none;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  cursor: pointer;
}

.accordion-trigger:hover {
  border-radius: 8px;
  background-color: #eceff1;
}

.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: 20px 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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.expand-icon {
  margin-left: 10px;
}

.sponsors {
  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;
  border-bottom: 1px solid #c5c5c5;
}

.sponsor-header {
  width: 80%;
  max-width: 550px;
  margin-bottom: 100px;
  text-align: center;
}

.heading {
  margin-bottom: 20px;
}

.sponsor-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.sponsor-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 2px solid #000;
}

.sponsor-image {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sponsor-date {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sponsor-description {
  margin-bottom: 20px;
}

.sponsor-learn-more {
  color: #000;
}

.wide-sponsor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.single-sponsor-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 600px;
  min-height: 300px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 20px;
  -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;
  border: 2px solid #000;
  text-align: center;
}

.sponsor-title {
  margin-bottom: 20px;
}

.profile {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  margin: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #6b6b6b;
  opacity: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.tab-menu {
  margin-right: 20px;
  margin-left: 20px;
  padding: 0px;
  background-color: #6b6b6b;
  opacity: 1;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.tab-menu.w--current {
  box-shadow: 0 0 0 5px #000;
}

.nav-tag {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
}

.tip {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
}

.tab-image {
  width: 250px;
  height: 100%;
  margin-right: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
}

.quote {
  font-weight: 400;
}

.slider-button {
  padding: 15px 25px;
  border: 3px solid #000;
  background-color: #fff;
  color: #000;
}

.signature {
  margin-top: 20px;
  margin-bottom: 20px;
}

.spotlight-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.spotlight-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  border-bottom: 1px solid #c5c5c5;
}

.spotlight-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 400px;
  max-width: 1000px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-1 {
  position: absolute;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 400px;
  padding: 40px;
  -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;
  background-color: #d1d1d1;
}

.tab-content {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-2 {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 400px;
  padding: 40px;
  -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;
  background-color: #d1d1d1;
}

.tab-3 {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 400px;
  padding: 40px;
  -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;
  background-color: #d1d1d1;
}

.tab-4 {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 400px;
  padding: 40px;
  -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;
  background-color: #d1d1d1;
}

.tab-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav-box {
  position: relative;
  z-index: 2;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 3px solid transparent;
  background-color: #858585;
}

.tab-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #d1d1d1;
}

.judges-header {
  width: 80%;
  max-width: 600px;
  margin-bottom: 50px;
  text-align: center;
}

.judges-title {
  margin-bottom: 20px;
}

.judge-box {
  position: relative;
  width: 250px;
  height: 250px;
}

.judge-photo {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.judge-info {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.3));
  text-align: center;
}

.judge-tagline {
  font-weight: 400;
}

.rubric-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 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;
  border-bottom: 1px none #c5c5c5;
}

.rubric-1.margin-150 {
  margin-bottom: 150px;
}

.rubric-header {
  width: 90%;
  max-width: 600px;
  text-align: center;
}

.rubric-title {
  margin-bottom: 20px;
}

.rubric-description {
  margin-bottom: 0px;
}

.score-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 600px;
  min-height: 250px;
  margin-top: 50px;
  margin-bottom: 50px;
  -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: 10px;
  background-color: #dfdfdf;
  text-align: center;
}

._0-0 {
  position: absolute;
  margin-bottom: 0px;
  padding: 50px;
}

._0-1 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._0-2 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._0-3 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._0-4 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._0-5 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._0-6 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._0-7 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._0-8 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._0-9 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._1-0 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._1-1 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._1-2 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._1-3 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._1-44 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._1-5 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._1-6 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._1-7 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._1-8 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._1-9 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._2-0 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._2-1 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._2-2 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._2-3 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._2-44 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._2-5 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._2-6 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._2-7 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._2-8 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._2-9 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._3-0 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._3-1 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._3-2 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._3-3 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._3-44 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._3-5 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._3-6 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._3-7 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._3-8 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._3-9 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._4-0 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._4-1 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._4-2 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._4-3 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._4-44 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._4-5 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._4-6 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._4-7 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._4-8 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._4-9 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

._5-0 {
  position: absolute;
  display: none;
  margin-bottom: 0px;
  padding: 50px;
}

.slider-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 5px;
  margin: 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;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #000;
}

.dot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #000;
  box-shadow: 0 0 0 5px #fff;
  cursor: pointer;
}

.color-dot {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #038aff;
  box-shadow: 0 0 0 5px #fff;
  opacity: 0;
}

.color-dot.gray {
  background-color: #000;
  box-shadow: none;
}

.blank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 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;
  cursor: pointer;
}

.timeline-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -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;
  border-bottom: 1px solid #c5c5c5;
}

.timeline-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5px;
  margin-top: 260px;
  margin-bottom: 400px;
  -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;
  background-color: #c5c5c5;
}

.point {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-bottom: 600px;
  -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: 100%;
  background-color: #b6b6b6;
  box-shadow: 0 0 0 5px #fff;
}

.point.bottom {
  margin-bottom: 0px;
  border: 1px solid #c5c5c5;
  background-color: #009bde;
}

.timeline-card {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  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: 5px solid #c5c5c5;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 0 5px #fff;
  text-align: center;
}

.timeline-date {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #acacac;
  font-size: 16px;
  font-weight: 400;
}

.timeline-url {
  color: #000;
}

.period-name {
  position: absolute;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: auto;
  height: auto;
  max-width: none;
  margin: 0px 0px 2px;
  padding-right: 0px;
  opacity: 1;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #767676;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.period-name.offset {
  left: 48px;
  margin-right: 25px;
  padding-right: 0px;
  padding-left: 0px;
}

.judges-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  border-bottom: 1px solid #c5c5c5;
}

.group-header {
  width: 80%;
  max-width: 800px;
  margin-bottom: 100px;
}

.group-header.judgegroup {
  margin-bottom: 0px;
}

.alphabet {
  margin-bottom: 20px;
}

.judges-index {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cms-header {
  max-width: 800px;
  margin-bottom: 100px;
}

.judge-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e0e0e0;
  cursor: pointer;
}

.profile-pic {
  width: 100px;
  height: 100%;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.a {
  margin-bottom: 100px;
}

.filter-box {
  position: -webkit-sticky;
  position: sticky;
  top: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 250px;
  margin-right: 100px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #ddd;
}

.letter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 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;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.letter:hover {
  background-color: #cfcfcf;
}

.filter-by {
  position: absolute;
  top: -30px;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.b {
  margin-bottom: 100px;
}

.judge-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  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;
}

.popup-wrap {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 90vw;
  height: 90%;
  max-width: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.close-details {
  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);
}

.judge-profile-pic {
  width: 300px;
  height: 200px;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.popup-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-landing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -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;
  border-bottom: 1px solid #c5c5c5;
}

.news-slider {
  width: 100%;
  height: 350px;
  max-width: 900px;
  margin-bottom: 200px;
}

.right-slider-arrow {
  right: -80px;
  width: 50px;
  height: 50px;
  background-color: #000;
  font-size: 20px;
}

.left-slider-arrow {
  left: -80px;
  width: 50px;
  height: 50px;
  background-color: #000;
}

.slide-nav-dots {
  bottom: -60px;
  background-color: transparent;
}

.slide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.slide-cover {
  width: 50%;
  height: 100%;
  background-color: #000;
}

.slide-cover._1 {
  background-color: #66512b;
}

.slide-cover._2 {
  background-color: #492a2a;
}

.slide-cover._3 {
  background-color: #3c597e;
}

.slide-cover._4 {
  background-color: #50234d;
}

.slide-cover._5 {
  background-color: #25502d;
}

.slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 20px 50px;
  -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;
}

.slide-date {
  margin-top: 10px;
  margin-bottom: 10px;
}

.slide-description {
  margin-bottom: 20px;
}

.news-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  max-width: 900px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #c2c2c2;
}

.filter-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #636363;
  text-transform: uppercase;
}

.filter-button:hover {
  color: #000;
}

.news-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  -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-color: #ddd;
}

.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  padding: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid silver;
}

.news-list-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;
}

.news-thumbnail {
  width: 200px;
  height: 200px;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-summary {
  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;
}

.news-date {
  margin-bottom: 10px;
  font-weight: 700;
}

.button-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;
}

.news-button {
  margin-right: 20px;
  background-color: #000;
  text-transform: uppercase;
}

.news-title {
  margin-bottom: 10px;
}

.pagination {
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.page-count {
  width: 10%;
  margin-top: 0px;
}

.icon {
  font-size: 20px;
}

.news-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  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;
  border-bottom: 1px solid #c5c5c5;
}

.news-collection-list {
  display: -ms-grid;
  display: grid;
  max-width: 1100px;
  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;
}

.news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #c5c5c5;
}

.news-list-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid silver;
}

.news-cover {
  width: 200px;
  height: 150px;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-text {
  overflow: hidden;
}

.read-button {
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
  text-transform: uppercase;
}

.read-button:hover {
  background-color: #000;
  color: #fff;
}

.close-button {
  display: block;
  border: 2px solid #000;
  background-color: #000;
  text-transform: uppercase;
}

.news-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 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;
}

.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);
}

.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-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;
}

.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;
}

.next-article-name {
  margin-bottom: 30px;
}

.article-title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.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;
}

.category {
  margin-right: 20px;
  margin-bottom: 0px;
}

.article-date {
  margin-bottom: 0px;
  color: #8f8f8f;
}

.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;
}

.body {
  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;
}

.news-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding: 50px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #e7e7e7;
}

.news-link {
  color: #000;
}

.news-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.category-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  max-width: 1000px;
  margin-bottom: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #e6e6e6;
}

.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;
}

.result-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 2px solid #000;
  border-radius: 13px;
}

.result-image {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #000;
}

.result-content {
  margin-right: 20px;
  margin-left: 20px;
}

.results-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -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;
  border-bottom: 1px solid #c5c5c5;
}

.result-slider {
  width: 100%;
  height: 100%;
  min-height: 400px;
  margin-bottom: 20px;
  background-color: #000;
}

.result-container {
  width: 100%;
  max-width: 1000px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.result-grid {
  margin-bottom: 100px;
  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;
}

.slide-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #000;
}

.slide-name {
  color: #fff;
}

.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding-right: 120px;
  padding-left: 120px;
  -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: #000;
}

.result-description {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #fff;
}

.result-button {
  padding-right: 25px;
  padding-left: 25px;
  background-color: #fff;
  color: #000;
}

.result-location {
  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;
}

.image-7 {
  margin-right: 10px;
}

.results-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -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;
  border-bottom: 1px solid #c5c5c5;
}

.result-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  background-color: #000;
}

.popup-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  max-width: 1200px;
  margin-top: 100px;
  margin-bottom: 100px;
  background-color: #fff;
}

.popup-info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 100%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ececec;
}

.popup-cover {
  width: 100%;
  height: 200px;
  margin-bottom: 50px;
  background-color: #aaa;
}

.detail-heading {
  margin-bottom: 20px;
}

.primary-details {
  margin-bottom: 30px;
}

.phone-number {
  margin-top: 20px;
}

.popup-article-wrap {
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 50px;
}

.inner-result {
  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-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.back-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;
  color: #000;
  text-decoration: none;
}

.back-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  -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: #000;
}

.back-tag {
  margin-bottom: 0px;
}

.media-container {
  overflow: hidden;
  width: 100%;
  height: 500px;
  margin-top: 100px;
  margin-bottom: 100px;
  background-color: #000;
}

.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.details-wrapper {
  width: 150px;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.article-wrapper {
  width: 100%;
  padding-left: 50px;
}

.ribbon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 70px;
}

.score-card-outline {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 600px;
  min-height: 250px;
  margin-top: 50px;
  margin-bottom: 50px;
  -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-top: 2px solid #dadada;
  border-bottom: 2px solid #dadada;
  background-color: transparent;
  text-align: center;
}

.number-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 50px;
  margin-bottom: 50px;
  -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;
}

.number {
  position: absolute;
  display: none;
}

.number.n0-0 {
  display: none;
}

.number.n0-1 {
  display: none;
}

.number.n0-2 {
  display: none;
}

.number.n0-3 {
  display: none;
}

.number.n0-4 {
  display: none;
}

.number.n0-5 {
  display: none;
}

.number.n0-6 {
  display: none;
}

.number.n0-7 {
  display: none;
}

.number.n0-8 {
  display: none;
}

.number.n0-9 {
  display: none;
}

.number.n1-0 {
  display: none;
}

.number.n1-1 {
  display: none;
}

.number.n1-2 {
  display: none;
}

.number.n1-3 {
  display: none;
}

.number.n1-4 {
  display: none;
}

.number.n1-5 {
  display: none;
}

.number.n1-6 {
  display: none;
}

.number.n1-7 {
  display: none;
}

.number.n1-8 {
  display: none;
}

.number.n1-9 {
  display: none;
}

.number.n2-0 {
  display: none;
}

.number.n2-1 {
  display: none;
}

.number.n2-2 {
  display: none;
}

.number.n2-3 {
  display: none;
}

.number.n2-4 {
  display: none;
}

.number.n2-5 {
  display: none;
}

.number.n2-7 {
  display: none;
}

.number.n2-8 {
  display: none;
}

.number.n2-9 {
  display: none;
}

.number.n3-0 {
  display: none;
}

.number.n3-1 {
  display: none;
}

.number.n3-2 {
  display: none;
}

.number.n3-3 {
  display: none;
}

.number.n3-4 {
  display: none;
}

.number.n3-5 {
  display: none;
}

.number.n3-6 {
  display: none;
}

.number.n3-7 {
  display: none;
}

.number.n3-8 {
  display: none;
}

.number.n3-9 {
  display: none;
}

.number.n4-0 {
  display: none;
}

.number.n4-1 {
  display: none;
}

.number.n4-2 {
  display: none;
}

.number.n4-3 {
  display: none;
}

.number.n4-4 {
  display: none;
}

.number.n4-5 {
  display: none;
}

.number.n4-6 {
  display: none;
}

.number.n4-7 {
  display: none;
}

.number.n4-8 {
  display: none;
}

.number.n4-9 {
  display: none;
}

.number.n5-0 {
  display: none;
}

.number.n2-6 {
  display: none;
}

.n1-6 {
  position: absolute;
  display: none;
}

.n1-7 {
  position: absolute;
  display: none;
}

.n1-8 {
  position: absolute;
  display: none;
}

.n1-9 {
  position: absolute;
  display: none;
}

.n2-0 {
  position: absolute;
  display: none;
}

.n2-1 {
  position: absolute;
  display: none;
}

.n2-2 {
  position: absolute;
  display: none;
}

.n2-3 {
  position: absolute;
  display: none;
}

.n2-4 {
  position: absolute;
  display: none;
}

.n2-5 {
  position: absolute;
  display: none;
}

.n2-7 {
  position: absolute;
  display: none;
}

.n2-8 {
  position: absolute;
  display: none;
}

.n2-9 {
  position: absolute;
  display: none;
}

.n3-0 {
  position: absolute;
  display: none;
}

.n3-1 {
  position: absolute;
  display: none;
}

.n3-2 {
  position: absolute;
  display: none;
}

.n3-3 {
  position: absolute;
  display: none;
}

.n3-4 {
  position: absolute;
  display: none;
}

.n3-5 {
  position: absolute;
  display: none;
}

.n3-6 {
  position: absolute;
  display: none;
}

.n3-7 {
  position: absolute;
  display: none;
}

.n3-8 {
  position: absolute;
  display: none;
}

.n3-9 {
  position: absolute;
  display: none;
}

.n4-0 {
  position: absolute;
  display: none;
}

.n4-1 {
  position: absolute;
  display: none;
}

.n4-2 {
  position: absolute;
  display: none;
}

.n4-3 {
  position: absolute;
  display: none;
}

.n4-4 {
  position: absolute;
  display: none;
}

.n4-5 {
  position: absolute;
  display: none;
}

.n4-6 {
  position: absolute;
  display: none;
}

.n4-7 {
  position: absolute;
  display: none;
}

.n4-8 {
  position: absolute;
  display: none;
}

.n4-9 {
  position: absolute;
  display: none;
}

.n5-0 {
  position: absolute;
  display: none;
}

.round-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 720px;
  height: 30px;
  margin: 20px 30px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 3px solid #000;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.3);
}

.top-marker {
  width: 2px;
  height: 10px;
  margin-bottom: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(0, 0, 0, 0.2);
}

.top-marker.top {
  position: static;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bottom-marker {
  width: 2px;
  height: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(0, 0, 0, 0.2);
}

.marker-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2px;
  margin-top: 15px;
  -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;
  color: rgba(51, 51, 51, 0.5);
}

.timeline-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  border-bottom: 1px solid #c5c5c5;
}

.timeline-period {
  position: absolute;
  left: 70px;
  top: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #b8b8b8;
}

.line {
  width: 100%;
  height: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
}

.timeline-top {
  width: 100%;
}

.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;
}

.circle {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #000;
  border-radius: 100%;
  background-color: #000;
}

.timeline-slide-2 {
  margin-right: 0px;
}

.timeline-slide-3 {
  margin-right: 0px;
}

.timeline-slide-1 {
  margin-right: 0px;
}

.timeline-arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.timeline-wrapper {
  position: relative;
  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-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;
}

.dash {
  width: 1px;
  height: 80px;
  background-color: #000;
}

.timeline-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.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;
}

.margin-bottom-copy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
}

.straight-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
}

.mark {
  position: relative;
  z-index: 10;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 100%;
  background-color: #000;
  box-shadow: 0 0 0 5px #fff;
}

.giant-subtitle {
  z-index: 0;
  opacity: 0.1;
  font-size: 150px;
}

.content {
  overflow: hidden;
  padding: 20px;
}

.blank-box {
  position: relative;
  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-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;
}

.skywalker-template {
  margin-bottom: 50px;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
}

.utility-page-wrap.password {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 136, 61, 0.8)), to(rgba(27, 136, 61, 0.8))), url('../images/0_hp_default_raised-walkway-shutterstock_1641864907.jpg');
  background-image: linear-gradient(180deg, rgba(27, 136, 61, 0.8), rgba(27, 136, 61, 0.8)), url('../images/0_hp_default_raised-walkway-shutterstock_1641864907.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 54px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 1px 80px 16px rgba(0, 0, 0, 0.24);
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.overlay-title {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
}

.overlay-paragraph {
  max-width: 90%;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}

.nav-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.mobile-social-buttons {
  display: none;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.logo {
  height: 40px;
}

.social-logo {
  width: 40px;
  height: 40px;
}

.nav-copyright {
  font-size: 12px;
}

.dropdown-link {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.dropdown-link:hover {
  background-color: #b8b8b8;
}

.brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.site-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  -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;
}

.facts-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.facts-slider-left-arrow {
  left: -100px;
  height: 50%;
  color: #444;
}

.process-wrap {
  position: relative;
  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;
}

.cube-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -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: 5px;
  border-color: #c7c7c7;
  border-radius: 100%;
  font-family: Oswald, sans-serif;
  color: #9b9b9b;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.process-mask {
  overflow: visible;
}

.process-slide-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;
}

.process-slide-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;
}

.process-slide-nav {
  display: none;
  height: 20px;
  font-size: 4px;
  line-height: 1em;
}

.process-heading {
  margin-top: 100px;
}

.process-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-banner {
  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;
}

.process-arrow-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.process-arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-top: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-faq-header {
  display: none;
  overflow: hidden;
  max-width: 430px;
  margin-top: 100px;
  text-align: center;
}

.faq-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sponsor-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px;
  margin-bottom: 200px;
  -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-name {
  font-size: 20px;
}

.judge-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;
}

.judges-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px;
  margin-bottom: 200px;
  -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;
}

.tab-button {
  padding: 15px 25px;
  border: 3px solid #000;
  background-color: #fff;
  color: #000;
}

.spotlight-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rubric-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rubric-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  border-bottom: 1px none #c5c5c5;
  background-color: #e9e9e9;
}

.mobile-slider-tags {
  display: none;
}

.timeline-description {
  margin-bottom: 20px;
  color: #686868;
}

.timeline-link {
  border-bottom: 1px none #009bde;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: proxima-nova, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
}

.timeline-link:hover {
  color: #1b883d;
}

.slider-arrow-wrap-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 80px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.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-mask {
  overflow: visible;
}

.timeline-button {
  margin-top: 20px;
  padding: 15px 20px;
  font-size: 20px;
}

.date {
  margin-bottom: 10px;
  font-weight: 400;
}

.process-slider-copy {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.timeline-slider {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.exterior {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 300px;
  min-height: 150px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: #dbdbdb;
}

.judge-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.judge-tag {
  font-weight: 400;
}

.judge-title {
  margin-bottom: 20px;
}

.judge-description {
  margin-bottom: 0px;
}

.index-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

.cms-title {
  margin-bottom: 20px;
}

.letter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.scroll-wrap {
  height: 100%;
  padding: 50px;
}

.c {
  margin-bottom: 100px;
}

.news-container {
  margin-top: 100px;
  margin-bottom: 100px;
}

.slide-button {
  padding: 15px 25px;
  border: 3px solid #000;
  background-color: #fff;
  color: #000;
}

.article-cms {
  margin-right: 50px;
  margin-bottom: 100px;
  margin-left: 50px;
}

.next-button {
  padding: 15px 25px;
  border: 3px solid #000;
  background-color: #fff;
  color: #000;
}

.next-article-date {
  margin-bottom: 20px;
}

.news-box-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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-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: 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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.result-heading {
  color: #fff;
}

.primary {
  margin-bottom: 30px;
}

.evaluation-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.process-5-slider {
  overflow: visible;
  min-height: 500px;
  background-color: transparent;
}

.mask-3 {
  overflow: visible;
  padding-left: 146px;
}

.p5-slide {
  max-width: 400px;
  min-height: 500px;
  margin-right: 12px;
  margin-left: 12px;
  padding: 31px;
  background-color: #c7c7c7;
}

.p5-arrow {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 80px;
  background-color: #c5c5c5;
}

.p5-arrow.p5-right {
  top: 227px;
}

.slider-ticks {
  position: absolute;
  left: 50%;
  right: 0px;
  bottom: 13px;
  z-index: 2;
  width: 78%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.slider-handle.min-slider-handle.round {
  position: absolute;
  left: 50%;
  top: -3px;
  z-index: 3;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #1b883d;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  cursor: pointer;
}

.slider-handle.max-slider-handle {
  display: none;
}

.slider-anchor.slider-anchor-high {
  position: absolute;
  left: 90%;
  width: 100px;
  font-family: proxima-nova, sans-serif;
  color: #162034;
  text-align: right;
}

.slider-anchor.slider-anchor-low {
  position: absolute;
  right: 90%;
  width: 100px;
  font-family: proxima-nova, sans-serif;
  color: #162034;
  font-weight: 400;
  text-align: left;
}

.score-description-text {
  font-family: proxima-nova, sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 400;
}

.slider-track-low {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 0px;
  height: 100%;
  background-color: #19155b;
}

.tsr-slider {
  position: relative;
  display: inline-block;
  width: 210px;
  height: 20px;
}

.tsr-slider.slider-horizontal {
  width: 78%;
}

.slider-selection {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
  height: 100%;
  border-radius: 4px;
  background-color: #919191;
}

.slider-track {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  height: 4px;
  margin-top: 0px;
  border-radius: 4px;
  background-color: #f7f7f7;
  cursor: pointer;
}

.score-slider-wrap {
  position: relative;
}

.slider-tick-bottom {
  position: absolute;
  bottom: -46px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  font-family: proxima-nova, sans-serif;
  color: #a5a5a5;
  font-weight: 500;
}

.score-entry {
  width: 970px;
  margin: 50px auto 60px;
  padding: 0px 0px 40px;
  border: 0px solid #000;
}

.slider-tick {
  position: absolute;
  top: 0px;
}

.slider-tick.slider-tick-4 {
  left: 60%;
}

.slider-tick.slider-tick-02 {
  left: 20%;
}

.slider-tick.slider-tick-01 {
  left: 0%;
}

.slider-tick.slider-tick-03 {
  left: 40%;
}

.slider-tick.slider-tick-06 {
  left: 100%;
}

.slider-tick.slider-tick-05 {
  left: 80%;
}

.score-heading {
  font-family: proxima-nova, sans-serif;
  color: #333;
  font-size: 18px;
  text-align: left;
}

.score-title-range {
  display: inline-block;
  color: #1b883d;
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
}

.score-slider {
  margin-top: 20px;
  text-align: center;
}

.slider-track-high {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 100%;
  border-radius: 4px;
  background-color: #c5c5c5;
}

.image-10 {
  position: absolute;
  left: 50%;
  top: 50px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.score-description {
  margin-top: 50px;
  padding: 58px 56px;
  border-radius: 10px;
  background-color: rgba(168, 168, 168, 0.2);
}

.score-description-value-text {
  color: #1b883d;
}

.score-title-text {
  color: #000;
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  text-transform: none;
}

.tooltip {
  display: none;
}

.loading-indicator {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: block;
  background-color: #fff;
  opacity: 1;
}

.score-description-inner {
  font-family: 'Open Sans', sans-serif;
  color: #19155b;
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  text-align: center;
}

.score-title {
  color: #d59d50;
  text-align: left;
}

.score-description-value-number {
  color: #1b883d;
}

.score-section {
  position: relative;
  margin-top: 0px;
  border: 0px solid #000;
  background-color: transparent;
}

.slider-tick-top {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.selection-committee {
  display: block;
  margin-top: 40px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.sc-grid {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  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 auto;
  grid-template-rows: auto auto;
}

.judge-detail-header {
  width: 100%;
  height: 300px;
  background-color: #f7f7f7;
}

.judge-detail-container {
  position: relative;
  top: -230px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.judge-detail-featured-img {
  width: 250px;
  height: 250px;
  margin-top: 20px;
  margin-bottom: 45px;
}

.judge-detail-title {
  margin-bottom: 56px;
}

.judge-detail-bg {
  padding-bottom: 40px;
}

.judge-detail-close {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  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: 50%;
  background-color: #000;
}

.process-card.swiper-slide {
  display: block;
  overflow: visible;
  width: 300px;
  height: 360px;
  padding: 47px 15px 15px;
  background-color: #fff;
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.09);
  cursor: pointer;
}

.steps {
  padding-top: 51px;
  box-shadow: none;
  font-size: 36px;
  line-height: 25px;
}

.process-container-2 {
  overflow: hidden;
  margin-top: 46px;
  margin-bottom: 90px;
}

.swiper-container {
  position: relative;
  z-index: 1;
  height: 495px;
}

.total {
  display: inline-block;
  opacity: 0.5;
  color: #000;
  font-size: 44px;
}

.process-card-details-control {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 99;
  margin-left: 21px;
}

.card-progress__bar {
  width: 50%;
  height: 100%;
  border-radius: 100px;
  background-color: #eb8d35;
  -webkit-transition: width 300ms ease;
  transition: width 300ms ease;
}

.process-card-title {
  margin-top: 0px;
  margin-right: 20px;
  margin-left: auto;
  color: #000;
  font-size: 32px;
  font-weight: 500;
  white-space: normal;
}

.process-card-number {
  color: #9e9d9d;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.counts {
  position: relative;
  top: 3px;
  display: inline-block;
  height: 75px;
  margin-top: 75px;
  margin-right: auto;
  margin-left: 0px;
  color: #000;
  line-height: 75px;
  text-align: center;
}

.process-card-date {
  display: none;
  margin-right: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  color: rgba(15, 12, 64, 0.8);
  font-style: italic;
  font-weight: 400;
}

.hsc-process-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #11b4e7;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.hsc-process-link:hover {
  color: #04789a;
  text-decoration: underline;
}

.hsc-process-link:active {
  text-decoration: none;
}

.current.process-swiper-navigate-num {
  display: inline-block;
  min-width: 100px;
  box-shadow: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #000;
  font-size: 84px;
  line-height: 84px;
  text-align: left;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  opacity: 1;
}

.process-card-content {
  overflow: visible;
  margin: 30px 20px 12px auto;
  color: #636363;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.card-progress {
  width: 160px;
  height: 7px;
  margin: 20px auto 0px;
  border-radius: 100px;
  background-color: rgba(11, 179, 228, 0.2);
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.06);
}

.image-9 {
  margin-right: auto;
  margin-left: auto;
}

.total-steps {
  display: none;
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.06);
  line-height: 53px;
}

.card-detail-control.card-detail-control-prev.process-swiper-navigate-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin: 15px 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-style: none;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.37);
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 14px 3px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 28px;
  line-height: 74px;
  text-align: center;
  cursor: pointer;
}

.card-detail-control.card-detail-control-prev.process-swiper-navigate-prev:hover {
  background-color: #f7f7f7;
  box-shadow: 1px 1px 14px 3px rgba(0, 0, 0, 0.15);
}

.card-detail-control.card-detail-control-prev.process-swiper-navigate-prev:active {
  box-shadow: none;
}

.card-detail-control.card-detail-control-next.process-swiper-navigate-next {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin: 15px 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-style: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 28px;
  line-height: 74px;
  text-align: center;
  cursor: pointer;
}

.card-detail-control.card-detail-control-next.process-swiper-navigate-next:hover {
  background-color: #f7f7f7;
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.15);
}

.card-detail-control.card-detail-control-next.process-swiper-navigate-next:active {
  box-shadow: none;
}

.process-cards-container.swiper-main {
  overflow: hidden;
  white-space: nowrap;
}

.erp-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -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: #e4e4e4;
}

.erp-webinar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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-tips {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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-header-content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  -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;
}

.erp-smallheader {
  font-size: 20px;
}

.erp-brand-div {
  position: absolute;
  left: 27.5px;
  top: 29px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.erp-container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.erp-content-div {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.erp-tips-div {
  margin-top: 24px;
  margin-bottom: 15px;
}

.erp-tips-item-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
  padding: 14px;
  border: 1px solid #000;
}

.erp-tips-item-cols.nyctp {
  margin-bottom: 24px;
  padding: 32px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 54px 0 rgba(0, 0, 0, 0.16);
}

.in-body {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-960 {
  display: block;
  max-width: 960px;
  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;
}

.lpf-paragraph-div {
  max-width: 800px;
}

.lpf-graph-div {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.lpf-graph-div.two-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  margin-bottom: 26px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.lpf-img-2 {
  margin-left: 25px;
}

.application h2 {
  margin-top: 50px;
}

.application h3 {
  margin-top: 30px;
}

.application ul {
  margin-top: 10px;
  margin-bottom: 15px;
}

.rich-text {
  text-align: left;
  text-indent: 0px;
}

.rich-text a {
  color: #1b883d;
}

.cookie-annex-div {
  max-width: 1200px;
}

.ca-heading {
  margin-bottom: 0px;
  padding: 14px;
  border: 1px solid #acacac;
}

.ca-heading.nosidestroke {
  border-right-style: none;
  border-left-style: none;
}

.ca-statement {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 0px;
  padding: 13px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #acacac;
  text-align: center;
}

.cookieannex-grid {
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.cookieannex-grid.secondgrid {
  -ms-grid-rows: 1fr auto auto auto auto auto auto auto;
  grid-template-rows: 1fr auto auto auto auto auto auto auto;
}

.ca-paragraph {
  margin-bottom: 0px;
  padding: 19px;
  border: 1px solid #acacac;
  color: #555;
  font-size: 14px;
  line-height: 22px;
}

.ca-paragraph.nobottomstroke {
  border-bottom-style: none;
}

.ca-paragraph.nosidestroke {
  border-right-style: none;
  border-left-style: none;
}

.ca-paragraph.nosidestroke.nobottomstroke {
  border-bottom-style: none;
}

.in-intro-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 3% 70px;
  -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;
  background-color: rgba(22, 32, 52, 0.76);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 32, 52, 0.76)), to(rgba(22, 32, 52, 0.76))), url('../images/section-image-1.jpg');
  background-image: linear-gradient(180deg, rgba(22, 32, 52, 0.76), rgba(22, 32, 52, 0.76)), url('../images/section-image-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.in-intro-parent.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-height: auto;
  padding: 50px;
  background-color: #162034;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 32, 52, 0.76)), to(rgba(22, 32, 52, 0.76))), url('../images/Delivery-On-Bike-GettyImages-1192882556.jpg');
  background-image: linear-gradient(180deg, rgba(22, 32, 52, 0.76), rgba(22, 32, 52, 0.76)), url('../images/Delivery-On-Bike-GettyImages-1192882556.jpg');
}

.in-intro-parent.proposal {
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding: 50px;
  background-color: #162034;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 32, 52, 0.76)), to(rgba(22, 32, 52, 0.76))), url('../images/Bike-Ped-Sign-GettyImages-1179030414.jpg');
  background-image: linear-gradient(180deg, rgba(22, 32, 52, 0.76), rgba(22, 32, 52, 0.76)), url('../images/Bike-Ped-Sign-GettyImages-1179030414.jpg');
}

.in-intro-parent.rules {
  max-width: none;
  padding: 50px;
  background-color: #162034;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 32, 52, 0.76)), to(rgba(22, 32, 52, 0.76))), url('../images/Bike-Ped-Sign-GettyImages-1280135036.jpg');
  background-image: linear-gradient(180deg, rgba(22, 32, 52, 0.76), rgba(22, 32, 52, 0.76)), url('../images/Bike-Ped-Sign-GettyImages-1280135036.jpg');
  background-position: 0px 0px, 50% 20%;
}

.in-intro-parent.fairness {
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #162034;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 32, 52, 0.76)), to(rgba(22, 32, 52, 0.76))), url('../images/bike-shutterstock_149388212.jpg');
  background-image: linear-gradient(180deg, rgba(22, 32, 52, 0.76), rgba(22, 32, 52, 0.76)), url('../images/bike-shutterstock_149388212.jpg');
}

.in-intro-parent.faqs {
  max-width: none;
  min-height: 500px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #162034;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 32, 52, 0.76)), to(rgba(22, 32, 52, 0.76))), url('../images/Man-Kid-Bus-GettyImages-1272679618.jpg');
  background-image: linear-gradient(180deg, rgba(22, 32, 52, 0.76), rgba(22, 32, 52, 0.76)), url('../images/Man-Kid-Bus-GettyImages-1272679618.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.in-intro-parent.timeline {
  max-width: none;
  padding: 50px;
  background-color: #162034;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 32, 52, 0.76)), to(rgba(22, 32, 52, 0.76))), url('../images/Overpass-GettyImages-92695035.jpg');
  background-image: linear-gradient(180deg, rgba(22, 32, 52, 0.76), rgba(22, 32, 52, 0.76)), url('../images/Overpass-GettyImages-92695035.jpg');
}

.in-intro-parent.orgreadiness {
  max-width: none;
  padding: 50px;
  background-color: #162034;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 32, 52, 0.76)), to(rgba(22, 32, 52, 0.76))), url('../images/WomanWalkingBike-GettyImages-471940735.jpg');
  background-image: linear-gradient(180deg, rgba(22, 32, 52, 0.76), rgba(22, 32, 52, 0.76)), url('../images/WomanWalkingBike-GettyImages-471940735.jpg');
}

.in-intro-parent.evaluation {
  position: relative;
  height: 500px;
  max-width: none;
  min-height: 0px;
  padding: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #162034;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 32, 52, 0.76)), to(rgba(22, 32, 52, 0.76))), url('../images/bike-lane-shutterstock_762533809.jpg');
  background-image: linear-gradient(180deg, rgba(22, 32, 52, 0.76), rgba(22, 32, 52, 0.76)), url('../images/bike-lane-shutterstock_762533809.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.in-intro-parent.news-updates {
  max-width: none;
  padding: 50px;
  background-color: #162034;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 32, 52, 0.76)), to(rgba(22, 32, 52, 0.76))), url('../images/DriveClean-iStock-517108326.jpg');
  background-image: linear-gradient(180deg, rgba(22, 32, 52, 0.76), rgba(22, 32, 52, 0.76)), url('../images/DriveClean-iStock-517108326.jpg');
}

.in-intro-parent.secondary-page {
  height: 500px;
  max-width: none;
  padding: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 32, 52, 0.76)), to(rgba(22, 32, 52, 0.76)));
  background-image: linear-gradient(180deg, rgba(22, 32, 52, 0.76), rgba(22, 32, 52, 0.76));
  background-position: 0px 0px;
}

.in-intro-parent.secondary-page.news-detail-header-bg {
  height: 225px;
}

.in-intro-parent.resources {
  max-width: none;
  padding: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 32, 52, 0.76)), to(rgba(22, 32, 52, 0.76))), url('../images/Biking-GettyImages-508038764.jpg');
  background-image: linear-gradient(180deg, rgba(22, 32, 52, 0.76), rgba(22, 32, 52, 0.76)), url('../images/Biking-GettyImages-508038764.jpg');
}

.in-intro-parent.awardees {
  position: relative;
  height: 250px;
  max-width: none;
  min-height: auto;
  padding: 25px 50px;
  background-color: #162034;
  background-image: url('../images/awardees-pattern-toppanel.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.in-body-parent {
  padding: 100px 50px 0px;
}

.in-body-parent.tsr {
  padding-top: 0px;
}

.in-body-parent.white {
  background-color: #fff;
}

.in-body-parent.white.faq-and-resources {
  padding-top: 50px;
  padding-bottom: 50px;
}

.paragraph-2 {
  width: 80%;
  margin-top: 50px;
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  color: rgba(0, 0, 0, 0.54);
  font-size: 24px;
  text-align: left;
}

.section-1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(22, 32, 52, 0.76);
  opacity: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.step-1-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 120px;
  height: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transform: translate(175px, 0px);
  -ms-transform: translate(175px, 0px);
  transform: translate(175px, 0px);
}

.bold-text-4 {
  font-size: 24px;
}

.button-and-menu-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.paragraph-3 {
  margin-top: 50px;
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.section-4-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  margin-bottom: 0px;
  padding-top: 150px;
  padding-bottom: 150px;
  -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: #f8f8fa;
}

.paragraph {
  margin-top: 50px;
  color: #fff;
}

.section-2-wrapper {
  width: 100vw;
  min-height: auto;
  min-width: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 50px;
  background-color: #fff;
}

.footer-link-2 {
  margin-right: 35px;
  margin-left: 35px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #1b883d;
  text-decoration: underline;
}

.html-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: rgba(0, 0, 0, 0.54);
}

.slider_slide-1 {
  position: static;
  width: 85%;
  max-width: none;
  min-height: auto;
  margin-right: 108px;
  margin-left: 0px;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.24);
  color: #000;
}

.slider_slide-3 {
  position: static;
  width: 85%;
  max-width: none;
  min-height: auto;
  margin-right: 108px;
  margin-left: 0px;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.24);
  color: #000;
}

.recource-link-icon {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.image-11 {
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.process-5-slider-2 {
  position: relative;
  top: 0px;
  display: block;
  overflow: visible;
  width: 60vw;
  height: auto;
  min-height: auto;
  margin-top: 0px;
  clear: none;
  background-color: transparent;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.step-2-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 120px;
  height: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0;
  -webkit-transform: translate(175px, 0px);
  -ms-transform: translate(175px, 0px);
  transform: translate(175px, 0px);
}

.step-6 {
  margin-right: 5px;
  color: hsla(0, 0%, 100%, 0.54);
  font-size: 18px;
}

.bold-text-2 {
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
}

.scrolldown-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.about-image {
  width: 600px;
  height: 600px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 10px;
  background-image: url('../images/about-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  color: #000;
  font-size: 48px;
  line-height: 60px;
}

.bold-text-7 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1b883d;
}

.bold-text-7:hover {
  color: #000;
}

.resource-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  margin-right: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  -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;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
}

.resource-item:hover {
  width: 340px;
  height: 340px;
  margin: -20px 0px 20px;
  padding: 20px;
  background-color: #0090d0;
  box-shadow: 0 0 104px 0 rgba(0, 0, 0, 0.54);
  color: #fff;
}

.resources-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-top: 50px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: hsla(0, 0%, 100%, 0);
}

.s1-image-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.01);
  background-image: url('../images/section-image-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-content-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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;
}

.footer-heading {
  width: auto;
  margin-top: 0px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 60px;
}

.slider-counter {
  position: static;
  left: 0%;
  top: 25%;
  right: 0%;
  bottom: 0%;
  display: block;
  font-size: 24px;
  text-transform: uppercase;
}

.step-4-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0;
  -webkit-transform: translate(175px, 0px);
  -ms-transform: translate(175px, 0px);
  transform: translate(175px, 0px);
}

.info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-left: 0px;
  padding-left: 150px;
  -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;
}

.info-block-2 {
  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: center;
}

.other-projects {
  display: block;
}

.p5-arrow-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 80px;
  background-color: #c5c5c5;
  -webkit-transform: translate(52px, 0px);
  -ms-transform: translate(52px, 0px);
  transform: translate(52px, 0px);
}

.p5-arrow-2.slider-arrow-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 50px;
  -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: 2px solid #fff;
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.p5-arrow-2.slider-arrow-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 50px;
  -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: 2px solid #fff;
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transform: translate(345px, 0px);
  -ms-transform: translate(345px, 0px);
  transform: translate(345px, 0px);
}

.p5-arrow-2.slider-arrow-right:hover {
  border-width: 0px;
  border-radius: 70px;
  background-color: #fff;
  color: #0090d0;
}

.p5-arrow-2.slider-arrow-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 50px;
  -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: 2px solid #fff;
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transform: translate(345px, 0px);
  -ms-transform: translate(345px, 0px);
  transform: translate(345px, 0px);
}

.p5-arrow-2.slider-arrow-right:hover {
  border-width: 0px;
  border-radius: 70px;
  background-color: hsla(0, 0%, 100%, 0.52);
  color: #0090d0;
}

.p5-arrow-2.slider-arrow-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 50px;
  -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: 2px solid #fff;
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.p5-arrow-2.slider-arrow-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-left: 50px;
  -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: 0px none #fff;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.p5-arrow-2.slider-arrow-left:hover {
  border-width: 0px;
  background-color: transparent;
  color: #fff;
}

.p5-arrow-2.slider-arrow-right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 50px;
  -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: 0px none #fff;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.p5-arrow-2.slider-arrow-right:hover {
  border-width: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
}

.step-3-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 120px;
  height: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0;
  -webkit-transform: translate(175px, 0px);
  -ms-transform: translate(175px, 0px);
  transform: translate(175px, 0px);
}

.resource-link {
  font-family: proxima-nova, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}

.resource-link:hover {
  text-decoration: none;
}

.step-5 {
  margin-right: 5px;
  color: #fff;
  font-size: 24px;
}

.resource-pdf {
  margin-left: 10px;
  color: #767676;
}

.slider-link {
  position: static;
  left: 50px;
  top: auto;
  right: auto;
  bottom: 50px;
  margin-top: 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #009bdf;
  font-size: 18px;
  line-height: 24px;
}

.slider-link:hover {
  color: #000;
  text-decoration: none;
}

.slider_slide-6 {
  position: static;
  width: 85%;
  max-width: none;
  min-height: auto;
  margin-right: 108px;
  margin-left: 0px;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.24);
  color: #000;
}

.footer-paragraph {
  width: auto;
  margin-top: 50px;
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.bold-text-3 {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 60px;
}

.slide-nav-2 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  opacity: 0;
}

.htp-content {
  width: 40vw;
  margin-right: 0px;
  padding-right: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.section-6-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 3% 50px 50px;
  -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: #162034;
}

.process-heading-2 {
  margin-top: 40px;
}

.footer-info-wrapper {
  max-width: 1200px;
  margin-top: 0px;
  padding-top: 0px;
}

.slider-2 {
  position: static;
  width: 60vw;
  height: auto;
  max-height: none;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  padding-left: 150px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer-row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mask-4 {
  position: relative;
  overflow: hidden;
  width: 60vw;
  height: auto;
  padding: 54px;
  -webkit-transform: translate(-54px, 30px);
  -ms-transform: translate(-54px, 30px);
  transform: translate(-54px, 30px);
}

.footer-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 30px;
  -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-row-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -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;
}

.section-5-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 150px 50px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(22, 32, 52, 0.76);
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 48px;
  line-height: 60px;
}

.content-s2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heading-5 {
  width: 80vw;
  margin-top: 50px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 48px;
}

.header-button {
  display: block;
  margin-right: 22px;
  padding: 15px 20px;
  border-radius: 40px;
  background-color: #1b883d;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.header-button:hover {
  position: static;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(32, 164, 73, 0.5);
  color: #1b883d;
}

.header-button.button-header-register.bold-text {
  display: block;
  background-color: #1b883d;
  opacity: 0;
  color: #fff;
}

.header-button.button-header-register.bold-text:hover {
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(32, 164, 73, 0.54);
  color: #1b883d;
}

.info-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-icon {
  margin-right: 12px;
  margin-left: 12px;
}

.footer-icon:hover {
  background-color: rgba(255, 255, 255, 0);
}

.bold-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.s2-image-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  display: block;
  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;
  background-image: url('../images/0_footer_happy-biker-shutterstock_1663775305.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.slider_slide-2 {
  position: static;
  width: 85%;
  max-width: none;
  min-height: auto;
  margin-right: 108px;
  margin-left: 0px;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.24);
  color: #000;
}

.paragraph-4 {
  margin-top: 16px;
  font-size: 16px;
}

.recource-heading {
  margin: 30px;
  font-size: 20px;
}

.slider-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 80vh;
  padding: 150px 0px 150px 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0090d0;
  background-image: url('../images/htp-pattern.png');
  background-position: 50% 50%;
  background-size: 28px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
}

.italic-text {
  width: auto;
  font-family: proxima-nova, sans-serif;
  color: rgba(0, 0, 0, 0.54);
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.footer-button-1 {
  display: block;
  width: 240px;
  margin-top: 50px;
  margin-right: 70px;
  padding: 15px 20px;
  border-radius: 40px;
  background-color: #009bde;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  text-align: center;
}

.footer-button-1:hover {
  margin-top: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 144, 208, 0.54);
  color: #009bde;
}

.footer-button-1.button-lastcard-register {
  display: inline-block;
  width: auto;
  min-width: 240px;
  background-color: #1b883d;
  opacity: 0;
  color: #fff;
}

.footer-button-1.button-lastcard-register:hover {
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(32, 164, 73, 0.54);
  color: #1b883d;
}

.slider_slide-5 {
  position: static;
  width: 85%;
  max-width: none;
  min-height: auto;
  margin-right: 108px;
  margin-left: 0px;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.24);
  color: #000;
}

.footer-text {
  font-family: proxima-nova, sans-serif;
  color: hsla(0, 0%, 100%, 0.54);
}

.slider_slide-4 {
  position: static;
  width: 85%;
  max-width: none;
  min-height: auto;
  margin-right: 108px;
  margin-left: 0px;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.24);
  color: #000;
}

.resources-paragraph {
  width: 70%;
  margin-top: 50px;
  font-size: 18px;
  line-height: 24px;
}

.counters-list {
  position: static;
  display: block;
  -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;
}

.container-1200 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 960px;
  margin: 0px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  text-align: left;
}

.container-1200._960 {
  max-width: 960px;
}

.in-body-child {
  margin-bottom: 100px;
}

.in-body-child.timeline {
  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;
}

.in-intro-child {
  position: static;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.bold-text-8 {
  position: static;
  color: #fff;
  font-size: 70px;
  text-align: center;
}

.in-header-paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 45px;
  text-align: left;
}

.in-header-parent {
  position: relative;
  z-index: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 1600px;
  padding-right: 50px;
  padding-left: 50px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-logo-link-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.emc-logo {
  overflow: visible;
  width: auto;
  height: 54px;
}

.heading-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.heading-6.awardees {
  color: #fff;
  line-height: 90px;
}

.heading-6.awardees {
  color: #fff;
  line-height: 90px;
}

.role {
  color: #eeedf5;
}

.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;
}

.grid-paragraph {
  max-width: 700px;
  margin-top: 0px;
  text-align: left;
}

.grid-icon {
  width: 150px;
  height: 150px;
  margin-right: 0px;
}

.author {
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.author.sidebar {
  color: #361d7e;
}

.quote-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 300px;
  margin-bottom: 45px;
  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-color: #162034;
}

.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.left {
  right: 40px;
  margin-bottom: 0px;
}

.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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quote-2 {
  width: 90%;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.quote-2.sidebar {
  color: #361d7e;
}

.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.right {
  margin-left: 30px;
}

.about-3col-grid.left {
  padding-right: 30px;
}

.about-grid-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-top: 21px;
  margin-bottom: 36px;
  border-radius: 10px;
  background-color: #fff;
}

.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;
}

.rich-text-block {
  position: static;
  width: 90%;
  max-width: 800px;
  margin-top: 0px;
  margin-bottom: 70px;
}

.rich-text-block.nobottompadding {
  margin-bottom: 0px;
}

.rich-text-block.nobottompadding.somebottompadding {
  margin-bottom: 24px;
}

.rich-text-block.fairness {
  display: block;
  width: 100%;
  max-width: none;
  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;
  font-family: proxima-nova, sans-serif;
}

.rich-text-block.fairness a {
  color: #1b883d;
}

.grid-header {
  text-align: center;
}

.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;
}

.spacer {
  display: none;
}

.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;
}

.faq-heading {
  margin-top: 0px;
}

.bold-text-11 {
  font-size: 22px;
}

.period-name-2 {
  position: absolute;
  left: 20px;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #0d2441;
  font-weight: 400;
  text-transform: uppercase;
}

.timeline {
  color: #009bde;
  font-size: 16px;
  font-weight: 500;
}

.timeline-description-2 {
  position: relative;
  z-index: 3;
  margin-bottom: 20px;
  color: #0d2441;
  line-height: 28px;
  font-weight: 400;
}

.timeline-name {
  color: #162034;
  font-size: 26px;
  font-weight: 500;
}

.timeline-bar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3px;
  margin-top: 275px;
  margin-bottom: 300px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #0d2441;
  background-color: #000;
}

.timeline-date-2 {
  margin-top: 5px;
  margin-bottom: 23px;
  color: #767676;
  font-size: 16px;
  font-weight: 400;
}

.timeline-card-2 {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  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-style: solid;
  border-width: 3px;
  border-color: #0d2441;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.point-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-bottom: 680px;
  -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: 100%;
  background-color: #1b883d;
  box-shadow: 0 0 0 5px #fff;
  color: #1b883d;
}

.point-2.bottom {
  margin-bottom: 0px;
}

.bold-text-12 {
  font-weight: 400;
}

.bold-text-13 {
  font-weight: 400;
}

.bold-text-14 {
  font-weight: 500;
}

.bold-text-15 {
  font-weight: 400;
}

.bold-text-16 {
  font-weight: 400;
}

.bold-text-17 {
  font-weight: 400;
}

.bold-text-18 {
  font-weight: 400;
}

.bold-text-19 {
  font-weight: 500;
}

.bold-text-20 {
  font-weight: 400;
}

.bold-text-21 {
  font-weight: 400;
}

.bold-text-22 {
  font-weight: 400;
}

.bold-text-23 {
  font-weight: 400;
}

.bold-text-24 {
  color: #000;
  font-weight: 500;
}

.scoring-comm-parent {
  margin-bottom: 50px;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.eval-logos-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  margin-bottom: 20px;
  padding: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.eval-logos-parent:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.eval-logos-parent.nau-parent-div {
  height: 290px;
}

.eval-logos-child {
  margin-bottom: 11px;
}

.scoring-comm-paragraph {
  font-size: 16px;
  line-height: 24px;
}

.scoring-comm-paragraph.nau-date {
  color: #767676;
}

.scoring-comm-logos {
  width: 50%;
}

.spacer-eval {
  height: 50px;
}

.collection-item-2 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.header-link-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0px;
  padding: 10px 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
}

.header-link-parent:hover {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #000 #000 #009bde;
  border-radius: 0px;
  background-color: rgba(140, 204, 252, 0.28);
  color: #000;
}

.header-link-parent.cnc-hover {
  padding-right: 24px;
  padding-left: 24px;
  border-bottom-color: #20a449;
  background-color: rgba(144, 214, 160, 0.2);
}

.header-link-parent.cnc-hover:hover {
  border-bottom-color: #21a349;
  background-color: rgba(32, 164, 73, 0.25);
}

.header-link-parent.cnc-hover:focus {
  border-bottom-color: #21a349;
  background-color: rgba(144, 214, 160, 0.22);
}

.header-link-parent.cnc-hover.mobile {
  display: none;
}

.header-link-parent.etbc-hover {
  padding-right: 24px;
  padding-left: 24px;
}

.header-link-parent.etbc-hover:hover {
  border-bottom-color: #ffca0e;
  background-color: transparent;
}

.header-link-parent.etbc-hover:focus {
  border-bottom-color: #ffca0e;
  background-color: rgba(242, 169, 0, 0.12);
}

.header-link-parent.etbc-hover.mobile {
  display: none;
}

.header-link-parent.emc-hover {
  padding-right: 24px;
  padding-left: 24px;
  border-bottom-color: transparent;
  background-color: rgba(140, 204, 252, 0);
}

.header-link-parent.emc-hover:hover {
  border-bottom-color: #009bde;
  background-color: transparent;
}

.header-link-parent.emc-hover:focus {
  border-bottom-color: #009bde;
  background-color: rgba(140, 204, 252, 0.28);
}

.header-link-parent.emc-hover.mobile {
  display: none;
}

.navigation-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  padding-right: 3%;
  padding-left: 3%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-challenge-icon {
  margin-right: 8px;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.nav-menu-2.mobile {
  display: none;
}

.header-link-text {
  font-family: proxima-nova, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.header-link-text:hover {
  text-decoration: none;
}

.bold-text-25 {
  color: #000;
  font-size: 16px;
  text-align: left;
}

.bold-text-25:hover {
  display: block;
  text-align: left;
}

.nav-link-2 {
  padding-left: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-2.bigger {
  padding-left: 15px;
}

.nav-link-2.bigger:hover {
  border-bottom: 3px none #000;
  text-align: center;
}

.nav-link-2.bigger.inner-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid transparent;
  background-color: #fff;
  font-size: 18px;
  text-align: center;
}

.nav-link-2.bigger.inner-link:hover {
  border-bottom: 3px solid #162034;
  border-radius: 0px;
  background-color: transparent;
  text-align: center;
}

.nav-link-2.bigger.inner-link:focus {
  background-color: #f0f0f0;
}

.nav-link-2.special {
  position: relative;
  margin-left: 10px;
  padding-left: 0px;
}

.nyctp-navbar-parent {
  height: auto;
  max-width: none;
  background-color: #fff;
}

.text-block-5 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.nd-photo-div {
  position: relative;
  top: -64px;
}

.nd-image {
  position: static;
  top: -51px;
  overflow: hidden;
  width: 100%;
  height: 450px;
  margin-bottom: 0px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.news-detail {
  margin-top: 25px;
  font-family: proxima-nova, sans-serif;
}

.news-detail a {
  color: #1b883d;
}

.nd-body {
  position: relative;
}

.nd-info-div {
  position: relative;
  top: 0px;
  width: 100%;
  margin-bottom: 0px;
  padding: 20px 20px 95px;
  border-radius: 0px;
  background-color: #fff;
}

.container-800 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.nd-text-link {
  position: relative;
  top: -11px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
}

.nd-text-link:hover {
  color: #fff;
}

.nd-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nd-content-bg {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 67px;
  background-color: #fff;
}

.nd-close-div {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  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: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.faqs-close-icon {
  display: none;
  color: rgba(0, 0, 0, 0.54);
}

.fact-link-2 {
  display: block;
  margin-top: 50px;
  font-family: proxima-nova, sans-serif;
  color: #1b883d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.fact-link-2:hover {
  color: #000;
  text-decoration: none;
}

.header-button-2 {
  display: block;
  margin-right: 70px;
  padding: 15px 20px;
  border-radius: 40px;
  background-color: #009bde;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.header-button-2:hover {
  position: static;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 144, 208, 0.54);
  color: #0090d0;
}

.slider_slide-3-2 {
  position: static;
  width: 85%;
  max-width: none;
  min-height: auto;
  margin-right: 108px;
  margin-left: 0px;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.24);
  color: #000;
}

.section-5-wrapper-2 {
  position: relative;
  width: 100vw;
  height: 100%;
  padding: 150px 500px 150px 50px;
  background-color: rgba(22, 32, 52, 0.76);
}

.bold-text-26 {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 60px;
}

.s1-image-bg-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(255, 255, 255, 0.01);
  background-image: url('../images/0_hp_default_raised-walkway-shutterstock_1641864907.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.s1-image-bg-2.awardees {
  background-image: url('../images/nyctp-finalists-cn-header.jpg');
}

.s1-image-bg-2.awardees {
  background-image: url('../images/electric-mobility-phase-one-awardee-announcement.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.paragraph-6 {
  width: 80%;
  margin-top: 50px;
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  color: rgba(0, 0, 0, 0.54);
  font-size: 24px;
  text-align: center;
}

.s2-pattern {
  position: absolute;
  left: auto;
  top: -102px;
  right: 0%;
  bottom: auto;
  display: none;
  width: 204px;
  height: 204px;
  margin-right: 100px;
  background-image: url('../images/pattern-8x8-CN.png');
  background-position: 50% 50%;
  background-size: cover;
}

.info-block-3 {
  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: center;
}

.process-5-slider-3 {
  position: relative;
  top: 0px;
  display: block;
  overflow: visible;
  width: 60vw;
  height: auto;
  min-height: auto;
  margin-top: 0px;
  clear: none;
  background-color: transparent;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.resource-item-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  margin-right: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  -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;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
}

.resource-item-2:hover {
  width: 340px;
  height: 340px;
  margin: -20px 0px 20px;
  padding: 20px;
  background-color: #1b883d;
  box-shadow: 0 0 104px 0 rgba(0, 0, 0, 0.54);
  color: #fff;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  color: #000;
  font-size: 48px;
  line-height: 60px;
}

.paragraph-7 {
  width: 80%;
  margin-top: 50px;
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  color: #767676;
  font-size: 24px;
  text-align: left;
}

.footer-row-4 {
  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;
}

.about-image-2 {
  width: 600px;
  height: 600px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 10px;
  background-image: url('../images/about-image_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider_slide-4-2 {
  position: static;
  width: 85%;
  max-width: none;
  min-height: auto;
  margin-right: 108px;
  margin-left: 0px;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.24);
  color: #000;
}

.footer-button-2 {
  display: block;
  width: 240px;
  margin-top: 50px;
  margin-right: 70px;
  padding: 15px 20px;
  border-radius: 40px;
  background-color: #009bde;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  text-align: center;
}

.footer-button-2:hover {
  margin-top: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 144, 208, 0.54);
  color: #009bde;
}

.section-slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: auto;
  padding: 150px 0px 150px 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0090d0;
  background-image: url('../images/htp-pattern.png');
  background-position: 50% 50%;
  background-size: 28px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
}

.content-s2-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.facts-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -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;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 48px;
  line-height: 60px;
}

.resources-paragraph-2 {
  width: 70%;
  margin-top: 50px;
  font-size: 18px;
  line-height: 24px;
}

.mask-5 {
  position: relative;
  overflow: hidden;
  width: 60vw;
  height: auto;
  padding: 54px;
  -webkit-transform: translate(-54px, 30px);
  -ms-transform: translate(-54px, 30px);
  transform: translate(-54px, 30px);
}

.accordion-trigger-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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-style: none;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0);
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.accordion-trigger-2:hover {
  background-color: hsla(0, 0%, 97.7%, 0);
  color: #000;
}

.accordion-trigger-2:focus {
  border-radius: 10px 10px 0px 0px;
  background-color: transparent;
}

.paragraph-8 {
  font-family: proxima-nova, sans-serif;
}

.paragraph-9 {
  margin-top: 50px;
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.accordion-item-2 {
  overflow: hidden;
  margin-bottom: 30px;
  border: 0px solid #000;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.16);
}

.faq-wrapper-2 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 940px;
  margin: 50px auto 0px;
}

.paragraph-5 {
  margin-top: 30px;
  margin-bottom: 0px;
}

.faqs-info {
  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;
}

.footer-heading-2 {
  width: auto;
  margin-top: 0px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 60px;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.slider-3 {
  position: static;
  width: 60vw;
  height: auto;
  max-height: none;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  padding-left: 150px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -o-object-fit: fill;
  object-fit: fill;
}

.facts-item-h3 {
  margin: 0px;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
}

.section-4-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  margin-bottom: 0px;
  padding-top: 150px;
  padding-bottom: 150px;
  -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: #f8f8fa;
}

.section-4-wrapper-2.interior-resource {
  padding-top: 0px;
}

.counters-list-2 {
  position: static;
  display: block;
  -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;
}

.faqs {
  overflow: visible;
  width: 100vw;
  height: auto;
  padding: 150px 50px;
  background-color: #f8f8fa;
  font-family: proxima-nova, sans-serif;
}

.htp-content-2 {
  width: 40vw;
  margin-right: 0px;
  padding-right: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.scrolldown-wrapper-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.footer-paragraph-2 {
  width: auto;
  margin-top: 50px;
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.bold-text-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.slider_slide-2-2 {
  position: static;
  width: 85%;
  max-width: none;
  min-height: auto;
  margin-right: 108px;
  margin-left: 0px;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.24);
  color: #000;
}

.section-1-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1600px;
  margin-bottom: 0px;
  padding: 50px 50px 150px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(22, 32, 52, 0.76);
  opacity: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.slider_slide-1-2 {
  position: static;
  width: 85%;
  max-width: none;
  min-height: auto;
  margin-right: 108px;
  margin-left: 0px;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.24);
  color: #000;
}

.footer-row-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.italic-text-2 {
  width: auto;
  font-family: proxima-nova, sans-serif;
  color: #767676;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.section-6-wrapper-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #162034;
}

.resources-list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: hsla(0, 0%, 100%, 0);
}

.faqs-expanded-icon {
  display: block;
  color: rgba(0, 0, 0, 0.54);
}

.footer-link-3 {
  margin-right: 35px;
  margin-left: 35px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-3:hover {
  color: #0090d0;
  text-decoration: underline;
}

.footer-row-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -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;
}

.heading-10 {
  width: 80vw;
  margin-top: 50px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 48px;
}

.slider_slide-5-2 {
  position: static;
  width: 85%;
  max-width: none;
  min-height: auto;
  margin-right: 108px;
  margin-left: 0px;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.24);
  color: #000;
}

.faq-content {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0px 0px 10px 10px;
  background-color: rgba(255, 255, 255, 0);
  color: #000;
}

.footer-info-wrapper-2 {
  width: 70vw;
  margin-top: 0px;
  padding-top: 0px;
}

.fact-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-top: 0px;
  padding: 30px;
  -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;
  align-self: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 10px;
  box-shadow: 0 1px 54px 0 rgba(0, 0, 0, 0.16);
  font-family: proxima-nova, sans-serif;
}

.link-2 {
  position: static;
  left: 50px;
  top: auto;
  right: auto;
  bottom: 50px;
  margin-top: 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1b883d;
  font-size: 18px;
  line-height: 24px;
  text-decoration: underline;
}

.link-2:hover {
  color: #000;
  text-decoration: none;
}

.bold-text-29 {
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
}

.slider_slide-6-2 {
  position: static;
  width: 85%;
  max-width: none;
  min-height: auto;
  margin-right: 108px;
  margin-left: 0px;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.24);
  color: #000;
}

.section-facts {
  width: 100vw;
  height: auto;
  margin-bottom: 0px;
  padding: 150px 50px;
}

.fact-number {
  position: absolute;
  left: auto;
  top: auto;
  right: 30px;
  bottom: 20px;
  color: rgba(0, 0, 0, 0.08);
  font-size: 100px;
  line-height: 72px;
  font-weight: 700;
  text-align: right;
}

.s1-pattern {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -102px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 204px;
  height: 204px;
  margin-top: 0px;
  margin-right: 100px;
  background-image: url('../images/pattern-8x8-CN.png');
  background-position: 50% 50%;
  background-size: 204px;
  opacity: 0.5;
}

.s1-pattern.awardess {
  left: auto;
  top: -102px;
  right: 0%;
  bottom: auto;
  background-image: url('../images/Pattern-8x8-green-awardees.png');
  opacity: 1;
}

.s1-pattern.awardess.awardees-bot {
  top: -154px;
}

.recource-heading-2 {
  margin: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
}

.facebook-icon {
  margin-right: 12px;
  margin-left: 12px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.facebook-icon:hover {
  color: #1b883d;
}

.twitter-icon {
  margin-right: 12px;
  margin-left: 12px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.twitter-icon:hover {
  color: #1b883d;
}

.youtube-icon {
  margin-right: 12px;
  margin-left: 12px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.youtube-icon:hover {
  color: #1b883d;
}

.html-embed-3 {
  margin-right: 12px;
  margin-left: 12px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.html-embed-3:hover {
  color: #1b883d;
}

.heading-23 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  color: #000;
  font-size: 48px;
  line-height: 60px;
}

.paragraph-10 {
  width: 80%;
  margin-top: 50px;
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  color: rgba(0, 0, 0, 0.54);
  font-size: 18px;
  text-align: left;
}

.totalslides {
  position: static;
  left: 0%;
  top: 25%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-left: 0px;
  padding-left: 5px;
  color: hsla(0, 0%, 100%, 0.54);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.slide-nav-3 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: visible;
  opacity: 1;
}

.slider_slide-3-3 {
  position: static;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin-right: 108px;
  margin-left: 0px;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.24);
  color: #000;
}

.slider_slide-2-3 {
  position: static;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin-right: 108px;
  margin-left: 0px;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.24);
  color: #000;
}

.counter {
  margin-right: 5px;
  color: #fff;
  font-size: 24px;
}

.total-2 {
  margin-right: 5px;
  color: hsla(0, 0%, 100%, 0.54);
  font-size: 18px;
}

.slider_slide-5-3 {
  position: static;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin-right: 108px;
  margin-left: 0px;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.24);
  color: #000;
}

.slider-4 {
  position: static;
  width: 60vw;
  height: auto;
  max-height: none;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 100px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -o-object-fit: fill;
  object-fit: fill;
}

.htp-content-3 {
  width: 40vw;
  margin-right: 0px;
  padding-right: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.section-slider-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: auto;
  padding: 150px 0px 150px 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #1b883d;
  background-image: url('../images/gree-pattern_1gree pattern.png');
  background-position: 50% 50%;
  background-size: 28px;
  opacity: 1;
  font-family: proxima-nova, sans-serif;
  color: #fff;
}

.slider_slide-4-3 {
  position: static;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin-right: 108px;
  margin-left: 0px;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.24);
  color: #000;
}

.slider_slide-1-3 {
  position: static;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin-right: 108px;
  margin-left: 0px;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.24);
  opacity: 1;
  color: #000;
}

.mask-6 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-right: 0px;
  padding: 54px 50px;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

.html-embed-4 {
  font-size: 24px;
  line-height: 24px;
}

.step-1-6-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 120px;
  height: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.process-5-slider-4 {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: transparent;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.slider_slide-6-3 {
  position: static;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin-right: 108px;
  margin-left: 0px;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.24);
  color: #000;
}

.navigation-menu-content {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: block;
  overflow: visible;
  height: auto;
  margin-top: 32px;
  margin-right: 62px;
  padding: 24px 0px;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 1px 54px 0 rgba(0, 144, 208, 0.54);
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: proxima-nova, sans-serif;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-item-2-levels {
  position: static;
  display: block;
  height: auto;
  margin-bottom: 4px;
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-item-2-levels.results {
  display: block;
}

.navigation-link-2-level {
  height: auto;
  margin-top: 24px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: proxima-nova, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.navigation-link-2-level:hover {
  text-decoration: underline;
}

.header-button-3 {
  display: block;
  margin-right: 0px;
  padding: 15px 20px;
  border-radius: 40px;
  background-color: #009bde;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.header-button-3:hover {
  position: static;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 144, 208, 0.54);
  color: #0090d0;
}

.header-button-3.bold-text.button-header-register {
  display: block;
  background-color: #1b883d;
  opacity: 0;
  color: #fff;
}

.header-button-3.bold-text.button-header-register:hover {
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(32, 164, 73, 0.54);
  color: #1b883d;
}

.title-and-close-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.bold-text-30 {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 48px;
}

.text-block-2 {
  margin-top: 1px;
  margin-bottom: 0px;
  margin-left: 15px;
  font-family: proxima-nova, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

.nav-close-button {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 48px;
  padding: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ccc;
}

.nav-close-button:hover {
  width: 54px;
  height: 54px;
  margin-top: 0px;
  margin-right: 0px;
  padding: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0);
  color: #000;
  text-align: center;
}

.nav-link-level22 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding: 0px 0px 24px 30px;
  -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;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-left: 4px solid #1fa44a;
  border-radius: 0px;
  background-color: rgba(32, 164, 73, 0.04);
}

.section-1-wrapper-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 90vh;
  min-height: 0px;
  margin-bottom: 0px;
  padding: 50px 50px 150px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(22, 32, 52, 0.76);
  opacity: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section-1-wrapper-3.awardees {
  overflow: hidden;
  width: 100vw;
  max-width: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-24 {
  width: auto;
  margin-top: 50px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 36px;
  line-height: 48px;
}

.nav-link-level2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding: 0px 0px 24px 50px;
  -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-left: 4px solid #009bde;
  border-radius: 0px;
  background-color: rgba(0, 155, 222, 0.04);
}

.nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 4px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  -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;
  font-family: proxima-nova, sans-serif;
}

.navigation-link {
  width: auto;
  height: auto;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 35px;
  font-family: proxima-nova, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.navigation-link:hover {
  text-decoration: underline;
}

.nav-menu-button {
  position: relative;
  width: 70px;
  height: 70px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 25px;
  padding: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 100px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #ccc;
  text-align: center;
}

.nav-menu-button:hover {
  width: 70px;
  height: 70px;
  margin-top: 0px;
  padding: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 1px 54px 0 rgba(32, 164, 73, 0.54);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #1fa44a;
  text-align: center;
}

.nav-link-level-scoring-rubric {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-level-scoring-rubric:hover {
  text-decoration: underline;
}

.nav-link-level1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-level1:hover {
  text-decoration: underline;
}

.nav-link-chevron {
  height: 24px;
  margin-left: 8px;
  color: #000;
}

.navigation-menu-content-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: block;
  overflow: scroll;
  width: 330px;
  height: 80vh;
  max-height: none;
  margin-top: -6px;
  margin-right: -10px;
  padding: 15px 0px 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 1px 54px 0 rgba(0, 144, 208, 0.54);
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: proxima-nova, sans-serif;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-link-level2-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding: 0px 0px 16px 35px;
  -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-left: 4px solid #1fa44a;
  border-radius: 0px;
  background-color: rgba(32, 164, 73, 0.04);
}

.nav-menu-icon-and-content {
  position: relative;
  display: block;
  cursor: pointer;
}

.rich-text-block-2 {
  margin-right: 23px;
  margin-left: 32px;
}

.navigation-menu {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: none;
  overflow: auto;
  width: 330px;
  height: auto;
  max-height: 80vh;
  margin-top: -6px;
  margin-right: -10px;
  padding: 15px 0px 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 1px 54px 0 rgba(0, 144, 208, 0.54);
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: proxima-nova, sans-serif;
  -o-object-fit: fill;
  object-fit: fill;
}

._404-heading {
  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;
}

.bold-text-31 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}

.in-intro-child-404 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: 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;
  text-align: center;
}

._404-button {
  display: block;
  margin-right: 22px;
  padding: 15px 20px;
  border: 2px solid #fff;
  border-radius: 40px;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

._404-button:hover {
  position: static;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 144, 208, 0.54);
  color: #0090d0;
}

.in-header-paragraph-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 45px;
  text-align: left;
}

.in-intro-parent-404 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  -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;
  background-color: rgba(22, 32, 52, 0.76);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 32, 52, 0.76)), to(rgba(22, 32, 52, 0.76))), url('../images/section-image-1.jpg');
  background-image: linear-gradient(180deg, rgba(22, 32, 52, 0.76), rgba(22, 32, 52, 0.76)), url('../images/section-image-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.in-intro-parent-404.about {
  max-width: none;
  min-height: auto;
  padding: 50px;
  background-color: #162034;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 32, 52, 0.76)), to(rgba(22, 32, 52, 0.76))), url('../images/javygo-BsAmnBAZIMI-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(22, 32, 52, 0.76), rgba(22, 32, 52, 0.76)), url('../images/javygo-BsAmnBAZIMI-unsplash.jpg');
}

.in-intro-parent-404.proposal {
  margin-right: 0px;
  margin-left: 0px;
  padding: 50px;
  background-color: #162034;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 32, 52, 0.76)), to(rgba(22, 32, 52, 0.76))), url('../images/chuttersnap-xJLsHl0hIik-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(22, 32, 52, 0.76), rgba(22, 32, 52, 0.76)), url('../images/chuttersnap-xJLsHl0hIik-unsplash.jpg');
}

.in-intro-parent-404.rules {
  max-width: none;
  padding: 50px;
  background-color: #162034;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 32, 52, 0.76)), to(rgba(22, 32, 52, 0.76))), url('../images/unsplash-recrop2.jpg');
  background-image: linear-gradient(180deg, rgba(22, 32, 52, 0.76), rgba(22, 32, 52, 0.76)), url('../images/unsplash-recrop2.jpg');
  background-position: 0px 0px, 50% 20%;
}

.in-intro-parent-404.fairness {
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #162034;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 32, 52, 0.76)), to(rgba(22, 32, 52, 0.76))), url('../images/okai-vehicles-AA0UcHfbd1Q-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(22, 32, 52, 0.76), rgba(22, 32, 52, 0.76)), url('../images/okai-vehicles-AA0UcHfbd1Q-unsplash.jpg');
}

.in-intro-parent-404.faqs {
  max-width: none;
  min-height: 500px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #162034;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 32, 52, 0.76)), to(rgba(22, 32, 52, 0.76))), url('../images/kevin-ku-CWSoCe9zmEQ-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(22, 32, 52, 0.76), rgba(22, 32, 52, 0.76)), url('../images/kevin-ku-CWSoCe9zmEQ-unsplash.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.in-intro-parent-404.timeline {
  max-width: none;
  padding: 50px;
  background-color: #162034;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 32, 52, 0.76)), to(rgba(22, 32, 52, 0.76))), url('../images/lucian-alexe-3ZzOF5qqiEA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(22, 32, 52, 0.76), rgba(22, 32, 52, 0.76)), url('../images/lucian-alexe-3ZzOF5qqiEA-unsplash.jpg');
}

.in-intro-parent-404.orgreadiness {
  max-width: none;
  padding: 50px;
  background-color: #162034;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 32, 52, 0.76)), to(rgba(22, 32, 52, 0.76))), url('../images/antonio-gabola-LKrin9keaD4-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(22, 32, 52, 0.76), rgba(22, 32, 52, 0.76)), url('../images/antonio-gabola-LKrin9keaD4-unsplash.jpg');
}

.in-intro-parent-404.evaluation {
  position: relative;
  height: 500px;
  max-width: none;
  min-height: 0px;
  padding: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #162034;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 32, 52, 0.76)), to(rgba(22, 32, 52, 0.76))), url('../images/bg-404---2.jpg');
  background-image: linear-gradient(180deg, rgba(22, 32, 52, 0.76), rgba(22, 32, 52, 0.76)), url('../images/bg-404---2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.in-intro-parent-404.news-updates {
  max-width: none;
  padding: 50px;
  background-color: #162034;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 32, 52, 0.76)), to(rgba(22, 32, 52, 0.76))), url('../images/martin-sarthou-u7vIXRB0kac-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(22, 32, 52, 0.76), rgba(22, 32, 52, 0.76)), url('../images/martin-sarthou-u7vIXRB0kac-unsplash.jpg');
}

.in-intro-parent-404.secondary-page {
  height: 500px;
  padding: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 32, 52, 0.76)), to(rgba(22, 32, 52, 0.76)));
  background-image: linear-gradient(180deg, rgba(22, 32, 52, 0.76), rgba(22, 32, 52, 0.76));
  background-position: 0px 0px;
}

.in-intro-parent-404.secondary-page.news-detail-header-bg {
  height: 225px;
}

.in-intro-parent-404.resources {
  max-width: none;
  padding: 50px;
}

.html-embed-6 {
  color: #1b883d;
}

.heading-25 {
  margin-top: 10px;
}

.heading-26 {
  margin-top: 10px;
}

.heading-27 {
  margin-top: 10px;
}

.heading-28 {
  margin-top: 10px;
}

.html-embed-7 {
  color: #1b883d;
}

.html-embed-8 {
  color: #1b883d;
}

.html-embed-9 {
  color: #1b883d;
}

.button-sidebar-register {
  display: none;
  margin-top: 20px;
  margin-right: 30px;
  margin-left: 30px;
  padding: 15px 20px;
  border-radius: 40px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.trigger-focus-shape {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  border-radius: 10px;
  background-color: transparent;
  cursor: pointer;
}

.cookie-div {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 810px;
  height: 60px;
  margin: 15px;
  padding: 11px 19px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
}

.cookie-div.js-cookie-notice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  border-radius: 0px;
  opacity: 1;
}

.cookie-text-2 {
  margin-right: 11px;
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  line-height: 17px;
}

.cookie-button-2 {
  display: block;
  padding-top: 7px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #ef952c;
  border-radius: 6px;
  background-color: #fff;
  color: #f27056;
  font-size: 14px;
  font-weight: 500;
}

.cookie-button-2.js-cookie-accept {
  border-color: #1b883d;
  border-radius: 20px;
  color: #162034;
}

.bold-text-32 {
  color: #000;
}

.currentslidenumber {
  position: static;
  left: 0%;
  top: 25%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-left: 5px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-6 {
  display: inline-block;
  padding-right: 12px;
  text-decoration: underline;
}

.text-block-6:hover {
  text-decoration: none;
}

.text-block-7 {
  margin-bottom: 8px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.column {
  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;
}

.heading-29 {
  margin-top: 20px;
}

.heading-30 {
  margin-top: 0px;
}

.heading-31 {
  margin-top: 0px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  padding-left: 12px;
  -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;
}

.finalists-top-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  background-color: #1b883d;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 24px;
}

.bold-text-33 {
  font-weight: 500;
}

.text-span {
  text-decoration: underline;
}

.html-embed-10 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 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;
}

.heading-32 {
  color: #fff;
  font-size: 54px;
}

.grand-prize-awardees-wrapper {
  position: relative;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  padding-top: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pagination-childe {
  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;
}

.pagination-link-block {
  width: 8px;
  height: 8px;
  margin-bottom: 16px;
  opacity: 0.6;
}

.pagination-link-block:hover {
  opacity: 0.9;
}

.pagination-link-block:active {
  opacity: 1;
}

.pagination-link-block:focus {
  opacity: 1;
}

.pagination-item {
  width: 8px;
  height: 8px;
  margin-top: 0px;
  margin-bottom: 10px;
  border-radius: 100px;
  background-color: #162034;
}

.pagination-link-text {
  display: none;
}

.pagination-dots {
  position: static;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 2%;
  height: 1000px;
  margin-right: 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;
}

.pagination-dots.anchor-put-link-in-here {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.awardees-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 100px 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;
  background-color: transparent;
}

.awardees-item-wrapper.awardees-bot {
  padding: 0px;
  -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;
}

.awardees-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
}

.awardees-item-content.anchor-dynamic-content {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.awardees-item-content.awardees-bot {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.awardees-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 360px;
  height: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #68d883;
}

.awardees-image-wrapper.awardees-bot {
  width: 100%;
  height: 300px;
  min-height: 300px;
  padding: 16px;
  background-color: #68d883;
}

.awardees-image {
  position: absolute;
  left: auto;
  right: -29px;
  width: 360px;
  height: 342px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #ccc;
  background-image: url('../images/BikeShare-GettyImages-1200676601.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.awardees-image.awardees-bot {
  position: absolute;
  left: 24px;
  right: 0px;
  bottom: 24px;
  width: 220px;
  height: 220px;
  min-height: 220px;
  min-width: 220px;
  box-shadow: 0 20px 40px 4px rgba(0, 0, 0, 0.16);
}

.image-13 {
  position: absolute;
  left: auto;
  top: auto;
  right: -90px;
  bottom: -28px;
  width: 160px;
  opacity: 0.5;
}

.awardees-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 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;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.awardees-text-wrapper.awardees-bot {
  width: auto;
  height: 100%;
  margin-top: 0px;
  margin-left: 54px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.awardees-city-state {
  width: 100%;
  font-family: proxima-nova, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.awardees-city-state.awardees-bot {
  width: auto;
}

.awardees-organization-name {
  width: 100%;
  margin-top: 8px;
  font-family: proxima-nova, sans-serif;
  color: #1b883d;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.awardees-organization-name.awardees-bot {
  width: auto;
  margin-top: 4px;
}

.awardees-title {
  width: 100%;
  margin-top: 16px;
  font-family: proxima-nova, sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

.awardees-title.awardees-bot {
  width: auto;
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 24px;
}

.awardees-link-home {
  color: #fff;
}

.awardees-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 70px;
  margin-top: 0px;
  padding-right: 36px;
  padding-left: 36px;
  -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: 2px solid #1b883d;
  border-radius: 35px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: proxima-nova, sans-serif;
  color: #1b883d;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.awardees-button:hover {
  border-color: #1b883d;
  background-color: #1b883d;
  color: #fff;
}

.awardees-button.password {
  height: 60px;
  margin-top: 8px;
}

.bold-text-34 {
  font-weight: 700;
  text-transform: uppercase;
}

.anchor-data-feed.awardees-bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.anchor-hidden-link-info {
  display: none;
  width: auto;
}

.anchor-link-button {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-bottom: 16px;
  border-radius: 20px;
  background-color: rgba(22, 32, 52, 0.54);
}

.anchor-link-button:hover {
  background-color: #162034;
}

.anchor-link-button.active-link {
  background-color: #162034;
}

.collection-list-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  -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-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.collection-list-2 {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 0vh;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  margin-top: 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;
}

.collection-list-2.anchor-put-link-in-here {
  position: -webkit-sticky;
  position: sticky;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.awardees-list-wrapper {
  overflow: visible;
  width: auto;
  height: auto;
}

.awardees-list-wrapper.awardees-bot {
  padding-right: 50px;
  padding-left: 50px;
}

.left-awardees-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 36px;
}

.right-awardees-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: auto;
  height: 100%;
  padding-right: 36px;
  -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;
}

.test-sticky-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.right-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 10%;
  height: 100px;
  max-height: 100px;
  margin-top: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #333;
  -o-object-fit: fill;
  object-fit: fill;
}

.left-sticky {
  overflow: visible;
  width: 90%;
  height: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #1b883d;
}

.div-block-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 20px;
  height: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #1b883d;
}

.div-block-3 {
  height: 400px;
  margin-bottom: 24px;
  background-color: #474747;
}

.div-block-4 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 50px;
  height: 50px;
  margin-top: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #009bde;
}

.div-block-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-6 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 300px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #009bde;
}

.div-block-7 {
  height: 500px;
  margin-bottom: 50px;
  background-color: #3b3535;
}

.link-anchor-circle {
  display: block;
  overflow: visible;
  width: 8px;
  height: 8px;
  margin-bottom: 16px;
  border-radius: 20px;
  background-color: rgba(22, 32, 52, 0.54);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-anchor-circle:hover {
  background-color: #162034;
}

.link-anchor-circle.active-link {
  width: 8px;
  height: 8px;
  margin-bottom: 16px;
  border-radius: 20px;
  background-color: #162034;
}

.link-anchor-circle.anchor-link-button {
  display: block;
}

.anchor-hidden-link-info-2 {
  display: block;
  margin: 20px;
  padding: 20px;
  background-color: #f9f8f9;
}

.p-small {
  font-size: 0.8rem;
  line-height: 120%;
  letter-spacing: -0.01em;
}

.anchor-link-button-2 {
  width: 100%;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 3px solid #f1eeff;
}

.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;
}

.div-block-9 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.anchor-put-links-in-here {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.div-block-10 {
  width: 8px;
  height: 8px;
  margin-bottom: 16px;
}

.link-acnchor-style {
  width: 8px;
  height: 8px;
  margin-bottom: 16px;
  background-color: rgba(22, 32, 52, 0.54);
}

.link-acnchor-style:hover {
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background-color: #162034;
}

.text-block-9 {
  display: none;
  width: 0px;
  height: 0px;
}

.link-3 {
  margin-left: 16px;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.link-3.back {
  display: none;
}

.div-block-11 {
  position: absolute;
}

.back-panel-awardees {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.html-embed-11 {
  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: #1b883d;
}

.video-awardees-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border-radius: 10px;
  background-color: #162034;
}

.content-awardees-wrapper {
  position: relative;
  z-index: 1;
  width: 90vw;
  max-width: 960px;
  margin-top: -54px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px;
  border-radius: 0px;
}

.video {
  border-radius: 10px;
  background-color: #162034;
}

.text-block-10 {
  margin-top: 54px;
  margin-right: 8px;
  margin-left: 0px;
  font-family: proxima-nova, sans-serif;
  color: #767676;
  font-size: 20px;
  line-height: 22px;
}

.text-block-10.details {
  margin-top: 0px;
  margin-right: 0px;
  color: #333;
  font-size: 22px;
  line-height: 32px;
}

.text-block-10.details.separator {
  margin-right: 8px;
  margin-left: 8px;
}

.text-block-11 {
  margin-top: 24px;
  font-family: proxima-nova, sans-serif;
  font-size: 36px;
  line-height: 54px;
  font-weight: 700;
}

.text-block-11._24 {
  margin-top: 16px;
}

.rich-text-block-3 {
  margin-top: 24px;
  font-family: proxima-nova, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 36px;
}

.awardee-website-link {
  display: block;
  margin-top: 54px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.previous-next-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 54px;
}

.previous-awardee-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  padding: 36px 24px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 54px 0 rgba(0, 0, 0, 0.16);
}

.next-awardee {
  margin-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.team-pn-name {
  font-family: proxima-nova, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.solution-pn-title {
  margin-top: 16px;
  margin-bottom: 36px;
  font-family: proxima-nova, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.awardee-pn-link {
  display: block;
  margin-top: auto;
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.awardee-pn-link:hover {
  color: #000;
}

.previous-awardee-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  padding: 36px 24px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 54px 0 rgba(0, 0, 0, 0.16);
}

.next-awardee-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 16px;
  padding: 36px 24px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 54px 0 rgba(0, 0, 0, 0.16);
}

.arrow-left {
  display: none;
  width: 100%;
  height: 100%;
}

.arrow-right {
  display: none;
}

.detail-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.detail-content-wrapper.details {
  position: relative;
  margin-top: 36px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 43px;
}

.solution-location-text {
  margin-top: 8px;
  margin-right: 8px;
  margin-left: 0px;
  font-family: proxima-nova, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}

.solution-location-text.title-field {
  color: #333;
}

.text-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-13 {
  margin-top: 36px;
}

.html-embed-12 {
  color: #000;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 54px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 54px;
  margin-right: px;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  text-decoration: underline;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block.awardee-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 0px;
  margin-right: 0px;
  clear: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 1px solid #1b883d;
  text-decoration: none;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.awardee-website-link-2 {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: proxima-nova, sans-serif;
  color: #1b883d;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.awardee-website-link-2._1 {
  margin-right: 8px;
  color: #1b883d;
}

.image-14 {
  margin-left: 8px;
}

.html-embed-13 {
  margin-top: 54px;
}

.html-embed-13.awardees-bot {
  margin-top: auto;
  margin-bottom: 0px;
}

.awardee-org-website-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: proxima-nova, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.awardee-org-website-link:hover {
  color: #000;
  text-decoration: none;
}

.awardee-org-website-link.awardees {
  color: #162034;
  text-decoration: underline;
}

.awardee-org-website-link.awardees:hover {
  text-decoration: none;
}

.collection-list-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-list-4.counties-tags {
  margin-top: 12px;
}

.plus-line-hor {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 20px;
  height: 4px;
  border-radius: 1px;
  background-color: #1b883d;
}

.html-embed-18 {
  display: none;
}

.filter-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: proxima-nova, sans-serif;
  color: #000;
  font-size: 18px;
}

.line-separator {
  display: block;
  width: 100%;
  height: 1px;
  max-width: none;
  min-height: 1px;
  margin: 0px auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebebeb;
  color: #03f;
}

.collection-list-wrapper-5 {
  margin-top: 4px;
}

.tag-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 4px 4px 4px 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-color: rgba(32, 164, 73, 0.1);
}

.text-block-18 {
  display: none;
}

.reset-filters-button-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.collection-item-5 {
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 4px 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: rgba(48, 190, 48, 0.24);
}

.desktop-filters-list {
  overflow: visible;
}

.plus-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 0px;
  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;
}

.collection-item-4 {
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 4px 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: rgba(236, 131, 11, 0.24);
}

.cms-counties-wrapper {
  width: auto;
}

.count-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 24px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search-results-wrapper {
  position: relative;
  overflow: visible;
  width: auto;
  height: auto;
  min-height: 0vh;
  margin-left: 24px;
  padding-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: auto;
  min-height: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

.filter-fixed-bottom-panel {
  display: none;
}

.filters-lists {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  max-height: none;
  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;
}

.html-embed-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
  color: #232c3f;
}

.cms-cities-wrapper {
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  max-width: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cms-cities-wrapper.city-tags {
  margin-top: 12px;
}

.heading-33 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
}

.lpw-wrapper {
  height: auto;
  margin-top: 40px;
  border: 1px solid #ebebeb;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.plus-line-ver {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 4px;
  height: 20px;
  border-radius: 1px;
  background-color: #1b883d;
}

.submissions-wrapper {
  height: auto;
  margin-top: 40px;
  border: 1px solid #ebebeb;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.lpw-title-wrapper {
  border: 1px none #000;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  background-color: #f6f6f6;
}

.collection-list-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tags-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-right: 24px;
  margin-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter-checkboxes-wrapper {
  overflow: scroll;
  max-height: 176px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 16px;
  padding-bottom: 0px;
  padding-left: 16px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.filter-checkboxes-wrapper.margin-top-4px {
  margin-top: 4px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 0px;
}

.filter-search-field {
  position: relative;
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.city-filter-wrapper {
  overflow: hidden;
}

.checkbox_label {
  margin-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: proxima-nova, sans-serif;
  color: #757575;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.cms-utilities-wrapper {
  width: auto;
}

.item-count {
  display: inline;
  margin-right: 4px;
  text-align: center;
}

.form-filter-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 360px;
  height: auto;
  min-height: 0px;
  margin-top: 0px;
  padding: 0px;
  -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-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px none #efefef;
  border-radius: 4px;
  background-color: transparent;
}

.search-field {
  position: relative;
  z-index: 0;
  height: 70px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 16px;
  border: 1px solid #767676;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
  font-family: proxima-nova, sans-serif;
  color: #000;
  font-size: 20px;
}

.search-field:focus {
  border-color: #1b883d;
}

.search-field::-webkit-input-placeholder {
  color: #000;
}

.search-field:-ms-input-placeholder {
  color: #000;
}

.search-field::-ms-input-placeholder {
  color: #000;
}

.search-field::placeholder {
  color: #000;
}

.collection-item-3 {
  display: block;
  width: auto;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 4px 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 4px;
  background-color: rgba(0, 155, 222, 0.12);
}

.empty-results-state {
  display: block;
  margin-right: 24px;
  margin-left: 0px;
}

.text-block-14 {
  font-family: proxima-nova, sans-serif;
  color: #1b883d;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}

.search-filters-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: none;
  padding-top: 0px;
  padding-bottom: 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;
}

.text-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #ebebeb;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.input-describer {
  display: none;
}

.html-embed-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4px;
  -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: #0073a5;
}

.html-embed-14.tag-remove-button {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #1b883d;
  cursor: pointer;
}

.html-embed-14.tag-remove-button:hover {
  color: #232c3f;
}

.html-embed-14.tag-remove-button:focus {
  color: #232c3f;
}

.checkbox_input {
  width: 24px;
  height: 24px;
  margin-top: 0px;
  margin-bottom: auto;
  margin-left: 0px;
  border-width: 2px;
  border-color: #d5d5d5;
  border-radius: 4px;
  box-shadow: 1px 1px 3px 0 transparent;
}

.checkbox_input.w--redirected-checked {
  width: 24px;
  height: 24px;
  border-color: #1b883d;
  border-radius: 4px;
  background-color: #1b883d;
}

.checkbox_input.w--redirected-focus {
  box-shadow: none;
}

.title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 0px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid solid none;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #efefef;
}

.title-wrapper:hover {
  background-color: transparent;
}

.material-filter-icon {
  font-family: Materialicons, sans-serif;
  color: #767676;
  font-size: 32px;
  line-height: 32px;
  text-transform: lowercase;
}

.text-block-19 {
  margin-top: 24px;
  color: #767676;
  font-size: 24px;
  line-height: 32px;
}

.form-block {
  position: relative;
  overflow: visible;
  height: 100%;
  max-height: none;
  margin-bottom: 0px;
}

.badge-border-grey {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #f6f6f6;
  border-top-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

.results-itemcard-wrapper {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  padding: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #f6f6f6;
  border-radius: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.results-itemcard-wrapper:hover {
  border-width: 2px;
  border-color: #fff;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 0 10px 60px 2px rgba(0, 0, 0, 0.1);
}

.divider {
  display: inline-block;
  padding-right: 8px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.badge-icon-finalists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  max-height: 42px;
  max-width: 42px;
  margin-top: 0px;
  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;
  border: 2px none #e5f5fb;
  border-radius: 9px 0px;
  background-color: transparent;
}

.badge-tooltip-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #232c3f;
  box-shadow: 0 0 20px 0 rgba(35, 44, 63, 0.2);
}

.badge-tooltip-wrapper.winner {
  bottom: -54px;
}

.competition-logo-neighborhoods {
  display: block;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.card-style-blue-award {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #f6f6f6;
  border-radius: 9px;
}

.itemcard-image-wrapper {
  width: 220px;
  height: 110px;
  max-height: 110px;
  max-width: 220px;
  min-height: 90px;
  min-width: 180px;
  margin-bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #c5c5c5;
  background-image: url('../images/EV_Parking_Chargers_937855304.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.orgname-city-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tooltip-triangle {
  position: absolute;
  left: 0%;
  top: -5px;
  right: 0%;
  bottom: auto;
  z-index: auto;
  display: block;
  width: 16px;
  height: 16px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #232c3f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.badge-border-blue {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #e5f5fb;
  border-top-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

.card-border-styes-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.badge-content-competition {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.badge-competition-name {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 42px;
  height: 40px;
  margin-top: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 36px;
  background-color: transparent;
  color: #c061f2;
  -o-object-fit: fill;
  object-fit: fill;
}

.badge-content-award {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.badge-content-award.detail {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.itemcard-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 24px;
  margin-left: 36px;
  -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;
}

.card-style-default {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #f6f6f6;
  border-radius: 9px;
}

.badge-award {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 42px;
  height: 40px;
  margin-top: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 36px;
  background-color: transparent;
  color: #c061f2;
  -o-object-fit: fill;
  object-fit: fill;
}

.tooltip-content {
  position: relative;
  display: block;
  overflow: visible;
  padding: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.itemcard-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  min-height: 65px;
  min-width: 65px;
  margin-right: 0px;
  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-style: solid;
  border-width: 3px;
  border-color: #1b883d;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.html-embed-15 {
  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: #1b883d;
}

.card-style-blue-hb {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #f6f6f6;
  border-radius: 9px;
}

.badge-icon-competition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  max-height: 42px;
  max-width: 42px;
  margin-top: 0px;
  margin-right: 0px;
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px none #f6f6f6;
  border-radius: 9px 0px;
  background-color: transparent;
}

.text-block-17 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
}

.border-badge-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px none #f6f6f6;
  border-top-left-radius: 9px;
  border-bottom-right-radius: 9px;
  background-color: #fff;
}

.image-16 {
  width: auto;
  max-width: none;
}

.itemcard-title {
  margin-top: 8px;
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.badge-icon {
  font-family: Materialicons, sans-serif;
  color: #1b883d;
  font-size: 24px;
  line-height: 32px;
  text-transform: lowercase;
}

.card-content-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-22 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: proxima-nova, sans-serif;
}

.html-embed-20 {
  background-color: #232c3f;
}

.text-block-23 {
  font-family: proxima-nova, sans-serif;
  color: #767676;
  font-size: 18px;
  line-height: 36px;
  text-transform: uppercase;
}

.div-block-15 {
  position: relative;
  height: 60px;
  margin-top: 50px;
}

.checkbox-user-agreement {
  width: 24px;
  height: 24px;
  margin-top: 0px;
  margin-right: 16px;
  border: 2px solid #767676;
  border-radius: 12px;
}

.checkbox-user-agreement:active {
  border-width: 7px;
  border-color: #1b883d;
}

.checkbox-user-agreement.w--redirected-checked {
  border-width: 7px;
  border-color: #1b883d;
  background-color: #fff;
}

.checkbox-user-agreement.w--redirected-focus {
  box-shadow: 0 0 3px 1px #1b883d;
}

.end-user-licensing-agreement-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #767676;
}

.end-user-licensing-agreement-link:hover {
  color: #162034;
  text-decoration: none;
}

.radio-button-label {
  font-family: proxima-nova, sans-serif;
  color: #767676;
  font-size: 20px;
  line-height: 24px;
}

.user-agreement-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 50px;
  padding-right: 24px;
  padding-left: 24px;
  -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: rgba(56, 152, 236, 0.7);
  font-family: proxima-nova, sans-serif;
  color: rgba(253, 253, 253, 0.7);
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}

.user-agreement-button.active {
  position: absolute;
  display: none;
  margin-top: 0px;
  background-color: #1b883d;
  color: #fdfdfd;
}

.user-agreement-button.innactive {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  background-color: #767676;
  color: #fff;
}

.checkbox-field {
  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;
}

.form-block-2 {
  margin-top: 50px;
  margin-bottom: 0px;
}

.user-agreement-wrapper {
  position: fixed;
  z-index: 102;
  display: none;
  width: 100vw;
  height: 100vh;
  -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(35, 44, 63, 0.95);
}

.user-agreement-dialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: auto;
  padding: 54px 36px;
  -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: 9px;
  background-color: #fff;
  box-shadow: 0 1px 54px 10px rgba(0, 0, 0, 0.24);
}

.text-block-24 {
  font-family: proxima-nova, sans-serif;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}

.button {
  background-color: #162034;
}

.skip-button.w--current {
  background-color: #1b883d;
}

.text-block-25 {
  margin-top: 0px;
  margin-right: 8px;
  margin-left: 0px;
  font-family: proxima-nova, sans-serif;
  color: #767676;
  font-size: 20px;
  line-height: 22px;
}

.solution-text {
  margin-top: 24px;
  font-family: proxima-nova, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 36px;
}

.video-awardees-wrapper-2 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border-radius: 10px;
  background-color: #162034;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 13px;
}

.badges-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.county-text-subtitle {
  margin-top: 24px;
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.collection-list-wrapper-9 {
  display: none;
}

.location-proposedwork-wrapper {
  margin-top: 20px;
}

.collection-item-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 36px;
  padding-right: 32px;
  padding-left: 32px;
  -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: #1b883d;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.city-text-subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.empty-state {
  display: inline-block;
  border-radius: 10px;
  background-color: #f3f3f3;
}

.location-proposed-work {
  margin-top: 48px;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
}

.problem-text {
  margin-top: 24px;
  font-family: proxima-nova, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 32px;
  font-style: italic;
  font-weight: 600;
}

.location-proposedwork-item {
  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;
}

.content-awardees-wrapper-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 960px;
  margin-top: -54px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px;
  -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;
}

.badge-icon-2 {
  font-family: Materialicons, sans-serif;
  color: #1b883d;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-transform: lowercase;
}

.cms-utilities {
  display: none;
}

.cms-cities {
  display: none;
}

.cms-counties {
  display: none;
}

.reset-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  min-height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  -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: 8px;
  background-color: #232c3f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  line-height: 0px;
}

.reset-button:hover {
  background-color: #1b883d;
}

.link-6 {
  display: none;
}

.text-block-26 {
  display: none;
}

.itemcard-subtitle {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.collection-item-8 {
  height: auto;
}

.nyctp-logo-color {
  display: none;
}

.nyctp-logo-grey {
  display: block;
}

.in-intro-child-405 {
  position: static;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  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;
  text-align: left;
}

.in-header-paragraph-405 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
}

.container-1200-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 960px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  text-align: left;
}

.winner-badge-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 54px;
  min-height: 54px;
  min-width: 54px;
  margin-top: 16px;
  margin-right: 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: 0px 0px 24px 24px;
  background-color: #68d883;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 0 32px 4px rgba(27, 136, 61, 0.54);
}

.winner-badge-wrapper.details-page {
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #1b883d;
  background-color: #1b883d;
  box-shadow: none;
}

.winner-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -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: #1b883d;
  font-size: 12px;
}

.winner-icon.gold {
  color: #feca0a;
}

.winner-icon.blue {
  color: #0073a5;
}

.grand-prize-winner-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-27 {
  margin-left: 54px;
  font-family: proxima-nova, sans-serif;
  color: #1b883d;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
}

.awardees-wrapper {
  position: relative;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  padding-top: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.awardees-wrapper.results {
  background-color: #f9f9f9;
}

.awardees-wrapper.results.awardees-bot {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 54px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 54px;
}

.awardees-image-bot-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 360px;
  height: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #68d883;
}

.awardees-image-bot-wrapper.awardees-bot {
  width: 220px;
  height: 220px;
  min-height: 220px;
  min-width: 220px;
  padding: 16px;
  background-color: hsla(0, 0%, 77.3%, 0.24);
}

.awardees-item-bot-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
}

.awardees-item-bot-content.anchor-dynamic-content {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.awardees-item-bot-content.awardees-bot {
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.awardees-item-bot-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 100px 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;
  background-color: transparent;
}

.awardees-item-bot-wrapper.awardees-bot {
  height: 100%;
  padding: 0px;
  -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;
}

.awardees-list-bot-wrapper {
  overflow: visible;
  width: auto;
  height: auto;
}

.awardees-list-bot-wrapper.awardees-bot {
  padding-right: 0px;
  padding-left: 0px;
}

.pw-footer-parent {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
}

.pw-footer {
  margin-top: 8px;
  color: #fff;
  font-size: 12px;
}

.image-17 {
  width: 280px;
}

.text-field {
  height: 54px;
  margin-top: 36px;
  border-radius: 4px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.24);
  border-radius: 10px;
  background-color: #fff;
}

.div-block-17.green {
  height: 100%;
  padding: 12px 16px;
  background-color: #fff;
  background-image: linear-gradient(135deg, rgba(27, 136, 61, 0.8), #4fad66), url('../images/EV_Parking_Chargers_937855304.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.div-block-17.badge {
  padding: 12px 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-color: rgba(32, 164, 73, 0.2);
}

.awardee-card-info-separator {
  width: 100%;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.12);
}

.investor-packets {
  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;
  grid-column-gap: 12px;
}

.html-embed-21 {
  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: #68d883;
}

.link-7 {
  color: #1b883d;
}

.image-18 {
  margin-left: auto;
}

.investor-packets-link {
  color: #333;
  font-size: 20px;
}

.top-text-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-row-gap: 16px;
}

.text-content-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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.detail-right-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 700px;
  min-width: 280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 24px;
}

.html-embed-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  color: #000;
}

.text-block-28 {
  font-size: 24px;
}

.text-block-29 {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

.finalists-banner-button {
  background-color: #0b471e;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.banner-awardee-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 5vh;
  bottom: 5vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 90vh;
  min-height: 300px;
  min-width: 280px;
  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;
  grid-column-gap: 54px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(104, 216, 131, 0.6)), to(#1b883d)), url('../images/Pattern-8x8-green-awardees.png'), url('../images/EV_Parking_Chargers_937855304.jpg');
  background-image: linear-gradient(180deg, rgba(104, 216, 131, 0.6), #1b883d), url('../images/Pattern-8x8-green-awardees.png'), url('../images/EV_Parking_Chargers_937855304.jpg');
  background-position: 0px 0px, 50% 50%, 50% 50%;
  background-size: auto, cover, cover;
}

.text-block-30 {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  text-align: left;
}

.awardee-banner-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  padding: 16px 24px;
  -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: #0f5725;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 54px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-column-gap: 54px;
}

.cookie-bar-link {
  color: #1b883d;
}

.winner-icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -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: #0073a5;
  font-size: 12px;
}

.winner-icon-2.grey {
  color: #767676;
}

.winner-icon-2.gold {
  color: #feca0a;
}

.winner-icon-2.green {
  color: #1b883d;
}

.badge-grand-prize {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 42px;
  height: 40px;
  margin-top: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 36px;
  background-color: transparent;
  color: #c061f2;
  -o-object-fit: fill;
  object-fit: fill;
}

.badge-content-gpw {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.badge-content-gpw.detail {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.badge-icon-gpw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  max-height: 42px;
  max-width: 42px;
  margin-top: 0px;
  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;
  border: 2px none #e5f5fb;
  border-radius: 9px 0px;
  background-color: transparent;
}

.rich-text-white-bg a {
  color: #1b883d;
}

@media screen and (min-width: 1920px) {
  .rubric-1 {
    margin-bottom: 0px;
  }

  .rubric-1.margin-150 {
    margin-bottom: 150px;
  }

  .utility-page-content {
    padding: 54px;
  }

  .erp-content-div {
    max-width: 960px;
  }

  .in-intro-parent.about {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding: 50px;
  }

  .in-intro-parent.proposal {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .in-intro-parent.rules {
    max-width: none;
    margin: 0px 1px 0px 0px;
    padding: 50px;
  }

  .in-intro-parent.fairness {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .in-intro-parent.faqs {
    max-width: none;
    min-height: 500px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .in-intro-parent.timeline {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding: 50px;
  }

  .in-intro-parent.orgreadiness {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding: 50px;
  }

  .in-intro-parent.evaluation {
    height: 500px;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .in-intro-parent.news-updates {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding: 50px;
  }

  .in-intro-parent.secondary-page {
    height: 500px;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding: 50px;
  }

  .in-intro-parent.secondary-page.news-detail-header-bg {
    height: 250px;
  }

  .in-intro-parent.resources {
    max-width: none;
    padding: 50px;
  }

  .in-intro-parent.awardees {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding: 36px 50px;
  }

  .in-body-parent {
    font-family: proxima-nova, sans-serif;
  }

  .in-body-parent.tsr {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .in-body-parent.white.faq-and-resources {
    padding-bottom: 100px;
  }

  .section-2-wrapper.tablet--50 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .footer-info-wrapper {
    max-width: none;
  }

  .section-5-wrapper {
    height: auto;
    max-width: none;
    min-height: 800px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 100px;
    padding-left: 100px;
  }

  .info-wrapper {
    margin-top: 15%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .s2-image-bg {
    background-image: url('../images/0_footer_happy-biker-shutterstock_1663775305.jpg');
    background-size: cover;
  }

  .container-1200 {
    width: 100%;
    max-width: 1200px;
  }

  .in-intro-child {
    position: static;
    top: 0px;
    bottom: 0px;
    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;
  }

  .in-header-paragraph {
    display: block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .in-header-parent {
    max-width: 1600px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .emc-logo {
    overflow: visible;
    height: 64px;
  }

  .navigation-inner {
    width: 100vw;
    max-width: 1600px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-container {
    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;
  }

  .nav-link-2.bigger {
    font-size: 20px;
  }

  .nav-link-2.bigger.inner-link:hover {
    text-decoration: underline;
  }

  .nyctp-navbar-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }

  .text-block-5 {
    margin-bottom: 10px;
    font-family: proxima-nova, sans-serif;
  }

  .nd-photo-div {
    top: auto;
    margin-top: -100px;
    margin-bottom: 40px;
  }

  .news-detail {
    font-family: proxima-nova, sans-serif;
  }

  .container-800 {
    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;
  }

  .nd-text-link {
    top: -20px;
    text-decoration: underline;
  }

  .nd-text-link:hover {
    color: #fff;
    text-decoration: none;
  }

  .s1-image-bg-2 {
    background-image: url('../images/0_hp_default_raised-walkway-shutterstock_1641864907.jpg');
    background-size: cover;
  }

  .faq-wrapper-2 {
    max-width: 1200px;
  }

  .section-4-wrapper-2 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .section-facts {
    padding-right: 100px;
    padding-left: 100px;
  }

  .section-slider-2 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .navigation-menu-content {
    position: absolute;
    display: block;
    overflow: hidden;
    height: auto;
    min-height: auto;
  }

  .title-and-close-button {
    padding-right: 10px;
  }

  .nav-close-button {
    padding-right: 8px;
  }

  .section-1-wrapper-3 {
    padding-right: 100px;
    padding-bottom: 0px;
    padding-left: 100px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-link-level2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navigation-menu-content-2 {
    display: none;
    margin-top: -16px;
    margin-right: 12px;
    border-radius: 15px;
    opacity: 1;
  }

  .nav-menu-icon-and-content {
    position: relative;
    display: block;
  }

  .navigation-menu {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 5;
    display: none;
    height: auto;
    max-height: 80vh;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 8px;
    border-radius: 15px;
    opacity: 0.44;
  }

  .in-header-paragraph-404 {
    display: block;
    margin-top: 30px;
  }

  .in-intro-parent-404 {
    height: 100vh;
    max-width: none;
    padding: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 32, 52, 0.76)), to(rgba(22, 32, 52, 0.76))), url('../images/bg-404---2.jpg');
    background-image: linear-gradient(180deg, rgba(22, 32, 52, 0.76), rgba(22, 32, 52, 0.76)), url('../images/bg-404---2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 2128px;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .in-intro-parent-404.about {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding: 50px;
  }

  .in-intro-parent-404.proposal {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .in-intro-parent-404.rules {
    max-width: none;
    margin: 0px 1px 0px 0px;
    padding: 50px;
  }

  .in-intro-parent-404.fairness {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .in-intro-parent-404.faqs {
    max-width: none;
    min-height: 500px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .in-intro-parent-404.timeline {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding: 50px;
  }

  .in-intro-parent-404.orgreadiness {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding: 50px;
  }

  .in-intro-parent-404.evaluation {
    height: 500px;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .in-intro-parent-404.news-updates {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding: 50px;
  }

  .in-intro-parent-404.secondary-page {
    height: 500px;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding: 50px;
  }

  .in-intro-parent-404.secondary-page.news-detail-header-bg {
    height: 250px;
  }

  .in-intro-parent-404.resources {
    max-width: none;
    padding: 50px;
  }

  .cookie-div.js-cookie-notice {
    opacity: 0;
  }

  .grand-prize-awardees-wrapper {
    height: auto;
  }

  .awardees-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 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;
  }

  .awardees-item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
  }

  .awardees-image-wrapper {
    position: relative;
  }

  .awardees-image-wrapper.awardees-bot {
    height: 400px;
    min-height: 400px;
    padding: 15px;
  }

  .awardees-image {
    z-index: 2;
    background-image: url('../images/BikeShare-GettyImages-1200676601.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .awardees-image.awardees-bot {
    position: absolute;
    left: 24px;
    top: auto;
    right: auto;
    bottom: 24px;
    width: 300px;
    height: 280px;
    min-height: 280px;
    min-width: 300px;
  }

  .image-13 {
    position: absolute;
    left: auto;
    top: auto;
    right: -90px;
    bottom: -28px;
    z-index: 0;
  }

  .awardees-text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 54%;
    margin-right: 0px;
    margin-left: 0px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .awardees-text-wrapper.awardees-bot {
    margin-top: -24px;
  }

  .awardees-city-state {
    font-family: proxima-nova, sans-serif;
    color: #333;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }

  .awardees-organization-name {
    margin-top: 8px;
    font-family: proxima-nova, sans-serif;
    color: #1b883d;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
  }

  .awardees-organization-name.awardees-bot {
    font-size: 36px;
    line-height: 48px;
  }

  .awardees-title {
    margin-top: 24px;
    margin-right: 0px;
    font-family: proxima-nova, sans-serif;
    font-size: 54px;
    line-height: 60px;
    font-weight: 700;
  }

  .awardees-title.awardees-bot {
    margin-top: 16px;
  }

  .awardees-button:hover {
    border-color: #1b883d;
    background-color: #1b883d;
  }

  .anchor-data-feed {
    width: 100%;
    height: auto;
  }

  .anchor-data-feed.awardees-bot {
    grid-column-gap: 104px;
    grid-row-gap: 104px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .awardees-list-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .left-awardees-block {
    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;
    grid-column-gap: 0px;
  }

  .video {
    background-color: #162034;
  }

  .text-block-10 {
    margin-left: 0px;
  }

  .text-block-11._24 {
    margin-top: 12px;
  }

  .detail-content-wrapper.details {
    margin-top: 24px;
  }

  .solution-location-text {
    margin-left: 0px;
  }

  .no-horizontal-scroll {
    overflow: hidden;
  }

  .plus-line-hor {
    background-color: #1b883d;
  }

  .tag-item {
    background-color: rgba(32, 164, 73, 0.1);
  }

  .search-results-wrapper {
    overflow: visible;
    min-height: 70vh;
  }

  .filter-section {
    min-height: 70vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .lpw-wrapper {
    height: auto;
  }

  .plus-line-ver {
    background-color: #1b883d;
  }

  .submissions-wrapper {
    height: auto;
    margin-top: 40px;
  }

  .form-filter-wrapper {
    height: auto;
    border-style: none;
  }

  .text-block-14 {
    color: #1b883d;
  }

  .search-filters-wrapper {
    max-width: 1600px;
  }

  .text-block-15 {
    height: 60px;
    font-size: 22px;
  }

  .html-embed-14 {
    color: #009bde;
  }

  .checkbox_input {
    box-shadow: 1px 1px 3px 0 transparent;
    mix-blend-mode: normal;
  }

  .checkbox_input:hover {
    border-style: solid;
  }

  .checkbox_input.w--redirected-checked {
    border-style: solid;
    border-color: #1b883d;
  }

  .checkbox_input.w--redirected-focus {
    box-shadow: 0 0 3px 1px #1fa44a;
  }

  .checkbox_input.w--redirected-focus-visible {
    box-shadow: 0 0 3px 1px #1fa44a;
  }

  .title-wrapper {
    height: 60px;
    cursor: pointer;
  }

  .form-block {
    max-height: none;
  }

  .badge-icon-finalists {
    border-color: #e5f5fb;
  }

  .badge-tooltip-wrapper {
    display: none;
  }

  .itemcard-image-wrapper {
    width: 340px;
    height: 160px;
  }

  .card-border-styes-wrapper {
    z-index: 0;
  }

  .badge-competition-name {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .itemcard-text-wrapper {
    width: 80%;
  }

  .badge-award {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .itemcard-button-wrapper {
    border-color: #1b883d;
  }

  .itemcard-button-wrapper:hover {
    background-color: #1b883d;
    color: #1b883d;
  }

  .html-embed-15 {
    color: #1b883d;
  }

  .badge-icon-competition {
    border-color: #e5f5fb;
  }

  .badge-icon {
    color: #1b883d;
  }

  .card-content-wrapper {
    z-index: 1;
    -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;
  }

  .checkbox-user-agreement:active {
    border-width: 7px;
    border-color: #1b883d;
  }

  .checkbox-user-agreement.w--redirected-checked {
    border-width: 7px;
    border-color: #1b883d;
    background-color: #fff;
  }

  .user-agreement-button.active {
    display: none;
    background-color: #1b883d;
    color: #fff;
  }

  .user-agreement-wrapper {
    position: fixed;
    z-index: 102;
    display: none;
    width: 100vw;
    height: 100vh;
    -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;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-style: none;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.9);
    background-color: rgba(35, 44, 63, 0.95);
  }

  .user-agreement-dialog {
    display: block;
    width: 500px;
    height: auto;
    padding: 54px 36px;
    border-radius: 9px;
    background-color: #fff;
    box-shadow: 0 1px 54px 10px rgba(0, 0, 0, 0.24);
  }

  .text-block-25 {
    margin-left: 0px;
  }

  .solution-text {
    font-size: 20px;
    line-height: 32px;
  }

  .location-proposed-work {
    margin-top: 48px;
    font-family: proxima-nova, sans-serif;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
  }

  .problem-text {
    font-size: 20px;
    line-height: 32px;
    font-style: italic;
    font-weight: 600;
  }

  .badge-icon-2 {
    color: #1b883d;
  }

  .in-intro-child-405 {
    position: static;
    top: 0px;
    bottom: 0px;
    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;
  }

  .in-header-paragraph-405 {
    display: block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-weight: 400;
  }

  .container-1200-2 {
    width: 100%;
    max-width: 1200px;
  }

  .winner-badge-wrapper {
    width: 54px;
    height: 54px;
    min-height: 54px;
    min-width: 54px;
    border-radius: 0px 0px 24px 24px;
    background-color: #1b883d;
  }

  .awardees-wrapper {
    height: auto;
  }

  .awardees-wrapper.results.awardees-bot {
    max-width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .awardees-image-bot-wrapper {
    position: relative;
  }

  .awardees-image-bot-wrapper.awardees-bot {
    width: 300px;
    height: 280px;
    min-height: 280px;
    min-width: 300px;
    padding: 15px;
    background-color: hsla(0, 0%, 77.3%, 0.24);
  }

  .awardees-item-bot-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
  }

  .awardees-item-bot-content.awardees-bot {
    max-width: none;
  }

  .awardees-item-bot-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 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;
  }

  .awardees-list-bot-wrapper.awardees-bot {
    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;
  }

  .image-17 {
    width: 360px;
  }

  .text-field {
    margin-top: 36px;
    font-weight: 500;
  }

  .banner-awardee-wrapper {
    top: 5vh;
    bottom: 5vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(104, 216, 131, 0.6)), to(#1b883d)), url('../images/Pattern-8x8-green-awardees.png'), url('../images/EV_Parking_Chargers_937855304.jpg');
    background-image: linear-gradient(180deg, rgba(104, 216, 131, 0.6), #1b883d), url('../images/Pattern-8x8-green-awardees.png'), url('../images/EV_Parking_Chargers_937855304.jpg');
    background-position: 0px 0px, 50% 50%, 50% 50%;
    background-size: auto, cover, cover;
  }

  .div-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 54px;
    grid-column-gap: 54px;
  }

  .badge-grand-prize {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .badge-icon-gpw {
    border-color: #e5f5fb;
  }
}

@media screen and (max-width: 991px) {
  .container {
    margin-right: 0px;
    margin-left: 0px;
  }

  .navbar {
    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;
  }

  .index-sec {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .index-grid {
    width: 90%;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .register-button {
    display: none;
  }

  .menu-toggle {
    width: 20px;
    height: 20px;
  }

  .banner-wrap-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-cookie {
    margin-top: 20px;
    margin-left: 0px;
  }

  .title {
    font-size: 30px;
    line-height: 40px;
  }

  .subtitle {
    font-size: 18px;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-wrap {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .footer-menu-wrapper {
    margin-bottom: 30px;
  }

  .footer-nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer-item {
    font-size: 16px;
  }

  .content-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .social-wrapper {
    display: none;
  }

  .footer-bar {
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .photo-intro-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-wrapper {
    right: auto;
    width: 60%;
  }

  .intro-content {
    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: center;
  }

  .facts-grid {
    width: 80%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .fact-box {
    min-height: 250px;
    padding: 40px;
  }

  .facts-slider-right-arrow {
    right: 0px;
  }

  .slider {
    width: 60vw;
  }

  .slider-icon {
    color: #fff;
  }

  .cards {
    width: 60vw;
    margin-bottom: 60px;
  }

  .flipper-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navigation {
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
  }

  .up {
    margin-right: 30px;
    margin-bottom: 0px;
  }

  .process-content {
    margin-right: 0px;
    margin-bottom: 50px;
    text-align: center;
  }

  .cubes-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .process-wrapper {
    margin-left: 120px;
  }

  .process-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .timeline-content {
    width: 100%;
  }

  .timeline-heading {
    margin-top: 50px;
  }

  .giant-heading {
    display: none;
    font-size: 20vw;
  }

  .content-section {
    overflow: hidden;
    padding: 0px;
  }

  .margin-bottom {
    margin-bottom: 50px;
  }

  .process-slider {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
  }

  .process-slide-1 {
    margin-right: 0px;
  }

  .process-panel {
    position: static;
    margin-right: auto;
    margin-left: auto;
  }

  .process-banner {
    display: none;
  }

  .banner-title {
    margin-bottom: 10px;
    color: #000;
  }

  .banner-description {
    color: #000;
  }

  .faq-row {
    -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;
  }

  .faq-question {
    text-align: center;
  }

  .qa-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;
  }

  .answer-1 {
    margin-top: 50px;
    padding: 50px 30px;
  }

  .answer-2 {
    margin-top: 50px;
    padding: 50px 30px;
  }

  .answer-3 {
    margin-top: 50px;
    padding: 50px 30px;
  }

  .answer-4 {
    margin-top: 50px;
    padding: 50px 30px;
  }

  .answer-5 {
    margin-top: 50px;
    padding: 50px 30px;
  }

  .answer-6 {
    margin-top: 50px;
    padding: 50px 30px;
  }

  .faq-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faq-tabs-wrap {
    margin-right: 0px;
  }

  .faq-header {
    display: none;
  }

  .answer-wrap {
    position: absolute;
    width: 90%;
  }

  .faq-wrapper {
    width: 100%;
  }

  .sponsor-grid {
    width: 80%;
    grid-row-gap: 100px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .sponsor-card {
    width: 45vw;
  }

  .profile {
    width: 30vw;
  }

  .tab-image {
    width: 100%;
    height: 300px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .quote {
    font-size: 20px;
  }

  .spotlight-wrap {
    height: auto;
    min-height: 650px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-1 {
    min-height: 0px;
    -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;
  }

  .tab-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .tab-2 {
    min-height: 0px;
    -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;
  }

  .tab-3 {
    min-height: 0px;
    -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;
  }

  .tab-4 {
    min-height: 0px;
    -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;
  }

  .tab-wrap {
    position: static;
    width: 100%;
    height: 650px;
  }

  .judge-box {
    width: 40vw;
  }

  .rubric-1.margin-150 {
    margin-bottom: 0px;
  }

  .slider-wrap {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bar {
    width: 90vw;
  }

  .timeline-card {
    width: 90vw;
  }

  .period-name {
    left: 3%;
    top: 10px;
    right: auto;
    bottom: auto;
    margin-top: -50px;
    background-color: #fff;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 18px;
  }

  .period-name.offset {
    left: 14px;
  }

  .judge-tab {
    width: 100%;
  }

  .cms-wrapper {
    width: 90%;
  }

  .filter-box {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: auto;
    margin-right: 0px;
    padding: 0px;
    background-color: transparent;
  }

  .filter-by {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    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;
    background-color: #c9c9c9;
  }

  .collection-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .popup-wrap {
    overflow: hidden;
  }

  .judge-profile-pic {
    width: 100%;
    height: 250px;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .popup-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-slider {
    height: 720px;
  }

  .right-slider-arrow {
    top: -100px;
    right: 0px;
    height: 80px;
  }

  .left-slider-arrow {
    left: 0px;
    top: -100px;
    height: 80px;
  }

  .slide-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .slide-cover {
    width: 100%;
  }

  .slide-content {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .news-filters {
    height: auto;
  }

  .news {
    width: 100%;
    padding: 50px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-thumbnail {
    width: 100%;
    margin-right: 0px;
  }

  .news-summary {
    margin-top: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .news-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .list-item {
    width: 90vw;
  }

  .article {
    display: none;
  }

  .article-container {
    width: 90%;
    height: 95%;
  }

  .article-wrap {
    margin-top: 50px;
  }

  .article-title {
    font-size: 25px;
  }

  .news-wrap {
    width: 90%;
  }

  .category-bar {
    height: 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;
  }

  .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;
  }

  .result-container {
    width: 95%;
  }

  .slide-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 80px;
    padding-left: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .popup-container {
    width: 90%;
    height: 90%;
    -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;
  }

  .popup-info-wrap {
    width: 100%;
    text-align: center;
  }

  .secondary-details {
    margin-bottom: 50px;
  }

  .primary-details {
    margin-right: 50px;
  }

  .popup-article-wrap {
    padding: 30px;
  }

  .result-wrap {
    width: 90%;
  }

  .media-container {
    height: 400px;
  }

  .wrap {
    -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;
  }

  .details-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .article-wrapper {
    padding-left: 0px;
  }

  .round-bar {
    width: 100%;
    margin-bottom: 50px;
  }

  .timeline-period {
    position: static;
    margin-top: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .timeline-slide-2 {
    margin-right: 0px;
  }

  .timeline-slide-3 {
    margin-right: 0px;
  }

  .timeline-slide-1 {
    margin-right: 0px;
  }

  .margin-bottom-copy {
    margin-bottom: 40px;
  }

  .giant-subtitle {
    font-size: 15vw;
  }

  .nav-footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mobile-social-buttons {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .nav-copyright {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .social-drop {
    display: none;
  }

  .facts-slider-left-arrow {
    left: 0px;
  }

  .process-slide-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .process-slide-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .process-heading {
    margin-top: 50px;
  }

  .process-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobile-banner {
    width: 60%;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    text-align: center;
  }

  .faq-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mobile-faq-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .judge-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .slider-tag {
    display: none;
  }

  .slider-tag.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
  }

  .mobile-slider-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .timeline-container {
    overflow: hidden;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .process-slider-copy {
    width: 90vw;
  }

  .timeline-slider {
    overflow: hidden;
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
  }

  .exterior {
    width: 70vw;
  }

  .index-container {
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .popup-content {
    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;
  }

  .letter-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ddd;
  }

  .scroll-wrap {
    overflow: auto;
    padding: 20px;
  }

  .news-container {
    width: 90%;
  }

  .news-description {
    margin-bottom: 30px;
  }

  .article-cms {
    margin-right: 20px;
    margin-bottom: 50px;
    margin-left: 20px;
  }

  .publish-date {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .result-wrapper {
    width: 90%;
  }

  .primary {
    margin-right: 50px;
    margin-bottom: 0px;
  }

  .score-entry {
    width: 700px;
  }

  .score-title {
    margin-top: 0px;
  }

  .process-card.swiper-slide {
    width: 400px;
    height: 390px;
  }

  .process-card-details-control {
    position: absolute;
    left: 220px;
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .counts {
    display: none;
  }

  .card-progress {
    display: none;
  }

  .card-detail-control.card-detail-control-next.process-swiper-navigate-next {
    left: 139px;
  }

  .erp-tips {
    padding-right: 50px;
    padding-left: 50px;
  }

  .erp-faq {
    padding-right: 50px;
    padding-left: 50px;
  }

  .in-intro-parent.faqs {
    max-width: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .in-intro-parent.evaluation {
    height: 500px;
    min-height: 0px;
  }

  .in-intro-parent.news-updates {
    max-width: none;
    padding: 50px;
  }

  .in-intro-parent.secondary-page {
    height: 500px;
  }

  .in-body-parent {
    overflow: scroll;
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .in-body-parent.timeline {
    padding-top: 101px;
  }

  .in-body-parent.tsr {
    padding-bottom: 0px;
  }

  .in-body-parent.white.faq-and-resources {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .button-and-menu-icon {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .section-2-wrapper.tablet--50 {
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 0px;
  }

  .footer-link-2 {
    margin-bottom: 24px;
  }

  .info-block.tablet-center {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p5-arrow-2.slider-arrow-right {
    left: 30%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-right: 50px;
    margin-left: 0px;
  }

  .p5-arrow-2.slider-arrow-left {
    left: 30%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-left: 0px;
  }

  .p5-arrow-2.slider-arrow-left {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-left: 0px;
  }

  .p5-arrow-2.slider-arrow-right {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .menu-icon {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .process-heading-2 {
    margin-top: 50px;
  }

  .footer-info-wrapper {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-5-wrapper {
    padding-right: 50px;
    padding-left: 50px;
  }

  .header-button {
    width: auto;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .s2-image-bg {
    background-image: url('../images/0_footer_happy-biker-shutterstock_1663775305.jpg');
  }

  .in-body-child {
    margin-bottom: 0px;
  }

  .in-intro-child {
    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;
  }

  .bold-text-8 {
    text-align: left;
  }

  .in-header-paragraph {
    margin-top: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
  }

  .in-header-parent {
    max-width: none;
    padding-left: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-logo-link-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .emc-logo {
    display: block;
    overflow: visible;
    width: auto;
    height: 40px;
    max-width: none;
  }

  .bold-text-9 {
    display: inline;
  }

  .heading-6.awardees {
    font-size: 54px;
    line-height: 64px;
  }

  .heading-6.awardees {
    font-size: 54px;
    line-height: 64px;
  }

  .quote-block {
    margin-bottom: 0px;
  }

  .quote-block.sidebar.left {
    position: static;
    width: 90%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .grid-content-block {
    width: 30%;
  }

  .grid-content-block.leftpadding {
    width: 90%;
  }

  .quote-2 {
    width: 100%;
  }

  .about-3col-grid.right {
    margin-left: 0px;
  }

  .about-3col-grid.left {
    padding-right: 0px;
  }

  .about-grid-parent {
    padding-right: 2%;
    padding-left: 2%;
  }

  .rich-text-block {
    margin-top: 60px;
  }

  .rich-text-block.fairness a {
    color: #1b883d;
  }

  .spacer {
    display: block;
    height: 40px;
    padding-bottom: 0px;
  }

  .fairness-images-parent {
    padding-right: 3%;
    padding-left: 3%;
  }

  .period-name-2 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: -50px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .timeline-bar-2 {
    margin-top: 235px;
    margin-bottom: 235px;
  }

  .timeline-card-2 {
    width: 50vw;
  }

  .eval-logos-parent {
    height: 370px;
  }

  .header-link-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }

  .header-link-parent.cnc-hover {
    border-left: 3px solid transparent;
    border-bottom-style: none;
  }

  .header-link-parent.cnc-hover:hover {
    border-left-color: #21a349;
  }

  .header-link-parent.cnc-hover:focus {
    border-left-color: #21a349;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .header-link-parent.etbc-hover {
    border-left: 3px solid transparent;
    border-bottom-style: none;
  }

  .header-link-parent.etbc-hover:hover {
    border-left-color: #ffca0e;
  }

  .header-link-parent.etbc-hover:focus {
    border-left-color: #ffca0e;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .header-link-parent.etbc-hover.mobile {
    display: none;
  }

  .header-link-parent.emc-hover {
    border-left: 3px solid transparent;
    border-bottom-style: none;
  }

  .header-link-parent.emc-hover:hover {
    border-left-color: #009bde;
  }

  .header-link-parent.emc-hover:focus {
    border-left-color: #009bde;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .header-link-parent.emc-hover.mobile {
    display: none;
  }

  .navigation-inner {
    width: 100vw;
    height: 60px;
    padding-right: 0px;
    padding-left: 20px;
    background-color: #fff;
  }

  .icon-2 {
    display: block;
    -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: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 36px;
  }

  .navigation-icon-parent {
    display: block;
    width: 20vw;
    height: 60px;
    -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-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
  }

  .nav-menu-2 {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-top: 1px solid rgba(22, 32, 52, 0.07);
    background-color: #fff;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .nav-menu-2.mobile {
    display: block;
  }

  .header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-button-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    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: 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;
  }

  .menu-button-2.w--open {
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-left: 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;
    background-color: #009bde;
  }

  .nav-link-2.bigger {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .nav-link-2.bigger:hover {
    text-align: left;
  }

  .nav-link-2.bigger.inner-link {
    display: none;
    margin-right: 40px;
    border-left: 3px solid #162034;
    border-bottom-style: none;
    border-bottom-color: transparent;
    background-color: transparent;
    color: #fff;
    text-align: left;
  }

  .nav-link-2.bigger.inner-link:hover {
    border-bottom-style: none;
    text-align: left;
  }

  .nav-link-2.bigger.inner-link:focus {
    border-bottom-color: #162034;
    border-radius: 0px 10px 10px 0px;
    background-color: rgba(22, 32, 52, 0.09);
  }

  .nyctp-navbar-parent {
    z-index: 104;
  }

  .news-detail {
    padding-right: 3%;
    padding-left: 3%;
  }

  .container-800 {
    max-width: 90%;
  }

  .nd-content-bg {
    max-width: 95%;
  }

  .nd-close-div {
    left: 45%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1;
  }

  .div-block {
    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;
  }

  .slider_slide-3-2 {
    width: 100%;
  }

  .scrolldown-2 {
    opacity: 0;
  }

  .section-5-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 75px;
    padding-right: 50px;
    padding-bottom: 75px;
    -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;
  }

  .s1-image-bg-2 {
    background-image: url('../images/0_hp_default_raised-walkway-shutterstock_1641864907.jpg');
  }

  .s2-pattern {
    display: none;
    opacity: 0;
  }

  .process-5-slider-3 {
    overflow: visible;
    width: 100vw;
  }

  .bold-text-27 {
    text-align: center;
  }

  .heading-7 {
    text-align: center;
  }

  .paragraph-7 {
    text-align: center;
  }

  .about-image-2 {
    display: block;
    height: 250px;
    margin-top: 30px;
    background-position: 50% 100%;
  }

  .slider_slide-4-2 {
    width: 100%;
  }

  .footer-button-2 {
    margin-right: 0px;
  }

  .section-slider {
    height: auto;
    padding-top: 75px;
    padding-right: 50px;
    padding-bottom: 75px;
    -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;
  }

  .content-s2-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }

  .facts-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-8 {
    text-align: center;
  }

  .mask-5 {
    width: 100vw;
  }

  .paragraph-9 {
    text-align: center;
  }

  .faq-wrapper-2 {
    width: 100%;
    margin-top: 50px;
  }

  .slider-3 {
    width: 100vw;
    margin-top: 50px;
    padding-left: 0px;
  }

  .section-4-wrapper-2 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .counters-list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    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;
  }

  .faqs {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .htp-content-2 {
    width: 80vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .scrolldown-wrapper-2 {
    display: none;
  }

  .slider_slide-2-2 {
    width: 100%;
  }

  .section-1-wrapper-2 {
    padding-bottom: 50px;
  }

  .slider_slide-1-2 {
    width: 100%;
  }

  .resources-list-2 {
    width: 90vw;
    margin-top: 50px;
    padding-top: 0px;
  }

  .footer-link-3.tablet-link-footer {
    padding-bottom: 30px;
  }

  .footer-row-6.tablet-footer {
    overflow: visible;
    -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;
  }

  .slider_slide-5-2 {
    width: 100%;
  }

  .footer-info-wrapper-2 {
    width: 80vw;
    text-align: center;
  }

  .fact-item {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slider_slide-6-2 {
    width: 100%;
  }

  .section-facts {
    height: auto;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .s1-pattern {
    opacity: 0;
  }

  .heading-23 {
    text-align: center;
  }

  .paragraph-10 {
    text-align: center;
  }

  .slider_slide-3-3 {
    width: 100%;
  }

  .slider_slide-2-3 {
    width: 100%;
  }

  .slider_slide-5-3 {
    width: 100%;
  }

  .slider-4 {
    width: 100%;
    margin-top: 50px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .htp-content-3 {
    width: 80vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .section-slider-2 {
    height: auto;
    padding-top: 75px;
    padding-right: 50px;
    padding-bottom: 75px;
    -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;
  }

  .slider_slide-4-3 {
    width: 100%;
  }

  .slider_slide-1-3 {
    width: 100%;
  }

  .mask-6 {
    overflow: visible;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
  }

  .step-1-6-2 {
    left: auto;
    top: 0%;
    right: auto;
    bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .process-5-slider-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider_slide-6-3 {
    width: 100%;
  }

  .bold-text-30 {
    font-size: 36px;
    line-height: 48px;
  }

  .nav-link-level22 {
    padding-left: 30px;
  }

  .section-1-wrapper-3 {
    padding-bottom: 50px;
  }

  .heading-24 {
    font-size: 36px;
    line-height: 48px;
  }

  .navigation-menu-content-2 {
    margin-top: 25px;
    margin-right: 38px;
  }

  .html-embed-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-top: auto;
    margin-bottom: 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;
    color: #000;
  }

  .html-embed-5:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #000;
  }

  .navigation-menu {
    display: none;
    margin-top: -6px;
    margin-right: -10px;
    opacity: 1;
  }

  .in-intro-child-404 {
    margin-right: 20px;
    margin-left: 20px;
  }

  ._404-button {
    width: auto;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .in-header-paragraph-404 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .in-intro-parent-404 {
    position: relative;
    max-width: none;
    padding: 50px;
  }

  .in-intro-parent-404.faqs {
    max-width: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .in-intro-parent-404.evaluation {
    height: 500px;
    min-height: 0px;
  }

  .in-intro-parent-404.news-updates {
    max-width: none;
    padding: 50px;
  }

  .in-intro-parent-404.secondary-page {
    height: 500px;
  }

  .cookie-div.js-cookie-notice {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .image-12 {
    height: 90px;
  }

  .finalists-top-banner {
    height: auto;
    min-height: 60px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .bold-text-33 {
    line-height: 32px;
  }

  .text-block-8 {
    width: 85%;
    line-height: 28px;
  }

  .grand-prize-awardees-wrapper {
    height: auto;
  }

  .pagination-childe {
    display: block;
  }

  .pagination-dots {
    display: none;
  }

  .awardees-item-wrapper {
    padding: 50px 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .awardees-item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .awardees-image-wrapper {
    width: 100%;
    margin-top: 24px;
    padding: 24px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .awardees-image {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .awardees-image.awardees-bot {
    position: static;
    width: 100%;
    height: 100%;
    min-height: 0px;
    min-width: 0px;
  }

  .image-13 {
    left: auto;
    top: auto;
    right: auto;
    bottom: 0%;
    display: none;
  }

  .awardees-text-wrapper {
    width: 100%;
    margin-top: 36px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .awardees-text-wrapper.awardees-bot {
    margin-top: 36px;
    margin-left: 0px;
  }

  .awardees-organization-name.awardees-bot {
    margin-top: 8px;
  }

  .awardees-title.awardees-bot {
    margin-top: 16px;
    font-size: 24px;
    line-height: 32px;
  }

  .anchor-data-feed.awardees-bot {
    padding-right: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .left-awardees-block {
    width: 100%;
  }

  .right-awardees-block {
    display: none;
  }

  .p-small {
    font-size: 1rem;
  }

  .link-3.back {
    display: none;
  }

  .back-panel-awardees {
    width: 90vw;
  }

  .video-awardees-wrapper {
    height: auto;
    background-color: #162034;
  }

  .video {
    background-color: #162034;
  }

  .text-block-10.details.separator {
    display: none;
  }

  .text-block-11 {
    margin-top: 24px;
  }

  .awardee-website-link {
    display: block;
    margin-top: 24px;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .previous-next-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .previous-awardee-card {
    margin-right: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .next-awardee {
    margin-right: 0px;
    margin-left: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .awardee-pn-link {
    display: block;
    margin-top: 24px;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .previous-awardee-copy {
    margin-right: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .next-awardee-card {
    margin-right: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .solution-location-text {
    margin-top: 36px;
  }

  .awardee-website-link-2 {
    display: block;
    margin-top: 0px;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .html-embed-13 {
    margin-top: 36px;
  }

  .html-embed-13.awardees-bot {
    margin-top: 36px;
  }

  .filters-modal-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 104;
    display: none;
    overflow: auto;
    width: 100vw;
    height: 100vh;
    padding-right: 0%;
    padding-bottom: 0px;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }

  .html-embed-18 {
    position: absolute;
    left: 5%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-top: auto;
    margin-bottom: 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;
  }

  .html-embed-18.filter-modal-close {
    display: none;
  }

  .text-block-18 {
    display: block;
    font-family: proxima-nova, sans-serif;
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
  }

  .reset-filters-button-desktop {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    display: none;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ebebeb;
    background-color: #fff;
  }

  .desktop-filters-list {
    position: static;
    display: block;
  }

  .filter-modal-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding-right: 5%;
    padding-bottom: 0px;
    padding-left: 5%;
  }

  .count-wrapper {
    margin-top: 0px;
  }

  .reset-all-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    margin-right: 24px;
    padding-right: 36px;
    padding-left: 36px;
    -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: 2px solid #767676;
    border-radius: 8px;
    background-color: transparent;
    font-family: proxima-nova, sans-serif;
    color: #767676;
    font-size: 20px;
  }

  .search-results-wrapper {
    position: static;
    margin-left: 0px;
    padding-left: 0px;
  }

  .filter-section {
    position: static;
    z-index: 26;
    min-height: 210px;
    padding-top: 50px;
  }

  .filter-fixed-bottom-panel {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 105;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-right: 5vw;
    padding-left: 5vw;
    -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-top: 1px solid #ebebeb;
    background-color: #fff;
  }

  .filters-lists {
    position: static;
    overflow: visible;
    height: auto;
    min-height: 0px;
  }

  .lpw-wrapper {
    width: 100%;
    margin: 36px auto 0px;
    background-color: #fff;
  }

  .submissions-wrapper {
    width: 100%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }

  .filters-top-title {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    -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-bottom: 1px solid #ebebeb;
    background-color: #fff;
  }

  .filter-checkboxes-wrapper {
    max-height: none;
  }

  .filter-checkboxes-wrapper.margin-top-4px {
    overflow: scroll;
    padding-right: 4px;
    padding-left: 4px;
  }

  .filter-search-field {
    position: static;
    z-index: 11;
    height: 100%;
  }

  .show-results-embed-wrap {
    display: none;
  }

  .form-filter-wrapper {
    position: static;
    top: 0px;
    width: 100%;
    margin-bottom: 32px;
  }

  .search-field {
    position: static;
    display: block;
    width: 100%;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
  }

  .search-filters-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkbox_input {
    box-shadow: none;
  }

  .checkbox_input.w--redirected-checked {
    border-color: #1b883d;
    background-color: #1b883d;
  }

  .checkbox_input.w--redirected-focus {
    box-shadow: none;
  }

  .form-block {
    position: static;
  }

  .results-itemcard-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .badge-tooltip-wrapper {
    left: 0px;
  }

  .itemcard-image-wrapper {
    width: 100%;
    height: 350px;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
  }

  .tooltip-triangle {
    left: 12px;
    right: auto;
  }

  .itemcard-text-wrapper {
    width: 100%;
    margin-top: 24px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .itemcard-button-wrapper {
    margin-top: 24px;
    margin-right: auto;
  }

  .badge-icon {
    color: #1b883d;
  }

  .card-content-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkbox-user-agreement:active {
    border-color: #1b883d;
  }

  .checkbox-user-agreement.w--redirected-checked {
    border-color: #1b883d;
  }

  .checkbox-user-agreement.w--redirected-focus {
    box-shadow: 0 0 3px 1px #1b883d;
  }

  .user-agreement-wrapper {
    display: none;
  }

  .video-awardees-wrapper-2 {
    height: auto;
  }

  .show-more-filters-button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 24px;
    padding-left: 24px;
    -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-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 8px;
    background-color: #1b883d;
    color: #fff;
  }

  .show-more-filters-button.hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 24px;
    padding-left: 24px;
  }

  .text-block-19 {
    margin-top: 0px;
    margin-left: 12px;
    color: #fff;
    text-transform: uppercase;
  }

  .filter-open-icon {
    color: #fff;
  }

  .show-results-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px 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: 8px;
    background-color: #1b883d;
  }

  .active-filter-indicator {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 24px;
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 4px;
    border-color: #fff;
    border-radius: 12px;
    background-color: #000;
  }

  .in-intro-child-405 {
    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;
  }

  .in-header-paragraph-405 {
    margin-top: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
  }

  .winner-badge-wrapper.details-page {
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .grand-prize-winner-wrapper {
    grid-column-gap: 16px;
  }

  .awardees-wrapper {
    height: auto;
  }

  .awardees-wrapper.results.awardees-bot {
    padding-right: 50px;
  }

  .awardees-image-bot-wrapper {
    width: 100%;
    margin-top: 24px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .awardees-image-bot-wrapper.awardees-bot {
    width: 100%;
    height: 400px;
    min-height: 0px;
    min-width: 0px;
    margin-top: 0px;
    padding: 24px;
    background-color: hsla(0, 0%, 77.3%, 0.24);
  }

  .awardees-item-bot-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .awardees-item-bot-content.awardees-bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .awardees-item-bot-wrapper {
    padding: 50px 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .heading-34 {
    margin-top: 0px;
  }

  .top-text-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner-awardee-wrapper {
    position: relative;
    top: 0px;
    width: 100%;
    height: 300px;
    min-width: 0px;
    padding-right: 54px;
    padding-left: 54px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(104, 216, 131, 0.6)), to(#1b883d)), url('../images/EV_Parking_Chargers_937855304.jpg');
    background-image: linear-gradient(180deg, rgba(104, 216, 131, 0.6), #1b883d), url('../images/EV_Parking_Chargers_937855304.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .text-block-30 {
    width: 400px;
    text-align: center;
  }

  .awardee-banner-button {
    width: 200px;
  }

  .div-block-18 {
    margin-top: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 54px;
  }

  .grand-prize-link {
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  a {
    color: #1b883d;
  }

  .index-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .cookie-block {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .cookie-bar-text {
    line-height: 1.4;
  }

  .chapter-title {
    font-size: 7vw;
  }

  .copyright {
    text-align: center;
  }

  .navigation-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-bar {
    height: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .cards {
    width: 70vw;
  }

  .cubes-wrapper {
    display: none;
  }

  .process-wrapper {
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .giant-heading {
    display: none;
  }

  .content-section {
    overflow: hidden;
  }

  .process-panel {
    width: 300px;
  }

  .qa-title {
    font-size: 30px;
  }

  .faq-question {
    width: 80%;
  }

  .sponsor-card {
    width: 90vw;
  }

  .profile {
    width: 40vw;
  }

  .judge-box {
    width: 40vw;
  }

  .rubric-1 {
    padding-top: 0px;
    padding-right: 3%;
    padding-left: 3%;
  }

  .rubric-1.margin-150 {
    margin-bottom: 0px;
  }

  .collection-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .news-filters {
    -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;
  }

  .news-collection-list {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-item {
    -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;
  }

  .news-cover {
    width: 100%;
    height: 200px;
    margin-right: 0px;
  }

  .read-button {
    margin-top: 30px;
  }

  .close-button {
    margin-top: 30px;
  }

  .news-content {
    margin-top: 30px;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .results-collection-list {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .result-container {
    width: 90%;
  }

  .slide-name {
    font-size: 16px;
  }

  .slide-wrapper {
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ribbon {
    width: 60px;
  }

  .skywalker-template {
    font-size: 5vw;
  }

  .nav-copyright {
    text-align: center;
  }

  .process-slide-content {
    width: 90%;
  }

  .mobile-banner {
    width: 90%;
  }

  .judge-name {
    font-size: 20px;
  }

  .timeline-link {
    color: #1b883d;
  }

  .timeline-container {
    overflow: hidden;
  }

  .result-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .slide-left {
    width: 50px;
  }

  .slide-right {
    width: 50px;
  }

  .slider-ticks {
    width: 100%;
  }

  .slider-anchor.slider-anchor-high {
    left: 82%;
    top: 85px;
  }

  .slider-anchor.slider-anchor-low {
    top: 85px;
    right: 82%;
    width: 100px;
  }

  .tsr-slider.slider-horizontal {
    width: 100%;
  }

  .score-entry {
    width: 100%;
  }

  .score-description {
    margin-top: 30px;
  }

  .score-title {
    margin-top: 0px;
  }

  .slider-tick-top {
    display: none;
  }

  .swiper-container {
    height: 560px;
  }

  .process-card-details-control {
    position: absolute;
    left: 32%;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }

  .swiper-wrapper {
    width: 100%;
    height: 90%;
    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;
    text-align: left;
  }

  .card-detail-control.card-detail-control-prev.process-swiper-navigate-prev {
    margin-right: 15px;
    margin-left: 15px;
  }

  .card-detail-control.card-detail-control-next.process-swiper-navigate-next {
    left: auto;
    margin-right: 15px;
    margin-left: 15px;
  }

  .erp-tips-item-cols.nyctp.faq-and-resources {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .in-intro-parent {
    height: 420px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .in-intro-parent.about {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .in-intro-parent.proposal {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .in-intro-parent.rules {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .in-intro-parent.fairness {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .in-intro-parent.faqs {
    height: 420px;
    min-height: auto;
    padding: 30px 50px;
  }

  .in-intro-parent.timeline {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .in-intro-parent.orgreadiness {
    padding: 30px 50px;
  }

  .in-intro-parent.evaluation {
    height: 420px;
    min-height: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .in-intro-parent.news-updates {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .in-intro-parent.secondary-page {
    height: 420px;
    min-height: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .in-intro-parent.resources {
    height: 420px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .in-intro-parent.awardees {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .in-body-parent.tsr {
    padding-bottom: 0px;
  }

  .in-body-parent.white.faq-and-resources {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-and-menu-icon {
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .p5-arrow-2.slider-arrow-left {
    left: 0%;
  }

  .p5-arrow-2.slider-arrow-right {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-right: 0px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .menu-icon {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .footer-info-wrapper {
    width: 80vw;
    max-width: none;
  }

  .section-5-wrapper {
    height: 100%;
    padding-top: 75px;
    padding-bottom: 75px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header-button {
    display: block;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .header-button.button-header-register.bold-text {
    display: none;
  }

  .info-wrapper {
    margin-top: 15%;
  }

  .container-1200 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .in-intro-child {
    text-align: left;
  }

  .bold-text-8 {
    font-size: 40px;
  }

  .in-header-paragraph {
    margin-top: 15px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 20px;
    line-height: 32px;
    text-align: left;
  }

  .in-header-parent {
    padding-right: 50px;
    padding-left: 50px;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .header-logo-link-block {
    display: block;
    width: auto;
    max-width: none;
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    opacity: 1;
  }

  .emc-logo {
    overflow: visible;
    width: auto;
    height: 36px;
    max-width: none;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 50px;
  }

  .heading-6.awardees {
    font-size: 40px;
    line-height: 60px;
  }

  .heading-6.awardees {
    font-size: 40px;
    line-height: 60px;
  }

  .grid-paragraph {
    margin-bottom: 0px;
  }

  .grid-icon {
    width: 110px;
    height: 110px;
  }

  .quote-block.sidebar.left {
    margin-top: 30px;
  }

  .grid-content-block {
    width: 40%;
  }

  .grid-content-block.leftpadding {
    width: 100%;
  }

  .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;
  }

  .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;
  }

  .rich-text-block {
    margin-top: 0px;
  }

  .spacer {
    height: 30px;
    padding-bottom: 0px;
  }

  .eval-logos-parent {
    height: auto;
  }

  .navigation-inner {
    position: relative;
    left: 0px;
    height: 60px;
    padding-left: 20px;
  }

  .brand-2 {
    padding-left: 0px;
  }

  .navigation-icon-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
  }

  .nav-menu-2 {
    width: 100vw;
  }

  .menu-button-2 {
    display: block;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    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-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;
  }

  .menu-button-2.w--open {
    background-color: #009bde;
  }

  .bold-text-26 {
    font-size: 32px;
    line-height: 40px;
  }

  .s1-image-bg-2 {
    background-size: cover;
  }

  .info-block-3 {
    width: 80vw;
  }

  .resource-item-2 {
    width: 80vw;
    height: 200px;
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .resource-item-2:hover {
    width: 80vw;
    height: 200px;
    margin: 0px 20px 40px;
    padding: 0px;
  }

  .about-image-2 {
    width: 80vw;
    margin-top: 30px;
  }

  .resources-paragraph-2 {
    width: auto;
  }

  .faq-wrapper-2 {
    width: 100%;
  }

  .section-1-wrapper-2 {
    width: 100vw;
  }

  .section-6-wrapper-2 {
    width: 100vw;
  }

  .heading-10 {
    font-family: proxima-nova, sans-serif;
    font-size: 32px;
  }

  .s1-pattern {
    overflow: hidden;
  }

  .slider-4 {
    position: relative;
    display: block;
    width: 100%;
    margin-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .mask-6 {
    overflow: visible;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
  }

  .step-1-6-2 {
    left: auto;
    top: 0%;
    right: auto;
    bottom: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-transform: translate(0vw, 0px);
    -ms-transform: translate(0vw, 0px);
    transform: translate(0vw, 0px);
  }

  .process-5-slider-4 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-button-3.bold-text.button-header-register {
    display: none;
  }

  .bold-text-30 {
    font-size: 28px;
    line-height: 36px;
  }

  .nav-link-level22 {
    padding-left: 30px;
  }

  .section-1-wrapper-3 {
    width: 100vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-24 {
    font-family: proxima-nova, sans-serif;
    font-size: 28px;
    line-height: 40px;
  }

  .nav-menu-button {
    margin-left: 0px;
  }

  .navigation-menu-content-2 {
    margin-top: 26px;
  }

  .html-embed-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-top: auto;
    margin-bottom: 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;
  }

  .navigation-menu {
    display: none;
    margin-top: -6px;
  }

  ._404-heading {
    font-size: 30px;
    line-height: 50px;
  }

  ._404-button {
    display: block;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .in-header-paragraph-404 {
    font-size: 22px;
    line-height: 30px;
  }

  .in-intro-parent-404 {
    position: relative;
    height: 100vh;
    padding: 30px 50px;
  }

  .in-intro-parent-404.about {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .in-intro-parent-404.proposal {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .in-intro-parent-404.rules {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .in-intro-parent-404.fairness {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .in-intro-parent-404.faqs {
    height: 420px;
    min-height: auto;
    padding: 30px 50px;
  }

  .in-intro-parent-404.timeline {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .in-intro-parent-404.orgreadiness {
    padding: 30px 50px;
  }

  .in-intro-parent-404.evaluation {
    height: 420px;
    min-height: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .in-intro-parent-404.news-updates {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .in-intro-parent-404.secondary-page {
    height: 420px;
    min-height: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .in-intro-parent-404.resources {
    height: 420px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .html-embed-6 {
    color: #1b883d;
  }

  .heading-25 {
    margin-top: 10px;
  }

  .heading-26 {
    margin-top: 10px;
  }

  .heading-27 {
    margin-top: 10px;
  }

  .heading-28 {
    margin-top: 10px;
  }

  .html-embed-7 {
    color: #1b883d;
  }

  .html-embed-8 {
    color: #1b883d;
  }

  .html-embed-9 {
    color: #1b883d;
  }

  .button-sidebar-register {
    display: block;
    background-color: #1b883d;
  }

  .cookie-div.js-cookie-notice {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-12 {
    height: 70px;
  }

  .column-2.faq-and-resources {
    padding-bottom: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .finalists-top-banner {
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .bold-text-33 {
    font-size: 20px;
    line-height: 24px;
  }

  .text-span {
    font-size: 20px;
    font-weight: 400;
  }

  .text-block-8 {
    width: 85%;
    margin-left: 16px;
    padding-right: 0px;
  }

  .grand-prize-awardees-wrapper {
    height: auto;
  }

  .pagination-childe {
    display: block;
  }

  .pagination-dots {
    display: none;
  }

  .awardees-item-wrapper {
    padding: 50px;
  }

  .awardees-image-wrapper {
    height: 380px;
    margin-top: 16px;
    padding: 24px;
  }

  .awardees-image {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .awardees-image.awardees-bot {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: 24px;
    width: 100%;
    height: 100%;
    min-height: 0px;
    min-width: 0px;
    box-shadow: 0 8px 40px 4px rgba(0, 0, 0, 0.16);
  }

  .awardees-text-wrapper {
    margin-top: 36px;
  }

  .awardees-text-wrapper.awardees-bot {
    width: 100%;
    margin-top: 36px;
    margin-left: 0px;
  }

  .awardees-organization-name {
    margin-top: 16px;
  }

  .awardees-organization-name.awardees-bot {
    margin-top: 8px;
  }

  .awardees-title {
    font-size: 32px;
    line-height: 40px;
  }

  .awardees-title.awardees-bot {
    margin-top: 16px;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 32px;
  }

  .awardees-button {
    height: 54px;
  }

  .awardees-button:hover {
    border-color: #1b883d;
    background-color: #1b883d;
  }

  .anchor-data-feed.awardees-bot {
    padding-right: 0px;
    grid-row-gap: 104px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .awardees-list-wrapper.awardees-bot {
    padding-right: 54px;
    padding-left: 30px;
  }

  .left-awardees-block {
    width: 100%;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-small {
    font-size: 1rem;
  }

  .link-3.back {
    display: none;
  }

  .back-panel-awardees {
    width: 90vw;
    padding-right: 0px;
    padding-left: 0px;
  }

  .video-awardees-wrapper {
    height: auto;
    background-color: #162034;
  }

  .video {
    background-color: #162034;
  }

  .text-block-10 {
    margin-top: 16px;
    margin-left: 0px;
  }

  .text-block-10.separator {
    display: none;
  }

  .solution-pn-title {
    font-size: 18px;
    line-height: 24px;
  }

  .next-awardee-card {
    margin-right: 0px;
  }

  .detail-content-wrapper {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .solution-location-text {
    margin-top: 16px;
    margin-left: 0px;
  }

  .solution-location-text.separator {
    display: none;
  }

  .awardee-website-link-2 {
    margin-top: 0px;
  }

  .html-embed-13 {
    margin-top: 36px;
  }

  .html-embed-13.awardees-bot {
    margin-top: 36px;
  }

  .filters-modal-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 104;
    display: none;
    overflow: auto;
    width: 100vw;
    height: 100vh;
    padding-bottom: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }

  .plus-line-hor {
    background-color: #1b883d;
  }

  .html-embed-18 {
    left: 2%;
  }

  .tag-item {
    background-color: rgba(32, 164, 73, 0.2);
  }

  .text-block-18 {
    font-size: 24px;
  }

  .reset-filters-button-desktop {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    display: none;
    overflow: hidden;
    height: auto;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #ebebeb;
  }

  .filter-modal-content {
    height: auto;
    padding-bottom: 100px;
  }

  .count-wrapper {
    -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;
  }

  .reset-all-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 60px;
    margin-right: 24px;
    -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-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 2px solid #767676;
    border-radius: 8px;
    background-color: transparent;
    font-family: proxima-nova, sans-serif;
    color: #767676;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
  }

  .search-results-wrapper {
    margin-top: 16px;
  }

  .filter-section {
    z-index: 100;
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .filter-fixed-bottom-panel {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 105;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: auto;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #ebebeb;
  }

  .filters-lists {
    position: static;
    top: 70px;
    min-height: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heading-33 {
    font-size: 32px;
    line-height: 48px;
  }

  .lpw-wrapper {
    position: static;
    width: 100%;
    margin-top: 36px;
    margin-bottom: 0px;
    background-color: #fff;
  }

  .plus-line-ver {
    background-color: #1b883d;
  }

  .submissions-wrapper {
    margin-top: 100px;
    padding-top: 0px;
    background-color: #fff;
  }

  .filter-search-field {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .show-results-embed-wrap {
    display: none;
  }

  .form-filter-wrapper {
    margin-bottom: 0px;
  }

  .search-field {
    border: 2px solid #ebebeb;
    border-radius: 8px;
  }

  .text-block-14 {
    color: #1b883d;
  }

  .search-filters-wrapper {
    position: static;
  }

  .html-embed-14 {
    color: #009bde;
  }

  .checkbox_input.w--redirected-checked {
    border-color: #1b883d;
    background-color: #1b883d;
  }

  .form-block {
    position: static;
  }

  .results-itemcard-wrapper {
    -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;
  }

  .divider {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .badge-icon-finalists {
    border-color: #e5f5fb;
  }

  .badge-tooltip-wrapper {
    left: 0px;
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .itemcard-image-wrapper {
    width: 100%;
    height: 280px;
  }

  .tooltip-triangle {
    left: 12px;
    right: auto;
  }

  .itemcard-text-wrapper {
    width: 100%;
    margin-top: 24px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .itemcard-button-wrapper {
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    border-color: #1b883d;
  }

  .itemcard-button-wrapper:hover {
    border-color: #1b883d;
  }

  .html-embed-15 {
    color: #1b883d;
  }

  .badge-icon-competition {
    border-color: #e5f5fb;
  }

  .badge-icon {
    color: #1b883d;
  }

  .card-content-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkbox-user-agreement:active {
    border-color: #1b883d;
  }

  .checkbox-user-agreement.w--redirected-focus {
    box-shadow: 0 0 3px 1px #1b883d;
  }

  .user-agreement-dialog {
    width: 90%;
  }

  .text-block-25 {
    margin-top: 2px;
    margin-left: 0px;
  }

  .text-block-25.separator {
    display: none;
  }

  .video-awardees-wrapper-2 {
    height: auto;
  }

  .div-block-16 {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .badge-icon-2 {
    color: #1b883d;
  }

  .show-more-filters-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
  }

  .show-more-filters-button.hide {
    display: none;
  }

  .in-intro-child-405 {
    text-align: left;
  }

  .in-header-paragraph-405 {
    margin-top: 15px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 20px;
    line-height: 32px;
    text-align: left;
  }

  .container-1200-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .awardees-wrapper {
    height: auto;
  }

  .awardees-wrapper.results.awardees-bot {
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .awardees-image-bot-wrapper {
    height: 380px;
    margin-top: 16px;
  }

  .awardees-image-bot-wrapper.awardees-bot {
    width: 100%;
    height: 380px;
    min-height: 380px;
    min-width: 0px;
    margin-top: 0px;
    padding: 24px;
    background-color: hsla(0, 0%, 77.3%, 0.24);
  }

  .awardees-item-bot-content.awardees-bot {
    -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;
  }

  .awardees-item-bot-wrapper {
    padding: 50px 30px;
  }

  .awardees-list-bot-wrapper.awardees-bot {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-34 {
    margin-top: 0px;
  }

  .div-block-18 {
    margin-top: 24px;
  }

  .grand-prize-link {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
  }

  .badge-icon-gpw {
    border-color: #e5f5fb;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
    line-height: 30px;
  }

  h3 {
    font-size: 20px;
    line-height: 28px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  li {
    font-size: 16px;
  }

  .box {
    width: 100%;
  }

  .index-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .banner-wrap-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookie-wrap {
    margin-bottom: 20px;
  }

  .cookie {
    display: none;
  }

  .button-cookie {
    margin-top: 0px;
  }

  .cookie-bar-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookie-bar-text {
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
  }

  .link {
    font-size: 12px;
  }

  .cookie-box {
    padding: 24px;
  }

  .footer-link {
    width: auto;
  }

  .nav-menu-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dropdown-nav-item {
    position: relative;
    -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;
  }

  .mini-nav {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-wrapper {
    width: 70%;
  }

  .slider {
    width: 80vw;
  }

  .cards {
    width: 90vw;
  }

  .slider-box {
    width: auto;
  }

  .process-info {
    width: 90%;
  }

  .process-panel {
    width: 90%;
  }

  .faq-wrapper {
    max-width: none;
  }

  .profile {
    width: 80vw;
  }

  .tab-image {
    margin-bottom: 20px;
  }

  .tab-1 {
    padding: 20px;
  }

  .tab-2 {
    padding: 20px;
  }

  .tab-3 {
    padding: 20px;
  }

  .tab-4 {
    padding: 20px;
  }

  .judge-box {
    width: 90vw;
  }

  .slide-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .result-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slide-wrapper {
    text-align: center;
  }

  .details-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;
  }

  .skywalker-template {
    font-size: 7vw;
  }

  .utility-page-wrap.password {
    padding-right: 24px;
    padding-left: 24px;
  }

  .utility-page-content {
    padding: 24px;
  }

  .process-wrap {
    width: 90%;
  }

  .judge-grid {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .primary {
    margin-right: 0px;
    margin-bottom: 50px;
  }

  .slider-ticks {
    width: 96%;
  }

  .slider-anchor.slider-anchor-high {
    left: 66%;
  }

  .slider-anchor.slider-anchor-low {
    right: 66%;
  }

  .score-description-text {
    font-size: 16px;
    line-height: 15px;
  }

  .score-heading {
    font-size: 16px;
    line-height: 19px;
  }

  .score-title-range {
    font-size: 22px;
    line-height: 30px;
  }

  .score-description {
    margin-top: 19px;
    padding: 20px;
  }

  .score-description-value-text {
    font-size: 16px;
    line-height: 15px;
  }

  .score-title-text {
    font-size: 22px;
    line-height: 30px;
  }

  .score-description-inner {
    line-height: 20px;
    text-align: left;
  }

  .score-title {
    margin-top: 0px;
  }

  .score-description-value-number {
    font-size: 16px;
    line-height: 15px;
  }

  .process-card.swiper-slide {
    width: 80vw;
  }

  .process-container-2 {
    margin-top: 0px;
    margin-bottom: 52px;
  }

  .process-card-details-control {
    left: 27%;
  }

  .card-detail-control.card-detail-control-prev.process-swiper-navigate-prev {
    width: 50px;
    height: 50px;
  }

  .card-detail-control.card-detail-control-next.process-swiper-navigate-next {
    width: 50px;
    height: 50px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .erp-tips {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .erp-faq {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .erp-container {
    width: 100%;
    max-width: none;
  }

  .erp-content-div {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .erp-tips-item-cols.nyctp.faq-and-resources {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookie-annex-div {
    overflow: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .ca-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 10px;
  }

  .ca-paragraph {
    padding: 4px;
    font-size: 12px;
    line-height: 12px;
  }

  .ca-paragraph.nobottomstroke {
    padding: 4px;
    font-size: 12px;
    line-height: 12px;
  }

  .in-intro-parent.about {
    height: auto;
    min-height: 420px;
    padding: 30px 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .in-intro-parent.proposal {
    width: 100%;
    height: auto;
    max-width: none;
    min-height: 420px;
    padding: 30px 20px;
  }

  .in-intro-parent.rules {
    height: auto;
    min-height: 420px;
    padding: 30px 20px;
  }

  .in-intro-parent.fairness {
    height: auto;
    min-height: 420px;
    padding: 30px 20px;
  }

  .in-intro-parent.faqs {
    height: auto;
    min-height: 420px;
    padding: 30px 20px;
  }

  .in-intro-parent.timeline {
    height: auto;
    min-height: 420px;
    padding: 30px 20px;
  }

  .in-intro-parent.orgreadiness {
    height: auto;
    min-height: 420px;
    padding: 30px 20px;
  }

  .in-intro-parent.evaluation {
    height: auto;
    min-height: 420px;
    padding: 30px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .in-intro-parent.news-updates {
    height: auto;
    min-height: 420px;
    padding: 30px 20px;
  }

  .in-intro-parent.secondary-page {
    height: auto;
    min-height: 420px;
    padding: 30px 20px;
  }

  .in-intro-parent.resources {
    height: auto;
    min-height: 420px;
    padding: 30px 20px;
  }

  .in-intro-parent.awardees {
    height: auto;
    min-height: 300px;
    padding: 30px 20px;
  }

  .in-body-parent {
    width: auto;
    padding: 30px 20px 50px;
  }

  .in-body-parent.timeline {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-and-menu-icon {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    margin-right: 0px;
    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: 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-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-2-wrapper.tablet--50 {
    padding: 30px 20px;
  }

  .footer-link-2 {
    text-align: center;
  }

  .footer-heading {
    font-size: 24px;
    line-height: 36px;
  }

  .p5-arrow-2.slider-arrow-left {
    left: 0%;
    width: auto;
  }

  .p5-arrow-2.slider-arrow-right {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: auto;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .menu-icon {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .footer-paragraph {
    margin-top: 10px;
    font-size: 16px;
  }

  .section-6-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }

  .footer-info-wrapper {
    width: 80vw;
  }

  .section-5-wrapper {
    overflow: hidden;
    height: 100%;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding: 75px 20px;
  }

  .header-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .info-wrapper {
    margin-top: 15%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-button-1.button-lastcard-register {
    background-color: #1b883d;
  }

  .container-1200 {
    width: 100%;
  }

  .container-1200.awardees {
    width: 90vw;
  }

  .in-intro-child {
    top: 50%;
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .bold-text-8 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 36px;
    line-height: 5px;
  }

  .in-header-paragraph {
    position: static;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 20px;
    line-height: 32px;
  }

  .in-header-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .header-logo-link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: url('../images/cbc-logo-white-all.png');
    background-position: 50% 50%;
    background-size: 5729px;
  }

  .emc-logo {
    display: block;
    overflow: visible;
    width: auto;
    height: 28px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .bold-text-9 {
    font-size: 24px;
    line-height: 1px;
  }

  .bold-text-10 {
    text-align: center;
  }

  .heading-6 {
    display: inline-block;
    overflow: visible;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 40px;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading-6.awardees {
    font-size: 32px;
    line-height: 48px;
  }

  .heading-6.awardees {
    font-size: 32px;
    line-height: 48px;
  }

  .grid-icon {
    width: 70px;
    height: 70px;
  }

  .grid-content-block {
    width: 60%;
  }

  .grid-content-block.leftpadding {
    width: 100%;
    margin-left: 0px;
  }

  .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;
  }

  .rich-text-block {
    margin-top: 0px;
  }

  .spacer {
    height: 20px;
    padding-bottom: 0px;
  }

  .fairness-images-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .period-name-2 {
    margin-top: -38px;
    color: rgba(13, 36, 65, 0.35);
  }

  .timeline {
    font-size: 14px;
  }

  .timeline-name {
    font-size: 20px;
    line-height: 28px;
  }

  .timeline-date-2 {
    margin-top: 0px;
    margin-bottom: 13px;
    font-size: 14px;
  }

  .timeline-card-2 {
    width: 90vw;
    padding: 18px;
  }

  .header-link-parent.cnc-hover {
    width: 100%;
  }

  .navigation-inner {
    width: 80vw;
    height: 60px;
    padding-left: 10px;
  }

  .navigation-icon-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-menu-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .header-container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .image-3 {
    width: 90%;
  }

  .menu-button-2 {
    display: block;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .menu-button-2.w--open {
    background-color: #009bde;
    color: #fff;
  }

  .nav-link-2.bigger.inner-link:hover {
    text-align: center;
  }

  .nd-photo-div {
    top: -46px;
  }

  .nd-image {
    height: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 35px;
  }

  .nd-body {
    top: -59px;
  }

  .nd-info-div {
    top: -12px;
    padding: 13px 3%;
  }

  .nd-content-bg {
    padding-bottom: 0px;
  }

  .nd-close-div {
    left: 35%;
  }

  .div-block {
    width: 80vw;
  }

  .header-button-2 {
    display: none;
    overflow: hidden;
    font-size: 12px;
  }

  .bold-text-26 {
    font-size: 24px;
    line-height: 0px;
  }

  .s1-image-bg-2.awardees {
    background-position: 0% 0%;
  }

  .paragraph-6 {
    margin-top: 10px;
  }

  .info-block-3 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .bold-text-27 {
    font-size: 24px;
    line-height: 32px;
  }

  .resource-item-2 {
    height: 300px;
    margin-bottom: 40px;
  }

  .resource-item-2:hover {
    height: 300px;
  }

  .heading-7 {
    font-size: 24px;
  }

  .paragraph-7 {
    margin-top: 10px;
    font-size: 16px;
  }

  .section-slider {
    padding: 30px 20px;
  }

  .facts-list {
    width: 100%;
  }

  .resources-paragraph-2 {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 16px;
    text-align: left;
  }

  .paragraph-9 {
    margin-top: 10px;
    font-size: 16px;
    text-align: left;
  }

  .faq-wrapper-2 {
    max-width: none;
  }

  .faqs-info {
    width: 80vw;
  }

  .slider-3 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .section-4-wrapper-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .faqs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }

  .bold-text-28 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .section-1-wrapper-2 {
    width: 100vw;
    padding: 30px 20px;
  }

  .italic-text-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-10 {
    font-size: 24px;
    line-height: 32px;
  }

  .bold-text-29 {
    font-size: 16px;
  }

  .section-facts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }

  .s1-pattern.awardess {
    display: none;
  }

  .heading-23 {
    font-size: 24px;
    line-height: 36px;
  }

  .paragraph-10 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .slider_slide-3-3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .slider_slide-2-3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .slider_slide-5-3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .slider-4 {
    position: relative;
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .htp-content-3 {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-slider-2 {
    padding: 30px 20px;
  }

  .slider_slide-4-3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .slider_slide-1-3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .mask-6 {
    overflow: visible;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
  }

  .step-1-6-2 {
    display: none;
  }

  .process-5-slider-4 {
    width: 100%;
  }

  .slider_slide-6-3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .header-button-3 {
    display: block;
    overflow: hidden;
    width: auto;
    font-size: 6px;
    line-height: 16px;
  }

  .title-and-close-button {
    width: auto;
    padding-right: 0px;
    padding-left: 30px;
  }

  .bold-text-30 {
    font-size: 24px;
    line-height: 36px;
  }

  .text-block-2 {
    margin-left: 0px;
    font-size: 24px;
  }

  .nav-close-button {
    margin-right: 10px;
    margin-left: 30px;
  }

  .nav-close-button:hover {
    margin-right: 10px;
  }

  .nav-link-level22 {
    padding-left: 30px;
  }

  .section-1-wrapper-3 {
    width: 100vw;
    padding: 30px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-24 {
    font-size: 24px;
    line-height: 36px;
  }

  .navigation-link {
    padding-left: 30px;
  }

  .nav-menu-button {
    position: static;
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-menu-button:hover {
    margin-right: 0px;
  }

  .navigation-menu-content-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    width: auto;
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 15px;
    opacity: 1;
  }

  .nav-link-level2-2 {
    padding-left: 30px;
  }

  .html-embed-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 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;
    color: #000;
  }

  .html-embed-5:hover {
    background-color: #009bde;
    color: #fff;
  }

  .nav-menu-icon-and-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .navigation-menu {
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    min-width: 0px;
    margin-top: -6px;
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 15px;
    opacity: 0.73;
  }

  ._404-heading {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 40px;
  }

  .in-intro-child-404 {
    position: absolute;
    margin-bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._404-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .in-header-paragraph-404 {
    position: static;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 22px;
    line-height: 30px;
  }

  .in-intro-parent-404 {
    max-width: none;
  }

  .in-intro-parent-404.about {
    height: auto;
    min-height: 420px;
    padding: 30px 20px;
  }

  .in-intro-parent-404.proposal {
    width: 100%;
    height: auto;
    max-width: none;
    min-height: 420px;
    padding: 30px 20px;
  }

  .in-intro-parent-404.rules {
    height: auto;
    min-height: 420px;
    padding: 30px 20px;
  }

  .in-intro-parent-404.fairness {
    height: auto;
    min-height: 420px;
    padding: 30px 20px;
  }

  .in-intro-parent-404.faqs {
    height: auto;
    min-height: 420px;
    padding: 30px 20px;
  }

  .in-intro-parent-404.timeline {
    height: auto;
    min-height: 420px;
    padding: 30px 20px;
  }

  .in-intro-parent-404.orgreadiness {
    height: auto;
    min-height: 420px;
    padding: 30px 20px;
  }

  .in-intro-parent-404.evaluation {
    height: auto;
    min-height: 420px;
    padding: 30px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .in-intro-parent-404.news-updates {
    height: auto;
    min-height: 420px;
    padding: 30px 20px;
  }

  .in-intro-parent-404.secondary-page {
    height: auto;
    min-height: 420px;
    padding: 30px 20px;
  }

  .in-intro-parent-404.resources {
    height: auto;
    min-height: 420px;
    padding: 30px 20px;
  }

  .cookie-div.js-cookie-notice {
    width: 100%;
    height: 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;
  }

  .cookie-text-2 {
    margin-bottom: 9px;
  }

  .cookie-button-2.js-cookie-accept {
    text-align: center;
  }

  .image-12 {
    height: 40px;
  }

  .column-2.faq-and-resources {
    padding-bottom: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .finalists-top-banner {
    height: auto;
    min-height: 60px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .bold-text-33 {
    font-size: 16px;
  }

  .text-span {
    font-size: 16px;
  }

  .text-block-8 {
    width: 75%;
    padding-right: 36px;
    font-size: 20px;
    line-height: 24px;
  }

  .grand-prize-awardees-wrapper {
    padding-top: 0px;
  }

  .awardees-item-wrapper {
    padding: 50px 20px;
  }

  .awardees-image-wrapper {
    height: 250px;
    margin-top: 0px;
    padding: 16px;
  }

  .awardees-image-wrapper.awardees-bot {
    height: 250px;
    min-height: 250px;
  }

  .awardees-image {
    height: 100%;
  }

  .awardees-image.awardees-bot {
    height: 100%;
  }

  .awardees-text-wrapper {
    margin-top: 24px;
  }

  .awardees-text-wrapper.awardees-bot {
    margin-top: 24px;
  }

  .awardees-city-state {
    line-height: 24px;
  }

  .awardees-organization-name {
    margin-top: 4px;
    font-size: 18px;
    line-height: 24px;
  }

  .awardees-organization-name.awardees-bot {
    margin-top: 4px;
  }

  .awardees-title {
    font-size: 20px;
    line-height: 28px;
  }

  .awardees-title.awardees-bot {
    margin-bottom: 0px;
  }

  .awardees-button {
    height: 54px;
  }

  .awardees-button:hover {
    border-color: #1b883d;
    background-color: #1b883d;
  }

  .awardees-button.password {
    height: 54px;
  }

  .anchor-data-feed.awardees-bot {
    padding-right: 0px;
    grid-row-gap: 54px;
  }

  .anchor-link-button-2 {
    margin-bottom: 20px;
  }

  .link-3 {
    display: none;
  }

  .link-3.back {
    display: block;
  }

  .back-panel-awardees {
    width: 90vw;
    margin-bottom: 100px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .html-embed-11 {
    width: auto;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .video-awardees-wrapper {
    height: auto;
    background-color: #162034;
  }

  .content-awardees-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -80px;
    -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 {
    background-color: #162034;
  }

  .text-block-10 {
    margin-top: 8px;
    margin-left: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-10.separator {
    display: none;
  }

  .text-block-11 {
    font-size: 24px;
    line-height: 32px;
  }

  .previous-next-wrapper {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .previous-awardee-card {
    margin-right: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .team-pn-name {
    display: none;
  }

  .solution-pn-title {
    display: none;
  }

  .awardee-pn-link {
    display: none;
  }

  .next-awardee-card {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 12px;
    padding-top: 16px;
    padding-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;
  }

  .arrow-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-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;
  }

  .arrow-right {
    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;
  }

  .detail-content-wrapper {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .solution-location-text {
    margin-top: 8px;
    margin-left: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .solution-location-text.separator {
    display: none;
  }

  .div-block-14 {
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block.awardee-page {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-style: none;
  }

  .awardee-website-link-2._1 {
    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;
  }

  .image-14 {
    margin-left: 16px;
  }

  .html-embed-13 {
    margin-top: 36px;
  }

  .filters-modal-wrapper {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: auto;
    padding-bottom: 0px;
  }

  .html-embed-18 {
    width: 40px;
    height: 40px;
  }

  .filter-header {
    margin-left: 8px;
    font-size: 16px;
  }

  .tag-item {
    background-color: rgba(32, 164, 73, 0.2);
  }

  .text-block-18 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
  }

  .reset-filters-button-desktop {
    top: auto;
    z-index: 100;
    width: 100vw;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #ebebeb;
  }

  .eup-filter-wrapper {
    padding-right: 12px;
    padding-left: 12px;
  }

  .desktop-filters-list {
    position: static;
  }

  .filter-modal-content {
    padding-bottom: 140px;
  }

  .state-filter-wrapper {
    padding-right: 12px;
    padding-left: 12px;
  }

  .count-wrapper {
    -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;
  }

  .reset-all-button {
    width: auto;
    margin-right: 12px;
    padding-right: 12px;
    padding-left: 12px;
    background-color: transparent;
    color: #767676;
  }

  .checkbox-item {
    margin-bottom: 16px;
  }

  .search-results-wrapper {
    position: static;
  }

  .filter-section {
    position: static;
    z-index: 99;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .filter-fixed-bottom-panel {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 105;
    width: 100vw;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #ebebeb;
  }

  .heading-33 {
    font-size: 24px;
    font-weight: 700;
  }

  .lpw-wrapper {
    margin-top: 36px;
    margin-bottom: 0px;
  }

  .filter-search-field {
    position: static;
  }

  .city-filter-wrapper {
    padding-right: 12px;
    padding-left: 12px;
  }

  .checkbox_label {
    margin-left: 12px;
    font-size: 16px;
  }

  .show-results-embed-wrap {
    display: none;
  }

  .search-field {
    position: static;
  }

  .text-block-14 {
    color: #1b883d;
  }

  .text-block-15 {
    height: 60px;
    font-size: 18px;
    line-height: 20px;
  }

  .title-wrapper {
    height: 70px;
  }

  .text-block-19 {
    font-size: 18px;
    line-height: 28px;
  }

  .results-itemcard-wrapper {
    -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;
  }

  .badge-tooltip-wrapper {
    display: none;
  }

  .itemcard-image-wrapper {
    width: 100%;
    height: 150px;
  }

  .itemcard-text-wrapper {
    width: 100%;
    margin-top: 12px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .itemcard-button-wrapper {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
    margin-top: 24px;
    margin-right: auto;
  }

  .itemcard-title {
    font-size: 20px;
    line-height: 32px;
  }

  .badge-icon {
    color: #1b883d;
  }

  .text-block-23 {
    font-size: 16px;
    line-height: 24px;
  }

  .checkbox-user-agreement {
    min-height: 24px;
    min-width: 24px;
  }

  .checkbox-user-agreement:active {
    border-color: #1b883d;
  }

  .checkbox-user-agreement.w--redirected-focus {
    box-shadow: 0 0 3px 1px #1b883d;
  }

  .radio-button-label {
    line-height: 28px;
  }

  .user-agreement-button {
    margin-top: 32px;
  }

  .form-block-2 {
    margin-top: 32px;
  }

  .user-agreement-wrapper {
    display: none;
  }

  .user-agreement-dialog {
    padding: 24px;
  }

  .text-block-24 {
    font-size: 24px;
    line-height: 32px;
  }

  .text-block-25 {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-25.separator {
    display: none;
  }

  .video-awardees-wrapper-2 {
    height: auto;
  }

  .div-block-16 {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-awardees-wrapper-2 {
    margin-top: -80px;
  }

  .show-more-filters-button {
    display: block;
    width: auto;
    height: 60px;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-right: 12px;
    padding-left: 12px;
    -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-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 8px;
    background-color: #1b883d;
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
  }

  .show-more-filters-button.hide {
    display: none;
  }

  .text-block-19 {
    margin-top: 0px;
    color: #fff;
  }

  .filter-open-icon {
    color: #fff;
  }

  .show-results-button {
    padding-right: 12px;
    padding-left: 12px;
  }

  .in-intro-child-405 {
    top: 50%;
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .in-header-paragraph-405 {
    position: static;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 20px;
    line-height: 32px;
  }

  .container-1200-2 {
    width: 100%;
  }

  .winner-badge-wrapper {
    margin-top: 8px;
    margin-right: 8px;
  }

  .text-block-27 {
    font-size: 20px;
  }

  .awardees-wrapper.results.awardees-bot {
    padding: 36px 20px;
  }

  .awardees-image-bot-wrapper {
    height: 250px;
    margin-top: 0px;
  }

  .awardees-image-bot-wrapper.awardees-bot {
    height: 220px;
    min-height: 0px;
    padding: 16px;
  }

  .awardees-item-bot-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-34 {
    width: 100%;
    font-size: 28px;
  }

  .banner-awardee-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .text-block-30 {
    width: auto;
    font-size: 24px;
    line-height: 32px;
  }

  .grand-prize-link {
    font-size: 16px;
    line-height: 20px;
  }
}

#w-node-ebf23437-2de6-f763-cbc4-8e9e0b978cc9-c9e56508 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ebf23437-2de6-f763-cbc4-8e9e0b978cda-c9e56508 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-column-align: center;
  justify-self: center;
}

@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* custom code !!!! */
.user-agreement-wrapper #email-form .checkbox-field {
  position: relative;
}

.user-agreement-wrapper #email-form .checkbox-field .checkbox-user-agreement {
  width: auto;
  height: auto;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  border: none;
  box-shadow: none;
  z-index: 1;
}

.user-agreement-wrapper #email-form .checkbox-field .checkbox-user-agreement::before {
  display: block;
  width: 24px;
  height: 24px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #767676;
  border-radius: 50%;
  box-sizing: border-box;
}

.user-agreement-wrapper #email-form .checkbox-field .checkbox-user-agreement.w--redirected-checked::before {
  border: 7px solid #1b883d;
}

.user-agreement-wrapper #email-form .checkbox-field .radio-button-label {
  padding-left: 20px;
}

.user-agreement-wrapper #email-form .checkbox-field .radio-button-label .end-user-licensing-agreement-link {
  position: relative;
  z-index: 22;
}
