@charset "utf-8";
html {
  scroll-behavior: smooth;
}

body {
  background-color: #FEF7ED;
  padding: 120px 0 0 0;
}

/* Nav */
#vp-nav {
  width: 100%;
  height: 80px;
  background-color: #004C87;
  transition: height 0.3s ease;
  position: fixed;
  top: 0;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 9999;
}

#vp-nav.shrink {
  height: 40px;
}

#vp-nav-wrap {
  width: 980px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

#vp-logo {
  width: 120px;
  height: 70px;
  transition: 0.3s ease;
  background-image: var(--wpr-bg-8ffa9cc1-e9d8-49f4-870c-43ccfa051132);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#vp-logo.scale-logo {
  height: 40px;
  background-image: var(--wpr-bg-6c35562b-81cf-4c78-ab29-2c798eaf5530);
  background-position: 50% 50%;
}

#vp-links {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

#vp-links a, #vp-links a:visited {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease;
}

#vp-links a:hover {
  color: #00C0F3;
  text-decoration: none;
}

.vp-l-list {
  font-family: 'mallory';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
}

#vp-logo img {
  width: 100%;
}

#vp-nav-menu {
  width: 30px;
  height: 30px;
  display: none;
}

#vp-nav-menu img {
  width: 100%;
}

#precinct-search {
  width: 30px;
  height: 30px;
  display: none;
}

/* mobile menu */
.vp-mobile-nav {
  height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  background-color: #004C87;
  position: fixed;
  top: 80px; /* Adjust according to your layout */
  left: 0;
  z-index: 9999;
  transition: height 0.5s ease, opacity 0.5s ease; /* Add transition easing */
  padding: 20px;
  box-sizing: border-box;
}

.vp-mobile-nav.open {
  height: 500px; /* Adjust based on your content */
  opacity: 1;
}

.vp-cm {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: right;
}

.vp-nav-close {
  width: 30px;
  height: 30px;
}

.vp-nav-close img {
  width: 100%;
}

#vpmobile-menu-list {
  font-family: 'mallory';
  letter-spacing: 0.02em;
  font-size: 18px;
}

#vpmobile-menu-list a, #vpmobile-menu-list a:visited, #vpmobile-menu-list a:hover {
  color: #ffffff;
  text-decoration: none;
}

.vpmlist-child {
  padding: 8px 0;
}

.vpmlist-child img {
  width: 45%;
}

.vpmbreak {
  margin: 10px 0 10px 0;
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}

.vpm-inq-list {
  width: 100%;
  height: 255px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  align-content: space-around;
  margin: 0 auto;
  box-sizing: border-box;
  row-gap: 10px;
  column-gap: 10px;
  font-size: 14px;
}

.vpminq-l {
  padding: 10px 0;
  width: 49%;
}

.revealed {
  opacity: 1;
}

.scroll-reveal {
    opacity: 0;
    transition: opacity 0.6s ease;
}
.scroll-reveal.visible {
    opacity: 1;
}

.show-count {
  opacity: 0; /* Start hidden */
}


/* top body */
#vp-mh-pone {
  width: 980px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 0;
}

.vp-mh-child {
  width: 48%;
  height: auto;
}

.vp-mh-child h1 {
  font-family: 'mallory';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #004C87;
  padding: 0 0 20px 0;
  line-height: 1.5em;;
}

.vp-mh-child h2 {
  font-family: 'mallory';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #004C87;
  padding: 0 0 20px 0;
  line-height: 1.5em;;
}


.vp-mh-child img {
  width: 100%;
}

.vp-mh-intro-img  {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
}

.vp-mh-child p {
  font-family: 'mallory';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #333333;
  line-height: 1.5em;
}

/* latest news */
#vp-lnews {
  width: 980px;
  height: auto;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
  padding: 0 0 30px 0;
}

.vp-ln-label {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 15px 0;
  margin: 0 auto 15px;
  border-bottom: 1px solid #333333;
}

.vp-ln-lbl-child {
  width: auto;
  height: auto;
  font-family: 'mallory';
  letter-spacing: 0.02em;
  color: #333333;
}

.lbl-main {
  font-size: 24px;
  font-weight: 700;
}

