:root {
  --themeA: #00070d;
  /* --themeA: #07000c; */
  --themeB: #118cfd;
  /* --themeB: #6400a5; */
  --themeBhover: #fe8c1a;
  --themeC: #fe8c1a;
  --themeChover: #000000;
  --themeD: #ffde06;
  --themeE: #616161;
  /* --themeF: #dba6ff; */
  --themeF: #9dd0ff;
  --themeG: #edf6ff;
  --themeH: #00519c;
  --themeI: #001b85;
}

.stat_card_outer,
.stat_card_outer:hover {
  transition: transform 0.2s ease-in-out;
}

.bg-themeA {
  background-color: var(--themeA);
}
.bg-themeB {
  background-color: var(--themeB);
}
.bg-themeC {
  background-color: var(--themeC);
}
.bg-themeD {
  background-color: var(--themeD);
}
.bg-themeE {
  background-color: var(--themeE);
}
.bg-themeF {
  background-color: var(--themeF);
}
.bg-themeG {
  background-color: var(--themeG);
}
.bg-themeH {
  background-color: var(--themeH);
}
.bg-themeI {
  background-color: var(--themeI);
}
.bg-themeJ {
  background-color: var(--themeJ);
}
.bg-themeK {
  background-color: var(--themeK);
}
.bg-themeL {
  background-color: var(--themeL);
}
.bg-themeM {
  background-color: var(--themeM);
}
.bg-themeN {
  background-color: var(--themeN);
}
.bg-themeO {
  background-color: var(--themeO);
}
.bg-themeP {
  background-color: var(--themeP);
}
.bg-themeQ {
  background-color: var(--themeQ);
}
.bg-themeR {
  background-color: var(--themeR);
}
.bg-themeS {
  background-color: var(--themeS);
}
.bg-themeT {
  background-color: var(--themeT);
}
.bg-themeU {
  background-color: var(--themeU);
}
.bg-themeV {
  background-color: var(--themeV);
}
.bg-themeW {
  background-color: var(--themeW);
}
.bg-themeX {
  background-color: var(--themeX);
}
.bg-themeY {
  background-color: var(--themeY);
}
.bg-themeZ {
  background-color: var(--themeZ);
}

.bg-themeC.btn:hover {
  background-color: var(--themeChover);
  color: var(--themeA);
}

.text-themeA {
  color: var(--themeA);
}
.text-themeB {
  color: var(--themeB);
}
.text-themeC {
  color: var(--themeC);
}
.text-themeD {
  color: var(--themeD);
}
.text-themeE {
  color: var(--themeE);
}
.text-themeF {
  color: var(--themeF);
}
.text-themeG {
  color: var(--themeG);
}
.text-themeH {
  color: var(--themeH);
}
.text-themeI {
  color: var(--themeI);
}
.text-themeJ {
  color: var(--themeJ);
}
.text-themeK {
  color: var(--themeK);
}
.text-themeL {
  color: var(--themeL);
}
.text-themeM {
  color: var(--themeM);
}
.text-themeN {
  color: var(--themeN);
}
.text-themeO {
  color: var(--themeO);
}
.text-themeP {
  color: var(--themeP);
}
.text-themeQ {
  color: var(--themeQ);
}
.text-themeR {
  color: var(--themeR);
}
.text-themeS {
  color: var(--themeS);
}
.text-themeT {
  color: var(--themeT);
}
.text-themeU {
  color: var(--themeU);
}
.text-themeV {
  color: var(--themeV);
}
.text-themeW {
  color: var(--themeW);
}
.text-themeX {
  color: var(--themeX);
}
.text-themeY {
  color: var(--themeY);
}
.text-themeZ {
  color: var(--themeZ);
}

.weight-100 {
  font-weight: 100 !important;
}
.weight-200 {
  font-weight: 200 !important;
}
.weight-300 {
  font-weight: 300 !important;
}
.weight-400 {
  font-weight: 400 !important;
}
.weight-500 {
  font-weight: 500 !important;
}
.weight-600 {
  font-weight: 600 !important;
}
.weight-700 {
  font-weight: 700 !important;
}
.weight-800 {
  font-weight: 800 !important;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--themeB);
  --bs-btn-border-color: var(--themeB);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--themeBhover);
  --bs-btn-hover-border-color: var(--themeBhover);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--themeBhover);
  --bs-btn-active-border-color: var(--themeBhover);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--themeB);
  --bs-btn-disabled-border-color: var(--themeB);
}

