/* Upper Listing ------------------------------- */
.page-template-page-listing_english #site-header,
.page-template-page-listing_spanish #site-header {
  padding-bottom: 61px;
}
.upper-listing {
  width: 84%;
  margin: 45px auto;
}

.upper-listing h1 {
  color: #002d72;
  font-size: 40px;
}

.upper-listing p {
  color: #404040;
  font-size: 20px;
  margin: 15px 0;
}

.main-content {
  position: relative;
  z-index: 1;
  padding-top: 75px;
  /* min-height: 100vh; */
}

.news-listing-wrapper {
  width: 85%;
  /* padding: 45px 0; */
  margin: 0 auto;
  font-size: 0;
  padding-bottom: 45px;
}

/* POPUP -------------------------------------- */
.popup-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* opacity: 0.91; */
  /* background: #002D72; */
  background-color: rgba(0, 45, 114, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
  z-index: 10000000000;
}

.popup-inner {
  width: 350px;
  max-width: 95%;
  margin: 50px auto 50px;
}

.step {
  background: #abd7f5;
  border-radius: 8.43px;
  text-align: center;
  padding: 20px;
  margin: 20px;
}

.step-one svg {
  height: 38px;
  width: auto;
  vertical-align: middle;
  margin: 10px;
}

.step-one svg:hover {
  cursor: pointer;
}

.step-one svg .hover {
  transition: all ease-in-out 0.4s;
}

.step-one svg:hover .hover,
.step-one svg.activeSvg .hover {
  fill: #d62528;
}

.step h4.step-hfour {
  font-weight: 800;
  font-style: italic;
  font-size: 17.37px;
  color: #002d72;
  margin-bottom: 20px;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.4;
}

.size-p {
  font-style: italic;
  font-weight: 600;
  font-size: 13px;
  color: #002d72;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0;
}

.size-p span {
  display: block;
}

.step-a {
  background: #d62528;
  border-radius: 40px;
  font-weight: 800;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 5px 10px;
  width: 90%;
  margin: 10px auto;
  line-height: 1.4;
}

.step-a:hover {
  background-color: #002d72;
  color: #ffffff;
}

.close-btn.top {
  display: block;
  width: 50px;
  margin-left: auto;
}

.close-btn.bottom {
  display: block;
  width: 35px;
  margin: 20px auto;
}

.close-btn svg {
  width: 35px;
  height: auto;
  transition: all ease-in-out 0.4s;
}

.close-btn:hover svg {
  opacity: 0.8;
  transform: rotate(180deg);
}

.download-btn:hover svg {
  opacity: 0.8;
}

#message {
  padding: 10px 15px;
  resize: none;
  width: 100%;
  font-size: 13px;
  color: #404040;
  line-height: 2;
  background-color: #ffffff;
}

/* SINGLE CARD -------------------------------- */
.single-post-card {
  display: inline-block;
  width: 22%;
  vertical-align: middle;
  margin: 1%;
  position: relative;
}

.single-post-card img {
  border-radius: 30px;
  width: 100%;
  height: auto;
  transition: all ease-in-out 0.2s;
  box-shadow: 1px 1px 4px #443e3e;
}

.single-post-card img:hover {
  cursor: pointer;
}

.single-post-card:hover img {
  transform: scale(1.05);
}

.single-post-card:hover .small-download-btn {
  display: none;
}

.basic-page-wrapper {
  padding: 100px 5%;
}

.basic-page-wrapper img {
  height: auto;
  width: 500px;
  max-width: 100%;
}

.caption {
  font-weight: 700;
  margin: 30px 0 10px;
}

#language {
  /* float: right; */
  /* padding-right: 30px; */
  display: block;
  /* position: relative;
    top: 35px; */
  color: #ffffff;
  font-size: 0;
  text-align: right;
}

#language a {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #0077c8;
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 57%);
}

#language a.en-lang {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#language a.sp-lang {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#language a.active {
  background-color: #003687;
  color: #ffffff;
}

#language a:hover {
  color: #ffffff;
  background-color: #1c539d;
}