.lbl-rm {
  font-size: 12px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.lbl-rm a, .lbl-rm a:visited, .lbl-rm a:hover {
  color: #333333;
  text-decoration: none;
}

.lbl-rm::after {
  content: url(../../../../../../../landing2017/voteph2025/images/cv-right.svg);
}

.vp-ln-cards {
  width: 66%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
}

.vpln-nc {
  width: 200px;
  margin-bottom: 20px;
}

.vpln-news-img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.vpln-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vpln-nc h2 {
  font-family: 'mallory';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4em;
  padding: 6px 0;
}

.vpln-nc a, .vpln-nc a:visited, .vpln-nc a:hover {
  color: #1A1A1B;
  text-decoration: none;
}

.vp-ln-pd {
  font-family: 'mallory';
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #666666;
  padding: 6px 0;
  text-transform: uppercase;
}

.vpln-read-more {
  width: 100%;
  text-align: center;
  font-family: 'mallory';
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.vpln-read-more a, .vpln-read-more a:visited, .vpln-read-more a:hover {
  color: #1A1A1B;
  text-decoration: none;
}

.vp-ln-side {
  width: 300px;
  height: auto;
}

#vp-calendar {
  background-color: #333333;
  width: 300px;
  height: auto;
  padding: 20px;
  font-family: 'mallory';
  text-align: center;
  letter-spacing: 0.02em;
  box-sizing: border-box;
}

.vpc-lbl {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.vpc-days {
  color: #ffffff;
  font-size: 80px;
  padding: 10px;
  font-weight: 700;
}

.vpc-txt {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;

}

/* events */ 
#vph-events {
  width: 300px;
  height: auto;
  font-family: 'mallory';
  letter-spacing: 0.02em;
  margin: 30px auto 0;
}

.vpe-lbl {
  color: #1A1A1B;
  text-align: center;
  font-weight: 700;
}

.vpe-child {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
  padding: 20px 0 0 0;
}

.vpe-date {
  width: 50px;
  height: 50px;
  background-color: #333333;
  text-align: center;
  border-radius: 25px;
  color: #ffffff;
}

.vped {
  font-size: 10px;
  padding-top: 10px;
}

.vped-b {
  font-size: 18px;
  font-weight: 700;
}

.vpe-event-name {
  width: 75%;
  font-size: 14px;
}

/* video */
.vp-blue {
  width: 100%;
  height: auto;
  background-color: #004C87;
  padding: 30px 0;
}

#vp-video {
  width: 980px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
}

.vp-v-lbl {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
  font-family: 'mallory';
  letter-spacing: 0.02em;
  line-height: 1.4em;
  color: #ffffff;
}

.vp-v-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
}

.vp-hero {
  width: 640px;
  height: auto;
  background-color: #333333;
  margin: 15px 0 20px 0;
  aspect-ratio: 16/9;
}

.vp-mrec {
  width: 300px;
  height: auto;
  margin: 15px 0 0 0;
}

.vp-cards {
  width: 23%;
  height: auto;
  margin: 15px 0 0 0;
}

.vp-thumb-pl {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.vp-thumb-pl img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vph-yt-h {
  width: 100%;
  font-family: 'mallory';
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.2em;
  font-weight: 400;
  padding: 5px 0 20px 0;
}

.vph-yt-w {
  width: 100%;
  font-family: 'mallory';
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 30px auto 0;
}

.vph-yt-h a, .vph-yt-h a:visited, .vph-yt-h a:hover {
  color: #ffffff;
  text-decoration: none;
}

.vph-yt-w a, .vph-yt-w a:visited, .vph-yt-w a:hover {
  color: #ffffff;
  text-decoration: none;
}

#vp-newsletter-wrap {
  width: 980px;
  height: auto;
  margin: 0 auto;
}

.vp-black {
  width: 100%;
  background-color: #1A1A1B;
  padding: 30px 0;
}

.vp-black a, .vp-black a:visited, .vp-black a:hover {
  text-decoration: none;
  color: #FEF7ED;
}

/* phase 1 recap */

#vp-2022-recap {
  width: 980px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
  margin: 0 auto;
  padding: 30px 0;
  font-family: 'mallory';
}

.vp-recap {
  width: 47%;
  height: auto;
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
}

.vp-recap img {
  width: 100%;
}

.vp-recap p {
  font-family: 'mallory';
  letter-spacing: 0.02em;
  color: #ffffff;;
  padding: 10px 0 20px;
  line-height: 1.5em;
}

.vpr-a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  width: 100%;
}

.vpr-b {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 0;
  width: 100%;
  margin-bottom: 15px;
}

.vpr-numbers {
  width: 48%;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.02em;
}

.vprn {
  font-size: 48px;
  padding: 5px 0;
}

.vprn-b {
  font-size: 16px;
  padding: 5px 0;
}