html,
body {
  background-color: var(--themeG);
}

body {
  /* font-family: "Asap", sans-serif; */
  font-family: "Roboto", sans-serif;
  width: 100%;
  overflow-x: hidden;
}

.btn {
  border-radius: 100px;
}

h1,
h2,
h3 {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif !important;
  /* font-family: "Asap", sans-serif !important; */
}

.italic-title {
  /* font-family: "Playfair Display", serif; */
  /* font-style: italic; */
  opacity: 0.75;
}

#hero_headline .italic-title {
  opacity: 1;
}

body div#wpadminbar + div#wrapper nav {
  padding-top: 34px;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}
.letter-spacing-2 {
  letter-spacing: 2px;
}
.letter-spacing-3 {
  letter-spacing: 3px;
}
.letter-spacing-4 {
  letter-spacing: 4px;
}
.letter-spacing-5 {
  letter-spacing: 5px;
}
.letter-spacing-6 {
  letter-spacing: 6px;
}
.letter-spacing-7 {
  letter-spacing: 7px;
}
.letter-spacing-8 {
  letter-spacing: 8px;
}
.letter-spacing-9 {
  letter-spacing: 9px;
}
.letter-spacing-10 {
  letter-spacing: 10px;
}

/* HERO SECTION */
.hero {
  position: relative;
  height: 100vh;
  color: #fff;
  overflow: hidden;
}

a.navbar-brand img {
  max-width: 120px;
  width: 100%;
}

.nav_cta span {
  text-wrap-mode: nowrap;
}
.nav_cta {
  display: flex;
}
.nav_cta img {
  width: 100%;
  max-height: 20px;
  margin-left: 5px;
}

.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.6); */
  background: rgb(0 10 52 / 48%);
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
}

/* DARK SECTION */
.dark-section {
  /* background: #06152b; */
  color: #fff;
}

/* YELLOW SECTION */
.yellow-section {
  /* background: var(--themeD) url(../img/values_bg.jpg) top center no-repeat; */
  background-size: cover;
  /* background: var(--themeC); */
  /* background: #eff7ff; */
  /* background: #fff; */
  background: var(--themeG);
}

.title2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
}

.future_1 {
  border-bottom: 5px solid transparent;
}
.future_2 {
  border-bottom: 5px solid #fff;
}

.full_height {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.height-10 {
  min-height: 10vh;
}
.height-20 {
  min-height: 20vh;
}
.height-30 {
  min-height: 30vh;
}
.height-40 {
  min-height: 40vh;
}
.height-50 {
  min-height: 50vh;
}
.height-60 {
  min-height: 60vh;
}
.height-70 {
  min-height: 70vh;
}
.height-80 {
  min-height: 80vh;
}
.height-90 {
  min-height: 90vh;
}
.height-100 {
  min-height: 100vh;
}

.header2 {
  font-size: 3em;
  /* margin: 2em 0 1em; */
  font-weight: 300;
}
.header2 span {
  font-weight: 500;
}

.stat_card p {
  font-family: "Playfair Display", serif;
  font-style: italic;
  padding: 0.5em 0em 0;
  font-size: 1em;
}

section.outro_section {
  /* transform: rotate(-2deg); */
  /* margin: -2em -2em; */
}

.stat_card h3 {
  color: #ffffff;
  font-weight: 400;
}
.stat_card {
  width: 100%;
  aspect-ratio: 3 / 3;
  background: rgb(17 140 253);
  padding: 2em;
  border-radius: 1000px;
  color: #ffffff;
}

.stat_card_outer {
  padding: 1em;
  cursor: pointer;
}

.stat_card_outer:hover {
  transform: scale(1.2);
}

.stat_card_outer:hover .stat_card h3 {
  color: rgb(17 140 253);
  font-weight: 400;
}
.stat_card_outer:hover .stat_card {
  width: 100%;
  aspect-ratio: 3 / 3;
  background: #fff;
  padding: 2em;
  border-radius: 1000px;
  color: rgb(17 140 253);
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background-color: #ffddbd;
  padding: 0.75em 1em;
  max-width: 280px;
  margin: 0em auto 1em;
  border-radius: 1000px;
  border-left: 25px solid #ffddbd;
  border-right: 25px solid #ffddbd;
  /* transform: rotate(-2deg); */
}

.marquee-text {
  display: inline-flex;
  gap: 20px;
  font-size: 0.8rem;
  letter-spacing: 0px;
  font-weight: 400;
  /* text-transform: uppercase; */
  will-change: transform;
  color: #000;
}

.marquee-wrapper .symbol img {
  height: 30px;
  width: auto;
}

/* CTA */
.cta-section {
}

.cta_content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  background: #ff7a00;
  color: #fff;
  padding: 3em 0;
  border-radius: 3em;
}