/* NEW ------------------------------------------- */
.home-popup-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  /* background-color: rgb(0 45 114 / .8); */

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  -ms-backdrop-filter: blur(20px);
  -moz-backdrop-filter: blur(20px);

  height: 100%;
  position: fixed;
  overflow-y: scroll;
  z-index: 10000000000;
}

.home-popup-wrapper .home-popup-inner {
  display: flex;
  margin: auto;
  max-width: 900px;
  padding: 0;
  width: 90%;
  background-image: url(../images/splash/Background.png);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  position: relative;
  /* box-shadow: 0px 0px 18px #fff; */
  box-shadow: 4px 4px 18px rgb(0 0 0 / 25%);
}
.home-popup-wrapper .home-popup-inner .close-btnn {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 3;
}
.home-popup-wrapper .home-popup-inner .close-btnn:hover {
  transition: all 0.8s ease-in-out;
  transform: rotate(90deg);
}
.home-popup-wrapper .home-popup-inner .inner-left {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 50%;
  border-radius: 10px 0 0 10px;
}
.home-popup-wrapper .home-popup-inner .inner-left .background-image {
  position: absolute;
  /* left: -25%; */
  left: -45%;
  bottom: 0;
  /* width: 127%; */
  width: 150%;
}
.home-popup-wrapper .home-popup-inner .inner-left .person-image {
  bottom: -8px;
  position: absolute;
  /* width: 90%; */
  left: -6%;
  width: 125%;
}
.home-popup-wrapper .home-popup-inner .inner-right {
  background-color: #043774e6;
  display: inline-block;
  width: 50%;
  padding: 30px;
  border-radius: 0 10px 10px 0;
}
.home-popup-wrapper .home-popup-inner .inner-right h2 {
  color: #ffffff;
  font-weight: 400;
  font-size: 70px;
  line-height: 1;
  margin-top: 0;
  text-transform: uppercase;
}
.home-popup-wrapper .home-popup-inner .inner-right h2 span {
  color: #00bbe5;
  font-weight: 800;
}
.home-popup-wrapper .home-popup-inner .inner-right p {
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 24px;
}
.home-popup-wrapper .home-popup-inner .inner-right p a {
  font-style: italic;
  color: #00bbe5;
}
.home-popup-wrapper .home-popup-inner .inner-right p a span {
  display: inline-block;
  transition: all 0.4s;
}
.home-popup-wrapper .home-popup-inner .inner-right p a:hover {
  color: #ffffff;
}
.home-popup-wrapper .home-popup-inner .inner-right p a:hover span {
  transform: translateX(5px);
  /* color: #00BBE5; */
  color: #74be4b;
}
.home-popup-wrapper .home-popup-inner .inner-right .donate-button {
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
}
.home-popup-wrapper .home-popup-inner .inner-right .donate-button span {
  display: inline-block;
  transition: all 0.4s;
}
.home-popup-wrapper .home-popup-inner .inner-right .donate-button span svg {
  height: auto;
  width: 24px;
}
.home-popup-wrapper .home-popup-inner .inner-right .donate-button:hover {
  /* color: #00BBE5; */
  color: #74be4b;
}
.home-popup-wrapper .home-popup-inner .inner-right .donate-button:hover span {
  transform: translateY(5px);
}
.home-popup-wrapper
  .home-popup-inner
  .inner-right
  .donate-button:hover
  span
  #Arrow {
  fill: #74be4b;
}
.home-popup-wrapper .donate-buttons-wrapper {
  text-align: center;
}
.home-popup-wrapper .home-popup-inner .inner-right .donate-buttons-wrapper p {
  color: #fff;
  font-size: 12px;
  width: 90%;
  margin: auto;
}
.home-popup-wrapper .donate-buttons-wrapper a {
  background-color: #00bbe5;
  border: 3px solid transparent;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: 900;
  margin: 5px 1%;
  padding: 10px 5px;
  transition: all 0.4s;
  width: 30%;
}

.home-popup-wrapper .donate-buttons-wrapper a:hover {
  background-color: #002d72;
  border: 3px solid #fff;
}

