/* ========================================
   Root variables
   ======================================== */
:root {
  /* Colors */
  --color-blue: #17457a;
  --color-red: #cd163f;
  --color-white: #ffffff;
  --color-gray-100: #ebeff4;
  --color-steel: #94a9c3;
  --color-slate: #56779e;
  --color-navy: #0b1d36;
  --color-deep: #0a1c36;
  --color-muted-blue: #3a618e;
  --color-mid-blue: #56779e;
  --color-azure: #04adef;
  --color-charcoal: #333333;
  --color-border: #cccccc;
}

/* ========================================
   Base / Reset
   ======================================== */
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-family: "urw-din", sans-serif;
}
p,
ul,
li {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-top:0;
}
p {
  margin-top:0;
}
a {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-blue);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5 {
  color: var(--color-blue);
  margin-top:0;
  margin-bottom:1rem;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2.75rem;
}
h3 {
  font-size: 2rem;
}
h4, .h4, h4 a {
  font-size: 1.6rem;
}
h5,
.h5 {
  font-size: 1.4rem;
}
img {
  width: 100%; max-width: none;
  height: auto;
}
blockquote {
  background-color:var(--color-gray-100);
  padding:2rem;
  font-size:1.1rem;
  line-height:1.5;
  border-radius:20px;
}
.header,
.page-wrapper {
  margin: auto;
  justify-content: center;
}
.container {
  padding: 2rem;
}

/* ========================================
   Header & Navigation (Global)
   ======================================== */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/library/APIWeb/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/library/APIWeb/fonts/glyphicons-halflings-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    background-color: #94a9c3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease, background-color 0.4s ease;
    z-index: 999;
}
.back-to-top.show {
      opacity: 1;
      pointer-events: auto;
}
.back-to-top::after {
        content: "\e113"; /* Up arrow */
        font-family: 'Glyphicons Halflings';
        font-size: 18px;
        color: #ebeff4;
}
.back-to-top:hover {
  text-decoration: none;
  background-color: var(--color-muted-blue);
}
#apiLogo {
  width: 220px;
  height: auto;
}
#apiMobileLogo {
  width: 70px;
  height: auto;
  margin-left: 1rem;
}
.logo-container {
  align-self: center;
}
.second-nav {
  background-color: var(--color-white);
  display: flex;
  flex-direction: row;
  padding: 1rem 2rem;
}
.parent-nav {
  width: 100%;
  padding: 1rem 0;
  box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.1);
}
.main-item {
  align-self: center;
  padding: 0 2rem;
}
.dropdown-panel {
  display: flex;
  gap: 3rem;
}
.dropdown-desc {
  width: 30%;
}
.dropdown-desc .h5 {
  color: var(--color-slate);
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}
.dropdown-desc p,
.add-on a {
  color: var(--color-white);
  font-size: 0.8rem;
}
.add-on a {
  font-weight: 600;
  line-height: 1.3;
}
.header .main-nav .dropdown {
    display: none;
}
.header .main-nav .dropdown .dropdown-panel {
    display: none;
}

/* =============================================
SEARCH BAR @ MOBILE
================================================ */
.search-container input {
  height: 50px;
  border: 1px solid var(--color-steel);
  border-radius: 25px;
}
.search-container input::placeholder {
  font-size: 16px;
  text-align: center;
}
.search-container form {
  margin-block-end: 0 !important;
}
.header .main-nav .search-container .coveo-for-sitecore-search-box-container {
    height: 50px;
    border: 2px solid var(--color-steel);
    border-radius: 25px;
    width: 200px;
    min-width:250px;
}
.header .main-nav .search-container .coveo-for-sitecore-search-box-container .CoveoSearchbox {
width: 250px;
}

.header .main-nav .search-container .coveo-for-sitecore-search-box-container .CoveoSearchbox .magic-box {
height: 50px;
border: none;
}