.card-custom {
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  border: none;
  height: 100%;
}

/* IMPACT */
.impact-section {
  /* background: var(--themeB) url(../img/numbers_bg.jpg) center center no-repeat; */
  color: #fff;
  background-size: cover;
  background: #001b85;
}

#digital_eco2 p.lead {
  color: rgb(0 0 0 / 43%);
}

#digital_eco {
  /* background: #07000c; */
  /* background: linear-gradient(
    90deg,
    rgba(7, 0, 12, 1) 0%,
    rgba(45, 0, 77, 1) 85%
  ); */
  /* background: linear-gradient(90deg, rgb(0 6 12) 0%, rgb(0 67 129) 85%); */
  /* background: #00498d; */
  /* background-color: #0e3cf3; */
  background-color: #001b85;
}

#digital_eco2 {
  background: #07000c;
  /* background: linear-gradient(
    90deg,
    rgba(7, 0, 12, 1) 0%,
    rgba(45, 0, 77, 1) 85%
  ); */
  /* background: linear-gradient(90deg, rgb(0 6 12) 0%, rgb(0 67 129) 85%); */
  background: linear-gradient(0deg, #849cb3 0%, #eff7ff 85%);
}

.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

footer {
  background: #000814;
  color: #fff;
  padding: 60px 0;
}

footer a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.85em;
  font-weight: 400;
  display: block;
}

footer a:hover {
  color: #000000;
}

.hero-content p {
  font-size: 1.1em;
  font-size: 1.1em;
}

#primary_nav.scrolling_nav {
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
  backdrop-filter: blur(50px);
  background: rgb(0 27 133 / 15%) !important;
  padding: 0px;
}

#primary_nav.scrolling_nav a.navbar-brand img {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#primary_nav {
  transition: all 0.3s ease;
  padding: 2em 0;
}

.text-xs {
  font-size: 0.8em;
}

div#navbarNav {
  font-size: 0.9em;
  letter-spacing: 1px;
}

#site_footer {
  /* background: var(--themeA) url(../img/footer_bg.jpg) center center no-repeat; */
  background-size: cover;
  background: #ff7a00 !important;
}

#site_footer h6 {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}

.value_props .card {
  border-radius: 5em;
  padding: 3em;
}

.value_props figure img {
  max-width: 60px;
}

.value_props figure {
  margin-bottom: 2em;
}

section.news_updates .card {
  border-radius: 2em;
  overflow: hidden;
}
section.news_updates .card .card-body,
section.news_updates .card .card-footer {
  padding: 2em 2em;
}

section.news_updates .card .card-body a h6 {
  color: var(--themeE);
  font-weight: 400;
  font-size: 1.05em;
  min-height: 100px;
}
section.news_updates .card .card-body a:hover h6 {
  color: var(--themeB);
}

section.news_updates .card .card-footer {
  background: transparent;
}

/* MARQUEE */

.logo-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.logo-track {
  display: flex;
  align-items: center;
}

.logo-item {
  flex: 0 0 auto;
  padding: 0 40px;
}

.logo-item img {
  height: 80px;
  width: auto;
  object-fit: contain;
  /* filter: grayscale(100%); */
  opacity: 0.8;
  transition: all 0.3s ease;
}

.logo-item img:hover {
  /* filter: grayscale(0%); */
  opacity: 1;
}

.btn.btn-xl {
  font-size: 1.4em;
  padding: 0.75em 1.5em;
  font-weight: 400;
}