@media screen and (max-width: 1000px) {
  .upper-listing {
    width: 94%;
  }
  .news-listing-wrapper {
    width: 95%;
  }
  .single-post-card {
    width: 48%;
  }
  /* new */
  .home-popup-wrapper .home-popup-inner .inner-right h2 {
    font-size: 55px;
  }
  .home-popup-wrapper .home-popup-inner .inner-right p {
    font-size: 19px;
  }
  .home-popup-wrapper .donate-buttons-wrapper a {
    font-size: 25px;
  }
}

/* new */
@media screen and (max-width: 850px) {
  .home-popup-wrapper .home-popup-inner {
    flex-wrap: wrap;
  }
  .home-popup-wrapper .home-popup-inner .inner-right {
    border-radius: 0 0 10px 10px;
    padding: 30px 5%;
    width: 100%;
  }
  .home-popup-wrapper .home-popup-inner .inner-left {
    border-radius: 10px 10px 0 0;
    width: 100%;
  }
  .home-popup-wrapper .home-popup-inner .inner-left .background-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 271px;
  }
  .home-popup-wrapper .home-popup-inner .inner-left .person-image {
    bottom: -8px;
    position: relative;
    width: 90%;
    max-height: 300px;
    left: auto;
    object-fit: contain;
  }
  .home-popup-wrapper .home-popup-inner .inner-right h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 700px) {
  .main-content {
    padding-top: 30px;
  }
  .popup-inner {
    margin: 150px auto 50px;
  }
}

@media screen and (max-width: 650px) {
  .single-post-card {
    width: 98%;
  }
  .home-popup-wrapper .home-popup-inner .inner-left .person-image {
    right: -50px;
  }
}

/* Micro Sites */

.page-template-page-listing_latino_english #site-header,
.page-template-page-listing_latino_spanish #site-header,
.page-template-page-listing_latino_issue-page-english #site-header,
.page-template-page-listing_latino_issue-page-spanish #site-header,
.page-template-page-listing_aapi_korean #site-header,
.page-template-page-listing_aapi_issue-page-korean #site-header,
.page-template-page-listing_black-communities #site-header,
.page-template-page-listing_black-communities_issue-page #site-header,
.page-template-page-listing_aapi_chinese #site-header,
.page-template-page-listing_aapi_tagalog #site-header,
.page-template-page-listing_aapi_issue-page-tagalog #site-header,
.page-template-page-listing_aapi_english #site-header,
.page-template-page-listing_aapi_issue-page-english #site-header,
.page-template-page-listing_aapi_vietnamese #site-header,
.page-template-page-listing_aapi_issue-page-vietnamese #site-header,
.page-template-page-listing_aapi_issue-page-chinese #site-header,
.page-template-page-listing_aapi_issue-page-hindi #site-header,
.page-template-page-listing_aapi_hindi #site-header {
  display: none;
}

header.latino-micro-header .site-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 84%;
  margin: auto;
  padding: 25px 0;
}

.issues-block {
  background: #7cc79f;
}

.latino-micro-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background: #ffc406;
  display: flex;
  align-items: center;
  justify-content: center;
}

.latino-micro-header.latino {
  height: 130px;
}

.latino-language a.active {
  background-color: #155982 !important;
  color: #ffffff !important;
}