.header .main-nav .search-container .coveo-for-sitecore-search-box-container .CoveoSearchbox .magic-box .magic-box-input {
height: 50px;
border: none;
}
.header .main-nav .search-container .coveo-for-sitecore-search-box-container .CoveoSearchbox .magic-box .magic-box-input > input {
  padding: 10px 50px;
  font-size: 1.1rem;
  color: var(--color-deep);
}
.CoveoSearchbox .CoveoSearchButton {
  border: none;
}
.CoveoSearchbox .magic-box .magic-box-input {
  border-radius: 50px!important;
}
.magic-box .magic-box-input .magic-box-underlay, .magic-box .magic-box-input>input {
  height: 50px!important;
}
.header .main-nav .search-container .coveo-for-sitecore-search-box-container .CoveoSearchbox .CoveoSearchButton {
display: none;
}
.header .main-nav .search-container .coveo-for-sitecore-search-box-container .magic-box.magic-box-notEmpty .magic-box-clear {
background-color: transparent;
border:none;
}

/* ========================================
   Carousel
   ======================================== */
.c-top {
  height: 80vh;
}
.c-header {
  width: 100%;
  height: 100%;
  background-image: url("");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.c-title {
  padding:2rem;
  justify-self: center;
  line-height: 1.25;
}
.c-title h1 {
    color: var(--color-white);
    text-transform: uppercase;
    margin: 0;
}
.title-blue {
  color: var(--color-blue);
}
.title-red {
  color: var(--color-red);
}
.subtext {
  margin: 1rem 0 0 0 !important;
  text-transform: uppercase;
  color: var(--color-white);
  font-weight: normal!important;
}
.carousel {
  position: relative;
  z-index: 2;
}

.carousel-tabs {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin: auto;
  background-color: var(--color-red);
  border-radius: 20px 20px 0 0;
  overflow-x: hidden;
}

.c-slide {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding: 1rem;
  background-color: var(--color-red);
  border-radius: 20px;
}

.c-slide:nth-child(1) {
  border-bottom-left-radius: 0;
}

.c-slide p {
  color: var(--color-white);
  font-weight: 600;
  text-align: center;
}

.selected {
  position: relative;
  z-index: 1;
  background-color: var(--color-gray-100) !important;
  border-radius: 20px 20px 0 0;
}
.selected::after {
  position: absolute;
  content: "";
  left: -20%;
  bottom: 0;
  z-index: 1;
  width: 140%;
  height: 50%;
  background-color: var(--color-gray-100);
}
.selected p {
  position: relative;
  z-index: 4;
  color: var(--color-blue) !important;
}
.c-content {
  background-color: var(--color-gray-100);
}
.c-content p {
  margin: 0;
  font-size: 1.3rem;
  color: var(--color-blue);
}
.c-content h3 {
  margin-bottom: 60px;
  padding-right: 200px;
  font-size: 32px;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--color-blue);
}
.c-content .right img, .right img {
  width:70%!important;
  border-radius: 20px;
}
.c-content .right iframe, .right iframe {
  border-radius: 20px;
}
/* ========================================
   Issue Slides
   ======================================== */
.issue-slide {
  overflow-x: auto !important;
  background-color: var(--color-white);
  background-image: url("https://cdn.api.org/test/api3/files/img/bg/img-round-dots.png");
  background-size: cover;
}

.issue-slide::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.arrow-slide {
  display: inline-flex;
  gap: 20px;
  margin-bottom: 70px;
}

.backward {
  content: url("https://cdn.api.org/test/api3/files/img/icons/ico-arrow-backward.svg");
  width: 20px;
}
.forward {
  content: url("https://cdn.api.org/test/api3/files/img/icons/ico-forward-w.svg");
  width: 20px;
}
.issue-slide h3 {
  margin-top: 0 !important;
}
.issue-slide h3,
.content-section h3 {
  margin-bottom: 20px !important;
  font-size: 32px;
  color: var(--color-blue);
}
.slide-round {
  border-radius: 300px;
  overflow: hidden;
}
.slide-title {
  text-align: center;
}
.slides > div {
  display: block;
  justify-items: center;
}
.slide-round > img {
  width: 100%;
  height: auto;
}

.slide-title a {
  font-size: 20px;
  text-align: center;
  color: var(--color-blue);
  text-decoration: none;
}

.slide-title a:hover {
  text-decoration: underline;
}

.slides:last-child {
  margin-right: 0;
}

