body {
  font-family: Montserrat, sans-serif;
  color: #514853;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  color: #50215d;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  color: #50215d;
  font-size: 46px;
  line-height: 58px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  color: #50215d;
  font-size: 34px;
  line-height: 46px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  color: #50215d;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  color: #50215d;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 6px;
  padding-top: 8px;
  color: #50215d;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

p {
  margin-bottom: 18px;
}

a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #4ec3cc;
  text-decoration: none;
}

a:hover {
  color: #54e0eb;
  text-decoration: underline;
}

ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 0px;
  list-style-type: none;
}

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

li {
  margin-bottom: 12px;
  padding-left: 30px;
  background-image: url('../images/Oval.svg');
  background-position: 0px 10px;
  background-repeat: no-repeat;
}

label {
  display: block;
  padding-top: 6px;
  color: #50215d;
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

strong {
  font-weight: 700;
}

blockquote {
  margin-top: 48px;
  margin-bottom: 48px;
  margin-left: -38px;
  padding: 0px 0px 0px 30px;
  border-left: 6px solid #b6519d;
  color: #50215d;
  font-size: 34px;
  line-height: 50px;
  letter-spacing: 0.5px;
}

.p-large {
  font-size: 26px;
  line-height: 38px;
}

.p-large._70-p {
  width: 70%;
}

.p-small {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 14px;
  line-height: 24px;
}

.p-small.caption {
  margin-top: -36px;
  margin-bottom: 60px;
  font-style: italic;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  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;
}

.style-guide-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-guide-color.dark-bg-1 {
  background-color: #50215d;
}

.style-guide-color.active-color {
  background-color: #4ec3cc;
}

.style-guide-color.headings {
  background-color: #50215d;
}

.style-guide-color.default-copy {
  background-color: #514853;
}

.style-guide-color.light-copy {
  background-color: #767077;
}

.style-guide-color.hover-color {
  background-color: #54e0eb;
}

.style-guide-color.light-grey-bg {
  background-color: #e8eeee;
}

.style-guide-color.secondary-action-color {
  background-color: #b6519d;
}

.style-guide-color.light-grey {
  background-color: #d1d7d7;
}

.style-guide-color.yellow {
  background-color: #fbed1d;
}

.button {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  min-height: 55px;
  min-width: 160px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 14px 58px;
  border-style: solid;
  border-width: 3px;
  border-color: #4ec3cc;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #50215d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  border-color: #54e0eb;
  color: #50215d;
  text-decoration: none;
}

.button.in-top-bar {
  min-height: auto;
  margin: 0px 24px;
  padding: 10px 30px;
  border-style: none;
  background-color: #4ec3cc;
  color: #50215d;
}

.button.small {
  min-height: 48px;
  padding: 10px 42px;
}

.section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

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

.section._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.section.tint {
  background-color: #e8eeee;
}

.section.dark {
  background-color: #50215d;
  color: hsla(0, 0%, 100%, 0.8);
}

.section.divider {
  border-top: 1px solid #d1d7d7;
}

.section._w-carousel {
  overflow: hidden;
}

.section.narrow {
  padding-top: 36px;
  padding-bottom: 36px;
}

.fluid-cell {
  position: relative;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.fluid-cell:hover {
  text-decoration: none;
}

.fluid-cell._67-p {
  width: 66.7%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._50-p {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._25-p {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._70-p {
  width: 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._100-p {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: 20%;
  margin-left: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.fluid-cell._33-p {
  width: 33.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.center-object {
  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;
}

.fluid-cell.filter-wrap {
  width: 100%;
  padding: 2vw 1vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.intro {
  width: 70%;
  margin-right: 15%;
  margin-left: 15%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-align: center;
}

.fluid-cell.center {
  text-align: center;
}

.fluid-cell._45-p {
  width: 45%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.xtro {
  width: 70%;
  margin-right: 15%;
  margin-left: 15%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.fluid-cell.no-b-padding {
  padding-bottom: 0px;
}

.invert {
  color: #fff;
}

.subheading {
  margin-bottom: 12px;
  padding-top: 12px;
  color: #b6519d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.subheading.no-b-margin {
  margin-bottom: 0px;
}

.subheading.invert {
  color: #fff;
}

.subheading.large {
  font-size: 20px;
  line-height: 30px;
}

.text-field {
  min-height: 55px;
  margin-bottom: 0px;
  padding: 12px 36px 12px 26px;
  border: 1px none #000;
  border-radius: 30px;
  background-color: #e8eeee;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #50215d;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.text-field:focus {
  border-color: #50215d #50215d #4ec3cc;
}

.text-field::-webkit-input-placeholder {
  color: #767077;
}

.text-field:-ms-input-placeholder {
  color: #767077;
}

.text-field::-ms-input-placeholder {
  color: #767077;
}

.text-field::placeholder {
  color: #767077;
}

.text-field.text-area {
  min-height: 160px;
  padding-top: 12px;
}

.text-field.inline-w-button {
  margin-top: 12px;
  margin-right: 24px;
  margin-bottom: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-field.transparent {
  padding-left: 0px;
  background-color: transparent;
}

.text-field.transparent:hover {
  border-color: hsla(0, 0%, 100%, 0.6);
}

.text-field.transparent:focus {
  border-color: #54e0eb;
}

.text-field.transparent::-webkit-input-placeholder {
  font-weight: 400;
}

.text-field.transparent:-ms-input-placeholder {
  font-weight: 400;
}

.text-field.transparent::-ms-input-placeholder {
  font-weight: 400;
}

.text-field.transparent::placeholder {
  font-weight: 400;
}

.text-field.search {
  background-image: url('../images/Search-icon-dark.svg');
  background-position: 92% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.container {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 84px;
  padding-left: 84px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.center-all {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.in-footer {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container._w-carousel {
  padding-top: 30px;
}

.container.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container.banner {
  padding-right: 60px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.in-header-home {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.container._w-tint-bg {
  padding-top: 30px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.ordered-item {
  padding-left: 10px;
  background-image: none;
  background-repeat: repeat;
}

.faux-h1 {
  margin-bottom: 18px;
  padding-top: 12px;
  color: #50215d;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}

.faux-h2 {
  margin-bottom: 18px;
  padding-top: 12px;
  color: #50215d;
  font-size: 46px;
  line-height: 58px;
  font-weight: 700;
}

.faux-h2.invert {
  color: #fff;
}

.faux-h3 {
  margin-bottom: 18px;
  padding-top: 12px;
  color: #50215d;
  font-size: 34px;
  line-height: 46px;
  font-weight: 700;
}

.faux-h4 {
  margin-bottom: 18px;
  padding-top: 12px;
  color: #50215d;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
}

.faux-h4.invert {
  color: #fff;
}

.faux-h4.myth {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 0px;
  padding-left: 39px;
  background-image: url('../images/Myth-icon.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.faux-h4.myth.invert {
  background-image: url('../images/Myth-icon-white.svg');
}

.faux-h4.fact {
  margin-top: 24px;
  margin-bottom: 12px;
  padding-top: 0px;
  padding-left: 39px;
  background-image: url('../images/Fact-icon.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.faux-h4.fact.invert {
  background-image: url('../images/Fact-icon-white.svg');
}

.faux-h5 {
  margin-bottom: 12px;
  padding-top: 12px;
  color: #50215d;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.faux-h5:hover {
  text-decoration: none;
}

.faux-h5.invert {
  color: #fff;
}

.style-guide-color-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d1d7d7;
}

.style-guide-color-block.first {
  padding-top: 24px;
  border-top: 1px solid #d1d7d7;
}

.form-item-wrap {
  width: 96%;
  margin-right: 2%;
  margin-left: 2%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.form-item-wrap.half {
  width: 46%;
}

.form-item-wrap.action {
  padding-top: 12px;
  text-align: center;
}

.form-item-wrap.in-search-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0%;
  margin-left: 0%;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center {
  text-align: center;
}

.faux-h6 {
  margin-bottom: 6px;
  padding-top: 8px;
  color: #50215d;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.faux-h6:hover {
  text-decoration: none;
}

.heading-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #50215d;
}

.heading-link:hover {
  border-bottom: 1px solid #54e0eb;
  color: #50215d;
  text-decoration: none;
}

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

.img-in-text {
  display: block;
  min-width: 120%;
  margin: 60px auto 60px -10%;
}

.link {
  display: inline-block;
  margin-bottom: 18px;
  border-bottom: 2px solid #4ec3cc;
  color: #514853;
  font-size: 14px;
  line-height: 26px;
}

.link:hover {
  border-bottom-color: #50215d;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #4ec3cc;
  text-decoration: none;
}

.link.invert {
  color: #fff;
}

.link.invert:hover {
  border-bottom-color: #fff;
  color: #54e0eb;
}

.link.r-margin {
  margin-right: 24px;
}

.link.no-margin {
  margin-bottom: 0px;
}

.footer-nav-link {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.footer-nav-link:hover {
  border-bottom-color: #54e0eb;
  color: #fff;
  text-decoration: none;
}

.thumb-img {
  min-width: 100%;
}

.article-thumb-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.select-field {
  height: 54px;
  margin-bottom: 0px;
  padding-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d7d7;
  border-radius: 30px;
  background-color: transparent;
  background-image: url('../images/Down-arrow-icon.svg');
  background-position: 92% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #50215d;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  cursor: pointer;
}

.select-field:hover {
  border-color: #54e0eb;
}

.select-field:active {
  border-color: #54e0eb;
}

.select-field:focus {
  border-color: #54e0eb;
}

.article-copy-wrap {
  position: relative;
  margin-top: -36px;
  padding-right: 48px;
}

.article-copy-wrap.important {
  position: absolute;
  left: auto;
  top: auto;
  right: 7vw;
  bottom: 2vw;
  width: 43%;
  margin-top: 0px;
  padding: 3vw 0vw 0vw 3vw;
  background-color: #fff;
}

.button-hover {
  position: absolute;
  left: 0px;
  top: 101%;
  right: auto;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 200%;
  background-color: #54e0eb;
}

.button-text {
  position: relative;
  z-index: 3;
}

.cta-block {
  width: 100%;
  height: 100%;
  padding: 3vw;
  background-color: #146b42;
  background-image: linear-gradient(135deg, #146b42, #034732);
  color: #fff;
  text-align: center;
}

.icon {
  margin-top: 12px;
  margin-bottom: 12px;
}

.logo-img {
  margin-right: 24px;
}

.child-link {
  display: inline-block;
  width: 100%;
  padding: 14px 30px;
  border-bottom: 1px solid rgba(6, 26, 16, 0.15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.child-link:hover {
  border-bottom-color: rgba(6, 26, 16, 0.2);
  background-color: #54e0eb;
  color: #fff;
  text-decoration: none;
}

.child-link.w--current {
  color: #01c6e4;
}

.child-link.last {
  border-bottom-color: transparent;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.child-link.last:hover {
  box-shadow: none;
}

.child-link.first {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.nav-link {
  margin-right: 12px;
  margin-left: 12px;
  border-bottom-style: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #50215d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #4ec3cc;
  text-decoration: none;
}

.nav-link.w--current {
  border-top-color: #98b839;
  background-color: #fbed1d;
}

.nav-link.w--current:hover {
  color: #50215d;
}

.nav-link.search {
  width: 60px;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/Search-icon-dark.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 0;
  color: transparent;
}

.nav-link.search.invert {
  background-image: url('../images/Search-icon.svg');
}

.nav-link.hide-desktop {
  display: none;
}

.nav-link.invert {
  color: #fff;
}

.nav-link.invert:hover {
  color: #4ec3cc;
}

.nav-link.invert.w--current {
  color: #50215d;
}

.logo-link {
  position: relative;
  z-index: 2;
  border-bottom-style: none;
}

.notification-bar {
  width: 100%;
  min-height: 48px;
  padding: 12px 24px;
  background-color: #fbed1d;
  color: #50215d;
  font-weight: 500;
  text-align: center;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.floating-img {
  position: relative;
  z-index: 2;
  max-width: 80%;
  min-width: 60%;
}

.floating-img._w-shadow {
  padding-bottom: 24px;
  padding-left: 24px;
}

.floating-img._w-lined-bg {
  padding-top: 18px;
  padding-right: 18px;
}

.gallery-cell {
  position: relative;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.gallery-cell:hover {
  text-decoration: none;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #e8eeee;
}

.header.dark {
  background-color: #50215d;
  color: hsla(0, 0%, 100%, 0.7);
}

.header.black {
  background-color: #000;
  color: hsla(0, 0%, 100%, 0.7);
}

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

.carousel-right-arrow {
  position: absolute;
  left: auto;
  top: 0%;
  right: 3px;
  bottom: 0%;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: #fff;
  background-image: url('../images/Carousel-Arrow-Right.svg');
  background-position: 53% 50%;
  background-repeat: no-repeat;
  box-shadow: 8px 8px 36px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.carousel-right-arrow:hover {
  box-shadow: 8px 8px 36px 0 rgba(0, 0, 0, 0.2);
}

.carousel-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -24px;
  font-size: 10px;
  line-height: 18px;
}

.mask {
  overflow: visible;
  padding: 12px;
}

.hide {
  display: none;
}

.carousel-left-arrow {
  position: absolute;
  left: 3px;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: #fff;
  background-image: url('../images/Carousel-Arrow-Left.svg');
  background-position: 47% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 11px 36px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.carousel-left-arrow:hover {
  box-shadow: 0 11px 36px 0 rgba(0, 0, 0, 0.2);
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 48px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #50215d;
  color: #fff;
}

.card.yellow {
  background-color: #fbed1d;
  color: #514853;
}

.card.white {
  background-color: #fff;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.1);
  color: #514853;
}

.card.purple {
  background-image: linear-gradient(225deg, #50215d, #b6519d 70%);
}

.carousel-cell {
  position: relative;
  width: 33.3%;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.carousel-cell:hover {
  text-decoration: none;
}

.white-bg {
  position: absolute;
  left: 60px;
  top: 60px;
  right: 60px;
  bottom: 60px;
  z-index: 1;
  background-color: #fff;
}

.sub-nav-wrap {
  z-index: 5;
  padding-top: 60px;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 100%;
  background-image: url('../images/IMG.png');
  background-position: 50% 100%;
  background-size: 574px;
  background-repeat: no-repeat;
}

.header-img._2 {
  background-image: url('../images/IMG-on-Dark.png');
}

.header-img-mobile {
  display: none;
}

.slash {
  padding-right: 6px;
  padding-left: 6px;
  color: #d1d7d7;
}

.dropdown-wrap {
  position: relative;
  z-index: 10;
}

.dropdown-wrap.faq {
  padding-bottom: 12px;
  border-top: 1px solid #d1d7d7;
}

.dropdown-wrap.faq.last {
  margin-bottom: 24px;
  border-bottom: 1px solid #d1d7d7;
}

.dropdown-trigger {
  position: relative;
  z-index: 20;
  display: inline-block;
  padding: 14px 24px 14px 42px;
  background-image: url('../images/Hamburger-icon-purple.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #50215d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.dropdown-trigger.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px 60px 12px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Open-icon.svg');
  background-position: 100% 60%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  text-transform: none;
}

.dropdown-trigger.faq:hover {
  color: #4ec3cc;
}

.dropdown-content {
  overflow: hidden;
  -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;
}

.dropdown-content.faq {
  overflow: visible;
}

.flip-block {
  position: relative;
  width: 29.3%;
  height: 400px;
  margin: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.filter-item-wrap {
  padding: 1vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter-item-wrap._25-p {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.filter-item-wrap.no-l-padding {
  padding-left: 0vw;
}

.filter-item-wrap.no-r-padding {
  padding-right: 0vw;
}

.breadcrumbs {
  display: inline-block;
  padding-left: 30px;
  background-image: url('../images/Home-icon.svg');
  background-position: 0% 50%;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 26px;
}

.breadcrumbs.invert {
  background-image: url('../images/Home-icon-white.svg');
}

.aside-graph {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.show-map-tooltip {
  position: absolute;
  left: 40%;
  top: 40%;
  width: 300px;
  height: 300px;
  cursor: pointer;
}

.modal-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e8eeee;
}

.modal-wrap.video {
  display: none;
}

.search-bar {
  width: 100%;
  padding-right: 60px;
  padding-left: 60px;
  background-color: #fff;
}

.highlighted-text {
  background-color: #fbed1d;
  box-shadow: -6px 0 0 0 #fbed1d, 6px 0 0 0 #fbed1d;
}

.search-button {
  width: 55px;
  height: 55px;
}

.mobile-buttons {
  display: none;
}

.form-search-button {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: transparent;
  background-image: url('../images/Search-icon-dark.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: transparent
}

.form-search-button:hover {
  background-color: #54e0eb;
  background-image: url('../images/Search-icon.svg');
}

.modal-close-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4ec3cc;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
}

.modal-close-button:hover {
  background-color: #50215d;
}

.nav-bar {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 96px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e8eeee;
}

.nav-bar.dark {
  background-color: #50215d;
}

.nav-bar.black {
  background-color: #000;
}

.top-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1000;
}

.nav-dropdown-link {
  position: relative;
  margin-right: 18px;
  margin-left: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-dropdown-link.more {
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav-dropdown-trigger {
  position: relative;
  z-index: 20;
  display: inline-block;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  color: #50215d;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  cursor: pointer;
}

.nav-dropdown-trigger:hover {
  text-decoration: none;
}

.nav-dropdown-trigger.hamburger {
  width: 60px;
  height: 60px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/Hamburger-icon-dark.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.nav-dropdown-trigger.hamburger.invert {
  background-image: url('../images/Hamburger-icon.svg');
}

.nav-dropdown-trigger.invert {
  color: #4ec3cc;
}

.nav-dropdown-content {
  position: absolute;
  left: 0px;
  top: 60px;
  right: auto;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 24px;
  background-color: #4ec3cc;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.2);
  font-weight: 600;
}

.nav-dropdown-content.position-left {
  left: auto;
  right: 0px;
}

.featured-img {
  display: block;
  min-width: 120%;
  margin-right: auto;
  margin-left: -10%;
}

.link-open-modal {
  display: inline-block;
  margin-bottom: 18px;
  padding-right: 6px;
  padding-left: 6px;
  border-bottom: 1px solid #4ec3cc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #514853;
  letter-spacing: 1px;
  cursor: pointer;
}

.link-open-modal:hover {
  border-bottom-color: #50215d;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #4ec3cc;
  text-decoration: none;
}

.legend-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.tittle-in-30-p-article {
  padding-right: 36px;
}

.article-tint {
  position: absolute;
  left: 84px;
  top: 96px;
  right: 0%;
  bottom: 115px;
  z-index: -1;
  background-color: #e8eeee;
}

.tittle-in-50-p-article {
  padding-right: 96px;
}

.thumb-link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15);
}

.article-cell {
  padding: 4vw 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.article-cell:hover {
  text-decoration: none;
}

.article-cell._40-p-article {
  position: relative;
  width: 40%;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.article-cell._40-p-article.second {
  margin-top: 4vw;
}

.article-cell._50-p-article {
  position: relative;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.article-cell._33-p-article {
  position: relative;
  width: 33.3%;
  margin-top: 4vw;
  margin-right: 8%;
  margin-left: 8%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-half-bg-img {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 50%;
  height: 100%;
  background-image: url('../images/IMG-Square-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-half-bg-img.left {
  left: 0px;
  right: auto;
}

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

.header-bg-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/Baltimore-Skyline-IMG.png');
  background-position: 50% 100%;
  background-size: 1440px;
  background-repeat: no-repeat;
}

.header-bg-img.right-half {
  left: 50%;
  width: 50%;
  background-position: 0% 100%;
}

.header-home {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  padding-top: 60px;
  padding-bottom: 36px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #50215d;
}

.circle-stats-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 180px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 180px;
  background-color: #e8eeee;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.circle-stats-item.border {
  border-style: solid;
  border-width: 10px;
  border-color: #b6519d;
  background-color: transparent;
  color: #50215d;
}

.circle-stats-item.dark {
  background-color: #50215d;
  background-image: linear-gradient(225deg, #50215d, #b6519d);
  color: #fff;
}

.circle-stats-item.yellow {
  background-color: #fbed1d;
  color: #50215d;
}

.number {
  margin-bottom: -4px;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}

.number.in-progress {
  margin-bottom: -6px;
  font-size: 48px;
  line-height: 60px;
}

.number.small {
  font-size: 34px;
  line-height: 50px;
}

.left-purple-deco {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 100px;
  background-image: url('../images/Left-Purple-Deco.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.right-vaccine-deco {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 150px;
  background-image: url('../images/Right-Vaccine-Deco.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.shadow-img {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 0px;
  z-index: 0;
  width: 80%;
  height: 80%;
  background-color: #e8eeee;
}

.carousel-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.share-button {
  display: inline-block;
  margin-top: 24px;
  padding-left: 30px;
  background-image: url('../images/Share-icon.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  color: #50215d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.share-button:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #50215d;
  text-decoration: none;
}

.share-button.invert {
  background-image: url('../images/Share-icon-white.svg');
  color: #fff;
}

.floating-purple-rectangle {
  position: absolute;
  left: auto;
  top: auto;
  right: 60px;
  bottom: 12px;
  z-index: 3;
  width: 50px;
  height: 30px;
  background-color: #b6519d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.floating-yellow-rectangle {
  position: absolute;
  left: 60px;
  top: auto;
  right: auto;
  bottom: -12px;
  z-index: 3;
  width: 50px;
  height: 30px;
  background-color: #fbed1d;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.floating-yellow-rectangle._w-purple-block {
  left: auto;
  top: 12px;
  right: 60px;
  bottom: auto;
}

.hospital-circle-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 48px;
  height: 48px;
  background-image: url('../images/Hospital-circle-icon.svg');
  background-position: 50% 50%;
}

.deaths-circle-icon {
  position: absolute;
  left: auto;
  top: 6px;
  right: 6px;
  bottom: auto;
  width: 48px;
  height: 48px;
  background-image: url('../images/Deaths-circle-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: none;
}

.vaccine-circle-icon {
  position: absolute;
  left: -12px;
  top: auto;
  right: auto;
  bottom: -12px;
  z-index: -1;
  width: 72px;
  height: 72px;
  background-image: url('../images/Circle-vaccine-icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lined-bg-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 80%;
  height: 80%;
  background-image: url('../images/Lined-Box-BG.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.progress-wrap {
  width: 100%;
  padding: 24px;
  color: #fff;
  text-align: left;
}

.progress-wrap:hover {
  text-decoration: none;
}

.vaxxed {
  width: 70%;
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  background-color: #4ec3cc;
  background-image: -webkit-gradient(linear, left top, right top, from(#54e0eb), to(#b6519d));
  background-image: linear-gradient(90deg, #54e0eb, #b6519d);
  color: #50215d;
}

.unvaxxed {
  width: 30%;
  border-top-right-radius: 70px;
  border-bottom-right-radius: 70px;
  background-color: #fbed1d;
  color: #50215d;
}

.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 108px;
  border-radius: 70px;
  background-color: #fbed1d;
}

.progress-info {
  display: inline-block;
  margin-top: 12px;
  padding-left: 48px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
  line-height: 24px;
}

.progress-stats-mobile {
  display: none;
  width: 100%;
}

.vaxxed-numbers {
  width: 70%;
  padding: 12px 36px 12px 48px;
}

.unvaxxed-numbers {
  width: 30%;
  padding: 12px 36px;
}

.notification-bar-link {
  color: #50215d;
  text-decoration: underline;
}

.notification-bar-link:hover {
  color: #50215d;
  text-decoration: none;
}

.block {
  display: block;
  height: 100%;
  padding: 48px 40px;
  background-color: #50215d;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  color: #fff;
  text-align: center;
}

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

.block.yellow {
  background-color: #fbed1d;
  color: #514853;
}

.block.white {
  background-color: #fff;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.1);
  color: #514853;
}

.block.purple {
  background-image: linear-gradient(225deg, #50215d, #b6519d 70%);
}

.block.purple:hover {
  color: #fff;
}

.block.blue {
  background-color: #54e0eb;
  color: #514853;
}

.lined-bg-block {
  position: absolute;
  left: 12px;
  top: 12px;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 80%;
  height: 80%;
  background-image: url('../images/Lined-Box-BG.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.social-icon {
  width: 30px;
  height: 30px;
  margin-right: 12px;
  border: 2px solid #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-icon:hover {
  border-color: #54e0eb;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.social-icon.twitter {
  background-image: url('../images/TW-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.social-icon.facebook {
  background-image: url('../images/FB-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.social-icon.linkedin {
  background-image: url('../images/IN-icon_1.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.social-icon.instagram {
  background-image: url('../images/IG-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.social-icon.email {
  background-image: url('../images/IN-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.social-icon.email.dark {
  background-image: none;
}

.social-icon.dark {
  border-color: #50215d;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.social-icon.dark:hover {
  border-color: #4ec3cc;
  background-color: transparent;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.social-icon.dark.facebook {
  background-image: url('../images/FB-icon-dark-simple.svg');
}

.social-icon.dark.facebook.l-margin-12 {
  margin-left: 12px;
}

.social-icon.dark.twitter {
  background-image: url('../images/TW-icon-dark-simple.svg');
}

.social-icon.dark.linkedin {
  background-image: url('../images/IN-icon-dark-simple.svg');
}

.social-icon.dark.email {
  background-image: url('../images/Email-icon-dark-simple.svg');
  background-size: auto;
}

.social-icon.dark.download {
  background-image: url('../images/Download-icon-dark-simple.svg');
}

.social-icon.dark.instagram {
  background-image: url('../images/IG-icon-dark-simple.svg');
}

.social-icon.dark.tiktok {
  background-image: url('../images/TT-icon-dark-simple.svg');
}

.social-icon.dark-large {
  width: 48px;
  height: 48px;
  border-width: 4px;
  border-color: #50215d;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.social-icon.dark-large:hover {
  border-color: #4ec3cc;
  background-color: transparent;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.social-icon.dark-large.facebook {
  background-image: url('../images/FB-icon-dark-simple-large.svg');
}

.social-icon.dark-large.twitter {
  background-image: url('../images/TW-icon-dark-simple-large.svg');
}

.social-icon.dark-large.linkedin {
  background-image: url('../images/IN-icon-dark-simple-large.svg');
}

.social-icon.dark-large.email {
  background-image: url('../images/Email-icon-dark-simple-large.svg');
  background-size: auto;
}

.social-icon.dark-large.instagram {
  background-image: url('../images/IG-icon-dark-simple-large.svg');
  background-size: auto;
}

.social-icon.dark-large.tiktok {
  background-image: url('../images/TT-icon-dark-simple-large.svg');
}

.social-icon.tiktok {
  background-image: url('../images/TT-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.social-icons-footer {
  margin-bottom: 24px;
}

.banner-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.banner-image:hover {
  text-decoration: none;
}

.gradient-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, right top, left top, from(#b6519d), to(#4ec3cc));
  background-image: linear-gradient(270deg, #b6519d, #4ec3cc);
}

.banner-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

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

.testimonial-quote-icon {
  position: absolute;
  left: 24px;
  top: auto;
  right: auto;
  bottom: -36px;
  width: 100px;
  height: 80px;
  background-image: url('../images/Testimonial-Quote.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.hide-desktop {
  display: none;
}

.footer-deco {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 40%;
  height: 100px;
  background-image: url('../images/Footer-Deco.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.left-virus-deco {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 200px;
  background-image: url('../images/Left-virus-deco.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.vaxxed-stats {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 48px;
}

.unvaxxed-stats {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 36px;
}

.icon-button {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 30px;
  background-image: url('../images/Share-icon.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #50215d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.icon-button:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #4ec3cc;
  text-decoration: none;
}

.icon-button.share-purple {
  background-image: url('../images/Share-icon-purple.svg');
}

.icon-button.get-vaccine-purple {
  background-image: url('../images/Get-Vaccine-icon-purple.svg');
}

.icon-button.document-purple {
  background-image: url('../images/Document-icon-purple.svg');
}

.icon-button.r-margin {
  margin-right: 24px;
}

.icon-button.download-purple {
  background-image: url('../images/Share-icon-purple.svg');
}

.t-margin-18 {
  margin-top: 18px;
}

.home-header-title {
  color: #fff;
}

.header-bg-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(25%, rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.75)));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.75));
}

.in-list-icon {
  margin-right: 18px;
}

.tint-container-bg {
  position: absolute;
  left: 60px;
  top: 0%;
  right: 0%;
  bottom: 78px;
  z-index: -2;
  background-color: #e8eeee;
}

.tint-container-bg.align-bottom {
  bottom: -60px;
}

.t-margin-36 {
  margin-top: 36px;
}

.link-row {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d1d7d7;
  color: #50215d;
  font-weight: 600;
}

.link-row:hover {
  color: #4ec3cc;
  text-decoration: none;
}

.has-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 110%;
  z-index: 10;
  width: 300px;
  padding: 18px 24px;
  background-color: #fff;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.15);
  color: #514853;
}

.tooltip._w-progress-info {
  bottom: 30px;
  margin-left: 48px;
}

.tooltip.share {
  right: auto;
  bottom: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 12px;
}

.tooltip.share._w-icon-button {
  bottom: 110%;
}

.question-mark {
  padding-right: 4px;
  padding-left: 4px;
  border-radius: 20px;
  background-color: #fff;
  color: #50215d;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
}

.t-margin-24 {
  margin-top: 24px;
}

.play-video {
  position: absolute;
  left: 0%;
  top: 18px;
  right: 18px;
  bottom: 0px;
  z-index: 2;
  background-color: rgba(80, 33, 93, 0.25);
  background-image: url('../images/Play-video-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: transparent;
}
.play-video:hover {
  color: transparent;
}
.play-video.image-first {
  top: 0px;
  right: 0px;
  margin-bottom: 24px;
  margin-left: 24px;
}

.modal-video {
  width: 95vh;
  max-width: 90vw;
}

.floating-header-img {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: -108px;
  box-shadow: 0 11px 36px 0 rgba(0, 0, 0, 0.15);
}

.b-margin-24 {
  margin-bottom: 24px;
}

.file-type-icon {
  position: absolute;
  left: 48px;
  top: 12px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 60px;
  height: 60px;
  background-color: #fff;
}

.file-type-icon.image {
  background-image: url('../images/Image-icon.svg');
  background-position: 50% 50%;
  background-size: 45px;
  background-repeat: no-repeat;
}

.file-type-icon.video {
  background-image: url('../images/Video-icon-simple.svg');
  background-position: 50% 50%;
  background-size: 44px;
  background-repeat: no-repeat;
}

.file-type-icon.audio {
  background-image: url('../images/Audio-icon.svg');
  background-position: 50% 50%;
  background-size: 45px;
  background-repeat: no-repeat;
}

.file-type-icon.pdf {
  background-image: url('../images/PDF icon small.svg');
  background-position: 50% 50%;
  background-size: 45px;
  background-repeat: no-repeat;
}

.footer-link {
  display: inline-block;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.footer-link:hover {
  border-bottom-color: #54e0eb;
  color: #fff;
  text-decoration: none;
}

.block-in-50-p {
  position: relative;
  width: 70%;
  height: 100%;
  padding: 48px 40px 48px 48px;
  background-color: #50215d;
  background-image: linear-gradient(225deg, #50215d, #b6519d);
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
}

.icon-button-text {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-right: 6px;
  color: #50215d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.icon-button-simple {
  display: inline-block;
  padding: 6px;
  color: #50215d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.icon-button-simple:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #4ec3cc;
  text-decoration: none;
}

.yes-or-no-wrap {
  display: inline-block;
  padding-right: 24px;
}

.dropdown-link {
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid #e2ede8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #50215d;
  font-weight: 600;
}

.dropdown-link:hover {
  color: #4ec3cc;
  text-decoration: none;
}

.has-tooltip-share {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.button-input {
  position: relative;
  z-index: 1;
  padding: 14px 58px;
  background-color: transparent;
  color: #50215d;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-input-wrap {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  min-height: 55px;
  min-width: 160px;
  margin-top: 12px;
  margin-bottom: 12px;
  border-style: solid;
  border-width: 3px;
  border-color: #4ec3cc;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #50215d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-input-wrap:hover {
  border-color: #54e0eb;
  color: #50215d;
  text-decoration: none;
}

.z-index-11 {
  position: relative;
  z-index: 11;
}

.line {
  width: 100%;
  height: 1px;
  margin-top: -24px;
  margin-bottom: 18px;
  background-color: #d1d7d7;
}

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

.page-no {
  display: block;
  padding: 2px 18px;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #50215d;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
}

.page-no:hover {
  border-bottom-color: #4ec3cc;
  color: #2e2a42;
  text-decoration: none;
}

.page-no.current {
  border-bottom: 2px solid #b6519d;
}

.page-no.current:hover {
  color: #131212;
}

@media screen and (min-width: 1440px) {
  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.banner.b-margin {
    margin-bottom: 96px;
  }

  .fluid-cell {
    padding: 36px;
  }

  .fluid-cell.intro {
    width: 56%;
    margin-right: 22%;
    margin-left: 22%;
  }

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

  .container.banner {
    max-width: 1606px;
  }

  .logo-img {
    max-width: 700px;
  }

  .nav-link {
    font-size: 14px;
  }

  .floating-img {
    max-width: 80%;
    min-width: 60%;
  }

  .gallery-cell {
    position: relative;
  }

  .carousel-right-arrow {
    right: 24px;
  }

  .carousel-nav {
    bottom: -12px;
  }

  .mask {
    padding: 18px;
  }

  .carousel-left-arrow {
    left: 24px;
  }

  .carousel-cell {
    padding: 36px;
  }

  .white-bg {
    max-width: 1486px;
    margin-right: auto;
    margin-left: auto;
  }

  .flip-block {
    height: 350px;
  }

  .article-tint {
    bottom: 132px;
  }

  .circle-stats-item {
    margin-right: 36px;
    margin-bottom: 36px;
    margin-left: 36px;
  }

  .right-vaccine-deco {
    width: 175px;
  }

  .lined-bg-block {
    left: 24px;
    top: 24px;
  }

  .social-icon.email {
    background-image: url('../images/Email-icon-dark.svg');
  }

  .banner-image {
    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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .gradient-bg {
    max-width: 1604px;
    margin-right: auto;
    margin-left: auto;
  }

  .banner-text {
    padding: 36px;
  }

  .icon-button.download-purple {
    background-image: url('../images/Download-icon-purple.svg');
  }

  .tint-container-bg {
    left: 48px;
    right: 48px;
  }

  .modal-video {
    width: 100vh;
    max-width: none;
  }

  ._100-p-image {
    width: 100%;
  }

  .b-margin-24 {
    margin-bottom: 36px;
  }

  .file-type-icon {
    left: 60px;
    top: 18px;
  }

  .line {
    margin-top: -36px;
  }
}

@media screen and (max-width: 991px) {
  body {
    background-position: -170px -20px;
  }

  h1 {
    font-size: 48px;
    line-height: 58px;
  }

  h2 {
    font-size: 40px;
    line-height: 52px;
  }

  h3 {
    font-size: 30px;
    line-height: 42px;
  }

  h4 {
    font-size: 24px;
    line-height: 36px;
  }

  a:hover {
    color: #54e0eb;
  }

  .p-large._70-p {
    width: 80%;
  }

  .button.in-top-bar {
    margin: 24px 0px 12px;
    padding: 14px 48px;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.banner {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .fluid-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .fluid-cell._67-p._100-p-on-tablet {
    width: 100%;
  }

  .fluid-cell._25-p._50-on-tablet {
    width: 50%;
  }

  .fluid-cell._70-p {
    width: 80%;
  }

  .fluid-cell.intro {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }

  .fluid-cell._33-p._100-on-tablet {
    width: 100%;
  }

  .fluid-cell._33-p._50-p-on-tablet {
    width: 50%;
  }

  .fluid-cell.intro {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }

  .fluid-cell.xtro {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }

  .container {
    padding-right: 36px;
    padding-left: 36px;
  }

  .container._w-carousel {
    padding-top: 18px;
  }

  .container._w-tint-bg {
    padding-top: 18px;
  }

  .container.reverse-on-tablet {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .faux-h1 {
    font-size: 48px;
    line-height: 60px;
  }

  .faux-h2 {
    font-size: 40px;
    line-height: 52px;
  }

  .faux-h3 {
    font-size: 30px;
    line-height: 42px;
  }

  .faux-h4 {
    font-size: 24px;
    line-height: 36px;
  }

  .form-item-wrap.in-search-bar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .article-thumb-link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .form-horizontal {
    padding-top: 24px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .article-copy-wrap {
    width: auto;
    margin-top: -30px;
    padding-right: 12px;
  }

  .article-copy-wrap.important {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0vw;
    bottom: 0vw;
    width: 100%;
    margin-top: -36px;
    padding: 0vw 36px 2vw 2vw;
    background-color: transparent;
  }

  .child-link {
    padding: 6px 0px;
    border-bottom-style: none;
    background-color: transparent;
    color: #50215d;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
  }

  .child-link:hover {
    background-color: transparent;
    color: #50215d;
  }

  .child-link.first {
    border-top-style: none;
  }

  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
  }

  .nav-link:hover {
    border-bottom-color: hsla(0, 0%, 100%, 0.2);
    color: #fff;
  }

  .nav-link.w--current {
    background-color: transparent;
    color: #fff;
  }

  .nav-link.w--current:hover {
    color: #fff;
  }

  .nav-link.search {
    display: none;
  }

  .nav-link.hide-desktop {
    display: block;
  }

  .logo-link.w--current {
    position: relative;
    z-index: 2;
  }

  .nav {
    position: absolute;
    left: 0%;
    top: 96px;
    right: 0%;
    bottom: auto;
    z-index: 1;
    display: none;
    overflow: auto;
    width: 100%;
    padding: 12px 36px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #50215d;
    box-shadow: 0 24px 36px 0 rgba(0, 0, 0, 0.15);
  }

  .hamburger-button {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
  }

  .menu-open {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background-image: url('../images/Hamburger-icon-dark.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .menu-open.invert {
    background-image: url('../images/Hamburger-icon.svg');
  }

  .menu-close {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
    height: 100%;
    background-image: url('../images/Close-icon-dark.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .menu-close.invert {
    background-image: url('../images/Close-icon.svg');
  }

  .gallery-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .header {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .carousel-nav {
    bottom: -6vw;
  }

  .card {
    padding-right: 36px;
    padding-bottom: 24px;
    padding-left: 36px;
  }

  .carousel-cell {
    width: 50%;
  }

  .carousel-cell.hide-on-tablet {
    display: none;
  }

  .white-bg {
    left: 24px;
    top: 24px;
    right: 24px;
    bottom: 24px;
  }

  .sub-nav-wrap {
    padding-top: 48px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .header-img {
    background-size: contain;
  }

  .header-img-mobile {
    width: 100%;
  }

  .dropdown-trigger.faq {
    padding-right: 48px;
  }

  .dropdown-content.faq {
    width: 80%;
  }

  .flip-block {
    width: 29.3%;
  }

  .filter-item-wrap._25-p {
    width: 50%;
  }

  .search-bar {
    padding-right: 36px;
    padding-left: 36px;
  }

  .search-button {
    width: 48px;
    height: 48px;
    background-image: url('../images/Search-icon-dark.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    cursor: pointer;
  }

  .search-button.invert {
    background-image: url('../images/Search-icon.svg');
  }

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

  .form-search-button {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    cursor: pointer;
  }

  .nav-bar {
    padding: 12px 36px;
  }

  .nav-dropdown-link {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-dropdown-link.more {
    display: none;
  }

  .nav-dropdown-trigger {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
  }

  .nav-dropdown-trigger.invert {
    color: #fff;
  }

  .nav-dropdown-content {
    position: static;
    padding-top: 6px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .tittle-in-30-p-article {
    padding-right: 0px;
  }

  .article-tint {
    left: 60px;
    bottom: 96px;
  }

  .thumb-link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .article-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .header-home {
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .number {
    font-size: 48px;
    line-height: 60px;
  }

  .left-purple-deco {
    width: 80px;
  }

  .right-vaccine-deco {
    width: 120px;
  }

  .progress-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

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

  .vaxxed-numbers {
    font-size: 14px;
    line-height: 26px;
  }

  .unvaxxed-numbers {
    font-size: 14px;
    line-height: 26px;
  }

  .block {
    padding-right: 36px;
    padding-bottom: 18px;
    padding-left: 36px;
  }

  .banner-text {
    padding-top: 48px;
    padding-bottom: 48px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-deco {
    height: 80px;
  }

  .left-virus-deco {
    width: 150px;
  }

  .tint-container-bg {
    left: 24px;
    right: 24px;
  }

  .tint-container-bg.align-bottom {
    bottom: -48px;
  }

  .floating-header-img {
    right: 0px;
  }

  .file-type-icon {
    left: 36px;
    top: 18px;
  }

  .block-in-50-p {
    width: 100%;
    padding-right: 36px;
    padding-bottom: 18px;
    padding-left: 36px;
  }

  .dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-link:hover {
    border-bottom-color: hsla(0, 0%, 100%, 0.2);
  }
}

@media screen and (max-width: 767px) {
  body {
    background-position: -300px -20px;
  }

  h1 {
    margin-bottom: 12px;
    padding-top: 8px;
    font-size: 42px;
    line-height: 50px;
  }

  h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 46px;
  }

  h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 26px;
    line-height: 38px;
  }

  h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }

  h5 {
    padding-top: 8px;
    font-size: 18px;
    line-height: 28px;
  }

  blockquote {
    margin-left: 0px;
    font-size: 28px;
    line-height: 44px;
  }

  .p-large {
    margin-bottom: 18px;
  }

  .p-large._70-p {
    width: 100%;
  }

  .p-small.caption {
    margin-top: -24px;
    margin-bottom: 48px;
  }

  .button.invert:hover {
    color: #fff;
  }

  .section {
    padding-top: 36px;
    padding-bottom: 36px;
    border-right-width: 36px;
    border-left-width: 36px;
  }

  .section._w-carousel {
    display: none;
  }

  .section.narrow {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section.banner {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .fluid-cell._67-p {
    width: 100%;
  }

  .fluid-cell._50-p {
    width: 100%;
  }

  .fluid-cell._25-p {
    width: 100%;
  }

  .fluid-cell._25-p._50-on-tablet {
    width: 100%;
  }

  .fluid-cell._70-p {
    width: 100%;
  }

  .fluid-cell._70-p.article-img {
    padding-bottom: 0px;
  }

  .fluid-cell.intro {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .fluid-cell._33-p {
    width: 100%;
  }

  .fluid-cell._33-p._50-p-on-tablet {
    width: 100%;
  }

  .fluid-cell.filter-wrap {
    padding-right: 1.5vw;
    padding-left: 1.5vw;
  }

  .fluid-cell.intro {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .fluid-cell._45-p {
    width: 100%;
  }

  .fluid-cell.xtro {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .subheading {
    background-image: none;
    font-size: 13px;
    line-height: 23px;
  }

  .text-field {
    padding-right: 22px;
    padding-left: 22px;
  }

  .text-field.inline-w-button {
    margin-bottom: 0px;
  }

  .container {
    padding-right: 2vw;
    padding-left: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.center-all {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .container.center-all.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .container.banner {
    padding-top: 0px;
    padding-right: 3vw;
    padding-bottom: 0px;
  }

  .container.in-header-home {
    padding-right: 36px;
    padding-left: 36px;
    -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;
  }

  .container._w-tint-bg {
    padding-top: 24px;
  }

  .faux-h1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 42px;
    line-height: 54px;
  }

  .faux-h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 46px;
  }

  .faux-h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 26px;
    line-height: 38px;
  }

  .faux-h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }

  .faux-h5 {
    padding-top: 8px;
    font-size: 18px;
    line-height: 30px;
  }

  .form-item-wrap.in-search-bar {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .footer-nav-link {
    color: hsla(0, 0%, 100%, 0.8);
  }

  .footer-nav-link:hover {
    color: #fff;
  }

  .thumb-img {
    min-width: 100%;
  }

  .form-horizontal {
    padding-top: 12px;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .select-field {
    padding-left: 18px;
  }

  .article-copy-wrap {
    width: auto;
    margin-top: -30px;
    padding-right: 48px;
  }

  .article-copy-wrap.important {
    margin-top: -48px;
    padding-right: 60px;
    padding-bottom: 3vw;
    padding-left: 3vw;
  }

  .cta-block {
    padding: 6vw 6vw 5vw;
  }

  .nav-link.invert {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .notification-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .nav {
    top: 72px;
  }

  .menu-open {
    width: 100%;
    height: 100%;
  }

  .menu-close {
    width: 100%;
    height: 100%;
  }

  .floating-img {
    max-width: 100%;
    min-width: 100%;
  }

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

  .header {
    height: auto;
    max-height: none;
    min-height: auto;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .header.article-img {
    padding-bottom: 0px;
  }

  .carousel-right-arrow {
    right: -12px;
    width: 48px;
    height: 48px;
  }

  .carousel-nav {
    bottom: -8vw;
  }

  .mask {
    padding: 0px;
  }

  .carousel-left-arrow {
    left: -12px;
    width: 48px;
    height: 48px;
  }

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

  .white-bg {
    left: 12px;
    top: 12px;
    right: 12px;
    bottom: 12px;
  }

  .sub-nav-wrap {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 9vw 3vw 11vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    box-shadow: none;
    text-align: left;
  }

  .header-img {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: -36px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .header-img._2 {
    background-image: url('../images/IMG-on-Dark.png');
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .header-img-mobile {
    display: inline-block;
  }

  .dropdown-content.faq {
    width: 100%;
  }

  .flip-block {
    width: 94%;
    height: 320px;
    margin: 3%;
    padding: 3%;
    -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;
  }

  .filter-item-wrap {
    padding: 1.5vw;
  }

  .show-map-tooltip {
    display: none;
  }

  .search-bar {
    padding-right: 4vw;
    padding-left: 6vw;
  }

  .form-search-button:hover {
    background-color: transparent;
  }

  .nav-bar {
    height: 72px;
    padding-right: 4vw;
    padding-left: 6vw;
  }

  .legend-item {
    cursor: auto;
  }

  .article-tint {
    left: 48px;
    top: 84px;
    bottom: 78px;
  }

  .tittle-in-50-p-article {
    padding-right: 0px;
  }

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

  .article-cell {
    padding: 3vw;
    -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;
  }

  .article-cell._40-p-article {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .article-cell._40-p-article.second {
    margin-top: 0vw;
  }

  .article-cell._50-p-article {
    width: 100%;
  }

  .article-cell._33-p-article {
    width: 100%;
    margin-top: 0vw;
    margin-right: 0%;
    margin-left: 0%;
  }

  .section-half-bg-img {
    position: static;
    width: 100%;
    height: 400px;
    margin-top: 36px;
    margin-bottom: -36px;
  }

  .header-bg-img {
    background-size: auto 340px;
  }

  .header-bg-img.right-half {
    position: static;
    left: 0%;
    width: 100%;
    height: 315px;
    margin-bottom: -36px;
    background-position: 50% 0%;
  }

  .header-home {
    height: 360px;
  }

  .number {
    font-size: 42px;
    line-height: 54px;
  }

  .left-purple-deco {
    width: 24px;
  }

  .right-vaccine-deco {
    display: none;
  }

  .floating-purple-rectangle {
    right: 48px;
  }

  .floating-yellow-rectangle {
    left: 48px;
  }

  .floating-yellow-rectangle._w-purple-block {
    right: 48px;
  }

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

  .progress {
    height: 36px;
  }

  .progress-info {
    padding-left: 0px;
  }

  .hide-mobile {
    display: none;
  }

  .progress-stats-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .vaxxed-numbers {
    padding-top: 0px;
    padding-left: 0px;
    line-height: 24px;
  }

  .unvaxxed-numbers {
    padding-top: 0px;
    padding-left: 0px;
    line-height: 24px;
  }

  .banner-image {
    width: 100%;
    padding-top: 48px;
  }

  .banner-text {
    width: 100%;
    padding-bottom: 0px;
  }

  .testimonial-quote-icon {
    left: auto;
    right: 48px;
  }

  .hide-desktop {
    display: block;
  }

  .left-virus-deco {
    display: none;
  }

  .vaxxed-stats {
    display: none;
  }

  .unvaxxed-stats {
    display: none;
  }

  .tint-container-bg {
    left: 0px;
    right: 0px;
  }

  .tint-container-bg.align-bottom {
    bottom: -36px;
  }

  .has-tooltip {
    cursor: auto;
  }

  .tooltip {
    display: none;
  }

  .question-mark {
    display: none;
  }

  .floating-header-img {
    position: static;
  }

  .file-type-icon {
    left: 48px;
    top: 12px;
  }

  .footer-link {
    color: hsla(0, 0%, 100%, 0.8);
  }

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

  .has-tooltip-share {
    cursor: auto;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-position: -330px -20px;
  }

  h1 {
    line-height: 48px;
  }

  blockquote {
    font-size: 24px;
    line-height: 40px;
  }

  .p-large {
    font-size: 22px;
    line-height: 34px;
  }

  .p-small.caption {
    margin-top: -18px;
    margin-bottom: 36px;
  }

  .utility-page-content {
    width: 260px;
  }

  .button {
    padding-right: 36px;
    padding-left: 36px;
  }

  .button.in-top-bar {
    margin-top: 12px;
  }

  .section {
    padding-top: 24px;
    padding-bottom: 24px;
    border-right-width: 0px;
    border-left-width: 0px;
  }

  .fluid-cell {
    padding: 18px 0px;
  }

  .fluid-cell.filter-wrap {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .subheading.large {
    font-size: 16px;
    line-height: 26px;
  }

  .container {
    padding-right: 8vw;
    padding-left: 8vw;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container._w-carousel {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .container.banner {
    padding-right: 8vw;
  }

  .container.in-header-home {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-item-wrap {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .form-item-wrap.half {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

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

  .form-item-wrap.in-search-bar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .img-in-text {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .article-copy-wrap {
    padding-right: 12px;
  }

  .article-copy-wrap.important {
    margin-top: -36px;
    padding-right: 12px;
    padding-left: 0vw;
  }

  .cta-block {
    padding-top: 8vw;
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .child-link {
    font-size: 16px;
    line-height: 26px;
  }

  .nav-link {
    font-size: 18px;
    line-height: 28px;
  }

  .notification-bar {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav {
    top: 60px;
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .hamburger-button {
    width: 36px;
  }

  .floating-img._w-shadow {
    padding-bottom: 12px;
    padding-left: 12px;
  }

  .floating-img._w-lined-bg {
    padding-top: 12px;
    padding-right: 12px;
  }

  .header {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .carousel-right-arrow {
    right: -12px;
    border-width: 4px;
  }

  .carousel-nav {
    display: none;
  }

  .mask {
    padding: 0px;
  }

  .carousel-left-arrow {
    left: -12px;
    border-width: 4px;
  }

  .card {
    padding-top: 36px;
  }

  .carousel-cell {
    padding: 8px;
  }

  .white-bg {
    border-bottom: 1px solid #d1d7d7;
  }

  .sub-nav-wrap {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .header-img {
    margin-bottom: -24px;
  }

  .dropdown-trigger.faq {
    -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;
  }

  .flip-block {
    width: 100%;
    margin: 3% 0%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .filter-item-wrap {
    width: 100%;
    padding: 2vw 0vw;
  }

  .filter-item-wrap._25-p {
    width: 100%;
  }

  .aside-graph {
    width: 50%;
    padding: 12px;
  }

  .search-bar {
    padding-right: 4vw;
    padding-left: 8vw;
  }

  .search-button.invert {
    width: 36px;
  }

  .nav-bar {
    height: 60px;
    padding-right: 4vw;
    padding-left: 8vw;
  }

  .nav-dropdown-trigger {
    font-size: 18px;
    line-height: 28px;
  }

  .article-tint {
    left: 24px;
    top: 60px;
    right: -12px;
  }

  .thumb-link {
    margin-bottom: 12px;
  }

  .article-cell {
    padding: 5vw 0px;
  }

  .article-cell._40-p-article {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section-half-bg-img {
    height: 280px;
    margin-top: 24px;
    margin-bottom: -24px;
    padding: 8%;
  }

  .header-bg-img {
    background-size: auto 220px;
  }

  .header-bg-img.right-half {
    height: 204px;
    margin-bottom: -23px;
  }

  .header-home {
    height: 240px;
    padding-top: 24px;
    padding-bottom: 12px;
  }

  .left-purple-deco {
    display: none;
  }

  .floating-purple-rectangle {
    right: 24px;
  }

  .floating-yellow-rectangle {
    left: 24px;
  }

  .floating-yellow-rectangle._w-purple-block {
    right: 24px;
  }

  .progress-wrap {
    padding: 12px 0px;
  }

  .vaxxed-numbers {
    padding-right: 12px;
  }

  .unvaxxed-numbers {
    padding-right: 12px;
  }

  .lined-bg-block {
    left: -12px;
    top: 6px;
  }

  .social-icon.dark-large {
    width: 40px;
    height: 40px;
    border-width: 3px;
  }

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

  .banner-text {
    padding-top: 24px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .testimonial-quote-icon {
    right: 24px;
    width: 80px;
    height: 60px;
    background-size: contain;
  }

  .footer-deco {
    height: 48px;
    background-position: 50% 50%;
  }

  .home-header-title {
    font-size: 36px;
    line-height: 40px;
  }

  .in-list-icon {
    margin-bottom: 12px;
  }

  .tint-container-bg.align-bottom {
    bottom: -24px;
  }

  .tooltip.share {
    left: -24px;
  }

  .play-video.image-first {
    margin-bottom: 12px;
    margin-left: 12px;
  }

  .file-type-icon {
    left: 18px;
  }

  .button-input-wrap {
    padding-right: 36px;
    padding-left: 36px;
  }

  .line {
    margin-top: -18px;
  }
}