.latino-language a.en-lang {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.latino-language a.sp-lang {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.latino-language a {
  color: #155982;
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  /* background-color: #fff; */
  font-size: 16px;
  font-weight: bold;
  /* color: rgba(255, 255, 255, 57%); */
}

.latino-language {
  border: solid 2px #155982;
}

.active-lang svg {
  margin-left: 5px;
}

img.hero-img {
  width: 100%;
}

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

.latino.single-post-card img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  transition: all ease-in-out 0.2s;
  /* box-shadow: 1px 1px 8px #b9b7b7; */
  box-shadow: 1px 1px 6px #5b5353;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.latino.single-post-card {
  /* min-height: 500px; */
  display: flex;
  align-items: start;
  justify-content: center;
  width: 22% !important;
}

.news-listing-wrapper.latino {
  display: flex;
  flex-wrap: wrap;
}

.card-img-container {
  width: 250px;
  height: 250px;
  object-fit: cover;
}

.latino.single-post-card h2 {
  margin: 10px 0;
  font-size: 31px;
  color: #32658a;
}

.latino.single-post-card a {
  width: 100%;
  text-align: center;
}

.footer.clearfix {
  display: flex;
  justify-content: space-around;
  align-items: start;
}

.latino-footer .footer-left-wrap {
  display: inline-block;
  vertical-align: top;
  width: unset !important;
  position: absolute;
  left: 5%;
}

.latino-footer .disclaimer {
  margin: auto !important;
  margin-top: 26px !important;
}

.latino-footer .copyright p {
  text-align: left !important;
  margin-bottom: 0 !important;
  line-height: 1.4 !important;
}

.latino-footer {
  background: #32658a !important;
  padding: 5% !important;
  width: 100% !important;
}
.latino-footer .disclaimer p {
  margin-bottom: 10px !important;
}

article.main-content.latino h2 {
  color: #fff;
  font-size: 54px;
  padding: 45px 0;
  text-transform: uppercase;
  margin: 0;
}
article.main-content.latino p,
.latino li {
  color: #fff;
  font-size: 25px;
  margin: 15px 0;
}

article.main-content.latino {
  background: #155982;
  padding: 0;
  margin: 0;
}

article.main-content.latino .upper-listing {
  margin: 0 auto;
}

article.main-content.latino h3 {
  font-size: 28px;
  line-height: 1.3;
  color: #32658a;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  margin: 12px 0;
}

.issues-block h2,
.bottom-listing h2,
.blk-issue-listing h2 {
  width: 84%;
  margin: 0 auto !important;
}

#issue-filter {
  background-color: #64a881;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
}

/* Style for the drop-down options */
#issue-filter option {
  background-color: #64a881;
  color: white;
}

.custom-dropdown {
  position: relative;
  display: flex;
  width: 55%;
  margin: 0 auto 50px;
  /* background: rgba(124,199,160,0.3); */
  /* background-image: linear-gradient(270deg, #64A881 0%, #7CC7A0 100%); */
  border-radius: 30px;
  padding: 0 20px;
  cursor: pointer;
  background-image: linear-gradient(270deg, #64a881 0%, #7cc7a0 100%);
}

.page-template-page-listing_latino_english .custom-dropdown,
.page-template-page-listing_latino_spanish .custom-dropdown {
  border: solid #64a881 1px;
}

#jump p,
#jump input {
  font-size: 28px;
  color: #ffffff;
  /* color: #64A881; */
  /* color:#4b715b; */
  font-weight: 600;
}

.custom-dropdown:after {
  content: "\25BC";
  position: absolute;
  top: 56%;
  right: 21px;
  transform: translateY(-50%);
  color: #64a881;
  color: #4b715b;
  color: #fff;
  pointer-events: none;
}

.dropdown-wrapper {
  display: none;
}

.drop-active {
  display: flex !important;
  flex-direction: column;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 103%;
  font-size: 36.58px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.03px;
  line-height: 78.39px;
  background: rgba(124, 199, 160, 0.9);
  backdrop-filter: blur(8px);
  padding: 0 20px;
  left: 8%;
  width: 86%;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  transition: all ease-in-out 0.2s;
}

#jump .dropdown-wrapper a {
  color: #fff;
  line-height: 1.3;
  margin: 10px 0;
  font-size: 28px;
}

.jump-wrapper {
  display: flex;
  align-items: center;
}

svg#search {
  padding-right: 13px;
}

.custom-dropdown.latino a:hover {
  color: #4b715b !important;
}

/* Issue Page */

.talking-point {
  display: flex;
  width: 100%;
  align-items: center;
}

.talking-point span {
  margin-right: 15px;
}

article.main-content.latino h1 {
  color: #fff;
  font-size: 54px;
  margin-top: 45px;
  text-transform: uppercase;
}

.latino li {
  margin: 10px 0;
}

.news-listing-wrapper-latino {
  margin: 45px 0;
}

.hover {
  position: absolute;
  backdrop-filter: blur(4px);
  text-align: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: rgba(96, 106, 101, 0.5);
  backdrop-filter: blur(6px);
  display: none;
}

.hover svg {
  width: 60px;
  height: 60px;
}

.hover p {
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1;
}

.single-post-card.issue-page img {
  border-radius: 0;
}

.single-post-card.issue-page:hover {
  cursor: pointer;
}