.cardB img {
  width: 100%;
  /* height: 150px; */
  object-fit: cover;
  margin-right: 0em;
  aspect-ratio: 3 / 4;
}

.card.cardB {
  border-radius: 2em;
  overflow: hidden;
  height: 100%;
  /* background: rgb(0 0 0 / 34%); */
  /* background: rgb(255 255 255); */
  /* color: #fff; */
  color: #000;
  /* background: #eff7ff; */
  background: #fff;
  box-shadow: 0px 0px 40px 0px #d9ecff;
  bottom: 0;
}

.card.cardB .card-header {
  border: 0px !important;
  /* background-color: transparent; */
  margin: 0;
  position: absolute;
  color: #fff;
  bottom: 0;
  background: #000000;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(0 2 10 / 66%) 100%
  );
  width: 100%;
}

.card.cardB .card-header h6 {
  margin-bottom: 0px;
  font-weight: 400;
  color: #fff;
  padding-top: 3em;
}

.containerB {
  max-width: 1000px;
  margin: 0 auto;
}

.region_section ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  background: rgb(84 51 107 / 20%);
  padding: 0.5em 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
}
.region_section ul li a:hover {
  color: var(--themeA);
  background: rgb(255 255 255);
}
.region_section ul li {
  width: 50%;
  float: left;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 3px;
  padding-right: 3px;
}
.region_section ul {
  padding: 0px;
}
.region_section .card-body {
  padding: 0px;
}

.region_section h4 {
  color: var(--themeF);
}
.region_section .card {
  border-radius: 1em;
  border: 0px;
  background: transparent;
}
.region_section {
  max-width: 1000px;
  margin: 0 auto;
}
.head_spacer {
  width: 100%;
  min-height: 9em;
  background: var(--themeI);
}

.featuredB img {
  aspect-ratio: 16 / 8;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.card.cardC img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 1em;
  aspect-ratio: 16/9;
}

section.news_updates .card.cardC:hover {
  background-color: var(--themeG);
}

#regions-map {
  /* border: 1px solid rgb(28 28 28); */
  border: 1px solid rgb(231 231 231);
  border-radius: 3em;
  height: 400px;
  width: 100%;
  overflow: hidden;
}

.leaflet-popup-content-wrapper {
  background: #1e1e1e;
  color: #fff;
  border-radius: 8px;
}

.leaflet-popup-tip {
  background: #1e1e1e;
}

.leaflet-container a {
  color: #4da3ff;
}

section.map_section {
  /* background: #090909; */
  /* background: #fafaf8; */
  /* background: #fff; */
  background: var(--themeI);
}

.map_section h2 {
  color: rgb(255 255 255 / 51%);
  /* color: rgb(36, 36, 36); */
}

.map_section p {
  color: rgb(255 255 255 / 100%);
  /* color: rgb(36, 36, 36); */
}

/* blockquote {
  margin-bottom: 2em;
} */
blockquote p {
  font-size: 1.4em;
  font-weight: 300;
}

.card.cardD {
  border: 0px;
  box-shadow: 0px 0px 40px 0px color(srgb 0 0.11 0.52 / 0.14);
  border-radius: 2em;
  overflow: hidden;
  height: 100%;
}

.card.cardD img.wp-post-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  margin: 0;
}

.card.cardD h5 {
  font-size: 1em;
  font-weight: 400;
}

.card.cardD.project_card a h5 {
  border-bottom: 1px solid transparent;
  display: initial;
}
.card.cardD.project_card a:hover h5 {
  border-bottom: 1px solid #000;
}
.badge_region_term {
  background: #fff4c9;
  border-radius: 100px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.7em;
  padding: 4px 15px;
}
.badge_region_term_single {
  background: #fff4c9;
  border-radius: 100px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.85em;
  padding: 8px 20px;
  color: #000;
}
.badge_region_term_single:hover {
  background: var(--themeC);
  color: #000;
}

figure.stat_figure {
  margin-bottom: 10px;
}
figure.stat_figure img {
  max-width: 40px;
}

.contact_options .card h3 {
  color: #fff;
  margin-bottom: 1em;
}
.contact_options .card {
  background: transparent;
  border: 0px;
  color: #fff;
  font-weight: 500;
}