.issue-slide .arrow-slide .backward.is-disabled,
.issue-slide .arrow-slide .forward.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

/* ========================================
   NEWS SECTION @ HOMEPAGE
   ======================================== */
.news-section,
.news-section a {
  color: var(--color-white);
}
.news-section .more-url {
  text-decoration: underline;
  float:right;
}
.news-section .more-url:hover {
  text-decoration: none;
}
.news-section a {
  text-decoration: none;
}
.news-section a:hover {
  text-decoration: underline;
}
.news-section h3 {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-white);
}
.news-section h4 a {
  font-size: 1.2rem;
}

.news-section > div:nth-child(1) {
  background-color: var(--color-blue);
}
.news-section > div:nth-child(2) {
  background-color: var(--color-muted-blue);
}
.news-section > div:nth-child(3) {
  background-color: var(--color-mid-blue);
}

.more-url {
  display: flex;
  font-size: 14px;
  text-decoration: underline;
  text-transform: uppercase;
  color: var(--color-white);
}
.more-url:hover {
  text-decoration: none;
}
.more-url.arrow::after {
  content: url("https://cdn.api.org/test/api3/files/img/icons/arrow-right-solid-full.svg");
  display: inline-block;
  width: 20px;
  height: auto;
  margin-left: 4px;
}
.news-section .top {
  height: 50px;
  align-items: flex-start;
}
.news-section .bottom {
  display: flex;
  flex-direction: column;
}
.news-section .bottom p {
  margin: 0 !important;
}
.news-section .bottom .btn-white {
  width: fit-content;
  color: var(--color-blue);
}
.news-section .bottom .btn-white:hover {
  text-decoration: none;
}

/* ========================================
   EVENTS SECTION @ HOMEPAGE
   ======================================== */
.events-section {
  background-color: var(--color-deep);
  background-image: url("https://cdn.api.org/test/api3/files/img/bg/img-events-bknd@2x.png");
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.events-section h3 {
  margin: 0 !important;
  font-size: 32px;
  color: var(--color-white);
}
.events-section .date {
  color: var(--color-azure);
}

.events-content {
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-content: center;
  margin-bottom: 2rem;
  padding: 1.8rem 2rem;
  text-align: center;
  background-color: var(--color-white);
  border-radius: 10px;
}
.events-content h4 a {
  font-size: 1.2rem;
  color: var(--color-blue);
  text-decoration: none;
  line-height:1rem;
}

.events-content .divider {
  height: 0.25rem;
  background-color: var(--color-steel);
  border-radius: 20px;
  margin: 1rem 0;
}

.events-content .btn-red {
  align-self: center;
  width: fit-content;
  margin: 1.5rem 0;
}

/* ========================================
   COMMON ELEMENTS @ DESKTOP
   ======================================== */

.hide {
  display: none;
}
.btn-red {
  padding: 5px 20px;
  color: var(--color-white) !important;
  background-color: var(--color-red);
  border: 2px solid var(--color-red);
  border-radius: 25px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  width: fit-content;
}

.btn-red:hover {
  color: var(--color-red) !important;
  background-color: var(--color-white);
  text-decoration: none;
}

.btn-red.arrow::after {
  content: url("https://cdn.api.org/test/api3/files/img/icons/ico-button-arrow-w.svg");
  position: relative;
  top: 3px;
  left: 10px;
  display: inline-block;
  width: 40px;
  height: 15px;
}

.btn-red.arrow:hover::after {
  content: url("https://cdn.api.org/test/api3/files/img/icons/ico-button-arrow-r.svg");
  width: 37px;
}

.btn-blue {
  padding: 10px 30px;
  color: var(--color-white) !important;
  background-color: var(--color-blue);
  border: 2px solid var(--color-blue);
  border-radius: 25px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  width: fit-content;
}

.btn-blue:hover {
  color: var(--color-blue) !important;
  background-color: var(--color-white);
  text-decoration: none;
}

.btn-white {
  margin-top: 50px;
  padding: 10px 30px;
  color: var(--color-blue);
  background-color: var(--color-white);
  border-radius: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  width: fit-content;
}
.btn-white:hover {
  background-color: var(--color-gray-100);
}
.btn-red, .btn-white, .btn-blue {
  font-size:1rem!important;  
}

hr {
  color: var(--color-border);
  margin: 2rem 0;
}
.content-section {
  padding: 50px 100px;
  background-color: var(--color-white);
}
.link-pdf {
    padding-left: 21px;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url(https://cdn.api.org/test/api3/files/img/icons/file-pdf-solid-full.svg);
}
.external-link {
    color:var(--color-red);
    padding-right: 21px;
    background-image: url(https://cdn.api.org/test/api3/files/img/icons/up-right-from-square-solid-full.svg);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center right;
}

/* =================================== CONTENT SPECIFIC SEDCTIONS
====================================== */
#energy-economics p {
  font-size: 20px;
  color: var(--color-blue);
}
#energy-economics .wrap {
  margin: 40px 0 0 0;
  gap: 50px;
}
#energy-economics .right {
  text-align:center;
}
#energy-economics img {
  width:70%;
  height:auto;
}