.single-post-card.issue-page:hover img {
  transform: unset;
}

.single-post-card.issue-page:hover .hover {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

p.content-sub-heading.copy {
  font-size: 20px !important;
  margin-bottom: 45px;
  font-weight: bold;
}

h2.content-heading {
  margin-bottom: 0 !important;
}

.latino ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0 !important;
  padding: 0 !important;
}

.latino ol {
  margin: 0 !important;
  padding: 0 !important;
}

.latino li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.latino li::before {
  counter-increment: my-awesome-counter;
  content: counter(my-awesome-counter) ". ";
  font-size: 50px;
  font-weight: bold;
  display: inline-block;
  margin-right: 20px;
}

#searchInput:focus,
#searchInput::placeholder .custom-dropdown.latino a:hover {
  color: #4b715b !important;
}

.back {
  text-align: center;
  background: #155982;
  padding: 45px 0;
}

.latino-footer .copyright a:hover,
.latino-footer .disclaimer a:hover {
  color: #f26825;
}

.latino.single-post-card:hover h3 {
  opacity: 0.75;
}

article.main-content.latino.aapi .single-post-card:hover h3 {
  color: #3e3e3e;
}

.mobile-hero {
  display: none;
}

.back a {
  font-size: 22px;
  font-weight: 600;
  background: #f45d48;
  margin: 0 auto;
  color: white;
  margin-bottom: 45px;
  text-decoration: none;
  padding: 10px 20px;
  border: none;
}

svg.small-download-btn {
  position: absolute;
  bottom: 2%;
  right: 2%;
}

.back a:hover {
  text-decoration: underline !important;
}

svg.copy-btn {
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}

svg.copy-btn:hover {
  transform: scale(1.05);
}

.main-content.latino a {
  color: #f45d48;
}

.intro-issue-latino {
  width: 84%;
  margin: 0 auto;
  padding-bottom: 40px;
}

.upper-listing.blk {
  width: 100%;
  margin: 0;
  background: #8564bd;
}

/* AAPI Pages */

.latino-footer.aapi {
  background-image: linear-gradient(
    133deg,
    #85e234 0%,
    #08c880 7%,
    #00a871 50%,
    #1bc8a9 88%,
    #56cbf9 100%
  ) !important;
}

article.main-content.latino.aapi {
  background: #56caf8;
}
.page-template-page-listing_aapi_issue-page-korean
  article.main-content.latino.aapi,
.page-template-page-listing_aapi_issue-page-english
  article.main-content.latino.aapi,
.page-template-page-listing_aapi_issue-page-chinese
  article.main-content.latino.aapi,
.page-template-page-listing_aapi_issue-page-vietnamese
  article.main-content.latino.aapi,
.page-template-page-listing_aapi_issue-page-tagalog
  article.main-content.latino.aapi,
.page-template-page-listing_aapi_issue-page-hindi
  article.main-content.latino.aapi {
  background: #37b4dd;
}

header.latino-micro-header.aapi {
  background: #e2dce6;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  height: 160px;
  background: #83e234;
}

.page-template-page-listing_aapi_korean #site-wrapper,
.page-template-page-listing_aapi_korean main,
.page-template-page-listing_aapi_issue-page-korean #site-wrapper {
  background: #e2dce6 !important;
}

.aapi-language {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.aapi-language a {
  background: #3e3e3e;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  width: 187px;
  font-weight: 600;
}

.aapi-language .active {
  background: #00c685;
  margin: 0;
  color: white;
}

.language-dropdown {
  display: none;
}

.active-dropdown {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
}

.language-dropdown a:hover {
  color: #00c685;
}

.active-lang {
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  width: 187px;
  font-weight: 600;
  background: #00c685;
  cursor: pointer;
}

.custom-dropdown.aapi {
  /* background: rgb(54, 182, 221, .6); */
  background-image: linear-gradient(
    133deg,
    #85e234 0%,
    #08c880 7%,
    #00a871 50%,
    #1bc8a9 88%,
    #56cbf9 100%
  );
}

.custom-dropdown.aapi .drop-active {
  background: rgba(0, 168, 113, 0.8);
  backdrop-filter: blur(15px);
}
.custom-dropdown.aapi #searchInput:focus,
.custom-dropdown.aapi #searchInput::placeholder,
.custom-dropdown.aapi .dropdown-wrapper a:hover {
  color: #3e3e3e;
}

.custom-dropdown.aapi .dropdown-wrapper a:hover {
  color: #3e3e3e !important;
}

article.main-content.aapi h3 {
  color: #fff;
}

.page-template-page-listing_aapi_korean #site-footer a:hover,
.page-template-page-listing_aapi_issue-page-korean #site-footer a:hover,
.page-template-page-listing_black-communities #site-footer a:hover,
.page-template-page-listing_black-communities_issue-page #site-footer a:hover {
  color: #3e3e3e !important;
}