.contact_form_wrapper .card {
  background: rgb(255 255 255 / 64%);
  border: 0px;
  box-shadow: 0px 0px 40px 0px rgb(31 131 235 / 5%);
}

nav.navigation.posts-navigation h2.screen-reader-text {
  display: none;
}

img.nav_icon {
  max-width: 25px;
  margin-right: 10px;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

header.single_work_header .nav_icon_wrapper {
  background: #fff;
  padding: 15px;
  border-radius: 100px;
  width: 80px;
}

/* figure.single_sideA img {
  aspect-ratio: 9 / 11;
  object-fit: cover;
} */

figure.single_sideA img {
  aspect-ratio: 9 / 11;
  object-fit: cover;
  /* height: 100vh; */
}

.contentA h2,
.contentA h3,
.contentA h4,
.contentA h5,
.contentA h6 {
  margin: 1.5em 0 0.5em;
}
.contentA p {
  margin-bottom: 1em;
}

.contentLight p,
.contentLight ul,
.contentLight ol {
  color: #fff;
}
.contentLight h2,
.contentLight h3,
.contentLight h4,
.contentLight h5,
.contentLight h6 {
  color: var(--themeG);
}

img.attachment-large,
img.attachment-full {
  margin: 2em 0;
}

.single_work_content {
  max-height: 60vh;
  overflow-y: auto;
}

.nav-links > div a {
  text-align: center;
  display: block;
  background: color(srgb 0 0.02 0.09 / 0.1);
  width: 100%;
  height: 100%;
  padding: 1em;
  border-radius: 0.5em;
}
.nav-links > div a:hover {
  background: color(srgb 0 0.02 0.09 / 0.2);
}

.nav-links > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px;
}

.nav-links {
  display: flex;
  justify-content: center;
}

.archive-meta p {
  font-size: 1.3em;
  font-weight: 300;
}

.card.cardD .card-body a:hover {
  color: var(--themeB);
}

body.post-type-archive-project #regions-map,
body.tax-region #regions-map {
  border-radius: 0em;
  height: 600px;
}

figure.empty_box {
  margin-bottom: 1em;
  background: #fff;
  padding: 2em;
  border-radius: 100%;
}
figure.empty_box img {
  max-width: 50px;
}

.region_sidebar_wrapper {
  height: 100%;
  /* border-right: 1px solid #dddddd; */
  background: #fff;
}

.region_sidebar_wrapper a {
  color: #001b85;
  border-bottom: 1px solid rgb(0 27 133 / 2%);
  padding: 8px 20px;
  font-size: 0.9em;
  display: flex;
  justify-content: space-between;
}

.region_sidebar_wrapper > ul > li > a {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  /* margin-top: 1em; */
  /* font-size: .95em; */
}
.region_sidebar_wrapper ul {
  list-style: none;
  padding: 0px;
}

.region_sidebar_wrapper ul li a.active {
  background: #edf6ff;
  border-left: 5px solid #fe8c1a;
}

.card.cardE {
  overflow: hidden;
}

.cardEthumb img {
  border-right: 1px solid var(--themeG);
  height: 100%;
  object-fit: cover;
}

p.excerptA {
  line-height: 1.4em;
}

.cardEthumb,
.cardEthumb a {
  height: 100%;
}

.xxs {
  font-size: 0.7em;
}

p.cardXp {
  margin-top: -3em !important;
  font-weight: 500;
}