.vp-sub {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  padding: 20px 0;
  letter-spacing: 0.02em;
}

.vp-recap h3 {
  font-family: 'mallory';
  letter-spacing: 0.02em;
  color: #333333;;
  padding: 10px 0;
  line-height: 1.5em;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.vp-recap h3 span {
  padding: 10px;
  
}

.vpr-color-one {
  background-color: #FECA30;
}

.vpr-color-two {
  background-color: #0B72B5;
  color: #ffffff;
}

.vpr-color-three {
  background-color: #D51E29;
  color: #ffffff;
}

/* 19th congress */

#sen-list-2k2 {
  width: 980px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  align-content: flex-start;
  margin: 0 auto;
  gap: 20px;
  font-family: 'mallory';
  color: #ffffff;
  letter-spacing: 0.02em;
}

.sen-list-lbl {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5em;
  padding: 30px 0 0 0;
}

#sen-list-2k2 p {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  line-height: 1.5em;
}

.sen-cards {
  width: 131px;
  height: auto;
  margin: 15px 0 10px 0;
  transition: 0.3s ease;
  text-align: center;
  line-height: 1.5em;
  font-size: 18px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.image-wrapper {
  width: 100%;
}

.sen-cards:hover .color {
  display: block;
}

.sen-cards:hover .bnw {
  display: none;
}

.color {
  display: none;
  transition: opacity 0.3s ease-in-out;
}

.bnw {
  display: block;
  transition: opacity 0.3s ease-in-out;
}

.sen-cards h3 {
  width: 100%;
  font-size: 14px;
}

.sen-cards img {
  width: 100%;
}

.sen-cards:hover {
  filter: none;
  cursor: pointer;
}

.sen-cards a, .sen-cards a:visited, .sen-cards a:hover {
  text-decoration: none;
  color: #ffffff;
}

/* voters education */
#why-vote {
  width: 980px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
  margin: 0 auto;
  padding: 30px 0;
  font-family: 'mallory';
}

.wv-child {
  width: 48%;
  height: auto;
}

.wv-child h3 {
  color: #004C87;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}

.wv-child p {
  color: #333333;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  padding: 20px 0;
  margin-bottom: 20px;
}

.wv-child img {
  width: 100%;
}

.wv-child span {
  padding: 13px 25px;
  background-color: #004C87;
  border-radius: 13px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.wv-readmore {
  font-size: 14px;
  font-weight: 700;
}

.wv-child a, .wv-child a:visited {
  color: #004C87;
  text-decoration: none;
}

.wv-child a:hover {
  color: #0b72b5;
  transition: ease-in-out .5S;
}

#inq-explains {
  width: 980px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
  margin: 0 auto;
  padding: 30px 0;
  letter-spacing: 0.02em;
}

.inq-ex-lbl {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-content: flex-start;
  margin: 0 auto;
  font-family: 'mallory';
}

.inq-ex-lbl-c {
  width: auto;
  height: auto;
}

.inq-ex-lbl-c  h3 {
  color: #004C87;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5em;
}

.inq-ex-lbl-c a {
  color: #ffffff;
  text-decoration: none;
}

.inq-ex-lbl-c span {
  padding: 13px 25px;
  background-color: #004C87;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.inq-ex-child {
  width: 29%;
  height: auto;
  margin: 15px auto 0;
}

.inq-ex-child img {
  width: 100%;
}

/* footer */
#vp-footer {
  width: 980px;
  height: auto;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
  margin: 0 auto;
  font-family: 'mallory';
}

#vp-footer a, #vp-footer a:visited, #vp-footer a:hover {
  color: #ffffff;
  text-decoration: none;
}

.vp-footer-child  {
  width: 40%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
}

.vp-f-logo {
  width: 60%;
  padding: 20px;
  margin: 0 auto;
}

.vp-f-logo img {
  width: 100%;
}

.vp-f-links {
  border-bottom: 1px solid #ffffff;
  font-size: 12px;
  letter-spacing: 0.02em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
  gap: 15px;
  padding: 20px 0;
  width: 100%;
}

.vpf-lbl {
  width: 100%;
  color: #ffffff;
}

.vp-follow {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: left;
  align-content: flex-start;
  gap: 20px;
  padding: 20px 0;
}

.vp-f-nl-logo {
  width: 200px;
}

.vp-f-nl-logo img {
  width: 100%;
}

.vp-nl-cta {
  width: 100%;
  color: #ffffff;
  padding: 15px 0;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  font-size: 14px;
}