.back.aapi {
  background: #37b4dd;
}

.main-content.aapi a {
  color: rgb(55, 182, 221);
  color: #3e3e3e;
}

.main-content.aapi a:hover {
  /* color: rgb(6 138 179); */
  color: rgb(14 87 124);
}

.hero {
  margin-top: 98px;
}

.breadcrumb.aapi {
  background: unset;
  margin-bottom: 0;
  padding: 0;
  margin-top: 20px;
}

.hero.aapi {
  margin-top: 125px;
}

.bottom-listing {
  background: #37b4dd;
}

.breadcrumb.aapi {
  color: #fff;
}

.back.aapi a {
  background: #00c685;
}

/* Black Communites Pages */

.brand img {
  max-width: 166px;
  margin: 20px 0;
}

header.latino-micro-header.blk {
  background: #221942;
}

.page-template-page-listing_black-communities #site-wrapper,
.page-template-page-listing_black-communities main,
.page-template-page-listing_black-communities .main-content,
.page-template-page-listing_black-communities_issue-page #site-wrapper,
.page-template-page-listing_black-communities_issue-page .main-content,
.page-template-page-listing_black-communities_issue-page main {
  background: #221942 !important;
}

article.main-content.latino.blk p,
article.main-content.latino.blk h1,
article.main-content.latino.blk h2,
article.main-content.latino.blk h3,
article.main-content.latino.blk li,
article.main-content.latino.blk span {
  color: #fff;
}

article.main-content.latino.blk a {
  color: #ff464e;
}

.latino-footer.blk {
  background-color: #ff464e !important;
}

.custom-dropdown.blk {
  background: rgba(255, 255, 255, 0.5);
}

.custom-dropdown.blk .drop-active {
  background: rgb(129, 129, 129, 0.5);
  backdrop-filter: blur(27px);
}

.custom-dropdown.blk #searchInput:focus,
.custom-dropdown.blk #searchInput::placeholder,
.dropdown-wrapper.blk a:hover {
  color: #000 !important;
}

.back.blk {
  background: #221942;
}

article.main-content.latino.blk a:hover {
  color: #bba8fc;
}

.news-listing-wrapper.latino.blk h3 {
  color: white;
  font-size: 28px;
  line-height: 1.3;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  margin: 12px 0;
}

.back.blk a {
  background: #ff464e;
}

/* Mobile */

@media (max-width: 1400px) {
  .latino.single-post-card {
    width: 30% !important;
  }
  .a-card-five {
    width: 30%;
  }
}

@media (max-width: 1050px) {
  .latino.single-post-card {
    width: 48% !important;
  }
  .a-card-five {
    width: 48%;
  }

  .single-post-card.issue-page {
    width: 47% !important;
  }

  .custom-dropdown {
    width: 70%;
  }

  .latino-footer .footer-left-wrap {
    position: unset;
  }
  .latino-footer .footer-left-wrap p {
    text-align: center !important;
  }

  .latino-footer .footer.clearfix {
    flex-direction: column;
  }

  header.latino-micro-header.blk .site-header-inner {
    padding: 0;
    margin: 0 auto;
  }

  header.latino-micro-header.blk,
  header.latino-micro-header.aapi,
  header.latino-micro-header.latino {
    position: sticky;
  }
  header.latino-micro-header.aapi,
  header.latino-micro-header.latino {
    height: unset;
  }

  .hero.blk,
  .hero.aapi,
  .hero.latino {
    margin-top: 0;
  }

  article.main-content.interior-page.clearfix.latino.aapi {
    position: unset;
  }
}