.cardX.card {
  --bg: var(--themeG);
  --title-color: #fff;
  --title-color-hover: #ffffff;
  --text-color: #ffffff;
  --button-color: #eee;
  --button-color-hover: #ddd;
  border-radius: 2rem;
  width: 100%;
  height: 28rem;
  overflow: clip;
  position: relative;
  border: 0px;
  box-shadow: 0px 0px 40px 0px rgb(51 92 255 / 10%);
  background: var(--themeB);
  color: #fff !important;

  &.dark {
    --bg: #222;
    --title-color: #fff;
    --title-color-hover: #fff;
    --text-color: #ccc;
    --button-color: #555;
    --button-color-hover: #444;
  }

  &::before {
    content: "";
    position: absolute;
    width: calc(100% - 0rem);
    height: 30%;
    bottom: 0rem;
    left: 0rem;
    border-radius: 0 0 1.5rem 1.5rem;
    translate: 0 0;
    transition: translate 0.25s;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgb(0 2 10 / 66%) 100%
    );
  }

  > img {
    max-width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    object-position: 50% 5%;
    border-radius: 1.5rem;
    display: block;
    transition:
      aspect-ratio 0.25s,
      object-position 0.5s;
    width: 100%;
    height: auto;
  }

  > section {
    margin: 1rem;
    height: calc(33.3333% - 1rem);
    display: flex;
    flex-direction: column;

    h5 {
      margin: 0;
      margin-block-end: 1rem;
      font-size: 1.2rem;
      padding: 0 12px;
      opacity: 0;
      translate: 0 -200%;
      opacity: 1;
      color: var(--title-color);
      transition:
        color 0.5s,
        margin-block-end 0.25s,
        opacity 1s,
        translate 0.25s;
    }

    p {
      font-size: 0.95rem;
      line-height: 1.3;
      color: var(--text-color);
      opacity: 0;
      margin: 0;
      translate: 0 100%;
      transition:
        margin-block-end 0.25s,
        opacity 1s 0.2s,
        translate 0.25s 0.2s;
    }

    > div {
      flex: 1;
      align-items: flex-end;
      display: flex;
      justify-content: space-between;
      atranslate: 0 100%;
      opacity: 0;
      transition:
        translate 0.25s 0.2s,
        opacity 1s;

      .tag {
        align-self: center;
        color: var(--title-color-hover);
      }

      button {
        border: 1px solid #0000;
        border-radius: 1.25rem 1.25rem 1.5rem 1.25rem;
        font-size: 1rem;
        padding: 1rem 1.5rem 1rem 2.75rem;
        translate: 1rem;
        background: var(--button-color);
        transition: background 0.33s;
        outline-offset: 2px;
        position: relative;
        color: var(--title-color-hover);
        /* specific to demo */
        width: 8.2rem;
        text-align: right;

        &::before,
        &::after {
          content: "";
          width: 0.85rem;
          height: 0.1rem;
          background: currentcolor;
          position: absolute;
          top: 50%;
          left: 1.33rem;
          border-radius: 1rem;
        }

        &::after {
          rotate: 90deg;
          transition: rotate 0.15s;
        }

        &.following {
          &::after {
            rotate: 0deg;
          }
        }

        &:hover {
          background: var(--button-color-hover);
        }

        &:focus {
          outline: 2px solid var(--text-color);
        }
      }
    }
  }

  &:hover,
  &:focus-within {
    &::before {
      translate: 0 100%;
    }

    > img {
      aspect-ratio: 1 / 1;
      object-position: 50% 10%;
      transition:
        aspect-ratio 0.25s,
        object-position 0.25s;
    }

    > section {
      h2,
      p {
        translate: 0 0;
        margin-block-end: 0.5rem;
        opacity: 1;
      }

      h2 {
        color: var(--title-color-hover);
      }

      > div {
        translate: 0 0;
        opacity: 1;
        transition:
          translate 0.25s 0.25s,
          opacity 0.5s 0.25s;
      }
    }
  }
}

a .news_card_title {
  color: var(--themeH);
}

ul#myTab {
  border-bottom: 0px;
}

.home_map_tabs > div ul li {
  width: 50%;
  position: relative;
  float: left;
  display: block;
}
.home_map_tabs > div {
  display: block !important;
  width: 100% !important;
}
.home_map_tabs .region_sidebar_wrapper > ul > li {
  width: 100% !important;
  border-bottom: 1px solid;
}

.archive_meta2 blockquote {
  max-width: 850px;
  font-size: 1.2em;
  margin-bottom: 1.2em;
}

.archive-meta {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

/* Media query smaller screen */
@media (max-width: 1300px) {
  .display-1 {
    font-size: 4em;
  }
  .hero-content p {
    font-size: 0.9em;
  }
  .map_section h2 {
    font-size: 2.6em;
  }
  .display-4 {
    font-size: 2.6em;
  }
}

@media (max-width: 980px) {
  .display-1 {
    font-size: 3em;
  }
}

@media (max-width: 450px) {
  .display-1 {
    font-size: 2em;
  }
}
