body {
  background: #fff;
}
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul:last-child,
p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin: 1rem 0;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 24px;
}
p {
  font-family: inherit;
}
.vibrancyTool input,
.vibrancyTool textarea,
.vibrancyTool select {
  border: none;
}
.bannerWrap {
  position: relative;
  background-color: #041b33;
  background-image: url(../images/banner-vibrancy-tool.jpg);
  background-size: cover;
  background-position: 50%;
  padding: 150px 0;
}
.bannerWrap .wrapper {
  position: relative;
  z-index: 5;
  max-width: 1060px;
}
.bannerWrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #041b33;
  opacity: 0.8;
}
.ugb-header__title {
  font-size: 1.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #75ceee;
  text-align: left;
  margin-top: 0;
}
.ugb-header__subtitle {
  font-family: "CircularStdBook", sans-serif;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.3em;
  color: #fff;
}
.chart-container.svelte-1bmx8uh {
  min-height: 840px;
}
.chart-container.svelte-rmyq4t {
  min-height: 800px;
}
.layercake.svelte-rmyq4t {
  min-height: 700px;
}
.chart-container .title-container {
  margin-bottom: 16px;
}
.chart-container .slider {
  padding: 0 10px;
  margin-bottom: 16px;
}
.chart-container .slider .container {
  position: relative;
}
.chart-container .slider .container .top {
  display: block;
}
.chart-container .slider .container .annotation {
  position: absolute;
  top: 100%;
}
.chart-container .slider .container .annotation.low {
  transform: translateX(-50%);
  left: 10px;
}
.chart-container .slider .container .annotation.high {
  transform: translateX(50%);
  right: 10px;
}
.vibrancyTool {
  font-size: 20px;
  /* font-family: "CircularStdBook", sans-serif; */
}
.headingStyle1 h3 {
  background: #041b33;
  color: #75ceee;
  padding: 10px 20px 8px;
  max-width: 100%;
  margin-bottom: 30px !important;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  /* text-transform: uppercase; */
}
.welcomeWrap {
  grid-gap: 35px;
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  padding: 80px 0;
  position: relative;
  z-index: 2;
}
.welcomeBlk {
  background-color: #75ceee;
  padding: 100px 20px 30px;
  margin-top: -150px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
}
.welcomeBlk h3 {
  font-size: 40px;
  font-weight: 700;
}
.welcomeBlk h3:last-child {
  margin-bottom: 0;
}
.sectionHeading {
  font-size: 28px;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #041b33;
}
.contentWrapper {
  display: flex;
  margin: 60px 0;
  position: relative;
}
.contentWrapper .leftCont {
  flex: 0 0 360px;
  border-right: 1px solid #041b33;
  padding-right: 40px;
  font-size: 1rem;
}
.leftCont h3 {
  margin-top: 30px;
}
.contentWrapper .rightCont {
  flex: 1;
  padding-left: 40px;
}
.chartBlk {
  font-size: 0.8125rem;
}
.noteTxt {
  font-size: 14px;
  margin-top: 30px;
}
h2.chartTitle {
  color: #041b33;
  font-weight: 500;
  font-size: 24px;
  margin: 0 0 10px;
}
h3.subTitle {
  font-size: 16px;
  margin: 0;
}
.mainToggle {
  margin-bottom: 30px;
}
.toggleTitle {
  font-size: 24px;
  margin-bottom: 10px;
}
.annotation-container {
  max-width: 8rem;
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.7);
  padding: 5px;
  border: 1px solid #041b33;
}
.tooltip {
  visibility: hidden;
  width: 120px;
  background-color: #fff;
  color: #041b33;
  text-align: center;
  padding: 5px;
  border-radius: 0;
  pointer-events: none;
  font-weight: 300;
  border: 1px solid #041b33;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 2;
  font-size: 14px;
}
.visible {
  visibility: visible;
}
input[type="range"] {
  padding: 0;
  background: transparent;
  height: 20px;
  margin-bottom: 8px;
  border: none;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #041b33;
  border-radius: 4px;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #041b33;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 2px;
  -moz-transition: 0.2s;
  transition: 0.2s;
  background: #041b33;
  border-radius: 4px;
}
input[type="range"]::-ms-track {
  width: 100%;
  height: 2px;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type="range"]::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #041b33;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type="range"]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #041b33;
}
input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
  background: var(--background-ui);
  border: 0.2px solid #010101;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
}
input[type="range"]::-ms-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #041b33;
}
input[type="range"]:focus::-ms-fill-lower,
input[type="range"]:focus::-ms-fill-upper {
  background: var(--background-ui);
}
.sliderValue {
  display: flex;
  justify-content: space-between;
  max-width: 350px;
}
.title {
  font-size: 24px;
}
.leftCont button,
button.option {
  border-radius: 0;
  background: #fff;
  color: #041b33;
  border: 1px solid #041b33;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: all 0.5s;
  margin-right: -1px;
}
.selected .button,
button.option:hover,
button.option.selected,
.leftCont button:hover,
.leftCont button.selected {
  background: #041b33;
  color: #fff;
}
.leftCont button.carrot:hover {
  background: transparent;
}
.toggleWrap {
  margin-bottom: 30px;
}
.toggleWrap,
.buttons {
  display: flex;
}
.toggleWrap button {
  font-size: 20px;
}
h2.header {
  font-size: 28px;
}
.line {
  height: 1px;
  width: 100%;
  max-width: 1040px;
  margin: 2rem auto 2rem auto;
  background-color: #041b33;
}
.methodology {
  width: 100%;
  margin: 30px auto 60px;
  height: 100%;
}
.contents {
  width: 100%;
}
.collapsed-sliders {
  padding: 16px;
  background: #f5f5f5;
  margin: 20px 0;
  font-size: 14px;
}
.metricsHeader {
  display: flex;
  justify-content: space-between;
  max-width: 350px;
}
.rightCont .chart-container {
  width: 100%;
}
.dropdown .autocomplete {
  width: 100%;
  background: #eee;
}
.dropdown .autocomplete input {
  margin-bottom: 0;
  color: #041b33;
}
.dropdown .autocomplete .autocomplete-list {
  max-height: 220px !important;
}
.bottomGap1 {
  margin-bottom: 60px;
}
.chart-upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.mobileFilterIcon {
  position: absolute;
  top: -32px;
  right: 0;
  width: 32px;
  height: 32px;
  background: #fff url(../images/vibrancy-filter-icon.png) no-repeat center
    center / 18px;
  border: 2px solid #041b33;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  z-index: 98;
}
.formula {
  font-size: 20px;
  line-height: 2.5rem;
  text-indent: 2rem;
  font-weight: bold;
}
.nationalChartSpacing {
  margin-bottom: 50px;
}
.header-sub {
  font-size: 18px;
}
.metric {
  margin: 10px 0 5px 16px;
}
@media screen and (max-width: 1279px) {
  .vibrancyTool {
    font-size: 18px;
  }
  .contentWrapper .leftCont {
    flex: 0 0 300px;
    padding-right: 30px;
  }
  .contentWrapper .rightCont {
    padding-left: 20px;
  }
  .contentWrapper .leftCont {
    font-size: 14px;
  }
  .toggleWrap button {
    font-size: 16px;
  }
  .leftCont button,
  button.option {
    padding: 10px;
  }
  .line {
    max-width: 940px;
  }
  h2,
  h2.header {
    font-size: 28px;
  }
  h3 {
    font-size: 18px;
  }
  .header-sub {
    font-size: 15px;
  }
  h2.chartTitle {
    font-size: 22px;
  }
  h3.subTitle {
    font-size: 14px;
  }
  .ugb-header__title {
    font-size: 24px;
  }
  .ugb-header__subtitle {
    font-size: 48px;
  }
}
@media screen and (max-width: 1023px) {
  .line {
    max-width: 940px;
    margin: 40px;
    width: auto;
  }
  .contentWrapper .leftCont {
    flex: 0 0 260px;
    padding-right: 20px;
  }
  .collapsed-sliders {
    padding: 10px;
  }
  .ugb-header__title {
    font-size: 18px;
  }
  .ugb-header__subtitle {
    font-size: 32px;
  }
  .chart-container.svelte-rmyq4t {
    min-height: 950px;
  }
  .welcomeBlk h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .sectionHeading,
  h2,
  h2.header {
    font-size: 24px;
  }
  h3 {
    font-size: 16px;
  }
  .methChartWrap {
    display: none;
  }
  .welcomeWrap {
    display: flex;
    flex-direction: column;
    grid-gap: inherit;
    padding: 40px 0;
  }
  .welcomeBlk {
    min-height: 150px;
    padding: 60px 20px 20px !important;
    margin-bottom: 30px;
  }
  .welcomeBlk h3 {
    font-size: 28px;
    margin: 0;
  }
  .welcomeWrap p {
    margin-top: 0;
  }
  .headingStyle1 h3 {
    font-size: 1.25rem;
    padding: 8px 16px 8px;
  }
  .mobileFilter {
    display: none;
  }
  .contentWrapper {
    flex-direction: column;
  }
  .contentWrapper .leftCont {
    flex: 1;
    border: none;
    padding: 0 0 30px;
  }
  .contentWrapper .rightCont {
    padding: 0;
  }
  .line {
    margin: 30px;
  }
  .mobileFilterIcon {
    display: block;
  }
  .mobileFilterIcon.showFilter {
    background: #041b33 url(../images/close-menu.svg) no-repeat center center /
      16px;
    border: none;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 101;
  }
  .mobileFilter.showFilter {
    display: block;
    background: rgba(4, 27, 51, 0.9);
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    padding: 40px 20px 20px;
    overflow: auto;
  }
  .leftCont.mobileFilter button,
  .mobileFilter button.option {
    border-color: #fff;
  }
  .mobileFilter input[type="range"]::-webkit-slider-runnable-track {
    background: #fff;
  }
  .mobileFilter input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #fff;
  }
  .mobileFilter input[type="range"]::-moz-range-track {
    background: #fff;
  }
  .mobileFilter input[type="range"]::-webkit-slider-thumb {
    background: #fff;
  }
  .mobileFilter input[type="range"]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #fff, 0 0 1px #ddd;
    background: #fff;
  }
  .mobileFilter input[type="range"]::-ms-fill-lower,
  .mobileFilter input[type="range"]::-ms-fill-upper {
    border: 0.2px solid #fff;
    box-shadow: 1px 1px 1px #fff, 0 0 1px #ddd;
  }
  .mobileFilter input[type="range"]::-ms-thumb {
    background: #fff;
  }
  .mobileFilter .collapsed-sliders {
    background: rgba(4, 27, 51, 0.9);
  }
}