.vp-nl-btn button {
  display: flex;
  width: 100%;
  height: 42px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--blue-2, #ffffff);
  border: none;
  cursor: pointer;
  color: var(--White, var(--White, #333333));
  text-align: center;
  font-family: 'mallory';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.vp-copy {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  width: 100%;
  padding: 30px 0 0 0;
}

/* embed responsive */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

/* tally */
#voteph-tally-wrap {
  width: 980px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 auto;
  gap: 20px;
}

.voteph-tally-header {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid #B8B8B8;
  padding: 20px 20px;
}

.vt-flex-full {
  width: 100%;
}

.voteph-tally-info {
  width: 100%;
}

.vtc-lbl {
  color: var(--black-33333, #333);
  /* Mallory - Heading 4 */
  font-family: 'Mallory';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding: 0 0 10px 0;
  width: 100%;
}

.vtc-txt {
  color: var(--black-33333, #333);
  text-align: left;
  /* Mallory - Heading 3 */
  font-family: 'Mallory';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.voteph-tally-lbl {
  color: var(--Main-Blue, #004C87);
  font-family: 'Mallory';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4em;
}

.voteph-tally-lbl h1 {
  color: var(--Main-Blue, #004C87);
  font-family: 'Mallory';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4em;
}

.voteph-tally-lbl h2 {
  color: var(--Main-Blue, #004C87);
  font-family: 'Mallory';
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  padding: 5px 0;
}

.voteph-tally-summary {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
  padding: 40px 0 0 0;
  box-sizing: border-box;
}

.voteph-tally-pd {
  color: var(--black-33333, #606060);
  font-family: 'Mallory';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  padding: 0 0 5px 0;
  font-style: italic;
}

.voteph-tally-pd span {
    font-weight: 700;
}

.vt-search {
  width: 420px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
}

.vt-search input {
  width: 90%;
  height: 32px;
  padding: 0 20px;
  border-radius: 9999px;
  border: 1px solid rgba(184, 184, 184, 0.50);
  background: var(--Inq-Dirty-White, #F3F3F3);
  box-sizing: border-box;
}

.vt-search-icon {
  width: 8%;
}

.vt-search-icon img {
  width: 100%;
  height: auto;
}

.vt-er-count {
  width: 240px;
  border-left: 1px solid #B8B8B8;
  border-right: 1px solid #B8B8B8;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-content: flex-start;
}

.vt-vote-count {
  width: 200px;
}

.vtc-count {
  width: 140px;
  height: 16px;
  background-color: #dfdfdf;
  border-radius: 20px;
  border: 1px solid #d4d4d4;
}

.vtc-progbar {
  width: 79.9%;
  height: 16px;
  background-color: #004C87;
  border-radius: 20px 0 0 20px;
}

.vtc-txt2 {
  color: var(--black-33333, #333);
  font-family: 'Mallory';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  padding: 8px 0 0 0;
}

/* Senatorial */
.voteph-sen-tally {
  height: auto;
  border: 1px solid #B8B8B8;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
  gap: 20px;
}

.vt-flex-half {
  width: 48.8%
}

.vt-hf-lbl {
  color: var(--black-33333, #333);
  /* Mallory - Heading 4 */
  font-family: 'Mallory';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  padding: 0 0 10px 0;
  border-bottom: 3px solid #004C87;
  width: 100%;
}

.sen-child {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-content: flex-start;
  box-sizing: border-box;
}

.sent-img {
  width: 13%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border-radius: 100%;
  overflow: hidden;
  opacity: 0; /* Start hidden */
  transform: scale(0.8); /* Start slightly smaller */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Smooth transition */
}

/* When the image is loaded, make it visible */
.sent-img.loaded {
  opacity: 1;
  transform: scale(1); /* Scale back to normal size */
}

.sent-img img {
  width: 100%;
  object-fit: cover;
}

.sent-data {
  width: 83%;
  font-family: 'mallory';
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-content: flex-start;
  letter-spacing: 0.02em;
}

.sent-rank {
  border-radius: 100%;
  background-color: #1A1A1B;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sent-name {
  width: 90%;
  font-size: 18px;
  color: #333333;
}

.sent-votes {
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #333333;
  padding: 5px 0 10px 0;
  transition: color 0.3s ease, transform 0.3s ease;
}

.sent-bar {
  width: 100%;
  height: 5px;
  background-color: #d4e4e8;
}

/* Apply the animation to .sent-bar-prog */
.sent-bar-prog {
  height: 5px;
  width: 0;
  background-color: #00C0F3;
}

@keyframes dynamicFill {
  from {
      width: 0;
  }
  to {
      width: var(--target-width);
  }
}

.vt-load-more {
  width: 100%;
  text-align: center;
  font-family: 'mallory';
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-size: 16px;
}

.vt-load-more span:hover {
  background: #0B72B5;
  transition: 0.5s;
}

.vt-load-more span {
  border-radius: var(--regular-8, 8px);
  background: var(--Main-Blue, #004C87);
  padding: 14px 28px;
}

.vt-load-more a, .vt-load-more a:visited {
  color: #ffffff;
  text-decoration: none;
}

.voteph-party-tally {
  height: auto;
  border: 1px solid #B8B8B8;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
  gap: 20px;
}

.pt-perct {
  color: var(--Main-Blue, #004C87);
  text-align: center;
  font-family: 'Mallory';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

/* local */
#vt-ph-local {
  height: auto;
  border: 1px solid #B8B8B8;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
  gap: 20px;
}

#vt-ph-control {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  align-content: flex-start;
  gap: 20px;
  font-family: 'mallory';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

#vt-ph-control a, #vt-ph-control a:visited {
  color: #333333;
}

.vtphl-list {
  height: auto;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 20px;
  width: 100%;
  display: none;
  opacity: 0;
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
  overflow: hidden;

}

.vtphl-list.active {
  display: flex;
  max-height: 1000px; /* Adequate max height for the content */
  opacity: 1;
}


.vtphl-c {
  font-family: 'mallory';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
  width: 23%;
}

.vtphl-c span {
  font-weight: 700;
  color: #004C87;
}

.vtphl-c a, .vtphl-c a:visited {
  color: #333333;
  text-decoration: none;
}

.vtphl-c a:hover {
  color: #0B72B5;
  transition: .5s;
}

/* ribbon */
.vph-ad-rib {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding: 0 0 20px 0;
}

.vph-ad-rib img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0 auto;
}

/* Local Results Table */
#vph-local-table-wrap {
  width: 650px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
  padding: 0 0 20px 0;
}

.vt-hf-lbl-table {
  color: var(--black-33333, #333);
  /* Mallory - Heading 4 */
  font-family: 'Mallory';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  padding: 0 0 15px 0;
  width: 100%;
}

.vt-search-localph {
  width: 420px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
}

.vt-search-localph input {
  width: 90%;
  height: 32px;
  padding: 0 20px;
  border-radius: 9999px;
  border: 1px solid rgba(184, 184, 184, 0.50);
  background: var(--Inq-Dirty-White, #F3F3F3);
  box-sizing: border-box;
}

#vph-table-head {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
  padding: 20px 0;
}

#vph-table-head h1 {
  width: 100%;
  font-family: 'mallory';
  color: var(--black-33333, #333);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.02em;
}

.vph-table-source {
  color: var(--black-33333, #333);
  font-family: 'mallory';
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  padding: 10px 0;
}

.vplocal-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-content: flex-start;
}

.vplocal-leg {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: flex-start;
  font-family: 'mallory';
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
}

.vplocal-leg-con {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: flex-start;
  font-family: 'mallory';
  font-size: 16px;
  padding: 5px 10px 5px 10px;
  box-sizing: border-box;
}

.vptbl-color  {
  color: #333333;
}

.vptbl-color-head  {
  color: #ffffff;
}

.vplocal-leg > :nth-child(1) {
  width: 10%;
}

.vplocal-leg > :nth-child(2) {
  width:60%;
}

.vplocal-leg > :nth-child(3) {
  width: 30%;
  text-align: center;
}

.vplocal-leg span {
  border-radius: 9999px;
  width: 10px;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  display: block;
  font-size: 11px;
}

.vplocal-leg-con span {
  border-radius: 9999px;
  width: 10px;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  display: block;
  font-size: 11px;
}

.vplocal-top {
  background-color: #004C87;
}

.vplocal-rank {
  background-color: #85A7BF;
}

.vplocal-contest-title {
  width: 100%;
  font-family: 'mallory';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  padding: 40px 0 10px 0;
  text-align: center;
  color: #0B72B5;
}

.vplocal-leg-con > :nth-child(1) {
  width: 10%;
}

.vplocal-leg-con> :nth-child(2) {
  width:60%;
}

.vplocal-leg-con > :nth-child(3) {
  width: 30%;
  text-align: center;
}

/* Verticals */
.vph-r-lbl {
    width: 100%;
    font-family: 'mallory';
    border-bottom: 1px solid #ffffff;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #ffffff;
    margin-top: 40px;
}

#vph-reels {
    width: 100%;
    height: auto;
    padding: 10px 0;
    box-sizing: border-box;
    margin: 30px auto 0;
    overflow-y: scroll;
}

.vpr-wrap {
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 1400px;
    gap: 50px;
    padding: 15px 0;
    background-color: #00355e;
    border-radius: 15px;
}

.vpr-card {
    width: 300px;
    height: auto;
}

/* additional */
.sent-name a, a:visited {
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}

.sent-name a:hover {
    color: #00C0F3;
    transition: ease-in-out .5s;
}

.vph-tally-btn-set {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.vphbtntset {
  font-family: 'mallory';
  margin-top: 30px;
  font-size: 12px;
}

.vphbtntset a, .vphbtntset a:visited {
  color: #333333;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}

.vphbtntset a:hover {
  color: #fff;
  background-color: #004C87;
}

.voteph-share-btn {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-family: 'mallory';
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
    fill: #333333;
}

.vphsbtn-c svg:hover {
    fill: #004C87;
}

/* wide */
@media only screen and (min-width: 1920px) and (max-width: 4000px){
  
}

/* mobile */
@media only screen and (min-width: 600px) and (max-width: 768px){
body {
    padding: 70px 0 0 0;
}  

  /* Nav */
#vp-nav {
  width: 100%;
  height: 60px;
  padding: 10px 0;
}

#vp-nav-wrap {
  width: 100%;
  padding: 0 10px;
  justify-content: center;
}

#vp-logo {
  height: 50px;
  margin: 0 auto;
}

#vp-links {
  display: none;
}

/* top body */
#vp-mh-pone {
  width: 93%;
  padding: 20px 0;
}

.vp-mh-child {
  width: 100%;
  height: auto;
}

.vp-mh-child h1 {
  font-size: 22px;
  text-align: center;
  margin-top: 30px;
}

.vp-mh-child img {
  width: 93%;
  margin: 0 auto;
}

.vp-mh-intro-img  {
  width: 70%;
}

/* latest news */
#vp-lnews {
  width: 93%;
}

.vp-ln-cards {
  width: 100%;
}

.vpln-nc {
  width: 100%;
  margin-bottom: 20px;
}

.vpln-nc h2 {
  font-size: 18px;
}

.vp-ln-side {
  width: 300px;
  height: auto;
  margin: 40px auto 0;
}

/* video */
.vp-blue {
  width: 100%;
  height: auto;
  background-color: #004C87;
  padding: 30px 0;
}

#vp-video {
  width: 93%;
}

.vp-v-lbl {
  width: 100%;
}

.vp-hero {
  width: 100%;
}

.vp-mrec {
  width: 300px;
  height: auto;
  margin: 30px auto 0;
}

#vp-newsletter-wrap {
  width: 93%;
  height: auto;
  margin: 0 auto;
}

.vp-black {
  width: 100%;
  background-color: #1A1A1B;
  padding: 30px 0;
}

/* phase 1 recap */

#vp-2022-recap {
  width: 93%;
}

.vp-recap {
  width: 100%;
}

.vp-recap img {
  width: 100%;
}

.vpr-a {
  font-size: 22px;
  padding: 20px 0 0 0;
}

.vpr-b {
  font-size: 14px;
}

.vpr-numbers {
  width: 45%;
}

.vprn {
  font-size: 28px;
}

.vprn-b {
  font-size: 16px;
  margin-bottom: 20px;
}

.vp-recap h3 {
  font-size: 18px;
}

/* 19th congress */

#sen-list-2k2 {
  width: 93%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  align-content: flex-start;
  margin: 0 auto;
  gap: 20px;
  font-family: 'mallory';
  color: #ffffff;
  letter-spacing: 0.02em;
}

#sen-list-2k2 p {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.5em;
}

.sen-cards {
  width: 28%;
  font-size: 14px;
  filter: none;
}

.sen-cards img {
  width: 100%;
}

/* voters education */
#why-vote {
  width: 93%;
}

.wv-child {
  width: 100%;
}

.wv-child h3 {
  font-size: 24px;
  padding: 20px 0 0 0;

}

.wv-child p {
  padding: 20px 0;
}

/* footer */
#vp-footer {
  width: 93%;
  height: auto;
}

.vp-footer-child  {
  width: 93%;
  margin: 0 auto 30px;
}

.vp-f-logo {
  width: 60%;
  padding: 20px;
  margin: 0 auto;
}

.vp-f-logo img {
  width: 100%;
}


/* tally */
#voteph-tally-wrap {
  width: 93%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 auto;
  gap: 20px;
}

