.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-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

.w-page-count {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

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

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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #0e3a2c;
  font-size: 16px;
  line-height: 28px;
}

a {
  font-family: Roboto, sans-serif;
  color: green;
  text-decoration: underline;
}

a:hover {
  color: #e2b359;
}

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

li {
  font-size: 16px;
}

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: visible;
  min-height: 0px;
  padding-bottom: 16px;
  -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;
}

.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: 24px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.header-nav.relative {
  position: relative;
}

.register-button {
  margin-right: 29px;
  margin-left: 10px;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}

.register-button.button-header-register {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-left: 0px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #27594b;
  border-radius: 24px;
  background-color: #27594b;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.register-button.button-header-register:hover {
  border-style: solid;
  background-color: #0e3a2c;
}

.register-button.mobile {
  display: none;
}

.register-button.button-sidebar-register {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-left: 0px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #27594b;
  border-radius: 24px;
  background-color: #27594b;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.register-button.button-sidebar-register:hover {
  border-style: solid;
  background-color: #0e3a2c;
}

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

.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-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-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: none;
  overflow: scroll;
  width: 100%;
  height: 100%;
  max-width: 300px;
  padding: 36px 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #27594b;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.site-navigation {
  margin-top: 0px;
  margin-bottom: 0px;
}

.menu-button {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.menu-button.w--current {
  width: auto;
  border-bottom: 3px solid #e2b359;
  color: #e2b359;
  text-decoration: none;
}

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

.menu-button.dropdown {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 3px solid #e2b359;
}

.dropdown {
  display: block;
  width: 100%;
  margin-bottom: 0px;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 9px 0px 9px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
}

.dropdown-list {
  display: block;
  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;
}

.title-with-description {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  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;
  text-align: center;
}

.title {
  max-width: 800px;
  font-family: 'Roboto Slab', sans-serif;
  color: #0e3a2c;
  font-size: 42px;
  line-height: 64px;
  font-weight: 700;
}

.title.white {
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.title.white.hide {
  display: none;
}

.title.h3 {
  font-size: 38px;
  line-height: 54px;
}

.title.h3.gold {
  margin-top: 24px;
  margin-right: -7px;
  padding-right: 0px;
  color: #e2b359;
}

.subtitle {
  max-width: 800px;
  margin-top: 12px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

.subtitle.white {
  margin-top: 12px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.subtitle.leftalign {
  font-size: 20px;
  line-height: 36px;
  text-align: left;
}

.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;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin-top: 100px;
  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-flow: row;
  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;
  grid-template-rows: auto;
}

.social-wrap.news-social-share {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social-icon {
  width: 30px;
  height: 30px;
}

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

.social-box.share-link-div {
  display: none;
}

.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;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-family: Roboto, sans-serif;
  color: #0e3a2c;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.footer-link:hover {
  color: #e2b359;
}

.footer-item {
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-size: 18px;
}

.copyright {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.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;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

.content-wrapper.news-slider-content-parent {
  max-width: 960px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.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: none;
  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: 54px;
  -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: #f0f0f0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.fact-box:hover {
  background-color: #e2b359;
  box-shadow: inset 1px 0 9px 0 #bd7f09;
}

.fact-heading {
  margin-bottom: 20px;
  font-family: 'Roboto Slab', sans-serif;
  color: #0e3a2c;
  font-size: 42px;
  line-height: 60px;
}

.fact-description {
  font-family: Roboto, sans-serif;
  color: #0e3a2c;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.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 {
  position: relative;
  z-index: 1;
  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-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 0px;
  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 none #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: 100px auto;
}

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

.content-info-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 90%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.content-info-wrapper.news-positioning {
  position: relative;
  z-index: 5;
}

.accordion-item {
  display: block;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 3px solid transparent;
  border-radius: 10px;
  background-color: #f4f4f4;
}

.accordion-trigger {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  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: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  cursor: pointer;
}

.accordion-trigger:hover {
  background-color: transparent;
  color: #b1b1b1;
}

.accordion-content {
  display: block;
  overflow: hidden;
}

.padding {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 20px 54px;
  -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: 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;
}

.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: 400px;
  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: #000;
}

.point {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-bottom: 800px;
  -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;
}

.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 #000;
  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: 20px;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #b8b8b8;
}

.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;
  margin-top: 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;
  border-bottom: 1px none #c5c5c5;
}

.news-slider {
  width: 100%;
  height: 350px;
  max-width: 890px;
  margin-bottom: 116px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.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;
  display: none;
  background-color: transparent;
  text-align: center;
}

.slide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.slide-cover._1 {
  width: 49%;
  height: 320px;
  background-color: #66512b;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.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 20px 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;
}

.slide-heading {
  font-family: 'Roboto Slab', sans-serif;
  color: #0e3a2c;
}

.slide-date {
  margin-top: 10px;
  margin-bottom: 10px;
}

.slide-description {
  max-width: 80%;
  margin-bottom: -10px;
  padding-bottom: 0px;
}

.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: auto;
  max-width: 960px;
  padding: 50px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid silver;
  text-decoration: none;
}

.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-top: 8px;
  margin-bottom: 10px;
  color: #0e3a2c;
  font-weight: 400;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -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;
}

.news-button {
  margin-right: 20px;
  background-color: #000;
  text-transform: uppercase;
}

.news-title {
  margin-bottom: 10px;
  font-family: 'Roboto Slab', sans-serif;
  color: #0e3a2c;
}

.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 {
  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: 100vw;
  height: auto;
  max-height: none;
  max-width: 100%;
  min-height: 0vh;
  margin-top: 0px;
  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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  padding: 54px;
  -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-radius: 16px;
  box-shadow: 0 4px 54px 8px rgba(0, 0, 0, 0.16);
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.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;
}

.dropdown-link.share-link-div {
  margin-right: 0px;
  margin-left: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Roboto, sans-serif;
  color: #0e3a2c;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.dropdown-link.share-link-div:hover {
  background-color: transparent;
  color: #8eb291;
}

.social-drop {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  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;
}

.social-drop.hide {
  display: none;
}

.brand {
  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-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.brand.w--current {
  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;
}

.brand.password {
  margin-right: auto;
  margin-left: auto;
}

.site-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 36px;
  -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;
  width: 90%;
  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;
}

.facts-slider-left-arrow {
  left: -100px;
  height: 50%;
  color: #444;
}

.fact-wrap {
  position: relative;
  z-index: 1;
}

.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 solid #c5c5c5;
}

.mobile-slider-tags {
  display: none;
}

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

.timeline-link {
  color: #000;
}

.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: -1px;
  z-index: 3;
  width: 25px;
  height: 25px;
  margin-left: -8px;
  border: 2px none #19155b;
  border-radius: 20px;
  background-color: #e2b359;
  -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: 94%;
  width: 150px;
  font-family: Roboto, sans-serif;
  color: #0e3a2c;
  font-weight: 700;
  text-align: left;
}

.slider-anchor.slider-anchor-low {
  position: absolute;
  right: 94%;
  width: 150px;
  font-family: Roboto, sans-serif;
  color: #0e3a2c;
  font-weight: 700;
  text-align: right;
}

.score-description-text {
  color: #fff;
}

.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%;
  height: 18px;
}

.slider-selection {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 100%;
  border-radius: 4px;
  background-color: #e2b359;
}

.slider-track {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 4px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 4px;
  background-color: #0e3a2c;
  cursor: pointer;
}

.score-slider-wrap {
  position: relative;
  width: 74%;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
}

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

.score-entry {
  width: 100%;
  max-width: none;
  margin: 100px auto;
  padding: 0px 0px 40px;
  border: 0px solid #000;
}

.score-entry.nth-bg-color {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.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 {
  margin-top: 16px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
}

.score-title-range {
  display: inline-block;
  font-family: 'Roboto Slab', sans-serif;
  color: #e2b359;
  font-size: 36px;
  line-height: 54px;
}

.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: #0e3a2c;
}

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

.score-description {
  width: 80%;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 58px 56px;
  background-color: #27594b;
}

.score-description-value-text {
  margin-right: 8px;
  margin-left: 8px;
  color: #e2b359;
}

.score-title-text {
  font-family: 'Roboto Slab', sans-serif;
  color: #e2b359;
  font-size: 36px;
  line-height: 54px;
  text-transform: uppercase;
}

.tooltip {
  display: none;
}

.loading-indicator {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: none;
  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;
  line-height: 54px;
  text-align: left;
}

.score-description-value-number {
  margin-right: 0px;
  color: #e2b359;
  text-align: center;
}

.score-section {
  position: relative;
  margin-top: 0px;
  border: 0px solid #000;
  background-color: #fff;
}

.slider-tick-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #0e3a2c;
  -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: auto;
  background-color: #fff;
}

