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

body {
  height: 100%;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  background-color: #1f201f;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: Din, sans-serif;
  color: #f76032;
  font-size: 54px;
  line-height: 50px;
  font-weight: 300;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Din, sans-serif;
  color: #9ce9bf;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Din, sans-serif;
  color: #9ce9bf;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-transform: none;
}

h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 0.34px;
  text-decoration: none;
  text-transform: uppercase;
  list-style-type: disc;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Din, sans-serif;
  color: #f2f2f2;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 14px;
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #d7d3d2;
  font-weight: 400;
  text-decoration: underline;
}

a:hover {
  color: #9ce9bf;
}

ul {
  margin-top: 0px;
  margin-bottom: 29px;
  padding-left: 40px;
  font-family: 'Libre Baskerville';
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0.3px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: 'Libre Baskerville';
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0.3px;
}

li {
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
}

img {
  display: inline-block;
  max-width: 100%;
  height: unset;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  margin-bottom: 10px;
  padding: 20px;
  font-family: 'Libre Baskerville';
  color: #333;
  font-size: 16px;
  line-height: 32px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  font-family: Din, sans-serif;
  color: #d8d8d8;
  font-weight: 300;
  text-align: center;
}

.button {
  display: block;
  margin: 36px auto 0px 14px;
  padding: 19px 20px 13px;
  float: none;
  clear: none;
  border-style: none;
  border-width: 1px;
  border-color: rgba(100, 98, 98, 0.87);
  border-radius: 6px;
  background-color: #9ce9bf;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Din, sans-serif;
  color: #272727;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2.21px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  padding-top: 19px;
  background-color: #9ce9bf;
  color: rgba(100, 98, 98, 0.87);
}

.button.hero-button {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 13px;
  padding-bottom: 20px;
  border-style: none;
  border-color: #646262;
  background-color: transparent;
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease, background-color 500ms ease;
  transition: opacity 500ms ease, background-color 500ms ease;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
}

.button.hero-button:hover {
  background-color: transparent;
  opacity: 1;
}

.button.hero-button.w--current {
  display: block;
}

.button.subscribe {
  padding-right: 54px;
  padding-left: 54px;
  background-color: #1677cb;
}

.button.subscribe:hover {
  background-color: #0f8fff;
}

.button.item-button {
  display: inline-block;
  margin-top: 27px;
  margin-right: 47px;
  margin-bottom: 65px;
  padding-bottom: 16px;
  float: right;
  background-color: #f2f2f2;
  color: rgba(100, 98, 98, 0.87);
  line-height: 16px;
}

.button.item-button:hover {
  padding-top: 20px;
  border-style: none;
}

.button.block {
  width: 100%;
}

.masthead {
  display: block;
  padding-top: 8px;
  -webkit-filter: saturate(63%);
  filter: saturate(63%);
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: transparent;
}

.navbar.nav-scroll {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 98px;
  background-color: #fff;
}

.navbar.nav-scroll.other-pages {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 90px;
  border-bottom: 1px none #3b3b3b;
  background-color: #272727;
  color: #272727;
}

.navbar.nav-scroll.home-nav {
  background-color: transparent;
  color: #fff;
}

.nav-link {
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 0px;
  margin-right: 14px;
  margin-left: 14px;
  padding: 16px 0px 6px;
  border-bottom: 3px solid transparent;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Din, sans-serif;
  color: #252a2b;
  font-size: 13px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  margin-top: 0px;
  border-style: none none solid;
  border-width: 3px;
  border-color: #000 #1677cb #f76032;
  color: #272727;
  line-height: 21px;
}

.nav-link.w--current {
  margin-top: 0px;
  padding-top: 16px;
  padding-bottom: 6px;
  border-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #f76032;
  color: #252a2b;
  font-weight: 500;
  letter-spacing: 2px;
}

.nav-link.w--current:hover {
  border-bottom-style: none;
  border-bottom-color: rgba(54, 240, 143, 0.55);
}

.nav-link.w--current:active {
  border-bottom-color: #9ce9bf;
  color: #fff;
}

.nav-link.w--current:focus {
  border-bottom-color: #9ce9bf;
  color: #fff;
}

.nav-link.home-nav {
  width: auto;
  margin-right: 1px;
  margin-left: 0px;
  padding: 23px 16px 2px;
  float: none;
  clear: left;
  border-bottom-style: none;
  color: #d7d3d2;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.25px;
  text-transform: capitalize;
}

.nav-link.home-nav:hover {
  color: #9ce9bf;
}

.nav-menu {
  z-index: 3;
  display: block;
  height: 65px;
  margin: 0px auto;
  float: right;
  font-size: 10px;
}

.hero-image {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  height: 350px;
  padding-top: 278px;
  background-color: #f2f2f2;
}

.hero-image.full-page {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  height: auto;
  max-height: none;
  margin-top: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: none;
  color: #1f1f1f;
  font-size: 16px;
}

.hero-image.banner {
  padding-top: 185px;
  background-color: rgba(63, 63, 63, 0.87);
  background-image: none;
}

.hero-image.banner.page-banner {
  padding-top: 186px;
  background-image: url('../images/basins-01.png');
  background-position: 50% 150%;
  background-size: 120%;
}

.hero-image.banner.about-banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.85)), to(hsla(0, 0%, 100%, 0.85))), url('../images/Dashboard3-600x354-1.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.85), hsla(0, 0%, 100%, 0.85)), url('../images/Dashboard3-600x354-1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-image.banner.tools-banner {
  height: 234px;
  padding-top: 172px;
  background-color: #272727;
}

.hero-logo {
  position: absolute;
  left: 0%;
  top: 23%;
  right: 0%;
  height: 380px;
  background-image: url('../images/gaffa-splash.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
  text-align: center;
}

.section {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #272727;
  color: #1b1b1b;
  text-decoration: none;
}

.section.footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  padding-top: 53px;
  padding-bottom: 41px;
  background-color: #1f201f;
  color: #1a1a1a;
}

.section.footer.vax-footer {
  background-color: #2b343f;
}

.section.footer.vax-footer.vax-footer2 {
  background-color: #222726;
}

.section.footer.vax-footer.g {
  background-color: #2b343f;
  color: #585858;
}

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

.section.top-section {
  padding-top: 124px;
}

.fixednavbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2000;
  display: none;
  background-color: rgba(100, 98, 98, 0.87);
}

.masthead-small {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 5px;
  padding-bottom: 2px;
}

.link-block {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  color: #000;
  font-size: 20px;
  text-align: right;
  text-decoration: none;
}

.link-block.exhibitions {
  overflow: visible;
}

.text-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Libre Baskerville';
  color: #1677cb;
  font-weight: 800;
  text-decoration: none;
  text-transform: none;
}

.text-link:hover {
  color: #333;
}

.monogram {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  padding-top: 20px;
  opacity: 0.55;
  text-align: center;
}

.navbar-container {
  display: block;
}

.brand {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 65px;
  margin-bottom: 9px;
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
  -webkit-transition-property: none;
  transition-property: none;
}