.voteph-tally-header {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid #B8B8B8;
  padding: 20px 20px;
}

.vt-flex-full {
  width: 100%;
}

.voteph-tally-info {
  width: 100%;
}

.voteph-tally-summary {
  width: 100%;
  justify-content: center;
  gap:30px
}

.vt-search-icon {
  width: 8%;
}

.vt-search-icon img {
  width: 100%;
  height: auto;
}

.vt-vote-count {
  width: 100%;
  text-align: center;
}

.vtc-txt {
  text-align: center;
}

/* Senatorial */

.vt-flex-half {
  width: 100%;
}

.vt-hf-lbl {
  font-size: 22px;
}

.sen-child {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-content: flex-start;
  box-sizing: border-box;
}

.sent-img {
  width: 20%;

}

.sent-data {
  width: 74%;
  font-family: 'mallory';
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-content: flex-start;
  letter-spacing: 0.02em;
}

.sent-rank {
  border-radius: 100%;
  background-color: #1A1A1B;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sent-name {
  width: 85%;
  font-size: 18px;
  line-height: 1.4em;
}

.vtphl-c {
  font-family: 'mallory';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
  width: 100%;
}


/* Local Results Table */
#vph-local-table-wrap {
  width: 100%;
}

.vt-search-localph {
  width: 100%;
}