.judge-detail-container {
  position: relative;
  top: 0px;
  width: 90%;
  max-width: 960px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.judge-detail-featured-img {
  width: 250px;
  height: 250px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.judge-detail-bio {
  font-family: Roboto, sans-serif;
  color: #0e3a2c;
}

.judge-detail-title {
  max-width: 500px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #e2b359;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.judge-detail-name {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.judge-detail-bg {
  overflow: hidden;
  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-family: 'Roboto Slab', sans-serif;
  color: #0e3a2c;
  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 {
  width: 100%;
  max-width: none;
  margin-top: -51px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.erp-content-div {
  max-width: none;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 29px;
}

.erp-tips-div {
  margin-top: 24px;
  margin-bottom: 15px;
}

.erp-tips-item-cols {
  margin-bottom: 16px;
  padding: 24px 24px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2b359;
}

.in-body {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-960 {
  display: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lpf-paragraph-div {
  width: 83.3320236206055%;
  max-width: 800px;
  padding-right: 0px;
  font-family: Roboto, sans-serif;
}

.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;
  font-family: Roboto, sans-serif;
  color: #0e3a2c;
}

.application h3 {
  margin-top: 30px;
  font-family: Roboto, sans-serif;
  color: #0e3a2c;
}

.application ul {
  margin-top: 10px;
  margin-bottom: 15px;
}

.application li {
  color: #27594b;
}

.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;
}

.text-block {
  font-size: 16px;
  line-height: 24px;
}

.text-block-2 {
  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;
  font-family: Roboto, sans-serif;
  color: #8eb291;
  font-size: 16px;
  font-weight: 500;
}

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-top: 8px;
  padding-right: 0px;
  padding-bottom: 8px;
}

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

.text-span {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-span-2 {
  margin-left: 4px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-menu-line {
  width: 80%;
  height: 6px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #e2b359;
}

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

.html-embed-4 {
  color: #e2b359;
}

.div-block {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-button-dropdown {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 16px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.focused-dropdown-menu-line {
  position: relative;
  left: 0px;
  right: auto;
  display: block;
  width: 100%;
  height: 2px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e2b359;
}

.div-block-2 {
  position: relative;
  margin-right: 16px;
  padding-right: 0px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-button-link {
  position: relative;
  margin-right: 16px;
  padding-right: 0px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 3px none #e2b359;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-left: 15px;
  -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;
}

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

.dropdown-link-info {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-info:hover {
  text-decoration: underline;
}

.div-block-4 {
  width: 90%;
}

.bold-text {
  font-family: 'Roboto Slab', sans-serif;
  color: #0e3a2c;
  font-size: 42px;
  line-height: 64px;
}

.heading-button-wrapper {
  position: relative;
  z-index: 4;
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button-gold {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 48px;
  min-height: 48px;
  margin-top: 24px;
  margin-bottom: 0px;
  padding: 0px 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-style: solid;
  border-width: 2px;
  border-color: #e2b359;
  border-radius: 24px;
  background-color: #e2b359;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-transform: uppercase;
}

.button-gold:hover {
  background-color: #b98219;
}

.button-gold.green {
  margin-top: auto;
  margin-bottom: 0px;
  border-style: none;
  background-color: #27594b;
}

.button-gold.password {
  width: auto;
  margin-top: 16px;
}

.button-gold.awardee-button {
  margin-top: auto;
}

.heading-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-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;
}

.heading-image.news-detail-page {
  width: 40vw;
  height: 80vh;
}

.heading-image.awardee {
  position: relative;
  top: 0px;
  right: -80px;
  display: block;
  width: 45vw;
  height: 600px;
  float: right;
  clear: none;
}

.bubble_3 {
  position: absolute;
  left: 0%;
  top: -7%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  max-width: none;
}

.image-11 {
  position: absolute;
  z-index: 1;
}

.image-12 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: block;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.bubble-images {
  position: relative;
  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;
}

.bubble_2 {
  position: absolute;
  left: 100px;
  top: 10%;
  right: -29%;
  bottom: 0%;
  z-index: 2;
  max-width: none;
}

.bubble_1 {
  position: absolute;
  left: 290px;
  top: 1%;
  right: -15%;
  bottom: 7%;
  z-index: 3;
  max-width: none;
}

.bubble_1.news-details-page {
  top: 0%;
  right: -15%;
  bottom: 0%;
  width: 65%;
}

.main-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
}

.main-section.news-main {
  padding-bottom: 0px;
}

.div-block-5 {
  position: relative;
  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;
}

.image-13 {
  position: absolute;
  left: auto;
  top: auto;
  right: 12%;
  bottom: 12%;
  z-index: 5;
}

.image-13.hide {
  display: none;
}

.source-link {
  color: #0e3a2c;
  font-size: 18px;
  line-height: 32px;
}

.source-link:hover {
  color: #0e3a2c;
  text-decoration: none;
}

.fact-box-border {
  position: absolute;
  left: 3%;
  top: 3%;
  right: 0%;
  bottom: 0%;
  width: 94%;
  height: 94%;
  border: 2px solid #fff;
}

.body-2 {
  overflow: hidden;
}

.about-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

.about-section-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 480px;
  min-height: 480px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/about-sec-image-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.about-section-image.awardee {
  height: auto;
  min-height: 600px;
  padding: 36px 24px;
}

.about-wrapper {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.heading-2 {
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 42px;
  line-height: 64px;
}

.image-14 {
  position: absolute;
  left: auto;
  top: -132px;
  right: -150px;
  bottom: auto;
}

.footer-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  padding-top: 100px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-section.awardees-template {
  padding-top: 54px;
}

.bubble-footer-left {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 754px;
  height: 556px;
  background-image: url('../images/footer-left-bg-bubble.png.png');
  background-position: 50% 50%;
  background-size: auto;
}

.bubble-footer-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 536px;
  height: 625px;
  background-image: url('../images/footer-right-bg-bubble.png');
  background-position: 50% 50%;
  background-size: cover;
}

.bubble-footer-center {
  position: absolute;
  left: auto;
  top: auto;
  right: 20%;
  bottom: 0%;
  z-index: 1;
  width: 344px;
  height: 306px;
  background-image: url('../images/footer-cental-gold-bubble.png');
  background-position: 0px 0px;
  background-size: 344px;
}

.html-embed-5 {
  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;
}

.footer-social-icon {
  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;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #27594b;
}

.footer-social-icon:hover {
  color: #e2b359;
}

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

.html-embed-8 {
  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;
}

.htp-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 0vh;
  padding-top: 100px;
  padding-bottom: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.htp-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.bubble-wrapper {
  position: absolute;
  left: -150px;
  top: 15%;
  right: auto;
  bottom: 0%;
}

.bubble-wrapper.about-us {
  left: -20%;
  top: 20%;
  right: auto;
  bottom: auto;
  z-index: -1;
}

.bubble-wrapper.about-us.news {
  border-bottom-style: none;
}

.bubble-wrapper.about-us.timeline {
  top: 65%;
}

.bubble-wrapper.evaluation-template {
  left: auto;
  top: 30%;
  right: 20%;
  bottom: 0%;
  z-index: 0;
}

.bubble-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 496px;
  height: 580px;
  background-image: url('../images/htp-bubble_12x.png');
  background-position: 50% 50%;
  background-size: 496px;
}

.bubble-1.evaluation-template {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.bubble-gold {
  position: absolute;
  left: 320px;
  top: -100px;
  right: 0%;
  bottom: 0%;
  width: 499px;
  height: 582px;
  background-image: url('../images/htp-bubble_gold2x.png');
  background-position: 50% 50%;
  background-size: 499px;
}

.bubble-gold.about-us {
  left: 200px;
  top: -150px;
  z-index: 0;
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.bubble-gold.evaluation-template {
  left: 0px;
  top: 350px;
  -webkit-transform: rotate(110deg);
  -ms-transform: rotate(110deg);
  transform: rotate(110deg);
}

.htp-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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;
}

.htp-slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.htp-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 560px;
  height: 490px;
  -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: #f7f7f7;
}

.slide-5 {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.slide-border {
  position: absolute;
  left: 3%;
  top: 3%;
  right: 3%;
  bottom: 3%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  height: 94%;
  border: 1px solid #fff;
}

.left-arrow-4 {
  left: auto;
  top: auto;
  right: 51%;
  bottom: -54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-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: 2px;
  border-color: #27594b;
  border-radius: 100px;
  background-color: #27594b;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.left-arrow-4:hover {
  background-color: #0e3a2c;
}

.right-arrow-4 {
  left: 51%;
  top: auto;
  right: auto;
  bottom: -54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-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: 2px;
  border-color: #e2b359;
  border-radius: 100px;
  background-color: #e2b359;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.right-arrow-4:hover {
  background-color: #b98219;
}

.slider-content-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 54px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  font-family: Roboto, sans-serif;
  color: #0e3a2c;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.regular-text {
  margin-top: 12px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.regular-text {
  margin-top: 8px;
  font-family: Roboto, sans-serif;
  color: #0e3a2c;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

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

.link-3 {
  margin-top: auto;
  margin-bottom: 36px;
  font-family: Roboto, sans-serif;
  color: #0e3a2c;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.slider-counter {
  position: absolute;
  left: auto;
  top: 32px;
  right: 36px;
  bottom: auto;
  z-index: 2;
  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;
  font-family: Roboto, sans-serif;
  color: grey;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

.slider-counter.timeline {
  left: 100px;
  top: 200px;
  right: auto;
  color: #0e3a2c;
  font-size: 24px;
}

.mask-4 {
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slide-5-copy {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.text-block-4 {
  margin-right: 4px;
  margin-left: 4px;
}

.slide-wrapper-content {
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 1;
}

.counter {
  font-size: 32px;
}

.counter.home {
  color: #c5c5c5;
  font-size: 24px;
}

.of {
  position: static;
  left: auto;
  top: 32px;
  right: 32px;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: Roboto, sans-serif;
  color: #0e3a2c;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
}

.of.home {
  color: #c5c5c5;
  font-size: 24px;
}

.totalslides-number {
  position: static;
  left: auto;
  top: 32px;
  right: 32px;
  bottom: auto;
  z-index: 2;
  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;
  font-family: Roboto, sans-serif;
  color: #0e3a2c;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
}

.totalslides-number.home {
  color: #c5c5c5;
  font-size: 24px;
}

.image-15 {
  display: none;
}

.logo-top {
  width: 178px;
}

.logo-bottom {
  width: 178px;
}

.fact-pattern {
  position: absolute;
  left: -3%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
}

.share-icons-wrapper {
  position: absolute;
  top: 50px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  background-color: #f7f7f7;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.share-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-9 {
  color: #8eb291;
}

.body-3 {
  min-height: 100vh;
}

.heading-3 {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 72px;
  line-height: 100px;
}

.div-block-7 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.paragraph {
  max-width: 600px;
  font-size: 32px;
  line-height: 54px;
  font-weight: 300;
}

.paragraph-2 {
  line-height: 32px;
}

.link-4 {
  font-weight: 500;
}

._404-wrapper {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq-title {
  font-family: Roboto, sans-serif;
  color: #27594b;
  line-height: 32px;
  font-weight: 500;
}

.arrow-icon-wrapper {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #27594b;
}

.html-embed-10 {
  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: #fff;
}

.faq-text {
  font-family: Roboto, sans-serif;
  color: #27594b;
  font-size: 18px;
  line-height: 32px;
}

.intro-section {
  position: relative;
  width: 100%;
  max-width: none;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 100px;
  padding-bottom: 0px;
}

.intro-section.password {
  width: 100vw;
  max-width: 100vw;
}

.intro-section.awardee {
  width: 100vw;
  max-width: 100vw;
}

.intro-heading {
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #27594b;
  font-size: 42px;
  line-height: 72px;
  font-weight: 500;
  text-align: center;
}

.text-block-5 {
  margin-top: 16px;
  font-family: Roboto, sans-serif;
  color: #27594b;
  font-size: 32px;
  line-height: 48px;
  font-weight: 300;
  text-align: center;
}

.intro-wrapper {
  width: 90%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.intro-pattern {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  opacity: 0;
}

.intro-pattern.evaluation-template {
  left: -70px;
  top: auto;
  right: auto;
  bottom: 10%;
  z-index: -1;
}

.intro-description {
  margin-top: 16px;
  font-family: Roboto, sans-serif;
  color: #27594b;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

.intro-description.results {
  font-size: 32px;
  line-height: 38px;
}

.rich-text-block {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #0e3a2c;
}

.rich-text-block._3 {
  width: 50%;
  margin-right: 36px;
}

.rich-text-block._1 {
  font-size: 16px;
  line-height: 32px;
}

.about-us-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-right: 54px;
  padding-left: 54px;
  -webkit-box-pack: center;
  -webkit-justify-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/about-us-img2x.jpg');
  background-position: 20% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.text-block-6 {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
}

.heading-4 {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
}

.text-block-7 {
  margin-top: 16px;
  font-family: Roboto, sans-serif;
  color: #e2b359;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.div-block-8 {
  position: relative;
  width: 400px;
  height: 400px;
  background-image: url('../images/about-us-img22x.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gold-image-border {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #e2b359;
}

.gold-image-border.news {
  width: 200px;
  border-style: none;
}

.content-section {
  overflow: visible;
  margin-bottom: 0px;
}

.content-section.epr {
  margin-top: 50px;
}

.image-17 {
  position: absolute;
  left: 70px;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 267px;
  height: 229px;
  min-width: 267px;
}

.judge-v1-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.judge-list-wrapper {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  overflow: visible;
  width: 90%;
  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-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;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.evaluation-photo-border {
  position: absolute;
  left: -12px;
  top: -12px;
  right: auto;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #e2b359;
  -o-object-fit: fill;
  object-fit: fill;
}

.judge-photo-wrapper {
  position: static;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
  max-height: 300px;
  background-color: #2c4d79;
}

.judge-info-hover-screen {
  display: none;
  width: 100%;
  height: 100%;
}

.judge-group-info {
  margin-bottom: 36px;
  padding-top: 44px;
}

.judge-group-title {
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 20px;
  font-family: 'Roboto Slab', sans-serif;
  color: #e2b359;
  font-size: 24px;
  line-height: 32px;
}

.evaluation {
  max-width: 960px;
  margin: 12px auto 0px;
  font-family: Roboto, sans-serif;
  color: #0e3a2c;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
}

.evaluation.white {
  color: #fff;
}

.judge-name-job {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  padding: 24px 24px 36px;
  -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: rgba(14, 58, 44, 0.96);
}

.judge-name-text {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}

.judge-job-text {
  font-family: Roboto, sans-serif;
  color: #e2b359;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.evaluation-judge-photo-link {
  position: static;
  z-index: 0;
  width: 100%;
  height: auto;
}

.evaluation-group-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.evaluation-group-wrapper.green {
  position: relative;
  width: auto;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #27594b;
}

.judge-photo-and-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 54px;
  margin-bottom: 54px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.judge-name-title {
  margin-left: 54px;
}

.photo-wrapper-judge {
  position: relative;
  margin-left: 12px;
}

.div-block-10 {
  position: relative;
  width: 100%;
  height: auto;
}

.body-4 {
  overflow: hidden;
}

.image-18 {
  position: absolute;
  left: -70px;
  top: auto;
  right: auto;
  bottom: -50px;
}

.bold-text-2 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.bold-text-3 {
  font-family: Roboto, sans-serif;
  color: #0e3a2c;
  font-size: 18px;
}

.score-960-wrapper {
  width: 90%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

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

.right-arrow-5 {
  left: 180px;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58px;
  height: 40px;
  margin-top: 290px;
  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;
  border-radius: 100px;
  background-color: #e2b359;
}

.right-arrow-5:hover {
  border-style: solid;
  border-width: 3px;
  border-color: #c99b44;
  background-color: #e2b359;
}

.slide-nav-3 {
  display: none;
  background-color: transparent;
}

.slide-top-fake {
  width: 100%;
  height: 134px;
  margin-top: 0px;
  padding-left: 70px;
  border-bottom: 2px none #f8f8f8;
}

.link-5 {
  color: green;
  font-size: 18px;
  line-height: 22px;
}

.link-5:hover {
  color: #27594b;
}

.slide-bottom-content {
  width: auto;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 70px;
}

.slider-counter-timline {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-left: 140px;
  -webkit-box-pack: center;
  -webkit-justify-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-right: 2px none #f8f8f8;
}

.slide-timeline {
  width: 500px;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-right: 0px none #f8f8f8;
  border-left: 0px none #f8f8f8;
}

.text-block-34 {
  margin-top: 24px;
  margin-bottom: 48px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #8a8a8a;
  font-size: 18px;
  line-height: 32px;
}

.text-block-36-copy {
  width: 400px;
  font-family: Roboto, sans-serif;
  color: #949494;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.text-block-36 {
  width: auto;
  font-family: 'Roboto Slab', sans-serif;
  color: #0e3a2c;
  font-size: 24px;
  line-height: 54px;
}

.tab-line-focus {
  position: relative;
  width: auto;
  height: 5px;
  margin-top: 29px;
  margin-bottom: -3px;
  border-radius: 3px;
  background-color: #0e3a2c;
}

.column {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 0px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 0px none #f8f8f8;
  border-right: 2px none #f8f8f8;
  border-bottom: 2px none #f8f8f8;
}

.slider-3 {
  position: static;
  width: 100%;
  height: 100%;
  padding: 0px 70px 0px 0px;
  background-color: transparent;
}

.timeline-wrapper-2 {
  position: relative;
  z-index: 1;
  height: auto;
  margin-top: 70px;
  margin-bottom: 100px;
}

.text-block-37 {
  position: absolute;
  left: 155px;
  top: 300px;
  font-family: Roboto, sans-serif;
  color: #051837;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}

.columns {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column-2 {
  position: static;
  padding-left: 0px;
  border-top: 0px none #f8f8f8;
  border-bottom: 2px none #f8f8f8;
}

.mask-6 {
  overflow: visible;
  width: 500px;
}

.column-3 {
  border-top: 0px none #f8f8f8;
  border-bottom: 2px none #f8f8f8;
}

.slide-top {
  width: 100%;
  margin-top: 0px;
  padding-left: 70px;
  border-bottom: 2px solid #f8f8f8;
}

.slider-tab-date {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  margin-top: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-33 {
  margin-top: 0px;
  padding-left: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #0e3a2c;
  font-size: 35px;
  line-height: 56px;
}

.left-arrow-5 {
  left: 100px;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58px;
  height: 40px;
  margin-top: 290px;
  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;
  border-radius: 100px;
  background-color: #27594b;
}

.left-arrow-5:hover {
  border-style: solid;
  border-width: 3px;
  border-color: #1b4237;
  background-color: #27594b;
}

.slider-tab-date-fake {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50%;
  margin-top: 0px;
}

.bold-text-4 {
  color: #27594b;
}

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

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

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

.news-col._2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-button.category {
  margin-right: 0px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.1);
}

.news-category-text {
  border-radius: 3px;
  color: #0e3a2c;
}

.news-post-link-parent {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.back-to-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-bottom: 37px;
  margin-left: -36px;
}

.back-to-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px 0px 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;
  border-radius: 100px;
  background-color: #ececec;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.back-to-child:hover {
  background-color: #d4d4d4;
}

.back-to-arrow-bg {
  display: inline-block;
  padding: 9px 14px;
  border-radius: 100px;
  background-color: #e2b359;
}

.back-to-text {
  margin-left: 17px;
  color: #0e3a2c;
  font-size: 17px;
}

.share-parent {
  margin-top: 50px;
}

.news-headline {
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: 'Roboto Slab', sans-serif;
  color: #27594b;
  font-size: 42px;
}

.share-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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.share-text {
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  color: #0e3a2c;
  font-size: 16px;
  font-weight: 500;
}

.other-articles-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: none;
  margin-top: 89px;
}

.othernews-parent {
  position: relative;
  width: 100%;
  height: auto;
}

.othernews-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.othernews-overlay {
  width: 100%;
}

.othernews-overlay.green {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: rgba(39, 89, 75, 0.75);
}

.othernews-overlay.orange {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: rgba(39, 89, 75, 0.75);
}

.othernews-overlay.orange {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: rgba(39, 89, 75, 0.75);
}

.othernews-overlay.orange {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: rgba(39, 89, 75, 0.75);
}

.othernews-overlay.green {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: rgba(14, 58, 44, 0.9);
}

.othernews-overlay.orange-filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: rgba(226, 179, 89, 0.9);
}

.heading-5 {
  position: static;
}

.othernews-content-div {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.othernews-date {
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.84);
  font-weight: 400;
}

.othernews-heading {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}

.collection-item-2 {
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.bold-text-8 {
  margin-right: 0px;
}

.bold-text-9 {
  margin-right: 0px;
  padding-right: 0px;
}

.rich-text-block-2 {
  width: 75%;
  margin-left: 158px;
  padding-right: 0px;
  clear: none;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-3 {
  width: 120%;
}

.paragraph-4 {
  width: 120%;
}

.paragraph-5 {
  width: 120%;
}

.paragraph-6 {
  width: 120%;
}

.paragraph-7 {
  width: 120%;
}

.paragraph-8 {
  width: 120%;
}

.rich-text-block-3 {
  width: 80%;
}

.rich-text-block-4 {
  font-family: Roboto, sans-serif;
}

.div-block-12 {
  display: block;
  max-width: 320px;
  padding-top: 103px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section {
  width: 75%;
  padding-top: 0px;
}

.paragraph-9 {
  position: absolute;
  margin-top: -18px;
}

.paragraph-10 {
  position: absolute;
  margin-top: -20px;
}

.paragraph-11 {
  position: absolute;
}

.paragraph-12 {
  position: absolute;
}

.signing {
  max-width: 960px;
  margin: 12px auto 0px;
  font-family: Roboto, sans-serif;
  color: #0e3a2c;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.signing.white {
  color: #fff;
}

.body-5 {
  overflow: hidden;
}

.text-block-38 {
  position: static;
  left: 155px;
  top: 300px;
  margin-right: 4px;
  margin-left: 4px;
  font-family: Roboto, sans-serif;
  color: #051837;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}

.collection-list-wrapper {
  width: 50vw;
}

.collection-list-2 {
  width: auto;
  height: 100%;
}

.collection-list-wrapper-2 {
  width: 50vw;
}

.collection-list-3 {
  height: 100%;
}

.slider-indicator {
  position: absolute;
  left: 100px;
  top: 260px;
  width: 148px;
  height: 9px;
  border-radius: 5px;
  background-color: #dfdfdf;
}

.green-indicator {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 11%;
  height: 9px;
  border-radius: 10px;
  background-color: #27594b;
}

.slide-circle-indicator {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  width: 32px;
  height: 32px;
  margin-bottom: -14px;
  margin-left: -28px;
  border-style: solid;
  border-width: 4px;
  border-color: #0e3a2c;
  border-radius: 20px;
  background-color: #e2b359;
}

.facebook-share-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.social-icons-wrapper {
  width: 100%;
  height: auto;
}

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

.dropdown-toggle-3 {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(13, 36, 65, 0.8);
}

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

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

.text-block-39 {
  font-size: 16px;
  font-weight: 400;
}

.drop-list {
  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;
  background-color: #0d2441;
}

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

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

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

.share-link-div.share-icon-awardees {
  padding-left: 0px;
}

.share-link-div.share-icon-awardees:hover {
  background-color: transparent;
}

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

.heading-6 {
  padding-top: 23px;
  font-family: 'Roboto Slab', sans-serif;
  color: #0e3a2c;
}

.paragraph-13 {
  padding-top: 39px;
  color: #27594b;
  line-height: 28px;
}

.heading-7 {
  font-family: 'Roboto Slab', sans-serif;
  color: #0e3a2c;
}

.heading-8 {
  font-family: 'Roboto Slab', sans-serif;
}

.paragraph-14 {
  margin-top: 8px;
  line-height: 28px;
}

.hlhf-logo.bottom-padding {
  margin-bottom: 32px;
}

.hlhf-logo-intro-parent {
  position: relative;
  top: 103px;
  right: auto;
}

.sponsored-by {
  margin-bottom: 9px;
  font-family: Roboto, sans-serif;
  color: #999;
  font-size: 12px;
}

.awardee-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 75px;
  padding: 12px 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;
  background-color: #e2b359;
}

.text-block-40 {
  font-family: Roboto, sans-serif;
  color: #0e3a2c;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.text-span-4 {
  color: #0e3a2c;
}

.text-span-4:hover {
  text-decoration: none;
}

.security-link-block {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 16px;
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

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

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

.text-field {
  height: 48px;
  margin-bottom: 0px;
  border-radius: 4px;
  font-family: Roboto, sans-serif;
}

.text-field.password {
  margin-top: 36px;
}

.map-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 550px;
  max-width: 1280px;
  min-height: 550px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 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;
  background-image: url('../images/hac_counties_map-2.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.div-block-14 {
  width: 45%;
  max-width: 480px;
  margin-right: auto;
}

.text-block-42 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
}

.text-block-43 {
  margin-top: 18px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.awardees-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-wrapper {
  display: block;
  width: 90%;
  max-width: 1280px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.awardee-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 3px solid #ebebeb;
}

.awardee-image {
  width: 100%;
  height: 280px;
  background-color: #c5c5c5;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block-44 {
  margin-top: 20px;
  font-family: 'Roboto Slab', sans-serif;
  color: #0e3a2c;
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 1px;
}

.text-block-45 {
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  color: #27594b;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.text-block-46 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #27594b;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.about-awardee-text {
  max-width: 900px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 740px;
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 24px;
  -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-style: solid;
  border-width: 2px;
  border-color: #fff;
}

.text-block-47 {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
}

.collection-list-4 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-item-3 {
  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;
}

.awardee-content-wrapper {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-top: 120px;
  padding-top: 0px;
}

.awardee-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  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-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;
}

.awardee-text {
  display: block;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  direction: ltr;
}

.text-block-48 {
  float: none;
  font-family: 'Roboto Slab', sans-serif;
  color: #27594b;
  font-size: 42px;
  line-height: 55px;
  font-weight: 500;
}

.text-block-49 {
  margin-top: 24px;
  font-family: 'Roboto Slab', sans-serif;
  color: #e2b359;
  font-size: 24px;
  line-height: 34px;
}

.rich-text-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 2px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #0e3a2c;
  font-size: 18px;
  line-height: 24px;
}

.awardee-video {
  width: 100%;
  height: 550px;
  min-height: 550px;
  margin-top: 36px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#27594b), to(#27594b));
  background-image: linear-gradient(180deg, #27594b, #27594b);
}

.video {
  min-height: 550px;
  background-color: #0e3a2c;
}

.text-block-50 {
  color: #0e3a2c;
  font-weight: 700;
}

.div-block-16 {
  position: relative;
}

.share-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  grid-column-gap: 24px;
}

.html-embed-11 {
  color: #0e3a2c;
}

.html-embed-12 {
  color: #0e3a2c;
}

.share-icon-awardees {
  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: #0e3a2c;
}

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

.html-embed-14 {
  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;
}

.rich-text-block-des {
  margin-top: 24px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #0e3a2c;
  font-size: 18px;
  line-height: 24px;
}

@media screen and (min-width: 1280px) {
  .header-menu {
    display: none;
  }

  .social-box {
    margin-right: 16px;
    margin-left: 0px;
  }

  .content-wrapper.news-slider-content-parent {
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content-info-wrapper.wide {
    max-width: 1100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .news-landing {
    min-height: auto;
    border-bottom-style: none;
  }

  .news-slider {
    max-width: 1130px;
    background-color: hsla(0, 0%, 86.7%, 0);
  }

  .slide-nav-dots {
    display: none;
  }

  .slide-wrap {
    overflow: visible;
    height: 110%;
    max-height: none;
    padding-right: 0px;
    padding-bottom: 53px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-cover._1 {
    width: 49%;
    height: 320px;
    margin-right: auto;
    margin-left: auto;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slide-content {
    height: 100%;
    padding: 0px 101px 0px 0px;
  }

  .slide-heading {
    font-family: 'Roboto Slab', sans-serif;
    color: #0e3a2c;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
  }

  .slide-date {
    font-family: Roboto, sans-serif;
    color: #949494;
  }

  .news {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .news-summary {
    display: block;
    width: 90%;
  }

  .news-date {
    margin-top: 8px;
    font-family: Roboto, sans-serif;
    color: #0e3a2c;
    font-weight: 400;
  }

  .button-wrap {
    -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;
    text-align: right;
  }

  .news-button.category {
    margin-right: 0px;
    padding: 5px 8px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.07);
    color: #0e3a2c;
    font-size: 12px;
    font-weight: 500;
  }

  .news-title {
    font-family: 'Roboto Slab', sans-serif;
    color: #0e3a2c;
    font-size: 28px;
    font-weight: 500;
  }

  .article {
    display: block;
  }

  .social-drop {
    margin-right: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .news-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 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;
  }

  .slider-anchor.slider-anchor-high {
    left: 94%;
    width: 150px;
  }

  .slider-anchor.slider-anchor-low {
    right: 94%;
    width: 150px;
  }

  .score-slider-wrap {
    width: 74%;
  }

  .score-description-value-text {
    margin-right: 8px;
  }

  .loading-indicator {
    display: block;
  }

  .button-gold {
    padding-bottom: 0px;
  }

  .button-gold.button-lastcard-register {
    opacity: 0;
  }

  .button-gold.green {
    margin-top: auto;
    margin-bottom: 0px;
    border-style: none;
    background-color: #27594b;
  }

  .heading-image {
    position: absolute;
    height: 680px;
  }

  .heading-image.news-detail-page {
    width: 40vw;
    height: 80vh;
  }

  .heading-image.awardee {
    right: -80px;
    width: 35vw;
  }

  .bubble_3.news-gray-bubble {
    top: -1%;
  }

  .image-12 {
    margin-top: 0px;
  }

  .bubble_2 {
    left: 80px;
    right: -15%;
  }

  .bubble_1 {
    right: 0%;
  }

  .bubble_1.news-details-page {
    top: -1%;
    right: -15%;
    bottom: 0%;
    width: 65%;
  }

  .main-section {
    overflow: visible;
  }

  .main-section.news-main {
    overflow: visible;
    padding-bottom: 0px;
  }

  .div-block-5 {
    height: 100%;
  }

  .footer-section {
    overflow: hidden;
  }

  .bubble-footer-right {
    height: 500px;
    background-position: 50% 0%;
    background-size: cover;
  }

  .bubble-wrapper {
    top: 15%;
  }

  .bubble-wrapper.about-us.news {
    left: -200px;
  }

  .bubble-wrapper.about-us.timeline {
    top: 160px;
  }

  .bubble-wrapper.evaluation-template {
    top: -100px;
  }

  .bubble-1 {
    width: 450px;
    height: 520px;
    background-size: 450px;
  }

  .bubble-gold.about-us {
    left: 200px;
    top: -340px;
  }

  .bubble-gold.home {
    left: 250px;
    top: 0px;
  }

  .htp-text-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .left-arrow-4 {
    right: 51%;
  }

  .left-arrow-4.news-left-arrow {
    right: 6%;
    bottom: -64px;
  }

  .right-arrow-4 {
    left: 51%;
  }

  .right-arrow-4.news-right-arrow {
    left: 95%;
    bottom: -64px;
  }

  .slider-counter.timeline {
    left: 100px;
  }

  .faq-text {
    color: #27594b;
  }

  .gold-image-border.news {
    position: absolute;
    left: 36px;
    top: 38px;
    width: 200px;
    height: 200px;
  }

  .image-17 {
    left: 120px;
    display: block;
  }

  .right-arrow-5 {
    left: 180px;
  }

  .slide-top-fake {
    margin-top: 0px;
  }

  .slider-counter-timline {
    margin-left: 190px;
  }

  .tab-line-focus {
    position: relative;
    margin-bottom: -3px;
    background-color: #0e3a2c;
    background-image: none;
  }

  .timeline-wrapper-2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 70px;
    margin-bottom: 100px;
  }

  .text-block-37 {
    left: 205px;
    top: 300px;
  }

  .columns {
    overflow: visible;
  }

  .column-2 {
    padding-top: 0px;
  }

  .slide-top {
    position: static;
    margin-top: 0px;
    border-bottom-style: solid;
  }

  .left-arrow-5 {
    left: 100px;
  }

  .news-col._2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .news-image-wrapper {
    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: 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;
  }

  .news-category-text {
    font-family: Roboto, sans-serif;
    font-weight: 500;
  }

  .news-post-link-parent {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-decoration: none;
  }

  .news-slider-mask {
    height: 363px;
  }

  .back-to-parent {
    margin-left: -54px;
  }

  .news-headline {
    margin-top: 50px;
  }

  .other-articles-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    max-width: none;
    -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;
  }

  .othernews-parent {
    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;
  }

  .othernews-bg {
    height: 100%;
    padding-left: 0px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .othernews-overlay.orange {
    background-color: rgba(226, 179, 89, 0.75);
  }

  .othernews-overlay.orange {
    background-color: #e2b359;
  }

  .othernews-overlay.orange {
    background-color: rgba(226, 179, 89, 0.75);
  }

  .othernews-overlay.green {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: rgba(14, 58, 44, 0.9);
  }

  .othernews-overlay.orange-filter {
    background-color: rgba(226, 179, 89, 0.9);
  }

  .othernews-content-div {
    width: 100%;
    height: 100%;
    padding: 36px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .othernews-date {
    font-size: 14px;
  }

  .othernews-heading {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 28px;
    font-weight: 500;
  }

  .collection-item-2 {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .body-5 {
    overflow: hidden;
  }

  .body-6 {
    overflow: hidden;
  }

  .image-19 {
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-38 {
    left: 205px;
    top: 300px;
  }

  .collection-list-wrapper {
    width: 50vw;
    height: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .collection-list-2 {
    width: auto;
    height: 100%;
  }

  .collection-list-wrapper-2 {
    width: 50vw;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .collection-list-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .slide-circle-indicator {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 32px;
    height: 32px;
    margin-right: 0px;
    margin-bottom: -14px;
    margin-left: -28px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 4px;
    border-color: #0e3a2c;
    border-radius: 20px;
    background-color: #e2b359;
  }

  .dropdown-toggle-3 {
    padding-right: 0px;
  }

  .paragraph-13 {
    line-height: 32px;
  }

  .map-content-wrapper {
    position: relative;
    z-index: 1;
    height: 550px;
    min-height: 550px;
    background-position: 100% 50%;
  }

  .div-block-14 {
    position: relative;
  }

  .awardee-content-wrapper {
    overflow: hidden;
    width: 100vw;
    min-height: 600px;
  }

  .text-block-48 {
    float: none;
    font-family: 'Roboto Slab', sans-serif;
    color: #27594b;
    font-size: 42px;
    line-height: 55px;
    font-weight: 500;
  }

  .rich-text-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 25px;
    max-height: 10%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 24;
  }

  .awardee-video {
    margin-top: 36px;
  }

  .pattern-gold {
    position: absolute;
    left: auto;
    top: -100px;
    right: -200px;
    bottom: auto;
    z-index: 0;
    width: 275px;
    height: 236px;
    background-image: url('../images/pattern-about2x.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .div-block-16 {
    position: relative;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }

  .rich-text-block-des {
    height: auto;
    margin-bottom: 0px;
    padding-top: 18px;
    padding-bottom: 0px;
    line-height: 24px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    height: auto;
    padding-bottom: 16px;
  }

  .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;
  }

  .header-nav-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-toggle {
    width: 54px;
    height: 54px;
  }

  .header-menu {
    display: none;
    overflow: scroll;
  }

  .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;
    text-align: center;
  }

  .title.h3.gold {
    width: 100%;
  }

  .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: 0px;
    padding-bottom: 50px;
  }

  .content-wrapper.news-slider-content-parent {
    width: 100%;
    max-width: none;
  }

  .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: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .fact-box {
    min-height: 250px;
    margin-top: 0px;
    margin-bottom: 24px;
    padding: 40px;
  }

  .facts-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .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: 90%;
  }

  .faq-wrapper.epr {
    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;
  }

  .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: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: -50px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .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: 670px;
    margin-bottom: 83px;
  }

  .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-cover._1 {
    width: 100%;
    height: 400px;
    -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;
    border-radius: 3px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .slide-content {
    width: 100%;
    padding-right: 0px;
    -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 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .news-thumbnail {
    width: 100%;
    height: 350px;
    margin-right: 0px;
  }

  .news-summary {
    margin-top: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .news-date {
    margin-top: 8px;
    font-weight: 400;
  }

  .button-wrap {
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .news-title {
    font-size: 24px;
    text-align: left;
  }

  .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-item {
    -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;
  }

  .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;
  }

  .utility-page-wrap {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-top: 0px;
  }

  .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: block;
    margin-right: 50px;
  }

  .facts-wrapper {
    margin-top: 0px;
  }

  .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: 100%;
  }

  .news-description {
    margin-bottom: 30px;
    text-align: left;
  }

  .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-description-text {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 32px;
  }

  .score-entry {
    width: 700px;
  }

  .score-entry.nth-bg-color {
    width: 100%;
  }

  .score-description {
    width: 100%;
    padding: 36px;
  }

  .score-description-value-text {
    font-family: Roboto, sans-serif;
    font-size: 22px;
  }

  .loading-indicator {
    display: block;
  }

  .score-description-value-number {
    font-family: Roboto, sans-serif;
    font-size: 22px;
    line-height: 32px;
  }

  .judge-detail-container {
    width: 90%;
    margin-top: 100px;
  }

  .judge-detail-title {
    max-width: 400px;
  }

  .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;
  }

  .lpf-graph-div.two-img {
    -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;
  }

  .heading-button-wrapper {
    width: 100%;
  }

  .button-gold {
    margin-top: 32px;
  }

  .heading-image {
    position: relative;
    right: auto;
    width: 90%;
    height: auto;
    margin-top: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .heading-image.news-detail-page {
    display: none;
  }

  .heading-image.awardee {
    right: auto;
    width: 100%;
    height: auto;
  }

  .bubble_3 {
    display: none;
    width: 100%;
  }

  .image-12 {
    width: 100%;
    margin-top: 0px;
  }

  .bubble_2 {
    right: 0%;
    display: none;
    width: 80%;
  }

  .bubble_1 {
    display: none;
    width: 60%;
  }

  .main-section {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-section.news-main {
    width: 90%;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-13 {
    left: auto;
    top: auto;
    right: -10%;
    bottom: -10%;
    display: none;
    margin-top: 0px;
  }

  .fact-box-border {
    left: 2%;
    top: 5%;
    right: 0%;
    bottom: 0px;
    width: 96%;
    height: 90%;
    margin-top: 0px;
    padding-top: 0px;
  }

  .about-section-image {
    padding: 40px;
  }

  .heading-2 {
    margin-top: 36px;
  }

  .footer-section {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .htp-section {
    padding-top: 0px;
  }

  .htp-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;
  }

  .bubble-wrapper {
    left: 0px;
  }

  .bubble-1 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 248px;
    height: 265px;
    background-size: cover;
  }

  .bubble-gold.about-us {
    display: none;
  }

  .bubble-gold.evaluation-template {
    display: none;
  }

  .htp-text-wrapper {
    width: 100%;
  }

  .htp-slider-wrapper {
    margin-top: 24px;
  }

  .htp-slider {
    -webkit-box-pack: center;
    -webkit-justify-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-4 {
    right: 54%;
    bottom: -60px;
  }

  .left-arrow-4.news-left-arrow {
    margin-bottom: 0px;
  }

  .right-arrow-4 {
    left: 54%;
    bottom: -60px;
  }

  .right-arrow-4.news-right-arrow {
    margin-bottom: 0px;
  }

  .slider-content-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    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: 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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-counter.timeline {
    top: 600px;
  }

  .mask-4 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -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;
  }

  .fact-pattern {
    z-index: -1;
  }

  .heading-3 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
  }

  .paragraph-2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    line-height: 32px;
  }

  ._404-wrapper {
    height: auto;
  }

  .intro-section {
    margin-bottom: -111px;
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .intro-heading {
    font-size: 32px;
    line-height: 54px;
  }

  .text-block-5 {
    font-size: 24px;
    line-height: 36px;
  }

  .intro-wrapper {
    max-width: none;
  }

  .intro-pattern {
    display: none;
  }

  .intro-description {
    font-size: 24px;
    line-height: 36px;
  }

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

  .rich-text-block._1 {
    font-size: 18px;
    line-height: 32px;
  }

  .about-us-image-wrapper {
    margin-top: 54px;
    margin-bottom: 54px;
    background-position: 30% 50%;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 36px;
  }

  .text-block-7 {
    margin-top: 16px;
  }

  .div-block-8 {
    width: 320px;
  }

  .content-section {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-17 {
    display: none;
  }

  .judge-list-wrapper {
    width: 90%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .judge-photo-wrapper {
    max-height: 320px;
  }

  .judge-group-title {
    width: 90%;
    max-width: 960px;
  }

  .evaluation {
    width: 90%;
  }

  .right-arrow-5 {
    top: auto;
  }

  .right-arrow-5:hover {
    background-color: #e2b359;
  }

  .slide-top-fake {
    height: 124px;
  }

  .slide-bottom-content {
    width: 450px;
  }

  .slider-counter-timline {
    width: 50px;
    margin-top: 345px;
    margin-left: 145px;
  }

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

  .slider-3 {
    padding-bottom: 120px;
  }

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

  .text-block-37 {
    top: auto;
    bottom: 0px;
  }

  .left-arrow-5 {
    top: auto;
    background-color: #27594b;
  }

  .left-arrow-5:hover {
    background-color: #27594b;
  }

  .news-col._1 {
    width: 100%;
    height: 350px;
  }

  .news-col._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .news-image-wrapper {
    width: 100%;
    height: 350px;
  }

  .back-to-parent {
    margin-left: 0px;
    padding-left: 0px;
  }

  .othernews-bg {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .div-block-12 {
    display: -ms-grid;
    display: grid;
    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;
  }

  .signing {
    width: 90%;
  }

  .text-block-38 {
    top: auto;
    bottom: 0px;
  }

  .collection-list-3 {
    height: 100%;
  }

  .slider-indicator {
    top: 660px;
  }

  .social-drop-2 {
    display: none;
  }

  .hlhf-logo-intro-parent {
    top: 55px;
  }

  .awardee-wrapper {
    height: auto;
    min-height: 75px;
    padding: 12px 24px;
  }

  .security-link-block {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .map-content-wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 58, 44, 0.54)), to(rgba(14, 58, 44, 0.54))), url('../images/hac_counties_map-2.jpg');
    background-image: linear-gradient(180deg, rgba(14, 58, 44, 0.54), rgba(14, 58, 44, 0.54)), url('../images/hac_counties_map-2.jpg');
    background-position: 0px 0px, 53% 50%;
    background-size: auto, cover;
  }

  .div-block-14 {
    width: 70%;
  }

  .collection-list-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .awardee-text {
    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;
  }

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

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

  .awardee-video {
    margin-top: 36px;
    margin-bottom: 54px;
  }

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

@media screen and (max-width: 767px) {
  .header {
    height: auto;
  }

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

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

  .register-button.button-header-register.mobile {
    width: 100%;
    margin-right: 0px;
    padding-right: 12px;
    padding-left: 12px;
    -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-color: #e2b359;
    background-color: #e2b359;
    text-decoration: none;
  }

  .register-button.button-header-register.mobile:hover {
    width: 100%;
    border-color: #e2b359;
    background-color: #b98219;
  }

  .register-button.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

  .register-button.button-sidebar-register.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    padding-right: 12px;
    padding-left: 12px;
    -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-color: #e2b359;
    background-color: #e2b359;
    text-decoration: none;
  }

  .register-button.button-sidebar-register.mobile:hover {
    width: 100%;
    border-color: #e2b359;
    background-color: #b98219;
  }

  .header-nav-container {
    max-width: none;
  }

  .header-menu {
    display: none;
  }

  .menu-button {
    padding-left: 0px;
  }

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

  .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;
  }

  .title {
    text-align: left;
  }

  .title.h3.gold {
    width: 100%;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
  }

  .subtitle {
    text-align: left;
  }

  .social-wrap.news-social-share {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .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;
  }

  .facts-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .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%;
  }

  .faq-wrapper.epr {
    width: 100%;
    margin-bottom: 0px;
  }

  .padding {
    padding-right: 30px;
    padding-left: 30px;
  }

  .sponsor-card {
    width: 90vw;
  }

  .profile {
    width: 40vw;
  }

  .judge-box {
    width: 40vw;
  }

  .collection-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .news-slider {
    height: 670px;
  }

  .slide-cover._1 {
    height: 320px;
  }

  .slide-content {
    padding-right: 0px;
  }

  .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 {
    padding-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .news-thumbnail {
    width: 100%;
    height: 250px;
  }

  .news-date {
    margin-top: 4px;
    color: #0e3a2c;
    font-weight: 400;
  }

  .button-wrap {
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .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;
  }

  .utility-page-wrap {
    margin-top: 0px;
  }

  .nav-copyright {
    text-align: center;
  }

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

  .brand {
    width: 25%;
  }

  .brand.w--current {
    width: auto;
    height: 20%;
  }

  .brand.password {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .facts-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .process-slide-content {
    width: 90%;
  }

  .mobile-banner {
    width: 90%;
  }

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

  .timeline-container {
    overflow: hidden;
  }

  .news-container {
    width: 100%;
    margin-top: 0px;
  }

  .result-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .slide-left {
    width: 50px;
  }

  .slide-right {
    width: 50px;
  }

  .slider-ticks {
    width: 70%;
  }

  .slider-anchor.slider-anchor-high {
    left: 80%;
    top: 85px;
  }

  .slider-anchor.slider-anchor-low {
    top: 85px;
    right: 80%;
    width: 100px;
  }

  .score-description-text {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
  }

  .tsr-slider.slider-horizontal {
    width: 70%;
  }

  .score-entry {
    width: 100%;
  }

  .score-entry.nth-bg-color {
    display: block;
    padding-bottom: 150px;
  }

  .score-title-range {
    font-size: 24px;
    line-height: 36px;
  }

  .score-description {
    padding: 24px;
  }

  .score-description-value-text {
    font-family: Roboto, sans-serif;
    font-size: 18px;
  }

  .score-title-text {
    font-size: 24px;
    line-height: 36px;
  }

  .loading-indicator {
    display: block;
  }

  .score-title {
    line-height: 36px;
  }

  .score-description-value-number {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 28px;
  }

  .slider-tick-top {
    display: none;
  }

  .judge-detail-container {
    margin-top: 50px;
  }

  .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-faq {
    padding-bottom: 0px;
  }

  .lpf-graph-div.two-img {
    -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-span {
    text-decoration: none;
  }

  .menu-button-link {
    padding-left: 0px;
  }

  .div-block-3 {
    padding-left: 0px;
  }

  .button-gold {
    margin-top: 32px;
  }

  .heading-image {
    margin-top: 0px;
  }

  .image-12 {
    margin-top: 0px;
  }

  .main-section {
    padding-top: 100px;
  }

  .main-section.news-main {
    padding-top: 0px;
  }

  .div-block-5 {
    height: auto;
  }

  .image-13 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
  }

  .about-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .about-section.awardee {
    margin-top: 54px;
    margin-bottom: 54px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 58px;
  }

  .image-14 {
    display: none;
  }

  .htp-slider-wrapper {
    width: 100%;
  }

  .htp-slider {
    width: 100%;
  }

  .left-arrow-4.news-left-arrow {
    left: 35%;
    top: 0px;
    right: auto;
    bottom: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .right-arrow-4.news-right-arrow {
    left: auto;
    right: 35%;
    bottom: 0px;
    margin-bottom: 0px;
  }

  .slider-content-wrapper {
    margin-left: 0px;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .regular-text {
    width: 100%;
    text-align: center;
  }

  .link-3 {
    width: 100%;
    text-align: center;
  }

  .slider-counter.timeline {
    top: auto;
    bottom: 100px;
  }

  .mask-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .slide-wrapper-content {
    position: relative;
  }

  .image-15 {
    width: 120px;
    height: auto;
  }

  .fact-pattern {
    display: none;
  }

  .image-16 {
    margin-right: auto;
    margin-left: auto;
  }

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

  .paragraph-2 {
    line-height: 32px;
  }

  .intro-section.awardee {
    margin-bottom: 0px;
  }

  .intro-heading {
    line-height: 54px;
  }

  .rich-text-block._3 {
    width: 100%;
    margin-top: 36px;
    margin-right: 0px;
  }

  .about-us-image-wrapper {
    margin-top: 36px;
    margin-bottom: 36px;
    padding: 24px 30px;
    background-position: 25% 50%;
  }

  .heading-4 {
    font-size: 18px;
    line-height: 32px;
  }

  .div-block-8 {
    width: 100%;
    height: 300px;
    -webkit-box-ordinal-group: 0;
    -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-image: url('../images/about-us-img22x.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-block-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .judge-photo-and-name {
    -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;
  }

  .judge-name-title {
    margin-top: 24px;
    margin-left: 0px;
  }

  .right-arrow-5 {
    margin-top: auto;
    margin-bottom: 0px;
  }

  .right-arrow-5:hover {
    background-color: #e2b359;
  }

  .slide-bottom-content {
    width: 100%;
  }

  .slide-timeline {
    width: 100%;
  }

  .slider-3 {
    padding-right: 100px;
  }

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

  .mask-6 {
    width: 100%;
  }

  .column-3 {
    display: none;
  }

  .left-arrow-5 {
    margin-top: auto;
    margin-bottom: 0px;
  }

  .news-col._1 {
    width: 100%;
    height: 250px;
  }

  .news-headline {
    font-size: 32px;
  }

  .share-text {
    margin-bottom: 0px;
  }

  .other-articles-parent {
    margin-top: 0px;
  }

  .othernews-bg {
    padding-right: 0px;
    padding-left: 0px;
  }

  .othernews-content-div {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .othernews-heading {
    font-size: 20px;
    line-height: 32px;
  }

  .collection-list-3 {
    height: 100%;
  }

  .slider-indicator {
    top: auto;
    bottom: 70px;
  }

  .column-4 {
    margin-top: 24px;
  }

  .hlhf-logo-intro-parent {
    margin-bottom: 74px;
  }

  .awardee-wrapper {
    height: auto;
    padding: 12px 24px;
  }

  .map-content-wrapper {
    height: 450px;
    min-height: 450px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 89, 75, 0.7)), to(rgba(39, 89, 75, 0.7))), url('../images/hac_counties_map-2.jpg');
    background-image: linear-gradient(180deg, rgba(39, 89, 75, 0.7), rgba(39, 89, 75, 0.7)), url('../images/hac_counties_map-2.jpg');
    background-position: 0px 0px, 70% 50%;
    background-size: auto, cover;
  }

  .div-block-14 {
    width: 100%;
  }

  .awardees-list-wrapper {
    margin-top: 54px;
  }

  .awardee-content-wrapper {
    margin-top: 54px;
  }

  .awardee-video {
    height: 350px;
    min-height: 350px;
  }

  .video {
    min-height: 350px;
  }
}

@media screen and (max-width: 479px) {
  .box {
    width: 100%;
  }

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

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

  .register-button.button-header-register.mobile {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .register-button.button-header-register.mobile:hover {
    border-color: #e2b359;
    background-color: #b98219;
  }

  .register-button.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-radius: 24px;
    background-color: #e2b359;
    text-decoration: none;
  }

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

  .register-button.button-sidebar-register.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .register-button.button-sidebar-register.mobile:hover {
    border-color: #e2b359;
    background-color: #b98219;
  }

  .header-nav-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-toggle {
    width: 54px;
    height: 54px;
  }

  .header-menu {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .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;
  }

  .title-with-description {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .title {
    font-size: 24px;
    text-align: left;
  }

  .title.white {
    max-width: none;
    font-size: 24px;
    text-align: left;
  }

  .title.h3.gold {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 20px;
    text-align: center;
  }

  .subtitle {
    text-align: left;
  }

  .subtitle.white {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

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

  .footer-menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link {
    width: auto;
  }

  .footer-item {
    margin-bottom: 16px;
  }

  .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%;
  }

  .facts-grid {
    width: auto;
  }

  .fact-heading {
    font-size: 24px;
    line-height: 48px;
  }

  .fact-description {
    font-size: 16px;
  }

  .facts-section {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .slider {
    width: 80vw;
  }

  .cards {
    width: 90vw;
  }

  .slider-box {
    width: auto;
  }

  .process-info {
    width: 90%;
  }

  .process-panel {
    width: 90%;
  }

  .faq-wrapper.epr {
    width: 100%;
  }

  .accordion-trigger {
    padding: 12px 20px;
  }

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

  .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;
  }

  .news-landing {
    margin-top: 48px;
  }

  .news-slider {
    height: 630px;
    max-height: none;
    margin-bottom: 0px;
  }

  .slide-cover._1 {
    height: 180px;
  }

  .slide-content {
    max-height: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide-heading {
    font-size: 20px;
  }

  .news {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-thumbnail {
    width: 100%;
    height: 150px;
  }

  .news-summary {
    margin-top: 12px;
  }

  .news-date {
    margin-top: 4px;
    margin-bottom: 24px;
    color: #0e3a2c;
    font-weight: 400;
  }

  .button-wrap {
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .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-content {
    width: 280px;
    padding: 24px;
  }

  .social-drop {
    display: none;
    margin-right: 0px;
  }

  .brand {
    width: 40%;
  }

  .brand.w--current {
    width: 40%;
  }

  .brand.password {
    padding-left: 0px;
  }

  .facts-wrapper {
    margin-bottom: 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .process-wrap {
    width: 90%;
  }

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

  .news-container {
    width: 100%;
  }

  .primary {
    margin-right: 0px;
    margin-bottom: 50px;
  }

  .rubric-3 {
    width: 100%;
  }

  .slider-anchor.slider-anchor-high {
    left: 65%;
  }

  .slider-anchor.slider-anchor-low {
    right: 65%;
  }

  .score-description-text {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }

  .score-entry.nth-bg-color {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .score-heading {
    font-size: 16px;
    line-height: 28px;
  }

  .score-title-range {
    font-size: 24px;
  }

  .score-description {
    padding: 24px 16px;
  }

  .score-description-value-text {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 20px;
  }

  .score-title-text {
    font-size: 24px;
    line-height: 36px;
  }

  .loading-indicator {
    display: block;
  }

  .score-description-inner {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 30px;
  }

  .score-title {
    font-family: 'Roboto Slab', sans-serif;
  }

  .score-description-value-number {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 20px;
  }

  .score-section {
    width: 100%;
  }

  .judge-detail-container {
    margin-top: 50px;
  }

  .judge-detail-name {
    line-height: 54px;
  }

  .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;
  }

  .lpf-graph-div.two-img {
    -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;
  }

  .menu-button-dropdown {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-3 {
    -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;
  }

  .dropdown-link-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .button-gold {
    margin-top: 24px;
    margin-bottom: 37px;
    padding-bottom: 0px;
  }

  .button-gold.awardee-button {
    margin-bottom: 0px;
  }

  .heading-image {
    height: auto;
    margin-top: -2px;
  }

  .image-12 {
    margin-top: 0px;
  }

  .main-section {
    padding-top: 30px;
  }

  .main-section.news-main {
    max-height: none;
  }

  .div-block-5 {
    height: 50%;
  }

  .image-13 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 30%;
  }

  .fact-box-border {
    left: 3%;
    top: 2%;
    width: 94%;
    height: 96%;
  }

  .about-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .about-section-image {
    height: 400px;
    padding: 20px 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-section-image.awardee {
    margin-top: 54px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-2 {
    margin-top: 24px;
    font-size: 24px;
    line-height: 36px;
  }

  .image-14 {
    top: 0px;
    right: 0px;
    display: none;
    width: 120px;
  }

  .footer-section {
    padding-top: 50px;
  }

  .htp-section {
    padding-bottom: 150px;
  }

  .htp-wrapper {
    max-width: none;
  }

  .bubble-wrapper.evaluation-template {
    display: none;
  }

  .htp-text-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .htp-slider-wrapper {
    width: 100%;
  }

  .htp-slider {
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .left-arrow-4.news-left-arrow {
    left: 25%;
    bottom: 0px;
    margin-bottom: 0px;
  }

  .right-arrow-4.news-right-arrow {
    right: 25%;
    bottom: 0px;
    margin-bottom: 0px;
  }

  .slider-content-wrapper {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .regular-text {
    width: 100%;
    margin-top: 4px;
    font-size: 16px;
    text-align: center;
  }

  .link-3 {
    margin-top: 36px;
    font-size: 16px;
    text-align: center;
  }

  .image-15 {
    width: 140px;
    height: auto;
  }

  .image-16 {
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .paragraph-2 {
    line-height: 32px;
  }

  .faq-title {
    padding-right: 16px;
    line-height: 28px;
  }

  .intro-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .intro-heading {
    font-size: 32px;
    line-height: 54px;
  }

  .intro-description {
    font-size: 20px;
    line-height: 32px;
  }

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

  .about-us-image-wrapper {
    height: auto;
    padding: 24px 20px;
    background-position: 35% 50%;
  }

  .heading-4 {
    font-size: 18px;
    line-height: 32px;
  }

  .gold-image-border {
    left: -8px;
    top: -8px;
  }

  .gold-image-border.news {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-section.epr {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .judge-list-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .evaluation-photo-border {
    left: -8px;
    top: -8px;
  }

  .judge-photo-wrapper {
    max-height: 470px;
  }

  .right-arrow-5 {
    left: auto;
    top: auto;
    right: 50px;
    bottom: 0%;
  }

  .right-arrow-5:hover {
    background-color: #e2b359;
  }

  .slide-bottom-content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .slider-counter-timline {
    position: absolute;
  }

  .column {
    position: relative;
    display: none;
  }

  .slider-3 {
    padding-right: 0px;
  }

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

  .slide-top {
    padding-left: 20px;
  }

  .left-arrow-5 {
    left: 50px;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .news-col._1 {
    width: 100%;
    height: 150px;
  }

  .news-col._3 {
    margin-right: auto;
  }

  .back-to-parent {
    padding-left: 0px;
  }

  .back-to-text {
    font-size: 14px;
  }

  .news-headline {
    font-size: 24px;
  }

  .other-articles-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .othernews-bg {
    padding-left: 0px;
  }

  .othernews-content-div {
    padding: 36px 24px;
  }

  .bold-text-9 {
    width: auto;
  }

  .div-block-12 {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: row;
    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;
  }

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

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

  .image-20 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-21 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-22 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-23 {
    margin-right: auto;
    margin-left: auto;
  }

  .hlhf-logo.bottom-padding {
    margin-bottom: 5px;
  }

  .hlhf-logo-parent {
    width: 70%;
    margin-bottom: 9px;
  }

  .hlhf-logo-intro-parent {
    top: 29px;
    margin-bottom: 0px;
  }

  .awardee-wrapper {
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .map-content-wrapper {
    height: 550px;
    min-height: 550px;
    padding-right: 24px;
    padding-left: 24px;
    background-image: url('../images/hac_counties_map-2.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(14, 58, 44, 0.54)), to(rgba(14, 58, 44, 0.54)));
    background-image: url('../images/hac_counties_map-2.jpg'), linear-gradient(180deg, rgba(14, 58, 44, 0.54), rgba(14, 58, 44, 0.54));
    background-position: 43% 50%, 0px 0px;
    background-size: cover, auto;
  }

  .div-block-14 {
    width: 100%;
  }

  .awardees-list-wrapper {
    margin-top: 24px;
  }

  .awardee-card-wrapper {
    padding: 16px;
  }

  .awardee-image {
    height: 200px;
  }

  .text-block-46 {
    margin-bottom: 36px;
  }

  .about-awardee-text {
    margin-top: 36px;
  }

  .div-block-15 {
    grid-row-gap: 24px;
  }

  .text-block-47 {
    font-size: 32px;
    line-height: 44px;
  }

  .awardee-content-wrapper {
    margin-top: 54px;
  }

  .text-block-48 {
    font-size: 24px;
    line-height: 36px;
  }

  .text-block-49 {
    font-size: 20px;
    line-height: 32px;
  }

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

  .awardee-video {
    height: 250px;
    min-height: 250px;
  }

  .video {
    min-height: 250px;
  }
}

#w-node-eb8f3d1e-e1c9-dcc1-6321-0e1c5bbe0ca2-53d0dcfb {
  -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-eb8f3d1e-e1c9-dcc1-6321-0e1c5bbe0cb3-53d0dcfb {
  -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-_03847d02-b00d-dd9e-7876-ed5fce3e47de-a9d0dd11 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_03847d02-b00d-dd9e-7876-ed5fce3e47e0-a9d0dd11 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