#energy-citizens {
  padding: 0 !important;
}
#energy-citizens p {
  font-size: 20px;
}
#energy-citizens .left {
  padding: 50px 100px;
}
#energy-citizens .wrap {
  margin: 0 !important;
}
#energy-economics .btn-red,
.c-content .btn-red {
  width: fit-content;
  margin-top: 40px;
  text-align: center;
}

#energy-citizens .btn-red {
  width: fit-content;
  margin-top: 20px;
  text-align: center;
}

.x-feed {
  padding: 50px 100px;
  background-color: var(--color-mid-blue);
  background-image: url("https://cdn.api.org/test/api3/files/img/bg/img-dot-orb@2x.png");
  background-size: 100%;
  background-position: 200px 150px;
  background-repeat: no-repeat;
}

.x-feed .btn-red:hover {
  background-color: var(--color-white);
}

.x-feed.right {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.feed-title {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}

.feed-title h3 {
  margin: 0 !important;
  font-size: 32px;
  color: var(--color-white);
}

/* ====================================== CURATOR STYLING
========================================= */
.crt-widget.crt-widget-carousel {
  min-height: 300px !important;
  max-height: 400px !important;
  max-width: 450px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.crt-logo.crt-tag {
  display: none !important;
}

/* =========================== ACCORDION TABS
============================== */
.accordion-list {
  display:flex;
  flex-direction: column;
  gap:0.5rem;
}
.accordion-default {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.accordion-item {
  border-bottom: 1px solid var(--color-steel);
  margin-bottom:1rem;
  display:flex;
  flex-direction: column;
}
.accordion-item:last-child {
  border-bottom: none;
}
.accordion-toggle {
  display: none;
}
.accordion-item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.accordion-item-content ul {
  padding-inline-start: 4rem;
  line-height: 1.5;
}
.accordion-item-content ul,
.accordion-item-content ul li,
.accordion-item-content p {
  font-size: 1.1rem;
}
.accordion-toggle:checked ~ .accordion-item-content {
  max-height: 10000px;
}
.fa-caret-right {
  color:var(--color-red);
}
.accordion-item-toggle .fa-caret-right {
  float: right;
  margin-left: auto;
  padding-top: 5px;
}
.accordion-toggle:checked + .accordion-item-toggle .fa-caret-right {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.accordion-item label {
  background: none !important;
  border:none!important;
  padding: 0.5rem 0 1.5rem 0 !important;
  font-size: 1.3rem !important;
  font-weight: 600;
  color: var(--color-steel);
  cursor: pointer;
}
.accordion-item label:hover {
  color: var(--color-blue);
}

/* ========================================
   FOOTER GLOBAL
   ======================================== */
footer {
  position: relative;
  background-color: var(--color-navy);
}

footer .logo-container img {
  width: 200px;
  height: auto;
}

footer h4 {
  font-size: 24px;
  color: var(--color-slate);
}
footer h5 {
  margin-top: 2rem;
  margin-right: 2rem;
  width: 100px;
  font-size: 18px;
  font-weight: normal;
  color: var(--color-white);
}

.left-footer {
  border-bottom: 1px var(--color-white) solid;
}
.right-footer > div {
  display: flex;
  margin-left: 3rem;
}

.right-footer ul {
  padding-inline-start: 0;
}

.top-footer {
  border-bottom: 1px var(--color-white) solid;
}

.bottom-footer {
  display: flex;
  padding: 1.8rem 0;
}

.bottom-footer p {
  font-size: 0.8rem;
  color: var(--color-white);
}

.bottom-footer a {
  color: var(--color-white);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: normal;
}
.bottom-footer a:hover {
  text-decoration: underline;
}

.group p:first-child {
  margin-right: 15px;
}

.bottom-footer .group {
  display: flex;
  flex-direction: row;
}

.footer-nav {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  margin-top: 30px;
}

.footer-nav a {
  font-size: 1.125rem;
  text-align: center;
  color: var(--color-white);
  text-decoration: none;
  font-weight: normal;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.social-nav {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin: 0 !important;
}
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.btn-social {
  display: inline-block;
  margin: 0 5px;
  text-align: center;
}

.fab {
  font-size: 18px;
  color: var(--color-white);
  border: 2px var(--color-white) solid;
  border-radius: 50px;
  padding: 10px;
  height: 44px;
  width: 44px;
  align-content: center;
}

.fab:hover {
  color: var(--color-navy);
  background-color: var(--color-white);
}
/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media screen and (min-width: 300px) {
  /* Layout & Containers */
  .c-content,
  .content-section,
  .events-section,
  #energy-citizens .left,
  .x-feed,
  .news-card,
  .issue-slide {
    padding: 20px 30px;
  }

  .footer-wrap {
    padding: 30px 30px;
  }

  .left,
  .bottom {
    margin-bottom: 1rem;
  }
  .c-content .left {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
  }
  .c-content .right {
    text-align: center;
  }
  #energy-economics {
    background-image: none;
  }
  #energy-economics .left {
    margin-bottom: 2rem;
    display:flex;
    flex-direction:column;
  }
  .events-content {
    width: 70%;
  }
  .events-section .title {
    margin-bottom: 2rem;
  }
  .c-content h3,
  .issue-slide h3,
  .content-section h3 {
    padding: 0;
    margin: 20px 0;
  }
  .c-slide p,
  .utilities ul li {
    font-size: 1.2rem;
  }
  .footer-nav a {
    font-size: 1rem;
  }
  footer h4 {
    margin: 0;
    padding-left: 0;
  }
  #energy-economics .btn-red,
  .c-content .btn-red {
    margin: 20px 0;
  }
  .carousel-tabs {
    top: -65px;
    width: 90%;
  }
  .news-card {
    display: flex;
    flex-direction: column;
  }
  .news-card .date {
    color: var(--color-white) !important;
  }
  .news-section > div:nth-child(3),
  .news-section > div:last-child {
    display: flex;
    flex-direction: column-reverse;
  }
  .news-section > div:last-child > .bottom {
    margin-bottom: 2rem;
  }
  .top-footer,
  .bottom-footer {
    display: flex;
    flex-direction: column;
  }
  .left-footer,
  .right-footer {
    padding: 20px 0;
  }
  .right-footer > div {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
  }
  .social-nav {
    flex-wrap: wrap;
    gap: 0.75rem 0;
    padding-left: 0;
  }
  .fab {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 420px) {
  .right iframe {
    width: 300px !important;
  }
  footer .logo-container img {
    width: 130px !important;
  }
}
@media screen and (max-width: 766px) {
  .right iframe {
    width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .news-section > div:nth-child(2) {
    padding: 1.5rem 3rem;
  }
  .news-section > div:nth-child(3) {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (max-width: 991px) {
  header {
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    background: var(--color-white);
  }
  #apiLogo {
    display: none;
  }
  #apiMobileLogo {
    display: block;
  }
  .second-nav {
    padding: 1rem 0;
    background-color: var(--color-gray-100);
    box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.1);
  }
  .mobile-nav {
    display: flex;
    gap: 0.5rem;
    margin-left: auto;
    padding-right: 1rem;
  }
  .mobile-nav img {
    width: 25px;
    height: 25px;
    background-color: var(--color-white);
    padding: 0.5rem;
    border-radius: 8px;
  }
  .dropdown-desc {
    display: none;
  }
  .dropdown-items {
    display: flex;
    flex-direction: column;
    padding-left: 2rem;
    padding-bottom: 1rem;
  }
  .dropdown-items a {
    color: var(--color-slate);
    font-size: 1rem;
    font-weight: 600;
  }
  .dropdown-panel {
    padding: 0 2rem;
  }
  .parent-nav {
    background-color: var(--color-white);
    display: block;
    padding: 2rem 0 1rem 0;
    position: absolute;
    top: 70px;
    z-index: 11111;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .main-item,
  .main-item a {
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-blue);
    cursor: pointer;
  }
  .main-item {
    display: flex;
    margin-bottom: 0.5rem;
    cursor: pointer;
  }
  .main-item.external-url::after {
    content: url("https://cdn.api.org/test/api3/files/img/icons/chevron-right-solid-full.svg");
    width: 15px;
    height: 15px;
    margin: 4px 0 0 2px;
    transition: transform 0.2s ease;
  }
  .parent-nav > div:last-child {
    margin-bottom: 0;
  }
  .main-nav {
    display: none;
  }
  .main-nav.is-open {
    display: block;
  }
  .search-container {
    padding: 1rem 2rem;
  }
  .search-container input {
    width: 100%;
  }
  .main-item.expand[aria-expanded="true"].external-url::after {
    transform: rotate(90deg);
    transition: transform 0.2s ease;
  }
  .main-item a {
    display: block !important;
  }
  .utilities {
    display: none;
  }
  .main-nav.is-open .utilities {
    display: block;
  }
  .utilities {
    list-style-type: none;
    border-top: 1px solid var(--color-border);
    padding-inline-start: 2rem;
    padding-top: 1.5rem;
    margin: 2rem 0 0 0;
  }
  .utilities a {
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-slate);
  }
  .utilities li {
    line-height: 1.5;
  }
  .utilities .btn-red {
    background-color: transparent;
    padding: 0;
    color: var(--color-slate) !important;
    text-transform: capitalize;
    border: none;
  }
  .utilities .fa-chevron-right {
    display: none;
  }
  .right img {
    width: 80%;
  }
  .carousel-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 0.5rem 0;
    top: -45vh;
    position: relative;
    width: 100%;
  }
  .carousel-nav > button:nth-child(1) {
    margin-right: auto;
    margin-left: 1.1rem;
  }
  .carousel-nav > button:nth-child(2) {
    margin-left: auto;
    margin-right: 1.1rem;
  }
  .carousel-arrow {
    background: var(--color-slate);
    color: #fff;
    border: 0;
    border-radius: 999px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    margin: auto;
  }
  .carousel-arrow:focus-visible {
    outline: 2px solid var(--color-red);
  }
  .c-title h1 {
    font-size: 2.2rem;
  }
  .subtext {
    font-size:1.55rem;
  }
  .more-url {
    margin-top: 1rem;
  }
  .slide-round {
    width: 10rem;
    height: 10rem;
  }
  .news-section > div:nth-child(2) > .top {
    display: none;
  }
  .events-section .title {
    display:flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 992px) {
  #apiLogo {
    display: block;
  }
  #apiMobileLogo {
    display: none;
  }
  .mobile-nav {
    display: none;
  }
  .parent-nav {
    background-color: var(--color-blue);
    display: flex;
    flex-direction: row;
    justify-self: center;
  }
  .main-item,
  .main-item a {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-white);
    cursor: pointer;
  }
  .main-item a {
    text-decoration: none;
  }
  .main-item {
    border-right: 1px solid var(--color-white);
  }
  .main-item:nth-child(4),
  .main-item:last-child {
    border: none;
  }
  .search-container {
    margin-left: auto;
    text-align: right;
    padding-right: 1.5rem;
  }
  .search-container input {
    width: 250px;
  }
/* ====================================== UTILITIES @ DESKTOP
========================================= */
  .utilities {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    padding: 1rem 0;
    margin: 0 0 0 auto;
    align-self: center;
  }
  .utilities a {
    color: var(--color-blue);
    font-weight: 600;
    display: flex;
    font-size: 1rem;
  }
  .utilities li {
    align-self: center;
  }
  .utilities .external-url::after {
    content: url("https://cdn.api.org/test/api3/files/img/icons/chevron-right-solid-full.svg");
    width: 15px;
    height: 15px;
    margin-left: 2px;
    margin-top: 2px;
  }
  .utilities .btn-red {
        padding: 5px 25px;
  }
  .header .main-nav .search-container .coveo-for-sitecore-search-box-container .CoveoSearchbox .magic-box .magic-box-input > input {
  background-image: url(https://cdn.api.org/test/api3/files/img/icons/magnifying-glass.svg);
  background-size: 33px;
  background-repeat: no-repeat;
  background-position: 10px center;
  border:none!important;
  }

/* ======================================
DROPDOWN @ DESKTOP ====================== */
  .dropdown {
    background-color: var(--color-blue);
    border-top: 1px solid var(--color-mid-blue);
    position: absolute;
    top: 210px;
    z-index: 11111;
    width: 100%;
    padding: 1rem 0;
    box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.1);
  }
  .dropdown > div:last-child > .dropdown-items {
    height: 50%;
  }
  .dropdown-panel {
    padding: 1rem 2rem;
  }
  .dropdown-items {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(4, auto);
    grid-template-columns: repeat(3, auto);
    gap: 1rem 0;
    width: 80%;
  }
  .dropdown > div:last-child > .dropdown-items {
    grid-template-rows: repeat(5, auto) !important;
    gap: 1rem 2rem;
  }
  .dropdown-items a {
    color: var(--color-white);
    font-weight: 600;
    align-items: center;
    font-size: 1rem;
  }
  .expand::after {
    content: url("https://cdn.api.org/test/api3/files/img/icons/ico-arrow-down.svg");
    margin-left: 1rem;
  }
  .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 1.5rem;
    justify-self: center;
  }
  .news-section {
    display: grid;
    grid-template-columns: 35% 30% 35%;
  }
  .c-title {
    width: 80%;
  }
  .c-title h1 {
    font-size: 3.3rem;
  }
  .subtext {
    font-size:2rem;
  }
  #energy-economics {
    background-image: url("https://cdn.api.org/test/api3/files/img/bg/img-round-dots-r.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-round {
    width: 250px;
    height: 250px;
  }
  .events-section .title {
    display:flex;
    flex-direction: row;
  }
  .events-section .more-url {
    justify-self: flex-end;
    margin-left: auto;
    align-self: center;
  }

}
@media screen and (min-width: 1200px) {
  .carousel-tabs {
    width: 80% !important;
  }
  .main-link {
    padding: 0 2.8rem !important;
  }
  .right img {
    width: 100%;
  }
  .c-content,
  .content-section,
  .events-section,
  #energy-citizens .left,
  .x-feed,
  .news-card,
  .issue-slide {
    padding: 1.5rem 5rem;
  }

  /* =========================================== 
  EVENTS SECTION @ HOMEPAGE  =================== */
  .events-section .wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 0;
    padding: 1.5rem 0;
  }
    .events-content {
    width: 80%;
  }

 /* =========================================== 
  NEWS SECTION @ HOMEPAGE =================== */
  .news-section > div:nth-child(1) {
    padding-left: 5rem;
    padding-right: 3rem;
  }
  .news-section > div:last-child {
    flex-direction: column;
  }

  /* =========================================== 
  FOOTER  ====================================== */

  .footer-wrap {
    padding: 0 6.25rem !important;
  }
  .top-footer {
    flex-direction: row;
    padding: 2.8rem 0 !important;
    border-bottom: 1px solid var(--color-white);
  }
  .bottom-footer {
    flex-direction: row !important;
    gap: 3rem;
  }
  .left-footer {
    border-bottom: none !important;
    border-right: 1px var(--color-white) solid;
    padding: 2rem 3rem 2rem 0;
    justify-items: center;
  }
  .right-footer {
    padding-left: 40px;
  }
  .bottom-footer .group {
    margin-left: auto;
  }
}