#vph-table-head {
  width: 100%;
}

.vptbl-color  {
  color: #333333;
}

.vptbl-color-head  {
  color: #ffffff;
}

.vplocal-leg > :nth-child(1) {
  width: 15%;
}

.vplocal-leg > :nth-child(2) {
  width:55%;
}

.vplocal-leg > :nth-child(3) {
  width: 30%;
  text-align: center;
}

.vplocal-leg-con span {
  border-radius: 9999px;
  width: 10px;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  display: block;
  font-size: 11px;
}

.vplocal-top {
  background-color: #004C87;
}

.vplocal-rank {
  background-color: #85A7BF;
}

.vplocal-leg-con > :nth-child(1) {
  width: 15%;
}

.vplocal-leg-con> :nth-child(2) {
  width:55%;
}

.vplocal-leg-con > :nth-child(3) {
  width: 30%;
  text-align: center;
}

/* Verticals */
.vph-r-lbl {
    width: 100%;
}

#vph-reels {
    width: 100%;
}

.vpr-wrap {
    justify-content: flex-start;
    width: 1300px;
    padding: 10px 0 15px 15px;
    border-radius: 15px;
    gap: 10px;
}

.vpr-card {
    width: 300px;
    height: auto;
    margin: 0 10px 0 0;
}
    
}