@media (max-width: 700px) {
  .custom-dropdown {
    width: 95%;
  }

  .latino-footer {
    padding: 60px 20px !important;
  }

  .hover p {
    font-size: 20px !important;
  }

  article.main-content.latino h1 {
    font-size: 50px;
  }
  article.main-content.latino h2 {
    font-size: 50px;
  }
  article.main-content.latino p,
  .latino li {
    font-size: 23px;
  }

  .mobile-hero {
    display: block;
  }
  .desktop-hero {
    display: none;
  }

  .upper-listing {
    width: 90%;
  }
}

@media (max-width: 500px) {
  article.main-content.latino h2 {
    font-size: 31px;
    line-height: 1.2;
    padding: 25px 0;
  }

  .news-listing-wrapper.latino {
    flex-direction: column;
  }

  .latino.single-post-card,
  .single-post-card.issue-page {
    width: 90% !important;
    margin: 25px auto;
  }
  .a-card-five {
    width: 90%;
    margin: 25px auto;
  }

  .news-listing-wrapper-latino {
    text-align: center;
  }

  .latino-footer .paid-for-by {
    width: 100% !important;
  }

  header.latino-micro-header .site-header-inner {
    flex-direction: column;
    /* margin: 20px auto; */
  }

  .latino-language {
    margin-top: 20px;
  }

  .latino-language a {
    padding: 3px 15px;
  }

  .aapi-language {
    margin-top: 25px;
  }

  header.latino-micro-header.aapi .site-header-inner {
    margin: 0 auto;
  }

  /* .latino-micro-header.latino {
        height: 200px;
    }
    .hero.latino {
        margin-top: 200px;
    } */
}

@media only screen and (max-width: 480px) {
  article.main-content.latino p,
  .latino li,
  p.content-sub-heading.copy {
    line-height: 30px;
    font-size: 17px !important;
  }

  article.main-content.latino h3,
  #jump .dropdown-wrapper a,
  #jump input {
    font-size: 18px;
  }

  .dropdown-wrapper a {
    line-height: 1.2;
    margin: 12px 0;
  }

  article.main-content.latino h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  .hover p {
    font-size: 17px !important;
  }

  article.main-content.latino h2 {
    font-size: 28px;
  }
}

div#site-canvas {
  width: 100%;
}

.intro {
  padding-bottom: 20px;
}

@media only screen and (max-width: 400px) {
  .home-popup-wrapper .donate-buttons-wrapper a {
    font-size: 18px;
  }

  .home-popup-wrapper .home-popup-inner .inner-right h2 {
    font-size: 45px;
  }
}

/* new menu */

ul#menu-aapi-shareables li {
  list-style: none;
  background: #3e3e3e;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  width: 187px !important;
  font-weight: 600;
  margin-bottom: 0 !important;
}

ul#menu-aapi-shareables {
  margin: 0;
  padding: 0;
  width: 187px;
}

.active-lang {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Old Site */

.page-template-page-listing_english .main-content select#issue-filter,
.page-template-page-listing_spanish .main-content select#issue-filter {
  font-size: 18px;
  color: #002d72;
  border-color: #002d72;
  border-radius: 50px;
  padding: 3px 15px;
  margin-top: 30px;
  max-width: 300px;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: transparent;
  line-height: 1.5 !important;
  background-image: url(../images/›.svg);
  background-repeat: no-repeat;
  background-position: right 13px center;
  border: solid;
}

.page-template-page-listing_english .single-post-card,
.page-template-page-listing_spanish .single-post-card {
  display: inline-block;
  width: 31%;
  vertical-align: middle;
  margin: 1%;
}

.page-template-page-listing_english .single-post-card img,
.page-template-page-listing_spanish .single-post-card img {
  border-radius: 30px;
  width: 100%;
  height: auto;
  transition: all ease-in-out 0.2s;
  box-shadow: 1px 1px 8px #b9b7b7;
}

.page-template-page-listing_english .upper-listing,
.page-template-page-listing_spanish .upper-listing {
  width: 84%;
  margin: 74px auto;
}