.brand.w--current {
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.feature-subtitle {
  display: inline-block;
  margin-left: 0px;
  padding-right: 0px;
  font-family: 'Libre Baskerville';
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.feature-subtitle.feature-date {
  display: inline-block;
  margin-top: 15px;
  color: #888;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

.feature-subtitle.feature-date.white {
  color: #fff;
}

.feature-subtitle.white {
  color: #fff;
}

.line {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 285px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  float: right;
  background-color: #d8d8d8;
}

.line.exhibition-section {
  position: relative;
  right: -21px;
  width: 308px;
  margin-right: 0px;
}

.line.exhibition-section.line-left {
  width: 310px;
}

.line.exhibition-section.right {
  right: 0px;
  width: 297px;
}

.category {
  display: inline-block;
  padding-right: 0px;
  padding-left: 0px;
  color: #888;
  font-size: 12px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 0.44px;
  text-transform: uppercase;
}

.category.white {
  color: #fff;
}

.list-image {
  width: 100%;
  height: 15px;
  margin-top: -10%;
  margin-bottom: 20px;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.list-image:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.list-image.blog {
  width: 100%;
  height: 100%;
  margin-top: 0%;
  margin-bottom: 0px;
}

.list-image.page-lists {
  background-image: url('../images/gaffa-icon-grey_1gaffa-icon-grey.png');
  background-size: cover;
}

.list-item1 {
  position: static;
  width: 32%;
  margin: 0px 7px 30px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: rgba(100, 98, 98, 0.87);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 41%;
  background-size: cover;
  background-repeat: no-repeat;
}

.list-item1:hover {
  background-color: rgba(100, 98, 98, 0.87);
}

.list-item1.blog {
  margin-bottom: 70px;
}

.list-item1.tool-list {
  width: auto;
  margin-bottom: 39px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 41px;
  float: none;
  border-radius: 18px 18px 14px;
  background-color: rgba(32, 32, 32, 0.87);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 85, 85, 0.14)), to(rgba(85, 85, 85, 0.14)));
  background-image: linear-gradient(180deg, rgba(85, 85, 85, 0.14), rgba(85, 85, 85, 0.14));
}

.list-item1.tool-list.news-box {
  margin-top: 44px;
  margin-bottom: 31px;
  padding-top: 13px;
  padding-bottom: 46px;
  padding-left: 32px;
  border-radius: 0px;
  background-color: rgba(32, 32, 32, 0.44);
  background-image: none;
}

.list-view-more {
  margin-top: 20px;
  text-align: center;
}

.list-item-wrapper {
  position: relative;
  z-index: 6;
  display: block;
  overflow: hidden;
  width: auto;
  height: 260px;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  border-radius: 0px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.divider {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 98%;
  height: 1px;
  margin-top: 22px;
  margin-bottom: 36px;
  background-color: #525252;
  color: #414141;
}

.divider.white-div {
  display: none;
  width: 70px;
  background-color: #fff;
}

.divider-div {
  margin-top: 50px;
  margin-bottom: 83px;
  text-align: center;
}

.divider-div.blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-linebreak {
  position: static;
  left: 0px;
  top: 0px;
  display: block;
  width: 50%;
  height: 3px;
  margin-top: -3px;
  background-color: #000;
}

.gaffa-logo {
  margin-left: 20px;
}

.container-footer {
  margin-top: 70px;
}

.footer-text {
  float: right;
  font-family: Din, sans-serif;
  color: #888;
  font-size: 13px;
  line-height: 22px;
}

.footer-titles {
  margin-bottom: 16px;
  color: #888;
  font-size: 14px;
  font-weight: 700;
}

.social {
  width: 35px;
  height: 35px;
  margin-left: 20px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social:hover {
  opacity: 1;
}

.social.fb {
  width: 35px;
  height: 35px;
  margin-left: 20px;
  background-image: url('../images/facebook-btn2x_1facebook-btn@2x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.social.fb:hover {
  opacity: 1;
}

.social.twitter {
  background-image: url('../images/twitter-btn2x_1twitter-btn@2x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social.instagram {
  background-image: url('../images/instagram-btn2x_1instagram-btn@2x.png');
  background-position: 50% 50%;
  background-size: contain;
}

.social.person-fb {
  margin-left: 0px;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
}

.social.person-twitter {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.social.person-twitter.email {
  margin-left: 0px;
}

.social.person-website {
  margin-left: 0px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.social.person-email {
  margin-right: 8px;
  margin-left: 10px;
}

.right-justify-column {
  top: 0px;
  right: 0px;
  bottom: 0px;
  text-align: right;
}

.divider-vert {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #f2f2f2;
}

.text-field-footer {
  display: inline-block;
  width: 79%;
  margin-bottom: 0px;
  padding-top: 29px;
  padding-bottom: 30px;
  padding-left: 30px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-family: 'Libre Baskerville';
  font-size: 20px;
  line-height: 23px;
}

.footer-divider-container {
  position: static;
  display: block;
  height: 3px;
  background-color: #000;
}

.empty-state {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 0px;
  background-color: #fff;
  color: #888;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.services-thumbnail {
  display: block;
  overflow: visible;
  width: 300px;
  height: 300px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border-style: none;
  border-width: 1px;
  border-color: #9ce9bf;
  border-radius: 190px;
  background-color: transparent;
  -webkit-transition: -webkit-transform 500ms ease-out;
  transition: -webkit-transform 500ms ease-out;
  transition: transform 500ms ease-out;
  transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
}

.services-thumbnail:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.service-type0 {
  overflow: hidden;
  height: 233px;
  padding-left: 10px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.service-type0:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.service-blurb {
  margin-top: 18px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.service-blurb.top {
  margin-top: 0px;
  padding-left: 10px;
}

.page-subhead {
  position: static;
  margin-top: 0px;
  margin-bottom: 19px;
  padding-top: 0px;
  padding-left: 1px;
  font-family: Din, sans-serif;
  color: #9ce9bf;
  font-size: 28px;
  line-height: 29px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.34px;
  text-transform: none;
}

.page-subhead.data-heading {
  padding-top: 71px;
  text-align: center;
}

.page-subhead.data-head {
  padding-top: 131px;
  font-size: 24px;
}

.page-subhead.tool-title {
  width: 320px;
  height: 320px;
  padding-top: 101px;
  font-weight: 300;
  text-align: center;
}

.page-subhead.tool-title:hover {
  color: #9ce9bf;
}

.page-subhead.orange {
  color: #f76032;
  font-size: 26px;
  letter-spacing: 0.1px;
}

.page-subhead.orange.caps {
  margin-bottom: 13px;
  color: #f76032;
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-subhead.small {
  color: #f76032;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.content-div {
  margin-top: 0px;
  margin-bottom: 0px;
}

.blog-thumbnail {
  width: 100%;
  height: 265px;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.blog-thumbnail:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.exhibition-block {
  height: 485px;
  margin-bottom: 120px;
}

.exhibition-image-thumb {
  height: 485px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.exhibition-image-thumb:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.exhibition-section-info {
  height: 485px;
  padding-top: 50px;
  padding-right: 10px;
  padding-left: 0px;
  background-color: transparent;
  text-align: right;
}

.exhibition-section-info.right {
  padding-right: 0px;
  padding-left: 10px;
}

.exhibition-heading {
  display: inline-block;
  width: 210px;
  padding-right: 0px;
  padding-left: 0px;
}

.hero-image {
  position: static;
  background-color: #3b3b3b;
  background-image: url('../images/web-section-header.svg');
  background-position: 50% 62%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-image.team-members {
  height: 50%;
  background-position: 34% 0px;
  background-size: cover;
}

.date-div-inline {
  display: inline-block;
  padding-right: 0px;
  padding-left: 0px;
}

.section-navigation {
  overflow: hidden;
  height: 350px;
  padding-top: 108px;
  background-color: #202020;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0.87)), to(rgba(39, 39, 39, 0.87))), url('../images/IT-animation-snapshot-768x491.png');
  background-image: linear-gradient(180deg, rgba(39, 39, 39, 0.87), rgba(39, 39, 39, 0.87)), url('../images/IT-animation-snapshot-768x491.png');
  background-position: 0px 0px, 50% 34%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-align: center;
}

.section-navigation.explore {
  height: 250px;
  background-image: linear-gradient(153deg, rgba(36, 36, 36, 0.44), #2e2e2e), url('../images/gv.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.subnav-text-link {
  padding-right: 30px;
  padding-left: 30px;
  color: #888;
  font-size: 10px;
  line-height: 12px;
  font-weight: 900;
  letter-spacing: 1.25px;
  text-decoration: none;
  text-transform: uppercase;
}

.subnav-text-link:hover {
  color: #000;
}

.subnav-text-link.w--current {
  color: #000;
}

.subnav-text-link.w--current:focus {
  color: #000;
}

.subnav-container {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.section-title {
  position: relative;
  left: 0px;
  top: 150px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}

.info-left {
  text-align: left;
}

.empty-case-gallery {
  display: none;
  opacity: 1;
}

.page-titles {
  text-align: center;
}

.article-subtitle {
  display: block;
  font-size: 21px;
  line-height: 40px;
  font-weight: 300;
  text-transform: uppercase;
}

.article-subtitle.arcade {
  display: inline-block;
}

.block-quote {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding: 36px 33px 29px 40px;
  border-style: none;
  border-width: 1px 3px;
  border-color: #d7d3d2 #000;
  font-family: Din, sans-serif;
  color: #9ce9bf;
  font-size: 28px;
  line-height: 36px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.block-quote._30-width {
  width: 30%;
  padding-top: 9px;
  padding-right: 32px;
  padding-left: 32px;
  color: #1ae1a9;
  text-align: right;
}

.block-quote.home-quote {
  width: 60%;
  float: right;
}

.posted-images-and-info-block {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.empty-case-text {
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1.2px;
}

.rich-text-block {
  margin-bottom: 13px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 38px;
}

.rich-text-block.two-column {
  position: relative;
  z-index: 8;
  width: auto;
  margin-bottom: 4px;
  padding-top: 32px;
  float: right;
  clear: none;
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-rule: 1px dotted #8a8a8a;
  column-rule: 1px dotted #8a8a8a;
}

.rich-text-block._70-width {
  width: 70%;
  padding: 27px;
  float: right;
  background-color: #f2f2f2;
}

.rich-text-block.left-justify {
  text-align: left;
}

.rich-text-block a {
  font-family: Din, sans-serif;
  color: #fff;
  line-height: 27px;
  font-weight: 400;
}

.rich-text-block p {
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}

.rich-text-block h3 {
  font-size: 22px;
}

.rich-text-block.challenge-desc {
  padding: 30px 32px 25px;
  background-color: #2a3233;
}

.location-2-div {
  display: inline;
}

.featured-post-image {
  overflow: hidden;
  height: 640px;
  background-color: transparent;
  -webkit-transition: background-position 250ms ease-in;
  transition: background-position 250ms ease-in;
}

.featured-post-image:hover {
  background-size: cover;
}

.tint {
  position: absolute;
  z-index: 2;
  overflow: visible;
  width: 100%;
  height: 640px;
  background-color: rgba(0, 0, 0, 0.3);
}

.tint:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.featured-post-info {
  padding-top: 210px;
  padding-bottom: 100px;
  color: #fff;
  text-align: center;
}

.featured-post-info:hover {
  opacity: 1;
  color: #fff;
}

.div-line-feature {
  display: block;
  width: 200px;
  height: 3px;
  margin: 20px auto;
  background-color: #fff;
}

.footerdiv {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.footer-trigger {
  height: 1px;
}

.placeholder {
  height: 295px;
}

.item-button {
  margin-top: -35px;
  margin-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}

.item-button.tool-wrapper {
  margin-top: 20px;
  margin-bottom: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 63, 63, 0.89)), to(rgba(65, 63, 63, 0.89)));
  background-image: linear-gradient(180deg, rgba(65, 63, 63, 0.89), rgba(65, 63, 63, 0.89));
}

.item-labels {
  padding: 20px 0px 66px;
}

.featured-image {
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider {
  overflow: hidden;
  height: 640px;
}

.icon-arrow {
  position: absolute;
  top: 50%;
  right: 0px;
  bottom: 50%;
  opacity: 1;
}

.icon-arrow:hover {
  opacity: 1;
}

.icon-arrow.right {
  left: 0px;
  top: 50%;
  right: auto;
  bottom: 50%;
}

.arrow {
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.arrow:hover {
  opacity: 1;
}

.img-mask {
  overflow: hidden;
  height: 150px;
  padding-bottom: 0px;
}

.img-mask.services {
  width: 270px;
  height: 270px;
  border-radius: 0px;
  background-color: rgba(134, 114, 114, 0);
}

.img-mask.exhibition-mask {
  height: 100%;
}

.img-mask.img-mask-blog {
  height: 420px;
}

.img-mask.small {
  height: 130px;
}

.two-column {
  margin-bottom: 20px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 3em;
  column-gap: 3em;
  -webkit-column-rule: 3px dashed #f2f2f2;
  column-rule: 3px dashed #f2f2f2;
}

.list-item {
  font-family: 'Libre Baskerville';
  font-size: 14px;
  line-height: 28px;
}

.unordered-list {
  padding-top: 15px;
  padding-left: 20px;
  font-family: 'Libre Baskerville';
  font-size: 19px;
}

.form-div {
  font-size: 14px;
}

.text-field {
  margin-bottom: 20px;
  padding-left: 20px;
  border-radius: 3px;
  font-family: 'Libre Baskerville';
  color: #888;
  font-size: 14px;
  line-height: 23px;
}

.text-field:focus {
  border-width: 1px;
  border-color: #1677cb;
  color: #000;
}

.text-block {
  font-family: 'Libre Baskerville';
}

.spacer {
  display: block;
  height: 20px;
}

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

.lightbox-image-thumb {
  max-width: 106%;
}

.error-case {
  border-top: 3px solid #cc1616;
  background-color: transparent;
  text-transform: uppercase;
}

.map {
  height: 540px;
}

.announcement-tile {
  position: relative;
  padding: 20px 300px;
}

.exhibition-section-image {
  padding-right: 0px;
  padding-left: 0px;
}

.circlemask {
  display: inline-block;
  overflow: hidden;
  border-radius: 300px;
}

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

.ionicons {
  font-family: Ionicons, sans-serif;
  color: #888;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

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

.socialiconsrow {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.next {
  margin-bottom: 70px;
  text-align: center;
}

.blog-author {
  font-family: 'Libre Baskerville';
  font-size: 12px;
  text-transform: uppercase;
}

.grid-paragraphs {
  font-size: 18px;
  line-height: 35px;
  text-align: left;
}

.grid-paragraphs.sevrice-tag {
  margin-top: 0px;
  font-family: Bitter, serif;
  color: transparent;
  font-size: 16px;
  line-height: 21px;
  font-style: italic;
  font-weight: 700;
}

.grid-paragraphs.sevrice-tag:hover {
  color: #000;
}

.gaffa-logo-footer {
  text-align: left;
}

.close-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-top: 19px;
  margin-right: 18px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Din, sans-serif;
  color: #272727;
  font-size: 32px;
  line-height: 33px;
  font-weight: 500;
}

.container {
  text-align: left;
}

.subscribe-success-message {
  background-color: transparent;
}

.select-field {
  border-radius: 3px;
  font-family: 'Libre Baskerville';
  color: #888;
}

.page-loader-section {
  position: fixed;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.page-loader-contents {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: inline-block;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.tagline {
  display: block;
  width: 80%;
  margin: 9px auto 0px;
  padding: 28px 70px 100px;
  border: 1px none #fff;
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 42px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.tagline.short-tag {
  width: 90%;
  margin-top: 4px;
  margin-bottom: 23px;
  padding: 0px 0px 11px;
  color: #f76032;
  font-size: 48px;
  line-height: 44px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.tagline.short-tag.sub-tag {
  color: #c2c2c2;
  font-size: 24px;
  line-height: 30px;
}

.tagline.home-intro {
  overflow: auto;
  width: auto;
  max-width: 900px;
  padding: 2px 0px 12px;
  color: #e9e9e9;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  text-align: left;
}

.image {
  margin-left: 34px;
}

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

.dynamic-list-wrapper {
  width: 80%;
  float: right;
}

.div-block-2 {
  width: 20%;
  height: 250px;
  padding-left: 20px;
  background-color: #444a59;
  font-weight: 300;
}

.div-block-2.img-mask {
  height: 314px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 11px;
  padding-top: 15px;
  color: #fff;
}

.text-block-2 {
  color: #f2f2f2;
}

.home-width {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.logo-home {
  display: block;
  margin-top: 1px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.tool-name {
  display: block;
  margin-right: auto;
  margin-bottom: 7px;
  margin-left: auto;
  padding-left: 0px;
  font-family: Din, sans-serif;
  color: #9ce9bf;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.tool-name.centered {
  color: #9ce9bf;
  font-size: 27px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: none;
}

.tool-name.tool-list-name {
  margin-top: 42px;
  font-size: 36px;
  font-weight: 300;
  text-transform: none;
}

.heading-2 {
  letter-spacing: 0.6px;
  text-transform: none;
}

.dynamic-list {
  color: #1ae1a9;
}

.home-overlay {
  display: block;
  width: auto;
  height: 200px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 22px;
  padding-left: 25px;
  border-style: none;
  border-width: 3px;
  border-color: #9ce9bf;
  border-radius: 15px;
  background-color: rgba(39, 87, 81, 0.51);
  -webkit-transition: background-color 292ms ease;
  transition: background-color 292ms ease;
  font-family: Bitter, serif;
  color: #272727;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  font-weight: 700;
}

.home-overlay:hover {
  background-color: rgba(50, 247, 170, 0.93);
  font-family: Din, sans-serif;
  color: #272727;
  font-size: 16px;
}

.home-overlay.more-overlay {
  height: 150px;
}

.home-overlay.more-overlay:hover {
  background-color: transparent;
}

.home-overlay.app-overlay {
  width: 100%;
  height: 300px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-color: #272727;
  border-radius: 0px;
  background-color: rgba(34, 34, 34, 0.71);
}

.home-overlay.app-overlay:hover {
  background-color: rgba(24, 248, 168, 0.97);
  font-family: Din, sans-serif;
  color: #272727;
  font-weight: 300;
}

.home-overlay.app-overlay.tools-overlay {
  background-color: rgba(24, 24, 24, 0.35);
}

.home-overlay.app-overlay.tools-overlay:hover {
  background-color: rgba(24, 248, 168, 0.9);
  color: #272727;
  font-weight: 400;
}

.home-overlay.data-overlay {
  width: 225px;
  height: 350px;
  border-style: none;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 68, 68, 0.61)), to(rgba(68, 68, 68, 0.61)));
  background-image: linear-gradient(180deg, rgba(68, 68, 68, 0.61), rgba(68, 68, 68, 0.61));
}

.home-overlay.data-overlay:hover {
  background-color: rgba(68, 68, 68, 0.61);
  background-image: none;
}

.home-overlay.tools-overlay {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: rgba(39, 87, 79, 0.59);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: background-color 292ms ease;
  transition: background-color 292ms ease;
}

.home-overlay.tools-overlay:hover {
  background-color: rgba(39, 87, 79, 0.59);
}

.wide {
  display: block;
  width: 93%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.wide.header-wrap {
  margin-top: 0px;
  padding-top: 24px;
  padding-bottom: 19px;
  padding-left: 0px;
  border-bottom: 3px none #9ce9bf;
  background-color: transparent;
  color: #2a3233;
  font-size: 14px;
  text-align: center;
}

.heading-3 {
  text-align: center;
}

.main-section {
  padding-top: 106px;
  padding-bottom: 0px;
  background-color: #272727;
  color: #272727;
}

.main-section.bottom {
  height: auto;
  max-height: none;
  padding-top: 50px;
  padding-bottom: 180px;
  background-color: #252a2b;
  color: #d7d3d2;
}

.main-section.home-about {
  position: relative;
  z-index: 3;
  height: auto;
  min-width: auto;
  margin-top: 0px;
  padding-top: 64px;
  padding-bottom: 78px;
  background-color: #202627;
  color: #1f2323;
}

.main-section.tools-wrapper {
  height: 100vh;
  max-height: 825px;
  min-height: 700px;
  padding-top: 46px;
  padding-bottom: 91px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 42, 42, 0.88)), to(rgba(42, 42, 42, 0.88))), url('../images/com_net_dif_size-01.png');
  background-image: linear-gradient(180deg, rgba(42, 42, 42, 0.88), rgba(42, 42, 42, 0.88)), url('../images/com_net_dif_size-01.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, 2350px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.main-section.top {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #252a2b;
}

.main-section.top.no-header {
  padding-top: 161px;
}

.home-subhead {
  margin-bottom: -31px;
  padding-top: 6px;
  background-image: none;
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2.7px;
}

.heading-box {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 26px;
  padding-right: 0px;
  padding-bottom: 1px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(54, 240, 143, 0.55);
  background-color: transparent;
}

.heading-box.page-box {
  height: 250px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: hsla(0, 0%, 94.9%, 0.89);
}

.tool-heading {
  padding-top: 4px;
  font-family: Din, sans-serif;
  color: #f76032;
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
}

.tool-heading.page-head {
  color: #fff;
}

.tool-heading.tool-name {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: right;
  color: #9ce9bf;
  font-size: 72px;
  line-height: 94px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2.6px;
  text-transform: none;
}

.tool-heading.tool-name.tool-back {
  margin-top: 0px;
  margin-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  color: #888;
  font-size: 52px;
  font-weight: 300;
  letter-spacing: 0px;
}

.tool-heading.tool-name.tool-back.font-awesome {
  margin-top: 0px;
  margin-right: 13px;
  padding-top: 0px;
}

.tool-heading.top-tagline {
  width: 50%;
  margin-bottom: 79px;
  padding-top: 53px;
  padding-bottom: 21px;
  float: right;
  border-top: 1px none #aed1d0;
  border-bottom: 1px none #aed1d0;
  background-color: transparent;
  color: rgba(174, 209, 208, 0.82);
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  text-align: right;
}

.tool-banner {
  height: 250px;
  margin-top: 13px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #f2f2f2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 35%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-3 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 200px;
  margin-top: -240px;
  font-family: Din, sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
}

.text-block-3:hover {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Din, sans-serif;
  color: #272727;
  font-size: 18px;
  line-height: 23px;
  text-align: left;
}

.text-block-3.data-tag-hover {
  font-size: 22px;
  line-height: 27px;
  text-align: center;
}

.text-block-3.data-tag-hover:hover {
  font-size: 20px;
  line-height: 27px;
}

.body {
  height: auto;
}

.green {
  color: rgba(36, 255, 190, 0.81);
}

.font-awesome {
  font-family: 'Fontawesome webfont', sans-serif;
  font-weight: 400;
}

.font-awesome.home-more-arrow {
  color: #9ce9bf;
}

.font-awesome.brand {
  font-family: 'Fa brands 400', sans-serif;
}

.heading-4 {
  margin-top: 10px;
  margin-bottom: -2px;
  padding-left: 0px;
  font-family: Din, sans-serif;
  color: #9ce9bf;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.row {
  display: none;
}

.dynamic-item {
  display: block;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.dynamic-item.data-box {
  height: auto;
  min-height: 375px;
  margin-bottom: 41px;
  padding-bottom: 37px;
  border-bottom: 1px dotted #9ce9bf;
}

.tool-title {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 9px;
  margin-left: 0px;
  padding-top: 17px;
  padding-left: 20px;
  float: left;
  color: #f2f2f2;
  font-size: 27px;
  line-height: 34px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.34px;
  text-transform: none;
}

.tool-title:hover {
  color: #f2f2f2;
}

.ppl {
  display: none;
}

.paragraph {
  margin-bottom: 51px;
}

.paragraph.tool--tag {
  width: auto;
  margin-bottom: 14px;
  padding: 9px 0px 13px;
  color: #d7d3d2;
  font-size: 17px;
  line-height: 23px;
  text-align: left;
}

.pubs a {
  margin-bottom: -8px;
  padding-bottom: 0px;
  font-family: Din, sans-serif;
  color: #f2f2f2;
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
}

.pubs p {
  margin-bottom: 30px;
  padding-right: 29px;
  font-family: Din, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.collection-item {
  padding-right: 0px;
}

.tool-overlay {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(23%, rgba(13, 32, 34, 0.81)), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(11, 182, 145, 0.33)), to(rgba(11, 182, 145, 0.33)));
  background-image: linear-gradient(180deg, rgba(13, 32, 34, 0.81) 23%, transparent), linear-gradient(180deg, rgba(11, 182, 145, 0.33), rgba(11, 182, 145, 0.33));
}

.headhero {
  margin-bottom: 0px;
  font-family: 'Varela Round', sans-serif;
  color: #424242;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  -webkit-column-count: 1;
  column-count: 1;
}

.headhero.ppl {
  display: inline-block;
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
}

.headhero.ppl.kiz {
  margin-bottom: 3px;
}

.headhero.inverse {
  margin-bottom: 20px;
  color: #fff;
  font-size: 36px;
  line-height: 45px;
}

.opnemodal {
  margin-top: 30px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 3px 3px 2px;
  border-color: #555 #555 #333;
  background-color: transparent;
  font-family: 'Varela Round', sans-serif;
  color: #3d3c3c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.opnemodal:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  text-align: center;
}

.igkit {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.igkit.last {
  margin-top: 43px;
}

.rowfull {
  height: 100%;
}

.panelok {
  position: relative;
  top: 50%;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.panelok.kitz {
  -webkit-transform: translate(0px, -53%);
  -ms-transform: translate(0px, -53%);
  transform: translate(0px, -53%);
  text-align: left;
}

.imgkit {
  position: absolute;
  left: 50%;
  display: block;
  width: 45%;
  margin-top: 48%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%) translate(-50%, 0px);
  -ms-transform: translate(0px, -50%) translate(-50%, 0px);
  transform: translate(0px, -50%) translate(-50%, 0px);
}

.rowkitz {
  margin-top: 20px;
}

.col2right {
  height: 100%;
  padding-left: 0px;
  background-color: #fafafa;
}

.hero {
  overflow: visible;
  height: 100%;
  max-width: 100%;
  margin-left: 1px;
  background-color: #f7f7f7;
  background-image: none;
}

.hero._3.presastuff {
  overflow: visible;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.txticonz {
  width: 75%;
  margin-top: 5px;
  font-family: Varela, sans-serif;
  color: #5e5e5e;
  font-size: 14px;
  line-height: 23px;
}

.txticonz.kit {
  width: 100%;
  margin-top: 12px;
  text-align: center;
}

.txticonz.escr {
  width: 100%;
  font-family: 'Varela Round', sans-serif;
  color: #505050;
  font-size: 16px;
  line-height: 26px;
  font-weight: 100;
}

.colfulleft {
  z-index: 19;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 1px;
  background-color: #3b3b3b;
}

.home-icon {
  display: block;
  margin-top: 35px;
  margin-right: auto;
  margin-left: -9px;
  padding-bottom: 1px;
  padding-left: 0px;
  float: left;
  text-align: left;
}

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

.home-learn-more {
  height: 100%;
  background-color: #797979;
  color: #b4b3b3;
}

.home-learn-more.more-button {
  height: 400px;
  padding-top: 174px;
  padding-bottom: 174px;
  background-color: #3f3f3f;
  font-family: Din, sans-serif;
  font-weight: 300;
}

.row-2 {
  height: 400px;
  background-color: transparent;
}

.button-2 {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #272727;
  border-radius: 8px;
  background-color: transparent;
  font-family: Din, sans-serif;
  color: #272727;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-2:hover {
  border-color: #fff;
  color: #fff;
}

.button-2.more-tool {
  width: 180px;
  margin-top: 8px;
  padding-top: 14px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  border-style: none;
  border-color: #9bd6ac;
  border-radius: 6px;
  background-color: #bcfdbe;
  font-family: Din, sans-serif;
  color: #272727;
  font-weight: 500;
  letter-spacing: 1px;
}

.button-2.more-tool:hover {
  border-style: none;
  color: #272727;
}

.button-2.home-button {
  display: block;
  width: 180px;
  margin-top: 23px;
  margin-bottom: 61px;
  padding-top: 15px;
  border-width: 2px;
  border-radius: 8px;
  font-size: 18px;
  letter-spacing: 0.7px;
}

.button-2.home-button.w--current {
  display: block;
}

.div-block-3 {
  height: 400px;
}

.app-wrapper {
  width: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 29% 42%;
  background-size: 600px;
}

.app-wrapper.tool-wrapper {
  background-position: 59% 20%;
  background-size: 600px;
}

.app-tag {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin-top: -75px;
  padding-top: 63px;
  padding-right: 23px;
  padding-left: 27px;
  font-family: Din, sans-serif;
  color: transparent;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.app-tag:hover {
  color: #272727;
  font-weight: 400;
}

.app-name {
  padding-left: 27px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
}

.app-gallery {
  margin-top: 71px;
}

.collection-item-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.app-box {
  padding-right: 0px;
  padding-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#272727), to(#272727));
  background-image: linear-gradient(180deg, #272727, #272727);
}

.app-link {
  width: 100%;
  text-decoration: none;
}

.tools-div {
  padding-right: 130px;
  padding-left: 130px;
  clear: left;
}

.div-block-4 {
  display: block;
  width: 225px;
  height: 350px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 51%;
  background-size: 450px;
}

.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-top-text {
  margin-bottom: 40px;
  font-family: Din, sans-serif;
  font-weight: 300;
}

.more-tool-box {
  display: block;
  width: 32%;
  height: 150px;
  margin-top: 60px;
  margin-right: 19px;
  margin-left: -7px;
  padding-top: 24px;
  padding-right: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #9ce9bf;
}

.div-block-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block-2 {
  width: 100%;
  height: 132px;
  padding-top: 55px;
  border-style: none;
  border-width: 1px;
  border-color: #9ce9bf;
  border-radius: 7px;
  background-color: #3b3b3b;
  color: #fff;
  text-decoration: none;
}

.link-block-2:hover {
  background-color: #2c2c2c;
}

.collection-item-3 {
  padding-right: 8px;
  padding-left: 8px;
}

.more-tools-wrapper {
  margin-top: 21px;
}

.text-block-4 {
  color: #272727;
  font-size: 25px;
  line-height: 39px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.data-desc {
  padding-left: 0px;
}

.link {
  color: #9ce9bf;
  font-weight: 500;
  text-decoration: none;
}

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

.data-tab-pic {
  width: 16%;
  height: 230px;
  margin-right: 5px;
  padding-top: 21px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: dotted;
  border-width: 1px;
  border-color: #9ce9bf;
  background-color: transparent;
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.data-tab-pic:hover {
  background-color: #9ce9bf;
  color: #fff;
}

.data-tab-pic.w--current {
  width: 16%;
  height: 230px;
  margin-right: 5px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9ce9bf), to(#9ce9bf));
  background-image: linear-gradient(180deg, #9ce9bf, #9ce9bf);
  font-family: Din, sans-serif;
  font-size: 19px;
  text-align: center;
}

.data-tab-pic.w--current:hover {
  color: #fff;
}

.data-text-box {
  width: 98.25%;
  margin-top: 8px;
  margin-right: 23px;
  margin-bottom: 59px;
  padding: 41px 46px 18px;
  background-color: #9ce9bf;
  font-family: Din, sans-serif;
}

.data-text-box p {
  padding-bottom: 13px;
  color: #272727;
  font-weight: 400;
}

.data-text-box a {
  color: rgba(100, 98, 98, 0.87);
}

.text-block-5 {
  text-transform: uppercase;
}

.text-block-6 {
  text-transform: uppercase;
}

.text-block-7 {
  text-transform: uppercase;
}

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

.tabs {
  display: block;
}

.data-icon {
  padding-top: 52px;
}

.data-icon.up {
  margin-top: -17px;
}

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

.pub-title {
  margin-top: 0px;
  font-family: Din, sans-serif;
  color: #9ce9bf;
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 0.1px;
  text-decoration: none;
  text-transform: none;
}

.pub-title:hover {
  color: #f2f2f2;
}

.pub-title.ext-pub-title {
  display: block;
  padding-right: 7px;
  padding-bottom: 8px;
  color: #9ce9bf;
  font-size: 16px;
  line-height: 18px;
  text-transform: none;
}

.pub-info {
  padding-bottom: 8px;
  font-family: Din, sans-serif;
  color: #d8d8d8;
  font-size: 15px;
  line-height: 19px;
  font-weight: 100;
}

.pub-info.bold {
  font-weight: 500;
}

.pub-info.ext-pub-info {
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 1px;
  float: none;
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
}

.pub-info.ext-pub-info.ext-pub-journal {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}

.pub-wrapper {
  margin-bottom: 26px;
  padding-bottom: 16px;
  border-bottom: 1px solid #888;
}

.pub-wrapper.ext-pub-wrapper {
  height: 150px;
  margin-bottom: 20px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #9ce9bf #9ce9bf #888;
}

.pub-link-wrapper {
  margin-top: 0px;
  padding-top: 0px;
  float: right;
}

.column {
  padding-left: 0px;
  font-family: Din, sans-serif;
  font-weight: 400;
}

.pub-sub-head {
  margin-top: 89px;
  margin-bottom: 10px;
  padding-bottom: 31px;
  font-family: Din, sans-serif;
  color: #d8d8d8;
  font-size: 24px;
  font-weight: 300;
}

.approach-desc {
  height: 80%;
  margin-bottom: 18px;
  padding-bottom: 19px;
  border-bottom: 1px solid #575757;
  font-family: Din, sans-serif;
  color: #d8d8d8;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.approach-desc.last {
  padding-bottom: 0px;
  border-bottom-style: none;
}

.approach-desc.resources {
  margin-bottom: 21px;
  padding-bottom: 26px;
  font-size: 16px;
  line-height: 21px;
}

.approach-desc.resources.last {
  padding-bottom: 1px;
}

.approach-name {
  margin-top: 0px;
  margin-bottom: 6px;
  background-color: transparent;
  font-family: Din, sans-serif;
  color: #9ce9bf;
  font-size: 20px;
  line-height: 23px;
  font-weight: 300;
  text-transform: none;
}

.approach-box {
  height: 360px;
  margin-left: -10px;
  padding: 26px;
  background-color: rgba(79, 89, 90, 0.66);
}

.approach-box.hosting-box {
  height: auto;
  margin-top: 31px;
  margin-right: 19px;
  margin-left: -7px;
  padding-top: 20px;
  padding-bottom: 22px;
  padding-left: 35px;
  border-style: solid;
  border-width: 1px;
  border-color: #9ce9bf;
}

.approach-link {
  font-family: Din, sans-serif;
  color: #535252;
  font-size: 16px;
}

.approach-link:hover {
  color: #272727;
}

.footer-logo {
  margin-left: 17px;
  padding-left: 12px;
  float: none;
  opacity: 0.68;
  text-align: center;
  text-decoration: none;
}

.footer-logo.gp-vax {
  margin-top: -12px;
  margin-left: -3px;
  padding-top: 0px;
  padding-left: 0px;
  float: left;
}

.footer-logo.left {
  margin-left: 0px;
  float: left;
}

.copyright {
  margin-top: 70px;
  padding-top: 16px;
  padding-right: 19px;
  border-top: 1px solid #383f3e;
  font-family: Din, sans-serif;
  color: #a1a1a1;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

.footer-link {
  margin-top: 8px;
  padding-right: 0px;
  clear: left;
  font-family: Din, sans-serif;
  color: #a8a8a8;
  line-height: 22px;
}

.footer-link.gp {
  margin-top: -2px;
  padding-left: 25px;
  opacity: 0.7;
  -webkit-transition-property: none;
  transition-property: none;
}

.footer-link.small {
  padding-right: 16px;
}

.footer-page.w--current {
  color: #888;
}

.div-block-6 {
  margin-top: 30px;
  margin-bottom: 65px;
}

.tools-sidebar {
  margin-top: 19px;
  padding-right: 2px;
  padding-left: 15px;
  font-family: Din, sans-serif;
  color: #d8d8d8;
  font-weight: 300;
}

.sidebar-text {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px none #9ce9bf;
  font-family: Din, sans-serif;
  font-size: 15px;
}

.sidebar-text.fa-sidebar {
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 3px;
  font-family: 'Font awesome 5 free 400', sans-serif;
  font-size: 11px;
  letter-spacing: 5px;
}

.sidebar-text.bold {
  padding-top: 5px;
  padding-bottom: 7px;
  font-weight: 400;
}

.sidebar-text.sidebar-option {
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 0px;
  font-size: 14.5px;
  font-weight: 500;
  text-align: left;
}

.tool-tagline {
  width: auto;
  height: 350px;
  margin-top: 0px;
  margin-right: 0px;
  padding-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9ce9bf), to(#9ce9bf));
  background-image: linear-gradient(180deg, #9ce9bf, #9ce9bf);
}

.people-wrapper {
  line-height: 18px;
}

.people-wrapper p {
  margin-bottom: 0px;
  padding-bottom: 1px;
  padding-left: 0px;
  color: #fff;
  line-height: 27px;
  text-align: left;
}

.people-wrapper strong {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #9ce9bf;
  font-size: 19px;
  line-height: 20px;
  font-weight: 400;
}

.people-wrapper a {
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  text-decoration: none;
}

.people-wrapper h6 {
  margin-top: 2px;
  margin-bottom: 0px;
  font-family: Din, sans-serif;
  color: #d7d3d2;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  text-transform: none;
}

.people-wrapper h4 {
  margin-top: 2px;
  margin-bottom: 25px;
  padding-top: 0px;
  padding-bottom: 11px;
  border-bottom: 1px none #6e6e6e;
  color: #f76032;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0.2px;
  text-transform: none;
}

.people-wrapper em {
  margin-bottom: 5px;
  color: #b6b2b2;
  font-size: 17px;
  line-height: 35px;
  font-style: normal;
  font-weight: 300;
}

.people-wrapper h5 {
  margin-bottom: 23px;
  padding-bottom: 8px;
  border-bottom: 1px none #5c5c5c;
  color: #f76032;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: none;
}

.people-wrapper h3 {
  margin-top: 0px;
  margin-bottom: -1px;
  font-family: Din, sans-serif;
  color: #9ce9bf;
  font-size: 22px;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 0.2px;
  text-transform: none;
}

.hosting-wrapper p {
  margin-bottom: 5px;
  padding-bottom: 14px;
  font-family: Din, sans-serif;
  color: #272727;
  font-size: 17px;
  line-height: 22px;
  text-align: left;
}

.hosting-wrapper a {
  color: rgba(100, 98, 98, 0.87);
}

.hosting-wrapper h4 {
  margin-top: 9px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 10px;
  color: #3b3b3b;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.34px;
}

.hosting-wrapper strong {
  color: #3b3b3b;
  font-size: 18px;
}

.team-about {
  padding-top: 16px;
  padding-bottom: 12px;
  font-family: Din, sans-serif;
  color: #272727;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.navigation {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 94px;
  margin-bottom: 0px;
  padding: 0px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #b7c5c7;
  border-radius: 0px;
  background-color: #9ce9bf;
}

.header-logo {
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 11px 20px 10px;
  border-bottom-style: none;
  border-radius: 2px;
  background-color: #09f;
  color: #fff;
  font-weight: 900;
}

.header-logo:hover {
  color: #fff;
}

.header-nav-menu.style-a {
  left: 0px;
  top: 0px;
  right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: rgba(51, 51, 51, 0.66);
}

.header-nav-link {
  padding-top: 13px;
  padding-right: 0px;
  padding-bottom: 13px;
  border-bottom-style: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-weight: 700;
  text-align: right;
}

.header-nav-link:hover {
  color: rgba(0, 0, 0, 0.49);
}

.header-nav-link.style-a {
  padding-right: 20px;
  color: #fff;
}

.header-nav-link.style-a:hover {
  color: hsla(0, 0%, 100%, 0.49);
}

.header-menu-button {
  position: relative;
  top: 0px;
  right: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 13px;
  border: 2px none #fff;
  border-radius: 2px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #9ce9bf;
  font-size: 22px;
  line-height: 22;
}

.header-menu-button:hover {
  border-color: #9ce9bf;
  background-color: transparent;
  color: #fff;
}

.header-menu-button.w--open {
  border-color: #9ce9bf;
  background-color: transparent;
  color: #fff;
}

.icon {
  color: #fff;
}

.home-link-down {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.home-link-down.w--current {
  font-size: 14px;
}

.spacer-nav {
  height: auto;
}

.learn-more-home-link {
  margin-top: 27px;
  padding-top: 0px;
  color: rgba(100, 98, 98, 0.87);
  font-size: 22px;
  line-height: 65px;
  text-decoration: underline;
}

.learn-more-home-link:hover {
  color: #3b3b3b;
}

.sidebar-row {
  border-bottom: 1px solid #888;
}

.tool-image {
  height: 350px;
  padding-top: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 58% 34%;
  background-size: 800px;
  background-repeat: no-repeat;
}

.tool-intro {
  padding-right: 0px;
  padding-left: 0px;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.tool-button {
  margin-right: 7px;
  padding-top: 0px;
  float: left;
  font-family: Din, sans-serif;
  font-weight: 400;
}

.bold-text {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 44px;
  line-height: 68px;
  font-weight: 400;
}

.row-3 {
  margin-bottom: 51px;
}

.scroll-down-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 25px;
  z-index: 1;
  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;
}

.mouse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 38px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px solid #d7d3d2;
  border-radius: 12px;
}

.mouse-dots {
  display: block;
  width: 4px;
  height: 4px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
  background-color: #39f5b2;
}

.text-block-8 {
  color: #272727;
  font-weight: 500;
  text-transform: uppercase;
}

.tools-gallery {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tool-slide {
  padding-right: 11px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-2 {
  padding-right: 9px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-9 {
  color: #222;
  font-weight: 500;
}

.tool-image-1 {
  display: block;
  width: 100%;
  height: 395px;
  margin-top: 33px;
  margin-right: 0px;
  margin-left: 29px;
  padding-top: 0px;
  padding-right: 1px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-width: 3px;
  border-color: #9ce9bf;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.tool-image-1.tool-image-2 {
  display: block;
  width: 39%;
  margin-bottom: 72px;
  padding-bottom: 0px;
  float: left;
  background-size: 1200px;
}

.tool-main-overlay {
  height: 350px;
  background-color: rgba(0, 255, 183, 0.29);
}

.burger-button-wrapper {
  padding: 10px;
  cursor: pointer;
}

.burger-line-top {
  width: 30px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  background-color: #fff;
}

.burger-line-middle {
  width: 30px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  background-color: #fff;
}

.burger-line-bottom {
  width: 30px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  background-color: #fff;
}

.lx_block60 {
  display: inline-block;
  width: 60%;
  height: 300px;
  float: left;
}

.lx_block40 {
  display: inline-block;
  width: 40%;
  height: 300px;
  padding-right: 9px;
  float: left;
}

.lx_block20 {
  width: 20%;
  height: 300px;
  float: left;
}

.lx_h1 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
}

.lx_h1.thin {
  margin-top: 46px;
  margin-bottom: 46px;
  font-weight: 100;
}

.lx_h1.thin.margin {
  margin-bottom: 104px;
}

.lx_tileimg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: url('../images/img_nightsky.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}

.lx_tileimg:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.lx_tileimg.photo12 {
  background-image: url('../images/IMG_5528.jpg');
}

.lx_tileimg.photo13 {
  background-image: url('../images/_MG_1969.jpg');
}

.lx_tileimg.photo17 {
  background-image: url('../images/20130305_0108_K-1.jpg');
  background-position: 50% -20px;
  background-size: cover;
}

.lx_tileimg.photo16 {
  background-image: url('../images/_MG_9522.jpg');
  background-position: 50% 50%;
}

.lx_tileimg.photo2 {
  background-image: url('../images/casper.jpg');
}

.lx_tileimg.photo1 {
  background-image: url('../images/IMG_1701.jpg');
  background-position: 50% -32px;
}

.lx_tileimg.photo5 {
  background-image: url('../images/dance2.jpg');
  background-position: 50% -18px;
}

.lx_tileimg.photo14 {
  background-image: url('../images/_MG_1976.jpg');
}

.lx_tileimg.photo9 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 65% 30%;
  background-size: 800px;
  background-repeat: no-repeat;
}

.lx_tileimg.photo8 {
  background-image: url('../images/_MG_1940.jpg');
}

.lx_tileimg.photo7 {
  background-image: url('../images/_MG_2000.jpg');
}

.lx_tileimg.photo6 {
  background-image: url('../images/IMG_0243.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.lx_tileimg.photo11 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.lx_tileimg.photo4 {
  background-image: url('../images/NYdance.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lx_tileimg.photo15 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 56% 50%;
  background-size: 600px;
}

.lx_icon {
  display: block;
  width: 30px;
  margin: 50px auto;
  padding: 22px 5px 9px;
  border: 2px solid #fff;
  border-radius: 16px;
  opacity: 0.5;
}

.lx_div_icon2 {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 106px;
  background-color: #727272;
}

.lx_herotile {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.lx_herosection {
  padding-top: 212px;
  padding-bottom: 212px;
  background-color: #000;
  opacity: 1;
  text-align: center;
}

.lx_herosection.lx_blackbg {
  padding-top: 72px;
  padding-bottom: 0px;
}

.tools-gallery-wrapper {
  margin-top: 27px;
}

.imac {
  width: 113%;
  max-width: 115%;
  margin-top: 13px;
  margin-left: -56px;
  padding-left: 0px;
  float: none;
  clear: left;
}

.image-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider-2 {
  background-color: transparent;
}

.art-box {
  width: 100%;
  height: 100%;
  background-image: url('../images/bull.png'), -webkit-gradient(linear, left top, left bottom, from(#edc532), to(#edc532));
  background-image: url('../images/bull.png'), linear-gradient(180deg, #edc532, #edc532);
  background-position: 50% 50%, 0px 0px;
  background-size: 80%, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.art-box:hover {
  background-image: url('../images/bull.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
  background-image: url('../images/bull.png'), linear-gradient(180deg, null, null);
  background-size: 92%, auto;
}

.art-box.gsbc {
  background-image: url('../images/gsbc-logo.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('../images/gsbc-logo.png'), linear-gradient(180deg, #fff, #fff);
  background-size: 56%, auto;
}

.art-box.gsbc:hover {
  background-image: url('../images/gsbc-logo.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
  background-image: url('../images/gsbc-logo.png'), linear-gradient(180deg, null, null);
  background-size: 70%, auto;
}

.art-box.ncnyc {
  background-image: url('../images/ncnyc.png'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: url('../images/ncnyc.png'), linear-gradient(180deg, #000, #000);
  background-size: 90%, auto;
}

.art-box.ncnyc:hover {
  background-image: url('../images/ncnyc.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
  background-image: url('../images/ncnyc.png'), linear-gradient(180deg, null, null);
  background-size: 110%, auto;
}

.art-box._49co {
  background-image: url('../images/49co.png'), -webkit-gradient(linear, left top, left bottom, from(#28919c), to(#28919c));
  background-image: url('../images/49co.png'), linear-gradient(180deg, #28919c, #28919c);
  background-size: 45%, auto;
}

.art-box._49co:hover {
  background-image: url('../images/49co.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
  background-image: url('../images/49co.png'), linear-gradient(180deg, null, null);
  background-size: 54%, auto;
}

.link-arrow {
  display: inline-block;
  padding-top: 4px;
  float: right;
}

.art-section {
  margin-bottom: -6px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2d2d2d), to(#2d2d2d));
  background-image: linear-gradient(180deg, #2d2d2d, #2d2d2d);
}

.h3 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1.2px;
}

.h3.grey {
  color: #2d2d2d;
}

.art-colum {
  padding-right: 0px;
  padding-left: 0px;
}

.art-tag {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
}

.art-row {
  width: 100%;
  margin-bottom: 0px;
}

.art-link {
  width: 100%;
  height: 600px;
}

.p2 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 9px;
  line-height: 16px;
  letter-spacing: 1px;
  text-decoration: none;
}

.p2.grey {
  color: rgba(45, 45, 45, 0.7);
}

.h2-home {
  margin-top: 177px;
  margin-bottom: 50px;
  padding-right: 9px;
  font-family: Din, sans-serif;
  color: #d7d3d2;
  font-size: 55px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.4px;
  text-transform: none;
}

.h2-home.h2action {
  margin-top: 74px;
  color: #32f7aa;
  font-size: 51px;
  font-weight: 400;
  text-align: left;
}

.tools-main {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-7 {
  height: 250px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 600px;
  background-repeat: no-repeat;
}

.tool-overlay-list {
  height: 250px;
  background-color: rgba(0, 51, 33, 0.37);
}

.tools-home-subhead {
  position: relative;
  z-index: 0;
  height: 200px;
  margin-bottom: 1px;
  padding: 23px 18px 0px 24px;
  border-radius: 12px 12px 0px 0px;
  background-color: rgba(50, 247, 170, 0.85);
  font-family: Din, sans-serif;
  color: #272727;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}

.tools-home-subhead:hover {
  color: #272727;
}

.home-arrow {
  position: relative;
  margin-top: 0px;
  margin-right: 12px;
  padding-top: 17px;
  padding-right: 1px;
  padding-left: 2px;
  float: right;
  color: #9ce9bf;
}

.tools-header {
  padding-top: 44px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #252a2b;
}

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

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

.menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 61px;
  -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;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-filter: saturate(167%);
  filter: saturate(167%);
}

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

.burger-line {
  width: 30.5px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 2px;
  border-radius: 2px;
  background-color: #fff;
}

.tool-bckgd-home {
  height: 200px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 15px 15px 0px 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.tools-home-wrapper {
  position: relative;
  z-index: 100;
  height: 200px;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 15px 12px 15px 15px;
  background-color: #252525;
}

.tools-bar-lower {
  position: relative;
  z-index: 1000;
  margin-right: 6px;
  margin-left: 6px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #252525;
}

.tool-wrapper {
  position: relative;
  width: 100%;
  float: left;
  text-decoration: none;
}

.tool-item {
  width: 20%;
  padding-right: 10px;
  padding-left: 0px;
  float: left;
}

.open-tool {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9ce9bf;
}

.tool-image-home {
  display: block;
  width: auto;
  height: 280px;
  margin-left: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 26%;
  background-size: 550px;
  background-repeat: no-repeat;
}

.tool-content-inside {
  display: block;
  width: 86%;
  padding-top: 61px;
  padding-left: 3px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Din, sans-serif;
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
}

.tool-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #272727;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.arrow-wrapper {
  position: absolute;
  left: 20px;
  top: 20px;
  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;
}

.minus {
  position: absolute;
  margin: -5px 0px 8px -5px;
  color: #272727;
}

.plus {
  margin-right: 8px;
  margin-bottom: 10px;
}

.tool-name-home {
  display: block;
  margin-bottom: 12px;
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
  text-decoration: none;
}

.news-title {
  margin-top: 6px;
  margin-bottom: 0px;
  padding-top: 4px;
  clear: left;
  color: #9ce9bf;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: none;
}

.news-title:hover {
  text-decoration: underline;
}

.news-info {
  margin-bottom: 31px;
  padding-top: 17px;
  padding-right: 6px;
}

.news-info p {
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.news-category {
  display: none;
  margin-top: 0px;
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 3px 4px 0px 7px;
  float: left;
  clear: none;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f76032), to(#f76032));
  background-image: linear-gradient(180deg, #f76032, #f76032);
  color: #272727;
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.news-image-block {
  margin-top: 25px;
  padding-right: 41px;
  padding-bottom: 32px;
  padding-left: 8px;
}

.news-date {
  margin-bottom: 0px;
  padding-bottom: 14px;
  border-bottom: 1px solid #565e5c;
  font-family: Din, sans-serif;
  color: #aaa;
  font-weight: 400;
}

.news-date.side {
  margin-bottom: 4px;
  padding-top: 0px;
  padding-bottom: 6px;
  border-bottom-style: none;
  font-size: 14px;
  line-height: 16px;
}

.news-date.main {
  margin-bottom: 24px;
}

.image-4 {
  padding-left: 18px;
}

.news-button {
  margin-top: 38px;
  margin-left: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #9ce9bf;
  border-radius: 5px;
  background-color: transparent;
  font-family: Din, sans-serif;
  color: #9ce9bf;
  text-transform: uppercase;
}

.former-team {
  padding-bottom: 53px;
  font-family: Din, sans-serif;
  color: #d7d3d2;
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
  -webkit-column-count: 4;
  column-count: 4;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 7;
  width: 150px;
  height: 100%;
  padding-top: 0px;
  border-right: 1px none #e7e7e7;
  background-color: #2a3233;
  font-family: Lato, sans-serif;
}

.left-navigation.d {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  height: 100px;
  background-color: #535353;
}

.nav-menu-4 {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  width: auto;
  padding-bottom: 26px;
  float: none;
  -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;
  font-family: Barlow;
}

.hero-heading {
  display: block;
  height: 68px;
  margin: 0px 0px 51px;
  padding: 9px 0px 7px;
  border-style: solid;
  border-width: 1px 2px 1px 1px;
  border-color: #c8f6e9;
  background-color: #c8f6e9;
  font-family: 'Barlow Semi Condensed';
  color: #2a3233;
  font-size: 21px;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
}

.hero-heading.d {
  border-style: none;
  border-width: 1px;
  background-color: #109c9e;
  color: #2d8fad;
  font-size: 18px;
}

.nav-link-2 {
  position: relative;
  display: block;
  padding: 11px 0px;
  font-family: 'Barlow Semi Condensed';
  color: #f1f0ee;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link-2:hover {
  color: #c8f6e9;
  font-weight: 500;
}

.nav-link-2.w--current {
  position: relative;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: 'Barlow Semi Condensed';
  color: #c8f6e9;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
}

.nav-link-2.d {
  float: left;
}

.dropdown-toggle-2 {
  padding: 11px 27px 11px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #2a3233;
  background-color: transparent;
  box-shadow: 3px 3px 0 0 #2a3233;
  font-family: 'Barlow Semi Condensed';
}

.dropdown-toggle-2.w--open {
  border: 1px solid #000;
  box-shadow: 3px 3px 0 0 #2a3233;
}

.location {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 3px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: left;
  border-style: none;
  border-width: 2px;
  border-color: #c8f6e9;
  background-color: transparent;
  font-family: 'Barlow Semi Condensed';
  color: #2a3233;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.location.d {
  font-family: Barlow;
  font-size: 27px;
  line-height: 32px;
  letter-spacing: 0px;
  text-transform: none;
}

.team-names {
  margin-bottom: 21px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Barlow;
  color: #364549;
  line-height: 26px;
  font-weight: 400;
}

.team-names.single-name {
  margin-bottom: 0px;
  line-height: 25px;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 8px;
  float: none;
  clear: none;
  border-bottom: 1px none #b7f8dd;
  font-family: 'Barlow Semi Condensed';
  color: #2a3233;
  font-size: 23px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.h2.centered {
  margin-bottom: 0px;
  padding-top: 18px;
  padding-bottom: 9px;
  padding-left: 10px;
  float: none;
  clear: none;
  font-family: Lato, sans-serif;
  color: #4d4d4d;
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  list-style-type: disc;
}

.aff-logo-wrapper {
  width: 16%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 8px;
  float: left;
}

.aff-logo-wrapper.gleam-proj-logo {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.aff-logo-wrapper.logo2 {
  width: 9%;
  max-height: 52px;
}

.dropdown-item {
  display: none;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 13px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #50d2ec #50d2ec #c8f6e9;
  background-color: #fff;
  font-family: Barlow;
  color: #364549;
  line-height: 18px;
  font-weight: 400;
}

.dropdown-item:hover {
  background-color: #c8f6e9;
  color: #364549;
  font-weight: 400;
}

.dropdown-item.selected {
  display: block;
  background-color: #fff;
}

.dropdown-item.selected:hover {
  background-color: #c8f6e9;
}

.social-icon-link {
  padding: 3px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 1;
}

.figure-set {
  margin-bottom: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-style: none;
  border-width: 2px;
  border-color: #c8f6e9;
  background-color: transparent;
  font-family: 'Barlow Semi Condensed';
}

.section-2 {
  position: relative;
  padding: 40px 0px 84px;
  border-style: none;
  border-width: 1px 1px 4px;
  border-color: #e7e7e7 #000 #3fc8f2;
  background-color: transparent;
  font-family: 'Barlow Semi Condensed';
  font-size: 18px;
  font-weight: 300;
}

.section-2.section2 {
  padding-top: 60px;
  padding-bottom: 56px;
  border-top-style: none;
  background-color: #f1f0ee;
}

.section-2.section2.d2 {
  background-color: #517275;
}

.section-2.section3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1fffb;
}

.div-block-8 {
  position: relative;
  float: left;
}

.dropdown-arrow {
  margin-top: 0px;
  margin-right: 11px;
  margin-left: 4px;
  padding-top: 12px;
  color: #364549;
}

.figure-col {
  margin-bottom: 3px;
}

.footer-text-2 {
  margin: 4px 8px 1px 0px;
  padding-right: 0px;
  padding-left: 32px;
  font-family: Lato, sans-serif;
  color: #8d8d8d;
  font-size: 11px;
  font-weight: 300;
  text-align: center;
}

.page-width {
  width: 95%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.page-width.vax-width {
  max-width: 1300px;
}

.dropdown-text {
  padding-right: 9px;
  font-family: 'Barlow Semi Condensed';
  color: #364549;
  font-size: 17px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.content {
  display: block;
  width: auto;
  height: 100%;
}

.banner {
  position: relative;
  z-index: 6;
  width: 100%;
  height: auto;
  margin-left: -200px;
  border: 1px none transparent;
  background-color: transparent;
}

.dropdown {
  position: relative;
  z-index: 5;
  margin-top: 2px;
  margin-right: 0px;
  float: right;
  border-style: none;
  border-width: 1px;
  border-color: #364549;
  background-color: transparent;
  font-family: 'Barlow Semi Condensed';
}

.dropdown:hover {
  background-color: #c8f6e9;
}

.caption {
  margin-right: 0px;
  margin-bottom: 1px;
  padding: 3px 0px 9px;
  float: none;
  clear: none;
  font-family: Barlow;
  color: #2a3233;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
}

.title-wrapper {
  position: static;
  left: 0px;
  top: 0%;
  right: 0px;
  z-index: 7;
  height: 68px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px 35px 1px;
  float: none;
  border-style: none;
  border-width: 2px;
  border-color: #ecfdf6;
  background-color: #f1fffb;
  text-align: center;
}

.title-wrapper.d {
  background-color: rgba(26, 225, 169, 0.13);
}

.social-footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 16px;
  float: left;
  text-align: center;
}

.figure-container {
  height: auto;
  max-width: 700px;
  border-style: none;
  border-width: 2px;
  border-color: #d8e2dd #d8e2dd #c8f6e9;
  background-color: transparent;
}

.figure-container.figure2-container {
  height: 300px;
  background-color: rgba(241, 240, 238, 0.59);
}

.h5 {
  margin-top: 2px;
  margin-bottom: 3px;
  padding-top: 2px;
  padding-left: 2px;
  font-family: 'Barlow Semi Condensed';
  color: #888;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h5.aff {
  margin-bottom: 8px;
  padding-top: 18px;
  padding-left: 0px;
  line-height: 22px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  padding-top: 65px;
  padding-bottom: 11px;
  background-color: #364549;
  color: #a3a3a3;
  text-align: center;
}

.aff-logo {
  width: auto;
  max-height: 47px;
  margin-bottom: 11px;
  opacity: 0.6;
}

.body2 {
  margin-left: 150px;
}

.body2.d {
  margin-left: 0px;
}

.gleam-logo-wrapper {
  display: block;
  margin-top: 35px;
  margin-right: 11px;
  margin-left: 11px;
  padding-top: 32px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid rgba(215, 211, 210, 0.22);
}

.dropdown-list {
  border: 1px solid #000;
}

.dropdown-list.w--open {
  position: absolute;
  z-index: 7;
  overflow: scroll;
  width: auto;
  height: auto;
  border-style: none solid solid;
  border-color: #c8f6e9;
  background-color: #fff;
}

.bold-text-2 {
  font-family: 'Barlow Semi Condensed';
  font-size: 21px;
  font-weight: 600;
}

.section-3 {
  position: relative;
  border: 1px none #000;
}

.person-link {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #c8f6e9;
  color: #2a3233;
  line-height: 31px;
  text-decoration: none;
}

.person-link:hover {
  color: #888;
  font-weight: 400;
}

.tab-button {
  margin-right: 10px;
  padding: 10px 20px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #2a3233;
  background-color: transparent;
  color: #2a3233;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 1px;
}

.tab-button:hover {
  background-color: #c8f6e9;
  color: #364549;
  font-weight: 500;
}

.tab-button.w--current {
  margin-right: 10px;
  padding: 10px 20px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #2a3233;
  background-color: #c8f6e9;
  color: #364549;
  font-size: 21px;
  font-weight: 500;
}

.tab-wrapper {
  margin-top: 11px;
  margin-bottom: 37px;
  padding-right: 12px;
  padding-bottom: 15px;
  padding-left: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #c8f6e9;
}

.map-image {
  border-style: solid;
  border-width: 1px;
  border-color: #d8e2dd;
}

.colorbar {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  width: auto;
  height: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  float: none;
  -webkit-filter: saturate(125%);
  filter: saturate(125%);
}

.div-block-9 {
  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;
}

.results {
  margin-top: 53px;
  padding-top: 44px;
  border-top: 2px solid #c8f6e9;
}

.list {
  padding-left: 20px;
  font-family: 'Barlow Semi Condensed';
  color: rgba(76, 91, 95, 0.6);
  line-height: 24px;
}

.heading-5 {
  margin-bottom: 17px;
  font-family: 'Barlow Semi Condensed';
  color: #2a3233;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

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

.col-div {
  margin-top: 17px;
  border-right: 2px solid #c8f6e9;
}

.col-div2 {
  margin-top: 17px;
}

.about-text {
  padding-top: 16px;
  padding-left: 9px;
  font-family: Barlow;
  color: #2a3233;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.about-text.dt {
  color: #fff;
}

.ref {
  color: #2a3233;
  font-weight: 600;
}

.ref:hover {
  color: #888;
}

.date {
  padding-bottom: 5px;
  font-family: Barlow;
  color: #2a3233;
  font-size: 17px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.date.note {
  width: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  float: right;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.tabs-2 {
  padding-bottom: 0px;
}

.image-5 {
  margin-bottom: -17px;
}

.person-note {
  padding-bottom: 6px;
  font-family: Barlow;
  color: #2a3233;
  font-size: 16px;
  line-height: 17px;
  font-style: italic;
  font-weight: 400;
}

.top-note {
  margin-bottom: 32px;
  padding: 10px 14px 10px 13px;
  border-style: none;
  border-width: 2px;
  border-color: #c8f6e9;
  background-color: #f2f2f2;
  color: #fff;
}

.date-lg {
  font-family: 'Barlow Semi Condensed';
  font-size: 19px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.side-div {
  border-left: 1px solid rgba(76, 91, 95, 0.26);
}

.covid-note {
  -webkit-filter: saturate(61%);
  filter: saturate(61%);
  font-family: Din, sans-serif;
  color: #1ae1a9;
  font-size: 19px;
  line-height: 9px;
  text-align: center;
}

.covid-link {
  color: #1ae1a9;
}

.covid-link:hover {
  color: #d8e2dd;
}

.covid-bold {
  font-family: Din, sans-serif;
  font-size: 22px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
}

.covid-button {
  display: block;
  width: auto;
  min-width: 180px;
  margin-right: 4px;
  margin-left: 4px;
  padding: 10px 21px 8px;
  float: left;
  clear: none;
  -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: 1px solid #1ae1a9;
  border-radius: 7px;
  background-color: transparent;
  -webkit-filter: saturate(59%);
  filter: saturate(59%);
  font-family: Din, sans-serif;
  color: #1ae1a9;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.covid-button.w--current {
  font-size: 15px;
}

.covid-button.covid-alt {
  padding-right: 8px;
  padding-left: 8px;
  border-color: #d7d3d2;
  color: #d7d3d2;
}

.covid-button.covid-alt.w--current {
  border-color: #d7d3d2;
  color: #d7d3d2;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 21%;
  margin-left: 21%;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 72px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #d8e2dd;
  background-color: #fff;
  box-shadow: none;
}

.image-6 {
  width: 80%;
  margin-top: 94px;
  margin-left: 77px;
}

.img {
  margin-top: 99px;
  margin-bottom: 48px;
}

.image-7 {
  margin-top: 20px;
}

.map-vx {
  position: static;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.vac-tab {
  display: block;
  width: auto;
}

.vac-tab.w--current {
  width: auto;
}

.tabs-menu-2 {
  display: block;
  width: 23%;
  margin-top: 0px;
  margin-right: 15px;
  padding: 0px 22px 14px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  -webkit-column-count: 1;
  column-count: 1;
}

.tab-pane-tab-1 {
  width: 79%;
  float: right;
}

.tabs-3 {
  width: auto;
  float: none;
}

.tabs-content {
  width: 72%;
  min-height: 404px;
  margin-left: 19px;
  padding-top: 21px;
  padding-right: 8px;
  padding-left: 11px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(183, 197, 199, 0.63);
  border-radius: 4px;
}

.image-9 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 80px;
  background-color: #222726;
}

.map-section {
  max-height: 94vh;
  margin-top: 80px;
  margin-bottom: 42px;
}

.vax-h1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  margin: 58px 3% 10px;
  padding-left: 2px;
  font-family: 'Barlow Semi Condensed';
  color: #222726;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.vax-h1.vax-h2 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: auto;
  bottom: auto;
  display: block;
  margin-top: 47px;
  padding: 6px 8px 10px 12px;
  border-radius: 5px;
  background-color: #f5f5f5;
  opacity: 1;
  color: #2abb8d;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  text-transform: none;
}

.vax-nav {
  height: 80px;
  padding-top: 29px;
  padding-right: 0px;
  font-family: 'Barlow Semi Condensed';
  color: hsla(0, 0%, 84.7%, 0.83);
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: none;
}

.vax-nav.w--current {
  height: 57px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 3px none #2abb8d;
  color: #2abb8d;
}

.vax-nav.hide {
  display: none;
}

.tabs-menu-3 {
  margin: 0px auto;
  padding: 10px 61px 12px;
  background-color: #2a3233;
}

.tabs-menu-3.us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 0px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 6px none rgba(36, 112, 199, 0.9);
  background-color: #fff;
}

.vax-tab {
  width: 14%;
  margin-right: 1%;
  margin-left: 1%;
  padding-right: 7px;
  padding-left: 7px;
  border-style: none;
  border-width: 1px;
  border-color: #2abb8d;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.3);
  font-family: 'Barlow Semi Condensed';
  color: #fff;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
}

.vax-tab:hover {
  background-color: #2abb8d;
  color: #fff;
}

.vax-tab.w--current {
  width: 14%;
  margin-right: 1%;
  margin-left: 1%;
  padding-right: 7px;
  padding-left: 7px;
  border-style: none;
  background-color: #2abb8d;
  font-family: 'Barlow Semi Condensed';
  color: #fff;
  font-size: 20px;
}

.vax-tab.vax-tab2 {
  width: 94%;
  margin-bottom: 9px;
  padding: 11px 3px;
  background-color: rgba(179, 186, 189, 0.47);
  color: #29373c;
  font-size: 20px;
  line-height: 16px;
}

.vax-tab.vax-tab2:hover {
  background-color: #2abb8d;
}

.vax-tab.vax-tab2.w--current {
  width: 94%;
  margin-bottom: 9px;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #2abb8d;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.vax-tab.us {
  width: 10%;
  height: 72px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5px 5px 6px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 8px;
  background-color: #f1f1f1;
  font-family: Din, sans-serif;
  color: rgba(108, 115, 122, 0.9);
  font-size: 19px;
  line-height: 20px;
  font-weight: 400;
}

.vax-tab.us:hover {
  background-color: #48c4b9;
  color: #fff;
}

.vax-tab.us.w--current {
  height: 72px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 6px;
  padding-left: 6px;
  border-style: solid;
  border-color: #fff;
  border-radius: 8px;
  background-color: rgba(36, 112, 199, 0.9);
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
}

.vax-tab.us.short-tab {
  width: 50%;
  height: 44px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 8px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 8px;
  background-color: #f1f1f1;
  color: rgba(98, 104, 112, 0.9);
  font-size: 20px;
  line-height: 23px;
}

.vax-tab.us.short-tab:hover {
  background-color: rgba(36, 112, 199, 0.9);
  color: #fff;
}

.vax-tab.us.short-tab.w--current {
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
  border-style: solid;
  border-radius: 8px;
  background-color: #48c4b9;
  color: #fff;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
}

.vax-tab.us.short-tab.smh {
  width: 33%;
  background-color: #264449;
}

.vax-tab.us.short-tab.smh-tab {
  width: 33%;
}

.vax-tab.us.short-tab.smh-tab:hover {
  background-color: rgba(35, 148, 165, 0.81);
}

.vax-date:hover {
  color: #222726;
}

.country-img1 {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.countries-section {
  position: relative;
  display: block;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.countries-section.us-top {
  padding-top: 74px;
  background-color: #fff;
}

.countries-section.us-top.vax-section-top {
  padding-top: 58px;
  padding-bottom: 100px;
  background-color: #2a393c;
}

.about-section-vax {
  display: block;
  padding-top: 43px;
  padding-bottom: 49px;
  background-color: #2abb8d;
}

.about-text-vax p {
  color: #fff;
  font-size: 19px;
  line-height: 27px;
  font-weight: 400;
  text-align: left;
}

.about-text-vax em {
  border-bottom: 1px none #000;
  color: #f1f1f1;
  font-size: 18px;
  line-height: 20px;
}

.about-text-vax strong {
  color: #f3f3f3;
}

.about-text-vax.people-vax {
  -webkit-column-count: 1;
  column-count: 1;
}

.about-text-vax.people-vax.vax-note h2 {
  color: #b7c5c7;
  font-size: 32px;
  font-weight: 400;
}

.about-text-vax h2 {
  font-size: 32px;
  font-weight: 400;
}

.navbar-3 {
  display: block;
  background-color: #222726;
}

.navbar-3.us {
  height: 75px;
  background-color: #2b343f;
}

.navbar-3.us.smh {
  z-index: 10;
  background-color: #264449;
}

.navbar-3.us.smh.vax {
  border-bottom: 1px none #d7d3d2;
  background-color: #f2f2f2;
}

.navbar-3.us.smh.gates {
  height: 114px;
  border-bottom: 4px solid #ebebeb;
  background-color: #fff;
}

.navbar-3.us.smh.g {
  height: 100px;
}

.div-block-11 {
  background-color: rgba(79, 89, 90, 0.66);
}

.map-tabs {
  margin-bottom: 0px;
}

.map-tabs.smh {
  display: none;
}

.detail-section {
  position: relative;
  min-height: 300px;
  margin-bottom: 60px;
  padding-top: 87px;
  background-color: #fff;
}

.detail-section.us {
  min-height: auto;
  margin-bottom: 0px;
  padding-top: 10px;
  background-color: #fff;
}

.detail-section.us.regions {
  padding-top: 52px;
}

.detail-section.us.regions.smh {
  padding-bottom: 92px;
}

.detail-section.us.regions.smh.vax-light {
  padding-top: 37px;
  background-color: #f2f2f2;
}

.detail-section.us.regions.smh.vax-light.vax-mid {
  padding-top: 55px;
  background-color: #dbe5e3;
  color: #ccf8ef;
}

.place {
  position: relative;
  height: auto;
  margin-bottom: 22px;
  float: none;
  clear: none;
  background-color: transparent;
}

.tabs-content-2 {
  height: auto;
  margin-bottom: 10px;
  background-color: #b7c5c7;
}

.map-wrapper-vax {
  height: 95vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.map-wrapper-vax.m {
  position: relative;
  height: 700px;
  max-height: 715px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Infectious_mean_weighted_2020-11-14-01.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.map-wrapper-vax.m.m1 {
  height: 700px;
  background-image: url('../images/Infectious_median_2021-03-27-01.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.map-wrapper-vax.m.m1.m8 {
  background-image: url('../images/Infectious_median_2021-04-03-01.png');
}

.map-wrapper-vax.m.m7 {
  height: 700px;
  background-image: url('../images/Infectious_median_2021-02-20-01.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.map-wrapper-vax.m.m3 {
  height: 700px;
  background-image: url('../images/Infectious_median_2021-04-17-01.png');
}

.map-wrapper-vax.m.m6 {
  position: static;
  background-image: url('../images/Infectious_median_2021-04-24-01.png');
  text-align: left;
}

.map-wrapper-vax.m.m5 {
  background-image: url('../images/Infectious_median_2021-05-01-01.png');
}

.map-wrapper-vax.m.m4 {
  background-image: url('../images/Infectious_median_2020-12-12-01.png');
}

.map-wrapper-vax.m.m4.m7 {
  background-image: url('../images/Infectious_median_2021-04-10-01.png');
}

.img-country-vax {
  position: static;
  width: 100%;
  max-width: 100%;
  padding: 36px;
  float: none;
  clear: none;
  border-style: none;
  border-width: 1px;
  border-color: #d8e2dd;
  border-radius: 3px;
}

.img-country-vax.img-vax2 {
  width: 95%;
  float: right;
}

.img-country-vax.hide {
  display: none;
}

.h-country {
  margin: 4px -27px 13px -7px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  font-size: 23px;
  line-height: 29px;
}

.h-country.h2-country {
  margin-top: -52px;
  margin-right: 16px;
  margin-bottom: 8px;
  padding: 1px 14px 2px 6px;
  float: right;
  border-radius: 4px;
  background-color: transparent;
  color: #222726;
  font-size: 29px;
  line-height: 31px;
  font-weight: 500;
  text-transform: uppercase;
}

.h-country.section-h-country {
  margin-left: 24px;
  float: none;
  color: #2abb8d;
  font-size: 26px;
  font-weight: 600;
}

.country-name {
  font-weight: 500;
}

.tab-pane-tab-4 {
  position: relative;
}

.tab-pane-tab-2 {
  background-color: #bcc4c5;
}

.title-map {
  color: #222726;
  font-size: 27px;
  line-height: 29px;
  font-weight: 300;
}

.vax-title {
  padding-top: 21px;
  padding-left: 23px;
  float: left;
  font-family: 'Barlow Semi Condensed';
  color: #2abb8d;
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.vax-title.us {
  padding-top: 25px;
  font-family: Din, sans-serif;
  color: #48c4b9;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.vax-title.us.smh {
  padding-top: 23px;
  padding-left: 17px;
  color: #48c4b9;
  font-size: 26px;
  font-weight: 300;
}

.vax-title.us.smh.vax {
  padding-top: 17px;
  color: #888;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  text-transform: uppercase;
}

.vax-title.us.smh.gates {
  float: left;
  color: #48c4b9;
  font-size: 26px;
  line-height: 27px;
  font-weight: 300;
  text-transform: none;
}

.mobs-vax-top {
  width: 80px;
  margin-top: 11px;
  float: left;
  opacity: 0.63;
  -webkit-transition-property: none;
  transition-property: none;
}

.mobs-vax-top.g-logo {
  width: 100px;
}

.vax-button {
  margin-right: -12px;
  margin-left: -6px;
  padding: 8px 17px 10px 16px;
  float: right;
  border-radius: 4px;
  background-color: #2abb8d;
  font-family: Barlow;
  font-size: 17px;
  font-weight: 600;
}

.vax-button:hover {
  background-color: #2a3233;
  color: #fff;
}

.vax-button.hide2 {
  display: none;
}

.country-name-vax {
  clear: left;
  line-height: 24px;
  font-weight: 500;
}

.password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 83vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #b7c5c7;
}

.vax-pw {
  background-color: hsla(0, 0%, 100%, 0.64);
  font-family: Barlow;
  font-size: 16px;
}

.vax-pw.pw-button {
  background-color: #f76032;
  font-size: 18px;
  font-weight: 600;
}

.image-10 {
  margin-right: auto;
  margin-left: auto;
  opacity: 0.36;
}

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

.heading-6 {
  font-size: 34px;
}

.vax-header-country {
  margin-right: 22px;
  margin-left: 21px;
  padding-bottom: 4px;
  padding-left: 0px;
  border-bottom: 2px dotted #2abb8d;
}

.img-wrap-vax {
  margin-bottom: 28px;
}

.greyed-out {
  color: #afaeae;
  font-weight: 400;
}

.columns {
  padding-bottom: 10px;
  border-bottom: 4px solid #2abb8d;
}

.column-4 {
  padding-left: 0px;
}

.date-update-bar {
  height: 33px;
  padding-top: 6px;
  border-style: none;
  border-width: 1px;
  border-color: #2abb8d;
  background-color: #1e2a2c;
}

.date-update-bar.us-bar {
  background-color: #48c4b9;
}

.date-update-bar.us-bar.smh {
  padding-bottom: 0px;
  background-color: #f2f2f2;
}

.date-text {
  font-family: Barlow;
  color: #fff;
  text-align: right;
}

.date-text.smh {
  color: #646464;
  font-size: 17px;
  font-weight: 600;
}

.vax-team {
  padding-top: 37px;
  padding-bottom: 49px;
  background-color: #425253;
}

.vax-team.us-team {
  padding-top: 70px;
  background-color: #48c4b9;
}

.vax-team.us-team.smh {
  background-color: #264449;
}

.vax-team.us-team.smh.ack {
  background-color: #48c4b9;
}

.vax-team.us-team.smh.about-vax {
  background-color: #5d837d;
}

.vax-team.us-team.smh.g {
  padding-top: 58px;
  padding-bottom: 54px;
  background-color: #264449;
}

.us-map {
  height: 85vh;
  max-height: 800px;
  background-image: url('../images/Untitled-1-01.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #565e5c;
}

.us-map.ar {
  background-image: url('../images/maps-us2-01.png'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: url('../images/maps-us2-01.png'), linear-gradient(180deg, #000, #000);
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.us-map.inc {
  background-image: url('../images/maps-us-01.png'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: url('../images/maps-us-01.png'), linear-gradient(180deg, #000, #000);
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.us-tabs {
  background-color: #fff;
}

.us-map-name {
  position: absolute;
  left: 6%;
  top: 8%;
  right: auto;
  bottom: auto;
  font-family: 'Din alternate', sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 300;
}

.us-time {
  width: auto;
  max-width: 100%;
  margin-bottom: 0px;
  padding-right: 0px;
  opacity: 0.77;
  -webkit-filter: saturate(137%);
  filter: saturate(137%);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.us-time.us-d {
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
}

.us-time.us-fig {
  margin-top: -24px;
  margin-bottom: 62px;
  padding-top: 0px;
}

.us-region {
  padding-top: 119px;
}

.us-time-wrap {
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 29px;
  border-top: 1px none #888;
  border-bottom: 1px none #888;
}

.us-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 25px;
  font-family: Din, sans-serif;
  color: #585858;
  font-size: 23px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.us-h2.region-h {
  color: rgba(36, 112, 199, 0.9);
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.us-h2.region-h.region-main {
  margin-bottom: 17px;
  padding-bottom: 3px;
  padding-left: 0px;
  border-style: none none dotted;
  border-width: 1px 1px 2px;
  border-color: #48c4b9;
  color: #565e5c;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

.us-h2.region-h.region-main.sub-h-us {
  margin-bottom: 40px;
  border-bottom-color: #264449;
  font-size: 26px;
  font-weight: 400;
}

.us-h2.region-h.region-main.sub-h-us.nc {
  border-bottom-color: #48c4b9;
}

.us-h2.region-h.region-main.sub-h-us.sh {
  margin-top: 34px;
  border-bottom-color: #48c4b9;
  font-weight: 300;
  text-transform: uppercase;
}

.us-h2.region-h.region-main.sub-h-us.sh.smh {
  margin-top: 67px;
  font-size: 28px;
}

.us-h2.region-h.region-main.smh {
  margin-bottom: 17px;
  padding-bottom: 13px;
  border-bottom-color: #48c4b9;
  font-size: 30px;
  line-height: 33px;
  font-weight: 300;
  text-transform: none;
}

.us-h2.region-h.smh {
  padding-top: 2px;
  color: #264449;
}

.us-h2.region-h.smh.stateh {
  margin-bottom: 2px;
  padding-top: 8px;
  padding-left: 25px;
  color: #48c4b9;
  font-size: 24px;
  font-weight: 400;
}

.us-h2.region-h.smh.sub2 {
  margin-right: 5px;
  margin-left: 5px;
  padding: 13px 0px;
  background-color: #f2f2f2;
  color: #696969;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: none;
}

.us-h2.region-h.smh.sub2.vert {
  position: absolute;
  left: -85.4062px;
  top: 506px;
  display: block;
  width: auto;
  padding-top: 0px;
  padding-left: 0px;
  float: left;
  clear: none;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  direction: ltr;
  text-align: left;
}

.us-h2.region-h.smh.sub2.vert.vert2 {
  position: absolute;
  margin-top: 179px;
}

.us-h2.region-h.smh.sub2.vert.vert2.vert3 {
  margin-top: 364px;
  padding-left: 0px;
}

.us-h2.region-h.smh.sub2.bot {
  margin-right: 1px;
  margin-left: 14px;
}

.us-h2.region-h.smh.us-h {
  margin-bottom: 11px;
  padding-bottom: 9px;
  color: #48c4b9;
  font-size: 24px;
  font-weight: 400;
}

.us-h2.region-h.smh.us-h.side-h {
  position: absolute;
  left: -10px;
  top: 13%;
  right: auto;
  bottom: auto;
  float: left;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  color: #64bec1;
  font-size: 20px;
  text-align: center;
}

.us-h2.region-h.smh.us-h.side-h.vert2 {
  top: 43%;
  color: #e77957;
  text-align: center;
}

.us-h2.region-h.smh.us-h.side-h.vert2.vert3 {
  left: -67px;
  top: 73%;
  color: #a3666e;
  font-size: 15px;
  text-align: center;
}

.us-h2.region-h.smh.us-h.vax {
  margin-top: 23px;
  border-style: none;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #f77f43;
  font-family: Din, sans-serif;
  color: #aed1d0;
  font-size: 28px;
  line-height: 46px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.us-h2.region-h.smh.us-h.vax.vax2 {
  margin-bottom: 40px;
  color: #222726;
  text-transform: uppercase;
}

.us-h2.region-h.smh.us-h.vax.vax3 {
  margin-top: -4px;
  margin-bottom: 14px;
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 #222726;
  color: #222726;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.us-h2.us-h1 {
  padding-bottom: 23px;
  padding-left: 0px;
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 27px;
  text-transform: uppercase;
}

.us-h2.us-h1.ack {
  color: #264449;
}

.us-h2.us-h1.g {
  padding-bottom: 0px;
  color: #48c4b9;
  font-size: 26px;
  font-weight: 400;
  text-transform: none;
}

.us-h2.us-date {
  margin-bottom: 9px;
  padding-left: 0px;
  color: #626f70;
  font-size: 21px;
  font-weight: 500;
}

.us-h2.us-date.round {
  margin-bottom: 22px;
  color: #555;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.us-h2.small-date {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.us-h2.smh {
  padding-left: 0px;
}

.us-h2.region-h {
  color: rgba(36, 112, 199, 0.9);
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.us-h2.region-h.smh {
  padding-top: 2px;
  color: #264449;
}

.us-h2.region-h.smh.stateh {
  margin-bottom: 2px;
  padding-top: 8px;
  padding-left: 25px;
  color: #48c4b9;
  font-size: 24px;
  font-weight: 400;
}

.us-h2.region-h.smh.sub2 {
  margin-right: 5px;
  margin-left: 5px;
  padding: 13px 0px;
  background-color: #f2f2f2;
  color: #696969;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: none;
}

.uss-col {
  margin-top: 14px;
  padding-right: 0px;
  padding-left: 0px;
}

.uss-col.left-col {
  border-right: 1px dotted #888;
}

.region-tab {
  margin-top: 11px;
  margin-bottom: 55px;
  padding-top: 33px;
  padding-bottom: 38px;
  border-style: dotted;
  border-width: 1px;
  border-color: #48c4b9;
  border-radius: 8px;
  background-color: #fff;
}

.states {
  font-size: 14px;
  line-height: 11px;
  font-weight: 300;
}

.us-map-wrap {
  margin-top: 10px;
  padding: 0px 0px 2px;
}

.region-map-wrap {
  padding-top: 0px;
  padding-right: 23px;
  padding-left: 4px;
}

.region-charts-wrap {
  border-left: 1px dotted #888;
}

.regions-tab-wrap {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top: 1px none #888;
  border-radius: 10px;
  background-color: #fff;
}

.week-charts {
  width: 100%;
  padding-top: 22px;
  padding-right: 25px;
  padding-left: 25px;
  opacity: 0.72;
  -webkit-filter: saturate(163%);
  filter: saturate(163%);
}

.region-no {
  margin-bottom: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #c5c5c5;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.state-names {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
}

.image-12 {
  margin-right: 0px;
  margin-left: 0px;
  border-style: dotted;
  border-width: 1px;
  border-color: #48c4b9;
  border-radius: 7px;
}

.us-para {
  padding-left: 6px;
  font-family: Din, sans-serif;
  color: #fff;
}

.us-para.g-team {
  display: none;
}

.text-block-10 {
  text-transform: uppercase;
}

.us-blurb {
  margin-bottom: 15px;
  font-family: Din, sans-serif;
  color: #555;
  font-size: 17px;
  line-height: 21px;
}

.us-blurb.sub-blurb {
  padding: 22px 31px 0px 27px;
  color: #747474;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
}

.us-blurb.sub-blurb.smh {
  padding-left: 0px;
}

.us-blurb.blurb2 {
  padding-top: 12px;
  padding-right: 17px;
}

.us-blurb.top-covid {
  margin-bottom: 37px;
  line-height: 24px;
}

.us-blurb.top-covid.covid-intro {
  margin-top: 33px;
  margin-bottom: 26px;
  padding-bottom: 3px;
  clear: left;
  border-bottom: 1px none #b7c5c7;
  font-size: 18px;
  line-height: 25px;
}

.us-blurb.top-covid.covid-intro.non {
  margin-top: 18px;
  margin-bottom: 4px;
  border-bottom-style: none;
  color: grey;
  font-size: 14px;
  line-height: 17px;
  font-style: italic;
  text-align: left;
}

.us-blurb.top-covid.covid-intro.g-intro {
  margin-top: -3px;
  margin-bottom: 34px;
  color: #505050;
  font-size: 19px;
  line-height: 29px;
  font-weight: 400;
}

.blue {
  color: #48c4b9;
  font-style: normal;
}

.image-13 {
  opacity: 1;
}

.image-13.smh.vax {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.ar-box {
  position: absolute;
  left: auto;
  top: auto;
  right: 16px;
  bottom: 16px;
  padding: 10px 15px;
  float: left;
  border-radius: 8px;
  background-color: hsla(0, 0%, 94.9%, 0.72);
}

.ar-box-text {
  margin-bottom: 3px;
  font-family: Din, sans-serif;
  font-size: 15px;
  line-height: 17px;
}

.ar-box-text.tex2 {
  margin-bottom: 0px;
  padding-top: 3px;
  font-size: 18px;
  font-weight: 500;
}

.country-name-us {
  font-size: 18px;
  font-style: normal;
}

.ar-bold {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.us-link {
  color: #888584;
}

.popup-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 87px;
  height: 87px;
  -webkit-box-pack: center;
  -webkit-justify-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: 238px;
  background-color: #264449;
  font-family: Din, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
}

.popup-button:hover {
  color: #fff;
}

.us-fig-top {
  padding-top: 0px;
  padding-bottom: 57px;
}

.us-fig-top.main-us {
  width: auto;
  margin-left: 0px;
  padding-top: 7px;
  padding-right: 0px;
  padding-left: 0px;
}

.us-fig-top.main-us.side {
  width: auto;
}

.smh-states-bar {
  overflow: scroll;
  width: 10%;
  height: 600px;
  margin-top: 46px;
  padding: 0px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #48c4b9;
  background-color: hsla(0, 0%, 94.9%, 0.43);
  font-family: Din, sans-serif;
  font-size: 15px;
  line-height: 16px;
}

.states-tabs {
  width: 89%;
}

.smh-state {
  width: 100%;
  margin-bottom: 0px;
  padding: 4px 0px 2px 6px;
  float: left;
  clear: left;
  border-style: none none solid;
  border-width: 1px;
  border-color: #888 #888 #e9e9e9;
  background-color: transparent;
  font-family: Din, sans-serif;
  color: #353535;
  font-size: 13px;
  line-height: 14px;
  font-weight: 300;
}

.smh-state:hover {
  border-bottom: 1px solid rgba(241, 240, 238, 0.43);
  background-color: #e9e9e9;
  color: #363636;
  font-weight: 300;
}

.smh-state:active {
  background-color: #c5c5c5;
}

.smh-state.w--current {
  width: 100%;
  margin-bottom: 0px;
  padding: 4px 0px 2px 6px;
  border-bottom: 1px solid #e9e9e9;
  background-color: #48c4b9;
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
}

.smh-state.w--current:hover {
  line-height: 14px;
}

.smh-state.w--current:active {
  display: block;
  background-color: #d8d8d8;
  font-weight: 400;
}

.smh-state.w--current:focus {
  line-height: 14px;
}

.scenario {
  color: #696969;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.column-5 {
  padding-left: 0px;
}

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

.columns-2 {
  margin-left: 21px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-bottom: 1px none #d8e2dd;
}

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

.column-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.state {
  padding-top: 14px;
  padding-right: 7px;
  padding-left: 15px;
  opacity: 1;
}

.text-block-11 {
  line-height: 14px;
}

.text-block-12 {
  line-height: 15px;
}

.note-state {
  margin-top: 31px;
  margin-bottom: -40px;
  font-family: Din, sans-serif;
  color: #888;
  font-size: 13px;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  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;
  background-color: rgba(54, 54, 54, 0.85);
}

.scenario-img {
  max-height: 88vh;
}

.image-14 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.flex-body {
  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;
  background-image: linear-gradient(45deg, #5900f6, #9c32c5);
}

.button-wrapper {
  position: fixed;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  height: 96px;
  padding: 14px 20px 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #fff;
  border-radius: 200px;
  background-color: #48c4b9;
  box-shadow: 0 4px 13px 1px rgba(0, 0, 0, 0.22);
  -webkit-transition-property: none;
  transition-property: none;
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-wrapper:hover {
  background-color: #264449;
  box-shadow: 0 4px 15px -3px rgba(0, 0, 0, 0.47);
  color: #fff;
}

.button-wrapper.button2 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 90;
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 7px;
  padding: 0px 6px 0px 0px;
  float: none;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  font-size: 13px;
  text-align: left;
}

.button-wrapper.button2._3 {
  position: static;
  z-index: 100;
  margin-bottom: 13px;
  float: none;
  line-height: 15px;
}

.button-wrapper.button2._2 {
  position: static;
  z-index: 100;
}

.button-wrapper.button2._1 {
  position: static;
  z-index: 100;
  float: none;
  line-height: 16px;
}

.button-wrapper.button2._1._7 {
  float: left;
}

.button-wrapper.button2._1._8 {
  float: left;
  clear: left;
}

.button-wrapper.button2._1.l {
  float: left;
  clear: left;
}

.modal-wrapper-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  padding: 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;
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.modal-wrapper-2.modal2 {
  display: none;
}

.modal-body {
  position: relative;
  z-index: 9999;
  max-height: 88vh;
  margin-top: 13px;
  padding: 0px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 9px 50px -14px #000;
  color: #313131;
}

.modal-title {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 32px;
}

.modal-closer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 600;
  background-color: rgba(0, 0, 0, 0.69);
}

.close-icon-2 {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 20;
  width: 25px;
  cursor: pointer;
}

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

.ext-button {
  margin-top: 16px;
  padding: 9px 0px 0px;
  float: left;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #48c4b9 #48c4b9 #f76032;
  border-radius: 0px;
  background-color: transparent;
  font-family: Din, sans-serif;
  color: #d8d8d8;
  font-size: 15px;
  font-weight: 500;
}

.ext-button:hover {
  border-color: #fff #fff #9ce9bf;
  color: #f76032;
  font-weight: 500;
}

.ext-button.mobs-more {
  margin-top: 0px;
  float: left;
}

.ext-button.mobs-more.mobs-more-vax {
  border-color: #222726;
  color: #222726;
  font-weight: 500;
}

.ext-button.mobs-more.g-button {
  margin-top: 28px;
  float: right;
  font-size: 17px;
}

.ext-button.g {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 195px;
  margin: 16px auto 59px;
  padding: 14px 30px 12px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: #48c4b9;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}

.ext-button.g:hover {
  background-color: #264449;
}

.smh-text p {
  font-family: Din, sans-serif;
  color: hsla(0, 0%, 100%, 0.82);
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.smh-text em {
  font-size: 17px;
  line-height: 22px;
}

.smh-text h5 {
  padding-top: 18px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.52);
  color: #ccc;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.smh-text a {
  color: #fff;
}

.smh-text a:hover {
  color: #48c4b9;
}

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

.columns-3 {
  margin-left: -4px;
}

.columns-3.col24 {
  margin-left: 24px;
}

.columns-3.r8 {
  margin-left: 24px;
}

.columns-3.r8.us {
  margin-left: 34px;
}

.columns-3.r8.us.r9 {
  margin-left: 25px;
}

.proj-link {
  color: #264449;
  text-decoration: underline;
}

.proj-link:hover {
  color: #48c4b9;
}

.light-bold {
  color: #6b6b6b;
  font-weight: 500;
}

.fig-proj-note {
  padding-top: 10px;
  padding-right: 17px;
  padding-left: 10px;
  font-family: Din, sans-serif;
  color: #a5a5a5;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  text-align: right;
}

.fig-proj-note.vac-source {
  padding-left: 53px;
  font-style: normal;
  text-align: left;
}

.vax-top {
  color: #f77f43;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0px;
}

.vax-intro-text {
  margin-bottom: 3px;
  padding-bottom: 9px;
  font-family: Din, sans-serif;
  color: #d8d8d8;
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
}

.manplot {
  display: block;
  margin-top: 33px;
  margin-right: auto;
  margin-left: auto;
}

.vax-scenario-block {
  display: none;
  padding: 16px 27px 26px 29px;
  background-color: rgba(38, 51, 54, 0.99);
}

.vax-scenario-block.light-block {
  margin-top: 45px;
  border-style: dotted;
  border-width: 1px;
  border-color: #66c2a4;
  background-color: transparent;
}

.vax-scenario-block.assumptions {
  display: block;
  margin-top: 56px;
  padding-top: 35px;
  padding-left: 34px;
  background-color: #f2f2f2;
}

.vax-secnario-block {
  padding: 19px;
  background-color: #d8d8d8;
  font-family: Din, sans-serif;
}

.vax-scen-desc {
  font-family: Din, sans-serif;
}

.scen-des-vac p {
  padding-bottom: 4px;
  border-bottom: 1px none #222726;
  font-family: Din, sans-serif;
  color: #646d6b;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  text-align: left;
}

.scen-des-vac h4 {
  margin-top: 10px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #222726;
  color: #66c2a4;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.scen-des-vac li {
  margin-bottom: 12px;
  font-family: Din, sans-serif;
  color: #565e5c;
  font-size: 15px;
  line-height: 19px;
}

.scen-des-vac ul {
  padding-left: 28px;
}

.scen-des-vac h3 {
  margin-top: 18px;
  margin-bottom: 13px;
  font-family: Din, sans-serif;
  color: #5a7570;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.scen-des-vac strong {
  font-weight: 500;
}

.scen-des-vac a {
  color: #222726;
}

.scenario-vax-col {
  display: none;
  margin-top: 26px;
  margin-bottom: 24px;
}

.scenario-vax-col._2col {
  display: block;
}

.vax-img-long {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
}

.vax-fig-desc {
  margin-top: 19px;
  font-family: Din, sans-serif;
  color: #222726;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
}

.vax-fig-desc.main-vax-fig {
  padding-top: 38px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.vax-top-box {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 144px 39px 137px;
  border: 1px none #d7d3d2;
  background-color: transparent;
}

.vax-about p {
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  text-align: left;
}

.vax-about a {
  color: #fff;
}

.vax-tagline {
  padding-bottom: 21px;
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 44px;
  font-weight: 400;
  text-align: center;
}

.vax-banner {
  background-image: linear-gradient(289deg, rgba(30, 55, 58, 0.88), transparent), linear-gradient(180deg, rgba(86, 172, 159, 0.64), rgba(86, 172, 159, 0.64)), url('../images/forced-vaccination-5291869_1920.jpeg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, auto;
}

.vax-world-fig.mod-fig {
  margin-top: 18px;
  padding-right: 55px;
  padding-left: 55px;
}

.vax-world-fig.mod-fig.world-map {
  padding-top: 34px;
  padding-left: 0px;
  -webkit-filter: saturate(78%) hue-rotate(339deg);
  filter: saturate(78%) hue-rotate(339deg);
}

.vax-world-fig.doses {
  padding-right: 89px;
  padding-left: 30px;
  float: none;
}

.top-col-vax {
  margin-bottom: 52px;
  padding-bottom: 71px;
  border-bottom: 2px dotted #d7d3d2;
}

.vax-top-desc {
  margin-top: 81px;
  margin-bottom: -2px;
  padding-bottom: 12px;
  font-family: Din, sans-serif;
  color: #d8d8d8;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}

.vax-top-desc.vax-para {
  margin-top: 0px;
}

.top-question {
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.vax-model {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #5d837d;
  color: #665656;
}

.mod-mask {
  height: auto;
}

.slide1 {
  background-color: transparent;
}

.slider-bg {
  height: auto;
  min-height: 542px;
  background-color: transparent;
}

.slide-dots {
  -webkit-filter: invert(21%);
  filter: invert(21%);
}

.slide-arrow {
  -webkit-filter: invert(18%);
  filter: invert(18%);
}

.vax-link {
  color: #a5a5a5;
}

.rounds-tab {
  position: relative;
  margin: 8px 0px 8px 9px;
  padding: 12px 8px 9px;
  float: left;
  border-style: solid;
  border-width: 2px;
  border-color: #48c4b9;
  border-radius: 7px;
  background-color: #fff;
  font-family: Din, sans-serif;
  color: #48c4b9;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  text-transform: uppercase;
}

.rounds-tab:hover {
  border-color: #009793;
  color: #009793;
}

.rounds-tab.w--current {
  margin: 8px 0px 8px 8px;
  padding-top: 12px;
  padding-bottom: 9px;
  float: left;
  clear: none;
  border-style: solid;
  border-width: 2px;
  border-color: #48c4b9;
  border-radius: 7px;
  background-color: #48c4b9;
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  text-transform: uppercase;
}

.rounds-tab.w--current:hover {
  background-color: #48c4b9;
  color: #fff;
}

.rounds-tab-bar {
  margin-top: 78px;
  margin-bottom: 56px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 3px solid #48c4b9;
  border-bottom: 2px dotted #48c4b9;
}

.sec-popup {
  width: auto;
  padding-left: 0px;
  clear: left;
  background-color: transparent;
  font-family: Din, sans-serif;
  color: rgba(100, 98, 98, 0.87);
  text-decoration: underline;
}

.sec-popup.pop2 {
  margin-bottom: 60px;
  float: none;
  clear: left;
}

.sec-link-pop {
  margin-right: 18px;
  font-family: Din, sans-serif;
  font-size: 17px;
}

.sec-link-pop.pop2 {
  margin-right: 27px;
  margin-bottom: 55px;
  float: none;
  clear: none;
  font-size: 17px;
}

.link-block-3 {
  float: left;
  clear: left;
}

.text-block14 {
  color: #48c4b9;
  font-size: 17px;
}

.text-block14.buttontext {
  margin-top: 1px;
  padding-right: 14px;
  float: left;
  font-family: Din, sans-serif;
  color: rgba(79, 89, 90, 0.66);
  font-size: 17px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.text-block14.buttontext.new-line {
  margin-bottom: 18px;
  clear: left;
}

.text-block14.buttontext.non-bold {
  margin-top: -3px;
  margin-left: 0px;
  padding-top: 6px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  font-size: 14px;
  font-weight: 300;
}

.text-block14.buttontext.def-label {
  margin-top: 19px;
  margin-bottom: 11px;
  float: none;
  font-size: 19px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.text-block14.buttontext.hanging {
  margin-left: -5px;
  padding-bottom: 20px;
}

.text-block-15 {
  color: #48c4b9;
}

.button-und {
  color: #264449;
  font-weight: 400;
  text-decoration: underline;
}

.tabs-4 {
  margin-top: 38px;
}

.rounds-bar {
  z-index: 90;
  margin-bottom: 39px;
  padding-top: 12px;
  padding-bottom: 12px;
  float: none;
  border-top: 3px solid #48c4b9;
  border-bottom: 2px dotted #48c4b9;
  background-color: transparent;
}

.nav-menu-5 {
  position: static;
  width: 100%;
  float: left;
  clear: none;
}

.def-box {
  margin-top: 37px;
  margin-left: 15px;
  padding: 7px 23px 18px 26px;
  background-color: #f2f2f2;
}

.smh-states-bar-2 {
  overflow: scroll;
  width: 10%;
  height: 600px;
  margin-top: 46px;
  padding: 0px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #48c4b9;
  background-color: hsla(0, 0%, 94.9%, 0.43);
  font-family: Din, sans-serif;
  font-size: 15px;
  line-height: 16px;
}

.smh-state-2 {
  width: 100%;
  margin-bottom: 0px;
  padding: 4px 0px 2px 6px;
  float: left;
  clear: left;
  border-style: none none solid;
  border-width: 1px;
  border-color: #888 #888 #e9e9e9;
  background-color: transparent;
  font-family: Din, sans-serif;
  color: #353535;
  font-size: 13px;
  line-height: 14px;
  font-weight: 300;
}

.smh-state-2:hover {
  border-bottom: 1px solid rgba(241, 240, 238, 0.43);
  background-color: #e9e9e9;
  color: #363636;
  font-weight: 300;
}

.smh-state-2:active {
  background-color: #c5c5c5;
}

.smh-state-2.w--current {
  width: 100%;
  margin-bottom: 0px;
  padding: 4px 0px 2px 6px;
  border-bottom: 1px solid #e9e9e9;
  background-color: #48c4b9;
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
}

.smh-state-2.w--current:hover {
  line-height: 14px;
}

.smh-state-2.w--current:active {
  display: block;
  background-color: #d8d8d8;
  font-weight: 400;
}

.smh-state-2.w--current:focus {
  line-height: 14px;
}

.columns-4 {
  margin-left: 21px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-bottom: 1px none #d8e2dd;
}

.g-img {
  margin-bottom: 74px;
  font-size: 17px;
}

.g-link {
  color: #272727;
}

.g-cap {
  padding: 23px;
  background-color: #f7f7f7;
  font-family: Din, sans-serif;
  color: #444;
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
}

.g-cap.c-ack {
  padding-left: 0px;
  background-color: transparent;
  font-size: 18px;
  line-height: 24px;
}

.g-box {
  background-color: #f1f0ee;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.g-col {
  padding-top: 52px;
  clear: left;
  border-top: 1px solid #d8d8d8;
}

.bold-text-4 {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.bold-text-5 {
  color: #48c4b9;
}

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

.columns-5 {
  margin-bottom: 33px;
}

.round-def {
  margin-bottom: 28px;
  padding: 15px 13px 15px 18px;
  background-color: rgba(72, 196, 185, 0.2);
  font-family: Din, sans-serif;
  font-size: 17px;
  line-height: 18px;
}

.date-smh {
  font-weight: 500;
}

.download {
  margin-left: 16px;
  padding-top: 11px;
  border-radius: 8px;
  background-color: #f76032;
  font-family: Din, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

.download:hover {
  background-color: #2a3233;
  color: #fff;
}

.download.nav {
  margin-top: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #2f3738;
  font-size: 13px;
  font-weight: 400;
}

.download.nav:hover {
  background-color: #f76032;
}

.img-wrap {
  border-radius: 0px;
  background-color: transparent;
}

.wide-button {
  width: 98%;
  margin-top: 6px;
  padding: 14px;
  border-radius: 10px;
  background-color: #f76032;
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  text-align: center;
}

.wide-button:hover {
  background-color: #2a3233;
}

.wide-button.os {
  opacity: 1;
}

.text-block-16 {
  font-size: 20px;
}

.body-text-box img {
  width: 100%;
}

.body-text-box figure {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.body-text-box h3 {
  margin-top: 0px;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.2px;
}

.body-text-box h2 {
  margin-top: 0px;
  margin-bottom: 4px;
  color: #f76032;
  font-size: 28px;
  letter-spacing: 0px;
  text-transform: none;
}

.colored-box {
  margin-right: 15px;
  margin-bottom: 26px;
  padding: 20px 36px 14px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(79, 89, 90, 0.66);
  border-radius: 5px;
  background-color: #2a3233;
  font-size: 16px;
}

.colored-box.orange {
  background-color: #f76032;
}

.colored-box.grey {
  padding-top: 27px;
  border-style: none;
  border-radius: 6px;
  background-color: #2a3233;
}

.colored-box.grey.top {
  margin-top: 20px;
}

.colored-box.dark {
  margin-right: 0px;
  padding: 28px;
  background-color: #202627;
}

.colored-box.dark.news {
  padding: 24px 26px;
  border-radius: 3px;
  background-color: #252a2b;
}

.top-text {
  color: #fffcfc;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}

.side-paragraph {
  padding-top: 12px;
  padding-bottom: 0px;
  color: #c8f6e9;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.video-banner {
  height: 675px;
  margin: -20px 0px -43px;
  padding-top: 242px;
  padding-bottom: 0px;
  background-image: linear-gradient(178deg, rgba(33, 36, 33, 0.57), rgba(28, 31, 29, 0.74));
}

.h1 {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 6px;
  float: none;
  border-bottom: 3px none #f76032;
  color: #f76032;
  font-size: 36px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.col {
  padding-left: 0px;
}

.page-header {
  height: auto;
  margin-top: 94px;
  padding-top: 18px;
  padding-bottom: 28px;
  background-color: #1f2323;
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.76), rgba(34, 34, 34, 0.76)), linear-gradient(24deg, #242b2c 15%, rgba(42, 50, 51, 0.74) 37%, rgba(42, 50, 51, 0.1) 78%), url('../images/gv.png');
  background-position: 0px 0px, 0px 0px, 0% 50%;
  background-size: auto, auto, auto;
}

.tag {
  width: auto;
  padding-top: 21px;
  padding-bottom: 0px;
  font-family: Din, sans-serif;
  color: #aaa;
  font-size: 23px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.short-line {
  width: 45px;
  border-bottom: 3px solid #f76032;
}

.challenge-box {
  width: 97%;
  height: auto;
  margin-top: 13px;
  padding: 33px 32px 17px;
  border-style: none;
  border-width: 1px;
  border-color: #f76032;
  background-color: #2a3233;
}

.challenge-box p {
  line-height: 26px;
}

.tab {
  width: 32%;
  height: 110px;
  margin-right: 8px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 16px;
  border-style: none;
  border-width: 1px;
  border-color: #f76032;
  border-radius: 3px;
  background-color: #202627;
}

.tab:hover {
  border-color: #f76032;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  background-color: #2a3233;
}

.tab.w--current {
  width: 32%;
  height: 110px;
  margin-right: 8px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 16px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #aed1d0 #aed1d0 #f76032;
  border-radius: 3px;
  background-color: #2a3233;
  font-size: 16px;
}

.tab.tab-last {
  width: 31%;
  margin-right: 0px;
}

.download-text sub {
  font-family: 'Font awesome 5 free 400', sans-serif;
  font-weight: 400;
}

.download-text h3 {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.2px;
}

.os-type {
  padding-bottom: 12px;
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
}

.os-type.dl {
  padding-bottom: 0px;
  font-size: 20px;
  font-weight: 500;
}

.os-block {
  width: 96%;
  height: 214px;
  padding-top: 23px;
  padding-bottom: 26px;
  background-color: #f76032;
  text-align: center;
  text-decoration: none;
}

.text-detail {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 8%;
  padding-top: 0px;
  font-family: Din, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}

.text-detail:hover {
  color: #fff;
}

.os {
  opacity: 0.3;
}

.os-block {
  width: 95%;
  height: auto;
  padding-top: 19px;
  padding-bottom: 20px;
  border-radius: 3px;
  background-color: #2a3233;
}

.download-os {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 87%;
  height: auto;
  margin: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  clear: left;
  border-radius: 5px;
  background-color: #f76032;
  -webkit-transition-property: none;
  transition-property: none;
  text-decoration: none;
}

.download-os:hover {
  background-color: #f76032;
  opacity: 1;
  color: #fff;
}

.os-logo-wrap {
  width: 100%;
  height: 67px;
  margin-bottom: 18px;
  clear: none;
}

.manual {
  font-size: 17px;
  line-height: 24px;
}

.os-wrap {
  margin-top: 14px;
}

.note {
  color: #b8b8b8;
  font-size: 15px;
  line-height: 17px;
}

.news-block {
  width: 100%;
  padding: 29px;
  background-color: #202627;
}

.news-side-title {
  width: 100%;
  margin-bottom: 5px;
  font-family: Din, sans-serif;
  color: #9ce9bf;
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
  text-decoration: none;
}

.news-side-title:hover {
  text-decoration: underline;
}

.news-side-wrap {
  padding-top: 10px;
}

.news-side-wrapper {
  padding-top: 2px;
  border-bottom: 1px solid #303635;
}

.model {
  border-style: none;
  border-width: 1px;
  border-color: #9ce9bf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d2324), to(#1d2324));
  background-image: linear-gradient(180deg, #1d2324, #1d2324);
}

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

.thumbnail {
  height: 200px;
}

.herringbone-block {
  position: relative;
  overflow: hidden;
  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;
}

.grid-animation {
  margin-top: 0px;
  color: #444f55;
  font-size: 16px;
  font-weight: 600;
}

.herringbone-grid {
  width: 100%;
  height: auto;
  min-height: 800px;
  margin-bottom: 40px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
  -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.grid-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.grid-img._5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 24, 10, 0.33)), to(rgba(20, 24, 10, 0.33))), url('../images/F5.15.png');
  background-image: linear-gradient(180deg, rgba(20, 24, 10, 0.33), rgba(20, 24, 10, 0.33)), url('../images/F5.15.png');
  background-position: 0px 0px, 45% 50%;
  background-size: auto, 120%;
  background-repeat: repeat, no-repeat;
}

.grid-img._5:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 24, 10, 0)), to(rgba(20, 24, 10, 0))), url('../images/F5.15.png');
  background-image: linear-gradient(180deg, rgba(20, 24, 10, 0), rgba(20, 24, 10, 0)), url('../images/F5.15.png');
  background-position: 0px 0px, 45% 50%;
  background-size: auto, 120%;
  background-repeat: repeat, no-repeat;
}

.grid-img._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 24, 16, 0.42)), to(rgba(11, 24, 16, 0.42))), url('../images/F5.10.png');
  background-image: linear-gradient(180deg, rgba(11, 24, 16, 0.42), rgba(11, 24, 16, 0.42)), url('../images/F5.10.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 923px;
  background-repeat: repeat, no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.grid-img._1:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 24, 16, 0)), to(rgba(11, 24, 16, 0))), url('../images/F5.10.png');
  background-image: linear-gradient(180deg, rgba(11, 24, 16, 0), rgba(11, 24, 16, 0)), url('../images/F5.10.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 923px;
  background-repeat: repeat, no-repeat;
}

.grid-img._1.overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 42, 43, 0.59)), to(rgba(37, 42, 43, 0.59))), url('../images/F5.10.png');
  background-image: linear-gradient(180deg, rgba(37, 42, 43, 0.59), rgba(37, 42, 43, 0.59)), url('../images/F5.10.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 923px;
  background-repeat: repeat, no-repeat;
}

.grid-img._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(104, 129, 101, 0.31)), to(rgba(104, 129, 101, 0.31))), url('../images/F5.8.png');
  background-image: linear-gradient(180deg, rgba(104, 129, 101, 0.31), rgba(104, 129, 101, 0.31)), url('../images/F5.8.png');
  background-position: 0px 0px, 1% 60%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.grid-img._3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(104, 129, 101, 0)), to(rgba(104, 129, 101, 0))), url('../images/F5.8.png');
  background-image: linear-gradient(180deg, rgba(104, 129, 101, 0), rgba(104, 129, 101, 0)), url('../images/F5.8.png');
  background-position: 0px 0px, 1% 60%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.grid-img._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 98, 114, 0.29)), to(rgba(45, 98, 114, 0.29))), url('../images/Dashboard3-600x354-1.png');
  background-image: linear-gradient(180deg, rgba(45, 98, 114, 0.29), rgba(45, 98, 114, 0.29)), url('../images/Dashboard3-600x354-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.grid-img._2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 98, 114, 0)), to(rgba(45, 98, 114, 0))), url('../images/Dashboard3-600x354-1.png');
  background-image: linear-gradient(180deg, rgba(45, 98, 114, 0), rgba(45, 98, 114, 0)), url('../images/Dashboard3-600x354-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.grid-img._6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 19, 12, 0.53)), to(rgba(13, 19, 12, 0.53))), url('../images/F5.1.png');
  background-image: linear-gradient(180deg, rgba(13, 19, 12, 0.53), rgba(13, 19, 12, 0.53)), url('../images/F5.1.png');
  background-position: 0px 0px, 38% 39%;
  background-size: auto, 900px;
  background-repeat: repeat, no-repeat;
}

.grid-img._6:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 19, 12, 0)), to(rgba(13, 19, 12, 0))), url('../images/F5.1.png');
  background-image: linear-gradient(180deg, rgba(13, 19, 12, 0), rgba(13, 19, 12, 0)), url('../images/F5.1.png');
  background-position: 0px 0px, 38% 39%;
  background-size: auto, 900px;
  background-repeat: repeat, no-repeat;
}

.grid-img._7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 34, 32, 0.31)), to(rgba(23, 34, 32, 0.31))), url('../images/F1.1.png');
  background-image: linear-gradient(180deg, rgba(23, 34, 32, 0.31), rgba(23, 34, 32, 0.31)), url('../images/F1.1.png');
  background-position: 0px 0px, 87% 32%;
  background-size: auto, 967px;
  background-repeat: repeat, no-repeat;
}

.grid-img._7:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 34, 32, 0)), to(rgba(23, 34, 32, 0))), url('../images/F1.1.png');
  background-image: linear-gradient(180deg, rgba(23, 34, 32, 0), rgba(23, 34, 32, 0)), url('../images/F1.1.png');
  background-position: 0px 0px, 87% 32%;
  background-size: auto, 967px;
  background-repeat: repeat, no-repeat;
}

.grid-img._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 20, 17, 0.54)), to(rgba(12, 20, 17, 0.54))), url('../images/Fig5.16.png');
  background-image: linear-gradient(180deg, rgba(12, 20, 17, 0.54), rgba(12, 20, 17, 0.54)), url('../images/Fig5.16.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 911px;
  background-repeat: repeat, no-repeat;
}

.grid-img._4:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 20, 17, 0)), to(rgba(12, 20, 17, 0))), url('../images/Fig5.16.png');
  background-image: linear-gradient(180deg, rgba(12, 20, 17, 0), rgba(12, 20, 17, 0)), url('../images/Fig5.16.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 911px;
  background-repeat: repeat, no-repeat;
}

.container-2 {
  display: block;
  width: 98%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.mb-0 {
  margin-bottom: 0px;
}

.grid-img-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  padding: 16px;
}

.fontawesome-icon {
  font-family: 'Fontawesome webfont', sans-serif;
}

.heading-7 {
  font-size: 28px;
  letter-spacing: 0.3px;
  text-transform: none;
}

.tutorial-wrapper {
  display: block;
}

.home-caption {
  padding-right: 50px;
  padding-left: 50px;
  font-family: Din, sans-serif;
  color: #d8d8d8;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: 300;
}

.home-img-left {
  margin-top: -4px;
  padding-right: 0px;
  padding-bottom: 11px;
  padding-left: 0px;
}

.tab-wap {
  margin-bottom: 44px;
}

.img-width {
  width: 30%;
  height: auto;
  margin-right: 18px;
  margin-bottom: 30px;
  float: left;
  border-radius: 0px;
}

.img-circle {
  border-radius: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#182425), to(#182425));
  background-image: linear-gradient(180deg, #182425, #182425);
}

.view-more {
  font-family: Din, sans-serif;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  text-decoration: none;
}

.news-link {
  width: 100%;
  text-decoration: none;
}

.news-link:hover {
  width: auto;
}

html.w-mod-js *[data-ix="show-gaffa-splash"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="slide-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="slow-show"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="feature-title-slide-down"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="feature-title-slide-middle"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="feature-title-slide-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slide-from-bottom-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="show-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="related-articles-slide-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10%);
  -ms-transform: translate(0px, 10%);
  transform: translate(0px, 10%);
}

html.w-mod-js *[data-ix="slide-left"] {
  -webkit-transform: translate(100%, -100%);
  -ms-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}

html.w-mod-js *[data-ix="expand-image-initial-state"] {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

html.w-mod-js *[data-ix="display-none-2"] {
  display: none;
}

html.w-mod-js *[data-ix="fade-in-slider-tint"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="page-loader"] {
  display: block;
}

html.w-mod-js *[data-ix="scrollappear-2"] {
  opacity: 0;
  -webkit-transform: translate(-10%, 0px);
  -ms-transform: translate(-10%, 0px);
  transform: translate(-10%, 0px);
}

html.w-mod-js *[data-ix="overlaytest"] {
  opacity: 0;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="up-and-down"] {
  opacity: 0.26;
}

.page-selector-list-container{
  display: flex;
  flex-direction: row;
  margin-bottom: 35px;
  margin-top: 35px;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-selector{
  padding: 10px 20px;
  background-color: #2b3233;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none !important;
  transition: background-color 0.2s;
}

.page-selector:hover{
  background-color: #3c4b43;
}

.page-selector.disabled{
  background-color: #202627;
  color: #d7d3d245;
}

.page-selector.active{
  background-color: #9ce9bf;
  color: #000000;
}



















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

  p {
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    letter-spacing: 0px;
  }

  .button {
    display: inline-block;
  }

  .button.block {
    display: block;
    width: 100%;
  }

  .masthead {
    padding-top: 0px;
  }

  .navbar.nav-scroll {
    height: 60px;
  }

  .nav-link {
    margin-left: 0px;
    padding-top: 33px;
    padding-bottom: 30px;
    padding-left: 24px;
    font-size: 14px;
  }

  .nav-link:hover {
    padding-left: 24px;
    border-bottom: 1px none #000;
    border-left: 4px none #000;
  }

  .nav-link.w--current {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 33px;
    padding-left: 20px;
    border-bottom: 1px none #000;
    border-left: 4px none #000;
  }

  .menu-button {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

  .nav-menu {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 300px;
    margin-top: 60px;
    margin-bottom: 0px;
    padding-left: 0px;
    background-color: hsla(0, 0%, 100%, 0.9);
    opacity: 1;
    color: #333;
  }

  .hero-image.full-page {
    height: auto;
    margin-top: 79px;
    padding-top: 0px;
    padding-bottom: 55px;
    background-image: none;
  }

  .hero-logo {
    height: 40%;
  }

  .section {
    padding: 50px 30px;
  }

  .link-block {
    height: 640px;
  }

  .monogram {
    padding-top: 70px;
  }

  .brand {
    padding-top: 2px;
    padding-bottom: 20px;
  }

  .brand.w--current {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .line.exhibition-section.right {
    right: -20px;
    width: 202px;
  }

  .list-image {
    height: 160px;
  }

  .list-image.page-lists {
    margin-top: 0%;
  }

  .list-image.small {
    height: 100%;
    margin-top: 0%;
    margin-bottom: 20px;
    margin-left: -2px;
  }

  .divider-div {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .footer-linebreak {
    margin-left: -30px;
  }

  .footer-text {
    font-size: 12px;
    line-height: 24px;
  }

  .social.fb {
    width: 25px;
    height: 25px;
    margin-bottom: 6px;
    margin-left: 0px;
  }

  .social.twitter {
    width: 25px;
    height: 25px;
    margin-bottom: 6px;
  }

  .social.instagram {
    width: 25px;
    height: 25px;
    margin-bottom: 6px;
  }

  .right-justify-column {
    padding-right: 30px;
    text-align: right;
  }

  .text-field-footer {
    width: 49%;
  }

  .service-type0 {
    margin-top: -5%;
  }

  .blog-thumbnail {
    margin-top: -5%;
  }

  .exhibition-heading {
    width: 170px;
  }

  .hero-image {
    height: 70%;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .hero-image.team-members {
    height: 30%;
    background-position: 0px 0px;
    background-size: auto 331px;
    background-attachment: fixed;
  }

  .section-navigation {
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .subnav-text-link {
    font-size: 14px;
  }

  .subnav-text-link.w--current {
    font-size: 14px;
  }

  .rich-text-block.two-column {
    display: block;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .featured-post-image {
    overflow: hidden;
  }

  .tint {
    height: 640px;
  }

  .featured-image {
    height: 640px;
  }

  .slider {
    overflow: hidden;
  }

  .img-mask {
    height: 150px;
  }

  .img-mask.small {
    height: 100px;
  }

  .announcement-tile {
    padding-right: 90px;
    padding-left: 90px;
  }

  .gaffa-logo-footer.mobile {
    text-align: center;
  }

  .form {
    text-align: center;
  }

  .tagline.short-tag {
    font-size: 39px;
    line-height: 47px;
  }

  .tagline.short-tag.sub-tag {
    font-size: 21px;
    line-height: 28px;
  }

  .tagline.home-intro {
    padding-top: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .home-overlay {
    height: 400px;
  }

  .wide.header-wrap {
    padding-top: 16px;
    padding-bottom: 26px;
  }

  .main-section.bottom {
    height: auto;
    padding-bottom: 120px;
  }

  .main-section.home-about {
    height: auto;
    padding-top: 25px;
  }

  .main-section.tools-wrapper {
    padding-top: 24px;
  }

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

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

  .tool-title {
    font-size: 25px;
    line-height: 27px;
  }

  .home-learn-more.more-button {
    display: none;
  }

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

  .page-top-text {
    font-size: 17px;
    line-height: 30px;
  }

  .approach-desc.resources {
    font-size: 15px;
    line-height: 20px;
  }

  .approach-name {
    line-height: 22px;
  }

  .navigation {
    height: 80px;
  }

  .scroll-down-wrapper {
    display: none;
  }

  .mouse.w--current {
    display: none;
  }

  .lx_tileimg.photo17 {
    background-position: 50% 50%;
  }

  .lx_tileimg.photo1 {
    background-position: 50% 50%;
  }

  .lx_tileimg.photo5 {
    background-position: 50% 50%;
  }

  .art-box {
    height: 100%;
    background-image: url('../images/bull.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/bull.png'), linear-gradient(180deg, null, null);
    background-size: 60%, auto;
  }

  .art-box:hover {
    background-image: url('../images/bull.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/bull.png'), linear-gradient(180deg, null, null);
    background-size: 66%, auto;
  }

  .art-box.gsbc {
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url('../images/gsbc-logo.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/gsbc-logo.png'), linear-gradient(180deg, null, null);
    background-size: 40%, auto;
  }

  .art-box.gsbc:hover {
    background-image: url('../images/gsbc-logo.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/gsbc-logo.png'), linear-gradient(180deg, null, null);
    background-size: 54%, auto;
  }

  .art-box.ncnyc {
    margin-top: -6px;
    margin-bottom: 0px;
    background-image: url('../images/ncnyc.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/ncnyc.png'), linear-gradient(180deg, null, null);
    background-size: 70%, auto;
  }

  .art-box.ncnyc:hover {
    background-image: url('../images/ncnyc.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/ncnyc.png'), linear-gradient(180deg, null, null);
    background-size: 82%, auto;
  }

  .art-box._49co {
    padding-bottom: 0px;
    background-image: url('../images/49co.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/49co.png'), linear-gradient(180deg, null, null);
    background-size: 30%, auto;
  }

  .art-box._49co:hover {
    background-image: url('../images/49co.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/49co.png'), linear-gradient(180deg, null, null);
    background-size: 36%, auto;
  }

  .art-section {
    margin-bottom: 0px;
  }

  .h3 {
    padding-right: 20px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .art-colum {
    margin-bottom: -6px;
    padding-bottom: 0px;
  }

  .art-tag {
    padding-bottom: 40px;
  }

  .art-row {
    height: auto;
  }

  .h2-home {
    margin-top: 130px;
    font-size: 51px;
  }

  .h2-home.h2action {
    font-size: 46px;
  }

  .tools-home-subhead {
    height: 66%;
  }

  .home-arrow {
    display: none;
  }

  .menu-wrapper {
    padding-right: 1px;
  }

  .hamburger-wrapper {
    display: none;
  }

  .icon-2 {
    border: 1px none #000;
    background-color: transparent;
    color: #fff;
    font-size: 41px;
  }

  .menu-mobile.w--open {
    background-color: transparent;
  }

  .nav-menu-2 {
    background-color: #363636;
    color: rgba(51, 51, 51, 0.67);
  }

  .open-tool {
    display: none;
  }

  .tool-name-home {
    font-size: 27px;
    line-height: 32px;
  }

  .menu-button-2 {
    color: #fff;
    font-size: 34px;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .nav-menu-3 {
    background-color: #272727;
  }

  .left-navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    float: none;
  }

  .nav-menu-4 {
    padding-bottom: 44px;
    background-color: #364549;
  }

  .hero-heading {
    margin-bottom: 21px;
    padding-top: 9px;
    padding-bottom: 13px;
    font-size: 24px;
  }

  .nav-link-2 {
    padding-left: 13px;
    text-align: center;
  }

  .nav-link-2.w--current {
    text-align: center;
  }

  .hamburger-button {
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #c8f6e9;
  }

  .location {
    padding-left: 10px;
    font-size: 25px;
  }

  .figure-set {
    margin-right: 10px;
    margin-left: 10px;
  }

  .section-2 {
    padding-top: 93px;
  }

  .page-width {
    width: auto;
  }

  .banner {
    height: auto;
    margin-left: 0px;
  }

  .title-wrapper {
    top: 40%;
    padding-right: 0px;
  }

  .social-footer {
    position: absolute;
    display: inline-block;
  }

  .body2 {
    margin-left: 0px;
  }

  .bold-text-2 {
    font-size: 26px;
  }

  .vax-title.us.smh.gates {
    padding-top: 0px;
    float: none;
  }

  .us-blurb.top-covid.covid-intro.g-intro {
    margin-top: 0px;
  }

  .body-text-box h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .colored-box {
    padding: 20px 20px 10px;
  }

  .colored-box.dark {
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .colored-box.dark.news {
    padding-top: 16px;
    padding-right: 11px;
    padding-left: 11px;
  }

  .video-banner {
    height: 550px;
    margin-bottom: -63px;
    padding-top: 197px;
    background-image: linear-gradient(178deg, rgba(33, 36, 33, 0.57), rgba(28, 31, 29, 0.74));
  }

  .h1 {
    padding-bottom: 5px;
    font-size: 30px;
  }

  .page-header {
    margin-top: 78px;
    padding-top: 2px;
    padding-bottom: 0px;
  }

  .tag {
    padding-top: 18px;
    font-size: 20px;
  }

  .challenge-box {
    padding: 22px;
  }

  .challenge-box p {
    text-align: left;
  }

  .tab {
    height: 100px;
  }

  .tab.w--current {
    height: 100px;
  }

  .download-text {
    font-size: 15px;
  }

  .download-text h3 {
    font-size: 26px;
  }

  .download-text p {
    font-size: 17px;
    line-height: 22px;
    text-align: left;
  }

  .manual {
    font-size: 16px;
  }

  .icon-3 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
}

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

  h3 {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  p {
    font-size: 17px;
    line-height: 22px;
    text-align: left;
  }

  ul {
    font-family: Merriweather, serif;
  }

  li {
    font-family: 'Libre Baskerville';
    font-size: 18px;
    line-height: 38px;
    letter-spacing: 0.3px;
  }

  .button.hero-button {
    margin-top: 10px;
  }

  .button.subscribe.block {
    width: 530px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .nav-link {
    margin-right: 0px;
    padding-top: 19px;
    padding-bottom: 15px;
    background-color: #272727;
  }

  .nav-link.w--current {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .nav-menu {
    z-index: 7;
    width: 38%;
    margin-top: 60px;
    background-color: #fff;
    text-align: center;
  }

  .hero-image.full-page {
    height: auto;
    max-height: 859px;
    padding-top: 0px;
    padding-bottom: 13px;
    background-color: transparent;
    background-image: none;
  }

  .hero-logo {
    left: 0%;
    top: 23%;
    right: 0%;
    height: 40%;
    background-color: transparent;
  }

  .hero-logo.landscape {
    height: 45%;
    margin-bottom: 20px;
    padding-top: 10%;
    padding-bottom: 10%;
    background-image: url('../images/gaffa-logo.svg');
    background-size: 25%;
  }

  .section {
    padding: 50px 0px;
  }

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

  .fixednavbar {
    position: fixed;
  }

  .brand {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .feature-subtitle {
    display: inline-block;
  }

  .line.mobile {
    width: 100%;
  }

  .list-image {
    height: 370px;
    margin-top: 0%;
    margin-bottom: 0px;
  }

  .list-image.page-lists {
    height: 500px;
    margin-bottom: 0px;
  }

  .list-item1 {
    margin-top: 20px;
  }

  .list-item-wrapper {
    height: auto;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-text {
    padding-right: 25%;
    padding-bottom: 20px;
    padding-left: 25%;
    text-align: center;
  }

  .footer-titles {
    text-align: center;
  }

  .right-justify-column {
    padding-top: 20px;
    text-align: center;
  }

  .text-field-footer {
    width: 530px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    border-radius: 8px;
  }

  .service-type0 {
    height: 100%;
    margin-top: 0%;
  }

  .service-blurb.top {
    margin-top: 20px;
  }

  .content-div {
    margin-top: -6px;
    padding-top: 0px;
  }

  .blog-thumbnail {
    height: 100%;
    margin-top: 0%;
  }

  .exhibition-block {
    height: 100%;
    margin-bottom: 50px;
  }

  .exhibition-image-thumb {
    height: 500px;
  }

  .exhibition-heading {
    display: block;
    width: 100%;
  }

  .date-div-inline {
    display: block;
  }

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

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

  .block-quote {
    padding-right: 40px;
    padding-left: 40px;
  }

  .rich-text-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .rich-text-block.two-column {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .featured-post-image {
    height: 100%;
  }

  .tint {
    height: 540px;
  }

  .featured-post-info {
    padding-top: 100px;
  }

  .featured-image {
    height: 540px;
    background-image: url('../images/gaffa-icon-grey_1gaffa-icon-grey.png');
    background-size: cover;
  }

  .slider {
    height: 100%;
  }

  .img-mask {
    height: 360px;
    margin-right: -20px;
    margin-left: -20px;
  }

  .img-mask.small {
    height: 100%;
  }

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

  .list-item {
    font-size: 16px;
    line-height: 32px;
  }

  .form-div {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-field {
    height: 60px;
    font-size: 14px;
  }

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

  .lightbox-link {
    overflow: hidden;
  }

  .gaffa-logo-footer.mobile {
    margin-bottom: 20px;
  }

  .hamburger-icon {
    display: block;
  }

  .close-icon {
    font-family: Ionicons, sans-serif;
    font-size: 15px;
    text-align: center;
  }

  .tagline.short-tag {
    width: 96%;
    margin-top: 21px;
    font-size: 29px;
    line-height: 37px;
  }

  .tagline.home-intro {
    font-size: 17px;
  }

  .home-overlay {
    height: 200px;
  }

  .home-overlay.app-overlay {
    height: 150px;
  }

  .main-section.bottom {
    max-height: auto;
    padding-top: 250px;
  }

  .main-section.tools-wrapper {
    height: auto;
    padding-bottom: 0px;
  }

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

  .heading-4 {
    font-size: 17px;
    line-height: 22px;
  }

  .overlay {
    display: none;
    height: auto;
  }

  .panelok {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .imgkit {
    margin-top: auto;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .col2right {
    height: auto;
  }

  .colfulleft {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .app-gallery {
    margin-top: 183px;
  }

  .navigation {
    height: 96px;
  }

  .header-nav-link {
    padding-right: 20px;
  }

  .lx_block60 {
    width: 100%;
  }

  .lx_block40 {
    width: 50%;
  }

  .lx_block40.photo4 {
    width: 50%;
  }

  .lx_block20 {
    width: 50%;
  }

  .lx_tileimg.photo1 {
    background-position: 50% -18px;
  }

  .lx_tileimg.photo5 {
    background-position: 50% 50%;
  }

  .art-box:hover {
    background-image: url('../images/bull.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/bull.png'), linear-gradient(180deg, null, null);
    background-size: 60%, auto;
  }

  .art-box.gsbc:hover {
    background-image: url('../images/gsbc-logo.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/gsbc-logo.png'), linear-gradient(180deg, null, null);
    background-size: 40%, auto;
  }

  .art-box.ncnyc:hover {
    background-image: url('../images/ncnyc.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/ncnyc.png'), linear-gradient(180deg, null, null);
    background-size: 70%, auto;
  }

  .art-box._49co:hover {
    background-image: url('../images/49co.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/49co.png'), linear-gradient(180deg, null, null);
    background-size: 30%, auto;
  }

  .art-link {
    height: 520px;
  }

  .h2-home {
    margin-top: -59px;
  }

  .h2-home.h2action {
    margin-top: 112px;
  }

  .nav-menu-2 {
    background-color: #272727;
  }

  .tool-image-home {
    height: 175px;
  }

  .hero-heading {
    padding-top: 18px;
    font-size: 29px;
  }

  .nav-link-2 {
    text-align: center;
  }

  .hamburger-button.w--open {
    background-color: #c8f6e9;
  }

  .location {
    width: auto;
    margin-bottom: -3px;
    padding-left: 22px;
    float: none;
    clear: none;
    font-size: 23px;
    text-align: center;
  }

  .section-2 {
    padding-top: 26px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .dropdown {
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: left;
  }

  .title-wrapper {
    top: 35%;
    height: 129px;
    margin-right: auto;
    margin-left: auto;
  }

  .bold-text-2 {
    font-size: 30px;
  }

  .map-wrapper-vax.m.m1 {
    height: 400px;
  }

  .download.nav.w--current {
    display: none;
  }

  .video-banner {
    background-image: linear-gradient(178deg, rgba(33, 36, 33, 0.57), rgba(28, 31, 29, 0.74));
  }

  .h1 {
    margin-top: 1px;
    font-size: 31px;
  }

  .page-header {
    margin-top: 95px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tag {
    padding-top: 13px;
  }

  .tab {
    height: 120px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab.w--current {
    height: 120px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .download-text h3 {
    margin-bottom: 19px;
    padding-left: 0px;
    font-size: 26px;
  }

  .os-block {
    margin-bottom: 17px;
  }

  .herringbone-grid {
    min-height: 640px;
  }

  .img-width {
    width: 29%;
  }

  .icon-3 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
}

@media screen and (max-width: 479px) {
  h1 {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    display: inline-block;
    width: 100%;
    height: auto;
    float: none;
    clear: none;
    font-size: 34px;
    list-style-type: none;
  }

  h3 {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 0px;
  }

  p {
    font-size: 17px;
    line-height: 25px;
    text-align: left;
  }

  li {
    font-family: Din, sans-serif;
    font-size: 16px;
    line-height: 25px;
  }

  .button.hero-button {
    margin-top: 0px;
  }

  .button.subscribe.block {
    width: 90%;
    margin-left: 20px;
  }

  .nav-link {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    float: none;
    clear: none;
    background-color: transparent;
    text-align: center;
  }

  .nav-link.nav {
    padding-top: 26px;
    padding-bottom: 26px;
  }

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

  .nav-menu {
    width: 66%;
  }

  .hero-image.full-page {
    height: auto;
    margin-top: 94px;
    padding-top: 0px;
    padding-bottom: 6px;
    background-image: none;
  }

  .hero-logo {
    position: absolute;
    left: 0%;
    top: 23%;
    right: 0%;
    overflow: visible;
    height: 40%;
  }

  .hero-logo.landscape {
    margin-bottom: 0px;
  }

  .section.footer {
    overflow: hidden;
    padding-top: 30px;
  }

  .section.top-section {
    padding-top: 69px;
  }

  .link-block {
    height: 540px;
  }

  .link-block.exhibitions {
    overflow: hidden;
    height: 100%;
  }

  .text-link {
    display: inline;
  }

  .brand {
    padding-top: 4px;
  }

  .line.mobile {
    position: static;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: 0px;
    width: 100%;
    margin-right: 0px;
  }

  .list-item1 {
    margin-top: 0px;
  }

  .list-item1.tool-list {
    padding-right: 11px;
    padding-left: 18px;
  }

  .list-item-wrapper {
    height: auto;
  }

  .divider {
    margin-top: 48px;
    padding-bottom: 3px;
  }

  .footer-text {
    padding: 0px 10% 20px;
  }

  .footer-titles {
    margin-bottom: 10px;
  }

  .right-justify-column {
    padding-top: 0px;
  }

  .text-field-footer {
    width: 90%;
    border-radius: 8px;
    font-size: 18px;
  }

  .footer-divider-container {
    margin-top: -30px;
  }

  .page-subhead {
    font-size: 26px;
  }

  .content-div {
    margin-top: 0px;
  }

  .exhibition-image-thumb {
    height: 500px;
  }

  .section-navigation {
    overflow: visible;
    width: 100%;
    height: 224px;
  }

  .subnav-text-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .subnav-text-link:hover {
    padding-right: 10px;
    padding-left: 10px;
  }

  .subnav-text-link.w--current {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .info-left {
    overflow: hidden;
    padding-left: 20px;
  }

  .block-quote {
    padding: 18px 20px 0px;
    font-size: 22px;
    line-height: 32px;
  }

  .empty-case-text {
    padding-right: 20px;
    padding-left: 20px;
  }

  .rich-text-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .rich-text-block.two-column {
    padding-top: 14px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .rich-text-block p {
    font-size: 17px;
    line-height: 26px;
  }

  .tint {
    height: 540px;
  }

  .slider {
    height: 540px;
  }

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

  .tagline.short-tag {
    width: 98%;
    margin-top: 4px;
    margin-bottom: 41px;
    padding-top: 9px;
    font-size: 32px;
    line-height: 35px;
  }

  .tagline.short-tag.sub-tag {
    margin-bottom: 83px;
    padding-top: 0px;
    font-size: 19px;
    line-height: 25px;
  }

  .tagline.home-intro {
    font-size: 18px;
    line-height: 27px;
  }

  .logo-home {
    margin-top: -1px;
  }

  .tool-name.tool-list-name {
    font-size: 30px;
  }

  .home-overlay.app-overlay {
    height: auto;
    background-color: rgba(34, 34, 34, 0.85);
  }

  .home-overlay.app-overlay:hover {
    background-color: rgba(34, 34, 34, 0.71);
  }

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

  .main-section.bottom {
    max-height: 1600px;
    padding-top: 41px;
    padding-bottom: 0px;
  }

  .main-section.home-about {
    height: auto;
    min-width: auto;
  }

  .main-section.tools-wrapper {
    height: auto;
    max-height: 1800px;
    margin-top: -2px;
  }

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

  .tool-heading {
    font-size: 43px;
  }

  .tool-heading.tool-name {
    float: left;
    font-size: 35px;
    line-height: 68px;
    text-align: left;
  }

  .tool-heading.tool-name.tool-back {
    display: none;
  }

  .heading-4 {
    font-size: 19px;
    line-height: 22px;
  }

  .tool-title {
    font-size: 24px;
  }

  .paragraph.tool--tag {
    font-size: 14px;
    line-height: 19px;
  }

  .headhero {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    line-height: 40px;
    text-align: center;
  }

  .headhero.ppl.kiz {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .opnemodal {
    display: none;
  }

  .overlay {
    position: relative;
    display: none;
  }

  .panelok {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .panelok.kitz {
    top: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .imgkit {
    margin-top: 30px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .col2right {
    height: auto;
  }

  .txticonz {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .colfulleft {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .app-wrapper {
    height: 173px;
  }

  .app-tag {
    height: 173px;
    margin-top: -76px;
    padding-top: 61px;
    color: #fff;
  }

  .app-tag:hover {
    color: #fff;
  }

  .page-top-text {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
  }

  .link-block-2 {
    height: 70px;
    margin-bottom: 10px;
    padding-top: 26px;
  }

  .text-block-4 {
    font-size: 17px;
    line-height: 31px;
  }

  .data-tab-pic {
    width: 99%;
    height: 68px;
  }

  .data-tab-pic.w--current {
    width: 99%;
    height: 68px;
  }

  .data-text-box {
    margin-right: 3px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 15px;
    line-height: 18px;
  }

  .data-text-box p {
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 26px;
  }

  .data-icon {
    display: none;
  }

  .pub-title {
    margin-bottom: -20px;
    padding-bottom: 17px;
    font-size: 15px;
    line-height: 15px;
  }

  .pub-info {
    padding-top: 8px;
    font-size: 14px;
  }

  .approach-box {
    height: 311px;
    margin-bottom: 15px;
    margin-left: 1px;
  }

  .approach-box.hosting-box {
    margin-right: -4px;
    padding-right: 27px;
  }

  .footer-logo {
    margin-bottom: 18px;
  }

  .copyright {
    margin-top: 18px;
  }

  .tool-tagline {
    height: 271px;
  }

  .people-wrapper p {
    font-size: 17px;
  }

  .people-wrapper a {
    font-size: 17px;
    line-height: 21px;
  }

  .people-wrapper h4 {
    margin-bottom: 16px;
    font-size: 25px;
    line-height: 27px;
  }

  .people-wrapper h3 {
    padding-left: 3px;
  }

  .navigation {
    height: 76px;
  }

  .header-logo {
    padding-top: 11px;
  }

  .tool-image {
    height: 150px;
  }

  .tool-image-1 {
    height: 200px;
  }

  .tool-main-overlay {
    height: 150px;
  }

  .lx_block60 {
    width: 50%;
    height: 200px;
  }

  .lx_block40 {
    width: 50%;
    height: 200px;
  }

  .lx_block40.photo4 {
    width: 50%;
    height: 200px;
  }

  .lx_block20 {
    width: 50%;
    height: 200px;
  }

  .lx_tileimg.photo5 {
    background-position: 50% 50%;
  }

  .lx_herosection {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .art-box {
    height: 100%;
  }

  .art-box._49co {
    width: 100%;
  }

  .h3 {
    padding-right: 0px;
    padding-bottom: 4px;
    font-size: 14px;
  }

  .h3.grey {
    padding-right: 0px;
  }

  .art-tag {
    margin-bottom: 12px;
    padding-right: 34px;
    padding-bottom: 14px;
    padding-left: 34px;
  }

  .art-link {
    height: 400px;
  }

  .p2 {
    padding-right: 30px;
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 8px;
  }

  .p2.grey {
    padding-right: 30px;
    color: rgba(45, 45, 45, 0.7);
  }

  .h2-home {
    margin-top: 17px;
    margin-bottom: -10px;
    font-size: 42px;
  }

  .h2-home.h2action {
    margin-top: 4px;
    margin-bottom: -131px;
    padding-bottom: 0px;
    font-size: 35px;
  }

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

  .tool-overlay-list {
    display: none;
  }

  .open-tool {
    display: none;
  }

  .tool-image-home {
    height: 150px;
  }

  .menu-button-2 {
    font-size: 30px;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .nav-menu-3 {
    background-color: #9ce9bf;
  }

  .news-title {
    font-size: 22px;
    line-height: 27px;
  }

  .news-info p {
    margin-bottom: 22px;
    font-size: 17px;
  }

  .news-date {
    font-size: 16px;
  }

  .news-date.side {
    font-size: 15px;
  }

  .nav-menu-4 {
    margin-bottom: 8px;
    padding-bottom: 37px;
    background-color: #364549;
  }

  .hero-heading {
    width: auto;
    height: 63px;
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
    font-size: 26px;
    line-height: 28px;
  }

  .nav-link-2 {
    text-align: center;
  }

  .nav-link-2.w--current {
    text-align: center;
  }

  .hamburger-button.w--open {
    background-color: #c8f6e9;
  }

  .location {
    width: auto;
    padding-left: 0px;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
  }

  .figure-set {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-2 {
    padding-top: 85px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-width {
    width: 100%;
  }

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

  .dropdown {
    margin-right: 0px;
    float: none;
  }

  .title-wrapper {
    position: relative;
    top: 0%;
    margin-bottom: -33px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
  }

  .body2 {
    margin-left: 0px;
  }

  .tab-button {
    text-align: center;
  }

  .tab-button.w--current {
    text-align: center;
  }

  .colorbar {
    height: 44%;
  }

  .tabs-menu-2 {
    width: 100%;
  }

  .tabs-content {
    width: 100%;
  }

  .vax-h1.vax-h2 {
    display: none;
  }

  .vax-tab {
    width: 100%;
    margin-bottom: 8px;
    font-size: 18px;
  }

  .vax-tab.w--current {
    width: 100%;
    font-size: 18px;
  }

  .about-section-vax {
    padding-right: 15px;
    padding-left: 15px;
  }

  .about-text-vax p {
    font-size: 17px;
    line-height: 22px;
    text-align: left;
  }

  .map-wrapper-vax.m.m1 {
    height: 200px;
  }

  .img-country-vax {
    padding: 0px;
  }

  .h-country {
    margin-top: 3px;
    font-size: 26px;
    line-height: 29px;
  }

  .h-country.h2-country {
    display: none;
  }

  .vax-title {
    padding: 12px;
    font-size: 26px;
    line-height: 28px;
  }

  .vax-title.us.smh.gates {
    padding-left: 59px;
    font-size: 19px;
    line-height: 21px;
  }

  .mobs-vax-top.g-logo {
    width: 50px;
  }

  .vax-team.us-team.smh.g {
    padding-left: 14px;
  }

  .us-blurb.top-covid.covid-intro.g-intro {
    margin-top: 27px;
    padding-right: 17px;
    padding-left: 17px;
    font-size: 17px;
    line-height: 23px;
    text-align: left;
  }

  .modal-wrapper-2 {
    padding: 30px;
  }

  .modal-body {
    padding: 20px 20px 15px;
  }

  .ext-button.mobs-more.g-button {
    float: left;
  }

  .bold-text-6 {
    font-size: 19px;
  }

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

  .download.nav {
    display: none;
  }

  .wide-button {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .body-text-box h3 {
    padding-left: 2px;
    font-size: 22px;
  }

  .colored-box {
    padding-right: 12px;
    padding-left: 12px;
  }

  .colored-box.dark.news {
    margin-top: 20px;
  }

  .video-banner {
    height: auto;
    margin-top: -29px;
    margin-bottom: -32px;
    padding-top: 81px;
    background-image: linear-gradient(178deg, rgba(33, 36, 33, 0.57), rgba(28, 31, 29, 0.74));
  }

  .h1 {
    margin-top: 1px;
    font-size: 29px;
  }

  .page-header {
    margin-top: 74px;
    padding-top: 10px;
    padding-bottom: 6px;
    padding-left: 5px;
  }

  .tag {
    font-size: 20px;
    line-height: 22px;
  }

  .challenge-box {
    padding-top: 21px;
    padding-right: 17px;
    padding-left: 17px;
  }

  .challenge-box p {
    font-size: 17px;
    line-height: 25px;
  }

  .tab {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 19px;
  }

  .tab.w--current {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }

  .tab.tab-last {
    width: auto;
  }

  .download-text h3 {
    padding-left: 0px;
    font-size: 24px;
  }

  .download-text p {
    line-height: 25px;
  }

  .os-type {
    font-size: 19px;
  }

  .os-block {
    margin-bottom: 15px;
  }

  .news-side-title {
    font-size: 18px;
    line-height: 25px;
  }

  .herringbone-grid {
    height: auto;
  }

  .img-width {
    width: 31%;
    margin-right: 6px;
  }

  .icon-3 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .text-block-17 {
    margin-bottom: 25px;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

#w-node-_34aefd13-594c-4c05-1e31-9c0db6f75ef6-2b5597f1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-_34aefd13-594c-4c05-1e31-9c0db6f75efb-2b5597f1 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 3;
  grid-column-end: 9;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-_34aefd13-594c-4c05-1e31-9c0db6f75f00-2b5597f1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 6;
  grid-row-end: 10;
}

#w-node-_34aefd13-594c-4c05-1e31-9c0db6f75f04-2b5597f1 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 5;
  grid-column-end: 9;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 3;
  grid-row-end: 7;
}

#w-node-_34aefd13-594c-4c05-1e31-9c0db6f75f08-2b5597f1 {
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 3;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_34aefd13-594c-4c05-1e31-9c0db6f75f0c-2b5597f1 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 3;
  grid-column-end: 7;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 3;
  grid-row-end: 10;
}

#w-node-_34aefd13-594c-4c05-1e31-9c0db6f75f10-2b5597f1 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 5;
  grid-column-end: 12;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 3;
  grid-row-end: 10;
}

@media screen and (max-width: 991px) {
  #w-node-_34aefd13-594c-4c05-1e31-9c0db6f75ef6-2b5597f1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  #w-node-_34aefd13-594c-4c05-1e31-9c0db6f75efb-2b5597f1 {
    -ms-grid-column: 8;
    grid-column-start: 8;
    -ms-grid-column-span: 4;
    grid-column-end: 12;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  #w-node-_34aefd13-594c-4c05-1e31-9c0db6f75f00-2b5597f1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 5;
    grid-row-end: 10;
  }

  #w-node-_34aefd13-594c-4c05-1e31-9c0db6f75f04-2b5597f1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 8;
    grid-column-end: 9;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
  }

  #w-node-_34aefd13-594c-4c05-1e31-9c0db6f75f08-2b5597f1 {
    -ms-grid-column: 9;
    grid-column-start: 9;
    -ms-grid-column-span: 3;
    grid-column-end: 12;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 4;
    grid-row-end: 7;
  }

  #w-node-_34aefd13-594c-4c05-1e31-9c0db6f75f0c-2b5597f1 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 5;
    grid-column-end: 9;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-_34aefd13-594c-4c05-1e31-9c0db6f75f10-2b5597f1 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 8;
    grid-column-end: 12;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 3;
    grid-row-end: 10;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_34aefd13-594c-4c05-1e31-9c0db6f75ef6-2b5597f1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  #w-node-_34aefd13-594c-4c05-1e31-9c0db6f75efb-2b5597f1 {
    -ms-grid-column: 8;
    grid-column-start: 8;
    -ms-grid-column-span: 4;
    grid-column-end: 12;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  #w-node-_34aefd13-594c-4c05-1e31-9c0db6f75f00-2b5597f1 {
    -ms-grid-column: 8;
    grid-column-start: 8;
    -ms-grid-column-span: 4;
    grid-column-end: 12;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-_34aefd13-594c-4c05-1e31-9c0db6f75f04-2b5597f1 {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 7;
    grid-column-end: 12;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
  }

  #w-node-_34aefd13-594c-4c05-1e31-9c0db6f75f08-2b5597f1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
  }

  #w-node-_34aefd13-594c-4c05-1e31-9c0db6f75f0c-2b5597f1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-_34aefd13-594c-4c05-1e31-9c0db6f75f10-2b5597f1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 11;
    grid-column-end: 12;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 3;
    grid-row-end: 10;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_34aefd13-594c-4c05-1e31-9c0db6f75f00-2b5597f1 {
    -ms-grid-column: 8;
    grid-column-start: 8;
    -ms-grid-column-span: 4;
    grid-column-end: 12;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }
}

@font-face {
  font-family: 'Ionicons';
  src: url('../fonts/ionicons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Din';
  src: url('../fonts/DIN-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Din condensed';
  src: url('../fonts/DIN-Condensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Din';
  src: url('../fonts/DIN.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Din alternate';
  src: url('../fonts/DIN-Alternate-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Din';
  src: url('../fonts/DIN-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}