/* mobile */
@media only screen and (min-width: 320px) and (max-width: 599px){
body {
    padding: 70px 0 0 0;
}  

  /* Nav */
#vp-nav {
  width: 100%;
  height: 60px;
  padding: 10px 0;
}

#vp-nav-wrap {
  width: 100%;
  padding: 0 10px;
  justify-content: space-between;
}

#vp-logo {
  height: 50px;
  margin: 0 auto;
}

#vp-links {
  display: none;
}

#vp-nav-menu {
  display: block;
}

#precinct-search {
  display: block;
}

/* top body */
#vp-mh-pone {
  width: 93%;
  padding: 20px 0;
}

.vp-mh-child {
  width: 100%;
  height: auto;
}

.vp-mh-child h1 {
  font-size: 22px;
  margin-top: 30px;
}

.vp-mh-child img {
  width: 93%;
  margin: 0 auto;
}

.vp-mh-intro-img  {
  width: 70%;
}

/* latest news */
#vp-lnews {
  width: 93%;
}

.vp-ln-cards {
  width: 100%;
}

.vpln-nc {
  width: 100%;
  margin-bottom: 20px;
}

.vpln-nc h2 {
  font-size: 18px;
}

.vp-ln-side {
  width: 300px;
  height: auto;
  margin: 40px auto 0;
}

/* video */
.vp-blue {
  width: 100%;
  height: auto;
  background-color: #004C87;
  padding: 30px 0;
}

#vp-video {
  width: 93%;
}

.vp-v-lbl {
  width: 100%;
}

.vp-hero {
  width: 100%;
}

.vp-mrec {
  width: 300px;
  height: auto;
  margin: 30px auto 0;
}

.vp-cards {
  width: 100%;
  height: auto;
  margin: 15px 0 0 0;
}

#vp-newsletter-wrap {
  width: 93%;
  height: auto;
  margin: 0 auto;
}

.vp-black {
  width: 100%;
  background-color: #1A1A1B;
  padding: 30px 0;
}

.vp-cards {
  width: 100%;
}

/* phase 1 recap */

#vp-2022-recap {
  width: 93%;
}

.vp-recap {
  width: 100%;
}

.vp-recap img {
  width: 100%;
}

.vpr-a {
  font-size: 22px;
  padding: 20px 0 0 0;
}

.vpr-b {
  font-size: 14px;
}

.vpr-numbers {
  width: 45%;
}

.vprn {
  font-size: 28px;
}

.vprn-b {
  font-size: 16px;
  margin-bottom: 20px;
}

.vp-recap h3 {
  font-size: 18px;
}

/* 19th congress */

#sen-list-2k2 {
  width: 93%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  align-content: flex-start;
  margin: 0 auto;
  gap: 20px;
  font-family: 'mallory';
  color: #ffffff;
  letter-spacing: 0.02em;
}

#sen-list-2k2 p {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.5em;
}

.sen-cards {
  width: 28%;
  font-size: 14px;
  filter: none;
}

.sen-cards img {
  width: 100%;
}

/* voters education */
#why-vote {
  width: 93%;
}

.wv-child {
  width: 100%;
}

.wv-child h3 {
  font-size: 24px;
  padding: 20px 0 0 0;
}

.wv-child p {
  padding: 20px 0;
}

/* footer */
#vp-footer {
  width: 93%;
  height: auto;
}

.vp-footer-child  {
  width: 93%;
  margin: 0 auto 30px;
}

.vp-f-logo {
  width: 60%;
  padding: 20px;
  margin: 0 auto;
}

.vp-f-logo img {
  width: 100%;
}

/* tally */
#voteph-tally-wrap {
  width: 93%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 auto;
  gap: 20px;
}

.voteph-tally-header {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid #B8B8B8;
  padding: 20px 20px;
}

.vt-flex-full {
  width: 100%;
}

.voteph-tally-info {
  width: 100%;
}

.voteph-tally-summary {
  width: 100%;
  justify-content: center;
  gap:30px
}

.vt-search-icon {
  width: 8%;
}

.vt-search-icon img {
  width: 100%;
  height: auto;
}

.vt-vote-count {
  width: 100%;
  text-align: center;
}

.vtc-txt {
  text-align: center;
}

/* Senatorial */

.vt-flex-half {
  width: 100%;
}

.vt-hf-lbl {
  font-size: 22px;
}

.sen-child {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-content: flex-start;
  box-sizing: border-box;
}

.sent-img {
  width: 20%;

}

.sent-data {
  width: 74%;
  font-family: 'mallory';
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-content: flex-start;
  letter-spacing: 0.02em;
}

.sent-rank {
  border-radius: 100%;
  background-color: #1A1A1B;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sent-name {
  width: 85%;
  font-size: 18px;
  line-height: 1.4em;
}

.vtphl-c {
  font-family: 'mallory';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
  width: 100%;
}

/* Local Results Table */
#vph-local-table-wrap {
  width: 100%;
}

.vt-search-localph {
  width: 100%;
}

#vph-table-head {
  width: 100%;
}

.vptbl-color  {
  color: #333333;
}

.vptbl-color-head  {
  color: #ffffff;
}

.vplocal-leg > :nth-child(1) {
  width: 15%;
}

.vplocal-leg > :nth-child(2) {
  width:55%;
}

.vplocal-leg > :nth-child(3) {
  width: 30%;
  text-align: center;
}

.vplocal-leg-con span {
  border-radius: 9999px;
  width: 10px;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  display: block;
  font-size: 11px;
}

.vplocal-top {
  background-color: #004C87;
}

.vplocal-rank {
  background-color: #85A7BF;
}

.vplocal-leg-con > :nth-child(1) {
  width: 15%;
}

.vplocal-leg-con> :nth-child(2) {
  width:55%;
}

.vplocal-leg-con > :nth-child(3) {
  width: 30%;
  text-align: center;
}

/* Verticals */
.vph-r-lbl {
    width: 100%;
}

#vph-reels {
    width: 100%;
}

.vpr-wrap {
    justify-content: flex-start;
    width: 1300px;
    padding: 10px 0 15px 15px;
    border-radius: 15px;
    gap: 10px;
}

.vpr-card {
    width: 300px;
    height: auto;
    margin: 0 10px 0 0;
}
  
}
